taffy-layout 1.0.3 → 1.1.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/README.ja-JP.md +16 -1
- package/README.md +16 -1
- package/README.zh-CN.md +16 -1
- package/package.json +1 -1
- package/pkg/README.md +16 -1
- package/pkg/taffy_wasm.d.ts +474 -2
- package/pkg/taffy_wasm.js +906 -18
- package/pkg/taffy_wasm_bg.wasm +0 -0
- package/pkg/taffy_wasm_bg.wasm.d.ts +63 -1
package/pkg/taffy_wasm_bg.wasm
CHANGED
|
Binary file
|
|
@@ -31,7 +31,13 @@ export const style_alignItems: (a: number) => number;
|
|
|
31
31
|
export const style_alignSelf: (a: number) => number;
|
|
32
32
|
export const style_aspectRatio: (a: number) => number;
|
|
33
33
|
export const style_border: (a: number) => any;
|
|
34
|
+
export const style_borderBottom: (a: number) => any;
|
|
35
|
+
export const style_borderLeft: (a: number) => any;
|
|
36
|
+
export const style_borderRight: (a: number) => any;
|
|
37
|
+
export const style_borderTop: (a: number) => any;
|
|
38
|
+
export const style_bottom: (a: number) => any;
|
|
34
39
|
export const style_boxSizing: (a: number) => number;
|
|
40
|
+
export const style_columnGap: (a: number) => any;
|
|
35
41
|
export const style_display: (a: number) => number;
|
|
36
42
|
export const style_flexBasis: (a: number) => any;
|
|
37
43
|
export const style_flexDirection: (a: number) => number;
|
|
@@ -39,36 +45,66 @@ export const style_flexGrow: (a: number) => number;
|
|
|
39
45
|
export const style_flexShrink: (a: number) => number;
|
|
40
46
|
export const style_flexWrap: (a: number) => number;
|
|
41
47
|
export const style_gap: (a: number) => any;
|
|
48
|
+
export const style_get: (a: number, b: number, c: number) => any;
|
|
42
49
|
export const style_gridAutoColumns: (a: number) => any;
|
|
43
50
|
export const style_gridAutoFlow: (a: number) => number;
|
|
44
51
|
export const style_gridAutoRows: (a: number) => any;
|
|
45
52
|
export const style_gridColumn: (a: number) => any;
|
|
53
|
+
export const style_gridColumnEnd: (a: number) => any;
|
|
54
|
+
export const style_gridColumnStart: (a: number) => any;
|
|
46
55
|
export const style_gridRow: (a: number) => any;
|
|
56
|
+
export const style_gridRowEnd: (a: number) => any;
|
|
57
|
+
export const style_gridRowStart: (a: number) => any;
|
|
47
58
|
export const style_gridTemplateAreas: (a: number) => any;
|
|
48
59
|
export const style_gridTemplateColumnNames: (a: number) => any;
|
|
49
60
|
export const style_gridTemplateColumns: (a: number) => any;
|
|
50
61
|
export const style_gridTemplateRowNames: (a: number) => any;
|
|
51
62
|
export const style_gridTemplateRows: (a: number) => any;
|
|
63
|
+
export const style_height: (a: number) => any;
|
|
52
64
|
export const style_inset: (a: number) => any;
|
|
53
65
|
export const style_itemIsReplaced: (a: number) => number;
|
|
54
66
|
export const style_itemIsTable: (a: number) => number;
|
|
55
67
|
export const style_justifyContent: (a: number) => number;
|
|
56
68
|
export const style_justifyItems: (a: number) => number;
|
|
57
69
|
export const style_justifySelf: (a: number) => number;
|
|
70
|
+
export const style_left: (a: number) => any;
|
|
58
71
|
export const style_margin: (a: number) => any;
|
|
72
|
+
export const style_marginBottom: (a: number) => any;
|
|
73
|
+
export const style_marginLeft: (a: number) => any;
|
|
74
|
+
export const style_marginRight: (a: number) => any;
|
|
75
|
+
export const style_marginTop: (a: number) => any;
|
|
76
|
+
export const style_maxHeight: (a: number) => any;
|
|
59
77
|
export const style_maxSize: (a: number) => any;
|
|
78
|
+
export const style_maxWidth: (a: number) => any;
|
|
79
|
+
export const style_minHeight: (a: number) => any;
|
|
60
80
|
export const style_minSize: (a: number) => any;
|
|
61
|
-
export const
|
|
81
|
+
export const style_minWidth: (a: number) => any;
|
|
82
|
+
export const style_new: (a: number) => number;
|
|
62
83
|
export const style_overflow: (a: number) => any;
|
|
84
|
+
export const style_overflowX: (a: number) => number;
|
|
85
|
+
export const style_overflowY: (a: number) => number;
|
|
63
86
|
export const style_padding: (a: number) => any;
|
|
87
|
+
export const style_paddingBottom: (a: number) => any;
|
|
88
|
+
export const style_paddingLeft: (a: number) => any;
|
|
89
|
+
export const style_paddingRight: (a: number) => any;
|
|
90
|
+
export const style_paddingTop: (a: number) => any;
|
|
64
91
|
export const style_position: (a: number) => number;
|
|
92
|
+
export const style_right: (a: number) => any;
|
|
93
|
+
export const style_rowGap: (a: number) => any;
|
|
65
94
|
export const style_scrollbarWidth: (a: number) => number;
|
|
95
|
+
export const style_set: (a: number, b: any) => void;
|
|
66
96
|
export const style_set_alignContent: (a: number, b: any) => void;
|
|
67
97
|
export const style_set_alignItems: (a: number, b: any) => void;
|
|
68
98
|
export const style_set_alignSelf: (a: number, b: any) => void;
|
|
69
99
|
export const style_set_aspectRatio: (a: number, b: any) => void;
|
|
70
100
|
export const style_set_border: (a: number, b: any) => void;
|
|
101
|
+
export const style_set_borderBottom: (a: number, b: any) => void;
|
|
102
|
+
export const style_set_borderLeft: (a: number, b: any) => void;
|
|
103
|
+
export const style_set_borderRight: (a: number, b: any) => void;
|
|
104
|
+
export const style_set_borderTop: (a: number, b: any) => void;
|
|
105
|
+
export const style_set_bottom: (a: number, b: any) => void;
|
|
71
106
|
export const style_set_boxSizing: (a: number, b: number) => void;
|
|
107
|
+
export const style_set_columnGap: (a: number, b: any) => void;
|
|
72
108
|
export const style_set_display: (a: number, b: number) => void;
|
|
73
109
|
export const style_set_flexBasis: (a: number, b: any) => void;
|
|
74
110
|
export const style_set_flexDirection: (a: number, b: number) => void;
|
|
@@ -80,29 +116,55 @@ export const style_set_gridAutoColumns: (a: number, b: any) => void;
|
|
|
80
116
|
export const style_set_gridAutoFlow: (a: number, b: number) => void;
|
|
81
117
|
export const style_set_gridAutoRows: (a: number, b: any) => void;
|
|
82
118
|
export const style_set_gridColumn: (a: number, b: any) => void;
|
|
119
|
+
export const style_set_gridColumnEnd: (a: number, b: any) => void;
|
|
120
|
+
export const style_set_gridColumnStart: (a: number, b: any) => void;
|
|
83
121
|
export const style_set_gridRow: (a: number, b: any) => void;
|
|
122
|
+
export const style_set_gridRowEnd: (a: number, b: any) => void;
|
|
123
|
+
export const style_set_gridRowStart: (a: number, b: any) => void;
|
|
84
124
|
export const style_set_gridTemplateAreas: (a: number, b: any) => void;
|
|
85
125
|
export const style_set_gridTemplateColumnNames: (a: number, b: any) => void;
|
|
86
126
|
export const style_set_gridTemplateColumns: (a: number, b: any) => void;
|
|
87
127
|
export const style_set_gridTemplateRowNames: (a: number, b: any) => void;
|
|
88
128
|
export const style_set_gridTemplateRows: (a: number, b: any) => void;
|
|
129
|
+
export const style_set_height: (a: number, b: any) => void;
|
|
89
130
|
export const style_set_inset: (a: number, b: any) => void;
|
|
90
131
|
export const style_set_itemIsReplaced: (a: number, b: number) => void;
|
|
91
132
|
export const style_set_itemIsTable: (a: number, b: number) => void;
|
|
92
133
|
export const style_set_justifyContent: (a: number, b: any) => void;
|
|
93
134
|
export const style_set_justifyItems: (a: number, b: any) => void;
|
|
94
135
|
export const style_set_justifySelf: (a: number, b: any) => void;
|
|
136
|
+
export const style_set_left: (a: number, b: any) => void;
|
|
95
137
|
export const style_set_margin: (a: number, b: any) => void;
|
|
138
|
+
export const style_set_marginBottom: (a: number, b: any) => void;
|
|
139
|
+
export const style_set_marginLeft: (a: number, b: any) => void;
|
|
140
|
+
export const style_set_marginRight: (a: number, b: any) => void;
|
|
141
|
+
export const style_set_marginTop: (a: number, b: any) => void;
|
|
142
|
+
export const style_set_maxHeight: (a: number, b: any) => void;
|
|
96
143
|
export const style_set_maxSize: (a: number, b: any) => void;
|
|
144
|
+
export const style_set_maxWidth: (a: number, b: any) => void;
|
|
145
|
+
export const style_set_minHeight: (a: number, b: any) => void;
|
|
97
146
|
export const style_set_minSize: (a: number, b: any) => void;
|
|
147
|
+
export const style_set_minWidth: (a: number, b: any) => void;
|
|
98
148
|
export const style_set_overflow: (a: number, b: any) => void;
|
|
149
|
+
export const style_set_overflowX: (a: number, b: number) => void;
|
|
150
|
+
export const style_set_overflowY: (a: number, b: number) => void;
|
|
99
151
|
export const style_set_padding: (a: number, b: any) => void;
|
|
152
|
+
export const style_set_paddingBottom: (a: number, b: any) => void;
|
|
153
|
+
export const style_set_paddingLeft: (a: number, b: any) => void;
|
|
154
|
+
export const style_set_paddingRight: (a: number, b: any) => void;
|
|
155
|
+
export const style_set_paddingTop: (a: number, b: any) => void;
|
|
100
156
|
export const style_set_position: (a: number, b: number) => void;
|
|
157
|
+
export const style_set_right: (a: number, b: any) => void;
|
|
158
|
+
export const style_set_rowGap: (a: number, b: any) => void;
|
|
101
159
|
export const style_set_scrollbarWidth: (a: number, b: number) => void;
|
|
102
160
|
export const style_set_size: (a: number, b: any) => void;
|
|
103
161
|
export const style_set_textAlign: (a: number, b: number) => void;
|
|
162
|
+
export const style_set_top: (a: number, b: any) => void;
|
|
163
|
+
export const style_set_width: (a: number, b: any) => void;
|
|
104
164
|
export const style_size: (a: number) => any;
|
|
105
165
|
export const style_textAlign: (a: number) => number;
|
|
166
|
+
export const style_top: (a: number) => any;
|
|
167
|
+
export const style_width: (a: number) => any;
|
|
106
168
|
export const taffyerror_message: (a: number) => [number, number];
|
|
107
169
|
export const taffytree_addChild: (a: number, b: bigint, c: bigint) => [number, number];
|
|
108
170
|
export const taffytree_childCount: (a: number, b: bigint) => number;
|