@vuetify/nightly 3.6.11-master.2024-07-08 → 3.6.12-master.2024-07-11

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 (108) hide show
  1. package/CHANGELOG.md +3 -4
  2. package/dist/json/attributes.json +57 -45
  3. package/dist/json/importMap.json +146 -146
  4. package/dist/json/tags.json +4 -1
  5. package/dist/json/web-types.json +97 -62
  6. package/dist/vuetify-labs.css +2977 -2955
  7. package/dist/vuetify-labs.d.ts +614 -688
  8. package/dist/vuetify-labs.esm.js +95 -74
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +95 -74
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +4804 -4782
  13. package/dist/vuetify.d.ts +579 -653
  14. package/dist/vuetify.esm.js +78 -58
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +78 -58
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +67 -65
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/blueprints/index.d.mts +3 -3
  22. package/lib/blueprints/md1.d.mts +3 -3
  23. package/lib/blueprints/md2.d.mts +3 -3
  24. package/lib/blueprints/md3.d.mts +3 -3
  25. package/lib/components/VAutocomplete/index.d.mts +25 -31
  26. package/lib/components/VBottomSheet/index.d.mts +10 -10
  27. package/lib/components/VCheckbox/index.d.mts +2 -8
  28. package/lib/components/VCombobox/index.d.mts +25 -31
  29. package/lib/components/VDataIterator/index.d.mts +1 -0
  30. package/lib/components/VDataTable/VDataTable.mjs +6 -2
  31. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  32. package/lib/components/VDataTable/VDataTableFooter.mjs +5 -4
  33. package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
  34. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  35. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  36. package/lib/components/VDataTable/VDataTableVirtual.mjs +6 -2
  37. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  38. package/lib/components/VDataTable/composables/group.mjs +2 -1
  39. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  40. package/lib/components/VDataTable/composables/sort.mjs +1 -1
  41. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  42. package/lib/components/VDataTable/index.d.mts +130 -129
  43. package/lib/components/VDatePicker/VDatePickerControls.mjs +5 -4
  44. package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
  45. package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
  46. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  47. package/lib/components/VDatePicker/index.d.mts +70 -55
  48. package/lib/components/VDialog/index.d.mts +28 -28
  49. package/lib/components/VField/VField.css +11 -6
  50. package/lib/components/VField/VField.mjs +5 -7
  51. package/lib/components/VField/VField.mjs.map +1 -1
  52. package/lib/components/VField/VField.sass +6 -2
  53. package/lib/components/VField/index.d.mts +6 -12
  54. package/lib/components/VFileInput/index.d.mts +6 -12
  55. package/lib/components/VInput/VInput.css +5 -5
  56. package/lib/components/VInput/VInput.mjs +1 -4
  57. package/lib/components/VInput/VInput.mjs.map +1 -1
  58. package/lib/components/VInput/VInput.sass +1 -1
  59. package/lib/components/VInput/index.d.mts +2 -8
  60. package/lib/components/VMenu/index.d.mts +32 -32
  61. package/lib/components/VOverlay/index.d.mts +10 -10
  62. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  63. package/lib/components/VProgressLinear/VProgressLinear.css +17 -0
  64. package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -5
  65. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  66. package/lib/components/VProgressLinear/VProgressLinear.sass +11 -0
  67. package/lib/components/VRadio/VRadio.mjs +8 -5
  68. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  69. package/lib/components/VRadioGroup/index.d.mts +2 -8
  70. package/lib/components/VRangeSlider/index.d.mts +2 -8
  71. package/lib/components/VSelect/index.d.mts +25 -31
  72. package/lib/components/VSlider/index.d.mts +2 -8
  73. package/lib/components/VSnackbar/index.d.mts +28 -28
  74. package/lib/components/VSpeedDial/index.d.mts +14 -14
  75. package/lib/components/VSwitch/index.d.mts +2 -8
  76. package/lib/components/VTextField/VTextField.mjs +1 -1
  77. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  78. package/lib/components/VTextField/index.d.mts +18 -24
  79. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  80. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  81. package/lib/components/VTextarea/index.d.mts +72 -87
  82. package/lib/components/VTooltip/index.d.mts +32 -32
  83. package/lib/components/index.d.mts +530 -604
  84. package/lib/composables/calendar.mjs +10 -4
  85. package/lib/composables/calendar.mjs.map +1 -1
  86. package/lib/composables/date/DateAdapter.mjs.map +1 -1
  87. package/lib/composables/date/adapters/vuetify.mjs +15 -13
  88. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  89. package/lib/entry-bundler.mjs +1 -1
  90. package/lib/framework.mjs +1 -1
  91. package/lib/index.d.mts +49 -49
  92. package/lib/labs/VCalendar/VCalendar.mjs +7 -6
  93. package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
  94. package/lib/labs/VCalendar/index.d.mts +6 -0
  95. package/lib/labs/VDateInput/index.d.mts +39 -39
  96. package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
  97. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  98. package/lib/labs/VNumberInput/index.d.mts +6 -12
  99. package/lib/labs/VSnackbarQueue/index.d.mts +37 -37
  100. package/lib/labs/VTimePicker/VTimePicker.mjs +5 -5
  101. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  102. package/lib/labs/VTimePicker/VTimePickerClock.mjs +2 -2
  103. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  104. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
  105. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  106. package/lib/labs/VTimePicker/index.d.mts +18 -18
  107. package/lib/labs/components.d.mts +106 -106
  108. package/package.json +1 -1
@@ -106,6 +106,7 @@ interface Group<T = any> {
106
106
  declare function provideGroupBy(options: {
107
107
  groupBy: Ref<readonly SortItem[]>;
108
108
  sortBy: Ref<readonly SortItem[]>;
109
+ disableSort?: Ref<boolean>;
109
110
  }): {
110
111
  sortByWithGroups: vue.ComputedRef<SortItem[]>;
111
112
  toggleGroup: (group: Group) => void;
@@ -950,8 +951,8 @@ declare const VDataTable: {
950
951
  expanded: readonly string[];
951
952
  density: Density;
952
953
  valueComparator: typeof deepEqual;
953
- nextIcon: string;
954
- prevIcon: string;
954
+ nextIcon: IconValue;
955
+ prevIcon: IconValue;
955
956
  selectStrategy: "page" | "all" | "single";
956
957
  returnObject: boolean;
957
958
  filterMode: FilterMode;
@@ -961,12 +962,13 @@ declare const VDataTable: {
961
962
  multiSort: boolean;
962
963
  mustSort: boolean;
963
964
  groupBy: readonly SortItem[];
965
+ disableSort: boolean;
964
966
  showSelect: boolean;
965
967
  expandOnClick: boolean;
966
968
  showExpand: boolean;
967
969
  itemsPerPage: string | number;
968
- firstIcon: string;
969
- lastIcon: string;
970
+ firstIcon: IconValue;
971
+ lastIcon: IconValue;
970
972
  firstPageLabel: string;
971
973
  prevPageLabel: string;
972
974
  nextPageLabel: string;
@@ -976,7 +978,6 @@ declare const VDataTable: {
976
978
  value: number;
977
979
  })[];
978
980
  showCurrentPage: boolean;
979
- disableSort: boolean;
980
981
  sortAscIcon: IconValue;
981
982
  sortDescIcon: IconValue;
982
983
  fixedHeader: boolean;
@@ -1029,8 +1030,8 @@ declare const VDataTable: {
1029
1030
  expanded: readonly string[];
1030
1031
  density: Density;
1031
1032
  valueComparator: typeof deepEqual;
1032
- nextIcon: string;
1033
- prevIcon: string;
1033
+ nextIcon: IconValue;
1034
+ prevIcon: IconValue;
1034
1035
  selectStrategy: "page" | "all" | "single";
1035
1036
  returnObject: boolean;
1036
1037
  filterMode: FilterMode;
@@ -1040,12 +1041,13 @@ declare const VDataTable: {
1040
1041
  multiSort: boolean;
1041
1042
  mustSort: boolean;
1042
1043
  groupBy: readonly SortItem[];
1044
+ disableSort: boolean;
1043
1045
  showSelect: boolean;
1044
1046
  expandOnClick: boolean;
1045
1047
  showExpand: boolean;
1046
1048
  itemsPerPage: string | number;
1047
- firstIcon: string;
1048
- lastIcon: string;
1049
+ firstIcon: IconValue;
1050
+ lastIcon: IconValue;
1049
1051
  firstPageLabel: string;
1050
1052
  prevPageLabel: string;
1051
1053
  nextPageLabel: string;
@@ -1055,7 +1057,6 @@ declare const VDataTable: {
1055
1057
  value: number;
1056
1058
  })[];
1057
1059
  showCurrentPage: boolean;
1058
- disableSort: boolean;
1059
1060
  sortAscIcon: IconValue;
1060
1061
  sortDescIcon: IconValue;
1061
1062
  fixedHeader: boolean;
@@ -1099,8 +1100,8 @@ declare const VDataTable: {
1099
1100
  expanded: readonly string[];
1100
1101
  density: Density;
1101
1102
  valueComparator: typeof deepEqual;
1102
- nextIcon: string;
1103
- prevIcon: string;
1103
+ nextIcon: IconValue;
1104
+ prevIcon: IconValue;
1104
1105
  selectStrategy: "page" | "all" | "single";
1105
1106
  returnObject: boolean;
1106
1107
  filterMode: FilterMode;
@@ -1110,12 +1111,13 @@ declare const VDataTable: {
1110
1111
  multiSort: boolean;
1111
1112
  mustSort: boolean;
1112
1113
  groupBy: readonly SortItem[];
1114
+ disableSort: boolean;
1113
1115
  showSelect: boolean;
1114
1116
  expandOnClick: boolean;
1115
1117
  showExpand: boolean;
1116
1118
  itemsPerPage: string | number;
1117
- firstIcon: string;
1118
- lastIcon: string;
1119
+ firstIcon: IconValue;
1120
+ lastIcon: IconValue;
1119
1121
  firstPageLabel: string;
1120
1122
  prevPageLabel: string;
1121
1123
  nextPageLabel: string;
@@ -1125,7 +1127,6 @@ declare const VDataTable: {
1125
1127
  value: number;
1126
1128
  })[];
1127
1129
  showCurrentPage: boolean;
1128
- disableSort: boolean;
1129
1130
  sortAscIcon: IconValue;
1130
1131
  sortDescIcon: IconValue;
1131
1132
  fixedHeader: boolean;
@@ -1251,8 +1252,8 @@ declare const VDataTable: {
1251
1252
  expanded: readonly string[];
1252
1253
  density: Density;
1253
1254
  valueComparator: typeof deepEqual;
1254
- nextIcon: string;
1255
- prevIcon: string;
1255
+ nextIcon: IconValue;
1256
+ prevIcon: IconValue;
1256
1257
  selectStrategy: "page" | "all" | "single";
1257
1258
  returnObject: boolean;
1258
1259
  filterMode: FilterMode;
@@ -1262,12 +1263,13 @@ declare const VDataTable: {
1262
1263
  multiSort: boolean;
1263
1264
  mustSort: boolean;
1264
1265
  groupBy: readonly SortItem[];
1266
+ disableSort: boolean;
1265
1267
  showSelect: boolean;
1266
1268
  expandOnClick: boolean;
1267
1269
  showExpand: boolean;
1268
1270
  itemsPerPage: string | number;
1269
- firstIcon: string;
1270
- lastIcon: string;
1271
+ firstIcon: IconValue;
1272
+ lastIcon: IconValue;
1271
1273
  firstPageLabel: string;
1272
1274
  prevPageLabel: string;
1273
1275
  nextPageLabel: string;
@@ -1277,7 +1279,6 @@ declare const VDataTable: {
1277
1279
  value: number;
1278
1280
  })[];
1279
1281
  showCurrentPage: boolean;
1280
- disableSort: boolean;
1281
1282
  sortAscIcon: IconValue;
1282
1283
  sortDescIcon: IconValue;
1283
1284
  fixedHeader: boolean;
@@ -1321,8 +1322,8 @@ declare const VDataTable: {
1321
1322
  expanded: readonly string[];
1322
1323
  density: Density;
1323
1324
  valueComparator: typeof deepEqual;
1324
- nextIcon: string;
1325
- prevIcon: string;
1325
+ nextIcon: IconValue;
1326
+ prevIcon: IconValue;
1326
1327
  selectStrategy: "page" | "all" | "single";
1327
1328
  returnObject: boolean;
1328
1329
  filterMode: FilterMode;
@@ -1332,12 +1333,13 @@ declare const VDataTable: {
1332
1333
  multiSort: boolean;
1333
1334
  mustSort: boolean;
1334
1335
  groupBy: readonly SortItem[];
1336
+ disableSort: boolean;
1335
1337
  showSelect: boolean;
1336
1338
  expandOnClick: boolean;
1337
1339
  showExpand: boolean;
1338
1340
  itemsPerPage: string | number;
1339
- firstIcon: string;
1340
- lastIcon: string;
1341
+ firstIcon: IconValue;
1342
+ lastIcon: IconValue;
1341
1343
  firstPageLabel: string;
1342
1344
  prevPageLabel: string;
1343
1345
  nextPageLabel: string;
@@ -1347,7 +1349,6 @@ declare const VDataTable: {
1347
1349
  value: number;
1348
1350
  })[];
1349
1351
  showCurrentPage: boolean;
1350
- disableSort: boolean;
1351
1352
  sortAscIcon: IconValue;
1352
1353
  sortDescIcon: IconValue;
1353
1354
  fixedHeader: boolean;
@@ -1373,8 +1374,8 @@ declare const VDataTable: {
1373
1374
  expanded: readonly string[];
1374
1375
  density: Density;
1375
1376
  valueComparator: typeof deepEqual;
1376
- nextIcon: string;
1377
- prevIcon: string;
1377
+ nextIcon: IconValue;
1378
+ prevIcon: IconValue;
1378
1379
  selectStrategy: "page" | "all" | "single";
1379
1380
  returnObject: boolean;
1380
1381
  filterMode: FilterMode;
@@ -1384,12 +1385,13 @@ declare const VDataTable: {
1384
1385
  multiSort: boolean;
1385
1386
  mustSort: boolean;
1386
1387
  groupBy: readonly SortItem[];
1388
+ disableSort: boolean;
1387
1389
  showSelect: boolean;
1388
1390
  expandOnClick: boolean;
1389
1391
  showExpand: boolean;
1390
1392
  itemsPerPage: string | number;
1391
- firstIcon: string;
1392
- lastIcon: string;
1393
+ firstIcon: IconValue;
1394
+ lastIcon: IconValue;
1393
1395
  firstPageLabel: string;
1394
1396
  prevPageLabel: string;
1395
1397
  nextPageLabel: string;
@@ -1399,7 +1401,6 @@ declare const VDataTable: {
1399
1401
  value: number;
1400
1402
  })[];
1401
1403
  showCurrentPage: boolean;
1402
- disableSort: boolean;
1403
1404
  sortAscIcon: IconValue;
1404
1405
  sortDescIcon: IconValue;
1405
1406
  fixedHeader: boolean;
@@ -1452,8 +1453,8 @@ declare const VDataTable: {
1452
1453
  expanded: readonly string[];
1453
1454
  density: Density;
1454
1455
  valueComparator: typeof deepEqual;
1455
- nextIcon: string;
1456
- prevIcon: string;
1456
+ nextIcon: IconValue;
1457
+ prevIcon: IconValue;
1457
1458
  selectStrategy: "page" | "all" | "single";
1458
1459
  returnObject: boolean;
1459
1460
  filterMode: FilterMode;
@@ -1463,12 +1464,13 @@ declare const VDataTable: {
1463
1464
  multiSort: boolean;
1464
1465
  mustSort: boolean;
1465
1466
  groupBy: readonly SortItem[];
1467
+ disableSort: boolean;
1466
1468
  showSelect: boolean;
1467
1469
  expandOnClick: boolean;
1468
1470
  showExpand: boolean;
1469
1471
  itemsPerPage: string | number;
1470
- firstIcon: string;
1471
- lastIcon: string;
1472
+ firstIcon: IconValue;
1473
+ lastIcon: IconValue;
1472
1474
  firstPageLabel: string;
1473
1475
  prevPageLabel: string;
1474
1476
  nextPageLabel: string;
@@ -1478,7 +1480,6 @@ declare const VDataTable: {
1478
1480
  value: number;
1479
1481
  })[];
1480
1482
  showCurrentPage: boolean;
1481
- disableSort: boolean;
1482
1483
  sortAscIcon: IconValue;
1483
1484
  sortDescIcon: IconValue;
1484
1485
  fixedHeader: boolean;
@@ -1647,19 +1648,19 @@ declare const VDataTable: {
1647
1648
  'onUpdate:modelValue'?: ((value: V) => void) | undefined;
1648
1649
  }, VDataTableSlots<ItemType$2<T>>>) & FilterPropsOptions<{
1649
1650
  prevIcon: {
1650
- type: StringConstructor;
1651
+ type: vue.PropType<IconValue>;
1651
1652
  default: string;
1652
1653
  };
1653
1654
  nextIcon: {
1654
- type: StringConstructor;
1655
+ type: vue.PropType<IconValue>;
1655
1656
  default: string;
1656
1657
  };
1657
1658
  firstIcon: {
1658
- type: StringConstructor;
1659
+ type: vue.PropType<IconValue>;
1659
1660
  default: string;
1660
1661
  };
1661
1662
  lastIcon: {
1662
- type: StringConstructor;
1663
+ type: vue.PropType<IconValue>;
1663
1664
  default: string;
1664
1665
  };
1665
1666
  itemsPerPageText: {
@@ -1858,19 +1859,19 @@ declare const VDataTable: {
1858
1859
  };
1859
1860
  }, vue.ExtractPropTypes<{
1860
1861
  prevIcon: {
1861
- type: StringConstructor;
1862
+ type: vue.PropType<IconValue>;
1862
1863
  default: string;
1863
1864
  };
1864
1865
  nextIcon: {
1865
- type: StringConstructor;
1866
+ type: vue.PropType<IconValue>;
1866
1867
  default: string;
1867
1868
  };
1868
1869
  firstIcon: {
1869
- type: StringConstructor;
1870
+ type: vue.PropType<IconValue>;
1870
1871
  default: string;
1871
1872
  };
1872
1873
  lastIcon: {
1873
- type: StringConstructor;
1874
+ type: vue.PropType<IconValue>;
1874
1875
  default: string;
1875
1876
  };
1876
1877
  itemsPerPageText: {
@@ -2074,10 +2075,10 @@ declare const VDataTableFooter: {
2074
2075
  new (...args: any[]): vue.CreateComponentPublicInstance<{
2075
2076
  itemsPerPageText: string;
2076
2077
  pageText: string;
2077
- nextIcon: string;
2078
- prevIcon: string;
2079
- firstIcon: string;
2080
- lastIcon: string;
2078
+ nextIcon: IconValue;
2079
+ prevIcon: IconValue;
2080
+ firstIcon: IconValue;
2081
+ lastIcon: IconValue;
2081
2082
  firstPageLabel: string;
2082
2083
  prevPageLabel: string;
2083
2084
  nextPageLabel: string;
@@ -2099,10 +2100,10 @@ declare const VDataTableFooter: {
2099
2100
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
2100
2101
  itemsPerPageText: string;
2101
2102
  pageText: string;
2102
- nextIcon: string;
2103
- prevIcon: string;
2104
- firstIcon: string;
2105
- lastIcon: string;
2103
+ nextIcon: IconValue;
2104
+ prevIcon: IconValue;
2105
+ firstIcon: IconValue;
2106
+ lastIcon: IconValue;
2106
2107
  firstPageLabel: string;
2107
2108
  prevPageLabel: string;
2108
2109
  nextPageLabel: string;
@@ -2124,10 +2125,10 @@ declare const VDataTableFooter: {
2124
2125
  }, {
2125
2126
  itemsPerPageText: string;
2126
2127
  pageText: string;
2127
- nextIcon: string;
2128
- prevIcon: string;
2129
- firstIcon: string;
2130
- lastIcon: string;
2128
+ nextIcon: IconValue;
2129
+ prevIcon: IconValue;
2130
+ firstIcon: IconValue;
2131
+ lastIcon: IconValue;
2131
2132
  firstPageLabel: string;
2132
2133
  prevPageLabel: string;
2133
2134
  nextPageLabel: string;
@@ -2151,10 +2152,10 @@ declare const VDataTableFooter: {
2151
2152
  }, {
2152
2153
  itemsPerPageText: string;
2153
2154
  pageText: string;
2154
- nextIcon: string;
2155
- prevIcon: string;
2156
- firstIcon: string;
2157
- lastIcon: string;
2155
+ nextIcon: IconValue;
2156
+ prevIcon: IconValue;
2157
+ firstIcon: IconValue;
2158
+ lastIcon: IconValue;
2158
2159
  firstPageLabel: string;
2159
2160
  prevPageLabel: string;
2160
2161
  nextPageLabel: string;
@@ -2176,10 +2177,10 @@ declare const VDataTableFooter: {
2176
2177
  }, {}, {}, {}, {}, {
2177
2178
  itemsPerPageText: string;
2178
2179
  pageText: string;
2179
- nextIcon: string;
2180
- prevIcon: string;
2181
- firstIcon: string;
2182
- lastIcon: string;
2180
+ nextIcon: IconValue;
2181
+ prevIcon: IconValue;
2182
+ firstIcon: IconValue;
2183
+ lastIcon: IconValue;
2183
2184
  firstPageLabel: string;
2184
2185
  prevPageLabel: string;
2185
2186
  nextPageLabel: string;
@@ -2196,10 +2197,10 @@ declare const VDataTableFooter: {
2196
2197
  } & vue.ComponentOptionsBase<{
2197
2198
  itemsPerPageText: string;
2198
2199
  pageText: string;
2199
- nextIcon: string;
2200
- prevIcon: string;
2201
- firstIcon: string;
2202
- lastIcon: string;
2200
+ nextIcon: IconValue;
2201
+ prevIcon: IconValue;
2202
+ firstIcon: IconValue;
2203
+ lastIcon: IconValue;
2203
2204
  firstPageLabel: string;
2204
2205
  prevPageLabel: string;
2205
2206
  nextPageLabel: string;
@@ -2221,10 +2222,10 @@ declare const VDataTableFooter: {
2221
2222
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
2222
2223
  itemsPerPageText: string;
2223
2224
  pageText: string;
2224
- nextIcon: string;
2225
- prevIcon: string;
2226
- firstIcon: string;
2227
- lastIcon: string;
2225
+ nextIcon: IconValue;
2226
+ prevIcon: IconValue;
2227
+ firstIcon: IconValue;
2228
+ lastIcon: IconValue;
2228
2229
  firstPageLabel: string;
2229
2230
  prevPageLabel: string;
2230
2231
  nextPageLabel: string;
@@ -2240,19 +2241,19 @@ declare const VDataTableFooter: {
2240
2241
  }>[];
2241
2242
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2242
2243
  prevIcon: {
2243
- type: StringConstructor;
2244
+ type: PropType<IconValue>;
2244
2245
  default: string;
2245
2246
  };
2246
2247
  nextIcon: {
2247
- type: StringConstructor;
2248
+ type: PropType<IconValue>;
2248
2249
  default: string;
2249
2250
  };
2250
2251
  firstIcon: {
2251
- type: StringConstructor;
2252
+ type: PropType<IconValue>;
2252
2253
  default: string;
2253
2254
  };
2254
2255
  lastIcon: {
2255
- type: StringConstructor;
2256
+ type: PropType<IconValue>;
2256
2257
  default: string;
2257
2258
  };
2258
2259
  itemsPerPageText: {
@@ -2292,19 +2293,19 @@ declare const VDataTableFooter: {
2292
2293
  showCurrentPage: BooleanConstructor;
2293
2294
  }, vue.ExtractPropTypes<{
2294
2295
  prevIcon: {
2295
- type: StringConstructor;
2296
+ type: PropType<IconValue>;
2296
2297
  default: string;
2297
2298
  };
2298
2299
  nextIcon: {
2299
- type: StringConstructor;
2300
+ type: PropType<IconValue>;
2300
2301
  default: string;
2301
2302
  };
2302
2303
  firstIcon: {
2303
- type: StringConstructor;
2304
+ type: PropType<IconValue>;
2304
2305
  default: string;
2305
2306
  };
2306
2307
  lastIcon: {
2307
- type: StringConstructor;
2308
+ type: PropType<IconValue>;
2308
2309
  default: string;
2309
2310
  };
2310
2311
  itemsPerPageText: {
@@ -2379,10 +2380,10 @@ declare const VDataTableVirtual: {
2379
2380
  multiSort: boolean;
2380
2381
  mustSort: boolean;
2381
2382
  groupBy: readonly SortItem[];
2383
+ disableSort: boolean;
2382
2384
  showSelect: boolean;
2383
2385
  expandOnClick: boolean;
2384
2386
  showExpand: boolean;
2385
- disableSort: boolean;
2386
2387
  sortAscIcon: IconValue;
2387
2388
  sortDescIcon: IconValue;
2388
2389
  fixedHeader: boolean;
@@ -2481,10 +2482,10 @@ declare const VDataTableVirtual: {
2481
2482
  multiSort: boolean;
2482
2483
  mustSort: boolean;
2483
2484
  groupBy: readonly SortItem[];
2485
+ disableSort: boolean;
2484
2486
  showSelect: boolean;
2485
2487
  expandOnClick: boolean;
2486
2488
  showExpand: boolean;
2487
- disableSort: boolean;
2488
2489
  sortAscIcon: IconValue;
2489
2490
  sortDescIcon: IconValue;
2490
2491
  fixedHeader: boolean;
@@ -2577,10 +2578,10 @@ declare const VDataTableVirtual: {
2577
2578
  multiSort: boolean;
2578
2579
  mustSort: boolean;
2579
2580
  groupBy: readonly SortItem[];
2581
+ disableSort: boolean;
2580
2582
  showSelect: boolean;
2581
2583
  expandOnClick: boolean;
2582
2584
  showExpand: boolean;
2583
- disableSort: boolean;
2584
2585
  sortAscIcon: IconValue;
2585
2586
  sortDescIcon: IconValue;
2586
2587
  fixedHeader: boolean;
@@ -2697,10 +2698,10 @@ declare const VDataTableVirtual: {
2697
2698
  multiSort: boolean;
2698
2699
  mustSort: boolean;
2699
2700
  groupBy: readonly SortItem[];
2701
+ disableSort: boolean;
2700
2702
  showSelect: boolean;
2701
2703
  expandOnClick: boolean;
2702
2704
  showExpand: boolean;
2703
- disableSort: boolean;
2704
2705
  sortAscIcon: IconValue;
2705
2706
  sortDescIcon: IconValue;
2706
2707
  fixedHeader: boolean;
@@ -2793,10 +2794,10 @@ declare const VDataTableVirtual: {
2793
2794
  multiSort: boolean;
2794
2795
  mustSort: boolean;
2795
2796
  groupBy: readonly SortItem[];
2797
+ disableSort: boolean;
2796
2798
  showSelect: boolean;
2797
2799
  expandOnClick: boolean;
2798
2800
  showExpand: boolean;
2799
- disableSort: boolean;
2800
2801
  sortAscIcon: IconValue;
2801
2802
  sortDescIcon: IconValue;
2802
2803
  fixedHeader: boolean;
@@ -2829,10 +2830,10 @@ declare const VDataTableVirtual: {
2829
2830
  multiSort: boolean;
2830
2831
  mustSort: boolean;
2831
2832
  groupBy: readonly SortItem[];
2833
+ disableSort: boolean;
2832
2834
  showSelect: boolean;
2833
2835
  expandOnClick: boolean;
2834
2836
  showExpand: boolean;
2835
- disableSort: boolean;
2836
2837
  sortAscIcon: IconValue;
2837
2838
  sortDescIcon: IconValue;
2838
2839
  fixedHeader: boolean;
@@ -2931,10 +2932,10 @@ declare const VDataTableVirtual: {
2931
2932
  multiSort: boolean;
2932
2933
  mustSort: boolean;
2933
2934
  groupBy: readonly SortItem[];
2935
+ disableSort: boolean;
2934
2936
  showSelect: boolean;
2935
2937
  expandOnClick: boolean;
2936
2938
  showExpand: boolean;
2937
- disableSort: boolean;
2938
2939
  sortAscIcon: IconValue;
2939
2940
  sortDescIcon: IconValue;
2940
2941
  fixedHeader: boolean;
@@ -3370,8 +3371,8 @@ declare const VDataTableServer: {
3370
3371
  expanded: readonly string[];
3371
3372
  density: Density;
3372
3373
  valueComparator: typeof deepEqual;
3373
- nextIcon: string;
3374
- prevIcon: string;
3374
+ nextIcon: IconValue;
3375
+ prevIcon: IconValue;
3375
3376
  selectStrategy: "page" | "all" | "single";
3376
3377
  returnObject: boolean;
3377
3378
  hideNoData: boolean;
@@ -3379,13 +3380,14 @@ declare const VDataTableServer: {
3379
3380
  multiSort: boolean;
3380
3381
  mustSort: boolean;
3381
3382
  groupBy: readonly SortItem[];
3383
+ disableSort: boolean;
3382
3384
  showSelect: boolean;
3383
3385
  expandOnClick: boolean;
3384
3386
  showExpand: boolean;
3385
3387
  itemsPerPage: string | number;
3386
3388
  itemsLength: string | number;
3387
- firstIcon: string;
3388
- lastIcon: string;
3389
+ firstIcon: IconValue;
3390
+ lastIcon: IconValue;
3389
3391
  firstPageLabel: string;
3390
3392
  prevPageLabel: string;
3391
3393
  nextPageLabel: string;
@@ -3395,7 +3397,6 @@ declare const VDataTableServer: {
3395
3397
  value: number;
3396
3398
  })[];
3397
3399
  showCurrentPage: boolean;
3398
- disableSort: boolean;
3399
3400
  sortAscIcon: IconValue;
3400
3401
  sortDescIcon: IconValue;
3401
3402
  fixedHeader: boolean;
@@ -3488,8 +3489,8 @@ declare const VDataTableServer: {
3488
3489
  expanded: readonly string[];
3489
3490
  density: Density;
3490
3491
  valueComparator: typeof deepEqual;
3491
- nextIcon: string;
3492
- prevIcon: string;
3492
+ nextIcon: IconValue;
3493
+ prevIcon: IconValue;
3493
3494
  selectStrategy: "page" | "all" | "single";
3494
3495
  returnObject: boolean;
3495
3496
  hideNoData: boolean;
@@ -3497,13 +3498,14 @@ declare const VDataTableServer: {
3497
3498
  multiSort: boolean;
3498
3499
  mustSort: boolean;
3499
3500
  groupBy: readonly SortItem[];
3501
+ disableSort: boolean;
3500
3502
  showSelect: boolean;
3501
3503
  expandOnClick: boolean;
3502
3504
  showExpand: boolean;
3503
3505
  itemsPerPage: string | number;
3504
3506
  itemsLength: string | number;
3505
- firstIcon: string;
3506
- lastIcon: string;
3507
+ firstIcon: IconValue;
3508
+ lastIcon: IconValue;
3507
3509
  firstPageLabel: string;
3508
3510
  prevPageLabel: string;
3509
3511
  nextPageLabel: string;
@@ -3513,7 +3515,6 @@ declare const VDataTableServer: {
3513
3515
  value: number;
3514
3516
  })[];
3515
3517
  showCurrentPage: boolean;
3516
- disableSort: boolean;
3517
3518
  sortAscIcon: IconValue;
3518
3519
  sortDescIcon: IconValue;
3519
3520
  fixedHeader: boolean;
@@ -3598,8 +3599,8 @@ declare const VDataTableServer: {
3598
3599
  expanded: readonly string[];
3599
3600
  density: Density;
3600
3601
  valueComparator: typeof deepEqual;
3601
- nextIcon: string;
3602
- prevIcon: string;
3602
+ nextIcon: IconValue;
3603
+ prevIcon: IconValue;
3603
3604
  selectStrategy: "page" | "all" | "single";
3604
3605
  returnObject: boolean;
3605
3606
  hideNoData: boolean;
@@ -3607,12 +3608,13 @@ declare const VDataTableServer: {
3607
3608
  multiSort: boolean;
3608
3609
  mustSort: boolean;
3609
3610
  groupBy: readonly SortItem[];
3611
+ disableSort: boolean;
3610
3612
  showSelect: boolean;
3611
3613
  expandOnClick: boolean;
3612
3614
  showExpand: boolean;
3613
3615
  itemsPerPage: string | number;
3614
- firstIcon: string;
3615
- lastIcon: string;
3616
+ firstIcon: IconValue;
3617
+ lastIcon: IconValue;
3616
3618
  firstPageLabel: string;
3617
3619
  prevPageLabel: string;
3618
3620
  nextPageLabel: string;
@@ -3622,7 +3624,6 @@ declare const VDataTableServer: {
3622
3624
  value: number;
3623
3625
  })[];
3624
3626
  showCurrentPage: boolean;
3625
- disableSort: boolean;
3626
3627
  sortAscIcon: IconValue;
3627
3628
  sortDescIcon: IconValue;
3628
3629
  fixedHeader: boolean;
@@ -3748,8 +3749,8 @@ declare const VDataTableServer: {
3748
3749
  expanded: readonly string[];
3749
3750
  density: Density;
3750
3751
  valueComparator: typeof deepEqual;
3751
- nextIcon: string;
3752
- prevIcon: string;
3752
+ nextIcon: IconValue;
3753
+ prevIcon: IconValue;
3753
3754
  selectStrategy: "page" | "all" | "single";
3754
3755
  returnObject: boolean;
3755
3756
  hideNoData: boolean;
@@ -3757,13 +3758,14 @@ declare const VDataTableServer: {
3757
3758
  multiSort: boolean;
3758
3759
  mustSort: boolean;
3759
3760
  groupBy: readonly SortItem[];
3761
+ disableSort: boolean;
3760
3762
  showSelect: boolean;
3761
3763
  expandOnClick: boolean;
3762
3764
  showExpand: boolean;
3763
3765
  itemsPerPage: string | number;
3764
3766
  itemsLength: string | number;
3765
- firstIcon: string;
3766
- lastIcon: string;
3767
+ firstIcon: IconValue;
3768
+ lastIcon: IconValue;
3767
3769
  firstPageLabel: string;
3768
3770
  prevPageLabel: string;
3769
3771
  nextPageLabel: string;
@@ -3773,7 +3775,6 @@ declare const VDataTableServer: {
3773
3775
  value: number;
3774
3776
  })[];
3775
3777
  showCurrentPage: boolean;
3776
- disableSort: boolean;
3777
3778
  sortAscIcon: IconValue;
3778
3779
  sortDescIcon: IconValue;
3779
3780
  fixedHeader: boolean;
@@ -3858,8 +3859,8 @@ declare const VDataTableServer: {
3858
3859
  expanded: readonly string[];
3859
3860
  density: Density;
3860
3861
  valueComparator: typeof deepEqual;
3861
- nextIcon: string;
3862
- prevIcon: string;
3862
+ nextIcon: IconValue;
3863
+ prevIcon: IconValue;
3863
3864
  selectStrategy: "page" | "all" | "single";
3864
3865
  returnObject: boolean;
3865
3866
  hideNoData: boolean;
@@ -3867,12 +3868,13 @@ declare const VDataTableServer: {
3867
3868
  multiSort: boolean;
3868
3869
  mustSort: boolean;
3869
3870
  groupBy: readonly SortItem[];
3871
+ disableSort: boolean;
3870
3872
  showSelect: boolean;
3871
3873
  expandOnClick: boolean;
3872
3874
  showExpand: boolean;
3873
3875
  itemsPerPage: string | number;
3874
- firstIcon: string;
3875
- lastIcon: string;
3876
+ firstIcon: IconValue;
3877
+ lastIcon: IconValue;
3876
3878
  firstPageLabel: string;
3877
3879
  prevPageLabel: string;
3878
3880
  nextPageLabel: string;
@@ -3882,7 +3884,6 @@ declare const VDataTableServer: {
3882
3884
  value: number;
3883
3885
  })[];
3884
3886
  showCurrentPage: boolean;
3885
- disableSort: boolean;
3886
3887
  sortAscIcon: IconValue;
3887
3888
  sortDescIcon: IconValue;
3888
3889
  fixedHeader: boolean;
@@ -3908,8 +3909,8 @@ declare const VDataTableServer: {
3908
3909
  expanded: readonly string[];
3909
3910
  density: Density;
3910
3911
  valueComparator: typeof deepEqual;
3911
- nextIcon: string;
3912
- prevIcon: string;
3912
+ nextIcon: IconValue;
3913
+ prevIcon: IconValue;
3913
3914
  selectStrategy: "page" | "all" | "single";
3914
3915
  returnObject: boolean;
3915
3916
  hideNoData: boolean;
@@ -3917,13 +3918,14 @@ declare const VDataTableServer: {
3917
3918
  multiSort: boolean;
3918
3919
  mustSort: boolean;
3919
3920
  groupBy: readonly SortItem[];
3921
+ disableSort: boolean;
3920
3922
  showSelect: boolean;
3921
3923
  expandOnClick: boolean;
3922
3924
  showExpand: boolean;
3923
3925
  itemsPerPage: string | number;
3924
3926
  itemsLength: string | number;
3925
- firstIcon: string;
3926
- lastIcon: string;
3927
+ firstIcon: IconValue;
3928
+ lastIcon: IconValue;
3927
3929
  firstPageLabel: string;
3928
3930
  prevPageLabel: string;
3929
3931
  nextPageLabel: string;
@@ -3933,7 +3935,6 @@ declare const VDataTableServer: {
3933
3935
  value: number;
3934
3936
  })[];
3935
3937
  showCurrentPage: boolean;
3936
- disableSort: boolean;
3937
3938
  sortAscIcon: IconValue;
3938
3939
  sortDescIcon: IconValue;
3939
3940
  fixedHeader: boolean;
@@ -4026,8 +4027,8 @@ declare const VDataTableServer: {
4026
4027
  expanded: readonly string[];
4027
4028
  density: Density;
4028
4029
  valueComparator: typeof deepEqual;
4029
- nextIcon: string;
4030
- prevIcon: string;
4030
+ nextIcon: IconValue;
4031
+ prevIcon: IconValue;
4031
4032
  selectStrategy: "page" | "all" | "single";
4032
4033
  returnObject: boolean;
4033
4034
  hideNoData: boolean;
@@ -4035,12 +4036,13 @@ declare const VDataTableServer: {
4035
4036
  multiSort: boolean;
4036
4037
  mustSort: boolean;
4037
4038
  groupBy: readonly SortItem[];
4039
+ disableSort: boolean;
4038
4040
  showSelect: boolean;
4039
4041
  expandOnClick: boolean;
4040
4042
  showExpand: boolean;
4041
4043
  itemsPerPage: string | number;
4042
- firstIcon: string;
4043
- lastIcon: string;
4044
+ firstIcon: IconValue;
4045
+ lastIcon: IconValue;
4044
4046
  firstPageLabel: string;
4045
4047
  prevPageLabel: string;
4046
4048
  nextPageLabel: string;
@@ -4050,7 +4052,6 @@ declare const VDataTableServer: {
4050
4052
  value: number;
4051
4053
  })[];
4052
4054
  showCurrentPage: boolean;
4053
- disableSort: boolean;
4054
4055
  sortAscIcon: IconValue;
4055
4056
  sortDescIcon: IconValue;
4056
4057
  fixedHeader: boolean;
@@ -4173,19 +4174,19 @@ declare const VDataTableServer: {
4173
4174
  'onUpdate:modelValue'?: ((value: V) => void) | undefined;
4174
4175
  }, VDataTableSlots<ItemType<T>>>) & FilterPropsOptions<{
4175
4176
  prevIcon: {
4176
- type: StringConstructor;
4177
+ type: vue.PropType<IconValue>;
4177
4178
  default: string;
4178
4179
  };
4179
4180
  nextIcon: {
4180
- type: StringConstructor;
4181
+ type: vue.PropType<IconValue>;
4181
4182
  default: string;
4182
4183
  };
4183
4184
  firstIcon: {
4184
- type: StringConstructor;
4185
+ type: vue.PropType<IconValue>;
4185
4186
  default: string;
4186
4187
  };
4187
4188
  lastIcon: {
4188
- type: StringConstructor;
4189
+ type: vue.PropType<IconValue>;
4189
4190
  default: string;
4190
4191
  };
4191
4192
  itemsPerPageText: {
@@ -4380,19 +4381,19 @@ declare const VDataTableServer: {
4380
4381
  };
4381
4382
  }, vue.ExtractPropTypes<{
4382
4383
  prevIcon: {
4383
- type: StringConstructor;
4384
+ type: vue.PropType<IconValue>;
4384
4385
  default: string;
4385
4386
  };
4386
4387
  nextIcon: {
4387
- type: StringConstructor;
4388
+ type: vue.PropType<IconValue>;
4388
4389
  default: string;
4389
4390
  };
4390
4391
  firstIcon: {
4391
- type: StringConstructor;
4392
+ type: vue.PropType<IconValue>;
4392
4393
  default: string;
4393
4394
  };
4394
4395
  lastIcon: {
4395
- type: StringConstructor;
4396
+ type: vue.PropType<IconValue>;
4396
4397
  default: string;
4397
4398
  };
4398
4399
  itemsPerPageText: {