@omnia/fx-models 8.0.473-dev → 8.0.475-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/BlockTitleSettings.js +1 -1
- package/BusinessProfile.js +1 -1
- package/Exposes.d.ts +0 -1
- package/Exposes.js +0 -1
- package/FilePicker/FilePickerProviderVersionedLayoutContext.js +1 -1
- package/LinkHandler/DocumentsLinkHandlerSettings.js +1 -1
- package/Tenant.js +1 -1
- package/apps/App.js +1 -1
- package/businessprofilesettings/BusinessProfileAuthenticationScreensSettings.js +1 -1
- package/businessprofilesettings/BusinessProfileAuthenticationSettings.js +1 -1
- package/editor-chrome/IEditorChromeRegistration.d.ts +51 -0
- package/editor-chrome/IEditorChromeRegistration.js +2 -0
- package/editor-chrome/index.d.ts +1 -0
- package/editor-chrome/index.js +1 -0
- package/identities/IdentityCreationRequest.js +1 -1
- package/internal-do-not-import-from-here/shared/http/Http.d.ts +1 -2
- package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +2 -0
- package/media-picker/MediaPickerIconsStorageProviderContext.js +1 -1
- package/package.json +1 -1
- package/shared-mobile/index.d.ts +1 -0
- package/shared-mobile/index.js +1 -0
- package/versionedlayout/VersionedLayout.js +1 -1
- /package/{ManifestIds.d.ts → shared-mobile/ManifestIds.d.ts} +0 -0
- /package/{ManifestIds.js → shared-mobile/ManifestIds.js} +0 -0
package/BlockTitleSettings.js
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.BusinessProfileBlockTitleSettings = void 0;
|
4
4
|
const BusinessProfile_1 = require("./BusinessProfile");
|
5
|
-
const ManifestIds_1 = require("
|
5
|
+
const ManifestIds_1 = require("internal/fx/models/shared-mobile/ManifestIds");
|
6
6
|
class BusinessProfileBlockTitleSettings extends BusinessProfile_1.BusinessProfileProperty {
|
7
7
|
constructor() {
|
8
8
|
super(ManifestIds_1.OmniaService.Id, "BusinessProfileBlockTitleSettings");
|
package/BusinessProfile.js
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.BusinessProfileThemeMappingSettings = exports.TenantRegionalStyles = exports.OmniaBusinessProfileRelativePathValue = exports.BusinessProfileRelativePathValue = exports.BusinessProfileChromeLayout = exports.BusinessProfileFaviconSettings = exports.BusinessProfileHomeUrlSettings = exports.BusinessProfileLanguageSettings = exports.BusinessProfileMediaPicker = exports.BusinessProfileThemeManager = exports.BusinessProfileTheme = exports.BusinessProfilePathProperty = exports.BusinessProfileProperty = void 0;
|
4
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
5
|
-
const ManifestIds_1 = require("
|
5
|
+
const ManifestIds_1 = require("internal/fx/models/shared-mobile/ManifestIds");
|
6
6
|
const shared_mobile_1 = require("./shared-mobile");
|
7
7
|
class BusinessProfileProperty extends shared_mobile_1.OmniaNamedModel {
|
8
8
|
}
|
package/Exposes.d.ts
CHANGED
@@ -46,7 +46,6 @@ export * from "./LikeActionSettings";
|
|
46
46
|
export * from "./LinkHandler";
|
47
47
|
export * from "./LoginLogFilter";
|
48
48
|
export * from "./LoginLogItem";
|
49
|
-
export * from "./ManifestIds";
|
50
49
|
export * from "./Messaging";
|
51
50
|
export * from "./MicrosoftStreamModel";
|
52
51
|
export * from "./MultilingualString";
|
package/Exposes.js
CHANGED
@@ -52,7 +52,6 @@ tslib_1.__exportStar(require("./LikeActionSettings"), exports);
|
|
52
52
|
tslib_1.__exportStar(require("./LinkHandler"), exports);
|
53
53
|
tslib_1.__exportStar(require("./LoginLogFilter"), exports);
|
54
54
|
tslib_1.__exportStar(require("./LoginLogItem"), exports);
|
55
|
-
tslib_1.__exportStar(require("./ManifestIds"), exports);
|
56
55
|
tslib_1.__exportStar(require("./Messaging"), exports);
|
57
56
|
tslib_1.__exportStar(require("./MicrosoftStreamModel"), exports);
|
58
57
|
tslib_1.__exportStar(require("./MultilingualString"), exports);
|
@@ -2,7 +2,7 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.FileUploaderProviderVersionedLayoutContext = void 0;
|
4
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
5
|
-
const ManifestIds_1 = require("
|
5
|
+
const ManifestIds_1 = require("internal/fx/models/shared-mobile/ManifestIds");
|
6
6
|
class FileUploaderProviderVersionedLayoutContext {
|
7
7
|
constructor(layoutId) {
|
8
8
|
this.omniaServiceId = ManifestIds_1.OmniaService.Id;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.DocumentsLinkHandlerSettings = void 0;
|
4
|
-
const ManifestIds_1 = require("
|
4
|
+
const ManifestIds_1 = require("internal/fx/models/shared-mobile/ManifestIds");
|
5
5
|
const Tenant_1 = require("../Tenant");
|
6
6
|
class DocumentsLinkHandlerSettings extends Tenant_1.TenantProperty {
|
7
7
|
constructor() {
|
package/Tenant.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.TenantPreSetup = exports.TenantFaviconSettings = exports.TenantEnterpriseGlossary = exports.AllEnterprisePropertyDataTypesContentHashSettings = exports.AllEnterprisePropertiesContentHashSettings = exports.TenantApiSettings = exports.TenantPeopleInformation = exports.TenantTypographyFonts = exports.TenantAuthenticationSettings = exports.TenantInfoSettings = exports.TenantErrorInformation = exports.TenantCSOMClientContextFallbackUrl = exports.TenantThemeManager = exports.TenantLanguageSettings = exports.TenantRegionalSettings = exports.TenantProperty = void 0;
|
4
|
-
const ManifestIds_1 = require("
|
4
|
+
const ManifestIds_1 = require("internal/fx/models/shared-mobile/ManifestIds");
|
5
5
|
const shared_mobile_1 = require("./shared-mobile");
|
6
6
|
class TenantProperty extends shared_mobile_1.OmniaNamedModel {
|
7
7
|
}
|
package/apps/App.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.AppThemeManager = exports.ShowInPublicListingsMode = exports.UserAppTemplateAvailabilityOptions = void 0;
|
4
|
-
const ManifestIds_1 = require("
|
4
|
+
const ManifestIds_1 = require("internal/fx/models/shared-mobile/ManifestIds");
|
5
5
|
const Routing_1 = require("../Routing");
|
6
6
|
var UserAppTemplateAvailabilityOptions;
|
7
7
|
(function (UserAppTemplateAvailabilityOptions) {
|
@@ -2,7 +2,7 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.BusinessProfileAuthenticationScreensSettings = void 0;
|
4
4
|
const BusinessProfile_1 = require("../BusinessProfile");
|
5
|
-
const ManifestIds_1 = require("
|
5
|
+
const ManifestIds_1 = require("internal/fx/models/shared-mobile/ManifestIds");
|
6
6
|
class BusinessProfileAuthenticationScreensSettings extends BusinessProfile_1.BusinessProfileProperty {
|
7
7
|
constructor() {
|
8
8
|
super(ManifestIds_1.OmniaService.Id, "BusinessProfileAuthenticationScreensSettings");
|
@@ -2,7 +2,7 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.BusinessProfileAuthenticationSettings = void 0;
|
4
4
|
const BusinessProfile_1 = require("../BusinessProfile");
|
5
|
-
const ManifestIds_1 = require("
|
5
|
+
const ManifestIds_1 = require("internal/fx/models/shared-mobile/ManifestIds");
|
6
6
|
class BusinessProfileAuthenticationSettings extends BusinessProfile_1.BusinessProfileProperty {
|
7
7
|
constructor() {
|
8
8
|
super(ManifestIds_1.OmniaService.Id, "BusinessProfileAuthenticationSettings");
|
@@ -0,0 +1,51 @@
|
|
1
|
+
import { VNodeChild } from "vue";
|
2
|
+
import { guid, IIcon } from "@omnia/fx-models";
|
3
|
+
import { ConfirmDialogOptions } from "@omnia/fx/ux";
|
4
|
+
export interface IEditorChromeRegistration {
|
5
|
+
id: guid;
|
6
|
+
renderer?: IEditorChromeRenderer;
|
7
|
+
title?: string;
|
8
|
+
icon?: IIcon;
|
9
|
+
journey?: boolean;
|
10
|
+
displayResize?: boolean;
|
11
|
+
zoomable?: boolean;
|
12
|
+
active?: boolean;
|
13
|
+
leftDrawer?: {
|
14
|
+
title: string;
|
15
|
+
renderer: IEditorChromeRenderer;
|
16
|
+
actions?: Array<IChromeActionItem>;
|
17
|
+
};
|
18
|
+
rightDrawer?: {
|
19
|
+
title: string;
|
20
|
+
renderer: IEditorChromeRenderer;
|
21
|
+
actions?: Array<IChromeActionItem>;
|
22
|
+
};
|
23
|
+
footerToolbar?: {
|
24
|
+
actionsLeft?: Array<IChromeActionItem>;
|
25
|
+
actionsRight?: Array<IChromeActionItem>;
|
26
|
+
ExtendActionsRight?: Array<IChromeActionItem>;
|
27
|
+
};
|
28
|
+
headerToolbar?: {
|
29
|
+
actionsLeft?: Array<IChromeActionItem>;
|
30
|
+
rightSlot?: IEditorChromeRenderer;
|
31
|
+
};
|
32
|
+
maxHeight?: number | string;
|
33
|
+
tabIcon?: string;
|
34
|
+
}
|
35
|
+
export interface IChromeActionItem {
|
36
|
+
id?: guid;
|
37
|
+
active?: boolean;
|
38
|
+
disableCallBack?: Function;
|
39
|
+
confirmationOptions?: ConfirmDialogOptions;
|
40
|
+
visibilityCallBack?: Function;
|
41
|
+
requiredRoles?: guid[];
|
42
|
+
title?: string;
|
43
|
+
description?: string;
|
44
|
+
loading?: boolean;
|
45
|
+
icon?: IIcon;
|
46
|
+
clickHandler?: () => void;
|
47
|
+
activator?: (activatorRenderer: VNodeChild) => VNodeChild;
|
48
|
+
}
|
49
|
+
export interface IEditorChromeRenderer {
|
50
|
+
getElement(): Array<JSX.Element> | JSX.Element;
|
51
|
+
}
|
package/editor-chrome/index.d.ts
CHANGED
package/editor-chrome/index.js
CHANGED
@@ -13,3 +13,4 @@ tslib_1.__exportStar(require("./IEditorItemTopToolbarRenderer"), exports);
|
|
13
13
|
tslib_1.__exportStar(require("./NotificationMessage"), exports);
|
14
14
|
tslib_1.__exportStar(require("./IEditorItemPanelsRenderer"), exports);
|
15
15
|
tslib_1.__exportStar(require("./EditorLeaveDestination"), exports);
|
16
|
+
tslib_1.__exportStar(require("./IEditorChromeRegistration"), exports);
|
@@ -2,7 +2,7 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.BusinessProfileIdentityCreationRequestSettings = exports.IdentityCreationRequestQuery = exports.IdentityPropertyBindingSetting = exports.PropertyBindingSetting = exports.UserRequestFormSetting = exports.PropertyBindingDisplay = exports.IdentityCreationRequestSettings = exports.ApprovalState = exports.ConfirmEmailStatus = void 0;
|
4
4
|
const BusinessProfile_1 = require("../BusinessProfile");
|
5
|
-
const ManifestIds_1 = require("
|
5
|
+
const ManifestIds_1 = require("internal/fx/models/shared-mobile/ManifestIds");
|
6
6
|
var ConfirmEmailStatus;
|
7
7
|
(function (ConfirmEmailStatus) {
|
8
8
|
ConfirmEmailStatus[ConfirmEmailStatus["Incomplete"] = 0] = "Incomplete";
|
@@ -59,7 +59,6 @@ export declare class Http {
|
|
59
59
|
*/
|
60
60
|
static setGlobalInterceptors(interceptors: Partial<HttpConfig["interceptors"]>): void;
|
61
61
|
_baseConfig: HttpConfig | Future<HttpConfig> | Promise<HttpConfig>;
|
62
|
-
private _omniaServiceId?;
|
63
62
|
/**
|
64
63
|
* Create a new instance of Http using the HttpBuilder
|
65
64
|
* @static
|
@@ -76,7 +75,7 @@ export declare class Http {
|
|
76
75
|
* @memberof Http
|
77
76
|
*/
|
78
77
|
static default(config?: HttpConfig): Http;
|
79
|
-
constructor(config?: HttpConfig | Future<HttpConfig> | Promise<HttpConfig
|
78
|
+
constructor(config?: HttpConfig | Future<HttpConfig> | Promise<HttpConfig>);
|
80
79
|
/**
|
81
80
|
*Performs a GET request for provided url
|
82
81
|
*
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { guid } from "./Guid";
|
1
2
|
export type HttpMethods = "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
2
3
|
export type HttpCacheOptions = "no-cache" | "reload" | "force-cache" | "only-if-cached";
|
3
4
|
export type HttpCredentials = "include" | "omit" | "same-origin";
|
@@ -14,6 +15,7 @@ export interface HttpConfig {
|
|
14
15
|
abortable?: boolean;
|
15
16
|
credentials?: HttpCredentials;
|
16
17
|
executeOnWorker?: boolean;
|
18
|
+
omniaServiceId?: guid;
|
17
19
|
}
|
18
20
|
export interface HttpResponse<TData> {
|
19
21
|
data?: TData;
|
@@ -2,7 +2,7 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.MediaPickerIconsStorageProviderContext = void 0;
|
4
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
5
|
-
const ManifestIds_1 = require("
|
5
|
+
const ManifestIds_1 = require("internal/fx/models/shared-mobile/ManifestIds");
|
6
6
|
class MediaPickerIconsStorageProviderContext {
|
7
7
|
constructor() {
|
8
8
|
this.omniaServiceId = ManifestIds_1.OmniaService.Id;
|
package/package.json
CHANGED
package/shared-mobile/index.d.ts
CHANGED
package/shared-mobile/index.js
CHANGED
@@ -9,3 +9,4 @@ tslib_1.__exportStar(require("./identities"), exports);
|
|
9
9
|
tslib_1.__exportStar(require("./NamedProperty"), exports);
|
10
10
|
tslib_1.__exportStar(require("./media-picker"), exports);
|
11
11
|
tslib_1.__exportStar(require("./Icon"), exports);
|
12
|
+
tslib_1.__exportStar(require("./ManifestIds"), exports);
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.VersionedLayoutProvider = exports.VersionedAlternateLayoutDefinition = exports.VersionedLayoutDefinition = exports.VersionedAlternateLayoutId = exports.VersionedLayoutId = void 0;
|
4
4
|
const Enums_1 = require("../Enums");
|
5
5
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
6
|
-
const ManifestIds_1 = require("
|
6
|
+
const ManifestIds_1 = require("internal/fx/models/shared-mobile/ManifestIds");
|
7
7
|
var VersionedLayoutId;
|
8
8
|
(function (VersionedLayoutId) {
|
9
9
|
})(VersionedLayoutId || (exports.VersionedLayoutId = VersionedLayoutId = {}));
|
File without changes
|
File without changes
|