@omnia/fx 7.6.42-preview → 7.6.45-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.
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { VueComponentBase } from "../VueComponentBase";
|
|
2
1
|
import { IWebComponentInstance } from "internal/fx/runtime/core/InternalWebComponentBootstrapper";
|
|
3
|
-
import {
|
|
2
|
+
import { VueComponentBase } from "../VueComponentBase";
|
|
4
3
|
import { MediaPickerService } from "@omnia/fx/services";
|
|
4
|
+
import { MediaPickerImage, MediaPickerImageTransformationResult, MediaPickerVideo } from "../../models";
|
|
5
5
|
export interface IGalleryPanels {
|
|
6
6
|
selectedMedia: (Array<MediaPickerImageTransformationResult | MediaPickerImage | MediaPickerVideo>);
|
|
7
7
|
selectEvent: (index: number) => void;
|
|
@@ -18,6 +18,7 @@ export declare class GalleryPanels extends VueComponentBase<IGalleryPanels> impl
|
|
|
18
18
|
activeIndex: number;
|
|
19
19
|
addNewEvent: () => void;
|
|
20
20
|
mediaPickerService: MediaPickerService;
|
|
21
|
+
private uxLoc;
|
|
21
22
|
private activeElement;
|
|
22
23
|
private omniaUrl;
|
|
23
24
|
created(): void;
|
|
@@ -38,6 +38,7 @@ export declare class MediaPickerRenderer extends VueComponentBase<IMediaPicker &
|
|
|
38
38
|
mediaPickerStore: MediaPickerStore;
|
|
39
39
|
private id_search;
|
|
40
40
|
private defaultEditImageMenuId;
|
|
41
|
+
private selectedMediasMenuId;
|
|
41
42
|
private activedMenuItemId;
|
|
42
43
|
private activedProvider;
|
|
43
44
|
private transformerElementName;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnia/fx",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "7.6.
|
|
4
|
+
"version": "7.6.45-preview",
|
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
],
|
|
21
21
|
"author": "Precio Fishbone",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@omnia/fx-models": "7.6.
|
|
23
|
+
"@omnia/fx-models": "7.6.45-preview",
|
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
|
25
25
|
"broadcast-channel": "4.8.0",
|
|
26
26
|
"dayjs": "1.10.7",
|