@namiml/web-sdk 3.4.11-dev.202609100527 → 3.4.11-dev.202609120011
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.
|
@@ -16,6 +16,8 @@ export declare class NamiSegmentPicker extends NamiElement {
|
|
|
16
16
|
private _handleClick;
|
|
17
17
|
private _handleFocusIn;
|
|
18
18
|
private _handleFocusOut;
|
|
19
|
+
/** Whether `related` (a focus event's relatedTarget) is an item of this picker. */
|
|
20
|
+
private _cameFromInside;
|
|
19
21
|
protected styles(): CSSResult;
|
|
20
22
|
render(): import("lit-html").TemplateResult<1>;
|
|
21
23
|
}
|