vuetify 3.3.13 → 3.3.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +70 -66
- package/dist/json/importMap.json +12 -12
- package/dist/json/tags.json +5 -4
- package/dist/json/web-types.json +274 -185
- package/dist/vuetify-labs.css +565 -486
- package/dist/vuetify-labs.d.ts +831 -462
- package/dist/vuetify-labs.esm.js +453 -310
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +452 -309
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +318 -239
- package/dist/vuetify.d.ts +678 -301
- package/dist/vuetify.esm.js +253 -173
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +252 -172
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +842 -830
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.mjs +12 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.css +1 -1
- package/lib/components/VBadge/_variables.scss +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.css +13 -2
- package/lib/components/VBtnToggle/VBtnToggle.sass +3 -3
- package/lib/components/VBtnToggle/_variables.scss +2 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +14 -11
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +203 -87
- package/lib/components/VColorPicker/VColorPickerEdit.css +4 -2
- package/lib/components/VColorPicker/VColorPickerPreview.css +11 -6
- package/lib/components/VCombobox/VCombobox.mjs +11 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VField/VField.css +25 -7
- package/lib/components/VField/VField.sass +15 -1
- package/lib/components/VGrid/VGrid.css +153 -142
- package/lib/components/VIcon/VIcon.css +1 -0
- package/lib/components/VIcon/VIcon.sass +1 -0
- package/lib/components/VOverlay/useActivator.mjs +1 -1
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +3 -2
- package/lib/components/VRadio/index.d.mts +82 -23
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +75 -109
- package/lib/components/VRangeSlider/index.d.mts +114 -33
- package/lib/components/VSelect/VSelect.mjs +12 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs +19 -3
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +19 -5
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.css +8 -4
- package/lib/components/VSlider/VSliderTrack.css +22 -12
- package/lib/components/VSlider/index.d.mts +114 -33
- package/lib/components/VSwitch/VSwitch.css +7 -5
- package/lib/components/VSwitch/VSwitch.mjs +26 -16
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +6 -4
- package/lib/components/VSwitch/_variables.scss +5 -3
- package/lib/components/VSwitch/index.d.mts +82 -23
- package/lib/components/VTable/VTable.css +3 -0
- package/lib/components/VTable/VTable.sass +4 -0
- package/lib/components/VTable/_variables.scss +3 -0
- package/lib/components/VTabs/VTab.mjs +2 -2
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.mjs +1 -0
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.css +19 -10
- package/lib/components/VTimeline/VTimeline.sass +5 -0
- package/lib/components/VToolbar/VToolbar.css +4 -2
- package/lib/components/index.d.mts +676 -299
- package/lib/composables/color.mjs +6 -1
- package/lib/composables/color.mjs.map +1 -1
- package/lib/composables/defaults.mjs +9 -9
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/theme.mjs +8 -7
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +3 -3
- package/lib/labs/VDateInput/index.d.mts +2 -2
- package/lib/labs/VDatePicker/VDateCard.mjs +3 -0
- package/lib/labs/VDatePicker/VDateCard.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePicker.mjs +51 -21
- package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerControls.css +1 -1
- package/lib/labs/VDatePicker/VDatePickerControls.mjs +53 -35
- package/lib/labs/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs +37 -28
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerYears.mjs +19 -17
- package/lib/labs/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/labs/VDatePicker/index.d.mts +148 -156
- package/lib/labs/VDateRangePicker/VDateRangeCard.mjs +3 -0
- package/lib/labs/VDateRangePicker/VDateRangeCard.mjs.map +1 -1
- package/lib/labs/VDateRangePicker/index.d.mts +59 -52
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/index.d.mts +8 -8
- package/lib/labs/components.d.mts +156 -164
- package/lib/locale/bg.mjs +23 -23
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/fa.mjs +16 -16
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -1
- package/lib/locale/no.mjs.map +1 -1
- package/lib/styles/tools/_rtl.sass +4 -2
- package/lib/styles/tools/_states.sass +5 -5
- package/lib/util/colorUtils.mjs +6 -0
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/helpers.mjs +10 -4
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/injectSelf.mjs +2 -1
- package/lib/util/injectSelf.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -1627,7 +1627,7 @@ declare const VAppBar: {
|
|
|
1627
1627
|
name?: string | undefined;
|
|
1628
1628
|
border?: string | number | boolean | undefined;
|
|
1629
1629
|
color?: string | undefined;
|
|
1630
|
-
scrollBehavior?: "hide" | "collapse" | "inverted" | "elevate" | "fade-image" | undefined;
|
|
1630
|
+
scrollBehavior?: "hide" | (string & {}) | "collapse" | "inverted" | "elevate" | "fade-image" | undefined;
|
|
1631
1631
|
title?: string | undefined;
|
|
1632
1632
|
image?: string | undefined;
|
|
1633
1633
|
class?: any;
|
|
@@ -1748,7 +1748,7 @@ declare const VAppBar: {
|
|
|
1748
1748
|
name?: string | undefined;
|
|
1749
1749
|
border?: string | number | boolean | undefined;
|
|
1750
1750
|
color?: string | undefined;
|
|
1751
|
-
scrollBehavior?: "hide" | "collapse" | "inverted" | "elevate" | "fade-image" | undefined;
|
|
1751
|
+
scrollBehavior?: "hide" | (string & {}) | "collapse" | "inverted" | "elevate" | "fade-image" | undefined;
|
|
1752
1752
|
title?: string | undefined;
|
|
1753
1753
|
image?: string | undefined;
|
|
1754
1754
|
class?: any;
|
|
@@ -1858,7 +1858,7 @@ declare const VAppBar: {
|
|
|
1858
1858
|
name?: string | undefined;
|
|
1859
1859
|
border?: string | number | boolean | undefined;
|
|
1860
1860
|
color?: string | undefined;
|
|
1861
|
-
scrollBehavior?: "hide" | "collapse" | "inverted" | "elevate" | "fade-image" | undefined;
|
|
1861
|
+
scrollBehavior?: "hide" | (string & {}) | "collapse" | "inverted" | "elevate" | "fade-image" | undefined;
|
|
1862
1862
|
title?: string | undefined;
|
|
1863
1863
|
image?: string | undefined;
|
|
1864
1864
|
class?: any;
|
|
@@ -1915,7 +1915,7 @@ declare const VAppBar: {
|
|
|
1915
1915
|
name?: string | undefined;
|
|
1916
1916
|
border?: string | number | boolean | undefined;
|
|
1917
1917
|
color?: string | undefined;
|
|
1918
|
-
scrollBehavior?: "hide" | "collapse" | "inverted" | "elevate" | "fade-image" | undefined;
|
|
1918
|
+
scrollBehavior?: "hide" | (string & {}) | "collapse" | "inverted" | "elevate" | "fade-image" | undefined;
|
|
1919
1919
|
title?: string | undefined;
|
|
1920
1920
|
image?: string | undefined;
|
|
1921
1921
|
class?: any;
|
|
@@ -2044,7 +2044,7 @@ declare const VAppBar: {
|
|
|
2044
2044
|
floating: BooleanConstructor;
|
|
2045
2045
|
image: StringConstructor;
|
|
2046
2046
|
title: StringConstructor;
|
|
2047
|
-
scrollBehavior: PropType<"hide" | "collapse" | "inverted" | "elevate" | "fade-image">;
|
|
2047
|
+
scrollBehavior: PropType<"hide" | (string & {}) | "collapse" | "inverted" | "elevate" | "fade-image">;
|
|
2048
2048
|
modelValue: {
|
|
2049
2049
|
type: BooleanConstructor;
|
|
2050
2050
|
default: boolean;
|
|
@@ -2112,7 +2112,7 @@ declare const VAppBar: {
|
|
|
2112
2112
|
floating: BooleanConstructor;
|
|
2113
2113
|
image: StringConstructor;
|
|
2114
2114
|
title: StringConstructor;
|
|
2115
|
-
scrollBehavior: PropType<"hide" | "collapse" | "inverted" | "elevate" | "fade-image">;
|
|
2115
|
+
scrollBehavior: PropType<"hide" | (string & {}) | "collapse" | "inverted" | "elevate" | "fade-image">;
|
|
2116
2116
|
modelValue: {
|
|
2117
2117
|
type: BooleanConstructor;
|
|
2118
2118
|
default: boolean;
|
|
@@ -14374,6 +14374,8 @@ type SelectionControlSlot = {
|
|
|
14374
14374
|
model: WritableComputedRef<any>;
|
|
14375
14375
|
textColorClasses: Ref<string[]>;
|
|
14376
14376
|
textColorStyles: Ref<CSSProperties>;
|
|
14377
|
+
backgroundColorClasses: Ref<string[]>;
|
|
14378
|
+
backgroundColorStyles: Ref<CSSProperties>;
|
|
14377
14379
|
inputNode: VNode;
|
|
14378
14380
|
icon: IconValue | undefined;
|
|
14379
14381
|
props: {
|
|
@@ -14383,7 +14385,10 @@ type SelectionControlSlot = {
|
|
|
14383
14385
|
};
|
|
14384
14386
|
};
|
|
14385
14387
|
type VSelectionControlSlots = {
|
|
14386
|
-
default:
|
|
14388
|
+
default: {
|
|
14389
|
+
backgroundColorClasses: Ref<string[]>;
|
|
14390
|
+
backgroundColorStyles: Ref<CSSProperties>;
|
|
14391
|
+
};
|
|
14387
14392
|
label: {
|
|
14388
14393
|
label: string | undefined;
|
|
14389
14394
|
props: Record<string, unknown>;
|
|
@@ -14468,7 +14473,10 @@ declare const VSelectionControl: {
|
|
|
14468
14473
|
[x: string]: unknown;
|
|
14469
14474
|
};
|
|
14470
14475
|
$slots: Readonly<{
|
|
14471
|
-
default?: ((
|
|
14476
|
+
default?: ((arg: {
|
|
14477
|
+
backgroundColorClasses: Ref<string[]>;
|
|
14478
|
+
backgroundColorStyles: Ref<CSSProperties>;
|
|
14479
|
+
}) => VNode<vue.RendererNode, vue.RendererElement, {
|
|
14472
14480
|
[key: string]: any;
|
|
14473
14481
|
}>[]) | undefined;
|
|
14474
14482
|
label?: ((arg: {
|
|
@@ -14527,7 +14535,10 @@ declare const VSelectionControl: {
|
|
|
14527
14535
|
ripple: boolean;
|
|
14528
14536
|
valueComparator: typeof deepEqual;
|
|
14529
14537
|
}, {}, string, vue.SlotsType<Partial<{
|
|
14530
|
-
default: (
|
|
14538
|
+
default: (arg: {
|
|
14539
|
+
backgroundColorClasses: Ref<string[]>;
|
|
14540
|
+
backgroundColorStyles: Ref<CSSProperties>;
|
|
14541
|
+
}) => VNode<vue.RendererNode, vue.RendererElement, {
|
|
14531
14542
|
[key: string]: any;
|
|
14532
14543
|
}>[];
|
|
14533
14544
|
label: (arg: {
|
|
@@ -14634,7 +14645,10 @@ declare const VSelectionControl: {
|
|
|
14634
14645
|
ripple: boolean;
|
|
14635
14646
|
valueComparator: typeof deepEqual;
|
|
14636
14647
|
}, {}, string, vue.SlotsType<Partial<{
|
|
14637
|
-
default: (
|
|
14648
|
+
default: (arg: {
|
|
14649
|
+
backgroundColorClasses: Ref<string[]>;
|
|
14650
|
+
backgroundColorStyles: Ref<CSSProperties>;
|
|
14651
|
+
}) => VNode<vue.RendererNode, vue.RendererElement, {
|
|
14638
14652
|
[key: string]: any;
|
|
14639
14653
|
}>[];
|
|
14640
14654
|
label: (arg: {
|
|
@@ -14774,12 +14788,18 @@ declare const VCheckbox: {
|
|
|
14774
14788
|
value?: any;
|
|
14775
14789
|
label?: string | undefined;
|
|
14776
14790
|
class?: any;
|
|
14777
|
-
$children?: vue.VNodeChild | ((
|
|
14778
|
-
|
|
14779
|
-
|
|
14780
|
-
|
|
14781
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
14791
|
+
$children?: vue.VNodeChild | ((arg: {
|
|
14792
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
14793
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
14794
|
+
}) => vue.VNodeChild) | {
|
|
14782
14795
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
14796
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
14797
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
14798
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
14799
|
+
default?: ((arg: {
|
|
14800
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
14801
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
14802
|
+
}) => vue.VNodeChild) | undefined;
|
|
14783
14803
|
label?: ((arg: {
|
|
14784
14804
|
label: string | undefined;
|
|
14785
14805
|
props: Record<string, unknown>;
|
|
@@ -14790,13 +14810,19 @@ declare const VCheckbox: {
|
|
|
14790
14810
|
ref_for?: boolean | undefined;
|
|
14791
14811
|
ref_key?: string | undefined;
|
|
14792
14812
|
theme?: string | undefined;
|
|
14793
|
-
"v-slot:default"?: false | ((
|
|
14813
|
+
"v-slot:default"?: false | ((arg: {
|
|
14814
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
14815
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
14816
|
+
}) => vue.VNodeChild) | undefined;
|
|
14794
14817
|
'v-slots'?: {
|
|
14795
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
14796
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
14797
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
14798
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
14799
14818
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
14819
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
14820
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
14821
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
14822
|
+
default?: false | ((arg: {
|
|
14823
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
14824
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
14825
|
+
}) => vue.VNodeChild) | undefined;
|
|
14800
14826
|
label?: false | ((arg: {
|
|
14801
14827
|
label: string | undefined;
|
|
14802
14828
|
props: Record<string, unknown>;
|
|
@@ -14872,19 +14898,22 @@ declare const VCheckbox: {
|
|
|
14872
14898
|
[x: string]: unknown;
|
|
14873
14899
|
};
|
|
14874
14900
|
$slots: Readonly<{
|
|
14875
|
-
|
|
14901
|
+
message?: ((arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
14876
14902
|
[key: string]: any;
|
|
14877
14903
|
}>[]) | undefined;
|
|
14878
|
-
|
|
14904
|
+
details?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
14879
14905
|
[key: string]: any;
|
|
14880
14906
|
}>[]) | undefined;
|
|
14881
14907
|
append?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
14882
14908
|
[key: string]: any;
|
|
14883
14909
|
}>[]) | undefined;
|
|
14884
|
-
|
|
14910
|
+
prepend?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
14885
14911
|
[key: string]: any;
|
|
14886
14912
|
}>[]) | undefined;
|
|
14887
|
-
|
|
14913
|
+
default?: ((arg: {
|
|
14914
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
14915
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
14916
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
14888
14917
|
[key: string]: any;
|
|
14889
14918
|
}>[]) | undefined;
|
|
14890
14919
|
label?: ((arg: {
|
|
@@ -14945,12 +14974,18 @@ declare const VCheckbox: {
|
|
|
14945
14974
|
hint?: string | undefined;
|
|
14946
14975
|
hideDetails?: boolean | "auto" | undefined;
|
|
14947
14976
|
} & {
|
|
14948
|
-
$children?: vue.VNodeChild | ((
|
|
14949
|
-
|
|
14950
|
-
|
|
14951
|
-
|
|
14952
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
14977
|
+
$children?: vue.VNodeChild | ((arg: {
|
|
14978
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
14979
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
14980
|
+
}) => vue.VNodeChild) | {
|
|
14953
14981
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
14982
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
14983
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
14984
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
14985
|
+
default?: ((arg: {
|
|
14986
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
14987
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
14988
|
+
}) => vue.VNodeChild) | undefined;
|
|
14954
14989
|
label?: ((arg: {
|
|
14955
14990
|
label: string | undefined;
|
|
14956
14991
|
props: Record<string, unknown>;
|
|
@@ -14958,11 +14993,14 @@ declare const VCheckbox: {
|
|
|
14958
14993
|
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
14959
14994
|
};
|
|
14960
14995
|
'v-slots'?: {
|
|
14961
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
14962
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
14963
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
14964
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
14965
14996
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
14997
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
14998
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
14999
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15000
|
+
default?: false | ((arg: {
|
|
15001
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15002
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15003
|
+
}) => vue.VNodeChild) | undefined;
|
|
14966
15004
|
label?: false | ((arg: {
|
|
14967
15005
|
label: string | undefined;
|
|
14968
15006
|
props: Record<string, unknown>;
|
|
@@ -14970,11 +15008,14 @@ declare const VCheckbox: {
|
|
|
14970
15008
|
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
14971
15009
|
} | undefined;
|
|
14972
15010
|
} & {
|
|
14973
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
14974
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
14975
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
14976
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
14977
15011
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
15012
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15013
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15014
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15015
|
+
"v-slot:default"?: false | ((arg: {
|
|
15016
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15017
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15018
|
+
}) => vue.VNodeChild) | undefined;
|
|
14978
15019
|
"v-slot:label"?: false | ((arg: {
|
|
14979
15020
|
label: string | undefined;
|
|
14980
15021
|
props: Record<string, unknown>;
|
|
@@ -15008,19 +15049,22 @@ declare const VCheckbox: {
|
|
|
15008
15049
|
centerAffix: boolean;
|
|
15009
15050
|
persistentHint: boolean;
|
|
15010
15051
|
}, {}, string, vue.SlotsType<Partial<{
|
|
15011
|
-
|
|
15052
|
+
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
15012
15053
|
[key: string]: any;
|
|
15013
15054
|
}>[];
|
|
15014
|
-
|
|
15055
|
+
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
15015
15056
|
[key: string]: any;
|
|
15016
15057
|
}>[];
|
|
15017
15058
|
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
15018
15059
|
[key: string]: any;
|
|
15019
15060
|
}>[];
|
|
15020
|
-
|
|
15061
|
+
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
15021
15062
|
[key: string]: any;
|
|
15022
15063
|
}>[];
|
|
15023
|
-
|
|
15064
|
+
default: (arg: {
|
|
15065
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15066
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15067
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
15024
15068
|
[key: string]: any;
|
|
15025
15069
|
}>[];
|
|
15026
15070
|
label: (arg: {
|
|
@@ -15096,12 +15140,18 @@ declare const VCheckbox: {
|
|
|
15096
15140
|
hint?: string | undefined;
|
|
15097
15141
|
hideDetails?: boolean | "auto" | undefined;
|
|
15098
15142
|
} & {
|
|
15099
|
-
$children?: vue.VNodeChild | ((
|
|
15100
|
-
|
|
15101
|
-
|
|
15102
|
-
|
|
15103
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15143
|
+
$children?: vue.VNodeChild | ((arg: {
|
|
15144
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15145
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15146
|
+
}) => vue.VNodeChild) | {
|
|
15104
15147
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
15148
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15149
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15150
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15151
|
+
default?: ((arg: {
|
|
15152
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15153
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15154
|
+
}) => vue.VNodeChild) | undefined;
|
|
15105
15155
|
label?: ((arg: {
|
|
15106
15156
|
label: string | undefined;
|
|
15107
15157
|
props: Record<string, unknown>;
|
|
@@ -15109,11 +15159,14 @@ declare const VCheckbox: {
|
|
|
15109
15159
|
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
15110
15160
|
};
|
|
15111
15161
|
'v-slots'?: {
|
|
15112
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
15113
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15114
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15115
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15116
15162
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
15163
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15164
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15165
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15166
|
+
default?: false | ((arg: {
|
|
15167
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15168
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15169
|
+
}) => vue.VNodeChild) | undefined;
|
|
15117
15170
|
label?: false | ((arg: {
|
|
15118
15171
|
label: string | undefined;
|
|
15119
15172
|
props: Record<string, unknown>;
|
|
@@ -15121,11 +15174,14 @@ declare const VCheckbox: {
|
|
|
15121
15174
|
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
15122
15175
|
} | undefined;
|
|
15123
15176
|
} & {
|
|
15124
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
15125
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15126
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15127
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15128
15177
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
15178
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15179
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15180
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15181
|
+
"v-slot:default"?: false | ((arg: {
|
|
15182
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15183
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15184
|
+
}) => vue.VNodeChild) | undefined;
|
|
15129
15185
|
"v-slot:label"?: false | ((arg: {
|
|
15130
15186
|
label: string | undefined;
|
|
15131
15187
|
props: Record<string, unknown>;
|
|
@@ -15182,12 +15238,18 @@ declare const VCheckbox: {
|
|
|
15182
15238
|
hint?: string | undefined;
|
|
15183
15239
|
hideDetails?: boolean | "auto" | undefined;
|
|
15184
15240
|
} & {
|
|
15185
|
-
$children?: vue.VNodeChild | ((
|
|
15186
|
-
|
|
15187
|
-
|
|
15188
|
-
|
|
15189
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15241
|
+
$children?: vue.VNodeChild | ((arg: {
|
|
15242
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15243
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15244
|
+
}) => vue.VNodeChild) | {
|
|
15190
15245
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
15246
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15247
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15248
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15249
|
+
default?: ((arg: {
|
|
15250
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15251
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15252
|
+
}) => vue.VNodeChild) | undefined;
|
|
15191
15253
|
label?: ((arg: {
|
|
15192
15254
|
label: string | undefined;
|
|
15193
15255
|
props: Record<string, unknown>;
|
|
@@ -15195,11 +15257,14 @@ declare const VCheckbox: {
|
|
|
15195
15257
|
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
15196
15258
|
};
|
|
15197
15259
|
'v-slots'?: {
|
|
15198
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
15199
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15200
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15201
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15202
15260
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
15261
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15262
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15263
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15264
|
+
default?: false | ((arg: {
|
|
15265
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15266
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15267
|
+
}) => vue.VNodeChild) | undefined;
|
|
15203
15268
|
label?: false | ((arg: {
|
|
15204
15269
|
label: string | undefined;
|
|
15205
15270
|
props: Record<string, unknown>;
|
|
@@ -15207,11 +15272,14 @@ declare const VCheckbox: {
|
|
|
15207
15272
|
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
15208
15273
|
} | undefined;
|
|
15209
15274
|
} & {
|
|
15210
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
15211
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15212
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15213
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15214
15275
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
15276
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15277
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15278
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
15279
|
+
"v-slot:default"?: false | ((arg: {
|
|
15280
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15281
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15282
|
+
}) => vue.VNodeChild) | undefined;
|
|
15215
15283
|
"v-slot:label"?: false | ((arg: {
|
|
15216
15284
|
label: string | undefined;
|
|
15217
15285
|
props: Record<string, unknown>;
|
|
@@ -15245,19 +15313,22 @@ declare const VCheckbox: {
|
|
|
15245
15313
|
centerAffix: boolean;
|
|
15246
15314
|
persistentHint: boolean;
|
|
15247
15315
|
}, {}, string, vue.SlotsType<Partial<{
|
|
15248
|
-
|
|
15316
|
+
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
15249
15317
|
[key: string]: any;
|
|
15250
15318
|
}>[];
|
|
15251
|
-
|
|
15319
|
+
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
15252
15320
|
[key: string]: any;
|
|
15253
15321
|
}>[];
|
|
15254
15322
|
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
15255
15323
|
[key: string]: any;
|
|
15256
15324
|
}>[];
|
|
15257
|
-
|
|
15325
|
+
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
15258
15326
|
[key: string]: any;
|
|
15259
15327
|
}>[];
|
|
15260
|
-
|
|
15328
|
+
default: (arg: {
|
|
15329
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15330
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15331
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
15261
15332
|
[key: string]: any;
|
|
15262
15333
|
}>[];
|
|
15263
15334
|
label: (arg: {
|
|
@@ -15476,21 +15547,33 @@ declare const VCheckboxBtn: {
|
|
|
15476
15547
|
value?: any;
|
|
15477
15548
|
label?: string | undefined;
|
|
15478
15549
|
class?: any;
|
|
15479
|
-
$children?: vue.VNodeChild |
|
|
15480
|
-
default?: ((
|
|
15550
|
+
$children?: vue.VNodeChild | {
|
|
15551
|
+
default?: ((arg: {
|
|
15552
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15553
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15554
|
+
}) => vue.VNodeChild) | undefined;
|
|
15481
15555
|
label?: ((arg: {
|
|
15482
15556
|
label: string | undefined;
|
|
15483
15557
|
props: Record<string, unknown>;
|
|
15484
15558
|
}) => vue.VNodeChild) | undefined;
|
|
15485
15559
|
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
15486
|
-
}
|
|
15560
|
+
} | ((arg: {
|
|
15561
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15562
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15563
|
+
}) => vue.VNodeChild);
|
|
15487
15564
|
ref?: vue.VNodeRef | undefined;
|
|
15488
15565
|
ref_for?: boolean | undefined;
|
|
15489
15566
|
ref_key?: string | undefined;
|
|
15490
15567
|
theme?: string | undefined;
|
|
15491
|
-
"v-slot:default"?: false | ((
|
|
15568
|
+
"v-slot:default"?: false | ((arg: {
|
|
15569
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15570
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15571
|
+
}) => vue.VNodeChild) | undefined;
|
|
15492
15572
|
'v-slots'?: {
|
|
15493
|
-
default?: false | ((
|
|
15573
|
+
default?: false | ((arg: {
|
|
15574
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15575
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15576
|
+
}) => vue.VNodeChild) | undefined;
|
|
15494
15577
|
label?: false | ((arg: {
|
|
15495
15578
|
label: string | undefined;
|
|
15496
15579
|
props: Record<string, unknown>;
|
|
@@ -15554,7 +15637,10 @@ declare const VCheckboxBtn: {
|
|
|
15554
15637
|
[x: string]: unknown;
|
|
15555
15638
|
};
|
|
15556
15639
|
$slots: Readonly<{
|
|
15557
|
-
default?: ((
|
|
15640
|
+
default?: ((arg: {
|
|
15641
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15642
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15643
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
15558
15644
|
[key: string]: any;
|
|
15559
15645
|
}>[]) | undefined;
|
|
15560
15646
|
label?: ((arg: {
|
|
@@ -15599,16 +15685,25 @@ declare const VCheckboxBtn: {
|
|
|
15599
15685
|
trueValue?: any;
|
|
15600
15686
|
falseValue?: any;
|
|
15601
15687
|
} & {
|
|
15602
|
-
$children?: vue.VNodeChild |
|
|
15603
|
-
default?: ((
|
|
15688
|
+
$children?: vue.VNodeChild | {
|
|
15689
|
+
default?: ((arg: {
|
|
15690
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15691
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15692
|
+
}) => vue.VNodeChild) | undefined;
|
|
15604
15693
|
label?: ((arg: {
|
|
15605
15694
|
label: string | undefined;
|
|
15606
15695
|
props: Record<string, unknown>;
|
|
15607
15696
|
}) => vue.VNodeChild) | undefined;
|
|
15608
15697
|
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
15609
|
-
}
|
|
15698
|
+
} | ((arg: {
|
|
15699
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15700
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15701
|
+
}) => vue.VNodeChild);
|
|
15610
15702
|
'v-slots'?: {
|
|
15611
|
-
default?: false | ((
|
|
15703
|
+
default?: false | ((arg: {
|
|
15704
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15705
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15706
|
+
}) => vue.VNodeChild) | undefined;
|
|
15612
15707
|
label?: false | ((arg: {
|
|
15613
15708
|
label: string | undefined;
|
|
15614
15709
|
props: Record<string, unknown>;
|
|
@@ -15616,7 +15711,10 @@ declare const VCheckboxBtn: {
|
|
|
15616
15711
|
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
15617
15712
|
} | undefined;
|
|
15618
15713
|
} & {
|
|
15619
|
-
"v-slot:default"?: false | ((
|
|
15714
|
+
"v-slot:default"?: false | ((arg: {
|
|
15715
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15716
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15717
|
+
}) => vue.VNodeChild) | undefined;
|
|
15620
15718
|
"v-slot:label"?: false | ((arg: {
|
|
15621
15719
|
label: string | undefined;
|
|
15622
15720
|
props: Record<string, unknown>;
|
|
@@ -15643,7 +15741,10 @@ declare const VCheckboxBtn: {
|
|
|
15643
15741
|
valueComparator: typeof deepEqual;
|
|
15644
15742
|
indeterminateIcon: IconValue;
|
|
15645
15743
|
}, {}, string, vue.SlotsType<Partial<{
|
|
15646
|
-
default: (
|
|
15744
|
+
default: (arg: {
|
|
15745
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15746
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15747
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
15647
15748
|
[key: string]: any;
|
|
15648
15749
|
}>[];
|
|
15649
15750
|
label: (arg: {
|
|
@@ -15703,16 +15804,25 @@ declare const VCheckboxBtn: {
|
|
|
15703
15804
|
trueValue?: any;
|
|
15704
15805
|
falseValue?: any;
|
|
15705
15806
|
} & {
|
|
15706
|
-
$children?: vue.VNodeChild |
|
|
15707
|
-
default?: ((
|
|
15807
|
+
$children?: vue.VNodeChild | {
|
|
15808
|
+
default?: ((arg: {
|
|
15809
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15810
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15811
|
+
}) => vue.VNodeChild) | undefined;
|
|
15708
15812
|
label?: ((arg: {
|
|
15709
15813
|
label: string | undefined;
|
|
15710
15814
|
props: Record<string, unknown>;
|
|
15711
15815
|
}) => vue.VNodeChild) | undefined;
|
|
15712
15816
|
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
15713
|
-
}
|
|
15817
|
+
} | ((arg: {
|
|
15818
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15819
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15820
|
+
}) => vue.VNodeChild);
|
|
15714
15821
|
'v-slots'?: {
|
|
15715
|
-
default?: false | ((
|
|
15822
|
+
default?: false | ((arg: {
|
|
15823
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15824
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15825
|
+
}) => vue.VNodeChild) | undefined;
|
|
15716
15826
|
label?: false | ((arg: {
|
|
15717
15827
|
label: string | undefined;
|
|
15718
15828
|
props: Record<string, unknown>;
|
|
@@ -15720,7 +15830,10 @@ declare const VCheckboxBtn: {
|
|
|
15720
15830
|
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
15721
15831
|
} | undefined;
|
|
15722
15832
|
} & {
|
|
15723
|
-
"v-slot:default"?: false | ((
|
|
15833
|
+
"v-slot:default"?: false | ((arg: {
|
|
15834
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15835
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15836
|
+
}) => vue.VNodeChild) | undefined;
|
|
15724
15837
|
"v-slot:label"?: false | ((arg: {
|
|
15725
15838
|
label: string | undefined;
|
|
15726
15839
|
props: Record<string, unknown>;
|
|
@@ -15761,16 +15874,25 @@ declare const VCheckboxBtn: {
|
|
|
15761
15874
|
trueValue?: any;
|
|
15762
15875
|
falseValue?: any;
|
|
15763
15876
|
} & {
|
|
15764
|
-
$children?: vue.VNodeChild |
|
|
15765
|
-
default?: ((
|
|
15877
|
+
$children?: vue.VNodeChild | {
|
|
15878
|
+
default?: ((arg: {
|
|
15879
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15880
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15881
|
+
}) => vue.VNodeChild) | undefined;
|
|
15766
15882
|
label?: ((arg: {
|
|
15767
15883
|
label: string | undefined;
|
|
15768
15884
|
props: Record<string, unknown>;
|
|
15769
15885
|
}) => vue.VNodeChild) | undefined;
|
|
15770
15886
|
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
15771
|
-
}
|
|
15887
|
+
} | ((arg: {
|
|
15888
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15889
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15890
|
+
}) => vue.VNodeChild);
|
|
15772
15891
|
'v-slots'?: {
|
|
15773
|
-
default?: false | ((
|
|
15892
|
+
default?: false | ((arg: {
|
|
15893
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15894
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15895
|
+
}) => vue.VNodeChild) | undefined;
|
|
15774
15896
|
label?: false | ((arg: {
|
|
15775
15897
|
label: string | undefined;
|
|
15776
15898
|
props: Record<string, unknown>;
|
|
@@ -15778,7 +15900,10 @@ declare const VCheckboxBtn: {
|
|
|
15778
15900
|
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
15779
15901
|
} | undefined;
|
|
15780
15902
|
} & {
|
|
15781
|
-
"v-slot:default"?: false | ((
|
|
15903
|
+
"v-slot:default"?: false | ((arg: {
|
|
15904
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15905
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15906
|
+
}) => vue.VNodeChild) | undefined;
|
|
15782
15907
|
"v-slot:label"?: false | ((arg: {
|
|
15783
15908
|
label: string | undefined;
|
|
15784
15909
|
props: Record<string, unknown>;
|
|
@@ -15805,7 +15930,10 @@ declare const VCheckboxBtn: {
|
|
|
15805
15930
|
valueComparator: typeof deepEqual;
|
|
15806
15931
|
indeterminateIcon: IconValue;
|
|
15807
15932
|
}, {}, string, vue.SlotsType<Partial<{
|
|
15808
|
-
default: (
|
|
15933
|
+
default: (arg: {
|
|
15934
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
15935
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
15936
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
15809
15937
|
[key: string]: any;
|
|
15810
15938
|
}>[];
|
|
15811
15939
|
label: (arg: {
|
|
@@ -37708,21 +37836,33 @@ declare const VRadio: {
|
|
|
37708
37836
|
value?: any;
|
|
37709
37837
|
label?: string | undefined;
|
|
37710
37838
|
class?: any;
|
|
37711
|
-
$children?: vue.VNodeChild |
|
|
37712
|
-
default?: ((
|
|
37839
|
+
$children?: vue.VNodeChild | {
|
|
37840
|
+
default?: ((arg: {
|
|
37841
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
37842
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
37843
|
+
}) => vue.VNodeChild) | undefined;
|
|
37713
37844
|
label?: ((arg: {
|
|
37714
37845
|
label: string | undefined;
|
|
37715
37846
|
props: Record<string, unknown>;
|
|
37716
37847
|
}) => vue.VNodeChild) | undefined;
|
|
37717
37848
|
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
37718
|
-
}
|
|
37849
|
+
} | ((arg: {
|
|
37850
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
37851
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
37852
|
+
}) => vue.VNodeChild);
|
|
37719
37853
|
ref?: vue.VNodeRef | undefined;
|
|
37720
37854
|
ref_for?: boolean | undefined;
|
|
37721
37855
|
ref_key?: string | undefined;
|
|
37722
37856
|
theme?: string | undefined;
|
|
37723
|
-
"v-slot:default"?: false | ((
|
|
37857
|
+
"v-slot:default"?: false | ((arg: {
|
|
37858
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
37859
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
37860
|
+
}) => vue.VNodeChild) | undefined;
|
|
37724
37861
|
'v-slots'?: {
|
|
37725
|
-
default?: false | ((
|
|
37862
|
+
default?: false | ((arg: {
|
|
37863
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
37864
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
37865
|
+
}) => vue.VNodeChild) | undefined;
|
|
37726
37866
|
label?: false | ((arg: {
|
|
37727
37867
|
label: string | undefined;
|
|
37728
37868
|
props: Record<string, unknown>;
|
|
@@ -37784,7 +37924,10 @@ declare const VRadio: {
|
|
|
37784
37924
|
[x: string]: unknown;
|
|
37785
37925
|
};
|
|
37786
37926
|
$slots: Readonly<{
|
|
37787
|
-
default?: ((
|
|
37927
|
+
default?: ((arg: {
|
|
37928
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
37929
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
37930
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
37788
37931
|
[key: string]: any;
|
|
37789
37932
|
}>[]) | undefined;
|
|
37790
37933
|
label?: ((arg: {
|
|
@@ -37827,16 +37970,25 @@ declare const VRadio: {
|
|
|
37827
37970
|
trueValue?: any;
|
|
37828
37971
|
falseValue?: any;
|
|
37829
37972
|
} & {
|
|
37830
|
-
$children?: vue.VNodeChild |
|
|
37831
|
-
default?: ((
|
|
37973
|
+
$children?: vue.VNodeChild | {
|
|
37974
|
+
default?: ((arg: {
|
|
37975
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
37976
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
37977
|
+
}) => vue.VNodeChild) | undefined;
|
|
37832
37978
|
label?: ((arg: {
|
|
37833
37979
|
label: string | undefined;
|
|
37834
37980
|
props: Record<string, unknown>;
|
|
37835
37981
|
}) => vue.VNodeChild) | undefined;
|
|
37836
37982
|
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
37837
|
-
}
|
|
37983
|
+
} | ((arg: {
|
|
37984
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
37985
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
37986
|
+
}) => vue.VNodeChild);
|
|
37838
37987
|
'v-slots'?: {
|
|
37839
|
-
default?: false | ((
|
|
37988
|
+
default?: false | ((arg: {
|
|
37989
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
37990
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
37991
|
+
}) => vue.VNodeChild) | undefined;
|
|
37840
37992
|
label?: false | ((arg: {
|
|
37841
37993
|
label: string | undefined;
|
|
37842
37994
|
props: Record<string, unknown>;
|
|
@@ -37844,7 +37996,10 @@ declare const VRadio: {
|
|
|
37844
37996
|
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
37845
37997
|
} | undefined;
|
|
37846
37998
|
} & {
|
|
37847
|
-
"v-slot:default"?: false | ((
|
|
37999
|
+
"v-slot:default"?: false | ((arg: {
|
|
38000
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
38001
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
38002
|
+
}) => vue.VNodeChild) | undefined;
|
|
37848
38003
|
"v-slot:label"?: false | ((arg: {
|
|
37849
38004
|
label: string | undefined;
|
|
37850
38005
|
props: Record<string, unknown>;
|
|
@@ -37863,7 +38018,10 @@ declare const VRadio: {
|
|
|
37863
38018
|
trueIcon: NonNullable<IconValue>;
|
|
37864
38019
|
valueComparator: typeof deepEqual;
|
|
37865
38020
|
}, {}, string, vue.SlotsType<Partial<{
|
|
37866
|
-
default: (
|
|
38021
|
+
default: (arg: {
|
|
38022
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
38023
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
38024
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
37867
38025
|
[key: string]: any;
|
|
37868
38026
|
}>[];
|
|
37869
38027
|
label: (arg: {
|
|
@@ -37921,16 +38079,25 @@ declare const VRadio: {
|
|
|
37921
38079
|
trueValue?: any;
|
|
37922
38080
|
falseValue?: any;
|
|
37923
38081
|
} & {
|
|
37924
|
-
$children?: vue.VNodeChild |
|
|
37925
|
-
default?: ((
|
|
38082
|
+
$children?: vue.VNodeChild | {
|
|
38083
|
+
default?: ((arg: {
|
|
38084
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
38085
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
38086
|
+
}) => vue.VNodeChild) | undefined;
|
|
37926
38087
|
label?: ((arg: {
|
|
37927
38088
|
label: string | undefined;
|
|
37928
38089
|
props: Record<string, unknown>;
|
|
37929
38090
|
}) => vue.VNodeChild) | undefined;
|
|
37930
38091
|
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
37931
|
-
}
|
|
38092
|
+
} | ((arg: {
|
|
38093
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
38094
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
38095
|
+
}) => vue.VNodeChild);
|
|
37932
38096
|
'v-slots'?: {
|
|
37933
|
-
default?: false | ((
|
|
38097
|
+
default?: false | ((arg: {
|
|
38098
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
38099
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
38100
|
+
}) => vue.VNodeChild) | undefined;
|
|
37934
38101
|
label?: false | ((arg: {
|
|
37935
38102
|
label: string | undefined;
|
|
37936
38103
|
props: Record<string, unknown>;
|
|
@@ -37938,7 +38105,10 @@ declare const VRadio: {
|
|
|
37938
38105
|
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
37939
38106
|
} | undefined;
|
|
37940
38107
|
} & {
|
|
37941
|
-
"v-slot:default"?: false | ((
|
|
38108
|
+
"v-slot:default"?: false | ((arg: {
|
|
38109
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
38110
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
38111
|
+
}) => vue.VNodeChild) | undefined;
|
|
37942
38112
|
"v-slot:label"?: false | ((arg: {
|
|
37943
38113
|
label: string | undefined;
|
|
37944
38114
|
props: Record<string, unknown>;
|
|
@@ -37974,16 +38144,25 @@ declare const VRadio: {
|
|
|
37974
38144
|
trueValue?: any;
|
|
37975
38145
|
falseValue?: any;
|
|
37976
38146
|
} & {
|
|
37977
|
-
$children?: vue.VNodeChild |
|
|
37978
|
-
default?: ((
|
|
38147
|
+
$children?: vue.VNodeChild | {
|
|
38148
|
+
default?: ((arg: {
|
|
38149
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
38150
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
38151
|
+
}) => vue.VNodeChild) | undefined;
|
|
37979
38152
|
label?: ((arg: {
|
|
37980
38153
|
label: string | undefined;
|
|
37981
38154
|
props: Record<string, unknown>;
|
|
37982
38155
|
}) => vue.VNodeChild) | undefined;
|
|
37983
38156
|
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
37984
|
-
}
|
|
38157
|
+
} | ((arg: {
|
|
38158
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
38159
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
38160
|
+
}) => vue.VNodeChild);
|
|
37985
38161
|
'v-slots'?: {
|
|
37986
|
-
default?: false | ((
|
|
38162
|
+
default?: false | ((arg: {
|
|
38163
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
38164
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
38165
|
+
}) => vue.VNodeChild) | undefined;
|
|
37987
38166
|
label?: false | ((arg: {
|
|
37988
38167
|
label: string | undefined;
|
|
37989
38168
|
props: Record<string, unknown>;
|
|
@@ -37991,7 +38170,10 @@ declare const VRadio: {
|
|
|
37991
38170
|
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
37992
38171
|
} | undefined;
|
|
37993
38172
|
} & {
|
|
37994
|
-
"v-slot:default"?: false | ((
|
|
38173
|
+
"v-slot:default"?: false | ((arg: {
|
|
38174
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
38175
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
38176
|
+
}) => vue.VNodeChild) | undefined;
|
|
37995
38177
|
"v-slot:label"?: false | ((arg: {
|
|
37996
38178
|
label: string | undefined;
|
|
37997
38179
|
props: Record<string, unknown>;
|
|
@@ -38010,7 +38192,10 @@ declare const VRadio: {
|
|
|
38010
38192
|
trueIcon: NonNullable<IconValue>;
|
|
38011
38193
|
valueComparator: typeof deepEqual;
|
|
38012
38194
|
}, {}, string, vue.SlotsType<Partial<{
|
|
38013
|
-
default: (
|
|
38195
|
+
default: (arg: {
|
|
38196
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
38197
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
38198
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38014
38199
|
[key: string]: any;
|
|
38015
38200
|
}>[];
|
|
38016
38201
|
label: (arg: {
|
|
@@ -38155,16 +38340,15 @@ declare const VRadioGroup: {
|
|
|
38155
38340
|
label?: string | undefined;
|
|
38156
38341
|
class?: any;
|
|
38157
38342
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
38158
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
38159
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38160
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38161
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38162
38343
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
38344
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38345
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38346
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38347
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
38163
38348
|
label?: ((arg: {
|
|
38164
38349
|
label: string | undefined;
|
|
38165
|
-
props: Record<string,
|
|
38350
|
+
props: Record<string, any>;
|
|
38166
38351
|
}) => vue.VNodeChild) | undefined;
|
|
38167
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
38168
38352
|
};
|
|
38169
38353
|
ref?: vue.VNodeRef | undefined;
|
|
38170
38354
|
ref_for?: boolean | undefined;
|
|
@@ -38172,16 +38356,15 @@ declare const VRadioGroup: {
|
|
|
38172
38356
|
theme?: string | undefined;
|
|
38173
38357
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
38174
38358
|
'v-slots'?: {
|
|
38175
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
38176
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38177
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38178
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38179
38359
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
38360
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38361
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38362
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38363
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
38180
38364
|
label?: false | ((arg: {
|
|
38181
38365
|
label: string | undefined;
|
|
38182
|
-
props: Record<string,
|
|
38366
|
+
props: Record<string, any>;
|
|
38183
38367
|
}) => vue.VNodeChild) | undefined;
|
|
38184
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
38185
38368
|
} | undefined;
|
|
38186
38369
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38187
38370
|
[key: string]: any;
|
|
@@ -38228,10 +38411,9 @@ declare const VRadioGroup: {
|
|
|
38228
38411
|
prependIcon?: IconValue | undefined;
|
|
38229
38412
|
appendIcon?: IconValue | undefined;
|
|
38230
38413
|
defaultsTarget?: string | undefined;
|
|
38231
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
38232
38414
|
"v-slot:label"?: false | ((arg: {
|
|
38233
38415
|
label: string | undefined;
|
|
38234
|
-
props: Record<string,
|
|
38416
|
+
props: Record<string, any>;
|
|
38235
38417
|
}) => vue.VNodeChild) | undefined;
|
|
38236
38418
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
38237
38419
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -38250,30 +38432,27 @@ declare const VRadioGroup: {
|
|
|
38250
38432
|
[x: string]: unknown;
|
|
38251
38433
|
};
|
|
38252
38434
|
$slots: Readonly<{
|
|
38253
|
-
|
|
38435
|
+
message?: ((arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38254
38436
|
[key: string]: any;
|
|
38255
38437
|
}>[]) | undefined;
|
|
38256
|
-
|
|
38438
|
+
details?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38257
38439
|
[key: string]: any;
|
|
38258
38440
|
}>[]) | undefined;
|
|
38259
38441
|
append?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38260
38442
|
[key: string]: any;
|
|
38261
38443
|
}>[]) | undefined;
|
|
38262
|
-
|
|
38444
|
+
prepend?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38263
38445
|
[key: string]: any;
|
|
38264
38446
|
}>[]) | undefined;
|
|
38265
|
-
|
|
38447
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38266
38448
|
[key: string]: any;
|
|
38267
38449
|
}>[]) | undefined;
|
|
38268
38450
|
label?: ((arg: {
|
|
38269
38451
|
label: string | undefined;
|
|
38270
|
-
props: Record<string,
|
|
38452
|
+
props: Record<string, any>;
|
|
38271
38453
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38272
38454
|
[key: string]: any;
|
|
38273
38455
|
}>[]) | undefined;
|
|
38274
|
-
input?: ((arg: SelectionControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38275
|
-
[key: string]: any;
|
|
38276
|
-
}>[]) | undefined;
|
|
38277
38456
|
}>;
|
|
38278
38457
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
38279
38458
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
@@ -38320,40 +38499,37 @@ declare const VRadioGroup: {
|
|
|
38320
38499
|
hideDetails?: boolean | "auto" | undefined;
|
|
38321
38500
|
} & {
|
|
38322
38501
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
38323
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
38324
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38325
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38326
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38327
38502
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
38503
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38504
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38505
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38506
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
38328
38507
|
label?: ((arg: {
|
|
38329
38508
|
label: string | undefined;
|
|
38330
|
-
props: Record<string,
|
|
38509
|
+
props: Record<string, any>;
|
|
38331
38510
|
}) => vue.VNodeChild) | undefined;
|
|
38332
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
38333
38511
|
};
|
|
38334
38512
|
'v-slots'?: {
|
|
38335
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
38336
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38337
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38338
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38339
38513
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
38514
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38515
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38516
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38517
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
38340
38518
|
label?: false | ((arg: {
|
|
38341
38519
|
label: string | undefined;
|
|
38342
|
-
props: Record<string,
|
|
38520
|
+
props: Record<string, any>;
|
|
38343
38521
|
}) => vue.VNodeChild) | undefined;
|
|
38344
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
38345
38522
|
} | undefined;
|
|
38346
38523
|
} & {
|
|
38347
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
38348
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38349
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38350
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38351
38524
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
38525
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38526
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38527
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38528
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
38352
38529
|
"v-slot:label"?: false | ((arg: {
|
|
38353
38530
|
label: string | undefined;
|
|
38354
|
-
props: Record<string,
|
|
38531
|
+
props: Record<string, any>;
|
|
38355
38532
|
}) => vue.VNodeChild) | undefined;
|
|
38356
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
38357
38533
|
} & {
|
|
38358
38534
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
38359
38535
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -38380,30 +38556,27 @@ declare const VRadioGroup: {
|
|
|
38380
38556
|
centerAffix: boolean;
|
|
38381
38557
|
persistentHint: boolean;
|
|
38382
38558
|
}, {}, string, vue.SlotsType<Partial<{
|
|
38383
|
-
|
|
38559
|
+
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38384
38560
|
[key: string]: any;
|
|
38385
38561
|
}>[];
|
|
38386
|
-
|
|
38562
|
+
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38387
38563
|
[key: string]: any;
|
|
38388
38564
|
}>[];
|
|
38389
38565
|
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38390
38566
|
[key: string]: any;
|
|
38391
38567
|
}>[];
|
|
38392
|
-
|
|
38568
|
+
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38393
38569
|
[key: string]: any;
|
|
38394
38570
|
}>[];
|
|
38395
|
-
|
|
38571
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38396
38572
|
[key: string]: any;
|
|
38397
38573
|
}>[];
|
|
38398
38574
|
label: (arg: {
|
|
38399
38575
|
label: string | undefined;
|
|
38400
|
-
props: Record<string,
|
|
38576
|
+
props: Record<string, any>;
|
|
38401
38577
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38402
38578
|
[key: string]: any;
|
|
38403
38579
|
}>[];
|
|
38404
|
-
input: (arg: SelectionControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38405
|
-
[key: string]: any;
|
|
38406
|
-
}>[];
|
|
38407
38580
|
}>>> & {
|
|
38408
38581
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
38409
38582
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -38465,40 +38638,37 @@ declare const VRadioGroup: {
|
|
|
38465
38638
|
hideDetails?: boolean | "auto" | undefined;
|
|
38466
38639
|
} & {
|
|
38467
38640
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
38468
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
38469
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38470
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38471
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38472
38641
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
38642
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38643
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38644
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38645
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
38473
38646
|
label?: ((arg: {
|
|
38474
38647
|
label: string | undefined;
|
|
38475
|
-
props: Record<string,
|
|
38648
|
+
props: Record<string, any>;
|
|
38476
38649
|
}) => vue.VNodeChild) | undefined;
|
|
38477
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
38478
38650
|
};
|
|
38479
38651
|
'v-slots'?: {
|
|
38480
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
38481
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38482
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38483
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38484
38652
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
38653
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38654
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38655
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38656
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
38485
38657
|
label?: false | ((arg: {
|
|
38486
38658
|
label: string | undefined;
|
|
38487
|
-
props: Record<string,
|
|
38659
|
+
props: Record<string, any>;
|
|
38488
38660
|
}) => vue.VNodeChild) | undefined;
|
|
38489
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
38490
38661
|
} | undefined;
|
|
38491
38662
|
} & {
|
|
38492
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
38493
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38494
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38495
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38496
38663
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
38664
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38665
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38666
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38667
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
38497
38668
|
"v-slot:label"?: false | ((arg: {
|
|
38498
38669
|
label: string | undefined;
|
|
38499
|
-
props: Record<string,
|
|
38670
|
+
props: Record<string, any>;
|
|
38500
38671
|
}) => vue.VNodeChild) | undefined;
|
|
38501
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
38502
38672
|
} & {
|
|
38503
38673
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
38504
38674
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
@@ -38546,40 +38716,37 @@ declare const VRadioGroup: {
|
|
|
38546
38716
|
hideDetails?: boolean | "auto" | undefined;
|
|
38547
38717
|
} & {
|
|
38548
38718
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
38549
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
38550
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38551
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38552
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38553
38719
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
38720
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38721
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38722
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38723
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
38554
38724
|
label?: ((arg: {
|
|
38555
38725
|
label: string | undefined;
|
|
38556
|
-
props: Record<string,
|
|
38726
|
+
props: Record<string, any>;
|
|
38557
38727
|
}) => vue.VNodeChild) | undefined;
|
|
38558
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
38559
38728
|
};
|
|
38560
38729
|
'v-slots'?: {
|
|
38561
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
38562
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38563
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38564
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38565
38730
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
38731
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38732
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38733
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38734
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
38566
38735
|
label?: false | ((arg: {
|
|
38567
38736
|
label: string | undefined;
|
|
38568
|
-
props: Record<string,
|
|
38737
|
+
props: Record<string, any>;
|
|
38569
38738
|
}) => vue.VNodeChild) | undefined;
|
|
38570
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
38571
38739
|
} | undefined;
|
|
38572
38740
|
} & {
|
|
38573
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
38574
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38575
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38576
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38577
38741
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
38742
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38743
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38744
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38745
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
38578
38746
|
"v-slot:label"?: false | ((arg: {
|
|
38579
38747
|
label: string | undefined;
|
|
38580
|
-
props: Record<string,
|
|
38748
|
+
props: Record<string, any>;
|
|
38581
38749
|
}) => vue.VNodeChild) | undefined;
|
|
38582
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
38583
38750
|
} & {
|
|
38584
38751
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
38585
38752
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -38606,30 +38773,27 @@ declare const VRadioGroup: {
|
|
|
38606
38773
|
centerAffix: boolean;
|
|
38607
38774
|
persistentHint: boolean;
|
|
38608
38775
|
}, {}, string, vue.SlotsType<Partial<{
|
|
38609
|
-
|
|
38776
|
+
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38610
38777
|
[key: string]: any;
|
|
38611
38778
|
}>[];
|
|
38612
|
-
|
|
38779
|
+
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38613
38780
|
[key: string]: any;
|
|
38614
38781
|
}>[];
|
|
38615
38782
|
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38616
38783
|
[key: string]: any;
|
|
38617
38784
|
}>[];
|
|
38618
|
-
|
|
38785
|
+
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38619
38786
|
[key: string]: any;
|
|
38620
38787
|
}>[];
|
|
38621
|
-
|
|
38788
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38622
38789
|
[key: string]: any;
|
|
38623
38790
|
}>[];
|
|
38624
38791
|
label: (arg: {
|
|
38625
38792
|
label: string | undefined;
|
|
38626
|
-
props: Record<string,
|
|
38793
|
+
props: Record<string, any>;
|
|
38627
38794
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38628
38795
|
[key: string]: any;
|
|
38629
38796
|
}>[];
|
|
38630
|
-
input: (arg: SelectionControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38631
|
-
[key: string]: any;
|
|
38632
|
-
}>[];
|
|
38633
38797
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
38634
38798
|
trueIcon: {
|
|
38635
38799
|
type: vue.PropType<IconValue>;
|
|
@@ -38803,6 +38967,12 @@ declare const VRadioGroup: {
|
|
|
38803
38967
|
}>>;
|
|
38804
38968
|
type VRadioGroup = InstanceType<typeof VRadioGroup>;
|
|
38805
38969
|
|
|
38970
|
+
type Tick = {
|
|
38971
|
+
value: number;
|
|
38972
|
+
position: number;
|
|
38973
|
+
label?: string;
|
|
38974
|
+
};
|
|
38975
|
+
|
|
38806
38976
|
declare const VRangeSlider: {
|
|
38807
38977
|
new (...args: any[]): {
|
|
38808
38978
|
$: vue.ComponentInternalInstance;
|
|
@@ -38846,9 +39016,14 @@ declare const VRangeSlider: {
|
|
|
38846
39016
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38847
39017
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38848
39018
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39019
|
+
'thumb-label'?: ((arg: {
|
|
39020
|
+
modelValue: number;
|
|
39021
|
+
}) => vue.VNodeChild) | undefined;
|
|
39022
|
+
'tick-label'?: ((arg: {
|
|
39023
|
+
tick: Tick;
|
|
39024
|
+
index: number;
|
|
39025
|
+
}) => vue.VNodeChild) | undefined;
|
|
38849
39026
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38850
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
38851
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
38852
39027
|
};
|
|
38853
39028
|
ref?: vue.VNodeRef | undefined;
|
|
38854
39029
|
ref_for?: boolean | undefined;
|
|
@@ -38860,9 +39035,14 @@ declare const VRangeSlider: {
|
|
|
38860
39035
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38861
39036
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38862
39037
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39038
|
+
'thumb-label'?: false | ((arg: {
|
|
39039
|
+
modelValue: number;
|
|
39040
|
+
}) => vue.VNodeChild) | undefined;
|
|
39041
|
+
'tick-label'?: false | ((arg: {
|
|
39042
|
+
tick: Tick;
|
|
39043
|
+
index: number;
|
|
39044
|
+
}) => vue.VNodeChild) | undefined;
|
|
38863
39045
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38864
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
38865
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
38866
39046
|
} | undefined;
|
|
38867
39047
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38868
39048
|
[key: string]: any;
|
|
@@ -38917,12 +39097,17 @@ declare const VRangeSlider: {
|
|
|
38917
39097
|
hint?: string | undefined;
|
|
38918
39098
|
hideDetails?: boolean | "auto" | undefined;
|
|
38919
39099
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38920
|
-
"v-slot:tick-label"?: false | ((
|
|
39100
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
39101
|
+
tick: Tick;
|
|
39102
|
+
index: number;
|
|
39103
|
+
}) => vue.VNodeChild) | undefined;
|
|
38921
39104
|
trackColor?: string | undefined;
|
|
38922
39105
|
trackFillColor?: string | undefined;
|
|
38923
39106
|
thumbColor?: string | undefined;
|
|
38924
39107
|
ticks?: readonly number[] | Record<number, string> | undefined;
|
|
38925
|
-
"v-slot:thumb-label"?: false | ((
|
|
39108
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
39109
|
+
modelValue: number;
|
|
39110
|
+
}) => vue.VNodeChild) | undefined;
|
|
38926
39111
|
onEnd?: ((value: [number, number]) => any) | undefined;
|
|
38927
39112
|
onStart?: ((value: [number, number]) => any) | undefined;
|
|
38928
39113
|
};
|
|
@@ -38948,13 +39133,18 @@ declare const VRangeSlider: {
|
|
|
38948
39133
|
message?: ((arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38949
39134
|
[key: string]: any;
|
|
38950
39135
|
}>[]) | undefined;
|
|
38951
|
-
label?: ((arg:
|
|
39136
|
+
'thumb-label'?: ((arg: {
|
|
39137
|
+
modelValue: number;
|
|
39138
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38952
39139
|
[key: string]: any;
|
|
38953
39140
|
}>[]) | undefined;
|
|
38954
|
-
'tick-label'?: ((
|
|
39141
|
+
'tick-label'?: ((arg: {
|
|
39142
|
+
tick: Tick;
|
|
39143
|
+
index: number;
|
|
39144
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38955
39145
|
[key: string]: any;
|
|
38956
39146
|
}>[]) | undefined;
|
|
38957
|
-
|
|
39147
|
+
label?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38958
39148
|
[key: string]: any;
|
|
38959
39149
|
}>[]) | undefined;
|
|
38960
39150
|
}>;
|
|
@@ -39015,9 +39205,14 @@ declare const VRangeSlider: {
|
|
|
39015
39205
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39016
39206
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39017
39207
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39208
|
+
'thumb-label'?: ((arg: {
|
|
39209
|
+
modelValue: number;
|
|
39210
|
+
}) => vue.VNodeChild) | undefined;
|
|
39211
|
+
'tick-label'?: ((arg: {
|
|
39212
|
+
tick: Tick;
|
|
39213
|
+
index: number;
|
|
39214
|
+
}) => vue.VNodeChild) | undefined;
|
|
39018
39215
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39019
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
39020
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
39021
39216
|
};
|
|
39022
39217
|
'v-slots'?: {
|
|
39023
39218
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -39025,9 +39220,14 @@ declare const VRangeSlider: {
|
|
|
39025
39220
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39026
39221
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39027
39222
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39223
|
+
'thumb-label'?: false | ((arg: {
|
|
39224
|
+
modelValue: number;
|
|
39225
|
+
}) => vue.VNodeChild) | undefined;
|
|
39226
|
+
'tick-label'?: false | ((arg: {
|
|
39227
|
+
tick: Tick;
|
|
39228
|
+
index: number;
|
|
39229
|
+
}) => vue.VNodeChild) | undefined;
|
|
39028
39230
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39029
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
39030
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
39031
39231
|
} | undefined;
|
|
39032
39232
|
} & {
|
|
39033
39233
|
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -39035,9 +39235,14 @@ declare const VRangeSlider: {
|
|
|
39035
39235
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39036
39236
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39037
39237
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39238
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
39239
|
+
modelValue: number;
|
|
39240
|
+
}) => vue.VNodeChild) | undefined;
|
|
39241
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
39242
|
+
tick: Tick;
|
|
39243
|
+
index: number;
|
|
39244
|
+
}) => vue.VNodeChild) | undefined;
|
|
39038
39245
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39039
|
-
"v-slot:tick-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
39040
|
-
"v-slot:thumb-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
39041
39246
|
} & {
|
|
39042
39247
|
"onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
|
|
39043
39248
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
@@ -39091,13 +39296,18 @@ declare const VRangeSlider: {
|
|
|
39091
39296
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
39092
39297
|
[key: string]: any;
|
|
39093
39298
|
}>[];
|
|
39094
|
-
label: (arg:
|
|
39299
|
+
'thumb-label': (arg: {
|
|
39300
|
+
modelValue: number;
|
|
39301
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
39095
39302
|
[key: string]: any;
|
|
39096
39303
|
}>[];
|
|
39097
|
-
'tick-label': (
|
|
39304
|
+
'tick-label': (arg: {
|
|
39305
|
+
tick: Tick;
|
|
39306
|
+
index: number;
|
|
39307
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
39098
39308
|
[key: string]: any;
|
|
39099
39309
|
}>[];
|
|
39100
|
-
|
|
39310
|
+
label: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
39101
39311
|
[key: string]: any;
|
|
39102
39312
|
}>[];
|
|
39103
39313
|
}>>> & {
|
|
@@ -39173,9 +39383,14 @@ declare const VRangeSlider: {
|
|
|
39173
39383
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39174
39384
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39175
39385
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39386
|
+
'thumb-label'?: ((arg: {
|
|
39387
|
+
modelValue: number;
|
|
39388
|
+
}) => vue.VNodeChild) | undefined;
|
|
39389
|
+
'tick-label'?: ((arg: {
|
|
39390
|
+
tick: Tick;
|
|
39391
|
+
index: number;
|
|
39392
|
+
}) => vue.VNodeChild) | undefined;
|
|
39176
39393
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39177
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
39178
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
39179
39394
|
};
|
|
39180
39395
|
'v-slots'?: {
|
|
39181
39396
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -39183,9 +39398,14 @@ declare const VRangeSlider: {
|
|
|
39183
39398
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39184
39399
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39185
39400
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39401
|
+
'thumb-label'?: false | ((arg: {
|
|
39402
|
+
modelValue: number;
|
|
39403
|
+
}) => vue.VNodeChild) | undefined;
|
|
39404
|
+
'tick-label'?: false | ((arg: {
|
|
39405
|
+
tick: Tick;
|
|
39406
|
+
index: number;
|
|
39407
|
+
}) => vue.VNodeChild) | undefined;
|
|
39186
39408
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39187
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
39188
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
39189
39409
|
} | undefined;
|
|
39190
39410
|
} & {
|
|
39191
39411
|
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -39193,9 +39413,14 @@ declare const VRangeSlider: {
|
|
|
39193
39413
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39194
39414
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39195
39415
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39416
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
39417
|
+
modelValue: number;
|
|
39418
|
+
}) => vue.VNodeChild) | undefined;
|
|
39419
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
39420
|
+
tick: Tick;
|
|
39421
|
+
index: number;
|
|
39422
|
+
}) => vue.VNodeChild) | undefined;
|
|
39196
39423
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39197
|
-
"v-slot:tick-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
39198
|
-
"v-slot:thumb-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
39199
39424
|
} & {
|
|
39200
39425
|
"onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
|
|
39201
39426
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
@@ -39258,9 +39483,14 @@ declare const VRangeSlider: {
|
|
|
39258
39483
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39259
39484
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39260
39485
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39486
|
+
'thumb-label'?: ((arg: {
|
|
39487
|
+
modelValue: number;
|
|
39488
|
+
}) => vue.VNodeChild) | undefined;
|
|
39489
|
+
'tick-label'?: ((arg: {
|
|
39490
|
+
tick: Tick;
|
|
39491
|
+
index: number;
|
|
39492
|
+
}) => vue.VNodeChild) | undefined;
|
|
39261
39493
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39262
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
39263
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
39264
39494
|
};
|
|
39265
39495
|
'v-slots'?: {
|
|
39266
39496
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -39268,9 +39498,14 @@ declare const VRangeSlider: {
|
|
|
39268
39498
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39269
39499
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39270
39500
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39501
|
+
'thumb-label'?: false | ((arg: {
|
|
39502
|
+
modelValue: number;
|
|
39503
|
+
}) => vue.VNodeChild) | undefined;
|
|
39504
|
+
'tick-label'?: false | ((arg: {
|
|
39505
|
+
tick: Tick;
|
|
39506
|
+
index: number;
|
|
39507
|
+
}) => vue.VNodeChild) | undefined;
|
|
39271
39508
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39272
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
39273
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
39274
39509
|
} | undefined;
|
|
39275
39510
|
} & {
|
|
39276
39511
|
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -39278,9 +39513,14 @@ declare const VRangeSlider: {
|
|
|
39278
39513
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39279
39514
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39280
39515
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39516
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
39517
|
+
modelValue: number;
|
|
39518
|
+
}) => vue.VNodeChild) | undefined;
|
|
39519
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
39520
|
+
tick: Tick;
|
|
39521
|
+
index: number;
|
|
39522
|
+
}) => vue.VNodeChild) | undefined;
|
|
39281
39523
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39282
|
-
"v-slot:tick-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
39283
|
-
"v-slot:thumb-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
39284
39524
|
} & {
|
|
39285
39525
|
"onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
|
|
39286
39526
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
@@ -39334,13 +39574,18 @@ declare const VRangeSlider: {
|
|
|
39334
39574
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
39335
39575
|
[key: string]: any;
|
|
39336
39576
|
}>[];
|
|
39337
|
-
label: (arg:
|
|
39577
|
+
'thumb-label': (arg: {
|
|
39578
|
+
modelValue: number;
|
|
39579
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
39338
39580
|
[key: string]: any;
|
|
39339
39581
|
}>[];
|
|
39340
|
-
'tick-label': (
|
|
39582
|
+
'tick-label': (arg: {
|
|
39583
|
+
tick: Tick;
|
|
39584
|
+
index: number;
|
|
39585
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
39341
39586
|
[key: string]: any;
|
|
39342
39587
|
}>[];
|
|
39343
|
-
|
|
39588
|
+
label: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
39344
39589
|
[key: string]: any;
|
|
39345
39590
|
}>[];
|
|
39346
39591
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
@@ -43015,9 +43260,14 @@ declare const VSlider: {
|
|
|
43015
43260
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43016
43261
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43017
43262
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43263
|
+
'thumb-label'?: ((arg: {
|
|
43264
|
+
modelValue: number;
|
|
43265
|
+
}) => vue.VNodeChild) | undefined;
|
|
43266
|
+
'tick-label'?: ((arg: {
|
|
43267
|
+
tick: Tick;
|
|
43268
|
+
index: number;
|
|
43269
|
+
}) => vue.VNodeChild) | undefined;
|
|
43018
43270
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43019
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
43020
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
43021
43271
|
};
|
|
43022
43272
|
ref?: vue.VNodeRef | undefined;
|
|
43023
43273
|
ref_for?: boolean | undefined;
|
|
@@ -43029,9 +43279,14 @@ declare const VSlider: {
|
|
|
43029
43279
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43030
43280
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43031
43281
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43282
|
+
'thumb-label'?: false | ((arg: {
|
|
43283
|
+
modelValue: number;
|
|
43284
|
+
}) => vue.VNodeChild) | undefined;
|
|
43285
|
+
'tick-label'?: false | ((arg: {
|
|
43286
|
+
tick: Tick;
|
|
43287
|
+
index: number;
|
|
43288
|
+
}) => vue.VNodeChild) | undefined;
|
|
43032
43289
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43033
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
43034
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
43035
43290
|
} | undefined;
|
|
43036
43291
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43037
43292
|
[key: string]: any;
|
|
@@ -43086,12 +43341,17 @@ declare const VSlider: {
|
|
|
43086
43341
|
hint?: string | undefined;
|
|
43087
43342
|
hideDetails?: boolean | "auto" | undefined;
|
|
43088
43343
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43089
|
-
"v-slot:tick-label"?: false | ((
|
|
43344
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
43345
|
+
tick: Tick;
|
|
43346
|
+
index: number;
|
|
43347
|
+
}) => vue.VNodeChild) | undefined;
|
|
43090
43348
|
trackColor?: string | undefined;
|
|
43091
43349
|
trackFillColor?: string | undefined;
|
|
43092
43350
|
thumbColor?: string | undefined;
|
|
43093
43351
|
ticks?: readonly number[] | Record<number, string> | undefined;
|
|
43094
|
-
"v-slot:thumb-label"?: false | ((
|
|
43352
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
43353
|
+
modelValue: number;
|
|
43354
|
+
}) => vue.VNodeChild) | undefined;
|
|
43095
43355
|
onEnd?: ((value: number) => any) | undefined;
|
|
43096
43356
|
onStart?: ((value: number) => any) | undefined;
|
|
43097
43357
|
};
|
|
@@ -43117,13 +43377,18 @@ declare const VSlider: {
|
|
|
43117
43377
|
message?: ((arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43118
43378
|
[key: string]: any;
|
|
43119
43379
|
}>[]) | undefined;
|
|
43120
|
-
label?: ((arg:
|
|
43380
|
+
'thumb-label'?: ((arg: {
|
|
43381
|
+
modelValue: number;
|
|
43382
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43121
43383
|
[key: string]: any;
|
|
43122
43384
|
}>[]) | undefined;
|
|
43123
|
-
'tick-label'?: ((
|
|
43385
|
+
'tick-label'?: ((arg: {
|
|
43386
|
+
tick: Tick;
|
|
43387
|
+
index: number;
|
|
43388
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43124
43389
|
[key: string]: any;
|
|
43125
43390
|
}>[]) | undefined;
|
|
43126
|
-
|
|
43391
|
+
label?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43127
43392
|
[key: string]: any;
|
|
43128
43393
|
}>[]) | undefined;
|
|
43129
43394
|
}>;
|
|
@@ -43183,9 +43448,14 @@ declare const VSlider: {
|
|
|
43183
43448
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43184
43449
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43185
43450
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43451
|
+
'thumb-label'?: ((arg: {
|
|
43452
|
+
modelValue: number;
|
|
43453
|
+
}) => vue.VNodeChild) | undefined;
|
|
43454
|
+
'tick-label'?: ((arg: {
|
|
43455
|
+
tick: Tick;
|
|
43456
|
+
index: number;
|
|
43457
|
+
}) => vue.VNodeChild) | undefined;
|
|
43186
43458
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43187
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
43188
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
43189
43459
|
};
|
|
43190
43460
|
'v-slots'?: {
|
|
43191
43461
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -43193,9 +43463,14 @@ declare const VSlider: {
|
|
|
43193
43463
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43194
43464
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43195
43465
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43466
|
+
'thumb-label'?: false | ((arg: {
|
|
43467
|
+
modelValue: number;
|
|
43468
|
+
}) => vue.VNodeChild) | undefined;
|
|
43469
|
+
'tick-label'?: false | ((arg: {
|
|
43470
|
+
tick: Tick;
|
|
43471
|
+
index: number;
|
|
43472
|
+
}) => vue.VNodeChild) | undefined;
|
|
43196
43473
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43197
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
43198
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
43199
43474
|
} | undefined;
|
|
43200
43475
|
} & {
|
|
43201
43476
|
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -43203,9 +43478,14 @@ declare const VSlider: {
|
|
|
43203
43478
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43204
43479
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43205
43480
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43481
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
43482
|
+
modelValue: number;
|
|
43483
|
+
}) => vue.VNodeChild) | undefined;
|
|
43484
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
43485
|
+
tick: Tick;
|
|
43486
|
+
index: number;
|
|
43487
|
+
}) => vue.VNodeChild) | undefined;
|
|
43206
43488
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43207
|
-
"v-slot:tick-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
43208
|
-
"v-slot:thumb-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
43209
43489
|
} & {
|
|
43210
43490
|
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
43211
43491
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
@@ -43258,13 +43538,18 @@ declare const VSlider: {
|
|
|
43258
43538
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43259
43539
|
[key: string]: any;
|
|
43260
43540
|
}>[];
|
|
43261
|
-
label: (arg:
|
|
43541
|
+
'thumb-label': (arg: {
|
|
43542
|
+
modelValue: number;
|
|
43543
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43262
43544
|
[key: string]: any;
|
|
43263
43545
|
}>[];
|
|
43264
|
-
'tick-label': (
|
|
43546
|
+
'tick-label': (arg: {
|
|
43547
|
+
tick: Tick;
|
|
43548
|
+
index: number;
|
|
43549
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43265
43550
|
[key: string]: any;
|
|
43266
43551
|
}>[];
|
|
43267
|
-
|
|
43552
|
+
label: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43268
43553
|
[key: string]: any;
|
|
43269
43554
|
}>[];
|
|
43270
43555
|
}>>> & {
|
|
@@ -43339,9 +43624,14 @@ declare const VSlider: {
|
|
|
43339
43624
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43340
43625
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43341
43626
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43627
|
+
'thumb-label'?: ((arg: {
|
|
43628
|
+
modelValue: number;
|
|
43629
|
+
}) => vue.VNodeChild) | undefined;
|
|
43630
|
+
'tick-label'?: ((arg: {
|
|
43631
|
+
tick: Tick;
|
|
43632
|
+
index: number;
|
|
43633
|
+
}) => vue.VNodeChild) | undefined;
|
|
43342
43634
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43343
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
43344
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
43345
43635
|
};
|
|
43346
43636
|
'v-slots'?: {
|
|
43347
43637
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -43349,9 +43639,14 @@ declare const VSlider: {
|
|
|
43349
43639
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43350
43640
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43351
43641
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43642
|
+
'thumb-label'?: false | ((arg: {
|
|
43643
|
+
modelValue: number;
|
|
43644
|
+
}) => vue.VNodeChild) | undefined;
|
|
43645
|
+
'tick-label'?: false | ((arg: {
|
|
43646
|
+
tick: Tick;
|
|
43647
|
+
index: number;
|
|
43648
|
+
}) => vue.VNodeChild) | undefined;
|
|
43352
43649
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43353
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
43354
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
43355
43650
|
} | undefined;
|
|
43356
43651
|
} & {
|
|
43357
43652
|
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -43359,9 +43654,14 @@ declare const VSlider: {
|
|
|
43359
43654
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43360
43655
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43361
43656
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43657
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
43658
|
+
modelValue: number;
|
|
43659
|
+
}) => vue.VNodeChild) | undefined;
|
|
43660
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
43661
|
+
tick: Tick;
|
|
43662
|
+
index: number;
|
|
43663
|
+
}) => vue.VNodeChild) | undefined;
|
|
43362
43664
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43363
|
-
"v-slot:tick-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
43364
|
-
"v-slot:thumb-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
43365
43665
|
} & {
|
|
43366
43666
|
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
43367
43667
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
@@ -43423,9 +43723,14 @@ declare const VSlider: {
|
|
|
43423
43723
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43424
43724
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43425
43725
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43726
|
+
'thumb-label'?: ((arg: {
|
|
43727
|
+
modelValue: number;
|
|
43728
|
+
}) => vue.VNodeChild) | undefined;
|
|
43729
|
+
'tick-label'?: ((arg: {
|
|
43730
|
+
tick: Tick;
|
|
43731
|
+
index: number;
|
|
43732
|
+
}) => vue.VNodeChild) | undefined;
|
|
43426
43733
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43427
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
43428
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
43429
43734
|
};
|
|
43430
43735
|
'v-slots'?: {
|
|
43431
43736
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -43433,9 +43738,14 @@ declare const VSlider: {
|
|
|
43433
43738
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43434
43739
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43435
43740
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43741
|
+
'thumb-label'?: false | ((arg: {
|
|
43742
|
+
modelValue: number;
|
|
43743
|
+
}) => vue.VNodeChild) | undefined;
|
|
43744
|
+
'tick-label'?: false | ((arg: {
|
|
43745
|
+
tick: Tick;
|
|
43746
|
+
index: number;
|
|
43747
|
+
}) => vue.VNodeChild) | undefined;
|
|
43436
43748
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43437
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
43438
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
43439
43749
|
} | undefined;
|
|
43440
43750
|
} & {
|
|
43441
43751
|
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -43443,9 +43753,14 @@ declare const VSlider: {
|
|
|
43443
43753
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43444
43754
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43445
43755
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43756
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
43757
|
+
modelValue: number;
|
|
43758
|
+
}) => vue.VNodeChild) | undefined;
|
|
43759
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
43760
|
+
tick: Tick;
|
|
43761
|
+
index: number;
|
|
43762
|
+
}) => vue.VNodeChild) | undefined;
|
|
43446
43763
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43447
|
-
"v-slot:tick-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
43448
|
-
"v-slot:thumb-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
43449
43764
|
} & {
|
|
43450
43765
|
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
43451
43766
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
@@ -43498,13 +43813,18 @@ declare const VSlider: {
|
|
|
43498
43813
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43499
43814
|
[key: string]: any;
|
|
43500
43815
|
}>[];
|
|
43501
|
-
label: (arg:
|
|
43816
|
+
'thumb-label': (arg: {
|
|
43817
|
+
modelValue: number;
|
|
43818
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43502
43819
|
[key: string]: any;
|
|
43503
43820
|
}>[];
|
|
43504
|
-
'tick-label': (
|
|
43821
|
+
'tick-label': (arg: {
|
|
43822
|
+
tick: Tick;
|
|
43823
|
+
index: number;
|
|
43824
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43505
43825
|
[key: string]: any;
|
|
43506
43826
|
}>[];
|
|
43507
|
-
|
|
43827
|
+
label: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43508
43828
|
[key: string]: any;
|
|
43509
43829
|
}>[];
|
|
43510
43830
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
@@ -45540,8 +45860,11 @@ declare const VSwitch: {
|
|
|
45540
45860
|
value?: any;
|
|
45541
45861
|
label?: string | undefined;
|
|
45542
45862
|
class?: any;
|
|
45543
|
-
$children?: vue.VNodeChild |
|
|
45544
|
-
default?: ((
|
|
45863
|
+
$children?: vue.VNodeChild | {
|
|
45864
|
+
default?: ((arg: VInputSlot & {
|
|
45865
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
45866
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
45867
|
+
}) => vue.VNodeChild) | undefined;
|
|
45545
45868
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
45546
45869
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
45547
45870
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -45552,14 +45875,23 @@ declare const VSwitch: {
|
|
|
45552
45875
|
}) => vue.VNodeChild) | undefined;
|
|
45553
45876
|
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
45554
45877
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
45555
|
-
}
|
|
45878
|
+
} | ((arg: VInputSlot & {
|
|
45879
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
45880
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
45881
|
+
}) => vue.VNodeChild);
|
|
45556
45882
|
ref?: vue.VNodeRef | undefined;
|
|
45557
45883
|
ref_for?: boolean | undefined;
|
|
45558
45884
|
ref_key?: string | undefined;
|
|
45559
45885
|
theme?: string | undefined;
|
|
45560
|
-
"v-slot:default"?: false | ((
|
|
45886
|
+
"v-slot:default"?: false | ((arg: VInputSlot & {
|
|
45887
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
45888
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
45889
|
+
}) => vue.VNodeChild) | undefined;
|
|
45561
45890
|
'v-slots'?: {
|
|
45562
|
-
default?: false | ((
|
|
45891
|
+
default?: false | ((arg: VInputSlot & {
|
|
45892
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
45893
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
45894
|
+
}) => vue.VNodeChild) | undefined;
|
|
45563
45895
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
45564
45896
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
45565
45897
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -45644,7 +45976,10 @@ declare const VSwitch: {
|
|
|
45644
45976
|
[x: string]: unknown;
|
|
45645
45977
|
};
|
|
45646
45978
|
$slots: Readonly<{
|
|
45647
|
-
default?: ((
|
|
45979
|
+
default?: ((arg: VInputSlot & {
|
|
45980
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
45981
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
45982
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
45648
45983
|
[key: string]: any;
|
|
45649
45984
|
}>[]) | undefined;
|
|
45650
45985
|
prepend?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -45723,8 +46058,11 @@ declare const VSwitch: {
|
|
|
45723
46058
|
hint?: string | undefined;
|
|
45724
46059
|
hideDetails?: boolean | "auto" | undefined;
|
|
45725
46060
|
} & {
|
|
45726
|
-
$children?: vue.VNodeChild |
|
|
45727
|
-
default?: ((
|
|
46061
|
+
$children?: vue.VNodeChild | {
|
|
46062
|
+
default?: ((arg: VInputSlot & {
|
|
46063
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
46064
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
46065
|
+
}) => vue.VNodeChild) | undefined;
|
|
45728
46066
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
45729
46067
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
45730
46068
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -45735,9 +46073,15 @@ declare const VSwitch: {
|
|
|
45735
46073
|
}) => vue.VNodeChild) | undefined;
|
|
45736
46074
|
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
45737
46075
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
45738
|
-
}
|
|
46076
|
+
} | ((arg: VInputSlot & {
|
|
46077
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
46078
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
46079
|
+
}) => vue.VNodeChild);
|
|
45739
46080
|
'v-slots'?: {
|
|
45740
|
-
default?: false | ((
|
|
46081
|
+
default?: false | ((arg: VInputSlot & {
|
|
46082
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
46083
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
46084
|
+
}) => vue.VNodeChild) | undefined;
|
|
45741
46085
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
45742
46086
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
45743
46087
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -45750,7 +46094,10 @@ declare const VSwitch: {
|
|
|
45750
46094
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
45751
46095
|
} | undefined;
|
|
45752
46096
|
} & {
|
|
45753
|
-
"v-slot:default"?: false | ((
|
|
46097
|
+
"v-slot:default"?: false | ((arg: VInputSlot & {
|
|
46098
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
46099
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
46100
|
+
}) => vue.VNodeChild) | undefined;
|
|
45754
46101
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
45755
46102
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
45756
46103
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -45792,7 +46139,10 @@ declare const VSwitch: {
|
|
|
45792
46139
|
centerAffix: boolean;
|
|
45793
46140
|
persistentHint: boolean;
|
|
45794
46141
|
}, {}, string, vue.SlotsType<Partial<{
|
|
45795
|
-
default: (
|
|
46142
|
+
default: (arg: VInputSlot & {
|
|
46143
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
46144
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
46145
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
45796
46146
|
[key: string]: any;
|
|
45797
46147
|
}>[];
|
|
45798
46148
|
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -45886,8 +46236,11 @@ declare const VSwitch: {
|
|
|
45886
46236
|
hint?: string | undefined;
|
|
45887
46237
|
hideDetails?: boolean | "auto" | undefined;
|
|
45888
46238
|
} & {
|
|
45889
|
-
$children?: vue.VNodeChild |
|
|
45890
|
-
default?: ((
|
|
46239
|
+
$children?: vue.VNodeChild | {
|
|
46240
|
+
default?: ((arg: VInputSlot & {
|
|
46241
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
46242
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
46243
|
+
}) => vue.VNodeChild) | undefined;
|
|
45891
46244
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
45892
46245
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
45893
46246
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -45898,9 +46251,15 @@ declare const VSwitch: {
|
|
|
45898
46251
|
}) => vue.VNodeChild) | undefined;
|
|
45899
46252
|
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
45900
46253
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
45901
|
-
}
|
|
46254
|
+
} | ((arg: VInputSlot & {
|
|
46255
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
46256
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
46257
|
+
}) => vue.VNodeChild);
|
|
45902
46258
|
'v-slots'?: {
|
|
45903
|
-
default?: false | ((
|
|
46259
|
+
default?: false | ((arg: VInputSlot & {
|
|
46260
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
46261
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
46262
|
+
}) => vue.VNodeChild) | undefined;
|
|
45904
46263
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
45905
46264
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
45906
46265
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -45913,7 +46272,10 @@ declare const VSwitch: {
|
|
|
45913
46272
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
45914
46273
|
} | undefined;
|
|
45915
46274
|
} & {
|
|
45916
|
-
"v-slot:default"?: false | ((
|
|
46275
|
+
"v-slot:default"?: false | ((arg: VInputSlot & {
|
|
46276
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
46277
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
46278
|
+
}) => vue.VNodeChild) | undefined;
|
|
45917
46279
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
45918
46280
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
45919
46281
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -45979,8 +46341,11 @@ declare const VSwitch: {
|
|
|
45979
46341
|
hint?: string | undefined;
|
|
45980
46342
|
hideDetails?: boolean | "auto" | undefined;
|
|
45981
46343
|
} & {
|
|
45982
|
-
$children?: vue.VNodeChild |
|
|
45983
|
-
default?: ((
|
|
46344
|
+
$children?: vue.VNodeChild | {
|
|
46345
|
+
default?: ((arg: VInputSlot & {
|
|
46346
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
46347
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
46348
|
+
}) => vue.VNodeChild) | undefined;
|
|
45984
46349
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
45985
46350
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
45986
46351
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -45991,9 +46356,15 @@ declare const VSwitch: {
|
|
|
45991
46356
|
}) => vue.VNodeChild) | undefined;
|
|
45992
46357
|
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
45993
46358
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
45994
|
-
}
|
|
46359
|
+
} | ((arg: VInputSlot & {
|
|
46360
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
46361
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
46362
|
+
}) => vue.VNodeChild);
|
|
45995
46363
|
'v-slots'?: {
|
|
45996
|
-
default?: false | ((
|
|
46364
|
+
default?: false | ((arg: VInputSlot & {
|
|
46365
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
46366
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
46367
|
+
}) => vue.VNodeChild) | undefined;
|
|
45997
46368
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
45998
46369
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
45999
46370
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -46006,7 +46377,10 @@ declare const VSwitch: {
|
|
|
46006
46377
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
46007
46378
|
} | undefined;
|
|
46008
46379
|
} & {
|
|
46009
|
-
"v-slot:default"?: false | ((
|
|
46380
|
+
"v-slot:default"?: false | ((arg: VInputSlot & {
|
|
46381
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
46382
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
46383
|
+
}) => vue.VNodeChild) | undefined;
|
|
46010
46384
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
46011
46385
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
46012
46386
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -46048,7 +46422,10 @@ declare const VSwitch: {
|
|
|
46048
46422
|
centerAffix: boolean;
|
|
46049
46423
|
persistentHint: boolean;
|
|
46050
46424
|
}, {}, string, vue.SlotsType<Partial<{
|
|
46051
|
-
default: (
|
|
46425
|
+
default: (arg: VInputSlot & {
|
|
46426
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
46427
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
46428
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
46052
46429
|
[key: string]: any;
|
|
46053
46430
|
}>[];
|
|
46054
46431
|
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -69769,8 +70146,8 @@ declare const VDateCard: {
|
|
|
69769
70146
|
leaveAbsolute: boolean;
|
|
69770
70147
|
} | undefined;
|
|
69771
70148
|
inputMode?: "calendar" | "keyboard" | undefined;
|
|
70149
|
+
disabled?: boolean | string[] | undefined;
|
|
69772
70150
|
multiple?: boolean | undefined;
|
|
69773
|
-
range?: string | boolean | undefined;
|
|
69774
70151
|
modelValue?: any[] | undefined;
|
|
69775
70152
|
collapseIcon?: string | undefined;
|
|
69776
70153
|
expandIcon?: string | undefined;
|
|
@@ -69783,7 +70160,7 @@ declare const VDateCard: {
|
|
|
69783
70160
|
showWeek?: boolean | undefined;
|
|
69784
70161
|
cancelText?: string | undefined;
|
|
69785
70162
|
okText?: string | undefined;
|
|
69786
|
-
max?: number | undefined;
|
|
70163
|
+
max?: string | number | Date | undefined;
|
|
69787
70164
|
key?: string | number | symbol | undefined;
|
|
69788
70165
|
height?: string | number | undefined;
|
|
69789
70166
|
color?: string | undefined;
|
|
@@ -69801,7 +70178,7 @@ declare const VDateCard: {
|
|
|
69801
70178
|
image?: (() => vue.VNodeChild) | undefined;
|
|
69802
70179
|
item?: (() => vue.VNodeChild) | undefined;
|
|
69803
70180
|
};
|
|
69804
|
-
min?: number | undefined;
|
|
70181
|
+
min?: string | number | Date | undefined;
|
|
69805
70182
|
format?: string | undefined;
|
|
69806
70183
|
ref?: vue.VNodeRef | undefined;
|
|
69807
70184
|
ref_for?: boolean | undefined;
|
|
@@ -69916,7 +70293,7 @@ declare const VDateCard: {
|
|
|
69916
70293
|
}>;
|
|
69917
70294
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
69918
70295
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
69919
|
-
$emit: ((event: "cancel") => void) & ((event: "update:modelValue", value: any) => void) & ((event: "update:inputMode", value: any) => void) & ((event: "update:
|
|
70296
|
+
$emit: ((event: "cancel") => void) & ((event: "update:modelValue", value: any) => void) & ((event: "update:inputMode", value: any) => void) & ((event: "update:viewMode", mode: "month" | "year") => void) & ((event: "update:displayDate", value: any) => void) & ((event: "save") => void);
|
|
69920
70297
|
$el: any;
|
|
69921
70298
|
$options: vue.ComponentOptionsBase<{
|
|
69922
70299
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
@@ -70130,8 +70507,8 @@ declare const VDateCard: {
|
|
|
70130
70507
|
leaveAbsolute: boolean;
|
|
70131
70508
|
};
|
|
70132
70509
|
inputMode: "calendar" | "keyboard";
|
|
70510
|
+
disabled: boolean | string[];
|
|
70133
70511
|
multiple: boolean;
|
|
70134
|
-
range: string | boolean;
|
|
70135
70512
|
modelValue: any[];
|
|
70136
70513
|
collapseIcon: string;
|
|
70137
70514
|
expandIcon: string;
|
|
@@ -70145,10 +70522,10 @@ declare const VDateCard: {
|
|
|
70145
70522
|
cancelText: string;
|
|
70146
70523
|
okText: string;
|
|
70147
70524
|
} & {
|
|
70148
|
-
max?: number | undefined;
|
|
70525
|
+
max?: string | number | Date | undefined;
|
|
70149
70526
|
height?: string | number | undefined;
|
|
70150
70527
|
color?: string | undefined;
|
|
70151
|
-
min?: number | undefined;
|
|
70528
|
+
min?: string | number | Date | undefined;
|
|
70152
70529
|
format?: string | undefined;
|
|
70153
70530
|
side?: string | undefined;
|
|
70154
70531
|
displayDate?: any;
|
|
@@ -70415,8 +70792,8 @@ declare const VDateCard: {
|
|
|
70415
70792
|
leaveAbsolute: boolean;
|
|
70416
70793
|
};
|
|
70417
70794
|
inputMode: "calendar" | "keyboard";
|
|
70795
|
+
disabled: boolean | string[];
|
|
70418
70796
|
multiple: boolean;
|
|
70419
|
-
range: string | boolean;
|
|
70420
70797
|
modelValue: any[];
|
|
70421
70798
|
collapseIcon: string;
|
|
70422
70799
|
expandIcon: string;
|
|
@@ -70692,8 +71069,8 @@ declare const VDateCard: {
|
|
|
70692
71069
|
leaveAbsolute: boolean;
|
|
70693
71070
|
};
|
|
70694
71071
|
inputMode: "calendar" | "keyboard";
|
|
71072
|
+
disabled: boolean | string[];
|
|
70695
71073
|
multiple: boolean;
|
|
70696
|
-
range: string | boolean;
|
|
70697
71074
|
modelValue: any[];
|
|
70698
71075
|
collapseIcon: string;
|
|
70699
71076
|
expandIcon: string;
|
|
@@ -70707,10 +71084,10 @@ declare const VDateCard: {
|
|
|
70707
71084
|
cancelText: string;
|
|
70708
71085
|
okText: string;
|
|
70709
71086
|
} & {
|
|
70710
|
-
max?: number | undefined;
|
|
71087
|
+
max?: string | number | Date | undefined;
|
|
70711
71088
|
height?: string | number | undefined;
|
|
70712
71089
|
color?: string | undefined;
|
|
70713
|
-
min?: number | undefined;
|
|
71090
|
+
min?: string | number | Date | undefined;
|
|
70714
71091
|
format?: string | undefined;
|
|
70715
71092
|
side?: string | undefined;
|
|
70716
71093
|
displayDate?: any;
|
|
@@ -70974,8 +71351,8 @@ declare const VDateCard: {
|
|
|
70974
71351
|
leaveAbsolute: boolean;
|
|
70975
71352
|
};
|
|
70976
71353
|
inputMode: "calendar" | "keyboard";
|
|
71354
|
+
disabled: boolean | string[];
|
|
70977
71355
|
multiple: boolean;
|
|
70978
|
-
range: string | boolean;
|
|
70979
71356
|
modelValue: any[];
|
|
70980
71357
|
collapseIcon: string;
|
|
70981
71358
|
expandIcon: string;
|
|
@@ -70989,10 +71366,10 @@ declare const VDateCard: {
|
|
|
70989
71366
|
cancelText: string;
|
|
70990
71367
|
okText: string;
|
|
70991
71368
|
} & {
|
|
70992
|
-
max?: number | undefined;
|
|
71369
|
+
max?: string | number | Date | undefined;
|
|
70993
71370
|
height?: string | number | undefined;
|
|
70994
71371
|
color?: string | undefined;
|
|
70995
|
-
min?: number | undefined;
|
|
71372
|
+
min?: string | number | Date | undefined;
|
|
70996
71373
|
format?: string | undefined;
|
|
70997
71374
|
side?: string | undefined;
|
|
70998
71375
|
displayDate?: any;
|
|
@@ -71259,8 +71636,8 @@ declare const VDateCard: {
|
|
|
71259
71636
|
leaveAbsolute: boolean;
|
|
71260
71637
|
};
|
|
71261
71638
|
inputMode: "calendar" | "keyboard";
|
|
71639
|
+
disabled: boolean | string[];
|
|
71262
71640
|
multiple: boolean;
|
|
71263
|
-
range: string | boolean;
|
|
71264
71641
|
modelValue: any[];
|
|
71265
71642
|
collapseIcon: string;
|
|
71266
71643
|
expandIcon: string;
|
|
@@ -71734,10 +72111,10 @@ declare const VDateCard: {
|
|
|
71734
72111
|
};
|
|
71735
72112
|
};
|
|
71736
72113
|
color: StringConstructor;
|
|
71737
|
-
min: NumberConstructor;
|
|
71738
|
-
max: NumberConstructor;
|
|
71739
72114
|
height: (StringConstructor | NumberConstructor)[];
|
|
71740
72115
|
displayDate: null;
|
|
72116
|
+
min: (StringConstructor | NumberConstructor | DateConstructor)[];
|
|
72117
|
+
max: (StringConstructor | NumberConstructor | DateConstructor)[];
|
|
71741
72118
|
format: StringConstructor;
|
|
71742
72119
|
modelValue: {
|
|
71743
72120
|
type: PropType<any[]>;
|
|
@@ -71751,9 +72128,9 @@ declare const VDateCard: {
|
|
|
71751
72128
|
side: {
|
|
71752
72129
|
type: StringConstructor;
|
|
71753
72130
|
};
|
|
71754
|
-
|
|
71755
|
-
type: PropType<
|
|
71756
|
-
default:
|
|
72131
|
+
disabled: {
|
|
72132
|
+
type: PropType<boolean | string[]>;
|
|
72133
|
+
default: boolean;
|
|
71757
72134
|
};
|
|
71758
72135
|
nextIcon: {
|
|
71759
72136
|
type: StringConstructor[];
|
|
@@ -71771,10 +72148,9 @@ declare const VDateCard: {
|
|
|
71771
72148
|
type: StringConstructor[];
|
|
71772
72149
|
default: string;
|
|
71773
72150
|
};
|
|
71774
|
-
|
|
71775
|
-
|
|
71776
|
-
|
|
71777
|
-
validator: (v: any) => boolean;
|
|
72151
|
+
viewMode: {
|
|
72152
|
+
type: PropType<"month" | "year">;
|
|
72153
|
+
default: string;
|
|
71778
72154
|
};
|
|
71779
72155
|
cancelText: {
|
|
71780
72156
|
type: StringConstructor;
|
|
@@ -72219,10 +72595,10 @@ declare const VDateCard: {
|
|
|
72219
72595
|
};
|
|
72220
72596
|
};
|
|
72221
72597
|
color: StringConstructor;
|
|
72222
|
-
min: NumberConstructor;
|
|
72223
|
-
max: NumberConstructor;
|
|
72224
72598
|
height: (StringConstructor | NumberConstructor)[];
|
|
72225
72599
|
displayDate: null;
|
|
72600
|
+
min: (StringConstructor | NumberConstructor | DateConstructor)[];
|
|
72601
|
+
max: (StringConstructor | NumberConstructor | DateConstructor)[];
|
|
72226
72602
|
format: StringConstructor;
|
|
72227
72603
|
modelValue: {
|
|
72228
72604
|
type: PropType<any[]>;
|
|
@@ -72236,9 +72612,9 @@ declare const VDateCard: {
|
|
|
72236
72612
|
side: {
|
|
72237
72613
|
type: StringConstructor;
|
|
72238
72614
|
};
|
|
72239
|
-
|
|
72240
|
-
type: PropType<
|
|
72241
|
-
default:
|
|
72615
|
+
disabled: {
|
|
72616
|
+
type: PropType<boolean | string[]>;
|
|
72617
|
+
default: boolean;
|
|
72242
72618
|
};
|
|
72243
72619
|
nextIcon: {
|
|
72244
72620
|
type: StringConstructor[];
|
|
@@ -72256,10 +72632,9 @@ declare const VDateCard: {
|
|
|
72256
72632
|
type: StringConstructor[];
|
|
72257
72633
|
default: string;
|
|
72258
72634
|
};
|
|
72259
|
-
|
|
72260
|
-
|
|
72261
|
-
|
|
72262
|
-
validator: (v: any) => boolean;
|
|
72635
|
+
viewMode: {
|
|
72636
|
+
type: PropType<"month" | "year">;
|
|
72637
|
+
default: string;
|
|
72263
72638
|
};
|
|
72264
72639
|
cancelText: {
|
|
72265
72640
|
type: StringConstructor;
|
|
@@ -72286,9 +72661,9 @@ declare const VDatePicker: {
|
|
|
72286
72661
|
style?: vue.StyleValue | undefined;
|
|
72287
72662
|
title?: string | undefined;
|
|
72288
72663
|
inputMode?: "calendar" | "keyboard" | undefined;
|
|
72664
|
+
disabled?: boolean | string[] | undefined;
|
|
72289
72665
|
multiple?: boolean | undefined;
|
|
72290
72666
|
landscape?: boolean | undefined;
|
|
72291
|
-
range?: string | boolean | undefined;
|
|
72292
72667
|
tag?: string | undefined;
|
|
72293
72668
|
rounded?: string | number | boolean | undefined;
|
|
72294
72669
|
modelValue?: any[] | undefined;
|
|
@@ -72301,13 +72676,13 @@ declare const VDatePicker: {
|
|
|
72301
72676
|
showAdjacentMonths?: boolean | undefined;
|
|
72302
72677
|
hideWeekdays?: boolean | undefined;
|
|
72303
72678
|
showWeek?: boolean | undefined;
|
|
72304
|
-
cancelText?: string | undefined;
|
|
72305
|
-
okText?: string | undefined;
|
|
72306
72679
|
calendarIcon?: string | undefined;
|
|
72307
72680
|
keyboardIcon?: string | undefined;
|
|
72681
|
+
cancelText?: string | undefined;
|
|
72682
|
+
okText?: string | undefined;
|
|
72308
72683
|
inputText?: string | undefined;
|
|
72309
72684
|
inputPlaceholder?: string | undefined;
|
|
72310
|
-
max?: number | undefined;
|
|
72685
|
+
max?: string | number | Date | undefined;
|
|
72311
72686
|
key?: string | number | symbol | undefined;
|
|
72312
72687
|
location?: Anchor | undefined;
|
|
72313
72688
|
height?: string | number | undefined;
|
|
@@ -72327,7 +72702,7 @@ declare const VDatePicker: {
|
|
|
72327
72702
|
'onClick:append': () => void;
|
|
72328
72703
|
}) => vue.VNodeChild) | undefined;
|
|
72329
72704
|
};
|
|
72330
|
-
min?: number | undefined;
|
|
72705
|
+
min?: string | number | Date | undefined;
|
|
72331
72706
|
elevation?: string | number | undefined;
|
|
72332
72707
|
format?: string | undefined;
|
|
72333
72708
|
ref?: vue.VNodeRef | undefined;
|
|
@@ -72412,16 +72787,16 @@ declare const VDatePicker: {
|
|
|
72412
72787
|
}>;
|
|
72413
72788
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
72414
72789
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
72415
|
-
$emit: ((event: "update:modelValue", date: readonly any[]) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "update:inputMode", inputMode: "calendar" | "keyboard") => void) & ((event: "update:
|
|
72790
|
+
$emit: ((event: "update:modelValue", date: readonly any[]) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "update:inputMode", inputMode: "calendar" | "keyboard") => void) & ((event: "update:viewMode", viewMode: "month" | "year") => void) & ((event: "update:displayDate", date: any) => void) & ((event: "click:cancel") => void) & ((event: "click:save") => void);
|
|
72416
72791
|
$el: any;
|
|
72417
72792
|
$options: vue.ComponentOptionsBase<{
|
|
72418
72793
|
header: string;
|
|
72419
72794
|
style: vue.StyleValue;
|
|
72420
72795
|
title: string;
|
|
72421
72796
|
inputMode: "calendar" | "keyboard";
|
|
72797
|
+
disabled: boolean | string[];
|
|
72422
72798
|
multiple: boolean;
|
|
72423
72799
|
landscape: boolean;
|
|
72424
|
-
range: string | boolean;
|
|
72425
72800
|
tag: string;
|
|
72426
72801
|
modelValue: any[];
|
|
72427
72802
|
collapseIcon: string;
|
|
@@ -72433,14 +72808,14 @@ declare const VDatePicker: {
|
|
|
72433
72808
|
showAdjacentMonths: boolean;
|
|
72434
72809
|
hideWeekdays: boolean;
|
|
72435
72810
|
showWeek: boolean;
|
|
72436
|
-
cancelText: string;
|
|
72437
|
-
okText: string;
|
|
72438
72811
|
calendarIcon: string;
|
|
72439
72812
|
keyboardIcon: string;
|
|
72813
|
+
cancelText: string;
|
|
72814
|
+
okText: string;
|
|
72440
72815
|
inputText: string;
|
|
72441
72816
|
inputPlaceholder: string;
|
|
72442
72817
|
} & {
|
|
72443
|
-
max?: number | undefined;
|
|
72818
|
+
max?: string | number | Date | undefined;
|
|
72444
72819
|
location?: Anchor | undefined;
|
|
72445
72820
|
height?: string | number | undefined;
|
|
72446
72821
|
width?: string | number | undefined;
|
|
@@ -72452,7 +72827,7 @@ declare const VDatePicker: {
|
|
|
72452
72827
|
minWidth?: string | number | undefined;
|
|
72453
72828
|
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
72454
72829
|
class?: any;
|
|
72455
|
-
min?: number | undefined;
|
|
72830
|
+
min?: string | number | Date | undefined;
|
|
72456
72831
|
elevation?: string | number | undefined;
|
|
72457
72832
|
format?: string | undefined;
|
|
72458
72833
|
side?: string | undefined;
|
|
@@ -72502,9 +72877,9 @@ declare const VDatePicker: {
|
|
|
72502
72877
|
style: vue.StyleValue;
|
|
72503
72878
|
title: string;
|
|
72504
72879
|
inputMode: "calendar" | "keyboard";
|
|
72880
|
+
disabled: boolean | string[];
|
|
72505
72881
|
multiple: boolean;
|
|
72506
72882
|
landscape: boolean;
|
|
72507
|
-
range: string | boolean;
|
|
72508
72883
|
tag: string;
|
|
72509
72884
|
rounded: string | number | boolean;
|
|
72510
72885
|
modelValue: any[];
|
|
@@ -72517,10 +72892,10 @@ declare const VDatePicker: {
|
|
|
72517
72892
|
showAdjacentMonths: boolean;
|
|
72518
72893
|
hideWeekdays: boolean;
|
|
72519
72894
|
showWeek: boolean;
|
|
72520
|
-
cancelText: string;
|
|
72521
|
-
okText: string;
|
|
72522
72895
|
calendarIcon: string;
|
|
72523
72896
|
keyboardIcon: string;
|
|
72897
|
+
cancelText: string;
|
|
72898
|
+
okText: string;
|
|
72524
72899
|
inputText: string;
|
|
72525
72900
|
inputPlaceholder: string;
|
|
72526
72901
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -72556,9 +72931,9 @@ declare const VDatePicker: {
|
|
|
72556
72931
|
style: vue.StyleValue;
|
|
72557
72932
|
title: string;
|
|
72558
72933
|
inputMode: "calendar" | "keyboard";
|
|
72934
|
+
disabled: boolean | string[];
|
|
72559
72935
|
multiple: boolean;
|
|
72560
72936
|
landscape: boolean;
|
|
72561
|
-
range: string | boolean;
|
|
72562
72937
|
tag: string;
|
|
72563
72938
|
modelValue: any[];
|
|
72564
72939
|
collapseIcon: string;
|
|
@@ -72570,14 +72945,14 @@ declare const VDatePicker: {
|
|
|
72570
72945
|
showAdjacentMonths: boolean;
|
|
72571
72946
|
hideWeekdays: boolean;
|
|
72572
72947
|
showWeek: boolean;
|
|
72573
|
-
cancelText: string;
|
|
72574
|
-
okText: string;
|
|
72575
72948
|
calendarIcon: string;
|
|
72576
72949
|
keyboardIcon: string;
|
|
72950
|
+
cancelText: string;
|
|
72951
|
+
okText: string;
|
|
72577
72952
|
inputText: string;
|
|
72578
72953
|
inputPlaceholder: string;
|
|
72579
72954
|
} & {
|
|
72580
|
-
max?: number | undefined;
|
|
72955
|
+
max?: string | number | Date | undefined;
|
|
72581
72956
|
location?: Anchor | undefined;
|
|
72582
72957
|
height?: string | number | undefined;
|
|
72583
72958
|
width?: string | number | undefined;
|
|
@@ -72589,7 +72964,7 @@ declare const VDatePicker: {
|
|
|
72589
72964
|
minWidth?: string | number | undefined;
|
|
72590
72965
|
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
72591
72966
|
class?: any;
|
|
72592
|
-
min?: number | undefined;
|
|
72967
|
+
min?: string | number | Date | undefined;
|
|
72593
72968
|
elevation?: string | number | undefined;
|
|
72594
72969
|
format?: string | undefined;
|
|
72595
72970
|
side?: string | undefined;
|
|
@@ -72635,9 +73010,9 @@ declare const VDatePicker: {
|
|
|
72635
73010
|
style: vue.StyleValue;
|
|
72636
73011
|
title: string;
|
|
72637
73012
|
inputMode: "calendar" | "keyboard";
|
|
73013
|
+
disabled: boolean | string[];
|
|
72638
73014
|
multiple: boolean;
|
|
72639
73015
|
landscape: boolean;
|
|
72640
|
-
range: string | boolean;
|
|
72641
73016
|
tag: string;
|
|
72642
73017
|
modelValue: any[];
|
|
72643
73018
|
collapseIcon: string;
|
|
@@ -72649,14 +73024,14 @@ declare const VDatePicker: {
|
|
|
72649
73024
|
showAdjacentMonths: boolean;
|
|
72650
73025
|
hideWeekdays: boolean;
|
|
72651
73026
|
showWeek: boolean;
|
|
72652
|
-
cancelText: string;
|
|
72653
|
-
okText: string;
|
|
72654
73027
|
calendarIcon: string;
|
|
72655
73028
|
keyboardIcon: string;
|
|
73029
|
+
cancelText: string;
|
|
73030
|
+
okText: string;
|
|
72656
73031
|
inputText: string;
|
|
72657
73032
|
inputPlaceholder: string;
|
|
72658
73033
|
} & {
|
|
72659
|
-
max?: number | undefined;
|
|
73034
|
+
max?: string | number | Date | undefined;
|
|
72660
73035
|
location?: Anchor | undefined;
|
|
72661
73036
|
height?: string | number | undefined;
|
|
72662
73037
|
width?: string | number | undefined;
|
|
@@ -72668,7 +73043,7 @@ declare const VDatePicker: {
|
|
|
72668
73043
|
minWidth?: string | number | undefined;
|
|
72669
73044
|
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
72670
73045
|
class?: any;
|
|
72671
|
-
min?: number | undefined;
|
|
73046
|
+
min?: string | number | Date | undefined;
|
|
72672
73047
|
elevation?: string | number | undefined;
|
|
72673
73048
|
format?: string | undefined;
|
|
72674
73049
|
side?: string | undefined;
|
|
@@ -72718,9 +73093,9 @@ declare const VDatePicker: {
|
|
|
72718
73093
|
style: vue.StyleValue;
|
|
72719
73094
|
title: string;
|
|
72720
73095
|
inputMode: "calendar" | "keyboard";
|
|
73096
|
+
disabled: boolean | string[];
|
|
72721
73097
|
multiple: boolean;
|
|
72722
73098
|
landscape: boolean;
|
|
72723
|
-
range: string | boolean;
|
|
72724
73099
|
tag: string;
|
|
72725
73100
|
rounded: string | number | boolean;
|
|
72726
73101
|
modelValue: any[];
|
|
@@ -72733,10 +73108,10 @@ declare const VDatePicker: {
|
|
|
72733
73108
|
showAdjacentMonths: boolean;
|
|
72734
73109
|
hideWeekdays: boolean;
|
|
72735
73110
|
showWeek: boolean;
|
|
72736
|
-
cancelText: string;
|
|
72737
|
-
okText: string;
|
|
72738
73111
|
calendarIcon: string;
|
|
72739
73112
|
keyboardIcon: string;
|
|
73113
|
+
cancelText: string;
|
|
73114
|
+
okText: string;
|
|
72740
73115
|
inputText: string;
|
|
72741
73116
|
inputPlaceholder: string;
|
|
72742
73117
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -72784,9 +73159,9 @@ declare const VDatePicker: {
|
|
|
72784
73159
|
default: string;
|
|
72785
73160
|
};
|
|
72786
73161
|
color: StringConstructor;
|
|
72787
|
-
min: NumberConstructor;
|
|
72788
|
-
max: NumberConstructor;
|
|
72789
73162
|
displayDate: null;
|
|
73163
|
+
min: (StringConstructor | NumberConstructor | DateConstructor)[];
|
|
73164
|
+
max: (StringConstructor | NumberConstructor | DateConstructor)[];
|
|
72790
73165
|
format: StringConstructor;
|
|
72791
73166
|
modelValue: {
|
|
72792
73167
|
type: vue.PropType<any[]>;
|
|
@@ -72800,9 +73175,9 @@ declare const VDatePicker: {
|
|
|
72800
73175
|
side: {
|
|
72801
73176
|
type: StringConstructor;
|
|
72802
73177
|
};
|
|
72803
|
-
|
|
72804
|
-
type: vue.PropType<
|
|
72805
|
-
default:
|
|
73178
|
+
disabled: {
|
|
73179
|
+
type: vue.PropType<boolean | string[]>;
|
|
73180
|
+
default: boolean;
|
|
72806
73181
|
};
|
|
72807
73182
|
nextIcon: {
|
|
72808
73183
|
type: StringConstructor[];
|
|
@@ -72820,10 +73195,9 @@ declare const VDatePicker: {
|
|
|
72820
73195
|
type: StringConstructor[];
|
|
72821
73196
|
default: string;
|
|
72822
73197
|
};
|
|
72823
|
-
|
|
72824
|
-
|
|
72825
|
-
|
|
72826
|
-
validator: (v: any) => boolean;
|
|
73198
|
+
viewMode: {
|
|
73199
|
+
type: vue.PropType<"month" | "year">;
|
|
73200
|
+
default: string;
|
|
72827
73201
|
};
|
|
72828
73202
|
inputMode: {
|
|
72829
73203
|
type: vue.PropType<"calendar" | "keyboard">;
|
|
@@ -72895,9 +73269,9 @@ declare const VDatePicker: {
|
|
|
72895
73269
|
default: string;
|
|
72896
73270
|
};
|
|
72897
73271
|
color: StringConstructor;
|
|
72898
|
-
min: NumberConstructor;
|
|
72899
|
-
max: NumberConstructor;
|
|
72900
73272
|
displayDate: null;
|
|
73273
|
+
min: (StringConstructor | NumberConstructor | DateConstructor)[];
|
|
73274
|
+
max: (StringConstructor | NumberConstructor | DateConstructor)[];
|
|
72901
73275
|
format: StringConstructor;
|
|
72902
73276
|
modelValue: {
|
|
72903
73277
|
type: vue.PropType<any[]>;
|
|
@@ -72911,9 +73285,9 @@ declare const VDatePicker: {
|
|
|
72911
73285
|
side: {
|
|
72912
73286
|
type: StringConstructor;
|
|
72913
73287
|
};
|
|
72914
|
-
|
|
72915
|
-
type: vue.PropType<
|
|
72916
|
-
default:
|
|
73288
|
+
disabled: {
|
|
73289
|
+
type: vue.PropType<boolean | string[]>;
|
|
73290
|
+
default: boolean;
|
|
72917
73291
|
};
|
|
72918
73292
|
nextIcon: {
|
|
72919
73293
|
type: StringConstructor[];
|
|
@@ -72931,10 +73305,9 @@ declare const VDatePicker: {
|
|
|
72931
73305
|
type: StringConstructor[];
|
|
72932
73306
|
default: string;
|
|
72933
73307
|
};
|
|
72934
|
-
|
|
72935
|
-
|
|
72936
|
-
|
|
72937
|
-
validator: (v: any) => boolean;
|
|
73308
|
+
viewMode: {
|
|
73309
|
+
type: vue.PropType<"month" | "year">;
|
|
73310
|
+
default: string;
|
|
72938
73311
|
};
|
|
72939
73312
|
inputMode: {
|
|
72940
73313
|
type: vue.PropType<"calendar" | "keyboard">;
|
|
@@ -72977,12 +73350,11 @@ declare const VDatePickerControls: {
|
|
|
72977
73350
|
$: vue.ComponentInternalInstance;
|
|
72978
73351
|
$data: {};
|
|
72979
73352
|
$props: {
|
|
72980
|
-
|
|
73353
|
+
disabled?: boolean | string[] | undefined;
|
|
72981
73354
|
collapseIcon?: string | undefined;
|
|
72982
73355
|
expandIcon?: string | undefined;
|
|
72983
73356
|
nextIcon?: string | undefined;
|
|
72984
73357
|
prevIcon?: string | undefined;
|
|
72985
|
-
displayDate?: any;
|
|
72986
73358
|
viewMode?: "month" | "year" | undefined;
|
|
72987
73359
|
key?: string | number | symbol | undefined;
|
|
72988
73360
|
style?: unknown;
|
|
@@ -72990,7 +73362,6 @@ declare const VDatePickerControls: {
|
|
|
72990
73362
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
72991
73363
|
default?: (() => vue.VNodeChild) | undefined;
|
|
72992
73364
|
};
|
|
72993
|
-
format?: string | undefined;
|
|
72994
73365
|
ref?: vue.VNodeRef | undefined;
|
|
72995
73366
|
ref_for?: boolean | undefined;
|
|
72996
73367
|
ref_key?: string | undefined;
|
|
@@ -73036,9 +73407,10 @@ declare const VDatePickerControls: {
|
|
|
73036
73407
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
73037
73408
|
[key: string]: any;
|
|
73038
73409
|
}>) => void)[] | undefined;
|
|
73039
|
-
|
|
73040
|
-
"
|
|
73041
|
-
"
|
|
73410
|
+
displayDate?: string | undefined;
|
|
73411
|
+
"onClick:mode"?: (() => any) | undefined;
|
|
73412
|
+
"onClick:prev"?: (() => any) | undefined;
|
|
73413
|
+
"onClick:next"?: (() => any) | undefined;
|
|
73042
73414
|
};
|
|
73043
73415
|
$attrs: {
|
|
73044
73416
|
[x: string]: unknown;
|
|
@@ -73053,18 +73425,17 @@ declare const VDatePickerControls: {
|
|
|
73053
73425
|
}>;
|
|
73054
73426
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
73055
73427
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
73056
|
-
$emit: ((event: "
|
|
73428
|
+
$emit: ((event: "click:mode") => void) & ((event: "click:prev") => void) & ((event: "click:next") => void);
|
|
73057
73429
|
$el: any;
|
|
73058
73430
|
$options: vue.ComponentOptionsBase<{
|
|
73059
|
-
|
|
73431
|
+
disabled: boolean | string[];
|
|
73060
73432
|
collapseIcon: string;
|
|
73061
73433
|
expandIcon: string;
|
|
73062
73434
|
nextIcon: string;
|
|
73063
73435
|
prevIcon: string;
|
|
73064
|
-
displayDate: any;
|
|
73065
73436
|
viewMode: "month" | "year";
|
|
73066
73437
|
} & {
|
|
73067
|
-
|
|
73438
|
+
displayDate?: string | undefined;
|
|
73068
73439
|
} & {
|
|
73069
73440
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
73070
73441
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -73075,20 +73446,19 @@ declare const VDatePickerControls: {
|
|
|
73075
73446
|
} & {
|
|
73076
73447
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
73077
73448
|
} & {
|
|
73078
|
-
"
|
|
73079
|
-
"
|
|
73080
|
-
"
|
|
73449
|
+
"onClick:mode"?: (() => any) | undefined;
|
|
73450
|
+
"onClick:prev"?: (() => any) | undefined;
|
|
73451
|
+
"onClick:next"?: (() => any) | undefined;
|
|
73081
73452
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
73082
|
-
'
|
|
73083
|
-
'
|
|
73084
|
-
'
|
|
73453
|
+
'click:mode': () => true;
|
|
73454
|
+
'click:prev': () => true;
|
|
73455
|
+
'click:next': () => true;
|
|
73085
73456
|
}, string, {
|
|
73086
|
-
|
|
73457
|
+
disabled: boolean | string[];
|
|
73087
73458
|
collapseIcon: string;
|
|
73088
73459
|
expandIcon: string;
|
|
73089
73460
|
nextIcon: string;
|
|
73090
73461
|
prevIcon: string;
|
|
73091
|
-
displayDate: any;
|
|
73092
73462
|
viewMode: "month" | "year";
|
|
73093
73463
|
}, {}, string, vue.SlotsType<Partial<{
|
|
73094
73464
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -73115,15 +73485,14 @@ declare const VDatePickerControls: {
|
|
|
73115
73485
|
$nextTick: typeof vue.nextTick;
|
|
73116
73486
|
$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;
|
|
73117
73487
|
} & {
|
|
73118
|
-
|
|
73488
|
+
disabled: boolean | string[];
|
|
73119
73489
|
collapseIcon: string;
|
|
73120
73490
|
expandIcon: string;
|
|
73121
73491
|
nextIcon: string;
|
|
73122
73492
|
prevIcon: string;
|
|
73123
|
-
displayDate: any;
|
|
73124
73493
|
viewMode: "month" | "year";
|
|
73125
73494
|
} & {
|
|
73126
|
-
|
|
73495
|
+
displayDate?: string | undefined;
|
|
73127
73496
|
} & {
|
|
73128
73497
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
73129
73498
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -73134,23 +73503,22 @@ declare const VDatePickerControls: {
|
|
|
73134
73503
|
} & {
|
|
73135
73504
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
73136
73505
|
} & {
|
|
73137
|
-
"
|
|
73138
|
-
"
|
|
73139
|
-
"
|
|
73506
|
+
"onClick:mode"?: (() => any) | undefined;
|
|
73507
|
+
"onClick:prev"?: (() => any) | undefined;
|
|
73508
|
+
"onClick:next"?: (() => any) | undefined;
|
|
73140
73509
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
73141
73510
|
__isFragment?: undefined;
|
|
73142
73511
|
__isTeleport?: undefined;
|
|
73143
73512
|
__isSuspense?: undefined;
|
|
73144
73513
|
} & vue.ComponentOptionsBase<{
|
|
73145
|
-
|
|
73514
|
+
disabled: boolean | string[];
|
|
73146
73515
|
collapseIcon: string;
|
|
73147
73516
|
expandIcon: string;
|
|
73148
73517
|
nextIcon: string;
|
|
73149
73518
|
prevIcon: string;
|
|
73150
|
-
displayDate: any;
|
|
73151
73519
|
viewMode: "month" | "year";
|
|
73152
73520
|
} & {
|
|
73153
|
-
|
|
73521
|
+
displayDate?: string | undefined;
|
|
73154
73522
|
} & {
|
|
73155
73523
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
73156
73524
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -73161,34 +73529,29 @@ declare const VDatePickerControls: {
|
|
|
73161
73529
|
} & {
|
|
73162
73530
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
73163
73531
|
} & {
|
|
73164
|
-
"
|
|
73165
|
-
"
|
|
73166
|
-
"
|
|
73532
|
+
"onClick:mode"?: (() => any) | undefined;
|
|
73533
|
+
"onClick:prev"?: (() => any) | undefined;
|
|
73534
|
+
"onClick:next"?: (() => any) | undefined;
|
|
73167
73535
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
73168
|
-
'
|
|
73169
|
-
'
|
|
73170
|
-
'
|
|
73536
|
+
'click:mode': () => true;
|
|
73537
|
+
'click:prev': () => true;
|
|
73538
|
+
'click:next': () => true;
|
|
73171
73539
|
}, string, {
|
|
73172
|
-
|
|
73540
|
+
disabled: boolean | string[];
|
|
73173
73541
|
collapseIcon: string;
|
|
73174
73542
|
expandIcon: string;
|
|
73175
73543
|
nextIcon: string;
|
|
73176
73544
|
prevIcon: string;
|
|
73177
|
-
displayDate: any;
|
|
73178
73545
|
viewMode: "month" | "year";
|
|
73179
73546
|
}, {}, string, vue.SlotsType<Partial<{
|
|
73180
73547
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
73181
73548
|
[key: string]: any;
|
|
73182
73549
|
}>[];
|
|
73183
73550
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
73184
|
-
|
|
73185
|
-
|
|
73186
|
-
type:
|
|
73187
|
-
default:
|
|
73188
|
-
};
|
|
73189
|
-
viewMode: {
|
|
73190
|
-
type: vue.PropType<"month" | "year">;
|
|
73191
|
-
default: string;
|
|
73551
|
+
displayDate: StringConstructor;
|
|
73552
|
+
disabled: {
|
|
73553
|
+
type: PropType<boolean | string[]>;
|
|
73554
|
+
default: boolean;
|
|
73192
73555
|
};
|
|
73193
73556
|
nextIcon: {
|
|
73194
73557
|
type: StringConstructor[];
|
|
@@ -73206,21 +73569,16 @@ declare const VDatePickerControls: {
|
|
|
73206
73569
|
type: StringConstructor[];
|
|
73207
73570
|
default: string;
|
|
73208
73571
|
};
|
|
73209
|
-
range: {
|
|
73210
|
-
default: boolean;
|
|
73211
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
73212
|
-
validator: (v: any) => boolean;
|
|
73213
|
-
};
|
|
73214
|
-
}, vue.ExtractPropTypes<{
|
|
73215
|
-
format: StringConstructor;
|
|
73216
|
-
displayDate: {
|
|
73217
|
-
type: vue.PropType<any>;
|
|
73218
|
-
default: null;
|
|
73219
|
-
};
|
|
73220
73572
|
viewMode: {
|
|
73221
|
-
type:
|
|
73573
|
+
type: PropType<"month" | "year">;
|
|
73222
73574
|
default: string;
|
|
73223
73575
|
};
|
|
73576
|
+
}, vue.ExtractPropTypes<{
|
|
73577
|
+
displayDate: StringConstructor;
|
|
73578
|
+
disabled: {
|
|
73579
|
+
type: PropType<boolean | string[]>;
|
|
73580
|
+
default: boolean;
|
|
73581
|
+
};
|
|
73224
73582
|
nextIcon: {
|
|
73225
73583
|
type: StringConstructor[];
|
|
73226
73584
|
default: string;
|
|
@@ -73237,10 +73595,9 @@ declare const VDatePickerControls: {
|
|
|
73237
73595
|
type: StringConstructor[];
|
|
73238
73596
|
default: string;
|
|
73239
73597
|
};
|
|
73240
|
-
|
|
73241
|
-
|
|
73242
|
-
|
|
73243
|
-
validator: (v: any) => boolean;
|
|
73598
|
+
viewMode: {
|
|
73599
|
+
type: PropType<"month" | "year">;
|
|
73600
|
+
default: string;
|
|
73244
73601
|
};
|
|
73245
73602
|
}>>;
|
|
73246
73603
|
type VDatePickerControls = InstanceType<typeof VDatePickerControls>;
|
|
@@ -73473,12 +73830,14 @@ declare const VDatePickerMonth: {
|
|
|
73473
73830
|
showAdjacentMonths?: boolean | undefined;
|
|
73474
73831
|
hideWeekdays?: boolean | undefined;
|
|
73475
73832
|
showWeek?: boolean | undefined;
|
|
73833
|
+
max?: string | number | Date | undefined;
|
|
73476
73834
|
key?: string | number | symbol | undefined;
|
|
73477
73835
|
style?: unknown;
|
|
73478
73836
|
class?: unknown;
|
|
73479
73837
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
73480
73838
|
default?: (() => vue.VNodeChild) | undefined;
|
|
73481
73839
|
};
|
|
73840
|
+
min?: string | number | Date | undefined;
|
|
73482
73841
|
format?: string | undefined;
|
|
73483
73842
|
ref?: vue.VNodeRef | undefined;
|
|
73484
73843
|
ref_for?: boolean | undefined;
|
|
@@ -73556,6 +73915,8 @@ declare const VDatePickerMonth: {
|
|
|
73556
73915
|
hideWeekdays: boolean;
|
|
73557
73916
|
showWeek: boolean;
|
|
73558
73917
|
} & {
|
|
73918
|
+
max?: string | number | Date | undefined;
|
|
73919
|
+
min?: string | number | Date | undefined;
|
|
73559
73920
|
format?: string | undefined;
|
|
73560
73921
|
side?: string | undefined;
|
|
73561
73922
|
hoverDate?: any;
|
|
@@ -73619,6 +73980,8 @@ declare const VDatePickerMonth: {
|
|
|
73619
73980
|
hideWeekdays: boolean;
|
|
73620
73981
|
showWeek: boolean;
|
|
73621
73982
|
} & {
|
|
73983
|
+
max?: string | number | Date | undefined;
|
|
73984
|
+
min?: string | number | Date | undefined;
|
|
73622
73985
|
format?: string | undefined;
|
|
73623
73986
|
side?: string | undefined;
|
|
73624
73987
|
hoverDate?: any;
|
|
@@ -73649,6 +74012,8 @@ declare const VDatePickerMonth: {
|
|
|
73649
74012
|
hideWeekdays: boolean;
|
|
73650
74013
|
showWeek: boolean;
|
|
73651
74014
|
} & {
|
|
74015
|
+
max?: string | number | Date | undefined;
|
|
74016
|
+
min?: string | number | Date | undefined;
|
|
73652
74017
|
format?: string | undefined;
|
|
73653
74018
|
side?: string | undefined;
|
|
73654
74019
|
hoverDate?: any;
|
|
@@ -73705,6 +74070,8 @@ declare const VDatePickerMonth: {
|
|
|
73705
74070
|
side: {
|
|
73706
74071
|
type: StringConstructor;
|
|
73707
74072
|
};
|
|
74073
|
+
min: (StringConstructor | NumberConstructor | DateConstructor)[];
|
|
74074
|
+
max: (StringConstructor | NumberConstructor | DateConstructor)[];
|
|
73708
74075
|
}, vue.ExtractPropTypes<{
|
|
73709
74076
|
format: StringConstructor;
|
|
73710
74077
|
modelValue: {
|
|
@@ -73727,6 +74094,8 @@ declare const VDatePickerMonth: {
|
|
|
73727
74094
|
side: {
|
|
73728
74095
|
type: StringConstructor;
|
|
73729
74096
|
};
|
|
74097
|
+
min: (StringConstructor | NumberConstructor | DateConstructor)[];
|
|
74098
|
+
max: (StringConstructor | NumberConstructor | DateConstructor)[];
|
|
73730
74099
|
}>>;
|
|
73731
74100
|
type VDatePickerMonth = InstanceType<typeof VDatePickerMonth>;
|
|
73732
74101
|
|
|
@@ -73735,7 +74104,7 @@ declare const VDatePickerYears: {
|
|
|
73735
74104
|
$: vue.ComponentInternalInstance;
|
|
73736
74105
|
$data: {};
|
|
73737
74106
|
$props: {
|
|
73738
|
-
max?: number | undefined;
|
|
74107
|
+
max?: string | number | Date | undefined;
|
|
73739
74108
|
key?: string | number | symbol | undefined;
|
|
73740
74109
|
height?: string | number | undefined;
|
|
73741
74110
|
color?: string | undefined;
|
|
@@ -73744,7 +74113,7 @@ declare const VDatePickerYears: {
|
|
|
73744
74113
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
73745
74114
|
default?: (() => vue.VNodeChild) | undefined;
|
|
73746
74115
|
};
|
|
73747
|
-
min?: number | undefined;
|
|
74116
|
+
min?: string | number | Date | undefined;
|
|
73748
74117
|
ref?: vue.VNodeRef | undefined;
|
|
73749
74118
|
ref_for?: boolean | undefined;
|
|
73750
74119
|
ref_key?: string | undefined;
|
|
@@ -73791,8 +74160,8 @@ declare const VDatePickerYears: {
|
|
|
73791
74160
|
[key: string]: any;
|
|
73792
74161
|
}>) => void)[] | undefined;
|
|
73793
74162
|
displayDate?: any;
|
|
74163
|
+
"onClick:mode"?: (() => any) | undefined;
|
|
73794
74164
|
"onUpdate:displayDate"?: ((date: any) => any) | undefined;
|
|
73795
|
-
"onUpdate:viewMode"?: ((date: any) => any) | undefined;
|
|
73796
74165
|
};
|
|
73797
74166
|
$attrs: {
|
|
73798
74167
|
[x: string]: unknown;
|
|
@@ -73807,13 +74176,13 @@ declare const VDatePickerYears: {
|
|
|
73807
74176
|
}>;
|
|
73808
74177
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
73809
74178
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
73810
|
-
$emit: ((event: "
|
|
74179
|
+
$emit: ((event: "click:mode") => void) & ((event: "update:displayDate", date: any) => void);
|
|
73811
74180
|
$el: any;
|
|
73812
74181
|
$options: vue.ComponentOptionsBase<{} & {
|
|
73813
|
-
max?: number | undefined;
|
|
74182
|
+
max?: string | number | Date | undefined;
|
|
73814
74183
|
height?: string | number | undefined;
|
|
73815
74184
|
color?: string | undefined;
|
|
73816
|
-
min?: number | undefined;
|
|
74185
|
+
min?: string | number | Date | undefined;
|
|
73817
74186
|
displayDate?: any;
|
|
73818
74187
|
} & {
|
|
73819
74188
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -73825,11 +74194,11 @@ declare const VDatePickerYears: {
|
|
|
73825
74194
|
} & {
|
|
73826
74195
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
73827
74196
|
} & {
|
|
74197
|
+
"onClick:mode"?: (() => any) | undefined;
|
|
73828
74198
|
"onUpdate:displayDate"?: ((date: any) => any) | undefined;
|
|
73829
|
-
"onUpdate:viewMode"?: ((date: any) => any) | undefined;
|
|
73830
74199
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
73831
74200
|
'update:displayDate': (date: any) => true;
|
|
73832
|
-
'
|
|
74201
|
+
'click:mode': () => true;
|
|
73833
74202
|
}, string, {}, {}, string, vue.SlotsType<Partial<{
|
|
73834
74203
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
73835
74204
|
[key: string]: any;
|
|
@@ -73855,10 +74224,10 @@ declare const VDatePickerYears: {
|
|
|
73855
74224
|
$nextTick: typeof vue.nextTick;
|
|
73856
74225
|
$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;
|
|
73857
74226
|
} & {} & {
|
|
73858
|
-
max?: number | undefined;
|
|
74227
|
+
max?: string | number | Date | undefined;
|
|
73859
74228
|
height?: string | number | undefined;
|
|
73860
74229
|
color?: string | undefined;
|
|
73861
|
-
min?: number | undefined;
|
|
74230
|
+
min?: string | number | Date | undefined;
|
|
73862
74231
|
displayDate?: any;
|
|
73863
74232
|
} & {
|
|
73864
74233
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -73870,17 +74239,17 @@ declare const VDatePickerYears: {
|
|
|
73870
74239
|
} & {
|
|
73871
74240
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
73872
74241
|
} & {
|
|
74242
|
+
"onClick:mode"?: (() => any) | undefined;
|
|
73873
74243
|
"onUpdate:displayDate"?: ((date: any) => any) | undefined;
|
|
73874
|
-
"onUpdate:viewMode"?: ((date: any) => any) | undefined;
|
|
73875
74244
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
73876
74245
|
__isFragment?: undefined;
|
|
73877
74246
|
__isTeleport?: undefined;
|
|
73878
74247
|
__isSuspense?: undefined;
|
|
73879
74248
|
} & vue.ComponentOptionsBase<{} & {
|
|
73880
|
-
max?: number | undefined;
|
|
74249
|
+
max?: string | number | Date | undefined;
|
|
73881
74250
|
height?: string | number | undefined;
|
|
73882
74251
|
color?: string | undefined;
|
|
73883
|
-
min?: number | undefined;
|
|
74252
|
+
min?: string | number | Date | undefined;
|
|
73884
74253
|
displayDate?: any;
|
|
73885
74254
|
} & {
|
|
73886
74255
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -73892,27 +74261,27 @@ declare const VDatePickerYears: {
|
|
|
73892
74261
|
} & {
|
|
73893
74262
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
73894
74263
|
} & {
|
|
74264
|
+
"onClick:mode"?: (() => any) | undefined;
|
|
73895
74265
|
"onUpdate:displayDate"?: ((date: any) => any) | undefined;
|
|
73896
|
-
"onUpdate:viewMode"?: ((date: any) => any) | undefined;
|
|
73897
74266
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
73898
74267
|
'update:displayDate': (date: any) => true;
|
|
73899
|
-
'
|
|
74268
|
+
'click:mode': () => true;
|
|
73900
74269
|
}, string, {}, {}, string, vue.SlotsType<Partial<{
|
|
73901
74270
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
73902
74271
|
[key: string]: any;
|
|
73903
74272
|
}>[];
|
|
73904
74273
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
73905
74274
|
color: StringConstructor;
|
|
73906
|
-
min: NumberConstructor;
|
|
73907
|
-
max: NumberConstructor;
|
|
73908
74275
|
height: (StringConstructor | NumberConstructor)[];
|
|
73909
74276
|
displayDate: null;
|
|
74277
|
+
min: (StringConstructor | NumberConstructor | DateConstructor)[];
|
|
74278
|
+
max: (StringConstructor | NumberConstructor | DateConstructor)[];
|
|
73910
74279
|
}, vue.ExtractPropTypes<{
|
|
73911
74280
|
color: StringConstructor;
|
|
73912
|
-
min: NumberConstructor;
|
|
73913
|
-
max: NumberConstructor;
|
|
73914
74281
|
height: (StringConstructor | NumberConstructor)[];
|
|
73915
74282
|
displayDate: null;
|
|
74283
|
+
min: (StringConstructor | NumberConstructor | DateConstructor)[];
|
|
74284
|
+
max: (StringConstructor | NumberConstructor | DateConstructor)[];
|
|
73916
74285
|
}>>;
|
|
73917
74286
|
type VDatePickerYears = InstanceType<typeof VDatePickerYears>;
|
|
73918
74287
|
|
|
@@ -75300,7 +75669,7 @@ declare const VSkeletonLoader: {
|
|
|
75300
75669
|
$: vue.ComponentInternalInstance;
|
|
75301
75670
|
$data: {};
|
|
75302
75671
|
$props: {
|
|
75303
|
-
type?: string | readonly string[] | undefined;
|
|
75672
|
+
type?: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[] | undefined;
|
|
75304
75673
|
loading?: boolean | undefined;
|
|
75305
75674
|
loadingText?: string | undefined;
|
|
75306
75675
|
boilerplate?: boolean | undefined;
|
|
@@ -75381,7 +75750,7 @@ declare const VSkeletonLoader: {
|
|
|
75381
75750
|
$emit: (event: string, ...args: any[]) => void;
|
|
75382
75751
|
$el: any;
|
|
75383
75752
|
$options: vue.ComponentOptionsBase<{
|
|
75384
|
-
type: string | readonly string[];
|
|
75753
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
|
75385
75754
|
loading: boolean;
|
|
75386
75755
|
loadingText: string;
|
|
75387
75756
|
boilerplate: boolean;
|
|
@@ -75405,7 +75774,7 @@ declare const VSkeletonLoader: {
|
|
|
75405
75774
|
} & {
|
|
75406
75775
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
75407
75776
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
75408
|
-
type: string | readonly string[];
|
|
75777
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
|
75409
75778
|
loading: boolean;
|
|
75410
75779
|
loadingText: string;
|
|
75411
75780
|
boilerplate: boolean;
|
|
@@ -75434,7 +75803,7 @@ declare const VSkeletonLoader: {
|
|
|
75434
75803
|
$nextTick: typeof vue.nextTick;
|
|
75435
75804
|
$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;
|
|
75436
75805
|
} & {
|
|
75437
|
-
type: string | readonly string[];
|
|
75806
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
|
75438
75807
|
loading: boolean;
|
|
75439
75808
|
loadingText: string;
|
|
75440
75809
|
boilerplate: boolean;
|
|
@@ -75462,7 +75831,7 @@ declare const VSkeletonLoader: {
|
|
|
75462
75831
|
__isTeleport?: undefined;
|
|
75463
75832
|
__isSuspense?: undefined;
|
|
75464
75833
|
} & vue.ComponentOptionsBase<{
|
|
75465
|
-
type: string | readonly string[];
|
|
75834
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
|
75466
75835
|
loading: boolean;
|
|
75467
75836
|
loadingText: string;
|
|
75468
75837
|
boilerplate: boolean;
|
|
@@ -75486,7 +75855,7 @@ declare const VSkeletonLoader: {
|
|
|
75486
75855
|
} & {
|
|
75487
75856
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
75488
75857
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
75489
|
-
type: string | readonly string[];
|
|
75858
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
|
75490
75859
|
loading: boolean;
|
|
75491
75860
|
loadingText: string;
|
|
75492
75861
|
boilerplate: boolean;
|
|
@@ -75514,7 +75883,7 @@ declare const VSkeletonLoader: {
|
|
|
75514
75883
|
default: string;
|
|
75515
75884
|
};
|
|
75516
75885
|
type: {
|
|
75517
|
-
type: PropType<string | readonly string[]>;
|
|
75886
|
+
type: PropType<"button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[]>;
|
|
75518
75887
|
default: string;
|
|
75519
75888
|
};
|
|
75520
75889
|
}, vue.ExtractPropTypes<{
|
|
@@ -75537,7 +75906,7 @@ declare const VSkeletonLoader: {
|
|
|
75537
75906
|
default: string;
|
|
75538
75907
|
};
|
|
75539
75908
|
type: {
|
|
75540
|
-
type: PropType<string | readonly string[]>;
|
|
75909
|
+
type: PropType<"button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[]>;
|
|
75541
75910
|
default: string;
|
|
75542
75911
|
};
|
|
75543
75912
|
}>>;
|