@indigina/ui-kit 1.1.238 → 1.1.239
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/index.d.ts
CHANGED
|
@@ -2724,6 +2724,7 @@ declare class KitProfileMenuComponent {
|
|
|
2724
2724
|
readonly KitSvgIcon: typeof KitSvgIcon;
|
|
2725
2725
|
readonly KitPopupAlignHorizontal: typeof KitPopupAlignHorizontal;
|
|
2726
2726
|
readonly KitSvgIconType: typeof KitSvgIconType;
|
|
2727
|
+
readonly popupIsOpen: WritableSignal<boolean>;
|
|
2727
2728
|
onClick(item: KitProfileMenuItem): void;
|
|
2728
2729
|
toggle(): void;
|
|
2729
2730
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitProfileMenuComponent, never>;
|