@eagami/ui 3.2.0 → 3.2.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/README.md +5 -0
- package/fesm2022/eagami-ui.mjs +14 -6
- 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
|
@@ -1481,6 +1481,7 @@ declare class DialogComponent {
|
|
|
1481
1481
|
private readonly dialogEl;
|
|
1482
1482
|
private previouslyFocused;
|
|
1483
1483
|
protected readonly i18n: EagamiI18nService;
|
|
1484
|
+
private readonly isBrowser;
|
|
1484
1485
|
readonly width: _angular_core.InputSignal<EaWidth>;
|
|
1485
1486
|
readonly closeOnBackdrop: _angular_core.InputSignal<boolean>;
|
|
1486
1487
|
readonly closeOnEscape: _angular_core.InputSignal<boolean>;
|
|
@@ -1537,6 +1538,7 @@ declare class DrawerComponent {
|
|
|
1537
1538
|
private readonly drawerEl;
|
|
1538
1539
|
private previouslyFocused;
|
|
1539
1540
|
protected readonly i18n: EagamiI18nService;
|
|
1541
|
+
private readonly isBrowser;
|
|
1540
1542
|
readonly position: _angular_core.InputSignal<DrawerPosition>;
|
|
1541
1543
|
readonly width: _angular_core.InputSignal<EaWidth>;
|
|
1542
1544
|
readonly closeOnBackdrop: _angular_core.InputSignal<boolean>;
|