@fastkit/vui 0.18.34 → 0.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vui.css +57 -62
- package/dist/vui.d.ts +470 -421
- package/dist/vui.mjs +9 -4
- package/dist/vui.mjs.map +1 -1
- package/package.json +27 -27
- package/src/components/VBusyImage/VBusyImage.tsx +11 -5
package/dist/vui.d.ts
CHANGED
|
@@ -6,11 +6,14 @@ import { MediaMatchKey } from '@fastkit/media-match';
|
|
|
6
6
|
export * from '@fastkit/media-match';
|
|
7
7
|
export * from '@fastkit/vue-media-match';
|
|
8
8
|
export * from '@fastkit/vue-keyboard';
|
|
9
|
+
import * as _fastkit_vue_transitions from '@fastkit/vue-transitions';
|
|
9
10
|
export * from '@fastkit/vue-transitions';
|
|
10
11
|
import { LocationService } from '@fastkit/vue-location';
|
|
11
12
|
export * from '@fastkit/vue-location';
|
|
12
13
|
export * from '@fastkit/rules';
|
|
14
|
+
import * as _fastkit_vue_body_scroll_lock from '@fastkit/vue-body-scroll-lock';
|
|
13
15
|
export * from '@fastkit/vue-body-scroll-lock';
|
|
16
|
+
import * as _fastkit_vue_click_outside from '@fastkit/vue-click-outside';
|
|
14
17
|
export * from '@fastkit/vue-click-outside';
|
|
15
18
|
export * from '@fastkit/vue-app-layout';
|
|
16
19
|
import { VueColorSchemePluginSettings, ScopeName as ScopeName$1 } from '@fastkit/vue-color-scheme';
|
|
@@ -33,16 +36,10 @@ export * from '@fastkit/vue-utils';
|
|
|
33
36
|
export * from '@fastkit/vue-loading';
|
|
34
37
|
import * as vue from 'vue';
|
|
35
38
|
import { PropType, ExtractPropTypes, ComputedRef, VNodeChild, VNodeProps, InjectionKey, UnwrapNestedRefs, ImgHTMLAttributes, HTMLAttributes, App } from 'vue';
|
|
39
|
+
import * as vue_jsx_runtime from 'vue/jsx-runtime';
|
|
36
40
|
import { ScopeName, ColorVariant , ThemeName, PaletteName } from '@fastkit/color-scheme';
|
|
37
|
-
import * as
|
|
38
|
-
import * as _fastkit_vue_utils__ from '@fastkit/vue-utils/.';
|
|
39
|
-
import * as _fastkit_vue_resize__ from '@fastkit/vue-resize/.';
|
|
40
|
-
import * as _fastkit_vue_stack__ from '@fastkit/vue-stack/.';
|
|
41
|
-
import * as _fastkit_vue_click_outside__ from '@fastkit/vue-click-outside/.';
|
|
42
|
-
import * as _fastkit_vue_body_scroll_lock__ from '@fastkit/vue-body-scroll-lock/.';
|
|
41
|
+
import * as _fastkit_vue_resize from '@fastkit/vue-resize';
|
|
43
42
|
import { useLink, Router, UseLinkOptions, RouteLocationRaw } from 'vue-router';
|
|
44
|
-
import * as _fastkit_vue_action__ from '@fastkit/vue-action/.';
|
|
45
|
-
import * as _fastkit_vue_form_control__ from '@fastkit/vue-form-control/.';
|
|
46
43
|
|
|
47
44
|
declare const CONTROL_SIZES: readonly ["sm", "md", "lg"];
|
|
48
45
|
type ControlSize = (typeof CONTROL_SIZES)[number];
|
|
@@ -173,13 +170,13 @@ declare function defineFormSelectorComponent(opts: DefineFormSelectorComponentOp
|
|
|
173
170
|
default: undefined;
|
|
174
171
|
};
|
|
175
172
|
detach: BooleanConstructor;
|
|
176
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
173
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
177
174
|
'update:modelValue': (value: _fastkit_vue_form_control.FormSelectorValue) => boolean;
|
|
178
175
|
'update:errors': (errors: _fastkit_vue_form_control.FormNodeError[]) => boolean;
|
|
179
176
|
change: (value: _fastkit_vue_form_control.FormSelectorValue) => boolean;
|
|
180
177
|
focus: (ev: FocusEvent) => boolean;
|
|
181
178
|
blur: (ev: FocusEvent) => boolean;
|
|
182
|
-
}, string, vue.
|
|
179
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
183
180
|
'v-slots': PropType<{
|
|
184
181
|
[x: `error:${string}`]: (error: _fastkit_vue_form_control.FormNodeError) => VNodeChild;
|
|
185
182
|
label?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => VNodeChild) | undefined;
|
|
@@ -479,7 +476,7 @@ declare const VTextField: vue.DefineComponent<{
|
|
|
479
476
|
default: undefined;
|
|
480
477
|
};
|
|
481
478
|
detach: BooleanConstructor;
|
|
482
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
479
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
483
480
|
acceptMask: (ev: _fastkit_vue_form_control.IMaskEvent) => boolean;
|
|
484
481
|
acceptDynamicMaskMeta: (meta?: any) => boolean;
|
|
485
482
|
completeMask: (ev: _fastkit_vue_form_control.IMaskEvent) => boolean;
|
|
@@ -491,7 +488,7 @@ declare const VTextField: vue.DefineComponent<{
|
|
|
491
488
|
change: (value: string) => boolean;
|
|
492
489
|
focus: (ev: FocusEvent) => boolean;
|
|
493
490
|
blur: (ev: FocusEvent) => boolean;
|
|
494
|
-
}, string, vue.
|
|
491
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
495
492
|
'v-slots': vue.PropType<{
|
|
496
493
|
[x: `error:${string}`]: (error: _fastkit_vue_form_control.FormNodeError) => vue.VNodeChild;
|
|
497
494
|
label?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
@@ -658,9 +655,9 @@ declare const VIcon: vue.DefineComponent<{
|
|
|
658
655
|
rotate: {
|
|
659
656
|
type: NumberConstructor;
|
|
660
657
|
};
|
|
661
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
658
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
662
659
|
click: (ev: MouseEvent) => true;
|
|
663
|
-
}, string,
|
|
660
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
664
661
|
name: {
|
|
665
662
|
type: PropType<IconName | "$empty">;
|
|
666
663
|
required: true;
|
|
@@ -681,9 +678,9 @@ declare const VDialog: vue.DefineComponent<{
|
|
|
681
678
|
lazyBoot: BooleanConstructor;
|
|
682
679
|
value: null;
|
|
683
680
|
class: null;
|
|
684
|
-
style: vue.PropType<
|
|
681
|
+
style: vue.PropType<_fastkit_vue_utils.StyleValue>;
|
|
685
682
|
transition: {
|
|
686
|
-
type: vue.PropType<_fastkit_vue_stack.RawVStackObjectTransitionProp<string |
|
|
683
|
+
type: vue.PropType<_fastkit_vue_stack.RawVStackObjectTransitionProp<string | _fastkit_vue_transitions.JavaScriptTransition>>;
|
|
687
684
|
default: string;
|
|
688
685
|
};
|
|
689
686
|
alwaysRender: BooleanConstructor;
|
|
@@ -798,7 +795,7 @@ declare const VDialog: vue.DefineComponent<{
|
|
|
798
795
|
beforeLeave: (el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => boolean;
|
|
799
796
|
afterLeave: (el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => boolean;
|
|
800
797
|
leaveCancelled: (el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => boolean;
|
|
801
|
-
}, string, vue.
|
|
798
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
802
799
|
'v-slots': vue.PropType<{
|
|
803
800
|
default?: ((control: _fastkit_vue_stack.VStackControl) => vue.VNodeChild) | undefined;
|
|
804
801
|
activator?: ((payload: _fastkit_vue_stack.VStackActivatorPayload) => vue.VNodeChild) | undefined;
|
|
@@ -807,9 +804,9 @@ declare const VDialog: vue.DefineComponent<{
|
|
|
807
804
|
lazyBoot: BooleanConstructor;
|
|
808
805
|
value: null;
|
|
809
806
|
class: null;
|
|
810
|
-
style: vue.PropType<
|
|
807
|
+
style: vue.PropType<_fastkit_vue_utils.StyleValue>;
|
|
811
808
|
transition: {
|
|
812
|
-
type: vue.PropType<_fastkit_vue_stack.RawVStackObjectTransitionProp<string |
|
|
809
|
+
type: vue.PropType<_fastkit_vue_stack.RawVStackObjectTransitionProp<string | _fastkit_vue_transitions.JavaScriptTransition>>;
|
|
813
810
|
default: string;
|
|
814
811
|
};
|
|
815
812
|
alwaysRender: BooleanConstructor;
|
|
@@ -910,10 +907,22 @@ declare const VDialog: vue.DefineComponent<{
|
|
|
910
907
|
onBeforeLeave: vue.PropType<(el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any>;
|
|
911
908
|
onAfterLeave: vue.PropType<(el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any>;
|
|
912
909
|
onLeaveCancelled: vue.PropType<(el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any>;
|
|
913
|
-
}
|
|
910
|
+
}>> & {
|
|
911
|
+
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
912
|
+
onChange?: ((modelValue: boolean) => any) | undefined;
|
|
913
|
+
onPayload?: ((value: any) => any) | undefined;
|
|
914
|
+
onShow?: ((control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
915
|
+
onClose?: ((control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
916
|
+
onBeforeEnter?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
917
|
+
onAfterEnter?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
918
|
+
onEnterCancelled?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
919
|
+
onBeforeLeave?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
920
|
+
onAfterLeave?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
921
|
+
onLeaveCancelled?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
922
|
+
}, {
|
|
914
923
|
modelValue: boolean;
|
|
915
924
|
lazyBoot: boolean;
|
|
916
|
-
transition: _fastkit_vue_stack.RawVStackObjectTransitionProp<string |
|
|
925
|
+
transition: _fastkit_vue_stack.RawVStackObjectTransitionProp<string | _fastkit_vue_transitions.JavaScriptTransition>;
|
|
917
926
|
alwaysRender: boolean;
|
|
918
927
|
backdrop: string | boolean;
|
|
919
928
|
focusTrap: boolean;
|
|
@@ -951,9 +960,9 @@ declare const VSnackbar: vue.DefineComponent<{
|
|
|
951
960
|
lazyBoot: BooleanConstructor;
|
|
952
961
|
value: null;
|
|
953
962
|
class: null;
|
|
954
|
-
style: vue.PropType<
|
|
963
|
+
style: vue.PropType<_fastkit_vue_utils.StyleValue>;
|
|
955
964
|
transition: {
|
|
956
|
-
type: vue.PropType<_fastkit_vue_stack.RawVStackObjectTransitionProp<string |
|
|
965
|
+
type: vue.PropType<_fastkit_vue_stack.RawVStackObjectTransitionProp<string | _fastkit_vue_transitions.JavaScriptTransition>>;
|
|
957
966
|
default: string;
|
|
958
967
|
};
|
|
959
968
|
alwaysRender: BooleanConstructor;
|
|
@@ -1067,7 +1076,7 @@ declare const VSnackbar: vue.DefineComponent<{
|
|
|
1067
1076
|
beforeLeave: (el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => boolean;
|
|
1068
1077
|
afterLeave: (el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => boolean;
|
|
1069
1078
|
leaveCancelled: (el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => boolean;
|
|
1070
|
-
}, string, vue.
|
|
1079
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
1071
1080
|
top: BooleanConstructor;
|
|
1072
1081
|
bottom: BooleanConstructor;
|
|
1073
1082
|
left: BooleanConstructor;
|
|
@@ -1080,9 +1089,9 @@ declare const VSnackbar: vue.DefineComponent<{
|
|
|
1080
1089
|
lazyBoot: BooleanConstructor;
|
|
1081
1090
|
value: null;
|
|
1082
1091
|
class: null;
|
|
1083
|
-
style: vue.PropType<
|
|
1092
|
+
style: vue.PropType<_fastkit_vue_utils.StyleValue>;
|
|
1084
1093
|
transition: {
|
|
1085
|
-
type: vue.PropType<_fastkit_vue_stack.RawVStackObjectTransitionProp<string |
|
|
1094
|
+
type: vue.PropType<_fastkit_vue_stack.RawVStackObjectTransitionProp<string | _fastkit_vue_transitions.JavaScriptTransition>>;
|
|
1086
1095
|
default: string;
|
|
1087
1096
|
};
|
|
1088
1097
|
alwaysRender: BooleanConstructor;
|
|
@@ -1182,10 +1191,22 @@ declare const VSnackbar: vue.DefineComponent<{
|
|
|
1182
1191
|
onBeforeLeave: vue.PropType<(el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any>;
|
|
1183
1192
|
onAfterLeave: vue.PropType<(el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any>;
|
|
1184
1193
|
onLeaveCancelled: vue.PropType<(el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any>;
|
|
1185
|
-
}
|
|
1194
|
+
}>> & {
|
|
1195
|
+
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
1196
|
+
onChange?: ((modelValue: boolean) => any) | undefined;
|
|
1197
|
+
onPayload?: ((value: any) => any) | undefined;
|
|
1198
|
+
onShow?: ((control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
1199
|
+
onClose?: ((control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
1200
|
+
onBeforeEnter?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
1201
|
+
onAfterEnter?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
1202
|
+
onEnterCancelled?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
1203
|
+
onBeforeLeave?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
1204
|
+
onAfterLeave?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
1205
|
+
onLeaveCancelled?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
1206
|
+
}, {
|
|
1186
1207
|
modelValue: boolean;
|
|
1187
1208
|
lazyBoot: boolean;
|
|
1188
|
-
transition: _fastkit_vue_stack.RawVStackObjectTransitionProp<string |
|
|
1209
|
+
transition: _fastkit_vue_stack.RawVStackObjectTransitionProp<string | _fastkit_vue_transitions.JavaScriptTransition>;
|
|
1189
1210
|
alwaysRender: boolean;
|
|
1190
1211
|
backdrop: string | boolean;
|
|
1191
1212
|
focusTrap: boolean;
|
|
@@ -1236,8 +1257,8 @@ declare const VMenu: vue.DefineComponent<{
|
|
|
1236
1257
|
type: vue.PropType<number | "fit" | "free">;
|
|
1237
1258
|
default: undefined;
|
|
1238
1259
|
};
|
|
1239
|
-
maxWidth: vue.PropType<(number | "fit" | "free") | ((window:
|
|
1240
|
-
maxHeight: vue.PropType<(number | "fit" | "free") | ((window:
|
|
1260
|
+
maxWidth: vue.PropType<(number | "fit" | "free") | ((window: _fastkit_vue_resize.UseWindowRef) => number | undefined)>;
|
|
1261
|
+
maxHeight: vue.PropType<(number | "fit" | "free") | ((window: _fastkit_vue_resize.UseWindowRef) => number | undefined)>;
|
|
1241
1262
|
distance: {
|
|
1242
1263
|
type: NumberConstructor;
|
|
1243
1264
|
default: number;
|
|
@@ -1262,9 +1283,9 @@ declare const VMenu: vue.DefineComponent<{
|
|
|
1262
1283
|
lazyBoot: BooleanConstructor;
|
|
1263
1284
|
value: null;
|
|
1264
1285
|
class: null;
|
|
1265
|
-
style: vue.PropType<
|
|
1286
|
+
style: vue.PropType<_fastkit_vue_utils.StyleValue>;
|
|
1266
1287
|
transition: {
|
|
1267
|
-
type: vue.PropType<_fastkit_vue_stack.RawVStackObjectTransitionProp<string |
|
|
1288
|
+
type: vue.PropType<_fastkit_vue_stack.RawVStackObjectTransitionProp<string | _fastkit_vue_transitions.JavaScriptTransition>>;
|
|
1268
1289
|
default: string;
|
|
1269
1290
|
};
|
|
1270
1291
|
alwaysRender: BooleanConstructor;
|
|
@@ -1374,7 +1395,7 @@ declare const VMenu: vue.DefineComponent<{
|
|
|
1374
1395
|
beforeLeave: (el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => boolean;
|
|
1375
1396
|
afterLeave: (el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => boolean;
|
|
1376
1397
|
leaveCancelled: (el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => boolean;
|
|
1377
|
-
}, string, vue.
|
|
1398
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
1378
1399
|
x: vue.PropType<_fastkit_vue_stack.VMenuXPosition>;
|
|
1379
1400
|
y: vue.PropType<_fastkit_vue_stack.VMenuYPosition>;
|
|
1380
1401
|
allowOverflow: {
|
|
@@ -1397,8 +1418,8 @@ declare const VMenu: vue.DefineComponent<{
|
|
|
1397
1418
|
type: vue.PropType<number | "fit" | "free">;
|
|
1398
1419
|
default: undefined;
|
|
1399
1420
|
};
|
|
1400
|
-
maxWidth: vue.PropType<(number | "fit" | "free") | ((window:
|
|
1401
|
-
maxHeight: vue.PropType<(number | "fit" | "free") | ((window:
|
|
1421
|
+
maxWidth: vue.PropType<(number | "fit" | "free") | ((window: _fastkit_vue_resize.UseWindowRef) => number | undefined)>;
|
|
1422
|
+
maxHeight: vue.PropType<(number | "fit" | "free") | ((window: _fastkit_vue_resize.UseWindowRef) => number | undefined)>;
|
|
1402
1423
|
distance: {
|
|
1403
1424
|
type: NumberConstructor;
|
|
1404
1425
|
default: number;
|
|
@@ -1423,9 +1444,9 @@ declare const VMenu: vue.DefineComponent<{
|
|
|
1423
1444
|
lazyBoot: BooleanConstructor;
|
|
1424
1445
|
value: null;
|
|
1425
1446
|
class: null;
|
|
1426
|
-
style: vue.PropType<
|
|
1447
|
+
style: vue.PropType<_fastkit_vue_utils.StyleValue>;
|
|
1427
1448
|
transition: {
|
|
1428
|
-
type: vue.PropType<_fastkit_vue_stack.RawVStackObjectTransitionProp<string |
|
|
1449
|
+
type: vue.PropType<_fastkit_vue_stack.RawVStackObjectTransitionProp<string | _fastkit_vue_transitions.JavaScriptTransition>>;
|
|
1429
1450
|
default: string;
|
|
1430
1451
|
};
|
|
1431
1452
|
alwaysRender: BooleanConstructor;
|
|
@@ -1521,10 +1542,22 @@ declare const VMenu: vue.DefineComponent<{
|
|
|
1521
1542
|
onBeforeLeave: vue.PropType<(el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any>;
|
|
1522
1543
|
onAfterLeave: vue.PropType<(el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any>;
|
|
1523
1544
|
onLeaveCancelled: vue.PropType<(el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any>;
|
|
1524
|
-
}
|
|
1545
|
+
}>> & {
|
|
1546
|
+
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
1547
|
+
onChange?: ((modelValue: boolean) => any) | undefined;
|
|
1548
|
+
onPayload?: ((value: any) => any) | undefined;
|
|
1549
|
+
onShow?: ((control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
1550
|
+
onClose?: ((control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
1551
|
+
onBeforeEnter?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
1552
|
+
onAfterEnter?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
1553
|
+
onEnterCancelled?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
1554
|
+
onBeforeLeave?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
1555
|
+
onAfterLeave?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
1556
|
+
onLeaveCancelled?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
1557
|
+
}, {
|
|
1525
1558
|
modelValue: boolean;
|
|
1526
1559
|
lazyBoot: boolean;
|
|
1527
|
-
transition: _fastkit_vue_stack.RawVStackObjectTransitionProp<string |
|
|
1560
|
+
transition: _fastkit_vue_stack.RawVStackObjectTransitionProp<string | _fastkit_vue_transitions.JavaScriptTransition>;
|
|
1528
1561
|
alwaysRender: boolean;
|
|
1529
1562
|
backdrop: string | boolean;
|
|
1530
1563
|
focusTrap: boolean;
|
|
@@ -1566,9 +1599,9 @@ declare const sheetModalProps: {
|
|
|
1566
1599
|
lazyBoot: BooleanConstructor;
|
|
1567
1600
|
value: null;
|
|
1568
1601
|
class: null;
|
|
1569
|
-
style: PropType<
|
|
1602
|
+
style: PropType<_fastkit_vue_utils.StyleValue>;
|
|
1570
1603
|
transition: {
|
|
1571
|
-
type: PropType<_fastkit_vue_stack.RawVStackObjectTransitionProp<string |
|
|
1604
|
+
type: PropType<_fastkit_vue_stack.RawVStackObjectTransitionProp<string | _fastkit_vue_transitions.JavaScriptTransition>>;
|
|
1572
1605
|
default: string;
|
|
1573
1606
|
};
|
|
1574
1607
|
alwaysRender: BooleanConstructor;
|
|
@@ -1654,9 +1687,9 @@ declare const VSheetModal: vue.DefineComponent<{
|
|
|
1654
1687
|
lazyBoot: BooleanConstructor;
|
|
1655
1688
|
value: null;
|
|
1656
1689
|
class: null;
|
|
1657
|
-
style: PropType<
|
|
1690
|
+
style: PropType<_fastkit_vue_utils.StyleValue>;
|
|
1658
1691
|
transition: {
|
|
1659
|
-
type: PropType<_fastkit_vue_stack.RawVStackObjectTransitionProp<string |
|
|
1692
|
+
type: PropType<_fastkit_vue_stack.RawVStackObjectTransitionProp<string | _fastkit_vue_transitions.JavaScriptTransition>>;
|
|
1660
1693
|
default: string;
|
|
1661
1694
|
};
|
|
1662
1695
|
alwaysRender: BooleanConstructor;
|
|
@@ -1749,16 +1782,16 @@ declare const VSheetModal: vue.DefineComponent<{
|
|
|
1749
1782
|
beforeLeave: (el: HTMLElement, control: VStackControl) => boolean;
|
|
1750
1783
|
afterLeave: (el: HTMLElement, control: VStackControl) => boolean;
|
|
1751
1784
|
leaveCancelled: (el: HTMLElement, control: VStackControl) => boolean;
|
|
1752
|
-
}, string, vue.
|
|
1785
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
1753
1786
|
header: PropType<(control: VStackControl) => VNodeChild>;
|
|
1754
1787
|
'v-slots': PropType<VSheetModalSlots>;
|
|
1755
1788
|
modelValue: BooleanConstructor;
|
|
1756
1789
|
lazyBoot: BooleanConstructor;
|
|
1757
1790
|
value: null;
|
|
1758
1791
|
class: null;
|
|
1759
|
-
style: PropType<
|
|
1792
|
+
style: PropType<_fastkit_vue_utils.StyleValue>;
|
|
1760
1793
|
transition: {
|
|
1761
|
-
type: PropType<_fastkit_vue_stack.RawVStackObjectTransitionProp<string |
|
|
1794
|
+
type: PropType<_fastkit_vue_stack.RawVStackObjectTransitionProp<string | _fastkit_vue_transitions.JavaScriptTransition>>;
|
|
1762
1795
|
default: string;
|
|
1763
1796
|
};
|
|
1764
1797
|
alwaysRender: BooleanConstructor;
|
|
@@ -1851,7 +1884,7 @@ declare const VSheetModal: vue.DefineComponent<{
|
|
|
1851
1884
|
}, {
|
|
1852
1885
|
modelValue: boolean;
|
|
1853
1886
|
lazyBoot: boolean;
|
|
1854
|
-
transition: _fastkit_vue_stack.RawVStackObjectTransitionProp<string |
|
|
1887
|
+
transition: _fastkit_vue_stack.RawVStackObjectTransitionProp<string | _fastkit_vue_transitions.JavaScriptTransition>;
|
|
1855
1888
|
alwaysRender: boolean;
|
|
1856
1889
|
backdrop: string | boolean;
|
|
1857
1890
|
focusTrap: boolean;
|
|
@@ -2030,8 +2063,8 @@ interface VuiColorProvider {
|
|
|
2030
2063
|
}
|
|
2031
2064
|
|
|
2032
2065
|
declare const VTooltip: vue.DefineComponent<{
|
|
2033
|
-
x: vue.PropType<
|
|
2034
|
-
y: vue.PropType<
|
|
2066
|
+
x: vue.PropType<_fastkit_vue_stack.VMenuXPosition>;
|
|
2067
|
+
y: vue.PropType<_fastkit_vue_stack.VMenuYPosition>;
|
|
2035
2068
|
allowOverflow: {
|
|
2036
2069
|
type: BooleanConstructor;
|
|
2037
2070
|
default: boolean;
|
|
@@ -2052,8 +2085,8 @@ declare const VTooltip: vue.DefineComponent<{
|
|
|
2052
2085
|
type: vue.PropType<number | "fit" | "free">;
|
|
2053
2086
|
default: undefined;
|
|
2054
2087
|
};
|
|
2055
|
-
maxWidth: vue.PropType<(number | "fit" | "free") | ((window:
|
|
2056
|
-
maxHeight: vue.PropType<(number | "fit" | "free") | ((window:
|
|
2088
|
+
maxWidth: vue.PropType<(number | "fit" | "free") | ((window: _fastkit_vue_resize.UseWindowRef) => number | undefined)>;
|
|
2089
|
+
maxHeight: vue.PropType<(number | "fit" | "free") | ((window: _fastkit_vue_resize.UseWindowRef) => number | undefined)>;
|
|
2057
2090
|
distance: {
|
|
2058
2091
|
type: NumberConstructor;
|
|
2059
2092
|
default: number;
|
|
@@ -2063,24 +2096,24 @@ declare const VTooltip: vue.DefineComponent<{
|
|
|
2063
2096
|
default: number;
|
|
2064
2097
|
};
|
|
2065
2098
|
overlap: {
|
|
2066
|
-
type: vue.PropType<boolean |
|
|
2067
|
-
default: boolean |
|
|
2099
|
+
type: vue.PropType<boolean | _fastkit_vue_stack.MenuOverlapSettings>;
|
|
2100
|
+
default: boolean | _fastkit_vue_stack.MenuOverlapSettings;
|
|
2068
2101
|
};
|
|
2069
2102
|
resizeWatchDebounce: {
|
|
2070
2103
|
type: NumberConstructor;
|
|
2071
2104
|
default: number;
|
|
2072
2105
|
};
|
|
2073
2106
|
'v-slots': vue.PropType<{
|
|
2074
|
-
default?: ((control:
|
|
2075
|
-
activator?: ((payload:
|
|
2107
|
+
default?: ((control: _fastkit_vue_stack.VStackControl) => vue.VNodeChild) | undefined;
|
|
2108
|
+
activator?: ((payload: _fastkit_vue_stack.VStackActivatorPayload) => vue.VNodeChild) | undefined;
|
|
2076
2109
|
}>;
|
|
2077
2110
|
modelValue: BooleanConstructor;
|
|
2078
2111
|
lazyBoot: BooleanConstructor;
|
|
2079
2112
|
value: null;
|
|
2080
2113
|
class: null;
|
|
2081
|
-
style: vue.PropType<
|
|
2114
|
+
style: vue.PropType<_fastkit_vue_utils.StyleValue>;
|
|
2082
2115
|
transition: {
|
|
2083
|
-
type: vue.PropType<
|
|
2116
|
+
type: vue.PropType<_fastkit_vue_stack.RawVStackObjectTransitionProp<string | _fastkit_vue_transitions.JavaScriptTransition>>;
|
|
2084
2117
|
default: string;
|
|
2085
2118
|
};
|
|
2086
2119
|
alwaysRender: BooleanConstructor;
|
|
@@ -2127,8 +2160,8 @@ declare const VTooltip: vue.DefineComponent<{
|
|
|
2127
2160
|
default: boolean;
|
|
2128
2161
|
};
|
|
2129
2162
|
closeOnTab: {
|
|
2130
|
-
type: vue.PropType<
|
|
2131
|
-
default:
|
|
2163
|
+
type: vue.PropType<_fastkit_vue_stack.StackableTabCloseSpec>;
|
|
2164
|
+
default: _fastkit_vue_stack.StackableTabCloseSpec;
|
|
2132
2165
|
};
|
|
2133
2166
|
closeOnNavigation: {
|
|
2134
2167
|
type: BooleanConstructor;
|
|
@@ -2147,7 +2180,7 @@ declare const VTooltip: vue.DefineComponent<{
|
|
|
2147
2180
|
default: string | number;
|
|
2148
2181
|
};
|
|
2149
2182
|
navigationGuard: {
|
|
2150
|
-
type: vue.PropType<boolean |
|
|
2183
|
+
type: vue.PropType<boolean | _fastkit_vue_stack.VStackNavigationGuard>;
|
|
2151
2184
|
default: boolean;
|
|
2152
2185
|
};
|
|
2153
2186
|
guardEffect: {
|
|
@@ -2155,9 +2188,9 @@ declare const VTooltip: vue.DefineComponent<{
|
|
|
2155
2188
|
default: boolean;
|
|
2156
2189
|
};
|
|
2157
2190
|
includeElements: vue.PropType<() => Element[]>;
|
|
2158
|
-
activator: vue.PropType<
|
|
2159
|
-
resolveHandler: vue.PropType<
|
|
2160
|
-
cancelHandler: vue.PropType<
|
|
2191
|
+
activator: vue.PropType<_fastkit_vue_stack.VStackActivatorQuery>;
|
|
2192
|
+
resolveHandler: vue.PropType<_fastkit_vue_stack.StackableResolveHandler>;
|
|
2193
|
+
cancelHandler: vue.PropType<_fastkit_vue_stack.StackableResolveHandler>;
|
|
2161
2194
|
} & {
|
|
2162
2195
|
variant: vue.PropType<ColorVariant>;
|
|
2163
2196
|
theme: vue.PropType<ThemeName>;
|
|
@@ -2168,31 +2201,31 @@ declare const VTooltip: vue.DefineComponent<{
|
|
|
2168
2201
|
"onUpdate:modelValue": vue.PropType<(modelValue: boolean) => any>;
|
|
2169
2202
|
onChange: vue.PropType<(modelValue: boolean) => any>;
|
|
2170
2203
|
onPayload: vue.PropType<(value: any) => any>;
|
|
2171
|
-
onShow: vue.PropType<(control:
|
|
2172
|
-
onClose: vue.PropType<(control:
|
|
2173
|
-
onBeforeEnter: vue.PropType<(el: HTMLElement, control:
|
|
2174
|
-
onAfterEnter: vue.PropType<(el: HTMLElement, control:
|
|
2175
|
-
onEnterCancelled: vue.PropType<(el: HTMLElement, control:
|
|
2176
|
-
onBeforeLeave: vue.PropType<(el: HTMLElement, control:
|
|
2177
|
-
onAfterLeave: vue.PropType<(el: HTMLElement, control:
|
|
2178
|
-
onLeaveCancelled: vue.PropType<(el: HTMLElement, control:
|
|
2204
|
+
onShow: vue.PropType<(control: _fastkit_vue_stack.VStackControl) => any>;
|
|
2205
|
+
onClose: vue.PropType<(control: _fastkit_vue_stack.VStackControl) => any>;
|
|
2206
|
+
onBeforeEnter: vue.PropType<(el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any>;
|
|
2207
|
+
onAfterEnter: vue.PropType<(el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any>;
|
|
2208
|
+
onEnterCancelled: vue.PropType<(el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any>;
|
|
2209
|
+
onBeforeLeave: vue.PropType<(el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any>;
|
|
2210
|
+
onAfterLeave: vue.PropType<(el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any>;
|
|
2211
|
+
onLeaveCancelled: vue.PropType<(el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any>;
|
|
2179
2212
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2180
2213
|
[key: string]: any;
|
|
2181
2214
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2182
2215
|
'update:modelValue': (modelValue: boolean) => boolean;
|
|
2183
2216
|
change: (modelValue: boolean) => boolean;
|
|
2184
2217
|
payload: (value: any) => boolean;
|
|
2185
|
-
show: (control:
|
|
2186
|
-
close: (control:
|
|
2187
|
-
beforeEnter: (el: HTMLElement, control:
|
|
2188
|
-
afterEnter: (el: HTMLElement, control:
|
|
2189
|
-
enterCancelled: (el: HTMLElement, control:
|
|
2190
|
-
beforeLeave: (el: HTMLElement, control:
|
|
2191
|
-
afterLeave: (el: HTMLElement, control:
|
|
2192
|
-
leaveCancelled: (el: HTMLElement, control:
|
|
2193
|
-
}, string, vue.
|
|
2194
|
-
x: vue.PropType<
|
|
2195
|
-
y: vue.PropType<
|
|
2218
|
+
show: (control: _fastkit_vue_stack.VStackControl) => boolean;
|
|
2219
|
+
close: (control: _fastkit_vue_stack.VStackControl) => boolean;
|
|
2220
|
+
beforeEnter: (el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => boolean;
|
|
2221
|
+
afterEnter: (el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => boolean;
|
|
2222
|
+
enterCancelled: (el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => boolean;
|
|
2223
|
+
beforeLeave: (el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => boolean;
|
|
2224
|
+
afterLeave: (el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => boolean;
|
|
2225
|
+
leaveCancelled: (el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => boolean;
|
|
2226
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
2227
|
+
x: vue.PropType<_fastkit_vue_stack.VMenuXPosition>;
|
|
2228
|
+
y: vue.PropType<_fastkit_vue_stack.VMenuYPosition>;
|
|
2196
2229
|
allowOverflow: {
|
|
2197
2230
|
type: BooleanConstructor;
|
|
2198
2231
|
default: boolean;
|
|
@@ -2213,8 +2246,8 @@ declare const VTooltip: vue.DefineComponent<{
|
|
|
2213
2246
|
type: vue.PropType<number | "fit" | "free">;
|
|
2214
2247
|
default: undefined;
|
|
2215
2248
|
};
|
|
2216
|
-
maxWidth: vue.PropType<(number | "fit" | "free") | ((window:
|
|
2217
|
-
maxHeight: vue.PropType<(number | "fit" | "free") | ((window:
|
|
2249
|
+
maxWidth: vue.PropType<(number | "fit" | "free") | ((window: _fastkit_vue_resize.UseWindowRef) => number | undefined)>;
|
|
2250
|
+
maxHeight: vue.PropType<(number | "fit" | "free") | ((window: _fastkit_vue_resize.UseWindowRef) => number | undefined)>;
|
|
2218
2251
|
distance: {
|
|
2219
2252
|
type: NumberConstructor;
|
|
2220
2253
|
default: number;
|
|
@@ -2224,24 +2257,24 @@ declare const VTooltip: vue.DefineComponent<{
|
|
|
2224
2257
|
default: number;
|
|
2225
2258
|
};
|
|
2226
2259
|
overlap: {
|
|
2227
|
-
type: vue.PropType<boolean |
|
|
2228
|
-
default: boolean |
|
|
2260
|
+
type: vue.PropType<boolean | _fastkit_vue_stack.MenuOverlapSettings>;
|
|
2261
|
+
default: boolean | _fastkit_vue_stack.MenuOverlapSettings;
|
|
2229
2262
|
};
|
|
2230
2263
|
resizeWatchDebounce: {
|
|
2231
2264
|
type: NumberConstructor;
|
|
2232
2265
|
default: number;
|
|
2233
2266
|
};
|
|
2234
2267
|
'v-slots': vue.PropType<{
|
|
2235
|
-
default?: ((control:
|
|
2236
|
-
activator?: ((payload:
|
|
2268
|
+
default?: ((control: _fastkit_vue_stack.VStackControl) => vue.VNodeChild) | undefined;
|
|
2269
|
+
activator?: ((payload: _fastkit_vue_stack.VStackActivatorPayload) => vue.VNodeChild) | undefined;
|
|
2237
2270
|
}>;
|
|
2238
2271
|
modelValue: BooleanConstructor;
|
|
2239
2272
|
lazyBoot: BooleanConstructor;
|
|
2240
2273
|
value: null;
|
|
2241
2274
|
class: null;
|
|
2242
|
-
style: vue.PropType<
|
|
2275
|
+
style: vue.PropType<_fastkit_vue_utils.StyleValue>;
|
|
2243
2276
|
transition: {
|
|
2244
|
-
type: vue.PropType<
|
|
2277
|
+
type: vue.PropType<_fastkit_vue_stack.RawVStackObjectTransitionProp<string | _fastkit_vue_transitions.JavaScriptTransition>>;
|
|
2245
2278
|
default: string;
|
|
2246
2279
|
};
|
|
2247
2280
|
alwaysRender: BooleanConstructor;
|
|
@@ -2288,8 +2321,8 @@ declare const VTooltip: vue.DefineComponent<{
|
|
|
2288
2321
|
default: boolean;
|
|
2289
2322
|
};
|
|
2290
2323
|
closeOnTab: {
|
|
2291
|
-
type: vue.PropType<
|
|
2292
|
-
default:
|
|
2324
|
+
type: vue.PropType<_fastkit_vue_stack.StackableTabCloseSpec>;
|
|
2325
|
+
default: _fastkit_vue_stack.StackableTabCloseSpec;
|
|
2293
2326
|
};
|
|
2294
2327
|
closeOnNavigation: {
|
|
2295
2328
|
type: BooleanConstructor;
|
|
@@ -2308,7 +2341,7 @@ declare const VTooltip: vue.DefineComponent<{
|
|
|
2308
2341
|
default: string | number;
|
|
2309
2342
|
};
|
|
2310
2343
|
navigationGuard: {
|
|
2311
|
-
type: vue.PropType<boolean |
|
|
2344
|
+
type: vue.PropType<boolean | _fastkit_vue_stack.VStackNavigationGuard>;
|
|
2312
2345
|
default: boolean;
|
|
2313
2346
|
};
|
|
2314
2347
|
guardEffect: {
|
|
@@ -2316,9 +2349,9 @@ declare const VTooltip: vue.DefineComponent<{
|
|
|
2316
2349
|
default: boolean;
|
|
2317
2350
|
};
|
|
2318
2351
|
includeElements: vue.PropType<() => Element[]>;
|
|
2319
|
-
activator: vue.PropType<
|
|
2320
|
-
resolveHandler: vue.PropType<
|
|
2321
|
-
cancelHandler: vue.PropType<
|
|
2352
|
+
activator: vue.PropType<_fastkit_vue_stack.VStackActivatorQuery>;
|
|
2353
|
+
resolveHandler: vue.PropType<_fastkit_vue_stack.StackableResolveHandler>;
|
|
2354
|
+
cancelHandler: vue.PropType<_fastkit_vue_stack.StackableResolveHandler>;
|
|
2322
2355
|
} & {
|
|
2323
2356
|
variant: vue.PropType<ColorVariant>;
|
|
2324
2357
|
theme: vue.PropType<ThemeName>;
|
|
@@ -2329,18 +2362,30 @@ declare const VTooltip: vue.DefineComponent<{
|
|
|
2329
2362
|
"onUpdate:modelValue": vue.PropType<(modelValue: boolean) => any>;
|
|
2330
2363
|
onChange: vue.PropType<(modelValue: boolean) => any>;
|
|
2331
2364
|
onPayload: vue.PropType<(value: any) => any>;
|
|
2332
|
-
onShow: vue.PropType<(control:
|
|
2333
|
-
onClose: vue.PropType<(control:
|
|
2334
|
-
onBeforeEnter: vue.PropType<(el: HTMLElement, control:
|
|
2335
|
-
onAfterEnter: vue.PropType<(el: HTMLElement, control:
|
|
2336
|
-
onEnterCancelled: vue.PropType<(el: HTMLElement, control:
|
|
2337
|
-
onBeforeLeave: vue.PropType<(el: HTMLElement, control:
|
|
2338
|
-
onAfterLeave: vue.PropType<(el: HTMLElement, control:
|
|
2339
|
-
onLeaveCancelled: vue.PropType<(el: HTMLElement, control:
|
|
2340
|
-
}
|
|
2365
|
+
onShow: vue.PropType<(control: _fastkit_vue_stack.VStackControl) => any>;
|
|
2366
|
+
onClose: vue.PropType<(control: _fastkit_vue_stack.VStackControl) => any>;
|
|
2367
|
+
onBeforeEnter: vue.PropType<(el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any>;
|
|
2368
|
+
onAfterEnter: vue.PropType<(el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any>;
|
|
2369
|
+
onEnterCancelled: vue.PropType<(el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any>;
|
|
2370
|
+
onBeforeLeave: vue.PropType<(el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any>;
|
|
2371
|
+
onAfterLeave: vue.PropType<(el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any>;
|
|
2372
|
+
onLeaveCancelled: vue.PropType<(el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any>;
|
|
2373
|
+
}>> & {
|
|
2374
|
+
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
2375
|
+
onChange?: ((modelValue: boolean) => any) | undefined;
|
|
2376
|
+
onPayload?: ((value: any) => any) | undefined;
|
|
2377
|
+
onShow?: ((control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
2378
|
+
onClose?: ((control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
2379
|
+
onBeforeEnter?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
2380
|
+
onAfterEnter?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
2381
|
+
onEnterCancelled?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
2382
|
+
onBeforeLeave?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
2383
|
+
onAfterLeave?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
2384
|
+
onLeaveCancelled?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
2385
|
+
}, {
|
|
2341
2386
|
modelValue: boolean;
|
|
2342
2387
|
lazyBoot: boolean;
|
|
2343
|
-
transition:
|
|
2388
|
+
transition: _fastkit_vue_stack.RawVStackObjectTransitionProp<string | _fastkit_vue_transitions.JavaScriptTransition>;
|
|
2344
2389
|
alwaysRender: boolean;
|
|
2345
2390
|
backdrop: string | boolean;
|
|
2346
2391
|
focusTrap: boolean;
|
|
@@ -2354,12 +2399,12 @@ declare const VTooltip: vue.DefineComponent<{
|
|
|
2354
2399
|
closeDelay: string | number;
|
|
2355
2400
|
closeOnOutsideClick: boolean;
|
|
2356
2401
|
closeOnEsc: boolean;
|
|
2357
|
-
closeOnTab:
|
|
2402
|
+
closeOnTab: _fastkit_vue_stack.StackableTabCloseSpec;
|
|
2358
2403
|
closeOnNavigation: boolean;
|
|
2359
2404
|
persistent: boolean;
|
|
2360
2405
|
zIndex: string | number;
|
|
2361
2406
|
timeout: string | number;
|
|
2362
|
-
navigationGuard: boolean |
|
|
2407
|
+
navigationGuard: boolean | _fastkit_vue_stack.VStackNavigationGuard;
|
|
2363
2408
|
guardEffect: string | boolean;
|
|
2364
2409
|
allowOverflow: boolean;
|
|
2365
2410
|
width: number | "fit" | "free";
|
|
@@ -2368,16 +2413,16 @@ declare const VTooltip: vue.DefineComponent<{
|
|
|
2368
2413
|
minHeight: number | "fit" | "free";
|
|
2369
2414
|
distance: number;
|
|
2370
2415
|
edgeMargin: number;
|
|
2371
|
-
overlap: boolean |
|
|
2416
|
+
overlap: boolean | _fastkit_vue_stack.MenuOverlapSettings;
|
|
2372
2417
|
resizeWatchDebounce: number;
|
|
2373
|
-
},
|
|
2418
|
+
}, _fastkit_vue_stack.MergeStackBaseSlots<vue.SlotsType<{}>>>;
|
|
2374
2419
|
|
|
2375
2420
|
declare const VSkeltonLoaderBone: vue.DefineComponent<{
|
|
2376
2421
|
tag: {
|
|
2377
2422
|
type: StringConstructor;
|
|
2378
2423
|
default: string;
|
|
2379
2424
|
};
|
|
2380
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.
|
|
2425
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
2381
2426
|
tag: {
|
|
2382
2427
|
type: StringConstructor;
|
|
2383
2428
|
default: string;
|
|
@@ -2418,6 +2463,7 @@ declare const VBusyImage: vue.DefineComponent<{
|
|
|
2418
2463
|
alt: PropType<string | undefined>;
|
|
2419
2464
|
crossorigin: PropType<"" | "anonymous" | "use-credentials" | undefined>;
|
|
2420
2465
|
decoding: PropType<"async" | "auto" | "sync" | undefined>;
|
|
2466
|
+
loading: PropType<"eager" | "lazy" | undefined>;
|
|
2421
2467
|
referrerpolicy: PropType<("" | "no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url") | undefined>;
|
|
2422
2468
|
sizes: PropType<string | undefined>;
|
|
2423
2469
|
src: PropType<string | undefined>;
|
|
@@ -2425,14 +2471,15 @@ declare const VBusyImage: vue.DefineComponent<{
|
|
|
2425
2471
|
usemap: PropType<string | undefined>;
|
|
2426
2472
|
innerHTML: PropType<string | undefined>;
|
|
2427
2473
|
class: PropType<any>;
|
|
2428
|
-
style: PropType<vue.StyleValue
|
|
2474
|
+
style: PropType<vue.StyleValue>;
|
|
2429
2475
|
accesskey: PropType<string | undefined>;
|
|
2430
|
-
contenteditable: PropType<(boolean | "true" | "false") | "inherit" | undefined>;
|
|
2476
|
+
contenteditable: PropType<(boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined>;
|
|
2431
2477
|
contextmenu: PropType<string | undefined>;
|
|
2432
2478
|
dir: PropType<string | undefined>;
|
|
2433
2479
|
draggable: PropType<(boolean | "true" | "false") | undefined>;
|
|
2434
|
-
hidden: PropType<(boolean | "true" | "false") | undefined>;
|
|
2480
|
+
hidden: PropType<"" | (boolean | "true" | "false") | "hidden" | "until-found" | undefined>;
|
|
2435
2481
|
id: PropType<string | undefined>;
|
|
2482
|
+
inert: PropType<(boolean | "true" | "false") | undefined>;
|
|
2436
2483
|
lang: PropType<string | undefined>;
|
|
2437
2484
|
placeholder: PropType<string | undefined>;
|
|
2438
2485
|
spellcheck: PropType<(boolean | "true" | "false") | undefined>;
|
|
@@ -2498,7 +2545,7 @@ declare const VBusyImage: vue.DefineComponent<{
|
|
|
2498
2545
|
'aria-posinset': PropType<(string | number) | undefined>;
|
|
2499
2546
|
'aria-pressed': PropType<(boolean | "true" | "false") | "mixed" | undefined>;
|
|
2500
2547
|
'aria-readonly': PropType<(boolean | "true" | "false") | undefined>;
|
|
2501
|
-
'aria-relevant': PropType<"text" | "additions" | "additions text" | "all" | "removals" | undefined>;
|
|
2548
|
+
'aria-relevant': PropType<"text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined>;
|
|
2502
2549
|
'aria-required': PropType<(boolean | "true" | "false") | undefined>;
|
|
2503
2550
|
'aria-roledescription': PropType<string | undefined>;
|
|
2504
2551
|
'aria-rowcount': PropType<(string | number) | undefined>;
|
|
@@ -2593,13 +2640,13 @@ declare const VBusyImage: vue.DefineComponent<{
|
|
|
2593
2640
|
onAnimationiteration: PropType<((payload: AnimationEvent) => void) | undefined>;
|
|
2594
2641
|
onTransitionend: PropType<((payload: TransitionEvent) => void) | undefined>;
|
|
2595
2642
|
onTransitionstart: PropType<((payload: TransitionEvent) => void) | undefined>;
|
|
2596
|
-
'v-body-scroll-lock': PropType<
|
|
2597
|
-
'v-click-outside': PropType<
|
|
2598
|
-
'v-resize': PropType<
|
|
2599
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2643
|
+
'v-body-scroll-lock': PropType<_fastkit_vue_body_scroll_lock.BodyScrollLockDirectiveBindingValue>;
|
|
2644
|
+
'v-click-outside': PropType<_fastkit_vue_click_outside.ClickOutsideDirectiveBindingValue | undefined>;
|
|
2645
|
+
'v-resize': PropType<_fastkit_vue_resize.RawResizeDirectiveBindingValue | undefined>;
|
|
2646
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2600
2647
|
load: (ev: Event) => boolean;
|
|
2601
2648
|
error: (ev: Event) => boolean;
|
|
2602
|
-
}, string, vue.
|
|
2649
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
2603
2650
|
'v-slots': PropType<{
|
|
2604
2651
|
default?: (() => vue.VNodeChild) | undefined;
|
|
2605
2652
|
}>;
|
|
@@ -2610,6 +2657,7 @@ declare const VBusyImage: vue.DefineComponent<{
|
|
|
2610
2657
|
alt: PropType<string | undefined>;
|
|
2611
2658
|
crossorigin: PropType<"" | "anonymous" | "use-credentials" | undefined>;
|
|
2612
2659
|
decoding: PropType<"async" | "auto" | "sync" | undefined>;
|
|
2660
|
+
loading: PropType<"eager" | "lazy" | undefined>;
|
|
2613
2661
|
referrerpolicy: PropType<("" | "no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url") | undefined>;
|
|
2614
2662
|
sizes: PropType<string | undefined>;
|
|
2615
2663
|
src: PropType<string | undefined>;
|
|
@@ -2617,14 +2665,15 @@ declare const VBusyImage: vue.DefineComponent<{
|
|
|
2617
2665
|
usemap: PropType<string | undefined>;
|
|
2618
2666
|
innerHTML: PropType<string | undefined>;
|
|
2619
2667
|
class: PropType<any>;
|
|
2620
|
-
style: PropType<vue.StyleValue
|
|
2668
|
+
style: PropType<vue.StyleValue>;
|
|
2621
2669
|
accesskey: PropType<string | undefined>;
|
|
2622
|
-
contenteditable: PropType<(boolean | "true" | "false") | "inherit" | undefined>;
|
|
2670
|
+
contenteditable: PropType<(boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined>;
|
|
2623
2671
|
contextmenu: PropType<string | undefined>;
|
|
2624
2672
|
dir: PropType<string | undefined>;
|
|
2625
2673
|
draggable: PropType<(boolean | "true" | "false") | undefined>;
|
|
2626
|
-
hidden: PropType<(boolean | "true" | "false") | undefined>;
|
|
2674
|
+
hidden: PropType<"" | (boolean | "true" | "false") | "hidden" | "until-found" | undefined>;
|
|
2627
2675
|
id: PropType<string | undefined>;
|
|
2676
|
+
inert: PropType<(boolean | "true" | "false") | undefined>;
|
|
2628
2677
|
lang: PropType<string | undefined>;
|
|
2629
2678
|
placeholder: PropType<string | undefined>;
|
|
2630
2679
|
spellcheck: PropType<(boolean | "true" | "false") | undefined>;
|
|
@@ -2690,7 +2739,7 @@ declare const VBusyImage: vue.DefineComponent<{
|
|
|
2690
2739
|
'aria-posinset': PropType<(string | number) | undefined>;
|
|
2691
2740
|
'aria-pressed': PropType<(boolean | "true" | "false") | "mixed" | undefined>;
|
|
2692
2741
|
'aria-readonly': PropType<(boolean | "true" | "false") | undefined>;
|
|
2693
|
-
'aria-relevant': PropType<"text" | "additions" | "additions text" | "all" | "removals" | undefined>;
|
|
2742
|
+
'aria-relevant': PropType<"text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined>;
|
|
2694
2743
|
'aria-required': PropType<(boolean | "true" | "false") | undefined>;
|
|
2695
2744
|
'aria-roledescription': PropType<string | undefined>;
|
|
2696
2745
|
'aria-rowcount': PropType<(string | number) | undefined>;
|
|
@@ -2785,9 +2834,9 @@ declare const VBusyImage: vue.DefineComponent<{
|
|
|
2785
2834
|
onAnimationiteration: PropType<((payload: AnimationEvent) => void) | undefined>;
|
|
2786
2835
|
onTransitionend: PropType<((payload: TransitionEvent) => void) | undefined>;
|
|
2787
2836
|
onTransitionstart: PropType<((payload: TransitionEvent) => void) | undefined>;
|
|
2788
|
-
'v-body-scroll-lock': PropType<
|
|
2789
|
-
'v-click-outside': PropType<
|
|
2790
|
-
'v-resize': PropType<
|
|
2837
|
+
'v-body-scroll-lock': PropType<_fastkit_vue_body_scroll_lock.BodyScrollLockDirectiveBindingValue>;
|
|
2838
|
+
'v-click-outside': PropType<_fastkit_vue_click_outside.ClickOutsideDirectiveBindingValue | undefined>;
|
|
2839
|
+
'v-resize': PropType<_fastkit_vue_resize.RawResizeDirectiveBindingValue | undefined>;
|
|
2791
2840
|
}>> & {
|
|
2792
2841
|
onLoad?: ((ev: Event) => any) | undefined;
|
|
2793
2842
|
onError?: ((ev: Event) => any) | undefined;
|
|
@@ -2813,7 +2862,7 @@ declare const VGridItem: vue.DefineComponent<{
|
|
|
2813
2862
|
align: RawGridValueProp<GridItemAlignValue>;
|
|
2814
2863
|
justify: RawGridValueProp<GridItemJustifyValue>;
|
|
2815
2864
|
order: RawGridValueProp<string | number>;
|
|
2816
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.
|
|
2865
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
2817
2866
|
tag: {
|
|
2818
2867
|
type: StringConstructor;
|
|
2819
2868
|
default: string;
|
|
@@ -2847,7 +2896,7 @@ declare const VGridContainer: vue.DefineComponent<{
|
|
|
2847
2896
|
wrap: RawGridValueProp<GridContainerWrapValue>;
|
|
2848
2897
|
alignContent: RawGridValueProp<GridContainerAlignContentValue>;
|
|
2849
2898
|
justifyContent: RawGridValueProp<GridContainerJustifyContentValue>;
|
|
2850
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.
|
|
2899
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
2851
2900
|
wrapperTag: {
|
|
2852
2901
|
type: StringConstructor;
|
|
2853
2902
|
default: string;
|
|
@@ -2921,7 +2970,7 @@ declare const VPaper: vue.DefineComponent<{
|
|
|
2921
2970
|
default: string;
|
|
2922
2971
|
};
|
|
2923
2972
|
elevation: PropType<VuiElevationValue>;
|
|
2924
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string,
|
|
2973
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
2925
2974
|
square: BooleanConstructor;
|
|
2926
2975
|
headerProps: PropType<ARGS>;
|
|
2927
2976
|
bodyProps: PropType<ARGS>;
|
|
@@ -3088,7 +3137,7 @@ declare const VAvatar: vue.DefineComponent<{
|
|
|
3088
3137
|
borderColor: PropType<PaletteName>;
|
|
3089
3138
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3090
3139
|
[key: string]: any;
|
|
3091
|
-
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.
|
|
3140
|
+
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
3092
3141
|
size: {
|
|
3093
3142
|
type: PropType<number | "sm" | "md" | "lg">;
|
|
3094
3143
|
default: string;
|
|
@@ -3306,7 +3355,7 @@ declare const VChip: vue.DefineComponent<{
|
|
|
3306
3355
|
borderColor: PropType<PaletteName>;
|
|
3307
3356
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3308
3357
|
[key: string]: any;
|
|
3309
|
-
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.
|
|
3358
|
+
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
3310
3359
|
size: {
|
|
3311
3360
|
type: PropType<"sm" | "md" | "lg" | "xs" | "xl">;
|
|
3312
3361
|
default: string;
|
|
@@ -3517,7 +3566,7 @@ declare const VCard: vue.DefineComponent<{
|
|
|
3517
3566
|
}>;
|
|
3518
3567
|
color: vue.PropType<ScopeName>;
|
|
3519
3568
|
elevation: vue.PropType<VuiElevationValue>;
|
|
3520
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.
|
|
3569
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
3521
3570
|
disabled: BooleanConstructor;
|
|
3522
3571
|
tag: vue.PropType<string>;
|
|
3523
3572
|
class: vue.PropType<any>;
|
|
@@ -3590,9 +3639,9 @@ declare const VCard: vue.DefineComponent<{
|
|
|
3590
3639
|
square: boolean;
|
|
3591
3640
|
}, {}>;
|
|
3592
3641
|
|
|
3593
|
-
declare const VCardContent: vue.DefineComponent<{}, () => JSX.Element, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.
|
|
3642
|
+
declare const VCardContent: vue.DefineComponent<{}, () => vue_jsx_runtime.JSX.Element, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{}>>, {}, {}>;
|
|
3594
3643
|
|
|
3595
|
-
declare const VCardActions: vue.DefineComponent<{}, () => JSX.Element, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.
|
|
3644
|
+
declare const VCardActions: vue.DefineComponent<{}, () => vue_jsx_runtime.JSX.Element, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{}>>, {}, {}>;
|
|
3596
3645
|
|
|
3597
3646
|
type VButtonSpacer = 'left' | 'right';
|
|
3598
3647
|
type RawVButtonSpacer = boolean | VButtonSpacer;
|
|
@@ -3753,7 +3802,7 @@ declare const VButton: vue.DefineComponent<{
|
|
|
3753
3802
|
color: PropType<ScopeName>;
|
|
3754
3803
|
textColor: PropType<PaletteName>;
|
|
3755
3804
|
borderColor: PropType<PaletteName>;
|
|
3756
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.
|
|
3805
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ExtractPropTypes<{
|
|
3757
3806
|
size: {
|
|
3758
3807
|
type: PropType<"sm" | "md" | "lg">;
|
|
3759
3808
|
validator: (value: any) => boolean;
|
|
@@ -3846,7 +3895,7 @@ declare const VButtonGroup: vue.DefineComponent<{
|
|
|
3846
3895
|
color: vue.PropType<ScopeName>;
|
|
3847
3896
|
textColor: vue.PropType<PaletteName>;
|
|
3848
3897
|
borderColor: vue.PropType<PaletteName>;
|
|
3849
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.
|
|
3898
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
3850
3899
|
disabled: BooleanConstructor;
|
|
3851
3900
|
size: {
|
|
3852
3901
|
type: vue.PropType<"sm" | "md" | "lg">;
|
|
@@ -3935,10 +3984,10 @@ declare const VPagination: vue.DefineComponent<{
|
|
|
3935
3984
|
routeQuery: StringConstructor;
|
|
3936
3985
|
beforeChange: PropType<VPaginationGuard>;
|
|
3937
3986
|
color: PropType<ScopeName>;
|
|
3938
|
-
}, () => JSX.Element | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
3987
|
+
}, () => vue_jsx_runtime.JSX.Element | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
3939
3988
|
change: (page: number) => boolean;
|
|
3940
3989
|
'update:modelValue': (page: number) => boolean;
|
|
3941
|
-
}, string, vue.
|
|
3990
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
3942
3991
|
/**
|
|
3943
3992
|
* Active Pages
|
|
3944
3993
|
*/
|
|
@@ -4115,9 +4164,9 @@ declare const VListTile: vue.DefineComponent<{
|
|
|
4115
4164
|
tabindex: PropType<(string | number) | undefined>;
|
|
4116
4165
|
onFocusin: PropType<((payload: FocusEvent) => void) | undefined>;
|
|
4117
4166
|
onFocusout: PropType<((payload: FocusEvent) => void) | undefined>;
|
|
4118
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4167
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4119
4168
|
changeActive: (isActive: boolean) => boolean;
|
|
4120
|
-
}, string, vue.
|
|
4169
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
4121
4170
|
startIcon: PropType<RawIconProp>;
|
|
4122
4171
|
endIcon: PropType<RawIconProp>;
|
|
4123
4172
|
linkFallbackTag: {
|
|
@@ -4200,7 +4249,7 @@ declare const VDrawerLayout: vue.DefineComponent<{
|
|
|
4200
4249
|
type: vue.PropType<any>;
|
|
4201
4250
|
default: string;
|
|
4202
4251
|
};
|
|
4203
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.
|
|
4252
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
4204
4253
|
'v-slots': vue.PropType<{
|
|
4205
4254
|
header?: (() => vue.VNodeChild) | undefined;
|
|
4206
4255
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -4213,7 +4262,7 @@ declare const VDrawerLayout: vue.DefineComponent<{
|
|
|
4213
4262
|
};
|
|
4214
4263
|
}>>, {
|
|
4215
4264
|
tag: any;
|
|
4216
|
-
},
|
|
4265
|
+
}, _fastkit_vue_utils.DefinedSlots<{
|
|
4217
4266
|
header?: (() => void) | undefined;
|
|
4218
4267
|
default?: (() => void) | undefined;
|
|
4219
4268
|
footer?: (() => void) | undefined;
|
|
@@ -4236,7 +4285,7 @@ declare const VHero: vue.DefineComponent<{
|
|
|
4236
4285
|
type: StringConstructor;
|
|
4237
4286
|
default: string;
|
|
4238
4287
|
};
|
|
4239
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.
|
|
4288
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
4240
4289
|
'v-slots': PropType<{
|
|
4241
4290
|
default?: (() => vue.VNodeChild) | undefined;
|
|
4242
4291
|
adornment?: (() => vue.VNodeChild) | undefined;
|
|
@@ -4297,7 +4346,7 @@ declare function createNavigationItemProps(): {
|
|
|
4297
4346
|
type: PropType<"submit" | "button" | "reset">;
|
|
4298
4347
|
title: PropType<string>;
|
|
4299
4348
|
disabled: PropType<boolean>;
|
|
4300
|
-
guard: PropType<
|
|
4349
|
+
guard: PropType<_fastkit_vue_action.ActionableGuard>;
|
|
4301
4350
|
to: PropType<RouteLocationRaw>;
|
|
4302
4351
|
replace: PropType<boolean>;
|
|
4303
4352
|
custom: PropType<boolean>;
|
|
@@ -4342,7 +4391,7 @@ declare function resolveNavigationItemInput(input: NavigationItemInput): {
|
|
|
4342
4391
|
label: VNodeChild;
|
|
4343
4392
|
props: NavigationItemInput;
|
|
4344
4393
|
};
|
|
4345
|
-
declare function renderNavigationItemInput(input: NavigationItemInput, extraProps?: Record<string, unknown> & VNodeProps): JSX.Element;
|
|
4394
|
+
declare function renderNavigationItemInput(input: NavigationItemInput, extraProps?: Record<string, unknown> & VNodeProps): vue_jsx_runtime.JSX.Element;
|
|
4346
4395
|
declare const VNavigationItem: vue.DefineComponent<{
|
|
4347
4396
|
children: PropType<NavigationItemInput[]>;
|
|
4348
4397
|
match: PropType<string | string[]>;
|
|
@@ -4379,7 +4428,7 @@ declare const VNavigationItem: vue.DefineComponent<{
|
|
|
4379
4428
|
type: PropType<"submit" | "button" | "reset">;
|
|
4380
4429
|
title: PropType<string>;
|
|
4381
4430
|
disabled: PropType<boolean>;
|
|
4382
|
-
guard: PropType<
|
|
4431
|
+
guard: PropType<_fastkit_vue_action.ActionableGuard>;
|
|
4383
4432
|
to: PropType<RouteLocationRaw>;
|
|
4384
4433
|
replace: PropType<boolean>;
|
|
4385
4434
|
custom: PropType<boolean>;
|
|
@@ -4414,9 +4463,9 @@ declare const VNavigationItem: vue.DefineComponent<{
|
|
|
4414
4463
|
tabindex: PropType<(string | number) | undefined>;
|
|
4415
4464
|
onFocusin: PropType<((payload: FocusEvent) => void) | undefined>;
|
|
4416
4465
|
onFocusout: PropType<((payload: FocusEvent) => void) | undefined>;
|
|
4417
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4466
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4418
4467
|
changeActive: (isActive: boolean) => boolean;
|
|
4419
|
-
}, string,
|
|
4468
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
4420
4469
|
children: PropType<NavigationItemInput[]>;
|
|
4421
4470
|
match: PropType<string | string[]>;
|
|
4422
4471
|
depth: {
|
|
@@ -4452,7 +4501,7 @@ declare const VNavigationItem: vue.DefineComponent<{
|
|
|
4452
4501
|
type: PropType<"submit" | "button" | "reset">;
|
|
4453
4502
|
title: PropType<string>;
|
|
4454
4503
|
disabled: PropType<boolean>;
|
|
4455
|
-
guard: PropType<
|
|
4504
|
+
guard: PropType<_fastkit_vue_action.ActionableGuard>;
|
|
4456
4505
|
to: PropType<RouteLocationRaw>;
|
|
4457
4506
|
replace: PropType<boolean>;
|
|
4458
4507
|
custom: PropType<boolean>;
|
|
@@ -4521,7 +4570,7 @@ declare const VNavigation: vue.DefineComponent<{
|
|
|
4521
4570
|
default: boolean;
|
|
4522
4571
|
};
|
|
4523
4572
|
caption: PropType<VNodeChild | (() => VNodeChild)>;
|
|
4524
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.
|
|
4573
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
4525
4574
|
items: {
|
|
4526
4575
|
type: PropType<NavigationItemInput[]>;
|
|
4527
4576
|
required: true;
|
|
@@ -4584,9 +4633,9 @@ declare const VControlField: vue.DefineComponent<{
|
|
|
4584
4633
|
type: (StringConstructor | NumberConstructor)[];
|
|
4585
4634
|
default: number;
|
|
4586
4635
|
};
|
|
4587
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4636
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4588
4637
|
click: (ev: MouseEvent) => boolean;
|
|
4589
|
-
}, string, vue.
|
|
4638
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
4590
4639
|
error: BooleanConstructor;
|
|
4591
4640
|
'v-slots': PropType<{
|
|
4592
4641
|
default?: (() => VNodeChild) | undefined;
|
|
@@ -4639,7 +4688,7 @@ declare const VTextCounter: vue.DefineComponent<{
|
|
|
4639
4688
|
type: NumberConstructor;
|
|
4640
4689
|
required: true;
|
|
4641
4690
|
};
|
|
4642
|
-
}, unknown, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.
|
|
4691
|
+
}, unknown, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
4643
4692
|
length: {
|
|
4644
4693
|
type: NumberConstructor;
|
|
4645
4694
|
required: true;
|
|
@@ -4675,9 +4724,9 @@ declare const VFormControl: vue.DefineComponent<{
|
|
|
4675
4724
|
type: BooleanConstructor;
|
|
4676
4725
|
default: boolean;
|
|
4677
4726
|
};
|
|
4678
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4727
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4679
4728
|
clickLabel: (ev: MouseEvent, wrapper: FormNodeWrapper) => boolean;
|
|
4680
|
-
}, string, vue.
|
|
4729
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
4681
4730
|
error: BooleanConstructor;
|
|
4682
4731
|
'v-slots': vue.PropType<{
|
|
4683
4732
|
[x: `error:${string}`]: (error: _fastkit_vue_form_control.FormNodeError) => VNodeChild;
|
|
@@ -4765,13 +4814,13 @@ declare const VCheckbox: vue.DefineComponent<{
|
|
|
4765
4814
|
default: undefined;
|
|
4766
4815
|
};
|
|
4767
4816
|
detach: BooleanConstructor;
|
|
4768
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4817
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4769
4818
|
'update:modelValue': (value: boolean) => boolean;
|
|
4770
4819
|
'update:errors': (errors: _fastkit_vue_form_control.FormNodeError[]) => boolean;
|
|
4771
4820
|
change: (value: boolean) => boolean;
|
|
4772
4821
|
focus: (ev: FocusEvent) => boolean;
|
|
4773
4822
|
blur: (ev: FocusEvent) => boolean;
|
|
4774
|
-
}, string, vue.
|
|
4823
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
4775
4824
|
indeterminate: BooleanConstructor;
|
|
4776
4825
|
size: {
|
|
4777
4826
|
type: vue.PropType<"sm" | "md" | "lg">;
|
|
@@ -4836,32 +4885,32 @@ declare const VCheckbox: vue.DefineComponent<{
|
|
|
4836
4885
|
|
|
4837
4886
|
declare const VCheckboxGroup: vue.DefineComponent<{
|
|
4838
4887
|
'v-slots': vue.PropType<{
|
|
4839
|
-
[x: `error:${string}`]: (error:
|
|
4840
|
-
label?: ((wrapper:
|
|
4841
|
-
hint?: ((wrapper:
|
|
4842
|
-
infoAppends?: ((wrapper:
|
|
4843
|
-
error?: ((error:
|
|
4888
|
+
[x: `error:${string}`]: (error: _fastkit_vue_form_control.FormNodeError) => vue.VNodeChild;
|
|
4889
|
+
label?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
4890
|
+
hint?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
4891
|
+
infoAppends?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
4892
|
+
error?: ((error: _fastkit_vue_form_control.FormNodeError) => vue.VNodeChild) | undefined;
|
|
4844
4893
|
default?: (() => vue.VNodeChild) | undefined;
|
|
4845
4894
|
}>;
|
|
4846
4895
|
stacked: {
|
|
4847
4896
|
type: BooleanConstructor;
|
|
4848
4897
|
default: boolean;
|
|
4849
4898
|
};
|
|
4850
|
-
loadingMessage: vue.PropType<
|
|
4851
|
-
failedToLoadItemsMessage: vue.PropType<
|
|
4899
|
+
loadingMessage: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
4900
|
+
failedToLoadItemsMessage: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
4852
4901
|
size: {
|
|
4853
4902
|
type: vue.PropType<"sm" | "md" | "lg">;
|
|
4854
4903
|
validator: (value: any) => boolean;
|
|
4855
4904
|
};
|
|
4856
4905
|
loading: BooleanConstructor;
|
|
4857
|
-
nodeControl: vue.PropType<
|
|
4858
|
-
label: vue.PropType<
|
|
4859
|
-
hint: vue.PropType<
|
|
4860
|
-
hinttip: vue.PropType<
|
|
4861
|
-
hinttipDelay: vue.PropType<
|
|
4862
|
-
infoAppends: vue.PropType<
|
|
4906
|
+
nodeControl: vue.PropType<_fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>>;
|
|
4907
|
+
label: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
4908
|
+
hint: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
4909
|
+
hinttip: vue.PropType<_fastkit_vue_form_control.FormNodeWrapperHinttip>;
|
|
4910
|
+
hinttipDelay: vue.PropType<_fastkit_vue_form_control.FormNodeWrapperHinttipDelay>;
|
|
4911
|
+
infoAppends: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
4863
4912
|
hiddenInfo: BooleanConstructor;
|
|
4864
|
-
requiredChip: vue.PropType<
|
|
4913
|
+
requiredChip: vue.PropType<_fastkit_vue_form_control.RequiredChipSource>;
|
|
4865
4914
|
collectErrorMessages: {
|
|
4866
4915
|
type: BooleanConstructor;
|
|
4867
4916
|
default: boolean;
|
|
@@ -4871,13 +4920,13 @@ declare const VCheckboxGroup: vue.DefineComponent<{
|
|
|
4871
4920
|
default: boolean;
|
|
4872
4921
|
};
|
|
4873
4922
|
items: {
|
|
4874
|
-
type: vue.PropType<
|
|
4923
|
+
type: vue.PropType<_fastkit_vue_form_control.RawFormSelectorItems>;
|
|
4875
4924
|
default: () => never[];
|
|
4876
4925
|
};
|
|
4877
|
-
onClickItem: vue.PropType<
|
|
4926
|
+
onClickItem: vue.PropType<_fastkit_vue_form_control.FormSelectorGuard>;
|
|
4878
4927
|
name: StringConstructor;
|
|
4879
4928
|
tag: StringConstructor;
|
|
4880
|
-
modelValue: vue.Prop<
|
|
4929
|
+
modelValue: vue.Prop<_fastkit_vue_form_control.FormSelectorValue, _fastkit_vue_form_control.FormSelectorValue>;
|
|
4881
4930
|
tabindex: {
|
|
4882
4931
|
type: (StringConstructor | NumberConstructor)[];
|
|
4883
4932
|
default: number;
|
|
@@ -4890,14 +4939,14 @@ declare const VCheckboxGroup: vue.DefineComponent<{
|
|
|
4890
4939
|
required: BooleanConstructor | vue.PropType<boolean>;
|
|
4891
4940
|
clearable: BooleanConstructor;
|
|
4892
4941
|
validateTiming: {
|
|
4893
|
-
type: vue.PropType<
|
|
4894
|
-
default:
|
|
4942
|
+
type: vue.PropType<_fastkit_vue_form_control.ValidateTiming>;
|
|
4943
|
+
default: _fastkit_vue_form_control.ValidateTiming;
|
|
4895
4944
|
};
|
|
4896
4945
|
rules: {
|
|
4897
|
-
type: vue.PropType<
|
|
4946
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
4898
4947
|
default: () => never[];
|
|
4899
4948
|
};
|
|
4900
|
-
validationDeps: vue.PropType<(nodeControl:
|
|
4949
|
+
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
4901
4950
|
error: BooleanConstructor;
|
|
4902
4951
|
errorMessages: vue.PropType<string | string[]>;
|
|
4903
4952
|
showOwnErrors: {
|
|
@@ -4905,40 +4954,40 @@ declare const VCheckboxGroup: vue.DefineComponent<{
|
|
|
4905
4954
|
default: undefined;
|
|
4906
4955
|
};
|
|
4907
4956
|
detach: BooleanConstructor;
|
|
4908
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4909
|
-
'update:modelValue': (value:
|
|
4910
|
-
'update:errors': (errors:
|
|
4911
|
-
change: (value:
|
|
4957
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4958
|
+
'update:modelValue': (value: _fastkit_vue_form_control.FormSelectorValue) => boolean;
|
|
4959
|
+
'update:errors': (errors: _fastkit_vue_form_control.FormNodeError[]) => boolean;
|
|
4960
|
+
change: (value: _fastkit_vue_form_control.FormSelectorValue) => boolean;
|
|
4912
4961
|
focus: (ev: FocusEvent) => boolean;
|
|
4913
4962
|
blur: (ev: FocusEvent) => boolean;
|
|
4914
|
-
}, string, vue.
|
|
4963
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
4915
4964
|
'v-slots': vue.PropType<{
|
|
4916
|
-
[x: `error:${string}`]: (error:
|
|
4917
|
-
label?: ((wrapper:
|
|
4918
|
-
hint?: ((wrapper:
|
|
4919
|
-
infoAppends?: ((wrapper:
|
|
4920
|
-
error?: ((error:
|
|
4965
|
+
[x: `error:${string}`]: (error: _fastkit_vue_form_control.FormNodeError) => vue.VNodeChild;
|
|
4966
|
+
label?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
4967
|
+
hint?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
4968
|
+
infoAppends?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
4969
|
+
error?: ((error: _fastkit_vue_form_control.FormNodeError) => vue.VNodeChild) | undefined;
|
|
4921
4970
|
default?: (() => vue.VNodeChild) | undefined;
|
|
4922
4971
|
}>;
|
|
4923
4972
|
stacked: {
|
|
4924
4973
|
type: BooleanConstructor;
|
|
4925
4974
|
default: boolean;
|
|
4926
4975
|
};
|
|
4927
|
-
loadingMessage: vue.PropType<
|
|
4928
|
-
failedToLoadItemsMessage: vue.PropType<
|
|
4976
|
+
loadingMessage: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
4977
|
+
failedToLoadItemsMessage: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
4929
4978
|
size: {
|
|
4930
4979
|
type: vue.PropType<"sm" | "md" | "lg">;
|
|
4931
4980
|
validator: (value: any) => boolean;
|
|
4932
4981
|
};
|
|
4933
4982
|
loading: BooleanConstructor;
|
|
4934
|
-
nodeControl: vue.PropType<
|
|
4935
|
-
label: vue.PropType<
|
|
4936
|
-
hint: vue.PropType<
|
|
4937
|
-
hinttip: vue.PropType<
|
|
4938
|
-
hinttipDelay: vue.PropType<
|
|
4939
|
-
infoAppends: vue.PropType<
|
|
4983
|
+
nodeControl: vue.PropType<_fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>>;
|
|
4984
|
+
label: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
4985
|
+
hint: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
4986
|
+
hinttip: vue.PropType<_fastkit_vue_form_control.FormNodeWrapperHinttip>;
|
|
4987
|
+
hinttipDelay: vue.PropType<_fastkit_vue_form_control.FormNodeWrapperHinttipDelay>;
|
|
4988
|
+
infoAppends: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
4940
4989
|
hiddenInfo: BooleanConstructor;
|
|
4941
|
-
requiredChip: vue.PropType<
|
|
4990
|
+
requiredChip: vue.PropType<_fastkit_vue_form_control.RequiredChipSource>;
|
|
4942
4991
|
collectErrorMessages: {
|
|
4943
4992
|
type: BooleanConstructor;
|
|
4944
4993
|
default: boolean;
|
|
@@ -4948,13 +4997,13 @@ declare const VCheckboxGroup: vue.DefineComponent<{
|
|
|
4948
4997
|
default: boolean;
|
|
4949
4998
|
};
|
|
4950
4999
|
items: {
|
|
4951
|
-
type: vue.PropType<
|
|
5000
|
+
type: vue.PropType<_fastkit_vue_form_control.RawFormSelectorItems>;
|
|
4952
5001
|
default: () => never[];
|
|
4953
5002
|
};
|
|
4954
|
-
onClickItem: vue.PropType<
|
|
5003
|
+
onClickItem: vue.PropType<_fastkit_vue_form_control.FormSelectorGuard>;
|
|
4955
5004
|
name: StringConstructor;
|
|
4956
5005
|
tag: StringConstructor;
|
|
4957
|
-
modelValue: vue.Prop<
|
|
5006
|
+
modelValue: vue.Prop<_fastkit_vue_form_control.FormSelectorValue, _fastkit_vue_form_control.FormSelectorValue>;
|
|
4958
5007
|
tabindex: {
|
|
4959
5008
|
type: (StringConstructor | NumberConstructor)[];
|
|
4960
5009
|
default: number;
|
|
@@ -4967,14 +5016,14 @@ declare const VCheckboxGroup: vue.DefineComponent<{
|
|
|
4967
5016
|
required: BooleanConstructor | vue.PropType<boolean>;
|
|
4968
5017
|
clearable: BooleanConstructor;
|
|
4969
5018
|
validateTiming: {
|
|
4970
|
-
type: vue.PropType<
|
|
4971
|
-
default:
|
|
5019
|
+
type: vue.PropType<_fastkit_vue_form_control.ValidateTiming>;
|
|
5020
|
+
default: _fastkit_vue_form_control.ValidateTiming;
|
|
4972
5021
|
};
|
|
4973
5022
|
rules: {
|
|
4974
|
-
type: vue.PropType<
|
|
5023
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
4975
5024
|
default: () => never[];
|
|
4976
5025
|
};
|
|
4977
|
-
validationDeps: vue.PropType<(nodeControl:
|
|
5026
|
+
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
4978
5027
|
error: BooleanConstructor;
|
|
4979
5028
|
errorMessages: vue.PropType<string | string[]>;
|
|
4980
5029
|
showOwnErrors: {
|
|
@@ -4983,9 +5032,9 @@ declare const VCheckboxGroup: vue.DefineComponent<{
|
|
|
4983
5032
|
};
|
|
4984
5033
|
detach: BooleanConstructor;
|
|
4985
5034
|
}>> & {
|
|
4986
|
-
"onUpdate:modelValue"?: ((value:
|
|
4987
|
-
"onUpdate:errors"?: ((errors:
|
|
4988
|
-
onChange?: ((value:
|
|
5035
|
+
"onUpdate:modelValue"?: ((value: _fastkit_vue_form_control.FormSelectorValue) => any) | undefined;
|
|
5036
|
+
"onUpdate:errors"?: ((errors: _fastkit_vue_form_control.FormNodeError[]) => any) | undefined;
|
|
5037
|
+
onChange?: ((value: _fastkit_vue_form_control.FormSelectorValue) => any) | undefined;
|
|
4989
5038
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
4990
5039
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
4991
5040
|
}, {
|
|
@@ -4998,29 +5047,29 @@ declare const VCheckboxGroup: vue.DefineComponent<{
|
|
|
4998
5047
|
viewonly: boolean;
|
|
4999
5048
|
spellcheck: boolean;
|
|
5000
5049
|
clearable: boolean;
|
|
5001
|
-
validateTiming:
|
|
5002
|
-
rules:
|
|
5050
|
+
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
5051
|
+
rules: _fastkit_vue_form_control.RecursiveVerifiableRuleOrFn;
|
|
5003
5052
|
error: boolean;
|
|
5004
5053
|
showOwnErrors: boolean;
|
|
5005
5054
|
detach: boolean;
|
|
5006
5055
|
hiddenInfo: boolean;
|
|
5007
5056
|
multiple: boolean;
|
|
5008
5057
|
stacked: boolean;
|
|
5009
|
-
items:
|
|
5010
|
-
},
|
|
5011
|
-
[x: `error:${string}`]: (error:
|
|
5058
|
+
items: _fastkit_vue_form_control.RawFormSelectorItems;
|
|
5059
|
+
}, _fastkit_vue_utils.DefinedSlots<{
|
|
5060
|
+
[x: `error:${string}`]: (error: _fastkit_vue_form_control.FormNodeError) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5012
5061
|
[key: string]: any;
|
|
5013
5062
|
}>[];
|
|
5014
|
-
label?: ((wrapper:
|
|
5063
|
+
label?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5015
5064
|
[key: string]: any;
|
|
5016
5065
|
}>[]) | undefined;
|
|
5017
|
-
hint?: ((wrapper:
|
|
5066
|
+
hint?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5018
5067
|
[key: string]: any;
|
|
5019
5068
|
}>[]) | undefined;
|
|
5020
|
-
infoAppends?: ((wrapper:
|
|
5069
|
+
infoAppends?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5021
5070
|
[key: string]: any;
|
|
5022
5071
|
}>[]) | undefined;
|
|
5023
|
-
error?: ((error:
|
|
5072
|
+
error?: ((error: _fastkit_vue_form_control.FormNodeError) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5024
5073
|
[key: string]: any;
|
|
5025
5074
|
}>[]) | undefined;
|
|
5026
5075
|
} & {
|
|
@@ -5066,13 +5115,13 @@ declare const VRadio: vue.DefineComponent<{
|
|
|
5066
5115
|
default: undefined;
|
|
5067
5116
|
};
|
|
5068
5117
|
detach: BooleanConstructor;
|
|
5069
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
5118
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
5070
5119
|
'update:modelValue': (value: boolean) => boolean;
|
|
5071
5120
|
'update:errors': (errors: _fastkit_vue_form_control.FormNodeError[]) => boolean;
|
|
5072
5121
|
change: (value: boolean) => boolean;
|
|
5073
5122
|
focus: (ev: FocusEvent) => boolean;
|
|
5074
5123
|
blur: (ev: FocusEvent) => boolean;
|
|
5075
|
-
}, string, vue.
|
|
5124
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
5076
5125
|
size: {
|
|
5077
5126
|
type: vue.PropType<"sm" | "md" | "lg">;
|
|
5078
5127
|
validator: (value: any) => boolean;
|
|
@@ -5135,32 +5184,32 @@ declare const VRadio: vue.DefineComponent<{
|
|
|
5135
5184
|
|
|
5136
5185
|
declare const VRadioGroup: vue.DefineComponent<{
|
|
5137
5186
|
'v-slots': vue.PropType<{
|
|
5138
|
-
[x: `error:${string}`]: (error:
|
|
5139
|
-
label?: ((wrapper:
|
|
5140
|
-
hint?: ((wrapper:
|
|
5141
|
-
infoAppends?: ((wrapper:
|
|
5142
|
-
error?: ((error:
|
|
5187
|
+
[x: `error:${string}`]: (error: _fastkit_vue_form_control.FormNodeError) => vue.VNodeChild;
|
|
5188
|
+
label?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
5189
|
+
hint?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
5190
|
+
infoAppends?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
5191
|
+
error?: ((error: _fastkit_vue_form_control.FormNodeError) => vue.VNodeChild) | undefined;
|
|
5143
5192
|
default?: (() => vue.VNodeChild) | undefined;
|
|
5144
5193
|
}>;
|
|
5145
5194
|
stacked: {
|
|
5146
5195
|
type: BooleanConstructor;
|
|
5147
5196
|
default: boolean;
|
|
5148
5197
|
};
|
|
5149
|
-
loadingMessage: vue.PropType<
|
|
5150
|
-
failedToLoadItemsMessage: vue.PropType<
|
|
5198
|
+
loadingMessage: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
5199
|
+
failedToLoadItemsMessage: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
5151
5200
|
size: {
|
|
5152
5201
|
type: vue.PropType<"sm" | "md" | "lg">;
|
|
5153
5202
|
validator: (value: any) => boolean;
|
|
5154
5203
|
};
|
|
5155
5204
|
loading: BooleanConstructor;
|
|
5156
|
-
nodeControl: vue.PropType<
|
|
5157
|
-
label: vue.PropType<
|
|
5158
|
-
hint: vue.PropType<
|
|
5159
|
-
hinttip: vue.PropType<
|
|
5160
|
-
hinttipDelay: vue.PropType<
|
|
5161
|
-
infoAppends: vue.PropType<
|
|
5205
|
+
nodeControl: vue.PropType<_fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>>;
|
|
5206
|
+
label: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
5207
|
+
hint: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
5208
|
+
hinttip: vue.PropType<_fastkit_vue_form_control.FormNodeWrapperHinttip>;
|
|
5209
|
+
hinttipDelay: vue.PropType<_fastkit_vue_form_control.FormNodeWrapperHinttipDelay>;
|
|
5210
|
+
infoAppends: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
5162
5211
|
hiddenInfo: BooleanConstructor;
|
|
5163
|
-
requiredChip: vue.PropType<
|
|
5212
|
+
requiredChip: vue.PropType<_fastkit_vue_form_control.RequiredChipSource>;
|
|
5164
5213
|
collectErrorMessages: {
|
|
5165
5214
|
type: BooleanConstructor;
|
|
5166
5215
|
default: boolean;
|
|
@@ -5170,13 +5219,13 @@ declare const VRadioGroup: vue.DefineComponent<{
|
|
|
5170
5219
|
default: boolean;
|
|
5171
5220
|
};
|
|
5172
5221
|
items: {
|
|
5173
|
-
type: vue.PropType<
|
|
5222
|
+
type: vue.PropType<_fastkit_vue_form_control.RawFormSelectorItems>;
|
|
5174
5223
|
default: () => never[];
|
|
5175
5224
|
};
|
|
5176
|
-
onClickItem: vue.PropType<
|
|
5225
|
+
onClickItem: vue.PropType<_fastkit_vue_form_control.FormSelectorGuard>;
|
|
5177
5226
|
name: StringConstructor;
|
|
5178
5227
|
tag: StringConstructor;
|
|
5179
|
-
modelValue: vue.Prop<
|
|
5228
|
+
modelValue: vue.Prop<_fastkit_vue_form_control.FormSelectorValue, _fastkit_vue_form_control.FormSelectorValue>;
|
|
5180
5229
|
tabindex: {
|
|
5181
5230
|
type: (StringConstructor | NumberConstructor)[];
|
|
5182
5231
|
default: number;
|
|
@@ -5189,14 +5238,14 @@ declare const VRadioGroup: vue.DefineComponent<{
|
|
|
5189
5238
|
required: BooleanConstructor | vue.PropType<boolean>;
|
|
5190
5239
|
clearable: BooleanConstructor;
|
|
5191
5240
|
validateTiming: {
|
|
5192
|
-
type: vue.PropType<
|
|
5193
|
-
default:
|
|
5241
|
+
type: vue.PropType<_fastkit_vue_form_control.ValidateTiming>;
|
|
5242
|
+
default: _fastkit_vue_form_control.ValidateTiming;
|
|
5194
5243
|
};
|
|
5195
5244
|
rules: {
|
|
5196
|
-
type: vue.PropType<
|
|
5245
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
5197
5246
|
default: () => never[];
|
|
5198
5247
|
};
|
|
5199
|
-
validationDeps: vue.PropType<(nodeControl:
|
|
5248
|
+
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
5200
5249
|
error: BooleanConstructor;
|
|
5201
5250
|
errorMessages: vue.PropType<string | string[]>;
|
|
5202
5251
|
showOwnErrors: {
|
|
@@ -5204,40 +5253,40 @@ declare const VRadioGroup: vue.DefineComponent<{
|
|
|
5204
5253
|
default: undefined;
|
|
5205
5254
|
};
|
|
5206
5255
|
detach: BooleanConstructor;
|
|
5207
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
5208
|
-
'update:modelValue': (value:
|
|
5209
|
-
'update:errors': (errors:
|
|
5210
|
-
change: (value:
|
|
5256
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
5257
|
+
'update:modelValue': (value: _fastkit_vue_form_control.FormSelectorValue) => boolean;
|
|
5258
|
+
'update:errors': (errors: _fastkit_vue_form_control.FormNodeError[]) => boolean;
|
|
5259
|
+
change: (value: _fastkit_vue_form_control.FormSelectorValue) => boolean;
|
|
5211
5260
|
focus: (ev: FocusEvent) => boolean;
|
|
5212
5261
|
blur: (ev: FocusEvent) => boolean;
|
|
5213
|
-
}, string, vue.
|
|
5262
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
5214
5263
|
'v-slots': vue.PropType<{
|
|
5215
|
-
[x: `error:${string}`]: (error:
|
|
5216
|
-
label?: ((wrapper:
|
|
5217
|
-
hint?: ((wrapper:
|
|
5218
|
-
infoAppends?: ((wrapper:
|
|
5219
|
-
error?: ((error:
|
|
5264
|
+
[x: `error:${string}`]: (error: _fastkit_vue_form_control.FormNodeError) => vue.VNodeChild;
|
|
5265
|
+
label?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
5266
|
+
hint?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
5267
|
+
infoAppends?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
5268
|
+
error?: ((error: _fastkit_vue_form_control.FormNodeError) => vue.VNodeChild) | undefined;
|
|
5220
5269
|
default?: (() => vue.VNodeChild) | undefined;
|
|
5221
5270
|
}>;
|
|
5222
5271
|
stacked: {
|
|
5223
5272
|
type: BooleanConstructor;
|
|
5224
5273
|
default: boolean;
|
|
5225
5274
|
};
|
|
5226
|
-
loadingMessage: vue.PropType<
|
|
5227
|
-
failedToLoadItemsMessage: vue.PropType<
|
|
5275
|
+
loadingMessage: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
5276
|
+
failedToLoadItemsMessage: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
5228
5277
|
size: {
|
|
5229
5278
|
type: vue.PropType<"sm" | "md" | "lg">;
|
|
5230
5279
|
validator: (value: any) => boolean;
|
|
5231
5280
|
};
|
|
5232
5281
|
loading: BooleanConstructor;
|
|
5233
|
-
nodeControl: vue.PropType<
|
|
5234
|
-
label: vue.PropType<
|
|
5235
|
-
hint: vue.PropType<
|
|
5236
|
-
hinttip: vue.PropType<
|
|
5237
|
-
hinttipDelay: vue.PropType<
|
|
5238
|
-
infoAppends: vue.PropType<
|
|
5282
|
+
nodeControl: vue.PropType<_fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>>;
|
|
5283
|
+
label: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
5284
|
+
hint: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
5285
|
+
hinttip: vue.PropType<_fastkit_vue_form_control.FormNodeWrapperHinttip>;
|
|
5286
|
+
hinttipDelay: vue.PropType<_fastkit_vue_form_control.FormNodeWrapperHinttipDelay>;
|
|
5287
|
+
infoAppends: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
5239
5288
|
hiddenInfo: BooleanConstructor;
|
|
5240
|
-
requiredChip: vue.PropType<
|
|
5289
|
+
requiredChip: vue.PropType<_fastkit_vue_form_control.RequiredChipSource>;
|
|
5241
5290
|
collectErrorMessages: {
|
|
5242
5291
|
type: BooleanConstructor;
|
|
5243
5292
|
default: boolean;
|
|
@@ -5247,13 +5296,13 @@ declare const VRadioGroup: vue.DefineComponent<{
|
|
|
5247
5296
|
default: boolean;
|
|
5248
5297
|
};
|
|
5249
5298
|
items: {
|
|
5250
|
-
type: vue.PropType<
|
|
5299
|
+
type: vue.PropType<_fastkit_vue_form_control.RawFormSelectorItems>;
|
|
5251
5300
|
default: () => never[];
|
|
5252
5301
|
};
|
|
5253
|
-
onClickItem: vue.PropType<
|
|
5302
|
+
onClickItem: vue.PropType<_fastkit_vue_form_control.FormSelectorGuard>;
|
|
5254
5303
|
name: StringConstructor;
|
|
5255
5304
|
tag: StringConstructor;
|
|
5256
|
-
modelValue: vue.Prop<
|
|
5305
|
+
modelValue: vue.Prop<_fastkit_vue_form_control.FormSelectorValue, _fastkit_vue_form_control.FormSelectorValue>;
|
|
5257
5306
|
tabindex: {
|
|
5258
5307
|
type: (StringConstructor | NumberConstructor)[];
|
|
5259
5308
|
default: number;
|
|
@@ -5266,14 +5315,14 @@ declare const VRadioGroup: vue.DefineComponent<{
|
|
|
5266
5315
|
required: BooleanConstructor | vue.PropType<boolean>;
|
|
5267
5316
|
clearable: BooleanConstructor;
|
|
5268
5317
|
validateTiming: {
|
|
5269
|
-
type: vue.PropType<
|
|
5270
|
-
default:
|
|
5318
|
+
type: vue.PropType<_fastkit_vue_form_control.ValidateTiming>;
|
|
5319
|
+
default: _fastkit_vue_form_control.ValidateTiming;
|
|
5271
5320
|
};
|
|
5272
5321
|
rules: {
|
|
5273
|
-
type: vue.PropType<
|
|
5322
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
5274
5323
|
default: () => never[];
|
|
5275
5324
|
};
|
|
5276
|
-
validationDeps: vue.PropType<(nodeControl:
|
|
5325
|
+
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
5277
5326
|
error: BooleanConstructor;
|
|
5278
5327
|
errorMessages: vue.PropType<string | string[]>;
|
|
5279
5328
|
showOwnErrors: {
|
|
@@ -5282,9 +5331,9 @@ declare const VRadioGroup: vue.DefineComponent<{
|
|
|
5282
5331
|
};
|
|
5283
5332
|
detach: BooleanConstructor;
|
|
5284
5333
|
}>> & {
|
|
5285
|
-
"onUpdate:modelValue"?: ((value:
|
|
5286
|
-
"onUpdate:errors"?: ((errors:
|
|
5287
|
-
onChange?: ((value:
|
|
5334
|
+
"onUpdate:modelValue"?: ((value: _fastkit_vue_form_control.FormSelectorValue) => any) | undefined;
|
|
5335
|
+
"onUpdate:errors"?: ((errors: _fastkit_vue_form_control.FormNodeError[]) => any) | undefined;
|
|
5336
|
+
onChange?: ((value: _fastkit_vue_form_control.FormSelectorValue) => any) | undefined;
|
|
5288
5337
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
5289
5338
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
5290
5339
|
}, {
|
|
@@ -5297,29 +5346,29 @@ declare const VRadioGroup: vue.DefineComponent<{
|
|
|
5297
5346
|
viewonly: boolean;
|
|
5298
5347
|
spellcheck: boolean;
|
|
5299
5348
|
clearable: boolean;
|
|
5300
|
-
validateTiming:
|
|
5301
|
-
rules:
|
|
5349
|
+
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
5350
|
+
rules: _fastkit_vue_form_control.RecursiveVerifiableRuleOrFn;
|
|
5302
5351
|
error: boolean;
|
|
5303
5352
|
showOwnErrors: boolean;
|
|
5304
5353
|
detach: boolean;
|
|
5305
5354
|
hiddenInfo: boolean;
|
|
5306
5355
|
multiple: boolean;
|
|
5307
5356
|
stacked: boolean;
|
|
5308
|
-
items:
|
|
5309
|
-
},
|
|
5310
|
-
[x: `error:${string}`]: (error:
|
|
5357
|
+
items: _fastkit_vue_form_control.RawFormSelectorItems;
|
|
5358
|
+
}, _fastkit_vue_utils.DefinedSlots<{
|
|
5359
|
+
[x: `error:${string}`]: (error: _fastkit_vue_form_control.FormNodeError) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5311
5360
|
[key: string]: any;
|
|
5312
5361
|
}>[];
|
|
5313
|
-
label?: ((wrapper:
|
|
5362
|
+
label?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5314
5363
|
[key: string]: any;
|
|
5315
5364
|
}>[]) | undefined;
|
|
5316
|
-
hint?: ((wrapper:
|
|
5365
|
+
hint?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5317
5366
|
[key: string]: any;
|
|
5318
5367
|
}>[]) | undefined;
|
|
5319
|
-
infoAppends?: ((wrapper:
|
|
5368
|
+
infoAppends?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5320
5369
|
[key: string]: any;
|
|
5321
5370
|
}>[]) | undefined;
|
|
5322
|
-
error?: ((error:
|
|
5371
|
+
error?: ((error: _fastkit_vue_form_control.FormNodeError) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5323
5372
|
[key: string]: any;
|
|
5324
5373
|
}>[]) | undefined;
|
|
5325
5374
|
} & {
|
|
@@ -5365,13 +5414,13 @@ declare const VSwitch: vue.DefineComponent<{
|
|
|
5365
5414
|
default: undefined;
|
|
5366
5415
|
};
|
|
5367
5416
|
detach: BooleanConstructor;
|
|
5368
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
5417
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
5369
5418
|
'update:modelValue': (value: boolean) => boolean;
|
|
5370
5419
|
'update:errors': (errors: _fastkit_vue_form_control.FormNodeError[]) => boolean;
|
|
5371
5420
|
change: (value: boolean) => boolean;
|
|
5372
5421
|
focus: (ev: FocusEvent) => boolean;
|
|
5373
5422
|
blur: (ev: FocusEvent) => boolean;
|
|
5374
|
-
}, string, vue.
|
|
5423
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
5375
5424
|
size: {
|
|
5376
5425
|
type: vue.PropType<"sm" | "md" | "lg">;
|
|
5377
5426
|
validator: (value: any) => boolean;
|
|
@@ -5434,32 +5483,32 @@ declare const VSwitch: vue.DefineComponent<{
|
|
|
5434
5483
|
|
|
5435
5484
|
declare const VSwitchGroup: vue.DefineComponent<{
|
|
5436
5485
|
'v-slots': vue.PropType<{
|
|
5437
|
-
[x: `error:${string}`]: (error:
|
|
5438
|
-
label?: ((wrapper:
|
|
5439
|
-
hint?: ((wrapper:
|
|
5440
|
-
infoAppends?: ((wrapper:
|
|
5441
|
-
error?: ((error:
|
|
5486
|
+
[x: `error:${string}`]: (error: _fastkit_vue_form_control.FormNodeError) => vue.VNodeChild;
|
|
5487
|
+
label?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
5488
|
+
hint?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
5489
|
+
infoAppends?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
5490
|
+
error?: ((error: _fastkit_vue_form_control.FormNodeError) => vue.VNodeChild) | undefined;
|
|
5442
5491
|
default?: (() => vue.VNodeChild) | undefined;
|
|
5443
5492
|
}>;
|
|
5444
5493
|
stacked: {
|
|
5445
5494
|
type: BooleanConstructor;
|
|
5446
5495
|
default: boolean;
|
|
5447
5496
|
};
|
|
5448
|
-
loadingMessage: vue.PropType<
|
|
5449
|
-
failedToLoadItemsMessage: vue.PropType<
|
|
5497
|
+
loadingMessage: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
5498
|
+
failedToLoadItemsMessage: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
5450
5499
|
size: {
|
|
5451
5500
|
type: vue.PropType<"sm" | "md" | "lg">;
|
|
5452
5501
|
validator: (value: any) => boolean;
|
|
5453
5502
|
};
|
|
5454
5503
|
loading: BooleanConstructor;
|
|
5455
|
-
nodeControl: vue.PropType<
|
|
5456
|
-
label: vue.PropType<
|
|
5457
|
-
hint: vue.PropType<
|
|
5458
|
-
hinttip: vue.PropType<
|
|
5459
|
-
hinttipDelay: vue.PropType<
|
|
5460
|
-
infoAppends: vue.PropType<
|
|
5504
|
+
nodeControl: vue.PropType<_fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>>;
|
|
5505
|
+
label: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
5506
|
+
hint: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
5507
|
+
hinttip: vue.PropType<_fastkit_vue_form_control.FormNodeWrapperHinttip>;
|
|
5508
|
+
hinttipDelay: vue.PropType<_fastkit_vue_form_control.FormNodeWrapperHinttipDelay>;
|
|
5509
|
+
infoAppends: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
5461
5510
|
hiddenInfo: BooleanConstructor;
|
|
5462
|
-
requiredChip: vue.PropType<
|
|
5511
|
+
requiredChip: vue.PropType<_fastkit_vue_form_control.RequiredChipSource>;
|
|
5463
5512
|
collectErrorMessages: {
|
|
5464
5513
|
type: BooleanConstructor;
|
|
5465
5514
|
default: boolean;
|
|
@@ -5469,13 +5518,13 @@ declare const VSwitchGroup: vue.DefineComponent<{
|
|
|
5469
5518
|
default: boolean;
|
|
5470
5519
|
};
|
|
5471
5520
|
items: {
|
|
5472
|
-
type: vue.PropType<
|
|
5521
|
+
type: vue.PropType<_fastkit_vue_form_control.RawFormSelectorItems>;
|
|
5473
5522
|
default: () => never[];
|
|
5474
5523
|
};
|
|
5475
|
-
onClickItem: vue.PropType<
|
|
5524
|
+
onClickItem: vue.PropType<_fastkit_vue_form_control.FormSelectorGuard>;
|
|
5476
5525
|
name: StringConstructor;
|
|
5477
5526
|
tag: StringConstructor;
|
|
5478
|
-
modelValue: vue.Prop<
|
|
5527
|
+
modelValue: vue.Prop<_fastkit_vue_form_control.FormSelectorValue, _fastkit_vue_form_control.FormSelectorValue>;
|
|
5479
5528
|
tabindex: {
|
|
5480
5529
|
type: (StringConstructor | NumberConstructor)[];
|
|
5481
5530
|
default: number;
|
|
@@ -5488,14 +5537,14 @@ declare const VSwitchGroup: vue.DefineComponent<{
|
|
|
5488
5537
|
required: BooleanConstructor | vue.PropType<boolean>;
|
|
5489
5538
|
clearable: BooleanConstructor;
|
|
5490
5539
|
validateTiming: {
|
|
5491
|
-
type: vue.PropType<
|
|
5492
|
-
default:
|
|
5540
|
+
type: vue.PropType<_fastkit_vue_form_control.ValidateTiming>;
|
|
5541
|
+
default: _fastkit_vue_form_control.ValidateTiming;
|
|
5493
5542
|
};
|
|
5494
5543
|
rules: {
|
|
5495
|
-
type: vue.PropType<
|
|
5544
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
5496
5545
|
default: () => never[];
|
|
5497
5546
|
};
|
|
5498
|
-
validationDeps: vue.PropType<(nodeControl:
|
|
5547
|
+
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
5499
5548
|
error: BooleanConstructor;
|
|
5500
5549
|
errorMessages: vue.PropType<string | string[]>;
|
|
5501
5550
|
showOwnErrors: {
|
|
@@ -5503,40 +5552,40 @@ declare const VSwitchGroup: vue.DefineComponent<{
|
|
|
5503
5552
|
default: undefined;
|
|
5504
5553
|
};
|
|
5505
5554
|
detach: BooleanConstructor;
|
|
5506
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
5507
|
-
'update:modelValue': (value:
|
|
5508
|
-
'update:errors': (errors:
|
|
5509
|
-
change: (value:
|
|
5555
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
5556
|
+
'update:modelValue': (value: _fastkit_vue_form_control.FormSelectorValue) => boolean;
|
|
5557
|
+
'update:errors': (errors: _fastkit_vue_form_control.FormNodeError[]) => boolean;
|
|
5558
|
+
change: (value: _fastkit_vue_form_control.FormSelectorValue) => boolean;
|
|
5510
5559
|
focus: (ev: FocusEvent) => boolean;
|
|
5511
5560
|
blur: (ev: FocusEvent) => boolean;
|
|
5512
|
-
}, string, vue.
|
|
5561
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
5513
5562
|
'v-slots': vue.PropType<{
|
|
5514
|
-
[x: `error:${string}`]: (error:
|
|
5515
|
-
label?: ((wrapper:
|
|
5516
|
-
hint?: ((wrapper:
|
|
5517
|
-
infoAppends?: ((wrapper:
|
|
5518
|
-
error?: ((error:
|
|
5563
|
+
[x: `error:${string}`]: (error: _fastkit_vue_form_control.FormNodeError) => vue.VNodeChild;
|
|
5564
|
+
label?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
5565
|
+
hint?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
5566
|
+
infoAppends?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
5567
|
+
error?: ((error: _fastkit_vue_form_control.FormNodeError) => vue.VNodeChild) | undefined;
|
|
5519
5568
|
default?: (() => vue.VNodeChild) | undefined;
|
|
5520
5569
|
}>;
|
|
5521
5570
|
stacked: {
|
|
5522
5571
|
type: BooleanConstructor;
|
|
5523
5572
|
default: boolean;
|
|
5524
5573
|
};
|
|
5525
|
-
loadingMessage: vue.PropType<
|
|
5526
|
-
failedToLoadItemsMessage: vue.PropType<
|
|
5574
|
+
loadingMessage: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
5575
|
+
failedToLoadItemsMessage: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
5527
5576
|
size: {
|
|
5528
5577
|
type: vue.PropType<"sm" | "md" | "lg">;
|
|
5529
5578
|
validator: (value: any) => boolean;
|
|
5530
5579
|
};
|
|
5531
5580
|
loading: BooleanConstructor;
|
|
5532
|
-
nodeControl: vue.PropType<
|
|
5533
|
-
label: vue.PropType<
|
|
5534
|
-
hint: vue.PropType<
|
|
5535
|
-
hinttip: vue.PropType<
|
|
5536
|
-
hinttipDelay: vue.PropType<
|
|
5537
|
-
infoAppends: vue.PropType<
|
|
5581
|
+
nodeControl: vue.PropType<_fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>>;
|
|
5582
|
+
label: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
5583
|
+
hint: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
5584
|
+
hinttip: vue.PropType<_fastkit_vue_form_control.FormNodeWrapperHinttip>;
|
|
5585
|
+
hinttipDelay: vue.PropType<_fastkit_vue_form_control.FormNodeWrapperHinttipDelay>;
|
|
5586
|
+
infoAppends: vue.PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
5538
5587
|
hiddenInfo: BooleanConstructor;
|
|
5539
|
-
requiredChip: vue.PropType<
|
|
5588
|
+
requiredChip: vue.PropType<_fastkit_vue_form_control.RequiredChipSource>;
|
|
5540
5589
|
collectErrorMessages: {
|
|
5541
5590
|
type: BooleanConstructor;
|
|
5542
5591
|
default: boolean;
|
|
@@ -5546,13 +5595,13 @@ declare const VSwitchGroup: vue.DefineComponent<{
|
|
|
5546
5595
|
default: boolean;
|
|
5547
5596
|
};
|
|
5548
5597
|
items: {
|
|
5549
|
-
type: vue.PropType<
|
|
5598
|
+
type: vue.PropType<_fastkit_vue_form_control.RawFormSelectorItems>;
|
|
5550
5599
|
default: () => never[];
|
|
5551
5600
|
};
|
|
5552
|
-
onClickItem: vue.PropType<
|
|
5601
|
+
onClickItem: vue.PropType<_fastkit_vue_form_control.FormSelectorGuard>;
|
|
5553
5602
|
name: StringConstructor;
|
|
5554
5603
|
tag: StringConstructor;
|
|
5555
|
-
modelValue: vue.Prop<
|
|
5604
|
+
modelValue: vue.Prop<_fastkit_vue_form_control.FormSelectorValue, _fastkit_vue_form_control.FormSelectorValue>;
|
|
5556
5605
|
tabindex: {
|
|
5557
5606
|
type: (StringConstructor | NumberConstructor)[];
|
|
5558
5607
|
default: number;
|
|
@@ -5565,14 +5614,14 @@ declare const VSwitchGroup: vue.DefineComponent<{
|
|
|
5565
5614
|
required: BooleanConstructor | vue.PropType<boolean>;
|
|
5566
5615
|
clearable: BooleanConstructor;
|
|
5567
5616
|
validateTiming: {
|
|
5568
|
-
type: vue.PropType<
|
|
5569
|
-
default:
|
|
5617
|
+
type: vue.PropType<_fastkit_vue_form_control.ValidateTiming>;
|
|
5618
|
+
default: _fastkit_vue_form_control.ValidateTiming;
|
|
5570
5619
|
};
|
|
5571
5620
|
rules: {
|
|
5572
|
-
type: vue.PropType<
|
|
5621
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
5573
5622
|
default: () => never[];
|
|
5574
5623
|
};
|
|
5575
|
-
validationDeps: vue.PropType<(nodeControl:
|
|
5624
|
+
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
5576
5625
|
error: BooleanConstructor;
|
|
5577
5626
|
errorMessages: vue.PropType<string | string[]>;
|
|
5578
5627
|
showOwnErrors: {
|
|
@@ -5581,9 +5630,9 @@ declare const VSwitchGroup: vue.DefineComponent<{
|
|
|
5581
5630
|
};
|
|
5582
5631
|
detach: BooleanConstructor;
|
|
5583
5632
|
}>> & {
|
|
5584
|
-
"onUpdate:modelValue"?: ((value:
|
|
5585
|
-
"onUpdate:errors"?: ((errors:
|
|
5586
|
-
onChange?: ((value:
|
|
5633
|
+
"onUpdate:modelValue"?: ((value: _fastkit_vue_form_control.FormSelectorValue) => any) | undefined;
|
|
5634
|
+
"onUpdate:errors"?: ((errors: _fastkit_vue_form_control.FormNodeError[]) => any) | undefined;
|
|
5635
|
+
onChange?: ((value: _fastkit_vue_form_control.FormSelectorValue) => any) | undefined;
|
|
5587
5636
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
5588
5637
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
5589
5638
|
}, {
|
|
@@ -5596,29 +5645,29 @@ declare const VSwitchGroup: vue.DefineComponent<{
|
|
|
5596
5645
|
viewonly: boolean;
|
|
5597
5646
|
spellcheck: boolean;
|
|
5598
5647
|
clearable: boolean;
|
|
5599
|
-
validateTiming:
|
|
5600
|
-
rules:
|
|
5648
|
+
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
5649
|
+
rules: _fastkit_vue_form_control.RecursiveVerifiableRuleOrFn;
|
|
5601
5650
|
error: boolean;
|
|
5602
5651
|
showOwnErrors: boolean;
|
|
5603
5652
|
detach: boolean;
|
|
5604
5653
|
hiddenInfo: boolean;
|
|
5605
5654
|
multiple: boolean;
|
|
5606
5655
|
stacked: boolean;
|
|
5607
|
-
items:
|
|
5608
|
-
},
|
|
5609
|
-
[x: `error:${string}`]: (error:
|
|
5656
|
+
items: _fastkit_vue_form_control.RawFormSelectorItems;
|
|
5657
|
+
}, _fastkit_vue_utils.DefinedSlots<{
|
|
5658
|
+
[x: `error:${string}`]: (error: _fastkit_vue_form_control.FormNodeError) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5610
5659
|
[key: string]: any;
|
|
5611
5660
|
}>[];
|
|
5612
|
-
label?: ((wrapper:
|
|
5661
|
+
label?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5613
5662
|
[key: string]: any;
|
|
5614
5663
|
}>[]) | undefined;
|
|
5615
|
-
hint?: ((wrapper:
|
|
5664
|
+
hint?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5616
5665
|
[key: string]: any;
|
|
5617
5666
|
}>[]) | undefined;
|
|
5618
|
-
infoAppends?: ((wrapper:
|
|
5667
|
+
infoAppends?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5619
5668
|
[key: string]: any;
|
|
5620
5669
|
}>[]) | undefined;
|
|
5621
|
-
error?: ((error:
|
|
5670
|
+
error?: ((error: _fastkit_vue_form_control.FormNodeError) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5622
5671
|
[key: string]: any;
|
|
5623
5672
|
}>[]) | undefined;
|
|
5624
5673
|
} & {
|
|
@@ -5664,13 +5713,13 @@ declare const VOption: vue.DefineComponent<{
|
|
|
5664
5713
|
default: undefined;
|
|
5665
5714
|
};
|
|
5666
5715
|
detach: BooleanConstructor;
|
|
5667
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
5716
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
5668
5717
|
'update:modelValue': (value: boolean) => boolean;
|
|
5669
5718
|
'update:errors': (errors: _fastkit_vue_form_control.FormNodeError[]) => boolean;
|
|
5670
5719
|
change: (value: boolean) => boolean;
|
|
5671
5720
|
focus: (ev: FocusEvent) => boolean;
|
|
5672
5721
|
blur: (ev: FocusEvent) => boolean;
|
|
5673
|
-
}, string, vue.
|
|
5722
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
5674
5723
|
size: {
|
|
5675
5724
|
type: vue.PropType<"sm" | "md" | "lg">;
|
|
5676
5725
|
validator: (value: any) => boolean;
|
|
@@ -5742,7 +5791,7 @@ declare const VOptionGroup: vue.DefineComponent<{
|
|
|
5742
5791
|
type: (StringConstructor | NumberConstructor)[];
|
|
5743
5792
|
required: true;
|
|
5744
5793
|
};
|
|
5745
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.
|
|
5794
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
5746
5795
|
'v-slots': PropType<{
|
|
5747
5796
|
label?: ((control: FormSelectorItemGroupControl) => vue.VNodeChild) | undefined;
|
|
5748
5797
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -5844,13 +5893,13 @@ declare const VSelect: vue.DefineComponent<{
|
|
|
5844
5893
|
default: undefined;
|
|
5845
5894
|
};
|
|
5846
5895
|
detach: BooleanConstructor;
|
|
5847
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
5896
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
5848
5897
|
'update:modelValue': (value: _fastkit_vue_form_control.FormSelectorValue) => boolean;
|
|
5849
5898
|
'update:errors': (errors: _fastkit_vue_form_control.FormNodeError[]) => boolean;
|
|
5850
5899
|
change: (value: _fastkit_vue_form_control.FormSelectorValue) => boolean;
|
|
5851
5900
|
focus: (ev: FocusEvent) => boolean;
|
|
5852
5901
|
blur: (ev: FocusEvent) => boolean;
|
|
5853
|
-
}, string, vue.
|
|
5902
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
5854
5903
|
closeOnNavigation: BooleanConstructor;
|
|
5855
5904
|
placeholder: StringConstructor;
|
|
5856
5905
|
loadingMessage: PropType<VNodeChildOrSlot>;
|
|
@@ -6001,11 +6050,11 @@ declare const VNumberField: vue.DefineComponent<{
|
|
|
6001
6050
|
};
|
|
6002
6051
|
name: StringConstructor;
|
|
6003
6052
|
'v-slots': PropType<{
|
|
6004
|
-
[x: `error:${string}`]: (error:
|
|
6005
|
-
label?: ((wrapper:
|
|
6006
|
-
hint?: ((wrapper:
|
|
6007
|
-
infoAppends?: ((wrapper:
|
|
6008
|
-
error?: ((error:
|
|
6053
|
+
[x: `error:${string}`]: (error: _fastkit_vue_form_control.FormNodeError) => vue.VNodeChild;
|
|
6054
|
+
label?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
6055
|
+
hint?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
6056
|
+
infoAppends?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
6057
|
+
error?: ((error: _fastkit_vue_form_control.FormNodeError) => vue.VNodeChild) | undefined;
|
|
6009
6058
|
default?: (() => vue.VNodeChild) | undefined;
|
|
6010
6059
|
startAdornment?: (() => vue.VNodeChild) | undefined;
|
|
6011
6060
|
endAdornment?: (() => vue.VNodeChild) | undefined;
|
|
@@ -6027,14 +6076,14 @@ declare const VNumberField: vue.DefineComponent<{
|
|
|
6027
6076
|
required: BooleanConstructor | PropType<boolean>;
|
|
6028
6077
|
clearable: BooleanConstructor;
|
|
6029
6078
|
validateTiming: {
|
|
6030
|
-
type: PropType<
|
|
6031
|
-
default:
|
|
6079
|
+
type: PropType<_fastkit_vue_form_control.ValidateTiming>;
|
|
6080
|
+
default: _fastkit_vue_form_control.ValidateTiming;
|
|
6032
6081
|
};
|
|
6033
6082
|
rules: {
|
|
6034
|
-
type: PropType<
|
|
6083
|
+
type: PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
6035
6084
|
default: () => never[];
|
|
6036
6085
|
};
|
|
6037
|
-
validationDeps: PropType<(nodeControl:
|
|
6086
|
+
validationDeps: PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
6038
6087
|
error: BooleanConstructor;
|
|
6039
6088
|
errorMessages: PropType<string | string[]>;
|
|
6040
6089
|
showOwnErrors: {
|
|
@@ -6042,49 +6091,49 @@ declare const VNumberField: vue.DefineComponent<{
|
|
|
6042
6091
|
default: undefined;
|
|
6043
6092
|
};
|
|
6044
6093
|
detach: BooleanConstructor;
|
|
6045
|
-
label: PropType<
|
|
6046
|
-
mask: PropType<
|
|
6094
|
+
label: PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
6095
|
+
mask: PropType<_fastkit_vue_form_control.IMaskInput>;
|
|
6047
6096
|
pattern: (StringConstructor | RegExpConstructor)[];
|
|
6048
6097
|
variant: {
|
|
6049
6098
|
type: PropType<"outlined" | "filled" | "flat">;
|
|
6050
6099
|
validator: (value: any) => boolean;
|
|
6051
6100
|
};
|
|
6052
|
-
hint: PropType<
|
|
6053
|
-
infoAppends: PropType<
|
|
6054
|
-
nodeControl: PropType<
|
|
6055
|
-
hinttip: PropType<
|
|
6056
|
-
hinttipDelay: PropType<
|
|
6101
|
+
hint: PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
6102
|
+
infoAppends: PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
6103
|
+
nodeControl: PropType<_fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>>;
|
|
6104
|
+
hinttip: PropType<_fastkit_vue_form_control.FormNodeWrapperHinttip>;
|
|
6105
|
+
hinttipDelay: PropType<_fastkit_vue_form_control.FormNodeWrapperHinttipDelay>;
|
|
6057
6106
|
hiddenInfo: BooleanConstructor;
|
|
6058
|
-
requiredChip: PropType<
|
|
6059
|
-
startAdornment: PropType<
|
|
6060
|
-
endAdornment: PropType<
|
|
6107
|
+
requiredChip: PropType<_fastkit_vue_form_control.RequiredChipSource>;
|
|
6108
|
+
startAdornment: PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
6109
|
+
endAdornment: PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
6061
6110
|
maxlength: (StringConstructor | NumberConstructor)[];
|
|
6062
6111
|
inputmode: PropType<"text" | "search" | "none" | "email" | "tel" | "url" | "decimal" | "numeric">;
|
|
6063
6112
|
maskModel: {
|
|
6064
|
-
type: PropType<
|
|
6113
|
+
type: PropType<_fastkit_vue_form_control.TextInputMaskModel>;
|
|
6065
6114
|
default: string;
|
|
6066
6115
|
};
|
|
6067
6116
|
minlength: (StringConstructor | NumberConstructor)[];
|
|
6068
6117
|
placeholder: StringConstructor;
|
|
6069
|
-
autocapitalize: PropType<
|
|
6070
|
-
finalizers: PropType<
|
|
6118
|
+
autocapitalize: PropType<_fastkit_vue_form_control.FormAutoCapitalize>;
|
|
6119
|
+
finalizers: PropType<_fastkit_vue_form_control.TextableFinalizerSpec>;
|
|
6071
6120
|
counter: PropType<string | number | boolean>;
|
|
6072
6121
|
counterValue: PropType<(value: string) => number>;
|
|
6073
6122
|
limit: BooleanConstructor;
|
|
6074
6123
|
autocomplete: PropType<boolean | "name" | "email" | "tel" | "url" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "photo">;
|
|
6075
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
6124
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
6076
6125
|
'update:modelValue': (value: number | null) => boolean;
|
|
6077
6126
|
change: (value: number | null) => boolean;
|
|
6078
|
-
'update:errors': (errors:
|
|
6127
|
+
'update:errors': (errors: _fastkit_vue_form_control.FormNodeError[]) => boolean;
|
|
6079
6128
|
focus: (ev: FocusEvent) => boolean;
|
|
6080
6129
|
blur: (ev: FocusEvent) => boolean;
|
|
6081
|
-
acceptMask: (ev:
|
|
6130
|
+
acceptMask: (ev: _fastkit_vue_form_control.IMaskEvent) => boolean;
|
|
6082
6131
|
acceptDynamicMaskMeta: (meta?: any) => boolean;
|
|
6083
|
-
completeMask: (ev:
|
|
6132
|
+
completeMask: (ev: _fastkit_vue_form_control.IMaskEvent) => boolean;
|
|
6084
6133
|
'update:masked': (maskedValue: string) => boolean;
|
|
6085
|
-
'update:typed': (typedValue:
|
|
6134
|
+
'update:typed': (typedValue: _fastkit_vue_form_control.IMaskTypedValue | undefined) => boolean;
|
|
6086
6135
|
'update:unmasked': (unmaskedValue: string) => boolean;
|
|
6087
|
-
}, string, vue.
|
|
6136
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
6088
6137
|
modelValue: {
|
|
6089
6138
|
type: PropType<number | null>;
|
|
6090
6139
|
default: null;
|
|
@@ -6096,11 +6145,11 @@ declare const VNumberField: vue.DefineComponent<{
|
|
|
6096
6145
|
};
|
|
6097
6146
|
name: StringConstructor;
|
|
6098
6147
|
'v-slots': PropType<{
|
|
6099
|
-
[x: `error:${string}`]: (error:
|
|
6100
|
-
label?: ((wrapper:
|
|
6101
|
-
hint?: ((wrapper:
|
|
6102
|
-
infoAppends?: ((wrapper:
|
|
6103
|
-
error?: ((error:
|
|
6148
|
+
[x: `error:${string}`]: (error: _fastkit_vue_form_control.FormNodeError) => vue.VNodeChild;
|
|
6149
|
+
label?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
6150
|
+
hint?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
6151
|
+
infoAppends?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
6152
|
+
error?: ((error: _fastkit_vue_form_control.FormNodeError) => vue.VNodeChild) | undefined;
|
|
6104
6153
|
default?: (() => vue.VNodeChild) | undefined;
|
|
6105
6154
|
startAdornment?: (() => vue.VNodeChild) | undefined;
|
|
6106
6155
|
endAdornment?: (() => vue.VNodeChild) | undefined;
|
|
@@ -6122,14 +6171,14 @@ declare const VNumberField: vue.DefineComponent<{
|
|
|
6122
6171
|
required: BooleanConstructor | PropType<boolean>;
|
|
6123
6172
|
clearable: BooleanConstructor;
|
|
6124
6173
|
validateTiming: {
|
|
6125
|
-
type: PropType<
|
|
6126
|
-
default:
|
|
6174
|
+
type: PropType<_fastkit_vue_form_control.ValidateTiming>;
|
|
6175
|
+
default: _fastkit_vue_form_control.ValidateTiming;
|
|
6127
6176
|
};
|
|
6128
6177
|
rules: {
|
|
6129
|
-
type: PropType<
|
|
6178
|
+
type: PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
6130
6179
|
default: () => never[];
|
|
6131
6180
|
};
|
|
6132
|
-
validationDeps: PropType<(nodeControl:
|
|
6181
|
+
validationDeps: PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
6133
6182
|
error: BooleanConstructor;
|
|
6134
6183
|
errorMessages: PropType<string | string[]>;
|
|
6135
6184
|
showOwnErrors: {
|
|
@@ -6137,47 +6186,47 @@ declare const VNumberField: vue.DefineComponent<{
|
|
|
6137
6186
|
default: undefined;
|
|
6138
6187
|
};
|
|
6139
6188
|
detach: BooleanConstructor;
|
|
6140
|
-
label: PropType<
|
|
6141
|
-
mask: PropType<
|
|
6189
|
+
label: PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
6190
|
+
mask: PropType<_fastkit_vue_form_control.IMaskInput>;
|
|
6142
6191
|
pattern: (StringConstructor | RegExpConstructor)[];
|
|
6143
6192
|
variant: {
|
|
6144
6193
|
type: PropType<"outlined" | "filled" | "flat">;
|
|
6145
6194
|
validator: (value: any) => boolean;
|
|
6146
6195
|
};
|
|
6147
|
-
hint: PropType<
|
|
6148
|
-
infoAppends: PropType<
|
|
6149
|
-
nodeControl: PropType<
|
|
6150
|
-
hinttip: PropType<
|
|
6151
|
-
hinttipDelay: PropType<
|
|
6196
|
+
hint: PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
6197
|
+
infoAppends: PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
6198
|
+
nodeControl: PropType<_fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>>;
|
|
6199
|
+
hinttip: PropType<_fastkit_vue_form_control.FormNodeWrapperHinttip>;
|
|
6200
|
+
hinttipDelay: PropType<_fastkit_vue_form_control.FormNodeWrapperHinttipDelay>;
|
|
6152
6201
|
hiddenInfo: BooleanConstructor;
|
|
6153
|
-
requiredChip: PropType<
|
|
6154
|
-
startAdornment: PropType<
|
|
6155
|
-
endAdornment: PropType<
|
|
6202
|
+
requiredChip: PropType<_fastkit_vue_form_control.RequiredChipSource>;
|
|
6203
|
+
startAdornment: PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
6204
|
+
endAdornment: PropType<_fastkit_vue_utils.VNodeChildOrSlot>;
|
|
6156
6205
|
maxlength: (StringConstructor | NumberConstructor)[];
|
|
6157
6206
|
inputmode: PropType<"text" | "search" | "none" | "email" | "tel" | "url" | "decimal" | "numeric">;
|
|
6158
6207
|
maskModel: {
|
|
6159
|
-
type: PropType<
|
|
6208
|
+
type: PropType<_fastkit_vue_form_control.TextInputMaskModel>;
|
|
6160
6209
|
default: string;
|
|
6161
6210
|
};
|
|
6162
6211
|
minlength: (StringConstructor | NumberConstructor)[];
|
|
6163
6212
|
placeholder: StringConstructor;
|
|
6164
|
-
autocapitalize: PropType<
|
|
6165
|
-
finalizers: PropType<
|
|
6213
|
+
autocapitalize: PropType<_fastkit_vue_form_control.FormAutoCapitalize>;
|
|
6214
|
+
finalizers: PropType<_fastkit_vue_form_control.TextableFinalizerSpec>;
|
|
6166
6215
|
counter: PropType<string | number | boolean>;
|
|
6167
6216
|
counterValue: PropType<(value: string) => number>;
|
|
6168
6217
|
limit: BooleanConstructor;
|
|
6169
6218
|
autocomplete: PropType<boolean | "name" | "email" | "tel" | "url" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "photo">;
|
|
6170
6219
|
}>> & {
|
|
6171
6220
|
"onUpdate:modelValue"?: ((value: number | null) => any) | undefined;
|
|
6172
|
-
"onUpdate:errors"?: ((errors:
|
|
6221
|
+
"onUpdate:errors"?: ((errors: _fastkit_vue_form_control.FormNodeError[]) => any) | undefined;
|
|
6173
6222
|
onChange?: ((value: number | null) => any) | undefined;
|
|
6174
6223
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
6175
6224
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
6176
|
-
onAcceptMask?: ((ev:
|
|
6225
|
+
onAcceptMask?: ((ev: _fastkit_vue_form_control.IMaskEvent) => any) | undefined;
|
|
6177
6226
|
onAcceptDynamicMaskMeta?: ((meta?: any) => any) | undefined;
|
|
6178
|
-
onCompleteMask?: ((ev:
|
|
6227
|
+
onCompleteMask?: ((ev: _fastkit_vue_form_control.IMaskEvent) => any) | undefined;
|
|
6179
6228
|
"onUpdate:masked"?: ((maskedValue: string) => any) | undefined;
|
|
6180
|
-
"onUpdate:typed"?: ((typedValue:
|
|
6229
|
+
"onUpdate:typed"?: ((typedValue: _fastkit_vue_form_control.IMaskTypedValue | undefined) => any) | undefined;
|
|
6181
6230
|
"onUpdate:unmasked"?: ((unmaskedValue: string) => any) | undefined;
|
|
6182
6231
|
}, {
|
|
6183
6232
|
loading: boolean;
|
|
@@ -6190,13 +6239,13 @@ declare const VNumberField: vue.DefineComponent<{
|
|
|
6190
6239
|
viewonly: boolean;
|
|
6191
6240
|
spellcheck: boolean;
|
|
6192
6241
|
clearable: boolean;
|
|
6193
|
-
validateTiming:
|
|
6194
|
-
rules:
|
|
6242
|
+
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
6243
|
+
rules: _fastkit_vue_form_control.RecursiveVerifiableRuleOrFn;
|
|
6195
6244
|
error: boolean;
|
|
6196
6245
|
showOwnErrors: boolean;
|
|
6197
6246
|
detach: boolean;
|
|
6198
6247
|
hiddenInfo: boolean;
|
|
6199
|
-
maskModel:
|
|
6248
|
+
maskModel: _fastkit_vue_form_control.TextInputMaskModel;
|
|
6200
6249
|
limit: boolean;
|
|
6201
6250
|
}, {}>;
|
|
6202
6251
|
|
|
@@ -6280,13 +6329,13 @@ declare const VTextarea: vue.DefineComponent<{
|
|
|
6280
6329
|
default: undefined;
|
|
6281
6330
|
};
|
|
6282
6331
|
detach: BooleanConstructor;
|
|
6283
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
6332
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
6284
6333
|
'update:modelValue': (value: string) => boolean;
|
|
6285
6334
|
'update:errors': (errors: _fastkit_vue_form_control.FormNodeError[]) => boolean;
|
|
6286
6335
|
change: (value: string) => boolean;
|
|
6287
6336
|
focus: (ev: FocusEvent) => boolean;
|
|
6288
6337
|
blur: (ev: FocusEvent) => boolean;
|
|
6289
|
-
}, string, vue.
|
|
6338
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
6290
6339
|
'v-slots': vue.PropType<{
|
|
6291
6340
|
[x: `error:${string}`]: (error: _fastkit_vue_form_control.FormNodeError) => vue.VNodeChild;
|
|
6292
6341
|
label?: ((wrapper: _fastkit_vue_form_control.FormNodeWrapper) => vue.VNodeChild) | undefined;
|
|
@@ -6499,7 +6548,7 @@ declare const VFormGroup: vue.DefineComponent<{
|
|
|
6499
6548
|
change: (value: unknown) => boolean;
|
|
6500
6549
|
focus: (ev: FocusEvent) => boolean;
|
|
6501
6550
|
blur: (ev: FocusEvent) => boolean;
|
|
6502
|
-
}, string, vue.
|
|
6551
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
6503
6552
|
'v-slots': vue.PropType<{
|
|
6504
6553
|
[x: `error:${string}`]: (error: _fastkit_vue_form_control.FormNodeError) => vue.VNodeChild;
|
|
6505
6554
|
default?: ((form: FormGroupControl) => vue.VNodeChild) | undefined;
|
|
@@ -6693,7 +6742,7 @@ declare const VForm: vue.DefineComponent<{
|
|
|
6693
6742
|
default: undefined;
|
|
6694
6743
|
};
|
|
6695
6744
|
detach: BooleanConstructor;
|
|
6696
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
6745
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
6697
6746
|
submit: (form: VueForm, ev: Event) => boolean;
|
|
6698
6747
|
'update:sending': (sending: boolean, form: VueForm) => boolean;
|
|
6699
6748
|
finishAction: (actionContext: _fastkit_vue_form_control.FormActionContext) => boolean;
|
|
@@ -6703,7 +6752,7 @@ declare const VForm: vue.DefineComponent<{
|
|
|
6703
6752
|
change: (value: unknown) => boolean;
|
|
6704
6753
|
focus: (ev: FocusEvent) => boolean;
|
|
6705
6754
|
blur: (ev: FocusEvent) => boolean;
|
|
6706
|
-
}, string, vue.
|
|
6755
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
6707
6756
|
'v-slots': vue.PropType<{
|
|
6708
6757
|
default?: ((form: VueForm) => vue.VNodeChild) | undefined;
|
|
6709
6758
|
}>;
|
|
@@ -6834,10 +6883,10 @@ declare const VTabs: vue.DefineComponent<{
|
|
|
6834
6883
|
withQuery: BooleanConstructor;
|
|
6835
6884
|
color: PropType<ScopeName>;
|
|
6836
6885
|
onBeforeChange: PropType<VTabsGuard>;
|
|
6837
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
6886
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
6838
6887
|
'update:modelValue': (newValue: string) => boolean;
|
|
6839
6888
|
change: (newValue: string) => boolean;
|
|
6840
|
-
}, string, vue.
|
|
6889
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
6841
6890
|
'v-slots': PropType<{
|
|
6842
6891
|
item?: ((ctx: VTabsItemLabelSlotCtx) => VNodeChild) | undefined;
|
|
6843
6892
|
}>;
|
|
@@ -6888,7 +6937,7 @@ declare const VBreadcrumbs: vue.DefineComponent<{
|
|
|
6888
6937
|
default: () => never[];
|
|
6889
6938
|
};
|
|
6890
6939
|
divider: PropType<VNodeChild | ((vui: VuiService) => VNodeChild)>;
|
|
6891
|
-
}, () => JSX.Element | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.
|
|
6940
|
+
}, () => vue_jsx_runtime.JSX.Element | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
6892
6941
|
items: {
|
|
6893
6942
|
type: PropType<BreadcrumbsItem[]>;
|
|
6894
6943
|
default: () => never[];
|
|
@@ -6915,9 +6964,9 @@ declare const VContentSwitcher: vue.DefineComponent<{
|
|
|
6915
6964
|
default: () => never[];
|
|
6916
6965
|
};
|
|
6917
6966
|
autotop: PropType<boolean | ContentSwitcherSeeTopOptions>;
|
|
6918
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
6967
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
6919
6968
|
'update:modelValue': (modelValue: string) => boolean;
|
|
6920
|
-
}, string, vue.
|
|
6969
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
6921
6970
|
modelValue: StringConstructor;
|
|
6922
6971
|
order: {
|
|
6923
6972
|
type: PropType<(string | VTabsItem)[]>;
|
|
@@ -7067,9 +7116,9 @@ declare const VDataTable: vue.DefineComponent<{
|
|
|
7067
7116
|
noDataMessage: PropType<VNodeChildOrSlot>;
|
|
7068
7117
|
noResultsMessage: PropType<VNodeChildOrSlot>;
|
|
7069
7118
|
rowSettings: PropType<RawDataTableRowSettings<DataTableItem>>;
|
|
7070
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
7119
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
7071
7120
|
input: (selectedValues: string[]) => boolean;
|
|
7072
|
-
}, string, vue.
|
|
7121
|
+
}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
7073
7122
|
/** 選択中のkeyの配列 */
|
|
7074
7123
|
modelValue: {
|
|
7075
7124
|
type: PropType<string[]>;
|
|
@@ -7178,7 +7227,7 @@ declare const VDataTable: vue.DefineComponent<{
|
|
|
7178
7227
|
fixedHeader: boolean;
|
|
7179
7228
|
}, {}>;
|
|
7180
7229
|
|
|
7181
|
-
declare const VApp: vue.DefineComponent<{}, () => JSX.Element, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.
|
|
7230
|
+
declare const VApp: vue.DefineComponent<{}, () => vue_jsx_runtime.JSX.Element, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{}>>, {}, {}>;
|
|
7182
7231
|
|
|
7183
7232
|
declare const VToolbar: vue.DefineComponent<{
|
|
7184
7233
|
dense: BooleanConstructor;
|
|
@@ -7188,7 +7237,7 @@ declare const VToolbar: vue.DefineComponent<{
|
|
|
7188
7237
|
textColor: vue.PropType<PaletteName>;
|
|
7189
7238
|
borderColor: vue.PropType<PaletteName>;
|
|
7190
7239
|
elevation: vue.PropType<VuiElevationValue>;
|
|
7191
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.
|
|
7240
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
7192
7241
|
dense: BooleanConstructor;
|
|
7193
7242
|
variant: vue.PropType<ColorVariant>;
|
|
7194
7243
|
theme: vue.PropType<ThemeName>;
|
|
@@ -7236,7 +7285,7 @@ declare const VToolbarMenu: vue.DefineComponent<{
|
|
|
7236
7285
|
type: vue.PropType<"submit" | "button" | "reset">;
|
|
7237
7286
|
title: vue.PropType<string>;
|
|
7238
7287
|
disabled: vue.PropType<boolean>;
|
|
7239
|
-
guard: vue.PropType<
|
|
7288
|
+
guard: vue.PropType<_fastkit_vue_action.ActionableGuard>;
|
|
7240
7289
|
to: vue.PropType<RouteLocationRaw>;
|
|
7241
7290
|
replace: vue.PropType<boolean>;
|
|
7242
7291
|
custom: vue.PropType<boolean>;
|
|
@@ -7276,7 +7325,7 @@ declare const VToolbarMenu: vue.DefineComponent<{
|
|
|
7276
7325
|
color: vue.PropType<ScopeName>;
|
|
7277
7326
|
textColor: vue.PropType<PaletteName>;
|
|
7278
7327
|
borderColor: vue.PropType<PaletteName>;
|
|
7279
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.
|
|
7328
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
7280
7329
|
size: {
|
|
7281
7330
|
type: vue.PropType<"sm" | "md" | "lg">;
|
|
7282
7331
|
validator: (value: any) => boolean;
|
|
@@ -7311,7 +7360,7 @@ declare const VToolbarMenu: vue.DefineComponent<{
|
|
|
7311
7360
|
type: vue.PropType<"submit" | "button" | "reset">;
|
|
7312
7361
|
title: vue.PropType<string>;
|
|
7313
7362
|
disabled: vue.PropType<boolean>;
|
|
7314
|
-
guard: vue.PropType<
|
|
7363
|
+
guard: vue.PropType<_fastkit_vue_action.ActionableGuard>;
|
|
7315
7364
|
to: vue.PropType<RouteLocationRaw>;
|
|
7316
7365
|
replace: vue.PropType<boolean>;
|
|
7317
7366
|
custom: vue.PropType<boolean>;
|
|
@@ -7363,7 +7412,7 @@ declare const VToolbarEdge: vue.DefineComponent<{
|
|
|
7363
7412
|
type: PropType<VToolbarEdgeEdge>;
|
|
7364
7413
|
required: true;
|
|
7365
7414
|
};
|
|
7366
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.
|
|
7415
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
7367
7416
|
edge: {
|
|
7368
7417
|
type: PropType<VToolbarEdgeEdge>;
|
|
7369
7418
|
required: true;
|
|
@@ -7378,7 +7427,7 @@ declare const VToolbarTitle: vue.DefineComponent<{
|
|
|
7378
7427
|
type: StringConstructor;
|
|
7379
7428
|
default: string;
|
|
7380
7429
|
};
|
|
7381
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.
|
|
7430
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
7382
7431
|
'v-slots': vue.PropType<{
|
|
7383
7432
|
default?: (() => vue.VNodeChild) | undefined;
|
|
7384
7433
|
}>;
|
|
@@ -7413,4 +7462,4 @@ declare class VuiPlugin {
|
|
|
7413
7462
|
}
|
|
7414
7463
|
declare function installVuiPlugin(app: App, opts: VuiPluginOptions): App<any>;
|
|
7415
7464
|
|
|
7416
|
-
export { ARROW_KEY_TYPES, AVATAR_SIZES, AdornmentPosition, AvatarSize, BUTTON_ALIGNS, BreadcrumbsItem, BusyImageLoadState, BusyImageRect, BusyImageRects, BusyImageSizeValue, CHIP_SIZES, CHOICE_KEY_TYPES, CONTROL_FIELD_VARIANTS, CONTROL_LOADING_SPINNER_SIZES, CONTROL_SIZES, ChipSize, ContentSwitcherSeeTopOptions, ControlFieldProvider, ControlFieldProviderProps, ControlFieldVariant, ControlProps, ControlProvider, ControlSize, DataTableCellSlotPayload, DataTableDefaults, DataTableHeader, DataTableHeaderAlign, DataTableItem, DataTableItemSlotPayload, DataTableRowSettings, DataTableRowSettingsFn, DefineFormSelectorComponentOptions, ElevationProps, GridContainerAlignContentValue, GridContainerDirectionValue, GridContainerJustifyContentValue, GridContainerSpacingValue, GridContainerWrapValue, GridItemAlignValue, GridItemJustifyValue, GridItemNumberSizeValue, GridItemSizeValue, ImgHTMLAttributesPropOptions, InputBoxSlots, KEYBOARD_EVENT_TYPES, NavigationInput, NavigationItemInput, PAGINATION_ALIGNS, RawBreadcrumbsItem, RawDataTableRowSettings, RawIconProp, RawVButtonIcon, RawVButtonSpacer, RawVChipIcon, RawVuiPluginOptions, RawVuiPromptOptions, RawVuiServiceIconSettings, RawVuiServiceOptions, RawVuiServiceUISettings, TextFieldEmits, TextFieldInput, TextFieldPropsOptions, UseControlFieldProviderOptions, UseControlProviderOptions, UseElevationOptions, UseLinkResult, VApp, VAvatar, VBreadcrumbs, VBusyImage, VButton, VButtonAlign, VButtonGroup, VButtonIcon, VButtonProps, VButtonResolvedProps, VButtonSpacer, VCard, VCardActions, VCardContent, VCheckbox, VCheckboxGroup, VChip, VChipIcon, VContentSwitcher, VControlField, VDataTable, VDialog, VDrawerLayout, VForm, VFormControl, VFormGroup, VFormGroupSlots, VFormSlots, VGridContainer, VGridItem, VHero, VIcon, VListTile, VMenu, VNavigation, VNavigationItem, VNumberField, VOption, VOptionGroup, VPagination, VPaginationAlign, VPaginationGuard, VPaper, VRadio, VRadioGroup, VSelect, VSheetModal, VSheetModalSlots, VSkeltonLoaderBone, VSnackbar, VSwitch, VSwitchGroup, VTabs, VTabsGuard, VTabsItem, VTabsItemLabelSlot, VTabsItemLabelSlotCtx, VTabsRouterHandler, VTextCounter, VTextField, VTextarea, VToolbar, VToolbarEdge, VToolbarEdgeEdge, VToolbarMenu, VToolbarMenuEdge, VToolbarTitle, VTooltip, VUI_CHECKBOX_GROUP_SYMBOL, VUI_CHECKBOX_SYMBOL, VUI_FORM_GROUP_SYMBOL, VUI_FORM_SYMBOL, VUI_OPTION_SYMBOL, VUI_RADIO_GROUP_SYMBOL, VUI_RADIO_SYMBOL, VUI_SELECT_SYMBOL, VUI_SWITCH_GROUP_SYMBOL, VUI_SWITCH_SYMBOL, VUI_TEXTAREA_SYMBOL, VUI_TEXT_FIELD_SYMBOL, VuiColorProvider, VuiColorProviderInjectionKey, VuiControlFieldInjectionKey, VuiControlInjectionKey, VuiElevationValue, VuiFormPromptSettings, VuiInjectionKey, VuiPlugin, VuiPluginOptions, VuiPluginStackOptions, VuiPromptOptions, VuiService, VuiServiceIconSettings, VuiServiceOptions, VuiServiceUISettings, VuiVNodeResolver, configureDataTableDefaults, createAvatarProps, createCardProps, createChipProps, createControlFieldProps, createControlFieldProviderProps, createControlProps, createElevationProps, createListTileProps, createNavigationItemProps, createNavigationProps, createPaperBaseProps, createPaperProps, createRequiredChipRenderer, createVFormGroupProps, createVFormProps, defineFormSelectorComponent, formGroupSlots, formSlots, iconProps, installVuiPlugin, listTileEmits, mergeVuiPluginOptions, mergeVuiServiceIconSettings, mergeVuiServiceOptions, mergeVuiServiceUISettings, paginationProps, paperBaseSlots, rawIconProp, renderNavigationItemInput, resolveNavigationItemInput, resolveRawIconProp, sheetModalProps, splitAttrs, useControl, useControlField, useElevation, useVui, useVuiColorProvider, vueButtonProps };
|
|
7465
|
+
export { ARROW_KEY_TYPES, AVATAR_SIZES, type AdornmentPosition, type AvatarSize, BUTTON_ALIGNS, type BreadcrumbsItem, type BusyImageLoadState, type BusyImageRect, type BusyImageRects, type BusyImageSizeValue, CHIP_SIZES, CHOICE_KEY_TYPES, CONTROL_FIELD_VARIANTS, CONTROL_LOADING_SPINNER_SIZES, CONTROL_SIZES, type ChipSize, type ContentSwitcherSeeTopOptions, type ControlFieldProvider, type ControlFieldProviderProps, type ControlFieldVariant, type ControlProps, type ControlProvider, type ControlSize, type DataTableCellSlotPayload, type DataTableDefaults, type DataTableHeader, type DataTableHeaderAlign, type DataTableItem, type DataTableItemSlotPayload, type DataTableRowSettings, type DataTableRowSettingsFn, type DefineFormSelectorComponentOptions, type ElevationProps, type GridContainerAlignContentValue, type GridContainerDirectionValue, type GridContainerJustifyContentValue, type GridContainerSpacingValue, type GridContainerWrapValue, type GridItemAlignValue, type GridItemJustifyValue, type GridItemNumberSizeValue, type GridItemSizeValue, type ImgHTMLAttributesPropOptions, type InputBoxSlots, KEYBOARD_EVENT_TYPES, type NavigationInput, type NavigationItemInput, PAGINATION_ALIGNS, type RawBreadcrumbsItem, type RawDataTableRowSettings, type RawIconProp, type RawVButtonIcon, type RawVButtonSpacer, type RawVChipIcon, type RawVuiPluginOptions, type RawVuiPromptOptions, type RawVuiServiceIconSettings, type RawVuiServiceOptions, type RawVuiServiceUISettings, type TextFieldEmits, type TextFieldInput, type TextFieldPropsOptions, type UseControlFieldProviderOptions, type UseControlProviderOptions, type UseElevationOptions, type UseLinkResult, VApp, VAvatar, VBreadcrumbs, VBusyImage, VButton, type VButtonAlign, VButtonGroup, type VButtonIcon, type VButtonProps, type VButtonResolvedProps, type VButtonSpacer, VCard, VCardActions, VCardContent, VCheckbox, VCheckboxGroup, VChip, type VChipIcon, VContentSwitcher, VControlField, VDataTable, VDialog, VDrawerLayout, VForm, VFormControl, VFormGroup, type VFormGroupSlots, type VFormSlots, VGridContainer, VGridItem, VHero, VIcon, VListTile, VMenu, VNavigation, VNavigationItem, VNumberField, VOption, VOptionGroup, VPagination, type VPaginationAlign, type VPaginationGuard, VPaper, VRadio, VRadioGroup, VSelect, VSheetModal, type VSheetModalSlots, VSkeltonLoaderBone, VSnackbar, VSwitch, VSwitchGroup, VTabs, type VTabsGuard, type VTabsItem, type VTabsItemLabelSlot, type VTabsItemLabelSlotCtx, type VTabsRouterHandler, VTextCounter, VTextField, VTextarea, VToolbar, VToolbarEdge, type VToolbarEdgeEdge, VToolbarMenu, type VToolbarMenuEdge, VToolbarTitle, VTooltip, VUI_CHECKBOX_GROUP_SYMBOL, VUI_CHECKBOX_SYMBOL, VUI_FORM_GROUP_SYMBOL, VUI_FORM_SYMBOL, VUI_OPTION_SYMBOL, VUI_RADIO_GROUP_SYMBOL, VUI_RADIO_SYMBOL, VUI_SELECT_SYMBOL, VUI_SWITCH_GROUP_SYMBOL, VUI_SWITCH_SYMBOL, VUI_TEXTAREA_SYMBOL, VUI_TEXT_FIELD_SYMBOL, type VuiColorProvider, VuiColorProviderInjectionKey, VuiControlFieldInjectionKey, VuiControlInjectionKey, type VuiElevationValue, type VuiFormPromptSettings, VuiInjectionKey, VuiPlugin, type VuiPluginOptions, type VuiPluginStackOptions, type VuiPromptOptions, VuiService, type VuiServiceIconSettings, type VuiServiceOptions, type VuiServiceUISettings, type VuiVNodeResolver, configureDataTableDefaults, createAvatarProps, createCardProps, createChipProps, createControlFieldProps, createControlFieldProviderProps, createControlProps, createElevationProps, createListTileProps, createNavigationItemProps, createNavigationProps, createPaperBaseProps, createPaperProps, createRequiredChipRenderer, createVFormGroupProps, createVFormProps, defineFormSelectorComponent, formGroupSlots, formSlots, iconProps, installVuiPlugin, listTileEmits, mergeVuiPluginOptions, mergeVuiServiceIconSettings, mergeVuiServiceOptions, mergeVuiServiceUISettings, paginationProps, paperBaseSlots, rawIconProp, renderNavigationItemInput, resolveNavigationItemInput, resolveRawIconProp, sheetModalProps, splitAttrs, useControl, useControlField, useElevation, useVui, useVuiColorProvider, vueButtonProps };
|