@pairbo/ui-kit 0.3.28 → 0.3.30

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.
@@ -68,6 +68,7 @@ export default class PboTextarea extends PairboElement implements PairboFormCont
68
68
  setSelectionRange(selectionStart: number, selectionEnd: number, selectionDirection?: "forward" | "backward" | "none"): void;
69
69
  /** Replaces a range of text with a new string. */
70
70
  setRangeText(replacement: string, start?: number, end?: number, selectMode?: "select" | "start" | "end" | "preserve"): void;
71
+ private removeEmojis;
71
72
  /** Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid. */
72
73
  checkValidity(): boolean;
73
74
  /** Gets the associated form, if one exists. */