@omnia/workplace 7.0.62-dev → 7.0.63-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/manifests/omnia.workplace.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/Constants.d.ts +27 -5
- package/internal-do-not-import-from-here/models/Constants.js +30 -8
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +67 -3
- package/internal-do-not-import-from-here/models/ManifestIds.js +70 -4
- package/internal-do-not-import-from-here/models/SearchBoxStyling.d.ts +8 -8
- 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/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/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 +1 -0
- package/internal-do-not-import-from-here/models/index.js +1 -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/searchtoken/SearchTokenProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.d.ts +1 -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 +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 +86 -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/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 -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 +14 -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/texttranslator/AzureCognitiveTranslatorProvider.d.ts +0 -1
- 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 +1 -0
- package/internal-do-not-import-from-here/models/texttranslator/index.js +1 -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 +8 -0
- package/internal-do-not-import-from-here/stores/SearchCategoryStore.d.ts +2 -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 +11 -5
- package/internal-do-not-import-from-here/stores/TeamCollaborationStore.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/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" {
|
|
@@ -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,4 +1,4 @@
|
|
|
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;
|
|
@@ -17,6 +17,8 @@ export declare const Constants: {
|
|
|
17
17
|
userProfileSelfService: string;
|
|
18
18
|
sensitivityLabelsCore: string;
|
|
19
19
|
oneDriveDocumentCreationWizard: string;
|
|
20
|
+
scheduledSPTeamSiteSync: string;
|
|
21
|
+
createTeams: string;
|
|
20
22
|
};
|
|
21
23
|
themingNavigationNodeKey: string;
|
|
22
24
|
themeIds: {
|
|
@@ -47,6 +49,15 @@ export declare const Constants: {
|
|
|
47
49
|
search: NavigationNode;
|
|
48
50
|
};
|
|
49
51
|
};
|
|
52
|
+
signOffRequest: {
|
|
53
|
+
filterEngineContextUniqueId: string;
|
|
54
|
+
};
|
|
55
|
+
peopleRollup: {
|
|
56
|
+
filterEngineContextUniqueId: string;
|
|
57
|
+
};
|
|
58
|
+
teamworkRollup: {
|
|
59
|
+
filterEngineContextUniqueId: string;
|
|
60
|
+
};
|
|
50
61
|
};
|
|
51
62
|
};
|
|
52
63
|
export declare const BuiltInActionButtonHandlers: {
|
|
@@ -189,10 +200,10 @@ export declare const SettingsKeys: {
|
|
|
189
200
|
};
|
|
190
201
|
export declare const AppProvisioningSteps: {
|
|
191
202
|
Member: {
|
|
192
|
-
Title:
|
|
203
|
+
Title: MultilingualString;
|
|
193
204
|
};
|
|
194
205
|
MSTeamTemplate: {
|
|
195
|
-
Title:
|
|
206
|
+
Title: MultilingualString;
|
|
196
207
|
};
|
|
197
208
|
};
|
|
198
209
|
export declare const NotificationConstants: {
|
|
@@ -201,12 +212,23 @@ export declare const NotificationConstants: {
|
|
|
201
212
|
};
|
|
202
213
|
export declare const SetupWizard: {
|
|
203
214
|
SettingsKey: string;
|
|
204
|
-
BasicIntranetTemplateId: string;
|
|
205
|
-
IntranetEssentialsTemplateId: string;
|
|
206
215
|
TenantIntranetEssentialsTemplateId: string;
|
|
207
216
|
TenantBasicIntranetTemplateId: string;
|
|
217
|
+
KnowledgeSharingTemplateId: string;
|
|
218
|
+
NewsManagementTemplateId: string;
|
|
219
|
+
LearningCenterTemplateId: string;
|
|
220
|
+
EnterpriseSearchTemplateId: string;
|
|
208
221
|
GeneralSettingsKey: string;
|
|
209
222
|
BrandingSettingsKey: string;
|
|
210
223
|
SharedLinkSettingsKey: string;
|
|
211
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;
|
|
212
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.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;
|
|
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 = {
|
|
@@ -20,7 +20,9 @@ exports.Constants = {
|
|
|
20
20
|
userSyncSps: "c0ff6ca4-ccc9-4a14-a475-a356db534450",
|
|
21
21
|
userProfileSelfService: "c230fbe8-0584-4d76-b5c0-dc610da74391",
|
|
22
22
|
sensitivityLabelsCore: "31297203-d465-4db8-8cf5-f6f6e9097671",
|
|
23
|
-
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"
|
|
24
26
|
},
|
|
25
27
|
themingNavigationNodeKey: "50c83e32-8a25-4c48-8f94-ef250236f755",
|
|
26
28
|
themeIds: {
|
|
@@ -59,7 +61,16 @@ exports.Constants = {
|
|
|
59
61
|
securityRole: ManifestIds_1.WPRoleDefinition.SearchBPAdmin.toString()
|
|
60
62
|
}
|
|
61
63
|
}
|
|
62
|
-
}
|
|
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
|
+
},
|
|
63
74
|
}
|
|
64
75
|
};
|
|
65
76
|
exports.BuiltInActionButtonHandlers = {
|
|
@@ -212,10 +223,10 @@ exports.SettingsKeys = {
|
|
|
212
223
|
};
|
|
213
224
|
exports.AppProvisioningSteps = {
|
|
214
225
|
Member: {
|
|
215
|
-
Title: "$Localize:OTAD.Apps.Steps.MemberStep.Participants;"
|
|
226
|
+
Title: { "en-us": "$Localize:OTAD.Apps.Steps.MemberStep.Participants;", isMultilingualString: true },
|
|
216
227
|
},
|
|
217
228
|
MSTeamTemplate: {
|
|
218
|
-
Title: "$Localize:OTAD.Apps.Steps.MSTemplateStep.Title;"
|
|
229
|
+
Title: { "en-us": "$Localize:OTAD.Apps.Steps.MSTemplateStep.Title;", isMultilingualString: true },
|
|
219
230
|
}
|
|
220
231
|
};
|
|
221
232
|
exports.NotificationConstants = {
|
|
@@ -224,12 +235,23 @@ exports.NotificationConstants = {
|
|
|
224
235
|
};
|
|
225
236
|
exports.SetupWizard = {
|
|
226
237
|
SettingsKey: "owp_setupwizard_",
|
|
227
|
-
BasicIntranetTemplateId: "23D17EFE-E4AE-439D-A97D-CE184F7BC574",
|
|
228
|
-
IntranetEssentialsTemplateId: "B8C0608F-61F7-4C2A-9001-C26A7A0CB268",
|
|
229
238
|
TenantIntranetEssentialsTemplateId: "5470C05D-7115-4F86-BF6D-70FC51F3A1AD",
|
|
230
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",
|
|
231
244
|
GeneralSettingsKey: "SetupWizardGeneralSettings",
|
|
232
245
|
BrandingSettingsKey: "SetupWizardBrandingSettings",
|
|
233
246
|
SharedLinkSettingsKey: "SetupWizardSharedLinksSettings",
|
|
234
|
-
ContentSettingsKey: "SetupWizardContentSettings"
|
|
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"
|
|
235
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;
|
|
@@ -117,6 +122,15 @@ export declare class ResourceManifests {
|
|
|
117
122
|
static get SearchStatisticsMetricGroup(): Guid;
|
|
118
123
|
static get LinkHandlerSettingsRegistration(): Guid;
|
|
119
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;
|
|
120
134
|
}
|
|
121
135
|
export declare class WebComponentManifests {
|
|
122
136
|
static get FaviconSettings(): Guid;
|
|
@@ -386,17 +400,22 @@ export declare class WebComponentManifests {
|
|
|
386
400
|
static get TaxonomyNavigation(): Guid;
|
|
387
401
|
static get TaxonomyNavigationSettings(): Guid;
|
|
388
402
|
static get SignOffRequestJourney(): Guid;
|
|
389
|
-
static get
|
|
403
|
+
static get SignOffRequestHeaderRequestedByMeList(): Guid;
|
|
404
|
+
static get SignOffRequestHeaderCreateNewRequest(): Guid;
|
|
390
405
|
static get SignOffRequestRollup(): Guid;
|
|
391
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;
|
|
392
411
|
static get SignOffRequestCreation(): Guid;
|
|
393
412
|
static get SignOffRequestInfo(): Guid;
|
|
394
|
-
static get SignOffRequestList(): Guid;
|
|
395
413
|
static get SignOffRequestReminder(): Guid;
|
|
396
414
|
static get SignOffRequestResourceList(): Guid;
|
|
397
415
|
static get SignOffRequestResourceProvider(): Guid;
|
|
398
|
-
static get
|
|
416
|
+
static get SignOffRequestInfoPersistentDialog(): Guid;
|
|
399
417
|
static get SignOffRequestUpdateStatusDialog(): Guid;
|
|
418
|
+
static get SignOffRequestQueryableProperties(): Guid;
|
|
400
419
|
static get MicrosoftTeamChannelFeedCore(): Guid;
|
|
401
420
|
static get MicrosoftTeamChannelFeedBlockSettings(): Guid;
|
|
402
421
|
static get MicrosoftTeamChannelFeedBlock(): Guid;
|
|
@@ -424,13 +443,35 @@ export declare class WebComponentManifests {
|
|
|
424
443
|
static get PostsFeedSettings(): Guid;
|
|
425
444
|
static get UserManagementJourney(): Guid;
|
|
426
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;
|
|
427
462
|
static get SetupWizardViewCore(): Guid;
|
|
428
463
|
static get SetupWizardGeneralStep(): Guid;
|
|
429
464
|
static get SetupWizardBrandingStep(): Guid;
|
|
430
465
|
static get SetupWizardSharelinksStep(): Guid;
|
|
431
466
|
static get SetupWizardContentStep(): Guid;
|
|
432
467
|
static get SetupWizardReviewStep(): Guid;
|
|
468
|
+
static get SetupWizardKnowledgeSharingPrerequisiteStep(): Guid;
|
|
433
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;
|
|
434
475
|
static get AttachSiteButton(): Guid;
|
|
435
476
|
static get SyncLastActivityButton(): Guid;
|
|
436
477
|
static get AppEditing(): Guid;
|
|
@@ -442,7 +483,30 @@ export declare class WebComponentManifests {
|
|
|
442
483
|
static get TeamworkInactiveLastActivityMetricDetail(): Guid;
|
|
443
484
|
static get LinkHandlerJourney(): Guid;
|
|
444
485
|
static get AzureCognitiveProviderComponent(): Guid;
|
|
486
|
+
static get QRCode(): Guid;
|
|
487
|
+
static get QRCodeSettings(): Guid;
|
|
488
|
+
static get TenantSetupWizardNode(): Guid;
|
|
489
|
+
static get BusinessProfileSetupWizardNode(): Guid;
|
|
490
|
+
static get TeamworkPermissionInput(): Guid;
|
|
491
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_Renderer(): Guid;
|
|
492
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_Settings(): Guid;
|
|
493
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_Selection(): Guid;
|
|
494
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_DefaultValueInput(): Guid;
|
|
495
|
+
static get SignOffRequestsRollupFilter_Status_Renderer(): Guid;
|
|
496
|
+
static get SignOffRequestsRollupFilter_Status_Settings(): Guid;
|
|
497
|
+
static get SignOffRequestsRollupFilter_Status_Selection(): Guid;
|
|
498
|
+
static get SignOffRequestsRollupFilter_Status_DefaultValueInput(): Guid;
|
|
499
|
+
static get SignOffRequestsRollupFilter_Type_Renderer(): Guid;
|
|
500
|
+
static get SignOffRequestsRollupFilter_Type_Settings(): Guid;
|
|
501
|
+
static get SignOffRequestsRollupFilter_Type_Selection(): Guid;
|
|
502
|
+
static get SignOffRequestsRollupFilter_Type_DefaultValueInput(): Guid;
|
|
445
503
|
}
|
|
446
504
|
export declare class WebComponentElements {
|
|
447
505
|
static get AppProvisioningStepMember(): string;
|
|
448
506
|
}
|
|
507
|
+
export declare class TenantReusableContentManifests {
|
|
508
|
+
static get AdminJourney(): Guid;
|
|
509
|
+
static get AdminList(): Guid;
|
|
510
|
+
static get AdminRegistration(): Guid;
|
|
511
|
+
static get AdminResource(): Guid;
|
|
512
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WebComponentElements = exports.WebComponentManifests = exports.ResourceManifests = exports.WPRoleDefinition = exports.GroupManifests = exports.ServiceDefinition = void 0;
|
|
3
|
+
exports.TenantReusableContentManifests = exports.WebComponentElements = exports.WebComponentManifests = exports.ResourceManifests = exports.WizardSetupConstant = exports.WPRoleDefinition = exports.GroupManifests = exports.ServiceDefinition = void 0;
|
|
4
4
|
const fx_models_1 = require("@omnia/fx-models");
|
|
5
5
|
class ServiceDefinition {
|
|
6
6
|
static get Id() { return new fx_models_1.Guid("39df27aa-95f1-4a23-b3f6-8b231afcda82"); }
|
|
@@ -20,8 +20,14 @@ class WPRoleDefinition {
|
|
|
20
20
|
static get AnnouncementsTenantAdmin() { return new fx_models_1.Guid("AE9CC8D3-F47F-49E5-81AD-633D428A2A26"); }
|
|
21
21
|
static get AnnouncementsBPAdmin() { return new fx_models_1.Guid("5FA0CED5-F7AB-4C7A-99D9-1F291CB08CC1"); }
|
|
22
22
|
static get SearchBPAdmin() { return new fx_models_1.Guid("affe1bd8-b534-459b-bdd5-f11e5a2d1d73"); }
|
|
23
|
+
static get GlobalSignOffRequestAdmin() { return new fx_models_1.Guid("d20507d0-41c0-43a2-8ffc-13e923362f9d"); }
|
|
23
24
|
}
|
|
24
25
|
exports.WPRoleDefinition = WPRoleDefinition;
|
|
26
|
+
class WizardSetupConstant {
|
|
27
|
+
static get LocationPropertyTaxonomy() { return new fx_models_1.Guid("0e890b84-8b85-4312-a34a-fff321b21965"); }
|
|
28
|
+
static get OrganizationPropertyTaxonomy() { return new fx_models_1.Guid("9f9eb531-c0da-4b38-b860-93346dd9152a"); }
|
|
29
|
+
}
|
|
30
|
+
exports.WizardSetupConstant = WizardSetupConstant;
|
|
25
31
|
class ResourceManifests {
|
|
26
32
|
static get Fx() { return new fx_models_1.Guid("491a5b75-e3d6-472a-8958-216be85b092a"); }
|
|
27
33
|
static get CommonChunk() { return new fx_models_1.Guid("fbcab6c3-9238-4a48-95b7-8ae67c11d925"); }
|
|
@@ -124,6 +130,15 @@ class ResourceManifests {
|
|
|
124
130
|
static get SearchStatisticsMetricGroup() { return new fx_models_1.Guid("b9ee20a8-eee5-4355-8501-e15cb496a046"); }
|
|
125
131
|
static get LinkHandlerSettingsRegistration() { return new fx_models_1.Guid("a913821b-d91b-48f0-b356-97c0e7828afa"); }
|
|
126
132
|
static get TranslatorProviderRegistration() { return new fx_models_1.Guid("94352c19-675f-4aa9-9a59-b216808bd9c5"); }
|
|
133
|
+
static get QrCodeCore() { return new fx_models_1.Guid("643d8ebd-1097-403c-bc5d-c8045d5c6c5f"); }
|
|
134
|
+
static get TenantSetupWizardRegistration() { return new fx_models_1.Guid("1f765e6b-5ebf-4f7b-aa87-d05dc0b295e4"); }
|
|
135
|
+
static get BusinessProfileSetupWizardRegistration() { return new fx_models_1.Guid("2e1f8f98-8a9f-4ee9-9172-7822644efae8"); }
|
|
136
|
+
static get SignOffRequestFilterCore() { return new fx_models_1.Guid("2d83d3d1-44a8-4fb4-9daa-a7249cea918b"); }
|
|
137
|
+
static get SignOffRequestFilterEngineContextProperties() { return new fx_models_1.Guid("81eb6793-8c18-449e-b498-82b8cec47faa"); }
|
|
138
|
+
static get SignOffRequestFilterEngineRequestedBy() { return new fx_models_1.Guid("36baf333-f291-4e89-bbfd-1b55208c670f"); }
|
|
139
|
+
static get SignOffRequestFilterEngineProgressStatus() { return new fx_models_1.Guid("f4f13adc-5ef4-4030-810d-8d470351cd58"); }
|
|
140
|
+
static get SignOffRequestFilterEngineStatus() { return new fx_models_1.Guid("e8a10f86-2be1-4f84-8cc6-f54480057c00"); }
|
|
141
|
+
static get SignOffRequestFilterEngineType() { return new fx_models_1.Guid("b6094948-9445-416d-9d27-22abce66ffa1"); }
|
|
127
142
|
}
|
|
128
143
|
exports.ResourceManifests = ResourceManifests;
|
|
129
144
|
class WebComponentManifests {
|
|
@@ -394,17 +409,22 @@ class WebComponentManifests {
|
|
|
394
409
|
static get TaxonomyNavigation() { return new fx_models_1.Guid("0ed328bd-5d9e-4613-85d7-fb51abb490a1"); }
|
|
395
410
|
static get TaxonomyNavigationSettings() { return new fx_models_1.Guid("aada204b-9c67-40e3-892e-0bb05e003f57"); }
|
|
396
411
|
static get SignOffRequestJourney() { return new fx_models_1.Guid("9c4dbbe9-8bdd-4017-b1d8-3e477e179010"); }
|
|
397
|
-
static get
|
|
412
|
+
static get SignOffRequestHeaderRequestedByMeList() { return new fx_models_1.Guid("a152b5cf-cf71-4d52-bfe1-d61ef1c34cb4"); }
|
|
413
|
+
static get SignOffRequestHeaderCreateNewRequest() { return new fx_models_1.Guid("2ea29d82-fbce-4de4-93c1-126f7f4c2493"); }
|
|
398
414
|
static get SignOffRequestRollup() { return new fx_models_1.Guid("830aeebd-a033-4b00-969c-a8c135e2f344"); }
|
|
399
415
|
static get SignOffRequestRollupSettings() { return new fx_models_1.Guid("cf036fe4-cc94-4cbf-8ac0-1f45e61470b8"); }
|
|
416
|
+
static get SignOffRequestRollupListView() { return new fx_models_1.Guid("f3e1fd69-399f-428a-8b15-0816e6177b06"); }
|
|
417
|
+
static get SignOffRequestRollupListViewSettings() { return new fx_models_1.Guid("9ad600fc-4efd-471b-8217-3af97e99522f"); }
|
|
418
|
+
static get SignOffRequestRollupSummaryView() { return new fx_models_1.Guid("eca34b0d-ba78-4f92-99ed-1a54eef4d0ec"); }
|
|
419
|
+
static get SignOffRequestRollupSummaryViewSettings() { return new fx_models_1.Guid("b6fc1b7f-7053-4c73-bdc7-9476376ab861"); }
|
|
400
420
|
static get SignOffRequestCreation() { return new fx_models_1.Guid("141bdfc9-61c2-4bf0-8ea7-9d48e17c837c"); }
|
|
401
421
|
static get SignOffRequestInfo() { return new fx_models_1.Guid("b71b7e9e-c9dc-44ef-9e00-f27dfad2d03d"); }
|
|
402
|
-
static get SignOffRequestList() { return new fx_models_1.Guid("dba0ce9a-fe13-4005-a26b-bd44181252a5"); }
|
|
403
422
|
static get SignOffRequestReminder() { return new fx_models_1.Guid("dc94479d-1659-434d-9407-952235d42757"); }
|
|
404
423
|
static get SignOffRequestResourceList() { return new fx_models_1.Guid("b22753ef-4801-454d-997a-30a89d0ae943"); }
|
|
405
424
|
static get SignOffRequestResourceProvider() { return new fx_models_1.Guid("416779e6-b2e9-4c2d-b372-fd7623b0c22a"); }
|
|
406
|
-
static get
|
|
425
|
+
static get SignOffRequestInfoPersistentDialog() { return new fx_models_1.Guid("51d1ef63-4219-4a6c-86d4-4653f2ac783d"); }
|
|
407
426
|
static get SignOffRequestUpdateStatusDialog() { return new fx_models_1.Guid("e21e1edc-4610-43e4-9791-a5694f03554e"); }
|
|
427
|
+
static get SignOffRequestQueryableProperties() { return new fx_models_1.Guid("5fb83ba2-a122-4324-925f-aa7dad59a22d"); }
|
|
408
428
|
static get MicrosoftTeamChannelFeedCore() { return new fx_models_1.Guid("c3899c18-6445-47b8-a1db-fb583e1c0f54"); }
|
|
409
429
|
static get MicrosoftTeamChannelFeedBlockSettings() { return new fx_models_1.Guid("eb2b833b-d1ac-44aa-b22e-8df743d251a8"); }
|
|
410
430
|
static get MicrosoftTeamChannelFeedBlock() { return new fx_models_1.Guid("52aa99e3-4636-4bf2-b8d0-a9a722c87547"); }
|
|
@@ -432,13 +452,35 @@ class WebComponentManifests {
|
|
|
432
452
|
static get PostsFeedSettings() { return new fx_models_1.Guid("7f049298-9bb4-4f32-a2d4-2e8b8ffa6c1b"); }
|
|
433
453
|
static get UserManagementJourney() { return new fx_models_1.Guid("1d19aeb7-22e4-4b9e-9d26-17035854dd2a"); }
|
|
434
454
|
static get UserManagementCore() { return new fx_models_1.Guid("2b3fc3f2-bc60-44a0-8688-764f3b2d62c8"); }
|
|
455
|
+
static get UserManagementUserTypeListingBlade() { return new fx_models_1.Guid("ebd9788a-b217-4868-8f4e-594ecf568806"); }
|
|
456
|
+
static get UserManagementUserTypeCreateDialog() { return new fx_models_1.Guid("b4acc93e-c207-4b9c-b65d-d74e0058f416"); }
|
|
457
|
+
static get UserManagementUserTypeDetailBlade() { return new fx_models_1.Guid("0f51dc5b-13ae-4c3e-8b74-eab4eb3b289b"); }
|
|
458
|
+
static get UserManagementSyncProviderListingBlade() { return new fx_models_1.Guid("242dc560-2ede-41f0-b6d4-151884a2ec63"); }
|
|
459
|
+
static get UserManagementSyncProviderSettingsBlade() { return new fx_models_1.Guid("0ab38b6f-9852-40ec-83c4-37db8a27d7c6"); }
|
|
460
|
+
static get UserManagementSyncProviderLogsBlade() { return new fx_models_1.Guid("6a15d7ed-ea3d-4b54-8b71-d8a7f3e50295"); }
|
|
461
|
+
static get UserManagementUserListingBlade() { return new fx_models_1.Guid("6f1fc259-6ddb-411a-bf17-41ed422947e3"); }
|
|
462
|
+
static get UserManagementUserDetailBlade() { return new fx_models_1.Guid("fb9aa542-fd41-4c5f-8468-aa0ad67d11f7"); }
|
|
463
|
+
static get UserManagementUserAuthenticationBlade() { return new fx_models_1.Guid("2de8ec5f-9d03-4828-b192-8ba37e48b322"); }
|
|
464
|
+
static get UserManagementGroupListingBlade() { return new fx_models_1.Guid("0a208072-d45f-4f49-8d59-ab7b9da9a10d"); }
|
|
465
|
+
static get UserManagementGroupDetailBlade() { return new fx_models_1.Guid("836c198b-2a2c-418f-89a0-cf47ed44092d"); }
|
|
466
|
+
static get UserManagementAuthenticationSettingsBlade() { return new fx_models_1.Guid("a95a8b4a-7e94-4190-9240-87b361950843"); }
|
|
467
|
+
static get UserManagementDynamicGroupListingBlade() { return new fx_models_1.Guid("9c3a9218-af53-4e48-b95b-a122eb43db64"); }
|
|
468
|
+
static get UserManagementDynamicGroupDetailBlade() { return new fx_models_1.Guid("f43ef789-418d-4f56-bd27-88420f3d9823"); }
|
|
469
|
+
static get UserManagementUserPropertyListingBlade() { return new fx_models_1.Guid("77fa3438-c920-4b32-bddc-1b8361e530c2"); }
|
|
470
|
+
static get UserManagementUserPropertyDetailBlade() { return new fx_models_1.Guid("3967363b-80cd-4b12-900f-7a9c7975bf6a"); }
|
|
435
471
|
static get SetupWizardViewCore() { return new fx_models_1.Guid("758d200f-91f3-4446-8662-07592f89eeba"); }
|
|
436
472
|
static get SetupWizardGeneralStep() { return new fx_models_1.Guid("c5f83b2f-a21f-4210-b4f4-13ffda4ac129"); }
|
|
437
473
|
static get SetupWizardBrandingStep() { return new fx_models_1.Guid("084f1e3e-f0f5-4f2b-a75d-67f629308bf8"); }
|
|
438
474
|
static get SetupWizardSharelinksStep() { return new fx_models_1.Guid("4e6730e5-25f1-4d99-81d1-7368f7e72f35"); }
|
|
439
475
|
static get SetupWizardContentStep() { return new fx_models_1.Guid("c6633522-ba83-4077-99b1-a4e9cde070c6"); }
|
|
440
476
|
static get SetupWizardReviewStep() { return new fx_models_1.Guid("911b4198-52b7-4b80-9ed4-b96269dcf8f1"); }
|
|
477
|
+
static get SetupWizardKnowledgeSharingPrerequisiteStep() { return new fx_models_1.Guid("2fe0d1f5-8b48-4d2d-99d6-2ac0cce110a4"); }
|
|
441
478
|
static get SetupWizardDashboard() { return new fx_models_1.Guid("b2e0e63d-2cd9-49b4-840a-001d4a91dabb"); }
|
|
479
|
+
static get SetupWizardLearningCenterGeneralStep() { return new fx_models_1.Guid("accbe29d-82ee-433a-aa13-1237ce09ea81"); }
|
|
480
|
+
static get SetupWizardLearningCenterPropertiesStep() { return new fx_models_1.Guid("65005044-e744-432c-bb2d-b249391df84d"); }
|
|
481
|
+
static get SetupWizardNewsManagementGlobalNewsStep() { return new fx_models_1.Guid("66433585-45d7-4a8a-af0b-64a29cf3c398"); }
|
|
482
|
+
static get SetupWizardNewsManagementLocalNewsStep() { return new fx_models_1.Guid("e2b2cc13-18ff-4277-8463-e3708c2c54a4"); }
|
|
483
|
+
static get SetupWizardNewsManagementPropertiesStep() { return new fx_models_1.Guid("18a77776-3832-4776-a045-58e296dc8b01"); }
|
|
442
484
|
static get AttachSiteButton() { return new fx_models_1.Guid("2cff741d-3f85-46e3-b36f-143020d9a547"); }
|
|
443
485
|
static get SyncLastActivityButton() { return new fx_models_1.Guid("31470e4c-6f9d-4176-9d35-d31d1f8446fc"); }
|
|
444
486
|
static get AppEditing() { return new fx_models_1.Guid("c6d42107-01a5-4825-910e-4232aeac8b75"); }
|
|
@@ -450,9 +492,33 @@ class WebComponentManifests {
|
|
|
450
492
|
static get TeamworkInactiveLastActivityMetricDetail() { return new fx_models_1.Guid("8d04aaa8-e87c-45ce-84dc-6fdf81eac22f"); }
|
|
451
493
|
static get LinkHandlerJourney() { return new fx_models_1.Guid("cc822f80-37e0-43ac-b37c-8d8963c7076c"); }
|
|
452
494
|
static get AzureCognitiveProviderComponent() { return new fx_models_1.Guid("c32e69d5-bb4c-4b0e-9bb9-03af4dafcbca"); }
|
|
495
|
+
static get QRCode() { return new fx_models_1.Guid("090e7f29-06c9-4a2a-be58-57d0dac10341"); }
|
|
496
|
+
static get QRCodeSettings() { return new fx_models_1.Guid("8746fd10-d8a4-4944-b814-5dd48ada9ce0"); }
|
|
497
|
+
static get TenantSetupWizardNode() { return new fx_models_1.Guid("a384272c-dbe9-46ef-8fc4-2b82fbb52667"); }
|
|
498
|
+
static get BusinessProfileSetupWizardNode() { return new fx_models_1.Guid("b1994257-d611-4582-ae32-16ac23bd8a6b"); }
|
|
499
|
+
static get TeamworkPermissionInput() { return new fx_models_1.Guid("240a15bb-2845-4ace-8408-6bc1d251b859"); }
|
|
500
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_Renderer() { return new fx_models_1.Guid("84d11b73-19be-4191-8b63-564083c376f6"); }
|
|
501
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_Settings() { return new fx_models_1.Guid("da2ab10e-0751-481b-8190-04f69178bc4c"); }
|
|
502
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_Selection() { return new fx_models_1.Guid("a7bb250c-a401-4701-994d-845c61147fec"); }
|
|
503
|
+
static get SignOffRequestsRollupFilter_ProgressStatus_DefaultValueInput() { return new fx_models_1.Guid("e18ff6ce-8bd0-4511-baad-8ebf31d5f9ca"); }
|
|
504
|
+
static get SignOffRequestsRollupFilter_Status_Renderer() { return new fx_models_1.Guid("eb9d51de-a42d-4fdc-832d-80838014c11f"); }
|
|
505
|
+
static get SignOffRequestsRollupFilter_Status_Settings() { return new fx_models_1.Guid("ba1b7041-57e8-4175-91c8-995c18f9aaa5"); }
|
|
506
|
+
static get SignOffRequestsRollupFilter_Status_Selection() { return new fx_models_1.Guid("586025d5-e9a1-4b84-9737-f6da29ca3b4a"); }
|
|
507
|
+
static get SignOffRequestsRollupFilter_Status_DefaultValueInput() { return new fx_models_1.Guid("1ab3ab1d-ff20-498b-b479-a2d39dd3a196"); }
|
|
508
|
+
static get SignOffRequestsRollupFilter_Type_Renderer() { return new fx_models_1.Guid("e135d092-ee7b-4cd9-b014-d013de56ada5"); }
|
|
509
|
+
static get SignOffRequestsRollupFilter_Type_Settings() { return new fx_models_1.Guid("688e5482-ec4b-45d1-ba0a-f20e783c0ce3"); }
|
|
510
|
+
static get SignOffRequestsRollupFilter_Type_Selection() { return new fx_models_1.Guid("aa32f8b8-df04-4934-be45-fd7394e9cc8d"); }
|
|
511
|
+
static get SignOffRequestsRollupFilter_Type_DefaultValueInput() { return new fx_models_1.Guid("b22476a7-e734-4e59-9525-e8547fa85d32"); }
|
|
453
512
|
}
|
|
454
513
|
exports.WebComponentManifests = WebComponentManifests;
|
|
455
514
|
class WebComponentElements {
|
|
456
515
|
static get AppProvisioningStepMember() { return "omnia-workplace-appprovisioning-memberstep"; }
|
|
457
516
|
}
|
|
458
517
|
exports.WebComponentElements = WebComponentElements;
|
|
518
|
+
class TenantReusableContentManifests {
|
|
519
|
+
static get AdminJourney() { return new fx_models_1.Guid("25f35a90-f1e0-49b5-952b-0a5dd40ee6fd"); }
|
|
520
|
+
static get AdminList() { return new fx_models_1.Guid("92b0954f-d92b-491a-946b-e1c6c17ef802"); }
|
|
521
|
+
static get AdminRegistration() { return new fx_models_1.Guid("196c367b-1df2-44e7-91b8-e49a28aabc95"); }
|
|
522
|
+
static get AdminResource() { return new fx_models_1.Guid("1563a7e3-b75e-4063-8a38-5e7e1cb7dae7"); }
|
|
523
|
+
}
|
|
524
|
+
exports.TenantReusableContentManifests = TenantReusableContentManifests;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export interface SearchBoxStyling {
|
|
2
|
-
searchBoxHeight
|
|
3
|
-
elevation
|
|
4
|
-
outlined
|
|
5
|
-
autofocus
|
|
6
|
-
filled
|
|
7
|
-
borderRadius
|
|
8
|
-
fontSize
|
|
9
|
-
iconSize
|
|
2
|
+
searchBoxHeight?: number;
|
|
3
|
+
elevation?: number;
|
|
4
|
+
outlined?: boolean;
|
|
5
|
+
autofocus?: boolean;
|
|
6
|
+
filled?: boolean;
|
|
7
|
+
borderRadius?: number;
|
|
8
|
+
fontSize?: number;
|
|
9
|
+
iconSize?: number;
|
|
10
10
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SecretInfo, Secret, GuidValue } from "@omnia/fx-models";
|
|
1
|
+
import { SecretInfo, Secret, GuidValue, JourneyInstance } from "@omnia/fx-models";
|
|
2
2
|
import { IValidator } from "@omnia/fx/ux";
|
|
3
3
|
export interface SecretInfoViewModel extends SecretInfo {
|
|
4
4
|
localizedTitle: string;
|
|
@@ -9,5 +9,6 @@ export interface ISecretFormComponentProps {
|
|
|
9
9
|
secret: Secret;
|
|
10
10
|
profileId?: GuidValue;
|
|
11
11
|
isSaving: boolean;
|
|
12
|
+
journey?: () => JourneyInstance;
|
|
12
13
|
onSave: (secret: Secret) => void;
|
|
13
14
|
}
|
|
@@ -48,7 +48,7 @@ export declare abstract class TaxonomyNavigationDisplayProviderBase<TQuery exten
|
|
|
48
48
|
abstract triggered(settings: TaxonomyNavigationBlockSettings<TQuery, TView>, blockInstance: IBlockInstance<TaxonomyNavigationBlockSettings<TQuery, TView>>, componentRef: VueComponentBase, renderingCallBack: (element: TaxonomyNavigationDisplayProviderRenderResult) => void): void;
|
|
49
49
|
abstract dispose(): void;
|
|
50
50
|
}
|
|
51
|
-
export
|
|
51
|
+
export type TaxonomyNavigationDisplayProviderRenderResult = {
|
|
52
52
|
current: JSX.Element;
|
|
53
53
|
parents: JSX.Element[];
|
|
54
54
|
childrens: JSX.Element[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BusinessProfileProperty, AppRoutePropertyBagModel,
|
|
1
|
+
import { BusinessProfileProperty, AppRoutePropertyBagModel, VersionedLayoutDefinition, MediaPickerImage, SpacingSettings, MultilingualString, IIcon, GuidValue, ThemeDefinition, ActionHandler } from "@omnia/fx-models";
|
|
2
2
|
import { Enums } from "./Enums";
|
|
3
3
|
import { TargetingFilterProperty } from "@omnia/fx-sp";
|
|
4
4
|
import { ActionHandlerInstance } from "@omnia/fx/ux";
|
|
@@ -66,10 +66,10 @@ export interface MegaMenuLayoutSettings {
|
|
|
66
66
|
inheritSize: boolean;
|
|
67
67
|
customSize?: MegaMenuLayoutCustomSize;
|
|
68
68
|
}
|
|
69
|
-
export declare class HomeLayoutDefinition extends
|
|
69
|
+
export declare class HomeLayoutDefinition extends VersionedLayoutDefinition {
|
|
70
70
|
constructor();
|
|
71
71
|
}
|
|
72
|
-
export declare class MegaMenuLayoutDefinition extends
|
|
72
|
+
export declare class MegaMenuLayoutDefinition extends VersionedLayoutDefinition {
|
|
73
73
|
constructor();
|
|
74
74
|
settings: MegaMenuLayoutSettings;
|
|
75
75
|
}
|
|
@@ -53,7 +53,7 @@ class WorkspaceMegaMenuMapping extends fx_models_1.AppRoutePropertyBagModel {
|
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
exports.WorkspaceMegaMenuMapping = WorkspaceMegaMenuMapping;
|
|
56
|
-
class HomeLayoutDefinition extends fx_models_1.
|
|
56
|
+
class HomeLayoutDefinition extends fx_models_1.VersionedLayoutDefinition {
|
|
57
57
|
constructor() {
|
|
58
58
|
super("34525ea4-3e95-4714-81d4-bb693c921fd8");
|
|
59
59
|
const layoutId = fx_models_1.Guid.newGuid().toString();
|
|
@@ -71,7 +71,7 @@ class HomeLayoutDefinition extends fx_models_1.AppLayoutDefinition {
|
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
exports.HomeLayoutDefinition = HomeLayoutDefinition;
|
|
74
|
-
class MegaMenuLayoutDefinition extends fx_models_1.
|
|
74
|
+
class MegaMenuLayoutDefinition extends fx_models_1.VersionedLayoutDefinition {
|
|
75
75
|
constructor() {
|
|
76
76
|
super("95103f18-df83-4436-8bc0-58ccc091af69");
|
|
77
77
|
const layoutId = fx_models_1.Guid.newGuid().toString();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AppEnums } from "./Enums";
|
|
2
|
-
import {
|
|
2
|
+
import { VersionedLayoutId, GuidValue } from "@omnia/fx-models";
|
|
3
3
|
export interface MicrosoftTeamGeneralProperties {
|
|
4
4
|
visibility?: AppEnums.TeamPrivacyOptions;
|
|
5
5
|
displayName?: string;
|
|
@@ -39,7 +39,8 @@ export interface TabCustomUrlConfiguration {
|
|
|
39
39
|
}
|
|
40
40
|
export interface LayoutTabUrlConfiguration extends TabCustomUrlConfiguration {
|
|
41
41
|
type: TabCustomUrlType.Layout;
|
|
42
|
-
layoutId:
|
|
42
|
+
layoutId: VersionedLayoutId;
|
|
43
|
+
isDefaultLayout: boolean;
|
|
43
44
|
}
|
|
44
45
|
export interface Tab {
|
|
45
46
|
name?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare class TeamworkAppLayoutDefinition extends
|
|
1
|
+
import { VersionedLayoutDefinition } from "@omnia/fx/models";
|
|
2
|
+
export declare class TeamworkAppLayoutDefinition extends VersionedLayoutDefinition {
|
|
3
3
|
constructor();
|
|
4
4
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TeamworkAppLayoutDefinition = void 0;
|
|
4
4
|
const models_1 = require("@omnia/fx/models");
|
|
5
|
-
class TeamworkAppLayoutDefinition extends models_1.
|
|
5
|
+
class TeamworkAppLayoutDefinition extends models_1.VersionedLayoutDefinition {
|
|
6
6
|
constructor() {
|
|
7
7
|
super("c8d6dfe7-25cb-4b05-8e30-0dca4b1c05fe");
|
|
8
8
|
}
|
|
@@ -11,8 +11,9 @@ export declare const MySitesStyles: {
|
|
|
11
11
|
clickable?: types.NestedCSSProperties;
|
|
12
12
|
hasNotFollowedSite?: types.NestedCSSProperties;
|
|
13
13
|
footerWrapper?: types.NestedCSSProperties;
|
|
14
|
-
color?: types.NestedCSSProperties;
|
|
14
|
+
color?: (color: string) => types.NestedCSSProperties;
|
|
15
15
|
createSiteHeading?: types.NestedCSSProperties;
|
|
16
16
|
li?: types.NestedCSSProperties;
|
|
17
|
+
ul?: types.NestedCSSProperties;
|
|
17
18
|
buttonOutline?: types.NestedCSSProperties;
|
|
18
19
|
};
|
|
@@ -69,3 +69,4 @@ tslib_1.__exportStar(require("./setupwizard"), exports);
|
|
|
69
69
|
tslib_1.__exportStar(require("./searchstatistics"), exports);
|
|
70
70
|
tslib_1.__exportStar(require("./searchtoken"), exports);
|
|
71
71
|
tslib_1.__exportStar(require("./texttranslator"), exports);
|
|
72
|
+
tslib_1.__exportStar(require("./qrcode"), exports);
|