@vtj/designer 0.13.33 → 0.13.34
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-DoqFIqOf.js +4 -0
- package/dist/{index-CEEqXugH.js → index-D_2YXCGf.js} +6957 -6921
- package/dist/index.mjs +1 -1
- package/package.json +7 -7
- package/types/components/setters/image.d.ts +213 -366
- package/types/components/setters/index.d.ts +212 -366
- package/types/components/shared/binder.d.ts +140 -336
- package/types/components/shared/panel.d.ts +6 -6
- package/types/components/shared/viewer.d.ts +266 -13727
- package/types/components/widgets/ai/image-input.d.ts +213 -366
- package/types/components/widgets/ai/index.d.ts +3 -3
- package/types/components/widgets/ai/json-input.d.ts +299 -622
- package/types/components/widgets/apis/form.d.ts +70 -166
- package/types/components/widgets/docs/index.d.ts +3 -3
- package/types/components/widgets/index.d.ts +9 -9
- package/types/components/widgets/market/index.d.ts +3 -3
- package/types/components/widgets/scripts/group.d.ts +86 -224
- package/types/version.d.ts +2 -2
- package/dist/Editor-CAfYjzC4.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;
|
|
@@ -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
|
};
|
|
@@ -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;
|
|
@@ -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
|
};
|
|
@@ -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: {
|