@eagami/ui 5.8.0 → 5.8.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 +29 -24
- package/fesm2022/eagami-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/eagami-ui.d.ts +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eagami/ui",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.2",
|
|
4
4
|
"description": "Lightweight, accessible, themeable Angular UI component library and icon set built on CSS custom properties",
|
|
5
5
|
"author": "Michal Wiraszka <michal@eagami.com>",
|
|
6
6
|
"license": "MIT",
|
package/types/eagami-ui.d.ts
CHANGED
|
@@ -3567,6 +3567,9 @@ declare class TimePickerComponent implements ControlValueAccessor {
|
|
|
3567
3567
|
readonly wrapperClasses: _angular_core.Signal<{
|
|
3568
3568
|
[x: string]: boolean;
|
|
3569
3569
|
}>;
|
|
3570
|
+
readonly popoverClasses: _angular_core.Signal<{
|
|
3571
|
+
[x: string]: boolean;
|
|
3572
|
+
}>;
|
|
3570
3573
|
writeValue(val: string | null | undefined): void;
|
|
3571
3574
|
registerOnChange(fn: (value: string | null) => void): void;
|
|
3572
3575
|
registerOnTouched(fn: () => void): void;
|