@oiz/stzh-components-angular 3.5.0-beta1 → 3.5.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.
@@ -3448,11 +3448,11 @@ let StzhUpload = class StzhUpload {
3448
3448
  proxyOutputs(this, this.el, ['stzhFileAdded', 'stzhFilesAdded', 'stzhFileRemove', 'stzhFileRemoved', 'stzhSending', 'stzhSendingMultiple', 'stzhProcessing', 'stzhProcessingMultiple', 'stzhProgress', 'stzhProgressTotal', 'stzhError', 'stzhErrorMultiple', 'stzhSuccess', 'stzhSuccessMultiple', 'stzhCanceled', 'stzhCanceledMultiple', 'stzhComplete', 'stzhCompleteMultiple']);
3449
3449
  }
3450
3450
  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 }); }
3451
- 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", heading: "heading", hiddenInputContainer: "hiddenInputContainer", hideProgress: "hideProgress", hideProgressWhileIdle: "hideProgressWhileIdle", invalid: "invalid", label: "label", localization: "localization", maxFiles: "maxFiles", maxFilesize: "maxFilesize", method: "method", name: "name", parallelChunkUploads: "parallelChunkUploads", parallelUploads: "parallelUploads", photographingEnabled: "photographingEnabled", preventHiddenInputClear: "preventHiddenInputClear", retryChunks: "retryChunks", retryChunksLimit: "retryChunksLimit", uploadMultiple: "uploadMultiple", url: "url", withCredentials: "withCredentials" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3451
+ 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", heading: "heading", hiddenInputContainer: "hiddenInputContainer", hideProgress: "hideProgress", hideProgressWhileIdle: "hideProgressWhileIdle", invalid: "invalid", label: "label", localization: "localization", maxFiles: "maxFiles", maxFilesize: "maxFilesize", method: "method", name: "name", parallelChunkUploads: "parallelChunkUploads", parallelUploads: "parallelUploads", photographingEnabled: "photographingEnabled", preventHiddenInputClear: "preventHiddenInputClear", retryChunks: "retryChunks", retryChunksLimit: "retryChunksLimit", uploadMultiple: "uploadMultiple", url: "url", withCredentials: "withCredentials" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3452
3452
  };
3453
3453
  StzhUpload = __decorate([
3454
3454
  ProxyCmp({
3455
- inputs: ['accept', 'acceptedFiles', 'autoProcessQueue', 'button', 'buttonScan', 'chunkSize', 'chunking', 'chunksUploaded', 'defaultHeaders', 'description', 'disableToasts', 'disabled', 'downloadDisabled', 'downloadDisabledWhileProcessing', 'error', 'existingFiles', 'filesizeBase', 'forceChunking', 'headers', 'heading', 'hiddenInputContainer', 'hideProgress', 'hideProgressWhileIdle', 'invalid', 'label', 'localization', 'maxFiles', 'maxFilesize', 'method', 'name', 'parallelChunkUploads', 'parallelUploads', 'photographingEnabled', 'preventHiddenInputClear', 'retryChunks', 'retryChunksLimit', 'uploadMultiple', 'url', 'withCredentials'],
3455
+ inputs: ['accept', 'acceptedFiles', 'autoProcessQueue', 'button', 'buttonScan', 'chunkSize', 'chunking', 'chunksUploaded', 'defaultHeaders', 'description', 'disableToasts', 'disabled', 'downloadDisabled', 'downloadDisabledWhileProcessing', 'error', 'existingFiles', 'filesizeBase', 'forceChunking', 'headers', 'headersAsync', 'heading', 'hiddenInputContainer', 'hideProgress', 'hideProgressWhileIdle', 'invalid', 'label', 'localization', 'maxFiles', 'maxFilesize', 'method', 'name', 'parallelChunkUploads', 'parallelUploads', 'photographingEnabled', 'preventHiddenInputClear', 'retryChunks', 'retryChunksLimit', 'uploadMultiple', 'url', 'withCredentials'],
3456
3456
  methods: ['processQueue', 'removeFile', 'removeAllFiles']
3457
3457
  })
3458
3458
  ], StzhUpload);
@@ -3463,7 +3463,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3463
3463
  changeDetection: ChangeDetectionStrategy.OnPush,
3464
3464
  template: '<ng-content></ng-content>',
3465
3465
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3466
- inputs: ['accept', 'acceptedFiles', 'autoProcessQueue', 'button', 'buttonScan', 'chunkSize', 'chunking', 'chunksUploaded', 'defaultHeaders', 'description', 'disableToasts', 'disabled', 'downloadDisabled', 'downloadDisabledWhileProcessing', 'error', 'existingFiles', 'filesizeBase', 'forceChunking', 'headers', 'heading', 'hiddenInputContainer', 'hideProgress', 'hideProgressWhileIdle', 'invalid', 'label', 'localization', 'maxFiles', 'maxFilesize', 'method', 'name', 'parallelChunkUploads', 'parallelUploads', 'photographingEnabled', 'preventHiddenInputClear', 'retryChunks', 'retryChunksLimit', 'uploadMultiple', 'url', 'withCredentials'],
3466
+ inputs: ['accept', 'acceptedFiles', 'autoProcessQueue', 'button', 'buttonScan', 'chunkSize', 'chunking', 'chunksUploaded', 'defaultHeaders', 'description', 'disableToasts', 'disabled', 'downloadDisabled', 'downloadDisabledWhileProcessing', 'error', 'existingFiles', 'filesizeBase', 'forceChunking', 'headers', 'headersAsync', 'heading', 'hiddenInputContainer', 'hideProgress', 'hideProgressWhileIdle', 'invalid', 'label', 'localization', 'maxFiles', 'maxFilesize', 'method', 'name', 'parallelChunkUploads', 'parallelUploads', 'photographingEnabled', 'preventHiddenInputClear', 'retryChunks', 'retryChunksLimit', 'uploadMultiple', 'url', 'withCredentials'],
3467
3467
  }]
3468
3468
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3469
3469
  let StzhVbzCarousel = class StzhVbzCarousel {