@vuetify/nightly 3.2.2-master-20230501.0 → 3.2.3-master-20230503.0
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 +6 -7
- package/dist/json/attributes.json +795 -659
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +84 -84
- package/dist/json/tags.json +35 -1
- package/dist/json/web-types.json +1683 -1353
- package/dist/vuetify-labs.css +133 -127
- package/dist/vuetify-labs.d.ts +404 -71
- package/dist/vuetify-labs.esm.js +126 -109
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +126 -109
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +100 -94
- package/dist/vuetify.d.ts +429 -96
- package/dist/vuetify.esm.js +126 -109
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +126 -109
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +158 -159
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +7 -11
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +10 -16
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +394 -28
- package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
- package/lib/components/VBtn/VBtn.mjs +7 -6
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.ts +9 -9
- package/lib/components/VColorPicker/VColorPicker.mjs +6 -2
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +5 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VField/VField.mjs +6 -2
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +2 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +6 -2
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.mjs +28 -29
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/sticky.mjs +9 -3
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +2 -2
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +3 -2
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +6 -2
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +5 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.css +6 -0
- package/lib/components/VSheet/_variables.scss +1 -1
- package/lib/components/VSlider/VSlider.mjs +7 -3
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.mjs +6 -2
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.mjs +6 -2
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/index.d.ts +9 -9
- package/lib/components/index.d.ts +404 -71
- package/lib/composables/icons.mjs +2 -2
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/scroll.mjs +16 -17
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +1 -1
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +25 -25
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { Ref, DeepReadonly, ComponentPropsOptions, ExtractPropTypes, VNodeChild, PropType, JSXComponent, CSSProperties,
|
|
2
|
+
import { Ref, DeepReadonly, ComponentPropsOptions, ExtractPropTypes, VNodeChild, PropType, JSXComponent, CSSProperties, ComponentInternalInstance, ComputedRef, EffectScope, nextTick, DirectiveBinding, WritableComputedRef, Prop, ComponentPublicInstance, InjectionKey, UnwrapRef } from 'vue';
|
|
3
3
|
// @ts-ignore
|
|
4
4
|
import * as vue_router from 'vue-router';
|
|
5
5
|
// @ts-ignore
|
|
@@ -1303,6 +1303,7 @@ declare const VAppBar: {
|
|
|
1303
1303
|
extended: boolean;
|
|
1304
1304
|
extensionHeight: string | number;
|
|
1305
1305
|
floating: boolean;
|
|
1306
|
+
scrollThreshold: string | number;
|
|
1306
1307
|
modelValue: boolean;
|
|
1307
1308
|
}> & Omit<{
|
|
1308
1309
|
flat: boolean;
|
|
@@ -1317,6 +1318,7 @@ declare const VAppBar: {
|
|
|
1317
1318
|
extended: boolean;
|
|
1318
1319
|
extensionHeight: string | number;
|
|
1319
1320
|
floating: boolean;
|
|
1321
|
+
scrollThreshold: string | number;
|
|
1320
1322
|
modelValue: boolean;
|
|
1321
1323
|
} & {
|
|
1322
1324
|
name?: string | undefined;
|
|
@@ -1330,7 +1332,6 @@ declare const VAppBar: {
|
|
|
1330
1332
|
theme?: string | undefined;
|
|
1331
1333
|
rounded?: string | number | boolean | undefined;
|
|
1332
1334
|
scrollTarget?: string | undefined;
|
|
1333
|
-
scrollThreshold?: string | number | undefined;
|
|
1334
1335
|
} & {
|
|
1335
1336
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1336
1337
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1357,7 +1358,7 @@ declare const VAppBar: {
|
|
|
1357
1358
|
"v-slot:extension"?: false | (() => vue.VNodeChild) | undefined;
|
|
1358
1359
|
} & {
|
|
1359
1360
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1360
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "absolute" | "location" | "height" | "order" | "style" | "tag" | "collapse" | "rounded" | "density" | "extended" | "extensionHeight" | "floating" | "modelValue">;
|
|
1361
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "absolute" | "location" | "height" | "order" | "style" | "tag" | "collapse" | "rounded" | "density" | "extended" | "extensionHeight" | "floating" | "scrollThreshold" | "modelValue">;
|
|
1361
1362
|
$attrs: {
|
|
1362
1363
|
[x: string]: unknown;
|
|
1363
1364
|
};
|
|
@@ -1384,6 +1385,7 @@ declare const VAppBar: {
|
|
|
1384
1385
|
extended: boolean;
|
|
1385
1386
|
extensionHeight: string | number;
|
|
1386
1387
|
floating: boolean;
|
|
1388
|
+
scrollThreshold: string | number;
|
|
1387
1389
|
modelValue: boolean;
|
|
1388
1390
|
} & {
|
|
1389
1391
|
name?: string | undefined;
|
|
@@ -1397,7 +1399,6 @@ declare const VAppBar: {
|
|
|
1397
1399
|
theme?: string | undefined;
|
|
1398
1400
|
rounded?: string | number | boolean | undefined;
|
|
1399
1401
|
scrollTarget?: string | undefined;
|
|
1400
|
-
scrollThreshold?: string | number | undefined;
|
|
1401
1402
|
} & {
|
|
1402
1403
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1403
1404
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1440,6 +1441,7 @@ declare const VAppBar: {
|
|
|
1440
1441
|
extended: boolean;
|
|
1441
1442
|
extensionHeight: string | number;
|
|
1442
1443
|
floating: boolean;
|
|
1444
|
+
scrollThreshold: string | number;
|
|
1443
1445
|
modelValue: boolean;
|
|
1444
1446
|
}, {}, string> & {
|
|
1445
1447
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -1474,6 +1476,7 @@ declare const VAppBar: {
|
|
|
1474
1476
|
extended: boolean;
|
|
1475
1477
|
extensionHeight: string | number;
|
|
1476
1478
|
floating: boolean;
|
|
1479
|
+
scrollThreshold: string | number;
|
|
1477
1480
|
modelValue: boolean;
|
|
1478
1481
|
} & {
|
|
1479
1482
|
name?: string | undefined;
|
|
@@ -1487,7 +1490,6 @@ declare const VAppBar: {
|
|
|
1487
1490
|
theme?: string | undefined;
|
|
1488
1491
|
rounded?: string | number | boolean | undefined;
|
|
1489
1492
|
scrollTarget?: string | undefined;
|
|
1490
|
-
scrollThreshold?: string | number | undefined;
|
|
1491
1493
|
} & {
|
|
1492
1494
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1493
1495
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1531,6 +1533,7 @@ declare const VAppBar: {
|
|
|
1531
1533
|
extended: boolean;
|
|
1532
1534
|
extensionHeight: string | number;
|
|
1533
1535
|
floating: boolean;
|
|
1536
|
+
scrollThreshold: string | number;
|
|
1534
1537
|
modelValue: boolean;
|
|
1535
1538
|
} & {
|
|
1536
1539
|
name?: string | undefined;
|
|
@@ -1544,7 +1547,6 @@ declare const VAppBar: {
|
|
|
1544
1547
|
theme?: string | undefined;
|
|
1545
1548
|
rounded?: string | number | boolean | undefined;
|
|
1546
1549
|
scrollTarget?: string | undefined;
|
|
1547
|
-
scrollThreshold?: string | number | undefined;
|
|
1548
1550
|
} & {
|
|
1549
1551
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1550
1552
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1587,6 +1589,7 @@ declare const VAppBar: {
|
|
|
1587
1589
|
extended: boolean;
|
|
1588
1590
|
extensionHeight: string | number;
|
|
1589
1591
|
floating: boolean;
|
|
1592
|
+
scrollThreshold: string | number;
|
|
1590
1593
|
modelValue: boolean;
|
|
1591
1594
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
1592
1595
|
height: {
|
|
@@ -1598,6 +1601,7 @@ declare const VAppBar: {
|
|
|
1598
1601
|
};
|
|
1599
1602
|
scrollThreshold: {
|
|
1600
1603
|
type: (StringConstructor | NumberConstructor)[];
|
|
1604
|
+
default: number;
|
|
1601
1605
|
};
|
|
1602
1606
|
name: {
|
|
1603
1607
|
type: StringConstructor;
|
|
@@ -1665,6 +1669,7 @@ declare const VAppBar: {
|
|
|
1665
1669
|
};
|
|
1666
1670
|
scrollThreshold: {
|
|
1667
1671
|
type: (StringConstructor | NumberConstructor)[];
|
|
1672
|
+
default: number;
|
|
1668
1673
|
};
|
|
1669
1674
|
name: {
|
|
1670
1675
|
type: StringConstructor;
|
|
@@ -1725,18 +1730,101 @@ declare const VAppBar: {
|
|
|
1725
1730
|
}>>;
|
|
1726
1731
|
type VAppBar = InstanceType<typeof VAppBar>;
|
|
1727
1732
|
|
|
1733
|
+
interface GroupItem {
|
|
1734
|
+
id: number;
|
|
1735
|
+
value: Ref<unknown>;
|
|
1736
|
+
disabled: Ref<boolean | undefined>;
|
|
1737
|
+
}
|
|
1738
|
+
interface GroupProvide {
|
|
1739
|
+
register: (item: GroupItem, cmp: ComponentInternalInstance) => void;
|
|
1740
|
+
unregister: (id: number) => void;
|
|
1741
|
+
select: (id: number, value: boolean) => void;
|
|
1742
|
+
selected: Ref<Readonly<number[]>>;
|
|
1743
|
+
isSelected: (id: number) => boolean;
|
|
1744
|
+
prev: () => void;
|
|
1745
|
+
next: () => void;
|
|
1746
|
+
selectedClass: Ref<string | undefined>;
|
|
1747
|
+
items: ComputedRef<{
|
|
1748
|
+
id: number;
|
|
1749
|
+
value: unknown;
|
|
1750
|
+
disabled: boolean | undefined;
|
|
1751
|
+
}[]>;
|
|
1752
|
+
disabled: Ref<boolean | undefined>;
|
|
1753
|
+
getItemIndex: (value: unknown) => number;
|
|
1754
|
+
}
|
|
1755
|
+
interface GroupItemProvide {
|
|
1756
|
+
id: number;
|
|
1757
|
+
isSelected: Ref<boolean>;
|
|
1758
|
+
toggle: () => void;
|
|
1759
|
+
select: (value: boolean) => void;
|
|
1760
|
+
selectedClass: Ref<(string | undefined)[] | false>;
|
|
1761
|
+
value: Ref<unknown>;
|
|
1762
|
+
disabled: Ref<boolean | undefined>;
|
|
1763
|
+
group: GroupProvide;
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1766
|
+
type Density = null | 'default' | 'comfortable' | 'compact';
|
|
1767
|
+
|
|
1728
1768
|
declare const VAppBarNavIcon: {
|
|
1729
1769
|
new (...args: any[]): {
|
|
1730
1770
|
$: vue.ComponentInternalInstance;
|
|
1731
1771
|
$data: {};
|
|
1732
1772
|
$props: Partial<{
|
|
1773
|
+
symbol: any;
|
|
1774
|
+
replace: boolean;
|
|
1775
|
+
flat: boolean;
|
|
1776
|
+
exact: boolean;
|
|
1777
|
+
block: boolean;
|
|
1778
|
+
active: boolean;
|
|
1733
1779
|
style: vue.StyleValue;
|
|
1734
|
-
|
|
1780
|
+
disabled: boolean;
|
|
1781
|
+
size: string | number;
|
|
1782
|
+
tag: string;
|
|
1783
|
+
icon: NonNullable<boolean | IconValue>;
|
|
1784
|
+
rounded: string | number | boolean;
|
|
1785
|
+
density: Density;
|
|
1786
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1787
|
+
stacked: boolean;
|
|
1788
|
+
ripple: boolean;
|
|
1735
1789
|
}> & Omit<{
|
|
1790
|
+
symbol: any;
|
|
1791
|
+
replace: boolean;
|
|
1792
|
+
flat: boolean;
|
|
1793
|
+
exact: boolean;
|
|
1794
|
+
block: boolean;
|
|
1736
1795
|
style: vue.StyleValue;
|
|
1737
|
-
|
|
1796
|
+
disabled: boolean;
|
|
1797
|
+
size: string | number;
|
|
1798
|
+
tag: string;
|
|
1799
|
+
icon: NonNullable<boolean | IconValue>;
|
|
1800
|
+
density: Density;
|
|
1801
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1802
|
+
stacked: boolean;
|
|
1803
|
+
ripple: boolean;
|
|
1738
1804
|
} & {
|
|
1805
|
+
location?: Anchor | undefined;
|
|
1806
|
+
height?: string | number | undefined;
|
|
1807
|
+
width?: string | number | undefined;
|
|
1808
|
+
active?: boolean | undefined;
|
|
1809
|
+
border?: string | number | boolean | undefined;
|
|
1810
|
+
color?: string | undefined;
|
|
1811
|
+
maxHeight?: string | number | undefined;
|
|
1812
|
+
maxWidth?: string | number | undefined;
|
|
1813
|
+
minHeight?: string | number | undefined;
|
|
1814
|
+
minWidth?: string | number | undefined;
|
|
1815
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
1816
|
+
value?: any;
|
|
1817
|
+
loading?: string | boolean | undefined;
|
|
1818
|
+
text?: string | undefined;
|
|
1739
1819
|
class?: any;
|
|
1820
|
+
href?: string | undefined;
|
|
1821
|
+
elevation?: string | number | undefined;
|
|
1822
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1823
|
+
theme?: string | undefined;
|
|
1824
|
+
rounded?: string | number | boolean | undefined;
|
|
1825
|
+
selectedClass?: string | undefined;
|
|
1826
|
+
prependIcon?: IconValue | undefined;
|
|
1827
|
+
appendIcon?: IconValue | undefined;
|
|
1740
1828
|
} & {
|
|
1741
1829
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1742
1830
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1755,7 +1843,7 @@ declare const VAppBarNavIcon: {
|
|
|
1755
1843
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
1756
1844
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
1757
1845
|
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
1758
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style" | "icon">;
|
|
1846
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "symbol" | "replace" | "flat" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "tag" | "icon" | "rounded" | "density" | "variant" | "stacked" | "ripple">;
|
|
1759
1847
|
$attrs: {
|
|
1760
1848
|
[x: string]: unknown;
|
|
1761
1849
|
};
|
|
@@ -1770,10 +1858,44 @@ declare const VAppBarNavIcon: {
|
|
|
1770
1858
|
$emit: (event: string, ...args: any[]) => void;
|
|
1771
1859
|
$el: any;
|
|
1772
1860
|
$options: vue.ComponentOptionsBase<{
|
|
1861
|
+
symbol: any;
|
|
1862
|
+
replace: boolean;
|
|
1863
|
+
flat: boolean;
|
|
1864
|
+
exact: boolean;
|
|
1865
|
+
block: boolean;
|
|
1773
1866
|
style: vue.StyleValue;
|
|
1774
|
-
|
|
1867
|
+
disabled: boolean;
|
|
1868
|
+
size: string | number;
|
|
1869
|
+
tag: string;
|
|
1870
|
+
icon: NonNullable<boolean | IconValue>;
|
|
1871
|
+
density: Density;
|
|
1872
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1873
|
+
stacked: boolean;
|
|
1874
|
+
ripple: boolean;
|
|
1775
1875
|
} & {
|
|
1876
|
+
location?: Anchor | undefined;
|
|
1877
|
+
height?: string | number | undefined;
|
|
1878
|
+
width?: string | number | undefined;
|
|
1879
|
+
active?: boolean | undefined;
|
|
1880
|
+
border?: string | number | boolean | undefined;
|
|
1881
|
+
color?: string | undefined;
|
|
1882
|
+
maxHeight?: string | number | undefined;
|
|
1883
|
+
maxWidth?: string | number | undefined;
|
|
1884
|
+
minHeight?: string | number | undefined;
|
|
1885
|
+
minWidth?: string | number | undefined;
|
|
1886
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
1887
|
+
value?: any;
|
|
1888
|
+
loading?: string | boolean | undefined;
|
|
1889
|
+
text?: string | undefined;
|
|
1776
1890
|
class?: any;
|
|
1891
|
+
href?: string | undefined;
|
|
1892
|
+
elevation?: string | number | undefined;
|
|
1893
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1894
|
+
theme?: string | undefined;
|
|
1895
|
+
rounded?: string | number | boolean | undefined;
|
|
1896
|
+
selectedClass?: string | undefined;
|
|
1897
|
+
prependIcon?: IconValue | undefined;
|
|
1898
|
+
appendIcon?: IconValue | undefined;
|
|
1777
1899
|
} & {
|
|
1778
1900
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1779
1901
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1793,8 +1915,22 @@ declare const VAppBarNavIcon: {
|
|
|
1793
1915
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
1794
1916
|
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
1795
1917
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
1918
|
+
symbol: any;
|
|
1919
|
+
replace: boolean;
|
|
1920
|
+
flat: boolean;
|
|
1921
|
+
exact: boolean;
|
|
1922
|
+
block: boolean;
|
|
1923
|
+
active: boolean;
|
|
1796
1924
|
style: vue.StyleValue;
|
|
1797
|
-
|
|
1925
|
+
disabled: boolean;
|
|
1926
|
+
size: string | number;
|
|
1927
|
+
tag: string;
|
|
1928
|
+
icon: NonNullable<boolean | IconValue>;
|
|
1929
|
+
rounded: string | number | boolean;
|
|
1930
|
+
density: Density;
|
|
1931
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1932
|
+
stacked: boolean;
|
|
1933
|
+
ripple: boolean;
|
|
1798
1934
|
}, {}, string> & {
|
|
1799
1935
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1800
1936
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -1816,10 +1952,44 @@ declare const VAppBarNavIcon: {
|
|
|
1816
1952
|
$nextTick: typeof vue.nextTick;
|
|
1817
1953
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
1818
1954
|
} & {
|
|
1955
|
+
symbol: any;
|
|
1956
|
+
replace: boolean;
|
|
1957
|
+
flat: boolean;
|
|
1958
|
+
exact: boolean;
|
|
1959
|
+
block: boolean;
|
|
1819
1960
|
style: vue.StyleValue;
|
|
1820
|
-
|
|
1961
|
+
disabled: boolean;
|
|
1962
|
+
size: string | number;
|
|
1963
|
+
tag: string;
|
|
1964
|
+
icon: NonNullable<boolean | IconValue>;
|
|
1965
|
+
density: Density;
|
|
1966
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1967
|
+
stacked: boolean;
|
|
1968
|
+
ripple: boolean;
|
|
1821
1969
|
} & {
|
|
1970
|
+
location?: Anchor | undefined;
|
|
1971
|
+
height?: string | number | undefined;
|
|
1972
|
+
width?: string | number | undefined;
|
|
1973
|
+
active?: boolean | undefined;
|
|
1974
|
+
border?: string | number | boolean | undefined;
|
|
1975
|
+
color?: string | undefined;
|
|
1976
|
+
maxHeight?: string | number | undefined;
|
|
1977
|
+
maxWidth?: string | number | undefined;
|
|
1978
|
+
minHeight?: string | number | undefined;
|
|
1979
|
+
minWidth?: string | number | undefined;
|
|
1980
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
1981
|
+
value?: any;
|
|
1982
|
+
loading?: string | boolean | undefined;
|
|
1983
|
+
text?: string | undefined;
|
|
1822
1984
|
class?: any;
|
|
1985
|
+
href?: string | undefined;
|
|
1986
|
+
elevation?: string | number | undefined;
|
|
1987
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1988
|
+
theme?: string | undefined;
|
|
1989
|
+
rounded?: string | number | boolean | undefined;
|
|
1990
|
+
selectedClass?: string | undefined;
|
|
1991
|
+
prependIcon?: IconValue | undefined;
|
|
1992
|
+
appendIcon?: IconValue | undefined;
|
|
1823
1993
|
} & {
|
|
1824
1994
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1825
1995
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1843,10 +2013,44 @@ declare const VAppBarNavIcon: {
|
|
|
1843
2013
|
__isTeleport?: undefined;
|
|
1844
2014
|
__isSuspense?: undefined;
|
|
1845
2015
|
} & vue.ComponentOptionsBase<{
|
|
2016
|
+
symbol: any;
|
|
2017
|
+
replace: boolean;
|
|
2018
|
+
flat: boolean;
|
|
2019
|
+
exact: boolean;
|
|
2020
|
+
block: boolean;
|
|
1846
2021
|
style: vue.StyleValue;
|
|
1847
|
-
|
|
2022
|
+
disabled: boolean;
|
|
2023
|
+
size: string | number;
|
|
2024
|
+
tag: string;
|
|
2025
|
+
icon: NonNullable<boolean | IconValue>;
|
|
2026
|
+
density: Density;
|
|
2027
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
2028
|
+
stacked: boolean;
|
|
2029
|
+
ripple: boolean;
|
|
1848
2030
|
} & {
|
|
2031
|
+
location?: Anchor | undefined;
|
|
2032
|
+
height?: string | number | undefined;
|
|
2033
|
+
width?: string | number | undefined;
|
|
2034
|
+
active?: boolean | undefined;
|
|
2035
|
+
border?: string | number | boolean | undefined;
|
|
2036
|
+
color?: string | undefined;
|
|
2037
|
+
maxHeight?: string | number | undefined;
|
|
2038
|
+
maxWidth?: string | number | undefined;
|
|
2039
|
+
minHeight?: string | number | undefined;
|
|
2040
|
+
minWidth?: string | number | undefined;
|
|
2041
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
2042
|
+
value?: any;
|
|
2043
|
+
loading?: string | boolean | undefined;
|
|
2044
|
+
text?: string | undefined;
|
|
1849
2045
|
class?: any;
|
|
2046
|
+
href?: string | undefined;
|
|
2047
|
+
elevation?: string | number | undefined;
|
|
2048
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
2049
|
+
theme?: string | undefined;
|
|
2050
|
+
rounded?: string | number | boolean | undefined;
|
|
2051
|
+
selectedClass?: string | undefined;
|
|
2052
|
+
prependIcon?: IconValue | undefined;
|
|
2053
|
+
appendIcon?: IconValue | undefined;
|
|
1850
2054
|
} & {
|
|
1851
2055
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1852
2056
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1866,28 +2070,192 @@ declare const VAppBarNavIcon: {
|
|
|
1866
2070
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
1867
2071
|
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
1868
2072
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
2073
|
+
symbol: any;
|
|
2074
|
+
replace: boolean;
|
|
2075
|
+
flat: boolean;
|
|
2076
|
+
exact: boolean;
|
|
2077
|
+
block: boolean;
|
|
2078
|
+
active: boolean;
|
|
1869
2079
|
style: vue.StyleValue;
|
|
1870
|
-
|
|
2080
|
+
disabled: boolean;
|
|
2081
|
+
size: string | number;
|
|
2082
|
+
tag: string;
|
|
2083
|
+
icon: NonNullable<boolean | IconValue>;
|
|
2084
|
+
rounded: string | number | boolean;
|
|
2085
|
+
density: Density;
|
|
2086
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
2087
|
+
stacked: boolean;
|
|
2088
|
+
ripple: boolean;
|
|
1871
2089
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
2090
|
+
color: StringConstructor;
|
|
2091
|
+
variant: Omit<Omit<{
|
|
2092
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2093
|
+
default: string;
|
|
2094
|
+
validator: (v: any) => boolean;
|
|
2095
|
+
}, "type" | "default"> & {
|
|
2096
|
+
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
2097
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2098
|
+
}, "type" | "default"> & {
|
|
2099
|
+
type: vue.PropType<NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>>;
|
|
2100
|
+
default: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
2101
|
+
};
|
|
2102
|
+
theme: StringConstructor;
|
|
2103
|
+
tag: Omit<{
|
|
2104
|
+
type: StringConstructor;
|
|
2105
|
+
default: string;
|
|
2106
|
+
}, "type" | "default"> & {
|
|
2107
|
+
type: vue.PropType<string>;
|
|
2108
|
+
default: string;
|
|
2109
|
+
};
|
|
2110
|
+
size: {
|
|
2111
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2112
|
+
default: string;
|
|
2113
|
+
};
|
|
2114
|
+
href: StringConstructor;
|
|
2115
|
+
replace: BooleanConstructor;
|
|
2116
|
+
to: vue.PropType<vue_router.RouteLocationRaw>;
|
|
2117
|
+
exact: BooleanConstructor;
|
|
2118
|
+
rounded: {
|
|
2119
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2120
|
+
default: undefined;
|
|
2121
|
+
};
|
|
2122
|
+
position: {
|
|
2123
|
+
type: vue.PropType<"fixed" | "absolute" | "static" | "relative" | "sticky">;
|
|
2124
|
+
validator: (v: any) => boolean;
|
|
2125
|
+
};
|
|
2126
|
+
location: vue.PropType<Anchor>;
|
|
2127
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
2128
|
+
value: null;
|
|
2129
|
+
disabled: BooleanConstructor;
|
|
2130
|
+
selectedClass: StringConstructor;
|
|
2131
|
+
elevation: {
|
|
2132
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2133
|
+
validator(v: any): boolean;
|
|
2134
|
+
};
|
|
2135
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
2136
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
2137
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
2138
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
2139
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
2140
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
2141
|
+
density: {
|
|
2142
|
+
type: vue.PropType<Density>;
|
|
2143
|
+
default: string;
|
|
2144
|
+
validator: (v: any) => boolean;
|
|
2145
|
+
};
|
|
1872
2146
|
class: vue.PropType<any>;
|
|
1873
2147
|
style: {
|
|
1874
2148
|
type: vue.PropType<vue.StyleValue>;
|
|
1875
2149
|
default: null;
|
|
1876
2150
|
};
|
|
2151
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2152
|
+
active: {
|
|
2153
|
+
type: BooleanConstructor;
|
|
2154
|
+
default: undefined;
|
|
2155
|
+
};
|
|
2156
|
+
symbol: {
|
|
2157
|
+
type: null;
|
|
2158
|
+
default: vue.InjectionKey<GroupProvide>;
|
|
2159
|
+
};
|
|
2160
|
+
flat: BooleanConstructor;
|
|
1877
2161
|
icon: {
|
|
1878
|
-
type: vue.PropType<IconValue
|
|
1879
|
-
default:
|
|
2162
|
+
type: vue.PropType<NonNullable<boolean | IconValue>>;
|
|
2163
|
+
default: NonNullable<boolean | IconValue>;
|
|
2164
|
+
};
|
|
2165
|
+
prependIcon: vue.PropType<IconValue>;
|
|
2166
|
+
appendIcon: vue.PropType<IconValue>;
|
|
2167
|
+
block: BooleanConstructor;
|
|
2168
|
+
stacked: BooleanConstructor;
|
|
2169
|
+
ripple: {
|
|
2170
|
+
type: BooleanConstructor;
|
|
2171
|
+
default: boolean;
|
|
1880
2172
|
};
|
|
2173
|
+
text: StringConstructor;
|
|
1881
2174
|
}, vue.ExtractPropTypes<{
|
|
2175
|
+
color: StringConstructor;
|
|
2176
|
+
variant: Omit<Omit<{
|
|
2177
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2178
|
+
default: string;
|
|
2179
|
+
validator: (v: any) => boolean;
|
|
2180
|
+
}, "type" | "default"> & {
|
|
2181
|
+
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
2182
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2183
|
+
}, "type" | "default"> & {
|
|
2184
|
+
type: vue.PropType<NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>>;
|
|
2185
|
+
default: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
2186
|
+
};
|
|
2187
|
+
theme: StringConstructor;
|
|
2188
|
+
tag: Omit<{
|
|
2189
|
+
type: StringConstructor;
|
|
2190
|
+
default: string;
|
|
2191
|
+
}, "type" | "default"> & {
|
|
2192
|
+
type: vue.PropType<string>;
|
|
2193
|
+
default: string;
|
|
2194
|
+
};
|
|
2195
|
+
size: {
|
|
2196
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2197
|
+
default: string;
|
|
2198
|
+
};
|
|
2199
|
+
href: StringConstructor;
|
|
2200
|
+
replace: BooleanConstructor;
|
|
2201
|
+
to: vue.PropType<vue_router.RouteLocationRaw>;
|
|
2202
|
+
exact: BooleanConstructor;
|
|
2203
|
+
rounded: {
|
|
2204
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2205
|
+
default: undefined;
|
|
2206
|
+
};
|
|
2207
|
+
position: {
|
|
2208
|
+
type: vue.PropType<"fixed" | "absolute" | "static" | "relative" | "sticky">;
|
|
2209
|
+
validator: (v: any) => boolean;
|
|
2210
|
+
};
|
|
2211
|
+
location: vue.PropType<Anchor>;
|
|
2212
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
2213
|
+
value: null;
|
|
2214
|
+
disabled: BooleanConstructor;
|
|
2215
|
+
selectedClass: StringConstructor;
|
|
2216
|
+
elevation: {
|
|
2217
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2218
|
+
validator(v: any): boolean;
|
|
2219
|
+
};
|
|
2220
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
2221
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
2222
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
2223
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
2224
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
2225
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
2226
|
+
density: {
|
|
2227
|
+
type: vue.PropType<Density>;
|
|
2228
|
+
default: string;
|
|
2229
|
+
validator: (v: any) => boolean;
|
|
2230
|
+
};
|
|
1882
2231
|
class: vue.PropType<any>;
|
|
1883
2232
|
style: {
|
|
1884
2233
|
type: vue.PropType<vue.StyleValue>;
|
|
1885
2234
|
default: null;
|
|
1886
2235
|
};
|
|
2236
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2237
|
+
active: {
|
|
2238
|
+
type: BooleanConstructor;
|
|
2239
|
+
default: undefined;
|
|
2240
|
+
};
|
|
2241
|
+
symbol: {
|
|
2242
|
+
type: null;
|
|
2243
|
+
default: vue.InjectionKey<GroupProvide>;
|
|
2244
|
+
};
|
|
2245
|
+
flat: BooleanConstructor;
|
|
1887
2246
|
icon: {
|
|
1888
|
-
type: vue.PropType<IconValue
|
|
1889
|
-
default:
|
|
2247
|
+
type: vue.PropType<NonNullable<boolean | IconValue>>;
|
|
2248
|
+
default: NonNullable<boolean | IconValue>;
|
|
1890
2249
|
};
|
|
2250
|
+
prependIcon: vue.PropType<IconValue>;
|
|
2251
|
+
appendIcon: vue.PropType<IconValue>;
|
|
2252
|
+
block: BooleanConstructor;
|
|
2253
|
+
stacked: BooleanConstructor;
|
|
2254
|
+
ripple: {
|
|
2255
|
+
type: BooleanConstructor;
|
|
2256
|
+
default: boolean;
|
|
2257
|
+
};
|
|
2258
|
+
text: StringConstructor;
|
|
1891
2259
|
}>>;
|
|
1892
2260
|
type VAppBarNavIcon = InstanceType<typeof VAppBarNavIcon>;
|
|
1893
2261
|
|
|
@@ -2039,8 +2407,6 @@ declare const VAppBarTitle: {
|
|
|
2039
2407
|
}>>;
|
|
2040
2408
|
type VAppBarTitle = InstanceType<typeof VAppBarTitle>;
|
|
2041
2409
|
|
|
2042
|
-
type Density = null | 'default' | 'comfortable' | 'compact';
|
|
2043
|
-
|
|
2044
2410
|
declare const allowedTypes: readonly ["success", "info", "warning", "error"];
|
|
2045
2411
|
type ContextualType = typeof allowedTypes[number];
|
|
2046
2412
|
declare const VAlert: {
|
|
@@ -8667,39 +9033,6 @@ declare const VBreadcrumbsDivider: {
|
|
|
8667
9033
|
divider: (StringConstructor | NumberConstructor)[];
|
|
8668
9034
|
}>>;
|
|
8669
9035
|
|
|
8670
|
-
interface GroupItem {
|
|
8671
|
-
id: number;
|
|
8672
|
-
value: Ref<unknown>;
|
|
8673
|
-
disabled: Ref<boolean | undefined>;
|
|
8674
|
-
}
|
|
8675
|
-
interface GroupProvide {
|
|
8676
|
-
register: (item: GroupItem, cmp: ComponentInternalInstance) => void;
|
|
8677
|
-
unregister: (id: number) => void;
|
|
8678
|
-
select: (id: number, value: boolean) => void;
|
|
8679
|
-
selected: Ref<Readonly<number[]>>;
|
|
8680
|
-
isSelected: (id: number) => boolean;
|
|
8681
|
-
prev: () => void;
|
|
8682
|
-
next: () => void;
|
|
8683
|
-
selectedClass: Ref<string | undefined>;
|
|
8684
|
-
items: ComputedRef<{
|
|
8685
|
-
id: number;
|
|
8686
|
-
value: unknown;
|
|
8687
|
-
disabled: boolean | undefined;
|
|
8688
|
-
}[]>;
|
|
8689
|
-
disabled: Ref<boolean | undefined>;
|
|
8690
|
-
getItemIndex: (value: unknown) => number;
|
|
8691
|
-
}
|
|
8692
|
-
interface GroupItemProvide {
|
|
8693
|
-
id: number;
|
|
8694
|
-
isSelected: Ref<boolean>;
|
|
8695
|
-
toggle: () => void;
|
|
8696
|
-
select: (value: boolean) => void;
|
|
8697
|
-
selectedClass: Ref<(string | undefined)[] | false>;
|
|
8698
|
-
value: Ref<unknown>;
|
|
8699
|
-
disabled: Ref<boolean | undefined>;
|
|
8700
|
-
group: GroupProvide;
|
|
8701
|
-
}
|
|
8702
|
-
|
|
8703
9036
|
declare const VBtn: {
|
|
8704
9037
|
new (...args: any[]): {
|
|
8705
9038
|
$: vue.ComponentInternalInstance;
|
|
@@ -11011,7 +11344,7 @@ declare const VCarousel: {
|
|
|
11011
11344
|
reverse: boolean;
|
|
11012
11345
|
interval: string | number;
|
|
11013
11346
|
height: string | number;
|
|
11014
|
-
direction:
|
|
11347
|
+
direction: "horizontal" | "vertical";
|
|
11015
11348
|
style: vue.StyleValue;
|
|
11016
11349
|
disabled: boolean;
|
|
11017
11350
|
tag: string;
|
|
@@ -11030,7 +11363,7 @@ declare const VCarousel: {
|
|
|
11030
11363
|
reverse: boolean;
|
|
11031
11364
|
interval: string | number;
|
|
11032
11365
|
height: string | number;
|
|
11033
|
-
direction:
|
|
11366
|
+
direction: "horizontal" | "vertical";
|
|
11034
11367
|
style: vue.StyleValue;
|
|
11035
11368
|
disabled: boolean;
|
|
11036
11369
|
tag: string;
|
|
@@ -11146,7 +11479,7 @@ declare const VCarousel: {
|
|
|
11146
11479
|
reverse: boolean;
|
|
11147
11480
|
interval: string | number;
|
|
11148
11481
|
height: string | number;
|
|
11149
|
-
direction:
|
|
11482
|
+
direction: "horizontal" | "vertical";
|
|
11150
11483
|
style: vue.StyleValue;
|
|
11151
11484
|
disabled: boolean;
|
|
11152
11485
|
tag: string;
|
|
@@ -11250,7 +11583,7 @@ declare const VCarousel: {
|
|
|
11250
11583
|
reverse: boolean;
|
|
11251
11584
|
interval: string | number;
|
|
11252
11585
|
height: string | number;
|
|
11253
|
-
direction:
|
|
11586
|
+
direction: "horizontal" | "vertical";
|
|
11254
11587
|
style: vue.StyleValue;
|
|
11255
11588
|
disabled: boolean;
|
|
11256
11589
|
tag: string;
|
|
@@ -11289,7 +11622,7 @@ declare const VCarousel: {
|
|
|
11289
11622
|
reverse: boolean;
|
|
11290
11623
|
interval: string | number;
|
|
11291
11624
|
height: string | number;
|
|
11292
|
-
direction:
|
|
11625
|
+
direction: "horizontal" | "vertical";
|
|
11293
11626
|
style: vue.StyleValue;
|
|
11294
11627
|
disabled: boolean;
|
|
11295
11628
|
tag: string;
|
|
@@ -11395,7 +11728,7 @@ declare const VCarousel: {
|
|
|
11395
11728
|
reverse: boolean;
|
|
11396
11729
|
interval: string | number;
|
|
11397
11730
|
height: string | number;
|
|
11398
|
-
direction:
|
|
11731
|
+
direction: "horizontal" | "vertical";
|
|
11399
11732
|
style: vue.StyleValue;
|
|
11400
11733
|
disabled: boolean;
|
|
11401
11734
|
tag: string;
|
|
@@ -11499,7 +11832,7 @@ declare const VCarousel: {
|
|
|
11499
11832
|
reverse: boolean;
|
|
11500
11833
|
interval: string | number;
|
|
11501
11834
|
height: string | number;
|
|
11502
|
-
direction:
|
|
11835
|
+
direction: "horizontal" | "vertical";
|
|
11503
11836
|
style: vue.StyleValue;
|
|
11504
11837
|
disabled: boolean;
|
|
11505
11838
|
tag: string;
|
|
@@ -11550,7 +11883,7 @@ declare const VCarousel: {
|
|
|
11550
11883
|
default: undefined;
|
|
11551
11884
|
};
|
|
11552
11885
|
direction: {
|
|
11553
|
-
type:
|
|
11886
|
+
type: PropType<"horizontal" | "vertical">;
|
|
11554
11887
|
default: string;
|
|
11555
11888
|
};
|
|
11556
11889
|
modelValue: null;
|
|
@@ -11620,7 +11953,7 @@ declare const VCarousel: {
|
|
|
11620
11953
|
default: undefined;
|
|
11621
11954
|
};
|
|
11622
11955
|
direction: {
|
|
11623
|
-
type:
|
|
11956
|
+
type: PropType<"horizontal" | "vertical">;
|
|
11624
11957
|
default: string;
|
|
11625
11958
|
};
|
|
11626
11959
|
modelValue: null;
|
|
@@ -55974,7 +56307,7 @@ declare const VWindow: {
|
|
|
55974
56307
|
$data: {};
|
|
55975
56308
|
$props: Partial<{
|
|
55976
56309
|
reverse: boolean;
|
|
55977
|
-
direction:
|
|
56310
|
+
direction: "horizontal" | "vertical";
|
|
55978
56311
|
style: vue.StyleValue;
|
|
55979
56312
|
disabled: boolean;
|
|
55980
56313
|
tag: string;
|
|
@@ -55986,7 +56319,7 @@ declare const VWindow: {
|
|
|
55986
56319
|
prevIcon: IconValue;
|
|
55987
56320
|
}> & Omit<{
|
|
55988
56321
|
reverse: boolean;
|
|
55989
|
-
direction:
|
|
56322
|
+
direction: "horizontal" | "vertical";
|
|
55990
56323
|
style: vue.StyleValue;
|
|
55991
56324
|
disabled: boolean;
|
|
55992
56325
|
tag: string;
|
|
@@ -56063,7 +56396,7 @@ declare const VWindow: {
|
|
|
56063
56396
|
$el: any;
|
|
56064
56397
|
$options: vue.ComponentOptionsBase<{
|
|
56065
56398
|
reverse: boolean;
|
|
56066
|
-
direction:
|
|
56399
|
+
direction: "horizontal" | "vertical";
|
|
56067
56400
|
style: vue.StyleValue;
|
|
56068
56401
|
disabled: boolean;
|
|
56069
56402
|
tag: string;
|
|
@@ -56130,7 +56463,7 @@ declare const VWindow: {
|
|
|
56130
56463
|
'update:modelValue': (v: any) => boolean;
|
|
56131
56464
|
}, string, {
|
|
56132
56465
|
reverse: boolean;
|
|
56133
|
-
direction:
|
|
56466
|
+
direction: "horizontal" | "vertical";
|
|
56134
56467
|
style: vue.StyleValue;
|
|
56135
56468
|
disabled: boolean;
|
|
56136
56469
|
tag: string;
|
|
@@ -56162,7 +56495,7 @@ declare const VWindow: {
|
|
|
56162
56495
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
56163
56496
|
} & {
|
|
56164
56497
|
reverse: boolean;
|
|
56165
|
-
direction:
|
|
56498
|
+
direction: "horizontal" | "vertical";
|
|
56166
56499
|
style: vue.StyleValue;
|
|
56167
56500
|
disabled: boolean;
|
|
56168
56501
|
tag: string;
|
|
@@ -56231,7 +56564,7 @@ declare const VWindow: {
|
|
|
56231
56564
|
__isSuspense?: undefined;
|
|
56232
56565
|
} & vue.ComponentOptionsBase<{
|
|
56233
56566
|
reverse: boolean;
|
|
56234
|
-
direction:
|
|
56567
|
+
direction: "horizontal" | "vertical";
|
|
56235
56568
|
style: vue.StyleValue;
|
|
56236
56569
|
disabled: boolean;
|
|
56237
56570
|
tag: string;
|
|
@@ -56298,7 +56631,7 @@ declare const VWindow: {
|
|
|
56298
56631
|
'update:modelValue': (v: any) => boolean;
|
|
56299
56632
|
}, string, {
|
|
56300
56633
|
reverse: boolean;
|
|
56301
|
-
direction:
|
|
56634
|
+
direction: "horizontal" | "vertical";
|
|
56302
56635
|
style: vue.StyleValue;
|
|
56303
56636
|
disabled: boolean;
|
|
56304
56637
|
tag: string;
|
|
@@ -56338,7 +56671,7 @@ declare const VWindow: {
|
|
|
56338
56671
|
default: undefined;
|
|
56339
56672
|
};
|
|
56340
56673
|
direction: {
|
|
56341
|
-
type:
|
|
56674
|
+
type: PropType<"horizontal" | "vertical">;
|
|
56342
56675
|
default: string;
|
|
56343
56676
|
};
|
|
56344
56677
|
modelValue: null;
|
|
@@ -56380,7 +56713,7 @@ declare const VWindow: {
|
|
|
56380
56713
|
default: undefined;
|
|
56381
56714
|
};
|
|
56382
56715
|
direction: {
|
|
56383
|
-
type:
|
|
56716
|
+
type: PropType<"horizontal" | "vertical">;
|
|
56384
56717
|
default: string;
|
|
56385
56718
|
};
|
|
56386
56719
|
modelValue: null;
|