@vuetify/nightly 3.6.11-master.2024-07-08 → 3.6.12-master.2024-07-10
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.
- package/CHANGELOG.md +2 -8
- package/dist/json/attributes.json +57 -45
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +110 -110
- package/dist/json/tags.json +4 -1
- package/dist/json/web-types.json +97 -62
- package/dist/vuetify-labs.css +2451 -2429
- package/dist/vuetify-labs.d.ts +592 -667
- package/dist/vuetify-labs.esm.js +77 -69
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +77 -69
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4229 -4207
- package/dist/vuetify.d.ts +551 -626
- package/dist/vuetify.esm.js +60 -53
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +60 -53
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +47 -45
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +3 -3
- package/lib/blueprints/md1.d.mts +3 -3
- package/lib/blueprints/md2.d.mts +3 -3
- package/lib/blueprints/md3.d.mts +3 -3
- package/lib/components/VAutocomplete/index.d.mts +25 -31
- package/lib/components/VBottomSheet/index.d.mts +10 -10
- package/lib/components/VCheckbox/index.d.mts +2 -8
- package/lib/components/VCombobox/index.d.mts +25 -31
- package/lib/components/VDataTable/VDataTableFooter.mjs +5 -4
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +108 -108
- package/lib/components/VDatePicker/VDatePickerControls.mjs +5 -4
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +70 -55
- package/lib/components/VDialog/index.d.mts +28 -28
- package/lib/components/VField/VField.css +11 -6
- package/lib/components/VField/VField.mjs +5 -7
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +6 -2
- package/lib/components/VField/index.d.mts +6 -12
- package/lib/components/VFileInput/index.d.mts +6 -12
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +1 -4
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +2 -8
- package/lib/components/VMenu/index.d.mts +32 -32
- package/lib/components/VOverlay/index.d.mts +10 -10
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +17 -0
- package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -5
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +11 -0
- package/lib/components/VRadio/VRadio.mjs +8 -5
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +2 -8
- package/lib/components/VRangeSlider/index.d.mts +2 -8
- package/lib/components/VSelect/index.d.mts +25 -31
- package/lib/components/VSlider/index.d.mts +2 -8
- package/lib/components/VSnackbar/index.d.mts +28 -28
- package/lib/components/VSpeedDial/index.d.mts +14 -14
- package/lib/components/VSwitch/index.d.mts +2 -8
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +18 -24
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +72 -87
- package/lib/components/VTooltip/index.d.mts +32 -32
- package/lib/components/index.d.mts +508 -583
- package/lib/composables/calendar.mjs +10 -4
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +15 -13
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +43 -43
- package/lib/labs/VCalendar/VCalendar.mjs +7 -6
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VCalendar/index.d.mts +6 -0
- package/lib/labs/VDateInput/index.d.mts +39 -39
- package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +6 -12
- package/lib/labs/VSnackbarQueue/index.d.mts +37 -37
- package/lib/labs/VTimePicker/VTimePicker.mjs +5 -5
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +18 -18
- package/lib/labs/components.d.mts +106 -106
- package/package.json +1 -1
@@ -950,8 +950,8 @@ declare const VDataTable: {
|
|
950
950
|
expanded: readonly string[];
|
951
951
|
density: Density;
|
952
952
|
valueComparator: typeof deepEqual;
|
953
|
-
nextIcon:
|
954
|
-
prevIcon:
|
953
|
+
nextIcon: IconValue;
|
954
|
+
prevIcon: IconValue;
|
955
955
|
selectStrategy: "page" | "all" | "single";
|
956
956
|
returnObject: boolean;
|
957
957
|
filterMode: FilterMode;
|
@@ -965,8 +965,8 @@ declare const VDataTable: {
|
|
965
965
|
expandOnClick: boolean;
|
966
966
|
showExpand: boolean;
|
967
967
|
itemsPerPage: string | number;
|
968
|
-
firstIcon:
|
969
|
-
lastIcon:
|
968
|
+
firstIcon: IconValue;
|
969
|
+
lastIcon: IconValue;
|
970
970
|
firstPageLabel: string;
|
971
971
|
prevPageLabel: string;
|
972
972
|
nextPageLabel: string;
|
@@ -1029,8 +1029,8 @@ declare const VDataTable: {
|
|
1029
1029
|
expanded: readonly string[];
|
1030
1030
|
density: Density;
|
1031
1031
|
valueComparator: typeof deepEqual;
|
1032
|
-
nextIcon:
|
1033
|
-
prevIcon:
|
1032
|
+
nextIcon: IconValue;
|
1033
|
+
prevIcon: IconValue;
|
1034
1034
|
selectStrategy: "page" | "all" | "single";
|
1035
1035
|
returnObject: boolean;
|
1036
1036
|
filterMode: FilterMode;
|
@@ -1044,8 +1044,8 @@ declare const VDataTable: {
|
|
1044
1044
|
expandOnClick: boolean;
|
1045
1045
|
showExpand: boolean;
|
1046
1046
|
itemsPerPage: string | number;
|
1047
|
-
firstIcon:
|
1048
|
-
lastIcon:
|
1047
|
+
firstIcon: IconValue;
|
1048
|
+
lastIcon: IconValue;
|
1049
1049
|
firstPageLabel: string;
|
1050
1050
|
prevPageLabel: string;
|
1051
1051
|
nextPageLabel: string;
|
@@ -1099,8 +1099,8 @@ declare const VDataTable: {
|
|
1099
1099
|
expanded: readonly string[];
|
1100
1100
|
density: Density;
|
1101
1101
|
valueComparator: typeof deepEqual;
|
1102
|
-
nextIcon:
|
1103
|
-
prevIcon:
|
1102
|
+
nextIcon: IconValue;
|
1103
|
+
prevIcon: IconValue;
|
1104
1104
|
selectStrategy: "page" | "all" | "single";
|
1105
1105
|
returnObject: boolean;
|
1106
1106
|
filterMode: FilterMode;
|
@@ -1114,8 +1114,8 @@ declare const VDataTable: {
|
|
1114
1114
|
expandOnClick: boolean;
|
1115
1115
|
showExpand: boolean;
|
1116
1116
|
itemsPerPage: string | number;
|
1117
|
-
firstIcon:
|
1118
|
-
lastIcon:
|
1117
|
+
firstIcon: IconValue;
|
1118
|
+
lastIcon: IconValue;
|
1119
1119
|
firstPageLabel: string;
|
1120
1120
|
prevPageLabel: string;
|
1121
1121
|
nextPageLabel: string;
|
@@ -1251,8 +1251,8 @@ declare const VDataTable: {
|
|
1251
1251
|
expanded: readonly string[];
|
1252
1252
|
density: Density;
|
1253
1253
|
valueComparator: typeof deepEqual;
|
1254
|
-
nextIcon:
|
1255
|
-
prevIcon:
|
1254
|
+
nextIcon: IconValue;
|
1255
|
+
prevIcon: IconValue;
|
1256
1256
|
selectStrategy: "page" | "all" | "single";
|
1257
1257
|
returnObject: boolean;
|
1258
1258
|
filterMode: FilterMode;
|
@@ -1266,8 +1266,8 @@ declare const VDataTable: {
|
|
1266
1266
|
expandOnClick: boolean;
|
1267
1267
|
showExpand: boolean;
|
1268
1268
|
itemsPerPage: string | number;
|
1269
|
-
firstIcon:
|
1270
|
-
lastIcon:
|
1269
|
+
firstIcon: IconValue;
|
1270
|
+
lastIcon: IconValue;
|
1271
1271
|
firstPageLabel: string;
|
1272
1272
|
prevPageLabel: string;
|
1273
1273
|
nextPageLabel: string;
|
@@ -1321,8 +1321,8 @@ declare const VDataTable: {
|
|
1321
1321
|
expanded: readonly string[];
|
1322
1322
|
density: Density;
|
1323
1323
|
valueComparator: typeof deepEqual;
|
1324
|
-
nextIcon:
|
1325
|
-
prevIcon:
|
1324
|
+
nextIcon: IconValue;
|
1325
|
+
prevIcon: IconValue;
|
1326
1326
|
selectStrategy: "page" | "all" | "single";
|
1327
1327
|
returnObject: boolean;
|
1328
1328
|
filterMode: FilterMode;
|
@@ -1336,8 +1336,8 @@ declare const VDataTable: {
|
|
1336
1336
|
expandOnClick: boolean;
|
1337
1337
|
showExpand: boolean;
|
1338
1338
|
itemsPerPage: string | number;
|
1339
|
-
firstIcon:
|
1340
|
-
lastIcon:
|
1339
|
+
firstIcon: IconValue;
|
1340
|
+
lastIcon: IconValue;
|
1341
1341
|
firstPageLabel: string;
|
1342
1342
|
prevPageLabel: string;
|
1343
1343
|
nextPageLabel: string;
|
@@ -1373,8 +1373,8 @@ declare const VDataTable: {
|
|
1373
1373
|
expanded: readonly string[];
|
1374
1374
|
density: Density;
|
1375
1375
|
valueComparator: typeof deepEqual;
|
1376
|
-
nextIcon:
|
1377
|
-
prevIcon:
|
1376
|
+
nextIcon: IconValue;
|
1377
|
+
prevIcon: IconValue;
|
1378
1378
|
selectStrategy: "page" | "all" | "single";
|
1379
1379
|
returnObject: boolean;
|
1380
1380
|
filterMode: FilterMode;
|
@@ -1388,8 +1388,8 @@ declare const VDataTable: {
|
|
1388
1388
|
expandOnClick: boolean;
|
1389
1389
|
showExpand: boolean;
|
1390
1390
|
itemsPerPage: string | number;
|
1391
|
-
firstIcon:
|
1392
|
-
lastIcon:
|
1391
|
+
firstIcon: IconValue;
|
1392
|
+
lastIcon: IconValue;
|
1393
1393
|
firstPageLabel: string;
|
1394
1394
|
prevPageLabel: string;
|
1395
1395
|
nextPageLabel: string;
|
@@ -1452,8 +1452,8 @@ declare const VDataTable: {
|
|
1452
1452
|
expanded: readonly string[];
|
1453
1453
|
density: Density;
|
1454
1454
|
valueComparator: typeof deepEqual;
|
1455
|
-
nextIcon:
|
1456
|
-
prevIcon:
|
1455
|
+
nextIcon: IconValue;
|
1456
|
+
prevIcon: IconValue;
|
1457
1457
|
selectStrategy: "page" | "all" | "single";
|
1458
1458
|
returnObject: boolean;
|
1459
1459
|
filterMode: FilterMode;
|
@@ -1467,8 +1467,8 @@ declare const VDataTable: {
|
|
1467
1467
|
expandOnClick: boolean;
|
1468
1468
|
showExpand: boolean;
|
1469
1469
|
itemsPerPage: string | number;
|
1470
|
-
firstIcon:
|
1471
|
-
lastIcon:
|
1470
|
+
firstIcon: IconValue;
|
1471
|
+
lastIcon: IconValue;
|
1472
1472
|
firstPageLabel: string;
|
1473
1473
|
prevPageLabel: string;
|
1474
1474
|
nextPageLabel: string;
|
@@ -1647,19 +1647,19 @@ declare const VDataTable: {
|
|
1647
1647
|
'onUpdate:modelValue'?: ((value: V) => void) | undefined;
|
1648
1648
|
}, VDataTableSlots<ItemType$2<T>>>) & FilterPropsOptions<{
|
1649
1649
|
prevIcon: {
|
1650
|
-
type:
|
1650
|
+
type: vue.PropType<IconValue>;
|
1651
1651
|
default: string;
|
1652
1652
|
};
|
1653
1653
|
nextIcon: {
|
1654
|
-
type:
|
1654
|
+
type: vue.PropType<IconValue>;
|
1655
1655
|
default: string;
|
1656
1656
|
};
|
1657
1657
|
firstIcon: {
|
1658
|
-
type:
|
1658
|
+
type: vue.PropType<IconValue>;
|
1659
1659
|
default: string;
|
1660
1660
|
};
|
1661
1661
|
lastIcon: {
|
1662
|
-
type:
|
1662
|
+
type: vue.PropType<IconValue>;
|
1663
1663
|
default: string;
|
1664
1664
|
};
|
1665
1665
|
itemsPerPageText: {
|
@@ -1858,19 +1858,19 @@ declare const VDataTable: {
|
|
1858
1858
|
};
|
1859
1859
|
}, vue.ExtractPropTypes<{
|
1860
1860
|
prevIcon: {
|
1861
|
-
type:
|
1861
|
+
type: vue.PropType<IconValue>;
|
1862
1862
|
default: string;
|
1863
1863
|
};
|
1864
1864
|
nextIcon: {
|
1865
|
-
type:
|
1865
|
+
type: vue.PropType<IconValue>;
|
1866
1866
|
default: string;
|
1867
1867
|
};
|
1868
1868
|
firstIcon: {
|
1869
|
-
type:
|
1869
|
+
type: vue.PropType<IconValue>;
|
1870
1870
|
default: string;
|
1871
1871
|
};
|
1872
1872
|
lastIcon: {
|
1873
|
-
type:
|
1873
|
+
type: vue.PropType<IconValue>;
|
1874
1874
|
default: string;
|
1875
1875
|
};
|
1876
1876
|
itemsPerPageText: {
|
@@ -2074,10 +2074,10 @@ declare const VDataTableFooter: {
|
|
2074
2074
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
2075
2075
|
itemsPerPageText: string;
|
2076
2076
|
pageText: string;
|
2077
|
-
nextIcon:
|
2078
|
-
prevIcon:
|
2079
|
-
firstIcon:
|
2080
|
-
lastIcon:
|
2077
|
+
nextIcon: IconValue;
|
2078
|
+
prevIcon: IconValue;
|
2079
|
+
firstIcon: IconValue;
|
2080
|
+
lastIcon: IconValue;
|
2081
2081
|
firstPageLabel: string;
|
2082
2082
|
prevPageLabel: string;
|
2083
2083
|
nextPageLabel: string;
|
@@ -2099,10 +2099,10 @@ declare const VDataTableFooter: {
|
|
2099
2099
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
2100
2100
|
itemsPerPageText: string;
|
2101
2101
|
pageText: string;
|
2102
|
-
nextIcon:
|
2103
|
-
prevIcon:
|
2104
|
-
firstIcon:
|
2105
|
-
lastIcon:
|
2102
|
+
nextIcon: IconValue;
|
2103
|
+
prevIcon: IconValue;
|
2104
|
+
firstIcon: IconValue;
|
2105
|
+
lastIcon: IconValue;
|
2106
2106
|
firstPageLabel: string;
|
2107
2107
|
prevPageLabel: string;
|
2108
2108
|
nextPageLabel: string;
|
@@ -2124,10 +2124,10 @@ declare const VDataTableFooter: {
|
|
2124
2124
|
}, {
|
2125
2125
|
itemsPerPageText: string;
|
2126
2126
|
pageText: string;
|
2127
|
-
nextIcon:
|
2128
|
-
prevIcon:
|
2129
|
-
firstIcon:
|
2130
|
-
lastIcon:
|
2127
|
+
nextIcon: IconValue;
|
2128
|
+
prevIcon: IconValue;
|
2129
|
+
firstIcon: IconValue;
|
2130
|
+
lastIcon: IconValue;
|
2131
2131
|
firstPageLabel: string;
|
2132
2132
|
prevPageLabel: string;
|
2133
2133
|
nextPageLabel: string;
|
@@ -2151,10 +2151,10 @@ declare const VDataTableFooter: {
|
|
2151
2151
|
}, {
|
2152
2152
|
itemsPerPageText: string;
|
2153
2153
|
pageText: string;
|
2154
|
-
nextIcon:
|
2155
|
-
prevIcon:
|
2156
|
-
firstIcon:
|
2157
|
-
lastIcon:
|
2154
|
+
nextIcon: IconValue;
|
2155
|
+
prevIcon: IconValue;
|
2156
|
+
firstIcon: IconValue;
|
2157
|
+
lastIcon: IconValue;
|
2158
2158
|
firstPageLabel: string;
|
2159
2159
|
prevPageLabel: string;
|
2160
2160
|
nextPageLabel: string;
|
@@ -2176,10 +2176,10 @@ declare const VDataTableFooter: {
|
|
2176
2176
|
}, {}, {}, {}, {}, {
|
2177
2177
|
itemsPerPageText: string;
|
2178
2178
|
pageText: string;
|
2179
|
-
nextIcon:
|
2180
|
-
prevIcon:
|
2181
|
-
firstIcon:
|
2182
|
-
lastIcon:
|
2179
|
+
nextIcon: IconValue;
|
2180
|
+
prevIcon: IconValue;
|
2181
|
+
firstIcon: IconValue;
|
2182
|
+
lastIcon: IconValue;
|
2183
2183
|
firstPageLabel: string;
|
2184
2184
|
prevPageLabel: string;
|
2185
2185
|
nextPageLabel: string;
|
@@ -2196,10 +2196,10 @@ declare const VDataTableFooter: {
|
|
2196
2196
|
} & vue.ComponentOptionsBase<{
|
2197
2197
|
itemsPerPageText: string;
|
2198
2198
|
pageText: string;
|
2199
|
-
nextIcon:
|
2200
|
-
prevIcon:
|
2201
|
-
firstIcon:
|
2202
|
-
lastIcon:
|
2199
|
+
nextIcon: IconValue;
|
2200
|
+
prevIcon: IconValue;
|
2201
|
+
firstIcon: IconValue;
|
2202
|
+
lastIcon: IconValue;
|
2203
2203
|
firstPageLabel: string;
|
2204
2204
|
prevPageLabel: string;
|
2205
2205
|
nextPageLabel: string;
|
@@ -2221,10 +2221,10 @@ declare const VDataTableFooter: {
|
|
2221
2221
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
2222
2222
|
itemsPerPageText: string;
|
2223
2223
|
pageText: string;
|
2224
|
-
nextIcon:
|
2225
|
-
prevIcon:
|
2226
|
-
firstIcon:
|
2227
|
-
lastIcon:
|
2224
|
+
nextIcon: IconValue;
|
2225
|
+
prevIcon: IconValue;
|
2226
|
+
firstIcon: IconValue;
|
2227
|
+
lastIcon: IconValue;
|
2228
2228
|
firstPageLabel: string;
|
2229
2229
|
prevPageLabel: string;
|
2230
2230
|
nextPageLabel: string;
|
@@ -2240,19 +2240,19 @@ declare const VDataTableFooter: {
|
|
2240
2240
|
}>[];
|
2241
2241
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
2242
2242
|
prevIcon: {
|
2243
|
-
type:
|
2243
|
+
type: PropType<IconValue>;
|
2244
2244
|
default: string;
|
2245
2245
|
};
|
2246
2246
|
nextIcon: {
|
2247
|
-
type:
|
2247
|
+
type: PropType<IconValue>;
|
2248
2248
|
default: string;
|
2249
2249
|
};
|
2250
2250
|
firstIcon: {
|
2251
|
-
type:
|
2251
|
+
type: PropType<IconValue>;
|
2252
2252
|
default: string;
|
2253
2253
|
};
|
2254
2254
|
lastIcon: {
|
2255
|
-
type:
|
2255
|
+
type: PropType<IconValue>;
|
2256
2256
|
default: string;
|
2257
2257
|
};
|
2258
2258
|
itemsPerPageText: {
|
@@ -2292,19 +2292,19 @@ declare const VDataTableFooter: {
|
|
2292
2292
|
showCurrentPage: BooleanConstructor;
|
2293
2293
|
}, vue.ExtractPropTypes<{
|
2294
2294
|
prevIcon: {
|
2295
|
-
type:
|
2295
|
+
type: PropType<IconValue>;
|
2296
2296
|
default: string;
|
2297
2297
|
};
|
2298
2298
|
nextIcon: {
|
2299
|
-
type:
|
2299
|
+
type: PropType<IconValue>;
|
2300
2300
|
default: string;
|
2301
2301
|
};
|
2302
2302
|
firstIcon: {
|
2303
|
-
type:
|
2303
|
+
type: PropType<IconValue>;
|
2304
2304
|
default: string;
|
2305
2305
|
};
|
2306
2306
|
lastIcon: {
|
2307
|
-
type:
|
2307
|
+
type: PropType<IconValue>;
|
2308
2308
|
default: string;
|
2309
2309
|
};
|
2310
2310
|
itemsPerPageText: {
|
@@ -3370,8 +3370,8 @@ declare const VDataTableServer: {
|
|
3370
3370
|
expanded: readonly string[];
|
3371
3371
|
density: Density;
|
3372
3372
|
valueComparator: typeof deepEqual;
|
3373
|
-
nextIcon:
|
3374
|
-
prevIcon:
|
3373
|
+
nextIcon: IconValue;
|
3374
|
+
prevIcon: IconValue;
|
3375
3375
|
selectStrategy: "page" | "all" | "single";
|
3376
3376
|
returnObject: boolean;
|
3377
3377
|
hideNoData: boolean;
|
@@ -3384,8 +3384,8 @@ declare const VDataTableServer: {
|
|
3384
3384
|
showExpand: boolean;
|
3385
3385
|
itemsPerPage: string | number;
|
3386
3386
|
itemsLength: string | number;
|
3387
|
-
firstIcon:
|
3388
|
-
lastIcon:
|
3387
|
+
firstIcon: IconValue;
|
3388
|
+
lastIcon: IconValue;
|
3389
3389
|
firstPageLabel: string;
|
3390
3390
|
prevPageLabel: string;
|
3391
3391
|
nextPageLabel: string;
|
@@ -3488,8 +3488,8 @@ declare const VDataTableServer: {
|
|
3488
3488
|
expanded: readonly string[];
|
3489
3489
|
density: Density;
|
3490
3490
|
valueComparator: typeof deepEqual;
|
3491
|
-
nextIcon:
|
3492
|
-
prevIcon:
|
3491
|
+
nextIcon: IconValue;
|
3492
|
+
prevIcon: IconValue;
|
3493
3493
|
selectStrategy: "page" | "all" | "single";
|
3494
3494
|
returnObject: boolean;
|
3495
3495
|
hideNoData: boolean;
|
@@ -3502,8 +3502,8 @@ declare const VDataTableServer: {
|
|
3502
3502
|
showExpand: boolean;
|
3503
3503
|
itemsPerPage: string | number;
|
3504
3504
|
itemsLength: string | number;
|
3505
|
-
firstIcon:
|
3506
|
-
lastIcon:
|
3505
|
+
firstIcon: IconValue;
|
3506
|
+
lastIcon: IconValue;
|
3507
3507
|
firstPageLabel: string;
|
3508
3508
|
prevPageLabel: string;
|
3509
3509
|
nextPageLabel: string;
|
@@ -3598,8 +3598,8 @@ declare const VDataTableServer: {
|
|
3598
3598
|
expanded: readonly string[];
|
3599
3599
|
density: Density;
|
3600
3600
|
valueComparator: typeof deepEqual;
|
3601
|
-
nextIcon:
|
3602
|
-
prevIcon:
|
3601
|
+
nextIcon: IconValue;
|
3602
|
+
prevIcon: IconValue;
|
3603
3603
|
selectStrategy: "page" | "all" | "single";
|
3604
3604
|
returnObject: boolean;
|
3605
3605
|
hideNoData: boolean;
|
@@ -3611,8 +3611,8 @@ declare const VDataTableServer: {
|
|
3611
3611
|
expandOnClick: boolean;
|
3612
3612
|
showExpand: boolean;
|
3613
3613
|
itemsPerPage: string | number;
|
3614
|
-
firstIcon:
|
3615
|
-
lastIcon:
|
3614
|
+
firstIcon: IconValue;
|
3615
|
+
lastIcon: IconValue;
|
3616
3616
|
firstPageLabel: string;
|
3617
3617
|
prevPageLabel: string;
|
3618
3618
|
nextPageLabel: string;
|
@@ -3748,8 +3748,8 @@ declare const VDataTableServer: {
|
|
3748
3748
|
expanded: readonly string[];
|
3749
3749
|
density: Density;
|
3750
3750
|
valueComparator: typeof deepEqual;
|
3751
|
-
nextIcon:
|
3752
|
-
prevIcon:
|
3751
|
+
nextIcon: IconValue;
|
3752
|
+
prevIcon: IconValue;
|
3753
3753
|
selectStrategy: "page" | "all" | "single";
|
3754
3754
|
returnObject: boolean;
|
3755
3755
|
hideNoData: boolean;
|
@@ -3762,8 +3762,8 @@ declare const VDataTableServer: {
|
|
3762
3762
|
showExpand: boolean;
|
3763
3763
|
itemsPerPage: string | number;
|
3764
3764
|
itemsLength: string | number;
|
3765
|
-
firstIcon:
|
3766
|
-
lastIcon:
|
3765
|
+
firstIcon: IconValue;
|
3766
|
+
lastIcon: IconValue;
|
3767
3767
|
firstPageLabel: string;
|
3768
3768
|
prevPageLabel: string;
|
3769
3769
|
nextPageLabel: string;
|
@@ -3858,8 +3858,8 @@ declare const VDataTableServer: {
|
|
3858
3858
|
expanded: readonly string[];
|
3859
3859
|
density: Density;
|
3860
3860
|
valueComparator: typeof deepEqual;
|
3861
|
-
nextIcon:
|
3862
|
-
prevIcon:
|
3861
|
+
nextIcon: IconValue;
|
3862
|
+
prevIcon: IconValue;
|
3863
3863
|
selectStrategy: "page" | "all" | "single";
|
3864
3864
|
returnObject: boolean;
|
3865
3865
|
hideNoData: boolean;
|
@@ -3871,8 +3871,8 @@ declare const VDataTableServer: {
|
|
3871
3871
|
expandOnClick: boolean;
|
3872
3872
|
showExpand: boolean;
|
3873
3873
|
itemsPerPage: string | number;
|
3874
|
-
firstIcon:
|
3875
|
-
lastIcon:
|
3874
|
+
firstIcon: IconValue;
|
3875
|
+
lastIcon: IconValue;
|
3876
3876
|
firstPageLabel: string;
|
3877
3877
|
prevPageLabel: string;
|
3878
3878
|
nextPageLabel: string;
|
@@ -3908,8 +3908,8 @@ declare const VDataTableServer: {
|
|
3908
3908
|
expanded: readonly string[];
|
3909
3909
|
density: Density;
|
3910
3910
|
valueComparator: typeof deepEqual;
|
3911
|
-
nextIcon:
|
3912
|
-
prevIcon:
|
3911
|
+
nextIcon: IconValue;
|
3912
|
+
prevIcon: IconValue;
|
3913
3913
|
selectStrategy: "page" | "all" | "single";
|
3914
3914
|
returnObject: boolean;
|
3915
3915
|
hideNoData: boolean;
|
@@ -3922,8 +3922,8 @@ declare const VDataTableServer: {
|
|
3922
3922
|
showExpand: boolean;
|
3923
3923
|
itemsPerPage: string | number;
|
3924
3924
|
itemsLength: string | number;
|
3925
|
-
firstIcon:
|
3926
|
-
lastIcon:
|
3925
|
+
firstIcon: IconValue;
|
3926
|
+
lastIcon: IconValue;
|
3927
3927
|
firstPageLabel: string;
|
3928
3928
|
prevPageLabel: string;
|
3929
3929
|
nextPageLabel: string;
|
@@ -4026,8 +4026,8 @@ declare const VDataTableServer: {
|
|
4026
4026
|
expanded: readonly string[];
|
4027
4027
|
density: Density;
|
4028
4028
|
valueComparator: typeof deepEqual;
|
4029
|
-
nextIcon:
|
4030
|
-
prevIcon:
|
4029
|
+
nextIcon: IconValue;
|
4030
|
+
prevIcon: IconValue;
|
4031
4031
|
selectStrategy: "page" | "all" | "single";
|
4032
4032
|
returnObject: boolean;
|
4033
4033
|
hideNoData: boolean;
|
@@ -4039,8 +4039,8 @@ declare const VDataTableServer: {
|
|
4039
4039
|
expandOnClick: boolean;
|
4040
4040
|
showExpand: boolean;
|
4041
4041
|
itemsPerPage: string | number;
|
4042
|
-
firstIcon:
|
4043
|
-
lastIcon:
|
4042
|
+
firstIcon: IconValue;
|
4043
|
+
lastIcon: IconValue;
|
4044
4044
|
firstPageLabel: string;
|
4045
4045
|
prevPageLabel: string;
|
4046
4046
|
nextPageLabel: string;
|
@@ -4173,19 +4173,19 @@ declare const VDataTableServer: {
|
|
4173
4173
|
'onUpdate:modelValue'?: ((value: V) => void) | undefined;
|
4174
4174
|
}, VDataTableSlots<ItemType<T>>>) & FilterPropsOptions<{
|
4175
4175
|
prevIcon: {
|
4176
|
-
type:
|
4176
|
+
type: vue.PropType<IconValue>;
|
4177
4177
|
default: string;
|
4178
4178
|
};
|
4179
4179
|
nextIcon: {
|
4180
|
-
type:
|
4180
|
+
type: vue.PropType<IconValue>;
|
4181
4181
|
default: string;
|
4182
4182
|
};
|
4183
4183
|
firstIcon: {
|
4184
|
-
type:
|
4184
|
+
type: vue.PropType<IconValue>;
|
4185
4185
|
default: string;
|
4186
4186
|
};
|
4187
4187
|
lastIcon: {
|
4188
|
-
type:
|
4188
|
+
type: vue.PropType<IconValue>;
|
4189
4189
|
default: string;
|
4190
4190
|
};
|
4191
4191
|
itemsPerPageText: {
|
@@ -4380,19 +4380,19 @@ declare const VDataTableServer: {
|
|
4380
4380
|
};
|
4381
4381
|
}, vue.ExtractPropTypes<{
|
4382
4382
|
prevIcon: {
|
4383
|
-
type:
|
4383
|
+
type: vue.PropType<IconValue>;
|
4384
4384
|
default: string;
|
4385
4385
|
};
|
4386
4386
|
nextIcon: {
|
4387
|
-
type:
|
4387
|
+
type: vue.PropType<IconValue>;
|
4388
4388
|
default: string;
|
4389
4389
|
};
|
4390
4390
|
firstIcon: {
|
4391
|
-
type:
|
4391
|
+
type: vue.PropType<IconValue>;
|
4392
4392
|
default: string;
|
4393
4393
|
};
|
4394
4394
|
lastIcon: {
|
4395
|
-
type:
|
4395
|
+
type: vue.PropType<IconValue>;
|
4396
4396
|
default: string;
|
4397
4397
|
};
|
4398
4398
|
itemsPerPageText: {
|
@@ -4,7 +4,8 @@ import "./VDatePickerControls.css";
|
|
4
4
|
|
5
5
|
// Components
|
6
6
|
import { VBtn } from "../VBtn/index.mjs";
|
7
|
-
import { VSpacer } from "../VGrid/index.mjs"; //
|
7
|
+
import { VSpacer } from "../VGrid/index.mjs"; // Composables
|
8
|
+
import { IconValue } from "../../composables/icons.mjs"; // Utilities
|
8
9
|
import { computed } from 'vue';
|
9
10
|
import { genericComponent, propsFactory, useRender } from "../../util/index.mjs"; // Types
|
10
11
|
export const makeVDatePickerControlsProps = propsFactory({
|
@@ -17,15 +18,15 @@ export const makeVDatePickerControlsProps = propsFactory({
|
|
17
18
|
default: false
|
18
19
|
},
|
19
20
|
nextIcon: {
|
20
|
-
type:
|
21
|
+
type: IconValue,
|
21
22
|
default: '$next'
|
22
23
|
},
|
23
24
|
prevIcon: {
|
24
|
-
type:
|
25
|
+
type: IconValue,
|
25
26
|
default: '$prev'
|
26
27
|
},
|
27
28
|
modeIcon: {
|
28
|
-
type:
|
29
|
+
type: IconValue,
|
29
30
|
default: '$subgroup'
|
30
31
|
},
|
31
32
|
text: String,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"VDatePickerControls.mjs","names":["VBtn","VSpacer","computed","genericComponent","propsFactory","useRender","makeVDatePickerControlsProps","active","type","String","Array","default","undefined","disabled","Boolean","nextIcon","prevIcon","modeIcon","text","viewMode","VDatePickerControls","name","props","emits","click:year","click:month","click:prev","click:next","click:text","setup","_ref","emit","disableMonth","isArray","includes","disableYear","disablePrev","disableNext","onClickPrev","onClickNext","onClickYear","onClickMonth","_createVNode","value"],"sources":["../../../src/components/VDatePicker/VDatePickerControls.tsx"],"sourcesContent":["// Styles\nimport './VDatePickerControls.sass'\n\n// Components\nimport { VBtn } from '@/components/VBtn'\nimport { VSpacer } from '@/components/VGrid'\n\n// Utilities\nimport { computed } from 'vue'\nimport { genericComponent, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { PropType } from 'vue'\n\nexport const makeVDatePickerControlsProps = propsFactory({\n active: {\n type: [String, Array] as PropType<string | string[]>,\n default: undefined,\n },\n disabled: {\n type: [Boolean, String, Array] as PropType<boolean | string | string[]>,\n default: false,\n },\n nextIcon: {\n type:
|
1
|
+
{"version":3,"file":"VDatePickerControls.mjs","names":["VBtn","VSpacer","IconValue","computed","genericComponent","propsFactory","useRender","makeVDatePickerControlsProps","active","type","String","Array","default","undefined","disabled","Boolean","nextIcon","prevIcon","modeIcon","text","viewMode","VDatePickerControls","name","props","emits","click:year","click:month","click:prev","click:next","click:text","setup","_ref","emit","disableMonth","isArray","includes","disableYear","disablePrev","disableNext","onClickPrev","onClickNext","onClickYear","onClickMonth","_createVNode","value"],"sources":["../../../src/components/VDatePicker/VDatePickerControls.tsx"],"sourcesContent":["// Styles\nimport './VDatePickerControls.sass'\n\n// Components\nimport { VBtn } from '@/components/VBtn'\nimport { VSpacer } from '@/components/VGrid'\n\n// Composables\nimport { IconValue } from '@/composables/icons'\n\n// Utilities\nimport { computed } from 'vue'\nimport { genericComponent, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { PropType } from 'vue'\n\nexport const makeVDatePickerControlsProps = propsFactory({\n active: {\n type: [String, Array] as PropType<string | string[]>,\n default: undefined,\n },\n disabled: {\n type: [Boolean, String, Array] as PropType<boolean | string | string[]>,\n default: false,\n },\n nextIcon: {\n type: IconValue,\n default: '$next',\n },\n prevIcon: {\n type: IconValue,\n default: '$prev',\n },\n modeIcon: {\n type: IconValue,\n default: '$subgroup',\n },\n text: String,\n viewMode: {\n type: String as PropType<'month' | 'months' | 'year'>,\n default: 'month',\n },\n}, 'VDatePickerControls')\n\nexport const VDatePickerControls = genericComponent()({\n name: 'VDatePickerControls',\n\n props: makeVDatePickerControlsProps(),\n\n emits: {\n 'click:year': () => true,\n 'click:month': () => true,\n 'click:prev': () => true,\n 'click:next': () => true,\n 'click:text': () => true,\n },\n\n setup (props, { emit }) {\n const disableMonth = computed(() => {\n return Array.isArray(props.disabled)\n ? props.disabled.includes('text')\n : !!props.disabled\n })\n const disableYear = computed(() => {\n return Array.isArray(props.disabled)\n ? props.disabled.includes('mode')\n : !!props.disabled\n })\n const disablePrev = computed(() => {\n return Array.isArray(props.disabled)\n ? props.disabled.includes('prev')\n : !!props.disabled\n })\n const disableNext = computed(() => {\n return Array.isArray(props.disabled)\n ? props.disabled.includes('next')\n : !!props.disabled\n })\n\n function onClickPrev () {\n emit('click:prev')\n }\n\n function onClickNext () {\n emit('click:next')\n }\n\n function onClickYear () {\n emit('click:year')\n }\n\n function onClickMonth () {\n emit('click:month')\n }\n\n useRender(() => {\n // TODO: add slot support and scope defaults\n return (\n <div\n class={[\n 'v-date-picker-controls',\n ]}\n >\n <VBtn\n class=\"v-date-picker-controls__month-btn\"\n disabled={ disableMonth.value }\n text={ props.text }\n variant=\"text\"\n rounded\n onClick={ onClickMonth }\n ></VBtn>\n\n <VBtn\n key=\"mode-btn\"\n class=\"v-date-picker-controls__mode-btn\"\n disabled={ disableYear.value }\n density=\"comfortable\"\n icon={ props.modeIcon }\n variant=\"text\"\n onClick={ onClickYear }\n />\n\n <VSpacer key=\"mode-spacer\" />\n\n <div\n key=\"month-buttons\"\n class=\"v-date-picker-controls__month\"\n >\n <VBtn\n disabled={ disablePrev.value }\n icon={ props.prevIcon }\n variant=\"text\"\n onClick={ onClickPrev }\n />\n\n <VBtn\n disabled={ disableNext.value }\n icon={ props.nextIcon }\n variant=\"text\"\n onClick={ onClickNext }\n />\n </div>\n </div>\n )\n })\n\n return {}\n },\n})\n\nexport type VDatePickerControls = InstanceType<typeof VDatePickerControls>\n"],"mappings":"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","ignoreList":[]}
|
@@ -134,7 +134,7 @@ export const VDatePickerMonth = genericComponent()({
|
|
134
134
|
"ref": daysRef,
|
135
135
|
"key": daysInMonth.value[0].date?.toString(),
|
136
136
|
"class": "v-date-picker-month__days"
|
137
|
-
}, [!props.hideWeekdays && adapter.getWeekdays().map(weekDay => _createVNode("div", {
|
137
|
+
}, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => _createVNode("div", {
|
138
138
|
"class": ['v-date-picker-month__day', 'v-date-picker-month__weekday']
|
139
139
|
}, [weekDay])), daysInMonth.value.map((item, i) => {
|
140
140
|
const slotProps = {
|