@omnia/workplace 8.0.11-dev → 8.0.13-dev
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/index.d.ts +0 -1
- package/internal-do-not-import-from-here/core/loc/formLocalize.d.ts +12 -1
- package/internal-do-not-import-from-here/core/messaging/TeamworkTopics.d.ts +0 -2
- package/internal-do-not-import-from-here/core/messaging/WorkplaceTopics.d.ts +2 -3
- 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 +7 -6
- package/internal-do-not-import-from-here/models/Constants.js +10 -9
- package/internal-do-not-import-from-here/models/EnterprisePropertyViewModel.js +1 -0
- package/internal-do-not-import-from-here/models/Enums.d.ts +2 -1
- package/internal-do-not-import-from-here/models/Enums.js +1 -0
- package/internal-do-not-import-from-here/models/Enums.tooling.d.ts +2 -2
- package/internal-do-not-import-from-here/models/Enums.tooling.js +35 -61
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +1 -1
- package/internal-do-not-import-from-here/models/ManifestIds.js +3 -1
- package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +1 -0
- package/internal-do-not-import-from-here/models/SearchCategory.d.ts +1 -0
- package/internal-do-not-import-from-here/models/Secrets.d.ts +1 -5
- package/internal-do-not-import-from-here/models/SharedLink.d.ts +45 -1
- package/internal-do-not-import-from-here/models/SharedLink.js +13 -0
- package/internal-do-not-import-from-here/models/forms/Form.d.ts +9 -5
- package/internal-do-not-import-from-here/models/forms/FormLayout.d.ts +1 -0
- package/internal-do-not-import-from-here/models/forms/FormQuery.d.ts +1 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockSettings.d.ts +1 -4
- package/internal-do-not-import-from-here/models/forms/components/FormRollupConstant.d.ts +2 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupConstant.js +2 -0
- package/internal-do-not-import-from-here/models/forms/components/index.d.ts +0 -1
- package/internal-do-not-import-from-here/models/forms/components/index.js +0 -1
- package/internal-do-not-import-from-here/models/index.d.ts +0 -1
- package/internal-do-not-import-from-here/models/index.js +0 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.d.ts +6 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.d.ts +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +1 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewRendererComponent.d.ts +5 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.d.ts +5 -0
- package/internal-do-not-import-from-here/models/styles/index.d.ts +0 -2
- package/internal-do-not-import-from-here/models/styles/index.js +0 -2
- package/internal-do-not-import-from-here/services/AnalyticsService.d.ts +1 -1
- package/internal-do-not-import-from-here/services/SignOffRequestService.d.ts +1 -1
- package/internal-do-not-import-from-here/services/form/FormService.d.ts +2 -1
- package/internal-do-not-import-from-here/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/services/mylinks/MyLinkService.d.ts +10 -0
- package/internal-do-not-import-from-here/services/mylinks/RecentLinksService.d.ts +7 -0
- package/internal-do-not-import-from-here/services/mylinks/SharedLinksService.d.ts +12 -0
- package/internal-do-not-import-from-here/services/mylinks/index.d.ts +3 -0
- package/internal-do-not-import-from-here/stores/AnalyticsFilterStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/AnalyticsStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/CurrentFormStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/LinkStore.d.ts +83 -0
- package/internal-do-not-import-from-here/stores/form/FormStore.d.ts +2 -1
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/tooling.output.json +1 -1
- package/internal-do-not-import-from-here/ux/index.d.ts +0 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +196 -613
- package/package.json +1 -1
- package/task.js +1 -2
- package/internal-do-not-import-from-here/apis/ScopedPermissionApi.d.ts +0 -20
- package/internal-do-not-import-from-here/models/ScopedPermissionRegistraion.d.ts +0 -5
- package/internal-do-not-import-from-here/models/ScopedPermissionRegistraion.js +0 -2
- package/internal-do-not-import-from-here/models/forms/components/FormViewComponentSettings.d.ts +0 -11
- package/internal-do-not-import-from-here/models/forms/components/FormViewComponentSettings.js +0 -2
- package/internal-do-not-import-from-here/models/styles/LocalizationAdminStyles.d.ts +0 -15
- package/internal-do-not-import-from-here/models/styles/LocalizationAdminStyles.js +0 -4
- package/internal-do-not-import-from-here/models/styles/LocalizationInputStyles.d.ts +0 -14
- package/internal-do-not-import-from-here/models/styles/LocalizationInputStyles.js +0 -4
- package/internal-do-not-import-from-here/ux/AppRendererBootstrapper.d.ts +0 -22
@@ -15,6 +15,7 @@ export declare namespace FormsLocalization {
|
|
15
15
|
DeleteQuestion: string;
|
16
16
|
Option: string;
|
17
17
|
CreateForm: string;
|
18
|
+
ExportToExcel: string;
|
18
19
|
LimitResponseTime: {
|
19
20
|
Title: string;
|
20
21
|
BeforeStartTimeMessage: string;
|
@@ -23,6 +24,7 @@ export declare namespace FormsLocalization {
|
|
23
24
|
Scope: {
|
24
25
|
Title: string;
|
25
26
|
CurrentApp: string;
|
27
|
+
CurrentBusinessProfile: string;
|
26
28
|
};
|
27
29
|
ScopeType: {
|
28
30
|
Title: string;
|
@@ -72,6 +74,7 @@ export declare namespace FormsLocalization {
|
|
72
74
|
ShowFormSettings: string;
|
73
75
|
};
|
74
76
|
Editor: {
|
77
|
+
OpenLayout: string;
|
75
78
|
AddOtherOption: string;
|
76
79
|
UserDefinedOtherOption: string;
|
77
80
|
AddOption: string;
|
@@ -81,7 +84,6 @@ export declare namespace FormsLocalization {
|
|
81
84
|
UserDefined: string;
|
82
85
|
ShowLayoutView: string;
|
83
86
|
ShowQuestionView: string;
|
84
|
-
ExportToExcel: string;
|
85
87
|
OnlyEditInAdmin: string;
|
86
88
|
Other: string;
|
87
89
|
};
|
@@ -135,6 +137,7 @@ export declare namespace FormsLocalization {
|
|
135
137
|
ShowFormTitle: string;
|
136
138
|
StatisticNotSupported: string;
|
137
139
|
SaveForLater: string;
|
140
|
+
ShowFormImage: string;
|
138
141
|
};
|
139
142
|
QuestionTypes: {
|
140
143
|
Text: string;
|
@@ -190,11 +193,19 @@ export declare namespace FormsLocalization {
|
|
190
193
|
StartDate: string;
|
191
194
|
EndDate: string;
|
192
195
|
Status: string;
|
196
|
+
BusinessProfile: string;
|
197
|
+
AppInstance: string;
|
193
198
|
};
|
194
199
|
};
|
195
200
|
Status: string;
|
196
201
|
ErrorMessages: {
|
197
202
|
Unauthorized: string;
|
198
203
|
};
|
204
|
+
Answer: string;
|
205
|
+
UserAnswer: string;
|
206
|
+
Point: string;
|
207
|
+
UserDisplayName: string;
|
208
|
+
CreatedAt: string;
|
209
|
+
CreatedBy: string;
|
199
210
|
}
|
200
211
|
}
|
@@ -1,12 +1,10 @@
|
|
1
1
|
import { IMessageBusTopicPublishSubscriber } from "@omnia/fx/models";
|
2
2
|
import { MessageBusTopicMediator } from "@omnia/fx";
|
3
3
|
import { EditingSitePropertiesRegistration, TeamNewsRollupViewRegistration, FacebookWorkplaceSettingsSection, TeamCollaborationRollupViewRegistration, MyTeamCollaborationDialog } from "../../../fx/models";
|
4
|
-
import { AppCollaborationSettingsSection } from "../../models";
|
5
4
|
export declare class TeamworkTopics {
|
6
5
|
static get registerBusinessProfileSettings(): IMessageBusTopicPublishSubscriber<FacebookWorkplaceSettingsSection>;
|
7
6
|
static get registerTeamNewsRollupTopic(): MessageBusTopicMediator<TeamNewsRollupViewRegistration>;
|
8
7
|
static get registerEditingSiteProperties(): MessageBusTopicMediator<EditingSitePropertiesRegistration>;
|
9
8
|
static get registerTeamCollaborationRollupTopic(): MessageBusTopicMediator<TeamCollaborationRollupViewRegistration>;
|
10
9
|
static get openMyTeamCollaborationDialog(): MessageBusTopicMediator<MyTeamCollaborationDialog>;
|
11
|
-
static get registerTeamCollaborationAppInstanceSettings(): IMessageBusTopicPublishSubscriber<AppCollaborationSettingsSection>;
|
12
10
|
}
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { IMessageBusTopicPublishSubscriber,
|
1
|
+
import { IMessageBusTopicPublishSubscriber, RichTextEditorExtensionMessage } from "@omnia/fx/models";
|
2
2
|
import { MyTaskItemProcessor, RegisterActionMenuItemMsg, ActionMenuExportationMsg, RegisterSearchTemplateRendererMsg, HeaderSettingsSection, TutorialProvider, TenantAdminSettingsSection, BusinessProfileSettingsSection, TenantAdminHeaderSettingSection } from "../../models";
|
3
|
-
export declare const AdminNamespace = "omnia.
|
3
|
+
export declare const AdminNamespace = "omnia.admin.core.messaging";
|
4
4
|
export declare class Topics {
|
5
5
|
static get registerActionMenuTopic(): IMessageBusTopicPublishSubscriber<RegisterActionMenuItemMsg>;
|
6
6
|
static get actionMenuExportationTopic(): IMessageBusTopicPublishSubscriber<ActionMenuExportationMsg>;
|
@@ -11,7 +11,6 @@ export declare class Topics {
|
|
11
11
|
static get registerBusinessProfileSettings(): IMessageBusTopicPublishSubscriber<BusinessProfileSettingsSection>;
|
12
12
|
static get registerTenantAdminSettings(): IMessageBusTopicPublishSubscriber<TenantAdminSettingsSection>;
|
13
13
|
static get registerTenantAdminHeaderSettings(): IMessageBusTopicPublishSubscriber<TenantAdminHeaderSettingSection>;
|
14
|
-
static get registerSecretsForm(): IMessageBusTopicPublishSubscriber<SecretRegistrationMsg>;
|
15
14
|
static get registerRichTextEditorExtension(): IMessageBusTopicPublishSubscriber<RichTextEditorExtensionMessage>;
|
16
15
|
static get closeWorkspaceMegaMenu(): IMessageBusTopicPublishSubscriber<void>;
|
17
16
|
}
|
@@ -1 +1 @@
|
|
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":["AnalyticsService","AppAuthenticationOptionsService","FormService","FormTemplateService","FormTypeService","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","AnalyticsFilterStore","AnalyticsService","AnalyticsStore","AppAuthenticationOptionsService","
|
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":["AnalyticsService","AppAuthenticationOptionsService","FormService","FormTemplateService","FormTypeService","HomeService","MyLinksService","NotificationPanelHistoryService","PromotedSearchResultService","RecentLinksService","SearchCategoryService","SearchFeedbackService","SharedLinksService","SignOffRequestService","TeamCollaborationService"]},"./node_modules/@omnia/workplace/index.js":{"id":"8bf93338-8e70-4104-a75d-ae11485eec04","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminNamespace","AnalyticsFilterStore","AnalyticsService","AnalyticsStore","AppAuthenticationOptionsService","ChangeTypes","CurrentFormStore","DialogHelper","EditingThemeStore","FilterValueProvider","FormService","FormStore","FormTemplateService","FormTemplateStore","FormTypeService","FormTypeStore","GovernanceDashboardStore","HomeService","LinkHandlerDialogStore","LinkStore","MyLinksService","NotificationPanelHistoryService","NotificationPanelStore","NotificationPanelStorePluginProvider","PromotedSearchResultService","PromotedSearchResultStore","RecentLinksService","SearchCategoryService","SearchCategoryStore","SearchFeedbackService","SearchTokenStore","SharedLinksService","SignOffRequestService","SignOffRequestStore","SignOffRequestUtils","Styles","TeamCollaborationService","TeamCollaborationStore","TeamworkContext","TeamworkTopics","Topics","WorkPlaceUtils","dialogStyle","mediaPickerStorageProviderWorkplaceFaviconContext","mediaPickerStorageProviderWorkplaceFormContext","mediaPickerStorageProviderWorkplaceLogoContext","mediaPickerStorageProviderWorkplacePromotedSearchResultContext","mediaPickerStorageProviderWorkplaceSearchFeedbackContext","mediaPickerStorageProviderWorkplaceTutorialContext","settingsTabContainer","statusCodeStorageProviderWorkplaceContext","useAnalyticsFilterStore","useAnalyticsStore"]},"./node_modules/@omnia/workplace/models/index.js":{"id":"c778308f-5fbb-4a3d-8691-ad7408ffbd56","buildMeta":{"exportsType":"namespace"},"expo.js":["ActionMenuStyles","AdvancedSearchSettingsStyles","AdvancedSearchStyles","AnalyticsDimensionScopes","AnnouncementCommentLikeStyle","AnnouncementJourneyStyle","AnnouncementStyles","AppEnums","AppIconSearchTemplateStyles","AppIconStyles","AppInstanceDescriptionProperties","AppLaunchStyles","AppLaunchViewStyles","AppProvisioningSteps","BuiltInActionButtonHandlers","BusinessProfileAnalyticsSettings","BusinessProfileAppProvisioning","BusinessProfileDallEPromptDefaultSettings","CentralImageLocationsStyles","ChartColor","CompactHeaderStyles","Constants","CreateTeamworkSettingsStyles","DallESettingsPrompts","DefaultSearchTemplateStyles","DocumentDirectionSettingsStyles","EditModes","EnterpriseGlossaryAdminProvider","EnterpriseGlossaryInformationSettingsProvider","EnterpriseGlossaryInformationSourceSettingsProvider","EnterpriseGlossaryTaxonomyNavigationDisplayProvider","EnterpriseGlossaryTaxonomyNavigationSettingsProvider","EnterprisePropertyCategoriesDefaultBladeStyles","Enums","FeedType","FilterValue","FollowedsitesUpdatedAtUserPropertyBag","FooterPositions","FooterSettingStyles","FormDialogStyles","FormDisplayStatus","FormGenericSetting","FormLayoutProvider","FormQueryScopes","FormRollupBlockGeneralTabStyles","FormRollupConstants","FormRollupFilterEngineContextPropertyTypes","FormRollupMainRendererStyles","FormScopeTypes","FormStatus","FormTypes","GovernanceDashboard","GovernanceDashboardSettingsStyles","GovernanceDashboardStyles","GroupMembershipMappingBladeStyles","HeaderSettingsMode","HeaderStyles","HighPriorityAnnouncementStyle","HomeLayoutDefinition","HorizontalActionMenuStyles","HorizontalMegaMenuStyles","ItemQueryResult","JumpToContentStyles","LegendAlignment","LegendPosition","LinkHandlerSettingsStyles","LinkUrlTypeOption","LinkViewMode","LogoStyles","MSTeamChannelFeedSorting","MSTeamTemplateStep","MegaMenuLayoutDefinition","MembersStep","MobileMegaMenuStyles","MyLinksStyles","MySitesEnums","MySitesStyles","MyTeamCollaborationCategoryStyles","MyTeamCollaborationStyles","NewTeamworksTimeType","NotificationConstants","NotificationPanelDisplayModes","NotificationPanelHeaderStyles","NotificationPanelIconPosition","NotificationPanelSettingsStyles","NotificationPanelStyles","NotificationPanelTabAligments","NotificationTypes","OmniaSystemLanguageSettingsStyles","OptionTypes","PeopleRollupFilterEngineContextPropertyTypes","PostsFeedScopeOption","PostsFeedSortMode","PromotedSearchResultStatus","QRCodeStyles","QuestionTypes","QuickSearchStyles","RecurringRequestProgressStatus","ScopeCurrentId","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","SortedByType","StatisticViewMode","StatusCodeDisplay","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","TermNodeStyles","UserAccessibilitySettingsStyles","UserMenuStyles","VerticalActionMenuStyles","VerticalMegaMenuStyles","WPRoleDefinition","WebComponentElements","WizardSetupConstant","WorkplaceAppRoutePrefix","WorkplaceHomeStyles","WorkplaceSharedStyles","WorkspaceActionMenuMapping","WorkspaceActionMenuSettings","WorkspaceApp","WorkspaceFactory","WorkspaceHomeMapping","WorkspaceHomeSettings","WorkspaceInfo","WorkspaceMegaMenuItemTypes","WorkspaceMegaMenuMapping","WorkspaceMegaMenuSettings","WorkspaceVerticalNavWidth","WowrkplaceHeadingStyles","formDialogFooterHeight","formDialogHeaderHeight","notificationPanelLayoutProvider"]}}}
|
@@ -62,6 +62,7 @@ export declare const Constants: {
|
|
62
62
|
};
|
63
63
|
peopleRollup: {
|
64
64
|
filterEngineContextUniqueId: guid;
|
65
|
+
omniaSearchFilterEngineContextUniqueId: guid;
|
65
66
|
};
|
66
67
|
teamworkRollup: {
|
67
68
|
filterEngineContextUniqueId: guid;
|
@@ -256,15 +257,15 @@ export declare const TableNames: {
|
|
256
257
|
Forms: string;
|
257
258
|
};
|
258
259
|
export declare const SignOffRequestInfoPersistentDialogId = "omnia-workplace-signoffrequest-info-persistentdialog";
|
259
|
-
export declare const reCaptchaSecretKey = "omnia-recaptcha-secret";
|
260
|
-
export declare const ReCaptChaSecretFormNames: {
|
261
|
-
readonly enabled: "enabled";
|
262
|
-
readonly sitekey: "sitekey";
|
263
|
-
readonly secretkey: "secretkey";
|
264
|
-
};
|
265
260
|
export declare const FormRollupFilterEngineContextPropertyTypes: {
|
266
261
|
formScope: guid;
|
267
262
|
startDate: guid;
|
268
263
|
endDate: guid;
|
269
264
|
status: guid;
|
265
|
+
appInstance: guid;
|
266
|
+
businessProfile: guid;
|
267
|
+
};
|
268
|
+
export declare const PeopleRollupFilterEngineContextPropertyTypes: {
|
269
|
+
owner: guid;
|
270
|
+
userType: guid;
|
270
271
|
};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
3
|
+
exports.PeopleRollupFilterEngineContextPropertyTypes = exports.FormRollupFilterEngineContextPropertyTypes = exports.SignOffRequestInfoPersistentDialogId = exports.TableNames = exports.SetupWizard = exports.NotificationConstants = exports.AppProvisioningSteps = exports.SettingsKeys = exports.HeaderSettingsMode = exports.MSTeamTemplateStep = exports.MembersStep = exports.TeamWorkInfo = exports.StatusCodeDisplay = 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 = {
|
@@ -74,7 +74,8 @@ exports.Constants = {
|
|
74
74
|
filterEngineContextUniqueId: (0, fx_models_1.guid)("a9171c0f-0e36-45ec-bd5e-a7f854f62664")
|
75
75
|
},
|
76
76
|
peopleRollup: {
|
77
|
-
filterEngineContextUniqueId: (0, fx_models_1.guid)("9709e49c-e55e-494e-84ef-5def44dceb5d")
|
77
|
+
filterEngineContextUniqueId: (0, fx_models_1.guid)("9709e49c-e55e-494e-84ef-5def44dceb5d"),
|
78
|
+
omniaSearchFilterEngineContextUniqueId: (0, fx_models_1.guid)("6c03f4d8-5c9b-44cf-93b6-16660bf4d87c")
|
78
79
|
},
|
79
80
|
teamworkRollup: {
|
80
81
|
filterEngineContextUniqueId: (0, fx_models_1.guid)("3afa11c3-ed91-4da3-9afa-bf08489b28c0")
|
@@ -279,15 +280,15 @@ exports.TableNames = {
|
|
279
280
|
Forms: "Forms"
|
280
281
|
};
|
281
282
|
exports.SignOffRequestInfoPersistentDialogId = "omnia-workplace-signoffrequest-info-persistentdialog";
|
282
|
-
exports.reCaptchaSecretKey = "omnia-recaptcha-secret";
|
283
|
-
exports.ReCaptChaSecretFormNames = {
|
284
|
-
enabled: "enabled",
|
285
|
-
sitekey: "sitekey",
|
286
|
-
secretkey: "secretkey",
|
287
|
-
};
|
288
283
|
exports.FormRollupFilterEngineContextPropertyTypes = {
|
289
284
|
formScope: (0, fx_models_1.guid)("6661706c-4cdf-40f2-80cb-591e040f666e"),
|
290
285
|
startDate: (0, fx_models_1.guid)("ec38c16c-ee3e-4a1a-8c5c-8b9784c18672"),
|
291
286
|
endDate: (0, fx_models_1.guid)("0d757e39-478c-4eeb-830b-7edb970b92d9"),
|
292
|
-
status: (0, fx_models_1.guid)("2740dbe0-cd74-4d73-b2bb-0c6ad20fc0a8")
|
287
|
+
status: (0, fx_models_1.guid)("2740dbe0-cd74-4d73-b2bb-0c6ad20fc0a8"),
|
288
|
+
appInstance: (0, fx_models_1.guid)("f2fcec54-f84d-489f-8478-c1a95190281e"),
|
289
|
+
businessProfile: (0, fx_models_1.guid)("fb27da7c-a034-4a10-bc7a-1732e5cb1cd0")
|
290
|
+
};
|
291
|
+
exports.PeopleRollupFilterEngineContextPropertyTypes = {
|
292
|
+
owner: (0, fx_models_1.guid)("dd7c9c9d-c7fb-4c4a-871d-fa7d652f9389"),
|
293
|
+
userType: (0, fx_models_1.guid)("dffba819-f884-4c18-a212-bd6895224356")
|
293
294
|
};
|
@@ -132,6 +132,7 @@ var Enums;
|
|
132
132
|
QueryType[QueryType["ActivityQuery"] = 2] = "ActivityQuery";
|
133
133
|
QueryType[QueryType["UserFieldsOnPage"] = 3] = "UserFieldsOnPage";
|
134
134
|
QueryType[QueryType["Birthday"] = 4] = "Birthday";
|
135
|
+
QueryType[QueryType["Users"] = 5] = "Users";
|
135
136
|
})(QueryType = PeopleRollupEnums.QueryType || (PeopleRollupEnums.QueryType = {}));
|
136
137
|
let BirthdayPeriod;
|
137
138
|
(function (BirthdayPeriod) {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { guid } from "@omnia/fx-models";
|
2
|
-
declare const resourceManifests: Record<"TenantReusableContentAdminList" | "TenantReusableContentAdminRegistration" | "TenantReusableContentAdminResource" | "Fx" | "CommonChunk" | "AnnouncementsCore" | "SearchGeneral" | "SearchCore" | "SearchRegistration" | "MyTasksCore" | "MyTaskNotificationPanelRegistration" | "CustomSearchRegistration" | "CompactHeaderApi" | "HeaderRegistration" | "HeaderCore" | "FooterRegistration" | "ActionMenuRegistration" | "AppLaunchRegistration" | "QuickLinksCore" | "SharedLinksAdminCore" | "MyLinksRegistration" | "AnnoucementRegistration" | "AnnouncementSettingsCore" | "AnnoucementNotificationPanelRegistration" | "NotificationPanelRegistration" | "NotificationPanelRegistrationApi" | "SetupWizardRegistrationApi" | "NotificationPanelCore" | "AdminShortcutRegistration" | "ActionMenuCore" | "TutorialCore" | "TutorialRegistration" | "TutorialActionMenuRegistration" | "TrelloCore" | "TrelloCardNotificationPanelRegistration" | "SearchAdminCore" | "SearchTemplateApi" | "
|
3
|
-
declare const webComponentManifests: Record<"PeopleRollup" | "UserProfileCompletion" | "AppLaunchRegistration" | "Yammerfeed" | "TenantReusableContentAdminJourney" | "FaviconSettings" | "FaviconJourney" | "ActionButtonSignOffRequestSettings" | "DefaultSearchTemplate" | "SharedLinkSimpleListingSearchTemplate" | "SharedLinkAppIconSearchTemplate" | "SearchConfig" | "SearchConfigAddOrEditBlade" | "PromotedSearchResultJourney" | "SearchFeedbackJourney" | "SearchStatisticsJourney" | "QuickSearchConfig" | "QuickSearchCategoriesConfig" | "AdvenceSearchConfig" | "AdvancedSearchCategoriesConfig" | "DateTimeRefinerComponent" | "CustomSearch" | "ActionMenu" | "ActionMenuAdmin" | "TrelloCards" | "TrelloCardsSettings" | "Announcements" | "HighPrioAnnouncements" | "HighPrioAnnouncementsSettings" | "AnnouncementsSettings" | "AnnouncementsBusinessProfileJourney" | "AnnouncementsTenantAdminJourney" | "AnnouncementsAdminListingBlade" | "AnnouncementsAdminAddOrEditBlade" | "AnnouncementsAdminTypeAndStatusBlade" | "FavoriteButtonLinkHandlerSettings" | "FavoriteButtonLinkHandlerRegistration" | "FavoriteButtonLinkHandlerSubscription" | "AdminShortcutActionRegistration" | "AdminShortcutActionHandler" | "TeamworkNavigationActionRegistration" | "TeamworkNavigationActionHandler" | "NotificationPanelActionRegistration" | "NotificationPanelActionHandler" | "TutorialActionRegistration" | "TutorialActionHandler" | "MyLinkActionRegistration" | "MyLinkActionHandler" | "StrengthenProfileActionRegistration" | "StrengthenProfileActionHandler" | "QuickSearchActionRegistration" | "QuickSearchActionHandler" | "ShareActionSettings" | "ShareActionRegistration" | "ShareActionHandler" | "CreateAppActionHandler" | "YammerfeedSettings" | "SearchHeader" | "Search" | "SearchBlock" | "SearchBlockSettings" | "QuickSearch" | "AdvancedSearch" | "SearchAdmin" | "SearchAdminRegistration" | "SharePointSearchProviderSettings" | "MicrosoftSearchProviderSettings" | "SharedLinksSearchProviderSettings" | "QuickSearchActionHandlerSettings" | "SearchSettings" | "SearchStatisticsMetricIndicator" | "SearchStatisticsNoOfQueryMetricIndicator" | "SearchStatisticsAbandonedQueryMetricIndicator" | "SearchStatisticsNoResultQueryMetricIndicator" | "SearchStatisticsNoOfQueryMetricDetail" | "SearchStatisticsAbandonedQueryMetricDetail" | "SearchStatisticsNoResultQueryMetricDetail" | "SearchStatisticsMetricScopeFilter" | "MyTasks" | "MyTasksSettings" | "MyTasksSiteGroupView" | "TasksSimpleListingView" | "Logo" | "LogoSettings" | "Header" | "FullHeader" | "CompactHeader" | "HeaderSettings" | "FooterComponent" | "FooterCore" | "FooterSettings" | "UserMenu" | "UserMenuCore" | "CompactUserMenu" | "UserAccessibilitySetting" | "UserAccessibilityJumpToContent" | "AccessibilityStyle" | "OmniaSystemLanguageSetting" | "OmniaLanguagesComponent" | "DocumentDirectionSetting" | "DocumentDirectioJumpToContent" | "DocumentDirectionStyle" | "MyLinksNavigation" | "QuickLinksViewComponent" | "QuickLinksEditComponent" | "QuickLinksCreateComponent" | "QuickLinksComponent" | "AppLaunchComponent" | "CompactAppLaunchComponent" | "SharedLinkListingsBlade" | "SharedLinkAddOrEditBlade" | "BusinessProfileAdminSharedLinksJourney" | "TenantAdminSharedLinksJourney" | "QuickLinkSetting" | "MyLinkSetting" | "TrelloCardView" | "QuickLinkSimpleList" | "QuickLinkAppIconList" | "QuickLinksAppLaunchView" | "ImportantAnnouncementView" | "HighPriorityAnnouncementView" | "AnnouncementLikeComment" | "NotificationPanelHeader" | "NotificationPanelHeaderSettings" | "NotificationPanel" | "NotificationPanelSettings" | "NotificationPanelsAdmin" | "NotificationPanelBlockSettings" | "AdminShortcut" | "TutorialAdmin" | "TutorialAdminTenant" | "TutorialPageSetting" | "Tutorial" | "ProfileMenu" | "TeamworkAppAppendInformationInput" | "M365GroupAppInformationInput" | "BusinessProfileJourney" | "BusinessProfileSettings" | "BusinessProfileTheme" | "TenantMediaPicker" | "TenantMediaPickerCore" | "BusinessProfileMediaPicker" | "BusinessProfileMediaPickerCore" | "CentralImageLocations" | "MediaPickerGeneral" | "MediaPickerScalingSettingsListing" | "MediaPickerFileSizeLimitSettings" | "MediaPickerCropRatios" | "BusinessProfileLanguage" | "AppTemplatesCustomStepMember" | "EnterprisePropertiesJourney" | "TenantSecretsJourney" | "BusinessProfileSecretsJourney" | "TargetingPropertiesJourney" | "EnterprisePropertyCategoriesJourney" | "AppProvisioningStepMemberStep" | "AppTemplateStepComponentBase" | "NavigationBar" | "NavigationBarChrome" | "WorkplaceWarning" | "WorkplacePreviewDisclaimer" | "AdminHeaderSettings" | "AdminHeaderSettingsCore" | "PropertySetsJourney" | "PropertiesJourney" | "PropertyArchiveJourney" | "QueryablePropertiesJourney" | "AppPropertiesJourney" | "RichTextEditorSettings" | "TenantHeader" | "TenantRegional" | "TenantAdminSetting" | "TenantLocalizationAdmin" | "TenantAdministratorPermissionJourney" | "BusinessProfileAdministratorPermissionJourney" | "TenantLogoSettings" | "ErrorInformation" | "SystemAccountForm" | "YammerAppForm" | "GovernanceDashboard" | "GovernanceDashboardSettings" | "GovernanceDashboardEditor" | "TextStyles" | "TenantGeneralSettings" | "PeopleRollupSettings" | "PeopleRollupBreakpointSettings" | "PeopleRollupCardView" | "PeopleRollupCardViewSettings" | "PageRollupRollerViewSettings" | "PageRollupRollerView" | "PersonSearchTemplate" | "UserProfilePropertiesWizard" | "UserProfileCompletionAppJourney" | "UserProfileStrippedCard" | "UserProfileCompletionBlockSettings" | "UserProfileSendPropertyFeedback" | "UserProfileActionMenu" | "TeamCollabAppSiteDesign" | "MySitesWizard" | "MyTeamCollaboration" | "MyTeamCollaborationDialog" | "MyTeamCollaborationSettingsForm" | "MyTeamCollaborationEditorSettings" | "MyTeamCollaborationCategoryFollowed" | "MyTeamCollaborationCategoryRecently" | "MyTeamCollaborationCategoryGroup" | "MyTeamCollaborationCategorySearch" | "TeamworkNavigationActionHandlerSettings" | "TeamworkNavigationSettingsWrapper" | "TeamworkNavigationSettings" | "TeamworkNavigationTabSettings" | "TeamworkNavigationDialog" | "AppCreationActionHandlerSettings" | "CreateAppDialog" | "TeamNewsListView" | "TeamNewsListViewSettings" | "TeamNewsGroupView" | "TeamNewsGroupViewSettings" | "TeamNewsRollup" | "TeamNewsRollupSettings" | "TeamCollaborationAppWizard" | "TeamCollaborationAppJourney" | "TeamCollaborationSettingsJourney" | "TeamCollaborationSettingsSwitchingTemplateBlade" | "TeamCollaborationSettingsEditAppInstanceBlade" | "TeamCollaborationSettingsSwitchingTemplateBladeRegistration" | "TeamCollaborationSettingsEditAppInstanceBladeRegistration" | "TeamCollaborationSettingsSwitchingTemplateJourney" | "TeamCollaborationSettingsSwitchingTemplateJourneyRegistration" | "TeamCollaborationSettingsEditBlade" | "EditSitePropertiesListener" | "EditSiteProperties" | "TeamEndUserSettings" | "TeamCollaborationFacebookWorkplace" | "TeamCollaborationRollup" | "TeamCollaborationRollupSettings" | "TeamCollaborationRollupSettingsComponent" | "TeamCollaborationListView" | "TeamCollaborationListViewSettings" | "TeamCollaborationNavigationView" | "TeamCollaborationNavigationViewSettings" | "TeamCollaborationRollupRenderer" | "TeamCollaborationRollupMetricDetailsDialog" | "CreateTeamworkBlock" | "CreateTeamworkComponent" | "CreateTeamworkBlockSettings" | "CreateTeamworkComponentSettings" | "CreateTeamworkCores" | "AppAuthenticationOptions" | "WorkspaceActionMenuRenderer" | "WorkspaceActionMenuHorizontalRenderer" | "WorkspaceActionMenuVerticalRenderer" | "WorkspaceMegaMenuRenderer" | "WorkspaceMegaMenuRendererCore" | "WorkspaceMegaMenuHorizontalRenderer" | "WorkspaceMegaMenuVerticalRenderer" | "WorkspaceMegaMenuCompactRenderer" | "WorkspaceHomeRenderer" | "WorkspaceHomeNodeRenderer" | "WorkspaceVerticalNavigationBar" | "WorkspaceHorizontalNavigationBar" | "GovernanceAdmin" | "GovernanceAdminSettings" | "MicrosoftSearchTemplate" | "EnterpriseGlossaryJourney" | "EnterpriseGlossaryHomeBlade" | "EnterpriseGlossaryTaxonomyBlade" | "SharePointTermMappingsBlade" | "SharePointTermTreeUISettingsBlade" | "TermTreeUISettingsBlade" | "SharePointTermUISettingsBlade" | "TaxonomyNavigation" | "TaxonomyNavigationSettings" | "SignOffRequestJourney" | "SignOffRequestHeaderRequestedByMeList" | "SignOffRequestHeaderCreateNewRequest" | "SignOffRequestRollup" | "SignOffRequestRollupSettings" | "SignOffRequestRollupListView" | "SignOffRequestRollupListViewSettings" | "SignOffRequestRollupSummaryView" | "SignOffRequestRollupSummaryViewSettings" | "SignOffRequestCreation" | "SignOffRequestInfo" | "SignOffRequestReminder" | "SignOffRequestResourceList" | "SignOffRequestResourceProvider" | "SignOffRequestInfoPersistentDialog" | "SignOffRequestUpdateStatusDialog" | "SignOffRequestQueryableProperties" | "MicrosoftTeamChannelFeedCore" | "MicrosoftTeamChannelFeedBlockSettings" | "MicrosoftTeamChannelFeedBlock" | "CustomEmailJourney" | "WorkspaceSettings" | "WorkspaceHomeChrome" | "WorkspaceHomeStatistic" | "WorkspaceJourney" | "WorkspaceHeader" | "WorkspaceChromeBlade" | "AdminSystemJourney" | "DesignerJourney" | "PropertiesBlockGroup" | "PropertiesBlockCore" | "PropertiesBlockSettings" | "PropertiesBlockSettingConfiguration" | "PropertiesBlock" | "AnalyticsBlocksCore" | "AnalyticsWidgetBlockSettings" | "AnalyticsWidgetBlock" | "AnalyticsFilterBlockSettings" | "AnalyticsFilterBlock" | "PowerAppBlock" | "PowerAppBlockSettings" | "PowerAppSettingAdminJourney" | "OrganizationTreeBlockCore" | "OrganizationTreeBlock" | "OrganizationTreeBlockSettings" | "AppRenderer" | "MsTeamTabLayoutConfiguration" | "PostsFeed" | "PostsFeedSettings" | "TenantUserManagementJourney" | "BusinessProfileUserManagementJourney" | "UserManagementCore" | "UserManagementUserTypeListingBlade" | "UserManagementUserTypeCreateDialog" | "UserManagementUserTypeDetailBlade" | "UserManagementSyncProviderListingBlade" | "UserManagementSyncProviderSettingsBlade" | "UserManagementSyncProviderLogsBlade" | "UserManagementUserJourney" | "UserManagementUserActiveJourney" | "UserManagementActiveUserListing" | "UserManagementDeletedUserListing" | "UserManagementUserDetailBlade" | "UserManagementUserAuthenticationBlade" | "UserManagementGroupListingBlade" | "UserManagementActiveGroupListing" | "UserManagementDeletedGroupListing" | "UserManagementGroupDetailBlade" | "UserManagementAuthenticationSettingsBlade" | "UserManagementDynamicGroupListingBlade" | "UserManagementDynamicGroupDetailBlade" | "UserManagementUserPropertyListingBlade" | "UserManagementUserPropertyDetailBlade" | "UserManagementUserDetailBladeAuthenticationTab" | "UserManagementUserDetailBladePropertiesTab" | "UserManagementBulkImportBlade" | "UserManagementLoginLogBlade" | "BusinessProfileAuthenticationBlade" | "TenantAnalyticsJourney" | "TenantAnalyticsSetupBlade" | "TenantAnalyticsConfigurationBlade" | "TenantAnalyticsAddDimensionBlade" | "UserManagementSelfService" | "UserManagementIdentityCreationRequestPendingApprovalListing" | "SetupWizardViewCore" | "SetupWizardGeneralStep" | "SetupWizardBrandingStep" | "SetupWizardSharelinksStep" | "SetupWizardContentStep" | "SetupWizardReviewStep" | "SetupWizardKnowledgeSharingPrerequisiteStep" | "SetupWizardDashboard" | "SetupWizardLearningCenterGeneralStep" | "SetupWizardLearningCenterPropertiesStep" | "SetupWizardNewsManagementGlobalNewsStep" | "SetupWizardNewsManagementLocalNewsStep" | "SetupWizardNewsManagementPropertiesStep" | "AttachSiteButton" | "AppEditing" | "SensitivityLabel" | "SetupTeamwork" | "TeamworkActiveLastActivityMetricIndicator" | "TeamworkActiveLastActivityMetricDetail" | "TeamworkInactiveLastActivityMetricIndicator" | "TeamworkInactiveLastActivityMetricDetail" | "LinkHandlerJourney" | "AzureCognitiveProviderComponent" | "QRCode" | "QRCodeSettings" | "TenantSetupWizardNode" | "BusinessProfileSetupWizardNode" | "TeamworkPermissionInput" | "SignOffRequestsRollupFilter_ProgressStatus_Renderer" | "SignOffRequestsRollupFilter_ProgressStatus_Settings" | "SignOffRequestsRollupFilter_ProgressStatus_Selection" | "SignOffRequestsRollupFilter_ProgressStatus_DefaultValueInput" | "SignOffRequestsRollupFilter_Status_Renderer" | "SignOffRequestsRollupFilter_Status_Settings" | "SignOffRequestsRollupFilter_Status_Selection" | "SignOffRequestsRollupFilter_Status_DefaultValueInput" | "SignOffRequestsRollupFilter_Type_Renderer" | "SignOffRequestsRollupFilter_Type_Settings" | "SignOffRequestsRollupFilter_Type_Selection" | "SignOffRequestsRollupFilter_Type_DefaultValueInput" | "SignOffRequestsRollupFilter_RequestedBy_Renderer" | "SignOffRequestsRollupFilter_RequestedBy_Settings" | "SignOffRequestsRollupFilter_RequestedBy_Selection" | "SignOffRequestsRollupFilter_RequestedBy_DefaultValueInput" | "UserInformationBlockGroup" | "UserInformationBlockCore" | "UserInformationBlockSettings" | "UserInformationBlockSettingConfiguration" | "UserInformationBlock" | "HttpCodeLayoutTenantJourney" | "HttpCodeLayoutBusinessProfileJourney" | "AuthenticationScreenBlade" | "AuthenticationScreenChrome" | "SystemLayoutJourney" | "RecurrenceSetting" | "FormTemplatesBlade" | "FormTypesBlade" | "CreateFormActionHandler" | "FormCreationActionHandlerSettings" | "CreateFormDialog" | "FormDialogBuilder" | "FormQueryableProperties" | "FormRollupSettings" | "FormRollup" | "FormRollupListView" | "FormRollupListViewSettings" | "FormRollupFormView" | "FormRollupFormViewSettings" | "FormViewItem" | "FormQuestionRenderer" | "FormScopeTypeFilterEngineRenderer" | "FormScopeFilterEngineRenderer" | "FormScopeFilterEngineSettings" | "FormScopeFilterEngineDefaultValueInput" | "FormScopeFilterEngineSelectionsArea" | "FormStatusFilterEngineRenderer" | "FormStatusFilterEngineSettings" | "FormStatusFilterEngineSelectionsArea" | "FormStatusFilterEngineDefaultValueInput" | "FormRendererSettings", guid>;
|
2
|
+
declare const resourceManifests: Record<"TenantReusableContentAdminList" | "TenantReusableContentAdminRegistration" | "TenantReusableContentAdminResource" | "Fx" | "CommonChunk" | "AnnouncementsCore" | "SearchGeneral" | "SearchCore" | "SearchRegistration" | "MyTasksCore" | "MyTaskNotificationPanelRegistration" | "CustomSearchRegistration" | "CompactHeaderApi" | "HeaderRegistration" | "HeaderCore" | "FooterRegistration" | "ActionMenuRegistration" | "AppLaunchRegistration" | "QuickLinksCore" | "SharedLinksAdminCore" | "MyLinksRegistration" | "AnnoucementRegistration" | "AnnouncementSettingsCore" | "AnnoucementNotificationPanelRegistration" | "NotificationPanelRegistration" | "NotificationPanelRegistrationApi" | "SetupWizardRegistrationApi" | "NotificationPanelCore" | "AdminShortcutRegistration" | "ActionMenuCore" | "TutorialCore" | "TutorialRegistration" | "TutorialActionMenuRegistration" | "TrelloCore" | "TrelloCardNotificationPanelRegistration" | "SearchAdminCore" | "SearchTemplateApi" | "SearchCategoryProviderApi" | "SearchTokenProviderApi" | "DefaultSearchTokenProviderRegistration" | "EnableMSTeamsDeepLinkExecution" | "TenantPeopleInfoJourney" | "Favicon" | "Core" | "AdminRegistrations" | "WorkplaceRegistrations" | "BusinessProfileAdminRegistrations" | "BusinessProfileMediaPickerRegistrations" | "TenantAdminFaviconRegistrations" | "TenantHeaderRegistrations" | "TenantErrorInformationRegistrations" | "RichTextEditorSettingsRegistrations" | "GovernanceDashboardCore" | "TenantAdminTextStyleRegistration" | "EnableInputMSTeamsUrl" | "PeopleRollupCore" | "UserProfileCompletionCore" | "SitePropertiesActionRegistration" | "SitePropertiesActionMenuRegistration" | "TeamNewsApi" | "TeamCollabAppTrackVisited" | "TeamCollabAppCore" | "TeamNewsCore" | "TeamCollaborationRollupCore" | "TeamCollaborationRollupViewRegistrations" | "TeamCollaborationFacebookWorkplaceRegistration" | "TeamCollabAppSettingsCore" | "MySitesRegistration" | "TeamworkNavigationRegistration" | "TeamworkNavigationCore" | "TaxonomyNavigationShareds" | "MetricsRegistrations" | "TaxonomyNavigationApis" | "EnterpriseGlossaryCore" | "NavigationBarJourneyResources" | "Yammerfeed" | "SignOffRequestCore" | "SignOffRequestRegistration" | "UserProfileCardEditingHandlerRegistration" | "ActionButtonSignOffRequestHandler" | "ActionButtonSignOffRequestHandlerRegistration" | "SetupWizardCommon" | "TeamworkAppTemplateWizardStore" | "SearchConfigStore" | "OmniaLanguagesComponentStore" | "EnterprisePropertiesStore" | "TargetingPropertiesResources" | "AdminSystemCore" | "PowerAppCore" | "WorkspaceCommon" | "PostsFeedBlockCore" | "SearchStatisticsMetricShared" | "SearchStatisticsMetricGroup" | "LinkHandlerSettingsRegistration" | "TranslatorProviderRegistration" | "QrCodeCore" | "TenantSetupWizardRegistration" | "BusinessProfileSetupWizardRegistration" | "SignOffRequestFilterCore" | "SignOffRequestFilterEngineContextProperties" | "SignOffRequestFilterEngineRequestedBy" | "SignOffRequestFilterEngineProgressStatus" | "SignOffRequestFilterEngineStatus" | "SignOffRequestFilterEngineType" | "HttpCodeLayoutResource" | "HttpCodeLayoutBPRegistration" | "HttpCodeLayoutTenantRegistration" | "AuthenticationScreenResources" | "SystemLayoutResource" | "SystemLayoutRegistration" | "FormSharedComponentCore" | "FormRollupCore" | "FormRollupFilterEngineFormScope" | "FormRollupFilterEngineContextProperties" | "PeopleRollupFilterEngineCore" | "PeopleRollupFilterEngineContextPropertiesRegistration" | "PeopleRollupOwnerFilterEngineRegistrationApi" | "PeopleRollupUserTypeFilterEngineRegistrationApi" | "FormRollupFilterEngineScope" | "FormRollupFilterEngineAppInstance" | "FormRollupFilterEngineBusinessProfile" | "FormRollupFilterEngineFormStatus" | "TenantGeneralSettingsRegistration" | "BusinessProfilesCore", guid>;
|
3
|
+
declare const webComponentManifests: Record<"PeopleRollup" | "UserProfileCompletion" | "AppLaunchRegistration" | "Yammerfeed" | "TenantReusableContentAdminJourney" | "FaviconSettings" | "FaviconJourney" | "ActionButtonSignOffRequestSettings" | "DefaultSearchTemplate" | "SharedLinkSimpleListingSearchTemplate" | "SharedLinkAppIconSearchTemplate" | "SearchConfig" | "SearchConfigCategories" | "SearchConfigTemplate" | "SearchConfigImageSize" | "SearchConfigAddOrEditBlade" | "PromotedSearchResultJourney" | "SearchFeedbackJourney" | "SearchStatisticsJourney" | "QuickSearchConfig" | "QuickSearchCategoriesConfig" | "QuickSearchSettingsConfig" | "AdvenceSearchConfig" | "AdvancedSearchCategoriesConfig" | "DateTimeRefinerComponent" | "CustomSearch" | "ActionMenu" | "ActionMenuAdmin" | "TrelloCards" | "TrelloCardsSettings" | "Announcements" | "HighPrioAnnouncements" | "HighPrioAnnouncementsSettings" | "AnnouncementsSettings" | "AnnouncementsBusinessProfileJourney" | "AnnouncementsTenantAdminJourney" | "AnnouncementsAdminListingBlade" | "AnnouncementsAdminAddOrEditBlade" | "AnnouncementsAdminTypeAndStatusBlade" | "FavoriteButtonLinkHandlerSettings" | "FavoriteButtonLinkHandlerRegistration" | "FavoriteButtonLinkHandlerSubscription" | "AdminShortcutActionRegistration" | "AdminShortcutActionHandler" | "TeamworkNavigationActionRegistration" | "TeamworkNavigationActionHandler" | "NotificationPanelActionRegistration" | "NotificationPanelActionHandler" | "TutorialActionRegistration" | "TutorialActionHandler" | "MyLinkActionRegistration" | "MyLinkActionHandler" | "StrengthenProfileActionRegistration" | "StrengthenProfileActionHandler" | "QuickSearchActionRegistration" | "QuickSearchActionHandler" | "ShareActionSettings" | "ShareActionRegistration" | "ShareActionHandler" | "CreateAppActionHandler" | "YammerfeedSettings" | "SearchHeader" | "Search" | "SearchBlock" | "SearchBlockSettings" | "QuickSearch" | "AdvancedSearch" | "SearchAdmin" | "SearchAdminRegistration" | "SharePointSearchProviderSettings" | "MicrosoftSearchProviderSettings" | "SharedLinksSearchProviderSettings" | "QuickSearchActionHandlerSettings" | "SearchSettings" | "SearchStatisticsMetricIndicator" | "SearchStatisticsNoOfQueryMetricIndicator" | "SearchStatisticsAbandonedQueryMetricIndicator" | "SearchStatisticsNoResultQueryMetricIndicator" | "SearchStatisticsNoOfQueryMetricDetail" | "SearchStatisticsAbandonedQueryMetricDetail" | "SearchStatisticsNoResultQueryMetricDetail" | "SearchStatisticsMetricScopeFilter" | "MyTasks" | "MyTasksSettings" | "MyTasksSiteGroupView" | "TasksSimpleListingView" | "Logo" | "LogoSettings" | "Header" | "FullHeader" | "CompactHeader" | "HeaderSettings" | "FooterComponent" | "FooterCore" | "FooterSettings" | "FooterShared" | "UserMenu" | "UserMenuCore" | "CompactUserMenu" | "UserAccessibilitySetting" | "UserAccessibilityJumpToContent" | "AccessibilityStyle" | "OmniaSystemLanguageSetting" | "OmniaLanguagesComponent" | "DocumentDirectionSetting" | "DocumentDirectioJumpToContent" | "DocumentDirectionStyle" | "MyLinksNavigation" | "QuickLinksViewComponent" | "QuickLinksEditComponent" | "QuickLinksCreateComponent" | "QuickLinksComponent" | "AppLaunchComponent" | "CompactAppLaunchComponent" | "SharedLinkListingsBlade" | "SharedLinkAddOrEditBlade" | "BusinessProfileAdminSharedLinksJourney" | "TenantAdminSharedLinksJourney" | "QuickLinkSetting" | "MyLinkSetting" | "TrelloCardView" | "QuickLinkSimpleList" | "QuickLinkAppIconList" | "QuickLinksAppLaunchView" | "ImportantAnnouncementView" | "HighPriorityAnnouncementView" | "AnnouncementLikeComment" | "NotificationPanelHeader" | "NotificationPanelHeaderSettings" | "NotificationPanel" | "NotificationPanelSettings" | "NotificationPanelsAdmin" | "NotificationPanelBlockSettings" | "AdminShortcut" | "TutorialAdmin" | "TutorialAdminTenant" | "TutorialPageSetting" | "Tutorial" | "ProfileMenu" | "TeamworkAppAppendInformationInput" | "M365GroupAppInformationInput" | "BusinessProfileJourney" | "BusinessProfileSettings" | "BusinessProfileTheme" | "BusinessProfileMediaPicker" | "BusinessProfileMediaPickerCore" | "CentralImageLocations" | "MediaPickerGeneral" | "AppTemplatesCustomStepMember" | "EnterprisePropertiesJourney" | "TargetingPropertiesJourney" | "EnterprisePropertyCategoriesJourney" | "AppProvisioningStepMemberStep" | "AppTemplateStepComponentBase" | "NavigationBar" | "NavigationBarChrome" | "WorkplaceWarning" | "WorkplacePreviewDisclaimer" | "AdminHeaderSettings" | "AdminHeaderSettingsCore" | "PropertySetsJourney" | "PropertiesJourney" | "PropertyArchiveJourney" | "QueryablePropertiesJourney" | "AppPropertiesJourney" | "RichTextEditorSettings" | "TenantHeader" | "TenantLocalizationAdmin" | "TenantLogoSettings" | "ErrorInformation" | "YammerAppForm" | "GovernanceDashboard" | "GovernanceDashboardSettings" | "GovernanceDashboardEditor" | "TextStyles" | "PeopleRollupSettings" | "PeopleRollupBreakpointSettings" | "PeopleRollupCardView" | "PeopleRollupCardViewSettings" | "PageRollupRollerViewSettings" | "PageRollupRollerView" | "PersonSearchTemplate" | "UserProfilePropertiesWizard" | "UserProfileCompletionAppJourney" | "UserProfileStrippedCard" | "UserProfileCompletionBlockSettings" | "UserProfileSendPropertyFeedback" | "UserProfileActionMenu" | "TeamCollabAppSiteDesign" | "MySitesWizard" | "MyTeamCollaboration" | "MyTeamCollaborationDialog" | "MyTeamCollaborationSettingsForm" | "MyTeamCollaborationEditorSettings" | "MyTeamCollaborationCategoryFollowed" | "MyTeamCollaborationCategoryRecently" | "MyTeamCollaborationCategoryGroup" | "MyTeamCollaborationCategorySearch" | "TeamworkNavigationActionHandlerSettings" | "TeamworkNavigationSettingsWrapper" | "TeamworkNavigationSettings" | "TeamworkNavigationTabSettings" | "TeamworkNavigationDialog" | "AppCreationActionHandlerSettings" | "CreateAppDialog" | "TeamNewsListView" | "TeamNewsListViewSettings" | "TeamNewsGroupView" | "TeamNewsGroupViewSettings" | "TeamNewsRollup" | "TeamNewsRollupSettings" | "TeamCollaborationAppWizard" | "TeamCollaborationAppJourney" | "TeamCollaborationSettingsSwitchingTemplateBladeRegistration" | "TeamCollaborationSettingsSwitchingTemplateJourney" | "TeamCollaborationSettingsSwitchingTemplateJourneyRegistration" | "TeamCollaborationSettingsEditBlade" | "EditSitePropertiesListener" | "EditSiteProperties" | "TeamEndUserSettings" | "TeamCollaborationFacebookWorkplace" | "TeamCollaborationRollup" | "TeamCollaborationRollupSettings" | "TeamCollaborationRollupSettingsComponent" | "TeamCollaborationListView" | "TeamCollaborationListViewSettings" | "TeamCollaborationNavigationView" | "TeamCollaborationNavigationViewSettings" | "TeamCollaborationRollupRenderer" | "TeamCollaborationRollupMetricDetailsDialog" | "CreateTeamworkBlock" | "CreateTeamworkComponent" | "CreateTeamworkBlockSettings" | "CreateTeamworkComponentSettings" | "CreateTeamworkCores" | "AppAuthenticationOptions" | "WorkspaceActionMenuRenderer" | "WorkspaceActionMenuHorizontalRenderer" | "WorkspaceActionMenuVerticalRenderer" | "WorkspaceMegaMenuRenderer" | "WorkspaceMegaMenuRendererCore" | "WorkspaceMegaMenuHorizontalRenderer" | "WorkspaceMegaMenuVerticalRenderer" | "WorkspaceMegaMenuCompactRenderer" | "WorkspaceHomeRenderer" | "WorkspaceHomeNodeRenderer" | "WorkspaceVerticalNavigationBar" | "WorkspaceHorizontalNavigationBar" | "GovernanceAdmin" | "GovernanceAdminSettings" | "MicrosoftSearchTemplate" | "EnterpriseGlossaryJourney" | "EnterpriseGlossaryHomeBlade" | "EnterpriseGlossaryTaxonomyBlade" | "SharePointTermMappingsBlade" | "SharePointTermTreeUISettingsBlade" | "TermTreeUISettingsBlade" | "SharePointTermUISettingsBlade" | "TaxonomyNavigation" | "TaxonomyNavigationSettings" | "SignOffRequestJourney" | "SignOffRequestHeaderRequestedByMeList" | "SignOffRequestHeaderCreateNewRequest" | "SignOffRequestRollup" | "SignOffRequestRollupSettings" | "SignOffRequestRollupListView" | "SignOffRequestRollupListViewSettings" | "SignOffRequestRollupSummaryView" | "SignOffRequestRollupSummaryViewSettings" | "SignOffRequestCreation" | "SignOffRequestInfo" | "SignOffRequestReminder" | "SignOffRequestResourceList" | "SignOffRequestResourceProvider" | "SignOffRequestInfoPersistentDialog" | "SignOffRequestUpdateStatusDialog" | "SignOffRequestQueryableProperties" | "MicrosoftTeamChannelFeedCore" | "MicrosoftTeamChannelFeedBlockSettings" | "MicrosoftTeamChannelFeedBlock" | "CustomEmailJourney" | "WorkspaceSettings" | "WorkspaceHomeChrome" | "WorkspaceHomeStatistic" | "WorkspaceJourney" | "WorkspaceHeader" | "WorkspaceChromeBlade" | "AdminSystemJourney" | "DesignerJourney" | "PropertiesBlockGroup" | "PropertiesBlockCore" | "PropertiesBlockSettings" | "PropertiesBlockSettingConfiguration" | "PropertiesBlock" | "AnalyticsBlocksCore" | "AnalyticsWidgetBlockSettings" | "AnalyticsWidgetBlock" | "AnalyticsFilterBlockSettings" | "AnalyticsFilterBlock" | "PowerAppBlock" | "PowerAppBlockSettings" | "PowerAppSettingAdminJourney" | "OrganizationTreeBlockCore" | "OrganizationTreeBlock" | "OrganizationTreeBlockSettings" | "AppRenderer" | "MsTeamTabLayoutConfiguration" | "PostsFeed" | "PostsFeedSettings" | "TenantAnalyticsJourney" | "TenantAnalyticsSetupBlade" | "TenantAnalyticsConfigurationBlade" | "TenantAnalyticsAddDimensionBlade" | "SetupWizardViewCore" | "SetupWizardGeneralStep" | "SetupWizardBrandingStep" | "SetupWizardSharelinksStep" | "SetupWizardContentStep" | "SetupWizardReviewStep" | "SetupWizardKnowledgeSharingPrerequisiteStep" | "SetupWizardDashboard" | "SetupWizardLearningCenterGeneralStep" | "SetupWizardLearningCenterPropertiesStep" | "SetupWizardNewsManagementGlobalNewsStep" | "SetupWizardNewsManagementLocalNewsStep" | "SetupWizardNewsManagementPropertiesStep" | "AttachSiteButton" | "AppEditing" | "SensitivityLabel" | "SetupTeamwork" | "TeamworkActiveLastActivityMetricIndicator" | "TeamworkActiveLastActivityMetricDetail" | "TeamworkInactiveLastActivityMetricIndicator" | "TeamworkInactiveLastActivityMetricDetail" | "LinkHandlerJourney" | "AzureCognitiveProviderComponent" | "QRCode" | "QRCodeSettings" | "TenantSetupWizardNode" | "BusinessProfileSetupWizardNode" | "TeamworkPermissionInput" | "SignOffRequestsRollupFilter_ProgressStatus_Renderer" | "SignOffRequestsRollupFilter_ProgressStatus_Settings" | "SignOffRequestsRollupFilter_ProgressStatus_Selection" | "SignOffRequestsRollupFilter_ProgressStatus_DefaultValueInput" | "SignOffRequestsRollupFilter_Status_Renderer" | "SignOffRequestsRollupFilter_Status_Settings" | "SignOffRequestsRollupFilter_Status_Selection" | "SignOffRequestsRollupFilter_Status_DefaultValueInput" | "SignOffRequestsRollupFilter_Type_Renderer" | "SignOffRequestsRollupFilter_Type_Settings" | "SignOffRequestsRollupFilter_Type_Selection" | "SignOffRequestsRollupFilter_Type_DefaultValueInput" | "SignOffRequestsRollupFilter_RequestedBy_Renderer" | "SignOffRequestsRollupFilter_RequestedBy_Settings" | "SignOffRequestsRollupFilter_RequestedBy_Selection" | "SignOffRequestsRollupFilter_RequestedBy_DefaultValueInput" | "UserInformationBlockGroup" | "UserInformationBlockCore" | "UserInformationBlockSettings" | "UserInformationBlockSettingConfiguration" | "UserInformationBlock" | "HttpCodeLayoutTenantJourney" | "HttpCodeLayoutBusinessProfileJourney" | "SystemLayoutJourney" | "RecurrenceSetting" | "FormTemplatesBlade" | "FormTypesBlade" | "CreateFormActionHandler" | "FormCreationActionHandlerSettings" | "CreateFormDialog" | "FormDialogBuilder" | "FormQueryableProperties" | "FormRollupSettings" | "FormRollup" | "FormRollupListView" | "FormRollupListViewSettings" | "FormRollupFormView" | "FormRollupFormViewSettings" | "FormViewItem" | "FormQuestionRenderer" | "FormScopeTypeFilterEngineRenderer" | "FormScopeFilterEngineRenderer" | "FormScopeFilterEngineSettings" | "FormScopeFilterEngineDefaultValueInput" | "FormScopeFilterEngineSelectionsArea" | "FormStatusFilterEngineRenderer" | "FormStatusFilterEngineSettings" | "FormStatusFilterEngineSelectionsArea" | "FormStatusFilterEngineDefaultValueInput" | "FormRendererSettings" | "PeopleRollupOwnerFilterEngineRenderer" | "PeopleRollupFilterEngineSelectionsAreaOwnerProperty" | "PeopleRollupOwnerPropertySettings" | "PeopleRollupOwnerPropertyDefaultValueInput" | "PeopleRollupUserTypeFilterEngineRenderer" | "PeopleRollupFilterEngineSelectionsAreaUserTypeProperty" | "PeopleRollupUserTypePropertySettings" | "PeopleRollupUserTypePropertyDefaultValueInput" | "BusinessProfileFilterEngineRenderer" | "BusinessProfileFilterEngineSelectionsArea" | "BusinessProfileFilterEngineSettings" | "BusinessProfileFilterEngineDefaultValueInput" | "AppInstanceFilterEngineRenderer" | "AppInstanceFilterEngineSelectionsArea" | "AppInstanceFilterEngineSettings" | "AppInstanceFilterEngineDefaultValueInput" | "TenantAdminSetting" | "SignOffRequestCreationDialog", guid>;
|
4
4
|
declare const groupManifests: Record<"WorkplaceCommon" | "WorkplaceBusinessProfileHeaderActionMenuRegistrationCommon" | "WorkplaceHeader" | "TeamCollabAppInSpfx" | "PostsFeedBlockGroup", guid>;
|
5
5
|
declare module "@omnia/fx-models/Tooling" {
|
6
6
|
interface IEnums$ {
|
@@ -41,7 +41,6 @@ const resourceManifests = enum$("workplace.resourceManifests").value({
|
|
41
41
|
TrelloCardNotificationPanelRegistration: (0, fx_models_1.guid)("1e839200-2173-486e-819b-e33e754c40e1"),
|
42
42
|
SearchAdminCore: (0, fx_models_1.guid)("e4bebac2-d027-4363-8892-bb37f82b3329"),
|
43
43
|
SearchTemplateApi: (0, fx_models_1.guid)("a319f3f1-f05b-4952-a5d4-19749e42a4bf"),
|
44
|
-
ScopedPermissionApi: (0, fx_models_1.guid)("bea1c95e-baa8-412a-9caf-6288997e7ee3"),
|
45
44
|
SearchCategoryProviderApi: (0, fx_models_1.guid)("da66bae7-498d-42f5-b300-eaf179a03f0a"),
|
46
45
|
SearchTokenProviderApi: (0, fx_models_1.guid)("142f62fe-a32d-4a38-a3d3-e049589dfa5d"),
|
47
46
|
DefaultSearchTokenProviderRegistration: (0, fx_models_1.guid)("7ae13d0f-5dbd-4da3-a631-95b86a6bcae2"),
|
@@ -53,19 +52,12 @@ const resourceManifests = enum$("workplace.resourceManifests").value({
|
|
53
52
|
WorkplaceRegistrations: (0, fx_models_1.guid)("79d366df-face-4c38-9712-54b727f6fea7"),
|
54
53
|
BusinessProfileAdminRegistrations: (0, fx_models_1.guid)("8e6c9764-1987-45b0-ab7a-7d919ee0e29a"),
|
55
54
|
BusinessProfileMediaPickerRegistrations: (0, fx_models_1.guid)("1d6c539c-216e-4be5-8261-c14edf6e89fa"),
|
56
|
-
TenantAdminMediaPickerRegistrations: (0, fx_models_1.guid)("04b16bb1-8896-44e1-95c1-81c57c20420b"),
|
57
55
|
TenantAdminFaviconRegistrations: (0, fx_models_1.guid)("c38db08d-5e6c-4057-bc4f-c5800ea05c4b"),
|
58
|
-
BusinessProfileAdminLanguage: (0, fx_models_1.guid)("0efcf37c-6bea-4f94-bd7d-07aeb9f9dc6c"),
|
59
|
-
TenantRegionalRegistrations: (0, fx_models_1.guid)("17deb777-2e63-4579-950e-7e8c7214ae7f"),
|
60
56
|
TenantHeaderRegistrations: (0, fx_models_1.guid)("7205df38-c426-4eda-9299-ad00c5d7307d"),
|
61
57
|
TenantErrorInformationRegistrations: (0, fx_models_1.guid)("4001fba5-fffd-480e-a191-819070713d6b"),
|
62
58
|
RichTextEditorSettingsRegistrations: (0, fx_models_1.guid)("fa61d7d1-3bdc-43cc-bc44-0de68acc322d"),
|
63
|
-
BusinessProfilesCore: (0, fx_models_1.guid)("984816ee-3eda-45d9-bb0b-cda88cc89e17"),
|
64
|
-
SecretsCore: (0, fx_models_1.guid)("2e299c8d-7b2d-4eb0-8878-94e883922735"),
|
65
|
-
TenantAdminSettingsCore: (0, fx_models_1.guid)("8126ac2b-2b78-48b2-aa50-9fd70329946f"),
|
66
59
|
GovernanceDashboardCore: (0, fx_models_1.guid)("9b6050c6-0ab0-4411-a523-82451d7428a6"),
|
67
60
|
TenantAdminTextStyleRegistration: (0, fx_models_1.guid)("5c297170-8e0e-40cd-adb6-ceaad397922c"),
|
68
|
-
TenantGeneralSettingsRegistration: (0, fx_models_1.guid)("709d1d2b-3292-4b22-8a4f-fac8d2cbec9a"),
|
69
61
|
EnableInputMSTeamsUrl: (0, fx_models_1.guid)("2c54bad8-bef9-4196-9977-1f7d201c7603"),
|
70
62
|
PeopleRollupCore: (0, fx_models_1.guid)("4edc94d1-af23-4eed-85e2-3128ba6d108e"),
|
71
63
|
UserProfileCompletionCore: (0, fx_models_1.guid)("656897e7-182b-4aa9-a37b-4fd962615164"),
|
@@ -125,7 +117,17 @@ const resourceManifests = enum$("workplace.resourceManifests").value({
|
|
125
117
|
FormSharedComponentCore: (0, fx_models_1.guid)("fe1500ae-cec0-4f86-9cf9-b6e6ad58be36"),
|
126
118
|
FormRollupCore: (0, fx_models_1.guid)("ce661fe3-ada7-4db9-ae46-a928035298e9"),
|
127
119
|
FormRollupFilterEngineFormScope: (0, fx_models_1.guid)("c37302df-8ee3-4d49-8a6c-11f3df4ae4d5"),
|
128
|
-
FormRollupFilterEngineContextProperties: (0, fx_models_1.guid)("87c0c090-5a82-43ad-aadd-41e8d8309f29")
|
120
|
+
FormRollupFilterEngineContextProperties: (0, fx_models_1.guid)("87c0c090-5a82-43ad-aadd-41e8d8309f29"),
|
121
|
+
PeopleRollupFilterEngineCore: (0, fx_models_1.guid)("5ea52758-893b-4e84-8957-1a8ac045e4db"),
|
122
|
+
PeopleRollupFilterEngineContextPropertiesRegistration: (0, fx_models_1.guid)("27592c89-fed2-41f9-a519-47a2a51e2909"),
|
123
|
+
PeopleRollupOwnerFilterEngineRegistrationApi: (0, fx_models_1.guid)("ab1b957a-81e0-4c9c-bc85-af18f54d4b7e"),
|
124
|
+
PeopleRollupUserTypeFilterEngineRegistrationApi: (0, fx_models_1.guid)("27c4425d-efca-4d1a-92d2-492e671c8407"),
|
125
|
+
FormRollupFilterEngineScope: (0, fx_models_1.guid)("8bde71cb-c39b-433a-ab75-e3049ddf4af0"),
|
126
|
+
FormRollupFilterEngineAppInstance: (0, fx_models_1.guid)("3e63735e-4861-4236-9622-cf4310634efd"),
|
127
|
+
FormRollupFilterEngineBusinessProfile: (0, fx_models_1.guid)("df927ed1-13db-44a5-9d3a-4b1a10639537"),
|
128
|
+
FormRollupFilterEngineFormStatus: (0, fx_models_1.guid)("7e084fdd-e9f9-4ff9-8718-14070ea097f9"),
|
129
|
+
TenantGeneralSettingsRegistration: (0, fx_models_1.guid)("709d1d2b-3292-4b22-8a4f-fac8d2cbec9a"),
|
130
|
+
BusinessProfilesCore: (0, fx_models_1.guid)("63a742a0-4dff-40ba-b0ce-b46daf7a34e8")
|
129
131
|
});
|
130
132
|
const webComponentManifests = enum$("workplace.webComponentManifests").value({
|
131
133
|
TenantReusableContentAdminJourney: (0, fx_models_1.guid)("25f35a90-f1e0-49b5-952b-0a5dd40ee6fd"),
|
@@ -136,12 +138,16 @@ const webComponentManifests = enum$("workplace.webComponentManifests").value({
|
|
136
138
|
SharedLinkSimpleListingSearchTemplate: (0, fx_models_1.guid)("14a49fd1-2712-4e65-a300-3ae78feb7326"),
|
137
139
|
SharedLinkAppIconSearchTemplate: (0, fx_models_1.guid)("86909328-1987-45b3-bf20-01680c6ff884"),
|
138
140
|
SearchConfig: (0, fx_models_1.guid)("64fb9421-2dba-4861-a949-4fafa2599b4e"),
|
141
|
+
SearchConfigCategories: (0, fx_models_1.guid)("db09260a-0fac-474c-8a40-4ce94fe41988"),
|
142
|
+
SearchConfigTemplate: (0, fx_models_1.guid)("99771887-6b75-433a-a732-9a70f59b6231"),
|
143
|
+
SearchConfigImageSize: (0, fx_models_1.guid)("e87dd4d9-38d3-40b0-a628-06790e67fd8c"),
|
139
144
|
SearchConfigAddOrEditBlade: (0, fx_models_1.guid)("6d218ec0-bf28-47e2-ab6d-1ebdf759c80f"),
|
140
145
|
PromotedSearchResultJourney: (0, fx_models_1.guid)("14bd1089-d501-412f-a569-ca915308e541"),
|
141
146
|
SearchFeedbackJourney: (0, fx_models_1.guid)("b4672f4f-76c5-4ec8-b0d8-5142e4698446"),
|
142
147
|
SearchStatisticsJourney: (0, fx_models_1.guid)("6b0a110e-478a-4c3d-875b-d89da7296c43"),
|
143
148
|
QuickSearchConfig: (0, fx_models_1.guid)("f537b6a0-79ec-4019-9da6-62a51e3c5ff3"),
|
144
149
|
QuickSearchCategoriesConfig: (0, fx_models_1.guid)("4190870d-6df6-4f35-9ea8-7cae2105b7e9"),
|
150
|
+
QuickSearchSettingsConfig: (0, fx_models_1.guid)("29a413bd-673d-4c90-b50e-10166616f932"),
|
145
151
|
AdvenceSearchConfig: (0, fx_models_1.guid)("e5da6df9-7c88-4413-9f75-b8635429cc16"),
|
146
152
|
AdvancedSearchCategoriesConfig: (0, fx_models_1.guid)("10303262-f456-4f79-be31-71bd32a32dab"),
|
147
153
|
DateTimeRefinerComponent: (0, fx_models_1.guid)("0d3db85a-72f7-4f60-a404-8648101ab0b3"),
|
@@ -216,6 +222,7 @@ const webComponentManifests = enum$("workplace.webComponentManifests").value({
|
|
216
222
|
FooterComponent: (0, fx_models_1.guid)("839a30ea-2733-4a82-aa5b-b15dd502137e"),
|
217
223
|
FooterCore: (0, fx_models_1.guid)("58552fa6-0533-498d-82fd-319f7db6837c"),
|
218
224
|
FooterSettings: (0, fx_models_1.guid)("9bec119b-f8b8-4fef-9246-263748793629"),
|
225
|
+
FooterShared: (0, fx_models_1.guid)("f37b12f7-2a0e-49c4-a4df-99a686445bf1"),
|
219
226
|
UserMenu: (0, fx_models_1.guid)("ff8336d1-9558-45ff-84a5-9043adea65c0"),
|
220
227
|
UserMenuCore: (0, fx_models_1.guid)("b77aa1bd-9392-424c-9e20-b88e6b749aa4"),
|
221
228
|
CompactUserMenu: (0, fx_models_1.guid)("88d642cc-300e-4bf4-96b9-fd5f6d35c186"),
|
@@ -265,20 +272,12 @@ const webComponentManifests = enum$("workplace.webComponentManifests").value({
|
|
265
272
|
BusinessProfileJourney: (0, fx_models_1.guid)("2b69d826-807c-470e-9db1-0a19bba2d1e0"),
|
266
273
|
BusinessProfileSettings: (0, fx_models_1.guid)("4b86a436-4255-448c-a502-e1daeb94d142"),
|
267
274
|
BusinessProfileTheme: (0, fx_models_1.guid)("61499843-fa3a-47c8-b935-8e3c27c68f1b"),
|
268
|
-
TenantMediaPicker: (0, fx_models_1.guid)("37329e5d-5cf7-4ff1-ba63-3ce14b88e51c"),
|
269
|
-
TenantMediaPickerCore: (0, fx_models_1.guid)("7e8bedff-1e6f-412d-9b5d-3af801780310"),
|
270
275
|
BusinessProfileMediaPicker: (0, fx_models_1.guid)("3d403752-2b3e-4cfe-8ba0-da7fb4e8e0ba"),
|
271
276
|
BusinessProfileMediaPickerCore: (0, fx_models_1.guid)("36fe7ee6-e834-4eec-b5dd-2a83667c91a6"),
|
272
277
|
CentralImageLocations: (0, fx_models_1.guid)("0bebb289-f3fc-4838-a032-4a9f20c605c1"),
|
273
278
|
MediaPickerGeneral: (0, fx_models_1.guid)("0aa2c49f-500d-4d1c-a31a-9ecbf80d3882"),
|
274
|
-
MediaPickerScalingSettingsListing: (0, fx_models_1.guid)("19b22417-acb6-41c1-96f9-47ea4d60f4b2"),
|
275
|
-
MediaPickerFileSizeLimitSettings: (0, fx_models_1.guid)("ab1f3fec-ab21-4791-98cc-3a4934b6625d"),
|
276
|
-
MediaPickerCropRatios: (0, fx_models_1.guid)("a49a79f5-9f1e-471d-813f-12926f411f9c"),
|
277
|
-
BusinessProfileLanguage: (0, fx_models_1.guid)("936d6849-3488-4a6f-b16c-91b0c625e837"),
|
278
279
|
AppTemplatesCustomStepMember: (0, fx_models_1.guid)("bfc04495-50cb-4de6-9983-f53997f3fbe2"),
|
279
280
|
EnterprisePropertiesJourney: (0, fx_models_1.guid)("e98dd24f-7bfa-4704-ad5e-85510cbe3d37"),
|
280
|
-
TenantSecretsJourney: (0, fx_models_1.guid)("1d60e6da-39df-4458-b621-3b4d64bf2843"),
|
281
|
-
BusinessProfileSecretsJourney: (0, fx_models_1.guid)("b52c92f6-5574-4e1d-a37f-ca6159c9eb1d"),
|
282
281
|
TargetingPropertiesJourney: (0, fx_models_1.guid)("9433e3d2-89d2-434b-93b2-0f7be4578979"),
|
283
282
|
EnterprisePropertyCategoriesJourney: (0, fx_models_1.guid)("dbe61fac-1b82-4db6-aca3-12e95a86274f"),
|
284
283
|
AppProvisioningStepMemberStep: (0, fx_models_1.guid)("cfc748f2-4d9e-4629-ad61-3a6694da4ad9"),
|
@@ -296,20 +295,14 @@ const webComponentManifests = enum$("workplace.webComponentManifests").value({
|
|
296
295
|
AppPropertiesJourney: (0, fx_models_1.guid)("b830a978-3f58-4951-a2d8-1e2b2009a126"),
|
297
296
|
RichTextEditorSettings: (0, fx_models_1.guid)("ece24f01-1e63-4c2a-bbff-f713f9dde5c3"),
|
298
297
|
TenantHeader: (0, fx_models_1.guid)("45afc3a3-23e2-4947-ab8d-fa937b033298"),
|
299
|
-
TenantRegional: (0, fx_models_1.guid)("fcf7035a-4e22-428f-bcdd-47843d4882ba"),
|
300
|
-
TenantAdminSetting: (0, fx_models_1.guid)("5618d436-945b-4fdf-b432-93dac1a541a6"),
|
301
298
|
TenantLocalizationAdmin: (0, fx_models_1.guid)("b4f33fbe-c8ed-473f-8d25-84f35154a981"),
|
302
|
-
TenantAdministratorPermissionJourney: (0, fx_models_1.guid)("af0c761e-8ba5-4dee-858c-a7593adcce76"),
|
303
|
-
BusinessProfileAdministratorPermissionJourney: (0, fx_models_1.guid)("01dbddb7-0b1a-48dc-af16-cd4f534cd2de"),
|
304
299
|
TenantLogoSettings: (0, fx_models_1.guid)("5c4689dc-cb79-4138-8300-f8b99d550c35"),
|
305
300
|
ErrorInformation: (0, fx_models_1.guid)("b2402e98-de00-440b-9084-5460f5d8d2ff"),
|
306
|
-
SystemAccountForm: (0, fx_models_1.guid)("0f7957bf-937e-4563-992a-f142e027d1d2"),
|
307
301
|
YammerAppForm: (0, fx_models_1.guid)("352e23d3-9a20-40f7-8699-1b9796032e3a"),
|
308
302
|
GovernanceDashboard: (0, fx_models_1.guid)("8b58ab03-7af5-47f1-a82d-290964567cc9"),
|
309
303
|
GovernanceDashboardSettings: (0, fx_models_1.guid)("e3378939-f5a4-45e3-98bf-e2f9c70a78ef"),
|
310
304
|
GovernanceDashboardEditor: (0, fx_models_1.guid)("88896064-02b1-451f-ac47-ed6b4c90b4e3"),
|
311
305
|
TextStyles: (0, fx_models_1.guid)("67982bb7-524f-4e91-9b2f-05bd2ab3c088"),
|
312
|
-
TenantGeneralSettings: (0, fx_models_1.guid)("62529631-696b-457b-bc04-18c888fc940f"),
|
313
306
|
PeopleRollup: (0, fx_models_1.guid)("b5a5fd89-a18c-4c0e-9087-7cb3556bede5"),
|
314
307
|
PeopleRollupSettings: (0, fx_models_1.guid)("7d4ad6a0-4228-409e-ba6e-f23fc8b528b8"),
|
315
308
|
PeopleRollupBreakpointSettings: (0, fx_models_1.guid)("4c8d688c-7d68-4b6a-afcb-f0d9acfca585"),
|
@@ -350,11 +343,7 @@ const webComponentManifests = enum$("workplace.webComponentManifests").value({
|
|
350
343
|
TeamNewsRollupSettings: (0, fx_models_1.guid)("e32e54a4-3538-45a6-9bd2-a2c77c7a3162"),
|
351
344
|
TeamCollaborationAppWizard: (0, fx_models_1.guid)("69633624-6d96-4459-9819-1c6efbc1bc98"),
|
352
345
|
TeamCollaborationAppJourney: (0, fx_models_1.guid)("a6724d9c-bed5-45fe-aed3-b479e5b8be72"),
|
353
|
-
TeamCollaborationSettingsJourney: (0, fx_models_1.guid)("4cd5054d-ab4a-44df-b4f0-cd4be9d1ee50"),
|
354
|
-
TeamCollaborationSettingsSwitchingTemplateBlade: (0, fx_models_1.guid)("561806c4-118a-41b5-ab81-7aa32d162367"),
|
355
|
-
TeamCollaborationSettingsEditAppInstanceBlade: (0, fx_models_1.guid)("b358eb4c-58fb-4911-9c7c-2fca8b2fe186"),
|
356
346
|
TeamCollaborationSettingsSwitchingTemplateBladeRegistration: (0, fx_models_1.guid)("82001098-ae85-4239-8bd9-30132d68b57e"),
|
357
|
-
TeamCollaborationSettingsEditAppInstanceBladeRegistration: (0, fx_models_1.guid)("d33eb6d0-55e7-414c-8b1a-45173d870455"),
|
358
347
|
TeamCollaborationSettingsSwitchingTemplateJourney: (0, fx_models_1.guid)("b0e4ded9-14dd-47ed-9922-6f884b927f9a"),
|
359
348
|
TeamCollaborationSettingsSwitchingTemplateJourneyRegistration: (0, fx_models_1.guid)("389048fb-b6ad-4323-a7f8-ec050b891853"),
|
360
349
|
TeamCollaborationSettingsEditBlade: (0, fx_models_1.guid)("4a153966-6f4b-40c5-8168-254b660fdacf"),
|
@@ -450,41 +439,10 @@ const webComponentManifests = enum$("workplace.webComponentManifests").value({
|
|
450
439
|
MsTeamTabLayoutConfiguration: (0, fx_models_1.guid)("104760a6-6754-4bbb-8325-4e42bef75b8a"),
|
451
440
|
PostsFeed: (0, fx_models_1.guid)("74c4e208-e37f-41a5-ba96-c4bf64464523"),
|
452
441
|
PostsFeedSettings: (0, fx_models_1.guid)("7f049298-9bb4-4f32-a2d4-2e8b8ffa6c1b"),
|
453
|
-
TenantUserManagementJourney: (0, fx_models_1.guid)("1d19aeb7-22e4-4b9e-9d26-17035854dd2a"),
|
454
|
-
BusinessProfileUserManagementJourney: (0, fx_models_1.guid)("9539268b-7419-44dd-9707-96a5ff9d0b0d"),
|
455
|
-
UserManagementCore: (0, fx_models_1.guid)("2b3fc3f2-bc60-44a0-8688-764f3b2d62c8"),
|
456
|
-
UserManagementUserTypeListingBlade: (0, fx_models_1.guid)("ebd9788a-b217-4868-8f4e-594ecf568806"),
|
457
|
-
UserManagementUserTypeCreateDialog: (0, fx_models_1.guid)("b4acc93e-c207-4b9c-b65d-d74e0058f416"),
|
458
|
-
UserManagementUserTypeDetailBlade: (0, fx_models_1.guid)("0f51dc5b-13ae-4c3e-8b74-eab4eb3b289b"),
|
459
|
-
UserManagementSyncProviderListingBlade: (0, fx_models_1.guid)("242dc560-2ede-41f0-b6d4-151884a2ec63"),
|
460
|
-
UserManagementSyncProviderSettingsBlade: (0, fx_models_1.guid)("0ab38b6f-9852-40ec-83c4-37db8a27d7c6"),
|
461
|
-
UserManagementSyncProviderLogsBlade: (0, fx_models_1.guid)("6a15d7ed-ea3d-4b54-8b71-d8a7f3e50295"),
|
462
|
-
UserManagementUserJourney: (0, fx_models_1.guid)("f5842aad-ad83-4b4b-b7b8-ef9d6eb8b8e1"),
|
463
|
-
UserManagementUserActiveJourney: (0, fx_models_1.guid)("6f1fc259-6ddb-411a-bf17-41ed422947e3"),
|
464
|
-
UserManagementActiveUserListing: (0, fx_models_1.guid)("1972b656-c68c-4c50-afa7-c76c8959b88d"),
|
465
|
-
UserManagementDeletedUserListing: (0, fx_models_1.guid)("a7dfb3df-024c-49ac-a5f0-6dfd46c2ab65"),
|
466
|
-
UserManagementUserDetailBlade: (0, fx_models_1.guid)("fb9aa542-fd41-4c5f-8468-aa0ad67d11f7"),
|
467
|
-
UserManagementUserAuthenticationBlade: (0, fx_models_1.guid)("2de8ec5f-9d03-4828-b192-8ba37e48b322"),
|
468
|
-
UserManagementGroupListingBlade: (0, fx_models_1.guid)("0a208072-d45f-4f49-8d59-ab7b9da9a10d"),
|
469
|
-
UserManagementActiveGroupListing: (0, fx_models_1.guid)("f333ebaa-d009-4169-a2ff-868e8b751bf9"),
|
470
|
-
UserManagementDeletedGroupListing: (0, fx_models_1.guid)("3620baa9-5501-45fa-955e-79d176a72a51"),
|
471
|
-
UserManagementGroupDetailBlade: (0, fx_models_1.guid)("836c198b-2a2c-418f-89a0-cf47ed44092d"),
|
472
|
-
UserManagementAuthenticationSettingsBlade: (0, fx_models_1.guid)("a95a8b4a-7e94-4190-9240-87b361950843"),
|
473
|
-
UserManagementDynamicGroupListingBlade: (0, fx_models_1.guid)("9c3a9218-af53-4e48-b95b-a122eb43db64"),
|
474
|
-
UserManagementDynamicGroupDetailBlade: (0, fx_models_1.guid)("f43ef789-418d-4f56-bd27-88420f3d9823"),
|
475
|
-
UserManagementUserPropertyListingBlade: (0, fx_models_1.guid)("77fa3438-c920-4b32-bddc-1b8361e530c2"),
|
476
|
-
UserManagementUserPropertyDetailBlade: (0, fx_models_1.guid)("3967363b-80cd-4b12-900f-7a9c7975bf6a"),
|
477
|
-
UserManagementUserDetailBladeAuthenticationTab: (0, fx_models_1.guid)("95a66c49-40c7-442c-b815-359c5d299365"),
|
478
|
-
UserManagementUserDetailBladePropertiesTab: (0, fx_models_1.guid)("9c7c9267-6bae-4157-a588-98eecb88663d"),
|
479
|
-
UserManagementBulkImportBlade: (0, fx_models_1.guid)("8df3cbab-53d4-4091-8fe0-a44f88e92018"),
|
480
|
-
UserManagementLoginLogBlade: (0, fx_models_1.guid)("f00e21cd-5e0f-472a-a91d-c2b927e25fa7"),
|
481
|
-
BusinessProfileAuthenticationBlade: (0, fx_models_1.guid)("4c9410c5-86ff-49a6-a493-f8a35bb3f990"),
|
482
442
|
TenantAnalyticsJourney: (0, fx_models_1.guid)("d64bc647-0d37-49de-bd60-eb0d39cbb4a9"),
|
483
443
|
TenantAnalyticsSetupBlade: (0, fx_models_1.guid)("3e80d831-f02b-4c0b-bfbd-a1354896f98b"),
|
484
444
|
TenantAnalyticsConfigurationBlade: (0, fx_models_1.guid)("4027e639-92ed-4064-95c8-f715f02cacac"),
|
485
445
|
TenantAnalyticsAddDimensionBlade: (0, fx_models_1.guid)("752607aa-4b6e-4865-90cc-c867fa1e0d91"),
|
486
|
-
UserManagementSelfService: (0, fx_models_1.guid)("36d0078c-1c79-486b-b4e3-92a97f03bdb5"),
|
487
|
-
UserManagementIdentityCreationRequestPendingApprovalListing: (0, fx_models_1.guid)("6f3f70ca-afc5-4724-b3f8-405986a21717"),
|
488
446
|
SetupWizardViewCore: (0, fx_models_1.guid)("758d200f-91f3-4446-8662-07592f89eeba"),
|
489
447
|
SetupWizardGeneralStep: (0, fx_models_1.guid)("c5f83b2f-a21f-4210-b4f4-13ffda4ac129"),
|
490
448
|
SetupWizardBrandingStep: (0, fx_models_1.guid)("084f1e3e-f0f5-4f2b-a75d-67f629308bf8"),
|
@@ -536,8 +494,6 @@ const webComponentManifests = enum$("workplace.webComponentManifests").value({
|
|
536
494
|
UserInformationBlock: (0, fx_models_1.guid)("29f1772f-545e-4017-b9fa-d356c8192b66"),
|
537
495
|
HttpCodeLayoutTenantJourney: (0, fx_models_1.guid)("a2b3a1be-68a8-49c2-8d60-5069174de7be"),
|
538
496
|
HttpCodeLayoutBusinessProfileJourney: (0, fx_models_1.guid)("9b3a0a46-6267-48f3-b711-68bd16f62a66"),
|
539
|
-
AuthenticationScreenBlade: (0, fx_models_1.guid)("ecdcbe77-649d-423b-9f45-a2b3a4369a83"),
|
540
|
-
AuthenticationScreenChrome: (0, fx_models_1.guid)("479f9b8e-edeb-4c41-95a3-1ac3e2b5299e"),
|
541
497
|
SystemLayoutJourney: (0, fx_models_1.guid)("29e4919f-ca93-492d-9b81-ddca5a5dc28a"),
|
542
498
|
RecurrenceSetting: (0, fx_models_1.guid)("21a8d6b5-24ea-41fd-b977-b665718dbf51"),
|
543
499
|
FormTemplatesBlade: (0, fx_models_1.guid)("868aa0d1-09d9-47cc-89c5-a099f43d73af"),
|
@@ -564,7 +520,25 @@ const webComponentManifests = enum$("workplace.webComponentManifests").value({
|
|
564
520
|
FormStatusFilterEngineSettings: (0, fx_models_1.guid)("fea6b108-c9cc-4ffd-9044-89e9e632ba42"),
|
565
521
|
FormStatusFilterEngineSelectionsArea: (0, fx_models_1.guid)("77c771b4-5cce-4db4-8229-38ce362b9a64"),
|
566
522
|
FormStatusFilterEngineDefaultValueInput: (0, fx_models_1.guid)("0f92d659-4323-4e68-9315-0416a26baa04"),
|
567
|
-
FormRendererSettings: (0, fx_models_1.guid)("6346a95e-8a0b-40ed-a529-c7a6fafbc265")
|
523
|
+
FormRendererSettings: (0, fx_models_1.guid)("6346a95e-8a0b-40ed-a529-c7a6fafbc265"),
|
524
|
+
PeopleRollupOwnerFilterEngineRenderer: (0, fx_models_1.guid)("87d244d6-0c18-4556-b8e5-855c04873088"),
|
525
|
+
PeopleRollupFilterEngineSelectionsAreaOwnerProperty: (0, fx_models_1.guid)("c3a3a753-9ad7-48a4-ab1b-df22db4fd66b"),
|
526
|
+
PeopleRollupOwnerPropertySettings: (0, fx_models_1.guid)("c4756c5d-b25c-458d-a247-676105ff936e"),
|
527
|
+
PeopleRollupOwnerPropertyDefaultValueInput: (0, fx_models_1.guid)("1835d283-3d45-4773-a79f-ea437ea85d0f"),
|
528
|
+
PeopleRollupUserTypeFilterEngineRenderer: (0, fx_models_1.guid)("68c99ef8-a983-4123-9cd9-dd1502c49037"),
|
529
|
+
PeopleRollupFilterEngineSelectionsAreaUserTypeProperty: (0, fx_models_1.guid)("ac021f74-56d1-46e8-8b9c-04d90ebbc7b6"),
|
530
|
+
PeopleRollupUserTypePropertySettings: (0, fx_models_1.guid)("699a385b-4103-424d-a107-fc862ccda45d"),
|
531
|
+
PeopleRollupUserTypePropertyDefaultValueInput: (0, fx_models_1.guid)("06ea33d8-420c-42a4-92bc-f3158c152477"),
|
532
|
+
BusinessProfileFilterEngineRenderer: (0, fx_models_1.guid)("a8ebe89f-81ce-4364-94a2-09910d2c71f3"),
|
533
|
+
BusinessProfileFilterEngineSelectionsArea: (0, fx_models_1.guid)("228e0389-f2e5-4dc3-bf20-39351ef9d279"),
|
534
|
+
BusinessProfileFilterEngineSettings: (0, fx_models_1.guid)("0a5213ed-5ba3-45c5-8b25-958d6021b1f8"),
|
535
|
+
BusinessProfileFilterEngineDefaultValueInput: (0, fx_models_1.guid)("4d78d753-c704-40c8-a979-856ffa6e26da"),
|
536
|
+
AppInstanceFilterEngineRenderer: (0, fx_models_1.guid)("b06557a3-1828-4ecd-848c-8d6c1cbd2f2f"),
|
537
|
+
AppInstanceFilterEngineSelectionsArea: (0, fx_models_1.guid)("a1599738-b309-4b62-8d57-c89c0829267a"),
|
538
|
+
AppInstanceFilterEngineSettings: (0, fx_models_1.guid)("abe97e50-134d-4c93-b118-ffbbd1125e40"),
|
539
|
+
AppInstanceFilterEngineDefaultValueInput: (0, fx_models_1.guid)("31831963-4301-4882-93eb-230825b11918"),
|
540
|
+
TenantAdminSetting: (0, fx_models_1.guid)("5618d436-945b-4fdf-b432-93dac1a541a6"),
|
541
|
+
SignOffRequestCreationDialog: (0, fx_models_1.guid)("831b98b6-9b4d-4e30-93cf-543b853cbe15")
|
568
542
|
});
|
569
543
|
const groupManifests = enum$("workplace.groupManifests").value({
|
570
544
|
WorkplaceCommon: (0, fx_models_1.guid)("0588ce97-88d8-4903-8406-9310553ba4d7"),
|
@@ -7,9 +7,9 @@ export declare class WPRoleDefinition {
|
|
7
7
|
static get SharedLinksBPAdmin(): guid;
|
8
8
|
static get AnnouncementsTenantAdmin(): guid;
|
9
9
|
static get AnnouncementsBPAdmin(): guid;
|
10
|
+
static get AnalyticsBpReader(): guid;
|
10
11
|
static get SearchBPAdmin(): guid;
|
11
12
|
static get GlobalSignOffRequestAdmin(): guid;
|
12
|
-
static get AnalyticsBpReader(): guid;
|
13
13
|
}
|
14
14
|
export declare class WizardSetupConstant {
|
15
15
|
static get LocationPropertyTaxonomy(): guid;
|
@@ -7,13 +7,15 @@ class ServiceDefinition {
|
|
7
7
|
}
|
8
8
|
exports.ServiceDefinition = ServiceDefinition;
|
9
9
|
class WPRoleDefinition {
|
10
|
+
//Remove after update nuget
|
10
11
|
static get SharedLinksTenantAdmin() { return (0, fx_models_1.guid)("9d87e455-ed2b-4891-9738-cb014c9bb4db"); }
|
11
12
|
static get SharedLinksBPAdmin() { return (0, fx_models_1.guid)("778c0d53-23ec-4874-8843-86c6c9e55009"); }
|
12
13
|
static get AnnouncementsTenantAdmin() { return (0, fx_models_1.guid)("ae9cc8d3-f47f-49e5-81ad-633d428a2a26"); }
|
13
14
|
static get AnnouncementsBPAdmin() { return (0, fx_models_1.guid)("5fa0ced5-f7ab-4c7a-99d9-1f291cb08cc1"); }
|
15
|
+
static get AnalyticsBpReader() { return (0, fx_models_1.guid)("ab0d9a26-a89a-4117-bfee-0e3013e456e1"); }
|
16
|
+
//Remove after update nuget
|
14
17
|
static get SearchBPAdmin() { return (0, fx_models_1.guid)("affe1bd8-b534-459b-bdd5-f11e5a2d1d73"); }
|
15
18
|
static get GlobalSignOffRequestAdmin() { return (0, fx_models_1.guid)("d20507d0-41c0-43a2-8ffc-13e923362f9d"); }
|
16
|
-
static get AnalyticsBpReader() { return (0, fx_models_1.guid)("ab0d9a26-a89a-4117-bfee-0e3013e456e1"); }
|
17
19
|
}
|
18
20
|
exports.WPRoleDefinition = WPRoleDefinition;
|
19
21
|
class WizardSetupConstant {
|
@@ -52,6 +52,7 @@ export interface NotificationPanelSettingsModel {
|
|
52
52
|
categories: Array<NotificationPanelCategoryModel>;
|
53
53
|
customColors?: NotificationPanelCustomColorModel;
|
54
54
|
categoryIconDisplaySettings: CategoryIconDisplaySettings;
|
55
|
+
isCreating?: boolean;
|
55
56
|
}
|
56
57
|
export interface NoficationPanelDisplaySettings {
|
57
58
|
displayMode: NotificationPanelDisplayModes;
|