vuetify 3.1.13 → 3.1.14

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 (92) hide show
  1. package/dist/json/attributes.json +24 -8
  2. package/dist/json/importMap.json +4 -4
  3. package/dist/json/tags.json +5 -1
  4. package/dist/json/web-types.json +83 -47
  5. package/dist/vuetify-labs.css +439 -420
  6. package/dist/vuetify-labs.d.ts +548 -498
  7. package/dist/vuetify-labs.esm.js +92 -50
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +92 -50
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +53 -34
  12. package/dist/vuetify.d.ts +427 -403
  13. package/dist/vuetify.esm.js +74 -33
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +74 -33
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +46 -36
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAutocomplete/VAutocomplete.mjs +5 -2
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  22. package/lib/components/VAutocomplete/index.d.ts +38 -32
  23. package/lib/components/VCheckbox/index.d.ts +14 -14
  24. package/lib/components/VChip/VChip.mjs +2 -2
  25. package/lib/components/VChip/VChip.mjs.map +1 -1
  26. package/lib/components/VChip/index.d.ts +14 -14
  27. package/lib/components/VCombobox/VCombobox.mjs +6 -3
  28. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  29. package/lib/components/VCombobox/index.d.ts +38 -32
  30. package/lib/components/VField/VField.mjs +3 -3
  31. package/lib/components/VField/VField.mjs.map +1 -1
  32. package/lib/components/VField/index.d.ts +20 -20
  33. package/lib/components/VFileInput/VFileInput.mjs +0 -1
  34. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  35. package/lib/components/VFileInput/index.d.ts +50 -56
  36. package/lib/components/VImg/VImg.mjs +3 -3
  37. package/lib/components/VImg/VImg.mjs.map +1 -1
  38. package/lib/components/VImg/index.d.ts +19 -19
  39. package/lib/components/VInput/VInput.mjs +2 -2
  40. package/lib/components/VInput/VInput.mjs.map +1 -1
  41. package/lib/components/VInput/index.d.ts +14 -14
  42. package/lib/components/VList/VList.mjs +2 -1
  43. package/lib/components/VList/VList.mjs.map +1 -1
  44. package/lib/components/VList/VListItem.css +12 -0
  45. package/lib/components/VList/VListItem.mjs +2 -2
  46. package/lib/components/VList/VListItem.mjs.map +1 -1
  47. package/lib/components/VList/VListItem.sass +5 -0
  48. package/lib/components/VList/index.d.ts +14 -14
  49. package/lib/components/VOverlay/useActivator.mjs +1 -0
  50. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  51. package/lib/components/VProgressCircular/VProgressCircular.css +3 -1
  52. package/lib/components/VProgressCircular/VProgressCircular.sass +3 -1
  53. package/lib/components/VProgressCircular/_variables.scss +1 -0
  54. package/lib/components/VProgressLinear/VProgressLinear.css +5 -2
  55. package/lib/components/VProgressLinear/VProgressLinear.sass +3 -0
  56. package/lib/components/VProgressLinear/_variables.scss +1 -1
  57. package/lib/components/VRadioGroup/index.d.ts +14 -14
  58. package/lib/components/VRangeSlider/index.d.ts +14 -14
  59. package/lib/components/VSelect/VSelect.mjs +31 -2
  60. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  61. package/lib/components/VSelect/index.d.ts +38 -32
  62. package/lib/components/VSlider/index.d.ts +14 -14
  63. package/lib/components/VSwitch/index.d.ts +14 -14
  64. package/lib/components/VTextField/VTextField.mjs +2 -2
  65. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  66. package/lib/components/VTextField/index.d.ts +83 -77
  67. package/lib/components/VTextarea/VTextarea.mjs +8 -5
  68. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  69. package/lib/components/VTextarea/index.d.ts +56 -50
  70. package/lib/components/VToolbar/VToolbar.css +2 -0
  71. package/lib/components/VToolbar/VToolbar.sass +2 -0
  72. package/lib/components/index.d.ts +426 -402
  73. package/lib/composables/proxiedModel.mjs +2 -1
  74. package/lib/composables/proxiedModel.mjs.map +1 -1
  75. package/lib/composables/theme.mjs +1 -1
  76. package/lib/composables/theme.mjs.map +1 -1
  77. package/lib/entry-bundler.mjs +1 -1
  78. package/lib/framework.mjs +1 -1
  79. package/lib/index.d.ts +1 -1
  80. package/lib/labs/VDataTable/VDataTable.mjs +4 -4
  81. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  82. package/lib/labs/VDataTable/VDataTableRows.mjs +5 -7
  83. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  84. package/lib/labs/VDataTable/VDataTableServer.mjs +4 -3
  85. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  86. package/lib/labs/VDataTable/VDataTableVirtual.mjs +5 -3
  87. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  88. package/lib/labs/VDataTable/index.d.ts +122 -96
  89. package/lib/labs/components.d.ts +122 -96
  90. package/lib/util/helpers.mjs +1 -1
  91. package/lib/util/helpers.mjs.map +1 -1
  92. package/package.json +3 -3
@@ -107,6 +107,9 @@ declare const VDataTableRows: {
107
107
  } & {
108
108
  loading?: string | boolean | undefined;
109
109
  rowHeight?: number | undefined;
110
+ 'onClick:row'?: ((e: Event, value: {
111
+ item: DataTableItem;
112
+ }) => void) | undefined;
110
113
  } & {
111
114
  $children?: {} | vue.VNodeChild | {
112
115
  [x: `item.${string}`]: ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
@@ -151,10 +154,6 @@ declare const VDataTableRows: {
151
154
  "v-slot:expanded-row"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
152
155
  "v-slot:item.data-table-select"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
153
156
  "v-slot:item.data-table-expand"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
154
- } & {
155
- "onClick:row"?: ((event: Event, value: {
156
- item: DataTableItem;
157
- }) => any) | undefined;
158
157
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "noDataText" | "loadingText" | "items" | "hideNoData">;
159
158
  $attrs: {
160
159
  [x: string]: unknown;
@@ -167,9 +166,7 @@ declare const VDataTableRows: {
167
166
  }>;
168
167
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
169
168
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
170
- $emit: (event: "click:row", event: Event, value: {
171
- item: DataTableItem;
172
- }) => void;
169
+ $emit: (event: string, ...args: any[]) => void;
173
170
  $el: any;
174
171
  $options: vue.ComponentOptionsBase<{
175
172
  noDataText: string;
@@ -179,6 +176,9 @@ declare const VDataTableRows: {
179
176
  } & {
180
177
  loading?: string | boolean | undefined;
181
178
  rowHeight?: number | undefined;
179
+ 'onClick:row'?: ((e: Event, value: {
180
+ item: DataTableItem;
181
+ }) => void) | undefined;
182
182
  } & {
183
183
  $children?: {} | vue.VNodeChild | {
184
184
  [x: `item.${string}`]: ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
@@ -223,15 +223,7 @@ declare const VDataTableRows: {
223
223
  "v-slot:expanded-row"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
224
224
  "v-slot:item.data-table-select"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
225
225
  "v-slot:item.data-table-expand"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
226
- } & {
227
- "onClick:row"?: ((event: Event, value: {
228
- item: DataTableItem;
229
- }) => any) | undefined;
230
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
231
- 'click:row': (event: Event, value: {
232
- item: DataTableItem;
233
- }) => true;
234
- }, string, {
226
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
235
227
  noDataText: string;
236
228
  loadingText: string;
237
229
  items: InternalDataTableItem[];
@@ -264,6 +256,9 @@ declare const VDataTableRows: {
264
256
  } & {
265
257
  loading?: string | boolean | undefined;
266
258
  rowHeight?: number | undefined;
259
+ 'onClick:row'?: ((e: Event, value: {
260
+ item: DataTableItem;
261
+ }) => void) | undefined;
267
262
  } & {
268
263
  $children?: {} | vue.VNodeChild | {
269
264
  [x: `item.${string}`]: ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
@@ -308,10 +303,6 @@ declare const VDataTableRows: {
308
303
  "v-slot:expanded-row"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
309
304
  "v-slot:item.data-table-select"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
310
305
  "v-slot:item.data-table-expand"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
311
- } & {
312
- "onClick:row"?: ((event: Event, value: {
313
- item: DataTableItem;
314
- }) => any) | undefined;
315
306
  } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
316
307
  __isFragment?: undefined;
317
308
  __isTeleport?: undefined;
@@ -324,6 +315,9 @@ declare const VDataTableRows: {
324
315
  } & {
325
316
  loading?: string | boolean | undefined;
326
317
  rowHeight?: number | undefined;
318
+ 'onClick:row'?: ((e: Event, value: {
319
+ item: DataTableItem;
320
+ }) => void) | undefined;
327
321
  } & {
328
322
  $children?: {} | vue.VNodeChild | {
329
323
  [x: `item.${string}`]: ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
@@ -368,15 +362,7 @@ declare const VDataTableRows: {
368
362
  "v-slot:expanded-row"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
369
363
  "v-slot:item.data-table-select"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
370
364
  "v-slot:item.data-table-expand"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
371
- } & {
372
- "onClick:row"?: ((event: Event, value: {
373
- item: DataTableItem;
374
- }) => any) | undefined;
375
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
376
- 'click:row': (event: Event, value: {
377
- item: DataTableItem;
378
- }) => true;
379
- }, string, {
365
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
380
366
  noDataText: string;
381
367
  loadingText: string;
382
368
  items: InternalDataTableItem[];
@@ -397,6 +383,9 @@ declare const VDataTableRows: {
397
383
  default: string;
398
384
  };
399
385
  rowHeight: NumberConstructor;
386
+ 'onClick:row': PropType<(e: Event, value: {
387
+ item: DataTableItem;
388
+ }) => void>;
400
389
  }, vue.ExtractPropTypes<{
401
390
  loading: (StringConstructor | BooleanConstructor)[];
402
391
  loadingText: {
@@ -413,6 +402,9 @@ declare const VDataTableRows: {
413
402
  default: string;
414
403
  };
415
404
  rowHeight: NumberConstructor;
405
+ 'onClick:row': PropType<(e: Event, value: {
406
+ item: DataTableItem;
407
+ }) => void>;
416
408
  }>>;
417
409
  type VDataTableRows = InstanceType<typeof VDataTableRows>;
418
410
 
@@ -479,6 +471,9 @@ declare const VDataTable: {
479
471
  customFilter?: FilterFunction | undefined;
480
472
  customKeyFilter?: FilterKeyFunctions | undefined;
481
473
  filterKeys?: FilterKeys | undefined;
474
+ 'onClick:row'?: ((e: Event, value: {
475
+ item: DataTableItem;
476
+ }) => void) | undefined;
482
477
  } & {
483
478
  $children?: {} | vue.VNodeChild | {
484
479
  [x: `item.${string}`]: ((args_0: {
@@ -764,9 +759,6 @@ declare const VDataTable: {
764
759
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
765
760
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
766
761
  "onUpdate:expanded"?: ((value: any) => any) | undefined;
767
- "onClick:row"?: ((event: Event, value: {
768
- item: DataTableItem;
769
- }) => any) | undefined;
770
762
  "onUpdate:page"?: ((value: number) => any) | undefined;
771
763
  "onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
772
764
  "onUpdate:options"?: ((value: any) => any) | undefined;
@@ -782,9 +774,7 @@ declare const VDataTable: {
782
774
  }>;
783
775
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
784
776
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
785
- $emit: ((event: "update:modelValue", value: any[]) => void) & ((event: "click:row", event: Event, value: {
786
- item: DataTableItem;
787
- }) => void) & ((event: "update:options", value: any) => void) & ((event: "update:page", value: number) => void) & ((event: "update:itemsPerPage", value: number) => void) & ((event: "update:sortBy", value: any) => void) & ((event: "update:groupBy", value: any) => void) & ((event: "update:expanded", value: any) => void);
777
+ $emit: ((event: "update:modelValue", value: any[]) => void) & ((event: "update:options", value: any) => void) & ((event: "update:page", value: number) => void) & ((event: "update:itemsPerPage", value: number) => void) & ((event: "update:sortBy", value: any) => void) & ((event: "update:groupBy", value: any) => void) & ((event: "update:expanded", value: any) => void);
788
778
  $el: any;
789
779
  $options: vue.ComponentOptionsBase<{
790
780
  expanded: string[];
@@ -819,6 +809,9 @@ declare const VDataTable: {
819
809
  customFilter?: FilterFunction | undefined;
820
810
  customKeyFilter?: FilterKeyFunctions | undefined;
821
811
  filterKeys?: FilterKeys | undefined;
812
+ 'onClick:row'?: ((e: Event, value: {
813
+ item: DataTableItem;
814
+ }) => void) | undefined;
822
815
  } & {
823
816
  $children?: {} | vue.VNodeChild | {
824
817
  [x: `item.${string}`]: ((args_0: {
@@ -1104,9 +1097,6 @@ declare const VDataTable: {
1104
1097
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
1105
1098
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
1106
1099
  "onUpdate:expanded"?: ((value: any) => any) | undefined;
1107
- "onClick:row"?: ((event: Event, value: {
1108
- item: DataTableItem;
1109
- }) => any) | undefined;
1110
1100
  "onUpdate:page"?: ((value: number) => any) | undefined;
1111
1101
  "onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
1112
1102
  "onUpdate:options"?: ((value: any) => any) | undefined;
@@ -1118,9 +1108,6 @@ declare const VDataTable: {
1118
1108
  'update:options': (value: any) => true;
1119
1109
  'update:groupBy': (value: any) => true;
1120
1110
  'update:expanded': (value: any) => true;
1121
- 'click:row': (event: Event, value: {
1122
- item: DataTableItem;
1123
- }) => true;
1124
1111
  }, string, {
1125
1112
  expanded: string[];
1126
1113
  page: string | number;
@@ -1200,6 +1187,9 @@ declare const VDataTable: {
1200
1187
  customFilter?: FilterFunction | undefined;
1201
1188
  customKeyFilter?: FilterKeyFunctions | undefined;
1202
1189
  filterKeys?: FilterKeys | undefined;
1190
+ 'onClick:row'?: ((e: Event, value: {
1191
+ item: DataTableItem;
1192
+ }) => void) | undefined;
1203
1193
  } & {
1204
1194
  $children?: {} | vue.VNodeChild | {
1205
1195
  [x: `item.${string}`]: ((args_0: {
@@ -1485,9 +1475,6 @@ declare const VDataTable: {
1485
1475
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
1486
1476
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
1487
1477
  "onUpdate:expanded"?: ((value: any) => any) | undefined;
1488
- "onClick:row"?: ((event: Event, value: {
1489
- item: DataTableItem;
1490
- }) => any) | undefined;
1491
1478
  "onUpdate:page"?: ((value: number) => any) | undefined;
1492
1479
  "onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
1493
1480
  "onUpdate:options"?: ((value: any) => any) | undefined;
@@ -1528,6 +1515,9 @@ declare const VDataTable: {
1528
1515
  customFilter?: FilterFunction | undefined;
1529
1516
  customKeyFilter?: FilterKeyFunctions | undefined;
1530
1517
  filterKeys?: FilterKeys | undefined;
1518
+ 'onClick:row'?: ((e: Event, value: {
1519
+ item: DataTableItem;
1520
+ }) => void) | undefined;
1531
1521
  } & {
1532
1522
  $children?: {} | vue.VNodeChild | {
1533
1523
  [x: `item.${string}`]: ((args_0: {
@@ -1813,9 +1803,6 @@ declare const VDataTable: {
1813
1803
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
1814
1804
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
1815
1805
  "onUpdate:expanded"?: ((value: any) => any) | undefined;
1816
- "onClick:row"?: ((event: Event, value: {
1817
- item: DataTableItem;
1818
- }) => any) | undefined;
1819
1806
  "onUpdate:page"?: ((value: number) => any) | undefined;
1820
1807
  "onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
1821
1808
  "onUpdate:options"?: ((value: any) => any) | undefined;
@@ -1827,9 +1814,6 @@ declare const VDataTable: {
1827
1814
  'update:options': (value: any) => true;
1828
1815
  'update:groupBy': (value: any) => true;
1829
1816
  'update:expanded': (value: any) => true;
1830
- 'click:row': (event: Event, value: {
1831
- item: DataTableItem;
1832
- }) => true;
1833
1817
  }, string, {
1834
1818
  expanded: string[];
1835
1819
  page: string | number;
@@ -1857,11 +1841,11 @@ declare const VDataTable: {
1857
1841
  showExpand: boolean;
1858
1842
  itemsPerPage: string | number;
1859
1843
  }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1860
- customFilter: vue.PropType<FilterFunction>;
1861
- customKeyFilter: vue.PropType<FilterKeyFunctions>;
1862
- filterKeys: vue.PropType<FilterKeys>;
1844
+ customFilter: PropType<FilterFunction>;
1845
+ customKeyFilter: PropType<FilterKeyFunctions>;
1846
+ filterKeys: PropType<FilterKeys>;
1863
1847
  filterMode: {
1864
- type: vue.PropType<FilterMode>;
1848
+ type: PropType<FilterMode>;
1865
1849
  default: string;
1866
1850
  };
1867
1851
  noFilter: BooleanConstructor;
@@ -1874,24 +1858,24 @@ declare const VDataTable: {
1874
1858
  default: number;
1875
1859
  };
1876
1860
  sortBy: {
1877
- type: vue.PropType<SortItem[]>;
1861
+ type: PropType<SortItem[]>;
1878
1862
  default: () => never[];
1879
1863
  };
1880
1864
  multiSort: BooleanConstructor;
1881
1865
  mustSort: BooleanConstructor;
1882
1866
  showSelect: BooleanConstructor;
1883
1867
  modelValue: {
1884
- type: vue.PropType<any[]>;
1868
+ type: PropType<any[]>;
1885
1869
  default: () => never[];
1886
1870
  };
1887
1871
  groupBy: {
1888
- type: vue.PropType<SortItem[]>;
1872
+ type: PropType<SortItem[]>;
1889
1873
  default: () => never[];
1890
1874
  };
1891
1875
  expandOnClick: BooleanConstructor;
1892
1876
  showExpand: BooleanConstructor;
1893
1877
  expanded: {
1894
- type: vue.PropType<string[]>;
1878
+ type: PropType<string[]>;
1895
1879
  default: () => never[];
1896
1880
  };
1897
1881
  hideNoData: BooleanConstructor;
@@ -1904,41 +1888,44 @@ declare const VDataTable: {
1904
1888
  width: (StringConstructor | NumberConstructor)[];
1905
1889
  fixedHeader: BooleanConstructor;
1906
1890
  fixedFooter: BooleanConstructor;
1891
+ 'onClick:row': PropType<(e: Event, value: {
1892
+ item: DataTableItem;
1893
+ }) => void>;
1907
1894
  headers: {
1908
- type: vue.PropType<DataTableHeader[] | DataTableHeader[][]>;
1895
+ type: PropType<DataTableHeader[] | DataTableHeader[][]>;
1909
1896
  default: () => never[];
1910
1897
  };
1911
1898
  items: {
1912
- type: vue.PropType<any[]>;
1899
+ type: PropType<any[]>;
1913
1900
  default: () => never[];
1914
1901
  };
1915
1902
  itemTitle: {
1916
- type: vue.PropType<SelectItemKey>;
1903
+ type: PropType<SelectItemKey>;
1917
1904
  default: string;
1918
1905
  };
1919
1906
  itemValue: Omit<{
1920
- type: vue.PropType<SelectItemKey>;
1907
+ type: PropType<SelectItemKey>;
1921
1908
  default: string;
1922
1909
  }, "type" | "default"> & {
1923
- type: vue.PropType<NonNullable<SelectItemKey>>;
1910
+ type: PropType<NonNullable<SelectItemKey>>;
1924
1911
  default: NonNullable<SelectItemKey>;
1925
1912
  };
1926
1913
  itemChildren: {
1927
- type: vue.PropType<SelectItemKey>;
1914
+ type: PropType<SelectItemKey>;
1928
1915
  default: string;
1929
1916
  };
1930
1917
  itemProps: {
1931
- type: vue.PropType<SelectItemKey>;
1918
+ type: PropType<SelectItemKey>;
1932
1919
  default: string;
1933
1920
  };
1934
1921
  returnObject: BooleanConstructor;
1935
1922
  search: StringConstructor;
1936
1923
  }, vue.ExtractPropTypes<{
1937
- customFilter: vue.PropType<FilterFunction>;
1938
- customKeyFilter: vue.PropType<FilterKeyFunctions>;
1939
- filterKeys: vue.PropType<FilterKeys>;
1924
+ customFilter: PropType<FilterFunction>;
1925
+ customKeyFilter: PropType<FilterKeyFunctions>;
1926
+ filterKeys: PropType<FilterKeys>;
1940
1927
  filterMode: {
1941
- type: vue.PropType<FilterMode>;
1928
+ type: PropType<FilterMode>;
1942
1929
  default: string;
1943
1930
  };
1944
1931
  noFilter: BooleanConstructor;
@@ -1951,24 +1938,24 @@ declare const VDataTable: {
1951
1938
  default: number;
1952
1939
  };
1953
1940
  sortBy: {
1954
- type: vue.PropType<SortItem[]>;
1941
+ type: PropType<SortItem[]>;
1955
1942
  default: () => never[];
1956
1943
  };
1957
1944
  multiSort: BooleanConstructor;
1958
1945
  mustSort: BooleanConstructor;
1959
1946
  showSelect: BooleanConstructor;
1960
1947
  modelValue: {
1961
- type: vue.PropType<any[]>;
1948
+ type: PropType<any[]>;
1962
1949
  default: () => never[];
1963
1950
  };
1964
1951
  groupBy: {
1965
- type: vue.PropType<SortItem[]>;
1952
+ type: PropType<SortItem[]>;
1966
1953
  default: () => never[];
1967
1954
  };
1968
1955
  expandOnClick: BooleanConstructor;
1969
1956
  showExpand: BooleanConstructor;
1970
1957
  expanded: {
1971
- type: vue.PropType<string[]>;
1958
+ type: PropType<string[]>;
1972
1959
  default: () => never[];
1973
1960
  };
1974
1961
  hideNoData: BooleanConstructor;
@@ -1981,31 +1968,34 @@ declare const VDataTable: {
1981
1968
  width: (StringConstructor | NumberConstructor)[];
1982
1969
  fixedHeader: BooleanConstructor;
1983
1970
  fixedFooter: BooleanConstructor;
1971
+ 'onClick:row': PropType<(e: Event, value: {
1972
+ item: DataTableItem;
1973
+ }) => void>;
1984
1974
  headers: {
1985
- type: vue.PropType<DataTableHeader[] | DataTableHeader[][]>;
1975
+ type: PropType<DataTableHeader[] | DataTableHeader[][]>;
1986
1976
  default: () => never[];
1987
1977
  };
1988
1978
  items: {
1989
- type: vue.PropType<any[]>;
1979
+ type: PropType<any[]>;
1990
1980
  default: () => never[];
1991
1981
  };
1992
1982
  itemTitle: {
1993
- type: vue.PropType<SelectItemKey>;
1983
+ type: PropType<SelectItemKey>;
1994
1984
  default: string;
1995
1985
  };
1996
1986
  itemValue: Omit<{
1997
- type: vue.PropType<SelectItemKey>;
1987
+ type: PropType<SelectItemKey>;
1998
1988
  default: string;
1999
1989
  }, "type" | "default"> & {
2000
- type: vue.PropType<NonNullable<SelectItemKey>>;
1990
+ type: PropType<NonNullable<SelectItemKey>>;
2001
1991
  default: NonNullable<SelectItemKey>;
2002
1992
  };
2003
1993
  itemChildren: {
2004
- type: vue.PropType<SelectItemKey>;
1994
+ type: PropType<SelectItemKey>;
2005
1995
  default: string;
2006
1996
  };
2007
1997
  itemProps: {
2008
- type: vue.PropType<SelectItemKey>;
1998
+ type: PropType<SelectItemKey>;
2009
1999
  default: string;
2010
2000
  };
2011
2001
  returnObject: BooleanConstructor;
@@ -2145,6 +2135,9 @@ declare const VDataTableVirtual: {
2145
2135
  customFilter?: FilterFunction | undefined;
2146
2136
  customKeyFilter?: FilterKeyFunctions | undefined;
2147
2137
  filterKeys?: FilterKeys | undefined;
2138
+ 'onClick:row'?: ((e: Event, value: {
2139
+ item: DataTableItem;
2140
+ }) => void) | undefined;
2148
2141
  } & {
2149
2142
  $children?: {} | vue.VNodeChild | {
2150
2143
  [x: `item.${string}`]: ((args_0: {
@@ -2406,7 +2399,7 @@ declare const VDataTableVirtual: {
2406
2399
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
2407
2400
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
2408
2401
  "onUpdate:expanded"?: ((value: any) => any) | undefined;
2409
- "onClick:row"?: ((event: Event, value: {
2402
+ "onClick:row"?: ((e: Event, value: {
2410
2403
  item: DataTableItem;
2411
2404
  }) => any) | undefined;
2412
2405
  "onUpdate:options"?: ((value: any) => any) | undefined;
@@ -2422,9 +2415,9 @@ declare const VDataTableVirtual: {
2422
2415
  }>;
2423
2416
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2424
2417
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2425
- $emit: ((event: "update:modelValue", value: any[]) => void) & ((event: "click:row", event: Event, value: {
2418
+ $emit: ((event: "update:modelValue", value: any[]) => void) & ((event: "update:options", value: any) => void) & ((event: "update:sortBy", value: any) => void) & ((event: "update:groupBy", value: any) => void) & ((event: "update:expanded", value: any) => void) & ((event: "click:row", e: Event, value: {
2426
2419
  item: DataTableItem;
2427
- }) => void) & ((event: "update:options", value: any) => void) & ((event: "update:sortBy", value: any) => void) & ((event: "update:groupBy", value: any) => void) & ((event: "update:expanded", value: any) => void);
2420
+ }) => void);
2428
2421
  $el: any;
2429
2422
  $options: vue.ComponentOptionsBase<{
2430
2423
  expanded: string[];
@@ -2459,6 +2452,9 @@ declare const VDataTableVirtual: {
2459
2452
  customFilter?: FilterFunction | undefined;
2460
2453
  customKeyFilter?: FilterKeyFunctions | undefined;
2461
2454
  filterKeys?: FilterKeys | undefined;
2455
+ 'onClick:row'?: ((e: Event, value: {
2456
+ item: DataTableItem;
2457
+ }) => void) | undefined;
2462
2458
  } & {
2463
2459
  $children?: {} | vue.VNodeChild | {
2464
2460
  [x: `item.${string}`]: ((args_0: {
@@ -2720,7 +2716,7 @@ declare const VDataTableVirtual: {
2720
2716
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
2721
2717
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
2722
2718
  "onUpdate:expanded"?: ((value: any) => any) | undefined;
2723
- "onClick:row"?: ((event: Event, value: {
2719
+ "onClick:row"?: ((e: Event, value: {
2724
2720
  item: DataTableItem;
2725
2721
  }) => any) | undefined;
2726
2722
  "onUpdate:options"?: ((value: any) => any) | undefined;
@@ -2730,7 +2726,7 @@ declare const VDataTableVirtual: {
2730
2726
  'update:options': (value: any) => true;
2731
2727
  'update:groupBy': (value: any) => true;
2732
2728
  'update:expanded': (value: any) => true;
2733
- 'click:row': (event: Event, value: {
2729
+ 'click:row': (e: Event, value: {
2734
2730
  item: DataTableItem;
2735
2731
  }) => true;
2736
2732
  }, string, {
@@ -2812,6 +2808,9 @@ declare const VDataTableVirtual: {
2812
2808
  customFilter?: FilterFunction | undefined;
2813
2809
  customKeyFilter?: FilterKeyFunctions | undefined;
2814
2810
  filterKeys?: FilterKeys | undefined;
2811
+ 'onClick:row'?: ((e: Event, value: {
2812
+ item: DataTableItem;
2813
+ }) => void) | undefined;
2815
2814
  } & {
2816
2815
  $children?: {} | vue.VNodeChild | {
2817
2816
  [x: `item.${string}`]: ((args_0: {
@@ -3073,7 +3072,7 @@ declare const VDataTableVirtual: {
3073
3072
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
3074
3073
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
3075
3074
  "onUpdate:expanded"?: ((value: any) => any) | undefined;
3076
- "onClick:row"?: ((event: Event, value: {
3075
+ "onClick:row"?: ((e: Event, value: {
3077
3076
  item: DataTableItem;
3078
3077
  }) => any) | undefined;
3079
3078
  "onUpdate:options"?: ((value: any) => any) | undefined;
@@ -3114,6 +3113,9 @@ declare const VDataTableVirtual: {
3114
3113
  customFilter?: FilterFunction | undefined;
3115
3114
  customKeyFilter?: FilterKeyFunctions | undefined;
3116
3115
  filterKeys?: FilterKeys | undefined;
3116
+ 'onClick:row'?: ((e: Event, value: {
3117
+ item: DataTableItem;
3118
+ }) => void) | undefined;
3117
3119
  } & {
3118
3120
  $children?: {} | vue.VNodeChild | {
3119
3121
  [x: `item.${string}`]: ((args_0: {
@@ -3375,7 +3377,7 @@ declare const VDataTableVirtual: {
3375
3377
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
3376
3378
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
3377
3379
  "onUpdate:expanded"?: ((value: any) => any) | undefined;
3378
- "onClick:row"?: ((event: Event, value: {
3380
+ "onClick:row"?: ((e: Event, value: {
3379
3381
  item: DataTableItem;
3380
3382
  }) => any) | undefined;
3381
3383
  "onUpdate:options"?: ((value: any) => any) | undefined;
@@ -3385,7 +3387,7 @@ declare const VDataTableVirtual: {
3385
3387
  'update:options': (value: any) => true;
3386
3388
  'update:groupBy': (value: any) => true;
3387
3389
  'update:expanded': (value: any) => true;
3388
- 'click:row': (event: Event, value: {
3390
+ 'click:row': (e: Event, value: {
3389
3391
  item: DataTableItem;
3390
3392
  }) => true;
3391
3393
  }, string, {
@@ -3490,6 +3492,9 @@ declare const VDataTableVirtual: {
3490
3492
  width: (StringConstructor | NumberConstructor)[];
3491
3493
  fixedHeader: BooleanConstructor;
3492
3494
  fixedFooter: BooleanConstructor;
3495
+ 'onClick:row': vue.PropType<(e: Event, value: {
3496
+ item: DataTableItem;
3497
+ }) => void>;
3493
3498
  search: StringConstructor;
3494
3499
  }, vue.ExtractPropTypes<{
3495
3500
  customFilter: vue.PropType<FilterFunction>;
@@ -3567,6 +3572,9 @@ declare const VDataTableVirtual: {
3567
3572
  width: (StringConstructor | NumberConstructor)[];
3568
3573
  fixedHeader: BooleanConstructor;
3569
3574
  fixedFooter: BooleanConstructor;
3575
+ 'onClick:row': vue.PropType<(e: Event, value: {
3576
+ item: DataTableItem;
3577
+ }) => void>;
3570
3578
  search: StringConstructor;
3571
3579
  }>>;
3572
3580
  type VDataTableVirtual = InstanceType<typeof VDataTableVirtual>;
@@ -3631,6 +3639,9 @@ declare const VDataTableServer: {
3631
3639
  width?: string | number | undefined;
3632
3640
  color?: string | undefined;
3633
3641
  loading?: string | boolean | undefined;
3642
+ 'onClick:row'?: ((e: Event, value: {
3643
+ item: DataTableItem;
3644
+ }) => void) | undefined;
3634
3645
  } & {
3635
3646
  $children?: {} | vue.VNodeChild | {
3636
3647
  [x: `item.${string}`]: ((args_0: {
@@ -3916,7 +3927,7 @@ declare const VDataTableServer: {
3916
3927
  "onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
3917
3928
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
3918
3929
  "onUpdate:expanded"?: ((options: any) => any) | undefined;
3919
- "onClick:row"?: ((event: Event, value: {
3930
+ "onClick:row"?: ((e: Event, value: {
3920
3931
  item: DataTableItem;
3921
3932
  }) => any) | undefined;
3922
3933
  "onUpdate:page"?: ((page: number) => any) | undefined;
@@ -3934,9 +3945,9 @@ declare const VDataTableServer: {
3934
3945
  }>;
3935
3946
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3936
3947
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3937
- $emit: ((event: "update:modelValue", value: any[]) => void) & ((event: "click:row", event: Event, value: {
3948
+ $emit: ((event: "update:modelValue", value: any[]) => void) & ((event: "update:options", options: any) => void) & ((event: "update:page", page: number) => void) & ((event: "update:itemsPerPage", page: number) => void) & ((event: "update:sortBy", sortBy: any) => void) & ((event: "update:groupBy", value: any) => void) & ((event: "update:expanded", options: any) => void) & ((event: "click:row", e: Event, value: {
3938
3949
  item: DataTableItem;
3939
- }) => void) & ((event: "update:options", options: any) => void) & ((event: "update:page", page: number) => void) & ((event: "update:itemsPerPage", page: number) => void) & ((event: "update:sortBy", sortBy: any) => void) & ((event: "update:groupBy", value: any) => void) & ((event: "update:expanded", options: any) => void);
3950
+ }) => void);
3940
3951
  $el: any;
3941
3952
  $options: vue.ComponentOptionsBase<{
3942
3953
  expanded: string[];
@@ -3969,6 +3980,9 @@ declare const VDataTableServer: {
3969
3980
  width?: string | number | undefined;
3970
3981
  color?: string | undefined;
3971
3982
  loading?: string | boolean | undefined;
3983
+ 'onClick:row'?: ((e: Event, value: {
3984
+ item: DataTableItem;
3985
+ }) => void) | undefined;
3972
3986
  } & {
3973
3987
  $children?: {} | vue.VNodeChild | {
3974
3988
  [x: `item.${string}`]: ((args_0: {
@@ -4254,7 +4268,7 @@ declare const VDataTableServer: {
4254
4268
  "onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
4255
4269
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
4256
4270
  "onUpdate:expanded"?: ((options: any) => any) | undefined;
4257
- "onClick:row"?: ((event: Event, value: {
4271
+ "onClick:row"?: ((e: Event, value: {
4258
4272
  item: DataTableItem;
4259
4273
  }) => any) | undefined;
4260
4274
  "onUpdate:page"?: ((page: number) => any) | undefined;
@@ -4268,7 +4282,7 @@ declare const VDataTableServer: {
4268
4282
  'update:options': (options: any) => true;
4269
4283
  'update:expanded': (options: any) => true;
4270
4284
  'update:groupBy': (value: any) => true;
4271
- 'click:row': (event: Event, value: {
4285
+ 'click:row': (e: Event, value: {
4272
4286
  item: DataTableItem;
4273
4287
  }) => true;
4274
4288
  }, string, {
@@ -4347,6 +4361,9 @@ declare const VDataTableServer: {
4347
4361
  width?: string | number | undefined;
4348
4362
  color?: string | undefined;
4349
4363
  loading?: string | boolean | undefined;
4364
+ 'onClick:row'?: ((e: Event, value: {
4365
+ item: DataTableItem;
4366
+ }) => void) | undefined;
4350
4367
  } & {
4351
4368
  $children?: {} | vue.VNodeChild | {
4352
4369
  [x: `item.${string}`]: ((args_0: {
@@ -4632,7 +4649,7 @@ declare const VDataTableServer: {
4632
4649
  "onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
4633
4650
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
4634
4651
  "onUpdate:expanded"?: ((options: any) => any) | undefined;
4635
- "onClick:row"?: ((event: Event, value: {
4652
+ "onClick:row"?: ((e: Event, value: {
4636
4653
  item: DataTableItem;
4637
4654
  }) => any) | undefined;
4638
4655
  "onUpdate:page"?: ((page: number) => any) | undefined;
@@ -4673,6 +4690,9 @@ declare const VDataTableServer: {
4673
4690
  width?: string | number | undefined;
4674
4691
  color?: string | undefined;
4675
4692
  loading?: string | boolean | undefined;
4693
+ 'onClick:row'?: ((e: Event, value: {
4694
+ item: DataTableItem;
4695
+ }) => void) | undefined;
4676
4696
  } & {
4677
4697
  $children?: {} | vue.VNodeChild | {
4678
4698
  [x: `item.${string}`]: ((args_0: {
@@ -4958,7 +4978,7 @@ declare const VDataTableServer: {
4958
4978
  "onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
4959
4979
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
4960
4980
  "onUpdate:expanded"?: ((options: any) => any) | undefined;
4961
- "onClick:row"?: ((event: Event, value: {
4981
+ "onClick:row"?: ((e: Event, value: {
4962
4982
  item: DataTableItem;
4963
4983
  }) => any) | undefined;
4964
4984
  "onUpdate:page"?: ((page: number) => any) | undefined;
@@ -4972,7 +4992,7 @@ declare const VDataTableServer: {
4972
4992
  'update:options': (options: any) => true;
4973
4993
  'update:expanded': (options: any) => true;
4974
4994
  'update:groupBy': (value: any) => true;
4975
- 'click:row': (event: Event, value: {
4995
+ 'click:row': (e: Event, value: {
4976
4996
  item: DataTableItem;
4977
4997
  }) => true;
4978
4998
  }, string, {
@@ -5068,6 +5088,9 @@ declare const VDataTableServer: {
5068
5088
  width: (StringConstructor | NumberConstructor)[];
5069
5089
  fixedHeader: BooleanConstructor;
5070
5090
  fixedFooter: BooleanConstructor;
5091
+ 'onClick:row': vue.PropType<(e: Event, value: {
5092
+ item: DataTableItem;
5093
+ }) => void>;
5071
5094
  color: StringConstructor;
5072
5095
  loading: (StringConstructor | BooleanConstructor)[];
5073
5096
  loadingText: {
@@ -5146,6 +5169,9 @@ declare const VDataTableServer: {
5146
5169
  width: (StringConstructor | NumberConstructor)[];
5147
5170
  fixedHeader: BooleanConstructor;
5148
5171
  fixedFooter: BooleanConstructor;
5172
+ 'onClick:row': vue.PropType<(e: Event, value: {
5173
+ item: DataTableItem;
5174
+ }) => void>;
5149
5175
  color: StringConstructor;
5150
5176
  loading: (StringConstructor | BooleanConstructor)[];
5151
5177
  loadingText: {