@omnia/fx-models 8.0.546-dev → 8.0.548-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/ContextHandler.d.ts +52 -0
- package/Enums.tooling.d.ts +4 -2
- package/Enums.tooling.js +18 -0
- package/Exposes.d.ts +2 -1
- package/Exposes.js +2 -1
- package/Layout.d.ts +1 -0
- package/OmniaDocumentationUrlBuilder.d.ts +3 -0
- package/apps/App.d.ts +2 -2
- package/floweditor/FlowEditorPluginRegistration.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/aurora/stores/ComponentBlueprintStore.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/aurora/stores/ThemeStore.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/http/Http.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +3 -2
- package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/Activity.d.ts +80 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/Activity.js +17 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivityDefinition.d.ts +20 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivityDefinition.js +24 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivityFeed.d.ts +29 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivityHubServiceId.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/{OmniaHub.js → activity-hub/activities/ActivityHubServiceId.js} +1 -3
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivityRenderer.d.ts +16 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivityRenderer.js +6 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivityRendererLoadingReferences.d.ts +8 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivityRendererLoadingReferences.js +2 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivitySubscription.d.ts +16 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivitySubscription.js +6 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActorActivity.d.ts +52 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/ActorActivity.js +17 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/index.d.ts +8 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/activities/index.js +11 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/actors/ActivityActorIdBag.d.ts +11 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/actors/ActivityActorIdBag.js +19 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/actors/Actor.d.ts +31 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/actors/Actor.js +10 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/actors/ExternalActorId.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/actors/ExternalActorId.js +6 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/actors/index.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/actors/index.js +6 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/channels/ActivityChannel.d.ts +31 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/channels/ActivityChannel.js +13 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/channels/UpdateActivityChannelRequest.d.ts +37 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/channels/UpdateActivityChannelRequest.js +2 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/channels/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/channels/index.js +5 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/fileupload/Base64Image.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/fileupload/Base64Image.js +2 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/fileupload/FileOwnerId.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/fileupload/FileOwnerId.js +6 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/fileupload/TemporaryFileId.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/fileupload/TemporaryFileId.js +6 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/fileupload/index.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/fileupload/index.js +6 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/index.d.ts +9 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/index.js +12 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/realtime/Realtime.d.ts +28 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/realtime/Realtime.js +19 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/realtime/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/realtime/index.js +4 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/shared/ActivityHubEndpoints.d.ts +5 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/shared/ActivityHubEndpoints.js +2 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/shared/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/shared/index.js +4 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/social/EmojiReaction.d.ts +6 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/social/EmojiReaction.js +2 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/social/Reaction.d.ts +13 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/social/Reaction.js +12 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/social/Social.d.ts +15 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/social/Social.js +6 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/social/index.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/social/index.js +6 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/targeting/ExternalIdentityProperty.d.ts +10 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/targeting/ExternalIdentityProperty.js +19 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/targeting/HubSource.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/targeting/HubSource.js +8 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/targeting/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/activity-hub/targeting/index.js +4 -0
- package/internal-do-not-import-from-here/shared/models/content-flow/FlowContent.d.ts +11 -0
- package/internal-do-not-import-from-here/shared/models/content-flow/FlowContent.js +2 -0
- package/internal-do-not-import-from-here/shared/models/content-flow/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/content-flow/index.js +4 -0
- package/internal-do-not-import-from-here/shared/models/index.d.ts +3 -2
- package/internal-do-not-import-from-here/shared/models/index.js +3 -2
- package/{shared-mobile/media-picker → internal-do-not-import-from-here/shared/models/media}/MediaPickerMedia.d.ts +32 -2
- package/internal-do-not-import-from-here/shared/models/media/MediaPickerMedia.js +41 -0
- package/internal-do-not-import-from-here/shared/models/media/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/media/index.js +4 -0
- package/internal-do-not-import-from-here/shared/models/theme/Blueprints.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/theme/ThemeDefinition.d.ts +19 -8
- package/internal-do-not-import-from-here/shared/providers/DefineHubClientProvider.d.ts +10 -0
- package/internal-do-not-import-from-here/shared/providers/DefineHubCurrentActorProvider.d.ts +7 -0
- package/internal-do-not-import-from-here/shared/providers/DefineRealtimeProvider.d.ts +9 -0
- package/internal-do-not-import-from-here/shared/providers/index.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/services/RealtimeService.d.ts +7 -0
- package/internal-do-not-import-from-here/shared/services/index.d.ts +1 -0
- package/media-gallery/providers/MediaDialogProviderComponentProps.d.ts +1 -1
- package/media-gallery/providers/MediaDisplayProviderComponentProps.d.ts +1 -1
- package/media-picker/SharePointVideoResult.d.ts +1 -2
- package/media-picker/interfaces/IMediaPickerProviderMediaHandler.d.ts +2 -1
- package/media-picker/interfaces/types.d.ts +2 -2
- package/package.json +1 -1
- package/properties/values/MediaPropertyValue.d.ts +1 -2
- package/properties/values/TagsPropertyValue.d.ts +1 -1
- package/richtext-editor-extensions/HashTagExtension.d.ts +1 -1
- package/shared-mobile/Icon.d.ts +1 -2
- package/shared-mobile/SharedMobileEnums.d.ts +0 -31
- package/shared-mobile/SharedMobileEnums.js +1 -39
- package/shared-mobile/Tags.js +2 -0
- package/shared-mobile/identities/UserIdentity.d.ts +3 -1
- package/shared-mobile/index.d.ts +1 -0
- package/shared-mobile/index.js +1 -0
- package/shared-mobile/media-picker/MediaPickerBase64Image.d.ts +1 -1
- package/shared-mobile/media-picker/MediaPickerImageScaling.d.ts +1 -2
- package/shared-mobile/media-picker/MediaPickerProvider.d.ts +1 -2
- package/shared-mobile/media-picker/MediaPickerTransformations.d.ts +1 -1
- package/shared-mobile/media-picker/index.d.ts +0 -1
- package/shared-mobile/media-picker/index.js +1 -1
- package/shared-mobile/properties/values/ImagePropertyValue.d.ts +1 -2
- package/ux/ContextApi.d.ts +31 -0
- package/ux/ContextApi.js +2 -0
- package/ux/index.d.ts +1 -0
- package/ux/index.js +1 -0
- package/internal-do-not-import-from-here/shared/models/OmniaHub.d.ts +0 -5
- package/internal-do-not-import-from-here/shared/models/Realtime.d.ts +0 -13
- /package/{Tags.js → ContextHandler.js} +0 -0
- /package/{internal-do-not-import-from-here/shared/models/Realtime.js → OmniaDocumentationUrlBuilder.js} +0 -0
- /package/{shared-mobile/media-picker/MediaPickerMedia.js → internal-do-not-import-from-here/shared/models/activity-hub/activities/ActivityFeed.js} +0 -0
- /package/{Tags.d.ts → shared-mobile/Tags.d.ts} +0 -0
|
@@ -9,18 +9,18 @@ export * from "./HttpCommon";
|
|
|
9
9
|
export * from "./Future";
|
|
10
10
|
export * from "./Tokens";
|
|
11
11
|
export * from "./Tenant";
|
|
12
|
-
export * from "./
|
|
12
|
+
export * from "./activity-hub";
|
|
13
13
|
export * from "./OmniaSharedBootstrapData";
|
|
14
14
|
export * from "./StringExtensions";
|
|
15
15
|
export * from "./DynamicState";
|
|
16
16
|
export * from "./Id";
|
|
17
17
|
export * from "./theme";
|
|
18
|
+
export * from "./media";
|
|
18
19
|
export * from "./velcron";
|
|
19
20
|
export * from "./DependencyInjection";
|
|
20
21
|
export * from "./Messaging";
|
|
21
22
|
export * from "./EventHook";
|
|
22
23
|
export * from "./ShortId";
|
|
23
|
-
export * from "./OmniaHub";
|
|
24
24
|
export * from "./Icon";
|
|
25
25
|
export * from "./MultilingualString";
|
|
26
26
|
export * from "./properties";
|
|
@@ -28,3 +28,4 @@ export * from "./ValueOf";
|
|
|
28
28
|
export * from "./Enums";
|
|
29
29
|
export * from "./ObjectMerger";
|
|
30
30
|
export * from "./OxideTypeDefinitions";
|
|
31
|
+
export * from "./content-flow";
|
|
@@ -13,18 +13,18 @@ tslib_1.__exportStar(require("./HttpCommon"), exports);
|
|
|
13
13
|
tslib_1.__exportStar(require("./Future"), exports);
|
|
14
14
|
tslib_1.__exportStar(require("./Tokens"), exports);
|
|
15
15
|
tslib_1.__exportStar(require("./Tenant"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./
|
|
16
|
+
tslib_1.__exportStar(require("./activity-hub"), exports);
|
|
17
17
|
tslib_1.__exportStar(require("./OmniaSharedBootstrapData"), exports);
|
|
18
18
|
tslib_1.__exportStar(require("./StringExtensions"), exports);
|
|
19
19
|
tslib_1.__exportStar(require("./DynamicState"), exports);
|
|
20
20
|
tslib_1.__exportStar(require("./Id"), exports);
|
|
21
21
|
tslib_1.__exportStar(require("./theme"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./media"), exports);
|
|
22
23
|
tslib_1.__exportStar(require("./velcron"), exports);
|
|
23
24
|
tslib_1.__exportStar(require("./DependencyInjection"), exports);
|
|
24
25
|
tslib_1.__exportStar(require("./Messaging"), exports);
|
|
25
26
|
tslib_1.__exportStar(require("./EventHook"), exports);
|
|
26
27
|
tslib_1.__exportStar(require("./ShortId"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./OmniaHub"), exports);
|
|
28
28
|
tslib_1.__exportStar(require("./Icon"), exports);
|
|
29
29
|
tslib_1.__exportStar(require("./MultilingualString"), exports);
|
|
30
30
|
tslib_1.__exportStar(require("./properties"), exports);
|
|
@@ -32,3 +32,4 @@ tslib_1.__exportStar(require("./ValueOf"), exports);
|
|
|
32
32
|
tslib_1.__exportStar(require("./Enums"), exports);
|
|
33
33
|
tslib_1.__exportStar(require("./ObjectMerger"), exports);
|
|
34
34
|
tslib_1.__exportStar(require("./OxideTypeDefinitions"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./content-flow"), exports);
|
|
@@ -1,5 +1,35 @@
|
|
|
1
|
-
import { guid } from "
|
|
2
|
-
|
|
1
|
+
import { guid } from "../Guid";
|
|
2
|
+
export declare namespace MediaPickerEnums {
|
|
3
|
+
enum ScalingFormatTypes {
|
|
4
|
+
KeepFormat = 0,
|
|
5
|
+
Jpeg = 1
|
|
6
|
+
}
|
|
7
|
+
enum ImageRatioTypes {
|
|
8
|
+
Landscape = 0,
|
|
9
|
+
Square = 1,
|
|
10
|
+
Portrait = 2,
|
|
11
|
+
Wide = 3
|
|
12
|
+
}
|
|
13
|
+
enum MediaPickerTransformationTypes {
|
|
14
|
+
Crop = 0,
|
|
15
|
+
Flip = 1,
|
|
16
|
+
Filter = 2
|
|
17
|
+
}
|
|
18
|
+
enum OmniaMediaTypes {
|
|
19
|
+
Image = 0,
|
|
20
|
+
Video = 1
|
|
21
|
+
}
|
|
22
|
+
enum LoadingStyle {
|
|
23
|
+
overlay = 0,
|
|
24
|
+
noOverlay = 1
|
|
25
|
+
}
|
|
26
|
+
enum MediaSearchStatus {
|
|
27
|
+
Initial = 0,
|
|
28
|
+
Searching = 1,
|
|
29
|
+
Finish = 2,
|
|
30
|
+
Error = 3
|
|
31
|
+
}
|
|
32
|
+
}
|
|
3
33
|
export interface MediaPickerMedia {
|
|
4
34
|
omniaMediaType: MediaPickerEnums.OmniaMediaTypes;
|
|
5
35
|
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MediaPickerEnums = void 0;
|
|
4
|
+
var MediaPickerEnums;
|
|
5
|
+
(function (MediaPickerEnums) {
|
|
6
|
+
let ScalingFormatTypes;
|
|
7
|
+
(function (ScalingFormatTypes) {
|
|
8
|
+
ScalingFormatTypes[ScalingFormatTypes["KeepFormat"] = 0] = "KeepFormat";
|
|
9
|
+
ScalingFormatTypes[ScalingFormatTypes["Jpeg"] = 1] = "Jpeg";
|
|
10
|
+
})(ScalingFormatTypes = MediaPickerEnums.ScalingFormatTypes || (MediaPickerEnums.ScalingFormatTypes = {}));
|
|
11
|
+
let ImageRatioTypes;
|
|
12
|
+
(function (ImageRatioTypes) {
|
|
13
|
+
ImageRatioTypes[ImageRatioTypes["Landscape"] = 0] = "Landscape";
|
|
14
|
+
ImageRatioTypes[ImageRatioTypes["Square"] = 1] = "Square";
|
|
15
|
+
ImageRatioTypes[ImageRatioTypes["Portrait"] = 2] = "Portrait";
|
|
16
|
+
ImageRatioTypes[ImageRatioTypes["Wide"] = 3] = "Wide";
|
|
17
|
+
})(ImageRatioTypes = MediaPickerEnums.ImageRatioTypes || (MediaPickerEnums.ImageRatioTypes = {}));
|
|
18
|
+
let MediaPickerTransformationTypes;
|
|
19
|
+
(function (MediaPickerTransformationTypes) {
|
|
20
|
+
MediaPickerTransformationTypes[MediaPickerTransformationTypes["Crop"] = 0] = "Crop";
|
|
21
|
+
MediaPickerTransformationTypes[MediaPickerTransformationTypes["Flip"] = 1] = "Flip";
|
|
22
|
+
MediaPickerTransformationTypes[MediaPickerTransformationTypes["Filter"] = 2] = "Filter";
|
|
23
|
+
})(MediaPickerTransformationTypes = MediaPickerEnums.MediaPickerTransformationTypes || (MediaPickerEnums.MediaPickerTransformationTypes = {}));
|
|
24
|
+
let OmniaMediaTypes;
|
|
25
|
+
(function (OmniaMediaTypes) {
|
|
26
|
+
OmniaMediaTypes[OmniaMediaTypes["Image"] = 0] = "Image";
|
|
27
|
+
OmniaMediaTypes[OmniaMediaTypes["Video"] = 1] = "Video";
|
|
28
|
+
})(OmniaMediaTypes = MediaPickerEnums.OmniaMediaTypes || (MediaPickerEnums.OmniaMediaTypes = {}));
|
|
29
|
+
let LoadingStyle;
|
|
30
|
+
(function (LoadingStyle) {
|
|
31
|
+
LoadingStyle[LoadingStyle["overlay"] = 0] = "overlay";
|
|
32
|
+
LoadingStyle[LoadingStyle["noOverlay"] = 1] = "noOverlay";
|
|
33
|
+
})(LoadingStyle = MediaPickerEnums.LoadingStyle || (MediaPickerEnums.LoadingStyle = {}));
|
|
34
|
+
let MediaSearchStatus;
|
|
35
|
+
(function (MediaSearchStatus) {
|
|
36
|
+
MediaSearchStatus[MediaSearchStatus["Initial"] = 0] = "Initial";
|
|
37
|
+
MediaSearchStatus[MediaSearchStatus["Searching"] = 1] = "Searching";
|
|
38
|
+
MediaSearchStatus[MediaSearchStatus["Finish"] = 2] = "Finish";
|
|
39
|
+
MediaSearchStatus[MediaSearchStatus["Error"] = 3] = "Error";
|
|
40
|
+
})(MediaSearchStatus = MediaPickerEnums.MediaSearchStatus || (MediaPickerEnums.MediaSearchStatus = {}));
|
|
41
|
+
})(MediaPickerEnums || (exports.MediaPickerEnums = MediaPickerEnums = {}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./MediaPickerMedia";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { HorizontalAlignments, TextAlignment, VerticalAlignments } from "../Enums";
|
|
2
2
|
import { IIcon } from "../Icon";
|
|
3
|
+
import { MediaPickerImage } from "../media";
|
|
3
4
|
import { MultilingualString } from "../MultilingualString";
|
|
4
5
|
import { VelcronRendererResolverReference } from "../velcron";
|
|
5
6
|
import { Spacing, SpacingDefinition, SpacingValue } from "./Spacing";
|
|
@@ -89,6 +90,9 @@ export interface ContainerFillBlueprint extends Blueprints, BlueprintsReference,
|
|
|
89
90
|
dynamicColorSchema?: boolean;
|
|
90
91
|
background?: BackgroundDefinition;
|
|
91
92
|
}
|
|
93
|
+
export interface MediaResources {
|
|
94
|
+
logo?: MediaPickerImage;
|
|
95
|
+
}
|
|
92
96
|
export interface IFontBlueprints extends Blueprints, BlueprintsReference {
|
|
93
97
|
fonts: Array<TypographyFontDefinition>;
|
|
94
98
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { guid } from "../Guid";
|
|
2
|
+
import { IIcon } from "../Icon";
|
|
2
3
|
import { Id } from "../Id";
|
|
3
|
-
import { BlueprintVariant, BoxDimensions, ButtonBlueprint, ComponentBlueprints, ContainerFillBlueprints, SpacingBlueprint, TextFillBlueprints } from "./Blueprints";
|
|
4
|
+
import { BlueprintVariant, BoxDimensions, ButtonBlueprint, ComponentBlueprints, ContainerFillBlueprints, MediaResources, SpacingBlueprint, TextFillBlueprints } from "./Blueprints";
|
|
4
5
|
import { Color } from "./Color";
|
|
5
6
|
import { LegacyBorderDefinition, LegacyThemeDefinition } from "./LegacyThemeDefinition";
|
|
6
7
|
import { ThemeBase } from "./ThemeBase";
|
|
@@ -73,7 +74,9 @@ export interface ThemeDefinitionReference {
|
|
|
73
74
|
components: BlueprintsReference;
|
|
74
75
|
}
|
|
75
76
|
export interface ThemeSettings {
|
|
76
|
-
layoutWrapper?:
|
|
77
|
+
layoutWrapper?: {
|
|
78
|
+
width?: number;
|
|
79
|
+
};
|
|
77
80
|
}
|
|
78
81
|
export interface ResolvedThemeDefinition extends ThemeDefinition<ColorSchemas> {
|
|
79
82
|
typography?: TypographyBlueprint;
|
|
@@ -82,14 +85,19 @@ export interface ResolvedThemeDefinition extends ThemeDefinition<ColorSchemas> {
|
|
|
82
85
|
containerFill?: ContainerFillBlueprints;
|
|
83
86
|
textFill?: TextFillBlueprints;
|
|
84
87
|
settings?: ThemeSettings;
|
|
88
|
+
mediaResources?: MediaResources;
|
|
85
89
|
}
|
|
86
|
-
export interface
|
|
87
|
-
|
|
88
|
-
adminAccessibilityThemeId?: guid;
|
|
89
|
-
adminAdditionalThemeIds?: Array<guid>;
|
|
90
|
-
defaultThemeId?: guid;
|
|
90
|
+
export interface ThemeSelectionValue {
|
|
91
|
+
themeId?: guid;
|
|
91
92
|
accessibilityThemeId?: guid;
|
|
92
93
|
additionalThemeIds?: Array<guid>;
|
|
94
|
+
selectIcon?: IIcon;
|
|
95
|
+
switchIcon?: IIcon;
|
|
96
|
+
switchIconAdditional?: IIcon;
|
|
97
|
+
}
|
|
98
|
+
export interface ThemeSelection {
|
|
99
|
+
admin: ThemeSelectionValue;
|
|
100
|
+
default: ThemeSelectionValue;
|
|
93
101
|
}
|
|
94
102
|
export interface ITemplateRegistration<TTemplateType = any> {
|
|
95
103
|
id: guid;
|
|
@@ -163,7 +171,7 @@ export interface ColorGradientValue {
|
|
|
163
171
|
}
|
|
164
172
|
/**Background */
|
|
165
173
|
export interface BackgroundDefinition {
|
|
166
|
-
fill?:
|
|
174
|
+
fill?: ContainerFillDefinitionValue;
|
|
167
175
|
border?: BorderStylingDefinition;
|
|
168
176
|
elevation?: number;
|
|
169
177
|
media?: BackgroundMediaDefinition;
|
|
@@ -178,6 +186,7 @@ export interface FillDefinition {
|
|
|
178
186
|
colors: Array<ColorValue | ColorGradientValue>;
|
|
179
187
|
acrylic?: boolean;
|
|
180
188
|
}
|
|
189
|
+
export type ContainerFillDefinitionValue = BlueprintVariant | FillDefinition | ColorValue;
|
|
181
190
|
export type TextFillDefinitionValue = BlueprintVariant | FillDefinition | ColorValue;
|
|
182
191
|
export interface LinearGradientFillDefinition extends FillDefinition {
|
|
183
192
|
degrees: number;
|
|
@@ -305,6 +314,8 @@ export interface ThemeDefinition<TColor = ColorSchemasReferenceId> extends Theme
|
|
|
305
314
|
*/
|
|
306
315
|
publishedVersionId?: number;
|
|
307
316
|
};
|
|
317
|
+
mediaResources?: MediaResources;
|
|
318
|
+
settings?: ThemeSettings;
|
|
308
319
|
}
|
|
309
320
|
export interface ColorSchema extends ThemeBase {
|
|
310
321
|
base: ColorDefinition;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ActivityHubEndpoints, Future } from "../models";
|
|
2
|
+
import { Http } from "../http";
|
|
3
|
+
import { MessageBusTopicMediator } from "../messaging";
|
|
4
|
+
export interface HubClientProvider {
|
|
5
|
+
onEndpointsResolved: Future<ActivityHubEndpoints>;
|
|
6
|
+
activityClient: Future<Http>;
|
|
7
|
+
onEndpointsUpdated: MessageBusTopicMediator<ActivityHubEndpoints>;
|
|
8
|
+
}
|
|
9
|
+
export declare function defineHubClientProvider(provider: HubClientProvider): void;
|
|
10
|
+
export declare function getHubClientProvider(): HubClientProvider;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ActorId } from "../models";
|
|
2
|
+
export interface DefineHubCurrentActorProvider {
|
|
3
|
+
actorId: ActorId;
|
|
4
|
+
externalId: string;
|
|
5
|
+
}
|
|
6
|
+
export declare function defineCurrentActorProvider(provider: DefineHubCurrentActorProvider): void;
|
|
7
|
+
export declare function getCurrentActorProvider(): DefineHubCurrentActorProvider;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { RealtimeData, RealtimeChannel } from "../models";
|
|
2
|
+
export interface HubRealtimeProvider {
|
|
3
|
+
onMessage: <TRealtimeChannel extends RealtimeChannel, TRealtimeData extends RealtimeData<TRealtimeChannel, any>>(data: TRealtimeData, callback: (value: TRealtimeData["value"]) => void) => void;
|
|
4
|
+
send: <TRealtimeChannel extends RealtimeChannel, TRealtimeData extends RealtimeData<TRealtimeChannel, any>>(data: TRealtimeData, value: TRealtimeData["value"]) => void;
|
|
5
|
+
activateChannel: (channel: RealtimeChannel) => void;
|
|
6
|
+
deactivateChannel: (channel: RealtimeChannel) => void;
|
|
7
|
+
}
|
|
8
|
+
export declare function defineHubRealtimeProvider(provider: HubRealtimeProvider): void;
|
|
9
|
+
export declare function getHubRealtimeProvider(): HubRealtimeProvider;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { RealtimeChannel, RealtimeData } from "../models";
|
|
2
|
+
export declare const realtimeService: () => {
|
|
3
|
+
onMessage: <TRealtimeChannel extends RealtimeChannel, TRealtimeData extends RealtimeData<TRealtimeChannel, any>>(data: TRealtimeData, callback: (value: TRealtimeData["value"]) => void) => void;
|
|
4
|
+
send: <TRealtimeChannel extends RealtimeChannel, TRealtimeData extends RealtimeData<TRealtimeChannel, any>>(data: TRealtimeData, value: TRealtimeData["value"]) => void;
|
|
5
|
+
activateChannel: (channel: any) => void;
|
|
6
|
+
deactivateChannel: (channel: any) => void;
|
|
7
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MediaPickerMedia } from "
|
|
1
|
+
import { MediaPickerMedia } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
2
|
export interface MediaDialogProviderComponentProps {
|
|
3
3
|
/**Media content to render */
|
|
4
4
|
media: MediaPickerMedia[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MediaPickerMedia } from "
|
|
1
|
+
import { MediaPickerMedia } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
2
|
export interface MediaDisplayProviderComponentProps {
|
|
3
3
|
/**Media content to render */
|
|
4
4
|
media: MediaPickerMedia[];
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
|
-
import { MediaPickerVideo } from "../shared-mobile";
|
|
1
|
+
import { guid, MediaPickerVideo } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
3
2
|
export interface MediaPickerSharePointVideo extends MediaPickerVideo {
|
|
4
3
|
showTitle: boolean;
|
|
5
4
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MediaPickerImageScaling } from "../../shared-mobile";
|
|
2
2
|
import { MediaItem, ImageInformation } from "../Shared";
|
|
3
|
+
import { MediaPickerVideo } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
3
4
|
/**
|
|
4
5
|
* @description interface for media picker provider, which contains the logic for **handling the media picker provider** events
|
|
5
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { guid, IIcon } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
1
|
+
import { guid, IIcon, MediaPickerImage, MediaPickerMedia, MediaPickerVideo } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
2
|
import { MediaPickerImageTransformationResult } from "../MediaPickerImageTransformationResult";
|
|
3
|
-
import {
|
|
3
|
+
import { MediaPickerRenditionData, MediaPickerProvider, MediaPickerTransformedBase64Image } from "../../shared-mobile";
|
|
4
4
|
export type MediaPickerMediaItem = MediaPickerImage | MediaPickerVideo | MediaPickerMedia;
|
|
5
5
|
export type MediaGallery = Array<MediaPickerMediaItem>;
|
|
6
6
|
export type ImageMetaData = {
|
package/package.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { MediaPickerMedia } from "
|
|
2
|
-
import { PropertyValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
1
|
+
import { MediaPickerMedia, PropertyValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
3
2
|
export declare class MediaPropertyValue extends PropertyValue {
|
|
4
3
|
media: MediaPickerMedia;
|
|
5
4
|
constructor(media: MediaPickerMedia);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Tag } from "
|
|
1
|
+
import { Tag } from "internal/fx/models/shared-mobile";
|
|
2
2
|
import { PropertyValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
3
3
|
export declare class TagsPropertyValue extends PropertyValue {
|
|
4
4
|
tags: Array<Tag>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EditorCommand } from "./EditorCommand";
|
|
2
2
|
import { EditorMenuBar } from "./EditorMenuBar";
|
|
3
3
|
import { ToolbarProperties } from "./ToolbarProperties";
|
|
4
|
-
import { Tag } from "
|
|
4
|
+
import { Tag } from "internal/fx/models/shared-mobile";
|
|
5
5
|
import { PromotedTagOptions } from "../PromotedTagOptions";
|
|
6
6
|
export interface HashTagCommand extends EditorCommand {
|
|
7
7
|
}
|
package/shared-mobile/Icon.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { IconTypes, IFabricIcon, IFlagIcon, IFontAwesomeIcon, IIcon, IMaterialIcon, ISvgIcon, OButtonAffix, OTooltipPosition } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
|
-
import { MediaPickerImage } from ".";
|
|
1
|
+
import { IconTypes, IFabricIcon, IFlagIcon, IFontAwesomeIcon, IIcon, IMaterialIcon, ISvgIcon, MediaPickerImage, OButtonAffix, OTooltipPosition } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
3
2
|
import { IconSources } from "../Enums";
|
|
4
3
|
export interface ICustomIcon extends IIcon {
|
|
5
4
|
customValue: string | MediaPickerImage;
|
|
@@ -4,37 +4,6 @@ export declare enum BoolFilter {
|
|
|
4
4
|
True = 1,
|
|
5
5
|
False = 2
|
|
6
6
|
}
|
|
7
|
-
export declare namespace MediaPickerEnums {
|
|
8
|
-
enum ScalingFormatTypes {
|
|
9
|
-
KeepFormat = 0,
|
|
10
|
-
Jpeg = 1
|
|
11
|
-
}
|
|
12
|
-
enum ImageRatioTypes {
|
|
13
|
-
Landscape = 0,
|
|
14
|
-
Square = 1,
|
|
15
|
-
Portrait = 2,
|
|
16
|
-
Wide = 3
|
|
17
|
-
}
|
|
18
|
-
enum MediaPickerTransformationTypes {
|
|
19
|
-
Crop = 0,
|
|
20
|
-
Flip = 1,
|
|
21
|
-
Filter = 2
|
|
22
|
-
}
|
|
23
|
-
enum OmniaMediaTypes {
|
|
24
|
-
Image = 0,
|
|
25
|
-
Video = 1
|
|
26
|
-
}
|
|
27
|
-
enum LoadingStyle {
|
|
28
|
-
overlay = 0,
|
|
29
|
-
noOverlay = 1
|
|
30
|
-
}
|
|
31
|
-
enum MediaSearchStatus {
|
|
32
|
-
Initial = 0,
|
|
33
|
-
Searching = 1,
|
|
34
|
-
Finish = 2,
|
|
35
|
-
Error = 3
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
7
|
export declare enum LanguageTags {
|
|
39
8
|
ArSa = "ar-sa",
|
|
40
9
|
BgBg = "bg-bg",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SecurityIdentities = exports.LanguageTags = exports.
|
|
3
|
+
exports.SecurityIdentities = exports.LanguageTags = exports.BoolFilter = void 0;
|
|
4
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
|
5
5
|
var BoolFilter;
|
|
6
6
|
(function (BoolFilter) {
|
|
@@ -8,44 +8,6 @@ var BoolFilter;
|
|
|
8
8
|
BoolFilter[BoolFilter["True"] = 1] = "True";
|
|
9
9
|
BoolFilter[BoolFilter["False"] = 2] = "False";
|
|
10
10
|
})(BoolFilter || (exports.BoolFilter = BoolFilter = {}));
|
|
11
|
-
var MediaPickerEnums;
|
|
12
|
-
(function (MediaPickerEnums) {
|
|
13
|
-
let ScalingFormatTypes;
|
|
14
|
-
(function (ScalingFormatTypes) {
|
|
15
|
-
ScalingFormatTypes[ScalingFormatTypes["KeepFormat"] = 0] = "KeepFormat";
|
|
16
|
-
ScalingFormatTypes[ScalingFormatTypes["Jpeg"] = 1] = "Jpeg";
|
|
17
|
-
})(ScalingFormatTypes = MediaPickerEnums.ScalingFormatTypes || (MediaPickerEnums.ScalingFormatTypes = {}));
|
|
18
|
-
let ImageRatioTypes;
|
|
19
|
-
(function (ImageRatioTypes) {
|
|
20
|
-
ImageRatioTypes[ImageRatioTypes["Landscape"] = 0] = "Landscape";
|
|
21
|
-
ImageRatioTypes[ImageRatioTypes["Square"] = 1] = "Square";
|
|
22
|
-
ImageRatioTypes[ImageRatioTypes["Portrait"] = 2] = "Portrait";
|
|
23
|
-
ImageRatioTypes[ImageRatioTypes["Wide"] = 3] = "Wide";
|
|
24
|
-
})(ImageRatioTypes = MediaPickerEnums.ImageRatioTypes || (MediaPickerEnums.ImageRatioTypes = {}));
|
|
25
|
-
let MediaPickerTransformationTypes;
|
|
26
|
-
(function (MediaPickerTransformationTypes) {
|
|
27
|
-
MediaPickerTransformationTypes[MediaPickerTransformationTypes["Crop"] = 0] = "Crop";
|
|
28
|
-
MediaPickerTransformationTypes[MediaPickerTransformationTypes["Flip"] = 1] = "Flip";
|
|
29
|
-
MediaPickerTransformationTypes[MediaPickerTransformationTypes["Filter"] = 2] = "Filter";
|
|
30
|
-
})(MediaPickerTransformationTypes = MediaPickerEnums.MediaPickerTransformationTypes || (MediaPickerEnums.MediaPickerTransformationTypes = {}));
|
|
31
|
-
let OmniaMediaTypes;
|
|
32
|
-
(function (OmniaMediaTypes) {
|
|
33
|
-
OmniaMediaTypes[OmniaMediaTypes["Image"] = 0] = "Image";
|
|
34
|
-
OmniaMediaTypes[OmniaMediaTypes["Video"] = 1] = "Video";
|
|
35
|
-
})(OmniaMediaTypes = MediaPickerEnums.OmniaMediaTypes || (MediaPickerEnums.OmniaMediaTypes = {}));
|
|
36
|
-
let LoadingStyle;
|
|
37
|
-
(function (LoadingStyle) {
|
|
38
|
-
LoadingStyle[LoadingStyle["overlay"] = 0] = "overlay";
|
|
39
|
-
LoadingStyle[LoadingStyle["noOverlay"] = 1] = "noOverlay";
|
|
40
|
-
})(LoadingStyle = MediaPickerEnums.LoadingStyle || (MediaPickerEnums.LoadingStyle = {}));
|
|
41
|
-
let MediaSearchStatus;
|
|
42
|
-
(function (MediaSearchStatus) {
|
|
43
|
-
MediaSearchStatus[MediaSearchStatus["Initial"] = 0] = "Initial";
|
|
44
|
-
MediaSearchStatus[MediaSearchStatus["Searching"] = 1] = "Searching";
|
|
45
|
-
MediaSearchStatus[MediaSearchStatus["Finish"] = 2] = "Finish";
|
|
46
|
-
MediaSearchStatus[MediaSearchStatus["Error"] = 3] = "Error";
|
|
47
|
-
})(MediaSearchStatus = MediaPickerEnums.MediaSearchStatus || (MediaPickerEnums.MediaSearchStatus = {}));
|
|
48
|
-
})(MediaPickerEnums || (exports.MediaPickerEnums = MediaPickerEnums = {}));
|
|
49
11
|
var LanguageTags;
|
|
50
12
|
(function (LanguageTags) {
|
|
51
13
|
LanguageTags["ArSa"] = "ar-sa";
|
|
@@ -101,7 +101,9 @@ export interface ResetAccountRequest {
|
|
|
101
101
|
}
|
|
102
102
|
export declare class UserThemeManager extends UserPropertyBagModel {
|
|
103
103
|
constructor();
|
|
104
|
-
|
|
104
|
+
adminThemeId?: guid;
|
|
105
|
+
defaultThemeId?: guid;
|
|
106
|
+
accessibilityEnabled?: boolean;
|
|
105
107
|
}
|
|
106
108
|
export declare class HubActorIdBagProperty extends UserPropertyBagModel {
|
|
107
109
|
actorId?: number;
|
package/shared-mobile/index.d.ts
CHANGED
package/shared-mobile/index.js
CHANGED
|
@@ -11,3 +11,4 @@ tslib_1.__exportStar(require("./media-picker"), exports);
|
|
|
11
11
|
tslib_1.__exportStar(require("./Icon"), exports);
|
|
12
12
|
tslib_1.__exportStar(require("./ManifestIds"), exports);
|
|
13
13
|
tslib_1.__exportStar(require("./Tenant"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./Tags"), exports);
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { MediaPickerEnums } from "
|
|
2
|
-
import { MultilingualString, guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
1
|
+
import { MediaPickerEnums, MultilingualString, guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
3
2
|
export declare abstract class MediaPickerImageScalingDefinition {
|
|
4
3
|
abstract readonly uniqueId: guid;
|
|
5
4
|
abstract readonly title: MultilingualString;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { guid, IIcon } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
|
-
import { MediaPickerVideo, MediaPickerEnums } from "..";
|
|
1
|
+
import { guid, IIcon, MediaPickerEnums, MediaPickerVideo } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
3
2
|
import { MediaPickerPersistedImage } from "./MediaPickerPersistedImage";
|
|
4
3
|
export interface MediaPickerProvider {
|
|
5
4
|
id: guid;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
4
|
+
// export * from "./MediaPickerMedia";
|
|
5
5
|
tslib_1.__exportStar(require("./MediaPickerImageRatio"), exports);
|
|
6
6
|
tslib_1.__exportStar(require("./MediaPickerImageRendition"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./MediaPickerImageScaling"), exports);
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { PropertyValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
|
-
import { MediaPickerImage } from "../../media-picker";
|
|
1
|
+
import { MediaPickerImage, PropertyValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
3
2
|
export declare class ImagePropertyValue extends PropertyValue {
|
|
4
3
|
image: MediaPickerImage;
|
|
5
4
|
queryValue: number;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ContextItem, ContextPlugin, Suggestion } from "@omnia/fx-models";
|
|
2
|
+
import { ApiPath } from "../Extends";
|
|
3
|
+
export interface IContextPluginRegistrationHandler {
|
|
4
|
+
getAll: () => Array<ContextPlugin>;
|
|
5
|
+
register: (plugins: ContextPlugin | ContextPlugin[]) => void;
|
|
6
|
+
resolveItem: (item: ContextItem) => Promise<Suggestion>;
|
|
7
|
+
gatherSuggestions: <TQuery>(query?: TQuery) => Promise<Suggestion[]>;
|
|
8
|
+
triggerSelection: (suggestion: Suggestion, applyForAll?: boolean) => Promise<void>;
|
|
9
|
+
}
|
|
10
|
+
export interface ISelectiveContextPluginHandler extends IContextPluginRegistrationHandler {
|
|
11
|
+
ensureData: (pluginsToPick: ContextPlugin[]) => Promise<void>;
|
|
12
|
+
gatherSuggestionsBasedOnSelectedContexts: <TQuery>(pluginsToPick: ContextPlugin[], query?: TQuery) => Promise<Suggestion[]>;
|
|
13
|
+
}
|
|
14
|
+
export interface IContextPluginRegistration {
|
|
15
|
+
registration: Promise<IContextPluginRegistrationHandler>;
|
|
16
|
+
}
|
|
17
|
+
export interface IContextRegistrationApi {
|
|
18
|
+
plugins: IContextPluginRegistration;
|
|
19
|
+
}
|
|
20
|
+
declare module "./UxApi" {
|
|
21
|
+
interface IOmniaUxApi {
|
|
22
|
+
context: IContextRegistrationApi;
|
|
23
|
+
}
|
|
24
|
+
interface IOmniaUxExtendApiManifest {
|
|
25
|
+
context: {
|
|
26
|
+
plugins: {
|
|
27
|
+
registration: ApiPath;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
}
|
package/ux/ContextApi.js
ADDED
package/ux/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export * from "./StyleFlow";
|
|
|
2
2
|
export * from "./LayoutEditorCanvas";
|
|
3
3
|
export * from "./UxApi";
|
|
4
4
|
export * from "./AdminApi";
|
|
5
|
+
export * from "./ContextApi";
|
|
5
6
|
export * from "./MediaPickerApi";
|
|
6
7
|
export type { ILayoutTemplateRegistration as IRegistrationLayoutTemplate } from "./LayoutCanvasApi";
|
|
7
8
|
export * from "./EnterprisePropertyDataTypeProviderApi";
|
package/ux/index.js
CHANGED
|
@@ -5,6 +5,7 @@ tslib_1.__exportStar(require("./StyleFlow"), exports);
|
|
|
5
5
|
tslib_1.__exportStar(require("./LayoutEditorCanvas"), exports);
|
|
6
6
|
tslib_1.__exportStar(require("./UxApi"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./AdminApi"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ContextApi"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./MediaPickerApi"), exports);
|
|
9
10
|
tslib_1.__exportStar(require("./EnterprisePropertyDataTypeProviderApi"), exports);
|
|
10
11
|
//export * from "./ActionHandlerApi"
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { guid } from "./Guid";
|
|
2
|
-
export type RealtimeChannelUpdateTypes = "activate" | "deactivate";
|
|
3
|
-
export interface RealtimeChannelUpdateMessage extends RealtimChannelMessage {
|
|
4
|
-
threadId: guid;
|
|
5
|
-
type: RealtimeChannelUpdateTypes;
|
|
6
|
-
}
|
|
7
|
-
export interface RealtimeSendMessage extends RealtimChannelMessage {
|
|
8
|
-
dataId: guid;
|
|
9
|
-
data: any;
|
|
10
|
-
}
|
|
11
|
-
export interface RealtimChannelMessage {
|
|
12
|
-
channelId: string;
|
|
13
|
-
}
|
|
File without changes
|
|
File without changes
|