@omnia/workplace 7.0.14-dev → 7.0.14
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/Fx.d.ts +1 -1
- package/internal-do-not-import-from-here/apis/NotificationPanel.d.ts +1 -1
- 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/core/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +5 -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 +62 -4
- package/internal-do-not-import-from-here/models/Constants.js +67 -7
- package/internal-do-not-import-from-here/models/EnterpriseGlossary.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/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/ManifestIds.d.ts +116 -4
- package/internal-do-not-import-from-here/models/ManifestIds.js +119 -5
- package/internal-do-not-import-from-here/models/Search.d.ts +4 -21
- package/internal-do-not-import-from-here/models/SearchBoxStyling.d.ts +8 -8
- package/internal-do-not-import-from-here/models/SearchCategory.d.ts +1 -23
- package/internal-do-not-import-from-here/models/Secrets.d.ts +2 -1
- package/internal-do-not-import-from-here/models/TaxonomyNavigation.d.ts +1 -1
- package/internal-do-not-import-from-here/models/Workspace.d.ts +3 -3
- package/internal-do-not-import-from-here/models/Workspace.js +2 -2
- package/internal-do-not-import-from-here/models/apps/Enums.d.ts +9 -22
- package/internal-do-not-import-from-here/models/apps/Enums.js +18 -23
- package/internal-do-not-import-from-here/models/apps/MSTeamsApps.d.ts +2 -0
- package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.d.ts +6 -2
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +2 -1
- package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.d.ts +2 -2
- package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.js +1 -1
- package/internal-do-not-import-from-here/models/components/MySitesStyles.d.ts +2 -1
- package/internal-do-not-import-from-here/models/index.d.ts +5 -0
- package/internal-do-not-import-from-here/models/index.js +5 -0
- 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/SearchStatisticsMetricConfiguration.js +2 -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/SetupWizardProviderApi.js +2 -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 +14 -2
- 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/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 +4 -0
- package/internal-do-not-import-from-here/models/styles/MegaMenuStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +3 -0
- package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.d.ts +4 -3
- 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/SearchStyles.d.ts +21 -5
- package/internal-do-not-import-from-here/models/styles/SearchStyles.js +2 -1
- package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.d.ts +3 -3
- package/internal-do-not-import-from-here/models/styles/UserMenuStyles.d.ts +1 -1
- 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 +16 -10
- 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 +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 +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/services/HomeService.d.ts +1 -1
- package/internal-do-not-import-from-here/services/SearchCategoryService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/SignOffRequestService.d.ts +3 -2
- package/internal-do-not-import-from-here/services/TeamCollaborationService.d.ts +3 -2
- package/internal-do-not-import-from-here/shared/SignOffRequestUtils.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/LinkHandlerDialogStore.d.ts +33 -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 +32 -0
- package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +15 -7
- package/internal-do-not-import-from-here/stores/TeamCollaborationStore.d.ts +1 -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/index.d.ts +1 -0
- package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
- package/internal-do-not-import-from-here/webcomponents/IAppAuthenticationOptionsComponent.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as WorkplaceStore from "../stores";
|
|
2
2
|
import * as WorkplaceCore from "../core";
|
|
3
3
|
import * as WorkplaceModels from "../models";
|
|
4
|
-
|
|
4
|
+
type WorkplaceFxApi = typeof WorkplaceStore & typeof WorkplaceCore;
|
|
5
5
|
declare module "../models/WorkplaceApi" {
|
|
6
6
|
interface IWorkplaceApi {
|
|
7
7
|
fx: Promise<WorkplaceFxApi>;
|
|
@@ -5,7 +5,7 @@ export interface INotificationPanelRegisterApi {
|
|
|
5
5
|
registerComponent: (components: RegisterNotificationPanelComponent | RegisterNotificationPanelComponent[]) => void;
|
|
6
6
|
registerProvider: (providers: RegisterNotificationProvider | RegisterNotificationProvider[]) => void;
|
|
7
7
|
}
|
|
8
|
-
|
|
8
|
+
type NotificationPanelApi = {
|
|
9
9
|
store: NotificationPanelStore;
|
|
10
10
|
};
|
|
11
11
|
declare module "../models/WorkplaceApi" {
|
|
@@ -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,4 +1,5 @@
|
|
|
1
1
|
import { MicrosoftTeams } from "@omnia/fx-msteams";
|
|
2
|
+
import { IRouteContext } from "@omnia/fx/models";
|
|
2
3
|
import * as tsx from "vue-tsx-support";
|
|
3
4
|
export declare class WorkPlaceUtils {
|
|
4
5
|
static isSupportedByOfficeWebApp: (documentUrl: string) => boolean;
|
|
@@ -18,4 +19,8 @@ export declare class WorkPlaceUtils {
|
|
|
18
19
|
static formatKQLDateTimeString(input: Date | string): string;
|
|
19
20
|
static isInLeftPositionedActionMenu(component: tsx.Component<any>): boolean;
|
|
20
21
|
static convertLanguageDisplayToExcludeCounty(displayName: string): string;
|
|
22
|
+
static getAppLayoutUrlInfo(routeContext: IRouteContext): {
|
|
23
|
+
isLayoutUrl: boolean;
|
|
24
|
+
layoutUrlSegment: string;
|
|
25
|
+
};
|
|
21
26
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"omniaWebpackJsonp['39df27aa-95f1-4a23-b3f6-8b231afcda82']['491a5b75-e3d6-472a-8958-216be85b092a']","content":{"./client/admin/
|
|
1
|
+
{"name":"omniaWebpackJsonp['39df27aa-95f1-4a23-b3f6-8b231afcda82']['491a5b75-e3d6-472a-8958-216be85b092a']","content":{"./client/admin/settings/blades/tenantheader/loc/localize.js":{"id":"./client/admin/settings/blades/tenantheader/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TenantHeaderLocalization"]},"./node_modules/@omnia/workplace/core/loc/formLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/formlocalize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FormsLocalization"]},"./node_modules/@omnia/workplace/core/loc/localize.js":{"id":"./node_modules/@omnia/workplace/core/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TeamCoreLocalization"]},"./node_modules/@omnia/workplace/core/loc/powerappLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/powerapplocalize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["PowerAppLocalization"]},"./node_modules/@omnia/workplace/core/messaging/InternalWorkplaceTopics.js":{"id":"./node_modules/@omnia/workplace/core/messaging/internalworkplacetopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWorkplaceTopics"]},"./node_modules/@omnia/workplace/services/index.js":{"id":"./node_modules/@omnia/workplace/services/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AppAuthenticationOptionsService","FormService","HomeService","NotificationPanelHistoryService","PromotedSearchResultService","SearchCategoryService","SearchFeedbackService","SignOffRequestService","TeamCollaborationService"]},"./node_modules/@omnia/workplace/index.js":{"id":"8bf93338-8e70-4104-a75d-ae11485eec04","buildMeta":{"exportsType":"namespace"},"expo.js":["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"},"expo.js":["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","SignOffRequestInfoPersistentDialogId","SignOffRequestProvider","SignOffRequestResourceProvider","SignOffRequestRollupConstants","SignOffRequestScopedQueryTypes","SignOffResource","SimpleListStyles","SimpleListingSearchTemplateStyles","SlideRendererStyles","StatisticViewMode","TabCustomUrlType","TableNames","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","TenantReusableContentManifests","TermNodeStyles","UserAccessibilitySettingsStyles","UserMenuStyles","VerticalActionMenuStyles","VerticalMegaMenuStyles","WPRoleDefinition","WebComponentElements","WebComponentManifests","WizardSetupConstant","WorkplaceAppRoutePrefix","WorkplaceHomeStyles","WorkplaceSharedStyles","WorkspaceActionMenuMapping","WorkspaceActionMenuSettings","WorkspaceApp","WorkspaceFactory","WorkspaceHomeMapping","WorkspaceHomeSettings","WorkspaceInfo","WorkspaceMegaMenuItemTypes","WorkspaceMegaMenuMapping","WorkspaceMegaMenuSettings","WorkspaceVerticalNavWidth","WowrkplaceHeadingStyles","notificationPanelLayoutProvider"]}}}
|
|
@@ -1,9 +1,26 @@
|
|
|
1
|
-
import { ActionHandlerRegistrationId, Guid, NavigationNode } from "@omnia/fx-models";
|
|
1
|
+
import { ActionHandlerRegistrationId, Guid, MultilingualString, NavigationNode } from "@omnia/fx-models";
|
|
2
2
|
export declare const Constants: {
|
|
3
3
|
featureIds: {
|
|
4
4
|
ShowBusinessProfileHeader: string;
|
|
5
5
|
showNavigationBar: string;
|
|
6
6
|
mobilelogin: string;
|
|
7
|
+
rulesLinkHandler: string;
|
|
8
|
+
teamworkCore: string;
|
|
9
|
+
teamworkAutomaticGovernance: string;
|
|
10
|
+
teamsSingleSignOn: string;
|
|
11
|
+
teamsChannelFeed: string;
|
|
12
|
+
msSearchExternal: string;
|
|
13
|
+
userSyncAd: string;
|
|
14
|
+
userSyncGraph: string;
|
|
15
|
+
userSyncSps: string;
|
|
16
|
+
userProfileSelfService: string;
|
|
17
|
+
sensitivityLabelsCore: string;
|
|
18
|
+
oneDriveDocumentCreationWizard: string;
|
|
19
|
+
scheduledSPTeamSiteSync: string;
|
|
20
|
+
createTeams: string;
|
|
21
|
+
customEmail: string;
|
|
22
|
+
yammerIntegration: string;
|
|
23
|
+
facebookWorkplace: string;
|
|
7
24
|
};
|
|
8
25
|
themingNavigationNodeKey: string;
|
|
9
26
|
themeIds: {
|
|
@@ -34,6 +51,15 @@ export declare const Constants: {
|
|
|
34
51
|
search: NavigationNode;
|
|
35
52
|
};
|
|
36
53
|
};
|
|
54
|
+
signOffRequest: {
|
|
55
|
+
filterEngineContextUniqueId: string;
|
|
56
|
+
};
|
|
57
|
+
peopleRollup: {
|
|
58
|
+
filterEngineContextUniqueId: string;
|
|
59
|
+
};
|
|
60
|
+
teamworkRollup: {
|
|
61
|
+
filterEngineContextUniqueId: string;
|
|
62
|
+
};
|
|
37
63
|
};
|
|
38
64
|
};
|
|
39
65
|
export declare const BuiltInActionButtonHandlers: {
|
|
@@ -82,6 +108,7 @@ export declare const WorkplaceAppRoutePrefix: {
|
|
|
82
108
|
export declare namespace WorkspaceApp {
|
|
83
109
|
class AppDefinitionInfo {
|
|
84
110
|
static id: Guid;
|
|
111
|
+
static resourceTypeId: Guid;
|
|
85
112
|
}
|
|
86
113
|
class AppTemplateInfo {
|
|
87
114
|
static id: Guid;
|
|
@@ -97,7 +124,16 @@ export declare const GovernanceDashboard: {
|
|
|
97
124
|
};
|
|
98
125
|
Metrics: {
|
|
99
126
|
NewTeamworks: Guid;
|
|
100
|
-
|
|
127
|
+
Total: Guid;
|
|
128
|
+
ActiveLastActivity: Guid;
|
|
129
|
+
InactiveLastActivity: Guid;
|
|
130
|
+
ReachId: Guid;
|
|
131
|
+
UnderuserdId: Guid;
|
|
132
|
+
ActiveUserReader: Guid;
|
|
133
|
+
ActiveUserContributor: Guid;
|
|
134
|
+
NoOfQuery: Guid;
|
|
135
|
+
AbandonedQuery: Guid;
|
|
136
|
+
NoResultQuery: Guid;
|
|
101
137
|
};
|
|
102
138
|
DashboardLayoutSettingsKey: string;
|
|
103
139
|
ActionButtonIds: {
|
|
@@ -166,13 +202,35 @@ export declare const SettingsKeys: {
|
|
|
166
202
|
};
|
|
167
203
|
export declare const AppProvisioningSteps: {
|
|
168
204
|
Member: {
|
|
169
|
-
Title:
|
|
205
|
+
Title: MultilingualString;
|
|
170
206
|
};
|
|
171
207
|
MSTeamTemplate: {
|
|
172
|
-
Title:
|
|
208
|
+
Title: MultilingualString;
|
|
173
209
|
};
|
|
174
210
|
};
|
|
175
211
|
export declare const NotificationConstants: {
|
|
176
212
|
NewItem: string;
|
|
177
213
|
NewChipIcon: string;
|
|
178
214
|
};
|
|
215
|
+
export declare const SetupWizard: {
|
|
216
|
+
SettingsKey: string;
|
|
217
|
+
TenantIntranetEssentialsTemplateId: string;
|
|
218
|
+
TenantBasicIntranetTemplateId: string;
|
|
219
|
+
KnowledgeSharingTemplateId: string;
|
|
220
|
+
NewsManagementTemplateId: string;
|
|
221
|
+
LearningCenterTemplateId: string;
|
|
222
|
+
EnterpriseSearchTemplateId: string;
|
|
223
|
+
GeneralSettingsKey: string;
|
|
224
|
+
BrandingSettingsKey: string;
|
|
225
|
+
SharedLinkSettingsKey: string;
|
|
226
|
+
ContentSettingsKey: string;
|
|
227
|
+
NewsMangementSettingsKey: string;
|
|
228
|
+
NewsCenterInfoSettingsKey: string;
|
|
229
|
+
KnowledgeSharingPrerequisiteSettingsKey: string;
|
|
230
|
+
LearningCenterGeneralSettingsKey: string;
|
|
231
|
+
LearningCenterPropertiesSettingsKey: string;
|
|
232
|
+
};
|
|
233
|
+
export declare const TableNames: {
|
|
234
|
+
SignOffRequests: string;
|
|
235
|
+
};
|
|
236
|
+
export declare const SignOffRequestInfoPersistentDialogId = "omnia-workplace-signoffrequest-info-persistentdialog";
|
|
@@ -1,12 +1,30 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.NotificationConstants = exports.AppProvisioningSteps = exports.SettingsKeys = exports.HeaderSettingsMode = exports.MSTeamTemplateStep = exports.MembersStep = exports.TeamWorkInfo = exports.GovernanceDashboard = exports.WorkspaceApp = exports.WorkplaceAppRoutePrefix = exports.TeamCollaborationAppDefinitionInfo = exports.TeamCollaborationAppEnterpriseProperties = exports.AppInstanceDescriptionProperties = exports.BuiltInActionButtonHandlers = exports.Constants = void 0;
|
|
3
|
+
exports.SignOffRequestInfoPersistentDialogId = exports.TableNames = exports.SetupWizard = exports.NotificationConstants = exports.AppProvisioningSteps = exports.SettingsKeys = exports.HeaderSettingsMode = exports.MSTeamTemplateStep = exports.MembersStep = exports.TeamWorkInfo = exports.GovernanceDashboard = exports.WorkspaceApp = exports.WorkplaceAppRoutePrefix = exports.TeamCollaborationAppDefinitionInfo = exports.TeamCollaborationAppEnterpriseProperties = exports.AppInstanceDescriptionProperties = exports.BuiltInActionButtonHandlers = exports.Constants = void 0;
|
|
4
4
|
const fx_models_1 = require("@omnia/fx-models");
|
|
5
|
+
const ManifestIds_1 = require("./ManifestIds");
|
|
5
6
|
exports.Constants = {
|
|
6
7
|
featureIds: {
|
|
7
8
|
ShowBusinessProfileHeader: "fd86ca16-e6fd-42ed-b11e-5e8267cda628",
|
|
8
9
|
showNavigationBar: "fd86ca16-e6fd-42ed-b11e-5e8267cda628",
|
|
9
|
-
mobilelogin: "36a8ce49-a2a4-4905-88cd-694cc8e0bfad"
|
|
10
|
+
mobilelogin: "36a8ce49-a2a4-4905-88cd-694cc8e0bfad",
|
|
11
|
+
rulesLinkHandler: "ddca589b-9478-4267-b5bf-d557b4494dae",
|
|
12
|
+
teamworkCore: "0d16845b-5497-4616-afeb-edc50a09f6a2",
|
|
13
|
+
teamworkAutomaticGovernance: "eb392913-bfe9-435b-874b-47d8d15f157c",
|
|
14
|
+
teamsSingleSignOn: "4e0c0908-f60f-4a48-b3ac-ea092e31786c",
|
|
15
|
+
teamsChannelFeed: "443d2240-e361-4c15-b11e-06719d3bb681",
|
|
16
|
+
msSearchExternal: "ed099832-6221-473a-9d31-a4d7f8d82920",
|
|
17
|
+
userSyncAd: "e033381a-f1dc-4fec-8337-c10af9cd349d",
|
|
18
|
+
userSyncGraph: "90930daa-ad38-4a40-9fd4-e595b4f86ca0",
|
|
19
|
+
userSyncSps: "c0ff6ca4-ccc9-4a14-a475-a356db534450",
|
|
20
|
+
userProfileSelfService: "c230fbe8-0584-4d76-b5c0-dc610da74391",
|
|
21
|
+
sensitivityLabelsCore: "31297203-d465-4db8-8cf5-f6f6e9097671",
|
|
22
|
+
oneDriveDocumentCreationWizard: "7ee17fdd-a26b-4f0d-899b-b85e713a45cd",
|
|
23
|
+
scheduledSPTeamSiteSync: "8deddbc9-4142-4da9-aa09-d4ca57b0de98",
|
|
24
|
+
createTeams: "47caa101-2e7d-498b-b1cd-61eab0292785",
|
|
25
|
+
customEmail: "2091fad0-6b95-4724-bd35-f5c8de52b443",
|
|
26
|
+
yammerIntegration: "b8b09c2b-b7a4-447b-b6b9-fdd8a16bab0c",
|
|
27
|
+
facebookWorkplace: "8D243613-9966-4D10-AE7D-CD3938DA47AF",
|
|
10
28
|
},
|
|
11
29
|
themingNavigationNodeKey: "50c83e32-8a25-4c48-8f94-ef250236f755",
|
|
12
30
|
themeIds: {
|
|
@@ -41,10 +59,20 @@ exports.Constants = {
|
|
|
41
59
|
category: fx_models_1.AdminNavigationBuiltInCategory.BusinessProfile,
|
|
42
60
|
elementToRender: "omnia-workplace-search-admin-journey",
|
|
43
61
|
icon: new fx_models_1.FontAwesomeIcon("fal fa-search"),
|
|
44
|
-
weight: 400
|
|
62
|
+
weight: 400,
|
|
63
|
+
securityRole: ManifestIds_1.WPRoleDefinition.SearchBPAdmin.toString()
|
|
45
64
|
}
|
|
46
65
|
}
|
|
47
|
-
}
|
|
66
|
+
},
|
|
67
|
+
signOffRequest: {
|
|
68
|
+
filterEngineContextUniqueId: "a9171c0f-0e36-45ec-bd5e-a7f854f62664"
|
|
69
|
+
},
|
|
70
|
+
peopleRollup: {
|
|
71
|
+
filterEngineContextUniqueId: "9709e49c-e55e-494e-84ef-5def44dceb5d"
|
|
72
|
+
},
|
|
73
|
+
teamworkRollup: {
|
|
74
|
+
filterEngineContextUniqueId: "3afa11c3-ed91-4da3-9afa-bf08489b28c0"
|
|
75
|
+
},
|
|
48
76
|
}
|
|
49
77
|
};
|
|
50
78
|
exports.BuiltInActionButtonHandlers = {
|
|
@@ -97,6 +125,7 @@ var WorkspaceApp;
|
|
|
97
125
|
class AppDefinitionInfo {
|
|
98
126
|
}
|
|
99
127
|
AppDefinitionInfo.id = new fx_models_1.Guid("c05e7f15-0f1c-479e-9fd9-93d6a5c7c3b4");
|
|
128
|
+
AppDefinitionInfo.resourceTypeId = new fx_models_1.Guid("4ab5c242-a2d4-4d25-92d3-bdba04c7f810");
|
|
100
129
|
WorkspaceApp.AppDefinitionInfo = AppDefinitionInfo;
|
|
101
130
|
class AppTemplateInfo {
|
|
102
131
|
}
|
|
@@ -114,7 +143,16 @@ exports.GovernanceDashboard = {
|
|
|
114
143
|
},
|
|
115
144
|
Metrics: {
|
|
116
145
|
NewTeamworks: new fx_models_1.Guid("47370cca-5518-44c2-91da-a083e78ec36a"),
|
|
117
|
-
|
|
146
|
+
Total: new fx_models_1.Guid("e259e6da-2e8b-49e1-afd1-061d6582246e"),
|
|
147
|
+
ActiveLastActivity: new fx_models_1.Guid("c42a3947-de82-4470-b5fd-9183872e181a"),
|
|
148
|
+
InactiveLastActivity: new fx_models_1.Guid("2f2ce11d-f013-4a9d-b701-21469147187e"),
|
|
149
|
+
ReachId: new fx_models_1.Guid("7e7f0c21-f1e9-4b24-b1d6-77d75132fe8c"),
|
|
150
|
+
UnderuserdId: new fx_models_1.Guid("f6b384b6-c764-420a-b8b3-192bcbe160de"),
|
|
151
|
+
ActiveUserReader: new fx_models_1.Guid("ba54386a-c448-4556-a001-f8e71150616b"),
|
|
152
|
+
ActiveUserContributor: new fx_models_1.Guid("994cce95-dd68-431b-9119-7afff8c68465"),
|
|
153
|
+
NoOfQuery: new fx_models_1.Guid("c0b18c12-d3b5-4b29-8105-222d20d5522f"),
|
|
154
|
+
AbandonedQuery: new fx_models_1.Guid("aa3d3355-e2a9-4c4c-a44a-5fb01493e7ae"),
|
|
155
|
+
NoResultQuery: new fx_models_1.Guid("13786d92-6d16-402f-a961-d99ea4341601")
|
|
118
156
|
},
|
|
119
157
|
DashboardLayoutSettingsKey: "omnia.workplace.governancedashboard.layout",
|
|
120
158
|
ActionButtonIds: {
|
|
@@ -187,13 +225,35 @@ exports.SettingsKeys = {
|
|
|
187
225
|
};
|
|
188
226
|
exports.AppProvisioningSteps = {
|
|
189
227
|
Member: {
|
|
190
|
-
Title: "$Localize:OTAD.Apps.Steps.MemberStep.Participants;"
|
|
228
|
+
Title: { "en-us": "$Localize:OTAD.Apps.Steps.MemberStep.Participants;", isMultilingualString: true },
|
|
191
229
|
},
|
|
192
230
|
MSTeamTemplate: {
|
|
193
|
-
Title: "$Localize:OTAD.Apps.Steps.MSTemplateStep.Title;"
|
|
231
|
+
Title: { "en-us": "$Localize:OTAD.Apps.Steps.MSTemplateStep.Title;", isMultilingualString: true },
|
|
194
232
|
}
|
|
195
233
|
};
|
|
196
234
|
exports.NotificationConstants = {
|
|
197
235
|
NewItem: "wp-notificationNewItem",
|
|
198
236
|
NewChipIcon: "wp-notificationNewChipIcon"
|
|
199
237
|
};
|
|
238
|
+
exports.SetupWizard = {
|
|
239
|
+
SettingsKey: "owp_setupwizard_",
|
|
240
|
+
TenantIntranetEssentialsTemplateId: "5470C05D-7115-4F86-BF6D-70FC51F3A1AD",
|
|
241
|
+
TenantBasicIntranetTemplateId: "87D71902-22F0-4DC3-9346-314CC5700C84",
|
|
242
|
+
KnowledgeSharingTemplateId: "1FE61B2C-9D54-45A6-A284-E0252B133DD7",
|
|
243
|
+
NewsManagementTemplateId: "DD3B1FBD-2383-4147-BF0E-ECDB018989CE",
|
|
244
|
+
LearningCenterTemplateId: "904492DA-24BC-40DB-BB3A-0B22EFEFEF12",
|
|
245
|
+
EnterpriseSearchTemplateId: "6812E7FB-9AB0-4D9B-990C-FE082BC6F876",
|
|
246
|
+
GeneralSettingsKey: "SetupWizardGeneralSettings",
|
|
247
|
+
BrandingSettingsKey: "SetupWizardBrandingSettings",
|
|
248
|
+
SharedLinkSettingsKey: "SetupWizardSharedLinksSettings",
|
|
249
|
+
ContentSettingsKey: "SetupWizardContentSettings",
|
|
250
|
+
NewsMangementSettingsKey: "SetupWizardNewsManagementSettings",
|
|
251
|
+
NewsCenterInfoSettingsKey: "SetupWizardNewsCenterInfo",
|
|
252
|
+
KnowledgeSharingPrerequisiteSettingsKey: "KnowledgeSharingPrerequisiteSettings",
|
|
253
|
+
LearningCenterGeneralSettingsKey: "SetupWizardLearningCenterGeneralSettings",
|
|
254
|
+
LearningCenterPropertiesSettingsKey: "SetupWizardLearningCenterPropertiesSettings"
|
|
255
|
+
};
|
|
256
|
+
exports.TableNames = {
|
|
257
|
+
SignOffRequests: "SignOffRequests"
|
|
258
|
+
};
|
|
259
|
+
exports.SignOffRequestInfoPersistentDialogId = "omnia-workplace-signoffrequest-info-persistentdialog";
|
|
@@ -9,7 +9,7 @@ export interface EnterpriseGlossaryUIIcon {
|
|
|
9
9
|
onClick: (enterpriseGlossaryInstance: EnterpriseGlossaryInstance, callback: (travelToBlade: EnterpriseGlossaryBlade) => void) => void;
|
|
10
10
|
}
|
|
11
11
|
export interface EnterpriseGlossaryBlade extends Omit<Blade, "content"> {
|
|
12
|
-
content?: JSX.Element;
|
|
12
|
+
content?: () => JSX.Element;
|
|
13
13
|
createContent?: (journey: () => JourneyInstance) => {
|
|
14
14
|
componentManifestId: GuidValue;
|
|
15
15
|
domProps?: {
|
|
@@ -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 {
|
|
@@ -131,7 +131,14 @@ var Enums;
|
|
|
131
131
|
QueryType[QueryType["SharePointGroups"] = 1] = "SharePointGroups";
|
|
132
132
|
QueryType[QueryType["ActivityQuery"] = 2] = "ActivityQuery";
|
|
133
133
|
QueryType[QueryType["UserFieldsOnPage"] = 3] = "UserFieldsOnPage";
|
|
134
|
+
QueryType[QueryType["Birthday"] = 4] = "Birthday";
|
|
134
135
|
})(QueryType = PeopleRollupEnums.QueryType || (PeopleRollupEnums.QueryType = {}));
|
|
136
|
+
let BirthdayPeriod;
|
|
137
|
+
(function (BirthdayPeriod) {
|
|
138
|
+
BirthdayPeriod[BirthdayPeriod["NoLimit"] = 0] = "NoLimit";
|
|
139
|
+
BirthdayPeriod[BirthdayPeriod["Today"] = 1] = "Today";
|
|
140
|
+
BirthdayPeriod[BirthdayPeriod["OneMonthFromToday"] = 2] = "OneMonthFromToday";
|
|
141
|
+
})(BirthdayPeriod = PeopleRollupEnums.BirthdayPeriod || (PeopleRollupEnums.BirthdayPeriod = {}));
|
|
135
142
|
})(PeopleRollupEnums = Enums.PeopleRollupEnums || (Enums.PeopleRollupEnums = {}));
|
|
136
143
|
let ChromeMode;
|
|
137
144
|
(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 {
|
|
1
|
+
import { SharePointSearchResultItem } from "./Search";
|
|
2
|
+
import { GuidValue } from "@omnia/fx/models";
|
|
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
|
-
dataRow:
|
|
4
|
-
|
|
18
|
+
dataRow: SharePointSearchResultItem;
|
|
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,12 @@ 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;
|
|
18
|
+
static get GlobalSignOffRequestAdmin(): Guid;
|
|
19
|
+
}
|
|
20
|
+
export declare class WizardSetupConstant {
|
|
21
|
+
static get LocationPropertyTaxonomy(): Guid;
|
|
22
|
+
static get OrganizationPropertyTaxonomy(): Guid;
|
|
17
23
|
}
|
|
18
24
|
export declare class ResourceManifests {
|
|
19
25
|
static get Fx(): Guid;
|
|
@@ -39,6 +45,7 @@ export declare class ResourceManifests {
|
|
|
39
45
|
static get AnnoucementNotificationPanelRegistration(): Guid;
|
|
40
46
|
static get NotificationPanelRegistration(): Guid;
|
|
41
47
|
static get NotificationPanelRegistrationApi(): Guid;
|
|
48
|
+
static get SetupWizardRegistrationApi(): Guid;
|
|
42
49
|
static get NotificationPanelCore(): Guid;
|
|
43
50
|
static get AdminShortcutRegistration(): Guid;
|
|
44
51
|
static get ActionMenuCore(): Guid;
|
|
@@ -51,6 +58,8 @@ export declare class ResourceManifests {
|
|
|
51
58
|
static get SearchTemplateApi(): Guid;
|
|
52
59
|
static get ScopedPermissionApi(): Guid;
|
|
53
60
|
static get SearchCategoryProviderApi(): Guid;
|
|
61
|
+
static get SearchTokenProviderApi(): Guid;
|
|
62
|
+
static get DefaultSearchTokenProviderRegistration(): Guid;
|
|
54
63
|
static get EnableMSTeamsDeepLinkExecution(): Guid;
|
|
55
64
|
static get TenantPeopleInfoJourney(): Guid;
|
|
56
65
|
static get Favicon(): Guid;
|
|
@@ -99,6 +108,7 @@ export declare class ResourceManifests {
|
|
|
99
108
|
static get UserProfileCardEditingHandlerRegistration(): Guid;
|
|
100
109
|
static get ActionButtonSignOffRequestHandler(): Guid;
|
|
101
110
|
static get ActionButtonSignOffRequestHandlerRegistration(): Guid;
|
|
111
|
+
static get SetupWizardCommon(): Guid;
|
|
102
112
|
static get TeamworkAppTemplateWizardStore(): Guid;
|
|
103
113
|
static get SearchConfigStore(): Guid;
|
|
104
114
|
static get OmniaLanguagesComponentStore(): Guid;
|
|
@@ -108,6 +118,19 @@ export declare class ResourceManifests {
|
|
|
108
118
|
static get PowerAppCore(): Guid;
|
|
109
119
|
static get WorkspaceCommon(): Guid;
|
|
110
120
|
static get PostsFeedBlockCore(): Guid;
|
|
121
|
+
static get SearchStatisticsMetricShared(): Guid;
|
|
122
|
+
static get SearchStatisticsMetricGroup(): Guid;
|
|
123
|
+
static get LinkHandlerSettingsRegistration(): Guid;
|
|
124
|
+
static get TranslatorProviderRegistration(): Guid;
|
|
125
|
+
static get QrCodeCore(): Guid;
|
|
126
|
+
static get TenantSetupWizardRegistration(): Guid;
|
|
127
|
+
static get BusinessProfileSetupWizardRegistration(): Guid;
|
|
128
|
+
static get SignOffRequestFilterCore(): Guid;
|
|
129
|
+
static get SignOffRequestFilterEngineContextProperties(): Guid;
|
|
130
|
+
static get SignOffRequestFilterEngineRequestedBy(): Guid;
|
|
131
|
+
static get SignOffRequestFilterEngineProgressStatus(): Guid;
|
|
132
|
+
static get SignOffRequestFilterEngineStatus(): Guid;
|
|
133
|
+
static get SignOffRequestFilterEngineType(): Guid;
|
|
111
134
|
}
|
|
112
135
|
export declare class WebComponentManifests {
|
|
113
136
|
static get FaviconSettings(): Guid;
|
|
@@ -119,10 +142,12 @@ export declare class WebComponentManifests {
|
|
|
119
142
|
static get SearchConfig(): Guid;
|
|
120
143
|
static get PromotedSearchResultJourney(): Guid;
|
|
121
144
|
static get SearchFeedbackJourney(): Guid;
|
|
145
|
+
static get SearchStatisticsJourney(): Guid;
|
|
122
146
|
static get QuickSearchConfig(): Guid;
|
|
123
147
|
static get QuickSearchCategoriesConfig(): Guid;
|
|
124
148
|
static get AdvenceSearchConfig(): Guid;
|
|
125
149
|
static get AdvancedSearchCategoriesConfig(): Guid;
|
|
150
|
+
static get DateTimeRefinerComponent(): Guid;
|
|
126
151
|
static get CustomSearch(): Guid;
|
|
127
152
|
static get ActionMenu(): Guid;
|
|
128
153
|
static get ActionMenuAdmin(): Guid;
|
|
@@ -173,6 +198,14 @@ export declare class WebComponentManifests {
|
|
|
173
198
|
static get SharedLinksSearchProviderSettings(): Guid;
|
|
174
199
|
static get QuickSearchActionHandlerSettings(): Guid;
|
|
175
200
|
static get SearchSettings(): Guid;
|
|
201
|
+
static get SearchStatisticsMetricIndicator(): Guid;
|
|
202
|
+
static get SearchStatisticsNoOfQueryMetricIndicator(): Guid;
|
|
203
|
+
static get SearchStatisticsAbandonedQueryMetricIndicator(): Guid;
|
|
204
|
+
static get SearchStatisticsNoResultQueryMetricIndicator(): Guid;
|
|
205
|
+
static get SearchStatisticsNoOfQueryMetricDetail(): Guid;
|
|
206
|
+
static get SearchStatisticsAbandonedQueryMetricDetail(): Guid;
|
|
207
|
+
static get SearchStatisticsNoResultQueryMetricDetail(): Guid;
|
|
208
|
+
static get SearchStatisticsMetricScopeFilter(): Guid;
|
|
176
209
|
static get MyTasks(): Guid;
|
|
177
210
|
static get MyTasksSettings(): Guid;
|
|
178
211
|
static get MyTasksSiteGroupView(): Guid;
|
|
@@ -230,6 +263,8 @@ export declare class WebComponentManifests {
|
|
|
230
263
|
static get TutorialPageSetting(): Guid;
|
|
231
264
|
static get Tutorial(): Guid;
|
|
232
265
|
static get ProfileMenu(): Guid;
|
|
266
|
+
static get TeamworkAppAppendInformationInput(): Guid;
|
|
267
|
+
static get M365GroupAppInformationInput(): Guid;
|
|
233
268
|
static get BusinessProfileJourney(): Guid;
|
|
234
269
|
static get BusinessProfileSettings(): Guid;
|
|
235
270
|
static get BusinessProfileTheme(): Guid;
|
|
@@ -365,17 +400,22 @@ export declare class WebComponentManifests {
|
|
|
365
400
|
static get TaxonomyNavigation(): Guid;
|
|
366
401
|
static get TaxonomyNavigationSettings(): Guid;
|
|
367
402
|
static get SignOffRequestJourney(): Guid;
|
|
368
|
-
static get
|
|
403
|
+
static get SignOffRequestHeaderRequestedByMeList(): Guid;
|
|
404
|
+
static get SignOffRequestHeaderCreateNewRequest(): Guid;
|
|
369
405
|
static get SignOffRequestRollup(): Guid;
|
|
370
406
|
static get SignOffRequestRollupSettings(): Guid;
|
|
407
|
+
static get SignOffRequestRollupListView(): Guid;
|
|
408
|
+
static get SignOffRequestRollupListViewSettings(): Guid;
|
|
409
|
+
static get SignOffRequestRollupSummaryView(): Guid;
|
|
410
|
+
static get SignOffRequestRollupSummaryViewSettings(): Guid;
|
|
371
411
|
static get SignOffRequestCreation(): Guid;
|
|
372
412
|
static get SignOffRequestInfo(): Guid;
|
|
373
|
-
static get SignOffRequestList(): Guid;
|
|
374
413
|
static get SignOffRequestReminder(): Guid;
|
|
375
414
|
static get SignOffRequestResourceList(): Guid;
|
|
376
415
|
static get SignOffRequestResourceProvider(): Guid;
|
|
377
|
-
static get
|
|
416
|
+
static get SignOffRequestInfoPersistentDialog(): Guid;
|
|
378
417
|
static get SignOffRequestUpdateStatusDialog(): Guid;
|
|
418
|
+
static get SignOffRequestQueryableProperties(): Guid;
|
|
379
419
|
static get MicrosoftTeamChannelFeedCore(): Guid;
|
|
380
420
|
static get MicrosoftTeamChannelFeedBlockSettings(): Guid;
|
|
381
421
|
static get MicrosoftTeamChannelFeedBlock(): Guid;
|
|
@@ -388,7 +428,8 @@ export declare class WebComponentManifests {
|
|
|
388
428
|
static get AdminSystemJourney(): Guid;
|
|
389
429
|
static get PropertiesBlockGroup(): Guid;
|
|
390
430
|
static get PropertiesBlockCore(): Guid;
|
|
391
|
-
static get
|
|
431
|
+
static get PropertiesBlockSettings(): Guid;
|
|
432
|
+
static get PropertiesBlockSettingConfiguration(): Guid;
|
|
392
433
|
static get PropertiesBlock(): Guid;
|
|
393
434
|
static get PowerAppBlock(): Guid;
|
|
394
435
|
static get PowerAppBlockSettings(): Guid;
|
|
@@ -402,7 +443,78 @@ export declare class WebComponentManifests {
|
|
|
402
443
|
static get PostsFeedSettings(): Guid;
|
|
403
444
|
static get UserManagementJourney(): Guid;
|
|
404
445
|
static get UserManagementCore(): Guid;
|
|
446
|
+
static get UserManagementUserTypeListingBlade(): Guid;
|
|
447
|
+
static get UserManagementUserTypeCreateDialog(): Guid;
|
|
448
|
+
static get UserManagementUserTypeDetailBlade(): Guid;
|
|
449
|
+
static get UserManagementSyncProviderListingBlade(): Guid;
|
|
450
|
+
static get UserManagementSyncProviderSettingsBlade(): Guid;
|
|
451
|
+
static get UserManagementSyncProviderLogsBlade(): Guid;
|
|
452
|
+
static get UserManagementUserListingBlade(): Guid;
|
|
453
|
+
static get UserManagementUserDetailBlade(): Guid;
|
|
454
|
+
static get UserManagementUserAuthenticationBlade(): Guid;
|
|
455
|
+
static get UserManagementGroupListingBlade(): Guid;
|
|
456
|
+
static get UserManagementGroupDetailBlade(): Guid;
|
|
457
|
+
static get UserManagementAuthenticationSettingsBlade(): Guid;
|
|
458
|
+
static get UserManagementDynamicGroupListingBlade(): Guid;
|
|
459
|
+
static get UserManagementDynamicGroupDetailBlade(): Guid;
|
|
460
|
+
static get UserManagementUserPropertyListingBlade(): Guid;
|
|
461
|
+
static get UserManagementUserPropertyDetailBlade(): Guid;
|
|
462
|
+
static get SetupWizardViewCore(): Guid;
|
|
463
|
+
static get SetupWizardGeneralStep(): Guid;
|
|
464
|
+
static get SetupWizardBrandingStep(): Guid;
|
|
465
|
+
static get SetupWizardSharelinksStep(): Guid;
|
|
466
|
+
static get SetupWizardContentStep(): Guid;
|
|
467
|
+
static get SetupWizardReviewStep(): Guid;
|
|
468
|
+
static get SetupWizardKnowledgeSharingPrerequisiteStep(): Guid;
|
|
469
|
+
static get SetupWizardDashboard(): Guid;
|
|
470
|
+
static get SetupWizardLearningCenterGeneralStep(): Guid;
|
|
471
|
+
static get SetupWizardLearningCenterPropertiesStep(): Guid;
|
|
472
|
+
static get SetupWizardNewsManagementGlobalNewsStep(): Guid;
|
|
473
|
+
static get SetupWizardNewsManagementLocalNewsStep(): Guid;
|
|
474
|
+
static get SetupWizardNewsManagementPropertiesStep(): Guid;
|
|
475
|
+
static get AttachSiteButton(): Guid;
|
|
476
|
+
static get AppEditing(): Guid;
|
|
477
|
+
static get SensitivityLabel(): Guid;
|
|
478
|
+
static get SetupTeamwork(): Guid;
|
|
479
|
+
static get TeamworkActiveLastActivityMetricIndicator(): Guid;
|
|
480
|
+
static get TeamworkActiveLastActivityMetricDetail(): Guid;
|
|
481
|
+
static get TeamworkInactiveLastActivityMetricIndicator(): Guid;
|
|
482
|
+
static get TeamworkInactiveLastActivityMetricDetail(): Guid;
|
|
483
|
+
static get LinkHandlerJourney(): Guid;
|
|
484
|
+
static get AzureCognitiveProviderComponent(): Guid;
|
|
485
|
+
static get QRCode(): Guid;
|
|
486
|
+
static get QRCodeSettings(): Guid;
|
|
487
|
+
static get TenantSetupWizardNode(): Guid;
|
|
488
|
+
static get BusinessProfileSetupWizardNode(): Guid;
|
|
489
|
+
static get TeamworkPermissionInput(): Guid;
|
|
490
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_Renderer(): Guid;
|
|
491
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_Settings(): Guid;
|
|
492
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_Selection(): Guid;
|
|
493
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_DefaultValueInput(): Guid;
|
|
494
|
+
static get SignOffRequestsRollupFilter_Status_Renderer(): Guid;
|
|
495
|
+
static get SignOffRequestsRollupFilter_Status_Settings(): Guid;
|
|
496
|
+
static get SignOffRequestsRollupFilter_Status_Selection(): Guid;
|
|
497
|
+
static get SignOffRequestsRollupFilter_Status_DefaultValueInput(): Guid;
|
|
498
|
+
static get SignOffRequestsRollupFilter_Type_Renderer(): Guid;
|
|
499
|
+
static get SignOffRequestsRollupFilter_Type_Settings(): Guid;
|
|
500
|
+
static get SignOffRequestsRollupFilter_Type_Selection(): Guid;
|
|
501
|
+
static get SignOffRequestsRollupFilter_Type_DefaultValueInput(): Guid;
|
|
502
|
+
static get SignOffRequestsRollupFilter_RequestedBy_Renderer(): Guid;
|
|
503
|
+
static get SignOffRequestsRollupFilter_RequestedBy_Settings(): Guid;
|
|
504
|
+
static get SignOffRequestsRollupFilter_RequestedBy_Selection(): Guid;
|
|
505
|
+
static get SignOffRequestsRollupFilter_RequestedBy_DefaultValueInput(): Guid;
|
|
506
|
+
static get UserInformationBlockGroup(): Guid;
|
|
507
|
+
static get UserInformationBlockCore(): Guid;
|
|
508
|
+
static get UserInformationBlockSettings(): Guid;
|
|
509
|
+
static get UserInformationBlockSettingConfiguration(): Guid;
|
|
510
|
+
static get UserInformationBlock(): Guid;
|
|
405
511
|
}
|
|
406
512
|
export declare class WebComponentElements {
|
|
407
513
|
static get AppProvisioningStepMember(): string;
|
|
408
514
|
}
|
|
515
|
+
export declare class TenantReusableContentManifests {
|
|
516
|
+
static get AdminJourney(): Guid;
|
|
517
|
+
static get AdminList(): Guid;
|
|
518
|
+
static get AdminRegistration(): Guid;
|
|
519
|
+
static get AdminResource(): Guid;
|
|
520
|
+
}
|