@oiz/stzh-components-angular 4.7.0 → 4.8.0
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.
|
@@ -4202,11 +4202,11 @@ let StzhUpload = class StzhUpload {
|
|
|
4202
4202
|
this.el = r.nativeElement;
|
|
4203
4203
|
}
|
|
4204
4204
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4205
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhUpload, selector: "stzh-upload", inputs: { accept: "accept", acceptedFiles: "acceptedFiles", autoProcessQueue: "autoProcessQueue", button: "button", buttonScan: "buttonScan", chunkSize: "chunkSize", chunking: "chunking", chunksUploaded: "chunksUploaded", defaultHeaders: "defaultHeaders", description: "description", disableToasts: "disableToasts", disabled: "disabled", downloadDisabled: "downloadDisabled", downloadDisabledWhileProcessing: "downloadDisabledWhileProcessing", error: "error", existingFiles: "existingFiles", filesizeBase: "filesizeBase", forceChunking: "forceChunking", headers: "headers", headersAsync: "headersAsync",
|
|
4205
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhUpload, selector: "stzh-upload", inputs: { accept: "accept", acceptedFiles: "acceptedFiles", autoProcessQueue: "autoProcessQueue", button: "button", buttonScan: "buttonScan", chunkSize: "chunkSize", chunking: "chunking", chunksUploaded: "chunksUploaded", defaultHeaders: "defaultHeaders", description: "description", disableToasts: "disableToasts", disabled: "disabled", downloadDisabled: "downloadDisabled", downloadDisabledWhileProcessing: "downloadDisabledWhileProcessing", error: "error", existingFiles: "existingFiles", filesizeBase: "filesizeBase", forceChunking: "forceChunking", headers: "headers", headersAsync: "headersAsync", hiddenInputContainer: "hiddenInputContainer", hideOptional: "hideOptional", hideProgress: "hideProgress", hideProgressWhileIdle: "hideProgressWhileIdle", invalid: "invalid", label: "label", labelHidden: "labelHidden", localization: "localization", maxFiles: "maxFiles", maxFilesize: "maxFilesize", maxFilesizeTotal: "maxFilesizeTotal", method: "method", name: "name", noLabelTruncate: "noLabelTruncate", parallelChunkUploads: "parallelChunkUploads", parallelUploads: "parallelUploads", photographingEnabled: "photographingEnabled", preventDuplicateFileNames: "preventDuplicateFileNames", preventHiddenInputClear: "preventHiddenInputClear", required: "required", retryChunks: "retryChunks", retryChunksLimit: "retryChunksLimit", uploadMultiple: "uploadMultiple", url: "url", withCredentials: "withCredentials" }, outputs: { stzhFileAdded: "stzhFileAdded", stzhFilesAdded: "stzhFilesAdded", stzhFileRemove: "stzhFileRemove", stzhFileRemoved: "stzhFileRemoved", stzhSending: "stzhSending", stzhSendingMultiple: "stzhSendingMultiple", stzhProcessing: "stzhProcessing", stzhProcessingMultiple: "stzhProcessingMultiple", stzhProgress: "stzhProgress", stzhProgressTotal: "stzhProgressTotal", stzhError: "stzhError", stzhErrorMultiple: "stzhErrorMultiple", stzhSuccess: "stzhSuccess", stzhSuccessMultiple: "stzhSuccessMultiple", stzhCanceled: "stzhCanceled", stzhCanceledMultiple: "stzhCanceledMultiple", stzhComplete: "stzhComplete", stzhCompleteMultiple: "stzhCompleteMultiple" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
4206
4206
|
};
|
|
4207
4207
|
StzhUpload = __decorate([
|
|
4208
4208
|
ProxyCmp({
|
|
4209
|
-
inputs: ['accept', 'acceptedFiles', 'autoProcessQueue', 'button', 'buttonScan', 'chunkSize', 'chunking', 'chunksUploaded', 'defaultHeaders', 'description', 'disableToasts', 'disabled', 'downloadDisabled', 'downloadDisabledWhileProcessing', 'error', 'existingFiles', 'filesizeBase', 'forceChunking', 'headers', 'headersAsync', '
|
|
4209
|
+
inputs: ['accept', 'acceptedFiles', 'autoProcessQueue', 'button', 'buttonScan', 'chunkSize', 'chunking', 'chunksUploaded', 'defaultHeaders', 'description', 'disableToasts', 'disabled', 'downloadDisabled', 'downloadDisabledWhileProcessing', 'error', 'existingFiles', 'filesizeBase', 'forceChunking', 'headers', 'headersAsync', 'hiddenInputContainer', 'hideOptional', 'hideProgress', 'hideProgressWhileIdle', 'invalid', 'label', 'labelHidden', 'localization', 'maxFiles', 'maxFilesize', 'maxFilesizeTotal', 'method', 'name', 'noLabelTruncate', 'parallelChunkUploads', 'parallelUploads', 'photographingEnabled', 'preventDuplicateFileNames', 'preventHiddenInputClear', 'required', 'retryChunks', 'retryChunksLimit', 'uploadMultiple', 'url', 'withCredentials'],
|
|
4210
4210
|
methods: ['setFocus', 'processQueue', 'removeFile', 'removeAllFiles']
|
|
4211
4211
|
})
|
|
4212
4212
|
], StzhUpload);
|
|
@@ -4217,7 +4217,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4217
4217
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4218
4218
|
template: '<ng-content></ng-content>',
|
|
4219
4219
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4220
|
-
inputs: ['accept', 'acceptedFiles', 'autoProcessQueue', 'button', 'buttonScan', 'chunkSize', 'chunking', 'chunksUploaded', 'defaultHeaders', 'description', 'disableToasts', 'disabled', 'downloadDisabled', 'downloadDisabledWhileProcessing', 'error', 'existingFiles', 'filesizeBase', 'forceChunking', 'headers', 'headersAsync', '
|
|
4220
|
+
inputs: ['accept', 'acceptedFiles', 'autoProcessQueue', 'button', 'buttonScan', 'chunkSize', 'chunking', 'chunksUploaded', 'defaultHeaders', 'description', 'disableToasts', 'disabled', 'downloadDisabled', 'downloadDisabledWhileProcessing', 'error', 'existingFiles', 'filesizeBase', 'forceChunking', 'headers', 'headersAsync', 'hiddenInputContainer', 'hideOptional', 'hideProgress', 'hideProgressWhileIdle', 'invalid', 'label', 'labelHidden', 'localization', 'maxFiles', 'maxFilesize', 'maxFilesizeTotal', 'method', 'name', 'noLabelTruncate', 'parallelChunkUploads', 'parallelUploads', 'photographingEnabled', 'preventDuplicateFileNames', 'preventHiddenInputClear', 'required', 'retryChunks', 'retryChunksLimit', 'uploadMultiple', 'url', 'withCredentials'],
|
|
4221
4221
|
outputs: ['stzhFileAdded', 'stzhFilesAdded', 'stzhFileRemove', 'stzhFileRemoved', 'stzhSending', 'stzhSendingMultiple', 'stzhProcessing', 'stzhProcessingMultiple', 'stzhProgress', 'stzhProgressTotal', 'stzhError', 'stzhErrorMultiple', 'stzhSuccess', 'stzhSuccessMultiple', 'stzhCanceled', 'stzhCanceledMultiple', 'stzhComplete', 'stzhCompleteMultiple'],
|
|
4222
4222
|
standalone: false
|
|
4223
4223
|
}]
|