@namiml/web-sdk 3.4.7-dev.202607230324 → 3.4.7-dev.202607230540

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.
@@ -568,6 +568,13 @@ declare class NamiTextInput extends NamiElement<TTextInputComponent> {
568
568
  private _handleInput;
569
569
  private _handleFocus;
570
570
  private _handleBlur;
571
+ /**
572
+ * Dismiss the keyboard when a pointer-down lands outside this field. Blurring
573
+ * the inner `<input>` fires the `@blur` handler, which commits the value.
574
+ * Registered in the capture phase only while focused (see `_handleFocus`).
575
+ */
576
+ private _onOutsidePointerDown;
577
+ disconnectedCallback(): void;
571
578
  protected styles(): CSSResult;
572
579
  private resolvedSpacing;
573
580
  private resolvedBorderWidth;