@omnia/workplace 7.0.2-dev → 7.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/internal-do-not-import-from-here/apis/Fx.d.ts +2 -2
- package/internal-do-not-import-from-here/apis/Header.d.ts +3 -3
- package/internal-do-not-import-from-here/apis/NotificationPanel.d.ts +3 -3
- package/internal-do-not-import-from-here/apis/ScopedPermissionApi.d.ts +1 -1
- package/internal-do-not-import-from-here/apis/SearchProviderApi.d.ts +3 -3
- package/internal-do-not-import-from-here/apis/SearchTemplate.d.ts +3 -3
- package/internal-do-not-import-from-here/apis/SearchTokenProviderApi.d.ts +18 -0
- package/internal-do-not-import-from-here/apis/TeamNewsRollup.d.ts +3 -3
- package/internal-do-not-import-from-here/apis/TranslatorProviderApi.d.ts +17 -0
- package/internal-do-not-import-from-here/apis/index.d.ts +3 -2
- package/internal-do-not-import-from-here/core/index.d.ts +3 -3
- package/internal-do-not-import-from-here/core/loc/localize.d.ts +6 -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 +7 -2
- package/internal-do-not-import-from-here/core/utils/index.d.ts +1 -1
- package/internal-do-not-import-from-here/index.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/AppCollaborationSettingsSection.d.ts +2 -2
- package/internal-do-not-import-from-here/models/AppTemplate.d.ts +1 -1
- package/internal-do-not-import-from-here/models/BusinessProfileAppProvisioning.d.ts +1 -1
- package/internal-do-not-import-from-here/models/BusinessProfileSettingsSection.d.ts +1 -1
- package/internal-do-not-import-from-here/models/CentralImageLocationsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/Constants.d.ts +63 -8
- package/internal-do-not-import-from-here/models/Constants.js +72 -15
- package/internal-do-not-import-from-here/models/EnterpriseGlossary.d.ts +2 -2
- package/internal-do-not-import-from-here/models/EnterprisePropertyCategoryViewModel.d.ts +1 -1
- package/internal-do-not-import-from-here/models/EnterprisePropertyDataTypeViewModel.d.ts +1 -1
- package/internal-do-not-import-from-here/models/EnterprisePropertyViewModel.d.ts +1 -1
- package/internal-do-not-import-from-here/models/Enums.d.ts +7 -1
- package/internal-do-not-import-from-here/models/Enums.js +7 -0
- package/internal-do-not-import-from-here/models/FollowedsitesUpdatedAtUserPropertyBag.d.ts +1 -1
- package/internal-do-not-import-from-here/models/GovernanceDashboards.d.ts +4 -1
- package/internal-do-not-import-from-here/models/ISearchTemplate.d.ts +22 -3
- package/internal-do-not-import-from-here/models/LogoSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +125 -6
- package/internal-do-not-import-from-here/models/ManifestIds.js +150 -36
- package/internal-do-not-import-from-here/models/MyTaskItemProcessor.d.ts +1 -1
- package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +6 -5
- package/internal-do-not-import-from-here/models/NotificationPanel.js +2 -1
- package/internal-do-not-import-from-here/models/NotificationPanelMsg.d.ts +1 -1
- package/internal-do-not-import-from-here/models/RegisterActionMenuItemMsg.d.ts +1 -1
- package/internal-do-not-import-from-here/models/Search.d.ts +7 -24
- package/internal-do-not-import-from-here/models/SearchBoxStyling.d.ts +8 -8
- package/internal-do-not-import-from-here/models/SearchCategory.d.ts +4 -26
- package/internal-do-not-import-from-here/models/Secrets.d.ts +3 -2
- package/internal-do-not-import-from-here/models/SharedLink.d.ts +4 -4
- package/internal-do-not-import-from-here/models/TaxonomyNavigation.d.ts +3 -3
- package/internal-do-not-import-from-here/models/TenantAdminSettingSection.d.ts +1 -1
- package/internal-do-not-import-from-here/models/TutorialProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/models/WorkplaceApi.d.ts +1 -1
- package/internal-do-not-import-from-here/models/Workspace.d.ts +7 -5
- package/internal-do-not-import-from-here/models/Workspace.js +6 -4
- package/internal-do-not-import-from-here/models/apps/Enums.d.ts +10 -22
- package/internal-do-not-import-from-here/models/apps/Enums.js +19 -23
- package/internal-do-not-import-from-here/models/apps/MSTeamsApps.d.ts +2 -0
- package/internal-do-not-import-from-here/models/apps/MSTeamsInfo.d.ts +1 -1
- package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.d.ts +21 -5
- package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.js +5 -0
- package/internal-do-not-import-from-here/models/apps/Membership.d.ts +1 -1
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstanceProperties.d.ts +4 -4
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplate.d.ts +2 -7
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +13 -3
- package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.d.ts +4 -0
- package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.js +10 -0
- package/internal-do-not-import-from-here/models/apps/index.d.ts +5 -5
- package/internal-do-not-import-from-here/models/apps/index.js +1 -1
- package/internal-do-not-import-from-here/models/components/AppTemplateStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/CreateTeamworkBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/CreateTeamworkStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.js +0 -1
- package/internal-do-not-import-from-here/models/components/MySitesStyles.d.ts +3 -2
- package/internal-do-not-import-from-here/models/components/MyTeamCollaborationStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/PostsFeedBlock.d.ts +28 -0
- package/internal-do-not-import-from-here/models/components/PostsFeedBlock.js +12 -0
- package/internal-do-not-import-from-here/models/components/TeamNewsBlockStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/TeamSiteEditPropertiesStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/index.d.ts +2 -1
- package/internal-do-not-import-from-here/models/components/index.js +1 -0
- package/internal-do-not-import-from-here/models/forms/Form.d.ts +1 -1
- package/internal-do-not-import-from-here/models/forms/FormLayout.d.ts +4 -4
- package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.d.ts +1 -1
- package/internal-do-not-import-from-here/models/index.d.ts +38 -34
- package/internal-do-not-import-from-here/models/index.js +6 -2
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +1 -1
- package/internal-do-not-import-from-here/models/mediapicker/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/myteamcollaboration/MySitesSettingsComponentStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.d.ts +1 -1
- package/internal-do-not-import-from-here/models/powerapp/PowerAppBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/models/powerapp/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.d.ts +1 -1
- package/internal-do-not-import-from-here/models/qrcode.d.ts +14 -0
- package/internal-do-not-import-from-here/models/qrcode.js +8 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.d.ts +118 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.js +47 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricConfiguration.d.ts +3 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.d.ts +7 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.js +12 -0
- package/internal-do-not-import-from-here/models/searchstatistics/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/searchstatistics/index.js +6 -0
- package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.d.ts +11 -0
- package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.js +6 -0
- package/internal-do-not-import-from-here/models/searchtoken/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/searchtoken/index.js +4 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.d.ts +27 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.d.ts +42 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.js +8 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.d.ts +20 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.js +24 -0
- package/internal-do-not-import-from-here/models/setupwizard/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/setupwizard/index.js +6 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.d.ts +17 -4
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.d.ts +15 -3
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestDetail.d.ts +2 -4
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.d.ts +6 -6
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.js +8 -8
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.d.ts +9 -5
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.js +5 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestQuery.d.ts +12 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +9 -2
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResponse.d.ts +1 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.d.ts +92 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.js +25 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewRendererComponent.d.ts +15 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewRendererComponent.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.d.ts +32 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestSettings.d.ts +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.d.ts +24 -3
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestType.d.ts +19 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestType.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/index.d.ts +4 -0
- package/internal-do-not-import-from-here/models/signoffrequest/index.js +4 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.d.ts +10 -3
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTemplateCreateModel.d.ts +8 -3
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTypeCreateModel.d.ts +7 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTypeCreateModel.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/index.js +1 -0
- package/internal-do-not-import-from-here/models/sites/MySitesSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/sites/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/styles/ActionMenuStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/AnnouncementStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/DefaultSearchTemplateStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/DocumentDirectionSettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/EnterprisePropertyCategoryStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/FooterStyle.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/GovernanceDashboardStyles.d.ts +3 -1
- package/internal-do-not-import-from-here/models/styles/HeaderStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/JumpToContentStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/LinkHandlerSettingsStyles.d.ts +6 -0
- package/internal-do-not-import-from-here/models/styles/LinkHandlerSettingsStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/LocalizationAdminStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/LocalizationInputStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/LogoStyle.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/MegaMenuStyles.d.ts +6 -2
- package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +6 -3
- package/internal-do-not-import-from-here/models/styles/NotificationPanelHeaderStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/NotificationPanelSettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.d.ts +7 -5
- package/internal-do-not-import-from-here/models/styles/OmniaSystemLanguageSettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/QrCodeStyles.d.ts +10 -0
- package/internal-do-not-import-from-here/models/styles/QrCodeStyles.js +7 -0
- package/internal-do-not-import-from-here/models/styles/RichTextEditorSettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +26 -9
- package/internal-do-not-import-from-here/models/styles/SearchStyles.js +2 -1
- package/internal-do-not-import-from-here/models/styles/SharedStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/SharedStyles.js +2 -2
- package/internal-do-not-import-from-here/models/styles/TargetingPropertyStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.d.ts +3 -3
- package/internal-do-not-import-from-here/models/styles/UserAccessibilitySettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/UserMenuStyles.d.ts +4 -3
- package/internal-do-not-import-from-here/models/styles/WorkplaceActionMenuStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/WorkplaceHomeStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/WorkplaceSharedStyles.d.ts +2 -1
- package/internal-do-not-import-from-here/models/styles/index.d.ts +13 -11
- package/internal-do-not-import-from-here/models/styles/index.js +2 -0
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +18 -12
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.js +9 -2
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.d.ts +3 -2
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.d.ts +2 -16
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.d.ts +3 -2
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.js +0 -1
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupViewRegistration.d.ts +1 -1
- package/internal-do-not-import-from-here/models/teamnewsrollup/index.d.ts +4 -4
- package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.d.ts +4 -0
- package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.js +2 -0
- package/internal-do-not-import-from-here/models/texttranslator/DefaultTranslatorProvider.d.ts +3 -0
- package/internal-do-not-import-from-here/models/texttranslator/DefaultTranslatorProvider.js +2 -0
- package/internal-do-not-import-from-here/models/texttranslator/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/texttranslator/index.js +5 -0
- package/internal-do-not-import-from-here/models/yammer/YammerFeedSettings.js +0 -1
- package/internal-do-not-import-from-here/models/yammer/index.d.ts +1 -1
- package/internal-do-not-import-from-here/services/AppAuthenticationOptionsService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/FormService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/HomeService.d.ts +1 -1
- package/internal-do-not-import-from-here/services/NotificationPanelHistoryService.d.ts +1 -1
- package/internal-do-not-import-from-here/services/PromotedSearchResultService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/SearchCategoryService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/SearchFeedbackService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/SignOffRequestService.d.ts +5 -3
- package/internal-do-not-import-from-here/services/TeamCollaborationService.d.ts +7 -3
- package/internal-do-not-import-from-here/shared/SignOffRequestUtils.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/CurrentFormStore.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/EditingThemeStore.d.ts +3 -4
- package/internal-do-not-import-from-here/stores/FilterValueProviderBase.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/FormStore.d.ts +3 -4
- package/internal-do-not-import-from-here/stores/GovernanceDashboardStore.d.ts +3 -4
- package/internal-do-not-import-from-here/stores/LinkHandlerDialogStore.d.ts +33 -0
- package/internal-do-not-import-from-here/stores/NotificationPanelStore.d.ts +4 -5
- package/internal-do-not-import-from-here/stores/PromotedSearchResultStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/SearchCategoryStore.d.ts +8 -6
- package/internal-do-not-import-from-here/stores/SearchTokenStore.d.ts +32 -0
- package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +16 -9
- package/internal-do-not-import-from-here/stores/TeamCollaborationStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/UserMenuStore.d.ts +12 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/AppRendererBootstrapper.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/DialogHelper.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/TeamworkContext.d.ts +30 -0
- package/internal-do-not-import-from-here/ux/index.d.ts +3 -0
- package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
- package/internal-do-not-import-from-here/webcomponents/IAppAuthenticationOptionsComponent.d.ts +4 -4
- package/models/index.d.ts +1 -1
- package/package.json +1 -1
- package/task.js +10 -10
- package/task.ts +9 -9
- package/internal-do-not-import-from-here/models/SearchAdminSettingsSection.d.ts +0 -28
- package/internal-do-not-import-from-here/models/apps/OfficeNamingPolicyValidationResult.d.ts +0 -28
- /package/internal-do-not-import-from-here/models/{SearchAdminSettingsSection.js → searchstatistics/SearchStatisticsMetricConfiguration.js} +0 -0
- /package/internal-do-not-import-from-here/models/{apps/OfficeNamingPolicyValidationResult.js → setupwizard/SetupWizardProviderApi.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WebComponentElements = exports.WebComponentManifests = exports.ResourceManifests = exports.WPRoleDefinition = exports.GroupManifests = exports.ServiceDefinition = void 0;
|
|
3
|
+
exports.TenantReusableContentManifests = exports.WebComponentElements = exports.WebComponentManifests = exports.ResourceManifests = exports.WizardSetupConstant = exports.WPRoleDefinition = exports.GroupManifests = exports.ServiceDefinition = void 0;
|
|
4
4
|
const fx_models_1 = require("@omnia/fx-models");
|
|
5
5
|
class ServiceDefinition {
|
|
6
6
|
static get Id() { return new fx_models_1.Guid("39df27aa-95f1-4a23-b3f6-8b231afcda82"); }
|
|
@@ -11,6 +11,7 @@ class GroupManifests {
|
|
|
11
11
|
static get WorkplaceBusinessProfileHeaderActionMenuRegistrationCommon() { return new fx_models_1.Guid("72afa348-7e35-4d8f-9f86-cfca6f7e57c2"); }
|
|
12
12
|
static get WorkplaceHeader() { return new fx_models_1.Guid("007256e4-dbb7-4243-b437-c571b8b09323"); }
|
|
13
13
|
static get TeamCollabAppInSpfx() { return new fx_models_1.Guid("6c794ed9-3bb1-4673-b378-92eb31f5a848"); }
|
|
14
|
+
static get PostsFeedBlockGroup() { return new fx_models_1.Guid("102937e8-68d5-4294-8a79-7fddb9e58b8e"); }
|
|
14
15
|
}
|
|
15
16
|
exports.GroupManifests = GroupManifests;
|
|
16
17
|
class WPRoleDefinition {
|
|
@@ -18,10 +19,17 @@ class WPRoleDefinition {
|
|
|
18
19
|
static get SharedLinksBPAdmin() { return new fx_models_1.Guid("778C0D53-23EC-4874-8843-86C6C9E55009"); }
|
|
19
20
|
static get AnnouncementsTenantAdmin() { return new fx_models_1.Guid("AE9CC8D3-F47F-49E5-81AD-633D428A2A26"); }
|
|
20
21
|
static get AnnouncementsBPAdmin() { return new fx_models_1.Guid("5FA0CED5-F7AB-4C7A-99D9-1F291CB08CC1"); }
|
|
22
|
+
static get SearchBPAdmin() { return new fx_models_1.Guid("affe1bd8-b534-459b-bdd5-f11e5a2d1d73"); }
|
|
23
|
+
static get GlobalSignOffRequestAdmin() { return new fx_models_1.Guid("d20507d0-41c0-43a2-8ffc-13e923362f9d"); }
|
|
21
24
|
}
|
|
22
25
|
exports.WPRoleDefinition = WPRoleDefinition;
|
|
26
|
+
class WizardSetupConstant {
|
|
27
|
+
static get LocationPropertyTaxonomy() { return new fx_models_1.Guid("0e890b84-8b85-4312-a34a-fff321b21965"); }
|
|
28
|
+
static get OrganizationPropertyTaxonomy() { return new fx_models_1.Guid("9f9eb531-c0da-4b38-b860-93346dd9152a"); }
|
|
29
|
+
}
|
|
30
|
+
exports.WizardSetupConstant = WizardSetupConstant;
|
|
23
31
|
class ResourceManifests {
|
|
24
|
-
static get Fx() { return new fx_models_1.Guid(
|
|
32
|
+
static get Fx() { return new fx_models_1.Guid("491a5b75-e3d6-472a-8958-216be85b092a"); }
|
|
25
33
|
static get CommonChunk() { return new fx_models_1.Guid("fbcab6c3-9238-4a48-95b7-8ae67c11d925"); }
|
|
26
34
|
//public static get Core(): Guid { return new Guid('6af269d3-1b0b-463d-80a1-39d1c3b1b50e'); }
|
|
27
35
|
static get AnnouncementsCore() { return new fx_models_1.Guid("0094ad1e-a9a5-4247-8776-d1e494139775"); }
|
|
@@ -45,6 +53,7 @@ class ResourceManifests {
|
|
|
45
53
|
static get AnnoucementNotificationPanelRegistration() { return new fx_models_1.Guid("562bc298-070e-4653-8cc9-81d2c34baba4"); }
|
|
46
54
|
static get NotificationPanelRegistration() { return new fx_models_1.Guid("fba0c5fa-b0e3-4348-9351-ad90ff3162a4"); }
|
|
47
55
|
static get NotificationPanelRegistrationApi() { return new fx_models_1.Guid("f9c191c2-1c39-44f7-a23e-2be0c324e880"); }
|
|
56
|
+
static get SetupWizardRegistrationApi() { return new fx_models_1.Guid("547bd43c-c628-47b2-b6aa-fddacbb0d25e"); }
|
|
48
57
|
static get NotificationPanelCore() { return new fx_models_1.Guid("00cc0c0d-8487-4d05-bb4f-6cc5d9b1a8ba"); }
|
|
49
58
|
static get AdminShortcutRegistration() { return new fx_models_1.Guid("c69c7ea3-afbb-4fe8-a5fe-20dcd49306d9"); }
|
|
50
59
|
static get ActionMenuCore() { return new fx_models_1.Guid("6a26b189-f58e-433b-9ac6-2dedc734292a"); }
|
|
@@ -57,10 +66,12 @@ class ResourceManifests {
|
|
|
57
66
|
static get SearchTemplateApi() { return new fx_models_1.Guid("a319f3f1-f05b-4952-a5d4-19749e42a4bf"); }
|
|
58
67
|
static get ScopedPermissionApi() { return new fx_models_1.Guid("bea1c95e-baa8-412a-9caf-6288997e7ee3"); }
|
|
59
68
|
static get SearchCategoryProviderApi() { return new fx_models_1.Guid("da66bae7-498d-42f5-b300-eaf179a03f0a"); }
|
|
69
|
+
static get SearchTokenProviderApi() { return new fx_models_1.Guid("142f62fe-a32d-4a38-a3d3-e049589dfa5d"); }
|
|
70
|
+
static get DefaultSearchTokenProviderRegistration() { return new fx_models_1.Guid("7ae13d0f-5dbd-4da3-a631-95b86a6bcae2"); }
|
|
60
71
|
static get EnableMSTeamsDeepLinkExecution() { return new fx_models_1.Guid("67384113-6d0b-41cd-9029-c9941b489504"); }
|
|
61
72
|
static get TenantPeopleInfoJourney() { return new fx_models_1.Guid("2949577e-1902-4e2e-a58a-23dc0c0a22a5"); }
|
|
62
|
-
static get Favicon() { return new fx_models_1.Guid(
|
|
63
|
-
static get Core() { return new fx_models_1.Guid(
|
|
73
|
+
static get Favicon() { return new fx_models_1.Guid("a976468f-4aeb-47e6-afdd-18fc42f9a7c6"); }
|
|
74
|
+
static get Core() { return new fx_models_1.Guid("fda0b5ed-e28c-46db-9b56-ec3afd0639cf"); }
|
|
64
75
|
static get AdminRegistrations() { return new fx_models_1.Guid("b9f0bdb9-b997-48ce-a00e-232e238d19e4"); }
|
|
65
76
|
static get WorkplaceRegistrations() { return new fx_models_1.Guid("79d366df-face-4c38-9712-54b727f6fea7"); }
|
|
66
77
|
static get BusinessProfileAdminRegistrations() { return new fx_models_1.Guid("8e6c9764-1987-45b0-ab7a-7d919ee0e29a"); }
|
|
@@ -76,7 +87,6 @@ class ResourceManifests {
|
|
|
76
87
|
static get SecretsCore() { return new fx_models_1.Guid("2e299c8d-7b2d-4eb0-8878-94e883922735"); }
|
|
77
88
|
static get TenantAdminSettingsCore() { return new fx_models_1.Guid("8126ac2b-2b78-48b2-aa50-9fd70329946f"); }
|
|
78
89
|
static get GovernanceDashboardCore() { return new fx_models_1.Guid("9b6050c6-0ab0-4411-a523-82451d7428a6"); }
|
|
79
|
-
;
|
|
80
90
|
static get TenantAdminTextStyleRegistration() { return new fx_models_1.Guid("5c297170-8e0e-40cd-adb6-ceaad397922c"); }
|
|
81
91
|
static get TenantGeneralSettingsRegistration() { return new fx_models_1.Guid("709d1d2b-3292-4b22-8a4f-fac8d2cbec9a"); }
|
|
82
92
|
static get EnableInputMSTeamsUrl() { return new fx_models_1.Guid("2c54bad8-bef9-4196-9977-1f7d201c7603"); }
|
|
@@ -106,18 +116,29 @@ class ResourceManifests {
|
|
|
106
116
|
static get UserProfileCardEditingHandlerRegistration() { return new fx_models_1.Guid("2411590a-62da-4203-af50-9f514089c126"); }
|
|
107
117
|
static get ActionButtonSignOffRequestHandler() { return new fx_models_1.Guid("2675e44e-dd92-4784-a5bc-2b4c8d060589"); }
|
|
108
118
|
static get ActionButtonSignOffRequestHandlerRegistration() { return new fx_models_1.Guid("735da897-1665-42e6-9b30-60e978198ef8"); }
|
|
109
|
-
static get
|
|
119
|
+
static get SetupWizardCommon() { return new fx_models_1.Guid("a491ba6f-29e7-4ef8-9cc7-c8ca5915f3af"); }
|
|
110
120
|
static get TeamworkAppTemplateWizardStore() { return new fx_models_1.Guid("1f1b347e-2057-4435-97c6-e802f9680221"); }
|
|
111
121
|
static get SearchConfigStore() { return new fx_models_1.Guid("161b21f8-f942-41e1-b05e-09f1dcde4047"); }
|
|
112
122
|
static get OmniaLanguagesComponentStore() { return new fx_models_1.Guid("7be65e8d-34b7-4a61-bd8e-ea46577aef72"); }
|
|
113
123
|
static get EnterprisePropertiesStore() { return new fx_models_1.Guid("1d9f8679-52c7-4773-9114-8e1c37797fc3"); }
|
|
114
|
-
;
|
|
115
124
|
static get TargetingPropertiesResources() { return new fx_models_1.Guid("d28747ac-6b44-4c29-a931-835b4dab97d0"); }
|
|
116
|
-
;
|
|
117
125
|
static get AdminSystemCore() { return new fx_models_1.Guid("183AEC86-8FFD-4F33-91F3-23483C8E35BB"); }
|
|
118
|
-
;
|
|
119
126
|
static get PowerAppCore() { return new fx_models_1.Guid("96784918-b535-47db-955a-677d1b9138ef"); }
|
|
120
127
|
static get WorkspaceCommon() { return new fx_models_1.Guid("fa639f63-380e-4cc5-8ed1-f8f5b6ea7d5e"); }
|
|
128
|
+
static get PostsFeedBlockCore() { return new fx_models_1.Guid("9d5d0be1-208d-488f-9005-b181b7d47839"); }
|
|
129
|
+
static get SearchStatisticsMetricShared() { return new fx_models_1.Guid("1533f4b6-1484-4ecf-864a-8a446a5966cf"); }
|
|
130
|
+
static get SearchStatisticsMetricGroup() { return new fx_models_1.Guid("b9ee20a8-eee5-4355-8501-e15cb496a046"); }
|
|
131
|
+
static get LinkHandlerSettingsRegistration() { return new fx_models_1.Guid("a913821b-d91b-48f0-b356-97c0e7828afa"); }
|
|
132
|
+
static get TranslatorProviderRegistration() { return new fx_models_1.Guid("94352c19-675f-4aa9-9a59-b216808bd9c5"); }
|
|
133
|
+
static get QrCodeCore() { return new fx_models_1.Guid("643d8ebd-1097-403c-bc5d-c8045d5c6c5f"); }
|
|
134
|
+
static get TenantSetupWizardRegistration() { return new fx_models_1.Guid("1f765e6b-5ebf-4f7b-aa87-d05dc0b295e4"); }
|
|
135
|
+
static get BusinessProfileSetupWizardRegistration() { return new fx_models_1.Guid("2e1f8f98-8a9f-4ee9-9172-7822644efae8"); }
|
|
136
|
+
static get SignOffRequestFilterCore() { return new fx_models_1.Guid("2d83d3d1-44a8-4fb4-9daa-a7249cea918b"); }
|
|
137
|
+
static get SignOffRequestFilterEngineContextProperties() { return new fx_models_1.Guid("81eb6793-8c18-449e-b498-82b8cec47faa"); }
|
|
138
|
+
static get SignOffRequestFilterEngineRequestedBy() { return new fx_models_1.Guid("36baf333-f291-4e89-bbfd-1b55208c670f"); }
|
|
139
|
+
static get SignOffRequestFilterEngineProgressStatus() { return new fx_models_1.Guid("f4f13adc-5ef4-4030-810d-8d470351cd58"); }
|
|
140
|
+
static get SignOffRequestFilterEngineStatus() { return new fx_models_1.Guid("e8a10f86-2be1-4f84-8cc6-f54480057c00"); }
|
|
141
|
+
static get SignOffRequestFilterEngineType() { return new fx_models_1.Guid("b6094948-9445-416d-9d27-22abce66ffa1"); }
|
|
121
142
|
}
|
|
122
143
|
exports.ResourceManifests = ResourceManifests;
|
|
123
144
|
class WebComponentManifests {
|
|
@@ -130,18 +151,20 @@ class WebComponentManifests {
|
|
|
130
151
|
static get SearchConfig() { return new fx_models_1.Guid("64fb9421-2dba-4861-a949-4fafa2599b4e"); }
|
|
131
152
|
static get PromotedSearchResultJourney() { return new fx_models_1.Guid("14bd1089-d501-412f-a569-ca915308e541"); }
|
|
132
153
|
static get SearchFeedbackJourney() { return new fx_models_1.Guid("b4672f4f-76c5-4ec8-b0d8-5142e4698446"); }
|
|
154
|
+
static get SearchStatisticsJourney() { return new fx_models_1.Guid("6b0a110e-478a-4c3d-875b-d89da7296c43"); }
|
|
133
155
|
static get QuickSearchConfig() { return new fx_models_1.Guid("f537b6a0-79ec-4019-9da6-62a51e3c5ff3"); }
|
|
134
156
|
static get QuickSearchCategoriesConfig() { return new fx_models_1.Guid("4190870d-6df6-4f35-9ea8-7cae2105b7e9"); }
|
|
135
157
|
static get AdvenceSearchConfig() { return new fx_models_1.Guid("e5da6df9-7c88-4413-9f75-b8635429cc16"); }
|
|
136
158
|
static get AdvancedSearchCategoriesConfig() { return new fx_models_1.Guid("10303262-f456-4f79-be31-71bd32a32dab"); }
|
|
159
|
+
static get DateTimeRefinerComponent() { return new fx_models_1.Guid("0d3db85a-72f7-4f60-a404-8648101ab0b3"); }
|
|
137
160
|
static get CustomSearch() { return new fx_models_1.Guid("B3D32D30-B779-489C-88AB-F3BA03724105"); }
|
|
138
161
|
static get ActionMenu() { return new fx_models_1.Guid("e626020a-2d95-410f-8c3d-ec2127418b26"); }
|
|
139
162
|
static get ActionMenuAdmin() { return new fx_models_1.Guid("c2f552f7-2ec3-42d8-8bdb-254712201b7e"); }
|
|
140
163
|
static get TrelloCards() { return new fx_models_1.Guid("22B707E0-41F6-47D2-BE57-1F3A2B9DD6C2"); }
|
|
141
164
|
static get TrelloCardsSettings() { return new fx_models_1.Guid("16F2DB40-C063-4A19-ACEE-4903253C57D6"); }
|
|
142
165
|
static get Announcements() { return new fx_models_1.Guid("8fa1fb85-39ef-4be8-9611-f6c7ec029772"); }
|
|
143
|
-
static get HighPrioAnnouncements() { return new fx_models_1.Guid(
|
|
144
|
-
static get HighPrioAnnouncementsSettings() { return new fx_models_1.Guid(
|
|
166
|
+
static get HighPrioAnnouncements() { return new fx_models_1.Guid("0703dffa-07ff-4ed1-8d1d-93621cbd5661"); }
|
|
167
|
+
static get HighPrioAnnouncementsSettings() { return new fx_models_1.Guid("83817cc6-d238-412e-95bf-312ae18c9a26"); }
|
|
145
168
|
static get AnnouncementsSettings() { return new fx_models_1.Guid("692af0e8-5fe8-4417-b6f5-cea4b8ef2189"); }
|
|
146
169
|
static get AnnouncementsBusinessProfileJourney() { return new fx_models_1.Guid("6cea863b-26a2-4bce-abc8-81b8ed9bbd47"); }
|
|
147
170
|
static get AnnouncementsTenantAdminJourney() { return new fx_models_1.Guid("d6207946-eb85-4ee6-8ec3-b4f7d488e7bc"); }
|
|
@@ -184,6 +207,14 @@ class WebComponentManifests {
|
|
|
184
207
|
static get SharedLinksSearchProviderSettings() { return new fx_models_1.Guid("531dde74-4a66-4990-b0c1-b0fb979371e4"); }
|
|
185
208
|
static get QuickSearchActionHandlerSettings() { return new fx_models_1.Guid("b8a22e34-3162-443e-9260-1e4fc8eb0310"); }
|
|
186
209
|
static get SearchSettings() { return new fx_models_1.Guid("60d18833-efb0-456d-8359-fea6c82701b7"); }
|
|
210
|
+
static get SearchStatisticsMetricIndicator() { return new fx_models_1.Guid("f3c88c39-9d56-4f4a-9841-2272bd275428"); }
|
|
211
|
+
static get SearchStatisticsNoOfQueryMetricIndicator() { return new fx_models_1.Guid("7fb2948c-286e-4de9-b25a-7594bd472c65"); }
|
|
212
|
+
static get SearchStatisticsAbandonedQueryMetricIndicator() { return new fx_models_1.Guid("1588c9e5-835c-4258-990f-26ade94a385a"); }
|
|
213
|
+
static get SearchStatisticsNoResultQueryMetricIndicator() { return new fx_models_1.Guid("cfa2aa9e-7a04-4622-97f9-22913ac7b326"); }
|
|
214
|
+
static get SearchStatisticsNoOfQueryMetricDetail() { return new fx_models_1.Guid("54527b07-2873-4b75-8903-ef174c769d60"); }
|
|
215
|
+
static get SearchStatisticsAbandonedQueryMetricDetail() { return new fx_models_1.Guid("c9142c33-cd05-4a71-a12c-08d86a4db6a8"); }
|
|
216
|
+
static get SearchStatisticsNoResultQueryMetricDetail() { return new fx_models_1.Guid("93813bd7-ddae-4bca-aef3-0c12761e97d9"); }
|
|
217
|
+
static get SearchStatisticsMetricScopeFilter() { return new fx_models_1.Guid("30f3b28c-9f8b-4801-8509-8d51de1db362"); }
|
|
187
218
|
static get MyTasks() { return new fx_models_1.Guid("299D1ADC-8762-4AA5-B92D-83D03B633DEE"); }
|
|
188
219
|
static get MyTasksSettings() { return new fx_models_1.Guid("A5C84795-B70F-4A88-AD46-B315E5AE5496"); }
|
|
189
220
|
static get MyTasksSiteGroupView() { return new fx_models_1.Guid("0987DBA0-4C0A-4AC8-A762-9348B3F16412"); }
|
|
@@ -241,6 +272,8 @@ class WebComponentManifests {
|
|
|
241
272
|
static get TutorialPageSetting() { return new fx_models_1.Guid("23A3A95E-8830-46D7-BF76-180FE079531C"); }
|
|
242
273
|
static get Tutorial() { return new fx_models_1.Guid("47544822-FDA5-450A-9294-A5ACA8A770E0"); }
|
|
243
274
|
static get ProfileMenu() { return new fx_models_1.Guid("4763bc36-d35d-4334-8b88-5408d489b03e"); }
|
|
275
|
+
static get TeamworkAppAppendInformationInput() { return new fx_models_1.Guid("82c48df4-c8ee-472d-8c8b-7a6f16c2987c"); }
|
|
276
|
+
static get M365GroupAppInformationInput() { return new fx_models_1.Guid("d593c93c-4228-487e-bfde-5b6e21d61cab"); }
|
|
244
277
|
static get BusinessProfileJourney() { return new fx_models_1.Guid("2b69d826-807c-470e-9db1-0a19bba2d1e0"); }
|
|
245
278
|
static get BusinessProfileSettings() { return new fx_models_1.Guid("4b86a436-4255-448c-a502-e1daeb94d142"); }
|
|
246
279
|
static get BusinessProfileTheme() { return new fx_models_1.Guid("61499843-fa3a-47c8-b935-8e3c27c68f1b"); }
|
|
@@ -283,28 +316,25 @@ class WebComponentManifests {
|
|
|
283
316
|
static get SystemAccountForm() { return new fx_models_1.Guid("0f7957bf-937e-4563-992a-f142e027d1d2"); }
|
|
284
317
|
static get YammerAppForm() { return new fx_models_1.Guid("352e23d3-9a20-40f7-8699-1b9796032e3a"); }
|
|
285
318
|
static get GovernanceDashboard() { return new fx_models_1.Guid("8b58ab03-7af5-47f1-a82d-290964567cc9"); }
|
|
286
|
-
;
|
|
287
319
|
static get GovernanceDashboardSettings() { return new fx_models_1.Guid("e3378939-f5a4-45e3-98bf-e2f9c70a78ef"); }
|
|
288
|
-
;
|
|
289
320
|
static get GovernanceDashboardEditor() { return new fx_models_1.Guid("88896064-02b1-451f-ac47-ed6b4c90b4e3"); }
|
|
290
|
-
;
|
|
291
321
|
static get TextStyles() { return new fx_models_1.Guid("67982bb7-524f-4e91-9b2f-05bd2ab3c088"); }
|
|
292
322
|
static get TenantGeneralSettings() { return new fx_models_1.Guid("62529631-696b-457b-bc04-18c888fc940f"); }
|
|
293
|
-
static get PeopleRollup() { return new fx_models_1.Guid(
|
|
294
|
-
static get PeopleRollupSettings() { return new fx_models_1.Guid(
|
|
295
|
-
static get PeopleRollupBreakpointSettings() { return new fx_models_1.Guid(
|
|
296
|
-
static get PeopleRollupCardView() { return new fx_models_1.Guid(
|
|
297
|
-
static get PeopleRollupCardViewSettings() { return new fx_models_1.Guid(
|
|
298
|
-
static get PageRollupRollerViewSettings() { return new fx_models_1.Guid(
|
|
299
|
-
static get PageRollupRollerView() { return new fx_models_1.Guid(
|
|
300
|
-
static get PersonSearchTemplate() { return new fx_models_1.Guid(
|
|
301
|
-
static get UserProfileCompletion() { return new fx_models_1.Guid(
|
|
302
|
-
static get UserProfilePropertiesWizard() { return new fx_models_1.Guid(
|
|
303
|
-
static get UserProfileCompletionAppJourney() { return new fx_models_1.Guid(
|
|
304
|
-
static get UserProfileStrippedCard() { return new fx_models_1.Guid(
|
|
305
|
-
static get UserProfileCompletionBlockSettings() { return new fx_models_1.Guid(
|
|
306
|
-
static get UserProfileSendPropertyFeedback() { return new fx_models_1.Guid(
|
|
307
|
-
static get UserProfileActionMenu() { return new fx_models_1.Guid(
|
|
323
|
+
static get PeopleRollup() { return new fx_models_1.Guid("b5a5fd89-a18c-4c0e-9087-7cb3556bede5"); }
|
|
324
|
+
static get PeopleRollupSettings() { return new fx_models_1.Guid("7d4ad6a0-4228-409e-ba6e-f23fc8b528b8"); }
|
|
325
|
+
static get PeopleRollupBreakpointSettings() { return new fx_models_1.Guid("4c8d688c-7d68-4b6a-afcb-f0d9acfca585"); }
|
|
326
|
+
static get PeopleRollupCardView() { return new fx_models_1.Guid("714ca471-9a03-4904-bf8d-dd004f68c739"); }
|
|
327
|
+
static get PeopleRollupCardViewSettings() { return new fx_models_1.Guid("3d27c8d2-51e7-447f-92fb-7b2e30e94705"); }
|
|
328
|
+
static get PageRollupRollerViewSettings() { return new fx_models_1.Guid("0d2c2989-adc4-46b5-a2a7-a594177420f1"); }
|
|
329
|
+
static get PageRollupRollerView() { return new fx_models_1.Guid("2bb232b8-130c-44a7-ab02-f49a1e604041"); }
|
|
330
|
+
static get PersonSearchTemplate() { return new fx_models_1.Guid("6628abdf-153a-492d-8be0-b0351a11bfcf"); }
|
|
331
|
+
static get UserProfileCompletion() { return new fx_models_1.Guid("c67badd3-d4bd-46cf-a936-dfde200a1343"); }
|
|
332
|
+
static get UserProfilePropertiesWizard() { return new fx_models_1.Guid("95dd7949-6c02-4ccb-8539-20d39c6f9b8a"); }
|
|
333
|
+
static get UserProfileCompletionAppJourney() { return new fx_models_1.Guid("82eb3d91-4379-49ec-b654-25b344ef73a1"); }
|
|
334
|
+
static get UserProfileStrippedCard() { return new fx_models_1.Guid("76f539e0-707c-4cf1-ae78-a65f21c597e6"); }
|
|
335
|
+
static get UserProfileCompletionBlockSettings() { return new fx_models_1.Guid("b07bafaa-287c-4475-86bd-2e0bed1acfee"); }
|
|
336
|
+
static get UserProfileSendPropertyFeedback() { return new fx_models_1.Guid("a0afdf07-1334-4126-89e9-e801bc910423"); }
|
|
337
|
+
static get UserProfileActionMenu() { return new fx_models_1.Guid("3f066813-6de8-473a-9a71-77c6bf7dff47"); }
|
|
308
338
|
static get TeamCollabAppSiteDesign() { return new fx_models_1.Guid("217ed582-9bfe-4f85-97a6-712174e56954"); }
|
|
309
339
|
static get MySitesWizard() { return new fx_models_1.Guid("e5b46f7b-51ca-44ad-9213-19d3f8d7ebea"); }
|
|
310
340
|
static get MyTeamCollaboration() { return new fx_models_1.Guid("d0bbc0c4-559c-4170-8993-31907bfd2928"); }
|
|
@@ -379,17 +409,22 @@ class WebComponentManifests {
|
|
|
379
409
|
static get TaxonomyNavigation() { return new fx_models_1.Guid("0ed328bd-5d9e-4613-85d7-fb51abb490a1"); }
|
|
380
410
|
static get TaxonomyNavigationSettings() { return new fx_models_1.Guid("aada204b-9c67-40e3-892e-0bb05e003f57"); }
|
|
381
411
|
static get SignOffRequestJourney() { return new fx_models_1.Guid("9c4dbbe9-8bdd-4017-b1d8-3e477e179010"); }
|
|
382
|
-
static get
|
|
412
|
+
static get SignOffRequestHeaderRequestedByMeList() { return new fx_models_1.Guid("a152b5cf-cf71-4d52-bfe1-d61ef1c34cb4"); }
|
|
413
|
+
static get SignOffRequestHeaderCreateNewRequest() { return new fx_models_1.Guid("2ea29d82-fbce-4de4-93c1-126f7f4c2493"); }
|
|
383
414
|
static get SignOffRequestRollup() { return new fx_models_1.Guid("830aeebd-a033-4b00-969c-a8c135e2f344"); }
|
|
384
415
|
static get SignOffRequestRollupSettings() { return new fx_models_1.Guid("cf036fe4-cc94-4cbf-8ac0-1f45e61470b8"); }
|
|
416
|
+
static get SignOffRequestRollupListView() { return new fx_models_1.Guid("f3e1fd69-399f-428a-8b15-0816e6177b06"); }
|
|
417
|
+
static get SignOffRequestRollupListViewSettings() { return new fx_models_1.Guid("9ad600fc-4efd-471b-8217-3af97e99522f"); }
|
|
418
|
+
static get SignOffRequestRollupSummaryView() { return new fx_models_1.Guid("eca34b0d-ba78-4f92-99ed-1a54eef4d0ec"); }
|
|
419
|
+
static get SignOffRequestRollupSummaryViewSettings() { return new fx_models_1.Guid("b6fc1b7f-7053-4c73-bdc7-9476376ab861"); }
|
|
385
420
|
static get SignOffRequestCreation() { return new fx_models_1.Guid("141bdfc9-61c2-4bf0-8ea7-9d48e17c837c"); }
|
|
386
421
|
static get SignOffRequestInfo() { return new fx_models_1.Guid("b71b7e9e-c9dc-44ef-9e00-f27dfad2d03d"); }
|
|
387
|
-
static get SignOffRequestList() { return new fx_models_1.Guid("dba0ce9a-fe13-4005-a26b-bd44181252a5"); }
|
|
388
422
|
static get SignOffRequestReminder() { return new fx_models_1.Guid("dc94479d-1659-434d-9407-952235d42757"); }
|
|
389
423
|
static get SignOffRequestResourceList() { return new fx_models_1.Guid("b22753ef-4801-454d-997a-30a89d0ae943"); }
|
|
390
424
|
static get SignOffRequestResourceProvider() { return new fx_models_1.Guid("416779e6-b2e9-4c2d-b372-fd7623b0c22a"); }
|
|
391
|
-
static get
|
|
425
|
+
static get SignOffRequestInfoPersistentDialog() { return new fx_models_1.Guid("51d1ef63-4219-4a6c-86d4-4653f2ac783d"); }
|
|
392
426
|
static get SignOffRequestUpdateStatusDialog() { return new fx_models_1.Guid("e21e1edc-4610-43e4-9791-a5694f03554e"); }
|
|
427
|
+
static get SignOffRequestQueryableProperties() { return new fx_models_1.Guid("5fb83ba2-a122-4324-925f-aa7dad59a22d"); }
|
|
393
428
|
static get MicrosoftTeamChannelFeedCore() { return new fx_models_1.Guid("c3899c18-6445-47b8-a1db-fb583e1c0f54"); }
|
|
394
429
|
static get MicrosoftTeamChannelFeedBlockSettings() { return new fx_models_1.Guid("eb2b833b-d1ac-44aa-b22e-8df743d251a8"); }
|
|
395
430
|
static get MicrosoftTeamChannelFeedBlock() { return new fx_models_1.Guid("52aa99e3-4636-4bf2-b8d0-a9a722c87547"); }
|
|
@@ -402,17 +437,96 @@ class WebComponentManifests {
|
|
|
402
437
|
static get AdminSystemJourney() { return new fx_models_1.Guid("8d451f6c-bcf4-42c3-a4a0-7d3ad5de09a3"); }
|
|
403
438
|
static get PropertiesBlockGroup() { return new fx_models_1.Guid("7c1b8998-62b9-4ea9-b118-0dedc6209ebb"); }
|
|
404
439
|
static get PropertiesBlockCore() { return new fx_models_1.Guid("9bcebc94-e59e-4a24-a88d-282ac92bcca9"); }
|
|
405
|
-
static get
|
|
440
|
+
static get PropertiesBlockSettings() { return new fx_models_1.Guid("29559185-3df2-4049-93e5-d8326ec94982"); }
|
|
441
|
+
static get PropertiesBlockSettingConfiguration() { return new fx_models_1.Guid("b95bdf10-d32d-4659-836c-eadc1d57ac55"); }
|
|
406
442
|
static get PropertiesBlock() { return new fx_models_1.Guid("88894e6a-2e41-44b6-a6f1-af3612caf276"); }
|
|
407
|
-
static get PowerAppBlock() { return new fx_models_1.Guid(
|
|
408
|
-
static get PowerAppBlockSettings() { return new fx_models_1.Guid(
|
|
409
|
-
static get PowerAppSettingAdminJourney() { return new fx_models_1.Guid(
|
|
443
|
+
static get PowerAppBlock() { return new fx_models_1.Guid("8905b50b-3b48-4053-b667-d3abf5d7c4ef"); }
|
|
444
|
+
static get PowerAppBlockSettings() { return new fx_models_1.Guid("faa90898-9cc3-4db8-ab24-e36fa6d96ea3"); }
|
|
445
|
+
static get PowerAppSettingAdminJourney() { return new fx_models_1.Guid("b643dd40-d26c-4c73-9f23-d5fa4b436064"); }
|
|
410
446
|
static get OrganizationTreeBlockCore() { return new fx_models_1.Guid("b59eb584-f59f-4caf-a9a7-4697e49aafca"); }
|
|
411
447
|
static get OrganizationTreeBlock() { return new fx_models_1.Guid("38345507-17ee-410c-8583-f7eb587e5903"); }
|
|
412
448
|
static get OrganizationTreeBlockSettings() { return new fx_models_1.Guid("8680e45c-a948-4321-b5c1-e09b80eb20d9"); }
|
|
449
|
+
static get AppRenderer() { return new fx_models_1.Guid("01d197fb-39b8-4921-89e8-c8f865b6fcb0"); }
|
|
450
|
+
static get MsTeamTabLayoutConfiguration() { return new fx_models_1.Guid("104760a6-6754-4bbb-8325-4e42bef75b8a"); }
|
|
451
|
+
static get PostsFeed() { return new fx_models_1.Guid("74c4e208-e37f-41a5-ba96-c4bf64464523"); }
|
|
452
|
+
static get PostsFeedSettings() { return new fx_models_1.Guid("7f049298-9bb4-4f32-a2d4-2e8b8ffa6c1b"); }
|
|
453
|
+
static get UserManagementJourney() { return new fx_models_1.Guid("1d19aeb7-22e4-4b9e-9d26-17035854dd2a"); }
|
|
454
|
+
static get UserManagementCore() { return new fx_models_1.Guid("2b3fc3f2-bc60-44a0-8688-764f3b2d62c8"); }
|
|
455
|
+
static get UserManagementUserTypeListingBlade() { return new fx_models_1.Guid("ebd9788a-b217-4868-8f4e-594ecf568806"); }
|
|
456
|
+
static get UserManagementUserTypeCreateDialog() { return new fx_models_1.Guid("b4acc93e-c207-4b9c-b65d-d74e0058f416"); }
|
|
457
|
+
static get UserManagementUserTypeDetailBlade() { return new fx_models_1.Guid("0f51dc5b-13ae-4c3e-8b74-eab4eb3b289b"); }
|
|
458
|
+
static get UserManagementSyncProviderListingBlade() { return new fx_models_1.Guid("242dc560-2ede-41f0-b6d4-151884a2ec63"); }
|
|
459
|
+
static get UserManagementSyncProviderSettingsBlade() { return new fx_models_1.Guid("0ab38b6f-9852-40ec-83c4-37db8a27d7c6"); }
|
|
460
|
+
static get UserManagementSyncProviderLogsBlade() { return new fx_models_1.Guid("6a15d7ed-ea3d-4b54-8b71-d8a7f3e50295"); }
|
|
461
|
+
static get UserManagementUserListingBlade() { return new fx_models_1.Guid("6f1fc259-6ddb-411a-bf17-41ed422947e3"); }
|
|
462
|
+
static get UserManagementUserDetailBlade() { return new fx_models_1.Guid("fb9aa542-fd41-4c5f-8468-aa0ad67d11f7"); }
|
|
463
|
+
static get UserManagementUserAuthenticationBlade() { return new fx_models_1.Guid("2de8ec5f-9d03-4828-b192-8ba37e48b322"); }
|
|
464
|
+
static get UserManagementGroupListingBlade() { return new fx_models_1.Guid("0a208072-d45f-4f49-8d59-ab7b9da9a10d"); }
|
|
465
|
+
static get UserManagementGroupDetailBlade() { return new fx_models_1.Guid("836c198b-2a2c-418f-89a0-cf47ed44092d"); }
|
|
466
|
+
static get UserManagementAuthenticationSettingsBlade() { return new fx_models_1.Guid("a95a8b4a-7e94-4190-9240-87b361950843"); }
|
|
467
|
+
static get UserManagementDynamicGroupListingBlade() { return new fx_models_1.Guid("9c3a9218-af53-4e48-b95b-a122eb43db64"); }
|
|
468
|
+
static get UserManagementDynamicGroupDetailBlade() { return new fx_models_1.Guid("f43ef789-418d-4f56-bd27-88420f3d9823"); }
|
|
469
|
+
static get UserManagementUserPropertyListingBlade() { return new fx_models_1.Guid("77fa3438-c920-4b32-bddc-1b8361e530c2"); }
|
|
470
|
+
static get UserManagementUserPropertyDetailBlade() { return new fx_models_1.Guid("3967363b-80cd-4b12-900f-7a9c7975bf6a"); }
|
|
471
|
+
static get SetupWizardViewCore() { return new fx_models_1.Guid("758d200f-91f3-4446-8662-07592f89eeba"); }
|
|
472
|
+
static get SetupWizardGeneralStep() { return new fx_models_1.Guid("c5f83b2f-a21f-4210-b4f4-13ffda4ac129"); }
|
|
473
|
+
static get SetupWizardBrandingStep() { return new fx_models_1.Guid("084f1e3e-f0f5-4f2b-a75d-67f629308bf8"); }
|
|
474
|
+
static get SetupWizardSharelinksStep() { return new fx_models_1.Guid("4e6730e5-25f1-4d99-81d1-7368f7e72f35"); }
|
|
475
|
+
static get SetupWizardContentStep() { return new fx_models_1.Guid("c6633522-ba83-4077-99b1-a4e9cde070c6"); }
|
|
476
|
+
static get SetupWizardReviewStep() { return new fx_models_1.Guid("911b4198-52b7-4b80-9ed4-b96269dcf8f1"); }
|
|
477
|
+
static get SetupWizardKnowledgeSharingPrerequisiteStep() { return new fx_models_1.Guid("2fe0d1f5-8b48-4d2d-99d6-2ac0cce110a4"); }
|
|
478
|
+
static get SetupWizardDashboard() { return new fx_models_1.Guid("b2e0e63d-2cd9-49b4-840a-001d4a91dabb"); }
|
|
479
|
+
static get SetupWizardLearningCenterGeneralStep() { return new fx_models_1.Guid("accbe29d-82ee-433a-aa13-1237ce09ea81"); }
|
|
480
|
+
static get SetupWizardLearningCenterPropertiesStep() { return new fx_models_1.Guid("65005044-e744-432c-bb2d-b249391df84d"); }
|
|
481
|
+
static get SetupWizardNewsManagementGlobalNewsStep() { return new fx_models_1.Guid("66433585-45d7-4a8a-af0b-64a29cf3c398"); }
|
|
482
|
+
static get SetupWizardNewsManagementLocalNewsStep() { return new fx_models_1.Guid("e2b2cc13-18ff-4277-8463-e3708c2c54a4"); }
|
|
483
|
+
static get SetupWizardNewsManagementPropertiesStep() { return new fx_models_1.Guid("18a77776-3832-4776-a045-58e296dc8b01"); }
|
|
484
|
+
static get AttachSiteButton() { return new fx_models_1.Guid("2cff741d-3f85-46e3-b36f-143020d9a547"); }
|
|
485
|
+
static get AppEditing() { return new fx_models_1.Guid("c6d42107-01a5-4825-910e-4232aeac8b75"); }
|
|
486
|
+
static get SensitivityLabel() { return new fx_models_1.Guid("036c36b9-9a43-4829-aa09-01c6b5868a82"); }
|
|
487
|
+
static get SetupTeamwork() { return new fx_models_1.Guid("9f8b5841-8bcd-4de3-8000-c1f1c0deb062"); }
|
|
488
|
+
static get TeamworkActiveLastActivityMetricIndicator() { return new fx_models_1.Guid("11dddd47-19a4-4569-89d0-e5762d97a9ef"); }
|
|
489
|
+
static get TeamworkActiveLastActivityMetricDetail() { return new fx_models_1.Guid("80debee9-33f7-4b66-97fc-4c6e7dbb2a7c"); }
|
|
490
|
+
static get TeamworkInactiveLastActivityMetricIndicator() { return new fx_models_1.Guid("bac2d261-df94-425b-847e-976496694295"); }
|
|
491
|
+
static get TeamworkInactiveLastActivityMetricDetail() { return new fx_models_1.Guid("8d04aaa8-e87c-45ce-84dc-6fdf81eac22f"); }
|
|
492
|
+
static get LinkHandlerJourney() { return new fx_models_1.Guid("cc822f80-37e0-43ac-b37c-8d8963c7076c"); }
|
|
493
|
+
static get AzureCognitiveProviderComponent() { return new fx_models_1.Guid("c32e69d5-bb4c-4b0e-9bb9-03af4dafcbca"); }
|
|
494
|
+
static get QRCode() { return new fx_models_1.Guid("090e7f29-06c9-4a2a-be58-57d0dac10341"); }
|
|
495
|
+
static get QRCodeSettings() { return new fx_models_1.Guid("8746fd10-d8a4-4944-b814-5dd48ada9ce0"); }
|
|
496
|
+
static get TenantSetupWizardNode() { return new fx_models_1.Guid("a384272c-dbe9-46ef-8fc4-2b82fbb52667"); }
|
|
497
|
+
static get BusinessProfileSetupWizardNode() { return new fx_models_1.Guid("b1994257-d611-4582-ae32-16ac23bd8a6b"); }
|
|
498
|
+
static get TeamworkPermissionInput() { return new fx_models_1.Guid("240a15bb-2845-4ace-8408-6bc1d251b859"); }
|
|
499
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_Renderer() { return new fx_models_1.Guid("84d11b73-19be-4191-8b63-564083c376f6"); }
|
|
500
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_Settings() { return new fx_models_1.Guid("da2ab10e-0751-481b-8190-04f69178bc4c"); }
|
|
501
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_Selection() { return new fx_models_1.Guid("a7bb250c-a401-4701-994d-845c61147fec"); }
|
|
502
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_DefaultValueInput() { return new fx_models_1.Guid("e18ff6ce-8bd0-4511-baad-8ebf31d5f9ca"); }
|
|
503
|
+
static get SignOffRequestsRollupFilter_Status_Renderer() { return new fx_models_1.Guid("eb9d51de-a42d-4fdc-832d-80838014c11f"); }
|
|
504
|
+
static get SignOffRequestsRollupFilter_Status_Settings() { return new fx_models_1.Guid("ba1b7041-57e8-4175-91c8-995c18f9aaa5"); }
|
|
505
|
+
static get SignOffRequestsRollupFilter_Status_Selection() { return new fx_models_1.Guid("586025d5-e9a1-4b84-9737-f6da29ca3b4a"); }
|
|
506
|
+
static get SignOffRequestsRollupFilter_Status_DefaultValueInput() { return new fx_models_1.Guid("1ab3ab1d-ff20-498b-b479-a2d39dd3a196"); }
|
|
507
|
+
static get SignOffRequestsRollupFilter_Type_Renderer() { return new fx_models_1.Guid("e135d092-ee7b-4cd9-b014-d013de56ada5"); }
|
|
508
|
+
static get SignOffRequestsRollupFilter_Type_Settings() { return new fx_models_1.Guid("688e5482-ec4b-45d1-ba0a-f20e783c0ce3"); }
|
|
509
|
+
static get SignOffRequestsRollupFilter_Type_Selection() { return new fx_models_1.Guid("aa32f8b8-df04-4934-be45-fd7394e9cc8d"); }
|
|
510
|
+
static get SignOffRequestsRollupFilter_Type_DefaultValueInput() { return new fx_models_1.Guid("b22476a7-e734-4e59-9525-e8547fa85d32"); }
|
|
511
|
+
static get SignOffRequestsRollupFilter_RequestedBy_Renderer() { return new fx_models_1.Guid("7bee6655-ec92-4c5c-b780-a332fd8342be"); }
|
|
512
|
+
static get SignOffRequestsRollupFilter_RequestedBy_Settings() { return new fx_models_1.Guid("f5a8c7a1-5be7-44b0-bd5a-d6f85cfd70e4"); }
|
|
513
|
+
static get SignOffRequestsRollupFilter_RequestedBy_Selection() { return new fx_models_1.Guid("28b644c7-fc09-4325-a361-8f6968c1c5f9"); }
|
|
514
|
+
static get SignOffRequestsRollupFilter_RequestedBy_DefaultValueInput() { return new fx_models_1.Guid("71418548-f409-42f4-b372-1d95d9ef5acf"); }
|
|
515
|
+
static get UserInformationBlockGroup() { return new fx_models_1.Guid("87ddfac4-0435-4da4-92f5-5173a4c86f19"); }
|
|
516
|
+
static get UserInformationBlockCore() { return new fx_models_1.Guid("f2067424-b6a9-4f40-b34b-cf71e7c93db8"); }
|
|
517
|
+
static get UserInformationBlockSettings() { return new fx_models_1.Guid("5f4d84f5-6d78-4be5-94b6-3f299d79b2aa"); }
|
|
518
|
+
static get UserInformationBlockSettingConfiguration() { return new fx_models_1.Guid("3fcfef27-9d19-435a-9745-f3006c5d3c7f"); }
|
|
519
|
+
static get UserInformationBlock() { return new fx_models_1.Guid("29f1772f-545e-4017-b9fa-d356c8192b66"); }
|
|
413
520
|
}
|
|
414
521
|
exports.WebComponentManifests = WebComponentManifests;
|
|
415
522
|
class WebComponentElements {
|
|
416
523
|
static get AppProvisioningStepMember() { return "omnia-workplace-appprovisioning-memberstep"; }
|
|
417
524
|
}
|
|
418
525
|
exports.WebComponentElements = WebComponentElements;
|
|
526
|
+
class TenantReusableContentManifests {
|
|
527
|
+
static get AdminJourney() { return new fx_models_1.Guid("25f35a90-f1e0-49b5-952b-0a5dd40ee6fd"); }
|
|
528
|
+
static get AdminList() { return new fx_models_1.Guid("92b0954f-d92b-491a-946b-e1c6c17ef802"); }
|
|
529
|
+
static get AdminRegistration() { return new fx_models_1.Guid("196c367b-1df2-44e7-91b8-e49a28aabc95"); }
|
|
530
|
+
static get AdminResource() { return new fx_models_1.Guid("1563a7e3-b75e-4063-8a38-5e7e1cb7dae7"); }
|
|
531
|
+
}
|
|
532
|
+
exports.TenantReusableContentManifests = TenantReusableContentManifests;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SpacingSettings, Guid, MultilingualString, IconPickerModel, GuidValue, IMessageBusTopicSubscription } from
|
|
2
|
-
import { NotificationPanelHistoryEntry } from
|
|
1
|
+
import { SpacingSettings, Guid, MultilingualString, IconPickerModel, GuidValue, IMessageBusTopicSubscription } from "@omnia/fx-models";
|
|
2
|
+
import { NotificationPanelHistoryEntry } from "./NotificationPanelHistoryEntry";
|
|
3
3
|
export interface CategoryIconDisplaySettings {
|
|
4
4
|
showIcon: boolean;
|
|
5
5
|
showLabel: boolean;
|
|
@@ -97,15 +97,16 @@ export interface NotificationPanelComponentModel {
|
|
|
97
97
|
settingsValue?: any;
|
|
98
98
|
id: Guid;
|
|
99
99
|
}
|
|
100
|
-
export interface
|
|
100
|
+
export interface IBlockInstanceInNotificationPanel {
|
|
101
101
|
readonly visibled: boolean;
|
|
102
102
|
readonly viewedNewItems: string[];
|
|
103
103
|
registerNewItems(ids: string[]): void;
|
|
104
104
|
getHistory(ids: string[]): Promise<Array<NotificationPanelHistoryEntry>>;
|
|
105
105
|
onChanged: IMessageBusTopicSubscription<void>;
|
|
106
106
|
}
|
|
107
|
-
declare
|
|
107
|
+
export declare const notificationPanelLayoutProvider = "notificationpanel";
|
|
108
|
+
declare module "@omnia/fx-models/Layout" {
|
|
108
109
|
interface IBlockInstance<TSettings = void> {
|
|
109
|
-
notificationPanel:
|
|
110
|
+
notificationPanel: IBlockInstanceInNotificationPanel;
|
|
110
111
|
}
|
|
111
112
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.NotificationTypes = exports.NotificationPanelIconPosition = exports.NotificationPanelTabAligments = exports.NotificationPanelDisplayModes = void 0;
|
|
3
|
+
exports.notificationPanelLayoutProvider = exports.NotificationTypes = exports.NotificationPanelIconPosition = exports.NotificationPanelTabAligments = exports.NotificationPanelDisplayModes = void 0;
|
|
4
4
|
var NotificationPanelDisplayModes;
|
|
5
5
|
(function (NotificationPanelDisplayModes) {
|
|
6
6
|
NotificationPanelDisplayModes[NotificationPanelDisplayModes["Responsive"] = 0] = "Responsive";
|
|
@@ -24,3 +24,4 @@ var NotificationTypes;
|
|
|
24
24
|
NotificationTypes[NotificationTypes["Automatic"] = 0] = "Automatic";
|
|
25
25
|
NotificationTypes[NotificationTypes["Custom"] = 1] = "Custom";
|
|
26
26
|
})(NotificationTypes = exports.NotificationTypes || (exports.NotificationTypes = {}));
|
|
27
|
+
exports.notificationPanelLayoutProvider = "notificationpanel";
|
|
@@ -1,20 +1,7 @@
|
|
|
1
|
-
import { GuidValue } from
|
|
2
|
-
import { Enums } from
|
|
3
|
-
import { SearchCategoryBase } from
|
|
4
|
-
export interface
|
|
5
|
-
title?: string;
|
|
6
|
-
highlightedProperties?: string;
|
|
7
|
-
path?: string;
|
|
8
|
-
contentType?: Enums.SearchContentTypes;
|
|
9
|
-
}
|
|
10
|
-
export interface SearchResultItem extends BaseSearchResult {
|
|
11
|
-
siteDescription?: string;
|
|
12
|
-
highlightedSummary?: string;
|
|
13
|
-
spWebUrl?: string;
|
|
14
|
-
serverRedirectedUrl?: string;
|
|
15
|
-
customPropertiesResult?: {
|
|
16
|
-
[key: string]: string;
|
|
17
|
-
};
|
|
1
|
+
import { GuidValue } from "@omnia/fx/models";
|
|
2
|
+
import { Enums } from "./Enums";
|
|
3
|
+
import { SearchCategoryBase } from "./SearchCategory";
|
|
4
|
+
export interface SearchResultItem {
|
|
18
5
|
/**
|
|
19
6
|
* Type of the search result item is based on the search category provider.
|
|
20
7
|
*/
|
|
@@ -22,13 +9,6 @@ export interface SearchResultItem extends BaseSearchResult {
|
|
|
22
9
|
imageIconSize?: string;
|
|
23
10
|
imageRatioUniqueId?: GuidValue;
|
|
24
11
|
}
|
|
25
|
-
export interface SearchResult<T> {
|
|
26
|
-
pageNumber?: number;
|
|
27
|
-
categoryId: string;
|
|
28
|
-
totalRows: number;
|
|
29
|
-
items: Array<T>;
|
|
30
|
-
refiners: Array<Refiner>;
|
|
31
|
-
}
|
|
32
12
|
export interface CategorySearchResult {
|
|
33
13
|
categoryId: GuidValue;
|
|
34
14
|
totalRows: number;
|
|
@@ -57,6 +37,9 @@ export interface SharePointSearchResultItem extends SearchResultItem {
|
|
|
57
37
|
customPropertiesResult: {
|
|
58
38
|
[key: string]: string;
|
|
59
39
|
};
|
|
40
|
+
title: string;
|
|
41
|
+
path: string;
|
|
42
|
+
serverRedirectedUrl?: string;
|
|
60
43
|
}
|
|
61
44
|
export interface MicrosoftSearchResultItem extends SearchResultItem {
|
|
62
45
|
title: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export interface SearchBoxStyling {
|
|
2
|
-
searchBoxHeight
|
|
3
|
-
elevation
|
|
4
|
-
outlined
|
|
5
|
-
autofocus
|
|
6
|
-
filled
|
|
7
|
-
borderRadius
|
|
8
|
-
fontSize
|
|
9
|
-
iconSize
|
|
2
|
+
searchBoxHeight?: number;
|
|
3
|
+
elevation?: number;
|
|
4
|
+
outlined?: boolean;
|
|
5
|
+
autofocus?: boolean;
|
|
6
|
+
filled?: boolean;
|
|
7
|
+
borderRadius?: number;
|
|
8
|
+
fontSize?: number;
|
|
9
|
+
iconSize?: number;
|
|
10
10
|
}
|
|
@@ -1,27 +1,6 @@
|
|
|
1
|
-
import { PropertyMapping, Enums } from
|
|
2
|
-
import { TargetingFilterProperty } from
|
|
3
|
-
import { MultilingualString, GuidValue } from
|
|
4
|
-
/**
|
|
5
|
-
* @deprecated This model should not be used from v6.5. Please refer the SearchCategoryBase model.
|
|
6
|
-
* */
|
|
7
|
-
export interface SearchCategory {
|
|
8
|
-
id: string;
|
|
9
|
-
title: MultilingualString;
|
|
10
|
-
resultSource?: string;
|
|
11
|
-
enableQueryRules?: boolean;
|
|
12
|
-
enableWildcardSearch: boolean;
|
|
13
|
-
query: string;
|
|
14
|
-
sortBy?: string;
|
|
15
|
-
sortDirection?: Enums.SortDirection;
|
|
16
|
-
itemTemplateIds: Array<string>;
|
|
17
|
-
listTemplatePropertiesMapping?: {
|
|
18
|
-
[templateId: string]: DictionaryPropertiesMapping;
|
|
19
|
-
};
|
|
20
|
-
targetingFilter?: TargetingFilterProperty;
|
|
21
|
-
multilingualTitle: string;
|
|
22
|
-
providerId?: GuidValue;
|
|
23
|
-
contentSources?: Array<string>;
|
|
24
|
-
}
|
|
1
|
+
import { PropertyMapping, Enums } from ".";
|
|
2
|
+
import { TargetingFilterProperty } from "@omnia/fx-sp-models";
|
|
3
|
+
import { MultilingualString, GuidValue } from "@omnia/fx-models";
|
|
25
4
|
export interface SearchCategoryBase {
|
|
26
5
|
id: GuidValue;
|
|
27
6
|
providerId: GuidValue;
|
|
@@ -31,11 +10,11 @@ export interface SearchCategoryBase {
|
|
|
31
10
|
targetingFilter?: TargetingFilterProperty;
|
|
32
11
|
businessProfileId: GuidValue;
|
|
33
12
|
providerComponentId: GuidValue;
|
|
13
|
+
query?: string;
|
|
34
14
|
}
|
|
35
15
|
export interface SharePointSearchCategory extends SearchCategoryBase {
|
|
36
16
|
resultSource: string;
|
|
37
17
|
enableQueryRules: boolean;
|
|
38
|
-
query: string;
|
|
39
18
|
sortBy?: string;
|
|
40
19
|
sortDirection?: Enums.SortDirection;
|
|
41
20
|
listTemplatePropertiesMapping?: {
|
|
@@ -45,7 +24,6 @@ export interface SharePointSearchCategory extends SearchCategoryBase {
|
|
|
45
24
|
export interface MicrosoftSearchCategory extends SearchCategoryBase {
|
|
46
25
|
resultSource: string;
|
|
47
26
|
contentSources?: Array<string>;
|
|
48
|
-
query: string;
|
|
49
27
|
sortBy?: string;
|
|
50
28
|
sortDirection?: Enums.SortDirection;
|
|
51
29
|
listTemplatePropertiesMapping?: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SecretInfo, Secret, GuidValue } from
|
|
2
|
-
import { IValidator } from
|
|
1
|
+
import { SecretInfo, Secret, GuidValue, JourneyInstance } from "@omnia/fx-models";
|
|
2
|
+
import { IValidator } from "@omnia/fx/ux";
|
|
3
3
|
export interface SecretInfoViewModel extends SecretInfo {
|
|
4
4
|
localizedTitle: string;
|
|
5
5
|
localizedBladeTitle: string;
|
|
@@ -9,5 +9,6 @@ export interface ISecretFormComponentProps {
|
|
|
9
9
|
secret: Secret;
|
|
10
10
|
profileId?: GuidValue;
|
|
11
11
|
isSaving: boolean;
|
|
12
|
+
journey?: () => JourneyInstance;
|
|
12
13
|
onSave: (secret: Secret) => void;
|
|
13
14
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { GuidValue, IconPickerModel, MultilingualString } from
|
|
2
|
-
import { TargetingFilterProperty } from
|
|
3
|
-
import { SearchResultItem } from
|
|
1
|
+
import { GuidValue, IconPickerModel, MultilingualString } from "@omnia/fx-models";
|
|
2
|
+
import { TargetingFilterProperty } from "@omnia/fx-sp-models";
|
|
3
|
+
import { SearchResultItem } from "./Search";
|
|
4
4
|
export interface MyLinkIcon extends IconPickerModel {
|
|
5
5
|
backgroundColor?: string;
|
|
6
6
|
color?: string;
|
|
@@ -27,5 +27,5 @@ export interface QuickLink {
|
|
|
27
27
|
multilingualTitleDisplay: string;
|
|
28
28
|
multilingualInformationDisplay: string;
|
|
29
29
|
}
|
|
30
|
-
export interface SharedLinkSearchResultItem extends QuickLink, Omit<SearchResultItem,
|
|
30
|
+
export interface SharedLinkSearchResultItem extends QuickLink, Omit<SearchResultItem, "title"> {
|
|
31
31
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ApiPath, BlockSettings, EnterpriseGlossaryInformationProviderId, EnterpriseGlossaryInformationSourceSettings, GuidValue, IBlockInstance, MultilingualString, SpacingSettings, ThemeDefinition } from "@omnia/fx/models";
|
|
2
|
-
import { VueComponentBase } from
|
|
2
|
+
import { VueComponentBase } from "@omnia/fx/ux";
|
|
3
3
|
export interface TaxonomyNavigationQuerySettings {
|
|
4
4
|
enterpriseGlossaryInstanceId: number;
|
|
5
5
|
}
|
|
@@ -48,12 +48,12 @@ export declare abstract class TaxonomyNavigationDisplayProviderBase<TQuery exten
|
|
|
48
48
|
abstract triggered(settings: TaxonomyNavigationBlockSettings<TQuery, TView>, blockInstance: IBlockInstance<TaxonomyNavigationBlockSettings<TQuery, TView>>, componentRef: VueComponentBase, renderingCallBack: (element: TaxonomyNavigationDisplayProviderRenderResult) => void): void;
|
|
49
49
|
abstract dispose(): void;
|
|
50
50
|
}
|
|
51
|
-
export
|
|
51
|
+
export type TaxonomyNavigationDisplayProviderRenderResult = {
|
|
52
52
|
current: JSX.Element;
|
|
53
53
|
parents: JSX.Element[];
|
|
54
54
|
childrens: JSX.Element[];
|
|
55
55
|
};
|
|
56
|
-
declare module
|
|
56
|
+
declare module "./WorkplaceApi" {
|
|
57
57
|
interface IWorkplaceApi {
|
|
58
58
|
taxonomyNavigation: {
|
|
59
59
|
registration: {
|