@vtj/designer 0.15.1 → 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-DJr_meHg.js → index-D_o_OJgt.js} +3 -3
- package/dist/index.mjs +1 -1
- package/package.json +7 -7
- 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-CXrxSb1D.js +0 -4
|
@@ -321,8 +321,8 @@ export declare const widgets: {
|
|
|
321
321
|
card: boolean;
|
|
322
322
|
}> & Omit<{
|
|
323
323
|
readonly radius: boolean;
|
|
324
|
-
readonly border: boolean;
|
|
325
324
|
readonly fit: boolean;
|
|
325
|
+
readonly border: boolean;
|
|
326
326
|
readonly card: boolean;
|
|
327
327
|
readonly size?: BaseSize | undefined;
|
|
328
328
|
readonly height?: string | number | undefined;
|
|
@@ -337,10 +337,10 @@ export declare const widgets: {
|
|
|
337
337
|
default: boolean;
|
|
338
338
|
};
|
|
339
339
|
width: {
|
|
340
|
-
type: (
|
|
340
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
341
341
|
};
|
|
342
342
|
height: {
|
|
343
|
-
type: (
|
|
343
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
344
344
|
};
|
|
345
345
|
flex: {
|
|
346
346
|
type: BooleanConstructor;
|
|
@@ -406,10 +406,10 @@ export declare const widgets: {
|
|
|
406
406
|
default: boolean;
|
|
407
407
|
};
|
|
408
408
|
width: {
|
|
409
|
-
type: (
|
|
409
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
410
410
|
};
|
|
411
411
|
height: {
|
|
412
|
-
type: (
|
|
412
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
413
413
|
};
|
|
414
414
|
flex: {
|
|
415
415
|
type: BooleanConstructor;
|
|
@@ -487,7 +487,7 @@ export declare const widgets: {
|
|
|
487
487
|
};
|
|
488
488
|
}>>> | null | undefined;
|
|
489
489
|
readonly shadow?: "hover" | "none" | "always" | undefined;
|
|
490
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "radius" | "
|
|
490
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "radius" | "fit" | "border" | "card">;
|
|
491
491
|
$attrs: {
|
|
492
492
|
[x: string]: unknown;
|
|
493
493
|
};
|
|
@@ -559,10 +559,10 @@ export declare const widgets: {
|
|
|
559
559
|
default: boolean;
|
|
560
560
|
};
|
|
561
561
|
width: {
|
|
562
|
-
type: (
|
|
562
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
563
563
|
};
|
|
564
564
|
height: {
|
|
565
|
-
type: (
|
|
565
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
566
566
|
};
|
|
567
567
|
flex: {
|
|
568
568
|
type: BooleanConstructor;
|
|
@@ -680,10 +680,10 @@ export declare const widgets: {
|
|
|
680
680
|
default: boolean;
|
|
681
681
|
};
|
|
682
682
|
width: {
|
|
683
|
-
type: (
|
|
683
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
684
684
|
};
|
|
685
685
|
height: {
|
|
686
|
-
type: (
|
|
686
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
687
687
|
};
|
|
688
688
|
flex: {
|
|
689
689
|
type: BooleanConstructor;
|
|
@@ -762,10 +762,10 @@ export declare const widgets: {
|
|
|
762
762
|
default: boolean;
|
|
763
763
|
};
|
|
764
764
|
width: {
|
|
765
|
-
type: (
|
|
765
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
766
766
|
};
|
|
767
767
|
height: {
|
|
768
|
-
type: (
|
|
768
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
769
769
|
};
|
|
770
770
|
border: {
|
|
771
771
|
type: BooleanConstructor;
|
|
@@ -834,10 +834,10 @@ export declare const widgets: {
|
|
|
834
834
|
default: boolean;
|
|
835
835
|
};
|
|
836
836
|
width: {
|
|
837
|
-
type: (
|
|
837
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
838
838
|
};
|
|
839
839
|
height: {
|
|
840
|
-
type: (
|
|
840
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
841
841
|
};
|
|
842
842
|
border: {
|
|
843
843
|
type: BooleanConstructor;
|
|
@@ -865,7 +865,7 @@ export declare const widgets: {
|
|
|
865
865
|
footer: {
|
|
866
866
|
type: PropType<ContainerProps>;
|
|
867
867
|
};
|
|
868
|
-
}>> & Readonly<{}>, "radius" | "
|
|
868
|
+
}>> & Readonly<{}>, "radius" | "fit" | "border" | "card" | "bodyRef"> & ShallowUnwrapRef<{
|
|
869
869
|
bodyRef: Ref<any, any>;
|
|
870
870
|
}> & {} & ComponentCustomProperties & {} & {
|
|
871
871
|
$slots: {
|
|
@@ -1000,8 +1000,8 @@ export declare const widgets: {
|
|
|
1000
1000
|
card: boolean;
|
|
1001
1001
|
}> & Omit<{
|
|
1002
1002
|
readonly radius: boolean;
|
|
1003
|
-
readonly border: boolean;
|
|
1004
1003
|
readonly fit: boolean;
|
|
1004
|
+
readonly border: boolean;
|
|
1005
1005
|
readonly card: boolean;
|
|
1006
1006
|
readonly size?: BaseSize | undefined;
|
|
1007
1007
|
readonly height?: string | number | undefined;
|
|
@@ -1016,10 +1016,10 @@ export declare const widgets: {
|
|
|
1016
1016
|
default: boolean;
|
|
1017
1017
|
};
|
|
1018
1018
|
width: {
|
|
1019
|
-
type: (
|
|
1019
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1020
1020
|
};
|
|
1021
1021
|
height: {
|
|
1022
|
-
type: (
|
|
1022
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1023
1023
|
};
|
|
1024
1024
|
flex: {
|
|
1025
1025
|
type: BooleanConstructor;
|
|
@@ -1085,10 +1085,10 @@ export declare const widgets: {
|
|
|
1085
1085
|
default: boolean;
|
|
1086
1086
|
};
|
|
1087
1087
|
width: {
|
|
1088
|
-
type: (
|
|
1088
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1089
1089
|
};
|
|
1090
1090
|
height: {
|
|
1091
|
-
type: (
|
|
1091
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1092
1092
|
};
|
|
1093
1093
|
flex: {
|
|
1094
1094
|
type: BooleanConstructor;
|
|
@@ -1166,7 +1166,7 @@ export declare const widgets: {
|
|
|
1166
1166
|
};
|
|
1167
1167
|
}>>> | null | undefined;
|
|
1168
1168
|
readonly shadow?: "hover" | "none" | "always" | undefined;
|
|
1169
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "radius" | "
|
|
1169
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "radius" | "fit" | "border" | "card">;
|
|
1170
1170
|
$attrs: {
|
|
1171
1171
|
[x: string]: unknown;
|
|
1172
1172
|
};
|
|
@@ -1238,10 +1238,10 @@ export declare const widgets: {
|
|
|
1238
1238
|
default: boolean;
|
|
1239
1239
|
};
|
|
1240
1240
|
width: {
|
|
1241
|
-
type: (
|
|
1241
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1242
1242
|
};
|
|
1243
1243
|
height: {
|
|
1244
|
-
type: (
|
|
1244
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1245
1245
|
};
|
|
1246
1246
|
flex: {
|
|
1247
1247
|
type: BooleanConstructor;
|
|
@@ -1359,10 +1359,10 @@ export declare const widgets: {
|
|
|
1359
1359
|
default: boolean;
|
|
1360
1360
|
};
|
|
1361
1361
|
width: {
|
|
1362
|
-
type: (
|
|
1362
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1363
1363
|
};
|
|
1364
1364
|
height: {
|
|
1365
|
-
type: (
|
|
1365
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1366
1366
|
};
|
|
1367
1367
|
flex: {
|
|
1368
1368
|
type: BooleanConstructor;
|
|
@@ -1441,10 +1441,10 @@ export declare const widgets: {
|
|
|
1441
1441
|
default: boolean;
|
|
1442
1442
|
};
|
|
1443
1443
|
width: {
|
|
1444
|
-
type: (
|
|
1444
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1445
1445
|
};
|
|
1446
1446
|
height: {
|
|
1447
|
-
type: (
|
|
1447
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1448
1448
|
};
|
|
1449
1449
|
border: {
|
|
1450
1450
|
type: BooleanConstructor;
|
|
@@ -1513,10 +1513,10 @@ export declare const widgets: {
|
|
|
1513
1513
|
default: boolean;
|
|
1514
1514
|
};
|
|
1515
1515
|
width: {
|
|
1516
|
-
type: (
|
|
1516
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1517
1517
|
};
|
|
1518
1518
|
height: {
|
|
1519
|
-
type: (
|
|
1519
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1520
1520
|
};
|
|
1521
1521
|
border: {
|
|
1522
1522
|
type: BooleanConstructor;
|
|
@@ -1544,7 +1544,7 @@ export declare const widgets: {
|
|
|
1544
1544
|
footer: {
|
|
1545
1545
|
type: PropType<ContainerProps>;
|
|
1546
1546
|
};
|
|
1547
|
-
}>> & Readonly<{}>, "radius" | "
|
|
1547
|
+
}>> & Readonly<{}>, "radius" | "fit" | "border" | "card" | "bodyRef"> & ShallowUnwrapRef<{
|
|
1548
1548
|
bodyRef: Ref<any, any>;
|
|
1549
1549
|
}> & {} & ComponentCustomProperties & {} & {
|
|
1550
1550
|
$slots: {
|
|
@@ -1678,8 +1678,8 @@ export declare const widgets: {
|
|
|
1678
1678
|
card: boolean;
|
|
1679
1679
|
}> & Omit<{
|
|
1680
1680
|
readonly radius: boolean;
|
|
1681
|
-
readonly border: boolean;
|
|
1682
1681
|
readonly fit: boolean;
|
|
1682
|
+
readonly border: boolean;
|
|
1683
1683
|
readonly card: boolean;
|
|
1684
1684
|
readonly size?: BaseSize | undefined;
|
|
1685
1685
|
readonly height?: string | number | undefined;
|
|
@@ -1694,10 +1694,10 @@ export declare const widgets: {
|
|
|
1694
1694
|
default: boolean;
|
|
1695
1695
|
};
|
|
1696
1696
|
width: {
|
|
1697
|
-
type: (
|
|
1697
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1698
1698
|
};
|
|
1699
1699
|
height: {
|
|
1700
|
-
type: (
|
|
1700
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1701
1701
|
};
|
|
1702
1702
|
flex: {
|
|
1703
1703
|
type: BooleanConstructor;
|
|
@@ -1763,10 +1763,10 @@ export declare const widgets: {
|
|
|
1763
1763
|
default: boolean;
|
|
1764
1764
|
};
|
|
1765
1765
|
width: {
|
|
1766
|
-
type: (
|
|
1766
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1767
1767
|
};
|
|
1768
1768
|
height: {
|
|
1769
|
-
type: (
|
|
1769
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1770
1770
|
};
|
|
1771
1771
|
flex: {
|
|
1772
1772
|
type: BooleanConstructor;
|
|
@@ -1844,7 +1844,7 @@ export declare const widgets: {
|
|
|
1844
1844
|
};
|
|
1845
1845
|
}>>> | null | undefined;
|
|
1846
1846
|
readonly shadow?: "hover" | "none" | "always" | undefined;
|
|
1847
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "radius" | "
|
|
1847
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "radius" | "fit" | "border" | "card">;
|
|
1848
1848
|
$attrs: {
|
|
1849
1849
|
[x: string]: unknown;
|
|
1850
1850
|
};
|
|
@@ -1916,10 +1916,10 @@ export declare const widgets: {
|
|
|
1916
1916
|
default: boolean;
|
|
1917
1917
|
};
|
|
1918
1918
|
width: {
|
|
1919
|
-
type: (
|
|
1919
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1920
1920
|
};
|
|
1921
1921
|
height: {
|
|
1922
|
-
type: (
|
|
1922
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1923
1923
|
};
|
|
1924
1924
|
flex: {
|
|
1925
1925
|
type: BooleanConstructor;
|
|
@@ -2037,10 +2037,10 @@ export declare const widgets: {
|
|
|
2037
2037
|
default: boolean;
|
|
2038
2038
|
};
|
|
2039
2039
|
width: {
|
|
2040
|
-
type: (
|
|
2040
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2041
2041
|
};
|
|
2042
2042
|
height: {
|
|
2043
|
-
type: (
|
|
2043
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2044
2044
|
};
|
|
2045
2045
|
flex: {
|
|
2046
2046
|
type: BooleanConstructor;
|
|
@@ -2119,10 +2119,10 @@ export declare const widgets: {
|
|
|
2119
2119
|
default: boolean;
|
|
2120
2120
|
};
|
|
2121
2121
|
width: {
|
|
2122
|
-
type: (
|
|
2122
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2123
2123
|
};
|
|
2124
2124
|
height: {
|
|
2125
|
-
type: (
|
|
2125
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2126
2126
|
};
|
|
2127
2127
|
border: {
|
|
2128
2128
|
type: BooleanConstructor;
|
|
@@ -2191,10 +2191,10 @@ export declare const widgets: {
|
|
|
2191
2191
|
default: boolean;
|
|
2192
2192
|
};
|
|
2193
2193
|
width: {
|
|
2194
|
-
type: (
|
|
2194
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2195
2195
|
};
|
|
2196
2196
|
height: {
|
|
2197
|
-
type: (
|
|
2197
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2198
2198
|
};
|
|
2199
2199
|
border: {
|
|
2200
2200
|
type: BooleanConstructor;
|
|
@@ -2222,7 +2222,7 @@ export declare const widgets: {
|
|
|
2222
2222
|
footer: {
|
|
2223
2223
|
type: PropType<ContainerProps>;
|
|
2224
2224
|
};
|
|
2225
|
-
}>> & Readonly<{}>, "radius" | "
|
|
2225
|
+
}>> & Readonly<{}>, "radius" | "fit" | "border" | "card" | "bodyRef"> & ShallowUnwrapRef<{
|
|
2226
2226
|
bodyRef: Ref<any, any>;
|
|
2227
2227
|
}> & {} & ComponentCustomProperties & {} & {
|
|
2228
2228
|
$slots: {
|
|
@@ -3621,11 +3621,11 @@ export declare const widgets: {
|
|
|
3621
3621
|
bodyPadding: boolean;
|
|
3622
3622
|
}> & Omit<{
|
|
3623
3623
|
readonly size: BaseSize;
|
|
3624
|
-
readonly primary: boolean;
|
|
3625
|
-
readonly mode: DialogMode;
|
|
3626
3624
|
readonly height: string | number;
|
|
3627
3625
|
readonly width: string | number;
|
|
3626
|
+
readonly primary: boolean;
|
|
3628
3627
|
readonly modelValue: boolean;
|
|
3628
|
+
readonly mode: DialogMode;
|
|
3629
3629
|
readonly draggable: boolean | DraggableOptions;
|
|
3630
3630
|
readonly pure: boolean;
|
|
3631
3631
|
readonly modal: boolean;
|
|
@@ -3644,8 +3644,8 @@ export declare const widgets: {
|
|
|
3644
3644
|
[key: string]: any;
|
|
3645
3645
|
}> | DefineComponent<any, any, any, any> | undefined;
|
|
3646
3646
|
readonly src?: string | undefined;
|
|
3647
|
-
readonly submit?: string | boolean | undefined;
|
|
3648
3647
|
readonly subtitle?: string | undefined;
|
|
3648
|
+
readonly submit?: string | boolean | undefined;
|
|
3649
3649
|
readonly resizable?: boolean | ResizableOptions | undefined;
|
|
3650
3650
|
readonly componentInstance?: Record<string, any> | null | undefined;
|
|
3651
3651
|
readonly onClose?: (() => any) | undefined | undefined;
|
|
@@ -3700,7 +3700,7 @@ export declare const widgets: {
|
|
|
3700
3700
|
isOutside: ShallowRef<boolean, boolean>;
|
|
3701
3701
|
stop: () => void;
|
|
3702
3702
|
}) => any) | undefined | undefined;
|
|
3703
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "size" | "
|
|
3703
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "size" | "height" | "width" | "primary" | "modelValue" | "mode" | "draggable" | "pure" | "modal" | "closable" | "maximizable" | "minimizable" | "bodyPadding">;
|
|
3704
3704
|
$attrs: {
|
|
3705
3705
|
[x: string]: unknown;
|
|
3706
3706
|
};
|
|
@@ -3732,10 +3732,10 @@ export declare const widgets: {
|
|
|
3732
3732
|
default: boolean;
|
|
3733
3733
|
};
|
|
3734
3734
|
width: {
|
|
3735
|
-
type: (
|
|
3735
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
3736
3736
|
};
|
|
3737
3737
|
height: {
|
|
3738
|
-
type: (
|
|
3738
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
3739
3739
|
};
|
|
3740
3740
|
flex: {
|
|
3741
3741
|
type: BooleanConstructor;
|
|
@@ -3800,10 +3800,10 @@ export declare const widgets: {
|
|
|
3800
3800
|
default: boolean;
|
|
3801
3801
|
};
|
|
3802
3802
|
width: {
|
|
3803
|
-
type: (
|
|
3803
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
3804
3804
|
};
|
|
3805
3805
|
height: {
|
|
3806
|
-
type: (
|
|
3806
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
3807
3807
|
};
|
|
3808
3808
|
flex: {
|
|
3809
3809
|
type: BooleanConstructor;
|
|
@@ -3956,10 +3956,10 @@ export declare const widgets: {
|
|
|
3956
3956
|
default: boolean;
|
|
3957
3957
|
};
|
|
3958
3958
|
width: {
|
|
3959
|
-
type: (
|
|
3959
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
3960
3960
|
};
|
|
3961
3961
|
height: {
|
|
3962
|
-
type: (
|
|
3962
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
3963
3963
|
};
|
|
3964
3964
|
flex: {
|
|
3965
3965
|
type: BooleanConstructor;
|
|
@@ -4077,10 +4077,10 @@ export declare const widgets: {
|
|
|
4077
4077
|
default: boolean;
|
|
4078
4078
|
};
|
|
4079
4079
|
width: {
|
|
4080
|
-
type: (
|
|
4080
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
4081
4081
|
};
|
|
4082
4082
|
height: {
|
|
4083
|
-
type: (
|
|
4083
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
4084
4084
|
};
|
|
4085
4085
|
flex: {
|
|
4086
4086
|
type: BooleanConstructor;
|
|
@@ -4159,10 +4159,10 @@ export declare const widgets: {
|
|
|
4159
4159
|
default: boolean;
|
|
4160
4160
|
};
|
|
4161
4161
|
width: {
|
|
4162
|
-
type: (
|
|
4162
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
4163
4163
|
};
|
|
4164
4164
|
height: {
|
|
4165
|
-
type: (
|
|
4165
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
4166
4166
|
};
|
|
4167
4167
|
border: {
|
|
4168
4168
|
type: BooleanConstructor;
|
|
@@ -4231,10 +4231,10 @@ export declare const widgets: {
|
|
|
4231
4231
|
default: boolean;
|
|
4232
4232
|
};
|
|
4233
4233
|
width: {
|
|
4234
|
-
type: (
|
|
4234
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
4235
4235
|
};
|
|
4236
4236
|
height: {
|
|
4237
|
-
type: (
|
|
4237
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
4238
4238
|
};
|
|
4239
4239
|
border: {
|
|
4240
4240
|
type: BooleanConstructor;
|
|
@@ -4281,7 +4281,7 @@ export declare const widgets: {
|
|
|
4281
4281
|
$root: ComponentPublicInstance | null;
|
|
4282
4282
|
$parent: ComponentPublicInstance | null;
|
|
4283
4283
|
$host: Element | null;
|
|
4284
|
-
$emit: ((event: "close") => void) & ((event: "cancel") => void) & ((event: "open", instance: ComponentInternalInstance) => void) & ((event: "
|
|
4284
|
+
$emit: ((event: "close") => void) & ((event: "cancel") => void) & ((event: "open", instance: ComponentInternalInstance) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "submit") => void) & ((event: "maximized") => void) & ((event: "minimized") => void) & ((event: "resizing", dir: string, mie: {
|
|
4285
4285
|
x: ShallowRef<number, number>;
|
|
4286
4286
|
y: ShallowRef<number, number>;
|
|
4287
4287
|
sourceType: ShallowRef<UseMouseSourceType, UseMouseSourceType>;
|
|
@@ -4338,18 +4338,18 @@ export declare const widgets: {
|
|
|
4338
4338
|
default: string;
|
|
4339
4339
|
};
|
|
4340
4340
|
width: {
|
|
4341
|
-
type: (
|
|
4341
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
4342
4342
|
default: string;
|
|
4343
4343
|
};
|
|
4344
4344
|
height: {
|
|
4345
|
-
type: (
|
|
4345
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
4346
4346
|
default: string;
|
|
4347
4347
|
};
|
|
4348
4348
|
left: {
|
|
4349
|
-
type: (
|
|
4349
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
4350
4350
|
};
|
|
4351
4351
|
top: {
|
|
4352
|
-
type: (
|
|
4352
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
4353
4353
|
};
|
|
4354
4354
|
modal: {
|
|
4355
4355
|
type: BooleanConstructor;
|
|
@@ -4609,18 +4609,18 @@ export declare const widgets: {
|
|
|
4609
4609
|
default: string;
|
|
4610
4610
|
};
|
|
4611
4611
|
width: {
|
|
4612
|
-
type: (
|
|
4612
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
4613
4613
|
default: string;
|
|
4614
4614
|
};
|
|
4615
4615
|
height: {
|
|
4616
|
-
type: (
|
|
4616
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
4617
4617
|
default: string;
|
|
4618
4618
|
};
|
|
4619
4619
|
left: {
|
|
4620
|
-
type: (
|
|
4620
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
4621
4621
|
};
|
|
4622
4622
|
top: {
|
|
4623
|
-
type: (
|
|
4623
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
4624
4624
|
};
|
|
4625
4625
|
modal: {
|
|
4626
4626
|
type: BooleanConstructor;
|
|
@@ -4733,7 +4733,7 @@ export declare const widgets: {
|
|
|
4733
4733
|
isOutside: ShallowRef<boolean, boolean>;
|
|
4734
4734
|
stop: () => void;
|
|
4735
4735
|
}) => any) | undefined;
|
|
4736
|
-
}>, "size" | "
|
|
4736
|
+
}>, "size" | "height" | "width" | "primary" | "close" | "cancel" | "modelValue" | "mode" | "draggable" | "pure" | "submit" | "$vtjEl" | "modal" | "closable" | "maximizable" | "minimizable" | "componentInstance" | "bodyPadding" | "panelRef" | "state" | "maximized" | "minimized" | "changeMode" | "show" | "hide" | "iframeRef"> & ShallowUnwrapRef<{
|
|
4737
4737
|
$vtjEl: ComputedRef<any>;
|
|
4738
4738
|
panelRef: Ref<any, any>;
|
|
4739
4739
|
state: {
|
|
@@ -44,8 +44,8 @@ declare const _default: DefineComponent<{}, {
|
|
|
44
44
|
card: boolean;
|
|
45
45
|
}> & Omit<{
|
|
46
46
|
readonly radius: boolean;
|
|
47
|
-
readonly border: boolean;
|
|
48
47
|
readonly fit: boolean;
|
|
48
|
+
readonly border: boolean;
|
|
49
49
|
readonly card: boolean;
|
|
50
50
|
readonly size?: BaseSize | undefined;
|
|
51
51
|
readonly height?: string | number | undefined;
|
|
@@ -60,10 +60,10 @@ declare const _default: DefineComponent<{}, {
|
|
|
60
60
|
default: boolean;
|
|
61
61
|
};
|
|
62
62
|
width: {
|
|
63
|
-
type: (
|
|
63
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
64
64
|
};
|
|
65
65
|
height: {
|
|
66
|
-
type: (
|
|
66
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
67
67
|
};
|
|
68
68
|
flex: {
|
|
69
69
|
type: BooleanConstructor;
|
|
@@ -129,10 +129,10 @@ declare const _default: DefineComponent<{}, {
|
|
|
129
129
|
default: boolean;
|
|
130
130
|
};
|
|
131
131
|
width: {
|
|
132
|
-
type: (
|
|
132
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
133
133
|
};
|
|
134
134
|
height: {
|
|
135
|
-
type: (
|
|
135
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
136
136
|
};
|
|
137
137
|
flex: {
|
|
138
138
|
type: BooleanConstructor;
|
|
@@ -210,7 +210,7 @@ declare const _default: DefineComponent<{}, {
|
|
|
210
210
|
};
|
|
211
211
|
}>>> | null | undefined;
|
|
212
212
|
readonly shadow?: "hover" | "none" | "always" | undefined;
|
|
213
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "radius" | "
|
|
213
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "radius" | "fit" | "border" | "card">;
|
|
214
214
|
$attrs: {
|
|
215
215
|
[x: string]: unknown;
|
|
216
216
|
};
|
|
@@ -282,10 +282,10 @@ declare const _default: DefineComponent<{}, {
|
|
|
282
282
|
default: boolean;
|
|
283
283
|
};
|
|
284
284
|
width: {
|
|
285
|
-
type: (
|
|
285
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
286
286
|
};
|
|
287
287
|
height: {
|
|
288
|
-
type: (
|
|
288
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
289
289
|
};
|
|
290
290
|
flex: {
|
|
291
291
|
type: BooleanConstructor;
|
|
@@ -403,10 +403,10 @@ declare const _default: DefineComponent<{}, {
|
|
|
403
403
|
default: boolean;
|
|
404
404
|
};
|
|
405
405
|
width: {
|
|
406
|
-
type: (
|
|
406
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
407
407
|
};
|
|
408
408
|
height: {
|
|
409
|
-
type: (
|
|
409
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
410
410
|
};
|
|
411
411
|
flex: {
|
|
412
412
|
type: BooleanConstructor;
|
|
@@ -485,10 +485,10 @@ declare const _default: DefineComponent<{}, {
|
|
|
485
485
|
default: boolean;
|
|
486
486
|
};
|
|
487
487
|
width: {
|
|
488
|
-
type: (
|
|
488
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
489
489
|
};
|
|
490
490
|
height: {
|
|
491
|
-
type: (
|
|
491
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
492
492
|
};
|
|
493
493
|
border: {
|
|
494
494
|
type: BooleanConstructor;
|
|
@@ -557,10 +557,10 @@ declare const _default: DefineComponent<{}, {
|
|
|
557
557
|
default: boolean;
|
|
558
558
|
};
|
|
559
559
|
width: {
|
|
560
|
-
type: (
|
|
560
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
561
561
|
};
|
|
562
562
|
height: {
|
|
563
|
-
type: (
|
|
563
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
564
564
|
};
|
|
565
565
|
border: {
|
|
566
566
|
type: BooleanConstructor;
|
|
@@ -588,7 +588,7 @@ declare const _default: DefineComponent<{}, {
|
|
|
588
588
|
footer: {
|
|
589
589
|
type: PropType<ContainerProps>;
|
|
590
590
|
};
|
|
591
|
-
}>> & Readonly<{}>, "radius" | "
|
|
591
|
+
}>> & Readonly<{}>, "radius" | "fit" | "border" | "card" | "bodyRef"> & ShallowUnwrapRef<{
|
|
592
592
|
bodyRef: Ref<any, any>;
|
|
593
593
|
}> & {} & ComponentCustomProperties & {} & {
|
|
594
594
|
$slots: {
|