@omnia/workplace 6.13.87-preview → 6.100.4-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/analyticsFilterLocalize.d.ts +32 -0
- 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 +154 -13
- package/internal-do-not-import-from-here/models/ManifestIds.js +625 -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 +23 -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 +11 -12
- 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 +5 -4
- 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 -14
- 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/AnalyticsFilterService.d.ts +13 -0
- package/internal-do-not-import-from-here/services/AnalyticsService.d.ts +20 -0
- package/internal-do-not-import-from-here/services/AnalyticsStoreService.d.ts +20 -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/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 +3 -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 +49 -0
- package/internal-do-not-import-from-here/stores/CurrentFormStore.d.ts +2 -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 +11 -10
- 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/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
- /package/internal-do-not-import-from-here/{models/SearchAdminSettingsSection.js → core/loc/analyticsFilterLocalize.manifest.d.ts} +0 -0
|
@@ -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 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,28 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Enums = void 0;
|
|
4
|
+
var Enums;
|
|
2
5
|
(function (Enums) {
|
|
3
|
-
|
|
6
|
+
let DocumentTypes;
|
|
4
7
|
(function (DocumentTypes) {
|
|
5
8
|
DocumentTypes[DocumentTypes["None"] = 0] = "None";
|
|
6
9
|
DocumentTypes[DocumentTypes["Folder"] = 1] = "Folder";
|
|
7
10
|
DocumentTypes[DocumentTypes["File"] = 2] = "File";
|
|
8
11
|
})(DocumentTypes = Enums.DocumentTypes || (Enums.DocumentTypes = {}));
|
|
9
|
-
|
|
12
|
+
let ViewType;
|
|
10
13
|
(function (ViewType) {
|
|
11
14
|
ViewType[ViewType["List"] = 0] = "List";
|
|
12
15
|
ViewType[ViewType["GroupedBySite"] = 1] = "GroupedBySite";
|
|
13
16
|
})(ViewType = Enums.ViewType || (Enums.ViewType = {}));
|
|
14
|
-
|
|
17
|
+
let IconType;
|
|
15
18
|
(function (IconType) {
|
|
16
19
|
IconType[IconType["Sketched"] = 0] = "Sketched";
|
|
17
20
|
IconType[IconType["Image"] = 1] = "Image";
|
|
18
21
|
})(IconType = Enums.IconType || (Enums.IconType = {}));
|
|
19
|
-
|
|
22
|
+
let SearchScope;
|
|
20
23
|
(function (SearchScope) {
|
|
21
24
|
SearchScope[SearchScope["all"] = 0] = "all";
|
|
22
25
|
SearchScope[SearchScope["sites"] = 1] = "sites";
|
|
23
26
|
SearchScope[SearchScope["people"] = 2] = "people";
|
|
24
27
|
})(SearchScope = Enums.SearchScope || (Enums.SearchScope = {}));
|
|
25
|
-
|
|
28
|
+
let SearchContentTypes;
|
|
26
29
|
(function (SearchContentTypes) {
|
|
27
30
|
SearchContentTypes[SearchContentTypes["Site"] = 0] = "Site";
|
|
28
31
|
SearchContentTypes[SearchContentTypes["Web"] = 1] = "Web";
|
|
@@ -33,34 +36,34 @@ export var Enums;
|
|
|
33
36
|
SearchContentTypes[SearchContentTypes["People"] = 6] = "People";
|
|
34
37
|
SearchContentTypes[SearchContentTypes["Others"] = 7] = "Others";
|
|
35
38
|
})(SearchContentTypes = Enums.SearchContentTypes || (Enums.SearchContentTypes = {}));
|
|
36
|
-
|
|
39
|
+
let SortDirection;
|
|
37
40
|
(function (SortDirection) {
|
|
38
41
|
SortDirection[SortDirection["Ascending"] = 0] = "Ascending";
|
|
39
42
|
SortDirection[SortDirection["Descending"] = 1] = "Descending";
|
|
40
43
|
SortDirection[SortDirection["FQLFormula"] = 2] = "FQLFormula";
|
|
41
44
|
})(SortDirection = Enums.SortDirection || (Enums.SortDirection = {}));
|
|
42
|
-
|
|
45
|
+
let SearchResultItemTypes;
|
|
43
46
|
(function (SearchResultItemTypes) {
|
|
44
47
|
SearchResultItemTypes[SearchResultItemTypes["SharePoint"] = 0] = "SharePoint";
|
|
45
48
|
SearchResultItemTypes[SearchResultItemTypes["MicrosoftSearch"] = 1] = "MicrosoftSearch";
|
|
46
49
|
SearchResultItemTypes[SearchResultItemTypes["SharedLink"] = 2] = "SharedLink";
|
|
47
50
|
})(SearchResultItemTypes = Enums.SearchResultItemTypes || (Enums.SearchResultItemTypes = {}));
|
|
48
|
-
|
|
51
|
+
let UserProfileCompletionEnums;
|
|
49
52
|
(function (UserProfileCompletionEnums) {
|
|
50
|
-
|
|
53
|
+
let PropertySourceEnum;
|
|
51
54
|
(function (PropertySourceEnum) {
|
|
52
55
|
PropertySourceEnum[PropertySourceEnum["SPUserProfile"] = 1] = "SPUserProfile";
|
|
53
56
|
PropertySourceEnum[PropertySourceEnum["AzureAD"] = 2] = "AzureAD";
|
|
54
57
|
PropertySourceEnum[PropertySourceEnum["OmniaSystemLanguage"] = 3] = "OmniaSystemLanguage";
|
|
55
58
|
})(PropertySourceEnum = UserProfileCompletionEnums.PropertySourceEnum || (UserProfileCompletionEnums.PropertySourceEnum = {}));
|
|
56
|
-
|
|
59
|
+
let CompletionImpactTypeEnum;
|
|
57
60
|
(function (CompletionImpactTypeEnum) {
|
|
58
61
|
CompletionImpactTypeEnum[CompletionImpactTypeEnum["None"] = 0] = "None";
|
|
59
62
|
CompletionImpactTypeEnum[CompletionImpactTypeEnum["High"] = 1] = "High";
|
|
60
63
|
CompletionImpactTypeEnum[CompletionImpactTypeEnum["Medium"] = 2] = "Medium";
|
|
61
64
|
CompletionImpactTypeEnum[CompletionImpactTypeEnum["Low"] = 3] = "Low";
|
|
62
65
|
})(CompletionImpactTypeEnum = UserProfileCompletionEnums.CompletionImpactTypeEnum || (UserProfileCompletionEnums.CompletionImpactTypeEnum = {}));
|
|
63
|
-
|
|
66
|
+
let SPUserProfilePropertyDisplayTypeEnum;
|
|
64
67
|
(function (SPUserProfilePropertyDisplayTypeEnum) {
|
|
65
68
|
SPUserProfilePropertyDisplayTypeEnum[SPUserProfilePropertyDisplayTypeEnum["ProfilePicture"] = 0] = "ProfilePicture";
|
|
66
69
|
SPUserProfilePropertyDisplayTypeEnum[SPUserProfilePropertyDisplayTypeEnum["Text"] = 1] = "Text";
|
|
@@ -69,88 +72,89 @@ export var Enums;
|
|
|
69
72
|
SPUserProfilePropertyDisplayTypeEnum[SPUserProfilePropertyDisplayTypeEnum["Person"] = 4] = "Person";
|
|
70
73
|
SPUserProfilePropertyDisplayTypeEnum[SPUserProfilePropertyDisplayTypeEnum["HtmlText"] = 5] = "HtmlText";
|
|
71
74
|
})(SPUserProfilePropertyDisplayTypeEnum = UserProfileCompletionEnums.SPUserProfilePropertyDisplayTypeEnum || (UserProfileCompletionEnums.SPUserProfilePropertyDisplayTypeEnum = {}));
|
|
72
|
-
|
|
75
|
+
let AzureADPropertyDisplayTypeEnum;
|
|
73
76
|
(function (AzureADPropertyDisplayTypeEnum) {
|
|
74
77
|
AzureADPropertyDisplayTypeEnum[AzureADPropertyDisplayTypeEnum["Text"] = 1] = "Text";
|
|
75
78
|
AzureADPropertyDisplayTypeEnum[AzureADPropertyDisplayTypeEnum["MultilineText"] = 2] = "MultilineText";
|
|
76
79
|
})(AzureADPropertyDisplayTypeEnum = UserProfileCompletionEnums.AzureADPropertyDisplayTypeEnum || (UserProfileCompletionEnums.AzureADPropertyDisplayTypeEnum = {}));
|
|
77
|
-
|
|
80
|
+
let OmniaSystemLanguageDisplayTypeEnum;
|
|
78
81
|
(function (OmniaSystemLanguageDisplayTypeEnum) {
|
|
79
82
|
OmniaSystemLanguageDisplayTypeEnum[OmniaSystemLanguageDisplayTypeEnum["Text"] = 1] = "Text";
|
|
80
83
|
})(OmniaSystemLanguageDisplayTypeEnum = UserProfileCompletionEnums.OmniaSystemLanguageDisplayTypeEnum || (UserProfileCompletionEnums.OmniaSystemLanguageDisplayTypeEnum = {}));
|
|
81
84
|
})(UserProfileCompletionEnums = Enums.UserProfileCompletionEnums || (Enums.UserProfileCompletionEnums = {}));
|
|
82
|
-
|
|
85
|
+
let PeopleRollupEnums;
|
|
83
86
|
(function (PeopleRollupEnums) {
|
|
84
|
-
|
|
87
|
+
let PagingType;
|
|
85
88
|
(function (PagingType) {
|
|
86
89
|
PagingType[PagingType["NoPaging"] = 1] = "NoPaging";
|
|
87
90
|
PagingType[PagingType["Classic"] = 2] = "Classic";
|
|
88
91
|
PagingType[PagingType["Scroll"] = 3] = "Scroll";
|
|
89
92
|
})(PagingType = PeopleRollupEnums.PagingType || (PeopleRollupEnums.PagingType = {}));
|
|
90
|
-
|
|
93
|
+
let BooleamFilterOption;
|
|
91
94
|
(function (BooleamFilterOption) {
|
|
92
95
|
BooleamFilterOption[BooleamFilterOption["Yes"] = 1] = "Yes";
|
|
93
96
|
BooleamFilterOption[BooleamFilterOption["No"] = 2] = "No";
|
|
94
97
|
})(BooleamFilterOption = PeopleRollupEnums.BooleamFilterOption || (PeopleRollupEnums.BooleamFilterOption = {}));
|
|
95
|
-
|
|
98
|
+
let RefinerOrderBy;
|
|
96
99
|
(function (RefinerOrderBy) {
|
|
97
100
|
RefinerOrderBy[RefinerOrderBy["Count"] = 1] = "Count";
|
|
98
101
|
RefinerOrderBy[RefinerOrderBy["Alphabetic"] = 2] = "Alphabetic";
|
|
99
102
|
})(RefinerOrderBy = PeopleRollupEnums.RefinerOrderBy || (PeopleRollupEnums.RefinerOrderBy = {}));
|
|
100
|
-
|
|
103
|
+
let Positions;
|
|
101
104
|
(function (Positions) {
|
|
102
105
|
Positions[Positions["Top"] = 1] = "Top";
|
|
103
106
|
Positions[Positions["Left"] = 2] = "Left";
|
|
104
107
|
Positions[Positions["Right"] = 3] = "Right";
|
|
105
108
|
})(Positions = PeopleRollupEnums.Positions || (PeopleRollupEnums.Positions = {}));
|
|
106
|
-
|
|
109
|
+
let DateTimeMode;
|
|
107
110
|
(function (DateTimeMode) {
|
|
108
111
|
DateTimeMode[DateTimeMode["Normal"] = 1] = "Normal";
|
|
109
112
|
DateTimeMode[DateTimeMode["Social"] = 2] = "Social";
|
|
110
113
|
})(DateTimeMode = PeopleRollupEnums.DateTimeMode || (PeopleRollupEnums.DateTimeMode = {}));
|
|
111
|
-
|
|
114
|
+
let ManagedPropertyOption;
|
|
112
115
|
(function (ManagedPropertyOption) {
|
|
113
116
|
ManagedPropertyOption[ManagedPropertyOption["Refinable"] = 1] = "Refinable";
|
|
114
117
|
ManagedPropertyOption[ManagedPropertyOption["Retrievable"] = 2] = "Retrievable";
|
|
115
118
|
ManagedPropertyOption[ManagedPropertyOption["Sortable"] = 3] = "Sortable";
|
|
116
119
|
ManagedPropertyOption[ManagedPropertyOption["Queryable"] = 4] = "Queryable";
|
|
117
120
|
})(ManagedPropertyOption = PeopleRollupEnums.ManagedPropertyOption || (PeopleRollupEnums.ManagedPropertyOption = {}));
|
|
118
|
-
|
|
121
|
+
let DatePeriods;
|
|
119
122
|
(function (DatePeriods) {
|
|
120
123
|
DatePeriods[DatePeriods["NoLimit"] = 0] = "NoLimit";
|
|
121
124
|
DatePeriods[DatePeriods["OneWeekFromToday"] = 1] = "OneWeekFromToday";
|
|
122
125
|
DatePeriods[DatePeriods["TwoWeeksFromToday"] = 2] = "TwoWeeksFromToday";
|
|
123
126
|
DatePeriods[DatePeriods["OneMonthFromToday"] = 3] = "OneMonthFromToday";
|
|
124
127
|
})(DatePeriods = PeopleRollupEnums.DatePeriods || (PeopleRollupEnums.DatePeriods = {}));
|
|
125
|
-
|
|
128
|
+
let QueryType;
|
|
126
129
|
(function (QueryType) {
|
|
127
130
|
QueryType[QueryType["ProfileQuery"] = 0] = "ProfileQuery";
|
|
128
131
|
QueryType[QueryType["SharePointGroups"] = 1] = "SharePointGroups";
|
|
129
132
|
QueryType[QueryType["ActivityQuery"] = 2] = "ActivityQuery";
|
|
130
133
|
QueryType[QueryType["UserFieldsOnPage"] = 3] = "UserFieldsOnPage";
|
|
131
134
|
QueryType[QueryType["Birthday"] = 4] = "Birthday";
|
|
135
|
+
QueryType[QueryType["Users"] = 5] = "Users";
|
|
132
136
|
})(QueryType = PeopleRollupEnums.QueryType || (PeopleRollupEnums.QueryType = {}));
|
|
133
|
-
|
|
137
|
+
let BirthdayPeriod;
|
|
134
138
|
(function (BirthdayPeriod) {
|
|
135
139
|
BirthdayPeriod[BirthdayPeriod["NoLimit"] = 0] = "NoLimit";
|
|
136
140
|
BirthdayPeriod[BirthdayPeriod["Today"] = 1] = "Today";
|
|
137
141
|
BirthdayPeriod[BirthdayPeriod["OneMonthFromToday"] = 2] = "OneMonthFromToday";
|
|
138
142
|
})(BirthdayPeriod = PeopleRollupEnums.BirthdayPeriod || (PeopleRollupEnums.BirthdayPeriod = {}));
|
|
139
143
|
})(PeopleRollupEnums = Enums.PeopleRollupEnums || (Enums.PeopleRollupEnums = {}));
|
|
140
|
-
|
|
144
|
+
let ChromeMode;
|
|
141
145
|
(function (ChromeMode) {
|
|
142
146
|
ChromeMode[ChromeMode["Full"] = 0] = "Full";
|
|
143
147
|
ChromeMode[ChromeMode["Compact"] = 1] = "Compact";
|
|
144
148
|
})(ChromeMode = Enums.ChromeMode || (Enums.ChromeMode = {}));
|
|
145
|
-
|
|
149
|
+
let NavigationBarPosition;
|
|
146
150
|
(function (NavigationBarPosition) {
|
|
147
151
|
NavigationBarPosition[NavigationBarPosition["Top"] = 0] = "Top";
|
|
148
152
|
NavigationBarPosition[NavigationBarPosition["Left"] = 1] = "Left";
|
|
149
153
|
})(NavigationBarPosition = Enums.NavigationBarPosition || (Enums.NavigationBarPosition = {}));
|
|
150
|
-
|
|
154
|
+
let Alignment;
|
|
151
155
|
(function (Alignment) {
|
|
152
156
|
Alignment[Alignment["Left"] = 1] = "Left";
|
|
153
157
|
Alignment[Alignment["Center"] = 2] = "Center";
|
|
154
158
|
Alignment[Alignment["Right"] = 3] = "Right";
|
|
155
159
|
})(Alignment = Enums.Alignment || (Enums.Alignment = {}));
|
|
156
|
-
})(Enums || (Enums = {}));
|
|
160
|
+
})(Enums = exports.Enums || (exports.Enums = {}));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UserPropertyBagModel } from
|
|
1
|
+
import { UserPropertyBagModel } from "@omnia/fx-models";
|
|
2
2
|
export declare class FollowedsitesUpdatedAtUserPropertyBag extends UserPropertyBagModel {
|
|
3
3
|
followedsitesUpdatedAt: number;
|
|
4
4
|
constructor(updatedAt?: number);
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FollowedsitesUpdatedAtUserPropertyBag = void 0;
|
|
4
|
+
const fx_models_1 = require("@omnia/fx-models");
|
|
5
|
+
class FollowedsitesUpdatedAtUserPropertyBag extends fx_models_1.UserPropertyBagModel {
|
|
6
|
+
constructor(updatedAt) {
|
|
7
|
+
super(fx_models_1.OmniaService.Id, "followedsitesUpdatedAt");
|
|
8
|
+
this.followedsitesUpdatedAt = updatedAt;
|
|
9
9
|
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export { FollowedsitesUpdatedAtUserPropertyBag };
|
|
10
|
+
}
|
|
11
|
+
exports.FollowedsitesUpdatedAtUserPropertyBag = FollowedsitesUpdatedAtUserPropertyBag;
|
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FooterPositions = exports.EditModes = void 0;
|
|
4
|
+
var EditModes;
|
|
2
5
|
(function (EditModes) {
|
|
3
6
|
EditModes[EditModes["Script"] = 0] = "Script";
|
|
4
7
|
EditModes[EditModes["RTF"] = 1] = "RTF";
|
|
5
|
-
})(EditModes || (EditModes = {}));
|
|
6
|
-
|
|
8
|
+
})(EditModes = exports.EditModes || (exports.EditModes = {}));
|
|
9
|
+
var FooterPositions;
|
|
7
10
|
(function (FooterPositions) {
|
|
8
11
|
FooterPositions[FooterPositions["Fixed"] = 0] = "Fixed";
|
|
9
12
|
FooterPositions[FooterPositions["Absolute"] = 1] = "Absolute";
|
|
10
|
-
})(FooterPositions || (FooterPositions = {}));
|
|
13
|
+
})(FooterPositions = exports.FooterPositions || (exports.FooterPositions = {}));
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
6
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FilterValue = void 0;
|
|
4
|
+
class FilterValue {
|
|
5
|
+
}
|
|
6
|
+
exports.FilterValue = FilterValue;
|
|
7
7
|
// -------------------------------------------------------------------------
|
|
8
8
|
// DUC: still not find use class FilterValue is easier than use DashboardFilterValue<T>
|
|
9
9
|
// With FilterValue every filter need defnied new class to use.
|
|
@@ -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 { SharePointSearchResultItem } from "./Search";
|
|
1
2
|
import { GuidValue } from "@omnia/fx/models";
|
|
2
|
-
import { SearchResultItem } from "./Search";
|
|
3
3
|
export interface SearchItemClickedOptions {
|
|
4
4
|
/**
|
|
5
5
|
* The custom action always runs before close search dialog or clear the search result
|
|
@@ -15,7 +15,7 @@ export interface SearchItemClickedOptions {
|
|
|
15
15
|
closeDialog: boolean;
|
|
16
16
|
}
|
|
17
17
|
export interface ISearchTemplate {
|
|
18
|
-
dataRow:
|
|
18
|
+
dataRow: SharePointSearchResultItem;
|
|
19
19
|
/**
|
|
20
20
|
* Capture viewed search result item if collect statistics is enabled and handle to close search dialog
|
|
21
21
|
* */
|
|
@@ -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,4 +1,4 @@
|
|
|
1
|
-
import { Guid } from
|
|
1
|
+
import { Guid } from "@omnia/fx-models";
|
|
2
2
|
export declare class ServiceDefinition {
|
|
3
3
|
static get Id(): Guid;
|
|
4
4
|
}
|
|
@@ -16,6 +16,8 @@ export declare class WPRoleDefinition {
|
|
|
16
16
|
static get AnnouncementsBPAdmin(): Guid;
|
|
17
17
|
static get SearchBPAdmin(): Guid;
|
|
18
18
|
static get GlobalSignOffRequestAdmin(): Guid;
|
|
19
|
+
static get AnalyticsBpReader(): Guid;
|
|
20
|
+
static get AnalyticsBpReportViewer(): Guid;
|
|
19
21
|
}
|
|
20
22
|
export declare class WizardSetupConstant {
|
|
21
23
|
static get LocationPropertyTaxonomy(): Guid;
|
|
@@ -109,13 +111,6 @@ export declare class ResourceManifests {
|
|
|
109
111
|
static get ActionButtonSignOffRequestHandler(): Guid;
|
|
110
112
|
static get ActionButtonSignOffRequestHandlerRegistration(): Guid;
|
|
111
113
|
static get SetupWizardCommon(): Guid;
|
|
112
|
-
/**
|
|
113
|
-
* @deprecated this will be removed in 7.0
|
|
114
|
-
*/
|
|
115
|
-
static get AppTemplateWizardStore(): Guid;
|
|
116
|
-
/**
|
|
117
|
-
* @deprecated this will be removed in 7.0
|
|
118
|
-
*/
|
|
119
114
|
static get TeamworkAppTemplateWizardStore(): Guid;
|
|
120
115
|
static get SearchConfigStore(): Guid;
|
|
121
116
|
static get OmniaLanguagesComponentStore(): Guid;
|
|
@@ -132,6 +127,27 @@ export declare class ResourceManifests {
|
|
|
132
127
|
static get QrCodeCore(): Guid;
|
|
133
128
|
static get TenantSetupWizardRegistration(): Guid;
|
|
134
129
|
static get BusinessProfileSetupWizardRegistration(): Guid;
|
|
130
|
+
static get SignOffRequestFilterCore(): Guid;
|
|
131
|
+
static get SignOffRequestFilterEngineContextProperties(): Guid;
|
|
132
|
+
static get SignOffRequestFilterEngineRequestedBy(): Guid;
|
|
133
|
+
static get SignOffRequestFilterEngineProgressStatus(): Guid;
|
|
134
|
+
static get SignOffRequestFilterEngineStatus(): Guid;
|
|
135
|
+
static get SignOffRequestFilterEngineType(): Guid;
|
|
136
|
+
static get FormRollupCore(): Guid;
|
|
137
|
+
static get FormRollupFilterEngineScope(): Guid;
|
|
138
|
+
static get FormRollupFilterEngineAppInstance(): Guid;
|
|
139
|
+
static get FormRollupFilterEngineBusinessProfile(): Guid;
|
|
140
|
+
static get FormRollupFilterEngineFormStatus(): Guid;
|
|
141
|
+
static get FormRollupFilterEngineContextProperties(): Guid;
|
|
142
|
+
static get FormSharedComponentCore(): Guid;
|
|
143
|
+
static get HttpCodeLayoutResource(): Guid;
|
|
144
|
+
static get HttpCodeLayoutBPRegistration(): Guid;
|
|
145
|
+
static get HttpCodeLayoutTenantRegistration(): Guid;
|
|
146
|
+
static get AuthenticationScreenResources(): Guid;
|
|
147
|
+
static get PeopleRollupFilterEngineContextPropertiesRegistration(): Guid;
|
|
148
|
+
static get PeopleRollupOwnerFilterEngineRegistrationApi(): Guid;
|
|
149
|
+
static get PeopleRollupUserTypeFilterEngineRegistrationApi(): Guid;
|
|
150
|
+
static get PeopleRollupFilterEngineCore(): Guid;
|
|
135
151
|
}
|
|
136
152
|
export declare class WebComponentManifests {
|
|
137
153
|
static get FaviconSettings(): Guid;
|
|
@@ -184,6 +200,7 @@ export declare class WebComponentManifests {
|
|
|
184
200
|
static get ShareActionRegistration(): Guid;
|
|
185
201
|
static get ShareActionHandler(): Guid;
|
|
186
202
|
static get CreateAppActionHandler(): Guid;
|
|
203
|
+
static get CreateFormActionHandler(): Guid;
|
|
187
204
|
static get YammerfeedSettings(): Guid;
|
|
188
205
|
static get Yammerfeed(): Guid;
|
|
189
206
|
static get SearchHeader(): Guid;
|
|
@@ -264,6 +281,8 @@ export declare class WebComponentManifests {
|
|
|
264
281
|
static get TutorialPageSetting(): Guid;
|
|
265
282
|
static get Tutorial(): Guid;
|
|
266
283
|
static get ProfileMenu(): Guid;
|
|
284
|
+
static get TeamworkAppAppendInformationInput(): Guid;
|
|
285
|
+
static get M365GroupAppInformationInput(): Guid;
|
|
267
286
|
static get BusinessProfileJourney(): Guid;
|
|
268
287
|
static get BusinessProfileSettings(): Guid;
|
|
269
288
|
static get BusinessProfileTheme(): Guid;
|
|
@@ -317,6 +336,8 @@ export declare class WebComponentManifests {
|
|
|
317
336
|
static get PeopleRollupCardViewSettings(): Guid;
|
|
318
337
|
static get PageRollupRollerViewSettings(): Guid;
|
|
319
338
|
static get PageRollupRollerView(): Guid;
|
|
339
|
+
static get PeopleRollupOmniaUserCardView(): Guid;
|
|
340
|
+
static get PeopleRollupOmniaUserCardViewSettings(): Guid;
|
|
320
341
|
static get PersonSearchTemplate(): Guid;
|
|
321
342
|
static get UserProfileCompletion(): Guid;
|
|
322
343
|
static get UserProfilePropertiesWizard(): Guid;
|
|
@@ -340,7 +361,12 @@ export declare class WebComponentManifests {
|
|
|
340
361
|
static get TeamworkNavigationTabSettings(): Guid;
|
|
341
362
|
static get TeamworkNavigationDialog(): Guid;
|
|
342
363
|
static get AppCreationActionHandlerSettings(): Guid;
|
|
364
|
+
static get FormCreationActionHandlerSettings(): Guid;
|
|
343
365
|
static get CreateAppDialog(): Guid;
|
|
366
|
+
static get CreateFormDialog(): Guid;
|
|
367
|
+
static get FormBuilderDialogContent(): Guid;
|
|
368
|
+
static get FormTemplateSettings(): Guid;
|
|
369
|
+
static get FormPropertySettings(): Guid;
|
|
344
370
|
static get TeamNewsListView(): Guid;
|
|
345
371
|
static get TeamNewsListViewSettings(): Guid;
|
|
346
372
|
static get TeamNewsGroupView(): Guid;
|
|
@@ -368,6 +394,8 @@ export declare class WebComponentManifests {
|
|
|
368
394
|
static get TeamCollaborationListViewSettings(): Guid;
|
|
369
395
|
static get TeamCollaborationNavigationView(): Guid;
|
|
370
396
|
static get TeamCollaborationNavigationViewSettings(): Guid;
|
|
397
|
+
static get TeamCollaborationRollupRenderer(): Guid;
|
|
398
|
+
static get TeamCollaborationRollupMetricDetailsDialog(): Guid;
|
|
371
399
|
static get CreateTeamworkBlock(): Guid;
|
|
372
400
|
static get CreateTeamworkComponent(): Guid;
|
|
373
401
|
static get CreateTeamworkBlockSettings(): Guid;
|
|
@@ -399,7 +427,7 @@ export declare class WebComponentManifests {
|
|
|
399
427
|
static get TaxonomyNavigation(): Guid;
|
|
400
428
|
static get TaxonomyNavigationSettings(): Guid;
|
|
401
429
|
static get SignOffRequestJourney(): Guid;
|
|
402
|
-
static get
|
|
430
|
+
static get SignOffRequestHeaderRequestedByMeList(): Guid;
|
|
403
431
|
static get SignOffRequestHeaderCreateNewRequest(): Guid;
|
|
404
432
|
static get SignOffRequestRollup(): Guid;
|
|
405
433
|
static get SignOffRequestRollupSettings(): Guid;
|
|
@@ -409,11 +437,9 @@ export declare class WebComponentManifests {
|
|
|
409
437
|
static get SignOffRequestRollupSummaryViewSettings(): Guid;
|
|
410
438
|
static get SignOffRequestCreation(): Guid;
|
|
411
439
|
static get SignOffRequestInfo(): Guid;
|
|
412
|
-
static get SignOffRequestList(): Guid;
|
|
413
440
|
static get SignOffRequestReminder(): Guid;
|
|
414
441
|
static get SignOffRequestResourceList(): Guid;
|
|
415
442
|
static get SignOffRequestResourceProvider(): Guid;
|
|
416
|
-
static get SignOffRequestListDialog(): Guid;
|
|
417
443
|
static get SignOffRequestInfoPersistentDialog(): Guid;
|
|
418
444
|
static get SignOffRequestUpdateStatusDialog(): Guid;
|
|
419
445
|
static get SignOffRequestQueryableProperties(): Guid;
|
|
@@ -429,8 +455,14 @@ export declare class WebComponentManifests {
|
|
|
429
455
|
static get AdminSystemJourney(): Guid;
|
|
430
456
|
static get PropertiesBlockGroup(): Guid;
|
|
431
457
|
static get PropertiesBlockCore(): Guid;
|
|
432
|
-
static get
|
|
458
|
+
static get PropertiesBlockSettings(): Guid;
|
|
459
|
+
static get PropertiesBlockSettingConfiguration(): Guid;
|
|
433
460
|
static get PropertiesBlock(): Guid;
|
|
461
|
+
static get AnalyticsBlocksCore(): Guid;
|
|
462
|
+
static get AnalyticsWidgetBlockSettings(): Guid;
|
|
463
|
+
static get AnalyticsWidgetBlock(): Guid;
|
|
464
|
+
static get AnalyticsFilterBlockSettings(): Guid;
|
|
465
|
+
static get AnalyticsFilterBlock(): Guid;
|
|
434
466
|
static get PowerAppBlock(): Guid;
|
|
435
467
|
static get PowerAppBlockSettings(): Guid;
|
|
436
468
|
static get PowerAppSettingAdminJourney(): Guid;
|
|
@@ -441,6 +473,44 @@ export declare class WebComponentManifests {
|
|
|
441
473
|
static get MsTeamTabLayoutConfiguration(): Guid;
|
|
442
474
|
static get PostsFeed(): Guid;
|
|
443
475
|
static get PostsFeedSettings(): Guid;
|
|
476
|
+
static get TenantUserManagementJourney(): Guid;
|
|
477
|
+
static get BusinessProfileUserManagementJourney(): Guid;
|
|
478
|
+
static get UserManagementCore(): Guid;
|
|
479
|
+
static get UserManagementUserTypeListingBlade(): Guid;
|
|
480
|
+
static get UserManagementUserTypeCreateDialog(): Guid;
|
|
481
|
+
static get UserManagementUserTypeDetailBlade(): Guid;
|
|
482
|
+
static get UserManagementSyncProviderListingBlade(): Guid;
|
|
483
|
+
static get UserManagementSyncProviderSettingsBlade(): Guid;
|
|
484
|
+
static get UserManagementSyncProviderLogsBlade(): Guid;
|
|
485
|
+
static get UserManagementOmniaSearchUserLogsBlade(): Guid;
|
|
486
|
+
static get UserManagementUserListingBlade(): Guid;
|
|
487
|
+
static get UserManagementActiveUserListing(): Guid;
|
|
488
|
+
static get UserManagementDeletedUserListing(): Guid;
|
|
489
|
+
static get UserManagementUserDetailBlade(): Guid;
|
|
490
|
+
static get UserManagementUserAuthenticationBlade(): Guid;
|
|
491
|
+
static get UserManagementGroupListingBlade(): Guid;
|
|
492
|
+
static get UserManagementActiveGroupListing(): Guid;
|
|
493
|
+
static get UserManagementDeletedGroupListing(): Guid;
|
|
494
|
+
static get UserManagementGroupMembershipListing(): Guid;
|
|
495
|
+
static get UserManagementGroupDetailBlade(): Guid;
|
|
496
|
+
static get UserManagementAuthenticationSettingsBlade(): Guid;
|
|
497
|
+
static get UserManagementDynamicGroupListingBlade(): Guid;
|
|
498
|
+
static get UserManagementDynamicGroupDetailBlade(): Guid;
|
|
499
|
+
static get UserManagementUserPropertyListingBlade(): Guid;
|
|
500
|
+
static get UserManagementUserPropertyDetailBlade(): Guid;
|
|
501
|
+
static get UserManagementUserDetailBladeAuthenticationTab(): Guid;
|
|
502
|
+
static get UserManagementUserDetailBladePropertiesTab(): Guid;
|
|
503
|
+
static get UserManagementBulkImportBlade(): Guid;
|
|
504
|
+
static get UserManagementLoginLogBlade(): Guid;
|
|
505
|
+
static get BusinessProfileAuthenticationBlade(): Guid;
|
|
506
|
+
static get TenantAnalyticsJourney(): Guid;
|
|
507
|
+
static get TenantAnalyticsSetupBlade(): Guid;
|
|
508
|
+
static get TenantAnalyticsConfigurationBlade(): Guid;
|
|
509
|
+
static get TenantAnalyticsAddDimensionBlade(): Guid;
|
|
510
|
+
static get UserManagementIdentityCreationRequestSettingsBlade(): Guid;
|
|
511
|
+
static get UserManagementIdentityCreationRequestUserTypeBlade(): Guid;
|
|
512
|
+
static get UserManagementIdentityCreationRequestUserTypePropertyBlade(): Guid;
|
|
513
|
+
static get UserManagementIdentityCreationRequestPendingApprovalListing(): Guid;
|
|
444
514
|
static get SetupWizardViewCore(): Guid;
|
|
445
515
|
static get SetupWizardGeneralStep(): Guid;
|
|
446
516
|
static get SetupWizardBrandingStep(): Guid;
|
|
@@ -454,6 +524,10 @@ export declare class WebComponentManifests {
|
|
|
454
524
|
static get SetupWizardNewsManagementGlobalNewsStep(): Guid;
|
|
455
525
|
static get SetupWizardNewsManagementLocalNewsStep(): Guid;
|
|
456
526
|
static get SetupWizardNewsManagementPropertiesStep(): Guid;
|
|
527
|
+
static get AttachSiteButton(): Guid;
|
|
528
|
+
static get AppEditing(): Guid;
|
|
529
|
+
static get SensitivityLabel(): Guid;
|
|
530
|
+
static get SetupTeamwork(): Guid;
|
|
457
531
|
static get TeamworkActiveLastActivityMetricIndicator(): Guid;
|
|
458
532
|
static get TeamworkActiveLastActivityMetricDetail(): Guid;
|
|
459
533
|
static get TeamworkInactiveLastActivityMetricIndicator(): Guid;
|
|
@@ -465,8 +539,75 @@ export declare class WebComponentManifests {
|
|
|
465
539
|
static get TenantSetupWizardNode(): Guid;
|
|
466
540
|
static get BusinessProfileSetupWizardNode(): Guid;
|
|
467
541
|
static get TeamworkPermissionInput(): Guid;
|
|
468
|
-
static get
|
|
542
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_Renderer(): Guid;
|
|
543
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_Settings(): Guid;
|
|
544
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_Selection(): Guid;
|
|
545
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_DefaultValueInput(): Guid;
|
|
546
|
+
static get SignOffRequestsRollupFilter_Status_Renderer(): Guid;
|
|
547
|
+
static get SignOffRequestsRollupFilter_Status_Settings(): Guid;
|
|
548
|
+
static get SignOffRequestsRollupFilter_Status_Selection(): Guid;
|
|
549
|
+
static get SignOffRequestsRollupFilter_Status_DefaultValueInput(): Guid;
|
|
550
|
+
static get SignOffRequestsRollupFilter_Type_Renderer(): Guid;
|
|
551
|
+
static get SignOffRequestsRollupFilter_Type_Settings(): Guid;
|
|
552
|
+
static get SignOffRequestsRollupFilter_Type_Selection(): Guid;
|
|
553
|
+
static get SignOffRequestsRollupFilter_Type_DefaultValueInput(): Guid;
|
|
554
|
+
static get SignOffRequestsRollupFilter_RequestedBy_Renderer(): Guid;
|
|
555
|
+
static get SignOffRequestsRollupFilter_RequestedBy_Settings(): Guid;
|
|
556
|
+
static get SignOffRequestsRollupFilter_RequestedBy_Selection(): Guid;
|
|
557
|
+
static get SignOffRequestsRollupFilter_RequestedBy_DefaultValueInput(): Guid;
|
|
558
|
+
static get UserInformationBlockGroup(): Guid;
|
|
559
|
+
static get UserInformationBlockCore(): Guid;
|
|
560
|
+
static get UserInformationBlockSettings(): Guid;
|
|
561
|
+
static get UserInformationBlockSettingConfiguration(): Guid;
|
|
562
|
+
static get UserInformationBlock(): Guid;
|
|
563
|
+
static get HttpCodeLayoutTenantJourney(): Guid;
|
|
564
|
+
static get HttpCodeLayoutBusinessProfileJourney(): Guid;
|
|
565
|
+
static get AuthenticationScreenBlade(): Guid;
|
|
566
|
+
static get AuthenticationScreenChrome(): Guid;
|
|
567
|
+
static get PeopleRollupOwnerFilterEngineRenderer(): Guid;
|
|
568
|
+
static get PeopleRollupScopeTypeFilterEngineRenderer(): Guid;
|
|
569
|
+
static get PeopleRollupFilterEngineSelectionsAreaOwnerProperty(): Guid;
|
|
570
|
+
static get PeopleRollupOwnerPropertySettings(): Guid;
|
|
571
|
+
static get PeopleRollupOwnerPropertyDefaultValueInput(): Guid;
|
|
572
|
+
static get PeopleRollupUserTypeFilterEngineRenderer(): Guid;
|
|
573
|
+
static get PeopleRollupFilterEngineSelectionsAreaUserTypeProperty(): Guid;
|
|
574
|
+
static get PeopleRollupUserTypePropertySettings(): Guid;
|
|
575
|
+
static get PeopleRollupUserTypePropertyDefaultValueInput(): Guid;
|
|
576
|
+
static get FormTemplatesAdminBlade(): Guid;
|
|
577
|
+
static get FormTypesAdminBlade(): Guid;
|
|
578
|
+
static get FormQueryableProperties(): Guid;
|
|
579
|
+
static get FormRollupSettings(): Guid;
|
|
580
|
+
static get FormRollup(): Guid;
|
|
581
|
+
static get FormRollupListView(): Guid;
|
|
582
|
+
static get FormRollupListViewSettings(): Guid;
|
|
583
|
+
static get FormRollupFormView(): Guid;
|
|
584
|
+
static get FormRollupFormViewSettings(): Guid;
|
|
585
|
+
static get FormQuestionRenderer(): Guid;
|
|
586
|
+
static get RecurrenceSetting(): Guid;
|
|
587
|
+
static get RecurrenceSettingBlade(): Guid;
|
|
588
|
+
static get RecurrenceSettingEditBlade(): Guid;
|
|
589
|
+
static get RecurrenceSettingMenuBlade(): Guid;
|
|
590
|
+
static get ResourceSelectorBlade(): Guid;
|
|
591
|
+
static get BusinessProfileFilterEngineRenderer(): Guid;
|
|
592
|
+
static get BusinessProfileFilterEngineSettings(): Guid;
|
|
593
|
+
static get BusinessProfileFilterEngineDefaultValueInput(): Guid;
|
|
594
|
+
static get BusinessProfileFilterEngineSelectionsArea(): Guid;
|
|
595
|
+
static get AppInstanceFilterEngineRenderer(): Guid;
|
|
596
|
+
static get AppInstanceFilterEngineSettings(): Guid;
|
|
597
|
+
static get AppInstanceFilterEngineDefaultValueInput(): Guid;
|
|
598
|
+
static get AppInstanceFilterEngineSelectionsArea(): Guid;
|
|
599
|
+
static get FormViewItem(): Guid;
|
|
600
|
+
static get FormStatusFilterEngineRenderer(): Guid;
|
|
601
|
+
static get FormStatusFilterEngineSettings(): Guid;
|
|
602
|
+
static get FormStatusFilterEngineSelectionsArea(): Guid;
|
|
603
|
+
static get FormStatusFilterEngineDefaultValueInput(): Guid;
|
|
469
604
|
}
|
|
470
605
|
export declare class WebComponentElements {
|
|
471
606
|
static get AppProvisioningStepMember(): string;
|
|
472
607
|
}
|
|
608
|
+
export declare class TenantReusableContentManifests {
|
|
609
|
+
static get AdminJourney(): Guid;
|
|
610
|
+
static get AdminList(): Guid;
|
|
611
|
+
static get AdminRegistration(): Guid;
|
|
612
|
+
static get AdminResource(): Guid;
|
|
613
|
+
}
|