@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
|
@@ -79,6 +79,166 @@ export declare const KeyboardAvoidingViewElementPropsSchema: z.ZodObject<{
|
|
|
79
79
|
shadowOpacity: z.ZodOptional<z.ZodNumber>;
|
|
80
80
|
shadowRadius: z.ZodOptional<z.ZodNumber>;
|
|
81
81
|
elevation: z.ZodOptional<z.ZodNumber>;
|
|
82
|
+
transform: z.ZodOptional<z.ZodObject<{
|
|
83
|
+
translateX: z.ZodOptional<z.ZodNumber>;
|
|
84
|
+
translateY: z.ZodOptional<z.ZodNumber>;
|
|
85
|
+
scale: z.ZodOptional<z.ZodNumber>;
|
|
86
|
+
scaleX: z.ZodOptional<z.ZodNumber>;
|
|
87
|
+
scaleY: z.ZodOptional<z.ZodNumber>;
|
|
88
|
+
rotate: z.ZodOptional<z.ZodNumber>;
|
|
89
|
+
}, z.core.$strip>>;
|
|
90
|
+
animation: z.ZodOptional<z.ZodObject<{
|
|
91
|
+
entering: z.ZodOptional<z.ZodObject<{
|
|
92
|
+
preset: z.ZodEnum<{
|
|
93
|
+
FadeIn: "FadeIn";
|
|
94
|
+
FadeInUp: "FadeInUp";
|
|
95
|
+
FadeInDown: "FadeInDown";
|
|
96
|
+
FadeInLeft: "FadeInLeft";
|
|
97
|
+
FadeInRight: "FadeInRight";
|
|
98
|
+
SlideInUp: "SlideInUp";
|
|
99
|
+
SlideInDown: "SlideInDown";
|
|
100
|
+
SlideInLeft: "SlideInLeft";
|
|
101
|
+
SlideInRight: "SlideInRight";
|
|
102
|
+
ZoomIn: "ZoomIn";
|
|
103
|
+
ZoomInRotate: "ZoomInRotate";
|
|
104
|
+
ZoomInUp: "ZoomInUp";
|
|
105
|
+
ZoomInDown: "ZoomInDown";
|
|
106
|
+
ZoomInLeft: "ZoomInLeft";
|
|
107
|
+
ZoomInRight: "ZoomInRight";
|
|
108
|
+
ZoomInEasyUp: "ZoomInEasyUp";
|
|
109
|
+
ZoomInEasyDown: "ZoomInEasyDown";
|
|
110
|
+
BounceIn: "BounceIn";
|
|
111
|
+
BounceInUp: "BounceInUp";
|
|
112
|
+
BounceInDown: "BounceInDown";
|
|
113
|
+
BounceInLeft: "BounceInLeft";
|
|
114
|
+
BounceInRight: "BounceInRight";
|
|
115
|
+
FlipInXUp: "FlipInXUp";
|
|
116
|
+
FlipInYLeft: "FlipInYLeft";
|
|
117
|
+
FlipInXDown: "FlipInXDown";
|
|
118
|
+
FlipInYRight: "FlipInYRight";
|
|
119
|
+
FlipInEasyX: "FlipInEasyX";
|
|
120
|
+
FlipInEasyY: "FlipInEasyY";
|
|
121
|
+
StretchInX: "StretchInX";
|
|
122
|
+
StretchInY: "StretchInY";
|
|
123
|
+
RotateInDownLeft: "RotateInDownLeft";
|
|
124
|
+
RotateInDownRight: "RotateInDownRight";
|
|
125
|
+
RotateInUpLeft: "RotateInUpLeft";
|
|
126
|
+
RotateInUpRight: "RotateInUpRight";
|
|
127
|
+
RollInLeft: "RollInLeft";
|
|
128
|
+
RollInRight: "RollInRight";
|
|
129
|
+
PinwheelIn: "PinwheelIn";
|
|
130
|
+
LightSpeedInLeft: "LightSpeedInLeft";
|
|
131
|
+
LightSpeedInRight: "LightSpeedInRight";
|
|
132
|
+
}>;
|
|
133
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
134
|
+
delay: z.ZodOptional<z.ZodNumber>;
|
|
135
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
136
|
+
linear: "linear";
|
|
137
|
+
"ease-in": "ease-in";
|
|
138
|
+
"ease-out": "ease-out";
|
|
139
|
+
"ease-in-out": "ease-in-out";
|
|
140
|
+
}>>;
|
|
141
|
+
spring: z.ZodOptional<z.ZodObject<{
|
|
142
|
+
damping: z.ZodOptional<z.ZodNumber>;
|
|
143
|
+
stiffness: z.ZodOptional<z.ZodNumber>;
|
|
144
|
+
mass: z.ZodOptional<z.ZodNumber>;
|
|
145
|
+
}, z.core.$strip>>;
|
|
146
|
+
}, z.core.$strip>>;
|
|
147
|
+
exiting: z.ZodOptional<z.ZodObject<{
|
|
148
|
+
preset: z.ZodEnum<{
|
|
149
|
+
FadeOut: "FadeOut";
|
|
150
|
+
FadeOutUp: "FadeOutUp";
|
|
151
|
+
FadeOutDown: "FadeOutDown";
|
|
152
|
+
FadeOutLeft: "FadeOutLeft";
|
|
153
|
+
FadeOutRight: "FadeOutRight";
|
|
154
|
+
SlideOutUp: "SlideOutUp";
|
|
155
|
+
SlideOutDown: "SlideOutDown";
|
|
156
|
+
SlideOutLeft: "SlideOutLeft";
|
|
157
|
+
SlideOutRight: "SlideOutRight";
|
|
158
|
+
ZoomOut: "ZoomOut";
|
|
159
|
+
ZoomOutRotate: "ZoomOutRotate";
|
|
160
|
+
ZoomOutUp: "ZoomOutUp";
|
|
161
|
+
ZoomOutDown: "ZoomOutDown";
|
|
162
|
+
ZoomOutLeft: "ZoomOutLeft";
|
|
163
|
+
ZoomOutRight: "ZoomOutRight";
|
|
164
|
+
ZoomOutEasyUp: "ZoomOutEasyUp";
|
|
165
|
+
ZoomOutEasyDown: "ZoomOutEasyDown";
|
|
166
|
+
BounceOut: "BounceOut";
|
|
167
|
+
BounceOutUp: "BounceOutUp";
|
|
168
|
+
BounceOutDown: "BounceOutDown";
|
|
169
|
+
BounceOutLeft: "BounceOutLeft";
|
|
170
|
+
BounceOutRight: "BounceOutRight";
|
|
171
|
+
FlipOutXUp: "FlipOutXUp";
|
|
172
|
+
FlipOutYLeft: "FlipOutYLeft";
|
|
173
|
+
FlipOutXDown: "FlipOutXDown";
|
|
174
|
+
FlipOutYRight: "FlipOutYRight";
|
|
175
|
+
FlipOutEasyX: "FlipOutEasyX";
|
|
176
|
+
FlipOutEasyY: "FlipOutEasyY";
|
|
177
|
+
StretchOutX: "StretchOutX";
|
|
178
|
+
StretchOutY: "StretchOutY";
|
|
179
|
+
RotateOutDownLeft: "RotateOutDownLeft";
|
|
180
|
+
RotateOutDownRight: "RotateOutDownRight";
|
|
181
|
+
RotateOutUpLeft: "RotateOutUpLeft";
|
|
182
|
+
RotateOutUpRight: "RotateOutUpRight";
|
|
183
|
+
RollOutLeft: "RollOutLeft";
|
|
184
|
+
RollOutRight: "RollOutRight";
|
|
185
|
+
PinwheelOut: "PinwheelOut";
|
|
186
|
+
LightSpeedOutLeft: "LightSpeedOutLeft";
|
|
187
|
+
LightSpeedOutRight: "LightSpeedOutRight";
|
|
188
|
+
}>;
|
|
189
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
190
|
+
delay: z.ZodOptional<z.ZodNumber>;
|
|
191
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
192
|
+
linear: "linear";
|
|
193
|
+
"ease-in": "ease-in";
|
|
194
|
+
"ease-out": "ease-out";
|
|
195
|
+
"ease-in-out": "ease-in-out";
|
|
196
|
+
}>>;
|
|
197
|
+
spring: z.ZodOptional<z.ZodObject<{
|
|
198
|
+
damping: z.ZodOptional<z.ZodNumber>;
|
|
199
|
+
stiffness: z.ZodOptional<z.ZodNumber>;
|
|
200
|
+
mass: z.ZodOptional<z.ZodNumber>;
|
|
201
|
+
}, z.core.$strip>>;
|
|
202
|
+
}, z.core.$strip>>;
|
|
203
|
+
layout: z.ZodOptional<z.ZodObject<{
|
|
204
|
+
preset: z.ZodEnum<{
|
|
205
|
+
LinearTransition: "LinearTransition";
|
|
206
|
+
FadingTransition: "FadingTransition";
|
|
207
|
+
SequencedTransition: "SequencedTransition";
|
|
208
|
+
JumpingTransition: "JumpingTransition";
|
|
209
|
+
CurvedTransition: "CurvedTransition";
|
|
210
|
+
EntryExitTransition: "EntryExitTransition";
|
|
211
|
+
}>;
|
|
212
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
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
|
+
effect: z.ZodOptional<z.ZodObject<{
|
|
220
|
+
preset: z.ZodEnum<{
|
|
221
|
+
rotate: "rotate";
|
|
222
|
+
pulse: "pulse";
|
|
223
|
+
fade: "fade";
|
|
224
|
+
shimmer: "shimmer";
|
|
225
|
+
bounce: "bounce";
|
|
226
|
+
}>;
|
|
227
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
228
|
+
delay: z.ZodOptional<z.ZodNumber>;
|
|
229
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
230
|
+
linear: "linear";
|
|
231
|
+
"ease-in": "ease-in";
|
|
232
|
+
"ease-out": "ease-out";
|
|
233
|
+
"ease-in-out": "ease-in-out";
|
|
234
|
+
}>>;
|
|
235
|
+
loop: z.ZodOptional<z.ZodBoolean>;
|
|
236
|
+
minScale: z.ZodOptional<z.ZodNumber>;
|
|
237
|
+
maxScale: z.ZodOptional<z.ZodNumber>;
|
|
238
|
+
minOpacity: z.ZodOptional<z.ZodNumber>;
|
|
239
|
+
degrees: z.ZodOptional<z.ZodNumber>;
|
|
240
|
+
}, z.core.$strip>>;
|
|
241
|
+
}, z.core.$strip>>;
|
|
82
242
|
behavior: z.ZodOptional<z.ZodEnum<{
|
|
83
243
|
height: "height";
|
|
84
244
|
padding: "padding";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KeyboardAvoidingViewElement.d.ts","sourceRoot":"","sources":["../../../../../src/UI/Pages/ComposableScreen/elements/KeyboardAvoidingViewElement.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,YAAY,EAAsB,MAAM,gBAAgB,CAAC;AAElE,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,aAAa,EAAO,MAAM,UAAU,CAAC;AAE9C,MAAM,MAAM,wBAAwB,GAAG,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;AAEzE,MAAM,MAAM,gCAAgC,GAAG,YAAY,GAAG;IAC5D,QAAQ,CAAC,EAAE,wBAAwB,CAAC;IACpC,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,sCAAsC
|
|
1
|
+
{"version":3,"file":"KeyboardAvoidingViewElement.d.ts","sourceRoot":"","sources":["../../../../../src/UI/Pages/ComposableScreen/elements/KeyboardAvoidingViewElement.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,YAAY,EAAsB,MAAM,gBAAgB,CAAC;AAElE,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,aAAa,EAAO,MAAM,UAAU,CAAC;AAE9C,MAAM,MAAM,wBAAwB,GAAG,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;AAEzE,MAAM,MAAM,gCAAgC,GAAG,YAAY,GAAG;IAC5D,QAAQ,CAAC,EAAE,wBAAwB,CAAC;IACpC,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAIjD,CAAC;AAEH,KAAK,YAAY,GAAG,OAAO,CAAC,SAAS,EAAE;IAAE,IAAI,EAAE,sBAAsB,CAAA;CAAE,CAAC,CAAC;AAEzE,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,YAAY,CAAC;IACtB,GAAG,EAAE,aAAa,CAAC;CACpB,CAAC;AAIF,eAAO,MAAM,oCAAoC,GAAI,kBAAkB,KAAK,KAAG,KAAK,CAAC,YAiDpF,CAAC"}
|
|
@@ -79,6 +79,166 @@ export declare const LottieElementPropsSchema: z.ZodObject<{
|
|
|
79
79
|
shadowOpacity: z.ZodOptional<z.ZodNumber>;
|
|
80
80
|
shadowRadius: z.ZodOptional<z.ZodNumber>;
|
|
81
81
|
elevation: z.ZodOptional<z.ZodNumber>;
|
|
82
|
+
transform: z.ZodOptional<z.ZodObject<{
|
|
83
|
+
translateX: z.ZodOptional<z.ZodNumber>;
|
|
84
|
+
translateY: z.ZodOptional<z.ZodNumber>;
|
|
85
|
+
scale: z.ZodOptional<z.ZodNumber>;
|
|
86
|
+
scaleX: z.ZodOptional<z.ZodNumber>;
|
|
87
|
+
scaleY: z.ZodOptional<z.ZodNumber>;
|
|
88
|
+
rotate: z.ZodOptional<z.ZodNumber>;
|
|
89
|
+
}, z.core.$strip>>;
|
|
90
|
+
animation: z.ZodOptional<z.ZodObject<{
|
|
91
|
+
entering: z.ZodOptional<z.ZodObject<{
|
|
92
|
+
preset: z.ZodEnum<{
|
|
93
|
+
FadeIn: "FadeIn";
|
|
94
|
+
FadeInUp: "FadeInUp";
|
|
95
|
+
FadeInDown: "FadeInDown";
|
|
96
|
+
FadeInLeft: "FadeInLeft";
|
|
97
|
+
FadeInRight: "FadeInRight";
|
|
98
|
+
SlideInUp: "SlideInUp";
|
|
99
|
+
SlideInDown: "SlideInDown";
|
|
100
|
+
SlideInLeft: "SlideInLeft";
|
|
101
|
+
SlideInRight: "SlideInRight";
|
|
102
|
+
ZoomIn: "ZoomIn";
|
|
103
|
+
ZoomInRotate: "ZoomInRotate";
|
|
104
|
+
ZoomInUp: "ZoomInUp";
|
|
105
|
+
ZoomInDown: "ZoomInDown";
|
|
106
|
+
ZoomInLeft: "ZoomInLeft";
|
|
107
|
+
ZoomInRight: "ZoomInRight";
|
|
108
|
+
ZoomInEasyUp: "ZoomInEasyUp";
|
|
109
|
+
ZoomInEasyDown: "ZoomInEasyDown";
|
|
110
|
+
BounceIn: "BounceIn";
|
|
111
|
+
BounceInUp: "BounceInUp";
|
|
112
|
+
BounceInDown: "BounceInDown";
|
|
113
|
+
BounceInLeft: "BounceInLeft";
|
|
114
|
+
BounceInRight: "BounceInRight";
|
|
115
|
+
FlipInXUp: "FlipInXUp";
|
|
116
|
+
FlipInYLeft: "FlipInYLeft";
|
|
117
|
+
FlipInXDown: "FlipInXDown";
|
|
118
|
+
FlipInYRight: "FlipInYRight";
|
|
119
|
+
FlipInEasyX: "FlipInEasyX";
|
|
120
|
+
FlipInEasyY: "FlipInEasyY";
|
|
121
|
+
StretchInX: "StretchInX";
|
|
122
|
+
StretchInY: "StretchInY";
|
|
123
|
+
RotateInDownLeft: "RotateInDownLeft";
|
|
124
|
+
RotateInDownRight: "RotateInDownRight";
|
|
125
|
+
RotateInUpLeft: "RotateInUpLeft";
|
|
126
|
+
RotateInUpRight: "RotateInUpRight";
|
|
127
|
+
RollInLeft: "RollInLeft";
|
|
128
|
+
RollInRight: "RollInRight";
|
|
129
|
+
PinwheelIn: "PinwheelIn";
|
|
130
|
+
LightSpeedInLeft: "LightSpeedInLeft";
|
|
131
|
+
LightSpeedInRight: "LightSpeedInRight";
|
|
132
|
+
}>;
|
|
133
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
134
|
+
delay: z.ZodOptional<z.ZodNumber>;
|
|
135
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
136
|
+
linear: "linear";
|
|
137
|
+
"ease-in": "ease-in";
|
|
138
|
+
"ease-out": "ease-out";
|
|
139
|
+
"ease-in-out": "ease-in-out";
|
|
140
|
+
}>>;
|
|
141
|
+
spring: z.ZodOptional<z.ZodObject<{
|
|
142
|
+
damping: z.ZodOptional<z.ZodNumber>;
|
|
143
|
+
stiffness: z.ZodOptional<z.ZodNumber>;
|
|
144
|
+
mass: z.ZodOptional<z.ZodNumber>;
|
|
145
|
+
}, z.core.$strip>>;
|
|
146
|
+
}, z.core.$strip>>;
|
|
147
|
+
exiting: z.ZodOptional<z.ZodObject<{
|
|
148
|
+
preset: z.ZodEnum<{
|
|
149
|
+
FadeOut: "FadeOut";
|
|
150
|
+
FadeOutUp: "FadeOutUp";
|
|
151
|
+
FadeOutDown: "FadeOutDown";
|
|
152
|
+
FadeOutLeft: "FadeOutLeft";
|
|
153
|
+
FadeOutRight: "FadeOutRight";
|
|
154
|
+
SlideOutUp: "SlideOutUp";
|
|
155
|
+
SlideOutDown: "SlideOutDown";
|
|
156
|
+
SlideOutLeft: "SlideOutLeft";
|
|
157
|
+
SlideOutRight: "SlideOutRight";
|
|
158
|
+
ZoomOut: "ZoomOut";
|
|
159
|
+
ZoomOutRotate: "ZoomOutRotate";
|
|
160
|
+
ZoomOutUp: "ZoomOutUp";
|
|
161
|
+
ZoomOutDown: "ZoomOutDown";
|
|
162
|
+
ZoomOutLeft: "ZoomOutLeft";
|
|
163
|
+
ZoomOutRight: "ZoomOutRight";
|
|
164
|
+
ZoomOutEasyUp: "ZoomOutEasyUp";
|
|
165
|
+
ZoomOutEasyDown: "ZoomOutEasyDown";
|
|
166
|
+
BounceOut: "BounceOut";
|
|
167
|
+
BounceOutUp: "BounceOutUp";
|
|
168
|
+
BounceOutDown: "BounceOutDown";
|
|
169
|
+
BounceOutLeft: "BounceOutLeft";
|
|
170
|
+
BounceOutRight: "BounceOutRight";
|
|
171
|
+
FlipOutXUp: "FlipOutXUp";
|
|
172
|
+
FlipOutYLeft: "FlipOutYLeft";
|
|
173
|
+
FlipOutXDown: "FlipOutXDown";
|
|
174
|
+
FlipOutYRight: "FlipOutYRight";
|
|
175
|
+
FlipOutEasyX: "FlipOutEasyX";
|
|
176
|
+
FlipOutEasyY: "FlipOutEasyY";
|
|
177
|
+
StretchOutX: "StretchOutX";
|
|
178
|
+
StretchOutY: "StretchOutY";
|
|
179
|
+
RotateOutDownLeft: "RotateOutDownLeft";
|
|
180
|
+
RotateOutDownRight: "RotateOutDownRight";
|
|
181
|
+
RotateOutUpLeft: "RotateOutUpLeft";
|
|
182
|
+
RotateOutUpRight: "RotateOutUpRight";
|
|
183
|
+
RollOutLeft: "RollOutLeft";
|
|
184
|
+
RollOutRight: "RollOutRight";
|
|
185
|
+
PinwheelOut: "PinwheelOut";
|
|
186
|
+
LightSpeedOutLeft: "LightSpeedOutLeft";
|
|
187
|
+
LightSpeedOutRight: "LightSpeedOutRight";
|
|
188
|
+
}>;
|
|
189
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
190
|
+
delay: z.ZodOptional<z.ZodNumber>;
|
|
191
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
192
|
+
linear: "linear";
|
|
193
|
+
"ease-in": "ease-in";
|
|
194
|
+
"ease-out": "ease-out";
|
|
195
|
+
"ease-in-out": "ease-in-out";
|
|
196
|
+
}>>;
|
|
197
|
+
spring: z.ZodOptional<z.ZodObject<{
|
|
198
|
+
damping: z.ZodOptional<z.ZodNumber>;
|
|
199
|
+
stiffness: z.ZodOptional<z.ZodNumber>;
|
|
200
|
+
mass: z.ZodOptional<z.ZodNumber>;
|
|
201
|
+
}, z.core.$strip>>;
|
|
202
|
+
}, z.core.$strip>>;
|
|
203
|
+
layout: z.ZodOptional<z.ZodObject<{
|
|
204
|
+
preset: z.ZodEnum<{
|
|
205
|
+
LinearTransition: "LinearTransition";
|
|
206
|
+
FadingTransition: "FadingTransition";
|
|
207
|
+
SequencedTransition: "SequencedTransition";
|
|
208
|
+
JumpingTransition: "JumpingTransition";
|
|
209
|
+
CurvedTransition: "CurvedTransition";
|
|
210
|
+
EntryExitTransition: "EntryExitTransition";
|
|
211
|
+
}>;
|
|
212
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
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
|
+
effect: z.ZodOptional<z.ZodObject<{
|
|
220
|
+
preset: z.ZodEnum<{
|
|
221
|
+
rotate: "rotate";
|
|
222
|
+
pulse: "pulse";
|
|
223
|
+
fade: "fade";
|
|
224
|
+
shimmer: "shimmer";
|
|
225
|
+
bounce: "bounce";
|
|
226
|
+
}>;
|
|
227
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
228
|
+
delay: z.ZodOptional<z.ZodNumber>;
|
|
229
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
230
|
+
linear: "linear";
|
|
231
|
+
"ease-in": "ease-in";
|
|
232
|
+
"ease-out": "ease-out";
|
|
233
|
+
"ease-in-out": "ease-in-out";
|
|
234
|
+
}>>;
|
|
235
|
+
loop: z.ZodOptional<z.ZodBoolean>;
|
|
236
|
+
minScale: z.ZodOptional<z.ZodNumber>;
|
|
237
|
+
maxScale: z.ZodOptional<z.ZodNumber>;
|
|
238
|
+
minOpacity: z.ZodOptional<z.ZodNumber>;
|
|
239
|
+
degrees: z.ZodOptional<z.ZodNumber>;
|
|
240
|
+
}, z.core.$strip>>;
|
|
241
|
+
}, z.core.$strip>>;
|
|
82
242
|
source: z.ZodString;
|
|
83
243
|
autoPlay: z.ZodOptional<z.ZodBoolean>;
|
|
84
244
|
loop: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LottieElement.d.ts","sourceRoot":"","sources":["../../../../../src/UI/Pages/ComposableScreen/elements/LottieElement.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,EAAO,MAAM,UAAU,CAAC;AAI9C,MAAM,MAAM,kBAAkB,GAAG,YAAY,GAAG;IAC9C,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"LottieElement.d.ts","sourceRoot":"","sources":["../../../../../src/UI/Pages/ComposableScreen/elements/LottieElement.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,EAAO,MAAM,UAAU,CAAC;AAI9C,MAAM,MAAM,kBAAkB,GAAG,YAAY,GAAG;IAC9C,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAKnC,CAAC;AAEH,KAAK,eAAe,GAAG,OAAO,CAAC,SAAS,EAAE;IAAE,IAAI,EAAE,QAAQ,CAAA;CAAE,CAAC,CAAC;AAe9D,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,eAAe,CAAC;IACzB,GAAG,EAAE,aAAa,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,sBAAsB,GAAI,kBAAkB,KAAK,KAAG,KAAK,CAAC,YAmDtE,CAAC"}
|
|
@@ -91,6 +91,166 @@ export declare const ProgressIndicatorElementPropsSchema: z.ZodObject<{
|
|
|
91
91
|
shadowOpacity: z.ZodOptional<z.ZodNumber>;
|
|
92
92
|
shadowRadius: z.ZodOptional<z.ZodNumber>;
|
|
93
93
|
elevation: z.ZodOptional<z.ZodNumber>;
|
|
94
|
+
transform: z.ZodOptional<z.ZodObject<{
|
|
95
|
+
translateX: z.ZodOptional<z.ZodNumber>;
|
|
96
|
+
translateY: z.ZodOptional<z.ZodNumber>;
|
|
97
|
+
scale: z.ZodOptional<z.ZodNumber>;
|
|
98
|
+
scaleX: z.ZodOptional<z.ZodNumber>;
|
|
99
|
+
scaleY: z.ZodOptional<z.ZodNumber>;
|
|
100
|
+
rotate: z.ZodOptional<z.ZodNumber>;
|
|
101
|
+
}, z.core.$strip>>;
|
|
102
|
+
animation: z.ZodOptional<z.ZodObject<{
|
|
103
|
+
entering: z.ZodOptional<z.ZodObject<{
|
|
104
|
+
preset: z.ZodEnum<{
|
|
105
|
+
FadeIn: "FadeIn";
|
|
106
|
+
FadeInUp: "FadeInUp";
|
|
107
|
+
FadeInDown: "FadeInDown";
|
|
108
|
+
FadeInLeft: "FadeInLeft";
|
|
109
|
+
FadeInRight: "FadeInRight";
|
|
110
|
+
SlideInUp: "SlideInUp";
|
|
111
|
+
SlideInDown: "SlideInDown";
|
|
112
|
+
SlideInLeft: "SlideInLeft";
|
|
113
|
+
SlideInRight: "SlideInRight";
|
|
114
|
+
ZoomIn: "ZoomIn";
|
|
115
|
+
ZoomInRotate: "ZoomInRotate";
|
|
116
|
+
ZoomInUp: "ZoomInUp";
|
|
117
|
+
ZoomInDown: "ZoomInDown";
|
|
118
|
+
ZoomInLeft: "ZoomInLeft";
|
|
119
|
+
ZoomInRight: "ZoomInRight";
|
|
120
|
+
ZoomInEasyUp: "ZoomInEasyUp";
|
|
121
|
+
ZoomInEasyDown: "ZoomInEasyDown";
|
|
122
|
+
BounceIn: "BounceIn";
|
|
123
|
+
BounceInUp: "BounceInUp";
|
|
124
|
+
BounceInDown: "BounceInDown";
|
|
125
|
+
BounceInLeft: "BounceInLeft";
|
|
126
|
+
BounceInRight: "BounceInRight";
|
|
127
|
+
FlipInXUp: "FlipInXUp";
|
|
128
|
+
FlipInYLeft: "FlipInYLeft";
|
|
129
|
+
FlipInXDown: "FlipInXDown";
|
|
130
|
+
FlipInYRight: "FlipInYRight";
|
|
131
|
+
FlipInEasyX: "FlipInEasyX";
|
|
132
|
+
FlipInEasyY: "FlipInEasyY";
|
|
133
|
+
StretchInX: "StretchInX";
|
|
134
|
+
StretchInY: "StretchInY";
|
|
135
|
+
RotateInDownLeft: "RotateInDownLeft";
|
|
136
|
+
RotateInDownRight: "RotateInDownRight";
|
|
137
|
+
RotateInUpLeft: "RotateInUpLeft";
|
|
138
|
+
RotateInUpRight: "RotateInUpRight";
|
|
139
|
+
RollInLeft: "RollInLeft";
|
|
140
|
+
RollInRight: "RollInRight";
|
|
141
|
+
PinwheelIn: "PinwheelIn";
|
|
142
|
+
LightSpeedInLeft: "LightSpeedInLeft";
|
|
143
|
+
LightSpeedInRight: "LightSpeedInRight";
|
|
144
|
+
}>;
|
|
145
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
146
|
+
delay: z.ZodOptional<z.ZodNumber>;
|
|
147
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
148
|
+
linear: "linear";
|
|
149
|
+
"ease-in": "ease-in";
|
|
150
|
+
"ease-out": "ease-out";
|
|
151
|
+
"ease-in-out": "ease-in-out";
|
|
152
|
+
}>>;
|
|
153
|
+
spring: z.ZodOptional<z.ZodObject<{
|
|
154
|
+
damping: z.ZodOptional<z.ZodNumber>;
|
|
155
|
+
stiffness: z.ZodOptional<z.ZodNumber>;
|
|
156
|
+
mass: z.ZodOptional<z.ZodNumber>;
|
|
157
|
+
}, z.core.$strip>>;
|
|
158
|
+
}, z.core.$strip>>;
|
|
159
|
+
exiting: z.ZodOptional<z.ZodObject<{
|
|
160
|
+
preset: z.ZodEnum<{
|
|
161
|
+
FadeOut: "FadeOut";
|
|
162
|
+
FadeOutUp: "FadeOutUp";
|
|
163
|
+
FadeOutDown: "FadeOutDown";
|
|
164
|
+
FadeOutLeft: "FadeOutLeft";
|
|
165
|
+
FadeOutRight: "FadeOutRight";
|
|
166
|
+
SlideOutUp: "SlideOutUp";
|
|
167
|
+
SlideOutDown: "SlideOutDown";
|
|
168
|
+
SlideOutLeft: "SlideOutLeft";
|
|
169
|
+
SlideOutRight: "SlideOutRight";
|
|
170
|
+
ZoomOut: "ZoomOut";
|
|
171
|
+
ZoomOutRotate: "ZoomOutRotate";
|
|
172
|
+
ZoomOutUp: "ZoomOutUp";
|
|
173
|
+
ZoomOutDown: "ZoomOutDown";
|
|
174
|
+
ZoomOutLeft: "ZoomOutLeft";
|
|
175
|
+
ZoomOutRight: "ZoomOutRight";
|
|
176
|
+
ZoomOutEasyUp: "ZoomOutEasyUp";
|
|
177
|
+
ZoomOutEasyDown: "ZoomOutEasyDown";
|
|
178
|
+
BounceOut: "BounceOut";
|
|
179
|
+
BounceOutUp: "BounceOutUp";
|
|
180
|
+
BounceOutDown: "BounceOutDown";
|
|
181
|
+
BounceOutLeft: "BounceOutLeft";
|
|
182
|
+
BounceOutRight: "BounceOutRight";
|
|
183
|
+
FlipOutXUp: "FlipOutXUp";
|
|
184
|
+
FlipOutYLeft: "FlipOutYLeft";
|
|
185
|
+
FlipOutXDown: "FlipOutXDown";
|
|
186
|
+
FlipOutYRight: "FlipOutYRight";
|
|
187
|
+
FlipOutEasyX: "FlipOutEasyX";
|
|
188
|
+
FlipOutEasyY: "FlipOutEasyY";
|
|
189
|
+
StretchOutX: "StretchOutX";
|
|
190
|
+
StretchOutY: "StretchOutY";
|
|
191
|
+
RotateOutDownLeft: "RotateOutDownLeft";
|
|
192
|
+
RotateOutDownRight: "RotateOutDownRight";
|
|
193
|
+
RotateOutUpLeft: "RotateOutUpLeft";
|
|
194
|
+
RotateOutUpRight: "RotateOutUpRight";
|
|
195
|
+
RollOutLeft: "RollOutLeft";
|
|
196
|
+
RollOutRight: "RollOutRight";
|
|
197
|
+
PinwheelOut: "PinwheelOut";
|
|
198
|
+
LightSpeedOutLeft: "LightSpeedOutLeft";
|
|
199
|
+
LightSpeedOutRight: "LightSpeedOutRight";
|
|
200
|
+
}>;
|
|
201
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
202
|
+
delay: z.ZodOptional<z.ZodNumber>;
|
|
203
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
204
|
+
linear: "linear";
|
|
205
|
+
"ease-in": "ease-in";
|
|
206
|
+
"ease-out": "ease-out";
|
|
207
|
+
"ease-in-out": "ease-in-out";
|
|
208
|
+
}>>;
|
|
209
|
+
spring: z.ZodOptional<z.ZodObject<{
|
|
210
|
+
damping: z.ZodOptional<z.ZodNumber>;
|
|
211
|
+
stiffness: z.ZodOptional<z.ZodNumber>;
|
|
212
|
+
mass: z.ZodOptional<z.ZodNumber>;
|
|
213
|
+
}, z.core.$strip>>;
|
|
214
|
+
}, z.core.$strip>>;
|
|
215
|
+
layout: z.ZodOptional<z.ZodObject<{
|
|
216
|
+
preset: z.ZodEnum<{
|
|
217
|
+
LinearTransition: "LinearTransition";
|
|
218
|
+
FadingTransition: "FadingTransition";
|
|
219
|
+
SequencedTransition: "SequencedTransition";
|
|
220
|
+
JumpingTransition: "JumpingTransition";
|
|
221
|
+
CurvedTransition: "CurvedTransition";
|
|
222
|
+
EntryExitTransition: "EntryExitTransition";
|
|
223
|
+
}>;
|
|
224
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
225
|
+
spring: z.ZodOptional<z.ZodObject<{
|
|
226
|
+
damping: z.ZodOptional<z.ZodNumber>;
|
|
227
|
+
stiffness: z.ZodOptional<z.ZodNumber>;
|
|
228
|
+
mass: z.ZodOptional<z.ZodNumber>;
|
|
229
|
+
}, z.core.$strip>>;
|
|
230
|
+
}, z.core.$strip>>;
|
|
231
|
+
effect: z.ZodOptional<z.ZodObject<{
|
|
232
|
+
preset: z.ZodEnum<{
|
|
233
|
+
rotate: "rotate";
|
|
234
|
+
pulse: "pulse";
|
|
235
|
+
fade: "fade";
|
|
236
|
+
shimmer: "shimmer";
|
|
237
|
+
bounce: "bounce";
|
|
238
|
+
}>;
|
|
239
|
+
duration: z.ZodOptional<z.ZodNumber>;
|
|
240
|
+
delay: z.ZodOptional<z.ZodNumber>;
|
|
241
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
242
|
+
linear: "linear";
|
|
243
|
+
"ease-in": "ease-in";
|
|
244
|
+
"ease-out": "ease-out";
|
|
245
|
+
"ease-in-out": "ease-in-out";
|
|
246
|
+
}>>;
|
|
247
|
+
loop: z.ZodOptional<z.ZodBoolean>;
|
|
248
|
+
minScale: z.ZodOptional<z.ZodNumber>;
|
|
249
|
+
maxScale: z.ZodOptional<z.ZodNumber>;
|
|
250
|
+
minOpacity: z.ZodOptional<z.ZodNumber>;
|
|
251
|
+
degrees: z.ZodOptional<z.ZodNumber>;
|
|
252
|
+
}, z.core.$strip>>;
|
|
253
|
+
}, z.core.$strip>>;
|
|
94
254
|
variant: z.ZodOptional<z.ZodEnum<{
|
|
95
255
|
circular: "circular";
|
|
96
256
|
linear: "linear";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressIndicatorElement.d.ts","sourceRoot":"","sources":["../../../../../src/UI/Pages/ComposableScreen/elements/ProgressIndicatorElement.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"ProgressIndicatorElement.d.ts","sourceRoot":"","sources":["../../../../../src/UI/Pages/ComposableScreen/elements/ProgressIndicatorElement.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAaxB,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,cAAc,GAAG,QAAQ,GAAG,SAAS,GAAG,UAAU,GAAG,aAAa,CAAC;AAE/E,MAAM,MAAM,6BAA6B,GAAG,YAAY,GAAG;IACzD,OAAO,CAAC,EAAE,QAAQ,GAAG,UAAU,CAAC;IAChC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAIF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgB9C,CAAC;AAMH,KAAK,iBAAiB,GAAG,OAAO,CAAC,SAAS,EAAE;IAAE,IAAI,EAAE,mBAAmB,CAAA;CAAE,CAAC,CAAC;AAE3E,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,iBAAiB,CAAC;IAC3B,GAAG,EAAE,aAAa,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,iCAAiC,GAAI,kBAAkB,KAAK,KAAG,KAAK,CAAC,YAkLjF,CAAC"}
|
|
@@ -42,6 +42,7 @@ const react_native_reanimated_1 = __importStar(require("react-native-reanimated"
|
|
|
42
42
|
const react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
43
43
|
const BaseBoxProps_1 = require("./BaseBoxProps");
|
|
44
44
|
const shared_1 = require("./shared");
|
|
45
|
+
const buildAnimation_1 = require("./buildAnimation");
|
|
45
46
|
const ProgressEasingSchema = zod_1.z.enum(["linear", "ease-in", "ease-out", "ease-in-out"]);
|
|
46
47
|
exports.ProgressIndicatorElementPropsSchema = BaseBoxProps_1.BaseBoxPropsSchema.extend({
|
|
47
48
|
variant: zod_1.z.enum(["linear", "circular"]).optional(),
|
|
@@ -61,13 +62,6 @@ exports.ProgressIndicatorElementPropsSchema = BaseBoxProps_1.BaseBoxPropsSchema.
|
|
|
61
62
|
labelColor: zod_1.z.string().optional(),
|
|
62
63
|
});
|
|
63
64
|
const AnimatedCircle = react_native_reanimated_1.default.createAnimatedComponent(react_native_svg_1.Circle);
|
|
64
|
-
// CSS-style cubic-bezier curves matching the selectable easing names.
|
|
65
|
-
const EASING_MAP = {
|
|
66
|
-
linear: react_native_reanimated_1.Easing.linear,
|
|
67
|
-
"ease-in": react_native_reanimated_1.Easing.bezier(0.42, 0, 1, 1),
|
|
68
|
-
"ease-out": react_native_reanimated_1.Easing.bezier(0, 0, 0.58, 1),
|
|
69
|
-
"ease-in-out": react_native_reanimated_1.Easing.bezier(0.42, 0, 0.58, 1),
|
|
70
|
-
};
|
|
71
65
|
const clamp = (n) => Math.max(0, Math.min(100, n));
|
|
72
66
|
const ProgressIndicatorElementComponent = ({ element, ctx }) => {
|
|
73
67
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u;
|
|
@@ -77,7 +71,7 @@ const ProgressIndicatorElementComponent = ({ element, ctx }) => {
|
|
|
77
71
|
const initialValue = clamp((_b = props.initialValue) !== null && _b !== void 0 ? _b : 0);
|
|
78
72
|
const duration = (_c = props.duration) !== null && _c !== void 0 ? _c : 1000;
|
|
79
73
|
const delay = (_d = props.delay) !== null && _d !== void 0 ? _d : 0;
|
|
80
|
-
const easing = EASING_MAP[(_e = props.easing) !== null && _e !== void 0 ? _e : "ease-in-out"];
|
|
74
|
+
const easing = buildAnimation_1.EASING_MAP[(_e = props.easing) !== null && _e !== void 0 ? _e : "ease-in-out"];
|
|
81
75
|
const autoplay = (_f = props.autoplay) !== null && _f !== void 0 ? _f : false;
|
|
82
76
|
const loop = (_g = props.loop) !== null && _g !== void 0 ? _g : false;
|
|
83
77
|
const color = (_h = props.color) !== null && _h !== void 0 ? _h : theme.colors.primary;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressIndicatorElement.js","sourceRoot":"","sources":["../../../../../src/UI/Pages/ComposableScreen/elements/ProgressIndicatorElement.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iCAAmD;AACnD,+CAA0C;AAC1C,6BAAwB;AACxB,
|
|
1
|
+
{"version":3,"file":"ProgressIndicatorElement.js","sourceRoot":"","sources":["../../../../../src/UI/Pages/ComposableScreen/elements/ProgressIndicatorElement.tsx"],"names":[],"mappings":"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"}
|