vuetify 3.10.5 → 3.10.7

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 (94) hide show
  1. package/README.md +0 -6
  2. package/dist/json/attributes.json +3488 -3512
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +176 -176
  5. package/dist/json/tags.json +3 -9
  6. package/dist/json/web-types.json +6467 -6520
  7. package/dist/vuetify-labs.cjs +190 -82
  8. package/dist/vuetify-labs.css +4945 -4895
  9. package/dist/vuetify-labs.d.ts +117 -172
  10. package/dist/vuetify-labs.esm.js +190 -82
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +190 -82
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +171 -72
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +3926 -3898
  17. package/dist/vuetify.d.ts +117 -137
  18. package/dist/vuetify.esm.js +171 -72
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +171 -72
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +118 -107
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.d.ts +0 -61
  26. package/lib/components/VAutocomplete/VAutocomplete.js +15 -12
  27. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  28. package/lib/components/VChipGroup/VChipGroup.d.ts +37 -0
  29. package/lib/components/VChipGroup/VChipGroup.js +3 -1
  30. package/lib/components/VChipGroup/VChipGroup.js.map +1 -1
  31. package/lib/components/VCombobox/VCombobox.d.ts +6 -67
  32. package/lib/components/VCombobox/VCombobox.js +29 -30
  33. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  34. package/lib/components/VCounter/VCounter.css +1 -0
  35. package/lib/components/VCounter/VCounter.sass +1 -0
  36. package/lib/components/VDatePicker/VDatePicker.js +1 -1
  37. package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
  38. package/lib/components/VFileInput/VFileInput.js +3 -2
  39. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  40. package/lib/components/VList/VListItem.css +14 -12
  41. package/lib/components/VList/VListItem.js +4 -2
  42. package/lib/components/VList/VListItem.js.map +1 -1
  43. package/lib/components/VList/VListItem.sass +20 -18
  44. package/lib/components/VMenu/VMenu.js +22 -4
  45. package/lib/components/VMenu/VMenu.js.map +1 -1
  46. package/lib/components/VNumberInput/VNumberInput.css +8 -0
  47. package/lib/components/VNumberInput/VNumberInput.js +5 -2
  48. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  49. package/lib/components/VNumberInput/VNumberInput.sass +10 -4
  50. package/lib/components/VSelect/VSelect.js +2 -1
  51. package/lib/components/VSelect/VSelect.js.map +1 -1
  52. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +17 -0
  53. package/lib/components/VSkeletonLoader/VSkeletonLoader.js +3 -3
  54. package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
  55. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +7 -0
  56. package/lib/components/VSlideGroup/VSlideGroup.d.ts +25 -0
  57. package/lib/components/VSlideGroup/VSlideGroup.js +5 -1
  58. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  59. package/lib/components/VTabs/VTabs.d.ts +25 -0
  60. package/lib/components/VTextField/VTextField.js +3 -5
  61. package/lib/components/VTextField/VTextField.js.map +1 -1
  62. package/lib/components/VTextarea/VTextarea.css +2 -2
  63. package/lib/components/VTextarea/VTextarea.d.ts +3 -3
  64. package/lib/components/VTextarea/VTextarea.js +23 -3
  65. package/lib/components/VTextarea/VTextarea.js.map +1 -1
  66. package/lib/components/VTextarea/VTextarea.sass +4 -2
  67. package/lib/components/VWindow/VWindow.js +39 -3
  68. package/lib/components/VWindow/VWindow.js.map +1 -1
  69. package/lib/composables/date/date.js +1 -1
  70. package/lib/composables/date/date.js.map +1 -1
  71. package/lib/composables/group.js +1 -1
  72. package/lib/composables/group.js.map +1 -1
  73. package/lib/composables/nested/nested.js +12 -2
  74. package/lib/composables/nested/nested.js.map +1 -1
  75. package/lib/composables/virtual.js +2 -2
  76. package/lib/composables/virtual.js.map +1 -1
  77. package/lib/entry-bundler.js +1 -1
  78. package/lib/framework.d.ts +60 -60
  79. package/lib/framework.js +1 -1
  80. package/lib/labs/VColorInput/VColorInput.d.ts +0 -40
  81. package/lib/labs/VColorInput/VColorInput.js +2 -2
  82. package/lib/labs/VColorInput/VColorInput.js.map +1 -1
  83. package/lib/labs/VDateInput/VDateInput.d.ts +0 -30
  84. package/lib/labs/VDateInput/VDateInput.js +16 -7
  85. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  86. package/lib/labs/VIconBtn/VIconBtn.css +22 -0
  87. package/lib/labs/VIconBtn/VIconBtn.scss +32 -0
  88. package/lib/labs/VMaskInput/VMaskInput.js +1 -1
  89. package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
  90. package/lib/labs/rules/rules.js +1 -1
  91. package/lib/labs/rules/rules.js.map +1 -1
  92. package/lib/util/helpers.js +4 -2
  93. package/lib/util/helpers.js.map +1 -1
  94. package/package.json +1 -1
@@ -7763,9 +7763,6 @@ declare const VAutocomplete: {
7763
7763
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
7764
7764
  density: Density;
7765
7765
  tile: boolean;
7766
- transition: string | boolean | (vue.TransitionProps & {
7767
- component?: vue.Component | undefined;
7768
- }) | null;
7769
7766
  hideSpinButtons: boolean;
7770
7767
  persistentHint: boolean;
7771
7768
  messages: string | readonly string[];
@@ -10482,9 +10479,6 @@ declare const VAutocomplete: {
10482
10479
  density: Density;
10483
10480
  rounded: string | number | boolean;
10484
10481
  tile: boolean;
10485
- transition: string | boolean | (vue.TransitionProps & {
10486
- component?: vue.Component | undefined;
10487
- }) | null;
10488
10482
  hideSpinButtons: boolean;
10489
10483
  persistentHint: boolean;
10490
10484
  messages: string | readonly string[];
@@ -10615,9 +10609,6 @@ declare const VAutocomplete: {
10615
10609
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
10616
10610
  density: Density;
10617
10611
  tile: boolean;
10618
- transition: string | boolean | (vue.TransitionProps & {
10619
- component?: vue.Component | undefined;
10620
- }) | null;
10621
10612
  hideSpinButtons: boolean;
10622
10613
  persistentHint: boolean;
10623
10614
  messages: string | readonly string[];
@@ -13329,9 +13320,6 @@ declare const VAutocomplete: {
13329
13320
  density: Density;
13330
13321
  rounded: string | number | boolean;
13331
13322
  tile: boolean;
13332
- transition: string | boolean | (vue.TransitionProps & {
13333
- component?: vue.Component | undefined;
13334
- }) | null;
13335
13323
  hideSpinButtons: boolean;
13336
13324
  persistentHint: boolean;
13337
13325
  messages: string | readonly string[];
@@ -13385,9 +13373,6 @@ declare const VAutocomplete: {
13385
13373
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
13386
13374
  density: Density;
13387
13375
  tile: boolean;
13388
- transition: string | boolean | (vue.TransitionProps & {
13389
- component?: vue.Component | undefined;
13390
- }) | null;
13391
13376
  hideSpinButtons: boolean;
13392
13377
  persistentHint: boolean;
13393
13378
  messages: string | readonly string[];
@@ -16104,9 +16089,6 @@ declare const VAutocomplete: {
16104
16089
  density: Density;
16105
16090
  rounded: string | number | boolean;
16106
16091
  tile: boolean;
16107
- transition: string | boolean | (vue.TransitionProps & {
16108
- component?: vue.Component | undefined;
16109
- }) | null;
16110
16092
  hideSpinButtons: boolean;
16111
16093
  persistentHint: boolean;
16112
16094
  messages: string | readonly string[];
@@ -16344,14 +16326,6 @@ declare const VAutocomplete: {
16344
16326
  minWidth: (NumberConstructor | StringConstructor)[];
16345
16327
  width: (NumberConstructor | StringConstructor)[];
16346
16328
  loading: (BooleanConstructor | StringConstructor)[];
16347
- transition: {
16348
- type: PropType<string | boolean | (vue.TransitionProps & {
16349
- component?: vue.Component | undefined;
16350
- }) | null>;
16351
- default: NonNullable<string | boolean | (vue.TransitionProps & {
16352
- component?: vue.Component | undefined;
16353
- }) | null>;
16354
- };
16355
16329
  id: StringConstructor;
16356
16330
  appendIcon: PropType<IconValue>;
16357
16331
  prependIcon: PropType<IconValue>;
@@ -16995,14 +16969,6 @@ declare const VAutocomplete: {
16995
16969
  minWidth: (NumberConstructor | StringConstructor)[];
16996
16970
  width: (NumberConstructor | StringConstructor)[];
16997
16971
  loading: (BooleanConstructor | StringConstructor)[];
16998
- transition: {
16999
- type: PropType<string | boolean | (vue.TransitionProps & {
17000
- component?: vue.Component | undefined;
17001
- }) | null>;
17002
- default: NonNullable<string | boolean | (vue.TransitionProps & {
17003
- component?: vue.Component | undefined;
17004
- }) | null>;
17005
- };
17006
16972
  id: StringConstructor;
17007
16973
  appendIcon: PropType<IconValue>;
17008
16974
  prependIcon: PropType<IconValue>;
@@ -27430,6 +27396,7 @@ declare const VChipGroup: {
27430
27396
  selectedClass: string;
27431
27397
  disabled: boolean;
27432
27398
  centerActive: boolean;
27399
+ scrollToActive: boolean;
27433
27400
  direction: "horizontal" | "vertical";
27434
27401
  symbol: any;
27435
27402
  nextIcon: IconValue;
@@ -27458,6 +27425,7 @@ declare const VChipGroup: {
27458
27425
  selectedClass: string;
27459
27426
  disabled: boolean;
27460
27427
  centerActive: boolean;
27428
+ scrollToActive: boolean;
27461
27429
  direction: "horizontal" | "vertical";
27462
27430
  symbol: any;
27463
27431
  nextIcon: IconValue;
@@ -27491,6 +27459,7 @@ declare const VChipGroup: {
27491
27459
  selectedClass: string;
27492
27460
  disabled: boolean;
27493
27461
  centerActive: boolean;
27462
+ scrollToActive: boolean;
27494
27463
  direction: "horizontal" | "vertical";
27495
27464
  symbol: any;
27496
27465
  nextIcon: IconValue;
@@ -27517,6 +27486,7 @@ declare const VChipGroup: {
27517
27486
  selectedClass: string;
27518
27487
  disabled: boolean;
27519
27488
  centerActive: boolean;
27489
+ scrollToActive: boolean;
27520
27490
  direction: "horizontal" | "vertical";
27521
27491
  symbol: any;
27522
27492
  nextIcon: IconValue;
@@ -27537,6 +27507,7 @@ declare const VChipGroup: {
27537
27507
  selectedClass: string;
27538
27508
  disabled: boolean;
27539
27509
  centerActive: boolean;
27510
+ scrollToActive: boolean;
27540
27511
  direction: "horizontal" | "vertical";
27541
27512
  symbol: any;
27542
27513
  nextIcon: IconValue;
@@ -27565,6 +27536,7 @@ declare const VChipGroup: {
27565
27536
  selectedClass: string;
27566
27537
  disabled: boolean;
27567
27538
  centerActive: boolean;
27539
+ scrollToActive: boolean;
27568
27540
  direction: "horizontal" | "vertical";
27569
27541
  symbol: any;
27570
27542
  nextIcon: IconValue;
@@ -27629,6 +27601,13 @@ declare const VChipGroup: {
27629
27601
  };
27630
27602
  disabled: BooleanConstructor;
27631
27603
  centerActive: BooleanConstructor;
27604
+ scrollToActive: Omit<{
27605
+ type: BooleanConstructor;
27606
+ default: boolean;
27607
+ }, "default" | "type"> & {
27608
+ type: PropType<boolean>;
27609
+ default: boolean;
27610
+ };
27632
27611
  contentClass: null;
27633
27612
  direction: {
27634
27613
  type: PropType<"horizontal" | "vertical">;
@@ -27698,6 +27677,13 @@ declare const VChipGroup: {
27698
27677
  };
27699
27678
  disabled: BooleanConstructor;
27700
27679
  centerActive: BooleanConstructor;
27680
+ scrollToActive: Omit<{
27681
+ type: BooleanConstructor;
27682
+ default: boolean;
27683
+ }, "default" | "type"> & {
27684
+ type: PropType<boolean>;
27685
+ default: boolean;
27686
+ };
27701
27687
  contentClass: null;
27702
27688
  direction: {
27703
27689
  type: PropType<"horizontal" | "vertical">;
@@ -28412,9 +28398,6 @@ declare const VCombobox: {
28412
28398
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
28413
28399
  density: Density;
28414
28400
  tile: boolean;
28415
- transition: string | boolean | (vue.TransitionProps & {
28416
- component?: vue.Component | undefined;
28417
- }) | null;
28418
28401
  hideSpinButtons: boolean;
28419
28402
  persistentHint: boolean;
28420
28403
  messages: string | readonly string[];
@@ -28956,7 +28939,7 @@ declare const VCombobox: {
28956
28939
  search: vue.WritableComputedRef<string, string>;
28957
28940
  selectionIndex: vue.ShallowRef<number, number>;
28958
28941
  filteredItems: vue.ShallowRef<ListItem<any>[], ListItem<any>[]>;
28959
- select: (item: ListItem<any> | undefined, set?: boolean | null) => void;
28942
+ select: (item: ListItem<any> | undefined, set?: boolean | null, keepMenu?: boolean) => void;
28960
28943
  } & Omit<Omit<{
28961
28944
  $: vue.ComponentInternalInstance;
28962
28945
  $data: {};
@@ -30595,7 +30578,7 @@ declare const VCombobox: {
30595
30578
  search: vue.WritableComputedRef<string, string>;
30596
30579
  selectionIndex: vue.ShallowRef<number, number>;
30597
30580
  filteredItems: vue.ShallowRef<ListItem<any>[], ListItem<any>[]>;
30598
- select: (item: ListItem<any> | undefined, set?: boolean | null) => void;
30581
+ select: (item: ListItem<any> | undefined, set?: boolean | null, keepMenu?: boolean) => void;
30599
30582
  } | (HTMLInputElement & Omit<Omit<{
30600
30583
  $: vue.ComponentInternalInstance;
30601
30584
  $data: {};
@@ -31130,9 +31113,6 @@ declare const VCombobox: {
31130
31113
  density: Density;
31131
31114
  rounded: string | number | boolean;
31132
31115
  tile: boolean;
31133
- transition: string | boolean | (vue.TransitionProps & {
31134
- component?: vue.Component | undefined;
31135
- }) | null;
31136
31116
  hideSpinButtons: boolean;
31137
31117
  persistentHint: boolean;
31138
31118
  messages: string | readonly string[];
@@ -31264,9 +31244,6 @@ declare const VCombobox: {
31264
31244
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
31265
31245
  density: Density;
31266
31246
  tile: boolean;
31267
- transition: string | boolean | (vue.TransitionProps & {
31268
- component?: vue.Component | undefined;
31269
- }) | null;
31270
31247
  hideSpinButtons: boolean;
31271
31248
  persistentHint: boolean;
31272
31249
  messages: string | readonly string[];
@@ -31808,7 +31785,7 @@ declare const VCombobox: {
31808
31785
  search: vue.WritableComputedRef<string, string>;
31809
31786
  selectionIndex: vue.ShallowRef<number, number>;
31810
31787
  filteredItems: vue.ShallowRef<ListItem<any>[], ListItem<any>[]>;
31811
- select: (item: ListItem<any> | undefined, set?: boolean | null) => void;
31788
+ select: (item: ListItem<any> | undefined, set?: boolean | null, keepMenu?: boolean) => void;
31812
31789
  } & Omit<Omit<{
31813
31790
  $: vue.ComponentInternalInstance;
31814
31791
  $data: {};
@@ -33447,7 +33424,7 @@ declare const VCombobox: {
33447
33424
  search: vue.WritableComputedRef<string, string>;
33448
33425
  selectionIndex: vue.ShallowRef<number, number>;
33449
33426
  filteredItems: vue.ShallowRef<ListItem<any>[], ListItem<any>[]>;
33450
- select: (item: ListItem<any> | undefined, set?: boolean | null) => void;
33427
+ select: (item: ListItem<any> | undefined, set?: boolean | null, keepMenu?: boolean) => void;
33451
33428
  } | (HTMLInputElement & Omit<Omit<{
33452
33429
  $: vue.ComponentInternalInstance;
33453
33430
  $data: {};
@@ -33977,9 +33954,6 @@ declare const VCombobox: {
33977
33954
  density: Density;
33978
33955
  rounded: string | number | boolean;
33979
33956
  tile: boolean;
33980
- transition: string | boolean | (vue.TransitionProps & {
33981
- component?: vue.Component | undefined;
33982
- }) | null;
33983
33957
  hideSpinButtons: boolean;
33984
33958
  persistentHint: boolean;
33985
33959
  messages: string | readonly string[];
@@ -34034,9 +34008,6 @@ declare const VCombobox: {
34034
34008
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
34035
34009
  density: Density;
34036
34010
  tile: boolean;
34037
- transition: string | boolean | (vue.TransitionProps & {
34038
- component?: vue.Component | undefined;
34039
- }) | null;
34040
34011
  hideSpinButtons: boolean;
34041
34012
  persistentHint: boolean;
34042
34013
  messages: string | readonly string[];
@@ -34578,7 +34549,7 @@ declare const VCombobox: {
34578
34549
  search: vue.WritableComputedRef<string, string>;
34579
34550
  selectionIndex: vue.ShallowRef<number, number>;
34580
34551
  filteredItems: vue.ShallowRef<ListItem<any>[], ListItem<any>[]>;
34581
- select: (item: ListItem<any> | undefined, set?: boolean | null) => void;
34552
+ select: (item: ListItem<any> | undefined, set?: boolean | null, keepMenu?: boolean) => void;
34582
34553
  } & Omit<Omit<{
34583
34554
  $: vue.ComponentInternalInstance;
34584
34555
  $data: {};
@@ -36217,7 +36188,7 @@ declare const VCombobox: {
36217
36188
  search: vue.WritableComputedRef<string, string>;
36218
36189
  selectionIndex: vue.ShallowRef<number, number>;
36219
36190
  filteredItems: vue.ShallowRef<ListItem<any>[], ListItem<any>[]>;
36220
- select: (item: ListItem<any> | undefined, set?: boolean | null) => void;
36191
+ select: (item: ListItem<any> | undefined, set?: boolean | null, keepMenu?: boolean) => void;
36221
36192
  } | (HTMLInputElement & Omit<Omit<{
36222
36193
  $: vue.ComponentInternalInstance;
36223
36194
  $data: {};
@@ -36752,9 +36723,6 @@ declare const VCombobox: {
36752
36723
  density: Density;
36753
36724
  rounded: string | number | boolean;
36754
36725
  tile: boolean;
36755
- transition: string | boolean | (vue.TransitionProps & {
36756
- component?: vue.Component | undefined;
36757
- }) | null;
36758
36726
  hideSpinButtons: boolean;
36759
36727
  persistentHint: boolean;
36760
36728
  messages: string | readonly string[];
@@ -36993,14 +36961,6 @@ declare const VCombobox: {
36993
36961
  minWidth: (NumberConstructor | StringConstructor)[];
36994
36962
  width: (NumberConstructor | StringConstructor)[];
36995
36963
  loading: (BooleanConstructor | StringConstructor)[];
36996
- transition: {
36997
- type: PropType<string | boolean | (vue.TransitionProps & {
36998
- component?: vue.Component | undefined;
36999
- }) | null>;
37000
- default: NonNullable<string | boolean | (vue.TransitionProps & {
37001
- component?: vue.Component | undefined;
37002
- }) | null>;
37003
- };
37004
36964
  id: StringConstructor;
37005
36965
  appendIcon: PropType<IconValue>;
37006
36966
  prependIcon: PropType<IconValue>;
@@ -37654,14 +37614,6 @@ declare const VCombobox: {
37654
37614
  minWidth: (NumberConstructor | StringConstructor)[];
37655
37615
  width: (NumberConstructor | StringConstructor)[];
37656
37616
  loading: (BooleanConstructor | StringConstructor)[];
37657
- transition: {
37658
- type: PropType<string | boolean | (vue.TransitionProps & {
37659
- component?: vue.Component | undefined;
37660
- }) | null>;
37661
- default: NonNullable<string | boolean | (vue.TransitionProps & {
37662
- component?: vue.Component | undefined;
37663
- }) | null>;
37664
- };
37665
37617
  id: StringConstructor;
37666
37618
  appendIcon: PropType<IconValue>;
37667
37619
  prependIcon: PropType<IconValue>;
@@ -83761,6 +83713,7 @@ declare const VSlideGroup: {
83761
83713
  selectedClass: string;
83762
83714
  disabled: boolean;
83763
83715
  centerActive: boolean;
83716
+ scrollToActive: boolean;
83764
83717
  direction: "horizontal" | "vertical";
83765
83718
  symbol: any;
83766
83719
  nextIcon: IconValue;
@@ -83789,6 +83742,7 @@ declare const VSlideGroup: {
83789
83742
  selectedClass: string;
83790
83743
  disabled: boolean;
83791
83744
  centerActive: boolean;
83745
+ scrollToActive: boolean;
83792
83746
  direction: "horizontal" | "vertical";
83793
83747
  symbol: any;
83794
83748
  nextIcon: IconValue;
@@ -83818,6 +83772,7 @@ declare const VSlideGroup: {
83818
83772
  selectedClass: string;
83819
83773
  disabled: boolean;
83820
83774
  centerActive: boolean;
83775
+ scrollToActive: boolean;
83821
83776
  direction: "horizontal" | "vertical";
83822
83777
  symbol: any;
83823
83778
  nextIcon: IconValue;
@@ -83844,6 +83799,7 @@ declare const VSlideGroup: {
83844
83799
  selectedClass: string;
83845
83800
  disabled: boolean;
83846
83801
  centerActive: boolean;
83802
+ scrollToActive: boolean;
83847
83803
  direction: "horizontal" | "vertical";
83848
83804
  symbol: any;
83849
83805
  nextIcon: IconValue;
@@ -83860,6 +83816,7 @@ declare const VSlideGroup: {
83860
83816
  selectedClass: string;
83861
83817
  disabled: boolean;
83862
83818
  centerActive: boolean;
83819
+ scrollToActive: boolean;
83863
83820
  direction: "horizontal" | "vertical";
83864
83821
  symbol: any;
83865
83822
  nextIcon: IconValue;
@@ -83888,6 +83845,7 @@ declare const VSlideGroup: {
83888
83845
  selectedClass: string;
83889
83846
  disabled: boolean;
83890
83847
  centerActive: boolean;
83848
+ scrollToActive: boolean;
83891
83849
  direction: "horizontal" | "vertical";
83892
83850
  symbol: any;
83893
83851
  nextIcon: IconValue;
@@ -83939,6 +83897,10 @@ declare const VSlideGroup: {
83939
83897
  };
83940
83898
  disabled: BooleanConstructor;
83941
83899
  centerActive: BooleanConstructor;
83900
+ scrollToActive: {
83901
+ type: BooleanConstructor;
83902
+ default: boolean;
83903
+ };
83942
83904
  contentClass: null;
83943
83905
  direction: {
83944
83906
  type: PropType<"horizontal" | "vertical">;
@@ -83991,6 +83953,10 @@ declare const VSlideGroup: {
83991
83953
  };
83992
83954
  disabled: BooleanConstructor;
83993
83955
  centerActive: BooleanConstructor;
83956
+ scrollToActive: {
83957
+ type: BooleanConstructor;
83958
+ default: boolean;
83959
+ };
83994
83960
  contentClass: null;
83995
83961
  direction: {
83996
83962
  type: PropType<"horizontal" | "vertical">;
@@ -92269,6 +92235,7 @@ declare const VTabs: {
92269
92235
  selectedClass: string;
92270
92236
  disabled: boolean;
92271
92237
  centerActive: boolean;
92238
+ scrollToActive: boolean;
92272
92239
  direction: "horizontal" | "vertical";
92273
92240
  symbol: any;
92274
92241
  nextIcon: IconValue;
@@ -92305,6 +92272,7 @@ declare const VTabs: {
92305
92272
  selectedClass: string;
92306
92273
  disabled: boolean;
92307
92274
  centerActive: boolean;
92275
+ scrollToActive: boolean;
92308
92276
  direction: "horizontal" | "vertical";
92309
92277
  symbol: any;
92310
92278
  nextIcon: IconValue;
@@ -92351,6 +92319,7 @@ declare const VTabs: {
92351
92319
  selectedClass: string;
92352
92320
  disabled: boolean;
92353
92321
  centerActive: boolean;
92322
+ scrollToActive: boolean;
92354
92323
  direction: "horizontal" | "vertical";
92355
92324
  symbol: any;
92356
92325
  nextIcon: IconValue;
@@ -92385,6 +92354,7 @@ declare const VTabs: {
92385
92354
  selectedClass: string;
92386
92355
  disabled: boolean;
92387
92356
  centerActive: boolean;
92357
+ scrollToActive: boolean;
92388
92358
  direction: "horizontal" | "vertical";
92389
92359
  symbol: any;
92390
92360
  nextIcon: IconValue;
@@ -92409,6 +92379,7 @@ declare const VTabs: {
92409
92379
  selectedClass: string;
92410
92380
  disabled: boolean;
92411
92381
  centerActive: boolean;
92382
+ scrollToActive: boolean;
92412
92383
  direction: "horizontal" | "vertical";
92413
92384
  symbol: any;
92414
92385
  nextIcon: IconValue;
@@ -92445,6 +92416,7 @@ declare const VTabs: {
92445
92416
  selectedClass: string;
92446
92417
  disabled: boolean;
92447
92418
  centerActive: boolean;
92419
+ scrollToActive: boolean;
92448
92420
  direction: "horizontal" | "vertical";
92449
92421
  symbol: any;
92450
92422
  nextIcon: IconValue;
@@ -92521,6 +92493,10 @@ declare const VTabs: {
92521
92493
  disabled: BooleanConstructor;
92522
92494
  spaced: PropType<"both" | "end" | "start">;
92523
92495
  centerActive: BooleanConstructor;
92496
+ scrollToActive: {
92497
+ type: BooleanConstructor;
92498
+ default: boolean;
92499
+ };
92524
92500
  contentClass: null;
92525
92501
  direction: {
92526
92502
  type: PropType<"horizontal" | "vertical">;
@@ -92604,6 +92580,10 @@ declare const VTabs: {
92604
92580
  disabled: BooleanConstructor;
92605
92581
  spaced: PropType<"both" | "end" | "start">;
92606
92582
  centerActive: BooleanConstructor;
92583
+ scrollToActive: {
92584
+ type: BooleanConstructor;
92585
+ default: boolean;
92586
+ };
92607
92587
  contentClass: null;
92608
92588
  direction: {
92609
92589
  type: PropType<"horizontal" | "vertical">;
@@ -93100,7 +93080,7 @@ declare const VTextarea: {
93100
93080
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
93101
93081
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
93102
93082
  "onUpdate:rows"?: ((rows: number) => any) | undefined;
93103
- }, HTMLInputElement & Omit<Omit<{
93083
+ }, HTMLTextAreaElement & Omit<Omit<{
93104
93084
  $: vue.ComponentInternalInstance;
93105
93085
  $data: {};
93106
93086
  $props: Partial<{
@@ -93564,7 +93544,7 @@ declare const VTextarea: {
93564
93544
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
93565
93545
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
93566
93546
  "onUpdate:rows"?: ((rows: number) => any) | undefined;
93567
- }, HTMLInputElement & Omit<Omit<{
93547
+ }, HTMLTextAreaElement & Omit<Omit<{
93568
93548
  $: vue.ComponentInternalInstance;
93569
93549
  $data: {};
93570
93550
  $props: Partial<{
@@ -93983,7 +93963,7 @@ declare const VTextarea: {
93983
93963
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
93984
93964
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
93985
93965
  "onUpdate:rows"?: ((rows: number) => any) | undefined;
93986
- }, HTMLInputElement & Omit<Omit<{
93966
+ }, HTMLTextAreaElement & Omit<Omit<{
93987
93967
  $: vue.ComponentInternalInstance;
93988
93968
  $data: {};
93989
93969
  $props: Partial<{
@@ -112873,13 +112853,9 @@ declare const VColorInput: {
112873
112853
  border?: string | number | boolean | undefined;
112874
112854
  elevation?: string | number | undefined;
112875
112855
  rounded?: string | number | boolean | undefined;
112876
- height?: string | number | undefined;
112877
- maxHeight?: string | number | undefined;
112878
112856
  maxWidth?: string | number | undefined;
112879
- minHeight?: string | number | undefined;
112880
112857
  minWidth?: string | number | undefined;
112881
112858
  width?: string | number | undefined;
112882
- location?: Anchor | null | undefined;
112883
112859
  loading?: string | boolean | undefined;
112884
112860
  position?: "absolute" | "fixed" | "relative" | "static" | "sticky" | undefined;
112885
112861
  id?: string | undefined;
@@ -113158,13 +113134,9 @@ declare const VColorInput: {
113158
113134
  border?: string | number | boolean | undefined;
113159
113135
  elevation?: string | number | undefined;
113160
113136
  rounded?: string | number | boolean | undefined;
113161
- height?: string | number | undefined;
113162
- maxHeight?: string | number | undefined;
113163
113137
  maxWidth?: string | number | undefined;
113164
- minHeight?: string | number | undefined;
113165
113138
  minWidth?: string | number | undefined;
113166
113139
  width?: string | number | undefined;
113167
- location?: Anchor | null | undefined;
113168
113140
  loading?: string | boolean | undefined;
113169
113141
  position?: "absolute" | "fixed" | "relative" | "static" | "sticky" | undefined;
113170
113142
  id?: string | undefined;
@@ -113396,13 +113368,9 @@ declare const VColorInput: {
113396
113368
  border?: string | number | boolean | undefined;
113397
113369
  elevation?: string | number | undefined;
113398
113370
  rounded?: string | number | boolean | undefined;
113399
- height?: string | number | undefined;
113400
- maxHeight?: string | number | undefined;
113401
113371
  maxWidth?: string | number | undefined;
113402
- minHeight?: string | number | undefined;
113403
113372
  minWidth?: string | number | undefined;
113404
113373
  width?: string | number | undefined;
113405
- location?: Anchor | null | undefined;
113406
113374
  loading?: string | boolean | undefined;
113407
113375
  position?: "absolute" | "fixed" | "relative" | "static" | "sticky" | undefined;
113408
113376
  id?: string | undefined;
@@ -113657,13 +113625,9 @@ declare const VColorInput: {
113657
113625
  type: PropType<string | JSXComponent>;
113658
113626
  default: string;
113659
113627
  };
113660
- height: (NumberConstructor | StringConstructor)[];
113661
- maxHeight: (NumberConstructor | StringConstructor)[];
113662
113628
  maxWidth: (NumberConstructor | StringConstructor)[];
113663
- minHeight: (NumberConstructor | StringConstructor)[];
113664
113629
  minWidth: (NumberConstructor | StringConstructor)[];
113665
113630
  width: (NumberConstructor | StringConstructor)[];
113666
- location: PropType<Anchor | null>;
113667
113631
  loading: (BooleanConstructor | StringConstructor)[];
113668
113632
  position: {
113669
113633
  type: PropType<"absolute" | "fixed" | "relative" | "static" | "sticky">;
@@ -113865,13 +113829,9 @@ declare const VColorInput: {
113865
113829
  type: PropType<string | JSXComponent>;
113866
113830
  default: string;
113867
113831
  };
113868
- height: (NumberConstructor | StringConstructor)[];
113869
- maxHeight: (NumberConstructor | StringConstructor)[];
113870
113832
  maxWidth: (NumberConstructor | StringConstructor)[];
113871
- minHeight: (NumberConstructor | StringConstructor)[];
113872
113833
  minWidth: (NumberConstructor | StringConstructor)[];
113873
113834
  width: (NumberConstructor | StringConstructor)[];
113874
- location: PropType<Anchor | null>;
113875
113835
  loading: (BooleanConstructor | StringConstructor)[];
113876
113836
  position: {
113877
113837
  type: PropType<"absolute" | "fixed" | "relative" | "static" | "sticky">;
@@ -114107,10 +114067,7 @@ declare const VDateInput: {
114107
114067
  border?: string | number | boolean | undefined;
114108
114068
  elevation?: string | number | undefined;
114109
114069
  rounded?: string | number | boolean | undefined;
114110
- height?: string | number | undefined;
114111
- maxHeight?: string | number | undefined;
114112
114070
  maxWidth?: string | number | undefined;
114113
- minHeight?: string | number | undefined;
114114
114071
  minWidth?: string | number | undefined;
114115
114072
  width?: string | number | undefined;
114116
114073
  loading?: string | boolean | undefined;
@@ -116536,10 +116493,7 @@ declare const VDateInput: {
116536
116493
  border?: string | number | boolean | undefined;
116537
116494
  elevation?: string | number | undefined;
116538
116495
  rounded?: string | number | boolean | undefined;
116539
- height?: string | number | undefined;
116540
- maxHeight?: string | number | undefined;
116541
116496
  maxWidth?: string | number | undefined;
116542
- minHeight?: string | number | undefined;
116543
116497
  minWidth?: string | number | undefined;
116544
116498
  width?: string | number | undefined;
116545
116499
  loading?: string | boolean | undefined;
@@ -118867,10 +118821,7 @@ declare const VDateInput: {
118867
118821
  border?: string | number | boolean | undefined;
118868
118822
  elevation?: string | number | undefined;
118869
118823
  rounded?: string | number | boolean | undefined;
118870
- height?: string | number | undefined;
118871
- maxHeight?: string | number | undefined;
118872
118824
  maxWidth?: string | number | undefined;
118873
- minHeight?: string | number | undefined;
118874
118825
  minWidth?: string | number | undefined;
118875
118826
  width?: string | number | undefined;
118876
118827
  loading?: string | boolean | undefined;
@@ -121287,10 +121238,7 @@ declare const VDateInput: {
121287
121238
  type: PropType<string | JSXComponent>;
121288
121239
  default: string;
121289
121240
  };
121290
- height: (NumberConstructor | StringConstructor)[];
121291
- maxHeight: (NumberConstructor | StringConstructor)[];
121292
121241
  maxWidth: (NumberConstructor | StringConstructor)[];
121293
- minHeight: (NumberConstructor | StringConstructor)[];
121294
121242
  minWidth: (NumberConstructor | StringConstructor)[];
121295
121243
  width: (NumberConstructor | StringConstructor)[];
121296
121244
  loading: (BooleanConstructor | StringConstructor)[];
@@ -121532,10 +121480,7 @@ declare const VDateInput: {
121532
121480
  type: PropType<string | JSXComponent>;
121533
121481
  default: string;
121534
121482
  };
121535
- height: (NumberConstructor | StringConstructor)[];
121536
- maxHeight: (NumberConstructor | StringConstructor)[];
121537
121483
  maxWidth: (NumberConstructor | StringConstructor)[];
121538
- minHeight: (NumberConstructor | StringConstructor)[];
121539
121484
  minWidth: (NumberConstructor | StringConstructor)[];
121540
121485
  width: (NumberConstructor | StringConstructor)[];
121541
121486
  loading: (BooleanConstructor | StringConstructor)[];
@@ -142678,49 +142623,41 @@ declare module 'vue' {
142678
142623
  $children?: VNodeChild
142679
142624
  }
142680
142625
  export interface GlobalComponents {
142681
- VAvatar: VAvatar
142682
142626
  VApp: VApp
142627
+ VAlert: VAlert
142628
+ VAlertTitle: VAlertTitle
142629
+ VAvatar: VAvatar
142683
142630
  VAppBar: VAppBar
142684
142631
  VAppBarNavIcon: VAppBarNavIcon
142685
142632
  VAppBarTitle: VAppBarTitle
142686
- VBadge: VBadge
142687
- VAutocomplete: VAutocomplete
142688
- VBottomSheet: VBottomSheet
142689
142633
  VBanner: VBanner
142690
142634
  VBannerActions: VBannerActions
142691
142635
  VBannerText: VBannerText
142636
+ VBadge: VBadge
142637
+ VAutocomplete: VAutocomplete
142638
+ VBottomSheet: VBottomSheet
142639
+ VBottomNavigation: VBottomNavigation
142692
142640
  VBreadcrumbs: VBreadcrumbs
142693
142641
  VBreadcrumbsItem: VBreadcrumbsItem
142694
142642
  VBreadcrumbsDivider: VBreadcrumbsDivider
142643
+ VBtn: VBtn
142695
142644
  VBtnGroup: VBtnGroup
142696
- VAlert: VAlert
142697
- VAlertTitle: VAlertTitle
142645
+ VCheckbox: VCheckbox
142646
+ VCheckboxBtn: VCheckboxBtn
142647
+ VBtnToggle: VBtnToggle
142648
+ VChipGroup: VChipGroup
142698
142649
  VCard: VCard
142699
142650
  VCardActions: VCardActions
142700
142651
  VCardItem: VCardItem
142701
142652
  VCardSubtitle: VCardSubtitle
142702
142653
  VCardText: VCardText
142703
142654
  VCardTitle: VCardTitle
142704
- VBtn: VBtn
142705
- VBtnToggle: VBtnToggle
142706
- VBottomNavigation: VBottomNavigation
142707
- VCheckbox: VCheckbox
142708
- VCheckboxBtn: VCheckboxBtn
142709
- VChip: VChip
142710
- VCombobox: VCombobox
142711
- VChipGroup: VChipGroup
142712
142655
  VCarousel: VCarousel
142713
142656
  VCarouselItem: VCarouselItem
142657
+ VChip: VChip
142714
142658
  VCode: VCode
142659
+ VCombobox: VCombobox
142715
142660
  VColorPicker: VColorPicker
142716
- VCounter: VCounter
142717
- VDialog: VDialog
142718
- VDatePicker: VDatePicker
142719
- VDatePickerControls: VDatePickerControls
142720
- VDatePickerHeader: VDatePickerHeader
142721
- VDatePickerMonth: VDatePickerMonth
142722
- VDatePickerMonths: VDatePickerMonths
142723
- VDatePickerYears: VDatePickerYears
142724
142661
  VDataTable: VDataTable
142725
142662
  VDataTableHeaders: VDataTableHeaders
142726
142663
  VDataTableFooter: VDataTableFooter
@@ -142728,26 +142665,36 @@ declare module 'vue' {
142728
142665
  VDataTableRow: VDataTableRow
142729
142666
  VDataTableVirtual: VDataTableVirtual
142730
142667
  VDataTableServer: VDataTableServer
142668
+ VDatePicker: VDatePicker
142669
+ VDatePickerControls: VDatePickerControls
142670
+ VDatePickerHeader: VDatePickerHeader
142671
+ VDatePickerMonth: VDatePickerMonth
142672
+ VDatePickerMonths: VDatePickerMonths
142673
+ VDatePickerYears: VDatePickerYears
142731
142674
  VDivider: VDivider
142675
+ VCounter: VCounter
142676
+ VDialog: VDialog
142732
142677
  VExpansionPanels: VExpansionPanels
142733
142678
  VExpansionPanel: VExpansionPanel
142734
142679
  VExpansionPanelText: VExpansionPanelText
142735
142680
  VExpansionPanelTitle: VExpansionPanelTitle
142736
- VFab: VFab
142737
- VField: VField
142738
- VFieldLabel: VFieldLabel
142739
142681
  VEmptyState: VEmptyState
142740
142682
  VFooter: VFooter
142683
+ VImg: VImg
142684
+ VField: VField
142685
+ VFieldLabel: VFieldLabel
142686
+ VFab: VFab
142687
+ VFileInput: VFileInput
142688
+ VInput: VInput
142741
142689
  VIcon: VIcon
142742
142690
  VComponentIcon: VComponentIcon
142743
142691
  VSvgIcon: VSvgIcon
142744
142692
  VLigatureIcon: VLigatureIcon
142745
142693
  VClassIcon: VClassIcon
142746
142694
  VInfiniteScroll: VInfiniteScroll
142747
- VFileInput: VFileInput
142695
+ VItemGroup: VItemGroup
142696
+ VItem: VItem
142748
142697
  VKbd: VKbd
142749
- VImg: VImg
142750
- VInput: VInput
142751
142698
  VLabel: VLabel
142752
142699
  VList: VList
142753
142700
  VListGroup: VListGroup
@@ -142758,34 +142705,27 @@ declare module 'vue' {
142758
142705
  VListItemSubtitle: VListItemSubtitle
142759
142706
  VListItemTitle: VListItemTitle
142760
142707
  VListSubheader: VListSubheader
142761
- VItemGroup: VItemGroup
142762
- VItem: VItem
142763
- VMessages: VMessages
142764
- VMain: VMain
142765
142708
  VMenu: VMenu
142709
+ VMain: VMain
142710
+ VMessages: VMessages
142766
142711
  VNavigationDrawer: VNavigationDrawer
142767
142712
  VOtpInput: VOtpInput
142768
- VPagination: VPagination
142769
142713
  VNumberInput: VNumberInput
142770
142714
  VOverlay: VOverlay
142771
- VRadioGroup: VRadioGroup
142772
- VProgressLinear: VProgressLinear
142715
+ VPagination: VPagination
142773
142716
  VProgressCircular: VProgressCircular
142717
+ VRadioGroup: VRadioGroup
142774
142718
  VSelectionControl: VSelectionControl
142719
+ VProgressLinear: VProgressLinear
142775
142720
  VRating: VRating
142776
- VSkeletonLoader: VSkeletonLoader
142777
- VSlideGroup: VSlideGroup
142778
- VSlideGroupItem: VSlideGroupItem
142779
142721
  VSelect: VSelect
142780
- VSelectionControlGroup: VSelectionControlGroup
142781
142722
  VSheet: VSheet
142782
- VSlider: VSlider
142783
- VSwitch: VSwitch
142723
+ VSelectionControlGroup: VSelectionControlGroup
142784
142724
  VSnackbar: VSnackbar
142785
- VTab: VTab
142786
- VTabs: VTabs
142787
- VTabsWindow: VTabsWindow
142788
- VTabsWindowItem: VTabsWindowItem
142725
+ VSlider: VSlider
142726
+ VSkeletonLoader: VSkeletonLoader
142727
+ VSlideGroup: VSlideGroup
142728
+ VSlideGroupItem: VSlideGroupItem
142789
142729
  VStepper: VStepper
142790
142730
  VStepperActions: VStepperActions
142791
142731
  VStepperHeader: VStepperHeader
@@ -142793,32 +142733,40 @@ declare module 'vue' {
142793
142733
  VStepperWindow: VStepperWindow
142794
142734
  VStepperWindowItem: VStepperWindowItem
142795
142735
  VSystemBar: VSystemBar
142796
- VTextField: VTextField
142797
- VTable: VTable
142736
+ VTab: VTab
142737
+ VTabs: VTabs
142738
+ VTabsWindow: VTabsWindow
142739
+ VTabsWindowItem: VTabsWindowItem
142798
142740
  VTextarea: VTextarea
142741
+ VSwitch: VSwitch
142742
+ VTable: VTable
142743
+ VTextField: VTextField
142744
+ VTooltip: VTooltip
142745
+ VTimePicker: VTimePicker
142746
+ VTimePickerClock: VTimePickerClock
142747
+ VTimePickerControls: VTimePickerControls
142799
142748
  VTimeline: VTimeline
142800
142749
  VTimelineItem: VTimelineItem
142801
142750
  VTreeview: VTreeview
142802
142751
  VTreeviewItem: VTreeviewItem
142803
142752
  VTreeviewGroup: VTreeviewGroup
142804
- VTooltip: VTooltip
142753
+ VWindow: VWindow
142754
+ VWindowItem: VWindowItem
142805
142755
  VToolbar: VToolbar
142806
142756
  VToolbarTitle: VToolbarTitle
142807
142757
  VToolbarItems: VToolbarItems
142808
- VWindow: VWindow
142809
- VWindowItem: VWindowItem
142810
142758
  VConfirmEdit: VConfirmEdit
142811
142759
  VDataIterator: VDataIterator
142812
142760
  VDefaultsProvider: VDefaultsProvider
142813
142761
  VForm: VForm
142814
- VHover: VHover
142815
142762
  VContainer: VContainer
142816
142763
  VCol: VCol
142817
142764
  VRow: VRow
142818
142765
  VSpacer: VSpacer
142766
+ VHover: VHover
142767
+ VLazy: VLazy
142819
142768
  VLayout: VLayout
142820
142769
  VLayoutItem: VLayoutItem
142821
- VLazy: VLazy
142822
142770
  VLocaleProvider: VLocaleProvider
142823
142771
  VNoSsr: VNoSsr
142824
142772
  VParallax: VParallax
@@ -142847,26 +142795,23 @@ declare module 'vue' {
142847
142795
  VExpandTransition: VExpandTransition
142848
142796
  VExpandXTransition: VExpandXTransition
142849
142797
  VDialogTransition: VDialogTransition
142850
- VTimePicker: VTimePicker
142851
- VTimePickerClock: VTimePickerClock
142852
- VTimePickerControls: VTimePickerControls
142853
142798
  VCalendar: VCalendar
142854
142799
  VColorInput: VColorInput
142855
142800
  VFileUpload: VFileUpload
142856
142801
  VFileUploadItem: VFileUploadItem
142857
142802
  VIconBtn: VIconBtn
142858
- VStepperVertical: VStepperVertical
142859
- VStepperVerticalItem: VStepperVerticalItem
142860
- VStepperVerticalActions: VStepperVerticalActions
142861
142803
  VPie: VPie
142862
142804
  VPieSegment: VPieSegment
142863
142805
  VPieTooltip: VPieTooltip
142806
+ VPicker: VPicker
142807
+ VPickerTitle: VPickerTitle
142808
+ VStepperVertical: VStepperVertical
142809
+ VStepperVerticalItem: VStepperVerticalItem
142810
+ VStepperVerticalActions: VStepperVerticalActions
142864
142811
  VHotkey: VHotkey
142865
142812
  VVideo: VVideo
142866
142813
  VVideoControls: VVideoControls
142867
142814
  VVideoVolume: VVideoVolume
142868
- VPicker: VPicker
142869
- VPickerTitle: VPickerTitle
142870
142815
  VDateInput: VDateInput
142871
142816
  VMaskInput: VMaskInput
142872
142817
  VPullToRefresh: VPullToRefresh