@solfacil/girassol 0.2.10 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/girassol.es.js +340 -317
- package/dist/girassol.umd.js +2 -2
- package/dist/style.css +1 -1
- package/dist/theme/solfacil/miscs.d.ts +7 -0
- package/dist/theme/solfacil/spacing.d.ts +3 -0
- 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/menus/menu-item/menu-item-link/MenuItemLink.vue.d.ts +4 -0
- package/dist/types/components/menus/menu-item/menu-item-link/types.d.ts +1 -0
- package/dist/types/index.d.ts +108 -84
- package/package.json +20 -18
- package/theme/solfacil/spacing.ts +2 -1
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
|
};
|
|
@@ -2988,6 +3000,9 @@ export declare const components: {
|
|
|
2988
3000
|
type: import("vue").PropType<string>;
|
|
2989
3001
|
required: true;
|
|
2990
3002
|
};
|
|
3003
|
+
linkId: {
|
|
3004
|
+
type: import("vue").PropType<string>;
|
|
3005
|
+
};
|
|
2991
3006
|
text: {
|
|
2992
3007
|
type: import("vue").PropType<string>;
|
|
2993
3008
|
};
|
|
@@ -3021,6 +3036,9 @@ export declare const components: {
|
|
|
3021
3036
|
type: import("vue").PropType<string>;
|
|
3022
3037
|
required: true;
|
|
3023
3038
|
};
|
|
3039
|
+
linkId: {
|
|
3040
|
+
type: import("vue").PropType<string>;
|
|
3041
|
+
};
|
|
3024
3042
|
text: {
|
|
3025
3043
|
type: import("vue").PropType<string>;
|
|
3026
3044
|
};
|
|
@@ -3062,6 +3080,9 @@ export declare const components: {
|
|
|
3062
3080
|
type: import("vue").PropType<string>;
|
|
3063
3081
|
required: true;
|
|
3064
3082
|
};
|
|
3083
|
+
linkId: {
|
|
3084
|
+
type: import("vue").PropType<string>;
|
|
3085
|
+
};
|
|
3065
3086
|
text: {
|
|
3066
3087
|
type: import("vue").PropType<string>;
|
|
3067
3088
|
};
|
|
@@ -3085,6 +3106,9 @@ export declare const components: {
|
|
|
3085
3106
|
type: import("vue").PropType<string>;
|
|
3086
3107
|
required: true;
|
|
3087
3108
|
};
|
|
3109
|
+
linkId: {
|
|
3110
|
+
type: import("vue").PropType<string>;
|
|
3111
|
+
};
|
|
3088
3112
|
text: {
|
|
3089
3113
|
type: import("vue").PropType<string>;
|
|
3090
3114
|
};
|