vuetify 3.5.5 → 3.5.7
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/_component-variables-labs.sass +2 -0
- package/dist/json/attributes.json +352 -40
- package/dist/json/importMap-labs.json +16 -8
- package/dist/json/importMap.json +122 -118
- package/dist/json/tags.json +93 -0
- package/dist/json/web-types.json +1084 -52
- package/dist/vuetify-labs.css +2121 -1996
- package/dist/vuetify-labs.d.ts +1336 -128
- package/dist/vuetify-labs.esm.js +332 -81
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +332 -81
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +838 -839
- package/dist/vuetify.d.ts +320 -145
- package/dist/vuetify.esm.js +87 -75
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +87 -75
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +60 -58
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VApp/index.d.mts +8 -6
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs +33 -29
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +3 -1
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.css +4 -4
- package/lib/components/VCombobox/VCombobox.mjs +22 -23
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +1 -1
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataIterator/index.d.mts +50 -94
- package/lib/components/VDataTable/index.d.mts +214 -1
- package/lib/components/VDataTable/index.mjs +1 -0
- package/lib/components/VDataTable/index.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.css +4 -7
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +4 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +2 -0
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +2 -0
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +27 -0
- package/lib/components/VLayout/index.d.mts +8 -6
- package/lib/components/VSelect/VSelect.mjs +20 -18
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.css +3 -1
- package/lib/components/VToolbar/VToolbar.sass +2 -1
- package/lib/components/index.d.mts +279 -106
- package/lib/composables/filter.mjs +1 -1
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/goto.mjs +2 -2
- package/lib/composables/goto.mjs.map +1 -1
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +42 -39
- package/lib/labs/VEmptyState/VEmptyState.css +59 -0
- package/lib/labs/VEmptyState/VEmptyState.mjs +145 -0
- package/lib/labs/VEmptyState/VEmptyState.mjs.map +1 -0
- package/lib/labs/VEmptyState/VEmptyState.sass +53 -0
- package/lib/labs/VEmptyState/_variables.scss +22 -0
- package/lib/labs/VEmptyState/index.d.mts +415 -0
- package/lib/labs/VEmptyState/index.mjs +2 -0
- package/lib/labs/VEmptyState/index.mjs.map +1 -0
- package/lib/labs/VFab/VFab.css +69 -0
- package/lib/labs/VFab/VFab.mjs +114 -0
- package/lib/labs/VFab/VFab.mjs.map +1 -0
- package/lib/labs/VFab/VFab.sass +82 -0
- package/lib/labs/VFab/_mixins.scss +22 -0
- package/lib/labs/VFab/_variables.scss +33 -0
- package/lib/labs/VFab/index.d.mts +656 -0
- package/lib/labs/VFab/index.mjs +2 -0
- package/lib/labs/VFab/index.mjs.map +1 -0
- package/lib/labs/VSparkline/VBarline.mjs +4 -4
- package/lib/labs/VSparkline/VBarline.mjs.map +1 -1
- package/lib/labs/VSparkline/VTrendline.mjs +6 -2
- package/lib/labs/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/labs/VSparkline/index.d.mts +12 -0
- package/lib/labs/VSparkline/util/line.mjs +2 -0
- package/lib/labs/VSparkline/util/line.mjs.map +1 -1
- package/lib/labs/components.d.mts +1066 -2
- package/lib/labs/components.mjs +2 -0
- package/lib/labs/components.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, Ref, PropType } from 'vue';
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, Ref, PropType, JSXComponent, ComponentInternalInstance, ComputedRef } from 'vue';
|
|
3
|
+
// @ts-ignore
|
|
4
|
+
import * as vue_router from 'vue-router';
|
|
3
5
|
|
|
4
6
|
declare const block: readonly ["top", "bottom"];
|
|
5
7
|
declare const inline: readonly ["start", "end", "left", "right"];
|
|
@@ -1734,6 +1736,652 @@ declare const VCalendarMonthDay: {
|
|
|
1734
1736
|
}>>;
|
|
1735
1737
|
type VCalendarMonthDay = InstanceType<typeof VCalendarMonthDay>;
|
|
1736
1738
|
|
|
1739
|
+
type Density = null | 'default' | 'comfortable' | 'compact';
|
|
1740
|
+
|
|
1741
|
+
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
1742
|
+
declare const IconValue: PropType<IconValue>;
|
|
1743
|
+
|
|
1744
|
+
interface GroupItem {
|
|
1745
|
+
id: number;
|
|
1746
|
+
value: Ref<unknown>;
|
|
1747
|
+
disabled: Ref<boolean | undefined>;
|
|
1748
|
+
}
|
|
1749
|
+
interface GroupProvide {
|
|
1750
|
+
register: (item: GroupItem, cmp: ComponentInternalInstance) => void;
|
|
1751
|
+
unregister: (id: number) => void;
|
|
1752
|
+
select: (id: number, value: boolean) => void;
|
|
1753
|
+
selected: Ref<Readonly<number[]>>;
|
|
1754
|
+
isSelected: (id: number) => boolean;
|
|
1755
|
+
prev: () => void;
|
|
1756
|
+
next: () => void;
|
|
1757
|
+
selectedClass: Ref<string | undefined>;
|
|
1758
|
+
items: ComputedRef<{
|
|
1759
|
+
id: number;
|
|
1760
|
+
value: unknown;
|
|
1761
|
+
disabled: boolean | undefined;
|
|
1762
|
+
}[]>;
|
|
1763
|
+
disabled: Ref<boolean | undefined>;
|
|
1764
|
+
getItemIndex: (value: unknown) => number;
|
|
1765
|
+
}
|
|
1766
|
+
|
|
1767
|
+
declare const VFab: {
|
|
1768
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
1769
|
+
symbol: any;
|
|
1770
|
+
replace: boolean;
|
|
1771
|
+
flat: boolean;
|
|
1772
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1773
|
+
offset: boolean;
|
|
1774
|
+
exact: boolean;
|
|
1775
|
+
absolute: boolean;
|
|
1776
|
+
block: boolean;
|
|
1777
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
1778
|
+
active: boolean;
|
|
1779
|
+
order: string | number;
|
|
1780
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
1781
|
+
component?: vue.Component | undefined;
|
|
1782
|
+
})>;
|
|
1783
|
+
style: vue.StyleValue;
|
|
1784
|
+
disabled: boolean;
|
|
1785
|
+
size: string | number;
|
|
1786
|
+
tag: string;
|
|
1787
|
+
appear: boolean;
|
|
1788
|
+
app: boolean;
|
|
1789
|
+
tile: boolean;
|
|
1790
|
+
density: Density;
|
|
1791
|
+
extended: boolean;
|
|
1792
|
+
modelValue: boolean;
|
|
1793
|
+
slim: boolean;
|
|
1794
|
+
stacked: boolean;
|
|
1795
|
+
ripple: boolean | {
|
|
1796
|
+
class: string;
|
|
1797
|
+
} | undefined;
|
|
1798
|
+
} & {
|
|
1799
|
+
height?: string | number | undefined;
|
|
1800
|
+
width?: string | number | undefined;
|
|
1801
|
+
name?: string | undefined;
|
|
1802
|
+
border?: string | number | boolean | undefined;
|
|
1803
|
+
color?: string | undefined;
|
|
1804
|
+
maxHeight?: string | number | undefined;
|
|
1805
|
+
maxWidth?: string | number | undefined;
|
|
1806
|
+
minHeight?: string | number | undefined;
|
|
1807
|
+
minWidth?: string | number | undefined;
|
|
1808
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
1809
|
+
value?: any;
|
|
1810
|
+
loading?: string | boolean | undefined;
|
|
1811
|
+
text?: string | undefined;
|
|
1812
|
+
class?: any;
|
|
1813
|
+
icon?: boolean | IconValue | undefined;
|
|
1814
|
+
href?: string | undefined;
|
|
1815
|
+
elevation?: string | number | undefined;
|
|
1816
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1817
|
+
theme?: string | undefined;
|
|
1818
|
+
rounded?: string | number | boolean | undefined;
|
|
1819
|
+
selectedClass?: string | undefined;
|
|
1820
|
+
prependIcon?: IconValue | undefined;
|
|
1821
|
+
appendIcon?: IconValue | undefined;
|
|
1822
|
+
} & {
|
|
1823
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1824
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1825
|
+
};
|
|
1826
|
+
'v-slots'?: {
|
|
1827
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1828
|
+
} | undefined;
|
|
1829
|
+
} & {
|
|
1830
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
1831
|
+
} & {
|
|
1832
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1833
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1834
|
+
'update:modelValue': (value: boolean) => boolean;
|
|
1835
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1836
|
+
symbol: any;
|
|
1837
|
+
replace: boolean;
|
|
1838
|
+
flat: boolean;
|
|
1839
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1840
|
+
offset: boolean;
|
|
1841
|
+
exact: boolean;
|
|
1842
|
+
absolute: boolean;
|
|
1843
|
+
block: boolean;
|
|
1844
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
1845
|
+
active: boolean;
|
|
1846
|
+
order: string | number;
|
|
1847
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
1848
|
+
component?: vue.Component | undefined;
|
|
1849
|
+
})>;
|
|
1850
|
+
style: vue.StyleValue;
|
|
1851
|
+
disabled: boolean;
|
|
1852
|
+
size: string | number;
|
|
1853
|
+
tag: string;
|
|
1854
|
+
appear: boolean;
|
|
1855
|
+
app: boolean;
|
|
1856
|
+
tile: boolean;
|
|
1857
|
+
density: Density;
|
|
1858
|
+
extended: boolean;
|
|
1859
|
+
modelValue: boolean;
|
|
1860
|
+
slim: boolean;
|
|
1861
|
+
stacked: boolean;
|
|
1862
|
+
ripple: boolean | {
|
|
1863
|
+
class: string;
|
|
1864
|
+
} | undefined;
|
|
1865
|
+
} & {
|
|
1866
|
+
height?: string | number | undefined;
|
|
1867
|
+
width?: string | number | undefined;
|
|
1868
|
+
name?: string | undefined;
|
|
1869
|
+
border?: string | number | boolean | undefined;
|
|
1870
|
+
color?: string | undefined;
|
|
1871
|
+
maxHeight?: string | number | undefined;
|
|
1872
|
+
maxWidth?: string | number | undefined;
|
|
1873
|
+
minHeight?: string | number | undefined;
|
|
1874
|
+
minWidth?: string | number | undefined;
|
|
1875
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
1876
|
+
value?: any;
|
|
1877
|
+
loading?: string | boolean | undefined;
|
|
1878
|
+
text?: string | undefined;
|
|
1879
|
+
class?: any;
|
|
1880
|
+
icon?: boolean | IconValue | undefined;
|
|
1881
|
+
href?: string | undefined;
|
|
1882
|
+
elevation?: string | number | undefined;
|
|
1883
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1884
|
+
theme?: string | undefined;
|
|
1885
|
+
rounded?: string | number | boolean | undefined;
|
|
1886
|
+
selectedClass?: string | undefined;
|
|
1887
|
+
prependIcon?: IconValue | undefined;
|
|
1888
|
+
appendIcon?: IconValue | undefined;
|
|
1889
|
+
} & {
|
|
1890
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1891
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1892
|
+
};
|
|
1893
|
+
'v-slots'?: {
|
|
1894
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1895
|
+
} | undefined;
|
|
1896
|
+
} & {
|
|
1897
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
1898
|
+
} & {
|
|
1899
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1900
|
+
}, {
|
|
1901
|
+
symbol: any;
|
|
1902
|
+
replace: boolean;
|
|
1903
|
+
flat: boolean;
|
|
1904
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1905
|
+
offset: boolean;
|
|
1906
|
+
exact: boolean;
|
|
1907
|
+
absolute: boolean;
|
|
1908
|
+
block: boolean;
|
|
1909
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
1910
|
+
active: boolean;
|
|
1911
|
+
order: string | number;
|
|
1912
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
1913
|
+
component?: vue.Component | undefined;
|
|
1914
|
+
})>;
|
|
1915
|
+
style: vue.StyleValue;
|
|
1916
|
+
disabled: boolean;
|
|
1917
|
+
size: string | number;
|
|
1918
|
+
tag: string;
|
|
1919
|
+
appear: boolean;
|
|
1920
|
+
app: boolean;
|
|
1921
|
+
rounded: string | number | boolean;
|
|
1922
|
+
tile: boolean;
|
|
1923
|
+
density: Density;
|
|
1924
|
+
extended: boolean;
|
|
1925
|
+
modelValue: boolean;
|
|
1926
|
+
slim: boolean;
|
|
1927
|
+
stacked: boolean;
|
|
1928
|
+
ripple: boolean | {
|
|
1929
|
+
class: string;
|
|
1930
|
+
} | undefined;
|
|
1931
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
1932
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1933
|
+
[key: string]: any;
|
|
1934
|
+
}>[];
|
|
1935
|
+
}>>, {
|
|
1936
|
+
P: {};
|
|
1937
|
+
B: {};
|
|
1938
|
+
D: {};
|
|
1939
|
+
C: {};
|
|
1940
|
+
M: {};
|
|
1941
|
+
Defaults: {};
|
|
1942
|
+
}, {
|
|
1943
|
+
symbol: any;
|
|
1944
|
+
replace: boolean;
|
|
1945
|
+
flat: boolean;
|
|
1946
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1947
|
+
offset: boolean;
|
|
1948
|
+
exact: boolean;
|
|
1949
|
+
absolute: boolean;
|
|
1950
|
+
block: boolean;
|
|
1951
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
1952
|
+
active: boolean;
|
|
1953
|
+
order: string | number;
|
|
1954
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
1955
|
+
component?: vue.Component | undefined;
|
|
1956
|
+
})>;
|
|
1957
|
+
style: vue.StyleValue;
|
|
1958
|
+
disabled: boolean;
|
|
1959
|
+
size: string | number;
|
|
1960
|
+
tag: string;
|
|
1961
|
+
appear: boolean;
|
|
1962
|
+
app: boolean;
|
|
1963
|
+
tile: boolean;
|
|
1964
|
+
density: Density;
|
|
1965
|
+
extended: boolean;
|
|
1966
|
+
modelValue: boolean;
|
|
1967
|
+
slim: boolean;
|
|
1968
|
+
stacked: boolean;
|
|
1969
|
+
ripple: boolean | {
|
|
1970
|
+
class: string;
|
|
1971
|
+
} | undefined;
|
|
1972
|
+
} & {
|
|
1973
|
+
height?: string | number | undefined;
|
|
1974
|
+
width?: string | number | undefined;
|
|
1975
|
+
name?: string | undefined;
|
|
1976
|
+
border?: string | number | boolean | undefined;
|
|
1977
|
+
color?: string | undefined;
|
|
1978
|
+
maxHeight?: string | number | undefined;
|
|
1979
|
+
maxWidth?: string | number | undefined;
|
|
1980
|
+
minHeight?: string | number | undefined;
|
|
1981
|
+
minWidth?: string | number | undefined;
|
|
1982
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
1983
|
+
value?: any;
|
|
1984
|
+
loading?: string | boolean | undefined;
|
|
1985
|
+
text?: string | undefined;
|
|
1986
|
+
class?: any;
|
|
1987
|
+
icon?: boolean | IconValue | undefined;
|
|
1988
|
+
href?: string | undefined;
|
|
1989
|
+
elevation?: string | number | undefined;
|
|
1990
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1991
|
+
theme?: string | undefined;
|
|
1992
|
+
rounded?: string | number | boolean | undefined;
|
|
1993
|
+
selectedClass?: string | undefined;
|
|
1994
|
+
prependIcon?: IconValue | undefined;
|
|
1995
|
+
appendIcon?: IconValue | undefined;
|
|
1996
|
+
} & {
|
|
1997
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1998
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1999
|
+
};
|
|
2000
|
+
'v-slots'?: {
|
|
2001
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
2002
|
+
} | undefined;
|
|
2003
|
+
} & {
|
|
2004
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
2005
|
+
} & {
|
|
2006
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2007
|
+
}, {}, {}, {}, {}, {
|
|
2008
|
+
symbol: any;
|
|
2009
|
+
replace: boolean;
|
|
2010
|
+
flat: boolean;
|
|
2011
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2012
|
+
offset: boolean;
|
|
2013
|
+
exact: boolean;
|
|
2014
|
+
absolute: boolean;
|
|
2015
|
+
block: boolean;
|
|
2016
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
2017
|
+
active: boolean;
|
|
2018
|
+
order: string | number;
|
|
2019
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2020
|
+
component?: vue.Component | undefined;
|
|
2021
|
+
})>;
|
|
2022
|
+
style: vue.StyleValue;
|
|
2023
|
+
disabled: boolean;
|
|
2024
|
+
size: string | number;
|
|
2025
|
+
tag: string;
|
|
2026
|
+
appear: boolean;
|
|
2027
|
+
app: boolean;
|
|
2028
|
+
rounded: string | number | boolean;
|
|
2029
|
+
tile: boolean;
|
|
2030
|
+
density: Density;
|
|
2031
|
+
extended: boolean;
|
|
2032
|
+
modelValue: boolean;
|
|
2033
|
+
slim: boolean;
|
|
2034
|
+
stacked: boolean;
|
|
2035
|
+
ripple: boolean | {
|
|
2036
|
+
class: string;
|
|
2037
|
+
} | undefined;
|
|
2038
|
+
}>;
|
|
2039
|
+
__isFragment?: undefined;
|
|
2040
|
+
__isTeleport?: undefined;
|
|
2041
|
+
__isSuspense?: undefined;
|
|
2042
|
+
} & vue.ComponentOptionsBase<{
|
|
2043
|
+
symbol: any;
|
|
2044
|
+
replace: boolean;
|
|
2045
|
+
flat: boolean;
|
|
2046
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2047
|
+
offset: boolean;
|
|
2048
|
+
exact: boolean;
|
|
2049
|
+
absolute: boolean;
|
|
2050
|
+
block: boolean;
|
|
2051
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
2052
|
+
active: boolean;
|
|
2053
|
+
order: string | number;
|
|
2054
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2055
|
+
component?: vue.Component | undefined;
|
|
2056
|
+
})>;
|
|
2057
|
+
style: vue.StyleValue;
|
|
2058
|
+
disabled: boolean;
|
|
2059
|
+
size: string | number;
|
|
2060
|
+
tag: string;
|
|
2061
|
+
appear: boolean;
|
|
2062
|
+
app: boolean;
|
|
2063
|
+
tile: boolean;
|
|
2064
|
+
density: Density;
|
|
2065
|
+
extended: boolean;
|
|
2066
|
+
modelValue: boolean;
|
|
2067
|
+
slim: boolean;
|
|
2068
|
+
stacked: boolean;
|
|
2069
|
+
ripple: boolean | {
|
|
2070
|
+
class: string;
|
|
2071
|
+
} | undefined;
|
|
2072
|
+
} & {
|
|
2073
|
+
height?: string | number | undefined;
|
|
2074
|
+
width?: string | number | undefined;
|
|
2075
|
+
name?: string | undefined;
|
|
2076
|
+
border?: string | number | boolean | undefined;
|
|
2077
|
+
color?: string | undefined;
|
|
2078
|
+
maxHeight?: string | number | undefined;
|
|
2079
|
+
maxWidth?: string | number | undefined;
|
|
2080
|
+
minHeight?: string | number | undefined;
|
|
2081
|
+
minWidth?: string | number | undefined;
|
|
2082
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
2083
|
+
value?: any;
|
|
2084
|
+
loading?: string | boolean | undefined;
|
|
2085
|
+
text?: string | undefined;
|
|
2086
|
+
class?: any;
|
|
2087
|
+
icon?: boolean | IconValue | undefined;
|
|
2088
|
+
href?: string | undefined;
|
|
2089
|
+
elevation?: string | number | undefined;
|
|
2090
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
2091
|
+
theme?: string | undefined;
|
|
2092
|
+
rounded?: string | number | boolean | undefined;
|
|
2093
|
+
selectedClass?: string | undefined;
|
|
2094
|
+
prependIcon?: IconValue | undefined;
|
|
2095
|
+
appendIcon?: IconValue | undefined;
|
|
2096
|
+
} & {
|
|
2097
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
2098
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
2099
|
+
};
|
|
2100
|
+
'v-slots'?: {
|
|
2101
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
2102
|
+
} | undefined;
|
|
2103
|
+
} & {
|
|
2104
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
2105
|
+
} & {
|
|
2106
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2107
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2108
|
+
'update:modelValue': (value: boolean) => boolean;
|
|
2109
|
+
}, string, {
|
|
2110
|
+
symbol: any;
|
|
2111
|
+
replace: boolean;
|
|
2112
|
+
flat: boolean;
|
|
2113
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2114
|
+
offset: boolean;
|
|
2115
|
+
exact: boolean;
|
|
2116
|
+
absolute: boolean;
|
|
2117
|
+
block: boolean;
|
|
2118
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
2119
|
+
active: boolean;
|
|
2120
|
+
order: string | number;
|
|
2121
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2122
|
+
component?: vue.Component | undefined;
|
|
2123
|
+
})>;
|
|
2124
|
+
style: vue.StyleValue;
|
|
2125
|
+
disabled: boolean;
|
|
2126
|
+
size: string | number;
|
|
2127
|
+
tag: string;
|
|
2128
|
+
appear: boolean;
|
|
2129
|
+
app: boolean;
|
|
2130
|
+
rounded: string | number | boolean;
|
|
2131
|
+
tile: boolean;
|
|
2132
|
+
density: Density;
|
|
2133
|
+
extended: boolean;
|
|
2134
|
+
modelValue: boolean;
|
|
2135
|
+
slim: boolean;
|
|
2136
|
+
stacked: boolean;
|
|
2137
|
+
ripple: boolean | {
|
|
2138
|
+
class: string;
|
|
2139
|
+
} | undefined;
|
|
2140
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
2141
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2142
|
+
[key: string]: any;
|
|
2143
|
+
}>[];
|
|
2144
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
2145
|
+
transition: Omit<{
|
|
2146
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
2147
|
+
component?: vue.Component | undefined;
|
|
2148
|
+
})>;
|
|
2149
|
+
default: string;
|
|
2150
|
+
validator: (val: unknown) => boolean;
|
|
2151
|
+
}, "type" | "default"> & {
|
|
2152
|
+
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2153
|
+
component?: vue.Component | undefined;
|
|
2154
|
+
})>>;
|
|
2155
|
+
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2156
|
+
component?: vue.Component | undefined;
|
|
2157
|
+
})>;
|
|
2158
|
+
};
|
|
2159
|
+
name: {
|
|
2160
|
+
type: StringConstructor;
|
|
2161
|
+
};
|
|
2162
|
+
order: {
|
|
2163
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2164
|
+
default: number;
|
|
2165
|
+
};
|
|
2166
|
+
absolute: BooleanConstructor;
|
|
2167
|
+
symbol: {
|
|
2168
|
+
type: null;
|
|
2169
|
+
default: vue.InjectionKey<GroupProvide>;
|
|
2170
|
+
};
|
|
2171
|
+
replace: BooleanConstructor;
|
|
2172
|
+
flat: BooleanConstructor;
|
|
2173
|
+
variant: Omit<{
|
|
2174
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2175
|
+
default: string;
|
|
2176
|
+
validator: (v: any) => boolean;
|
|
2177
|
+
}, "type" | "default"> & {
|
|
2178
|
+
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
2179
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2180
|
+
};
|
|
2181
|
+
exact: BooleanConstructor;
|
|
2182
|
+
block: BooleanConstructor;
|
|
2183
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
2184
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
2185
|
+
active: Omit<{
|
|
2186
|
+
type: BooleanConstructor;
|
|
2187
|
+
default: undefined;
|
|
2188
|
+
}, "type" | "default"> & {
|
|
2189
|
+
type: PropType<boolean>;
|
|
2190
|
+
default: boolean;
|
|
2191
|
+
};
|
|
2192
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2193
|
+
color: StringConstructor;
|
|
2194
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
2195
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
2196
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
2197
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
2198
|
+
position: {
|
|
2199
|
+
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
|
2200
|
+
validator: (v: any) => boolean;
|
|
2201
|
+
};
|
|
2202
|
+
value: null;
|
|
2203
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
2204
|
+
style: {
|
|
2205
|
+
type: PropType<vue.StyleValue>;
|
|
2206
|
+
default: null;
|
|
2207
|
+
};
|
|
2208
|
+
text: StringConstructor;
|
|
2209
|
+
disabled: BooleanConstructor;
|
|
2210
|
+
size: {
|
|
2211
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2212
|
+
default: string;
|
|
2213
|
+
};
|
|
2214
|
+
class: PropType<any>;
|
|
2215
|
+
tag: Omit<{
|
|
2216
|
+
type: StringConstructor;
|
|
2217
|
+
default: string;
|
|
2218
|
+
}, "type" | "default"> & {
|
|
2219
|
+
type: PropType<string>;
|
|
2220
|
+
default: string;
|
|
2221
|
+
};
|
|
2222
|
+
icon: PropType<boolean | IconValue>;
|
|
2223
|
+
href: StringConstructor;
|
|
2224
|
+
elevation: {
|
|
2225
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2226
|
+
validator(v: any): boolean;
|
|
2227
|
+
};
|
|
2228
|
+
to: PropType<vue_router.RouteLocationRaw>;
|
|
2229
|
+
theme: StringConstructor;
|
|
2230
|
+
rounded: {
|
|
2231
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2232
|
+
default: undefined;
|
|
2233
|
+
};
|
|
2234
|
+
tile: BooleanConstructor;
|
|
2235
|
+
density: {
|
|
2236
|
+
type: PropType<Density>;
|
|
2237
|
+
default: string;
|
|
2238
|
+
validator: (v: any) => boolean;
|
|
2239
|
+
};
|
|
2240
|
+
selectedClass: StringConstructor;
|
|
2241
|
+
prependIcon: PropType<IconValue>;
|
|
2242
|
+
appendIcon: PropType<IconValue>;
|
|
2243
|
+
slim: BooleanConstructor;
|
|
2244
|
+
stacked: BooleanConstructor;
|
|
2245
|
+
ripple: {
|
|
2246
|
+
type: PropType<boolean | {
|
|
2247
|
+
class: string;
|
|
2248
|
+
} | undefined>;
|
|
2249
|
+
default: boolean;
|
|
2250
|
+
};
|
|
2251
|
+
app: BooleanConstructor;
|
|
2252
|
+
appear: BooleanConstructor;
|
|
2253
|
+
extended: BooleanConstructor;
|
|
2254
|
+
location: {
|
|
2255
|
+
type: PropType<"end" | "start" | "left" | "top" | "bottom" | "right">;
|
|
2256
|
+
default: string;
|
|
2257
|
+
};
|
|
2258
|
+
offset: BooleanConstructor;
|
|
2259
|
+
modelValue: {
|
|
2260
|
+
type: BooleanConstructor;
|
|
2261
|
+
default: boolean;
|
|
2262
|
+
};
|
|
2263
|
+
}, vue.ExtractPropTypes<{
|
|
2264
|
+
transition: Omit<{
|
|
2265
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
2266
|
+
component?: vue.Component | undefined;
|
|
2267
|
+
})>;
|
|
2268
|
+
default: string;
|
|
2269
|
+
validator: (val: unknown) => boolean;
|
|
2270
|
+
}, "type" | "default"> & {
|
|
2271
|
+
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2272
|
+
component?: vue.Component | undefined;
|
|
2273
|
+
})>>;
|
|
2274
|
+
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
2275
|
+
component?: vue.Component | undefined;
|
|
2276
|
+
})>;
|
|
2277
|
+
};
|
|
2278
|
+
name: {
|
|
2279
|
+
type: StringConstructor;
|
|
2280
|
+
};
|
|
2281
|
+
order: {
|
|
2282
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2283
|
+
default: number;
|
|
2284
|
+
};
|
|
2285
|
+
absolute: BooleanConstructor;
|
|
2286
|
+
symbol: {
|
|
2287
|
+
type: null;
|
|
2288
|
+
default: vue.InjectionKey<GroupProvide>;
|
|
2289
|
+
};
|
|
2290
|
+
replace: BooleanConstructor;
|
|
2291
|
+
flat: BooleanConstructor;
|
|
2292
|
+
variant: Omit<{
|
|
2293
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2294
|
+
default: string;
|
|
2295
|
+
validator: (v: any) => boolean;
|
|
2296
|
+
}, "type" | "default"> & {
|
|
2297
|
+
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
2298
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
2299
|
+
};
|
|
2300
|
+
exact: BooleanConstructor;
|
|
2301
|
+
block: BooleanConstructor;
|
|
2302
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
2303
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
2304
|
+
active: Omit<{
|
|
2305
|
+
type: BooleanConstructor;
|
|
2306
|
+
default: undefined;
|
|
2307
|
+
}, "type" | "default"> & {
|
|
2308
|
+
type: PropType<boolean>;
|
|
2309
|
+
default: boolean;
|
|
2310
|
+
};
|
|
2311
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2312
|
+
color: StringConstructor;
|
|
2313
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
2314
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
2315
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
2316
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
2317
|
+
position: {
|
|
2318
|
+
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
|
2319
|
+
validator: (v: any) => boolean;
|
|
2320
|
+
};
|
|
2321
|
+
value: null;
|
|
2322
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
2323
|
+
style: {
|
|
2324
|
+
type: PropType<vue.StyleValue>;
|
|
2325
|
+
default: null;
|
|
2326
|
+
};
|
|
2327
|
+
text: StringConstructor;
|
|
2328
|
+
disabled: BooleanConstructor;
|
|
2329
|
+
size: {
|
|
2330
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2331
|
+
default: string;
|
|
2332
|
+
};
|
|
2333
|
+
class: PropType<any>;
|
|
2334
|
+
tag: Omit<{
|
|
2335
|
+
type: StringConstructor;
|
|
2336
|
+
default: string;
|
|
2337
|
+
}, "type" | "default"> & {
|
|
2338
|
+
type: PropType<string>;
|
|
2339
|
+
default: string;
|
|
2340
|
+
};
|
|
2341
|
+
icon: PropType<boolean | IconValue>;
|
|
2342
|
+
href: StringConstructor;
|
|
2343
|
+
elevation: {
|
|
2344
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2345
|
+
validator(v: any): boolean;
|
|
2346
|
+
};
|
|
2347
|
+
to: PropType<vue_router.RouteLocationRaw>;
|
|
2348
|
+
theme: StringConstructor;
|
|
2349
|
+
rounded: {
|
|
2350
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2351
|
+
default: undefined;
|
|
2352
|
+
};
|
|
2353
|
+
tile: BooleanConstructor;
|
|
2354
|
+
density: {
|
|
2355
|
+
type: PropType<Density>;
|
|
2356
|
+
default: string;
|
|
2357
|
+
validator: (v: any) => boolean;
|
|
2358
|
+
};
|
|
2359
|
+
selectedClass: StringConstructor;
|
|
2360
|
+
prependIcon: PropType<IconValue>;
|
|
2361
|
+
appendIcon: PropType<IconValue>;
|
|
2362
|
+
slim: BooleanConstructor;
|
|
2363
|
+
stacked: BooleanConstructor;
|
|
2364
|
+
ripple: {
|
|
2365
|
+
type: PropType<boolean | {
|
|
2366
|
+
class: string;
|
|
2367
|
+
} | undefined>;
|
|
2368
|
+
default: boolean;
|
|
2369
|
+
};
|
|
2370
|
+
app: BooleanConstructor;
|
|
2371
|
+
appear: BooleanConstructor;
|
|
2372
|
+
extended: BooleanConstructor;
|
|
2373
|
+
location: {
|
|
2374
|
+
type: PropType<"end" | "start" | "left" | "top" | "bottom" | "right">;
|
|
2375
|
+
default: string;
|
|
2376
|
+
};
|
|
2377
|
+
offset: BooleanConstructor;
|
|
2378
|
+
modelValue: {
|
|
2379
|
+
type: BooleanConstructor;
|
|
2380
|
+
default: boolean;
|
|
2381
|
+
};
|
|
2382
|
+
}>>;
|
|
2383
|
+
type VFab = InstanceType<typeof VFab>;
|
|
2384
|
+
|
|
1737
2385
|
declare const VPicker: {
|
|
1738
2386
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
1739
2387
|
style: vue.StyleValue;
|
|
@@ -2171,7 +2819,9 @@ declare const VSparkline: {
|
|
|
2171
2819
|
showLabels: boolean;
|
|
2172
2820
|
autoLineWidth: boolean;
|
|
2173
2821
|
} & {
|
|
2822
|
+
max?: string | number | undefined;
|
|
2174
2823
|
id?: string | undefined;
|
|
2824
|
+
min?: string | number | undefined;
|
|
2175
2825
|
color?: string | undefined;
|
|
2176
2826
|
autoDrawDuration?: string | number | undefined;
|
|
2177
2827
|
} & {
|
|
@@ -2213,7 +2863,9 @@ declare const VSparkline: {
|
|
|
2213
2863
|
showLabels: boolean;
|
|
2214
2864
|
autoLineWidth: boolean;
|
|
2215
2865
|
} & {
|
|
2866
|
+
max?: string | number | undefined;
|
|
2216
2867
|
id?: string | undefined;
|
|
2868
|
+
min?: string | number | undefined;
|
|
2217
2869
|
color?: string | undefined;
|
|
2218
2870
|
autoDrawDuration?: string | number | undefined;
|
|
2219
2871
|
} & {
|
|
@@ -2289,7 +2941,9 @@ declare const VSparkline: {
|
|
|
2289
2941
|
showLabels: boolean;
|
|
2290
2942
|
autoLineWidth: boolean;
|
|
2291
2943
|
} & {
|
|
2944
|
+
max?: string | number | undefined;
|
|
2292
2945
|
id?: string | undefined;
|
|
2946
|
+
min?: string | number | undefined;
|
|
2293
2947
|
color?: string | undefined;
|
|
2294
2948
|
autoDrawDuration?: string | number | undefined;
|
|
2295
2949
|
} & {
|
|
@@ -2352,7 +3006,9 @@ declare const VSparkline: {
|
|
|
2352
3006
|
showLabels: boolean;
|
|
2353
3007
|
autoLineWidth: boolean;
|
|
2354
3008
|
} & {
|
|
3009
|
+
max?: string | number | undefined;
|
|
2355
3010
|
id?: string | undefined;
|
|
3011
|
+
min?: string | number | undefined;
|
|
2356
3012
|
color?: string | undefined;
|
|
2357
3013
|
autoDrawDuration?: string | number | undefined;
|
|
2358
3014
|
} & {
|
|
@@ -2441,6 +3097,8 @@ declare const VSparkline: {
|
|
|
2441
3097
|
type: PropType<SparklineItem[]>;
|
|
2442
3098
|
default: () => never[];
|
|
2443
3099
|
};
|
|
3100
|
+
min: (StringConstructor | NumberConstructor)[];
|
|
3101
|
+
max: (StringConstructor | NumberConstructor)[];
|
|
2444
3102
|
padding: {
|
|
2445
3103
|
type: (StringConstructor | NumberConstructor)[];
|
|
2446
3104
|
default: number;
|
|
@@ -2495,6 +3153,8 @@ declare const VSparkline: {
|
|
|
2495
3153
|
type: PropType<SparklineItem[]>;
|
|
2496
3154
|
default: () => never[];
|
|
2497
3155
|
};
|
|
3156
|
+
min: (StringConstructor | NumberConstructor)[];
|
|
3157
|
+
max: (StringConstructor | NumberConstructor)[];
|
|
2498
3158
|
padding: {
|
|
2499
3159
|
type: (StringConstructor | NumberConstructor)[];
|
|
2500
3160
|
default: number;
|
|
@@ -2514,4 +3174,408 @@ declare const VSparkline: {
|
|
|
2514
3174
|
}>>;
|
|
2515
3175
|
type VSparkline = InstanceType<typeof VSparkline>;
|
|
2516
3176
|
|
|
2517
|
-
|
|
3177
|
+
declare const VEmptyState: {
|
|
3178
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
3179
|
+
style: vue.StyleValue;
|
|
3180
|
+
size: NonNullable<string | number> | undefined;
|
|
3181
|
+
justify: "center" | "end" | "start";
|
|
3182
|
+
textWidth: string | number;
|
|
3183
|
+
} & {
|
|
3184
|
+
height?: string | number | undefined;
|
|
3185
|
+
width?: string | number | undefined;
|
|
3186
|
+
color?: string | undefined;
|
|
3187
|
+
maxHeight?: string | number | undefined;
|
|
3188
|
+
maxWidth?: string | number | undefined;
|
|
3189
|
+
minHeight?: string | number | undefined;
|
|
3190
|
+
minWidth?: string | number | undefined;
|
|
3191
|
+
title?: string | undefined;
|
|
3192
|
+
image?: string | undefined;
|
|
3193
|
+
text?: string | undefined;
|
|
3194
|
+
class?: any;
|
|
3195
|
+
icon?: IconValue | undefined;
|
|
3196
|
+
href?: string | undefined;
|
|
3197
|
+
to?: string | undefined;
|
|
3198
|
+
theme?: string | undefined;
|
|
3199
|
+
bgColor?: string | undefined;
|
|
3200
|
+
actionText?: string | undefined;
|
|
3201
|
+
headline?: string | undefined;
|
|
3202
|
+
} & {
|
|
3203
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
3204
|
+
actions?: ((arg: {
|
|
3205
|
+
props: {
|
|
3206
|
+
onClick: (e: Event) => void;
|
|
3207
|
+
};
|
|
3208
|
+
}) => vue.VNodeChild) | undefined;
|
|
3209
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
3210
|
+
headline?: (() => vue.VNodeChild) | undefined;
|
|
3211
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
3212
|
+
media?: (() => vue.VNodeChild) | undefined;
|
|
3213
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
3214
|
+
};
|
|
3215
|
+
'v-slots'?: {
|
|
3216
|
+
actions?: false | ((arg: {
|
|
3217
|
+
props: {
|
|
3218
|
+
onClick: (e: Event) => void;
|
|
3219
|
+
};
|
|
3220
|
+
}) => vue.VNodeChild) | undefined;
|
|
3221
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
3222
|
+
headline?: false | (() => vue.VNodeChild) | undefined;
|
|
3223
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
|
3224
|
+
media?: false | (() => vue.VNodeChild) | undefined;
|
|
3225
|
+
text?: false | (() => vue.VNodeChild) | undefined;
|
|
3226
|
+
} | undefined;
|
|
3227
|
+
} & {
|
|
3228
|
+
"v-slot:actions"?: false | ((arg: {
|
|
3229
|
+
props: {
|
|
3230
|
+
onClick: (e: Event) => void;
|
|
3231
|
+
};
|
|
3232
|
+
}) => vue.VNodeChild) | undefined;
|
|
3233
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
3234
|
+
"v-slot:headline"?: false | (() => vue.VNodeChild) | undefined;
|
|
3235
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
3236
|
+
"v-slot:media"?: false | (() => vue.VNodeChild) | undefined;
|
|
3237
|
+
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
|
3238
|
+
} & {
|
|
3239
|
+
"onClick:action"?: ((e: Event) => any) | undefined;
|
|
3240
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
3241
|
+
'click:action': (e: Event) => true;
|
|
3242
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
3243
|
+
style: vue.StyleValue;
|
|
3244
|
+
size: NonNullable<string | number> | undefined;
|
|
3245
|
+
justify: "center" | "end" | "start";
|
|
3246
|
+
textWidth: string | number;
|
|
3247
|
+
} & {
|
|
3248
|
+
height?: string | number | undefined;
|
|
3249
|
+
width?: string | number | undefined;
|
|
3250
|
+
color?: string | undefined;
|
|
3251
|
+
maxHeight?: string | number | undefined;
|
|
3252
|
+
maxWidth?: string | number | undefined;
|
|
3253
|
+
minHeight?: string | number | undefined;
|
|
3254
|
+
minWidth?: string | number | undefined;
|
|
3255
|
+
title?: string | undefined;
|
|
3256
|
+
image?: string | undefined;
|
|
3257
|
+
text?: string | undefined;
|
|
3258
|
+
class?: any;
|
|
3259
|
+
icon?: IconValue | undefined;
|
|
3260
|
+
href?: string | undefined;
|
|
3261
|
+
to?: string | undefined;
|
|
3262
|
+
theme?: string | undefined;
|
|
3263
|
+
bgColor?: string | undefined;
|
|
3264
|
+
actionText?: string | undefined;
|
|
3265
|
+
headline?: string | undefined;
|
|
3266
|
+
} & {
|
|
3267
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
3268
|
+
actions?: ((arg: {
|
|
3269
|
+
props: {
|
|
3270
|
+
onClick: (e: Event) => void;
|
|
3271
|
+
};
|
|
3272
|
+
}) => vue.VNodeChild) | undefined;
|
|
3273
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
3274
|
+
headline?: (() => vue.VNodeChild) | undefined;
|
|
3275
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
3276
|
+
media?: (() => vue.VNodeChild) | undefined;
|
|
3277
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
3278
|
+
};
|
|
3279
|
+
'v-slots'?: {
|
|
3280
|
+
actions?: false | ((arg: {
|
|
3281
|
+
props: {
|
|
3282
|
+
onClick: (e: Event) => void;
|
|
3283
|
+
};
|
|
3284
|
+
}) => vue.VNodeChild) | undefined;
|
|
3285
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
3286
|
+
headline?: false | (() => vue.VNodeChild) | undefined;
|
|
3287
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
|
3288
|
+
media?: false | (() => vue.VNodeChild) | undefined;
|
|
3289
|
+
text?: false | (() => vue.VNodeChild) | undefined;
|
|
3290
|
+
} | undefined;
|
|
3291
|
+
} & {
|
|
3292
|
+
"v-slot:actions"?: false | ((arg: {
|
|
3293
|
+
props: {
|
|
3294
|
+
onClick: (e: Event) => void;
|
|
3295
|
+
};
|
|
3296
|
+
}) => vue.VNodeChild) | undefined;
|
|
3297
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
3298
|
+
"v-slot:headline"?: false | (() => vue.VNodeChild) | undefined;
|
|
3299
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
3300
|
+
"v-slot:media"?: false | (() => vue.VNodeChild) | undefined;
|
|
3301
|
+
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
|
3302
|
+
} & {
|
|
3303
|
+
"onClick:action"?: ((e: Event) => any) | undefined;
|
|
3304
|
+
}, {
|
|
3305
|
+
style: vue.StyleValue;
|
|
3306
|
+
size: NonNullable<string | number> | undefined;
|
|
3307
|
+
justify: "center" | "end" | "start";
|
|
3308
|
+
textWidth: string | number;
|
|
3309
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
3310
|
+
actions: (arg: {
|
|
3311
|
+
props: {
|
|
3312
|
+
onClick: (e: Event) => void;
|
|
3313
|
+
};
|
|
3314
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3315
|
+
[key: string]: any;
|
|
3316
|
+
}>[];
|
|
3317
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3318
|
+
[key: string]: any;
|
|
3319
|
+
}>[];
|
|
3320
|
+
headline: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3321
|
+
[key: string]: any;
|
|
3322
|
+
}>[];
|
|
3323
|
+
title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3324
|
+
[key: string]: any;
|
|
3325
|
+
}>[];
|
|
3326
|
+
media: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3327
|
+
[key: string]: any;
|
|
3328
|
+
}>[];
|
|
3329
|
+
text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3330
|
+
[key: string]: any;
|
|
3331
|
+
}>[];
|
|
3332
|
+
}>>, {
|
|
3333
|
+
P: {};
|
|
3334
|
+
B: {};
|
|
3335
|
+
D: {};
|
|
3336
|
+
C: {};
|
|
3337
|
+
M: {};
|
|
3338
|
+
Defaults: {};
|
|
3339
|
+
}, {
|
|
3340
|
+
style: vue.StyleValue;
|
|
3341
|
+
size: NonNullable<string | number> | undefined;
|
|
3342
|
+
justify: "center" | "end" | "start";
|
|
3343
|
+
textWidth: string | number;
|
|
3344
|
+
} & {
|
|
3345
|
+
height?: string | number | undefined;
|
|
3346
|
+
width?: string | number | undefined;
|
|
3347
|
+
color?: string | undefined;
|
|
3348
|
+
maxHeight?: string | number | undefined;
|
|
3349
|
+
maxWidth?: string | number | undefined;
|
|
3350
|
+
minHeight?: string | number | undefined;
|
|
3351
|
+
minWidth?: string | number | undefined;
|
|
3352
|
+
title?: string | undefined;
|
|
3353
|
+
image?: string | undefined;
|
|
3354
|
+
text?: string | undefined;
|
|
3355
|
+
class?: any;
|
|
3356
|
+
icon?: IconValue | undefined;
|
|
3357
|
+
href?: string | undefined;
|
|
3358
|
+
to?: string | undefined;
|
|
3359
|
+
theme?: string | undefined;
|
|
3360
|
+
bgColor?: string | undefined;
|
|
3361
|
+
actionText?: string | undefined;
|
|
3362
|
+
headline?: string | undefined;
|
|
3363
|
+
} & {
|
|
3364
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
3365
|
+
actions?: ((arg: {
|
|
3366
|
+
props: {
|
|
3367
|
+
onClick: (e: Event) => void;
|
|
3368
|
+
};
|
|
3369
|
+
}) => vue.VNodeChild) | undefined;
|
|
3370
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
3371
|
+
headline?: (() => vue.VNodeChild) | undefined;
|
|
3372
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
3373
|
+
media?: (() => vue.VNodeChild) | undefined;
|
|
3374
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
3375
|
+
};
|
|
3376
|
+
'v-slots'?: {
|
|
3377
|
+
actions?: false | ((arg: {
|
|
3378
|
+
props: {
|
|
3379
|
+
onClick: (e: Event) => void;
|
|
3380
|
+
};
|
|
3381
|
+
}) => vue.VNodeChild) | undefined;
|
|
3382
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
3383
|
+
headline?: false | (() => vue.VNodeChild) | undefined;
|
|
3384
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
|
3385
|
+
media?: false | (() => vue.VNodeChild) | undefined;
|
|
3386
|
+
text?: false | (() => vue.VNodeChild) | undefined;
|
|
3387
|
+
} | undefined;
|
|
3388
|
+
} & {
|
|
3389
|
+
"v-slot:actions"?: false | ((arg: {
|
|
3390
|
+
props: {
|
|
3391
|
+
onClick: (e: Event) => void;
|
|
3392
|
+
};
|
|
3393
|
+
}) => vue.VNodeChild) | undefined;
|
|
3394
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
3395
|
+
"v-slot:headline"?: false | (() => vue.VNodeChild) | undefined;
|
|
3396
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
3397
|
+
"v-slot:media"?: false | (() => vue.VNodeChild) | undefined;
|
|
3398
|
+
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
|
3399
|
+
} & {
|
|
3400
|
+
"onClick:action"?: ((e: Event) => any) | undefined;
|
|
3401
|
+
}, {}, {}, {}, {}, {
|
|
3402
|
+
style: vue.StyleValue;
|
|
3403
|
+
size: NonNullable<string | number> | undefined;
|
|
3404
|
+
justify: "center" | "end" | "start";
|
|
3405
|
+
textWidth: string | number;
|
|
3406
|
+
}>;
|
|
3407
|
+
__isFragment?: undefined;
|
|
3408
|
+
__isTeleport?: undefined;
|
|
3409
|
+
__isSuspense?: undefined;
|
|
3410
|
+
} & vue.ComponentOptionsBase<{
|
|
3411
|
+
style: vue.StyleValue;
|
|
3412
|
+
size: NonNullable<string | number> | undefined;
|
|
3413
|
+
justify: "center" | "end" | "start";
|
|
3414
|
+
textWidth: string | number;
|
|
3415
|
+
} & {
|
|
3416
|
+
height?: string | number | undefined;
|
|
3417
|
+
width?: string | number | undefined;
|
|
3418
|
+
color?: string | undefined;
|
|
3419
|
+
maxHeight?: string | number | undefined;
|
|
3420
|
+
maxWidth?: string | number | undefined;
|
|
3421
|
+
minHeight?: string | number | undefined;
|
|
3422
|
+
minWidth?: string | number | undefined;
|
|
3423
|
+
title?: string | undefined;
|
|
3424
|
+
image?: string | undefined;
|
|
3425
|
+
text?: string | undefined;
|
|
3426
|
+
class?: any;
|
|
3427
|
+
icon?: IconValue | undefined;
|
|
3428
|
+
href?: string | undefined;
|
|
3429
|
+
to?: string | undefined;
|
|
3430
|
+
theme?: string | undefined;
|
|
3431
|
+
bgColor?: string | undefined;
|
|
3432
|
+
actionText?: string | undefined;
|
|
3433
|
+
headline?: string | undefined;
|
|
3434
|
+
} & {
|
|
3435
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
3436
|
+
actions?: ((arg: {
|
|
3437
|
+
props: {
|
|
3438
|
+
onClick: (e: Event) => void;
|
|
3439
|
+
};
|
|
3440
|
+
}) => vue.VNodeChild) | undefined;
|
|
3441
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
3442
|
+
headline?: (() => vue.VNodeChild) | undefined;
|
|
3443
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
3444
|
+
media?: (() => vue.VNodeChild) | undefined;
|
|
3445
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
3446
|
+
};
|
|
3447
|
+
'v-slots'?: {
|
|
3448
|
+
actions?: false | ((arg: {
|
|
3449
|
+
props: {
|
|
3450
|
+
onClick: (e: Event) => void;
|
|
3451
|
+
};
|
|
3452
|
+
}) => vue.VNodeChild) | undefined;
|
|
3453
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
3454
|
+
headline?: false | (() => vue.VNodeChild) | undefined;
|
|
3455
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
|
3456
|
+
media?: false | (() => vue.VNodeChild) | undefined;
|
|
3457
|
+
text?: false | (() => vue.VNodeChild) | undefined;
|
|
3458
|
+
} | undefined;
|
|
3459
|
+
} & {
|
|
3460
|
+
"v-slot:actions"?: false | ((arg: {
|
|
3461
|
+
props: {
|
|
3462
|
+
onClick: (e: Event) => void;
|
|
3463
|
+
};
|
|
3464
|
+
}) => vue.VNodeChild) | undefined;
|
|
3465
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
3466
|
+
"v-slot:headline"?: false | (() => vue.VNodeChild) | undefined;
|
|
3467
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
3468
|
+
"v-slot:media"?: false | (() => vue.VNodeChild) | undefined;
|
|
3469
|
+
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
|
3470
|
+
} & {
|
|
3471
|
+
"onClick:action"?: ((e: Event) => any) | undefined;
|
|
3472
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
3473
|
+
'click:action': (e: Event) => true;
|
|
3474
|
+
}, string, {
|
|
3475
|
+
style: vue.StyleValue;
|
|
3476
|
+
size: NonNullable<string | number> | undefined;
|
|
3477
|
+
justify: "center" | "end" | "start";
|
|
3478
|
+
textWidth: string | number;
|
|
3479
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
3480
|
+
actions: (arg: {
|
|
3481
|
+
props: {
|
|
3482
|
+
onClick: (e: Event) => void;
|
|
3483
|
+
};
|
|
3484
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3485
|
+
[key: string]: any;
|
|
3486
|
+
}>[];
|
|
3487
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3488
|
+
[key: string]: any;
|
|
3489
|
+
}>[];
|
|
3490
|
+
headline: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3491
|
+
[key: string]: any;
|
|
3492
|
+
}>[];
|
|
3493
|
+
title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3494
|
+
[key: string]: any;
|
|
3495
|
+
}>[];
|
|
3496
|
+
media: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3497
|
+
[key: string]: any;
|
|
3498
|
+
}>[];
|
|
3499
|
+
text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3500
|
+
[key: string]: any;
|
|
3501
|
+
}>[];
|
|
3502
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
3503
|
+
theme: StringConstructor;
|
|
3504
|
+
size: Omit<{
|
|
3505
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3506
|
+
default: string;
|
|
3507
|
+
}, "type" | "default"> & {
|
|
3508
|
+
type: PropType<NonNullable<string | number> | undefined>;
|
|
3509
|
+
default: NonNullable<string | number> | undefined;
|
|
3510
|
+
};
|
|
3511
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
3512
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
3513
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
3514
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
3515
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
3516
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
3517
|
+
class: PropType<any>;
|
|
3518
|
+
style: {
|
|
3519
|
+
type: PropType<vue.StyleValue>;
|
|
3520
|
+
default: null;
|
|
3521
|
+
};
|
|
3522
|
+
actionText: StringConstructor;
|
|
3523
|
+
bgColor: StringConstructor;
|
|
3524
|
+
color: StringConstructor;
|
|
3525
|
+
icon: PropType<IconValue>;
|
|
3526
|
+
image: StringConstructor;
|
|
3527
|
+
justify: {
|
|
3528
|
+
type: PropType<"center" | "end" | "start">;
|
|
3529
|
+
default: string;
|
|
3530
|
+
};
|
|
3531
|
+
headline: StringConstructor;
|
|
3532
|
+
title: StringConstructor;
|
|
3533
|
+
text: StringConstructor;
|
|
3534
|
+
textWidth: {
|
|
3535
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3536
|
+
default: number;
|
|
3537
|
+
};
|
|
3538
|
+
href: StringConstructor;
|
|
3539
|
+
to: StringConstructor;
|
|
3540
|
+
}, vue.ExtractPropTypes<{
|
|
3541
|
+
theme: StringConstructor;
|
|
3542
|
+
size: Omit<{
|
|
3543
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3544
|
+
default: string;
|
|
3545
|
+
}, "type" | "default"> & {
|
|
3546
|
+
type: PropType<NonNullable<string | number> | undefined>;
|
|
3547
|
+
default: NonNullable<string | number> | undefined;
|
|
3548
|
+
};
|
|
3549
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
3550
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
3551
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
3552
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
3553
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
3554
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
3555
|
+
class: PropType<any>;
|
|
3556
|
+
style: {
|
|
3557
|
+
type: PropType<vue.StyleValue>;
|
|
3558
|
+
default: null;
|
|
3559
|
+
};
|
|
3560
|
+
actionText: StringConstructor;
|
|
3561
|
+
bgColor: StringConstructor;
|
|
3562
|
+
color: StringConstructor;
|
|
3563
|
+
icon: PropType<IconValue>;
|
|
3564
|
+
image: StringConstructor;
|
|
3565
|
+
justify: {
|
|
3566
|
+
type: PropType<"center" | "end" | "start">;
|
|
3567
|
+
default: string;
|
|
3568
|
+
};
|
|
3569
|
+
headline: StringConstructor;
|
|
3570
|
+
title: StringConstructor;
|
|
3571
|
+
text: StringConstructor;
|
|
3572
|
+
textWidth: {
|
|
3573
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3574
|
+
default: number;
|
|
3575
|
+
};
|
|
3576
|
+
href: StringConstructor;
|
|
3577
|
+
to: StringConstructor;
|
|
3578
|
+
}>>;
|
|
3579
|
+
type VEmptyState = InstanceType<typeof VEmptyState>;
|
|
3580
|
+
|
|
3581
|
+
export { VCalendar, VCalendarDay, VCalendarHeader, VCalendarInterval, VCalendarIntervalEvent, VCalendarMonthDay, VConfirmEdit, VEmptyState, VFab, VPicker, VPickerTitle, VSparkline };
|