voiptime-components 1.12.30 → 1.12.32

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
@@ -57,7 +57,10 @@ declare const __VLS_component_12: DefineComponent<VTabsProps, {}, {}, {}, {}, Co
57
57
  "onTab-add"?: (() => any) | undefined;
58
58
  }>, {
59
59
  modelValue: string;
60
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
60
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
61
+ navRef: HTMLDivElement;
62
+ scrollableRef: HTMLDivElement;
63
+ }, HTMLDivElement>;
61
64
 
62
65
  declare const __VLS_component_13: DefineComponent<VTabItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<VTabItemProps> & Readonly<{}>, {
63
66
  label: string;
@@ -432,7 +435,10 @@ declare function __VLS_template_12(): {
432
435
  slots: {
433
436
  default?(_: {}): any;
434
437
  };
435
- refs: {};
438
+ refs: {
439
+ navRef: HTMLDivElement;
440
+ scrollableRef: HTMLDivElement;
441
+ };
436
442
  rootEl: HTMLDivElement;
437
443
  };
438
444
 
@@ -1025,6 +1031,7 @@ declare const icons: {
1025
1031
  readonly start: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1026
1032
  readonly stop: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1027
1033
  readonly anketBlock: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1034
+ readonly callSubject: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1028
1035
  readonly iframBlock: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1029
1036
  readonly infoBlock: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1030
1037
  readonly proposalBlock: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;