vuetify 3.7.5 → 3.7.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 (180) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +3584 -3288
  3. package/dist/json/importMap-labs.json +32 -24
  4. package/dist/json/importMap.json +148 -148
  5. package/dist/json/tags.json +84 -0
  6. package/dist/json/web-types.json +7006 -6045
  7. package/dist/vuetify-labs.css +3255 -3180
  8. package/dist/vuetify-labs.d.ts +1443 -105
  9. package/dist/vuetify-labs.esm.js +424 -50
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +424 -50
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +5652 -5650
  14. package/dist/vuetify.d.ts +64 -65
  15. package/dist/vuetify.esm.js +80 -39
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +80 -39
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +955 -948
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs +9 -5
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  24. package/lib/components/VColorPicker/VColorPickerPreview.mjs +2 -2
  25. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  26. package/lib/components/VCombobox/VCombobox.mjs +9 -5
  27. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  28. package/lib/components/VDialog/VDialog.css +5 -2
  29. package/lib/components/VDialog/VDialog.sass +6 -2
  30. package/lib/components/VField/VField.mjs +1 -1
  31. package/lib/components/VField/VField.mjs.map +1 -1
  32. package/lib/components/VInput/VInput.css +1 -1
  33. package/lib/components/VInput/VInput.sass +1 -1
  34. package/lib/components/VList/VListItem.mjs +14 -8
  35. package/lib/components/VList/VListItem.mjs.map +1 -1
  36. package/lib/components/VProgressLinear/VProgressLinear.mjs +1 -1
  37. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  38. package/lib/components/VRangeSlider/VRangeSlider.mjs +2 -2
  39. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  40. package/lib/components/VSelect/VSelect.mjs +2 -1
  41. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  42. package/lib/components/VSelectionControl/VSelectionControl.css +1 -3
  43. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -5
  44. package/lib/components/VSlideGroup/VSlideGroup.mjs +12 -2
  45. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  46. package/lib/components/VSparkline/VBarline.mjs +3 -2
  47. package/lib/components/VSparkline/VBarline.mjs.map +1 -1
  48. package/lib/components/VSparkline/VTrendline.mjs +2 -1
  49. package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
  50. package/lib/components/VSparkline/index.d.mts +7 -10
  51. package/lib/components/VSparkline/util/line.mjs +1 -1
  52. package/lib/components/VSparkline/util/line.mjs.map +1 -1
  53. package/lib/components/VStepper/VStepperItem.mjs +1 -0
  54. package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
  55. package/lib/components/VTextarea/VTextarea.css +1 -0
  56. package/lib/components/VTextarea/VTextarea.sass +1 -0
  57. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
  58. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  59. package/lib/components/index.d.mts +7 -10
  60. package/lib/composables/filter.mjs +3 -3
  61. package/lib/composables/filter.mjs.map +1 -1
  62. package/lib/composables/nested/nested.mjs +5 -3
  63. package/lib/composables/nested/nested.mjs.map +1 -1
  64. package/lib/composables/virtual.mjs +7 -2
  65. package/lib/composables/virtual.mjs.map +1 -1
  66. package/lib/entry-bundler.mjs +1 -1
  67. package/lib/framework.mjs +1 -1
  68. package/lib/iconsets/mdi.mjs +2 -1
  69. package/lib/iconsets/mdi.mjs.map +1 -1
  70. package/lib/index.d.mts +57 -55
  71. package/lib/labs/VDateInput/VDateInput.mjs +19 -5
  72. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  73. package/lib/labs/VDateInput/index.d.mts +176 -97
  74. package/lib/labs/VFileUpload/VFileUpload.css +74 -0
  75. package/lib/labs/VFileUpload/VFileUpload.mjs +241 -0
  76. package/lib/labs/VFileUpload/VFileUpload.mjs.map +1 -0
  77. package/lib/labs/VFileUpload/VFileUpload.sass +75 -0
  78. package/lib/labs/VFileUpload/VFileUploadItem.mjs +95 -0
  79. package/lib/labs/VFileUpload/VFileUploadItem.mjs.map +1 -0
  80. package/lib/labs/VFileUpload/_variables.scss +12 -0
  81. package/lib/labs/VFileUpload/index.d.mts +1365 -0
  82. package/lib/labs/VFileUpload/index.mjs +3 -0
  83. package/lib/labs/VFileUpload/index.mjs.map +1 -0
  84. package/lib/labs/VNumberInput/VNumberInput.mjs +7 -4
  85. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  86. package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
  87. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  88. package/lib/labs/VTreeview/VTreeviewItem.mjs +2 -2
  89. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  90. package/lib/labs/components.d.mts +1635 -296
  91. package/lib/labs/components.mjs +1 -0
  92. package/lib/labs/components.mjs.map +1 -1
  93. package/lib/locale/af.mjs +5 -0
  94. package/lib/locale/af.mjs.map +1 -1
  95. package/lib/locale/ar.mjs +5 -0
  96. package/lib/locale/ar.mjs.map +1 -1
  97. package/lib/locale/az.mjs +30 -25
  98. package/lib/locale/az.mjs.map +1 -1
  99. package/lib/locale/bg.mjs +5 -0
  100. package/lib/locale/bg.mjs.map +1 -1
  101. package/lib/locale/ca.mjs +5 -0
  102. package/lib/locale/ca.mjs.map +1 -1
  103. package/lib/locale/ckb.mjs +5 -0
  104. package/lib/locale/ckb.mjs.map +1 -1
  105. package/lib/locale/cs.mjs +5 -0
  106. package/lib/locale/cs.mjs.map +1 -1
  107. package/lib/locale/da.mjs +5 -0
  108. package/lib/locale/da.mjs.map +1 -1
  109. package/lib/locale/de.mjs +5 -0
  110. package/lib/locale/de.mjs.map +1 -1
  111. package/lib/locale/el.mjs +5 -0
  112. package/lib/locale/el.mjs.map +1 -1
  113. package/lib/locale/en.mjs +5 -0
  114. package/lib/locale/en.mjs.map +1 -1
  115. package/lib/locale/es.mjs +5 -0
  116. package/lib/locale/es.mjs.map +1 -1
  117. package/lib/locale/et.mjs +5 -0
  118. package/lib/locale/et.mjs.map +1 -1
  119. package/lib/locale/fa.mjs +5 -0
  120. package/lib/locale/fa.mjs.map +1 -1
  121. package/lib/locale/fi.mjs +5 -0
  122. package/lib/locale/fi.mjs.map +1 -1
  123. package/lib/locale/fr.mjs +5 -0
  124. package/lib/locale/fr.mjs.map +1 -1
  125. package/lib/locale/he.mjs +5 -0
  126. package/lib/locale/he.mjs.map +1 -1
  127. package/lib/locale/hr.mjs +5 -0
  128. package/lib/locale/hr.mjs.map +1 -1
  129. package/lib/locale/hu.mjs +5 -0
  130. package/lib/locale/hu.mjs.map +1 -1
  131. package/lib/locale/id.mjs +5 -0
  132. package/lib/locale/id.mjs.map +1 -1
  133. package/lib/locale/index.d.mts +215 -0
  134. package/lib/locale/it.mjs +5 -0
  135. package/lib/locale/it.mjs.map +1 -1
  136. package/lib/locale/ja.mjs +5 -0
  137. package/lib/locale/ja.mjs.map +1 -1
  138. package/lib/locale/km.mjs +5 -0
  139. package/lib/locale/km.mjs.map +1 -1
  140. package/lib/locale/ko.mjs +5 -0
  141. package/lib/locale/ko.mjs.map +1 -1
  142. package/lib/locale/lt.mjs +5 -0
  143. package/lib/locale/lt.mjs.map +1 -1
  144. package/lib/locale/lv.mjs +5 -0
  145. package/lib/locale/lv.mjs.map +1 -1
  146. package/lib/locale/nl.mjs +7 -2
  147. package/lib/locale/nl.mjs.map +1 -1
  148. package/lib/locale/no.mjs +5 -0
  149. package/lib/locale/no.mjs.map +1 -1
  150. package/lib/locale/pl.mjs +5 -0
  151. package/lib/locale/pl.mjs.map +1 -1
  152. package/lib/locale/pt.mjs +5 -0
  153. package/lib/locale/pt.mjs.map +1 -1
  154. package/lib/locale/ro.mjs +5 -0
  155. package/lib/locale/ro.mjs.map +1 -1
  156. package/lib/locale/ru.mjs +5 -0
  157. package/lib/locale/ru.mjs.map +1 -1
  158. package/lib/locale/sk.mjs +5 -0
  159. package/lib/locale/sk.mjs.map +1 -1
  160. package/lib/locale/sl.mjs +5 -0
  161. package/lib/locale/sl.mjs.map +1 -1
  162. package/lib/locale/sr-Cyrl.mjs +5 -0
  163. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  164. package/lib/locale/sr-Latn.mjs +5 -0
  165. package/lib/locale/sr-Latn.mjs.map +1 -1
  166. package/lib/locale/sv.mjs +5 -0
  167. package/lib/locale/sv.mjs.map +1 -1
  168. package/lib/locale/th.mjs +5 -0
  169. package/lib/locale/th.mjs.map +1 -1
  170. package/lib/locale/tr.mjs +5 -0
  171. package/lib/locale/tr.mjs.map +1 -1
  172. package/lib/locale/uk.mjs +5 -0
  173. package/lib/locale/uk.mjs.map +1 -1
  174. package/lib/locale/vi.mjs +5 -0
  175. package/lib/locale/vi.mjs.map +1 -1
  176. package/lib/locale/zh-Hans.mjs +5 -0
  177. package/lib/locale/zh-Hans.mjs.map +1 -1
  178. package/lib/locale/zh-Hant.mjs +5 -0
  179. package/lib/locale/zh-Hant.mjs.map +1 -1
  180. package/package.json +2 -2
@@ -51448,7 +51448,7 @@ declare const VSnackbar: {
51448
51448
  }>>;
51449
51449
  type VSnackbar = InstanceType<typeof VSnackbar>;
51450
51450
 
51451
- type SparklineItem = number | {
51451
+ type SparklineItem = string | number | {
51452
51452
  value: number;
51453
51453
  };
51454
51454
 
@@ -51458,7 +51458,6 @@ declare const VSparkline: {
51458
51458
  type: "bar" | "trend";
51459
51459
  height: string | number;
51460
51460
  width: string | number;
51461
- smooth: boolean;
51462
51461
  padding: string | number;
51463
51462
  labels: SparklineItem[];
51464
51463
  modelValue: SparklineItem[];
@@ -51474,6 +51473,7 @@ declare const VSparkline: {
51474
51473
  } & {
51475
51474
  max?: string | number | undefined;
51476
51475
  id?: string | undefined;
51476
+ smooth?: string | number | boolean | undefined;
51477
51477
  min?: string | number | undefined;
51478
51478
  color?: string | undefined;
51479
51479
  autoDrawDuration?: string | number | undefined;
@@ -51503,7 +51503,6 @@ declare const VSparkline: {
51503
51503
  type: "bar" | "trend";
51504
51504
  height: string | number;
51505
51505
  width: string | number;
51506
- smooth: boolean;
51507
51506
  padding: string | number;
51508
51507
  labels: SparklineItem[];
51509
51508
  modelValue: SparklineItem[];
@@ -51519,6 +51518,7 @@ declare const VSparkline: {
51519
51518
  } & {
51520
51519
  max?: string | number | undefined;
51521
51520
  id?: string | undefined;
51521
+ smooth?: string | number | boolean | undefined;
51522
51522
  min?: string | number | undefined;
51523
51523
  color?: string | undefined;
51524
51524
  autoDrawDuration?: string | number | undefined;
@@ -51548,7 +51548,6 @@ declare const VSparkline: {
51548
51548
  type: "bar" | "trend";
51549
51549
  height: string | number;
51550
51550
  width: string | number;
51551
- smooth: boolean;
51552
51551
  padding: string | number;
51553
51552
  labels: SparklineItem[];
51554
51553
  modelValue: SparklineItem[];
@@ -51579,7 +51578,6 @@ declare const VSparkline: {
51579
51578
  type: "bar" | "trend";
51580
51579
  height: string | number;
51581
51580
  width: string | number;
51582
- smooth: boolean;
51583
51581
  padding: string | number;
51584
51582
  labels: SparklineItem[];
51585
51583
  modelValue: SparklineItem[];
@@ -51595,6 +51593,7 @@ declare const VSparkline: {
51595
51593
  } & {
51596
51594
  max?: string | number | undefined;
51597
51595
  id?: string | undefined;
51596
+ smooth?: string | number | boolean | undefined;
51598
51597
  min?: string | number | undefined;
51599
51598
  color?: string | undefined;
51600
51599
  autoDrawDuration?: string | number | undefined;
@@ -51624,7 +51623,6 @@ declare const VSparkline: {
51624
51623
  type: "bar" | "trend";
51625
51624
  height: string | number;
51626
51625
  width: string | number;
51627
- smooth: boolean;
51628
51626
  padding: string | number;
51629
51627
  labels: SparklineItem[];
51630
51628
  modelValue: SparklineItem[];
@@ -51646,7 +51644,6 @@ declare const VSparkline: {
51646
51644
  type: "bar" | "trend";
51647
51645
  height: string | number;
51648
51646
  width: string | number;
51649
- smooth: boolean;
51650
51647
  padding: string | number;
51651
51648
  labels: SparklineItem[];
51652
51649
  modelValue: SparklineItem[];
@@ -51662,6 +51659,7 @@ declare const VSparkline: {
51662
51659
  } & {
51663
51660
  max?: string | number | undefined;
51664
51661
  id?: string | undefined;
51662
+ smooth?: string | number | boolean | undefined;
51665
51663
  min?: string | number | undefined;
51666
51664
  color?: string | undefined;
51667
51665
  autoDrawDuration?: string | number | undefined;
@@ -51691,7 +51689,6 @@ declare const VSparkline: {
51691
51689
  type: "bar" | "trend";
51692
51690
  height: string | number;
51693
51691
  width: string | number;
51694
- smooth: boolean;
51695
51692
  padding: string | number;
51696
51693
  labels: SparklineItem[];
51697
51694
  modelValue: SparklineItem[];
@@ -51759,7 +51756,7 @@ declare const VSparkline: {
51759
51756
  default: number;
51760
51757
  };
51761
51758
  showLabels: BooleanConstructor;
51762
- smooth: BooleanConstructor;
51759
+ smooth: (StringConstructor | BooleanConstructor | NumberConstructor)[];
51763
51760
  width: {
51764
51761
  type: (StringConstructor | NumberConstructor)[];
51765
51762
  default: number;
@@ -51819,7 +51816,7 @@ declare const VSparkline: {
51819
51816
  default: number;
51820
51817
  };
51821
51818
  showLabels: BooleanConstructor;
51822
- smooth: BooleanConstructor;
51819
+ smooth: (StringConstructor | BooleanConstructor | NumberConstructor)[];
51823
51820
  width: {
51824
51821
  type: (StringConstructor | NumberConstructor)[];
51825
51822
  default: number;
@@ -68695,6 +68692,11 @@ declare const VCalendarMonthDay: {
68695
68692
  }>>;
68696
68693
  type VCalendarMonthDay = InstanceType<typeof VCalendarMonthDay>;
68697
68694
 
68695
+ type VDateInputActionsSlot = {
68696
+ save: () => void;
68697
+ cancel: () => void;
68698
+ isPristine: boolean;
68699
+ };
68698
68700
  declare const VDateInput: {
68699
68701
  new (...args: any[]): vue.CreateComponentPublicInstance<{
68700
68702
  flat: boolean;
@@ -68702,6 +68704,7 @@ declare const VDateInput: {
68702
68704
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
68703
68705
  type: string;
68704
68706
  error: boolean;
68707
+ location: Anchor;
68705
68708
  active: boolean;
68706
68709
  direction: "horizontal" | "vertical";
68707
68710
  transition: string;
@@ -68748,7 +68751,6 @@ declare const VDateInput: {
68748
68751
  } & {
68749
68752
  name?: string | undefined;
68750
68753
  max?: unknown;
68751
- location?: Anchor | null | undefined;
68752
68754
  id?: string | undefined;
68753
68755
  height?: string | number | undefined;
68754
68756
  width?: string | number | undefined;
@@ -68797,13 +68799,16 @@ declare const VDateInput: {
68797
68799
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
68798
68800
  displayValue?: unknown;
68799
68801
  } & {
68800
- $children?: vue.VNodeChild | {
68802
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
68803
+ actions?: ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
68801
68804
  default?: (() => vue.VNodeChild) | undefined;
68802
- } | (() => vue.VNodeChild);
68805
+ };
68803
68806
  'v-slots'?: {
68807
+ actions?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
68804
68808
  default?: false | (() => vue.VNodeChild) | undefined;
68805
68809
  } | undefined;
68806
68810
  } & {
68811
+ "v-slot:actions"?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
68807
68812
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
68808
68813
  } & {
68809
68814
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
@@ -68815,6 +68820,7 @@ declare const VDateInput: {
68815
68820
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
68816
68821
  type: string;
68817
68822
  error: boolean;
68823
+ location: Anchor;
68818
68824
  active: boolean;
68819
68825
  direction: "horizontal" | "vertical";
68820
68826
  transition: string;
@@ -68861,7 +68867,6 @@ declare const VDateInput: {
68861
68867
  } & {
68862
68868
  name?: string | undefined;
68863
68869
  max?: unknown;
68864
- location?: Anchor | null | undefined;
68865
68870
  id?: string | undefined;
68866
68871
  height?: string | number | undefined;
68867
68872
  width?: string | number | undefined;
@@ -68910,13 +68915,16 @@ declare const VDateInput: {
68910
68915
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
68911
68916
  displayValue?: unknown;
68912
68917
  } & {
68913
- $children?: vue.VNodeChild | {
68918
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
68919
+ actions?: ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
68914
68920
  default?: (() => vue.VNodeChild) | undefined;
68915
- } | (() => vue.VNodeChild);
68921
+ };
68916
68922
  'v-slots'?: {
68923
+ actions?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
68917
68924
  default?: false | (() => vue.VNodeChild) | undefined;
68918
68925
  } | undefined;
68919
68926
  } & {
68927
+ "v-slot:actions"?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
68920
68928
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
68921
68929
  } & {
68922
68930
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
@@ -68926,6 +68934,7 @@ declare const VDateInput: {
68926
68934
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
68927
68935
  type: string;
68928
68936
  error: boolean;
68937
+ location: Anchor;
68929
68938
  active: boolean;
68930
68939
  direction: "horizontal" | "vertical";
68931
68940
  transition: string;
@@ -68972,6 +68981,7 @@ declare const VDateInput: {
68972
68981
  hideHeader: boolean;
68973
68982
  hideActions: boolean;
68974
68983
  }, true, {}, vue.SlotsType<Partial<{
68984
+ actions: (arg: VDateInputActionsSlot) => vue.VNode[];
68975
68985
  default: () => vue.VNode[];
68976
68986
  }>>, {
68977
68987
  P: {};
@@ -68986,6 +68996,7 @@ declare const VDateInput: {
68986
68996
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
68987
68997
  type: string;
68988
68998
  error: boolean;
68999
+ location: Anchor;
68989
69000
  active: boolean;
68990
69001
  direction: "horizontal" | "vertical";
68991
69002
  transition: string;
@@ -69032,7 +69043,6 @@ declare const VDateInput: {
69032
69043
  } & {
69033
69044
  name?: string | undefined;
69034
69045
  max?: unknown;
69035
- location?: Anchor | null | undefined;
69036
69046
  id?: string | undefined;
69037
69047
  height?: string | number | undefined;
69038
69048
  width?: string | number | undefined;
@@ -69081,13 +69091,16 @@ declare const VDateInput: {
69081
69091
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
69082
69092
  displayValue?: unknown;
69083
69093
  } & {
69084
- $children?: vue.VNodeChild | {
69094
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
69095
+ actions?: ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
69085
69096
  default?: (() => vue.VNodeChild) | undefined;
69086
- } | (() => vue.VNodeChild);
69097
+ };
69087
69098
  'v-slots'?: {
69099
+ actions?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
69088
69100
  default?: false | (() => vue.VNodeChild) | undefined;
69089
69101
  } | undefined;
69090
69102
  } & {
69103
+ "v-slot:actions"?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
69091
69104
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
69092
69105
  } & {
69093
69106
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
@@ -69097,6 +69110,7 @@ declare const VDateInput: {
69097
69110
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
69098
69111
  type: string;
69099
69112
  error: boolean;
69113
+ location: Anchor;
69100
69114
  active: boolean;
69101
69115
  direction: "horizontal" | "vertical";
69102
69116
  transition: string;
@@ -69152,6 +69166,7 @@ declare const VDateInput: {
69152
69166
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
69153
69167
  type: string;
69154
69168
  error: boolean;
69169
+ location: Anchor;
69155
69170
  active: boolean;
69156
69171
  direction: "horizontal" | "vertical";
69157
69172
  transition: string;
@@ -69198,7 +69213,6 @@ declare const VDateInput: {
69198
69213
  } & {
69199
69214
  name?: string | undefined;
69200
69215
  max?: unknown;
69201
- location?: Anchor | null | undefined;
69202
69216
  id?: string | undefined;
69203
69217
  height?: string | number | undefined;
69204
69218
  width?: string | number | undefined;
@@ -69247,13 +69261,16 @@ declare const VDateInput: {
69247
69261
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
69248
69262
  displayValue?: unknown;
69249
69263
  } & {
69250
- $children?: vue.VNodeChild | {
69264
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
69265
+ actions?: ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
69251
69266
  default?: (() => vue.VNodeChild) | undefined;
69252
- } | (() => vue.VNodeChild);
69267
+ };
69253
69268
  'v-slots'?: {
69269
+ actions?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
69254
69270
  default?: false | (() => vue.VNodeChild) | undefined;
69255
69271
  } | undefined;
69256
69272
  } & {
69273
+ "v-slot:actions"?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
69257
69274
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
69258
69275
  } & {
69259
69276
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
@@ -69265,6 +69282,7 @@ declare const VDateInput: {
69265
69282
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
69266
69283
  type: string;
69267
69284
  error: boolean;
69285
+ location: Anchor;
69268
69286
  active: boolean;
69269
69287
  direction: "horizontal" | "vertical";
69270
69288
  transition: string;
@@ -69311,13 +69329,13 @@ declare const VDateInput: {
69311
69329
  hideHeader: boolean;
69312
69330
  hideActions: boolean;
69313
69331
  }, {}, string, vue.SlotsType<Partial<{
69332
+ actions: (arg: VDateInputActionsSlot) => vue.VNode[];
69314
69333
  default: () => vue.VNode[];
69315
69334
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
69316
- max: vue.PropType<unknown>;
69317
- location: vue.PropType<Anchor | null>;
69335
+ max: PropType<unknown>;
69318
69336
  height: (StringConstructor | NumberConstructor)[];
69319
69337
  width: (StringConstructor | NumberConstructor)[];
69320
- min: vue.PropType<unknown>;
69338
+ min: PropType<unknown>;
69321
69339
  border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
69322
69340
  color: StringConstructor;
69323
69341
  maxHeight: (StringConstructor | NumberConstructor)[];
@@ -69325,7 +69343,7 @@ declare const VDateInput: {
69325
69343
  minHeight: (StringConstructor | NumberConstructor)[];
69326
69344
  minWidth: (StringConstructor | NumberConstructor)[];
69327
69345
  position: {
69328
- type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
69346
+ type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
69329
69347
  validator: (v: any) => boolean;
69330
69348
  };
69331
69349
  transition: {
@@ -69337,19 +69355,19 @@ declare const VDateInput: {
69337
69355
  default: string;
69338
69356
  };
69339
69357
  style: {
69340
- type: vue.PropType<vue.StyleValue>;
69358
+ type: PropType<vue.StyleValue>;
69341
69359
  default: null;
69342
69360
  };
69343
69361
  title: {
69344
- type: vue.PropType<string>;
69362
+ type: PropType<string>;
69345
69363
  default: string;
69346
69364
  };
69347
69365
  text: StringConstructor;
69348
69366
  disabled: BooleanConstructor;
69349
- multiple: vue.PropType<boolean | "range" | number | (string & {})>;
69367
+ multiple: PropType<boolean | "range" | number | (string & {})>;
69350
69368
  month: (StringConstructor | NumberConstructor)[];
69351
69369
  year: NumberConstructor;
69352
- class: vue.PropType<ClassValue>;
69370
+ class: PropType<ClassValue>;
69353
69371
  theme: StringConstructor;
69354
69372
  tag: {
69355
69373
  type: StringConstructor;
@@ -69368,11 +69386,11 @@ declare const VDateInput: {
69368
69386
  tile: BooleanConstructor;
69369
69387
  bgColor: StringConstructor;
69370
69388
  nextIcon: {
69371
- type: vue.PropType<IconValue>;
69389
+ type: PropType<IconValue>;
69372
69390
  default: string;
69373
69391
  };
69374
69392
  prevIcon: {
69375
- type: vue.PropType<IconValue>;
69393
+ type: PropType<IconValue>;
69376
69394
  default: string;
69377
69395
  };
69378
69396
  reverseTransition: {
@@ -69380,11 +69398,11 @@ declare const VDateInput: {
69380
69398
  default: string;
69381
69399
  };
69382
69400
  modeIcon: {
69383
- type: vue.PropType<IconValue>;
69401
+ type: PropType<IconValue>;
69384
69402
  default: string;
69385
69403
  };
69386
69404
  viewMode: {
69387
- type: vue.PropType<"month" | "months" | "year">;
69405
+ type: PropType<"month" | "months" | "year">;
69388
69406
  default: string;
69389
69407
  };
69390
69408
  showAdjacentMonths: BooleanConstructor;
@@ -69408,29 +69426,29 @@ declare const VDateInput: {
69408
69426
  default: () => number[];
69409
69427
  };
69410
69428
  weeksInMonth: Omit<Omit<{
69411
- type: vue.PropType<"dynamic" | "static">;
69429
+ type: PropType<"dynamic" | "static">;
69412
69430
  default: string;
69413
69431
  }, "type" | "default"> & {
69414
- type: vue.PropType<"static" | "dynamic">;
69432
+ type: PropType<"static" | "dynamic">;
69415
69433
  default: NonNullable<"static" | "dynamic">;
69416
69434
  }, "type" | "default"> & {
69417
- type: vue.PropType<"static" | "dynamic">;
69435
+ type: PropType<"static" | "dynamic">;
69418
69436
  default: NonNullable<"static" | "dynamic">;
69419
69437
  };
69420
69438
  firstDayOfWeek: (StringConstructor | NumberConstructor)[];
69421
- allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
69422
- displayValue: vue.PropType<unknown>;
69439
+ allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
69440
+ displayValue: PropType<unknown>;
69423
69441
  hideWeekdays: BooleanConstructor;
69424
69442
  showWeek: BooleanConstructor;
69425
69443
  hideHeader: {
69426
- type: vue.PropType<boolean>;
69444
+ type: PropType<boolean>;
69427
69445
  default: boolean;
69428
69446
  };
69429
69447
  loading: (StringConstructor | BooleanConstructor)[];
69430
- appendInnerIcon: vue.PropType<IconValue>;
69448
+ appendInnerIcon: PropType<IconValue>;
69431
69449
  clearable: BooleanConstructor;
69432
69450
  clearIcon: {
69433
- type: vue.PropType<IconValue>;
69451
+ type: PropType<IconValue>;
69434
69452
  default: string;
69435
69453
  };
69436
69454
  active: BooleanConstructor;
@@ -69444,21 +69462,21 @@ declare const VDateInput: {
69444
69462
  flat: BooleanConstructor;
69445
69463
  label: StringConstructor;
69446
69464
  persistentClear: BooleanConstructor;
69447
- prependInnerIcon: vue.PropType<IconValue>;
69465
+ prependInnerIcon: PropType<IconValue>;
69448
69466
  reverse: BooleanConstructor;
69449
69467
  singleLine: BooleanConstructor;
69450
69468
  variant: {
69451
- type: vue.PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
69469
+ type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
69452
69470
  default: string;
69453
69471
  validator: (v: any) => boolean;
69454
69472
  };
69455
- 'onClick:clear': vue.PropType<(args_0: MouseEvent) => void>;
69456
- 'onClick:appendInner': vue.PropType<(args_0: MouseEvent) => void>;
69457
- 'onClick:prependInner': vue.PropType<(args_0: MouseEvent) => void>;
69473
+ 'onClick:clear': PropType<(args_0: MouseEvent) => void>;
69474
+ 'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
69475
+ 'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
69458
69476
  focused: BooleanConstructor;
69459
- 'onUpdate:focused': vue.PropType<(args_0: boolean) => void>;
69477
+ 'onUpdate:focused': PropType<(args_0: boolean) => void>;
69460
69478
  errorMessages: {
69461
- type: vue.PropType<string | readonly string[] | null>;
69479
+ type: PropType<string | readonly string[] | null>;
69462
69480
  default: () => never[];
69463
69481
  };
69464
69482
  maxErrors: {
@@ -69467,47 +69485,47 @@ declare const VDateInput: {
69467
69485
  };
69468
69486
  name: StringConstructor;
69469
69487
  readonly: {
69470
- type: vue.PropType<boolean | null>;
69488
+ type: PropType<boolean | null>;
69471
69489
  default: null;
69472
69490
  };
69473
69491
  rules: {
69474
- type: vue.PropType<readonly ValidationRule$1[]>;
69492
+ type: PropType<readonly ValidationRule$1[]>;
69475
69493
  default: () => never[];
69476
69494
  };
69477
- validateOn: vue.PropType<ValidationProps["validateOn"]>;
69495
+ validateOn: PropType<ValidationProps["validateOn"]>;
69478
69496
  validationValue: null;
69479
69497
  density: {
69480
- type: vue.PropType<Density>;
69498
+ type: PropType<Density>;
69481
69499
  default: string;
69482
69500
  validator: (v: any) => boolean;
69483
69501
  };
69484
69502
  id: StringConstructor;
69485
- appendIcon: vue.PropType<IconValue>;
69503
+ appendIcon: PropType<IconValue>;
69486
69504
  prependIcon: {
69487
- type: vue.PropType<IconValue>;
69505
+ type: PropType<IconValue>;
69488
69506
  default: NonNullable<IconValue>;
69489
69507
  };
69490
- hideDetails: vue.PropType<boolean | "auto">;
69508
+ hideDetails: PropType<boolean | "auto">;
69491
69509
  hideSpinButtons: BooleanConstructor;
69492
69510
  hint: StringConstructor;
69493
69511
  persistentHint: BooleanConstructor;
69494
69512
  messages: {
69495
- type: vue.PropType<string | readonly string[]>;
69513
+ type: PropType<string | readonly string[]>;
69496
69514
  default: () => never[];
69497
69515
  };
69498
69516
  direction: {
69499
- type: vue.PropType<"horizontal" | "vertical">;
69517
+ type: PropType<"horizontal" | "vertical">;
69500
69518
  default: string;
69501
69519
  validator: (v: any) => boolean;
69502
69520
  };
69503
- 'onClick:prepend': vue.PropType<(args_0: MouseEvent) => void>;
69504
- 'onClick:append': vue.PropType<(args_0: MouseEvent) => void>;
69521
+ 'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
69522
+ 'onClick:append': PropType<(args_0: MouseEvent) => void>;
69505
69523
  autofocus: BooleanConstructor;
69506
69524
  counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
69507
- counterValue: vue.PropType<number | ((value: any) => number)>;
69525
+ counterValue: PropType<number | ((value: any) => number)>;
69508
69526
  prefix: StringConstructor;
69509
69527
  placeholder: {
69510
- type: vue.PropType<string>;
69528
+ type: PropType<string>;
69511
69529
  default: string;
69512
69530
  };
69513
69531
  persistentPlaceholder: BooleanConstructor;
@@ -69518,7 +69536,7 @@ declare const VDateInput: {
69518
69536
  type: StringConstructor;
69519
69537
  default: string;
69520
69538
  };
69521
- modelModifiers: vue.PropType<Record<string, boolean>>;
69539
+ modelModifiers: PropType<Record<string, boolean>>;
69522
69540
  cancelText: {
69523
69541
  type: StringConstructor;
69524
69542
  default: string;
@@ -69528,12 +69546,15 @@ declare const VDateInput: {
69528
69546
  default: string;
69529
69547
  };
69530
69548
  hideActions: BooleanConstructor;
69549
+ location: {
69550
+ type: PropType<StrategyProps["location"]>;
69551
+ default: string;
69552
+ };
69531
69553
  }, vue.ExtractPropTypes<{
69532
- max: vue.PropType<unknown>;
69533
- location: vue.PropType<Anchor | null>;
69554
+ max: PropType<unknown>;
69534
69555
  height: (StringConstructor | NumberConstructor)[];
69535
69556
  width: (StringConstructor | NumberConstructor)[];
69536
- min: vue.PropType<unknown>;
69557
+ min: PropType<unknown>;
69537
69558
  border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
69538
69559
  color: StringConstructor;
69539
69560
  maxHeight: (StringConstructor | NumberConstructor)[];
@@ -69541,7 +69562,7 @@ declare const VDateInput: {
69541
69562
  minHeight: (StringConstructor | NumberConstructor)[];
69542
69563
  minWidth: (StringConstructor | NumberConstructor)[];
69543
69564
  position: {
69544
- type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
69565
+ type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
69545
69566
  validator: (v: any) => boolean;
69546
69567
  };
69547
69568
  transition: {
@@ -69553,19 +69574,19 @@ declare const VDateInput: {
69553
69574
  default: string;
69554
69575
  };
69555
69576
  style: {
69556
- type: vue.PropType<vue.StyleValue>;
69577
+ type: PropType<vue.StyleValue>;
69557
69578
  default: null;
69558
69579
  };
69559
69580
  title: {
69560
- type: vue.PropType<string>;
69581
+ type: PropType<string>;
69561
69582
  default: string;
69562
69583
  };
69563
69584
  text: StringConstructor;
69564
69585
  disabled: BooleanConstructor;
69565
- multiple: vue.PropType<boolean | "range" | number | (string & {})>;
69586
+ multiple: PropType<boolean | "range" | number | (string & {})>;
69566
69587
  month: (StringConstructor | NumberConstructor)[];
69567
69588
  year: NumberConstructor;
69568
- class: vue.PropType<ClassValue>;
69589
+ class: PropType<ClassValue>;
69569
69590
  theme: StringConstructor;
69570
69591
  tag: {
69571
69592
  type: StringConstructor;
@@ -69584,11 +69605,11 @@ declare const VDateInput: {
69584
69605
  tile: BooleanConstructor;
69585
69606
  bgColor: StringConstructor;
69586
69607
  nextIcon: {
69587
- type: vue.PropType<IconValue>;
69608
+ type: PropType<IconValue>;
69588
69609
  default: string;
69589
69610
  };
69590
69611
  prevIcon: {
69591
- type: vue.PropType<IconValue>;
69612
+ type: PropType<IconValue>;
69592
69613
  default: string;
69593
69614
  };
69594
69615
  reverseTransition: {
@@ -69596,11 +69617,11 @@ declare const VDateInput: {
69596
69617
  default: string;
69597
69618
  };
69598
69619
  modeIcon: {
69599
- type: vue.PropType<IconValue>;
69620
+ type: PropType<IconValue>;
69600
69621
  default: string;
69601
69622
  };
69602
69623
  viewMode: {
69603
- type: vue.PropType<"month" | "months" | "year">;
69624
+ type: PropType<"month" | "months" | "year">;
69604
69625
  default: string;
69605
69626
  };
69606
69627
  showAdjacentMonths: BooleanConstructor;
@@ -69624,29 +69645,29 @@ declare const VDateInput: {
69624
69645
  default: () => number[];
69625
69646
  };
69626
69647
  weeksInMonth: Omit<Omit<{
69627
- type: vue.PropType<"dynamic" | "static">;
69648
+ type: PropType<"dynamic" | "static">;
69628
69649
  default: string;
69629
69650
  }, "type" | "default"> & {
69630
- type: vue.PropType<"static" | "dynamic">;
69651
+ type: PropType<"static" | "dynamic">;
69631
69652
  default: NonNullable<"static" | "dynamic">;
69632
69653
  }, "type" | "default"> & {
69633
- type: vue.PropType<"static" | "dynamic">;
69654
+ type: PropType<"static" | "dynamic">;
69634
69655
  default: NonNullable<"static" | "dynamic">;
69635
69656
  };
69636
69657
  firstDayOfWeek: (StringConstructor | NumberConstructor)[];
69637
- allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
69638
- displayValue: vue.PropType<unknown>;
69658
+ allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
69659
+ displayValue: PropType<unknown>;
69639
69660
  hideWeekdays: BooleanConstructor;
69640
69661
  showWeek: BooleanConstructor;
69641
69662
  hideHeader: {
69642
- type: vue.PropType<boolean>;
69663
+ type: PropType<boolean>;
69643
69664
  default: boolean;
69644
69665
  };
69645
69666
  loading: (StringConstructor | BooleanConstructor)[];
69646
- appendInnerIcon: vue.PropType<IconValue>;
69667
+ appendInnerIcon: PropType<IconValue>;
69647
69668
  clearable: BooleanConstructor;
69648
69669
  clearIcon: {
69649
- type: vue.PropType<IconValue>;
69670
+ type: PropType<IconValue>;
69650
69671
  default: string;
69651
69672
  };
69652
69673
  active: BooleanConstructor;
@@ -69660,21 +69681,21 @@ declare const VDateInput: {
69660
69681
  flat: BooleanConstructor;
69661
69682
  label: StringConstructor;
69662
69683
  persistentClear: BooleanConstructor;
69663
- prependInnerIcon: vue.PropType<IconValue>;
69684
+ prependInnerIcon: PropType<IconValue>;
69664
69685
  reverse: BooleanConstructor;
69665
69686
  singleLine: BooleanConstructor;
69666
69687
  variant: {
69667
- type: vue.PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
69688
+ type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
69668
69689
  default: string;
69669
69690
  validator: (v: any) => boolean;
69670
69691
  };
69671
- 'onClick:clear': vue.PropType<(args_0: MouseEvent) => void>;
69672
- 'onClick:appendInner': vue.PropType<(args_0: MouseEvent) => void>;
69673
- 'onClick:prependInner': vue.PropType<(args_0: MouseEvent) => void>;
69692
+ 'onClick:clear': PropType<(args_0: MouseEvent) => void>;
69693
+ 'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
69694
+ 'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
69674
69695
  focused: BooleanConstructor;
69675
- 'onUpdate:focused': vue.PropType<(args_0: boolean) => void>;
69696
+ 'onUpdate:focused': PropType<(args_0: boolean) => void>;
69676
69697
  errorMessages: {
69677
- type: vue.PropType<string | readonly string[] | null>;
69698
+ type: PropType<string | readonly string[] | null>;
69678
69699
  default: () => never[];
69679
69700
  };
69680
69701
  maxErrors: {
@@ -69683,47 +69704,47 @@ declare const VDateInput: {
69683
69704
  };
69684
69705
  name: StringConstructor;
69685
69706
  readonly: {
69686
- type: vue.PropType<boolean | null>;
69707
+ type: PropType<boolean | null>;
69687
69708
  default: null;
69688
69709
  };
69689
69710
  rules: {
69690
- type: vue.PropType<readonly ValidationRule$1[]>;
69711
+ type: PropType<readonly ValidationRule$1[]>;
69691
69712
  default: () => never[];
69692
69713
  };
69693
- validateOn: vue.PropType<ValidationProps["validateOn"]>;
69714
+ validateOn: PropType<ValidationProps["validateOn"]>;
69694
69715
  validationValue: null;
69695
69716
  density: {
69696
- type: vue.PropType<Density>;
69717
+ type: PropType<Density>;
69697
69718
  default: string;
69698
69719
  validator: (v: any) => boolean;
69699
69720
  };
69700
69721
  id: StringConstructor;
69701
- appendIcon: vue.PropType<IconValue>;
69722
+ appendIcon: PropType<IconValue>;
69702
69723
  prependIcon: {
69703
- type: vue.PropType<IconValue>;
69724
+ type: PropType<IconValue>;
69704
69725
  default: NonNullable<IconValue>;
69705
69726
  };
69706
- hideDetails: vue.PropType<boolean | "auto">;
69727
+ hideDetails: PropType<boolean | "auto">;
69707
69728
  hideSpinButtons: BooleanConstructor;
69708
69729
  hint: StringConstructor;
69709
69730
  persistentHint: BooleanConstructor;
69710
69731
  messages: {
69711
- type: vue.PropType<string | readonly string[]>;
69732
+ type: PropType<string | readonly string[]>;
69712
69733
  default: () => never[];
69713
69734
  };
69714
69735
  direction: {
69715
- type: vue.PropType<"horizontal" | "vertical">;
69736
+ type: PropType<"horizontal" | "vertical">;
69716
69737
  default: string;
69717
69738
  validator: (v: any) => boolean;
69718
69739
  };
69719
- 'onClick:prepend': vue.PropType<(args_0: MouseEvent) => void>;
69720
- 'onClick:append': vue.PropType<(args_0: MouseEvent) => void>;
69740
+ 'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
69741
+ 'onClick:append': PropType<(args_0: MouseEvent) => void>;
69721
69742
  autofocus: BooleanConstructor;
69722
69743
  counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
69723
- counterValue: vue.PropType<number | ((value: any) => number)>;
69744
+ counterValue: PropType<number | ((value: any) => number)>;
69724
69745
  prefix: StringConstructor;
69725
69746
  placeholder: {
69726
- type: vue.PropType<string>;
69747
+ type: PropType<string>;
69727
69748
  default: string;
69728
69749
  };
69729
69750
  persistentPlaceholder: BooleanConstructor;
@@ -69734,7 +69755,7 @@ declare const VDateInput: {
69734
69755
  type: StringConstructor;
69735
69756
  default: string;
69736
69757
  };
69737
- modelModifiers: vue.PropType<Record<string, boolean>>;
69758
+ modelModifiers: PropType<Record<string, boolean>>;
69738
69759
  cancelText: {
69739
69760
  type: StringConstructor;
69740
69761
  default: string;
@@ -69744,9 +69765,1324 @@ declare const VDateInput: {
69744
69765
  default: string;
69745
69766
  };
69746
69767
  hideActions: BooleanConstructor;
69768
+ location: {
69769
+ type: PropType<StrategyProps["location"]>;
69770
+ default: string;
69771
+ };
69747
69772
  }>>;
69748
69773
  type VDateInput = InstanceType<typeof VDateInput>;
69749
69774
 
69775
+ declare const VFileUpload: {
69776
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
69777
+ length: string | number;
69778
+ style: vue.StyleValue;
69779
+ title: string;
69780
+ disabled: boolean;
69781
+ multiple: boolean;
69782
+ tag: string;
69783
+ icon: IconValue;
69784
+ modelValue: File | File[];
69785
+ tile: boolean;
69786
+ density: Density;
69787
+ scrim: string | boolean;
69788
+ clearable: boolean;
69789
+ showSize: boolean;
69790
+ browseText: string;
69791
+ dividerText: string;
69792
+ hideBrowse: boolean;
69793
+ } & {
69794
+ name?: string | undefined;
69795
+ location?: Anchor | null | undefined;
69796
+ height?: string | number | undefined;
69797
+ width?: string | number | undefined;
69798
+ border?: string | number | boolean | undefined;
69799
+ color?: string | undefined;
69800
+ maxHeight?: string | number | undefined;
69801
+ maxWidth?: string | number | undefined;
69802
+ minHeight?: string | number | undefined;
69803
+ minWidth?: string | number | undefined;
69804
+ opacity?: string | number | undefined;
69805
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
69806
+ class?: any;
69807
+ theme?: string | undefined;
69808
+ elevation?: string | number | undefined;
69809
+ rounded?: string | number | boolean | undefined;
69810
+ subtitle?: string | undefined;
69811
+ thickness?: string | number | undefined;
69812
+ closeDelay?: string | number | undefined;
69813
+ openDelay?: string | number | undefined;
69814
+ } & {
69815
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
69816
+ browse?: ((arg: {
69817
+ props: {
69818
+ onClick: (e: MouseEvent) => void;
69819
+ };
69820
+ }) => vue.VNodeChild) | undefined;
69821
+ default?: (() => vue.VNodeChild) | undefined;
69822
+ icon?: (() => vue.VNodeChild) | undefined;
69823
+ input?: ((arg: {
69824
+ inputNode: VNode;
69825
+ }) => vue.VNodeChild) | undefined;
69826
+ item?: ((arg: {
69827
+ file: File;
69828
+ props: {
69829
+ "onClick:remove": () => void;
69830
+ };
69831
+ }) => vue.VNodeChild) | undefined;
69832
+ title?: (() => vue.VNodeChild) | undefined;
69833
+ divider?: (() => vue.VNodeChild) | undefined;
69834
+ };
69835
+ 'v-slots'?: {
69836
+ browse?: false | ((arg: {
69837
+ props: {
69838
+ onClick: (e: MouseEvent) => void;
69839
+ };
69840
+ }) => vue.VNodeChild) | undefined;
69841
+ default?: false | (() => vue.VNodeChild) | undefined;
69842
+ icon?: false | (() => vue.VNodeChild) | undefined;
69843
+ input?: false | ((arg: {
69844
+ inputNode: VNode;
69845
+ }) => vue.VNodeChild) | undefined;
69846
+ item?: false | ((arg: {
69847
+ file: File;
69848
+ props: {
69849
+ "onClick:remove": () => void;
69850
+ };
69851
+ }) => vue.VNodeChild) | undefined;
69852
+ title?: false | (() => vue.VNodeChild) | undefined;
69853
+ divider?: false | (() => vue.VNodeChild) | undefined;
69854
+ } | undefined;
69855
+ } & {
69856
+ "v-slot:browse"?: false | ((arg: {
69857
+ props: {
69858
+ onClick: (e: MouseEvent) => void;
69859
+ };
69860
+ }) => vue.VNodeChild) | undefined;
69861
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
69862
+ "v-slot:icon"?: false | (() => vue.VNodeChild) | undefined;
69863
+ "v-slot:input"?: false | ((arg: {
69864
+ inputNode: VNode;
69865
+ }) => vue.VNodeChild) | undefined;
69866
+ "v-slot:item"?: false | ((arg: {
69867
+ file: File;
69868
+ props: {
69869
+ "onClick:remove": () => void;
69870
+ };
69871
+ }) => vue.VNodeChild) | undefined;
69872
+ "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
69873
+ "v-slot:divider"?: false | (() => vue.VNodeChild) | undefined;
69874
+ } & {
69875
+ "onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
69876
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
69877
+ 'update:modelValue': (files: File[]) => true;
69878
+ }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
69879
+ length: string | number;
69880
+ style: vue.StyleValue;
69881
+ title: string;
69882
+ disabled: boolean;
69883
+ multiple: boolean;
69884
+ tag: string;
69885
+ icon: IconValue;
69886
+ modelValue: File | File[];
69887
+ tile: boolean;
69888
+ density: Density;
69889
+ scrim: string | boolean;
69890
+ clearable: boolean;
69891
+ showSize: boolean;
69892
+ browseText: string;
69893
+ dividerText: string;
69894
+ hideBrowse: boolean;
69895
+ } & {
69896
+ name?: string | undefined;
69897
+ location?: Anchor | null | undefined;
69898
+ height?: string | number | undefined;
69899
+ width?: string | number | undefined;
69900
+ border?: string | number | boolean | undefined;
69901
+ color?: string | undefined;
69902
+ maxHeight?: string | number | undefined;
69903
+ maxWidth?: string | number | undefined;
69904
+ minHeight?: string | number | undefined;
69905
+ minWidth?: string | number | undefined;
69906
+ opacity?: string | number | undefined;
69907
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
69908
+ class?: any;
69909
+ theme?: string | undefined;
69910
+ elevation?: string | number | undefined;
69911
+ rounded?: string | number | boolean | undefined;
69912
+ subtitle?: string | undefined;
69913
+ thickness?: string | number | undefined;
69914
+ closeDelay?: string | number | undefined;
69915
+ openDelay?: string | number | undefined;
69916
+ } & {
69917
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
69918
+ browse?: ((arg: {
69919
+ props: {
69920
+ onClick: (e: MouseEvent) => void;
69921
+ };
69922
+ }) => vue.VNodeChild) | undefined;
69923
+ default?: (() => vue.VNodeChild) | undefined;
69924
+ icon?: (() => vue.VNodeChild) | undefined;
69925
+ input?: ((arg: {
69926
+ inputNode: VNode;
69927
+ }) => vue.VNodeChild) | undefined;
69928
+ item?: ((arg: {
69929
+ file: File;
69930
+ props: {
69931
+ "onClick:remove": () => void;
69932
+ };
69933
+ }) => vue.VNodeChild) | undefined;
69934
+ title?: (() => vue.VNodeChild) | undefined;
69935
+ divider?: (() => vue.VNodeChild) | undefined;
69936
+ };
69937
+ 'v-slots'?: {
69938
+ browse?: false | ((arg: {
69939
+ props: {
69940
+ onClick: (e: MouseEvent) => void;
69941
+ };
69942
+ }) => vue.VNodeChild) | undefined;
69943
+ default?: false | (() => vue.VNodeChild) | undefined;
69944
+ icon?: false | (() => vue.VNodeChild) | undefined;
69945
+ input?: false | ((arg: {
69946
+ inputNode: VNode;
69947
+ }) => vue.VNodeChild) | undefined;
69948
+ item?: false | ((arg: {
69949
+ file: File;
69950
+ props: {
69951
+ "onClick:remove": () => void;
69952
+ };
69953
+ }) => vue.VNodeChild) | undefined;
69954
+ title?: false | (() => vue.VNodeChild) | undefined;
69955
+ divider?: false | (() => vue.VNodeChild) | undefined;
69956
+ } | undefined;
69957
+ } & {
69958
+ "v-slot:browse"?: false | ((arg: {
69959
+ props: {
69960
+ onClick: (e: MouseEvent) => void;
69961
+ };
69962
+ }) => vue.VNodeChild) | undefined;
69963
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
69964
+ "v-slot:icon"?: false | (() => vue.VNodeChild) | undefined;
69965
+ "v-slot:input"?: false | ((arg: {
69966
+ inputNode: VNode;
69967
+ }) => vue.VNodeChild) | undefined;
69968
+ "v-slot:item"?: false | ((arg: {
69969
+ file: File;
69970
+ props: {
69971
+ "onClick:remove": () => void;
69972
+ };
69973
+ }) => vue.VNodeChild) | undefined;
69974
+ "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
69975
+ "v-slot:divider"?: false | (() => vue.VNodeChild) | undefined;
69976
+ } & {
69977
+ "onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
69978
+ }, {
69979
+ length: string | number;
69980
+ style: vue.StyleValue;
69981
+ title: string;
69982
+ disabled: boolean;
69983
+ multiple: boolean;
69984
+ tag: string;
69985
+ icon: IconValue;
69986
+ modelValue: File | File[];
69987
+ rounded: string | number | boolean;
69988
+ tile: boolean;
69989
+ density: Density;
69990
+ scrim: string | boolean;
69991
+ clearable: boolean;
69992
+ showSize: boolean;
69993
+ browseText: string;
69994
+ dividerText: string;
69995
+ hideBrowse: boolean;
69996
+ }, true, {}, vue.SlotsType<Partial<{
69997
+ browse: (arg: {
69998
+ props: {
69999
+ onClick: (e: MouseEvent) => void;
70000
+ };
70001
+ }) => VNode[];
70002
+ default: () => VNode[];
70003
+ icon: () => VNode[];
70004
+ input: (arg: {
70005
+ inputNode: VNode;
70006
+ }) => VNode[];
70007
+ item: (arg: {
70008
+ file: File;
70009
+ props: {
70010
+ "onClick:remove": () => void;
70011
+ };
70012
+ }) => VNode[];
70013
+ title: () => VNode[];
70014
+ divider: () => VNode[];
70015
+ }>>, {
70016
+ P: {};
70017
+ B: {};
70018
+ D: {};
70019
+ C: {};
70020
+ M: {};
70021
+ Defaults: {};
70022
+ }, {
70023
+ length: string | number;
70024
+ style: vue.StyleValue;
70025
+ title: string;
70026
+ disabled: boolean;
70027
+ multiple: boolean;
70028
+ tag: string;
70029
+ icon: IconValue;
70030
+ modelValue: File | File[];
70031
+ tile: boolean;
70032
+ density: Density;
70033
+ scrim: string | boolean;
70034
+ clearable: boolean;
70035
+ showSize: boolean;
70036
+ browseText: string;
70037
+ dividerText: string;
70038
+ hideBrowse: boolean;
70039
+ } & {
70040
+ name?: string | undefined;
70041
+ location?: Anchor | null | undefined;
70042
+ height?: string | number | undefined;
70043
+ width?: string | number | undefined;
70044
+ border?: string | number | boolean | undefined;
70045
+ color?: string | undefined;
70046
+ maxHeight?: string | number | undefined;
70047
+ maxWidth?: string | number | undefined;
70048
+ minHeight?: string | number | undefined;
70049
+ minWidth?: string | number | undefined;
70050
+ opacity?: string | number | undefined;
70051
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
70052
+ class?: any;
70053
+ theme?: string | undefined;
70054
+ elevation?: string | number | undefined;
70055
+ rounded?: string | number | boolean | undefined;
70056
+ subtitle?: string | undefined;
70057
+ thickness?: string | number | undefined;
70058
+ closeDelay?: string | number | undefined;
70059
+ openDelay?: string | number | undefined;
70060
+ } & {
70061
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
70062
+ browse?: ((arg: {
70063
+ props: {
70064
+ onClick: (e: MouseEvent) => void;
70065
+ };
70066
+ }) => vue.VNodeChild) | undefined;
70067
+ default?: (() => vue.VNodeChild) | undefined;
70068
+ icon?: (() => vue.VNodeChild) | undefined;
70069
+ input?: ((arg: {
70070
+ inputNode: VNode;
70071
+ }) => vue.VNodeChild) | undefined;
70072
+ item?: ((arg: {
70073
+ file: File;
70074
+ props: {
70075
+ "onClick:remove": () => void;
70076
+ };
70077
+ }) => vue.VNodeChild) | undefined;
70078
+ title?: (() => vue.VNodeChild) | undefined;
70079
+ divider?: (() => vue.VNodeChild) | undefined;
70080
+ };
70081
+ 'v-slots'?: {
70082
+ browse?: false | ((arg: {
70083
+ props: {
70084
+ onClick: (e: MouseEvent) => void;
70085
+ };
70086
+ }) => vue.VNodeChild) | undefined;
70087
+ default?: false | (() => vue.VNodeChild) | undefined;
70088
+ icon?: false | (() => vue.VNodeChild) | undefined;
70089
+ input?: false | ((arg: {
70090
+ inputNode: VNode;
70091
+ }) => vue.VNodeChild) | undefined;
70092
+ item?: false | ((arg: {
70093
+ file: File;
70094
+ props: {
70095
+ "onClick:remove": () => void;
70096
+ };
70097
+ }) => vue.VNodeChild) | undefined;
70098
+ title?: false | (() => vue.VNodeChild) | undefined;
70099
+ divider?: false | (() => vue.VNodeChild) | undefined;
70100
+ } | undefined;
70101
+ } & {
70102
+ "v-slot:browse"?: false | ((arg: {
70103
+ props: {
70104
+ onClick: (e: MouseEvent) => void;
70105
+ };
70106
+ }) => vue.VNodeChild) | undefined;
70107
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
70108
+ "v-slot:icon"?: false | (() => vue.VNodeChild) | undefined;
70109
+ "v-slot:input"?: false | ((arg: {
70110
+ inputNode: VNode;
70111
+ }) => vue.VNodeChild) | undefined;
70112
+ "v-slot:item"?: false | ((arg: {
70113
+ file: File;
70114
+ props: {
70115
+ "onClick:remove": () => void;
70116
+ };
70117
+ }) => vue.VNodeChild) | undefined;
70118
+ "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
70119
+ "v-slot:divider"?: false | (() => vue.VNodeChild) | undefined;
70120
+ } & {
70121
+ "onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
70122
+ }, {}, {}, {}, {}, {
70123
+ length: string | number;
70124
+ style: vue.StyleValue;
70125
+ title: string;
70126
+ disabled: boolean;
70127
+ multiple: boolean;
70128
+ tag: string;
70129
+ icon: IconValue;
70130
+ modelValue: File | File[];
70131
+ rounded: string | number | boolean;
70132
+ tile: boolean;
70133
+ density: Density;
70134
+ scrim: string | boolean;
70135
+ clearable: boolean;
70136
+ showSize: boolean;
70137
+ browseText: string;
70138
+ dividerText: string;
70139
+ hideBrowse: boolean;
70140
+ }>;
70141
+ __isFragment?: never;
70142
+ __isTeleport?: never;
70143
+ __isSuspense?: never;
70144
+ } & vue.ComponentOptionsBase<{
70145
+ length: string | number;
70146
+ style: vue.StyleValue;
70147
+ title: string;
70148
+ disabled: boolean;
70149
+ multiple: boolean;
70150
+ tag: string;
70151
+ icon: IconValue;
70152
+ modelValue: File | File[];
70153
+ tile: boolean;
70154
+ density: Density;
70155
+ scrim: string | boolean;
70156
+ clearable: boolean;
70157
+ showSize: boolean;
70158
+ browseText: string;
70159
+ dividerText: string;
70160
+ hideBrowse: boolean;
70161
+ } & {
70162
+ name?: string | undefined;
70163
+ location?: Anchor | null | undefined;
70164
+ height?: string | number | undefined;
70165
+ width?: string | number | undefined;
70166
+ border?: string | number | boolean | undefined;
70167
+ color?: string | undefined;
70168
+ maxHeight?: string | number | undefined;
70169
+ maxWidth?: string | number | undefined;
70170
+ minHeight?: string | number | undefined;
70171
+ minWidth?: string | number | undefined;
70172
+ opacity?: string | number | undefined;
70173
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
70174
+ class?: any;
70175
+ theme?: string | undefined;
70176
+ elevation?: string | number | undefined;
70177
+ rounded?: string | number | boolean | undefined;
70178
+ subtitle?: string | undefined;
70179
+ thickness?: string | number | undefined;
70180
+ closeDelay?: string | number | undefined;
70181
+ openDelay?: string | number | undefined;
70182
+ } & {
70183
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
70184
+ browse?: ((arg: {
70185
+ props: {
70186
+ onClick: (e: MouseEvent) => void;
70187
+ };
70188
+ }) => vue.VNodeChild) | undefined;
70189
+ default?: (() => vue.VNodeChild) | undefined;
70190
+ icon?: (() => vue.VNodeChild) | undefined;
70191
+ input?: ((arg: {
70192
+ inputNode: VNode;
70193
+ }) => vue.VNodeChild) | undefined;
70194
+ item?: ((arg: {
70195
+ file: File;
70196
+ props: {
70197
+ "onClick:remove": () => void;
70198
+ };
70199
+ }) => vue.VNodeChild) | undefined;
70200
+ title?: (() => vue.VNodeChild) | undefined;
70201
+ divider?: (() => vue.VNodeChild) | undefined;
70202
+ };
70203
+ 'v-slots'?: {
70204
+ browse?: false | ((arg: {
70205
+ props: {
70206
+ onClick: (e: MouseEvent) => void;
70207
+ };
70208
+ }) => vue.VNodeChild) | undefined;
70209
+ default?: false | (() => vue.VNodeChild) | undefined;
70210
+ icon?: false | (() => vue.VNodeChild) | undefined;
70211
+ input?: false | ((arg: {
70212
+ inputNode: VNode;
70213
+ }) => vue.VNodeChild) | undefined;
70214
+ item?: false | ((arg: {
70215
+ file: File;
70216
+ props: {
70217
+ "onClick:remove": () => void;
70218
+ };
70219
+ }) => vue.VNodeChild) | undefined;
70220
+ title?: false | (() => vue.VNodeChild) | undefined;
70221
+ divider?: false | (() => vue.VNodeChild) | undefined;
70222
+ } | undefined;
70223
+ } & {
70224
+ "v-slot:browse"?: false | ((arg: {
70225
+ props: {
70226
+ onClick: (e: MouseEvent) => void;
70227
+ };
70228
+ }) => vue.VNodeChild) | undefined;
70229
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
70230
+ "v-slot:icon"?: false | (() => vue.VNodeChild) | undefined;
70231
+ "v-slot:input"?: false | ((arg: {
70232
+ inputNode: VNode;
70233
+ }) => vue.VNodeChild) | undefined;
70234
+ "v-slot:item"?: false | ((arg: {
70235
+ file: File;
70236
+ props: {
70237
+ "onClick:remove": () => void;
70238
+ };
70239
+ }) => vue.VNodeChild) | undefined;
70240
+ "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
70241
+ "v-slot:divider"?: false | (() => vue.VNodeChild) | undefined;
70242
+ } & {
70243
+ "onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
70244
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
70245
+ 'update:modelValue': (files: File[]) => true;
70246
+ }, string, {
70247
+ length: string | number;
70248
+ style: vue.StyleValue;
70249
+ title: string;
70250
+ disabled: boolean;
70251
+ multiple: boolean;
70252
+ tag: string;
70253
+ icon: IconValue;
70254
+ modelValue: File | File[];
70255
+ rounded: string | number | boolean;
70256
+ tile: boolean;
70257
+ density: Density;
70258
+ scrim: string | boolean;
70259
+ clearable: boolean;
70260
+ showSize: boolean;
70261
+ browseText: string;
70262
+ dividerText: string;
70263
+ hideBrowse: boolean;
70264
+ }, {}, string, vue.SlotsType<Partial<{
70265
+ browse: (arg: {
70266
+ props: {
70267
+ onClick: (e: MouseEvent) => void;
70268
+ };
70269
+ }) => VNode[];
70270
+ default: () => VNode[];
70271
+ icon: () => VNode[];
70272
+ input: (arg: {
70273
+ inputNode: VNode;
70274
+ }) => VNode[];
70275
+ item: (arg: {
70276
+ file: File;
70277
+ props: {
70278
+ "onClick:remove": () => void;
70279
+ };
70280
+ }) => VNode[];
70281
+ title: () => VNode[];
70282
+ divider: () => VNode[];
70283
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
70284
+ theme: StringConstructor;
70285
+ tag: {
70286
+ type: StringConstructor;
70287
+ default: string;
70288
+ };
70289
+ rounded: {
70290
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
70291
+ default: undefined;
70292
+ };
70293
+ tile: BooleanConstructor;
70294
+ position: {
70295
+ type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
70296
+ validator: (v: any) => boolean;
70297
+ };
70298
+ location: PropType<Anchor | null>;
70299
+ elevation: {
70300
+ type: (StringConstructor | NumberConstructor)[];
70301
+ validator(v: any): boolean;
70302
+ };
70303
+ height: (StringConstructor | NumberConstructor)[];
70304
+ maxHeight: (StringConstructor | NumberConstructor)[];
70305
+ maxWidth: (StringConstructor | NumberConstructor)[];
70306
+ minHeight: (StringConstructor | NumberConstructor)[];
70307
+ minWidth: (StringConstructor | NumberConstructor)[];
70308
+ width: (StringConstructor | NumberConstructor)[];
70309
+ class: PropType<ClassValue>;
70310
+ style: {
70311
+ type: PropType<vue.StyleValue>;
70312
+ default: null;
70313
+ };
70314
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
70315
+ color: StringConstructor;
70316
+ length: {
70317
+ type: PropType<string | number>;
70318
+ default: NonNullable<string | number>;
70319
+ };
70320
+ opacity: (StringConstructor | NumberConstructor)[];
70321
+ thickness: (StringConstructor | NumberConstructor)[];
70322
+ density: {
70323
+ type: PropType<Density>;
70324
+ default: string;
70325
+ validator: (v: any) => boolean;
70326
+ };
70327
+ closeDelay: (StringConstructor | NumberConstructor)[];
70328
+ openDelay: (StringConstructor | NumberConstructor)[];
70329
+ browseText: {
70330
+ type: StringConstructor;
70331
+ default: string;
70332
+ };
70333
+ dividerText: {
70334
+ type: StringConstructor;
70335
+ default: string;
70336
+ };
70337
+ title: {
70338
+ type: StringConstructor;
70339
+ default: string;
70340
+ };
70341
+ subtitle: StringConstructor;
70342
+ icon: {
70343
+ type: PropType<IconValue>;
70344
+ default: string;
70345
+ };
70346
+ modelValue: {
70347
+ type: PropType<File[] | File>;
70348
+ default: null;
70349
+ validator: (val: any) => boolean;
70350
+ };
70351
+ clearable: BooleanConstructor;
70352
+ disabled: BooleanConstructor;
70353
+ hideBrowse: BooleanConstructor;
70354
+ multiple: BooleanConstructor;
70355
+ scrim: {
70356
+ type: (StringConstructor | BooleanConstructor)[];
70357
+ default: boolean;
70358
+ };
70359
+ showSize: BooleanConstructor;
70360
+ name: StringConstructor;
70361
+ }, vue.ExtractPropTypes<{
70362
+ theme: StringConstructor;
70363
+ tag: {
70364
+ type: StringConstructor;
70365
+ default: string;
70366
+ };
70367
+ rounded: {
70368
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
70369
+ default: undefined;
70370
+ };
70371
+ tile: BooleanConstructor;
70372
+ position: {
70373
+ type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
70374
+ validator: (v: any) => boolean;
70375
+ };
70376
+ location: PropType<Anchor | null>;
70377
+ elevation: {
70378
+ type: (StringConstructor | NumberConstructor)[];
70379
+ validator(v: any): boolean;
70380
+ };
70381
+ height: (StringConstructor | NumberConstructor)[];
70382
+ maxHeight: (StringConstructor | NumberConstructor)[];
70383
+ maxWidth: (StringConstructor | NumberConstructor)[];
70384
+ minHeight: (StringConstructor | NumberConstructor)[];
70385
+ minWidth: (StringConstructor | NumberConstructor)[];
70386
+ width: (StringConstructor | NumberConstructor)[];
70387
+ class: PropType<ClassValue>;
70388
+ style: {
70389
+ type: PropType<vue.StyleValue>;
70390
+ default: null;
70391
+ };
70392
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
70393
+ color: StringConstructor;
70394
+ length: {
70395
+ type: PropType<string | number>;
70396
+ default: NonNullable<string | number>;
70397
+ };
70398
+ opacity: (StringConstructor | NumberConstructor)[];
70399
+ thickness: (StringConstructor | NumberConstructor)[];
70400
+ density: {
70401
+ type: PropType<Density>;
70402
+ default: string;
70403
+ validator: (v: any) => boolean;
70404
+ };
70405
+ closeDelay: (StringConstructor | NumberConstructor)[];
70406
+ openDelay: (StringConstructor | NumberConstructor)[];
70407
+ browseText: {
70408
+ type: StringConstructor;
70409
+ default: string;
70410
+ };
70411
+ dividerText: {
70412
+ type: StringConstructor;
70413
+ default: string;
70414
+ };
70415
+ title: {
70416
+ type: StringConstructor;
70417
+ default: string;
70418
+ };
70419
+ subtitle: StringConstructor;
70420
+ icon: {
70421
+ type: PropType<IconValue>;
70422
+ default: string;
70423
+ };
70424
+ modelValue: {
70425
+ type: PropType<File[] | File>;
70426
+ default: null;
70427
+ validator: (val: any) => boolean;
70428
+ };
70429
+ clearable: BooleanConstructor;
70430
+ disabled: BooleanConstructor;
70431
+ hideBrowse: BooleanConstructor;
70432
+ multiple: BooleanConstructor;
70433
+ scrim: {
70434
+ type: (StringConstructor | BooleanConstructor)[];
70435
+ default: boolean;
70436
+ };
70437
+ showSize: BooleanConstructor;
70438
+ name: StringConstructor;
70439
+ }>>;
70440
+ type VFileUpload = InstanceType<typeof VFileUpload>;
70441
+
70442
+ declare const VFileUploadItem: {
70443
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
70444
+ replace: boolean;
70445
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
70446
+ exact: boolean;
70447
+ file: File;
70448
+ border: string | number | boolean;
70449
+ nav: boolean;
70450
+ style: vue.StyleValue;
70451
+ disabled: boolean;
70452
+ tag: string;
70453
+ lines: false | "one" | "two" | "three";
70454
+ rounded: string | number | boolean;
70455
+ tile: boolean;
70456
+ density: Density;
70457
+ slim: boolean;
70458
+ ripple: boolean | {
70459
+ class: string;
70460
+ } | undefined;
70461
+ clearable: boolean;
70462
+ showSize: boolean;
70463
+ fileIcon: string;
70464
+ } & {
70465
+ link?: boolean | undefined;
70466
+ height?: string | number | undefined;
70467
+ width?: string | number | undefined;
70468
+ active?: boolean | undefined;
70469
+ color?: string | undefined;
70470
+ maxHeight?: string | number | undefined;
70471
+ maxWidth?: string | number | undefined;
70472
+ minHeight?: string | number | undefined;
70473
+ minWidth?: string | number | undefined;
70474
+ value?: any;
70475
+ title?: string | number | undefined;
70476
+ class?: any;
70477
+ theme?: string | undefined;
70478
+ to?: vue_router.RouteLocationRaw | undefined;
70479
+ onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
70480
+ onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
70481
+ href?: string | undefined;
70482
+ elevation?: string | number | undefined;
70483
+ baseColor?: string | undefined;
70484
+ activeColor?: string | undefined;
70485
+ prependIcon?: IconValue | undefined;
70486
+ appendIcon?: IconValue | undefined;
70487
+ activeClass?: string | undefined;
70488
+ appendAvatar?: string | undefined;
70489
+ prependAvatar?: string | undefined;
70490
+ subtitle?: string | number | undefined;
70491
+ } & {
70492
+ $children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
70493
+ clear?: ((arg: {
70494
+ props: {
70495
+ onClick: () => void;
70496
+ };
70497
+ }) => vue.VNodeChild) | undefined;
70498
+ prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70499
+ append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70500
+ default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70501
+ title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
70502
+ subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
70503
+ };
70504
+ 'v-slots'?: {
70505
+ clear?: false | ((arg: {
70506
+ props: {
70507
+ onClick: () => void;
70508
+ };
70509
+ }) => vue.VNodeChild) | undefined;
70510
+ prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70511
+ append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70512
+ default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70513
+ title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
70514
+ subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
70515
+ } | undefined;
70516
+ } & {
70517
+ "v-slot:clear"?: false | ((arg: {
70518
+ props: {
70519
+ onClick: () => void;
70520
+ };
70521
+ }) => vue.VNodeChild) | undefined;
70522
+ "v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70523
+ "v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70524
+ "v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70525
+ "v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
70526
+ "v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
70527
+ } & {
70528
+ onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
70529
+ "onClick:remove"?: (() => any) | undefined;
70530
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
70531
+ 'click:remove': () => true;
70532
+ click: (e: MouseEvent | KeyboardEvent) => true;
70533
+ }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
70534
+ replace: boolean;
70535
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
70536
+ exact: boolean;
70537
+ file: File;
70538
+ border: string | number | boolean;
70539
+ nav: boolean;
70540
+ style: vue.StyleValue;
70541
+ disabled: boolean;
70542
+ tag: string;
70543
+ lines: false | "one" | "two" | "three";
70544
+ rounded: string | number | boolean;
70545
+ tile: boolean;
70546
+ density: Density;
70547
+ slim: boolean;
70548
+ ripple: boolean | {
70549
+ class: string;
70550
+ } | undefined;
70551
+ clearable: boolean;
70552
+ showSize: boolean;
70553
+ fileIcon: string;
70554
+ } & {
70555
+ link?: boolean | undefined;
70556
+ height?: string | number | undefined;
70557
+ width?: string | number | undefined;
70558
+ active?: boolean | undefined;
70559
+ color?: string | undefined;
70560
+ maxHeight?: string | number | undefined;
70561
+ maxWidth?: string | number | undefined;
70562
+ minHeight?: string | number | undefined;
70563
+ minWidth?: string | number | undefined;
70564
+ value?: any;
70565
+ title?: string | number | undefined;
70566
+ class?: any;
70567
+ theme?: string | undefined;
70568
+ to?: vue_router.RouteLocationRaw | undefined;
70569
+ onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
70570
+ onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
70571
+ href?: string | undefined;
70572
+ elevation?: string | number | undefined;
70573
+ baseColor?: string | undefined;
70574
+ activeColor?: string | undefined;
70575
+ prependIcon?: IconValue | undefined;
70576
+ appendIcon?: IconValue | undefined;
70577
+ activeClass?: string | undefined;
70578
+ appendAvatar?: string | undefined;
70579
+ prependAvatar?: string | undefined;
70580
+ subtitle?: string | number | undefined;
70581
+ } & {
70582
+ $children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
70583
+ clear?: ((arg: {
70584
+ props: {
70585
+ onClick: () => void;
70586
+ };
70587
+ }) => vue.VNodeChild) | undefined;
70588
+ prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70589
+ append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70590
+ default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70591
+ title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
70592
+ subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
70593
+ };
70594
+ 'v-slots'?: {
70595
+ clear?: false | ((arg: {
70596
+ props: {
70597
+ onClick: () => void;
70598
+ };
70599
+ }) => vue.VNodeChild) | undefined;
70600
+ prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70601
+ append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70602
+ default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70603
+ title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
70604
+ subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
70605
+ } | undefined;
70606
+ } & {
70607
+ "v-slot:clear"?: false | ((arg: {
70608
+ props: {
70609
+ onClick: () => void;
70610
+ };
70611
+ }) => vue.VNodeChild) | undefined;
70612
+ "v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70613
+ "v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70614
+ "v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70615
+ "v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
70616
+ "v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
70617
+ } & {
70618
+ onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
70619
+ "onClick:remove"?: (() => any) | undefined;
70620
+ }, {
70621
+ replace: boolean;
70622
+ link: boolean;
70623
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
70624
+ exact: boolean;
70625
+ file: File;
70626
+ active: boolean;
70627
+ border: string | number | boolean;
70628
+ nav: boolean;
70629
+ style: vue.StyleValue;
70630
+ disabled: boolean;
70631
+ tag: string;
70632
+ lines: false | "one" | "two" | "three";
70633
+ rounded: string | number | boolean;
70634
+ tile: boolean;
70635
+ density: Density;
70636
+ slim: boolean;
70637
+ ripple: boolean | {
70638
+ class: string;
70639
+ } | undefined;
70640
+ clearable: boolean;
70641
+ showSize: boolean;
70642
+ fileIcon: string;
70643
+ }, true, {}, vue.SlotsType<Partial<{
70644
+ clear: (arg: {
70645
+ props: {
70646
+ onClick: () => void;
70647
+ };
70648
+ }) => vue.VNode[];
70649
+ prepend: (arg: ListItemSlot) => vue.VNode[];
70650
+ append: (arg: ListItemSlot) => vue.VNode[];
70651
+ default: (arg: ListItemSlot) => vue.VNode[];
70652
+ title: (arg: ListItemTitleSlot) => vue.VNode[];
70653
+ subtitle: (arg: ListItemSubtitleSlot) => vue.VNode[];
70654
+ }>>, {
70655
+ P: {};
70656
+ B: {};
70657
+ D: {};
70658
+ C: {};
70659
+ M: {};
70660
+ Defaults: {};
70661
+ }, {
70662
+ replace: boolean;
70663
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
70664
+ exact: boolean;
70665
+ file: File;
70666
+ border: string | number | boolean;
70667
+ nav: boolean;
70668
+ style: vue.StyleValue;
70669
+ disabled: boolean;
70670
+ tag: string;
70671
+ lines: false | "one" | "two" | "three";
70672
+ rounded: string | number | boolean;
70673
+ tile: boolean;
70674
+ density: Density;
70675
+ slim: boolean;
70676
+ ripple: boolean | {
70677
+ class: string;
70678
+ } | undefined;
70679
+ clearable: boolean;
70680
+ showSize: boolean;
70681
+ fileIcon: string;
70682
+ } & {
70683
+ link?: boolean | undefined;
70684
+ height?: string | number | undefined;
70685
+ width?: string | number | undefined;
70686
+ active?: boolean | undefined;
70687
+ color?: string | undefined;
70688
+ maxHeight?: string | number | undefined;
70689
+ maxWidth?: string | number | undefined;
70690
+ minHeight?: string | number | undefined;
70691
+ minWidth?: string | number | undefined;
70692
+ value?: any;
70693
+ title?: string | number | undefined;
70694
+ class?: any;
70695
+ theme?: string | undefined;
70696
+ to?: vue_router.RouteLocationRaw | undefined;
70697
+ onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
70698
+ onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
70699
+ href?: string | undefined;
70700
+ elevation?: string | number | undefined;
70701
+ baseColor?: string | undefined;
70702
+ activeColor?: string | undefined;
70703
+ prependIcon?: IconValue | undefined;
70704
+ appendIcon?: IconValue | undefined;
70705
+ activeClass?: string | undefined;
70706
+ appendAvatar?: string | undefined;
70707
+ prependAvatar?: string | undefined;
70708
+ subtitle?: string | number | undefined;
70709
+ } & {
70710
+ $children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
70711
+ clear?: ((arg: {
70712
+ props: {
70713
+ onClick: () => void;
70714
+ };
70715
+ }) => vue.VNodeChild) | undefined;
70716
+ prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70717
+ append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70718
+ default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70719
+ title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
70720
+ subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
70721
+ };
70722
+ 'v-slots'?: {
70723
+ clear?: false | ((arg: {
70724
+ props: {
70725
+ onClick: () => void;
70726
+ };
70727
+ }) => vue.VNodeChild) | undefined;
70728
+ prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70729
+ append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70730
+ default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70731
+ title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
70732
+ subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
70733
+ } | undefined;
70734
+ } & {
70735
+ "v-slot:clear"?: false | ((arg: {
70736
+ props: {
70737
+ onClick: () => void;
70738
+ };
70739
+ }) => vue.VNodeChild) | undefined;
70740
+ "v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70741
+ "v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70742
+ "v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70743
+ "v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
70744
+ "v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
70745
+ } & {
70746
+ onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
70747
+ "onClick:remove"?: (() => any) | undefined;
70748
+ }, {}, {}, {}, {}, {
70749
+ replace: boolean;
70750
+ link: boolean;
70751
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
70752
+ exact: boolean;
70753
+ file: File;
70754
+ active: boolean;
70755
+ border: string | number | boolean;
70756
+ nav: boolean;
70757
+ style: vue.StyleValue;
70758
+ disabled: boolean;
70759
+ tag: string;
70760
+ lines: false | "one" | "two" | "three";
70761
+ rounded: string | number | boolean;
70762
+ tile: boolean;
70763
+ density: Density;
70764
+ slim: boolean;
70765
+ ripple: boolean | {
70766
+ class: string;
70767
+ } | undefined;
70768
+ clearable: boolean;
70769
+ showSize: boolean;
70770
+ fileIcon: string;
70771
+ }>;
70772
+ __isFragment?: never;
70773
+ __isTeleport?: never;
70774
+ __isSuspense?: never;
70775
+ } & vue.ComponentOptionsBase<{
70776
+ replace: boolean;
70777
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
70778
+ exact: boolean;
70779
+ file: File;
70780
+ border: string | number | boolean;
70781
+ nav: boolean;
70782
+ style: vue.StyleValue;
70783
+ disabled: boolean;
70784
+ tag: string;
70785
+ lines: false | "one" | "two" | "three";
70786
+ rounded: string | number | boolean;
70787
+ tile: boolean;
70788
+ density: Density;
70789
+ slim: boolean;
70790
+ ripple: boolean | {
70791
+ class: string;
70792
+ } | undefined;
70793
+ clearable: boolean;
70794
+ showSize: boolean;
70795
+ fileIcon: string;
70796
+ } & {
70797
+ link?: boolean | undefined;
70798
+ height?: string | number | undefined;
70799
+ width?: string | number | undefined;
70800
+ active?: boolean | undefined;
70801
+ color?: string | undefined;
70802
+ maxHeight?: string | number | undefined;
70803
+ maxWidth?: string | number | undefined;
70804
+ minHeight?: string | number | undefined;
70805
+ minWidth?: string | number | undefined;
70806
+ value?: any;
70807
+ title?: string | number | undefined;
70808
+ class?: any;
70809
+ theme?: string | undefined;
70810
+ to?: vue_router.RouteLocationRaw | undefined;
70811
+ onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
70812
+ onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
70813
+ href?: string | undefined;
70814
+ elevation?: string | number | undefined;
70815
+ baseColor?: string | undefined;
70816
+ activeColor?: string | undefined;
70817
+ prependIcon?: IconValue | undefined;
70818
+ appendIcon?: IconValue | undefined;
70819
+ activeClass?: string | undefined;
70820
+ appendAvatar?: string | undefined;
70821
+ prependAvatar?: string | undefined;
70822
+ subtitle?: string | number | undefined;
70823
+ } & {
70824
+ $children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
70825
+ clear?: ((arg: {
70826
+ props: {
70827
+ onClick: () => void;
70828
+ };
70829
+ }) => vue.VNodeChild) | undefined;
70830
+ prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70831
+ append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70832
+ default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70833
+ title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
70834
+ subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
70835
+ };
70836
+ 'v-slots'?: {
70837
+ clear?: false | ((arg: {
70838
+ props: {
70839
+ onClick: () => void;
70840
+ };
70841
+ }) => vue.VNodeChild) | undefined;
70842
+ prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70843
+ append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70844
+ default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70845
+ title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
70846
+ subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
70847
+ } | undefined;
70848
+ } & {
70849
+ "v-slot:clear"?: false | ((arg: {
70850
+ props: {
70851
+ onClick: () => void;
70852
+ };
70853
+ }) => vue.VNodeChild) | undefined;
70854
+ "v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70855
+ "v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70856
+ "v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
70857
+ "v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
70858
+ "v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
70859
+ } & {
70860
+ onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
70861
+ "onClick:remove"?: (() => any) | undefined;
70862
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
70863
+ 'click:remove': () => true;
70864
+ click: (e: MouseEvent | KeyboardEvent) => true;
70865
+ }, string, {
70866
+ replace: boolean;
70867
+ link: boolean;
70868
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
70869
+ exact: boolean;
70870
+ file: File;
70871
+ active: boolean;
70872
+ border: string | number | boolean;
70873
+ nav: boolean;
70874
+ style: vue.StyleValue;
70875
+ disabled: boolean;
70876
+ tag: string;
70877
+ lines: false | "one" | "two" | "three";
70878
+ rounded: string | number | boolean;
70879
+ tile: boolean;
70880
+ density: Density;
70881
+ slim: boolean;
70882
+ ripple: boolean | {
70883
+ class: string;
70884
+ } | undefined;
70885
+ clearable: boolean;
70886
+ showSize: boolean;
70887
+ fileIcon: string;
70888
+ }, {}, string, vue.SlotsType<Partial<{
70889
+ clear: (arg: {
70890
+ props: {
70891
+ onClick: () => void;
70892
+ };
70893
+ }) => vue.VNode[];
70894
+ prepend: (arg: ListItemSlot) => vue.VNode[];
70895
+ append: (arg: ListItemSlot) => vue.VNode[];
70896
+ default: (arg: ListItemSlot) => vue.VNode[];
70897
+ title: (arg: ListItemTitleSlot) => vue.VNode[];
70898
+ subtitle: (arg: ListItemSubtitleSlot) => vue.VNode[];
70899
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
70900
+ color: StringConstructor;
70901
+ variant: Omit<{
70902
+ type: PropType<Variant$2>;
70903
+ default: string;
70904
+ validator: (v: any) => boolean;
70905
+ }, "type" | "default"> & {
70906
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
70907
+ default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
70908
+ };
70909
+ theme: StringConstructor;
70910
+ tag: {
70911
+ type: StringConstructor;
70912
+ default: string;
70913
+ };
70914
+ href: StringConstructor;
70915
+ replace: BooleanConstructor;
70916
+ to: PropType<vue_router.RouteLocationRaw>;
70917
+ exact: BooleanConstructor;
70918
+ rounded: Omit<{
70919
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
70920
+ default: undefined;
70921
+ }, "type" | "default"> & {
70922
+ type: PropType<string | number | boolean>;
70923
+ default: NonNullable<string | number | boolean>;
70924
+ };
70925
+ tile: BooleanConstructor;
70926
+ elevation: {
70927
+ type: (StringConstructor | NumberConstructor)[];
70928
+ validator(v: any): boolean;
70929
+ };
70930
+ height: (StringConstructor | NumberConstructor)[];
70931
+ maxHeight: (StringConstructor | NumberConstructor)[];
70932
+ maxWidth: (StringConstructor | NumberConstructor)[];
70933
+ minHeight: (StringConstructor | NumberConstructor)[];
70934
+ minWidth: (StringConstructor | NumberConstructor)[];
70935
+ width: (StringConstructor | NumberConstructor)[];
70936
+ density: {
70937
+ type: PropType<Density>;
70938
+ default: string;
70939
+ validator: (v: any) => boolean;
70940
+ };
70941
+ class: PropType<ClassValue>;
70942
+ style: {
70943
+ type: PropType<vue.StyleValue>;
70944
+ default: null;
70945
+ };
70946
+ border: {
70947
+ type: PropType<string | number | boolean>;
70948
+ default: NonNullable<string | number | boolean>;
70949
+ };
70950
+ active: {
70951
+ type: BooleanConstructor;
70952
+ default: undefined;
70953
+ };
70954
+ activeClass: StringConstructor;
70955
+ activeColor: StringConstructor;
70956
+ appendAvatar: StringConstructor;
70957
+ appendIcon: PropType<IconValue>;
70958
+ baseColor: StringConstructor;
70959
+ disabled: BooleanConstructor;
70960
+ lines: {
70961
+ type: PropType<false | "one" | "two" | "three">;
70962
+ default: NonNullable<false | "one" | "two" | "three">;
70963
+ };
70964
+ link: {
70965
+ type: BooleanConstructor;
70966
+ default: undefined;
70967
+ };
70968
+ nav: BooleanConstructor;
70969
+ prependAvatar: StringConstructor;
70970
+ prependIcon: PropType<IconValue>;
70971
+ ripple: {
70972
+ type: PropType<RippleDirectiveBinding["value"]>;
70973
+ default: boolean;
70974
+ };
70975
+ slim: BooleanConstructor;
70976
+ subtitle: (StringConstructor | NumberConstructor)[];
70977
+ title: (StringConstructor | NumberConstructor)[];
70978
+ value: null;
70979
+ onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
70980
+ onClickOnce: PropType<(args_0: MouseEvent) => void>;
70981
+ clearable: BooleanConstructor;
70982
+ file: {
70983
+ type: PropType<File>;
70984
+ default: null;
70985
+ };
70986
+ fileIcon: {
70987
+ type: StringConstructor;
70988
+ default: string;
70989
+ };
70990
+ showSize: BooleanConstructor;
70991
+ }, vue.ExtractPropTypes<{
70992
+ color: StringConstructor;
70993
+ variant: Omit<{
70994
+ type: PropType<Variant$2>;
70995
+ default: string;
70996
+ validator: (v: any) => boolean;
70997
+ }, "type" | "default"> & {
70998
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
70999
+ default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
71000
+ };
71001
+ theme: StringConstructor;
71002
+ tag: {
71003
+ type: StringConstructor;
71004
+ default: string;
71005
+ };
71006
+ href: StringConstructor;
71007
+ replace: BooleanConstructor;
71008
+ to: PropType<vue_router.RouteLocationRaw>;
71009
+ exact: BooleanConstructor;
71010
+ rounded: Omit<{
71011
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
71012
+ default: undefined;
71013
+ }, "type" | "default"> & {
71014
+ type: PropType<string | number | boolean>;
71015
+ default: NonNullable<string | number | boolean>;
71016
+ };
71017
+ tile: BooleanConstructor;
71018
+ elevation: {
71019
+ type: (StringConstructor | NumberConstructor)[];
71020
+ validator(v: any): boolean;
71021
+ };
71022
+ height: (StringConstructor | NumberConstructor)[];
71023
+ maxHeight: (StringConstructor | NumberConstructor)[];
71024
+ maxWidth: (StringConstructor | NumberConstructor)[];
71025
+ minHeight: (StringConstructor | NumberConstructor)[];
71026
+ minWidth: (StringConstructor | NumberConstructor)[];
71027
+ width: (StringConstructor | NumberConstructor)[];
71028
+ density: {
71029
+ type: PropType<Density>;
71030
+ default: string;
71031
+ validator: (v: any) => boolean;
71032
+ };
71033
+ class: PropType<ClassValue>;
71034
+ style: {
71035
+ type: PropType<vue.StyleValue>;
71036
+ default: null;
71037
+ };
71038
+ border: {
71039
+ type: PropType<string | number | boolean>;
71040
+ default: NonNullable<string | number | boolean>;
71041
+ };
71042
+ active: {
71043
+ type: BooleanConstructor;
71044
+ default: undefined;
71045
+ };
71046
+ activeClass: StringConstructor;
71047
+ activeColor: StringConstructor;
71048
+ appendAvatar: StringConstructor;
71049
+ appendIcon: PropType<IconValue>;
71050
+ baseColor: StringConstructor;
71051
+ disabled: BooleanConstructor;
71052
+ lines: {
71053
+ type: PropType<false | "one" | "two" | "three">;
71054
+ default: NonNullable<false | "one" | "two" | "three">;
71055
+ };
71056
+ link: {
71057
+ type: BooleanConstructor;
71058
+ default: undefined;
71059
+ };
71060
+ nav: BooleanConstructor;
71061
+ prependAvatar: StringConstructor;
71062
+ prependIcon: PropType<IconValue>;
71063
+ ripple: {
71064
+ type: PropType<RippleDirectiveBinding["value"]>;
71065
+ default: boolean;
71066
+ };
71067
+ slim: BooleanConstructor;
71068
+ subtitle: (StringConstructor | NumberConstructor)[];
71069
+ title: (StringConstructor | NumberConstructor)[];
71070
+ value: null;
71071
+ onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
71072
+ onClickOnce: PropType<(args_0: MouseEvent) => void>;
71073
+ clearable: BooleanConstructor;
71074
+ file: {
71075
+ type: PropType<File>;
71076
+ default: null;
71077
+ };
71078
+ fileIcon: {
71079
+ type: StringConstructor;
71080
+ default: string;
71081
+ };
71082
+ showSize: BooleanConstructor;
71083
+ }>>;
71084
+ type VFileUploadItem = InstanceType<typeof VFileUploadItem>;
71085
+
69750
71086
  type ControlSlot = {
69751
71087
  click: (e: MouseEvent) => void;
69752
71088
  };
@@ -81653,6 +82989,8 @@ declare const allComponents_d_VFadeTransition: typeof VFadeTransition;
81653
82989
  declare const allComponents_d_VField: typeof VField;
81654
82990
  declare const allComponents_d_VFieldLabel: typeof VFieldLabel;
81655
82991
  declare const allComponents_d_VFileInput: typeof VFileInput;
82992
+ declare const allComponents_d_VFileUpload: typeof VFileUpload;
82993
+ declare const allComponents_d_VFileUploadItem: typeof VFileUploadItem;
81656
82994
  declare const allComponents_d_VFooter: typeof VFooter;
81657
82995
  declare const allComponents_d_VForm: typeof VForm;
81658
82996
  declare const allComponents_d_VHover: typeof VHover;
@@ -81758,7 +83096,7 @@ declare const allComponents_d_VVirtualScroll: typeof VVirtualScroll;
81758
83096
  declare const allComponents_d_VWindow: typeof VWindow;
81759
83097
  declare const allComponents_d_VWindowItem: typeof VWindowItem;
81760
83098
  declare namespace allComponents_d {
81761
- export type { allComponents_d_VAlert as VAlert, allComponents_d_VAlertTitle as VAlertTitle, allComponents_d_VApp as VApp, allComponents_d_VAppBar as VAppBar, allComponents_d_VAppBarNavIcon as VAppBarNavIcon, allComponents_d_VAppBarTitle as VAppBarTitle, allComponents_d_VAutocomplete as VAutocomplete, allComponents_d_VAvatar as VAvatar, allComponents_d_VBadge as VBadge, allComponents_d_VBanner as VBanner, allComponents_d_VBannerActions as VBannerActions, allComponents_d_VBannerText as VBannerText, allComponents_d_VBottomNavigation as VBottomNavigation, allComponents_d_VBottomSheet as VBottomSheet, allComponents_d_VBreadcrumbs as VBreadcrumbs, allComponents_d_VBreadcrumbsDivider as VBreadcrumbsDivider, allComponents_d_VBreadcrumbsItem as VBreadcrumbsItem, allComponents_d_VBtn as VBtn, allComponents_d_VBtnGroup as VBtnGroup, allComponents_d_VBtnToggle as VBtnToggle, allComponents_d_VCalendar as VCalendar, allComponents_d_VCalendarDay as VCalendarDay, allComponents_d_VCalendarHeader as VCalendarHeader, allComponents_d_VCalendarInterval as VCalendarInterval, allComponents_d_VCalendarIntervalEvent as VCalendarIntervalEvent, allComponents_d_VCalendarMonthDay as VCalendarMonthDay, allComponents_d_VCard as VCard, allComponents_d_VCardActions as VCardActions, allComponents_d_VCardItem as VCardItem, allComponents_d_VCardSubtitle as VCardSubtitle, allComponents_d_VCardText as VCardText, allComponents_d_VCardTitle as VCardTitle, allComponents_d_VCarousel as VCarousel, allComponents_d_VCarouselItem as VCarouselItem, allComponents_d_VCheckbox as VCheckbox, allComponents_d_VCheckboxBtn as VCheckboxBtn, allComponents_d_VChip as VChip, allComponents_d_VChipGroup as VChipGroup, allComponents_d_VClassIcon as VClassIcon, allComponents_d_VCode as VCode, allComponents_d_VCol as VCol, allComponents_d_VColorPicker as VColorPicker, allComponents_d_VCombobox as VCombobox, allComponents_d_VComponentIcon as VComponentIcon, allComponents_d_VConfirmEdit as VConfirmEdit, allComponents_d_VContainer as VContainer, allComponents_d_VCounter as VCounter, allComponents_d_VDataIterator as VDataIterator, allComponents_d_VDataTable as VDataTable, allComponents_d_VDataTableFooter as VDataTableFooter, allComponents_d_VDataTableHeaders as VDataTableHeaders, allComponents_d_VDataTableRow as VDataTableRow, allComponents_d_VDataTableRows as VDataTableRows, allComponents_d_VDataTableServer as VDataTableServer, allComponents_d_VDataTableVirtual as VDataTableVirtual, allComponents_d_VDateInput as VDateInput, allComponents_d_VDatePicker as VDatePicker, allComponents_d_VDatePickerControls as VDatePickerControls, allComponents_d_VDatePickerHeader as VDatePickerHeader, allComponents_d_VDatePickerMonth as VDatePickerMonth, allComponents_d_VDatePickerMonths as VDatePickerMonths, allComponents_d_VDatePickerYears as VDatePickerYears, allComponents_d_VDefaultsProvider as VDefaultsProvider, allComponents_d_VDialog as VDialog, allComponents_d_VDialogBottomTransition as VDialogBottomTransition, allComponents_d_VDialogTopTransition as VDialogTopTransition, allComponents_d_VDialogTransition as VDialogTransition, allComponents_d_VDivider as VDivider, allComponents_d_VEmptyState as VEmptyState, allComponents_d_VExpandTransition as VExpandTransition, allComponents_d_VExpandXTransition as VExpandXTransition, allComponents_d_VExpansionPanel as VExpansionPanel, allComponents_d_VExpansionPanelText as VExpansionPanelText, allComponents_d_VExpansionPanelTitle as VExpansionPanelTitle, allComponents_d_VExpansionPanels as VExpansionPanels, allComponents_d_VFab as VFab, allComponents_d_VFabTransition as VFabTransition, allComponents_d_VFadeTransition as VFadeTransition, allComponents_d_VField as VField, allComponents_d_VFieldLabel as VFieldLabel, allComponents_d_VFileInput as VFileInput, allComponents_d_VFooter as VFooter, allComponents_d_VForm as VForm, allComponents_d_VHover as VHover, allComponents_d_VIcon as VIcon, allComponents_d_VImg as VImg, allComponents_d_VInfiniteScroll as VInfiniteScroll, allComponents_d_VInput as VInput, allComponents_d_VItem as VItem, allComponents_d_VItemGroup as VItemGroup, allComponents_d_VKbd as VKbd, allComponents_d_VLabel as VLabel, allComponents_d_VLayout as VLayout, allComponents_d_VLayoutItem as VLayoutItem, allComponents_d_VLazy as VLazy, allComponents_d_VLigatureIcon as VLigatureIcon, allComponents_d_VList as VList, allComponents_d_VListGroup as VListGroup, allComponents_d_VListImg as VListImg, allComponents_d_VListItem as VListItem, allComponents_d_VListItemAction as VListItemAction, allComponents_d_VListItemMedia as VListItemMedia, allComponents_d_VListItemSubtitle as VListItemSubtitle, allComponents_d_VListItemTitle as VListItemTitle, allComponents_d_VListSubheader as VListSubheader, allComponents_d_VLocaleProvider as VLocaleProvider, allComponents_d_VMain as VMain, allComponents_d_VMenu as VMenu, allComponents_d_VMessages as VMessages, allComponents_d_VNavigationDrawer as VNavigationDrawer, allComponents_d_VNoSsr as VNoSsr, allComponents_d_VNumberInput as VNumberInput, allComponents_d_VOtpInput as VOtpInput, allComponents_d_VOverlay as VOverlay, allComponents_d_VPagination as VPagination, allComponents_d_VParallax as VParallax, allComponents_d_VPicker as VPicker, allComponents_d_VPickerTitle as VPickerTitle, allComponents_d_VProgressCircular as VProgressCircular, allComponents_d_VProgressLinear as VProgressLinear, allComponents_d_VPullToRefresh as VPullToRefresh, allComponents_d_VRadio as VRadio, allComponents_d_VRadioGroup as VRadioGroup, allComponents_d_VRangeSlider as VRangeSlider, allComponents_d_VRating as VRating, allComponents_d_VResponsive as VResponsive, allComponents_d_VRow as VRow, allComponents_d_VScaleTransition as VScaleTransition, allComponents_d_VScrollXReverseTransition as VScrollXReverseTransition, allComponents_d_VScrollXTransition as VScrollXTransition, allComponents_d_VScrollYReverseTransition as VScrollYReverseTransition, allComponents_d_VScrollYTransition as VScrollYTransition, allComponents_d_VSelect as VSelect, allComponents_d_VSelectionControl as VSelectionControl, allComponents_d_VSelectionControlGroup as VSelectionControlGroup, allComponents_d_VSheet as VSheet, allComponents_d_VSkeletonLoader as VSkeletonLoader, allComponents_d_VSlideGroup as VSlideGroup, allComponents_d_VSlideGroupItem as VSlideGroupItem, allComponents_d_VSlideXReverseTransition as VSlideXReverseTransition, allComponents_d_VSlideXTransition as VSlideXTransition, allComponents_d_VSlideYReverseTransition as VSlideYReverseTransition, allComponents_d_VSlideYTransition as VSlideYTransition, allComponents_d_VSlider as VSlider, allComponents_d_VSnackbar as VSnackbar, allComponents_d_VSnackbarQueue as VSnackbarQueue, allComponents_d_VSpacer as VSpacer, allComponents_d_VSparkline as VSparkline, allComponents_d_VSpeedDial as VSpeedDial, allComponents_d_VStepper as VStepper, allComponents_d_VStepperActions as VStepperActions, allComponents_d_VStepperHeader as VStepperHeader, allComponents_d_VStepperItem as VStepperItem, allComponents_d_VStepperVertical as VStepperVertical, allComponents_d_VStepperVerticalActions as VStepperVerticalActions, allComponents_d_VStepperVerticalItem as VStepperVerticalItem, allComponents_d_VStepperWindow as VStepperWindow, allComponents_d_VStepperWindowItem as VStepperWindowItem, allComponents_d_VSvgIcon as VSvgIcon, allComponents_d_VSwitch as VSwitch, allComponents_d_VSystemBar as VSystemBar, allComponents_d_VTab as VTab, allComponents_d_VTable as VTable, allComponents_d_VTabs as VTabs, allComponents_d_VTabsWindow as VTabsWindow, allComponents_d_VTabsWindowItem as VTabsWindowItem, allComponents_d_VTextField as VTextField, allComponents_d_VTextarea as VTextarea, allComponents_d_VThemeProvider as VThemeProvider, allComponents_d_VTimePicker as VTimePicker, allComponents_d_VTimePickerClock as VTimePickerClock, allComponents_d_VTimePickerControls as VTimePickerControls, allComponents_d_VTimeline as VTimeline, allComponents_d_VTimelineItem as VTimelineItem, allComponents_d_VToolbar as VToolbar, allComponents_d_VToolbarItems as VToolbarItems, allComponents_d_VToolbarTitle as VToolbarTitle, allComponents_d_VTooltip as VTooltip, allComponents_d_VTreeview as VTreeview, allComponents_d_VTreeviewGroup as VTreeviewGroup, allComponents_d_VTreeviewItem as VTreeviewItem, allComponents_d_VValidation as VValidation, allComponents_d_VVirtualScroll as VVirtualScroll, allComponents_d_VWindow as VWindow, allComponents_d_VWindowItem as VWindowItem };
83099
+ export type { allComponents_d_VAlert as VAlert, allComponents_d_VAlertTitle as VAlertTitle, allComponents_d_VApp as VApp, allComponents_d_VAppBar as VAppBar, allComponents_d_VAppBarNavIcon as VAppBarNavIcon, allComponents_d_VAppBarTitle as VAppBarTitle, allComponents_d_VAutocomplete as VAutocomplete, allComponents_d_VAvatar as VAvatar, allComponents_d_VBadge as VBadge, allComponents_d_VBanner as VBanner, allComponents_d_VBannerActions as VBannerActions, allComponents_d_VBannerText as VBannerText, allComponents_d_VBottomNavigation as VBottomNavigation, allComponents_d_VBottomSheet as VBottomSheet, allComponents_d_VBreadcrumbs as VBreadcrumbs, allComponents_d_VBreadcrumbsDivider as VBreadcrumbsDivider, allComponents_d_VBreadcrumbsItem as VBreadcrumbsItem, allComponents_d_VBtn as VBtn, allComponents_d_VBtnGroup as VBtnGroup, allComponents_d_VBtnToggle as VBtnToggle, allComponents_d_VCalendar as VCalendar, allComponents_d_VCalendarDay as VCalendarDay, allComponents_d_VCalendarHeader as VCalendarHeader, allComponents_d_VCalendarInterval as VCalendarInterval, allComponents_d_VCalendarIntervalEvent as VCalendarIntervalEvent, allComponents_d_VCalendarMonthDay as VCalendarMonthDay, allComponents_d_VCard as VCard, allComponents_d_VCardActions as VCardActions, allComponents_d_VCardItem as VCardItem, allComponents_d_VCardSubtitle as VCardSubtitle, allComponents_d_VCardText as VCardText, allComponents_d_VCardTitle as VCardTitle, allComponents_d_VCarousel as VCarousel, allComponents_d_VCarouselItem as VCarouselItem, allComponents_d_VCheckbox as VCheckbox, allComponents_d_VCheckboxBtn as VCheckboxBtn, allComponents_d_VChip as VChip, allComponents_d_VChipGroup as VChipGroup, allComponents_d_VClassIcon as VClassIcon, allComponents_d_VCode as VCode, allComponents_d_VCol as VCol, allComponents_d_VColorPicker as VColorPicker, allComponents_d_VCombobox as VCombobox, allComponents_d_VComponentIcon as VComponentIcon, allComponents_d_VConfirmEdit as VConfirmEdit, allComponents_d_VContainer as VContainer, allComponents_d_VCounter as VCounter, allComponents_d_VDataIterator as VDataIterator, allComponents_d_VDataTable as VDataTable, allComponents_d_VDataTableFooter as VDataTableFooter, allComponents_d_VDataTableHeaders as VDataTableHeaders, allComponents_d_VDataTableRow as VDataTableRow, allComponents_d_VDataTableRows as VDataTableRows, allComponents_d_VDataTableServer as VDataTableServer, allComponents_d_VDataTableVirtual as VDataTableVirtual, allComponents_d_VDateInput as VDateInput, allComponents_d_VDatePicker as VDatePicker, allComponents_d_VDatePickerControls as VDatePickerControls, allComponents_d_VDatePickerHeader as VDatePickerHeader, allComponents_d_VDatePickerMonth as VDatePickerMonth, allComponents_d_VDatePickerMonths as VDatePickerMonths, allComponents_d_VDatePickerYears as VDatePickerYears, allComponents_d_VDefaultsProvider as VDefaultsProvider, allComponents_d_VDialog as VDialog, allComponents_d_VDialogBottomTransition as VDialogBottomTransition, allComponents_d_VDialogTopTransition as VDialogTopTransition, allComponents_d_VDialogTransition as VDialogTransition, allComponents_d_VDivider as VDivider, allComponents_d_VEmptyState as VEmptyState, allComponents_d_VExpandTransition as VExpandTransition, allComponents_d_VExpandXTransition as VExpandXTransition, allComponents_d_VExpansionPanel as VExpansionPanel, allComponents_d_VExpansionPanelText as VExpansionPanelText, allComponents_d_VExpansionPanelTitle as VExpansionPanelTitle, allComponents_d_VExpansionPanels as VExpansionPanels, allComponents_d_VFab as VFab, allComponents_d_VFabTransition as VFabTransition, allComponents_d_VFadeTransition as VFadeTransition, allComponents_d_VField as VField, allComponents_d_VFieldLabel as VFieldLabel, allComponents_d_VFileInput as VFileInput, allComponents_d_VFileUpload as VFileUpload, allComponents_d_VFileUploadItem as VFileUploadItem, allComponents_d_VFooter as VFooter, allComponents_d_VForm as VForm, allComponents_d_VHover as VHover, allComponents_d_VIcon as VIcon, allComponents_d_VImg as VImg, allComponents_d_VInfiniteScroll as VInfiniteScroll, allComponents_d_VInput as VInput, allComponents_d_VItem as VItem, allComponents_d_VItemGroup as VItemGroup, allComponents_d_VKbd as VKbd, allComponents_d_VLabel as VLabel, allComponents_d_VLayout as VLayout, allComponents_d_VLayoutItem as VLayoutItem, allComponents_d_VLazy as VLazy, allComponents_d_VLigatureIcon as VLigatureIcon, allComponents_d_VList as VList, allComponents_d_VListGroup as VListGroup, allComponents_d_VListImg as VListImg, allComponents_d_VListItem as VListItem, allComponents_d_VListItemAction as VListItemAction, allComponents_d_VListItemMedia as VListItemMedia, allComponents_d_VListItemSubtitle as VListItemSubtitle, allComponents_d_VListItemTitle as VListItemTitle, allComponents_d_VListSubheader as VListSubheader, allComponents_d_VLocaleProvider as VLocaleProvider, allComponents_d_VMain as VMain, allComponents_d_VMenu as VMenu, allComponents_d_VMessages as VMessages, allComponents_d_VNavigationDrawer as VNavigationDrawer, allComponents_d_VNoSsr as VNoSsr, allComponents_d_VNumberInput as VNumberInput, allComponents_d_VOtpInput as VOtpInput, allComponents_d_VOverlay as VOverlay, allComponents_d_VPagination as VPagination, allComponents_d_VParallax as VParallax, allComponents_d_VPicker as VPicker, allComponents_d_VPickerTitle as VPickerTitle, allComponents_d_VProgressCircular as VProgressCircular, allComponents_d_VProgressLinear as VProgressLinear, allComponents_d_VPullToRefresh as VPullToRefresh, allComponents_d_VRadio as VRadio, allComponents_d_VRadioGroup as VRadioGroup, allComponents_d_VRangeSlider as VRangeSlider, allComponents_d_VRating as VRating, allComponents_d_VResponsive as VResponsive, allComponents_d_VRow as VRow, allComponents_d_VScaleTransition as VScaleTransition, allComponents_d_VScrollXReverseTransition as VScrollXReverseTransition, allComponents_d_VScrollXTransition as VScrollXTransition, allComponents_d_VScrollYReverseTransition as VScrollYReverseTransition, allComponents_d_VScrollYTransition as VScrollYTransition, allComponents_d_VSelect as VSelect, allComponents_d_VSelectionControl as VSelectionControl, allComponents_d_VSelectionControlGroup as VSelectionControlGroup, allComponents_d_VSheet as VSheet, allComponents_d_VSkeletonLoader as VSkeletonLoader, allComponents_d_VSlideGroup as VSlideGroup, allComponents_d_VSlideGroupItem as VSlideGroupItem, allComponents_d_VSlideXReverseTransition as VSlideXReverseTransition, allComponents_d_VSlideXTransition as VSlideXTransition, allComponents_d_VSlideYReverseTransition as VSlideYReverseTransition, allComponents_d_VSlideYTransition as VSlideYTransition, allComponents_d_VSlider as VSlider, allComponents_d_VSnackbar as VSnackbar, allComponents_d_VSnackbarQueue as VSnackbarQueue, allComponents_d_VSpacer as VSpacer, allComponents_d_VSparkline as VSparkline, allComponents_d_VSpeedDial as VSpeedDial, allComponents_d_VStepper as VStepper, allComponents_d_VStepperActions as VStepperActions, allComponents_d_VStepperHeader as VStepperHeader, allComponents_d_VStepperItem as VStepperItem, allComponents_d_VStepperVertical as VStepperVertical, allComponents_d_VStepperVerticalActions as VStepperVerticalActions, allComponents_d_VStepperVerticalItem as VStepperVerticalItem, allComponents_d_VStepperWindow as VStepperWindow, allComponents_d_VStepperWindowItem as VStepperWindowItem, allComponents_d_VSvgIcon as VSvgIcon, allComponents_d_VSwitch as VSwitch, allComponents_d_VSystemBar as VSystemBar, allComponents_d_VTab as VTab, allComponents_d_VTable as VTable, allComponents_d_VTabs as VTabs, allComponents_d_VTabsWindow as VTabsWindow, allComponents_d_VTabsWindowItem as VTabsWindowItem, allComponents_d_VTextField as VTextField, allComponents_d_VTextarea as VTextarea, allComponents_d_VThemeProvider as VThemeProvider, allComponents_d_VTimePicker as VTimePicker, allComponents_d_VTimePickerClock as VTimePickerClock, allComponents_d_VTimePickerControls as VTimePickerControls, allComponents_d_VTimeline as VTimeline, allComponents_d_VTimelineItem as VTimelineItem, allComponents_d_VToolbar as VToolbar, allComponents_d_VToolbarItems as VToolbarItems, allComponents_d_VToolbarTitle as VToolbarTitle, allComponents_d_VTooltip as VTooltip, allComponents_d_VTreeview as VTreeview, allComponents_d_VTreeviewGroup as VTreeviewGroup, allComponents_d_VTreeviewItem as VTreeviewItem, allComponents_d_VValidation as VValidation, allComponents_d_VVirtualScroll as VVirtualScroll, allComponents_d_VWindow as VWindow, allComponents_d_VWindowItem as VWindowItem };
81762
83100
  }
81763
83101
 
81764
83102
  declare const md1: Blueprint;