@getflip/swirl-components-angular 0.96.2 → 0.97.1
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +26 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +4 -4
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +2 -2
|
@@ -913,11 +913,11 @@ let SwirlFileUploader = class SwirlFileUploader {
|
|
|
913
913
|
}
|
|
914
914
|
};
|
|
915
915
|
SwirlFileUploader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlFileUploader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
916
|
-
SwirlFileUploader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlFileUploader, selector: "swirl-file-uploader", inputs: { accept: "accept", ctaLabel: "ctaLabel", description: "description", disabled: "disabled", dragDropLabel: "dragDropLabel", inputId: "inputId", inputName: "inputName", label: "label", multiple: "multiple", showDropzone: "showDropzone", uploadButtonLabel: "uploadButtonLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
916
|
+
SwirlFileUploader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlFileUploader, selector: "swirl-file-uploader", inputs: { accept: "accept", ctaLabel: "ctaLabel", description: "description", disabled: "disabled", dragDropLabel: "dragDropLabel", inputId: "inputId", inputName: "inputName", label: "label", multiple: "multiple", showDropzone: "showDropzone", uploadButtonIcon: "uploadButtonIcon", uploadButtonLabel: "uploadButtonLabel", uploadButtonVariant: "uploadButtonVariant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
917
917
|
SwirlFileUploader = __decorate([
|
|
918
918
|
ProxyCmp({
|
|
919
919
|
defineCustomElementFn: undefined,
|
|
920
|
-
inputs: ['accept', 'ctaLabel', 'description', 'disabled', 'dragDropLabel', 'inputId', 'inputName', 'label', 'multiple', 'showDropzone', 'uploadButtonLabel'],
|
|
920
|
+
inputs: ['accept', 'ctaLabel', 'description', 'disabled', 'dragDropLabel', 'inputId', 'inputName', 'label', 'multiple', 'showDropzone', 'uploadButtonIcon', 'uploadButtonLabel', 'uploadButtonVariant'],
|
|
921
921
|
methods: ['reset']
|
|
922
922
|
})
|
|
923
923
|
], SwirlFileUploader);
|
|
@@ -927,7 +927,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
927
927
|
selector: 'swirl-file-uploader',
|
|
928
928
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
929
929
|
template: '<ng-content></ng-content>',
|
|
930
|
-
inputs: ['accept', 'ctaLabel', 'description', 'disabled', 'dragDropLabel', 'inputId', 'inputName', 'label', 'multiple', 'showDropzone', 'uploadButtonLabel']
|
|
930
|
+
inputs: ['accept', 'ctaLabel', 'description', 'disabled', 'dragDropLabel', 'inputId', 'inputName', 'label', 'multiple', 'showDropzone', 'uploadButtonIcon', 'uploadButtonLabel', 'uploadButtonVariant']
|
|
931
931
|
}]
|
|
932
932
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
933
933
|
let SwirlFileViewer = class SwirlFileViewer {
|