Compare commits
3 Commits
dependabot
...
rqx110/pat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46e8272e3b | ||
|
|
6f5ac1cb94 | ||
|
|
fc21870c82 |
4
.github/workflows/on-publish.yml
vendored
4
.github/workflows/on-publish.yml
vendored
@@ -51,8 +51,8 @@ jobs:
|
|||||||
dist
|
dist
|
||||||
key: dist-${{ github.run_id }}
|
key: dist-${{ github.run_id }}
|
||||||
- run: |
|
- run: |
|
||||||
npx nx run ng2-file-upload:build
|
npx nx run ng2-file-upload:build --configuration production
|
||||||
npx nx run ng2-file-upload-demo:build
|
npx nx run ng2-file-upload-demo:build --configuration production
|
||||||
|
|
||||||
# update release notes in github
|
# update release notes in github
|
||||||
update_release_draft:
|
update_release_draft:
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ export interface FileUploaderOptions {
|
|||||||
maxFileSize?: number;
|
maxFileSize?: number;
|
||||||
queueLimit?: number;
|
queueLimit?: number;
|
||||||
removeAfterUpload?: boolean;
|
removeAfterUpload?: boolean;
|
||||||
url: string;
|
url?: string;
|
||||||
disableMultipart?: boolean;
|
disableMultipart?: boolean;
|
||||||
itemAlias?: string;
|
itemAlias?: string;
|
||||||
authTokenHeader?: string;
|
authTokenHeader?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user