@oiz/stzh-components-angular 3.7.0 → 3.8.0-beta1
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.
|
@@ -468,11 +468,11 @@ let StzhButton = class StzhButton {
|
|
|
468
468
|
proxyOutputs(this, this.el, ['stzhFocus', 'stzhBlur', 'stzhChange', 'stzhClick']);
|
|
469
469
|
}
|
|
470
470
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
471
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhButton, selector: "stzh-button", inputs: { a11yControls: "a11yControls", a11yCurrent: "a11yCurrent", a11yDescribedby: "a11yDescribedby", a11yDisabled: "a11yDisabled", a11yExpanded: "a11yExpanded", a11yLabel: "a11yLabel", a11yTabindex: "a11yTabindex", active: "active", analyticsId: "analyticsId", badge: "badge", badgeEmpty: "badgeEmpty", badgePosition: "badgePosition", badgeType: "badgeType", buttonAccesskey: "buttonAccesskey", buttonId: "buttonId", checked: "checked", defaultChecked: "defaultChecked", disabled: "disabled", download: "download", effect: "effect", fullwidth: "fullwidth", href: "href", icon: "icon", iconOnly: "iconOnly", iconPosition: "iconPosition", label: "label", localization: "localization", name: "name", noHyphenation: "noHyphenation", noPaddingLeft: "noPaddingLeft", noPaddingRight: "noPaddingRight", rel: "rel", rounded: "rounded", showToggleIcon: "showToggleIcon", size: "size", sizeLarge: "sizeLarge", sizeMedium: "sizeMedium", sizeSmall: "sizeSmall", sizeUltra: "sizeUltra", target: "target", textAlign: "textAlign", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
471
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhButton, selector: "stzh-button", inputs: { a11yControls: "a11yControls", a11yCurrent: "a11yCurrent", a11yDescribedby: "a11yDescribedby", a11yDisabled: "a11yDisabled", a11yExpanded: "a11yExpanded", a11yLabel: "a11yLabel", a11yTabindex: "a11yTabindex", active: "active", analyticsId: "analyticsId", badge: "badge", badgeEmpty: "badgeEmpty", badgePosition: "badgePosition", badgeType: "badgeType", buttonAccesskey: "buttonAccesskey", buttonId: "buttonId", checked: "checked", defaultChecked: "defaultChecked", disableOnClick: "disableOnClick", disabled: "disabled", download: "download", effect: "effect", fullwidth: "fullwidth", href: "href", icon: "icon", iconOnly: "iconOnly", iconPosition: "iconPosition", label: "label", localization: "localization", name: "name", noHyphenation: "noHyphenation", noPaddingLeft: "noPaddingLeft", noPaddingRight: "noPaddingRight", rel: "rel", rounded: "rounded", showToggleIcon: "showToggleIcon", size: "size", sizeLarge: "sizeLarge", sizeMedium: "sizeMedium", sizeSmall: "sizeSmall", sizeUltra: "sizeUltra", target: "target", textAlign: "textAlign", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
472
472
|
};
|
|
473
473
|
StzhButton = __decorate([
|
|
474
474
|
ProxyCmp({
|
|
475
|
-
inputs: ['a11yControls', 'a11yCurrent', 'a11yDescribedby', 'a11yDisabled', 'a11yExpanded', 'a11yLabel', 'a11yTabindex', 'active', 'analyticsId', 'badge', 'badgeEmpty', 'badgePosition', 'badgeType', 'buttonAccesskey', 'buttonId', 'checked', 'defaultChecked', 'disabled', 'download', 'effect', 'fullwidth', 'href', 'icon', 'iconOnly', 'iconPosition', 'label', 'localization', 'name', 'noHyphenation', 'noPaddingLeft', 'noPaddingRight', 'rel', 'rounded', 'showToggleIcon', 'size', 'sizeLarge', 'sizeMedium', 'sizeSmall', 'sizeUltra', 'target', 'textAlign', 'type', 'value', 'variant']
|
|
475
|
+
inputs: ['a11yControls', 'a11yCurrent', 'a11yDescribedby', 'a11yDisabled', 'a11yExpanded', 'a11yLabel', 'a11yTabindex', 'active', 'analyticsId', 'badge', 'badgeEmpty', 'badgePosition', 'badgeType', 'buttonAccesskey', 'buttonId', 'checked', 'defaultChecked', 'disableOnClick', 'disabled', 'download', 'effect', 'fullwidth', 'href', 'icon', 'iconOnly', 'iconPosition', 'label', 'localization', 'name', 'noHyphenation', 'noPaddingLeft', 'noPaddingRight', 'rel', 'rounded', 'showToggleIcon', 'size', 'sizeLarge', 'sizeMedium', 'sizeSmall', 'sizeUltra', 'target', 'textAlign', 'type', 'value', 'variant']
|
|
476
476
|
})
|
|
477
477
|
], StzhButton);
|
|
478
478
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhButton, decorators: [{
|
|
@@ -482,7 +482,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
482
482
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
483
483
|
template: '<ng-content></ng-content>',
|
|
484
484
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
485
|
-
inputs: ['a11yControls', 'a11yCurrent', 'a11yDescribedby', 'a11yDisabled', 'a11yExpanded', 'a11yLabel', 'a11yTabindex', 'active', 'analyticsId', 'badge', 'badgeEmpty', 'badgePosition', 'badgeType', 'buttonAccesskey', 'buttonId', 'checked', 'defaultChecked', 'disabled', 'download', 'effect', 'fullwidth', 'href', 'icon', 'iconOnly', 'iconPosition', 'label', 'localization', 'name', 'noHyphenation', 'noPaddingLeft', 'noPaddingRight', 'rel', 'rounded', 'showToggleIcon', 'size', 'sizeLarge', 'sizeMedium', 'sizeSmall', 'sizeUltra', 'target', 'textAlign', 'type', 'value', 'variant'],
|
|
485
|
+
inputs: ['a11yControls', 'a11yCurrent', 'a11yDescribedby', 'a11yDisabled', 'a11yExpanded', 'a11yLabel', 'a11yTabindex', 'active', 'analyticsId', 'badge', 'badgeEmpty', 'badgePosition', 'badgeType', 'buttonAccesskey', 'buttonId', 'checked', 'defaultChecked', 'disableOnClick', 'disabled', 'download', 'effect', 'fullwidth', 'href', 'icon', 'iconOnly', 'iconPosition', 'label', 'localization', 'name', 'noHyphenation', 'noPaddingLeft', 'noPaddingRight', 'rel', 'rounded', 'showToggleIcon', 'size', 'sizeLarge', 'sizeMedium', 'sizeSmall', 'sizeUltra', 'target', 'textAlign', 'type', 'value', 'variant'],
|
|
486
486
|
}]
|
|
487
487
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
488
488
|
let StzhButtongroup = class StzhButtongroup {
|
|
@@ -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", headersAsync: "headersAsync", heading: "heading", hiddenInputContainer: "hiddenInputContainer", hideProgress: "hideProgress", hideProgressWhileIdle: "hideProgressWhileIdle", invalid: "invalid", label: "label", localization: "localization", maxFiles: "maxFiles", maxFilesize: "maxFilesize", maxFilesizeTotal: "maxFilesizeTotal", 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", maxFilesizeTotal: "maxFilesizeTotal", method: "method", name: "name", parallelChunkUploads: "parallelChunkUploads", parallelUploads: "parallelUploads", photographingEnabled: "photographingEnabled", preventDuplicateFileNames: "preventDuplicateFileNames", 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', 'headersAsync', 'heading', 'hiddenInputContainer', 'hideProgress', 'hideProgressWhileIdle', 'invalid', 'label', 'localization', 'maxFiles', 'maxFilesize', 'maxFilesizeTotal', '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', 'maxFilesizeTotal', 'method', 'name', 'parallelChunkUploads', 'parallelUploads', 'photographingEnabled', 'preventDuplicateFileNames', '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', 'headersAsync', 'heading', 'hiddenInputContainer', 'hideProgress', 'hideProgressWhileIdle', 'invalid', 'label', 'localization', 'maxFiles', 'maxFilesize', 'maxFilesizeTotal', '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', 'maxFilesizeTotal', 'method', 'name', 'parallelChunkUploads', 'parallelUploads', 'photographingEnabled', 'preventDuplicateFileNames', '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 {
|