@solfacil/girassol 0.2.11 → 0.3.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/girassol.es.js +435 -422
- package/dist/girassol.umd.js +2 -2
- package/dist/style.css +1 -1
- package/dist/types/components/forms/button/{Button.vue.d.ts → button/Button.vue.d.ts} +0 -0
- package/dist/types/components/forms/button/{button.spec.d.ts → button/button.spec.d.ts} +0 -0
- package/dist/types/components/forms/button/{ButtonDestructive.vue.d.ts → button-destructive/ButtonDestructive.vue.d.ts} +0 -0
- package/dist/types/components/forms/button/index.d.ts +2 -2
- package/dist/types/components/forms/checkbox/{Checkbox.vue.d.ts → checkbox/Checkbox.vue.d.ts} +12 -8
- package/dist/types/components/forms/checkbox/{checkbox.spec.d.ts → checkbox/checkbox.spec.d.ts} +0 -0
- package/dist/types/components/forms/checkbox/{CheckboxGroup.vue.d.ts → checkbox-group/CheckboxGroup.vue.d.ts} +12 -12
- package/dist/types/components/forms/checkbox/{checkbox-group.spec.d.ts → checkbox-group/checkbox-group.spec.d.ts} +0 -0
- package/dist/types/components/forms/checkbox/index.d.ts +2 -2
- package/dist/types/components/forms/checkbox/{checkbox-type.d.ts → type.d.ts} +1 -0
- package/dist/types/components/forms/radio/index.d.ts +2 -2
- package/dist/types/components/forms/radio/{Radio.vue.d.ts → radio/Radio.vue.d.ts} +8 -8
- package/dist/types/components/forms/radio/{radio.spec.d.ts → radio/radio.spec.d.ts} +0 -0
- package/dist/types/components/forms/radio/{RadioGroup.vue.d.ts → radio-group/RadioGroup.vue.d.ts} +14 -14
- package/dist/types/components/forms/radio/{radio-group.spec.d.ts → radio-group/radio-group.spec.d.ts} +0 -0
- package/dist/types/components/forms/radio/{radio-type.d.ts → types.d.ts} +0 -0
- package/dist/types/components/forms/switch/Switch.vue.d.ts +52 -22
- package/dist/types/components/menus/menu/Menu.vue.d.ts +7 -7
- package/dist/types/index.d.ts +175 -130
- package/package.json +20 -18
package/dist/types/index.d.ts
CHANGED
|
@@ -416,12 +416,12 @@ export declare const components: {
|
|
|
416
416
|
} & {
|
|
417
417
|
default: string;
|
|
418
418
|
};
|
|
419
|
-
|
|
419
|
+
class: {
|
|
420
420
|
type: import("vue").PropType<string>;
|
|
421
|
-
required: true;
|
|
422
421
|
};
|
|
423
|
-
|
|
422
|
+
id: {
|
|
424
423
|
type: import("vue").PropType<string>;
|
|
424
|
+
required: true;
|
|
425
425
|
};
|
|
426
426
|
modelValue: {
|
|
427
427
|
type: import("vue").PropType<string>;
|
|
@@ -464,12 +464,12 @@ export declare const components: {
|
|
|
464
464
|
} & {
|
|
465
465
|
default: string;
|
|
466
466
|
};
|
|
467
|
-
|
|
467
|
+
class: {
|
|
468
468
|
type: import("vue").PropType<string>;
|
|
469
|
-
required: true;
|
|
470
469
|
};
|
|
471
|
-
|
|
470
|
+
id: {
|
|
472
471
|
type: import("vue").PropType<string>;
|
|
472
|
+
required: true;
|
|
473
473
|
};
|
|
474
474
|
modelValue: {
|
|
475
475
|
type: import("vue").PropType<string>;
|
|
@@ -524,12 +524,12 @@ export declare const components: {
|
|
|
524
524
|
} & {
|
|
525
525
|
default: string;
|
|
526
526
|
};
|
|
527
|
-
|
|
527
|
+
class: {
|
|
528
528
|
type: import("vue").PropType<string>;
|
|
529
|
-
required: true;
|
|
530
529
|
};
|
|
531
|
-
|
|
530
|
+
id: {
|
|
532
531
|
type: import("vue").PropType<string>;
|
|
532
|
+
required: true;
|
|
533
533
|
};
|
|
534
534
|
modelValue: {
|
|
535
535
|
type: import("vue").PropType<string>;
|
|
@@ -562,12 +562,12 @@ export declare const components: {
|
|
|
562
562
|
} & {
|
|
563
563
|
default: string;
|
|
564
564
|
};
|
|
565
|
-
|
|
565
|
+
class: {
|
|
566
566
|
type: import("vue").PropType<string>;
|
|
567
|
-
required: true;
|
|
568
567
|
};
|
|
569
|
-
|
|
568
|
+
id: {
|
|
570
569
|
type: import("vue").PropType<string>;
|
|
570
|
+
required: true;
|
|
571
571
|
};
|
|
572
572
|
modelValue: {
|
|
573
573
|
type: import("vue").PropType<string>;
|
|
@@ -615,12 +615,12 @@ export declare const components: {
|
|
|
615
615
|
} & {
|
|
616
616
|
default: string;
|
|
617
617
|
};
|
|
618
|
-
|
|
618
|
+
class: {
|
|
619
619
|
type: import("vue").PropType<string>;
|
|
620
|
-
required: true;
|
|
621
620
|
};
|
|
622
|
-
|
|
621
|
+
id: {
|
|
623
622
|
type: import("vue").PropType<string>;
|
|
623
|
+
required: true;
|
|
624
624
|
};
|
|
625
625
|
modelValue: {
|
|
626
626
|
type: import("vue").PropType<string | number>;
|
|
@@ -658,12 +658,12 @@ export declare const components: {
|
|
|
658
658
|
} & {
|
|
659
659
|
default: string;
|
|
660
660
|
};
|
|
661
|
-
|
|
661
|
+
class: {
|
|
662
662
|
type: import("vue").PropType<string>;
|
|
663
|
-
required: true;
|
|
664
663
|
};
|
|
665
|
-
|
|
664
|
+
id: {
|
|
666
665
|
type: import("vue").PropType<string>;
|
|
666
|
+
required: true;
|
|
667
667
|
};
|
|
668
668
|
modelValue: {
|
|
669
669
|
type: import("vue").PropType<string | number>;
|
|
@@ -712,12 +712,12 @@ export declare const components: {
|
|
|
712
712
|
} & {
|
|
713
713
|
default: string;
|
|
714
714
|
};
|
|
715
|
-
|
|
715
|
+
class: {
|
|
716
716
|
type: import("vue").PropType<string>;
|
|
717
|
-
required: true;
|
|
718
717
|
};
|
|
719
|
-
|
|
718
|
+
id: {
|
|
720
719
|
type: import("vue").PropType<string>;
|
|
720
|
+
required: true;
|
|
721
721
|
};
|
|
722
722
|
modelValue: {
|
|
723
723
|
type: import("vue").PropType<string | number>;
|
|
@@ -745,12 +745,12 @@ export declare const components: {
|
|
|
745
745
|
} & {
|
|
746
746
|
default: string;
|
|
747
747
|
};
|
|
748
|
-
|
|
748
|
+
class: {
|
|
749
749
|
type: import("vue").PropType<string>;
|
|
750
|
-
required: true;
|
|
751
750
|
};
|
|
752
|
-
|
|
751
|
+
id: {
|
|
753
752
|
type: import("vue").PropType<string>;
|
|
753
|
+
required: true;
|
|
754
754
|
};
|
|
755
755
|
modelValue: {
|
|
756
756
|
type: import("vue").PropType<string | number>;
|
|
@@ -896,7 +896,7 @@ export declare const components: {
|
|
|
896
896
|
required: true;
|
|
897
897
|
};
|
|
898
898
|
value: {
|
|
899
|
-
type: import("vue").PropType<import("./components/forms/radio/
|
|
899
|
+
type: import("vue").PropType<import("./components/forms/radio/types").RadioValue>;
|
|
900
900
|
required: true;
|
|
901
901
|
};
|
|
902
902
|
label: {
|
|
@@ -910,7 +910,7 @@ export declare const components: {
|
|
|
910
910
|
type: import("vue").PropType<string | Record<string, boolean>>;
|
|
911
911
|
};
|
|
912
912
|
}>> & {
|
|
913
|
-
onChange?: ((value: import("./components/forms/radio/
|
|
913
|
+
onChange?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
|
|
914
914
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
915
915
|
$attrs: {
|
|
916
916
|
[x: string]: unknown;
|
|
@@ -923,7 +923,7 @@ export declare const components: {
|
|
|
923
923
|
}>;
|
|
924
924
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
925
925
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
926
|
-
$emit: (event: "change", value: import("./components/forms/radio/
|
|
926
|
+
$emit: (event: "change", value: import("./components/forms/radio/types").RadioValue) => void;
|
|
927
927
|
$el: any;
|
|
928
928
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
929
929
|
id: {
|
|
@@ -935,7 +935,7 @@ export declare const components: {
|
|
|
935
935
|
required: true;
|
|
936
936
|
};
|
|
937
937
|
value: {
|
|
938
|
-
type: import("vue").PropType<import("./components/forms/radio/
|
|
938
|
+
type: import("vue").PropType<import("./components/forms/radio/types").RadioValue>;
|
|
939
939
|
required: true;
|
|
940
940
|
};
|
|
941
941
|
label: {
|
|
@@ -949,9 +949,9 @@ export declare const components: {
|
|
|
949
949
|
type: import("vue").PropType<string | Record<string, boolean>>;
|
|
950
950
|
};
|
|
951
951
|
}>> & {
|
|
952
|
-
onChange?: ((value: import("./components/forms/radio/
|
|
952
|
+
onChange?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
|
|
953
953
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
954
|
-
change: (value: import("./components/forms/radio/
|
|
954
|
+
change: (value: import("./components/forms/radio/types").RadioValue) => void;
|
|
955
955
|
}, string, {}> & {
|
|
956
956
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
957
957
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -982,7 +982,7 @@ export declare const components: {
|
|
|
982
982
|
required: true;
|
|
983
983
|
};
|
|
984
984
|
value: {
|
|
985
|
-
type: import("vue").PropType<import("./components/forms/radio/
|
|
985
|
+
type: import("vue").PropType<import("./components/forms/radio/types").RadioValue>;
|
|
986
986
|
required: true;
|
|
987
987
|
};
|
|
988
988
|
label: {
|
|
@@ -996,7 +996,7 @@ export declare const components: {
|
|
|
996
996
|
type: import("vue").PropType<string | Record<string, boolean>>;
|
|
997
997
|
};
|
|
998
998
|
}>> & {
|
|
999
|
-
onChange?: ((value: import("./components/forms/radio/
|
|
999
|
+
onChange?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
|
|
1000
1000
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
1001
1001
|
__isFragment?: undefined;
|
|
1002
1002
|
__isTeleport?: undefined;
|
|
@@ -1011,7 +1011,7 @@ export declare const components: {
|
|
|
1011
1011
|
required: true;
|
|
1012
1012
|
};
|
|
1013
1013
|
value: {
|
|
1014
|
-
type: import("vue").PropType<import("./components/forms/radio/
|
|
1014
|
+
type: import("vue").PropType<import("./components/forms/radio/types").RadioValue>;
|
|
1015
1015
|
required: true;
|
|
1016
1016
|
};
|
|
1017
1017
|
label: {
|
|
@@ -1025,9 +1025,9 @@ export declare const components: {
|
|
|
1025
1025
|
type: import("vue").PropType<string | Record<string, boolean>>;
|
|
1026
1026
|
};
|
|
1027
1027
|
}>> & {
|
|
1028
|
-
onChange?: ((value: import("./components/forms/radio/
|
|
1028
|
+
onChange?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
|
|
1029
1029
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1030
|
-
change: (value: import("./components/forms/radio/
|
|
1030
|
+
change: (value: import("./components/forms/radio/types").RadioValue) => void;
|
|
1031
1031
|
}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1032
1032
|
$slots: {};
|
|
1033
1033
|
});
|
|
@@ -1048,7 +1048,7 @@ export declare const components: {
|
|
|
1048
1048
|
required: true;
|
|
1049
1049
|
};
|
|
1050
1050
|
modelValue: {
|
|
1051
|
-
type: import("vue").PropType<import("./components/forms/radio/
|
|
1051
|
+
type: import("vue").PropType<import("./components/forms/radio/types").RadioValue>;
|
|
1052
1052
|
required: true;
|
|
1053
1053
|
};
|
|
1054
1054
|
error: {
|
|
@@ -1068,12 +1068,12 @@ export declare const components: {
|
|
|
1068
1068
|
default: string;
|
|
1069
1069
|
};
|
|
1070
1070
|
radios: {
|
|
1071
|
-
type: import("vue").PropType<import("./components/forms/radio/
|
|
1071
|
+
type: import("vue").PropType<import("./components/forms/radio/types").Radio[]>;
|
|
1072
1072
|
required: true;
|
|
1073
1073
|
};
|
|
1074
1074
|
}>> & {
|
|
1075
|
-
onChange?: ((value: import("./components/forms/radio/
|
|
1076
|
-
"onUpdate:modelValue"?: ((value: import("./components/forms/radio/
|
|
1075
|
+
onChange?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
|
|
1076
|
+
"onUpdate:modelValue"?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
|
|
1077
1077
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "hideTitle" | "direction">;
|
|
1078
1078
|
$attrs: {
|
|
1079
1079
|
[x: string]: unknown;
|
|
@@ -1086,7 +1086,7 @@ export declare const components: {
|
|
|
1086
1086
|
}>;
|
|
1087
1087
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
1088
1088
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
1089
|
-
$emit: ((event: "update:modelValue", value: import("./components/forms/radio/
|
|
1089
|
+
$emit: ((event: "update:modelValue", value: import("./components/forms/radio/types").RadioValue) => void) & ((event: "change", value: import("./components/forms/radio/types").RadioValue) => void);
|
|
1090
1090
|
$el: any;
|
|
1091
1091
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1092
1092
|
title: {
|
|
@@ -1098,7 +1098,7 @@ export declare const components: {
|
|
|
1098
1098
|
required: true;
|
|
1099
1099
|
};
|
|
1100
1100
|
modelValue: {
|
|
1101
|
-
type: import("vue").PropType<import("./components/forms/radio/
|
|
1101
|
+
type: import("vue").PropType<import("./components/forms/radio/types").RadioValue>;
|
|
1102
1102
|
required: true;
|
|
1103
1103
|
};
|
|
1104
1104
|
error: {
|
|
@@ -1118,16 +1118,16 @@ export declare const components: {
|
|
|
1118
1118
|
default: string;
|
|
1119
1119
|
};
|
|
1120
1120
|
radios: {
|
|
1121
|
-
type: import("vue").PropType<import("./components/forms/radio/
|
|
1121
|
+
type: import("vue").PropType<import("./components/forms/radio/types").Radio[]>;
|
|
1122
1122
|
required: true;
|
|
1123
1123
|
};
|
|
1124
1124
|
}>> & {
|
|
1125
|
-
onChange?: ((value: import("./components/forms/radio/
|
|
1126
|
-
"onUpdate:modelValue"?: ((value: import("./components/forms/radio/
|
|
1125
|
+
onChange?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
|
|
1126
|
+
"onUpdate:modelValue"?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
|
|
1127
1127
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1128
|
-
change: (value: import("./components/forms/radio/
|
|
1128
|
+
change: (value: import("./components/forms/radio/types").RadioValue) => void;
|
|
1129
1129
|
} & {
|
|
1130
|
-
"update:modelValue": (value: import("./components/forms/radio/
|
|
1130
|
+
"update:modelValue": (value: import("./components/forms/radio/types").RadioValue) => void;
|
|
1131
1131
|
}, string, {
|
|
1132
1132
|
hideTitle: boolean;
|
|
1133
1133
|
direction: "row" | "column";
|
|
@@ -1161,7 +1161,7 @@ export declare const components: {
|
|
|
1161
1161
|
required: true;
|
|
1162
1162
|
};
|
|
1163
1163
|
modelValue: {
|
|
1164
|
-
type: import("vue").PropType<import("./components/forms/radio/
|
|
1164
|
+
type: import("vue").PropType<import("./components/forms/radio/types").RadioValue>;
|
|
1165
1165
|
required: true;
|
|
1166
1166
|
};
|
|
1167
1167
|
error: {
|
|
@@ -1181,12 +1181,12 @@ export declare const components: {
|
|
|
1181
1181
|
default: string;
|
|
1182
1182
|
};
|
|
1183
1183
|
radios: {
|
|
1184
|
-
type: import("vue").PropType<import("./components/forms/radio/
|
|
1184
|
+
type: import("vue").PropType<import("./components/forms/radio/types").Radio[]>;
|
|
1185
1185
|
required: true;
|
|
1186
1186
|
};
|
|
1187
1187
|
}>> & {
|
|
1188
|
-
onChange?: ((value: import("./components/forms/radio/
|
|
1189
|
-
"onUpdate:modelValue"?: ((value: import("./components/forms/radio/
|
|
1188
|
+
onChange?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
|
|
1189
|
+
"onUpdate:modelValue"?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
|
|
1190
1190
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
1191
1191
|
__isFragment?: undefined;
|
|
1192
1192
|
__isTeleport?: undefined;
|
|
@@ -1201,7 +1201,7 @@ export declare const components: {
|
|
|
1201
1201
|
required: true;
|
|
1202
1202
|
};
|
|
1203
1203
|
modelValue: {
|
|
1204
|
-
type: import("vue").PropType<import("./components/forms/radio/
|
|
1204
|
+
type: import("vue").PropType<import("./components/forms/radio/types").RadioValue>;
|
|
1205
1205
|
required: true;
|
|
1206
1206
|
};
|
|
1207
1207
|
error: {
|
|
@@ -1221,16 +1221,16 @@ export declare const components: {
|
|
|
1221
1221
|
default: string;
|
|
1222
1222
|
};
|
|
1223
1223
|
radios: {
|
|
1224
|
-
type: import("vue").PropType<import("./components/forms/radio/
|
|
1224
|
+
type: import("vue").PropType<import("./components/forms/radio/types").Radio[]>;
|
|
1225
1225
|
required: true;
|
|
1226
1226
|
};
|
|
1227
1227
|
}>> & {
|
|
1228
|
-
onChange?: ((value: import("./components/forms/radio/
|
|
1229
|
-
"onUpdate:modelValue"?: ((value: import("./components/forms/radio/
|
|
1228
|
+
onChange?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
|
|
1229
|
+
"onUpdate:modelValue"?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
|
|
1230
1230
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1231
|
-
change: (value: import("./components/forms/radio/
|
|
1231
|
+
change: (value: import("./components/forms/radio/types").RadioValue) => void;
|
|
1232
1232
|
} & {
|
|
1233
|
-
"update:modelValue": (value: import("./components/forms/radio/
|
|
1233
|
+
"update:modelValue": (value: import("./components/forms/radio/types").RadioValue) => void;
|
|
1234
1234
|
}, string, {
|
|
1235
1235
|
hideTitle: boolean;
|
|
1236
1236
|
direction: "row" | "column";
|
|
@@ -1240,7 +1240,7 @@ export declare const components: {
|
|
|
1240
1240
|
id: string;
|
|
1241
1241
|
}) => any;
|
|
1242
1242
|
default: (_: {
|
|
1243
|
-
radios: import("./components/forms/radio/
|
|
1243
|
+
radios: import("./components/forms/radio/types").Radio[];
|
|
1244
1244
|
direction: "row" | "column";
|
|
1245
1245
|
}) => any;
|
|
1246
1246
|
};
|
|
@@ -1259,7 +1259,7 @@ export declare const components: {
|
|
|
1259
1259
|
required: true;
|
|
1260
1260
|
};
|
|
1261
1261
|
value: {
|
|
1262
|
-
type: import("vue").PropType<import("./components/forms/checkbox/
|
|
1262
|
+
type: import("vue").PropType<import("./components/forms/checkbox/type").CheckboxValue>;
|
|
1263
1263
|
required: true;
|
|
1264
1264
|
};
|
|
1265
1265
|
label: {
|
|
@@ -1272,8 +1272,11 @@ export declare const components: {
|
|
|
1272
1272
|
class: {
|
|
1273
1273
|
type: import("vue").PropType<string | Record<string, boolean>>;
|
|
1274
1274
|
};
|
|
1275
|
+
indeterminate: {
|
|
1276
|
+
type: import("vue").PropType<boolean>;
|
|
1277
|
+
};
|
|
1275
1278
|
}>> & {
|
|
1276
|
-
onChange?: ((value: import("./components/forms/checkbox/
|
|
1279
|
+
onChange?: ((value: import("./components/forms/checkbox/type").CheckboxValue) => any) | undefined;
|
|
1277
1280
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
1278
1281
|
$attrs: {
|
|
1279
1282
|
[x: string]: unknown;
|
|
@@ -1286,7 +1289,7 @@ export declare const components: {
|
|
|
1286
1289
|
}>;
|
|
1287
1290
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
1288
1291
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
1289
|
-
$emit: (event: "change", value: import("./components/forms/checkbox/
|
|
1292
|
+
$emit: (event: "change", value: import("./components/forms/checkbox/type").CheckboxValue) => void;
|
|
1290
1293
|
$el: any;
|
|
1291
1294
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1292
1295
|
id: {
|
|
@@ -1298,7 +1301,7 @@ export declare const components: {
|
|
|
1298
1301
|
required: true;
|
|
1299
1302
|
};
|
|
1300
1303
|
value: {
|
|
1301
|
-
type: import("vue").PropType<import("./components/forms/checkbox/
|
|
1304
|
+
type: import("vue").PropType<import("./components/forms/checkbox/type").CheckboxValue>;
|
|
1302
1305
|
required: true;
|
|
1303
1306
|
};
|
|
1304
1307
|
label: {
|
|
@@ -1311,10 +1314,13 @@ export declare const components: {
|
|
|
1311
1314
|
class: {
|
|
1312
1315
|
type: import("vue").PropType<string | Record<string, boolean>>;
|
|
1313
1316
|
};
|
|
1317
|
+
indeterminate: {
|
|
1318
|
+
type: import("vue").PropType<boolean>;
|
|
1319
|
+
};
|
|
1314
1320
|
}>> & {
|
|
1315
|
-
onChange?: ((value: import("./components/forms/checkbox/
|
|
1321
|
+
onChange?: ((value: import("./components/forms/checkbox/type").CheckboxValue) => any) | undefined;
|
|
1316
1322
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1317
|
-
change: (value: import("./components/forms/checkbox/
|
|
1323
|
+
change: (value: import("./components/forms/checkbox/type").CheckboxValue) => void;
|
|
1318
1324
|
}, string, {}> & {
|
|
1319
1325
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1320
1326
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -1345,7 +1351,7 @@ export declare const components: {
|
|
|
1345
1351
|
required: true;
|
|
1346
1352
|
};
|
|
1347
1353
|
value: {
|
|
1348
|
-
type: import("vue").PropType<import("./components/forms/checkbox/
|
|
1354
|
+
type: import("vue").PropType<import("./components/forms/checkbox/type").CheckboxValue>;
|
|
1349
1355
|
required: true;
|
|
1350
1356
|
};
|
|
1351
1357
|
label: {
|
|
@@ -1358,8 +1364,11 @@ export declare const components: {
|
|
|
1358
1364
|
class: {
|
|
1359
1365
|
type: import("vue").PropType<string | Record<string, boolean>>;
|
|
1360
1366
|
};
|
|
1367
|
+
indeterminate: {
|
|
1368
|
+
type: import("vue").PropType<boolean>;
|
|
1369
|
+
};
|
|
1361
1370
|
}>> & {
|
|
1362
|
-
onChange?: ((value: import("./components/forms/checkbox/
|
|
1371
|
+
onChange?: ((value: import("./components/forms/checkbox/type").CheckboxValue) => any) | undefined;
|
|
1363
1372
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
1364
1373
|
__isFragment?: undefined;
|
|
1365
1374
|
__isTeleport?: undefined;
|
|
@@ -1374,7 +1383,7 @@ export declare const components: {
|
|
|
1374
1383
|
required: true;
|
|
1375
1384
|
};
|
|
1376
1385
|
value: {
|
|
1377
|
-
type: import("vue").PropType<import("./components/forms/checkbox/
|
|
1386
|
+
type: import("vue").PropType<import("./components/forms/checkbox/type").CheckboxValue>;
|
|
1378
1387
|
required: true;
|
|
1379
1388
|
};
|
|
1380
1389
|
label: {
|
|
@@ -1387,10 +1396,13 @@ export declare const components: {
|
|
|
1387
1396
|
class: {
|
|
1388
1397
|
type: import("vue").PropType<string | Record<string, boolean>>;
|
|
1389
1398
|
};
|
|
1399
|
+
indeterminate: {
|
|
1400
|
+
type: import("vue").PropType<boolean>;
|
|
1401
|
+
};
|
|
1390
1402
|
}>> & {
|
|
1391
|
-
onChange?: ((value: import("./components/forms/checkbox/
|
|
1403
|
+
onChange?: ((value: import("./components/forms/checkbox/type").CheckboxValue) => any) | undefined;
|
|
1392
1404
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1393
|
-
change: (value: import("./components/forms/checkbox/
|
|
1405
|
+
change: (value: import("./components/forms/checkbox/type").CheckboxValue) => void;
|
|
1394
1406
|
}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1395
1407
|
$slots: {};
|
|
1396
1408
|
});
|
|
@@ -1411,7 +1423,7 @@ export declare const components: {
|
|
|
1411
1423
|
required: true;
|
|
1412
1424
|
};
|
|
1413
1425
|
modelValue: {
|
|
1414
|
-
type: import("vue").PropType<import("./components/forms/checkbox/
|
|
1426
|
+
type: import("vue").PropType<import("./components/forms/checkbox/type").CheckboxValue[]>;
|
|
1415
1427
|
};
|
|
1416
1428
|
error: {
|
|
1417
1429
|
type: import("vue").PropType<string>;
|
|
@@ -1425,7 +1437,7 @@ export declare const components: {
|
|
|
1425
1437
|
type: import("vue").PropType<string>;
|
|
1426
1438
|
};
|
|
1427
1439
|
checkboxes: {
|
|
1428
|
-
type: import("vue").PropType<import("./components/forms/checkbox/
|
|
1440
|
+
type: import("vue").PropType<import("./components/forms/checkbox/type").Checkbox[]>;
|
|
1429
1441
|
required: true;
|
|
1430
1442
|
};
|
|
1431
1443
|
direction: {
|
|
@@ -1434,7 +1446,7 @@ export declare const components: {
|
|
|
1434
1446
|
default: string;
|
|
1435
1447
|
};
|
|
1436
1448
|
}>> & {
|
|
1437
|
-
onChange?: ((value: import("./components/forms/checkbox/
|
|
1449
|
+
onChange?: ((value: import("./components/forms/checkbox/type").CheckboxValue) => any) | undefined;
|
|
1438
1450
|
"onUpdate:modelValue"?: ((a: any) => any) | undefined;
|
|
1439
1451
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "hideTitle" | "direction">;
|
|
1440
1452
|
$attrs: {
|
|
@@ -1448,7 +1460,7 @@ export declare const components: {
|
|
|
1448
1460
|
}>;
|
|
1449
1461
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
1450
1462
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
1451
|
-
$emit: ((event: "update:modelValue", a: any) => void) & ((event: "change", value: import("./components/forms/checkbox/
|
|
1463
|
+
$emit: ((event: "update:modelValue", a: any) => void) & ((event: "change", value: import("./components/forms/checkbox/type").CheckboxValue) => void);
|
|
1452
1464
|
$el: any;
|
|
1453
1465
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1454
1466
|
title: {
|
|
@@ -1460,7 +1472,7 @@ export declare const components: {
|
|
|
1460
1472
|
required: true;
|
|
1461
1473
|
};
|
|
1462
1474
|
modelValue: {
|
|
1463
|
-
type: import("vue").PropType<import("./components/forms/checkbox/
|
|
1475
|
+
type: import("vue").PropType<import("./components/forms/checkbox/type").CheckboxValue[]>;
|
|
1464
1476
|
};
|
|
1465
1477
|
error: {
|
|
1466
1478
|
type: import("vue").PropType<string>;
|
|
@@ -1474,7 +1486,7 @@ export declare const components: {
|
|
|
1474
1486
|
type: import("vue").PropType<string>;
|
|
1475
1487
|
};
|
|
1476
1488
|
checkboxes: {
|
|
1477
|
-
type: import("vue").PropType<import("./components/forms/checkbox/
|
|
1489
|
+
type: import("vue").PropType<import("./components/forms/checkbox/type").Checkbox[]>;
|
|
1478
1490
|
required: true;
|
|
1479
1491
|
};
|
|
1480
1492
|
direction: {
|
|
@@ -1483,10 +1495,10 @@ export declare const components: {
|
|
|
1483
1495
|
default: string;
|
|
1484
1496
|
};
|
|
1485
1497
|
}>> & {
|
|
1486
|
-
onChange?: ((value: import("./components/forms/checkbox/
|
|
1498
|
+
onChange?: ((value: import("./components/forms/checkbox/type").CheckboxValue) => any) | undefined;
|
|
1487
1499
|
"onUpdate:modelValue"?: ((a: any) => any) | undefined;
|
|
1488
1500
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1489
|
-
change: (value: import("./components/forms/checkbox/
|
|
1501
|
+
change: (value: import("./components/forms/checkbox/type").CheckboxValue) => void;
|
|
1490
1502
|
} & {
|
|
1491
1503
|
"update:modelValue": (a: any) => void;
|
|
1492
1504
|
}, string, {
|
|
@@ -1522,7 +1534,7 @@ export declare const components: {
|
|
|
1522
1534
|
required: true;
|
|
1523
1535
|
};
|
|
1524
1536
|
modelValue: {
|
|
1525
|
-
type: import("vue").PropType<import("./components/forms/checkbox/
|
|
1537
|
+
type: import("vue").PropType<import("./components/forms/checkbox/type").CheckboxValue[]>;
|
|
1526
1538
|
};
|
|
1527
1539
|
error: {
|
|
1528
1540
|
type: import("vue").PropType<string>;
|
|
@@ -1536,7 +1548,7 @@ export declare const components: {
|
|
|
1536
1548
|
type: import("vue").PropType<string>;
|
|
1537
1549
|
};
|
|
1538
1550
|
checkboxes: {
|
|
1539
|
-
type: import("vue").PropType<import("./components/forms/checkbox/
|
|
1551
|
+
type: import("vue").PropType<import("./components/forms/checkbox/type").Checkbox[]>;
|
|
1540
1552
|
required: true;
|
|
1541
1553
|
};
|
|
1542
1554
|
direction: {
|
|
@@ -1545,7 +1557,7 @@ export declare const components: {
|
|
|
1545
1557
|
default: string;
|
|
1546
1558
|
};
|
|
1547
1559
|
}>> & {
|
|
1548
|
-
onChange?: ((value: import("./components/forms/checkbox/
|
|
1560
|
+
onChange?: ((value: import("./components/forms/checkbox/type").CheckboxValue) => any) | undefined;
|
|
1549
1561
|
"onUpdate:modelValue"?: ((a: any) => any) | undefined;
|
|
1550
1562
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
1551
1563
|
__isFragment?: undefined;
|
|
@@ -1561,7 +1573,7 @@ export declare const components: {
|
|
|
1561
1573
|
required: true;
|
|
1562
1574
|
};
|
|
1563
1575
|
modelValue: {
|
|
1564
|
-
type: import("vue").PropType<import("./components/forms/checkbox/
|
|
1576
|
+
type: import("vue").PropType<import("./components/forms/checkbox/type").CheckboxValue[]>;
|
|
1565
1577
|
};
|
|
1566
1578
|
error: {
|
|
1567
1579
|
type: import("vue").PropType<string>;
|
|
@@ -1575,7 +1587,7 @@ export declare const components: {
|
|
|
1575
1587
|
type: import("vue").PropType<string>;
|
|
1576
1588
|
};
|
|
1577
1589
|
checkboxes: {
|
|
1578
|
-
type: import("vue").PropType<import("./components/forms/checkbox/
|
|
1590
|
+
type: import("vue").PropType<import("./components/forms/checkbox/type").Checkbox[]>;
|
|
1579
1591
|
required: true;
|
|
1580
1592
|
};
|
|
1581
1593
|
direction: {
|
|
@@ -1584,10 +1596,10 @@ export declare const components: {
|
|
|
1584
1596
|
default: string;
|
|
1585
1597
|
};
|
|
1586
1598
|
}>> & {
|
|
1587
|
-
onChange?: ((value: import("./components/forms/checkbox/
|
|
1599
|
+
onChange?: ((value: import("./components/forms/checkbox/type").CheckboxValue) => any) | undefined;
|
|
1588
1600
|
"onUpdate:modelValue"?: ((a: any) => any) | undefined;
|
|
1589
1601
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1590
|
-
change: (value: import("./components/forms/checkbox/
|
|
1602
|
+
change: (value: import("./components/forms/checkbox/type").CheckboxValue) => void;
|
|
1591
1603
|
} & {
|
|
1592
1604
|
"update:modelValue": (a: any) => void;
|
|
1593
1605
|
}, string, {
|
|
@@ -1599,7 +1611,7 @@ export declare const components: {
|
|
|
1599
1611
|
id: string;
|
|
1600
1612
|
}) => any;
|
|
1601
1613
|
default: (_: {
|
|
1602
|
-
checkboxes: import("./components/forms/checkbox/
|
|
1614
|
+
checkboxes: import("./components/forms/checkbox/type").Checkbox[];
|
|
1603
1615
|
direction: "row" | "column";
|
|
1604
1616
|
}) => any;
|
|
1605
1617
|
};
|
|
@@ -1608,38 +1620,47 @@ export declare const components: {
|
|
|
1608
1620
|
new (...args: any[]): {
|
|
1609
1621
|
$: import("vue").ComponentInternalInstance;
|
|
1610
1622
|
$data: {};
|
|
1611
|
-
$props: Partial<{
|
|
1612
|
-
|
|
1623
|
+
$props: Partial<{
|
|
1624
|
+
textDirection: "left" | "right";
|
|
1625
|
+
stretchLabel: boolean;
|
|
1626
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1627
|
+
label: {
|
|
1613
1628
|
type: import("vue").PropType<string>;
|
|
1614
1629
|
required: true;
|
|
1615
1630
|
};
|
|
1616
|
-
|
|
1631
|
+
class: {
|
|
1632
|
+
type: import("vue").PropType<string | Record<string, boolean>>;
|
|
1633
|
+
};
|
|
1634
|
+
id: {
|
|
1617
1635
|
type: import("vue").PropType<string>;
|
|
1618
1636
|
required: true;
|
|
1619
1637
|
};
|
|
1620
1638
|
value: {
|
|
1621
1639
|
type: import("vue").PropType<string>;
|
|
1622
|
-
required: true;
|
|
1623
1640
|
};
|
|
1624
|
-
|
|
1641
|
+
name: {
|
|
1625
1642
|
type: import("vue").PropType<string>;
|
|
1626
1643
|
required: true;
|
|
1627
1644
|
};
|
|
1628
1645
|
checked: {
|
|
1629
1646
|
type: import("vue").PropType<boolean>;
|
|
1630
1647
|
};
|
|
1631
|
-
|
|
1632
|
-
type: import("vue").PropType<
|
|
1648
|
+
textDirection: {
|
|
1649
|
+
type: import("vue").PropType<"left" | "right">;
|
|
1650
|
+
} & {
|
|
1651
|
+
default: string;
|
|
1633
1652
|
};
|
|
1634
1653
|
hideLabel: {
|
|
1635
1654
|
type: import("vue").PropType<boolean>;
|
|
1636
1655
|
};
|
|
1637
|
-
|
|
1656
|
+
stretchLabel: {
|
|
1638
1657
|
type: import("vue").PropType<boolean>;
|
|
1658
|
+
} & {
|
|
1659
|
+
default: boolean;
|
|
1639
1660
|
};
|
|
1640
1661
|
}>> & {
|
|
1641
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1642
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps,
|
|
1662
|
+
onChange?: ((value: string | boolean) => any) | undefined;
|
|
1663
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "textDirection" | "stretchLabel">;
|
|
1643
1664
|
$attrs: {
|
|
1644
1665
|
[x: string]: unknown;
|
|
1645
1666
|
};
|
|
@@ -1651,42 +1672,51 @@ export declare const components: {
|
|
|
1651
1672
|
}>;
|
|
1652
1673
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
1653
1674
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
1654
|
-
$emit: (event: "change", value: string) => void;
|
|
1675
|
+
$emit: (event: "change", value: string | boolean) => void;
|
|
1655
1676
|
$el: any;
|
|
1656
1677
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1657
|
-
|
|
1678
|
+
label: {
|
|
1658
1679
|
type: import("vue").PropType<string>;
|
|
1659
1680
|
required: true;
|
|
1660
1681
|
};
|
|
1661
|
-
|
|
1682
|
+
class: {
|
|
1683
|
+
type: import("vue").PropType<string | Record<string, boolean>>;
|
|
1684
|
+
};
|
|
1685
|
+
id: {
|
|
1662
1686
|
type: import("vue").PropType<string>;
|
|
1663
1687
|
required: true;
|
|
1664
1688
|
};
|
|
1665
1689
|
value: {
|
|
1666
1690
|
type: import("vue").PropType<string>;
|
|
1667
|
-
required: true;
|
|
1668
1691
|
};
|
|
1669
|
-
|
|
1692
|
+
name: {
|
|
1670
1693
|
type: import("vue").PropType<string>;
|
|
1671
1694
|
required: true;
|
|
1672
1695
|
};
|
|
1673
1696
|
checked: {
|
|
1674
1697
|
type: import("vue").PropType<boolean>;
|
|
1675
1698
|
};
|
|
1676
|
-
|
|
1677
|
-
type: import("vue").PropType<
|
|
1699
|
+
textDirection: {
|
|
1700
|
+
type: import("vue").PropType<"left" | "right">;
|
|
1701
|
+
} & {
|
|
1702
|
+
default: string;
|
|
1678
1703
|
};
|
|
1679
1704
|
hideLabel: {
|
|
1680
1705
|
type: import("vue").PropType<boolean>;
|
|
1681
1706
|
};
|
|
1682
|
-
|
|
1707
|
+
stretchLabel: {
|
|
1683
1708
|
type: import("vue").PropType<boolean>;
|
|
1709
|
+
} & {
|
|
1710
|
+
default: boolean;
|
|
1684
1711
|
};
|
|
1685
1712
|
}>> & {
|
|
1686
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1713
|
+
onChange?: ((value: string | boolean) => any) | undefined;
|
|
1687
1714
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1688
|
-
change: (value: string) => void;
|
|
1689
|
-
}, string, {
|
|
1715
|
+
change: (value: string | boolean) => void;
|
|
1716
|
+
}, string, {
|
|
1717
|
+
textDirection: "left" | "right";
|
|
1718
|
+
stretchLabel: boolean;
|
|
1719
|
+
}> & {
|
|
1690
1720
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1691
1721
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
1692
1722
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -1707,74 +1737,89 @@ export declare const components: {
|
|
|
1707
1737
|
$nextTick: typeof import("vue").nextTick;
|
|
1708
1738
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
1709
1739
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1710
|
-
|
|
1740
|
+
label: {
|
|
1711
1741
|
type: import("vue").PropType<string>;
|
|
1712
1742
|
required: true;
|
|
1713
1743
|
};
|
|
1714
|
-
|
|
1744
|
+
class: {
|
|
1745
|
+
type: import("vue").PropType<string | Record<string, boolean>>;
|
|
1746
|
+
};
|
|
1747
|
+
id: {
|
|
1715
1748
|
type: import("vue").PropType<string>;
|
|
1716
1749
|
required: true;
|
|
1717
1750
|
};
|
|
1718
1751
|
value: {
|
|
1719
1752
|
type: import("vue").PropType<string>;
|
|
1720
|
-
required: true;
|
|
1721
1753
|
};
|
|
1722
|
-
|
|
1754
|
+
name: {
|
|
1723
1755
|
type: import("vue").PropType<string>;
|
|
1724
1756
|
required: true;
|
|
1725
1757
|
};
|
|
1726
1758
|
checked: {
|
|
1727
1759
|
type: import("vue").PropType<boolean>;
|
|
1728
1760
|
};
|
|
1729
|
-
|
|
1730
|
-
type: import("vue").PropType<
|
|
1761
|
+
textDirection: {
|
|
1762
|
+
type: import("vue").PropType<"left" | "right">;
|
|
1763
|
+
} & {
|
|
1764
|
+
default: string;
|
|
1731
1765
|
};
|
|
1732
1766
|
hideLabel: {
|
|
1733
1767
|
type: import("vue").PropType<boolean>;
|
|
1734
1768
|
};
|
|
1735
|
-
|
|
1769
|
+
stretchLabel: {
|
|
1736
1770
|
type: import("vue").PropType<boolean>;
|
|
1771
|
+
} & {
|
|
1772
|
+
default: boolean;
|
|
1737
1773
|
};
|
|
1738
1774
|
}>> & {
|
|
1739
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1775
|
+
onChange?: ((value: string | boolean) => any) | undefined;
|
|
1740
1776
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
1741
1777
|
__isFragment?: undefined;
|
|
1742
1778
|
__isTeleport?: undefined;
|
|
1743
1779
|
__isSuspense?: undefined;
|
|
1744
1780
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1745
|
-
|
|
1781
|
+
label: {
|
|
1746
1782
|
type: import("vue").PropType<string>;
|
|
1747
1783
|
required: true;
|
|
1748
1784
|
};
|
|
1749
|
-
|
|
1785
|
+
class: {
|
|
1786
|
+
type: import("vue").PropType<string | Record<string, boolean>>;
|
|
1787
|
+
};
|
|
1788
|
+
id: {
|
|
1750
1789
|
type: import("vue").PropType<string>;
|
|
1751
1790
|
required: true;
|
|
1752
1791
|
};
|
|
1753
1792
|
value: {
|
|
1754
1793
|
type: import("vue").PropType<string>;
|
|
1755
|
-
required: true;
|
|
1756
1794
|
};
|
|
1757
|
-
|
|
1795
|
+
name: {
|
|
1758
1796
|
type: import("vue").PropType<string>;
|
|
1759
1797
|
required: true;
|
|
1760
1798
|
};
|
|
1761
1799
|
checked: {
|
|
1762
1800
|
type: import("vue").PropType<boolean>;
|
|
1763
1801
|
};
|
|
1764
|
-
|
|
1765
|
-
type: import("vue").PropType<
|
|
1802
|
+
textDirection: {
|
|
1803
|
+
type: import("vue").PropType<"left" | "right">;
|
|
1804
|
+
} & {
|
|
1805
|
+
default: string;
|
|
1766
1806
|
};
|
|
1767
1807
|
hideLabel: {
|
|
1768
1808
|
type: import("vue").PropType<boolean>;
|
|
1769
1809
|
};
|
|
1770
|
-
|
|
1810
|
+
stretchLabel: {
|
|
1771
1811
|
type: import("vue").PropType<boolean>;
|
|
1812
|
+
} & {
|
|
1813
|
+
default: boolean;
|
|
1772
1814
|
};
|
|
1773
1815
|
}>> & {
|
|
1774
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1816
|
+
onChange?: ((value: string | boolean) => any) | undefined;
|
|
1775
1817
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1776
|
-
change: (value: string) => void;
|
|
1777
|
-
}, string, {
|
|
1818
|
+
change: (value: string | boolean) => void;
|
|
1819
|
+
}, string, {
|
|
1820
|
+
textDirection: "left" | "right";
|
|
1821
|
+
stretchLabel: boolean;
|
|
1822
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1778
1823
|
$slots: {};
|
|
1779
1824
|
});
|
|
1780
1825
|
SolDropdown: {
|
|
@@ -2864,7 +2909,7 @@ export declare const components: {
|
|
|
2864
2909
|
$data: {};
|
|
2865
2910
|
$props: Partial<{
|
|
2866
2911
|
label: string;
|
|
2867
|
-
position: ("bottom" | "top") | ("
|
|
2912
|
+
position: ("bottom" | "top") | ("left" | "right");
|
|
2868
2913
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2869
2914
|
label: {
|
|
2870
2915
|
type: import("vue").PropType<string>;
|
|
@@ -2876,7 +2921,7 @@ export declare const components: {
|
|
|
2876
2921
|
required: true;
|
|
2877
2922
|
};
|
|
2878
2923
|
position: {
|
|
2879
|
-
type: import("vue").PropType<("bottom" | "top") | ("
|
|
2924
|
+
type: import("vue").PropType<("bottom" | "top") | ("left" | "right")>;
|
|
2880
2925
|
} & {
|
|
2881
2926
|
default: string;
|
|
2882
2927
|
};
|
|
@@ -2905,13 +2950,13 @@ export declare const components: {
|
|
|
2905
2950
|
required: true;
|
|
2906
2951
|
};
|
|
2907
2952
|
position: {
|
|
2908
|
-
type: import("vue").PropType<("bottom" | "top") | ("
|
|
2953
|
+
type: import("vue").PropType<("bottom" | "top") | ("left" | "right")>;
|
|
2909
2954
|
} & {
|
|
2910
2955
|
default: string;
|
|
2911
2956
|
};
|
|
2912
2957
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
2913
2958
|
label: string;
|
|
2914
|
-
position: ("bottom" | "top") | ("
|
|
2959
|
+
position: ("bottom" | "top") | ("left" | "right");
|
|
2915
2960
|
}> & {
|
|
2916
2961
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
2917
2962
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -2943,7 +2988,7 @@ export declare const components: {
|
|
|
2943
2988
|
required: true;
|
|
2944
2989
|
};
|
|
2945
2990
|
position: {
|
|
2946
|
-
type: import("vue").PropType<("bottom" | "top") | ("
|
|
2991
|
+
type: import("vue").PropType<("bottom" | "top") | ("left" | "right")>;
|
|
2947
2992
|
} & {
|
|
2948
2993
|
default: string;
|
|
2949
2994
|
};
|
|
@@ -2962,13 +3007,13 @@ export declare const components: {
|
|
|
2962
3007
|
required: true;
|
|
2963
3008
|
};
|
|
2964
3009
|
position: {
|
|
2965
|
-
type: import("vue").PropType<("bottom" | "top") | ("
|
|
3010
|
+
type: import("vue").PropType<("bottom" | "top") | ("left" | "right")>;
|
|
2966
3011
|
} & {
|
|
2967
3012
|
default: string;
|
|
2968
3013
|
};
|
|
2969
3014
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
2970
3015
|
label: string;
|
|
2971
|
-
position: ("bottom" | "top") | ("
|
|
3016
|
+
position: ("bottom" | "top") | ("left" | "right");
|
|
2972
3017
|
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2973
3018
|
$slots: {
|
|
2974
3019
|
label: (_: {
|