@omnia/fx 7.9.0-preview → 7.9.1-preview
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/internal-do-not-import-from-here/ux/mediapickerproviders/apis/FileHandlerRegistration.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -3,15 +3,32 @@ import { IMyComputerProviderComponent } from "./IMyComputerProvider";
|
|
3
3
|
import { MyComputerProviderLocalization } from "./loc/localize";
|
4
4
|
import { OmniaTheming } from "../../OmniaTheming";
|
5
5
|
import { MultiSelectMediaProviderComponentBase } from "../mediaproviderbase/MultiSelectMediaProviderComponentBase";
|
6
|
+
import { OmniaUxLocalization } from "../..";
|
6
7
|
export declare class MyComputerProviderComponent extends MultiSelectMediaProviderComponentBase implements IWebComponentInstance, IMyComputerProviderComponent {
|
7
8
|
omniaTheming: OmniaTheming;
|
8
9
|
private subscriptionHandler;
|
9
10
|
locMyComputerProvider: MyComputerProviderLocalization.locInterface;
|
11
|
+
uxLoc: OmniaUxLocalization;
|
10
12
|
private PastingImageHandler;
|
13
|
+
private isLoading;
|
14
|
+
private fileHandlers;
|
15
|
+
private currentProvider;
|
16
|
+
private isUploading;
|
17
|
+
private progressPercentage;
|
18
|
+
private fileToUpload;
|
19
|
+
private extraFileToUpload;
|
20
|
+
private currentSettings;
|
21
|
+
private previewMedia;
|
22
|
+
private allowedFiles;
|
11
23
|
constructor();
|
12
24
|
created(): void;
|
13
25
|
mounted(): void;
|
26
|
+
private renderProviderButtons;
|
14
27
|
private onAddedFile;
|
28
|
+
private renderSettings;
|
29
|
+
private onUploadMedia;
|
30
|
+
private handleProviderHandledFile;
|
15
31
|
handleFile(media: File, pastingFile?: boolean): void;
|
32
|
+
private renderUploadProgress;
|
16
33
|
render(): VueTsxSupport.JSX.Element;
|
17
34
|
}
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "7.9.
|
4
|
+
"version": "7.9.1-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": "Omnia Digital Workplace AB",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "7.9.
|
23
|
+
"@omnia/fx-models": "7.9.1-preview",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|