voiptime-components 1.13.44 → 1.13.45

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/dist/index.d.ts CHANGED
@@ -320,6 +320,7 @@ declare const __VLS_component_8: DefineComponent<VtSelectProps, {
320
320
  selectRef: HTMLDivElement;
321
321
  triggerRef: HTMLDivElement;
322
322
  containerRef: HTMLDivElement;
323
+ measureContainer: HTMLDivElement;
323
324
  dropdownRef: HTMLDivElement;
324
325
  filterInputRef: CreateComponentPublicInstanceWithMixins<Readonly< VtInputProps> & Readonly<{
325
326
  onBlur?: ((event: FocusEvent) => any) | undefined;
@@ -560,6 +561,7 @@ declare function __VLS_template_8(): {
560
561
  selectRef: HTMLDivElement;
561
562
  triggerRef: HTMLDivElement;
562
563
  containerRef: HTMLDivElement;
564
+ measureContainer: HTMLDivElement;
563
565
  dropdownRef: HTMLDivElement;
564
566
  filterInputRef: CreateComponentPublicInstanceWithMixins<Readonly< VtInputProps> & Readonly<{
565
567
  onBlur?: ((event: FocusEvent) => any) | undefined;