@vuetify/nightly 3.1.4 → 3.1.5-master-20230210.0

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 -210
  2. package/dist/json/attributes.json +24 -24
  3. package/dist/json/importMap.json +68 -68
  4. package/dist/json/web-types.json +49 -38
  5. package/dist/vuetify-labs.css +194 -194
  6. package/dist/vuetify-labs.d.ts +18 -32
  7. package/dist/vuetify-labs.esm.js +36 -27
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +35 -26
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +106 -106
  12. package/dist/vuetify.d.ts +37 -51
  13. package/dist/vuetify.esm.js +36 -27
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +35 -26
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +32 -31
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -3
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  22. package/lib/components/VCombobox/VCombobox.mjs +2 -3
  23. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  24. package/lib/components/VField/VField.mjs +0 -2
  25. package/lib/components/VField/VField.mjs.map +1 -1
  26. package/lib/components/VField/index.d.ts +1 -7
  27. package/lib/components/VFileInput/VFileInput.mjs +6 -1
  28. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  29. package/lib/components/VFileInput/index.d.ts +2 -0
  30. package/lib/components/VSelect/VSelect.mjs +2 -2
  31. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  32. package/lib/components/VTextField/VTextField.mjs +9 -7
  33. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  34. package/lib/components/VTextField/index.d.ts +13 -25
  35. package/lib/components/VTextarea/VTextarea.mjs +6 -1
  36. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  37. package/lib/components/VTextarea/index.d.ts +2 -0
  38. package/lib/components/index.d.ts +18 -32
  39. package/lib/composables/proxiedModel.mjs +6 -5
  40. package/lib/composables/proxiedModel.mjs.map +1 -1
  41. package/lib/entry-bundler.mjs +1 -1
  42. package/lib/entry-bundler.mjs.map +1 -1
  43. package/lib/framework.mjs +1 -1
  44. package/lib/framework.mjs.map +1 -1
  45. package/lib/index.d.ts +19 -19
  46. package/package.json +1 -1
@@ -1554,7 +1554,6 @@ declare const VField: {
1554
1554
  id: StringConstructor;
1555
1555
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
1556
1556
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1557
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1558
1557
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
1559
1558
  $attrs: {
1560
1559
  [x: string]: unknown;
@@ -1567,7 +1566,7 @@ declare const VField: {
1567
1566
  }>;
1568
1567
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1569
1568
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1570
- $emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void);
1569
+ $emit: (event: "update:focused", focused: boolean) => void;
1571
1570
  $el: any;
1572
1571
  $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
1573
1572
  loading: (StringConstructor | BooleanConstructor)[];
@@ -1601,11 +1600,9 @@ declare const VField: {
1601
1600
  id: StringConstructor;
1602
1601
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
1603
1602
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1604
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1605
1603
  }, {
1606
1604
  controlRef: Ref<HTMLElement | undefined>;
1607
1605
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1608
- 'click:control': (e: MouseEvent) => boolean;
1609
1606
  'update:focused': (focused: boolean) => boolean;
1610
1607
  'update:modelValue': (val: any) => boolean;
1611
1608
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
@@ -1672,7 +1669,6 @@ declare const VField: {
1672
1669
  id: StringConstructor;
1673
1670
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
1674
1671
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1675
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1676
1672
  } & vue.ShallowUnwrapRef<{
1677
1673
  controlRef: Ref<HTMLElement | undefined>;
1678
1674
  }> & {} & vue.ComponentCustomProperties;
@@ -1711,11 +1707,9 @@ declare const VField: {
1711
1707
  id: StringConstructor;
1712
1708
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
1713
1709
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1714
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1715
1710
  }, {
1716
1711
  controlRef: Ref<HTMLElement | undefined>;
1717
1712
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1718
- 'click:control': (e: MouseEvent) => boolean;
1719
1713
  'update:focused': (focused: boolean) => boolean;
1720
1714
  'update:modelValue': (val: any) => boolean;
1721
1715
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
@@ -10378,6 +10372,7 @@ declare const VFileInput: vue.DefineComponent<{
10378
10372
  };
10379
10373
  }, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
10380
10374
  'click:control': (e: MouseEvent) => true;
10375
+ 'mousedown:control': (e: MouseEvent) => true;
10381
10376
  'update:modelValue': (files: File[]) => true;
10382
10377
  }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
10383
10378
  loading: (StringConstructor | BooleanConstructor)[];
@@ -10477,6 +10472,7 @@ declare const VFileInput: vue.DefineComponent<{
10477
10472
  }>> & {
10478
10473
  "onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
10479
10474
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
10475
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
10480
10476
  }, {
10481
10477
  reverse: boolean;
10482
10478
  error: boolean;
@@ -20989,6 +20985,7 @@ declare const VTextarea: vue.DefineComponent<{
20989
20985
  };
20990
20986
  }, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
20991
20987
  'click:control': (e: MouseEvent) => true;
20988
+ 'mousedown:control': (e: MouseEvent) => true;
20992
20989
  'update:focused': (focused: boolean) => true;
20993
20990
  'update:modelValue': (val: string) => true;
20994
20991
  }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
@@ -21082,6 +21079,7 @@ declare const VTextarea: vue.DefineComponent<{
21082
21079
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
21083
21080
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
21084
21081
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
21082
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
21085
21083
  }, {
21086
21084
  reverse: boolean;
21087
21085
  error: boolean;
@@ -21223,7 +21221,7 @@ declare const VTextField: {
21223
21221
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
21224
21222
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
21225
21223
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
21226
- "onClick:input"?: ((e: MouseEvent) => any) | undefined;
21224
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
21227
21225
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter">;
21228
21226
  $attrs: {
21229
21227
  [x: string]: unknown;
@@ -21236,7 +21234,7 @@ declare const VTextField: {
21236
21234
  }>;
21237
21235
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
21238
21236
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
21239
- $emit: ((event: "update:modelValue", val: string) => void) & ((event: "click:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "click:input", e: MouseEvent) => void);
21237
+ $emit: ((event: "update:modelValue", val: string) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void);
21240
21238
  $el: any;
21241
21239
  $options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
21242
21240
  loading: (StringConstructor | BooleanConstructor)[];
@@ -21322,7 +21320,7 @@ declare const VTextField: {
21322
21320
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
21323
21321
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
21324
21322
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
21325
- "onClick:input"?: ((e: MouseEvent) => any) | undefined;
21323
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
21326
21324
  }, Omit<Omit<{
21327
21325
  $: vue.ComponentInternalInstance;
21328
21326
  $data: {};
@@ -21591,7 +21589,6 @@ declare const VTextField: {
21591
21589
  id: StringConstructor;
21592
21590
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
21593
21591
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
21594
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
21595
21592
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
21596
21593
  $attrs: {
21597
21594
  [x: string]: unknown;
@@ -21604,7 +21601,7 @@ declare const VTextField: {
21604
21601
  }>;
21605
21602
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
21606
21603
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
21607
- $emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void);
21604
+ $emit: (event: "update:focused", focused: boolean) => void;
21608
21605
  $el: any;
21609
21606
  $options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
21610
21607
  loading: (StringConstructor | BooleanConstructor)[];
@@ -21638,11 +21635,9 @@ declare const VTextField: {
21638
21635
  id: StringConstructor;
21639
21636
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
21640
21637
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
21641
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
21642
21638
  }, {
21643
21639
  controlRef: vue.Ref<HTMLElement | undefined>;
21644
21640
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
21645
- 'click:control': (e: MouseEvent) => boolean;
21646
21641
  'update:focused': (focused: boolean) => boolean;
21647
21642
  'update:modelValue': (val: any) => boolean;
21648
21643
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
@@ -21709,7 +21704,6 @@ declare const VTextField: {
21709
21704
  id: StringConstructor;
21710
21705
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
21711
21706
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
21712
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
21713
21707
  } & vue.ShallowUnwrapRef<{
21714
21708
  controlRef: vue.Ref<HTMLElement | undefined>;
21715
21709
  }> & {} & vue.ComponentCustomProperties & {
@@ -21741,9 +21735,9 @@ declare const VTextField: {
21741
21735
  "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
21742
21736
  "v-slot:default"?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
21743
21737
  };
21744
- }, "id" | "color" | "loading" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
21738
+ }, "id" | "color" | "loading" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | ("reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
21745
21739
  'click:control': (e: MouseEvent) => boolean;
21746
- 'click:input': (e: MouseEvent) => boolean;
21740
+ 'mousedown:control': (e: MouseEvent) => boolean;
21747
21741
  'update:focused': (focused: boolean) => boolean;
21748
21742
  'update:modelValue': (val: string) => boolean;
21749
21743
  }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
@@ -21874,7 +21868,7 @@ declare const VTextField: {
21874
21868
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
21875
21869
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
21876
21870
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
21877
- "onClick:input"?: ((e: MouseEvent) => any) | undefined;
21871
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
21878
21872
  } & vue.ShallowUnwrapRef<Omit<Omit<{
21879
21873
  $: vue.ComponentInternalInstance;
21880
21874
  $data: {};
@@ -22143,7 +22137,6 @@ declare const VTextField: {
22143
22137
  id: StringConstructor;
22144
22138
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
22145
22139
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
22146
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
22147
22140
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
22148
22141
  $attrs: {
22149
22142
  [x: string]: unknown;
@@ -22156,7 +22149,7 @@ declare const VTextField: {
22156
22149
  }>;
22157
22150
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
22158
22151
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
22159
- $emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void);
22152
+ $emit: (event: "update:focused", focused: boolean) => void;
22160
22153
  $el: any;
22161
22154
  $options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
22162
22155
  loading: (StringConstructor | BooleanConstructor)[];
@@ -22190,11 +22183,9 @@ declare const VTextField: {
22190
22183
  id: StringConstructor;
22191
22184
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
22192
22185
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
22193
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
22194
22186
  }, {
22195
22187
  controlRef: vue.Ref<HTMLElement | undefined>;
22196
22188
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
22197
- 'click:control': (e: MouseEvent) => boolean;
22198
22189
  'update:focused': (focused: boolean) => boolean;
22199
22190
  'update:modelValue': (val: any) => boolean;
22200
22191
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
@@ -22261,7 +22252,6 @@ declare const VTextField: {
22261
22252
  id: StringConstructor;
22262
22253
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
22263
22254
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
22264
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
22265
22255
  } & vue.ShallowUnwrapRef<{
22266
22256
  controlRef: vue.Ref<HTMLElement | undefined>;
22267
22257
  }> & {} & vue.ComponentCustomProperties & {
@@ -22293,7 +22283,7 @@ declare const VTextField: {
22293
22283
  "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
22294
22284
  "v-slot:default"?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
22295
22285
  };
22296
- }, "id" | "color" | "loading" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>> & {} & vue.ComponentCustomProperties;
22286
+ }, "id" | "color" | "loading" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | ("reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>> & {} & vue.ComponentCustomProperties;
22297
22287
  __isFragment?: undefined;
22298
22288
  __isTeleport?: undefined;
22299
22289
  __isSuspense?: undefined;
@@ -22381,7 +22371,7 @@ declare const VTextField: {
22381
22371
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
22382
22372
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
22383
22373
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
22384
- "onClick:input"?: ((e: MouseEvent) => any) | undefined;
22374
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
22385
22375
  }, Omit<Omit<{
22386
22376
  $: vue.ComponentInternalInstance;
22387
22377
  $data: {};
@@ -22650,7 +22640,6 @@ declare const VTextField: {
22650
22640
  id: StringConstructor;
22651
22641
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
22652
22642
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
22653
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
22654
22643
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
22655
22644
  $attrs: {
22656
22645
  [x: string]: unknown;
@@ -22663,7 +22652,7 @@ declare const VTextField: {
22663
22652
  }>;
22664
22653
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
22665
22654
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
22666
- $emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void);
22655
+ $emit: (event: "update:focused", focused: boolean) => void;
22667
22656
  $el: any;
22668
22657
  $options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
22669
22658
  loading: (StringConstructor | BooleanConstructor)[];
@@ -22697,11 +22686,9 @@ declare const VTextField: {
22697
22686
  id: StringConstructor;
22698
22687
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
22699
22688
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
22700
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
22701
22689
  }, {
22702
22690
  controlRef: vue.Ref<HTMLElement | undefined>;
22703
22691
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
22704
- 'click:control': (e: MouseEvent) => boolean;
22705
22692
  'update:focused': (focused: boolean) => boolean;
22706
22693
  'update:modelValue': (val: any) => boolean;
22707
22694
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
@@ -22768,7 +22755,6 @@ declare const VTextField: {
22768
22755
  id: StringConstructor;
22769
22756
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
22770
22757
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
22771
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
22772
22758
  } & vue.ShallowUnwrapRef<{
22773
22759
  controlRef: vue.Ref<HTMLElement | undefined>;
22774
22760
  }> & {} & vue.ComponentCustomProperties & {
@@ -22800,9 +22786,9 @@ declare const VTextField: {
22800
22786
  "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
22801
22787
  "v-slot:default"?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
22802
22788
  };
22803
- }, "id" | "color" | "loading" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
22789
+ }, "id" | "color" | "loading" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | ("reverse" | "error" | "active" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
22804
22790
  'click:control': (e: MouseEvent) => boolean;
22805
- 'click:input': (e: MouseEvent) => boolean;
22791
+ 'mousedown:control': (e: MouseEvent) => boolean;
22806
22792
  'update:focused': (focused: boolean) => boolean;
22807
22793
  'update:modelValue': (val: string) => boolean;
22808
22794
  }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * Vuetify v3.1.4
2
+ * Vuetify v3.1.5-master-20230210.0
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
6
6
 
7
- import { ref, onBeforeUnmount, watch, readonly, reactive, computed, watchEffect, toRefs, capitalize, getCurrentInstance as getCurrentInstance$1, unref, provide, inject as inject$1, onScopeDispose, effectScope, shallowRef, defineComponent as defineComponent$1, camelize, h, onDeactivated, onActivated, onMounted, createVNode, TransitionGroup, Transition, mergeProps, onBeforeMount, nextTick, withDirectives, Fragment, resolveDirective, vShow, isRef, toRef, Text, resolveDynamicComponent, cloneVNode, warn, toHandlers, Teleport, createTextVNode, onBeforeUpdate, vModelText, onUpdated } from 'vue';
7
+ import { ref, onBeforeUnmount, watch, readonly, reactive, computed, watchEffect, toRefs, capitalize, getCurrentInstance as getCurrentInstance$1, unref, provide, inject as inject$1, onScopeDispose, effectScope, shallowRef, defineComponent as defineComponent$1, camelize, h, onDeactivated, onActivated, onMounted, toRaw, createVNode, TransitionGroup, Transition, mergeProps, onBeforeMount, nextTick, withDirectives, Fragment, resolveDirective, vShow, isRef, toRef, Text, resolveDynamicComponent, cloneVNode, warn, toHandlers, Teleport, createTextVNode, onBeforeUpdate, vModelText, onUpdated } from 'vue';
8
8
 
9
9
  const IN_BROWSER = typeof window !== 'undefined';
10
10
  const SUPPORTS_INTERSECTION = IN_BROWSER && 'IntersectionObserver' in window;
@@ -1825,11 +1825,12 @@ function useProxiedModel(props, prop, defaultValue) {
1825
1825
  });
1826
1826
  const model = computed({
1827
1827
  get() {
1828
- return transformIn(isControlled.value ? props[prop] : internal.value);
1828
+ return transformIn(toRaw(isControlled.value ? props[prop] : internal.value));
1829
1829
  },
1830
- set(value) {
1831
- const newValue = transformOut(value);
1832
- if ((isControlled.value ? props[prop] : internal.value) === newValue || transformIn(isControlled.value ? props[prop] : internal.value) === value) {
1830
+ set(internalValue) {
1831
+ const newValue = transformOut(internalValue);
1832
+ const value = toRaw(isControlled.value ? props[prop] : internal.value);
1833
+ if (value === newValue || transformIn(value) === internalValue) {
1833
1834
  return;
1834
1835
  }
1835
1836
  internal.value = newValue;
@@ -5335,7 +5336,6 @@ const VField = genericComponent()({
5335
5336
  ...makeVFieldProps()
5336
5337
  },
5337
5338
  emits: {
5338
- 'click:control': e => true,
5339
5339
  'update:focused': focused => true,
5340
5340
  'update:modelValue': val => true
5341
5341
  },
@@ -5426,7 +5426,6 @@ const VField = genericComponent()({
5426
5426
  if (e.target !== document.activeElement) {
5427
5427
  e.preventDefault();
5428
5428
  }
5429
- emit('click:control', e);
5430
5429
  }
5431
5430
  useRender(() => {
5432
5431
  var _slots$prependInner, _slots$default, _slots$appendInner;
@@ -6098,7 +6097,7 @@ const VTextField = genericComponent()({
6098
6097
  props: makeVTextFieldProps(),
6099
6098
  emits: {
6100
6099
  'click:control': e => true,
6101
- 'click:input': e => true,
6100
+ 'mousedown:control': e => true,
6102
6101
  'update:focused': focused => true,
6103
6102
  'update:modelValue': val => true
6104
6103
  },
@@ -6141,6 +6140,12 @@ const VTextField = genericComponent()({
6141
6140
  }
6142
6141
  if (!isFocused.value) focus();
6143
6142
  }
6143
+ function onControlMousedown(e) {
6144
+ emit('mousedown:control', e);
6145
+ if (e.target === inputRef.value) return;
6146
+ onFocus();
6147
+ e.preventDefault();
6148
+ }
6144
6149
  function onControlClick(e) {
6145
6150
  onFocus();
6146
6151
  emit('click:control', e);
@@ -6191,11 +6196,8 @@ const VTextField = genericComponent()({
6191
6196
  } = _ref2;
6192
6197
  return createVNode(VField, mergeProps({
6193
6198
  "ref": vFieldRef,
6194
- "onMousedown": e => {
6195
- if (e.target === inputRef.value) return;
6196
- e.preventDefault();
6197
- },
6198
- "onClick:control": onControlClick,
6199
+ "onMousedown": onControlMousedown,
6200
+ "onClick": onControlClick,
6199
6201
  "onClick:clear": onClear,
6200
6202
  "onClick:prependInner": props['onClick:prependInner'],
6201
6203
  "onClick:appendInner": props['onClick:appendInner'],
@@ -6237,7 +6239,6 @@ const VTextField = genericComponent()({
6237
6239
  "class": "v-text-field__prefix"
6238
6240
  }, [props.prefix]), slots.default ? createVNode("div", {
6239
6241
  "class": fieldClass,
6240
- "onClick": e => emit('click:input', e),
6241
6242
  "data-no-activator": ""
6242
6243
  }, [slots.default(), inputNode]) : cloneVNode(inputNode, {
6243
6244
  class: fieldClass
@@ -9929,7 +9930,7 @@ const VSelect = genericComponent()({
9929
9930
  menu.value = true;
9930
9931
  }
9931
9932
  }
9932
- function onClickControl() {
9933
+ function onMousedownControl() {
9933
9934
  if (props.hideNoData && !items.value.length || props.readonly || form != null && form.isReadonly.value) return;
9934
9935
  menu.value = !menu.value;
9935
9936
  }
@@ -10007,7 +10008,7 @@ const VSelect = genericComponent()({
10007
10008
  "appendInnerIcon": props.menuIcon,
10008
10009
  "readonly": true,
10009
10010
  "onClick:clear": onClear,
10010
- "onClick:control": onClickControl,
10011
+ "onMousedown:control": onMousedownControl,
10011
10012
  "onBlur": onBlur,
10012
10013
  "onKeydown": onKeydown
10013
10014
  }), {
@@ -10292,7 +10293,7 @@ const VAutocomplete = genericComponent()({
10292
10293
  }
10293
10294
  search.value = '';
10294
10295
  }
10295
- function onClickControl() {
10296
+ function onMousedownControl() {
10296
10297
  if (props.hideNoData && !items.value.length || props.readonly || form != null && form.isReadonly.value) return;
10297
10298
  menu.value = true;
10298
10299
  }
@@ -10396,8 +10397,7 @@ const VAutocomplete = genericComponent()({
10396
10397
  "appendInnerIcon": props.menuIcon,
10397
10398
  "readonly": props.readonly,
10398
10399
  "onClick:clear": onClear,
10399
- "onClick:control": onClickControl,
10400
- "onClick:input": onClickControl,
10400
+ "onMousedown:control": onMousedownControl,
10401
10401
  "onFocus": () => isFocused.value = true,
10402
10402
  "onBlur": () => isFocused.value = false,
10403
10403
  "onKeydown": onKeydown
@@ -13635,7 +13635,7 @@ const VCombobox = genericComponent()({
13635
13635
  menu.value = true;
13636
13636
  }
13637
13637
  }
13638
- function onClickControl() {
13638
+ function onMousedownControl() {
13639
13639
  if (props.hideNoData && !items.value.length || props.readonly || form != null && form.isReadonly.value) return;
13640
13640
  menu.value = true;
13641
13641
  }
@@ -13767,8 +13767,7 @@ const VCombobox = genericComponent()({
13767
13767
  "appendInnerIcon": props.items.length ? props.menuIcon : undefined,
13768
13768
  "readonly": props.readonly,
13769
13769
  "onClick:clear": onClear,
13770
- "onClick:control": onClickControl,
13771
- "onClick:input": onClickControl,
13770
+ "onMousedown:control": onMousedownControl,
13772
13771
  "onFocus": () => isFocused.value = true,
13773
13772
  "onBlur": () => isFocused.value = false,
13774
13773
  "onKeydown": onKeydown
@@ -14258,6 +14257,7 @@ const VFileInput = defineComponent({
14258
14257
  },
14259
14258
  emits: {
14260
14259
  'click:control': e => true,
14260
+ 'mousedown:control': e => true,
14261
14261
  'update:modelValue': files => true
14262
14262
  },
14263
14263
  setup(props, _ref) {
@@ -14310,6 +14310,9 @@ const VFileInput = defineComponent({
14310
14310
  callEvent(props['onClick:prepend'], e);
14311
14311
  onControlClick(e);
14312
14312
  }
14313
+ function onControlMousedown(e) {
14314
+ emit('mousedown:control', e);
14315
+ }
14313
14316
  function onControlClick(e) {
14314
14317
  var _inputRef$value2;
14315
14318
  (_inputRef$value2 = inputRef.value) == null ? void 0 : _inputRef$value2.click();
@@ -14361,7 +14364,8 @@ const VFileInput = defineComponent({
14361
14364
  return createVNode(VField, mergeProps({
14362
14365
  "ref": vFieldRef,
14363
14366
  "prepend-icon": props.prependIcon,
14364
- "onClick:control": onControlClick,
14367
+ "onMousedown": onControlMousedown,
14368
+ "onClick": onControlClick,
14365
14369
  "onClick:clear": onClear,
14366
14370
  "onClick:prependInner": props['onClick:prependInner'],
14367
14371
  "onClick:appendInner": props['onClick:appendInner']
@@ -17564,6 +17568,7 @@ const VTextarea = defineComponent({
17564
17568
  },
17565
17569
  emits: {
17566
17570
  'click:control': e => true,
17571
+ 'mousedown:control': e => true,
17567
17572
  'update:focused': focused => true,
17568
17573
  'update:modelValue': val => true
17569
17574
  },
@@ -17611,6 +17616,9 @@ const VTextarea = defineComponent({
17611
17616
  onFocus();
17612
17617
  emit('click:control', e);
17613
17618
  }
17619
+ function onControlMousedown(e) {
17620
+ emit('mousedown:control', e);
17621
+ }
17614
17622
  function onClear(e) {
17615
17623
  e.stopPropagation();
17616
17624
  onFocus();
@@ -17697,7 +17705,8 @@ const VTextarea = defineComponent({
17697
17705
  "style": {
17698
17706
  '--v-textarea-control-height': controlHeight.value
17699
17707
  },
17700
- "onClick:control": onControlClick,
17708
+ "onClick": onControlClick,
17709
+ "onMousedown": onControlMousedown,
17701
17710
  "onClick:clear": onClear,
17702
17711
  "onClick:prependInner": props['onClick:prependInner'],
17703
17712
  "onClick:appendInner": props['onClick:appendInner'],
@@ -20245,7 +20254,7 @@ function createVuetify$1() {
20245
20254
  locale
20246
20255
  };
20247
20256
  }
20248
- const version$1 = "3.1.4";
20257
+ const version$1 = "3.1.5-master-20230210.0";
20249
20258
  createVuetify$1.version = version$1;
20250
20259
 
20251
20260
  // Vue's inject() can only be used in setup
@@ -20258,7 +20267,7 @@ function inject(key) {
20258
20267
  }
20259
20268
  }
20260
20269
 
20261
- const version = "3.1.4";
20270
+ const version = "3.1.5-master-20230210.0";
20262
20271
 
20263
20272
  const createVuetify = function () {
20264
20273
  let options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};