@eagami/ui 0.7.1 → 0.7.2
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/fesm2022/eagami-ui.mjs +47 -31
- package/fesm2022/eagami-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/eagami-ui.d.ts +2 -0
package/package.json
CHANGED
package/types/eagami-ui.d.ts
CHANGED
|
@@ -67,6 +67,8 @@ declare class AvatarEditorComponent implements OnDestroy {
|
|
|
67
67
|
readonly cropStateChange: _angular_core.OutputEmitterRef<AvatarEditorCropState>;
|
|
68
68
|
readonly hasImage: _angular_core.WritableSignal<boolean>;
|
|
69
69
|
readonly isDragOver: _angular_core.WritableSignal<boolean>;
|
|
70
|
+
readonly isAtOriginal: _angular_core.WritableSignal<boolean>;
|
|
71
|
+
readonly isLoading: _angular_core.WritableSignal<boolean>;
|
|
70
72
|
readonly zoom: _angular_core.WritableSignal<number>;
|
|
71
73
|
readonly canRevert: _angular_core.Signal<boolean>;
|
|
72
74
|
private image;
|