@vuetify/nightly 3.7.18-dev.2025-03-19 → 3.7.18-dev.2025-03-20

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.
Files changed (123) hide show
  1. package/CHANGELOG.md +4 -3
  2. package/dist/json/attributes.json +3574 -3574
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +156 -156
  5. package/dist/json/web-types.json +6436 -6436
  6. package/dist/vuetify-labs.cjs +3 -3
  7. package/dist/vuetify-labs.css +4390 -4390
  8. package/dist/vuetify-labs.d.ts +13177 -13474
  9. package/dist/vuetify-labs.esm.js +3 -3
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +3 -3
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +3 -3
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +3862 -3862
  16. package/dist/vuetify.d.ts +9272 -9569
  17. package/dist/vuetify.esm.js +3 -3
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +3 -3
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +3 -3
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAlert/VAlert.d.ts +12 -12
  25. package/lib/components/VAppBar/VAppBar.d.ts +6 -6
  26. package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
  27. package/lib/components/VAutocomplete/VAutocomplete.d.ts +179 -207
  28. package/lib/components/VAvatar/VAvatar.d.ts +6 -6
  29. package/lib/components/VBadge/VBadge.d.ts +3 -3
  30. package/lib/components/VBanner/VBanner.d.ts +6 -6
  31. package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
  32. package/lib/components/VBottomSheet/VBottomSheet.d.ts +30 -50
  33. package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +6 -6
  34. package/lib/components/VBtn/VBtn.d.ts +6 -6
  35. package/lib/components/VBtnGroup/VBtnGroup.d.ts +12 -12
  36. package/lib/components/VBtnToggle/VBtnToggle.d.ts +12 -12
  37. package/lib/components/VCard/VCard.d.ts +6 -6
  38. package/lib/components/VCarousel/VCarousel.d.ts +2 -2
  39. package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
  40. package/lib/components/VCheckbox/VCheckbox.d.ts +39 -39
  41. package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
  42. package/lib/components/VChip/VChip.d.ts +6 -6
  43. package/lib/components/VChipGroup/VChipGroup.d.ts +14 -14
  44. package/lib/components/VColorPicker/VColorPicker.d.ts +15 -15
  45. package/lib/components/VCombobox/VCombobox.d.ts +179 -207
  46. package/lib/components/VDataIterator/VDataIterator.d.ts +45 -45
  47. package/lib/components/VDataTable/VDataTable.d.ts +96 -96
  48. package/lib/components/VDataTable/VDataTableRows.d.ts +2 -2
  49. package/lib/components/VDataTable/VDataTableServer.d.ts +105 -105
  50. package/lib/components/VDataTable/VDataTableVirtual.d.ts +89 -89
  51. package/lib/components/VDataTable/composables/headers.d.ts +10 -10
  52. package/lib/components/VDataTable/types.d.ts +6 -3
  53. package/lib/components/VDataTable/types.js.map +1 -1
  54. package/lib/components/VDatePicker/VDatePicker.d.ts +11 -11
  55. package/lib/components/VDialog/VDialog.d.ts +87 -143
  56. package/lib/components/VFab/VFab.d.ts +35 -35
  57. package/lib/components/VField/VField.d.ts +8 -8
  58. package/lib/components/VFileInput/VFileInput.d.ts +54 -54
  59. package/lib/components/VInput/VInput.d.ts +2 -2
  60. package/lib/components/VList/VList.d.ts +23 -23
  61. package/lib/components/VList/VListChildren.d.ts +2 -2
  62. package/lib/components/VList/VListItem.d.ts +6 -6
  63. package/lib/components/VMenu/VMenu.d.ts +106 -178
  64. package/lib/components/VMessages/VMessages.d.ts +16 -16
  65. package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +34 -34
  66. package/lib/components/VNumberInput/VNumberInput.d.ts +221 -221
  67. package/lib/components/VOtpInput/VOtpInput.d.ts +20 -20
  68. package/lib/components/VOverlay/VOverlay.d.ts +22 -42
  69. package/lib/components/VOverlay/locationStrategies.d.ts +4 -4
  70. package/lib/components/VOverlay/locationStrategies.js.map +1 -1
  71. package/lib/components/VOverlay/scrollStrategies.d.ts +4 -4
  72. package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
  73. package/lib/components/VPagination/VPagination.d.ts +26 -26
  74. package/lib/components/VRadio/VRadio.d.ts +6 -6
  75. package/lib/components/VRadioGroup/VRadioGroup.d.ts +39 -39
  76. package/lib/components/VRangeSlider/VRangeSlider.d.ts +18 -18
  77. package/lib/components/VSelect/VSelect.d.ts +207 -251
  78. package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
  79. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
  80. package/lib/components/VSkeletonLoader/VSkeletonLoader.d.ts +8 -8
  81. package/lib/components/VSlider/VSlider.d.ts +18 -18
  82. package/lib/components/VSnackbar/VSnackbar.d.ts +85 -141
  83. package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +76 -96
  84. package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
  85. package/lib/components/VSparkline/VBarline.d.ts +6 -6
  86. package/lib/components/VSparkline/VSparkline.d.ts +6 -6
  87. package/lib/components/VSparkline/VTrendline.d.ts +6 -6
  88. package/lib/components/VSpeedDial/VSpeedDial.d.ts +49 -85
  89. package/lib/components/VStepper/VStepper.d.ts +9 -9
  90. package/lib/components/VSwitch/VSwitch.d.ts +20 -20
  91. package/lib/components/VTabs/VTab.d.ts +56 -56
  92. package/lib/components/VTabs/VTabs.d.ts +8 -8
  93. package/lib/components/VTextField/VTextField.d.ts +72 -72
  94. package/lib/components/VTextarea/VTextarea.d.ts +54 -54
  95. package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
  96. package/lib/components/VToolbar/VToolbar.d.ts +6 -6
  97. package/lib/components/VTooltip/VTooltip.d.ts +109 -181
  98. package/lib/components/VWindow/VWindow.d.ts +2 -2
  99. package/lib/composables/index.d.ts +0 -9
  100. package/lib/composables/index.js.map +1 -1
  101. package/lib/composables/nested/activeStrategies.d.ts +7 -6
  102. package/lib/composables/nested/activeStrategies.js.map +1 -1
  103. package/lib/composables/nested/openStrategies.d.ts +5 -4
  104. package/lib/composables/nested/openStrategies.js.map +1 -1
  105. package/lib/composables/nested/selectStrategies.d.ts +7 -6
  106. package/lib/composables/nested/selectStrategies.js.map +1 -1
  107. package/lib/entry-bundler.js +1 -1
  108. package/lib/framework.d.ts +2135 -58
  109. package/lib/framework.js +3 -1
  110. package/lib/framework.js.map +1 -1
  111. package/lib/labs/VDateInput/VDateInput.d.ts +62 -62
  112. package/lib/labs/VFileUpload/VFileUpload.d.ts +12 -12
  113. package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
  114. package/lib/labs/VPicker/VPicker.d.ts +6 -6
  115. package/lib/labs/VStepperVertical/VStepperVertical.d.ts +19 -19
  116. package/lib/labs/VTimePicker/VTimePicker.d.ts +13 -13
  117. package/lib/labs/VTreeview/VTreeview.d.ts +143 -143
  118. package/lib/labs/VTreeview/VTreeviewChildren.d.ts +15 -15
  119. package/lib/labs/VTreeview/VTreeviewItem.d.ts +6 -6
  120. package/lib/types.d.ts +19 -0
  121. package/lib/types.js +2 -0
  122. package/lib/types.js.map +1 -0
  123. package/package.json +1 -1
@@ -106,18 +106,18 @@ export declare const makeVDialogProps: <Defaults extends {
106
106
  default: string;
107
107
  validator: (val: any) => boolean;
108
108
  }, "type" | "default"> & {
109
- type: import("vue").PropType<"none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition">;
110
- default: NonNullable<"none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition">;
109
+ type: import("vue").PropType<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
110
+ default: NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
111
111
  } : Omit<Omit<{
112
112
  type: import("vue").PropType<import("../VOverlay/scrollStrategies.js").StrategyProps["scrollStrategy"]>;
113
113
  default: string;
114
114
  validator: (val: any) => boolean;
115
115
  }, "type" | "default"> & {
116
- type: import("vue").PropType<"none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition">;
117
- default: NonNullable<"none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition">;
116
+ type: import("vue").PropType<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
117
+ default: NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
118
118
  }, "type" | "default"> & {
119
- type: import("vue").PropType<unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition" : "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition" | Defaults["scrollStrategy"]>;
120
- default: unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition" : NonNullable<"none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition"> | Defaults["scrollStrategy"];
119
+ type: import("vue").PropType<unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition" : "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition" | Defaults["scrollStrategy"]>;
120
+ default: unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition" : NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition"> | Defaults["scrollStrategy"];
121
121
  };
122
122
  locationStrategy: unknown extends Defaults["locationStrategy"] ? {
123
123
  type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
@@ -128,16 +128,8 @@ export declare const makeVDialogProps: <Defaults extends {
128
128
  default: string;
129
129
  validator: (val: any) => boolean;
130
130
  }, "type" | "default"> & {
131
- type: import("vue").PropType<unknown extends Defaults["locationStrategy"] ? "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
132
- updateLocation: (e?: Event) => void;
133
- }) : "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
134
- updateLocation: (e?: Event) => void;
135
- }) | Defaults["locationStrategy"]>;
136
- default: unknown extends Defaults["locationStrategy"] ? "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
137
- updateLocation: (e?: Event) => void;
138
- }) : NonNullable<"connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
139
- updateLocation: (e?: Event) => void;
140
- })> | Defaults["locationStrategy"];
131
+ type: import("vue").PropType<unknown extends Defaults["locationStrategy"] ? "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction : "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction | Defaults["locationStrategy"]>;
132
+ default: unknown extends Defaults["locationStrategy"] ? "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction : NonNullable<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction> | Defaults["locationStrategy"];
141
133
  };
142
134
  location: unknown extends Defaults["location"] ? {
143
135
  type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["location"]>;
@@ -376,10 +368,8 @@ export declare const VDialog: {
376
368
  disabled: boolean;
377
369
  persistent: boolean;
378
370
  modelValue: boolean;
379
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
380
- updateLocation: (e?: Event) => void;
381
- });
382
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
371
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
372
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
383
373
  activatorProps: Record<string, any>;
384
374
  openOnHover: boolean;
385
375
  closeOnContentClick: boolean;
@@ -402,12 +392,12 @@ export declare const VDialog: {
402
392
  target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
403
393
  class?: any;
404
394
  theme?: string | undefined;
405
- contentClass?: any;
406
- activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
407
395
  closeDelay?: string | number | undefined;
408
396
  openDelay?: string | number | undefined;
397
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
409
398
  openOnClick?: boolean | undefined;
410
399
  openOnFocus?: boolean | undefined;
400
+ contentClass?: any;
411
401
  contentProps?: any;
412
402
  attach?: string | boolean | Element | undefined;
413
403
  } & {
@@ -462,10 +452,8 @@ export declare const VDialog: {
462
452
  disabled: boolean;
463
453
  persistent: boolean;
464
454
  modelValue: boolean;
465
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
466
- updateLocation: (e?: Event) => void;
467
- });
468
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
455
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
456
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
469
457
  activatorProps: Record<string, any>;
470
458
  openOnClick: boolean;
471
459
  openOnHover: boolean;
@@ -489,10 +477,8 @@ export declare const VDialog: {
489
477
  disabled: boolean;
490
478
  persistent: boolean;
491
479
  modelValue: boolean;
492
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
493
- updateLocation: (e?: Event) => void;
494
- });
495
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
480
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
481
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
496
482
  activatorProps: Record<string, any>;
497
483
  openOnHover: boolean;
498
484
  closeOnContentClick: boolean;
@@ -512,12 +498,12 @@ export declare const VDialog: {
512
498
  target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
513
499
  class?: any;
514
500
  theme?: string | undefined;
515
- contentClass?: any;
516
- activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
517
501
  closeDelay?: string | number | undefined;
518
502
  openDelay?: string | number | undefined;
503
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
519
504
  openOnClick?: boolean | undefined;
520
505
  openOnFocus?: boolean | undefined;
506
+ contentClass?: any;
521
507
  contentProps?: any;
522
508
  attach?: string | boolean | Element | undefined;
523
509
  $children?: import("vue").VNodeChild | {
@@ -590,10 +576,8 @@ export declare const VDialog: {
590
576
  disabled: boolean;
591
577
  persistent: boolean;
592
578
  modelValue: boolean;
593
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
594
- updateLocation: (e?: Event) => void;
595
- });
596
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
579
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
580
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
597
581
  activatorProps: Record<string, any>;
598
582
  openOnHover: boolean;
599
583
  closeOnContentClick: boolean;
@@ -614,12 +598,12 @@ export declare const VDialog: {
614
598
  target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
615
599
  class?: any;
616
600
  theme?: string | undefined;
617
- contentClass?: any;
618
- activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
619
601
  closeDelay?: string | number | undefined;
620
602
  openDelay?: string | number | undefined;
603
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
621
604
  openOnClick?: boolean | undefined;
622
605
  openOnFocus?: boolean | undefined;
606
+ contentClass?: any;
623
607
  contentProps?: any;
624
608
  attach?: string | boolean | Element | undefined;
625
609
  } & {
@@ -688,10 +672,8 @@ export declare const VDialog: {
688
672
  disabled: boolean;
689
673
  persistent: boolean;
690
674
  modelValue: boolean;
691
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
692
- updateLocation: (e?: Event) => void;
693
- });
694
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
675
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
676
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
695
677
  activatorProps: Record<string, any>;
696
678
  openOnClick: boolean;
697
679
  openOnHover: boolean;
@@ -744,10 +726,8 @@ export declare const VDialog: {
744
726
  disabled: boolean;
745
727
  persistent: boolean;
746
728
  modelValue: boolean;
747
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
748
- updateLocation: (e?: Event) => void;
749
- });
750
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
729
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
730
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
751
731
  activatorProps: Record<string, any>;
752
732
  openOnClick: boolean;
753
733
  openOnHover: boolean;
@@ -771,10 +751,8 @@ export declare const VDialog: {
771
751
  disabled: boolean;
772
752
  persistent: boolean;
773
753
  modelValue: boolean;
774
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
775
- updateLocation: (e?: Event) => void;
776
- });
777
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
754
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
755
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
778
756
  activatorProps: Record<string, any>;
779
757
  openOnHover: boolean;
780
758
  closeOnContentClick: boolean;
@@ -795,12 +773,12 @@ export declare const VDialog: {
795
773
  target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
796
774
  class?: any;
797
775
  theme?: string | undefined;
798
- contentClass?: any;
799
- activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
800
776
  closeDelay?: string | number | undefined;
801
777
  openDelay?: string | number | undefined;
778
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
802
779
  openOnClick?: boolean | undefined;
803
780
  openOnFocus?: boolean | undefined;
781
+ contentClass?: any;
804
782
  contentProps?: any;
805
783
  attach?: string | boolean | Element | undefined;
806
784
  } & {
@@ -850,7 +828,7 @@ export declare const VDialog: {
850
828
  globalTop: Readonly<import("vue").Ref<boolean, boolean>>;
851
829
  localTop: import("vue").ComputedRef<boolean>;
852
830
  updateLocation: import("vue").Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
853
- }> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
831
+ }> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
854
832
  _allExposed: {
855
833
  activatorEl: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
856
834
  scrimEl: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
@@ -880,10 +858,8 @@ export declare const VDialog: {
880
858
  disabled: boolean;
881
859
  persistent: boolean;
882
860
  modelValue: boolean;
883
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
884
- updateLocation: (e?: Event) => void;
885
- });
886
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
861
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
862
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
887
863
  activatorProps: Record<string, any>;
888
864
  openOnClick: boolean;
889
865
  openOnHover: boolean;
@@ -927,10 +903,8 @@ export declare const VDialog: {
927
903
  disabled: boolean;
928
904
  persistent: boolean;
929
905
  modelValue: boolean;
930
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
931
- updateLocation: (e?: Event) => void;
932
- });
933
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
906
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
907
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
934
908
  activatorProps: Record<string, any>;
935
909
  openOnHover: boolean;
936
910
  closeOnContentClick: boolean;
@@ -953,12 +927,12 @@ export declare const VDialog: {
953
927
  target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
954
928
  class?: any;
955
929
  theme?: string | undefined;
956
- contentClass?: any;
957
- activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
958
930
  closeDelay?: string | number | undefined;
959
931
  openDelay?: string | number | undefined;
932
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
960
933
  openOnClick?: boolean | undefined;
961
934
  openOnFocus?: boolean | undefined;
935
+ contentClass?: any;
962
936
  contentProps?: any;
963
937
  attach?: string | boolean | Element | undefined;
964
938
  } & {
@@ -1013,10 +987,8 @@ export declare const VDialog: {
1013
987
  disabled: boolean;
1014
988
  persistent: boolean;
1015
989
  modelValue: boolean;
1016
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1017
- updateLocation: (e?: Event) => void;
1018
- });
1019
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
990
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
991
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
1020
992
  activatorProps: Record<string, any>;
1021
993
  openOnClick: boolean;
1022
994
  openOnHover: boolean;
@@ -1040,10 +1012,8 @@ export declare const VDialog: {
1040
1012
  disabled: boolean;
1041
1013
  persistent: boolean;
1042
1014
  modelValue: boolean;
1043
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1044
- updateLocation: (e?: Event) => void;
1045
- });
1046
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1015
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
1016
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
1047
1017
  activatorProps: Record<string, any>;
1048
1018
  openOnHover: boolean;
1049
1019
  closeOnContentClick: boolean;
@@ -1063,12 +1033,12 @@ export declare const VDialog: {
1063
1033
  target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
1064
1034
  class?: any;
1065
1035
  theme?: string | undefined;
1066
- contentClass?: any;
1067
- activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
1068
1036
  closeDelay?: string | number | undefined;
1069
1037
  openDelay?: string | number | undefined;
1038
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
1070
1039
  openOnClick?: boolean | undefined;
1071
1040
  openOnFocus?: boolean | undefined;
1041
+ contentClass?: any;
1072
1042
  contentProps?: any;
1073
1043
  attach?: string | boolean | Element | undefined;
1074
1044
  $children?: import("vue").VNodeChild | {
@@ -1141,10 +1111,8 @@ export declare const VDialog: {
1141
1111
  disabled: boolean;
1142
1112
  persistent: boolean;
1143
1113
  modelValue: boolean;
1144
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1145
- updateLocation: (e?: Event) => void;
1146
- });
1147
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1114
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
1115
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
1148
1116
  activatorProps: Record<string, any>;
1149
1117
  openOnHover: boolean;
1150
1118
  closeOnContentClick: boolean;
@@ -1165,12 +1133,12 @@ export declare const VDialog: {
1165
1133
  target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
1166
1134
  class?: any;
1167
1135
  theme?: string | undefined;
1168
- contentClass?: any;
1169
- activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
1170
1136
  closeDelay?: string | number | undefined;
1171
1137
  openDelay?: string | number | undefined;
1138
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
1172
1139
  openOnClick?: boolean | undefined;
1173
1140
  openOnFocus?: boolean | undefined;
1141
+ contentClass?: any;
1174
1142
  contentProps?: any;
1175
1143
  attach?: string | boolean | Element | undefined;
1176
1144
  } & {
@@ -1239,10 +1207,8 @@ export declare const VDialog: {
1239
1207
  disabled: boolean;
1240
1208
  persistent: boolean;
1241
1209
  modelValue: boolean;
1242
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1243
- updateLocation: (e?: Event) => void;
1244
- });
1245
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1210
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
1211
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
1246
1212
  activatorProps: Record<string, any>;
1247
1213
  openOnClick: boolean;
1248
1214
  openOnHover: boolean;
@@ -1295,10 +1261,8 @@ export declare const VDialog: {
1295
1261
  disabled: boolean;
1296
1262
  persistent: boolean;
1297
1263
  modelValue: boolean;
1298
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1299
- updateLocation: (e?: Event) => void;
1300
- });
1301
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1264
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
1265
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
1302
1266
  activatorProps: Record<string, any>;
1303
1267
  openOnClick: boolean;
1304
1268
  openOnHover: boolean;
@@ -1322,10 +1286,8 @@ export declare const VDialog: {
1322
1286
  disabled: boolean;
1323
1287
  persistent: boolean;
1324
1288
  modelValue: boolean;
1325
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1326
- updateLocation: (e?: Event) => void;
1327
- });
1328
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1289
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
1290
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
1329
1291
  activatorProps: Record<string, any>;
1330
1292
  openOnHover: boolean;
1331
1293
  closeOnContentClick: boolean;
@@ -1346,12 +1308,12 @@ export declare const VDialog: {
1346
1308
  target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
1347
1309
  class?: any;
1348
1310
  theme?: string | undefined;
1349
- contentClass?: any;
1350
- activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
1351
1311
  closeDelay?: string | number | undefined;
1352
1312
  openDelay?: string | number | undefined;
1313
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
1353
1314
  openOnClick?: boolean | undefined;
1354
1315
  openOnFocus?: boolean | undefined;
1316
+ contentClass?: any;
1355
1317
  contentProps?: any;
1356
1318
  attach?: string | boolean | Element | undefined;
1357
1319
  } & {
@@ -1401,7 +1363,7 @@ export declare const VDialog: {
1401
1363
  globalTop: Readonly<import("vue").Ref<boolean, boolean>>;
1402
1364
  localTop: import("vue").ComputedRef<boolean>;
1403
1365
  updateLocation: import("vue").Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
1404
- }> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
1366
+ }> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
1405
1367
  _allExposed: {
1406
1368
  activatorEl: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
1407
1369
  scrimEl: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
@@ -1427,10 +1389,8 @@ export declare const VDialog: {
1427
1389
  disabled: boolean;
1428
1390
  persistent: boolean;
1429
1391
  modelValue: boolean;
1430
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1431
- updateLocation: (e?: Event) => void;
1432
- });
1433
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1392
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
1393
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
1434
1394
  activatorProps: Record<string, any>;
1435
1395
  openOnClick: boolean;
1436
1396
  openOnHover: boolean;
@@ -1462,10 +1422,8 @@ export declare const VDialog: {
1462
1422
  disabled: boolean;
1463
1423
  persistent: boolean;
1464
1424
  modelValue: boolean;
1465
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1466
- updateLocation: (e?: Event) => void;
1467
- });
1468
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1425
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
1426
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
1469
1427
  activatorProps: Record<string, any>;
1470
1428
  openOnHover: boolean;
1471
1429
  closeOnContentClick: boolean;
@@ -1488,12 +1446,12 @@ export declare const VDialog: {
1488
1446
  target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
1489
1447
  class?: any;
1490
1448
  theme?: string | undefined;
1491
- contentClass?: any;
1492
- activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
1493
1449
  closeDelay?: string | number | undefined;
1494
1450
  openDelay?: string | number | undefined;
1451
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
1495
1452
  openOnClick?: boolean | undefined;
1496
1453
  openOnFocus?: boolean | undefined;
1454
+ contentClass?: any;
1497
1455
  contentProps?: any;
1498
1456
  attach?: string | boolean | Element | undefined;
1499
1457
  } & {
@@ -1548,10 +1506,8 @@ export declare const VDialog: {
1548
1506
  disabled: boolean;
1549
1507
  persistent: boolean;
1550
1508
  modelValue: boolean;
1551
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1552
- updateLocation: (e?: Event) => void;
1553
- });
1554
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1509
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
1510
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
1555
1511
  activatorProps: Record<string, any>;
1556
1512
  openOnClick: boolean;
1557
1513
  openOnHover: boolean;
@@ -1575,10 +1531,8 @@ export declare const VDialog: {
1575
1531
  disabled: boolean;
1576
1532
  persistent: boolean;
1577
1533
  modelValue: boolean;
1578
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1579
- updateLocation: (e?: Event) => void;
1580
- });
1581
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1534
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
1535
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
1582
1536
  activatorProps: Record<string, any>;
1583
1537
  openOnHover: boolean;
1584
1538
  closeOnContentClick: boolean;
@@ -1598,12 +1552,12 @@ export declare const VDialog: {
1598
1552
  target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
1599
1553
  class?: any;
1600
1554
  theme?: string | undefined;
1601
- contentClass?: any;
1602
- activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
1603
1555
  closeDelay?: string | number | undefined;
1604
1556
  openDelay?: string | number | undefined;
1557
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
1605
1558
  openOnClick?: boolean | undefined;
1606
1559
  openOnFocus?: boolean | undefined;
1560
+ contentClass?: any;
1607
1561
  contentProps?: any;
1608
1562
  attach?: string | boolean | Element | undefined;
1609
1563
  $children?: import("vue").VNodeChild | {
@@ -1676,10 +1630,8 @@ export declare const VDialog: {
1676
1630
  disabled: boolean;
1677
1631
  persistent: boolean;
1678
1632
  modelValue: boolean;
1679
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1680
- updateLocation: (e?: Event) => void;
1681
- });
1682
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1633
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
1634
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
1683
1635
  activatorProps: Record<string, any>;
1684
1636
  openOnHover: boolean;
1685
1637
  closeOnContentClick: boolean;
@@ -1700,12 +1652,12 @@ export declare const VDialog: {
1700
1652
  target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
1701
1653
  class?: any;
1702
1654
  theme?: string | undefined;
1703
- contentClass?: any;
1704
- activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
1705
1655
  closeDelay?: string | number | undefined;
1706
1656
  openDelay?: string | number | undefined;
1657
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
1707
1658
  openOnClick?: boolean | undefined;
1708
1659
  openOnFocus?: boolean | undefined;
1660
+ contentClass?: any;
1709
1661
  contentProps?: any;
1710
1662
  attach?: string | boolean | Element | undefined;
1711
1663
  } & {
@@ -1774,10 +1726,8 @@ export declare const VDialog: {
1774
1726
  disabled: boolean;
1775
1727
  persistent: boolean;
1776
1728
  modelValue: boolean;
1777
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1778
- updateLocation: (e?: Event) => void;
1779
- });
1780
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1729
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
1730
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
1781
1731
  activatorProps: Record<string, any>;
1782
1732
  openOnClick: boolean;
1783
1733
  openOnHover: boolean;
@@ -1830,10 +1780,8 @@ export declare const VDialog: {
1830
1780
  disabled: boolean;
1831
1781
  persistent: boolean;
1832
1782
  modelValue: boolean;
1833
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1834
- updateLocation: (e?: Event) => void;
1835
- });
1836
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1783
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
1784
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
1837
1785
  activatorProps: Record<string, any>;
1838
1786
  openOnClick: boolean;
1839
1787
  openOnHover: boolean;
@@ -1857,10 +1805,8 @@ export declare const VDialog: {
1857
1805
  disabled: boolean;
1858
1806
  persistent: boolean;
1859
1807
  modelValue: boolean;
1860
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1861
- updateLocation: (e?: Event) => void;
1862
- });
1863
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1808
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
1809
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
1864
1810
  activatorProps: Record<string, any>;
1865
1811
  openOnHover: boolean;
1866
1812
  closeOnContentClick: boolean;
@@ -1881,12 +1827,12 @@ export declare const VDialog: {
1881
1827
  target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
1882
1828
  class?: any;
1883
1829
  theme?: string | undefined;
1884
- contentClass?: any;
1885
- activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
1886
1830
  closeDelay?: string | number | undefined;
1887
1831
  openDelay?: string | number | undefined;
1832
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
1888
1833
  openOnClick?: boolean | undefined;
1889
1834
  openOnFocus?: boolean | undefined;
1835
+ contentClass?: any;
1890
1836
  contentProps?: any;
1891
1837
  attach?: string | boolean | Element | undefined;
1892
1838
  } & {
@@ -1936,7 +1882,7 @@ export declare const VDialog: {
1936
1882
  globalTop: Readonly<import("vue").Ref<boolean, boolean>>;
1937
1883
  localTop: import("vue").ComputedRef<boolean>;
1938
1884
  updateLocation: import("vue").Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
1939
- }> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
1885
+ }> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
1940
1886
  _allExposed: {
1941
1887
  activatorEl: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
1942
1888
  scrimEl: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
@@ -1966,10 +1912,8 @@ export declare const VDialog: {
1966
1912
  disabled: boolean;
1967
1913
  persistent: boolean;
1968
1914
  modelValue: boolean;
1969
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
1970
- updateLocation: (e?: Event) => void;
1971
- });
1972
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
1915
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
1916
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
1973
1917
  activatorProps: Record<string, any>;
1974
1918
  openOnClick: boolean;
1975
1919
  openOnHover: boolean;
@@ -2016,8 +1960,8 @@ export declare const VDialog: {
2016
1960
  default: string;
2017
1961
  validator: (val: any) => boolean;
2018
1962
  }, "type" | "default"> & {
2019
- type: import("vue").PropType<"none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition">;
2020
- default: NonNullable<"none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition">;
1963
+ type: import("vue").PropType<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
1964
+ default: NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
2021
1965
  };
2022
1966
  locationStrategy: {
2023
1967
  type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
@@ -2122,8 +2066,8 @@ export declare const VDialog: {
2122
2066
  default: string;
2123
2067
  validator: (val: any) => boolean;
2124
2068
  }, "type" | "default"> & {
2125
- type: import("vue").PropType<"none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition">;
2126
- default: NonNullable<"none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition">;
2069
+ type: import("vue").PropType<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
2070
+ default: NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
2127
2071
  };
2128
2072
  locationStrategy: {
2129
2073
  type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;