@omnia/workplace 6.5.102-preview → 6.5.106-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/ScopedPermissionApi.d.ts +20 -0
- package/internal-do-not-import-from-here/apis/index.d.ts +1 -0
- package/internal-do-not-import-from-here/core/messaging/WorkplaceTopics.d.ts +0 -4
- 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 +6 -9
- package/internal-do-not-import-from-here/models/Constants.js +12 -15
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +17 -20
- package/internal-do-not-import-from-here/models/ManifestIds.js +25 -40
- package/internal-do-not-import-from-here/models/ScopedPermissionRegistraion.d.ts +5 -0
- package/internal-do-not-import-from-here/models/ScopedPermissionRegistraion.js +1 -0
- package/internal-do-not-import-from-here/models/{ProfileWorkplace.d.ts → Workspace.d.ts} +29 -29
- package/internal-do-not-import-from-here/models/{ProfileWorkplace.js → Workspace.js} +43 -43
- package/internal-do-not-import-from-here/models/forms/Form.d.ts +5 -1
- package/internal-do-not-import-from-here/models/forms/Form.js +11 -0
- package/internal-do-not-import-from-here/models/index.d.ts +2 -1
- package/internal-do-not-import-from-here/models/index.js +2 -1
- package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.d.ts +1 -2
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationSettings.d.ts +0 -1
- package/package.json +1 -1
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ApiPath } from "@omnia/fx/models";
|
|
2
|
+
import { ScopedPermissionRegistraion } from "../models";
|
|
3
|
+
export interface IScopedPermissionRegistrationApi {
|
|
4
|
+
registerTenantScoped: (...registrations: ScopedPermissionRegistraion[]) => void;
|
|
5
|
+
registerProfileScoped: (...registrations: ScopedPermissionRegistraion[]) => void;
|
|
6
|
+
getTenantScopedRegistrations: () => ScopedPermissionRegistraion[];
|
|
7
|
+
getProfileScopedRegistrations: () => ScopedPermissionRegistraion[];
|
|
8
|
+
}
|
|
9
|
+
declare module '../models/WorkplaceApi' {
|
|
10
|
+
interface IWorkplaceApi {
|
|
11
|
+
scopedPermission: {
|
|
12
|
+
registration: Promise<IScopedPermissionRegistrationApi>;
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
interface IWorkplaceExtendApiManifest {
|
|
16
|
+
scopedPermission: {
|
|
17
|
+
registration: ApiPath;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -17,10 +17,6 @@ export declare class Topics {
|
|
|
17
17
|
static get registerMyTaskItemProcessor(): IMessageBusTopicPublishSubscriber<MyTaskItemProcessor>;
|
|
18
18
|
static get registerTutorialProvider(): IMessageBusTopicPublishSubscriber<TutorialProvider>;
|
|
19
19
|
static get registerSearchAdminSettings(): MessageBusExposeOnlyPublication<SearchAdminSettingsSection>;
|
|
20
|
-
static get registerAnnouncementsTenantAdminSettings(): IMessageBusTopicPublishSubscriber<TenantAdminSettingsSection>;
|
|
21
|
-
static get registerAnnouncementsBusinessProfileSettings(): IMessageBusTopicPublishSubscriber<BusinessProfileSettingsSection>;
|
|
22
|
-
static get registerSharedLinksTenantAdminSettings(): IMessageBusTopicPublishSubscriber<TenantAdminSettingsSection>;
|
|
23
|
-
static get registerSharedLinksBusinessProfileSettings(): IMessageBusTopicPublishSubscriber<BusinessProfileSettingsSection>;
|
|
24
20
|
static get registerBusinessProfileSettings(): IMessageBusTopicPublishSubscriber<BusinessProfileSettingsSection>;
|
|
25
21
|
static get registerTenantAdminSettings(): IMessageBusTopicPublishSubscriber<TenantAdminSettingsSection>;
|
|
26
22
|
static get registerTenantAdminHeaderSettings(): IMessageBusTopicPublishSubscriber<TenantAdminHeaderSettingSection>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"omniaWebpackJsonp['39df27aa-95f1-4a23-b3f6-8b231afcda82']['491a5b75-e3d6-472a-8958-216be85b092a']","content":{"./client/admin/permissions/loc/localize.js":{"id":"./client/admin/permissions/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["PermissionLocalization"]},"./client/admin/settings/blades/tenantheader/loc/localize.js":{"id":"./client/admin/settings/blades/tenantheader/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["TenantHeaderLocalization"]},"./node_modules/@omnia/workplace/core/loc/formLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/formlocalize.js","buildMeta":{"exportsType":"namespace"},"exports":["FormsLocalization"]},"./node_modules/@omnia/workplace/core/loc/localize.js":{"id":"./node_modules/@omnia/workplace/core/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["TeamCoreLocalization"]},"./node_modules/@omnia/workplace/core/messaging/InternalWorkplaceTopics.js":{"id":"./node_modules/@omnia/workplace/core/messaging/internalworkplacetopics.js","buildMeta":{"exportsType":"namespace"},"exports":["InternalWorkplaceTopics"]},"./node_modules/@omnia/workplace/services/index.js":{"id":"./node_modules/@omnia/workplace/services/index.js","buildMeta":{"exportsType":"namespace"},"exports":["AppAuthenticationOptionsService","FormService","HomeService","NotificationPanelHistoryService","SearchCategoryService","SignOffRequestService","TeamCollaborationService"]},"./node_modules/@omnia/workplace/index.js":{"id":"8bf93338-8e70-4104-a75d-ae11485eec04","buildMeta":{"exportsType":"namespace"},"exports":["AdminNamespace","AppAuthenticationOptionsService","CurrentFormStore","EditingThemeStore","FilterValueProvider","FormService","FormStore","GovernanceDashboardStore","HomeService","NotificationPanelHistoryService","NotificationPanelStore","NotificationPanelStorePluginProvider","SearchCategoryService","SearchCategoryStore","SignOffRequestService","SignOffRequestStore","SignOffRequestUtils","Styles","TeamCollaborationService","TeamCollaborationStore","TeamworkTopics","Topics","WorkPlaceUtils","dialogStyle","settingsTabContainer"]},"./node_modules/@omnia/workplace/models/index.js":{"id":"c778308f-5fbb-4a3d-8691-ad7408ffbd56","buildMeta":{"exportsType":"namespace"},"exports":["ActionMenuStyles","AdvancedSearchStyles","AnnouncementCommentLikeStyle","AnnouncementJourneyStyle","AnnouncementStyles","AppEnums","AppIconSearchTemplateStyles","AppIconStyles","AppLaunchStyles","AppLaunchViewStyles","AppProvisioningSteps","BuiltInActionButtonHandlers","BusinessProfileAppProvisioning","CentralImageLocationsStyles","CompactHeaderStyles","Constants","CreateTeamworkSettingsStyles","DefaultSearchTemplateStyles","EditModes","EnterpriseGlossaryAdminProvider","EnterpriseGlossaryInformationSettingsProvider","EnterpriseGlossaryInformationSourceSettingsProvider","EnterpriseGlossaryTaxonomyNavigationDisplayProvider","EnterpriseGlossaryTaxonomyNavigationSettingsProvider","EnterprisePropertyCategoriesDefaultBladeStyles","Enums","FeedType","FilterValue","FollowedsitesUpdatedAtUserPropertyBag","FooterPositions","FooterSettingStyles","FormLayoutProvider","FormTypes","GovernanceDashboard","GovernanceDashboardSettingsStyles","GovernanceDashboardStyles","GroupManifests","GroupMembershipMappingBladeStyles","HeaderSettingsMode","HeaderStyles","HighPriorityAnnouncementStyle","HomeLayoutDefinition","HorizontalActionMenuStyles","HorizontalMegaMenuStyles","ItemQueryResult","JumpToContentStyles","LegendAlignment","LegendPosition","LocalizationAdminStyles","LocalizationInputStyles","LogoStyles","MSTeamChannelFeedSorting","MediaPickerStorageProviderWorkplaceFormContext","MediaPickerStorageProviderWorkplaceLogoContext","MediaPickerStorageProviderWorkplaceTutorialContext","MegaMenuLayoutDefinition","MembersStep","MobileMegaMenuStyles","MyLinksStyles","MySitesEnums","MySitesStyles","MyTeamCollaborationCategoryStyles","MyTeamCollaborationStyles","NewTeamworksTimeType","NotificationConstants","NotificationPanelDisplayModes","NotificationPanelHeaderStyles","NotificationPanelIconPosition","NotificationPanelSettingsStyles","NotificationPanelStyles","NotificationPanelTabAligments","NotificationTypes","OmniaSystemLanguageSettingsStyles","OptionTypes","
|
|
1
|
+
{"name":"omniaWebpackJsonp['39df27aa-95f1-4a23-b3f6-8b231afcda82']['491a5b75-e3d6-472a-8958-216be85b092a']","content":{"./client/admin/permissions/loc/localize.js":{"id":"./client/admin/permissions/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["PermissionLocalization"]},"./client/admin/settings/blades/tenantheader/loc/localize.js":{"id":"./client/admin/settings/blades/tenantheader/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["TenantHeaderLocalization"]},"./node_modules/@omnia/workplace/core/loc/formLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/formlocalize.js","buildMeta":{"exportsType":"namespace"},"exports":["FormsLocalization"]},"./node_modules/@omnia/workplace/core/loc/localize.js":{"id":"./node_modules/@omnia/workplace/core/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["TeamCoreLocalization"]},"./node_modules/@omnia/workplace/core/messaging/InternalWorkplaceTopics.js":{"id":"./node_modules/@omnia/workplace/core/messaging/internalworkplacetopics.js","buildMeta":{"exportsType":"namespace"},"exports":["InternalWorkplaceTopics"]},"./node_modules/@omnia/workplace/services/index.js":{"id":"./node_modules/@omnia/workplace/services/index.js","buildMeta":{"exportsType":"namespace"},"exports":["AppAuthenticationOptionsService","FormService","HomeService","NotificationPanelHistoryService","SearchCategoryService","SignOffRequestService","TeamCollaborationService"]},"./node_modules/@omnia/workplace/index.js":{"id":"8bf93338-8e70-4104-a75d-ae11485eec04","buildMeta":{"exportsType":"namespace"},"exports":["AdminNamespace","AppAuthenticationOptionsService","CurrentFormStore","EditingThemeStore","FilterValueProvider","FormService","FormStore","GovernanceDashboardStore","HomeService","NotificationPanelHistoryService","NotificationPanelStore","NotificationPanelStorePluginProvider","SearchCategoryService","SearchCategoryStore","SignOffRequestService","SignOffRequestStore","SignOffRequestUtils","Styles","TeamCollaborationService","TeamCollaborationStore","TeamworkTopics","Topics","WorkPlaceUtils","dialogStyle","settingsTabContainer"]},"./node_modules/@omnia/workplace/models/index.js":{"id":"c778308f-5fbb-4a3d-8691-ad7408ffbd56","buildMeta":{"exportsType":"namespace"},"exports":["ActionMenuStyles","AdvancedSearchStyles","AnnouncementCommentLikeStyle","AnnouncementJourneyStyle","AnnouncementStyles","AppEnums","AppIconSearchTemplateStyles","AppIconStyles","AppLaunchStyles","AppLaunchViewStyles","AppProvisioningSteps","BuiltInActionButtonHandlers","BusinessProfileAppProvisioning","CentralImageLocationsStyles","CompactHeaderStyles","Constants","CreateTeamworkSettingsStyles","DefaultSearchTemplateStyles","EditModes","EnterpriseGlossaryAdminProvider","EnterpriseGlossaryInformationSettingsProvider","EnterpriseGlossaryInformationSourceSettingsProvider","EnterpriseGlossaryTaxonomyNavigationDisplayProvider","EnterpriseGlossaryTaxonomyNavigationSettingsProvider","EnterprisePropertyCategoriesDefaultBladeStyles","Enums","FeedType","FilterValue","FollowedsitesUpdatedAtUserPropertyBag","FooterPositions","FooterSettingStyles","FormColorSetting","FormLayoutProvider","FormTypes","GovernanceDashboard","GovernanceDashboardSettingsStyles","GovernanceDashboardStyles","GroupManifests","GroupMembershipMappingBladeStyles","HeaderSettingsMode","HeaderStyles","HighPriorityAnnouncementStyle","HomeLayoutDefinition","HorizontalActionMenuStyles","HorizontalMegaMenuStyles","ItemQueryResult","JumpToContentStyles","LegendAlignment","LegendPosition","LocalizationAdminStyles","LocalizationInputStyles","LogoStyles","MSTeamChannelFeedSorting","MediaPickerStorageProviderWorkplaceFormContext","MediaPickerStorageProviderWorkplaceLogoContext","MediaPickerStorageProviderWorkplaceTutorialContext","MegaMenuLayoutDefinition","MembersStep","MobileMegaMenuStyles","MyLinksStyles","MySitesEnums","MySitesStyles","MyTeamCollaborationCategoryStyles","MyTeamCollaborationStyles","NewTeamworksTimeType","NotificationConstants","NotificationPanelDisplayModes","NotificationPanelHeaderStyles","NotificationPanelIconPosition","NotificationPanelSettingsStyles","NotificationPanelStyles","NotificationPanelTabAligments","NotificationTypes","OmniaSystemLanguageSettingsStyles","OptionTypes","QuestionTypes","QuickSearchStyles","ResourceManifests","SearchAdminStyles","SearchBlockStyles","SearchHeaderStyles","SearchProvider","ServiceDefinition","SettingsKeys","SharedLinkSortByTypes","ShowMoreStyles","SignOffRequestEnums","SignOffRequestProvider","SignOffRequestResourceBase","SignOffRequestResourceProvider","SimpleListStyles","SimpleListingSearchTemplateStyles","SlideRendererStyles","StatisticViewMode","TargetingPropertyStyles","TaxonomyNavigationDisplayProviderBase","TaxonomyNavigationStyles","TeamCollaborationAppDefinitionInfo","TeamCollaborationAppEnterpriseProperties","TeamCollaborationConstants","TeamCollaborationRollupBlockListViewSettingsStyles","TeamCollaborationRollupBlockListViewStyles","TeamCollaborationRollupBlockSettingsStyles","TeamCollaborationRollupBlockStyles","TeamCollaborationRollupEnums","TeamCollaborationRollupScopeTypes","TeamCollabrationApp","TeamCollabrationAppResource","TeamCollabrationQuery","TeamCollabrationTypes","TeamNewsBlockStyles","TeamNewsRollupSettingElementName","TeamSiteEditPropertiesStyles","TeamWorkInfo","TeamworkNavigationActionHandlerSettingStyles","TeamworkNavigationSettingStyles","TeamworkNavigationStyles","TeamworkTemplateFilterValue","TenantRegionalStyles","TermNodeStyles","UserAccessibilitySettingsStyles","UserMenuStyles","VerticalActionMenuStyles","VerticalMegaMenuStyles","WPRoleDefinition","WebComponentElements","WebComponentManifests","WorkplaceHomeStyles","WorkplaceSharedStyles","WorkspaceActionMenuMapping","WorkspaceActionMenuSettings","WorkspaceApp","WorkspaceFactory","WorkspaceHomeMapping","WorkspaceInfo","WorkspaceMegaMenuItemTypes","WorkspaceMegaMenuMapping","WorkspaceMegaMenuSettings","WorkspaceVerticalNavWidth","WowrkplaceHeadingStyles"]}}}
|
|
@@ -60,7 +60,7 @@ export declare class TeamCollaborationAppEnterpriseProperties {
|
|
|
60
60
|
export declare class TeamCollaborationAppDefinitionInfo {
|
|
61
61
|
static id: Guid;
|
|
62
62
|
}
|
|
63
|
-
export declare namespace
|
|
63
|
+
export declare namespace WorkspaceApp {
|
|
64
64
|
class AppDefinitionInfo {
|
|
65
65
|
static id: Guid;
|
|
66
66
|
}
|
|
@@ -100,7 +100,7 @@ export declare enum HeaderSettingsMode {
|
|
|
100
100
|
ModernProfileOverride = 2
|
|
101
101
|
}
|
|
102
102
|
export declare const SettingsKeys: {
|
|
103
|
-
|
|
103
|
+
workspaceFullKey: (workspaceAppId: string, partialKey: string) => string;
|
|
104
104
|
header: {
|
|
105
105
|
tenant: {
|
|
106
106
|
style: string;
|
|
@@ -114,7 +114,7 @@ export declare const SettingsKeys: {
|
|
|
114
114
|
overrideAppLauch: (profileId: string) => string;
|
|
115
115
|
overrideLogo: (profileId: string) => string;
|
|
116
116
|
};
|
|
117
|
-
|
|
117
|
+
workspace: {
|
|
118
118
|
partialKeys: {
|
|
119
119
|
overrideStyle: string;
|
|
120
120
|
overrideSearch: string;
|
|
@@ -128,7 +128,7 @@ export declare const SettingsKeys: {
|
|
|
128
128
|
logo: (profileId: string) => string;
|
|
129
129
|
style: (profileId: string) => string;
|
|
130
130
|
};
|
|
131
|
-
|
|
131
|
+
workspace: {
|
|
132
132
|
partialKeys: {
|
|
133
133
|
genericSettings: string;
|
|
134
134
|
};
|
|
@@ -136,12 +136,9 @@ export declare const SettingsKeys: {
|
|
|
136
136
|
};
|
|
137
137
|
footer: {
|
|
138
138
|
classicProfile: (profileId: string) => string;
|
|
139
|
-
|
|
140
|
-
};
|
|
141
|
-
notificationPanel: {
|
|
142
|
-
classicProfile: (profileId: string) => string;
|
|
143
|
-
workplacePartialKey: string;
|
|
139
|
+
workspacePartialKey: string;
|
|
144
140
|
};
|
|
141
|
+
notificationPanel: (profileId: string) => string;
|
|
145
142
|
};
|
|
146
143
|
export declare const AppProvisioningSteps: {
|
|
147
144
|
Member: {
|
|
@@ -69,31 +69,31 @@ var TeamCollaborationAppDefinitionInfo = /** @class */ (function () {
|
|
|
69
69
|
return TeamCollaborationAppDefinitionInfo;
|
|
70
70
|
}());
|
|
71
71
|
export { TeamCollaborationAppDefinitionInfo };
|
|
72
|
-
export var
|
|
73
|
-
(function (
|
|
72
|
+
export var WorkspaceApp;
|
|
73
|
+
(function (WorkspaceApp) {
|
|
74
74
|
var AppDefinitionInfo = /** @class */ (function () {
|
|
75
75
|
function AppDefinitionInfo() {
|
|
76
76
|
}
|
|
77
77
|
AppDefinitionInfo.id = new Guid("c05e7f15-0f1c-479e-9fd9-93d6a5c7c3b4");
|
|
78
78
|
return AppDefinitionInfo;
|
|
79
79
|
}());
|
|
80
|
-
|
|
80
|
+
WorkspaceApp.AppDefinitionInfo = AppDefinitionInfo;
|
|
81
81
|
var AppTemplateInfo = /** @class */ (function () {
|
|
82
82
|
function AppTemplateInfo() {
|
|
83
83
|
}
|
|
84
84
|
AppTemplateInfo.id = new Guid("1ff049ac-bf98-4533-913a-450bcd0d7550");
|
|
85
85
|
return AppTemplateInfo;
|
|
86
86
|
}());
|
|
87
|
-
|
|
88
|
-
|
|
87
|
+
WorkspaceApp.AppTemplateInfo = AppTemplateInfo;
|
|
88
|
+
WorkspaceApp.appRoutePrefix = "_wp";
|
|
89
89
|
var ux = /** @class */ (function () {
|
|
90
90
|
function ux() {
|
|
91
91
|
}
|
|
92
92
|
ux.navBarVListColorClass = "wp-navbar-v-list";
|
|
93
93
|
return ux;
|
|
94
94
|
}());
|
|
95
|
-
|
|
96
|
-
})(
|
|
95
|
+
WorkspaceApp.ux = ux;
|
|
96
|
+
})(WorkspaceApp || (WorkspaceApp = {}));
|
|
97
97
|
export var GovernanceDashboard = {
|
|
98
98
|
scopeTeamworkId: new Guid("967c36df-84b6-4d01-bf8f-75956fef65a9"),
|
|
99
99
|
Filters: {
|
|
@@ -131,7 +131,7 @@ export var HeaderSettingsMode;
|
|
|
131
131
|
HeaderSettingsMode[HeaderSettingsMode["ModernProfileOverride"] = 2] = "ModernProfileOverride";
|
|
132
132
|
})(HeaderSettingsMode || (HeaderSettingsMode = {}));
|
|
133
133
|
export var SettingsKeys = {
|
|
134
|
-
|
|
134
|
+
workspaceFullKey: function (workspaceAppId, partialKey) { return ("workspace_" + workspaceAppId + "_" + partialKey).toLowerCase(); },
|
|
135
135
|
header: {
|
|
136
136
|
tenant: {
|
|
137
137
|
style: "tenant_header_style",
|
|
@@ -145,7 +145,7 @@ export var SettingsKeys = {
|
|
|
145
145
|
overrideAppLauch: function (profileId) { return ("classicprofile_" + profileId + "_override_tenant_header_applaunch").toLowerCase(); },
|
|
146
146
|
overrideLogo: function (profileId) { return ("classicprofile_" + profileId + "_override_tenant_header_logo").toLowerCase(); }
|
|
147
147
|
},
|
|
148
|
-
|
|
148
|
+
workspace: {
|
|
149
149
|
partialKeys: {
|
|
150
150
|
overrideStyle: "override_tenant_header_style",
|
|
151
151
|
overrideSearch: "override_tenant_header_search",
|
|
@@ -159,7 +159,7 @@ export var SettingsKeys = {
|
|
|
159
159
|
logo: function (profileId) { return ("classicprofile_" + profileId + "_logo").toLowerCase(); },
|
|
160
160
|
style: function (profileId) { return ("classicprofile_" + profileId + "_style").toLowerCase(); }
|
|
161
161
|
},
|
|
162
|
-
|
|
162
|
+
workspace: {
|
|
163
163
|
partialKeys: {
|
|
164
164
|
genericSettings: "genericsettings"
|
|
165
165
|
}
|
|
@@ -167,12 +167,9 @@ export var SettingsKeys = {
|
|
|
167
167
|
},
|
|
168
168
|
footer: {
|
|
169
169
|
classicProfile: function (profileId) { return ("classicprofile_" + profileId + "_footer").toLowerCase(); },
|
|
170
|
-
|
|
170
|
+
workspacePartialKey: "footer"
|
|
171
171
|
},
|
|
172
|
-
notificationPanel: {
|
|
173
|
-
classicProfile: function (profileId) { return ("classicprofile_" + profileId + "_notificationpanels").toLowerCase(); },
|
|
174
|
-
workplacePartialKey: "workplace_notificationpanels"
|
|
175
|
-
}
|
|
172
|
+
notificationPanel: function (profileId) { return (profileId + "_omnia.workplace.notificationpanel").toLowerCase(); }
|
|
176
173
|
};
|
|
177
174
|
export var AppProvisioningSteps = {
|
|
178
175
|
Member: {
|
|
@@ -31,12 +31,10 @@ export declare class ResourceManifests {
|
|
|
31
31
|
static get ActionMenuRegistration(): Guid;
|
|
32
32
|
static get AppLaunchRegistration(): Guid;
|
|
33
33
|
static get QuickLinksCore(): Guid;
|
|
34
|
-
static get SharedLinksAdminMenuRegistration(): Guid;
|
|
35
34
|
static get SharedLinksAdminCore(): Guid;
|
|
36
35
|
static get MyLinksRegistration(): Guid;
|
|
37
36
|
static get AnnoucementRegistration(): Guid;
|
|
38
37
|
static get AnnouncementSettingsCore(): Guid;
|
|
39
|
-
static get AnnouncementMenuSettingsAdminRegistration(): Guid;
|
|
40
38
|
static get AnnoucementNotificationPanelRegistration(): Guid;
|
|
41
39
|
static get NotificationPanelRegistration(): Guid;
|
|
42
40
|
static get NotificationPanelRegistrationApi(): Guid;
|
|
@@ -53,6 +51,7 @@ export declare class ResourceManifests {
|
|
|
53
51
|
static get AdvanceSearchConfigRegistration(): Guid;
|
|
54
52
|
static get SearchAdminCore(): Guid;
|
|
55
53
|
static get SearchTemplateApi(): Guid;
|
|
54
|
+
static get ScopedPermissionApi(): Guid;
|
|
56
55
|
static get SearchCategoryProviderApi(): Guid;
|
|
57
56
|
static get EnableMSTeamsDeepLinkExecution(): Guid;
|
|
58
57
|
static get TenantPeopleInfoJourney(): Guid;
|
|
@@ -107,7 +106,7 @@ export declare class ResourceManifests {
|
|
|
107
106
|
static get EnterprisePropertiesStore(): Guid;
|
|
108
107
|
static get TargetingPropertiesResources(): Guid;
|
|
109
108
|
static get AdminSystemCore(): Guid;
|
|
110
|
-
static get
|
|
109
|
+
static get WorkspaceCommon(): Guid;
|
|
111
110
|
}
|
|
112
111
|
export declare class WebComponentManifests {
|
|
113
112
|
static get ActionButtonSignOffRequestSettings(): Guid;
|
|
@@ -133,7 +132,6 @@ export declare class WebComponentManifests {
|
|
|
133
132
|
static get AnnouncementsAdminListingBlade(): Guid;
|
|
134
133
|
static get AnnouncementsAdminAddOrEditBlade(): Guid;
|
|
135
134
|
static get AnnouncementsAdminTypeAndStatusBlade(): Guid;
|
|
136
|
-
static get AnnouncementsAdminPermissionSettingsBlade(): Guid;
|
|
137
135
|
static get FavoriteButtonLinkHandlerSettings(): Guid;
|
|
138
136
|
static get FavoriteButtonLinkHandlerRegistration(): Guid;
|
|
139
137
|
static get FavoriteButtonLinkHandlerSubscription(): Guid;
|
|
@@ -201,7 +199,6 @@ export declare class WebComponentManifests {
|
|
|
201
199
|
static get AppLaunchRegistration(): Guid;
|
|
202
200
|
static get SharedLinkListingsBlade(): Guid;
|
|
203
201
|
static get SharedLinkAddOrEditBlade(): Guid;
|
|
204
|
-
static get SharedLinkPermissionSettingsBlade(): Guid;
|
|
205
202
|
static get BusinessProfileAdminSharedLinksJourney(): Guid;
|
|
206
203
|
static get TenantAdminSharedLinksJourney(): Guid;
|
|
207
204
|
static get QuickLinkSetting(): Guid;
|
|
@@ -247,7 +244,6 @@ export declare class WebComponentManifests {
|
|
|
247
244
|
static get AppTemplateStepComponentBase(): Guid;
|
|
248
245
|
static get NavigationBar(): Guid;
|
|
249
246
|
static get NavigationBarChrome(): Guid;
|
|
250
|
-
static get WorkplacePermission(): Guid;
|
|
251
247
|
static get WorkplaceWarning(): Guid;
|
|
252
248
|
static get WorkplacePreviewDisclaimer(): Guid;
|
|
253
249
|
static get AdminHeaderSettings(): Guid;
|
|
@@ -301,6 +297,7 @@ export declare class WebComponentManifests {
|
|
|
301
297
|
static get TeamworkNavigationTabSettings(): Guid;
|
|
302
298
|
static get TeamworkNavigationDialog(): Guid;
|
|
303
299
|
static get AppCreationActionHandlerSettings(): Guid;
|
|
300
|
+
static get CreateAppDialog(): Guid;
|
|
304
301
|
static get TeamNewsListView(): Guid;
|
|
305
302
|
static get TeamNewsListViewSettings(): Guid;
|
|
306
303
|
static get TeamNewsGroupView(): Guid;
|
|
@@ -334,18 +331,18 @@ export declare class WebComponentManifests {
|
|
|
334
331
|
static get CreateTeamworkComponentSettings(): Guid;
|
|
335
332
|
static get CreateTeamworkCores(): Guid;
|
|
336
333
|
static get AppAuthenticationOptions(): Guid;
|
|
337
|
-
static get
|
|
338
|
-
static get
|
|
339
|
-
static get
|
|
340
|
-
static get
|
|
341
|
-
static get
|
|
342
|
-
static get
|
|
343
|
-
static get
|
|
344
|
-
static get
|
|
345
|
-
static get
|
|
346
|
-
static get
|
|
347
|
-
static get
|
|
348
|
-
static get
|
|
334
|
+
static get WorkspaceActionMenuRenderer(): Guid;
|
|
335
|
+
static get WorkspaceActionMenuHorizontalRenderer(): Guid;
|
|
336
|
+
static get WorkspaceActionMenuVerticalRenderer(): Guid;
|
|
337
|
+
static get WorkspaceMegaMenuRenderer(): Guid;
|
|
338
|
+
static get WorkspaceMegaMenuRendererCore(): Guid;
|
|
339
|
+
static get WorkspaceMegaMenuHorizontalRenderer(): Guid;
|
|
340
|
+
static get WorkspaceMegaMenuVerticalRenderer(): Guid;
|
|
341
|
+
static get WorkspaceMegaMenuCompactRenderer(): Guid;
|
|
342
|
+
static get WorkspaceHomeRenderer(): Guid;
|
|
343
|
+
static get WorkspaceHomeNodeRenderer(): Guid;
|
|
344
|
+
static get WorkspaceVerticalNavigationBar(): Guid;
|
|
345
|
+
static get WorkspaceHorizontalNavigationBar(): Guid;
|
|
349
346
|
static get GovernanceAdmin(): Guid;
|
|
350
347
|
static get GovernanceAdminSettings(): Guid;
|
|
351
348
|
static get MicrosoftSearchTemplate(): Guid;
|
|
@@ -374,8 +371,8 @@ export declare class WebComponentManifests {
|
|
|
374
371
|
static get MicrosoftTeamChannelFeedBlockSettings(): Guid;
|
|
375
372
|
static get MicrosoftTeamChannelFeedBlock(): Guid;
|
|
376
373
|
static get CustomEmailJourney(): Guid;
|
|
377
|
-
static get
|
|
378
|
-
static get
|
|
374
|
+
static get WorkspaceSettings(): Guid;
|
|
375
|
+
static get WorkspaceJourney(): Guid;
|
|
379
376
|
static get AdminSystemJourney(): Guid;
|
|
380
377
|
static get PropertiesBlockGroup(): Guid;
|
|
381
378
|
static get PropertiesBlockCore(): Guid;
|
|
@@ -146,11 +146,6 @@ var ResourceManifests = /** @class */ (function () {
|
|
|
146
146
|
enumerable: false,
|
|
147
147
|
configurable: true
|
|
148
148
|
});
|
|
149
|
-
Object.defineProperty(ResourceManifests, "SharedLinksAdminMenuRegistration", {
|
|
150
|
-
get: function () { return new Guid("9950f912-4cbf-4409-9936-a981054157b4"); },
|
|
151
|
-
enumerable: false,
|
|
152
|
-
configurable: true
|
|
153
|
-
});
|
|
154
149
|
Object.defineProperty(ResourceManifests, "SharedLinksAdminCore", {
|
|
155
150
|
get: function () { return new Guid("630e836b-1192-4573-901a-21e479db87a4"); },
|
|
156
151
|
enumerable: false,
|
|
@@ -171,11 +166,6 @@ var ResourceManifests = /** @class */ (function () {
|
|
|
171
166
|
enumerable: false,
|
|
172
167
|
configurable: true
|
|
173
168
|
});
|
|
174
|
-
Object.defineProperty(ResourceManifests, "AnnouncementMenuSettingsAdminRegistration", {
|
|
175
|
-
get: function () { return new Guid("f1110779-b550-4c93-9060-d146c97bd6db"); },
|
|
176
|
-
enumerable: false,
|
|
177
|
-
configurable: true
|
|
178
|
-
});
|
|
179
169
|
Object.defineProperty(ResourceManifests, "AnnoucementNotificationPanelRegistration", {
|
|
180
170
|
get: function () { return new Guid("562bc298-070e-4653-8cc9-81d2c34baba4"); },
|
|
181
171
|
enumerable: false,
|
|
@@ -256,6 +246,11 @@ var ResourceManifests = /** @class */ (function () {
|
|
|
256
246
|
enumerable: false,
|
|
257
247
|
configurable: true
|
|
258
248
|
});
|
|
249
|
+
Object.defineProperty(ResourceManifests, "ScopedPermissionApi", {
|
|
250
|
+
get: function () { return new Guid("bea1c95e-baa8-412a-9caf-6288997e7ee3"); },
|
|
251
|
+
enumerable: false,
|
|
252
|
+
configurable: true
|
|
253
|
+
});
|
|
259
254
|
Object.defineProperty(ResourceManifests, "SearchCategoryProviderApi", {
|
|
260
255
|
get: function () { return new Guid("da66bae7-498d-42f5-b300-eaf179a03f0a"); },
|
|
261
256
|
enumerable: false,
|
|
@@ -530,7 +525,7 @@ var ResourceManifests = /** @class */ (function () {
|
|
|
530
525
|
configurable: true
|
|
531
526
|
});
|
|
532
527
|
;
|
|
533
|
-
Object.defineProperty(ResourceManifests, "
|
|
528
|
+
Object.defineProperty(ResourceManifests, "WorkspaceCommon", {
|
|
534
529
|
get: function () { return new Guid("fa639f63-380e-4cc5-8ed1-f8f5b6ea7d5e"); },
|
|
535
530
|
enumerable: false,
|
|
536
531
|
configurable: true
|
|
@@ -656,11 +651,6 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
656
651
|
enumerable: false,
|
|
657
652
|
configurable: true
|
|
658
653
|
});
|
|
659
|
-
Object.defineProperty(WebComponentManifests, "AnnouncementsAdminPermissionSettingsBlade", {
|
|
660
|
-
get: function () { return new Guid("354fe286-3229-4ef7-9b4f-a47e3a161bfa"); },
|
|
661
|
-
enumerable: false,
|
|
662
|
-
configurable: true
|
|
663
|
-
});
|
|
664
654
|
Object.defineProperty(WebComponentManifests, "FavoriteButtonLinkHandlerSettings", {
|
|
665
655
|
get: function () { return new Guid("6b264a8a-74c7-4e2f-a9cb-4f65e26adb46"); },
|
|
666
656
|
enumerable: false,
|
|
@@ -996,11 +986,6 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
996
986
|
enumerable: false,
|
|
997
987
|
configurable: true
|
|
998
988
|
});
|
|
999
|
-
Object.defineProperty(WebComponentManifests, "SharedLinkPermissionSettingsBlade", {
|
|
1000
|
-
get: function () { return new Guid("5f20ad56-eafd-494e-8f11-38319d33fe5b"); },
|
|
1001
|
-
enumerable: false,
|
|
1002
|
-
configurable: true
|
|
1003
|
-
});
|
|
1004
989
|
Object.defineProperty(WebComponentManifests, "BusinessProfileAdminSharedLinksJourney", {
|
|
1005
990
|
get: function () { return new Guid("1d421d8c-6eb8-47ec-9aa7-c0dac3b104f8"); },
|
|
1006
991
|
enumerable: false,
|
|
@@ -1226,11 +1211,6 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
1226
1211
|
enumerable: false,
|
|
1227
1212
|
configurable: true
|
|
1228
1213
|
});
|
|
1229
|
-
Object.defineProperty(WebComponentManifests, "WorkplacePermission", {
|
|
1230
|
-
get: function () { return new Guid("c8412ada-24c1-4269-bcce-005094b316b0"); },
|
|
1231
|
-
enumerable: false,
|
|
1232
|
-
configurable: true
|
|
1233
|
-
});
|
|
1234
1214
|
Object.defineProperty(WebComponentManifests, "WorkplaceWarning", {
|
|
1235
1215
|
get: function () { return new Guid("4bca1556-ac2e-4d87-9a53-c1ab6adb2d58"); },
|
|
1236
1216
|
enumerable: false,
|
|
@@ -1499,6 +1479,11 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
1499
1479
|
enumerable: false,
|
|
1500
1480
|
configurable: true
|
|
1501
1481
|
});
|
|
1482
|
+
Object.defineProperty(WebComponentManifests, "CreateAppDialog", {
|
|
1483
|
+
get: function () { return new Guid("fc16945f-04e0-4309-9823-17c5d6963af5"); },
|
|
1484
|
+
enumerable: false,
|
|
1485
|
+
configurable: true
|
|
1486
|
+
});
|
|
1502
1487
|
Object.defineProperty(WebComponentManifests, "TeamNewsListView", {
|
|
1503
1488
|
get: function () { return new Guid("a6d1503c-445e-44b1-9f54-d124c14df29b"); },
|
|
1504
1489
|
enumerable: false,
|
|
@@ -1664,62 +1649,62 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
1664
1649
|
enumerable: false,
|
|
1665
1650
|
configurable: true
|
|
1666
1651
|
});
|
|
1667
|
-
Object.defineProperty(WebComponentManifests, "
|
|
1652
|
+
Object.defineProperty(WebComponentManifests, "WorkspaceActionMenuRenderer", {
|
|
1668
1653
|
get: function () { return new Guid("758a3f18-b248-463f-907f-cebdff9bc5e7"); },
|
|
1669
1654
|
enumerable: false,
|
|
1670
1655
|
configurable: true
|
|
1671
1656
|
});
|
|
1672
|
-
Object.defineProperty(WebComponentManifests, "
|
|
1657
|
+
Object.defineProperty(WebComponentManifests, "WorkspaceActionMenuHorizontalRenderer", {
|
|
1673
1658
|
get: function () { return new Guid("3f7d99f4-ab95-4ed3-9be0-9422e2f08530"); },
|
|
1674
1659
|
enumerable: false,
|
|
1675
1660
|
configurable: true
|
|
1676
1661
|
});
|
|
1677
|
-
Object.defineProperty(WebComponentManifests, "
|
|
1662
|
+
Object.defineProperty(WebComponentManifests, "WorkspaceActionMenuVerticalRenderer", {
|
|
1678
1663
|
get: function () { return new Guid("bc3c24bd-9f45-42bb-a4bf-12259792285c"); },
|
|
1679
1664
|
enumerable: false,
|
|
1680
1665
|
configurable: true
|
|
1681
1666
|
});
|
|
1682
|
-
Object.defineProperty(WebComponentManifests, "
|
|
1667
|
+
Object.defineProperty(WebComponentManifests, "WorkspaceMegaMenuRenderer", {
|
|
1683
1668
|
get: function () { return new Guid("08e0dda7-224a-4e83-b8da-e1830a4e1302"); },
|
|
1684
1669
|
enumerable: false,
|
|
1685
1670
|
configurable: true
|
|
1686
1671
|
});
|
|
1687
|
-
Object.defineProperty(WebComponentManifests, "
|
|
1672
|
+
Object.defineProperty(WebComponentManifests, "WorkspaceMegaMenuRendererCore", {
|
|
1688
1673
|
get: function () { return new Guid("a3d28198-a978-4d5b-9268-5f7978c6b274"); },
|
|
1689
1674
|
enumerable: false,
|
|
1690
1675
|
configurable: true
|
|
1691
1676
|
});
|
|
1692
|
-
Object.defineProperty(WebComponentManifests, "
|
|
1677
|
+
Object.defineProperty(WebComponentManifests, "WorkspaceMegaMenuHorizontalRenderer", {
|
|
1693
1678
|
get: function () { return new Guid("1529380d-4716-4b89-a6f7-04fdbe4b43f4"); },
|
|
1694
1679
|
enumerable: false,
|
|
1695
1680
|
configurable: true
|
|
1696
1681
|
});
|
|
1697
|
-
Object.defineProperty(WebComponentManifests, "
|
|
1682
|
+
Object.defineProperty(WebComponentManifests, "WorkspaceMegaMenuVerticalRenderer", {
|
|
1698
1683
|
get: function () { return new Guid("9a17e867-795c-4e2f-b3fa-abc44205b86c"); },
|
|
1699
1684
|
enumerable: false,
|
|
1700
1685
|
configurable: true
|
|
1701
1686
|
});
|
|
1702
|
-
Object.defineProperty(WebComponentManifests, "
|
|
1687
|
+
Object.defineProperty(WebComponentManifests, "WorkspaceMegaMenuCompactRenderer", {
|
|
1703
1688
|
get: function () { return new Guid("773f320b-6e4f-4728-a076-21191c14f319"); },
|
|
1704
1689
|
enumerable: false,
|
|
1705
1690
|
configurable: true
|
|
1706
1691
|
});
|
|
1707
|
-
Object.defineProperty(WebComponentManifests, "
|
|
1692
|
+
Object.defineProperty(WebComponentManifests, "WorkspaceHomeRenderer", {
|
|
1708
1693
|
get: function () { return new Guid("7de92d83-b0f9-4d94-8955-1f08280bf141"); },
|
|
1709
1694
|
enumerable: false,
|
|
1710
1695
|
configurable: true
|
|
1711
1696
|
});
|
|
1712
|
-
Object.defineProperty(WebComponentManifests, "
|
|
1697
|
+
Object.defineProperty(WebComponentManifests, "WorkspaceHomeNodeRenderer", {
|
|
1713
1698
|
get: function () { return new Guid("074fa352-dae9-44d4-b117-e973b0c29201"); },
|
|
1714
1699
|
enumerable: false,
|
|
1715
1700
|
configurable: true
|
|
1716
1701
|
});
|
|
1717
|
-
Object.defineProperty(WebComponentManifests, "
|
|
1702
|
+
Object.defineProperty(WebComponentManifests, "WorkspaceVerticalNavigationBar", {
|
|
1718
1703
|
get: function () { return new Guid("0780dd3a-40f3-4aa3-b1f3-327ac9248b2c"); },
|
|
1719
1704
|
enumerable: false,
|
|
1720
1705
|
configurable: true
|
|
1721
1706
|
});
|
|
1722
|
-
Object.defineProperty(WebComponentManifests, "
|
|
1707
|
+
Object.defineProperty(WebComponentManifests, "WorkspaceHorizontalNavigationBar", {
|
|
1723
1708
|
get: function () { return new Guid("aa6054db-2528-40ea-ace4-e7277caa6530"); },
|
|
1724
1709
|
enumerable: false,
|
|
1725
1710
|
configurable: true
|
|
@@ -1864,12 +1849,12 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
1864
1849
|
enumerable: false,
|
|
1865
1850
|
configurable: true
|
|
1866
1851
|
});
|
|
1867
|
-
Object.defineProperty(WebComponentManifests, "
|
|
1852
|
+
Object.defineProperty(WebComponentManifests, "WorkspaceSettings", {
|
|
1868
1853
|
get: function () { return new Guid("a61a15c5-ce4e-4b94-9d23-6d92f30e8968"); },
|
|
1869
1854
|
enumerable: false,
|
|
1870
1855
|
configurable: true
|
|
1871
1856
|
});
|
|
1872
|
-
Object.defineProperty(WebComponentManifests, "
|
|
1857
|
+
Object.defineProperty(WebComponentManifests, "WorkspaceJourney", {
|
|
1873
1858
|
get: function () { return new Guid("4f54f8c5-ab26-4bff-8b9f-eb27b4f08221"); },
|
|
1874
1859
|
enumerable: false,
|
|
1875
1860
|
configurable: true
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -2,13 +2,13 @@ import { BusinessProfileProperty, AppRoutePropertyBagModel, AppLayoutDefinition,
|
|
|
2
2
|
import { Enums } from "./Enums";
|
|
3
3
|
import { TargetingFilterProperty } from '@omnia/fx-sp';
|
|
4
4
|
import { ActionHandlerInstance } from '@omnia/fx/ux';
|
|
5
|
-
export declare const
|
|
6
|
-
export declare class
|
|
5
|
+
export declare const WorkspaceVerticalNavWidth = 256;
|
|
6
|
+
export declare class WorkspaceInfo extends BusinessProfileProperty {
|
|
7
7
|
appInstanceId: string;
|
|
8
8
|
classicNavigationBar: boolean;
|
|
9
9
|
constructor();
|
|
10
10
|
}
|
|
11
|
-
export interface
|
|
11
|
+
export interface WorkspaceMegaMenuSettingsByDevice {
|
|
12
12
|
showIcon: boolean;
|
|
13
13
|
maxWidth: number;
|
|
14
14
|
maxHeight: number;
|
|
@@ -17,25 +17,25 @@ export interface ProfileWorkplaceMegaMenuSettingsByDevice {
|
|
|
17
17
|
layoutThemeDefinition: ThemeDefinition;
|
|
18
18
|
blockThemeDefinition: ThemeDefinition;
|
|
19
19
|
}
|
|
20
|
-
export declare class
|
|
20
|
+
export declare class WorkspaceMegaMenuSettings extends AppRoutePropertyBagModel {
|
|
21
21
|
constructor();
|
|
22
|
-
default:
|
|
23
|
-
msTeams:
|
|
22
|
+
default: WorkspaceMegaMenuSettingsByDevice;
|
|
23
|
+
msTeams: WorkspaceMegaMenuSettingsByDevice;
|
|
24
24
|
}
|
|
25
|
-
export declare class
|
|
25
|
+
export declare class WorkspaceHomeMapping extends AppRoutePropertyBagModel {
|
|
26
26
|
constructor();
|
|
27
27
|
appInstanceLayoutId: number;
|
|
28
28
|
}
|
|
29
|
-
export declare enum
|
|
29
|
+
export declare enum WorkspaceMegaMenuItemTypes {
|
|
30
30
|
Link = 0,
|
|
31
31
|
Layout = 1
|
|
32
32
|
}
|
|
33
|
-
export interface
|
|
33
|
+
export interface WorkspaceMegaMenuItem {
|
|
34
34
|
id: GuidValue;
|
|
35
|
-
type:
|
|
35
|
+
type: WorkspaceMegaMenuItemTypes;
|
|
36
36
|
}
|
|
37
|
-
export interface
|
|
38
|
-
type:
|
|
37
|
+
export interface WorkspaceMegaMenuLink extends WorkspaceMegaMenuItem {
|
|
38
|
+
type: WorkspaceMegaMenuItemTypes.Link;
|
|
39
39
|
title: MultilingualString;
|
|
40
40
|
icon: IIcon;
|
|
41
41
|
url: string;
|
|
@@ -43,13 +43,13 @@ export interface ProfileWorkplaceMegaMenuLink extends ProfileWorkplaceMegaMenuIt
|
|
|
43
43
|
targeting: TargetingFilterProperty;
|
|
44
44
|
urls: string[];
|
|
45
45
|
}
|
|
46
|
-
export interface
|
|
47
|
-
type:
|
|
46
|
+
export interface WorkspaceMegaMenuLayout extends WorkspaceMegaMenuItem {
|
|
47
|
+
type: WorkspaceMegaMenuItemTypes.Layout;
|
|
48
48
|
appInstanceLayoutId: number;
|
|
49
49
|
}
|
|
50
|
-
export declare class
|
|
50
|
+
export declare class WorkspaceMegaMenuMapping extends AppRoutePropertyBagModel {
|
|
51
51
|
constructor();
|
|
52
|
-
items:
|
|
52
|
+
items: WorkspaceMegaMenuItem[];
|
|
53
53
|
}
|
|
54
54
|
export interface HomeLogo {
|
|
55
55
|
image: MediaPickerImage;
|
|
@@ -90,39 +90,39 @@ export declare class MegaMenuLayoutDefinition extends AppLayoutDefinition {
|
|
|
90
90
|
constructor();
|
|
91
91
|
settings: MegaMenuLayoutSettings;
|
|
92
92
|
}
|
|
93
|
-
export declare class
|
|
93
|
+
export declare class WorkspaceActionMenuMapping extends AppRoutePropertyBagModel {
|
|
94
94
|
constructor();
|
|
95
95
|
itemIds: GuidValue[];
|
|
96
96
|
}
|
|
97
|
-
export interface
|
|
97
|
+
export interface IWorkspaceActionMenuHandlerInstance extends ActionHandlerInstance {
|
|
98
98
|
icon?: IIcon;
|
|
99
99
|
}
|
|
100
|
-
export interface
|
|
100
|
+
export interface WorkspaceActionMenuItem extends ActionHandler {
|
|
101
101
|
icon: IIcon;
|
|
102
102
|
targeting: TargetingFilterProperty;
|
|
103
103
|
}
|
|
104
|
-
export interface
|
|
104
|
+
export interface WorkspaceActionMenuSettingsByDevice {
|
|
105
105
|
itemLimit: number;
|
|
106
106
|
showIcon: boolean;
|
|
107
107
|
}
|
|
108
|
-
export declare class
|
|
108
|
+
export declare class WorkspaceActionMenuSettings extends AppRoutePropertyBagModel {
|
|
109
109
|
constructor();
|
|
110
|
-
default:
|
|
111
|
-
msTeams:
|
|
110
|
+
default: WorkspaceActionMenuSettingsByDevice;
|
|
111
|
+
msTeams: WorkspaceActionMenuSettingsByDevice;
|
|
112
112
|
}
|
|
113
|
-
export interface
|
|
113
|
+
export interface WorkspaceGenericSettingsByDevice {
|
|
114
114
|
showHeader: boolean;
|
|
115
115
|
navigationBarPosition: Enums.NavigationBarPosition;
|
|
116
116
|
navigationBarBgColor: string;
|
|
117
117
|
navigationBarColor: string;
|
|
118
118
|
}
|
|
119
|
-
export interface
|
|
119
|
+
export interface WorkspaceGenericSettings {
|
|
120
120
|
chromeModeMapping: {
|
|
121
121
|
[deviceBreakPointId: string]: Enums.ChromeMode;
|
|
122
122
|
};
|
|
123
|
-
default:
|
|
124
|
-
msTeams:
|
|
123
|
+
default: WorkspaceGenericSettingsByDevice;
|
|
124
|
+
msTeams: WorkspaceGenericSettingsByDevice;
|
|
125
125
|
}
|
|
126
|
-
export declare const
|
|
127
|
-
genericSettings():
|
|
126
|
+
export declare const WorkspaceFactory: {
|
|
127
|
+
genericSettings(): WorkspaceGenericSettings;
|
|
128
128
|
};
|
|
@@ -2,19 +2,19 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { BusinessProfileProperty, AppRoutePropertyBagModel, AppLayoutDefinition, IconTypes, LayoutItemTypes, Guid, FontAwesomeIcon } from '@omnia/fx-models';
|
|
3
3
|
import { ServiceDefinition } from './ManifestIds';
|
|
4
4
|
import { Enums } from "./Enums";
|
|
5
|
-
export var
|
|
6
|
-
var
|
|
7
|
-
__extends(
|
|
8
|
-
function
|
|
9
|
-
return _super.call(this, ServiceDefinition.Id, "
|
|
5
|
+
export var WorkspaceVerticalNavWidth = 256;
|
|
6
|
+
var WorkspaceInfo = /** @class */ (function (_super) {
|
|
7
|
+
__extends(WorkspaceInfo, _super);
|
|
8
|
+
function WorkspaceInfo() {
|
|
9
|
+
return _super.call(this, ServiceDefinition.Id, "workspaceinfo") || this;
|
|
10
10
|
}
|
|
11
|
-
return
|
|
11
|
+
return WorkspaceInfo;
|
|
12
12
|
}(BusinessProfileProperty));
|
|
13
|
-
export {
|
|
14
|
-
var
|
|
15
|
-
__extends(
|
|
16
|
-
function
|
|
17
|
-
var _this = _super.call(this, ServiceDefinition.Id, "
|
|
13
|
+
export { WorkspaceInfo };
|
|
14
|
+
var WorkspaceMegaMenuSettings = /** @class */ (function (_super) {
|
|
15
|
+
__extends(WorkspaceMegaMenuSettings, _super);
|
|
16
|
+
function WorkspaceMegaMenuSettings() {
|
|
17
|
+
var _this = _super.call(this, ServiceDefinition.Id, "workspacemegamenusettings") || this;
|
|
18
18
|
_this.default = {
|
|
19
19
|
showIcon: true,
|
|
20
20
|
maxHeight: null,
|
|
@@ -35,32 +35,32 @@ var ProfileWorkplaceMegaMenuSettings = /** @class */ (function (_super) {
|
|
|
35
35
|
};
|
|
36
36
|
return _this;
|
|
37
37
|
}
|
|
38
|
-
return
|
|
38
|
+
return WorkspaceMegaMenuSettings;
|
|
39
39
|
}(AppRoutePropertyBagModel));
|
|
40
|
-
export {
|
|
41
|
-
var
|
|
42
|
-
__extends(
|
|
43
|
-
function
|
|
44
|
-
return _super.call(this, ServiceDefinition.Id, "
|
|
40
|
+
export { WorkspaceMegaMenuSettings };
|
|
41
|
+
var WorkspaceHomeMapping = /** @class */ (function (_super) {
|
|
42
|
+
__extends(WorkspaceHomeMapping, _super);
|
|
43
|
+
function WorkspaceHomeMapping() {
|
|
44
|
+
return _super.call(this, ServiceDefinition.Id, "workspacehomemapping") || this;
|
|
45
45
|
}
|
|
46
|
-
return
|
|
46
|
+
return WorkspaceHomeMapping;
|
|
47
47
|
}(AppRoutePropertyBagModel));
|
|
48
|
-
export {
|
|
49
|
-
export var
|
|
50
|
-
(function (
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
})(
|
|
54
|
-
var
|
|
55
|
-
__extends(
|
|
56
|
-
function
|
|
57
|
-
var _this = _super.call(this, ServiceDefinition.Id, "
|
|
48
|
+
export { WorkspaceHomeMapping };
|
|
49
|
+
export var WorkspaceMegaMenuItemTypes;
|
|
50
|
+
(function (WorkspaceMegaMenuItemTypes) {
|
|
51
|
+
WorkspaceMegaMenuItemTypes[WorkspaceMegaMenuItemTypes["Link"] = 0] = "Link";
|
|
52
|
+
WorkspaceMegaMenuItemTypes[WorkspaceMegaMenuItemTypes["Layout"] = 1] = "Layout";
|
|
53
|
+
})(WorkspaceMegaMenuItemTypes || (WorkspaceMegaMenuItemTypes = {}));
|
|
54
|
+
var WorkspaceMegaMenuMapping = /** @class */ (function (_super) {
|
|
55
|
+
__extends(WorkspaceMegaMenuMapping, _super);
|
|
56
|
+
function WorkspaceMegaMenuMapping() {
|
|
57
|
+
var _this = _super.call(this, ServiceDefinition.Id, "workspacemegamenumapping") || this;
|
|
58
58
|
_this.items = [];
|
|
59
59
|
return _this;
|
|
60
60
|
}
|
|
61
|
-
return
|
|
61
|
+
return WorkspaceMegaMenuMapping;
|
|
62
62
|
}(AppRoutePropertyBagModel));
|
|
63
|
-
export {
|
|
63
|
+
export { WorkspaceMegaMenuMapping };
|
|
64
64
|
var HomeLayoutDefinition = /** @class */ (function (_super) {
|
|
65
65
|
__extends(HomeLayoutDefinition, _super);
|
|
66
66
|
function HomeLayoutDefinition() {
|
|
@@ -126,20 +126,20 @@ var MegaMenuLayoutDefinition = /** @class */ (function (_super) {
|
|
|
126
126
|
return MegaMenuLayoutDefinition;
|
|
127
127
|
}(AppLayoutDefinition));
|
|
128
128
|
export { MegaMenuLayoutDefinition };
|
|
129
|
-
var
|
|
130
|
-
__extends(
|
|
131
|
-
function
|
|
132
|
-
var _this = _super.call(this, ServiceDefinition.Id, "
|
|
129
|
+
var WorkspaceActionMenuMapping = /** @class */ (function (_super) {
|
|
130
|
+
__extends(WorkspaceActionMenuMapping, _super);
|
|
131
|
+
function WorkspaceActionMenuMapping() {
|
|
132
|
+
var _this = _super.call(this, ServiceDefinition.Id, "workspaceactionmenumapping") || this;
|
|
133
133
|
_this.itemIds = [];
|
|
134
134
|
return _this;
|
|
135
135
|
}
|
|
136
|
-
return
|
|
136
|
+
return WorkspaceActionMenuMapping;
|
|
137
137
|
}(AppRoutePropertyBagModel));
|
|
138
|
-
export {
|
|
139
|
-
var
|
|
140
|
-
__extends(
|
|
141
|
-
function
|
|
142
|
-
var _this = _super.call(this, ServiceDefinition.Id, "
|
|
138
|
+
export { WorkspaceActionMenuMapping };
|
|
139
|
+
var WorkspaceActionMenuSettings = /** @class */ (function (_super) {
|
|
140
|
+
__extends(WorkspaceActionMenuSettings, _super);
|
|
141
|
+
function WorkspaceActionMenuSettings() {
|
|
142
|
+
var _this = _super.call(this, ServiceDefinition.Id, "workspaceactionmenusettings") || this;
|
|
143
143
|
_this.default = {
|
|
144
144
|
itemLimit: 4,
|
|
145
145
|
showIcon: true
|
|
@@ -150,10 +150,10 @@ var ProfileWorkplaceActionMenuSettings = /** @class */ (function (_super) {
|
|
|
150
150
|
};
|
|
151
151
|
return _this;
|
|
152
152
|
}
|
|
153
|
-
return
|
|
153
|
+
return WorkspaceActionMenuSettings;
|
|
154
154
|
}(AppRoutePropertyBagModel));
|
|
155
|
-
export {
|
|
156
|
-
export var
|
|
155
|
+
export { WorkspaceActionMenuSettings };
|
|
156
|
+
export var WorkspaceFactory = {
|
|
157
157
|
genericSettings: function () {
|
|
158
158
|
var newSettings = {
|
|
159
159
|
chromeModeMapping: {},
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GuidValue, Identity, Layout, MultilingualString, SpacingSettings } from '@omnia/fx/models';
|
|
1
|
+
import { BusinessProfileProperty, GuidValue, Identity, Layout, MultilingualString, SpacingSettings } from '@omnia/fx/models';
|
|
2
2
|
export interface Form {
|
|
3
3
|
id?: number;
|
|
4
4
|
definition: FormDefinition;
|
|
@@ -151,3 +151,7 @@ export interface FormRendererBlockSettings {
|
|
|
151
151
|
customShowFormButton: MultilingualString;
|
|
152
152
|
spacing?: SpacingSettings;
|
|
153
153
|
}
|
|
154
|
+
export declare class FormColorSetting extends BusinessProfileProperty {
|
|
155
|
+
color: string[];
|
|
156
|
+
constructor();
|
|
157
|
+
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { BusinessProfileProperty } from '@omnia/fx/models';
|
|
3
|
+
import { ServiceDefinition } from '../ManifestIds';
|
|
1
4
|
export var FormTypes;
|
|
2
5
|
(function (FormTypes) {
|
|
3
6
|
FormTypes[FormTypes["Poll"] = 1] = "Poll";
|
|
@@ -28,3 +31,11 @@ export var LegendPosition;
|
|
|
28
31
|
LegendPosition["Left"] = "left";
|
|
29
32
|
LegendPosition["Right"] = "right";
|
|
30
33
|
})(LegendPosition || (LegendPosition = {}));
|
|
34
|
+
var FormColorSetting = /** @class */ (function (_super) {
|
|
35
|
+
__extends(FormColorSetting, _super);
|
|
36
|
+
function FormColorSetting() {
|
|
37
|
+
return _super.call(this, ServiceDefinition.Id, "formcolorsetting") || this;
|
|
38
|
+
}
|
|
39
|
+
return FormColorSetting;
|
|
40
|
+
}(BusinessProfileProperty));
|
|
41
|
+
export { FormColorSetting };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "./WorkplaceApi";
|
|
2
2
|
export * from "./signoffrequest";
|
|
3
3
|
export * from "./forms";
|
|
4
|
-
export * from "./
|
|
4
|
+
export * from "./Workspace";
|
|
5
5
|
export * from './RegisterActionMenuItemMsg';
|
|
6
6
|
export * from './ActionMenuExportationMsg';
|
|
7
7
|
export * from './SearchTemplateRendererMsg';
|
|
@@ -57,3 +57,4 @@ export * from "./TaxonomyNavigation";
|
|
|
57
57
|
export * from "./yammer";
|
|
58
58
|
export * from "./SharedLink";
|
|
59
59
|
export * from "./SearchProvider";
|
|
60
|
+
export * from "./ScopedPermissionRegistraion";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import "./WorkplaceApi";
|
|
3
3
|
export * from "./signoffrequest";
|
|
4
4
|
export * from "./forms";
|
|
5
|
-
export * from "./
|
|
5
|
+
export * from "./Workspace";
|
|
6
6
|
export * from './RegisterActionMenuItemMsg';
|
|
7
7
|
export * from './ActionMenuExportationMsg';
|
|
8
8
|
export * from './SearchTemplateRendererMsg';
|
|
@@ -58,3 +58,4 @@ export * from "./TaxonomyNavigation";
|
|
|
58
58
|
export * from "./yammer";
|
|
59
59
|
export * from "./SharedLink";
|
|
60
60
|
export * from "./SearchProvider";
|
|
61
|
+
export * from "./ScopedPermissionRegistraion";
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { types } from 'typestyle';
|
|
2
2
|
import { SpacingSettings, Theming } from '@omnia/fx-models';
|
|
3
3
|
import { NotificationPanelCustomColorModel, NoficationPanelDisplaySettings } from '../NotificationPanel';
|
|
4
|
-
import { ITheming } from '@omnia/fx/ux';
|
|
5
4
|
export declare const NotificationPanelStyles: {
|
|
6
5
|
component?: types.NestedCSSProperties;
|
|
7
6
|
getblockheaderstyle?: (showtitle: boolean, color: string, bgcolor: string, padding: SpacingSettings, margin: SpacingSettings) => types.NestedCSSProperties;
|
|
@@ -19,5 +18,5 @@ export declare const NotificationPanelStyles: {
|
|
|
19
18
|
createTabItemMediaQuery?: () => types.MediaQuery;
|
|
20
19
|
centerText?: types.NestedCSSProperties;
|
|
21
20
|
verticalSliderStyle?: (sliderColor: string) => types.NestedCSSProperties;
|
|
22
|
-
wrapper?: (
|
|
21
|
+
wrapper?: (backgroundColor: string) => types.NestedCSSProperties;
|
|
23
22
|
};
|