@indigina/ui-kit 1.1.312 → 1.1.314
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/indigina-ui-kit.mjs +27 -25
- package/fesm2022/indigina-ui-kit.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2407,7 +2407,7 @@ declare class KitPopupComponent implements OnInit, OnDestroy {
|
|
|
2407
2407
|
readonly closed: OutputEmitterRef<void>;
|
|
2408
2408
|
readonly kitButtonKind: typeof KitButtonKind;
|
|
2409
2409
|
readonly kitButtonType: typeof KitButtonType;
|
|
2410
|
-
private popupRef;
|
|
2410
|
+
private readonly popupRef;
|
|
2411
2411
|
get popupHTMLElement(): HTMLElement | null;
|
|
2412
2412
|
get isPopupOpen(): boolean;
|
|
2413
2413
|
get anchorElement(): HTMLElement;
|