Updates
This commit is contained in:
Vendored
+2
@@ -26,6 +26,7 @@ export interface FileUploaderOptions {
|
|||||||
url?: string;
|
url?: string;
|
||||||
disableMultipart?: boolean;
|
disableMultipart?: boolean;
|
||||||
itemAlias?: string;
|
itemAlias?: string;
|
||||||
|
authTokenHeader?: string;
|
||||||
}
|
}
|
||||||
export declare class FileUploader {
|
export declare class FileUploader {
|
||||||
authToken: string;
|
authToken: string;
|
||||||
@@ -34,6 +35,7 @@ export declare class FileUploader {
|
|||||||
progress: number;
|
progress: number;
|
||||||
_nextIndex: number;
|
_nextIndex: number;
|
||||||
autoUpload: any;
|
autoUpload: any;
|
||||||
|
authTokenHeader: string;
|
||||||
options: FileUploaderOptions;
|
options: FileUploaderOptions;
|
||||||
private _failFilterIndex;
|
private _failFilterIndex;
|
||||||
constructor(options: FileUploaderOptions);
|
constructor(options: FileUploaderOptions);
|
||||||
|
|||||||
+1
-1
@@ -34,5 +34,5 @@
|
|||||||
Loading...
|
Loading...
|
||||||
</app>
|
</app>
|
||||||
|
|
||||||
<script type="text/javascript" src="polyfills.fcd3a1f9c81097524323.bundle.js"></script><script type="text/javascript" src="vendor.fcd3a1f9c81097524323.bundle.js"></script><script type="text/javascript" src="main.fcd3a1f9c81097524323.bundle.js"></script></body>
|
<script type="text/javascript" src="polyfills.7412687088ecabc87d1c.bundle.js"></script><script type="text/javascript" src="vendor.7412687088ecabc87d1c.bundle.js"></script><script type="text/javascript" src="main.7412687088ecabc87d1c.bundle.js"></script></body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Reference in New Issue
Block a user