@sency/react-native-smkit-ui 2.2.1 → 2.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +218 -65
- package/android/build.gradle +3 -1
- package/android/src/main/java/com/smkituilibrary/SmkitUiLibraryModule.kt +237 -3
- package/android/src/main/java/com/smkituilibrary/mapper/SMMapper.kt +70 -10
- package/android/src/main/java/com/smkituilibrary/model/SMKitExercise.kt +40 -0
- package/android/src/main/java/com/smkituilibrary/model/SMKitWorkout.kt +8 -0
- package/android/src/main/java/com/smkituilibrary/model/SMKitWorkoutConfig.kt +2 -0
- package/android/src/main/java/com/smkituilibrary/model/SMUserData.kt +5 -1
- package/ios/SMKitUIManager.mm +33 -11
- package/ios/SMKitUIManager.swift +237 -36
- package/lib/commonjs/SMWorkout.js +239 -177
- package/lib/commonjs/SMWorkout.js.map +1 -1
- package/lib/commonjs/index.js +187 -5
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/SMWorkout.js +232 -181
- package/lib/module/SMWorkout.js.map +1 -1
- package/lib/module/index.js +165 -5
- package/lib/module/index.js.map +1 -1
- package/package.json +2 -2
- package/react-native-smkit-ui.podspec +2 -2
- package/src/SMWorkout.tsx +353 -176
- package/src/index.tsx +167 -8
- package/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
- package/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -0
- package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +0 -1
- package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +0 -2
- package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
- package/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +0 -2
- package/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +0 -1
- package/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +0 -1
package/lib/commonjs/index.js
CHANGED
|
@@ -4,18 +4,40 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.SMWorkoutLibrary = void 0;
|
|
7
|
+
exports.clearAdaptiveRomCache = clearAdaptiveRomCache;
|
|
7
8
|
exports.configure = configure;
|
|
9
|
+
exports.getExerciseType = getExerciseType;
|
|
10
|
+
exports.getSupportedMovements = getSupportedMovements;
|
|
11
|
+
exports.pauseSDK = pauseSDK;
|
|
12
|
+
exports.quitWorkout = quitWorkout;
|
|
13
|
+
exports.resumeSDK = resumeSDK;
|
|
8
14
|
exports.setAccuratePoseEstimation = setAccuratePoseEstimation;
|
|
9
15
|
exports.setAllowAudioMixing = setAllowAudioMixing;
|
|
16
|
+
exports.setButtonTutorialCompletionAudioUri = setButtonTutorialCompletionAudioUri;
|
|
17
|
+
exports.setColorTheme = setColorTheme;
|
|
18
|
+
exports.setConfigString = setConfigString;
|
|
10
19
|
exports.setCounterPreferences = setCounterPreferences;
|
|
20
|
+
exports.setEnableButtonTutorial = setEnableButtonTutorial;
|
|
11
21
|
exports.setEndExercisePreferences = setEndExercisePreferences;
|
|
22
|
+
exports.setExcludedFeedbacks = setExcludedFeedbacks;
|
|
23
|
+
exports.setFeedbacksUIToExclude = setFeedbacksUIToExclude;
|
|
24
|
+
exports.setGuidanceDebugLogging = setGuidanceDebugLogging;
|
|
12
25
|
exports.setInstructionVideoConfig = setInstructionVideoConfig;
|
|
13
26
|
exports.setIntelligenceRestEnabled = setIntelligenceRestEnabled;
|
|
14
27
|
exports.setPauseTypes = setPauseTypes;
|
|
15
28
|
exports.setPhoneCalibrationLanguage = setPhoneCalibrationLanguage;
|
|
29
|
+
exports.setPhoneMovementCountPreventionEnabled = setPhoneMovementCountPreventionEnabled;
|
|
30
|
+
exports.setPlayBodyCalibrationAudio = setPlayBodyCalibrationAudio;
|
|
31
|
+
exports.setPlayPhoneCalibrationAudio = setPlayPhoneCalibrationAudio;
|
|
32
|
+
exports.setPoseModelChoice = setPoseModelChoice;
|
|
16
33
|
exports.setSessionLanguage = setSessionLanguage;
|
|
17
34
|
exports.setShowExternalAudioControl = setShowExternalAudioControl;
|
|
35
|
+
exports.setShowRowingPhoneCalibration = setShowRowingPhoneCalibration;
|
|
18
36
|
exports.setSkeletonSettings = setSkeletonSettings;
|
|
37
|
+
exports.setStartTimerOnFirstActivity = setStartTimerOnFirstActivity;
|
|
38
|
+
exports.setUseDefaultGuidanceMode = setUseDefaultGuidanceMode;
|
|
39
|
+
exports.setVariationMismatchFeedbackEnabled = setVariationMismatchFeedbackEnabled;
|
|
40
|
+
exports.setWorkoutContinuationTimerDuration = setWorkoutContinuationTimerDuration;
|
|
19
41
|
exports.startAssessment = startAssessment;
|
|
20
42
|
exports.startCustomAssessment = startCustomAssessment;
|
|
21
43
|
exports.startCustomWorkout = startCustomWorkout;
|
|
@@ -112,7 +134,7 @@ function startWorkoutProgram(workoutConfig, modifications) {
|
|
|
112
134
|
* @param {SMWorkoutLibrary} language - The language that you would like to set.
|
|
113
135
|
*/
|
|
114
136
|
function setSessionLanguage(language) {
|
|
115
|
-
SMKitUIManager.setSessionLanguage(language);
|
|
137
|
+
return SMKitUIManager.setSessionLanguage(language);
|
|
116
138
|
}
|
|
117
139
|
|
|
118
140
|
/**
|
|
@@ -129,7 +151,7 @@ function setPhoneCalibrationLanguage(language) {
|
|
|
129
151
|
* @param {SMWorkoutLibrary.EndExercisePreferences} endExercisePreferences - The closure target to set.
|
|
130
152
|
*/
|
|
131
153
|
function setEndExercisePreferences(endExercisePreferences) {
|
|
132
|
-
SMKitUIManager.setEndExercisePreferences(endExercisePreferences);
|
|
154
|
+
return SMKitUIManager.setEndExercisePreferences(endExercisePreferences);
|
|
133
155
|
}
|
|
134
156
|
|
|
135
157
|
/**
|
|
@@ -137,7 +159,7 @@ function setEndExercisePreferences(endExercisePreferences) {
|
|
|
137
159
|
* @param {SMWorkoutLibrary.CounterPreferences} counterPreferences - The counter preferences to set.
|
|
138
160
|
*/
|
|
139
161
|
function setCounterPreferences(counterPreferences) {
|
|
140
|
-
SMKitUIManager.setCounterPreferences(counterPreferences);
|
|
162
|
+
return SMKitUIManager.setCounterPreferences(counterPreferences);
|
|
141
163
|
}
|
|
142
164
|
|
|
143
165
|
/**
|
|
@@ -178,7 +200,8 @@ function setPauseTypes(types) {
|
|
|
178
200
|
}
|
|
179
201
|
|
|
180
202
|
/**
|
|
181
|
-
* Allows the SDK audio to mix with external app audio
|
|
203
|
+
* Allows the SDK audio to mix with external app audio.
|
|
204
|
+
* Android support depends on the native SMKit UI version and resolves as a no-op when unavailable.
|
|
182
205
|
* @param {boolean} enabled
|
|
183
206
|
*/
|
|
184
207
|
function setAllowAudioMixing(enabled) {
|
|
@@ -186,7 +209,8 @@ function setAllowAudioMixing(enabled) {
|
|
|
186
209
|
}
|
|
187
210
|
|
|
188
211
|
/**
|
|
189
|
-
* Shows an in-session button to switch audio source
|
|
212
|
+
* Shows an in-session button to switch audio source.
|
|
213
|
+
* Android support depends on the native SMKit UI version and resolves as a no-op when unavailable.
|
|
190
214
|
* @param {boolean} enabled
|
|
191
215
|
*/
|
|
192
216
|
function setShowExternalAudioControl(enabled) {
|
|
@@ -200,4 +224,162 @@ function setShowExternalAudioControl(enabled) {
|
|
|
200
224
|
function setAccuratePoseEstimation(enabled) {
|
|
201
225
|
return SMKitUIManager.setAccuratePoseEstimation(enabled);
|
|
202
226
|
}
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* Sets the SDK color theme for gauge, counters, skeleton accents, and related UI.
|
|
230
|
+
*/
|
|
231
|
+
function setColorTheme(theme) {
|
|
232
|
+
return SMKitUIManager.setColorTheme(theme);
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* Plays phone calibration instructions when phone calibration is shown.
|
|
237
|
+
*/
|
|
238
|
+
function setPlayPhoneCalibrationAudio(enabled) {
|
|
239
|
+
return SMKitUIManager.setPlayPhoneCalibrationAudio(enabled);
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
/**
|
|
243
|
+
* Plays body calibration local assets during body calibration.
|
|
244
|
+
*/
|
|
245
|
+
function setPlayBodyCalibrationAudio(enabled) {
|
|
246
|
+
return SMKitUIManager.setPlayBodyCalibrationAudio(enabled);
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* Controls whether exercise timers wait for first activity before starting.
|
|
251
|
+
*/
|
|
252
|
+
function setStartTimerOnFirstActivity(enabled) {
|
|
253
|
+
return SMKitUIManager.setStartTimerOnFirstActivity(enabled);
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* Sets the continuation prompt countdown duration in seconds.
|
|
258
|
+
*/
|
|
259
|
+
function setWorkoutContinuationTimerDuration(seconds) {
|
|
260
|
+
return SMKitUIManager.setWorkoutContinuationTimerDuration(seconds);
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
/**
|
|
264
|
+
* Blocks rep counting and in-position updates while phone movement is detected.
|
|
265
|
+
*/
|
|
266
|
+
function setPhoneMovementCountPreventionEnabled(enabled) {
|
|
267
|
+
return SMKitUIManager.setPhoneMovementCountPreventionEnabled(enabled);
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
/**
|
|
271
|
+
* Plays variation mismatch feedback for supported hold/dynamic exercise mismatches.
|
|
272
|
+
*/
|
|
273
|
+
function setVariationMismatchFeedbackEnabled(enabled) {
|
|
274
|
+
return SMKitUIManager.setVariationMismatchFeedbackEnabled(enabled);
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
/**
|
|
278
|
+
* Uses the native SDK's default guidance mode for supported exercises when per-exercise guidanceMode is not set.
|
|
279
|
+
*/
|
|
280
|
+
function setUseDefaultGuidanceMode(enabled) {
|
|
281
|
+
return SMKitUIManager.setUseDefaultGuidanceMode(enabled);
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
/**
|
|
285
|
+
* Enables native guidance debug logging where supported.
|
|
286
|
+
*/
|
|
287
|
+
function setGuidanceDebugLogging(enabled) {
|
|
288
|
+
return SMKitUIManager.setGuidanceDebugLogging(enabled);
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
/**
|
|
292
|
+
* Shows a one-time hover/button tutorial overlay after calibration.
|
|
293
|
+
*/
|
|
294
|
+
function setEnableButtonTutorial(enabled) {
|
|
295
|
+
return SMKitUIManager.setEnableButtonTutorial(enabled);
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
/**
|
|
299
|
+
* Sets an optional local/remote audio URI for button tutorial completion.
|
|
300
|
+
*/
|
|
301
|
+
function setButtonTutorialCompletionAudioUri(uri) {
|
|
302
|
+
return SMKitUIManager.setButtonTutorialCompletionAudioUri(uri);
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
/**
|
|
306
|
+
* iOS-only: controls whether rowing workouts show phone calibration.
|
|
307
|
+
* Android resolves as a no-op for API parity.
|
|
308
|
+
*/
|
|
309
|
+
function setShowRowingPhoneCalibration(enabled) {
|
|
310
|
+
return SMKitUIManager.setShowRowingPhoneCalibration(enabled);
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
/**
|
|
314
|
+
* Excludes feedback types from UI display only. Values must be native feedback enum raw names.
|
|
315
|
+
*/
|
|
316
|
+
function setFeedbacksUIToExclude(feedbacksToExclude) {
|
|
317
|
+
return SMKitUIManager.setFeedbacksUIToExclude(JSON.stringify(feedbacksToExclude));
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
/**
|
|
321
|
+
* Excludes feedback types from data and UI when supported. Unsupported platforms resolve as a no-op.
|
|
322
|
+
*/
|
|
323
|
+
function setExcludedFeedbacks(excludedFeedbacks) {
|
|
324
|
+
return SMKitUIManager.setExcludedFeedbacks(JSON.stringify(excludedFeedbacks));
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
/**
|
|
328
|
+
* Android-only: sets the flat native config string. iOS resolves as a no-op for API parity.
|
|
329
|
+
*/
|
|
330
|
+
function setConfigString(configString) {
|
|
331
|
+
return SMKitUIManager.setConfigString(configString);
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
/**
|
|
335
|
+
* Clears the SDK adaptive ROM cache where supported.
|
|
336
|
+
*/
|
|
337
|
+
function clearAdaptiveRomCache() {
|
|
338
|
+
return SMKitUIManager.clearAdaptiveRomCache();
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
/**
|
|
342
|
+
* Quits the active workout where supported.
|
|
343
|
+
*/
|
|
344
|
+
function quitWorkout() {
|
|
345
|
+
return SMKitUIManager.quitWorkout();
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
/**
|
|
349
|
+
* iOS-only: pauses the active SDK workout. Android resolves as a no-op for API parity.
|
|
350
|
+
*/
|
|
351
|
+
function pauseSDK() {
|
|
352
|
+
return SMKitUIManager.pauseSDK();
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
/**
|
|
356
|
+
* iOS-only: resumes a paused SDK workout. Android resolves as a no-op for API parity.
|
|
357
|
+
*/
|
|
358
|
+
function resumeSDK() {
|
|
359
|
+
return SMKitUIManager.resumeSDK();
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
/**
|
|
363
|
+
* iOS-only in current native SDKs: returns supported movement detector names.
|
|
364
|
+
* Android resolves with an empty array for API parity.
|
|
365
|
+
*/
|
|
366
|
+
function getSupportedMovements() {
|
|
367
|
+
return SMKitUIManager.getSupportedMovements();
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
/**
|
|
371
|
+
* iOS-only in current native SDKs: returns the native exercise type name for a detector.
|
|
372
|
+
* Android resolves with an empty string for API parity.
|
|
373
|
+
*/
|
|
374
|
+
function getExerciseType(detector) {
|
|
375
|
+
return SMKitUIManager.getExerciseType(detector);
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
/**
|
|
379
|
+
* Android-only: chooses the pose model used during configure.
|
|
380
|
+
* Call before configure for it to affect the current native SDK instance.
|
|
381
|
+
*/
|
|
382
|
+
function setPoseModelChoice(choice) {
|
|
383
|
+
return SMKitUIManager.setPoseModelChoice(choice);
|
|
384
|
+
}
|
|
203
385
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","SMWorkoutLibrary","_interopRequireWildcard","exports","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","LINKING_ERROR","Platform","select","ios","SMKitUIManager","NativeModules","Proxy","Error","configure","key","startAssessment","type","showSummary","userData","forceShowUserDataScreen","customAssessmentID","modifications","userDataJson","undefined","toJson","modificationsJson","String","startCustomWorkout","workout","startCustomAssessment","assessment","startWorkoutProgram","workoutConfig","setSessionLanguage","language","setPhoneCalibrationLanguage","setEndExercisePreferences","endExercisePreferences","setCounterPreferences","counterPreferences","setIntelligenceRestEnabled","enabled","setInstructionVideoConfig","config","JSON","stringify","setSkeletonSettings","setPauseTypes","types","setAllowAudioMixing","setShowExternalAudioControl","setAccuratePoseEstimation"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"names":["_reactNative","require","SMWorkoutLibrary","_interopRequireWildcard","exports","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","LINKING_ERROR","Platform","select","ios","SMKitUIManager","NativeModules","Proxy","Error","configure","key","startAssessment","type","showSummary","userData","forceShowUserDataScreen","customAssessmentID","modifications","userDataJson","undefined","toJson","modificationsJson","String","startCustomWorkout","workout","startCustomAssessment","assessment","startWorkoutProgram","workoutConfig","setSessionLanguage","language","setPhoneCalibrationLanguage","setEndExercisePreferences","endExercisePreferences","setCounterPreferences","counterPreferences","setIntelligenceRestEnabled","enabled","setInstructionVideoConfig","config","JSON","stringify","setSkeletonSettings","setPauseTypes","types","setAllowAudioMixing","setShowExternalAudioControl","setAccuratePoseEstimation","setColorTheme","theme","setPlayPhoneCalibrationAudio","setPlayBodyCalibrationAudio","setStartTimerOnFirstActivity","setWorkoutContinuationTimerDuration","seconds","setPhoneMovementCountPreventionEnabled","setVariationMismatchFeedbackEnabled","setUseDefaultGuidanceMode","setGuidanceDebugLogging","setEnableButtonTutorial","setButtonTutorialCompletionAudioUri","uri","setShowRowingPhoneCalibration","setFeedbacksUIToExclude","feedbacksToExclude","setExcludedFeedbacks","excludedFeedbacks","setConfigString","configString","clearAdaptiveRomCache","quitWorkout","pauseSDK","resumeSDK","getSupportedMovements","getExerciseType","detector","setPoseModelChoice","choice"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,gBAAA,GAAAC,uBAAA,CAAAF,OAAA;AAAgDG,OAAA,CAAAF,gBAAA,GAAAA,gBAAA;AAAA,SAAAC,wBAAAE,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAJ,uBAAA,YAAAA,CAAAE,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAGhD,MAAMkB,aAAa,GACjB,gFAAgF,GAChFC,qBAAQ,CAACC,MAAM,CAAC;EAAEC,GAAG,EAAE,gCAAgC;EAAEZ,OAAO,EAAE;AAAG,CAAC,CAAC,GACvE,sDAAsD,GACtD,+BAA+B;;AAEjC;AACA,MAAMa,cAAc,GAAGC,0BAAa,CAAC,gBAAgB,CAAC,GAClDA,0BAAa,CAAC,gBAAgB,CAAC,GAC/B,IAAIC,KAAK,CACT,CAAC,CAAC,EACF;EACEb,GAAGA,CAAA,EAAG;IACJ,MAAM,IAAIc,KAAK,CAACP,aAAa,CAAC;EAChC;AACF,CACF,CAAC;;AAEH;AACA;AACA;AACA;AACO,SAASQ,SAASA,CAACC,GAAW,EAAmB;EACtD,OAAOL,cAAc,CAACI,SAAS,CAACC,GAAG,CAAC;AACtC;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACO,SAASC,eAAeA,CAC7BC,IAAsC,EACtCC,WAAoB,EACpBC,QAA0C,EAC1CC,uBAAgC,EAChCC,kBAA0B,EAC1BC,aAA4B,EACsB;EAClD,MAAMC,YAAY,GAAGJ,QAAQ,KAAK,IAAI,IAAIA,QAAQ,KAAKK,SAAS,GAAGL,QAAQ,CAACM,MAAM,CAAC,CAAC,GAAG,IAAI;EAC3F;EACA;EACA,MAAMC,iBAAiB,GAAGJ,aAAa,KAAK,IAAI,IAAIA,aAAa,KAAKE,SAAS,IAAIF,aAAa,KAAK,EAAE,GAAGA,aAAa,GAAG,IAAI;;EAG9H;EACA;EACA;EACA,OAAOZ,cAAc,CAACM,eAAe,CACnCW,MAAM,CAACV,IAAI,CAAC,EACZC,WAAW,EACXK,YAAY,IAAI,IAAI,EACpBH,uBAAuB,EACvBC,kBAAkB,IAAI,EAAE,EACxBK,iBAAiB,IAAI,IACvB,CAAC;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACO,SAASE,kBAAkBA,CAChCC,OAAmC,EACnCP,aAA4B,EACsB;EAClD,MAAMI,iBAAiB,GAAGJ,aAAa,KAAK,IAAI,IAAIA,aAAa,KAAKE,SAAS,IAAIF,aAAa,KAAK,EAAE,GAAGA,aAAa,GAAG,IAAI;EAC9H,OAAOZ,cAAc,CAACkB,kBAAkB,CACtCC,OAAO,CAACJ,MAAM,CAAC,CAAC,EAChBC,iBACF,CAAC;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACO,SAASI,qBAAqBA,CACnCC,UAAsC,EACtCZ,QAA0C,EAC1CC,uBAAgC,EAChCF,WAAoB,EACpBI,aAA4B,EACsB;EAClD,MAAMC,YAAY,GAAGJ,QAAQ,KAAK,IAAI,IAAIA,QAAQ,KAAKK,SAAS,GAAGL,QAAQ,CAACM,MAAM,CAAC,CAAC,GAAG,IAAI;EAC3F,MAAMC,iBAAiB,GAAGJ,aAAa,KAAK,IAAI,IAAIA,aAAa,KAAKE,SAAS,IAAIF,aAAa,KAAK,EAAE,GAAGA,aAAa,GAAG,IAAI;EAC9H,OAAOZ,cAAc,CAACoB,qBAAqB,CACzCC,UAAU,CAACN,MAAM,CAAC,CAAC,EACnBF,YAAY,EACZH,uBAAuB,EACvBF,WAAW,EACXQ,iBACF,CAAC;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACO,SAASM,mBAAmBA,CACjCC,aAA6C,EAC7CX,aAA4B,EACsB;EAClD,MAAMI,iBAAiB,GAAGJ,aAAa,KAAK,IAAI,IAAIA,aAAa,KAAKE,SAAS,IAAIF,aAAa,KAAK,EAAE,GAAGA,aAAa,GAAG,IAAI;EAC9H,OAAOZ,cAAc,CAACsB,mBAAmB,CACvCC,aAAa,CAACR,MAAM,CAAC,CAAC,EACtBC,iBACF,CAAC;AACH;;AAEA;AACA;AACA;AACA;AACO,SAASQ,kBAAkBA,CAACC,QAAmC,EAAiB;EACrF,OAAOzB,cAAc,CAACwB,kBAAkB,CAACC,QAAQ,CAAC;AACpD;;AAEA;AACA;AACA;AACA;AACA;AACO,SAASC,2BAA2BA,CAACD,QAAmC,EAAiB;EAC9F,OAAOzB,cAAc,CAAC0B,2BAA2B,CAACD,QAAQ,CAAC;AAC7D;;AAEA;AACA;AACA;AACA;AACO,SAASE,yBAAyBA,CACvCC,sBAA+D,EAChD;EACf,OAAO5B,cAAc,CAAC2B,yBAAyB,CAACC,sBAAsB,CAAC;AACzE;;AAEA;AACA;AACA;AACA;AACO,SAASC,qBAAqBA,CACnCC,kBAAuD,EACxC;EACf,OAAO9B,cAAc,CAAC6B,qBAAqB,CAACC,kBAAkB,CAAC;AACjE;;AAEA;AACA;AACA;AACA;AACA;AACO,SAASC,0BAA0BA,CAACC,OAAgB,EAAiB;EAC1E,OAAOhC,cAAc,CAAC+B,0BAA0B,CAACC,OAAO,CAAC;AAC3D;;AAEA;AACA;AACA;AACA;AACA;AACA;AACO,SAASC,yBAAyBA,CAACC,MAGzC,EAAiB;EAChB,OAAOlC,cAAc,CAACiC,yBAAyB,CAACE,IAAI,CAACC,SAAS,CAACF,MAAM,CAAC,CAAC;AACzE;;AAEA;AACA;AACA;AACA;AACO,SAASG,mBAAmBA,CACjCH,MAAuC,EACxB;EACf,OAAOlC,cAAc,CAACqC,mBAAmB,CAACF,IAAI,CAACC,SAAS,CAACF,MAAM,CAAC,CAAC;AACnE;;AAEA;AACA;AACA;AACA;AACA;AACA;AACO,SAASI,aAAaA,CAACC,KAAmC,EAAiB;EAChF,OAAOvC,cAAc,CAACsC,aAAa,CAACH,IAAI,CAACC,SAAS,CAACG,KAAK,CAAC,CAAC;AAC5D;;AAEA;AACA;AACA;AACA;AACA;AACO,SAASC,mBAAmBA,CAACR,OAAgB,EAAiB;EACnE,OAAOhC,cAAc,CAACwC,mBAAmB,CAACR,OAAO,CAAC;AACpD;;AAEA;AACA;AACA;AACA;AACA;AACO,SAASS,2BAA2BA,CAACT,OAAgB,EAAiB;EAC3E,OAAOhC,cAAc,CAACyC,2BAA2B,CAACT,OAAO,CAAC;AAC5D;;AAEA;AACA;AACA;AACA;AACO,SAASU,yBAAyBA,CAACV,OAAgB,EAAiB;EACzE,OAAOhC,cAAc,CAAC0C,yBAAyB,CAACV,OAAO,CAAC;AAC1D;;AAEA;AACA;AACA;AACO,SAASW,aAAaA,CAACC,KAA2C,EAAiB;EACxF,OAAO5C,cAAc,CAAC2C,aAAa,CAACC,KAAK,CAAC;AAC5C;;AAEA;AACA;AACA;AACO,SAASC,4BAA4BA,CAACb,OAAgB,EAAiB;EAC5E,OAAOhC,cAAc,CAAC6C,4BAA4B,CAACb,OAAO,CAAC;AAC7D;;AAEA;AACA;AACA;AACO,SAASc,2BAA2BA,CAACd,OAAgB,EAAiB;EAC3E,OAAOhC,cAAc,CAAC8C,2BAA2B,CAACd,OAAO,CAAC;AAC5D;;AAEA;AACA;AACA;AACO,SAASe,4BAA4BA,CAACf,OAAgB,EAAiB;EAC5E,OAAOhC,cAAc,CAAC+C,4BAA4B,CAACf,OAAO,CAAC;AAC7D;;AAEA;AACA;AACA;AACO,SAASgB,mCAAmCA,CAACC,OAAe,EAAiB;EAClF,OAAOjD,cAAc,CAACgD,mCAAmC,CAACC,OAAO,CAAC;AACpE;;AAEA;AACA;AACA;AACO,SAASC,sCAAsCA,CAAClB,OAAgB,EAAiB;EACtF,OAAOhC,cAAc,CAACkD,sCAAsC,CAAClB,OAAO,CAAC;AACvE;;AAEA;AACA;AACA;AACO,SAASmB,mCAAmCA,CAACnB,OAAgB,EAAiB;EACnF,OAAOhC,cAAc,CAACmD,mCAAmC,CAACnB,OAAO,CAAC;AACpE;;AAEA;AACA;AACA;AACO,SAASoB,yBAAyBA,CAACpB,OAAgB,EAAiB;EACzE,OAAOhC,cAAc,CAACoD,yBAAyB,CAACpB,OAAO,CAAC;AAC1D;;AAEA;AACA;AACA;AACO,SAASqB,uBAAuBA,CAACrB,OAAgB,EAAiB;EACvE,OAAOhC,cAAc,CAACqD,uBAAuB,CAACrB,OAAO,CAAC;AACxD;;AAEA;AACA;AACA;AACO,SAASsB,uBAAuBA,CAACtB,OAAgB,EAAiB;EACvE,OAAOhC,cAAc,CAACsD,uBAAuB,CAACtB,OAAO,CAAC;AACxD;;AAEA;AACA;AACA;AACO,SAASuB,mCAAmCA,CAACC,GAAkB,EAAiB;EACrF,OAAOxD,cAAc,CAACuD,mCAAmC,CAACC,GAAG,CAAC;AAChE;;AAEA;AACA;AACA;AACA;AACO,SAASC,6BAA6BA,CAACzB,OAAgB,EAAiB;EAC7E,OAAOhC,cAAc,CAACyD,6BAA6B,CAACzB,OAAO,CAAC;AAC9D;;AAEA;AACA;AACA;AACO,SAAS0B,uBAAuBA,CAACC,kBAA4B,EAAiB;EACnF,OAAO3D,cAAc,CAAC0D,uBAAuB,CAACvB,IAAI,CAACC,SAAS,CAACuB,kBAAkB,CAAC,CAAC;AACnF;;AAEA;AACA;AACA;AACO,SAASC,oBAAoBA,CAACC,iBAA2B,EAAiB;EAC/E,OAAO7D,cAAc,CAAC4D,oBAAoB,CAACzB,IAAI,CAACC,SAAS,CAACyB,iBAAiB,CAAC,CAAC;AAC/E;;AAEA;AACA;AACA;AACO,SAASC,eAAeA,CAACC,YAA2B,EAAiB;EAC1E,OAAO/D,cAAc,CAAC8D,eAAe,CAACC,YAAY,CAAC;AACrD;;AAEA;AACA;AACA;AACO,SAASC,qBAAqBA,CAAA,EAAkB;EACrD,OAAOhE,cAAc,CAACgE,qBAAqB,CAAC,CAAC;AAC/C;;AAEA;AACA;AACA;AACO,SAASC,WAAWA,CAAA,EAAkB;EAC3C,OAAOjE,cAAc,CAACiE,WAAW,CAAC,CAAC;AACrC;;AAEA;AACA;AACA;AACO,SAASC,QAAQA,CAAA,EAAkB;EACxC,OAAOlE,cAAc,CAACkE,QAAQ,CAAC,CAAC;AAClC;;AAEA;AACA;AACA;AACO,SAASC,SAASA,CAAA,EAAkB;EACzC,OAAOnE,cAAc,CAACmE,SAAS,CAAC,CAAC;AACnC;;AAEA;AACA;AACA;AACA;AACO,SAASC,qBAAqBA,CAAA,EAAsB;EACzD,OAAOpE,cAAc,CAACoE,qBAAqB,CAAC,CAAC;AAC/C;;AAEA;AACA;AACA;AACA;AACO,SAASC,eAAeA,CAACC,QAAgB,EAAmB;EACjE,OAAOtE,cAAc,CAACqE,eAAe,CAACC,QAAQ,CAAC;AACjD;;AAEA;AACA;AACA;AACA;AACO,SAASC,kBAAkBA,CAACC,MAAwC,EAAiB;EAC1F,OAAOxE,cAAc,CAACuE,kBAAkB,CAACC,MAAM,CAAC;AAClD","ignoreList":[]}
|