@progress/kendo-angular-upload 14.3.1-develop.2 → 14.4.0-develop.11
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/LICENSE.md +1 -1
- package/NOTICE.txt +1 -1
- package/README.md +1 -1
- package/common/action-buttons-layout.d.ts +1 -1
- package/common/util.d.ts +1 -1
- package/common/validation-util.d.ts +1 -1
- package/dropzone-base.d.ts +1 -1
- package/dropzone-external.directive.d.ts +1 -1
- package/dropzone-internal.directive.d.ts +1 -1
- package/dropzone.component.d.ts +1 -1
- package/dropzone.service.d.ts +1 -1
- package/esm2020/common/action-buttons-layout.mjs +1 -1
- package/esm2020/common/util.mjs +1 -1
- package/esm2020/common/validation-util.mjs +1 -1
- package/esm2020/dropzone-base.mjs +1 -1
- package/esm2020/dropzone-external.directive.mjs +1 -1
- package/esm2020/dropzone-internal.directive.mjs +1 -1
- package/esm2020/dropzone.component.mjs +1 -1
- package/esm2020/dropzone.service.mjs +1 -1
- package/esm2020/events/cancel-event.mjs +1 -1
- package/esm2020/events/clear-event.mjs +1 -1
- package/esm2020/events/error-event.mjs +1 -1
- package/esm2020/events/pause-event.mjs +1 -1
- package/esm2020/events/preventable-event.mjs +1 -1
- package/esm2020/events/remove-event.mjs +1 -1
- package/esm2020/events/resume-event.mjs +1 -1
- package/esm2020/events/select-event.mjs +1 -1
- package/esm2020/events/success-event.mjs +1 -1
- package/esm2020/events/upload-event.mjs +1 -1
- package/esm2020/events/upload-progress-event.mjs +1 -1
- package/esm2020/events.mjs +1 -1
- package/esm2020/file-select.directive.mjs +1 -1
- package/esm2020/fileselect.component.mjs +6 -2
- package/esm2020/fileselect.module.mjs +1 -1
- package/esm2020/index.mjs +1 -1
- package/esm2020/localization/custom-messages.component.mjs +1 -1
- package/esm2020/localization/localized-messages.directive.mjs +1 -1
- package/esm2020/localization/messages.mjs +1 -1
- package/esm2020/navigation.service.mjs +1 -1
- package/esm2020/package-metadata.mjs +3 -3
- package/esm2020/progress-kendo-angular-upload.mjs +1 -1
- package/esm2020/rendering/file-list-item-action-button.component.mjs +1 -1
- package/esm2020/rendering/file-list-item-base.mjs +1 -1
- package/esm2020/rendering/file-list-item.mjs +1 -1
- package/esm2020/rendering/file-list-multiple-items.component.mjs +1 -1
- package/esm2020/rendering/file-list-single-item.component.mjs +1 -1
- package/esm2020/rendering/file-list.component.mjs +1 -1
- package/esm2020/rendering/upload-action-buttons.component.mjs +1 -1
- package/esm2020/rendering/upload-status-total.component.mjs +1 -1
- package/esm2020/shared.module.mjs +1 -1
- package/esm2020/templates/file-info-template.directive.mjs +1 -1
- package/esm2020/templates/file-template.directive.mjs +1 -1
- package/esm2020/types/async-settings.mjs +1 -1
- package/esm2020/types/chunk-info.mjs +1 -1
- package/esm2020/types/chunk-map.mjs +1 -1
- package/esm2020/types/chunk-metadata.mjs +1 -1
- package/esm2020/types/chunk-settings.mjs +1 -1
- package/esm2020/types/direction.mjs +1 -1
- package/esm2020/types/file-groups.mjs +1 -1
- package/esm2020/types/file-info.mjs +1 -1
- package/esm2020/types/file-map.mjs +1 -1
- package/esm2020/types/file-restrictions.mjs +1 -1
- package/esm2020/types/file-state.mjs +1 -1
- package/esm2020/types/operation-type.mjs +1 -1
- package/esm2020/types.mjs +1 -1
- package/esm2020/upload.component.mjs +9 -5
- package/esm2020/upload.module.mjs +1 -1
- package/esm2020/upload.service.mjs +1 -1
- package/esm2020/uploads.module.mjs +1 -1
- package/events/cancel-event.d.ts +1 -1
- package/events/clear-event.d.ts +1 -1
- package/events/error-event.d.ts +1 -1
- package/events/pause-event.d.ts +1 -1
- package/events/preventable-event.d.ts +1 -1
- package/events/remove-event.d.ts +1 -1
- package/events/resume-event.d.ts +1 -1
- package/events/select-event.d.ts +1 -1
- package/events/success-event.d.ts +1 -1
- package/events/upload-event.d.ts +1 -1
- package/events/upload-progress-event.d.ts +1 -1
- package/events.d.ts +1 -1
- package/fesm2015/progress-kendo-angular-upload.mjs +16 -8
- package/fesm2020/progress-kendo-angular-upload.mjs +16 -8
- package/file-select.directive.d.ts +1 -1
- package/fileselect.component.d.ts +6 -2
- package/fileselect.module.d.ts +1 -1
- package/index.d.ts +1 -1
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/localization/messages.d.ts +1 -1
- package/navigation.service.d.ts +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +7 -7
- package/progress-kendo-angular-upload.d.ts +1 -1
- package/rendering/file-list-item-action-button.component.d.ts +1 -1
- package/rendering/file-list-item-base.d.ts +1 -1
- package/rendering/file-list-item.d.ts +1 -1
- package/rendering/file-list-multiple-items.component.d.ts +1 -1
- package/rendering/file-list-single-item.component.d.ts +1 -1
- package/rendering/file-list.component.d.ts +1 -1
- package/rendering/upload-action-buttons.component.d.ts +1 -1
- package/rendering/upload-status-total.component.d.ts +1 -1
- package/schematics/ngAdd/index.js +3 -3
- package/shared.module.d.ts +1 -1
- package/templates/file-info-template.directive.d.ts +1 -1
- package/templates/file-template.directive.d.ts +1 -1
- package/types/async-settings.d.ts +1 -1
- package/types/chunk-info.d.ts +1 -1
- package/types/chunk-map.d.ts +1 -1
- package/types/chunk-metadata.d.ts +1 -1
- package/types/chunk-settings.d.ts +1 -1
- package/types/direction.d.ts +1 -1
- package/types/file-groups.d.ts +1 -1
- package/types/file-info.d.ts +1 -1
- package/types/file-map.d.ts +1 -1
- package/types/file-restrictions.d.ts +1 -1
- package/types/file-state.d.ts +1 -1
- package/types/operation-type.d.ts +1 -1
- package/types.d.ts +1 -1
- package/upload.component.d.ts +9 -5
- package/upload.module.d.ts +1 -1
- package/upload.service.d.ts +1 -1
- package/uploads.module.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { HttpHeaders } from '@angular/common/http';
|
package/types/chunk-info.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
package/types/chunk-map.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ChunkInfo } from './chunk-info';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
package/types/direction.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
package/types/file-groups.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { SVGIcon } from "@progress/kendo-svg-icons";
|
package/types/file-info.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Subscription } from 'rxjs';
|
package/types/file-map.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { FileInfo, FileState } from '../types';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
package/types/file-state.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
package/types.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
export { ChunkSettings } from './types/chunk-settings';
|
package/upload.component.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { HttpHeaders } from '@angular/common/http';
|
|
@@ -84,7 +84,7 @@ export declare class UploadComponent implements OnInit, OnDestroy, ControlValueA
|
|
|
84
84
|
/**
|
|
85
85
|
* Sets the expected [`response type`](https://angular.io/api/common/http/HttpRequest#responseType) of the server.
|
|
86
86
|
* It is used to parse the response appropriately.
|
|
87
|
-
*
|
|
87
|
+
* @default 'json'
|
|
88
88
|
*/
|
|
89
89
|
set responseType(responseType: 'arraybuffer' | 'blob' | 'json' | 'text');
|
|
90
90
|
get responseType(): 'arraybuffer' | 'blob' | 'json' | 'text';
|
|
@@ -117,13 +117,13 @@ export declare class UploadComponent implements OnInit, OnDestroy, ControlValueA
|
|
|
117
117
|
/**
|
|
118
118
|
* Enables the chunk functionality of the Upload.
|
|
119
119
|
*
|
|
120
|
-
*
|
|
120
|
+
* @default false
|
|
121
121
|
*/
|
|
122
122
|
chunkable: ChunkSettings | boolean;
|
|
123
123
|
/**
|
|
124
124
|
* Specifies if the selected files are uploaded simultaneously or one by one.
|
|
125
125
|
*
|
|
126
|
-
*
|
|
126
|
+
* @default true
|
|
127
127
|
*/
|
|
128
128
|
set concurrent(concurrent: boolean);
|
|
129
129
|
get concurrent(): boolean;
|
|
@@ -131,19 +131,23 @@ export declare class UploadComponent implements OnInit, OnDestroy, ControlValueA
|
|
|
131
131
|
* Enables the selection of multiple files
|
|
132
132
|
* ([see example]({% slug fileprocessing_upload %}#toc-upload-of-sinlge-or-multiple-files)).
|
|
133
133
|
* If set to `false`, only one file can be selected at a time.
|
|
134
|
+
* @default true
|
|
134
135
|
*/
|
|
135
136
|
multiple: boolean;
|
|
136
137
|
/**
|
|
137
138
|
* Disables the Upload ([see example]({% slug disabledstate_upload %})).
|
|
138
|
-
*
|
|
139
|
+
* To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_upload#toc-managing-the-upload-disabled-state-in-reactive-forms).
|
|
140
|
+
* @default false
|
|
139
141
|
*/
|
|
140
142
|
disabled: boolean;
|
|
141
143
|
/**
|
|
142
144
|
* Toggles the visibility of the file list.
|
|
145
|
+
* @default true
|
|
143
146
|
*/
|
|
144
147
|
showFileList: boolean;
|
|
145
148
|
/**
|
|
146
149
|
* Specifies the [`tabindex`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) of the component.
|
|
150
|
+
* @default 0
|
|
147
151
|
*/
|
|
148
152
|
tabindex: number;
|
|
149
153
|
/**
|
package/upload.module.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
package/upload.service.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { HttpClient } from '@angular/common/http';
|
package/uploads.module.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|