@mozaic-ds/angular 2.0.64 → 2.0.65
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/package.json
CHANGED
|
@@ -242,7 +242,7 @@ declare class MozFileUploaderItemComponent {
|
|
|
242
242
|
readonly fileName: _angular_core.Signal<string>;
|
|
243
243
|
readonly fileInfo: _angular_core.Signal<string>;
|
|
244
244
|
readonly isInline: _angular_core.Signal<boolean>;
|
|
245
|
-
readonly stateModifier: _angular_core.Signal<"
|
|
245
|
+
readonly stateModifier: _angular_core.Signal<"error" | "loading" | "default">;
|
|
246
246
|
readonly modifierClass: _angular_core.Signal<string>;
|
|
247
247
|
readonly isUploading: _angular_core.Signal<boolean>;
|
|
248
248
|
readonly stateIcon: _angular_core.Signal<typeof CheckCircle32 | typeof Uploading32 | typeof WarningCircle32>;
|