@wolkabout/commons 0.3.4 → 0.3.5
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/README.md +17 -17
- package/fesm2022/wolkabout-commons.mjs +109 -97
- package/fesm2022/wolkabout-commons.mjs.map +1 -1
- package/package.json +1 -1
- package/types/wolkabout-commons.d.ts +1 -1
package/package.json
CHANGED
|
@@ -950,7 +950,7 @@ declare class LabeledValueComponent {
|
|
|
950
950
|
}
|
|
951
951
|
|
|
952
952
|
declare class IconComponent {
|
|
953
|
-
icon: _angular_core.InputSignal<string | number |
|
|
953
|
+
icon: _angular_core.InputSignal<string | number | LoadedIcon | SvgIcon>;
|
|
954
954
|
isAsyncIcon(): LoadedIcon | null;
|
|
955
955
|
isSvgIcon(): SvgIcon | null;
|
|
956
956
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<IconComponent, never>;
|