@omnia/workplace 6.11.24 → 6.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/apis/SearchTokenProviderApi.d.ts +18 -0
- package/internal-do-not-import-from-here/apis/TranslatorProviderApi.d.ts +17 -0
- package/internal-do-not-import-from-here/apis/index.d.ts +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/Constants.d.ts +25 -1
- package/internal-do-not-import-from-here/models/Constants.js +28 -2
- 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/GovernanceDashboards.d.ts +4 -1
- package/internal-do-not-import-from-here/models/ISearchTemplate.d.ts +20 -1
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +39 -9
- package/internal-do-not-import-from-here/models/ManifestIds.js +163 -13
- package/internal-do-not-import-from-here/models/SearchCategory.d.ts +1 -2
- package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.d.ts +1 -0
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstanceProperties.d.ts +3 -0
- package/internal-do-not-import-from-here/models/index.d.ts +5 -1
- package/internal-do-not-import-from-here/models/index.js +5 -1
- package/internal-do-not-import-from-here/models/qrcode.d.ts +14 -0
- package/internal-do-not-import-from-here/models/qrcode.js +5 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.d.ts +118 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.js +44 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricConfiguration.d.ts +3 -0
- package/internal-do-not-import-from-here/models/{quicksetup/QuickSetupStepProviderApi.js → searchstatistics/SearchStatisticsMetricConfiguration.js} +0 -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 +13 -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 +3 -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 +1 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.d.ts +27 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.js +1 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.d.ts +41 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.js +5 -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 +25 -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 +3 -0
- package/internal-do-not-import-from-here/models/styles/GovernanceDashboardStyles.d.ts +2 -0
- package/internal-do-not-import-from-here/models/styles/LinkHandlerSettingsStyles.d.ts +6 -0
- package/internal-do-not-import-from-here/models/styles/LinkHandlerSettingsStyles.js +1 -0
- package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/models/styles/QrCodeStyles.d.ts +10 -0
- package/internal-do-not-import-from-here/models/styles/QrCodeStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +11 -0
- package/internal-do-not-import-from-here/models/styles/SearchStyles.js +1 -0
- package/internal-do-not-import-from-here/models/styles/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/styles/index.js +2 -0
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +11 -3
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.js +8 -1
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.d.ts +2 -16
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.d.ts +4 -0
- package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.js +1 -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 +1 -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 +2 -0
- package/internal-do-not-import-from-here/services/TeamCollaborationService.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/LinkHandlerDialogStore.d.ts +8 -0
- package/internal-do-not-import-from-here/stores/SearchCategoryStore.d.ts +6 -3
- package/internal-do-not-import-from-here/stores/SearchTokenStore.d.ts +33 -0
- package/internal-do-not-import-from-here/stores/TeamCollaborationStore.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/package.json +1 -1
- package/internal-do-not-import-from-here/models/quicksetup/QuickSetupSettings.d.ts +0 -28
- package/internal-do-not-import-from-here/models/quicksetup/QuickSetupSettings.js +0 -5
- package/internal-do-not-import-from-here/models/quicksetup/QuickSetupStepProviderApi.d.ts +0 -25
- package/internal-do-not-import-from-here/models/quicksetup/StepProvider.d.ts +0 -7
- package/internal-do-not-import-from-here/models/quicksetup/StepProvider.js +0 -6
- package/internal-do-not-import-from-here/models/quicksetup/index.d.ts +0 -3
- package/internal-do-not-import-from-here/models/quicksetup/index.js +0 -3
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ApiPath } from "@omnia/fx/models";
|
|
2
|
+
import { SearchTokenProvider } from "../models";
|
|
3
|
+
export interface ISearchTokenProviderRegistrationApi {
|
|
4
|
+
registerSearchTokenProvider: (providers: SearchTokenProvider | SearchTokenProvider[]) => void;
|
|
5
|
+
getAllSearchTokenProviders: () => SearchTokenProvider[];
|
|
6
|
+
}
|
|
7
|
+
declare module "../models/WorkplaceApi" {
|
|
8
|
+
interface IWorkplaceApi {
|
|
9
|
+
searchtokenprovider: {
|
|
10
|
+
registration: Promise<ISearchTokenProviderRegistrationApi>;
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
interface IWorkplaceExtendApiManifest {
|
|
14
|
+
searchtokenprovider: {
|
|
15
|
+
registration: ApiPath;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ApiPath, TranslatorProviderSettings } from '@omnia/fx/models';
|
|
2
|
+
export interface ITranslatorProviderRegistrationApi {
|
|
3
|
+
registerTranslatorProvider: (providers: TranslatorProviderSettings | TranslatorProviderSettings[]) => void;
|
|
4
|
+
getAllTranslatorProviders: () => TranslatorProviderSettings[];
|
|
5
|
+
}
|
|
6
|
+
declare module '../models/WorkplaceApi' {
|
|
7
|
+
interface IWorkplaceApi {
|
|
8
|
+
translatorprovider: {
|
|
9
|
+
registration: Promise<ITranslatorProviderRegistrationApi>;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
interface IWorkplaceExtendApiManifest {
|
|
13
|
+
translatorprovider: {
|
|
14
|
+
registration: ApiPath;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"omniaWebpackJsonp['39df27aa-95f1-4a23-b3f6-8b231afcda82']['491a5b75-e3d6-472a-8958-216be85b092a']","content":{"./client/admin/permissions/loc/localize.js":{"id":"./client/admin/permissions/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["PermissionLocalization"]},"./client/admin/settings/blades/tenantheader/loc/localize.js":{"id":"./client/admin/settings/blades/tenantheader/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["TenantHeaderLocalization"]},"./node_modules/@omnia/workplace/core/loc/formLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/formlocalize.js","buildMeta":{"exportsType":"namespace"},"exports":["FormsLocalization"]},"./node_modules/@omnia/workplace/core/loc/localize.js":{"id":"./node_modules/@omnia/workplace/core/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["TeamCoreLocalization"]},"./node_modules/@omnia/workplace/core/loc/powerappLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/powerapplocalize.js","buildMeta":{"exportsType":"namespace"},"exports":["PowerAppLocalization"]},"./node_modules/@omnia/workplace/core/messaging/InternalWorkplaceTopics.js":{"id":"./node_modules/@omnia/workplace/core/messaging/internalworkplacetopics.js","buildMeta":{"exportsType":"namespace"},"exports":["InternalWorkplaceTopics"]},"./node_modules/@omnia/workplace/services/index.js":{"id":"./node_modules/@omnia/workplace/services/index.js","buildMeta":{"exportsType":"namespace"},"exports":["AppAuthenticationOptionsService","FormService","HomeService","NotificationPanelHistoryService","PromotedSearchResultService","SearchCategoryService","SearchFeedbackService","SignOffRequestService","TeamCollaborationService"]},"./node_modules/@omnia/workplace/index.js":{"id":"8bf93338-8e70-4104-a75d-ae11485eec04","buildMeta":{"exportsType":"namespace"},"exports":["AdminNamespace","AppAuthenticationOptionsService","AppRendererBootstrapper","CurrentFormStore","DialogHelper","EditingThemeStore","FilterValueProvider","FormService","FormStore","GovernanceDashboardStore","HomeService","LinkHandlerDialogStore","NotificationPanelHistoryService","NotificationPanelStore","NotificationPanelStorePluginProvider","PromotedSearchResultService","PromotedSearchResultStore","SearchCategoryService","SearchCategoryStore","SearchFeedbackService","SignOffRequestService","SignOffRequestStore","SignOffRequestUtils","Styles","TeamCollaborationService","TeamCollaborationStore","TeamworkContext","TeamworkTopics","Topics","WorkPlaceUtils","dialogStyle","settingsTabContainer"]},"./node_modules/@omnia/workplace/models/index.js":{"id":"c778308f-5fbb-4a3d-8691-ad7408ffbd56","buildMeta":{"exportsType":"namespace"},"exports":["ActionMenuStyles","AdvancedSearchStyles","AnnouncementCommentLikeStyle","AnnouncementJourneyStyle","AnnouncementStyles","AppEnums","AppIconSearchTemplateStyles","AppIconStyles","AppInstanceDescriptionProperties","AppLaunchStyles","AppLaunchViewStyles","AppProvisioningSteps","BuiltInActionButtonHandlers","BusinessProfileAppProvisioning","CentralImageLocationsStyles","ChartColor","CompactHeaderStyles","Constants","CreateTeamworkSettingsStyles","DefaultSearchTemplateStyles","DocumentDirectionSettingsStyles","EditModes","EnterpriseGlossaryAdminProvider","EnterpriseGlossaryInformationSettingsProvider","EnterpriseGlossaryInformationSourceSettingsProvider","EnterpriseGlossaryTaxonomyNavigationDisplayProvider","EnterpriseGlossaryTaxonomyNavigationSettingsProvider","EnterprisePropertyCategoriesDefaultBladeStyles","Enums","FeedType","FilterValue","FollowedsitesUpdatedAtUserPropertyBag","FooterPositions","FooterSettingStyles","FormGenericSetting","FormLayoutProvider","FormTypes","GovernanceDashboard","GovernanceDashboardSettingsStyles","GovernanceDashboardStyles","GroupManifests","GroupMembershipMappingBladeStyles","HeaderSettingsMode","HeaderStyles","HighPriorityAnnouncementStyle","HomeLayoutDefinition","HorizontalActionMenuStyles","HorizontalMegaMenuStyles","ItemQueryResult","JumpToContentStyles","LegendAlignment","LegendPosition","LocalizationAdminStyles","LocalizationInputStyles","LogoStyles","MSTeamChannelFeedSorting","MSTeamTemplateStep","MediaPickerStorageProviderWorkplaceFaviconContext","MediaPickerStorageProviderWorkplaceFormContext","MediaPickerStorageProviderWorkplaceLogoContext","MediaPickerStorageProviderWorkplacePromotedSearchResultContext","MediaPickerStorageProviderWorkplaceSearchFeedbackContext","MediaPickerStorageProviderWorkplaceTutorialContext","MegaMenuLayoutDefinition","MembersStep","MobileMegaMenuStyles","MyLinksStyles","MySitesEnums","MySitesStyles","MyTeamCollaborationCategoryStyles","MyTeamCollaborationStyles","NewTeamworksTimeType","NotificationConstants","NotificationPanelDisplayModes","NotificationPanelHeaderStyles","NotificationPanelIconPosition","NotificationPanelSettingsStyles","NotificationPanelStyles","NotificationPanelTabAligments","NotificationTypes","OmniaSystemLanguageSettingsStyles","OptionTypes","PostsFeedScopeOption","PostsFeedSortMode","PromotedSearchResultStatus","
|
|
1
|
+
{"name":"omniaWebpackJsonp['39df27aa-95f1-4a23-b3f6-8b231afcda82']['491a5b75-e3d6-472a-8958-216be85b092a']","content":{"./client/admin/permissions/loc/localize.js":{"id":"./client/admin/permissions/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["PermissionLocalization"]},"./client/admin/settings/blades/tenantheader/loc/localize.js":{"id":"./client/admin/settings/blades/tenantheader/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["TenantHeaderLocalization"]},"./node_modules/@omnia/workplace/core/loc/formLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/formlocalize.js","buildMeta":{"exportsType":"namespace"},"exports":["FormsLocalization"]},"./node_modules/@omnia/workplace/core/loc/localize.js":{"id":"./node_modules/@omnia/workplace/core/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["TeamCoreLocalization"]},"./node_modules/@omnia/workplace/core/loc/powerappLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/powerapplocalize.js","buildMeta":{"exportsType":"namespace"},"exports":["PowerAppLocalization"]},"./node_modules/@omnia/workplace/core/messaging/InternalWorkplaceTopics.js":{"id":"./node_modules/@omnia/workplace/core/messaging/internalworkplacetopics.js","buildMeta":{"exportsType":"namespace"},"exports":["InternalWorkplaceTopics"]},"./node_modules/@omnia/workplace/services/index.js":{"id":"./node_modules/@omnia/workplace/services/index.js","buildMeta":{"exportsType":"namespace"},"exports":["AppAuthenticationOptionsService","FormService","HomeService","NotificationPanelHistoryService","PromotedSearchResultService","SearchCategoryService","SearchFeedbackService","SignOffRequestService","TeamCollaborationService"]},"./node_modules/@omnia/workplace/index.js":{"id":"8bf93338-8e70-4104-a75d-ae11485eec04","buildMeta":{"exportsType":"namespace"},"exports":["AdminNamespace","AppAuthenticationOptionsService","AppRendererBootstrapper","CurrentFormStore","DialogHelper","EditingThemeStore","FilterValueProvider","FormService","FormStore","GovernanceDashboardStore","HomeService","LinkHandlerDialogStore","NotificationPanelHistoryService","NotificationPanelStore","NotificationPanelStorePluginProvider","PromotedSearchResultService","PromotedSearchResultStore","SearchCategoryService","SearchCategoryStore","SearchFeedbackService","SearchTokenStore","SignOffRequestService","SignOffRequestStore","SignOffRequestUtils","Styles","TeamCollaborationService","TeamCollaborationStore","TeamworkContext","TeamworkTopics","Topics","WorkPlaceUtils","dialogStyle","settingsTabContainer"]},"./node_modules/@omnia/workplace/models/index.js":{"id":"c778308f-5fbb-4a3d-8691-ad7408ffbd56","buildMeta":{"exportsType":"namespace"},"exports":["ActionMenuStyles","AdvancedSearchSettingsStyles","AdvancedSearchStyles","AnnouncementCommentLikeStyle","AnnouncementJourneyStyle","AnnouncementStyles","AppEnums","AppIconSearchTemplateStyles","AppIconStyles","AppInstanceDescriptionProperties","AppLaunchStyles","AppLaunchViewStyles","AppProvisioningSteps","BuiltInActionButtonHandlers","BusinessProfileAppProvisioning","CentralImageLocationsStyles","ChartColor","CompactHeaderStyles","Constants","CreateTeamworkSettingsStyles","DefaultSearchTemplateStyles","DocumentDirectionSettingsStyles","EditModes","EnterpriseGlossaryAdminProvider","EnterpriseGlossaryInformationSettingsProvider","EnterpriseGlossaryInformationSourceSettingsProvider","EnterpriseGlossaryTaxonomyNavigationDisplayProvider","EnterpriseGlossaryTaxonomyNavigationSettingsProvider","EnterprisePropertyCategoriesDefaultBladeStyles","Enums","FeedType","FilterValue","FollowedsitesUpdatedAtUserPropertyBag","FooterPositions","FooterSettingStyles","FormGenericSetting","FormLayoutProvider","FormTypes","GovernanceDashboard","GovernanceDashboardSettingsStyles","GovernanceDashboardStyles","GroupManifests","GroupMembershipMappingBladeStyles","HeaderSettingsMode","HeaderStyles","HighPriorityAnnouncementStyle","HomeLayoutDefinition","HorizontalActionMenuStyles","HorizontalMegaMenuStyles","ItemQueryResult","JumpToContentStyles","LegendAlignment","LegendPosition","LinkHandlerSettingsStyles","LinkUrlTypeOption","LocalizationAdminStyles","LocalizationInputStyles","LogoStyles","MSTeamChannelFeedSorting","MSTeamTemplateStep","MediaPickerStorageProviderWorkplaceFaviconContext","MediaPickerStorageProviderWorkplaceFormContext","MediaPickerStorageProviderWorkplaceLogoContext","MediaPickerStorageProviderWorkplacePromotedSearchResultContext","MediaPickerStorageProviderWorkplaceSearchFeedbackContext","MediaPickerStorageProviderWorkplaceTutorialContext","MegaMenuLayoutDefinition","MembersStep","MobileMegaMenuStyles","MyLinksStyles","MySitesEnums","MySitesStyles","MyTeamCollaborationCategoryStyles","MyTeamCollaborationStyles","NewTeamworksTimeType","NotificationConstants","NotificationPanelDisplayModes","NotificationPanelHeaderStyles","NotificationPanelIconPosition","NotificationPanelSettingsStyles","NotificationPanelStyles","NotificationPanelTabAligments","NotificationTypes","OmniaSystemLanguageSettingsStyles","OptionTypes","PostsFeedScopeOption","PostsFeedSortMode","PromotedSearchResultStatus","QRCodeStyles","QuestionTypes","QuickSearchStyles","ResourceManifests","SearchAdminStyles","SearchBlockStyles","SearchHeaderStyles","SearchProvider","SearchStatistics","SearchStatisticsMetricScopeFilterValue","SearchTokenProvider","ServiceDefinition","SettingsKeys","SetupWizard","SetupWizardScope","SetupWizardTemplateFeatureHandler","SetupWizardTemplateProvider","SharedLinkSortByTypes","ShowMoreStyles","SignOffRequestEnums","SignOffRequestProvider","SignOffRequestResourceProvider","SignOffResource","SimpleListStyles","SimpleListingSearchTemplateStyles","SlideRendererStyles","StatisticViewMode","TabCustomUrlType","TargetingPropertyStyles","TaxonomyNavigationDisplayProviderBase","TaxonomyNavigationStyles","TeamCollaborationAppDefinitionInfo","TeamCollaborationAppEnterpriseProperties","TeamCollaborationConstants","TeamCollaborationRollupBlockListViewSettingsStyles","TeamCollaborationRollupBlockListViewStyles","TeamCollaborationRollupBlockSettingsStyles","TeamCollaborationRollupBlockStyles","TeamCollaborationRollupEnums","TeamCollaborationRollupLinkBehavior","TeamCollaborationRollupScopeTypes","TeamCollabrationApp","TeamCollabrationAppResource","TeamCollabrationQuery","TeamCollabrationTypes","TeamNewsBlockStyles","TeamNewsRollupSettingElementName","TeamSiteEditPropertiesStyles","TeamWorkInfo","TeamworkAppLayoutDefinition","TeamworkNavigationActionHandlerSettingStyles","TeamworkNavigationSettingStyles","TeamworkNavigationStyles","TeamworkTemplateFilterValue","TenantRegionalStyles","TermNodeStyles","UserAccessibilitySettingsStyles","UserMenuStyles","VerticalActionMenuStyles","VerticalMegaMenuStyles","WPRoleDefinition","WebComponentElements","WebComponentManifests","WorkplaceAppRoutePrefix","WorkplaceHomeStyles","WorkplaceSharedStyles","WorkspaceActionMenuMapping","WorkspaceActionMenuSettings","WorkspaceApp","WorkspaceFactory","WorkspaceHomeMapping","WorkspaceHomeSettings","WorkspaceInfo","WorkspaceMegaMenuItemTypes","WorkspaceMegaMenuMapping","WorkspaceMegaMenuSettings","WorkspaceVerticalNavWidth","WowrkplaceHeadingStyles","notificationPanelLayoutProvider"]}}}
|
|
@@ -103,7 +103,16 @@ export declare const GovernanceDashboard: {
|
|
|
103
103
|
};
|
|
104
104
|
Metrics: {
|
|
105
105
|
NewTeamworks: Guid;
|
|
106
|
-
|
|
106
|
+
Total: Guid;
|
|
107
|
+
ActiveLastActivity: Guid;
|
|
108
|
+
InactiveLastActivity: Guid;
|
|
109
|
+
ReachId: Guid;
|
|
110
|
+
UnderuserdId: Guid;
|
|
111
|
+
ActiveUserReader: Guid;
|
|
112
|
+
ActiveUserContributor: Guid;
|
|
113
|
+
NoOfQuery: Guid;
|
|
114
|
+
AbandonedQuery: Guid;
|
|
115
|
+
NoResultQuery: Guid;
|
|
107
116
|
};
|
|
108
117
|
DashboardLayoutSettingsKey: string;
|
|
109
118
|
ActionButtonIds: {
|
|
@@ -182,3 +191,18 @@ export declare const NotificationConstants: {
|
|
|
182
191
|
NewItem: string;
|
|
183
192
|
NewChipIcon: string;
|
|
184
193
|
};
|
|
194
|
+
export declare const SetupWizard: {
|
|
195
|
+
SettingsKey: string;
|
|
196
|
+
BasicIntranetTemplateId: string;
|
|
197
|
+
IntranetEssentialsTemplateId: string;
|
|
198
|
+
TenantIntranetEssentialsTemplateId: string;
|
|
199
|
+
TenantBasicIntranetTemplateId: string;
|
|
200
|
+
KnowledgeSharingTemplateId: string;
|
|
201
|
+
NewsManagementTemplateId: string;
|
|
202
|
+
LearningCenterTemplateId: string;
|
|
203
|
+
EnterpriseSearchTemplateId: string;
|
|
204
|
+
GeneralSettingsKey: string;
|
|
205
|
+
BrandingSettingsKey: string;
|
|
206
|
+
SharedLinkSettingsKey: string;
|
|
207
|
+
ContentSettingsKey: string;
|
|
208
|
+
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ActionHandlerRegistrationId, AdminNavigationBuiltInCategory, FontAwesomeIcon, Guid } from '@omnia/fx-models';
|
|
2
|
+
import { WPRoleDefinition } from './ManifestIds';
|
|
2
3
|
export var Constants = {
|
|
3
4
|
featureIds: {
|
|
4
5
|
ShowBusinessProfileHeader: "fd86ca16-e6fd-42ed-b11e-5e8267cda628",
|
|
@@ -40,7 +41,8 @@ export var Constants = {
|
|
|
40
41
|
category: AdminNavigationBuiltInCategory.BusinessProfile,
|
|
41
42
|
elementToRender: "omnia-workplace-search-admin-journey",
|
|
42
43
|
icon: new FontAwesomeIcon("fal fa-search"),
|
|
43
|
-
weight: 400
|
|
44
|
+
weight: 400,
|
|
45
|
+
securityRole: WPRoleDefinition.SearchBPAdmin.toString()
|
|
44
46
|
}
|
|
45
47
|
}
|
|
46
48
|
}
|
|
@@ -132,7 +134,16 @@ export var GovernanceDashboard = {
|
|
|
132
134
|
},
|
|
133
135
|
Metrics: {
|
|
134
136
|
NewTeamworks: new Guid("47370cca-5518-44c2-91da-a083e78ec36a"),
|
|
135
|
-
|
|
137
|
+
Total: new Guid("e259e6da-2e8b-49e1-afd1-061d6582246e"),
|
|
138
|
+
ActiveLastActivity: new Guid("c42a3947-de82-4470-b5fd-9183872e181a"),
|
|
139
|
+
InactiveLastActivity: new Guid("2f2ce11d-f013-4a9d-b701-21469147187e"),
|
|
140
|
+
ReachId: new Guid("7e7f0c21-f1e9-4b24-b1d6-77d75132fe8c"),
|
|
141
|
+
UnderuserdId: new Guid("f6b384b6-c764-420a-b8b3-192bcbe160de"),
|
|
142
|
+
ActiveUserReader: new Guid("ba54386a-c448-4556-a001-f8e71150616b"),
|
|
143
|
+
ActiveUserContributor: new Guid("994cce95-dd68-431b-9119-7afff8c68465"),
|
|
144
|
+
NoOfQuery: new Guid("c0b18c12-d3b5-4b29-8105-222d20d5522f"),
|
|
145
|
+
AbandonedQuery: new Guid("aa3d3355-e2a9-4c4c-a44a-5fb01493e7ae"),
|
|
146
|
+
NoResultQuery: new Guid("13786d92-6d16-402f-a961-d99ea4341601")
|
|
136
147
|
},
|
|
137
148
|
DashboardLayoutSettingsKey: "omnia.workplace.governancedashboard.layout",
|
|
138
149
|
ActionButtonIds: {
|
|
@@ -224,3 +235,18 @@ export var NotificationConstants = {
|
|
|
224
235
|
NewItem: "wp-notificationNewItem",
|
|
225
236
|
NewChipIcon: "wp-notificationNewChipIcon"
|
|
226
237
|
};
|
|
238
|
+
export var SetupWizard = {
|
|
239
|
+
SettingsKey: "owp_setupwizard_",
|
|
240
|
+
BasicIntranetTemplateId: "23D17EFE-E4AE-439D-A97D-CE184F7BC574",
|
|
241
|
+
IntranetEssentialsTemplateId: "B8C0608F-61F7-4C2A-9001-C26A7A0CB268",
|
|
242
|
+
TenantIntranetEssentialsTemplateId: "5470C05D-7115-4F86-BF6D-70FC51F3A1AD",
|
|
243
|
+
TenantBasicIntranetTemplateId: "87D71902-22F0-4DC3-9346-314CC5700C84",
|
|
244
|
+
KnowledgeSharingTemplateId: "1FE61B2C-9D54-45A6-A284-E0252B133DD7",
|
|
245
|
+
NewsManagementTemplateId: "DD3B1FBD-2383-4147-BF0E-ECDB018989CE",
|
|
246
|
+
LearningCenterTemplateId: "904492DA-24BC-40DB-BB3A-0B22EFEFEF12",
|
|
247
|
+
EnterpriseSearchTemplateId: "6812E7FB-9AB0-4D9B-990C-FE082BC6F876",
|
|
248
|
+
GeneralSettingsKey: "SetupWizardGeneralSettings",
|
|
249
|
+
BrandingSettingsKey: "SetupWizardBrandingSettings",
|
|
250
|
+
SharedLinkSettingsKey: "SetupWizardSharedLinksSettings",
|
|
251
|
+
ContentSettingsKey: "SetupWizardContentSettings"
|
|
252
|
+
};
|
|
@@ -104,7 +104,13 @@ export declare module Enums {
|
|
|
104
104
|
ProfileQuery = 0,
|
|
105
105
|
SharePointGroups = 1,
|
|
106
106
|
ActivityQuery = 2,
|
|
107
|
-
UserFieldsOnPage = 3
|
|
107
|
+
UserFieldsOnPage = 3,
|
|
108
|
+
Birthday = 4
|
|
109
|
+
}
|
|
110
|
+
enum BirthdayPeriod {
|
|
111
|
+
NoLimit = 0,
|
|
112
|
+
Today = 1,
|
|
113
|
+
OneMonthFromToday = 2
|
|
108
114
|
}
|
|
109
115
|
}
|
|
110
116
|
enum ChromeMode {
|
|
@@ -128,7 +128,14 @@ export var Enums;
|
|
|
128
128
|
QueryType[QueryType["SharePointGroups"] = 1] = "SharePointGroups";
|
|
129
129
|
QueryType[QueryType["ActivityQuery"] = 2] = "ActivityQuery";
|
|
130
130
|
QueryType[QueryType["UserFieldsOnPage"] = 3] = "UserFieldsOnPage";
|
|
131
|
+
QueryType[QueryType["Birthday"] = 4] = "Birthday";
|
|
131
132
|
})(QueryType = PeopleRollupEnums.QueryType || (PeopleRollupEnums.QueryType = {}));
|
|
133
|
+
var BirthdayPeriod;
|
|
134
|
+
(function (BirthdayPeriod) {
|
|
135
|
+
BirthdayPeriod[BirthdayPeriod["NoLimit"] = 0] = "NoLimit";
|
|
136
|
+
BirthdayPeriod[BirthdayPeriod["Today"] = 1] = "Today";
|
|
137
|
+
BirthdayPeriod[BirthdayPeriod["OneMonthFromToday"] = 2] = "OneMonthFromToday";
|
|
138
|
+
})(BirthdayPeriod = PeopleRollupEnums.BirthdayPeriod || (PeopleRollupEnums.BirthdayPeriod = {}));
|
|
132
139
|
})(PeopleRollupEnums = Enums.PeopleRollupEnums || (Enums.PeopleRollupEnums = {}));
|
|
133
140
|
var ChromeMode;
|
|
134
141
|
(function (ChromeMode) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Guid, MultilingualString, SpacingSettings } from '@omnia/fx-models';
|
|
1
|
+
import { Guid, IIcon, MultilingualString, SpacingSettings } from '@omnia/fx-models';
|
|
2
2
|
export interface DashboardScopeMessage {
|
|
3
3
|
id: Guid;
|
|
4
4
|
title: string;
|
|
@@ -25,6 +25,9 @@ export interface DashboardMetric {
|
|
|
25
25
|
export interface DashboardMetricSettings {
|
|
26
26
|
multilingualTitle: MultilingualString;
|
|
27
27
|
id: string;
|
|
28
|
+
description?: MultilingualString;
|
|
29
|
+
icon?: IIcon;
|
|
30
|
+
color?: string;
|
|
28
31
|
}
|
|
29
32
|
export interface DashboardMetricBlock<T extends DashboardMetricSettings = DashboardMetricSettings> extends DashboardMetric {
|
|
30
33
|
config: T;
|
|
@@ -1,5 +1,24 @@
|
|
|
1
|
+
import { GuidValue } from "@omnia/fx/models";
|
|
1
2
|
import { SearchResultItem } from "./Search";
|
|
3
|
+
export interface SearchItemClickedOptions {
|
|
4
|
+
/**
|
|
5
|
+
* The custom action always runs before close search dialog or clear the search result
|
|
6
|
+
* */
|
|
7
|
+
customAction: () => Promise<void>;
|
|
8
|
+
/**
|
|
9
|
+
* Clear the search result and search text box
|
|
10
|
+
* */
|
|
11
|
+
clearSearchResult: boolean;
|
|
12
|
+
/**
|
|
13
|
+
* Close the search dialog
|
|
14
|
+
* */
|
|
15
|
+
closeDialog: boolean;
|
|
16
|
+
}
|
|
2
17
|
export interface ISearchTemplate {
|
|
3
18
|
dataRow: SearchResultItem;
|
|
4
|
-
|
|
19
|
+
/**
|
|
20
|
+
* Capture viewed search result item if collect statistics is enabled and handle to close search dialog
|
|
21
|
+
* */
|
|
22
|
+
onItemClicked?: (searchCategoryId?: GuidValue, itemUrl?: string, itemClickedOptions?: SearchItemClickedOptions) => void;
|
|
23
|
+
searchCategoryId?: GuidValue;
|
|
5
24
|
}
|
|
@@ -14,6 +14,7 @@ export declare class WPRoleDefinition {
|
|
|
14
14
|
static get SharedLinksBPAdmin(): Guid;
|
|
15
15
|
static get AnnouncementsTenantAdmin(): Guid;
|
|
16
16
|
static get AnnouncementsBPAdmin(): Guid;
|
|
17
|
+
static get SearchBPAdmin(): Guid;
|
|
17
18
|
}
|
|
18
19
|
export declare class ResourceManifests {
|
|
19
20
|
static get Fx(): Guid;
|
|
@@ -39,8 +40,7 @@ export declare class ResourceManifests {
|
|
|
39
40
|
static get AnnoucementNotificationPanelRegistration(): Guid;
|
|
40
41
|
static get NotificationPanelRegistration(): Guid;
|
|
41
42
|
static get NotificationPanelRegistrationApi(): Guid;
|
|
42
|
-
static get
|
|
43
|
-
static get QuickSetupStepRegistrationApi(): Guid;
|
|
43
|
+
static get SetupWizardRegistrationApi(): Guid;
|
|
44
44
|
static get NotificationPanelCore(): Guid;
|
|
45
45
|
static get AdminShortcutRegistration(): Guid;
|
|
46
46
|
static get ActionMenuCore(): Guid;
|
|
@@ -53,6 +53,8 @@ export declare class ResourceManifests {
|
|
|
53
53
|
static get SearchTemplateApi(): Guid;
|
|
54
54
|
static get ScopedPermissionApi(): Guid;
|
|
55
55
|
static get SearchCategoryProviderApi(): Guid;
|
|
56
|
+
static get SearchTokenProviderApi(): Guid;
|
|
57
|
+
static get DefaultSearchTokenProviderRegistration(): Guid;
|
|
56
58
|
static get EnableMSTeamsDeepLinkExecution(): Guid;
|
|
57
59
|
static get TenantPeopleInfoJourney(): Guid;
|
|
58
60
|
static get Favicon(): Guid;
|
|
@@ -101,7 +103,7 @@ export declare class ResourceManifests {
|
|
|
101
103
|
static get UserProfileCardEditingHandlerRegistration(): Guid;
|
|
102
104
|
static get ActionButtonSignOffRequestHandler(): Guid;
|
|
103
105
|
static get ActionButtonSignOffRequestHandlerRegistration(): Guid;
|
|
104
|
-
static get
|
|
106
|
+
static get SetupWizardCommon(): Guid;
|
|
105
107
|
/**
|
|
106
108
|
* @deprecated this will be removed in 7.0
|
|
107
109
|
*/
|
|
@@ -118,7 +120,13 @@ export declare class ResourceManifests {
|
|
|
118
120
|
static get PowerAppCore(): Guid;
|
|
119
121
|
static get WorkspaceCommon(): Guid;
|
|
120
122
|
static get PostsFeedBlockCore(): Guid;
|
|
123
|
+
static get SearchStatisticsMetricShared(): Guid;
|
|
124
|
+
static get SearchStatisticsMetricGroup(): Guid;
|
|
121
125
|
static get LinkHandlerSettingsRegistration(): Guid;
|
|
126
|
+
static get TranslatorProviderRegistration(): Guid;
|
|
127
|
+
static get QrCodeCore(): Guid;
|
|
128
|
+
static get TenantSetupWizardRegistration(): Guid;
|
|
129
|
+
static get BusinessProfileSetupWizardRegistration(): Guid;
|
|
122
130
|
}
|
|
123
131
|
export declare class WebComponentManifests {
|
|
124
132
|
static get FaviconSettings(): Guid;
|
|
@@ -130,10 +138,12 @@ export declare class WebComponentManifests {
|
|
|
130
138
|
static get SearchConfig(): Guid;
|
|
131
139
|
static get PromotedSearchResultJourney(): Guid;
|
|
132
140
|
static get SearchFeedbackJourney(): Guid;
|
|
141
|
+
static get SearchStatisticsJourney(): Guid;
|
|
133
142
|
static get QuickSearchConfig(): Guid;
|
|
134
143
|
static get QuickSearchCategoriesConfig(): Guid;
|
|
135
144
|
static get AdvenceSearchConfig(): Guid;
|
|
136
145
|
static get AdvancedSearchCategoriesConfig(): Guid;
|
|
146
|
+
static get DateTimeRefinerComponent(): Guid;
|
|
137
147
|
static get CustomSearch(): Guid;
|
|
138
148
|
static get ActionMenu(): Guid;
|
|
139
149
|
static get ActionMenuAdmin(): Guid;
|
|
@@ -184,6 +194,14 @@ export declare class WebComponentManifests {
|
|
|
184
194
|
static get SharedLinksSearchProviderSettings(): Guid;
|
|
185
195
|
static get QuickSearchActionHandlerSettings(): Guid;
|
|
186
196
|
static get SearchSettings(): Guid;
|
|
197
|
+
static get SearchStatisticsMetricIndicator(): Guid;
|
|
198
|
+
static get SearchStatisticsNoOfQueryMetricIndicator(): Guid;
|
|
199
|
+
static get SearchStatisticsAbandonedQueryMetricIndicator(): Guid;
|
|
200
|
+
static get SearchStatisticsNoResultQueryMetricIndicator(): Guid;
|
|
201
|
+
static get SearchStatisticsNoOfQueryMetricDetail(): Guid;
|
|
202
|
+
static get SearchStatisticsAbandonedQueryMetricDetail(): Guid;
|
|
203
|
+
static get SearchStatisticsNoResultQueryMetricDetail(): Guid;
|
|
204
|
+
static get SearchStatisticsMetricScopeFilter(): Guid;
|
|
187
205
|
static get MyTasks(): Guid;
|
|
188
206
|
static get MyTasksSettings(): Guid;
|
|
189
207
|
static get MyTasksSiteGroupView(): Guid;
|
|
@@ -411,13 +429,25 @@ export declare class WebComponentManifests {
|
|
|
411
429
|
static get MsTeamTabLayoutConfiguration(): Guid;
|
|
412
430
|
static get PostsFeed(): Guid;
|
|
413
431
|
static get PostsFeedSettings(): Guid;
|
|
414
|
-
static get
|
|
415
|
-
static get
|
|
416
|
-
static get
|
|
417
|
-
static get
|
|
418
|
-
static get
|
|
419
|
-
static get
|
|
432
|
+
static get SetupWizardViewCore(): Guid;
|
|
433
|
+
static get SetupWizardGeneralStep(): Guid;
|
|
434
|
+
static get SetupWizardBrandingStep(): Guid;
|
|
435
|
+
static get SetupWizardSharelinksStep(): Guid;
|
|
436
|
+
static get SetupWizardContentStep(): Guid;
|
|
437
|
+
static get SetupWizardReviewStep(): Guid;
|
|
438
|
+
static get SetupWizardDashboard(): Guid;
|
|
439
|
+
static get TeamworkActiveLastActivityMetricIndicator(): Guid;
|
|
440
|
+
static get TeamworkActiveLastActivityMetricDetail(): Guid;
|
|
441
|
+
static get TeamworkInactiveLastActivityMetricIndicator(): Guid;
|
|
442
|
+
static get TeamworkInactiveLastActivityMetricDetail(): Guid;
|
|
420
443
|
static get LinkHandlerJourney(): Guid;
|
|
444
|
+
static get AzureCognitiveProviderComponent(): Guid;
|
|
445
|
+
static get QRCode(): Guid;
|
|
446
|
+
static get QRCodeSettings(): Guid;
|
|
447
|
+
static get TenantSetupWizardNode(): Guid;
|
|
448
|
+
static get BusinessProfileSetupWizardNode(): Guid;
|
|
449
|
+
static get TeamworkPermissionInput(): Guid;
|
|
450
|
+
static get TeamworkPermissionInputBlade(): Guid;
|
|
421
451
|
}
|
|
422
452
|
export declare class WebComponentElements {
|
|
423
453
|
static get AppProvisioningStepMember(): string;
|
|
@@ -64,6 +64,11 @@ var WPRoleDefinition = /** @class */ (function () {
|
|
|
64
64
|
enumerable: false,
|
|
65
65
|
configurable: true
|
|
66
66
|
});
|
|
67
|
+
Object.defineProperty(WPRoleDefinition, "SearchBPAdmin", {
|
|
68
|
+
get: function () { return new Guid("affe1bd8-b534-459b-bdd5-f11e5a2d1d73"); },
|
|
69
|
+
enumerable: false,
|
|
70
|
+
configurable: true
|
|
71
|
+
});
|
|
67
72
|
return WPRoleDefinition;
|
|
68
73
|
}());
|
|
69
74
|
export { WPRoleDefinition };
|
|
@@ -186,16 +191,11 @@ var ResourceManifests = /** @class */ (function () {
|
|
|
186
191
|
enumerable: false,
|
|
187
192
|
configurable: true
|
|
188
193
|
});
|
|
189
|
-
Object.defineProperty(ResourceManifests, "
|
|
194
|
+
Object.defineProperty(ResourceManifests, "SetupWizardRegistrationApi", {
|
|
190
195
|
get: function () { return new Guid('547bd43c-c628-47b2-b6aa-fddacbb0d25e'); },
|
|
191
196
|
enumerable: false,
|
|
192
197
|
configurable: true
|
|
193
198
|
});
|
|
194
|
-
Object.defineProperty(ResourceManifests, "QuickSetupStepRegistrationApi", {
|
|
195
|
-
get: function () { return new Guid('92ed9817-196c-4b89-9a61-e12e7c14b74f'); },
|
|
196
|
-
enumerable: false,
|
|
197
|
-
configurable: true
|
|
198
|
-
});
|
|
199
199
|
Object.defineProperty(ResourceManifests, "NotificationPanelCore", {
|
|
200
200
|
get: function () { return new Guid("00cc0c0d-8487-4d05-bb4f-6cc5d9b1a8ba"); },
|
|
201
201
|
enumerable: false,
|
|
@@ -256,6 +256,16 @@ var ResourceManifests = /** @class */ (function () {
|
|
|
256
256
|
enumerable: false,
|
|
257
257
|
configurable: true
|
|
258
258
|
});
|
|
259
|
+
Object.defineProperty(ResourceManifests, "SearchTokenProviderApi", {
|
|
260
|
+
get: function () { return new Guid("142f62fe-a32d-4a38-a3d3-e049589dfa5d"); },
|
|
261
|
+
enumerable: false,
|
|
262
|
+
configurable: true
|
|
263
|
+
});
|
|
264
|
+
Object.defineProperty(ResourceManifests, "DefaultSearchTokenProviderRegistration", {
|
|
265
|
+
get: function () { return new Guid("7ae13d0f-5dbd-4da3-a631-95b86a6bcae2"); },
|
|
266
|
+
enumerable: false,
|
|
267
|
+
configurable: true
|
|
268
|
+
});
|
|
259
269
|
Object.defineProperty(ResourceManifests, "EnableMSTeamsDeepLinkExecution", {
|
|
260
270
|
get: function () { return new Guid("67384113-6d0b-41cd-9029-c9941b489504"); },
|
|
261
271
|
enumerable: false,
|
|
@@ -497,7 +507,7 @@ var ResourceManifests = /** @class */ (function () {
|
|
|
497
507
|
enumerable: false,
|
|
498
508
|
configurable: true
|
|
499
509
|
});
|
|
500
|
-
Object.defineProperty(ResourceManifests, "
|
|
510
|
+
Object.defineProperty(ResourceManifests, "SetupWizardCommon", {
|
|
501
511
|
get: function () { return new Guid("a491ba6f-29e7-4ef8-9cc7-c8ca5915f3af"); },
|
|
502
512
|
enumerable: false,
|
|
503
513
|
configurable: true
|
|
@@ -561,11 +571,41 @@ var ResourceManifests = /** @class */ (function () {
|
|
|
561
571
|
enumerable: false,
|
|
562
572
|
configurable: true
|
|
563
573
|
});
|
|
574
|
+
Object.defineProperty(ResourceManifests, "SearchStatisticsMetricShared", {
|
|
575
|
+
get: function () { return new Guid("1533f4b6-1484-4ecf-864a-8a446a5966cf"); },
|
|
576
|
+
enumerable: false,
|
|
577
|
+
configurable: true
|
|
578
|
+
});
|
|
579
|
+
Object.defineProperty(ResourceManifests, "SearchStatisticsMetricGroup", {
|
|
580
|
+
get: function () { return new Guid("b9ee20a8-eee5-4355-8501-e15cb496a046"); },
|
|
581
|
+
enumerable: false,
|
|
582
|
+
configurable: true
|
|
583
|
+
});
|
|
564
584
|
Object.defineProperty(ResourceManifests, "LinkHandlerSettingsRegistration", {
|
|
565
585
|
get: function () { return new Guid("a913821b-d91b-48f0-b356-97c0e7828afa"); },
|
|
566
586
|
enumerable: false,
|
|
567
587
|
configurable: true
|
|
568
588
|
});
|
|
589
|
+
Object.defineProperty(ResourceManifests, "TranslatorProviderRegistration", {
|
|
590
|
+
get: function () { return new Guid("94352c19-675f-4aa9-9a59-b216808bd9c5"); },
|
|
591
|
+
enumerable: false,
|
|
592
|
+
configurable: true
|
|
593
|
+
});
|
|
594
|
+
Object.defineProperty(ResourceManifests, "QrCodeCore", {
|
|
595
|
+
get: function () { return new Guid("643d8ebd-1097-403c-bc5d-c8045d5c6c5f"); },
|
|
596
|
+
enumerable: false,
|
|
597
|
+
configurable: true
|
|
598
|
+
});
|
|
599
|
+
Object.defineProperty(ResourceManifests, "TenantSetupWizardRegistration", {
|
|
600
|
+
get: function () { return new Guid("1f765e6b-5ebf-4f7b-aa87-d05dc0b295e4"); },
|
|
601
|
+
enumerable: false,
|
|
602
|
+
configurable: true
|
|
603
|
+
});
|
|
604
|
+
Object.defineProperty(ResourceManifests, "BusinessProfileSetupWizardRegistration", {
|
|
605
|
+
get: function () { return new Guid("2e1f8f98-8a9f-4ee9-9172-7822644efae8"); },
|
|
606
|
+
enumerable: false,
|
|
607
|
+
configurable: true
|
|
608
|
+
});
|
|
569
609
|
return ResourceManifests;
|
|
570
610
|
}());
|
|
571
611
|
export { ResourceManifests };
|
|
@@ -617,6 +657,11 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
617
657
|
enumerable: false,
|
|
618
658
|
configurable: true
|
|
619
659
|
});
|
|
660
|
+
Object.defineProperty(WebComponentManifests, "SearchStatisticsJourney", {
|
|
661
|
+
get: function () { return new Guid("6b0a110e-478a-4c3d-875b-d89da7296c43"); },
|
|
662
|
+
enumerable: false,
|
|
663
|
+
configurable: true
|
|
664
|
+
});
|
|
620
665
|
Object.defineProperty(WebComponentManifests, "QuickSearchConfig", {
|
|
621
666
|
get: function () { return new Guid("f537b6a0-79ec-4019-9da6-62a51e3c5ff3"); },
|
|
622
667
|
enumerable: false,
|
|
@@ -637,6 +682,11 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
637
682
|
enumerable: false,
|
|
638
683
|
configurable: true
|
|
639
684
|
});
|
|
685
|
+
Object.defineProperty(WebComponentManifests, "DateTimeRefinerComponent", {
|
|
686
|
+
get: function () { return new Guid("0d3db85a-72f7-4f60-a404-8648101ab0b3"); },
|
|
687
|
+
enumerable: false,
|
|
688
|
+
configurable: true
|
|
689
|
+
});
|
|
640
690
|
Object.defineProperty(WebComponentManifests, "CustomSearch", {
|
|
641
691
|
get: function () { return new Guid("B3D32D30-B779-489C-88AB-F3BA03724105"); },
|
|
642
692
|
enumerable: false,
|
|
@@ -887,6 +937,46 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
887
937
|
enumerable: false,
|
|
888
938
|
configurable: true
|
|
889
939
|
});
|
|
940
|
+
Object.defineProperty(WebComponentManifests, "SearchStatisticsMetricIndicator", {
|
|
941
|
+
get: function () { return new Guid("f3c88c39-9d56-4f4a-9841-2272bd275428"); },
|
|
942
|
+
enumerable: false,
|
|
943
|
+
configurable: true
|
|
944
|
+
});
|
|
945
|
+
Object.defineProperty(WebComponentManifests, "SearchStatisticsNoOfQueryMetricIndicator", {
|
|
946
|
+
get: function () { return new Guid("7fb2948c-286e-4de9-b25a-7594bd472c65"); },
|
|
947
|
+
enumerable: false,
|
|
948
|
+
configurable: true
|
|
949
|
+
});
|
|
950
|
+
Object.defineProperty(WebComponentManifests, "SearchStatisticsAbandonedQueryMetricIndicator", {
|
|
951
|
+
get: function () { return new Guid("1588c9e5-835c-4258-990f-26ade94a385a"); },
|
|
952
|
+
enumerable: false,
|
|
953
|
+
configurable: true
|
|
954
|
+
});
|
|
955
|
+
Object.defineProperty(WebComponentManifests, "SearchStatisticsNoResultQueryMetricIndicator", {
|
|
956
|
+
get: function () { return new Guid("cfa2aa9e-7a04-4622-97f9-22913ac7b326"); },
|
|
957
|
+
enumerable: false,
|
|
958
|
+
configurable: true
|
|
959
|
+
});
|
|
960
|
+
Object.defineProperty(WebComponentManifests, "SearchStatisticsNoOfQueryMetricDetail", {
|
|
961
|
+
get: function () { return new Guid("54527b07-2873-4b75-8903-ef174c769d60"); },
|
|
962
|
+
enumerable: false,
|
|
963
|
+
configurable: true
|
|
964
|
+
});
|
|
965
|
+
Object.defineProperty(WebComponentManifests, "SearchStatisticsAbandonedQueryMetricDetail", {
|
|
966
|
+
get: function () { return new Guid("c9142c33-cd05-4a71-a12c-08d86a4db6a8"); },
|
|
967
|
+
enumerable: false,
|
|
968
|
+
configurable: true
|
|
969
|
+
});
|
|
970
|
+
Object.defineProperty(WebComponentManifests, "SearchStatisticsNoResultQueryMetricDetail", {
|
|
971
|
+
get: function () { return new Guid("93813bd7-ddae-4bca-aef3-0c12761e97d9"); },
|
|
972
|
+
enumerable: false,
|
|
973
|
+
configurable: true
|
|
974
|
+
});
|
|
975
|
+
Object.defineProperty(WebComponentManifests, "SearchStatisticsMetricScopeFilter", {
|
|
976
|
+
get: function () { return new Guid("30f3b28c-9f8b-4801-8509-8d51de1db362"); },
|
|
977
|
+
enumerable: false,
|
|
978
|
+
configurable: true
|
|
979
|
+
});
|
|
890
980
|
Object.defineProperty(WebComponentManifests, "MyTasks", {
|
|
891
981
|
get: function () { return new Guid("299D1ADC-8762-4AA5-B92D-83D03B633DEE"); },
|
|
892
982
|
enumerable: false,
|
|
@@ -2025,41 +2115,101 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
2025
2115
|
enumerable: false,
|
|
2026
2116
|
configurable: true
|
|
2027
2117
|
});
|
|
2028
|
-
Object.defineProperty(WebComponentManifests, "
|
|
2118
|
+
Object.defineProperty(WebComponentManifests, "SetupWizardViewCore", {
|
|
2029
2119
|
get: function () { return new Guid("758d200f-91f3-4446-8662-07592f89eeba"); },
|
|
2030
2120
|
enumerable: false,
|
|
2031
2121
|
configurable: true
|
|
2032
2122
|
});
|
|
2033
|
-
Object.defineProperty(WebComponentManifests, "
|
|
2123
|
+
Object.defineProperty(WebComponentManifests, "SetupWizardGeneralStep", {
|
|
2034
2124
|
get: function () { return new Guid("c5f83b2f-a21f-4210-b4f4-13ffda4ac129"); },
|
|
2035
2125
|
enumerable: false,
|
|
2036
2126
|
configurable: true
|
|
2037
2127
|
});
|
|
2038
|
-
Object.defineProperty(WebComponentManifests, "
|
|
2128
|
+
Object.defineProperty(WebComponentManifests, "SetupWizardBrandingStep", {
|
|
2039
2129
|
get: function () { return new Guid("084f1e3e-f0f5-4f2b-a75d-67f629308bf8"); },
|
|
2040
2130
|
enumerable: false,
|
|
2041
2131
|
configurable: true
|
|
2042
2132
|
});
|
|
2043
|
-
Object.defineProperty(WebComponentManifests, "
|
|
2133
|
+
Object.defineProperty(WebComponentManifests, "SetupWizardSharelinksStep", {
|
|
2044
2134
|
get: function () { return new Guid("4e6730e5-25f1-4d99-81d1-7368f7e72f35"); },
|
|
2045
2135
|
enumerable: false,
|
|
2046
2136
|
configurable: true
|
|
2047
2137
|
});
|
|
2048
|
-
Object.defineProperty(WebComponentManifests, "
|
|
2138
|
+
Object.defineProperty(WebComponentManifests, "SetupWizardContentStep", {
|
|
2049
2139
|
get: function () { return new Guid("c6633522-ba83-4077-99b1-a4e9cde070c6"); },
|
|
2050
2140
|
enumerable: false,
|
|
2051
2141
|
configurable: true
|
|
2052
2142
|
});
|
|
2053
|
-
Object.defineProperty(WebComponentManifests, "
|
|
2143
|
+
Object.defineProperty(WebComponentManifests, "SetupWizardReviewStep", {
|
|
2054
2144
|
get: function () { return new Guid("911b4198-52b7-4b80-9ed4-b96269dcf8f1"); },
|
|
2055
2145
|
enumerable: false,
|
|
2056
2146
|
configurable: true
|
|
2057
2147
|
});
|
|
2148
|
+
Object.defineProperty(WebComponentManifests, "SetupWizardDashboard", {
|
|
2149
|
+
get: function () { return new Guid("b2e0e63d-2cd9-49b4-840a-001d4a91dabb"); },
|
|
2150
|
+
enumerable: false,
|
|
2151
|
+
configurable: true
|
|
2152
|
+
});
|
|
2153
|
+
Object.defineProperty(WebComponentManifests, "TeamworkActiveLastActivityMetricIndicator", {
|
|
2154
|
+
get: function () { return new Guid("11dddd47-19a4-4569-89d0-e5762d97a9ef"); },
|
|
2155
|
+
enumerable: false,
|
|
2156
|
+
configurable: true
|
|
2157
|
+
});
|
|
2158
|
+
Object.defineProperty(WebComponentManifests, "TeamworkActiveLastActivityMetricDetail", {
|
|
2159
|
+
get: function () { return new Guid("80debee9-33f7-4b66-97fc-4c6e7dbb2a7c"); },
|
|
2160
|
+
enumerable: false,
|
|
2161
|
+
configurable: true
|
|
2162
|
+
});
|
|
2163
|
+
Object.defineProperty(WebComponentManifests, "TeamworkInactiveLastActivityMetricIndicator", {
|
|
2164
|
+
get: function () { return new Guid("bac2d261-df94-425b-847e-976496694295"); },
|
|
2165
|
+
enumerable: false,
|
|
2166
|
+
configurable: true
|
|
2167
|
+
});
|
|
2168
|
+
Object.defineProperty(WebComponentManifests, "TeamworkInactiveLastActivityMetricDetail", {
|
|
2169
|
+
get: function () { return new Guid("8d04aaa8-e87c-45ce-84dc-6fdf81eac22f"); },
|
|
2170
|
+
enumerable: false,
|
|
2171
|
+
configurable: true
|
|
2172
|
+
});
|
|
2058
2173
|
Object.defineProperty(WebComponentManifests, "LinkHandlerJourney", {
|
|
2059
2174
|
get: function () { return new Guid("cc822f80-37e0-43ac-b37c-8d8963c7076c"); },
|
|
2060
2175
|
enumerable: false,
|
|
2061
2176
|
configurable: true
|
|
2062
2177
|
});
|
|
2178
|
+
Object.defineProperty(WebComponentManifests, "AzureCognitiveProviderComponent", {
|
|
2179
|
+
get: function () { return new Guid("c32e69d5-bb4c-4b0e-9bb9-03af4dafcbca"); },
|
|
2180
|
+
enumerable: false,
|
|
2181
|
+
configurable: true
|
|
2182
|
+
});
|
|
2183
|
+
Object.defineProperty(WebComponentManifests, "QRCode", {
|
|
2184
|
+
get: function () { return new Guid("090e7f29-06c9-4a2a-be58-57d0dac10341"); },
|
|
2185
|
+
enumerable: false,
|
|
2186
|
+
configurable: true
|
|
2187
|
+
});
|
|
2188
|
+
Object.defineProperty(WebComponentManifests, "QRCodeSettings", {
|
|
2189
|
+
get: function () { return new Guid("8746fd10-d8a4-4944-b814-5dd48ada9ce0"); },
|
|
2190
|
+
enumerable: false,
|
|
2191
|
+
configurable: true
|
|
2192
|
+
});
|
|
2193
|
+
Object.defineProperty(WebComponentManifests, "TenantSetupWizardNode", {
|
|
2194
|
+
get: function () { return new Guid("a384272c-dbe9-46ef-8fc4-2b82fbb52667"); },
|
|
2195
|
+
enumerable: false,
|
|
2196
|
+
configurable: true
|
|
2197
|
+
});
|
|
2198
|
+
Object.defineProperty(WebComponentManifests, "BusinessProfileSetupWizardNode", {
|
|
2199
|
+
get: function () { return new Guid("b1994257-d611-4582-ae32-16ac23bd8a6b"); },
|
|
2200
|
+
enumerable: false,
|
|
2201
|
+
configurable: true
|
|
2202
|
+
});
|
|
2203
|
+
Object.defineProperty(WebComponentManifests, "TeamworkPermissionInput", {
|
|
2204
|
+
get: function () { return new Guid("240a15bb-2845-4ace-8408-6bc1d251b859"); },
|
|
2205
|
+
enumerable: false,
|
|
2206
|
+
configurable: true
|
|
2207
|
+
});
|
|
2208
|
+
Object.defineProperty(WebComponentManifests, "TeamworkPermissionInputBlade", {
|
|
2209
|
+
get: function () { return new Guid("7cf438e9-8c47-440d-9958-202477c11551"); },
|
|
2210
|
+
enumerable: false,
|
|
2211
|
+
configurable: true
|
|
2212
|
+
});
|
|
2063
2213
|
return WebComponentManifests;
|
|
2064
2214
|
}());
|
|
2065
2215
|
export { WebComponentManifests };
|
|
@@ -31,11 +31,11 @@ export interface SearchCategoryBase {
|
|
|
31
31
|
targetingFilter?: TargetingFilterProperty;
|
|
32
32
|
businessProfileId: GuidValue;
|
|
33
33
|
providerComponentId: GuidValue;
|
|
34
|
+
query?: string;
|
|
34
35
|
}
|
|
35
36
|
export interface SharePointSearchCategory extends SearchCategoryBase {
|
|
36
37
|
resultSource: string;
|
|
37
38
|
enableQueryRules: boolean;
|
|
38
|
-
query: string;
|
|
39
39
|
sortBy?: string;
|
|
40
40
|
sortDirection?: Enums.SortDirection;
|
|
41
41
|
listTemplatePropertiesMapping?: {
|
|
@@ -45,7 +45,6 @@ export interface SharePointSearchCategory extends SearchCategoryBase {
|
|
|
45
45
|
export interface MicrosoftSearchCategory extends SearchCategoryBase {
|
|
46
46
|
resultSource: string;
|
|
47
47
|
contentSources?: Array<string>;
|
|
48
|
-
query: string;
|
|
49
48
|
sortBy?: string;
|
|
50
49
|
sortDirection?: Enums.SortDirection;
|
|
51
50
|
listTemplatePropertiesMapping?: {
|