@vuetify/nightly 4.0.0-dev-20230427.0 → 4.0.0-dev-20230511.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -23
- package/dist/json/attributes.json +854 -658
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/tags.json +50 -1
- package/dist/json/web-types.json +1797 -1324
- package/dist/vuetify-labs.css +81 -69
- package/dist/vuetify-labs.d.ts +771 -257
- package/dist/vuetify-labs.esm.js +260 -224
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +259 -223
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +23 -11
- package/dist/vuetify.d.ts +884 -412
- package/dist/vuetify.esm.js +237 -215
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +236 -214
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +640 -645
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/{index.d.ts → index.d.mts} +5 -1
- package/lib/blueprints/{md1.d.ts → md1.d.mts} +5 -1
- package/lib/blueprints/{md2.d.ts → md2.d.mts} +5 -1
- package/lib/blueprints/{md3.d.ts → md3.d.mts} +5 -1
- package/lib/components/VAppBar/VAppBar.mjs +7 -11
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +10 -16
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/{index.d.ts → index.d.mts} +394 -28
- package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +9 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
- package/lib/components/VAutocomplete/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VBtn/VBtn.mjs +7 -6
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +0 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VColorPicker/VColorPicker.mjs +9 -4
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +5 -4
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/{index.d.ts → index.d.mts} +97 -31
- package/lib/components/VColorPicker/util/index.mjs +2 -22
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +9 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VField/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VFileInput/VFileInput.mjs +2 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/{index.d.ts → index.d.mts} +15 -15
- package/lib/components/VImg/VImg.css +2 -4
- package/lib/components/VImg/VImg.mjs +25 -24
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +4 -3
- package/lib/components/VImg/{index.d.ts → index.d.mts} +48 -3
- package/lib/components/VInput/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VList/VList.mjs +5 -0
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +3 -0
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +10 -5
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/{index.d.ts → index.d.mts} +18 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VRadioGroup/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VRangeSlider/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VResponsive/VResponsive.css +13 -5
- package/lib/components/VResponsive/VResponsive.mjs +12 -8
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.sass +12 -4
- package/lib/components/VResponsive/{index.d.ts → index.d.mts} +10 -1
- package/lib/components/VSelect/VSelect.mjs +9 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VSheet/VSheet.css +6 -0
- package/lib/components/VSheet/_variables.scss +1 -1
- package/lib/components/VSlider/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VSwitch/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/{index.d.ts → index.d.mts} +24 -24
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/{index.d.ts → index.d.mts} +15 -15
- package/lib/components/VValidation/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/{index.d.ts → index.d.mts} +679 -208
- package/lib/composables/defaults.mjs +15 -3
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/display.mjs +6 -6
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/scroll.mjs +18 -19
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/{index.d.ts → index.d.mts} +7 -6
- package/lib/labs/VDataTable/VDataTable.mjs +11 -2
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +0 -5
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +7 -2
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +6 -1
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/{index.d.ts → index.d.mts} +54 -12
- package/lib/labs/{components.d.ts → components.d.mts} +54 -12
- package/lib/util/colorUtils.mjs +68 -3
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/console.mjs +12 -81
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +2 -2
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +3 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +10 -6
- /package/lib/components/VAlert/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VApp/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VAvatar/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBadge/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBanner/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBottomNavigation/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBreadcrumbs/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBtn/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBtnGroup/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBtnToggle/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VCard/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VCarousel/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VChip/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VChipGroup/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VCode/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VCounter/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VDefaultsProvider/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VDialog/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VDivider/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VExpansionPanel/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VFooter/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VForm/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VGrid/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VHover/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VIcon/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VItemGroup/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VKbd/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VLabel/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VLayout/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VLazy/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VLocaleProvider/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VMain/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VMenu/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VMessages/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VNavigationDrawer/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VNoSsr/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VOverlay/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VPagination/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VParallax/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VProgressCircular/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VProgressLinear/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VRadio/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VRating/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSelectionControl/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSelectionControlGroup/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSheet/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSlideGroup/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSnackbar/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSystemBar/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VTable/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VTabs/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VThemeProvider/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VTimeline/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VToolbar/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VTooltip/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VVirtualScroll/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VWindow/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/transitions/{index.d.ts → index.d.mts} +0 -0
- /package/lib/directives/{index.d.ts → index.d.mts} +0 -0
- /package/lib/iconsets/{fa-svg.d.ts → fa-svg.d.mts} +0 -0
- /package/lib/iconsets/{fa.d.ts → fa.d.mts} +0 -0
- /package/lib/iconsets/{fa4.d.ts → fa4.d.mts} +0 -0
- /package/lib/iconsets/{md.d.ts → md.d.mts} +0 -0
- /package/lib/iconsets/{mdi-svg.d.ts → mdi-svg.d.mts} +0 -0
- /package/lib/iconsets/{mdi.d.ts → mdi.d.mts} +0 -0
- /package/lib/labs/VInfiniteScroll/{index.d.ts → index.d.mts} +0 -0
- /package/lib/labs/VSkeletonLoader/{index.d.ts → index.d.mts} +0 -0
- /package/lib/labs/date/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
- /package/lib/labs/date/{index.d.ts → index.d.mts} +0 -0
- /package/lib/locale/adapters/{vue-i18n.d.ts → vue-i18n.d.mts} +0 -0
- /package/lib/locale/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
- /package/lib/locale/{index.d.ts → index.d.mts} +0 -0
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { Ref, DeepReadonly, ComponentPropsOptions, ExtractPropTypes, VNodeChild, PropType,
|
2
|
+
import { Ref, DeepReadonly, ComponentPropsOptions, ExtractPropTypes, VNodeChild, PropType, ComponentInternalInstance, ComputedRef, JSXComponent, EffectScope, nextTick, WritableComputedRef, CSSProperties, Prop, ComponentPublicInstance, InjectionKey, UnwrapRef } from 'vue';
|
3
3
|
// @ts-ignore
|
4
4
|
import * as vue_router from 'vue-router';
|
5
5
|
// @ts-ignore
|
@@ -70,6 +70,26 @@ interface ThemeInstance {
|
|
70
70
|
};
|
71
71
|
}
|
72
72
|
|
73
|
+
type HSV = {
|
74
|
+
h: number;
|
75
|
+
s: number;
|
76
|
+
v: number;
|
77
|
+
a?: number;
|
78
|
+
};
|
79
|
+
type RGB = {
|
80
|
+
r: number;
|
81
|
+
g: number;
|
82
|
+
b: number;
|
83
|
+
a?: number;
|
84
|
+
};
|
85
|
+
type HSL = {
|
86
|
+
h: number;
|
87
|
+
s: number;
|
88
|
+
l: number;
|
89
|
+
a?: number;
|
90
|
+
};
|
91
|
+
type Color = string | number | HSV | RGB | HSL;
|
92
|
+
|
73
93
|
type SlotsToProps<U extends Record<string, any[]> | Record<string, Slot>, T = U extends Record<string, any[]> ? MakeSlots<U> : U> = {
|
74
94
|
$children?: (VNodeChild | (T extends {
|
75
95
|
default: infer V;
|
@@ -674,6 +694,7 @@ declare const VAppBar: {
|
|
674
694
|
extended: boolean;
|
675
695
|
extensionHeight: string | number;
|
676
696
|
floating: boolean;
|
697
|
+
scrollThreshold: string | number;
|
677
698
|
modelValue: boolean;
|
678
699
|
}> & Omit<{
|
679
700
|
flat: boolean;
|
@@ -688,6 +709,7 @@ declare const VAppBar: {
|
|
688
709
|
extended: boolean;
|
689
710
|
extensionHeight: string | number;
|
690
711
|
floating: boolean;
|
712
|
+
scrollThreshold: string | number;
|
691
713
|
modelValue: boolean;
|
692
714
|
} & {
|
693
715
|
name?: string | undefined;
|
@@ -701,7 +723,6 @@ declare const VAppBar: {
|
|
701
723
|
theme?: string | undefined;
|
702
724
|
rounded?: string | number | boolean | undefined;
|
703
725
|
scrollTarget?: string | undefined;
|
704
|
-
scrollThreshold?: string | number | undefined;
|
705
726
|
} & {
|
706
727
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
707
728
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -728,7 +749,7 @@ declare const VAppBar: {
|
|
728
749
|
"v-slot:extension"?: false | (() => vue.VNodeChild) | undefined;
|
729
750
|
} & {
|
730
751
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
731
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "absolute" | "location" | "height" | "order" | "style" | "tag" | "collapse" | "rounded" | "density" | "extended" | "extensionHeight" | "floating" | "modelValue">;
|
752
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "absolute" | "location" | "height" | "order" | "style" | "tag" | "collapse" | "rounded" | "density" | "extended" | "extensionHeight" | "floating" | "scrollThreshold" | "modelValue">;
|
732
753
|
$attrs: {
|
733
754
|
[x: string]: unknown;
|
734
755
|
};
|
@@ -755,6 +776,7 @@ declare const VAppBar: {
|
|
755
776
|
extended: boolean;
|
756
777
|
extensionHeight: string | number;
|
757
778
|
floating: boolean;
|
779
|
+
scrollThreshold: string | number;
|
758
780
|
modelValue: boolean;
|
759
781
|
} & {
|
760
782
|
name?: string | undefined;
|
@@ -768,7 +790,6 @@ declare const VAppBar: {
|
|
768
790
|
theme?: string | undefined;
|
769
791
|
rounded?: string | number | boolean | undefined;
|
770
792
|
scrollTarget?: string | undefined;
|
771
|
-
scrollThreshold?: string | number | undefined;
|
772
793
|
} & {
|
773
794
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
774
795
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -811,6 +832,7 @@ declare const VAppBar: {
|
|
811
832
|
extended: boolean;
|
812
833
|
extensionHeight: string | number;
|
813
834
|
floating: boolean;
|
835
|
+
scrollThreshold: string | number;
|
814
836
|
modelValue: boolean;
|
815
837
|
}, {}, string> & {
|
816
838
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
@@ -845,6 +867,7 @@ declare const VAppBar: {
|
|
845
867
|
extended: boolean;
|
846
868
|
extensionHeight: string | number;
|
847
869
|
floating: boolean;
|
870
|
+
scrollThreshold: string | number;
|
848
871
|
modelValue: boolean;
|
849
872
|
} & {
|
850
873
|
name?: string | undefined;
|
@@ -858,7 +881,6 @@ declare const VAppBar: {
|
|
858
881
|
theme?: string | undefined;
|
859
882
|
rounded?: string | number | boolean | undefined;
|
860
883
|
scrollTarget?: string | undefined;
|
861
|
-
scrollThreshold?: string | number | undefined;
|
862
884
|
} & {
|
863
885
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
864
886
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -902,6 +924,7 @@ declare const VAppBar: {
|
|
902
924
|
extended: boolean;
|
903
925
|
extensionHeight: string | number;
|
904
926
|
floating: boolean;
|
927
|
+
scrollThreshold: string | number;
|
905
928
|
modelValue: boolean;
|
906
929
|
} & {
|
907
930
|
name?: string | undefined;
|
@@ -915,7 +938,6 @@ declare const VAppBar: {
|
|
915
938
|
theme?: string | undefined;
|
916
939
|
rounded?: string | number | boolean | undefined;
|
917
940
|
scrollTarget?: string | undefined;
|
918
|
-
scrollThreshold?: string | number | undefined;
|
919
941
|
} & {
|
920
942
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
921
943
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -958,6 +980,7 @@ declare const VAppBar: {
|
|
958
980
|
extended: boolean;
|
959
981
|
extensionHeight: string | number;
|
960
982
|
floating: boolean;
|
983
|
+
scrollThreshold: string | number;
|
961
984
|
modelValue: boolean;
|
962
985
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
963
986
|
height: {
|
@@ -969,6 +992,7 @@ declare const VAppBar: {
|
|
969
992
|
};
|
970
993
|
scrollThreshold: {
|
971
994
|
type: (StringConstructor | NumberConstructor)[];
|
995
|
+
default: number;
|
972
996
|
};
|
973
997
|
name: {
|
974
998
|
type: StringConstructor;
|
@@ -1036,6 +1060,7 @@ declare const VAppBar: {
|
|
1036
1060
|
};
|
1037
1061
|
scrollThreshold: {
|
1038
1062
|
type: (StringConstructor | NumberConstructor)[];
|
1063
|
+
default: number;
|
1039
1064
|
};
|
1040
1065
|
name: {
|
1041
1066
|
type: StringConstructor;
|
@@ -1096,6 +1121,41 @@ declare const VAppBar: {
|
|
1096
1121
|
}>>;
|
1097
1122
|
type VAppBar = InstanceType<typeof VAppBar>;
|
1098
1123
|
|
1124
|
+
interface GroupItem {
|
1125
|
+
id: number;
|
1126
|
+
value: Ref<unknown>;
|
1127
|
+
disabled: Ref<boolean | undefined>;
|
1128
|
+
}
|
1129
|
+
interface GroupProvide {
|
1130
|
+
register: (item: GroupItem, cmp: ComponentInternalInstance) => void;
|
1131
|
+
unregister: (id: number) => void;
|
1132
|
+
select: (id: number, value: boolean) => void;
|
1133
|
+
selected: Ref<Readonly<number[]>>;
|
1134
|
+
isSelected: (id: number) => boolean;
|
1135
|
+
prev: () => void;
|
1136
|
+
next: () => void;
|
1137
|
+
selectedClass: Ref<string | undefined>;
|
1138
|
+
items: ComputedRef<{
|
1139
|
+
id: number;
|
1140
|
+
value: unknown;
|
1141
|
+
disabled: boolean | undefined;
|
1142
|
+
}[]>;
|
1143
|
+
disabled: Ref<boolean | undefined>;
|
1144
|
+
getItemIndex: (value: unknown) => number;
|
1145
|
+
}
|
1146
|
+
interface GroupItemProvide {
|
1147
|
+
id: number;
|
1148
|
+
isSelected: Ref<boolean>;
|
1149
|
+
toggle: () => void;
|
1150
|
+
select: (value: boolean) => void;
|
1151
|
+
selectedClass: Ref<(string | undefined)[] | false>;
|
1152
|
+
value: Ref<unknown>;
|
1153
|
+
disabled: Ref<boolean | undefined>;
|
1154
|
+
group: GroupProvide;
|
1155
|
+
}
|
1156
|
+
|
1157
|
+
type Density = null | 'default' | 'comfortable' | 'compact';
|
1158
|
+
|
1099
1159
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
1100
1160
|
declare const IconValue: PropType<IconValue>;
|
1101
1161
|
declare const VComponentIcon: {
|
@@ -1492,13 +1552,61 @@ declare const VAppBarNavIcon: {
|
|
1492
1552
|
$: vue.ComponentInternalInstance;
|
1493
1553
|
$data: {};
|
1494
1554
|
$props: Partial<{
|
1555
|
+
symbol: any;
|
1556
|
+
replace: boolean;
|
1557
|
+
flat: boolean;
|
1558
|
+
exact: boolean;
|
1559
|
+
block: boolean;
|
1560
|
+
active: boolean;
|
1495
1561
|
style: vue.StyleValue;
|
1496
|
-
|
1562
|
+
disabled: boolean;
|
1563
|
+
size: string | number;
|
1564
|
+
tag: string;
|
1565
|
+
icon: NonNullable<boolean | IconValue>;
|
1566
|
+
rounded: string | number | boolean;
|
1567
|
+
density: Density;
|
1568
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1569
|
+
stacked: boolean;
|
1570
|
+
ripple: boolean;
|
1497
1571
|
}> & Omit<{
|
1572
|
+
symbol: any;
|
1573
|
+
replace: boolean;
|
1574
|
+
flat: boolean;
|
1575
|
+
exact: boolean;
|
1576
|
+
block: boolean;
|
1498
1577
|
style: vue.StyleValue;
|
1499
|
-
|
1578
|
+
disabled: boolean;
|
1579
|
+
size: string | number;
|
1580
|
+
tag: string;
|
1581
|
+
icon: NonNullable<boolean | IconValue>;
|
1582
|
+
density: Density;
|
1583
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1584
|
+
stacked: boolean;
|
1585
|
+
ripple: boolean;
|
1500
1586
|
} & {
|
1587
|
+
location?: Anchor | undefined;
|
1588
|
+
height?: string | number | undefined;
|
1589
|
+
width?: string | number | undefined;
|
1590
|
+
active?: boolean | undefined;
|
1591
|
+
border?: string | number | boolean | undefined;
|
1592
|
+
color?: string | undefined;
|
1593
|
+
maxHeight?: string | number | undefined;
|
1594
|
+
maxWidth?: string | number | undefined;
|
1595
|
+
minHeight?: string | number | undefined;
|
1596
|
+
minWidth?: string | number | undefined;
|
1597
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
1598
|
+
value?: any;
|
1599
|
+
loading?: string | boolean | undefined;
|
1600
|
+
text?: string | undefined;
|
1501
1601
|
class?: any;
|
1602
|
+
href?: string | undefined;
|
1603
|
+
elevation?: string | number | undefined;
|
1604
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
1605
|
+
theme?: string | undefined;
|
1606
|
+
rounded?: string | number | boolean | undefined;
|
1607
|
+
selectedClass?: string | undefined;
|
1608
|
+
prependIcon?: IconValue | undefined;
|
1609
|
+
appendIcon?: IconValue | undefined;
|
1502
1610
|
} & {
|
1503
1611
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1504
1612
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1517,7 +1625,7 @@ declare const VAppBarNavIcon: {
|
|
1517
1625
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
1518
1626
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
1519
1627
|
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
1520
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style" | "icon">;
|
1628
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "symbol" | "replace" | "flat" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "tag" | "icon" | "rounded" | "density" | "variant" | "stacked" | "ripple">;
|
1521
1629
|
$attrs: {
|
1522
1630
|
[x: string]: unknown;
|
1523
1631
|
};
|
@@ -1532,10 +1640,44 @@ declare const VAppBarNavIcon: {
|
|
1532
1640
|
$emit: (event: string, ...args: any[]) => void;
|
1533
1641
|
$el: any;
|
1534
1642
|
$options: vue.ComponentOptionsBase<{
|
1643
|
+
symbol: any;
|
1644
|
+
replace: boolean;
|
1645
|
+
flat: boolean;
|
1646
|
+
exact: boolean;
|
1647
|
+
block: boolean;
|
1535
1648
|
style: vue.StyleValue;
|
1536
|
-
|
1649
|
+
disabled: boolean;
|
1650
|
+
size: string | number;
|
1651
|
+
tag: string;
|
1652
|
+
icon: NonNullable<boolean | IconValue>;
|
1653
|
+
density: Density;
|
1654
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1655
|
+
stacked: boolean;
|
1656
|
+
ripple: boolean;
|
1537
1657
|
} & {
|
1658
|
+
location?: Anchor | undefined;
|
1659
|
+
height?: string | number | undefined;
|
1660
|
+
width?: string | number | undefined;
|
1661
|
+
active?: boolean | undefined;
|
1662
|
+
border?: string | number | boolean | undefined;
|
1663
|
+
color?: string | undefined;
|
1664
|
+
maxHeight?: string | number | undefined;
|
1665
|
+
maxWidth?: string | number | undefined;
|
1666
|
+
minHeight?: string | number | undefined;
|
1667
|
+
minWidth?: string | number | undefined;
|
1668
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
1669
|
+
value?: any;
|
1670
|
+
loading?: string | boolean | undefined;
|
1671
|
+
text?: string | undefined;
|
1538
1672
|
class?: any;
|
1673
|
+
href?: string | undefined;
|
1674
|
+
elevation?: string | number | undefined;
|
1675
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
1676
|
+
theme?: string | undefined;
|
1677
|
+
rounded?: string | number | boolean | undefined;
|
1678
|
+
selectedClass?: string | undefined;
|
1679
|
+
prependIcon?: IconValue | undefined;
|
1680
|
+
appendIcon?: IconValue | undefined;
|
1539
1681
|
} & {
|
1540
1682
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1541
1683
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1555,8 +1697,22 @@ declare const VAppBarNavIcon: {
|
|
1555
1697
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
1556
1698
|
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
1557
1699
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1700
|
+
symbol: any;
|
1701
|
+
replace: boolean;
|
1702
|
+
flat: boolean;
|
1703
|
+
exact: boolean;
|
1704
|
+
block: boolean;
|
1705
|
+
active: boolean;
|
1558
1706
|
style: vue.StyleValue;
|
1559
|
-
|
1707
|
+
disabled: boolean;
|
1708
|
+
size: string | number;
|
1709
|
+
tag: string;
|
1710
|
+
icon: NonNullable<boolean | IconValue>;
|
1711
|
+
rounded: string | number | boolean;
|
1712
|
+
density: Density;
|
1713
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1714
|
+
stacked: boolean;
|
1715
|
+
ripple: boolean;
|
1560
1716
|
}, {}, string> & {
|
1561
1717
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
1562
1718
|
created?: ((() => void) | (() => void)[]) | undefined;
|
@@ -1578,10 +1734,44 @@ declare const VAppBarNavIcon: {
|
|
1578
1734
|
$nextTick: typeof vue.nextTick;
|
1579
1735
|
$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;
|
1580
1736
|
} & {
|
1737
|
+
symbol: any;
|
1738
|
+
replace: boolean;
|
1739
|
+
flat: boolean;
|
1740
|
+
exact: boolean;
|
1741
|
+
block: boolean;
|
1581
1742
|
style: vue.StyleValue;
|
1582
|
-
|
1743
|
+
disabled: boolean;
|
1744
|
+
size: string | number;
|
1745
|
+
tag: string;
|
1746
|
+
icon: NonNullable<boolean | IconValue>;
|
1747
|
+
density: Density;
|
1748
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1749
|
+
stacked: boolean;
|
1750
|
+
ripple: boolean;
|
1583
1751
|
} & {
|
1752
|
+
location?: Anchor | undefined;
|
1753
|
+
height?: string | number | undefined;
|
1754
|
+
width?: string | number | undefined;
|
1755
|
+
active?: boolean | undefined;
|
1756
|
+
border?: string | number | boolean | undefined;
|
1757
|
+
color?: string | undefined;
|
1758
|
+
maxHeight?: string | number | undefined;
|
1759
|
+
maxWidth?: string | number | undefined;
|
1760
|
+
minHeight?: string | number | undefined;
|
1761
|
+
minWidth?: string | number | undefined;
|
1762
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
1763
|
+
value?: any;
|
1764
|
+
loading?: string | boolean | undefined;
|
1765
|
+
text?: string | undefined;
|
1584
1766
|
class?: any;
|
1767
|
+
href?: string | undefined;
|
1768
|
+
elevation?: string | number | undefined;
|
1769
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
1770
|
+
theme?: string | undefined;
|
1771
|
+
rounded?: string | number | boolean | undefined;
|
1772
|
+
selectedClass?: string | undefined;
|
1773
|
+
prependIcon?: IconValue | undefined;
|
1774
|
+
appendIcon?: IconValue | undefined;
|
1585
1775
|
} & {
|
1586
1776
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1587
1777
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1605,10 +1795,44 @@ declare const VAppBarNavIcon: {
|
|
1605
1795
|
__isTeleport?: undefined;
|
1606
1796
|
__isSuspense?: undefined;
|
1607
1797
|
} & vue.ComponentOptionsBase<{
|
1798
|
+
symbol: any;
|
1799
|
+
replace: boolean;
|
1800
|
+
flat: boolean;
|
1801
|
+
exact: boolean;
|
1802
|
+
block: boolean;
|
1608
1803
|
style: vue.StyleValue;
|
1609
|
-
|
1804
|
+
disabled: boolean;
|
1805
|
+
size: string | number;
|
1806
|
+
tag: string;
|
1807
|
+
icon: NonNullable<boolean | IconValue>;
|
1808
|
+
density: Density;
|
1809
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1810
|
+
stacked: boolean;
|
1811
|
+
ripple: boolean;
|
1610
1812
|
} & {
|
1813
|
+
location?: Anchor | undefined;
|
1814
|
+
height?: string | number | undefined;
|
1815
|
+
width?: string | number | undefined;
|
1816
|
+
active?: boolean | undefined;
|
1817
|
+
border?: string | number | boolean | undefined;
|
1818
|
+
color?: string | undefined;
|
1819
|
+
maxHeight?: string | number | undefined;
|
1820
|
+
maxWidth?: string | number | undefined;
|
1821
|
+
minHeight?: string | number | undefined;
|
1822
|
+
minWidth?: string | number | undefined;
|
1823
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
1824
|
+
value?: any;
|
1825
|
+
loading?: string | boolean | undefined;
|
1826
|
+
text?: string | undefined;
|
1611
1827
|
class?: any;
|
1828
|
+
href?: string | undefined;
|
1829
|
+
elevation?: string | number | undefined;
|
1830
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
1831
|
+
theme?: string | undefined;
|
1832
|
+
rounded?: string | number | boolean | undefined;
|
1833
|
+
selectedClass?: string | undefined;
|
1834
|
+
prependIcon?: IconValue | undefined;
|
1835
|
+
appendIcon?: IconValue | undefined;
|
1612
1836
|
} & {
|
1613
1837
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1614
1838
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1628,28 +1852,192 @@ declare const VAppBarNavIcon: {
|
|
1628
1852
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
1629
1853
|
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
1630
1854
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1855
|
+
symbol: any;
|
1856
|
+
replace: boolean;
|
1857
|
+
flat: boolean;
|
1858
|
+
exact: boolean;
|
1859
|
+
block: boolean;
|
1860
|
+
active: boolean;
|
1631
1861
|
style: vue.StyleValue;
|
1632
|
-
|
1862
|
+
disabled: boolean;
|
1863
|
+
size: string | number;
|
1864
|
+
tag: string;
|
1865
|
+
icon: NonNullable<boolean | IconValue>;
|
1866
|
+
rounded: string | number | boolean;
|
1867
|
+
density: Density;
|
1868
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1869
|
+
stacked: boolean;
|
1870
|
+
ripple: boolean;
|
1633
1871
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1872
|
+
color: StringConstructor;
|
1873
|
+
variant: Omit<Omit<{
|
1874
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1875
|
+
default: string;
|
1876
|
+
validator: (v: any) => boolean;
|
1877
|
+
}, "type" | "default"> & {
|
1878
|
+
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1879
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1880
|
+
}, "type" | "default"> & {
|
1881
|
+
type: vue.PropType<NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>>;
|
1882
|
+
default: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1883
|
+
};
|
1884
|
+
theme: StringConstructor;
|
1885
|
+
tag: Omit<{
|
1886
|
+
type: StringConstructor;
|
1887
|
+
default: string;
|
1888
|
+
}, "type" | "default"> & {
|
1889
|
+
type: vue.PropType<string>;
|
1890
|
+
default: string;
|
1891
|
+
};
|
1892
|
+
size: {
|
1893
|
+
type: (StringConstructor | NumberConstructor)[];
|
1894
|
+
default: string;
|
1895
|
+
};
|
1896
|
+
href: StringConstructor;
|
1897
|
+
replace: BooleanConstructor;
|
1898
|
+
to: vue.PropType<vue_router.RouteLocationRaw>;
|
1899
|
+
exact: BooleanConstructor;
|
1900
|
+
rounded: {
|
1901
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1902
|
+
default: undefined;
|
1903
|
+
};
|
1904
|
+
position: {
|
1905
|
+
type: vue.PropType<"fixed" | "absolute" | "static" | "relative" | "sticky">;
|
1906
|
+
validator: (v: any) => boolean;
|
1907
|
+
};
|
1908
|
+
location: vue.PropType<Anchor>;
|
1909
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
1910
|
+
value: null;
|
1911
|
+
disabled: BooleanConstructor;
|
1912
|
+
selectedClass: StringConstructor;
|
1913
|
+
elevation: {
|
1914
|
+
type: (StringConstructor | NumberConstructor)[];
|
1915
|
+
validator(v: any): boolean;
|
1916
|
+
};
|
1917
|
+
height: (StringConstructor | NumberConstructor)[];
|
1918
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
1919
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
1920
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
1921
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
1922
|
+
width: (StringConstructor | NumberConstructor)[];
|
1923
|
+
density: {
|
1924
|
+
type: vue.PropType<Density>;
|
1925
|
+
default: string;
|
1926
|
+
validator: (v: any) => boolean;
|
1927
|
+
};
|
1634
1928
|
class: vue.PropType<any>;
|
1635
1929
|
style: {
|
1636
1930
|
type: vue.PropType<vue.StyleValue>;
|
1637
1931
|
default: null;
|
1638
1932
|
};
|
1933
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1934
|
+
active: {
|
1935
|
+
type: BooleanConstructor;
|
1936
|
+
default: undefined;
|
1937
|
+
};
|
1938
|
+
symbol: {
|
1939
|
+
type: null;
|
1940
|
+
default: vue.InjectionKey<GroupProvide>;
|
1941
|
+
};
|
1942
|
+
flat: BooleanConstructor;
|
1639
1943
|
icon: {
|
1640
|
-
type: vue.PropType<IconValue
|
1641
|
-
default:
|
1944
|
+
type: vue.PropType<NonNullable<boolean | IconValue>>;
|
1945
|
+
default: NonNullable<boolean | IconValue>;
|
1946
|
+
};
|
1947
|
+
prependIcon: vue.PropType<IconValue>;
|
1948
|
+
appendIcon: vue.PropType<IconValue>;
|
1949
|
+
block: BooleanConstructor;
|
1950
|
+
stacked: BooleanConstructor;
|
1951
|
+
ripple: {
|
1952
|
+
type: BooleanConstructor;
|
1953
|
+
default: boolean;
|
1642
1954
|
};
|
1955
|
+
text: StringConstructor;
|
1643
1956
|
}, vue.ExtractPropTypes<{
|
1957
|
+
color: StringConstructor;
|
1958
|
+
variant: Omit<Omit<{
|
1959
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1960
|
+
default: string;
|
1961
|
+
validator: (v: any) => boolean;
|
1962
|
+
}, "type" | "default"> & {
|
1963
|
+
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1964
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1965
|
+
}, "type" | "default"> & {
|
1966
|
+
type: vue.PropType<NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>>;
|
1967
|
+
default: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1968
|
+
};
|
1969
|
+
theme: StringConstructor;
|
1970
|
+
tag: Omit<{
|
1971
|
+
type: StringConstructor;
|
1972
|
+
default: string;
|
1973
|
+
}, "type" | "default"> & {
|
1974
|
+
type: vue.PropType<string>;
|
1975
|
+
default: string;
|
1976
|
+
};
|
1977
|
+
size: {
|
1978
|
+
type: (StringConstructor | NumberConstructor)[];
|
1979
|
+
default: string;
|
1980
|
+
};
|
1981
|
+
href: StringConstructor;
|
1982
|
+
replace: BooleanConstructor;
|
1983
|
+
to: vue.PropType<vue_router.RouteLocationRaw>;
|
1984
|
+
exact: BooleanConstructor;
|
1985
|
+
rounded: {
|
1986
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1987
|
+
default: undefined;
|
1988
|
+
};
|
1989
|
+
position: {
|
1990
|
+
type: vue.PropType<"fixed" | "absolute" | "static" | "relative" | "sticky">;
|
1991
|
+
validator: (v: any) => boolean;
|
1992
|
+
};
|
1993
|
+
location: vue.PropType<Anchor>;
|
1994
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
1995
|
+
value: null;
|
1996
|
+
disabled: BooleanConstructor;
|
1997
|
+
selectedClass: StringConstructor;
|
1998
|
+
elevation: {
|
1999
|
+
type: (StringConstructor | NumberConstructor)[];
|
2000
|
+
validator(v: any): boolean;
|
2001
|
+
};
|
2002
|
+
height: (StringConstructor | NumberConstructor)[];
|
2003
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
2004
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
2005
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
2006
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
2007
|
+
width: (StringConstructor | NumberConstructor)[];
|
2008
|
+
density: {
|
2009
|
+
type: vue.PropType<Density>;
|
2010
|
+
default: string;
|
2011
|
+
validator: (v: any) => boolean;
|
2012
|
+
};
|
1644
2013
|
class: vue.PropType<any>;
|
1645
2014
|
style: {
|
1646
2015
|
type: vue.PropType<vue.StyleValue>;
|
1647
2016
|
default: null;
|
1648
2017
|
};
|
2018
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
2019
|
+
active: {
|
2020
|
+
type: BooleanConstructor;
|
2021
|
+
default: undefined;
|
2022
|
+
};
|
2023
|
+
symbol: {
|
2024
|
+
type: null;
|
2025
|
+
default: vue.InjectionKey<GroupProvide>;
|
2026
|
+
};
|
2027
|
+
flat: BooleanConstructor;
|
1649
2028
|
icon: {
|
1650
|
-
type: vue.PropType<IconValue
|
1651
|
-
default:
|
2029
|
+
type: vue.PropType<NonNullable<boolean | IconValue>>;
|
2030
|
+
default: NonNullable<boolean | IconValue>;
|
1652
2031
|
};
|
2032
|
+
prependIcon: vue.PropType<IconValue>;
|
2033
|
+
appendIcon: vue.PropType<IconValue>;
|
2034
|
+
block: BooleanConstructor;
|
2035
|
+
stacked: BooleanConstructor;
|
2036
|
+
ripple: {
|
2037
|
+
type: BooleanConstructor;
|
2038
|
+
default: boolean;
|
2039
|
+
};
|
2040
|
+
text: StringConstructor;
|
1653
2041
|
}>>;
|
1654
2042
|
type VAppBarNavIcon = InstanceType<typeof VAppBarNavIcon>;
|
1655
2043
|
|
@@ -1801,8 +2189,6 @@ declare const VAppBarTitle: {
|
|
1801
2189
|
}>>;
|
1802
2190
|
type VAppBarTitle = InstanceType<typeof VAppBarTitle>;
|
1803
2191
|
|
1804
|
-
type Density = null | 'default' | 'comfortable' | 'compact';
|
1805
|
-
|
1806
2192
|
declare const allowedTypes: readonly ["success", "info", "warning", "error"];
|
1807
2193
|
type ContextualType = typeof allowedTypes[number];
|
1808
2194
|
declare const VAlert: {
|
@@ -2549,7 +2935,7 @@ declare const VInput: {
|
|
2549
2935
|
appendIcon?: IconValue | undefined;
|
2550
2936
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
2551
2937
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
2552
|
-
'onUpdate:focused'?: EventProp<[
|
2938
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
2553
2939
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
2554
2940
|
validationValue?: any;
|
2555
2941
|
hint?: string | undefined;
|
@@ -2611,7 +2997,7 @@ declare const VInput: {
|
|
2611
2997
|
appendIcon?: IconValue | undefined;
|
2612
2998
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
2613
2999
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
2614
|
-
'onUpdate:focused'?: EventProp<[
|
3000
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
2615
3001
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
2616
3002
|
validationValue?: any;
|
2617
3003
|
hint?: string | undefined;
|
@@ -2698,7 +3084,7 @@ declare const VInput: {
|
|
2698
3084
|
appendIcon?: IconValue | undefined;
|
2699
3085
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
2700
3086
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
2701
|
-
'onUpdate:focused'?: EventProp<[
|
3087
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
2702
3088
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
2703
3089
|
validationValue?: any;
|
2704
3090
|
hint?: string | undefined;
|
@@ -2754,7 +3140,7 @@ declare const VInput: {
|
|
2754
3140
|
appendIcon?: IconValue | undefined;
|
2755
3141
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
2756
3142
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
2757
|
-
'onUpdate:focused'?: EventProp<[
|
3143
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
2758
3144
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
2759
3145
|
validationValue?: any;
|
2760
3146
|
hint?: string | undefined;
|
@@ -2800,7 +3186,7 @@ declare const VInput: {
|
|
2800
3186
|
persistentHint: boolean;
|
2801
3187
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
2802
3188
|
focused: BooleanConstructor;
|
2803
|
-
'onUpdate:focused': PropType<EventProp<[
|
3189
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
2804
3190
|
disabled: BooleanConstructor;
|
2805
3191
|
error: BooleanConstructor;
|
2806
3192
|
errorMessages: {
|
@@ -2850,7 +3236,7 @@ declare const VInput: {
|
|
2850
3236
|
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
2851
3237
|
}, vue.ExtractPropTypes<{
|
2852
3238
|
focused: BooleanConstructor;
|
2853
|
-
'onUpdate:focused': PropType<EventProp<[
|
3239
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
2854
3240
|
disabled: BooleanConstructor;
|
2855
3241
|
error: BooleanConstructor;
|
2856
3242
|
errorMessages: {
|
@@ -2978,7 +3364,7 @@ declare const VField: {
|
|
2978
3364
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
2979
3365
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
2980
3366
|
focused: BooleanConstructor;
|
2981
|
-
'onUpdate:focused': PropType<EventProp<[
|
3367
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
2982
3368
|
id: StringConstructor;
|
2983
3369
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
2984
3370
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -3036,7 +3422,7 @@ declare const VField: {
|
|
3036
3422
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3037
3423
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3038
3424
|
focused: BooleanConstructor;
|
3039
|
-
'onUpdate:focused': PropType<EventProp<[
|
3425
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
3040
3426
|
id: StringConstructor;
|
3041
3427
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
3042
3428
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -3120,7 +3506,7 @@ declare const VField: {
|
|
3120
3506
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3121
3507
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3122
3508
|
focused: BooleanConstructor;
|
3123
|
-
'onUpdate:focused': PropType<EventProp<[
|
3509
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
3124
3510
|
id: StringConstructor;
|
3125
3511
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
3126
3512
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -3170,7 +3556,7 @@ declare const VField: {
|
|
3170
3556
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3171
3557
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3172
3558
|
focused: BooleanConstructor;
|
3173
|
-
'onUpdate:focused': PropType<EventProp<[
|
3559
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
3174
3560
|
id: StringConstructor;
|
3175
3561
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
3176
3562
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -3240,7 +3626,7 @@ declare const VField: {
|
|
3240
3626
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3241
3627
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3242
3628
|
focused: BooleanConstructor;
|
3243
|
-
'onUpdate:focused': PropType<EventProp<[
|
3629
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
3244
3630
|
id: StringConstructor;
|
3245
3631
|
}, vue.ExtractPropTypes<{
|
3246
3632
|
theme: StringConstructor;
|
@@ -3282,7 +3668,7 @@ declare const VField: {
|
|
3282
3668
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3283
3669
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3284
3670
|
focused: BooleanConstructor;
|
3285
|
-
'onUpdate:focused': PropType<EventProp<[
|
3671
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
3286
3672
|
id: StringConstructor;
|
3287
3673
|
}>>;
|
3288
3674
|
type VField = InstanceType<typeof VField>;
|
@@ -3421,7 +3807,7 @@ declare const VAutocomplete: {
|
|
3421
3807
|
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3422
3808
|
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3423
3809
|
focused: BooleanConstructor;
|
3424
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
3810
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
3425
3811
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
3426
3812
|
errorMessages: {
|
3427
3813
|
type: vue.PropType<string | string[]>;
|
@@ -3889,7 +4275,7 @@ declare const VAutocomplete: {
|
|
3889
4275
|
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3890
4276
|
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
3891
4277
|
focused: BooleanConstructor;
|
3892
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
4278
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
3893
4279
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
3894
4280
|
errorMessages: {
|
3895
4281
|
type: vue.PropType<string | string[]>;
|
@@ -4423,7 +4809,7 @@ declare const VAutocomplete: {
|
|
4423
4809
|
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
4424
4810
|
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
4425
4811
|
focused: BooleanConstructor;
|
4426
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
4812
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
4427
4813
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
4428
4814
|
errorMessages: {
|
4429
4815
|
type: vue.PropType<string | string[]>;
|
@@ -4890,7 +5276,7 @@ declare const VAutocomplete: {
|
|
4890
5276
|
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
4891
5277
|
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
4892
5278
|
focused: BooleanConstructor;
|
4893
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
5279
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
4894
5280
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
4895
5281
|
errorMessages: {
|
4896
5282
|
type: vue.PropType<string | string[]>;
|
@@ -5434,7 +5820,7 @@ declare const VAutocomplete: {
|
|
5434
5820
|
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
5435
5821
|
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
5436
5822
|
focused: BooleanConstructor;
|
5437
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
5823
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
5438
5824
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
5439
5825
|
errorMessages: {
|
5440
5826
|
type: vue.PropType<string | string[]>;
|
@@ -5884,7 +6270,7 @@ declare const VAutocomplete: {
|
|
5884
6270
|
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
5885
6271
|
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
5886
6272
|
focused: BooleanConstructor;
|
5887
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
6273
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
5888
6274
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
5889
6275
|
errorMessages: {
|
5890
6276
|
type: vue.PropType<string | string[]>;
|
@@ -8432,39 +8818,6 @@ declare const VBreadcrumbsDivider: {
|
|
8432
8818
|
divider: (StringConstructor | NumberConstructor)[];
|
8433
8819
|
}>>;
|
8434
8820
|
|
8435
|
-
interface GroupItem {
|
8436
|
-
id: number;
|
8437
|
-
value: Ref<unknown>;
|
8438
|
-
disabled: Ref<boolean | undefined>;
|
8439
|
-
}
|
8440
|
-
interface GroupProvide {
|
8441
|
-
register: (item: GroupItem, cmp: ComponentInternalInstance) => void;
|
8442
|
-
unregister: (id: number) => void;
|
8443
|
-
select: (id: number, value: boolean) => void;
|
8444
|
-
selected: Ref<Readonly<number[]>>;
|
8445
|
-
isSelected: (id: number) => boolean;
|
8446
|
-
prev: () => void;
|
8447
|
-
next: () => void;
|
8448
|
-
selectedClass: Ref<string | undefined>;
|
8449
|
-
items: ComputedRef<{
|
8450
|
-
id: number;
|
8451
|
-
value: unknown;
|
8452
|
-
disabled: boolean | undefined;
|
8453
|
-
}[]>;
|
8454
|
-
disabled: Ref<boolean | undefined>;
|
8455
|
-
getItemIndex: (value: unknown) => number;
|
8456
|
-
}
|
8457
|
-
interface GroupItemProvide {
|
8458
|
-
id: number;
|
8459
|
-
isSelected: Ref<boolean>;
|
8460
|
-
toggle: () => void;
|
8461
|
-
select: (value: boolean) => void;
|
8462
|
-
selectedClass: Ref<(string | undefined)[] | false>;
|
8463
|
-
value: Ref<unknown>;
|
8464
|
-
disabled: Ref<boolean | undefined>;
|
8465
|
-
group: GroupProvide;
|
8466
|
-
}
|
8467
|
-
|
8468
8821
|
declare const VBtn: {
|
8469
8822
|
new (...args: any[]): {
|
8470
8823
|
$: vue.ComponentInternalInstance;
|
@@ -12258,7 +12611,7 @@ declare const VCheckbox: {
|
|
12258
12611
|
appendIcon?: IconValue | undefined;
|
12259
12612
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
12260
12613
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
12261
|
-
'onUpdate:focused'?: EventProp<[
|
12614
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
12262
12615
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
12263
12616
|
validationValue?: any;
|
12264
12617
|
hint?: string | undefined;
|
@@ -12348,7 +12701,7 @@ declare const VCheckbox: {
|
|
12348
12701
|
appendIcon?: IconValue | undefined;
|
12349
12702
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
12350
12703
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
12351
|
-
'onUpdate:focused'?: EventProp<[
|
12704
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
12352
12705
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
12353
12706
|
validationValue?: any;
|
12354
12707
|
hint?: string | undefined;
|
@@ -12466,7 +12819,7 @@ declare const VCheckbox: {
|
|
12466
12819
|
appendIcon?: IconValue | undefined;
|
12467
12820
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
12468
12821
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
12469
|
-
'onUpdate:focused'?: EventProp<[
|
12822
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
12470
12823
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
12471
12824
|
validationValue?: any;
|
12472
12825
|
hint?: string | undefined;
|
@@ -12546,7 +12899,7 @@ declare const VCheckbox: {
|
|
12546
12899
|
appendIcon?: IconValue | undefined;
|
12547
12900
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
12548
12901
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
12549
|
-
'onUpdate:focused'?: EventProp<[
|
12902
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
12550
12903
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
12551
12904
|
validationValue?: any;
|
12552
12905
|
hint?: string | undefined;
|
@@ -12660,7 +13013,7 @@ declare const VCheckbox: {
|
|
12660
13013
|
default: string;
|
12661
13014
|
};
|
12662
13015
|
focused: BooleanConstructor;
|
12663
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
13016
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
12664
13017
|
errorMessages: {
|
12665
13018
|
type: vue.PropType<string | string[]>;
|
12666
13019
|
default: () => never[];
|
@@ -12741,7 +13094,7 @@ declare const VCheckbox: {
|
|
12741
13094
|
default: string;
|
12742
13095
|
};
|
12743
13096
|
focused: BooleanConstructor;
|
12744
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
13097
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
12745
13098
|
errorMessages: {
|
12746
13099
|
type: vue.PropType<string | string[]>;
|
12747
13100
|
default: () => never[];
|
@@ -14136,6 +14489,52 @@ declare const VCode: {
|
|
14136
14489
|
}>>;
|
14137
14490
|
type VCode = InstanceType<typeof VCode>;
|
14138
14491
|
|
14492
|
+
type ColorPickerMode = {
|
14493
|
+
inputProps: Record<string, unknown>;
|
14494
|
+
inputs: {
|
14495
|
+
[key: string]: any;
|
14496
|
+
getValue: (color: any) => number | string;
|
14497
|
+
getColor: (color: any, v: string) => any;
|
14498
|
+
}[];
|
14499
|
+
from: (color: any) => HSV;
|
14500
|
+
to: (color: HSV) => any;
|
14501
|
+
};
|
14502
|
+
declare const modes: {
|
14503
|
+
rgb: {
|
14504
|
+
inputs: {
|
14505
|
+
[key: string]: any;
|
14506
|
+
getValue: (color: any) => number | string;
|
14507
|
+
getColor: (color: any, v: string) => any;
|
14508
|
+
}[];
|
14509
|
+
inputProps: Record<string, unknown>;
|
14510
|
+
from: (color: any) => HSV;
|
14511
|
+
to: (color: HSV) => any;
|
14512
|
+
};
|
14513
|
+
rgba: ColorPickerMode;
|
14514
|
+
hsl: {
|
14515
|
+
inputs: {
|
14516
|
+
[key: string]: any;
|
14517
|
+
getValue: (color: any) => number | string;
|
14518
|
+
getColor: (color: any, v: string) => any;
|
14519
|
+
}[];
|
14520
|
+
inputProps: Record<string, unknown>;
|
14521
|
+
from: (color: any) => HSV;
|
14522
|
+
to: (color: HSV) => any;
|
14523
|
+
};
|
14524
|
+
hsla: ColorPickerMode;
|
14525
|
+
hex: {
|
14526
|
+
inputs: {
|
14527
|
+
label: string;
|
14528
|
+
getValue: (c: string) => string;
|
14529
|
+
getColor: (c: string, v: string) => string;
|
14530
|
+
}[];
|
14531
|
+
inputProps: Record<string, unknown>;
|
14532
|
+
from: (color: any) => HSV;
|
14533
|
+
to: (color: HSV) => any;
|
14534
|
+
};
|
14535
|
+
hexa: ColorPickerMode;
|
14536
|
+
};
|
14537
|
+
|
14139
14538
|
declare const VColorPicker: {
|
14140
14539
|
new (...args: any[]): {
|
14141
14540
|
$: vue.ComponentInternalInstance;
|
@@ -14145,10 +14544,10 @@ declare const VColorPicker: {
|
|
14145
14544
|
style: vue.StyleValue;
|
14146
14545
|
disabled: boolean;
|
14147
14546
|
tag: string;
|
14148
|
-
mode:
|
14547
|
+
mode: "rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa";
|
14149
14548
|
rounded: string | number | boolean;
|
14150
14549
|
dotSize: string | number;
|
14151
|
-
modes:
|
14550
|
+
modes: ("rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa")[];
|
14152
14551
|
hideCanvas: boolean;
|
14153
14552
|
hideSliders: boolean;
|
14154
14553
|
hideInputs: boolean;
|
@@ -14197,17 +14596,17 @@ declare const VColorPicker: {
|
|
14197
14596
|
hideSliders: BooleanConstructor;
|
14198
14597
|
hideInputs: BooleanConstructor;
|
14199
14598
|
mode: {
|
14200
|
-
type:
|
14599
|
+
type: PropType<"rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa">;
|
14201
14600
|
default: string;
|
14202
14601
|
validator: (v: string) => boolean;
|
14203
14602
|
};
|
14204
14603
|
modes: {
|
14205
|
-
type: PropType<
|
14604
|
+
type: PropType<("rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa")[]>;
|
14206
14605
|
default: () => string[];
|
14207
14606
|
validator: (v: any) => boolean;
|
14208
14607
|
};
|
14209
14608
|
showSwatches: BooleanConstructor;
|
14210
|
-
swatches: PropType<
|
14609
|
+
swatches: PropType<Color[][]>;
|
14211
14610
|
swatchesMaxHeight: {
|
14212
14611
|
type: (StringConstructor | NumberConstructor)[];
|
14213
14612
|
default: number;
|
@@ -14217,7 +14616,7 @@ declare const VColorPicker: {
|
|
14217
14616
|
};
|
14218
14617
|
}>> & {
|
14219
14618
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
14220
|
-
"onUpdate:mode"?: ((mode:
|
14619
|
+
"onUpdate:mode"?: ((mode: "rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa") => any) | undefined;
|
14221
14620
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "width" | "style" | "disabled" | "tag" | "mode" | "rounded" | "dotSize" | "modes" | "hideCanvas" | "hideSliders" | "hideInputs" | "showSwatches" | "canvasHeight" | "swatchesMaxHeight">;
|
14222
14621
|
$attrs: {
|
14223
14622
|
[x: string]: unknown;
|
@@ -14230,7 +14629,7 @@ declare const VColorPicker: {
|
|
14230
14629
|
}>;
|
14231
14630
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
14232
14631
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
14233
|
-
$emit: ((event: "update:modelValue", color: any) => void) & ((event: "update:mode", mode:
|
14632
|
+
$emit: ((event: "update:modelValue", color: any) => void) & ((event: "update:mode", mode: "rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa") => void);
|
14234
14633
|
$el: any;
|
14235
14634
|
$options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
|
14236
14635
|
width: {
|
@@ -14274,17 +14673,17 @@ declare const VColorPicker: {
|
|
14274
14673
|
hideSliders: BooleanConstructor;
|
14275
14674
|
hideInputs: BooleanConstructor;
|
14276
14675
|
mode: {
|
14277
|
-
type:
|
14676
|
+
type: PropType<"rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa">;
|
14278
14677
|
default: string;
|
14279
14678
|
validator: (v: string) => boolean;
|
14280
14679
|
};
|
14281
14680
|
modes: {
|
14282
|
-
type: PropType<
|
14681
|
+
type: PropType<("rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa")[]>;
|
14283
14682
|
default: () => string[];
|
14284
14683
|
validator: (v: any) => boolean;
|
14285
14684
|
};
|
14286
14685
|
showSwatches: BooleanConstructor;
|
14287
|
-
swatches: PropType<
|
14686
|
+
swatches: PropType<Color[][]>;
|
14288
14687
|
swatchesMaxHeight: {
|
14289
14688
|
type: (StringConstructor | NumberConstructor)[];
|
14290
14689
|
default: number;
|
@@ -14294,19 +14693,19 @@ declare const VColorPicker: {
|
|
14294
14693
|
};
|
14295
14694
|
}>> & {
|
14296
14695
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
14297
|
-
"onUpdate:mode"?: ((mode:
|
14696
|
+
"onUpdate:mode"?: ((mode: "rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa") => any) | undefined;
|
14298
14697
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
14299
14698
|
'update:modelValue': (color: any) => true;
|
14300
|
-
'update:mode': (mode:
|
14699
|
+
'update:mode': (mode: keyof typeof modes) => true;
|
14301
14700
|
}, string, {
|
14302
14701
|
width: NonNullable<string | number>;
|
14303
14702
|
style: vue.StyleValue;
|
14304
14703
|
disabled: boolean;
|
14305
14704
|
tag: string;
|
14306
|
-
mode:
|
14705
|
+
mode: "rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa";
|
14307
14706
|
rounded: string | number | boolean;
|
14308
14707
|
dotSize: string | number;
|
14309
|
-
modes:
|
14708
|
+
modes: ("rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa")[];
|
14310
14709
|
hideCanvas: boolean;
|
14311
14710
|
hideSliders: boolean;
|
14312
14711
|
hideInputs: boolean;
|
@@ -14375,17 +14774,17 @@ declare const VColorPicker: {
|
|
14375
14774
|
hideSliders: BooleanConstructor;
|
14376
14775
|
hideInputs: BooleanConstructor;
|
14377
14776
|
mode: {
|
14378
|
-
type:
|
14777
|
+
type: PropType<"rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa">;
|
14379
14778
|
default: string;
|
14380
14779
|
validator: (v: string) => boolean;
|
14381
14780
|
};
|
14382
14781
|
modes: {
|
14383
|
-
type: PropType<
|
14782
|
+
type: PropType<("rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa")[]>;
|
14384
14783
|
default: () => string[];
|
14385
14784
|
validator: (v: any) => boolean;
|
14386
14785
|
};
|
14387
14786
|
showSwatches: BooleanConstructor;
|
14388
|
-
swatches: PropType<
|
14787
|
+
swatches: PropType<Color[][]>;
|
14389
14788
|
swatchesMaxHeight: {
|
14390
14789
|
type: (StringConstructor | NumberConstructor)[];
|
14391
14790
|
default: number;
|
@@ -14395,7 +14794,7 @@ declare const VColorPicker: {
|
|
14395
14794
|
};
|
14396
14795
|
}>> & {
|
14397
14796
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
14398
|
-
"onUpdate:mode"?: ((mode:
|
14797
|
+
"onUpdate:mode"?: ((mode: "rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa") => any) | undefined;
|
14399
14798
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
14400
14799
|
__isFragment?: undefined;
|
14401
14800
|
__isTeleport?: undefined;
|
@@ -14442,17 +14841,17 @@ declare const VColorPicker: {
|
|
14442
14841
|
hideSliders: BooleanConstructor;
|
14443
14842
|
hideInputs: BooleanConstructor;
|
14444
14843
|
mode: {
|
14445
|
-
type:
|
14844
|
+
type: PropType<"rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa">;
|
14446
14845
|
default: string;
|
14447
14846
|
validator: (v: string) => boolean;
|
14448
14847
|
};
|
14449
14848
|
modes: {
|
14450
|
-
type: PropType<
|
14849
|
+
type: PropType<("rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa")[]>;
|
14451
14850
|
default: () => string[];
|
14452
14851
|
validator: (v: any) => boolean;
|
14453
14852
|
};
|
14454
14853
|
showSwatches: BooleanConstructor;
|
14455
|
-
swatches: PropType<
|
14854
|
+
swatches: PropType<Color[][]>;
|
14456
14855
|
swatchesMaxHeight: {
|
14457
14856
|
type: (StringConstructor | NumberConstructor)[];
|
14458
14857
|
default: number;
|
@@ -14462,19 +14861,19 @@ declare const VColorPicker: {
|
|
14462
14861
|
};
|
14463
14862
|
}>> & {
|
14464
14863
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
14465
|
-
"onUpdate:mode"?: ((mode:
|
14864
|
+
"onUpdate:mode"?: ((mode: "rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa") => any) | undefined;
|
14466
14865
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
14467
14866
|
'update:modelValue': (color: any) => true;
|
14468
|
-
'update:mode': (mode:
|
14867
|
+
'update:mode': (mode: keyof typeof modes) => true;
|
14469
14868
|
}, string, {
|
14470
14869
|
width: NonNullable<string | number>;
|
14471
14870
|
style: vue.StyleValue;
|
14472
14871
|
disabled: boolean;
|
14473
14872
|
tag: string;
|
14474
|
-
mode:
|
14873
|
+
mode: "rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa";
|
14475
14874
|
rounded: string | number | boolean;
|
14476
14875
|
dotSize: string | number;
|
14477
|
-
modes:
|
14876
|
+
modes: ("rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa")[];
|
14478
14877
|
hideCanvas: boolean;
|
14479
14878
|
hideSliders: boolean;
|
14480
14879
|
hideInputs: boolean;
|
@@ -14523,17 +14922,17 @@ declare const VColorPicker: {
|
|
14523
14922
|
hideSliders: BooleanConstructor;
|
14524
14923
|
hideInputs: BooleanConstructor;
|
14525
14924
|
mode: {
|
14526
|
-
type:
|
14925
|
+
type: PropType<"rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa">;
|
14527
14926
|
default: string;
|
14528
14927
|
validator: (v: string) => boolean;
|
14529
14928
|
};
|
14530
14929
|
modes: {
|
14531
|
-
type: PropType<
|
14930
|
+
type: PropType<("rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa")[]>;
|
14532
14931
|
default: () => string[];
|
14533
14932
|
validator: (v: any) => boolean;
|
14534
14933
|
};
|
14535
14934
|
showSwatches: BooleanConstructor;
|
14536
|
-
swatches: PropType<
|
14935
|
+
swatches: PropType<Color[][]>;
|
14537
14936
|
swatchesMaxHeight: {
|
14538
14937
|
type: (StringConstructor | NumberConstructor)[];
|
14539
14938
|
default: number;
|
@@ -14583,17 +14982,17 @@ declare const VColorPicker: {
|
|
14583
14982
|
hideSliders: BooleanConstructor;
|
14584
14983
|
hideInputs: BooleanConstructor;
|
14585
14984
|
mode: {
|
14586
|
-
type:
|
14985
|
+
type: PropType<"rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa">;
|
14587
14986
|
default: string;
|
14588
14987
|
validator: (v: string) => boolean;
|
14589
14988
|
};
|
14590
14989
|
modes: {
|
14591
|
-
type: PropType<
|
14990
|
+
type: PropType<("rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa")[]>;
|
14592
14991
|
default: () => string[];
|
14593
14992
|
validator: (v: any) => boolean;
|
14594
14993
|
};
|
14595
14994
|
showSwatches: BooleanConstructor;
|
14596
|
-
swatches: PropType<
|
14995
|
+
swatches: PropType<Color[][]>;
|
14597
14996
|
swatchesMaxHeight: {
|
14598
14997
|
type: (StringConstructor | NumberConstructor)[];
|
14599
14998
|
default: number;
|
@@ -14738,7 +15137,7 @@ declare const VCombobox: {
|
|
14738
15137
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
14739
15138
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
14740
15139
|
focused: BooleanConstructor;
|
14741
|
-
'onUpdate:focused': PropType<EventProp<[
|
15140
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
14742
15141
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
14743
15142
|
errorMessages: {
|
14744
15143
|
type: PropType<string | string[]>;
|
@@ -15212,7 +15611,7 @@ declare const VCombobox: {
|
|
15212
15611
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
15213
15612
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
15214
15613
|
focused: BooleanConstructor;
|
15215
|
-
'onUpdate:focused': PropType<EventProp<[
|
15614
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
15216
15615
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
15217
15616
|
errorMessages: {
|
15218
15617
|
type: PropType<string | string[]>;
|
@@ -15751,7 +16150,7 @@ declare const VCombobox: {
|
|
15751
16150
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
15752
16151
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
15753
16152
|
focused: BooleanConstructor;
|
15754
|
-
'onUpdate:focused': PropType<EventProp<[
|
16153
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
15755
16154
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
15756
16155
|
errorMessages: {
|
15757
16156
|
type: PropType<string | string[]>;
|
@@ -16223,7 +16622,7 @@ declare const VCombobox: {
|
|
16223
16622
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
16224
16623
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
16225
16624
|
focused: BooleanConstructor;
|
16226
|
-
'onUpdate:focused': PropType<EventProp<[
|
16625
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
16227
16626
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
16228
16627
|
errorMessages: {
|
16229
16628
|
type: PropType<string | string[]>;
|
@@ -16772,7 +17171,7 @@ declare const VCombobox: {
|
|
16772
17171
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
16773
17172
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
16774
17173
|
focused: BooleanConstructor;
|
16775
|
-
'onUpdate:focused': PropType<EventProp<[
|
17174
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
16776
17175
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
16777
17176
|
errorMessages: {
|
16778
17177
|
type: PropType<string | string[]>;
|
@@ -17228,7 +17627,7 @@ declare const VCombobox: {
|
|
17228
17627
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
17229
17628
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
17230
17629
|
focused: BooleanConstructor;
|
17231
|
-
'onUpdate:focused': PropType<EventProp<[
|
17630
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
17232
17631
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
17233
17632
|
errorMessages: {
|
17234
17633
|
type: PropType<string | string[]>;
|
@@ -23629,7 +24028,7 @@ declare const VFileInput: {
|
|
23629
24028
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
23630
24029
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
23631
24030
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
23632
|
-
'onUpdate:focused'?: EventProp<[
|
24031
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
23633
24032
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
23634
24033
|
validationValue?: any;
|
23635
24034
|
hint?: string | undefined;
|
@@ -23738,7 +24137,7 @@ declare const VFileInput: {
|
|
23738
24137
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
23739
24138
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
23740
24139
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
23741
|
-
'onUpdate:focused'?: EventProp<[
|
24140
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
23742
24141
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
23743
24142
|
validationValue?: any;
|
23744
24143
|
hint?: string | undefined;
|
@@ -23824,7 +24223,7 @@ declare const VFileInput: {
|
|
23824
24223
|
appendIcon?: IconValue | undefined;
|
23825
24224
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
23826
24225
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
23827
|
-
'onUpdate:focused'?: EventProp<[
|
24226
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
23828
24227
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
23829
24228
|
validationValue?: any;
|
23830
24229
|
hint?: string | undefined;
|
@@ -23886,7 +24285,7 @@ declare const VFileInput: {
|
|
23886
24285
|
appendIcon?: IconValue | undefined;
|
23887
24286
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
23888
24287
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
23889
|
-
'onUpdate:focused'?: EventProp<[
|
24288
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
23890
24289
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
23891
24290
|
validationValue?: any;
|
23892
24291
|
hint?: string | undefined;
|
@@ -23973,7 +24372,7 @@ declare const VFileInput: {
|
|
23973
24372
|
appendIcon?: IconValue | undefined;
|
23974
24373
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
23975
24374
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
23976
|
-
'onUpdate:focused'?: EventProp<[
|
24375
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
23977
24376
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
23978
24377
|
validationValue?: any;
|
23979
24378
|
hint?: string | undefined;
|
@@ -24106,7 +24505,7 @@ declare const VFileInput: {
|
|
24106
24505
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24107
24506
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24108
24507
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24109
|
-
'onUpdate:focused'?: EventProp<[
|
24508
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
24110
24509
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
24111
24510
|
validationValue?: any;
|
24112
24511
|
hint?: string | undefined;
|
@@ -24192,7 +24591,7 @@ declare const VFileInput: {
|
|
24192
24591
|
appendIcon?: IconValue | undefined;
|
24193
24592
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24194
24593
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24195
|
-
'onUpdate:focused'?: EventProp<[
|
24594
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
24196
24595
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
24197
24596
|
validationValue?: any;
|
24198
24597
|
hint?: string | undefined;
|
@@ -24254,7 +24653,7 @@ declare const VFileInput: {
|
|
24254
24653
|
appendIcon?: IconValue | undefined;
|
24255
24654
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24256
24655
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24257
|
-
'onUpdate:focused'?: EventProp<[
|
24656
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
24258
24657
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
24259
24658
|
validationValue?: any;
|
24260
24659
|
hint?: string | undefined;
|
@@ -24341,7 +24740,7 @@ declare const VFileInput: {
|
|
24341
24740
|
appendIcon?: IconValue | undefined;
|
24342
24741
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24343
24742
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24344
|
-
'onUpdate:focused'?: EventProp<[
|
24743
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
24345
24744
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
24346
24745
|
validationValue?: any;
|
24347
24746
|
hint?: string | undefined;
|
@@ -24422,7 +24821,7 @@ declare const VFileInput: {
|
|
24422
24821
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24423
24822
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24424
24823
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24425
|
-
'onUpdate:focused'?: EventProp<[
|
24824
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
24426
24825
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
24427
24826
|
validationValue?: any;
|
24428
24827
|
hint?: string | undefined;
|
@@ -24508,7 +24907,7 @@ declare const VFileInput: {
|
|
24508
24907
|
appendIcon?: IconValue | undefined;
|
24509
24908
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24510
24909
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24511
|
-
'onUpdate:focused'?: EventProp<[
|
24910
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
24512
24911
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
24513
24912
|
validationValue?: any;
|
24514
24913
|
hint?: string | undefined;
|
@@ -24570,7 +24969,7 @@ declare const VFileInput: {
|
|
24570
24969
|
appendIcon?: IconValue | undefined;
|
24571
24970
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24572
24971
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24573
|
-
'onUpdate:focused'?: EventProp<[
|
24972
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
24574
24973
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
24575
24974
|
validationValue?: any;
|
24576
24975
|
hint?: string | undefined;
|
@@ -24657,7 +25056,7 @@ declare const VFileInput: {
|
|
24657
25056
|
appendIcon?: IconValue | undefined;
|
24658
25057
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24659
25058
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
24660
|
-
'onUpdate:focused'?: EventProp<[
|
25059
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
24661
25060
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
24662
25061
|
validationValue?: any;
|
24663
25062
|
hint?: string | undefined;
|
@@ -24770,7 +25169,7 @@ declare const VFileInput: {
|
|
24770
25169
|
validator: (val: any) => boolean;
|
24771
25170
|
};
|
24772
25171
|
focused: BooleanConstructor;
|
24773
|
-
'onUpdate:focused': PropType<EventProp<[
|
25172
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
24774
25173
|
errorMessages: {
|
24775
25174
|
type: PropType<string | string[]>;
|
24776
25175
|
default: () => never[];
|
@@ -24876,7 +25275,7 @@ declare const VFileInput: {
|
|
24876
25275
|
validator: (val: any) => boolean;
|
24877
25276
|
};
|
24878
25277
|
focused: BooleanConstructor;
|
24879
|
-
'onUpdate:focused': PropType<EventProp<[
|
25278
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
24880
25279
|
errorMessages: {
|
24881
25280
|
type: PropType<string | string[]>;
|
24882
25281
|
default: () => never[];
|
@@ -26710,6 +27109,7 @@ declare const VImg: {
|
|
26710
27109
|
$: vue.ComponentInternalInstance;
|
26711
27110
|
$data: {};
|
26712
27111
|
$props: Partial<{
|
27112
|
+
inline: boolean;
|
26713
27113
|
transition: string | boolean | (vue.TransitionProps & {
|
26714
27114
|
component?: vue.Component | undefined;
|
26715
27115
|
});
|
@@ -26719,6 +27119,7 @@ declare const VImg: {
|
|
26719
27119
|
cover: boolean;
|
26720
27120
|
src: string | srcObject;
|
26721
27121
|
}> & Omit<{
|
27122
|
+
inline: boolean;
|
26722
27123
|
transition: string | boolean | (vue.TransitionProps & {
|
26723
27124
|
component?: vue.Component | undefined;
|
26724
27125
|
});
|
@@ -26728,12 +27129,18 @@ declare const VImg: {
|
|
26728
27129
|
cover: boolean;
|
26729
27130
|
src: string | srcObject;
|
26730
27131
|
} & {
|
27132
|
+
height?: string | number | undefined;
|
26731
27133
|
width?: string | number | undefined;
|
26732
27134
|
aspectRatio?: string | number | undefined;
|
27135
|
+
maxHeight?: string | number | undefined;
|
27136
|
+
maxWidth?: string | number | undefined;
|
27137
|
+
minHeight?: string | number | undefined;
|
27138
|
+
minWidth?: string | number | undefined;
|
26733
27139
|
class?: any;
|
26734
27140
|
alt?: string | undefined;
|
26735
27141
|
sizes?: string | undefined;
|
26736
27142
|
srcset?: string | undefined;
|
27143
|
+
contentClass?: string | undefined;
|
26737
27144
|
gradient?: string | undefined;
|
26738
27145
|
lazySrc?: string | undefined;
|
26739
27146
|
} & {
|
@@ -26758,7 +27165,7 @@ declare const VImg: {
|
|
26758
27165
|
onError?: ((value: string | undefined) => any) | undefined;
|
26759
27166
|
onLoad?: ((value: string | undefined) => any) | undefined;
|
26760
27167
|
onLoadstart?: ((value: string | undefined) => any) | undefined;
|
26761
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "style" | "eager" | "options" | "cover" | "src">;
|
27168
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "inline" | "transition" | "style" | "eager" | "options" | "cover" | "src">;
|
26762
27169
|
$attrs: {
|
26763
27170
|
[x: string]: unknown;
|
26764
27171
|
};
|
@@ -26773,6 +27180,7 @@ declare const VImg: {
|
|
26773
27180
|
$emit: ((event: "error", value: string | undefined) => void) & ((event: "load", value: string | undefined) => void) & ((event: "loadstart", value: string | undefined) => void);
|
26774
27181
|
$el: any;
|
26775
27182
|
$options: vue.ComponentOptionsBase<{
|
27183
|
+
inline: boolean;
|
26776
27184
|
transition: string | boolean | (vue.TransitionProps & {
|
26777
27185
|
component?: vue.Component | undefined;
|
26778
27186
|
});
|
@@ -26782,12 +27190,18 @@ declare const VImg: {
|
|
26782
27190
|
cover: boolean;
|
26783
27191
|
src: string | srcObject;
|
26784
27192
|
} & {
|
27193
|
+
height?: string | number | undefined;
|
26785
27194
|
width?: string | number | undefined;
|
26786
27195
|
aspectRatio?: string | number | undefined;
|
27196
|
+
maxHeight?: string | number | undefined;
|
27197
|
+
maxWidth?: string | number | undefined;
|
27198
|
+
minHeight?: string | number | undefined;
|
27199
|
+
minWidth?: string | number | undefined;
|
26787
27200
|
class?: any;
|
26788
27201
|
alt?: string | undefined;
|
26789
27202
|
sizes?: string | undefined;
|
26790
27203
|
srcset?: string | undefined;
|
27204
|
+
contentClass?: string | undefined;
|
26791
27205
|
gradient?: string | undefined;
|
26792
27206
|
lazySrc?: string | undefined;
|
26793
27207
|
} & {
|
@@ -26823,6 +27237,7 @@ declare const VImg: {
|
|
26823
27237
|
load: (value: string | undefined) => true;
|
26824
27238
|
error: (value: string | undefined) => true;
|
26825
27239
|
}, string, {
|
27240
|
+
inline: boolean;
|
26826
27241
|
transition: string | boolean | (vue.TransitionProps & {
|
26827
27242
|
component?: vue.Component | undefined;
|
26828
27243
|
});
|
@@ -26852,6 +27267,7 @@ declare const VImg: {
|
|
26852
27267
|
$nextTick: typeof nextTick;
|
26853
27268
|
$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;
|
26854
27269
|
} & {
|
27270
|
+
inline: boolean;
|
26855
27271
|
transition: string | boolean | (vue.TransitionProps & {
|
26856
27272
|
component?: vue.Component | undefined;
|
26857
27273
|
});
|
@@ -26861,12 +27277,18 @@ declare const VImg: {
|
|
26861
27277
|
cover: boolean;
|
26862
27278
|
src: string | srcObject;
|
26863
27279
|
} & {
|
27280
|
+
height?: string | number | undefined;
|
26864
27281
|
width?: string | number | undefined;
|
26865
27282
|
aspectRatio?: string | number | undefined;
|
27283
|
+
maxHeight?: string | number | undefined;
|
27284
|
+
maxWidth?: string | number | undefined;
|
27285
|
+
minHeight?: string | number | undefined;
|
27286
|
+
minWidth?: string | number | undefined;
|
26866
27287
|
class?: any;
|
26867
27288
|
alt?: string | undefined;
|
26868
27289
|
sizes?: string | undefined;
|
26869
27290
|
srcset?: string | undefined;
|
27291
|
+
contentClass?: string | undefined;
|
26870
27292
|
gradient?: string | undefined;
|
26871
27293
|
lazySrc?: string | undefined;
|
26872
27294
|
} & {
|
@@ -26902,6 +27324,7 @@ declare const VImg: {
|
|
26902
27324
|
__isTeleport?: undefined;
|
26903
27325
|
__isSuspense?: undefined;
|
26904
27326
|
} & vue.ComponentOptionsBase<{
|
27327
|
+
inline: boolean;
|
26905
27328
|
transition: string | boolean | (vue.TransitionProps & {
|
26906
27329
|
component?: vue.Component | undefined;
|
26907
27330
|
});
|
@@ -26911,12 +27334,18 @@ declare const VImg: {
|
|
26911
27334
|
cover: boolean;
|
26912
27335
|
src: string | srcObject;
|
26913
27336
|
} & {
|
27337
|
+
height?: string | number | undefined;
|
26914
27338
|
width?: string | number | undefined;
|
26915
27339
|
aspectRatio?: string | number | undefined;
|
27340
|
+
maxHeight?: string | number | undefined;
|
27341
|
+
maxWidth?: string | number | undefined;
|
27342
|
+
minHeight?: string | number | undefined;
|
27343
|
+
minWidth?: string | number | undefined;
|
26916
27344
|
class?: any;
|
26917
27345
|
alt?: string | undefined;
|
26918
27346
|
sizes?: string | undefined;
|
26919
27347
|
srcset?: string | undefined;
|
27348
|
+
contentClass?: string | undefined;
|
26920
27349
|
gradient?: string | undefined;
|
26921
27350
|
lazySrc?: string | undefined;
|
26922
27351
|
} & {
|
@@ -26952,6 +27381,7 @@ declare const VImg: {
|
|
26952
27381
|
load: (value: string | undefined) => true;
|
26953
27382
|
error: (value: string | undefined) => true;
|
26954
27383
|
}, string, {
|
27384
|
+
inline: boolean;
|
26955
27385
|
transition: string | boolean | (vue.TransitionProps & {
|
26956
27386
|
component?: vue.Component | undefined;
|
26957
27387
|
});
|
@@ -26973,7 +27403,15 @@ declare const VImg: {
|
|
26973
27403
|
type: PropType<vue.StyleValue>;
|
26974
27404
|
default: null;
|
26975
27405
|
};
|
27406
|
+
height: (StringConstructor | NumberConstructor)[];
|
27407
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
27408
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
27409
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
27410
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
27411
|
+
width: (StringConstructor | NumberConstructor)[];
|
26976
27412
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
27413
|
+
contentClass: StringConstructor;
|
27414
|
+
inline: BooleanConstructor;
|
26977
27415
|
alt: StringConstructor;
|
26978
27416
|
cover: BooleanConstructor;
|
26979
27417
|
eager: BooleanConstructor;
|
@@ -26993,7 +27431,6 @@ declare const VImg: {
|
|
26993
27431
|
default: string;
|
26994
27432
|
};
|
26995
27433
|
srcset: StringConstructor;
|
26996
|
-
width: (StringConstructor | NumberConstructor)[];
|
26997
27434
|
}, vue.ExtractPropTypes<{
|
26998
27435
|
transition: {
|
26999
27436
|
type: PropType<string | boolean | (vue.TransitionProps & {
|
@@ -27007,7 +27444,15 @@ declare const VImg: {
|
|
27007
27444
|
type: PropType<vue.StyleValue>;
|
27008
27445
|
default: null;
|
27009
27446
|
};
|
27447
|
+
height: (StringConstructor | NumberConstructor)[];
|
27448
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
27449
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
27450
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
27451
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
27452
|
+
width: (StringConstructor | NumberConstructor)[];
|
27010
27453
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
27454
|
+
contentClass: StringConstructor;
|
27455
|
+
inline: BooleanConstructor;
|
27011
27456
|
alt: StringConstructor;
|
27012
27457
|
cover: BooleanConstructor;
|
27013
27458
|
eager: BooleanConstructor;
|
@@ -27027,7 +27472,6 @@ declare const VImg: {
|
|
27027
27472
|
default: string;
|
27028
27473
|
};
|
27029
27474
|
srcset: StringConstructor;
|
27030
|
-
width: (StringConstructor | NumberConstructor)[];
|
27031
27475
|
}>>;
|
27032
27476
|
type VImg = InstanceType<typeof VImg>;
|
27033
27477
|
|
@@ -28392,6 +28836,7 @@ declare const VListItem: {
|
|
28392
28836
|
rounded?: string | number | boolean | undefined;
|
28393
28837
|
prependIcon?: IconValue | undefined;
|
28394
28838
|
appendIcon?: IconValue | undefined;
|
28839
|
+
baseColor?: string | undefined;
|
28395
28840
|
activeClass?: string | undefined;
|
28396
28841
|
appendAvatar?: string | undefined;
|
28397
28842
|
prependAvatar?: string | undefined;
|
@@ -28468,6 +28913,7 @@ declare const VListItem: {
|
|
28468
28913
|
rounded?: string | number | boolean | undefined;
|
28469
28914
|
prependIcon?: IconValue | undefined;
|
28470
28915
|
appendIcon?: IconValue | undefined;
|
28916
|
+
baseColor?: string | undefined;
|
28471
28917
|
activeClass?: string | undefined;
|
28472
28918
|
appendAvatar?: string | undefined;
|
28473
28919
|
prependAvatar?: string | undefined;
|
@@ -28565,6 +29011,7 @@ declare const VListItem: {
|
|
28565
29011
|
rounded?: string | number | boolean | undefined;
|
28566
29012
|
prependIcon?: IconValue | undefined;
|
28567
29013
|
appendIcon?: IconValue | undefined;
|
29014
|
+
baseColor?: string | undefined;
|
28568
29015
|
activeClass?: string | undefined;
|
28569
29016
|
appendAvatar?: string | undefined;
|
28570
29017
|
prependAvatar?: string | undefined;
|
@@ -28631,6 +29078,7 @@ declare const VListItem: {
|
|
28631
29078
|
rounded?: string | number | boolean | undefined;
|
28632
29079
|
prependIcon?: IconValue | undefined;
|
28633
29080
|
appendIcon?: IconValue | undefined;
|
29081
|
+
baseColor?: string | undefined;
|
28634
29082
|
activeClass?: string | undefined;
|
28635
29083
|
appendAvatar?: string | undefined;
|
28636
29084
|
prependAvatar?: string | undefined;
|
@@ -28727,6 +29175,7 @@ declare const VListItem: {
|
|
28727
29175
|
activeColor: StringConstructor;
|
28728
29176
|
appendAvatar: StringConstructor;
|
28729
29177
|
appendIcon: PropType<IconValue>;
|
29178
|
+
baseColor: StringConstructor;
|
28730
29179
|
disabled: BooleanConstructor;
|
28731
29180
|
lines: PropType<"one" | "two" | "three">;
|
28732
29181
|
link: {
|
@@ -28797,6 +29246,7 @@ declare const VListItem: {
|
|
28797
29246
|
activeColor: StringConstructor;
|
28798
29247
|
appendAvatar: StringConstructor;
|
28799
29248
|
appendIcon: PropType<IconValue>;
|
29249
|
+
baseColor: StringConstructor;
|
28800
29250
|
disabled: BooleanConstructor;
|
28801
29251
|
lines: PropType<"one" | "two" | "three">;
|
28802
29252
|
link: {
|
@@ -28930,6 +29380,7 @@ declare const VList: {
|
|
28930
29380
|
opened: PropType<unknown[]>;
|
28931
29381
|
selected: PropType<unknown[]>;
|
28932
29382
|
mandatory: BooleanConstructor;
|
29383
|
+
baseColor: StringConstructor;
|
28933
29384
|
activeColor: StringConstructor;
|
28934
29385
|
activeClass: StringConstructor;
|
28935
29386
|
bgColor: StringConstructor;
|
@@ -29050,6 +29501,7 @@ declare const VList: {
|
|
29050
29501
|
opened: PropType<unknown[]>;
|
29051
29502
|
selected: PropType<unknown[]>;
|
29052
29503
|
mandatory: BooleanConstructor;
|
29504
|
+
baseColor: StringConstructor;
|
29053
29505
|
activeColor: StringConstructor;
|
29054
29506
|
activeClass: StringConstructor;
|
29055
29507
|
bgColor: StringConstructor;
|
@@ -29203,6 +29655,7 @@ declare const VList: {
|
|
29203
29655
|
opened: PropType<unknown[]>;
|
29204
29656
|
selected: PropType<unknown[]>;
|
29205
29657
|
mandatory: BooleanConstructor;
|
29658
|
+
baseColor: StringConstructor;
|
29206
29659
|
activeColor: StringConstructor;
|
29207
29660
|
activeClass: StringConstructor;
|
29208
29661
|
bgColor: StringConstructor;
|
@@ -29309,6 +29762,7 @@ declare const VList: {
|
|
29309
29762
|
opened: PropType<unknown[]>;
|
29310
29763
|
selected: PropType<unknown[]>;
|
29311
29764
|
mandatory: BooleanConstructor;
|
29765
|
+
baseColor: StringConstructor;
|
29312
29766
|
activeColor: StringConstructor;
|
29313
29767
|
activeClass: StringConstructor;
|
29314
29768
|
bgColor: StringConstructor;
|
@@ -29446,6 +29900,7 @@ declare const VList: {
|
|
29446
29900
|
opened: PropType<unknown[]>;
|
29447
29901
|
selected: PropType<unknown[]>;
|
29448
29902
|
mandatory: BooleanConstructor;
|
29903
|
+
baseColor: StringConstructor;
|
29449
29904
|
activeColor: StringConstructor;
|
29450
29905
|
activeClass: StringConstructor;
|
29451
29906
|
bgColor: StringConstructor;
|
@@ -29531,6 +29986,7 @@ declare const VList: {
|
|
29531
29986
|
opened: PropType<unknown[]>;
|
29532
29987
|
selected: PropType<unknown[]>;
|
29533
29988
|
mandatory: BooleanConstructor;
|
29989
|
+
baseColor: StringConstructor;
|
29534
29990
|
activeColor: StringConstructor;
|
29535
29991
|
activeClass: StringConstructor;
|
29536
29992
|
bgColor: StringConstructor;
|
@@ -29568,6 +30024,7 @@ declare const VListGroup: {
|
|
29568
30024
|
class?: any;
|
29569
30025
|
prependIcon?: IconValue | undefined;
|
29570
30026
|
appendIcon?: IconValue | undefined;
|
30027
|
+
baseColor?: string | undefined;
|
29571
30028
|
activeColor?: string | undefined;
|
29572
30029
|
} & {
|
29573
30030
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -29618,6 +30075,7 @@ declare const VListGroup: {
|
|
29618
30075
|
class?: any;
|
29619
30076
|
prependIcon?: IconValue | undefined;
|
29620
30077
|
appendIcon?: IconValue | undefined;
|
30078
|
+
baseColor?: string | undefined;
|
29621
30079
|
activeColor?: string | undefined;
|
29622
30080
|
} & {
|
29623
30081
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -29681,6 +30139,7 @@ declare const VListGroup: {
|
|
29681
30139
|
class?: any;
|
29682
30140
|
prependIcon?: IconValue | undefined;
|
29683
30141
|
appendIcon?: IconValue | undefined;
|
30142
|
+
baseColor?: string | undefined;
|
29684
30143
|
activeColor?: string | undefined;
|
29685
30144
|
} & {
|
29686
30145
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -29721,6 +30180,7 @@ declare const VListGroup: {
|
|
29721
30180
|
class?: any;
|
29722
30181
|
prependIcon?: IconValue | undefined;
|
29723
30182
|
appendIcon?: IconValue | undefined;
|
30183
|
+
baseColor?: string | undefined;
|
29724
30184
|
activeColor?: string | undefined;
|
29725
30185
|
} & {
|
29726
30186
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -29761,6 +30221,7 @@ declare const VListGroup: {
|
|
29761
30221
|
default: null;
|
29762
30222
|
};
|
29763
30223
|
activeColor: StringConstructor;
|
30224
|
+
baseColor: StringConstructor;
|
29764
30225
|
color: StringConstructor;
|
29765
30226
|
collapseIcon: {
|
29766
30227
|
type: vue.PropType<IconValue>;
|
@@ -29787,6 +30248,7 @@ declare const VListGroup: {
|
|
29787
30248
|
default: null;
|
29788
30249
|
};
|
29789
30250
|
activeColor: StringConstructor;
|
30251
|
+
baseColor: StringConstructor;
|
29790
30252
|
color: StringConstructor;
|
29791
30253
|
collapseIcon: {
|
29792
30254
|
type: vue.PropType<IconValue>;
|
@@ -38462,7 +38924,7 @@ declare const VRadioGroup: {
|
|
38462
38924
|
appendIcon?: IconValue | undefined;
|
38463
38925
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
38464
38926
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
38465
|
-
'onUpdate:focused'?: EventProp<[
|
38927
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
38466
38928
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
38467
38929
|
validationValue?: any;
|
38468
38930
|
hint?: string | undefined;
|
@@ -38548,7 +39010,7 @@ declare const VRadioGroup: {
|
|
38548
39010
|
appendIcon?: IconValue | undefined;
|
38549
39011
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
38550
39012
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
38551
|
-
'onUpdate:focused'?: EventProp<[
|
39013
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
38552
39014
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
38553
39015
|
validationValue?: any;
|
38554
39016
|
hint?: string | undefined;
|
@@ -38662,7 +39124,7 @@ declare const VRadioGroup: {
|
|
38662
39124
|
appendIcon?: IconValue | undefined;
|
38663
39125
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
38664
39126
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
38665
|
-
'onUpdate:focused'?: EventProp<[
|
39127
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
38666
39128
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
38667
39129
|
validationValue?: any;
|
38668
39130
|
hint?: string | undefined;
|
@@ -38738,7 +39200,7 @@ declare const VRadioGroup: {
|
|
38738
39200
|
appendIcon?: IconValue | undefined;
|
38739
39201
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
38740
39202
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
38741
|
-
'onUpdate:focused'?: EventProp<[
|
39203
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
38742
39204
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
38743
39205
|
validationValue?: any;
|
38744
39206
|
hint?: string | undefined;
|
@@ -38836,7 +39298,7 @@ declare const VRadioGroup: {
|
|
38836
39298
|
default: typeof deepEqual;
|
38837
39299
|
};
|
38838
39300
|
focused: BooleanConstructor;
|
38839
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
39301
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
38840
39302
|
errorMessages: {
|
38841
39303
|
type: vue.PropType<string | string[]>;
|
38842
39304
|
default: () => never[];
|
@@ -38913,7 +39375,7 @@ declare const VRadioGroup: {
|
|
38913
39375
|
default: typeof deepEqual;
|
38914
39376
|
};
|
38915
39377
|
focused: BooleanConstructor;
|
38916
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
39378
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
38917
39379
|
errorMessages: {
|
38918
39380
|
type: vue.PropType<string | string[]>;
|
38919
39381
|
default: () => never[];
|
@@ -39022,7 +39484,7 @@ declare const VRangeSlider: {
|
|
39022
39484
|
appendIcon?: IconValue | undefined;
|
39023
39485
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
39024
39486
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
39025
|
-
'onUpdate:focused'?: EventProp<[
|
39487
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
39026
39488
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
39027
39489
|
validationValue?: any;
|
39028
39490
|
hint?: string | undefined;
|
@@ -39110,7 +39572,7 @@ declare const VRangeSlider: {
|
|
39110
39572
|
appendIcon?: IconValue | undefined;
|
39111
39573
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
39112
39574
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
39113
|
-
'onUpdate:focused'?: EventProp<[
|
39575
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
39114
39576
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
39115
39577
|
validationValue?: any;
|
39116
39578
|
hint?: string | undefined;
|
@@ -39235,7 +39697,7 @@ declare const VRangeSlider: {
|
|
39235
39697
|
appendIcon?: IconValue | undefined;
|
39236
39698
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
39237
39699
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
39238
|
-
'onUpdate:focused'?: EventProp<[
|
39700
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
39239
39701
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
39240
39702
|
validationValue?: any;
|
39241
39703
|
hint?: string | undefined;
|
@@ -39313,7 +39775,7 @@ declare const VRangeSlider: {
|
|
39313
39775
|
appendIcon?: IconValue | undefined;
|
39314
39776
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
39315
39777
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
39316
|
-
'onUpdate:focused'?: EventProp<[
|
39778
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
39317
39779
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
39318
39780
|
validationValue?: any;
|
39319
39781
|
hint?: string | undefined;
|
@@ -39451,7 +39913,7 @@ declare const VRangeSlider: {
|
|
39451
39913
|
};
|
39452
39914
|
reverse: BooleanConstructor;
|
39453
39915
|
focused: BooleanConstructor;
|
39454
|
-
'onUpdate:focused': PropType<EventProp<[
|
39916
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
39455
39917
|
errorMessages: {
|
39456
39918
|
type: PropType<string | string[]>;
|
39457
39919
|
default: () => never[];
|
@@ -39558,7 +40020,7 @@ declare const VRangeSlider: {
|
|
39558
40020
|
};
|
39559
40021
|
reverse: BooleanConstructor;
|
39560
40022
|
focused: BooleanConstructor;
|
39561
|
-
'onUpdate:focused': PropType<EventProp<[
|
40023
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
39562
40024
|
errorMessages: {
|
39563
40025
|
type: PropType<string | string[]>;
|
39564
40026
|
default: () => never[];
|
@@ -39982,8 +40444,10 @@ declare const VResponsive: {
|
|
39982
40444
|
$: vue.ComponentInternalInstance;
|
39983
40445
|
$data: {};
|
39984
40446
|
$props: Partial<{
|
40447
|
+
inline: boolean;
|
39985
40448
|
style: vue.StyleValue;
|
39986
40449
|
}> & Omit<{
|
40450
|
+
inline: boolean;
|
39987
40451
|
style: vue.StyleValue;
|
39988
40452
|
} & {
|
39989
40453
|
height?: string | number | undefined;
|
@@ -40007,7 +40471,7 @@ declare const VResponsive: {
|
|
40007
40471
|
} & {
|
40008
40472
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
40009
40473
|
"v-slot:additional"?: false | (() => vue.VNodeChild) | undefined;
|
40010
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style">;
|
40474
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "inline" | "style">;
|
40011
40475
|
$attrs: {
|
40012
40476
|
[x: string]: unknown;
|
40013
40477
|
};
|
@@ -40022,6 +40486,7 @@ declare const VResponsive: {
|
|
40022
40486
|
$emit: (event: string, ...args: any[]) => void;
|
40023
40487
|
$el: any;
|
40024
40488
|
$options: vue.ComponentOptionsBase<{
|
40489
|
+
inline: boolean;
|
40025
40490
|
style: vue.StyleValue;
|
40026
40491
|
} & {
|
40027
40492
|
height?: string | number | undefined;
|
@@ -40046,6 +40511,7 @@ declare const VResponsive: {
|
|
40046
40511
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
40047
40512
|
"v-slot:additional"?: false | (() => vue.VNodeChild) | undefined;
|
40048
40513
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
40514
|
+
inline: boolean;
|
40049
40515
|
style: vue.StyleValue;
|
40050
40516
|
}, {}, string> & {
|
40051
40517
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
@@ -40068,6 +40534,7 @@ declare const VResponsive: {
|
|
40068
40534
|
$nextTick: typeof vue.nextTick;
|
40069
40535
|
$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;
|
40070
40536
|
} & {
|
40537
|
+
inline: boolean;
|
40071
40538
|
style: vue.StyleValue;
|
40072
40539
|
} & {
|
40073
40540
|
height?: string | number | undefined;
|
@@ -40096,6 +40563,7 @@ declare const VResponsive: {
|
|
40096
40563
|
__isTeleport?: undefined;
|
40097
40564
|
__isSuspense?: undefined;
|
40098
40565
|
} & vue.ComponentOptionsBase<{
|
40566
|
+
inline: boolean;
|
40099
40567
|
style: vue.StyleValue;
|
40100
40568
|
} & {
|
40101
40569
|
height?: string | number | undefined;
|
@@ -40120,6 +40588,7 @@ declare const VResponsive: {
|
|
40120
40588
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
40121
40589
|
"v-slot:additional"?: false | (() => vue.VNodeChild) | undefined;
|
40122
40590
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
40591
|
+
inline: boolean;
|
40123
40592
|
style: vue.StyleValue;
|
40124
40593
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
40125
40594
|
height: (StringConstructor | NumberConstructor)[];
|
@@ -40135,6 +40604,7 @@ declare const VResponsive: {
|
|
40135
40604
|
};
|
40136
40605
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
40137
40606
|
contentClass: StringConstructor;
|
40607
|
+
inline: BooleanConstructor;
|
40138
40608
|
}, vue.ExtractPropTypes<{
|
40139
40609
|
height: (StringConstructor | NumberConstructor)[];
|
40140
40610
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
@@ -40149,6 +40619,7 @@ declare const VResponsive: {
|
|
40149
40619
|
};
|
40150
40620
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
40151
40621
|
contentClass: StringConstructor;
|
40622
|
+
inline: BooleanConstructor;
|
40152
40623
|
}>>;
|
40153
40624
|
type VResponsive = InstanceType<typeof VResponsive>;
|
40154
40625
|
|
@@ -40559,7 +41030,7 @@ declare const VSelect: {
|
|
40559
41030
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
40560
41031
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
40561
41032
|
focused: BooleanConstructor;
|
40562
|
-
'onUpdate:focused': PropType<EventProp<[
|
41033
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
40563
41034
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
40564
41035
|
errorMessages: {
|
40565
41036
|
type: PropType<string | string[]>;
|
@@ -41198,7 +41669,7 @@ declare const VSelect: {
|
|
41198
41669
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
41199
41670
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
41200
41671
|
focused: BooleanConstructor;
|
41201
|
-
'onUpdate:focused': PropType<EventProp<[
|
41672
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
41202
41673
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
41203
41674
|
errorMessages: {
|
41204
41675
|
type: PropType<string | string[]>;
|
@@ -41986,7 +42457,7 @@ declare const VSelect: {
|
|
41986
42457
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
41987
42458
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
41988
42459
|
focused: BooleanConstructor;
|
41989
|
-
'onUpdate:focused': PropType<EventProp<[
|
42460
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
41990
42461
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
41991
42462
|
errorMessages: {
|
41992
42463
|
type: PropType<string | string[]>;
|
@@ -42619,7 +43090,7 @@ declare const VSelect: {
|
|
42619
43090
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
42620
43091
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
42621
43092
|
focused: BooleanConstructor;
|
42622
|
-
'onUpdate:focused': PropType<EventProp<[
|
43093
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
42623
43094
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
42624
43095
|
errorMessages: {
|
42625
43096
|
type: PropType<string | string[]>;
|
@@ -43417,7 +43888,7 @@ declare const VSelect: {
|
|
43417
43888
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
43418
43889
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
43419
43890
|
focused: BooleanConstructor;
|
43420
|
-
'onUpdate:focused': PropType<EventProp<[
|
43891
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
43421
43892
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
43422
43893
|
errorMessages: {
|
43423
43894
|
type: PropType<string | string[]>;
|
@@ -44039,7 +44510,7 @@ declare const VSelect: {
|
|
44039
44510
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
44040
44511
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
44041
44512
|
focused: BooleanConstructor;
|
44042
|
-
'onUpdate:focused': PropType<EventProp<[
|
44513
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
44043
44514
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
44044
44515
|
errorMessages: {
|
44045
44516
|
type: PropType<string | string[]>;
|
@@ -45246,7 +45717,7 @@ declare const VSlider: {
|
|
45246
45717
|
appendIcon?: IconValue | undefined;
|
45247
45718
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
45248
45719
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
45249
|
-
'onUpdate:focused'?: EventProp<[
|
45720
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
45250
45721
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
45251
45722
|
validationValue?: any;
|
45252
45723
|
hint?: string | undefined;
|
@@ -45333,7 +45804,7 @@ declare const VSlider: {
|
|
45333
45804
|
appendIcon?: IconValue | undefined;
|
45334
45805
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
45335
45806
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
45336
|
-
'onUpdate:focused'?: EventProp<[
|
45807
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
45337
45808
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
45338
45809
|
validationValue?: any;
|
45339
45810
|
hint?: string | undefined;
|
@@ -45456,7 +45927,7 @@ declare const VSlider: {
|
|
45456
45927
|
appendIcon?: IconValue | undefined;
|
45457
45928
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
45458
45929
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
45459
|
-
'onUpdate:focused'?: EventProp<[
|
45930
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
45460
45931
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
45461
45932
|
validationValue?: any;
|
45462
45933
|
hint?: string | undefined;
|
@@ -45533,7 +46004,7 @@ declare const VSlider: {
|
|
45533
46004
|
appendIcon?: IconValue | undefined;
|
45534
46005
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
45535
46006
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
45536
|
-
'onUpdate:focused'?: EventProp<[
|
46007
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
45537
46008
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
45538
46009
|
validationValue?: any;
|
45539
46010
|
hint?: string | undefined;
|
@@ -45608,7 +46079,7 @@ declare const VSlider: {
|
|
45608
46079
|
default: number;
|
45609
46080
|
};
|
45610
46081
|
focused: BooleanConstructor;
|
45611
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
46082
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
45612
46083
|
disabled: BooleanConstructor;
|
45613
46084
|
error: BooleanConstructor;
|
45614
46085
|
errorMessages: {
|
@@ -45714,7 +46185,7 @@ declare const VSlider: {
|
|
45714
46185
|
default: number;
|
45715
46186
|
};
|
45716
46187
|
focused: BooleanConstructor;
|
45717
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
46188
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
45718
46189
|
disabled: BooleanConstructor;
|
45719
46190
|
error: BooleanConstructor;
|
45720
46191
|
errorMessages: {
|
@@ -47494,7 +47965,7 @@ declare const VSwitch: {
|
|
47494
47965
|
appendIcon?: IconValue | undefined;
|
47495
47966
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
47496
47967
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
47497
|
-
'onUpdate:focused'?: EventProp<[
|
47968
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
47498
47969
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
47499
47970
|
validationValue?: any;
|
47500
47971
|
hint?: string | undefined;
|
@@ -47592,7 +48063,7 @@ declare const VSwitch: {
|
|
47592
48063
|
appendIcon?: IconValue | undefined;
|
47593
48064
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
47594
48065
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
47595
|
-
'onUpdate:focused'?: EventProp<[
|
48066
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
47596
48067
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
47597
48068
|
validationValue?: any;
|
47598
48069
|
hint?: string | undefined;
|
@@ -47721,7 +48192,7 @@ declare const VSwitch: {
|
|
47721
48192
|
appendIcon?: IconValue | undefined;
|
47722
48193
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
47723
48194
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
47724
|
-
'onUpdate:focused'?: EventProp<[
|
48195
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
47725
48196
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
47726
48197
|
validationValue?: any;
|
47727
48198
|
hint?: string | undefined;
|
@@ -47809,7 +48280,7 @@ declare const VSwitch: {
|
|
47809
48280
|
appendIcon?: IconValue | undefined;
|
47810
48281
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
47811
48282
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
47812
|
-
'onUpdate:focused'?: EventProp<[
|
48283
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
47813
48284
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
47814
48285
|
validationValue?: any;
|
47815
48286
|
hint?: string | undefined;
|
@@ -47923,7 +48394,7 @@ declare const VSwitch: {
|
|
47923
48394
|
falseValue: null;
|
47924
48395
|
value: null;
|
47925
48396
|
focused: BooleanConstructor;
|
47926
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
48397
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
47927
48398
|
errorMessages: {
|
47928
48399
|
type: vue.PropType<string | string[]>;
|
47929
48400
|
default: () => never[];
|
@@ -48001,7 +48472,7 @@ declare const VSwitch: {
|
|
48001
48472
|
falseValue: null;
|
48002
48473
|
value: null;
|
48003
48474
|
focused: BooleanConstructor;
|
48004
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
48475
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
48005
48476
|
errorMessages: {
|
48006
48477
|
type: vue.PropType<string | string[]>;
|
48007
48478
|
default: () => never[];
|
@@ -49406,7 +49877,7 @@ declare const VTextarea: {
|
|
49406
49877
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49407
49878
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49408
49879
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49409
|
-
'onUpdate:focused'?: EventProp<[
|
49880
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
49410
49881
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
49411
49882
|
validationValue?: any;
|
49412
49883
|
hint?: string | undefined;
|
@@ -49516,7 +49987,7 @@ declare const VTextarea: {
|
|
49516
49987
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49517
49988
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49518
49989
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49519
|
-
'onUpdate:focused'?: EventProp<[
|
49990
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
49520
49991
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
49521
49992
|
validationValue?: any;
|
49522
49993
|
hint?: string | undefined;
|
@@ -49600,7 +50071,7 @@ declare const VTextarea: {
|
|
49600
50071
|
appendIcon?: IconValue | undefined;
|
49601
50072
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49602
50073
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49603
|
-
'onUpdate:focused'?: EventProp<[
|
50074
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
49604
50075
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
49605
50076
|
validationValue?: any;
|
49606
50077
|
hint?: string | undefined;
|
@@ -49662,7 +50133,7 @@ declare const VTextarea: {
|
|
49662
50133
|
appendIcon?: IconValue | undefined;
|
49663
50134
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49664
50135
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49665
|
-
'onUpdate:focused'?: EventProp<[
|
50136
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
49666
50137
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
49667
50138
|
validationValue?: any;
|
49668
50139
|
hint?: string | undefined;
|
@@ -49749,7 +50220,7 @@ declare const VTextarea: {
|
|
49749
50220
|
appendIcon?: IconValue | undefined;
|
49750
50221
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49751
50222
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49752
|
-
'onUpdate:focused'?: EventProp<[
|
50223
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
49753
50224
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
49754
50225
|
validationValue?: any;
|
49755
50226
|
hint?: string | undefined;
|
@@ -49883,7 +50354,7 @@ declare const VTextarea: {
|
|
49883
50354
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49884
50355
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49885
50356
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49886
|
-
'onUpdate:focused'?: EventProp<[
|
50357
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
49887
50358
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
49888
50359
|
validationValue?: any;
|
49889
50360
|
hint?: string | undefined;
|
@@ -49967,7 +50438,7 @@ declare const VTextarea: {
|
|
49967
50438
|
appendIcon?: IconValue | undefined;
|
49968
50439
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49969
50440
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
49970
|
-
'onUpdate:focused'?: EventProp<[
|
50441
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
49971
50442
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
49972
50443
|
validationValue?: any;
|
49973
50444
|
hint?: string | undefined;
|
@@ -50029,7 +50500,7 @@ declare const VTextarea: {
|
|
50029
50500
|
appendIcon?: IconValue | undefined;
|
50030
50501
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50031
50502
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50032
|
-
'onUpdate:focused'?: EventProp<[
|
50503
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
50033
50504
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
50034
50505
|
validationValue?: any;
|
50035
50506
|
hint?: string | undefined;
|
@@ -50116,7 +50587,7 @@ declare const VTextarea: {
|
|
50116
50587
|
appendIcon?: IconValue | undefined;
|
50117
50588
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50118
50589
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50119
|
-
'onUpdate:focused'?: EventProp<[
|
50590
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
50120
50591
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
50121
50592
|
validationValue?: any;
|
50122
50593
|
hint?: string | undefined;
|
@@ -50200,7 +50671,7 @@ declare const VTextarea: {
|
|
50200
50671
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50201
50672
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50202
50673
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50203
|
-
'onUpdate:focused'?: EventProp<[
|
50674
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
50204
50675
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
50205
50676
|
validationValue?: any;
|
50206
50677
|
hint?: string | undefined;
|
@@ -50284,7 +50755,7 @@ declare const VTextarea: {
|
|
50284
50755
|
appendIcon?: IconValue | undefined;
|
50285
50756
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50286
50757
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50287
|
-
'onUpdate:focused'?: EventProp<[
|
50758
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
50288
50759
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
50289
50760
|
validationValue?: any;
|
50290
50761
|
hint?: string | undefined;
|
@@ -50346,7 +50817,7 @@ declare const VTextarea: {
|
|
50346
50817
|
appendIcon?: IconValue | undefined;
|
50347
50818
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50348
50819
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50349
|
-
'onUpdate:focused'?: EventProp<[
|
50820
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
50350
50821
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
50351
50822
|
validationValue?: any;
|
50352
50823
|
hint?: string | undefined;
|
@@ -50433,7 +50904,7 @@ declare const VTextarea: {
|
|
50433
50904
|
appendIcon?: IconValue | undefined;
|
50434
50905
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50435
50906
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50436
|
-
'onUpdate:focused'?: EventProp<[
|
50907
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
50437
50908
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
50438
50909
|
validationValue?: any;
|
50439
50910
|
hint?: string | undefined;
|
@@ -50536,7 +51007,7 @@ declare const VTextarea: {
|
|
50536
51007
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
50537
51008
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
50538
51009
|
focused: BooleanConstructor;
|
50539
|
-
'onUpdate:focused': PropType<EventProp<[
|
51010
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
50540
51011
|
errorMessages: {
|
50541
51012
|
type: PropType<string | string[]>;
|
50542
51013
|
default: () => never[];
|
@@ -50636,7 +51107,7 @@ declare const VTextarea: {
|
|
50636
51107
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
50637
51108
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
50638
51109
|
focused: BooleanConstructor;
|
50639
|
-
'onUpdate:focused': PropType<EventProp<[
|
51110
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
50640
51111
|
errorMessages: {
|
50641
51112
|
type: PropType<string | string[]>;
|
50642
51113
|
default: () => never[];
|
@@ -50779,7 +51250,7 @@ declare const VTextField: {
|
|
50779
51250
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50780
51251
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50781
51252
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50782
|
-
'onUpdate:focused'?: EventProp<[
|
51253
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
50783
51254
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
50784
51255
|
validationValue?: any;
|
50785
51256
|
hint?: string | undefined;
|
@@ -50889,7 +51360,7 @@ declare const VTextField: {
|
|
50889
51360
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50890
51361
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50891
51362
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50892
|
-
'onUpdate:focused'?: EventProp<[
|
51363
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
50893
51364
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
50894
51365
|
validationValue?: any;
|
50895
51366
|
hint?: string | undefined;
|
@@ -50975,7 +51446,7 @@ declare const VTextField: {
|
|
50975
51446
|
appendIcon?: IconValue | undefined;
|
50976
51447
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50977
51448
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
50978
|
-
'onUpdate:focused'?: EventProp<[
|
51449
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
50979
51450
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
50980
51451
|
validationValue?: any;
|
50981
51452
|
hint?: string | undefined;
|
@@ -51037,7 +51508,7 @@ declare const VTextField: {
|
|
51037
51508
|
appendIcon?: IconValue | undefined;
|
51038
51509
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51039
51510
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51040
|
-
'onUpdate:focused'?: EventProp<[
|
51511
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
51041
51512
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
51042
51513
|
validationValue?: any;
|
51043
51514
|
hint?: string | undefined;
|
@@ -51124,7 +51595,7 @@ declare const VTextField: {
|
|
51124
51595
|
appendIcon?: IconValue | undefined;
|
51125
51596
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51126
51597
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51127
|
-
'onUpdate:focused'?: EventProp<[
|
51598
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
51128
51599
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
51129
51600
|
validationValue?: any;
|
51130
51601
|
hint?: string | undefined;
|
@@ -51211,7 +51682,7 @@ declare const VTextField: {
|
|
51211
51682
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
51212
51683
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
51213
51684
|
focused: BooleanConstructor;
|
51214
|
-
'onUpdate:focused': PropType<EventProp<[
|
51685
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
51215
51686
|
id: StringConstructor;
|
51216
51687
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
51217
51688
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -51269,7 +51740,7 @@ declare const VTextField: {
|
|
51269
51740
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
51270
51741
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
51271
51742
|
focused: BooleanConstructor;
|
51272
|
-
'onUpdate:focused': PropType<EventProp<[
|
51743
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
51273
51744
|
id: StringConstructor;
|
51274
51745
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
51275
51746
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -51353,7 +51824,7 @@ declare const VTextField: {
|
|
51353
51824
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
51354
51825
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
51355
51826
|
focused: BooleanConstructor;
|
51356
|
-
'onUpdate:focused': PropType<EventProp<[
|
51827
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
51357
51828
|
id: StringConstructor;
|
51358
51829
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
51359
51830
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -51463,7 +51934,7 @@ declare const VTextField: {
|
|
51463
51934
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51464
51935
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51465
51936
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51466
|
-
'onUpdate:focused'?: EventProp<[
|
51937
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
51467
51938
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
51468
51939
|
validationValue?: any;
|
51469
51940
|
hint?: string | undefined;
|
@@ -51549,7 +52020,7 @@ declare const VTextField: {
|
|
51549
52020
|
appendIcon?: IconValue | undefined;
|
51550
52021
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51551
52022
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51552
|
-
'onUpdate:focused'?: EventProp<[
|
52023
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
51553
52024
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
51554
52025
|
validationValue?: any;
|
51555
52026
|
hint?: string | undefined;
|
@@ -51611,7 +52082,7 @@ declare const VTextField: {
|
|
51611
52082
|
appendIcon?: IconValue | undefined;
|
51612
52083
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51613
52084
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51614
|
-
'onUpdate:focused'?: EventProp<[
|
52085
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
51615
52086
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
51616
52087
|
validationValue?: any;
|
51617
52088
|
hint?: string | undefined;
|
@@ -51698,7 +52169,7 @@ declare const VTextField: {
|
|
51698
52169
|
appendIcon?: IconValue | undefined;
|
51699
52170
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51700
52171
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51701
|
-
'onUpdate:focused'?: EventProp<[
|
52172
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
51702
52173
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
51703
52174
|
validationValue?: any;
|
51704
52175
|
hint?: string | undefined;
|
@@ -51785,7 +52256,7 @@ declare const VTextField: {
|
|
51785
52256
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
51786
52257
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
51787
52258
|
focused: BooleanConstructor;
|
51788
|
-
'onUpdate:focused': PropType<EventProp<[
|
52259
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
51789
52260
|
id: StringConstructor;
|
51790
52261
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
51791
52262
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -51843,7 +52314,7 @@ declare const VTextField: {
|
|
51843
52314
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
51844
52315
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
51845
52316
|
focused: BooleanConstructor;
|
51846
|
-
'onUpdate:focused': PropType<EventProp<[
|
52317
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
51847
52318
|
id: StringConstructor;
|
51848
52319
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
51849
52320
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -51927,7 +52398,7 @@ declare const VTextField: {
|
|
51927
52398
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
51928
52399
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
51929
52400
|
focused: BooleanConstructor;
|
51930
|
-
'onUpdate:focused': PropType<EventProp<[
|
52401
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
51931
52402
|
id: StringConstructor;
|
51932
52403
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
51933
52404
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -51989,7 +52460,7 @@ declare const VTextField: {
|
|
51989
52460
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51990
52461
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51991
52462
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
51992
|
-
'onUpdate:focused'?: EventProp<[
|
52463
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
51993
52464
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
51994
52465
|
validationValue?: any;
|
51995
52466
|
hint?: string | undefined;
|
@@ -52075,7 +52546,7 @@ declare const VTextField: {
|
|
52075
52546
|
appendIcon?: IconValue | undefined;
|
52076
52547
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
52077
52548
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
52078
|
-
'onUpdate:focused'?: EventProp<[
|
52549
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
52079
52550
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
52080
52551
|
validationValue?: any;
|
52081
52552
|
hint?: string | undefined;
|
@@ -52137,7 +52608,7 @@ declare const VTextField: {
|
|
52137
52608
|
appendIcon?: IconValue | undefined;
|
52138
52609
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
52139
52610
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
52140
|
-
'onUpdate:focused'?: EventProp<[
|
52611
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
52141
52612
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
52142
52613
|
validationValue?: any;
|
52143
52614
|
hint?: string | undefined;
|
@@ -52224,7 +52695,7 @@ declare const VTextField: {
|
|
52224
52695
|
appendIcon?: IconValue | undefined;
|
52225
52696
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
52226
52697
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
52227
|
-
'onUpdate:focused'?: EventProp<[
|
52698
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
52228
52699
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
52229
52700
|
validationValue?: any;
|
52230
52701
|
hint?: string | undefined;
|
@@ -52311,7 +52782,7 @@ declare const VTextField: {
|
|
52311
52782
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52312
52783
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52313
52784
|
focused: BooleanConstructor;
|
52314
|
-
'onUpdate:focused': PropType<EventProp<[
|
52785
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
52315
52786
|
id: StringConstructor;
|
52316
52787
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
52317
52788
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -52369,7 +52840,7 @@ declare const VTextField: {
|
|
52369
52840
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52370
52841
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52371
52842
|
focused: BooleanConstructor;
|
52372
|
-
'onUpdate:focused': PropType<EventProp<[
|
52843
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
52373
52844
|
id: StringConstructor;
|
52374
52845
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
52375
52846
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -52453,7 +52924,7 @@ declare const VTextField: {
|
|
52453
52924
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52454
52925
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52455
52926
|
focused: BooleanConstructor;
|
52456
|
-
'onUpdate:focused': PropType<EventProp<[
|
52927
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
52457
52928
|
id: StringConstructor;
|
52458
52929
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
52459
52930
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -52534,7 +53005,7 @@ declare const VTextField: {
|
|
52534
53005
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52535
53006
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52536
53007
|
focused: BooleanConstructor;
|
52537
|
-
'onUpdate:focused': PropType<EventProp<[
|
53008
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
52538
53009
|
errorMessages: {
|
52539
53010
|
type: PropType<string | string[]>;
|
52540
53011
|
default: () => never[];
|
@@ -52627,7 +53098,7 @@ declare const VTextField: {
|
|
52627
53098
|
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52628
53099
|
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
52629
53100
|
focused: BooleanConstructor;
|
52630
|
-
'onUpdate:focused': PropType<EventProp<[
|
53101
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
52631
53102
|
errorMessages: {
|
52632
53103
|
type: PropType<string | string[]>;
|
52633
53104
|
default: () => never[];
|
@@ -55357,7 +55828,7 @@ declare const VValidation: {
|
|
55357
55828
|
name?: string | undefined;
|
55358
55829
|
label?: string | undefined;
|
55359
55830
|
modelValue?: any;
|
55360
|
-
'onUpdate:focused'?: EventProp<[
|
55831
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
55361
55832
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
55362
55833
|
validationValue?: any;
|
55363
55834
|
} & {
|
@@ -55397,7 +55868,7 @@ declare const VValidation: {
|
|
55397
55868
|
name?: string | undefined;
|
55398
55869
|
label?: string | undefined;
|
55399
55870
|
modelValue?: any;
|
55400
|
-
'onUpdate:focused'?: EventProp<[
|
55871
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
55401
55872
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
55402
55873
|
validationValue?: any;
|
55403
55874
|
} & {
|
@@ -55455,7 +55926,7 @@ declare const VValidation: {
|
|
55455
55926
|
name?: string | undefined;
|
55456
55927
|
label?: string | undefined;
|
55457
55928
|
modelValue?: any;
|
55458
|
-
'onUpdate:focused'?: EventProp<[
|
55929
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
55459
55930
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
55460
55931
|
validationValue?: any;
|
55461
55932
|
} & {
|
@@ -55487,7 +55958,7 @@ declare const VValidation: {
|
|
55487
55958
|
name?: string | undefined;
|
55488
55959
|
label?: string | undefined;
|
55489
55960
|
modelValue?: any;
|
55490
|
-
'onUpdate:focused'?: EventProp<[
|
55961
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
55491
55962
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
55492
55963
|
validationValue?: any;
|
55493
55964
|
} & {
|
@@ -55515,7 +55986,7 @@ declare const VValidation: {
|
|
55515
55986
|
rules: ValidationRule[];
|
55516
55987
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
55517
55988
|
focused: BooleanConstructor;
|
55518
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
55989
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
55519
55990
|
disabled: BooleanConstructor;
|
55520
55991
|
error: BooleanConstructor;
|
55521
55992
|
errorMessages: {
|
@@ -55538,7 +56009,7 @@ declare const VValidation: {
|
|
55538
56009
|
validationValue: null;
|
55539
56010
|
}, vue.ExtractPropTypes<{
|
55540
56011
|
focused: BooleanConstructor;
|
55541
|
-
'onUpdate:focused': vue.PropType<EventProp<[
|
56012
|
+
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
55542
56013
|
disabled: BooleanConstructor;
|
55543
56014
|
error: BooleanConstructor;
|
55544
56015
|
errorMessages: {
|