@@ -5,9 +5,57 @@ type __VLS_PublicProps = {
55} & typeof __VLS_typeProps ;
66declare function __VLS_template ( ) : {
77 slots : Partial < Record < string , ( _ : {
8- errorMessage : any ;
8+ prevText ?: string | undefined ;
9+ nextText ?: string | undefined ;
10+ theme ?: string | undefined ;
11+ tag ?: string | undefined ;
12+ rounded ?: string | number | boolean | undefined ;
13+ tile ?: boolean | undefined ;
14+ elevation ?: string | number | undefined ;
15+ height ?: string | number | undefined ;
16+ maxHeight ?: string | number | undefined ;
17+ maxWidth ?: string | number | undefined ;
18+ minHeight ?: string | number | undefined ;
19+ minWidth ?: string | number | undefined ;
20+ width ?: string | undefined ;
21+ border ?: string | number | boolean | undefined ;
22+ color ?: string | undefined ;
23+ selectedClass ?: string | undefined ;
24+ disabled ?: boolean | undefined ;
25+ altLabels ?: boolean | undefined ;
26+ bgColor ?: string | undefined ;
27+ editIcon ?: string | undefined ;
28+ editable ?: import ( 'vuetify/lib/components/index.mjs' ) . VStepperItem [ "editable" ] | undefined ;
29+ errorIcon ?: import ( 'vuetify/lib/components/index.mjs' ) . VStepperItem [ "errorIcon" ] | undefined ;
30+ hideActions ?: boolean | undefined ;
31+ flat ?: boolean | undefined ;
32+ autoPage ?: boolean | undefined ;
33+ autoPageDelay ?: number | undefined ;
34+ density ?: import ( '../../../types' ) . GlobalDensity | undefined ;
35+ direction ?: ( "horizontal" | "vertical" ) | undefined ;
36+ fieldColumns ?: import ( '../../../types' ) . ResponsiveColumns | undefined ;
37+ headerTooltips ?: boolean | undefined ;
38+ hideDetails ?: import ( '../../../types' ) . GlobalHideDetails ;
39+ jumpAhead ?: boolean | undefined ;
40+ keepValuesOnUnmount ?: boolean | undefined ;
41+ navButtonSize ?: import ( 'vuetify/lib/components/index.mjs' ) . VBtn [ "size" ] | undefined ;
42+ navButtonVariant ?: import ( 'vuetify/lib/components/index.mjs' ) . VBtn [ "variant" ] | undefined ;
43+ summaryColumns ?: import ( '../../../types' ) . ResponsiveColumns | undefined ;
44+ title ?: string | undefined ;
45+ tooltipLocation ?: import ( 'vuetify/lib/components/index.mjs' ) . VTooltip [ "location" ] | undefined ;
46+ tooltipOffset ?: import ( 'vuetify/lib/components/index.mjs' ) . VTooltip [ "offset" ] ;
47+ tooltipTransition ?: import ( 'vuetify/lib/components/index.mjs' ) . VTooltip [ "transition" ] | undefined ;
48+ validateOn ?: import ( '../../../types' ) . Field [ "validateOn" ] ;
49+ validateOnMount ?: boolean | undefined ;
50+ variant ?: string | undefined ;
51+ transition ?: import ( 'vuetify/lib/components/index.mjs' ) . VStepperWindowItem [ "transition" ] | undefined ;
52+ FieldLabel : import ( 'vue' ) . DefineComponent < import ( '../../shared/FieldLabel.vue' ) . FieldLabelProps , { } , { } , { } , { } , import ( 'vue' ) . ComponentOptionsMixin , import ( 'vue' ) . ComponentOptionsMixin , { } , string , import ( 'vue' ) . PublicProps , Readonly < import ( '../../shared/FieldLabel.vue' ) . FieldLabelProps > & Readonly < { } > , { } , { } , { } , { } , string , import ( 'vue' ) . ComponentProvideOptions , false , { } , any > ;
53+ blur : ( ) => Promise < void > ;
54+ change : ( ) => Promise < void > ;
55+ input : ( ) => Promise < void > ;
956 field : {
1057 options : KeyStringAny < any > | undefined ;
58+ required : boolean | undefined ;
1159 prevText ?: string | undefined ;
1260 nextText ?: string | undefined ;
1361 theme ?: string | undefined ;
@@ -28,7 +76,7 @@ declare function __VLS_template(): {
2876 altLabels ?: boolean | undefined ;
2977 bgColor ?: string | undefined ;
3078 editIcon ?: string | undefined ;
31- editable ?: boolean | undefined ;
79+ editable ?: import ( 'vuetify/lib/components/index.mjs' ) . VStepperItem [ "editable" ] | undefined ;
3280 errorIcon ?: import ( 'vuetify/lib/components/index.mjs' ) . VStepperItem [ "errorIcon" ] | undefined ;
3381 hideActions ?: boolean | undefined ;
3482 flat ?: boolean | undefined ;
@@ -39,8 +87,10 @@ declare function __VLS_template(): {
3987 fieldColumns ?: import ( '../../../types' ) . ResponsiveColumns | undefined ;
4088 headerTooltips ?: boolean | undefined ;
4189 hideDetails ?: import ( '../../../types' ) . GlobalHideDetails ;
90+ jumpAhead ?: boolean | undefined ;
4291 keepValuesOnUnmount ?: boolean | undefined ;
4392 navButtonSize ?: import ( 'vuetify/lib/components/index.mjs' ) . VBtn [ "size" ] | undefined ;
93+ navButtonVariant ?: import ( 'vuetify/lib/components/index.mjs' ) . VBtn [ "variant" ] | undefined ;
4494 summaryColumns ?: import ( '../../../types' ) . ResponsiveColumns | undefined ;
4595 title ?: string | undefined ;
4696 tooltipLocation ?: import ( 'vuetify/lib/components/index.mjs' ) . VTooltip [ "location" ] | undefined ;
@@ -50,11 +100,9 @@ declare function __VLS_template(): {
50100 validateOnMount ?: boolean | undefined ;
51101 variant ?: string | undefined ;
52102 transition ?: import ( 'vuetify/lib/components/index.mjs' ) . VStepperWindowItem [ "transition" ] | undefined ;
103+ errorMessages : any ;
104+ modelValue : any ;
53105 } ;
54- FieldLabel : import ( 'vue ') . DefineComponent < import ( '../../shared/FieldLabel.vue' ) . FieldLabelProps , { } , { } , { } , { } , import ( 'vue' ) . ComponentOptionsMixin , import ( 'vue' ) . ComponentOptionsMixin , { } , string , import ( 'vue' ) . PublicProps , Readonly < import ( '../../shared/FieldLabel.vue' ) . FieldLabelProps > & Readonly < { } > , { } , { } , { } , { } , string , import ( 'vue' ) . ComponentProvideOptions , false , { } , any > ;
55- blur : ( ) => Promise < void > ;
56- change : ( ) => Promise < void > ;
57- input : ( ) => Promise < void > ;
58106 } ) => any > > ;
59107 refs : { } ;
60108 attrs : Partial < { } > ;
0 commit comments