@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,70 +1,75 @@
|
|
|
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
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
//! <omnia-transform-resource path="c778308f-5fbb-4a3d-8691-ad7408ffbd56" />
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
require("./WorkplaceApi");
|
|
6
|
+
tslib_1.__exportStar(require("./BusinessProfileDallEPromptDefault"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./signoffrequest"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./forms"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./Workspace"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./RegisterActionMenuItemMsg"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./ActionMenuExportationMsg"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./SearchTemplateRendererMsg"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ISearchTemplate"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./Search"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./SearchCategory"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./Enums"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./ManifestIds"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./NotificationPanelMsg"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./NotificationPanelHistoryEntry"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./HeaderSetting"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./styles"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./MyTaskItem"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./MyTaskItemProcessor"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./TutorialProvider"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./FooterSettings"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./SearchBoxStyling"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./Constants"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./ActionRouteInfo"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./BusinessProfileSettingsSection"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./EnterprisePropertyViewModel"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./EnterprisePropertyDataTypeViewModel"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./TenantAdminSettingSection"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./TenantAdminHeaderSettingSection"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./CentralImageLocationsStyles"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./AppTemplate"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./Secrets"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./LogoSettings"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./GovernanceDashboards"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./styles"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./EnterprisePropertyCategoryViewModel"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./NotificationPanel"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./components"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./BusinessProfileAppProvisioning"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./FollowedsitesUpdatedAtUserPropertyBag"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./AppAuthenticationOptions"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./CompactHeaderRegistration"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./apps"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./teamnewsrollup"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./siteproperties"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./myteamcollaboration"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./teamcollaborationnavigation"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./sites"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./governancedashboard"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./teamcollaborationrollup"), exports);
|
|
55
|
+
tslib_1.__exportStar(require("./facebookworkplace"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./AppCollaborationSettingsSection"), exports);
|
|
57
|
+
tslib_1.__exportStar(require("./mediapicker"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./favoritebutton"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./EnterpriseGlossary"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./TaxonomyNavigation"), exports);
|
|
61
|
+
tslib_1.__exportStar(require("./yammer"), exports);
|
|
62
|
+
tslib_1.__exportStar(require("./SharedLink"), exports);
|
|
63
|
+
tslib_1.__exportStar(require("./SearchProvider"), exports);
|
|
64
|
+
tslib_1.__exportStar(require("./powerapp"), exports);
|
|
65
|
+
tslib_1.__exportStar(require("./IAdminComponent"), exports);
|
|
66
|
+
tslib_1.__exportStar(require("./promotedsearchresults"), exports);
|
|
67
|
+
tslib_1.__exportStar(require("./searchfeedbacks"), exports);
|
|
68
|
+
tslib_1.__exportStar(require("./ScopedPermissionRegistraion"), exports);
|
|
69
|
+
tslib_1.__exportStar(require("./setupwizard"), exports);
|
|
70
|
+
tslib_1.__exportStar(require("./searchstatistics"), exports);
|
|
71
|
+
tslib_1.__exportStar(require("./searchtoken"), exports);
|
|
72
|
+
tslib_1.__exportStar(require("./texttranslator"), exports);
|
|
73
|
+
tslib_1.__exportStar(require("./qrcode"), exports);
|
|
74
|
+
tslib_1.__exportStar(require("./DallESettingsPrompts"), exports);
|
|
75
|
+
tslib_1.__exportStar(require("./analytics"), exports);
|
|
@@ -1,7 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { GuidValue, MediaPickerStorageProviderContext } from "@omnia/fx-models";
|
|
2
2
|
declare abstract class MediaPickerProviderStorageWorkplaceContext extends MediaPickerStorageProviderContext {
|
|
3
3
|
readonly omniaServiceId: GuidValue;
|
|
4
4
|
}
|
|
5
|
+
export declare class StatusCodeStorageProviderWorkplaceContext extends MediaPickerProviderStorageWorkplaceContext {
|
|
6
|
+
businessProfileId?: GuidValue;
|
|
7
|
+
readonly storageProviderContextId: GuidValue;
|
|
8
|
+
/**
|
|
9
|
+
*
|
|
10
|
+
* @param businessProfileId Null for tenant level
|
|
11
|
+
*/
|
|
12
|
+
constructor(businessProfileId?: GuidValue);
|
|
13
|
+
}
|
|
5
14
|
export declare class MediaPickerStorageProviderWorkplaceFaviconContext extends MediaPickerProviderStorageWorkplaceContext {
|
|
6
15
|
businessProfileId?: GuidValue;
|
|
7
16
|
readonly storageProviderContextId: GuidValue;
|
|
@@ -27,8 +36,10 @@ export declare class MediaPickerStorageProviderWorkplaceTutorialContext extends
|
|
|
27
36
|
}
|
|
28
37
|
export declare class MediaPickerStorageProviderWorkplaceFormContext extends MediaPickerProviderStorageWorkplaceContext {
|
|
29
38
|
readonly storageProviderContextId: GuidValue;
|
|
30
|
-
readonly
|
|
31
|
-
|
|
39
|
+
readonly profileId?: GuidValue;
|
|
40
|
+
readonly appInstanceId?: GuidValue;
|
|
41
|
+
readonly formId?: number;
|
|
42
|
+
constructor(profileId?: GuidValue, appInstanceId?: GuidValue, formId?: number);
|
|
32
43
|
}
|
|
33
44
|
export declare class MediaPickerStorageProviderWorkplacePromotedSearchResultContext extends MediaPickerProviderStorageWorkplaceContext {
|
|
34
45
|
readonly storageProviderContextId: GuidValue;
|
|
@@ -1,86 +1,84 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MediaPickerStorageProviderWorkplaceSearchFeedbackContext = exports.MediaPickerStorageProviderWorkplacePromotedSearchResultContext = exports.MediaPickerStorageProviderWorkplaceFormContext = exports.MediaPickerStorageProviderWorkplaceTutorialContext = exports.MediaPickerStorageProviderWorkplaceLogoContext = exports.MediaPickerStorageProviderWorkplaceFaviconContext = exports.StatusCodeStorageProviderWorkplaceContext = void 0;
|
|
4
|
+
const fx_models_1 = require("@omnia/fx-models");
|
|
5
|
+
const ManifestIds_1 = require("../ManifestIds");
|
|
6
|
+
class MediaPickerProviderStorageWorkplaceContext extends fx_models_1.MediaPickerStorageProviderContext {
|
|
7
|
+
constructor() {
|
|
8
|
+
super(...arguments);
|
|
9
|
+
this.omniaServiceId = ManifestIds_1.ServiceDefinition.Id;
|
|
10
10
|
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
}
|
|
12
|
+
class StatusCodeStorageProviderWorkplaceContext extends MediaPickerProviderStorageWorkplaceContext {
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @param businessProfileId Null for tenant level
|
|
16
|
+
*/
|
|
17
|
+
constructor(businessProfileId) {
|
|
18
|
+
super();
|
|
19
|
+
this.businessProfileId = businessProfileId;
|
|
20
|
+
this.storageProviderContextId = new fx_models_1.Guid("1a8aaa53-0abc-4f03-89d9-0b31c285919f");
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
exports.StatusCodeStorageProviderWorkplaceContext = StatusCodeStorageProviderWorkplaceContext;
|
|
24
|
+
class MediaPickerStorageProviderWorkplaceFaviconContext extends MediaPickerProviderStorageWorkplaceContext {
|
|
15
25
|
/**
|
|
16
26
|
*
|
|
17
27
|
* @param businessProfileId Null for tenant level
|
|
18
28
|
*/
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
return _this;
|
|
29
|
+
constructor(businessProfileId) {
|
|
30
|
+
super();
|
|
31
|
+
this.businessProfileId = businessProfileId;
|
|
32
|
+
this.storageProviderContextId = new fx_models_1.Guid("800babf8-d070-4b76-92bd-f5db6c5894b3");
|
|
24
33
|
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
var MediaPickerStorageProviderWorkplaceLogoContext = /** @class */ (function (_super) {
|
|
29
|
-
__extends(MediaPickerStorageProviderWorkplaceLogoContext, _super);
|
|
34
|
+
}
|
|
35
|
+
exports.MediaPickerStorageProviderWorkplaceFaviconContext = MediaPickerStorageProviderWorkplaceFaviconContext;
|
|
36
|
+
class MediaPickerStorageProviderWorkplaceLogoContext extends MediaPickerProviderStorageWorkplaceContext {
|
|
30
37
|
/**
|
|
31
38
|
*
|
|
32
39
|
* @param businessProfileId Null for tenant level
|
|
33
40
|
*/
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
return _this;
|
|
41
|
+
constructor(businessProfileId) {
|
|
42
|
+
super();
|
|
43
|
+
this.storageProviderContextId = new fx_models_1.Guid("d82044ac-71aa-42eb-8864-121fccf8619c");
|
|
44
|
+
this.businessProfileId = businessProfileId;
|
|
39
45
|
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
_this.storageProviderContextId = new Guid("fdf5532a-ae22-4114-b142-e19747b56960");
|
|
48
|
-
_this.tutorialId = tutorialId;
|
|
49
|
-
return _this;
|
|
46
|
+
}
|
|
47
|
+
exports.MediaPickerStorageProviderWorkplaceLogoContext = MediaPickerStorageProviderWorkplaceLogoContext;
|
|
48
|
+
class MediaPickerStorageProviderWorkplaceTutorialContext extends MediaPickerProviderStorageWorkplaceContext {
|
|
49
|
+
constructor(tutorialId) {
|
|
50
|
+
super();
|
|
51
|
+
this.storageProviderContextId = new fx_models_1.Guid("fdf5532a-ae22-4114-b142-e19747b56960");
|
|
52
|
+
this.tutorialId = tutorialId;
|
|
50
53
|
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
54
|
+
}
|
|
55
|
+
exports.MediaPickerStorageProviderWorkplaceTutorialContext = MediaPickerStorageProviderWorkplaceTutorialContext;
|
|
56
|
+
class MediaPickerStorageProviderWorkplaceFormContext extends MediaPickerProviderStorageWorkplaceContext {
|
|
57
|
+
constructor(profileId, appInstanceId, formId) {
|
|
58
|
+
super();
|
|
59
|
+
this.storageProviderContextId = new fx_models_1.Guid("9e075b81-cb49-4d9a-ad9b-85edb83f4d4d");
|
|
60
|
+
if (profileId)
|
|
61
|
+
this.profileId = profileId;
|
|
62
|
+
if (appInstanceId)
|
|
63
|
+
this.appInstanceId = appInstanceId;
|
|
64
|
+
if (formId)
|
|
65
|
+
this.formId = formId;
|
|
61
66
|
}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
_this.storageProviderContextId = new Guid("97baf05e-0d3e-4248-84c7-fe949261f7db");
|
|
70
|
-
_this.businessProfileId = businessProfileId;
|
|
71
|
-
return _this;
|
|
67
|
+
}
|
|
68
|
+
exports.MediaPickerStorageProviderWorkplaceFormContext = MediaPickerStorageProviderWorkplaceFormContext;
|
|
69
|
+
class MediaPickerStorageProviderWorkplacePromotedSearchResultContext extends MediaPickerProviderStorageWorkplaceContext {
|
|
70
|
+
constructor(businessProfileId) {
|
|
71
|
+
super();
|
|
72
|
+
this.storageProviderContextId = new fx_models_1.Guid("97baf05e-0d3e-4248-84c7-fe949261f7db");
|
|
73
|
+
this.businessProfileId = businessProfileId;
|
|
72
74
|
}
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
_this.storageProviderContextId = new Guid("a2eef7d4-35a0-4e4d-b676-ba1668a6c633");
|
|
81
|
-
_this.businessProfileId = businessProfileId;
|
|
82
|
-
return _this;
|
|
75
|
+
}
|
|
76
|
+
exports.MediaPickerStorageProviderWorkplacePromotedSearchResultContext = MediaPickerStorageProviderWorkplacePromotedSearchResultContext;
|
|
77
|
+
class MediaPickerStorageProviderWorkplaceSearchFeedbackContext extends MediaPickerProviderStorageWorkplaceContext {
|
|
78
|
+
constructor(businessProfileId) {
|
|
79
|
+
super();
|
|
80
|
+
this.storageProviderContextId = new fx_models_1.Guid("a2eef7d4-35a0-4e4d-b676-ba1668a6c633");
|
|
81
|
+
this.businessProfileId = businessProfileId;
|
|
83
82
|
}
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
export { MediaPickerStorageProviderWorkplaceSearchFeedbackContext };
|
|
83
|
+
}
|
|
84
|
+
exports.MediaPickerStorageProviderWorkplaceSearchFeedbackContext = MediaPickerStorageProviderWorkplaceSearchFeedbackContext;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from "./MediaPickerProviderContext";
|
|
@@ -1,36 +1,24 @@
|
|
|
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
|
-
var TeamCollabrationAppResource = /** @class */ (function () {
|
|
26
|
-
function TeamCollabrationAppResource() {
|
|
27
|
-
}
|
|
28
|
-
return TeamCollabrationAppResource;
|
|
29
|
-
}());
|
|
30
|
-
export { TeamCollabrationAppResource };
|
|
31
|
-
var TeamCollabrationApp = /** @class */ (function () {
|
|
32
|
-
function TeamCollabrationApp() {
|
|
33
|
-
}
|
|
34
|
-
return TeamCollabrationApp;
|
|
35
|
-
}());
|
|
36
|
-
export { TeamCollabrationApp };
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TeamCollabrationApp = exports.TeamCollabrationAppResource = exports.TeamCollabrationQuery = exports.ItemQueryResult = exports.TeamCollabrationTypes = void 0;
|
|
4
|
+
class TeamCollabrationTypes {
|
|
5
|
+
}
|
|
6
|
+
exports.TeamCollabrationTypes = TeamCollabrationTypes;
|
|
7
|
+
TeamCollabrationTypes.Undefined = -1;
|
|
8
|
+
TeamCollabrationTypes.Sharepoint = 1;
|
|
9
|
+
TeamCollabrationTypes.Group = 2;
|
|
10
|
+
TeamCollabrationTypes.Teams = 4;
|
|
11
|
+
TeamCollabrationTypes.Yammer = 8;
|
|
12
|
+
TeamCollabrationTypes.Facebook = 16;
|
|
13
|
+
class ItemQueryResult {
|
|
14
|
+
}
|
|
15
|
+
exports.ItemQueryResult = ItemQueryResult;
|
|
16
|
+
class TeamCollabrationQuery {
|
|
17
|
+
}
|
|
18
|
+
exports.TeamCollabrationQuery = TeamCollabrationQuery;
|
|
19
|
+
class TeamCollabrationAppResource {
|
|
20
|
+
}
|
|
21
|
+
exports.TeamCollabrationAppResource = TeamCollabrationAppResource;
|
|
22
|
+
class TeamCollabrationApp {
|
|
23
|
+
}
|
|
24
|
+
exports.TeamCollabrationApp = TeamCollabrationApp;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
1
4
|
//export * from "./MyTeamCollaborationCategory";
|
|
2
5
|
//export * from "./MyteamcollaborationSettings";
|
|
3
|
-
|
|
6
|
+
tslib_1.__exportStar(require("./TeamCollabrationApp"), 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,2 +1,2 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
1
|
+
export * from "./PowerAppBlock";
|
|
2
|
+
export * from "./PowerAppSettings";
|
|
@@ -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("./PowerAppBlock"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./PowerAppSettings"), exports);
|
package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GuidValue, MediaPickerImage, MultilingualString, TargetingFilterData } from "@omnia/fx
|
|
1
|
+
import { GuidValue, MediaPickerImage, MultilingualString, TargetingFilterData } from "@omnia/fx-models";
|
|
2
2
|
export declare enum PromotedSearchResultStatus {
|
|
3
3
|
OnHold = 0,
|
|
4
4
|
Active = 1
|
package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PromotedSearchResultStatus = void 0;
|
|
4
|
+
var PromotedSearchResultStatus;
|
|
2
5
|
(function (PromotedSearchResultStatus) {
|
|
3
6
|
PromotedSearchResultStatus[PromotedSearchResultStatus["OnHold"] = 0] = "OnHold";
|
|
4
7
|
PromotedSearchResultStatus[PromotedSearchResultStatus["Active"] = 1] = "Active";
|
|
5
8
|
//Pending - This may be used in future for suggestion item
|
|
6
|
-
})(PromotedSearchResultStatus || (PromotedSearchResultStatus = {}));
|
|
9
|
+
})(PromotedSearchResultStatus = exports.PromotedSearchResultStatus || (exports.PromotedSearchResultStatus = {}));
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LinkUrlTypeOption = void 0;
|
|
4
|
+
var LinkUrlTypeOption;
|
|
2
5
|
(function (LinkUrlTypeOption) {
|
|
3
6
|
LinkUrlTypeOption[LinkUrlTypeOption["CurrentUrl"] = 1] = "CurrentUrl";
|
|
4
7
|
LinkUrlTypeOption[LinkUrlTypeOption["CustomUrl"] = 2] = "CustomUrl";
|
|
5
|
-
})(LinkUrlTypeOption || (LinkUrlTypeOption = {}));
|
|
8
|
+
})(LinkUrlTypeOption = exports.LinkUrlTypeOption || (exports.LinkUrlTypeOption = {}));
|
|
@@ -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,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("./SearchFeedback"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./SearchFeedbackQuery"), exports);
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SearchStatistics = void 0;
|
|
4
|
+
const models_1 = require("@omnia/fx/models");
|
|
5
|
+
var SearchStatistics;
|
|
3
6
|
(function (SearchStatistics) {
|
|
4
|
-
|
|
7
|
+
let Constants;
|
|
5
8
|
(function (Constants) {
|
|
6
9
|
Constants.SearchLocations = {
|
|
7
10
|
Header: "header",
|
|
@@ -10,35 +13,35 @@ export var SearchStatistics;
|
|
|
10
13
|
Workspace: "workspace"
|
|
11
14
|
};
|
|
12
15
|
})(Constants = SearchStatistics.Constants || (SearchStatistics.Constants = {}));
|
|
13
|
-
|
|
16
|
+
let Enums;
|
|
14
17
|
(function (Enums) {
|
|
15
|
-
|
|
18
|
+
let InteractionType;
|
|
16
19
|
(function (InteractionType) {
|
|
17
20
|
InteractionType[InteractionType["Category"] = 1] = "Category";
|
|
18
21
|
InteractionType[InteractionType["Refinement"] = 2] = "Refinement";
|
|
19
22
|
InteractionType[InteractionType["ViewItem"] = 3] = "ViewItem";
|
|
20
23
|
})(InteractionType = Enums.InteractionType || (Enums.InteractionType = {}));
|
|
21
|
-
|
|
24
|
+
let MetricType;
|
|
22
25
|
(function (MetricType) {
|
|
23
26
|
MetricType[MetricType["NoOfQuery"] = 1] = "NoOfQuery";
|
|
24
27
|
MetricType[MetricType["AbandonedQuery"] = 2] = "AbandonedQuery";
|
|
25
28
|
MetricType[MetricType["NoResultQuery"] = 3] = "NoResultQuery";
|
|
26
29
|
})(MetricType = Enums.MetricType || (Enums.MetricType = {}));
|
|
27
|
-
|
|
30
|
+
let MetricScope;
|
|
28
31
|
(function (MetricScope) {
|
|
29
32
|
MetricScope[MetricScope["Tenant"] = 1] = "Tenant";
|
|
30
33
|
MetricScope[MetricScope["CurrentBusinessProfile"] = 2] = "CurrentBusinessProfile";
|
|
31
34
|
})(MetricScope = Enums.MetricScope || (Enums.MetricScope = {}));
|
|
32
35
|
})(Enums = SearchStatistics.Enums || (SearchStatistics.Enums = {}));
|
|
33
36
|
SearchStatistics.GovernanceDashboard = {
|
|
34
|
-
scopeId: new Guid("1f764b5a-ec2c-4781-87fa-4a8cb2ddb09c"),
|
|
37
|
+
scopeId: new models_1.Guid("1f764b5a-ec2c-4781-87fa-4a8cb2ddb09c"),
|
|
35
38
|
metrics: {
|
|
36
|
-
noOfQuery: new Guid("c0b18c12-d3b5-4b29-8105-222d20d5522f"),
|
|
37
|
-
abandonedQuery: new Guid("aa3d3355-e2a9-4c4c-a44a-5fb01493e7ae"),
|
|
38
|
-
noResultQuery: new Guid("13786d92-6d16-402f-a961-d99ea4341601")
|
|
39
|
+
noOfQuery: new models_1.Guid("c0b18c12-d3b5-4b29-8105-222d20d5522f"),
|
|
40
|
+
abandonedQuery: new models_1.Guid("aa3d3355-e2a9-4c4c-a44a-5fb01493e7ae"),
|
|
41
|
+
noResultQuery: new models_1.Guid("13786d92-6d16-402f-a961-d99ea4341601")
|
|
39
42
|
},
|
|
40
43
|
filters: {
|
|
41
|
-
scope: new Guid("b27d3933-9eab-4561-b3a6-e2ac24a12767")
|
|
44
|
+
scope: new models_1.Guid("b27d3933-9eab-4561-b3a6-e2ac24a12767")
|
|
42
45
|
}
|
|
43
46
|
};
|
|
44
|
-
})(SearchStatistics || (SearchStatistics = {}));
|
|
47
|
+
})(SearchStatistics = exports.SearchStatistics || (exports.SearchStatistics = {}));
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|