@omnia/workplace 7.0.26-dev → 7.0.26-preview
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/manifests/omnia.workplace.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/Constants.d.ts +46 -3
- package/internal-do-not-import-from-here/models/Constants.js +49 -6
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +83 -13
- package/internal-do-not-import-from-here/models/ManifestIds.js +86 -14
- 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 -2
- 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 +6 -7
- package/internal-do-not-import-from-here/models/apps/Enums.js +16 -9
- package/internal-do-not-import-from-here/models/apps/MSTeamsApps.d.ts +1 -0
- package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.d.ts +3 -2
- package/internal-do-not-import-from-here/models/apps/SharePointSiteInfo.d.ts +2 -1
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +0 -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 +4 -1
- package/internal-do-not-import-from-here/models/index.js +4 -1
- package/internal-do-not-import-from-here/models/qrcode.d.ts +14 -0
- package/internal-do-not-import-from-here/models/qrcode.js +8 -0
- package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.d.ts +11 -0
- package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.js +6 -0
- package/internal-do-not-import-from-here/models/searchtoken/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/searchtoken/index.js +4 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.d.ts +27 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.d.ts +42 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.js +8 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.d.ts +20 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.js +24 -0
- package/internal-do-not-import-from-here/models/setupwizard/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/setupwizard/index.js +6 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.d.ts +17 -4
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.d.ts +13 -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 +5 -4
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestQuery.d.ts +11 -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 +81 -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 +1 -0
- 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/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 +1 -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 +9 -4
- 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 +15 -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/SignOffRequestService.d.ts +3 -2
- package/internal-do-not-import-from-here/services/TeamCollaborationService.d.ts +2 -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 +3 -0
- 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/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/AppRendererBootstrapper.d.ts +5 -4
- 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
- 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 -8
- 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 -6
- /package/internal-do-not-import-from-here/models/{quicksetup/QuickSetupStepProviderApi.js → setupwizard/SetupWizardProviderApi.js} +0 -0
|
@@ -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 +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,11 @@
|
|
|
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
|
+
documentLinkHandler: string;
|
|
7
9
|
teamworkCore: string;
|
|
8
10
|
teamworkAutomaticGovernance: string;
|
|
9
11
|
teamsSingleSignOn: string;
|
|
@@ -15,6 +17,8 @@ export declare const Constants: {
|
|
|
15
17
|
userProfileSelfService: string;
|
|
16
18
|
sensitivityLabelsCore: string;
|
|
17
19
|
oneDriveDocumentCreationWizard: string;
|
|
20
|
+
scheduledSPTeamSiteSync: string;
|
|
21
|
+
createTeams: string;
|
|
18
22
|
};
|
|
19
23
|
themingNavigationNodeKey: string;
|
|
20
24
|
themeIds: {
|
|
@@ -45,6 +49,15 @@ export declare const Constants: {
|
|
|
45
49
|
search: NavigationNode;
|
|
46
50
|
};
|
|
47
51
|
};
|
|
52
|
+
signOffRequest: {
|
|
53
|
+
filterEngineContextUniqueId: string;
|
|
54
|
+
};
|
|
55
|
+
peopleRollup: {
|
|
56
|
+
filterEngineContextUniqueId: string;
|
|
57
|
+
};
|
|
58
|
+
teamworkRollup: {
|
|
59
|
+
filterEngineContextUniqueId: string;
|
|
60
|
+
};
|
|
48
61
|
};
|
|
49
62
|
};
|
|
50
63
|
export declare const BuiltInActionButtonHandlers: {
|
|
@@ -93,6 +106,7 @@ export declare const WorkplaceAppRoutePrefix: {
|
|
|
93
106
|
export declare namespace WorkspaceApp {
|
|
94
107
|
class AppDefinitionInfo {
|
|
95
108
|
static id: Guid;
|
|
109
|
+
static resourceTypeId: Guid;
|
|
96
110
|
}
|
|
97
111
|
class AppTemplateInfo {
|
|
98
112
|
static id: Guid;
|
|
@@ -111,6 +125,13 @@ export declare const GovernanceDashboard: {
|
|
|
111
125
|
Total: Guid;
|
|
112
126
|
ActiveLastActivity: Guid;
|
|
113
127
|
InactiveLastActivity: Guid;
|
|
128
|
+
ReachId: Guid;
|
|
129
|
+
UnderuserdId: Guid;
|
|
130
|
+
ActiveUserReader: Guid;
|
|
131
|
+
ActiveUserContributor: Guid;
|
|
132
|
+
NoOfQuery: Guid;
|
|
133
|
+
AbandonedQuery: Guid;
|
|
134
|
+
NoResultQuery: Guid;
|
|
114
135
|
};
|
|
115
136
|
DashboardLayoutSettingsKey: string;
|
|
116
137
|
ActionButtonIds: {
|
|
@@ -179,13 +200,35 @@ export declare const SettingsKeys: {
|
|
|
179
200
|
};
|
|
180
201
|
export declare const AppProvisioningSteps: {
|
|
181
202
|
Member: {
|
|
182
|
-
Title:
|
|
203
|
+
Title: MultilingualString;
|
|
183
204
|
};
|
|
184
205
|
MSTeamTemplate: {
|
|
185
|
-
Title:
|
|
206
|
+
Title: MultilingualString;
|
|
186
207
|
};
|
|
187
208
|
};
|
|
188
209
|
export declare const NotificationConstants: {
|
|
189
210
|
NewItem: string;
|
|
190
211
|
NewChipIcon: string;
|
|
191
212
|
};
|
|
213
|
+
export declare const SetupWizard: {
|
|
214
|
+
SettingsKey: string;
|
|
215
|
+
TenantIntranetEssentialsTemplateId: string;
|
|
216
|
+
TenantBasicIntranetTemplateId: string;
|
|
217
|
+
KnowledgeSharingTemplateId: string;
|
|
218
|
+
NewsManagementTemplateId: string;
|
|
219
|
+
LearningCenterTemplateId: string;
|
|
220
|
+
EnterpriseSearchTemplateId: string;
|
|
221
|
+
GeneralSettingsKey: string;
|
|
222
|
+
BrandingSettingsKey: string;
|
|
223
|
+
SharedLinkSettingsKey: string;
|
|
224
|
+
ContentSettingsKey: string;
|
|
225
|
+
NewsMangementSettingsKey: string;
|
|
226
|
+
NewsCenterInfoSettingsKey: string;
|
|
227
|
+
KnowledgeSharingPrerequisiteSettingsKey: string;
|
|
228
|
+
LearningCenterGeneralSettingsKey: string;
|
|
229
|
+
LearningCenterPropertiesSettingsKey: string;
|
|
230
|
+
};
|
|
231
|
+
export declare const TableNames: {
|
|
232
|
+
SignOffRequests: string;
|
|
233
|
+
};
|
|
234
|
+
export declare const SignOffRequestInfoPersistentDialogId = "omnia-workplace-signoffrequest-info-persistentdialog";
|
|
@@ -1,6 +1,6 @@
|
|
|
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
5
|
const ManifestIds_1 = require("./ManifestIds");
|
|
6
6
|
exports.Constants = {
|
|
@@ -8,6 +8,8 @@ exports.Constants = {
|
|
|
8
8
|
ShowBusinessProfileHeader: "fd86ca16-e6fd-42ed-b11e-5e8267cda628",
|
|
9
9
|
showNavigationBar: "fd86ca16-e6fd-42ed-b11e-5e8267cda628",
|
|
10
10
|
mobilelogin: "36a8ce49-a2a4-4905-88cd-694cc8e0bfad",
|
|
11
|
+
rulesLinkHandler: "ddca589b-9478-4267-b5bf-d557b4494dae",
|
|
12
|
+
documentLinkHandler: "a6caf455-033e-4a04-82f3-83b925313145",
|
|
11
13
|
teamworkCore: "0d16845b-5497-4616-afeb-edc50a09f6a2",
|
|
12
14
|
teamworkAutomaticGovernance: "eb392913-bfe9-435b-874b-47d8d15f157c",
|
|
13
15
|
teamsSingleSignOn: "4e0c0908-f60f-4a48-b3ac-ea092e31786c",
|
|
@@ -18,7 +20,9 @@ exports.Constants = {
|
|
|
18
20
|
userSyncSps: "c0ff6ca4-ccc9-4a14-a475-a356db534450",
|
|
19
21
|
userProfileSelfService: "c230fbe8-0584-4d76-b5c0-dc610da74391",
|
|
20
22
|
sensitivityLabelsCore: "31297203-d465-4db8-8cf5-f6f6e9097671",
|
|
21
|
-
oneDriveDocumentCreationWizard: "7ee17fdd-a26b-4f0d-899b-b85e713a45cd"
|
|
23
|
+
oneDriveDocumentCreationWizard: "7ee17fdd-a26b-4f0d-899b-b85e713a45cd",
|
|
24
|
+
scheduledSPTeamSiteSync: "8deddbc9-4142-4da9-aa09-d4ca57b0de98",
|
|
25
|
+
createTeams: "47caa101-2e7d-498b-b1cd-61eab0292785"
|
|
22
26
|
},
|
|
23
27
|
themingNavigationNodeKey: "50c83e32-8a25-4c48-8f94-ef250236f755",
|
|
24
28
|
themeIds: {
|
|
@@ -57,7 +61,16 @@ exports.Constants = {
|
|
|
57
61
|
securityRole: ManifestIds_1.WPRoleDefinition.SearchBPAdmin.toString()
|
|
58
62
|
}
|
|
59
63
|
}
|
|
60
|
-
}
|
|
64
|
+
},
|
|
65
|
+
signOffRequest: {
|
|
66
|
+
filterEngineContextUniqueId: "a9171c0f-0e36-45ec-bd5e-a7f854f62664"
|
|
67
|
+
},
|
|
68
|
+
peopleRollup: {
|
|
69
|
+
filterEngineContextUniqueId: "9709e49c-e55e-494e-84ef-5def44dceb5d"
|
|
70
|
+
},
|
|
71
|
+
teamworkRollup: {
|
|
72
|
+
filterEngineContextUniqueId: "3afa11c3-ed91-4da3-9afa-bf08489b28c0"
|
|
73
|
+
},
|
|
61
74
|
}
|
|
62
75
|
};
|
|
63
76
|
exports.BuiltInActionButtonHandlers = {
|
|
@@ -110,6 +123,7 @@ var WorkspaceApp;
|
|
|
110
123
|
class AppDefinitionInfo {
|
|
111
124
|
}
|
|
112
125
|
AppDefinitionInfo.id = new fx_models_1.Guid("c05e7f15-0f1c-479e-9fd9-93d6a5c7c3b4");
|
|
126
|
+
AppDefinitionInfo.resourceTypeId = new fx_models_1.Guid("4ab5c242-a2d4-4d25-92d3-bdba04c7f810");
|
|
113
127
|
WorkspaceApp.AppDefinitionInfo = AppDefinitionInfo;
|
|
114
128
|
class AppTemplateInfo {
|
|
115
129
|
}
|
|
@@ -129,7 +143,14 @@ exports.GovernanceDashboard = {
|
|
|
129
143
|
NewTeamworks: new fx_models_1.Guid("47370cca-5518-44c2-91da-a083e78ec36a"),
|
|
130
144
|
Total: new fx_models_1.Guid("e259e6da-2e8b-49e1-afd1-061d6582246e"),
|
|
131
145
|
ActiveLastActivity: new fx_models_1.Guid("c42a3947-de82-4470-b5fd-9183872e181a"),
|
|
132
|
-
InactiveLastActivity: new fx_models_1.Guid("2f2ce11d-f013-4a9d-b701-21469147187e")
|
|
146
|
+
InactiveLastActivity: new fx_models_1.Guid("2f2ce11d-f013-4a9d-b701-21469147187e"),
|
|
147
|
+
ReachId: new fx_models_1.Guid("7e7f0c21-f1e9-4b24-b1d6-77d75132fe8c"),
|
|
148
|
+
UnderuserdId: new fx_models_1.Guid("f6b384b6-c764-420a-b8b3-192bcbe160de"),
|
|
149
|
+
ActiveUserReader: new fx_models_1.Guid("ba54386a-c448-4556-a001-f8e71150616b"),
|
|
150
|
+
ActiveUserContributor: new fx_models_1.Guid("994cce95-dd68-431b-9119-7afff8c68465"),
|
|
151
|
+
NoOfQuery: new fx_models_1.Guid("c0b18c12-d3b5-4b29-8105-222d20d5522f"),
|
|
152
|
+
AbandonedQuery: new fx_models_1.Guid("aa3d3355-e2a9-4c4c-a44a-5fb01493e7ae"),
|
|
153
|
+
NoResultQuery: new fx_models_1.Guid("13786d92-6d16-402f-a961-d99ea4341601")
|
|
133
154
|
},
|
|
134
155
|
DashboardLayoutSettingsKey: "omnia.workplace.governancedashboard.layout",
|
|
135
156
|
ActionButtonIds: {
|
|
@@ -202,13 +223,35 @@ exports.SettingsKeys = {
|
|
|
202
223
|
};
|
|
203
224
|
exports.AppProvisioningSteps = {
|
|
204
225
|
Member: {
|
|
205
|
-
Title: "$Localize:OTAD.Apps.Steps.MemberStep.Participants;"
|
|
226
|
+
Title: { "en-us": "$Localize:OTAD.Apps.Steps.MemberStep.Participants;", isMultilingualString: true },
|
|
206
227
|
},
|
|
207
228
|
MSTeamTemplate: {
|
|
208
|
-
Title: "$Localize:OTAD.Apps.Steps.MSTemplateStep.Title;"
|
|
229
|
+
Title: { "en-us": "$Localize:OTAD.Apps.Steps.MSTemplateStep.Title;", isMultilingualString: true },
|
|
209
230
|
}
|
|
210
231
|
};
|
|
211
232
|
exports.NotificationConstants = {
|
|
212
233
|
NewItem: "wp-notificationNewItem",
|
|
213
234
|
NewChipIcon: "wp-notificationNewChipIcon"
|
|
214
235
|
};
|
|
236
|
+
exports.SetupWizard = {
|
|
237
|
+
SettingsKey: "owp_setupwizard_",
|
|
238
|
+
TenantIntranetEssentialsTemplateId: "5470C05D-7115-4F86-BF6D-70FC51F3A1AD",
|
|
239
|
+
TenantBasicIntranetTemplateId: "87D71902-22F0-4DC3-9346-314CC5700C84",
|
|
240
|
+
KnowledgeSharingTemplateId: "1FE61B2C-9D54-45A6-A284-E0252B133DD7",
|
|
241
|
+
NewsManagementTemplateId: "DD3B1FBD-2383-4147-BF0E-ECDB018989CE",
|
|
242
|
+
LearningCenterTemplateId: "904492DA-24BC-40DB-BB3A-0B22EFEFEF12",
|
|
243
|
+
EnterpriseSearchTemplateId: "6812E7FB-9AB0-4D9B-990C-FE082BC6F876",
|
|
244
|
+
GeneralSettingsKey: "SetupWizardGeneralSettings",
|
|
245
|
+
BrandingSettingsKey: "SetupWizardBrandingSettings",
|
|
246
|
+
SharedLinkSettingsKey: "SetupWizardSharedLinksSettings",
|
|
247
|
+
ContentSettingsKey: "SetupWizardContentSettings",
|
|
248
|
+
NewsMangementSettingsKey: "SetupWizardNewsManagementSettings",
|
|
249
|
+
NewsCenterInfoSettingsKey: "SetupWizardNewsCenterInfo",
|
|
250
|
+
KnowledgeSharingPrerequisiteSettingsKey: "KnowledgeSharingPrerequisiteSettings",
|
|
251
|
+
LearningCenterGeneralSettingsKey: "SetupWizardLearningCenterGeneralSettings",
|
|
252
|
+
LearningCenterPropertiesSettingsKey: "SetupWizardLearningCenterPropertiesSettings"
|
|
253
|
+
};
|
|
254
|
+
exports.TableNames = {
|
|
255
|
+
SignOffRequests: "SignOffRequests"
|
|
256
|
+
};
|
|
257
|
+
exports.SignOffRequestInfoPersistentDialogId = "omnia-workplace-signoffrequest-info-persistentdialog";
|
|
@@ -15,6 +15,11 @@ export declare class WPRoleDefinition {
|
|
|
15
15
|
static get AnnouncementsTenantAdmin(): Guid;
|
|
16
16
|
static get AnnouncementsBPAdmin(): Guid;
|
|
17
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;
|
|
18
23
|
}
|
|
19
24
|
export declare class ResourceManifests {
|
|
20
25
|
static get Fx(): Guid;
|
|
@@ -40,8 +45,7 @@ export declare class ResourceManifests {
|
|
|
40
45
|
static get AnnoucementNotificationPanelRegistration(): Guid;
|
|
41
46
|
static get NotificationPanelRegistration(): Guid;
|
|
42
47
|
static get NotificationPanelRegistrationApi(): Guid;
|
|
43
|
-
static get
|
|
44
|
-
static get QuickSetupStepRegistrationApi(): Guid;
|
|
48
|
+
static get SetupWizardRegistrationApi(): Guid;
|
|
45
49
|
static get NotificationPanelCore(): Guid;
|
|
46
50
|
static get AdminShortcutRegistration(): Guid;
|
|
47
51
|
static get ActionMenuCore(): Guid;
|
|
@@ -54,6 +58,8 @@ export declare class ResourceManifests {
|
|
|
54
58
|
static get SearchTemplateApi(): Guid;
|
|
55
59
|
static get ScopedPermissionApi(): Guid;
|
|
56
60
|
static get SearchCategoryProviderApi(): Guid;
|
|
61
|
+
static get SearchTokenProviderApi(): Guid;
|
|
62
|
+
static get DefaultSearchTokenProviderRegistration(): Guid;
|
|
57
63
|
static get EnableMSTeamsDeepLinkExecution(): Guid;
|
|
58
64
|
static get TenantPeopleInfoJourney(): Guid;
|
|
59
65
|
static get Favicon(): Guid;
|
|
@@ -102,7 +108,7 @@ export declare class ResourceManifests {
|
|
|
102
108
|
static get UserProfileCardEditingHandlerRegistration(): Guid;
|
|
103
109
|
static get ActionButtonSignOffRequestHandler(): Guid;
|
|
104
110
|
static get ActionButtonSignOffRequestHandlerRegistration(): Guid;
|
|
105
|
-
static get
|
|
111
|
+
static get SetupWizardCommon(): Guid;
|
|
106
112
|
static get TeamworkAppTemplateWizardStore(): Guid;
|
|
107
113
|
static get SearchConfigStore(): Guid;
|
|
108
114
|
static get OmniaLanguagesComponentStore(): Guid;
|
|
@@ -114,6 +120,17 @@ export declare class ResourceManifests {
|
|
|
114
120
|
static get PostsFeedBlockCore(): Guid;
|
|
115
121
|
static get SearchStatisticsMetricShared(): Guid;
|
|
116
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;
|
|
117
134
|
}
|
|
118
135
|
export declare class WebComponentManifests {
|
|
119
136
|
static get FaviconSettings(): Guid;
|
|
@@ -246,6 +263,8 @@ export declare class WebComponentManifests {
|
|
|
246
263
|
static get TutorialPageSetting(): Guid;
|
|
247
264
|
static get Tutorial(): Guid;
|
|
248
265
|
static get ProfileMenu(): Guid;
|
|
266
|
+
static get TeamworkAppAppendInformationInput(): Guid;
|
|
267
|
+
static get M365GroupAppInformationInput(): Guid;
|
|
249
268
|
static get BusinessProfileJourney(): Guid;
|
|
250
269
|
static get BusinessProfileSettings(): Guid;
|
|
251
270
|
static get BusinessProfileTheme(): Guid;
|
|
@@ -381,17 +400,22 @@ export declare class WebComponentManifests {
|
|
|
381
400
|
static get TaxonomyNavigation(): Guid;
|
|
382
401
|
static get TaxonomyNavigationSettings(): Guid;
|
|
383
402
|
static get SignOffRequestJourney(): Guid;
|
|
384
|
-
static get
|
|
403
|
+
static get SignOffRequestHeaderRequestedByMeList(): Guid;
|
|
404
|
+
static get SignOffRequestHeaderCreateNewRequest(): Guid;
|
|
385
405
|
static get SignOffRequestRollup(): Guid;
|
|
386
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;
|
|
387
411
|
static get SignOffRequestCreation(): Guid;
|
|
388
412
|
static get SignOffRequestInfo(): Guid;
|
|
389
|
-
static get SignOffRequestList(): Guid;
|
|
390
413
|
static get SignOffRequestReminder(): Guid;
|
|
391
414
|
static get SignOffRequestResourceList(): Guid;
|
|
392
415
|
static get SignOffRequestResourceProvider(): Guid;
|
|
393
|
-
static get
|
|
416
|
+
static get SignOffRequestInfoPersistentDialog(): Guid;
|
|
394
417
|
static get SignOffRequestUpdateStatusDialog(): Guid;
|
|
418
|
+
static get SignOffRequestQueryableProperties(): Guid;
|
|
395
419
|
static get MicrosoftTeamChannelFeedCore(): Guid;
|
|
396
420
|
static get MicrosoftTeamChannelFeedBlockSettings(): Guid;
|
|
397
421
|
static get MicrosoftTeamChannelFeedBlock(): Guid;
|
|
@@ -419,23 +443,69 @@ export declare class WebComponentManifests {
|
|
|
419
443
|
static get PostsFeedSettings(): Guid;
|
|
420
444
|
static get UserManagementJourney(): Guid;
|
|
421
445
|
static get UserManagementCore(): Guid;
|
|
422
|
-
static get
|
|
423
|
-
static get
|
|
424
|
-
static get
|
|
425
|
-
static get
|
|
426
|
-
static get
|
|
427
|
-
static get
|
|
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 SetupWizardViewCore(): Guid;
|
|
462
|
+
static get SetupWizardGeneralStep(): Guid;
|
|
463
|
+
static get SetupWizardBrandingStep(): Guid;
|
|
464
|
+
static get SetupWizardSharelinksStep(): Guid;
|
|
465
|
+
static get SetupWizardContentStep(): Guid;
|
|
466
|
+
static get SetupWizardReviewStep(): Guid;
|
|
467
|
+
static get SetupWizardKnowledgeSharingPrerequisiteStep(): Guid;
|
|
468
|
+
static get SetupWizardDashboard(): Guid;
|
|
469
|
+
static get SetupWizardLearningCenterGeneralStep(): Guid;
|
|
470
|
+
static get SetupWizardLearningCenterPropertiesStep(): Guid;
|
|
471
|
+
static get SetupWizardNewsManagementGlobalNewsStep(): Guid;
|
|
472
|
+
static get SetupWizardNewsManagementLocalNewsStep(): Guid;
|
|
473
|
+
static get SetupWizardNewsManagementPropertiesStep(): Guid;
|
|
428
474
|
static get AttachSiteButton(): Guid;
|
|
429
475
|
static get SyncLastActivityButton(): Guid;
|
|
430
476
|
static get AppEditing(): Guid;
|
|
431
|
-
static get TeamworkTypeApp(): Guid;
|
|
432
477
|
static get SensitivityLabel(): Guid;
|
|
433
478
|
static get SetupTeamwork(): Guid;
|
|
434
479
|
static get TeamworkActiveLastActivityMetricIndicator(): Guid;
|
|
435
480
|
static get TeamworkActiveLastActivityMetricDetail(): Guid;
|
|
436
481
|
static get TeamworkInactiveLastActivityMetricIndicator(): Guid;
|
|
437
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;
|
|
438
502
|
}
|
|
439
503
|
export declare class WebComponentElements {
|
|
440
504
|
static get AppProvisioningStepMember(): string;
|
|
441
505
|
}
|
|
506
|
+
export declare class TenantReusableContentManifests {
|
|
507
|
+
static get AdminJourney(): Guid;
|
|
508
|
+
static get AdminList(): Guid;
|
|
509
|
+
static get AdminRegistration(): Guid;
|
|
510
|
+
static get AdminResource(): Guid;
|
|
511
|
+
}
|