@vuetify/nightly 3.11.5-dev.2025-12-24 → 3.11.5-dev.2025-12-26

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 (46) hide show
  1. package/CHANGELOG.md +4 -3
  2. package/dist/json/attributes.json +1144 -1140
  3. package/dist/json/importMap-labs.json +14 -14
  4. package/dist/json/importMap.json +164 -164
  5. package/dist/json/tags.json +1 -0
  6. package/dist/json/web-types.json +2026 -2016
  7. package/dist/vuetify-labs.cjs +34 -12
  8. package/dist/vuetify-labs.css +5784 -5784
  9. package/dist/vuetify-labs.d.ts +85 -73
  10. package/dist/vuetify-labs.esm.js +34 -12
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +34 -12
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +31 -9
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +5916 -5916
  17. package/dist/vuetify.d.ts +62 -54
  18. package/dist/vuetify.esm.js +31 -9
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +31 -9
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +338 -337
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VColorPicker/VColorPicker.d.ts +13 -0
  26. package/lib/components/VColorPicker/VColorPicker.js +7 -2
  27. package/lib/components/VColorPicker/VColorPicker.js.map +1 -1
  28. package/lib/components/VColorPicker/VColorPickerCanvas.d.ts +13 -0
  29. package/lib/components/VColorPicker/VColorPickerCanvas.js +5 -3
  30. package/lib/components/VColorPicker/VColorPickerCanvas.js.map +1 -1
  31. package/lib/components/VColorPicker/VColorPickerEdit.d.ts +13 -0
  32. package/lib/components/VColorPicker/VColorPickerEdit.js +2 -0
  33. package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -1
  34. package/lib/components/VColorPicker/VColorPickerPreview.d.ts +13 -0
  35. package/lib/components/VColorPicker/VColorPickerPreview.js +7 -2
  36. package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
  37. package/lib/components/VColorPicker/VColorPickerSwatches.d.ts +13 -0
  38. package/lib/components/VColorPicker/VColorPickerSwatches.js +10 -1
  39. package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
  40. package/lib/entry-bundler.js +1 -1
  41. package/lib/framework.d.ts +54 -54
  42. package/lib/framework.js +1 -1
  43. package/lib/labs/VColorInput/VColorInput.d.ts +43 -35
  44. package/lib/labs/VColorInput/VColorInput.js +3 -3
  45. package/lib/labs/VColorInput/VColorInput.js.map +1 -1
  46. package/package.json +1 -1
@@ -35263,6 +35263,7 @@ declare const VColorPicker: {
35263
35263
  validator: (v: any) => boolean;
35264
35264
  };
35265
35265
  showSwatches: BooleanConstructor;
35266
+ readonly: BooleanConstructor;
35266
35267
  swatches: PropType<readonly (readonly (string | number | {
35267
35268
  readonly h: number;
35268
35269
  readonly s: number;
@@ -35312,6 +35313,7 @@ declare const VColorPicker: {
35312
35313
  mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba";
35313
35314
  modes: readonly ("hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba")[];
35314
35315
  showSwatches: boolean;
35316
+ readonly: boolean;
35315
35317
  swatchesMaxHeight: string | number;
35316
35318
  }, true, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
35317
35319
  P: {};
@@ -35390,6 +35392,7 @@ declare const VColorPicker: {
35390
35392
  validator: (v: any) => boolean;
35391
35393
  };
35392
35394
  showSwatches: BooleanConstructor;
35395
+ readonly: BooleanConstructor;
35393
35396
  swatches: PropType<readonly (readonly (string | number | {
35394
35397
  readonly h: number;
35395
35398
  readonly s: number;
@@ -35436,6 +35439,7 @@ declare const VColorPicker: {
35436
35439
  mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba";
35437
35440
  modes: readonly ("hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba")[];
35438
35441
  showSwatches: boolean;
35442
+ readonly: boolean;
35439
35443
  swatchesMaxHeight: string | number;
35440
35444
  }>;
35441
35445
  __isFragment?: undefined;
@@ -35511,6 +35515,7 @@ declare const VColorPicker: {
35511
35515
  validator: (v: any) => boolean;
35512
35516
  };
35513
35517
  showSwatches: BooleanConstructor;
35518
+ readonly: BooleanConstructor;
35514
35519
  swatches: PropType<readonly (readonly (string | number | {
35515
35520
  readonly h: number;
35516
35521
  readonly s: number;
@@ -35560,6 +35565,7 @@ declare const VColorPicker: {
35560
35565
  mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba";
35561
35566
  modes: readonly ("hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba")[];
35562
35567
  showSwatches: boolean;
35568
+ readonly: boolean;
35563
35569
  swatchesMaxHeight: string | number;
35564
35570
  }, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
35565
35571
  theme: StringConstructor;
@@ -35631,6 +35637,7 @@ declare const VColorPicker: {
35631
35637
  validator: (v: any) => boolean;
35632
35638
  };
35633
35639
  showSwatches: BooleanConstructor;
35640
+ readonly: BooleanConstructor;
35634
35641
  swatches: PropType<readonly (readonly (string | number | {
35635
35642
  readonly h: number;
35636
35643
  readonly s: number;
@@ -35724,6 +35731,7 @@ declare const VColorPicker: {
35724
35731
  validator: (v: any) => boolean;
35725
35732
  };
35726
35733
  showSwatches: BooleanConstructor;
35734
+ readonly: BooleanConstructor;
35727
35735
  swatches: PropType<readonly (readonly (string | number | {
35728
35736
  readonly h: number;
35729
35737
  readonly s: number;
@@ -114884,7 +114892,6 @@ declare const VColorInput: {
114884
114892
  focused: boolean;
114885
114893
  errorMessages: string | readonly string[] | null;
114886
114894
  maxErrors: string | number;
114887
- readonly: boolean | null;
114888
114895
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
114889
114896
  density: Density;
114890
114897
  tile: boolean;
@@ -114923,6 +114930,7 @@ declare const VColorInput: {
114923
114930
  mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba";
114924
114931
  modes: readonly ("hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba")[];
114925
114932
  showSwatches: boolean;
114933
+ readonly: boolean;
114926
114934
  swatchesMaxHeight: string | number;
114927
114935
  cancelText: string;
114928
114936
  okText: string;
@@ -115011,6 +115019,7 @@ declare const VColorInput: {
115011
115019
  mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba";
115012
115020
  modes: readonly ("hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba")[];
115013
115021
  showSwatches: boolean;
115022
+ readonly: boolean;
115014
115023
  swatchesMaxHeight: string | number;
115015
115024
  }> & Omit<{
115016
115025
  readonly theme?: string | undefined;
@@ -115047,6 +115056,7 @@ declare const VColorInput: {
115047
115056
  readonly mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba";
115048
115057
  readonly modes: readonly ("hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba")[];
115049
115058
  readonly showSwatches: boolean;
115059
+ readonly readonly: boolean;
115050
115060
  readonly swatches?: readonly (readonly (string | number | {
115051
115061
  readonly h: number;
115052
115062
  readonly s: number;
@@ -115067,7 +115077,7 @@ declare const VColorInput: {
115067
115077
  readonly modelValue?: string | Record<string, unknown> | null | undefined;
115068
115078
  "onUpdate:mode"?: ((mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba") => any) | undefined;
115069
115079
  "onUpdate:modelValue"?: ((color: any) => any) | undefined;
115070
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "canvasHeight" | "disabled" | "divided" | "dotSize" | "eyeDropperIcon" | "hideCanvas" | "hideEyeDropper" | "hideHeader" | "hideInputs" | "hideSliders" | "hideTitle" | "landscape" | "mode" | "modes" | "rounded" | "showSwatches" | "style" | "swatchesMaxHeight" | "tag" | "tile">) | undefined;
115080
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "canvasHeight" | "disabled" | "divided" | "dotSize" | "eyeDropperIcon" | "hideCanvas" | "hideEyeDropper" | "hideHeader" | "hideInputs" | "hideSliders" | "hideTitle" | "landscape" | "mode" | "modes" | "readonly" | "rounded" | "showSwatches" | "style" | "swatchesMaxHeight" | "tag" | "tile">) | undefined;
115071
115081
  } & {
115072
115082
  $children?: {
115073
115083
  prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
@@ -115136,7 +115146,6 @@ declare const VColorInput: {
115136
115146
  focused: boolean;
115137
115147
  errorMessages: string | readonly string[] | null;
115138
115148
  maxErrors: string | number;
115139
- readonly: boolean | null;
115140
115149
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
115141
115150
  density: Density;
115142
115151
  rounded: string | number | boolean;
@@ -115177,6 +115186,7 @@ declare const VColorInput: {
115177
115186
  mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba";
115178
115187
  modes: readonly ("hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba")[];
115179
115188
  showSwatches: boolean;
115189
+ readonly: boolean;
115180
115190
  swatchesMaxHeight: string | number;
115181
115191
  cancelText: string;
115182
115192
  okText: string;
@@ -115240,7 +115250,6 @@ declare const VColorInput: {
115240
115250
  focused: boolean;
115241
115251
  errorMessages: string | readonly string[] | null;
115242
115252
  maxErrors: string | number;
115243
- readonly: boolean | null;
115244
115253
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
115245
115254
  density: Density;
115246
115255
  tile: boolean;
@@ -115279,6 +115288,7 @@ declare const VColorInput: {
115279
115288
  mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba";
115280
115289
  modes: readonly ("hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba")[];
115281
115290
  showSwatches: boolean;
115291
+ readonly: boolean;
115282
115292
  swatchesMaxHeight: string | number;
115283
115293
  cancelText: string;
115284
115294
  okText: string;
@@ -115367,6 +115377,7 @@ declare const VColorInput: {
115367
115377
  mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba";
115368
115378
  modes: readonly ("hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba")[];
115369
115379
  showSwatches: boolean;
115380
+ readonly: boolean;
115370
115381
  swatchesMaxHeight: string | number;
115371
115382
  }> & Omit<{
115372
115383
  readonly theme?: string | undefined;
@@ -115403,6 +115414,7 @@ declare const VColorInput: {
115403
115414
  readonly mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba";
115404
115415
  readonly modes: readonly ("hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba")[];
115405
115416
  readonly showSwatches: boolean;
115417
+ readonly readonly: boolean;
115406
115418
  readonly swatches?: readonly (readonly (string | number | {
115407
115419
  readonly h: number;
115408
115420
  readonly s: number;
@@ -115423,7 +115435,7 @@ declare const VColorInput: {
115423
115435
  readonly modelValue?: string | Record<string, unknown> | null | undefined;
115424
115436
  "onUpdate:mode"?: ((mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba") => any) | undefined;
115425
115437
  "onUpdate:modelValue"?: ((color: any) => any) | undefined;
115426
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "canvasHeight" | "disabled" | "divided" | "dotSize" | "eyeDropperIcon" | "hideCanvas" | "hideEyeDropper" | "hideHeader" | "hideInputs" | "hideSliders" | "hideTitle" | "landscape" | "mode" | "modes" | "rounded" | "showSwatches" | "style" | "swatchesMaxHeight" | "tag" | "tile">) | undefined;
115438
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "canvasHeight" | "disabled" | "divided" | "dotSize" | "eyeDropperIcon" | "hideCanvas" | "hideEyeDropper" | "hideHeader" | "hideInputs" | "hideSliders" | "hideTitle" | "landscape" | "mode" | "modes" | "readonly" | "rounded" | "showSwatches" | "style" | "swatchesMaxHeight" | "tag" | "tile">) | undefined;
115427
115439
  } & {
115428
115440
  $children?: {
115429
115441
  prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
@@ -115490,7 +115502,6 @@ declare const VColorInput: {
115490
115502
  focused: boolean;
115491
115503
  errorMessages: string | readonly string[] | null;
115492
115504
  maxErrors: string | number;
115493
- readonly: boolean | null;
115494
115505
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
115495
115506
  density: Density;
115496
115507
  rounded: string | number | boolean;
@@ -115531,6 +115542,7 @@ declare const VColorInput: {
115531
115542
  mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba";
115532
115543
  modes: readonly ("hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba")[];
115533
115544
  showSwatches: boolean;
115545
+ readonly: boolean;
115534
115546
  swatchesMaxHeight: string | number;
115535
115547
  cancelText: string;
115536
115548
  okText: string;
@@ -115549,7 +115561,6 @@ declare const VColorInput: {
115549
115561
  focused: boolean;
115550
115562
  errorMessages: string | readonly string[] | null;
115551
115563
  maxErrors: string | number;
115552
- readonly: boolean | null;
115553
115564
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
115554
115565
  density: Density;
115555
115566
  tile: boolean;
@@ -115588,6 +115599,7 @@ declare const VColorInput: {
115588
115599
  mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba";
115589
115600
  modes: readonly ("hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba")[];
115590
115601
  showSwatches: boolean;
115602
+ readonly: boolean;
115591
115603
  swatchesMaxHeight: string | number;
115592
115604
  cancelText: string;
115593
115605
  okText: string;
@@ -115676,6 +115688,7 @@ declare const VColorInput: {
115676
115688
  mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba";
115677
115689
  modes: readonly ("hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba")[];
115678
115690
  showSwatches: boolean;
115691
+ readonly: boolean;
115679
115692
  swatchesMaxHeight: string | number;
115680
115693
  }> & Omit<{
115681
115694
  readonly theme?: string | undefined;
@@ -115712,6 +115725,7 @@ declare const VColorInput: {
115712
115725
  readonly mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba";
115713
115726
  readonly modes: readonly ("hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba")[];
115714
115727
  readonly showSwatches: boolean;
115728
+ readonly readonly: boolean;
115715
115729
  readonly swatches?: readonly (readonly (string | number | {
115716
115730
  readonly h: number;
115717
115731
  readonly s: number;
@@ -115732,7 +115746,7 @@ declare const VColorInput: {
115732
115746
  readonly modelValue?: string | Record<string, unknown> | null | undefined;
115733
115747
  "onUpdate:mode"?: ((mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba") => any) | undefined;
115734
115748
  "onUpdate:modelValue"?: ((color: any) => any) | undefined;
115735
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "canvasHeight" | "disabled" | "divided" | "dotSize" | "eyeDropperIcon" | "hideCanvas" | "hideEyeDropper" | "hideHeader" | "hideInputs" | "hideSliders" | "hideTitle" | "landscape" | "mode" | "modes" | "rounded" | "showSwatches" | "style" | "swatchesMaxHeight" | "tag" | "tile">) | undefined;
115749
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "canvasHeight" | "disabled" | "divided" | "dotSize" | "eyeDropperIcon" | "hideCanvas" | "hideEyeDropper" | "hideHeader" | "hideInputs" | "hideSliders" | "hideTitle" | "landscape" | "mode" | "modes" | "readonly" | "rounded" | "showSwatches" | "style" | "swatchesMaxHeight" | "tag" | "tile">) | undefined;
115736
115750
  } & {
115737
115751
  $children?: {
115738
115752
  prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
@@ -115801,7 +115815,6 @@ declare const VColorInput: {
115801
115815
  focused: boolean;
115802
115816
  errorMessages: string | readonly string[] | null;
115803
115817
  maxErrors: string | number;
115804
- readonly: boolean | null;
115805
115818
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
115806
115819
  density: Density;
115807
115820
  rounded: string | number | boolean;
@@ -115842,6 +115855,7 @@ declare const VColorInput: {
115842
115855
  mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba";
115843
115856
  modes: readonly ("hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba")[];
115844
115857
  showSwatches: boolean;
115858
+ readonly: boolean;
115845
115859
  swatchesMaxHeight: string | number;
115846
115860
  cancelText: string;
115847
115861
  okText: string;
@@ -115911,10 +115925,6 @@ declare const VColorInput: {
115911
115925
  default: number;
115912
115926
  };
115913
115927
  name: StringConstructor;
115914
- readonly: {
115915
- type: PropType<boolean | null>;
115916
- default: null;
115917
- };
115918
115928
  rules: {
115919
115929
  type: PropType<readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[]>;
115920
115930
  default: () => never[];
@@ -116049,6 +116059,7 @@ declare const VColorInput: {
116049
116059
  validator: (v: any) => boolean;
116050
116060
  };
116051
116061
  showSwatches: BooleanConstructor;
116062
+ readonly: BooleanConstructor;
116052
116063
  swatches: PropType<readonly (readonly (string | number | {
116053
116064
  readonly h: number;
116054
116065
  readonly s: number;
@@ -116116,6 +116127,7 @@ declare const VColorInput: {
116116
116127
  mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba";
116117
116128
  modes: readonly ("hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba")[];
116118
116129
  showSwatches: boolean;
116130
+ readonly: boolean;
116119
116131
  swatchesMaxHeight: string | number;
116120
116132
  }> & Omit<{
116121
116133
  readonly theme?: string | undefined;
@@ -116152,6 +116164,7 @@ declare const VColorInput: {
116152
116164
  readonly mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba";
116153
116165
  readonly modes: readonly ("hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba")[];
116154
116166
  readonly showSwatches: boolean;
116167
+ readonly readonly: boolean;
116155
116168
  readonly swatches?: readonly (readonly (string | number | {
116156
116169
  readonly h: number;
116157
116170
  readonly s: number;
@@ -116172,7 +116185,7 @@ declare const VColorInput: {
116172
116185
  readonly modelValue?: string | Record<string, unknown> | null | undefined;
116173
116186
  "onUpdate:mode"?: ((mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba") => any) | undefined;
116174
116187
  "onUpdate:modelValue"?: ((color: any) => any) | undefined;
116175
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "canvasHeight" | "disabled" | "divided" | "dotSize" | "eyeDropperIcon" | "hideCanvas" | "hideEyeDropper" | "hideHeader" | "hideInputs" | "hideSliders" | "hideTitle" | "landscape" | "mode" | "modes" | "rounded" | "showSwatches" | "style" | "swatchesMaxHeight" | "tag" | "tile">>;
116188
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "canvasHeight" | "disabled" | "divided" | "dotSize" | "eyeDropperIcon" | "hideCanvas" | "hideEyeDropper" | "hideHeader" | "hideInputs" | "hideSliders" | "hideTitle" | "landscape" | "mode" | "modes" | "readonly" | "rounded" | "showSwatches" | "style" | "swatchesMaxHeight" | "tag" | "tile">>;
116176
116189
  }, vue.ExtractPropTypes<{
116177
116190
  theme: StringConstructor;
116178
116191
  class: PropType<any>;
@@ -116191,10 +116204,6 @@ declare const VColorInput: {
116191
116204
  default: number;
116192
116205
  };
116193
116206
  name: StringConstructor;
116194
- readonly: {
116195
- type: PropType<boolean | null>;
116196
- default: null;
116197
- };
116198
116207
  rules: {
116199
116208
  type: PropType<readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[]>;
116200
116209
  default: () => never[];
@@ -116329,6 +116338,7 @@ declare const VColorInput: {
116329
116338
  validator: (v: any) => boolean;
116330
116339
  };
116331
116340
  showSwatches: BooleanConstructor;
116341
+ readonly: BooleanConstructor;
116332
116342
  swatches: PropType<readonly (readonly (string | number | {
116333
116343
  readonly h: number;
116334
116344
  readonly s: number;
@@ -116396,6 +116406,7 @@ declare const VColorInput: {
116396
116406
  mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba";
116397
116407
  modes: readonly ("hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba")[];
116398
116408
  showSwatches: boolean;
116409
+ readonly: boolean;
116399
116410
  swatchesMaxHeight: string | number;
116400
116411
  }> & Omit<{
116401
116412
  readonly theme?: string | undefined;
@@ -116432,6 +116443,7 @@ declare const VColorInput: {
116432
116443
  readonly mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba";
116433
116444
  readonly modes: readonly ("hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba")[];
116434
116445
  readonly showSwatches: boolean;
116446
+ readonly readonly: boolean;
116435
116447
  readonly swatches?: readonly (readonly (string | number | {
116436
116448
  readonly h: number;
116437
116449
  readonly s: number;
@@ -116452,7 +116464,7 @@ declare const VColorInput: {
116452
116464
  readonly modelValue?: string | Record<string, unknown> | null | undefined;
116453
116465
  "onUpdate:mode"?: ((mode: "hex" | "hexa" | "hsl" | "hsla" | "rgb" | "rgba") => any) | undefined;
116454
116466
  "onUpdate:modelValue"?: ((color: any) => any) | undefined;
116455
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "canvasHeight" | "disabled" | "divided" | "dotSize" | "eyeDropperIcon" | "hideCanvas" | "hideEyeDropper" | "hideHeader" | "hideInputs" | "hideSliders" | "hideTitle" | "landscape" | "mode" | "modes" | "rounded" | "showSwatches" | "style" | "swatchesMaxHeight" | "tag" | "tile">>;
116467
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "canvasHeight" | "disabled" | "divided" | "dotSize" | "eyeDropperIcon" | "hideCanvas" | "hideEyeDropper" | "hideHeader" | "hideInputs" | "hideSliders" | "hideTitle" | "landscape" | "mode" | "modes" | "readonly" | "rounded" | "showSwatches" | "style" | "swatchesMaxHeight" | "tag" | "tile">>;
116456
116468
  }>>;
116457
116469
  type VColorInput = InstanceType<typeof VColorInput>;
116458
116470
 
@@ -146398,40 +146410,41 @@ declare module 'vue' {
146398
146410
  $children?: VNodeChild
146399
146411
  }
146400
146412
  export interface GlobalComponents {
146401
- VApp: VApp
146402
- VAppBar: VAppBar
146403
- VAppBarNavIcon: VAppBarNavIcon
146404
- VAppBarTitle: VAppBarTitle
146405
- VAutocomplete: VAutocomplete
146406
146413
  VAlert: VAlert
146407
146414
  VAlertTitle: VAlertTitle
146408
- VBanner: VBanner
146409
- VBannerActions: VBannerActions
146410
- VBannerText: VBannerText
146415
+ VAutocomplete: VAutocomplete
146411
146416
  VAvatar: VAvatar
146412
146417
  VBottomNavigation: VBottomNavigation
146413
146418
  VBadge: VBadge
146419
+ VBanner: VBanner
146420
+ VBannerActions: VBannerActions
146421
+ VBannerText: VBannerText
146414
146422
  VBottomSheet: VBottomSheet
146423
+ VBtn: VBtn
146415
146424
  VBreadcrumbs: VBreadcrumbs
146416
146425
  VBreadcrumbsItem: VBreadcrumbsItem
146417
146426
  VBreadcrumbsDivider: VBreadcrumbsDivider
146418
- VCalendar: VCalendar
146419
- VBtn: VBtn
146427
+ VAppBar: VAppBar
146428
+ VAppBarNavIcon: VAppBarNavIcon
146429
+ VAppBarTitle: VAppBarTitle
146430
+ VBtnGroup: VBtnGroup
146420
146431
  VBtnToggle: VBtnToggle
146432
+ VCalendar: VCalendar
146421
146433
  VCard: VCard
146422
146434
  VCardActions: VCardActions
146423
146435
  VCardItem: VCardItem
146424
146436
  VCardSubtitle: VCardSubtitle
146425
146437
  VCardText: VCardText
146426
146438
  VCardTitle: VCardTitle
146427
- VCarousel: VCarousel
146428
- VCarouselItem: VCarouselItem
146429
- VBtnGroup: VBtnGroup
146430
- VColorPicker: VColorPicker
146439
+ VChip: VChip
146431
146440
  VCheckbox: VCheckbox
146432
146441
  VCheckboxBtn: VCheckboxBtn
146433
- VChip: VChip
146442
+ VCarousel: VCarousel
146443
+ VCarouselItem: VCarouselItem
146444
+ VCombobox: VCombobox
146445
+ VChipGroup: VChipGroup
146434
146446
  VCode: VCode
146447
+ VColorPicker: VColorPicker
146435
146448
  VDataTable: VDataTable
146436
146449
  VDataTableHeaders: VDataTableHeaders
146437
146450
  VDataTableFooter: VDataTableFooter
@@ -146439,42 +146452,39 @@ declare module 'vue' {
146439
146452
  VDataTableRow: VDataTableRow
146440
146453
  VDataTableVirtual: VDataTableVirtual
146441
146454
  VDataTableServer: VDataTableServer
146442
- VCombobox: VCombobox
146443
- VChipGroup: VChipGroup
146455
+ VCounter: VCounter
146444
146456
  VDatePicker: VDatePicker
146445
146457
  VDatePickerControls: VDatePickerControls
146446
146458
  VDatePickerHeader: VDatePickerHeader
146447
146459
  VDatePickerMonth: VDatePickerMonth
146448
146460
  VDatePickerMonths: VDatePickerMonths
146449
146461
  VDatePickerYears: VDatePickerYears
146450
- VCounter: VCounter
146462
+ VEmptyState: VEmptyState
146451
146463
  VDivider: VDivider
146464
+ VFab: VFab
146452
146465
  VDialog: VDialog
146453
- VField: VField
146454
- VFieldLabel: VFieldLabel
146455
- VEmptyState: VEmptyState
146456
146466
  VExpansionPanels: VExpansionPanels
146457
146467
  VExpansionPanel: VExpansionPanel
146458
146468
  VExpansionPanelText: VExpansionPanelText
146459
146469
  VExpansionPanelTitle: VExpansionPanelTitle
146460
- VFooter: VFooter
146461
- VFab: VFab
146462
146470
  VFileInput: VFileInput
146471
+ VApp: VApp
146463
146472
  VHotkey: VHotkey
146464
- VInput: VInput
146465
- VImg: VImg
146473
+ VFooter: VFooter
146466
146474
  VIcon: VIcon
146467
146475
  VComponentIcon: VComponentIcon
146468
146476
  VSvgIcon: VSvgIcon
146469
146477
  VLigatureIcon: VLigatureIcon
146470
146478
  VClassIcon: VClassIcon
146479
+ VField: VField
146480
+ VFieldLabel: VFieldLabel
146481
+ VImg: VImg
146482
+ VInfiniteScroll: VInfiniteScroll
146483
+ VInput: VInput
146484
+ VKbd: VKbd
146471
146485
  VItemGroup: VItemGroup
146472
146486
  VItem: VItem
146473
- VKbd: VKbd
146474
146487
  VLabel: VLabel
146475
- VInfiniteScroll: VInfiniteScroll
146476
- VMenu: VMenu
146477
- VMessages: VMessages
146478
146488
  VList: VList
146479
146489
  VListGroup: VListGroup
146480
146490
  VListImg: VListImg
@@ -146484,72 +146494,73 @@ declare module 'vue' {
146484
146494
  VListItemSubtitle: VListItemSubtitle
146485
146495
  VListItemTitle: VListItemTitle
146486
146496
  VListSubheader: VListSubheader
146497
+ VMessages: VMessages
146487
146498
  VMain: VMain
146488
146499
  VNavigationDrawer: VNavigationDrawer
146489
146500
  VOtpInput: VOtpInput
146490
- VProgressCircular: VProgressCircular
146501
+ VMenu: VMenu
146491
146502
  VNumberInput: VNumberInput
146492
- VPagination: VPagination
146503
+ VProgressCircular: VProgressCircular
146493
146504
  VOverlay: VOverlay
146505
+ VPagination: VPagination
146494
146506
  VRadioGroup: VRadioGroup
146495
146507
  VRating: VRating
146496
146508
  VProgressLinear: VProgressLinear
146509
+ VSelect: VSelect
146497
146510
  VSelectionControlGroup: VSelectionControlGroup
146498
- VSheet: VSheet
146499
- VSkeletonLoader: VSkeletonLoader
146500
146511
  VSelectionControl: VSelectionControl
146512
+ VSkeletonLoader: VSkeletonLoader
146513
+ VSheet: VSheet
146501
146514
  VSlideGroup: VSlideGroup
146502
146515
  VSlideGroupItem: VSlideGroupItem
146503
- VSelect: VSelect
146504
- VSlider: VSlider
146505
- VSwitch: VSwitch
146506
- VSnackbar: VSnackbar
146507
146516
  VStepper: VStepper
146508
146517
  VStepperActions: VStepperActions
146509
146518
  VStepperHeader: VStepperHeader
146510
146519
  VStepperItem: VStepperItem
146511
146520
  VStepperWindow: VStepperWindow
146512
146521
  VStepperWindowItem: VStepperWindowItem
146522
+ VSlider: VSlider
146523
+ VSnackbar: VSnackbar
146513
146524
  VTab: VTab
146514
146525
  VTabs: VTabs
146515
146526
  VTabsWindow: VTabsWindow
146516
146527
  VTabsWindowItem: VTabsWindowItem
146517
- VTextField: VTextField
146518
- VSystemBar: VSystemBar
146519
- VTextarea: VTextarea
146528
+ VSwitch: VSwitch
146520
146529
  VTable: VTable
146530
+ VSystemBar: VSystemBar
146531
+ VTextField: VTextField
146521
146532
  VToolbar: VToolbar
146522
146533
  VToolbarTitle: VToolbarTitle
146523
146534
  VToolbarItems: VToolbarItems
146535
+ VTextarea: VTextarea
146536
+ VTimeline: VTimeline
146537
+ VTimelineItem: VTimelineItem
146524
146538
  VTreeview: VTreeview
146525
146539
  VTreeviewItem: VTreeviewItem
146526
146540
  VTreeviewGroup: VTreeviewGroup
146527
- VTimePicker: VTimePicker
146528
- VTimePickerClock: VTimePickerClock
146529
- VTimePickerControls: VTimePickerControls
146530
- VTimeline: VTimeline
146531
- VTimelineItem: VTimelineItem
146532
146541
  VWindow: VWindow
146533
146542
  VWindowItem: VWindowItem
146534
146543
  VTooltip: VTooltip
146544
+ VTimePicker: VTimePicker
146545
+ VTimePickerClock: VTimePickerClock
146546
+ VTimePickerControls: VTimePickerControls
146535
146547
  VConfirmEdit: VConfirmEdit
146536
146548
  VDataIterator: VDataIterator
146537
146549
  VDefaultsProvider: VDefaultsProvider
146538
146550
  VForm: VForm
146539
146551
  VHover: VHover
146552
+ VLayout: VLayout
146553
+ VLayoutItem: VLayoutItem
146540
146554
  VContainer: VContainer
146541
146555
  VCol: VCol
146542
146556
  VRow: VRow
146543
146557
  VSpacer: VSpacer
146544
- VLayout: VLayout
146545
- VLayoutItem: VLayoutItem
146546
146558
  VLazy: VLazy
146547
- VNoSsr: VNoSsr
146548
146559
  VLocaleProvider: VLocaleProvider
146549
- VParallax: VParallax
146560
+ VNoSsr: VNoSsr
146550
146561
  VRadio: VRadio
146551
- VResponsive: VResponsive
146552
146562
  VRangeSlider: VRangeSlider
146563
+ VResponsive: VResponsive
146553
146564
  VSnackbarQueue: VSnackbarQueue
146554
146565
  VSparkline: VSparkline
146555
146566
  VSpeedDial: VSpeedDial
@@ -146572,22 +146583,23 @@ declare module 'vue' {
146572
146583
  VExpandTransition: VExpandTransition
146573
146584
  VExpandXTransition: VExpandXTransition
146574
146585
  VDialogTransition: VDialogTransition
146575
- VColorInput: VColorInput
146586
+ VParallax: VParallax
146576
146587
  VFileUpload: VFileUpload
146577
146588
  VFileUploadItem: VFileUploadItem
146578
- VIconBtn: VIconBtn
146589
+ VPicker: VPicker
146590
+ VPickerTitle: VPickerTitle
146579
146591
  VPie: VPie
146580
146592
  VPieSegment: VPieSegment
146581
146593
  VPieTooltip: VPieTooltip
146594
+ VIconBtn: VIconBtn
146582
146595
  VStepperVertical: VStepperVertical
146583
146596
  VStepperVerticalItem: VStepperVerticalItem
146584
146597
  VStepperVerticalActions: VStepperVerticalActions
146585
- VPicker: VPicker
146586
- VPickerTitle: VPickerTitle
146587
146598
  VVideo: VVideo
146588
146599
  VVideoControls: VVideoControls
146589
146600
  VVideoVolume: VVideoVolume
146590
146601
  VDateInput: VDateInput
146602
+ VColorInput: VColorInput
146591
146603
  VMaskInput: VMaskInput
146592
146604
  VPullToRefresh: VPullToRefresh
146593
146605
  }