@rocapine/react-native-onboarding-ui 1.30.0 → 1.32.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/dist/UI/Pages/ComposableScreen/elements/AnimatedBox.d.ts +21 -0
- package/dist/UI/Pages/ComposableScreen/elements/AnimatedBox.d.ts.map +1 -0
- package/dist/UI/Pages/ComposableScreen/elements/AnimatedBox.js +140 -0
- package/dist/UI/Pages/ComposableScreen/elements/AnimatedBox.js.map +1 -0
- package/dist/UI/Pages/ComposableScreen/elements/BaseBoxProps.d.ts +220 -0
- package/dist/UI/Pages/ComposableScreen/elements/BaseBoxProps.d.ts.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/BaseBoxProps.js +83 -0
- package/dist/UI/Pages/ComposableScreen/elements/BaseBoxProps.js.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/ButtonElement.d.ts +640 -0
- package/dist/UI/Pages/ComposableScreen/elements/ButtonElement.d.ts.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/CarouselElement.d.ts +160 -0
- package/dist/UI/Pages/ComposableScreen/elements/CarouselElement.d.ts.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/CheckboxGroupElement.d.ts +160 -0
- package/dist/UI/Pages/ComposableScreen/elements/CheckboxGroupElement.d.ts.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/DatePickerElement.d.ts +160 -0
- package/dist/UI/Pages/ComposableScreen/elements/DatePickerElement.d.ts.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/IconElement.d.ts +160 -0
- package/dist/UI/Pages/ComposableScreen/elements/IconElement.d.ts.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/ImageElement.d.ts +160 -0
- package/dist/UI/Pages/ComposableScreen/elements/ImageElement.d.ts.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/InputElement.d.ts +160 -0
- package/dist/UI/Pages/ComposableScreen/elements/InputElement.d.ts.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/KeyboardAvoidingViewElement.d.ts +160 -0
- package/dist/UI/Pages/ComposableScreen/elements/KeyboardAvoidingViewElement.d.ts.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/LottieElement.d.ts +160 -0
- package/dist/UI/Pages/ComposableScreen/elements/LottieElement.d.ts.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/ProgressIndicatorElement.d.ts +160 -0
- package/dist/UI/Pages/ComposableScreen/elements/ProgressIndicatorElement.d.ts.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/ProgressIndicatorElement.js +2 -8
- package/dist/UI/Pages/ComposableScreen/elements/ProgressIndicatorElement.js.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/RadioGroupElement.d.ts +160 -0
- package/dist/UI/Pages/ComposableScreen/elements/RadioGroupElement.d.ts.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/RiveElement.d.ts +160 -0
- package/dist/UI/Pages/ComposableScreen/elements/RiveElement.d.ts.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/SafeAreaViewElement.d.ts +160 -0
- package/dist/UI/Pages/ComposableScreen/elements/SafeAreaViewElement.d.ts.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/ScrollViewElement.d.ts +160 -0
- package/dist/UI/Pages/ComposableScreen/elements/ScrollViewElement.d.ts.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/StackElement.d.ts +160 -0
- package/dist/UI/Pages/ComposableScreen/elements/StackElement.d.ts.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/TextElement.d.ts +245 -2
- package/dist/UI/Pages/ComposableScreen/elements/TextElement.d.ts.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/TextElement.js +58 -6
- package/dist/UI/Pages/ComposableScreen/elements/TextElement.js.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/VideoElement.d.ts +160 -0
- package/dist/UI/Pages/ComposableScreen/elements/VideoElement.d.ts.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/ZStackElement.d.ts +160 -0
- package/dist/UI/Pages/ComposableScreen/elements/ZStackElement.d.ts.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/buildAnimation.d.ts +9 -0
- package/dist/UI/Pages/ComposableScreen/elements/buildAnimation.d.ts.map +1 -0
- package/dist/UI/Pages/ComposableScreen/elements/buildAnimation.js +106 -0
- package/dist/UI/Pages/ComposableScreen/elements/buildAnimation.js.map +1 -0
- package/dist/UI/Pages/ComposableScreen/elements/renderElement.d.ts.map +1 -1
- package/dist/UI/Pages/ComposableScreen/elements/renderElement.js +72 -58
- package/dist/UI/Pages/ComposableScreen/elements/renderElement.js.map +1 -1
- package/package.json +1 -1
- package/src/UI/Pages/ComposableScreen/elements/AnimatedBox.tsx +133 -0
- package/src/UI/Pages/ComposableScreen/elements/BaseBoxProps.ts +211 -0
- package/src/UI/Pages/ComposableScreen/elements/ProgressIndicatorElement.tsx +1 -9
- package/src/UI/Pages/ComposableScreen/elements/TextElement.tsx +93 -5
- package/src/UI/Pages/ComposableScreen/elements/buildAnimation.ts +83 -0
- package/src/UI/Pages/ComposableScreen/elements/renderElement.tsx +28 -1
|
@@ -81,6 +81,166 @@ export declare const IconElementPropsSchema: z.ZodObject<{
|
|
|
81
81
|
shadowOpacity: z.ZodOptional<z.ZodNumber>;
|
|
82
82
|
shadowRadius: z.ZodOptional<z.ZodNumber>;
|
|
83
83
|
elevation: z.ZodOptional<z.ZodNumber>;
|
|
84
|
+
transform: z.ZodOptional<z.ZodObject<{
|
|
85
|
+
translateX: z.ZodOptional<z.ZodNumber>;
|
|
86
|
+
translateY: z.ZodOptional<z.ZodNumber>;
|
|
87
|
+
scale: z.ZodOptional<z.ZodNumber>;
|
|
88
|
+
scaleX: z.ZodOptional<z.ZodNumber>;
|
|
89
|
+
scaleY: z.ZodOptional<z.ZodNumber>;
|
|
90
|
+
rotate: z.ZodOptional<z.ZodNumber>;
|
|
91
|
+
}, z.core.$strip>>;
|
|
92
|
+
animation: z.ZodOptional<z.ZodObject<{
|
|
93
|
+
entering: z.ZodOptional<z.ZodObject<{
|
|
94
|
+
preset: z.ZodEnum<{
|
|
95
|
+
FadeIn: "FadeIn";
|
|
96
|
+
FadeInUp: "FadeInUp";
|
|
97
|
+
FadeInDown: "FadeInDown";
|
|
98
|
+
FadeInLeft: "FadeInLeft";
|
|
99
|
+
FadeInRight: "FadeInRight";
|
|
100
|
+
SlideInUp: "SlideInUp";
|
|
101
|
+
SlideInDown: "SlideInDown";
|
|
102
|
+
SlideInLeft: "SlideInLeft";
|
|
103
|
+
SlideInRight: "SlideInRight";
|
|
104
|
+
ZoomIn: "ZoomIn";
|
|
105
|
+
ZoomInRotate: "ZoomInRotate";
|
|
106
|
+
ZoomInUp: "ZoomInUp";
|
|
107
|
+
ZoomInDown: "ZoomInDown";
|
|
108
|
+
ZoomInLeft: "ZoomInLeft";
|
|
109
|
+
ZoomInRight: "ZoomInRight";
|
|
110
|
+
ZoomInEasyUp: "ZoomInEasyUp";
|
|
111
|
+
ZoomInEasyDown: "ZoomInEasyDown";
|
|
112
|
+
BounceIn: "BounceIn";
|
|
113
|
+
BounceInUp: "BounceInUp";
|
|
114
|
+
BounceInDown: "BounceInDown";
|
|
115
|
+
BounceInLeft: "BounceInLeft";
|
|
116
|
+
BounceInRight: "BounceInRight";
|
|
117
|
+
FlipInXUp: "FlipInXUp";
|
|
118
|
+
FlipInYLeft: "FlipInYLeft";
|
|
119
|
+
FlipInXDown: "FlipInXDown";
|
|
120
|
+
FlipInYRight: "FlipInYRight";
|
|
121
|
+
FlipInEasyX: "FlipInEasyX";
|
|
122
|
+
FlipInEasyY: "FlipInEasyY";
|
|
123
|
+
StretchInX: "StretchInX";
|
|
124
|
+
StretchInY: "StretchInY";
|
|
125
|
+
RotateInDownLeft: "RotateInDownLeft";
|
|
126
|
+
RotateInDownRight: "RotateInDownRight";
|
|
127
|
+
RotateInUpLeft: "RotateInUpLeft";
|
|
128
|
+
RotateInUpRight: "RotateInUpRight";
|
|
129
|
+
RollInLeft: "RollInLeft";
|
|
130
|
+
RollInRight: "RollInRight";
|
|
131
|
+
PinwheelIn: "PinwheelIn";
|
|
132
|
+
LightSpeedInLeft: "LightSpeedInLeft";
|
|
133
|
+
LightSpeedInRight: "LightSpeedInRight";
|
|
134
|
+
}>;
|
|
135
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
136
|
+
delay: z.ZodOptional<z.ZodNumber>;
|
|
137
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
138
|
+
linear: "linear";
|
|
139
|
+
"ease-in": "ease-in";
|
|
140
|
+
"ease-out": "ease-out";
|
|
141
|
+
"ease-in-out": "ease-in-out";
|
|
142
|
+
}>>;
|
|
143
|
+
spring: z.ZodOptional<z.ZodObject<{
|
|
144
|
+
damping: z.ZodOptional<z.ZodNumber>;
|
|
145
|
+
stiffness: z.ZodOptional<z.ZodNumber>;
|
|
146
|
+
mass: z.ZodOptional<z.ZodNumber>;
|
|
147
|
+
}, z.core.$strip>>;
|
|
148
|
+
}, z.core.$strip>>;
|
|
149
|
+
exiting: z.ZodOptional<z.ZodObject<{
|
|
150
|
+
preset: z.ZodEnum<{
|
|
151
|
+
FadeOut: "FadeOut";
|
|
152
|
+
FadeOutUp: "FadeOutUp";
|
|
153
|
+
FadeOutDown: "FadeOutDown";
|
|
154
|
+
FadeOutLeft: "FadeOutLeft";
|
|
155
|
+
FadeOutRight: "FadeOutRight";
|
|
156
|
+
SlideOutUp: "SlideOutUp";
|
|
157
|
+
SlideOutDown: "SlideOutDown";
|
|
158
|
+
SlideOutLeft: "SlideOutLeft";
|
|
159
|
+
SlideOutRight: "SlideOutRight";
|
|
160
|
+
ZoomOut: "ZoomOut";
|
|
161
|
+
ZoomOutRotate: "ZoomOutRotate";
|
|
162
|
+
ZoomOutUp: "ZoomOutUp";
|
|
163
|
+
ZoomOutDown: "ZoomOutDown";
|
|
164
|
+
ZoomOutLeft: "ZoomOutLeft";
|
|
165
|
+
ZoomOutRight: "ZoomOutRight";
|
|
166
|
+
ZoomOutEasyUp: "ZoomOutEasyUp";
|
|
167
|
+
ZoomOutEasyDown: "ZoomOutEasyDown";
|
|
168
|
+
BounceOut: "BounceOut";
|
|
169
|
+
BounceOutUp: "BounceOutUp";
|
|
170
|
+
BounceOutDown: "BounceOutDown";
|
|
171
|
+
BounceOutLeft: "BounceOutLeft";
|
|
172
|
+
BounceOutRight: "BounceOutRight";
|
|
173
|
+
FlipOutXUp: "FlipOutXUp";
|
|
174
|
+
FlipOutYLeft: "FlipOutYLeft";
|
|
175
|
+
FlipOutXDown: "FlipOutXDown";
|
|
176
|
+
FlipOutYRight: "FlipOutYRight";
|
|
177
|
+
FlipOutEasyX: "FlipOutEasyX";
|
|
178
|
+
FlipOutEasyY: "FlipOutEasyY";
|
|
179
|
+
StretchOutX: "StretchOutX";
|
|
180
|
+
StretchOutY: "StretchOutY";
|
|
181
|
+
RotateOutDownLeft: "RotateOutDownLeft";
|
|
182
|
+
RotateOutDownRight: "RotateOutDownRight";
|
|
183
|
+
RotateOutUpLeft: "RotateOutUpLeft";
|
|
184
|
+
RotateOutUpRight: "RotateOutUpRight";
|
|
185
|
+
RollOutLeft: "RollOutLeft";
|
|
186
|
+
RollOutRight: "RollOutRight";
|
|
187
|
+
PinwheelOut: "PinwheelOut";
|
|
188
|
+
LightSpeedOutLeft: "LightSpeedOutLeft";
|
|
189
|
+
LightSpeedOutRight: "LightSpeedOutRight";
|
|
190
|
+
}>;
|
|
191
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
192
|
+
delay: z.ZodOptional<z.ZodNumber>;
|
|
193
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
194
|
+
linear: "linear";
|
|
195
|
+
"ease-in": "ease-in";
|
|
196
|
+
"ease-out": "ease-out";
|
|
197
|
+
"ease-in-out": "ease-in-out";
|
|
198
|
+
}>>;
|
|
199
|
+
spring: z.ZodOptional<z.ZodObject<{
|
|
200
|
+
damping: z.ZodOptional<z.ZodNumber>;
|
|
201
|
+
stiffness: z.ZodOptional<z.ZodNumber>;
|
|
202
|
+
mass: z.ZodOptional<z.ZodNumber>;
|
|
203
|
+
}, z.core.$strip>>;
|
|
204
|
+
}, z.core.$strip>>;
|
|
205
|
+
layout: z.ZodOptional<z.ZodObject<{
|
|
206
|
+
preset: z.ZodEnum<{
|
|
207
|
+
LinearTransition: "LinearTransition";
|
|
208
|
+
FadingTransition: "FadingTransition";
|
|
209
|
+
SequencedTransition: "SequencedTransition";
|
|
210
|
+
JumpingTransition: "JumpingTransition";
|
|
211
|
+
CurvedTransition: "CurvedTransition";
|
|
212
|
+
EntryExitTransition: "EntryExitTransition";
|
|
213
|
+
}>;
|
|
214
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
215
|
+
spring: z.ZodOptional<z.ZodObject<{
|
|
216
|
+
damping: z.ZodOptional<z.ZodNumber>;
|
|
217
|
+
stiffness: z.ZodOptional<z.ZodNumber>;
|
|
218
|
+
mass: z.ZodOptional<z.ZodNumber>;
|
|
219
|
+
}, z.core.$strip>>;
|
|
220
|
+
}, z.core.$strip>>;
|
|
221
|
+
effect: z.ZodOptional<z.ZodObject<{
|
|
222
|
+
preset: z.ZodEnum<{
|
|
223
|
+
rotate: "rotate";
|
|
224
|
+
pulse: "pulse";
|
|
225
|
+
fade: "fade";
|
|
226
|
+
shimmer: "shimmer";
|
|
227
|
+
bounce: "bounce";
|
|
228
|
+
}>;
|
|
229
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
230
|
+
delay: z.ZodOptional<z.ZodNumber>;
|
|
231
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
232
|
+
linear: "linear";
|
|
233
|
+
"ease-in": "ease-in";
|
|
234
|
+
"ease-out": "ease-out";
|
|
235
|
+
"ease-in-out": "ease-in-out";
|
|
236
|
+
}>>;
|
|
237
|
+
loop: z.ZodOptional<z.ZodBoolean>;
|
|
238
|
+
minScale: z.ZodOptional<z.ZodNumber>;
|
|
239
|
+
maxScale: z.ZodOptional<z.ZodNumber>;
|
|
240
|
+
minOpacity: z.ZodOptional<z.ZodNumber>;
|
|
241
|
+
degrees: z.ZodOptional<z.ZodNumber>;
|
|
242
|
+
}, z.core.$strip>>;
|
|
243
|
+
}, z.core.$strip>>;
|
|
84
244
|
name: z.ZodString;
|
|
85
245
|
size: z.ZodOptional<z.ZodNumber>;
|
|
86
246
|
color: z.ZodOptional<z.ZodString>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconElement.d.ts","sourceRoot":"","sources":["../../../../../src/UI/Pages/ComposableScreen/elements/IconElement.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,YAAY,EAAsB,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,aAAa,EAAO,MAAM,UAAU,CAAC;AAG9C,MAAM,MAAM,gBAAgB,GAAG,YAAY,GAAG;IAC5C,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"IconElement.d.ts","sourceRoot":"","sources":["../../../../../src/UI/Pages/ComposableScreen/elements/IconElement.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,YAAY,EAAsB,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,aAAa,EAAO,MAAM,UAAU,CAAC;AAG9C,MAAM,MAAM,gBAAgB,GAAG,YAAY,GAAG;IAC5C,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAQjC,CAAC;AAEH,KAAK,aAAa,GAAG,OAAO,CAAC,SAAS,EAAE;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC;AAE1D,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,aAAa,CAAC;IACvB,GAAG,EAAE,aAAa,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,kBAAkB,KAAK,KAAG,KAAK,CAAC,YAkDpE,CAAC"}
|
|
@@ -77,6 +77,166 @@ export declare const ImageElementPropsSchema: z.ZodObject<{
|
|
|
77
77
|
shadowOpacity: z.ZodOptional<z.ZodNumber>;
|
|
78
78
|
shadowRadius: z.ZodOptional<z.ZodNumber>;
|
|
79
79
|
elevation: z.ZodOptional<z.ZodNumber>;
|
|
80
|
+
transform: z.ZodOptional<z.ZodObject<{
|
|
81
|
+
translateX: z.ZodOptional<z.ZodNumber>;
|
|
82
|
+
translateY: z.ZodOptional<z.ZodNumber>;
|
|
83
|
+
scale: z.ZodOptional<z.ZodNumber>;
|
|
84
|
+
scaleX: z.ZodOptional<z.ZodNumber>;
|
|
85
|
+
scaleY: z.ZodOptional<z.ZodNumber>;
|
|
86
|
+
rotate: z.ZodOptional<z.ZodNumber>;
|
|
87
|
+
}, z.core.$strip>>;
|
|
88
|
+
animation: z.ZodOptional<z.ZodObject<{
|
|
89
|
+
entering: z.ZodOptional<z.ZodObject<{
|
|
90
|
+
preset: z.ZodEnum<{
|
|
91
|
+
FadeIn: "FadeIn";
|
|
92
|
+
FadeInUp: "FadeInUp";
|
|
93
|
+
FadeInDown: "FadeInDown";
|
|
94
|
+
FadeInLeft: "FadeInLeft";
|
|
95
|
+
FadeInRight: "FadeInRight";
|
|
96
|
+
SlideInUp: "SlideInUp";
|
|
97
|
+
SlideInDown: "SlideInDown";
|
|
98
|
+
SlideInLeft: "SlideInLeft";
|
|
99
|
+
SlideInRight: "SlideInRight";
|
|
100
|
+
ZoomIn: "ZoomIn";
|
|
101
|
+
ZoomInRotate: "ZoomInRotate";
|
|
102
|
+
ZoomInUp: "ZoomInUp";
|
|
103
|
+
ZoomInDown: "ZoomInDown";
|
|
104
|
+
ZoomInLeft: "ZoomInLeft";
|
|
105
|
+
ZoomInRight: "ZoomInRight";
|
|
106
|
+
ZoomInEasyUp: "ZoomInEasyUp";
|
|
107
|
+
ZoomInEasyDown: "ZoomInEasyDown";
|
|
108
|
+
BounceIn: "BounceIn";
|
|
109
|
+
BounceInUp: "BounceInUp";
|
|
110
|
+
BounceInDown: "BounceInDown";
|
|
111
|
+
BounceInLeft: "BounceInLeft";
|
|
112
|
+
BounceInRight: "BounceInRight";
|
|
113
|
+
FlipInXUp: "FlipInXUp";
|
|
114
|
+
FlipInYLeft: "FlipInYLeft";
|
|
115
|
+
FlipInXDown: "FlipInXDown";
|
|
116
|
+
FlipInYRight: "FlipInYRight";
|
|
117
|
+
FlipInEasyX: "FlipInEasyX";
|
|
118
|
+
FlipInEasyY: "FlipInEasyY";
|
|
119
|
+
StretchInX: "StretchInX";
|
|
120
|
+
StretchInY: "StretchInY";
|
|
121
|
+
RotateInDownLeft: "RotateInDownLeft";
|
|
122
|
+
RotateInDownRight: "RotateInDownRight";
|
|
123
|
+
RotateInUpLeft: "RotateInUpLeft";
|
|
124
|
+
RotateInUpRight: "RotateInUpRight";
|
|
125
|
+
RollInLeft: "RollInLeft";
|
|
126
|
+
RollInRight: "RollInRight";
|
|
127
|
+
PinwheelIn: "PinwheelIn";
|
|
128
|
+
LightSpeedInLeft: "LightSpeedInLeft";
|
|
129
|
+
LightSpeedInRight: "LightSpeedInRight";
|
|
130
|
+
}>;
|
|
131
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
132
|
+
delay: z.ZodOptional<z.ZodNumber>;
|
|
133
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
134
|
+
linear: "linear";
|
|
135
|
+
"ease-in": "ease-in";
|
|
136
|
+
"ease-out": "ease-out";
|
|
137
|
+
"ease-in-out": "ease-in-out";
|
|
138
|
+
}>>;
|
|
139
|
+
spring: z.ZodOptional<z.ZodObject<{
|
|
140
|
+
damping: z.ZodOptional<z.ZodNumber>;
|
|
141
|
+
stiffness: z.ZodOptional<z.ZodNumber>;
|
|
142
|
+
mass: z.ZodOptional<z.ZodNumber>;
|
|
143
|
+
}, z.core.$strip>>;
|
|
144
|
+
}, z.core.$strip>>;
|
|
145
|
+
exiting: z.ZodOptional<z.ZodObject<{
|
|
146
|
+
preset: z.ZodEnum<{
|
|
147
|
+
FadeOut: "FadeOut";
|
|
148
|
+
FadeOutUp: "FadeOutUp";
|
|
149
|
+
FadeOutDown: "FadeOutDown";
|
|
150
|
+
FadeOutLeft: "FadeOutLeft";
|
|
151
|
+
FadeOutRight: "FadeOutRight";
|
|
152
|
+
SlideOutUp: "SlideOutUp";
|
|
153
|
+
SlideOutDown: "SlideOutDown";
|
|
154
|
+
SlideOutLeft: "SlideOutLeft";
|
|
155
|
+
SlideOutRight: "SlideOutRight";
|
|
156
|
+
ZoomOut: "ZoomOut";
|
|
157
|
+
ZoomOutRotate: "ZoomOutRotate";
|
|
158
|
+
ZoomOutUp: "ZoomOutUp";
|
|
159
|
+
ZoomOutDown: "ZoomOutDown";
|
|
160
|
+
ZoomOutLeft: "ZoomOutLeft";
|
|
161
|
+
ZoomOutRight: "ZoomOutRight";
|
|
162
|
+
ZoomOutEasyUp: "ZoomOutEasyUp";
|
|
163
|
+
ZoomOutEasyDown: "ZoomOutEasyDown";
|
|
164
|
+
BounceOut: "BounceOut";
|
|
165
|
+
BounceOutUp: "BounceOutUp";
|
|
166
|
+
BounceOutDown: "BounceOutDown";
|
|
167
|
+
BounceOutLeft: "BounceOutLeft";
|
|
168
|
+
BounceOutRight: "BounceOutRight";
|
|
169
|
+
FlipOutXUp: "FlipOutXUp";
|
|
170
|
+
FlipOutYLeft: "FlipOutYLeft";
|
|
171
|
+
FlipOutXDown: "FlipOutXDown";
|
|
172
|
+
FlipOutYRight: "FlipOutYRight";
|
|
173
|
+
FlipOutEasyX: "FlipOutEasyX";
|
|
174
|
+
FlipOutEasyY: "FlipOutEasyY";
|
|
175
|
+
StretchOutX: "StretchOutX";
|
|
176
|
+
StretchOutY: "StretchOutY";
|
|
177
|
+
RotateOutDownLeft: "RotateOutDownLeft";
|
|
178
|
+
RotateOutDownRight: "RotateOutDownRight";
|
|
179
|
+
RotateOutUpLeft: "RotateOutUpLeft";
|
|
180
|
+
RotateOutUpRight: "RotateOutUpRight";
|
|
181
|
+
RollOutLeft: "RollOutLeft";
|
|
182
|
+
RollOutRight: "RollOutRight";
|
|
183
|
+
PinwheelOut: "PinwheelOut";
|
|
184
|
+
LightSpeedOutLeft: "LightSpeedOutLeft";
|
|
185
|
+
LightSpeedOutRight: "LightSpeedOutRight";
|
|
186
|
+
}>;
|
|
187
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
188
|
+
delay: z.ZodOptional<z.ZodNumber>;
|
|
189
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
190
|
+
linear: "linear";
|
|
191
|
+
"ease-in": "ease-in";
|
|
192
|
+
"ease-out": "ease-out";
|
|
193
|
+
"ease-in-out": "ease-in-out";
|
|
194
|
+
}>>;
|
|
195
|
+
spring: z.ZodOptional<z.ZodObject<{
|
|
196
|
+
damping: z.ZodOptional<z.ZodNumber>;
|
|
197
|
+
stiffness: z.ZodOptional<z.ZodNumber>;
|
|
198
|
+
mass: z.ZodOptional<z.ZodNumber>;
|
|
199
|
+
}, z.core.$strip>>;
|
|
200
|
+
}, z.core.$strip>>;
|
|
201
|
+
layout: z.ZodOptional<z.ZodObject<{
|
|
202
|
+
preset: z.ZodEnum<{
|
|
203
|
+
LinearTransition: "LinearTransition";
|
|
204
|
+
FadingTransition: "FadingTransition";
|
|
205
|
+
SequencedTransition: "SequencedTransition";
|
|
206
|
+
JumpingTransition: "JumpingTransition";
|
|
207
|
+
CurvedTransition: "CurvedTransition";
|
|
208
|
+
EntryExitTransition: "EntryExitTransition";
|
|
209
|
+
}>;
|
|
210
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
211
|
+
spring: z.ZodOptional<z.ZodObject<{
|
|
212
|
+
damping: z.ZodOptional<z.ZodNumber>;
|
|
213
|
+
stiffness: z.ZodOptional<z.ZodNumber>;
|
|
214
|
+
mass: z.ZodOptional<z.ZodNumber>;
|
|
215
|
+
}, z.core.$strip>>;
|
|
216
|
+
}, z.core.$strip>>;
|
|
217
|
+
effect: z.ZodOptional<z.ZodObject<{
|
|
218
|
+
preset: z.ZodEnum<{
|
|
219
|
+
rotate: "rotate";
|
|
220
|
+
pulse: "pulse";
|
|
221
|
+
fade: "fade";
|
|
222
|
+
shimmer: "shimmer";
|
|
223
|
+
bounce: "bounce";
|
|
224
|
+
}>;
|
|
225
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
226
|
+
delay: z.ZodOptional<z.ZodNumber>;
|
|
227
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
228
|
+
linear: "linear";
|
|
229
|
+
"ease-in": "ease-in";
|
|
230
|
+
"ease-out": "ease-out";
|
|
231
|
+
"ease-in-out": "ease-in-out";
|
|
232
|
+
}>>;
|
|
233
|
+
loop: z.ZodOptional<z.ZodBoolean>;
|
|
234
|
+
minScale: z.ZodOptional<z.ZodNumber>;
|
|
235
|
+
maxScale: z.ZodOptional<z.ZodNumber>;
|
|
236
|
+
minOpacity: z.ZodOptional<z.ZodNumber>;
|
|
237
|
+
degrees: z.ZodOptional<z.ZodNumber>;
|
|
238
|
+
}, z.core.$strip>>;
|
|
239
|
+
}, z.core.$strip>>;
|
|
80
240
|
url: z.ZodString;
|
|
81
241
|
aspectRatio: z.ZodOptional<z.ZodNumber>;
|
|
82
242
|
resizeMode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageElement.d.ts","sourceRoot":"","sources":["../../../../../src/UI/Pages/ComposableScreen/elements/ImageElement.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,YAAY,EAAsB,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,aAAa,EAAyB,MAAM,UAAU,CAAC;AAGhE,MAAM,MAAM,iBAAiB,GAAG,YAAY,GAAG;IAC7C,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;CACzD,CAAC;AAEF,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"ImageElement.d.ts","sourceRoot":"","sources":["../../../../../src/UI/Pages/ComposableScreen/elements/ImageElement.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,YAAY,EAAsB,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,aAAa,EAAyB,MAAM,UAAU,CAAC;AAGhE,MAAM,MAAM,iBAAiB,GAAG,YAAY,GAAG;IAC7C,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;CACzD,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAIlC,CAAC;AAEH,KAAK,cAAc,GAAG,OAAO,CAAC,SAAS,EAAE;IAAE,IAAI,EAAE,OAAO,CAAA;CAAE,CAAC,CAAC;AAE5D,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,cAAc,CAAC;IACxB,GAAG,EAAE,aAAa,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,aAAa,KAAK,KAAG,KAAK,CAAC,YAsFhE,CAAC"}
|
|
@@ -95,6 +95,166 @@ export declare const InputElementPropsSchema: z.ZodObject<{
|
|
|
95
95
|
shadowOpacity: z.ZodOptional<z.ZodNumber>;
|
|
96
96
|
shadowRadius: z.ZodOptional<z.ZodNumber>;
|
|
97
97
|
elevation: z.ZodOptional<z.ZodNumber>;
|
|
98
|
+
transform: z.ZodOptional<z.ZodObject<{
|
|
99
|
+
translateX: z.ZodOptional<z.ZodNumber>;
|
|
100
|
+
translateY: z.ZodOptional<z.ZodNumber>;
|
|
101
|
+
scale: z.ZodOptional<z.ZodNumber>;
|
|
102
|
+
scaleX: z.ZodOptional<z.ZodNumber>;
|
|
103
|
+
scaleY: z.ZodOptional<z.ZodNumber>;
|
|
104
|
+
rotate: z.ZodOptional<z.ZodNumber>;
|
|
105
|
+
}, z.core.$strip>>;
|
|
106
|
+
animation: z.ZodOptional<z.ZodObject<{
|
|
107
|
+
entering: z.ZodOptional<z.ZodObject<{
|
|
108
|
+
preset: z.ZodEnum<{
|
|
109
|
+
FadeIn: "FadeIn";
|
|
110
|
+
FadeInUp: "FadeInUp";
|
|
111
|
+
FadeInDown: "FadeInDown";
|
|
112
|
+
FadeInLeft: "FadeInLeft";
|
|
113
|
+
FadeInRight: "FadeInRight";
|
|
114
|
+
SlideInUp: "SlideInUp";
|
|
115
|
+
SlideInDown: "SlideInDown";
|
|
116
|
+
SlideInLeft: "SlideInLeft";
|
|
117
|
+
SlideInRight: "SlideInRight";
|
|
118
|
+
ZoomIn: "ZoomIn";
|
|
119
|
+
ZoomInRotate: "ZoomInRotate";
|
|
120
|
+
ZoomInUp: "ZoomInUp";
|
|
121
|
+
ZoomInDown: "ZoomInDown";
|
|
122
|
+
ZoomInLeft: "ZoomInLeft";
|
|
123
|
+
ZoomInRight: "ZoomInRight";
|
|
124
|
+
ZoomInEasyUp: "ZoomInEasyUp";
|
|
125
|
+
ZoomInEasyDown: "ZoomInEasyDown";
|
|
126
|
+
BounceIn: "BounceIn";
|
|
127
|
+
BounceInUp: "BounceInUp";
|
|
128
|
+
BounceInDown: "BounceInDown";
|
|
129
|
+
BounceInLeft: "BounceInLeft";
|
|
130
|
+
BounceInRight: "BounceInRight";
|
|
131
|
+
FlipInXUp: "FlipInXUp";
|
|
132
|
+
FlipInYLeft: "FlipInYLeft";
|
|
133
|
+
FlipInXDown: "FlipInXDown";
|
|
134
|
+
FlipInYRight: "FlipInYRight";
|
|
135
|
+
FlipInEasyX: "FlipInEasyX";
|
|
136
|
+
FlipInEasyY: "FlipInEasyY";
|
|
137
|
+
StretchInX: "StretchInX";
|
|
138
|
+
StretchInY: "StretchInY";
|
|
139
|
+
RotateInDownLeft: "RotateInDownLeft";
|
|
140
|
+
RotateInDownRight: "RotateInDownRight";
|
|
141
|
+
RotateInUpLeft: "RotateInUpLeft";
|
|
142
|
+
RotateInUpRight: "RotateInUpRight";
|
|
143
|
+
RollInLeft: "RollInLeft";
|
|
144
|
+
RollInRight: "RollInRight";
|
|
145
|
+
PinwheelIn: "PinwheelIn";
|
|
146
|
+
LightSpeedInLeft: "LightSpeedInLeft";
|
|
147
|
+
LightSpeedInRight: "LightSpeedInRight";
|
|
148
|
+
}>;
|
|
149
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
150
|
+
delay: z.ZodOptional<z.ZodNumber>;
|
|
151
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
152
|
+
linear: "linear";
|
|
153
|
+
"ease-in": "ease-in";
|
|
154
|
+
"ease-out": "ease-out";
|
|
155
|
+
"ease-in-out": "ease-in-out";
|
|
156
|
+
}>>;
|
|
157
|
+
spring: z.ZodOptional<z.ZodObject<{
|
|
158
|
+
damping: z.ZodOptional<z.ZodNumber>;
|
|
159
|
+
stiffness: z.ZodOptional<z.ZodNumber>;
|
|
160
|
+
mass: z.ZodOptional<z.ZodNumber>;
|
|
161
|
+
}, z.core.$strip>>;
|
|
162
|
+
}, z.core.$strip>>;
|
|
163
|
+
exiting: z.ZodOptional<z.ZodObject<{
|
|
164
|
+
preset: z.ZodEnum<{
|
|
165
|
+
FadeOut: "FadeOut";
|
|
166
|
+
FadeOutUp: "FadeOutUp";
|
|
167
|
+
FadeOutDown: "FadeOutDown";
|
|
168
|
+
FadeOutLeft: "FadeOutLeft";
|
|
169
|
+
FadeOutRight: "FadeOutRight";
|
|
170
|
+
SlideOutUp: "SlideOutUp";
|
|
171
|
+
SlideOutDown: "SlideOutDown";
|
|
172
|
+
SlideOutLeft: "SlideOutLeft";
|
|
173
|
+
SlideOutRight: "SlideOutRight";
|
|
174
|
+
ZoomOut: "ZoomOut";
|
|
175
|
+
ZoomOutRotate: "ZoomOutRotate";
|
|
176
|
+
ZoomOutUp: "ZoomOutUp";
|
|
177
|
+
ZoomOutDown: "ZoomOutDown";
|
|
178
|
+
ZoomOutLeft: "ZoomOutLeft";
|
|
179
|
+
ZoomOutRight: "ZoomOutRight";
|
|
180
|
+
ZoomOutEasyUp: "ZoomOutEasyUp";
|
|
181
|
+
ZoomOutEasyDown: "ZoomOutEasyDown";
|
|
182
|
+
BounceOut: "BounceOut";
|
|
183
|
+
BounceOutUp: "BounceOutUp";
|
|
184
|
+
BounceOutDown: "BounceOutDown";
|
|
185
|
+
BounceOutLeft: "BounceOutLeft";
|
|
186
|
+
BounceOutRight: "BounceOutRight";
|
|
187
|
+
FlipOutXUp: "FlipOutXUp";
|
|
188
|
+
FlipOutYLeft: "FlipOutYLeft";
|
|
189
|
+
FlipOutXDown: "FlipOutXDown";
|
|
190
|
+
FlipOutYRight: "FlipOutYRight";
|
|
191
|
+
FlipOutEasyX: "FlipOutEasyX";
|
|
192
|
+
FlipOutEasyY: "FlipOutEasyY";
|
|
193
|
+
StretchOutX: "StretchOutX";
|
|
194
|
+
StretchOutY: "StretchOutY";
|
|
195
|
+
RotateOutDownLeft: "RotateOutDownLeft";
|
|
196
|
+
RotateOutDownRight: "RotateOutDownRight";
|
|
197
|
+
RotateOutUpLeft: "RotateOutUpLeft";
|
|
198
|
+
RotateOutUpRight: "RotateOutUpRight";
|
|
199
|
+
RollOutLeft: "RollOutLeft";
|
|
200
|
+
RollOutRight: "RollOutRight";
|
|
201
|
+
PinwheelOut: "PinwheelOut";
|
|
202
|
+
LightSpeedOutLeft: "LightSpeedOutLeft";
|
|
203
|
+
LightSpeedOutRight: "LightSpeedOutRight";
|
|
204
|
+
}>;
|
|
205
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
206
|
+
delay: z.ZodOptional<z.ZodNumber>;
|
|
207
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
208
|
+
linear: "linear";
|
|
209
|
+
"ease-in": "ease-in";
|
|
210
|
+
"ease-out": "ease-out";
|
|
211
|
+
"ease-in-out": "ease-in-out";
|
|
212
|
+
}>>;
|
|
213
|
+
spring: z.ZodOptional<z.ZodObject<{
|
|
214
|
+
damping: z.ZodOptional<z.ZodNumber>;
|
|
215
|
+
stiffness: z.ZodOptional<z.ZodNumber>;
|
|
216
|
+
mass: z.ZodOptional<z.ZodNumber>;
|
|
217
|
+
}, z.core.$strip>>;
|
|
218
|
+
}, z.core.$strip>>;
|
|
219
|
+
layout: z.ZodOptional<z.ZodObject<{
|
|
220
|
+
preset: z.ZodEnum<{
|
|
221
|
+
LinearTransition: "LinearTransition";
|
|
222
|
+
FadingTransition: "FadingTransition";
|
|
223
|
+
SequencedTransition: "SequencedTransition";
|
|
224
|
+
JumpingTransition: "JumpingTransition";
|
|
225
|
+
CurvedTransition: "CurvedTransition";
|
|
226
|
+
EntryExitTransition: "EntryExitTransition";
|
|
227
|
+
}>;
|
|
228
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
229
|
+
spring: z.ZodOptional<z.ZodObject<{
|
|
230
|
+
damping: z.ZodOptional<z.ZodNumber>;
|
|
231
|
+
stiffness: z.ZodOptional<z.ZodNumber>;
|
|
232
|
+
mass: z.ZodOptional<z.ZodNumber>;
|
|
233
|
+
}, z.core.$strip>>;
|
|
234
|
+
}, z.core.$strip>>;
|
|
235
|
+
effect: z.ZodOptional<z.ZodObject<{
|
|
236
|
+
preset: z.ZodEnum<{
|
|
237
|
+
rotate: "rotate";
|
|
238
|
+
pulse: "pulse";
|
|
239
|
+
fade: "fade";
|
|
240
|
+
shimmer: "shimmer";
|
|
241
|
+
bounce: "bounce";
|
|
242
|
+
}>;
|
|
243
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
244
|
+
delay: z.ZodOptional<z.ZodNumber>;
|
|
245
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
246
|
+
linear: "linear";
|
|
247
|
+
"ease-in": "ease-in";
|
|
248
|
+
"ease-out": "ease-out";
|
|
249
|
+
"ease-in-out": "ease-in-out";
|
|
250
|
+
}>>;
|
|
251
|
+
loop: z.ZodOptional<z.ZodBoolean>;
|
|
252
|
+
minScale: z.ZodOptional<z.ZodNumber>;
|
|
253
|
+
maxScale: z.ZodOptional<z.ZodNumber>;
|
|
254
|
+
minOpacity: z.ZodOptional<z.ZodNumber>;
|
|
255
|
+
degrees: z.ZodOptional<z.ZodNumber>;
|
|
256
|
+
}, z.core.$strip>>;
|
|
257
|
+
}, z.core.$strip>>;
|
|
98
258
|
variableName: z.ZodOptional<z.ZodString>;
|
|
99
259
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
100
260
|
defaultValue: z.ZodOptional<z.ZodString>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputElement.d.ts","sourceRoot":"","sources":["../../../../../src/UI/Pages/ComposableScreen/elements/InputElement.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,OAAO,EAAE,YAAY,EAAsB,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,aAAa,EAAmC,MAAM,UAAU,CAAC;AAE1E,MAAM,MAAM,iBAAiB,GAAG,YAAY,GAAG;IAC7C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,SAAS,GAAG,eAAe,GAAG,SAAS,GAAG,WAAW,GAAG,aAAa,GAAG,KAAK,GAAG,YAAY,GAAG,eAAe,GAAG,yBAAyB,GAAG,gBAAgB,GAAG,SAAS,GAAG,YAAY,GAAG,kBAAkB,CAAC;IAC7N,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,QAAQ,GAAG,MAAM,GAAG,SAAS,GAAG,gBAAgB,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,UAAU,CAAC;IACxJ,cAAc,CAAC,EAAE,MAAM,GAAG,WAAW,GAAG,OAAO,GAAG,YAAY,CAAC;IAC/D,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,SAAS,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACxC,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"InputElement.d.ts","sourceRoot":"","sources":["../../../../../src/UI/Pages/ComposableScreen/elements/InputElement.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,OAAO,EAAE,YAAY,EAAsB,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,aAAa,EAAmC,MAAM,UAAU,CAAC;AAE1E,MAAM,MAAM,iBAAiB,GAAG,YAAY,GAAG;IAC7C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,SAAS,GAAG,eAAe,GAAG,SAAS,GAAG,WAAW,GAAG,aAAa,GAAG,KAAK,GAAG,YAAY,GAAG,eAAe,GAAG,yBAAyB,GAAG,gBAAgB,GAAG,SAAS,GAAG,YAAY,GAAG,kBAAkB,CAAC;IAC7N,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,QAAQ,GAAG,MAAM,GAAG,SAAS,GAAG,gBAAgB,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,UAAU,CAAC;IACxJ,cAAc,CAAC,EAAE,MAAM,GAAG,WAAW,GAAG,OAAO,GAAG,YAAY,CAAC;IAC/D,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,SAAS,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACxC,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAsBlC,CAAC;AAEH,KAAK,cAAc,GAAG,OAAO,CAAC,SAAS,EAAE;IAAE,IAAI,EAAE,OAAO,CAAA;CAAE,CAAC,CAAC;AAE5D,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,cAAc,CAAC;IACxB,GAAG,EAAE,aAAa,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,kBAAkB,KAAK,KAAG,KAAK,CAAC,YA2ErE,CAAC"}
|