motion-v 0.13.0-beta.2 → 0.13.0-beta.3
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/cjs/index.js
CHANGED
|
@@ -41,8 +41,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
41
41
|
as: string;
|
|
42
42
|
axis: string;
|
|
43
43
|
}>>>, {
|
|
44
|
-
as: keyof import('vue').IntrinsicElementAttributes;
|
|
45
44
|
axis: "x" | "y";
|
|
45
|
+
as: keyof import('vue').IntrinsicElementAttributes;
|
|
46
46
|
}, {}>, {
|
|
47
47
|
default?(_: {}): any;
|
|
48
48
|
}>;
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
export declare const ReorderGroup: {
|
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
3
|
+
axis: {
|
|
4
|
+
type: import('vue').PropType<"x" | "y">;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
values: {
|
|
8
|
+
type: import('vue').PropType<unknown[]>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
3
11
|
layout: {
|
|
4
12
|
type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
|
|
5
13
|
};
|
|
@@ -23,10 +31,6 @@ export declare const ReorderGroup: {
|
|
|
23
31
|
once?: boolean;
|
|
24
32
|
}>;
|
|
25
33
|
};
|
|
26
|
-
values: {
|
|
27
|
-
type: import('vue').PropType<unknown[]>;
|
|
28
|
-
required: true;
|
|
29
|
-
};
|
|
30
34
|
dragSnapToOrigin: {
|
|
31
35
|
type: import('vue').PropType<boolean>;
|
|
32
36
|
};
|
|
@@ -85,20 +89,22 @@ export declare const ReorderGroup: {
|
|
|
85
89
|
[x: number]: string | number | import('motion-dom').MotionValue<any>;
|
|
86
90
|
[x: `--${string}`]: string | number | import('motion-dom').MotionValue<any>;
|
|
87
91
|
string?: string | number | import('motion-dom').MotionValue<any>;
|
|
92
|
+
container?: string | number | import('motion-dom').MotionValue<any>;
|
|
93
|
+
offset?: string | number | import('motion-dom').MotionValue<any>;
|
|
94
|
+
[Symbol.iterator]?: string | number | import('motion-dom').MotionValue<any>;
|
|
95
|
+
readonly length?: string | number | import('motion-dom').MotionValue<any>;
|
|
96
|
+
filter?: string | number | import('motion-dom').MotionValue<any>;
|
|
97
|
+
fill?: string | number | import('motion-dom').MotionValue<any>;
|
|
98
|
+
values?: string | number | import('motion-dom').MotionValue<any>;
|
|
88
99
|
end?: string | number | import('motion-dom').MotionValue<any>;
|
|
89
100
|
x?: string | number | import('motion-dom').MotionValue<any>;
|
|
90
101
|
y?: string | number | import('motion-dom').MotionValue<any>;
|
|
91
102
|
position?: string | number | import('motion-dom').MotionValue<any>;
|
|
92
103
|
page?: string | number | import('motion-dom').MotionValue<any>;
|
|
93
|
-
[Symbol.iterator]?: string | number | import('motion-dom').MotionValue<any>;
|
|
94
104
|
top?: string | number | import('motion-dom').MotionValue<any>;
|
|
95
105
|
right?: string | number | import('motion-dom').MotionValue<any>;
|
|
96
106
|
bottom?: string | number | import('motion-dom').MotionValue<any>;
|
|
97
107
|
left?: string | number | import('motion-dom').MotionValue<any>;
|
|
98
|
-
readonly length?: string | number | import('motion-dom').MotionValue<any>;
|
|
99
|
-
filter?: string | number | import('motion-dom').MotionValue<any>;
|
|
100
|
-
fill?: string | number | import('motion-dom').MotionValue<any>;
|
|
101
|
-
values?: string | number | import('motion-dom').MotionValue<any>;
|
|
102
108
|
all?: string | number | import('motion-dom').MotionValue<any>;
|
|
103
109
|
clear?: string | number | import('motion-dom').MotionValue<any>;
|
|
104
110
|
willChange?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -110,7 +116,6 @@ export declare const ReorderGroup: {
|
|
|
110
116
|
from?: string | number | import('motion-dom').MotionValue<any>;
|
|
111
117
|
resize?: string | number | import('motion-dom').MotionValue<any>;
|
|
112
118
|
transform?: string | number | import('motion-dom').MotionValue<any>;
|
|
113
|
-
offset?: string | number | import('motion-dom').MotionValue<any>;
|
|
114
119
|
direction?: string | number | import('motion-dom').MotionValue<any>;
|
|
115
120
|
z?: string | number | import('motion-dom').MotionValue<any>;
|
|
116
121
|
accentColor?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -238,7 +243,6 @@ export declare const ReorderGroup: {
|
|
|
238
243
|
containIntrinsicInlineSize?: string | number | import('motion-dom').MotionValue<any>;
|
|
239
244
|
containIntrinsicSize?: string | number | import('motion-dom').MotionValue<any>;
|
|
240
245
|
containIntrinsicWidth?: string | number | import('motion-dom').MotionValue<any>;
|
|
241
|
-
container?: string | number | import('motion-dom').MotionValue<any>;
|
|
242
246
|
containerName?: string | number | import('motion-dom').MotionValue<any>;
|
|
243
247
|
containerType?: string | number | import('motion-dom').MotionValue<any>;
|
|
244
248
|
content?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -904,14 +908,18 @@ export declare const ReorderGroup: {
|
|
|
904
908
|
asChild: {
|
|
905
909
|
type: import('vue').PropType<boolean>;
|
|
906
910
|
};
|
|
911
|
+
'onUpdate:values': {
|
|
912
|
+
type: import('vue').PropType<(newOrder: unknown[]) => void>;
|
|
913
|
+
};
|
|
914
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
907
915
|
axis: {
|
|
908
916
|
type: import('vue').PropType<"x" | "y">;
|
|
909
917
|
default: string;
|
|
910
918
|
};
|
|
911
|
-
|
|
912
|
-
type: import('vue').PropType<
|
|
919
|
+
values: {
|
|
920
|
+
type: import('vue').PropType<unknown[]>;
|
|
921
|
+
required: true;
|
|
913
922
|
};
|
|
914
|
-
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
915
923
|
layout: {
|
|
916
924
|
type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
|
|
917
925
|
};
|
|
@@ -935,10 +943,6 @@ export declare const ReorderGroup: {
|
|
|
935
943
|
once?: boolean;
|
|
936
944
|
}>;
|
|
937
945
|
};
|
|
938
|
-
values: {
|
|
939
|
-
type: import('vue').PropType<unknown[]>;
|
|
940
|
-
required: true;
|
|
941
|
-
};
|
|
942
946
|
dragSnapToOrigin: {
|
|
943
947
|
type: import('vue').PropType<boolean>;
|
|
944
948
|
};
|
|
@@ -997,20 +1001,22 @@ export declare const ReorderGroup: {
|
|
|
997
1001
|
[x: number]: string | number | import('motion-dom').MotionValue<any>;
|
|
998
1002
|
[x: `--${string}`]: string | number | import('motion-dom').MotionValue<any>;
|
|
999
1003
|
string?: string | number | import('motion-dom').MotionValue<any>;
|
|
1004
|
+
container?: string | number | import('motion-dom').MotionValue<any>;
|
|
1005
|
+
offset?: string | number | import('motion-dom').MotionValue<any>;
|
|
1006
|
+
[Symbol.iterator]?: string | number | import('motion-dom').MotionValue<any>;
|
|
1007
|
+
readonly length?: string | number | import('motion-dom').MotionValue<any>;
|
|
1008
|
+
filter?: string | number | import('motion-dom').MotionValue<any>;
|
|
1009
|
+
fill?: string | number | import('motion-dom').MotionValue<any>;
|
|
1010
|
+
values?: string | number | import('motion-dom').MotionValue<any>;
|
|
1000
1011
|
end?: string | number | import('motion-dom').MotionValue<any>;
|
|
1001
1012
|
x?: string | number | import('motion-dom').MotionValue<any>;
|
|
1002
1013
|
y?: string | number | import('motion-dom').MotionValue<any>;
|
|
1003
1014
|
position?: string | number | import('motion-dom').MotionValue<any>;
|
|
1004
1015
|
page?: string | number | import('motion-dom').MotionValue<any>;
|
|
1005
|
-
[Symbol.iterator]?: string | number | import('motion-dom').MotionValue<any>;
|
|
1006
1016
|
top?: string | number | import('motion-dom').MotionValue<any>;
|
|
1007
1017
|
right?: string | number | import('motion-dom').MotionValue<any>;
|
|
1008
1018
|
bottom?: string | number | import('motion-dom').MotionValue<any>;
|
|
1009
1019
|
left?: string | number | import('motion-dom').MotionValue<any>;
|
|
1010
|
-
readonly length?: string | number | import('motion-dom').MotionValue<any>;
|
|
1011
|
-
filter?: string | number | import('motion-dom').MotionValue<any>;
|
|
1012
|
-
fill?: string | number | import('motion-dom').MotionValue<any>;
|
|
1013
|
-
values?: string | number | import('motion-dom').MotionValue<any>;
|
|
1014
1020
|
all?: string | number | import('motion-dom').MotionValue<any>;
|
|
1015
1021
|
clear?: string | number | import('motion-dom').MotionValue<any>;
|
|
1016
1022
|
willChange?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -1022,7 +1028,6 @@ export declare const ReorderGroup: {
|
|
|
1022
1028
|
from?: string | number | import('motion-dom').MotionValue<any>;
|
|
1023
1029
|
resize?: string | number | import('motion-dom').MotionValue<any>;
|
|
1024
1030
|
transform?: string | number | import('motion-dom').MotionValue<any>;
|
|
1025
|
-
offset?: string | number | import('motion-dom').MotionValue<any>;
|
|
1026
1031
|
direction?: string | number | import('motion-dom').MotionValue<any>;
|
|
1027
1032
|
z?: string | number | import('motion-dom').MotionValue<any>;
|
|
1028
1033
|
accentColor?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -1150,7 +1155,6 @@ export declare const ReorderGroup: {
|
|
|
1150
1155
|
containIntrinsicInlineSize?: string | number | import('motion-dom').MotionValue<any>;
|
|
1151
1156
|
containIntrinsicSize?: string | number | import('motion-dom').MotionValue<any>;
|
|
1152
1157
|
containIntrinsicWidth?: string | number | import('motion-dom').MotionValue<any>;
|
|
1153
|
-
container?: string | number | import('motion-dom').MotionValue<any>;
|
|
1154
1158
|
containerName?: string | number | import('motion-dom').MotionValue<any>;
|
|
1155
1159
|
containerType?: string | number | import('motion-dom').MotionValue<any>;
|
|
1156
1160
|
content?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -1816,16 +1820,12 @@ export declare const ReorderGroup: {
|
|
|
1816
1820
|
asChild: {
|
|
1817
1821
|
type: import('vue').PropType<boolean>;
|
|
1818
1822
|
};
|
|
1819
|
-
axis: {
|
|
1820
|
-
type: import('vue').PropType<"x" | "y">;
|
|
1821
|
-
default: string;
|
|
1822
|
-
};
|
|
1823
1823
|
'onUpdate:values': {
|
|
1824
1824
|
type: import('vue').PropType<(newOrder: unknown[]) => void>;
|
|
1825
1825
|
};
|
|
1826
1826
|
}>>, {
|
|
1827
|
-
as: keyof import('vue').IntrinsicElementAttributes;
|
|
1828
1827
|
axis: "x" | "y";
|
|
1828
|
+
as: keyof import('vue').IntrinsicElementAttributes;
|
|
1829
1829
|
}, true, {}, {}, {
|
|
1830
1830
|
P: {};
|
|
1831
1831
|
B: {};
|
|
@@ -1834,6 +1834,14 @@ export declare const ReorderGroup: {
|
|
|
1834
1834
|
M: {};
|
|
1835
1835
|
Defaults: {};
|
|
1836
1836
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
1837
|
+
axis: {
|
|
1838
|
+
type: import('vue').PropType<"x" | "y">;
|
|
1839
|
+
default: string;
|
|
1840
|
+
};
|
|
1841
|
+
values: {
|
|
1842
|
+
type: import('vue').PropType<unknown[]>;
|
|
1843
|
+
required: true;
|
|
1844
|
+
};
|
|
1837
1845
|
layout: {
|
|
1838
1846
|
type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
|
|
1839
1847
|
};
|
|
@@ -1857,10 +1865,6 @@ export declare const ReorderGroup: {
|
|
|
1857
1865
|
once?: boolean;
|
|
1858
1866
|
}>;
|
|
1859
1867
|
};
|
|
1860
|
-
values: {
|
|
1861
|
-
type: import('vue').PropType<unknown[]>;
|
|
1862
|
-
required: true;
|
|
1863
|
-
};
|
|
1864
1868
|
dragSnapToOrigin: {
|
|
1865
1869
|
type: import('vue').PropType<boolean>;
|
|
1866
1870
|
};
|
|
@@ -1919,20 +1923,22 @@ export declare const ReorderGroup: {
|
|
|
1919
1923
|
[x: number]: string | number | import('motion-dom').MotionValue<any>;
|
|
1920
1924
|
[x: `--${string}`]: string | number | import('motion-dom').MotionValue<any>;
|
|
1921
1925
|
string?: string | number | import('motion-dom').MotionValue<any>;
|
|
1926
|
+
container?: string | number | import('motion-dom').MotionValue<any>;
|
|
1927
|
+
offset?: string | number | import('motion-dom').MotionValue<any>;
|
|
1928
|
+
[Symbol.iterator]?: string | number | import('motion-dom').MotionValue<any>;
|
|
1929
|
+
readonly length?: string | number | import('motion-dom').MotionValue<any>;
|
|
1930
|
+
filter?: string | number | import('motion-dom').MotionValue<any>;
|
|
1931
|
+
fill?: string | number | import('motion-dom').MotionValue<any>;
|
|
1932
|
+
values?: string | number | import('motion-dom').MotionValue<any>;
|
|
1922
1933
|
end?: string | number | import('motion-dom').MotionValue<any>;
|
|
1923
1934
|
x?: string | number | import('motion-dom').MotionValue<any>;
|
|
1924
1935
|
y?: string | number | import('motion-dom').MotionValue<any>;
|
|
1925
1936
|
position?: string | number | import('motion-dom').MotionValue<any>;
|
|
1926
1937
|
page?: string | number | import('motion-dom').MotionValue<any>;
|
|
1927
|
-
[Symbol.iterator]?: string | number | import('motion-dom').MotionValue<any>;
|
|
1928
1938
|
top?: string | number | import('motion-dom').MotionValue<any>;
|
|
1929
1939
|
right?: string | number | import('motion-dom').MotionValue<any>;
|
|
1930
1940
|
bottom?: string | number | import('motion-dom').MotionValue<any>;
|
|
1931
1941
|
left?: string | number | import('motion-dom').MotionValue<any>;
|
|
1932
|
-
readonly length?: string | number | import('motion-dom').MotionValue<any>;
|
|
1933
|
-
filter?: string | number | import('motion-dom').MotionValue<any>;
|
|
1934
|
-
fill?: string | number | import('motion-dom').MotionValue<any>;
|
|
1935
|
-
values?: string | number | import('motion-dom').MotionValue<any>;
|
|
1936
1942
|
all?: string | number | import('motion-dom').MotionValue<any>;
|
|
1937
1943
|
clear?: string | number | import('motion-dom').MotionValue<any>;
|
|
1938
1944
|
willChange?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -1944,7 +1950,6 @@ export declare const ReorderGroup: {
|
|
|
1944
1950
|
from?: string | number | import('motion-dom').MotionValue<any>;
|
|
1945
1951
|
resize?: string | number | import('motion-dom').MotionValue<any>;
|
|
1946
1952
|
transform?: string | number | import('motion-dom').MotionValue<any>;
|
|
1947
|
-
offset?: string | number | import('motion-dom').MotionValue<any>;
|
|
1948
1953
|
direction?: string | number | import('motion-dom').MotionValue<any>;
|
|
1949
1954
|
z?: string | number | import('motion-dom').MotionValue<any>;
|
|
1950
1955
|
accentColor?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -2072,7 +2077,6 @@ export declare const ReorderGroup: {
|
|
|
2072
2077
|
containIntrinsicInlineSize?: string | number | import('motion-dom').MotionValue<any>;
|
|
2073
2078
|
containIntrinsicSize?: string | number | import('motion-dom').MotionValue<any>;
|
|
2074
2079
|
containIntrinsicWidth?: string | number | import('motion-dom').MotionValue<any>;
|
|
2075
|
-
container?: string | number | import('motion-dom').MotionValue<any>;
|
|
2076
2080
|
containerName?: string | number | import('motion-dom').MotionValue<any>;
|
|
2077
2081
|
containerType?: string | number | import('motion-dom').MotionValue<any>;
|
|
2078
2082
|
content?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -2738,21 +2742,25 @@ export declare const ReorderGroup: {
|
|
|
2738
2742
|
asChild: {
|
|
2739
2743
|
type: import('vue').PropType<boolean>;
|
|
2740
2744
|
};
|
|
2741
|
-
axis: {
|
|
2742
|
-
type: import('vue').PropType<"x" | "y">;
|
|
2743
|
-
default: string;
|
|
2744
|
-
};
|
|
2745
2745
|
'onUpdate:values': {
|
|
2746
2746
|
type: import('vue').PropType<(newOrder: unknown[]) => void>;
|
|
2747
2747
|
};
|
|
2748
2748
|
}>>, {}, {}, {}, {}, {
|
|
2749
|
-
as: keyof import('vue').IntrinsicElementAttributes;
|
|
2750
2749
|
axis: "x" | "y";
|
|
2750
|
+
as: keyof import('vue').IntrinsicElementAttributes;
|
|
2751
2751
|
}>;
|
|
2752
2752
|
__isFragment?: never;
|
|
2753
2753
|
__isTeleport?: never;
|
|
2754
2754
|
__isSuspense?: never;
|
|
2755
2755
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
2756
|
+
axis: {
|
|
2757
|
+
type: import('vue').PropType<"x" | "y">;
|
|
2758
|
+
default: string;
|
|
2759
|
+
};
|
|
2760
|
+
values: {
|
|
2761
|
+
type: import('vue').PropType<unknown[]>;
|
|
2762
|
+
required: true;
|
|
2763
|
+
};
|
|
2756
2764
|
layout: {
|
|
2757
2765
|
type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
|
|
2758
2766
|
};
|
|
@@ -2776,10 +2784,6 @@ export declare const ReorderGroup: {
|
|
|
2776
2784
|
once?: boolean;
|
|
2777
2785
|
}>;
|
|
2778
2786
|
};
|
|
2779
|
-
values: {
|
|
2780
|
-
type: import('vue').PropType<unknown[]>;
|
|
2781
|
-
required: true;
|
|
2782
|
-
};
|
|
2783
2787
|
dragSnapToOrigin: {
|
|
2784
2788
|
type: import('vue').PropType<boolean>;
|
|
2785
2789
|
};
|
|
@@ -2838,20 +2842,22 @@ export declare const ReorderGroup: {
|
|
|
2838
2842
|
[x: number]: string | number | import('motion-dom').MotionValue<any>;
|
|
2839
2843
|
[x: `--${string}`]: string | number | import('motion-dom').MotionValue<any>;
|
|
2840
2844
|
string?: string | number | import('motion-dom').MotionValue<any>;
|
|
2845
|
+
container?: string | number | import('motion-dom').MotionValue<any>;
|
|
2846
|
+
offset?: string | number | import('motion-dom').MotionValue<any>;
|
|
2847
|
+
[Symbol.iterator]?: string | number | import('motion-dom').MotionValue<any>;
|
|
2848
|
+
readonly length?: string | number | import('motion-dom').MotionValue<any>;
|
|
2849
|
+
filter?: string | number | import('motion-dom').MotionValue<any>;
|
|
2850
|
+
fill?: string | number | import('motion-dom').MotionValue<any>;
|
|
2851
|
+
values?: string | number | import('motion-dom').MotionValue<any>;
|
|
2841
2852
|
end?: string | number | import('motion-dom').MotionValue<any>;
|
|
2842
2853
|
x?: string | number | import('motion-dom').MotionValue<any>;
|
|
2843
2854
|
y?: string | number | import('motion-dom').MotionValue<any>;
|
|
2844
2855
|
position?: string | number | import('motion-dom').MotionValue<any>;
|
|
2845
2856
|
page?: string | number | import('motion-dom').MotionValue<any>;
|
|
2846
|
-
[Symbol.iterator]?: string | number | import('motion-dom').MotionValue<any>;
|
|
2847
2857
|
top?: string | number | import('motion-dom').MotionValue<any>;
|
|
2848
2858
|
right?: string | number | import('motion-dom').MotionValue<any>;
|
|
2849
2859
|
bottom?: string | number | import('motion-dom').MotionValue<any>;
|
|
2850
2860
|
left?: string | number | import('motion-dom').MotionValue<any>;
|
|
2851
|
-
readonly length?: string | number | import('motion-dom').MotionValue<any>;
|
|
2852
|
-
filter?: string | number | import('motion-dom').MotionValue<any>;
|
|
2853
|
-
fill?: string | number | import('motion-dom').MotionValue<any>;
|
|
2854
|
-
values?: string | number | import('motion-dom').MotionValue<any>;
|
|
2855
2861
|
all?: string | number | import('motion-dom').MotionValue<any>;
|
|
2856
2862
|
clear?: string | number | import('motion-dom').MotionValue<any>;
|
|
2857
2863
|
willChange?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -2863,7 +2869,6 @@ export declare const ReorderGroup: {
|
|
|
2863
2869
|
from?: string | number | import('motion-dom').MotionValue<any>;
|
|
2864
2870
|
resize?: string | number | import('motion-dom').MotionValue<any>;
|
|
2865
2871
|
transform?: string | number | import('motion-dom').MotionValue<any>;
|
|
2866
|
-
offset?: string | number | import('motion-dom').MotionValue<any>;
|
|
2867
2872
|
direction?: string | number | import('motion-dom').MotionValue<any>;
|
|
2868
2873
|
z?: string | number | import('motion-dom').MotionValue<any>;
|
|
2869
2874
|
accentColor?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -2991,7 +2996,6 @@ export declare const ReorderGroup: {
|
|
|
2991
2996
|
containIntrinsicInlineSize?: string | number | import('motion-dom').MotionValue<any>;
|
|
2992
2997
|
containIntrinsicSize?: string | number | import('motion-dom').MotionValue<any>;
|
|
2993
2998
|
containIntrinsicWidth?: string | number | import('motion-dom').MotionValue<any>;
|
|
2994
|
-
container?: string | number | import('motion-dom').MotionValue<any>;
|
|
2995
2999
|
containerName?: string | number | import('motion-dom').MotionValue<any>;
|
|
2996
3000
|
containerType?: string | number | import('motion-dom').MotionValue<any>;
|
|
2997
3001
|
content?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -3657,16 +3661,12 @@ export declare const ReorderGroup: {
|
|
|
3657
3661
|
asChild: {
|
|
3658
3662
|
type: import('vue').PropType<boolean>;
|
|
3659
3663
|
};
|
|
3660
|
-
axis: {
|
|
3661
|
-
type: import('vue').PropType<"x" | "y">;
|
|
3662
|
-
default: string;
|
|
3663
|
-
};
|
|
3664
3664
|
'onUpdate:values': {
|
|
3665
3665
|
type: import('vue').PropType<(newOrder: unknown[]) => void>;
|
|
3666
3666
|
};
|
|
3667
3667
|
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
3668
|
-
as: keyof import('vue').IntrinsicElementAttributes;
|
|
3669
3668
|
axis: "x" | "y";
|
|
3669
|
+
as: keyof import('vue').IntrinsicElementAttributes;
|
|
3670
3670
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
3671
3671
|
$slots: {
|
|
3672
3672
|
default?(_: {}): any;
|
|
@@ -3706,20 +3706,22 @@ export declare const ReorderItem: <T extends import('../..').ElementType = "li",
|
|
|
3706
3706
|
[x: number]: string | number | import('motion-dom').MotionValue<any>;
|
|
3707
3707
|
[x: `--${string}`]: string | number | import('motion-dom').MotionValue<any>;
|
|
3708
3708
|
string?: string | number | import('motion-dom').MotionValue<any>;
|
|
3709
|
+
container?: string | number | import('motion-dom').MotionValue<any>;
|
|
3710
|
+
offset?: string | number | import('motion-dom').MotionValue<any>;
|
|
3711
|
+
[Symbol.iterator]?: string | number | import('motion-dom').MotionValue<any>;
|
|
3712
|
+
readonly length?: string | number | import('motion-dom').MotionValue<any>;
|
|
3713
|
+
filter?: string | number | import('motion-dom').MotionValue<any>;
|
|
3714
|
+
fill?: string | number | import('motion-dom').MotionValue<any>;
|
|
3715
|
+
values?: string | number | import('motion-dom').MotionValue<any>;
|
|
3709
3716
|
end?: string | number | import('motion-dom').MotionValue<any>;
|
|
3710
3717
|
x?: string | number | import('motion-dom').MotionValue<any>;
|
|
3711
3718
|
y?: string | number | import('motion-dom').MotionValue<any>;
|
|
3712
3719
|
position?: string | number | import('motion-dom').MotionValue<any>;
|
|
3713
3720
|
page?: string | number | import('motion-dom').MotionValue<any>;
|
|
3714
|
-
[Symbol.iterator]?: string | number | import('motion-dom').MotionValue<any>;
|
|
3715
3721
|
top?: string | number | import('motion-dom').MotionValue<any>;
|
|
3716
3722
|
right?: string | number | import('motion-dom').MotionValue<any>;
|
|
3717
3723
|
bottom?: string | number | import('motion-dom').MotionValue<any>;
|
|
3718
3724
|
left?: string | number | import('motion-dom').MotionValue<any>;
|
|
3719
|
-
readonly length?: string | number | import('motion-dom').MotionValue<any>;
|
|
3720
|
-
filter?: string | number | import('motion-dom').MotionValue<any>;
|
|
3721
|
-
fill?: string | number | import('motion-dom').MotionValue<any>;
|
|
3722
|
-
values?: string | number | import('motion-dom').MotionValue<any>;
|
|
3723
3725
|
all?: string | number | import('motion-dom').MotionValue<any>;
|
|
3724
3726
|
clear?: string | number | import('motion-dom').MotionValue<any>;
|
|
3725
3727
|
willChange?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -3731,7 +3733,6 @@ export declare const ReorderItem: <T extends import('../..').ElementType = "li",
|
|
|
3731
3733
|
from?: string | number | import('motion-dom').MotionValue<any>;
|
|
3732
3734
|
resize?: string | number | import('motion-dom').MotionValue<any>;
|
|
3733
3735
|
transform?: string | number | import('motion-dom').MotionValue<any>;
|
|
3734
|
-
offset?: string | number | import('motion-dom').MotionValue<any>;
|
|
3735
3736
|
direction?: string | number | import('motion-dom').MotionValue<any>;
|
|
3736
3737
|
z?: string | number | import('motion-dom').MotionValue<any>;
|
|
3737
3738
|
accentColor?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -3859,7 +3860,6 @@ export declare const ReorderItem: <T extends import('../..').ElementType = "li",
|
|
|
3859
3860
|
containIntrinsicInlineSize?: string | number | import('motion-dom').MotionValue<any>;
|
|
3860
3861
|
containIntrinsicSize?: string | number | import('motion-dom').MotionValue<any>;
|
|
3861
3862
|
containIntrinsicWidth?: string | number | import('motion-dom').MotionValue<any>;
|
|
3862
|
-
container?: string | number | import('motion-dom').MotionValue<any>;
|
|
3863
3863
|
containerName?: string | number | import('motion-dom').MotionValue<any>;
|
|
3864
3864
|
containerType?: string | number | import('motion-dom').MotionValue<any>;
|
|
3865
3865
|
content?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -4471,6 +4471,14 @@ export declare const ReorderItem: <T extends import('../..').ElementType = "li",
|
|
|
4471
4471
|
export declare const Reorder: {
|
|
4472
4472
|
Group: {
|
|
4473
4473
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
4474
|
+
axis: {
|
|
4475
|
+
type: import('vue').PropType<"x" | "y">;
|
|
4476
|
+
default: string;
|
|
4477
|
+
};
|
|
4478
|
+
values: {
|
|
4479
|
+
type: import('vue').PropType<unknown[]>;
|
|
4480
|
+
required: true;
|
|
4481
|
+
};
|
|
4474
4482
|
layout: {
|
|
4475
4483
|
type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
|
|
4476
4484
|
};
|
|
@@ -4494,10 +4502,6 @@ export declare const Reorder: {
|
|
|
4494
4502
|
once?: boolean;
|
|
4495
4503
|
}>;
|
|
4496
4504
|
};
|
|
4497
|
-
values: {
|
|
4498
|
-
type: import('vue').PropType<unknown[]>;
|
|
4499
|
-
required: true;
|
|
4500
|
-
};
|
|
4501
4505
|
dragSnapToOrigin: {
|
|
4502
4506
|
type: import('vue').PropType<boolean>;
|
|
4503
4507
|
};
|
|
@@ -4556,20 +4560,22 @@ export declare const Reorder: {
|
|
|
4556
4560
|
[x: number]: string | number | import('motion-dom').MotionValue<any>;
|
|
4557
4561
|
[x: `--${string}`]: string | number | import('motion-dom').MotionValue<any>;
|
|
4558
4562
|
string?: string | number | import('motion-dom').MotionValue<any>;
|
|
4563
|
+
container?: string | number | import('motion-dom').MotionValue<any>;
|
|
4564
|
+
offset?: string | number | import('motion-dom').MotionValue<any>;
|
|
4565
|
+
[Symbol.iterator]?: string | number | import('motion-dom').MotionValue<any>;
|
|
4566
|
+
readonly length?: string | number | import('motion-dom').MotionValue<any>;
|
|
4567
|
+
filter?: string | number | import('motion-dom').MotionValue<any>;
|
|
4568
|
+
fill?: string | number | import('motion-dom').MotionValue<any>;
|
|
4569
|
+
values?: string | number | import('motion-dom').MotionValue<any>;
|
|
4559
4570
|
end?: string | number | import('motion-dom').MotionValue<any>;
|
|
4560
4571
|
x?: string | number | import('motion-dom').MotionValue<any>;
|
|
4561
4572
|
y?: string | number | import('motion-dom').MotionValue<any>;
|
|
4562
4573
|
position?: string | number | import('motion-dom').MotionValue<any>;
|
|
4563
4574
|
page?: string | number | import('motion-dom').MotionValue<any>;
|
|
4564
|
-
[Symbol.iterator]?: string | number | import('motion-dom').MotionValue<any>;
|
|
4565
4575
|
top?: string | number | import('motion-dom').MotionValue<any>;
|
|
4566
4576
|
right?: string | number | import('motion-dom').MotionValue<any>;
|
|
4567
4577
|
bottom?: string | number | import('motion-dom').MotionValue<any>;
|
|
4568
4578
|
left?: string | number | import('motion-dom').MotionValue<any>;
|
|
4569
|
-
readonly length?: string | number | import('motion-dom').MotionValue<any>;
|
|
4570
|
-
filter?: string | number | import('motion-dom').MotionValue<any>;
|
|
4571
|
-
fill?: string | number | import('motion-dom').MotionValue<any>;
|
|
4572
|
-
values?: string | number | import('motion-dom').MotionValue<any>;
|
|
4573
4579
|
all?: string | number | import('motion-dom').MotionValue<any>;
|
|
4574
4580
|
clear?: string | number | import('motion-dom').MotionValue<any>;
|
|
4575
4581
|
willChange?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -4581,7 +4587,6 @@ export declare const Reorder: {
|
|
|
4581
4587
|
from?: string | number | import('motion-dom').MotionValue<any>;
|
|
4582
4588
|
resize?: string | number | import('motion-dom').MotionValue<any>;
|
|
4583
4589
|
transform?: string | number | import('motion-dom').MotionValue<any>;
|
|
4584
|
-
offset?: string | number | import('motion-dom').MotionValue<any>;
|
|
4585
4590
|
direction?: string | number | import('motion-dom').MotionValue<any>;
|
|
4586
4591
|
z?: string | number | import('motion-dom').MotionValue<any>;
|
|
4587
4592
|
accentColor?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -4709,7 +4714,6 @@ export declare const Reorder: {
|
|
|
4709
4714
|
containIntrinsicInlineSize?: string | number | import('motion-dom').MotionValue<any>;
|
|
4710
4715
|
containIntrinsicSize?: string | number | import('motion-dom').MotionValue<any>;
|
|
4711
4716
|
containIntrinsicWidth?: string | number | import('motion-dom').MotionValue<any>;
|
|
4712
|
-
container?: string | number | import('motion-dom').MotionValue<any>;
|
|
4713
4717
|
containerName?: string | number | import('motion-dom').MotionValue<any>;
|
|
4714
4718
|
containerType?: string | number | import('motion-dom').MotionValue<any>;
|
|
4715
4719
|
content?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -5375,14 +5379,18 @@ export declare const Reorder: {
|
|
|
5375
5379
|
asChild: {
|
|
5376
5380
|
type: import('vue').PropType<boolean>;
|
|
5377
5381
|
};
|
|
5382
|
+
'onUpdate:values': {
|
|
5383
|
+
type: import('vue').PropType<(newOrder: unknown[]) => void>;
|
|
5384
|
+
};
|
|
5385
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
5378
5386
|
axis: {
|
|
5379
5387
|
type: import('vue').PropType<"x" | "y">;
|
|
5380
5388
|
default: string;
|
|
5381
5389
|
};
|
|
5382
|
-
|
|
5383
|
-
type: import('vue').PropType<
|
|
5390
|
+
values: {
|
|
5391
|
+
type: import('vue').PropType<unknown[]>;
|
|
5392
|
+
required: true;
|
|
5384
5393
|
};
|
|
5385
|
-
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
5386
5394
|
layout: {
|
|
5387
5395
|
type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
|
|
5388
5396
|
};
|
|
@@ -5406,10 +5414,6 @@ export declare const Reorder: {
|
|
|
5406
5414
|
once?: boolean;
|
|
5407
5415
|
}>;
|
|
5408
5416
|
};
|
|
5409
|
-
values: {
|
|
5410
|
-
type: import('vue').PropType<unknown[]>;
|
|
5411
|
-
required: true;
|
|
5412
|
-
};
|
|
5413
5417
|
dragSnapToOrigin: {
|
|
5414
5418
|
type: import('vue').PropType<boolean>;
|
|
5415
5419
|
};
|
|
@@ -5468,20 +5472,22 @@ export declare const Reorder: {
|
|
|
5468
5472
|
[x: number]: string | number | import('motion-dom').MotionValue<any>;
|
|
5469
5473
|
[x: `--${string}`]: string | number | import('motion-dom').MotionValue<any>;
|
|
5470
5474
|
string?: string | number | import('motion-dom').MotionValue<any>;
|
|
5475
|
+
container?: string | number | import('motion-dom').MotionValue<any>;
|
|
5476
|
+
offset?: string | number | import('motion-dom').MotionValue<any>;
|
|
5477
|
+
[Symbol.iterator]?: string | number | import('motion-dom').MotionValue<any>;
|
|
5478
|
+
readonly length?: string | number | import('motion-dom').MotionValue<any>;
|
|
5479
|
+
filter?: string | number | import('motion-dom').MotionValue<any>;
|
|
5480
|
+
fill?: string | number | import('motion-dom').MotionValue<any>;
|
|
5481
|
+
values?: string | number | import('motion-dom').MotionValue<any>;
|
|
5471
5482
|
end?: string | number | import('motion-dom').MotionValue<any>;
|
|
5472
5483
|
x?: string | number | import('motion-dom').MotionValue<any>;
|
|
5473
5484
|
y?: string | number | import('motion-dom').MotionValue<any>;
|
|
5474
5485
|
position?: string | number | import('motion-dom').MotionValue<any>;
|
|
5475
5486
|
page?: string | number | import('motion-dom').MotionValue<any>;
|
|
5476
|
-
[Symbol.iterator]?: string | number | import('motion-dom').MotionValue<any>;
|
|
5477
5487
|
top?: string | number | import('motion-dom').MotionValue<any>;
|
|
5478
5488
|
right?: string | number | import('motion-dom').MotionValue<any>;
|
|
5479
5489
|
bottom?: string | number | import('motion-dom').MotionValue<any>;
|
|
5480
5490
|
left?: string | number | import('motion-dom').MotionValue<any>;
|
|
5481
|
-
readonly length?: string | number | import('motion-dom').MotionValue<any>;
|
|
5482
|
-
filter?: string | number | import('motion-dom').MotionValue<any>;
|
|
5483
|
-
fill?: string | number | import('motion-dom').MotionValue<any>;
|
|
5484
|
-
values?: string | number | import('motion-dom').MotionValue<any>;
|
|
5485
5491
|
all?: string | number | import('motion-dom').MotionValue<any>;
|
|
5486
5492
|
clear?: string | number | import('motion-dom').MotionValue<any>;
|
|
5487
5493
|
willChange?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -5493,7 +5499,6 @@ export declare const Reorder: {
|
|
|
5493
5499
|
from?: string | number | import('motion-dom').MotionValue<any>;
|
|
5494
5500
|
resize?: string | number | import('motion-dom').MotionValue<any>;
|
|
5495
5501
|
transform?: string | number | import('motion-dom').MotionValue<any>;
|
|
5496
|
-
offset?: string | number | import('motion-dom').MotionValue<any>;
|
|
5497
5502
|
direction?: string | number | import('motion-dom').MotionValue<any>;
|
|
5498
5503
|
z?: string | number | import('motion-dom').MotionValue<any>;
|
|
5499
5504
|
accentColor?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -5621,7 +5626,6 @@ export declare const Reorder: {
|
|
|
5621
5626
|
containIntrinsicInlineSize?: string | number | import('motion-dom').MotionValue<any>;
|
|
5622
5627
|
containIntrinsicSize?: string | number | import('motion-dom').MotionValue<any>;
|
|
5623
5628
|
containIntrinsicWidth?: string | number | import('motion-dom').MotionValue<any>;
|
|
5624
|
-
container?: string | number | import('motion-dom').MotionValue<any>;
|
|
5625
5629
|
containerName?: string | number | import('motion-dom').MotionValue<any>;
|
|
5626
5630
|
containerType?: string | number | import('motion-dom').MotionValue<any>;
|
|
5627
5631
|
content?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -6287,16 +6291,12 @@ export declare const Reorder: {
|
|
|
6287
6291
|
asChild: {
|
|
6288
6292
|
type: import('vue').PropType<boolean>;
|
|
6289
6293
|
};
|
|
6290
|
-
axis: {
|
|
6291
|
-
type: import('vue').PropType<"x" | "y">;
|
|
6292
|
-
default: string;
|
|
6293
|
-
};
|
|
6294
6294
|
'onUpdate:values': {
|
|
6295
6295
|
type: import('vue').PropType<(newOrder: unknown[]) => void>;
|
|
6296
6296
|
};
|
|
6297
6297
|
}>>, {
|
|
6298
|
-
as: keyof import('vue').IntrinsicElementAttributes;
|
|
6299
6298
|
axis: "x" | "y";
|
|
6299
|
+
as: keyof import('vue').IntrinsicElementAttributes;
|
|
6300
6300
|
}, true, {}, {}, {
|
|
6301
6301
|
P: {};
|
|
6302
6302
|
B: {};
|
|
@@ -6305,6 +6305,14 @@ export declare const Reorder: {
|
|
|
6305
6305
|
M: {};
|
|
6306
6306
|
Defaults: {};
|
|
6307
6307
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
6308
|
+
axis: {
|
|
6309
|
+
type: import('vue').PropType<"x" | "y">;
|
|
6310
|
+
default: string;
|
|
6311
|
+
};
|
|
6312
|
+
values: {
|
|
6313
|
+
type: import('vue').PropType<unknown[]>;
|
|
6314
|
+
required: true;
|
|
6315
|
+
};
|
|
6308
6316
|
layout: {
|
|
6309
6317
|
type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
|
|
6310
6318
|
};
|
|
@@ -6328,10 +6336,6 @@ export declare const Reorder: {
|
|
|
6328
6336
|
once?: boolean;
|
|
6329
6337
|
}>;
|
|
6330
6338
|
};
|
|
6331
|
-
values: {
|
|
6332
|
-
type: import('vue').PropType<unknown[]>;
|
|
6333
|
-
required: true;
|
|
6334
|
-
};
|
|
6335
6339
|
dragSnapToOrigin: {
|
|
6336
6340
|
type: import('vue').PropType<boolean>;
|
|
6337
6341
|
};
|
|
@@ -6390,20 +6394,22 @@ export declare const Reorder: {
|
|
|
6390
6394
|
[x: number]: string | number | import('motion-dom').MotionValue<any>;
|
|
6391
6395
|
[x: `--${string}`]: string | number | import('motion-dom').MotionValue<any>;
|
|
6392
6396
|
string?: string | number | import('motion-dom').MotionValue<any>;
|
|
6397
|
+
container?: string | number | import('motion-dom').MotionValue<any>;
|
|
6398
|
+
offset?: string | number | import('motion-dom').MotionValue<any>;
|
|
6399
|
+
[Symbol.iterator]?: string | number | import('motion-dom').MotionValue<any>;
|
|
6400
|
+
readonly length?: string | number | import('motion-dom').MotionValue<any>;
|
|
6401
|
+
filter?: string | number | import('motion-dom').MotionValue<any>;
|
|
6402
|
+
fill?: string | number | import('motion-dom').MotionValue<any>;
|
|
6403
|
+
values?: string | number | import('motion-dom').MotionValue<any>;
|
|
6393
6404
|
end?: string | number | import('motion-dom').MotionValue<any>;
|
|
6394
6405
|
x?: string | number | import('motion-dom').MotionValue<any>;
|
|
6395
6406
|
y?: string | number | import('motion-dom').MotionValue<any>;
|
|
6396
6407
|
position?: string | number | import('motion-dom').MotionValue<any>;
|
|
6397
6408
|
page?: string | number | import('motion-dom').MotionValue<any>;
|
|
6398
|
-
[Symbol.iterator]?: string | number | import('motion-dom').MotionValue<any>;
|
|
6399
6409
|
top?: string | number | import('motion-dom').MotionValue<any>;
|
|
6400
6410
|
right?: string | number | import('motion-dom').MotionValue<any>;
|
|
6401
6411
|
bottom?: string | number | import('motion-dom').MotionValue<any>;
|
|
6402
6412
|
left?: string | number | import('motion-dom').MotionValue<any>;
|
|
6403
|
-
readonly length?: string | number | import('motion-dom').MotionValue<any>;
|
|
6404
|
-
filter?: string | number | import('motion-dom').MotionValue<any>;
|
|
6405
|
-
fill?: string | number | import('motion-dom').MotionValue<any>;
|
|
6406
|
-
values?: string | number | import('motion-dom').MotionValue<any>;
|
|
6407
6413
|
all?: string | number | import('motion-dom').MotionValue<any>;
|
|
6408
6414
|
clear?: string | number | import('motion-dom').MotionValue<any>;
|
|
6409
6415
|
willChange?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -6415,7 +6421,6 @@ export declare const Reorder: {
|
|
|
6415
6421
|
from?: string | number | import('motion-dom').MotionValue<any>;
|
|
6416
6422
|
resize?: string | number | import('motion-dom').MotionValue<any>;
|
|
6417
6423
|
transform?: string | number | import('motion-dom').MotionValue<any>;
|
|
6418
|
-
offset?: string | number | import('motion-dom').MotionValue<any>;
|
|
6419
6424
|
direction?: string | number | import('motion-dom').MotionValue<any>;
|
|
6420
6425
|
z?: string | number | import('motion-dom').MotionValue<any>;
|
|
6421
6426
|
accentColor?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -6543,7 +6548,6 @@ export declare const Reorder: {
|
|
|
6543
6548
|
containIntrinsicInlineSize?: string | number | import('motion-dom').MotionValue<any>;
|
|
6544
6549
|
containIntrinsicSize?: string | number | import('motion-dom').MotionValue<any>;
|
|
6545
6550
|
containIntrinsicWidth?: string | number | import('motion-dom').MotionValue<any>;
|
|
6546
|
-
container?: string | number | import('motion-dom').MotionValue<any>;
|
|
6547
6551
|
containerName?: string | number | import('motion-dom').MotionValue<any>;
|
|
6548
6552
|
containerType?: string | number | import('motion-dom').MotionValue<any>;
|
|
6549
6553
|
content?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -7209,21 +7213,25 @@ export declare const Reorder: {
|
|
|
7209
7213
|
asChild: {
|
|
7210
7214
|
type: import('vue').PropType<boolean>;
|
|
7211
7215
|
};
|
|
7212
|
-
axis: {
|
|
7213
|
-
type: import('vue').PropType<"x" | "y">;
|
|
7214
|
-
default: string;
|
|
7215
|
-
};
|
|
7216
7216
|
'onUpdate:values': {
|
|
7217
7217
|
type: import('vue').PropType<(newOrder: unknown[]) => void>;
|
|
7218
7218
|
};
|
|
7219
7219
|
}>>, {}, {}, {}, {}, {
|
|
7220
|
-
as: keyof import('vue').IntrinsicElementAttributes;
|
|
7221
7220
|
axis: "x" | "y";
|
|
7221
|
+
as: keyof import('vue').IntrinsicElementAttributes;
|
|
7222
7222
|
}>;
|
|
7223
7223
|
__isFragment?: never;
|
|
7224
7224
|
__isTeleport?: never;
|
|
7225
7225
|
__isSuspense?: never;
|
|
7226
7226
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
7227
|
+
axis: {
|
|
7228
|
+
type: import('vue').PropType<"x" | "y">;
|
|
7229
|
+
default: string;
|
|
7230
|
+
};
|
|
7231
|
+
values: {
|
|
7232
|
+
type: import('vue').PropType<unknown[]>;
|
|
7233
|
+
required: true;
|
|
7234
|
+
};
|
|
7227
7235
|
layout: {
|
|
7228
7236
|
type: import('vue').PropType<boolean | "position" | "size" | "preserve-aspect">;
|
|
7229
7237
|
};
|
|
@@ -7247,10 +7255,6 @@ export declare const Reorder: {
|
|
|
7247
7255
|
once?: boolean;
|
|
7248
7256
|
}>;
|
|
7249
7257
|
};
|
|
7250
|
-
values: {
|
|
7251
|
-
type: import('vue').PropType<unknown[]>;
|
|
7252
|
-
required: true;
|
|
7253
|
-
};
|
|
7254
7258
|
dragSnapToOrigin: {
|
|
7255
7259
|
type: import('vue').PropType<boolean>;
|
|
7256
7260
|
};
|
|
@@ -7309,20 +7313,22 @@ export declare const Reorder: {
|
|
|
7309
7313
|
[x: number]: string | number | import('motion-dom').MotionValue<any>;
|
|
7310
7314
|
[x: `--${string}`]: string | number | import('motion-dom').MotionValue<any>;
|
|
7311
7315
|
string?: string | number | import('motion-dom').MotionValue<any>;
|
|
7316
|
+
container?: string | number | import('motion-dom').MotionValue<any>;
|
|
7317
|
+
offset?: string | number | import('motion-dom').MotionValue<any>;
|
|
7318
|
+
[Symbol.iterator]?: string | number | import('motion-dom').MotionValue<any>;
|
|
7319
|
+
readonly length?: string | number | import('motion-dom').MotionValue<any>;
|
|
7320
|
+
filter?: string | number | import('motion-dom').MotionValue<any>;
|
|
7321
|
+
fill?: string | number | import('motion-dom').MotionValue<any>;
|
|
7322
|
+
values?: string | number | import('motion-dom').MotionValue<any>;
|
|
7312
7323
|
end?: string | number | import('motion-dom').MotionValue<any>;
|
|
7313
7324
|
x?: string | number | import('motion-dom').MotionValue<any>;
|
|
7314
7325
|
y?: string | number | import('motion-dom').MotionValue<any>;
|
|
7315
7326
|
position?: string | number | import('motion-dom').MotionValue<any>;
|
|
7316
7327
|
page?: string | number | import('motion-dom').MotionValue<any>;
|
|
7317
|
-
[Symbol.iterator]?: string | number | import('motion-dom').MotionValue<any>;
|
|
7318
7328
|
top?: string | number | import('motion-dom').MotionValue<any>;
|
|
7319
7329
|
right?: string | number | import('motion-dom').MotionValue<any>;
|
|
7320
7330
|
bottom?: string | number | import('motion-dom').MotionValue<any>;
|
|
7321
7331
|
left?: string | number | import('motion-dom').MotionValue<any>;
|
|
7322
|
-
readonly length?: string | number | import('motion-dom').MotionValue<any>;
|
|
7323
|
-
filter?: string | number | import('motion-dom').MotionValue<any>;
|
|
7324
|
-
fill?: string | number | import('motion-dom').MotionValue<any>;
|
|
7325
|
-
values?: string | number | import('motion-dom').MotionValue<any>;
|
|
7326
7332
|
all?: string | number | import('motion-dom').MotionValue<any>;
|
|
7327
7333
|
clear?: string | number | import('motion-dom').MotionValue<any>;
|
|
7328
7334
|
willChange?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -7334,7 +7340,6 @@ export declare const Reorder: {
|
|
|
7334
7340
|
from?: string | number | import('motion-dom').MotionValue<any>;
|
|
7335
7341
|
resize?: string | number | import('motion-dom').MotionValue<any>;
|
|
7336
7342
|
transform?: string | number | import('motion-dom').MotionValue<any>;
|
|
7337
|
-
offset?: string | number | import('motion-dom').MotionValue<any>;
|
|
7338
7343
|
direction?: string | number | import('motion-dom').MotionValue<any>;
|
|
7339
7344
|
z?: string | number | import('motion-dom').MotionValue<any>;
|
|
7340
7345
|
accentColor?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -7462,7 +7467,6 @@ export declare const Reorder: {
|
|
|
7462
7467
|
containIntrinsicInlineSize?: string | number | import('motion-dom').MotionValue<any>;
|
|
7463
7468
|
containIntrinsicSize?: string | number | import('motion-dom').MotionValue<any>;
|
|
7464
7469
|
containIntrinsicWidth?: string | number | import('motion-dom').MotionValue<any>;
|
|
7465
|
-
container?: string | number | import('motion-dom').MotionValue<any>;
|
|
7466
7470
|
containerName?: string | number | import('motion-dom').MotionValue<any>;
|
|
7467
7471
|
containerType?: string | number | import('motion-dom').MotionValue<any>;
|
|
7468
7472
|
content?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -8128,16 +8132,12 @@ export declare const Reorder: {
|
|
|
8128
8132
|
asChild: {
|
|
8129
8133
|
type: import('vue').PropType<boolean>;
|
|
8130
8134
|
};
|
|
8131
|
-
axis: {
|
|
8132
|
-
type: import('vue').PropType<"x" | "y">;
|
|
8133
|
-
default: string;
|
|
8134
|
-
};
|
|
8135
8135
|
'onUpdate:values': {
|
|
8136
8136
|
type: import('vue').PropType<(newOrder: unknown[]) => void>;
|
|
8137
8137
|
};
|
|
8138
8138
|
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
8139
|
-
as: keyof import('vue').IntrinsicElementAttributes;
|
|
8140
8139
|
axis: "x" | "y";
|
|
8140
|
+
as: keyof import('vue').IntrinsicElementAttributes;
|
|
8141
8141
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
8142
8142
|
$slots: {
|
|
8143
8143
|
default?(_: {}): any;
|
|
@@ -8177,20 +8177,22 @@ export declare const Reorder: {
|
|
|
8177
8177
|
[x: number]: string | number | import('motion-dom').MotionValue<any>;
|
|
8178
8178
|
[x: `--${string}`]: string | number | import('motion-dom').MotionValue<any>;
|
|
8179
8179
|
string?: string | number | import('motion-dom').MotionValue<any>;
|
|
8180
|
+
container?: string | number | import('motion-dom').MotionValue<any>;
|
|
8181
|
+
offset?: string | number | import('motion-dom').MotionValue<any>;
|
|
8182
|
+
[Symbol.iterator]?: string | number | import('motion-dom').MotionValue<any>;
|
|
8183
|
+
readonly length?: string | number | import('motion-dom').MotionValue<any>;
|
|
8184
|
+
filter?: string | number | import('motion-dom').MotionValue<any>;
|
|
8185
|
+
fill?: string | number | import('motion-dom').MotionValue<any>;
|
|
8186
|
+
values?: string | number | import('motion-dom').MotionValue<any>;
|
|
8180
8187
|
end?: string | number | import('motion-dom').MotionValue<any>;
|
|
8181
8188
|
x?: string | number | import('motion-dom').MotionValue<any>;
|
|
8182
8189
|
y?: string | number | import('motion-dom').MotionValue<any>;
|
|
8183
8190
|
position?: string | number | import('motion-dom').MotionValue<any>;
|
|
8184
8191
|
page?: string | number | import('motion-dom').MotionValue<any>;
|
|
8185
|
-
[Symbol.iterator]?: string | number | import('motion-dom').MotionValue<any>;
|
|
8186
8192
|
top?: string | number | import('motion-dom').MotionValue<any>;
|
|
8187
8193
|
right?: string | number | import('motion-dom').MotionValue<any>;
|
|
8188
8194
|
bottom?: string | number | import('motion-dom').MotionValue<any>;
|
|
8189
8195
|
left?: string | number | import('motion-dom').MotionValue<any>;
|
|
8190
|
-
readonly length?: string | number | import('motion-dom').MotionValue<any>;
|
|
8191
|
-
filter?: string | number | import('motion-dom').MotionValue<any>;
|
|
8192
|
-
fill?: string | number | import('motion-dom').MotionValue<any>;
|
|
8193
|
-
values?: string | number | import('motion-dom').MotionValue<any>;
|
|
8194
8196
|
all?: string | number | import('motion-dom').MotionValue<any>;
|
|
8195
8197
|
clear?: string | number | import('motion-dom').MotionValue<any>;
|
|
8196
8198
|
willChange?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -8202,7 +8204,6 @@ export declare const Reorder: {
|
|
|
8202
8204
|
from?: string | number | import('motion-dom').MotionValue<any>;
|
|
8203
8205
|
resize?: string | number | import('motion-dom').MotionValue<any>;
|
|
8204
8206
|
transform?: string | number | import('motion-dom').MotionValue<any>;
|
|
8205
|
-
offset?: string | number | import('motion-dom').MotionValue<any>;
|
|
8206
8207
|
direction?: string | number | import('motion-dom').MotionValue<any>;
|
|
8207
8208
|
z?: string | number | import('motion-dom').MotionValue<any>;
|
|
8208
8209
|
accentColor?: string | number | import('motion-dom').MotionValue<any>;
|
|
@@ -8330,7 +8331,6 @@ export declare const Reorder: {
|
|
|
8330
8331
|
containIntrinsicInlineSize?: string | number | import('motion-dom').MotionValue<any>;
|
|
8331
8332
|
containIntrinsicSize?: string | number | import('motion-dom').MotionValue<any>;
|
|
8332
8333
|
containIntrinsicWidth?: string | number | import('motion-dom').MotionValue<any>;
|
|
8333
|
-
container?: string | number | import('motion-dom').MotionValue<any>;
|
|
8334
8334
|
containerName?: string | number | import('motion-dom').MotionValue<any>;
|
|
8335
8335
|
containerType?: string | number | import('motion-dom').MotionValue<any>;
|
|
8336
8336
|
content?: string | number | import('motion-dom').MotionValue<any>;
|