@vuetify/nightly 3.6.14-master.2024-08-04 → 3.6.14-master.2024-08-13

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 (139) hide show
  1. package/dist/json/attributes.json +7 -11
  2. package/dist/json/importMap-labs.json +30 -30
  3. package/dist/json/importMap.json +144 -144
  4. package/dist/json/tags.json +0 -1
  5. package/dist/json/web-types.json +8 -18
  6. package/dist/vuetify-labs.css +2162 -2162
  7. package/dist/vuetify-labs.d.ts +33122 -39828
  8. package/dist/vuetify-labs.esm.js +17 -9
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +17 -9
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +1025 -1025
  13. package/dist/vuetify.d.ts +32674 -39040
  14. package/dist/vuetify.esm.js +16 -8
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +16 -8
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +22 -22
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/index.d.mts +50 -73
  22. package/lib/components/VApp/index.d.mts +9 -11
  23. package/lib/components/VAppBar/index.d.mts +92 -128
  24. package/lib/components/VAutocomplete/index.d.mts +4771 -3230
  25. package/lib/components/VAvatar/index.d.mts +23 -22
  26. package/lib/components/VBadge/index.d.mts +53 -59
  27. package/lib/components/VBanner/index.d.mts +44 -66
  28. package/lib/components/VBottomNavigation/index.d.mts +25 -32
  29. package/lib/components/VBottomSheet/index.d.mts +125 -135
  30. package/lib/components/VBreadcrumbs/index.d.mts +35 -78
  31. package/lib/components/VBtn/index.d.mts +49 -53
  32. package/lib/components/VBtnGroup/index.d.mts +14 -13
  33. package/lib/components/VBtnToggle/index.d.mts +21 -23
  34. package/lib/components/VCard/index.d.mts +104 -168
  35. package/lib/components/VCarousel/index.d.mts +59 -96
  36. package/lib/components/VCheckbox/index.d.mts +132 -155
  37. package/lib/components/VChip/index.d.mts +47 -59
  38. package/lib/components/VChipGroup/index.d.mts +39 -41
  39. package/lib/components/VCode/index.d.mts +9 -11
  40. package/lib/components/VColorPicker/index.d.mts +58 -133
  41. package/lib/components/VCombobox/index.d.mts +4785 -3244
  42. package/lib/components/VConfirmEdit/index.d.mts +11 -19
  43. package/lib/components/VCounter/index.d.mts +40 -42
  44. package/lib/components/VDataIterator/index.d.mts +171 -185
  45. package/lib/components/VDataTable/index.d.mts +480 -1204
  46. package/lib/components/VDatePicker/index.d.mts +120 -158
  47. package/lib/components/VDefaultsProvider/index.d.mts +5 -9
  48. package/lib/components/VDialog/index.d.mts +243 -277
  49. package/lib/components/VDivider/index.d.mts +9 -11
  50. package/lib/components/VEmptyState/index.d.mts +30 -52
  51. package/lib/components/VExpansionPanel/index.d.mts +60 -85
  52. package/lib/components/VFab/index.d.mts +81 -73
  53. package/lib/components/VField/index.d.mts +35 -62
  54. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  55. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  56. package/lib/components/VFileInput/index.d.mts +172 -259
  57. package/lib/components/VFooter/index.d.mts +9 -11
  58. package/lib/components/VForm/index.d.mts +105 -77
  59. package/lib/components/VGrid/index.d.mts +41 -52
  60. package/lib/components/VHover/index.d.mts +5 -9
  61. package/lib/components/VIcon/index.d.mts +23 -29
  62. package/lib/components/VImg/index.d.mts +28 -42
  63. package/lib/components/VInfiniteScroll/index.d.mts +17 -37
  64. package/lib/components/VInput/index.d.mts +48 -50
  65. package/lib/components/VItemGroup/index.d.mts +21 -30
  66. package/lib/components/VKbd/index.d.mts +9 -11
  67. package/lib/components/VLabel/index.d.mts +9 -11
  68. package/lib/components/VLayout/index.d.mts +18 -24
  69. package/lib/components/VLazy/index.d.mts +42 -44
  70. package/lib/components/VList/VList.mjs.map +1 -1
  71. package/lib/components/VList/index.d.mts +210 -329
  72. package/lib/components/VLocaleProvider/index.d.mts +9 -11
  73. package/lib/components/VMain/index.d.mts +9 -11
  74. package/lib/components/VMenu/index.d.mts +272 -306
  75. package/lib/components/VMessages/index.d.mts +49 -51
  76. package/lib/components/VNavigationDrawer/index.d.mts +27 -40
  77. package/lib/components/VOtpInput/index.d.mts +22 -28
  78. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  79. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  80. package/lib/components/VOverlay/index.d.mts +53 -63
  81. package/lib/components/VPagination/index.d.mts +31 -46
  82. package/lib/components/VParallax/index.d.mts +15 -29
  83. package/lib/components/VProgressCircular/index.d.mts +9 -11
  84. package/lib/components/VProgressLinear/index.d.mts +22 -24
  85. package/lib/components/VRadio/index.d.mts +49 -52
  86. package/lib/components/VRadioGroup/index.d.mts +66 -66
  87. package/lib/components/VRangeSlider/index.d.mts +58 -69
  88. package/lib/components/VRating/index.d.mts +13 -19
  89. package/lib/components/VResponsive/index.d.mts +11 -17
  90. package/lib/components/VSelect/index.d.mts +4762 -3221
  91. package/lib/components/VSelectionControl/index.d.mts +38 -44
  92. package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
  93. package/lib/components/VSheet/index.d.mts +15 -17
  94. package/lib/components/VSkeletonLoader/index.d.mts +41 -11
  95. package/lib/components/VSlideGroup/index.d.mts +112 -129
  96. package/lib/components/VSlider/index.d.mts +58 -69
  97. package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
  98. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  99. package/lib/components/VSnackbar/index.d.mts +231 -270
  100. package/lib/components/VSparkline/index.d.mts +11 -19
  101. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  102. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  103. package/lib/components/VSpeedDial/index.d.mts +179 -189
  104. package/lib/components/VStepper/index.d.mts +105 -180
  105. package/lib/components/VSwitch/index.d.mts +78 -98
  106. package/lib/components/VSystemBar/index.d.mts +13 -15
  107. package/lib/components/VTable/index.d.mts +15 -29
  108. package/lib/components/VTabs/index.d.mts +213 -297
  109. package/lib/components/VTextField/index.d.mts +253 -408
  110. package/lib/components/VTextarea/index.d.mts +157 -236
  111. package/lib/components/VThemeProvider/index.d.mts +9 -11
  112. package/lib/components/VTimeline/index.d.mts +29 -43
  113. package/lib/components/VToolbar/index.d.mts +49 -80
  114. package/lib/components/VTooltip/index.d.mts +282 -316
  115. package/lib/components/VValidation/index.d.mts +16 -23
  116. package/lib/components/VVirtualScroll/index.d.mts +14 -23
  117. package/lib/components/VWindow/index.d.mts +29 -50
  118. package/lib/components/index.d.mts +31169 -37524
  119. package/lib/components/transitions/index.d.mts +84 -148
  120. package/lib/composables/location.mjs.map +1 -1
  121. package/lib/directives/click-outside/index.mjs +3 -0
  122. package/lib/directives/click-outside/index.mjs.map +1 -1
  123. package/lib/entry-bundler.mjs +1 -1
  124. package/lib/framework.mjs +1 -1
  125. package/lib/index.d.mts +60 -60
  126. package/lib/labs/VCalendar/index.d.mts +146 -166
  127. package/lib/labs/VDateInput/index.d.mts +83 -62
  128. package/lib/labs/VNumberInput/index.d.mts +61 -88
  129. package/lib/labs/VPicker/index.d.mts +28 -46
  130. package/lib/labs/VPullToRefresh/index.d.mts +7 -15
  131. package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
  132. package/lib/labs/VStepperVertical/index.d.mts +109 -184
  133. package/lib/labs/VTimePicker/index.d.mts +35 -53
  134. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  135. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  136. package/lib/labs/VTreeview/index.d.mts +200 -292
  137. package/lib/labs/components.d.mts +905 -1246
  138. package/lib/util/propsFactory.mjs.map +1 -1
  139. package/package.json +3 -3
@@ -1,10 +1,15 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType, ComputedRef, Ref } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, PropType, JSXComponent, ComputedRef, Ref } from 'vue';
3
3
 
4
4
  interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
5
5
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
6
6
  }
7
7
 
8
+ type ClassValue = any;
9
+
10
+ type EventProp<T extends any[] = any[], F = (...args: T) => void> = F;
11
+ declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T>>;
12
+
8
13
  interface LoaderSlotProps {
9
14
  color: string | undefined;
10
15
  isActive: boolean;
@@ -20,6 +25,22 @@ type Density = null | 'default' | 'comfortable' | 'compact';
20
25
 
21
26
  type ValidationResult = string | boolean;
22
27
  type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
28
+ type ValidateOnValue = 'blur' | 'input' | 'submit';
29
+ interface ValidationProps {
30
+ disabled: boolean | null;
31
+ error: boolean;
32
+ errorMessages: string | readonly string[] | null;
33
+ focused: boolean;
34
+ maxErrors: string | number;
35
+ name: string | undefined;
36
+ label: string | undefined;
37
+ readonly: boolean | null;
38
+ rules: readonly ValidationRule[];
39
+ modelValue: any;
40
+ 'onUpdate:modelValue': EventProp | undefined;
41
+ validateOn?: ValidateOnValue | `${ValidateOnValue} lazy` | `lazy ${ValidateOnValue}` | 'lazy';
42
+ validationValue: any;
43
+ }
23
44
 
24
45
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
25
46
  declare const IconValue: PropType<IconValue>;
@@ -91,9 +112,9 @@ declare const VNumberInput: {
91
112
  hideInput: boolean;
92
113
  controlVariant: ControlVariant;
93
114
  } & {
115
+ name?: string | undefined;
94
116
  id?: string | undefined;
95
117
  width?: string | number | undefined;
96
- name?: string | undefined;
97
118
  color?: string | undefined;
98
119
  maxWidth?: string | number | undefined;
99
120
  minWidth?: string | number | undefined;
@@ -184,7 +205,7 @@ declare const VNumberInput: {
184
205
  } & {
185
206
  "onUpdate:modelValue"?: ((val: number) => any) | undefined;
186
207
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
187
- 'update:modelValue': (val: number) => boolean;
208
+ 'update:modelValue': (val: number) => true;
188
209
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
189
210
  flat: boolean;
190
211
  reverse: boolean;
@@ -221,9 +242,9 @@ declare const VNumberInput: {
221
242
  hideInput: boolean;
222
243
  controlVariant: ControlVariant;
223
244
  } & {
245
+ name?: string | undefined;
224
246
  id?: string | undefined;
225
247
  width?: string | number | undefined;
226
- name?: string | undefined;
227
248
  color?: string | undefined;
228
249
  maxWidth?: string | number | undefined;
229
250
  minWidth?: string | number | undefined;
@@ -351,47 +372,23 @@ declare const VNumberInput: {
351
372
  hideInput: boolean;
352
373
  controlVariant: ControlVariant;
353
374
  }, true, {}, vue.SlotsType<Partial<{
354
- message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
355
- [key: string]: any;
356
- }>[];
375
+ message: (arg: VMessageSlot) => vue.VNode[];
357
376
  clear: (arg: DefaultInputSlot & {
358
377
  props: Record<string, any>;
359
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
360
- [key: string]: any;
361
- }>[];
362
- details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
363
- [key: string]: any;
364
- }>[];
378
+ }) => vue.VNode[];
379
+ details: (arg: VInputSlot) => vue.VNode[];
365
380
  label: (arg: DefaultInputSlot & {
366
381
  label: string | undefined;
367
382
  props: Record<string, any>;
368
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
369
- [key: string]: any;
370
- }>[];
371
- append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
372
- [key: string]: any;
373
- }>[];
374
- prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
375
- [key: string]: any;
376
- }>[];
377
- counter: (arg: VCounterSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
378
- [key: string]: any;
379
- }>[];
380
- loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
381
- [key: string]: any;
382
- }>[];
383
- 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
384
- [key: string]: any;
385
- }>[];
386
- 'append-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
387
- [key: string]: any;
388
- }>[];
389
- increment: (arg: ControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
390
- [key: string]: any;
391
- }>[];
392
- decrement: (arg: ControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
393
- [key: string]: any;
394
- }>[];
383
+ }) => vue.VNode[];
384
+ append: (arg: VInputSlot) => vue.VNode[];
385
+ prepend: (arg: VInputSlot) => vue.VNode[];
386
+ counter: (arg: VCounterSlot) => vue.VNode[];
387
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
388
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
389
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
390
+ increment: (arg: ControlSlot) => vue.VNode[];
391
+ decrement: (arg: ControlSlot) => vue.VNode[];
395
392
  }>>, {
396
393
  P: {};
397
394
  B: {};
@@ -435,9 +432,9 @@ declare const VNumberInput: {
435
432
  hideInput: boolean;
436
433
  controlVariant: ControlVariant;
437
434
  } & {
435
+ name?: string | undefined;
438
436
  id?: string | undefined;
439
437
  width?: string | number | undefined;
440
- name?: string | undefined;
441
438
  color?: string | undefined;
442
439
  maxWidth?: string | number | undefined;
443
440
  minWidth?: string | number | undefined;
@@ -565,9 +562,9 @@ declare const VNumberInput: {
565
562
  hideInput: boolean;
566
563
  controlVariant: ControlVariant;
567
564
  }>;
568
- __isFragment?: undefined;
569
- __isTeleport?: undefined;
570
- __isSuspense?: undefined;
565
+ __isFragment?: never;
566
+ __isTeleport?: never;
567
+ __isSuspense?: never;
571
568
  } & vue.ComponentOptionsBase<{
572
569
  flat: boolean;
573
570
  reverse: boolean;
@@ -604,9 +601,9 @@ declare const VNumberInput: {
604
601
  hideInput: boolean;
605
602
  controlVariant: ControlVariant;
606
603
  } & {
604
+ name?: string | undefined;
607
605
  id?: string | undefined;
608
606
  width?: string | number | undefined;
609
- name?: string | undefined;
610
607
  color?: string | undefined;
611
608
  maxWidth?: string | number | undefined;
612
609
  minWidth?: string | number | undefined;
@@ -697,7 +694,7 @@ declare const VNumberInput: {
697
694
  } & {
698
695
  "onUpdate:modelValue"?: ((val: number) => any) | undefined;
699
696
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
700
- 'update:modelValue': (val: number) => boolean;
697
+ 'update:modelValue': (val: number) => true;
701
698
  }, string, {
702
699
  flat: boolean;
703
700
  reverse: boolean;
@@ -736,47 +733,23 @@ declare const VNumberInput: {
736
733
  hideInput: boolean;
737
734
  controlVariant: ControlVariant;
738
735
  }, {}, string, vue.SlotsType<Partial<{
739
- message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
740
- [key: string]: any;
741
- }>[];
736
+ message: (arg: VMessageSlot) => vue.VNode[];
742
737
  clear: (arg: DefaultInputSlot & {
743
738
  props: Record<string, any>;
744
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
745
- [key: string]: any;
746
- }>[];
747
- details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
748
- [key: string]: any;
749
- }>[];
739
+ }) => vue.VNode[];
740
+ details: (arg: VInputSlot) => vue.VNode[];
750
741
  label: (arg: DefaultInputSlot & {
751
742
  label: string | undefined;
752
743
  props: Record<string, any>;
753
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
754
- [key: string]: any;
755
- }>[];
756
- append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
757
- [key: string]: any;
758
- }>[];
759
- prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
760
- [key: string]: any;
761
- }>[];
762
- counter: (arg: VCounterSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
763
- [key: string]: any;
764
- }>[];
765
- loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
766
- [key: string]: any;
767
- }>[];
768
- 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
769
- [key: string]: any;
770
- }>[];
771
- 'append-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
772
- [key: string]: any;
773
- }>[];
774
- increment: (arg: ControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
775
- [key: string]: any;
776
- }>[];
777
- decrement: (arg: ControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
778
- [key: string]: any;
779
- }>[];
744
+ }) => vue.VNode[];
745
+ append: (arg: VInputSlot) => vue.VNode[];
746
+ prepend: (arg: VInputSlot) => vue.VNode[];
747
+ counter: (arg: VCounterSlot) => vue.VNode[];
748
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
749
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
750
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
751
+ increment: (arg: ControlSlot) => vue.VNode[];
752
+ decrement: (arg: ControlSlot) => vue.VNode[];
780
753
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
781
754
  flat: BooleanConstructor;
782
755
  reverse: BooleanConstructor;
@@ -785,6 +758,7 @@ declare const VNumberInput: {
785
758
  default: string;
786
759
  validator: (v: any) => boolean;
787
760
  };
761
+ name: StringConstructor;
788
762
  type: {
789
763
  type: StringConstructor;
790
764
  default: string;
@@ -793,7 +767,6 @@ declare const VNumberInput: {
793
767
  id: StringConstructor;
794
768
  width: (StringConstructor | NumberConstructor)[];
795
769
  active: BooleanConstructor;
796
- name: StringConstructor;
797
770
  color: StringConstructor;
798
771
  direction: {
799
772
  type: PropType<"horizontal" | "vertical">;
@@ -819,7 +792,7 @@ declare const VNumberInput: {
819
792
  type: PropType<boolean | null>;
820
793
  default: null;
821
794
  };
822
- class: PropType<any>;
795
+ class: PropType<ClassValue>;
823
796
  placeholder: StringConstructor;
824
797
  theme: StringConstructor;
825
798
  messages: {
@@ -841,7 +814,7 @@ declare const VNumberInput: {
841
814
  type: PropType<readonly ValidationRule[]>;
842
815
  default: () => never[];
843
816
  };
844
- validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
817
+ validateOn: PropType<ValidationProps["validateOn"]>;
845
818
  validationValue: null;
846
819
  rounded: {
847
820
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -913,6 +886,7 @@ declare const VNumberInput: {
913
886
  default: string;
914
887
  validator: (v: any) => boolean;
915
888
  };
889
+ name: StringConstructor;
916
890
  type: {
917
891
  type: StringConstructor;
918
892
  default: string;
@@ -921,7 +895,6 @@ declare const VNumberInput: {
921
895
  id: StringConstructor;
922
896
  width: (StringConstructor | NumberConstructor)[];
923
897
  active: BooleanConstructor;
924
- name: StringConstructor;
925
898
  color: StringConstructor;
926
899
  direction: {
927
900
  type: PropType<"horizontal" | "vertical">;
@@ -947,7 +920,7 @@ declare const VNumberInput: {
947
920
  type: PropType<boolean | null>;
948
921
  default: null;
949
922
  };
950
- class: PropType<any>;
923
+ class: PropType<ClassValue>;
951
924
  placeholder: StringConstructor;
952
925
  theme: StringConstructor;
953
926
  messages: {
@@ -969,7 +942,7 @@ declare const VNumberInput: {
969
942
  type: PropType<readonly ValidationRule[]>;
970
943
  default: () => never[];
971
944
  };
972
- validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
945
+ validateOn: PropType<ValidationProps["validateOn"]>;
973
946
  validationValue: null;
974
947
  rounded: {
975
948
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -1,6 +1,8 @@
1
1
  import * as vue from 'vue';
2
2
  import { ComponentPropsOptions, ExtractPropTypes } from 'vue';
3
3
 
4
+ type ClassValue = any;
5
+
4
6
  declare const block: readonly ["top", "bottom"];
5
7
  declare const inline: readonly ["start", "end", "left", "right"];
6
8
  type Tblock = typeof block[number];
@@ -19,7 +21,7 @@ declare const VPicker: {
19
21
  tile: boolean;
20
22
  hideHeader: boolean;
21
23
  } & {
22
- location?: Anchor | undefined;
24
+ location?: Anchor | null | undefined;
23
25
  height?: string | number | undefined;
24
26
  width?: string | number | undefined;
25
27
  border?: string | number | boolean | undefined;
@@ -60,7 +62,7 @@ declare const VPicker: {
60
62
  tile: boolean;
61
63
  hideHeader: boolean;
62
64
  } & {
63
- location?: Anchor | undefined;
65
+ location?: Anchor | null | undefined;
64
66
  height?: string | number | undefined;
65
67
  width?: string | number | undefined;
66
68
  border?: string | number | boolean | undefined;
@@ -102,18 +104,10 @@ declare const VPicker: {
102
104
  tile: boolean;
103
105
  hideHeader: boolean;
104
106
  }, true, {}, vue.SlotsType<Partial<{
105
- header: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
106
- [key: string]: any;
107
- }>[];
108
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
109
- [key: string]: any;
110
- }>[];
111
- actions: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
112
- [key: string]: any;
113
- }>[];
114
- title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
115
- [key: string]: any;
116
- }>[];
107
+ header: () => vue.VNode[];
108
+ default: () => vue.VNode[];
109
+ actions: () => vue.VNode[];
110
+ title: () => vue.VNode[];
117
111
  }>>, {
118
112
  P: {};
119
113
  B: {};
@@ -128,7 +122,7 @@ declare const VPicker: {
128
122
  tile: boolean;
129
123
  hideHeader: boolean;
130
124
  } & {
131
- location?: Anchor | undefined;
125
+ location?: Anchor | null | undefined;
132
126
  height?: string | number | undefined;
133
127
  width?: string | number | undefined;
134
128
  border?: string | number | boolean | undefined;
@@ -170,9 +164,9 @@ declare const VPicker: {
170
164
  tile: boolean;
171
165
  hideHeader: boolean;
172
166
  }>;
173
- __isFragment?: undefined;
174
- __isTeleport?: undefined;
175
- __isSuspense?: undefined;
167
+ __isFragment?: never;
168
+ __isTeleport?: never;
169
+ __isSuspense?: never;
176
170
  } & vue.ComponentOptionsBase<{
177
171
  style: vue.StyleValue;
178
172
  tag: string;
@@ -180,7 +174,7 @@ declare const VPicker: {
180
174
  tile: boolean;
181
175
  hideHeader: boolean;
182
176
  } & {
183
- location?: Anchor | undefined;
177
+ location?: Anchor | null | undefined;
184
178
  height?: string | number | undefined;
185
179
  width?: string | number | undefined;
186
180
  border?: string | number | boolean | undefined;
@@ -222,18 +216,10 @@ declare const VPicker: {
222
216
  tile: boolean;
223
217
  hideHeader: boolean;
224
218
  }, {}, string, vue.SlotsType<Partial<{
225
- header: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
226
- [key: string]: any;
227
- }>[];
228
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
229
- [key: string]: any;
230
- }>[];
231
- actions: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
232
- [key: string]: any;
233
- }>[];
234
- title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
235
- [key: string]: any;
236
- }>[];
219
+ header: () => vue.VNode[];
220
+ default: () => vue.VNode[];
221
+ actions: () => vue.VNode[];
222
+ title: () => vue.VNode[];
237
223
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
238
224
  theme: StringConstructor;
239
225
  tag: {
@@ -249,7 +235,7 @@ declare const VPicker: {
249
235
  type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
250
236
  validator: (v: any) => boolean;
251
237
  };
252
- location: vue.PropType<Anchor>;
238
+ location: vue.PropType<Anchor | null>;
253
239
  elevation: {
254
240
  type: (StringConstructor | NumberConstructor)[];
255
241
  validator(v: any): boolean;
@@ -260,7 +246,7 @@ declare const VPicker: {
260
246
  minHeight: (StringConstructor | NumberConstructor)[];
261
247
  minWidth: (StringConstructor | NumberConstructor)[];
262
248
  width: (StringConstructor | NumberConstructor)[];
263
- class: vue.PropType<any>;
249
+ class: vue.PropType<ClassValue>;
264
250
  style: {
265
251
  type: vue.PropType<vue.StyleValue>;
266
252
  default: null;
@@ -286,7 +272,7 @@ declare const VPicker: {
286
272
  type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
287
273
  validator: (v: any) => boolean;
288
274
  };
289
- location: vue.PropType<Anchor>;
275
+ location: vue.PropType<Anchor | null>;
290
276
  elevation: {
291
277
  type: (StringConstructor | NumberConstructor)[];
292
278
  validator(v: any): boolean;
@@ -297,7 +283,7 @@ declare const VPicker: {
297
283
  minHeight: (StringConstructor | NumberConstructor)[];
298
284
  minWidth: (StringConstructor | NumberConstructor)[];
299
285
  width: (StringConstructor | NumberConstructor)[];
300
- class: vue.PropType<any>;
286
+ class: vue.PropType<ClassValue>;
301
287
  style: {
302
288
  type: vue.PropType<vue.StyleValue>;
303
289
  default: null;
@@ -346,9 +332,7 @@ declare const VPickerTitle: {
346
332
  style: vue.StyleValue;
347
333
  tag: string;
348
334
  }, true, {}, vue.SlotsType<Partial<{
349
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
350
- [key: string]: any;
351
- }>[];
335
+ default: () => vue.VNode[];
352
336
  }>>, {
353
337
  P: {};
354
338
  B: {};
@@ -376,9 +360,9 @@ declare const VPickerTitle: {
376
360
  style: vue.StyleValue;
377
361
  tag: string;
378
362
  }>;
379
- __isFragment?: undefined;
380
- __isTeleport?: undefined;
381
- __isSuspense?: undefined;
363
+ __isFragment?: never;
364
+ __isTeleport?: never;
365
+ __isSuspense?: never;
382
366
  } & vue.ComponentOptionsBase<{
383
367
  style: vue.StyleValue;
384
368
  tag: string;
@@ -399,11 +383,9 @@ declare const VPickerTitle: {
399
383
  style: vue.StyleValue;
400
384
  tag: string;
401
385
  }, {}, string, vue.SlotsType<Partial<{
402
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
403
- [key: string]: any;
404
- }>[];
386
+ default: () => vue.VNode[];
405
387
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
406
- class: vue.PropType<any>;
388
+ class: vue.PropType<ClassValue>;
407
389
  style: {
408
390
  type: vue.PropType<vue.StyleValue>;
409
391
  default: null;
@@ -413,7 +395,7 @@ declare const VPickerTitle: {
413
395
  default: string;
414
396
  };
415
397
  }, vue.ExtractPropTypes<{
416
- class: vue.PropType<any>;
398
+ class: vue.PropType<ClassValue>;
417
399
  style: {
418
400
  type: vue.PropType<vue.StyleValue>;
419
401
  default: null;
@@ -73,16 +73,12 @@ declare const VPullToRefresh: {
73
73
  }, {
74
74
  pullDownThreshold: number;
75
75
  }, true, {}, vue.SlotsType<Partial<{
76
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
77
- [key: string]: any;
78
- }>[];
76
+ default: () => vue.VNode[];
79
77
  pullDownPanel: (arg: {
80
78
  canRefresh: boolean;
81
79
  goingUp: boolean;
82
80
  refreshing: boolean;
83
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
84
- [key: string]: any;
85
- }>[];
81
+ }) => vue.VNode[];
86
82
  }>>, {
87
83
  P: {};
88
84
  B: {};
@@ -123,9 +119,9 @@ declare const VPullToRefresh: {
123
119
  }, {}, {}, {}, {}, {
124
120
  pullDownThreshold: number;
125
121
  }>;
126
- __isFragment?: undefined;
127
- __isTeleport?: undefined;
128
- __isSuspense?: undefined;
122
+ __isFragment?: never;
123
+ __isTeleport?: never;
124
+ __isSuspense?: never;
129
125
  } & vue.ComponentOptionsBase<{
130
126
  pullDownThreshold: number;
131
127
  } & {} & {
@@ -163,16 +159,12 @@ declare const VPullToRefresh: {
163
159
  }, string, {
164
160
  pullDownThreshold: number;
165
161
  }, {}, string, vue.SlotsType<Partial<{
166
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
167
- [key: string]: any;
168
- }>[];
162
+ default: () => vue.VNode[];
169
163
  pullDownPanel: (arg: {
170
164
  canRefresh: boolean;
171
165
  goingUp: boolean;
172
166
  refreshing: boolean;
173
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
174
- [key: string]: any;
175
- }>[];
167
+ }) => vue.VNode[];
176
168
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
177
169
  pullDownThreshold: {
178
170
  type: NumberConstructor;