vuetify 3.5.4 → 3.5.5
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/dist/json/attributes.json +2771 -2523
- package/dist/json/importMap-labs.json +4 -0
- package/dist/json/importMap.json +94 -94
- package/dist/json/tags.json +236 -169
- package/dist/json/web-types.json +3218 -2563
- package/dist/vuetify-labs.css +1819 -1796
- package/dist/vuetify-labs.d.ts +1234 -152
- package/dist/vuetify-labs.esm.js +555 -72
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +555 -72
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +887 -864
- package/dist/vuetify.d.ts +886 -179
- package/dist/vuetify.esm.js +121 -71
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +121 -71
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +647 -645
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +9 -0
- package/lib/components/VAppBar/index.d.mts +18 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +33 -6
- package/lib/components/VAvatar/index.d.mts +9 -0
- package/lib/components/VBadge/index.d.mts +9 -0
- package/lib/components/VBanner/index.d.mts +9 -0
- package/lib/components/VBottomNavigation/index.d.mts +9 -0
- package/lib/components/VBreadcrumbs/index.d.mts +9 -0
- package/lib/components/VBtn/index.d.mts +9 -0
- package/lib/components/VBtnGroup/index.d.mts +9 -0
- package/lib/components/VBtnToggle/index.d.mts +9 -0
- package/lib/components/VCard/index.d.mts +9 -0
- package/lib/components/VCarousel/index.d.mts +9 -0
- package/lib/components/VChip/index.d.mts +9 -0
- package/lib/components/VColorPicker/index.d.mts +9 -0
- package/lib/components/VCombobox/index.d.mts +33 -6
- package/lib/components/VDataIterator/index.d.mts +3 -3
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +355 -117
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.css +2 -21
- package/lib/components/VDatePicker/VDatePicker.mjs +14 -10
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.sass +3 -18
- package/lib/components/VDatePicker/VDatePickerHeader.css +2 -0
- package/lib/components/VDatePicker/VDatePickerHeader.sass +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.css +11 -5
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +2 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.sass +13 -5
- package/lib/components/VDatePicker/VDatePickerMonths.css +2 -3
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +6 -3
- package/lib/components/VDatePicker/VDatePickerMonths.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.sass +4 -3
- package/lib/components/VDatePicker/VDatePickerYears.css +2 -2
- package/lib/components/VDatePicker/VDatePickerYears.mjs +8 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.sass +4 -2
- package/lib/components/VDatePicker/_variables.scss +14 -34
- package/lib/components/VDatePicker/index.d.mts +13 -4
- package/lib/components/VExpansionPanel/VExpansionPanel.css +14 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +14 -0
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +9 -2
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +27 -0
- package/lib/components/VField/VField.css +20 -1
- package/lib/components/VField/VField.sass +19 -1
- package/lib/components/VField/index.d.mts +9 -0
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +9 -0
- package/lib/components/VFooter/index.d.mts +9 -0
- package/lib/components/VImg/index.d.mts +9 -0
- package/lib/components/VList/VListItem.css +2 -1
- package/lib/components/VList/VListItem.sass +1 -0
- package/lib/components/VList/_variables.scss +2 -1
- package/lib/components/VList/index.d.mts +18 -0
- package/lib/components/VMenu/VMenu.mjs +5 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/shared.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +9 -0
- package/lib/components/VPagination/index.d.mts +9 -0
- package/lib/components/VProgressLinear/index.d.mts +9 -0
- package/lib/components/VRangeSlider/index.d.mts +9 -0
- package/lib/components/VSelect/VSelect.mjs +4 -3
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +33 -6
- package/lib/components/VSheet/index.d.mts +9 -0
- package/lib/components/VSlider/index.d.mts +9 -0
- package/lib/components/VSnackbar/index.d.mts +9 -0
- package/lib/components/VStepper/index.d.mts +9 -0
- package/lib/components/VSystemBar/index.d.mts +9 -0
- package/lib/components/VTabs/index.d.mts +33 -6
- package/lib/components/VTextField/index.d.mts +33 -6
- package/lib/components/VTextarea/index.d.mts +9 -0
- package/lib/components/VTimeline/index.d.mts +9 -0
- package/lib/components/VToolbar/index.d.mts +9 -0
- package/lib/components/VTooltip/VTooltip.css +1 -0
- package/lib/components/VTooltip/VTooltip.sass +1 -0
- package/lib/components/VTooltip/_variables.scss +1 -0
- package/lib/components/index.d.mts +857 -151
- package/lib/composables/form.mjs +2 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/goto.mjs +16 -18
- package/lib/composables/goto.mjs.map +1 -1
- package/lib/composables/group.mjs +2 -0
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/icons.mjs +17 -13
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/rounded.mjs +5 -1
- package/lib/composables/rounded.mjs.map +1 -1
- package/lib/composables/virtual.mjs +11 -3
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa-svg.mjs +2 -1
- package/lib/iconsets/fa-svg.mjs.map +1 -1
- package/lib/index.d.mts +29 -28
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VPicker/VPicker.css +2 -2
- package/lib/labs/VPicker/VPicker.sass +2 -2
- package/lib/labs/VPicker/_variables.scss +2 -4
- package/lib/labs/VPicker/index.d.mts +9 -0
- package/lib/labs/VSparkline/VBarline.mjs +138 -0
- package/lib/labs/VSparkline/VBarline.mjs.map +1 -0
- package/lib/labs/VSparkline/VSparkline.mjs +49 -0
- package/lib/labs/VSparkline/VSparkline.mjs.map +1 -0
- package/lib/labs/VSparkline/VTrendline.mjs +143 -0
- package/lib/labs/VSparkline/VTrendline.mjs.map +1 -0
- package/lib/labs/VSparkline/index.d.mts +374 -0
- package/lib/labs/VSparkline/index.mjs +2 -0
- package/lib/labs/VSparkline/index.mjs.map +1 -0
- package/lib/labs/VSparkline/util/line.mjs +52 -0
- package/lib/labs/VSparkline/util/line.mjs.map +1 -0
- package/lib/labs/VSparkline/util/path.mjs +60 -0
- package/lib/labs/VSparkline/util/path.mjs.map +1 -0
- package/lib/labs/components.d.mts +376 -1
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -1
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/util/helpers.mjs +10 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
- package/lib/components/VDatePicker/VDatePickerTitle.mjs +0 -81
- package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +0 -1
- package/lib/components/VDatePicker/VDatePickerTitle.sass +0 -33
|
@@ -264,6 +264,7 @@ declare const VAutocomplete: {
|
|
|
264
264
|
readonly: boolean | null;
|
|
265
265
|
noDataText: string;
|
|
266
266
|
messages: string | readonly string[];
|
|
267
|
+
tile: boolean;
|
|
267
268
|
density: Density;
|
|
268
269
|
valueComparator: typeof deepEqual;
|
|
269
270
|
clearIcon: IconValue;
|
|
@@ -332,6 +333,7 @@ declare const VAutocomplete: {
|
|
|
332
333
|
tag: string;
|
|
333
334
|
mandatory: boolean;
|
|
334
335
|
rounded: string | number | boolean;
|
|
336
|
+
tile: boolean;
|
|
335
337
|
density: Density;
|
|
336
338
|
slim: boolean;
|
|
337
339
|
valueComparator: typeof deepEqual;
|
|
@@ -347,6 +349,7 @@ declare const VAutocomplete: {
|
|
|
347
349
|
disabled: boolean;
|
|
348
350
|
tag: string;
|
|
349
351
|
mandatory: boolean;
|
|
352
|
+
tile: boolean;
|
|
350
353
|
density: Density;
|
|
351
354
|
slim: boolean;
|
|
352
355
|
valueComparator: typeof deepEqual;
|
|
@@ -390,6 +393,7 @@ declare const VAutocomplete: {
|
|
|
390
393
|
disabled: boolean;
|
|
391
394
|
tag: string;
|
|
392
395
|
mandatory: boolean;
|
|
396
|
+
tile: boolean;
|
|
393
397
|
density: Density;
|
|
394
398
|
slim: boolean;
|
|
395
399
|
valueComparator: typeof deepEqual;
|
|
@@ -428,7 +432,7 @@ declare const VAutocomplete: {
|
|
|
428
432
|
value: boolean;
|
|
429
433
|
path: unknown[];
|
|
430
434
|
}) => any) | undefined;
|
|
431
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
435
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
432
436
|
items?: readonly any[] | undefined;
|
|
433
437
|
itemTitle?: SelectItemKey<any>;
|
|
434
438
|
itemValue?: SelectItemKey<any>;
|
|
@@ -809,6 +813,7 @@ declare const VAutocomplete: {
|
|
|
809
813
|
readonly: boolean | null;
|
|
810
814
|
noDataText: string;
|
|
811
815
|
messages: string | readonly string[];
|
|
816
|
+
tile: boolean;
|
|
812
817
|
density: Density;
|
|
813
818
|
valueComparator: typeof deepEqual;
|
|
814
819
|
clearIcon: IconValue;
|
|
@@ -877,6 +882,7 @@ declare const VAutocomplete: {
|
|
|
877
882
|
tag: string;
|
|
878
883
|
mandatory: boolean;
|
|
879
884
|
rounded: string | number | boolean;
|
|
885
|
+
tile: boolean;
|
|
880
886
|
density: Density;
|
|
881
887
|
slim: boolean;
|
|
882
888
|
valueComparator: typeof deepEqual;
|
|
@@ -892,6 +898,7 @@ declare const VAutocomplete: {
|
|
|
892
898
|
disabled: boolean;
|
|
893
899
|
tag: string;
|
|
894
900
|
mandatory: boolean;
|
|
901
|
+
tile: boolean;
|
|
895
902
|
density: Density;
|
|
896
903
|
slim: boolean;
|
|
897
904
|
valueComparator: typeof deepEqual;
|
|
@@ -935,6 +942,7 @@ declare const VAutocomplete: {
|
|
|
935
942
|
disabled: boolean;
|
|
936
943
|
tag: string;
|
|
937
944
|
mandatory: boolean;
|
|
945
|
+
tile: boolean;
|
|
938
946
|
density: Density;
|
|
939
947
|
slim: boolean;
|
|
940
948
|
valueComparator: typeof deepEqual;
|
|
@@ -973,7 +981,7 @@ declare const VAutocomplete: {
|
|
|
973
981
|
value: boolean;
|
|
974
982
|
path: unknown[];
|
|
975
983
|
}) => any) | undefined;
|
|
976
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
984
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
977
985
|
items?: readonly any[] | undefined;
|
|
978
986
|
itemTitle?: SelectItemKey<any>;
|
|
979
987
|
itemValue?: SelectItemKey<any>;
|
|
@@ -1350,6 +1358,7 @@ declare const VAutocomplete: {
|
|
|
1350
1358
|
noDataText: string;
|
|
1351
1359
|
messages: string | readonly string[];
|
|
1352
1360
|
rounded: string | number | boolean;
|
|
1361
|
+
tile: boolean;
|
|
1353
1362
|
density: Density;
|
|
1354
1363
|
valueComparator: typeof deepEqual;
|
|
1355
1364
|
clearIcon: IconValue;
|
|
@@ -1465,6 +1474,7 @@ declare const VAutocomplete: {
|
|
|
1465
1474
|
readonly: boolean | null;
|
|
1466
1475
|
noDataText: string;
|
|
1467
1476
|
messages: string | readonly string[];
|
|
1477
|
+
tile: boolean;
|
|
1468
1478
|
density: Density;
|
|
1469
1479
|
valueComparator: typeof deepEqual;
|
|
1470
1480
|
clearIcon: IconValue;
|
|
@@ -1533,6 +1543,7 @@ declare const VAutocomplete: {
|
|
|
1533
1543
|
tag: string;
|
|
1534
1544
|
mandatory: boolean;
|
|
1535
1545
|
rounded: string | number | boolean;
|
|
1546
|
+
tile: boolean;
|
|
1536
1547
|
density: Density;
|
|
1537
1548
|
slim: boolean;
|
|
1538
1549
|
valueComparator: typeof deepEqual;
|
|
@@ -1548,6 +1559,7 @@ declare const VAutocomplete: {
|
|
|
1548
1559
|
disabled: boolean;
|
|
1549
1560
|
tag: string;
|
|
1550
1561
|
mandatory: boolean;
|
|
1562
|
+
tile: boolean;
|
|
1551
1563
|
density: Density;
|
|
1552
1564
|
slim: boolean;
|
|
1553
1565
|
valueComparator: typeof deepEqual;
|
|
@@ -1591,6 +1603,7 @@ declare const VAutocomplete: {
|
|
|
1591
1603
|
disabled: boolean;
|
|
1592
1604
|
tag: string;
|
|
1593
1605
|
mandatory: boolean;
|
|
1606
|
+
tile: boolean;
|
|
1594
1607
|
density: Density;
|
|
1595
1608
|
slim: boolean;
|
|
1596
1609
|
valueComparator: typeof deepEqual;
|
|
@@ -1629,7 +1642,7 @@ declare const VAutocomplete: {
|
|
|
1629
1642
|
value: boolean;
|
|
1630
1643
|
path: unknown[];
|
|
1631
1644
|
}) => any) | undefined;
|
|
1632
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
1645
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
1633
1646
|
items?: readonly any[] | undefined;
|
|
1634
1647
|
itemTitle?: SelectItemKey<any>;
|
|
1635
1648
|
itemValue?: SelectItemKey<any>;
|
|
@@ -2006,6 +2019,7 @@ declare const VAutocomplete: {
|
|
|
2006
2019
|
noDataText: string;
|
|
2007
2020
|
messages: string | readonly string[];
|
|
2008
2021
|
rounded: string | number | boolean;
|
|
2022
|
+
tile: boolean;
|
|
2009
2023
|
density: Density;
|
|
2010
2024
|
valueComparator: typeof deepEqual;
|
|
2011
2025
|
clearIcon: IconValue;
|
|
@@ -2058,6 +2072,7 @@ declare const VAutocomplete: {
|
|
|
2058
2072
|
readonly: boolean | null;
|
|
2059
2073
|
noDataText: string;
|
|
2060
2074
|
messages: string | readonly string[];
|
|
2075
|
+
tile: boolean;
|
|
2061
2076
|
density: Density;
|
|
2062
2077
|
valueComparator: typeof deepEqual;
|
|
2063
2078
|
clearIcon: IconValue;
|
|
@@ -2126,6 +2141,7 @@ declare const VAutocomplete: {
|
|
|
2126
2141
|
tag: string;
|
|
2127
2142
|
mandatory: boolean;
|
|
2128
2143
|
rounded: string | number | boolean;
|
|
2144
|
+
tile: boolean;
|
|
2129
2145
|
density: Density;
|
|
2130
2146
|
slim: boolean;
|
|
2131
2147
|
valueComparator: typeof deepEqual;
|
|
@@ -2141,6 +2157,7 @@ declare const VAutocomplete: {
|
|
|
2141
2157
|
disabled: boolean;
|
|
2142
2158
|
tag: string;
|
|
2143
2159
|
mandatory: boolean;
|
|
2160
|
+
tile: boolean;
|
|
2144
2161
|
density: Density;
|
|
2145
2162
|
slim: boolean;
|
|
2146
2163
|
valueComparator: typeof deepEqual;
|
|
@@ -2184,6 +2201,7 @@ declare const VAutocomplete: {
|
|
|
2184
2201
|
disabled: boolean;
|
|
2185
2202
|
tag: string;
|
|
2186
2203
|
mandatory: boolean;
|
|
2204
|
+
tile: boolean;
|
|
2187
2205
|
density: Density;
|
|
2188
2206
|
slim: boolean;
|
|
2189
2207
|
valueComparator: typeof deepEqual;
|
|
@@ -2222,7 +2240,7 @@ declare const VAutocomplete: {
|
|
|
2222
2240
|
value: boolean;
|
|
2223
2241
|
path: unknown[];
|
|
2224
2242
|
}) => any) | undefined;
|
|
2225
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
2243
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
2226
2244
|
items?: readonly any[] | undefined;
|
|
2227
2245
|
itemTitle?: SelectItemKey<any>;
|
|
2228
2246
|
itemValue?: SelectItemKey<any>;
|
|
@@ -2604,6 +2622,7 @@ declare const VAutocomplete: {
|
|
|
2604
2622
|
noDataText: string;
|
|
2605
2623
|
messages: string | readonly string[];
|
|
2606
2624
|
rounded: string | number | boolean;
|
|
2625
|
+
tile: boolean;
|
|
2607
2626
|
density: Density;
|
|
2608
2627
|
valueComparator: typeof deepEqual;
|
|
2609
2628
|
clearIcon: IconValue;
|
|
@@ -2814,6 +2833,7 @@ declare const VAutocomplete: {
|
|
|
2814
2833
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2815
2834
|
default: undefined;
|
|
2816
2835
|
};
|
|
2836
|
+
tile: BooleanConstructor;
|
|
2817
2837
|
density: {
|
|
2818
2838
|
type: PropType<Density>;
|
|
2819
2839
|
default: string;
|
|
@@ -2918,6 +2938,7 @@ declare const VAutocomplete: {
|
|
|
2918
2938
|
tag: string;
|
|
2919
2939
|
mandatory: boolean;
|
|
2920
2940
|
rounded: string | number | boolean;
|
|
2941
|
+
tile: boolean;
|
|
2921
2942
|
density: Density;
|
|
2922
2943
|
slim: boolean;
|
|
2923
2944
|
valueComparator: typeof deepEqual;
|
|
@@ -2933,6 +2954,7 @@ declare const VAutocomplete: {
|
|
|
2933
2954
|
disabled: boolean;
|
|
2934
2955
|
tag: string;
|
|
2935
2956
|
mandatory: boolean;
|
|
2957
|
+
tile: boolean;
|
|
2936
2958
|
density: Density;
|
|
2937
2959
|
slim: boolean;
|
|
2938
2960
|
valueComparator: typeof deepEqual;
|
|
@@ -2976,6 +2998,7 @@ declare const VAutocomplete: {
|
|
|
2976
2998
|
disabled: boolean;
|
|
2977
2999
|
tag: string;
|
|
2978
3000
|
mandatory: boolean;
|
|
3001
|
+
tile: boolean;
|
|
2979
3002
|
density: Density;
|
|
2980
3003
|
slim: boolean;
|
|
2981
3004
|
valueComparator: typeof deepEqual;
|
|
@@ -3014,7 +3037,7 @@ declare const VAutocomplete: {
|
|
|
3014
3037
|
value: boolean;
|
|
3015
3038
|
path: unknown[];
|
|
3016
3039
|
}) => any) | undefined;
|
|
3017
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
3040
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
3018
3041
|
items?: readonly any[] | undefined;
|
|
3019
3042
|
itemTitle?: SelectItemKey<any>;
|
|
3020
3043
|
itemValue?: SelectItemKey<any>;
|
|
@@ -3463,6 +3486,7 @@ declare const VAutocomplete: {
|
|
|
3463
3486
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
3464
3487
|
default: undefined;
|
|
3465
3488
|
};
|
|
3489
|
+
tile: BooleanConstructor;
|
|
3466
3490
|
density: {
|
|
3467
3491
|
type: PropType<Density>;
|
|
3468
3492
|
default: string;
|
|
@@ -3567,6 +3591,7 @@ declare const VAutocomplete: {
|
|
|
3567
3591
|
tag: string;
|
|
3568
3592
|
mandatory: boolean;
|
|
3569
3593
|
rounded: string | number | boolean;
|
|
3594
|
+
tile: boolean;
|
|
3570
3595
|
density: Density;
|
|
3571
3596
|
slim: boolean;
|
|
3572
3597
|
valueComparator: typeof deepEqual;
|
|
@@ -3582,6 +3607,7 @@ declare const VAutocomplete: {
|
|
|
3582
3607
|
disabled: boolean;
|
|
3583
3608
|
tag: string;
|
|
3584
3609
|
mandatory: boolean;
|
|
3610
|
+
tile: boolean;
|
|
3585
3611
|
density: Density;
|
|
3586
3612
|
slim: boolean;
|
|
3587
3613
|
valueComparator: typeof deepEqual;
|
|
@@ -3625,6 +3651,7 @@ declare const VAutocomplete: {
|
|
|
3625
3651
|
disabled: boolean;
|
|
3626
3652
|
tag: string;
|
|
3627
3653
|
mandatory: boolean;
|
|
3654
|
+
tile: boolean;
|
|
3628
3655
|
density: Density;
|
|
3629
3656
|
slim: boolean;
|
|
3630
3657
|
valueComparator: typeof deepEqual;
|
|
@@ -3663,7 +3690,7 @@ declare const VAutocomplete: {
|
|
|
3663
3690
|
value: boolean;
|
|
3664
3691
|
path: unknown[];
|
|
3665
3692
|
}) => any) | undefined;
|
|
3666
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
3693
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
3667
3694
|
items?: readonly any[] | undefined;
|
|
3668
3695
|
itemTitle?: SelectItemKey<any>;
|
|
3669
3696
|
itemValue?: SelectItemKey<any>;
|
|
@@ -18,6 +18,7 @@ declare const VAvatar: {
|
|
|
18
18
|
style: vue.StyleValue;
|
|
19
19
|
size: string | number;
|
|
20
20
|
tag: string;
|
|
21
|
+
tile: boolean;
|
|
21
22
|
density: Density;
|
|
22
23
|
} & {
|
|
23
24
|
color?: string | undefined;
|
|
@@ -43,6 +44,7 @@ declare const VAvatar: {
|
|
|
43
44
|
style: vue.StyleValue;
|
|
44
45
|
size: string | number;
|
|
45
46
|
tag: string;
|
|
47
|
+
tile: boolean;
|
|
46
48
|
density: Density;
|
|
47
49
|
} & {
|
|
48
50
|
color?: string | undefined;
|
|
@@ -69,6 +71,7 @@ declare const VAvatar: {
|
|
|
69
71
|
size: string | number;
|
|
70
72
|
tag: string;
|
|
71
73
|
rounded: string | number | boolean;
|
|
74
|
+
tile: boolean;
|
|
72
75
|
density: Density;
|
|
73
76
|
}, true, {}, vue.SlotsType<Partial<{
|
|
74
77
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -88,6 +91,7 @@ declare const VAvatar: {
|
|
|
88
91
|
style: vue.StyleValue;
|
|
89
92
|
size: string | number;
|
|
90
93
|
tag: string;
|
|
94
|
+
tile: boolean;
|
|
91
95
|
density: Density;
|
|
92
96
|
} & {
|
|
93
97
|
color?: string | undefined;
|
|
@@ -114,6 +118,7 @@ declare const VAvatar: {
|
|
|
114
118
|
size: string | number;
|
|
115
119
|
tag: string;
|
|
116
120
|
rounded: string | number | boolean;
|
|
121
|
+
tile: boolean;
|
|
117
122
|
density: Density;
|
|
118
123
|
}>;
|
|
119
124
|
__isFragment?: undefined;
|
|
@@ -126,6 +131,7 @@ declare const VAvatar: {
|
|
|
126
131
|
style: vue.StyleValue;
|
|
127
132
|
size: string | number;
|
|
128
133
|
tag: string;
|
|
134
|
+
tile: boolean;
|
|
129
135
|
density: Density;
|
|
130
136
|
} & {
|
|
131
137
|
color?: string | undefined;
|
|
@@ -152,6 +158,7 @@ declare const VAvatar: {
|
|
|
152
158
|
size: string | number;
|
|
153
159
|
tag: string;
|
|
154
160
|
rounded: string | number | boolean;
|
|
161
|
+
tile: boolean;
|
|
155
162
|
density: Density;
|
|
156
163
|
}, {}, string, vue.SlotsType<Partial<{
|
|
157
164
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -180,6 +187,7 @@ declare const VAvatar: {
|
|
|
180
187
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
181
188
|
default: undefined;
|
|
182
189
|
};
|
|
190
|
+
tile: BooleanConstructor;
|
|
183
191
|
density: {
|
|
184
192
|
type: vue.PropType<Density>;
|
|
185
193
|
default: string;
|
|
@@ -218,6 +226,7 @@ declare const VAvatar: {
|
|
|
218
226
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
219
227
|
default: undefined;
|
|
220
228
|
};
|
|
229
|
+
tile: BooleanConstructor;
|
|
221
230
|
density: {
|
|
222
231
|
type: vue.PropType<Density>;
|
|
223
232
|
default: string;
|
|
@@ -25,6 +25,7 @@ declare const VBadge: {
|
|
|
25
25
|
style: vue.StyleValue;
|
|
26
26
|
tag: string;
|
|
27
27
|
dot: boolean;
|
|
28
|
+
tile: boolean;
|
|
28
29
|
floating: boolean;
|
|
29
30
|
modelValue: boolean;
|
|
30
31
|
bordered: boolean;
|
|
@@ -61,6 +62,7 @@ declare const VBadge: {
|
|
|
61
62
|
style: vue.StyleValue;
|
|
62
63
|
tag: string;
|
|
63
64
|
dot: boolean;
|
|
65
|
+
tile: boolean;
|
|
64
66
|
floating: boolean;
|
|
65
67
|
modelValue: boolean;
|
|
66
68
|
bordered: boolean;
|
|
@@ -98,6 +100,7 @@ declare const VBadge: {
|
|
|
98
100
|
tag: string;
|
|
99
101
|
dot: boolean;
|
|
100
102
|
rounded: string | number | boolean;
|
|
103
|
+
tile: boolean;
|
|
101
104
|
floating: boolean;
|
|
102
105
|
modelValue: boolean;
|
|
103
106
|
bordered: boolean;
|
|
@@ -125,6 +128,7 @@ declare const VBadge: {
|
|
|
125
128
|
style: vue.StyleValue;
|
|
126
129
|
tag: string;
|
|
127
130
|
dot: boolean;
|
|
131
|
+
tile: boolean;
|
|
128
132
|
floating: boolean;
|
|
129
133
|
modelValue: boolean;
|
|
130
134
|
bordered: boolean;
|
|
@@ -162,6 +166,7 @@ declare const VBadge: {
|
|
|
162
166
|
tag: string;
|
|
163
167
|
dot: boolean;
|
|
164
168
|
rounded: string | number | boolean;
|
|
169
|
+
tile: boolean;
|
|
165
170
|
floating: boolean;
|
|
166
171
|
modelValue: boolean;
|
|
167
172
|
bordered: boolean;
|
|
@@ -179,6 +184,7 @@ declare const VBadge: {
|
|
|
179
184
|
style: vue.StyleValue;
|
|
180
185
|
tag: string;
|
|
181
186
|
dot: boolean;
|
|
187
|
+
tile: boolean;
|
|
182
188
|
floating: boolean;
|
|
183
189
|
modelValue: boolean;
|
|
184
190
|
bordered: boolean;
|
|
@@ -216,6 +222,7 @@ declare const VBadge: {
|
|
|
216
222
|
tag: string;
|
|
217
223
|
dot: boolean;
|
|
218
224
|
rounded: string | number | boolean;
|
|
225
|
+
tile: boolean;
|
|
219
226
|
floating: boolean;
|
|
220
227
|
modelValue: boolean;
|
|
221
228
|
bordered: boolean;
|
|
@@ -250,6 +257,7 @@ declare const VBadge: {
|
|
|
250
257
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
251
258
|
default: undefined;
|
|
252
259
|
};
|
|
260
|
+
tile: BooleanConstructor;
|
|
253
261
|
location: {
|
|
254
262
|
type: vue.PropType<NonNullable<Anchor>>;
|
|
255
263
|
default: NonNullable<Anchor>;
|
|
@@ -302,6 +310,7 @@ declare const VBadge: {
|
|
|
302
310
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
303
311
|
default: undefined;
|
|
304
312
|
};
|
|
313
|
+
tile: BooleanConstructor;
|
|
305
314
|
location: {
|
|
306
315
|
type: vue.PropType<NonNullable<Anchor>>;
|
|
307
316
|
default: NonNullable<Anchor>;
|
|
@@ -25,6 +25,7 @@ declare const VBanner: {
|
|
|
25
25
|
style: vue.StyleValue;
|
|
26
26
|
tag: string;
|
|
27
27
|
sticky: boolean;
|
|
28
|
+
tile: boolean;
|
|
28
29
|
density: Density;
|
|
29
30
|
stacked: boolean;
|
|
30
31
|
} & {
|
|
@@ -70,6 +71,7 @@ declare const VBanner: {
|
|
|
70
71
|
style: vue.StyleValue;
|
|
71
72
|
tag: string;
|
|
72
73
|
sticky: boolean;
|
|
74
|
+
tile: boolean;
|
|
73
75
|
density: Density;
|
|
74
76
|
stacked: boolean;
|
|
75
77
|
} & {
|
|
@@ -116,6 +118,7 @@ declare const VBanner: {
|
|
|
116
118
|
tag: string;
|
|
117
119
|
sticky: boolean;
|
|
118
120
|
rounded: string | number | boolean;
|
|
121
|
+
tile: boolean;
|
|
119
122
|
density: Density;
|
|
120
123
|
stacked: boolean;
|
|
121
124
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -142,6 +145,7 @@ declare const VBanner: {
|
|
|
142
145
|
style: vue.StyleValue;
|
|
143
146
|
tag: string;
|
|
144
147
|
sticky: boolean;
|
|
148
|
+
tile: boolean;
|
|
145
149
|
density: Density;
|
|
146
150
|
stacked: boolean;
|
|
147
151
|
} & {
|
|
@@ -188,6 +192,7 @@ declare const VBanner: {
|
|
|
188
192
|
tag: string;
|
|
189
193
|
sticky: boolean;
|
|
190
194
|
rounded: string | number | boolean;
|
|
195
|
+
tile: boolean;
|
|
191
196
|
density: Density;
|
|
192
197
|
stacked: boolean;
|
|
193
198
|
}>;
|
|
@@ -198,6 +203,7 @@ declare const VBanner: {
|
|
|
198
203
|
style: vue.StyleValue;
|
|
199
204
|
tag: string;
|
|
200
205
|
sticky: boolean;
|
|
206
|
+
tile: boolean;
|
|
201
207
|
density: Density;
|
|
202
208
|
stacked: boolean;
|
|
203
209
|
} & {
|
|
@@ -244,6 +250,7 @@ declare const VBanner: {
|
|
|
244
250
|
tag: string;
|
|
245
251
|
sticky: boolean;
|
|
246
252
|
rounded: string | number | boolean;
|
|
253
|
+
tile: boolean;
|
|
247
254
|
density: Density;
|
|
248
255
|
stacked: boolean;
|
|
249
256
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -269,6 +276,7 @@ declare const VBanner: {
|
|
|
269
276
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
270
277
|
default: undefined;
|
|
271
278
|
};
|
|
279
|
+
tile: BooleanConstructor;
|
|
272
280
|
position: {
|
|
273
281
|
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
|
274
282
|
validator: (v: any) => boolean;
|
|
@@ -314,6 +322,7 @@ declare const VBanner: {
|
|
|
314
322
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
315
323
|
default: undefined;
|
|
316
324
|
};
|
|
325
|
+
tile: BooleanConstructor;
|
|
317
326
|
position: {
|
|
318
327
|
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
|
319
328
|
validator: (v: any) => boolean;
|
|
@@ -43,6 +43,7 @@ declare const VBottomNavigation: {
|
|
|
43
43
|
disabled: boolean;
|
|
44
44
|
multiple: boolean;
|
|
45
45
|
tag: string;
|
|
46
|
+
tile: boolean;
|
|
46
47
|
density: Density;
|
|
47
48
|
selectedClass: string;
|
|
48
49
|
grow: boolean;
|
|
@@ -69,6 +70,7 @@ declare const VBottomNavigation: {
|
|
|
69
70
|
disabled: boolean;
|
|
70
71
|
multiple: boolean;
|
|
71
72
|
tag: string;
|
|
73
|
+
tile: boolean;
|
|
72
74
|
density: Density;
|
|
73
75
|
selectedClass: string;
|
|
74
76
|
grow: boolean;
|
|
@@ -94,6 +96,7 @@ declare const VBottomNavigation: {
|
|
|
94
96
|
multiple: boolean;
|
|
95
97
|
tag: string;
|
|
96
98
|
rounded: string | number | boolean;
|
|
99
|
+
tile: boolean;
|
|
97
100
|
density: Density;
|
|
98
101
|
selectedClass: string;
|
|
99
102
|
grow: boolean;
|
|
@@ -118,6 +121,7 @@ declare const VBottomNavigation: {
|
|
|
118
121
|
disabled: boolean;
|
|
119
122
|
multiple: boolean;
|
|
120
123
|
tag: string;
|
|
124
|
+
tile: boolean;
|
|
121
125
|
density: Density;
|
|
122
126
|
selectedClass: string;
|
|
123
127
|
grow: boolean;
|
|
@@ -143,6 +147,7 @@ declare const VBottomNavigation: {
|
|
|
143
147
|
multiple: boolean;
|
|
144
148
|
tag: string;
|
|
145
149
|
rounded: string | number | boolean;
|
|
150
|
+
tile: boolean;
|
|
146
151
|
density: Density;
|
|
147
152
|
selectedClass: string;
|
|
148
153
|
grow: boolean;
|
|
@@ -160,6 +165,7 @@ declare const VBottomNavigation: {
|
|
|
160
165
|
disabled: boolean;
|
|
161
166
|
multiple: boolean;
|
|
162
167
|
tag: string;
|
|
168
|
+
tile: boolean;
|
|
163
169
|
density: Density;
|
|
164
170
|
selectedClass: string;
|
|
165
171
|
grow: boolean;
|
|
@@ -187,6 +193,7 @@ declare const VBottomNavigation: {
|
|
|
187
193
|
multiple: boolean;
|
|
188
194
|
tag: string;
|
|
189
195
|
rounded: string | number | boolean;
|
|
196
|
+
tile: boolean;
|
|
190
197
|
density: Density;
|
|
191
198
|
selectedClass: string;
|
|
192
199
|
grow: boolean;
|
|
@@ -243,6 +250,7 @@ declare const VBottomNavigation: {
|
|
|
243
250
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
244
251
|
default: undefined;
|
|
245
252
|
};
|
|
253
|
+
tile: BooleanConstructor;
|
|
246
254
|
elevation: {
|
|
247
255
|
type: (StringConstructor | NumberConstructor)[];
|
|
248
256
|
validator(v: any): boolean;
|
|
@@ -312,6 +320,7 @@ declare const VBottomNavigation: {
|
|
|
312
320
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
313
321
|
default: undefined;
|
|
314
322
|
};
|
|
323
|
+
tile: BooleanConstructor;
|
|
315
324
|
elevation: {
|
|
316
325
|
type: (StringConstructor | NumberConstructor)[];
|
|
317
326
|
validator(v: any): boolean;
|
|
@@ -56,6 +56,7 @@ declare const VBreadcrumbs: {
|
|
|
56
56
|
disabled: boolean;
|
|
57
57
|
tag: string;
|
|
58
58
|
divider: string;
|
|
59
|
+
tile: boolean;
|
|
59
60
|
density: Density;
|
|
60
61
|
} & {
|
|
61
62
|
color?: string | undefined;
|
|
@@ -70,6 +71,7 @@ declare const VBreadcrumbs: {
|
|
|
70
71
|
disabled: boolean;
|
|
71
72
|
tag: string;
|
|
72
73
|
divider: string;
|
|
74
|
+
tile: boolean;
|
|
73
75
|
density: Density;
|
|
74
76
|
} & {
|
|
75
77
|
color?: string | undefined;
|
|
@@ -85,6 +87,7 @@ declare const VBreadcrumbs: {
|
|
|
85
87
|
tag: string;
|
|
86
88
|
divider: string;
|
|
87
89
|
rounded: string | number | boolean;
|
|
90
|
+
tile: boolean;
|
|
88
91
|
density: Density;
|
|
89
92
|
}, true, {}, vue.SlotsType<Partial<{
|
|
90
93
|
prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -123,6 +126,7 @@ declare const VBreadcrumbs: {
|
|
|
123
126
|
disabled: boolean;
|
|
124
127
|
tag: string;
|
|
125
128
|
divider: string;
|
|
129
|
+
tile: boolean;
|
|
126
130
|
density: Density;
|
|
127
131
|
} & {
|
|
128
132
|
color?: string | undefined;
|
|
@@ -138,6 +142,7 @@ declare const VBreadcrumbs: {
|
|
|
138
142
|
tag: string;
|
|
139
143
|
divider: string;
|
|
140
144
|
rounded: string | number | boolean;
|
|
145
|
+
tile: boolean;
|
|
141
146
|
density: Density;
|
|
142
147
|
}>;
|
|
143
148
|
__isFragment?: undefined;
|
|
@@ -148,6 +153,7 @@ declare const VBreadcrumbs: {
|
|
|
148
153
|
disabled: boolean;
|
|
149
154
|
tag: string;
|
|
150
155
|
divider: string;
|
|
156
|
+
tile: boolean;
|
|
151
157
|
density: Density;
|
|
152
158
|
} & {
|
|
153
159
|
color?: string | undefined;
|
|
@@ -163,6 +169,7 @@ declare const VBreadcrumbs: {
|
|
|
163
169
|
tag: string;
|
|
164
170
|
divider: string;
|
|
165
171
|
rounded: string | number | boolean;
|
|
172
|
+
tile: boolean;
|
|
166
173
|
density: Density;
|
|
167
174
|
}, {}, string, vue.SlotsType<Partial<{
|
|
168
175
|
prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -235,6 +242,7 @@ declare const VBreadcrumbs: {
|
|
|
235
242
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
236
243
|
default: undefined;
|
|
237
244
|
};
|
|
245
|
+
tile: BooleanConstructor;
|
|
238
246
|
density: {
|
|
239
247
|
type: PropType<Density>;
|
|
240
248
|
default: string;
|
|
@@ -271,6 +279,7 @@ declare const VBreadcrumbs: {
|
|
|
271
279
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
272
280
|
default: undefined;
|
|
273
281
|
};
|
|
282
|
+
tile: BooleanConstructor;
|
|
274
283
|
density: {
|
|
275
284
|
type: PropType<Density>;
|
|
276
285
|
default: string;
|
|
@@ -63,6 +63,7 @@ declare const VBtn: {
|
|
|
63
63
|
disabled: boolean;
|
|
64
64
|
size: string | number;
|
|
65
65
|
tag: string;
|
|
66
|
+
tile: boolean;
|
|
66
67
|
density: Density;
|
|
67
68
|
slim: boolean;
|
|
68
69
|
stacked: boolean;
|
|
@@ -133,6 +134,7 @@ declare const VBtn: {
|
|
|
133
134
|
disabled: boolean;
|
|
134
135
|
size: string | number;
|
|
135
136
|
tag: string;
|
|
137
|
+
tile: boolean;
|
|
136
138
|
density: Density;
|
|
137
139
|
slim: boolean;
|
|
138
140
|
stacked: boolean;
|
|
@@ -199,6 +201,7 @@ declare const VBtn: {
|
|
|
199
201
|
size: string | number;
|
|
200
202
|
tag: string;
|
|
201
203
|
rounded: string | number | boolean;
|
|
204
|
+
tile: boolean;
|
|
202
205
|
density: Density;
|
|
203
206
|
slim: boolean;
|
|
204
207
|
stacked: boolean;
|
|
@@ -236,6 +239,7 @@ declare const VBtn: {
|
|
|
236
239
|
disabled: boolean;
|
|
237
240
|
size: string | number;
|
|
238
241
|
tag: string;
|
|
242
|
+
tile: boolean;
|
|
239
243
|
density: Density;
|
|
240
244
|
slim: boolean;
|
|
241
245
|
stacked: boolean;
|
|
@@ -304,6 +308,7 @@ declare const VBtn: {
|
|
|
304
308
|
size: string | number;
|
|
305
309
|
tag: string;
|
|
306
310
|
rounded: string | number | boolean;
|
|
311
|
+
tile: boolean;
|
|
307
312
|
density: Density;
|
|
308
313
|
slim: boolean;
|
|
309
314
|
stacked: boolean;
|
|
@@ -325,6 +330,7 @@ declare const VBtn: {
|
|
|
325
330
|
disabled: boolean;
|
|
326
331
|
size: string | number;
|
|
327
332
|
tag: string;
|
|
333
|
+
tile: boolean;
|
|
328
334
|
density: Density;
|
|
329
335
|
slim: boolean;
|
|
330
336
|
stacked: boolean;
|
|
@@ -397,6 +403,7 @@ declare const VBtn: {
|
|
|
397
403
|
size: string | number;
|
|
398
404
|
tag: string;
|
|
399
405
|
rounded: string | number | boolean;
|
|
406
|
+
tile: boolean;
|
|
400
407
|
density: Density;
|
|
401
408
|
slim: boolean;
|
|
402
409
|
stacked: boolean;
|
|
@@ -446,6 +453,7 @@ declare const VBtn: {
|
|
|
446
453
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
447
454
|
default: undefined;
|
|
448
455
|
};
|
|
456
|
+
tile: BooleanConstructor;
|
|
449
457
|
position: {
|
|
450
458
|
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
|
451
459
|
validator: (v: any) => boolean;
|
|
@@ -528,6 +536,7 @@ declare const VBtn: {
|
|
|
528
536
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
529
537
|
default: undefined;
|
|
530
538
|
};
|
|
539
|
+
tile: BooleanConstructor;
|
|
531
540
|
position: {
|
|
532
541
|
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
|
533
542
|
validator: (v: any) => boolean;
|