@omnia/workplace 8.0.6-dev → 8.0.7-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/core/loc/powerappLocalize.d.ts +1 -0
- package/internal-do-not-import-from-here/models/BusinessProfileSettingsSection.d.ts +3 -0
- package/internal-do-not-import-from-here/models/Constants.d.ts +2 -2
- package/internal-do-not-import-from-here/models/Constants.js +28 -28
- package/internal-do-not-import-from-here/models/EnterpriseGlossary.d.ts +16 -6
- package/internal-do-not-import-from-here/models/EnterpriseGlossaryInformation.d.ts +11 -0
- package/internal-do-not-import-from-here/models/EnterpriseGlossaryInformation.js +2 -0
- package/internal-do-not-import-from-here/models/GovernanceDashboards.d.ts +2 -2
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +6 -2
- package/internal-do-not-import-from-here/models/ManifestIds.js +6 -2
- package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +3 -3
- package/internal-do-not-import-from-here/models/TaxonomyNavigation.d.ts +3 -3
- package/internal-do-not-import-from-here/models/Workspace.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/CreateTeamworkBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/PostsFeedBlock.d.ts +3 -3
- package/internal-do-not-import-from-here/models/components/TeamNewsBlockStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/forms/Form.d.ts +3 -3
- package/internal-do-not-import-from-here/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/index.js +1 -0
- package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.js +6 -6
- package/internal-do-not-import-from-here/models/qrcode.d.ts +2 -2
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.d.ts +11 -12
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.d.ts +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.js +1 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +6 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.js +13 -13
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.d.ts +3 -14
- package/internal-do-not-import-from-here/models/styles/AnnouncementStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/GovernanceDashboardStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +6 -6
- package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/QrCodeStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/TargetingPropertyStyles.d.ts +1 -8
- package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.d.ts +3 -3
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/FormStore.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/LinkHandlerDialogStore.d.ts +4 -4
- package/internal-do-not-import-from-here/tooling.output.json +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +961 -40
- package/package.json +1 -1
|
@@ -180,14 +180,14 @@ export declare const SettingsKeys: {
|
|
|
180
180
|
classicProfile: {
|
|
181
181
|
overrideStyle: (profileId: string) => string;
|
|
182
182
|
overrideSearch: (profileId: string) => string;
|
|
183
|
-
|
|
183
|
+
overrideAppLaunch: (profileId: string) => string;
|
|
184
184
|
overrideLogo: (profileId: string) => string;
|
|
185
185
|
};
|
|
186
186
|
workspace: {
|
|
187
187
|
partialKeys: {
|
|
188
188
|
overrideStyle: string;
|
|
189
189
|
overrideSearch: string;
|
|
190
|
-
|
|
190
|
+
overrideAppLaunch: string;
|
|
191
191
|
overrideLogo: string;
|
|
192
192
|
};
|
|
193
193
|
};
|
|
@@ -97,30 +97,30 @@ exports.AppInstanceDescriptionProperties = {
|
|
|
97
97
|
InternalName: "appinstance_description"
|
|
98
98
|
};
|
|
99
99
|
class TeamCollaborationAppEnterpriseProperties {
|
|
100
|
+
static { this.LastVisited = {
|
|
101
|
+
internalName: "LastVisited25a11219-15f2-435f-9007-4ce746c83726"
|
|
102
|
+
}; }
|
|
103
|
+
static { this.Title = {
|
|
104
|
+
internalName: "Title"
|
|
105
|
+
}; }
|
|
106
|
+
static { this.MSTeams = {
|
|
107
|
+
id: new fx_models_1.Guid("31f4b4fc-9094-4d11-bcf4-bf312036fea8"),
|
|
108
|
+
internalName: "otc_msteams_url"
|
|
109
|
+
}; }
|
|
110
|
+
static { this.Yammer = {
|
|
111
|
+
id: new fx_models_1.Guid("deb9943d-a545-4f2e-8e77-cd10c70b9198"),
|
|
112
|
+
internalName: "otc_yammer_url"
|
|
113
|
+
}; }
|
|
114
|
+
static { this.Facebook = {
|
|
115
|
+
id: new fx_models_1.Guid("85a80bf9-7d51-47da-a574-24ea9b6b7034"),
|
|
116
|
+
internalName: "otc_facebook_url"
|
|
117
|
+
}; }
|
|
100
118
|
}
|
|
101
119
|
exports.TeamCollaborationAppEnterpriseProperties = TeamCollaborationAppEnterpriseProperties;
|
|
102
|
-
TeamCollaborationAppEnterpriseProperties.LastVisited = {
|
|
103
|
-
internalName: "LastVisited25a11219-15f2-435f-9007-4ce746c83726"
|
|
104
|
-
};
|
|
105
|
-
TeamCollaborationAppEnterpriseProperties.Title = {
|
|
106
|
-
internalName: "Title"
|
|
107
|
-
};
|
|
108
|
-
TeamCollaborationAppEnterpriseProperties.MSTeams = {
|
|
109
|
-
id: new fx_models_1.Guid("31f4b4fc-9094-4d11-bcf4-bf312036fea8"),
|
|
110
|
-
internalName: "otc_msteams_url"
|
|
111
|
-
};
|
|
112
|
-
TeamCollaborationAppEnterpriseProperties.Yammer = {
|
|
113
|
-
id: new fx_models_1.Guid("deb9943d-a545-4f2e-8e77-cd10c70b9198"),
|
|
114
|
-
internalName: "otc_yammer_url"
|
|
115
|
-
};
|
|
116
|
-
TeamCollaborationAppEnterpriseProperties.Facebook = {
|
|
117
|
-
id: new fx_models_1.Guid("85a80bf9-7d51-47da-a574-24ea9b6b7034"),
|
|
118
|
-
internalName: "otc_facebook_url"
|
|
119
|
-
};
|
|
120
120
|
class TeamCollaborationAppDefinitionInfo {
|
|
121
|
+
static { this.id = new fx_models_1.Guid("d2240d7b-af3c-428c-bae8-5b8bfc08e3ac"); }
|
|
121
122
|
}
|
|
122
123
|
exports.TeamCollaborationAppDefinitionInfo = TeamCollaborationAppDefinitionInfo;
|
|
123
|
-
TeamCollaborationAppDefinitionInfo.id = new fx_models_1.Guid("d2240d7b-af3c-428c-bae8-5b8bfc08e3ac");
|
|
124
124
|
exports.WorkplaceAppRoutePrefix = {
|
|
125
125
|
teamwork: "_t",
|
|
126
126
|
workspace: "_wp"
|
|
@@ -128,17 +128,17 @@ exports.WorkplaceAppRoutePrefix = {
|
|
|
128
128
|
var WorkspaceApp;
|
|
129
129
|
(function (WorkspaceApp) {
|
|
130
130
|
class AppDefinitionInfo {
|
|
131
|
+
static { this.id = new fx_models_1.Guid("c05e7f15-0f1c-479e-9fd9-93d6a5c7c3b4"); }
|
|
132
|
+
static { this.resourceTypeId = new fx_models_1.Guid("4ab5c242-a2d4-4d25-92d3-bdba04c7f810"); }
|
|
131
133
|
}
|
|
132
|
-
AppDefinitionInfo.id = new fx_models_1.Guid("c05e7f15-0f1c-479e-9fd9-93d6a5c7c3b4");
|
|
133
|
-
AppDefinitionInfo.resourceTypeId = new fx_models_1.Guid("4ab5c242-a2d4-4d25-92d3-bdba04c7f810");
|
|
134
134
|
WorkspaceApp.AppDefinitionInfo = AppDefinitionInfo;
|
|
135
135
|
class AppTemplateInfo {
|
|
136
|
+
static { this.id = new fx_models_1.Guid("1ff049ac-bf98-4533-913a-450bcd0d7550"); }
|
|
136
137
|
}
|
|
137
|
-
AppTemplateInfo.id = new fx_models_1.Guid("1ff049ac-bf98-4533-913a-450bcd0d7550");
|
|
138
138
|
WorkspaceApp.AppTemplateInfo = AppTemplateInfo;
|
|
139
139
|
class ux {
|
|
140
|
+
static { this.navBarVListColorClass = "wp-navbar-v-list"; }
|
|
140
141
|
}
|
|
141
|
-
ux.navBarVListColorClass = "wp-navbar-v-list";
|
|
142
142
|
WorkspaceApp.ux = ux;
|
|
143
143
|
})(WorkspaceApp || (exports.WorkspaceApp = WorkspaceApp = {}));
|
|
144
144
|
exports.GovernanceDashboard = {
|
|
@@ -174,17 +174,17 @@ exports.StatusCodeDisplay = {
|
|
|
174
174
|
}
|
|
175
175
|
};
|
|
176
176
|
class TeamWorkInfo {
|
|
177
|
+
static { this.createTeamworkProfileSettings = new fx_models_1.Guid("43354ac8-ca0f-498d-83f6-0d61d5ea788b"); }
|
|
177
178
|
}
|
|
178
179
|
exports.TeamWorkInfo = TeamWorkInfo;
|
|
179
|
-
TeamWorkInfo.createTeamworkProfileSettings = new fx_models_1.Guid("43354ac8-ca0f-498d-83f6-0d61d5ea788b");
|
|
180
180
|
class MembersStep {
|
|
181
|
+
static { this.id = new fx_models_1.Guid("829eab83-b85b-4635-839e-485b16ad2408"); }
|
|
181
182
|
}
|
|
182
183
|
exports.MembersStep = MembersStep;
|
|
183
|
-
MembersStep.id = new fx_models_1.Guid("829eab83-b85b-4635-839e-485b16ad2408");
|
|
184
184
|
class MSTeamTemplateStep {
|
|
185
|
+
static { this.id = new fx_models_1.Guid("157aded3-dd6f-44c2-8aaf-b7c4b5913782"); }
|
|
185
186
|
}
|
|
186
187
|
exports.MSTeamTemplateStep = MSTeamTemplateStep;
|
|
187
|
-
MSTeamTemplateStep.id = new fx_models_1.Guid("157aded3-dd6f-44c2-8aaf-b7c4b5913782");
|
|
188
188
|
var HeaderSettingsMode;
|
|
189
189
|
(function (HeaderSettingsMode) {
|
|
190
190
|
HeaderSettingsMode[HeaderSettingsMode["Tenant"] = 0] = "Tenant";
|
|
@@ -203,14 +203,14 @@ exports.SettingsKeys = {
|
|
|
203
203
|
classicProfile: {
|
|
204
204
|
overrideStyle: (profileId) => `classicprofile_${profileId}_override_tenant_header_style`.toLowerCase(),
|
|
205
205
|
overrideSearch: (profileId) => `classicprofile_${profileId}_override_tenant_header_search`.toLowerCase(),
|
|
206
|
-
|
|
206
|
+
overrideAppLaunch: (profileId) => `classicprofile_${profileId}_override_tenant_header_applaunch`.toLowerCase(),
|
|
207
207
|
overrideLogo: (profileId) => `classicprofile_${profileId}_override_tenant_header_logo`.toLowerCase()
|
|
208
208
|
},
|
|
209
209
|
workspace: {
|
|
210
210
|
partialKeys: {
|
|
211
211
|
overrideStyle: "override_tenant_header_style",
|
|
212
212
|
overrideSearch: "override_tenant_header_search",
|
|
213
|
-
|
|
213
|
+
overrideAppLaunch: "override_tenant_header_applaunch",
|
|
214
214
|
overrideLogo: "override_tenant_header_logo"
|
|
215
215
|
},
|
|
216
216
|
}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import { ApiPath, Blade, EnterpriseGlossary, EnterpriseGlossaryInformationProvider, EnterpriseGlossaryInformationSourceSettings, EnterpriseGlossaryInstance, EnterpriseGlossaryProvider, GuidValue, IEnterpriseGlossaryInformationSource, IIcon, JourneyInstance } from "@omnia/fx-models";
|
|
1
|
+
import { ApiPath, Blade, EnterpriseGlossary, EnterpriseGlossaryInformationProvider, EnterpriseGlossaryInformationSourceSettings, EnterpriseGlossaryInstance, EnterpriseGlossaryProvider, Func, GuidValue, IEnterpriseGlossaryInformationSource, IIcon, JourneyInstance } from "@omnia/fx-models";
|
|
2
|
+
import { EnterpriseGlossaryInformation, EnterpriseGlossaryInformationSlot } from "./EnterpriseGlossaryInformation";
|
|
3
|
+
import { VNodeChild } from "vue";
|
|
2
4
|
export interface IEnterpriseGlossarySourceInformationComponent {
|
|
3
5
|
providerInformationSourceSettings: EnterpriseGlossaryInformationSourceSettings;
|
|
4
6
|
sourceInformation: IEnterpriseGlossaryInformationSource;
|
|
@@ -8,13 +10,21 @@ export interface EnterpriseGlossaryUIIcon {
|
|
|
8
10
|
icon: IIcon;
|
|
9
11
|
onClick: any;
|
|
10
12
|
}
|
|
13
|
+
export interface ContentEnterpriseGlossaryBlade {
|
|
14
|
+
componentManifestId: GuidValue;
|
|
15
|
+
domProps?: {
|
|
16
|
+
[key: string]: any;
|
|
17
|
+
};
|
|
18
|
+
children?: {
|
|
19
|
+
[key: string]: any;
|
|
20
|
+
};
|
|
21
|
+
}
|
|
11
22
|
export interface EnterpriseGlossaryBlade extends Omit<Blade, "content"> {
|
|
12
23
|
content?: () => JSX.Element;
|
|
13
|
-
createContent?: (
|
|
24
|
+
createContent?: () => {
|
|
14
25
|
componentManifestId: GuidValue;
|
|
15
|
-
domProps?:
|
|
16
|
-
|
|
17
|
-
};
|
|
26
|
+
domProps?: EnterpriseGlossaryInformation;
|
|
27
|
+
children?: EnterpriseGlossaryInformationSlot;
|
|
18
28
|
};
|
|
19
29
|
}
|
|
20
30
|
export interface EnterpriseGlossarySourceInformationBlade extends Omit<Blade, "content"> {
|
|
@@ -26,7 +36,7 @@ export interface IEnterpriseGlossaryInformationSourceSettingsComponent {
|
|
|
26
36
|
}
|
|
27
37
|
export declare abstract class EnterpriseGlossaryAdminProvider extends EnterpriseGlossaryProvider {
|
|
28
38
|
abstract create(callback: (travelToBlade: EnterpriseGlossaryBlade) => void): void;
|
|
29
|
-
abstract edit(enterpriseGlossaryInstance: EnterpriseGlossaryInstance, callback: (travelToBlade: EnterpriseGlossaryBlade) => void): void;
|
|
39
|
+
abstract edit(enterpriseGlossaryInstance: EnterpriseGlossaryInstance, callback: (travelToBlade: EnterpriseGlossaryBlade) => void, renderAction?: Func<[VNodeChild]>, title?: string): void;
|
|
30
40
|
abstract delete(enterpriseGlossaryInstance: EnterpriseGlossaryInstance): Promise<void>;
|
|
31
41
|
renderIcons?(enterpriseGlossaryInstance: EnterpriseGlossaryInstance<EnterpriseGlossary>): Promise<EnterpriseGlossaryUIIcon[]>;
|
|
32
42
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EnterpriseGlossaryBase, EnterpriseGlossaryInstance, Func } from "@omnia/fx-models";
|
|
2
|
+
import { EnterpriseGlossaryInformationSourceSettingsProvider } from "./EnterpriseGlossary";
|
|
3
|
+
import { VNodeChild } from "vue";
|
|
4
|
+
export interface EnterpriseGlossaryInformation<T extends EnterpriseGlossaryBase = EnterpriseGlossaryBase> {
|
|
5
|
+
title: string;
|
|
6
|
+
enterpriseGlossaryInstance: EnterpriseGlossaryInstance<T>;
|
|
7
|
+
informationProvider?: EnterpriseGlossaryInformationSourceSettingsProvider;
|
|
8
|
+
}
|
|
9
|
+
export interface EnterpriseGlossaryInformationSlot {
|
|
10
|
+
actions?: Func<[VNodeChild]>;
|
|
11
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Guid, IIcon, MultilingualString,
|
|
1
|
+
import { Guid, IIcon, MultilingualString, Spacing } from "@omnia/fx-models";
|
|
2
2
|
export interface DashboardScopeMessage {
|
|
3
3
|
id: Guid;
|
|
4
4
|
title: string;
|
|
@@ -37,7 +37,7 @@ export interface GovernanceDashboardsBlockSettings {
|
|
|
37
37
|
scope: DashboardScope;
|
|
38
38
|
filtersPerRow: number;
|
|
39
39
|
indicatorsPerRow: number;
|
|
40
|
-
spacing?:
|
|
40
|
+
spacing?: Spacing;
|
|
41
41
|
height: number;
|
|
42
42
|
}
|
|
43
43
|
export interface DashboardFilter extends FilterDefinitionIdentity {
|
|
@@ -136,6 +136,8 @@ export declare class ResourceManifests {
|
|
|
136
136
|
static get HttpCodeLayoutBPRegistration(): Guid;
|
|
137
137
|
static get HttpCodeLayoutTenantRegistration(): Guid;
|
|
138
138
|
static get AuthenticationScreenResources(): Guid;
|
|
139
|
+
static get SystemLayoutResource(): Guid;
|
|
140
|
+
static get SystemLayoutRegistration(): Guid;
|
|
139
141
|
}
|
|
140
142
|
export declare class WebComponentManifests {
|
|
141
143
|
static get FaviconSettings(): Guid;
|
|
@@ -297,6 +299,7 @@ export declare class WebComponentManifests {
|
|
|
297
299
|
static get WorkplaceWarning(): Guid;
|
|
298
300
|
static get WorkplacePreviewDisclaimer(): Guid;
|
|
299
301
|
static get AdminHeaderSettings(): Guid;
|
|
302
|
+
static get AdminHeaderSettingsCore(): Guid;
|
|
300
303
|
static get PropertySetsJourney(): Guid;
|
|
301
304
|
static get PropertiesJourney(): Guid;
|
|
302
305
|
static get PropertyArchiveJourney(): Guid;
|
|
@@ -344,6 +347,7 @@ export declare class WebComponentManifests {
|
|
|
344
347
|
static get MyTeamCollaborationCategoryGroup(): Guid;
|
|
345
348
|
static get MyTeamCollaborationCategorySearch(): Guid;
|
|
346
349
|
static get TeamworkNavigationActionHandlerSettings(): Guid;
|
|
350
|
+
static get TeamworkNavigationSettingsWrapper(): Guid;
|
|
347
351
|
static get TeamworkNavigationSettings(): Guid;
|
|
348
352
|
static get TeamworkNavigationTabSettings(): Guid;
|
|
349
353
|
static get TeamworkNavigationDialog(): Guid;
|
|
@@ -430,7 +434,6 @@ export declare class WebComponentManifests {
|
|
|
430
434
|
static get MicrosoftTeamChannelFeedBlock(): Guid;
|
|
431
435
|
static get CustomEmailJourney(): Guid;
|
|
432
436
|
static get WorkspaceSettings(): Guid;
|
|
433
|
-
static get WorkspaceHome(): Guid;
|
|
434
437
|
static get WorkspaceHomeChrome(): Guid;
|
|
435
438
|
static get WorkspaceHomeStatistic(): Guid;
|
|
436
439
|
static get WorkspaceJourney(): Guid;
|
|
@@ -490,7 +493,7 @@ export declare class WebComponentManifests {
|
|
|
490
493
|
static get TenantAnalyticsSetupBlade(): Guid;
|
|
491
494
|
static get TenantAnalyticsConfigurationBlade(): Guid;
|
|
492
495
|
static get TenantAnalyticsAddDimensionBlade(): Guid;
|
|
493
|
-
static get
|
|
496
|
+
static get UserManagementSelfService(): Guid;
|
|
494
497
|
static get UserManagementIdentityCreationRequestPendingApprovalListing(): Guid;
|
|
495
498
|
static get SetupWizardViewCore(): Guid;
|
|
496
499
|
static get SetupWizardGeneralStep(): Guid;
|
|
@@ -545,6 +548,7 @@ export declare class WebComponentManifests {
|
|
|
545
548
|
static get HttpCodeLayoutBusinessProfileJourney(): Guid;
|
|
546
549
|
static get AuthenticationScreenBlade(): Guid;
|
|
547
550
|
static get AuthenticationScreenChrome(): Guid;
|
|
551
|
+
static get SystemLayoutJourney(): Guid;
|
|
548
552
|
}
|
|
549
553
|
export declare class WebComponentElements {
|
|
550
554
|
static get AppProvisioningStepMember(): string;
|
|
@@ -144,6 +144,8 @@ class ResourceManifests {
|
|
|
144
144
|
static get HttpCodeLayoutBPRegistration() { return new fx_models_1.Guid("7e34f694-9a74-4741-bf2c-95ca05ade31a"); }
|
|
145
145
|
static get HttpCodeLayoutTenantRegistration() { return new fx_models_1.Guid("93178fef-8fbe-4e01-9510-b0a358ffa3a8"); }
|
|
146
146
|
static get AuthenticationScreenResources() { return new fx_models_1.Guid("47b5e3eb-3d80-487f-b60b-6ef072427c6d"); }
|
|
147
|
+
static get SystemLayoutResource() { return new fx_models_1.Guid("73330813-6b59-4011-a2b9-c2a39dcfe807"); }
|
|
148
|
+
static get SystemLayoutRegistration() { return new fx_models_1.Guid("a4c571d0-6127-4d38-8030-02c54c05f562"); }
|
|
147
149
|
}
|
|
148
150
|
exports.ResourceManifests = ResourceManifests;
|
|
149
151
|
class WebComponentManifests {
|
|
@@ -306,6 +308,7 @@ class WebComponentManifests {
|
|
|
306
308
|
static get WorkplaceWarning() { return new fx_models_1.Guid("4bca1556-ac2e-4d87-9a53-c1ab6adb2d58"); }
|
|
307
309
|
static get WorkplacePreviewDisclaimer() { return new fx_models_1.Guid("bd56271c-db61-4f36-9c99-2fb1bb9079f6"); }
|
|
308
310
|
static get AdminHeaderSettings() { return new fx_models_1.Guid("47f4c610-3c26-4698-90c4-ae0ff52d697f"); }
|
|
311
|
+
static get AdminHeaderSettingsCore() { return new fx_models_1.Guid("5afb16df-86d8-4561-b35a-92f5f8fbe5e2"); }
|
|
309
312
|
static get PropertySetsJourney() { return new fx_models_1.Guid("813c8357-aa75-489f-b022-f5c7b0a02443"); }
|
|
310
313
|
static get PropertiesJourney() { return new fx_models_1.Guid("95F6E9A4-F728-4543-9986-44BF59323C76"); }
|
|
311
314
|
static get PropertyArchiveJourney() { return new fx_models_1.Guid("f24e9874-7c5e-415c-8513-5d3a591c18f0"); }
|
|
@@ -353,6 +356,7 @@ class WebComponentManifests {
|
|
|
353
356
|
static get MyTeamCollaborationCategoryGroup() { return new fx_models_1.Guid("5e71a7f3-faaf-4a15-ba5d-f3fe48307616"); }
|
|
354
357
|
static get MyTeamCollaborationCategorySearch() { return new fx_models_1.Guid("c0d060d6-9325-4c00-ab7b-36e650695b63"); }
|
|
355
358
|
static get TeamworkNavigationActionHandlerSettings() { return new fx_models_1.Guid("2f095349-3faa-4b78-8f9e-eeb7de691641"); }
|
|
359
|
+
static get TeamworkNavigationSettingsWrapper() { return new fx_models_1.Guid("51430cc4-8222-4689-9e1c-b52cf9481fb2"); }
|
|
356
360
|
static get TeamworkNavigationSettings() { return new fx_models_1.Guid("74b6d6f6-8cdb-424f-8ba1-03d7426a3cfb"); }
|
|
357
361
|
static get TeamworkNavigationTabSettings() { return new fx_models_1.Guid("5f7b4425-cdd1-46fb-8dc7-698694ab5810"); }
|
|
358
362
|
static get TeamworkNavigationDialog() { return new fx_models_1.Guid("1fd88b37-db0d-4ba2-b63c-b6ac7d004791"); }
|
|
@@ -439,7 +443,6 @@ class WebComponentManifests {
|
|
|
439
443
|
static get MicrosoftTeamChannelFeedBlock() { return new fx_models_1.Guid("52aa99e3-4636-4bf2-b8d0-a9a722c87547"); }
|
|
440
444
|
static get CustomEmailJourney() { return new fx_models_1.Guid("61fdccaf-f48f-471d-be82-2dc9b5911c85"); }
|
|
441
445
|
static get WorkspaceSettings() { return new fx_models_1.Guid("a61a15c5-ce4e-4b94-9d23-6d92f30e8968"); }
|
|
442
|
-
static get WorkspaceHome() { return new fx_models_1.Guid("47da2a55-8b39-44db-9d09-23b8a1291be6"); }
|
|
443
446
|
static get WorkspaceHomeChrome() { return new fx_models_1.Guid("76d4d02a-f920-4e79-93ab-f92ee938b103"); }
|
|
444
447
|
static get WorkspaceHomeStatistic() { return new fx_models_1.Guid("c2bfdf01-6dcb-461b-82ac-678550b6abb7"); }
|
|
445
448
|
static get WorkspaceJourney() { return new fx_models_1.Guid("4f54f8c5-ab26-4bff-8b9f-eb27b4f08221"); }
|
|
@@ -499,7 +502,7 @@ class WebComponentManifests {
|
|
|
499
502
|
static get TenantAnalyticsSetupBlade() { return new fx_models_1.Guid("3e80d831-f02b-4c0b-bfbd-a1354896f98b"); }
|
|
500
503
|
static get TenantAnalyticsConfigurationBlade() { return new fx_models_1.Guid("4027e639-92ed-4064-95c8-f715f02cacac"); }
|
|
501
504
|
static get TenantAnalyticsAddDimensionBlade() { return new fx_models_1.Guid("752607aa-4b6e-4865-90cc-c867fa1e0d91"); }
|
|
502
|
-
static get
|
|
505
|
+
static get UserManagementSelfService() { return new fx_models_1.Guid("36D0078C-1C79-486B-B4E3-92A97F03BDB5"); }
|
|
503
506
|
static get UserManagementIdentityCreationRequestPendingApprovalListing() { return new fx_models_1.Guid("6F3F70CA-AFC5-4724-B3F8-405986A21717"); }
|
|
504
507
|
static get SetupWizardViewCore() { return new fx_models_1.Guid("758d200f-91f3-4446-8662-07592f89eeba"); }
|
|
505
508
|
static get SetupWizardGeneralStep() { return new fx_models_1.Guid("c5f83b2f-a21f-4210-b4f4-13ffda4ac129"); }
|
|
@@ -554,6 +557,7 @@ class WebComponentManifests {
|
|
|
554
557
|
static get HttpCodeLayoutBusinessProfileJourney() { return new fx_models_1.Guid("9b3a0a46-6267-48f3-b711-68bd16f62a66"); }
|
|
555
558
|
static get AuthenticationScreenBlade() { return new fx_models_1.Guid("ecdcbe77-649d-423b-9f45-a2b3a4369a83"); }
|
|
556
559
|
static get AuthenticationScreenChrome() { return new fx_models_1.Guid("479f9b8e-edeb-4c41-95a3-1ac3e2b5299e"); }
|
|
560
|
+
static get SystemLayoutJourney() { return new fx_models_1.Guid("29e4919f-ca93-492d-9b81-ddca5a5dc28a"); }
|
|
557
561
|
}
|
|
558
562
|
exports.WebComponentManifests = WebComponentManifests;
|
|
559
563
|
class WebComponentElements {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Spacing, Guid, MultilingualString, IconPickerModel, GuidValue, IMessageBusTopicSubscription } from "@omnia/fx-models";
|
|
2
2
|
import { NotificationPanelHistoryEntry } from "./NotificationPanelHistoryEntry";
|
|
3
3
|
export interface CategoryIconDisplaySettings {
|
|
4
4
|
showIcon: boolean;
|
|
@@ -41,8 +41,8 @@ export interface NotificationPanelBlockSettings {
|
|
|
41
41
|
}
|
|
42
42
|
export interface BlockHeaderSettings {
|
|
43
43
|
showTitle: boolean;
|
|
44
|
-
padding?:
|
|
45
|
-
margin?:
|
|
44
|
+
padding?: Spacing;
|
|
45
|
+
margin?: Spacing;
|
|
46
46
|
bgColor: string;
|
|
47
47
|
color: string;
|
|
48
48
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { ApiPath, BlockSettings, ColorValue, EnterpriseGlossaryInformationProviderId, EnterpriseGlossaryInformationSourceSettings, GuidValue, IBlockInstance, MultilingualString,
|
|
1
|
+
import { ApiPath, BlockSettings, ColorValue, EnterpriseGlossaryInformationProviderId, EnterpriseGlossaryInformationSourceSettings, GuidValue, IBlockInstance, MultilingualString, Spacing, ThemeDefinition } from "@omnia/fx/models";
|
|
2
2
|
export interface TaxonomyNavigationQuerySettings {
|
|
3
3
|
enterpriseGlossaryInstanceId: number;
|
|
4
4
|
}
|
|
5
5
|
export interface TaxonomyCardStyle {
|
|
6
6
|
theming: ThemeDefinition;
|
|
7
7
|
width: number;
|
|
8
|
-
spacing:
|
|
8
|
+
spacing: Spacing;
|
|
9
9
|
}
|
|
10
10
|
export interface TaxonomyNavigationSelectionViewSettings {
|
|
11
11
|
cardStyle: TaxonomyCardStyle;
|
|
@@ -27,7 +27,7 @@ export interface TaxonomyNavigationBlockSettings<TQuery extends TaxonomyNavigati
|
|
|
27
27
|
backgroundColor: string;
|
|
28
28
|
textColor: string;
|
|
29
29
|
borderColor: string;
|
|
30
|
-
spacing:
|
|
30
|
+
spacing: Spacing;
|
|
31
31
|
title: MultilingualString;
|
|
32
32
|
query: TQuery;
|
|
33
33
|
view: TView;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BusinessProfileProperty, AppRoutePropertyBagModel, VersionedLayoutDefinition, MediaPickerImage,
|
|
1
|
+
import { BusinessProfileProperty, AppRoutePropertyBagModel, VersionedLayoutDefinition, MediaPickerImage, Spacing, MultilingualString, IIcon, GuidValue, ThemeDefinition, ActionHandler } from "@omnia/fx-models";
|
|
2
2
|
import { Enums } from "./Enums";
|
|
3
3
|
import { TargetingFilterProperty } from "@omnia/fx-sp";
|
|
4
4
|
import { ActionHandlerInstance } from "@omnia/fx/ux";
|
|
@@ -113,7 +113,7 @@ export declare const WorkspaceFactory: {
|
|
|
113
113
|
};
|
|
114
114
|
export interface HomeLogo {
|
|
115
115
|
image: MediaPickerImage;
|
|
116
|
-
spacing:
|
|
116
|
+
spacing: Spacing;
|
|
117
117
|
imageText: MultilingualString;
|
|
118
118
|
}
|
|
119
119
|
export interface WorkspaceHomeSettingsByDevice {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { MultilingualString,
|
|
1
|
+
import { MultilingualString, Spacing } from "@omnia/fx-models";
|
|
2
2
|
export interface CreateTeamworkBlockSettings {
|
|
3
3
|
appTemplatesToShow?: string[];
|
|
4
4
|
title: MultilingualString;
|
|
5
|
-
spacing?:
|
|
5
|
+
spacing?: Spacing;
|
|
6
6
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GuidValue, MultilingualString,
|
|
1
|
+
import { GuidValue, MultilingualString, Spacing, ThemeDefinitionV2 } from "@omnia/fx/models";
|
|
2
2
|
export declare enum PostsFeedScopeOption {
|
|
3
3
|
CurrentApp = 1,
|
|
4
4
|
CustomScope = 2
|
|
@@ -11,7 +11,7 @@ export interface PostsFeedAppTemplateScope {
|
|
|
11
11
|
appDefinitionId?: GuidValue;
|
|
12
12
|
}
|
|
13
13
|
export interface PostsFeedBlockSettings {
|
|
14
|
-
spacing?:
|
|
14
|
+
spacing?: Spacing;
|
|
15
15
|
scope: {
|
|
16
16
|
option: PostsFeedScopeOption;
|
|
17
17
|
selectedAppDefinitionId?: GuidValue;
|
|
@@ -24,5 +24,5 @@ export interface PostsFeedBlockSettings {
|
|
|
24
24
|
allowLikes?: boolean;
|
|
25
25
|
sortMode?: PostsFeedSortMode;
|
|
26
26
|
defaultRepliesNumber?: number;
|
|
27
|
-
cardStyle?:
|
|
27
|
+
cardStyle?: ThemeDefinitionV2;
|
|
28
28
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { types } from "typestyle";
|
|
2
|
-
import {
|
|
2
|
+
import { Spacing } from "@omnia/fx-models";
|
|
3
3
|
export declare const TeamNewsBlockStyles: {
|
|
4
|
-
padding?: (spacing:
|
|
4
|
+
padding?: (spacing: Spacing) => types.NestedCSSProperties;
|
|
5
5
|
linkTextDecoration?: types.NestedCSSProperties;
|
|
6
6
|
background?: types.NestedCSSProperties;
|
|
7
7
|
itemWrapper?: types.NestedCSSProperties;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BusinessProfileProperty, ColorSchemaTypes, GuidValue, Identity, Layout, MultilingualString,
|
|
1
|
+
import { BusinessProfileProperty, ColorSchemaTypes, GuidValue, Identity, Layout, MultilingualString, Spacing } from "@omnia/fx/models";
|
|
2
2
|
export interface Form {
|
|
3
3
|
id?: number;
|
|
4
4
|
definition: FormDefinition;
|
|
@@ -138,7 +138,7 @@ export declare enum LegendPosition {
|
|
|
138
138
|
export interface QuestionBlockSettings {
|
|
139
139
|
padding: {
|
|
140
140
|
inherit: boolean;
|
|
141
|
-
spacing?:
|
|
141
|
+
spacing?: Spacing;
|
|
142
142
|
};
|
|
143
143
|
}
|
|
144
144
|
export interface FormRendererBlockSettings {
|
|
@@ -149,7 +149,7 @@ export interface FormRendererBlockSettings {
|
|
|
149
149
|
legendAlignment: LegendAlignment;
|
|
150
150
|
legendPosition: LegendPosition;
|
|
151
151
|
customShowFormButton: MultilingualString;
|
|
152
|
-
spacing?:
|
|
152
|
+
spacing?: Spacing;
|
|
153
153
|
}
|
|
154
154
|
export declare class FormGenericSetting extends BusinessProfileProperty {
|
|
155
155
|
chartColor: ChartColor[];
|
|
@@ -40,6 +40,7 @@ export * from "./BusinessProfileAppProvisioning";
|
|
|
40
40
|
export * from "./FollowedsitesUpdatedAtUserPropertyBag";
|
|
41
41
|
export * from "./AppAuthenticationOptions";
|
|
42
42
|
export * from "./CompactHeaderRegistration";
|
|
43
|
+
export * from "./EnterpriseGlossaryInformation";
|
|
43
44
|
export * from "./apps";
|
|
44
45
|
export * from "./teamnewsrollup";
|
|
45
46
|
export * from "./siteproperties";
|
|
@@ -44,6 +44,7 @@ tslib_1.__exportStar(require("./BusinessProfileAppProvisioning"), exports);
|
|
|
44
44
|
tslib_1.__exportStar(require("./FollowedsitesUpdatedAtUserPropertyBag"), exports);
|
|
45
45
|
tslib_1.__exportStar(require("./AppAuthenticationOptions"), exports);
|
|
46
46
|
tslib_1.__exportStar(require("./CompactHeaderRegistration"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./EnterpriseGlossaryInformation"), exports);
|
|
47
48
|
tslib_1.__exportStar(require("./apps"), exports);
|
|
48
49
|
tslib_1.__exportStar(require("./teamnewsrollup"), exports);
|
|
49
50
|
tslib_1.__exportStar(require("./siteproperties"), exports);
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TeamCollabrationApp = exports.TeamCollabrationAppResource = exports.TeamCollabrationQuery = exports.ItemQueryResult = exports.TeamCollabrationTypes = void 0;
|
|
4
4
|
class TeamCollabrationTypes {
|
|
5
|
+
static { this.Undefined = -1; }
|
|
6
|
+
static { this.Sharepoint = 1; }
|
|
7
|
+
static { this.Group = 2; }
|
|
8
|
+
static { this.Teams = 4; }
|
|
9
|
+
static { this.Yammer = 8; }
|
|
10
|
+
static { this.Facebook = 16; }
|
|
5
11
|
}
|
|
6
12
|
exports.TeamCollabrationTypes = TeamCollabrationTypes;
|
|
7
|
-
TeamCollabrationTypes.Undefined = -1;
|
|
8
|
-
TeamCollabrationTypes.Sharepoint = 1;
|
|
9
|
-
TeamCollabrationTypes.Group = 2;
|
|
10
|
-
TeamCollabrationTypes.Teams = 4;
|
|
11
|
-
TeamCollabrationTypes.Yammer = 8;
|
|
12
|
-
TeamCollabrationTypes.Facebook = 16;
|
|
13
13
|
class ItemQueryResult {
|
|
14
14
|
}
|
|
15
15
|
exports.ItemQueryResult = ItemQueryResult;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MultilingualString,
|
|
1
|
+
import { MultilingualString, Spacing } from "@omnia/fx/models";
|
|
2
2
|
export declare enum LinkUrlTypeOption {
|
|
3
3
|
CurrentUrl = 1,
|
|
4
4
|
CustomUrl = 2
|
|
@@ -10,5 +10,5 @@ export interface QRCodeBlockSettings {
|
|
|
10
10
|
linkUrl: string;
|
|
11
11
|
};
|
|
12
12
|
qrSize: number;
|
|
13
|
-
spacing?:
|
|
13
|
+
spacing?: Spacing;
|
|
14
14
|
}
|
|
@@ -2,35 +2,34 @@ import { GuidValue, Identity, MultilingualString } from "@omnia/fx/models";
|
|
|
2
2
|
import { SignOffRequestEnums } from "./SignOffRequestEnum";
|
|
3
3
|
import { ISignOffRequestResourceDataSettings } from "./SignOffRequestResource";
|
|
4
4
|
export interface ISignOffRequestUpdatableProperties {
|
|
5
|
-
status: SignOffRequestEnums.SignOffRequestStatus;
|
|
6
|
-
reminderEmails?: Array<string>;
|
|
7
5
|
enterpriseProperties?: {
|
|
8
6
|
[internalName: string]: any;
|
|
9
7
|
};
|
|
8
|
+
title?: MultilingualString;
|
|
9
|
+
description?: MultilingualString;
|
|
10
|
+
signOffType?: SignOffRequestEnums.SignOffType;
|
|
11
|
+
requestedBy?: Array<Identity>;
|
|
12
|
+
requestTo?: Array<Identity>;
|
|
13
|
+
requestToEmails?: Array<string>;
|
|
14
|
+
resources?: Array<ISignOffRequestResourceDataSettings>;
|
|
15
|
+
scheduledAt?: Date;
|
|
16
|
+
scheduledTimeZone?: string;
|
|
10
17
|
}
|
|
11
18
|
export interface SignOffRequest extends ISignOffRequestUpdatableProperties {
|
|
12
19
|
id: GuidValue;
|
|
13
|
-
|
|
20
|
+
status: SignOffRequestEnums.SignOffRequestStatus;
|
|
14
21
|
typeId: GuidValue;
|
|
15
|
-
description: MultilingualString;
|
|
16
|
-
signOffType: SignOffRequestEnums.SignOffType;
|
|
17
|
-
requestTo: Array<Identity>;
|
|
18
22
|
requestToUsers: Array<Identity>;
|
|
19
|
-
resources: Array<ISignOffRequestResourceDataSettings>;
|
|
20
|
-
requestToEmails: Array<string>;
|
|
21
23
|
expectedResponsesCount?: number;
|
|
22
24
|
responsesCount: number;
|
|
23
25
|
requestToRecipientCount: number;
|
|
24
26
|
signedOffRecipientCount: number;
|
|
25
|
-
requestedBy: Array<Identity>;
|
|
26
27
|
createdAt: Date;
|
|
27
28
|
modifiedAt: Date;
|
|
28
29
|
modifiedBy: string;
|
|
29
30
|
progress: SignOffRequestEnums.SignOffRequestProgress;
|
|
30
|
-
enterpriseProperties: {
|
|
31
|
-
[internalName: string]: any;
|
|
32
|
-
};
|
|
33
31
|
resourceCount: number;
|
|
34
32
|
recipientId: Identity;
|
|
35
33
|
isOwner: boolean;
|
|
34
|
+
reminderEmails?: Array<string>;
|
|
36
35
|
}
|
|
@@ -9,6 +9,7 @@ var SignOffRequestEnums;
|
|
|
9
9
|
SignOffRequestStatus[SignOffRequestStatus["Open"] = 1] = "Open";
|
|
10
10
|
SignOffRequestStatus[SignOffRequestStatus["Closed"] = 2] = "Closed";
|
|
11
11
|
SignOffRequestStatus[SignOffRequestStatus["Error"] = 3] = "Error";
|
|
12
|
+
SignOffRequestStatus[SignOffRequestStatus["Scheduled"] = 4] = "Scheduled";
|
|
12
13
|
})(SignOffRequestStatus = SignOffRequestEnums.SignOffRequestStatus || (SignOffRequestEnums.SignOffRequestStatus = {}));
|
|
13
14
|
let SignOffRequestProgress;
|
|
14
15
|
(function (SignOffRequestProgress) {
|
|
@@ -9,6 +9,7 @@ export declare abstract class SignOffRequestProvider<T extends SignOffResource =
|
|
|
9
9
|
resolveResourceData: (itemId: string) => Promise<SignOffRequestResourceDetail>;
|
|
10
10
|
resolveToken: (tokenField: string, itemId: string) => string;
|
|
11
11
|
ensureItemsLoaded: (itemIds: string[]) => Promise<void>;
|
|
12
|
+
ensureResourcesLoaded: (resources: Array<ISignOffRequestResource>) => Promise<Array<ISignOffRequestResource>>;
|
|
12
13
|
onSelectResource?: (resource: Array<ISignOffRequestResource>) => void;
|
|
13
14
|
getDefaultResources(): Array<ISignOffRequestResource>;
|
|
14
15
|
isEnabled(settings: ActionButtonSignOffRequestSettings): Promise<boolean>;
|
|
@@ -6,8 +6,10 @@ export interface ISignOffRequestResource {
|
|
|
6
6
|
providerId: GuidValue;
|
|
7
7
|
/** Manifest for your registration of your provider used for performance reason (we don't need to load all providers) */
|
|
8
8
|
providerManifestId: GuidValue;
|
|
9
|
+
providerInfo?: ProviderInfo;
|
|
9
10
|
}
|
|
10
11
|
export declare abstract class SignOffResource implements ISignOffRequestResource {
|
|
12
|
+
abstract providerInfo?: ProviderInfo;
|
|
11
13
|
abstract resourceId: string;
|
|
12
14
|
abstract providerId: GuidValue;
|
|
13
15
|
abstract providerManifestId: GuidValue;
|
|
@@ -38,3 +40,7 @@ export interface SignOffReminderSetting {
|
|
|
38
40
|
resourceDetails: Array<SignOffRequestResourceDetail>;
|
|
39
41
|
newUsersInGroup: Array<Identity>;
|
|
40
42
|
}
|
|
43
|
+
export interface ProviderInfo {
|
|
44
|
+
serviceId: GuidValue;
|
|
45
|
+
resolveUrl: string;
|
|
46
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BaseFilterEngineProperty, FilterEngineSettings, GuidValue, MultilingualString, OrderBy, PropertyIndexedType, RollupEnums, RollupFilter, RollupFilterValue, RollupOtherTypes,
|
|
1
|
+
import { BaseFilterEngineProperty, FilterEngineSettings, GuidValue, MultilingualString, OrderBy, PropertyIndexedType, RollupEnums, RollupFilter, RollupFilterValue, RollupOtherTypes, Spacing, TypedFilterEnginePropertyOutput } from "@omnia/fx/models";
|
|
2
2
|
import { SignOffRequestRollupViewComponentSettings } from "./SignOffRequestRollupViewSettings";
|
|
3
3
|
export interface SignOffRequestRollupBlockSettings {
|
|
4
4
|
title: MultilingualString;
|
|
@@ -14,7 +14,7 @@ export interface SignOffRequestRollupBlockQuerySettings {
|
|
|
14
14
|
export interface SignOffRequestRollupBlockDisplaySettings {
|
|
15
15
|
selectedDisplayView: SignOffRequestRollupViewRegistrationSettings;
|
|
16
16
|
orderBy?: OrderBy;
|
|
17
|
-
spacing?:
|
|
17
|
+
spacing?: Spacing;
|
|
18
18
|
noResultText?: MultilingualString;
|
|
19
19
|
}
|
|
20
20
|
export interface SignOffRequestRollupBlockFilterSettings {
|