@seniorsistemas/angular-components 16.6.0 → 16.6.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/bundles/seniorsistemas-angular-components.umd.js +3 -0
- package/bundles/seniorsistemas-angular-components.umd.js.map +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js.map +1 -1
- package/components/profile-picture-picker/profile-picture-picker.component.d.ts +1 -1
- package/esm2015/components/profile-picture-picker/profile-picture-picker.component.js +4 -1
- package/esm5/components/profile-picture-picker/profile-picture-picker.component.js +4 -1
- package/fesm2015/seniorsistemas-angular-components.js +3 -0
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +3 -0
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -9225,6 +9225,9 @@
|
|
|
9225
9225
|
__decorate([
|
|
9226
9226
|
core.Input()
|
|
9227
9227
|
], ProfilePicturePickerComponent.prototype, "supportedExtensions", void 0);
|
|
9228
|
+
__decorate([
|
|
9229
|
+
core.Input()
|
|
9230
|
+
], ProfilePicturePickerComponent.prototype, "image", void 0);
|
|
9228
9231
|
__decorate([
|
|
9229
9232
|
core.ViewChild("uploadPicture")
|
|
9230
9233
|
], ProfilePicturePickerComponent.prototype, "uploadPicture", void 0);
|