@vtj/designer 0.15.0 → 0.15.2
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/Editor-B9dPD8ek.js +4 -0
- package/dist/{index-jbkhdX3-.js → index-D_o_OJgt.js} +7 -6
- package/dist/index.mjs +1 -1
- package/package.json +7 -8
- package/types/components/setters/image.d.ts +277 -318
- package/types/components/setters/index.d.ts +277 -318
- package/types/components/shared/binder.d.ts +313 -234
- package/types/components/shared/panel.d.ts +30 -30
- package/types/components/shared/slots.d.ts +2 -2
- package/types/components/widgets/ai/image-input.d.ts +277 -318
- package/types/components/widgets/ai/index.d.ts +15 -15
- package/types/components/widgets/ai/json-input.d.ts +558 -595
- package/types/components/widgets/apis/form.d.ts +182 -142
- package/types/components/widgets/devtools/index.d.ts +26 -26
- package/types/components/widgets/docs/index.d.ts +15 -15
- package/types/components/widgets/index.d.ts +71 -71
- package/types/components/widgets/market/index.d.ts +15 -15
- package/types/components/widgets/scripts/group.d.ts +199 -188
- package/types/components/widgets/style/spacing-input.d.ts +6 -6
- package/types/version.d.ts +2 -2
- package/dist/Editor-Bcd7lQm0.js +0 -4
|
@@ -33,8 +33,8 @@ declare function __VLS_template(): {
|
|
|
33
33
|
card: boolean;
|
|
34
34
|
}> & Omit<{
|
|
35
35
|
readonly radius: boolean;
|
|
36
|
-
readonly border: boolean;
|
|
37
36
|
readonly fit: boolean;
|
|
37
|
+
readonly border: boolean;
|
|
38
38
|
readonly card: boolean;
|
|
39
39
|
readonly size?: BaseSize | undefined;
|
|
40
40
|
readonly height?: string | number | undefined;
|
|
@@ -49,10 +49,10 @@ declare function __VLS_template(): {
|
|
|
49
49
|
default: boolean;
|
|
50
50
|
};
|
|
51
51
|
width: {
|
|
52
|
-
type: (
|
|
52
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
53
53
|
};
|
|
54
54
|
height: {
|
|
55
|
-
type: (
|
|
55
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
56
56
|
};
|
|
57
57
|
flex: {
|
|
58
58
|
type: BooleanConstructor;
|
|
@@ -118,10 +118,10 @@ declare function __VLS_template(): {
|
|
|
118
118
|
default: boolean;
|
|
119
119
|
};
|
|
120
120
|
width: {
|
|
121
|
-
type: (
|
|
121
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
122
122
|
};
|
|
123
123
|
height: {
|
|
124
|
-
type: (
|
|
124
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
125
125
|
};
|
|
126
126
|
flex: {
|
|
127
127
|
type: BooleanConstructor;
|
|
@@ -199,7 +199,7 @@ declare function __VLS_template(): {
|
|
|
199
199
|
};
|
|
200
200
|
}>>> | null | undefined;
|
|
201
201
|
readonly shadow?: "hover" | "none" | "always" | undefined;
|
|
202
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "radius" | "
|
|
202
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "radius" | "fit" | "border" | "card">;
|
|
203
203
|
$attrs: {
|
|
204
204
|
[x: string]: unknown;
|
|
205
205
|
};
|
|
@@ -271,10 +271,10 @@ declare function __VLS_template(): {
|
|
|
271
271
|
default: boolean;
|
|
272
272
|
};
|
|
273
273
|
width: {
|
|
274
|
-
type: (
|
|
274
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
275
275
|
};
|
|
276
276
|
height: {
|
|
277
|
-
type: (
|
|
277
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
278
278
|
};
|
|
279
279
|
flex: {
|
|
280
280
|
type: BooleanConstructor;
|
|
@@ -392,10 +392,10 @@ declare function __VLS_template(): {
|
|
|
392
392
|
default: boolean;
|
|
393
393
|
};
|
|
394
394
|
width: {
|
|
395
|
-
type: (
|
|
395
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
396
396
|
};
|
|
397
397
|
height: {
|
|
398
|
-
type: (
|
|
398
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
399
399
|
};
|
|
400
400
|
flex: {
|
|
401
401
|
type: BooleanConstructor;
|
|
@@ -474,10 +474,10 @@ declare function __VLS_template(): {
|
|
|
474
474
|
default: boolean;
|
|
475
475
|
};
|
|
476
476
|
width: {
|
|
477
|
-
type: (
|
|
477
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
478
478
|
};
|
|
479
479
|
height: {
|
|
480
|
-
type: (
|
|
480
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
481
481
|
};
|
|
482
482
|
border: {
|
|
483
483
|
type: BooleanConstructor;
|
|
@@ -546,10 +546,10 @@ declare function __VLS_template(): {
|
|
|
546
546
|
default: boolean;
|
|
547
547
|
};
|
|
548
548
|
width: {
|
|
549
|
-
type: (
|
|
549
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
550
550
|
};
|
|
551
551
|
height: {
|
|
552
|
-
type: (
|
|
552
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
553
553
|
};
|
|
554
554
|
border: {
|
|
555
555
|
type: BooleanConstructor;
|
|
@@ -577,7 +577,7 @@ declare function __VLS_template(): {
|
|
|
577
577
|
footer: {
|
|
578
578
|
type: PropType<ContainerProps>;
|
|
579
579
|
};
|
|
580
|
-
}>> & Readonly<{}>, "radius" | "
|
|
580
|
+
}>> & Readonly<{}>, "radius" | "fit" | "border" | "card" | "bodyRef"> & ShallowUnwrapRef<{
|
|
581
581
|
bodyRef: Ref<any, any>;
|
|
582
582
|
}> & {} & ComponentCustomProperties & {} & {
|
|
583
583
|
$slots: {
|
|
@@ -627,8 +627,8 @@ declare const __VLS_component: DefineComponent<Props, {
|
|
|
627
627
|
card: boolean;
|
|
628
628
|
}> & Omit<{
|
|
629
629
|
readonly radius: boolean;
|
|
630
|
-
readonly border: boolean;
|
|
631
630
|
readonly fit: boolean;
|
|
631
|
+
readonly border: boolean;
|
|
632
632
|
readonly card: boolean;
|
|
633
633
|
readonly size?: BaseSize | undefined;
|
|
634
634
|
readonly height?: string | number | undefined;
|
|
@@ -643,10 +643,10 @@ declare const __VLS_component: DefineComponent<Props, {
|
|
|
643
643
|
default: boolean;
|
|
644
644
|
};
|
|
645
645
|
width: {
|
|
646
|
-
type: (
|
|
646
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
647
647
|
};
|
|
648
648
|
height: {
|
|
649
|
-
type: (
|
|
649
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
650
650
|
};
|
|
651
651
|
flex: {
|
|
652
652
|
type: BooleanConstructor;
|
|
@@ -712,10 +712,10 @@ declare const __VLS_component: DefineComponent<Props, {
|
|
|
712
712
|
default: boolean;
|
|
713
713
|
};
|
|
714
714
|
width: {
|
|
715
|
-
type: (
|
|
715
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
716
716
|
};
|
|
717
717
|
height: {
|
|
718
|
-
type: (
|
|
718
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
719
719
|
};
|
|
720
720
|
flex: {
|
|
721
721
|
type: BooleanConstructor;
|
|
@@ -793,7 +793,7 @@ declare const __VLS_component: DefineComponent<Props, {
|
|
|
793
793
|
};
|
|
794
794
|
}>>> | null | undefined;
|
|
795
795
|
readonly shadow?: "hover" | "none" | "always" | undefined;
|
|
796
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "radius" | "
|
|
796
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "radius" | "fit" | "border" | "card">;
|
|
797
797
|
$attrs: {
|
|
798
798
|
[x: string]: unknown;
|
|
799
799
|
};
|
|
@@ -865,10 +865,10 @@ declare const __VLS_component: DefineComponent<Props, {
|
|
|
865
865
|
default: boolean;
|
|
866
866
|
};
|
|
867
867
|
width: {
|
|
868
|
-
type: (
|
|
868
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
869
869
|
};
|
|
870
870
|
height: {
|
|
871
|
-
type: (
|
|
871
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
872
872
|
};
|
|
873
873
|
flex: {
|
|
874
874
|
type: BooleanConstructor;
|
|
@@ -986,10 +986,10 @@ declare const __VLS_component: DefineComponent<Props, {
|
|
|
986
986
|
default: boolean;
|
|
987
987
|
};
|
|
988
988
|
width: {
|
|
989
|
-
type: (
|
|
989
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
990
990
|
};
|
|
991
991
|
height: {
|
|
992
|
-
type: (
|
|
992
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
993
993
|
};
|
|
994
994
|
flex: {
|
|
995
995
|
type: BooleanConstructor;
|
|
@@ -1068,10 +1068,10 @@ declare const __VLS_component: DefineComponent<Props, {
|
|
|
1068
1068
|
default: boolean;
|
|
1069
1069
|
};
|
|
1070
1070
|
width: {
|
|
1071
|
-
type: (
|
|
1071
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1072
1072
|
};
|
|
1073
1073
|
height: {
|
|
1074
|
-
type: (
|
|
1074
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1075
1075
|
};
|
|
1076
1076
|
border: {
|
|
1077
1077
|
type: BooleanConstructor;
|
|
@@ -1140,10 +1140,10 @@ declare const __VLS_component: DefineComponent<Props, {
|
|
|
1140
1140
|
default: boolean;
|
|
1141
1141
|
};
|
|
1142
1142
|
width: {
|
|
1143
|
-
type: (
|
|
1143
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1144
1144
|
};
|
|
1145
1145
|
height: {
|
|
1146
|
-
type: (
|
|
1146
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1147
1147
|
};
|
|
1148
1148
|
border: {
|
|
1149
1149
|
type: BooleanConstructor;
|
|
@@ -1171,7 +1171,7 @@ declare const __VLS_component: DefineComponent<Props, {
|
|
|
1171
1171
|
footer: {
|
|
1172
1172
|
type: PropType<ContainerProps>;
|
|
1173
1173
|
};
|
|
1174
|
-
}>> & Readonly<{}>, "radius" | "
|
|
1174
|
+
}>> & Readonly<{}>, "radius" | "fit" | "border" | "card" | "bodyRef"> & ShallowUnwrapRef<{
|
|
1175
1175
|
bodyRef: Ref<any, any>;
|
|
1176
1176
|
}> & {} & ComponentCustomProperties & {} & {
|
|
1177
1177
|
$slots: {
|
|
@@ -5,11 +5,11 @@ export interface Props {
|
|
|
5
5
|
slots?: MaterialSlot[];
|
|
6
6
|
}
|
|
7
7
|
declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8
|
-
submit: (...args: any[]) => void;
|
|
9
8
|
"update:modelValue": (...args: any[]) => void;
|
|
9
|
+
submit: (...args: any[]) => void;
|
|
10
10
|
}, string, PublicProps, Readonly<Props> & Readonly<{
|
|
11
|
-
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
12
11
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
12
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
13
13
|
}>, {
|
|
14
14
|
name: string;
|
|
15
15
|
slots: MaterialSlot[];
|