diff --git a/.gitignore b/.gitignore index e43b0f9..0706896 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_Store +.gradle diff --git a/README.md b/README.md index c8cbeb1..b6b4ece 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ You must use git to download the sdk from [repository](https://pubgit.newsmemory 1. Inside root folder run the following command: ```sh -git clone --depth 1 --branch 3.21.00 https://pubgit.newsmemory.com/tecnavia/newsmemory-android-sdk.git +git clone --depth 1 --branch 3.22.02 https://pubgit.newsmemory.com/tecnavia/newsmemory-android-sdk.git ``` 2. If you already have the module you could update to another release launching the following commands: ```sh cd newsmemory-android-sdk -git checkout tags/3.21.00 +git checkout tags/3.22.02 ``` ### Package contents @@ -132,7 +132,7 @@ maven { | playServiceiidVersion | 17.0.0 | | | playServiceBaseVersion | 18.0.1 | | | **The following variables are used if you include one of SDK's optional libraries** | -| playServiceAdsVersion | 24.4.0 | react-native-prebid, react-native-dfp, react-native-admob | +| playServiceAdsVersion | 21.3.0 | react-native-prebid, react-native-dfp, react-native-admob | | playServiceMapsVersion | 18.0.2 | react-native-maps | | playBillingVersion | 7.0.0 | react-native-iap for google | | amazonSdkVersion | 3.0.7 | react-native-iap for amazon | diff --git a/build.gradle b/build.gradle index f1a6dd3..15ca306 100644 --- a/build.gradle +++ b/build.gradle @@ -150,17 +150,10 @@ publishing { artifact("$libsDirName/react-native-pager-view-release.aar") } - tareactnativephotoviewex(MavenPublication) { - groupId 'tecnavia' - artifactId 'react-native-photo-view-ex' - version '1.1.0' - artifact("$libsDirName/react-native-photo-view-ex-release.aar") - } - tareactnativereanimated(MavenPublication) { groupId 'tecnavia' artifactId 'react-native-reanimated' - version '3.18.0' + version '3.19.0' artifact("$libsDirName/react-native-reanimated-release.aar") } @@ -227,11 +220,11 @@ publishing { artifact("$libsDirName/react-native-video-release.aar") } - tareactnativevolumecontrol(MavenPublication) { + tareactnativevolumemanager(MavenPublication) { groupId 'tecnavia' - artifactId 'react-native-volume-control' - version '1.0.1' - artifact("$libsDirName/react-native-volume-control-release.aar") + artifactId 'react-native-volume-manager' + version '2.0.8' + artifact("$libsDirName/react-native-volume-manager-release.aar") } tareactnativewebview(MavenPublication) { @@ -321,7 +314,7 @@ publishing { tareactnative(MavenPublication) { groupId 'tecnavia' artifactId 'react-native' - version '0.80.1' + version '0.80.2' artifact("$libsDirName/react-native-release.aar") } @@ -410,7 +403,7 @@ def androidxAppcompatVersion = safeExtGet("androidxAppcompatVersion", "1.7.0") def androidxLegacySupportVersion = safeExtGet("androidxLegacySupportVersion", "1.0.0") def playServiceiidVersion = safeExtGet("playServiceiidVersion", "17.0.0") def playServiceBaseVersion = safeExtGet("playServiceBaseVersion", "18.0.1") -def playServiceAdsVersion = safeExtGet("playServiceAdsVersion", "24.4.0") +def playServiceAdsVersion = safeExtGet("playServiceAdsVersion", "21.3.0") def playServiceMapsVersion = safeExtGet("playServiceMapsVersion", "18.0.2") def playBillingVersion = safeExtGet("playBillingVersion", "7.0.0") def amazonSdkVersion = safeExtGet("amazonSdkVersion", "3.0.7") @@ -432,8 +425,7 @@ dependencies { implementation "tecnavia:react-native-linear-gradient:2.8.3" implementation "tecnavia:react-native-mail:6.1.1" implementation "tecnavia:react-native-pager-view:6.8.1" - implementation "tecnavia:react-native-photo-view-ex:1.1.0" - implementation "tecnavia:react-native-reanimated:3.18.0" + implementation "tecnavia:react-native-reanimated:3.19.0" implementation "tecnavia:react-native-safe-area-context:5.5.2" implementation "tecnavia:react-native-screens:3.37.0" implementation "tecnavia:react-native-share:10.2.1" @@ -443,7 +435,7 @@ dependencies { implementation "tecnavia:react-native-uuid-generator:6.1.1" implementation "tecnavia:react-native-vector-icons:8.1.0" implementation "tecnavia:react-native-video:5.2.1" - implementation "tecnavia:react-native-volume-control:1.0.1" + implementation "tecnavia:react-native-volume-manager:2.0.8" implementation "tecnavia:react-native-webview:13.14.2" implementation "tecnavia:rn-fetch-blob:0.11.2" api "tecnavia:tecnavia_react-native-bridge:1.9.0" @@ -456,7 +448,7 @@ dependencies { implementation "tecnavia:tecnavia_react-native-utils:1.7.4" implementation "tecnavia:tecnavia_react-native-web-analytics:1.2.0" implementation "tecnavia:tecnavia_react-native-zip-archive:5.3.0" - api "tecnavia:react-native:0.80.1" + api "tecnavia:react-native:0.80.2" implementation "tecnavia:android-jsc:1.0.0" //androidx dependencies diff --git a/gradle.properties b/gradle.properties index a11770c..abc76be 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ android.useAndroidX=true APP_NAME=Android SDK -APP_VERSION_NAME=3.21.00 -APP_VERSION_CODE=1753425847982 +APP_VERSION_NAME=3.22.02 +APP_VERSION_CODE=1754465538680 ANDROID_APP_ID=com.tecnaviaapplication IS_ADDON=true diff --git a/libs/react-native-photo-view-ex-release.aar b/libs/react-native-photo-view-ex-release.aar deleted file mode 100644 index 997214f..0000000 Binary files a/libs/react-native-photo-view-ex-release.aar and /dev/null differ diff --git a/libs/react-native-reanimated-release.aar b/libs/react-native-reanimated-release.aar index 6d1818c..104c725 100644 Binary files a/libs/react-native-reanimated-release.aar and b/libs/react-native-reanimated-release.aar differ diff --git a/libs/react-native-release.aar b/libs/react-native-release.aar index 2d818bd..34f427a 100644 Binary files a/libs/react-native-release.aar and b/libs/react-native-release.aar differ diff --git a/libs/react-native-volume-control-release.aar b/libs/react-native-volume-control-release.aar deleted file mode 100644 index b87c80c..0000000 Binary files a/libs/react-native-volume-control-release.aar and /dev/null differ diff --git a/libs/react-native-volume-manager-release.aar b/libs/react-native-volume-manager-release.aar new file mode 100644 index 0000000..6e8953b Binary files /dev/null and b/libs/react-native-volume-manager-release.aar differ diff --git a/src/main/assets/index.android.bundle b/src/main/assets/index.android.bundle index ef82e77..d59623c 100644 --- a/src/main/assets/index.android.bundle +++ b/src/main/assets/index.android.bundle @@ -798,7 +798,7 @@ var __BUNDLE_START_TIME__=globalThis.nativePerformanceNow?nativePerformanceNow() __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { _$$_REQUIRE(_dependencyMap[0]); _$$_REQUIRE(_dependencyMap[1]); -},0,[1,2421]); +},0,[1,2414]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); var _asyncToGenerator2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); @@ -952,7 +952,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e if (referrer) { global.ta.extraGA4Params.page_referrer = referrer; } - global.newsmemoryStartupParams = _$$_REQUIRE(_dependencyMap[12]).StringUtils.parseQuerystring(startupParamsRaw); + global.ta.newsmemoryStartupParams = _$$_REQUIRE(_dependencyMap[12]).StringUtils.parseQuerystring(startupParamsRaw); //values needed for reader apps on iOS global.ta.developerName = developerName || "Tecnavia"; @@ -1259,7 +1259,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return global.ta.bluetoothManager; }; -},1,[2,3,4,2117,2182,2271,2272,1977,2273,720,1978,530,525,2276,2287,2305,2359,2365,2108,2369,2104]); +},1,[2,3,4,2087,2152,2264,2265,1947,2266,693,1948,530,525,2269,2280,2298,2352,2358,2078,2362,2074]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { function _interopRequireDefault(e) { return e && e.__esModule ? e : { @@ -1472,7 +1472,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e hybrid: 2, hybridLite: 3 }; -},4,[2,3,5,6,10,1977,525,1980,2059,2060,2100,2101,2104,2111,2116]); +},4,[2,3,5,6,10,1947,525,1950,2029,2030,2070,2071,2074,2081,2086]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); @@ -2509,7 +2509,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},10,[2,11,3,5,6,13,40,677,720,1076,657,1077,761,1078,1082,1083,1084,525,679,678,1088]); +},10,[2,11,3,5,6,13,40,677,693,1049,657,1050,734,1051,1055,1056,1057,525,679,678,1061]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { function _objectWithoutProperties(e, t) { if (null == e) return {}; @@ -53112,6 +53112,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e Events.TOGGLE_THEME = "toggle_theme"; Events.GALLERY_THUMBNAIL_CLICK = "gallery_thumbnail_click"; Events.GALLERY_VIEWPAGER_SCROLL = "gallery_viewpager_scroll"; + Events.GALLERY_SHOW_HEADER = "gallery_show_header"; + Events.GALLERY_HIDE_HEADER = "gallery_hide_header"; Events.TOGGLE_FAVORITE = "toggle_favorite"; Events.CLEAR_FAVORITES = "clear_favorites"; Events.PAYWALL_GO_BACK_HOME = "paywall_go_back_home"; @@ -97470,6 +97472,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`. var ReactPropTypes = { array: shim, + bigint: shim, bool: shim, func: shim, number: shim, @@ -98383,10 +98386,9 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _reactNative = _$$_REQUIRE(_dependencyMap[6]); var _reactNativeFastImage = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[7])); var _reactNativeImageProgress = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[8])); - var _reactNativePhotoViewEx = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[9])); - var _tecnaviaFileUtils = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[10])); - var _filtersComponent = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[11])); - var _jsxRuntime = _$$_REQUIRE(_dependencyMap[12]); + var _tecnaviaFileUtils = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[9])); + var _filtersComponent = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[10])); + var _jsxRuntime = _$$_REQUIRE(_dependencyMap[11]); var _excluded = ["source", "error", "animated", "onError", "style", "tintColor"], _excluded2 = ["source", "error", "onError"], _excluded3 = ["source", "forceRNComponent", "forceFastComponent", "progress", "forceProgressComponent", "forceZoomComponent", "style", "animated"], @@ -98406,10 +98408,10 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e uri = source.uri; } var base64; - var isIOS = _$$_REQUIRE(_dependencyMap[13]).PlatformUtils.isIOS(); + var isIOS = _$$_REQUIRE(_dependencyMap[12]).PlatformUtils.isIOS(); //on android in release mode we have a name of resource inside res folder instead of uri to localhost webserver so we need a different method to retrieve base64 if (isIOS || global.ta.__DEV__ || !isLocalResource) { - if (isIOS && _$$_REQUIRE(_dependencyMap[13]).StringUtils.isLocalURL(uri)) { + if (isIOS && _$$_REQUIRE(_dependencyMap[12]).StringUtils.isLocalURL(uri)) { var path = uri.replace("file://", ""); try { base64 = yield _tecnaviaFileUtils.default.readFileBase64(path); @@ -98420,7 +98422,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e base64 = yield _tecnaviaFileUtils.default.fetchBase64(uri); } } else { - base64 = yield _$$_REQUIRE(_dependencyMap[14]).OurBridge.getBase64FromRes(uri); + base64 = yield _$$_REQUIRE(_dependencyMap[13]).OurBridge.getBase64FromRes(uri); } return `data:image/jpeg;base64,${base64}`; } catch (e) {} @@ -98431,7 +98433,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; }(); var getImageBase64String = exports.getImageBase64String = function getImageBase64String(base64) { - var dataType = _$$_REQUIRE(_dependencyMap[13]).PlatformUtils.isAndroid() ? "image/png" : "image/jpeg"; + var dataType = _$$_REQUIRE(_dependencyMap[12]).PlatformUtils.isAndroid() ? "image/png" : "image/jpeg"; return `data:${dataType};base64,${base64}`; }; var queryCache = exports.queryCache = function queryCache() { @@ -98525,7 +98527,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e if (source.uri && !source.uri.length) { return false; } - if (!_$$_REQUIRE(_dependencyMap[13]).StringUtils.isDomainValid(source.uri)) { + if (!_$$_REQUIRE(_dependencyMap[12]).StringUtils.isDomainValid(source.uri)) { return false; } } @@ -98536,24 +98538,24 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var filterStyle = []; var imageStyle; if (style) { - imageStyle = _$$_REQUIRE(_dependencyMap[13]).CssUtils.deleteKeysFromStyle(style, ["fontSize", "filters", "image", "resizeMode"]); - var tintColor = _$$_REQUIRE(_dependencyMap[13]).CssUtils.getTintColorAttributeStyle(style); + imageStyle = _$$_REQUIRE(_dependencyMap[12]).CssUtils.deleteKeysFromStyle(style, ["fontSize", "filters", "image", "resizeMode"]); + var tintColor = _$$_REQUIRE(_dependencyMap[12]).CssUtils.getTintColorAttributeStyle(style); if (tintColor) { props.tintColor = tintColor; } - var resizeMode = _$$_REQUIRE(_dependencyMap[13]).CssUtils.getAttributeFromStyle("resizeMode", style); + var resizeMode = _$$_REQUIRE(_dependencyMap[12]).CssUtils.getAttributeFromStyle("resizeMode", style); if (resizeMode) { props.resizeMode = resizeMode; } - var filters = _$$_REQUIRE(_dependencyMap[13]).CssUtils.getAttributeFromStyle("filters", style); - if (Array.isArray(filters) && !_$$_REQUIRE(_dependencyMap[13]).JSUtils.isEmpty(filters)) { + var filters = _$$_REQUIRE(_dependencyMap[12]).CssUtils.getAttributeFromStyle("filters", style); + if (Array.isArray(filters) && !_$$_REQUIRE(_dependencyMap[12]).JSUtils.isEmpty(filters)) { props.filters = filters; filterStyle.push(imageStyle); - var backgroundColor = _$$_REQUIRE(_dependencyMap[13]).CssUtils.getAttributeFromStyle("backgroundColor", imageStyle); + var backgroundColor = _$$_REQUIRE(_dependencyMap[12]).CssUtils.getAttributeFromStyle("backgroundColor", imageStyle); if (backgroundColor) { //!ColorMatrix only supports #fff0 for transparent if (backgroundColor === "transparent") { - backgroundColor = _$$_REQUIRE(_dependencyMap[13]).colors.transparent; + backgroundColor = _$$_REQUIRE(_dependencyMap[12]).colors.transparent; } filterStyle.push({ backgroundColor: backgroundColor @@ -98561,7 +98563,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } //!inherit constant allows to keep the original image style, as the 100% styles does not always work (drawer label icons) - var imageStyleCondition = _$$_REQUIRE(_dependencyMap[13]).CssUtils.getAttributeFromStyle("image", style); + var imageStyleCondition = _$$_REQUIRE(_dependencyMap[12]).CssUtils.getAttributeFromStyle("image", style); if (imageStyleCondition !== "inherit") { imageStyle = { width: "100%", @@ -98591,7 +98593,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e if (error) { return null; } - var offlineCache = _$$_REQUIRE(_dependencyMap[13]).PlatformUtils.isIOS() && !_$$_REQUIRE(_dependencyMap[13]).NetworkUtils.isOnline() && source && source.uri && !_$$_REQUIRE(_dependencyMap[13]).StringUtils.isLocalURL(source.uri) && !error; + var offlineCache = _$$_REQUIRE(_dependencyMap[12]).PlatformUtils.isIOS() && !_$$_REQUIRE(_dependencyMap[12]).NetworkUtils.isOnline() && source && source.uri && !_$$_REQUIRE(_dependencyMap[12]).StringUtils.isLocalURL(source.uri) && !error; //force to read the image from cache if offline if (offlineCache) { source.cache = "only-if-cached"; @@ -98646,7 +98648,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, rest)); } var skipUpdate = function skipUpdate(props, nextProps) { - return _$$_REQUIRE(_dependencyMap[13]).JSUtils.equals(props, nextProps); + return _$$_REQUIRE(_dependencyMap[12]).JSUtils.equals(props, nextProps); }; var TecnaviaImage = _react.default.memo(function (props) { var _useState = (0, _react.useState)(false), @@ -98696,8 +98698,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e * - if nothing is force but is recent android and the image is not in error (fallback in this case will be fast image) * @returns */ - var isAndroid = _$$_REQUIRE(_dependencyMap[13]).PlatformUtils.isAndroid(); - var isRecentAndroid = isAndroid && !_$$_REQUIRE(_dependencyMap[13]).PlatformUtils.isPreviousMarshmallow(); + var isAndroid = _$$_REQUIRE(_dependencyMap[12]).PlatformUtils.isAndroid(); + var isRecentAndroid = isAndroid && !_$$_REQUIRE(_dependencyMap[12]).PlatformUtils.isPreviousMarshmallow(); var isIOS = !isAndroid; var useRNImage = forceRNComponent || animated || isAndroid && !isRecentAndroid || !forceFastComponent && (isIOS || isRecentAndroid && !rnImageError); @@ -98724,11 +98726,6 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e style: imageStyle, source: source })); - } else if (forceZoomComponent) { - Component = /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativePhotoViewEx.default, Object.assign({}, rest, styleProps, { - style: imageStyle, - source: source - })); } else if (useRNImage) { Component = /*#__PURE__*/(0, _jsxRuntime.jsx)(RNImage, Object.assign({}, rest, styleProps, { animated: animated, @@ -98771,7 +98768,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e style: _propTypes.default.oneOfType([_propTypes.default.object, _propTypes.default.number, _propTypes.default.array]) }; var _default = exports.default = TecnaviaImage; -},679,[2,66,11,3,673,103,41,680,682,686,657,710,275,525,670]); +},679,[2,66,11,3,673,103,41,680,682,657,683,275,525,670]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -99156,1543 +99153,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, _ImageProgress.prefetch = _reactNative.Image.prefetch, _ImageProgress.getSize = _reactNative.Image.getSize, _ImageProgress; }; var _default = exports.default = createImageProgress(_reactNative.Image); -},682,[2,11,5,6,50,52,55,103,683,41,275]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - /** - * Copyright (c) 2013-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - - { - // By explicitly using `prop-types` you are opting into new production behavior. - // http://fb.me/prop-types-in-prod - module.exports = _$$_REQUIRE(_dependencyMap[0])(); - } -},683,[684]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - /** - * Copyright (c) 2013-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - - 'use strict'; - - function emptyFunction() {} - function emptyFunctionWithReset() {} - emptyFunctionWithReset.resetWarningCache = emptyFunction; - module.exports = function () { - function shim(props, propName, componentName, location, propFullName, secret) { - if (secret === _$$_REQUIRE(_dependencyMap[0])) { - // It is still safe when called from React. - return; - } - var err = new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"); - err.name = 'Invariant Violation'; - throw err; - } - ; - shim.isRequired = shim; - function getShim() { - return shim; - } - ; - // Important! - // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`. - var ReactPropTypes = { - array: shim, - bigint: shim, - bool: shim, - func: shim, - number: shim, - object: shim, - string: shim, - symbol: shim, - any: shim, - arrayOf: getShim, - element: shim, - elementType: shim, - instanceOf: getShim, - node: shim, - objectOf: getShim, - oneOf: getShim, - oneOfType: getShim, - shape: getShim, - exact: getShim, - checkPropTypes: emptyFunctionWithReset, - resetWarningCache: emptyFunction - }; - ReactPropTypes.PropTypes = ReactPropTypes; - return ReactPropTypes; - }; -},684,[685]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - /** - * Copyright (c) 2013-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - - 'use strict'; - - var ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED'; - module.exports = ReactPropTypesSecret; -},685,[]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.default = undefined; - var _PhotoView = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); - var _default = exports.default = _PhotoView.default; -},686,[2,687]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.default = undefined; - var _objectWithoutProperties2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); - var _classCallCheck2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[2])); - var _createClass2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[3])); - var _possibleConstructorReturn2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[4])); - var _getPrototypeOf2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[5])); - var _inherits2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[6])); - var _propTypes = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[7])); - var _react = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[8])); - var _reactNative = _$$_REQUIRE(_dependencyMap[9]); - var _jsxRuntime = _$$_REQUIRE(_dependencyMap[10]); - var _excluded = ["onError", "onLoad", "onLoadEnd", "onLoadStart", "onProgress", "onScale", "onTap", "onViewTap", "source", "loadingIndicatorSource", "style"], - _excluded2 = ["width", "height"]; - function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); } - function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } - var PhotoView = exports.default = /*#__PURE__*/function (_React$PureComponent) { - function PhotoView() { - (0, _classCallCheck2.default)(this, PhotoView); - return _callSuper(this, PhotoView, arguments); - } - (0, _inherits2.default)(PhotoView, _React$PureComponent); - return (0, _createClass2.default)(PhotoView, [{ - key: "render", - value: function render() { - var _this$props = this.props, - onError = _this$props.onError, - onLoad = _this$props.onLoad, - onLoadEnd = _this$props.onLoadEnd, - onLoadStart = _this$props.onLoadStart, - onProgress = _this$props.onProgress, - onScale = _this$props.onScale, - onTap = _this$props.onTap, - onViewTap = _this$props.onViewTap, - _source = _this$props.source, - _loadingIndicatorSource = _this$props.loadingIndicatorSource, - _style = _this$props.style, - props = (0, _objectWithoutProperties2.default)(_this$props, _excluded); - var source = _reactNative.Image.resolveAssetSource(_source); - var loadingIndicatorSource = _reactNative.Image.resolveAssetSource(_loadingIndicatorSource); - if (source && source.uri === '') { - console.warn('source.uri should not be an empty string'); - } - if (props.src) { - console.warn('The component requires a `source` property rather than `src`.'); - } - if (source && source.uri) { - var width = source.width, - height = source.height, - src = (0, _objectWithoutProperties2.default)(source, _excluded2); - var style = _reactNative.StyleSheet.flatten([{ - width: width, - height: height - }, _style]); - var nativeProps = Object.assign({ - onPhotoViewerError: onError, - onPhotoViewerLoad: onLoad, - onPhotoViewerLoadEnd: onLoadEnd, - onPhotoViewerLoadStart: onLoadStart, - onPhotoViewerScale: onScale, - onPhotoViewerTap: onTap, - onPhotoViewerViewTap: onViewTap - }, props, { - shouldNotifyLoadEvents: !!(onLoadStart || onLoad || onLoadEnd || onError), - style: style, - src: src, - loadingIndicatorSrc: loadingIndicatorSource && loadingIndicatorSource.uri || null - }); - return /*#__PURE__*/(0, _jsxRuntime.jsx)(PhotoViewAndroid, Object.assign({}, nativeProps)); - } - return null; - } - }]); - }(_react.default.PureComponent); - PhotoView.propTypes = Object.assign({ - source: _propTypes.default.oneOfType([_propTypes.default.shape({ - uri: _propTypes.default.string - }), _propTypes.default.number]).isRequired, - loadingIndicatorSource: _propTypes.default.oneOfType([_propTypes.default.shape({ - uri: _propTypes.default.string - }), _propTypes.default.number]), - fadeDuration: _propTypes.default.number, - minimumZoomScale: _propTypes.default.number, - maximumZoomScale: _propTypes.default.number, - resizeMode: _propTypes.default.oneOf(['center', 'contain', 'cover', 'fitEnd', 'fitStart', 'stretch']), - scale: _propTypes.default.number, - zoomTransitionDuration: _propTypes.default.number, - onError: _propTypes.default.func, - onLoad: _propTypes.default.func, - onLoadEnd: _propTypes.default.func, - onLoadStart: _propTypes.default.func, - onProgress: _propTypes.default.func, - onScale: _propTypes.default.func, - onTap: _propTypes.default.func, - onViewTap: _propTypes.default.func - }, _$$_REQUIRE(_dependencyMap[11]).ViewPropTypes); - var cfg = { - nativeOnly: { - onPhotoViewerError: true, - onPhotoViewerLoad: true, - onPhotoViewerLoadEnd: true, - onPhotoViewerLoadStart: true, - onPhotoViewerScale: true, - onPhotoViewerTap: true, - onPhotoViewerViewTap: true, - shouldNotifyLoadEvents: true, - src: true, - loadingIndicatorSrc: true - } - }; - var PhotoViewAndroid = (0, _reactNative.requireNativeComponent)('PhotoViewAndroid', PhotoView, cfg); -},687,[2,11,5,6,50,52,55,673,103,41,275,688]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - 'use strict'; - - module.exports = { - get ColorPropType() { - return _$$_REQUIRE(_dependencyMap[0]); - }, - get EdgeInsetsPropType() { - return _$$_REQUIRE(_dependencyMap[1]); - }, - get ImagePropTypes() { - return _$$_REQUIRE(_dependencyMap[2]); - }, - get PointPropType() { - return _$$_REQUIRE(_dependencyMap[3]); - }, - get TextInputPropTypes() { - return _$$_REQUIRE(_dependencyMap[4]); - }, - get TextPropTypes() { - return _$$_REQUIRE(_dependencyMap[5]); - }, - get ViewPropTypes() { - return _$$_REQUIRE(_dependencyMap[6]); - } - }; -},688,[689,691,695,706,707,708,696]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - 'use strict'; - - var colorPropType = function colorPropType(isRequired, props, propName, componentName, location, propFullName) { - var color = props[propName]; - if (color == null) { - if (isRequired) { - return new Error('Required ' + location + ' `' + (propFullName || propName) + '` was not specified in `' + componentName + '`.'); - } - return; - } - if (typeof color === 'number') { - return; - } - if (typeof color === 'string' && _$$_REQUIRE(_dependencyMap[0])(color) === null) { - return new Error('Invalid ' + location + ' `' + (propFullName || propName) + '` supplied to `' + componentName + '`: ' + color + '\n' + `Valid color formats are - - '#f0f' (#rgb) - - '#f0fc' (#rgba) - - '#ff00ff' (#rrggbb) - - '#ff00ff00' (#rrggbbaa) - - 'rgb(255, 255, 255)' - - 'rgba(255, 255, 255, 1.0)' - - 'hsl(360, 100%, 100%)' - - 'hsla(360, 100%, 100%, 1.0)' - - 'transparent' - - 'red' - - 0xff00ff00 (0xrrggbbaa) -`); - } - }; - var ColorPropType = colorPropType.bind(null, false); - ColorPropType.isRequired = colorPropType.bind(null, true); - module.exports = ColorPropType; -},689,[690]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - /** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * @format - * - */ - - /* eslint no-bitwise: 0 */ - - 'use strict'; - - function normalizeColor(color) { - if (typeof color === 'number') { - if (color >>> 0 === color && color >= 0 && color <= 0xffffffff) { - return color; - } - return null; - } - if (typeof color !== 'string') { - return null; - } - var matchers = getMatchers(); - var match; - - // Ordered based on occurrences on Facebook codebase - if (match = matchers.hex6.exec(color)) { - return parseInt(match[1] + 'ff', 16) >>> 0; - } - var colorFromKeyword = normalizeKeyword(color); - if (colorFromKeyword != null) { - return colorFromKeyword; - } - if (match = matchers.rgb.exec(color)) { - return (parse255(match[1]) << 24 | - // r - parse255(match[2]) << 16 | - // g - parse255(match[3]) << 8 | - // b - 0x000000ff) >>> - // a - 0; - } - if (match = matchers.rgba.exec(color)) { - // rgba(R G B / A) notation - if (match[6] !== undefined) { - return (parse255(match[6]) << 24 | - // r - parse255(match[7]) << 16 | - // g - parse255(match[8]) << 8 | - // b - parse1(match[9])) >>> - // a - 0; - } - - // rgba(R, G, B, A) notation - return (parse255(match[2]) << 24 | - // r - parse255(match[3]) << 16 | - // g - parse255(match[4]) << 8 | - // b - parse1(match[5])) >>> - // a - 0; - } - if (match = matchers.hex3.exec(color)) { - return parseInt(match[1] + match[1] + - // r - match[2] + match[2] + - // g - match[3] + match[3] + - // b - 'ff', - // a - 16) >>> 0; - } - - // https://drafts.csswg.org/css-color-4/#hex-notation - if (match = matchers.hex8.exec(color)) { - return parseInt(match[1], 16) >>> 0; - } - if (match = matchers.hex4.exec(color)) { - return parseInt(match[1] + match[1] + - // r - match[2] + match[2] + - // g - match[3] + match[3] + - // b - match[4] + match[4], - // a - 16) >>> 0; - } - if (match = matchers.hsl.exec(color)) { - return (hslToRgb(parse360(match[1]), - // h - parsePercentage(match[2]), - // s - parsePercentage(match[3]) // l - ) | 0x000000ff) >>> - // a - 0; - } - if (match = matchers.hsla.exec(color)) { - // hsla(H S L / A) notation - if (match[6] !== undefined) { - return (hslToRgb(parse360(match[6]), - // h - parsePercentage(match[7]), - // s - parsePercentage(match[8]) // l - ) | parse1(match[9])) >>> - // a - 0; - } - - // hsla(H, S, L, A) notation - return (hslToRgb(parse360(match[2]), - // h - parsePercentage(match[3]), - // s - parsePercentage(match[4]) // l - ) | parse1(match[5])) >>> - // a - 0; - } - if (match = matchers.hwb.exec(color)) { - return (hwbToRgb(parse360(match[1]), - // h - parsePercentage(match[2]), - // w - parsePercentage(match[3]) // b - ) | 0x000000ff) >>> - // a - 0; - } - return null; - } - function hue2rgb(p, q, t) { - if (t < 0) { - t += 1; - } - if (t > 1) { - t -= 1; - } - if (t < 0.16666666666666666) { - return p + (q - p) * 6 * t; - } - if (t < 0.5) { - return q; - } - if (t < 0.6666666666666666) { - return p + (q - p) * (0.6666666666666666 - t) * 6; - } - return p; - } - function hslToRgb(h, s, l) { - var q = l < 0.5 ? l * (1 + s) : l + s - l * s; - var p = 2 * l - q; - var r = hue2rgb(p, q, h + 0.3333333333333333); - var g = hue2rgb(p, q, h); - var b = hue2rgb(p, q, h - 0.3333333333333333); - return Math.round(r * 255) << 24 | Math.round(g * 255) << 16 | Math.round(b * 255) << 8; - } - function hwbToRgb(h, w, b) { - if (w + b >= 1) { - var gray = Math.round(w * 255 / (w + b)); - return gray << 24 | gray << 16 | gray << 8; - } - var red = hue2rgb(0, 1, h + 0.3333333333333333) * (1 - w - b) + w; - var green = hue2rgb(0, 1, h) * (1 - w - b) + w; - var blue = hue2rgb(0, 1, h - 0.3333333333333333) * (1 - w - b) + w; - return Math.round(red * 255) << 24 | Math.round(green * 255) << 16 | Math.round(blue * 255) << 8; - } - var NUMBER = '[-+]?\\d*\\.?\\d+'; - var PERCENTAGE = "[-+]?\\d*\\.?\\d+%"; - function call() { - for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { - args[_key] = arguments[_key]; - } - return '\\(\\s*(' + args.join(')\\s*,?\\s*(') + ')\\s*\\)'; - } - function callWithSlashSeparator() { - for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) { - args[_key2] = arguments[_key2]; - } - return '\\(\\s*(' + args.slice(0, args.length - 1).join(')\\s*,?\\s*(') + ')\\s*/\\s*(' + args[args.length - 1] + ')\\s*\\)'; - } - function commaSeparatedCall() { - for (var _len3 = arguments.length, args = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) { - args[_key3] = arguments[_key3]; - } - return '\\(\\s*(' + args.join(')\\s*,\\s*(') + ')\\s*\\)'; - } - var cachedMatchers; - function getMatchers() { - if (cachedMatchers === undefined) { - cachedMatchers = { - rgb: new RegExp('rgb' + call(NUMBER, NUMBER, NUMBER)), - rgba: new RegExp('rgba(' + commaSeparatedCall(NUMBER, NUMBER, NUMBER, NUMBER) + '|' + callWithSlashSeparator(NUMBER, NUMBER, NUMBER, NUMBER) + ')'), - hsl: new RegExp('hsl' + call(NUMBER, PERCENTAGE, PERCENTAGE)), - hsla: new RegExp('hsla(' + commaSeparatedCall(NUMBER, PERCENTAGE, PERCENTAGE, NUMBER) + '|' + callWithSlashSeparator(NUMBER, PERCENTAGE, PERCENTAGE, NUMBER) + ')'), - hwb: new RegExp('hwb' + call(NUMBER, PERCENTAGE, PERCENTAGE)), - hex3: /^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/, - hex4: /^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/, - hex6: /^#([0-9a-fA-F]{6})$/, - hex8: /^#([0-9a-fA-F]{8})$/ - }; - } - return cachedMatchers; - } - function parse255(str) { - var int = parseInt(str, 10); - if (int < 0) { - return 0; - } - if (int > 255) { - return 255; - } - return int; - } - function parse360(str) { - var int = parseFloat(str); - return (int % 360 + 360) % 360 / 360; - } - function parse1(str) { - var num = parseFloat(str); - if (num < 0) { - return 0; - } - if (num > 1) { - return 255; - } - return Math.round(num * 255); - } - function parsePercentage(str) { - // parseFloat conveniently ignores the final % - var int = parseFloat(str); - if (int < 0) { - return 0; - } - if (int > 100) { - return 1; - } - return int / 100; - } - function normalizeKeyword(name) { - // prettier-ignore - switch (name) { - case 'transparent': - return 0x00000000; - // http://www.w3.org/TR/css3-color/#svg-color - case 'aliceblue': - return 0xf0f8ffff; - case 'antiquewhite': - return 0xfaebd7ff; - case 'aqua': - return 0x00ffffff; - case 'aquamarine': - return 0x7fffd4ff; - case 'azure': - return 0xf0ffffff; - case 'beige': - return 0xf5f5dcff; - case 'bisque': - return 0xffe4c4ff; - case 'black': - return 0x000000ff; - case 'blanchedalmond': - return 0xffebcdff; - case 'blue': - return 0x0000ffff; - case 'blueviolet': - return 0x8a2be2ff; - case 'brown': - return 0xa52a2aff; - case 'burlywood': - return 0xdeb887ff; - case 'burntsienna': - return 0xea7e5dff; - case 'cadetblue': - return 0x5f9ea0ff; - case 'chartreuse': - return 0x7fff00ff; - case 'chocolate': - return 0xd2691eff; - case 'coral': - return 0xff7f50ff; - case 'cornflowerblue': - return 0x6495edff; - case 'cornsilk': - return 0xfff8dcff; - case 'crimson': - return 0xdc143cff; - case 'cyan': - return 0x00ffffff; - case 'darkblue': - return 0x00008bff; - case 'darkcyan': - return 0x008b8bff; - case 'darkgoldenrod': - return 0xb8860bff; - case 'darkgray': - return 0xa9a9a9ff; - case 'darkgreen': - return 0x006400ff; - case 'darkgrey': - return 0xa9a9a9ff; - case 'darkkhaki': - return 0xbdb76bff; - case 'darkmagenta': - return 0x8b008bff; - case 'darkolivegreen': - return 0x556b2fff; - case 'darkorange': - return 0xff8c00ff; - case 'darkorchid': - return 0x9932ccff; - case 'darkred': - return 0x8b0000ff; - case 'darksalmon': - return 0xe9967aff; - case 'darkseagreen': - return 0x8fbc8fff; - case 'darkslateblue': - return 0x483d8bff; - case 'darkslategray': - return 0x2f4f4fff; - case 'darkslategrey': - return 0x2f4f4fff; - case 'darkturquoise': - return 0x00ced1ff; - case 'darkviolet': - return 0x9400d3ff; - case 'deeppink': - return 0xff1493ff; - case 'deepskyblue': - return 0x00bfffff; - case 'dimgray': - return 0x696969ff; - case 'dimgrey': - return 0x696969ff; - case 'dodgerblue': - return 0x1e90ffff; - case 'firebrick': - return 0xb22222ff; - case 'floralwhite': - return 0xfffaf0ff; - case 'forestgreen': - return 0x228b22ff; - case 'fuchsia': - return 0xff00ffff; - case 'gainsboro': - return 0xdcdcdcff; - case 'ghostwhite': - return 0xf8f8ffff; - case 'gold': - return 0xffd700ff; - case 'goldenrod': - return 0xdaa520ff; - case 'gray': - return 0x808080ff; - case 'green': - return 0x008000ff; - case 'greenyellow': - return 0xadff2fff; - case 'grey': - return 0x808080ff; - case 'honeydew': - return 0xf0fff0ff; - case 'hotpink': - return 0xff69b4ff; - case 'indianred': - return 0xcd5c5cff; - case 'indigo': - return 0x4b0082ff; - case 'ivory': - return 0xfffff0ff; - case 'khaki': - return 0xf0e68cff; - case 'lavender': - return 0xe6e6faff; - case 'lavenderblush': - return 0xfff0f5ff; - case 'lawngreen': - return 0x7cfc00ff; - case 'lemonchiffon': - return 0xfffacdff; - case 'lightblue': - return 0xadd8e6ff; - case 'lightcoral': - return 0xf08080ff; - case 'lightcyan': - return 0xe0ffffff; - case 'lightgoldenrodyellow': - return 0xfafad2ff; - case 'lightgray': - return 0xd3d3d3ff; - case 'lightgreen': - return 0x90ee90ff; - case 'lightgrey': - return 0xd3d3d3ff; - case 'lightpink': - return 0xffb6c1ff; - case 'lightsalmon': - return 0xffa07aff; - case 'lightseagreen': - return 0x20b2aaff; - case 'lightskyblue': - return 0x87cefaff; - case 'lightslategray': - return 0x778899ff; - case 'lightslategrey': - return 0x778899ff; - case 'lightsteelblue': - return 0xb0c4deff; - case 'lightyellow': - return 0xffffe0ff; - case 'lime': - return 0x00ff00ff; - case 'limegreen': - return 0x32cd32ff; - case 'linen': - return 0xfaf0e6ff; - case 'magenta': - return 0xff00ffff; - case 'maroon': - return 0x800000ff; - case 'mediumaquamarine': - return 0x66cdaaff; - case 'mediumblue': - return 0x0000cdff; - case 'mediumorchid': - return 0xba55d3ff; - case 'mediumpurple': - return 0x9370dbff; - case 'mediumseagreen': - return 0x3cb371ff; - case 'mediumslateblue': - return 0x7b68eeff; - case 'mediumspringgreen': - return 0x00fa9aff; - case 'mediumturquoise': - return 0x48d1ccff; - case 'mediumvioletred': - return 0xc71585ff; - case 'midnightblue': - return 0x191970ff; - case 'mintcream': - return 0xf5fffaff; - case 'mistyrose': - return 0xffe4e1ff; - case 'moccasin': - return 0xffe4b5ff; - case 'navajowhite': - return 0xffdeadff; - case 'navy': - return 0x000080ff; - case 'oldlace': - return 0xfdf5e6ff; - case 'olive': - return 0x808000ff; - case 'olivedrab': - return 0x6b8e23ff; - case 'orange': - return 0xffa500ff; - case 'orangered': - return 0xff4500ff; - case 'orchid': - return 0xda70d6ff; - case 'palegoldenrod': - return 0xeee8aaff; - case 'palegreen': - return 0x98fb98ff; - case 'paleturquoise': - return 0xafeeeeff; - case 'palevioletred': - return 0xdb7093ff; - case 'papayawhip': - return 0xffefd5ff; - case 'peachpuff': - return 0xffdab9ff; - case 'peru': - return 0xcd853fff; - case 'pink': - return 0xffc0cbff; - case 'plum': - return 0xdda0ddff; - case 'powderblue': - return 0xb0e0e6ff; - case 'purple': - return 0x800080ff; - case 'rebeccapurple': - return 0x663399ff; - case 'red': - return 0xff0000ff; - case 'rosybrown': - return 0xbc8f8fff; - case 'royalblue': - return 0x4169e1ff; - case 'saddlebrown': - return 0x8b4513ff; - case 'salmon': - return 0xfa8072ff; - case 'sandybrown': - return 0xf4a460ff; - case 'seagreen': - return 0x2e8b57ff; - case 'seashell': - return 0xfff5eeff; - case 'sienna': - return 0xa0522dff; - case 'silver': - return 0xc0c0c0ff; - case 'skyblue': - return 0x87ceebff; - case 'slateblue': - return 0x6a5acdff; - case 'slategray': - return 0x708090ff; - case 'slategrey': - return 0x708090ff; - case 'snow': - return 0xfffafaff; - case 'springgreen': - return 0x00ff7fff; - case 'steelblue': - return 0x4682b4ff; - case 'tan': - return 0xd2b48cff; - case 'teal': - return 0x008080ff; - case 'thistle': - return 0xd8bfd8ff; - case 'tomato': - return 0xff6347ff; - case 'turquoise': - return 0x40e0d0ff; - case 'violet': - return 0xee82eeff; - case 'wheat': - return 0xf5deb3ff; - case 'white': - return 0xffffffff; - case 'whitesmoke': - return 0xf5f5f5ff; - case 'yellow': - return 0xffff00ff; - case 'yellowgreen': - return 0x9acd32ff; - } - return null; - } - module.exports = normalizeColor; -},690,[]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - 'use strict'; - - var DeprecatedEdgeInsetsPropType = _$$_REQUIRE(_dependencyMap[0]).shape({ - bottom: _$$_REQUIRE(_dependencyMap[0]).number, - left: _$$_REQUIRE(_dependencyMap[0]).number, - right: _$$_REQUIRE(_dependencyMap[0]).number, - top: _$$_REQUIRE(_dependencyMap[0]).number - }); - module.exports = DeprecatedEdgeInsetsPropType; -},691,[692]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - /** - * Copyright (c) 2013-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - - { - // By explicitly using `prop-types` you are opting into new production behavior. - // http://fb.me/prop-types-in-prod - module.exports = _$$_REQUIRE(_dependencyMap[0])(); - } -},692,[693]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - /** - * Copyright (c) 2013-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - - 'use strict'; - - function emptyFunction() {} - function emptyFunctionWithReset() {} - emptyFunctionWithReset.resetWarningCache = emptyFunction; - module.exports = function () { - function shim(props, propName, componentName, location, propFullName, secret) { - if (secret === _$$_REQUIRE(_dependencyMap[0])) { - // It is still safe when called from React. - return; - } - var err = new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"); - err.name = 'Invariant Violation'; - throw err; - } - ; - shim.isRequired = shim; - function getShim() { - return shim; - } - ; - // Important! - // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`. - var ReactPropTypes = { - array: shim, - bigint: shim, - bool: shim, - func: shim, - number: shim, - object: shim, - string: shim, - symbol: shim, - any: shim, - arrayOf: getShim, - element: shim, - elementType: shim, - instanceOf: getShim, - node: shim, - objectOf: getShim, - oneOf: getShim, - oneOfType: getShim, - shape: getShim, - exact: getShim, - checkPropTypes: emptyFunctionWithReset, - resetWarningCache: emptyFunction - }; - ReactPropTypes.PropTypes = ReactPropTypes; - return ReactPropTypes; - }; -},693,[694]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - /** - * Copyright (c) 2013-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - - 'use strict'; - - var ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED'; - module.exports = ReactPropTypesSecret; -},694,[]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - 'use strict'; - - var DeprecatedImagePropType = Object.assign({}, _$$_REQUIRE(_dependencyMap[0]), { - alt: _$$_REQUIRE(_dependencyMap[1]).string, - blurRadius: _$$_REQUIRE(_dependencyMap[1]).number, - capInsets: _$$_REQUIRE(_dependencyMap[2]), - crossOrigin: _$$_REQUIRE(_dependencyMap[1]).oneOf(['anonymous', 'use-credentials']), - defaultSource: _$$_REQUIRE(_dependencyMap[3]), - fadeDuration: _$$_REQUIRE(_dependencyMap[1]).number, - height: _$$_REQUIRE(_dependencyMap[1]).number, - internal_analyticTag: _$$_REQUIRE(_dependencyMap[1]).string, - loadingIndicatorSource: _$$_REQUIRE(_dependencyMap[1]).oneOfType([_$$_REQUIRE(_dependencyMap[1]).shape({ - uri: _$$_REQUIRE(_dependencyMap[1]).string - }), _$$_REQUIRE(_dependencyMap[1]).number]), - onError: _$$_REQUIRE(_dependencyMap[1]).func, - onLoad: _$$_REQUIRE(_dependencyMap[1]).func, - onLoadEnd: _$$_REQUIRE(_dependencyMap[1]).func, - onLoadStart: _$$_REQUIRE(_dependencyMap[1]).func, - onPartialLoad: _$$_REQUIRE(_dependencyMap[1]).func, - onProgress: _$$_REQUIRE(_dependencyMap[1]).func, - progressiveRenderingEnabled: _$$_REQUIRE(_dependencyMap[1]).bool, - referrerPolicy: _$$_REQUIRE(_dependencyMap[1]).oneOf(['no-referrer', 'no-referrer-when-downgrade', 'origin', 'origin-when-cross-origin', 'same-origin', 'strict-origin', 'strict-origin-when-cross-origin', 'unsafe-url']), - resizeMethod: _$$_REQUIRE(_dependencyMap[1]).oneOf(['auto', 'resize', 'scale']), - resizeMode: _$$_REQUIRE(_dependencyMap[1]).oneOf(['cover', 'contain', 'stretch', 'repeat', 'center']), - source: _$$_REQUIRE(_dependencyMap[3]), - src: _$$_REQUIRE(_dependencyMap[1]).string, - srcSet: _$$_REQUIRE(_dependencyMap[1]).string, - style: _$$_REQUIRE(_dependencyMap[4])(_$$_REQUIRE(_dependencyMap[5])), - testID: _$$_REQUIRE(_dependencyMap[1]).string, - tintColor: _$$_REQUIRE(_dependencyMap[6]), - width: _$$_REQUIRE(_dependencyMap[1]).number - }); - module.exports = DeprecatedImagePropType; -},695,[696,692,691,704,698,705,689]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - 'use strict'; - - var MouseEventPropTypes = { - onMouseEnter: _$$_REQUIRE(_dependencyMap[0]).func, - onMouseLeave: _$$_REQUIRE(_dependencyMap[0]).func - }; - var PointerEventPropTypes = { - onPointerEnter: _$$_REQUIRE(_dependencyMap[0]).func, - onPointerEnterCapture: _$$_REQUIRE(_dependencyMap[0]).func, - onPointerLeave: _$$_REQUIRE(_dependencyMap[0]).func, - onPointerLeaveCapture: _$$_REQUIRE(_dependencyMap[0]).func, - onPointerMove: _$$_REQUIRE(_dependencyMap[0]).func, - onPointerMoveCapture: _$$_REQUIRE(_dependencyMap[0]).func, - onPointerCancel: _$$_REQUIRE(_dependencyMap[0]).func, - onPointerCancelCapture: _$$_REQUIRE(_dependencyMap[0]).func, - onPointerDown: _$$_REQUIRE(_dependencyMap[0]).func, - onPointerDownCapture: _$$_REQUIRE(_dependencyMap[0]).func, - onPointerUp: _$$_REQUIRE(_dependencyMap[0]).func, - onPointerUpCapture: _$$_REQUIRE(_dependencyMap[0]).func, - onPointerOver: _$$_REQUIRE(_dependencyMap[0]).func, - onPointerOverCapture: _$$_REQUIRE(_dependencyMap[0]).func, - onPointerOut: _$$_REQUIRE(_dependencyMap[0]).func, - onPointerOutCapture: _$$_REQUIRE(_dependencyMap[0]).func - }; - var FocusEventPropTypes = { - onBlur: _$$_REQUIRE(_dependencyMap[0]).func, - onBlurCapture: _$$_REQUIRE(_dependencyMap[0]).func, - onFocus: _$$_REQUIRE(_dependencyMap[0]).func, - onFocusCapture: _$$_REQUIRE(_dependencyMap[0]).func - }; - var TouchEventPropTypes = { - onTouchCancel: _$$_REQUIRE(_dependencyMap[0]).func, - onTouchCancelCapture: _$$_REQUIRE(_dependencyMap[0]).func, - onTouchEnd: _$$_REQUIRE(_dependencyMap[0]).func, - onTouchEndCapture: _$$_REQUIRE(_dependencyMap[0]).func, - onTouchMove: _$$_REQUIRE(_dependencyMap[0]).func, - onTouchMoveCapture: _$$_REQUIRE(_dependencyMap[0]).func, - onTouchStart: _$$_REQUIRE(_dependencyMap[0]).func, - onTouchStartCapture: _$$_REQUIRE(_dependencyMap[0]).func - }; - var GestureResponderEventPropTypes = { - onMoveShouldSetResponder: _$$_REQUIRE(_dependencyMap[0]).func, - onMoveShouldSetResponderCapture: _$$_REQUIRE(_dependencyMap[0]).func, - onResponderEnd: _$$_REQUIRE(_dependencyMap[0]).func, - onResponderGrant: _$$_REQUIRE(_dependencyMap[0]).func, - onResponderMove: _$$_REQUIRE(_dependencyMap[0]).func, - onResponderReject: _$$_REQUIRE(_dependencyMap[0]).func, - onResponderRelease: _$$_REQUIRE(_dependencyMap[0]).func, - onResponderStart: _$$_REQUIRE(_dependencyMap[0]).func, - onResponderTerminate: _$$_REQUIRE(_dependencyMap[0]).func, - onResponderTerminationRequest: _$$_REQUIRE(_dependencyMap[0]).func, - onStartShouldSetResponder: _$$_REQUIRE(_dependencyMap[0]).func, - onStartShouldSetResponderCapture: _$$_REQUIRE(_dependencyMap[0]).func - }; - var DeprecatedViewPropTypes = Object.assign({}, MouseEventPropTypes, PointerEventPropTypes, FocusEventPropTypes, TouchEventPropTypes, GestureResponderEventPropTypes, { - 'aria-busy': _$$_REQUIRE(_dependencyMap[0]).bool, - 'aria-checked': _$$_REQUIRE(_dependencyMap[0]).oneOfType([_$$_REQUIRE(_dependencyMap[0]).bool, _$$_REQUIRE(_dependencyMap[0]).oneOf(['mixed'])]), - 'aria-disabled': _$$_REQUIRE(_dependencyMap[0]).bool, - 'aria-expanded': _$$_REQUIRE(_dependencyMap[0]).bool, - 'aria-hidden': _$$_REQUIRE(_dependencyMap[0]).bool, - 'aria-label': _$$_REQUIRE(_dependencyMap[0]).string, - 'aria-labelledby': _$$_REQUIRE(_dependencyMap[0]).string, - 'aria-live': _$$_REQUIRE(_dependencyMap[0]).oneOf(['polite', 'assertive', 'off']), - 'aria-modal': _$$_REQUIRE(_dependencyMap[0]).bool, - 'aria-selected': _$$_REQUIRE(_dependencyMap[0]).bool, - 'aria-valuemax': _$$_REQUIRE(_dependencyMap[0]).number, - 'aria-valuemin': _$$_REQUIRE(_dependencyMap[0]).number, - 'aria-valuenow': _$$_REQUIRE(_dependencyMap[0]).number, - 'aria-valuetext': _$$_REQUIRE(_dependencyMap[0]).string, - accessibilityActions: _$$_REQUIRE(_dependencyMap[0]).arrayOf(_$$_REQUIRE(_dependencyMap[1]).AccessibilityActionInfoPropType), - accessibilityElementsHidden: _$$_REQUIRE(_dependencyMap[0]).bool, - accessibilityHint: _$$_REQUIRE(_dependencyMap[0]).string, - accessibilityIgnoresInvertColors: _$$_REQUIRE(_dependencyMap[0]).bool, - accessibilityLabel: _$$_REQUIRE(_dependencyMap[0]).node, - accessibilityLabelledBy: _$$_REQUIRE(_dependencyMap[0]).oneOfType([_$$_REQUIRE(_dependencyMap[0]).string, _$$_REQUIRE(_dependencyMap[0]).arrayOf(_$$_REQUIRE(_dependencyMap[0]).string)]), - accessibilityLanguage: _$$_REQUIRE(_dependencyMap[0]).string, - accessibilityLiveRegion: _$$_REQUIRE(_dependencyMap[0]).oneOf(['assertive', 'none', 'polite']), - accessibilityRole: _$$_REQUIRE(_dependencyMap[1]).AccessibilityRolePropType, - accessibilityState: _$$_REQUIRE(_dependencyMap[1]).AccessibilityStatePropType, - accessibilityValue: _$$_REQUIRE(_dependencyMap[1]).AccessibilityValuePropType, - accessibilityViewIsModal: _$$_REQUIRE(_dependencyMap[0]).bool, - accessible: _$$_REQUIRE(_dependencyMap[0]).bool, - collapsable: _$$_REQUIRE(_dependencyMap[0]).bool, - focusable: _$$_REQUIRE(_dependencyMap[0]).bool, - hitSlop: _$$_REQUIRE(_dependencyMap[0]).oneOfType([_$$_REQUIRE(_dependencyMap[2]), _$$_REQUIRE(_dependencyMap[0]).number]), - importantForAccessibility: _$$_REQUIRE(_dependencyMap[0]).oneOf(['auto', 'no', 'no-hide-descendants', 'yes']), - nativeBackgroundAndroid: _$$_REQUIRE(_dependencyMap[0]).object, - nativeForegroundAndroid: _$$_REQUIRE(_dependencyMap[0]).object, - nativeID: _$$_REQUIRE(_dependencyMap[0]).string, - needsOffscreenAlphaCompositing: _$$_REQUIRE(_dependencyMap[0]).bool, - onAccessibilityAction: _$$_REQUIRE(_dependencyMap[0]).func, - onAccessibilityEscape: _$$_REQUIRE(_dependencyMap[0]).func, - onAccessibilityTap: _$$_REQUIRE(_dependencyMap[0]).func, - onClick: _$$_REQUIRE(_dependencyMap[0]).func, - onLayout: _$$_REQUIRE(_dependencyMap[0]).func, - onMagicTap: _$$_REQUIRE(_dependencyMap[0]).func, - pointerEvents: _$$_REQUIRE(_dependencyMap[0]).oneOf(['auto', 'box-none', 'box-only', 'none']), - removeClippedSubviews: _$$_REQUIRE(_dependencyMap[0]).bool, - renderToHardwareTextureAndroid: _$$_REQUIRE(_dependencyMap[0]).bool, - role: _$$_REQUIRE(_dependencyMap[1]).RolePropType, - shouldRasterizeIOS: _$$_REQUIRE(_dependencyMap[0]).bool, - style: _$$_REQUIRE(_dependencyMap[3])(_$$_REQUIRE(_dependencyMap[4])), - tabIndex: _$$_REQUIRE(_dependencyMap[0]).oneOf([0, -1]), - testID: _$$_REQUIRE(_dependencyMap[0]).string - }); - module.exports = DeprecatedViewPropTypes; -},696,[692,697,691,698,700]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - 'use strict'; - - var DeprecatedViewAccessibility = { - AccessibilityRolePropType: _$$_REQUIRE(_dependencyMap[0]).oneOf(['adjustable', 'alert', 'button', 'checkbox', 'combobox', 'drawerlayout', 'dropdownlist', 'grid', 'header', 'horizontalscrollview', 'iconmenu', 'image', 'imagebutton', 'keyboardkey', 'link', 'list', 'menu', 'menubar', 'menuitem', 'none', 'pager', 'progressbar', 'radio', 'radiogroup', 'scrollbar', 'scrollview', 'search', 'slidingdrawer', 'spinbutton', 'summary', 'switch', 'tab', 'tabbar', 'tablist', 'text', 'timer', 'togglebutton', 'toolbar', 'viewgroup', 'webview']), - AccessibilityStatePropType: _$$_REQUIRE(_dependencyMap[0]).object, - AccessibilityActionInfoPropType: _$$_REQUIRE(_dependencyMap[0]).object, - AccessibilityValuePropType: _$$_REQUIRE(_dependencyMap[0]).object, - RolePropType: _$$_REQUIRE(_dependencyMap[0]).oneOf(['alert', 'alertdialog', 'application', 'article', 'banner', 'button', 'cell', 'checkbox', 'columnheader', 'combobox', 'complementary', 'contentinfo', 'definition', 'dialog', 'directory', 'document', 'feed', 'figure', 'form', 'grid', 'group', 'heading', 'img', 'link', 'list', 'listitem', 'log', 'main', 'marquee', 'math', 'menu', 'menubar', 'menuitem', 'meter', 'navigation', 'none', 'note', 'option', 'presentation', 'progressbar', 'radio', 'radiogroup', 'region', 'row', 'rowgroup', 'rowheader', 'scrollbar', 'searchbox', 'separator', 'slider', 'spinbutton', 'status', 'summary', 'switch', 'tab', 'table', 'tablist', 'tabpanel', 'term', 'timer', 'toolbar', 'tooltip', 'tree', 'treegrid', 'treeitem']) - }; - module.exports = DeprecatedViewAccessibility; -},697,[692]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - 'use strict'; - - function DeprecatedStyleSheetPropType(shape) { - var shapePropType = _$$_REQUIRE(_dependencyMap[0])(shape); - return function (props, propName, componentName, location) { - var newProps = props; - if (props[propName]) { - newProps = {}; - newProps[propName] = flattenStyle(props[propName]); - } - for (var _len = arguments.length, rest = new Array(_len > 4 ? _len - 4 : 0), _key = 4; _key < _len; _key++) { - rest[_key - 4] = arguments[_key]; - } - return shapePropType.apply(undefined, [newProps, propName, componentName, location].concat(rest)); - }; - } - function flattenStyle(style) { - if (style === null || typeof style !== 'object') { - return undefined; - } - if (!Array.isArray(style)) { - return style; - } - var result = {}; - for (var i = 0, styleLength = style.length; i < styleLength; ++i) { - var computedStyle = flattenStyle(style[i]); - if (computedStyle) { - for (var key in computedStyle) { - result[key] = computedStyle[key]; - } - } - } - return result; - } - module.exports = DeprecatedStyleSheetPropType; -},698,[699]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - 'use strict'; - - function deprecatedCreateStrictShapeTypeChecker(shapeTypes) { - function checkType(isRequired, props, propName, componentName, location) { - if (!props[propName]) { - if (isRequired) { - _$$_REQUIRE(_dependencyMap[0])(false, `Required object \`${propName}\` was not specified in ` + `\`${componentName}\`.`); - } - return; - } - var propValue = props[propName]; - var propType = typeof propValue; - var locationName = location || '(unknown)'; - if (propType !== 'object') { - _$$_REQUIRE(_dependencyMap[0])(false, `Invalid ${locationName} \`${propName}\` of type \`${propType}\` ` + `supplied to \`${componentName}\`, expected \`object\`.`); - } - var allKeys = Object.assign({}, props[propName], shapeTypes); - for (var _len = arguments.length, rest = new Array(_len > 5 ? _len - 5 : 0), _key = 5; _key < _len; _key++) { - rest[_key - 5] = arguments[_key]; - } - for (var key in allKeys) { - var checker = shapeTypes[key]; - if (!checker) { - _$$_REQUIRE(_dependencyMap[0])(false, `Invalid props.${propName} key \`${key}\` supplied to \`${componentName}\`.` + '\nBad object: ' + JSON.stringify(props[propName], null, ' ') + '\nValid keys: ' + JSON.stringify(Object.keys(shapeTypes), null, ' ')); - } - var error = checker.apply(undefined, [propValue, key, componentName, location].concat(rest)); - if (error) { - _$$_REQUIRE(_dependencyMap[0])(false, error.message + '\nBad object: ' + JSON.stringify(props[propName], null, ' ')); - } - } - } - function chainedCheckType(props, propName, componentName, location) { - for (var _len2 = arguments.length, rest = new Array(_len2 > 4 ? _len2 - 4 : 0), _key2 = 4; _key2 < _len2; _key2++) { - rest[_key2 - 4] = arguments[_key2]; - } - return checkType.apply(undefined, [false, props, propName, componentName, location].concat(rest)); - } - chainedCheckType.isRequired = checkType.bind(null, true); - return chainedCheckType; - } - module.exports = deprecatedCreateStrictShapeTypeChecker; -},699,[64]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - 'use strict'; - - var DeprecatedViewStylePropTypes = Object.assign({}, _$$_REQUIRE(_dependencyMap[0]), _$$_REQUIRE(_dependencyMap[1]), _$$_REQUIRE(_dependencyMap[2]), { - backfaceVisibility: _$$_REQUIRE(_dependencyMap[3]).oneOf(['hidden', 'visible']), - backgroundColor: _$$_REQUIRE(_dependencyMap[4]), - borderBottomColor: _$$_REQUIRE(_dependencyMap[4]), - borderBottomEndRadius: _$$_REQUIRE(_dependencyMap[3]).number, - borderBottomLeftRadius: _$$_REQUIRE(_dependencyMap[3]).number, - borderBottomRightRadius: _$$_REQUIRE(_dependencyMap[3]).number, - borderBottomStartRadius: _$$_REQUIRE(_dependencyMap[3]).number, - borderBottomWidth: _$$_REQUIRE(_dependencyMap[3]).number, - borderColor: _$$_REQUIRE(_dependencyMap[4]), - borderCurve: _$$_REQUIRE(_dependencyMap[3]).oneOf(['circular', 'continuous']), - borderEndColor: _$$_REQUIRE(_dependencyMap[4]), - borderEndEndRadius: _$$_REQUIRE(_dependencyMap[3]).number, - borderEndStartRadius: _$$_REQUIRE(_dependencyMap[3]).number, - borderLeftColor: _$$_REQUIRE(_dependencyMap[4]), - borderLeftWidth: _$$_REQUIRE(_dependencyMap[3]).number, - borderRadius: _$$_REQUIRE(_dependencyMap[3]).number, - borderRightColor: _$$_REQUIRE(_dependencyMap[4]), - borderRightWidth: _$$_REQUIRE(_dependencyMap[3]).number, - borderStartColor: _$$_REQUIRE(_dependencyMap[4]), - borderStartEndRadius: _$$_REQUIRE(_dependencyMap[3]).number, - borderStartStartRadius: _$$_REQUIRE(_dependencyMap[3]).number, - borderStyle: _$$_REQUIRE(_dependencyMap[3]).oneOf(['dashed', 'dotted', 'solid']), - borderTopColor: _$$_REQUIRE(_dependencyMap[4]), - borderTopEndRadius: _$$_REQUIRE(_dependencyMap[3]).number, - borderTopLeftRadius: _$$_REQUIRE(_dependencyMap[3]).number, - borderTopRightRadius: _$$_REQUIRE(_dependencyMap[3]).number, - borderTopStartRadius: _$$_REQUIRE(_dependencyMap[3]).number, - borderTopWidth: _$$_REQUIRE(_dependencyMap[3]).number, - borderWidth: _$$_REQUIRE(_dependencyMap[3]).number, - elevation: _$$_REQUIRE(_dependencyMap[3]).number, - opacity: _$$_REQUIRE(_dependencyMap[3]).number, - pointerEvents: _$$_REQUIRE(_dependencyMap[3]).oneOf(['auto', 'box-none', 'box-only', 'none']) - }); - module.exports = DeprecatedViewStylePropTypes; -},700,[701,702,703,692,689]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - 'use strict'; - - var DimensionValuePropType = _$$_REQUIRE(_dependencyMap[0]).oneOfType([_$$_REQUIRE(_dependencyMap[0]).number, _$$_REQUIRE(_dependencyMap[0]).string]); - var DeprecatedLayoutPropTypes = { - alignContent: _$$_REQUIRE(_dependencyMap[0]).oneOf(['center', 'flex-end', 'flex-start', 'space-around', 'space-between', 'stretch']), - alignItems: _$$_REQUIRE(_dependencyMap[0]).oneOf(['baseline', 'center', 'flex-end', 'flex-start', 'stretch']), - alignSelf: _$$_REQUIRE(_dependencyMap[0]).oneOf(['auto', 'baseline', 'center', 'flex-end', 'flex-start', 'stretch']), - aspectRatio: _$$_REQUIRE(_dependencyMap[0]).oneOfType([_$$_REQUIRE(_dependencyMap[0]).number, _$$_REQUIRE(_dependencyMap[0]).string]), - borderBottomWidth: _$$_REQUIRE(_dependencyMap[0]).number, - borderEndWidth: _$$_REQUIRE(_dependencyMap[0]).number, - borderLeftWidth: _$$_REQUIRE(_dependencyMap[0]).number, - borderRightWidth: _$$_REQUIRE(_dependencyMap[0]).number, - borderStartWidth: _$$_REQUIRE(_dependencyMap[0]).number, - borderTopWidth: _$$_REQUIRE(_dependencyMap[0]).number, - borderWidth: _$$_REQUIRE(_dependencyMap[0]).number, - bottom: DimensionValuePropType, - columnGap: _$$_REQUIRE(_dependencyMap[0]).number, - direction: _$$_REQUIRE(_dependencyMap[0]).oneOf(['inherit', 'ltr', 'rtl']), - display: _$$_REQUIRE(_dependencyMap[0]).oneOf(['flex', 'none']), - end: DimensionValuePropType, - flex: _$$_REQUIRE(_dependencyMap[0]).number, - flexBasis: DimensionValuePropType, - flexDirection: _$$_REQUIRE(_dependencyMap[0]).oneOf(['column', 'column-reverse', 'row', 'row-reverse']), - flexGrow: _$$_REQUIRE(_dependencyMap[0]).number, - flexShrink: _$$_REQUIRE(_dependencyMap[0]).number, - flexWrap: _$$_REQUIRE(_dependencyMap[0]).oneOf(['nowrap', 'wrap', 'wrap-reverse']), - gap: _$$_REQUIRE(_dependencyMap[0]).number, - height: DimensionValuePropType, - inset: DimensionValuePropType, - insetBlock: DimensionValuePropType, - insetBlockEnd: DimensionValuePropType, - insetBlockStart: DimensionValuePropType, - insetInline: DimensionValuePropType, - insetInlineEnd: DimensionValuePropType, - insetInlineStart: DimensionValuePropType, - justifyContent: _$$_REQUIRE(_dependencyMap[0]).oneOf(['center', 'flex-end', 'flex-start', 'space-around', 'space-between', 'space-evenly']), - left: DimensionValuePropType, - margin: DimensionValuePropType, - marginBlock: DimensionValuePropType, - marginBlockEnd: DimensionValuePropType, - marginBlockStart: DimensionValuePropType, - marginBottom: DimensionValuePropType, - marginEnd: DimensionValuePropType, - marginHorizontal: DimensionValuePropType, - marginInline: DimensionValuePropType, - marginInlineEnd: DimensionValuePropType, - marginInlineStart: DimensionValuePropType, - marginLeft: DimensionValuePropType, - marginRight: DimensionValuePropType, - marginStart: DimensionValuePropType, - marginTop: DimensionValuePropType, - marginVertical: DimensionValuePropType, - maxHeight: DimensionValuePropType, - maxWidth: DimensionValuePropType, - minHeight: DimensionValuePropType, - minWidth: DimensionValuePropType, - overflow: _$$_REQUIRE(_dependencyMap[0]).oneOf(['hidden', 'scroll', 'visible']), - padding: DimensionValuePropType, - paddingBlock: DimensionValuePropType, - paddingBlockEnd: DimensionValuePropType, - paddingBlockStart: DimensionValuePropType, - paddingBottom: DimensionValuePropType, - paddingEnd: DimensionValuePropType, - paddingHorizontal: DimensionValuePropType, - paddingInline: DimensionValuePropType, - paddingInlineEnd: DimensionValuePropType, - paddingInlineStart: DimensionValuePropType, - paddingLeft: DimensionValuePropType, - paddingRight: DimensionValuePropType, - paddingStart: DimensionValuePropType, - paddingTop: DimensionValuePropType, - paddingVertical: DimensionValuePropType, - position: _$$_REQUIRE(_dependencyMap[0]).oneOf(['absolute', 'relative']), - right: DimensionValuePropType, - rowGap: _$$_REQUIRE(_dependencyMap[0]).number, - start: DimensionValuePropType, - top: DimensionValuePropType, - width: DimensionValuePropType, - zIndex: _$$_REQUIRE(_dependencyMap[0]).number - }; - module.exports = DeprecatedLayoutPropTypes; -},701,[692]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - 'use strict'; - - var DeprecatedShadowPropTypesIOS = { - shadowColor: _$$_REQUIRE(_dependencyMap[0]), - shadowOffset: _$$_REQUIRE(_dependencyMap[1]).shape({ - height: _$$_REQUIRE(_dependencyMap[1]).number, - width: _$$_REQUIRE(_dependencyMap[1]).number - }), - shadowOpacity: _$$_REQUIRE(_dependencyMap[1]).number, - shadowRadius: _$$_REQUIRE(_dependencyMap[1]).number - }; - module.exports = DeprecatedShadowPropTypesIOS; -},702,[689,692]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - 'use strict'; - - var DeprecatedTransformPropTypes = { - transform: _$$_REQUIRE(_dependencyMap[0]).arrayOf(_$$_REQUIRE(_dependencyMap[0]).oneOfType([_$$_REQUIRE(_dependencyMap[0]).shape({ - perspective: _$$_REQUIRE(_dependencyMap[0]).number - }), _$$_REQUIRE(_dependencyMap[0]).shape({ - rotate: _$$_REQUIRE(_dependencyMap[0]).string - }), _$$_REQUIRE(_dependencyMap[0]).shape({ - rotateX: _$$_REQUIRE(_dependencyMap[0]).string - }), _$$_REQUIRE(_dependencyMap[0]).shape({ - rotateY: _$$_REQUIRE(_dependencyMap[0]).string - }), _$$_REQUIRE(_dependencyMap[0]).shape({ - rotateZ: _$$_REQUIRE(_dependencyMap[0]).string - }), _$$_REQUIRE(_dependencyMap[0]).shape({ - scale: _$$_REQUIRE(_dependencyMap[0]).number - }), _$$_REQUIRE(_dependencyMap[0]).shape({ - scaleX: _$$_REQUIRE(_dependencyMap[0]).number - }), _$$_REQUIRE(_dependencyMap[0]).shape({ - scaleY: _$$_REQUIRE(_dependencyMap[0]).number - }), _$$_REQUIRE(_dependencyMap[0]).shape({ - skewX: _$$_REQUIRE(_dependencyMap[0]).string - }), _$$_REQUIRE(_dependencyMap[0]).shape({ - skewY: _$$_REQUIRE(_dependencyMap[0]).string - }), _$$_REQUIRE(_dependencyMap[0]).shape({ - translateX: _$$_REQUIRE(_dependencyMap[0]).number - }), _$$_REQUIRE(_dependencyMap[0]).shape({ - translateY: _$$_REQUIRE(_dependencyMap[0]).number - })])) - }; - module.exports = DeprecatedTransformPropTypes; -},703,[692]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - 'use strict'; - - var ImageURISourcePropType = _$$_REQUIRE(_dependencyMap[0]).shape({ - body: _$$_REQUIRE(_dependencyMap[0]).string, - bundle: _$$_REQUIRE(_dependencyMap[0]).string, - cache: _$$_REQUIRE(_dependencyMap[0]).oneOf(['default', 'force-cache', 'only-if-cached', 'reload']), - headers: _$$_REQUIRE(_dependencyMap[0]).objectOf(_$$_REQUIRE(_dependencyMap[0]).string), - height: _$$_REQUIRE(_dependencyMap[0]).number, - method: _$$_REQUIRE(_dependencyMap[0]).string, - scale: _$$_REQUIRE(_dependencyMap[0]).number, - uri: _$$_REQUIRE(_dependencyMap[0]).string, - width: _$$_REQUIRE(_dependencyMap[0]).number - }); - var ImageSourcePropType = _$$_REQUIRE(_dependencyMap[0]).oneOfType([ImageURISourcePropType, _$$_REQUIRE(_dependencyMap[0]).number, _$$_REQUIRE(_dependencyMap[0]).arrayOf(ImageURISourcePropType)]); - module.exports = ImageSourcePropType; -},704,[692]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - 'use strict'; - - var DeprecatedImageStylePropTypes = Object.assign({}, _$$_REQUIRE(_dependencyMap[0]), _$$_REQUIRE(_dependencyMap[1]), _$$_REQUIRE(_dependencyMap[2]), { - backfaceVisibility: _$$_REQUIRE(_dependencyMap[3]).oneOf(['hidden', 'visible']), - backgroundColor: _$$_REQUIRE(_dependencyMap[4]), - borderBottomLeftRadius: _$$_REQUIRE(_dependencyMap[3]).number, - borderBottomRightRadius: _$$_REQUIRE(_dependencyMap[3]).number, - borderColor: _$$_REQUIRE(_dependencyMap[4]), - borderRadius: _$$_REQUIRE(_dependencyMap[3]).number, - borderTopLeftRadius: _$$_REQUIRE(_dependencyMap[3]).number, - borderTopRightRadius: _$$_REQUIRE(_dependencyMap[3]).number, - borderWidth: _$$_REQUIRE(_dependencyMap[3]).number, - objectFit: _$$_REQUIRE(_dependencyMap[3]).oneOf(['contain', 'cover', 'fill', 'scale-down']), - opacity: _$$_REQUIRE(_dependencyMap[3]).number, - overflow: _$$_REQUIRE(_dependencyMap[3]).oneOf(['hidden', 'visible']), - overlayColor: _$$_REQUIRE(_dependencyMap[3]).string, - tintColor: _$$_REQUIRE(_dependencyMap[4]), - resizeMode: _$$_REQUIRE(_dependencyMap[3]).oneOf(['center', 'contain', 'cover', 'repeat', 'stretch']) - }); - module.exports = DeprecatedImageStylePropTypes; -},705,[701,702,703,692,689]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - 'use strict'; - - var PointPropType = _$$_REQUIRE(_dependencyMap[0]).shape({ - x: _$$_REQUIRE(_dependencyMap[0]).number, - y: _$$_REQUIRE(_dependencyMap[0]).number - }); - module.exports = PointPropType; -},706,[692]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - 'use strict'; - - var DataDetectorTypes = ['address', 'all', 'calendarEvent', 'link', 'none', 'phoneNumber']; - var DeprecatedTextInputPropTypes = Object.assign({}, _$$_REQUIRE(_dependencyMap[0]), { - allowFontScaling: _$$_REQUIRE(_dependencyMap[1]).bool, - autoCapitalize: _$$_REQUIRE(_dependencyMap[1]).oneOf(['none', 'sentences', 'words', 'characters']), - autoComplete: _$$_REQUIRE(_dependencyMap[1]).oneOf(['additional-name', 'address-line1', 'address-line2', 'bday', 'bday-day', 'bday-month', 'bday-year', 'birthdate-day', 'birthdate-full', 'birthdate-month', 'birthdate-year', 'cc-csc', 'cc-exp', 'cc-exp-day', 'cc-exp-month', 'cc-exp-year', 'cc-family-name', 'cc-given-name', 'cc-middle-name', 'cc-name', 'cc-number', 'cc-type', 'country', 'current-password', 'email', 'family-name', 'gender', 'given-name', 'honorific-prefix', 'honorific-suffix', 'name', 'name-family', 'name-given', 'name-middle', 'name-middle-initial', 'name-prefix', 'name-suffix', 'new-password', 'nickname', 'off', 'one-time-code', 'organization', 'organization-title', 'password', 'password-new', 'postal-address', 'postal-address-country', 'postal-address-extended', 'postal-address-extended-postal-code', 'postal-address-locality', 'postal-address-region', 'postal-code', 'sex', 'sms-otp', 'street-address', 'tel', 'tel-country-code', 'tel-device', 'tel-national', 'url', 'username', 'username-new']), - autoCorrect: _$$_REQUIRE(_dependencyMap[1]).bool, - autoFocus: _$$_REQUIRE(_dependencyMap[1]).bool, - blurOnSubmit: _$$_REQUIRE(_dependencyMap[1]).bool, - caretHidden: _$$_REQUIRE(_dependencyMap[1]).bool, - clearButtonMode: _$$_REQUIRE(_dependencyMap[1]).oneOf(['always', 'never', 'unless-editing', 'while-editing']), - clearTextOnFocus: _$$_REQUIRE(_dependencyMap[1]).bool, - cursorColor: _$$_REQUIRE(_dependencyMap[2]), - contextMenuHidden: _$$_REQUIRE(_dependencyMap[1]).bool, - dataDetectorTypes: _$$_REQUIRE(_dependencyMap[1]).oneOfType([_$$_REQUIRE(_dependencyMap[1]).oneOf(DataDetectorTypes), _$$_REQUIRE(_dependencyMap[1]).arrayOf(_$$_REQUIRE(_dependencyMap[1]).oneOf(DataDetectorTypes))]), - defaultValue: _$$_REQUIRE(_dependencyMap[1]).string, - disableFullscreenUI: _$$_REQUIRE(_dependencyMap[1]).bool, - editable: _$$_REQUIRE(_dependencyMap[1]).bool, - enablesReturnKeyAutomatically: _$$_REQUIRE(_dependencyMap[1]).bool, - enterKeyHint: _$$_REQUIRE(_dependencyMap[1]).oneOf(['done', 'enter', 'go', 'next', 'previous', 'search', 'send']), - inlineImageLeft: _$$_REQUIRE(_dependencyMap[1]).string, - inlineImagePadding: _$$_REQUIRE(_dependencyMap[1]).number, - inputAccessoryViewID: _$$_REQUIRE(_dependencyMap[1]).string, - inputMode: _$$_REQUIRE(_dependencyMap[1]).oneOf(['decimal', 'email', 'none', 'numeric', 'search', 'tel', 'text', 'url']), - keyboardAppearance: _$$_REQUIRE(_dependencyMap[1]).oneOf(['default', 'dark', 'light']), - keyboardType: _$$_REQUIRE(_dependencyMap[1]).oneOf(['ascii-capable', 'ascii-capable-number-pad', 'decimal-pad', 'default', 'email-address', 'name-phone-pad', 'number-pad', 'numbers-and-punctuation', 'numeric', 'phone-pad', 'twitter', 'url', 'visible-password', 'web-search']), - lineBreakStrategyIOS: _$$_REQUIRE(_dependencyMap[1]).oneOf(['hangul-word', 'none', 'push-out', 'standard']), - maxFontSizeMultiplier: _$$_REQUIRE(_dependencyMap[1]).number, - maxLength: _$$_REQUIRE(_dependencyMap[1]).number, - multiline: _$$_REQUIRE(_dependencyMap[1]).bool, - numberOfLines: _$$_REQUIRE(_dependencyMap[1]).number, - onBlur: _$$_REQUIRE(_dependencyMap[1]).func, - onChange: _$$_REQUIRE(_dependencyMap[1]).func, - onChangeText: _$$_REQUIRE(_dependencyMap[1]).func, - onContentSizeChange: _$$_REQUIRE(_dependencyMap[1]).func, - onEndEditing: _$$_REQUIRE(_dependencyMap[1]).func, - onFocus: _$$_REQUIRE(_dependencyMap[1]).func, - onKeyPress: _$$_REQUIRE(_dependencyMap[1]).func, - onLayout: _$$_REQUIRE(_dependencyMap[1]).func, - onScroll: _$$_REQUIRE(_dependencyMap[1]).func, - onSelectionChange: _$$_REQUIRE(_dependencyMap[1]).func, - onSubmitEditing: _$$_REQUIRE(_dependencyMap[1]).func, - onTextInput: _$$_REQUIRE(_dependencyMap[1]).func, - placeholder: _$$_REQUIRE(_dependencyMap[1]).string, - placeholderTextColor: _$$_REQUIRE(_dependencyMap[2]), - readOnly: _$$_REQUIRE(_dependencyMap[1]).bool, - rejectResponderTermination: _$$_REQUIRE(_dependencyMap[1]).bool, - returnKeyLabel: _$$_REQUIRE(_dependencyMap[1]).string, - returnKeyType: _$$_REQUIRE(_dependencyMap[1]).oneOf(['default', 'done', 'emergency-call', 'go', 'google', 'join', 'next', 'none', 'previous', 'route', 'search', 'send', 'yahoo']), - rows: _$$_REQUIRE(_dependencyMap[1]).number, - scrollEnabled: _$$_REQUIRE(_dependencyMap[1]).bool, - secureTextEntry: _$$_REQUIRE(_dependencyMap[1]).bool, - selection: _$$_REQUIRE(_dependencyMap[1]).shape({ - end: _$$_REQUIRE(_dependencyMap[1]).number, - start: _$$_REQUIRE(_dependencyMap[1]).number.isRequired - }), - selectionColor: _$$_REQUIRE(_dependencyMap[2]), - selectTextOnFocus: _$$_REQUIRE(_dependencyMap[1]).bool, - showSoftInputOnFocus: _$$_REQUIRE(_dependencyMap[1]).bool, - spellCheck: _$$_REQUIRE(_dependencyMap[1]).bool, - style: _$$_REQUIRE(_dependencyMap[3]).style, - submitBehavior: _$$_REQUIRE(_dependencyMap[1]).oneOf(['blurAndSubmit', 'newline', 'submit']), - textBreakStrategy: _$$_REQUIRE(_dependencyMap[1]).oneOf(['balanced', 'highQuality', 'simple']), - textContentType: _$$_REQUIRE(_dependencyMap[1]).oneOf(['addressCity', 'addressCityAndState', 'addressState', 'birthdate', 'birthdateDay', 'birthdateMonth', 'birthdateYear', 'countryName', 'creditCardExpiration', 'creditCardExpirationMonth', 'creditCardExpirationYear', 'creditCardFamilyName', 'creditCardGivenName', 'creditCardMiddleName', 'creditCardName', 'creditCardNumber', 'creditCardSecurityCode', 'creditCardType', 'emailAddress', 'familyName', 'fullStreetAddress', 'givenName', 'jobTitle', 'location', 'middleName', 'name', 'namePrefix', 'nameSuffix', 'newPassword', 'nickname', 'none', 'oneTimeCode', 'organizationName', 'password', 'postalCode', 'streetAddressLine1', 'streetAddressLine2', 'sublocality', 'telephoneNumber', 'URL', 'username']), - underlineColorAndroid: _$$_REQUIRE(_dependencyMap[2]), - value: _$$_REQUIRE(_dependencyMap[1]).string - }); - module.exports = DeprecatedTextInputPropTypes; -},707,[696,692,689,708]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - 'use strict'; - - var DeprecatedTextPropTypes = { - 'aria-busy': _$$_REQUIRE(_dependencyMap[0]).bool, - 'aria-checked': _$$_REQUIRE(_dependencyMap[0]).oneOfType([_$$_REQUIRE(_dependencyMap[0]).bool, _$$_REQUIRE(_dependencyMap[0]).oneOf(['mixed'])]), - 'aria-disabled': _$$_REQUIRE(_dependencyMap[0]).bool, - 'aria-expanded': _$$_REQUIRE(_dependencyMap[0]).bool, - 'aria-label': _$$_REQUIRE(_dependencyMap[0]).string, - 'aria-labelledby': _$$_REQUIRE(_dependencyMap[0]).string, - 'aria-selected': _$$_REQUIRE(_dependencyMap[0]).bool, - accessibilityActions: _$$_REQUIRE(_dependencyMap[0]).arrayOf(_$$_REQUIRE(_dependencyMap[1]).AccessibilityActionInfoPropType), - accessibilityHint: _$$_REQUIRE(_dependencyMap[0]).string, - accessibilityLabel: _$$_REQUIRE(_dependencyMap[0]).string, - accessibilityLanguage: _$$_REQUIRE(_dependencyMap[0]).string, - accessibilityRole: _$$_REQUIRE(_dependencyMap[1]).AccessibilityRolePropType, - accessibilityState: _$$_REQUIRE(_dependencyMap[1]).AccessibilityStatePropType, - accessible: _$$_REQUIRE(_dependencyMap[0]).bool, - adjustsFontSizeToFit: _$$_REQUIRE(_dependencyMap[0]).bool, - allowFontScaling: _$$_REQUIRE(_dependencyMap[0]).bool, - dataDetectorType: _$$_REQUIRE(_dependencyMap[0]).oneOf(['all', 'email', 'link', 'none', 'phoneNumber']), - disabled: _$$_REQUIRE(_dependencyMap[0]).bool, - dynamicTypeRamp: _$$_REQUIRE(_dependencyMap[0]).oneOf(['body', 'callout', 'caption1', 'caption2', 'footnote', 'headline', 'largeTitle', 'subheadline', 'title1', 'title2', 'title3']), - ellipsizeMode: _$$_REQUIRE(_dependencyMap[0]).oneOf(['clip', 'head', 'middle', 'tail']), - id: _$$_REQUIRE(_dependencyMap[0]).string, - lineBreakStrategyIOS: _$$_REQUIRE(_dependencyMap[0]).oneOf(['hangul-word', 'none', 'push-out', 'standard']), - maxFontSizeMultiplier: _$$_REQUIRE(_dependencyMap[0]).number, - minimumFontScale: _$$_REQUIRE(_dependencyMap[0]).number, - nativeID: _$$_REQUIRE(_dependencyMap[0]).string, - numberOfLines: _$$_REQUIRE(_dependencyMap[0]).number, - onAccessibilityAction: _$$_REQUIRE(_dependencyMap[0]).func, - onLayout: _$$_REQUIRE(_dependencyMap[0]).func, - onLongPress: _$$_REQUIRE(_dependencyMap[0]).func, - onMoveShouldSetResponder: _$$_REQUIRE(_dependencyMap[0]).func, - onPress: _$$_REQUIRE(_dependencyMap[0]).func, - onPressIn: _$$_REQUIRE(_dependencyMap[0]).func, - onPressOut: _$$_REQUIRE(_dependencyMap[0]).func, - onResponderGrant: _$$_REQUIRE(_dependencyMap[0]).func, - onResponderMove: _$$_REQUIRE(_dependencyMap[0]).func, - onResponderRelease: _$$_REQUIRE(_dependencyMap[0]).func, - onResponderTerminate: _$$_REQUIRE(_dependencyMap[0]).func, - onResponderTerminationRequest: _$$_REQUIRE(_dependencyMap[0]).func, - onStartShouldSetResponder: _$$_REQUIRE(_dependencyMap[0]).func, - onTextLayout: _$$_REQUIRE(_dependencyMap[0]).func, - pressRetentionOffset: _$$_REQUIRE(_dependencyMap[2]), - role: _$$_REQUIRE(_dependencyMap[1]).RolePropType, - selectable: _$$_REQUIRE(_dependencyMap[0]).bool, - selectionColor: _$$_REQUIRE(_dependencyMap[3]), - style: _$$_REQUIRE(_dependencyMap[4])(_$$_REQUIRE(_dependencyMap[5])), - suppressHighlighting: _$$_REQUIRE(_dependencyMap[0]).bool, - testID: _$$_REQUIRE(_dependencyMap[0]).string, - textBreakStrategy: _$$_REQUIRE(_dependencyMap[0]).oneOf(['balanced', 'highQuality', 'simple']) - }; - module.exports = DeprecatedTextPropTypes; -},708,[692,697,691,689,698,709]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - 'use strict'; - - var DeprecatedTextStylePropTypes = Object.assign({}, _$$_REQUIRE(_dependencyMap[0]), { - color: _$$_REQUIRE(_dependencyMap[1]), - fontFamily: _$$_REQUIRE(_dependencyMap[2]).string, - fontSize: _$$_REQUIRE(_dependencyMap[2]).number, - fontStyle: _$$_REQUIRE(_dependencyMap[2]).oneOf(['italic', 'normal']), - fontVariant: _$$_REQUIRE(_dependencyMap[2]).oneOfType([_$$_REQUIRE(_dependencyMap[2]).arrayOf(_$$_REQUIRE(_dependencyMap[2]).oneOf(['lining-nums', 'oldstyle-nums', 'proportional-nums', 'small-caps', 'stylistic-eight', 'stylistic-eighteen', 'stylistic-eleven', 'stylistic-fifteen', 'stylistic-five', 'stylistic-four', 'stylistic-fourteen', 'stylistic-nine', 'stylistic-nineteen', 'stylistic-one', 'stylistic-seven', 'stylistic-seventeen', 'stylistic-six', 'stylistic-sixteen', 'stylistic-ten', 'stylistic-thirteen', 'stylistic-three', 'stylistic-twelve', 'stylistic-twenty', 'stylistic-two', 'tabular-nums'])), _$$_REQUIRE(_dependencyMap[2]).string]), - fontWeight: _$$_REQUIRE(_dependencyMap[2]).oneOf(['100', '200', '300', '400', '500', '600', '700', '800', '900', 'black', 'bold', 'condensed', 'condensedBold', 'heavy', 'light', 'medium', 'normal', 'regular', 'semibold', 'thin', 'ultralight', 100, 200, 300, 400, 500, 600, 700, 800, 900]), - includeFontPadding: _$$_REQUIRE(_dependencyMap[2]).bool, - letterSpacing: _$$_REQUIRE(_dependencyMap[2]).number, - lineHeight: _$$_REQUIRE(_dependencyMap[2]).number, - textAlign: _$$_REQUIRE(_dependencyMap[2]).oneOf(['auto', 'center', 'justify', 'left', 'right']), - textAlignVertical: _$$_REQUIRE(_dependencyMap[2]).oneOf(['auto', 'bottom', 'center', 'top']), - textDecorationColor: _$$_REQUIRE(_dependencyMap[1]), - textDecorationLine: _$$_REQUIRE(_dependencyMap[2]).oneOf(['line-through', 'none', 'underline line-through', 'underline']), - textDecorationStyle: _$$_REQUIRE(_dependencyMap[2]).oneOf(['dashed', 'dotted', 'double', 'solid']), - textShadowColor: _$$_REQUIRE(_dependencyMap[1]), - textShadowOffset: _$$_REQUIRE(_dependencyMap[2]).shape({ - height: _$$_REQUIRE(_dependencyMap[2]).number, - width: _$$_REQUIRE(_dependencyMap[2]).number - }), - textShadowRadius: _$$_REQUIRE(_dependencyMap[2]).number, - textTransform: _$$_REQUIRE(_dependencyMap[2]).oneOf(['capitalize', 'lowercase', 'none', 'uppercase']), - userSelect: _$$_REQUIRE(_dependencyMap[2]).oneOf(['all', 'auto', 'contain', 'none', 'text']), - verticalAlign: _$$_REQUIRE(_dependencyMap[2]).oneOf(['auto', 'bottom', 'middle', 'top']), - writingDirection: _$$_REQUIRE(_dependencyMap[2]).oneOf(['auto', 'ltr', 'rtl']) - }); - module.exports = DeprecatedTextStylePropTypes; -},709,[700,689,692]); +},682,[2,11,5,6,50,52,55,103,673,41,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -100781,7 +99242,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return children; } var _default = exports.default = TecnaviaImageFilters; -},710,[2,74,11,95,103,275,711,525]); +},683,[2,74,11,95,103,275,684,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -100886,7 +99347,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var tritanopia = exports.tritanopia = _rnColorMatrices.default.tritanopia; var vintage = exports.vintage = _rnColorMatrices.default.vintage; var warm = exports.warm = _rnColorMatrices.default.warm; -},711,[2,712,713,715]); +},684,[2,685,686,688]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -100911,7 +99372,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e (0, _invariant.default)(Array.isArray(matrices) && matrices.length > 0, `Matrices should be an array of non zero length.`); return matrices.reduce(concatTwoColorMatrices); }; -},712,[2,64]); +},685,[2,64]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -101119,13 +99580,13 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return staticFilters.achromatomaly; } }; -},713,[2,66,41,714]); +},686,[2,66,41,687]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = clamp; function clamp(value, min, max) { return min < max ? value < min ? min : value > max ? max : value : value < max ? max : value > min ? min : value; } -},714,[]); +},687,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -101396,7 +99857,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e ref: ref }, props)); }); -},715,[2,11,103,713,275,716]); +},688,[2,11,103,686,275,689]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -101420,7 +99881,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e ref: ref })); }); -},716,[2,11,103,717,275,718]); +},689,[2,11,103,690,275,691]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -101441,7 +99902,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[2]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},717,[2,300,106]); +},690,[2,300,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -101465,7 +99926,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e (0, _tsTinyInvariant.default)((0, _reactNative.processColor)(backgroundColor) !== 0, `ImageFilter: Can't use '${String(backgroundColor)}' backgroundColor,` + " consider using '#fff0' instead."); } }; -},718,[2,41,719]); +},691,[2,41,692]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -101479,7 +99940,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } throw new Error(prefix); } -},719,[]); +},692,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -102404,7 +100865,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},720,[2,74,11,3,168,66,6,5,721,750,729,755,756,757,758,678,761,40,525,763,948,954]); +},693,[2,74,11,3,168,66,6,5,694,723,702,728,729,730,731,678,734,40,525,736,921,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -102421,7 +100882,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })(this, function (CryptoJS) { return CryptoJS; }); -},721,[722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754]); +},694,[695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory) { @@ -103132,7 +101593,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }(Math); return CryptoJS; }); -},722,[]); +},695,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory) { @@ -103428,7 +101889,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })(); return CryptoJS; }); -},723,[722]); +},696,[695]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory) { @@ -103491,7 +101952,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })(); return CryptoJS.lib.WordArray; }); -},724,[722]); +},697,[695]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory) { @@ -103630,7 +102091,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })(); return CryptoJS.enc.Utf16; }); -},725,[722]); +},698,[695]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory) { @@ -103754,7 +102215,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })(); return CryptoJS.enc.Base64; }); -},726,[722]); +},699,[695]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory) { @@ -103989,7 +102450,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })(Math); return CryptoJS.MD5; }); -},727,[722]); +},700,[695]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory) { @@ -104125,7 +102586,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })(); return CryptoJS.SHA1; }); -},728,[722]); +},701,[695]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory) { @@ -104301,7 +102762,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })(Math); return CryptoJS.SHA256; }); -},729,[722]); +},702,[695]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -104372,7 +102833,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })(); return CryptoJS.SHA224; }); -},730,[722,729]); +},703,[695,702]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -104631,7 +103092,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })(); return CryptoJS.SHA512; }); -},731,[722,723]); +},704,[695,696]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -104703,7 +103164,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })(); return CryptoJS.SHA384; }); -},732,[722,723,731]); +},705,[695,696,704]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -105004,7 +103465,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })(Math); return CryptoJS.SHA3; }); -},733,[722,723]); +},706,[695,696]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory) { @@ -105221,7 +103682,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })(Math); return CryptoJS.RIPEMD160; }); -},734,[722]); +},707,[695]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory) { @@ -105358,7 +103819,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); })(); }); -},735,[722]); +},708,[695]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -105496,7 +103957,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })(); return CryptoJS.PBKDF2; }); -},736,[722,728,735]); +},709,[695,701,708]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -105621,7 +104082,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })(); return CryptoJS.EvpKDF; }); -},737,[722,728,735]); +},710,[695,701,708]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -106469,7 +104930,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }(); }); -},738,[722,737]); +},711,[695,710]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -106538,7 +104999,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }(); return CryptoJS.mode.CFB; }); -},739,[722,738]); +},712,[695,711]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -106590,7 +105051,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }(); return CryptoJS.mode.CTR; }); -},740,[722,738]); +},713,[695,711]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -106681,7 +105142,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }(); return CryptoJS.mode.CTRGladman; }); -},741,[722,738]); +},714,[695,711]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -106729,7 +105190,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }(); return CryptoJS.mode.OFB; }); -},742,[722,738]); +},715,[695,711]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -106763,7 +105224,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }(); return CryptoJS.mode.ECB; }); -},743,[722,738]); +},716,[695,711]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -106808,7 +105269,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; return CryptoJS.pad.Ansix923; }); -},744,[722,738]); +},717,[695,711]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -106847,7 +105308,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; return CryptoJS.pad.Iso10126; }); -},745,[722,738]); +},718,[695,711]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -106883,7 +105344,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; return CryptoJS.pad.Iso97971; }); -},746,[722,738]); +},719,[695,711]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -106924,7 +105385,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; return CryptoJS.pad.ZeroPadding; }); -},747,[722,738]); +},720,[695,711]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -106948,7 +105409,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; return CryptoJS.pad.NoPadding; }); -},748,[722,738]); +},721,[695,711]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -107011,7 +105472,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })(); return CryptoJS.format.Hex; }); -},749,[722,738]); +},722,[695,711]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -107230,7 +105691,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })(); return CryptoJS.AES; }); -},750,[722,726,727,737,738]); +},723,[695,699,700,710,711]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -107956,7 +106417,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })(); return CryptoJS.TripleDES; }); -},751,[722,726,727,737,738]); +},724,[695,699,700,710,711]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -108084,7 +106545,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })(); return CryptoJS.RC4; }); -},752,[722,726,727,737,738]); +},725,[695,699,700,710,711]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -108256,7 +106717,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })(); return CryptoJS.Rabbit; }); -},753,[722,726,727,737,738]); +},726,[695,699,700,710,711]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { ; (function (root, factory, undef) { @@ -108427,7 +106888,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })(); return CryptoJS.RabbitLegacy; }); -},754,[722,726,727,737,738]); +},727,[695,699,700,710,711]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -108488,7 +106949,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},755,[2,5,6]); +},728,[2,5,6]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -108671,7 +107132,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},756,[2,5,6,525]); +},729,[2,5,6,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -109055,7 +107516,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},757,[2,5,6,758,761,759,525]); +},730,[2,5,6,731,734,732,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -109328,7 +107789,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},758,[2,5,6,755,756,759,760,525]); +},731,[2,5,6,728,729,732,733,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -109462,7 +107923,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},759,[2,5,6]); +},732,[2,5,6]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -109517,7 +107978,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},760,[2,5,6]); +},733,[2,5,6]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -109886,7 +108347,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},761,[2,5,6,756,758,678,762,525]); +},734,[2,5,6,729,731,678,735,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -110013,7 +108474,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},762,[2,5,6,525]); +},735,[2,5,6,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -110153,7 +108614,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return pages; } -},763,[764,525]); +},736,[737,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -111178,8 +109639,9 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _$$_REQUIRE(_dependencyMap[21]); var Animated = _interopRequireWildcard(_$$_REQUIRE(_dependencyMap[22])); function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } + (0, _$$_REQUIRE(_dependencyMap[23]).initializeUIRuntime)(_$$_REQUIRE(_dependencyMap[24]).ReanimatedModule); var _default = exports.default = Animated; -},764,[765,852,812,856,767,858,860,770,924,925,931,816,861,802,932,803,933,940,807,806,903,941,942]); +},737,[738,825,785,829,740,831,833,743,897,898,904,789,834,775,905,776,906,913,780,779,876,914,915,778,760]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -111227,7 +109689,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},765,[766,814,830,841,848]); +},738,[739,787,803,814,821]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -111351,7 +109813,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e reactNativeReanimated_animationsManagerTs4.__initData = _worklet_8793185565378_init_data; return reactNativeReanimated_animationsManagerTs4; }())(); -},766,[767,768,798,786]); +},739,[740,741,771,759]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -111508,7 +109970,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // so many dependencies on it being generic that it's not feasible at the moment. /** @deprecated Please use {@link AnimatedStyle} type instead. */ /** @deprecated This type is no longer relevant. */ -},767,[]); +},740,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -111799,7 +110261,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function mutableToJSON(value) { return JSON.stringify(value); } -},768,[769,770,773,774,786,776,775]); +},741,[742,743,746,747,759,749,748]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -111809,7 +110271,9 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e exports.isAndroid = isAndroid; exports.isChromeDebugger = isChromeDebugger; exports.isFabric = isFabric; + exports.isIOS = isIOS; exports.isJest = isJest; + exports.isMacOS = isMacOS; exports.isReact19 = isReact19; exports.isWeb = isWeb; exports.isWindowAvailable = isWindowAvailable; @@ -111833,6 +110297,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function isAndroid() { return _reactNative.Platform.OS === 'android'; } + function isIOS() { + return _reactNative.Platform.OS === 'ios'; + } + function isMacOS() { + return _reactNative.Platform.OS === 'macos'; + } function isWindows() { return _reactNative.Platform.OS === 'windows'; } @@ -111852,7 +110322,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // @ts-ignore Fallback if `window` is undefined. return typeof window !== 'undefined'; } -},769,[103,41]); +},742,[103,41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -111879,7 +110349,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},770,[771,772]); +},743,[744,745]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -111900,7 +110370,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // Do nothing when addLogBoxLog is called if LogBox is not available var addLogBoxLog = exports.addLogBoxLog = (_LogBox$addLog$bind = LogBox == null || (_LogBox$addLog = LogBox.addLog) == null ? undefined : _LogBox$addLog.bind(LogBox)) != null ? _LogBox$addLog$bind : noop; -},771,[41]); +},744,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -112119,7 +110589,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return error; }() }; -},772,[771]); +},745,[744]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -112199,7 +110669,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e valueSetter.__initData = _worklet_10151266129192_init_data; return valueSetter; }(); -},773,[]); +},746,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -112691,7 +111161,7 @@ for more details.`); * value that is read and written only on the UI thread. */ var makeShareable = exports.makeShareable = SHOULD_BE_USE_WEB ? makeShareableJS : makeShareableNative; -},774,[2,66,769,775,776,767,777,770]); +},747,[2,66,742,748,749,740,750,743]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -112734,7 +111204,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, get: cache.get.bind(cache) }; -},775,[769]); +},748,[742]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* eslint-disable reanimated/use-reanimated-error */ 'use strict'; @@ -112844,7 +111314,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // @ts-ignore the reportFatalError method is an internal method of ErrorUtils not exposed in the type definitions global.ErrorUtils.reportFatalError(error); } -},776,[2,66]); +},749,[2,66]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -112857,7 +111327,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0]).WorkletsModule; } }); -},777,[778]); +},750,[751]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -112870,7 +111340,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0]).WorkletsModule; } }); -},778,[779]); +},751,[752]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -112879,7 +111349,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); exports.WorkletsModule = undefined; var WorkletsModule = exports.WorkletsModule = (0, _$$_REQUIRE(_dependencyMap[0]).shouldBeUseWeb)() ? (0, _$$_REQUIRE(_dependencyMap[1]).createJSWorkletsModule)() : (0, _$$_REQUIRE(_dependencyMap[2]).createNativeWorkletsModule)(); -},779,[769,780,781]); +},752,[742,753,754]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -112904,7 +111374,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},780,[2,5,6,776]); +},753,[2,5,6,749]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -112945,7 +111415,7 @@ See https://docs.swmansion.com/react-native-reanimated/docs/guides/troubleshooti } }]); }(); -},781,[2,5,6,58,59,782,783,776]); +},754,[2,5,6,58,59,755,756,749]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* eslint-disable reanimated/use-reanimated-error */ 'use strict'; @@ -113023,7 +111493,7 @@ See https://docs.swmansion.com/react-native-reanimated/docs/guides/troubleshooti function getValueUnpackerCode() { return valueUnpacker.__initData.code; } -},782,[]); +},755,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -113045,7 +111515,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); var _NativeReanimatedModule = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); var _NativeWorkletsModule = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[2])); -},783,[2,784,785]); +},756,[2,757,758]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -113055,7 +111525,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e exports.default = undefined; var _reactNative = _$$_REQUIRE(_dependencyMap[0]); var _default = exports.default = _reactNative.TurboModuleRegistry.get('ReanimatedModule'); -},784,[41]); +},757,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -113067,7 +111537,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // This file would ideally be in `worklets/specs` but // codegen is pretty stupid and stops looking after first `spec` directory found. var _default = exports.default = _reactNative.TurboModuleRegistry.get('WorkletsModule'); -},785,[41]); +},758,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -113374,7 +111844,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _runOnJS.__initData = _worklet_7462027857001_init_data; return _runOnJS; }(); -},786,[2,74,66,769,787,774,767]); +},759,[2,74,66,742,760,747,740]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -113387,7 +111857,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0]).ReanimatedModule; } }); -},787,[788]); +},760,[761]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -113396,7 +111866,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); exports.ReanimatedModule = undefined; var ReanimatedModule = exports.ReanimatedModule = (0, _$$_REQUIRE(_dependencyMap[0]).shouldBeUseWeb)() ? (0, _$$_REQUIRE(_dependencyMap[1]).createJSReanimatedModule)() : (0, _$$_REQUIRE(_dependencyMap[2]).createNativeReanimatedModule)(); -},788,[769,789,794]); +},761,[742,762,767]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -113511,7 +111981,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function isNativeProp(propName) { return !!_$$_REQUIRE(_dependencyMap[6]).PropsAllowlists.NATIVE_THREAD_PROPS_WHITELIST[propName]; } -},789,[2,790,66,776,792,770,793]); +},762,[2,763,66,749,765,743,766]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -113810,7 +112280,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e Platform["UNKNOWN"] = "unknown"; return Platform; }({}); -},790,[2,66,5,6,59,769,791,777,767,776,770]); +},763,[2,66,5,6,59,742,764,750,740,749,743]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -113825,7 +112295,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return callback(performance.now()); }, 0); } -},791,[]); +},764,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -113839,7 +112309,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var createTransformValue; // eslint-disable-next-line @typescript-eslint/no-explicit-any var createTextShadowValue; -},792,[]); +},765,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -113971,7 +112441,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e placeholderTextColor: true } }; -},793,[]); +},766,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -114187,7 +112657,7 @@ See https://docs.swmansion.com/react-native-reanimated/docs/guides/troubleshooti } }]); }(); -},794,[2,5,6,58,59,777,795,783,776,769,796]); +},767,[2,5,6,58,59,750,768,756,749,742,769]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -114200,8 +112670,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e value: true }); exports.jsVersion = undefined; - var jsVersion = exports.jsVersion = '3.18.0'; -},795,[]); + var jsVersion = exports.jsVersion = '3.19.0'; +},768,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -114247,7 +112717,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return resolvedRef; } -},796,[290,797]); +},769,[290,770]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* eslint-disable camelcase */ 'use strict'; @@ -114310,7 +112780,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ return findHostInstance_DEPRECATED(!(0, _$$_REQUIRE(_dependencyMap[0]).isFabric)() || component._hasAnimatedRef ? component._componentRef : component); } -},797,[769,137,776,295]); +},770,[742,137,749,295]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -114526,7 +112996,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e withStyleAnimation.__initData = _worklet_11964435102020_init_data; return withStyleAnimation; }(); -},798,[799,802,811,770]); +},771,[772,775,784,743]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* eslint-disable @typescript-eslint/no-shadow */ 'use strict'; @@ -114550,7 +113020,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e globalOriginX: true, globalOriginY: true, opacity: true, - transform: true + transform: true, + backgroundColor: true }; var _worklet_12236502195951_init_data = { code: "function isValidLayoutAnimationProp_reactNativeReanimated_utilTs1(prop){const{LAYOUT_ANIMATION_SUPPORTED_PROPS}=this.__closure;return prop in LAYOUT_ANIMATION_SUPPORTED_PROPS;}" @@ -115040,7 +113511,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e * @see https://docs.swmansion.com/react-native-reanimated/docs/core/cancelAnimation */ var cancelAnimation = exports.cancelAnimation = SHOULD_BE_USE_WEB ? cancelAnimationWeb : cancelAnimationNative; -},799,[2,74,769,767,776,800,801,802,786]); +},772,[2,74,742,740,749,773,774,775,759]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -115063,7 +113534,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e ReducedMotionManager.uiValue.value = value; } }; -},800,[769,768]); +},773,[742,741]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -115467,7 +113938,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e decomposeMatrixIntoMatricesAndAngles.__initData = _worklet_14654446791686_init_data; return decomposeMatrixIntoMatricesAndAngles; }(); -},801,[2,66,776]); +},774,[2,66,749]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -116342,7 +114813,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e toGammaSpace.__initData = _worklet_310643028628_init_data; return toGammaSpace; }(); -},802,[803,769]); +},775,[776,742]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -116526,7 +114997,6 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var sensorContainer = getSensorContainer(); return sensorContainer.unregisterSensor(sensorId); } - (0, _$$_REQUIRE(_dependencyMap[10]).initializeUIRuntime)(_$$_REQUIRE(_dependencyMap[8]).ReanimatedModule); var featuresConfig = { enableLayoutAnimations: false, setByUser: false @@ -116561,7 +115031,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function unmarkNodeAsRemovable(viewTag) { _$$_REQUIRE(_dependencyMap[8]).ReanimatedModule.unmarkNodeAsRemovable(viewTag); } -},803,[804,786,768,774,806,808,769,776,787,809,805]); +},776,[777,759,741,747,779,781,742,749,760,782]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -116676,7 +115146,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e runOnRuntime.__initData = _worklet_8831878162267_init_data; return runOnRuntime; }(); -},804,[769,787,774,776,770,805,767]); +},777,[742,760,747,749,743,778,740]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -116947,7 +115417,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return reactNativeReanimated_initializersTs7; }())(); } -},805,[2,66,769,770,786,776,791]); +},778,[2,66,742,743,759,749,764]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -117174,7 +115644,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return reactNativeReanimated_mappersTs3; }())(); } -},806,[769,807,786]); +},779,[742,780,759]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -117195,7 +115665,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e isSharedValue.__initData = _worklet_8647565488568_init_data; return isSharedValue; }(); -},807,[]); +},780,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -117210,7 +115680,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var controlEdgeToEdgeValues = function controlEdgeToEdgeValues(values) {}; exports.controlEdgeToEdgeValues = controlEdgeToEdgeValues; exports.isEdgeToEdge = isEdgeToEdge; -},808,[66,41]); +},781,[66,41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -117272,7 +115742,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},809,[2,5,6,810]); +},782,[2,5,6,783]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -117346,7 +115816,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},810,[2,5,6,767,768,787]); +},783,[2,5,6,740,741,760]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -117471,7 +115941,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e reactNativeReanimated_timingTs1.__initData = _worklet_16978090788838_init_data; return reactNativeReanimated_timingTs1; }(); -},811,[799,812]); +},784,[772,785]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -117978,7 +116448,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); } var Easing = exports.Easing = EasingObject; -},812,[2,66,813]); +},785,[2,66,786]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -118231,7 +116701,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e Bezier.__initData = _worklet_4651979895956_init_data; return Bezier; }(); -},813,[776]); +},786,[749]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -118256,7 +116726,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[2]).Keyframe; } }); -},814,[815,828,829]); +},787,[788,801,802]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -118442,7 +116912,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},815,[2,5,6,767,776,816,799]); +},788,[2,5,6,740,749,789,772]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -118515,7 +116985,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[8]).withTiming; } }); -},816,[799,817,818,823,824,825,826,798,811]); +},789,[772,790,791,796,797,798,799,771,784]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -118609,7 +117079,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e reactNativeReanimated_clampTs1.__initData = _worklet_15494423595509_init_data; return reactNativeReanimated_clampTs1; }(); -},817,[799,770]); +},790,[772,743]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -118622,7 +117092,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0]).withDecay; } }); -},818,[819]); +},791,[792]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -118752,7 +117222,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e reactNativeReanimated_decayTs2.__initData = _worklet_6879223746280_init_data; return reactNativeReanimated_decayTs2; }(); -},819,[776,799,820,821,822]); +},792,[749,772,793,794,795]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -118796,7 +117266,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e isValidRubberBandConfig.__initData = _worklet_2431003556525_init_data; return isValidRubberBandConfig; }(); -},820,[769]); +},793,[742]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -118843,7 +117313,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e rubberBandDecay.__initData = _worklet_7927757150876_init_data; return rubberBandDecay; }(); -},821,[820]); +},794,[793]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -118885,7 +117355,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e rigidDecay.__initData = _worklet_7288915118535_init_data; return rigidDecay; }(); -},822,[820]); +},795,[793]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -118993,7 +117463,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e reactNativeReanimated_delayTs1.__initData = _worklet_15976907666864_init_data; return reactNativeReanimated_delayTs1; }(); -},823,[799]); +},796,[772]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -119119,7 +117589,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e reactNativeReanimated_repeatTs1.__initData = _worklet_225063988400_init_data; return reactNativeReanimated_repeatTs1; }(); -},824,[799]); +},797,[772]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -119281,7 +117751,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e withSequence.__initData = _worklet_16323241082237_init_data; return withSequence; }(); -},825,[770,799]); +},798,[743,772]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -119485,7 +117955,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e reactNativeReanimated_springTs1.__initData = _worklet_4113653166044_init_data; return reactNativeReanimated_springTs1; }(); -},826,[799,827]); +},799,[772,800]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -119844,7 +118314,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e isAnimationTerminatingCalculation.__initData = _worklet_16255925697932_init_data; return isAnimationTerminatingCalculation; }(); -},827,[2,74,66,770]); +},800,[2,74,66,743]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -120153,7 +118623,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[7]).BaseAnimationBuilder); -},828,[2,5,6,50,52,55,816,815]); +},801,[2,5,6,50,52,55,789,788]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -120451,7 +118921,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return makeKeyframeKey; }(); var Keyframe = exports.Keyframe = InnerKeyframe; -},829,[2,95,74,5,6,767,816,812,776,799]); +},802,[2,95,74,5,6,740,789,785,749,772]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -120558,7 +119028,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},830,[831,832,833,834,835,836,837,838,839,840]); +},803,[804,805,806,807,808,809,810,811,812,813]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -121434,7 +119904,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_$$_REQUIRE(_dependencyMap[7]).ComplexAnimationBuilder); BounceOutRight.presetName = 'BounceOutRight'; -},831,[2,5,6,50,52,55,816,814]); +},804,[2,5,6,50,52,55,789,787]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -122149,7 +120619,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_$$_REQUIRE(_dependencyMap[7]).ComplexAnimationBuilder); FadeOutDown.presetName = 'FadeOutDown'; -},832,[2,66,5,6,50,52,55,814]); +},805,[2,66,5,6,50,52,55,787]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -123074,7 +121544,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_$$_REQUIRE(_dependencyMap[7]).ComplexAnimationBuilder); FlipOutEasyY.presetName = 'FlipOutEasyY'; -},833,[2,66,5,6,50,52,55,814]); +},806,[2,66,5,6,50,52,55,787]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -123419,7 +121889,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_$$_REQUIRE(_dependencyMap[8]).ComplexAnimationBuilder); LightSpeedOutLeft.presetName = 'LightSpeedOutLeft'; -},834,[2,66,5,6,50,52,55,816,814]); +},807,[2,66,5,6,50,52,55,789,787]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -123586,7 +122056,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_$$_REQUIRE(_dependencyMap[7]).ComplexAnimationBuilder); PinwheelOut.presetName = 'PinwheelOut'; -},835,[2,66,5,6,50,52,55,814]); +},808,[2,66,5,6,50,52,55,787]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -123895,7 +122365,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_$$_REQUIRE(_dependencyMap[7]).ComplexAnimationBuilder); RollOutRight.presetName = 'RollOutRight'; -},836,[2,66,5,6,50,52,55,814]); +},809,[2,66,5,6,50,52,55,787]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -124544,7 +123014,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_$$_REQUIRE(_dependencyMap[7]).ComplexAnimationBuilder); RotateOutUpRight.presetName = 'RotateOutUpRight'; -},837,[2,66,5,6,50,52,55,814]); +},810,[2,66,5,6,50,52,55,787]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -125081,7 +123551,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_$$_REQUIRE(_dependencyMap[7]).ComplexAnimationBuilder); SlideOutDown.presetName = 'SlideOutDown'; -},838,[2,66,5,6,50,52,55,814]); +},811,[2,66,5,6,50,52,55,787]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -125374,7 +123844,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_$$_REQUIRE(_dependencyMap[7]).ComplexAnimationBuilder); StretchOutY.presetName = 'StretchOutY'; -},839,[2,66,5,6,50,52,55,814]); +},812,[2,66,5,6,50,52,55,787]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -126555,7 +125025,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_$$_REQUIRE(_dependencyMap[7]).ComplexAnimationBuilder); ZoomOutEasyDown.presetName = 'ZoomOutEasyDown'; -},840,[2,66,5,6,50,52,55,814]); +},813,[2,66,5,6,50,52,55,787]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -126622,7 +125092,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},841,[842,843,844,845,846,847]); +},814,[815,816,817,818,819,820]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -126776,7 +125246,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_$$_REQUIRE(_dependencyMap[8]).BaseAnimationBuilder); CurvedTransition.presetName = 'CurvedTransition'; -},842,[2,5,6,50,52,55,812,816,814]); +},815,[2,5,6,50,52,55,785,789,787]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -126981,7 +125451,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function combineTransition(exiting, entering) { return EntryExitTransition.entering(entering).exiting(exiting); } -},843,[2,95,5,6,50,52,55,832,816,770,814]); +},816,[2,95,5,6,50,52,55,805,789,743,787]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -127081,7 +125551,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_$$_REQUIRE(_dependencyMap[7]).BaseAnimationBuilder); FadingTransition.presetName = 'FadingTransition'; -},844,[2,5,6,50,52,55,816,814]); +},817,[2,5,6,50,52,55,789,787]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -127178,7 +125648,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_$$_REQUIRE(_dependencyMap[8]).BaseAnimationBuilder); JumpingTransition.presetName = 'JumpingTransition'; -},845,[2,5,6,50,52,55,816,812,814]); +},818,[2,5,6,50,52,55,789,785,787]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -127266,7 +125736,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e /** @deprecated Please use {@link LinearTransition} instead. */ LinearTransition.presetName = 'LinearTransition'; var Layout = exports.Layout = LinearTransition; -},846,[2,66,5,6,50,52,55,814]); +},819,[2,66,5,6,50,52,55,787]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -127369,7 +125839,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_$$_REQUIRE(_dependencyMap[7]).BaseAnimationBuilder); SequencedTransition.presetName = 'SequencedTransition'; -},847,[2,5,6,50,52,55,816,814]); +},820,[2,5,6,50,52,55,789,787]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -127396,7 +125866,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},848,[849,850]); +},821,[822,823]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -127701,7 +126171,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return reactNativeReanimated_ProgressTransitionManagerTs9; }())(); } -},849,[2,5,6,41,786,803,769,776]); +},822,[2,5,6,41,759,776,742,749]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -128017,7 +126487,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(); SharedTransition._progressTransitionManager = new (_$$_REQUIRE(_dependencyMap[8]).ProgressTransitionManager)(); -},850,[2,5,6,767,799,851,776,816,849]); +},823,[2,5,6,740,772,824,749,789,822]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -128085,7 +126555,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, isUnmounting); }; } -},851,[769,803]); +},824,[742,776]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -128449,7 +126919,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e options: options }); } -},852,[2,853,856,802,776,857,803]); +},825,[2,826,829,775,749,830,776]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -128466,7 +126936,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = { oklab: _oklab.default }; -},853,[2,854]); +},826,[2,827]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -128595,7 +127065,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e toRgb: convertOklabToRgb } }; -},854,[2,855]); +},827,[2,828]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -128697,7 +127167,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e toRgb: convertLrgbToRgb } }; -},855,[]); +},828,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -128916,7 +127386,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e clamp.__initData = _worklet_12385095133997_init_data; return clamp; }(); -},856,[776]); +},829,[749]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -128951,7 +127421,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, [mutable]); return mutable; } -},857,[2,66,103,803,816]); +},830,[2,66,103,776,789]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -129051,7 +127521,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_react.Component); -},858,[2,5,6,50,52,55,103,275,769,859,803]); +},831,[2,5,6,50,52,55,103,275,742,832,776]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -129065,7 +127535,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); var _reactNative = _$$_REQUIRE(_dependencyMap[0]); -},859,[41]); +},832,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -129307,7 +127777,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flexWrap: 'wrap' } }); -},860,[103,41,275,861,862,903]); +},833,[103,41,275,834,835,876]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -129388,7 +127858,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } } configureProps(); -},861,[769,793,776,803,770]); +},834,[742,766,749,776,743]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -129401,7 +127871,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0]).createAnimatedComponent; } }); -},862,[863]); +},835,[836]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -129460,7 +127930,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } var AnimatedComponent = /*#__PURE__*/function (_ref) { function AnimatedComponent(props) { - var _this$context2, _this$props4; + var _this$context2; var _this; (0, _classCallCheck2.default)(this, AnimatedComponent); _this = _callSuper(this, AnimatedComponent, [props]); @@ -129514,7 +127984,6 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // if ref is changed, reset viewInfo _this._viewInfo = undefined; } - var tag = _this.getComponentViewTag(); var _this$props = _this.props, layout = _this$props.layout, entering = _this$props.entering, @@ -129528,17 +127997,9 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e if (sharedTransitionTag) { _this._configureSharedTransition(); } - if (exiting && (0, _$$_REQUIRE(_dependencyMap[13]).isFabric)()) { - var reduceMotionInExiting = 'getReduceMotion' in exiting && typeof exiting.getReduceMotion === 'function' ? (0, _$$_REQUIRE(_dependencyMap[18]).getReduceMotionFromConfig)(exiting.getReduceMotion()) : (0, _$$_REQUIRE(_dependencyMap[18]).getReduceMotionFromConfig)(); - if (!reduceMotionInExiting) { - var _this$props2; - (0, _$$_REQUIRE(_dependencyMap[19]).updateLayoutAnimations)(tag, _$$_REQUIRE(_dependencyMap[20]).LayoutAnimationType.EXITING, (0, _$$_REQUIRE(_dependencyMap[21]).maybeBuild)(exiting, (_this$props2 = _this.props) == null ? undefined : _this$props2.style, AnimatedComponent.displayName)); - } - } var skipEntering = (_this$context = _this.context) == null ? undefined : _this$context.current; if (entering && !(0, _$$_REQUIRE(_dependencyMap[13]).isFabric)() && !skipEntering && !IS_WEB) { - var _this$props3; - (0, _$$_REQUIRE(_dependencyMap[19]).updateLayoutAnimations)(tag, _$$_REQUIRE(_dependencyMap[20]).LayoutAnimationType.ENTERING, (0, _$$_REQUIRE(_dependencyMap[21]).maybeBuild)(entering, (_this$props3 = _this.props) == null ? undefined : _this$props3.style, AnimatedComponent.displayName)); + _this._configureLayoutAnimation(_$$_REQUIRE(_dependencyMap[18]).LayoutAnimationType.ENTERING, _this.props.entering); } } } @@ -129551,13 +128012,10 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e value: {} }; } - var _entering = _this.props.entering; var _skipEntering = (_this$context2 = _this.context) == null ? undefined : _this$context2.current; - if (!_entering || (0, _$$_REQUIRE(_dependencyMap[14]).getReducedMotionFromConfig)(_entering) || _skipEntering || !(0, _$$_REQUIRE(_dependencyMap[13]).isFabric)()) { - return (0, _possibleConstructorReturn2.default)(_this); + if ((0, _$$_REQUIRE(_dependencyMap[13]).isFabric)() && !_skipEntering) { + _this._configureLayoutAnimation(_$$_REQUIRE(_dependencyMap[18]).LayoutAnimationType.ENTERING, _this.props.entering); } - // This call is responsible for configuring entering animations on Fabric. - (0, _$$_REQUIRE(_dependencyMap[19]).updateLayoutAnimations)(_this.reanimatedID, _$$_REQUIRE(_dependencyMap[20]).LayoutAnimationType.ENTERING, (0, _$$_REQUIRE(_dependencyMap[21]).maybeBuild)(_entering, (_this$props4 = _this.props) == null ? undefined : _this$props4.style, AnimatedComponent.displayName)); return _this; } (0, _inherits2.default)(AnimatedComponent, _ref); @@ -129567,16 +128025,14 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _this$_NativeEventsMa, _this$_viewInfo; if (!IS_WEB) { // It exists only on native platforms. We initialize it here because the ref to the animated component is available only post-mount - this._NativeEventsManager = new (_$$_REQUIRE(_dependencyMap[22]).NativeEventsManager)(this, options); + this._NativeEventsManager = new (_$$_REQUIRE(_dependencyMap[19]).NativeEventsManager)(this, options); } (_this$_NativeEventsMa = this._NativeEventsManager) == null || _this$_NativeEventsMa.attachEvents(); this._jsPropsUpdater.addOnJSPropsChangeListener(this); this._attachAnimatedStyles(); this._InlinePropManager.attachInlineProps(this, this._getViewInfo()); - var layout = this.props.layout; - if (layout) { - this._configureLayoutTransition(); - } + this._configureLayoutAnimation(_$$_REQUIRE(_dependencyMap[18]).LayoutAnimationType.LAYOUT, this.props.layout); + this._configureLayoutAnimation(_$$_REQUIRE(_dependencyMap[18]).LayoutAnimationType.EXITING, this.props.exiting); if (IS_WEB) { var _this$context3; if (this.props.exiting && this._componentDOMRef) { @@ -129588,7 +128044,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } var skipEntering = (_this$context3 = this.context) == null ? undefined : _this$context3.current; if (!skipEntering) { - (0, _$$_REQUIRE(_dependencyMap[14]).startWebLayoutAnimation)(this.props, this._componentDOMRef, _$$_REQUIRE(_dependencyMap[20]).LayoutAnimationType.ENTERING); + (0, _$$_REQUIRE(_dependencyMap[14]).startWebLayoutAnimation)(this.props, this._componentDOMRef, _$$_REQUIRE(_dependencyMap[18]).LayoutAnimationType.ENTERING); } else if (this._componentDOMRef) { this._componentDOMRef.style.visibility = 'initial'; } @@ -129613,13 +128069,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e (_this$_sharedElementT = this._sharedElementTransition) == null || _this$_sharedElementT.unregisterTransition(this.getComponentViewTag(), true); var exiting = this.props.exiting; if (IS_WEB && this._componentDOMRef && exiting && !(0, _$$_REQUIRE(_dependencyMap[14]).getReducedMotionFromConfig)(exiting)) { - (0, _$$_REQUIRE(_dependencyMap[23]).addHTMLMutationObserver)(); - (0, _$$_REQUIRE(_dependencyMap[14]).startWebLayoutAnimation)(this.props, this._componentDOMRef, _$$_REQUIRE(_dependencyMap[20]).LayoutAnimationType.EXITING); + (0, _$$_REQUIRE(_dependencyMap[20]).addHTMLMutationObserver)(); + (0, _$$_REQUIRE(_dependencyMap[14]).startWebLayoutAnimation)(this.props, this._componentDOMRef, _$$_REQUIRE(_dependencyMap[18]).LayoutAnimationType.EXITING); } else if (exiting && !IS_WEB && !(0, _$$_REQUIRE(_dependencyMap[13]).isFabric)()) { - var reduceMotionInExiting = 'getReduceMotion' in exiting && typeof exiting.getReduceMotion === 'function' ? (0, _$$_REQUIRE(_dependencyMap[18]).getReduceMotionFromConfig)(exiting.getReduceMotion()) : (0, _$$_REQUIRE(_dependencyMap[18]).getReduceMotionFromConfig)(); + var reduceMotionInExiting = 'getReduceMotion' in exiting && typeof exiting.getReduceMotion === 'function' ? (0, _$$_REQUIRE(_dependencyMap[21]).getReduceMotionFromConfig)(exiting.getReduceMotion()) : (0, _$$_REQUIRE(_dependencyMap[21]).getReduceMotionFromConfig)(); if (!reduceMotionInExiting) { - var _this$props5; - (0, _$$_REQUIRE(_dependencyMap[19]).updateLayoutAnimations)(this.getComponentViewTag(), _$$_REQUIRE(_dependencyMap[20]).LayoutAnimationType.EXITING, (0, _$$_REQUIRE(_dependencyMap[21]).maybeBuild)(exiting, (_this$props5 = this.props) == null ? undefined : _this$props5.style, AnimatedComponent.displayName)); + this._configureLayoutAnimation(_$$_REQUIRE(_dependencyMap[18]).LayoutAnimationType.EXITING, exiting); } } var wrapper = (_this$_viewInfo2 = this._viewInfo) == null ? undefined : _this$_viewInfo2.shadowNodeWrapper; @@ -129681,20 +128136,20 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e shadowNodeWrapper = null; viewConfig = null; } else { - var hostInstance = (0, _$$_REQUIRE(_dependencyMap[24]).findHostInstance)(this); + var hostInstance = (0, _$$_REQUIRE(_dependencyMap[22]).findHostInstance)(this); if (!hostInstance) { /* findHostInstance can return null for a component that doesn't render anything (render function returns null). Example: svg Stop: https://github.com/react-native-svg/react-native-svg/blob/develop/src/elements/Stop.tsx */ - throw new (_$$_REQUIRE(_dependencyMap[25]).ReanimatedError)('Cannot find host instance for this component. Maybe it renders nothing?'); + throw new (_$$_REQUIRE(_dependencyMap[23]).ReanimatedError)('Cannot find host instance for this component. Maybe it renders nothing?'); } - var viewInfo = (0, _$$_REQUIRE(_dependencyMap[26]).getViewInfo)(hostInstance); + var viewInfo = (0, _$$_REQUIRE(_dependencyMap[24]).getViewInfo)(hostInstance); viewTag = viewInfo.viewTag; viewName = viewInfo.viewName; viewConfig = viewInfo.viewConfig; - shadowNodeWrapper = (0, _$$_REQUIRE(_dependencyMap[13]).isFabric)() ? (0, _$$_REQUIRE(_dependencyMap[27]).getShadowNodeWrapperFromRef)(this, hostInstance) : null; + shadowNodeWrapper = (0, _$$_REQUIRE(_dependencyMap[13]).isFabric)() ? (0, _$$_REQUIRE(_dependencyMap[25]).getShadowNodeWrapperFromRef)(this, hostInstance) : null; } this._viewInfo = { viewTag: viewTag, @@ -129713,7 +128168,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _this$props$animatedP2, _this2 = this, _this$props$animatedP3; - var styles = this.props.style ? onlyAnimatedStyles((0, _$$_REQUIRE(_dependencyMap[28]).flattenArray)(this.props.style)) : []; + var styles = this.props.style ? onlyAnimatedStyles((0, _$$_REQUIRE(_dependencyMap[26]).flattenArray)(this.props.style)) : []; var animatedProps = this.props.animatedProps; var prevStyles = this._styles; this._styles = styles; @@ -129728,7 +128183,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // update UI props whitelist for this view var hasReanimated2Props = ((_this$props$animatedP2 = this.props.animatedProps) == null ? undefined : _this$props$animatedP2.viewDescriptors) || styles.length; if (hasReanimated2Props && viewConfig) { - (0, _$$_REQUIRE(_dependencyMap[29]).adaptViewConfig)(viewConfig); + (0, _$$_REQUIRE(_dependencyMap[27]).adaptViewConfig)(viewConfig); } // remove old styles @@ -129792,16 +128247,10 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }, { key: "componentDidUpdate", - value: function componentDidUpdate(prevProps, _prevState, - // This type comes straight from React - // eslint-disable-next-line @typescript-eslint/no-explicit-any - snapshot) { + value: function componentDidUpdate(prevProps, _prevState, snapshot) { var _this$_NativeEventsMa3; - var layout = this.props.layout; - var oldLayout = prevProps.layout; - if (layout !== oldLayout) { - this._configureLayoutTransition(); - } + this._configureLayoutAnimation(_$$_REQUIRE(_dependencyMap[18]).LayoutAnimationType.LAYOUT, this.props.layout, prevProps.layout); + this._configureLayoutAnimation(_$$_REQUIRE(_dependencyMap[18]).LayoutAnimationType.EXITING, this.props.exiting, prevProps.exiting); if (this.props.sharedTransitionTag !== undefined || prevProps.sharedTransitionTag !== undefined) { this._configureSharedTransition(); } @@ -129811,23 +128260,24 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e if (IS_WEB && this.props.exiting && this._componentDOMRef) { (0, _$$_REQUIRE(_dependencyMap[14]).saveSnapshot)(this._componentDOMRef); } - - // Snapshot won't be undefined because it comes from getSnapshotBeforeUpdate method - if (IS_WEB && snapshot !== null && this.props.layout && !(0, _$$_REQUIRE(_dependencyMap[14]).getReducedMotionFromConfig)(this.props.layout)) { + if (IS_WEB && snapshot && this.props.layout && !(0, _$$_REQUIRE(_dependencyMap[14]).getReducedMotionFromConfig)(this.props.layout)) { (0, _$$_REQUIRE(_dependencyMap[14]).tryActivateLayoutTransition)(this.props, this._componentDOMRef, snapshot); } } }, { - key: "_configureLayoutTransition", - value: function _configureLayoutTransition() { - if (IS_WEB) { + key: "_configureLayoutAnimation", + value: function _configureLayoutAnimation(type, currentConfig, previousConfig) { + var _this$props2; + if (IS_WEB || currentConfig === previousConfig) { return; } - var layout = this.props.layout; - if (layout && (0, _$$_REQUIRE(_dependencyMap[14]).getReducedMotionFromConfig)(layout)) { - return; + if (this._isReducedMotion(currentConfig)) { + if (!previousConfig) { + return; + } + currentConfig = undefined; } - (0, _$$_REQUIRE(_dependencyMap[19]).updateLayoutAnimations)(this.getComponentViewTag(), _$$_REQUIRE(_dependencyMap[20]).LayoutAnimationType.LAYOUT, layout && (0, _$$_REQUIRE(_dependencyMap[21]).maybeBuild)(layout, undefined /* We don't have to warn user if style has common properties with animation for LAYOUT */, AnimatedComponent.displayName)); + (0, _$$_REQUIRE(_dependencyMap[28]).updateLayoutAnimations)((0, _$$_REQUIRE(_dependencyMap[13]).isFabric)() && type === _$$_REQUIRE(_dependencyMap[18]).LayoutAnimationType.ENTERING ? this.reanimatedID : this.getComponentViewTag(), type, currentConfig && (0, _$$_REQUIRE(_dependencyMap[29]).maybeBuild)(currentConfig, type === _$$_REQUIRE(_dependencyMap[18]).LayoutAnimationType.LAYOUT ? undefined /* We don't have to warn user if style has common properties with animation for LAYOUT */ : (_this$props2 = this.props) == null ? undefined : _this$props2.style, AnimatedComponent.displayName)); } }, { key: "_configureSharedTransition", @@ -129849,16 +128299,23 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e this._sharedElementTransition = sharedElementTransition; } }, { - key: "getSnapshotBeforeUpdate", - value: + key: "_isReducedMotion", + value: function _isReducedMotion(config) { + return config && 'getReduceMotion' in config && typeof config.getReduceMotion === 'function' ? (0, _$$_REQUIRE(_dependencyMap[21]).getReduceMotionFromConfig)(config.getReduceMotion()) : (0, _$$_REQUIRE(_dependencyMap[21]).getReduceMotionFromConfig)(); + } + // This is a component lifecycle method from React, therefore we are not calling it directly. // It is called before the component gets rerendered. This way we can access components' position before it changed // and later on, in componentDidUpdate, calculate translation for layout transition. - function getSnapshotBeforeUpdate() { + }, { + key: "getSnapshotBeforeUpdate", + value: function getSnapshotBeforeUpdate() { var _this$_componentDOMRe; - if (IS_WEB && ((_this$_componentDOMRe = this._componentDOMRef) == null ? undefined : _this$_componentDOMRe.getBoundingClientRect) !== undefined) { + if (IS_WEB && this.props.layout && (_this$_componentDOMRe = this._componentDOMRef) != null && _this$_componentDOMRe.getBoundingClientRect) { return this._componentDOMRef.getBoundingClientRect(); } + + // `getSnapshotBeforeUpdate` has to return value which is not `undefined`. return null; } }, { @@ -129932,7 +128389,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return styleElement; }); } -},863,[2,5,6,50,52,55,766,64,103,41,864,865,275,769,866,891,897,803,799,851,767,899,900,867,797,776,901,796,892,861,765,858,902]); +},836,[2,5,6,50,52,55,739,64,103,41,837,838,275,742,839,864,870,776,740,872,840,772,770,749,873,769,865,834,824,874,738,831,875]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -130053,7 +128510,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e JSPropsUpdater = JSPropsUpdaterPaper; } var _default = exports.default = JSPropsUpdater; -},864,[2,5,6,41,784,769,786]); +},837,[2,5,6,41,757,742,759]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -130113,7 +128570,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; } var _default = exports.default = setAndForwardRef; -},865,[]); +},838,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -130150,7 +128607,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[2]).tryActivateLayoutTransition; } }); -},866,[867,882,890]); +},839,[840,855,863]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -130320,7 +128777,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // There are 4 more fields, but checking these should suffice return r1.x === r2.x && r1.y === r2.y && r1.width === r2.width && r1.height === r2.height; } -},867,[769,770,868,776,881]); +},840,[742,743,841,749,854]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -130339,7 +128796,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }({}); var AnimationsData = exports.AnimationsData = Object.assign({}, _$$_REQUIRE(_dependencyMap[0]).FadeInData, _$$_REQUIRE(_dependencyMap[0]).FadeOutData, _$$_REQUIRE(_dependencyMap[1]).BounceInData, _$$_REQUIRE(_dependencyMap[1]).BounceOutData, _$$_REQUIRE(_dependencyMap[2]).FlipInData, _$$_REQUIRE(_dependencyMap[2]).FlipOutData, _$$_REQUIRE(_dependencyMap[3]).StretchInData, _$$_REQUIRE(_dependencyMap[3]).StretchOutData, _$$_REQUIRE(_dependencyMap[4]).ZoomInData, _$$_REQUIRE(_dependencyMap[4]).ZoomOutData, _$$_REQUIRE(_dependencyMap[5]).SlideInData, _$$_REQUIRE(_dependencyMap[5]).SlideOutData, _$$_REQUIRE(_dependencyMap[6]).LightSpeedInData, _$$_REQUIRE(_dependencyMap[6]).LightSpeedOutData, _$$_REQUIRE(_dependencyMap[7]).PinwheelData, _$$_REQUIRE(_dependencyMap[8]).RotateInData, _$$_REQUIRE(_dependencyMap[8]).RotateOutData, _$$_REQUIRE(_dependencyMap[9]).RollInData, _$$_REQUIRE(_dependencyMap[9]).RollOutData); var Animations = exports.Animations = Object.assign({}, _$$_REQUIRE(_dependencyMap[0]).FadeIn, _$$_REQUIRE(_dependencyMap[0]).FadeOut, _$$_REQUIRE(_dependencyMap[1]).BounceIn, _$$_REQUIRE(_dependencyMap[1]).BounceOut, _$$_REQUIRE(_dependencyMap[2]).FlipIn, _$$_REQUIRE(_dependencyMap[2]).FlipOut, _$$_REQUIRE(_dependencyMap[3]).StretchIn, _$$_REQUIRE(_dependencyMap[3]).StretchOut, _$$_REQUIRE(_dependencyMap[4]).ZoomIn, _$$_REQUIRE(_dependencyMap[4]).ZoomOut, _$$_REQUIRE(_dependencyMap[5]).SlideIn, _$$_REQUIRE(_dependencyMap[5]).SlideOut, _$$_REQUIRE(_dependencyMap[6]).LightSpeedIn, _$$_REQUIRE(_dependencyMap[6]).LightSpeedOut, _$$_REQUIRE(_dependencyMap[7]).Pinwheel, _$$_REQUIRE(_dependencyMap[8]).RotateIn, _$$_REQUIRE(_dependencyMap[8]).RotateOut, _$$_REQUIRE(_dependencyMap[9]).RollIn, _$$_REQUIRE(_dependencyMap[9]).RollOut); -},868,[869,872,873,874,875,876,877,878,879,880]); +},841,[842,845,846,847,848,849,850,851,852,853]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -130564,7 +129021,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e duration: FadeOutData.FadeOutDown.duration } }; -},869,[870]); +},842,[843]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -130625,7 +129082,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return keyframe; } -},870,[2,66,871]); +},843,[2,66,844]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -130648,7 +129105,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function getEasingByName(easingName) { return `cubic-bezier(${WebEasings[easingName].toString()})`; } -},871,[]); +},844,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -131015,7 +129472,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e duration: BounceOutData.BounceOutDown.duration } }; -},872,[870]); +},845,[843]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -131312,7 +129769,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e duration: FlipOutData.FlipOutEasyY.duration } }; -},873,[870]); +},846,[843]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -131409,7 +129866,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e duration: StretchOutData.StretchOutY.duration } }; -},874,[870]); +},847,[843]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -131774,7 +130231,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e duration: ZoomOutData.ZoomOutEasyDown.duration } }; -},875,[870]); +},848,[843]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -131951,7 +130408,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e duration: SlideOutData.SlideOutDown.duration } }; -},876,[870]); +},849,[843]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -132080,7 +130537,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e duration: LightSpeedOutData.LightSpeedOutLeft.duration } }; -},877,[870]); +},850,[843]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -132141,7 +130598,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e duration: PinwheelData.PinwheelOut.duration } }; -},878,[870]); +},851,[843]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -132366,7 +130823,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e duration: RotateOutData.RotateOutUpRight.duration } }; -},879,[870]); +},852,[843]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -132471,7 +130928,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e duration: RollOutData.RollOutRight.duration } }; -},880,[870]); +},853,[843]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -132523,7 +130980,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e fixElementPosition(element, element.parentElement, snapshot); } } -},881,[789]); +},854,[762]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -132774,7 +131231,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e (0, _$$_REQUIRE(_dependencyMap[7]).setElementPosition)(dummy, snapshot); setElementAnimation(dummy, animationConfig, false, parent); } -},882,[871,812,770,800,767,868,814,881,789,867,883,888]); +},855,[844,785,743,773,740,841,787,854,762,840,856,861]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -132945,7 +131402,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e dummyTransitionKeyframeName: dummyTransitionKeyframeName }; } -},883,[2,95,11,66,870,867,868,884,885,886,887,888,889]); +},856,[2,95,11,66,843,840,841,857,858,859,860,861,862]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -132973,7 +131430,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; return linearTransition; } -},884,[]); +},857,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -133017,7 +131474,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; return sequencedTransition; } -},885,[]); +},858,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -133070,7 +131527,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; return fadingTransition; } -},886,[]); +},859,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -133115,7 +131572,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; return jumpingTransition; } -},887,[812]); +},860,[785]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -133227,7 +131684,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e secondKeyframeObj: keyframeYObj }; } -},888,[871,767]); +},861,[844,740]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -133313,7 +131770,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e hideComponentBetweenAnimations(keyframeData.style); return keyframeData; } -},889,[2,66,868]); +},862,[2,66,841]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -133434,7 +131891,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; startWebLayoutAnimation(props, element, _$$_REQUIRE(_dependencyMap[0]).LayoutAnimationType.LAYOUT, transitionData); } -},890,[767,868,770,882,814,883,881,867,812]); +},863,[740,841,743,855,787,856,854,840,785]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -133616,7 +132073,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},891,[2,5,6,66,807,892,893,861,894,806]); +},864,[2,5,6,66,780,865,866,834,867,779]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -133652,7 +132109,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return false; }; -},892,[]); +},865,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -133713,7 +132170,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; return data; } -},893,[803]); +},866,[776]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -133734,7 +132191,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); var _updateProps = _interopRequireWildcard(_$$_REQUIRE(_dependencyMap[0])); function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } -},894,[895]); +},867,[868]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* eslint-disable @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-explicit-any */ 'use strict'; @@ -133890,7 +132347,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e * This used to be `SharedValue` but objects holding just a * single `value` prop are fine too. */ -},895,[769,789,802,896,776,786]); +},868,[742,762,775,869,749,759]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -134031,7 +132488,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e processTransformOrigin.__initData = _worklet_6866607041601_init_data; return processTransformOrigin; }(); -},896,[2,66,776]); +},869,[2,66,749]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -134110,7 +132567,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},897,[2,5,6,892,816,891,898,807,769]); +},870,[2,5,6,865,789,864,871,780,742]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -134242,44 +132699,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(); var WorkletEventHandler = exports.WorkletEventHandler = SHOULD_BE_USE_WEB ? WorkletEventHandlerWeb : WorkletEventHandlerNative; -},898,[2,5,6,58,59,769,803]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - 'use strict'; - - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.maybeBuild = maybeBuild; - var mockTargetValues = { - targetOriginX: 0, - targetOriginY: 0, - targetWidth: 0, - targetHeight: 0, - targetGlobalOriginX: 0, - targetGlobalOriginY: 0, - targetBorderRadius: 0, - windowWidth: 0, - windowHeight: 0, - currentOriginX: 0, - currentOriginY: 0, - currentWidth: 0, - currentHeight: 0, - currentGlobalOriginX: 0, - currentGlobalOriginY: 0, - currentBorderRadius: 0 - }; - function maybeBuild(layoutAnimationOrBuilder, style, displayName) { - var isAnimationBuilder = function isAnimationBuilder(value) { - return 'build' in layoutAnimationOrBuilder && typeof layoutAnimationOrBuilder.build === 'function'; - }; - if (isAnimationBuilder(layoutAnimationOrBuilder)) { - var animationFactory = layoutAnimationOrBuilder.build(); - return animationFactory; - } else { - return layoutAnimationOrBuilder; - } - } -},899,[]); +},871,[2,5,6,58,59,742,776]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -134373,7 +132793,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var componentUpdate = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; // Get the tag for registering events - since the event emitting view can be nested inside the main component var componentAnimatedRef = (0, _classPrivateFieldLooseBase2.default)(this, _managedComponent)[_managedComponent]._componentRef; - if (componentAnimatedRef.getScrollableNode) { + if (componentAnimatedRef != null && componentAnimatedRef.getScrollableNode) { var _findNodeHandle; /* In most cases, getScrollableNode() returns a view tag, and findNodeHandle is not required. @@ -134425,7 +132845,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } } } -},900,[2,5,6,58,59,859,892,898]); +},872,[2,5,6,58,59,832,865,871]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -134470,7 +132890,44 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e viewConfig: element == null ? undefined : element._viewConfig }; } -},901,[]); +},873,[]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + 'use strict'; + + Object.defineProperty(exports, "__esModule", { + value: true + }); + exports.maybeBuild = maybeBuild; + var mockTargetValues = { + targetOriginX: 0, + targetOriginY: 0, + targetWidth: 0, + targetHeight: 0, + targetGlobalOriginX: 0, + targetGlobalOriginY: 0, + targetBorderRadius: 0, + windowWidth: 0, + windowHeight: 0, + currentOriginX: 0, + currentOriginY: 0, + currentWidth: 0, + currentHeight: 0, + currentGlobalOriginX: 0, + currentGlobalOriginY: 0, + currentBorderRadius: 0 + }; + function maybeBuild(layoutAnimationOrBuilder, style, displayName) { + var isAnimationBuilder = function isAnimationBuilder(value) { + return 'build' in layoutAnimationOrBuilder && typeof layoutAnimationOrBuilder.build === 'function'; + }; + if (isAnimationBuilder(layoutAnimationOrBuilder)) { + var animationFactory = layoutAnimationOrBuilder.build(); + return animationFactory; + } else { + return layoutAnimationOrBuilder; + } + } +},874,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -134517,7 +132974,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return (0, _react.forwardRef)(render); } -},902,[2,11,103,769]); +},875,[2,11,103,742]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -134626,7 +133083,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[16]).useWorkletCallback; } }); -},903,[904,908,909,912,913,914,915,910,916,917,907,918,905,921,922,857,923]); +},876,[877,881,882,885,886,887,888,883,889,890,880,891,878,894,895,830,896]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -134706,7 +133163,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // This is not correct but we want to make GH think it receives a function. ); } -},904,[905,907]); +},877,[878,880]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -134744,17 +133201,22 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _initRef$current = initRef.current, context = _initRef$current.context, savedDependencies = _initRef$current.savedDependencies; - dependencies = (0, _$$_REQUIRE(_dependencyMap[2]).buildDependencies)(dependencies, handlers); - var doDependenciesDiffer = !(0, _$$_REQUIRE(_dependencyMap[2]).areDependenciesEqual)(dependencies, savedDependencies); + for (var handlerName in handlers) { + if (!(0, _$$_REQUIRE(_dependencyMap[2]).isWorkletFunction)(handlers[handlerName])) { + throw new (_$$_REQUIRE(_dependencyMap[3]).ReanimatedError)('Passed a function that is not a worklet. Please provide a worklet function.'); + } + } + dependencies = (0, _$$_REQUIRE(_dependencyMap[4]).buildDependencies)(dependencies, handlers); + var doDependenciesDiffer = !(0, _$$_REQUIRE(_dependencyMap[4]).areDependenciesEqual)(dependencies, savedDependencies); initRef.current.savedDependencies = dependencies; - var useWeb = (0, _$$_REQUIRE(_dependencyMap[3]).isWeb)() || (0, _$$_REQUIRE(_dependencyMap[3]).isJest)(); + var useWeb = (0, _$$_REQUIRE(_dependencyMap[5]).isWeb)() || (0, _$$_REQUIRE(_dependencyMap[5]).isJest)(); return { context: context, doDependenciesDiffer: doDependenciesDiffer, useWeb: useWeb }; } -},905,[103,774,906,769]); +},878,[103,747,740,749,879,742]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -134779,17 +133241,21 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return handler !== undefined; }); if (!dependencies) { - dependencies = handlersList.map(function (handler) { - return { - workletHash: handler.__workletHash, - closure: handler.__closure - }; - }); - } else { - dependencies.push(buildWorkletsHash(handlersList)); + return handlersList; } + dependencies.push(buildWorkletsHash(handlersList)); return dependencies; } + function areWorkletsEqual(worklet1, worklet2) { + if (worklet1.__workletHash === worklet2.__workletHash) { + var closure1Keys = Object.keys(worklet1.__closure); + var closure2Keys = Object.keys(worklet2.__closure); + return closure1Keys.length === closure2Keys.length && closure1Keys.every(function (key) { + return key in worklet2.__closure && worklet1.__closure[key] === worklet2.__closure[key]; + }); + } + return false; + } // This is supposed to work as useEffect comparison. function areDependenciesEqual(nextDependencies, prevDependencies) { @@ -134802,7 +133268,15 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return false; } for (var i = 0; i < prevDeps.length; ++i) { - if (!objectIs(nextDeps[i], prevDeps[i])) { + var nextDep = nextDeps[i]; + var prevDep = prevDeps[i]; + if (objectIs(nextDep, prevDep)) { + continue; + } + if (!(0, _$$_REQUIRE(_dependencyMap[0]).isWorkletFunction)(nextDep) || !(0, _$$_REQUIRE(_dependencyMap[0]).isWorkletFunction)(prevDep)) { + return false; + } + if (!areWorkletsEqual(nextDep, prevDep)) { return false; } } @@ -134861,9 +133335,9 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var validateAnimatedStyles = exports.validateAnimatedStyles = function () { var validateAnimatedStyles = function validateAnimatedStyles(styles) { if (typeof styles !== 'object') { - throw new (_$$_REQUIRE(_dependencyMap[0]).ReanimatedError)(`\`useAnimatedStyle\` has to return an object, found ${typeof styles} instead.`); + throw new (_$$_REQUIRE(_dependencyMap[1]).ReanimatedError)(`\`useAnimatedStyle\` has to return an object, found ${typeof styles} instead.`); } else if (Array.isArray(styles)) { - throw new (_$$_REQUIRE(_dependencyMap[0]).ReanimatedError)('`useAnimatedStyle` has to return an object and cannot return static styles combined with dynamic ones. Please do merging where a component receives props.'); + throw new (_$$_REQUIRE(_dependencyMap[1]).ReanimatedError)('`useAnimatedStyle` has to return an object and cannot return static styles combined with dynamic ones. Please do merging where a component receives props.'); } }; validateAnimatedStyles.__closure = {}; @@ -134871,7 +133345,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e validateAnimatedStyles.__initData = _worklet_6852087138290_init_data; return validateAnimatedStyles; }(); -},906,[776]); +},879,[740,749]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -134919,7 +133393,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return initRef.current; } -},907,[103,898]); +},880,[103,871]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -134995,7 +133469,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, []); return ref.current; } -},908,[103,803,767]); +},881,[103,776,740]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -135023,7 +133497,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e * @see https://docs.swmansion.com/react-native-reanimated/docs/core/useAnimatedProps */ var useAnimatedProps = exports.useAnimatedProps = (0, _$$_REQUIRE(_dependencyMap[1]).shouldBeUseWeb)() ? useAnimatedPropsJS : _$$_REQUIRE(_dependencyMap[2]).useAnimatedStyle; -},909,[910,769,910]); +},882,[883,742,883]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -135517,7 +133991,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function animatedStyleHandleToJSON() { return '{}'; } -},910,[2,74,103,769,911,906,894,776,857,816,803,893]); +},883,[2,74,103,742,884,879,867,749,830,789,776,866]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* based on: * https://github.com/facebook/react-native/blob/main/packages/react-native/Libraries/StyleSheet/processBoxShadow.js @@ -135724,7 +134198,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e processBoxShadow.__initData = _worklet_3117357669853_init_data; return processBoxShadow; }(); -},911,[776]); +},884,[749]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -135792,25 +134266,129 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; }, dependencies); } -},912,[2,74,103,857,769,803]); +},885,[2,74,103,830,742,776]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; + var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { value: true }); - exports.useAnimatedRef = useAnimatedRef; - var _react = _$$_REQUIRE(_dependencyMap[0]); - var _reactNative = _$$_REQUIRE(_dependencyMap[1]); - var IS_WEB = (0, _$$_REQUIRE(_dependencyMap[2]).isWeb)(); + exports.useAnimatedRef = undefined; + var _slicedToArray2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); + var _react = _$$_REQUIRE(_dependencyMap[2]); + var SHOULD_BE_USE_WEB = (0, _$$_REQUIRE(_dependencyMap[3]).shouldBeUseWeb)(); function getComponentOrScrollable(component) { - if ((0, _$$_REQUIRE(_dependencyMap[2]).isFabric)() && component.getNativeScrollRef) { + if (component.getNativeScrollRef) { return component.getNativeScrollRef(); - } else if (!(0, _$$_REQUIRE(_dependencyMap[2]).isFabric)() && component.getScrollableNode) { + } + if (component.getScrollableNode) { return component.getScrollableNode(); } return component; } + function useAnimatedRefBase(getWrapper) { + var observers = (0, _react.useRef)(new Map()).current; + var tagOrWrapperRef = (0, _react.useRef)(-1); + var ref = (0, _react.useRef)(null); + if (!ref.current) { + var _fun = function fun(component) { + if (component) { + tagOrWrapperRef.current = getWrapper(component); + + // We have to unwrap the tag from the shadow node wrapper. + _fun.getTag = function () { + return (0, _$$_REQUIRE(_dependencyMap[4]).findNodeHandle)(getComponentOrScrollable(component)); + }; + _fun.current = component; + if (observers.size) { + var _fun$getTag; + var currentTag = (_fun$getTag = _fun == null || _fun.getTag == null ? undefined : _fun.getTag()) != null ? _fun$getTag : null; + observers.forEach(function (cleanup, observer) { + // Perform the cleanup before calling the observer again. + // This ensures that all events that were set up in the observer + // are cleaned up before the observer sets up new events during + // the next call. + cleanup == null || cleanup(); + observers.set(observer, observer(currentTag)); + }); + } + } + return tagOrWrapperRef.current; + }; + _fun.observe = function (observer) { + var _fun$getTag2; + // Call observer immediately to get the initial value + var cleanup = observer((_fun$getTag2 = _fun == null || _fun.getTag == null ? undefined : _fun.getTag()) != null ? _fun$getTag2 : null); + observers.set(observer, cleanup); + return function () { + var _observers$get; + (_observers$get = observers.get(observer)) == null || _observers$get(); + observers.delete(observer); + }; + }; + _fun.current = null; + ref.current = _fun; + } + return ref.current; + } + var IS_APPLE = (0, _$$_REQUIRE(_dependencyMap[3]).isIOS)() || (0, _$$_REQUIRE(_dependencyMap[3]).isMacOS)(); + var _worklet_16909158286459_init_data = { + code: "function reactNativeReanimated_useAnimatedRefTs1(){const{tagOrWrapper,viewName}=this.__closure;const f=function(){return tagOrWrapper.value;};if(viewName){f.viewName=viewName;}return f;}" + }; + function useAnimatedRefNative() { + var _useState = (0, _react.useState)(function () { + return ( + // viewName is required only on iOS/MacOS with Paper + !(0, _$$_REQUIRE(_dependencyMap[3]).isFabric)() && IS_APPLE ? (0, _$$_REQUIRE(_dependencyMap[5]).makeMutable)(null) : null + ); + }), + _useState2 = (0, _slicedToArray2.default)(_useState, 1), + viewName = _useState2[0]; + var _useState3 = (0, _react.useState)(function () { + return (0, _$$_REQUIRE(_dependencyMap[5]).makeMutable)(null); + }), + _useState4 = (0, _slicedToArray2.default)(_useState3, 1), + tagOrWrapper = _useState4[0]; + var ref = useAnimatedRefBase(function (component) { + var getTagOrWrapper = (0, _$$_REQUIRE(_dependencyMap[3]).isFabric)() ? _$$_REQUIRE(_dependencyMap[6]).getShadowNodeWrapperFromRef : _$$_REQUIRE(_dependencyMap[4]).findNodeHandle; + tagOrWrapper.value = getTagOrWrapper(getComponentOrScrollable(component)); + if (viewName) { + var _viewConfig; + viewName.value = (component == null || (_viewConfig = component.viewConfig) == null ? undefined : _viewConfig.uiViewClassName) || 'RCTView'; + } + return tagOrWrapper.value; + }); + if (!_$$_REQUIRE(_dependencyMap[7]).shareableMappingCache.get(ref)) { + var animatedRefShareableHandle = (0, _$$_REQUIRE(_dependencyMap[8]).makeShareableCloneRecursive)({ + __init: function () { + var reactNativeReanimated_useAnimatedRefTs1 = function reactNativeReanimated_useAnimatedRefTs1() { + var f = function f() { + return tagOrWrapper.value; + }; + if (viewName) { + f.viewName = viewName; + } + return f; + }; + reactNativeReanimated_useAnimatedRefTs1.__closure = { + tagOrWrapper: tagOrWrapper, + viewName: viewName + }; + reactNativeReanimated_useAnimatedRefTs1.__workletHash = 16909158286459; + reactNativeReanimated_useAnimatedRefTs1.__initData = _worklet_16909158286459_init_data; + return reactNativeReanimated_useAnimatedRefTs1; + }() + }); + _$$_REQUIRE(_dependencyMap[7]).shareableMappingCache.set(ref, animatedRefShareableHandle); + } + return ref; + } + function useAnimatedRefWeb() { + return useAnimatedRefBase(function (component) { + return getComponentOrScrollable(component); + }); + } /** * Lets you get a reference of a view that you can use inside a worklet. @@ -135819,61 +134397,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e * component. * @see https://docs.swmansion.com/react-native-reanimated/docs/core/useAnimatedRef */ - var _worklet_6700931435929_init_data = { - code: "function reactNativeReanimated_useAnimatedRefTs1(){const{tag,viewName}=this.__closure;const f=function(){return tag.value;};f.viewName=viewName;return f;}" - }; - function useAnimatedRef() { - var tag = (0, _$$_REQUIRE(_dependencyMap[3]).useSharedValue)(-1); - var viewName = (0, _$$_REQUIRE(_dependencyMap[3]).useSharedValue)(null); - var ref = (0, _react.useRef)(null); - if (!ref.current) { - var _fun = function fun(component) { - // enters when ref is set by attaching to a component - if (component) { - var getTagValueFunction = (0, _$$_REQUIRE(_dependencyMap[2]).isFabric)() ? _$$_REQUIRE(_dependencyMap[4]).getShadowNodeWrapperFromRef : _$$_REQUIRE(_dependencyMap[5]).findNodeHandle; - var getTagOrShadowNodeWrapper = function getTagOrShadowNodeWrapper() { - return IS_WEB ? getComponentOrScrollable(component) : getTagValueFunction(getComponentOrScrollable(component)); - }; - tag.value = getTagOrShadowNodeWrapper(); - - // On Fabric we have to unwrap the tag from the shadow node wrapper - _fun.getTag = (0, _$$_REQUIRE(_dependencyMap[2]).isFabric)() ? function () { - return (0, _$$_REQUIRE(_dependencyMap[5]).findNodeHandle)(getComponentOrScrollable(component)); - } : getTagOrShadowNodeWrapper; - _fun.current = component; - // viewName is required only on iOS with Paper - if (_reactNative.Platform.OS === 'ios' && !(0, _$$_REQUIRE(_dependencyMap[2]).isFabric)()) { - var _viewConfig; - viewName.value = (component == null || (_viewConfig = component.viewConfig) == null ? undefined : _viewConfig.uiViewClassName) || 'RCTView'; - } - } - return tag.value; - }; - _fun.current = null; - var animatedRefShareableHandle = (0, _$$_REQUIRE(_dependencyMap[6]).makeShareableCloneRecursive)({ - __init: function () { - var reactNativeReanimated_useAnimatedRefTs1 = function reactNativeReanimated_useAnimatedRefTs1() { - var f = function f() { - return tag.value; - }; - f.viewName = viewName; - return f; - }; - reactNativeReanimated_useAnimatedRefTs1.__closure = { - tag: tag, - viewName: viewName - }; - reactNativeReanimated_useAnimatedRefTs1.__workletHash = 6700931435929; - reactNativeReanimated_useAnimatedRefTs1.__initData = _worklet_6700931435929_init_data; - return reactNativeReanimated_useAnimatedRefTs1; - }() - }); - _$$_REQUIRE(_dependencyMap[7]).shareableMappingCache.set(_fun, animatedRefShareableHandle); - ref.current = _fun; - } - return ref.current; - } -},913,[103,41,769,857,796,859,774,775]); + var useAnimatedRef = exports.useAnimatedRef = SHOULD_BE_USE_WEB ? useAnimatedRefWeb : useAnimatedRefNative; +},886,[2,66,103,742,832,741,769,748,747]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -135952,7 +134477,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // for more information about this cast. ); } -},914,[905,907]); +},887,[878,880]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -136136,7 +134661,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, [sensorType, config]); return ref.current; } -},915,[103,767,803,786]); +},888,[103,740,776,759]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -136205,7 +134730,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return reactNativeReanimated_useComposedEventHandlerTs1; }(), Array.from(composedEventNames), doDependenciesDiffer); } -},916,[898,905,907]); +},889,[871,878,880]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -136274,7 +134799,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, dependencies); return sharedValue; } -},917,[2,74,103,769,803,816]); +},890,[2,74,103,742,776,789]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -136326,7 +134851,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, [callback, autostart]); return ref.current; } -},918,[2,103,919]); +},891,[2,103,892]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -136407,7 +134932,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},919,[2,5,6,920,803]); +},892,[2,5,6,893,776]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -136504,7 +135029,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e reactNativeReanimated_FrameCallbackRegistryUITs1.__initData = _worklet_5591855314696_init_data; return reactNativeReanimated_FrameCallbackRegistryUITs1; }()); -},920,[786]); +},893,[759]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -136527,7 +135052,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function useReducedMotion() { return IS_REDUCED_MOTION_ENABLED_IN_SYSTEM; } -},921,[800]); +},894,[773]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -136537,6 +135062,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e exports.useScrollViewOffset = undefined; var _react = _$$_REQUIRE(_dependencyMap[0]); var IS_WEB = (0, _$$_REQUIRE(_dependencyMap[1]).isWeb)(); + var NOT_INITIALIZED_WARNING = 'animatedRef is not initialized in useScrollViewOffset. Make sure to pass the animated ref to the scrollable component to get scroll offset updates.'; /** * Lets you synchronously get the current offset of a `ScrollView`. @@ -136561,7 +135087,6 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // scrollLeft is the X axis scrolled offset, works properly also with RTL layout offset.value = element.scrollLeft === 0 ? element.scrollTop : element.scrollLeft; } - // eslint-disable-next-line react-hooks/exhaustive-deps }; reactNativeReanimated_useScrollViewOffsetTs1.__closure = { animatedRef: animatedRef, @@ -136571,22 +135096,23 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e reactNativeReanimated_useScrollViewOffsetTs1.__workletHash = 15008405174449; reactNativeReanimated_useScrollViewOffsetTs1.__initData = _worklet_15008405174449_init_data; return reactNativeReanimated_useScrollViewOffsetTs1; - }(), [animatedRef, animatedRef == null ? undefined : animatedRef.current]); + }(), [animatedRef, offset]); (0, _react.useEffect)(function () { - var element = animatedRef != null && animatedRef.current ? getWebScrollableElement(animatedRef.current) : null; - if (element) { - element.addEventListener('scroll', eventHandler); + if (!animatedRef) { + return; } - return function () { - if (element) { - element.removeEventListener('scroll', eventHandler); + return animatedRef.observe(function (tag) { + if (!tag) { + _$$_REQUIRE(_dependencyMap[3]).logger.warn(NOT_INITIALIZED_WARNING); + return; } - }; - // React here has a problem with `animatedRef.current` since a Ref .current - // field shouldn't be used as a dependency. However, in this case we have - // to do it this way. - // eslint-disable-next-line react-hooks/exhaustive-deps - }, [animatedRef, animatedRef == null ? undefined : animatedRef.current, eventHandler]); + var element = getWebScrollableElement(animatedRef.current); + element.addEventListener('scroll', eventHandler); + return function () { + element.removeEventListener('scroll', eventHandler); + }; + }); + }, [animatedRef, eventHandler]); return offset; } var _worklet_11951456483684_init_data = { @@ -136595,7 +135121,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function useScrollViewOffsetNative(animatedRef, providedOffset) { var internalOffset = (0, _$$_REQUIRE(_dependencyMap[2]).useSharedValue)(0); var offset = (0, _react.useRef)(providedOffset != null ? providedOffset : internalOffset).current; - var eventHandler = (0, _$$_REQUIRE(_dependencyMap[3]).useEvent)(function () { + var eventHandler = (0, _$$_REQUIRE(_dependencyMap[4]).useEvent)(function () { var reactNativeReanimated_useScrollViewOffsetTs2 = function reactNativeReanimated_useScrollViewOffsetTs2(event) { offset.value = event.contentOffset.x === 0 ? event.contentOffset.y : event.contentOffset.x; }; @@ -136610,21 +135136,20 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // for more information about this cast. ); (0, _react.useEffect)(function () { - var _animatedRef$getTag; - var elementTag = (_animatedRef$getTag = animatedRef == null ? undefined : animatedRef.getTag()) != null ? _animatedRef$getTag : null; - if (elementTag) { - eventHandler.workletEventHandler.registerForEvents(elementTag); + if (!animatedRef) { + return; } - return function () { - if (elementTag) { - eventHandler.workletEventHandler.unregisterFromEvents(elementTag); + return animatedRef.observe(function (tag) { + if (!tag) { + _$$_REQUIRE(_dependencyMap[3]).logger.warn(NOT_INITIALIZED_WARNING); + return; } - }; - // React here has a problem with `animatedRef.current` since a Ref .current - // field shouldn't be used as a dependency. However, in this case we have - // to do it this way. - // eslint-disable-next-line react-hooks/exhaustive-deps - }, [animatedRef, animatedRef == null ? undefined : animatedRef.current, eventHandler]); + eventHandler.workletEventHandler.registerForEvents(tag); + return function () { + eventHandler.workletEventHandler.unregisterFromEvents(tag); + }; + }); + }, [animatedRef, eventHandler]); return offset; } function getWebScrollableElement(scrollComponent) { @@ -136632,7 +135157,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return (_ref = scrollComponent == null ? undefined : scrollComponent.getScrollableNode()) != null ? _ref : scrollComponent; } var scrollNativeEventNames = ['onScroll', 'onScrollBeginDrag', 'onScrollEndDrag', 'onMomentumScrollBegin', 'onMomentumScrollEnd']; -},922,[103,769,857,907]); +},895,[103,742,830,743,880]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -136645,7 +135170,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function useWorkletCallback(worklet, deps) { return (0, _react.useCallback)(worklet, deps != null ? deps : []); } -},923,[103]); +},896,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -136689,7 +135214,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, [mode]); return null; } -},924,[103,770,800,767]); +},897,[103,743,773,740]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -136714,7 +135239,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[1]).startScreenTransition; } }); -},925,[926,927]); +},898,[899,900]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -136988,7 +135513,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e TwoDimensional: TwoDimensional, SwipeRightFade: SwipeRightFade }; -},926,[]); +},899,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -137053,7 +135578,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e finishScreenTransition.__initData = _worklet_8186010751430_init_data; return finishScreenTransition; }(); -},927,[861,928,929]); +},900,[834,901,902]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -137154,7 +135679,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e applyStyle.__initData = _worklet_933859614838_init_data; return applyStyle; }(); -},928,[769,894]); +},901,[742,867]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -137392,7 +135917,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e getSwipeSimulator.__initData = _worklet_12048065021793_init_data; return getSwipeSimulator; }(); -},929,[930,928]); +},902,[903,901]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -137427,7 +135952,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e updateTransition: noopFactory(), finishTransition: noopFactory() }; -},930,[770]); +},903,[743]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* eslint-disable @typescript-eslint/no-namespace */ 'use strict'; @@ -137658,7 +136183,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // functions since `ReactTestInstance` has its `props` defined as `any`. component); }; -},931,[2,66,769,776]); +},904,[2,66,742,749]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -137676,7 +136201,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e (0, _$$_REQUIRE(_dependencyMap[0]).addWhitelistedNativeProps)(nativePropsToAdd); return adapter; } -},932,[861]); +},905,[834]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -137719,7 +136244,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[5]).setNativeProps; } }); -},933,[934,935,936,937,938,939]); +},906,[907,908,909,910,911,912]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -137798,7 +136323,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } else { exports.dispatchCommand = dispatchCommand = dispatchCommandDefault; } -},934,[770,769]); +},907,[743,742]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -137840,7 +136365,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e getRelativeCoords.__initData = _worklet_1583333301789_init_data; return getRelativeCoords; }(); -},935,[936]); +},908,[909]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -137956,7 +136481,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } else { exports.measure = measure = measureDefault; } -},936,[770,769]); +},909,[743,742]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -138033,7 +136558,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } else { exports.scrollTo = scrollTo = scrollToDefault; } -},937,[934,770,769]); +},910,[907,743,742]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -138078,7 +136603,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } else { exports.setGestureState = setGestureState = setGestureStateDefault; } -},938,[770,769]); +},911,[743,742]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -138125,17 +136650,18 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e setNativePropsFabric.__initData = _worklet_17594989727481_init_data; return setNativePropsFabric; }(); - var _worklet_10066307738752_init_data = { - code: "function setNativePropsPaper_reactNativeReanimated_setNativePropsTs2(animatedRef,updates){const{logger,processColorsInProps}=this.__closure;if(!_WORKLET){logger.warn('setNativeProps() can only be used on the UI runtime.');return;}const tag=animatedRef();const name=animatedRef.viewName.value;processColorsInProps(updates);global._updatePropsPaper([{tag:tag,name:name,updates:updates}]);}" + var _worklet_1917020227565_init_data = { + code: "function setNativePropsPaper_reactNativeReanimated_setNativePropsTs2(animatedRef,updates){const{logger,processColorsInProps}=this.__closure;var _viewName$value,_viewName;if(!_WORKLET){logger.warn('setNativeProps() can only be used on the UI runtime.');return;}const tag=animatedRef();const name=(_viewName$value=(_viewName=animatedRef.viewName)===null||_viewName===void 0?void 0:_viewName.value)!==null&&_viewName$value!==void 0?_viewName$value:null;processColorsInProps(updates);global._updatePropsPaper([{tag:tag,name:name,updates:updates}]);}" }; var setNativePropsPaper = function () { var setNativePropsPaper = function setNativePropsPaper(animatedRef, updates) { + var _viewName$value, _viewName; if (!_WORKLET) { _$$_REQUIRE(_dependencyMap[0]).logger.warn('setNativeProps() can only be used on the UI runtime.'); return; } var tag = animatedRef(); - var name = animatedRef.viewName.value; + var name = (_viewName$value = (_viewName = animatedRef.viewName) == null ? undefined : _viewName.value) != null ? _viewName$value : null; (0, _$$_REQUIRE(_dependencyMap[1]).processColorsInProps)(updates); global._updatePropsPaper([{ tag: tag, @@ -138147,8 +136673,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e logger: _$$_REQUIRE(_dependencyMap[0]).logger, processColorsInProps: _$$_REQUIRE(_dependencyMap[1]).processColorsInProps }; - setNativePropsPaper.__workletHash = 10066307738752; - setNativePropsPaper.__initData = _worklet_10066307738752_init_data; + setNativePropsPaper.__workletHash = 1917020227565; + setNativePropsPaper.__initData = _worklet_1917020227565_init_data; return setNativePropsPaper; }(); function setNativePropsJest() { @@ -138176,7 +136702,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } else { exports.setNativeProps = setNativeProps = setNativePropsDefault; } -},939,[770,802,769]); +},912,[743,775,742]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -138187,7 +136713,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function getUseOfValueInStyleWarning() { return "It looks like you might be using shared value's .value inside reanimated inline style. If you want a component to update when shared value changes you should use the shared value directly instead of its current state represented by `.value`. See documentation here: https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/glossary/#animations-in-inline-styling"; } -},940,[]); +},913,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -138195,7 +136721,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e Object.defineProperty(exports, "__esModule", { value: true }); -},941,[]); +},914,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -138250,7 +136776,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[6]).createAnimatedComponent; } }); -},942,[943,945,946,947,944,861,862]); +},915,[916,918,919,920,917,834,835]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -138263,17 +136789,20 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _react = _interopRequireWildcard(_$$_REQUIRE(_dependencyMap[2])); var _reactNative = _$$_REQUIRE(_dependencyMap[3]); var _jsxRuntime = _$$_REQUIRE(_dependencyMap[4]); - var _excluded = ["itemLayoutAnimation", "skipEnteringExitingAnimations"]; + var _excluded = ["itemLayoutAnimation", "skipEnteringExitingAnimations", "CellRendererComponentStyle"]; function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } var AnimatedFlatList = (0, _$$_REQUIRE(_dependencyMap[5]).createAnimatedComponent)(_reactNative.FlatList); - var createCellRendererComponent = function createCellRendererComponent(itemLayoutAnimationRef) { + var createCellRendererComponent = function createCellRendererComponent(itemLayoutAnimationRef, cellRendererComponentStyleRef) { var CellRendererComponent = function CellRendererComponent(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[6]).AnimatedView // TODO TYPESCRIPT This is temporary cast is to get rid of .d.ts file. , { layout: itemLayoutAnimationRef == null ? undefined : itemLayoutAnimationRef.current, onLayout: props.onLayout, - style: props.style, + style: [props.style, typeof (cellRendererComponentStyleRef == null ? undefined : cellRendererComponentStyleRef.current) === 'function' ? cellRendererComponentStyleRef == null ? undefined : cellRendererComponentStyleRef.current({ + index: props.index, + item: props.item + }) : cellRendererComponentStyleRef == null ? undefined : cellRendererComponentStyleRef.current], children: props.children }); }; @@ -138288,6 +136817,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var FlatListForwardRefRender = function FlatListForwardRefRender(props, ref) { var itemLayoutAnimation = props.itemLayoutAnimation, skipEnteringExitingAnimations = props.skipEnteringExitingAnimations, + CellRendererComponentStyle = props.CellRendererComponentStyle, restProps = (0, _objectWithoutProperties2.default)(props, _excluded); // Set default scrollEventThrottle, because user expects @@ -138300,9 +136830,11 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } var itemLayoutAnimationRef = (0, _react.useRef)(itemLayoutAnimation); itemLayoutAnimationRef.current = itemLayoutAnimation; + var cellRendererComponentStyleRef = (0, _react.useRef)(CellRendererComponentStyle); + cellRendererComponentStyleRef.current = CellRendererComponentStyle; var CellRendererComponent = _react.default.useMemo(function () { - return createCellRendererComponent(itemLayoutAnimationRef); - }, [itemLayoutAnimationRef]); + return createCellRendererComponent(itemLayoutAnimationRef, cellRendererComponentStyleRef); + }, []); var animatedFlatList = /*#__PURE__*/ // @ts-expect-error In its current type state, createAnimatedComponent cannot create generic components. @@ -138321,7 +136853,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }; var ReanimatedFlatList = exports.ReanimatedFlatList = (0, _$$_REQUIRE(_dependencyMap[8]).componentWithRef)(FlatListForwardRefRender); -},943,[2,11,103,41,275,862,944,858,902]); +},916,[2,11,103,41,275,835,917,831,875]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -138334,7 +136866,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // but not things like NativeMethods, etc. we need to add them manually by extending the type. var AnimatedView = exports.AnimatedView = (0, _$$_REQUIRE(_dependencyMap[1]).createAnimatedComponent)(_reactNative.View); -},944,[41,862]); +},917,[41,835]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -138347,7 +136879,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // but not things like NativeMethods, etc. we need to add them manually by extending the type. var AnimatedImage = exports.AnimatedImage = (0, _$$_REQUIRE(_dependencyMap[1]).createAnimatedComponent)(_reactNative.Image); -},945,[41,862]); +},918,[41,835]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -138385,7 +136917,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e ref: animatedRef }, restProps)); }); -},946,[2,11,103,41,275,862,902,903]); +},919,[2,11,103,41,275,835,875,876]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -138398,7 +136930,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // but not things like NativeMethods, etc. we need to add them manually by extending the type. var AnimatedText = exports.AnimatedText = (0, _$$_REQUIRE(_dependencyMap[1]).createAnimatedComponent)(_reactNative.Text); -},947,[41,862]); +},920,[41,835]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -138620,7 +137152,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var CustomAlert = exports.CustomAlert = { alert: alert }; -},948,[2,5,6,50,52,55,103,41,523,40,949,964,965,275,655,954,993]); +},921,[2,5,6,50,52,55,103,41,523,40,922,937,938,275,655,927,966]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -138777,7 +137309,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onDismiss: _propTypes.default.func }; var _default = exports.default = TaAlert; -},949,[2,66,673,103,41,523,950,275,954,655]); +},922,[2,66,673,103,41,523,923,275,927,655]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -138953,7 +137485,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e supportFontScaling: _propTypes.default.bool }; var _default = exports.default = FontText; -},950,[2,11,74,673,103,41,275,525,951]); +},923,[2,11,74,673,103,41,275,525,924]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -139038,7 +137570,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e lastOperation: undefined }); } -},951,[2,5,6,952]); +},924,[2,5,6,925]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { function _interopDefault(ex) { return ex && typeof ex === 'object' && 'default' in ex ? ex['default'] : ex; @@ -139199,7 +137731,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } exports.createReactiveContext = createReactiveContext; exports.useReactiveContext = useReactiveContext; -},952,[103,953]); +},925,[103,926]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Lodash (Custom Build) @@ -140966,7 +139498,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return false; } module.exports = isEqual; -},953,[]); +},926,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -141202,7 +139734,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }(_react.default.Component); Css.Provider = CssProvider; Css.use = RnCss.useCss; -},954,[2,3,5,6,50,52,55,955,103,523,40,275,525,655,961,963,962]); +},927,[2,3,5,6,50,52,55,928,103,523,40,275,525,655,934,936,935]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -141336,7 +139868,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e getDefaultTheme: _$$_REQUIRE(_dependencyMap[6]).CssUtils.getDefaultTheme }; var _default = exports.default = Css; -},955,[2,74,11,103,956,957,959]); +},928,[2,74,11,103,929,930,932]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -141350,7 +139882,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return (0, _$$_REQUIRE(_dependencyMap[0]).useReactiveContext)(CssContext, decorators); } var _default = exports.default = CssContext; -},956,[952]); +},929,[925]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -141717,7 +140249,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } _CssManager.getActiveThemeId = getActiveThemeId; })(CssManager || (exports.CssManager = CssManager = {})); -},957,[2,74,11,41,958,959,960]); +},930,[2,74,11,41,931,932,933]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -141751,7 +140283,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function dpToPx(size) { return _reactNative.PixelRatio.roundToNearestPixel(size) * _reactNative.PixelRatio.get(); } -},958,[41]); +},931,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -141875,7 +140407,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } _CssUtils.resolvePlaceholders = resolvePlaceholders; })(CssUtils || (exports.CssUtils = CssUtils = {})); -},959,[960]); +},932,[933]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -141937,7 +140469,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } _Utils.arrayToObject = arrayToObject; })(Utils || (exports.Utils = Utils = {})); -},960,[]); +},933,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -142361,7 +140893,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }; } -},961,[525,962,710]); +},934,[525,935,683]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -142392,7 +140924,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var HIDE_ANIMATION_FOOTER_TIMER = exports.HIDE_ANIMATION_FOOTER_TIMER = 5000; var HIDE_ANIMATION_TIMER = exports.HIDE_ANIMATION_TIMER = 3000; var HIDE_ANIMATION_DURATION = exports.HIDE_ANIMATION_DURATION = 1000; -},962,[525]); +},935,[525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -142414,7 +140946,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return {}; } -},963,[]); +},936,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -142506,7 +141038,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e containerStyle: _propTypes.default.oneOfType([_propTypes.default.object, _propTypes.default.array, _propTypes.default.number]) }; var _default = exports.default = JsModal; -},964,[2,11,673,103,41,275,525]); +},937,[2,11,673,103,41,275,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -142701,7 +141233,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; var ModalStyle = exports.ModalStyle = styles; var _default = exports.default = TaModal; -},965,[2,66,11,673,103,41,966,40,991,992,275,525,954]); +},938,[2,66,11,673,103,41,939,40,964,965,275,525,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -142714,7 +141246,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); exports.default = undefined; var _default = exports.default = _$$_REQUIRE(_dependencyMap[0]).ReactNativeModal; -},966,[967]); +},939,[940]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -143373,7 +141905,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; ReactNativeModal.defaultProps = defaultProps; var _default = exports.default = ReactNativeModal; -},967,[2,11,5,6,50,52,55,673,103,41,968,989,990]); +},940,[2,11,5,6,50,52,55,673,103,41,941,962,963]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -143408,7 +141940,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var View = exports.View = (0, _createAnimatableComponent.default)(_reactNative.View); var Text = exports.Text = (0, _createAnimatableComponent.default)(_reactNative.Text); var Image = exports.Image = (0, _createAnimatableComponent.default)(_reactNative.Image); -},968,[2,969,41,972,977,970]); +},941,[2,942,41,945,950,943]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -143434,7 +141966,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e registerAnimation(animationName, (0, _createAnimation.default)(definitions[animationName])); }); } -},969,[2,970]); +},942,[2,943]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -143510,7 +142042,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e cache[cacheKey] = compiled; return compiled; } -},970,[2,971]); +},943,[2,944]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -143528,7 +142060,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return flatStyle; } -},971,[41]); +},944,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -144032,7 +142564,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e useNativeDriver: false }, _AnimatableComponent; } -},972,[2,5,6,50,52,55,103,673,41,973,974,971,970,976,275,969]); +},945,[2,5,6,50,52,55,103,673,41,946,947,944,943,949,275,942]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -144058,7 +142590,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); return wrapped; } -},973,[2,95]); +},946,[2,95]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -144076,7 +142608,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); return values; } -},974,[2,971,975]); +},947,[2,944,948]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -144127,7 +142659,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return 0; } -},975,[]); +},948,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -144170,7 +142702,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e 'ease-in-out-back': _reactNative.Easing.bezier(0.68, -0.55, 0.265, 1.55) }; var _default = exports.default = EASING_FUNCTIONS; -},976,[41]); +},949,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -144285,7 +142817,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},977,[978,979,980,981,982,983,984,985,986,987,988]); +},950,[951,952,953,954,955,956,957,958,959,960,961]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -144563,7 +143095,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e rotate: '0deg' } }; -},978,[]); +},951,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -144668,7 +143200,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e translateX: 0 } }; -},979,[]); +},952,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -144786,7 +143318,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e translateX: -600 } }; -},980,[]); +},953,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -144820,7 +143352,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var fadeInUpBig = exports.fadeInUpBig = makeFadeInTranslation('translateY', 500); var fadeInLeftBig = exports.fadeInLeftBig = makeFadeInTranslation('translateX', -500); var fadeInRightBig = exports.fadeInRightBig = makeFadeInTranslation('translateX', 500); -},981,[2,95]); +},954,[2,95]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -144854,7 +143386,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var fadeOutUpBig = exports.fadeOutUpBig = makeFadeOutTranslation('translateY', -500); var fadeOutLeftBig = exports.fadeOutLeftBig = makeFadeOutTranslation('translateX', -500); var fadeOutRightBig = exports.fadeOutRightBig = makeFadeOutTranslation('translateX', 500); -},982,[2,95]); +},955,[2,95]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -144946,7 +143478,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e rotateY: '90deg' } }; -},983,[]); +},956,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -144986,7 +143518,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e skewX: '30deg' } }; -},984,[]); +},957,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -145004,7 +143536,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var slideInUp = exports.slideInUp = makeSlideInTranslation('translateY', 100); var slideInLeft = exports.slideInLeft = makeSlideInTranslation('translateX', -100); var slideInRight = exports.slideInRight = makeSlideInTranslation('translateX', 100); -},985,[2,95]); +},958,[2,95]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -145022,7 +143554,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var slideOutUp = exports.slideOutUp = makeSlideOutTranslation('translateY', -100); var slideOutLeft = exports.slideOutLeft = makeSlideOutTranslation('translateX', -100); var slideOutRight = exports.slideOutRight = makeSlideOutTranslation('translateX', 100); -},986,[2,95]); +},959,[2,95]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -145065,7 +143597,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var zoomInUp = exports.zoomInUp = makeZoomInTranslation('translateY', -60); var zoomInLeft = exports.zoomInLeft = makeZoomInTranslation('translateX', 10); var zoomInRight = exports.zoomInRight = makeZoomInTranslation('translateX', -10); -},987,[2,95,41]); +},960,[2,95,41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -145110,7 +143642,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var zoomOutUp = exports.zoomOutUp = makeZoomOutTranslation('translateY', -60); var zoomOutLeft = exports.zoomOutLeft = makeZoomOutTranslation('translateX', 10); var zoomOutRight = exports.zoomOutRight = makeZoomOutTranslation('translateX', -10); -},988,[2,95,41]); +},961,[2,95,41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -145137,7 +143669,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e backgroundColor: 'transparent' } }); -},989,[41]); +},962,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -145207,7 +143739,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var isObject = function isObject(obj) { return obj !== null && typeof obj === 'object'; }; -},990,[2,95,41,968]); +},963,[2,95,41,941]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -145255,7 +143787,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, rest)); }; var _default = exports.default = TecnaviaKeyboardAvoidingView; -},991,[2,11,66,103,41,275,525]); +},964,[2,11,66,103,41,275,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -145315,7 +143847,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e confirmColor: _propTypes.default.string }; var _default = exports.default = ModalFooter; -},992,[2,673,103,41,950,275]); +},965,[2,673,103,41,923,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -145562,7 +144094,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _Pressable = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[25])); var _DrawerLayout = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[26])); (0, _$$_REQUIRE(_dependencyMap[27]).initialize)(); -},993,[2,994,1014,1015,1016,1017,1019,1032,1030,1036,1011,996,1035,1051,1052,1053,1004,1034,1054,1055,1041,1061,1065,995,1068,1069,1075,1067]); +},966,[2,967,987,988,989,990,992,1005,1003,1009,984,969,1008,1024,1025,1026,977,1007,1027,1028,1014,1034,1038,968,1041,1042,1048,1040]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -145798,7 +144330,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e innerRef: ref }, props)); }); -},994,[2,11,5,6,50,52,55,103,41,995,1012,275,1004,1003]); +},967,[2,11,5,6,50,52,55,103,41,968,985,275,977,976]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -145872,7 +144404,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e Component == null || (_Component$render = Component.render) == null ? undefined : _Component$render.name) || typeof Component === 'string' && Component || 'ComponentWrapper'; return ComponentWrapper; } -},995,[2,74,103,275,996]); +},968,[2,74,103,275,969]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -145903,7 +144435,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e allowedProps: nativeViewProps, config: {} }); -},996,[2,74,997,1011]); +},969,[2,74,970,984]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -146269,7 +144801,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e Handler.contextType = _GestureHandlerRootViewContext.default; return Handler; } -},997,[2,74,5,6,50,52,55,95,103,41,998,1000,1001,275,1002,1003,1004,1005,1006,1007,1008,1009,1010]); +},970,[2,74,5,6,50,52,55,95,103,41,971,973,974,275,975,976,977,978,979,980,981,982,983]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -146280,7 +144812,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // Reexport the native module spec used by codegen. The relevant files are inluded on Android // to ensure the compatibility with the old arch, while iOS doesn't require those at all. var _default = exports.default = _NativeRNGestureHandlerModule.default; -},998,[2,999]); +},971,[2,972]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -146288,7 +144820,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e exports.default = undefined; var _reactNative = _$$_REQUIRE(_dependencyMap[0]); var _default = exports.default = _reactNative.TurboModuleRegistry.getEnforcing('RNGestureHandlerModule'); -},999,[41]); +},972,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -146296,7 +144828,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e exports.default = undefined; var _reactNative = _$$_REQUIRE(_dependencyMap[0]); var _default = exports.default = _reactNative.findNodeHandle; -},1000,[41]); +},973,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -146305,7 +144837,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e exports.default = undefined; var _react = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); var _default = exports.default = _react.default.createContext(false); -},1001,[2,103]); +},974,[2,103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -146316,7 +144848,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0]).customDirectEventTypes; } }); -},1002,[128]); +},975,[128]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -146412,7 +144944,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return true; } var INT32_MAX = exports.INT32_MAX = 2147483647; -},1003,[2,74,103]); +},976,[2,74,103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -146430,7 +144962,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; // eslint-disable-next-line @typescript-eslint/no-redeclare -- backward compatibility; it can be used as a type and as a value -},1004,[]); +},977,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -146440,7 +144972,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function getNextHandlerTag() { return handlerTag++; } -},1005,[]); +},978,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -146454,7 +144986,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; // eslint-disable-next-line @typescript-eslint/no-redeclare -- backward compatibility; it can be used as a type and as a value -},1006,[]); +},979,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -146503,7 +145035,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return null; } -},1007,[1003]); +},980,[976]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -146576,7 +145108,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); } } -},1008,[2,41,998,1003,1007,1009]); +},981,[2,41,971,976,980,982]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -146585,7 +145117,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // We check for typeof requestAnimationFrame because of SSR // Functions are bound to null to avoid issues with scope when using Metro inline requires. var ghQueueMicrotask = exports.ghQueueMicrotask = typeof setImmediate === 'function' ? setImmediate.bind(null) : typeof requestAnimationFrame === 'function' ? requestAnimationFrame.bind(null) : queueMicrotask.bind(null); -},1009,[]); +},982,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -146649,7 +145181,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }(); MountRegistry.mountListeners = new Set(); MountRegistry.unmountListeners = new Set(); -},1010,[2,5,6]); +},983,[2,5,6]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -146675,7 +145207,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }({}); // TODO(TS) events in handlers // Events payloads are types instead of interfaces due to TS limitation. // See https://github.com/microsoft/TypeScript/issues/15300 for more info. -},1011,[]); +},984,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -146684,7 +145216,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e exports.default = undefined; var _RNGestureHandlerButtonNativeComponent = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); var _default = exports.default = _RNGestureHandlerButtonNativeComponent.default; -},1012,[2,1013]); +},985,[2,986]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -146715,7 +145247,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[3]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1013,[2,300,87,106]); +},986,[2,300,87,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -146745,7 +145277,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // eslint-disable-next-line @typescript-eslint/no-redeclare -- backward compatibility; it can be used as a type and as a value // eslint-disable-next-line @typescript-eslint/no-redeclare -},1014,[]); +},987,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -146851,7 +145383,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e ); }); // eslint-disable-next-line @typescript-eslint/no-redeclare -},1015,[2,66,74,11,103,41,995,275,1003,996]); +},988,[2,66,74,11,103,41,968,275,976,969]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -146881,7 +145413,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e allowedProps: [].concat((0, _toConsumableArray2.default)(_$$_REQUIRE(_dependencyMap[3]).baseGestureHandlerProps), flingGestureHandlerProps), config: {} }); -},1016,[2,74,997,1011]); +},989,[2,74,970,984]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -146939,7 +145471,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e config: {} }) : ForceTouchFallback; ForceTouchGestureHandler.forceTouchAvailable = (_PlatformConstants.default == null ? undefined : _PlatformConstants.default.forceTouchAvailable) || false; -},1017,[2,74,5,6,50,52,55,103,1018,997,1003,1011]); +},990,[2,74,5,6,50,52,55,103,991,970,976,984]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -146948,7 +145480,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _reactNative = _$$_REQUIRE(_dependencyMap[0]); var _NativeModules$Platfo; var _default = exports.default = (_NativeModules$Platfo = _reactNative.NativeModules == null ? undefined : _reactNative.NativeModules.PlatformConstants) != null ? _NativeModules$Platfo : _reactNative.Platform.constants; -},1018,[41]); +},991,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -147079,7 +145611,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return (0, _construct2.default)(_$$_REQUIRE(_dependencyMap[12]).ExclusiveGesture, gestures); } }; -},1019,[2,196,1020,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031]); +},992,[2,196,993,995,996,997,998,999,1000,1001,1002,1003,1004]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -147190,7 +145722,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[6]).BaseGesture); -},1020,[2,5,6,50,52,55,1021]); +},993,[2,5,6,50,52,55,994]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -147609,7 +146141,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(BaseGesture); -},1021,[2,50,52,55,6,5,1005,1003]); +},994,[2,50,52,55,6,5,978,976]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -147850,7 +146382,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[7]).ContinousBaseGesture); -},1022,[2,5,6,50,52,53,55,1021]); +},995,[2,5,6,50,52,53,55,994]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -147906,7 +146438,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[7]).ContinousBaseGesture); -},1023,[2,5,6,50,52,53,55,1021]); +},996,[2,5,6,50,52,53,55,994]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -147962,7 +146494,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[7]).ContinousBaseGesture); -},1024,[2,5,6,50,52,53,55,1021]); +},997,[2,5,6,50,52,53,55,994]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -148013,7 +146545,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[6]).BaseGesture); -},1025,[2,5,6,50,52,55,1021]); +},998,[2,5,6,50,52,55,994]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -148075,7 +146607,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[6]).BaseGesture); -},1026,[2,5,6,50,52,55,1021]); +},999,[2,5,6,50,52,55,994]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -148176,7 +146708,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e /** * @deprecated ForceTouch gesture is deprecated and will be removed in the future. */ -},1027,[2,5,6,50,52,53,55,1021]); +},1000,[2,5,6,50,52,53,55,994]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -148224,7 +146756,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[6]).BaseGesture); -},1028,[2,5,6,50,52,55,1021]); +},1001,[2,5,6,50,52,55,994]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -148270,7 +146802,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[7]).ContinousBaseGesture); -},1029,[2,5,6,50,52,53,55,1021]); +},1002,[2,5,6,50,52,53,55,994]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -148347,7 +146879,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[7]).ContinousBaseGesture); -},1030,[2,5,6,50,52,53,55,1021]); +},1003,[2,5,6,50,52,53,55,994]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -148483,7 +147015,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(ComposedGesture); -},1031,[2,5,6,50,52,55,74,1021]); +},1004,[2,5,6,50,52,55,74,994]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -148596,7 +147128,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); } }; -},1032,[2,103,41,1000,1001,275,1033,1042,1047,1043,1048,1045,1044,1049,1050]); +},1005,[2,103,41,973,974,275,1006,1015,1020,1016,1021,1018,1017,1022,1023]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -148692,7 +147224,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } : undefined }); } -},1033,[2,66,74,41,103,1011,1034,1035,1036,1017,1016,1030,996,1021,1003,1037,1038,1041]); +},1006,[2,66,74,41,103,984,1007,1008,1009,990,989,1003,969,994,976,1010,1011,1014]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -148724,7 +147256,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e shouldCancelWhenOutside: true } }); -},1034,[2,74,997,1011]); +},1007,[2,74,970,984]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -148810,7 +147342,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function managePanProps(props) { return transformPanGestureHandlerProps(props); } -},1035,[2,74,997,1011]); +},1008,[2,74,970,984]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -148842,7 +147374,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e shouldCancelWhenOutside: true } }); -},1036,[2,74,997,1011]); +},1009,[2,74,970,984]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -148879,7 +147411,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return reactNativeGestureHandler_reanimatedWrapperTs1; }(); } -},1037,[764,1003]); +},1010,[737,976]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -148981,7 +147513,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e gestureHandlerStateChangeEventSubscription = null; } } -},1038,[41,1007,1004,1039,1040]); +},1011,[41,980,977,1012,1013]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -149110,7 +147642,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var GestureStateManager = exports.GestureStateManager = { create: create }; -},1039,[1003,1037,1004]); +},1012,[976,1010,977]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -149125,7 +147657,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; // eslint-disable-next-line @typescript-eslint/no-redeclare -- backward compatibility; it can be used as a type and as a value -},1040,[]); +},1013,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -149165,7 +147697,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e getWasCalled = true; return useNewWebImplementation; } -},1041,[41,1003]); +},1014,[41,976]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -149206,7 +147738,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, [forceRender, gestureConfig, gesturesToAttach, preparedGesture, state, webEventHandlersRef]); return updateAttachedGestures; } -},1042,[2,103,1000,1033,1043,1044,1045,1046]); +},1015,[2,103,973,1006,1016,1017,1018,1019]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -149227,7 +147759,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return false; } -},1043,[]); +},1016,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -149243,7 +147775,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } (0, _$$_REQUIRE(_dependencyMap[4]).scheduleFlushOperations)(); } -},1044,[2,998,1007,1010,1008]); +},1017,[2,971,980,983,981]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -149306,7 +147838,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); } } -},1045,[2,998,41,1009,1033,1008,1007,1006,1010]); +},1018,[2,971,41,982,1006,981,980,979,983]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -149371,7 +147903,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e (0, _$$_REQUIRE(_dependencyMap[4]).scheduleFlushOperations)(); }); } -},1046,[2,998,1033,1009,1008,1007]); +},1019,[2,971,1006,982,981,980]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -149403,7 +147935,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, [state, updateAttachedGestures]); return refHandler; } -},1047,[2,103,1000]); +},1020,[2,103,973]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -149604,7 +148136,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e preparedGesture.animatedEventHandler = event; preparedGesture.animatedHandlers = sharedHandlersCallbacks; } -},1048,[1021,1040,1003,1037,1004,1039]); +},1021,[994,1013,976,1010,977,1012]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -149642,7 +148174,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }, [updateDetector, state]); } -},1049,[103,1008,1010]); +},1022,[103,981,983]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -149686,7 +148218,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_react.default.Component); var AnimatedWrap = exports.AnimatedWrap = (_Reanimated$default$c = _$$_REQUIRE(_dependencyMap[8]).Reanimated == null || (_Reanimated$default = _$$_REQUIRE(_dependencyMap[8]).Reanimated.default) == null ? undefined : _Reanimated$default.createAnimatedComponent(Wrap)) != null ? _Reanimated$default$c : Wrap; -},1050,[2,5,6,50,52,55,103,1003,1037]); +},1023,[2,5,6,50,52,55,103,976,1010]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -149713,7 +148245,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e allowedProps: _$$_REQUIRE(_dependencyMap[2]).baseGestureHandlerProps, config: {} }); -},1051,[2,997,1011]); +},1024,[2,970,984]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -149727,7 +148259,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e PointerType[PointerType["OTHER"] = 4] = "OTHER"; return PointerType; }({}); -},1052,[]); +},1025,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -149754,7 +148286,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e allowedProps: _$$_REQUIRE(_dependencyMap[2]).baseGestureHandlerProps, config: {} }); -},1053,[2,997,1011]); +},1026,[2,970,984]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -149810,7 +148342,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, rest)); }); // eslint-disable-next-line @typescript-eslint/no-redeclare -},1054,[2,11,103,41,275,1019,1032]); +},1027,[2,11,103,41,275,992,1005]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -149844,7 +148376,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _TouchableWithoutFeedback = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[2])); var _TouchableOpacity = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[3])); var _TouchableHighlight = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[4])); -},1055,[2,1056,1058,1059,1060]); +},1028,[2,1029,1031,1032,1033]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -149948,7 +148480,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e TouchableNativeFeedback.canUseNativeForeground = function () { return _reactNative.Platform.OS === 'android' && _reactNative.Platform.Version >= 23; }; -},1056,[2,11,5,6,50,52,55,41,103,1057,275]); +},1029,[2,11,5,6,50,52,55,41,103,1030,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -150223,7 +148755,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e exclusive: true } }; -},1057,[2,5,6,50,52,55,103,41,275,1004,994]); +},1030,[2,5,6,50,52,55,103,41,275,977,967]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -150258,7 +148790,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, rest)); }); var _default = exports.default = TouchableWithoutFeedback; -},1058,[2,11,103,1057,275]); +},1031,[2,11,103,1030,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -150340,7 +148872,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e TouchableOpacity.defaultProps = Object.assign({}, _GenericTouchable.default.defaultProps, { activeOpacity: 0.2 }); -},1059,[2,11,5,6,50,52,55,41,1057,103,275]); +},1032,[2,11,5,6,50,52,55,41,1030,103,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -150445,7 +148977,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e delayPressOut: 100, underlayColor: 'black' }); -},1060,[2,11,5,6,50,52,55,103,1057,41,275]); +},1033,[2,11,5,6,50,52,55,103,1030,41,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -150476,7 +149008,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flex: 1 } }); -},1061,[2,103,41,1062,1065,275]); +},1034,[2,103,41,1035,1038,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -150567,14 +149099,14 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return targetComponent; } module.exports = hoistNonReactStatics; -},1062,[1063]); +},1035,[1036]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; { module.exports = _$$_REQUIRE(_dependencyMap[0]); } -},1063,[1064]); +},1036,[1037]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** @license React v16.13.1 * react-is.production.min.js @@ -150693,7 +149225,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return "string" === typeof a || "function" === typeof a || a === e || a === m || a === g || a === f || a === p || a === q || "object" === typeof a && null !== a && (a.$$typeof === t || a.$$typeof === r || a.$$typeof === h || a.$$typeof === k || a.$$typeof === n || a.$$typeof === w || a.$$typeof === x || a.$$typeof === y || a.$$typeof === v); }; exports.typeOf = z; -},1064,[]); +},1037,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -150727,7 +149259,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flex: 1 } }); -},1065,[2,11,103,41,1001,1066,275,1067]); +},1038,[2,11,103,41,974,1039,275,1040]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -150743,7 +149275,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[2]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1066,[2,300,106]); +},1039,[2,300,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -150765,7 +149297,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e fabricInitialized = true; } } -},1067,[2,998,1038,1003]); +},1040,[2,971,1011,976]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -151123,7 +149655,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flexDirection: _reactNative.I18nManager.isRTL ? 'row' : 'row-reverse' }) }); -},1068,[2,5,6,50,52,55,103,41,275,1004,1035,1034]); +},1041,[2,5,6,50,52,55,103,41,275,977,1008,1007]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -151136,7 +149668,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); var _Pressable = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); -},1069,[2,1070]); +},1042,[2,1043]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -151569,7 +150101,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }; var _default = exports.default = Pressable; -},1070,[2,66,11,103,41,1012,275,1003,1071,1072,1019,1074,1032]); +},1043,[2,66,11,103,41,985,275,976,1044,1045,992,1047,1005]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -151672,7 +150204,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }; }; -},1071,[]); +},1044,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -151758,7 +150290,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return getUniversalStateMachine(handlePressIn, handlePressOut); } } -},1072,[41,1073]); +},1045,[41,1046]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -151803,7 +150335,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1073,[2,5,6]); +},1046,[2,5,6]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -151821,7 +150353,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e gesture[relationPropName](relationProp); } } -},1074,[2,74]); +},1047,[2,74]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -152357,7 +150889,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e zIndex: 1000 }) }); -},1075,[2,5,6,50,52,55,103,64,41,275,1004,1034,1035]); +},1048,[2,5,6,50,52,55,103,64,41,275,977,1007,1008]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -152549,7 +151081,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1076,[2,11,5,6,761,525]); +},1049,[2,11,5,6,734,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -152713,7 +151245,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1077,[2,5,6,720,657,757,761]); +},1050,[2,5,6,693,657,730,734]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -153147,7 +151679,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }(); _NewsmemoryDatabasesManager = NewsmemoryDatabasesManager; NewsmemoryDatabasesManager.database = new _Database.default(_NewsmemoryDatabasesManager.getDatabaseFilePath()); -},1078,[2,3,5,6,657,1077,1079]); +},1051,[2,3,5,6,657,1050,1052]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -153506,7 +152038,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }(); Database.MAX_INSERT_PARAMS = 500; Database.TAG = "DATABASE"; -},1079,[2,3,5,6,1080,627,657]); +},1052,[2,3,5,6,1053,627,657]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _slicedToArray = _$$_REQUIRE(_dependencyMap[0]); /* @@ -153595,7 +152127,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } _$$_REQUIRE(_dependencyMap[1]).SQLiteFactory.prototype.enablePromise = enablePromiseRuntime; module.exports = new (_$$_REQUIRE(_dependencyMap[1]).SQLiteFactory)(); -},1080,[66,1081]); +},1053,[66,1054]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* * sqlite.ios.core.js @@ -154330,7 +152862,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e SQLitePlugin: SQLitePlugin }; module.exports = plugin.sqlitePlugin; -},1081,[41]); +},1054,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -154514,7 +153046,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},1082,[2,3,5,6,657,525]); +},1055,[2,3,5,6,657,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -154773,7 +153305,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1083,[2,11,74,50,52,55,5,6,40,525]); +},1056,[2,11,74,50,52,55,5,6,40,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -155715,7 +154247,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(_$$_REQUIRE(_dependencyMap[25]).PaperSetupBaseConfig); -},1084,[2,3,5,6,50,52,53,55,1085,1086,1087,525,1088,1090,1091,1093,1094,1095,1096,1097,962,1098,1974,1975,1976,1092]); +},1057,[2,3,5,6,50,52,53,55,1058,1059,1060,525,1061,1063,1064,1066,1067,1068,1069,1070,935,1071,1944,1945,1946,1065]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -156175,7 +154707,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } } }; -},1085,[2,3,5,6,525]); +},1058,[2,3,5,6,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -156564,7 +155096,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1086,[2,5,6,40,525,954]); +},1059,[2,5,6,40,525,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -156732,7 +155264,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1087,[2,5,6]); +},1060,[2,5,6]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -157389,7 +155921,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1088,[2,3,5,6,1089,525]); +},1061,[2,3,5,6,1062,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -157494,7 +156026,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e location: "location" } }; -},1089,[2,3,5,6,525]); +},1062,[2,3,5,6,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -157686,7 +156218,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1090,[2,5,6,40,525]); +},1063,[2,5,6,40,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -157778,7 +156310,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(_$$_REQUIRE(_dependencyMap[10]).PaperSetupBaseConfig); -},1091,[2,3,5,6,50,52,53,55,1085,525,1092]); +},1064,[2,3,5,6,50,52,53,55,1058,525,1065]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -157867,7 +156399,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},1092,[2,3,5,6,1085,525]); +},1065,[2,3,5,6,1058,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -157953,7 +156485,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(_$$_REQUIRE(_dependencyMap[10]).PaperSetupBaseConfig); -},1093,[2,3,5,6,50,52,53,55,1085,525,1092]); +},1066,[2,3,5,6,50,52,53,55,1058,525,1065]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -158019,7 +156551,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(_$$_REQUIRE(_dependencyMap[9]).PaperSetupBaseConfig); -},1094,[2,3,5,6,50,52,53,55,1085,1092]); +},1067,[2,3,5,6,50,52,53,55,1058,1065]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -158102,7 +156634,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(_$$_REQUIRE(_dependencyMap[10]).PaperSetupBaseConfig); -},1095,[2,3,50,52,53,55,6,5,1085,525,1092]); +},1068,[2,3,50,52,53,55,6,5,1058,525,1065]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -158157,7 +156689,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(_$$_REQUIRE(_dependencyMap[9]).PaperSetupBaseConfig); -},1096,[2,3,5,6,50,52,53,55,1085,1092]); +},1069,[2,3,5,6,50,52,53,55,1058,1065]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -158287,7 +156819,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(_$$_REQUIRE(_dependencyMap[9]).PaperSetupBaseConfig); -},1097,[2,3,5,6,50,52,53,55,1085,1092]); +},1070,[2,3,5,6,50,52,53,55,1058,1065]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -158684,7 +157216,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1098,[2,11,5,6,40,1099,525]); +},1071,[2,11,5,6,40,1072,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -159483,72 +158015,72 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e switch (moduleName) { case DEPENDENCIES.Accordion: module = function () { - throw new Error("Cannot find module 'react-native-collapsible/Accordion'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module 'react-native-collapsible/Accordion'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.ActionButton: module = function () { - throw new Error("Cannot find module 'react-native-action-button'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module 'react-native-action-button'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.AdMob: module = function () { - throw new Error("Cannot find module '@tecnavia/react-native-admob'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@tecnavia/react-native-admob'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.Baronweather: module = function () { - throw new Error("Cannot find module '@tecnavia/react-native-baronweather'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@tecnavia/react-native-baronweather'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.BeaconsManager: module = function () { - throw new Error("Cannot find module 'react-native-beacons-manager'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module 'react-native-beacons-manager'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.BLEManager: module = function () { - throw new Error("Cannot find module 'react-native-ble-manager'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module 'react-native-ble-manager'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.BlueConic: module = function () { - throw new Error("Cannot find module '@blueconic/blueconic-react-native'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@blueconic/blueconic-react-native'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.BottomTabs: module = function () { - throw new Error("Cannot find module '@react-navigation/bottom-tabs'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@react-navigation/bottom-tabs'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.ChartBeat: module = function () { - throw new Error("Cannot find module '@tecnavia/react-native-chartbeat'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@tecnavia/react-native-chartbeat'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.Push: module = function () { - throw new Error("Cannot find module '@tecnavia/react-native-cloud-messaging'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@tecnavia/react-native-cloud-messaging'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.PushNotification: module = function () { - throw new Error("Cannot find module 'react-native-push-notification'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module 'react-native-push-notification'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.PushNotificationIOS: module = function () { - throw new Error("Cannot find module '@react-native-community/push-notification-ios'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@react-native-community/push-notification-ios'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.DailyMotionPlayer: module = function () { - throw new Error("Cannot find module '@tecnavia/react-native-dailymotion-sdk'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@tecnavia/react-native-dailymotion-sdk'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.DateTimePicker: module = function () { - throw new Error("Cannot find module '@react-native-community/datetimepicker'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@react-native-community/datetimepicker'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.Dfp: @@ -159556,22 +158088,22 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e break; case DEPENDENCIES.IOSExternalLinkAccount: module = function () { - throw new Error("Cannot find module '@tecnavia/react-native-external-link-account'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@tecnavia/react-native-external-link-account'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.FirebaseAnalytics: module = function () { - throw new Error("Cannot find module '@tecnavia/react-native-firebase-analytics'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@tecnavia/react-native-firebase-analytics'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.FirebaseCrashlytics: module = function () { - throw new Error("Cannot find module '@tecnavia/react-native-firebase-crashlytics'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@tecnavia/react-native-firebase-crashlytics'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.Geolocation: module = function () { - throw new Error("Cannot find module '@tecnavia/react-native-geolocation'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@tecnavia/react-native-geolocation'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.IubendaCMP: @@ -159579,27 +158111,27 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e break; case DEPENDENCIES.IOSNewsmemorySDK: module = function () { - throw new Error("Cannot find module '@tecnavia/react-native-newsmemory-pod'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@tecnavia/react-native-newsmemory-pod'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.Osano: module = function () { - throw new Error("Cannot find module '@tecnavia/react-native-osano-web'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@tecnavia/react-native-osano-web'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.Permissions: module = function () { - throw new Error("Cannot find module 'react-native-permissions'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module 'react-native-permissions'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.ScreenshotPrevent: module = function () { - throw new Error("Cannot find module '@tecnavia/react-native-screenshot-prevent'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@tecnavia/react-native-screenshot-prevent'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.Slider: module = function () { - throw new Error("Cannot find module '@react-native-community/slider'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@react-native-community/slider'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.WebAnalytics: @@ -159607,47 +158139,47 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e break; case DEPENDENCIES.MatomoTracker: module = function () { - throw new Error("Cannot find module 'matomo-tracker-react-native'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module 'matomo-tracker-react-native'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.AdobeAnalytics: module = function () { - throw new Error("Cannot find module '@tecnavia/react-native-adbmobile'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@tecnavia/react-native-adbmobile'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.Comscore: module = function () { - throw new Error("Cannot find module '@tecnavia/react-native-comscore'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@tecnavia/react-native-comscore'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.FacebookSDK: module = function () { - throw new Error("Cannot find module 'react-native-fbsdk-next'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module 'react-native-fbsdk-next'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.RNHTMLtoPDF: module = function () { - throw new Error("Cannot find module 'react-native-html-to-pdf'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module 'react-native-html-to-pdf'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.RNIap: module = function () { - throw new Error("Cannot find module 'react-native-iap'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module 'react-native-iap'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.Maps: module = function () { - throw new Error("Cannot find module 'react-native-maps'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module 'react-native-maps'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.MatherAnalytics: module = function () { - throw new Error("Cannot find module '@tecnavia/react-native-mather-analytics'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@tecnavia/react-native-mather-analytics'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.Matomo: module = function () { - throw new Error("Cannot find module '@tecnavia/react-native-matomo'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@tecnavia/react-native-matomo'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.NativeOptionsPage: @@ -159655,32 +158187,32 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e break; case DEPENDENCIES.NativeSplashScreen: module = function () { - throw new Error("Cannot find module '@tecnavia/react-native-splash-screen'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@tecnavia/react-native-splash-screen'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.NativeStack: module = function () { - throw new Error("Cannot find module '@react-navigation/native-stack'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@react-navigation/native-stack'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.Nativo: module = function () { - throw new Error("Cannot find module 'react-native-nativo-ads'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module 'react-native-nativo-ads'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.ObjectHash: module = function () { - throw new Error("Cannot find module 'object-hash'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module 'object-hash'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.OneSignal: module = function () { - throw new Error("Cannot find module 'react-native-onesignal'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module 'react-native-onesignal'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.Prebid: module = function () { - throw new Error("Cannot find module '@tecnavia/react-native-prebid'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@tecnavia/react-native-prebid'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.Stack: @@ -159688,22 +158220,22 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e break; case DEPENDENCIES.IOSTrackingTransparency: module = function () { - throw new Error("Cannot find module 'react-native-tracking-transparency'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module 'react-native-tracking-transparency'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.ViafouraWebView: module = function () { - throw new Error("Cannot find module '@tecnavia/react-native-viafoura'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@tecnavia/react-native-viafoura'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.Voice: module = function () { - throw new Error("Cannot find module '@tecnavia/react-native-voice'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module '@tecnavia/react-native-voice'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; case DEPENDENCIES.XMLDom: module = function () { - throw new Error("Cannot find module 'xmldom'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/src/lib/utils/noop.js"); + throw new Error("Cannot find module 'xmldom'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/src/lib/utils/noop.js"); }(); break; } @@ -159713,7 +158245,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(); OptionalPackages.modules = (_OptionalPackages$mod14 = {}, (0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)(_OptionalPackages$mod14, DEPENDENCIES.Accordion, undefined), DEPENDENCIES.ActionButton, undefined), DEPENDENCIES.AdMob, undefined), DEPENDENCIES.AdobeAnalytics, undefined), DEPENDENCIES.Baronweather, undefined), DEPENDENCIES.BeaconsManager, undefined), DEPENDENCIES.BLEManager, undefined), DEPENDENCIES.BlueConic, undefined), DEPENDENCIES.BottomTabs, undefined), DEPENDENCIES.ChartBeat, undefined), (0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)(_OptionalPackages$mod14, DEPENDENCIES.Comscore, undefined), DEPENDENCIES.DailyMotionPlayer, undefined), DEPENDENCIES.DateTimePicker, undefined), DEPENDENCIES.Dfp, undefined), DEPENDENCIES.FacebookSDK, undefined), DEPENDENCIES.FirebaseAnalytics, undefined), DEPENDENCIES.FirebaseCrashlytics, undefined), DEPENDENCIES.Geolocation, undefined), DEPENDENCIES.IOSExternalLinkAccount, undefined), DEPENDENCIES.IOSNewsmemorySDK, undefined), (0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)(_OptionalPackages$mod14, DEPENDENCIES.IOSTrackingTransparency, undefined), DEPENDENCIES.IubendaCMP, undefined), DEPENDENCIES.Maps, undefined), DEPENDENCIES.Matomo, undefined), DEPENDENCIES.MatomoTracker, undefined), DEPENDENCIES.MatherAnalytics, undefined), DEPENDENCIES.NativeOptionsPage, undefined), DEPENDENCIES.NativeSplashScreen, undefined), DEPENDENCIES.Nativo, undefined), DEPENDENCIES.ObjectHash, undefined), (0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)(_OptionalPackages$mod14, DEPENDENCIES.OneSignal, undefined), DEPENDENCIES.Osano, undefined), DEPENDENCIES.Permissions, undefined), DEPENDENCIES.Prebid, undefined), DEPENDENCIES.Push, undefined), DEPENDENCIES.PushNotification, undefined), DEPENDENCIES.PushNotificationIOS, undefined), DEPENDENCIES.RNHTMLtoPDF, undefined), DEPENDENCIES.RNIap, undefined), DEPENDENCIES.ScreenshotPrevent, undefined), (0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)(_OptionalPackages$mod14, DEPENDENCIES.Slider, undefined), DEPENDENCIES.ViafouraWebView, undefined), DEPENDENCIES.Voice, undefined), DEPENDENCIES.WebAnalytics, undefined), DEPENDENCIES.XMLDom, undefined)); -},1099,[2,95,11,5,6,525,1100,1103,1126,1132,1943]); +},1072,[2,95,11,5,6,525,1073,1076,1099,1105,1913]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); var _RNDFPBanner = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); @@ -159722,7 +158254,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e Banner: _RNDFPBanner.default, Interstitial: _RNDFPInterstitial.default }; -},1100,[2,1101,1102]); +},1073,[2,1074,1075]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -159869,7 +158401,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e targeting: _propTypes.default.object }; var RNBanner = (0, _reactNative.requireNativeComponent)("RNDFPBanner", DFPBanner); -},1101,[2,168,5,6,50,52,55,103,673,41]); +},1074,[2,168,5,6,50,52,55,103,673,41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -159877,7 +158409,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e exports.default = undefined; var _reactNative = _$$_REQUIRE(_dependencyMap[0]); var _default = exports.default = _reactNative.NativeModules.RNDFPInterstitial; -},1102,[41]); +},1075,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -159893,7 +158425,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _iubenda = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); var _iubendaContainer = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[2])); var _default = exports.default = _iubenda.default; -},1103,[2,1104,1116]); +},1076,[2,1077,1089]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -160244,7 +158776,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onConsentChange: undefined, onDismiss: undefined }; -},1104,[2,11,632,681,6,5,103,1105,525,1107,1108]); +},1077,[2,11,632,681,6,5,103,1078,525,1080,1081]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -160578,7 +159110,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1105,[2,632,5,6,1106,525]); +},1078,[2,632,5,6,1079,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -160647,7 +159179,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e uspData: "uspData" } }; -},1106,[2,632,5,6,525]); +},1079,[2,632,5,6,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -160673,7 +159205,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onShowConsentUI(value); } }; -},1107,[2,66,103]); +},1080,[2,66,103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -160924,7 +159456,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onOptOut: _propTypes.default.func, onClose: _propTypes.default.func }; -},1108,[2,681,74,11,5,6,50,52,55,103,673,41,525,1109]); +},1081,[2,681,74,11,5,6,50,52,55,103,673,41,525,1082]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -160939,7 +159471,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e exports.default = undefined; var _WebView = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); var _default = exports.default = _WebView.default; -},1109,[2,1110]); +},1082,[2,1083]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -161210,7 +159742,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e isFileUploadSupported: isFileUploadSupported }); var _default = exports.default = WebView; -},1110,[2,95,66,11,103,41,72,57,64,1111,1112,1113,275,41,1114]); +},1083,[2,95,66,11,103,41,72,57,64,1084,1085,1086,275,41,1087]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -161401,7 +159933,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _$$_REQUIRE(_dependencyMap[5]).dispatchCommand(ref, "clearHistory", []); } }; -},1111,[2,300,134,133,106,135]); +},1084,[2,300,134,133,106,135]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -161409,7 +159941,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e exports.default = undefined; var _reactNative = _$$_REQUIRE(_dependencyMap[0]); var _default = exports.default = _reactNative.TurboModuleRegistry.getEnforcing('RNCWebViewModule'); -},1112,[41]); +},1085,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -161454,7 +159986,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); var _default = exports.default = styles; -},1113,[41]); +},1086,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -161646,7 +160178,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e lastErrorEvent: lastErrorEvent }; }; -},1114,[2,66,74,1115,103,41,1113,275]); +},1087,[2,66,74,1088,103,41,1086,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -161659,7 +160191,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // Use a simple backslash escape when it’s always valid, and a \unnnn escape when the simpler form would be disallowed by Unicode patterns’ stricter grammar. return string.replace(/[|\\{}()[\]^$+*?.]/g, '\\$&').replace(/-/g, '\\x2d'); }; -},1115,[]); +},1088,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -161695,7 +160227,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e considerSafeArea: _propTypes.default.bool }; var _default = exports.default = IubendaContainer; -},1116,[2,103,673,1104,1107,1117]); +},1089,[2,103,673,1077,1080,1090]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use client'; @@ -161742,7 +160274,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},1117,[1118,1121,1123,1125]); +},1090,[1091,1094,1096,1098]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -161891,7 +160423,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e * @deprecated */ var SafeAreaContext = exports.SafeAreaContext = SafeAreaInsetsContext; -},1118,[2,66,11,103,41,275,1119]); +},1091,[2,66,11,103,41,275,1092]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -161904,7 +160436,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); var _NativeSafeAreaProvider = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); -},1119,[2,1120]); +},1092,[2,1093]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -161927,7 +160459,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[3]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1120,[2,300,133,106]); +},1093,[2,300,133,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -161976,7 +160508,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e ref: ref })); }); -},1121,[2,11,103,1122,275]); +},1094,[2,11,103,1095,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -161995,7 +160527,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[2]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1122,[2,300,106]); +},1095,[2,300,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -162010,7 +160542,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e * @deprecated */ var initialWindowSafeAreaInsets = exports.initialWindowSafeAreaInsets = initialWindowMetrics == null ? undefined : initialWindowMetrics.insets; -},1123,[2,1124]); +},1096,[2,1097]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -162018,12 +160550,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e exports.default = undefined; var _reactNative = _$$_REQUIRE(_dependencyMap[0]); var _default = exports.default = _reactNative.TurboModuleRegistry.get('RNCSafeAreaContext'); -},1124,[41]); +},1097,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true }); -},1125,[]); +},1098,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -162037,7 +160569,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return instance; }; var _default = exports.default = analytics; -},1126,[1127]); +},1099,[1100]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -162189,7 +160721,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},1127,[2,3,5,6,41,1128,1129,1130]); +},1100,[2,3,5,6,41,1101,1102,1103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -162425,7 +160957,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e `; -},1128,[]); +},1101,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -162473,7 +161005,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return true; } -},1129,[1130,1131]); +},1102,[1103,1104]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -162559,7 +161091,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function noop() { // noop-🐈 } -},1130,[]); +},1103,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -162568,7 +161100,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var RESERVED_EVENT_NAMES = exports.RESERVED_EVENT_NAMES = ["ad_reward", "app_background", "app_clear_data", // 'app_exception', "app_remove", "app_store_refund", "app_store_subscription_cancel", "app_store_subscription_convert", "app_store_subscription_renew", "app_update", "app_upgrade", "dynamic_link_app_open", "dynamic_link_app_update", "dynamic_link_first_open", "error", "first_open", "in_app_purchase", "notification_dismiss", "notification_foreground", "notification_open", "notification_receive", "os_update", "session_start", "session_start_with_rollout", "user_engagement"]; -},1131,[]); +},1104,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -162679,13 +161211,13 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e needsCssProvider: _propTypes.default.bool }, _Container.default.propTypes); var _default = exports.default = Root; -},1132,[2,11,1133,103,673,41,1154,1941,1942,1169,1161,1540,275,1298,1294]); +},1105,[2,11,1106,103,673,41,1127,1911,1912,1142,1134,1513,275,1271,1267]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { _$$_REQUIRE(_dependencyMap[0]); -},1133,[1134]); +},1106,[1107]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { (0, _$$_REQUIRE(_dependencyMap[0]).setupURLPolyfill)(); -},1134,[1135]); +},1107,[1108]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -162726,7 +161258,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[6]).URLSearchParams; }); } -},1135,[1136,1137,1152,1153,143,1137,1152]); +},1108,[1109,1110,1125,1126,143,1110,1125]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _reactNative = _$$_REQUIRE(_dependencyMap[0]); /** @@ -162748,7 +161280,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); } } -},1136,[41]); +},1109,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -162799,7 +161331,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // Do nothing. }; var URL = exports.URL = _$$_REQUIRE(_dependencyMap[1]).URL; -},1137,[41,1138]); +},1110,[41,1111]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -162818,13 +161350,13 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e exports.setThePassword = _$$_REQUIRE(_dependencyMap[1]).setThePassword; exports.cannotHaveAUsernamePasswordPort = _$$_REQUIRE(_dependencyMap[1]).cannotHaveAUsernamePasswordPort; exports.percentDecode = _$$_REQUIRE(_dependencyMap[2]).percentDecode; -},1138,[1139,1143,1148]); +},1111,[1112,1116,1121]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; exports.URL = _$$_REQUIRE(_dependencyMap[0]); exports.URLSearchParams = _$$_REQUIRE(_dependencyMap[1]); -},1139,[1140,1149]); +},1112,[1113,1122]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -163197,7 +161729,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; // iface module.exports = iface; -},1140,[95,5,6,1141,1142,1151]); +},1113,[95,5,6,1114,1115,1124]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -163299,7 +161831,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e namedSetExisting: namedSetExisting, namedDelete: namedDelete }; -},1141,[]); +},1114,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -163523,7 +162055,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1142,[5,6,1143,1149,1148]); +},1115,[5,6,1116,1122,1121]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -164608,7 +163140,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e encodingOverride: options.encodingOverride }); }; -},1143,[1144,1145,1146,1148]); +},1116,[1117,1118,1119,1121]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -164628,7 +163160,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e /** Regular expressions */ var regexPunycode = /^xn--/; - var regexNonASCII = /[^\0-\x7E]/; // non-ASCII chars + var regexNonASCII = /[^\0-\x7F]/; // Note: U+007F DEL is excluded too. var regexSeparators = /[\x2E\u3002\uFF0E\uFF61]/g; // RFC 3490 separators /** Error messages */ @@ -164663,11 +163195,11 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e * item. * @returns {Array} A new array of values returned by the callback function. */ - function map(array, fn) { + function map(array, callback) { var result = []; var length = array.length; while (length--) { - result[length] = fn(array[length]); + result[length] = callback(array[length]); } return result; } @@ -164679,22 +163211,22 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e * @param {String} domain The domain name or email address. * @param {Function} callback The function that gets called for every * character. - * @returns {Array} A new string of characters returned by the callback + * @returns {String} A new string of characters returned by the callback * function. */ - function mapDomain(string, fn) { - var parts = string.split('@'); + function mapDomain(domain, callback) { + var parts = domain.split('@'); var result = ''; if (parts.length > 1) { // In email addresses, only the domain name should be punycoded. Leave // the local part (i.e. everything up to `@`) intact. result = parts[0] + '@'; - string = parts[1]; + domain = parts[1]; } // Avoid `split(regex)` for IE8 compatibility. See #17. - string = string.replace(regexSeparators, '\x2E'); - var labels = string.split('.'); - var encoded = map(labels, fn).join('.'); + domain = domain.replace(regexSeparators, '\x2E'); + var labels = domain.split('.'); + var encoded = map(labels, callback).join('.'); return result + encoded; } @@ -164744,8 +163276,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e * @param {Array} codePoints The array of numeric code points. * @returns {String} The new Unicode string (UCS-2). */ - var ucs2encode = function ucs2encode(array) { - return String.fromCodePoint.apply(String, _toConsumableArray(array)); + var ucs2encode = function ucs2encode(codePoints) { + return String.fromCodePoint.apply(String, _toConsumableArray(codePoints)); }; /** @@ -164758,13 +163290,13 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e * the code point does not represent a value. */ var basicToDigit = function basicToDigit(codePoint) { - if (codePoint - 0x30 < 0x0A) { - return codePoint - 0x16; + if (codePoint >= 0x30 && codePoint < 0x3A) { + return 26 + (codePoint - 0x30); } - if (codePoint - 0x41 < 0x1A) { + if (codePoint >= 0x41 && codePoint < 0x5B) { return codePoint - 0x41; } - if (codePoint - 0x61 < 0x1A) { + if (codePoint >= 0x61 && codePoint < 0x7B) { return codePoint - 0x61; } return base; @@ -164851,7 +163383,10 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e error('invalid-input'); } var digit = basicToDigit(input.charCodeAt(index++)); - if (digit >= base || digit > floor((maxInt - i) / w)) { + if (digit >= base) { + error('invalid-input'); + } + if (digit > floor((maxInt - i) / w)) { error('overflow'); } i += digit * w; @@ -164943,7 +163478,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e if (_currentValue2 < n && ++delta > maxInt) { error('overflow'); } - if (_currentValue2 == n) { + if (_currentValue2 === n) { // Represent delta as a generalized variable-length integer. var q = delta; for /* no condition */ @@ -164958,7 +163493,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e q = floor(qMinusT / baseMinusT); } output.push(stringFromCharCode(digitToBasic(q, 0))); - bias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength); + bias = adapt(delta, handledCPCountPlusOne, handledCPCount === basicLength); delta = 0; ++handledCPCount; } @@ -165012,7 +163547,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e * @memberOf punycode * @type String */ - 'version': '2.1.0', + 'version': '2.3.1', /** * An object of methods to convert from JavaScript's internal character * representation (UCS-2) to Unicode code points, and back. @@ -165030,7 +163565,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e 'toUnicode': toUnicode }; module.exports = punycode; -},1144,[74]); +},1117,[74]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -165052,7 +163587,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e isASCIIAlphanumeric: isASCIIAlphanumeric, isASCIIHex: isASCIIHex }; -},1145,[]); +},1118,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /*! * The buffer module from node.js, for the browser. @@ -166559,7 +165094,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return table; }(); -},1146,[222,1147]); +},1119,[222,1120]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh */ exports.read = function (buffer, offset, isLE, mLen, nBytes) { @@ -166635,7 +165170,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {} buffer[offset + i - d] |= s * 128; }; -},1147,[]); +},1120,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -166758,7 +165293,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // application/x-www-form-urlencoded serializer serializeUrlencoded: serializeUrlencoded }; -},1148,[66,1146,1145]); +},1121,[66,1119,1118]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -167223,7 +165758,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; // iface module.exports = iface; -},1149,[5,6,95,66,1141,1150,1151]); +},1122,[5,6,95,66,1114,1123,1124]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -167373,7 +165908,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1150,[5,6,1148]); +},1123,[5,6,1121]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -167686,7 +166221,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e exports.DOMTimeStamp = exports["unsigned long long"]; exports.Function = convertCallbackFunction; exports.VoidFunction = convertCallbackFunction; -},1151,[]); +},1124,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -167697,7 +166232,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0]).URLSearchParams; } }); -},1152,[1138]); +},1125,[1111]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "name": "react-native-url-polyfill", @@ -167776,7 +166311,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex } } ; -},1153,[]); +},1126,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -168158,7 +166693,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e favoriteEdition: _propTypes.default.string }; var _default = exports.default = Container; -},1154,[2,74,66,11,3,103,41,673,1155,1157,1167,1168,1299,1432,1434,1435,1300,1305,1301,1418,1436,1156,1169,275,1289,1929,1930,1307,1298,1566,1931]); +},1127,[2,74,66,11,3,103,41,673,1128,1130,1140,1141,1272,1405,1407,1408,1273,1278,1274,1391,1409,1129,1142,275,1262,1899,1900,1280,1271,1539,1901]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -168413,7 +166948,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _getLanguagePack.apply(this, arguments); } var _default = exports.default = API; -},1155,[2,3,5,6,58,59,14,1156,1157,1158,1159,1160]); +},1128,[2,3,5,6,58,59,14,1129,1130,1131,1132,1133]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -168734,7 +167269,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1156,[2,5,6,58,59]); +},1129,[2,5,6,58,59]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -168823,7 +167358,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e writable: true, value: {} }); -},1157,[2,5,6,58,59]); +},1130,[2,5,6,58,59]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -168857,7 +167392,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function dpToPx(size) { return _reactNative.PixelRatio.roundToNearestPixel(size) * _reactNative.PixelRatio.get(); } -},1158,[41]); +},1131,[41]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = [ { @@ -168880,7 +167415,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex } ] ; -},1159,[]); +},1132,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -168968,7 +167503,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var uri = segmentURL(referenceURL); return domain === uri.getDomain(); } -},1160,[2,559,1161,1157,1163]); +},1133,[2,559,1134,1130,1136]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -169109,7 +167644,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1161,[2,5,6,58,59,1162]); +},1134,[2,5,6,58,59,1135]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -169402,7 +167937,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1162,[2,66,74,5,6,3,41,1157]); +},1135,[2,66,74,5,6,3,41,1130]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -169539,7 +168074,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return getDecodedEntity(entity, references, isAttribute, isStrict); }); } -},1163,[1164,1165,1166]); +},1136,[1137,1138,1139]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -169596,7 +168131,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e exports.namedReferences['xml'] = generateNamedReferences("lt~<~gt~>~quot~\"~apos~'~amp~&"); exports.namedReferences['html4'] = generateNamedReferences("apos~'~OElig~Œ~oelig~œ~Scaron~Š~scaron~š~Yuml~Ÿ~circ~ˆ~tilde~˜~ensp~ ~emsp~ ~thinsp~ ~zwnj~‌~zwj~‍~lrm~‎~rlm~‏~ndash~–~mdash~—~lsquo~‘~rsquo~’~sbquo~‚~ldquo~“~rdquo~”~bdquo~„~dagger~†~Dagger~‡~permil~‰~lsaquo~‹~rsaquo~›~euro~€~fnof~ƒ~Alpha~Α~Beta~Β~Gamma~Γ~Delta~Δ~Epsilon~Ε~Zeta~Ζ~Eta~Η~Theta~Θ~Iota~Ι~Kappa~Κ~Lambda~Λ~Mu~Μ~Nu~Ν~Xi~Ξ~Omicron~Ο~Pi~Π~Rho~Ρ~Sigma~Σ~Tau~Τ~Upsilon~Υ~Phi~Φ~Chi~Χ~Psi~Ψ~Omega~Ω~alpha~α~beta~β~gamma~γ~delta~δ~epsilon~ε~zeta~ζ~eta~η~theta~θ~iota~ι~kappa~κ~lambda~λ~mu~μ~nu~ν~xi~ξ~omicron~ο~pi~π~rho~ρ~sigmaf~ς~sigma~σ~tau~τ~upsilon~υ~phi~φ~chi~χ~psi~ψ~omega~ω~thetasym~ϑ~upsih~ϒ~piv~ϖ~bull~•~hellip~…~prime~′~Prime~″~oline~‾~frasl~⁄~weierp~℘~image~ℑ~real~ℜ~trade~™~alefsym~ℵ~larr~←~uarr~↑~rarr~→~darr~↓~harr~↔~crarr~↵~lArr~⇐~uArr~⇑~rArr~⇒~dArr~⇓~hArr~⇔~forall~∀~part~∂~exist~∃~empty~∅~nabla~∇~isin~∈~notin~∉~ni~∋~prod~∏~sum~∑~minus~−~lowast~∗~radic~√~prop~∝~infin~∞~ang~∠~and~∧~or~∨~cap~∩~cup~∪~int~∫~there4~∴~sim~∼~cong~≅~asymp~≈~ne~≠~equiv~≡~le~≤~ge~≥~sub~⊂~sup~⊃~nsub~⊄~sube~⊆~supe~⊇~oplus~⊕~otimes~⊗~perp~⊥~sdot~⋅~lceil~⌈~rceil~⌉~lfloor~⌊~rfloor~⌋~lang~〈~rang~〉~loz~◊~spades~♠~clubs~♣~hearts~♥~diams~♦~~nbsp~ ~iexcl~¡~cent~¢~pound~£~curren~¤~yen~¥~brvbar~¦~sect~§~uml~¨~copy~©~ordf~ª~laquo~«~not~¬~shy~­~reg~®~macr~¯~deg~°~plusmn~±~sup2~²~sup3~³~acute~´~micro~µ~para~¶~middot~·~cedil~¸~sup1~¹~ordm~º~raquo~»~frac14~¼~frac12~½~frac34~¾~iquest~¿~Agrave~À~Aacute~Á~Acirc~Â~Atilde~Ã~Auml~Ä~Aring~Å~AElig~Æ~Ccedil~Ç~Egrave~È~Eacute~É~Ecirc~Ê~Euml~Ë~Igrave~Ì~Iacute~Í~Icirc~Î~Iuml~Ï~ETH~Ð~Ntilde~Ñ~Ograve~Ò~Oacute~Ó~Ocirc~Ô~Otilde~Õ~Ouml~Ö~times~×~Oslash~Ø~Ugrave~Ù~Uacute~Ú~Ucirc~Û~Uuml~Ü~Yacute~Ý~THORN~Þ~szlig~ß~agrave~à~aacute~á~acirc~â~atilde~ã~auml~ä~aring~å~aelig~æ~ccedil~ç~egrave~è~eacute~é~ecirc~ê~euml~ë~igrave~ì~iacute~í~icirc~î~iuml~ï~eth~ð~ntilde~ñ~ograve~ò~oacute~ó~ocirc~ô~otilde~õ~ouml~ö~divide~÷~oslash~ø~ugrave~ù~uacute~ú~ucirc~û~uuml~ü~yacute~ý~thorn~þ~yuml~ÿ~quot~\"~amp~&~lt~<~gt~>"); exports.namedReferences['html5'] = generateNamedReferences("Abreve~Ă~Acy~А~Afr~𝔄~Amacr~Ā~And~⩓~Aogon~Ą~Aopf~𝔸~ApplyFunction~⁡~Ascr~𝒜~Assign~≔~Backslash~∖~Barv~⫧~Barwed~⌆~Bcy~Б~Because~∵~Bernoullis~ℬ~Bfr~𝔅~Bopf~𝔹~Breve~˘~Bscr~ℬ~Bumpeq~≎~CHcy~Ч~Cacute~Ć~Cap~⋒~CapitalDifferentialD~ⅅ~Cayleys~ℭ~Ccaron~Č~Ccirc~Ĉ~Cconint~∰~Cdot~Ċ~Cedilla~¸~CenterDot~·~Cfr~ℭ~CircleDot~⊙~CircleMinus~⊖~CirclePlus~⊕~CircleTimes~⊗~ClockwiseContourIntegral~∲~CloseCurlyDoubleQuote~”~CloseCurlyQuote~’~Colon~∷~Colone~⩴~Congruent~≡~Conint~∯~ContourIntegral~∮~Copf~ℂ~Coproduct~∐~CounterClockwiseContourIntegral~∳~Cross~⨯~Cscr~𝒞~Cup~⋓~CupCap~≍~DD~ⅅ~DDotrahd~⤑~DJcy~Ђ~DScy~Ѕ~DZcy~Џ~Darr~↡~Dashv~⫤~Dcaron~Ď~Dcy~Д~Del~∇~Dfr~𝔇~DiacriticalAcute~´~DiacriticalDot~˙~DiacriticalDoubleAcute~˝~DiacriticalGrave~`~DiacriticalTilde~˜~Diamond~⋄~DifferentialD~ⅆ~Dopf~𝔻~Dot~¨~DotDot~⃜~DotEqual~≐~DoubleContourIntegral~∯~DoubleDot~¨~DoubleDownArrow~⇓~DoubleLeftArrow~⇐~DoubleLeftRightArrow~⇔~DoubleLeftTee~⫤~DoubleLongLeftArrow~⟸~DoubleLongLeftRightArrow~⟺~DoubleLongRightArrow~⟹~DoubleRightArrow~⇒~DoubleRightTee~⊨~DoubleUpArrow~⇑~DoubleUpDownArrow~⇕~DoubleVerticalBar~∥~DownArrow~↓~DownArrowBar~⤓~DownArrowUpArrow~⇵~DownBreve~̑~DownLeftRightVector~⥐~DownLeftTeeVector~⥞~DownLeftVector~↽~DownLeftVectorBar~⥖~DownRightTeeVector~⥟~DownRightVector~⇁~DownRightVectorBar~⥗~DownTee~⊤~DownTeeArrow~↧~Downarrow~⇓~Dscr~𝒟~Dstrok~Đ~ENG~Ŋ~Ecaron~Ě~Ecy~Э~Edot~Ė~Efr~𝔈~Element~∈~Emacr~Ē~EmptySmallSquare~◻~EmptyVerySmallSquare~▫~Eogon~Ę~Eopf~𝔼~Equal~⩵~EqualTilde~≂~Equilibrium~⇌~Escr~ℰ~Esim~⩳~Exists~∃~ExponentialE~ⅇ~Fcy~Ф~Ffr~𝔉~FilledSmallSquare~◼~FilledVerySmallSquare~▪~Fopf~𝔽~ForAll~∀~Fouriertrf~ℱ~Fscr~ℱ~GJcy~Ѓ~Gammad~Ϝ~Gbreve~Ğ~Gcedil~Ģ~Gcirc~Ĝ~Gcy~Г~Gdot~Ġ~Gfr~𝔊~Gg~⋙~Gopf~𝔾~GreaterEqual~≥~GreaterEqualLess~⋛~GreaterFullEqual~≧~GreaterGreater~⪢~GreaterLess~≷~GreaterSlantEqual~⩾~GreaterTilde~≳~Gscr~𝒢~Gt~≫~HARDcy~Ъ~Hacek~ˇ~Hat~^~Hcirc~Ĥ~Hfr~ℌ~HilbertSpace~ℋ~Hopf~ℍ~HorizontalLine~─~Hscr~ℋ~Hstrok~Ħ~HumpDownHump~≎~HumpEqual~≏~IEcy~Е~IJlig~IJ~IOcy~Ё~Icy~И~Idot~İ~Ifr~ℑ~Im~ℑ~Imacr~Ī~ImaginaryI~ⅈ~Implies~⇒~Int~∬~Integral~∫~Intersection~⋂~InvisibleComma~⁣~InvisibleTimes~⁢~Iogon~Į~Iopf~𝕀~Iscr~ℐ~Itilde~Ĩ~Iukcy~І~Jcirc~Ĵ~Jcy~Й~Jfr~𝔍~Jopf~𝕁~Jscr~𝒥~Jsercy~Ј~Jukcy~Є~KHcy~Х~KJcy~Ќ~Kcedil~Ķ~Kcy~К~Kfr~𝔎~Kopf~𝕂~Kscr~𝒦~LJcy~Љ~Lacute~Ĺ~Lang~⟪~Laplacetrf~ℒ~Larr~↞~Lcaron~Ľ~Lcedil~Ļ~Lcy~Л~LeftAngleBracket~⟨~LeftArrow~←~LeftArrowBar~⇤~LeftArrowRightArrow~⇆~LeftCeiling~⌈~LeftDoubleBracket~⟦~LeftDownTeeVector~⥡~LeftDownVector~⇃~LeftDownVectorBar~⥙~LeftFloor~⌊~LeftRightArrow~↔~LeftRightVector~⥎~LeftTee~⊣~LeftTeeArrow~↤~LeftTeeVector~⥚~LeftTriangle~⊲~LeftTriangleBar~⧏~LeftTriangleEqual~⊴~LeftUpDownVector~⥑~LeftUpTeeVector~⥠~LeftUpVector~↿~LeftUpVectorBar~⥘~LeftVector~↼~LeftVectorBar~⥒~Leftarrow~⇐~Leftrightarrow~⇔~LessEqualGreater~⋚~LessFullEqual~≦~LessGreater~≶~LessLess~⪡~LessSlantEqual~⩽~LessTilde~≲~Lfr~𝔏~Ll~⋘~Lleftarrow~⇚~Lmidot~Ŀ~LongLeftArrow~⟵~LongLeftRightArrow~⟷~LongRightArrow~⟶~Longleftarrow~⟸~Longleftrightarrow~⟺~Longrightarrow~⟹~Lopf~𝕃~LowerLeftArrow~↙~LowerRightArrow~↘~Lscr~ℒ~Lsh~↰~Lstrok~Ł~Lt~≪~Map~⤅~Mcy~М~MediumSpace~ ~Mellintrf~ℳ~Mfr~𝔐~MinusPlus~∓~Mopf~𝕄~Mscr~ℳ~NJcy~Њ~Nacute~Ń~Ncaron~Ň~Ncedil~Ņ~Ncy~Н~NegativeMediumSpace~​~NegativeThickSpace~​~NegativeThinSpace~​~NegativeVeryThinSpace~​~NestedGreaterGreater~≫~NestedLessLess~≪~NewLine~\n~Nfr~𝔑~NoBreak~⁠~NonBreakingSpace~ ~Nopf~ℕ~Not~⫬~NotCongruent~≢~NotCupCap~≭~NotDoubleVerticalBar~∦~NotElement~∉~NotEqual~≠~NotEqualTilde~≂̸~NotExists~∄~NotGreater~≯~NotGreaterEqual~≱~NotGreaterFullEqual~≧̸~NotGreaterGreater~≫̸~NotGreaterLess~≹~NotGreaterSlantEqual~⩾̸~NotGreaterTilde~≵~NotHumpDownHump~≎̸~NotHumpEqual~≏̸~NotLeftTriangle~⋪~NotLeftTriangleBar~⧏̸~NotLeftTriangleEqual~⋬~NotLess~≮~NotLessEqual~≰~NotLessGreater~≸~NotLessLess~≪̸~NotLessSlantEqual~⩽̸~NotLessTilde~≴~NotNestedGreaterGreater~⪢̸~NotNestedLessLess~⪡̸~NotPrecedes~⊀~NotPrecedesEqual~⪯̸~NotPrecedesSlantEqual~⋠~NotReverseElement~∌~NotRightTriangle~⋫~NotRightTriangleBar~⧐̸~NotRightTriangleEqual~⋭~NotSquareSubset~⊏̸~NotSquareSubsetEqual~⋢~NotSquareSuperset~⊐̸~NotSquareSupersetEqual~⋣~NotSubset~⊂⃒~NotSubsetEqual~⊈~NotSucceeds~⊁~NotSucceedsEqual~⪰̸~NotSucceedsSlantEqual~⋡~NotSucceedsTilde~≿̸~NotSuperset~⊃⃒~NotSupersetEqual~⊉~NotTilde~≁~NotTildeEqual~≄~NotTildeFullEqual~≇~NotTildeTilde~≉~NotVerticalBar~∤~Nscr~𝒩~Ocy~О~Odblac~Ő~Ofr~𝔒~Omacr~Ō~Oopf~𝕆~OpenCurlyDoubleQuote~“~OpenCurlyQuote~‘~Or~⩔~Oscr~𝒪~Otimes~⨷~OverBar~‾~OverBrace~⏞~OverBracket~⎴~OverParenthesis~⏜~PartialD~∂~Pcy~П~Pfr~𝔓~PlusMinus~±~Poincareplane~ℌ~Popf~ℙ~Pr~⪻~Precedes~≺~PrecedesEqual~⪯~PrecedesSlantEqual~≼~PrecedesTilde~≾~Product~∏~Proportion~∷~Proportional~∝~Pscr~𝒫~Qfr~𝔔~Qopf~ℚ~Qscr~𝒬~RBarr~⤐~Racute~Ŕ~Rang~⟫~Rarr~↠~Rarrtl~⤖~Rcaron~Ř~Rcedil~Ŗ~Rcy~Р~Re~ℜ~ReverseElement~∋~ReverseEquilibrium~⇋~ReverseUpEquilibrium~⥯~Rfr~ℜ~RightAngleBracket~⟩~RightArrow~→~RightArrowBar~⇥~RightArrowLeftArrow~⇄~RightCeiling~⌉~RightDoubleBracket~⟧~RightDownTeeVector~⥝~RightDownVector~⇂~RightDownVectorBar~⥕~RightFloor~⌋~RightTee~⊢~RightTeeArrow~↦~RightTeeVector~⥛~RightTriangle~⊳~RightTriangleBar~⧐~RightTriangleEqual~⊵~RightUpDownVector~⥏~RightUpTeeVector~⥜~RightUpVector~↾~RightUpVectorBar~⥔~RightVector~⇀~RightVectorBar~⥓~Rightarrow~⇒~Ropf~ℝ~RoundImplies~⥰~Rrightarrow~⇛~Rscr~ℛ~Rsh~↱~RuleDelayed~⧴~SHCHcy~Щ~SHcy~Ш~SOFTcy~Ь~Sacute~Ś~Sc~⪼~Scedil~Ş~Scirc~Ŝ~Scy~С~Sfr~𝔖~ShortDownArrow~↓~ShortLeftArrow~←~ShortRightArrow~→~ShortUpArrow~↑~SmallCircle~∘~Sopf~𝕊~Sqrt~√~Square~□~SquareIntersection~⊓~SquareSubset~⊏~SquareSubsetEqual~⊑~SquareSuperset~⊐~SquareSupersetEqual~⊒~SquareUnion~⊔~Sscr~𝒮~Star~⋆~Sub~⋐~Subset~⋐~SubsetEqual~⊆~Succeeds~≻~SucceedsEqual~⪰~SucceedsSlantEqual~≽~SucceedsTilde~≿~SuchThat~∋~Sum~∑~Sup~⋑~Superset~⊃~SupersetEqual~⊇~Supset~⋑~TRADE~™~TSHcy~Ћ~TScy~Ц~Tab~\t~Tcaron~Ť~Tcedil~Ţ~Tcy~Т~Tfr~𝔗~Therefore~∴~ThickSpace~  ~ThinSpace~ ~Tilde~∼~TildeEqual~≃~TildeFullEqual~≅~TildeTilde~≈~Topf~𝕋~TripleDot~⃛~Tscr~𝒯~Tstrok~Ŧ~Uarr~↟~Uarrocir~⥉~Ubrcy~Ў~Ubreve~Ŭ~Ucy~У~Udblac~Ű~Ufr~𝔘~Umacr~Ū~UnderBar~_~UnderBrace~⏟~UnderBracket~⎵~UnderParenthesis~⏝~Union~⋃~UnionPlus~⊎~Uogon~Ų~Uopf~𝕌~UpArrow~↑~UpArrowBar~⤒~UpArrowDownArrow~⇅~UpDownArrow~↕~UpEquilibrium~⥮~UpTee~⊥~UpTeeArrow~↥~Uparrow~⇑~Updownarrow~⇕~UpperLeftArrow~↖~UpperRightArrow~↗~Upsi~ϒ~Uring~Ů~Uscr~𝒰~Utilde~Ũ~VDash~⊫~Vbar~⫫~Vcy~В~Vdash~⊩~Vdashl~⫦~Vee~⋁~Verbar~‖~Vert~‖~VerticalBar~∣~VerticalLine~|~VerticalSeparator~❘~VerticalTilde~≀~VeryThinSpace~ ~Vfr~𝔙~Vopf~𝕍~Vscr~𝒱~Vvdash~⊪~Wcirc~Ŵ~Wedge~⋀~Wfr~𝔚~Wopf~𝕎~Wscr~𝒲~Xfr~𝔛~Xopf~𝕏~Xscr~𝒳~YAcy~Я~YIcy~Ї~YUcy~Ю~Ycirc~Ŷ~Ycy~Ы~Yfr~𝔜~Yopf~𝕐~Yscr~𝒴~ZHcy~Ж~Zacute~Ź~Zcaron~Ž~Zcy~З~Zdot~Ż~ZeroWidthSpace~​~Zfr~ℨ~Zopf~ℤ~Zscr~𝒵~abreve~ă~ac~∾~acE~∾̳~acd~∿~acy~а~af~⁡~afr~𝔞~aleph~ℵ~amacr~ā~amalg~⨿~andand~⩕~andd~⩜~andslope~⩘~andv~⩚~ange~⦤~angle~∠~angmsd~∡~angmsdaa~⦨~angmsdab~⦩~angmsdac~⦪~angmsdad~⦫~angmsdae~⦬~angmsdaf~⦭~angmsdag~⦮~angmsdah~⦯~angrt~∟~angrtvb~⊾~angrtvbd~⦝~angsph~∢~angst~Å~angzarr~⍼~aogon~ą~aopf~𝕒~ap~≈~apE~⩰~apacir~⩯~ape~≊~apid~≋~approx~≈~approxeq~≊~ascr~𝒶~ast~*~asympeq~≍~awconint~∳~awint~⨑~bNot~⫭~backcong~≌~backepsilon~϶~backprime~‵~backsim~∽~backsimeq~⋍~barvee~⊽~barwed~⌅~barwedge~⌅~bbrk~⎵~bbrktbrk~⎶~bcong~≌~bcy~б~becaus~∵~because~∵~bemptyv~⦰~bepsi~϶~bernou~ℬ~beth~ℶ~between~≬~bfr~𝔟~bigcap~⋂~bigcirc~◯~bigcup~⋃~bigodot~⨀~bigoplus~⨁~bigotimes~⨂~bigsqcup~⨆~bigstar~★~bigtriangledown~▽~bigtriangleup~△~biguplus~⨄~bigvee~⋁~bigwedge~⋀~bkarow~⤍~blacklozenge~⧫~blacksquare~▪~blacktriangle~▴~blacktriangledown~▾~blacktriangleleft~◂~blacktriangleright~▸~blank~␣~blk12~▒~blk14~░~blk34~▓~block~█~bne~=⃥~bnequiv~≡⃥~bnot~⌐~bopf~𝕓~bot~⊥~bottom~⊥~bowtie~⋈~boxDL~╗~boxDR~╔~boxDl~╖~boxDr~╓~boxH~═~boxHD~╦~boxHU~╩~boxHd~╤~boxHu~╧~boxUL~╝~boxUR~╚~boxUl~╜~boxUr~╙~boxV~║~boxVH~╬~boxVL~╣~boxVR~╠~boxVh~╫~boxVl~╢~boxVr~╟~boxbox~⧉~boxdL~╕~boxdR~╒~boxdl~┐~boxdr~┌~boxh~─~boxhD~╥~boxhU~╨~boxhd~┬~boxhu~┴~boxminus~⊟~boxplus~⊞~boxtimes~⊠~boxuL~╛~boxuR~╘~boxul~┘~boxur~└~boxv~│~boxvH~╪~boxvL~╡~boxvR~╞~boxvh~┼~boxvl~┤~boxvr~├~bprime~‵~breve~˘~bscr~𝒷~bsemi~⁏~bsim~∽~bsime~⋍~bsol~\\~bsolb~⧅~bsolhsub~⟈~bullet~•~bump~≎~bumpE~⪮~bumpe~≏~bumpeq~≏~cacute~ć~capand~⩄~capbrcup~⩉~capcap~⩋~capcup~⩇~capdot~⩀~caps~∩︀~caret~⁁~caron~ˇ~ccaps~⩍~ccaron~č~ccirc~ĉ~ccups~⩌~ccupssm~⩐~cdot~ċ~cemptyv~⦲~centerdot~·~cfr~𝔠~chcy~ч~check~✓~checkmark~✓~cir~○~cirE~⧃~circeq~≗~circlearrowleft~↺~circlearrowright~↻~circledR~®~circledS~Ⓢ~circledast~⊛~circledcirc~⊚~circleddash~⊝~cire~≗~cirfnint~⨐~cirmid~⫯~cirscir~⧂~clubsuit~♣~colon~:~colone~≔~coloneq~≔~comma~,~commat~@~comp~∁~compfn~∘~complement~∁~complexes~ℂ~congdot~⩭~conint~∮~copf~𝕔~coprod~∐~copysr~℗~cross~✗~cscr~𝒸~csub~⫏~csube~⫑~csup~⫐~csupe~⫒~ctdot~⋯~cudarrl~⤸~cudarrr~⤵~cuepr~⋞~cuesc~⋟~cularr~↶~cularrp~⤽~cupbrcap~⩈~cupcap~⩆~cupcup~⩊~cupdot~⊍~cupor~⩅~cups~∪︀~curarr~↷~curarrm~⤼~curlyeqprec~⋞~curlyeqsucc~⋟~curlyvee~⋎~curlywedge~⋏~curvearrowleft~↶~curvearrowright~↷~cuvee~⋎~cuwed~⋏~cwconint~∲~cwint~∱~cylcty~⌭~dHar~⥥~daleth~ℸ~dash~‐~dashv~⊣~dbkarow~⤏~dblac~˝~dcaron~ď~dcy~д~dd~ⅆ~ddagger~‡~ddarr~⇊~ddotseq~⩷~demptyv~⦱~dfisht~⥿~dfr~𝔡~dharl~⇃~dharr~⇂~diam~⋄~diamond~⋄~diamondsuit~♦~die~¨~digamma~ϝ~disin~⋲~div~÷~divideontimes~⋇~divonx~⋇~djcy~ђ~dlcorn~⌞~dlcrop~⌍~dollar~$~dopf~𝕕~dot~˙~doteq~≐~doteqdot~≑~dotminus~∸~dotplus~∔~dotsquare~⊡~doublebarwedge~⌆~downarrow~↓~downdownarrows~⇊~downharpoonleft~⇃~downharpoonright~⇂~drbkarow~⤐~drcorn~⌟~drcrop~⌌~dscr~𝒹~dscy~ѕ~dsol~⧶~dstrok~đ~dtdot~⋱~dtri~▿~dtrif~▾~duarr~⇵~duhar~⥯~dwangle~⦦~dzcy~џ~dzigrarr~⟿~eDDot~⩷~eDot~≑~easter~⩮~ecaron~ě~ecir~≖~ecolon~≕~ecy~э~edot~ė~ee~ⅇ~efDot~≒~efr~𝔢~eg~⪚~egs~⪖~egsdot~⪘~el~⪙~elinters~⏧~ell~ℓ~els~⪕~elsdot~⪗~emacr~ē~emptyset~∅~emptyv~∅~emsp13~ ~emsp14~ ~eng~ŋ~eogon~ę~eopf~𝕖~epar~⋕~eparsl~⧣~eplus~⩱~epsi~ε~epsiv~ϵ~eqcirc~≖~eqcolon~≕~eqsim~≂~eqslantgtr~⪖~eqslantless~⪕~equals~=~equest~≟~equivDD~⩸~eqvparsl~⧥~erDot~≓~erarr~⥱~escr~ℯ~esdot~≐~esim~≂~excl~!~expectation~ℰ~exponentiale~ⅇ~fallingdotseq~≒~fcy~ф~female~♀~ffilig~ffi~fflig~ff~ffllig~ffl~ffr~𝔣~filig~fi~fjlig~fj~flat~♭~fllig~fl~fltns~▱~fopf~𝕗~fork~⋔~forkv~⫙~fpartint~⨍~frac13~⅓~frac15~⅕~frac16~⅙~frac18~⅛~frac23~⅔~frac25~⅖~frac35~⅗~frac38~⅜~frac45~⅘~frac56~⅚~frac58~⅝~frac78~⅞~frown~⌢~fscr~𝒻~gE~≧~gEl~⪌~gacute~ǵ~gammad~ϝ~gap~⪆~gbreve~ğ~gcirc~ĝ~gcy~г~gdot~ġ~gel~⋛~geq~≥~geqq~≧~geqslant~⩾~ges~⩾~gescc~⪩~gesdot~⪀~gesdoto~⪂~gesdotol~⪄~gesl~⋛︀~gesles~⪔~gfr~𝔤~gg~≫~ggg~⋙~gimel~ℷ~gjcy~ѓ~gl~≷~glE~⪒~gla~⪥~glj~⪤~gnE~≩~gnap~⪊~gnapprox~⪊~gne~⪈~gneq~⪈~gneqq~≩~gnsim~⋧~gopf~𝕘~grave~`~gscr~ℊ~gsim~≳~gsime~⪎~gsiml~⪐~gtcc~⪧~gtcir~⩺~gtdot~⋗~gtlPar~⦕~gtquest~⩼~gtrapprox~⪆~gtrarr~⥸~gtrdot~⋗~gtreqless~⋛~gtreqqless~⪌~gtrless~≷~gtrsim~≳~gvertneqq~≩︀~gvnE~≩︀~hairsp~ ~half~½~hamilt~ℋ~hardcy~ъ~harrcir~⥈~harrw~↭~hbar~ℏ~hcirc~ĥ~heartsuit~♥~hercon~⊹~hfr~𝔥~hksearow~⤥~hkswarow~⤦~hoarr~⇿~homtht~∻~hookleftarrow~↩~hookrightarrow~↪~hopf~𝕙~horbar~―~hscr~𝒽~hslash~ℏ~hstrok~ħ~hybull~⁃~hyphen~‐~ic~⁣~icy~и~iecy~е~iff~⇔~ifr~𝔦~ii~ⅈ~iiiint~⨌~iiint~∭~iinfin~⧜~iiota~℩~ijlig~ij~imacr~ī~imagline~ℐ~imagpart~ℑ~imath~ı~imof~⊷~imped~Ƶ~in~∈~incare~℅~infintie~⧝~inodot~ı~intcal~⊺~integers~ℤ~intercal~⊺~intlarhk~⨗~intprod~⨼~iocy~ё~iogon~į~iopf~𝕚~iprod~⨼~iscr~𝒾~isinE~⋹~isindot~⋵~isins~⋴~isinsv~⋳~isinv~∈~it~⁢~itilde~ĩ~iukcy~і~jcirc~ĵ~jcy~й~jfr~𝔧~jmath~ȷ~jopf~𝕛~jscr~𝒿~jsercy~ј~jukcy~є~kappav~ϰ~kcedil~ķ~kcy~к~kfr~𝔨~kgreen~ĸ~khcy~х~kjcy~ќ~kopf~𝕜~kscr~𝓀~lAarr~⇚~lAtail~⤛~lBarr~⤎~lE~≦~lEg~⪋~lHar~⥢~lacute~ĺ~laemptyv~⦴~lagran~ℒ~langd~⦑~langle~⟨~lap~⪅~larrb~⇤~larrbfs~⤟~larrfs~⤝~larrhk~↩~larrlp~↫~larrpl~⤹~larrsim~⥳~larrtl~↢~lat~⪫~latail~⤙~late~⪭~lates~⪭︀~lbarr~⤌~lbbrk~❲~lbrace~{~lbrack~[~lbrke~⦋~lbrksld~⦏~lbrkslu~⦍~lcaron~ľ~lcedil~ļ~lcub~{~lcy~л~ldca~⤶~ldquor~„~ldrdhar~⥧~ldrushar~⥋~ldsh~↲~leftarrow~←~leftarrowtail~↢~leftharpoondown~↽~leftharpoonup~↼~leftleftarrows~⇇~leftrightarrow~↔~leftrightarrows~⇆~leftrightharpoons~⇋~leftrightsquigarrow~↭~leftthreetimes~⋋~leg~⋚~leq~≤~leqq~≦~leqslant~⩽~les~⩽~lescc~⪨~lesdot~⩿~lesdoto~⪁~lesdotor~⪃~lesg~⋚︀~lesges~⪓~lessapprox~⪅~lessdot~⋖~lesseqgtr~⋚~lesseqqgtr~⪋~lessgtr~≶~lesssim~≲~lfisht~⥼~lfr~𝔩~lg~≶~lgE~⪑~lhard~↽~lharu~↼~lharul~⥪~lhblk~▄~ljcy~љ~ll~≪~llarr~⇇~llcorner~⌞~llhard~⥫~lltri~◺~lmidot~ŀ~lmoust~⎰~lmoustache~⎰~lnE~≨~lnap~⪉~lnapprox~⪉~lne~⪇~lneq~⪇~lneqq~≨~lnsim~⋦~loang~⟬~loarr~⇽~lobrk~⟦~longleftarrow~⟵~longleftrightarrow~⟷~longmapsto~⟼~longrightarrow~⟶~looparrowleft~↫~looparrowright~↬~lopar~⦅~lopf~𝕝~loplus~⨭~lotimes~⨴~lowbar~_~lozenge~◊~lozf~⧫~lpar~(~lparlt~⦓~lrarr~⇆~lrcorner~⌟~lrhar~⇋~lrhard~⥭~lrtri~⊿~lscr~𝓁~lsh~↰~lsim~≲~lsime~⪍~lsimg~⪏~lsqb~[~lsquor~‚~lstrok~ł~ltcc~⪦~ltcir~⩹~ltdot~⋖~lthree~⋋~ltimes~⋉~ltlarr~⥶~ltquest~⩻~ltrPar~⦖~ltri~◃~ltrie~⊴~ltrif~◂~lurdshar~⥊~luruhar~⥦~lvertneqq~≨︀~lvnE~≨︀~mDDot~∺~male~♂~malt~✠~maltese~✠~map~↦~mapsto~↦~mapstodown~↧~mapstoleft~↤~mapstoup~↥~marker~▮~mcomma~⨩~mcy~м~measuredangle~∡~mfr~𝔪~mho~℧~mid~∣~midast~*~midcir~⫰~minusb~⊟~minusd~∸~minusdu~⨪~mlcp~⫛~mldr~…~mnplus~∓~models~⊧~mopf~𝕞~mp~∓~mscr~𝓂~mstpos~∾~multimap~⊸~mumap~⊸~nGg~⋙̸~nGt~≫⃒~nGtv~≫̸~nLeftarrow~⇍~nLeftrightarrow~⇎~nLl~⋘̸~nLt~≪⃒~nLtv~≪̸~nRightarrow~⇏~nVDash~⊯~nVdash~⊮~nacute~ń~nang~∠⃒~nap~≉~napE~⩰̸~napid~≋̸~napos~ʼn~napprox~≉~natur~♮~natural~♮~naturals~ℕ~nbump~≎̸~nbumpe~≏̸~ncap~⩃~ncaron~ň~ncedil~ņ~ncong~≇~ncongdot~⩭̸~ncup~⩂~ncy~н~neArr~⇗~nearhk~⤤~nearr~↗~nearrow~↗~nedot~≐̸~nequiv~≢~nesear~⤨~nesim~≂̸~nexist~∄~nexists~∄~nfr~𝔫~ngE~≧̸~nge~≱~ngeq~≱~ngeqq~≧̸~ngeqslant~⩾̸~nges~⩾̸~ngsim~≵~ngt~≯~ngtr~≯~nhArr~⇎~nharr~↮~nhpar~⫲~nis~⋼~nisd~⋺~niv~∋~njcy~њ~nlArr~⇍~nlE~≦̸~nlarr~↚~nldr~‥~nle~≰~nleftarrow~↚~nleftrightarrow~↮~nleq~≰~nleqq~≦̸~nleqslant~⩽̸~nles~⩽̸~nless~≮~nlsim~≴~nlt~≮~nltri~⋪~nltrie~⋬~nmid~∤~nopf~𝕟~notinE~⋹̸~notindot~⋵̸~notinva~∉~notinvb~⋷~notinvc~⋶~notni~∌~notniva~∌~notnivb~⋾~notnivc~⋽~npar~∦~nparallel~∦~nparsl~⫽⃥~npart~∂̸~npolint~⨔~npr~⊀~nprcue~⋠~npre~⪯̸~nprec~⊀~npreceq~⪯̸~nrArr~⇏~nrarr~↛~nrarrc~⤳̸~nrarrw~↝̸~nrightarrow~↛~nrtri~⋫~nrtrie~⋭~nsc~⊁~nsccue~⋡~nsce~⪰̸~nscr~𝓃~nshortmid~∤~nshortparallel~∦~nsim~≁~nsime~≄~nsimeq~≄~nsmid~∤~nspar~∦~nsqsube~⋢~nsqsupe~⋣~nsubE~⫅̸~nsube~⊈~nsubset~⊂⃒~nsubseteq~⊈~nsubseteqq~⫅̸~nsucc~⊁~nsucceq~⪰̸~nsup~⊅~nsupE~⫆̸~nsupe~⊉~nsupset~⊃⃒~nsupseteq~⊉~nsupseteqq~⫆̸~ntgl~≹~ntlg~≸~ntriangleleft~⋪~ntrianglelefteq~⋬~ntriangleright~⋫~ntrianglerighteq~⋭~num~#~numero~№~numsp~ ~nvDash~⊭~nvHarr~⤄~nvap~≍⃒~nvdash~⊬~nvge~≥⃒~nvgt~>⃒~nvinfin~⧞~nvlArr~⤂~nvle~≤⃒~nvlt~<⃒~nvltrie~⊴⃒~nvrArr~⤃~nvrtrie~⊵⃒~nvsim~∼⃒~nwArr~⇖~nwarhk~⤣~nwarr~↖~nwarrow~↖~nwnear~⤧~oS~Ⓢ~oast~⊛~ocir~⊚~ocy~о~odash~⊝~odblac~ő~odiv~⨸~odot~⊙~odsold~⦼~ofcir~⦿~ofr~𝔬~ogon~˛~ogt~⧁~ohbar~⦵~ohm~Ω~oint~∮~olarr~↺~olcir~⦾~olcross~⦻~olt~⧀~omacr~ō~omid~⦶~ominus~⊖~oopf~𝕠~opar~⦷~operp~⦹~orarr~↻~ord~⩝~order~ℴ~orderof~ℴ~origof~⊶~oror~⩖~orslope~⩗~orv~⩛~oscr~ℴ~osol~⊘~otimesas~⨶~ovbar~⌽~par~∥~parallel~∥~parsim~⫳~parsl~⫽~pcy~п~percnt~%~period~.~pertenk~‱~pfr~𝔭~phiv~ϕ~phmmat~ℳ~phone~☎~pitchfork~⋔~planck~ℏ~planckh~ℎ~plankv~ℏ~plus~+~plusacir~⨣~plusb~⊞~pluscir~⨢~plusdo~∔~plusdu~⨥~pluse~⩲~plussim~⨦~plustwo~⨧~pm~±~pointint~⨕~popf~𝕡~pr~≺~prE~⪳~prap~⪷~prcue~≼~pre~⪯~prec~≺~precapprox~⪷~preccurlyeq~≼~preceq~⪯~precnapprox~⪹~precneqq~⪵~precnsim~⋨~precsim~≾~primes~ℙ~prnE~⪵~prnap~⪹~prnsim~⋨~profalar~⌮~profline~⌒~profsurf~⌓~propto~∝~prsim~≾~prurel~⊰~pscr~𝓅~puncsp~ ~qfr~𝔮~qint~⨌~qopf~𝕢~qprime~⁗~qscr~𝓆~quaternions~ℍ~quatint~⨖~quest~?~questeq~≟~rAarr~⇛~rAtail~⤜~rBarr~⤏~rHar~⥤~race~∽̱~racute~ŕ~raemptyv~⦳~rangd~⦒~range~⦥~rangle~⟩~rarrap~⥵~rarrb~⇥~rarrbfs~⤠~rarrc~⤳~rarrfs~⤞~rarrhk~↪~rarrlp~↬~rarrpl~⥅~rarrsim~⥴~rarrtl~↣~rarrw~↝~ratail~⤚~ratio~∶~rationals~ℚ~rbarr~⤍~rbbrk~❳~rbrace~}~rbrack~]~rbrke~⦌~rbrksld~⦎~rbrkslu~⦐~rcaron~ř~rcedil~ŗ~rcub~}~rcy~р~rdca~⤷~rdldhar~⥩~rdquor~”~rdsh~↳~realine~ℛ~realpart~ℜ~reals~ℝ~rect~▭~rfisht~⥽~rfr~𝔯~rhard~⇁~rharu~⇀~rharul~⥬~rhov~ϱ~rightarrow~→~rightarrowtail~↣~rightharpoondown~⇁~rightharpoonup~⇀~rightleftarrows~⇄~rightleftharpoons~⇌~rightrightarrows~⇉~rightsquigarrow~↝~rightthreetimes~⋌~ring~˚~risingdotseq~≓~rlarr~⇄~rlhar~⇌~rmoust~⎱~rmoustache~⎱~rnmid~⫮~roang~⟭~roarr~⇾~robrk~⟧~ropar~⦆~ropf~𝕣~roplus~⨮~rotimes~⨵~rpar~)~rpargt~⦔~rppolint~⨒~rrarr~⇉~rscr~𝓇~rsh~↱~rsqb~]~rsquor~’~rthree~⋌~rtimes~⋊~rtri~▹~rtrie~⊵~rtrif~▸~rtriltri~⧎~ruluhar~⥨~rx~℞~sacute~ś~sc~≻~scE~⪴~scap~⪸~sccue~≽~sce~⪰~scedil~ş~scirc~ŝ~scnE~⪶~scnap~⪺~scnsim~⋩~scpolint~⨓~scsim~≿~scy~с~sdotb~⊡~sdote~⩦~seArr~⇘~searhk~⤥~searr~↘~searrow~↘~semi~;~seswar~⤩~setminus~∖~setmn~∖~sext~✶~sfr~𝔰~sfrown~⌢~sharp~♯~shchcy~щ~shcy~ш~shortmid~∣~shortparallel~∥~sigmav~ς~simdot~⩪~sime~≃~simeq~≃~simg~⪞~simgE~⪠~siml~⪝~simlE~⪟~simne~≆~simplus~⨤~simrarr~⥲~slarr~←~smallsetminus~∖~smashp~⨳~smeparsl~⧤~smid~∣~smile~⌣~smt~⪪~smte~⪬~smtes~⪬︀~softcy~ь~sol~/~solb~⧄~solbar~⌿~sopf~𝕤~spadesuit~♠~spar~∥~sqcap~⊓~sqcaps~⊓︀~sqcup~⊔~sqcups~⊔︀~sqsub~⊏~sqsube~⊑~sqsubset~⊏~sqsubseteq~⊑~sqsup~⊐~sqsupe~⊒~sqsupset~⊐~sqsupseteq~⊒~squ~□~square~□~squarf~▪~squf~▪~srarr~→~sscr~𝓈~ssetmn~∖~ssmile~⌣~sstarf~⋆~star~☆~starf~★~straightepsilon~ϵ~straightphi~ϕ~strns~¯~subE~⫅~subdot~⪽~subedot~⫃~submult~⫁~subnE~⫋~subne~⊊~subplus~⪿~subrarr~⥹~subset~⊂~subseteq~⊆~subseteqq~⫅~subsetneq~⊊~subsetneqq~⫋~subsim~⫇~subsub~⫕~subsup~⫓~succ~≻~succapprox~⪸~succcurlyeq~≽~succeq~⪰~succnapprox~⪺~succneqq~⪶~succnsim~⋩~succsim~≿~sung~♪~supE~⫆~supdot~⪾~supdsub~⫘~supedot~⫄~suphsol~⟉~suphsub~⫗~suplarr~⥻~supmult~⫂~supnE~⫌~supne~⊋~supplus~⫀~supset~⊃~supseteq~⊇~supseteqq~⫆~supsetneq~⊋~supsetneqq~⫌~supsim~⫈~supsub~⫔~supsup~⫖~swArr~⇙~swarhk~⤦~swarr~↙~swarrow~↙~swnwar~⤪~target~⌖~tbrk~⎴~tcaron~ť~tcedil~ţ~tcy~т~tdot~⃛~telrec~⌕~tfr~𝔱~therefore~∴~thetav~ϑ~thickapprox~≈~thicksim~∼~thkap~≈~thksim~∼~timesb~⊠~timesbar~⨱~timesd~⨰~tint~∭~toea~⤨~top~⊤~topbot~⌶~topcir~⫱~topf~𝕥~topfork~⫚~tosa~⤩~tprime~‴~triangle~▵~triangledown~▿~triangleleft~◃~trianglelefteq~⊴~triangleq~≜~triangleright~▹~trianglerighteq~⊵~tridot~◬~trie~≜~triminus~⨺~triplus~⨹~trisb~⧍~tritime~⨻~trpezium~⏢~tscr~𝓉~tscy~ц~tshcy~ћ~tstrok~ŧ~twixt~≬~twoheadleftarrow~↞~twoheadrightarrow~↠~uHar~⥣~ubrcy~ў~ubreve~ŭ~ucy~у~udarr~⇅~udblac~ű~udhar~⥮~ufisht~⥾~ufr~𝔲~uharl~↿~uharr~↾~uhblk~▀~ulcorn~⌜~ulcorner~⌜~ulcrop~⌏~ultri~◸~umacr~ū~uogon~ų~uopf~𝕦~uparrow~↑~updownarrow~↕~upharpoonleft~↿~upharpoonright~↾~uplus~⊎~upsi~υ~upuparrows~⇈~urcorn~⌝~urcorner~⌝~urcrop~⌎~uring~ů~urtri~◹~uscr~𝓊~utdot~⋰~utilde~ũ~utri~▵~utrif~▴~uuarr~⇈~uwangle~⦧~vArr~⇕~vBar~⫨~vBarv~⫩~vDash~⊨~vangrt~⦜~varepsilon~ϵ~varkappa~ϰ~varnothing~∅~varphi~ϕ~varpi~ϖ~varpropto~∝~varr~↕~varrho~ϱ~varsigma~ς~varsubsetneq~⊊︀~varsubsetneqq~⫋︀~varsupsetneq~⊋︀~varsupsetneqq~⫌︀~vartheta~ϑ~vartriangleleft~⊲~vartriangleright~⊳~vcy~в~vdash~⊢~vee~∨~veebar~⊻~veeeq~≚~vellip~⋮~verbar~|~vert~|~vfr~𝔳~vltri~⊲~vnsub~⊂⃒~vnsup~⊃⃒~vopf~𝕧~vprop~∝~vrtri~⊳~vscr~𝓋~vsubnE~⫋︀~vsubne~⊊︀~vsupnE~⫌︀~vsupne~⊋︀~vzigzag~⦚~wcirc~ŵ~wedbar~⩟~wedge~∧~wedgeq~≙~wfr~𝔴~wopf~𝕨~wp~℘~wr~≀~wreath~≀~wscr~𝓌~xcap~⋂~xcirc~◯~xcup~⋃~xdtri~▽~xfr~𝔵~xhArr~⟺~xharr~⟷~xlArr~⟸~xlarr~⟵~xmap~⟼~xnis~⋻~xodot~⨀~xopf~𝕩~xoplus~⨁~xotime~⨂~xrArr~⟹~xrarr~⟶~xscr~𝓍~xsqcup~⨆~xuplus~⨄~xutri~△~xvee~⋁~xwedge~⋀~yacy~я~ycirc~ŷ~ycy~ы~yfr~𝔶~yicy~ї~yopf~𝕪~yscr~𝓎~yucy~ю~zacute~ź~zcaron~ž~zcy~з~zdot~ż~zeetrf~ℨ~zfr~𝔷~zhcy~ж~zigrarr~⇝~zopf~𝕫~zscr~𝓏~~AMP~&~COPY~©~GT~>~LT~<~QUOT~\"~REG~®", exports.namedReferences['html4']); -},1164,[]); +},1137,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -169615,7 +168150,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; exports.highSurrogateFrom = 0xd800; exports.highSurrogateTo = 0xdbff; -},1165,[]); +},1138,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -169653,7 +168188,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e 158: 382, 159: 376 }; -},1166,[]); +},1139,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -169829,7 +168364,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; Network.IP = "n/a"; var _default = exports.default = Network; -},1167,[2,3,5,6,647,1157,1158]); +},1140,[2,3,5,6,647,1130,1131]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -169923,7 +168458,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e style: _propTypes.default.oneOfType([_propTypes.default.number, _propTypes.default.object, _propTypes.default.array]) }; var _default = exports.default = Errors; -},1168,[2,74,66,103,673,41,1169,1170,1157,275,1298,1294,1160]); +},1141,[2,74,66,103,673,41,1142,1143,1130,275,1271,1267,1133]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -169944,7 +168479,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e Events.ON_EXTERNAL_LINK_CLICK = "on_external_link_click"; Events.ON_ACTION_CLICK = "on_action_click"; var _default = exports.default = Events; -},1169,[2,6,5]); +},1142,[2,6,5]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -170076,7 +168611,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onRemove: _propTypes.default.func.isRequired }; var _default = exports.default = Error; -},1170,[2,103,673,41,1171,1290,1295,1296,275,1289,1297,1294]); +},1143,[2,103,673,41,1144,1263,1268,1269,275,1262,1270,1267]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -170165,7 +168700,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, _reactNative.ImageProps); var TaAnimatedImageIcon = exports.TaAnimatedImageIcon = _reactNative.Animated.createAnimatedComponent(TaImageIcon); var _default = exports.default = TaImageIcon; -},1171,[2,5,6,50,52,55,11,103,41,673,1172,1173,275,1174,1158]); +},1144,[2,5,6,50,52,55,11,103,41,673,1145,1146,275,1147,1131]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -170200,7 +168735,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, rest)); } var _default = exports.default = FSImage; -},1172,[2,11,103,680,275]); +},1145,[2,11,103,680,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -170366,7 +168901,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(); var _default = exports.default = CssStyle; -},1173,[2,5,6]); +},1146,[2,5,6]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -170434,7 +168969,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function TaPath(props) { return (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, Object.assign({}, props)); } -},1174,[2,11,103,41,1175,275,1288]); +},1147,[2,11,103,41,1148,275,1261]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use client'; @@ -170461,7 +168996,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }); function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } -},1175,[1176]); +},1148,[1149]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -170815,7 +169350,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }); function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } -},1176,[2,1177,1178,1209,1286,1217,1287,1211]); +},1149,[2,1150,1151,1182,1259,1190,1260,1184]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -170856,7 +169391,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function loadLocalRawResource() { showErrorCSS('loadLocalRawResource', 'function'); } -},1177,[]); +},1150,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -171072,7 +169607,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _FeGaussianBlurNativeComponent = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[28])); var _FeMergeNativeComponent = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[29])); var _FeOffsetNativeComponent = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[30])); -},1178,[2,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208]); +},1151,[2,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -171121,7 +169656,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[3]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1179,[2,300,87,106]); +},1152,[2,300,87,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -171170,7 +169705,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[3]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1180,[2,300,87,106]); +},1153,[2,300,87,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -171199,7 +169734,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[2]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1181,[2,300,106]); +},1154,[2,300,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -171249,7 +169784,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[3]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1182,[2,300,87,106]); +},1155,[2,300,87,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -171302,7 +169837,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[3]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1183,[2,300,87,106]); +},1156,[2,300,87,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -171351,7 +169886,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[3]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1184,[2,300,87,106]); +},1157,[2,300,87,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -171417,7 +169952,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[5]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1185,[2,300,87,121,133,106]); +},1158,[2,300,87,121,133,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -171453,7 +169988,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[2]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1186,[2,300,106]); +},1159,[2,300,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -171503,7 +170038,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[3]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1187,[2,300,87,106]); +},1160,[2,300,87,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -171564,7 +170099,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[3]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1188,[2,300,87,106]); +},1161,[2,300,87,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -171620,7 +170155,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[3]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1189,[2,300,87,106]); +},1162,[2,300,87,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -171667,7 +170202,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[3]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1190,[2,300,87,106]); +},1163,[2,300,87,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -171729,7 +170264,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[3]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1191,[2,300,87,106]); +},1164,[2,300,87,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -171767,7 +170302,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[2]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1192,[2,300,106]); +},1165,[2,300,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -171819,7 +170354,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[3]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1193,[2,300,87,106]); +},1166,[2,300,87,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -171906,7 +170441,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[3]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1194,[2,300,87,106]); +},1167,[2,300,87,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -171936,7 +170471,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[3]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1195,[2,300,87,106]); +},1168,[2,300,87,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -171991,7 +170526,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[3]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1196,[2,300,87,106]); +},1169,[2,300,87,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -172051,7 +170586,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[3]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1197,[2,300,87,106]); +},1170,[2,300,87,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -172117,7 +170652,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[3]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1198,[2,300,87,106]); +},1171,[2,300,87,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -172178,7 +170713,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[3]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1199,[2,300,87,106]); +},1172,[2,300,87,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -172229,7 +170764,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[3]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1200,[2,300,87,106]); +},1173,[2,300,87,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -172253,7 +170788,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[2]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1201,[2,300,106]); +},1174,[2,300,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -172278,7 +170813,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[2]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1202,[2,300,106]); +},1175,[2,300,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -172303,7 +170838,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[2]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1203,[2,300,106]); +},1176,[2,300,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -172332,7 +170867,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[2]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1204,[2,300,106]); +},1177,[2,300,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -172356,7 +170891,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[2]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1205,[2,300,106]); +},1178,[2,300,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -172382,7 +170917,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[2]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1206,[2,300,106]); +},1179,[2,300,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -172405,7 +170940,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[2]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1207,[2,300,106]); +},1180,[2,300,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -172430,7 +170965,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[2]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1208,[2,300,106]); +},1181,[2,300,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -172947,7 +171482,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return null; } -},1209,[2,1210,3,5,6,50,52,55,66,103,275,1286]); +},1182,[2,1183,3,5,6,50,52,55,66,103,275,1259]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -173001,7 +171536,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e tspan: _$$_REQUIRE(_dependencyMap[0]).TSpan, use: _$$_REQUIRE(_dependencyMap[0]).Use }; -},1210,[1211]); +},1183,[1184]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -173355,7 +171890,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _FeTurbulence = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[46])); var _Filter = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[47])); var _default = exports.default = _Svg.default; -},1211,[2,1212,1216,1233,1234,1235,1236,1237,1239,1241,1242,1245,1246,1248,1249,1250,1252,1253,1254,1255,1256,1258,1259,1260,1261,1262,1263,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1278,1275,1276,1279,1277,1280,1281,1282,1283,1284,1285]); +},1184,[2,1185,1189,1206,1207,1208,1209,1210,1212,1214,1215,1218,1219,1221,1222,1223,1225,1226,1227,1228,1229,1231,1232,1233,1234,1235,1236,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1251,1248,1249,1252,1250,1253,1254,1255,1256,1257,1258]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -173459,7 +171994,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return (0, _createClass2.default)(FeFuncA); }(FeComponentTransferFunction); FeFuncA.displayName = 'FeFuncA'; -},1212,[2,5,6,50,52,55,1213,1214]); +},1185,[2,5,6,50,52,55,1186,1187]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -173496,7 +172031,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return (0, _createClass2.default)(FilterPrimitive); }(_react.Component); FilterPrimitive.defaultPrimitiveProps = {}; -},1213,[2,6,5,50,52,55,103]); +},1186,[2,6,5,50,52,55,103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -173525,13 +172060,13 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var warnUnimplementedFilter = exports.warnUnimplementedFilter = function warnUnimplementedFilter() { (0, _warnOnce.default)(true, `Some of the used filters are not yet supported on native platforms. Please check the USAGE.md for more info. Not implemented filters:\n`, JSON.stringify(['FeComponentTransfer', 'FeConvolveMatrix', 'FeDiffuseLighting', 'FeDisplacementMap', 'FeFuncA', 'FeFuncB', 'FeFuncG', 'FeFuncR', 'FeImage', 'FeMorphology', 'FePointLight', 'FeSpecularLighting', 'FeSpotLight', 'FeTile', 'FeTurbulence'], null, 2)); }; -},1214,[2,1215]); +},1187,[2,1188]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var DEV = false; var warnings = new Set(); function warnOnce(condition) {} module.exports = warnOnce; -},1215,[]); +},1188,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -173583,7 +172118,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e cy: 0, r: 0 }; -},1216,[2,5,6,50,52,55,103,1217,1179,275,1223]); +},1189,[2,5,6,50,52,55,103,1190,1152,275,1196]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -173932,7 +172467,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_react.Component); Shape.prototype.ownerSVGElement = ownerSVGElement; -},1217,[2,50,52,55,5,6,103,1218,1219,41,1221,1222]); +},1190,[2,50,52,55,5,6,103,1191,1192,41,1194,1195]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -174057,7 +172592,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } target.state = touchableGetInitialState(); }; -},1218,[41]); +},1191,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -174116,7 +172651,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e console.warn(`"${String(color)}" is not a valid color or brush`); return null; } -},1219,[41,1220]); +},1192,[41,1193]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -174150,7 +172685,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var isPercentageRgb = RGB_RGBA_PATTERN.test(rgbColorWithoutSpaces); return isPercentageRgb ? parsePercentageRGBColor(rgbColorWithoutSpaces) : color; }; -},1220,[]); +},1193,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -174158,7 +172693,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e exports.BrushProperties = undefined; // https://www.w3.org/TR/SVG11/color.html var BrushProperties = exports.BrushProperties = ['fill', 'stroke', 'stopColor', 'floodColor', 'lightingColor']; -},1221,[]); +},1194,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -174168,7 +172703,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e /* eslint-disable @typescript-eslint/ban-types */ // its needed for codegen to work var _default = exports.default = _reactNative.TurboModuleRegistry.getEnforcing('RNSVGRenderableModule'); -},1222,[41]); +},1195,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -174301,7 +172836,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e y: null }), instance); } -},1223,[2,74,1224,1226,1228,1232,1225,1214]); +},1196,[2,74,1197,1199,1201,1205,1198,1187]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -174339,7 +172874,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e o.fillRule = fillRule && fillRules[fillRule] === 0 ? 0 : 1; } } -},1224,[2,1219,1225,41]); +},1197,[2,1192,1198,41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -174349,7 +172884,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var value = typeof opacity === 'string' && opacity.trim().endsWith('%') ? +opacity.slice(0, -1) / 100 : +opacity; return isNaN(value) || value > 1 ? 1 : Math.max(value, 0); } -},1225,[]); +},1198,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -174424,7 +172959,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e o.vectorEffect = vectorEffect && vectorEffects[vectorEffect] || 0; } } -},1226,[2,1219,1225,1227]); +},1199,[2,1192,1198,1200]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -174443,7 +172978,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return []; } } -},1227,[]); +},1200,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -174607,7 +173142,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return props.transform; } -},1228,[1229,1230,1231]); +},1201,[1202,1203,1204]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -174761,7 +173296,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e hasInitialState = false; } } -},1229,[]); +},1202,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* * Generated by PEG.js 0.10.0. @@ -176225,7 +174760,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e SyntaxError: peg$SyntaxError, parse: peg$parse }; -},1230,[]); +},1203,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { // @generated by Peggy 4.0.3. // @@ -177354,7 +175889,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e SyntaxError: peg$SyntaxError, parse: peg$parse }; -},1231,[74]); +},1204,[74]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -177401,7 +175936,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e o.responsible = true; } } -},1232,[41]); +},1205,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -177439,7 +175974,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_Shape2.default); ClipPath.displayName = 'ClipPath'; -},1233,[2,5,6,50,52,55,103,1217,1180,275,1223]); +},1206,[2,5,6,50,52,55,103,1190,1153,275,1196]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -177474,7 +176009,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_react.Component); Defs.displayName = 'Defs'; -},1234,[2,5,6,50,52,55,103,1181,275]); +},1207,[2,5,6,50,52,55,103,1154,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -177529,7 +176064,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e rx: 0, ry: 0 }; -},1235,[2,5,6,50,52,55,103,1217,1182,275,1223]); +},1208,[2,5,6,50,52,55,103,1190,1155,275,1196]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -177587,7 +176122,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e width: '100%', height: '100%' }; -},1236,[2,5,6,50,52,55,103,1237,1183,275,1223]); +},1209,[2,5,6,50,52,55,103,1210,1156,275,1196]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -177656,7 +176191,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return false; }; -},1237,[2,5,6,50,52,55,103,1223,1228,1217,1184,275,1238]); +},1210,[2,5,6,50,52,55,103,1196,1201,1190,1157,275,1211]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -177779,7 +176314,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e rotate: (0, _extractLengthList.default)(rotate) }; } -},1238,[2,103,1227,275,1214]); +},1211,[2,103,1200,275,1187]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -177851,7 +176386,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e height: 0, preserveAspectRatio: 'xMidYMid meet' }; -},1239,[2,5,6,50,52,55,103,41,1217,1185,275,1240,1223]); +},1212,[2,5,6,50,52,55,103,41,1190,1158,275,1213,1196]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -177892,7 +176427,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e meetOrSlice: meetOrSliceTypes[meetOrSlice] || 0 }; } -},1240,[]); +},1213,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -177947,7 +176482,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e x2: 0, y2: 0 }; -},1241,[2,5,6,50,52,55,103,1217,1187,275,1223]); +},1214,[2,5,6,50,52,55,103,1190,1160,275,1196]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -178003,7 +176538,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e x2: '100%', y2: '0%' }; -},1242,[2,5,6,50,52,55,103,1243,1217,1186,275]); +},1215,[2,5,6,50,52,55,103,1216,1190,1159,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -178084,7 +176619,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e gradientTransform: (0, _extractTransform.default)(gradientTransform || transform || props) }; } -},1243,[2,103,41,1225,1228,1244]); +},1216,[2,103,41,1198,1201,1217]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -178095,7 +176630,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e userSpaceOnUse: 1 }; var _default = exports.default = units; -},1244,[]); +},1217,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -178167,7 +176702,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e markerHeight: 3, markerUnits: 'strokeWidth' }; -},1245,[2,5,6,50,52,55,103,1240,1217,1188,275]); +},1218,[2,5,6,50,52,55,103,1213,1190,1161,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -178232,7 +176767,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e width: '100%', height: '100%' }; -},1246,[2,5,6,50,52,55,103,1244,1217,1189,275,1247,1223]); +},1219,[2,5,6,50,52,55,103,1217,1190,1162,275,1220,1196]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -178242,7 +176777,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e luminance: 0, alpha: 1 }; -},1247,[]); +},1220,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -178285,7 +176820,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_Shape2.default); Path.displayName = 'Path'; -},1248,[2,5,6,50,52,55,103,1217,1190,275,1223]); +},1221,[2,5,6,50,52,55,103,1190,1163,275,1196]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -178362,7 +176897,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e width: '100%', height: '100%' }; -},1249,[2,5,6,50,52,55,103,1228,1240,1244,1217,1191,275]); +},1222,[2,5,6,50,52,55,103,1201,1213,1217,1190,1164,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -178416,7 +176951,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e Polygon.defaultProps = { points: '' }; -},1250,[2,5,6,50,52,55,103,1248,1217,1251,275]); +},1223,[2,5,6,50,52,55,103,1221,1190,1224,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -178426,7 +176961,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var polyPoints = Array.isArray(points) ? points.join(',') : points; return polyPoints.replace(/[^eE]-/, ' -').split(/(?:\s+|\s*,\s*)/g).join(' '); } -},1251,[]); +},1224,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -178480,7 +177015,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e Polyline.defaultProps = { points: '' }; -},1252,[2,5,6,50,52,55,103,1248,1217,1251,275]); +},1225,[2,5,6,50,52,55,103,1221,1190,1224,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -178542,7 +177077,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e cy: '50%', r: '50%' }; -},1253,[2,5,6,50,52,55,103,1243,1217,1192,275]); +},1226,[2,5,6,50,52,55,103,1216,1190,1165,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -178601,7 +177136,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e width: 0, height: 0 }; -},1254,[2,5,6,50,52,55,103,1217,1193,275,1223]); +},1227,[2,5,6,50,52,55,103,1190,1166,275,1196]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -178641,7 +177176,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_react.Component); Stop.displayName = 'Stop'; -},1255,[2,5,6,50,52,55,103]); +},1228,[2,5,6,50,52,55,103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -178828,7 +177363,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e Svg.defaultProps = { preserveAspectRatio: 'xMidYMid meet' }; -},1256,[2,74,11,5,6,50,52,55,103,41,1232,1240,1217,1237,1194,1195,1225,275,1257,1228]); +},1229,[2,74,11,5,6,50,52,55,103,41,1205,1213,1190,1210,1167,1168,1198,275,1230,1201]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -178838,7 +177373,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e /* eslint-disable @typescript-eslint/ban-types */ // its needed for codegen to work var _default = exports.default = _reactNative.TurboModuleRegistry.getEnforcing('RNSVGSvgViewModule'); -},1257,[41]); +},1230,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -178885,7 +177420,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_Shape2.default); Symbol.displayName = 'Symbol'; -},1258,[2,5,6,50,52,55,103,1240,1217,1196,275]); +},1231,[2,5,6,50,52,55,103,1213,1190,1169,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -178943,7 +177478,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }(_Shape2.default); TSpan.displayName = 'TSpan'; (0, _extractText.setTSpan)(TSpan); -},1259,[2,5,6,50,52,55,103,1223,1228,1238,1217,1199,275,1214]); +},1232,[2,5,6,50,52,55,103,1196,1201,1211,1190,1172,275,1187]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -179001,7 +177536,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_Shape2.default); Text.displayName = 'Text'; -},1260,[2,5,6,50,52,55,103,1238,1223,1228,1217,1259,1197,275,1214]); +},1233,[2,5,6,50,52,55,103,1211,1196,1201,1190,1232,1170,275,1187]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -179087,7 +177622,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_Shape2.default); TextPath.displayName = 'TextPath'; -},1261,[2,11,5,6,50,52,55,103,1228,1238,1217,1259,1198,275,1214,1223]); +},1234,[2,11,5,6,50,52,55,103,1201,1211,1190,1232,1171,275,1187,1196]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -179154,7 +177689,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e width: 0, height: 0 }; -},1262,[2,5,6,50,52,55,103,1217,1200,275,1214,1223]); +},1235,[2,5,6,50,52,55,103,1190,1173,275,1187,1196]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -179196,7 +177731,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e FeBlend.defaultProps = Object.assign({}, _FeBlend.defaultPrimitiveProps, { mode: 'normal' }); -},1263,[2,5,6,50,52,55,103,1202,1213,275,1264]); +},1236,[2,5,6,50,52,55,103,1175,1186,275,1237]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -179330,7 +177865,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e nodes: nodes }; }; -},1264,[2,103,41,1219,1225]); +},1237,[2,103,41,1192,1198]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -179373,7 +177908,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e type: 'matrix', values: '' }); -},1265,[2,5,6,50,52,55,103,1203,1213,275,1264]); +},1238,[2,5,6,50,52,55,103,1176,1186,275,1237]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -179406,7 +177941,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _FeComponentTransfer = FeComponentTransfer; FeComponentTransfer.displayName = 'FeComponentTransfer'; FeComponentTransfer.defaultProps = Object.assign({}, _FeComponentTransfer.defaultPrimitiveProps); -},1266,[2,5,6,50,52,55,1213,1214]); +},1239,[2,5,6,50,52,55,1186,1187]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -179451,7 +177986,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e k3: 0, k4: 0 }); -},1267,[2,5,6,50,52,55,103,1204,1213,275,1264]); +},1240,[2,5,6,50,52,55,103,1177,1186,275,1237]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -179484,7 +178019,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _FeConvolveMatrix = FeConvolveMatrix; FeConvolveMatrix.displayName = 'FeConvolveMatrix'; FeConvolveMatrix.defaultProps = Object.assign({}, _FeConvolveMatrix.defaultPrimitiveProps); -},1268,[2,5,6,50,52,55,1213,1214]); +},1241,[2,5,6,50,52,55,1186,1187]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -179517,7 +178052,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _FeDiffuseLighting = FeDiffuseLighting; FeDiffuseLighting.displayName = 'FeDiffuseLighting'; FeDiffuseLighting.defaultProps = Object.assign({}, _FeDiffuseLighting.defaultPrimitiveProps); -},1269,[2,5,6,50,52,55,1213,1214]); +},1242,[2,5,6,50,52,55,1186,1187]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -179550,7 +178085,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _FeDisplacementMap = FeDisplacementMap; FeDisplacementMap.displayName = 'FeDisplacementMap'; FeDisplacementMap.defaultProps = Object.assign({}, _FeDisplacementMap.defaultPrimitiveProps); -},1270,[2,5,6,50,52,55,1213,1214]); +},1243,[2,5,6,50,52,55,1186,1187]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -179581,7 +178116,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }(_react.Component); FeDistantLight.displayName = 'FeDistantLight'; FeDistantLight.defaultProps = {}; -},1271,[2,5,6,50,52,55,103,1214]); +},1244,[2,5,6,50,52,55,103,1187]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -179648,7 +178183,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _FeDropShadow = FeDropShadow; FeDropShadow.displayName = 'FeDropShadow'; FeDropShadow.defaultProps = Object.assign({}, _FeDropShadow.defaultPrimitiveProps); -},1272,[2,5,6,50,52,55,103,1273,1274,1275,1276,1277,1213,1267,275]); +},1245,[2,5,6,50,52,55,103,1246,1247,1248,1249,1250,1186,1240,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -179693,7 +178228,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e floodColor: 'black', floodOpacity: 1 }); -},1273,[2,5,6,50,52,55,103,1205,1264,1213,275]); +},1246,[2,5,6,50,52,55,103,1178,1237,1186,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -179736,7 +178271,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e stdDeviation: 0, edgeMode: 'none' }); -},1274,[2,5,6,50,52,55,103,1206,1213,275,1264]); +},1247,[2,5,6,50,52,55,103,1179,1186,275,1237]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -179776,7 +178311,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _FeMerge = FeMerge; FeMerge.displayName = 'FeMerge'; FeMerge.defaultProps = Object.assign({}, _FeMerge.defaultPrimitiveProps); -},1275,[2,5,6,50,52,55,103,1207,1213,275,1264]); +},1248,[2,5,6,50,52,55,103,1180,1186,275,1237]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -179817,7 +178352,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_FilterPrimitive2.default); FeMergeNode.displayName = 'FeMergeNode'; -},1276,[2,5,6,50,52,55,1213]); +},1249,[2,5,6,50,52,55,1186]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -179860,7 +178395,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e dx: 0, dy: 0 }); -},1277,[2,5,6,50,52,55,103,1208,1213,275,1264]); +},1250,[2,5,6,50,52,55,103,1181,1186,275,1237]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -179893,7 +178428,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _FeImage = FeImage; FeImage.displayName = 'FeImage'; FeImage.defaultProps = Object.assign({}, _FeImage.defaultPrimitiveProps); -},1278,[2,5,6,50,52,55,1213,1214]); +},1251,[2,5,6,50,52,55,1186,1187]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -179926,7 +178461,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _FeMorphology = FeMorphology; FeMorphology.displayName = 'FeMorphology'; FeMorphology.defaultProps = Object.assign({}, _FeMorphology.defaultPrimitiveProps); -},1279,[2,5,6,50,52,55,1213,1214]); +},1252,[2,5,6,50,52,55,1186,1187]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -179957,7 +178492,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }(_react.Component); FePointLight.displayName = 'FePointLight'; FePointLight.defaultProps = {}; -},1280,[2,5,6,50,52,55,103,1214]); +},1253,[2,5,6,50,52,55,103,1187]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -179990,7 +178525,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _FeSpecularLighting = FeSpecularLighting; FeSpecularLighting.displayName = 'FeSpecularLighting'; FeSpecularLighting.defaultProps = Object.assign({}, _FeSpecularLighting.defaultPrimitiveProps); -},1281,[2,5,6,50,52,55,1213,1214]); +},1254,[2,5,6,50,52,55,1186,1187]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -180021,7 +178556,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }(_react.Component); FeSpotLight.displayName = 'FeSpotLight'; FeSpotLight.defaultProps = {}; -},1282,[2,5,6,50,52,55,103,1214]); +},1255,[2,5,6,50,52,55,103,1187]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -180054,7 +178589,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _FeTile = FeTile; FeTile.displayName = 'FeTile'; FeTile.defaultProps = Object.assign({}, _FeTile.defaultPrimitiveProps); -},1283,[2,5,6,50,52,55,1213,1214]); +},1256,[2,5,6,50,52,55,1186,1187]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -180087,7 +178622,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _FeTurbulence = FeTurbulence; FeTurbulence.displayName = 'FeTurbulence'; FeTurbulence.defaultProps = Object.assign({}, _FeTurbulence.defaultPrimitiveProps); -},1284,[2,5,6,50,52,55,1213,1214]); +},1257,[2,5,6,50,52,55,1186,1187]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -180151,7 +178686,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e filterUnits: 'objectBoundingBox', primitiveUnits: 'userSpaceOnUse' }; -},1285,[2,5,6,50,52,55,103,1201,1217,275]); +},1258,[2,5,6,50,52,55,103,1174,1190,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -180206,12 +178741,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); return _fetchUriData.apply(this, arguments); } -},1286,[2,3,41,1146]); +},1259,[2,3,41,1119]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true }); -},1287,[]); +},1260,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -180224,7 +178759,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e width: 24 } }; -},1288,[1289]); +},1261,[1262]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -180663,7 +179198,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1289,[2,5,6]); +},1262,[2,5,6]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -180726,7 +179261,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e type: _propTypes.default.number }; var _default = exports.default = ErrorIcon; -},1290,[2,103,673,41,1171,1291,1292,1293,275,1294,1289]); +},1263,[2,103,673,41,1144,1264,1265,1266,275,1267,1262]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -180748,7 +179283,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); }; var _default = exports.default = IcInfo; -},1291,[2,103,275,1174]); +},1264,[2,103,275,1147]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -180770,7 +179305,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); }; var _default = exports.default = IcWarning; -},1292,[2,103,275,1174]); +},1265,[2,103,275,1147]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -180792,7 +179327,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); }; var _default = exports.default = IcError; -},1293,[2,103,275,1174]); +},1266,[2,103,275,1147]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -180846,7 +179381,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, mergeRnStyles: RnCss.CssHelper.mergeRnStyles }; -},1294,[2,103,955,275]); +},1267,[2,103,928,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -180862,7 +179397,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } TaText.propTypes = Object.assign({}, _reactNative.TextProps); var _default = exports.default = TaText; -},1295,[2,103,41,275]); +},1268,[2,103,41,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -180881,7 +179416,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); }; var _default = exports.default = IcCloseCircleOutline; -},1296,[2,103,275,1174]); +},1269,[2,103,275,1147]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -181029,7 +179564,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e borderRadius: CARD_RADIUS } }); -},1297,[41,1289]); +},1270,[41,1262]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -181139,7 +179674,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e refs: {} } }); -},1298,[2,5,6,58,59,1157]); +},1271,[2,5,6,58,59,1130]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -181475,7 +180010,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(); var _default = exports.default = RoutesHelper; -},1299,[2,74,5,6,1300,1423,1425,1426,1428,1429,1430,1431,1167,1432,1160,1307]); +},1272,[2,74,5,6,1273,1396,1398,1399,1401,1402,1403,1404,1140,1405,1133,1280]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -181741,7 +180276,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e writable: true, value: {} }); -},1300,[2,168,5,6,58,59,41,1289,1301,1305,1418,1162,1294,1420,1421,1422,1160,1297]); +},1273,[2,168,5,6,58,59,41,1262,1274,1278,1391,1135,1267,1393,1394,1395,1133,1270]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -181868,7 +180403,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _date.default.initMomentLocale((0, _$$_REQUIRE(_dependencyMap[12]).i18nLocale)()); } var _default = exports.default = LocaleConfig; -},1301,[2,3,5,6,58,59,1302,1167,1303,1157,1305,1155,1400]); +},1274,[2,3,5,6,58,59,1275,1140,1276,1130,1278,1128,1373]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -181961,7 +180496,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1302,[2,5,6,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617]); +},1275,[2,5,6,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -182068,7 +180603,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e filetime: "filetime" } }; -},1303,[2,3,5,6,1304]); +},1276,[2,3,5,6,1277]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -182248,7 +180783,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e writable: true, value: new _promiseQueue.default(1, Infinity) }); -},1304,[2,3,5,6,58,59,621,627,1157]); +},1277,[2,3,5,6,58,59,621,627,1130]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -182476,7 +181011,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); return _getValue3.apply(this, arguments); } -},1305,[2,3,5,6,58,59,1306,1162,1157,1304,1155,1307]); +},1278,[2,3,5,6,58,59,1279,1135,1130,1277,1128,1280]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -182546,7 +181081,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }; var _default = exports.default = PaperSetupHelper; -},1306,[2,3,5,6,1304]); +},1279,[2,3,5,6,1277]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -182653,7 +181188,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function navigateToValidation() { navigate(TABS.VALIDATION); } -},1307,[2,1308]); +},1280,[2,1281]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -182742,7 +181277,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e NavigationConfig.state = undefined; NavigationConfig.archiveOpenedFromButton = undefined; var _default = exports.default = NavigationConfig; -},1308,[2,5,6,1309]); +},1281,[2,5,6,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -182860,7 +181395,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},1309,[2,1310,1383,1393,1395,1384,1385,1396,1397,1398,1311,1313,1399,1314]); +},1282,[2,1283,1356,1366,1368,1357,1358,1369,1370,1371,1284,1286,1372,1287]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -182904,7 +181439,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }))); } -},1310,[2,11,103,41,1311]); +},1283,[2,11,103,41,1284]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -182997,7 +181532,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onPress: onPress }; } -},1311,[2,103,41,1312,1313,1314]); +},1284,[2,103,41,1285,1286,1287]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -183010,7 +181545,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); LinkingContext.displayName = 'LinkingContext'; var _default = exports.default = LinkingContext; -},1312,[103]); +},1285,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -183050,7 +181585,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, [linking, navigation]); return linkTo; } -},1313,[2,103,1312,1314]); +},1286,[2,103,1285,1287]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -183248,7 +181783,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},1314,[2,1315,1331,1341,1344,1319,1345,1346,1348,1356,1321,1322,1358,1323,1359,1360,1362,1361,1363,1380,1381,1382,1355,1332]); +},1287,[2,1288,1304,1314,1317,1292,1318,1319,1321,1329,1294,1295,1331,1296,1332,1333,1335,1334,1336,1353,1354,1355,1328,1305]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -183569,7 +182104,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return element; }); var _default = exports.default = BaseNavigationContainer; -},1315,[2,66,11,103,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,275,1331,1332,1340]); +},1288,[2,66,11,103,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,275,1304,1305,1313]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -183594,7 +182129,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _getRouteNames('', state); return duplicates; } -},1316,[]); +},1289,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -183645,7 +182180,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function checkSerializable(o) { return _checkSerializableWithoutCircularReference(o, new Set(), []); } -},1317,[2,74]); +},1290,[2,74]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -183687,7 +182222,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e children: children }); } -},1318,[103,275]); +},1291,[103,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -183703,7 +182238,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var route = (_current2 = current) == null ? undefined : _current2.routes[(_current$index3 = (_current3 = current) == null ? undefined : _current3.index) != null ? _current$index3 : 0]; return route; } -},1319,[]); +},1292,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -183723,7 +182258,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); var _default = exports.default = NavigationBuilderContext; -},1320,[103]); +},1293,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -183736,7 +182271,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ var NavigationContainerRefContext = React.createContext(undefined); var _default = exports.default = NavigationContainerRefContext; -},1321,[103]); +},1294,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -183749,7 +182284,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ var NavigationContext = React.createContext(undefined); var _default = exports.default = NavigationContext; -},1322,[103]); +},1295,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -183762,7 +182297,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ var NavigationRouteContext = React.createContext(undefined); var _default = exports.default = NavigationRouteContext; -},1323,[103]); +},1296,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -183789,7 +182324,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e throw new Error(MISSING_CONTEXT_ERROR); } }); -},1324,[103]); +},1297,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -183799,7 +182334,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } var UnhandledActionContext = React.createContext(undefined); var _default = exports.default = UnhandledActionContext; -},1325,[103]); +},1298,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -183830,7 +182365,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e addListener: addListener }; } -},1326,[103]); +},1299,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -183936,7 +182471,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; }, [create, emit]); } -},1327,[2,74,103]); +},1300,[2,74,103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -183964,7 +182499,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e addKeyedListener: addKeyedListener }; } -},1328,[103]); +},1301,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -184042,7 +182577,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e getCurrentOptions: getCurrentOptions }; } -},1329,[2,103,1320,1324]); +},1302,[2,103,1293,1297]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -184115,7 +182650,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e React.useDebugValue(state); return [state, getState, setState, scheduleUpdate, flushUpdates]; } -},1330,[2,66,103]); +},1303,[2,66,103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -184197,7 +182732,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, {})); return ref; } -},1331,[2,66,74,1332]); +},1304,[2,66,74,1305]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -184274,7 +182809,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }); function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } -},1332,[2,1333,1334,1336,1338,1337,1339]); +},1305,[2,1306,1307,1309,1311,1310,1312]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -184326,7 +182861,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }; } -},1333,[]); +},1306,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -184388,7 +182923,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }; var _default = exports.default = BaseRouter; -},1334,[1335]); +},1307,[1308]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -184416,7 +182951,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return id; }; -},1335,[]); +},1308,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -184567,7 +183102,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e actionCreators: DrawerActions }); } -},1336,[2,74,11,1337,1335]); +},1309,[2,74,11,1310,1308]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -184815,7 +183350,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); return router; } -},1337,[2,1334,1335]); +},1310,[2,1307,1308]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -185108,12 +183643,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); return router; } -},1338,[2,74,1334,1335]); +},1311,[2,74,1307,1308]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true }); -},1339,[]); +},1312,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -185146,7 +183681,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e scheduleUpdate(callback); React.useEffect(flushUpdates); } -},1340,[103]); +},1313,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -185174,7 +183709,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; }; } -},1341,[2,1342,1343]); +},1314,[2,1315,1316]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -185187,7 +183722,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e /* istanbul ignore next */ return null; } -},1342,[]); +},1315,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -185200,7 +183735,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e /* istanbul ignore next */ return null; } -},1343,[]); +},1316,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -185214,7 +183749,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ var CurrentRenderContext = React.createContext(undefined); var _default = exports.default = CurrentRenderContext; -},1344,[103]); +},1317,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -185306,7 +183841,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return acc; }, {}); }; -},1345,[2,66]); +},1318,[2,66]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -185326,7 +183861,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e typeof (params == null ? undefined : params.screen) === 'string' ? params.screen : undefined; return routeName; } -},1346,[1347]); +},1319,[1320]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -185378,7 +183913,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, new Map()); return Array.from(cache.current.values()); } -},1347,[2,11,103]); +},1320,[2,11,103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -185613,7 +184148,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return [name, result]; })); }; -},1348,[2,74,66,1349,1354,1355]); +},1321,[2,74,66,1322,1327,1328]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -186003,7 +184538,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; return exports.pick(input, exclusionFilter, options); }; -},1349,[95,66,74,1350,1351,1352,1353]); +},1322,[95,66,74,1323,1324,1325,1326]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -186012,7 +184547,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return `%${x.charCodeAt(0).toString(16).toUpperCase()}`; }); }; -},1350,[]); +},1323,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -186092,7 +184627,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return customDecodeURIComponent(encodedURI); } }; -},1351,[]); +},1324,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -186109,7 +184644,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return [string.slice(0, separatorIndex), string.slice(separatorIndex + separator.length)]; }; -},1352,[]); +},1325,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -186126,7 +184661,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return ret; }; -},1353,[]); +},1326,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -186147,7 +184682,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return acc; }, {}); } -},1354,[2,66]); +},1327,[2,66]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -186183,7 +184718,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); } } -},1355,[2,66]); +},1328,[2,66]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -186606,7 +185141,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return Object.keys(params).length ? params : undefined; }; -},1356,[2,95,74,1357,1349,1319,1355]); +},1329,[2,95,74,1330,1322,1292,1328]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -186619,7 +185154,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // Use a simple backslash escape when it’s always valid, and a \unnnn escape when the simpler form would be disallowed by Unicode patterns’ stricter grammar. return string.replace(/[|\\{}()[\]^$+*?.]/g, '\\$&').replace(/-/g, '\\x2d'); }; -},1357,[]); +},1330,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -186633,7 +185168,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ var NavigationHelpersContext = React.createContext(undefined); var _default = exports.default = NavigationHelpersContext; -},1358,[103]); +},1331,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -186645,7 +185180,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var PrivateValueStore = exports.PrivateValueStore = /*#__PURE__*/(0, _createClass2.default)(function PrivateValueStore() { (0, _classCallCheck2.default)(this, PrivateValueStore); }); -},1359,[2,6,5]); +},1332,[2,6,5]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -186711,7 +185246,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; }, [effect, navigation]); } -},1360,[2,103,1361]); +},1333,[2,103,1334]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -186737,7 +185272,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // FIXME: Figure out a better way to do this return navigation != null ? navigation : root; } -},1361,[2,103,1321,1322]); +},1334,[2,103,1294,1295]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -186783,7 +185318,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e React.useDebugValue(valueToReturn); return valueToReturn; } -},1362,[2,66,103,1361]); +},1335,[2,66,103,1334]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -187199,7 +185734,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e NavigationContent: NavigationContent }; } -},1363,[2,66,95,11,74,103,1342,1364,1365,1358,1323,1324,1343,1326,1366,1367,1368,1327,1372,1373,1328,1374,1375,1377,1378,1379,1340,1359,1332]); +},1336,[2,66,95,11,74,103,1315,1337,1338,1331,1296,1297,1316,1299,1339,1340,1341,1300,1345,1346,1301,1347,1348,1350,1351,1352,1313,1332,1305]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -187220,7 +185755,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return it === b[index]; }); } -},1364,[]); +},1337,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -187242,7 +185777,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return a[key] === b[key]; }); } -},1365,[]); +},1338,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -187271,7 +185806,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return /*#__PURE__*/(0, _jsxRuntime.jsx)(Component, Object.assign({}, props, rest)); }).current; } -},1366,[103,275]); +},1339,[103,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -187294,7 +185829,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e current.options = descriptors[state.routes[state.index].key].options; } } -},1367,[2,103,1344]); +},1340,[2,103,1317]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -187432,7 +185967,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return acc; }, {}); } -},1368,[2,11,74,66,103,1320,1322,1323,1369,1371,1347,275]); +},1341,[2,11,74,66,103,1293,1295,1296,1342,1344,1320,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -187533,7 +186068,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }) }); } -},1369,[2,103,1318,1324,1370,1329,275]); +},1342,[2,103,1291,1297,1343,1302,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -187563,7 +186098,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return true; }); -},1370,[103]); +},1343,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -187666,7 +186201,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, {}); return cache.current; } -},1371,[2,95,11,103,1320,1332]); +},1344,[2,95,11,103,1293,1305]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -187712,7 +186247,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return addListener == null ? undefined : addListener('focus', listener); }, [addListener, listener]); } -},1372,[2,103,1320]); +},1345,[2,103,1293]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -187784,7 +186319,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }, [currentFocusedKey, emitter, navigation]); } -},1373,[2,103,1322]); +},1346,[2,103,1295]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -187846,7 +186381,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }, [emitter.emit, getState, onAction, onUnhandledAction, parentNavigationHelpers, router]); } -},1374,[2,103,1322,1325,1359,1332]); +},1347,[2,103,1295,1298,1332,1305]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -187946,7 +186481,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, [addListenerParent, onAction]); return onAction; } -},1375,[2,103,1320,1376]); +},1348,[2,103,1293,1349]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -188017,7 +186552,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }, [addKeyedListener, beforeRemoveListeners, emitter, getState, routeKey]); } -},1376,[2,95,103,1320,1323]); +},1349,[2,95,103,1293,1296]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -188061,7 +186596,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return addKeyedListener == null ? undefined : addKeyedListener('getState', key, getRehydratedState); }, [addKeyedListener, getRehydratedState, key]); } -},1377,[2,103,1364,1320,1323]); +},1350,[2,103,1337,1293,1296]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -188094,7 +186629,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }, [getState, onRouteFocusParent, router, setState, sourceRouteKey]); } -},1378,[2,103,1320]); +},1351,[2,103,1293]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -188128,7 +186663,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, [container, key]); return key; } -},1379,[2,66,103,1335,1318]); +},1352,[2,66,103,1308,1291]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -188145,7 +186680,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return navigation.current; } -},1380,[2,103,1331]); +},1353,[2,103,1304]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -188185,7 +186720,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, [navigation]); return selector(navigation.getState()); } -},1381,[2,66,103,1361]); +},1354,[2,66,103,1334]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -188207,7 +186742,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return route; } -},1382,[2,103,1323]); +},1355,[2,103,1296]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -188323,7 +186858,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } var NavigationContainer = React.forwardRef(NavigationContainerInner); var _default = exports.default = NavigationContainer; -},1383,[2,66,11,103,1312,1384,1385,1387,1388,1389,1392,275,1314]); +},1356,[2,66,11,103,1285,1357,1358,1360,1361,1362,1365,275,1287]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -188341,7 +186876,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }; var _default = exports.default = DefaultTheme; -},1384,[]); +},1357,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -188360,7 +186895,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e children: children }); } -},1385,[2,103,1386,275]); +},1358,[2,103,1359,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -188373,7 +186908,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var ThemeContext = React.createContext(_DefaultTheme.default); ThemeContext.displayName = 'ThemeContext'; var _default = exports.default = ThemeContext; -},1386,[2,103,1384]); +},1359,[2,103,1357]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -188400,7 +186935,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; }, [ref]); } -},1387,[103,41]); +},1360,[103,41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -188409,7 +186944,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function useDocumentTitle() { // Noop for React Native } -},1388,[]); +},1361,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -188567,7 +187102,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e getInitialState: getInitialState }; } -},1389,[2,103,41,1390,1314]); +},1362,[2,103,41,1363,1287]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -188592,7 +187127,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return undefined; } -},1390,[2,1391]); +},1363,[2,1364]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -188605,7 +187140,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // Use a simple backslash escape when it’s always valid, and a \unnnn escape when the simpler form would be disallowed by Unicode patterns’ stricter grammar. return string.replace(/[|\\{}()[\]^$+*?.]/g, '\\$&').replace(/-/g, '\\x2d'); }; -},1391,[]); +},1364,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -188658,7 +187193,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, [promise, resolved]); return state; } -},1392,[2,3,66,103]); +},1365,[2,3,66,103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -188711,7 +187246,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }) }); }); -},1393,[2,103,1394,275,1314]); +},1366,[2,103,1367,275,1287]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -188721,7 +187256,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } var ServerContext = React.createContext(undefined); var _default = exports.default = ServerContext; -},1394,[103]); +},1367,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -188739,7 +187274,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }; var _default = exports.default = DarkTheme; -},1395,[]); +},1368,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -188753,12 +187288,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var theme = React.useContext(_ThemeContext.default); return theme; } -},1396,[2,103,1386]); +},1369,[2,103,1359]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true }); -},1397,[]); +},1370,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -188815,7 +187350,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, [linking, navigation]); return buildLink; } -},1398,[2,103,1312,1314]); +},1371,[2,103,1285,1287]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -188900,7 +187435,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return unsubscribe; }, [navigation, ref, route.key]); } -},1399,[103,1314]); +},1372,[103,1287]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -188966,7 +187501,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function i18nTxt(name, params) { return _i18nJs.default.t(name, params); } -},1400,[2,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417]); +},1373,[2,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { // I18n.js // ======= @@ -189962,7 +188497,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e I18n.p = I18n.pluralize.bind(I18n); return I18n; }); -},1401,[]); +},1374,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "str_tabs": "", @@ -189987,7 +188522,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "str_downloaded_editions": "Downloaded" } ; -},1402,[]); +},1375,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "str_tabs": "", @@ -190012,7 +188547,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "str_downloaded_editions": "Scaricati" } ; -},1403,[]); +},1376,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "str_special_sections": "أقسام خاصة", @@ -190037,7 +188572,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "str_downloaded_editions": "تم التنزيل" } ; -},1404,[]); +},1377,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "str_special_sections": "Særlige sektioner", @@ -190062,7 +188597,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "str_downloaded_editions": "Downloadet" } ; -},1405,[]); +},1378,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "str_special_sections": "Prospekte", @@ -190087,7 +188622,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "str_downloaded_editions": "Heruntergeladen" } ; -},1406,[]); +},1379,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "str_special_sections": "Section Spéciale", @@ -190112,7 +188647,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "str_downloaded_editions": "Téléchargé" } ; -},1407,[]); +},1380,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "str_special_sections": "Speciale secties", @@ -190137,7 +188672,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "str_downloaded_editions": "gedownload" } ; -},1408,[]); +},1381,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "str_tabs": "", @@ -190162,7 +188697,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "str_downloaded_editions": "descargado" } ; -},1409,[]); +},1382,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "str_special_sections": "Secțiuni speciale", @@ -190187,7 +188722,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "str_downloaded_editions": "Descărcat" } ; -},1410,[]); +},1383,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "str_special_sections": "Särskilda avsnitt", @@ -190212,7 +188747,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "str_downloaded_editions": "Nedladdat" } ; -},1411,[]); +},1384,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "str_tabs": "", @@ -190237,7 +188772,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "str_downloaded_editions": "baixado" } ; -},1412,[]); +},1385,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "str_tabs": "", @@ -190262,7 +188797,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "str_downloaded_editions": "baixado" } ; -},1413,[]); +},1386,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "str_special_sections": "Speciale secties", @@ -190287,7 +188822,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "str_downloaded_editions": "gedownload" } ; -},1414,[]); +},1387,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "str_special_sections": "Spesielle seksjoner", @@ -190311,7 +188846,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "str_month_names_short": "Jan,feb,mars,apr,mai,jun,jul,aug,sep,okt,nov,des" } ; -},1415,[]); +},1388,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "str_special_sections": "Spesielle seksjoner", @@ -190336,7 +188871,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "str_downloaded_editions": "Lastet ned" } ; -},1416,[]); +},1389,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "str_tabs": "", @@ -190361,7 +188896,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "str_downloaded_editions": "Preneseno" } ; -},1417,[]); +},1390,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -190484,7 +189019,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _getValue3.apply(this, arguments); } var _default = exports.default = UserConfig; -},1418,[2,3,5,6,58,59,103,1157,1419]); +},1391,[2,3,5,6,58,59,103,1130,1392]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -190533,7 +189068,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }; var _default = exports.default = UserHelper; -},1419,[2,3,5,6,1304]); +},1392,[2,3,5,6,1277]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -190552,7 +189087,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }; } -},1420,[]); +},1393,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -190561,7 +189096,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function getDebugStyles() { return {}; } -},1421,[]); +},1394,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -190572,7 +189107,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function init() { _log.default.log("Do nothing on native code"); } -},1422,[2,1157]); +},1395,[2,1130]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -190685,7 +189220,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_publication.default); -},1423,[2,5,6,50,52,55,58,59,1424]); +},1396,[2,5,6,50,52,55,58,59,1397]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -190891,7 +189426,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1424,[2,5,6,58,59,1156]); +},1397,[2,5,6,58,59,1129]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -191039,7 +189574,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1425,[2,5,6,58,59]); +},1398,[2,5,6,58,59]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -191107,7 +189642,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_routeLabeled.default); -},1426,[2,5,6,50,52,53,55,58,59,1427]); +},1399,[2,5,6,50,52,53,55,58,59,1400]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -191180,7 +189715,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_route.default); -},1427,[2,5,6,50,52,53,55,58,59,1425]); +},1400,[2,5,6,50,52,53,55,58,59,1398]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -191270,7 +189805,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_route.default); -},1428,[2,5,6,50,52,53,55,58,59,1423,1425]); +},1401,[2,5,6,50,52,53,55,58,59,1396,1398]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -191354,7 +189889,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_routeEdition.default); -},1429,[2,5,6,50,52,53,55,58,59,1428]); +},1402,[2,5,6,50,52,53,55,58,59,1401]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -191441,7 +189976,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_route.default); var _default = exports.default = RouteTabs; -},1430,[2,5,6,50,52,53,55,58,59,1425]); +},1403,[2,5,6,50,52,53,55,58,59,1398]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -191525,7 +190060,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_routeLabeled.default); -},1431,[2,5,6,50,52,53,55,58,59,1427]); +},1404,[2,5,6,50,52,53,55,58,59,1400]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -192025,7 +190560,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e value: _getEditionInfoFromName2 }); var _default = exports.default = EditionsHelper; -},1432,[2,565,74,5,6,58,59,1300,1423,1156,1424,1433,1302,1160]); +},1405,[2,565,74,5,6,58,59,1273,1396,1129,1397,1406,1275,1133]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -192057,7 +190592,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e (0, _inherits2.default)(Special, _Publication); return (0, _createClass2.default)(Special); }(_publication.default); -},1433,[2,6,5,50,52,55,1424]); +},1406,[2,6,5,50,52,55,1397]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -192090,7 +190625,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return (0, _createClass2.default)(RouteSeparator); }(_route.default); var _default = exports.default = RouteSeparator; -},1434,[2,6,5,50,52,55,1425]); +},1407,[2,6,5,50,52,55,1398]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -192148,7 +190683,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_route.default); var _default = exports.default = RouteHeader; -},1435,[2,5,6,50,52,55,58,59,1425]); +},1408,[2,5,6,50,52,55,58,59,1398]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -192229,7 +190764,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }) }; var _default = exports.default = Content; -},1436,[2,74,66,11,103,41,673,1425,1437,1300,1423,275,1294,1418]); +},1409,[2,74,66,11,103,41,673,1398,1410,1273,1396,275,1267,1391]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -192427,7 +190962,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e hideHamburger: _propTypes.default.bool }; var _default = exports.default = DrawerNavigator; -},1437,[2,66,74,103,41,673,1425,1438,1308,1530,1431,1538,1424,1430,1543,1546,275,1448,1307,1309,1297]); +},1410,[2,66,74,103,41,673,1398,1411,1281,1503,1404,1511,1397,1403,1516,1519,275,1421,1280,1282,1270]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -192545,7 +191080,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: _propTypes.default.object.isRequired }; var _default = exports.default = DrawerContent; -},1438,[2,103,673,41,1425,1439,1157,1434,1446,1428,1431,1435,1447,1430,1169,1426,1308,275,1298,1307,1294,1448]); +},1411,[2,103,673,41,1398,1412,1130,1407,1419,1401,1404,1408,1420,1403,1142,1399,1281,275,1271,1280,1267,1421]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -192660,7 +191195,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } DrawerItemWithState.propTypes = Object.assign({}, DrawerItem.propTypes); var _default = exports.default = DrawerItemWithState; -},1439,[2,66,103,673,1425,1440,1444,275,1445,1308,1309]); +},1412,[2,66,103,673,1398,1413,1417,275,1418,1281,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -192882,7 +191417,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }) }; var _default = exports.default = CollapseLine; -},1440,[2,74,66,103,673,41,1441,1300,275,1289,1294,1297]); +},1413,[2,74,66,103,673,41,1414,1273,275,1262,1267,1270]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -192937,7 +191472,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e style: _propTypes.default.oneOfType([_propTypes.default.number, _propTypes.default.object, _propTypes.default.array]) }; var _default = exports.default = CollapseAccordion; -},1441,[2,103,673,41,1171,1442,1443,275,1294]); +},1414,[2,103,673,41,1144,1415,1416,275,1267]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -192956,7 +191491,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); }; var _default = exports.default = IcChevronDown; -},1442,[2,103,275,1174]); +},1415,[2,103,275,1147]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -192975,7 +191510,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); }; var _default = exports.default = IcChevronUp; -},1443,[2,103,275,1174]); +},1416,[2,103,275,1147]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -193070,7 +191605,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e active: _propTypes.default.bool }; var _default = exports.default = DrawerItemLeft; -},1444,[2,103,673,41,1289,1171,1295,1425,1300,275,1294]); +},1417,[2,103,673,41,1262,1144,1268,1398,1273,275,1267]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -193086,7 +191621,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); } } -},1445,[2,1425]); +},1418,[2,1398]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -193122,7 +191657,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e route: _propTypes.default.instanceOf(_routeSeparator.default) }; var _default = exports.default = DrawerSeparator; -},1446,[2,103,673,41,1434,275,1289,1294]); +},1419,[2,103,673,41,1407,275,1262,1267]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -193174,7 +191709,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e route: _propTypes.default.instanceOf(_routeHeader.default) }; var _default = exports.default = DrawerHeader; -},1447,[2,103,673,41,1435,1295,275,1289,1294]); +},1420,[2,103,673,41,1408,1268,275,1262,1267]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -193271,7 +191806,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _getDrawerStatusFromState = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[11])); var _useDrawerProgress = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[12])); var _useDrawerStatus = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[13])); -},1448,[2,1449,1455,1456,1458,1457,1491,1451,1495,1497,1453,1454,1528,1529]); +},1421,[2,1422,1428,1429,1431,1430,1464,1424,1468,1470,1426,1427,1501,1502]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -193352,13 +191887,13 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); } var _default = exports.default = (0, _$$_REQUIRE(_dependencyMap[6]).createNavigatorFactory)(DrawerNavigator); -},1449,[2,11,103,1450,1451,275,1309]); +},1422,[2,11,103,1423,1424,275,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var DEV = false; var warnings = new Set(); function warnOnce(condition) {} module.exports = warnOnce; -},1450,[]); +},1423,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -193612,7 +192147,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flex: 1 } }); -},1451,[2,11,74,66,103,41,764,1452,1453,1454,1455,1491,275,1493,764,1496,1499,1117,1309,1501,1502,1467]); +},1424,[2,11,74,66,103,41,737,1425,1426,1427,1428,1464,275,1466,737,1469,1472,1090,1282,1474,1475,1440]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -193621,7 +192156,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var React = _interopRequireWildcard(_$$_REQUIRE(_dependencyMap[0])); function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } var _default = exports.default = React.createContext(undefined); -},1452,[103]); +},1425,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -193631,7 +192166,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } var DrawerStatusContext = React.createContext(undefined); var _default = exports.default = DrawerStatusContext; -},1453,[103]); +},1426,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -193647,7 +192182,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); return (_ref = (_entry$status = entry == null ? undefined : entry.status) != null ? _entry$status : state.default) != null ? _ref : 'closed'; } -},1454,[]); +},1427,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -193679,7 +192214,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, rest)) })); } -},1455,[2,11,103,1456,1457,275]); +},1428,[2,11,103,1429,1430,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -193718,7 +192253,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flex: 1 } }); -},1456,[2,11,103,41,1452,275,1117]); +},1429,[2,11,103,41,1425,275,1090]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -193784,7 +192319,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, route.key); }); } -},1457,[2,103,1458,275,1309]); +},1430,[2,103,1431,275,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -193945,7 +192480,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e display: 'flex' } }); -},1458,[2,11,1459,103,41,275,1309,1467]); +},1431,[2,11,1432,103,41,275,1282,1440]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _slicedToArray = _$$_REQUIRE(_dependencyMap[0]); var _toConsumableArray = _$$_REQUIRE(_dependencyMap[1]); @@ -194349,7 +192884,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return array; } module.exports = Color; -},1459,[66,74,1460,1464]); +},1432,[66,74,1433,1437]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var convert = {}; var models = Object.keys(_$$_REQUIRE(_dependencyMap[0])); @@ -194422,7 +192957,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }); module.exports = convert; -},1460,[1461,1463]); +},1433,[1434,1436]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _slicedToArray = _$$_REQUIRE(_dependencyMap[0]); /* MIT license */ @@ -195176,7 +193711,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var val = (rgb[0] + rgb[1] + rgb[2]) / 3; return [val / 255 * 100]; }; -},1461,[66,1462]); +},1434,[66,1435]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -195330,7 +193865,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "yellow": [255, 255, 0], "yellowgreen": [154, 205, 50] }; -},1462,[]); +},1435,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* This function routes a model to all other models. @@ -195411,7 +193946,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return conversion; }; -},1463,[1461]); +},1436,[1434]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* MIT license */ @@ -195602,7 +194137,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var str = Math.round(num).toString(16).toUpperCase(); return str.length < 2 ? '0' + str : str; } -},1464,[1462,1465]); +},1437,[1435,1438]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -195626,7 +194161,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return fn(swizzle(arguments)); }; }; -},1465,[1466]); +},1438,[1439]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = function isArrayish(obj) { if (!obj || typeof obj === 'string') { @@ -195634,7 +194169,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return obj instanceof Array || Array.isArray(obj) || obj.length >= 0 && (obj.splice instanceof Function || Object.getOwnPropertyDescriptor(obj, obj.length - 1) && obj.constructor.name !== 'String'); }; -},1466,[]); +},1439,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -195788,7 +194323,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _$$_REQUIRE(_dependencyMap[18]), // eslint-disable-next-line import/no-commonjs _$$_REQUIRE(_dependencyMap[19])]; -},1467,[2,1468,1469,1470,1471,1476,1483,1472,1484,1473,1475,1485,1486,1479,1487,1488,1489,1490,1480,1482]); +},1440,[2,1441,1442,1443,1444,1449,1456,1445,1457,1446,1448,1458,1459,1452,1460,1461,1462,1463,1453,1455]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -195813,7 +194348,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, style] })); } -},1468,[2,11,103,41,275,1309]); +},1441,[2,11,103,41,275,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -195848,7 +194383,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return headerHeight + statusBarHeight; } -},1469,[41]); +},1442,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -195857,7 +194392,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function getHeaderTitle(options, fallback) { return typeof options.headerTitle === 'string' ? options.headerTitle : options.title !== undefined ? options.title : fallback; } -},1470,[]); +},1443,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -196098,7 +194633,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flexBasis: 0 } }); -},1471,[2,11,103,41,1469,1472,1473,1475,275,1117]); +},1444,[2,11,103,41,1442,1445,1446,1448,275,1090]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -196144,7 +194679,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } })) }); -},1472,[2,11,103,41,275,1309]); +},1445,[2,11,103,41,275,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -196154,7 +194689,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _getNamedContext = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); var HeaderShownContext = (0, _getNamedContext.default)('HeaderShownContext', false); var _default = exports.default = HeaderShownContext; -},1473,[2,1474]); +},1446,[2,1447]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -196176,7 +194711,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e global[contexts].set(name, context); return context; } -},1474,[103]); +},1447,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -196222,7 +194757,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }) }); -},1475,[2,11,103,41,275,1309]); +},1448,[2,11,103,41,275,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -196439,7 +194974,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }] } }); -},1476,[2,66,103,41,1477,1479,275,1309,1480,1482]); +},1449,[2,66,103,41,1450,1452,275,1282,1453,1455]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -196452,7 +194987,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); var _MaskedViewNative = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); -},1477,[2,1478]); +},1450,[2,1451]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -196473,7 +195008,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // Add try/catch to support usage even if it's not installed, since it's optional. // Newer versions of Metro will handle it properly. RNCMaskedView = function () { - throw new Error("Cannot find module '@react-native-masked-view/masked-view'\nRequire stack:\n- /Users/ipaddev/sdk/rn-0.80.x/node_modules/@react-navigation/elements/src/noop.js"); + throw new Error("Cannot find module '@react-native-masked-view/masked-view'\nRequire stack:\n- /Users/ipaddev/sdk/3.22.02.rc/node_modules/@react-navigation/elements/src/noop.js"); }().default; } catch (e) { // Ignore @@ -196489,7 +195024,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return children; } -},1478,[2,11,103,41,275]); +},1451,[2,11,103,41,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -196556,7 +195091,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, style] }, rest)); } -},1479,[2,66,11,103,41,275,1309]); +},1452,[2,66,11,103,41,275,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -196568,12 +195103,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "back-icon", "type": "png" }); -},1480,[1481]); +},1453,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; module.exports = _$$_REQUIRE(_dependencyMap[0]); -},1481,[124]); +},1454,[124]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -196585,7 +195120,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "back-icon-mask", "type": "png" }); -},1482,[1481]); +},1455,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -196595,7 +195130,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _getNamedContext = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); var HeaderBackContext = (0, _getNamedContext.default)('HeaderBackContext', undefined); var _default = exports.default = HeaderBackContext; -},1483,[2,1474]); +},1456,[2,1447]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -196605,7 +195140,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _getNamedContext = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); var HeaderHeightContext = (0, _getNamedContext.default)('HeaderHeightContext', undefined); var _default = exports.default = HeaderHeightContext; -},1484,[2,1474]); +},1457,[2,1447]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -196622,7 +195157,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return height; } -},1485,[2,103,1484]); +},1458,[2,103,1457]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -196649,7 +195184,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e backgroundColor: 'transparent' } }); -},1486,[103,41,275]); +},1459,[103,41,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -196712,7 +195247,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e top: FAR_FAR_AWAY } }); -},1487,[2,11,103,41,275]); +},1460,[2,11,103,41,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -196839,7 +195374,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flex: 1 } }); -},1488,[2,66,103,41,275,1117]); +},1461,[2,66,103,41,275,1090]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -196924,12 +195459,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e right: 0 } }); -},1489,[2,66,103,41,1468,1469,1484,1473,275,1117,1309]); +},1462,[2,66,103,41,1441,1442,1457,1446,275,1090,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true }); -},1490,[]); +},1463,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -196985,7 +195520,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e marginHorizontal: 11 } }); -},1491,[2,11,103,41,275,1309,1467,1492]); +},1464,[2,11,103,41,275,1282,1440,1465]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -196997,7 +195532,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "toggle-drawer-icon", "type": "png" }); -},1492,[1481]); +},1465,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -197012,7 +195547,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},1493,[1494]); +},1466,[1467]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -197048,7 +195583,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[1]).PanGestureHandler, Object.assign({}, props)) }); } -},1494,[2,993,103,1495,275]); +},1467,[2,966,103,1468,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -197057,7 +195592,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var React = _interopRequireWildcard(_$$_REQUIRE(_dependencyMap[0])); function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } var _default = exports.default = React.createContext(null); -},1495,[103]); +},1468,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -197528,7 +196063,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } })) }); -},1496,[2,66,5,6,50,52,55,103,41,764,1497,1498,275,1493]); +},1469,[2,66,5,6,50,52,55,103,41,737,1470,1471,275,1466]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -197537,7 +196072,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var React = _interopRequireWildcard(_$$_REQUIRE(_dependencyMap[0])); function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } var _default = exports.default = React.createContext(undefined); -},1497,[103]); +},1470,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -197606,7 +196141,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); var _default = exports.default = Overlay; -},1498,[2,11,103,41,764,275]); +},1471,[2,11,103,41,737,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -198070,7 +196605,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } })) }); -},1499,[2,103,41,764,1497,1500,275,1493]); +},1472,[2,103,41,737,1470,1473,275,1466]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -198162,7 +196697,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); var _default = exports.default = Overlay; -},1500,[2,11,103,41,764,275]); +},1473,[2,11,103,41,737,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -198175,7 +196710,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e subscription.remove(); }; }; -},1501,[41]); +},1474,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -198225,7 +196760,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e children: children })); } -},1502,[2,11,103,41,275,1503,1467]); +},1475,[2,11,103,41,275,1476,1440]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -198462,7 +196997,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _NativeScreensModule = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[11])); var _useTransitionProgress = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[12])); function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } -},1503,[2,1504,1505,1508,1509,1510,1511,1517,1520,1522,1524,1526,1527]); +},1476,[2,1477,1478,1481,1482,1483,1484,1490,1493,1495,1497,1499,1500]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use client'; @@ -198479,7 +197014,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e children: props.children }); }); -},1504,[2,103,275]); +},1477,[2,103,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use client'; @@ -198541,7 +197076,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e justifyContent: 'center' } }); -},1505,[2,103,41,1506,1507,275]); +},1478,[2,103,41,1479,1480,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use client'; @@ -198614,7 +197149,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[4]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1506,[2,300,87,133,106]); +},1479,[2,300,87,133,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use client'; @@ -198634,7 +197169,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[2]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1507,[2,300,106]); +},1480,[2,300,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use client'; @@ -198676,7 +197211,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function freezeEnabled() { return ENABLE_FREEZE; } -},1508,[41]); +},1481,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -198696,12 +197231,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // To allow for backwards compatibility in @react-navigation/native-stack we need a way to check if this version or newer is used. // See https://github.com/react-navigation/react-navigation/pull/11423 for more context. var isNewBackTitleImplementation = exports.isNewBackTitleImplementation = true; -},1509,[41]); +},1482,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true }); -},1510,[]); +},1483,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use client'; @@ -198866,7 +197401,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return /*#__PURE__*/(0, _jsxRuntime.jsx)(ScreenWrapper, Object.assign({}, props)); }; var _default = exports.default = Screen; -},1511,[2,11,103,41,1512,1513,1515,1516,275,1508]); +},1484,[2,11,103,41,1485,1486,1488,1489,275,1481]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use client'; @@ -198877,7 +197412,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var React = _interopRequireWildcard(_$$_REQUIRE(_dependencyMap[0])); function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } var _default = exports.default = React.createContext(undefined); -},1512,[103]); +},1485,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -198911,7 +197446,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); } var _default = exports.default = DelayedFreeze; -},1513,[2,66,103,275,1514]); +},1486,[2,66,103,275,1487]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -198946,7 +197481,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }) }); } -},1514,[103,275]); +},1487,[103,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use client'; @@ -199044,7 +197579,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[4]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1515,[2,300,87,133,106]); +},1488,[2,300,87,133,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use client'; @@ -199142,7 +197677,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[4]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1516,[2,300,87,133,106]); +},1489,[2,300,87,133,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use client'; @@ -199175,7 +197710,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, Object.assign({}, rest)); } var _default = exports.default = ScreenContainer; -},1517,[2,11,41,103,1518,1519,275,1508]); +},1490,[2,11,41,103,1491,1492,275,1481]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use client'; @@ -199193,7 +197728,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[2]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1518,[2,300,106]); +},1491,[2,300,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use client'; @@ -199211,7 +197746,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[2]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1519,[2,300,106]); +},1492,[2,300,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use client'; @@ -199264,7 +197799,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); } var _default = exports.default = ScreenStack; -},1520,[2,11,103,1513,1521,275,1508]); +},1493,[2,11,103,1486,1494,275,1481]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use client'; @@ -199292,7 +197827,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[3]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1521,[2,300,133,106]); +},1494,[2,300,133,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use client'; @@ -199369,7 +197904,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); } var _default = exports.default = _react.default.forwardRef(SearchBar); -},1522,[2,103,41,1523,275,1509]); +},1495,[2,103,41,1496,275,1482]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use client'; @@ -199466,7 +198001,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _$$_REQUIRE(_dependencyMap[6]).dispatchCommand(ref, "cancelSearch", []); } }; -},1523,[2,300,134,87,133,106,135]); +},1496,[2,300,134,87,133,106,135]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -199497,7 +198032,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); } var _default = exports.default = FullWindowOverlay; -},1524,[2,103,41,1525,275]); +},1497,[2,103,41,1498,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use client'; @@ -199515,7 +198050,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = _$$_REQUIRE(_dependencyMap[2]).get(nativeComponentName, function () { return __INTERNAL_VIEW_CONFIG; }); -},1525,[2,300,106]); +},1498,[2,300,106]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use client'; @@ -199526,7 +198061,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e exports.default = undefined; var _reactNative = _$$_REQUIRE(_dependencyMap[0]); var _default = exports.default = _reactNative.TurboModuleRegistry.get('RNSModule'); -},1526,[41]); +},1499,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -199543,7 +198078,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return progress; } -},1527,[2,103,1512]); +},1500,[2,103,1485]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -199560,7 +198095,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return progress; } -},1528,[2,103,1497]); +},1501,[2,103,1470]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -199581,7 +198116,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return drawerStatus; } -},1529,[2,103,1453]); +},1502,[2,103,1426]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -199657,7 +198192,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e hideCloseButton: _propTypes.default.bool }; var _default = exports.default = MainHeader; -},1530,[2,103,673,41,1531,1534,1535,1537,275,1297,1289,1294]); +},1503,[2,103,673,41,1504,1507,1508,1510,275,1270,1262,1267]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -199706,7 +198241,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e iconColor: _propTypes.default.string }; var _default = exports.default = HamburgerButton; -},1531,[2,103,673,41,1308,1532,1171,1533,275,1289,1294]); +},1504,[2,103,673,41,1281,1505,1144,1506,275,1262,1267]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -199726,7 +198261,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e margin: BUTTON_MARGIN } }); -},1532,[41]); +},1505,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -199745,7 +198280,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); }; var _default = exports.default = IcMenu; -},1533,[2,103,275,1174]); +},1506,[2,103,275,1147]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -199824,7 +198359,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onLogoPress: _propTypes.default.func }; var _default = exports.default = Logo; -},1534,[2,103,673,41,1171,1300,275,1297,1289,1294]); +},1507,[2,103,673,41,1144,1273,275,1270,1262,1267]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -199895,7 +198430,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e iconColor: _propTypes.default.string }; var _default = exports.default = CloseButton; -},1535,[2,103,673,41,1532,1171,1536,1169,1308,275,1289,1294,1307,1298]); +},1508,[2,103,673,41,1505,1144,1509,1142,1281,275,1262,1267,1280,1271]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -199914,7 +198449,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); }; var _default = exports.default = IcClose; -},1536,[2,103,275,1174]); +},1509,[2,103,275,1147]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -199943,7 +198478,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e backgroundColor: _propTypes.default.string }; var _default = exports.default = PlaceHolderButton; -},1537,[2,103,673,41,1532,275,1289,1294]); +},1510,[2,103,673,41,1505,275,1262,1267]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -200006,7 +198541,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e canUseCustomComponent: _propTypes.default.bool }; var _default = exports.default = UrlPage; -},1538,[2,103,673,41,1539,1167,1295,1300,1542,275,1309]); +},1511,[2,103,673,41,1512,1140,1268,1273,1515,275,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -200154,7 +198689,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e canUseCustomComponent: _propTypes.default.bool }, _reactNativeWebview.WebViewProps); var _default = exports.default = TaWebView; -},1539,[2,103,673,1109,41,1157,1169,1540,1300,275,1160,1298,1158,1541]); +},1512,[2,103,673,1082,41,1130,1142,1513,1273,275,1133,1271,1131,1514]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -200189,7 +198724,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1540,[2,5,6,58,59]); +},1513,[2,5,6,58,59]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -200199,7 +198734,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return ` Array.from(document.querySelectorAll('a[target="_blank"]')).forEach(link => link.removeAttribute('target'));`; } -},1541,[]); +},1514,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -200218,7 +198753,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); }; var _default = exports.default = IcWebOff; -},1542,[2,103,275,1174]); +},1515,[2,103,275,1147]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -200335,7 +198870,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e hasArchive: _propTypes.default.bool }; var _default = exports.default = TabNavigator; -},1543,[2,103,673,1429,1428,1544,1300,1546,1578,1431,1538,1907,1425,275,1908,1307]); +},1516,[2,103,673,1402,1401,1517,1273,1519,1551,1404,1511,1877,1398,275,1878,1280]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -200398,7 +198933,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e main: _propTypes.default.instanceOf(_edition.default) }; var _default = exports.default = EditionsNested; -},1544,[2,74,103,673,1423,1545,1567,1300,1156,275]); +},1517,[2,74,103,673,1396,1518,1540,1273,1129,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -200514,7 +199049,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e issueLabelFormat: _propTypes.default.string }; var _default = exports.default = IssueList; -},1545,[2,11,103,673,1156,1546,1558,1562,1563,1564,275,1297,1565,1566]); +},1518,[2,11,103,673,1129,1519,1531,1535,1536,1537,275,1270,1538,1539]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -200578,7 +199113,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e cssPrefix: _propTypes.default.string }, _baseItemWithImage.default.propTypes); var _default = exports.default = IssueItem; -},1546,[2,11,103,673,1156,1547,275,1297]); +},1519,[2,11,103,673,1129,1520,275,1270]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -200670,7 +199205,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e showGradient: _propTypes.default.bool }, _baseItem.default.propTypes); var _default = exports.default = BaseItemWithImage; -},1547,[2,11,103,673,41,1548,1156,1553,1554,275,1297,1294,1289]); +},1520,[2,11,103,673,41,1521,1129,1526,1527,275,1270,1267,1262]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -200683,7 +199218,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _indexWindows = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[4])); var LinearGradient = exports.LinearGradient = _reactNative.Platform.OS === "ios" ? _indexIos.default : _reactNative.Platform.OS === "android" ? _indexAndroid.default : _indexWindows.default; var _default = exports.default = LinearGradient; -},1548,[2,41,1549,1551,1552]); +},1521,[2,41,1522,1524,1525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -200770,7 +199305,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e y: 1.0 } }; -},1549,[2,11,5,6,50,52,55,103,41,1550,275]); +},1522,[2,11,5,6,50,52,55,103,41,1523,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -200778,7 +199313,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e exports.default = undefined; var _reactNative = _$$_REQUIRE(_dependencyMap[0]); var _default = exports.default = (0, _reactNative.requireNativeComponent)('BVLinearGradient'); -},1550,[41]); +},1523,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -200886,7 +199421,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e y: 1.0 } }; -},1551,[2,11,5,6,50,52,55,103,41,1550,275]); +},1524,[2,11,5,6,50,52,55,103,41,1523,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -200982,7 +199517,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e y: 1.0 } }; -},1552,[2,11,5,6,50,52,55,103,41,1550,275]); +},1525,[2,11,5,6,50,52,55,103,41,1523,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -201053,7 +199588,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e showHighRes: _propTypes.default.bool }; var _default = exports.default = IssueImage; -},1553,[2,103,673,41,1156,1171,275,1294,1297,1155]); +},1526,[2,103,673,41,1129,1144,275,1267,1270,1128]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -201136,7 +199671,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e isTouchable: _propTypes.default.bool }, _badge.default.propTypes); var _default = exports.default = BaseItem; -},1554,[2,103,673,41,1156,1555,275,1297,1294]); +},1527,[2,103,673,41,1129,1528,275,1270,1267]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -201335,7 +199870,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e style: _propTypes.default.oneOfType([_propTypes.default.number, _propTypes.default.object, _propTypes.default.array]) }; var _default = exports.default = Badge; -},1555,[2,66,103,673,41,1295,1556,275,1297,1289,1294]); +},1528,[2,66,103,673,41,1268,1529,275,1270,1262,1267]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -201368,7 +199903,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e cssKey: _propTypes.default.string }; var _default = exports.default = DownloadedCheck; -},1556,[2,11,103,673,1557,275,1294]); +},1529,[2,11,103,673,1530,275,1267]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -201387,7 +199922,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); }; var _default = exports.default = IcCheckCircle; -},1557,[2,103,275,1174]); +},1530,[2,103,275,1147]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -201474,7 +200009,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e itemSize: _propTypes.default.object }; var _default = exports.default = List; -},1558,[2,74,11,103,41,673,1559,1561,275,1294,1297]); +},1531,[2,74,11,103,41,673,1532,1534,275,1267,1270]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -201543,7 +200078,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e keyExtractor: _propTypes.default.func.isRequired }; var _default = exports.default = HorizontalList; -},1559,[2,11,103,673,41,1560,275,1294,1297]); +},1532,[2,11,103,673,41,1533,275,1267,1270]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -201623,7 +200158,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e RightComponent: _propTypes.default.node }; var _default = exports.default = HeaderList; -},1560,[2,103,673,41,1295,1171,275,1297,1289,1294]); +},1533,[2,103,673,41,1268,1144,275,1270,1262,1267]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -201772,7 +200307,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e gridMode: _propTypes.default.bool }; var _default = exports.default = VerticalList; -},1561,[2,66,11,103,673,41,275,1294,1297]); +},1534,[2,66,11,103,673,41,275,1267,1270]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -201818,7 +200353,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); } var _default = exports.default = IssueCardItem; -},1562,[2,11,103,41,1546,275,1555,1289,1297]); +},1535,[2,11,103,41,1519,275,1528,1262,1270]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -201842,7 +200377,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } IssueFlatItem.propTypes = _issueItem.default.propTypes; var _default = exports.default = IssueFlatItem; -},1563,[2,11,103,1546,275,1297]); +},1536,[2,11,103,1519,275,1270]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -201985,7 +200520,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e itemStyle: _propTypes.default.oneOfType([_propTypes.default.array, _propTypes.default.object, _propTypes.default.number]) }; var _default = exports.default = LayoutList; -},1564,[2,74,66,11,103,41,673,1559,1561,1173,275,1565,1294,1297]); +},1537,[2,74,66,11,103,41,673,1532,1534,1146,275,1538,1267,1270]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -202019,7 +200554,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return size; } -},1565,[41]); +},1538,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -202028,7 +200563,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e exports.AspectRatioContext = undefined; var _react = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); var AspectRatioContext = exports.AspectRatioContext = _react.default.createContext(1); -},1566,[2,103]); +},1539,[2,103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -202262,7 +200797,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onFavoritePress: _propTypes.default.func }; var _default = exports.default = EditionList; -},1567,[2,74,3,66,11,103,673,1564,1423,1432,1546,1156,1568,1562,1300,275,1572,1573,1575,1565,1297,1155,1566]); +},1540,[2,74,3,66,11,103,673,1537,1396,1405,1519,1129,1541,1535,1273,275,1545,1546,1548,1538,1270,1128,1539]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -202296,7 +200831,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); } var _default = exports.default = EditionBackItem; -},1568,[2,103,41,1569,1570,275,1289,1297]); +},1541,[2,103,41,1542,1543,275,1262,1270]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -202315,7 +200850,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); }; var _default = exports.default = IcBackCircle; -},1569,[2,103,275,1174]); +},1542,[2,103,275,1147]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -202399,7 +200934,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e iconContainerStyle: _propTypes.default.oneOfType([_propTypes.default.number, _propTypes.default.object, _propTypes.default.array]) }); var _default = exports.default = EditionCardItemWithIcons; -},1570,[2,11,103,673,41,1571,275,1289,1297,1294]); +},1543,[2,11,103,673,41,1544,275,1262,1270,1267]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -202447,7 +200982,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e style: _propTypes.default.any }); var _default = exports.default = EditionCardItem; -},1571,[2,11,103,41,673,1572,275,1555,1289,1297]); +},1544,[2,11,103,41,673,1545,275,1528,1262,1270]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -202533,7 +201068,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e children: _propTypes.default.any }); var _default = exports.default = EditionItem; -},1572,[2,11,103,673,1423,1554,1432,1547,275,1297]); +},1545,[2,11,103,673,1396,1527,1405,1520,275,1270]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -202595,7 +201130,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e enableFavorite: _propTypes.default.bool, onFolderIconPress: _propTypes.default.func.isRequired }); -},1573,[2,74,11,103,673,41,1574,1570,275,1289,1575]); +},1546,[2,74,11,103,673,41,1547,1543,275,1262,1548]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -202614,7 +201149,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); }; var _default = exports.default = IcNewspaperMultiple; -},1574,[2,103,275,1174]); +},1547,[2,103,275,1147]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -202651,7 +201186,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e selected: _propTypes.default.bool, onFavoriteIconPress: _propTypes.default.func.isRequired }); -},1575,[2,74,11,103,673,41,1570,1576,1577,275]); +},1548,[2,74,11,103,673,41,1543,1549,1550,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -202670,7 +201205,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); }; var _default = exports.default = IcHeartMinus; -},1576,[2,103,275,1174]); +},1549,[2,103,275,1147]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -202689,7 +201224,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); }; var _default = exports.default = IcHeartPlusOutline; -},1577,[2,103,275,1174]); +},1550,[2,103,275,1147]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -202765,7 +201300,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e hasArchive: _propTypes.default.bool }); var _default = exports.default = EditionDayContainer; -},1578,[2,66,103,673,1579,1429,1595,1432,275,1566]); +},1551,[2,66,103,673,1552,1402,1568,1405,275,1539]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -203069,7 +201604,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e horizontal: _propTypes.default.bool }; var _default = exports.default = EditionDayPage; -},1579,[2,565,66,74,103,673,41,1423,1156,1580,1592,1593,1594,1546,1432,1589,1300,1591,1555,275,1297,1294,1289]); +},1552,[2,565,66,74,103,673,41,1396,1129,1553,1565,1566,1567,1519,1405,1562,1273,1564,1528,275,1270,1267,1262]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -203216,7 +201751,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e issueSize: _propTypes.default.object }, _issueList.default.propTypes); var _default = exports.default = EditionsSecondary; -},1580,[2,74,66,103,673,41,1545,1423,1432,1581,1583,1300,1156,1589,1591,1582,275,1289,1297]); +},1553,[2,74,66,103,673,41,1518,1396,1405,1554,1556,1273,1129,1562,1564,1555,275,1262,1270]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -203283,7 +201818,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e style: _propTypes.default.oneOfType([_propTypes.default.number, _propTypes.default.object, _propTypes.default.array]) }; var _default = exports.default = EditionsSecondaryEmpty; -},1581,[2,103,673,41,1171,1582,275,1289,1297,1294]); +},1554,[2,103,673,41,1144,1555,275,1262,1270,1267]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -203302,7 +201837,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); }; var _default = exports.default = IcPlus; -},1582,[2,103,275,1174]); +},1555,[2,103,275,1147]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -203493,7 +202028,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e editions: _propTypes.default.arrayOf(_propTypes.default.instanceOf(_edition.default)) }; var _default = exports.default = EditionsSecondaryModal; -},1583,[2,66,74,103,673,41,1300,1423,1584,1432,1567,1586,275,1289,1294,1297,1587,1418]); +},1556,[2,66,74,103,673,41,1273,1396,1557,1405,1540,1559,275,1262,1267,1270,1560,1391]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -203640,7 +202175,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e useCancelButton: _propTypes.default.bool }; var _default = exports.default = EditionsSecondaryModalHeader; -},1584,[2,103,673,41,1295,1171,1536,1585,1300,275,1297,1289,1294]); +},1557,[2,103,673,41,1268,1144,1509,1558,1273,275,1270,1262,1267]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -203659,7 +202194,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); }; var _default = exports.default = IcContentSaveOutline; -},1585,[2,103,275,1174]); +},1558,[2,103,275,1147]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -203734,7 +202269,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onTagPress: _propTypes.default.func.isRequired }; var _default = exports.default = EditionsTags; -},1586,[2,103,673,41,1536,1295,1300,1423,275,1289,1297]); +},1559,[2,103,673,41,1509,1268,1273,1396,275,1262,1270]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -203978,7 +202513,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e textColor: _$$_REQUIRE(_dependencyMap[14]).colors.black, autoFocus: false }; -},1587,[2,3,5,6,50,52,55,103,673,41,1173,1588,275,1294,1289]); +},1560,[2,3,5,6,50,52,55,103,673,41,1146,1561,275,1267,1262]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -203997,7 +202532,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); }; var _default = exports.default = IcCloseCircle; -},1588,[2,103,275,1174]); +},1561,[2,103,275,1147]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -204121,7 +202656,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e EmptyComponent: _propTypes.default.any }, _issueList.default.propTypes); var _default = exports.default = IssuesGrid; -},1589,[2,74,66,103,673,41,1545,1156,1562,1590,275,1297]); +},1562,[2,74,66,103,673,41,1518,1129,1535,1563,275,1270]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -204242,7 +202777,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e columnMargin: _propTypes.default.number }; var _default = exports.default = Grid; -},1590,[2,66,103,41,673,275]); +},1563,[2,66,103,41,673,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -204328,7 +202863,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e Container: Container }; var _default = exports.default = EditionDayHeader; -},1591,[2,11,103,673,41,1295,1300,275,1294]); +},1564,[2,11,103,673,41,1268,1273,275,1267]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -204372,7 +202907,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e showDownloadCheck: _propTypes.default.bool }, _issueItem.default.propTypes); var _default = exports.default = IssueShadowItem; -},1592,[2,11,103,673,41,1546,1556,275,1297]); +},1565,[2,11,103,673,41,1519,1529,275,1270]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -204442,7 +202977,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e backgroundColor: _$$_REQUIRE(_dependencyMap[1]).colors.grey50 } }); -},1593,[41,1289,1297]); +},1566,[41,1262,1270]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -204480,7 +203015,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e height: _propTypes.default.number }; var _default = exports.default = EditionDayBg; -},1594,[2,103,673,41,1300,275,1289]); +},1567,[2,103,673,41,1273,275,1262]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -204622,7 +203157,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e hasArchive: _propTypes.default.bool }; var _default = exports.default = EditionDaySelector; -},1595,[2,66,103,673,41,1300,1156,1432,1596,1597,1302,1591,1906,1308,275,1307]); +},1568,[2,66,103,673,41,1273,1129,1405,1569,1570,1275,1564,1876,1281,275,1280]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -204641,7 +203176,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); }; var _default = exports.default = IcCalendarMonth; -},1596,[2,103,275,1174]); +},1569,[2,103,275,1147]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -204696,7 +203231,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e visible: _propTypes.default.bool }, _calendarCommon.default.propTypes); var _default = exports.default = TaCalendarModal; -},1597,[2,11,103,673,41,966,1598,1601,275,1294]); +},1570,[2,11,103,673,41,939,1571,1574,275,1267]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -204735,7 +203270,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return f; })(e, t); } - var ARROW_ICOM_SIZE = 16; + var ARROW_ICON_SIZE = 16; function TaCalendar(props) { var _this = this; var _CalendarCommons$defa = _calendarCommon.default.defaultProps, @@ -204775,11 +203310,11 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var ArrowIcon = direction === "left" ? _icArrowLeft.default : _icArrowRight.default; var isDisabled = direction === "left" ? disableArrowLeft : disableArrowRight; return !isDisabled ? (0, _jsxRuntime.jsx)(ArrowIcon, { - width: ARROW_ICOM_SIZE + width: ARROW_ICON_SIZE }) : (0, _jsxRuntime.jsx)(_reactNative.View, { style: { - width: ARROW_ICOM_SIZE, - height: ARROW_ICOM_SIZE + width: ARROW_ICON_SIZE, + height: ARROW_ICON_SIZE } }); }, [disableArrowLeft, disableArrowRight]); @@ -204846,7 +203381,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } TaCalendar.propTypes = Object.assign({}, _calendarCommon.default.propTypes); var _default = exports.default = TaCalendar; -},1598,[2,11,66,103,41,1300,1302,1599,1600,1601,275,1602,1297]); +},1571,[2,11,66,103,41,1273,1275,1572,1573,1574,275,1575,1270]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -204865,7 +203400,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); }; var _default = exports.default = IcArrowLeft; -},1599,[2,103,275,1174]); +},1572,[2,103,275,1147]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -204884,7 +203419,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); }; var _default = exports.default = IcArrowRight; -},1600,[2,103,275,1174]); +},1573,[2,103,275,1147]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -204916,7 +203451,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }; var _default = exports.default = CalendarCommons; -},1601,[2,673]); +},1574,[2,673]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -205027,7 +203562,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _services = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[13])); var _xdate = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[14])); var _Profiler = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[15])); -},1602,[2,1603,1810,1814,1852,1861,1870,1871,1868,1877,1881,1882,1902,1803,1604,1905]); +},1575,[2,1576,1783,1787,1822,1831,1840,1841,1838,1847,1851,1852,1872,1776,1577,1875]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -205097,6 +203632,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _currentMonth = currentMonth.clone(); onMonthChange == null || onMonthChange((0, _$$_REQUIRE(_dependencyMap[14]).xdateToData)(_currentMonth)); onVisibleMonthsChange == null || onVisibleMonthsChange([(0, _$$_REQUIRE(_dependencyMap[14]).xdateToData)(_currentMonth)]); + _reactNative.AccessibilityInfo.announceForAccessibility(_currentMonth.toString('MMMM yyyy')); }, [currentMonth]); var updateMonth = (0, _react.useCallback)(function (newMonth) { if ((0, _$$_REQUIRE(_dependencyMap[16]).sameMonth)(newMonth, currentMonth)) { @@ -205166,20 +203702,20 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, `week-container-${weekNumber}`); }; var renderDay = function renderDay(day, id) { - var dayProps = (0, _$$_REQUIRE(_dependencyMap[17]).extractDayProps)(props); if (!(0, _$$_REQUIRE(_dependencyMap[16]).sameMonth)(day, currentMonth) && hideExtraDays) { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, { style: style.current.emptyDayContainer }, id); } + var dayProps = (0, _$$_REQUIRE(_dependencyMap[17]).extractDayProps)(props); var dateString = (0, _$$_REQUIRE(_dependencyMap[14]).toMarkingFormat)(day); - var isControlled = (0, _isEmpty.default)(props.context); + var disableDaySelection = (0, _isEmpty.default)(props.context); return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, { style: style.current.dayContainer, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.default, Object.assign({}, dayProps, { testID: `${testID}.day_${dateString}`, date: dateString, - state: (0, _$$_REQUIRE(_dependencyMap[18]).getState)(day, currentMonth, props, isControlled), + state: (0, _$$_REQUIRE(_dependencyMap[18]).getState)(day, currentMonth, props, disableDaySelection), marking: markedDates == null ? undefined : markedDates[dateString], onPress: _onDayPress, onLongPress: onLongPressDay @@ -205242,6 +203778,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; var gestureProps = enableSwipeMonths ? swipeProps : undefined; return /*#__PURE__*/(0, _jsxRuntime.jsx)(GestureComponent, Object.assign({}, gestureProps, { + testID: `${testID}.container`, children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, { style: [style.current.container, propsStyle], testID: testID, @@ -205257,9 +203794,6 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e Calendar.displayName = 'Calendar'; Calendar.propTypes = Object.assign({}, _header.default.propTypes, _index.default.propTypes, { theme: _propTypes.default.object, - firstDay: _propTypes.default.number, - displayLoadingIndicator: _propTypes.default.bool, - showWeekNumbers: _propTypes.default.bool, style: _propTypes.default.oneOfType([_propTypes.default.object, _propTypes.default.array, _propTypes.default.number]), current: _propTypes.default.string, initialDate: _propTypes.default.string, @@ -205279,7 +203813,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e customHeader: _propTypes.default.any, allowSelectionOutOfRange: _propTypes.default.bool }); -},1603,[2,66,673,1604,1605,103,41,1634,1635,1636,1638,1659,1789,275,1656,1808,1655,1797,1809]); +},1576,[2,66,673,1577,1578,103,41,1607,1608,1609,1611,1632,1762,275,1629,1781,1628,1769,1782]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * @preserve XDate v@VERSION @@ -205961,7 +204495,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return XDate; }(Date, Math, Array); -},1604,[]); +},1577,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** `Object#toString` result references. */ var mapTag = '[object Map]', @@ -206028,7 +204562,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return true; } module.exports = isEmpty; -},1605,[1606,1609,1610,1612,1616,1618,1630,1631]); +},1578,[1579,1582,1583,1585,1589,1591,1603,1604]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Checks if `value` is array-like. A value is considered array-like if it's @@ -206059,7 +204593,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return value != null && _$$_REQUIRE(_dependencyMap[0])(value.length) && !_$$_REQUIRE(_dependencyMap[1])(value); } module.exports = isArrayLike; -},1606,[1607,1608]); +},1579,[1580,1581]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used as references for various `Number` constants. */ var MAX_SAFE_INTEGER = 9007199254740991; @@ -206094,7 +204628,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return typeof value == 'number' && value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER; } module.exports = isLength; -},1607,[]); +},1580,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** `Object#toString` result references. */ var asyncTag = '[object AsyncFunction]', @@ -206129,7 +204663,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag; } module.exports = isFunction; -},1608,[577,571]); +},1581,[577,571]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Checks if `value` is classified as an `Array` object. @@ -206156,7 +204690,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ var isArray = Array.isArray; module.exports = isArray; -},1609,[]); +},1582,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Detect free variable `exports`. */ var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; @@ -206192,7 +204726,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ var isBuffer = nativeIsBuffer || _$$_REQUIRE(_dependencyMap[1]); module.exports = isBuffer; -},1610,[573,1611]); +},1583,[573,1584]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * This method returns `false`. @@ -206211,7 +204745,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return false; } module.exports = stubFalse; -},1611,[]); +},1584,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* Node.js helper references. */ var nodeIsTypedArray = _$$_REQUIRE(_dependencyMap[0]) && _$$_REQUIRE(_dependencyMap[0]).isTypedArray; @@ -206235,7 +204769,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ var isTypedArray = nodeIsTypedArray ? _$$_REQUIRE(_dependencyMap[1])(nodeIsTypedArray) : _$$_REQUIRE(_dependencyMap[2]); module.exports = isTypedArray; -},1612,[1613,1614,1615]); +},1585,[1586,1587,1588]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Detect free variable `exports`. */ var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; @@ -206263,7 +204797,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } catch (e) {} }(); module.exports = nodeUtil; -},1613,[574]); +},1586,[574]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.unary` without support for storing metadata. @@ -206278,7 +204812,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; } module.exports = baseUnary; -},1614,[]); +},1587,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** `Object#toString` result references. */ var argsTag = '[object Arguments]', @@ -206322,7 +204856,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0])(value) && _$$_REQUIRE(_dependencyMap[1])(value.length) && !!typedArrayTags[_$$_REQUIRE(_dependencyMap[2])(value)]; } module.exports = baseIsTypedArray; -},1615,[570,1607,571]); +},1588,[570,1580,571]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used for built-in method references. */ var objectProto = Object.prototype; @@ -206357,7 +204891,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[1])(value) && hasOwnProperty.call(value, 'callee') && !propertyIsEnumerable.call(value, 'callee'); }; module.exports = isArguments; -},1616,[1617,570]); +},1589,[1590,570]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** `Object#toString` result references. */ var argsTag = '[object Arguments]'; @@ -206373,7 +204907,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0])(value) && _$$_REQUIRE(_dependencyMap[1])(value) == argsTag; } module.exports = baseIsArguments; -},1617,[570,571]); +},1590,[570,571]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** `Object#toString` result references. */ var mapTag = '[object Map]', @@ -206423,7 +204957,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; } module.exports = getTag; -},1618,[1619,1620,1626,1627,1628,1629,571]); +},1591,[1592,1593,1599,1600,1601,1602,571]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used for built-in method references. */ var funcProto = Function.prototype; @@ -206450,12 +204984,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return ''; } module.exports = toSource; -},1619,[]); +},1592,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* Built-in method references that are verified to be native. */ var DataView = _$$_REQUIRE(_dependencyMap[0])(_$$_REQUIRE(_dependencyMap[1]), 'DataView'); module.exports = DataView; -},1620,[1621,573]); +},1593,[1594,573]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Gets the native function at `key` of `object`. @@ -206470,7 +205004,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[1])(value) ? value : undefined; } module.exports = getNative; -},1621,[1622,1623]); +},1594,[1595,1596]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Gets the value at `key` of `object`. @@ -206484,7 +205018,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return object == null ? undefined : object[key]; } module.exports = getValue; -},1622,[]); +},1595,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Used to match `RegExp` @@ -206524,7 +205058,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return pattern.test(_$$_REQUIRE(_dependencyMap[3])(value)); } module.exports = baseIsNative; -},1623,[577,1624,1608,1619]); +},1596,[577,1597,1581,1592]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used to detect methods masquerading as native. */ var maskSrcKey = function () { @@ -206543,32 +205077,32 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return !!maskSrcKey && maskSrcKey in func; } module.exports = isMasked; -},1624,[1625]); +},1597,[1598]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used to detect overreaching core-js shims. */ module.exports = _$$_REQUIRE(_dependencyMap[0])['__core-js_shared__']; -},1625,[573]); +},1598,[573]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* Built-in method references that are verified to be native. */ var Map = _$$_REQUIRE(_dependencyMap[0])(_$$_REQUIRE(_dependencyMap[1]), 'Map'); module.exports = Map; -},1626,[1621,573]); +},1599,[1594,573]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* Built-in method references that are verified to be native. */ var Promise = _$$_REQUIRE(_dependencyMap[0])(_$$_REQUIRE(_dependencyMap[1]), 'Promise'); module.exports = Promise; -},1627,[1621,573]); +},1600,[1594,573]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* Built-in method references that are verified to be native. */ var Set = _$$_REQUIRE(_dependencyMap[0])(_$$_REQUIRE(_dependencyMap[1]), 'Set'); module.exports = Set; -},1628,[1621,573]); +},1601,[1594,573]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* Built-in method references that are verified to be native. */ var WeakMap = _$$_REQUIRE(_dependencyMap[0])(_$$_REQUIRE(_dependencyMap[1]), 'WeakMap'); module.exports = WeakMap; -},1629,[1621,573]); +},1602,[1594,573]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used for built-in method references. */ var objectProto = Object.prototype; @@ -206586,7 +205120,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return value === proto; } module.exports = isPrototype; -},1630,[]); +},1603,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used for built-in method references. */ var objectProto = Object.prototype; @@ -206614,12 +205148,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = baseKeys; -},1631,[1630,1632]); +},1604,[1603,1605]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeKeys = _$$_REQUIRE(_dependencyMap[0])(Object.keys, Object); module.exports = nativeKeys; -},1632,[1633]); +},1605,[1606]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates a unary function that invokes `func` with its argument transformed. @@ -206635,7 +205169,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; } module.exports = overArg; -},1633,[]); +},1606,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -206782,7 +205316,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_react.Component); var _default = exports.default = GestureRecognizer; -},1634,[2,5,6,50,52,55,103,41,275]); +},1607,[2,5,6,50,52,55,103,41,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -206798,6 +205332,10 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var screenAspectRatio = screenWidth < screenHeight ? screenHeight / screenWidth : screenWidth / screenHeight; var isTablet = _reactNative.Platform.isPad || screenAspectRatio < 1.6 && Math.max(screenWidth, screenHeight) >= 900; var isAndroidRTL = isAndroid && isRTL; + var isRN73 = function isRN73() { + var _Platform$constants, _Platform$constants$r; + return !!(_reactNative.Platform != null && (_Platform$constants = _reactNative.Platform.constants) != null && _Platform$constants.reactNativeVersion) && ((_Platform$constants$r = _reactNative.Platform.constants.reactNativeVersion) == null ? undefined : _Platform$constants$r.minor) >= 73; + }; var _default = exports.default = { screenWidth: screenWidth, screenHeight: screenHeight, @@ -206805,9 +205343,10 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e isAndroid: isAndroid, isIOS: isIOS, isTablet: isTablet, - isAndroidRTL: isAndroidRTL + isAndroidRTL: isAndroidRTL, + isRN73: isRN73 }; -},1635,[41]); +},1608,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -206842,7 +205381,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }, theme['stylesheet.calendar.main'] || {})); } -},1636,[41,1637]); +},1609,[41,1610]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -206882,9 +205421,9 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var textInactiveColor = exports.textInactiveColor = DISABLED_COLOR; var dotColor = exports.dotColor = SECONDARY_TEXT_COLOR; var selectedDotColor = exports.selectedDotColor = FOREGROUND_COLOR; - var disabledDotColor = exports.disabledDotColor = undefined; - var inactiveDotColor = exports.inactiveDotColor = undefined; - var todayDotColor = exports.todayDotColor = undefined; + var disabledDotColor = exports.disabledDotColor = DISABLED_COLOR; + var inactiveDotColor = exports.inactiveDotColor = DISABLED_COLOR; + var todayDotColor = exports.todayDotColor = SECONDARY_TEXT_COLOR; var arrowColor = exports.arrowColor = SECONDARY_TEXT_COLOR; var disabledArrowColor = exports.disabledArrowColor = DISABLED_COLOR; var monthTextColor = exports.monthTextColor = DEFAULT_TEXT_COLOR; @@ -206899,7 +205438,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var todayButtonTextColor = exports.todayButtonTextColor = SECONDARY_TEXT_COLOR; var todayButtonPosition = exports.todayButtonPosition = undefined; // right' / 'left'(default) var weekVerticalMargin = exports.weekVerticalMargin = 7; -},1637,[]); +},1610,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -206925,7 +205464,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e propsStyle = props.style, propsAddMonth = props.addMonth, month = props.month, - monthFormat = props.monthFormat, + _props$monthFormat = props.monthFormat, + monthFormat = _props$monthFormat === undefined ? 'MMMM yyyy' : _props$monthFormat, firstDay = props.firstDay, hideDayNames = props.hideDayNames, showWeekNumbers = props.showWeekNumbers, @@ -206941,14 +205481,16 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e displayLoadingIndicator = props.displayLoadingIndicator, customHeaderTitle = props.customHeaderTitle, renderHeader = props.renderHeader, - webAriaLevel = props.webAriaLevel, + _props$webAriaLevel = props.webAriaLevel, + webAriaLevel = _props$webAriaLevel === undefined ? 1 : _props$webAriaLevel, testID = props.testID, accessibilityElementsHidden = props.accessibilityElementsHidden, importantForAccessibility = props.importantForAccessibility, numberOfDays = props.numberOfDays, _props$current = props.current, current = _props$current === undefined ? '' : _props$current, - timelineLeftInset = props.timelineLeftInset; + timelineLeftInset = props.timelineLeftInset, + onHeaderLayout = props.onHeaderLayout; var numberOfDaysCondition = (0, _react.useMemo)(function () { return numberOfDays && numberOfDays > 1; }, [numberOfDays]); @@ -207026,6 +205568,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e style: dayStyle, numberOfLines: 1, accessibilityLabel: '', + testID: `${testID}.dayName_${day}`, children: day }, index); }); @@ -207035,7 +205578,9 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e 'aria-level': webAriaLevel } : {}; if (renderHeader) { - return renderHeader(month); + return renderHeader(month, { + testID: testID + }); } if (customHeaderTitle) { return customHeaderTitle; @@ -207055,18 +205600,19 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {}); } var isLeft = direction === 'left'; - var arrowId = isLeft ? 'leftArrow' : 'rightArrow'; + var arrowDirection = isLeft ? 'left' : 'right'; + var arrowId = `${arrowDirection}Arrow`; var shouldDisable = isLeft ? disableArrowLeft : disableArrowRight; var onPress = !shouldDisable ? isLeft ? onPressLeft : onPressRight : undefined; var imageSource = isLeft ? _$$_REQUIRE(_dependencyMap[8]) : _$$_REQUIRE(_dependencyMap[9]); - var renderArrowDirection = isLeft ? 'left' : 'right'; return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, { onPress: onPress, disabled: shouldDisable, style: style.current.arrow, hitSlop: hitSlop, testID: `${testID}.${arrowId}`, - children: renderArrow ? renderArrow(renderArrowDirection) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Image, { + importantForAccessibility: 'no-hide-descendants', + children: renderArrow ? renderArrow(arrowDirection) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Image, { source: imageSource, style: shouldDisable ? style.current.disabledArrowImage : style.current.arrowImage }) @@ -207090,6 +205636,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, { style: dayNamesStyle, testID: `${testID}.dayNames`, + importantForAccessibility: 'no-hide-descendants', children: [renderWeekNumbersSpace(), renderWeekDays] }); } @@ -207105,10 +205652,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e , importantForAccessibility: importantForAccessibility // Android , + onLayout: onHeaderLayout, children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, { style: headerStyle, children: [_renderArrow('left'), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, { style: style.current.headerContainer, + importantForAccessibility: 'no-hide-descendants', children: [_renderHeader(), renderIndicator()] }), _renderArrow('right')] }), renderDayNames()] @@ -207121,7 +205670,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e webAriaLevel: 1, arrowsHitSlop: 20 }; -},1638,[2,1639,1604,103,41,1654,275,1655,1657,1658]); +},1611,[2,1612,1577,103,41,1627,275,1628,1630,1631]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeMax = Math.max; @@ -207166,7 +205715,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[3])(collection) ? fromIndex <= length && collection.indexOf(value, fromIndex) > -1 : !!length && _$$_REQUIRE(_dependencyMap[4])(collection, value, fromIndex) > -1; } module.exports = includes; -},1639,[1606,1640,1647,1649,1650]); +},1612,[1579,1613,1620,1622,1623]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates an array of the own enumerable string keyed property values of `object`. @@ -207198,7 +205747,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return object == null ? [] : _$$_REQUIRE(_dependencyMap[0])(object, _$$_REQUIRE(_dependencyMap[1])(object)); } module.exports = values; -},1640,[1641,1643]); +},1613,[1614,1616]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.values` and `_.valuesIn` which creates an @@ -207216,7 +205765,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); } module.exports = baseValues; -},1641,[1642]); +},1614,[1615]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * A specialized version of `_.map` for arrays without support for iteratee @@ -207237,7 +205786,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = arrayMap; -},1642,[]); +},1615,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates an array of the own enumerable property names of `object`. @@ -207271,7 +205820,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0])(object) ? _$$_REQUIRE(_dependencyMap[1])(object) : _$$_REQUIRE(_dependencyMap[2])(object); } module.exports = keys; -},1643,[1606,1644,1631]); +},1616,[1579,1617,1604]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used for built-in method references. */ var objectProto = Object.prototype; @@ -207311,7 +205860,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = arrayLikeKeys; -},1644,[1609,1616,1610,1612,1645,1646]); +},1617,[1582,1589,1583,1585,1618,1619]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.times` without support for iteratee shorthands @@ -207331,7 +205880,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = baseTimes; -},1645,[]); +},1618,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used as references for various `Number` constants. */ var MAX_SAFE_INTEGER = 9007199254740991; @@ -207353,7 +205902,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return !!length && (type == 'number' || type != 'symbol' && reIsUint.test(value)) && value > -1 && value % 1 == 0 && value < length; } module.exports = isIndex; -},1646,[]); +},1619,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Converts `value` to an integer. @@ -207387,7 +205936,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result === result ? remainder ? result - remainder : result : 0; } module.exports = toInteger; -},1647,[1648]); +},1620,[1621]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used as references for various `Number` constants. */ var INFINITY = 1 / 0, @@ -207428,7 +205977,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return value === value ? value : 0; } module.exports = toFinite; -},1648,[568]); +},1621,[568]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** `Object#toString` result references. */ var stringTag = '[object String]'; @@ -207454,7 +206003,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return typeof value == 'string' || !_$$_REQUIRE(_dependencyMap[0])(value) && _$$_REQUIRE(_dependencyMap[1])(value) && _$$_REQUIRE(_dependencyMap[2])(value) == stringTag; } module.exports = isString; -},1649,[1609,570,571]); +},1622,[1582,570,571]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.indexOf` without `fromIndex` bounds checks. @@ -207469,7 +206018,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return value === value ? _$$_REQUIRE(_dependencyMap[0])(array, value, fromIndex) : _$$_REQUIRE(_dependencyMap[1])(array, _$$_REQUIRE(_dependencyMap[2]), fromIndex); } module.exports = baseIndexOf; -},1650,[1651,1652,1653]); +},1623,[1624,1625,1626]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * A specialized version of `_.indexOf` which performs strict equality @@ -207492,7 +206041,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return -1; } module.exports = strictIndexOf; -},1651,[]); +},1624,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.findIndex` and `_.findLastIndex` without @@ -207516,7 +206065,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return -1; } module.exports = baseFindIndex; -},1652,[]); +},1625,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.isNaN` without support for number objects. @@ -207529,7 +206078,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return value !== value; } module.exports = baseIsNaN; -},1653,[]); +},1626,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -207607,7 +206156,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }, theme['stylesheet.calendar.header'] || {})); } -},1654,[2,41,1637,1635]); +},1627,[2,41,1610,1608]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -207817,7 +206366,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function getLocale() { return _$$_REQUIRE(_dependencyMap[0]).locales[_$$_REQUIRE(_dependencyMap[0]).defaultLocale]; } -},1655,[1604,1656]); +},1628,[1577,1629]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -207875,7 +206424,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return 'Invalid Date'; } -},1656,[1604]); +},1629,[1577]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -207887,7 +206436,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "previous", "type": "png" }); -},1657,[1481]); +},1630,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -207899,7 +206448,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "next", "type": "png" }); -},1658,[1481]); +},1631,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -207979,7 +206528,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, areEqual); var _default = exports.default = Day; Day.displayName = 'Day'; -},1659,[2,1660,1754,1767,1604,103,1789,1801,275,1655,1803,1656]); +},1632,[2,1633,1727,1740,1577,103,1762,1774,275,1628,1776,1629]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used to compose bitmasks for cloning. */ var CLONE_DEEP_FLAG = 1, @@ -208028,7 +206577,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; }); module.exports = omit; -},1660,[1661,1642,1674,1704,1707,1717,1746,1748]); +},1633,[1634,1615,1647,1677,1680,1690,1719,1721]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * A specialized version of `baseRest` which flattens the rest array. @@ -208041,7 +206590,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0])(_$$_REQUIRE(_dependencyMap[1])(func, undefined, _$$_REQUIRE(_dependencyMap[2])), func + ''); } module.exports = flatRest; -},1661,[1662,1668,1670]); +},1634,[1635,1641,1643]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Sets the `toString` method of `func` to return `string`. @@ -208053,7 +206602,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ var setToString = _$$_REQUIRE(_dependencyMap[0])(_$$_REQUIRE(_dependencyMap[1])); module.exports = setToString; -},1662,[1663,1664]); +},1635,[1636,1637]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used to detect hot functions by number of calls within a span of milliseconds. */ var HOT_COUNT = 800, @@ -208089,7 +206638,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; } module.exports = shortOut; -},1663,[]); +},1636,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `setToString` without support for hot loop shorting. @@ -208108,7 +206657,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }; module.exports = baseSetToString; -},1664,[1665,1666,1667]); +},1637,[1638,1639,1640]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var defineProperty = function () { try { @@ -208118,7 +206667,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } catch (e) {} }(); module.exports = defineProperty; -},1665,[1621]); +},1638,[1594]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * This method returns the first argument it receives. @@ -208140,7 +206689,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return value; } module.exports = identity; -},1666,[]); +},1639,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates a function that returns `value`. @@ -208167,7 +206716,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; } module.exports = constant; -},1667,[]); +},1640,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeMax = Math.max; @@ -208201,7 +206750,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; } module.exports = overRest; -},1668,[1669]); +},1641,[1642]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * A faster alternative to `Function#apply`, this function invokes `func` @@ -208227,7 +206776,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return func.apply(thisArg, args); } module.exports = apply; -},1669,[]); +},1642,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Flattens `array` a single level deep. @@ -208248,7 +206797,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return length ? _$$_REQUIRE(_dependencyMap[0])(array, 1) : []; } module.exports = flatten; -},1670,[1671]); +},1643,[1644]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.flatten` with support for restricting flattening. @@ -208282,7 +206831,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = baseFlatten; -},1671,[1672,1673]); +},1644,[1645,1646]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Built-in value references. */ var spreadableSymbol = _$$_REQUIRE(_dependencyMap[0]) ? _$$_REQUIRE(_dependencyMap[0]).isConcatSpreadable : undefined; @@ -208298,7 +206847,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[1])(value) || _$$_REQUIRE(_dependencyMap[2])(value) || !!(spreadableSymbol && value && value[spreadableSymbol]); } module.exports = isFlattenable; -},1672,[572,1609,1616]); +},1645,[572,1582,1589]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Appends the elements of `values` to `array`. @@ -208318,7 +206867,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return array; } module.exports = arrayPush; -},1673,[]); +},1646,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Casts `value` to a path array if it's not one. @@ -208335,7 +206884,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[1])(value, object) ? [value] : _$$_REQUIRE(_dependencyMap[2])(_$$_REQUIRE(_dependencyMap[3])(value)); } module.exports = castPath; -},1674,[1609,1675,1676,1702]); +},1647,[1582,1648,1649,1675]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used to match property names within property paths. */ var reIsDeepProp = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, @@ -208360,7 +206909,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return reIsPlainProp.test(value) || !reIsDeepProp.test(value) || object != null && value in Object(object); } module.exports = isKey; -},1675,[1609,569]); +},1648,[1582,569]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used to match property names within property paths. */ var rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g; @@ -208386,7 +206935,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; }); module.exports = stringToPath; -},1676,[1677]); +},1649,[1650]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used as the maximum memoize cache size. */ var MAX_MEMOIZE_SIZE = 500; @@ -208410,7 +206959,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = memoizeCapped; -},1677,[1678]); +},1650,[1651]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Error message constants. */ var FUNC_ERROR_TEXT = 'Expected a function'; @@ -208481,7 +207030,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // Expose `MapCache`. memoize.Cache = _$$_REQUIRE(_dependencyMap[0]); module.exports = memoize; -},1678,[1679]); +},1651,[1652]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates a map cache object to store key-value pairs. @@ -208507,7 +207056,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e MapCache.prototype.has = _$$_REQUIRE(_dependencyMap[3]); MapCache.prototype.set = _$$_REQUIRE(_dependencyMap[4]); module.exports = MapCache; -},1679,[1680,1696,1699,1700,1701]); +},1652,[1653,1669,1672,1673,1674]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Removes all key-value entries from the map. @@ -208525,7 +207074,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; } module.exports = mapCacheClear; -},1680,[1681,1626,1688]); +},1653,[1654,1599,1661]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates a hash object. @@ -208551,7 +207100,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e Hash.prototype.has = _$$_REQUIRE(_dependencyMap[3]); Hash.prototype.set = _$$_REQUIRE(_dependencyMap[4]); module.exports = Hash; -},1681,[1682,1684,1685,1686,1687]); +},1654,[1655,1657,1658,1659,1660]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Removes all key-value entries from the hash. @@ -208565,12 +207114,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e this.size = 0; } module.exports = hashClear; -},1682,[1683]); +},1655,[1656]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* Built-in method references that are verified to be native. */ var nativeCreate = _$$_REQUIRE(_dependencyMap[0])(Object, 'create'); module.exports = nativeCreate; -},1683,[1621]); +},1656,[1594]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Removes `key` and its value from the hash. @@ -208588,7 +207137,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = hashDelete; -},1684,[]); +},1657,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used to stand-in for `undefined` hash values. */ var HASH_UNDEFINED = '__lodash_hash_undefined__'; @@ -208617,7 +207166,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return hasOwnProperty.call(data, key) ? data[key] : undefined; } module.exports = hashGet; -},1685,[1683]); +},1658,[1656]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used for built-in method references. */ var objectProto = Object.prototype; @@ -208639,7 +207188,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0]) ? data[key] !== undefined : hasOwnProperty.call(data, key); } module.exports = hashHas; -},1686,[1683]); +},1659,[1656]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used to stand-in for `undefined` hash values. */ var HASH_UNDEFINED = '__lodash_hash_undefined__'; @@ -208661,7 +207210,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return this; } module.exports = hashSet; -},1687,[1683]); +},1660,[1656]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates an list cache object. @@ -208687,7 +207236,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e ListCache.prototype.has = _$$_REQUIRE(_dependencyMap[3]); ListCache.prototype.set = _$$_REQUIRE(_dependencyMap[4]); module.exports = ListCache; -},1688,[1689,1690,1693,1694,1695]); +},1661,[1662,1663,1666,1667,1668]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Removes all key-value entries from the list cache. @@ -208701,7 +207250,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e this.size = 0; } module.exports = listCacheClear; -},1689,[]); +},1662,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used for built-in method references. */ var arrayProto = Array.prototype; @@ -208734,7 +207283,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return true; } module.exports = listCacheDelete; -},1690,[1691]); +},1663,[1664]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Gets the index at which the `key` is found in `array` of key-value pairs. @@ -208754,7 +207303,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return -1; } module.exports = assocIndexOf; -},1691,[1692]); +},1664,[1665]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Performs a @@ -208792,7 +207341,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return value === other || value !== value && other !== other; } module.exports = eq; -},1692,[]); +},1665,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Gets the list cache value for `key`. @@ -208809,7 +207358,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return index < 0 ? undefined : data[index][1]; } module.exports = listCacheGet; -},1693,[1691]); +},1666,[1664]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Checks if a list cache value for `key` exists. @@ -208824,7 +207373,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0])(this.__data__, key) > -1; } module.exports = listCacheHas; -},1694,[1691]); +},1667,[1664]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Sets the list cache `key` to `value`. @@ -208848,7 +207397,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return this; } module.exports = listCacheSet; -},1695,[1691]); +},1668,[1664]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Removes `key` and its value from the map. @@ -208865,7 +207414,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = mapCacheDelete; -},1696,[1697]); +},1669,[1670]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Gets the data for `map`. @@ -208880,7 +207429,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0])(key) ? data[typeof key == 'string' ? 'string' : 'hash'] : data.map; } module.exports = getMapData; -},1697,[1698]); +},1670,[1671]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Checks if `value` is suitable for use as unique object key. @@ -208894,7 +207443,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean' ? value !== '__proto__' : value === null; } module.exports = isKeyable; -},1698,[]); +},1671,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Gets the map value for `key`. @@ -208909,7 +207458,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0])(this, key).get(key); } module.exports = mapCacheGet; -},1699,[1697]); +},1672,[1670]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Checks if a map value for `key` exists. @@ -208924,7 +207473,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0])(this, key).has(key); } module.exports = mapCacheHas; -},1700,[1697]); +},1673,[1670]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Sets the map `key` to `value`. @@ -208944,7 +207493,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return this; } module.exports = mapCacheSet; -},1701,[1697]); +},1674,[1670]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Converts `value` to a string. An empty string is returned for `null` @@ -208971,7 +207520,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return value == null ? '' : _$$_REQUIRE(_dependencyMap[0])(value); } module.exports = toString; -},1702,[1703]); +},1675,[1676]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used as references for various `Number` constants. */ var INFINITY = 1 / 0; @@ -209004,7 +207553,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result == '0' && 1 / value == -(1 / 0) ? '-0' : result; } module.exports = baseToString; -},1703,[572,1609,1642,569]); +},1676,[572,1582,1615,569]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copies properties of `source` to `object`. @@ -209036,7 +207585,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return object; } module.exports = copyObject; -},1704,[1705,1706]); +},1677,[1678,1679]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `assignValue` and `assignMergeValue` without @@ -209060,7 +207609,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } } module.exports = baseAssignValue; -},1705,[1665]); +},1678,[1638]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used for built-in method references. */ var objectProto = Object.prototype; @@ -209085,7 +207634,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } } module.exports = assignValue; -},1706,[1692,1705]); +},1679,[1665,1678]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates an array of own and inherited enumerable property names and @@ -209099,7 +207648,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0])(object, _$$_REQUIRE(_dependencyMap[1]), _$$_REQUIRE(_dependencyMap[2])); } module.exports = getAllKeysIn; -},1707,[1708,1709,1712]); +},1680,[1681,1682,1685]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `getAllKeys` and `getAllKeysIn` which uses @@ -209117,7 +207666,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0])(object) ? result : _$$_REQUIRE(_dependencyMap[1])(result, symbolsFunc(object)); } module.exports = baseGetAllKeys; -},1708,[1609,1673]); +},1681,[1582,1646]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates an array of the own and inherited enumerable property names of `object`. @@ -209146,7 +207695,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0])(object) ? _$$_REQUIRE(_dependencyMap[1])(object, true) : _$$_REQUIRE(_dependencyMap[2])(object); } module.exports = keysIn; -},1709,[1606,1644,1710]); +},1682,[1579,1617,1683]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used for built-in method references. */ var objectProto = Object.prototype; @@ -209175,7 +207724,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = baseKeysIn; -},1710,[577,1711,1630]); +},1683,[577,1684,1603]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * This function is like @@ -209196,7 +207745,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = nativeKeysIn; -},1711,[]); +},1684,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeGetSymbols = Object.getOwnPropertySymbols; @@ -209217,7 +207766,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; }; module.exports = getSymbolsIn; -},1712,[1713,1673,1714,1716]); +},1685,[1686,1646,1687,1689]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * This method returns a new empty array. @@ -209241,7 +207790,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return []; } module.exports = stubArray; -},1713,[]); +},1686,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used for built-in method references. */ var objectProto = Object.prototype; @@ -209269,7 +207818,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }; module.exports = getSymbols; -},1714,[1713,1715]); +},1687,[1686,1688]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * A specialized version of `_.filter` for arrays without support for @@ -209294,12 +207843,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = arrayFilter; -},1715,[]); +},1688,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Built-in value references. */ var getPrototype = _$$_REQUIRE(_dependencyMap[0])(Object.getPrototypeOf, Object); module.exports = getPrototype; -},1716,[1633]); +},1689,[1606]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used to compose bitmasks for cloning. */ var CLONE_DEEP_FLAG = 1, @@ -209422,7 +207971,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = baseClone; -},1717,[577,1609,1718,1719,1618,1610,1720,1721,1723,1724,1725,1726,1727,1734,1740,1742,1707,1744,1709,1643,1745,1706]); +},1690,[577,1582,1691,1692,1591,1583,1693,1694,1696,1697,1698,1699,1700,1707,1713,1715,1680,1717,1682,1616,1718,1679]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used for built-in method references. */ var objectProto = Object.prototype; @@ -209449,7 +207998,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = initCloneArray; -},1718,[]); +},1691,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copies the values of `source` to `array`. @@ -209469,7 +208018,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return array; } module.exports = copyArray; -},1719,[]); +},1692,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Detect free variable `exports`. */ var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; @@ -209502,7 +208051,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = cloneBuffer; -},1720,[573]); +},1693,[573]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Initializes an object clone. @@ -209515,7 +208064,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return typeof object.constructor == 'function' && !_$$_REQUIRE(_dependencyMap[0])(object) ? _$$_REQUIRE(_dependencyMap[1])(_$$_REQUIRE(_dependencyMap[2])(object)) : {}; } module.exports = initCloneObject; -},1721,[1630,1722,1716]); +},1694,[1603,1695,1689]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Built-in value references. */ var objectCreate = Object.create; @@ -209544,7 +208093,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; }(); module.exports = baseCreate; -},1722,[577]); +},1695,[577]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copies own and inherited symbols of `source` to `object`. @@ -209558,7 +208107,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0])(source, _$$_REQUIRE(_dependencyMap[1])(source), object); } module.exports = copySymbolsIn; -},1723,[1704,1712]); +},1696,[1677,1685]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.assignIn` without support for multiple sources @@ -209573,7 +208122,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return object && _$$_REQUIRE(_dependencyMap[0])(source, _$$_REQUIRE(_dependencyMap[1])(source), object); } module.exports = baseAssignIn; -},1724,[1704,1709]); +},1697,[1677,1682]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copies own symbols of `source` to `object`. @@ -209587,7 +208136,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0])(source, _$$_REQUIRE(_dependencyMap[1])(source), object); } module.exports = copySymbols; -},1725,[1704,1714]); +},1698,[1677,1687]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.assign` without support for multiple sources @@ -209602,7 +208151,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return object && _$$_REQUIRE(_dependencyMap[0])(source, _$$_REQUIRE(_dependencyMap[1])(source), object); } module.exports = baseAssign; -},1726,[1704,1643]); +},1699,[1677,1616]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** `Object#toString` result references. */ var boolTag = '[object Boolean]', @@ -209671,7 +208220,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } } module.exports = initCloneByTag; -},1727,[1728,1730,1731,1732,1733]); +},1700,[1701,1703,1704,1705,1706]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates a clone of `arrayBuffer`. @@ -209686,12 +208235,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = cloneArrayBuffer; -},1728,[1729]); +},1701,[1702]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Built-in value references. */ module.exports = _$$_REQUIRE(_dependencyMap[0]).Uint8Array; -},1729,[573]); +},1702,[573]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates a clone of `dataView`. @@ -209706,7 +208255,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength); } module.exports = cloneDataView; -},1730,[1728]); +},1703,[1701]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates a clone of `typedArray`. @@ -209721,7 +208270,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length); } module.exports = cloneTypedArray; -},1731,[1728]); +},1704,[1701]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used to match `RegExp` flags from their coerced string values. */ var reFlags = /\w*$/; @@ -209739,7 +208288,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = cloneRegExp; -},1732,[]); +},1705,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used to convert symbols to primitives and strings. */ var symbolProto = _$$_REQUIRE(_dependencyMap[0]) ? _$$_REQUIRE(_dependencyMap[0]).prototype : undefined, @@ -209756,7 +208305,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {}; } module.exports = cloneSymbol; -},1733,[572]); +},1706,[572]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates a stack cache object to store key-value pairs. @@ -209777,7 +208326,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e Stack.prototype.has = _$$_REQUIRE(_dependencyMap[4]); Stack.prototype.set = _$$_REQUIRE(_dependencyMap[5]); module.exports = Stack; -},1734,[1688,1735,1736,1737,1738,1739]); +},1707,[1661,1708,1709,1710,1711,1712]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Removes all key-value entries from the stack. @@ -209791,7 +208340,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e this.size = 0; } module.exports = stackClear; -},1735,[1688]); +},1708,[1661]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Removes `key` and its value from the stack. @@ -209809,7 +208358,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = stackDelete; -},1736,[]); +},1709,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Gets the stack value for `key`. @@ -209824,7 +208373,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return this.__data__.get(key); } module.exports = stackGet; -},1737,[]); +},1710,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Checks if a stack value for `key` exists. @@ -209839,7 +208388,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return this.__data__.has(key); } module.exports = stackHas; -},1738,[]); +},1711,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used as the size to enable large array optimizations. */ var LARGE_ARRAY_SIZE = 200; @@ -209870,7 +208419,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return this; } module.exports = stackSet; -},1739,[1688,1626,1679]); +},1712,[1661,1599,1652]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* Node.js helper references. */ var nodeIsSet = _$$_REQUIRE(_dependencyMap[0]) && _$$_REQUIRE(_dependencyMap[0]).isSet; @@ -209894,7 +208443,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ var isSet = nodeIsSet ? _$$_REQUIRE(_dependencyMap[1])(nodeIsSet) : _$$_REQUIRE(_dependencyMap[2]); module.exports = isSet; -},1740,[1613,1614,1741]); +},1713,[1586,1587,1714]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** `Object#toString` result references. */ var setTag = '[object Set]'; @@ -209910,7 +208459,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0])(value) && _$$_REQUIRE(_dependencyMap[1])(value) == setTag; } module.exports = baseIsSet; -},1741,[570,1618]); +},1714,[570,1591]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* Node.js helper references. */ var nodeIsMap = _$$_REQUIRE(_dependencyMap[0]) && _$$_REQUIRE(_dependencyMap[0]).isMap; @@ -209934,7 +208483,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ var isMap = nodeIsMap ? _$$_REQUIRE(_dependencyMap[1])(nodeIsMap) : _$$_REQUIRE(_dependencyMap[2]); module.exports = isMap; -},1742,[1613,1614,1743]); +},1715,[1586,1587,1716]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** `Object#toString` result references. */ var mapTag = '[object Map]'; @@ -209950,7 +208499,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0])(value) && _$$_REQUIRE(_dependencyMap[1])(value) == mapTag; } module.exports = baseIsMap; -},1743,[570,1618]); +},1716,[570,1591]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates an array of own enumerable property names and symbols of `object`. @@ -209963,7 +208512,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0])(object, _$$_REQUIRE(_dependencyMap[1]), _$$_REQUIRE(_dependencyMap[2])); } module.exports = getAllKeys; -},1744,[1708,1643,1714]); +},1717,[1681,1616,1687]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * A specialized version of `_.forEach` for arrays without support for @@ -209985,7 +208534,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return array; } module.exports = arrayEach; -},1745,[]); +},1718,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Used by `_.omit` to customize its `_.cloneDeep` use to only clone plain @@ -210000,7 +208549,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0])(value) ? undefined : value; } module.exports = customOmitClone; -},1746,[1747]); +},1719,[1720]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** `Object#toString` result references. */ var objectTag = '[object Object]'; @@ -210058,7 +208607,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return typeof Ctor == 'function' && Ctor instanceof Ctor && funcToString.call(Ctor) == objectCtorString; } module.exports = isPlainObject; -},1747,[570,571,1716]); +},1720,[570,571,1689]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.unset`. @@ -210074,7 +208623,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return object == null || delete object[_$$_REQUIRE(_dependencyMap[2])(_$$_REQUIRE(_dependencyMap[3])(path))]; } module.exports = baseUnset; -},1748,[1674,1749,1751,1753]); +},1721,[1647,1722,1724,1726]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Gets the parent value at `path` of `object`. @@ -210088,7 +208637,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return path.length < 2 ? object : _$$_REQUIRE(_dependencyMap[0])(object, _$$_REQUIRE(_dependencyMap[1])(path, 0, -1)); } module.exports = parent; -},1749,[1750,1752]); +},1722,[1723,1725]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.get` without support for default values. @@ -210108,7 +208657,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return index && index == length ? object : undefined; } module.exports = baseGet; -},1750,[1674,1751]); +},1723,[1647,1724]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used as references for various `Number` constants. */ var INFINITY = 1 / 0; @@ -210128,7 +208677,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result == '0' && 1 / value == -(1 / 0) ? '-0' : result; } module.exports = toKey; -},1751,[569]); +},1724,[569]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.slice` without an iteratee call guard. @@ -210158,7 +208707,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = baseSlice; -},1752,[]); +},1725,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Gets the last element of `array`. @@ -210179,7 +208728,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return length ? array[length - 1] : undefined; } module.exports = last; -},1753,[]); +},1726,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Performs a deep comparison between two values to determine if they are @@ -210213,7 +208762,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0])(value, other); } module.exports = isEqual; -},1754,[1755]); +},1727,[1728]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.isEqual` which supports partial comparisons @@ -210239,7 +208788,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[1])(value, other, bitmask, customizer, baseIsEqual, stack); } module.exports = baseIsEqual; -},1755,[570,1756]); +},1728,[570,1729]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used to compose bitmasks for value comparisons. */ var COMPARE_PARTIAL_FLAG = 1; @@ -210307,7 +208856,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[7])(object, other, bitmask, customizer, equalFunc, stack); } module.exports = baseIsEqualDeep; -},1756,[1609,1618,1610,1734,1612,1757,1763,1766]); +},1729,[1582,1591,1583,1707,1585,1730,1736,1739]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used to compose bitmasks for value comparisons. */ var COMPARE_PARTIAL_FLAG = 1, @@ -210379,7 +208928,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = equalArrays; -},1757,[1758,1761,1762]); +},1730,[1731,1734,1735]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * @@ -210402,7 +208951,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e SetCache.prototype.add = SetCache.prototype.push = _$$_REQUIRE(_dependencyMap[1]); SetCache.prototype.has = _$$_REQUIRE(_dependencyMap[2]); module.exports = SetCache; -},1758,[1679,1759,1760]); +},1731,[1652,1732,1733]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used to stand-in for `undefined` hash values. */ var HASH_UNDEFINED = '__lodash_hash_undefined__'; @@ -210422,7 +208971,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return this; } module.exports = setCacheAdd; -},1759,[]); +},1732,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Checks if `value` is in the array cache. @@ -210437,7 +208986,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return this.__data__.has(value); } module.exports = setCacheHas; -},1760,[]); +},1733,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * A specialized version of `_.some` for arrays without support for iteratee @@ -210460,7 +209009,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return false; } module.exports = arraySome; -},1761,[]); +},1734,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Checks if a `cache` value for `key` exists. @@ -210474,7 +209023,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return cache.has(key); } module.exports = cacheHas; -},1762,[]); +},1735,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used to compose bitmasks for value comparisons. */ var COMPARE_PARTIAL_FLAG = 1, @@ -210569,7 +209118,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return false; } module.exports = equalByTag; -},1763,[572,1729,1692,1764,1765,1757]); +},1736,[572,1702,1665,1737,1738,1730]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Converts `map` to its key-value pairs. @@ -210587,7 +209136,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = mapToArray; -},1764,[]); +},1737,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Converts `set` to an array of its values. @@ -210605,7 +209154,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = setToArray; -},1765,[]); +},1738,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used to compose bitmasks for value comparisons. */ var COMPARE_PARTIAL_FLAG = 1; @@ -210683,7 +209232,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = equalObjects; -},1766,[1744]); +},1739,[1717]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Checks if `predicate` returns truthy for **any** element of `collection`. @@ -210729,7 +209278,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return func(collection, _$$_REQUIRE(_dependencyMap[4])(predicate, 3)); } module.exports = some; -},1767,[1609,1761,1768,1774,1775]); +},1740,[1582,1734,1741,1747,1748]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.some` without support for iteratee shorthands. @@ -210749,7 +209298,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return !!result; } module.exports = baseSome; -},1768,[1769]); +},1741,[1742]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.forEach` without support for iteratee shorthands. @@ -210761,7 +209310,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ var baseEach = _$$_REQUIRE(_dependencyMap[0])(_$$_REQUIRE(_dependencyMap[1])); module.exports = baseEach; -},1769,[1770,1771]); +},1742,[1743,1744]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates a `baseEach` or `baseEachRight` function. @@ -210791,7 +209340,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; } module.exports = createBaseEach; -},1770,[1606]); +},1743,[1579]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.forOwn` without support for iteratee shorthands. @@ -210805,7 +209354,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return object && _$$_REQUIRE(_dependencyMap[0])(object, iteratee, _$$_REQUIRE(_dependencyMap[1])); } module.exports = baseForOwn; -},1771,[1772,1643]); +},1744,[1745,1616]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `baseForOwn` which iterates over `object` @@ -210820,7 +209369,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ var baseFor = _$$_REQUIRE(_dependencyMap[0])(); module.exports = baseFor; -},1772,[1773]); +},1745,[1746]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates a base function for methods like `_.forIn` and `_.forOwn`. @@ -210845,7 +209394,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; } module.exports = createBaseFor; -},1773,[]); +},1746,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Checks if the given arguments are from an iteratee call. @@ -210868,7 +209417,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return false; } module.exports = isIterateeCall; -},1774,[577,1606,1646,1692]); +},1747,[577,1579,1619,1665]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.iteratee`. @@ -210892,7 +209441,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[4])(value); } module.exports = baseIteratee; -},1775,[1666,1609,1776,1783,1786]); +},1748,[1639,1582,1749,1756,1759]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used to compose bitmasks for value comparisons. */ var COMPARE_PARTIAL_FLAG = 1, @@ -210916,7 +209465,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; } module.exports = baseMatchesProperty; -},1776,[1675,1777,1778,1751,1779,1780,1755]); +},1749,[1648,1750,1751,1724,1752,1753,1728]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Checks if `value` is suitable for strict equality comparisons, i.e. `===`. @@ -210930,7 +209479,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return value === value && !_$$_REQUIRE(_dependencyMap[0])(value); } module.exports = isStrictComparable; -},1777,[577]); +},1750,[577]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * A specialized version of `matchesProperty` for source values suitable @@ -210950,7 +209499,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; } module.exports = matchesStrictComparable; -},1778,[]); +},1751,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Gets the value at `path` of `object`. If the resolved value is @@ -210982,7 +209531,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result === undefined ? defaultValue : result; } module.exports = get; -},1779,[1750]); +},1752,[1723]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Checks if `path` is a direct or inherited property of `object`. @@ -211014,7 +209563,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return object != null && _$$_REQUIRE(_dependencyMap[0])(object, path, _$$_REQUIRE(_dependencyMap[1])); } module.exports = hasIn; -},1780,[1781,1782]); +},1753,[1754,1755]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Checks if `path` exists on `object`. @@ -211044,7 +209593,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return !!length && _$$_REQUIRE(_dependencyMap[2])(length) && _$$_REQUIRE(_dependencyMap[3])(key, length) && (_$$_REQUIRE(_dependencyMap[4])(object) || _$$_REQUIRE(_dependencyMap[5])(object)); } module.exports = hasPath; -},1781,[1674,1751,1607,1646,1609,1616]); +},1754,[1647,1724,1580,1619,1582,1589]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.hasIn` without support for deep paths. @@ -211058,7 +209607,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return object != null && key in Object(object); } module.exports = baseHasIn; -},1782,[]); +},1755,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.matches` which doesn't clone `source`. @@ -211077,7 +209626,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; } module.exports = baseMatches; -},1783,[1784,1778,1785]); +},1756,[1757,1751,1758]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Gets the property names, values, and compare flags of `object`. @@ -211097,7 +209646,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = getMatchData; -},1784,[1643,1777]); +},1757,[1616,1750]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used to compose bitmasks for value comparisons. */ var COMPARE_PARTIAL_FLAG = 1, @@ -211149,7 +209698,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return true; } module.exports = baseIsMatch; -},1785,[1734,1755]); +},1758,[1707,1728]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates a function that returns the value at `path` of a given object. @@ -211177,7 +209726,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0])(path) ? _$$_REQUIRE(_dependencyMap[1])(_$$_REQUIRE(_dependencyMap[2])(path)) : _$$_REQUIRE(_dependencyMap[3])(path); } module.exports = property; -},1786,[1675,1787,1751,1788]); +},1759,[1648,1760,1724,1761]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.property` without support for deep paths. @@ -211192,7 +209741,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; } module.exports = baseProperty; -},1787,[]); +},1760,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * A specialized version of `baseProperty` which supports deep paths. @@ -211207,7 +209756,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; } module.exports = basePropertyDeep; -},1788,[1750]); +},1761,[1723]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -211216,8 +209765,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e exports.default = undefined; var _react = _interopRequireWildcard(_$$_REQUIRE(_dependencyMap[1])); var _reactNative = _$$_REQUIRE(_dependencyMap[2]); - var _style = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[3])); - var _marking2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[4])); + var _marking2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[3])); + var _style = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[4])); var _jsxRuntime = _$$_REQUIRE(_dependencyMap[5]); function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } var BasicDay = function BasicDay(props) { @@ -211233,16 +209782,16 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e accessibilityLabel = props.accessibilityLabel, children = props.children, testID = props.testID; + var dateData = date ? (0, _$$_REQUIRE(_dependencyMap[6]).xdateToData)(date) : undefined; var style = (0, _react.useRef)((0, _style.default)(theme)); var _marking = marking || {}; var isSelected = _marking.selected || state === 'selected'; var isDisabled = typeof _marking.disabled !== 'undefined' ? _marking.disabled : state === 'disabled'; - var isInactive = _marking == null ? undefined : _marking.inactive; - var isToday = state === 'today'; + var isInactive = typeof (marking == null ? undefined : marking.inactive) !== 'undefined' ? marking.inactive : state === 'inactive'; + var isToday = typeof (marking == null ? undefined : marking.today) !== 'undefined' ? marking.today : state === 'today'; var isMultiDot = markingType === _marking2.default.markings.MULTI_DOT; var isMultiPeriod = markingType === _marking2.default.markings.MULTI_PERIOD; var isCustom = markingType === _marking2.default.markings.CUSTOM; - var dateData = date ? (0, _$$_REQUIRE(_dependencyMap[6]).xdateToData)(date) : undefined; var shouldDisableTouchEvent = function shouldDisableTouchEvent() { var disableTouchEvent = _marking.disableTouchEvent; var disableTouch = false; @@ -211296,7 +209845,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } else if (isInactive) { styles.push(style.current.inactiveText); } - //Custom marking type + // Custom marking type if (isCustom && customStyles && customStyles.text) { styles.push(customStyles.text); } @@ -211330,6 +209879,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, { allowFontScaling: false, style: getTextStyle(), + testID: `${testID}.text`, children: String(children) }); }; @@ -211343,8 +209893,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, { testID: testID, style: getContainerStyle(), - disabled: shouldDisableTouchEvent(), activeOpacity: activeOpacity, + disabled: shouldDisableTouchEvent(), onPress: !shouldDisableTouchEvent() ? _onPress : undefined, onLongPress: !shouldDisableTouchEvent() ? _onLongPress : undefined, accessible: true, @@ -211363,84 +209913,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; var _default = exports.default = BasicDay; BasicDay.displayName = 'BasicDay'; -},1789,[2,103,41,1790,1791,275,1656]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.default = styleConstructor; - var _reactNative = _$$_REQUIRE(_dependencyMap[1]); - var defaultStyle = _interopRequireWildcard(_$$_REQUIRE(_dependencyMap[2])); - var _constants = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[3])); - function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } - function styleConstructor() { - var theme = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; - var appStyle = Object.assign({}, defaultStyle, theme); - return _reactNative.StyleSheet.create(Object.assign({ - container: { - alignSelf: 'stretch', - alignItems: 'center' - }, - base: { - width: 32, - height: 32, - alignItems: 'center' - }, - text: Object.assign({ - marginTop: _constants.default.isAndroid ? 4 : 6, - fontSize: appStyle.textDayFontSize, - fontFamily: appStyle.textDayFontFamily, - fontWeight: appStyle.textDayFontWeight, - color: appStyle.dayTextColor, - backgroundColor: 'rgba(255, 255, 255, 0)' - }, appStyle.textDayStyle), - alignedText: { - marginTop: _constants.default.isAndroid ? 4 : 6 - }, - selected: { - backgroundColor: appStyle.selectedDayBackgroundColor, - borderRadius: 16 - }, - today: { - backgroundColor: appStyle.todayBackgroundColor, - borderRadius: 16 - }, - todayText: { - color: appStyle.todayTextColor - }, - selectedText: { - color: appStyle.selectedDayTextColor - }, - disabledText: { - color: appStyle.textDisabledColor - }, - inactiveText: { - color: appStyle.textInactiveColor - }, - dot: Object.assign({ - width: 4, - height: 4, - marginTop: 1, - borderRadius: 2, - opacity: 0 - }, appStyle.dotStyle), - visibleDot: { - opacity: 1, - backgroundColor: appStyle.dotColor - }, - selectedDot: { - backgroundColor: appStyle.selectedDotColor - }, - disabledDot: { - backgroundColor: appStyle.disabledDotColor || appStyle.dotColor - }, - todayDot: { - backgroundColor: appStyle.todayDotColor || appStyle.dotColor - } - }, theme['stylesheet.day.basic'] || {})); - } -},1790,[2,41,1637,1635]); +},1762,[2,103,41,1763,1773,275,1629]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -211534,7 +210007,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _default = exports.default = Marking; Marking.displayName = 'Marking'; Marking.markings = Markings; -},1791,[2,1792,103,41,1794,1795,275,1797]); +},1763,[2,1764,103,41,1766,1767,275,1769]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Iterates over elements of `collection`, returning an array of all elements @@ -211582,7 +210055,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return func(collection, _$$_REQUIRE(_dependencyMap[3])(predicate, 3)); } module.exports = filter; -},1792,[1609,1715,1793,1775]); +},1764,[1582,1688,1765,1748]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.filter` without support for iteratee shorthands. @@ -211602,7 +210075,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = baseFilter; -},1793,[1769]); +},1765,[1742]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -211638,7 +210111,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }, theme['stylesheet.marking'] || {})); } -},1794,[41,1636]); +},1766,[41,1609]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -211685,7 +210158,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }; var _default = exports.default = Dot; -},1795,[2,103,41,1796,275]); +},1767,[2,103,41,1768,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -211714,17 +210187,17 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e backgroundColor: appStyle.selectedDotColor }, disabledDot: { - backgroundColor: appStyle.disabledDotColor || appStyle.dotColor + backgroundColor: appStyle.disabledDotColor }, inactiveDot: { - backgroundColor: appStyle.inactiveDotColor || appStyle.dotColor + backgroundColor: appStyle.inactiveDotColor }, todayDot: { - backgroundColor: appStyle.todayDotColor || appStyle.dotColor + backgroundColor: appStyle.todayDotColor } }, theme['stylesheet.dot'] || {})); } -},1796,[41,1637]); +},1768,[41,1610]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -211831,7 +210304,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e numberOfDays = props.numberOfDays, current = props.current, timelineLeftInset = props.timelineLeftInset, - testID = props.testID; + testID = props.testID, + onHeaderLayout = props.onHeaderLayout; var headerProps = { month: month, addMonth: addMonth, @@ -211854,7 +210328,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e numberOfDays: numberOfDays, current: current, timelineLeftInset: timelineLeftInset, - testID: testID + testID: testID, + onHeaderLayout: onHeaderLayout }; return headerProps; } @@ -211971,7 +210446,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; return reservationProps; } -},1797,[2,11,1754,1779,1660,1798,1639]); +},1769,[2,11,1727,1752,1633,1770,1612]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates an object composed of the `object` properties `predicate` returns @@ -212004,7 +210479,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); } module.exports = pickBy; -},1798,[1642,1707,1775,1799]); +},1770,[1615,1680,1748,1771]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.pickBy` without support for iteratee shorthands. @@ -212029,7 +210504,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = basePickBy; -},1799,[1750,1800,1674]); +},1771,[1723,1772,1647]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.set`. @@ -212069,7 +210544,61 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return object; } module.exports = baseSet; -},1800,[577,1674,1751,1646,1706]); +},1772,[577,1647,1724,1619,1679]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); + Object.defineProperty(exports, "__esModule", { + value: true + }); + exports.default = styleConstructor; + var _reactNative = _$$_REQUIRE(_dependencyMap[1]); + var defaultStyle = _interopRequireWildcard(_$$_REQUIRE(_dependencyMap[2])); + var _constants = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[3])); + function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } + function styleConstructor() { + var theme = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + var appStyle = Object.assign({}, defaultStyle, theme); + return _reactNative.StyleSheet.create(Object.assign({ + container: { + alignSelf: 'stretch', + alignItems: 'center' + }, + base: { + width: 32, + height: 32, + alignItems: 'center' + }, + today: { + backgroundColor: appStyle.todayBackgroundColor, + borderRadius: 16 + }, + selected: { + backgroundColor: appStyle.selectedDayBackgroundColor, + borderRadius: 16 + }, + text: Object.assign({ + fontSize: appStyle.textDayFontSize, + fontFamily: appStyle.textDayFontFamily, + fontWeight: appStyle.textDayFontWeight, + color: appStyle.dayTextColor, + backgroundColor: 'rgba(0, 0, 0, 0)', + marginTop: _constants.default.isAndroid ? 4 : 6 + }, appStyle.textDayStyle), + todayText: { + color: appStyle.todayTextColor + }, + selectedText: { + color: appStyle.selectedDayTextColor + }, + disabledText: { + color: appStyle.textDisabledColor + }, + inactiveText: { + color: appStyle.textInactiveColor + } + }, theme['stylesheet.day.basic'] || {})); + } +},1773,[2,41,1610,1608]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -212079,22 +210608,40 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _propTypes = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); var _react = _interopRequireWildcard(_$$_REQUIRE(_dependencyMap[2])); var _reactNative = _$$_REQUIRE(_dependencyMap[3]); - var _style = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[4])); - var _dot = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[5])); + var _marking = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[4])); + var _style = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[5])); var _jsxRuntime = _$$_REQUIRE(_dependencyMap[6]); function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } var PeriodDay = function PeriodDay(props) { var theme = props.theme, - marking = props.marking, date = props.date, onPress = props.onPress, onLongPress = props.onLongPress, + marking = props.marking, state = props.state, + disableAllTouchEventsForDisabledDays = props.disableAllTouchEventsForDisabledDays, + disableAllTouchEventsForInactiveDays = props.disableAllTouchEventsForInactiveDays, accessibilityLabel = props.accessibilityLabel, - testID = props.testID, - children = props.children; + children = props.children, + testID = props.testID; var dateData = date ? (0, _$$_REQUIRE(_dependencyMap[7]).xdateToData)(date) : undefined; var style = (0, _react.useRef)((0, _style.default)(theme)); + var isDisabled = typeof (marking == null ? undefined : marking.disabled) !== 'undefined' ? marking.disabled : state === 'disabled'; + var isInactive = typeof (marking == null ? undefined : marking.inactive) !== 'undefined' ? marking.inactive : state === 'inactive'; + var isToday = typeof (marking == null ? undefined : marking.today) !== 'undefined' ? marking.today : state === 'today'; + var shouldDisableTouchEvent = function shouldDisableTouchEvent() { + var _ref = marking || {}, + disableTouchEvent = _ref.disableTouchEvent; + var disableTouch = false; + if (typeof disableTouchEvent === 'boolean') { + disableTouch = disableTouchEvent; + } else if (typeof disableAllTouchEventsForDisabledDays === 'boolean' && isDisabled) { + disableTouch = disableAllTouchEventsForDisabledDays; + } else if (typeof disableAllTouchEventsForInactiveDays === 'boolean' && isInactive) { + disableTouch = disableAllTouchEventsForInactiveDays; + } + return disableTouch; + }; var markingStyle = (0, _react.useMemo)(function () { var defaultStyle = { textStyle: {}, @@ -212147,13 +210694,14 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, [marking]); var containerStyle = (0, _react.useMemo)(function () { var containerStyle = [style.current.base]; - if (state === 'today') { + if (isToday) { containerStyle.push(style.current.today); } if (marking) { containerStyle.push({ borderRadius: 17, - overflow: 'hidden' + overflow: 'hidden', + paddingTop: 5 }); var start = markingStyle.startingDay; var end = markingStyle.endingDay; @@ -212173,14 +210721,14 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } } return containerStyle; - }, [marking, state]); + }, [marking, isDisabled, isInactive, isToday]); var textStyle = (0, _react.useMemo)(function () { var textStyle = [style.current.text]; - if (state === 'disabled') { + if (isDisabled) { textStyle.push(style.current.disabledText); - } else if (state === 'inactive') { + } else if (isInactive) { textStyle.push(style.current.inactiveText); - } else if (state === 'today') { + } else if (isToday) { textStyle.push(style.current.todayText); } if (marking) { @@ -212189,7 +210737,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } } return textStyle; - }, [marking, state]); + }, [marking, isDisabled, isInactive, isToday]); var fillerStyles = (0, _react.useMemo)(function () { var leftFillerStyle = { backgroundColor: undefined @@ -212220,6 +210768,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e fillerStyle: fillerStyle }; }, [marking]); + var _onPress = (0, _react.useCallback)(function () { + onPress == null || onPress(dateData); + }, [onPress, date]); + var _onLongPress = (0, _react.useCallback)(function () { + onLongPress == null || onLongPress(dateData); + }, [onLongPress, date]); var renderFillers = function renderFillers() { if (marking) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, { @@ -212232,37 +210786,42 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); } }; - var _onPress = (0, _react.useCallback)(function () { - onPress == null || onPress(dateData); - }, [onPress]); - var _onLongPress = (0, _react.useCallback)(function () { - onLongPress == null || onLongPress(dateData); - }, [onLongPress]); + var renderMarking = function renderMarking() { + if (marking) { + var marked = marking.marked, + dotColor = marking.dotColor; + return /*#__PURE__*/(0, _jsxRuntime.jsx)(_marking.default, { + type: 'dot', + theme: theme, + marked: marked, + disabled: isDisabled, + inactive: isInactive, + today: isToday, + dotColor: dotColor + }); + } + }; + var renderText = function renderText() { + return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, { + allowFontScaling: false, + style: textStyle, + children: String(children) + }); + }; var Component = marking ? _reactNative.TouchableWithoutFeedback : _reactNative.TouchableOpacity; return /*#__PURE__*/(0, _jsxRuntime.jsx)(Component, { testID: testID, - onPress: _onPress, - onLongPress: _onLongPress, - disabled: marking == null ? undefined : marking.disableTouchEvent, + disabled: shouldDisableTouchEvent(), + onPress: !shouldDisableTouchEvent() ? _onPress : undefined, + onLongPress: !shouldDisableTouchEvent() ? _onLongPress : undefined, accessible: true, - accessibilityRole: marking != null && marking.disableTouchEvent ? undefined : 'button', + accessibilityRole: isDisabled ? undefined : 'button', accessibilityLabel: accessibilityLabel, children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, { - style: style.current.wrapper, + style: style.current.container, children: [renderFillers(), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, { style: containerStyle, - children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, { - allowFontScaling: false, - style: textStyle, - children: String(children) - }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, { - style: style.current.dotContainer, - children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_dot.default, { - theme: theme, - color: marking == null ? undefined : marking.dotColor, - marked: marking == null ? undefined : marking.marked - }) - })] + children: [renderText(), renderMarking()] })] }) }); @@ -212277,7 +210836,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onLongPress: _propTypes.default.func, date: _propTypes.default.string }; -},1801,[2,673,103,41,1802,1795,275,1656]); +},1774,[2,673,103,41,1763,1775,275,1629]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -212291,10 +210850,9 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var theme = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var appStyle = Object.assign({}, defaultStyle, theme); return _reactNative.StyleSheet.create(Object.assign({ - wrapper: { - alignItems: 'center', + container: { alignSelf: 'stretch', - marginLeft: -1 + alignItems: 'center' }, base: { width: 38, @@ -212302,6 +210860,10 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e alignItems: 'center', justifyContent: 'center' }, + today: { + backgroundColor: appStyle.todayBackgroundColor, + borderRadius: 17 + }, fillers: { position: 'absolute', height: FILLER_HEIGHT, @@ -212324,18 +210886,11 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e fontFamily: appStyle.textDayFontFamily, fontWeight: appStyle.textDayFontWeight, color: appStyle.dayTextColor, - backgroundColor: 'rgba(255, 255, 255, 0)' - }, - dotContainer: { - position: 'absolute', - bottom: 3 - }, - today: { - backgroundColor: appStyle.todayBackgroundColor + backgroundColor: 'rgba(0, 0, 0, 0)' }, todayText: { fontWeight: '500', - color: theme.todayTextColor || appStyle.dayTextColor + color: theme.todayTextColor }, selectedText: { color: appStyle.selectedDayTextColor @@ -212348,7 +210903,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }, theme['stylesheet.day.period'] || {})); } -},1802,[41,1637]); +},1775,[41,1610]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -212382,7 +210937,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e getCalendarDateString: getCalendarDateString, getDefaultLocale: getDefaultLocale }; -},1803,[2,1804,1805,1649,1807,1604,1656,1655]); +},1776,[2,1777,1778,1622,1780,1577,1629,1628]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Checks if `value` is `undefined`. @@ -212405,7 +210960,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return value === undefined; } module.exports = isUndefined; -},1804,[]); +},1777,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* Node.js helper references. */ var nodeIsDate = _$$_REQUIRE(_dependencyMap[0]) && _$$_REQUIRE(_dependencyMap[0]).isDate; @@ -212429,7 +210984,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ var isDate = nodeIsDate ? _$$_REQUIRE(_dependencyMap[1])(nodeIsDate) : _$$_REQUIRE(_dependencyMap[2]); module.exports = isDate; -},1805,[1613,1614,1806]); +},1778,[1586,1587,1779]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** `Object#toString` result references. */ var dateTag = '[object Date]'; @@ -212445,7 +211000,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[0])(value) && _$$_REQUIRE(_dependencyMap[1])(value) == dateTag; } module.exports = baseIsDate; -},1806,[570,571]); +},1779,[570,571]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** `Object#toString` result references. */ var numberTag = '[object Number]'; @@ -212480,7 +211035,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return typeof value == 'number' || _$$_REQUIRE(_dependencyMap[0])(value) && _$$_REQUIRE(_dependencyMap[1])(value) == numberTag; } module.exports = isNumber; -},1807,[570,571]); +},1780,[570,571]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -212521,20 +211076,21 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, [refs]); return targetRef; }; -},1808,[103]); +},1781,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true }); exports.getState = getState; function getState(day, current, props, disableDaySelection) { - var _context$date; + var _context$selectedDate; var minDate = props.minDate, maxDate = props.maxDate, disabledByDefault = props.disabledByDefault, + disabledByWeekDays = props.disabledByWeekDays, context = props.context; - var state = ''; - if (!disableDaySelection && ((_context$date = context == null ? undefined : context.date) != null ? _context$date : _$$_REQUIRE(_dependencyMap[0]).toMarkingFormat(current)) === _$$_REQUIRE(_dependencyMap[0]).toMarkingFormat(day)) { + var state; + if (!disableDaySelection && ((_context$selectedDate = context == null ? undefined : context.selectedDate) != null ? _context$selectedDate : _$$_REQUIRE(_dependencyMap[0]).toMarkingFormat(current)) === _$$_REQUIRE(_dependencyMap[0]).toMarkingFormat(day)) { state = 'selected'; } else if (_$$_REQUIRE(_dependencyMap[1]).isToday(day)) { state = 'today'; @@ -212544,10 +211100,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e state = 'disabled'; } else if (!_$$_REQUIRE(_dependencyMap[1]).sameMonth(day, current)) { state = 'disabled'; + } else if (disabledByWeekDays && disabledByWeekDays.indexOf(day.getDay()) !== -1) { + state = 'disabled'; } return state; } -},1809,[1656,1655]); +},1782,[1629,1628]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -212635,17 +211193,26 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onMomentumScrollEnd = props.onMomentumScrollEnd, contentContainerStyle = props.contentContainerStyle, onEndReachedThreshold = props.onEndReachedThreshold, - onEndReached = props.onEndReached; + onEndReached = props.onEndReached, + onHeaderLayout = props.onHeaderLayout, + accessibilityElementsHidden = props.accessibilityElementsHidden, + importantForAccessibility = props.importantForAccessibility; var calendarProps = (0, _$$_REQUIRE(_dependencyMap[14]).extractCalendarProps)(props); var headerProps = (0, _$$_REQUIRE(_dependencyMap[14]).extractHeaderProps)(props); var calendarSize = horizontal ? calendarWidth : calendarHeight; + var shouldUseStaticHeader = staticHeader && horizontal; var _useState = (0, _react.useState)((0, _$$_REQUIRE(_dependencyMap[15]).parseDate)(current)), _useState2 = (0, _slicedToArray2.default)(_useState, 2), currentMonth = _useState2[0], setCurrentMonth = _useState2[1]; - var shouldUseAndroidRTLFix = (0, _react.useMemo)(function () { - return _constants.default.isAndroidRTL && horizontal; + var shouldFixRTL = (0, _react.useMemo)(function () { + return !_constants.default.isRN73() && _constants.default.isAndroidRTL && horizontal; }, [horizontal]); + /** + * we render a lot of months in the calendar list and we need to measure the header only once + * so we use this ref to limit the header measurement to the first render + */ + var shouldMeasureHeader = (0, _react.useRef)(true); var style = (0, _react.useRef)((0, _style.default)(theme)); var list = (0, _react.useRef)(); var range = (0, _react.useRef)(horizontal ? 1 : 3); @@ -212688,6 +211255,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var data = (0, _$$_REQUIRE(_dependencyMap[15]).xdateToData)(currMont); onMonthChange == null || onMonthChange(data); onVisibleMonthsChange == null || onVisibleMonthsChange([data]); + _reactNative.AccessibilityInfo.announceForAccessibility(currMont.toString('MMMM yyyy')); } }, [currentMonth]); var _scrollToDay = function _scrollToDay(date, offset, animated) { @@ -212708,7 +211276,6 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } if (scrollAmount !== 0) { var _list$current; - // @ts-expect-error list == null || (_list$current = list.current) == null || _list$current.scrollToOffset({ offset: scrollAmount, animated: animated @@ -212719,16 +211286,15 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _initialDate$current4; var scrollTo = (0, _$$_REQUIRE(_dependencyMap[15]).parseDate)(date); var diffMonths = Math.round(initialDate == null || (_initialDate$current4 = initialDate.current) == null ? undefined : _initialDate$current4.clone().setDate(1).diffMonths(scrollTo == null ? undefined : scrollTo.clone().setDate(1))); - var scrollAmount = calendarSize * (shouldUseAndroidRTLFix ? pastScrollRange - diffMonths : pastScrollRange + diffMonths); + var scrollAmount = calendarSize * (shouldFixRTL ? pastScrollRange - diffMonths : pastScrollRange + diffMonths); if (scrollAmount !== 0) { var _list$current2; - // @ts-expect-error list == null || (_list$current2 = list.current) == null || _list$current2.scrollToOffset({ offset: scrollAmount, animated: animateScroll }); } - }, [calendarSize, shouldUseAndroidRTLFix, pastScrollRange, animateScroll]); + }, [calendarSize, shouldFixRTL, pastScrollRange, animateScroll]); var addMonth = (0, _react.useCallback)(function (count) { var day = currentMonth == null ? undefined : currentMonth.clone().addMonths(count, true); if ((0, _$$_REQUIRE(_dependencyMap[17]).sameMonth)(day, currentMonth) || getDateIndex(day) === -1) { @@ -212773,6 +211339,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e year = _dateString$split2[0], month = _dateString$split2[1]; var testId = `${testID}.item_${year}-${month}`; + var onHeaderLayoutToPass = shouldMeasureHeader.current ? onHeaderLayout : undefined; + shouldMeasureHeader.current = false; return /*#__PURE__*/(0, _jsxRuntime.jsx)(_item.default, Object.assign({}, calendarProps, { testID: testId, markedDates: getMarkedDatesForItem(item), @@ -212784,19 +211352,23 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e calendarWidth: calendarWidth, calendarHeight: calendarHeight, scrollToMonth: _scrollToMonth, - visible: isDateInRange(item) + visible: isDateInRange(item), + onHeaderLayout: onHeaderLayoutToPass })); }, [horizontal, calendarStyle, calendarWidth, testID, getMarkedDatesForItem, isDateInRange, calendarProps]); var renderStaticHeader = function renderStaticHeader() { - if (staticHeader && horizontal) { + if (shouldUseStaticHeader) { + var onHeaderLayoutToPass = shouldMeasureHeader.current ? onHeaderLayout : undefined; + shouldMeasureHeader.current = false; return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.default, Object.assign({}, headerProps, { testID: `${testID}.staticHeader`, style: staticHeaderStyle, month: currentMonth, addMonth: addMonth, - accessibilityElementsHidden: true // iOS + onHeaderLayout: onHeaderLayoutToPass, + accessibilityElementsHidden: accessibilityElementsHidden // iOS , - importantForAccessibility: 'no-hide-descendants' // Android + importantForAccessibility: importantForAccessibility // Android })); } }; @@ -212808,7 +211380,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _viewableItems$; var viewableItems = _ref4.viewableItems; var newVisibleMonth = (0, _$$_REQUIRE(_dependencyMap[15]).parseDate)((_viewableItems$ = viewableItems[0]) == null ? undefined : _viewableItems$.item); - if (shouldUseAndroidRTLFix) { + if (shouldFixRTL) { var centerIndex = items.findIndex(function (item) { return (0, _isEqual.default)((0, _$$_REQUIRE(_dependencyMap[15]).parseDate)(current), item); }); @@ -212823,7 +211395,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e setCurrentMonth(visibleMonth.current); } } - }, [items, shouldUseAndroidRTLFix, current]); + }, [items, shouldFixRTL, current]); var viewabilityConfigCallbackPairs = (0, _react.useRef)([{ viewabilityConfig: viewabilityConfig.current, onViewableItemsChanged: onViewableItemsChanged @@ -212831,11 +211403,9 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, { style: style.current.flatListContainer, testID: testID, - children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.FlatList - // @ts-expect-error - , { + children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.FlatList, { ref: list, - windowSize: shouldUseAndroidRTLFix ? pastScrollRange + futureScrollRange + 1 : undefined, + windowSize: shouldFixRTL ? pastScrollRange + futureScrollRange + 1 : undefined, style: listStyle, showsVerticalScrollIndicator: showScrollIndicator, showsHorizontalScrollIndicator: showScrollIndicator, @@ -212886,7 +211456,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onEndReached: _propTypes.default.func, nestedScrollEnabled: _propTypes.default.bool }); -},1810,[2,66,1811,673,1604,103,41,1635,1812,1603,1813,1638,1754,275,1797,1656,1808,1655]); +},1783,[2,66,1784,673,1577,103,41,1608,1785,1576,1786,1611,1727,275,1769,1629,1781,1628]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeMax = Math.max; @@ -212938,7 +211508,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[1])(array, _$$_REQUIRE(_dependencyMap[2])(predicate, 3), index); } module.exports = findIndex; -},1811,[1647,1652,1775]); +},1784,[1620,1625,1748]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -212981,7 +211551,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }, theme['stylesheet.calendar-list.main'] || {})); } -},1812,[41,1637]); +},1785,[41,1610]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -213065,7 +211635,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); var _default = exports.default = CalendarListItem; CalendarListItem.displayName = 'CalendarListItem'; -},1813,[2,103,41,1812,1603,275,1797,1656]); +},1786,[2,103,41,1785,1576,275,1769,1629]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -213273,7 +211843,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return array; } -},1814,[2,74,66,1604,103,41,1635,1603,1638,1815,1812,275,1797,1656]); +},1787,[2,74,66,1577,103,41,1608,1576,1611,1788,1785,275,1769,1629]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -213329,9 +211899,9 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e dim.width = pageWidth; dim.height = pageHeight; })); - var shouldUseAndroidRTLFix = (0, _react.useMemo)(function () { - return _constants.default.isAndroidRTL && isHorizontal; - }, []); + var shouldFixRTL = (0, _react.useMemo)(function () { + return isHorizontal && _constants.default.isRTL && (_constants.default.isRN73() || _constants.default.isAndroid); + }, [isHorizontal]); var listRef = (0, _$$_REQUIRE(_dependencyMap[8]).useCombinedRefs)(ref); var pageIndex = (0, _react.useRef)(); var isOnEdge = (0, _react.useRef)(false); @@ -213347,17 +211917,17 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } setTimeout(function () { var _listRef$current; - var x = isHorizontal ? _constants.default.isAndroidRTL ? Math.floor(data.length / 2) + 1 : Math.floor(data.length / 2) * pageWidth : 0; + var x = isHorizontal ? shouldFixRTL ? Math.floor(data.length / 2) + 1 : Math.floor(data.length / 2) * pageWidth : 0; var y = isHorizontal ? 0 : positionIndex * pageHeight; // @ts-expect-error (_listRef$current = listRef.current) == null || _listRef$current.scrollToOffset == null || _listRef$current.scrollToOffset(x, y, false); }, 0); - }, [data, disableScrollOnDataChange]); + }, [data, disableScrollOnDataChange, isHorizontal]); var _onScroll = (0, _react.useCallback)(function (event, offsetX, offsetY) { reloadPagesDebounce == null || reloadPagesDebounce.cancel(); var contentOffset = event.nativeEvent.contentOffset; var y = contentOffset.y; - var x = shouldUseAndroidRTLFix ? pageWidth * data.length - contentOffset.x : contentOffset.x; + var x = shouldFixRTL ? pageWidth * data.length - contentOffset.x : contentOffset.x; var newPageIndex = Math.round(isHorizontal ? x / pageWidth : y / pageHeight); if (pageIndex.current !== newPageIndex) { if (pageIndex.current !== undefined) { @@ -213382,7 +211952,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e pageIndex.current = newPageIndex; } onScroll == null || onScroll(event, offsetX, offsetY); - }, [onScroll, onPageChange, data.length, reloadPagesDebounce]); + }, [onScroll, onPageChange, data.length, reloadPagesDebounce, isHorizontal, shouldFixRTL]); var onMomentumScrollEnd = (0, _react.useCallback)(function (event) { if (pageIndex.current) { if (isOnEdge.current) { @@ -213417,7 +211987,6 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e , { ref: listRef, isHorizontal: isHorizontal, - disableRecycling: shouldUseAndroidRTLFix, rowRenderer: renderItem, dataProvider: dataProvider, layoutProvider: layoutProvider != null ? layoutProvider : _layoutProvider.current, @@ -213435,7 +212004,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }; var _default = exports.default = (0, _react.forwardRef)(InfiniteList); -},1815,[2,1816,567,1818,103,1635,275,1819,1808]); +},1788,[2,1789,567,1791,103,1608,275,1792,1781]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Checks if `n` is between `start` and up to, but not including, `end`. If @@ -213487,7 +212056,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[2])(number, start, end); } module.exports = inRange; -},1816,[1648,568,1817]); +},1789,[1621,568,1790]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeMax = Math.max, @@ -213506,7 +212075,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return number >= nativeMin(start, end) && number < nativeMax(start, end); } module.exports = baseInRange; -},1817,[]); +},1790,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * This method returns `undefined`. @@ -213524,7 +212093,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // No operation performed. } module.exports = noop; -},1818,[]); +},1791,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -213597,7 +212166,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[11]).ComponentCompat; } }); -},1819,[1820,1821,1825,1828,1830,1849,1832,1850,1826,1829,1851,1845]); +},1792,[1793,1794,1798,1801,1803,1819,1805,1820,1799,1802,1821,1818]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -213616,7 +212185,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return ContextProvider; }(); exports.default = ContextProvider; -},1820,[]); +},1793,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -213721,7 +212290,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return DataProvider; }(BaseDataProvider); exports.default = DataProvider; -},1821,[1822]); +},1794,[1795]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -213730,7 +212299,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); exports.ObjectUtil = _$$_REQUIRE(_dependencyMap[0]).ObjectUtil; exports.Default = _$$_REQUIRE(_dependencyMap[1]).Default; -},1822,[1823,1824]); +},1795,[1796,1797]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -213761,7 +212330,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return ObjectUtil; }(); exports.ObjectUtil = ObjectUtil; -},1823,[]); +},1796,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -213776,7 +212345,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return Default; }(); exports.Default = Default; -},1824,[1823]); +},1797,[1796]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -213869,7 +212438,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return LayoutProvider; }(BaseLayoutProvider); exports.LayoutProvider = LayoutProvider; -},1825,[1826]); +},1798,[1799]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -214105,7 +212674,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return WrapGridLayoutManager; }(LayoutManager); exports.WrapGridLayoutManager = WrapGridLayoutManager; -},1826,[1827]); +},1799,[1800]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -214142,7 +212711,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return CustomError; }(Error); exports.default = CustomError; -},1827,[]); +},1800,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -214210,7 +212779,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return GridLayoutProvider; }(_$$_REQUIRE(_dependencyMap[1]).LayoutProvider); exports.GridLayoutProvider = GridLayoutProvider; -},1828,[1829,1825]); +},1801,[1802,1798]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -214296,7 +212865,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return GridLayoutManager; }(_$$_REQUIRE(_dependencyMap[0]).WrapGridLayoutManager); exports.GridLayoutManager = GridLayoutManager; -},1829,[1826]); +},1802,[1799]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -215089,7 +213658,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e //Used to specify is window correction config and whether it should be applied to some scroll events windowCorrectionConfig: _$$_REQUIRE(_dependencyMap[13]).object }; -},1830,[103,41,1831,1832,1827,1833,1834,1839,1840,1841,1822,1843,1845,1846,1825,1821,1820]); +},1803,[103,41,1804,1805,1800,1806,1807,1812,1813,1814,1795,1816,1818,673,1798,1794,1793]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * lodash (Custom Build) @@ -215449,7 +214018,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return isBinary || reIsOctal.test(value) ? freeParseInt(value.slice(2), isBinary ? 2 : 8) : reIsBadHex.test(value) ? NAN : +value; } module.exports = debounce; -},1831,[]); +},1804,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -215478,7 +214047,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return BaseItemAnimator; }(); exports.BaseItemAnimator = BaseItemAnimator; -},1832,[]); +},1805,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -215528,7 +214097,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }; exports.default = RecyclerListViewExceptions; -},1833,[]); +},1806,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -215881,7 +214450,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return VirtualRenderer; }(); exports.default = VirtualRenderer; -},1834,[1835,1822,1836,1837,1827,1833]); +},1807,[1808,1795,1809,1810,1800,1806]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -215896,7 +214465,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return TSCast; }(); exports.default = TSCast; -},1835,[]); +},1808,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -215965,7 +214534,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return RecycleItemPool; }(); exports.default = RecycleItemPool; -},1836,[]); +},1809,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -216264,7 +214833,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return ViewabilityTracker; }(); exports.default = ViewabilityTracker; -},1837,[1838]); +},1810,[1811]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -216410,7 +214979,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return BinarySearch; }(); exports.default = BinarySearch; -},1838,[1827]); +},1811,[1800]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -216422,7 +214991,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e CONTEXT_PROVIDER_OFFSET_KEY_SUFFIX: "_offset", CONTEXT_PROVIDER_LAYOUT_KEY_SUFFIX: "_layouts" }; -},1839,[]); +},1812,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -216436,7 +215005,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e VISIBLE_INDEXES_CHANGED_DEPRECATED: "onVisibleIndexesChanged deprecated. Please use onVisibleIndicesChanged instead.", ANIMATION_ON_PAGINATION: "Looks like you're trying to use RecyclerListView's layout animation render while doing pagination. This operation will be ignored to avoid creation of too many items due to developer error." }; -},1840,[]); +},1813,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -216584,7 +215153,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return ScrollComponent; }(_$$_REQUIRE(_dependencyMap[3]).default); exports.default = ScrollComponent; -},1841,[103,41,1835,1842]); +},1814,[103,41,1808,1815]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -216628,7 +215197,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return BaseScrollComponent; }(React.Component); exports.default = BaseScrollComponent; -},1842,[103]); +},1815,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -216765,7 +215334,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return ViewRenderer; }(_$$_REQUIRE(_dependencyMap[2]).default); exports.default = ViewRenderer; -},1843,[103,41,1844]); +},1816,[103,41,1817]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -216833,7 +215402,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return BaseViewRenderer; }(_$$_REQUIRE(_dependencyMap[0]).ComponentCompat); exports.default = BaseViewRenderer; -},1844,[1845]); +},1817,[1818]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -216907,92 +215476,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return ComponentCompat; }(React.Component); exports.ComponentCompat = ComponentCompat; -},1845,[103]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - /** - * Copyright (c) 2013-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - - { - // By explicitly using `prop-types` you are opting into new production behavior. - // http://fb.me/prop-types-in-prod - module.exports = _$$_REQUIRE(_dependencyMap[0])(); - } -},1846,[1847]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - /** - * Copyright (c) 2013-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - - 'use strict'; - - function emptyFunction() {} - function emptyFunctionWithReset() {} - emptyFunctionWithReset.resetWarningCache = emptyFunction; - module.exports = function () { - function shim(props, propName, componentName, location, propFullName, secret) { - if (secret === _$$_REQUIRE(_dependencyMap[0])) { - // It is still safe when called from React. - return; - } - var err = new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"); - err.name = 'Invariant Violation'; - throw err; - } - ; - shim.isRequired = shim; - function getShim() { - return shim; - } - ; - // Important! - // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`. - var ReactPropTypes = { - array: shim, - bigint: shim, - bool: shim, - func: shim, - number: shim, - object: shim, - string: shim, - symbol: shim, - any: shim, - arrayOf: getShim, - element: shim, - elementType: shim, - instanceOf: getShim, - node: shim, - objectOf: getShim, - oneOf: getShim, - oneOfType: getShim, - shape: getShim, - exact: getShim, - checkPropTypes: emptyFunctionWithReset, - resetWarningCache: emptyFunction - }; - ReactPropTypes.PropTypes = ReactPropTypes; - return ReactPropTypes; - }; -},1847,[1848]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - /** - * Copyright (c) 2013-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - - 'use strict'; - - var ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED'; - module.exports = ReactPropTypesSecret; -},1848,[]); +},1818,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -217028,7 +215512,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return BaseScrollView; }(React.Component); exports.default = BaseScrollView; -},1849,[103]); +},1819,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -217070,7 +215554,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return AutoScroll; }(); exports.AutoScroll = AutoScroll; -},1850,[]); +},1820,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -217189,7 +215673,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return ProgressiveListView; }(_$$_REQUIRE(_dependencyMap[0]).default); exports.default = ProgressiveListView; -},1851,[1830]); +},1821,[1803]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -217226,7 +215710,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e * @example: https://github.com/wix/react-native-calendars/blob/master/example/src/screens/agenda.js * @gif: https://github.com/wix/react-native-calendars/blob/master/demo/assets/agenda.gif */ - var Agenda = exports.default = /*#__PURE__*/function (_Component) { + var Agenda = /*#__PURE__*/function (_Component) { function Agenda(props) { var _this; (0, _classCallCheck2.default)(this, Agenda); @@ -217679,7 +216163,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e hideKnob: _propTypes.default.bool, showClosingKnob: _propTypes.default.bool }); -},1852,[2,168,95,5,6,50,52,55,1608,673,1604,381,103,41,1853,1855,1810,1856,275,1656,1655,1860,1797,1803,1859]); + var _default = exports.default = Agenda; +},1822,[2,168,95,5,6,50,52,55,1581,673,1577,381,103,41,1823,1825,1783,1826,275,1629,1628,1830,1769,1776,1829]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -217743,7 +216228,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }, theme['stylesheet.agenda.main'] || {})); } -},1853,[2,41,1637,1854]); +},1823,[2,41,1610,1824]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -217773,7 +216258,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }; } -},1854,[]); +},1824,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -217798,7 +216283,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }); var _default = exports.default = WeekDaysNames; -},1855,[2,103,41,275,1655]); +},1825,[2,103,41,275,1628]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -218071,7 +216556,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e selectedDay: new _xdate.default(true) }; var _default = exports.default = ReservationList; -},1856,[2,5,6,50,52,55,1608,673,1604,103,41,1857,1858,275,1655,1797,1656]); +},1826,[2,5,6,50,52,55,1581,673,1577,103,41,1827,1828,275,1628,1769,1629]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -218118,7 +216603,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }, theme['stylesheet.agenda.list'] || {})); } -},1857,[41,1637]); +},1827,[41,1610]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -218242,7 +216727,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e renderEmptyDate: _propTypes.default.func }; var _default = exports.default = Reservation; -},1858,[2,5,6,50,52,55,1608,673,103,41,1857,275,1655,1803,1859]); +},1828,[2,5,6,50,52,55,1581,673,103,41,1827,275,1628,1776,1829]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var PREFIX = 'native.calendar'; module.exports = { @@ -218258,7 +216743,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e WEEK_NUMBER: `${PREFIX}.WEEK_NUMBER`, HEADER_LOADING_INDICATOR: `${PREFIX}.HEADER_LOADING_INDICATOR` }; -},1859,[]); +},1829,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -218305,7 +216790,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1860,[2,5,6]); +},1830,[2,5,6]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -218340,7 +216825,6 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })(Positions || (exports.Positions = Positions = {})); var SPEED = 20; var BOUNCINESS = 6; - var CLOSED_HEIGHT = 120; // header + 1 week var WEEK_HEIGHT = 46; var DAY_NAMES_PADDING = 24; var PAN_GESTURE_THRESHOLD = 30; @@ -218350,6 +216834,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e top: 10, bottom: 10 }; + var DEFAULT_HEADER_HEIGHT = 78; var headerStyleOverride = { stylesheet: { calendar: { @@ -218371,12 +216856,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e * @extendslink: docs/CalendarList * @example: https://github.com/wix/react-native-calendars/blob/master/example/src/screens/expandableCalendar.js */ - var ExpandableCalendar = function ExpandableCalendar(props) { - var _useContext = (0, _react.useContext)(_Context.default), - date = _useContext.date, - setDate = _useContext.setDate, - numberOfDays = _useContext.numberOfDays, - timelineLeftInset = _useContext.timelineLeftInset; + var ExpandableCalendar = (0, _react.forwardRef)(function (props, ref) { + var _context = (0, _react.useContext)(_Context.default); + var date = _context.date, + setDate = _context.setDate, + numberOfDays = _context.numberOfDays, + timelineLeftInset = _context.timelineLeftInset; var _props$initialPositio = props.initialPosition, initialPosition = _props$initialPositio === undefined ? Positions.CLOSED : _props$initialPositio, onCalendarToggled = props.onCalendarToggled, @@ -218414,6 +216899,14 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _useState2 = (0, _slicedToArray2.default)(_useState, 2), screenReaderEnabled = _useState2[0], setScreenReaderEnabled = _useState2[1]; + var _useState3 = (0, _react.useState)(0), + _useState4 = (0, _slicedToArray2.default)(_useState3, 2), + headerHeight = _useState4[0], + setHeaderHeight = _useState4[1]; + var onHeaderLayout = (0, _react.useCallback)(function (_ref) { + var height = _ref.nativeEvent.layout.height; + setHeaderHeight(height || DEFAULT_HEADER_HEIGHT); + }, []); /** Date */ var getYear = function getYear(date) { var d = new _xdate.default(date); @@ -218449,33 +216942,37 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; var numberOfWeeks = (0, _react.useRef)(getNumberOfWeeksInMonth(date)); /** Position */ - var _useState3 = (0, _react.useState)(numberOfDays ? Positions.CLOSED : initialPosition), - _useState4 = (0, _slicedToArray2.default)(_useState3, 2), - position = _useState4[0], - setPosition = _useState4[1]; + var _useState5 = (0, _react.useState)(numberOfDays ? Positions.CLOSED : initialPosition), + _useState6 = (0, _slicedToArray2.default)(_useState5, 2), + position = _useState6[0], + setPosition = _useState6[1]; var isOpen = position === Positions.OPEN; - var getOpenHeight = function getOpenHeight() { + var getOpenHeight = (0, _react.useCallback)(function () { if (!horizontal) { return Math.max(_constants.default.screenHeight, _constants.default.screenWidth); } - return CLOSED_HEIGHT + WEEK_HEIGHT * (numberOfWeeks.current - 1) + (hideKnob ? 12 : _style.KNOB_CONTAINER_HEIGHT) + (_constants.default.isAndroid ? 3 : 0); - }; + return headerHeight + WEEK_HEIGHT * numberOfWeeks.current + (hideKnob ? 0 : _style.KNOB_CONTAINER_HEIGHT); + }, [headerHeight, horizontal, hideKnob, numberOfWeeks]); var openHeight = (0, _react.useRef)(getOpenHeight()); var closedHeight = (0, _react.useMemo)(function () { - return CLOSED_HEIGHT + (hideKnob || Number(numberOfDays) > 1 ? 0 : _style.KNOB_CONTAINER_HEIGHT); - }, [numberOfDays, hideKnob]); + return headerHeight + WEEK_HEIGHT + (hideKnob || Number(numberOfDays) > 1 ? 0 : _style.KNOB_CONTAINER_HEIGHT); + }, [numberOfDays, hideKnob, headerHeight]); var startHeight = (0, _react.useMemo)(function () { - return isOpen ? openHeight.current : closedHeight; - }, [closedHeight, isOpen]); + return isOpen ? getOpenHeight() : closedHeight; + }, [closedHeight, isOpen, getOpenHeight]); var _height = (0, _react.useRef)(startHeight); var deltaY = (0, _react.useMemo)(function () { return new _reactNative.Animated.Value(startHeight); }, [startHeight]); - var headerDeltaY = (0, _react.useRef)(new _reactNative.Animated.Value(isOpen ? -_style.HEADER_HEIGHT : 0)); + var headerDeltaY = (0, _react.useRef)(new _reactNative.Animated.Value(isOpen ? -headerHeight : 0)); (0, _react.useEffect)(function () { _height.current = startHeight; deltaY.setValue(startHeight); + _wrapperStyles.current.style.height = startHeight; }, [startHeight]); + (0, _react.useEffect)(function () { + openHeight.current = getOpenHeight(); + }, [headerHeight]); (0, _react.useEffect)(function () { if (numberOfDays) { setPosition(Positions.CLOSED); @@ -218496,7 +216993,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); var _headerStyles = { style: { - top: isOpen ? -_style.HEADER_HEIGHT : 0 + top: isOpen ? -headerHeight : 0 } }; var _weekCalendarStyles = { @@ -218526,16 +217023,20 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, [calendarStyle]); var animatedHeaderStyle = (0, _react.useMemo)(function () { return [style.current.header, { - height: _style.HEADER_HEIGHT + 10, + height: headerHeight, top: headerDeltaY.current }]; - }, [headerDeltaY.current]); + }, [headerDeltaY.current, headerHeight]); var weekCalendarStyle = (0, _react.useMemo)(function () { - return [style.current.weekContainer, isOpen ? style.current.hidden : style.current.visible]; - }, [isOpen]); + return [style.current.weekContainer, isOpen ? style.current.hidden : style.current.visible, { + top: headerHeight + }]; + }, [isOpen, headerHeight]); var containerStyle = (0, _react.useMemo)(function () { - return [allowShadow && style.current.containerShadow, propsStyle]; - }, [allowShadow, propsStyle]); + return [allowShadow && style.current.containerShadow, propsStyle, headerHeight === 0 && style.current.hidden, { + overflow: 'hidden' + }]; + }, [allowShadow, propsStyle, headerHeight]); var wrapperStyle = (0, _react.useMemo)(function () { return { height: deltaY @@ -218579,8 +217080,9 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }; var scrollPage = (0, _react.useCallback)(function (next) { + var updateSource = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : _$$_REQUIRE(_dependencyMap[23]).UpdateSources.PAGE_SCROLL; if (horizontal) { - var d = (0, _$$_REQUIRE(_dependencyMap[23]).parseDate)(date); + var d = (0, _$$_REQUIRE(_dependencyMap[24]).parseDate)(date); if (isOpen) { d.setDate(1); d.addMonths(next ? 1 : -1); @@ -218597,7 +217099,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e d.addDays(firstDayOfWeek); } } - setDate == null || setDate((0, _$$_REQUIRE(_dependencyMap[23]).toMarkingFormat)(d), _$$_REQUIRE(_dependencyMap[24]).UpdateSources.PAGE_SCROLL); + setDate == null || setDate((0, _$$_REQUIRE(_dependencyMap[24]).toMarkingFormat)(d), updateSource); } }, [horizontal, isOpen, firstDay, numberOfDays, setDate, date]); /** Pan Gesture */ @@ -218620,7 +217122,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _wrapperStyles.current.style.height = Math.min(Math.max(closedHeight, _height.current + gestureState.dy), openHeight.current); if (!horizontal) { // vertical CalenderList header - _headerStyles.style.top = Math.min(Math.max(-gestureState.dy, -_style.HEADER_HEIGHT), 0); + _headerStyles.style.top = Math.min(Math.max(-gestureState.dy, -headerHeight), 0); } else { // horizontal Week view if (!isOpen) { @@ -218645,46 +217147,44 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onPanResponderRelease: handlePanResponderEnd, onPanResponderTerminate: handlePanResponderEnd }) : _reactNative.PanResponder.create({}); - }, [numberOfDays, position]); + }, [numberOfDays, position, headerHeight]); // All the functions here rely on headerHeight directly or indirectly through refs that are updated in useEffect /** Animated */ var bounceToPosition = function bounceToPosition() { var toValue = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0; - if (!disablePan) { - var threshold = isOpen ? openHeight.current - closeThreshold : closedHeight + openThreshold; - var _isOpen = _height.current >= threshold; - var newValue = _isOpen ? openHeight.current : closedHeight; - deltaY.setValue(_height.current); // set the start position for the animated value - _height.current = toValue || newValue; - _isOpen = _height.current >= threshold; // re-check after _height.current was set - resetWeekCalendarOpacity(_isOpen); - _reactNative.Animated.spring(deltaY, { - toValue: _height.current, - speed: SPEED, - bounciness: BOUNCINESS, - useNativeDriver: false - }).start(function () { - onCalendarToggled == null || onCalendarToggled(_isOpen); - setPosition(function () { - return _height.current === closedHeight ? Positions.CLOSED : Positions.OPEN; - }); + var threshold = isOpen ? openHeight.current - closeThreshold : closedHeight + openThreshold; + var _isOpen = _height.current >= threshold; + var newValue = _isOpen ? openHeight.current : closedHeight; + deltaY.setValue(_height.current); // set the start position for the animated value + _height.current = toValue || newValue; + _isOpen = _height.current >= threshold; // re-check after _height.current was set + resetWeekCalendarOpacity(_isOpen); + _reactNative.Animated.spring(deltaY, { + toValue: _height.current, + speed: SPEED, + bounciness: BOUNCINESS, + useNativeDriver: false + }).start(function () { + onCalendarToggled == null || onCalendarToggled(_isOpen); + setPosition(function () { + return _height.current === closedHeight ? Positions.CLOSED : Positions.OPEN; }); - closeHeader(_isOpen); - } + }); + toggleAnimatedHeader(_isOpen); }; var resetWeekCalendarOpacity = /*#__PURE__*/function () { - var _ref = (0, _asyncToGenerator2.default)(function* (isOpen) { + var _ref2 = (0, _asyncToGenerator2.default)(function* (isOpen) { _weekCalendarStyles.style.opacity = isOpen ? 0 : 1; updateNativeStyles(); }); return function resetWeekCalendarOpacity(_x) { - return _ref.apply(this, arguments); + return _ref2.apply(this, arguments); }; }(); - var closeHeader = function closeHeader(isOpen) { + var toggleAnimatedHeader = function toggleAnimatedHeader(isOpen) { headerDeltaY.current.setValue(Number(_headerStyles.style.top)); // set the start position for the animated value - if (!horizontal && !isOpen) { + if (!horizontal) { _reactNative.Animated.spring(headerDeltaY.current, { - toValue: 0, + toValue: isOpen ? -headerHeight : 0, speed: 2, bounciness: 1, useNativeDriver: false @@ -218701,21 +217201,27 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, [isOpen, closedHeight]); var toggleCalendarPosition = (0, _react.useCallback)(function () { bounceToPosition(isOpen ? closedHeight : openHeight.current); + return !isOpen; }, [isOpen, bounceToPosition, closedHeight]); + (0, _react.useImperativeHandle)(ref, function () { + return { + toggleCalendarPosition: toggleCalendarPosition + }; + }, [toggleCalendarPosition]); /** Events */ var _onPressArrowLeft = (0, _react.useCallback)(function (method, month) { onPressArrowLeft == null || onPressArrowLeft(method, month); - scrollPage(false); + scrollPage(false, isOpen ? _$$_REQUIRE(_dependencyMap[23]).UpdateSources.ARROW_PRESS : _$$_REQUIRE(_dependencyMap[23]).UpdateSources.WEEK_ARROW_PRESS); }, [onPressArrowLeft, scrollPage]); var _onPressArrowRight = (0, _react.useCallback)(function (method, month) { onPressArrowRight == null || onPressArrowRight(method, month); - scrollPage(true); + scrollPage(true, isOpen ? _$$_REQUIRE(_dependencyMap[23]).UpdateSources.ARROW_PRESS : _$$_REQUIRE(_dependencyMap[23]).UpdateSources.WEEK_ARROW_PRESS); }, [onPressArrowRight, scrollPage]); var _onDayPress = (0, _react.useCallback)(function (value) { if (numberOfDaysCondition) { - setDate == null || setDate(value.dateString, _$$_REQUIRE(_dependencyMap[24]).UpdateSources.DAY_PRESS); + setDate == null || setDate(value.dateString, _$$_REQUIRE(_dependencyMap[23]).UpdateSources.DAY_PRESS); } - if (closeOnDayPress) { + if (closeOnDayPress && !disablePan) { closeCalendar(); } onDayPress == null || onDayPress(value); @@ -218795,7 +217301,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e style: style.current.knob, testID: `${testID}.knob`, onPress: toggleCalendarPosition, - hitSlop: knobHitSlop /* activeOpacity={isOpen ? undefined : 1} */ + hitSlop: knobHitSlop }) }); }; @@ -218826,7 +217332,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e testID: `${testID}.calendarList`, horizontal: horizontal, firstDay: firstDay, - calendarStyle: calendarStyle + calendarStyle: calendarStyle, + onHeaderLayout: onHeaderLayout }, others, { current: date, theme: themeObject, @@ -218844,7 +217351,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e numberOfDays: numberOfDays, headerStyle: _headerStyle, timelineLeftInset: timelineLeftInset, - context: (0, _react.useContext)(_Context.default) + context: _context })); }; return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, { @@ -218854,6 +217361,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e testID: `${testID}.calendarAccessible` }, others, { theme: themeObject, + onHeaderLayout: onHeaderLayout, onDayPress: _onDayPress, hideExtraDays: true, renderArrow: _renderArrow @@ -218865,25 +217373,27 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e children: [renderCalendarList(), renderWeekCalendar(), !hideKnob && renderKnob(), !horizontal && renderAnimatedHeader()] })) }); - }; - var _default = exports.default = ExpandableCalendar; - ExpandableCalendar.displayName = 'ExpandableCalendar'; - ExpandableCalendar.defaultProps = { - horizontal: true, - initialPosition: Positions.CLOSED, - firstDay: 0, - leftArrowImageSource: _$$_REQUIRE(_dependencyMap[20]), - rightArrowImageSource: _$$_REQUIRE(_dependencyMap[21]), - allowShadow: true, - openThreshold: PAN_GESTURE_THRESHOLD, - closeThreshold: PAN_GESTURE_THRESHOLD, - closeOnDayPress: true - }; - ExpandableCalendar.positions = Positions; -},1861,[2,3,66,11,1862,1608,1807,1864,1604,103,41,1865,1855,1603,1810,1866,1867,1868,1635,275,1657,1658,1655,1656,1869]); + }); + var _default = exports.default = Object.assign(ExpandableCalendar, { + displayName: 'ExpandableCalendar', + positions: Positions, + navigationTypes: _$$_REQUIRE(_dependencyMap[23]).CalendarNavigationTypes, + defaultProps: { + horizontal: true, + initialPosition: Positions.CLOSED, + firstDay: 0, + leftArrowImageSource: _$$_REQUIRE(_dependencyMap[20]), + rightArrowImageSource: _$$_REQUIRE(_dependencyMap[21]), + allowShadow: true, + openThreshold: PAN_GESTURE_THRESHOLD, + closeThreshold: PAN_GESTURE_THRESHOLD, + closeOnDayPress: true + } + }); +},1831,[2,3,66,11,1832,1581,1780,1834,1577,103,41,1835,1825,1576,1783,1836,1837,1838,1608,275,1630,1631,1628,1839,1629]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]); -},1862,[1863]); +},1832,[1833]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Gets the first element of `array`. @@ -218907,7 +217417,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return array && array.length ? array[0] : undefined; } module.exports = head; -},1863,[]); +},1833,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Error message constants. */ var FUNC_ERROR_TEXT = 'Expected a function'; @@ -218973,19 +217483,18 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); } module.exports = throttle; -},1864,[577,567]); +},1834,[577,567]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { value: true }); - exports.KNOB_CONTAINER_HEIGHT = exports.HEADER_HEIGHT = undefined; + exports.KNOB_CONTAINER_HEIGHT = undefined; exports.default = styleConstructor; var _reactNative = _$$_REQUIRE(_dependencyMap[1]); var defaultStyle = _interopRequireWildcard(_$$_REQUIRE(_dependencyMap[2])); var _constants = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[3])); function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } - var HEADER_HEIGHT = exports.HEADER_HEIGHT = 68; var KNOB_CONTAINER_HEIGHT = exports.KNOB_CONTAINER_HEIGHT = 24; function styleConstructor() { var _theme$stylesheet; @@ -219077,8 +217586,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e weekContainer: { position: 'absolute', left: 0, - right: 0, - top: HEADER_HEIGHT + (_constants.default.isAndroid ? 8 : 9) // align row on top of calendar's first row + right: 0 }, hidden: { opacity: 0 @@ -219121,7 +217629,6 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e alignItems: appStyle.todayButtonPosition === 'right' ? 'flex-end' : 'flex-start', position: 'absolute', left: 20, - right: 20, bottom: 0 }, todayButton: Object.assign({ @@ -219159,7 +217666,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }, (theme == null || (_theme$stylesheet = theme.stylesheet) == null || (_theme$stylesheet = _theme$stylesheet.expandable) == null ? undefined : _theme$stylesheet.main) || {})); } -},1865,[2,41,1637,1635]); +},1835,[2,41,1610,1608]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -219267,7 +217774,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, arePropsEqual); var _default = exports.default = Week; Week.displayName = 'Week'; -},1866,[2,11,1604,103,41,1754,1865,1659,275,1655,1797,1656,1809]); +},1836,[2,11,1577,103,41,1727,1835,1632,275,1628,1769,1629,1782]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -219329,6 +217836,9 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var changedItems = (0, _react.useRef)(_constants.default.isRTL); var list = (0, _react.useRef)(null); var currentIndex = (0, _react.useRef)(NUMBER_OF_PAGES); + var shouldFixRTL = (0, _react.useMemo)(function () { + return !_constants.default.isRN73() && _constants.default.isAndroidRTL; + }, []); (0, _$$_REQUIRE(_dependencyMap[15]).useDidUpdate)(function () { var _list$current; items.current = getDatesArray(date, firstDay, numberOfDays); @@ -219351,7 +217861,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); if (pageIndex !== currentIndex.current) { var _list$current2; - var adjustedIndexFrScroll = _constants.default.isAndroidRTL ? NUM_OF_ITEMS - 1 - pageIndex : pageIndex; + var adjustedIndexFrScroll = shouldFixRTL ? NUM_OF_ITEMS - 1 - pageIndex : pageIndex; if (pageIndex >= 0) { visibleWeek.current = items.current[adjustedIndexFrScroll]; currentIndex.current = adjustedIndexFrScroll; @@ -219365,7 +217875,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); } } - }, [date, updateSource]); + }, [date, updateSource, shouldFixRTL]); var containerWidth = (0, _react.useMemo)(function () { return calendarWidth != null ? calendarWidth : _constants.default.screenWidth; }, [calendarWidth]); @@ -219406,8 +217916,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e timelineLeftInset: timelineLeftInset })); }, [firstDay, _onDayPress, context, date, markedDates]); - var keyExtractor = (0, _react.useCallback)(function (item) { - return item; + var keyExtractor = (0, _react.useCallback)(function (item, index) { + return `${item}-${index}`; }, []); var renderWeekDaysNames = (0, _react.useMemo)(function () { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_WeekDaysNames.default, { @@ -219449,7 +217959,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var currItems = items.current; var newDate = (_viewableItems$ = viewableItems[0]) == null ? undefined : _viewableItems$.item; if (newDate !== visibleWeek.current) { - if (_constants.default.isAndroidRTL) { + if (shouldFixRTL) { //in android RTL the item we see is the one in the opposite direction var newDateOffset = -1 * (NUMBER_OF_PAGES - currItems.indexOf(newDate)); var adjustedNewDate = currItems[NUMBER_OF_PAGES - newDateOffset]; @@ -219468,7 +217978,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } } } - }, [onEndReached]); + }, [onEndReached, shouldFixRTL]); var viewabilityConfigCallbackPairs = (0, _react.useRef)([{ viewabilityConfig: { itemVisiblePercentThreshold: 20 @@ -219539,7 +218049,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } WeekCalendar.displayName = 'WeekCalendar'; var _default = exports.default = WeekCalendar; -},1867,[2,74,95,66,11,1604,103,41,1865,1855,1866,1635,1868,275,1797,1808,1869,1655,1656]); +},1837,[2,74,95,66,11,1577,103,41,1835,1825,1836,1608,1838,275,1769,1781,1839,1628,1629]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -219550,24 +218060,35 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // @ts-expect-error var CalendarContext = _react.default.createContext({}); var _default = exports.default = CalendarContext; -},1868,[2,103]); +},1838,[2,103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true }); - exports.todayString = exports.UpdateSources = undefined; + exports.todayString = exports.UpdateSources = exports.CalendarNavigationTypes = undefined; var todayString = exports.todayString = 'today'; var UpdateSources; (function (UpdateSources) { UpdateSources["CALENDAR_INIT"] = "calendarInit"; + UpdateSources["PROP_UPDATE"] = "propUpdate"; UpdateSources["TODAY_PRESS"] = "todayPress"; - UpdateSources["LIST_DRAG"] = "listDrag"; UpdateSources["DAY_PRESS"] = "dayPress"; + UpdateSources["ARROW_PRESS"] = "arrowPress"; + UpdateSources["WEEK_ARROW_PRESS"] = "weekArrowPress"; + UpdateSources["LIST_DRAG"] = "listDrag"; UpdateSources["PAGE_SCROLL"] = "pageScroll"; UpdateSources["WEEK_SCROLL"] = "weekScroll"; - UpdateSources["PROP_UPDATE"] = "propUpdate"; })(UpdateSources || (exports.UpdateSources = UpdateSources = {})); -},1869,[]); + var CalendarNavigationTypes; + (function (CalendarNavigationTypes) { + CalendarNavigationTypes["AGENDA_SCROLL"] = "listDrag"; + CalendarNavigationTypes["MONTH_SCROLL"] = "pageScroll"; + CalendarNavigationTypes["WEEK_SCROLL"] = "weekScroll"; + CalendarNavigationTypes["MONTH_ARROWS"] = "arrowPress"; + CalendarNavigationTypes["WEEK_ARROWS"] = "weekArrowPress"; + CalendarNavigationTypes["TODAY_PRESS"] = "todayPress"; + })(CalendarNavigationTypes || (exports.CalendarNavigationTypes = CalendarNavigationTypes = {})); +},1839,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -219718,7 +218239,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return array; } -},1870,[2,669,11,66,103,41,1604,1815,1866,1855,1868,1865,1635,275,1869,1655,1797,1656]); +},1840,[2,669,11,66,103,41,1577,1788,1836,1825,1838,1835,1608,275,1839,1628,1769,1629]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -219749,11 +218270,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e * @extends: SectionList * @example: https://github.com/wix/react-native-calendars/blob/master/example/src/screens/expandableCalendar.js */ - var AgendaList = function AgendaList(props) { + var AgendaList = (0, _react.forwardRef)(function (props, ref) { var _sections$; - if (props.infiniteListProps) { - return /*#__PURE__*/(0, _jsxRuntime.jsx)(_infiniteAgendaList.default, Object.assign({}, props)); - } var theme = props.theme, sections = props.sections, scrollToNextEvent = props.scrollToNextEvent, @@ -219780,7 +218298,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e setDate = _useContext.setDate, setDisabled = _useContext.setDisabled; var style = (0, _react.useRef)((0, _style.default)(theme)); - var list = (0, _react.useRef)(); + var list = (0, _$$_REQUIRE(_dependencyMap[15]).useCombinedRefs)(ref); var _topSection = (0, _react.useRef)((_sections$ = sections[0]) == null ? undefined : _sections$.title); var didScroll = (0, _react.useRef)(false); var sectionScroll = (0, _react.useRef)(false); @@ -219853,6 +218371,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _sections$sectionInde; sectionScroll.current = true; // to avoid setDate() in onViewableItemsChanged _topSection.current = (_sections$sectionInde = sections[sectionIndex]) == null ? undefined : _sections$sectionInde.title; + // @ts-expect-error should be fixed when we fix the typings of the ref. list == null || list.current.scrollToLocation({ animated: true, sectionIndex: sectionIndex, @@ -219862,7 +218381,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); } }, 1000, { - leading: false, + leading: true, trailing: true }), [viewOffset, sections]); var _onViewableItemsChanged = (0, _react.useCallback)(function (info) { @@ -219922,9 +218441,13 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _keyExtractor = (0, _react.useCallback)(function (item, index) { return (0, _isFunction.default)(keyExtractor) ? keyExtractor(item, index) : String(index); }, [keyExtractor]); + if (props.infiniteListProps) { + return /*#__PURE__*/(0, _jsxRuntime.jsx)(_infiniteAgendaList.default, Object.assign({}, props)); + } return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.SectionList, Object.assign({ stickySectionHeadersEnabled: true }, props, { + // @ts-expect-error ref: list, keyExtractor: _keyExtractor, showsVerticalScrollIndicator: false, @@ -219939,7 +218462,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // _getItemLayout = (data, index) => { // return {length: constants.screenWidth, offset: constants.screenWidth * index, index}; // } - }; + }); var _default = exports.default = AgendaList; AgendaList.displayName = 'AgendaList'; AgendaList.propTypes = { @@ -219947,10 +218470,11 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e dayFormatter: _propTypes.default.func, useMoment: _propTypes.default.bool, markToday: _propTypes.default.bool, + // @ts-expect-error TODO Figure out why forwardRef causes error about the number type sectionStyle: _propTypes.default.oneOfType([_propTypes.default.object, _propTypes.default.number, _propTypes.default.array]), avoidDateUpdates: _propTypes.default.bool }; -},1871,[2,673,1779,1872,1608,1804,567,1604,103,41,1635,1865,1868,1874,275,1808,1869,1656,1655,1875,1803,1876]); +},1841,[2,673,1752,1842,1581,1777,567,1577,103,41,1608,1835,1838,1844,275,1781,1839,1629,1628,1845,1776,1846]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates an array of values by running each element in `collection` thru @@ -219999,7 +218523,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return func(collection, _$$_REQUIRE(_dependencyMap[3])(iteratee, 3)); } module.exports = map; -},1872,[1609,1642,1873,1775]); +},1842,[1582,1615,1843,1748]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.map` without support for iteratee shorthands. @@ -220018,7 +218542,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = baseMap; -},1873,[1606,1769]); +},1843,[1579,1742]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -220047,7 +218571,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } var InfiniteAgendaList = function InfiniteAgendaList(_ref) { - var _sections$, _infiniteListProps$vi; + var _sections$; var theme = _ref.theme, sections = _ref.sections, scrollToNextEvent = _ref.scrollToNextEvent, @@ -220158,7 +218682,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, 500); } }, 1000, { - leading: false, + leading: true, trailing: true }), [sections]); var layoutProvider = (0, _react.useMemo)(function () { @@ -220195,7 +218719,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; onScroll == null || onScroll(event); }, [onScroll]); - var _onVisibleIndicesChanged = (0, _react.useCallback)((0, _debounce.default)(function (all) { + var _onVisibleIndicesChanged = (0, _react.useCallback)(function (all) { if (all && all.length && !sectionScroll.current) { var topItemIndex = all[0]; var topSection = data[findItemTitleIndex(topItemIndex)]; @@ -220207,10 +218731,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } } } - }, (_infiniteListProps$vi = infiniteListProps == null ? undefined : infiniteListProps.visibleIndicesChangedDebounce) != null ? _infiniteListProps$vi : 1000, { - leading: false, - trailing: true - }), [avoidDateUpdates, setDate, data]); + }, [avoidDateUpdates, setDate, data]); var findItemTitleIndex = (0, _react.useCallback)(function (itemIndex) { var titleIndex = itemIndex; while (titleIndex > 0 && !((_data$titleIndex = data[titleIndex]) != null && _data$titleIndex.isTitle)) { @@ -220286,7 +218807,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e sectionStyle: _propTypes.default.oneOfType([_propTypes.default.object, _propTypes.default.number, _propTypes.default.array]), avoidDateUpdates: _propTypes.default.bool }; -},1874,[2,74,66,11,673,1804,567,1815,1604,103,1865,1868,1635,275,1808,1869,1656,1655,1875,1803,1825,1876]); +},1844,[2,74,66,11,673,1777,567,1788,1577,103,1835,1838,1608,275,1781,1839,1629,1628,1845,1776,1798,1846]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -220304,7 +218825,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return moment; }; -},1875,[602]); +},1845,[602]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -220326,7 +218847,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e children: props.title }); }, areTextPropsEqual); -},1876,[2,1754,103,41,275]); +},1846,[2,1727,103,41,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -220350,6 +218871,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e date = props.date, onDateChanged = props.onDateChanged, onMonthChange = props.onMonthChange, + disableAutoDaySelection = props.disableAutoDaySelection, _props$showTodayButto = props.showTodayButton, showTodayButton = _props$showTodayButto === undefined ? false : _props$showTodayButto, disabledOpacity = props.disabledOpacity, @@ -220368,10 +218890,14 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _useState2 = (0, _slicedToArray2.default)(_useState, 2), currentDate = _useState2[0], setCurrentDate = _useState2[1]; - var _useState3 = (0, _react.useState)(_$$_REQUIRE(_dependencyMap[9]).UpdateSources.CALENDAR_INIT), + var _useState3 = (0, _react.useState)(date), _useState4 = (0, _slicedToArray2.default)(_useState3, 2), - updateSource = _useState4[0], - setUpdateSource = _useState4[1]; + selectedDate = _useState4[0], + setSelectedDate = _useState4[1]; + var _useState5 = (0, _react.useState)(_$$_REQUIRE(_dependencyMap[9]).UpdateSources.CALENDAR_INIT), + _useState6 = (0, _slicedToArray2.default)(_useState5, 2), + updateSource = _useState6[0], + setUpdateSource = _useState6[1]; var wrapperStyle = (0, _react.useMemo)(function () { return [style.current.contextWrapper, propsStyle]; }, [style, propsStyle]); @@ -220380,16 +218906,27 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _setDate(date, _$$_REQUIRE(_dependencyMap[9]).UpdateSources.PROP_UPDATE); } }, [date]); + var getUpdateSource = (0, _react.useCallback)(function (updateSource) { + // NOTE: this comes to avoid breaking those how listen to the update source in onDateChanged and onMonthChange - remove on V2 + if (updateSource === _$$_REQUIRE(_dependencyMap[9]).UpdateSources.ARROW_PRESS || updateSource === _$$_REQUIRE(_dependencyMap[9]).UpdateSources.WEEK_ARROW_PRESS) { + return _$$_REQUIRE(_dependencyMap[9]).UpdateSources.PAGE_SCROLL; + } + return updateSource; + }, []); var _setDate = (0, _react.useCallback)(function (date, updateSource) { prevDate.current = currDate.current; currDate.current = date; setCurrentDate(date); - setUpdateSource(updateSource); - onDateChanged == null || onDateChanged(date, updateSource); - if (!(0, _$$_REQUIRE(_dependencyMap[11]).sameMonth)(new _xdate.default(date), new _xdate.default(prevDate.current))) { - onMonthChange == null || onMonthChange((0, _$$_REQUIRE(_dependencyMap[12]).xdateToData)(new _xdate.default(date)), updateSource); + if (!(0, _$$_REQUIRE(_dependencyMap[11]).includes)(disableAutoDaySelection, updateSource)) { + setSelectedDate(date); } - }, [onDateChanged, onMonthChange]); + setUpdateSource(updateSource); + var _updateSource = getUpdateSource(updateSource); + onDateChanged == null || onDateChanged(date, _updateSource); + if (!(0, _$$_REQUIRE(_dependencyMap[12]).sameMonth)(new _xdate.default(date), new _xdate.default(prevDate.current))) { + onMonthChange == null || onMonthChange((0, _$$_REQUIRE(_dependencyMap[13]).xdateToData)(new _xdate.default(date)), _updateSource); + } + }, [onDateChanged, onMonthChange, getUpdateSource]); var _setDisabled = (0, _react.useCallback)(function (disabled) { if (showTodayButton) { var _todayButton$current; @@ -220400,6 +218937,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return { date: currentDate, prevDate: prevDate.current, + selectedDate: selectedDate, updateSource: updateSource, setDate: _setDate, setDisabled: _setDisabled, @@ -220426,7 +218964,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; var _default = exports.default = CalendarProvider; CalendarProvider.displayName = 'CalendarProvider'; -},1877,[2,66,1604,103,41,1865,1868,1878,275,1869,1808,1655,1656]); +},1847,[2,66,1577,103,41,1835,1838,1848,275,1839,1781,551,1628,1629]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -220560,7 +219098,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }; var _default = exports.default = (0, _react.forwardRef)(TodayButton); -},1878,[2,66,1604,103,41,1865,1868,275,1655,1803,1869,1879,1880,1656]); +},1848,[2,66,1577,103,41,1835,1838,275,1628,1776,1839,1849,1850,1629]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -220572,7 +219110,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "up", "type": "png" }); -},1879,[1481]); +},1849,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -220584,7 +219122,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "down", "type": "png" }); -},1880,[1481]); +},1850,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -220598,7 +219136,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _inherits2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[5])); var _react = _interopRequireWildcard(_$$_REQUIRE(_dependencyMap[6])); var _hoistNonReactStatics = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[7])); - var _Context = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[8])); + var _index = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[8])); var _jsxRuntime = _$$_REQUIRE(_dependencyMap[9]); function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); } @@ -220622,7 +219160,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e key: "render", value: function render() { var _this2 = this; - return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Context.default.Consumer, { + return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.default.Consumer, { children: function children(context) { return /*#__PURE__*/(0, _jsxRuntime.jsx)(WrappedComponent, Object.assign({ ref: _this2.saveRef, @@ -220637,7 +219175,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return CalendarConsumer; } var _default = exports.default = asCalendarConsumer; -},1881,[2,5,6,50,52,55,103,1062,1868,275]); +},1851,[2,5,6,50,52,55,103,1035,1838,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -220818,7 +219356,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); }; var _default = exports.default = _react.default.memo(Timeline); -},1882,[2,1883,1872,1886,1888,103,41,1635,1892,1893,1899,1900,1901,275,1803,1897,1898,1655]); +},1852,[2,1853,1842,1856,1858,103,41,1608,1862,1863,1869,1870,1871,275,1776,1867,1868,1628]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Computes the minimum value of `array`. If `array` is empty or falsey, @@ -220842,7 +219380,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return array && array.length ? _$$_REQUIRE(_dependencyMap[0])(array, _$$_REQUIRE(_dependencyMap[1]), _$$_REQUIRE(_dependencyMap[2])) : undefined; } module.exports = min; -},1883,[1884,1666,1885]); +},1853,[1854,1639,1855]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of methods like `_.max` and `_.min` which accepts a @@ -220868,7 +219406,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = baseExtremum; -},1884,[569]); +},1854,[569]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * The base implementation of `_.lt` which doesn't coerce arguments. @@ -220883,7 +219421,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return value < other; } module.exports = baseLt; -},1885,[]); +},1855,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used as references for various `Number` constants. */ var MAX_SAFE_INTEGER = 9007199254740991; @@ -220929,7 +219467,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = times; -},1886,[1647,1887,1645]); +},1856,[1620,1857,1618]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Casts `value` to `identity` if it's not a function. @@ -220942,7 +219480,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return typeof value == 'function' ? value : _$$_REQUIRE(_dependencyMap[0]); } module.exports = castFunction; -},1887,[1666]); +},1857,[1639]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** Used for built-in method references. */ var objectProto = Object.prototype; @@ -220981,7 +219519,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); module.exports = groupBy; -},1888,[1889,1705]); +},1858,[1859,1678]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates a function like `_.groupBy`. @@ -220999,7 +219537,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; } module.exports = createAggregator; -},1889,[1609,1890,1891,1775]); +},1859,[1582,1860,1861,1748]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * A specialized version of `baseAggregator` for arrays. @@ -221021,7 +219559,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return accumulator; } module.exports = arrayAggregator; -},1890,[]); +},1860,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Aggregates elements of `collection` on `accumulator` with keys transformed @@ -221041,7 +219579,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return accumulator; } module.exports = baseAggregator; -},1891,[1769]); +},1861,[1742]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -221162,7 +219700,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); } -},1892,[2,41,1637,1635]); +},1862,[2,41,1610,1608]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -221300,7 +219838,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }; var _default = exports.default = _react.default.memo(TimelineHours); -},1893,[2,1894,1886,103,41,1635,275,1897,1898]); +},1863,[2,1864,1856,103,41,1608,275,1867,1868]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates an array of numbers (positive and/or negative) progressing from @@ -221345,7 +219883,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ var range = _$$_REQUIRE(_dependencyMap[0])(); module.exports = range; -},1894,[1895]); +},1864,[1865]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates a `_.range` or `_.rangeRight` function. @@ -221372,7 +219910,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; } module.exports = createRange; -},1895,[1774,1648,1896]); +},1865,[1747,1621,1866]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeCeil = Math.ceil, @@ -221400,7 +219938,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = baseRange; -},1896,[]); +},1866,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -221543,7 +220081,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // Note: this filter falsy values (undefined blocks) .filter(Boolean); } -},1897,[2,1816,1604,1635]); +},1867,[2,1789,1577,1608]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -221585,7 +220123,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var m = minutes != null ? minutes : now.getMinutes(); return (h + m / 60) * hourBlockHeight; } -},1898,[2,1604,1635,1655]); +},1868,[2,1577,1608,1628]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -221645,7 +220183,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }; var _default = exports.default = EventBlock; -},1899,[2,1604,103,41,275]); +},1869,[2,1577,103,41,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -221678,7 +220216,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }; var _default = exports.default = NowIndicator; -},1900,[103,41,275,1898,1897]); +},1870,[103,41,275,1868,1867]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -221718,7 +220256,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }; }; -},1901,[103]); +},1871,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -221745,6 +220283,9 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e scrollToFirst = props.scrollToFirst, scrollToNow = props.scrollToNow, initialTime = props.initialTime; + var shouldFixRTL = (0, _react.useMemo)(function () { + return _constants.default.isRTL && (_constants.default.isRN73() || _constants.default.isAndroid); + }, []); // isHorizontal = true var _useContext = (0, _react.useContext)(_Context.default), date = _useContext.date, updateSource = _useContext.updateSource, @@ -221761,7 +220302,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _useTimelinePages = (0, _useTimelinePages2.default)({ date: date, listRef: listRef, - numberOfDays: numberOfDays + numberOfDays: numberOfDays, + shouldFixRTL: shouldFixRTL }), pages = _useTimelinePages.pages, pagesRef = _useTimelinePages.pagesRef, @@ -221782,8 +220324,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e prevDate.current = date; }, [updateSource]); var initialOffset = (0, _react.useMemo)(function () { - return _constants.default.isAndroidRTL ? _constants.default.screenWidth * (_useTimelinePages2.PAGES_COUNT - _useTimelinePages2.INITIAL_PAGE - 1) : _constants.default.screenWidth * _useTimelinePages2.INITIAL_PAGE; - }, []); + return shouldFixRTL ? _constants.default.screenWidth * (_useTimelinePages2.PAGES_COUNT - _useTimelinePages2.INITIAL_PAGE - 1) : _constants.default.screenWidth * _useTimelinePages2.INITIAL_PAGE; + }, [shouldFixRTL]); (0, _react.useEffect)(function () { if (date !== prevDate.current) { scrollToCurrentDate(date); @@ -221800,11 +220342,11 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }, []); var onPageChange = (0, _react.useCallback)((0, _throttle.default)(function (pageIndex) { - var newDate = pages[_constants.default.isAndroidRTL ? pageIndex - 1 : pageIndex]; + var newDate = pages[shouldFixRTL ? pageIndex - 1 : pageIndex]; if (newDate !== prevDate.current) { setDate(newDate, _$$_REQUIRE(_dependencyMap[12]).UpdateSources.LIST_DRAG); } - }, 0), [pages]); + }, 0), [pages, shouldFixRTL]); var onReachNearEdge = (0, _react.useCallback)(function () { shouldResetPages.current = true; }, []); @@ -221864,7 +220406,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }; var _default = exports.default = TimelineList; -},1902,[2,66,1864,1670,1903,103,1815,1868,1882,1904,1635,275,1869,1655]); +},1872,[2,66,1834,1643,1873,103,1788,1838,1852,1874,1608,275,1839,1628]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Creates a slice of `array` with `n` elements dropped from the end. @@ -221901,7 +220443,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[1])(array, 0, n < 0 ? 0 : n); } module.exports = dropRight; -},1903,[1647,1752]); +},1873,[1620,1725]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -221920,7 +220462,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var UseTimelinePages = function UseTimelinePages(_ref) { var date = _ref.date, listRef = _ref.listRef, - numberOfDays = _ref.numberOfDays; + numberOfDays = _ref.numberOfDays, + shouldFixRTL = _ref.shouldFixRTL; var pagesRef = (0, _react.useRef)((0, _times.default)(PAGES_COUNT, function (i) { return (0, _$$_REQUIRE(_dependencyMap[7]).generateDay)(date, numberOfDays * (i - Math.floor(PAGES_COUNT / 2))); })); @@ -221947,7 +220490,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, []); var scrollToPage = function scrollToPage(pageIndex) { var _listRef$current; - (_listRef$current = listRef.current) == null || _listRef$current.scrollToOffset(_constants.default.isAndroidRTL ? (PAGES_COUNT - 1 - pageIndex) * _constants.default.screenWidth : pageIndex * _constants.default.screenWidth, 0, false); + (_listRef$current = listRef.current) == null || _listRef$current.scrollToOffset(shouldFixRTL ? (PAGES_COUNT - 1 - pageIndex) * _constants.default.screenWidth : pageIndex * _constants.default.screenWidth, 0, false); }; var resetPages = function resetPages(date) { pagesRef.current = (0, _times.default)(PAGES_COUNT, function (i) { @@ -221979,7 +220522,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; }; var _default = exports.default = UseTimelinePages; -},1904,[2,66,103,1816,1886,567,1635,1655]); +},1874,[2,66,103,1789,1856,567,1608,1628]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -222074,7 +220617,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // cumulativeDuration // }); }; -},1905,[2,66,5,6,50,52,55,103,275]); +},1875,[2,66,5,6,50,52,55,103,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -222096,7 +220639,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })); }; var _default = exports.default = IcSearch; -},1906,[2,103,275,1174]); +},1876,[2,103,275,1147]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -222314,7 +220857,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e screenWidth: _propTypes.default.number }; var _default = exports.default = TabBar; -},1907,[2,74,66,103,41,673,275,1294,1297]); +},1877,[2,74,66,103,41,673,275,1267,1270]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -222341,7 +220884,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _createMaterialTopTabNavigator = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); var _MaterialTopTabBar = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[2])); var _MaterialTopTabView = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[3])); -},1908,[2,1909,1911,1910]); +},1878,[2,1879,1881,1880]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -222439,7 +220982,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); } var _default = exports.default = (0, _$$_REQUIRE(_dependencyMap[7]).createNavigatorFactory)(MaterialTopTabNavigator); -},1909,[2,66,11,103,1450,1910,275,1309]); +},1879,[2,66,11,103,1423,1880,275,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -222514,7 +221057,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, sceneContainerStyle] })); } -},1910,[2,11,103,1911,275,1309,1913]); +},1880,[2,11,103,1881,275,1282,1883]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -222661,7 +221204,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e backgroundColor: 'transparent' } }); -},1911,[2,11,1912,103,41,275,1309,1913]); +},1881,[2,11,1882,103,41,275,1282,1883]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _slicedToArray = _$$_REQUIRE(_dependencyMap[0]); var _toConsumableArray = _$$_REQUIRE(_dependencyMap[1]); @@ -223065,7 +221608,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return array; } module.exports = Color; -},1912,[66,74,1460,1464]); +},1882,[66,74,1433,1437]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -223106,7 +221649,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _TabBarIndicator = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[3])); var _TabBarItem = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[4])); var _SceneMap = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[5])); -},1913,[2,1914,1918,1917,1915,1928]); +},1883,[2,1884,1888,1887,1885,1898]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -223464,7 +222007,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e bottom: 0 } }); -},1914,[2,5,6,50,52,55,103,41,1915,1917,275]); +},1884,[2,5,6,50,52,55,103,41,1885,1887,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -223700,7 +222243,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e backgroundColor: 'transparent' } }); -},1915,[2,5,6,50,52,55,103,41,1916,275]); +},1885,[2,5,6,50,52,55,103,41,1886,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -223744,7 +222287,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }, rest)); } -},1916,[2,11,103,41,275]); +},1886,[2,11,103,41,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -223887,7 +222430,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e height: 2 } }); -},1917,[2,74,5,6,50,52,55,103,41,275]); +},1887,[2,74,5,6,50,52,55,103,41,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -224015,7 +222558,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e overflow: 'hidden' } }); -},1918,[2,66,103,41,1914,1919,1920,275]); +},1888,[2,66,103,41,1884,1889,1890,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -224152,7 +222695,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e overflow: 'hidden' } }); -},1919,[2,5,6,50,52,55,103,41,275]); +},1889,[2,5,6,50,52,55,103,41,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -224165,7 +222708,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); var _PagerViewAdapter = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); -},1920,[2,1921]); +},1890,[2,1891]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -224286,7 +222829,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flex: 1 } }); -},1921,[2,11,103,41,1922,1927,275]); +},1891,[2,11,103,41,1892,1897,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -224305,7 +222848,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }); var _default = exports.default = _$$_REQUIRE(_dependencyMap[1]).PagerView; -},1922,[1923,1924]); +},1892,[1893,1894]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -224453,7 +222996,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e PagerView: _$$_REQUIRE(_dependencyMap[5]).PagerView }; } -},1923,[2,74,66,41,103,1924]); +},1893,[2,74,66,41,103,1894]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -224609,7 +223152,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_react.default.Component); -},1924,[2,5,6,50,52,55,103,41,1925,275,1926]); +},1894,[2,5,6,50,52,55,103,41,1895,275,1896]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -224662,7 +223205,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _$$_REQUIRE(_dependencyMap[5]).dispatchCommand(ref, "setScrollEnabledImperatively", [scrollEnabled]); } }; -},1925,[2,134,300,133,106,135]); +},1895,[2,134,300,133,106,135]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -224689,7 +223232,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e ); }); }; -},1926,[103,41,275]); +},1896,[103,41,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -224705,7 +223248,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return lazyRef.current; } -},1927,[103,41]); +},1897,[103,41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -224753,14 +223296,14 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, route.key); }; } -},1928,[2,11,5,6,50,52,55,103,275]); +},1898,[2,11,5,6,50,52,55,103,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true }); exports.VERSION = undefined; - var VERSION = exports.VERSION = "1.9.1"; -},1929,[]); + var VERSION = exports.VERSION = "1.9.2"; +},1899,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -224815,7 +223358,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); return _getIssueAspectRatio.apply(this, arguments); } -},1930,[2,3,41,1300,1157,1155]); +},1900,[2,3,41,1273,1130,1128]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -224870,7 +223413,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e width: null }, rest)); } -},1931,[2,11,103,1932,1300,275,1289]); +},1901,[2,11,103,1902,1273,275,1262]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -224904,7 +223447,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _Circle = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[2])); var _CircleSnail = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[3])); var _Pie = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[4])); -},1932,[2,1933,1934,1937,1938]); +},1902,[2,1903,1904,1907,1908]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -225093,7 +223636,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, animationType: 'spring' }; -},1933,[2,11,5,6,50,52,55,103,673,41,275]); +},1903,[2,11,5,6,50,52,55,103,673,41,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -225289,7 +223832,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e allowFontScaling: true }; var _default = exports.default = (0, _withAnimation.default)(ProgressCircle); -},1934,[2,11,5,6,50,52,55,103,673,41,1935,1936,275,1175]); +},1904,[2,11,5,6,50,52,55,103,673,41,1905,1906,275,1148]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -225388,7 +223931,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e strokeWidth: 0, direction: 'clockwise' }; -},1935,[2,11,5,6,50,52,55,103,673,275,1175]); +},1905,[2,11,5,6,50,52,55,103,673,275,1148]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -225520,7 +224063,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e progress: 0 }, _AnimatedComponent; } -},1936,[2,5,6,50,52,55,103,673,41,275]); +},1906,[2,5,6,50,52,55,103,673,41,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -225708,7 +224251,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e strokeCap: 'round', useNativeDriver: false }; -},1937,[2,11,5,6,50,52,55,103,673,41,1935,275,1175]); +},1907,[2,11,5,6,50,52,55,103,673,41,1905,275,1148]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -225823,7 +224366,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e size: 40 }; var _default = exports.default = (0, _withAnimation.default)(ProgressPie, 0.2); -},1938,[2,11,5,6,50,52,55,103,673,41,1939,1940,1936,275,1175]); +},1908,[2,11,5,6,50,52,55,103,673,41,1909,1910,1906,275,1148]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -225891,7 +224434,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e strokeWidth: 0, direction: 'clockwise' }; -},1939,[2,11,5,6,50,52,55,103,673,275,1175]); +},1909,[2,11,5,6,50,52,55,103,673,275,1148]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -225965,7 +224508,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e left: 0 } }; -},1940,[2,11,5,6,50,52,55,103,673,275,1175]); +},1910,[2,11,5,6,50,52,55,103,673,275,1148]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -226011,7 +224554,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function jsInjectionOnActiveWebViews(payload) { _$$_REQUIRE(_dependencyMap[4]).EventRegister.emit(_events.default.JS_INJECTION, payload); } -},1941,[2,1154,1169,1307,1298]); +},1911,[2,1127,1142,1280,1271]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -226094,7 +224637,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _routeAction = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[9])); var _special = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[10])); var _uri = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[11])); -},1942,[2,1423,1156,1540,1424,1425,1428,1429,1431,1426,1433,1161]); +},1912,[2,1396,1129,1513,1397,1398,1401,1402,1404,1399,1406,1134]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -226161,7 +224704,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _useCardAnimation = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[10])); var _useGestureHandlerRef = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[11])); function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } -},1943,[2,1944,1946,1947,1948,1949,1953,1950,1965,1970,1972,1973]); +},1913,[2,1914,1916,1917,1918,1919,1923,1920,1935,1940,1942,1943]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -226489,7 +225032,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function forNoAnimation() { return {}; } -},1944,[2,41,1945]); +},1914,[2,41,1915]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -226518,7 +225061,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e outputRange: [1, 0] }), fallback)); } -},1945,[41]); +},1915,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -226763,7 +225306,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function forNoAnimation() { return {}; } -},1946,[41]); +},1916,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -226893,7 +225436,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e ios: ModalPresentationIOS, default: BottomSheetAndroid }); -},1947,[41,1948,1944,1946]); +},1917,[41,1918,1914,1916]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -226996,7 +225539,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } } }; -},1948,[41]); +},1918,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -227075,7 +225618,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); } var _default = exports.default = (0, _$$_REQUIRE(_dependencyMap[6]).createNavigatorFactory)(StackNavigator); -},1949,[2,11,103,1450,1950,275,1309]); +},1919,[2,11,103,1423,1920,275,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -227488,7 +226031,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flex: 1 } }); -},1950,[2,74,11,5,6,50,52,55,103,41,1951,1952,1957,275,1968,1309,1467,1117]); +},1920,[2,74,11,5,6,50,52,55,103,41,1921,1922,1927,275,1938,1282,1440,1090]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -227498,7 +226041,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } var ModalPresentationContext = React.createContext(false); var _default = exports.default = ModalPresentationContext; -},1951,[103]); +},1921,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -227619,7 +226162,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e right: 0 } }); -},1952,[2,103,41,1953,275,1467,1946,1309]); +},1922,[2,103,41,1923,275,1440,1916,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -227673,7 +226216,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e styleInterpolator: styleInterpolator })); }); -},1953,[2,103,1954,1951,1955,275,1117,1309,1467]); +},1923,[2,103,1924,1921,1925,275,1090,1282,1440]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -227694,7 +226237,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }; } -},1954,[]); +},1924,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -227845,7 +226388,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e headerStatusBarHeight: headerStatusBarHeight }, rest)); } -},1955,[2,11,66,103,41,1956,275,1467]); +},1925,[2,11,66,103,41,1926,275,1440]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -227880,7 +226423,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; }; } -},1956,[]); +},1926,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -228324,7 +226867,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e zIndex: 1 } }); -},1957,[2,95,5,6,50,52,55,1958,103,41,1959,1960,1962,275,1964,1467,1947,1944,1971]); +},1927,[2,95,5,6,50,52,55,1928,103,41,1929,1930,1932,275,1934,1440,1917,1914,1941]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _slicedToArray = _$$_REQUIRE(_dependencyMap[0]); var _toConsumableArray = _$$_REQUIRE(_dependencyMap[1]); @@ -228728,7 +227271,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return array; } module.exports = Color; -},1958,[66,74,1460,1464]); +},1928,[66,74,1433,1437]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -228742,7 +227285,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return -1; } -},1959,[]); +},1929,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -228761,7 +227304,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return layout.width * multiplier; } } -},1960,[2,1961]); +},1930,[2,1931]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -228780,7 +227323,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _reactNative.I18nManager.getConstants().isRTL ? 1 : -1; } } -},1961,[41]); +},1931,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -229029,7 +227572,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flex: 1 } }); -},1962,[2,66,103,41,1951,1963,1964,275,1467,1309]); +},1932,[2,66,103,41,1921,1933,1934,275,1440,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -229125,7 +227668,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onPageChangeCancel: onPageChangeCancel }; } -},1963,[103,41]); +},1933,[103,41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -229614,7 +228157,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e bottom: 0 } }); -},1964,[2,11,5,6,50,52,55,1958,103,41,1965,1960,1961,1956,1966,1967,275,1968,1944]); +},1934,[2,11,5,6,50,52,55,1928,103,41,1935,1930,1931,1926,1936,1937,275,1938,1914]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -229623,7 +228166,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var React = _interopRequireWildcard(_$$_REQUIRE(_dependencyMap[0])); function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } var _default = exports.default = React.createContext(undefined); -},1965,[103]); +},1935,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -229669,7 +228212,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e barStyle: overlapping && darkContent ? 'dark-content' : 'light-content' }); } -},1966,[2,66,103,41,275,1309]); +},1936,[2,66,103,41,275,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -229730,7 +228273,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e overflow: 'hidden' } }); -},1967,[2,66,11,103,41,275]); +},1937,[2,66,11,103,41,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -229745,7 +228288,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},1968,[1969]); +},1938,[1939]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -229777,7 +228320,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })) }); } -},1969,[2,993,103,1970,275]); +},1939,[2,966,103,1940,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -229786,7 +228329,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var React = _interopRequireWildcard(_$$_REQUIRE(_dependencyMap[0])); function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } var _default = exports.default = React.createContext(null); -},1970,[103]); +},1940,[103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -229828,7 +228371,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, Object.assign({}, rest)); }; -},1971,[2,11,103,41,275,1503]); +},1941,[2,11,103,41,275,1476]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -229845,7 +228388,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return animation; } -},1972,[2,103,1965]); +},1942,[2,103,1935]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -229862,7 +228405,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return ref; } -},1973,[2,103,1970]); +},1943,[2,103,1940]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -229925,7 +228468,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(_$$_REQUIRE(_dependencyMap[10]).PaperSetupBaseConfig); -},1974,[2,3,5,6,50,52,53,55,1085,525,1092]); +},1944,[2,3,5,6,50,52,53,55,1058,525,1065]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -230045,7 +228588,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[10]).PaperSetupBaseConfig); -},1975,[2,3,5,6,50,52,53,55,1085,1099,1092]); +},1945,[2,3,5,6,50,52,53,55,1058,1072,1065]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -230141,7 +228684,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[9]).PaperSetupBaseConfig); -},1976,[2,3,5,6,50,52,53,55,1085,1092]); +},1946,[2,3,5,6,50,52,53,55,1058,1065]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -230325,7 +228868,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1977,[2,11,3,5,6,1978,1979,525]); +},1947,[2,11,3,5,6,1948,1949,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -230408,7 +228951,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1978,[2,5,6]); +},1948,[2,5,6]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -230474,7 +229017,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e current: "currentPublication" } }; -},1979,[2,3,5,6,525]); +},1949,[2,3,5,6,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -230947,7 +229490,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return items; }; -},1980,[2,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,525]); +},1950,[2,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -230976,7 +229519,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},1981,[2,5,6]); +},1951,[2,5,6]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -230988,7 +229531,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-back", "type": "png" }); -},1982,[1481]); +},1952,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231000,7 +229543,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-next", "type": "png" }); -},1983,[1481]); +},1953,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231012,7 +229555,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-up", "type": "png" }); -},1984,[1481]); +},1954,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231024,7 +229567,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-store", "type": "png" }); -},1985,[1481]); +},1955,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231036,7 +229579,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-language", "type": "png" }); -},1986,[1481]); +},1956,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231048,7 +229591,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-more", "type": "png" }); -},1987,[1481]); +},1957,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231060,7 +229603,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-rss", "type": "png" }); -},1988,[1481]); +},1958,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231072,7 +229615,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-thumbnail", "type": "png" }); -},1989,[1481]); +},1959,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231084,7 +229627,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-browse", "type": "png" }); -},1990,[1481]); +},1960,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231096,7 +229639,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-read", "type": "png" }); -},1991,[1481]); +},1961,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231108,7 +229651,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-index", "type": "png" }); -},1992,[1481]); +},1962,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231120,7 +229663,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-accessibility", "type": "png" }); -},1993,[1481]); +},1963,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231132,7 +229675,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-search", "type": "png" }); -},1994,[1481]); +},1964,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231144,7 +229687,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-supplements", "type": "png" }); -},1995,[1481]); +},1965,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231156,7 +229699,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-calendar", "type": "png" }); -},1996,[1481]); +},1966,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231168,7 +229711,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-contact", "type": "png" }); -},1997,[1481]); +},1967,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231180,7 +229723,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-login", "type": "png" }); -},1998,[1481]); +},1968,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231192,7 +229735,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-settings", "type": "png" }); -},1999,[1481]); +},1969,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231204,7 +229747,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-help", "type": "png" }); -},2000,[1481]); +},1970,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231216,7 +229759,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-archive", "type": "png" }); -},2001,[1481]); +},1971,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231228,7 +229771,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-car-mode", "type": "png" }); -},2002,[1481]); +},1972,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231240,7 +229783,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-download", "type": "png" }); -},2003,[1481]); +},1973,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231252,7 +229795,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-fit", "type": "png" }); -},2004,[1481]); +},1974,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231264,7 +229807,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-unfit", "type": "png" }); -},2005,[1481]); +},1975,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231276,7 +229819,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-up", "type": "png" }); -},2006,[1481]); +},1976,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231288,7 +229831,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-prev", "type": "png" }); -},2007,[1481]); +},1977,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231300,7 +229843,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-next", "type": "png" }); -},2008,[1481]); +},1978,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231312,7 +229855,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-share", "type": "png" }); -},2009,[1481]); +},1979,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231324,7 +229867,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-car-mode", "type": "png" }); -},2010,[1481]); +},1980,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231336,7 +229879,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-accessibility", "type": "png" }); -},2011,[1481]); +},1981,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231348,7 +229891,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-close", "type": "png" }); -},2012,[1481]); +},1982,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231360,7 +229903,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-search", "type": "png" }); -},2013,[1481]); +},1983,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231372,7 +229915,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-clear-search", "type": "png" }); -},2014,[1481]); +},1984,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231384,7 +229927,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-share", "type": "png" }); -},2015,[1481]); +},1985,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231396,7 +229939,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-share-facebook", "type": "png" }); -},2016,[1481]); +},1986,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231408,7 +229951,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-share-twitter", "type": "png" }); -},2017,[1481]); +},1987,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231420,7 +229963,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-share-reddit", "type": "png" }); -},2018,[1481]); +},1988,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231432,7 +229975,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-share-email", "type": "png" }); -},2019,[1481]); +},1989,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231444,7 +229987,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-expand", "type": "png" }); -},2020,[1481]); +},1990,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231456,7 +229999,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-collapse", "type": "png" }); -},2021,[1481]); +},1991,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231468,7 +230011,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-tts-on", "type": "png" }); -},2022,[1481]); +},1992,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231480,7 +230023,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-tts-off", "type": "png" }); -},2023,[1481]); +},1993,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231492,7 +230035,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-toggle-graphic", "type": "png" }); -},2024,[1481]); +},1994,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231504,7 +230047,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-toggle-text", "type": "png" }); -},2025,[1481]); +},1995,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231516,7 +230059,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-font-increase", "type": "png" }); -},2026,[1481]); +},1996,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231528,7 +230071,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-font-decrease", "type": "png" }); -},2027,[1481]); +},1997,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231540,7 +230083,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-graph-increase", "type": "png" }); -},2028,[1481]); +},1998,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231552,7 +230095,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-graph-decrease", "type": "png" }); -},2029,[1481]); +},1999,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231564,7 +230107,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-zoom-fit-out", "type": "png" }); -},2030,[1481]); +},2000,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231576,7 +230119,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-print", "type": "png" }); -},2031,[1481]); +},2001,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231588,7 +230131,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-translate", "type": "png" }); -},2032,[1481]); +},2002,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231600,7 +230143,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ar", "type": "png" }); -},2033,[1481]); +},2003,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231612,7 +230155,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "cn", "type": "png" }); -},2034,[1481]); +},2004,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231624,7 +230167,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "bs", "type": "png" }); -},2035,[1481]); +},2005,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231636,7 +230179,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "da", "type": "png" }); -},2036,[1481]); +},2006,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231648,7 +230191,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "de", "type": "png" }); -},2037,[1481]); +},2007,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231660,7 +230203,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "el", "type": "png" }); -},2038,[1481]); +},2008,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231672,7 +230215,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "en", "type": "png" }); -},2039,[1481]); +},2009,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231684,7 +230227,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "es", "type": "png" }); -},2040,[1481]); +},2010,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231696,7 +230239,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "fr", "type": "png" }); -},2041,[1481]); +},2011,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231708,7 +230251,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "hr", "type": "png" }); -},2042,[1481]); +},2012,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231720,7 +230263,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "it", "type": "png" }); -},2043,[1481]); +},2013,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231732,7 +230275,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ja", "type": "png" }); -},2044,[1481]); +},2014,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231744,7 +230287,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ko", "type": "png" }); -},2045,[1481]); +},2015,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231756,7 +230299,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ms", "type": "png" }); -},2046,[1481]); +},2016,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231768,7 +230311,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "no", "type": "png" }); -},2047,[1481]); +},2017,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231780,7 +230323,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "nl", "type": "png" }); -},2048,[1481]); +},2018,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231792,7 +230335,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "pt", "type": "png" }); -},2049,[1481]); +},2019,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231804,7 +230347,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ru", "type": "png" }); -},2050,[1481]); +},2020,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231816,7 +230359,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "sl", "type": "png" }); -},2051,[1481]); +},2021,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231828,7 +230371,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "sq", "type": "png" }); -},2052,[1481]); +},2022,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231840,7 +230383,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "sr", "type": "png" }); -},2053,[1481]); +},2023,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231852,7 +230395,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "sv", "type": "png" }); -},2054,[1481]); +},2024,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231864,7 +230407,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "us", "type": "png" }); -},2055,[1481]); +},2025,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231876,7 +230419,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-warning", "type": "png" }); -},2056,[1481]); +},2026,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231888,7 +230431,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-eye-off", "type": "png" }); -},2057,[1481]); +},2027,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -231900,7 +230443,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-circle-eye", "type": "png" }); -},2058,[1481]); +},2028,[1454]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "main": { @@ -232434,7 +230977,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex } } ; -},2059,[]); +},2029,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -232567,7 +231110,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[10]).BaseModel); -},2060,[2,5,6,50,52,55,525,954,1980,2061,2099]); +},2030,[2,5,6,50,52,55,525,927,1950,2031,2069]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -232717,7 +231260,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e name: _propTypes.default.oneOfType([_propTypes.default.string, _propTypes.default.number]) }; var _default = exports.default = TecnaviaIcon; -},2061,[2,5,6,50,52,55,3,11,673,103,2062,2072,2074,2076,2078,2080,2085,2087,2089,2091,2093,2095,2097,657,275,525]); +},2031,[2,5,6,50,52,55,3,11,673,103,2032,2042,2044,2046,2048,2050,2055,2057,2059,2061,2063,2065,2067,657,275,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -232736,7 +231279,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var Button = exports.Button = iconSet.Button, getImageSource = exports.getImageSource = iconSet.getImageSource, getImageSourceSync = exports.getImageSourceSync = iconSet.getImageSourceSync; -},2062,[2,2063,2071]); +},2032,[2,2033,2041]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -232935,7 +231478,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e Icon.getFontFamily = getFontFamily; return Icon; } -},2063,[2,74,3,11,5,6,50,52,55,103,673,2064,2066,2067,275,2065]); +},2033,[2,74,3,11,5,6,50,52,55,103,673,2034,2036,2037,275,2035]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -232950,7 +231493,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e throw new Error('RNVectorIconsManager not available, did you add the library to your project and link with libRNVectorIcons.a? Try running `react-native link react-native-vector-icons` and recompiling.'); } } -},2064,[2065]); +},2034,[2035]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -232966,7 +231509,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2065,[41]); +},2035,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -233010,7 +231553,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e get: get }; } -},2066,[]); +},2036,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -233108,7 +231651,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e size: 20 }, _IconButton; } -},2067,[2,11,5,6,50,52,55,2068,2069,2070,103,673,275,2065]); +},2037,[2,11,5,6,50,52,55,2038,2039,2040,103,673,275,2035]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * lodash 4.0.1 (Custom Build) @@ -233203,7 +231746,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return typeof value == 'string' || !isArray(value) && isObjectLike(value) && objectToString.call(value) == stringTag; } module.exports = isString; -},2068,[]); +},2038,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * lodash (Custom Build) @@ -234653,7 +233196,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return []; } module.exports = omit; -},2069,[]); +},2039,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * lodash (Custom Build) @@ -235150,7 +233693,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return object == null ? {} : basePick(object, arrayMap(baseFlatten(props, 1), toKey)); }); module.exports = pick; -},2070,[]); +},2040,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "stepforward": 58880, @@ -235452,7 +233995,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "slack": 59141, "slack-square": 59142 }; -},2071,[]); +},2041,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -235471,7 +234014,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var Button = exports.Button = iconSet.Button, getImageSource = exports.getImageSource = iconSet.getImageSource, getImageSourceSync = exports.getImageSourceSync = iconSet.getImageSourceSync; -},2072,[2,2063,2073]); +},2042,[2,2033,2043]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "500px": 61696, @@ -235886,7 +234429,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "youtube": 62105, "youtube-with-circle": 62106 }; -},2073,[]); +},2043,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -235905,7 +234448,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var Button = exports.Button = iconSet.Button, getImageSource = exports.getImageSource = iconSet.getImageSource, getImageSourceSync = exports.getImageSourceSync = iconSet.getImageSourceSync; -},2074,[2,2063,2075]); +},2044,[2,2033,2045]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "archive": 61696, @@ -235979,7 +234522,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "unlock": 61764, "user": 61765 }; -},2075,[]); +},2045,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -235998,7 +234541,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var Button = exports.Button = iconSet.Button, getImageSource = exports.getImageSource = iconSet.getImageSource, getImageSourceSync = exports.getImageSourceSync = iconSet.getImageSourceSync; -},2076,[2,2063,2077]); +},2046,[2,2033,2047]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "activity": 61696, @@ -236288,7 +234831,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "zoom-in": 61980, "zoom-out": 61981 }; -},2077,[]); +},2047,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -236307,7 +234850,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var Button = exports.Button = iconSet.Button, getImageSource = exports.getImageSource = iconSet.getImageSource, getImageSourceSync = exports.getImageSourceSync = iconSet.getImageSourceSync; -},2078,[2,2063,2079]); +},2048,[2,2033,2049]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "glass": 61440, @@ -237097,7 +235640,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "wpexplorer": 62174, "meetup": 62176 }; -},2079,[]); +},2049,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -237123,7 +235666,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var Button = exports.Button = iconSet.Button, getImageSource = exports.getImageSource = iconSet.getImageSource, getImageSourceSync = exports.getImageSourceSync = iconSet.getImageSourceSync; -},2080,[2,2081,2083,2084]); +},2050,[2,2051,2053,2054]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -237193,7 +235736,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); return Icon; } -},2081,[2,2082,2065]); +},2051,[2,2052,2035]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -237323,7 +235866,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e Icon.hasIcon = hasIcon; return Icon; } -},2082,[2,5,6,50,52,55,95,103,673,2063,275]); +},2052,[2,5,6,50,52,55,95,103,673,2033,275]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "500px": 62062, @@ -238765,7 +237308,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "youtube-square": 62513, "zhihu": 63039 }; -},2083,[]); +},2053,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "brands": [ @@ -240367,7 +238910,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex ] } ; -},2084,[]); +},2054,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -240386,7 +238929,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var Button = exports.Button = iconSet.Button, getImageSource = exports.getImageSource = iconSet.getImageSource, getImageSourceSync = exports.getImageSourceSync = iconSet.getImageSourceSync; -},2085,[2,2063,2086]); +},2055,[2,2033,2056]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "acrobat-reader": 60095, @@ -241007,7 +239550,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "rectangle": 59917, "shield": 59914 }; -},2086,[]); +},2056,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -241026,7 +239569,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var Button = exports.Button = iconSet.Button, getImageSource = exports.getImageSource = iconSet.getImageSource, getImageSourceSync = exports.getImageSourceSync = iconSet.getImageSourceSync; -},2087,[2,2063,2088]); +},2057,[2,2033,2058]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "address-book": 61696, @@ -241313,7 +239856,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "zoom-in": 61977, "zoom-out": 61978 }; -},2088,[]); +},2058,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -241332,7 +239875,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var Button = exports.Button = iconSet.Button, getImageSource = exports.getImageSource = iconSet.getImageSource, getImageSourceSync = exports.getImageSourceSync = iconSet.getImageSourceSync; -},2089,[2,2063,2090]); +},2059,[2,2033,2060]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "add": 61696, @@ -245018,7 +243561,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "md-woman-sharp": 62922 } ; -},2090,[]); +},2060,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -245037,7 +243580,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var Button = exports.Button = iconSet.Button, getImageSource = exports.getImageSource = iconSet.getImageSource, getImageSourceSync = exports.getImageSourceSync = iconSet.getImageSourceSync; -},2091,[2,2063,2092]); +},2061,[2,2033,2062]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "ab-testing": 983497, @@ -250387,7 +248930,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "zodiac-virgo": 985736, "blank": 63116 }; -},2092,[]); +},2062,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -250406,7 +248949,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var Button = exports.Button = iconSet.Button, getImageSource = exports.getImageSource = iconSet.getImageSource, getImageSourceSync = exports.getImageSourceSync = iconSet.getImageSourceSync; -},2093,[2,2063,2094]); +},2063,[2,2033,2064]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "360": 58743, @@ -251972,7 +250515,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "zoom-out": 59648, "zoom-out-map": 58731 }; -},2094,[]); +},2064,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -251991,7 +250534,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var Button = exports.Button = iconSet.Button, getImageSource = exports.getImageSource = iconSet.getImageSource, getImageSourceSync = exports.getImageSourceSync = iconSet.getImageSourceSync; -},2095,[2,2063,2096]); +},2065,[2,2033,2066]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "alert": 61696, @@ -252179,7 +250722,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "x": 61878, "zap": 61879 }; -},2096,[]); +},2066,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -252198,7 +250741,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var Button = exports.Button = iconSet.Button, getImageSource = exports.getImageSource = iconSet.getImageSource, getImageSourceSync = exports.getImageSourceSync = iconSet.getImageSourceSync; -},2097,[2,2063,2098]); +},2067,[2,2033,2068]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "acrobat": 61696, @@ -252302,7 +250845,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "yelp": 61794, "youtube": 61795 }; -},2098,[]); +},2068,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -252328,7 +250871,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2099,[2,5,6]); +},2069,[2,5,6]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "main": { @@ -252942,7 +251485,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex } } ; -},2100,[]); +},2070,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -253025,7 +251568,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[9]).BaseModel); -},2101,[2,5,6,50,52,55,525,2102,2103,2099]); +},2071,[2,5,6,50,52,55,525,2072,2073,2069]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -253047,7 +251590,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e (0, _inherits2.default)(FooterIcon, _Icon); return (0, _createClass2.default)(FooterIcon); }(_$$_REQUIRE(_dependencyMap[6]).Icon); -},2102,[2,6,5,50,52,55,2060]); +},2072,[2,6,5,50,52,55,2030]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -253069,7 +251612,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e (0, _inherits2.default)(MoreIcon, _Icon); return (0, _createClass2.default)(MoreIcon); }(_$$_REQUIRE(_dependencyMap[6]).Icon); -},2103,[2,6,5,50,52,55,2060]); +},2073,[2,6,5,50,52,55,2030]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -253458,7 +252001,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }()) }]); }(); -},2104,[2,11,3,5,6,13,1977,2105,2108,1084,525]); +},2074,[2,11,3,5,6,13,1947,2075,2078,1057,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -253493,7 +252036,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2105,[2,3,5,6,2106,2107]); +},2075,[2,3,5,6,2076,2077]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -253534,7 +252077,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); return _getDataFromApiResponse.apply(this, arguments); } -},2106,[2,3,13,523,655]); +},2076,[2,3,13,523,655]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -253558,7 +252101,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return json; } -},2107,[525]); +},2077,[525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -253701,7 +252244,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2108,[2,3,5,6,10,1082,2109,2110,525]); +},2078,[2,3,5,6,10,1055,2079,2080,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -253809,7 +252352,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e filetime: "filetime" } }; -},2109,[2,3,5,6,525]); +},2079,[2,3,5,6,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -253936,7 +252479,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2110,[2,3,5,6,2109,657,525]); +},2080,[2,3,5,6,2079,657,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -254012,7 +252555,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[9]).BaseModel); -},2111,[2,5,6,50,52,55,2112,2113,2114,2099]); +},2081,[2,5,6,50,52,55,2082,2083,2084,2069]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -254067,7 +252610,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[6]).BaseModel); -},2112,[2,5,6,50,52,55,2099]); +},2082,[2,5,6,50,52,55,2069]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -254113,7 +252656,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[7]).BaseModel); -},2113,[2,5,6,50,52,55,525,2099]); +},2083,[2,5,6,50,52,55,525,2069]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -254192,7 +252735,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[8]).BaseModel); -},2114,[2,5,6,50,52,55,525,2115,2099]); +},2084,[2,5,6,50,52,55,525,2085,2069]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -254214,7 +252757,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e (0, _inherits2.default)(ArticleIcon, _Icon); return (0, _createClass2.default)(ArticleIcon); }(_$$_REQUIRE(_dependencyMap[6]).Icon); -},2115,[2,6,5,50,52,55,2060]); +},2085,[2,6,5,50,52,55,2030]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -254266,7 +252809,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[7]).BaseModel); -},2116,[2,5,6,50,52,55,2114,2099]); +},2086,[2,5,6,50,52,55,2084,2069]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -254803,7 +253346,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2117,[2,3,5,6,10,1082,2118,2119,2143,2128,2145,40,720,1099,1098,2155,4,2182,525,951,1084,954,2129]); +},2087,[2,3,5,6,10,1055,2088,2089,2113,2098,2115,40,693,1072,1071,2125,4,2152,525,924,1057,927,2099]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -255173,7 +253716,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e userStatus: "ta_user_login" } }; -},2118,[2,3,5,6,525]); +},2088,[2,3,5,6,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -255427,7 +253970,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e (_trackerManager$matom3 = _Manager.default.matomoTracker) == null || _trackerManager$matom3.dispatch(); (_trackerManager$chart2 = _Manager.default.chartbeatTracker) == null || _trackerManager$chart2.onExitForeground(); } -},2119,[2,3,2120,2122,951,2125,525]); +},2089,[2,3,2090,2092,924,2095,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -255672,7 +254215,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2120,[2,5,6,523,2121,655,525]); +},2090,[2,5,6,523,2091,655,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -255912,7 +254455,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2121,[2,5,6,41]); +},2091,[2,5,6,41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -256114,7 +254657,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; }); var _default = exports.default = new TrackersManager(); -},2122,[2,3,6,5,2123,2124,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142]); +},2092,[2,3,6,5,2093,2094,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -256266,7 +254809,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2123,[2,3,5,6,1099,670]); +},2093,[2,3,5,6,1072,670]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -256346,7 +254889,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[10]).FirebaseBaseTracker); -},2124,[2,3,5,6,50,52,55,1099,2125,525,2127]); +},2094,[2,3,5,6,50,52,55,1072,2095,525,2097]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -256538,7 +255081,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _global$ta$getActiveP = global.ta.getActivePSetup(), paperName = _global$ta$getActiveP.paperName, loginStatus = _global$ta$getActiveP.loginStatus, - machine = _global$ta$getActiveP.machine; + machine = _global$ta$getActiveP.machine, + enableBluetooth = _global$ta$getActiveP.enableBluetooth; var action = params.action, issue = params.issue, article_id = params.article_id, @@ -256652,6 +255196,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e case "ePaperAccess": if (!_LiveConfig.default.isRssSide()) { paramValue = "ePaper"; + var isBluetoothAccess = enableBluetooth && !_$$_REQUIRE(_dependencyMap[4]).JSUtils.isEmpty(loginStatus == null ? undefined : loginStatus.authorizedDevice); var _global$ta$getNewsmem = global.ta.getNewsmemoryConfig(), dbDownloadPSetup = _global$ta$getNewsmem.dbDownloadPSetup; if (dbDownloadPSetup) { @@ -256662,8 +255207,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e paramValue += "-preview"; } else if (mainpSetup.endsWith("_issuedemo")) { paramValue += "-demo"; + } else if (isBluetoothAccess) { + paramValue += "-bluetooth"; } } + } else if (isBluetoothAccess) { + paramValue += "-bluetooth"; } } break; @@ -256715,7 +255264,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return {}; } -},2125,[2,2120,40,720,525,2126]); +},2095,[2,2090,40,693,525,2096]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -256787,7 +255336,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e TEXT: "text", GRAPHIC: "graphic" }; -},2126,[]); +},2096,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -256834,7 +255383,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[10]).OptionalTracker); -},2127,[2,5,6,50,52,55,2128,2130,40,525,2131]); +},2097,[2,5,6,50,52,55,2098,2100,40,525,2101]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -256996,7 +255545,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(); PaywallLoginStatus.userStatus = {}; -},2128,[2,3,5,6,2118,2129]); +},2098,[2,3,5,6,2088,2099]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -257038,7 +255587,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e showPaywall: "show_paywall" }; var UNLIMITED_ACCESS = exports.UNLIMITED_ACCESS = "unlimited"; -},2129,[]); +},2099,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -257873,7 +256422,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e CmpUtils.googlePersonalizedAdsConsent = undefined; CmpUtils.googleNonPersonalizedAdsConsent = undefined; CmpUtils.consentNotNeeded = false; -},2130,[2,3,5,6,41,10,1099,1086,525,951,2125]); +},2100,[2,3,5,6,41,10,1072,1059,525,924,2095]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -257917,7 +256466,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[8]).Tracker); -},2131,[2,5,6,50,52,53,55,525,2132]); +},2101,[2,5,6,50,52,53,55,525,2102]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -257991,7 +256540,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2132,[2,5,6,2130]); +},2102,[2,5,6,2100]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -258162,7 +256711,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[12]).FirebaseBaseTracker); -},2133,[2,11,3,74,5,6,50,52,55,1099,2125,525,2127]); +},2103,[2,11,3,74,5,6,50,52,55,1072,2095,525,2097]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -258227,7 +256776,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }()) }]); }(_$$_REQUIRE(_dependencyMap[9]).Tracker); -},2134,[2,3,5,6,50,52,55,13,2125,2132]); +},2104,[2,3,5,6,50,52,55,13,2095,2102]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -258337,7 +256886,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[9]).OptionalTracker); -},2135,[2,5,6,50,52,55,1099,2125,2126,2131]); +},2105,[2,5,6,50,52,55,1072,2095,2096,2101]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -258449,7 +256998,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[10]).OptionalTracker); -},2136,[2,3,5,6,50,52,55,2120,1099,2125,2131]); +},2106,[2,3,5,6,50,52,55,2090,1072,2095,2101]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -258592,7 +257141,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[10]).OptionalTracker); -},2137,[2,5,6,50,52,55,2120,1099,2125,525,2131]); +},2107,[2,5,6,50,52,55,2090,1072,2095,525,2101]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -259004,7 +257553,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(_$$_REQUIRE(_dependencyMap[13]).OptionalTracker); -},2138,[2,3,5,6,50,52,53,55,523,1099,2125,525,2126,2131]); +},2108,[2,3,5,6,50,52,53,55,523,1072,2095,525,2096,2101]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -259125,7 +257674,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[11]).OptionalTracker); -},2139,[2,11,5,6,50,52,53,55,1099,2125,525,2131]); +},2109,[2,11,5,6,50,52,53,55,1072,2095,525,2101]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -259207,7 +257756,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[9]).OptionalTracker); -},2140,[2,3,5,6,50,52,55,1099,2125,2131]); +},2110,[2,3,5,6,50,52,55,1072,2095,2101]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -259382,7 +257931,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[13]).OptionalTracker); -},2141,[2,11,5,6,50,52,55,2120,523,1099,2125,655,525,2131]); +},2111,[2,11,5,6,50,52,55,2090,523,1072,2095,655,525,2101]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -259532,7 +258081,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[11]).OptionalTracker); -},2142,[2,11,5,6,50,52,55,1099,2125,2126,525,2131]); +},2112,[2,11,5,6,50,52,55,1072,2095,2096,525,2101]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -260403,7 +258952,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e Paywall.firstProductsLeftPopupShown = false; //this flag is used to try to re-log users in case they are logged in and they hit the paywall, as a new login might extend their subscription and give them access Paywall.forceAutoLogin = true; -},2143,[2,11,3,5,6,2118,523,2144,2128,525,655,1098,2129,948]); +},2113,[2,11,3,5,6,2088,523,2114,2098,525,655,1071,2099,921]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -260749,7 +259298,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2144,[2,3,5,6,50,52,55,194,14,40,2128,2129,525]); +},2114,[2,3,5,6,50,52,55,194,14,40,2098,2099,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -260974,7 +259523,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(); PushHelper.instance = undefined; -},2145,[2,3,5,6,2146,2148,670,2150,2153,2154,2151]); +},2115,[2,3,5,6,2116,2118,670,2120,2123,2124,2121]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -261338,7 +259887,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2146,[2,3,5,6,2147,525,1084]); +},2116,[2,3,5,6,2117,525,1057]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -261498,7 +260047,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, getStackScreenOptions: getStackScreenOptions }; -},2147,[2,40,1099,1309,525,1448,1908]); +},2117,[2,40,1072,1282,525,1421,1878]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -261684,7 +260233,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_BasePush2.default); OneSignalPush.NAME = "onesignal"; -},2148,[2,3,5,6,50,52,53,55,1099,2146,2149,525]); +},2118,[2,3,5,6,50,52,53,55,1072,2116,2119,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -261778,7 +260327,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2149,[2,5,6]); +},2119,[2,5,6]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -261909,7 +260458,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_$$_REQUIRE(_dependencyMap[10]).FirebasePush); MasPush.NAME = "mas"; -},2150,[2,3,11,5,6,50,52,53,55,13,2151,525,2146]); +},2120,[2,3,11,5,6,50,52,53,55,13,2121,525,2116]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -262284,7 +260833,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_$$_REQUIRE(_dependencyMap[12]).BaseCustomModulePush); FirebasePush.NAME = "fcm"; -},2151,[2,3,5,6,50,52,53,55,523,1099,525,655,2152]); +},2121,[2,3,5,6,50,52,53,55,523,1072,525,655,2122]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -262625,7 +261174,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }()) }]); }(_BasePush2.default); -},2152,[2,3,5,6,50,52,53,55,13,2146,2149,525,670]); +},2122,[2,3,5,6,50,52,53,55,13,2116,2119,525,670]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -262832,7 +261381,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_$$_REQUIRE(_dependencyMap[12]).BaseCustomModulePush); AmazonPush.NAME = "adm"; -},2153,[2,11,3,5,6,50,52,53,55,523,1099,655,2152]); +},2123,[2,11,3,5,6,50,52,53,55,523,1072,655,2122]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -263024,7 +261573,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_$$_REQUIRE(_dependencyMap[12]).BaseCustomModulePush); HuaweiPush.NAME = "hcm"; -},2154,[2,11,3,5,6,50,52,53,55,523,1099,655,2152]); +},2124,[2,11,3,5,6,50,52,53,55,523,1072,655,2122]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -263304,12 +261853,20 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e (_this$graphArticle2 = this.graphArticle) == null || _this$graphArticle2.checkArticleExtra(); } } + }, { + key: "showLoading", + value: function showLoading() { + if (!this.isTextMode()) { + var _this$graphArticle3; + (_this$graphArticle3 = this.graphArticle) == null || _this$graphArticle3.showLoading(); + } + } }, { key: "toggleArticleExtra", value: function toggleArticleExtra() { if (!this.isTextMode()) { - var _this$graphArticle3; - (_this$graphArticle3 = this.graphArticle) == null || _this$graphArticle3.toggleArticleExtra(); + var _this$graphArticle4; + (_this$graphArticle4 = this.graphArticle) == null || _this$graphArticle4.toggleArticleExtra(); } } }, { @@ -263523,9 +262080,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e index = _this$props5.index, onLoadEnd = _this$props5.onLoadEnd, getNewspaperStatus = _this$props5.getNewspaperStatus; - if (onLoadEnd) { - onLoadEnd(index); - } + onLoadEnd == null || onLoadEnd(index); var _global$ta$getActiveP3 = global.ta.getActivePSetup(), keepArticlePositionOnRotation = _global$ta$getActiveP3.keepArticlePositionOnRotation; if (this.isActive() && this.isTextMode() && keepArticlePositionOnRotation && this.textArticle) { @@ -263987,7 +262542,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e mode: _$$_REQUIRE(_dependencyMap[24]).NewsmemoryArticleModes.TEXT, hidden: false }; -},2155,[2,11,3,5,6,50,52,55,673,103,41,523,657,757,758,1077,761,2156,2157,2158,2179,2181,2219,275,2126,2207,525,655,2237,993,2247,2266,962,2161,2236]); +},2125,[2,11,3,5,6,50,52,55,673,103,41,523,657,730,731,1050,734,2126,2127,2128,2149,2151,2209,275,2096,2197,525,655,2227,966,2237,2259,935,2131,2226]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -264045,7 +262600,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e progressBackgroundColor: "#ffffff", colors: ["#000000"] }; -},2156,[2,74,11,5,6,50,52,55,103,41,275,954,525]); +},2126,[2,74,11,5,6,50,52,55,103,41,275,927,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -264069,7 +262624,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e justifyContent: "space-between" } }); -},2157,[41]); +},2127,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -264393,7 +262948,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onOpenGallery: _propTypes.default.func, maxHeight: _propTypes.default.number.isRequired }; -},2158,[2,3,5,6,50,52,55,673,103,41,2159,2160,275,954,2061,993,525,2161,2162,2172]); +},2128,[2,3,5,6,50,52,55,673,103,41,2129,2130,275,927,2031,966,525,2131,2132,2142]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -264514,7 +263069,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, _iconComponent.default.propTypes, _imageComponent.default.propTypes); var AnimatedImageIconChooser = exports.AnimatedImageIconChooser = _reactNative.Animated.createAnimatedComponent(ImageIconChooser); var _default = exports.default = ImageIconChooser; -},2159,[2,5,6,50,52,55,11,673,103,41,2061,679,275,525]); +},2129,[2,5,6,50,52,55,11,673,103,41,2031,679,275,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -264584,7 +263139,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e backgroundColor: _$$_REQUIRE(_dependencyMap[1]).colors.white } }); -},2160,[41,525]); +},2130,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -264626,7 +263181,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e shouldCancelWhenOutside: false }); var TecnaviaAnimatedScrollView = exports.TecnaviaAnimatedScrollView = _reactNative.Animated.createAnimatedComponent(TecnaviaScrollView); -},2161,[2,11,673,103,41,275,670,993]); +},2131,[2,11,673,103,41,275,670,966]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -264641,7 +263196,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2162,[2163]); +},2132,[2133]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -264800,7 +263355,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e source: _propTypes.default.object, disableStartAutoHeightEvaluation: _propTypes.default.bool }, _$$_REQUIRE(_dependencyMap[8]).BaseWebView.propTypes); -},2163,[2,66,11,673,103,275,2164,2166,2167]); +},2133,[2,66,11,673,103,275,2134,2136,2137]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -264884,7 +263439,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e js += (0, _$$_REQUIRE(_dependencyMap[0]).updateWebviewFontSizeScript)(elementId); return js; }; -},2164,[2165]); +},2134,[2135]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -265645,7 +264200,7 @@ function movePageJumps() { console.error(e.message); }`; }; -},2165,[2,41,2143,525]); +},2135,[2,41,2113,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -265685,7 +264240,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e didMountRef.current = true; }, watcher); } -},2166,[2,66,103,523,40,655]); +},2136,[2,66,103,523,40,655]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -266354,7 +264909,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e ignoreUrls: [], progressHidden: false }, _$$_REQUIRE(_dependencyMap[21]).OurBridge.customDefaultProps); -},2167,[2,74,11,3,5,6,50,52,55,673,103,41,523,2168,1086,2147,275,655,525,1098,2172,670,1109]); +},2137,[2,74,11,3,5,6,50,52,55,673,103,41,523,2138,1059,2117,275,655,525,1071,2142,670,1082]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -266478,7 +265033,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2168,[2,3,5,6,41,40,1099,2123,948,525,2169]); +},2138,[2,3,5,6,41,40,1072,2093,921,525,2139]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -266493,7 +265048,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2169,[2170]); +},2139,[2140]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -266713,7 +265268,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e fadeDuration: 500, opacity: 1 }; -},2170,[2,5,6,50,52,55,103,41,40,950,275,525,954,2171]); +},2140,[2,5,6,50,52,55,103,41,40,923,275,525,927,2141]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -266734,7 +265289,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e padding: 10 } }); -},2171,[41]); +},2141,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -266812,7 +265367,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onLoadingRef: _propTypes.default.func, loadingPosition: _propTypes.default.oneOf([LoadingStatePosition.bottom, LoadingStatePosition.top, LoadingStatePosition.center, LoadingStatePosition.none]) }; -},2172,[2,673,103,41,275,2173]); +},2142,[2,673,103,41,275,2143]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -266827,7 +265382,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2173,[2174]); +},2143,[2144]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -266946,7 +265501,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e advanced: false, hidden: false }; -},2174,[2,5,6,50,52,55,103,41,673,275,2175,2176]); +},2144,[2,5,6,50,52,55,103,41,673,275,2145,2146]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -266972,7 +265527,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e height: 50 } }); -},2175,[41,525]); +},2145,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -267268,7 +265823,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e cssClasses: [], cssTextClasses: [] }; -},2176,[2,74,5,6,50,52,55,673,103,41,1932,950,2061,2177,275,525,954,2178]); +},2146,[2,74,5,6,50,52,55,673,103,41,1902,923,2031,2147,275,525,927,2148]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -267299,7 +265854,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_react.default.Component); -},2177,[2,5,6,50,52,55,103,41,275]); +},2147,[2,5,6,50,52,55,103,41,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -267346,7 +265901,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e color: _$$_REQUIRE(_dependencyMap[1]).colors.white } }); -},2178,[41,525]); +},2148,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -267413,7 +265968,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onSwipeRight: _propTypes.default.func }; var _default = exports.default = ArticleFling; -},2179,[2,673,103,41,2180,275,993,525]); +},2149,[2,673,103,41,2150,275,966,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -267464,7 +266019,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }(); ZoomDevice.constants = {}; var _default = exports.default = ZoomDevice; -},2180,[2,5,6,525]); +},2150,[2,5,6,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -267521,6 +266076,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _this.onExtraPress = _this._onExtraPress.bind(_this); _this.checkArticleExtra = _this._checkArticleExtra.bind(_this); _this.resetScale = _this._resetScale.bind(_this); + _this.showLoading = _this._showLoading.bind(_this); _this.state = { size: undefined, graphSize: _this._getGraphSize(), @@ -268146,6 +266702,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _this$zoomViewRef2; (_this$zoomViewRef2 = this.zoomViewRef) == null || _this$zoomViewRef2.resetScale(); } + }, { + key: "_showLoading", + value: function _showLoading() { + var _this$zoomViewRef3; + (_this$zoomViewRef3 = this.zoomViewRef) == null || _this$zoomViewRef3.showLoading(); + } }, { key: "renderGraph", value: function renderGraph() { @@ -268325,7 +266887,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e ArticleGraph.defaultProps = { renderGraphContent: false }; -},2181,[2,168,3,5,6,50,52,55,673,103,41,2182,523,720,1076,2184,657,755,756,758,678,757,1077,761,2185,2193,2201,2216,275,525,954,655,1084,2195,2217]); +},2151,[2,168,3,5,6,50,52,55,673,103,41,2152,523,693,1049,2154,657,728,729,731,678,730,1050,734,2155,2164,2191,2206,275,525,927,655,1057,2166,2207]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -269097,7 +267659,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2182,[2,3,5,6,1401,10,2183,523,40,1099,2147,720,525,1084,655]); +},2152,[2,3,5,6,1374,10,2153,523,40,1072,2117,693,525,1057,655]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -269229,7 +267791,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e accessibility_mode: "accessibilityMode" } }; -},2183,[2,3,5,6,525]); +},2153,[2,3,5,6,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -269335,7 +267897,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2184,[2,3,5,6,41,1099,525]); +},2154,[2,3,5,6,41,1072,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -269354,10 +267916,6 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _styles = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[10])); var _jsxRuntime = _$$_REQUIRE(_dependencyMap[11]); function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } - /* eslint-disable implicit-arrow-linebreak */ - /* eslint-disable no-bitwise */ - /* eslint-disable no-use-before-define */ - var shouldComponentUpdate = function shouldComponentUpdate(prevProps, nextProps) { var index = prevProps.index, size = prevProps.size, @@ -269415,8 +267973,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _worklet_6089671551994_init_data = { code: "function zoomGraphNewJs17(event,ctx){const{_translateX,_translateY,workletLogger,cancelAnimation,runOnJS,_onPanStart}=this.__closure;ctx.translateX=_translateX.value;ctx.translateY=_translateY.value;ctx.startTimestamp=new Date().getTime();workletLogger(\"onStart: \"+JSON.stringify(event));cancelAnimation(_translateX);runOnJS(_onPanStart)();}" }; - var _worklet_2895480934033_init_data = { - code: "function zoomGraphNewJs18(event,ctx){const{workletLogger,_isZoomActive,_limits,_isAndroid,_scale,isXVariationOutOfBounds,limitValue,runOnJS,_onPanXOutOfBounds,_isPinchActive,_scrollEnabledValue,shouldEnableSpinner,_spinnerHeight,_refreshEnabled,isYVariationOutOfBounds,_constants,_onRefreshEnableCustom,_translateX,_translateY}=this.__closure;workletLogger(\"onActive: \"+JSON.stringify(event));if(_isZoomActive.value){return;}const{translationX:translationX,translationY:translationY}=event;const{left:left,right:right,top:top,bottom:bottom}=_limits.value;const factor=_isAndroid.value?1:_scale.value;let nextValueX=ctx.translateX+translationX*factor;let nextValueY=ctx.translateY+translationY*factor;if(isXVariationOutOfBounds(nextValueX,_limits.value)){const rest=limitValue(left,right,nextValueX);const howMuchOutOfBoundsX=rest-nextValueX;runOnJS(_onPanXOutOfBounds)(howMuchOutOfBoundsX,_isPinchActive.value);if(!_scrollEnabledValue.value){nextValueX=rest;}}const isSpinnerEnabled=shouldEnableSpinner(event);const isSpinnerVisible=_spinnerHeight.value>0;const isRefreshEnabled=_refreshEnabled.value;workletLogger(\"PAN Y: \"+nextValueY,_limits.value,event);const isNextValueOutOfTopBounds=isYVariationOutOfBounds(nextValueY,_limits.value);workletLogger(\"isNextValueOutOfTopBounds: \"+isNextValueOutOfTopBounds);workletLogger(\"isSpinnerEnabled: \"+isSpinnerEnabled);workletLogger(\"isSpinnerVisible: \"+isSpinnerVisible);workletLogger(\"isRefreshEnabled: \"+isRefreshEnabled);if(isRefreshEnabled&&(isNextValueOutOfTopBounds&&isSpinnerEnabled||isSpinnerVisible)){const{ENABLE_REFRESH:ENABLE_REFRESH}=_constants.value;_spinnerHeight.value=Math.max(0,Math.min(translationY*_scale.value,ENABLE_REFRESH));runOnJS(_onRefreshEnableCustom)(false);const rest=limitValue(top,bottom,nextValueY);const howMuchOutOfBoundsY=Math.abs(rest-nextValueY);nextValueY*=1/howMuchOutOfBoundsY;}else if(isNextValueOutOfTopBounds){nextValueY=top;}_translateX.value=nextValueX;_translateY.value=nextValueY;}" + var _worklet_3657935416861_init_data = { + code: "function zoomGraphNewJs18(event,ctx){const{workletLogger,_isZoomActive,_limits,checkLock,_enableDirectionSet,shouldEnableSpinner,_spinnerHeight,_refreshEnabled,isYVariationOutOfBounds,_constants,_scale,runOnJS,_onRefreshEnableCustom,limitValue,_translateX,_translateY}=this.__closure;var _enableDirectionSet$v,_enableDirectionSet$v2;workletLogger(\"onActive: \"+JSON.stringify(event));if(_isZoomActive.value){return;}const{translationX:translationX,translationY:translationY}=event;const{left:left,right:right,top:top,bottom:bottom}=_limits.value;let nextValueX=ctx.translateX;let nextValueY=ctx.translateY;checkLock(event,_enableDirectionSet,[30,60]);if((_enableDirectionSet$v=_enableDirectionSet.value)!==null&&_enableDirectionSet$v!==void 0&&_enableDirectionSet$v.x){nextValueX+=translationX;}if((_enableDirectionSet$v2=_enableDirectionSet.value)!==null&&_enableDirectionSet$v2!==void 0&&_enableDirectionSet$v2.y){nextValueY+=translationY;}const isSpinnerEnabled=shouldEnableSpinner(event);const isSpinnerVisible=_spinnerHeight.value>0;const isRefreshEnabled=_refreshEnabled.value;workletLogger(\"PAN Y: \"+nextValueY,_limits.value,event);const isNextValueOutOfTopBounds=isYVariationOutOfBounds(nextValueY,_limits.value);workletLogger(\"isNextValueOutOfTopBounds: \"+isNextValueOutOfTopBounds);workletLogger(\"isSpinnerEnabled: \"+isSpinnerEnabled);workletLogger(\"isSpinnerVisible: \"+isSpinnerVisible);workletLogger(\"isRefreshEnabled: \"+isRefreshEnabled);if(isRefreshEnabled&&(isNextValueOutOfTopBounds&&isSpinnerEnabled||isSpinnerVisible)){const{ENABLE_REFRESH:ENABLE_REFRESH}=_constants.value;_spinnerHeight.value=Math.max(0,Math.min(translationY*_scale.value,ENABLE_REFRESH));runOnJS(_onRefreshEnableCustom)(false);const restY=limitValue(top,bottom,nextValueY);const howMuchOutOfBoundsY=Math.abs(restY-nextValueY);nextValueY*=1/howMuchOutOfBoundsY;}else if(isNextValueOutOfTopBounds){nextValueY=top;}_translateX.value=limitValue(left,right,nextValueX);_translateY.value=limitValue(top,bottom,nextValueY);}" }; var _worklet_10098878935515_init_data = { code: "function zoomGraphNewJs19(event,ctx){}" @@ -269424,8 +267982,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _worklet_4022596633073_init_data = { code: "function zoomGraphNewJs20(event,ctx){}" }; - var _worklet_1125474095687_init_data = { - code: "function zoomGraphNewJs21(event,ctx){const{workletLogger,_isZoomActive,_limits,_constants,_spinnerHeight,_refreshEnabled,isYVariationOutOfBounds,runTiming,runOnJS,_onRefreshEnableCustom,_onRefreshCustom,useMagnetic,limitValue,size,_translateX,_onPanXEnd,_translateY,_onPanYEnd,contentSize,_scale,_focalDisplacementX,withDecay,_focalDisplacementY}=this.__closure;workletLogger(\"onEnd: \"+JSON.stringify(event));if(_isZoomActive.value){return;}const{translationX:translationX,translationY:translationY,velocityX:velocityX,velocityY:velocityY}=event;const{left:left,right:right,top:top,bottom:bottom}=_limits.value;const{MAGNETIC_PAN_X_FACTOR_1PAGE:MAGNETIC_PAN_X_FACTOR_1PAGE,ENABLE_REFRESH:ENABLE_REFRESH,REFRESH_DURATION:REFRESH_DURATION,MAGNETIC_PAN_VELOCITY_X:MAGNETIC_PAN_VELOCITY_X,MAGNETIC_PAN_VELOCITY_Y:MAGNETIC_PAN_VELOCITY_Y,MAGNETIC_PAN_Y_FACTOR_PORTRAIT:MAGNETIC_PAN_Y_FACTOR_PORTRAIT,VIEW_PAGER_SWIPE_DURATION:VIEW_PAGER_SWIPE_DURATION}=_constants.value;const nextValueX=ctx.translateX+translationX;const nextValueY=ctx.translateY+translationY;const isSpinnerVisible=_spinnerHeight.value>0;const isRefreshEnabled=_refreshEnabled.value;const isNextValueOutOfTopBounds=isYVariationOutOfBounds(nextValueY,_limits.value);if(isRefreshEnabled&&(isNextValueOutOfTopBounds||isSpinnerVisible)){if(isSpinnerVisible){_spinnerHeight.value=runTiming(0,{duration:REFRESH_DURATION},function(completed){if(completed){runOnJS(_onRefreshEnableCustom)(true);}});}const isNextValueEnoughForRefresh=isNextValueOutOfTopBounds&&_spinnerHeight.value>=ENABLE_REFRESH;if(isNextValueEnoughForRefresh){runOnJS(_onRefreshCustom)();}}if(useMagnetic){const isMagneticX=Math.abs(velocityX)>MAGNETIC_PAN_VELOCITY_X;if(isMagneticX){const isLeftSwipe=velocityX>0;const restX=limitValue(left,right,nextValueX);const absoluteVariationX=size.width*MAGNETIC_PAN_X_FACTOR_1PAGE;const magneticDestinationX=limitValue(left,right,isLeftSwipe?restX+absoluteVariationX:restX-absoluteVariationX);_translateX.value=runTiming(magneticDestinationX,{duration:VIEW_PAGER_SWIPE_DURATION},function(completed){if(completed){runOnJS(_onPanXEnd)(_translateX.value);}});}const isMagneticY=Math.abs(velocityY)>MAGNETIC_PAN_VELOCITY_Y;if(isMagneticY){const isUpSwipe=velocityY>0;const restY=limitValue(top,bottom,nextValueY);const absoluteVariationY=size.height*MAGNETIC_PAN_Y_FACTOR_PORTRAIT;const magneticDestinationY=limitValue(top,bottom,isUpSwipe?restY+absoluteVariationY:restY-absoluteVariationY);_translateY.value=runTiming(magneticDestinationY,{duration:VIEW_PAGER_SWIPE_DURATION},function(completed){if(completed){runOnJS(_onPanYEnd)(_translateY.value);}});}}else{let clampX=[left,right];if(contentSize.width*_scale.value>=size.width){clampX=[size.width-contentSize.width*_scale.value-_focalDisplacementX.value,-_focalDisplacementX.value];}_translateX.value=withDecay({velocity:Math.max(-2000,Math.min(2000,velocityX)),clamp:clampX,rubberBandEffect:true},function(completed){if(completed){runOnJS(_onPanXEnd)(_translateX.value);}});let clampY=[top,bottom];if(contentSize.height*_scale.value>=size.height){clampY=[size.height-contentSize.height*_scale.value-_focalDisplacementY.value,-_focalDisplacementY.value];}_translateY.value=withDecay({velocity:Math.max(-2000,Math.min(2000,velocityY)),clamp:clampY,rubberBandEffect:true},function(completed){if(completed){runOnJS(_onPanYEnd)(_translateY.value);}});}}" + var _worklet_161410198199_init_data = { + code: "function zoomGraphNewJs21(event,ctx){const{workletLogger,_isZoomActive,_enableDirectionSet,_limits,_constants,_spinnerHeight,_refreshEnabled,isYVariationOutOfBounds,runTiming,runOnJS,_onRefreshEnableCustom,_onRefreshCustom,useMagnetic,limitValue,size,_translateX,_onPanXEnd,_translateY,_onPanYEnd,isXVariationOutOfBounds,_scale,zoom,_onPanXOutOfBounds,_isPinchActive,checkLock,contentSize,_focalDisplacementX,withDecay,_focalDisplacementY}=this.__closure;workletLogger(\"onEnd: \"+JSON.stringify(event));if(_isZoomActive.value){_enableDirectionSet.value=undefined;return;}const{translationX:translationX,translationY:translationY,velocityX:velocityX,velocityY:velocityY}=event;const{left:left,right:right,top:top,bottom:bottom}=_limits.value;const{MAGNETIC_PAN_X_FACTOR_1PAGE:MAGNETIC_PAN_X_FACTOR_1PAGE,ENABLE_REFRESH:ENABLE_REFRESH,REFRESH_DURATION:REFRESH_DURATION,MAGNETIC_PAN_VELOCITY_X:MAGNETIC_PAN_VELOCITY_X,MAGNETIC_PAN_VELOCITY_Y:MAGNETIC_PAN_VELOCITY_Y,MAGNETIC_PAN_Y_FACTOR_PORTRAIT:MAGNETIC_PAN_Y_FACTOR_PORTRAIT,VIEW_PAGER_SWIPE_DURATION:VIEW_PAGER_SWIPE_DURATION,VIEW_PAGER_VELOCITY_1PAGE:VIEW_PAGER_VELOCITY_1PAGE,PAN_MAX_VALUE:PAN_MAX_VALUE}=_constants.value;const nextValueX=ctx.translateX+translationX;const nextValueY=ctx.translateY+translationY;const isSpinnerVisible=_spinnerHeight.value>0;const isRefreshEnabled=_refreshEnabled.value;const isNextValueOutOfTopBounds=isYVariationOutOfBounds(nextValueY,_limits.value);if(isRefreshEnabled&&(isNextValueOutOfTopBounds||isSpinnerVisible)){if(isSpinnerVisible){_spinnerHeight.value=runTiming(0,{duration:REFRESH_DURATION},function(completed){if(completed){runOnJS(_onRefreshEnableCustom)(true);}});}const isNextValueEnoughForRefresh=isNextValueOutOfTopBounds&&_spinnerHeight.value>=ENABLE_REFRESH;if(isNextValueEnoughForRefresh){runOnJS(_onRefreshCustom)();}}if(useMagnetic){const isMagneticX=Math.abs(velocityX)>MAGNETIC_PAN_VELOCITY_X;if(isMagneticX){const isLeftSwipe=velocityX>0;const restX=limitValue(left,right,nextValueX);const absoluteVariationX=size.width*MAGNETIC_PAN_X_FACTOR_1PAGE;const magneticDestinationX=limitValue(left,right,isLeftSwipe?restX+absoluteVariationX:restX-absoluteVariationX);_translateX.value=runTiming(magneticDestinationX,{duration:VIEW_PAGER_SWIPE_DURATION},function(completed){if(completed){runOnJS(_onPanXEnd)(_translateX.value);}});}const isMagneticY=Math.abs(velocityY)>MAGNETIC_PAN_VELOCITY_Y;if(isMagneticY){const isUpSwipe=velocityY>0;const restY=limitValue(top,bottom,nextValueY);const absoluteVariationY=size.height*MAGNETIC_PAN_Y_FACTOR_PORTRAIT;const magneticDestinationY=limitValue(top,bottom,isUpSwipe?restY+absoluteVariationY:restY-absoluteVariationY);_translateY.value=runTiming(magneticDestinationY,{duration:VIEW_PAGER_SWIPE_DURATION},function(completed){if(completed){runOnJS(_onPanYEnd)(_translateY.value);}});}}else{var _enableDirectionSet$v,_enableDirectionSet$v2;const isSwipe=Math.abs(velocityX)>VIEW_PAGER_VELOCITY_1PAGE;const isOutOfBoundsX=isXVariationOutOfBounds(nextValueX,_limits.value);let isSwipeTo=false;const restX=limitValue(left,right,nextValueX);const howMuchOutOfBoundsX=restX-nextValueX;if(isSwipe&&isOutOfBoundsX){const refValue=PAN_MAX_VALUE*(_scale.value>zoom?_scale.value:1);isSwipeTo=Math.abs(howMuchOutOfBoundsX)>refValue;}if(_scale.value===zoom||isSwipeTo){if(isSwipeTo){runOnJS(_onPanXOutOfBounds)(howMuchOutOfBoundsX,_isPinchActive.value);}_enableDirectionSet.value=undefined;return;}checkLock(event,_enableDirectionSet,[30,60]);if((_enableDirectionSet$v=_enableDirectionSet.value)!==null&&_enableDirectionSet$v!==void 0&&_enableDirectionSet$v.x){let clampX=[left,right];if(contentSize.width*_scale.value>=size.width){clampX=[size.width-contentSize.width*_scale.value-_focalDisplacementX.value,-_focalDisplacementX.value];}_translateX.value=withDecay({velocity:Math.max(-1000,Math.min(1000,velocityX)),clamp:clampX,rubberBandEffect:true},function(completed){if(completed){runOnJS(_onPanXEnd)(_translateX.value);}});}if((_enableDirectionSet$v2=_enableDirectionSet.value)!==null&&_enableDirectionSet$v2!==void 0&&_enableDirectionSet$v2.y&&contentSize.height*_scale.value>=size.height){const clampY=[size.height-contentSize.height*_scale.value-_focalDisplacementY.value,-_focalDisplacementY.value];_translateY.value=withDecay({velocity:Math.max(-1000,Math.min(1000,velocityY)),clamp:clampY,rubberBandEffect:true},function(completed){if(completed){runOnJS(_onPanYEnd)(_translateY.value);}});}}_enableDirectionSet.value=undefined;}" }; var _worklet_2159871792758_init_data = { code: "function zoomGraphNewJs22(completed){const{runOnJS,_onPanXEnd,_translateX}=this.__closure;if(completed){runOnJS(_onPanXEnd)(_translateX.value);}}" @@ -269444,7 +268002,6 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e index = props.index, size = props.size, contentSize = props.contentSize, - zoom = props.zoom, autoZoomValue = props.autoZoomValue, _props$minZoom = props.minZoom, minZoom = _props$minZoom === undefined ? 1 : _props$minZoom, @@ -269463,7 +268020,9 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e renderContent = props.renderContent, spinnerColor = props.spinnerColor, isActive = props.isActive; - var _enableRefreshCustomComponent = _$$_REQUIRE(_dependencyMap[12]).PlatformUtils.isIOS(); + var _props$zoom = props.zoom, + zoom = _props$zoom === undefined ? minZoom : _props$zoom; + var _enableRefreshCustomComponent = true; //PlatformUtils.isIOS(); var _isRtl = _$$_REQUIRE(_dependencyMap[12]).PlatformUtils.isRTL(); var useMagnetic = _$$_REQUIRE(_dependencyMap[12]).PlatformUtils.isEInk(); var _panRef = (0, _react.useRef)(null); @@ -269478,7 +268037,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _prevAutoZoomValue = (0, _react.useRef)(autoZoomValue); var _prevMinZoom = (0, _react.useRef)(minZoom); var _prevMaxZoom = (0, _react.useRef)(maxZoom); - var _currentScale = (0, _react.useRef)(zoom || minZoom); + var _currentScale = (0, _react.useRef)(zoom); var _disableOutOfBounds = (0, _react.useRef)(contentSize.width * _currentScale.current < size.width && !_$$_REQUIRE(_dependencyMap[12]).PlatformUtils.isEInk()); var _loaded = (0, _react.useRef)(false); var _style = (0, _react.useRef)({ @@ -269513,11 +268072,10 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // DECLARE TRANSX var _spinnerHeight = (0, _reactNativeReanimated.useSharedValue)(0); var _refreshEnabled = (0, _reactNativeReanimated.useSharedValue)(true); - var _isAndroid = (0, _reactNativeReanimated.useSharedValue)(_$$_REQUIRE(_dependencyMap[12]).PlatformUtils.isAndroid()); var _constants = (0, _reactNativeReanimated.useSharedValue)(_zoomConstants.default.constants); var _minZoom = (0, _reactNativeReanimated.useSharedValue)(minZoom); var _maxZoom = (0, _reactNativeReanimated.useSharedValue)(maxZoom); - var _scale = (0, _reactNativeReanimated.useSharedValue)(zoom || minZoom); + var _scale = (0, _reactNativeReanimated.useSharedValue)(zoom); var _scaleTopLeftFixX = (0, _reactNativeReanimated.useDerivedValue)(function () { var zoomGraphNewJs1 = function zoomGraphNewJs1() { return _style.current.width * (_scale.value - 1) / 2; @@ -269584,6 +268142,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e //pan var _translateX = (0, _reactNativeReanimated.useSharedValue)(0); var _translateY = (0, _reactNativeReanimated.useSharedValue)(0); + var _enableDirectionSet = (0, _reactNativeReanimated.useSharedValue)(); //use hook useDerivedValue to update the index ref var _panXUpdate = (0, _react.useCallback)(function (value) { @@ -269681,7 +268240,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e hasMounted.current = true; _setLoaded(); } - }, []); + }, [_setLoaded, _updatePanSwipeEffect]); (0, _react.useEffect)(function () { if (_prevMinZoom.current !== minZoom) { _minZoom.value = minZoom; @@ -269698,7 +268257,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _prevMaxZoom.current = maxZoom; _prevZoom.current = zoom; _prevAutoZoomValue.current = autoZoomValue; - }, [minZoom, autoZoomValue, maxZoom, zoom]); + }, [minZoom, autoZoomValue, maxZoom, zoom, _minZoom, _maxZoom, _zoomTo]); (0, _react.useEffect)(function () { _style.current = { width: Math.max(size.width, contentSize.width), @@ -269716,10 +268275,10 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var panIsNearLeft = _panX.current + 5 >= left; var panIsNearRight = _panX.current - 5 <= right; _setDisableOutOfBounds(!panIsNearLeft && !panIsNearRight); - }, []); + }, [_limits, _setDisableOutOfBounds]); var _onPanXEnd = (0, _react.useCallback)(function (value) { _onPanEnd(); - }, []); + }, [_onPanEnd]); var _onPanXOutOfBounds = (0, _react.useCallback)(function (outOfBounds, pinchActive) { if (!_isActive()) { return; @@ -269728,16 +268287,14 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e //if pinch is active don't check out of bounds return; } - - //TODO: check pan max values var PAN_MAX_VALUE = _constants.value.PAN_MAX_VALUE; - var outOfBoundsLimit = -1; + + //TODO: we do the same check at line 1050, check if it is possible to move it in a single place + var outOfBoundsLimit = PAN_MAX_VALUE; if (!_disableOutOfBounds.current && (_isZoomed() || _$$_REQUIRE(_dependencyMap[12]).PlatformUtils.isEInk())) { - outOfBoundsLimit = PAN_MAX_VALUE * _currentScale.current; - } else if (_scrollEnabled.current) { - outOfBoundsLimit = PAN_MAX_VALUE * 5; + outOfBoundsLimit *= _currentScale.current; } - if (outOfBoundsLimit > 0 && Math.abs(outOfBounds) > outOfBoundsLimit) { + if (Math.abs(outOfBounds) > outOfBoundsLimit) { var isNavigate = false; if (outOfBounds > 0) { isNavigate = onSwipeRight(); @@ -269751,7 +268308,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _toggleGestureState(true); _setDisableOutOfBounds(true); } - }, [onSwipeLeft, onSwipeRight, _disableOutOfBounds, _isActive, _isZoomed]); + }, [_isActive, _constants, _isZoomed, _toggleGestureState, _setDisableOutOfBounds, onSwipeRight, onSwipeLeft, _resetScale]); var _onGestureEnd = (0, _react.useCallback)(function () { var timerId = `graph_gesture_end_${graphId}`; _gestureTimer.default.resetTimer(timerId); @@ -269774,15 +268331,15 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, []); var _onPanYEnd = (0, _react.useCallback)(function (value) { _onPanEnd(); - }, []); + }, [_onPanEnd]); var _onPanStart = (0, _react.useCallback)(function () { _onPanXStart(); _onPanYStart(); _checkInitialization(); - }, []); + }, [_checkInitialization, _onPanXStart, _onPanYStart]); var _onPanEnd = (0, _react.useCallback)(function () { _onGestureEnd(); - }, []); + }, [_onGestureEnd]); /** * the first time call onLoaded and than update swipe effect @@ -269802,22 +268359,22 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _onGestureEnd(); } } - }, [_initializedStatus]); + }, [_onGestureEnd, _printLog, _setLoaded, _updatePanSwipeEffect]); var _onScaleStart = (0, _react.useCallback)(function (value) { _initializedStatus.current.scale = true; _currentScale.current = value; _checkInitialization(); - }, []); + }, [_checkInitialization]); var _onScaling = (0, _react.useCallback)(function (scale) { _setDisableOutOfBounds(true); _currentScale.current = scale; _updatePanSwipeEffect(); - }, []); + }, [_setDisableOutOfBounds, _updatePanSwipeEffect]); var _onScaleEnd = (0, _react.useCallback)(function (value) { _currentScale.current = value; _updatePanSwipeEffect(); _onGestureEnd(); - }, []); + }, [_onGestureEnd, _updatePanSwipeEffect]); var _setLoaded = (0, _react.useCallback)(function () { if (_isActive() && typeof onLoaded === "function" && !_loaded.current) { _loaded.current = true; @@ -269861,7 +268418,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } _event.current = null; } - }, [_getClickedPosition, onExtraTap, singleTapToZoom, _event]); + }, [onExtraTap, _getClickedPosition, singleTapToZoom, _autoZoom]); var _onDoubleTap = (0, _react.useCallback)(function (_ref3) { var nativeEvent = _ref3.nativeEvent; if (nativeEvent.state === _$$_REQUIRE(_dependencyMap[13]).State.BEGAN) { @@ -269916,7 +268473,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }; (0, _reactNativeReanimated.runOnUI)(_$$_REQUIRE(_dependencyMap[14]).zoomAnimation)(_scale, _translateX, _translateY, _zoomState, _zoomToDragX, _zoomToDragY, _focalDisplacementX, _focalDisplacementY, _pinchFocalX, _pinchFocalY, _relativeFocalX, _relativeFocalY, _limits, _refreshEnabled, scale, dragX, dragY, x, y, minZoom, size, contentSize.width, contentSize.height, _constants.value, callbacks); - }, [_style]); + }, [_constants, _focalDisplacementX, _focalDisplacementY, _limits, _onPanXEnd, _onPanYEnd, _onScaleEnd, _pinchFocalX, _pinchFocalY, _refreshEnabled, _relativeFocalX, _relativeFocalY, _scale, _translateX, _translateY, _zoomState, _zoomToDragX, _zoomToDragY, contentSize, minZoom, size]); var _isZoomed = (0, _react.useCallback)(function () { if (_currentScale.current > minZoom) { return true; @@ -269989,18 +268546,18 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _panRef == null || (_panRef$current = _panRef.current) == null || _panRef$current.setNativeProps(Object.assign({ simultaneousHandlers: simultaneousHandlers }, _getPanProps(enableScroll))); - }, [_pinchRef, _panRef]); + }, [viewPagerRef, _getPanProps]); var _toggleGestureState = (0, _react.useCallback)(function (enableScroll) { _printLog(`scroll: ${enableScroll}`); _scrollEnabled.current = enableScroll; _scrollEnabledValue.value = enableScroll; _toggleScroll(enableScroll); _togglePan(enableScroll); - }, [viewPagerRef, _pinchRef, _panRef]); + }, [_printLog, _scrollEnabledValue, _toggleScroll, _togglePan]); var _printLog = (0, _react.useCallback)(function (message) {}, [index]); var _updateRefreshStatus = (0, _react.useCallback)(function (newRefreshEnabled) { setRefreshEnabled(newRefreshEnabled); - }, [_limits, _translateY, refreshEnabled]); + }, []); (0, _reactNativeReanimated.useDerivedValue)(function () { var zoomGraphNewJs9 = function zoomGraphNewJs9() { (0, _reactNativeReanimated.runOnJS)(_updateRefreshStatus)(_refreshEnabled.value); @@ -270015,20 +268572,16 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return zoomGraphNewJs9; }(), [_scale]); var _onRefreshCustom = (0, _react.useCallback)(function () { - if (_enableRefreshCustomComponent && typeof onSwipeDown === "function") { + if (typeof onSwipeDown === "function") { onSwipeDown(); } - }, [onSwipeDown]); + }, [_enableRefreshCustomComponent, onSwipeDown]); var _onRefreshEnableCustom = (0, _react.useCallback)(function (enableScroll) { - if (_enableRefreshCustomComponent) { + { _toggleGestureState(enableScroll && _isScrollEnabled()); } - }, []); - var _onRefresh = (0, _react.useCallback)(function () { - if (!_enableRefreshCustomComponent && typeof onSwipeDown === "function") { - onSwipeDown(); - } - }, [onSwipeDown]); + }, [_enableRefreshCustomComponent, _isScrollEnabled, _toggleGestureState]); + var _onRefresh = (0, _react.useCallback)(function () {}, [_enableRefreshCustomComponent, onSwipeDown]); var _adjustDrag = (0, _react.useCallback)(function (_ref4, scale) { var x = _ref4.x, y = _ref4.y; @@ -270076,10 +268629,26 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); } } - }, [minZoom, autoZoomValue, _adjustDrag, _setDisableOutOfBounds, _zoomTo, _currentScale]); + }, [minZoom, autoZoomValue, _setDisableOutOfBounds, _printLog, _zoomTo, _adjustDrag]); var _resetScale = (0, _react.useCallback)(function () { _zoomTo(zoom); }, [zoom, _zoomTo]); + var _showLoading = (0, _react.useCallback)(function () { + var _progressRef$current3; + _progressRef == null || (_progressRef$current3 = _progressRef.current) == null || _progressRef$current3.show(); + }, []); + var _hideLoading = (0, _react.useCallback)(function () { + var _progressRef$current4; + _progressRef == null || (_progressRef$current4 = _progressRef.current) == null || _progressRef$current4.hide(); + }, []); + (0, _react.useImperativeHandle)(ref, function () { + return { + resetScale: _resetScale, + autoZoom: _autoZoom, + showLoading: _showLoading, + hideLoading: _hideLoading + }; + }); var _updateRefreshEnabled = function () { var zoomGraphNewJs10 = function zoomGraphNewJs10() { var top = _limits.value.top; @@ -270096,12 +268665,6 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e zoomGraphNewJs10.__initData = _worklet_7706651118040_init_data; return zoomGraphNewJs10; }(); - (0, _react.useImperativeHandle)(ref, function () { - return { - resetScale: _resetScale, - autoZoom: _autoZoom - }; - }); var _onPinchEvent = (0, _reactNativeReanimated.useAnimatedGestureHandler)({ onStart: function () { var zoomGraphNewJs11 = function zoomGraphNewJs11(event, ctx) { @@ -270304,6 +268867,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }(), onActive: function () { var zoomGraphNewJs18 = function zoomGraphNewJs18(event, ctx) { + var _enableDirectionSet$v, _enableDirectionSet$v2; (0, _$$_REQUIRE(_dependencyMap[15]).workletLogger)(`onActive: ${JSON.stringify(event)}`); if (_isZoomActive.value) { //if zoom is active, update the focal point @@ -270316,18 +268880,16 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e right = _limits$value2.right, top = _limits$value2.top, bottom = _limits$value2.bottom; - var factor = _isAndroid.value ? 1 : _scale.value; - var nextValueX = ctx.translateX + translationX * factor; - var nextValueY = ctx.translateY + translationY * factor; + var nextValueX = ctx.translateX; + var nextValueY = ctx.translateY; - //check out of bounds - if ((0, _$$_REQUIRE(_dependencyMap[14]).isXVariationOutOfBounds)(nextValueX, _limits.value)) { - var rest = (0, _$$_REQUIRE(_dependencyMap[15]).limitValue)(left, right, nextValueX); - var howMuchOutOfBoundsX = rest - nextValueX; - (0, _reactNativeReanimated.runOnJS)(_onPanXOutOfBounds)(howMuchOutOfBoundsX, _isPinchActive.value); - if (!_scrollEnabledValue.value) { - nextValueX = rest; - } + //check lock + (0, _$$_REQUIRE(_dependencyMap[17]).checkLock)(event, _enableDirectionSet, [30, 60]); + if ((_enableDirectionSet$v = _enableDirectionSet.value) != null && _enableDirectionSet$v.x) { + nextValueX += translationX; + } + if ((_enableDirectionSet$v2 = _enableDirectionSet.value) != null && _enableDirectionSet$v2.y) { + nextValueY += translationY; } //check spinner height @@ -270344,38 +268906,35 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var ENABLE_REFRESH = _constants.value.ENABLE_REFRESH; _spinnerHeight.value = Math.max(0, Math.min(translationY * _scale.value, ENABLE_REFRESH)); (0, _reactNativeReanimated.runOnJS)(_onRefreshEnableCustom)(false); - var _rest = (0, _$$_REQUIRE(_dependencyMap[15]).limitValue)(top, bottom, nextValueY); - var howMuchOutOfBoundsY = Math.abs(_rest - nextValueY); + var restY = (0, _$$_REQUIRE(_dependencyMap[15]).limitValue)(top, bottom, nextValueY); + var howMuchOutOfBoundsY = Math.abs(restY - nextValueY); nextValueY *= 1 / howMuchOutOfBoundsY; } else if (isNextValueOutOfTopBounds) { nextValueY = top; } - _translateX.value = nextValueX; - _translateY.value = nextValueY; + _translateX.value = (0, _$$_REQUIRE(_dependencyMap[15]).limitValue)(left, right, nextValueX); + _translateY.value = (0, _$$_REQUIRE(_dependencyMap[15]).limitValue)(top, bottom, nextValueY); }; zoomGraphNewJs18.__closure = { workletLogger: _$$_REQUIRE(_dependencyMap[15]).workletLogger, _isZoomActive: _isZoomActive, _limits: _limits, - _isAndroid: _isAndroid, - _scale: _scale, - isXVariationOutOfBounds: _$$_REQUIRE(_dependencyMap[14]).isXVariationOutOfBounds, - limitValue: _$$_REQUIRE(_dependencyMap[15]).limitValue, - runOnJS: _reactNativeReanimated.runOnJS, - _onPanXOutOfBounds: _onPanXOutOfBounds, - _isPinchActive: _isPinchActive, - _scrollEnabledValue: _scrollEnabledValue, + checkLock: _$$_REQUIRE(_dependencyMap[17]).checkLock, + _enableDirectionSet: _enableDirectionSet, shouldEnableSpinner: _$$_REQUIRE(_dependencyMap[14]).shouldEnableSpinner, _spinnerHeight: _spinnerHeight, _refreshEnabled: _refreshEnabled, isYVariationOutOfBounds: _$$_REQUIRE(_dependencyMap[14]).isYVariationOutOfBounds, _constants: _constants, + _scale: _scale, + runOnJS: _reactNativeReanimated.runOnJS, _onRefreshEnableCustom: _onRefreshEnableCustom, + limitValue: _$$_REQUIRE(_dependencyMap[15]).limitValue, _translateX: _translateX, _translateY: _translateY }; - zoomGraphNewJs18.__workletHash = 2895480934033; - zoomGraphNewJs18.__initData = _worklet_2895480934033_init_data; + zoomGraphNewJs18.__workletHash = 3657935416861; + zoomGraphNewJs18.__initData = _worklet_3657935416861_init_data; return zoomGraphNewJs18; }(), onCancel: function () { @@ -270397,6 +268956,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e (0, _$$_REQUIRE(_dependencyMap[15]).workletLogger)(`onEnd: ${JSON.stringify(event)}`); if (_isZoomActive.value) { //if zoom is active, update the focal point + _enableDirectionSet.value = undefined; return; } var translationX = event.translationX, @@ -270415,7 +268975,9 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e MAGNETIC_PAN_VELOCITY_X = _constants$value.MAGNETIC_PAN_VELOCITY_X, MAGNETIC_PAN_VELOCITY_Y = _constants$value.MAGNETIC_PAN_VELOCITY_Y, MAGNETIC_PAN_Y_FACTOR_PORTRAIT = _constants$value.MAGNETIC_PAN_Y_FACTOR_PORTRAIT, - VIEW_PAGER_SWIPE_DURATION = _constants$value.VIEW_PAGER_SWIPE_DURATION; + VIEW_PAGER_SWIPE_DURATION = _constants$value.VIEW_PAGER_SWIPE_DURATION, + VIEW_PAGER_VELOCITY_1PAGE = _constants$value.VIEW_PAGER_VELOCITY_1PAGE, + PAN_MAX_VALUE = _constants$value.PAN_MAX_VALUE; var nextValueX = ctx.translateX + translationX; var nextValueY = ctx.translateY + translationY; @@ -270470,57 +269032,81 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); } } else { - var clampX = [left, right]; - if (contentSize.width * _scale.value >= size.width) { - clampX = [size.width - contentSize.width * _scale.value - _focalDisplacementX.value, -_focalDisplacementX.value]; + var _enableDirectionSet$v3, _enableDirectionSet$v4; + var isSwipe = Math.abs(velocityX) > VIEW_PAGER_VELOCITY_1PAGE; + var isOutOfBoundsX = (0, _$$_REQUIRE(_dependencyMap[14]).isXVariationOutOfBounds)(nextValueX, _limits.value); + var isSwipeTo = false; + var _restX = (0, _$$_REQUIRE(_dependencyMap[15]).limitValue)(left, right, nextValueX); + var howMuchOutOfBoundsX = _restX - nextValueX; + if (isSwipe && isOutOfBoundsX) { + var refValue = PAN_MAX_VALUE * (_scale.value > zoom ? _scale.value : 1); + isSwipeTo = Math.abs(howMuchOutOfBoundsX) > refValue; } - _translateX.value = (0, _reactNativeReanimated.withDecay)({ - velocity: Math.max(-2000, Math.min(2000, velocityX)), - clamp: clampX, - rubberBandEffect: true - }, function () { - var zoomGraphNewJs22 = function zoomGraphNewJs22(completed) { - if (completed) { - (0, _reactNativeReanimated.runOnJS)(_onPanXEnd)(_translateX.value); - } - }; - zoomGraphNewJs22.__closure = { - runOnJS: _reactNativeReanimated.runOnJS, - _onPanXEnd: _onPanXEnd, - _translateX: _translateX - }; - zoomGraphNewJs22.__workletHash = 2159871792758; - zoomGraphNewJs22.__initData = _worklet_2159871792758_init_data; - return zoomGraphNewJs22; - }()); - var clampY = [top, bottom]; - if (contentSize.height * _scale.value >= size.height) { - clampY = [size.height - contentSize.height * _scale.value - _focalDisplacementY.value, -_focalDisplacementY.value]; + if (_scale.value === zoom || isSwipeTo) { + //check out of bounds + if (isSwipeTo) { + (0, _reactNativeReanimated.runOnJS)(_onPanXOutOfBounds)(howMuchOutOfBoundsX, _isPinchActive.value); + } + _enableDirectionSet.value = undefined; + return; + } + + //check lock + (0, _$$_REQUIRE(_dependencyMap[17]).checkLock)(event, _enableDirectionSet, [30, 60]); + if ((_enableDirectionSet$v3 = _enableDirectionSet.value) != null && _enableDirectionSet$v3.x) { + var clampX = [left, right]; + if (contentSize.width * _scale.value >= size.width) { + clampX = [size.width - contentSize.width * _scale.value - _focalDisplacementX.value, -_focalDisplacementX.value]; + } + _translateX.value = (0, _reactNativeReanimated.withDecay)({ + velocity: Math.max(-1000, Math.min(1000, velocityX)), + clamp: clampX, + rubberBandEffect: true + }, function () { + var zoomGraphNewJs22 = function zoomGraphNewJs22(completed) { + if (completed) { + (0, _reactNativeReanimated.runOnJS)(_onPanXEnd)(_translateX.value); + } + }; + zoomGraphNewJs22.__closure = { + runOnJS: _reactNativeReanimated.runOnJS, + _onPanXEnd: _onPanXEnd, + _translateX: _translateX + }; + zoomGraphNewJs22.__workletHash = 2159871792758; + zoomGraphNewJs22.__initData = _worklet_2159871792758_init_data; + return zoomGraphNewJs22; + }()); + } + if ((_enableDirectionSet$v4 = _enableDirectionSet.value) != null && _enableDirectionSet$v4.y && contentSize.height * _scale.value >= size.height) { + var clampY = [size.height - contentSize.height * _scale.value - _focalDisplacementY.value, -_focalDisplacementY.value]; + _translateY.value = (0, _reactNativeReanimated.withDecay)({ + velocity: Math.max(-1000, Math.min(1000, velocityY)), + clamp: clampY, + rubberBandEffect: true + }, function () { + var zoomGraphNewJs23 = function zoomGraphNewJs23(completed) { + if (completed) { + (0, _reactNativeReanimated.runOnJS)(_onPanYEnd)(_translateY.value); + } + }; + zoomGraphNewJs23.__closure = { + runOnJS: _reactNativeReanimated.runOnJS, + _onPanYEnd: _onPanYEnd, + _translateY: _translateY + }; + zoomGraphNewJs23.__workletHash = 12320270919383; + zoomGraphNewJs23.__initData = _worklet_12320270919383_init_data; + return zoomGraphNewJs23; + }()); } - _translateY.value = (0, _reactNativeReanimated.withDecay)({ - velocity: Math.max(-2000, Math.min(2000, velocityY)), - clamp: clampY, - rubberBandEffect: true - }, function () { - var zoomGraphNewJs23 = function zoomGraphNewJs23(completed) { - if (completed) { - (0, _reactNativeReanimated.runOnJS)(_onPanYEnd)(_translateY.value); - } - }; - zoomGraphNewJs23.__closure = { - runOnJS: _reactNativeReanimated.runOnJS, - _onPanYEnd: _onPanYEnd, - _translateY: _translateY - }; - zoomGraphNewJs23.__workletHash = 12320270919383; - zoomGraphNewJs23.__initData = _worklet_12320270919383_init_data; - return zoomGraphNewJs23; - }()); } + _enableDirectionSet.value = undefined; }; zoomGraphNewJs21.__closure = { workletLogger: _$$_REQUIRE(_dependencyMap[15]).workletLogger, _isZoomActive: _isZoomActive, + _enableDirectionSet: _enableDirectionSet, _limits: _limits, _constants: _constants, _spinnerHeight: _spinnerHeight, @@ -270537,14 +269123,19 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _onPanXEnd: _onPanXEnd, _translateY: _translateY, _onPanYEnd: _onPanYEnd, - contentSize: contentSize, + isXVariationOutOfBounds: _$$_REQUIRE(_dependencyMap[14]).isXVariationOutOfBounds, _scale: _scale, + zoom: zoom, + _onPanXOutOfBounds: _onPanXOutOfBounds, + _isPinchActive: _isPinchActive, + checkLock: _$$_REQUIRE(_dependencyMap[17]).checkLock, + contentSize: contentSize, _focalDisplacementX: _focalDisplacementX, withDecay: _reactNativeReanimated.withDecay, _focalDisplacementY: _focalDisplacementY }; - zoomGraphNewJs21.__workletHash = 1125474095687; - zoomGraphNewJs21.__initData = _worklet_1125474095687_init_data; + zoomGraphNewJs21.__workletHash = 161410198199; + zoomGraphNewJs21.__initData = _worklet_161410198199_init_data; return zoomGraphNewJs21; }() }); @@ -270623,23 +269214,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }) }) }); - if (!_enableRefreshCustomComponent) { - return /*#__PURE__*/(0, _jsxRuntime.jsx)(_refreshComponent.default, { - style: { - flex: 1 - }, - enabled: refreshEnabled, - onRefresh: _onRefresh, - cssClasses: ["newsmemory-article-refresh-control"], - children: ZoomGraphComponent - }); - } - var cssRefresh = _$$_REQUIRE(_dependencyMap[17]).Css.getStyleObjByCssClasses(["newsmemory-article-refresh-control"]); + var cssRefresh = _$$_REQUIRE(_dependencyMap[18]).Css.getStyleObjByCssClasses(["newsmemory-article-refresh-control"]); var backgroundColor = _$$_REQUIRE(_dependencyMap[12]).CssUtils.getAttributeFromStyle("backgroundColor", cssRefresh, _$$_REQUIRE(_dependencyMap[12]).colors.white); var spinnerContainerAnimatedStyle = (0, _reactNativeReanimated.useAnimatedStyle)(function () { var zoomGraphNewJs25 = function zoomGraphNewJs25() { var REFRESH_SIZE = _constants.value.REFRESH_SIZE; - var spinnerMargin = _$$_REQUIRE(_dependencyMap[18]).IOS_LARGE_ACTIVITY_INDICATOR_SIZE * REFRESH_SIZE / 2; + var spinnerMargin = _$$_REQUIRE(_dependencyMap[19]).IOS_LARGE_ACTIVITY_INDICATOR_SIZE * REFRESH_SIZE / 2; return { height: _spinnerHeight.value, marginTop: -spinnerMargin, @@ -270648,7 +269228,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; zoomGraphNewJs25.__closure = { _constants: _constants, - IOS_LARGE_ACTIVITY_INDICATOR_SIZE: _$$_REQUIRE(_dependencyMap[18]).IOS_LARGE_ACTIVITY_INDICATOR_SIZE, + IOS_LARGE_ACTIVITY_INDICATOR_SIZE: _$$_REQUIRE(_dependencyMap[19]).IOS_LARGE_ACTIVITY_INDICATOR_SIZE, _spinnerHeight: _spinnerHeight }; zoomGraphNewJs25.__workletHash = 3298736596339; @@ -270664,7 +269244,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e width: size.width, justifyContent: "center" }, spinnerContainerAnimatedStyle], - children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[19]).ProgressCircle, { + children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[20]).ProgressCircle, { ref: _progressRef, spinnerColor: spinnerColor, spinnerStyle: [{ @@ -270681,6 +269261,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }, shouldComponentUpdate); ZoomGraphViewNew.propTypes = { + ref: _propTypes.default.node, index: _propTypes.default.number, graphId: _propTypes.default.string, isActive: _propTypes.default.func, @@ -270709,7 +269290,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e spinnerColor: _propTypes.default.string }; var _default = exports.default = ZoomGraphViewNew; -},2185,[2,66,673,103,41,764,2156,2186,2187,2180,2188,275,525,993,2189,2190,2191,954,2177,2192]); +},2155,[2,66,673,103,41,737,2126,2156,2157,2150,2158,275,525,966,2159,2160,2161,2162,927,2147,2163]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -270743,7 +269324,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(); GestureTimer.timers = {}; -},2186,[2,5,6]); +},2156,[2,5,6]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -270835,33 +269416,50 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e children = _this$props.children, twoFingersTapHandlerWaitFor = _this$props.twoFingersTapHandlerWaitFor, doubleTapHandlerWaitFor = _this$props.doubleTapHandlerWaitFor, - style = _this$props.style; - return /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[10]).TapGestureHandler, { - ref: this.singleTapRef, - onHandlerStateChange: this.onHandlerStateChange, - waitFor: this.doubleTapRef, - children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[10]).TapGestureHandler, { + style = _this$props.style, + onSingleTap = _this$props.onSingleTap, + onDoubleTap = _this$props.onDoubleTap, + onTwoFingersTap = _this$props.onTwoFingersTap, + onLongPress = _this$props.onLongPress; + var Component = /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, { + collapsable: false, + style: style, + children: children + }); + if (onLongPress && typeof onLongPress === "function") { + Component = /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[10]).LongPressGestureHandler, { + onHandlerStateChange: this.onLongPressHandlerStateChange, + children: Component + }); + } + if (onTwoFingersTap && typeof onTwoFingersTap === "function") { + Component = /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[10]).TapGestureHandler, { + ref: this.twoFingerTapRef, + minPointers: 2, + maxDurationMs: 1500, + onHandlerStateChange: this.onTwoFingersHandlerStateChange, + waitFor: twoFingersTapHandlerWaitFor, + children: Component + }); + } + if (onDoubleTap && typeof onDoubleTap === "function") { + Component = /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[10]).TapGestureHandler, { ref: this.doubleTapRef, numberOfTaps: 2, onHandlerStateChange: this.onDoubleHandlerStateChange, waitFor: doubleTapHandlerWaitFor, - children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[10]).TapGestureHandler, { - ref: this.twoFingersTapRef, - minPointers: 2, - maxDurationMs: 1500, - onHandlerStateChange: this.onTwoFingersHandlerStateChange, - waitFor: twoFingersTapHandlerWaitFor, - children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[10]).LongPressGestureHandler, { - onHandlerStateChange: this.onLongPressHandlerStateChange, - children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, { - collapsable: false, - style: style, - children: children - }) - }) - }) - }) - }); + children: Component + }); + } + if (onSingleTap && typeof onSingleTap === "function") { + Component = /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[10]).TapGestureHandler, { + ref: this.singleTapRef, + onHandlerStateChange: this.onHandlerStateChange, + waitFor: this.doubleTapRef, + children: Component + }); + } + return Component; } }]); }(_react.default.Component); @@ -270875,7 +269473,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e twoFingersTapHandlerWaitFor: _propTypes.default.oneOfType([_propTypes.default.object, _propTypes.default.array]), doubleTapHandlerWaitFor: _propTypes.default.oneOfType([_propTypes.default.object, _propTypes.default.array]) }; -},2187,[2,5,6,50,52,55,673,103,41,275,993]); +},2157,[2,5,6,50,52,55,673,103,41,275,966]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -270888,7 +269486,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e overflow: "hidden" } }); -},2188,[41]); +},2158,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -271155,7 +269753,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e zoomGraphWorkletsJs10.__initData = _worklet_14091622343238_init_data; return zoomGraphWorkletsJs10; }(); -},2189,[764,993,2190]); +},2159,[737,966,2160]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -271303,7 +269901,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e zoomViewPagerWorkletsJs7.__initData = _worklet_8741706336852_init_data; return zoomViewPagerWorkletsJs7; }(); -},2190,[764]); +},2160,[737]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -271425,8 +270023,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e zoomViewPagerPinchWorkletsJs7.__initData = _worklet_9067519473821_init_data; return zoomViewPagerPinchWorkletsJs7; }(); - var _worklet_14773012649110_init_data = { - code: "function zoomViewPagerPinchWorkletsJs8(scale,translateX,translateY,zoomState,zoomToDragX,zoomToDragY,displacementX,displacementY,relativeFocalX,relativeFocalY,pinchFocalX,pinchFocalY,prevScale,prevDisplacementX,prevDisplacementY,index,limits,whiteMargin,scaleToGo,dragX,dragY,focalX,focalY,constants,callbacks={},props={}){const{State,getWhiteMargin,updateFocalPoint,getLimitConstraints,limitValue,workletLogger,getVisiblePageBorders,runTiming}=this.__closure;const{fitX:fitX}=props;const{onZoomStart:onZoomStart,onZoomEnd:onZoomEnd,onZoomFail:onZoomFail,onPanEndX:onPanEndX,onPanFailX:onPanFailX,onPanEndY:onPanEndY,onPanFailY:onPanFailY}=callbacks;zoomToDragX.value=dragX;zoomToDragY.value=dragY;zoomState.value=State.ACTIVE;prevScale.value=scale.value;prevDisplacementX.value=displacementX.value;prevDisplacementY.value=displacementY.value;onZoomStart===null||onZoomStart===void 0||onZoomStart();whiteMargin.value=getWhiteMargin(scaleToGo,props);updateFocalPoint(pinchFocalX,pinchFocalY,relativeFocalX,relativeFocalY,focalX,focalY,translateX.value,translateY.value,displacementX.value,displacementY.value,whiteMargin.value,true);const isScalingDown=scaleToGoPAN_ANIMATION_DEGREES_THRESHOLD*Math.PI/180;return{x:enableAnimationOnXAxis,y:enableAnimationOnYAxis};}" + }; + var enableAnimation = function () { + var zoomViewPagerPanWorkletsJs1 = function zoomViewPagerPanWorkletsJs1(event, constants) { + var translationX = event.translationX, + translationY = event.translationY; + var dragSlope = translationY / translationX; + var radiansFromXAxis = Math.abs(Math.atan(dragSlope)); + var PAN_ANIMATION_DEGREES_THRESHOLD = constants.PAN_ANIMATION_DEGREES_THRESHOLD; + var enableAnimationOnXAxis = radiansFromXAxis < (90 - PAN_ANIMATION_DEGREES_THRESHOLD) * Math.PI / 180; + var enableAnimationOnYAxis = radiansFromXAxis > PAN_ANIMATION_DEGREES_THRESHOLD * Math.PI / 180; + return { + x: enableAnimationOnXAxis, + y: enableAnimationOnYAxis + }; + }; + zoomViewPagerPanWorkletsJs1.__closure = {}; + zoomViewPagerPanWorkletsJs1.__workletHash = 15012571169453; + zoomViewPagerPanWorkletsJs1.__initData = _worklet_15012571169453_init_data; + return zoomViewPagerPanWorkletsJs1; + }(); + var _worklet_14707395005367_init_data = { + code: "function zoomViewPagerPanWorkletsJs2(event,isFitted,constants,props={}){const{enableAnimation}=this.__closure;const{numberOfShowedPages:numberOfShowedPages}=props;const areTwoPagesVisible=numberOfShowedPages===2;const{VIEW_PAGER_VELOCITY_1PAGE:VIEW_PAGER_VELOCITY_1PAGE,VIEW_PAGER_VELOCITY_2PAGES:VIEW_PAGER_VELOCITY_2PAGES}=constants;const referenceVelocity=areTwoPagesVisible?VIEW_PAGER_VELOCITY_2PAGES:VIEW_PAGER_VELOCITY_1PAGE;return Math.abs(event.velocityX)>referenceVelocity&&enableAnimation(event,constants).x&&!isFitted;}" + }; + var isSwipeGesture = exports.isSwipeGesture = function () { + var zoomViewPagerPanWorkletsJs2 = function zoomViewPagerPanWorkletsJs2(event, isFitted, constants) { + var props = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {}; + var numberOfShowedPages = props.numberOfShowedPages; + var areTwoPagesVisible = numberOfShowedPages === 2; + var VIEW_PAGER_VELOCITY_1PAGE = constants.VIEW_PAGER_VELOCITY_1PAGE, + VIEW_PAGER_VELOCITY_2PAGES = constants.VIEW_PAGER_VELOCITY_2PAGES; + var referenceVelocity = areTwoPagesVisible ? VIEW_PAGER_VELOCITY_2PAGES : VIEW_PAGER_VELOCITY_1PAGE; + return Math.abs(event.velocityX) > referenceVelocity && enableAnimation(event, constants).x && !isFitted; + }; + zoomViewPagerPanWorkletsJs2.__closure = { + enableAnimation: enableAnimation + }; + zoomViewPagerPanWorkletsJs2.__workletHash = 14707395005367; + zoomViewPagerPanWorkletsJs2.__initData = _worklet_14707395005367_init_data; + return zoomViewPagerPanWorkletsJs2; + }(); + var _worklet_3351825415288_init_data = { + code: "function zoomViewPagerPanWorkletsJs3(translateX,scale,limits,props={}){const{contentSize:contentSize,nPages:nPages,minScale:minScale}=props;const{left:left}=limits;const{width:width}=contentSize;const scaledWidth=width*Math.max(minScale,scale);const translationX=left-translateX;const mod=scaledWidth-Math.abs(translationX%scaledWidth);const temp=Math.abs(translationX/scaledWidth);const floorTemp=Math.max(Math.floor(temp),0);const roundTemp=Math.max(Math.round(temp),0);const page=mod>width*0.5?floorTemp:roundTemp;return Math.max(0,Math.min(nPages-1,page));}" + }; + var getIndex = exports.getIndex = function () { + var zoomViewPagerPanWorkletsJs3 = function zoomViewPagerPanWorkletsJs3(translateX, scale, limits) { + var props = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {}; + var contentSize = props.contentSize, + nPages = props.nPages, + minScale = props.minScale; + var left = limits.left; + var width = contentSize.width; + var scaledWidth = width * Math.max(minScale, scale); + var translationX = left - translateX; + var mod = scaledWidth - Math.abs(translationX % scaledWidth); + var temp = Math.abs(translationX / scaledWidth); + var floorTemp = Math.max(Math.floor(temp), 0); + var roundTemp = Math.max(Math.round(temp), 0); + var page = mod > width * 0.5 ? floorTemp : roundTemp; + return Math.max(0, Math.min(nPages - 1, page)); + }; + zoomViewPagerPanWorkletsJs3.__closure = {}; + zoomViewPagerPanWorkletsJs3.__workletHash = 3351825415288; + zoomViewPagerPanWorkletsJs3.__initData = _worklet_3351825415288_init_data; + return zoomViewPagerPanWorkletsJs3; + }(); + var _worklet_12116534864230_init_data = { + code: "function zoomViewPagerPanWorkletsJs4(currentIndex,isLeftSwipe,nPages,pagesVisible,isRtl){const twoPageVisible=pagesVisible===2;const isRightSwipe=!isLeftSwipe;const firstOrSecondLast=currentIndex===0||currentIndex===nPages-2;const secondOrLast=currentIndex===1||currentIndex===nPages-1;const odd=currentIndex%2===1;let nPagesToSwipe;if(isRtl&&nPages%2===1){nPagesToSwipe=!twoPageVisible||isRightSwipe&&secondOrLast||isLeftSwipe&&firstOrSecondLast||odd?1:pagesVisible;}else{nPagesToSwipe=!twoPageVisible||isRightSwipe&&firstOrSecondLast||isLeftSwipe&&secondOrLast||!odd?1:pagesVisible;}return isRightSwipe?currentIndex+nPagesToSwipe:currentIndex-nPagesToSwipe;}" + }; + var getScrollPage = exports.getScrollPage = function () { + var zoomViewPagerPanWorkletsJs4 = function zoomViewPagerPanWorkletsJs4(currentIndex, isLeftSwipe, nPages, pagesVisible, isRtl) { + var twoPageVisible = pagesVisible === 2; + var isRightSwipe = !isLeftSwipe; + + //|x0, x1| => |x1, x2| => |x3, x4| + var firstOrSecondLast = currentIndex === 0 || currentIndex === nPages - 2; + var secondOrLast = currentIndex === 1 || currentIndex === nPages - 1; + //|x1, x2| is the destination but user is in the following case |x2, x3| + var odd = currentIndex % 2 === 1; + var nPagesToSwipe; + //the pages are not even + if (isRtl && nPages % 2 === 1) { + //evaluate translation pages based on above variable + nPagesToSwipe = !twoPageVisible || isRightSwipe && secondOrLast || isLeftSwipe && firstOrSecondLast || odd ? 1 : pagesVisible; + } else { + //evaluate translation pages based on above variable + nPagesToSwipe = !twoPageVisible || isRightSwipe && firstOrSecondLast || isLeftSwipe && secondOrLast || !odd ? 1 : pagesVisible; + } + return isRightSwipe ? currentIndex + nPagesToSwipe : currentIndex - nPagesToSwipe; + }; + zoomViewPagerPanWorkletsJs4.__closure = {}; + zoomViewPagerPanWorkletsJs4.__workletHash = 12116534864230; + zoomViewPagerPanWorkletsJs4.__initData = _worklet_12116534864230_init_data; + return zoomViewPagerPanWorkletsJs4; + }(); + var _worklet_16309800774714_init_data = { + code: "function zoomViewPagerPanWorkletsJs5(event,index,scale,whiteMargin,limits,props={}){const{getScrollPage,limitValue}=this.__closure;const{velocityX:velocityX}=event;const{contentSize:contentSize,nPages:nPages,numberOfShowedPages:numberOfShowedPages,isRtl:isRtl}=props;const{left:left,right:right}=limits;const isLeftSwipe=velocityX>0;const newIndex=getScrollPage(index,isLeftSwipe,nPages,numberOfShowedPages,isRtl);const pageScaledWidth=contentSize.width*scale;const swipeDestination=pageScaledWidth*newIndex+whiteMargin;const destination=left-swipeDestination;return limitValue(left,right,destination);}" + }; + var getFixedSwipeDestination = function () { + var zoomViewPagerPanWorkletsJs5 = function zoomViewPagerPanWorkletsJs5(event, index, scale, whiteMargin, limits) { + var props = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : {}; + var velocityX = event.velocityX; + var contentSize = props.contentSize, + nPages = props.nPages, + numberOfShowedPages = props.numberOfShowedPages, + isRtl = props.isRtl; + var left = limits.left, + right = limits.right; + var isLeftSwipe = velocityX > 0; + var newIndex = getScrollPage(index, isLeftSwipe, nPages, numberOfShowedPages, isRtl); + + //amount of x from 0 (positive number) + var pageScaledWidth = contentSize.width * scale; + var swipeDestination = pageScaledWidth * newIndex + whiteMargin; + + //handle scroll on nearest pages + var destination = left - swipeDestination; + return (0, _$$_REQUIRE(_dependencyMap[0]).limitValue)(left, right, destination); + }; + zoomViewPagerPanWorkletsJs5.__closure = { + getScrollPage: getScrollPage, + limitValue: _$$_REQUIRE(_dependencyMap[0]).limitValue + }; + zoomViewPagerPanWorkletsJs5.__workletHash = 16309800774714; + zoomViewPagerPanWorkletsJs5.__initData = _worklet_16309800774714_init_data; + return zoomViewPagerPanWorkletsJs5; + }(); + var _worklet_3258263110640_init_data = { + code: "function zoomViewPagerPanWorkletsJs6(translateX,index,scale,whiteMargin,limits,activeAnimation,props={}){const{workletLogger,limitValue}=this.__closure;const{left:left,right:right}=limits;const{contentSize:contentSize,numberOfShowedPages:numberOfShowedPages}=props;const pageScaledWidth=contentSize.width*scale;const pagesScaledWidth=pageScaledWidth*numberOfShowedPages;const swipeDestination=pageScaledWidth*index+whiteMargin;const absolutePanX=-1*left+translateX;const prevIndex=index-1;const nextIndex=index+1;const destinationIndex=translateX>left-swipeDestination?prevIndex:nextIndex;workletLogger(\"getScrollDestination: \"+translateX+\", \"+left+\", \"+swipeDestination+\", \"+absolutePanX+\", \"+index+\", \"+prevIndex+\", \"+nextIndex+\", \"+activeAnimation);let destination=left;if(activeAnimation&&Math.abs(Math.abs(absolutePanX)-swipeDestination)>pagesScaledWidth*1.25){destination-=pageScaledWidth*destinationIndex+whiteMargin;}else{destination-=swipeDestination;}return limitValue(left,right,destination);}" + }; + var getScrollDestination = exports.getScrollDestination = function () { + var zoomViewPagerPanWorkletsJs6 = function zoomViewPagerPanWorkletsJs6(translateX, index, scale, whiteMargin, limits, activeAnimation) { + var props = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : {}; + var left = limits.left, + right = limits.right; + var contentSize = props.contentSize, + numberOfShowedPages = props.numberOfShowedPages; + + //!scrollActive update index inside JS code and is already updated + + //amount of x from 0 (positive number) + var pageScaledWidth = contentSize.width * scale; + var pagesScaledWidth = pageScaledWidth * numberOfShowedPages; + var swipeDestination = pageScaledWidth * index + whiteMargin; + //in case of swipe gesture we need this operation sub(value, drag) to evaluate panX (visible area) as start of gesture instead of end + var absolutePanX = -1 * left + translateX; + //avoid that the user scroll 2 pages instead of one if is between pages + var prevIndex = index - 1; + var nextIndex = index + 1; + var destinationIndex = translateX > left - swipeDestination ? prevIndex : nextIndex; + (0, _$$_REQUIRE(_dependencyMap[0]).workletLogger)(`getScrollDestination: ${translateX}, ${left}, ${swipeDestination}, ${absolutePanX}, ${index}, ${prevIndex}, ${nextIndex}, ${activeAnimation}`); + + //handle scroll on nearest pages, + //if scrollActive and not animated means a jump on different pages + var destination = left; + if (activeAnimation && Math.abs(Math.abs(absolutePanX) - swipeDestination) > pagesScaledWidth * 1.25) { + destination -= pageScaledWidth * destinationIndex + whiteMargin; + } else { + destination -= swipeDestination; + } + return (0, _$$_REQUIRE(_dependencyMap[0]).limitValue)(left, right, destination); + }; + zoomViewPagerPanWorkletsJs6.__closure = { + workletLogger: _$$_REQUIRE(_dependencyMap[0]).workletLogger, + limitValue: _$$_REQUIRE(_dependencyMap[0]).limitValue + }; + zoomViewPagerPanWorkletsJs6.__workletHash = 3258263110640; + zoomViewPagerPanWorkletsJs6.__initData = _worklet_3258263110640_init_data; + return zoomViewPagerPanWorkletsJs6; + }(); + var _worklet_11014672626563_init_data = { + code: "function zoomViewPagerPanWorkletsJs7(event,constants){const{enableAnimation}=this.__closure;const{MAGNETIC_PAN_VELOCITY_Y:MAGNETIC_PAN_VELOCITY_Y}=constants;return enableAnimation(event,constants).y&&Math.abs(event.velocityY)>MAGNETIC_PAN_VELOCITY_Y;}" + }; + var isMagneticPanY = exports.isMagneticPanY = function () { + var zoomViewPagerPanWorkletsJs7 = function zoomViewPagerPanWorkletsJs7(event, constants) { + var MAGNETIC_PAN_VELOCITY_Y = constants.MAGNETIC_PAN_VELOCITY_Y; + return enableAnimation(event, constants).y && Math.abs(event.velocityY) > MAGNETIC_PAN_VELOCITY_Y; + }; + zoomViewPagerPanWorkletsJs7.__closure = { + enableAnimation: enableAnimation + }; + zoomViewPagerPanWorkletsJs7.__workletHash = 11014672626563; + zoomViewPagerPanWorkletsJs7.__initData = _worklet_11014672626563_init_data; + return zoomViewPagerPanWorkletsJs7; + }(); + var _worklet_2267409682177_init_data = { + code: "function zoomViewPagerPanWorkletsJs8(event,isFitted=false,constants){const{enableAnimation}=this.__closure;const{MAGNETIC_PAN_VELOCITY_X:MAGNETIC_PAN_VELOCITY_X}=constants;return enableAnimation(event,constants).x&&Math.abs(event.velocityX)>MAGNETIC_PAN_VELOCITY_X&&isFitted;}" + }; + var isMagneticPanX = exports.isMagneticPanX = function () { + var zoomViewPagerPanWorkletsJs8 = function zoomViewPagerPanWorkletsJs8(event) { + var isFitted = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; + var constants = arguments.length > 2 ? arguments[2] : undefined; + var MAGNETIC_PAN_VELOCITY_X = constants.MAGNETIC_PAN_VELOCITY_X; + return enableAnimation(event, constants).x && Math.abs(event.velocityX) > MAGNETIC_PAN_VELOCITY_X && isFitted; + }; + zoomViewPagerPanWorkletsJs8.__closure = { + enableAnimation: enableAnimation + }; + zoomViewPagerPanWorkletsJs8.__workletHash = 2267409682177; + zoomViewPagerPanWorkletsJs8.__initData = _worklet_2267409682177_init_data; + return zoomViewPagerPanWorkletsJs8; + }(); + var _worklet_12205559327530_init_data = { + code: "function zoomViewPagerPanWorkletsJs9(event,enableDirection,degrees,isFitted=false){const{workletLogger}=this.__closure;const{translationX:translationX,translationY:translationY}=event;if(translationX!==0){const xRadians=degrees[0]*Math.PI/180;const yRadians=degrees[1]*Math.PI/180;const radians=Math.abs(Math.atan(translationY/translationX));const enableXOnly=radiansyRadians;const enable=isFitted||!enableXOnly&&!enableYOnly;workletLogger(\"checkLock: \"+enableDirection.value+\", \"+isFitted);if(!enableDirection.value||isFitted&&(!enableDirection.value.x||!enableDirection.value.y)){workletLogger(\"checkLock: \"+radians+\", \"+xRadians+\", \"+yRadians+\", \"+isFitted+\", \"+enableXOnly+\", \"+enableYOnly+\", \"+enable);enableDirection.value={x:enableXOnly||enable,y:enableYOnly||enable};}}}" + }; + var checkLock = exports.checkLock = function () { + var zoomViewPagerPanWorkletsJs9 = function zoomViewPagerPanWorkletsJs9(event, enableDirection, degrees) { + var isFitted = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false; + /** + * We need to store the dragX because swipe gesture should works always, also when X axis is locked + * We the pan is on Y axis we must set dragX to 0 to avoid movement on X axis and its value must be stored in a temp variable if the velocity is enough high + * When the gesture is ended we restore dragX value to enable swipe gesture + */ + var translationX = event.translationX, + translationY = event.translationY; + if (translationX !== 0) { + var xRadians = degrees[0] * Math.PI / 180; + var yRadians = degrees[1] * Math.PI / 180; + var radians = Math.abs(Math.atan(translationY / translationX)); + var enableXOnly = radians < xRadians; + var enableYOnly = radians > yRadians; + var enable = isFitted || !enableXOnly && !enableYOnly; + (0, _$$_REQUIRE(_dependencyMap[0]).workletLogger)(`checkLock: ${enableDirection.value}, ${isFitted}`); + + //when zoomed in (isFitted = true) we must enable both directions, so redo the check once again + if (!enableDirection.value || isFitted && (!enableDirection.value.x || !enableDirection.value.y)) { + (0, _$$_REQUIRE(_dependencyMap[0]).workletLogger)(`checkLock: ${radians}, ${xRadians}, ${yRadians}, ${isFitted}, ${enableXOnly}, ${enableYOnly}, ${enable}`); + enableDirection.value = { + x: enableXOnly || enable, + y: enableYOnly || enable + }; + } + } + }; + zoomViewPagerPanWorkletsJs9.__closure = { + workletLogger: _$$_REQUIRE(_dependencyMap[0]).workletLogger + }; + zoomViewPagerPanWorkletsJs9.__workletHash = 12205559327530; + zoomViewPagerPanWorkletsJs9.__initData = _worklet_12205559327530_init_data; + return zoomViewPagerPanWorkletsJs9; + }(); + var _worklet_11512946563016_init_data = { + code: "function zoomViewPagerPanWorkletsJs10(event,ctx,enable=true,limits){const{limitValue}=this.__closure;const{left:left,right:right}=limits;let translationX=ctx.translateX;if(enable){translationX+=event.translationX;}return limitValue(left,right,translationX);}" + }; + var panXMgr = function () { + var zoomViewPagerPanWorkletsJs10 = function zoomViewPagerPanWorkletsJs10(event, ctx) { + var enable = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true; + var limits = arguments.length > 3 ? arguments[3] : undefined; + var left = limits.left, + right = limits.right; + var translationX = ctx.translateX; + if (enable) { + translationX += event.translationX; + } + return (0, _$$_REQUIRE(_dependencyMap[0]).limitValue)(left, right, translationX); + }; + zoomViewPagerPanWorkletsJs10.__closure = { + limitValue: _$$_REQUIRE(_dependencyMap[0]).limitValue + }; + zoomViewPagerPanWorkletsJs10.__workletHash = 11512946563016; + zoomViewPagerPanWorkletsJs10.__initData = _worklet_11512946563016_init_data; + return zoomViewPagerPanWorkletsJs10; + }(); + var _worklet_1397137074007_init_data = { + code: "function zoomViewPagerPanWorkletsJs11(event,ctx,enable=true,limits){const{limitValue}=this.__closure;const{top:top,bottom:bottom}=limits;let translationY=ctx.translateY;if(enable){translationY+=event.translationY;}return limitValue(top,bottom,translationY);}" + }; + var panYMgr = function () { + var zoomViewPagerPanWorkletsJs11 = function zoomViewPagerPanWorkletsJs11(event, ctx) { + var enable = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true; + var limits = arguments.length > 3 ? arguments[3] : undefined; + var top = limits.top, + bottom = limits.bottom; + var translationY = ctx.translateY; + if (enable) { + translationY += event.translationY; + } + return (0, _$$_REQUIRE(_dependencyMap[0]).limitValue)(top, bottom, translationY); + }; + zoomViewPagerPanWorkletsJs11.__closure = { + limitValue: _$$_REQUIRE(_dependencyMap[0]).limitValue + }; + zoomViewPagerPanWorkletsJs11.__workletHash = 1397137074007; + zoomViewPagerPanWorkletsJs11.__initData = _worklet_1397137074007_init_data; + return zoomViewPagerPanWorkletsJs11; + }(); + var _worklet_16784192634214_init_data = { + code: "function zoomViewPagerPanWorkletsJs12(event,ctx,enable={x:true,y:true},limits){const{panXMgr,panYMgr}=this.__closure;const panX=panXMgr(event,ctx,enable.x,limits);const panY=panYMgr(event,ctx,enable.y,limits);return{panX:panX,panY:panY};}" + }; + var handlePanActive = exports.handlePanActive = function () { + var zoomViewPagerPanWorkletsJs12 = function zoomViewPagerPanWorkletsJs12(event, ctx) { + var enable = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : { + x: true, + y: true + }; + var limits = arguments.length > 3 ? arguments[3] : undefined; + var panX = panXMgr(event, ctx, enable.x, limits); + var panY = panYMgr(event, ctx, enable.y, limits); + return { + panX: panX, + panY: panY + }; + }; + zoomViewPagerPanWorkletsJs12.__closure = { + panXMgr: panXMgr, + panYMgr: panYMgr + }; + zoomViewPagerPanWorkletsJs12.__workletHash = 16784192634214; + zoomViewPagerPanWorkletsJs12.__initData = _worklet_16784192634214_init_data; + return zoomViewPagerPanWorkletsJs12; + }(); + var _worklet_4721774582592_init_data = { + code: "function zoomViewPagerPanWorkletsJs13(event,ctx,limits,constants,props={}){const{workletLogger,limitValue}=this.__closure;const{velocityY:velocityY}=event;const{MAGNETIC_PAN_Y_FACTOR_PORTRAIT:MAGNETIC_PAN_Y_FACTOR_PORTRAIT,MAGNETIC_PAN_Y_FACTOR_LANDSCAPE:MAGNETIC_PAN_Y_FACTOR_LANDSCAPE}=constants;const{size:size}=props;const{top:top,bottom:bottom}=limits;const{width:width,height:height}=size;const translationY=event.translationY+ctx.translateY;const absoluteVariation=size.height*(width>height?MAGNETIC_PAN_Y_FACTOR_LANDSCAPE:MAGNETIC_PAN_Y_FACTOR_PORTRAIT);const variation=absoluteVariation*(velocityY>0?1:-1);workletLogger(\"getMagneticPanYDestination: \"+top+\", \"+bottom+\", \"+translationY+\", \"+variation);return limitValue(top,bottom,limitValue(top,bottom,translationY)+variation);}" + }; + var getMagneticPanYDestination = exports.getMagneticPanYDestination = function () { + var zoomViewPagerPanWorkletsJs13 = function zoomViewPagerPanWorkletsJs13(event, ctx, limits, constants) { + var props = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : {}; + var velocityY = event.velocityY; + var MAGNETIC_PAN_Y_FACTOR_PORTRAIT = constants.MAGNETIC_PAN_Y_FACTOR_PORTRAIT, + MAGNETIC_PAN_Y_FACTOR_LANDSCAPE = constants.MAGNETIC_PAN_Y_FACTOR_LANDSCAPE; + var size = props.size; + var top = limits.top, + bottom = limits.bottom; + var width = size.width, + height = size.height; + var translationY = event.translationY + ctx.translateY; + var absoluteVariation = size.height * (width > height ? MAGNETIC_PAN_Y_FACTOR_LANDSCAPE : MAGNETIC_PAN_Y_FACTOR_PORTRAIT); + var variation = absoluteVariation * (velocityY > 0 ? 1 : -1); + (0, _$$_REQUIRE(_dependencyMap[0]).workletLogger)(`getMagneticPanYDestination: ${top}, ${bottom}, ${translationY}, ${variation}`); + return (0, _$$_REQUIRE(_dependencyMap[0]).limitValue)(top, bottom, (0, _$$_REQUIRE(_dependencyMap[0]).limitValue)(top, bottom, translationY) + variation); + }; + zoomViewPagerPanWorkletsJs13.__closure = { + workletLogger: _$$_REQUIRE(_dependencyMap[0]).workletLogger, + limitValue: _$$_REQUIRE(_dependencyMap[0]).limitValue + }; + zoomViewPagerPanWorkletsJs13.__workletHash = 4721774582592; + zoomViewPagerPanWorkletsJs13.__initData = _worklet_4721774582592_init_data; + return zoomViewPagerPanWorkletsJs13; + }(); + var _worklet_8318197019433_init_data = { + code: "function zoomViewPagerPanWorkletsJs14(index,scale,whiteMargin,isFitted,limits,props={}){const{getVisiblePageBorders}=this.__closure;const{contentSize:contentSize,numberOfShowedPages:numberOfShowedPages,nPages:nPages}=props;const{left:left}=limits;const pageScaledWidth=contentSize.width*scale;const pagesScaledWidth=pageScaledWidth*numberOfShowedPages;const{left:visiblePageLeftBorder,right:visiblePageRightBorder}=getVisiblePageBorders(index,scale,whiteMargin,limits,props);const areTwoPagesVisible=numberOfShowedPages===2;const isFirstPage=index===0;const isLastPage=index===nPages-1;const isSecondLast=index===nPages-2;let paperPageLeftBorder=visiblePageLeftBorder;if(areTwoPagesVisible){if(isFirstPage){paperPageLeftBorder=left-whiteMargin;}else if(isLastPage||isSecondLast){paperPageLeftBorder=left-pageScaledWidth*index-whiteMargin;if(isSecondLast&&isFitted){paperPageLeftBorder+=pageScaledWidth;}}}let paperPageRightBorder=visiblePageRightBorder;if(areTwoPagesVisible){if(isFirstPage){if(isFitted){paperPageRightBorder=paperPageLeftBorder-pageScaledWidth;}else{paperPageRightBorder=paperPageLeftBorder-pagesScaledWidth;}}else if(isSecondLast){paperPageRightBorder=paperPageLeftBorder-pagesScaledWidth;}}return{left:paperPageLeftBorder,right:paperPageRightBorder};}" + }; + var getPageBorders = function () { + var zoomViewPagerPanWorkletsJs14 = function zoomViewPagerPanWorkletsJs14(index, scale, whiteMargin, isFitted, limits) { + var props = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : {}; + var contentSize = props.contentSize, + numberOfShowedPages = props.numberOfShowedPages, + nPages = props.nPages; + var left = limits.left; + var pageScaledWidth = contentSize.width * scale; + var pagesScaledWidth = pageScaledWidth * numberOfShowedPages; + var _getVisiblePageBorder = (0, _$$_REQUIRE(_dependencyMap[0]).getVisiblePageBorders)(index, scale, whiteMargin, limits, props), + visiblePageLeftBorder = _getVisiblePageBorder.left, + visiblePageRightBorder = _getVisiblePageBorder.right; + var areTwoPagesVisible = numberOfShowedPages === 2; + var isFirstPage = index === 0; + var isLastPage = index === nPages - 1; + var isSecondLast = index === nPages - 2; + var paperPageLeftBorder = visiblePageLeftBorder; + if (areTwoPagesVisible) { + if (isFirstPage) { + paperPageLeftBorder = left - whiteMargin; + } else if (isLastPage || isSecondLast) { + paperPageLeftBorder = left - pageScaledWidth * index - whiteMargin; + if (isSecondLast && isFitted) { + paperPageLeftBorder += pageScaledWidth; + } + } + } + var paperPageRightBorder = visiblePageRightBorder; + if (areTwoPagesVisible) { + if (isFirstPage) { + if (isFitted) { + paperPageRightBorder = paperPageLeftBorder - pageScaledWidth; + } else { + paperPageRightBorder = paperPageLeftBorder - pagesScaledWidth; + } + } else if (isSecondLast) { + paperPageRightBorder = paperPageLeftBorder - pagesScaledWidth; + } + } + return { + left: paperPageLeftBorder, + right: paperPageRightBorder + }; + }; + zoomViewPagerPanWorkletsJs14.__closure = { + getVisiblePageBorders: _$$_REQUIRE(_dependencyMap[0]).getVisiblePageBorders + }; + zoomViewPagerPanWorkletsJs14.__workletHash = 8318197019433; + zoomViewPagerPanWorkletsJs14.__initData = _worklet_8318197019433_init_data; + return zoomViewPagerPanWorkletsJs14; + }(); + var _worklet_418469010385_init_data = { + code: "function zoomViewPagerPanWorkletsJs15(event,ctx,index,scale,whiteMargin,isFitted,limits,constants,props={}){const{limitValue,getPageBorders}=this.__closure;const{size:size,numberOfShowedPages:numberOfShowedPages,snapSize:snapSize}=props;const{MAGNETIC_PAN_X_FACTOR_1PAGE:MAGNETIC_PAN_X_FACTOR_1PAGE,MAGNETIC_PAN_X_FACTOR_2PAGES:MAGNETIC_PAN_X_FACTOR_2PAGES,SNAP_PADDING:SNAP_PADDING}=constants;const{velocityX:velocityX}=event;const translationX=event.translationX+ctx.translateX;const{left:left,right:right}=limits;const{width:width}=size;const isLeftSwipe=velocityX>0;const rest=limitValue(left,right,translationX);const areTwoPagesVisible=numberOfShowedPages===2;const magneticFactor=areTwoPagesVisible?MAGNETIC_PAN_X_FACTOR_2PAGES:MAGNETIC_PAN_X_FACTOR_1PAGE;const absoluteVariation=width*numberOfShowedPages*magneticFactor;const tempDestination=rest+absoluteVariation*(isLeftSwipe?1:-1);const visibleAreaWidth=width*numberOfShowedPages+whiteMargin*2;const scaledSnapSize=Math.max(0,snapSize*scale-SNAP_PADDING);const{left:paperPageLeftBorder,right:paperPageRightBorder}=getPageBorders(index,scale,whiteMargin,isFitted,limits,props);let value=tempDestination;if(isLeftSwipe){if(tempDestination>paperPageLeftBorder&&restpaperPageRightBorder+visibleAreaWidth){value=paperPageRightBorder+visibleAreaWidth;}else if(Math.abs(paperPageRightBorder-tempDestination) 8 && arguments[8] !== undefined ? arguments[8] : {}; + var size = props.size, + numberOfShowedPages = props.numberOfShowedPages, + snapSize = props.snapSize; + var MAGNETIC_PAN_X_FACTOR_1PAGE = constants.MAGNETIC_PAN_X_FACTOR_1PAGE, + MAGNETIC_PAN_X_FACTOR_2PAGES = constants.MAGNETIC_PAN_X_FACTOR_2PAGES, + SNAP_PADDING = constants.SNAP_PADDING; + var velocityX = event.velocityX; + var translationX = event.translationX + ctx.translateX; + var left = limits.left, + right = limits.right; + var width = size.width; + var isLeftSwipe = velocityX > 0; + var rest = (0, _$$_REQUIRE(_dependencyMap[0]).limitValue)(left, right, translationX); + + //the following lines evaluate destination of magnetic gesture to move automatically about a piece of screen + var areTwoPagesVisible = numberOfShowedPages === 2; + var magneticFactor = areTwoPagesVisible ? MAGNETIC_PAN_X_FACTOR_2PAGES : MAGNETIC_PAN_X_FACTOR_1PAGE; + var absoluteVariation = width * numberOfShowedPages * magneticFactor; + var tempDestination = rest + absoluteVariation * (isLeftSwipe ? 1 : -1); + var visibleAreaWidth = width * numberOfShowedPages + whiteMargin * 2; + var scaledSnapSize = Math.max(0, snapSize * scale - SNAP_PADDING); + var _getPageBorders = getPageBorders(index, scale, whiteMargin, isFitted, limits, props), + paperPageLeftBorder = _getPageBorders.left, + paperPageRightBorder = _getPageBorders.right; + var value = tempDestination; + if (isLeftSwipe) { + if (tempDestination > paperPageLeftBorder && rest < paperPageLeftBorder) { + value = paperPageLeftBorder; + } else if (Math.abs(paperPageLeftBorder + visibleAreaWidth - tempDestination) < scaledSnapSize) { + value = paperPageLeftBorder + visibleAreaWidth; + } + } else if (tempDestination < paperPageRightBorder + visibleAreaWidth && rest > paperPageRightBorder + visibleAreaWidth) { + value = paperPageRightBorder + visibleAreaWidth; + } else if (Math.abs(paperPageRightBorder - tempDestination) < scaledSnapSize) { + value = paperPageRightBorder; + } + return (0, _$$_REQUIRE(_dependencyMap[0]).limitValue)(left, right, value); + }; + zoomViewPagerPanWorkletsJs15.__closure = { + limitValue: _$$_REQUIRE(_dependencyMap[0]).limitValue, + getPageBorders: getPageBorders + }; + zoomViewPagerPanWorkletsJs15.__workletHash = 418469010385; + zoomViewPagerPanWorkletsJs15.__initData = _worklet_418469010385_init_data; + return zoomViewPagerPanWorkletsJs15; + }(); + var _worklet_3615430551767_init_data = { + code: "function zoomViewPagerPanWorkletsJs16(event,ctx,translateX,index,scale,whiteMargin,isFitted,limits,constants,callbacks={},props={}){const{getMagneticPanXDestination,runTiming}=this.__closure;const dest=getMagneticPanXDestination(event,ctx,index,scale,whiteMargin,isFitted.value,limits,constants,props);const{onStart:onStart,onFinish:onFinish}=callbacks;onStart===null||onStart===void 0||onStart(dest);translateX.value=runTiming(dest,{},function(completed){onFinish===null||onFinish===void 0||onFinish(completed,dest);});}" + }; + var magneticPanXAnimation = exports.magneticPanXAnimation = function () { + var zoomViewPagerPanWorkletsJs16 = function zoomViewPagerPanWorkletsJs16(event, ctx, translateX, index, scale, whiteMargin, isFitted, limits, constants) { + var callbacks = arguments.length > 9 && arguments[9] !== undefined ? arguments[9] : {}; + var props = arguments.length > 10 && arguments[10] !== undefined ? arguments[10] : {}; + var dest = getMagneticPanXDestination(event, ctx, index, scale, whiteMargin, isFitted.value, limits, constants, props); + var onStart = callbacks.onStart, + onFinish = callbacks.onFinish; + onStart == null || onStart(dest); + translateX.value = (0, _$$_REQUIRE(_dependencyMap[0]).runTiming)(dest, {}, function (completed) { + onFinish == null || onFinish(completed, dest); + }); + }; + zoomViewPagerPanWorkletsJs16.__closure = { + getMagneticPanXDestination: getMagneticPanXDestination, + runTiming: _$$_REQUIRE(_dependencyMap[0]).runTiming + }; + zoomViewPagerPanWorkletsJs16.__workletHash = 3615430551767; + zoomViewPagerPanWorkletsJs16.__initData = _worklet_3615430551767_init_data; + return zoomViewPagerPanWorkletsJs16; + }(); + var _worklet_3027625209224_init_data = { + code: "function zoomViewPagerPanWorkletsJs17(event,ctx,translateY,limits,constants,callbacks,props={}){const{getMagneticPanYDestination,runTiming}=this.__closure;const{onStart:onStart,onFinish:onFinish}=callbacks;const dest=getMagneticPanYDestination(event,ctx,limits,constants,props);onStart===null||onStart===void 0||onStart(dest);translateY.value=runTiming(dest,{},function(completed){onFinish===null||onFinish===void 0||onFinish(completed,dest);});}" + }; + var magneticPanYAnimation = exports.magneticPanYAnimation = function () { + var zoomViewPagerPanWorkletsJs17 = function zoomViewPagerPanWorkletsJs17(event, ctx, translateY, limits, constants, callbacks) { + var props = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : {}; + var onStart = callbacks.onStart, + onFinish = callbacks.onFinish; + var dest = getMagneticPanYDestination(event, ctx, limits, constants, props); + onStart == null || onStart(dest); + translateY.value = (0, _$$_REQUIRE(_dependencyMap[0]).runTiming)(dest, {}, function (completed) { + onFinish == null || onFinish(completed, dest); + }); + }; + zoomViewPagerPanWorkletsJs17.__closure = { + getMagneticPanYDestination: getMagneticPanYDestination, + runTiming: _$$_REQUIRE(_dependencyMap[0]).runTiming + }; + zoomViewPagerPanWorkletsJs17.__workletHash = 3027625209224; + zoomViewPagerPanWorkletsJs17.__initData = _worklet_3027625209224_init_data; + return zoomViewPagerPanWorkletsJs17; + }(); + var _worklet_14386667792090_init_data = { + code: "function zoomViewPagerPanWorkletsJs18(translateY,limits){const{top:top}=limits;if(translateY.value!==top){translateY.value=top;}}" + }; + var alignToTop = exports.alignToTop = function () { + var zoomViewPagerPanWorkletsJs18 = function zoomViewPagerPanWorkletsJs18(translateY, limits) { + var top = limits.top; + if (translateY.value !== top) { + //return runTiming(top); + translateY.value = top; + } + }; + zoomViewPagerPanWorkletsJs18.__closure = {}; + zoomViewPagerPanWorkletsJs18.__workletHash = 14386667792090; + zoomViewPagerPanWorkletsJs18.__initData = _worklet_14386667792090_init_data; + return zoomViewPagerPanWorkletsJs18; + }(); + var _worklet_12337962412413_init_data = { + code: "function zoomViewPagerPanWorkletsJs19(scale,contentWidth,viewWidth){return Math.round(contentWidth)*scale>Math.round(viewWidth);}" + }; + var fitValue = exports.fitValue = function () { + var zoomViewPagerPanWorkletsJs19 = function zoomViewPagerPanWorkletsJs19(scale, contentWidth, viewWidth) { + return Math.round(contentWidth) * scale > Math.round(viewWidth); + }; + zoomViewPagerPanWorkletsJs19.__closure = {}; + zoomViewPagerPanWorkletsJs19.__workletHash = 12337962412413; + zoomViewPagerPanWorkletsJs19.__initData = _worklet_12337962412413_init_data; + return zoomViewPagerPanWorkletsJs19; + }(); + var _worklet_14247581128518_init_data = { + code: "function zoomViewPagerPanWorkletsJs20(translateX,currentIndex,scrollState,isScrollAnimatedActive,animated,whiteMargin,scale,limits,constants,callbacks={},props={}){const{cancelAnimation,getScrollDestination,State,runTiming}=this.__closure;cancelAnimation(translateX);currentIndex.value=currentIndex;const dest=getScrollDestination(translateX.value,currentIndex,scale,whiteMargin,limits,isScrollAnimatedActive.value,props);const{onStart:onStart,onFinish:onFinish}=callbacks;const{VIEW_PAGER_SWIPE_DURATION:VIEW_PAGER_SWIPE_DURATION}=constants;onStart===null||onStart===void 0||onStart(dest,currentIndex.value);scrollState.value=State.ACTIVE;isScrollAnimatedActive.value=animated;if(animated){translateX.value=runTiming(dest,{duration:VIEW_PAGER_SWIPE_DURATION},function(completed){onFinish===null||onFinish===void 0||onFinish(completed,dest,currentIndex);});}else{translateX.value=dest;onFinish===null||onFinish===void 0||onFinish(true,dest,currentIndex);}}" + }; + var scrollAnimation = exports.scrollAnimation = function () { + var zoomViewPagerPanWorkletsJs20 = function zoomViewPagerPanWorkletsJs20(translateX, currentIndex, scrollState, isScrollAnimatedActive, animated, whiteMargin, scale, limits, constants) { + var callbacks = arguments.length > 9 && arguments[9] !== undefined ? arguments[9] : {}; + var props = arguments.length > 10 && arguments[10] !== undefined ? arguments[10] : {}; + (0, _$$_REQUIRE(_dependencyMap[1]).cancelAnimation)(translateX); + currentIndex.value = currentIndex; + var dest = getScrollDestination(translateX.value, currentIndex, scale, whiteMargin, limits, isScrollAnimatedActive.value, props); + var onStart = callbacks.onStart, + onFinish = callbacks.onFinish; + var VIEW_PAGER_SWIPE_DURATION = constants.VIEW_PAGER_SWIPE_DURATION; + onStart == null || onStart(dest, currentIndex.value); + scrollState.value = _$$_REQUIRE(_dependencyMap[2]).State.ACTIVE; + isScrollAnimatedActive.value = animated; + if (animated) { + translateX.value = (0, _$$_REQUIRE(_dependencyMap[0]).runTiming)(dest, { + duration: VIEW_PAGER_SWIPE_DURATION + }, function (completed) { + onFinish == null || onFinish(completed, dest, currentIndex); + }); + } else { + translateX.value = dest; + onFinish == null || onFinish(true, dest, currentIndex); + } + }; + zoomViewPagerPanWorkletsJs20.__closure = { + cancelAnimation: _$$_REQUIRE(_dependencyMap[1]).cancelAnimation, + getScrollDestination: getScrollDestination, + State: _$$_REQUIRE(_dependencyMap[2]).State, + runTiming: _$$_REQUIRE(_dependencyMap[0]).runTiming + }; + zoomViewPagerPanWorkletsJs20.__workletHash = 14247581128518; + zoomViewPagerPanWorkletsJs20.__initData = _worklet_14247581128518_init_data; + return zoomViewPagerPanWorkletsJs20; + }(); + var _worklet_17516201346353_init_data = { + code: "function zoomViewPagerPanWorkletsJs21(event,ctx,translateX,currentIndex,scale,whiteMargin,limits,constants,callbacks={},props={}){const{getFixedSwipeDestination,getIndex,runTiming}=this.__closure;const dest=getFixedSwipeDestination(event,currentIndex.value,scale,whiteMargin,limits,props);currentIndex.value=getIndex(dest,scale,limits,props);const{onStart:onStart,onFinish:onFinish}=callbacks;const{VIEW_PAGER_SWIPE_DURATION:VIEW_PAGER_SWIPE_DURATION}=constants;onStart===null||onStart===void 0||onStart(dest,currentIndex.value);translateX.value=runTiming(dest,{duration:VIEW_PAGER_SWIPE_DURATION},function(completed){onFinish===null||onFinish===void 0||onFinish(completed,dest,currentIndex.value);});}" + }; + var swipeAnimation = exports.swipeAnimation = function () { + var zoomViewPagerPanWorkletsJs21 = function zoomViewPagerPanWorkletsJs21(event, ctx, translateX, currentIndex, scale, whiteMargin, limits, constants) { + var callbacks = arguments.length > 8 && arguments[8] !== undefined ? arguments[8] : {}; + var props = arguments.length > 9 && arguments[9] !== undefined ? arguments[9] : {}; + var dest = getFixedSwipeDestination(event, currentIndex.value, scale, whiteMargin, limits, props); + currentIndex.value = getIndex(dest, scale, limits, props); + var onStart = callbacks.onStart, + onFinish = callbacks.onFinish; + var VIEW_PAGER_SWIPE_DURATION = constants.VIEW_PAGER_SWIPE_DURATION; + onStart == null || onStart(dest, currentIndex.value); + translateX.value = (0, _$$_REQUIRE(_dependencyMap[0]).runTiming)(dest, { + duration: VIEW_PAGER_SWIPE_DURATION + }, function (completed) { + onFinish == null || onFinish(completed, dest, currentIndex.value); + }); + }; + zoomViewPagerPanWorkletsJs21.__closure = { + getFixedSwipeDestination: getFixedSwipeDestination, + getIndex: getIndex, + runTiming: _$$_REQUIRE(_dependencyMap[0]).runTiming + }; + zoomViewPagerPanWorkletsJs21.__workletHash = 17516201346353; + zoomViewPagerPanWorkletsJs21.__initData = _worklet_17516201346353_init_data; + return zoomViewPagerPanWorkletsJs21; + }(); + var _worklet_1755381425699_init_data = { + code: "function zoomViewPagerPanWorkletsJs22(event,ctx,index,scale,whiteMargin,isFitted,limits,constants,props={}){const{limitValue,getPageBorders,workletLogger}=this.__closure;const{translationX:translationX}=event;const{translateX:translateX}=ctx;const{contentSize:contentSize,numberOfShowedPages:numberOfShowedPages,snapSize:snapSize}=props;const{SNAP_PADDING:SNAP_PADDING}=constants;const{left:left,right:right}=limits;const rest=limitValue(left,right,translationX+translateX);const scaledSnapSize=Math.max(0,snapSize*scale-SNAP_PADDING);const{width:width}=contentSize;const visibleAreaWidth=width*numberOfShowedPages+whiteMargin*2;const{left:paperPageLeftBorder,right:paperPageRightBorder}=getPageBorders(index,scale,whiteMargin,isFitted,limits,props);const nearLeft=Math.abs(paperPageLeftBorder-rest) 8 && arguments[8] !== undefined ? arguments[8] : {}; + var translationX = event.translationX; + var translateX = ctx.translateX; + var contentSize = props.contentSize, + numberOfShowedPages = props.numberOfShowedPages, + snapSize = props.snapSize; + var SNAP_PADDING = constants.SNAP_PADDING; + var left = limits.left, + right = limits.right; + var rest = (0, _$$_REQUIRE(_dependencyMap[0]).limitValue)(left, right, translationX + translateX); + var scaledSnapSize = Math.max(0, snapSize * scale - SNAP_PADDING); + var width = contentSize.width; + var visibleAreaWidth = width * numberOfShowedPages + whiteMargin * 2; + var _getPageBorders2 = getPageBorders(index, scale, whiteMargin, isFitted, limits, props), + paperPageLeftBorder = _getPageBorders2.left, + paperPageRightBorder = _getPageBorders2.right; + var nearLeft = Math.abs(paperPageLeftBorder - rest) < scaledSnapSize; + var nearRight = Math.abs(paperPageRightBorder - (rest - visibleAreaWidth)) < scaledSnapSize; + (0, _$$_REQUIRE(_dependencyMap[0]).workletLogger)(`checkCloseToBorder: ${nearLeft}, ${nearRight}, ${paperPageLeftBorder}, ${paperPageRightBorder}, ${rest}, ${scaledSnapSize}, ${visibleAreaWidth}`); + (0, _$$_REQUIRE(_dependencyMap[0]).workletLogger)(`checkCloseToBorder: ${Math.abs(paperPageLeftBorder - rest)}, ${Math.abs(paperPageRightBorder - (rest - visibleAreaWidth))}`); + return { + near: { + left: nearLeft, + right: nearRight + }, + border: { + left: paperPageLeftBorder, + right: paperPageRightBorder + } + }; + }; + zoomViewPagerPanWorkletsJs22.__closure = { + limitValue: _$$_REQUIRE(_dependencyMap[0]).limitValue, + getPageBorders: getPageBorders, + workletLogger: _$$_REQUIRE(_dependencyMap[0]).workletLogger + }; + zoomViewPagerPanWorkletsJs22.__workletHash = 1755381425699; + zoomViewPagerPanWorkletsJs22.__initData = _worklet_1755381425699_init_data; + return zoomViewPagerPanWorkletsJs22; + }(); + var _worklet_10445587492684_init_data = { + code: "function zoomViewPagerPanWorkletsJs23(event,ctx,index,scale,whiteMargin,isFitted,limits,constants,props={}){const{checkCloseToBorder,workletLogger}=this.__closure;const{velocityX:velocityX}=event;const isLeftSwipe=velocityX>0;const isRightSwipe=!isLeftSwipe;const{near:near,border:border}=checkCloseToBorder(event,ctx,index,scale,whiteMargin,isFitted,limits,constants,props);workletLogger(\"isSnap: \"+near.left+\", \"+near.right+\", \"+border.left+\", \"+border.right);return Math.abs(velocityX)>0&&(isLeftSwipe&&near.left||isRightSwipe&&near.right);}" + }; + var isSnap = exports.isSnap = function () { + var zoomViewPagerPanWorkletsJs23 = function zoomViewPagerPanWorkletsJs23(event, ctx, index, scale, whiteMargin, isFitted, limits, constants) { + var props = arguments.length > 8 && arguments[8] !== undefined ? arguments[8] : {}; + var velocityX = event.velocityX; + var isLeftSwipe = velocityX > 0; + var isRightSwipe = !isLeftSwipe; + var _checkCloseToBorder = checkCloseToBorder(event, ctx, index, scale, whiteMargin, isFitted, limits, constants, props), + near = _checkCloseToBorder.near, + border = _checkCloseToBorder.border; + (0, _$$_REQUIRE(_dependencyMap[0]).workletLogger)(`isSnap: ${near.left}, ${near.right}, ${border.left}, ${border.right}`); + + //snap, maxVelocity check: disable it during pinch + return Math.abs(velocityX) > 0 && (isLeftSwipe && near.left || isRightSwipe && near.right); + }; + zoomViewPagerPanWorkletsJs23.__closure = { + checkCloseToBorder: checkCloseToBorder, + workletLogger: _$$_REQUIRE(_dependencyMap[0]).workletLogger + }; + zoomViewPagerPanWorkletsJs23.__workletHash = 10445587492684; + zoomViewPagerPanWorkletsJs23.__initData = _worklet_10445587492684_init_data; + return zoomViewPagerPanWorkletsJs23; + }(); + var _worklet_3734499279317_init_data = { + code: "function zoomViewPagerPanWorkletsJs24(event,ctx,index,scale,whiteMargin,isFitted,limits,constants,props={}){const{checkCloseToBorder}=this.__closure;const{contentSize:contentSize,numberOfShowedPages:numberOfShowedPages}=props;const{width:width}=contentSize;const visibleAreaWidth=width*numberOfShowedPages+whiteMargin*2;const{near:near,border:border}=checkCloseToBorder(event,ctx,index,scale,whiteMargin,isFitted,limits,constants,props);if(near.left){return border.left;}return border.right+visibleAreaWidth;}" + }; + var getSnapDestination = function () { + var zoomViewPagerPanWorkletsJs24 = function zoomViewPagerPanWorkletsJs24(event, ctx, index, scale, whiteMargin, isFitted, limits, constants) { + var props = arguments.length > 8 && arguments[8] !== undefined ? arguments[8] : {}; + var contentSize = props.contentSize, + numberOfShowedPages = props.numberOfShowedPages; + var width = contentSize.width; + var visibleAreaWidth = width * numberOfShowedPages + whiteMargin * 2; + var _checkCloseToBorder2 = checkCloseToBorder(event, ctx, index, scale, whiteMargin, isFitted, limits, constants, props), + near = _checkCloseToBorder2.near, + border = _checkCloseToBorder2.border; + if (near.left) { + return border.left; + } + return border.right + visibleAreaWidth; + }; + zoomViewPagerPanWorkletsJs24.__closure = { + checkCloseToBorder: checkCloseToBorder + }; + zoomViewPagerPanWorkletsJs24.__workletHash = 3734499279317; + zoomViewPagerPanWorkletsJs24.__initData = _worklet_3734499279317_init_data; + return zoomViewPagerPanWorkletsJs24; + }(); + var _worklet_6351439912960_init_data = { + code: "function zoomViewPagerPanWorkletsJs25(event,ctx,translateX,index,scale,whiteMargin,isFitted,limits,constants,callbacks={},props={}){const{getSnapDestination,runTiming}=this.__closure;const{SNAP_VELOCITY:SNAP_VELOCITY}=constants;const dest=getSnapDestination(event,ctx,index,scale,whiteMargin,isFitted,limits,constants,props);const{onStart:onStart,onFinish:onFinish}=callbacks;onStart===null||onStart===void 0||onStart(dest,index);translateX.value=runTiming(dest,{duration:SNAP_VELOCITY},function(completed){onFinish===null||onFinish===void 0||onFinish(completed,dest,index);});}" + }; + var snapAnimation = exports.snapAnimation = function () { + var zoomViewPagerPanWorkletsJs25 = function zoomViewPagerPanWorkletsJs25(event, ctx, translateX, index, scale, whiteMargin, isFitted, limits, constants) { + var callbacks = arguments.length > 9 && arguments[9] !== undefined ? arguments[9] : {}; + var props = arguments.length > 10 && arguments[10] !== undefined ? arguments[10] : {}; + var SNAP_VELOCITY = constants.SNAP_VELOCITY; + var dest = getSnapDestination(event, ctx, index, scale, whiteMargin, isFitted, limits, constants, props); + var onStart = callbacks.onStart, + onFinish = callbacks.onFinish; + onStart == null || onStart(dest, index); + translateX.value = (0, _$$_REQUIRE(_dependencyMap[0]).runTiming)(dest, { + duration: SNAP_VELOCITY + }, function (completed) { + onFinish == null || onFinish(completed, dest, index); + }); + }; + zoomViewPagerPanWorkletsJs25.__closure = { + getSnapDestination: getSnapDestination, + runTiming: _$$_REQUIRE(_dependencyMap[0]).runTiming + }; + zoomViewPagerPanWorkletsJs25.__workletHash = 6351439912960; + zoomViewPagerPanWorkletsJs25.__initData = _worklet_6351439912960_init_data; + return zoomViewPagerPanWorkletsJs25; + }(); + var _worklet_4634414412832_init_data = { + code: "function zoomViewPagerPanWorkletsJs26(goRight,translateX,panState,limits,constants,callbacks){const{limitValue,State,runTiming}=this.__closure;const{left:left,right:right}=limits;const{PAN_TO_DIST:PAN_TO_DIST,ZOOM_TO_DURATION:ZOOM_TO_DURATION}=constants;const dest=limitValue(left,right,translateX.value+PAN_TO_DIST*(goRight?-1:1));const{onStart:onStart,onFinish:onFinish}=callbacks;onStart===null||onStart===void 0||onStart(dest);panState.value=State.ACTIVE;translateX.value=runTiming(dest,{duration:ZOOM_TO_DURATION},function(completed){onFinish===null||onFinish===void 0||onFinish(completed,dest);});}" + }; + var horizontalKeyPanAnimation = exports.horizontalKeyPanAnimation = function () { + var zoomViewPagerPanWorkletsJs26 = function zoomViewPagerPanWorkletsJs26(goRight, translateX, panState, limits, constants, callbacks) { + var left = limits.left, + right = limits.right; + var PAN_TO_DIST = constants.PAN_TO_DIST, + ZOOM_TO_DURATION = constants.ZOOM_TO_DURATION; + var dest = (0, _$$_REQUIRE(_dependencyMap[0]).limitValue)(left, right, translateX.value + PAN_TO_DIST * (goRight ? -1 : 1)); + var onStart = callbacks.onStart, + onFinish = callbacks.onFinish; + onStart == null || onStart(dest); + panState.value = _$$_REQUIRE(_dependencyMap[2]).State.ACTIVE; + translateX.value = (0, _$$_REQUIRE(_dependencyMap[0]).runTiming)(dest, { + duration: ZOOM_TO_DURATION + }, function (completed) { + onFinish == null || onFinish(completed, dest); + }); + }; + zoomViewPagerPanWorkletsJs26.__closure = { + limitValue: _$$_REQUIRE(_dependencyMap[0]).limitValue, + State: _$$_REQUIRE(_dependencyMap[2]).State, + runTiming: _$$_REQUIRE(_dependencyMap[0]).runTiming + }; + zoomViewPagerPanWorkletsJs26.__workletHash = 4634414412832; + zoomViewPagerPanWorkletsJs26.__initData = _worklet_4634414412832_init_data; + return zoomViewPagerPanWorkletsJs26; + }(); + var _worklet_3414561565887_init_data = { + code: "function zoomViewPagerPanWorkletsJs27(goDown,translateY,panState,limits,constants,callbacks){const{limitValue,State,runTiming}=this.__closure;const{top:top,bottom:bottom}=limits;const{PAN_TO_DIST:PAN_TO_DIST,ZOOM_TO_DURATION:ZOOM_TO_DURATION}=constants;const dest=limitValue(top,bottom,translateY.value+PAN_TO_DIST*(goDown?-1:1));const{onStart:onStart,onFinish:onFinish}=callbacks;onStart===null||onStart===void 0||onStart(dest);panState.value=State.ACTIVE;translateY.value=runTiming(dest,{duration:ZOOM_TO_DURATION},function(completed){onFinish===null||onFinish===void 0||onFinish(completed,dest);});}" + }; + var verticalKeyPanAnimation = exports.verticalKeyPanAnimation = function () { + var zoomViewPagerPanWorkletsJs27 = function zoomViewPagerPanWorkletsJs27(goDown, translateY, panState, limits, constants, callbacks) { + var top = limits.top, + bottom = limits.bottom; + var PAN_TO_DIST = constants.PAN_TO_DIST, + ZOOM_TO_DURATION = constants.ZOOM_TO_DURATION; + var dest = (0, _$$_REQUIRE(_dependencyMap[0]).limitValue)(top, bottom, translateY.value + PAN_TO_DIST * (goDown ? -1 : 1)); + var onStart = callbacks.onStart, + onFinish = callbacks.onFinish; + onStart == null || onStart(dest); + panState.value = _$$_REQUIRE(_dependencyMap[2]).State.ACTIVE; + translateY.value = (0, _$$_REQUIRE(_dependencyMap[0]).runTiming)(dest, { + duration: ZOOM_TO_DURATION + }, function (completed) { + onFinish == null || onFinish(completed, dest); + }); + }; + zoomViewPagerPanWorkletsJs27.__closure = { + limitValue: _$$_REQUIRE(_dependencyMap[0]).limitValue, + State: _$$_REQUIRE(_dependencyMap[2]).State, + runTiming: _$$_REQUIRE(_dependencyMap[0]).runTiming + }; + zoomViewPagerPanWorkletsJs27.__workletHash = 3414561565887; + zoomViewPagerPanWorkletsJs27.__initData = _worklet_3414561565887_init_data; + return zoomViewPagerPanWorkletsJs27; + }(); +},2162,[2160,737,966]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -271530,7 +270900,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2192,[2176]); +},2163,[2146]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -271790,7 +271160,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e showAll: false, hidden: false }; -},2193,[2,74,11,5,6,50,52,55,673,103,41,1076,657,678,761,2194,275,525,2195]); +},2164,[2,74,11,5,6,50,52,55,673,103,41,1049,657,678,734,2165,275,525,2166]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -272129,7 +271499,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2194,[2,11,3,5,6,50,52,55,673,103,41,10,523,720,1077,761,275,655,525,679,678,2195]); +},2165,[2,11,3,5,6,50,52,55,673,103,41,10,523,693,1050,734,275,655,525,679,678,2166]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -272170,7 +271540,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _pdfComponent = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[3])); var _pdfBoxComponent = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[4])); var _imageComponent = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[5])); -},2195,[2,2196,2197,2198,2199,2200]); +},2166,[2,2167,2187,2188,2189,2190]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -272258,7 +271628,1248 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e pageId: 0, artId: -1 }; -},2196,[2,5,6,50,52,55,103,673,41,525,688]); +},2167,[2,5,6,50,52,55,103,673,41,525,2168]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + 'use strict'; + + module.exports = { + get ColorPropType() { + return _$$_REQUIRE(_dependencyMap[0]); + }, + get EdgeInsetsPropType() { + return _$$_REQUIRE(_dependencyMap[1]); + }, + get ImagePropTypes() { + return _$$_REQUIRE(_dependencyMap[2]); + }, + get PointPropType() { + return _$$_REQUIRE(_dependencyMap[3]); + }, + get TextInputPropTypes() { + return _$$_REQUIRE(_dependencyMap[4]); + }, + get TextPropTypes() { + return _$$_REQUIRE(_dependencyMap[5]); + }, + get ViewPropTypes() { + return _$$_REQUIRE(_dependencyMap[6]); + } + }; +},2168,[2169,2171,2172,2183,2184,2185,2173]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + 'use strict'; + + var colorPropType = function colorPropType(isRequired, props, propName, componentName, location, propFullName) { + var color = props[propName]; + if (color == null) { + if (isRequired) { + return new Error('Required ' + location + ' `' + (propFullName || propName) + '` was not specified in `' + componentName + '`.'); + } + return; + } + if (typeof color === 'number') { + return; + } + if (typeof color === 'string' && _$$_REQUIRE(_dependencyMap[0])(color) === null) { + return new Error('Invalid ' + location + ' `' + (propFullName || propName) + '` supplied to `' + componentName + '`: ' + color + '\n' + `Valid color formats are + - '#f0f' (#rgb) + - '#f0fc' (#rgba) + - '#ff00ff' (#rrggbb) + - '#ff00ff00' (#rrggbbaa) + - 'rgb(255, 255, 255)' + - 'rgba(255, 255, 255, 1.0)' + - 'hsl(360, 100%, 100%)' + - 'hsla(360, 100%, 100%, 1.0)' + - 'transparent' + - 'red' + - 0xff00ff00 (0xrrggbbaa) +`); + } + }; + var ColorPropType = colorPropType.bind(null, false); + ColorPropType.isRequired = colorPropType.bind(null, true); + module.exports = ColorPropType; +},2169,[2170]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + /** + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + * + * @format + * + */ + + /* eslint no-bitwise: 0 */ + + 'use strict'; + + function normalizeColor(color) { + if (typeof color === 'number') { + if (color >>> 0 === color && color >= 0 && color <= 0xffffffff) { + return color; + } + return null; + } + if (typeof color !== 'string') { + return null; + } + var matchers = getMatchers(); + var match; + + // Ordered based on occurrences on Facebook codebase + if (match = matchers.hex6.exec(color)) { + return parseInt(match[1] + 'ff', 16) >>> 0; + } + var colorFromKeyword = normalizeKeyword(color); + if (colorFromKeyword != null) { + return colorFromKeyword; + } + if (match = matchers.rgb.exec(color)) { + return (parse255(match[1]) << 24 | + // r + parse255(match[2]) << 16 | + // g + parse255(match[3]) << 8 | + // b + 0x000000ff) >>> + // a + 0; + } + if (match = matchers.rgba.exec(color)) { + // rgba(R G B / A) notation + if (match[6] !== undefined) { + return (parse255(match[6]) << 24 | + // r + parse255(match[7]) << 16 | + // g + parse255(match[8]) << 8 | + // b + parse1(match[9])) >>> + // a + 0; + } + + // rgba(R, G, B, A) notation + return (parse255(match[2]) << 24 | + // r + parse255(match[3]) << 16 | + // g + parse255(match[4]) << 8 | + // b + parse1(match[5])) >>> + // a + 0; + } + if (match = matchers.hex3.exec(color)) { + return parseInt(match[1] + match[1] + + // r + match[2] + match[2] + + // g + match[3] + match[3] + + // b + 'ff', + // a + 16) >>> 0; + } + + // https://drafts.csswg.org/css-color-4/#hex-notation + if (match = matchers.hex8.exec(color)) { + return parseInt(match[1], 16) >>> 0; + } + if (match = matchers.hex4.exec(color)) { + return parseInt(match[1] + match[1] + + // r + match[2] + match[2] + + // g + match[3] + match[3] + + // b + match[4] + match[4], + // a + 16) >>> 0; + } + if (match = matchers.hsl.exec(color)) { + return (hslToRgb(parse360(match[1]), + // h + parsePercentage(match[2]), + // s + parsePercentage(match[3]) // l + ) | 0x000000ff) >>> + // a + 0; + } + if (match = matchers.hsla.exec(color)) { + // hsla(H S L / A) notation + if (match[6] !== undefined) { + return (hslToRgb(parse360(match[6]), + // h + parsePercentage(match[7]), + // s + parsePercentage(match[8]) // l + ) | parse1(match[9])) >>> + // a + 0; + } + + // hsla(H, S, L, A) notation + return (hslToRgb(parse360(match[2]), + // h + parsePercentage(match[3]), + // s + parsePercentage(match[4]) // l + ) | parse1(match[5])) >>> + // a + 0; + } + if (match = matchers.hwb.exec(color)) { + return (hwbToRgb(parse360(match[1]), + // h + parsePercentage(match[2]), + // w + parsePercentage(match[3]) // b + ) | 0x000000ff) >>> + // a + 0; + } + return null; + } + function hue2rgb(p, q, t) { + if (t < 0) { + t += 1; + } + if (t > 1) { + t -= 1; + } + if (t < 0.16666666666666666) { + return p + (q - p) * 6 * t; + } + if (t < 0.5) { + return q; + } + if (t < 0.6666666666666666) { + return p + (q - p) * (0.6666666666666666 - t) * 6; + } + return p; + } + function hslToRgb(h, s, l) { + var q = l < 0.5 ? l * (1 + s) : l + s - l * s; + var p = 2 * l - q; + var r = hue2rgb(p, q, h + 0.3333333333333333); + var g = hue2rgb(p, q, h); + var b = hue2rgb(p, q, h - 0.3333333333333333); + return Math.round(r * 255) << 24 | Math.round(g * 255) << 16 | Math.round(b * 255) << 8; + } + function hwbToRgb(h, w, b) { + if (w + b >= 1) { + var gray = Math.round(w * 255 / (w + b)); + return gray << 24 | gray << 16 | gray << 8; + } + var red = hue2rgb(0, 1, h + 0.3333333333333333) * (1 - w - b) + w; + var green = hue2rgb(0, 1, h) * (1 - w - b) + w; + var blue = hue2rgb(0, 1, h - 0.3333333333333333) * (1 - w - b) + w; + return Math.round(red * 255) << 24 | Math.round(green * 255) << 16 | Math.round(blue * 255) << 8; + } + var NUMBER = '[-+]?\\d*\\.?\\d+'; + var PERCENTAGE = "[-+]?\\d*\\.?\\d+%"; + function call() { + for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { + args[_key] = arguments[_key]; + } + return '\\(\\s*(' + args.join(')\\s*,?\\s*(') + ')\\s*\\)'; + } + function callWithSlashSeparator() { + for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) { + args[_key2] = arguments[_key2]; + } + return '\\(\\s*(' + args.slice(0, args.length - 1).join(')\\s*,?\\s*(') + ')\\s*/\\s*(' + args[args.length - 1] + ')\\s*\\)'; + } + function commaSeparatedCall() { + for (var _len3 = arguments.length, args = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) { + args[_key3] = arguments[_key3]; + } + return '\\(\\s*(' + args.join(')\\s*,\\s*(') + ')\\s*\\)'; + } + var cachedMatchers; + function getMatchers() { + if (cachedMatchers === undefined) { + cachedMatchers = { + rgb: new RegExp('rgb' + call(NUMBER, NUMBER, NUMBER)), + rgba: new RegExp('rgba(' + commaSeparatedCall(NUMBER, NUMBER, NUMBER, NUMBER) + '|' + callWithSlashSeparator(NUMBER, NUMBER, NUMBER, NUMBER) + ')'), + hsl: new RegExp('hsl' + call(NUMBER, PERCENTAGE, PERCENTAGE)), + hsla: new RegExp('hsla(' + commaSeparatedCall(NUMBER, PERCENTAGE, PERCENTAGE, NUMBER) + '|' + callWithSlashSeparator(NUMBER, PERCENTAGE, PERCENTAGE, NUMBER) + ')'), + hwb: new RegExp('hwb' + call(NUMBER, PERCENTAGE, PERCENTAGE)), + hex3: /^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/, + hex4: /^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/, + hex6: /^#([0-9a-fA-F]{6})$/, + hex8: /^#([0-9a-fA-F]{8})$/ + }; + } + return cachedMatchers; + } + function parse255(str) { + var int = parseInt(str, 10); + if (int < 0) { + return 0; + } + if (int > 255) { + return 255; + } + return int; + } + function parse360(str) { + var int = parseFloat(str); + return (int % 360 + 360) % 360 / 360; + } + function parse1(str) { + var num = parseFloat(str); + if (num < 0) { + return 0; + } + if (num > 1) { + return 255; + } + return Math.round(num * 255); + } + function parsePercentage(str) { + // parseFloat conveniently ignores the final % + var int = parseFloat(str); + if (int < 0) { + return 0; + } + if (int > 100) { + return 1; + } + return int / 100; + } + function normalizeKeyword(name) { + // prettier-ignore + switch (name) { + case 'transparent': + return 0x00000000; + // http://www.w3.org/TR/css3-color/#svg-color + case 'aliceblue': + return 0xf0f8ffff; + case 'antiquewhite': + return 0xfaebd7ff; + case 'aqua': + return 0x00ffffff; + case 'aquamarine': + return 0x7fffd4ff; + case 'azure': + return 0xf0ffffff; + case 'beige': + return 0xf5f5dcff; + case 'bisque': + return 0xffe4c4ff; + case 'black': + return 0x000000ff; + case 'blanchedalmond': + return 0xffebcdff; + case 'blue': + return 0x0000ffff; + case 'blueviolet': + return 0x8a2be2ff; + case 'brown': + return 0xa52a2aff; + case 'burlywood': + return 0xdeb887ff; + case 'burntsienna': + return 0xea7e5dff; + case 'cadetblue': + return 0x5f9ea0ff; + case 'chartreuse': + return 0x7fff00ff; + case 'chocolate': + return 0xd2691eff; + case 'coral': + return 0xff7f50ff; + case 'cornflowerblue': + return 0x6495edff; + case 'cornsilk': + return 0xfff8dcff; + case 'crimson': + return 0xdc143cff; + case 'cyan': + return 0x00ffffff; + case 'darkblue': + return 0x00008bff; + case 'darkcyan': + return 0x008b8bff; + case 'darkgoldenrod': + return 0xb8860bff; + case 'darkgray': + return 0xa9a9a9ff; + case 'darkgreen': + return 0x006400ff; + case 'darkgrey': + return 0xa9a9a9ff; + case 'darkkhaki': + return 0xbdb76bff; + case 'darkmagenta': + return 0x8b008bff; + case 'darkolivegreen': + return 0x556b2fff; + case 'darkorange': + return 0xff8c00ff; + case 'darkorchid': + return 0x9932ccff; + case 'darkred': + return 0x8b0000ff; + case 'darksalmon': + return 0xe9967aff; + case 'darkseagreen': + return 0x8fbc8fff; + case 'darkslateblue': + return 0x483d8bff; + case 'darkslategray': + return 0x2f4f4fff; + case 'darkslategrey': + return 0x2f4f4fff; + case 'darkturquoise': + return 0x00ced1ff; + case 'darkviolet': + return 0x9400d3ff; + case 'deeppink': + return 0xff1493ff; + case 'deepskyblue': + return 0x00bfffff; + case 'dimgray': + return 0x696969ff; + case 'dimgrey': + return 0x696969ff; + case 'dodgerblue': + return 0x1e90ffff; + case 'firebrick': + return 0xb22222ff; + case 'floralwhite': + return 0xfffaf0ff; + case 'forestgreen': + return 0x228b22ff; + case 'fuchsia': + return 0xff00ffff; + case 'gainsboro': + return 0xdcdcdcff; + case 'ghostwhite': + return 0xf8f8ffff; + case 'gold': + return 0xffd700ff; + case 'goldenrod': + return 0xdaa520ff; + case 'gray': + return 0x808080ff; + case 'green': + return 0x008000ff; + case 'greenyellow': + return 0xadff2fff; + case 'grey': + return 0x808080ff; + case 'honeydew': + return 0xf0fff0ff; + case 'hotpink': + return 0xff69b4ff; + case 'indianred': + return 0xcd5c5cff; + case 'indigo': + return 0x4b0082ff; + case 'ivory': + return 0xfffff0ff; + case 'khaki': + return 0xf0e68cff; + case 'lavender': + return 0xe6e6faff; + case 'lavenderblush': + return 0xfff0f5ff; + case 'lawngreen': + return 0x7cfc00ff; + case 'lemonchiffon': + return 0xfffacdff; + case 'lightblue': + return 0xadd8e6ff; + case 'lightcoral': + return 0xf08080ff; + case 'lightcyan': + return 0xe0ffffff; + case 'lightgoldenrodyellow': + return 0xfafad2ff; + case 'lightgray': + return 0xd3d3d3ff; + case 'lightgreen': + return 0x90ee90ff; + case 'lightgrey': + return 0xd3d3d3ff; + case 'lightpink': + return 0xffb6c1ff; + case 'lightsalmon': + return 0xffa07aff; + case 'lightseagreen': + return 0x20b2aaff; + case 'lightskyblue': + return 0x87cefaff; + case 'lightslategray': + return 0x778899ff; + case 'lightslategrey': + return 0x778899ff; + case 'lightsteelblue': + return 0xb0c4deff; + case 'lightyellow': + return 0xffffe0ff; + case 'lime': + return 0x00ff00ff; + case 'limegreen': + return 0x32cd32ff; + case 'linen': + return 0xfaf0e6ff; + case 'magenta': + return 0xff00ffff; + case 'maroon': + return 0x800000ff; + case 'mediumaquamarine': + return 0x66cdaaff; + case 'mediumblue': + return 0x0000cdff; + case 'mediumorchid': + return 0xba55d3ff; + case 'mediumpurple': + return 0x9370dbff; + case 'mediumseagreen': + return 0x3cb371ff; + case 'mediumslateblue': + return 0x7b68eeff; + case 'mediumspringgreen': + return 0x00fa9aff; + case 'mediumturquoise': + return 0x48d1ccff; + case 'mediumvioletred': + return 0xc71585ff; + case 'midnightblue': + return 0x191970ff; + case 'mintcream': + return 0xf5fffaff; + case 'mistyrose': + return 0xffe4e1ff; + case 'moccasin': + return 0xffe4b5ff; + case 'navajowhite': + return 0xffdeadff; + case 'navy': + return 0x000080ff; + case 'oldlace': + return 0xfdf5e6ff; + case 'olive': + return 0x808000ff; + case 'olivedrab': + return 0x6b8e23ff; + case 'orange': + return 0xffa500ff; + case 'orangered': + return 0xff4500ff; + case 'orchid': + return 0xda70d6ff; + case 'palegoldenrod': + return 0xeee8aaff; + case 'palegreen': + return 0x98fb98ff; + case 'paleturquoise': + return 0xafeeeeff; + case 'palevioletred': + return 0xdb7093ff; + case 'papayawhip': + return 0xffefd5ff; + case 'peachpuff': + return 0xffdab9ff; + case 'peru': + return 0xcd853fff; + case 'pink': + return 0xffc0cbff; + case 'plum': + return 0xdda0ddff; + case 'powderblue': + return 0xb0e0e6ff; + case 'purple': + return 0x800080ff; + case 'rebeccapurple': + return 0x663399ff; + case 'red': + return 0xff0000ff; + case 'rosybrown': + return 0xbc8f8fff; + case 'royalblue': + return 0x4169e1ff; + case 'saddlebrown': + return 0x8b4513ff; + case 'salmon': + return 0xfa8072ff; + case 'sandybrown': + return 0xf4a460ff; + case 'seagreen': + return 0x2e8b57ff; + case 'seashell': + return 0xfff5eeff; + case 'sienna': + return 0xa0522dff; + case 'silver': + return 0xc0c0c0ff; + case 'skyblue': + return 0x87ceebff; + case 'slateblue': + return 0x6a5acdff; + case 'slategray': + return 0x708090ff; + case 'slategrey': + return 0x708090ff; + case 'snow': + return 0xfffafaff; + case 'springgreen': + return 0x00ff7fff; + case 'steelblue': + return 0x4682b4ff; + case 'tan': + return 0xd2b48cff; + case 'teal': + return 0x008080ff; + case 'thistle': + return 0xd8bfd8ff; + case 'tomato': + return 0xff6347ff; + case 'turquoise': + return 0x40e0d0ff; + case 'violet': + return 0xee82eeff; + case 'wheat': + return 0xf5deb3ff; + case 'white': + return 0xffffffff; + case 'whitesmoke': + return 0xf5f5f5ff; + case 'yellow': + return 0xffff00ff; + case 'yellowgreen': + return 0x9acd32ff; + } + return null; + } + module.exports = normalizeColor; +},2170,[]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + 'use strict'; + + var DeprecatedEdgeInsetsPropType = _$$_REQUIRE(_dependencyMap[0]).shape({ + bottom: _$$_REQUIRE(_dependencyMap[0]).number, + left: _$$_REQUIRE(_dependencyMap[0]).number, + right: _$$_REQUIRE(_dependencyMap[0]).number, + top: _$$_REQUIRE(_dependencyMap[0]).number + }); + module.exports = DeprecatedEdgeInsetsPropType; +},2171,[673]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + 'use strict'; + + var DeprecatedImagePropType = Object.assign({}, _$$_REQUIRE(_dependencyMap[0]), { + alt: _$$_REQUIRE(_dependencyMap[1]).string, + blurRadius: _$$_REQUIRE(_dependencyMap[1]).number, + capInsets: _$$_REQUIRE(_dependencyMap[2]), + crossOrigin: _$$_REQUIRE(_dependencyMap[1]).oneOf(['anonymous', 'use-credentials']), + defaultSource: _$$_REQUIRE(_dependencyMap[3]), + fadeDuration: _$$_REQUIRE(_dependencyMap[1]).number, + height: _$$_REQUIRE(_dependencyMap[1]).number, + internal_analyticTag: _$$_REQUIRE(_dependencyMap[1]).string, + loadingIndicatorSource: _$$_REQUIRE(_dependencyMap[1]).oneOfType([_$$_REQUIRE(_dependencyMap[1]).shape({ + uri: _$$_REQUIRE(_dependencyMap[1]).string + }), _$$_REQUIRE(_dependencyMap[1]).number]), + onError: _$$_REQUIRE(_dependencyMap[1]).func, + onLoad: _$$_REQUIRE(_dependencyMap[1]).func, + onLoadEnd: _$$_REQUIRE(_dependencyMap[1]).func, + onLoadStart: _$$_REQUIRE(_dependencyMap[1]).func, + onPartialLoad: _$$_REQUIRE(_dependencyMap[1]).func, + onProgress: _$$_REQUIRE(_dependencyMap[1]).func, + progressiveRenderingEnabled: _$$_REQUIRE(_dependencyMap[1]).bool, + referrerPolicy: _$$_REQUIRE(_dependencyMap[1]).oneOf(['no-referrer', 'no-referrer-when-downgrade', 'origin', 'origin-when-cross-origin', 'same-origin', 'strict-origin', 'strict-origin-when-cross-origin', 'unsafe-url']), + resizeMethod: _$$_REQUIRE(_dependencyMap[1]).oneOf(['auto', 'resize', 'scale']), + resizeMode: _$$_REQUIRE(_dependencyMap[1]).oneOf(['cover', 'contain', 'stretch', 'repeat', 'center']), + source: _$$_REQUIRE(_dependencyMap[3]), + src: _$$_REQUIRE(_dependencyMap[1]).string, + srcSet: _$$_REQUIRE(_dependencyMap[1]).string, + style: _$$_REQUIRE(_dependencyMap[4])(_$$_REQUIRE(_dependencyMap[5])), + testID: _$$_REQUIRE(_dependencyMap[1]).string, + tintColor: _$$_REQUIRE(_dependencyMap[6]), + width: _$$_REQUIRE(_dependencyMap[1]).number + }); + module.exports = DeprecatedImagePropType; +},2172,[2173,673,2171,2181,2175,2182,2169]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + 'use strict'; + + var MouseEventPropTypes = { + onMouseEnter: _$$_REQUIRE(_dependencyMap[0]).func, + onMouseLeave: _$$_REQUIRE(_dependencyMap[0]).func + }; + var PointerEventPropTypes = { + onPointerEnter: _$$_REQUIRE(_dependencyMap[0]).func, + onPointerEnterCapture: _$$_REQUIRE(_dependencyMap[0]).func, + onPointerLeave: _$$_REQUIRE(_dependencyMap[0]).func, + onPointerLeaveCapture: _$$_REQUIRE(_dependencyMap[0]).func, + onPointerMove: _$$_REQUIRE(_dependencyMap[0]).func, + onPointerMoveCapture: _$$_REQUIRE(_dependencyMap[0]).func, + onPointerCancel: _$$_REQUIRE(_dependencyMap[0]).func, + onPointerCancelCapture: _$$_REQUIRE(_dependencyMap[0]).func, + onPointerDown: _$$_REQUIRE(_dependencyMap[0]).func, + onPointerDownCapture: _$$_REQUIRE(_dependencyMap[0]).func, + onPointerUp: _$$_REQUIRE(_dependencyMap[0]).func, + onPointerUpCapture: _$$_REQUIRE(_dependencyMap[0]).func, + onPointerOver: _$$_REQUIRE(_dependencyMap[0]).func, + onPointerOverCapture: _$$_REQUIRE(_dependencyMap[0]).func, + onPointerOut: _$$_REQUIRE(_dependencyMap[0]).func, + onPointerOutCapture: _$$_REQUIRE(_dependencyMap[0]).func + }; + var FocusEventPropTypes = { + onBlur: _$$_REQUIRE(_dependencyMap[0]).func, + onBlurCapture: _$$_REQUIRE(_dependencyMap[0]).func, + onFocus: _$$_REQUIRE(_dependencyMap[0]).func, + onFocusCapture: _$$_REQUIRE(_dependencyMap[0]).func + }; + var TouchEventPropTypes = { + onTouchCancel: _$$_REQUIRE(_dependencyMap[0]).func, + onTouchCancelCapture: _$$_REQUIRE(_dependencyMap[0]).func, + onTouchEnd: _$$_REQUIRE(_dependencyMap[0]).func, + onTouchEndCapture: _$$_REQUIRE(_dependencyMap[0]).func, + onTouchMove: _$$_REQUIRE(_dependencyMap[0]).func, + onTouchMoveCapture: _$$_REQUIRE(_dependencyMap[0]).func, + onTouchStart: _$$_REQUIRE(_dependencyMap[0]).func, + onTouchStartCapture: _$$_REQUIRE(_dependencyMap[0]).func + }; + var GestureResponderEventPropTypes = { + onMoveShouldSetResponder: _$$_REQUIRE(_dependencyMap[0]).func, + onMoveShouldSetResponderCapture: _$$_REQUIRE(_dependencyMap[0]).func, + onResponderEnd: _$$_REQUIRE(_dependencyMap[0]).func, + onResponderGrant: _$$_REQUIRE(_dependencyMap[0]).func, + onResponderMove: _$$_REQUIRE(_dependencyMap[0]).func, + onResponderReject: _$$_REQUIRE(_dependencyMap[0]).func, + onResponderRelease: _$$_REQUIRE(_dependencyMap[0]).func, + onResponderStart: _$$_REQUIRE(_dependencyMap[0]).func, + onResponderTerminate: _$$_REQUIRE(_dependencyMap[0]).func, + onResponderTerminationRequest: _$$_REQUIRE(_dependencyMap[0]).func, + onStartShouldSetResponder: _$$_REQUIRE(_dependencyMap[0]).func, + onStartShouldSetResponderCapture: _$$_REQUIRE(_dependencyMap[0]).func + }; + var DeprecatedViewPropTypes = Object.assign({}, MouseEventPropTypes, PointerEventPropTypes, FocusEventPropTypes, TouchEventPropTypes, GestureResponderEventPropTypes, { + 'aria-busy': _$$_REQUIRE(_dependencyMap[0]).bool, + 'aria-checked': _$$_REQUIRE(_dependencyMap[0]).oneOfType([_$$_REQUIRE(_dependencyMap[0]).bool, _$$_REQUIRE(_dependencyMap[0]).oneOf(['mixed'])]), + 'aria-disabled': _$$_REQUIRE(_dependencyMap[0]).bool, + 'aria-expanded': _$$_REQUIRE(_dependencyMap[0]).bool, + 'aria-hidden': _$$_REQUIRE(_dependencyMap[0]).bool, + 'aria-label': _$$_REQUIRE(_dependencyMap[0]).string, + 'aria-labelledby': _$$_REQUIRE(_dependencyMap[0]).string, + 'aria-live': _$$_REQUIRE(_dependencyMap[0]).oneOf(['polite', 'assertive', 'off']), + 'aria-modal': _$$_REQUIRE(_dependencyMap[0]).bool, + 'aria-selected': _$$_REQUIRE(_dependencyMap[0]).bool, + 'aria-valuemax': _$$_REQUIRE(_dependencyMap[0]).number, + 'aria-valuemin': _$$_REQUIRE(_dependencyMap[0]).number, + 'aria-valuenow': _$$_REQUIRE(_dependencyMap[0]).number, + 'aria-valuetext': _$$_REQUIRE(_dependencyMap[0]).string, + accessibilityActions: _$$_REQUIRE(_dependencyMap[0]).arrayOf(_$$_REQUIRE(_dependencyMap[1]).AccessibilityActionInfoPropType), + accessibilityElementsHidden: _$$_REQUIRE(_dependencyMap[0]).bool, + accessibilityHint: _$$_REQUIRE(_dependencyMap[0]).string, + accessibilityIgnoresInvertColors: _$$_REQUIRE(_dependencyMap[0]).bool, + accessibilityLabel: _$$_REQUIRE(_dependencyMap[0]).node, + accessibilityLabelledBy: _$$_REQUIRE(_dependencyMap[0]).oneOfType([_$$_REQUIRE(_dependencyMap[0]).string, _$$_REQUIRE(_dependencyMap[0]).arrayOf(_$$_REQUIRE(_dependencyMap[0]).string)]), + accessibilityLanguage: _$$_REQUIRE(_dependencyMap[0]).string, + accessibilityLiveRegion: _$$_REQUIRE(_dependencyMap[0]).oneOf(['assertive', 'none', 'polite']), + accessibilityRole: _$$_REQUIRE(_dependencyMap[1]).AccessibilityRolePropType, + accessibilityState: _$$_REQUIRE(_dependencyMap[1]).AccessibilityStatePropType, + accessibilityValue: _$$_REQUIRE(_dependencyMap[1]).AccessibilityValuePropType, + accessibilityViewIsModal: _$$_REQUIRE(_dependencyMap[0]).bool, + accessible: _$$_REQUIRE(_dependencyMap[0]).bool, + collapsable: _$$_REQUIRE(_dependencyMap[0]).bool, + focusable: _$$_REQUIRE(_dependencyMap[0]).bool, + hitSlop: _$$_REQUIRE(_dependencyMap[0]).oneOfType([_$$_REQUIRE(_dependencyMap[2]), _$$_REQUIRE(_dependencyMap[0]).number]), + importantForAccessibility: _$$_REQUIRE(_dependencyMap[0]).oneOf(['auto', 'no', 'no-hide-descendants', 'yes']), + nativeBackgroundAndroid: _$$_REQUIRE(_dependencyMap[0]).object, + nativeForegroundAndroid: _$$_REQUIRE(_dependencyMap[0]).object, + nativeID: _$$_REQUIRE(_dependencyMap[0]).string, + needsOffscreenAlphaCompositing: _$$_REQUIRE(_dependencyMap[0]).bool, + onAccessibilityAction: _$$_REQUIRE(_dependencyMap[0]).func, + onAccessibilityEscape: _$$_REQUIRE(_dependencyMap[0]).func, + onAccessibilityTap: _$$_REQUIRE(_dependencyMap[0]).func, + onClick: _$$_REQUIRE(_dependencyMap[0]).func, + onLayout: _$$_REQUIRE(_dependencyMap[0]).func, + onMagicTap: _$$_REQUIRE(_dependencyMap[0]).func, + pointerEvents: _$$_REQUIRE(_dependencyMap[0]).oneOf(['auto', 'box-none', 'box-only', 'none']), + removeClippedSubviews: _$$_REQUIRE(_dependencyMap[0]).bool, + renderToHardwareTextureAndroid: _$$_REQUIRE(_dependencyMap[0]).bool, + role: _$$_REQUIRE(_dependencyMap[1]).RolePropType, + shouldRasterizeIOS: _$$_REQUIRE(_dependencyMap[0]).bool, + style: _$$_REQUIRE(_dependencyMap[3])(_$$_REQUIRE(_dependencyMap[4])), + tabIndex: _$$_REQUIRE(_dependencyMap[0]).oneOf([0, -1]), + testID: _$$_REQUIRE(_dependencyMap[0]).string + }); + module.exports = DeprecatedViewPropTypes; +},2173,[673,2174,2171,2175,2177]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + 'use strict'; + + var DeprecatedViewAccessibility = { + AccessibilityRolePropType: _$$_REQUIRE(_dependencyMap[0]).oneOf(['adjustable', 'alert', 'button', 'checkbox', 'combobox', 'drawerlayout', 'dropdownlist', 'grid', 'header', 'horizontalscrollview', 'iconmenu', 'image', 'imagebutton', 'keyboardkey', 'link', 'list', 'menu', 'menubar', 'menuitem', 'none', 'pager', 'progressbar', 'radio', 'radiogroup', 'scrollbar', 'scrollview', 'search', 'slidingdrawer', 'spinbutton', 'summary', 'switch', 'tab', 'tabbar', 'tablist', 'text', 'timer', 'togglebutton', 'toolbar', 'viewgroup', 'webview']), + AccessibilityStatePropType: _$$_REQUIRE(_dependencyMap[0]).object, + AccessibilityActionInfoPropType: _$$_REQUIRE(_dependencyMap[0]).object, + AccessibilityValuePropType: _$$_REQUIRE(_dependencyMap[0]).object, + RolePropType: _$$_REQUIRE(_dependencyMap[0]).oneOf(['alert', 'alertdialog', 'application', 'article', 'banner', 'button', 'cell', 'checkbox', 'columnheader', 'combobox', 'complementary', 'contentinfo', 'definition', 'dialog', 'directory', 'document', 'feed', 'figure', 'form', 'grid', 'group', 'heading', 'img', 'link', 'list', 'listitem', 'log', 'main', 'marquee', 'math', 'menu', 'menubar', 'menuitem', 'meter', 'navigation', 'none', 'note', 'option', 'presentation', 'progressbar', 'radio', 'radiogroup', 'region', 'row', 'rowgroup', 'rowheader', 'scrollbar', 'searchbox', 'separator', 'slider', 'spinbutton', 'status', 'summary', 'switch', 'tab', 'table', 'tablist', 'tabpanel', 'term', 'timer', 'toolbar', 'tooltip', 'tree', 'treegrid', 'treeitem']) + }; + module.exports = DeprecatedViewAccessibility; +},2174,[673]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + 'use strict'; + + function DeprecatedStyleSheetPropType(shape) { + var shapePropType = _$$_REQUIRE(_dependencyMap[0])(shape); + return function (props, propName, componentName, location) { + var newProps = props; + if (props[propName]) { + newProps = {}; + newProps[propName] = flattenStyle(props[propName]); + } + for (var _len = arguments.length, rest = new Array(_len > 4 ? _len - 4 : 0), _key = 4; _key < _len; _key++) { + rest[_key - 4] = arguments[_key]; + } + return shapePropType.apply(undefined, [newProps, propName, componentName, location].concat(rest)); + }; + } + function flattenStyle(style) { + if (style === null || typeof style !== 'object') { + return undefined; + } + if (!Array.isArray(style)) { + return style; + } + var result = {}; + for (var i = 0, styleLength = style.length; i < styleLength; ++i) { + var computedStyle = flattenStyle(style[i]); + if (computedStyle) { + for (var key in computedStyle) { + result[key] = computedStyle[key]; + } + } + } + return result; + } + module.exports = DeprecatedStyleSheetPropType; +},2175,[2176]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + 'use strict'; + + function deprecatedCreateStrictShapeTypeChecker(shapeTypes) { + function checkType(isRequired, props, propName, componentName, location) { + if (!props[propName]) { + if (isRequired) { + _$$_REQUIRE(_dependencyMap[0])(false, `Required object \`${propName}\` was not specified in ` + `\`${componentName}\`.`); + } + return; + } + var propValue = props[propName]; + var propType = typeof propValue; + var locationName = location || '(unknown)'; + if (propType !== 'object') { + _$$_REQUIRE(_dependencyMap[0])(false, `Invalid ${locationName} \`${propName}\` of type \`${propType}\` ` + `supplied to \`${componentName}\`, expected \`object\`.`); + } + var allKeys = Object.assign({}, props[propName], shapeTypes); + for (var _len = arguments.length, rest = new Array(_len > 5 ? _len - 5 : 0), _key = 5; _key < _len; _key++) { + rest[_key - 5] = arguments[_key]; + } + for (var key in allKeys) { + var checker = shapeTypes[key]; + if (!checker) { + _$$_REQUIRE(_dependencyMap[0])(false, `Invalid props.${propName} key \`${key}\` supplied to \`${componentName}\`.` + '\nBad object: ' + JSON.stringify(props[propName], null, ' ') + '\nValid keys: ' + JSON.stringify(Object.keys(shapeTypes), null, ' ')); + } + var error = checker.apply(undefined, [propValue, key, componentName, location].concat(rest)); + if (error) { + _$$_REQUIRE(_dependencyMap[0])(false, error.message + '\nBad object: ' + JSON.stringify(props[propName], null, ' ')); + } + } + } + function chainedCheckType(props, propName, componentName, location) { + for (var _len2 = arguments.length, rest = new Array(_len2 > 4 ? _len2 - 4 : 0), _key2 = 4; _key2 < _len2; _key2++) { + rest[_key2 - 4] = arguments[_key2]; + } + return checkType.apply(undefined, [false, props, propName, componentName, location].concat(rest)); + } + chainedCheckType.isRequired = checkType.bind(null, true); + return chainedCheckType; + } + module.exports = deprecatedCreateStrictShapeTypeChecker; +},2176,[64]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + 'use strict'; + + var DeprecatedViewStylePropTypes = Object.assign({}, _$$_REQUIRE(_dependencyMap[0]), _$$_REQUIRE(_dependencyMap[1]), _$$_REQUIRE(_dependencyMap[2]), { + backfaceVisibility: _$$_REQUIRE(_dependencyMap[3]).oneOf(['hidden', 'visible']), + backgroundColor: _$$_REQUIRE(_dependencyMap[4]), + borderBottomColor: _$$_REQUIRE(_dependencyMap[4]), + borderBottomEndRadius: _$$_REQUIRE(_dependencyMap[3]).number, + borderBottomLeftRadius: _$$_REQUIRE(_dependencyMap[3]).number, + borderBottomRightRadius: _$$_REQUIRE(_dependencyMap[3]).number, + borderBottomStartRadius: _$$_REQUIRE(_dependencyMap[3]).number, + borderBottomWidth: _$$_REQUIRE(_dependencyMap[3]).number, + borderColor: _$$_REQUIRE(_dependencyMap[4]), + borderCurve: _$$_REQUIRE(_dependencyMap[3]).oneOf(['circular', 'continuous']), + borderEndColor: _$$_REQUIRE(_dependencyMap[4]), + borderEndEndRadius: _$$_REQUIRE(_dependencyMap[3]).number, + borderEndStartRadius: _$$_REQUIRE(_dependencyMap[3]).number, + borderLeftColor: _$$_REQUIRE(_dependencyMap[4]), + borderLeftWidth: _$$_REQUIRE(_dependencyMap[3]).number, + borderRadius: _$$_REQUIRE(_dependencyMap[3]).number, + borderRightColor: _$$_REQUIRE(_dependencyMap[4]), + borderRightWidth: _$$_REQUIRE(_dependencyMap[3]).number, + borderStartColor: _$$_REQUIRE(_dependencyMap[4]), + borderStartEndRadius: _$$_REQUIRE(_dependencyMap[3]).number, + borderStartStartRadius: _$$_REQUIRE(_dependencyMap[3]).number, + borderStyle: _$$_REQUIRE(_dependencyMap[3]).oneOf(['dashed', 'dotted', 'solid']), + borderTopColor: _$$_REQUIRE(_dependencyMap[4]), + borderTopEndRadius: _$$_REQUIRE(_dependencyMap[3]).number, + borderTopLeftRadius: _$$_REQUIRE(_dependencyMap[3]).number, + borderTopRightRadius: _$$_REQUIRE(_dependencyMap[3]).number, + borderTopStartRadius: _$$_REQUIRE(_dependencyMap[3]).number, + borderTopWidth: _$$_REQUIRE(_dependencyMap[3]).number, + borderWidth: _$$_REQUIRE(_dependencyMap[3]).number, + elevation: _$$_REQUIRE(_dependencyMap[3]).number, + opacity: _$$_REQUIRE(_dependencyMap[3]).number, + pointerEvents: _$$_REQUIRE(_dependencyMap[3]).oneOf(['auto', 'box-none', 'box-only', 'none']) + }); + module.exports = DeprecatedViewStylePropTypes; +},2177,[2178,2179,2180,673,2169]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + 'use strict'; + + var DimensionValuePropType = _$$_REQUIRE(_dependencyMap[0]).oneOfType([_$$_REQUIRE(_dependencyMap[0]).number, _$$_REQUIRE(_dependencyMap[0]).string]); + var DeprecatedLayoutPropTypes = { + alignContent: _$$_REQUIRE(_dependencyMap[0]).oneOf(['center', 'flex-end', 'flex-start', 'space-around', 'space-between', 'stretch']), + alignItems: _$$_REQUIRE(_dependencyMap[0]).oneOf(['baseline', 'center', 'flex-end', 'flex-start', 'stretch']), + alignSelf: _$$_REQUIRE(_dependencyMap[0]).oneOf(['auto', 'baseline', 'center', 'flex-end', 'flex-start', 'stretch']), + aspectRatio: _$$_REQUIRE(_dependencyMap[0]).oneOfType([_$$_REQUIRE(_dependencyMap[0]).number, _$$_REQUIRE(_dependencyMap[0]).string]), + borderBottomWidth: _$$_REQUIRE(_dependencyMap[0]).number, + borderEndWidth: _$$_REQUIRE(_dependencyMap[0]).number, + borderLeftWidth: _$$_REQUIRE(_dependencyMap[0]).number, + borderRightWidth: _$$_REQUIRE(_dependencyMap[0]).number, + borderStartWidth: _$$_REQUIRE(_dependencyMap[0]).number, + borderTopWidth: _$$_REQUIRE(_dependencyMap[0]).number, + borderWidth: _$$_REQUIRE(_dependencyMap[0]).number, + bottom: DimensionValuePropType, + columnGap: _$$_REQUIRE(_dependencyMap[0]).number, + direction: _$$_REQUIRE(_dependencyMap[0]).oneOf(['inherit', 'ltr', 'rtl']), + display: _$$_REQUIRE(_dependencyMap[0]).oneOf(['flex', 'none']), + end: DimensionValuePropType, + flex: _$$_REQUIRE(_dependencyMap[0]).number, + flexBasis: DimensionValuePropType, + flexDirection: _$$_REQUIRE(_dependencyMap[0]).oneOf(['column', 'column-reverse', 'row', 'row-reverse']), + flexGrow: _$$_REQUIRE(_dependencyMap[0]).number, + flexShrink: _$$_REQUIRE(_dependencyMap[0]).number, + flexWrap: _$$_REQUIRE(_dependencyMap[0]).oneOf(['nowrap', 'wrap', 'wrap-reverse']), + gap: _$$_REQUIRE(_dependencyMap[0]).number, + height: DimensionValuePropType, + inset: DimensionValuePropType, + insetBlock: DimensionValuePropType, + insetBlockEnd: DimensionValuePropType, + insetBlockStart: DimensionValuePropType, + insetInline: DimensionValuePropType, + insetInlineEnd: DimensionValuePropType, + insetInlineStart: DimensionValuePropType, + justifyContent: _$$_REQUIRE(_dependencyMap[0]).oneOf(['center', 'flex-end', 'flex-start', 'space-around', 'space-between', 'space-evenly']), + left: DimensionValuePropType, + margin: DimensionValuePropType, + marginBlock: DimensionValuePropType, + marginBlockEnd: DimensionValuePropType, + marginBlockStart: DimensionValuePropType, + marginBottom: DimensionValuePropType, + marginEnd: DimensionValuePropType, + marginHorizontal: DimensionValuePropType, + marginInline: DimensionValuePropType, + marginInlineEnd: DimensionValuePropType, + marginInlineStart: DimensionValuePropType, + marginLeft: DimensionValuePropType, + marginRight: DimensionValuePropType, + marginStart: DimensionValuePropType, + marginTop: DimensionValuePropType, + marginVertical: DimensionValuePropType, + maxHeight: DimensionValuePropType, + maxWidth: DimensionValuePropType, + minHeight: DimensionValuePropType, + minWidth: DimensionValuePropType, + overflow: _$$_REQUIRE(_dependencyMap[0]).oneOf(['hidden', 'scroll', 'visible']), + padding: DimensionValuePropType, + paddingBlock: DimensionValuePropType, + paddingBlockEnd: DimensionValuePropType, + paddingBlockStart: DimensionValuePropType, + paddingBottom: DimensionValuePropType, + paddingEnd: DimensionValuePropType, + paddingHorizontal: DimensionValuePropType, + paddingInline: DimensionValuePropType, + paddingInlineEnd: DimensionValuePropType, + paddingInlineStart: DimensionValuePropType, + paddingLeft: DimensionValuePropType, + paddingRight: DimensionValuePropType, + paddingStart: DimensionValuePropType, + paddingTop: DimensionValuePropType, + paddingVertical: DimensionValuePropType, + position: _$$_REQUIRE(_dependencyMap[0]).oneOf(['absolute', 'relative']), + right: DimensionValuePropType, + rowGap: _$$_REQUIRE(_dependencyMap[0]).number, + start: DimensionValuePropType, + top: DimensionValuePropType, + width: DimensionValuePropType, + zIndex: _$$_REQUIRE(_dependencyMap[0]).number + }; + module.exports = DeprecatedLayoutPropTypes; +},2178,[673]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + 'use strict'; + + var DeprecatedShadowPropTypesIOS = { + shadowColor: _$$_REQUIRE(_dependencyMap[0]), + shadowOffset: _$$_REQUIRE(_dependencyMap[1]).shape({ + height: _$$_REQUIRE(_dependencyMap[1]).number, + width: _$$_REQUIRE(_dependencyMap[1]).number + }), + shadowOpacity: _$$_REQUIRE(_dependencyMap[1]).number, + shadowRadius: _$$_REQUIRE(_dependencyMap[1]).number + }; + module.exports = DeprecatedShadowPropTypesIOS; +},2179,[2169,673]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + 'use strict'; + + var DeprecatedTransformPropTypes = { + transform: _$$_REQUIRE(_dependencyMap[0]).arrayOf(_$$_REQUIRE(_dependencyMap[0]).oneOfType([_$$_REQUIRE(_dependencyMap[0]).shape({ + perspective: _$$_REQUIRE(_dependencyMap[0]).number + }), _$$_REQUIRE(_dependencyMap[0]).shape({ + rotate: _$$_REQUIRE(_dependencyMap[0]).string + }), _$$_REQUIRE(_dependencyMap[0]).shape({ + rotateX: _$$_REQUIRE(_dependencyMap[0]).string + }), _$$_REQUIRE(_dependencyMap[0]).shape({ + rotateY: _$$_REQUIRE(_dependencyMap[0]).string + }), _$$_REQUIRE(_dependencyMap[0]).shape({ + rotateZ: _$$_REQUIRE(_dependencyMap[0]).string + }), _$$_REQUIRE(_dependencyMap[0]).shape({ + scale: _$$_REQUIRE(_dependencyMap[0]).number + }), _$$_REQUIRE(_dependencyMap[0]).shape({ + scaleX: _$$_REQUIRE(_dependencyMap[0]).number + }), _$$_REQUIRE(_dependencyMap[0]).shape({ + scaleY: _$$_REQUIRE(_dependencyMap[0]).number + }), _$$_REQUIRE(_dependencyMap[0]).shape({ + skewX: _$$_REQUIRE(_dependencyMap[0]).string + }), _$$_REQUIRE(_dependencyMap[0]).shape({ + skewY: _$$_REQUIRE(_dependencyMap[0]).string + }), _$$_REQUIRE(_dependencyMap[0]).shape({ + translateX: _$$_REQUIRE(_dependencyMap[0]).number + }), _$$_REQUIRE(_dependencyMap[0]).shape({ + translateY: _$$_REQUIRE(_dependencyMap[0]).number + })])) + }; + module.exports = DeprecatedTransformPropTypes; +},2180,[673]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + 'use strict'; + + var ImageURISourcePropType = _$$_REQUIRE(_dependencyMap[0]).shape({ + body: _$$_REQUIRE(_dependencyMap[0]).string, + bundle: _$$_REQUIRE(_dependencyMap[0]).string, + cache: _$$_REQUIRE(_dependencyMap[0]).oneOf(['default', 'force-cache', 'only-if-cached', 'reload']), + headers: _$$_REQUIRE(_dependencyMap[0]).objectOf(_$$_REQUIRE(_dependencyMap[0]).string), + height: _$$_REQUIRE(_dependencyMap[0]).number, + method: _$$_REQUIRE(_dependencyMap[0]).string, + scale: _$$_REQUIRE(_dependencyMap[0]).number, + uri: _$$_REQUIRE(_dependencyMap[0]).string, + width: _$$_REQUIRE(_dependencyMap[0]).number + }); + var ImageSourcePropType = _$$_REQUIRE(_dependencyMap[0]).oneOfType([ImageURISourcePropType, _$$_REQUIRE(_dependencyMap[0]).number, _$$_REQUIRE(_dependencyMap[0]).arrayOf(ImageURISourcePropType)]); + module.exports = ImageSourcePropType; +},2181,[673]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + 'use strict'; + + var DeprecatedImageStylePropTypes = Object.assign({}, _$$_REQUIRE(_dependencyMap[0]), _$$_REQUIRE(_dependencyMap[1]), _$$_REQUIRE(_dependencyMap[2]), { + backfaceVisibility: _$$_REQUIRE(_dependencyMap[3]).oneOf(['hidden', 'visible']), + backgroundColor: _$$_REQUIRE(_dependencyMap[4]), + borderBottomLeftRadius: _$$_REQUIRE(_dependencyMap[3]).number, + borderBottomRightRadius: _$$_REQUIRE(_dependencyMap[3]).number, + borderColor: _$$_REQUIRE(_dependencyMap[4]), + borderRadius: _$$_REQUIRE(_dependencyMap[3]).number, + borderTopLeftRadius: _$$_REQUIRE(_dependencyMap[3]).number, + borderTopRightRadius: _$$_REQUIRE(_dependencyMap[3]).number, + borderWidth: _$$_REQUIRE(_dependencyMap[3]).number, + objectFit: _$$_REQUIRE(_dependencyMap[3]).oneOf(['contain', 'cover', 'fill', 'scale-down']), + opacity: _$$_REQUIRE(_dependencyMap[3]).number, + overflow: _$$_REQUIRE(_dependencyMap[3]).oneOf(['hidden', 'visible']), + overlayColor: _$$_REQUIRE(_dependencyMap[3]).string, + tintColor: _$$_REQUIRE(_dependencyMap[4]), + resizeMode: _$$_REQUIRE(_dependencyMap[3]).oneOf(['center', 'contain', 'cover', 'repeat', 'stretch']) + }); + module.exports = DeprecatedImageStylePropTypes; +},2182,[2178,2179,2180,673,2169]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + 'use strict'; + + var PointPropType = _$$_REQUIRE(_dependencyMap[0]).shape({ + x: _$$_REQUIRE(_dependencyMap[0]).number, + y: _$$_REQUIRE(_dependencyMap[0]).number + }); + module.exports = PointPropType; +},2183,[673]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + 'use strict'; + + var DataDetectorTypes = ['address', 'all', 'calendarEvent', 'link', 'none', 'phoneNumber']; + var DeprecatedTextInputPropTypes = Object.assign({}, _$$_REQUIRE(_dependencyMap[0]), { + allowFontScaling: _$$_REQUIRE(_dependencyMap[1]).bool, + autoCapitalize: _$$_REQUIRE(_dependencyMap[1]).oneOf(['none', 'sentences', 'words', 'characters']), + autoComplete: _$$_REQUIRE(_dependencyMap[1]).oneOf(['additional-name', 'address-line1', 'address-line2', 'bday', 'bday-day', 'bday-month', 'bday-year', 'birthdate-day', 'birthdate-full', 'birthdate-month', 'birthdate-year', 'cc-csc', 'cc-exp', 'cc-exp-day', 'cc-exp-month', 'cc-exp-year', 'cc-family-name', 'cc-given-name', 'cc-middle-name', 'cc-name', 'cc-number', 'cc-type', 'country', 'current-password', 'email', 'family-name', 'gender', 'given-name', 'honorific-prefix', 'honorific-suffix', 'name', 'name-family', 'name-given', 'name-middle', 'name-middle-initial', 'name-prefix', 'name-suffix', 'new-password', 'nickname', 'off', 'one-time-code', 'organization', 'organization-title', 'password', 'password-new', 'postal-address', 'postal-address-country', 'postal-address-extended', 'postal-address-extended-postal-code', 'postal-address-locality', 'postal-address-region', 'postal-code', 'sex', 'sms-otp', 'street-address', 'tel', 'tel-country-code', 'tel-device', 'tel-national', 'url', 'username', 'username-new']), + autoCorrect: _$$_REQUIRE(_dependencyMap[1]).bool, + autoFocus: _$$_REQUIRE(_dependencyMap[1]).bool, + blurOnSubmit: _$$_REQUIRE(_dependencyMap[1]).bool, + caretHidden: _$$_REQUIRE(_dependencyMap[1]).bool, + clearButtonMode: _$$_REQUIRE(_dependencyMap[1]).oneOf(['always', 'never', 'unless-editing', 'while-editing']), + clearTextOnFocus: _$$_REQUIRE(_dependencyMap[1]).bool, + cursorColor: _$$_REQUIRE(_dependencyMap[2]), + contextMenuHidden: _$$_REQUIRE(_dependencyMap[1]).bool, + dataDetectorTypes: _$$_REQUIRE(_dependencyMap[1]).oneOfType([_$$_REQUIRE(_dependencyMap[1]).oneOf(DataDetectorTypes), _$$_REQUIRE(_dependencyMap[1]).arrayOf(_$$_REQUIRE(_dependencyMap[1]).oneOf(DataDetectorTypes))]), + defaultValue: _$$_REQUIRE(_dependencyMap[1]).string, + disableFullscreenUI: _$$_REQUIRE(_dependencyMap[1]).bool, + editable: _$$_REQUIRE(_dependencyMap[1]).bool, + enablesReturnKeyAutomatically: _$$_REQUIRE(_dependencyMap[1]).bool, + enterKeyHint: _$$_REQUIRE(_dependencyMap[1]).oneOf(['done', 'enter', 'go', 'next', 'previous', 'search', 'send']), + inlineImageLeft: _$$_REQUIRE(_dependencyMap[1]).string, + inlineImagePadding: _$$_REQUIRE(_dependencyMap[1]).number, + inputAccessoryViewID: _$$_REQUIRE(_dependencyMap[1]).string, + inputMode: _$$_REQUIRE(_dependencyMap[1]).oneOf(['decimal', 'email', 'none', 'numeric', 'search', 'tel', 'text', 'url']), + keyboardAppearance: _$$_REQUIRE(_dependencyMap[1]).oneOf(['default', 'dark', 'light']), + keyboardType: _$$_REQUIRE(_dependencyMap[1]).oneOf(['ascii-capable', 'ascii-capable-number-pad', 'decimal-pad', 'default', 'email-address', 'name-phone-pad', 'number-pad', 'numbers-and-punctuation', 'numeric', 'phone-pad', 'twitter', 'url', 'visible-password', 'web-search']), + lineBreakStrategyIOS: _$$_REQUIRE(_dependencyMap[1]).oneOf(['hangul-word', 'none', 'push-out', 'standard']), + maxFontSizeMultiplier: _$$_REQUIRE(_dependencyMap[1]).number, + maxLength: _$$_REQUIRE(_dependencyMap[1]).number, + multiline: _$$_REQUIRE(_dependencyMap[1]).bool, + numberOfLines: _$$_REQUIRE(_dependencyMap[1]).number, + onBlur: _$$_REQUIRE(_dependencyMap[1]).func, + onChange: _$$_REQUIRE(_dependencyMap[1]).func, + onChangeText: _$$_REQUIRE(_dependencyMap[1]).func, + onContentSizeChange: _$$_REQUIRE(_dependencyMap[1]).func, + onEndEditing: _$$_REQUIRE(_dependencyMap[1]).func, + onFocus: _$$_REQUIRE(_dependencyMap[1]).func, + onKeyPress: _$$_REQUIRE(_dependencyMap[1]).func, + onLayout: _$$_REQUIRE(_dependencyMap[1]).func, + onScroll: _$$_REQUIRE(_dependencyMap[1]).func, + onSelectionChange: _$$_REQUIRE(_dependencyMap[1]).func, + onSubmitEditing: _$$_REQUIRE(_dependencyMap[1]).func, + onTextInput: _$$_REQUIRE(_dependencyMap[1]).func, + placeholder: _$$_REQUIRE(_dependencyMap[1]).string, + placeholderTextColor: _$$_REQUIRE(_dependencyMap[2]), + readOnly: _$$_REQUIRE(_dependencyMap[1]).bool, + rejectResponderTermination: _$$_REQUIRE(_dependencyMap[1]).bool, + returnKeyLabel: _$$_REQUIRE(_dependencyMap[1]).string, + returnKeyType: _$$_REQUIRE(_dependencyMap[1]).oneOf(['default', 'done', 'emergency-call', 'go', 'google', 'join', 'next', 'none', 'previous', 'route', 'search', 'send', 'yahoo']), + rows: _$$_REQUIRE(_dependencyMap[1]).number, + scrollEnabled: _$$_REQUIRE(_dependencyMap[1]).bool, + secureTextEntry: _$$_REQUIRE(_dependencyMap[1]).bool, + selection: _$$_REQUIRE(_dependencyMap[1]).shape({ + end: _$$_REQUIRE(_dependencyMap[1]).number, + start: _$$_REQUIRE(_dependencyMap[1]).number.isRequired + }), + selectionColor: _$$_REQUIRE(_dependencyMap[2]), + selectTextOnFocus: _$$_REQUIRE(_dependencyMap[1]).bool, + showSoftInputOnFocus: _$$_REQUIRE(_dependencyMap[1]).bool, + spellCheck: _$$_REQUIRE(_dependencyMap[1]).bool, + style: _$$_REQUIRE(_dependencyMap[3]).style, + submitBehavior: _$$_REQUIRE(_dependencyMap[1]).oneOf(['blurAndSubmit', 'newline', 'submit']), + textBreakStrategy: _$$_REQUIRE(_dependencyMap[1]).oneOf(['balanced', 'highQuality', 'simple']), + textContentType: _$$_REQUIRE(_dependencyMap[1]).oneOf(['addressCity', 'addressCityAndState', 'addressState', 'birthdate', 'birthdateDay', 'birthdateMonth', 'birthdateYear', 'countryName', 'creditCardExpiration', 'creditCardExpirationMonth', 'creditCardExpirationYear', 'creditCardFamilyName', 'creditCardGivenName', 'creditCardMiddleName', 'creditCardName', 'creditCardNumber', 'creditCardSecurityCode', 'creditCardType', 'emailAddress', 'familyName', 'fullStreetAddress', 'givenName', 'jobTitle', 'location', 'middleName', 'name', 'namePrefix', 'nameSuffix', 'newPassword', 'nickname', 'none', 'oneTimeCode', 'organizationName', 'password', 'postalCode', 'streetAddressLine1', 'streetAddressLine2', 'sublocality', 'telephoneNumber', 'URL', 'username']), + underlineColorAndroid: _$$_REQUIRE(_dependencyMap[2]), + value: _$$_REQUIRE(_dependencyMap[1]).string + }); + module.exports = DeprecatedTextInputPropTypes; +},2184,[2173,673,2169,2185]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + 'use strict'; + + var DeprecatedTextPropTypes = { + 'aria-busy': _$$_REQUIRE(_dependencyMap[0]).bool, + 'aria-checked': _$$_REQUIRE(_dependencyMap[0]).oneOfType([_$$_REQUIRE(_dependencyMap[0]).bool, _$$_REQUIRE(_dependencyMap[0]).oneOf(['mixed'])]), + 'aria-disabled': _$$_REQUIRE(_dependencyMap[0]).bool, + 'aria-expanded': _$$_REQUIRE(_dependencyMap[0]).bool, + 'aria-label': _$$_REQUIRE(_dependencyMap[0]).string, + 'aria-labelledby': _$$_REQUIRE(_dependencyMap[0]).string, + 'aria-selected': _$$_REQUIRE(_dependencyMap[0]).bool, + accessibilityActions: _$$_REQUIRE(_dependencyMap[0]).arrayOf(_$$_REQUIRE(_dependencyMap[1]).AccessibilityActionInfoPropType), + accessibilityHint: _$$_REQUIRE(_dependencyMap[0]).string, + accessibilityLabel: _$$_REQUIRE(_dependencyMap[0]).string, + accessibilityLanguage: _$$_REQUIRE(_dependencyMap[0]).string, + accessibilityRole: _$$_REQUIRE(_dependencyMap[1]).AccessibilityRolePropType, + accessibilityState: _$$_REQUIRE(_dependencyMap[1]).AccessibilityStatePropType, + accessible: _$$_REQUIRE(_dependencyMap[0]).bool, + adjustsFontSizeToFit: _$$_REQUIRE(_dependencyMap[0]).bool, + allowFontScaling: _$$_REQUIRE(_dependencyMap[0]).bool, + dataDetectorType: _$$_REQUIRE(_dependencyMap[0]).oneOf(['all', 'email', 'link', 'none', 'phoneNumber']), + disabled: _$$_REQUIRE(_dependencyMap[0]).bool, + dynamicTypeRamp: _$$_REQUIRE(_dependencyMap[0]).oneOf(['body', 'callout', 'caption1', 'caption2', 'footnote', 'headline', 'largeTitle', 'subheadline', 'title1', 'title2', 'title3']), + ellipsizeMode: _$$_REQUIRE(_dependencyMap[0]).oneOf(['clip', 'head', 'middle', 'tail']), + id: _$$_REQUIRE(_dependencyMap[0]).string, + lineBreakStrategyIOS: _$$_REQUIRE(_dependencyMap[0]).oneOf(['hangul-word', 'none', 'push-out', 'standard']), + maxFontSizeMultiplier: _$$_REQUIRE(_dependencyMap[0]).number, + minimumFontScale: _$$_REQUIRE(_dependencyMap[0]).number, + nativeID: _$$_REQUIRE(_dependencyMap[0]).string, + numberOfLines: _$$_REQUIRE(_dependencyMap[0]).number, + onAccessibilityAction: _$$_REQUIRE(_dependencyMap[0]).func, + onLayout: _$$_REQUIRE(_dependencyMap[0]).func, + onLongPress: _$$_REQUIRE(_dependencyMap[0]).func, + onMoveShouldSetResponder: _$$_REQUIRE(_dependencyMap[0]).func, + onPress: _$$_REQUIRE(_dependencyMap[0]).func, + onPressIn: _$$_REQUIRE(_dependencyMap[0]).func, + onPressOut: _$$_REQUIRE(_dependencyMap[0]).func, + onResponderGrant: _$$_REQUIRE(_dependencyMap[0]).func, + onResponderMove: _$$_REQUIRE(_dependencyMap[0]).func, + onResponderRelease: _$$_REQUIRE(_dependencyMap[0]).func, + onResponderTerminate: _$$_REQUIRE(_dependencyMap[0]).func, + onResponderTerminationRequest: _$$_REQUIRE(_dependencyMap[0]).func, + onStartShouldSetResponder: _$$_REQUIRE(_dependencyMap[0]).func, + onTextLayout: _$$_REQUIRE(_dependencyMap[0]).func, + pressRetentionOffset: _$$_REQUIRE(_dependencyMap[2]), + role: _$$_REQUIRE(_dependencyMap[1]).RolePropType, + selectable: _$$_REQUIRE(_dependencyMap[0]).bool, + selectionColor: _$$_REQUIRE(_dependencyMap[3]), + style: _$$_REQUIRE(_dependencyMap[4])(_$$_REQUIRE(_dependencyMap[5])), + suppressHighlighting: _$$_REQUIRE(_dependencyMap[0]).bool, + testID: _$$_REQUIRE(_dependencyMap[0]).string, + textBreakStrategy: _$$_REQUIRE(_dependencyMap[0]).oneOf(['balanced', 'highQuality', 'simple']) + }; + module.exports = DeprecatedTextPropTypes; +},2185,[673,2174,2171,2169,2175,2186]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + 'use strict'; + + var DeprecatedTextStylePropTypes = Object.assign({}, _$$_REQUIRE(_dependencyMap[0]), { + color: _$$_REQUIRE(_dependencyMap[1]), + fontFamily: _$$_REQUIRE(_dependencyMap[2]).string, + fontSize: _$$_REQUIRE(_dependencyMap[2]).number, + fontStyle: _$$_REQUIRE(_dependencyMap[2]).oneOf(['italic', 'normal']), + fontVariant: _$$_REQUIRE(_dependencyMap[2]).oneOfType([_$$_REQUIRE(_dependencyMap[2]).arrayOf(_$$_REQUIRE(_dependencyMap[2]).oneOf(['lining-nums', 'oldstyle-nums', 'proportional-nums', 'small-caps', 'stylistic-eight', 'stylistic-eighteen', 'stylistic-eleven', 'stylistic-fifteen', 'stylistic-five', 'stylistic-four', 'stylistic-fourteen', 'stylistic-nine', 'stylistic-nineteen', 'stylistic-one', 'stylistic-seven', 'stylistic-seventeen', 'stylistic-six', 'stylistic-sixteen', 'stylistic-ten', 'stylistic-thirteen', 'stylistic-three', 'stylistic-twelve', 'stylistic-twenty', 'stylistic-two', 'tabular-nums'])), _$$_REQUIRE(_dependencyMap[2]).string]), + fontWeight: _$$_REQUIRE(_dependencyMap[2]).oneOf(['100', '200', '300', '400', '500', '600', '700', '800', '900', 'black', 'bold', 'condensed', 'condensedBold', 'heavy', 'light', 'medium', 'normal', 'regular', 'semibold', 'thin', 'ultralight', 100, 200, 300, 400, 500, 600, 700, 800, 900]), + includeFontPadding: _$$_REQUIRE(_dependencyMap[2]).bool, + letterSpacing: _$$_REQUIRE(_dependencyMap[2]).number, + lineHeight: _$$_REQUIRE(_dependencyMap[2]).number, + textAlign: _$$_REQUIRE(_dependencyMap[2]).oneOf(['auto', 'center', 'justify', 'left', 'right']), + textAlignVertical: _$$_REQUIRE(_dependencyMap[2]).oneOf(['auto', 'bottom', 'center', 'top']), + textDecorationColor: _$$_REQUIRE(_dependencyMap[1]), + textDecorationLine: _$$_REQUIRE(_dependencyMap[2]).oneOf(['line-through', 'none', 'underline line-through', 'underline']), + textDecorationStyle: _$$_REQUIRE(_dependencyMap[2]).oneOf(['dashed', 'dotted', 'double', 'solid']), + textShadowColor: _$$_REQUIRE(_dependencyMap[1]), + textShadowOffset: _$$_REQUIRE(_dependencyMap[2]).shape({ + height: _$$_REQUIRE(_dependencyMap[2]).number, + width: _$$_REQUIRE(_dependencyMap[2]).number + }), + textShadowRadius: _$$_REQUIRE(_dependencyMap[2]).number, + textTransform: _$$_REQUIRE(_dependencyMap[2]).oneOf(['capitalize', 'lowercase', 'none', 'uppercase']), + userSelect: _$$_REQUIRE(_dependencyMap[2]).oneOf(['all', 'auto', 'contain', 'none', 'text']), + verticalAlign: _$$_REQUIRE(_dependencyMap[2]).oneOf(['auto', 'bottom', 'middle', 'top']), + writingDirection: _$$_REQUIRE(_dependencyMap[2]).oneOf(['auto', 'ltr', 'rtl']) + }); + module.exports = DeprecatedTextStylePropTypes; +},2186,[2177,2169,673]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -272345,7 +272956,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onHrError: _propTypes.default.func, onHrLoaded: _propTypes.default.func }); -},2197,[2,5,6,50,52,55,103,673,41,688]); +},2187,[2,5,6,50,52,55,103,673,41,2168]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -272498,7 +273109,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e blackAndWhite: false, enableThumbnail: false }; -},2198,[2,11,5,6,50,52,55,103,673,41,525,688]); +},2188,[2,11,5,6,50,52,55,103,673,41,525,2168]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -272608,7 +273219,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e pageId: 0, artId: -1 }; -},2199,[2,11,5,6,50,52,55,103,673,41,688]); +},2189,[2,11,5,6,50,52,55,103,673,41,2168]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -272656,7 +273267,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e path: _propTypes.default.string, onImageError: _propTypes.default.func }; -},2200,[2,5,6,50,52,55,103,673,41]); +},2190,[2,5,6,50,52,55,103,673,41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -272907,7 +273518,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e hidden: false }; var _default = exports.default = PageExtra; -},2201,[2,5,6,50,52,55,673,103,41,523,2202,1076,757,758,761,275,525,655,1084]); +},2191,[2,5,6,50,52,55,673,103,41,523,2192,1049,730,731,734,275,525,655,1057]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -273638,7 +274249,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }] }, index); } -},2202,[2,66,5,6,103,41,2203,13,2204,1082,755,758,762,761,2147,523,2182,10,756,757,760,2159,720,1076,2168,275,525,1084,2207,2213,655,954]); +},2192,[2,66,5,6,103,41,2193,13,2194,1055,728,731,735,734,2117,523,2152,10,729,730,733,2129,693,1049,2138,275,525,1057,2197,2203,655,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -273646,7 +274257,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e exports.default = undefined; var _reactNative = _$$_REQUIRE(_dependencyMap[0]); var _default = exports.default = _reactNative.NativeModules.RNMail; -},2203,[41]); +},2193,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -273666,7 +274277,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function newsmemoryArticleGallery(json) { return NewsMemoryParser.getArticleGallery(json); } -},2204,[2205,2206]); +},2194,[2195,2196]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -273810,7 +274421,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var action = item.action; return action.hasPropertyNotClickable(); } -},2205,[525]); +},2195,[525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -273896,7 +274507,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return []; } -},2206,[525]); +},2196,[525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -274621,7 +275232,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e (0, _$$_REQUIRE(_dependencyMap[8]).trackADBMobileAction)(adobeAnalyticsConfig.editionLoadActionName, params); } }; -},2207,[2,11,758,757,761,1076,2208,2212,2119,525,2126,2125]); +},2197,[2,11,731,730,734,1049,2198,2202,2089,525,2096,2095]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -274745,7 +275356,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2208,[2,3,5,6,50,52,55,2209,1083,2210]); +},2198,[2,3,5,6,50,52,55,2199,1056,2200]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -274828,7 +275439,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_Session2.default); -},2209,[2,5,6,50,52,53,55,1083]); +},2199,[2,5,6,50,52,53,55,1056]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -275117,7 +275728,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2210,[2,3,5,6,657,10,2211,1083,525]); +},2200,[2,3,5,6,657,10,2201,1056,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -275180,7 +275791,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e SessionHelper.SP = { name: "sessions" }; -},2211,[2,3,5,6,525]); +},2201,[2,3,5,6,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -275450,7 +276061,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return params; }; -},2212,[2125,2126,525]); +},2202,[2095,2096,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -275465,7 +276076,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2213,[2214]); +},2203,[2204]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -275637,7 +276248,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_react.Component); -},2214,[2,5,6,50,52,55,103,41,275,2215,2192,525]); +},2204,[2,5,6,50,52,55,103,41,275,2205,2163,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -275671,7 +276282,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e color: _$$_REQUIRE(_dependencyMap[1]).colors.white } }); -},2215,[41,525]); +},2205,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -275683,7 +276294,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flex: 1 } }); -},2216,[41]); +},2206,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -275775,7 +276386,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e errors: [], autoHideTimer: 5000 }; -},2217,[2,5,6,50,52,55,103,673,41,950,275,954,2218]); +},2207,[2,5,6,50,52,55,103,673,41,923,275,927,2208]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -275797,7 +276408,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e color: _$$_REQUIRE(_dependencyMap[1]).colors.white } }); -},2218,[41,525]); +},2208,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -276399,15 +277010,13 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var base64String = `data:image/jpeg;base64,${base64}`; //update URL for galleries - if (gallery) { - gallery.forEach(function (galleryImage) { - if (galleryImage && galleryImage.getUrl() === imageSrc) { - galleryImage.setUrl(base64String); - //!reset hr image when we are offline as we still don't have a way to ensure that the image will be cached - galleryImage.setHrUrl(""); - } - }); - } + gallery == null || gallery.forEach(function (galleryImage) { + if ((galleryImage == null ? undefined : galleryImage.getUrl()) === imageSrc) { + galleryImage.setUrl(base64String); + //!reset hr image when we are offline as we still don't have a way to ensure that the image will be cached + galleryImage.setHrUrl(""); + } + }); _this5.articleWebView.injectJavaScript(`if (typeof replaceImgSrcWithBase64 === "function") replaceImgSrcWithBase64("${imageSrc}", "${base64String}");`); } else if (!imageLoadFailed) { _this5.setState({ @@ -276796,7 +277405,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e header: false, enableDesktopLayout: false }; -},2219,[2,3,5,6,50,52,55,673,103,41,658,2182,2220,2183,523,720,2168,757,758,1077,761,2221,2159,2226,2229,2232,275,525,655,1084,2233,2213,2164,2237,2061,2240,954,2204,2207,951,2217,2162,2172,2247]); +},2209,[2,3,5,6,50,52,55,673,103,41,658,2152,2210,2153,523,693,2138,730,731,1050,734,2211,2129,2216,2219,2222,275,525,655,1057,2223,2203,2134,2227,2031,2230,927,2194,2197,924,2207,2132,2142,2237]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -277011,7 +277620,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2220,[2,3,5,6,657,757,758,1077,761,10,2183,2207,525,1980]); +},2210,[2,3,5,6,657,730,731,1050,734,10,2153,2197,525,1950]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -277173,7 +277782,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e adModels: _propTypes.default.arrayOf(_propTypes.default.object) }; var _default = exports.default = ArticleAdContainer; -},2221,[2,66,673,103,41,523,2222,275,655,525]); +},2211,[2,66,673,103,41,523,2212,275,655,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -277304,7 +277913,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(); AdsHelper.PARSERS = [new (_$$_REQUIRE(_dependencyMap[4]).ParserV2)(), new (_$$_REQUIRE(_dependencyMap[4]).ParserV1)(), new (_$$_REQUIRE(_dependencyMap[4]).ParserV0)()]; -},2222,[2,5,6,525,2223]); +},2212,[2,5,6,525,2213]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -277696,7 +278305,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2223,[2,5,6,41,2224,2225]); +},2213,[2,5,6,41,2214,2215]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -277760,7 +278369,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e nativo: "nativo" } }; -},2224,[]); +},2214,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -277817,7 +278426,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; var webAdsTypes = exports.webAdsTypes = [adTypes.web.top_banner, adTypes.web.bottom_banner]; var nativeAdsTypes = exports.nativeAdsTypes = [adTypes.native.default, adTypes.native.inarticle, adTypes.native.grid, adTypes.native.list]; -},2225,[]); +},2215,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -278147,7 +278756,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e minHeight: 150, fontScale: 1 }; -},2226,[2,3,5,6,50,52,55,673,103,41,950,679,2159,2227,275,954,2006,2228,525]); +},2216,[2,3,5,6,50,52,55,673,103,41,923,679,2129,2217,275,927,1976,2218,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -278190,7 +278799,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e height: 40 } }); -},2227,[41,525]); +},2217,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -278202,7 +278811,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-down", "type": "png" }); -},2228,[1481]); +},2218,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -278495,7 +279104,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e button: undefined, login: undefined }; -},2229,[2,3,5,6,50,52,55,673,103,41,2182,523,757,950,2061,2230,275,993,655,1098,2231,1076,954,525]); +},2219,[2,3,5,6,50,52,55,673,103,41,2152,523,730,923,2031,2220,275,966,655,1071,2221,1049,927,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -278551,7 +279160,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e fontSize: 16 } }); -},2230,[41,525]); +},2220,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -278628,7 +279237,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2231,[2,3,5,6,2147,525,2169]); +},2221,[2,3,5,6,2117,525,2139]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -278662,7 +279271,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e color: "white" } }); -},2232,[41]); +},2222,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -280171,7 +280780,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return html; }; -},2233,[2,74,10,2234,720,1076,1086,758,757,761,759,525,1084,2235,2165,2236,2237,2239]); +},2223,[2,74,10,2224,693,1049,1059,731,730,734,732,525,1057,2225,2135,2226,2227,2229]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -280494,7 +281103,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); `; var _default = exports.default = columnizer; -},2234,[]); +},2224,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -280614,7 +281223,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2235,[2,5,6]); +},2225,[2,5,6]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -280945,7 +281554,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e css += NO_ARTICLE_TEXT_SELECTION_CSS(enableArticleTextSelection); return css; }; -},2236,[954,962,525]); +},2226,[927,935,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -281196,7 +281805,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _ref3.apply(this, arguments); }; }(); -},2237,[2,3,1078,657,758,2238,525]); +},2227,[2,3,1051,657,731,2228,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -281306,7 +281915,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2238,[2,5,6,2224]); +},2228,[2,5,6,2214]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -281315,7 +281924,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var jQueryBase64 = exports.jQueryBase64 = "LyohIGpRdWVyeSB2My41LjEgfCAoYykgSlMgRm91bmRhdGlvbiBhbmQgb3RoZXIgY29udHJpYnV0b3JzIHwganF1ZXJ5Lm9yZy9saWNlbnNlICovCiFmdW5jdGlvbihlLHQpeyJ1c2Ugc3RyaWN0Ijsib2JqZWN0Ij09dHlwZW9mIG1vZHVsZSYmIm9iamVjdCI9PXR5cGVvZiBtb2R1bGUuZXhwb3J0cz9tb2R1bGUuZXhwb3J0cz1lLmRvY3VtZW50P3QoZSwhMCk6ZnVuY3Rpb24oZSl7aWYoIWUuZG9jdW1lbnQpdGhyb3cgbmV3IEVycm9yKCJqUXVlcnkgcmVxdWlyZXMgYSB3aW5kb3cgd2l0aCBhIGRvY3VtZW50Iik7cmV0dXJuIHQoZSl9OnQoZSl9KCJ1bmRlZmluZWQiIT10eXBlb2Ygd2luZG93P3dpbmRvdzp0aGlzLGZ1bmN0aW9uKEMsZSl7InVzZSBzdHJpY3QiO3ZhciB0PVtdLHI9T2JqZWN0LmdldFByb3RvdHlwZU9mLHM9dC5zbGljZSxnPXQuZmxhdD9mdW5jdGlvbihlKXtyZXR1cm4gdC5mbGF0LmNhbGwoZSl9OmZ1bmN0aW9uKGUpe3JldHVybiB0LmNvbmNhdC5hcHBseShbXSxlKX0sdT10LnB1c2gsaT10LmluZGV4T2Ysbj17fSxvPW4udG9TdHJpbmcsdj1uLmhhc093blByb3BlcnR5LGE9di50b1N0cmluZyxsPWEuY2FsbChPYmplY3QpLHk9e30sbT1mdW5jdGlvbihlKXtyZXR1cm4iZnVuY3Rpb24iPT10eXBlb2YgZSYmIm51bWJlciIhPXR5cGVvZiBlLm5vZGVUeXBlfSx4PWZ1bmN0aW9uKGUpe3JldHVybiBudWxsIT1lJiZlPT09ZS53aW5kb3d9LEU9Qy5kb2N1bWVudCxjPXt0eXBlOiEwLHNyYzohMCxub25jZTohMCxub01vZHVsZTohMH07ZnVuY3Rpb24gYihlLHQsbil7dmFyIHIsaSxvPShuPW58fEUpLmNyZWF0ZUVsZW1lbnQoInNjcmlwdCIpO2lmKG8udGV4dD1lLHQpZm9yKHIgaW4gYykoaT10W3JdfHx0LmdldEF0dHJpYnV0ZSYmdC5nZXRBdHRyaWJ1dGUocikpJiZvLnNldEF0dHJpYnV0ZShyLGkpO24uaGVhZC5hcHBlbmRDaGlsZChvKS5wYXJlbnROb2RlLnJlbW92ZUNoaWxkKG8pfWZ1bmN0aW9uIHcoZSl7cmV0dXJuIG51bGw9PWU/ZSsiIjoib2JqZWN0Ij09dHlwZW9mIGV8fCJmdW5jdGlvbiI9PXR5cGVvZiBlP25bby5jYWxsKGUpXXx8Im9iamVjdCI6dHlwZW9mIGV9dmFyIGY9IjMuNS4xIixTPWZ1bmN0aW9uKGUsdCl7cmV0dXJuIG5ldyBTLmZuLmluaXQoZSx0KX07ZnVuY3Rpb24gcChlKXt2YXIgdD0hIWUmJiJsZW5ndGgiaW4gZSYmZS5sZW5ndGgsbj13KGUpO3JldHVybiFtKGUpJiYheChlKSYmKCJhcnJheSI9PT1ufHwwPT09dHx8Im51bWJlciI9PXR5cGVvZiB0JiYwPHQmJnQtMSBpbiBlKX1TLmZuPVMucHJvdG90eXBlPXtqcXVlcnk6Zixjb25zdHJ1Y3RvcjpTLGxlbmd0aDowLHRvQXJyYXk6ZnVuY3Rpb24oKXtyZXR1cm4gcy5jYWxsKHRoaXMpfSxnZXQ6ZnVuY3Rpb24oZSl7cmV0dXJuIG51bGw9PWU/cy5jYWxsKHRoaXMpOmU8MD90aGlzW2UrdGhpcy5sZW5ndGhdOnRoaXNbZV19LHB1c2hTdGFjazpmdW5jdGlvbihlKXt2YXIgdD1TLm1lcmdlKHRoaXMuY29uc3RydWN0b3IoKSxlKTtyZXR1cm4gdC5wcmV2T2JqZWN0PXRoaXMsdH0sZWFjaDpmdW5jdGlvbihlKXtyZXR1cm4gUy5lYWNoKHRoaXMsZSl9LG1hcDpmdW5jdGlvbihuKXtyZXR1cm4gdGhpcy5wdXNoU3RhY2soUy5tYXAodGhpcyxmdW5jdGlvbihlLHQpe3JldHVybiBuLmNhbGwoZSx0LGUpfSkpfSxzbGljZTpmdW5jdGlvbigpe3JldHVybiB0aGlzLnB1c2hTdGFjayhzLmFwcGx5KHRoaXMsYXJndW1lbnRzKSl9LGZpcnN0OmZ1bmN0aW9uKCl7cmV0dXJuIHRoaXMuZXEoMCl9LGxhc3Q6ZnVuY3Rpb24oKXtyZXR1cm4gdGhpcy5lcSgtMSl9LGV2ZW46ZnVuY3Rpb24oKXtyZXR1cm4gdGhpcy5wdXNoU3RhY2soUy5ncmVwKHRoaXMsZnVuY3Rpb24oZSx0KXtyZXR1cm4odCsxKSUyfSkpfSxvZGQ6ZnVuY3Rpb24oKXtyZXR1cm4gdGhpcy5wdXNoU3RhY2soUy5ncmVwKHRoaXMsZnVuY3Rpb24oZSx0KXtyZXR1cm4gdCUyfSkpfSxlcTpmdW5jdGlvbihlKXt2YXIgdD10aGlzLmxlbmd0aCxuPStlKyhlPDA/dDowKTtyZXR1cm4gdGhpcy5wdXNoU3RhY2soMDw9biYmbjx0P1t0aGlzW25dXTpbXSl9LGVuZDpmdW5jdGlvbigpe3JldHVybiB0aGlzLnByZXZPYmplY3R8fHRoaXMuY29uc3RydWN0b3IoKX0scHVzaDp1LHNvcnQ6dC5zb3J0LHNwbGljZTp0LnNwbGljZX0sUy5leHRlbmQ9Uy5mbi5leHRlbmQ9ZnVuY3Rpb24oKXt2YXIgZSx0LG4scixpLG8sYT1hcmd1bWVudHNbMF18fHt9LHM9MSx1PWFyZ3VtZW50cy5sZW5ndGgsbD0hMTtmb3IoImJvb2xlYW4iPT10eXBlb2YgYSYmKGw9YSxhPWFyZ3VtZW50c1tzXXx8e30scysrKSwib2JqZWN0Ij09dHlwZW9mIGF8fG0oYSl8fChhPXt9KSxzPT09dSYmKGE9dGhpcyxzLS0pO3M8dTtzKyspaWYobnVsbCE9KGU9YXJndW1lbnRzW3NdKSlmb3IodCBpbiBlKXI9ZVt0XSwiX19wcm90b19fIiE9PXQmJmEhPT1yJiYobCYmciYmKFMuaXNQbGFpbk9iamVjdChyKXx8KGk9QXJyYXkuaXNBcnJheShyKSkpPyhuPWFbdF0sbz1pJiYhQXJyYXkuaXNBcnJheShuKT9bXTppfHxTLmlzUGxhaW5PYmplY3Qobik/bjp7fSxpPSExLGFbdF09Uy5leHRlbmQobCxvLHIpKTp2b2lkIDAhPT1yJiYoYVt0XT1yKSk7cmV0dXJuIGF9LFMuZXh0ZW5kKHtleHBhbmRvOiJqUXVlcnkiKyhmK01hdGgucmFuZG9tKCkpLnJlcGxhY2UoL1xEL2csIiIpLGlzUmVhZHk6ITAsZXJyb3I6ZnVuY3Rpb24oZSl7dGhyb3cgbmV3IEVycm9yKGUpfSxub29wOmZ1bmN0aW9uKCl7fSxpc1BsYWluT2JqZWN0OmZ1bmN0aW9uKGUpe3ZhciB0LG47cmV0dXJuISghZXx8IltvYmplY3QgT2JqZWN0XSIhPT1vLmNhbGwoZSkpJiYoISh0PXIoZSkpfHwiZnVuY3Rpb24iPT10eXBlb2Yobj12LmNhbGwodCwiY29uc3RydWN0b3IiKSYmdC5jb25zdHJ1Y3RvcikmJmEuY2FsbChuKT09PWwpfSxpc0VtcHR5T2JqZWN0OmZ1bmN0aW9uKGUpe3ZhciB0O2Zvcih0IGluIGUpcmV0dXJuITE7cmV0dXJuITB9LGdsb2JhbEV2YWw6ZnVuY3Rpb24oZSx0LG4pe2IoZSx7bm9uY2U6dCYmdC5ub25jZX0sbil9LGVhY2g6ZnVuY3Rpb24oZSx0KXt2YXIgbixyPTA7aWYocChlKSl7Zm9yKG49ZS5sZW5ndGg7cjxuO3IrKylpZighMT09PXQuY2FsbChlW3JdLHIsZVtyXSkpYnJlYWt9ZWxzZSBmb3IociBpbiBlKWlmKCExPT09dC5jYWxsKGVbcl0scixlW3JdKSlicmVhaztyZXR1cm4gZX0sbWFrZUFycmF5OmZ1bmN0aW9uKGUsdCl7dmFyIG49dHx8W107cmV0dXJuIG51bGwhPWUmJihwKE9iamVjdChlKSk/Uy5tZXJnZShuLCJzdHJpbmciPT10eXBlb2YgZT9bZV06ZSk6dS5jYWxsKG4sZSkpLG59LGluQXJyYXk6ZnVuY3Rpb24oZSx0LG4pe3JldHVybiBudWxsPT10Py0xOmkuY2FsbCh0LGUsbil9LG1lcmdlOmZ1bmN0aW9uKGUsdCl7Zm9yKHZhciBuPSt0Lmxlbmd0aCxyPTAsaT1lLmxlbmd0aDtyPG47cisrKWVbaSsrXT10W3JdO3JldHVybiBlLmxlbmd0aD1pLGV9LGdyZXA6ZnVuY3Rpb24oZSx0LG4pe2Zvcih2YXIgcj1bXSxpPTAsbz1lLmxlbmd0aCxhPSFuO2k8bztpKyspIXQoZVtpXSxpKSE9PWEmJnIucHVzaChlW2ldKTtyZXR1cm4gcn0sbWFwOmZ1bmN0aW9uKGUsdCxuKXt2YXIgcixpLG89MCxhPVtdO2lmKHAoZSkpZm9yKHI9ZS5sZW5ndGg7bzxyO28rKyludWxsIT0oaT10KGVbb10sbyxuKSkmJmEucHVzaChpKTtlbHNlIGZvcihvIGluIGUpbnVsbCE9KGk9dChlW29dLG8sbikpJiZhLnB1c2goaSk7cmV0dXJuIGcoYSl9LGd1aWQ6MSxzdXBwb3J0Onl9KSwiZnVuY3Rpb24iPT10eXBlb2YgU3ltYm9sJiYoUy5mbltTeW1ib2wuaXRlcmF0b3JdPXRbU3ltYm9sLml0ZXJhdG9yXSksUy5lYWNoKCJCb29sZWFuIE51bWJlciBTdHJpbmcgRnVuY3Rpb24gQXJyYXkgRGF0ZSBSZWdFeHAgT2JqZWN0IEVycm9yIFN5bWJvbCIuc3BsaXQoIiAiKSxmdW5jdGlvbihlLHQpe25bIltvYmplY3QgIit0KyJdIl09dC50b0xvd2VyQ2FzZSgpfSk7dmFyIGQ9ZnVuY3Rpb24obil7dmFyIGUsZCxiLG8saSxoLGYsZyx3LHUsbCxULEMsYSxFLHYscyxjLHksUz0ic2l6emxlIisxKm5ldyBEYXRlLHA9bi5kb2N1bWVudCxrPTAscj0wLG09dWUoKSx4PXVlKCksQT11ZSgpLE49dWUoKSxEPWZ1bmN0aW9uKGUsdCl7cmV0dXJuIGU9PT10JiYobD0hMCksMH0saj17fS5oYXNPd25Qcm9wZXJ0eSx0PVtdLHE9dC5wb3AsTD10LnB1c2gsSD10LnB1c2gsTz10LnNsaWNlLFA9ZnVuY3Rpb24oZSx0KXtmb3IodmFyIG49MCxyPWUubGVuZ3RoO248cjtuKyspaWYoZVtuXT09PXQpcmV0dXJuIG47cmV0dXJuLTF9LFI9ImNoZWNrZWR8c2VsZWN0ZWR8YXN5bmN8YXV0b2ZvY3VzfGF1dG9wbGF5fGNvbnRyb2xzfGRlZmVyfGRpc2FibGVkfGhpZGRlbnxpc21hcHxsb29wfG11bHRpcGxlfG9wZW58cmVhZG9ubHl8cmVxdWlyZWR8c2NvcGVkIixNPSJbXFx4MjBcXHRcXHJcXG5cXGZdIixJPSIoPzpcXFxcW1xcZGEtZkEtRl17MSw2fSIrTSsiP3xcXFxcW15cXHJcXG5cXGZdfFtcXHctXXxbXlwwLVxceDdmXSkrIixXPSJcXFsiK00rIiooIitJKyIpKD86IitNKyIqKFsqXiR8IX5dPz0pIitNKyIqKD86JygoPzpcXFxcLnxbXlxcXFwnXSkqKSd8XCIoKD86XFxcXC58W15cXFxcXCJdKSopXCJ8KCIrSSsiKSl8KSIrTSsiKlxcXSIsRj0iOigiK0krIikoPzpcXCgoKCcoKD86XFxcXC58W15cXFxcJ10pKiknfFwiKCg/OlxcXFwufFteXFxcXFwiXSkqKVwiKXwoKD86XFxcXC58W15cXFxcKClbXFxdXXwiK1crIikqKXwuKilcXCl8KSIsQj1uZXcgUmVnRXhwKE0rIisiLCJnIiksJD1uZXcgUmVnRXhwKCJeIitNKyIrfCgoPzpefFteXFxcXF0pKD86XFxcXC4pKikiK00rIiskIiwiZyIpLF89bmV3IFJlZ0V4cCgiXiIrTSsiKiwiK00rIioiKSx6PW5ldyBSZWdFeHAoIl4iK00rIiooWz4rfl18IitNKyIpIitNKyIqIiksVT1uZXcgUmVnRXhwKE0rInw+IiksWD1uZXcgUmVnRXhwKEYpLFY9bmV3IFJlZ0V4cCgiXiIrSSsiJCIpLEc9e0lEOm5ldyBSZWdFeHAoIl4jKCIrSSsiKSIpLENMQVNTOm5ldyBSZWdFeHAoIl5cXC4oIitJKyIpIiksVEFHOm5ldyBSZWdFeHAoIl4oIitJKyJ8WypdKSIpLEFUVFI6bmV3IFJlZ0V4cCgiXiIrVyksUFNFVURPOm5ldyBSZWdFeHAoIl4iK0YpLENISUxEOm5ldyBSZWdFeHAoIl46KG9ubHl8Zmlyc3R8bGFzdHxudGh8bnRoLWxhc3QpLShjaGlsZHxvZi10eXBlKSg/OlxcKCIrTSsiKihldmVufG9kZHwoKFsrLV18KShcXGQqKW58KSIrTSsiKig/OihbKy1dfCkiK00rIiooXFxkKyl8KSkiK00rIipcXCl8KSIsImkiKSxib29sOm5ldyBSZWdFeHAoIl4oPzoiK1IrIikkIiwiaSIpLG5lZWRzQ29udGV4dDpuZXcgUmVnRXhwKCJeIitNKyIqWz4rfl18OihldmVufG9kZHxlcXxndHxsdHxudGh8Zmlyc3R8bGFzdCkoPzpcXCgiK00rIiooKD86LVxcZCk/XFxkKikiK00rIipcXCl8KSg/PVteLV18JCkiLCJpIil9LFk9L0hUTUwkL2ksUT0vXig/OmlucHV0fHNlbGVjdHx0ZXh0YXJlYXxidXR0b24pJC9pLEo9L15oXGQkL2ksSz0vXltee10rXHtccypcW25hdGl2ZSBcdy8sWj0vXig/OiMoW1x3LV0rKXwoXHcrKXxcLihbXHctXSspKSQvLGVlPS9bK35dLyx0ZT1uZXcgUmVnRXhwKCJcXFxcW1xcZGEtZkEtRl17MSw2fSIrTSsiP3xcXFxcKFteXFxyXFxuXFxmXSkiLCJnIiksbmU9ZnVuY3Rpb24oZSx0KXt2YXIgbj0iMHgiK2Uuc2xpY2UoMSktNjU1MzY7cmV0dXJuIHR8fChuPDA/U3RyaW5nLmZyb21DaGFyQ29kZShuKzY1NTM2KTpTdHJpbmcuZnJvbUNoYXJDb2RlKG4+PjEwfDU1Mjk2LDEwMjMmbnw1NjMyMCkpfSxyZT0vKFtcMC1ceDFmXHg3Zl18Xi0/XGQpfF4tJHxbXlwwLVx4MWZceDdmLVx1RkZGRlx3LV0vZyxpZT1mdW5jdGlvbihlLHQpe3JldHVybiB0PyJcMCI9PT1lPyJcdWZmZmQiOmUuc2xpY2UoMCwtMSkrIlxcIitlLmNoYXJDb2RlQXQoZS5sZW5ndGgtMSkudG9TdHJpbmcoMTYpKyIgIjoiXFwiK2V9LG9lPWZ1bmN0aW9uKCl7VCgpfSxhZT1iZShmdW5jdGlvbihlKXtyZXR1cm4hMD09PWUuZGlzYWJsZWQmJiJmaWVsZHNldCI9PT1lLm5vZGVOYW1lLnRvTG93ZXJDYXNlKCl9LHtkaXI6InBhcmVudE5vZGUiLG5leHQ6ImxlZ2VuZCJ9KTt0cnl7SC5hcHBseSh0PU8uY2FsbChwLmNoaWxkTm9kZXMpLHAuY2hpbGROb2RlcyksdFtwLmNoaWxkTm9kZXMubGVuZ3RoXS5ub2RlVHlwZX1jYXRjaChlKXtIPXthcHBseTp0Lmxlbmd0aD9mdW5jdGlvbihlLHQpe0wuYXBwbHkoZSxPLmNhbGwodCkpfTpmdW5jdGlvbihlLHQpe3ZhciBuPWUubGVuZ3RoLHI9MDt3aGlsZShlW24rK109dFtyKytdKTtlLmxlbmd0aD1uLTF9fX1mdW5jdGlvbiBzZSh0LGUsbixyKXt2YXIgaSxvLGEscyx1LGwsYyxmPWUmJmUub3duZXJEb2N1bWVudCxwPWU/ZS5ub2RlVHlwZTo5O2lmKG49bnx8W10sInN0cmluZyIhPXR5cGVvZiB0fHwhdHx8MSE9PXAmJjkhPT1wJiYxMSE9PXApcmV0dXJuIG47aWYoIXImJihUKGUpLGU9ZXx8QyxFKSl7aWYoMTEhPT1wJiYodT1aLmV4ZWModCkpKWlmKGk9dVsxXSl7aWYoOT09PXApe2lmKCEoYT1lLmdldEVsZW1lbnRCeUlkKGkpKSlyZXR1cm4gbjtpZihhLmlkPT09aSlyZXR1cm4gbi5wdXNoKGEpLG59ZWxzZSBpZihmJiYoYT1mLmdldEVsZW1lbnRCeUlkKGkpKSYmeShlLGEpJiZhLmlkPT09aSlyZXR1cm4gbi5wdXNoKGEpLG59ZWxzZXtpZih1WzJdKXJldHVybiBILmFwcGx5KG4sZS5nZXRFbGVtZW50c0J5VGFnTmFtZSh0KSksbjtpZigoaT11WzNdKSYmZC5nZXRFbGVtZW50c0J5Q2xhc3NOYW1lJiZlLmdldEVsZW1lbnRzQnlDbGFzc05hbWUpcmV0dXJuIEguYXBwbHkobixlLmdldEVsZW1lbnRzQnlDbGFzc05hbWUoaSkpLG59aWYoZC5xc2EmJiFOW3QrIiAiXSYmKCF2fHwhdi50ZXN0KHQpKSYmKDEhPT1wfHwib2JqZWN0IiE9PWUubm9kZU5hbWUudG9Mb3dlckNhc2UoKSkpe2lmKGM9dCxmPWUsMT09PXAmJihVLnRlc3QodCl8fHoudGVzdCh0KSkpeyhmPWVlLnRlc3QodCkmJnllKGUucGFyZW50Tm9kZSl8fGUpPT09ZSYmZC5zY29wZXx8KChzPWUuZ2V0QXR0cmlidXRlKCJpZCIpKT9zPXMucmVwbGFjZShyZSxpZSk6ZS5zZXRBdHRyaWJ1dGUoImlkIixzPVMpKSxvPShsPWgodCkpLmxlbmd0aDt3aGlsZShvLS0pbFtvXT0ocz8iIyIrczoiOnNjb3BlIikrIiAiK3hlKGxbb10pO2M9bC5qb2luKCIsIil9dHJ5e3JldHVybiBILmFwcGx5KG4sZi5xdWVyeVNlbGVjdG9yQWxsKGMpKSxufWNhdGNoKGUpe04odCwhMCl9ZmluYWxseXtzPT09UyYmZS5yZW1vdmVBdHRyaWJ1dGUoImlkIil9fX1yZXR1cm4gZyh0LnJlcGxhY2UoJCwiJDEiKSxlLG4scil9ZnVuY3Rpb24gdWUoKXt2YXIgcj1bXTtyZXR1cm4gZnVuY3Rpb24gZSh0LG4pe3JldHVybiByLnB1c2godCsiICIpPmIuY2FjaGVMZW5ndGgmJmRlbGV0ZSBlW3Iuc2hpZnQoKV0sZVt0KyIgIl09bn19ZnVuY3Rpb24gbGUoZSl7cmV0dXJuIGVbU109ITAsZX1mdW5jdGlvbiBjZShlKXt2YXIgdD1DLmNyZWF0ZUVsZW1lbnQoImZpZWxkc2V0Iik7dHJ5e3JldHVybiEhZSh0KX1jYXRjaChlKXtyZXR1cm4hMX1maW5hbGx5e3QucGFyZW50Tm9kZSYmdC5wYXJlbnROb2RlLnJlbW92ZUNoaWxkKHQpLHQ9bnVsbH19ZnVuY3Rpb24gZmUoZSx0KXt2YXIgbj1lLnNwbGl0KCJ8Iikscj1uLmxlbmd0aDt3aGlsZShyLS0pYi5hdHRySGFuZGxlW25bcl1dPXR9ZnVuY3Rpb24gcGUoZSx0KXt2YXIgbj10JiZlLHI9biYmMT09PWUubm9kZVR5cGUmJjE9PT10Lm5vZGVUeXBlJiZlLnNvdXJjZUluZGV4LXQuc291cmNlSW5kZXg7aWYocilyZXR1cm4gcjtpZihuKXdoaWxlKG49bi5uZXh0U2libGluZylpZihuPT09dClyZXR1cm4tMTtyZXR1cm4gZT8xOi0xfWZ1bmN0aW9uIGRlKHQpe3JldHVybiBmdW5jdGlvbihlKXtyZXR1cm4iaW5wdXQiPT09ZS5ub2RlTmFtZS50b0xvd2VyQ2FzZSgpJiZlLnR5cGU9PT10fX1mdW5jdGlvbiBoZShuKXtyZXR1cm4gZnVuY3Rpb24oZSl7dmFyIHQ9ZS5ub2RlTmFtZS50b0xvd2VyQ2FzZSgpO3JldHVybigiaW5wdXQiPT09dHx8ImJ1dHRvbiI9PT10KSYmZS50eXBlPT09bn19ZnVuY3Rpb24gZ2UodCl7cmV0dXJuIGZ1bmN0aW9uKGUpe3JldHVybiJmb3JtImluIGU/ZS5wYXJlbnROb2RlJiYhMT09PWUuZGlzYWJsZWQ/ImxhYmVsImluIGU/ImxhYmVsImluIGUucGFyZW50Tm9kZT9lLnBhcmVudE5vZGUuZGlzYWJsZWQ9PT10OmUuZGlzYWJsZWQ9PT10OmUuaXNEaXNhYmxlZD09PXR8fGUuaXNEaXNhYmxlZCE9PSF0JiZhZShlKT09PXQ6ZS5kaXNhYmxlZD09PXQ6ImxhYmVsImluIGUmJmUuZGlzYWJsZWQ9PT10fX1mdW5jdGlvbiB2ZShhKXtyZXR1cm4gbGUoZnVuY3Rpb24obyl7cmV0dXJuIG89K28sbGUoZnVuY3Rpb24oZSx0KXt2YXIgbixyPWEoW10sZS5sZW5ndGgsbyksaT1yLmxlbmd0aDt3aGlsZShpLS0pZVtuPXJbaV1dJiYoZVtuXT0hKHRbbl09ZVtuXSkpfSl9KX1mdW5jdGlvbiB5ZShlKXtyZXR1cm4gZSYmInVuZGVmaW5lZCIhPXR5cGVvZiBlLmdldEVsZW1lbnRzQnlUYWdOYW1lJiZlfWZvcihlIGluIGQ9c2Uuc3VwcG9ydD17fSxpPXNlLmlzWE1MPWZ1bmN0aW9uKGUpe3ZhciB0PWUubmFtZXNwYWNlVVJJLG49KGUub3duZXJEb2N1bWVudHx8ZSkuZG9jdW1lbnRFbGVtZW50O3JldHVybiFZLnRlc3QodHx8biYmbi5ub2RlTmFtZXx8IkhUTUwiKX0sVD1zZS5zZXREb2N1bWVudD1mdW5jdGlvbihlKXt2YXIgdCxuLHI9ZT9lLm93bmVyRG9jdW1lbnR8fGU6cDtyZXR1cm4gciE9QyYmOT09PXIubm9kZVR5cGUmJnIuZG9jdW1lbnRFbGVtZW50JiYoYT0oQz1yKS5kb2N1bWVudEVsZW1lbnQsRT0haShDKSxwIT1DJiYobj1DLmRlZmF1bHRWaWV3KSYmbi50b3AhPT1uJiYobi5hZGRFdmVudExpc3RlbmVyP24uYWRkRXZlbnRMaXN0ZW5lcigidW5sb2FkIixvZSwhMSk6bi5hdHRhY2hFdmVudCYmbi5hdHRhY2hFdmVudCgib251bmxvYWQiLG9lKSksZC5zY29wZT1jZShmdW5jdGlvbihlKXtyZXR1cm4gYS5hcHBlbmRDaGlsZChlKS5hcHBlbmRDaGlsZChDLmNyZWF0ZUVsZW1lbnQoImRpdiIpKSwidW5kZWZpbmVkIiE9dHlwZW9mIGUucXVlcnlTZWxlY3RvckFsbCYmIWUucXVlcnlTZWxlY3RvckFsbCgiOnNjb3BlIGZpZWxkc2V0IGRpdiIpLmxlbmd0aH0pLGQuYXR0cmlidXRlcz1jZShmdW5jdGlvbihlKXtyZXR1cm4gZS5jbGFzc05hbWU9ImkiLCFlLmdldEF0dHJpYnV0ZSgiY2xhc3NOYW1lIil9KSxkLmdldEVsZW1lbnRzQnlUYWdOYW1lPWNlKGZ1bmN0aW9uKGUpe3JldHVybiBlLmFwcGVuZENoaWxkKEMuY3JlYXRlQ29tbWVudCgiIikpLCFlLmdldEVsZW1lbnRzQnlUYWdOYW1lKCIqIikubGVuZ3RofSksZC5nZXRFbGVtZW50c0J5Q2xhc3NOYW1lPUsudGVzdChDLmdldEVsZW1lbnRzQnlDbGFzc05hbWUpLGQuZ2V0QnlJZD1jZShmdW5jdGlvbihlKXtyZXR1cm4gYS5hcHBlbmRDaGlsZChlKS5pZD1TLCFDLmdldEVsZW1lbnRzQnlOYW1lfHwhQy5nZXRFbGVtZW50c0J5TmFtZShTKS5sZW5ndGh9KSxkLmdldEJ5SWQ/KGIuZmlsdGVyLklEPWZ1bmN0aW9uKGUpe3ZhciB0PWUucmVwbGFjZSh0ZSxuZSk7cmV0dXJuIGZ1bmN0aW9uKGUpe3JldHVybiBlLmdldEF0dHJpYnV0ZSgiaWQiKT09PXR9fSxiLmZpbmQuSUQ9ZnVuY3Rpb24oZSx0KXtpZigidW5kZWZpbmVkIiE9dHlwZW9mIHQuZ2V0RWxlbWVudEJ5SWQmJkUpe3ZhciBuPXQuZ2V0RWxlbWVudEJ5SWQoZSk7cmV0dXJuIG4/W25dOltdfX0pOihiLmZpbHRlci5JRD1mdW5jdGlvbihlKXt2YXIgbj1lLnJlcGxhY2UodGUsbmUpO3JldHVybiBmdW5jdGlvbihlKXt2YXIgdD0idW5kZWZpbmVkIiE9dHlwZW9mIGUuZ2V0QXR0cmlidXRlTm9kZSYmZS5nZXRBdHRyaWJ1dGVOb2RlKCJpZCIpO3JldHVybiB0JiZ0LnZhbHVlPT09bn19LGIuZmluZC5JRD1mdW5jdGlvbihlLHQpe2lmKCJ1bmRlZmluZWQiIT10eXBlb2YgdC5nZXRFbGVtZW50QnlJZCYmRSl7dmFyIG4scixpLG89dC5nZXRFbGVtZW50QnlJZChlKTtpZihvKXtpZigobj1vLmdldEF0dHJpYnV0ZU5vZGUoImlkIikpJiZuLnZhbHVlPT09ZSlyZXR1cm5bb107aT10LmdldEVsZW1lbnRzQnlOYW1lKGUpLHI9MDt3aGlsZShvPWlbcisrXSlpZigobj1vLmdldEF0dHJpYnV0ZU5vZGUoImlkIikpJiZuLnZhbHVlPT09ZSlyZXR1cm5bb119cmV0dXJuW119fSksYi5maW5kLlRBRz1kLmdldEVsZW1lbnRzQnlUYWdOYW1lP2Z1bmN0aW9uKGUsdCl7cmV0dXJuInVuZGVmaW5lZCIhPXR5cGVvZiB0LmdldEVsZW1lbnRzQnlUYWdOYW1lP3QuZ2V0RWxlbWVudHNCeVRhZ05hbWUoZSk6ZC5xc2E/dC5xdWVyeVNlbGVjdG9yQWxsKGUpOnZvaWQgMH06ZnVuY3Rpb24oZSx0KXt2YXIgbixyPVtdLGk9MCxvPXQuZ2V0RWxlbWVudHNCeVRhZ05hbWUoZSk7aWYoIioiPT09ZSl7d2hpbGUobj1vW2krK10pMT09PW4ubm9kZVR5cGUmJnIucHVzaChuKTtyZXR1cm4gcn1yZXR1cm4gb30sYi5maW5kLkNMQVNTPWQuZ2V0RWxlbWVudHNCeUNsYXNzTmFtZSYmZnVuY3Rpb24oZSx0KXtpZigidW5kZWZpbmVkIiE9dHlwZW9mIHQuZ2V0RWxlbWVudHNCeUNsYXNzTmFtZSYmRSlyZXR1cm4gdC5nZXRFbGVtZW50c0J5Q2xhc3NOYW1lKGUpfSxzPVtdLHY9W10sKGQucXNhPUsudGVzdChDLnF1ZXJ5U2VsZWN0b3JBbGwpKSYmKGNlKGZ1bmN0aW9uKGUpe3ZhciB0O2EuYXBwZW5kQ2hpbGQoZSkuaW5uZXJIVE1MPSI8YSBpZD0nIitTKyInPjwvYT48c2VsZWN0IGlkPSciK1MrIi1cclxcJyBtc2FsbG93Y2FwdHVyZT0nJz48b3B0aW9uIHNlbGVjdGVkPScnPjwvb3B0aW9uPjwvc2VsZWN0PiIsZS5xdWVyeVNlbGVjdG9yQWxsKCJbbXNhbGxvd2NhcHR1cmVePScnXSIpLmxlbmd0aCYmdi5wdXNoKCJbKl4kXT0iK00rIiooPzonJ3xcIlwiKSIpLGUucXVlcnlTZWxlY3RvckFsbCgiW3NlbGVjdGVkXSIpLmxlbmd0aHx8di5wdXNoKCJcXFsiK00rIiooPzp2YWx1ZXwiK1IrIikiKSxlLnF1ZXJ5U2VsZWN0b3JBbGwoIltpZH49IitTKyItXSIpLmxlbmd0aHx8di5wdXNoKCJ+PSIpLCh0PUMuY3JlYXRlRWxlbWVudCgiaW5wdXQiKSkuc2V0QXR0cmlidXRlKCJuYW1lIiwiIiksZS5hcHBlbmRDaGlsZCh0KSxlLnF1ZXJ5U2VsZWN0b3JBbGwoIltuYW1lPScnXSIpLmxlbmd0aHx8di5wdXNoKCJcXFsiK00rIipuYW1lIitNKyIqPSIrTSsiKig/OicnfFwiXCIpIiksZS5xdWVyeVNlbGVjdG9yQWxsKCI6Y2hlY2tlZCIpLmxlbmd0aHx8di5wdXNoKCI6Y2hlY2tlZCIpLGUucXVlcnlTZWxlY3RvckFsbCgiYSMiK1MrIisqIikubGVuZ3RofHx2LnB1c2goIi4jLitbK35dIiksZS5xdWVyeVNlbGVjdG9yQWxsKCJcXFxmIiksdi5wdXNoKCJbXFxyXFxuXFxmXSIpfSksY2UoZnVuY3Rpb24oZSl7ZS5pbm5lckhUTUw9IjxhIGhyZWY9JycgZGlzYWJsZWQ9J2Rpc2FibGVkJz48L2E+PHNlbGVjdCBkaXNhYmxlZD0nZGlzYWJsZWQnPjxvcHRpb24vPjwvc2VsZWN0PiI7dmFyIHQ9Qy5jcmVhdGVFbGVtZW50KCJpbnB1dCIpO3Quc2V0QXR0cmlidXRlKCJ0eXBlIiwiaGlkZGVuIiksZS5hcHBlbmRDaGlsZCh0KS5zZXRBdHRyaWJ1dGUoIm5hbWUiLCJEIiksZS5xdWVyeVNlbGVjdG9yQWxsKCJbbmFtZT1kXSIpLmxlbmd0aCYmdi5wdXNoKCJuYW1lIitNKyIqWypeJHwhfl0/PSIpLDIhPT1lLnF1ZXJ5U2VsZWN0b3JBbGwoIjplbmFibGVkIikubGVuZ3RoJiZ2LnB1c2goIjplbmFibGVkIiwiOmRpc2FibGVkIiksYS5hcHBlbmRDaGlsZChlKS5kaXNhYmxlZD0hMCwyIT09ZS5xdWVyeVNlbGVjdG9yQWxsKCI6ZGlzYWJsZWQiKS5sZW5ndGgmJnYucHVzaCgiOmVuYWJsZWQiLCI6ZGlzYWJsZWQiKSxlLnF1ZXJ5U2VsZWN0b3JBbGwoIiosOngiKSx2LnB1c2goIiwuKjoiKX0pKSwoZC5tYXRjaGVzU2VsZWN0b3I9Sy50ZXN0KGM9YS5tYXRjaGVzfHxhLndlYmtpdE1hdGNoZXNTZWxlY3Rvcnx8YS5tb3pNYXRjaGVzU2VsZWN0b3J8fGEub01hdGNoZXNTZWxlY3Rvcnx8YS5tc01hdGNoZXNTZWxlY3RvcikpJiZjZShmdW5jdGlvbihlKXtkLmRpc2Nvbm5lY3RlZE1hdGNoPWMuY2FsbChlLCIqIiksYy5jYWxsKGUsIltzIT0nJ106eCIpLHMucHVzaCgiIT0iLEYpfSksdj12Lmxlbmd0aCYmbmV3IFJlZ0V4cCh2LmpvaW4oInwiKSkscz1zLmxlbmd0aCYmbmV3IFJlZ0V4cChzLmpvaW4oInwiKSksdD1LLnRlc3QoYS5jb21wYXJlRG9jdW1lbnRQb3NpdGlvbikseT10fHxLLnRlc3QoYS5jb250YWlucyk/ZnVuY3Rpb24oZSx0KXt2YXIgbj05PT09ZS5ub2RlVHlwZT9lLmRvY3VtZW50RWxlbWVudDplLHI9dCYmdC5wYXJlbnROb2RlO3JldHVybiBlPT09cnx8ISghcnx8MSE9PXIubm9kZVR5cGV8fCEobi5jb250YWlucz9uLmNvbnRhaW5zKHIpOmUuY29tcGFyZURvY3VtZW50UG9zaXRpb24mJjE2JmUuY29tcGFyZURvY3VtZW50UG9zaXRpb24ocikpKX06ZnVuY3Rpb24oZSx0KXtpZih0KXdoaWxlKHQ9dC5wYXJlbnROb2RlKWlmKHQ9PT1lKXJldHVybiEwO3JldHVybiExfSxEPXQ/ZnVuY3Rpb24oZSx0KXtpZihlPT09dClyZXR1cm4gbD0hMCwwO3ZhciBuPSFlLmNvbXBhcmVEb2N1bWVudFBvc2l0aW9uLSF0LmNvbXBhcmVEb2N1bWVudFBvc2l0aW9uO3JldHVybiBufHwoMSYobj0oZS5vd25lckRvY3VtZW50fHxlKT09KHQub3duZXJEb2N1bWVudHx8dCk/ZS5jb21wYXJlRG9jdW1lbnRQb3NpdGlvbih0KToxKXx8IWQuc29ydERldGFjaGVkJiZ0LmNvbXBhcmVEb2N1bWVudFBvc2l0aW9uKGUpPT09bj9lPT1DfHxlLm93bmVyRG9jdW1lbnQ9PXAmJnkocCxlKT8tMTp0PT1DfHx0Lm93bmVyRG9jdW1lbnQ9PXAmJnkocCx0KT8xOnU/UCh1LGUpLVAodSx0KTowOjQmbj8tMToxKX06ZnVuY3Rpb24oZSx0KXtpZihlPT09dClyZXR1cm4gbD0hMCwwO3ZhciBuLHI9MCxpPWUucGFyZW50Tm9kZSxvPXQucGFyZW50Tm9kZSxhPVtlXSxzPVt0XTtpZighaXx8IW8pcmV0dXJuIGU9PUM/LTE6dD09Qz8xOmk/LTE6bz8xOnU/UCh1LGUpLVAodSx0KTowO2lmKGk9PT1vKXJldHVybiBwZShlLHQpO249ZTt3aGlsZShuPW4ucGFyZW50Tm9kZSlhLnVuc2hpZnQobik7bj10O3doaWxlKG49bi5wYXJlbnROb2RlKXMudW5zaGlmdChuKTt3aGlsZShhW3JdPT09c1tyXSlyKys7cmV0dXJuIHI/cGUoYVtyXSxzW3JdKTphW3JdPT1wPy0xOnNbcl09PXA/MTowfSksQ30sc2UubWF0Y2hlcz1mdW5jdGlvbihlLHQpe3JldHVybiBzZShlLG51bGwsbnVsbCx0KX0sc2UubWF0Y2hlc1NlbGVjdG9yPWZ1bmN0aW9uKGUsdCl7aWYoVChlKSxkLm1hdGNoZXNTZWxlY3RvciYmRSYmIU5bdCsiICJdJiYoIXN8fCFzLnRlc3QodCkpJiYoIXZ8fCF2LnRlc3QodCkpKXRyeXt2YXIgbj1jLmNhbGwoZSx0KTtpZihufHxkLmRpc2Nvbm5lY3RlZE1hdGNofHxlLmRvY3VtZW50JiYxMSE9PWUuZG9jdW1lbnQubm9kZVR5cGUpcmV0dXJuIG59Y2F0Y2goZSl7Tih0LCEwKX1yZXR1cm4gMDxzZSh0LEMsbnVsbCxbZV0pLmxlbmd0aH0sc2UuY29udGFpbnM9ZnVuY3Rpb24oZSx0KXtyZXR1cm4oZS5vd25lckRvY3VtZW50fHxlKSE9QyYmVChlKSx5KGUsdCl9LHNlLmF0dHI9ZnVuY3Rpb24oZSx0KXsoZS5vd25lckRvY3VtZW50fHxlKSE9QyYmVChlKTt2YXIgbj1iLmF0dHJIYW5kbGVbdC50b0xvd2VyQ2FzZSgpXSxyPW4mJmouY2FsbChiLmF0dHJIYW5kbGUsdC50b0xvd2VyQ2FzZSgpKT9uKGUsdCwhRSk6dm9pZCAwO3JldHVybiB2b2lkIDAhPT1yP3I6ZC5hdHRyaWJ1dGVzfHwhRT9lLmdldEF0dHJpYnV0ZSh0KToocj1lLmdldEF0dHJpYnV0ZU5vZGUodCkpJiZyLnNwZWNpZmllZD9yLnZhbHVlOm51bGx9LHNlLmVzY2FwZT1mdW5jdGlvbihlKXtyZXR1cm4oZSsiIikucmVwbGFjZShyZSxpZSl9LHNlLmVycm9yPWZ1bmN0aW9uKGUpe3Rocm93IG5ldyBFcnJvcigiU3ludGF4IGVycm9yLCB1bnJlY29nbml6ZWQgZXhwcmVzc2lvbjogIitlKX0sc2UudW5pcXVlU29ydD1mdW5jdGlvbihlKXt2YXIgdCxuPVtdLHI9MCxpPTA7aWYobD0hZC5kZXRlY3REdXBsaWNhdGVzLHU9IWQuc29ydFN0YWJsZSYmZS5zbGljZSgwKSxlLnNvcnQoRCksbCl7d2hpbGUodD1lW2krK10pdD09PWVbaV0mJihyPW4ucHVzaChpKSk7d2hpbGUoci0tKWUuc3BsaWNlKG5bcl0sMSl9cmV0dXJuIHU9bnVsbCxlfSxvPXNlLmdldFRleHQ9ZnVuY3Rpb24oZSl7dmFyIHQsbj0iIixyPTAsaT1lLm5vZGVUeXBlO2lmKGkpe2lmKDE9PT1pfHw5PT09aXx8MTE9PT1pKXtpZigic3RyaW5nIj09dHlwZW9mIGUudGV4dENvbnRlbnQpcmV0dXJuIGUudGV4dENvbnRlbnQ7Zm9yKGU9ZS5maXJzdENoaWxkO2U7ZT1lLm5leHRTaWJsaW5nKW4rPW8oZSl9ZWxzZSBpZigzPT09aXx8ND09PWkpcmV0dXJuIGUubm9kZVZhbHVlfWVsc2Ugd2hpbGUodD1lW3IrK10pbis9byh0KTtyZXR1cm4gbn0sKGI9c2Uuc2VsZWN0b3JzPXtjYWNoZUxlbmd0aDo1MCxjcmVhdGVQc2V1ZG86bGUsbWF0Y2g6RyxhdHRySGFuZGxlOnt9LGZpbmQ6e30scmVsYXRpdmU6eyI+Ijp7ZGlyOiJwYXJlbnROb2RlIixmaXJzdDohMH0sIiAiOntkaXI6InBhcmVudE5vZGUifSwiKyI6e2RpcjoicHJldmlvdXNTaWJsaW5nIixmaXJzdDohMH0sIn4iOntkaXI6InByZXZpb3VzU2libGluZyJ9fSxwcmVGaWx0ZXI6e0FUVFI6ZnVuY3Rpb24oZSl7cmV0dXJuIGVbMV09ZVsxXS5yZXBsYWNlKHRlLG5lKSxlWzNdPShlWzNdfHxlWzRdfHxlWzVdfHwiIikucmVwbGFjZSh0ZSxuZSksIn49Ij09PWVbMl0mJihlWzNdPSIgIitlWzNdKyIgIiksZS5zbGljZSgwLDQpfSxDSElMRDpmdW5jdGlvbihlKXtyZXR1cm4gZVsxXT1lWzFdLnRvTG93ZXJDYXNlKCksIm50aCI9PT1lWzFdLnNsaWNlKDAsMyk/KGVbM118fHNlLmVycm9yKGVbMF0pLGVbNF09KyhlWzRdP2VbNV0rKGVbNl18fDEpOjIqKCJldmVuIj09PWVbM118fCJvZGQiPT09ZVszXSkpLGVbNV09KyhlWzddK2VbOF18fCJvZGQiPT09ZVszXSkpOmVbM10mJnNlLmVycm9yKGVbMF0pLGV9LFBTRVVETzpmdW5jdGlvbihlKXt2YXIgdCxuPSFlWzZdJiZlWzJdO3JldHVybiBHLkNISUxELnRlc3QoZVswXSk/bnVsbDooZVszXT9lWzJdPWVbNF18fGVbNV18fCIiOm4mJlgudGVzdChuKSYmKHQ9aChuLCEwKSkmJih0PW4uaW5kZXhPZigiKSIsbi5sZW5ndGgtdCktbi5sZW5ndGgpJiYoZVswXT1lWzBdLnNsaWNlKDAsdCksZVsyXT1uLnNsaWNlKDAsdCkpLGUuc2xpY2UoMCwzKSl9fSxmaWx0ZXI6e1RBRzpmdW5jdGlvbihlKXt2YXIgdD1lLnJlcGxhY2UodGUsbmUpLnRvTG93ZXJDYXNlKCk7cmV0dXJuIioiPT09ZT9mdW5jdGlvbigpe3JldHVybiEwfTpmdW5jdGlvbihlKXtyZXR1cm4gZS5ub2RlTmFtZSYmZS5ub2RlTmFtZS50b0xvd2VyQ2FzZSgpPT09dH19LENMQVNTOmZ1bmN0aW9uKGUpe3ZhciB0PW1bZSsiICJdO3JldHVybiB0fHwodD1uZXcgUmVnRXhwKCIoXnwiK00rIikiK2UrIigiK00rInwkKSIpKSYmbShlLGZ1bmN0aW9uKGUpe3JldHVybiB0LnRlc3QoInN0cmluZyI9PXR5cGVvZiBlLmNsYXNzTmFtZSYmZS5jbGFzc05hbWV8fCJ1bmRlZmluZWQiIT10eXBlb2YgZS5nZXRBdHRyaWJ1dGUmJmUuZ2V0QXR0cmlidXRlKCJjbGFzcyIpfHwiIil9KX0sQVRUUjpmdW5jdGlvbihuLHIsaSl7cmV0dXJuIGZ1bmN0aW9uKGUpe3ZhciB0PXNlLmF0dHIoZSxuKTtyZXR1cm4gbnVsbD09dD8iIT0iPT09cjohcnx8KHQrPSIiLCI9Ij09PXI/dD09PWk6IiE9Ij09PXI/dCE9PWk6Il49Ij09PXI/aSYmMD09PXQuaW5kZXhPZihpKToiKj0iPT09cj9pJiYtMTx0LmluZGV4T2YoaSk6IiQ9Ij09PXI/aSYmdC5zbGljZSgtaS5sZW5ndGgpPT09aToifj0iPT09cj8tMTwoIiAiK3QucmVwbGFjZShCLCIgIikrIiAiKS5pbmRleE9mKGkpOiJ8PSI9PT1yJiYodD09PWl8fHQuc2xpY2UoMCxpLmxlbmd0aCsxKT09PWkrIi0iKSl9fSxDSElMRDpmdW5jdGlvbihoLGUsdCxnLHYpe3ZhciB5PSJudGgiIT09aC5zbGljZSgwLDMpLG09Imxhc3QiIT09aC5zbGljZSgtNCkseD0ib2YtdHlwZSI9PT1lO3JldHVybiAxPT09ZyYmMD09PXY/ZnVuY3Rpb24oZSl7cmV0dXJuISFlLnBhcmVudE5vZGV9OmZ1bmN0aW9uKGUsdCxuKXt2YXIgcixpLG8sYSxzLHUsbD15IT09bT8ibmV4dFNpYmxpbmciOiJwcmV2aW91c1NpYmxpbmciLGM9ZS5wYXJlbnROb2RlLGY9eCYmZS5ub2RlTmFtZS50b0xvd2VyQ2FzZSgpLHA9IW4mJiF4LGQ9ITE7aWYoYyl7aWYoeSl7d2hpbGUobCl7YT1lO3doaWxlKGE9YVtsXSlpZih4P2Eubm9kZU5hbWUudG9Mb3dlckNhc2UoKT09PWY6MT09PWEubm9kZVR5cGUpcmV0dXJuITE7dT1sPSJvbmx5Ij09PWgmJiF1JiYibmV4dFNpYmxpbmcifXJldHVybiEwfWlmKHU9W20/Yy5maXJzdENoaWxkOmMubGFzdENoaWxkXSxtJiZwKXtkPShzPShyPShpPShvPShhPWMpW1NdfHwoYVtTXT17fSkpW2EudW5pcXVlSURdfHwob1thLnVuaXF1ZUlEXT17fSkpW2hdfHxbXSlbMF09PT1rJiZyWzFdKSYmclsyXSxhPXMmJmMuY2hpbGROb2Rlc1tzXTt3aGlsZShhPSsrcyYmYSYmYVtsXXx8KGQ9cz0wKXx8dS5wb3AoKSlpZigxPT09YS5ub2RlVHlwZSYmKytkJiZhPT09ZSl7aVtoXT1bayxzLGRdO2JyZWFrfX1lbHNlIGlmKHAmJihkPXM9KHI9KGk9KG89KGE9ZSlbU118fChhW1NdPXt9KSlbYS51bmlxdWVJRF18fChvW2EudW5pcXVlSURdPXt9KSlbaF18fFtdKVswXT09PWsmJnJbMV0pLCExPT09ZCl3aGlsZShhPSsrcyYmYSYmYVtsXXx8KGQ9cz0wKXx8dS5wb3AoKSlpZigoeD9hLm5vZGVOYW1lLnRvTG93ZXJDYXNlKCk9PT1mOjE9PT1hLm5vZGVUeXBlKSYmKytkJiYocCYmKChpPShvPWFbU118fChhW1NdPXt9KSlbYS51bmlxdWVJRF18fChvW2EudW5pcXVlSURdPXt9KSlbaF09W2ssZF0pLGE9PT1lKSlicmVhaztyZXR1cm4oZC09dik9PT1nfHxkJWc9PTAmJjA8PWQvZ319fSxQU0VVRE86ZnVuY3Rpb24oZSxvKXt2YXIgdCxhPWIucHNldWRvc1tlXXx8Yi5zZXRGaWx0ZXJzW2UudG9Mb3dlckNhc2UoKV18fHNlLmVycm9yKCJ1bnN1cHBvcnRlZCBwc2V1ZG86ICIrZSk7cmV0dXJuIGFbU10/YShvKToxPGEubGVuZ3RoPyh0PVtlLGUsIiIsb10sYi5zZXRGaWx0ZXJzLmhhc093blByb3BlcnR5KGUudG9Mb3dlckNhc2UoKSk/bGUoZnVuY3Rpb24oZSx0KXt2YXIgbixyPWEoZSxvKSxpPXIubGVuZ3RoO3doaWxlKGktLSllW249UChlLHJbaV0pXT0hKHRbbl09cltpXSl9KTpmdW5jdGlvbihlKXtyZXR1cm4gYShlLDAsdCl9KTphfX0scHNldWRvczp7bm90OmxlKGZ1bmN0aW9uKGUpe3ZhciByPVtdLGk9W10scz1mKGUucmVwbGFjZSgkLCIkMSIpKTtyZXR1cm4gc1tTXT9sZShmdW5jdGlvbihlLHQsbixyKXt2YXIgaSxvPXMoZSxudWxsLHIsW10pLGE9ZS5sZW5ndGg7d2hpbGUoYS0tKShpPW9bYV0pJiYoZVthXT0hKHRbYV09aSkpfSk6ZnVuY3Rpb24oZSx0LG4pe3JldHVybiByWzBdPWUscyhyLG51bGwsbixpKSxyWzBdPW51bGwsIWkucG9wKCl9fSksaGFzOmxlKGZ1bmN0aW9uKHQpe3JldHVybiBmdW5jdGlvbihlKXtyZXR1cm4gMDxzZSh0LGUpLmxlbmd0aH19KSxjb250YWluczpsZShmdW5jdGlvbih0KXtyZXR1cm4gdD10LnJlcGxhY2UodGUsbmUpLGZ1bmN0aW9uKGUpe3JldHVybi0xPChlLnRleHRDb250ZW50fHxvKGUpKS5pbmRleE9mKHQpfX0pLGxhbmc6bGUoZnVuY3Rpb24obil7cmV0dXJuIFYudGVzdChufHwiIil8fHNlLmVycm9yKCJ1bnN1cHBvcnRlZCBsYW5nOiAiK24pLG49bi5yZXBsYWNlKHRlLG5lKS50b0xvd2VyQ2FzZSgpLGZ1bmN0aW9uKGUpe3ZhciB0O2Rve2lmKHQ9RT9lLmxhbmc6ZS5nZXRBdHRyaWJ1dGUoInhtbDpsYW5nIil8fGUuZ2V0QXR0cmlidXRlKCJsYW5nIikpcmV0dXJuKHQ9dC50b0xvd2VyQ2FzZSgpKT09PW58fDA9PT10LmluZGV4T2YobisiLSIpfXdoaWxlKChlPWUucGFyZW50Tm9kZSkmJjE9PT1lLm5vZGVUeXBlKTtyZXR1cm4hMX19KSx0YXJnZXQ6ZnVuY3Rpb24oZSl7dmFyIHQ9bi5sb2NhdGlvbiYmbi5sb2NhdGlvbi5oYXNoO3JldHVybiB0JiZ0LnNsaWNlKDEpPT09ZS5pZH0scm9vdDpmdW5jdGlvbihlKXtyZXR1cm4gZT09PWF9LGZvY3VzOmZ1bmN0aW9uKGUpe3JldHVybiBlPT09Qy5hY3RpdmVFbGVtZW50JiYoIUMuaGFzRm9jdXN8fEMuaGFzRm9jdXMoKSkmJiEhKGUudHlwZXx8ZS5ocmVmfHx+ZS50YWJJbmRleCl9LGVuYWJsZWQ6Z2UoITEpLGRpc2FibGVkOmdlKCEwKSxjaGVja2VkOmZ1bmN0aW9uKGUpe3ZhciB0PWUubm9kZU5hbWUudG9Mb3dlckNhc2UoKTtyZXR1cm4iaW5wdXQiPT09dCYmISFlLmNoZWNrZWR8fCJvcHRpb24iPT09dCYmISFlLnNlbGVjdGVkfSxzZWxlY3RlZDpmdW5jdGlvbihlKXtyZXR1cm4gZS5wYXJlbnROb2RlJiZlLnBhcmVudE5vZGUuc2VsZWN0ZWRJbmRleCwhMD09PWUuc2VsZWN0ZWR9LGVtcHR5OmZ1bmN0aW9uKGUpe2ZvcihlPWUuZmlyc3RDaGlsZDtlO2U9ZS5uZXh0U2libGluZylpZihlLm5vZGVUeXBlPDYpcmV0dXJuITE7cmV0dXJuITB9LHBhcmVudDpmdW5jdGlvbihlKXtyZXR1cm4hYi5wc2V1ZG9zLmVtcHR5KGUpfSxoZWFkZXI6ZnVuY3Rpb24oZSl7cmV0dXJuIEoudGVzdChlLm5vZGVOYW1lKX0saW5wdXQ6ZnVuY3Rpb24oZSl7cmV0dXJuIFEudGVzdChlLm5vZGVOYW1lKX0sYnV0dG9uOmZ1bmN0aW9uKGUpe3ZhciB0PWUubm9kZU5hbWUudG9Mb3dlckNhc2UoKTtyZXR1cm4iaW5wdXQiPT09dCYmImJ1dHRvbiI9PT1lLnR5cGV8fCJidXR0b24iPT09dH0sdGV4dDpmdW5jdGlvbihlKXt2YXIgdDtyZXR1cm4iaW5wdXQiPT09ZS5ub2RlTmFtZS50b0xvd2VyQ2FzZSgpJiYidGV4dCI9PT1lLnR5cGUmJihudWxsPT0odD1lLmdldEF0dHJpYnV0ZSgidHlwZSIpKXx8InRleHQiPT09dC50b0xvd2VyQ2FzZSgpKX0sZmlyc3Q6dmUoZnVuY3Rpb24oKXtyZXR1cm5bMF19KSxsYXN0OnZlKGZ1bmN0aW9uKGUsdCl7cmV0dXJuW3QtMV19KSxlcTp2ZShmdW5jdGlvbihlLHQsbil7cmV0dXJuW248MD9uK3Q6bl19KSxldmVuOnZlKGZ1bmN0aW9uKGUsdCl7Zm9yKHZhciBuPTA7bjx0O24rPTIpZS5wdXNoKG4pO3JldHVybiBlfSksb2RkOnZlKGZ1bmN0aW9uKGUsdCl7Zm9yKHZhciBuPTE7bjx0O24rPTIpZS5wdXNoKG4pO3JldHVybiBlfSksbHQ6dmUoZnVuY3Rpb24oZSx0LG4pe2Zvcih2YXIgcj1uPDA/bit0OnQ8bj90Om47MDw9LS1yOyllLnB1c2gocik7cmV0dXJuIGV9KSxndDp2ZShmdW5jdGlvbihlLHQsbil7Zm9yKHZhciByPW48MD9uK3Q6bjsrK3I8dDspZS5wdXNoKHIpO3JldHVybiBlfSl9fSkucHNldWRvcy5udGg9Yi5wc2V1ZG9zLmVxLHtyYWRpbzohMCxjaGVja2JveDohMCxmaWxlOiEwLHBhc3N3b3JkOiEwLGltYWdlOiEwfSliLnBzZXVkb3NbZV09ZGUoZSk7Zm9yKGUgaW57c3VibWl0OiEwLHJlc2V0OiEwfSliLnBzZXVkb3NbZV09aGUoZSk7ZnVuY3Rpb24gbWUoKXt9ZnVuY3Rpb24geGUoZSl7Zm9yKHZhciB0PTAsbj1lLmxlbmd0aCxyPSIiO3Q8bjt0Kyspcis9ZVt0XS52YWx1ZTtyZXR1cm4gcn1mdW5jdGlvbiBiZShzLGUsdCl7dmFyIHU9ZS5kaXIsbD1lLm5leHQsYz1sfHx1LGY9dCYmInBhcmVudE5vZGUiPT09YyxwPXIrKztyZXR1cm4gZS5maXJzdD9mdW5jdGlvbihlLHQsbil7d2hpbGUoZT1lW3VdKWlmKDE9PT1lLm5vZGVUeXBlfHxmKXJldHVybiBzKGUsdCxuKTtyZXR1cm4hMX06ZnVuY3Rpb24oZSx0LG4pe3ZhciByLGksbyxhPVtrLHBdO2lmKG4pe3doaWxlKGU9ZVt1XSlpZigoMT09PWUubm9kZVR5cGV8fGYpJiZzKGUsdCxuKSlyZXR1cm4hMH1lbHNlIHdoaWxlKGU9ZVt1XSlpZigxPT09ZS5ub2RlVHlwZXx8ZilpZihpPShvPWVbU118fChlW1NdPXt9KSlbZS51bmlxdWVJRF18fChvW2UudW5pcXVlSURdPXt9KSxsJiZsPT09ZS5ub2RlTmFtZS50b0xvd2VyQ2FzZSgpKWU9ZVt1XXx8ZTtlbHNle2lmKChyPWlbY10pJiZyWzBdPT09ayYmclsxXT09PXApcmV0dXJuIGFbMl09clsyXTtpZigoaVtjXT1hKVsyXT1zKGUsdCxuKSlyZXR1cm4hMH1yZXR1cm4hMX19ZnVuY3Rpb24gd2UoaSl7cmV0dXJuIDE8aS5sZW5ndGg/ZnVuY3Rpb24oZSx0LG4pe3ZhciByPWkubGVuZ3RoO3doaWxlKHItLSlpZighaVtyXShlLHQsbikpcmV0dXJuITE7cmV0dXJuITB9OmlbMF19ZnVuY3Rpb24gVGUoZSx0LG4scixpKXtmb3IodmFyIG8sYT1bXSxzPTAsdT1lLmxlbmd0aCxsPW51bGwhPXQ7czx1O3MrKykobz1lW3NdKSYmKG4mJiFuKG8scixpKXx8KGEucHVzaChvKSxsJiZ0LnB1c2gocykpKTtyZXR1cm4gYX1mdW5jdGlvbiBDZShkLGgsZyx2LHksZSl7cmV0dXJuIHYmJiF2W1NdJiYodj1DZSh2KSkseSYmIXlbU10mJih5PUNlKHksZSkpLGxlKGZ1bmN0aW9uKGUsdCxuLHIpe3ZhciBpLG8sYSxzPVtdLHU9W10sbD10Lmxlbmd0aCxjPWV8fGZ1bmN0aW9uKGUsdCxuKXtmb3IodmFyIHI9MCxpPXQubGVuZ3RoO3I8aTtyKyspc2UoZSx0W3JdLG4pO3JldHVybiBufShofHwiKiIsbi5ub2RlVHlwZT9bbl06bixbXSksZj0hZHx8IWUmJmg/YzpUZShjLHMsZCxuLHIpLHA9Zz95fHwoZT9kOmx8fHYpP1tdOnQ6ZjtpZihnJiZnKGYscCxuLHIpLHYpe2k9VGUocCx1KSx2KGksW10sbixyKSxvPWkubGVuZ3RoO3doaWxlKG8tLSkoYT1pW29dKSYmKHBbdVtvXV09IShmW3Vbb11dPWEpKX1pZihlKXtpZih5fHxkKXtpZih5KXtpPVtdLG89cC5sZW5ndGg7d2hpbGUoby0tKShhPXBbb10pJiZpLnB1c2goZltvXT1hKTt5KG51bGwscD1bXSxpLHIpfW89cC5sZW5ndGg7d2hpbGUoby0tKShhPXBbb10pJiYtMTwoaT15P1AoZSxhKTpzW29dKSYmKGVbaV09ISh0W2ldPWEpKX19ZWxzZSBwPVRlKHA9PT10P3Auc3BsaWNlKGwscC5sZW5ndGgpOnApLHk/eShudWxsLHQscCxyKTpILmFwcGx5KHQscCl9KX1mdW5jdGlvbiBFZShlKXtmb3IodmFyIGksdCxuLHI9ZS5sZW5ndGgsbz1iLnJlbGF0aXZlW2VbMF0udHlwZV0sYT1vfHxiLnJlbGF0aXZlWyIgIl0scz1vPzE6MCx1PWJlKGZ1bmN0aW9uKGUpe3JldHVybiBlPT09aX0sYSwhMCksbD1iZShmdW5jdGlvbihlKXtyZXR1cm4tMTxQKGksZSl9LGEsITApLGM9W2Z1bmN0aW9uKGUsdCxuKXt2YXIgcj0hbyYmKG58fHQhPT13KXx8KChpPXQpLm5vZGVUeXBlP3UoZSx0LG4pOmwoZSx0LG4pKTtyZXR1cm4gaT1udWxsLHJ9XTtzPHI7cysrKWlmKHQ9Yi5yZWxhdGl2ZVtlW3NdLnR5cGVdKWM9W2JlKHdlKGMpLHQpXTtlbHNle2lmKCh0PWIuZmlsdGVyW2Vbc10udHlwZV0uYXBwbHkobnVsbCxlW3NdLm1hdGNoZXMpKVtTXSl7Zm9yKG49KytzO248cjtuKyspaWYoYi5yZWxhdGl2ZVtlW25dLnR5cGVdKWJyZWFrO3JldHVybiBDZSgxPHMmJndlKGMpLDE8cyYmeGUoZS5zbGljZSgwLHMtMSkuY29uY2F0KHt2YWx1ZToiICI9PT1lW3MtMl0udHlwZT8iKiI6IiJ9KSkucmVwbGFjZSgkLCIkMSIpLHQsczxuJiZFZShlLnNsaWNlKHMsbikpLG48ciYmRWUoZT1lLnNsaWNlKG4pKSxuPHImJnhlKGUpKX1jLnB1c2godCl9cmV0dXJuIHdlKGMpfXJldHVybiBtZS5wcm90b3R5cGU9Yi5maWx0ZXJzPWIucHNldWRvcyxiLnNldEZpbHRlcnM9bmV3IG1lLGg9c2UudG9rZW5pemU9ZnVuY3Rpb24oZSx0KXt2YXIgbixyLGksbyxhLHMsdSxsPXhbZSsiICJdO2lmKGwpcmV0dXJuIHQ/MDpsLnNsaWNlKDApO2E9ZSxzPVtdLHU9Yi5wcmVGaWx0ZXI7d2hpbGUoYSl7Zm9yKG8gaW4gbiYmIShyPV8uZXhlYyhhKSl8fChyJiYoYT1hLnNsaWNlKHJbMF0ubGVuZ3RoKXx8YSkscy5wdXNoKGk9W10pKSxuPSExLChyPXouZXhlYyhhKSkmJihuPXIuc2hpZnQoKSxpLnB1c2goe3ZhbHVlOm4sdHlwZTpyWzBdLnJlcGxhY2UoJCwiICIpfSksYT1hLnNsaWNlKG4ubGVuZ3RoKSksYi5maWx0ZXIpIShyPUdbb10uZXhlYyhhKSl8fHVbb10mJiEocj11W29dKHIpKXx8KG49ci5zaGlmdCgpLGkucHVzaCh7dmFsdWU6bix0eXBlOm8sbWF0Y2hlczpyfSksYT1hLnNsaWNlKG4ubGVuZ3RoKSk7aWYoIW4pYnJlYWt9cmV0dXJuIHQ/YS5sZW5ndGg6YT9zZS5lcnJvcihlKTp4KGUscykuc2xpY2UoMCl9LGY9c2UuY29tcGlsZT1mdW5jdGlvbihlLHQpe3ZhciBuLHYseSxtLHgscixpPVtdLG89W10sYT1BW2UrIiAiXTtpZighYSl7dHx8KHQ9aChlKSksbj10Lmxlbmd0aDt3aGlsZShuLS0pKGE9RWUodFtuXSkpW1NdP2kucHVzaChhKTpvLnB1c2goYSk7KGE9QShlLCh2PW8sbT0wPCh5PWkpLmxlbmd0aCx4PTA8di5sZW5ndGgscj1mdW5jdGlvbihlLHQsbixyLGkpe3ZhciBvLGEscyx1PTAsbD0iMCIsYz1lJiZbXSxmPVtdLHA9dyxkPWV8fHgmJmIuZmluZC5UQUcoIioiLGkpLGg9ays9bnVsbD09cD8xOk1hdGgucmFuZG9tKCl8fC4xLGc9ZC5sZW5ndGg7Zm9yKGkmJih3PXQ9PUN8fHR8fGkpO2whPT1nJiZudWxsIT0obz1kW2xdKTtsKyspe2lmKHgmJm8pe2E9MCx0fHxvLm93bmVyRG9jdW1lbnQ9PUN8fChUKG8pLG49IUUpO3doaWxlKHM9dlthKytdKWlmKHMobyx0fHxDLG4pKXtyLnB1c2gobyk7YnJlYWt9aSYmKGs9aCl9bSYmKChvPSFzJiZvKSYmdS0tLGUmJmMucHVzaChvKSl9aWYodSs9bCxtJiZsIT09dSl7YT0wO3doaWxlKHM9eVthKytdKXMoYyxmLHQsbik7aWYoZSl7aWYoMDx1KXdoaWxlKGwtLSljW2xdfHxmW2xdfHwoZltsXT1xLmNhbGwocikpO2Y9VGUoZil9SC5hcHBseShyLGYpLGkmJiFlJiYwPGYubGVuZ3RoJiYxPHUreS5sZW5ndGgmJnNlLnVuaXF1ZVNvcnQocil9cmV0dXJuIGkmJihrPWgsdz1wKSxjfSxtP2xlKHIpOnIpKSkuc2VsZWN0b3I9ZX1yZXR1cm4gYX0sZz1zZS5zZWxlY3Q9ZnVuY3Rpb24oZSx0LG4scil7dmFyIGksbyxhLHMsdSxsPSJmdW5jdGlvbiI9PXR5cGVvZiBlJiZlLGM9IXImJmgoZT1sLnNlbGVjdG9yfHxlKTtpZihuPW58fFtdLDE9PT1jLmxlbmd0aCl7aWYoMjwobz1jWzBdPWNbMF0uc2xpY2UoMCkpLmxlbmd0aCYmIklEIj09PShhPW9bMF0pLnR5cGUmJjk9PT10Lm5vZGVUeXBlJiZFJiZiLnJlbGF0aXZlW29bMV0udHlwZV0pe2lmKCEodD0oYi5maW5kLklEKGEubWF0Y2hlc1swXS5yZXBsYWNlKHRlLG5lKSx0KXx8W10pWzBdKSlyZXR1cm4gbjtsJiYodD10LnBhcmVudE5vZGUpLGU9ZS5zbGljZShvLnNoaWZ0KCkudmFsdWUubGVuZ3RoKX1pPUcubmVlZHNDb250ZXh0LnRlc3QoZSk/MDpvLmxlbmd0aDt3aGlsZShpLS0pe2lmKGE9b1tpXSxiLnJlbGF0aXZlW3M9YS50eXBlXSlicmVhaztpZigodT1iLmZpbmRbc10pJiYocj11KGEubWF0Y2hlc1swXS5yZXBsYWNlKHRlLG5lKSxlZS50ZXN0KG9bMF0udHlwZSkmJnllKHQucGFyZW50Tm9kZSl8fHQpKSl7aWYoby5zcGxpY2UoaSwxKSwhKGU9ci5sZW5ndGgmJnhlKG8pKSlyZXR1cm4gSC5hcHBseShuLHIpLG47YnJlYWt9fX1yZXR1cm4obHx8ZihlLGMpKShyLHQsIUUsbiwhdHx8ZWUudGVzdChlKSYmeWUodC5wYXJlbnROb2RlKXx8dCksbn0sZC5zb3J0U3RhYmxlPVMuc3BsaXQoIiIpLnNvcnQoRCkuam9pbigiIik9PT1TLGQuZGV0ZWN0RHVwbGljYXRlcz0hIWwsVCgpLGQuc29ydERldGFjaGVkPWNlKGZ1bmN0aW9uKGUpe3JldHVybiAxJmUuY29tcGFyZURvY3VtZW50UG9zaXRpb24oQy5jcmVhdGVFbGVtZW50KCJmaWVsZHNldCIpKX0pLGNlKGZ1bmN0aW9uKGUpe3JldHVybiBlLmlubmVySFRNTD0iPGEgaHJlZj0nIyc+PC9hPiIsIiMiPT09ZS5maXJzdENoaWxkLmdldEF0dHJpYnV0ZSgiaHJlZiIpfSl8fGZlKCJ0eXBlfGhyZWZ8aGVpZ2h0fHdpZHRoIixmdW5jdGlvbihlLHQsbil7aWYoIW4pcmV0dXJuIGUuZ2V0QXR0cmlidXRlKHQsInR5cGUiPT09dC50b0xvd2VyQ2FzZSgpPzE6Mil9KSxkLmF0dHJpYnV0ZXMmJmNlKGZ1bmN0aW9uKGUpe3JldHVybiBlLmlubmVySFRNTD0iPGlucHV0Lz4iLGUuZmlyc3RDaGlsZC5zZXRBdHRyaWJ1dGUoInZhbHVlIiwiIiksIiI9PT1lLmZpcnN0Q2hpbGQuZ2V0QXR0cmlidXRlKCJ2YWx1ZSIpfSl8fGZlKCJ2YWx1ZSIsZnVuY3Rpb24oZSx0LG4pe2lmKCFuJiYiaW5wdXQiPT09ZS5ub2RlTmFtZS50b0xvd2VyQ2FzZSgpKXJldHVybiBlLmRlZmF1bHRWYWx1ZX0pLGNlKGZ1bmN0aW9uKGUpe3JldHVybiBudWxsPT1lLmdldEF0dHJpYnV0ZSgiZGlzYWJsZWQiKX0pfHxmZShSLGZ1bmN0aW9uKGUsdCxuKXt2YXIgcjtpZighbilyZXR1cm4hMD09PWVbdF0/dC50b0xvd2VyQ2FzZSgpOihyPWUuZ2V0QXR0cmlidXRlTm9kZSh0KSkmJnIuc3BlY2lmaWVkP3IudmFsdWU6bnVsbH0pLHNlfShDKTtTLmZpbmQ9ZCxTLmV4cHI9ZC5zZWxlY3RvcnMsUy5leHByWyI6Il09Uy5leHByLnBzZXVkb3MsUy51bmlxdWVTb3J0PVMudW5pcXVlPWQudW5pcXVlU29ydCxTLnRleHQ9ZC5nZXRUZXh0LFMuaXNYTUxEb2M9ZC5pc1hNTCxTLmNvbnRhaW5zPWQuY29udGFpbnMsUy5lc2NhcGVTZWxlY3Rvcj1kLmVzY2FwZTt2YXIgaD1mdW5jdGlvbihlLHQsbil7dmFyIHI9W10saT12b2lkIDAhPT1uO3doaWxlKChlPWVbdF0pJiY5IT09ZS5ub2RlVHlwZSlpZigxPT09ZS5ub2RlVHlwZSl7aWYoaSYmUyhlKS5pcyhuKSlicmVhaztyLnB1c2goZSl9cmV0dXJuIHJ9LFQ9ZnVuY3Rpb24oZSx0KXtmb3IodmFyIG49W107ZTtlPWUubmV4dFNpYmxpbmcpMT09PWUubm9kZVR5cGUmJmUhPT10JiZuLnB1c2goZSk7cmV0dXJuIG59LGs9Uy5leHByLm1hdGNoLm5lZWRzQ29udGV4dDtmdW5jdGlvbiBBKGUsdCl7cmV0dXJuIGUubm9kZU5hbWUmJmUubm9kZU5hbWUudG9Mb3dlckNhc2UoKT09PXQudG9Mb3dlckNhc2UoKX12YXIgTj0vXjwoW2Etel1bXlwvXDA+Olx4MjBcdFxyXG5cZl0qKVtceDIwXHRcclxuXGZdKlwvPz4oPzo8XC9cMT58KSQvaTtmdW5jdGlvbiBEKGUsbixyKXtyZXR1cm4gbShuKT9TLmdyZXAoZSxmdW5jdGlvbihlLHQpe3JldHVybiEhbi5jYWxsKGUsdCxlKSE9PXJ9KTpuLm5vZGVUeXBlP1MuZ3JlcChlLGZ1bmN0aW9uKGUpe3JldHVybiBlPT09biE9PXJ9KToic3RyaW5nIiE9dHlwZW9mIG4/Uy5ncmVwKGUsZnVuY3Rpb24oZSl7cmV0dXJuLTE8aS5jYWxsKG4sZSkhPT1yfSk6Uy5maWx0ZXIobixlLHIpfVMuZmlsdGVyPWZ1bmN0aW9uKGUsdCxuKXt2YXIgcj10WzBdO3JldHVybiBuJiYoZT0iOm5vdCgiK2UrIikiKSwxPT09dC5sZW5ndGgmJjE9PT1yLm5vZGVUeXBlP1MuZmluZC5tYXRjaGVzU2VsZWN0b3IocixlKT9bcl06W106Uy5maW5kLm1hdGNoZXMoZSxTLmdyZXAodCxmdW5jdGlvbihlKXtyZXR1cm4gMT09PWUubm9kZVR5cGV9KSl9LFMuZm4uZXh0ZW5kKHtmaW5kOmZ1bmN0aW9uKGUpe3ZhciB0LG4scj10aGlzLmxlbmd0aCxpPXRoaXM7aWYoInN0cmluZyIhPXR5cGVvZiBlKXJldHVybiB0aGlzLnB1c2hTdGFjayhTKGUpLmZpbHRlcihmdW5jdGlvbigpe2Zvcih0PTA7dDxyO3QrKylpZihTLmNvbnRhaW5zKGlbdF0sdGhpcykpcmV0dXJuITB9KSk7Zm9yKG49dGhpcy5wdXNoU3RhY2soW10pLHQ9MDt0PHI7dCsrKVMuZmluZChlLGlbdF0sbik7cmV0dXJuIDE8cj9TLnVuaXF1ZVNvcnQobik6bn0sZmlsdGVyOmZ1bmN0aW9uKGUpe3JldHVybiB0aGlzLnB1c2hTdGFjayhEKHRoaXMsZXx8W10sITEpKX0sbm90OmZ1bmN0aW9uKGUpe3JldHVybiB0aGlzLnB1c2hTdGFjayhEKHRoaXMsZXx8W10sITApKX0saXM6ZnVuY3Rpb24oZSl7cmV0dXJuISFEKHRoaXMsInN0cmluZyI9PXR5cGVvZiBlJiZrLnRlc3QoZSk/UyhlKTplfHxbXSwhMSkubGVuZ3RofX0pO3ZhciBqLHE9L14oPzpccyooPFtcd1xXXSs+KVtePl0qfCMoW1x3LV0rKSkkLzsoUy5mbi5pbml0PWZ1bmN0aW9uKGUsdCxuKXt2YXIgcixpO2lmKCFlKXJldHVybiB0aGlzO2lmKG49bnx8aiwic3RyaW5nIj09dHlwZW9mIGUpe2lmKCEocj0iPCI9PT1lWzBdJiYiPiI9PT1lW2UubGVuZ3RoLTFdJiYzPD1lLmxlbmd0aD9bbnVsbCxlLG51bGxdOnEuZXhlYyhlKSl8fCFyWzFdJiZ0KXJldHVybiF0fHx0LmpxdWVyeT8odHx8bikuZmluZChlKTp0aGlzLmNvbnN0cnVjdG9yKHQpLmZpbmQoZSk7aWYoclsxXSl7aWYodD10IGluc3RhbmNlb2YgUz90WzBdOnQsUy5tZXJnZSh0aGlzLFMucGFyc2VIVE1MKHJbMV0sdCYmdC5ub2RlVHlwZT90Lm93bmVyRG9jdW1lbnR8fHQ6RSwhMCkpLE4udGVzdChyWzFdKSYmUy5pc1BsYWluT2JqZWN0KHQpKWZvcihyIGluIHQpbSh0aGlzW3JdKT90aGlzW3JdKHRbcl0pOnRoaXMuYXR0cihyLHRbcl0pO3JldHVybiB0aGlzfXJldHVybihpPUUuZ2V0RWxlbWVudEJ5SWQoclsyXSkpJiYodGhpc1swXT1pLHRoaXMubGVuZ3RoPTEpLHRoaXN9cmV0dXJuIGUubm9kZVR5cGU/KHRoaXNbMF09ZSx0aGlzLmxlbmd0aD0xLHRoaXMpOm0oZSk/dm9pZCAwIT09bi5yZWFkeT9uLnJlYWR5KGUpOmUoUyk6Uy5tYWtlQXJyYXkoZSx0aGlzKX0pLnByb3RvdHlwZT1TLmZuLGo9UyhFKTt2YXIgTD0vXig/OnBhcmVudHN8cHJldig/OlVudGlsfEFsbCkpLyxIPXtjaGlsZHJlbjohMCxjb250ZW50czohMCxuZXh0OiEwLHByZXY6ITB9O2Z1bmN0aW9uIE8oZSx0KXt3aGlsZSgoZT1lW3RdKSYmMSE9PWUubm9kZVR5cGUpO3JldHVybiBlfVMuZm4uZXh0ZW5kKHtoYXM6ZnVuY3Rpb24oZSl7dmFyIHQ9UyhlLHRoaXMpLG49dC5sZW5ndGg7cmV0dXJuIHRoaXMuZmlsdGVyKGZ1bmN0aW9uKCl7Zm9yKHZhciBlPTA7ZTxuO2UrKylpZihTLmNvbnRhaW5zKHRoaXMsdFtlXSkpcmV0dXJuITB9KX0sY2xvc2VzdDpmdW5jdGlvbihlLHQpe3ZhciBuLHI9MCxpPXRoaXMubGVuZ3RoLG89W10sYT0ic3RyaW5nIiE9dHlwZW9mIGUmJlMoZSk7aWYoIWsudGVzdChlKSlmb3IoO3I8aTtyKyspZm9yKG49dGhpc1tyXTtuJiZuIT09dDtuPW4ucGFyZW50Tm9kZSlpZihuLm5vZGVUeXBlPDExJiYoYT8tMTxhLmluZGV4KG4pOjE9PT1uLm5vZGVUeXBlJiZTLmZpbmQubWF0Y2hlc1NlbGVjdG9yKG4sZSkpKXtvLnB1c2gobik7YnJlYWt9cmV0dXJuIHRoaXMucHVzaFN0YWNrKDE8by5sZW5ndGg/Uy51bmlxdWVTb3J0KG8pOm8pfSxpbmRleDpmdW5jdGlvbihlKXtyZXR1cm4gZT8ic3RyaW5nIj09dHlwZW9mIGU/aS5jYWxsKFMoZSksdGhpc1swXSk6aS5jYWxsKHRoaXMsZS5qcXVlcnk/ZVswXTplKTp0aGlzWzBdJiZ0aGlzWzBdLnBhcmVudE5vZGU/dGhpcy5maXJzdCgpLnByZXZBbGwoKS5sZW5ndGg6LTF9LGFkZDpmdW5jdGlvbihlLHQpe3JldHVybiB0aGlzLnB1c2hTdGFjayhTLnVuaXF1ZVNvcnQoUy5tZXJnZSh0aGlzLmdldCgpLFMoZSx0KSkpKX0sYWRkQmFjazpmdW5jdGlvbihlKXtyZXR1cm4gdGhpcy5hZGQobnVsbD09ZT90aGlzLnByZXZPYmplY3Q6dGhpcy5wcmV2T2JqZWN0LmZpbHRlcihlKSl9fSksUy5lYWNoKHtwYXJlbnQ6ZnVuY3Rpb24oZSl7dmFyIHQ9ZS5wYXJlbnROb2RlO3JldHVybiB0JiYxMSE9PXQubm9kZVR5cGU/dDpudWxsfSxwYXJlbnRzOmZ1bmN0aW9uKGUpe3JldHVybiBoKGUsInBhcmVudE5vZGUiKX0scGFyZW50c1VudGlsOmZ1bmN0aW9uKGUsdCxuKXtyZXR1cm4gaChlLCJwYXJlbnROb2RlIixuKX0sbmV4dDpmdW5jdGlvbihlKXtyZXR1cm4gTyhlLCJuZXh0U2libGluZyIpfSxwcmV2OmZ1bmN0aW9uKGUpe3JldHVybiBPKGUsInByZXZpb3VzU2libGluZyIpfSxuZXh0QWxsOmZ1bmN0aW9uKGUpe3JldHVybiBoKGUsIm5leHRTaWJsaW5nIil9LHByZXZBbGw6ZnVuY3Rpb24oZSl7cmV0dXJuIGgoZSwicHJldmlvdXNTaWJsaW5nIil9LG5leHRVbnRpbDpmdW5jdGlvbihlLHQsbil7cmV0dXJuIGgoZSwibmV4dFNpYmxpbmciLG4pfSxwcmV2VW50aWw6ZnVuY3Rpb24oZSx0LG4pe3JldHVybiBoKGUsInByZXZpb3VzU2libGluZyIsbil9LHNpYmxpbmdzOmZ1bmN0aW9uKGUpe3JldHVybiBUKChlLnBhcmVudE5vZGV8fHt9KS5maXJzdENoaWxkLGUpfSxjaGlsZHJlbjpmdW5jdGlvbihlKXtyZXR1cm4gVChlLmZpcnN0Q2hpbGQpfSxjb250ZW50czpmdW5jdGlvbihlKXtyZXR1cm4gbnVsbCE9ZS5jb250ZW50RG9jdW1lbnQmJnIoZS5jb250ZW50RG9jdW1lbnQpP2UuY29udGVudERvY3VtZW50OihBKGUsInRlbXBsYXRlIikmJihlPWUuY29udGVudHx8ZSksUy5tZXJnZShbXSxlLmNoaWxkTm9kZXMpKX19LGZ1bmN0aW9uKHIsaSl7Uy5mbltyXT1mdW5jdGlvbihlLHQpe3ZhciBuPVMubWFwKHRoaXMsaSxlKTtyZXR1cm4iVW50aWwiIT09ci5zbGljZSgtNSkmJih0PWUpLHQmJiJzdHJpbmciPT10eXBlb2YgdCYmKG49Uy5maWx0ZXIodCxuKSksMTx0aGlzLmxlbmd0aCYmKEhbcl18fFMudW5pcXVlU29ydChuKSxMLnRlc3QocikmJm4ucmV2ZXJzZSgpKSx0aGlzLnB1c2hTdGFjayhuKX19KTt2YXIgUD0vW15ceDIwXHRcclxuXGZdKy9nO2Z1bmN0aW9uIFIoZSl7cmV0dXJuIGV9ZnVuY3Rpb24gTShlKXt0aHJvdyBlfWZ1bmN0aW9uIEkoZSx0LG4scil7dmFyIGk7dHJ5e2UmJm0oaT1lLnByb21pc2UpP2kuY2FsbChlKS5kb25lKHQpLmZhaWwobik6ZSYmbShpPWUudGhlbik/aS5jYWxsKGUsdCxuKTp0LmFwcGx5KHZvaWQgMCxbZV0uc2xpY2UocikpfWNhdGNoKGUpe24uYXBwbHkodm9pZCAwLFtlXSl9fVMuQ2FsbGJhY2tzPWZ1bmN0aW9uKHIpe3ZhciBlLG47cj0ic3RyaW5nIj09dHlwZW9mIHI/KGU9cixuPXt9LFMuZWFjaChlLm1hdGNoKFApfHxbXSxmdW5jdGlvbihlLHQpe25bdF09ITB9KSxuKTpTLmV4dGVuZCh7fSxyKTt2YXIgaSx0LG8sYSxzPVtdLHU9W10sbD0tMSxjPWZ1bmN0aW9uKCl7Zm9yKGE9YXx8ci5vbmNlLG89aT0hMDt1Lmxlbmd0aDtsPS0xKXt0PXUuc2hpZnQoKTt3aGlsZSgrK2w8cy5sZW5ndGgpITE9PT1zW2xdLmFwcGx5KHRbMF0sdFsxXSkmJnIuc3RvcE9uRmFsc2UmJihsPXMubGVuZ3RoLHQ9ITEpfXIubWVtb3J5fHwodD0hMSksaT0hMSxhJiYocz10P1tdOiIiKX0sZj17YWRkOmZ1bmN0aW9uKCl7cmV0dXJuIHMmJih0JiYhaSYmKGw9cy5sZW5ndGgtMSx1LnB1c2godCkpLGZ1bmN0aW9uIG4oZSl7Uy5lYWNoKGUsZnVuY3Rpb24oZSx0KXttKHQpP3IudW5pcXVlJiZmLmhhcyh0KXx8cy5wdXNoKHQpOnQmJnQubGVuZ3RoJiYic3RyaW5nIiE9PXcodCkmJm4odCl9KX0oYXJndW1lbnRzKSx0JiYhaSYmYygpKSx0aGlzfSxyZW1vdmU6ZnVuY3Rpb24oKXtyZXR1cm4gUy5lYWNoKGFyZ3VtZW50cyxmdW5jdGlvbihlLHQpe3ZhciBuO3doaWxlKC0xPChuPVMuaW5BcnJheSh0LHMsbikpKXMuc3BsaWNlKG4sMSksbjw9bCYmbC0tfSksdGhpc30saGFzOmZ1bmN0aW9uKGUpe3JldHVybiBlPy0xPFMuaW5BcnJheShlLHMpOjA8cy5sZW5ndGh9LGVtcHR5OmZ1bmN0aW9uKCl7cmV0dXJuIHMmJihzPVtdKSx0aGlzfSxkaXNhYmxlOmZ1bmN0aW9uKCl7cmV0dXJuIGE9dT1bXSxzPXQ9IiIsdGhpc30sZGlzYWJsZWQ6ZnVuY3Rpb24oKXtyZXR1cm4hc30sbG9jazpmdW5jdGlvbigpe3JldHVybiBhPXU9W10sdHx8aXx8KHM9dD0iIiksdGhpc30sbG9ja2VkOmZ1bmN0aW9uKCl7cmV0dXJuISFhfSxmaXJlV2l0aDpmdW5jdGlvbihlLHQpe3JldHVybiBhfHwodD1bZSwodD10fHxbXSkuc2xpY2U/dC5zbGljZSgpOnRdLHUucHVzaCh0KSxpfHxjKCkpLHRoaXN9LGZpcmU6ZnVuY3Rpb24oKXtyZXR1cm4gZi5maXJlV2l0aCh0aGlzLGFyZ3VtZW50cyksdGhpc30sZmlyZWQ6ZnVuY3Rpb24oKXtyZXR1cm4hIW99fTtyZXR1cm4gZn0sUy5leHRlbmQoe0RlZmVycmVkOmZ1bmN0aW9uKGUpe3ZhciBvPVtbIm5vdGlmeSIsInByb2dyZXNzIixTLkNhbGxiYWNrcygibWVtb3J5IiksUy5DYWxsYmFja3MoIm1lbW9yeSIpLDJdLFsicmVzb2x2ZSIsImRvbmUiLFMuQ2FsbGJhY2tzKCJvbmNlIG1lbW9yeSIpLFMuQ2FsbGJhY2tzKCJvbmNlIG1lbW9yeSIpLDAsInJlc29sdmVkIl0sWyJyZWplY3QiLCJmYWlsIixTLkNhbGxiYWNrcygib25jZSBtZW1vcnkiKSxTLkNhbGxiYWNrcygib25jZSBtZW1vcnkiKSwxLCJyZWplY3RlZCJdXSxpPSJwZW5kaW5nIixhPXtzdGF0ZTpmdW5jdGlvbigpe3JldHVybiBpfSxhbHdheXM6ZnVuY3Rpb24oKXtyZXR1cm4gcy5kb25lKGFyZ3VtZW50cykuZmFpbChhcmd1bWVudHMpLHRoaXN9LCJjYXRjaCI6ZnVuY3Rpb24oZSl7cmV0dXJuIGEudGhlbihudWxsLGUpfSxwaXBlOmZ1bmN0aW9uKCl7dmFyIGk9YXJndW1lbnRzO3JldHVybiBTLkRlZmVycmVkKGZ1bmN0aW9uKHIpe1MuZWFjaChvLGZ1bmN0aW9uKGUsdCl7dmFyIG49bShpW3RbNF1dKSYmaVt0WzRdXTtzW3RbMV1dKGZ1bmN0aW9uKCl7dmFyIGU9biYmbi5hcHBseSh0aGlzLGFyZ3VtZW50cyk7ZSYmbShlLnByb21pc2UpP2UucHJvbWlzZSgpLnByb2dyZXNzKHIubm90aWZ5KS5kb25lKHIucmVzb2x2ZSkuZmFpbChyLnJlamVjdCk6clt0WzBdKyJXaXRoIl0odGhpcyxuP1tlXTphcmd1bWVudHMpfSl9KSxpPW51bGx9KS5wcm9taXNlKCl9LHRoZW46ZnVuY3Rpb24odCxuLHIpe3ZhciB1PTA7ZnVuY3Rpb24gbChpLG8sYSxzKXtyZXR1cm4gZnVuY3Rpb24oKXt2YXIgbj10aGlzLHI9YXJndW1lbnRzLGU9ZnVuY3Rpb24oKXt2YXIgZSx0O2lmKCEoaTx1KSl7aWYoKGU9YS5hcHBseShuLHIpKT09PW8ucHJvbWlzZSgpKXRocm93IG5ldyBUeXBlRXJyb3IoIlRoZW5hYmxlIHNlbGYtcmVzb2x1dGlvbiIpO3Q9ZSYmKCJvYmplY3QiPT10eXBlb2YgZXx8ImZ1bmN0aW9uIj09dHlwZW9mIGUpJiZlLnRoZW4sbSh0KT9zP3QuY2FsbChlLGwodSxvLFIscyksbCh1LG8sTSxzKSk6KHUrKyx0LmNhbGwoZSxsKHUsbyxSLHMpLGwodSxvLE0scyksbCh1LG8sUixvLm5vdGlmeVdpdGgpKSk6KGEhPT1SJiYobj12b2lkIDAscj1bZV0pLChzfHxvLnJlc29sdmVXaXRoKShuLHIpKX19LHQ9cz9lOmZ1bmN0aW9uKCl7dHJ5e2UoKX1jYXRjaChlKXtTLkRlZmVycmVkLmV4Y2VwdGlvbkhvb2smJlMuRGVmZXJyZWQuZXhjZXB0aW9uSG9vayhlLHQuc3RhY2tUcmFjZSksdTw9aSsxJiYoYSE9PU0mJihuPXZvaWQgMCxyPVtlXSksby5yZWplY3RXaXRoKG4scikpfX07aT90KCk6KFMuRGVmZXJyZWQuZ2V0U3RhY2tIb29rJiYodC5zdGFja1RyYWNlPVMuRGVmZXJyZWQuZ2V0U3RhY2tIb29rKCkpLEMuc2V0VGltZW91dCh0KSl9fXJldHVybiBTLkRlZmVycmVkKGZ1bmN0aW9uKGUpe29bMF1bM10uYWRkKGwoMCxlLG0ocik/cjpSLGUubm90aWZ5V2l0aCkpLG9bMV1bM10uYWRkKGwoMCxlLG0odCk/dDpSKSksb1syXVszXS5hZGQobCgwLGUsbShuKT9uOk0pKX0pLnByb21pc2UoKX0scHJvbWlzZTpmdW5jdGlvbihlKXtyZXR1cm4gbnVsbCE9ZT9TLmV4dGVuZChlLGEpOmF9fSxzPXt9O3JldHVybiBTLmVhY2gobyxmdW5jdGlvbihlLHQpe3ZhciBuPXRbMl0scj10WzVdO2FbdFsxXV09bi5hZGQsciYmbi5hZGQoZnVuY3Rpb24oKXtpPXJ9LG9bMy1lXVsyXS5kaXNhYmxlLG9bMy1lXVszXS5kaXNhYmxlLG9bMF1bMl0ubG9jayxvWzBdWzNdLmxvY2spLG4uYWRkKHRbM10uZmlyZSksc1t0WzBdXT1mdW5jdGlvbigpe3JldHVybiBzW3RbMF0rIldpdGgiXSh0aGlzPT09cz92b2lkIDA6dGhpcyxhcmd1bWVudHMpLHRoaXN9LHNbdFswXSsiV2l0aCJdPW4uZmlyZVdpdGh9KSxhLnByb21pc2UocyksZSYmZS5jYWxsKHMscyksc30sd2hlbjpmdW5jdGlvbihlKXt2YXIgbj1hcmd1bWVudHMubGVuZ3RoLHQ9bixyPUFycmF5KHQpLGk9cy5jYWxsKGFyZ3VtZW50cyksbz1TLkRlZmVycmVkKCksYT1mdW5jdGlvbih0KXtyZXR1cm4gZnVuY3Rpb24oZSl7clt0XT10aGlzLGlbdF09MTxhcmd1bWVudHMubGVuZ3RoP3MuY2FsbChhcmd1bWVudHMpOmUsLS1ufHxvLnJlc29sdmVXaXRoKHIsaSl9fTtpZihuPD0xJiYoSShlLG8uZG9uZShhKHQpKS5yZXNvbHZlLG8ucmVqZWN0LCFuKSwicGVuZGluZyI9PT1vLnN0YXRlKCl8fG0oaVt0XSYmaVt0XS50aGVuKSkpcmV0dXJuIG8udGhlbigpO3doaWxlKHQtLSlJKGlbdF0sYSh0KSxvLnJlamVjdCk7cmV0dXJuIG8ucHJvbWlzZSgpfX0pO3ZhciBXPS9eKEV2YWx8SW50ZXJuYWx8UmFuZ2V8UmVmZXJlbmNlfFN5bnRheHxUeXBlfFVSSSlFcnJvciQvO1MuRGVmZXJyZWQuZXhjZXB0aW9uSG9vaz1mdW5jdGlvbihlLHQpe0MuY29uc29sZSYmQy5jb25zb2xlLndhcm4mJmUmJlcudGVzdChlLm5hbWUpJiZDLmNvbnNvbGUud2FybigialF1ZXJ5LkRlZmVycmVkIGV4Y2VwdGlvbjogIitlLm1lc3NhZ2UsZS5zdGFjayx0KX0sUy5yZWFkeUV4Y2VwdGlvbj1mdW5jdGlvbihlKXtDLnNldFRpbWVvdXQoZnVuY3Rpb24oKXt0aHJvdyBlfSl9O3ZhciBGPVMuRGVmZXJyZWQoKTtmdW5jdGlvbiBCKCl7RS5yZW1vdmVFdmVudExpc3RlbmVyKCJET01Db250ZW50TG9hZGVkIixCKSxDLnJlbW92ZUV2ZW50TGlzdGVuZXIoImxvYWQiLEIpLFMucmVhZHkoKX1TLmZuLnJlYWR5PWZ1bmN0aW9uKGUpe3JldHVybiBGLnRoZW4oZSlbImNhdGNoIl0oZnVuY3Rpb24oZSl7Uy5yZWFkeUV4Y2VwdGlvbihlKX0pLHRoaXN9LFMuZXh0ZW5kKHtpc1JlYWR5OiExLHJlYWR5V2FpdDoxLHJlYWR5OmZ1bmN0aW9uKGUpeyghMD09PWU/LS1TLnJlYWR5V2FpdDpTLmlzUmVhZHkpfHwoUy5pc1JlYWR5PSEwKSE9PWUmJjA8LS1TLnJlYWR5V2FpdHx8Ri5yZXNvbHZlV2l0aChFLFtTXSl9fSksUy5yZWFkeS50aGVuPUYudGhlbiwiY29tcGxldGUiPT09RS5yZWFkeVN0YXRlfHwibG9hZGluZyIhPT1FLnJlYWR5U3RhdGUmJiFFLmRvY3VtZW50RWxlbWVudC5kb1Njcm9sbD9DLnNldFRpbWVvdXQoUy5yZWFkeSk6KEUuYWRkRXZlbnRMaXN0ZW5lcigiRE9NQ29udGVudExvYWRlZCIsQiksQy5hZGRFdmVudExpc3RlbmVyKCJsb2FkIixCKSk7dmFyICQ9ZnVuY3Rpb24oZSx0LG4scixpLG8sYSl7dmFyIHM9MCx1PWUubGVuZ3RoLGw9bnVsbD09bjtpZigib2JqZWN0Ij09PXcobikpZm9yKHMgaW4gaT0hMCxuKSQoZSx0LHMsbltzXSwhMCxvLGEpO2Vsc2UgaWYodm9pZCAwIT09ciYmKGk9ITAsbShyKXx8KGE9ITApLGwmJihhPyh0LmNhbGwoZSxyKSx0PW51bGwpOihsPXQsdD1mdW5jdGlvbihlLHQsbil7cmV0dXJuIGwuY2FsbChTKGUpLG4pfSkpLHQpKWZvcig7czx1O3MrKyl0KGVbc10sbixhP3I6ci5jYWxsKGVbc10scyx0KGVbc10sbikpKTtyZXR1cm4gaT9lOmw/dC5jYWxsKGUpOnU/dChlWzBdLG4pOm99LF89L14tbXMtLyx6PS8tKFthLXpdKS9nO2Z1bmN0aW9uIFUoZSx0KXtyZXR1cm4gdC50b1VwcGVyQ2FzZSgpfWZ1bmN0aW9uIFgoZSl7cmV0dXJuIGUucmVwbGFjZShfLCJtcy0iKS5yZXBsYWNlKHosVSl9dmFyIFY9ZnVuY3Rpb24oZSl7cmV0dXJuIDE9PT1lLm5vZGVUeXBlfHw5PT09ZS5ub2RlVHlwZXx8IStlLm5vZGVUeXBlfTtmdW5jdGlvbiBHKCl7dGhpcy5leHBhbmRvPVMuZXhwYW5kbytHLnVpZCsrfUcudWlkPTEsRy5wcm90b3R5cGU9e2NhY2hlOmZ1bmN0aW9uKGUpe3ZhciB0PWVbdGhpcy5leHBhbmRvXTtyZXR1cm4gdHx8KHQ9e30sVihlKSYmKGUubm9kZVR5cGU/ZVt0aGlzLmV4cGFuZG9dPXQ6T2JqZWN0LmRlZmluZVByb3BlcnR5KGUsdGhpcy5leHBhbmRvLHt2YWx1ZTp0LGNvbmZpZ3VyYWJsZTohMH0pKSksdH0sc2V0OmZ1bmN0aW9uKGUsdCxuKXt2YXIgcixpPXRoaXMuY2FjaGUoZSk7aWYoInN0cmluZyI9PXR5cGVvZiB0KWlbWCh0KV09bjtlbHNlIGZvcihyIGluIHQpaVtYKHIpXT10W3JdO3JldHVybiBpfSxnZXQ6ZnVuY3Rpb24oZSx0KXtyZXR1cm4gdm9pZCAwPT09dD90aGlzLmNhY2hlKGUpOmVbdGhpcy5leHBhbmRvXSYmZVt0aGlzLmV4cGFuZG9dW1godCldfSxhY2Nlc3M6ZnVuY3Rpb24oZSx0LG4pe3JldHVybiB2b2lkIDA9PT10fHx0JiYic3RyaW5nIj09dHlwZW9mIHQmJnZvaWQgMD09PW4/dGhpcy5nZXQoZSx0KToodGhpcy5zZXQoZSx0LG4pLHZvaWQgMCE9PW4/bjp0KX0scmVtb3ZlOmZ1bmN0aW9uKGUsdCl7dmFyIG4scj1lW3RoaXMuZXhwYW5kb107aWYodm9pZCAwIT09cil7aWYodm9pZCAwIT09dCl7bj0odD1BcnJheS5pc0FycmF5KHQpP3QubWFwKFgpOih0PVgodCkpaW4gcj9bdF06dC5tYXRjaChQKXx8W10pLmxlbmd0aDt3aGlsZShuLS0pZGVsZXRlIHJbdFtuXV19KHZvaWQgMD09PXR8fFMuaXNFbXB0eU9iamVjdChyKSkmJihlLm5vZGVUeXBlP2VbdGhpcy5leHBhbmRvXT12b2lkIDA6ZGVsZXRlIGVbdGhpcy5leHBhbmRvXSl9fSxoYXNEYXRhOmZ1bmN0aW9uKGUpe3ZhciB0PWVbdGhpcy5leHBhbmRvXTtyZXR1cm4gdm9pZCAwIT09dCYmIVMuaXNFbXB0eU9iamVjdCh0KX19O3ZhciBZPW5ldyBHLFE9bmV3IEcsSj0vXig/Olx7W1x3XFddKlx9fFxbW1x3XFddKlxdKSQvLEs9L1tBLVpdL2c7ZnVuY3Rpb24gWihlLHQsbil7dmFyIHIsaTtpZih2b2lkIDA9PT1uJiYxPT09ZS5ub2RlVHlwZSlpZihyPSJkYXRhLSIrdC5yZXBsYWNlKEssIi0kJiIpLnRvTG93ZXJDYXNlKCksInN0cmluZyI9PXR5cGVvZihuPWUuZ2V0QXR0cmlidXRlKHIpKSl7dHJ5e249InRydWUiPT09KGk9bil8fCJmYWxzZSIhPT1pJiYoIm51bGwiPT09aT9udWxsOmk9PT0raSsiIj8raTpKLnRlc3QoaSk/SlNPTi5wYXJzZShpKTppKX1jYXRjaChlKXt9US5zZXQoZSx0LG4pfWVsc2Ugbj12b2lkIDA7cmV0dXJuIG59Uy5leHRlbmQoe2hhc0RhdGE6ZnVuY3Rpb24oZSl7cmV0dXJuIFEuaGFzRGF0YShlKXx8WS5oYXNEYXRhKGUpfSxkYXRhOmZ1bmN0aW9uKGUsdCxuKXtyZXR1cm4gUS5hY2Nlc3MoZSx0LG4pfSxyZW1vdmVEYXRhOmZ1bmN0aW9uKGUsdCl7US5yZW1vdmUoZSx0KX0sX2RhdGE6ZnVuY3Rpb24oZSx0LG4pe3JldHVybiBZLmFjY2VzcyhlLHQsbil9LF9yZW1vdmVEYXRhOmZ1bmN0aW9uKGUsdCl7WS5yZW1vdmUoZSx0KX19KSxTLmZuLmV4dGVuZCh7ZGF0YTpmdW5jdGlvbihuLGUpe3ZhciB0LHIsaSxvPXRoaXNbMF0sYT1vJiZvLmF0dHJpYnV0ZXM7aWYodm9pZCAwPT09bil7aWYodGhpcy5sZW5ndGgmJihpPVEuZ2V0KG8pLDE9PT1vLm5vZGVUeXBlJiYhWS5nZXQobywiaGFzRGF0YUF0dHJzIikpKXt0PWEubGVuZ3RoO3doaWxlKHQtLSlhW3RdJiYwPT09KHI9YVt0XS5uYW1lKS5pbmRleE9mKCJkYXRhLSIpJiYocj1YKHIuc2xpY2UoNSkpLFoobyxyLGlbcl0pKTtZLnNldChvLCJoYXNEYXRhQXR0cnMiLCEwKX1yZXR1cm4gaX1yZXR1cm4ib2JqZWN0Ij09dHlwZW9mIG4/dGhpcy5lYWNoKGZ1bmN0aW9uKCl7US5zZXQodGhpcyxuKX0pOiQodGhpcyxmdW5jdGlvbihlKXt2YXIgdDtpZihvJiZ2b2lkIDA9PT1lKXJldHVybiB2b2lkIDAhPT0odD1RLmdldChvLG4pKT90OnZvaWQgMCE9PSh0PVoobyxuKSk/dDp2b2lkIDA7dGhpcy5lYWNoKGZ1bmN0aW9uKCl7US5zZXQodGhpcyxuLGUpfSl9LG51bGwsZSwxPGFyZ3VtZW50cy5sZW5ndGgsbnVsbCwhMCl9LHJlbW92ZURhdGE6ZnVuY3Rpb24oZSl7cmV0dXJuIHRoaXMuZWFjaChmdW5jdGlvbigpe1EucmVtb3ZlKHRoaXMsZSl9KX19KSxTLmV4dGVuZCh7cXVldWU6ZnVuY3Rpb24oZSx0LG4pe3ZhciByO2lmKGUpcmV0dXJuIHQ9KHR8fCJmeCIpKyJxdWV1ZSIscj1ZLmdldChlLHQpLG4mJighcnx8QXJyYXkuaXNBcnJheShuKT9yPVkuYWNjZXNzKGUsdCxTLm1ha2VBcnJheShuKSk6ci5wdXNoKG4pKSxyfHxbXX0sZGVxdWV1ZTpmdW5jdGlvbihlLHQpe3Q9dHx8ImZ4Ijt2YXIgbj1TLnF1ZXVlKGUsdCkscj1uLmxlbmd0aCxpPW4uc2hpZnQoKSxvPVMuX3F1ZXVlSG9va3MoZSx0KTsiaW5wcm9ncmVzcyI9PT1pJiYoaT1uLnNoaWZ0KCksci0tKSxpJiYoImZ4Ij09PXQmJm4udW5zaGlmdCgiaW5wcm9ncmVzcyIpLGRlbGV0ZSBvLnN0b3AsaS5jYWxsKGUsZnVuY3Rpb24oKXtTLmRlcXVldWUoZSx0KX0sbykpLCFyJiZvJiZvLmVtcHR5LmZpcmUoKX0sX3F1ZXVlSG9va3M6ZnVuY3Rpb24oZSx0KXt2YXIgbj10KyJxdWV1ZUhvb2tzIjtyZXR1cm4gWS5nZXQoZSxuKXx8WS5hY2Nlc3MoZSxuLHtlbXB0eTpTLkNhbGxiYWNrcygib25jZSBtZW1vcnkiKS5hZGQoZnVuY3Rpb24oKXtZLnJlbW92ZShlLFt0KyJxdWV1ZSIsbl0pfSl9KX19KSxTLmZuLmV4dGVuZCh7cXVldWU6ZnVuY3Rpb24odCxuKXt2YXIgZT0yO3JldHVybiJzdHJpbmciIT10eXBlb2YgdCYmKG49dCx0PSJmeCIsZS0tKSxhcmd1bWVudHMubGVuZ3RoPGU/Uy5xdWV1ZSh0aGlzWzBdLHQpOnZvaWQgMD09PW4/dGhpczp0aGlzLmVhY2goZnVuY3Rpb24oKXt2YXIgZT1TLnF1ZXVlKHRoaXMsdCxuKTtTLl9xdWV1ZUhvb2tzKHRoaXMsdCksImZ4Ij09PXQmJiJpbnByb2dyZXNzIiE9PWVbMF0mJlMuZGVxdWV1ZSh0aGlzLHQpfSl9LGRlcXVldWU6ZnVuY3Rpb24oZSl7cmV0dXJuIHRoaXMuZWFjaChmdW5jdGlvbigpe1MuZGVxdWV1ZSh0aGlzLGUpfSl9LGNsZWFyUXVldWU6ZnVuY3Rpb24oZSl7cmV0dXJuIHRoaXMucXVldWUoZXx8ImZ4IixbXSl9LHByb21pc2U6ZnVuY3Rpb24oZSx0KXt2YXIgbixyPTEsaT1TLkRlZmVycmVkKCksbz10aGlzLGE9dGhpcy5sZW5ndGgscz1mdW5jdGlvbigpey0tcnx8aS5yZXNvbHZlV2l0aChvLFtvXSl9OyJzdHJpbmciIT10eXBlb2YgZSYmKHQ9ZSxlPXZvaWQgMCksZT1lfHwiZngiO3doaWxlKGEtLSkobj1ZLmdldChvW2FdLGUrInF1ZXVlSG9va3MiKSkmJm4uZW1wdHkmJihyKyssbi5lbXB0eS5hZGQocykpO3JldHVybiBzKCksaS5wcm9taXNlKHQpfX0pO3ZhciBlZT0vWystXT8oPzpcZCpcLnwpXGQrKD86W2VFXVsrLV0/XGQrfCkvLnNvdXJjZSx0ZT1uZXcgUmVnRXhwKCJeKD86KFsrLV0pPXwpKCIrZWUrIikoW2EteiVdKikkIiwiaSIpLG5lPVsiVG9wIiwiUmlnaHQiLCJCb3R0b20iLCJMZWZ0Il0scmU9RS5kb2N1bWVudEVsZW1lbnQsaWU9ZnVuY3Rpb24oZSl7cmV0dXJuIFMuY29udGFpbnMoZS5vd25lckRvY3VtZW50LGUpfSxvZT17Y29tcG9zZWQ6ITB9O3JlLmdldFJvb3ROb2RlJiYoaWU9ZnVuY3Rpb24oZSl7cmV0dXJuIFMuY29udGFpbnMoZS5vd25lckRvY3VtZW50LGUpfHxlLmdldFJvb3ROb2RlKG9lKT09PWUub3duZXJEb2N1bWVudH0pO3ZhciBhZT1mdW5jdGlvbihlLHQpe3JldHVybiJub25lIj09PShlPXR8fGUpLnN0eWxlLmRpc3BsYXl8fCIiPT09ZS5zdHlsZS5kaXNwbGF5JiZpZShlKSYmIm5vbmUiPT09Uy5jc3MoZSwiZGlzcGxheSIpfTtmdW5jdGlvbiBzZShlLHQsbixyKXt2YXIgaSxvLGE9MjAscz1yP2Z1bmN0aW9uKCl7cmV0dXJuIHIuY3VyKCl9OmZ1bmN0aW9uKCl7cmV0dXJuIFMuY3NzKGUsdCwiIil9LHU9cygpLGw9biYmblszXXx8KFMuY3NzTnVtYmVyW3RdPyIiOiJweCIpLGM9ZS5ub2RlVHlwZSYmKFMuY3NzTnVtYmVyW3RdfHwicHgiIT09bCYmK3UpJiZ0ZS5leGVjKFMuY3NzKGUsdCkpO2lmKGMmJmNbM10hPT1sKXt1Lz0yLGw9bHx8Y1szXSxjPSt1fHwxO3doaWxlKGEtLSlTLnN0eWxlKGUsdCxjK2wpLCgxLW8pKigxLShvPXMoKS91fHwuNSkpPD0wJiYoYT0wKSxjLz1vO2MqPTIsUy5zdHlsZShlLHQsYytsKSxuPW58fFtdfXJldHVybiBuJiYoYz0rY3x8K3V8fDAsaT1uWzFdP2MrKG5bMV0rMSkqblsyXTorblsyXSxyJiYoci51bml0PWwsci5zdGFydD1jLHIuZW5kPWkpKSxpfXZhciB1ZT17fTtmdW5jdGlvbiBsZShlLHQpe2Zvcih2YXIgbixyLGksbyxhLHMsdSxsPVtdLGM9MCxmPWUubGVuZ3RoO2M8ZjtjKyspKHI9ZVtjXSkuc3R5bGUmJihuPXIuc3R5bGUuZGlzcGxheSx0Pygibm9uZSI9PT1uJiYobFtjXT1ZLmdldChyLCJkaXNwbGF5Iil8fG51bGwsbFtjXXx8KHIuc3R5bGUuZGlzcGxheT0iIikpLCIiPT09ci5zdHlsZS5kaXNwbGF5JiZhZShyKSYmKGxbY109KHU9YT1vPXZvaWQgMCxhPShpPXIpLm93bmVyRG9jdW1lbnQscz1pLm5vZGVOYW1lLCh1PXVlW3NdKXx8KG89YS5ib2R5LmFwcGVuZENoaWxkKGEuY3JlYXRlRWxlbWVudChzKSksdT1TLmNzcyhvLCJkaXNwbGF5Iiksby5wYXJlbnROb2RlLnJlbW92ZUNoaWxkKG8pLCJub25lIj09PXUmJih1PSJibG9jayIpLHVlW3NdPXUpKSkpOiJub25lIiE9PW4mJihsW2NdPSJub25lIixZLnNldChyLCJkaXNwbGF5IixuKSkpO2ZvcihjPTA7YzxmO2MrKyludWxsIT1sW2NdJiYoZVtjXS5zdHlsZS5kaXNwbGF5PWxbY10pO3JldHVybiBlfVMuZm4uZXh0ZW5kKHtzaG93OmZ1bmN0aW9uKCl7cmV0dXJuIGxlKHRoaXMsITApfSxoaWRlOmZ1bmN0aW9uKCl7cmV0dXJuIGxlKHRoaXMpfSx0b2dnbGU6ZnVuY3Rpb24oZSl7cmV0dXJuImJvb2xlYW4iPT10eXBlb2YgZT9lP3RoaXMuc2hvdygpOnRoaXMuaGlkZSgpOnRoaXMuZWFjaChmdW5jdGlvbigpe2FlKHRoaXMpP1ModGhpcykuc2hvdygpOlModGhpcykuaGlkZSgpfSl9fSk7dmFyIGNlLGZlLHBlPS9eKD86Y2hlY2tib3h8cmFkaW8pJC9pLGRlPS88KFthLXpdW15cL1wwPlx4MjBcdFxyXG5cZl0qKS9pLGhlPS9eJHxebW9kdWxlJHxcLyg/OmphdmF8ZWNtYSlzY3JpcHQvaTtjZT1FLmNyZWF0ZURvY3VtZW50RnJhZ21lbnQoKS5hcHBlbmRDaGlsZChFLmNyZWF0ZUVsZW1lbnQoImRpdiIpKSwoZmU9RS5jcmVhdGVFbGVtZW50KCJpbnB1dCIpKS5zZXRBdHRyaWJ1dGUoInR5cGUiLCJyYWRpbyIpLGZlLnNldEF0dHJpYnV0ZSgiY2hlY2tlZCIsImNoZWNrZWQiKSxmZS5zZXRBdHRyaWJ1dGUoIm5hbWUiLCJ0IiksY2UuYXBwZW5kQ2hpbGQoZmUpLHkuY2hlY2tDbG9uZT1jZS5jbG9uZU5vZGUoITApLmNsb25lTm9kZSghMCkubGFzdENoaWxkLmNoZWNrZWQsY2UuaW5uZXJIVE1MPSI8dGV4dGFyZWE+eDwvdGV4dGFyZWE+Iix5Lm5vQ2xvbmVDaGVja2VkPSEhY2UuY2xvbmVOb2RlKCEwKS5sYXN0Q2hpbGQuZGVmYXVsdFZhbHVlLGNlLmlubmVySFRNTD0iPG9wdGlvbj48L29wdGlvbj4iLHkub3B0aW9uPSEhY2UubGFzdENoaWxkO3ZhciBnZT17dGhlYWQ6WzEsIjx0YWJsZT4iLCI8L3RhYmxlPiJdLGNvbDpbMiwiPHRhYmxlPjxjb2xncm91cD4iLCI8L2NvbGdyb3VwPjwvdGFibGU+Il0sdHI6WzIsIjx0YWJsZT48dGJvZHk+IiwiPC90Ym9keT48L3RhYmxlPiJdLHRkOlszLCI8dGFibGU+PHRib2R5Pjx0cj4iLCI8L3RyPjwvdGJvZHk+PC90YWJsZT4iXSxfZGVmYXVsdDpbMCwiIiwiIl19O2Z1bmN0aW9uIHZlKGUsdCl7dmFyIG47cmV0dXJuIG49InVuZGVmaW5lZCIhPXR5cGVvZiBlLmdldEVsZW1lbnRzQnlUYWdOYW1lP2UuZ2V0RWxlbWVudHNCeVRhZ05hbWUodHx8IioiKToidW5kZWZpbmVkIiE9dHlwZW9mIGUucXVlcnlTZWxlY3RvckFsbD9lLnF1ZXJ5U2VsZWN0b3JBbGwodHx8IioiKTpbXSx2b2lkIDA9PT10fHx0JiZBKGUsdCk/Uy5tZXJnZShbZV0sbik6bn1mdW5jdGlvbiB5ZShlLHQpe2Zvcih2YXIgbj0wLHI9ZS5sZW5ndGg7bjxyO24rKylZLnNldChlW25dLCJnbG9iYWxFdmFsIiwhdHx8WS5nZXQodFtuXSwiZ2xvYmFsRXZhbCIpKX1nZS50Ym9keT1nZS50Zm9vdD1nZS5jb2xncm91cD1nZS5jYXB0aW9uPWdlLnRoZWFkLGdlLnRoPWdlLnRkLHkub3B0aW9ufHwoZ2Uub3B0Z3JvdXA9Z2Uub3B0aW9uPVsxLCI8c2VsZWN0IG11bHRpcGxlPSdtdWx0aXBsZSc+IiwiPC9zZWxlY3Q+Il0pO3ZhciBtZT0vPHwmIz9cdys7LztmdW5jdGlvbiB4ZShlLHQsbixyLGkpe2Zvcih2YXIgbyxhLHMsdSxsLGMsZj10LmNyZWF0ZURvY3VtZW50RnJhZ21lbnQoKSxwPVtdLGQ9MCxoPWUubGVuZ3RoO2Q8aDtkKyspaWYoKG89ZVtkXSl8fDA9PT1vKWlmKCJvYmplY3QiPT09dyhvKSlTLm1lcmdlKHAsby5ub2RlVHlwZT9bb106byk7ZWxzZSBpZihtZS50ZXN0KG8pKXthPWF8fGYuYXBwZW5kQ2hpbGQodC5jcmVhdGVFbGVtZW50KCJkaXYiKSkscz0oZGUuZXhlYyhvKXx8WyIiLCIiXSlbMV0udG9Mb3dlckNhc2UoKSx1PWdlW3NdfHxnZS5fZGVmYXVsdCxhLmlubmVySFRNTD11WzFdK1MuaHRtbFByZWZpbHRlcihvKSt1WzJdLGM9dVswXTt3aGlsZShjLS0pYT1hLmxhc3RDaGlsZDtTLm1lcmdlKHAsYS5jaGlsZE5vZGVzKSwoYT1mLmZpcnN0Q2hpbGQpLnRleHRDb250ZW50PSIifWVsc2UgcC5wdXNoKHQuY3JlYXRlVGV4dE5vZGUobykpO2YudGV4dENvbnRlbnQ9IiIsZD0wO3doaWxlKG89cFtkKytdKWlmKHImJi0xPFMuaW5BcnJheShvLHIpKWkmJmkucHVzaChvKTtlbHNlIGlmKGw9aWUobyksYT12ZShmLmFwcGVuZENoaWxkKG8pLCJzY3JpcHQiKSxsJiZ5ZShhKSxuKXtjPTA7d2hpbGUobz1hW2MrK10paGUudGVzdChvLnR5cGV8fCIiKSYmbi5wdXNoKG8pfXJldHVybiBmfXZhciBiZT0vXmtleS8sd2U9L14oPzptb3VzZXxwb2ludGVyfGNvbnRleHRtZW51fGRyYWd8ZHJvcCl8Y2xpY2svLFRlPS9eKFteLl0qKSg/OlwuKC4rKXwpLztmdW5jdGlvbiBDZSgpe3JldHVybiEwfWZ1bmN0aW9uIEVlKCl7cmV0dXJuITF9ZnVuY3Rpb24gU2UoZSx0KXtyZXR1cm4gZT09PWZ1bmN0aW9uKCl7dHJ5e3JldHVybiBFLmFjdGl2ZUVsZW1lbnR9Y2F0Y2goZSl7fX0oKT09KCJmb2N1cyI9PT10KX1mdW5jdGlvbiBrZShlLHQsbixyLGksbyl7dmFyIGEscztpZigib2JqZWN0Ij09dHlwZW9mIHQpe2ZvcihzIGluInN0cmluZyIhPXR5cGVvZiBuJiYocj1yfHxuLG49dm9pZCAwKSx0KWtlKGUscyxuLHIsdFtzXSxvKTtyZXR1cm4gZX1pZihudWxsPT1yJiZudWxsPT1pPyhpPW4scj1uPXZvaWQgMCk6bnVsbD09aSYmKCJzdHJpbmciPT10eXBlb2Ygbj8oaT1yLHI9dm9pZCAwKTooaT1yLHI9bixuPXZvaWQgMCkpLCExPT09aSlpPUVlO2Vsc2UgaWYoIWkpcmV0dXJuIGU7cmV0dXJuIDE9PT1vJiYoYT1pLChpPWZ1bmN0aW9uKGUpe3JldHVybiBTKCkub2ZmKGUpLGEuYXBwbHkodGhpcyxhcmd1bWVudHMpfSkuZ3VpZD1hLmd1aWR8fChhLmd1aWQ9Uy5ndWlkKyspKSxlLmVhY2goZnVuY3Rpb24oKXtTLmV2ZW50LmFkZCh0aGlzLHQsaSxyLG4pfSl9ZnVuY3Rpb24gQWUoZSxpLG8pe28/KFkuc2V0KGUsaSwhMSksUy5ldmVudC5hZGQoZSxpLHtuYW1lc3BhY2U6ITEsaGFuZGxlcjpmdW5jdGlvbihlKXt2YXIgdCxuLHI9WS5nZXQodGhpcyxpKTtpZigxJmUuaXNUcmlnZ2VyJiZ0aGlzW2ldKXtpZihyLmxlbmd0aCkoUy5ldmVudC5zcGVjaWFsW2ldfHx7fSkuZGVsZWdhdGVUeXBlJiZlLnN0b3BQcm9wYWdhdGlvbigpO2Vsc2UgaWYocj1zLmNhbGwoYXJndW1lbnRzKSxZLnNldCh0aGlzLGksciksdD1vKHRoaXMsaSksdGhpc1tpXSgpLHIhPT0obj1ZLmdldCh0aGlzLGkpKXx8dD9ZLnNldCh0aGlzLGksITEpOm49e30sciE9PW4pcmV0dXJuIGUuc3RvcEltbWVkaWF0ZVByb3BhZ2F0aW9uKCksZS5wcmV2ZW50RGVmYXVsdCgpLG4udmFsdWV9ZWxzZSByLmxlbmd0aCYmKFkuc2V0KHRoaXMsaSx7dmFsdWU6Uy5ldmVudC50cmlnZ2VyKFMuZXh0ZW5kKHJbMF0sUy5FdmVudC5wcm90b3R5cGUpLHIuc2xpY2UoMSksdGhpcyl9KSxlLnN0b3BJbW1lZGlhdGVQcm9wYWdhdGlvbigpKX19KSk6dm9pZCAwPT09WS5nZXQoZSxpKSYmUy5ldmVudC5hZGQoZSxpLENlKX1TLmV2ZW50PXtnbG9iYWw6e30sYWRkOmZ1bmN0aW9uKHQsZSxuLHIsaSl7dmFyIG8sYSxzLHUsbCxjLGYscCxkLGgsZyx2PVkuZ2V0KHQpO2lmKFYodCkpe24uaGFuZGxlciYmKG49KG89bikuaGFuZGxlcixpPW8uc2VsZWN0b3IpLGkmJlMuZmluZC5tYXRjaGVzU2VsZWN0b3IocmUsaSksbi5ndWlkfHwobi5ndWlkPVMuZ3VpZCsrKSwodT12LmV2ZW50cyl8fCh1PXYuZXZlbnRzPU9iamVjdC5jcmVhdGUobnVsbCkpLChhPXYuaGFuZGxlKXx8KGE9di5oYW5kbGU9ZnVuY3Rpb24oZSl7cmV0dXJuInVuZGVmaW5lZCIhPXR5cGVvZiBTJiZTLmV2ZW50LnRyaWdnZXJlZCE9PWUudHlwZT9TLmV2ZW50LmRpc3BhdGNoLmFwcGx5KHQsYXJndW1lbnRzKTp2b2lkIDB9KSxsPShlPShlfHwiIikubWF0Y2goUCl8fFsiIl0pLmxlbmd0aDt3aGlsZShsLS0pZD1nPShzPVRlLmV4ZWMoZVtsXSl8fFtdKVsxXSxoPShzWzJdfHwiIikuc3BsaXQoIi4iKS5zb3J0KCksZCYmKGY9Uy5ldmVudC5zcGVjaWFsW2RdfHx7fSxkPShpP2YuZGVsZWdhdGVUeXBlOmYuYmluZFR5cGUpfHxkLGY9Uy5ldmVudC5zcGVjaWFsW2RdfHx7fSxjPVMuZXh0ZW5kKHt0eXBlOmQsb3JpZ1R5cGU6ZyxkYXRhOnIsaGFuZGxlcjpuLGd1aWQ6bi5ndWlkLHNlbGVjdG9yOmksbmVlZHNDb250ZXh0OmkmJlMuZXhwci5tYXRjaC5uZWVkc0NvbnRleHQudGVzdChpKSxuYW1lc3BhY2U6aC5qb2luKCIuIil9LG8pLChwPXVbZF0pfHwoKHA9dVtkXT1bXSkuZGVsZWdhdGVDb3VudD0wLGYuc2V0dXAmJiExIT09Zi5zZXR1cC5jYWxsKHQscixoLGEpfHx0LmFkZEV2ZW50TGlzdGVuZXImJnQuYWRkRXZlbnRMaXN0ZW5lcihkLGEpKSxmLmFkZCYmKGYuYWRkLmNhbGwodCxjKSxjLmhhbmRsZXIuZ3VpZHx8KGMuaGFuZGxlci5ndWlkPW4uZ3VpZCkpLGk/cC5zcGxpY2UocC5kZWxlZ2F0ZUNvdW50KyssMCxjKTpwLnB1c2goYyksUy5ldmVudC5nbG9iYWxbZF09ITApfX0scmVtb3ZlOmZ1bmN0aW9uKGUsdCxuLHIsaSl7dmFyIG8sYSxzLHUsbCxjLGYscCxkLGgsZyx2PVkuaGFzRGF0YShlKSYmWS5nZXQoZSk7aWYodiYmKHU9di5ldmVudHMpKXtsPSh0PSh0fHwiIikubWF0Y2goUCl8fFsiIl0pLmxlbmd0aDt3aGlsZShsLS0paWYoZD1nPShzPVRlLmV4ZWModFtsXSl8fFtdKVsxXSxoPShzWzJdfHwiIikuc3BsaXQoIi4iKS5zb3J0KCksZCl7Zj1TLmV2ZW50LnNwZWNpYWxbZF18fHt9LHA9dVtkPShyP2YuZGVsZWdhdGVUeXBlOmYuYmluZFR5cGUpfHxkXXx8W10scz1zWzJdJiZuZXcgUmVnRXhwKCIoXnxcXC4pIitoLmpvaW4oIlxcLig/Oi4qXFwufCkiKSsiKFxcLnwkKSIpLGE9bz1wLmxlbmd0aDt3aGlsZShvLS0pYz1wW29dLCFpJiZnIT09Yy5vcmlnVHlwZXx8biYmbi5ndWlkIT09Yy5ndWlkfHxzJiYhcy50ZXN0KGMubmFtZXNwYWNlKXx8ciYmciE9PWMuc2VsZWN0b3ImJigiKioiIT09cnx8IWMuc2VsZWN0b3IpfHwocC5zcGxpY2UobywxKSxjLnNlbGVjdG9yJiZwLmRlbGVnYXRlQ291bnQtLSxmLnJlbW92ZSYmZi5yZW1vdmUuY2FsbChlLGMpKTthJiYhcC5sZW5ndGgmJihmLnRlYXJkb3duJiYhMSE9PWYudGVhcmRvd24uY2FsbChlLGgsdi5oYW5kbGUpfHxTLnJlbW92ZUV2ZW50KGUsZCx2LmhhbmRsZSksZGVsZXRlIHVbZF0pfWVsc2UgZm9yKGQgaW4gdSlTLmV2ZW50LnJlbW92ZShlLGQrdFtsXSxuLHIsITApO1MuaXNFbXB0eU9iamVjdCh1KSYmWS5yZW1vdmUoZSwiaGFuZGxlIGV2ZW50cyIpfX0sZGlzcGF0Y2g6ZnVuY3Rpb24oZSl7dmFyIHQsbixyLGksbyxhLHM9bmV3IEFycmF5KGFyZ3VtZW50cy5sZW5ndGgpLHU9Uy5ldmVudC5maXgoZSksbD0oWS5nZXQodGhpcywiZXZlbnRzIil8fE9iamVjdC5jcmVhdGUobnVsbCkpW3UudHlwZV18fFtdLGM9Uy5ldmVudC5zcGVjaWFsW3UudHlwZV18fHt9O2ZvcihzWzBdPXUsdD0xO3Q8YXJndW1lbnRzLmxlbmd0aDt0Kyspc1t0XT1hcmd1bWVudHNbdF07aWYodS5kZWxlZ2F0ZVRhcmdldD10aGlzLCFjLnByZURpc3BhdGNofHwhMSE9PWMucHJlRGlzcGF0Y2guY2FsbCh0aGlzLHUpKXthPVMuZXZlbnQuaGFuZGxlcnMuY2FsbCh0aGlzLHUsbCksdD0wO3doaWxlKChpPWFbdCsrXSkmJiF1LmlzUHJvcGFnYXRpb25TdG9wcGVkKCkpe3UuY3VycmVudFRhcmdldD1pLmVsZW0sbj0wO3doaWxlKChvPWkuaGFuZGxlcnNbbisrXSkmJiF1LmlzSW1tZWRpYXRlUHJvcGFnYXRpb25TdG9wcGVkKCkpdS5ybmFtZXNwYWNlJiYhMSE9PW8ubmFtZXNwYWNlJiYhdS5ybmFtZXNwYWNlLnRlc3Qoby5uYW1lc3BhY2UpfHwodS5oYW5kbGVPYmo9byx1LmRhdGE9by5kYXRhLHZvaWQgMCE9PShyPSgoUy5ldmVudC5zcGVjaWFsW28ub3JpZ1R5cGVdfHx7fSkuaGFuZGxlfHxvLmhhbmRsZXIpLmFwcGx5KGkuZWxlbSxzKSkmJiExPT09KHUucmVzdWx0PXIpJiYodS5wcmV2ZW50RGVmYXVsdCgpLHUuc3RvcFByb3BhZ2F0aW9uKCkpKX1yZXR1cm4gYy5wb3N0RGlzcGF0Y2gmJmMucG9zdERpc3BhdGNoLmNhbGwodGhpcyx1KSx1LnJlc3VsdH19LGhhbmRsZXJzOmZ1bmN0aW9uKGUsdCl7dmFyIG4scixpLG8sYSxzPVtdLHU9dC5kZWxlZ2F0ZUNvdW50LGw9ZS50YXJnZXQ7aWYodSYmbC5ub2RlVHlwZSYmISgiY2xpY2siPT09ZS50eXBlJiYxPD1lLmJ1dHRvbikpZm9yKDtsIT09dGhpcztsPWwucGFyZW50Tm9kZXx8dGhpcylpZigxPT09bC5ub2RlVHlwZSYmKCJjbGljayIhPT1lLnR5cGV8fCEwIT09bC5kaXNhYmxlZCkpe2ZvcihvPVtdLGE9e30sbj0wO248dTtuKyspdm9pZCAwPT09YVtpPShyPXRbbl0pLnNlbGVjdG9yKyIgIl0mJihhW2ldPXIubmVlZHNDb250ZXh0Py0xPFMoaSx0aGlzKS5pbmRleChsKTpTLmZpbmQoaSx0aGlzLG51bGwsW2xdKS5sZW5ndGgpLGFbaV0mJm8ucHVzaChyKTtvLmxlbmd0aCYmcy5wdXNoKHtlbGVtOmwsaGFuZGxlcnM6b30pfXJldHVybiBsPXRoaXMsdTx0Lmxlbmd0aCYmcy5wdXNoKHtlbGVtOmwsaGFuZGxlcnM6dC5zbGljZSh1KX0pLHN9LGFkZFByb3A6ZnVuY3Rpb24odCxlKXtPYmplY3QuZGVmaW5lUHJvcGVydHkoUy5FdmVudC5wcm90b3R5cGUsdCx7ZW51bWVyYWJsZTohMCxjb25maWd1cmFibGU6ITAsZ2V0Om0oZSk/ZnVuY3Rpb24oKXtpZih0aGlzLm9yaWdpbmFsRXZlbnQpcmV0dXJuIGUodGhpcy5vcmlnaW5hbEV2ZW50KX06ZnVuY3Rpb24oKXtpZih0aGlzLm9yaWdpbmFsRXZlbnQpcmV0dXJuIHRoaXMub3JpZ2luYWxFdmVudFt0XX0sc2V0OmZ1bmN0aW9uKGUpe09iamVjdC5kZWZpbmVQcm9wZXJ0eSh0aGlzLHQse2VudW1lcmFibGU6ITAsY29uZmlndXJhYmxlOiEwLHdyaXRhYmxlOiEwLHZhbHVlOmV9KX19KX0sZml4OmZ1bmN0aW9uKGUpe3JldHVybiBlW1MuZXhwYW5kb10/ZTpuZXcgUy5FdmVudChlKX0sc3BlY2lhbDp7bG9hZDp7bm9CdWJibGU6ITB9LGNsaWNrOntzZXR1cDpmdW5jdGlvbihlKXt2YXIgdD10aGlzfHxlO3JldHVybiBwZS50ZXN0KHQudHlwZSkmJnQuY2xpY2smJkEodCwiaW5wdXQiKSYmQWUodCwiY2xpY2siLENlKSwhMX0sdHJpZ2dlcjpmdW5jdGlvbihlKXt2YXIgdD10aGlzfHxlO3JldHVybiBwZS50ZXN0KHQudHlwZSkmJnQuY2xpY2smJkEodCwiaW5wdXQiKSYmQWUodCwiY2xpY2siKSwhMH0sX2RlZmF1bHQ6ZnVuY3Rpb24oZSl7dmFyIHQ9ZS50YXJnZXQ7cmV0dXJuIHBlLnRlc3QodC50eXBlKSYmdC5jbGljayYmQSh0LCJpbnB1dCIpJiZZLmdldCh0LCJjbGljayIpfHxBKHQsImEiKX19LGJlZm9yZXVubG9hZDp7cG9zdERpc3BhdGNoOmZ1bmN0aW9uKGUpe3ZvaWQgMCE9PWUucmVzdWx0JiZlLm9yaWdpbmFsRXZlbnQmJihlLm9yaWdpbmFsRXZlbnQucmV0dXJuVmFsdWU9ZS5yZXN1bHQpfX19fSxTLnJlbW92ZUV2ZW50PWZ1bmN0aW9uKGUsdCxuKXtlLnJlbW92ZUV2ZW50TGlzdGVuZXImJmUucmVtb3ZlRXZlbnRMaXN0ZW5lcih0LG4pfSxTLkV2ZW50PWZ1bmN0aW9uKGUsdCl7aWYoISh0aGlzIGluc3RhbmNlb2YgUy5FdmVudCkpcmV0dXJuIG5ldyBTLkV2ZW50KGUsdCk7ZSYmZS50eXBlPyh0aGlzLm9yaWdpbmFsRXZlbnQ9ZSx0aGlzLnR5cGU9ZS50eXBlLHRoaXMuaXNEZWZhdWx0UHJldmVudGVkPWUuZGVmYXVsdFByZXZlbnRlZHx8dm9pZCAwPT09ZS5kZWZhdWx0UHJldmVudGVkJiYhMT09PWUucmV0dXJuVmFsdWU/Q2U6RWUsdGhpcy50YXJnZXQ9ZS50YXJnZXQmJjM9PT1lLnRhcmdldC5ub2RlVHlwZT9lLnRhcmdldC5wYXJlbnROb2RlOmUudGFyZ2V0LHRoaXMuY3VycmVudFRhcmdldD1lLmN1cnJlbnRUYXJnZXQsdGhpcy5yZWxhdGVkVGFyZ2V0PWUucmVsYXRlZFRhcmdldCk6dGhpcy50eXBlPWUsdCYmUy5leHRlbmQodGhpcyx0KSx0aGlzLnRpbWVTdGFtcD1lJiZlLnRpbWVTdGFtcHx8RGF0ZS5ub3coKSx0aGlzW1MuZXhwYW5kb109ITB9LFMuRXZlbnQucHJvdG90eXBlPXtjb25zdHJ1Y3RvcjpTLkV2ZW50LGlzRGVmYXVsdFByZXZlbnRlZDpFZSxpc1Byb3BhZ2F0aW9uU3RvcHBlZDpFZSxpc0ltbWVkaWF0ZVByb3BhZ2F0aW9uU3RvcHBlZDpFZSxpc1NpbXVsYXRlZDohMSxwcmV2ZW50RGVmYXVsdDpmdW5jdGlvbigpe3ZhciBlPXRoaXMub3JpZ2luYWxFdmVudDt0aGlzLmlzRGVmYXVsdFByZXZlbnRlZD1DZSxlJiYhdGhpcy5pc1NpbXVsYXRlZCYmZS5wcmV2ZW50RGVmYXVsdCgpfSxzdG9wUHJvcGFnYXRpb246ZnVuY3Rpb24oKXt2YXIgZT10aGlzLm9yaWdpbmFsRXZlbnQ7dGhpcy5pc1Byb3BhZ2F0aW9uU3RvcHBlZD1DZSxlJiYhdGhpcy5pc1NpbXVsYXRlZCYmZS5zdG9wUHJvcGFnYXRpb24oKX0sc3RvcEltbWVkaWF0ZVByb3BhZ2F0aW9uOmZ1bmN0aW9uKCl7dmFyIGU9dGhpcy5vcmlnaW5hbEV2ZW50O3RoaXMuaXNJbW1lZGlhdGVQcm9wYWdhdGlvblN0b3BwZWQ9Q2UsZSYmIXRoaXMuaXNTaW11bGF0ZWQmJmUuc3RvcEltbWVkaWF0ZVByb3BhZ2F0aW9uKCksdGhpcy5zdG9wUHJvcGFnYXRpb24oKX19LFMuZWFjaCh7YWx0S2V5OiEwLGJ1YmJsZXM6ITAsY2FuY2VsYWJsZTohMCxjaGFuZ2VkVG91Y2hlczohMCxjdHJsS2V5OiEwLGRldGFpbDohMCxldmVudFBoYXNlOiEwLG1ldGFLZXk6ITAscGFnZVg6ITAscGFnZVk6ITAsc2hpZnRLZXk6ITAsdmlldzohMCwiY2hhciI6ITAsY29kZTohMCxjaGFyQ29kZTohMCxrZXk6ITAsa2V5Q29kZTohMCxidXR0b246ITAsYnV0dG9uczohMCxjbGllbnRYOiEwLGNsaWVudFk6ITAsb2Zmc2V0WDohMCxvZmZzZXRZOiEwLHBvaW50ZXJJZDohMCxwb2ludGVyVHlwZTohMCxzY3JlZW5YOiEwLHNjcmVlblk6ITAsdGFyZ2V0VG91Y2hlczohMCx0b0VsZW1lbnQ6ITAsdG91Y2hlczohMCx3aGljaDpmdW5jdGlvbihlKXt2YXIgdD1lLmJ1dHRvbjtyZXR1cm4gbnVsbD09ZS53aGljaCYmYmUudGVzdChlLnR5cGUpP251bGwhPWUuY2hhckNvZGU/ZS5jaGFyQ29kZTplLmtleUNvZGU6IWUud2hpY2gmJnZvaWQgMCE9PXQmJndlLnRlc3QoZS50eXBlKT8xJnQ/MToyJnQ/Mzo0JnQ/MjowOmUud2hpY2h9fSxTLmV2ZW50LmFkZFByb3ApLFMuZWFjaCh7Zm9jdXM6ImZvY3VzaW4iLGJsdXI6ImZvY3Vzb3V0In0sZnVuY3Rpb24oZSx0KXtTLmV2ZW50LnNwZWNpYWxbZV09e3NldHVwOmZ1bmN0aW9uKCl7cmV0dXJuIEFlKHRoaXMsZSxTZSksITF9LHRyaWdnZXI6ZnVuY3Rpb24oKXtyZXR1cm4gQWUodGhpcyxlKSwhMH0sZGVsZWdhdGVUeXBlOnR9fSksUy5lYWNoKHttb3VzZWVudGVyOiJtb3VzZW92ZXIiLG1vdXNlbGVhdmU6Im1vdXNlb3V0Iixwb2ludGVyZW50ZXI6InBvaW50ZXJvdmVyIixwb2ludGVybGVhdmU6InBvaW50ZXJvdXQifSxmdW5jdGlvbihlLGkpe1MuZXZlbnQuc3BlY2lhbFtlXT17ZGVsZWdhdGVUeXBlOmksYmluZFR5cGU6aSxoYW5kbGU6ZnVuY3Rpb24oZSl7dmFyIHQsbj1lLnJlbGF0ZWRUYXJnZXQscj1lLmhhbmRsZU9iajtyZXR1cm4gbiYmKG49PT10aGlzfHxTLmNvbnRhaW5zKHRoaXMsbikpfHwoZS50eXBlPXIub3JpZ1R5cGUsdD1yLmhhbmRsZXIuYXBwbHkodGhpcyxhcmd1bWVudHMpLGUudHlwZT1pKSx0fX19KSxTLmZuLmV4dGVuZCh7b246ZnVuY3Rpb24oZSx0LG4scil7cmV0dXJuIGtlKHRoaXMsZSx0LG4scil9LG9uZTpmdW5jdGlvbihlLHQsbixyKXtyZXR1cm4ga2UodGhpcyxlLHQsbixyLDEpfSxvZmY6ZnVuY3Rpb24oZSx0LG4pe3ZhciByLGk7aWYoZSYmZS5wcmV2ZW50RGVmYXVsdCYmZS5oYW5kbGVPYmopcmV0dXJuIHI9ZS5oYW5kbGVPYmosUyhlLmRlbGVnYXRlVGFyZ2V0KS5vZmYoci5uYW1lc3BhY2U/ci5vcmlnVHlwZSsiLiIrci5uYW1lc3BhY2U6ci5vcmlnVHlwZSxyLnNlbGVjdG9yLHIuaGFuZGxlciksdGhpcztpZigib2JqZWN0Ij09dHlwZW9mIGUpe2ZvcihpIGluIGUpdGhpcy5vZmYoaSx0LGVbaV0pO3JldHVybiB0aGlzfXJldHVybiExIT09dCYmImZ1bmN0aW9uIiE9dHlwZW9mIHR8fChuPXQsdD12b2lkIDApLCExPT09biYmKG49RWUpLHRoaXMuZWFjaChmdW5jdGlvbigpe1MuZXZlbnQucmVtb3ZlKHRoaXMsZSxuLHQpfSl9fSk7dmFyIE5lPS88c2NyaXB0fDxzdHlsZXw8bGluay9pLERlPS9jaGVja2VkXHMqKD86W149XXw9XHMqLmNoZWNrZWQuKS9pLGplPS9eXHMqPCEoPzpcW0NEQVRBXFt8LS0pfCg/OlxdXF18LS0pPlxzKiQvZztmdW5jdGlvbiBxZShlLHQpe3JldHVybiBBKGUsInRhYmxlIikmJkEoMTEhPT10Lm5vZGVUeXBlP3Q6dC5maXJzdENoaWxkLCJ0ciIpJiZTKGUpLmNoaWxkcmVuKCJ0Ym9keSIpWzBdfHxlfWZ1bmN0aW9uIExlKGUpe3JldHVybiBlLnR5cGU9KG51bGwhPT1lLmdldEF0dHJpYnV0ZSgidHlwZSIpKSsiLyIrZS50eXBlLGV9ZnVuY3Rpb24gSGUoZSl7cmV0dXJuInRydWUvIj09PShlLnR5cGV8fCIiKS5zbGljZSgwLDUpP2UudHlwZT1lLnR5cGUuc2xpY2UoNSk6ZS5yZW1vdmVBdHRyaWJ1dGUoInR5cGUiKSxlfWZ1bmN0aW9uIE9lKGUsdCl7dmFyIG4scixpLG8sYSxzO2lmKDE9PT10Lm5vZGVUeXBlKXtpZihZLmhhc0RhdGEoZSkmJihzPVkuZ2V0KGUpLmV2ZW50cykpZm9yKGkgaW4gWS5yZW1vdmUodCwiaGFuZGxlIGV2ZW50cyIpLHMpZm9yKG49MCxyPXNbaV0ubGVuZ3RoO248cjtuKyspUy5ldmVudC5hZGQodCxpLHNbaV1bbl0pO1EuaGFzRGF0YShlKSYmKG89US5hY2Nlc3MoZSksYT1TLmV4dGVuZCh7fSxvKSxRLnNldCh0LGEpKX19ZnVuY3Rpb24gUGUobixyLGksbyl7cj1nKHIpO3ZhciBlLHQsYSxzLHUsbCxjPTAsZj1uLmxlbmd0aCxwPWYtMSxkPXJbMF0saD1tKGQpO2lmKGh8fDE8ZiYmInN0cmluZyI9PXR5cGVvZiBkJiYheS5jaGVja0Nsb25lJiZEZS50ZXN0KGQpKXJldHVybiBuLmVhY2goZnVuY3Rpb24oZSl7dmFyIHQ9bi5lcShlKTtoJiYoclswXT1kLmNhbGwodGhpcyxlLHQuaHRtbCgpKSksUGUodCxyLGksbyl9KTtpZihmJiYodD0oZT14ZShyLG5bMF0ub3duZXJEb2N1bWVudCwhMSxuLG8pKS5maXJzdENoaWxkLDE9PT1lLmNoaWxkTm9kZXMubGVuZ3RoJiYoZT10KSx0fHxvKSl7Zm9yKHM9KGE9Uy5tYXAodmUoZSwic2NyaXB0IiksTGUpKS5sZW5ndGg7YzxmO2MrKyl1PWUsYyE9PXAmJih1PVMuY2xvbmUodSwhMCwhMCkscyYmUy5tZXJnZShhLHZlKHUsInNjcmlwdCIpKSksaS5jYWxsKG5bY10sdSxjKTtpZihzKWZvcihsPWFbYS5sZW5ndGgtMV0ub3duZXJEb2N1bWVudCxTLm1hcChhLEhlKSxjPTA7YzxzO2MrKyl1PWFbY10saGUudGVzdCh1LnR5cGV8fCIiKSYmIVkuYWNjZXNzKHUsImdsb2JhbEV2YWwiKSYmUy5jb250YWlucyhsLHUpJiYodS5zcmMmJiJtb2R1bGUiIT09KHUudHlwZXx8IiIpLnRvTG93ZXJDYXNlKCk/Uy5fZXZhbFVybCYmIXUubm9Nb2R1bGUmJlMuX2V2YWxVcmwodS5zcmMse25vbmNlOnUubm9uY2V8fHUuZ2V0QXR0cmlidXRlKCJub25jZSIpfSxsKTpiKHUudGV4dENvbnRlbnQucmVwbGFjZShqZSwiIiksdSxsKSl9cmV0dXJuIG59ZnVuY3Rpb24gUmUoZSx0LG4pe2Zvcih2YXIgcixpPXQ/Uy5maWx0ZXIodCxlKTplLG89MDtudWxsIT0ocj1pW29dKTtvKyspbnx8MSE9PXIubm9kZVR5cGV8fFMuY2xlYW5EYXRhKHZlKHIpKSxyLnBhcmVudE5vZGUmJihuJiZpZShyKSYmeWUodmUociwic2NyaXB0IikpLHIucGFyZW50Tm9kZS5yZW1vdmVDaGlsZChyKSk7cmV0dXJuIGV9Uy5leHRlbmQoe2h0bWxQcmVmaWx0ZXI6ZnVuY3Rpb24oZSl7cmV0dXJuIGV9LGNsb25lOmZ1bmN0aW9uKGUsdCxuKXt2YXIgcixpLG8sYSxzLHUsbCxjPWUuY2xvbmVOb2RlKCEwKSxmPWllKGUpO2lmKCEoeS5ub0Nsb25lQ2hlY2tlZHx8MSE9PWUubm9kZVR5cGUmJjExIT09ZS5ub2RlVHlwZXx8Uy5pc1hNTERvYyhlKSkpZm9yKGE9dmUoYykscj0wLGk9KG89dmUoZSkpLmxlbmd0aDtyPGk7cisrKXM9b1tyXSx1PWFbcl0sdm9pZCAwLCJpbnB1dCI9PT0obD11Lm5vZGVOYW1lLnRvTG93ZXJDYXNlKCkpJiZwZS50ZXN0KHMudHlwZSk/dS5jaGVja2VkPXMuY2hlY2tlZDoiaW5wdXQiIT09bCYmInRleHRhcmVhIiE9PWx8fCh1LmRlZmF1bHRWYWx1ZT1zLmRlZmF1bHRWYWx1ZSk7aWYodClpZihuKWZvcihvPW98fHZlKGUpLGE9YXx8dmUoYykscj0wLGk9by5sZW5ndGg7cjxpO3IrKylPZShvW3JdLGFbcl0pO2Vsc2UgT2UoZSxjKTtyZXR1cm4gMDwoYT12ZShjLCJzY3JpcHQiKSkubGVuZ3RoJiZ5ZShhLCFmJiZ2ZShlLCJzY3JpcHQiKSksY30sY2xlYW5EYXRhOmZ1bmN0aW9uKGUpe2Zvcih2YXIgdCxuLHIsaT1TLmV2ZW50LnNwZWNpYWwsbz0wO3ZvaWQgMCE9PShuPWVbb10pO28rKylpZihWKG4pKXtpZih0PW5bWS5leHBhbmRvXSl7aWYodC5ldmVudHMpZm9yKHIgaW4gdC5ldmVudHMpaVtyXT9TLmV2ZW50LnJlbW92ZShuLHIpOlMucmVtb3ZlRXZlbnQobixyLHQuaGFuZGxlKTtuW1kuZXhwYW5kb109dm9pZCAwfW5bUS5leHBhbmRvXSYmKG5bUS5leHBhbmRvXT12b2lkIDApfX19KSxTLmZuLmV4dGVuZCh7ZGV0YWNoOmZ1bmN0aW9uKGUpe3JldHVybiBSZSh0aGlzLGUsITApfSxyZW1vdmU6ZnVuY3Rpb24oZSl7cmV0dXJuIFJlKHRoaXMsZSl9LHRleHQ6ZnVuY3Rpb24oZSl7cmV0dXJuICQodGhpcyxmdW5jdGlvbihlKXtyZXR1cm4gdm9pZCAwPT09ZT9TLnRleHQodGhpcyk6dGhpcy5lbXB0eSgpLmVhY2goZnVuY3Rpb24oKXsxIT09dGhpcy5ub2RlVHlwZSYmMTEhPT10aGlzLm5vZGVUeXBlJiY5IT09dGhpcy5ub2RlVHlwZXx8KHRoaXMudGV4dENvbnRlbnQ9ZSl9KX0sbnVsbCxlLGFyZ3VtZW50cy5sZW5ndGgpfSxhcHBlbmQ6ZnVuY3Rpb24oKXtyZXR1cm4gUGUodGhpcyxhcmd1bWVudHMsZnVuY3Rpb24oZSl7MSE9PXRoaXMubm9kZVR5cGUmJjExIT09dGhpcy5ub2RlVHlwZSYmOSE9PXRoaXMubm9kZVR5cGV8fHFlKHRoaXMsZSkuYXBwZW5kQ2hpbGQoZSl9KX0scHJlcGVuZDpmdW5jdGlvbigpe3JldHVybiBQZSh0aGlzLGFyZ3VtZW50cyxmdW5jdGlvbihlKXtpZigxPT09dGhpcy5ub2RlVHlwZXx8MTE9PT10aGlzLm5vZGVUeXBlfHw5PT09dGhpcy5ub2RlVHlwZSl7dmFyIHQ9cWUodGhpcyxlKTt0Lmluc2VydEJlZm9yZShlLHQuZmlyc3RDaGlsZCl9fSl9LGJlZm9yZTpmdW5jdGlvbigpe3JldHVybiBQZSh0aGlzLGFyZ3VtZW50cyxmdW5jdGlvbihlKXt0aGlzLnBhcmVudE5vZGUmJnRoaXMucGFyZW50Tm9kZS5pbnNlcnRCZWZvcmUoZSx0aGlzKX0pfSxhZnRlcjpmdW5jdGlvbigpe3JldHVybiBQZSh0aGlzLGFyZ3VtZW50cyxmdW5jdGlvbihlKXt0aGlzLnBhcmVudE5vZGUmJnRoaXMucGFyZW50Tm9kZS5pbnNlcnRCZWZvcmUoZSx0aGlzLm5leHRTaWJsaW5nKX0pfSxlbXB0eTpmdW5jdGlvbigpe2Zvcih2YXIgZSx0PTA7bnVsbCE9KGU9dGhpc1t0XSk7dCsrKTE9PT1lLm5vZGVUeXBlJiYoUy5jbGVhbkRhdGEodmUoZSwhMSkpLGUudGV4dENvbnRlbnQ9IiIpO3JldHVybiB0aGlzfSxjbG9uZTpmdW5jdGlvbihlLHQpe3JldHVybiBlPW51bGwhPWUmJmUsdD1udWxsPT10P2U6dCx0aGlzLm1hcChmdW5jdGlvbigpe3JldHVybiBTLmNsb25lKHRoaXMsZSx0KX0pfSxodG1sOmZ1bmN0aW9uKGUpe3JldHVybiAkKHRoaXMsZnVuY3Rpb24oZSl7dmFyIHQ9dGhpc1swXXx8e30sbj0wLHI9dGhpcy5sZW5ndGg7aWYodm9pZCAwPT09ZSYmMT09PXQubm9kZVR5cGUpcmV0dXJuIHQuaW5uZXJIVE1MO2lmKCJzdHJpbmciPT10eXBlb2YgZSYmIU5lLnRlc3QoZSkmJiFnZVsoZGUuZXhlYyhlKXx8WyIiLCIiXSlbMV0udG9Mb3dlckNhc2UoKV0pe2U9Uy5odG1sUHJlZmlsdGVyKGUpO3RyeXtmb3IoO248cjtuKyspMT09PSh0PXRoaXNbbl18fHt9KS5ub2RlVHlwZSYmKFMuY2xlYW5EYXRhKHZlKHQsITEpKSx0LmlubmVySFRNTD1lKTt0PTB9Y2F0Y2goZSl7fX10JiZ0aGlzLmVtcHR5KCkuYXBwZW5kKGUpfSxudWxsLGUsYXJndW1lbnRzLmxlbmd0aCl9LHJlcGxhY2VXaXRoOmZ1bmN0aW9uKCl7dmFyIG49W107cmV0dXJuIFBlKHRoaXMsYXJndW1lbnRzLGZ1bmN0aW9uKGUpe3ZhciB0PXRoaXMucGFyZW50Tm9kZTtTLmluQXJyYXkodGhpcyxuKTwwJiYoUy5jbGVhbkRhdGEodmUodGhpcykpLHQmJnQucmVwbGFjZUNoaWxkKGUsdGhpcykpfSxuKX19KSxTLmVhY2goe2FwcGVuZFRvOiJhcHBlbmQiLHByZXBlbmRUbzoicHJlcGVuZCIsaW5zZXJ0QmVmb3JlOiJiZWZvcmUiLGluc2VydEFmdGVyOiJhZnRlciIscmVwbGFjZUFsbDoicmVwbGFjZVdpdGgifSxmdW5jdGlvbihlLGEpe1MuZm5bZV09ZnVuY3Rpb24oZSl7Zm9yKHZhciB0LG49W10scj1TKGUpLGk9ci5sZW5ndGgtMSxvPTA7bzw9aTtvKyspdD1vPT09aT90aGlzOnRoaXMuY2xvbmUoITApLFMocltvXSlbYV0odCksdS5hcHBseShuLHQuZ2V0KCkpO3JldHVybiB0aGlzLnB1c2hTdGFjayhuKX19KTt2YXIgTWU9bmV3IFJlZ0V4cCgiXigiK2VlKyIpKD8hcHgpW2EteiVdKyQiLCJpIiksSWU9ZnVuY3Rpb24oZSl7dmFyIHQ9ZS5vd25lckRvY3VtZW50LmRlZmF1bHRWaWV3O3JldHVybiB0JiZ0Lm9wZW5lcnx8KHQ9QyksdC5nZXRDb21wdXRlZFN0eWxlKGUpfSxXZT1mdW5jdGlvbihlLHQsbil7dmFyIHIsaSxvPXt9O2ZvcihpIGluIHQpb1tpXT1lLnN0eWxlW2ldLGUuc3R5bGVbaV09dFtpXTtmb3IoaSBpbiByPW4uY2FsbChlKSx0KWUuc3R5bGVbaV09b1tpXTtyZXR1cm4gcn0sRmU9bmV3IFJlZ0V4cChuZS5qb2luKCJ8IiksImkiKTtmdW5jdGlvbiBCZShlLHQsbil7dmFyIHIsaSxvLGEscz1lLnN0eWxlO3JldHVybihuPW58fEllKGUpKSYmKCIiIT09KGE9bi5nZXRQcm9wZXJ0eVZhbHVlKHQpfHxuW3RdKXx8aWUoZSl8fChhPVMuc3R5bGUoZSx0KSksIXkucGl4ZWxCb3hTdHlsZXMoKSYmTWUudGVzdChhKSYmRmUudGVzdCh0KSYmKHI9cy53aWR0aCxpPXMubWluV2lkdGgsbz1zLm1heFdpZHRoLHMubWluV2lkdGg9cy5tYXhXaWR0aD1zLndpZHRoPWEsYT1uLndpZHRoLHMud2lkdGg9cixzLm1pbldpZHRoPWkscy5tYXhXaWR0aD1vKSksdm9pZCAwIT09YT9hKyIiOmF9ZnVuY3Rpb24gJGUoZSx0KXtyZXR1cm57Z2V0OmZ1bmN0aW9uKCl7aWYoIWUoKSlyZXR1cm4odGhpcy5nZXQ9dCkuYXBwbHkodGhpcyxhcmd1bWVudHMpO2RlbGV0ZSB0aGlzLmdldH19fSFmdW5jdGlvbigpe2Z1bmN0aW9uIGUoKXtpZihsKXt1LnN0eWxlLmNzc1RleHQ9InBvc2l0aW9uOmFic29sdXRlO2xlZnQ6LTExMTExcHg7d2lkdGg6NjBweDttYXJnaW4tdG9wOjFweDtwYWRkaW5nOjA7Ym9yZGVyOjAiLGwuc3R5bGUuY3NzVGV4dD0icG9zaXRpb246cmVsYXRpdmU7ZGlzcGxheTpibG9jaztib3gtc2l6aW5nOmJvcmRlci1ib3g7b3ZlcmZsb3c6c2Nyb2xsO21hcmdpbjphdXRvO2JvcmRlcjoxcHg7cGFkZGluZzoxcHg7d2lkdGg6NjAlO3RvcDoxJSIscmUuYXBwZW5kQ2hpbGQodSkuYXBwZW5kQ2hpbGQobCk7dmFyIGU9Qy5nZXRDb21wdXRlZFN0eWxlKGwpO249IjElIiE9PWUudG9wLHM9MTI9PT10KGUubWFyZ2luTGVmdCksbC5zdHlsZS5yaWdodD0iNjAlIixvPTM2PT09dChlLnJpZ2h0KSxyPTM2PT09dChlLndpZHRoKSxsLnN0eWxlLnBvc2l0aW9uPSJhYnNvbHV0ZSIsaT0xMj09PXQobC5vZmZzZXRXaWR0aC8zKSxyZS5yZW1vdmVDaGlsZCh1KSxsPW51bGx9fWZ1bmN0aW9uIHQoZSl7cmV0dXJuIE1hdGgucm91bmQocGFyc2VGbG9hdChlKSl9dmFyIG4scixpLG8sYSxzLHU9RS5jcmVhdGVFbGVtZW50KCJkaXYiKSxsPUUuY3JlYXRlRWxlbWVudCgiZGl2Iik7bC5zdHlsZSYmKGwuc3R5bGUuYmFja2dyb3VuZENsaXA9ImNvbnRlbnQtYm94IixsLmNsb25lTm9kZSghMCkuc3R5bGUuYmFja2dyb3VuZENsaXA9IiIseS5jbGVhckNsb25lU3R5bGU9ImNvbnRlbnQtYm94Ij09PWwuc3R5bGUuYmFja2dyb3VuZENsaXAsUy5leHRlbmQoeSx7Ym94U2l6aW5nUmVsaWFibGU6ZnVuY3Rpb24oKXtyZXR1cm4gZSgpLHJ9LHBpeGVsQm94U3R5bGVzOmZ1bmN0aW9uKCl7cmV0dXJuIGUoKSxvfSxwaXhlbFBvc2l0aW9uOmZ1bmN0aW9uKCl7cmV0dXJuIGUoKSxufSxyZWxpYWJsZU1hcmdpbkxlZnQ6ZnVuY3Rpb24oKXtyZXR1cm4gZSgpLHN9LHNjcm9sbGJveFNpemU6ZnVuY3Rpb24oKXtyZXR1cm4gZSgpLGl9LHJlbGlhYmxlVHJEaW1lbnNpb25zOmZ1bmN0aW9uKCl7dmFyIGUsdCxuLHI7cmV0dXJuIG51bGw9PWEmJihlPUUuY3JlYXRlRWxlbWVudCgidGFibGUiKSx0PUUuY3JlYXRlRWxlbWVudCgidHIiKSxuPUUuY3JlYXRlRWxlbWVudCgiZGl2IiksZS5zdHlsZS5jc3NUZXh0PSJwb3NpdGlvbjphYnNvbHV0ZTtsZWZ0Oi0xMTExMXB4Iix0LnN0eWxlLmhlaWdodD0iMXB4IixuLnN0eWxlLmhlaWdodD0iOXB4IixyZS5hcHBlbmRDaGlsZChlKS5hcHBlbmRDaGlsZCh0KS5hcHBlbmRDaGlsZChuKSxyPUMuZ2V0Q29tcHV0ZWRTdHlsZSh0KSxhPTM8cGFyc2VJbnQoci5oZWlnaHQpLHJlLnJlbW92ZUNoaWxkKGUpKSxhfX0pKX0oKTt2YXIgX2U9WyJXZWJraXQiLCJNb3oiLCJtcyJdLHplPUUuY3JlYXRlRWxlbWVudCgiZGl2Iikuc3R5bGUsVWU9e307ZnVuY3Rpb24gWGUoZSl7dmFyIHQ9Uy5jc3NQcm9wc1tlXXx8VWVbZV07cmV0dXJuIHR8fChlIGluIHplP2U6VWVbZV09ZnVuY3Rpb24oZSl7dmFyIHQ9ZVswXS50b1VwcGVyQ2FzZSgpK2Uuc2xpY2UoMSksbj1fZS5sZW5ndGg7d2hpbGUobi0tKWlmKChlPV9lW25dK3QpaW4gemUpcmV0dXJuIGV9KGUpfHxlKX12YXIgVmU9L14obm9uZXx0YWJsZSg/IS1jW2VhXSkuKykvLEdlPS9eLS0vLFllPXtwb3NpdGlvbjoiYWJzb2x1dGUiLHZpc2liaWxpdHk6ImhpZGRlbiIsZGlzcGxheToiYmxvY2sifSxRZT17bGV0dGVyU3BhY2luZzoiMCIsZm9udFdlaWdodDoiNDAwIn07ZnVuY3Rpb24gSmUoZSx0LG4pe3ZhciByPXRlLmV4ZWModCk7cmV0dXJuIHI/TWF0aC5tYXgoMCxyWzJdLShufHwwKSkrKHJbM118fCJweCIpOnR9ZnVuY3Rpb24gS2UoZSx0LG4scixpLG8pe3ZhciBhPSJ3aWR0aCI9PT10PzE6MCxzPTAsdT0wO2lmKG49PT0ocj8iYm9yZGVyIjoiY29udGVudCIpKXJldHVybiAwO2Zvcig7YTw0O2ErPTIpIm1hcmdpbiI9PT1uJiYodSs9Uy5jc3MoZSxuK25lW2FdLCEwLGkpKSxyPygiY29udGVudCI9PT1uJiYodS09Uy5jc3MoZSwicGFkZGluZyIrbmVbYV0sITAsaSkpLCJtYXJnaW4iIT09biYmKHUtPVMuY3NzKGUsImJvcmRlciIrbmVbYV0rIldpZHRoIiwhMCxpKSkpOih1Kz1TLmNzcyhlLCJwYWRkaW5nIituZVthXSwhMCxpKSwicGFkZGluZyIhPT1uP3UrPVMuY3NzKGUsImJvcmRlciIrbmVbYV0rIldpZHRoIiwhMCxpKTpzKz1TLmNzcyhlLCJib3JkZXIiK25lW2FdKyJXaWR0aCIsITAsaSkpO3JldHVybiFyJiYwPD1vJiYodSs9TWF0aC5tYXgoMCxNYXRoLmNlaWwoZVsib2Zmc2V0Iit0WzBdLnRvVXBwZXJDYXNlKCkrdC5zbGljZSgxKV0tby11LXMtLjUpKXx8MCksdX1mdW5jdGlvbiBaZShlLHQsbil7dmFyIHI9SWUoZSksaT0oIXkuYm94U2l6aW5nUmVsaWFibGUoKXx8bikmJiJib3JkZXItYm94Ij09PVMuY3NzKGUsImJveFNpemluZyIsITEsciksbz1pLGE9QmUoZSx0LHIpLHM9Im9mZnNldCIrdFswXS50b1VwcGVyQ2FzZSgpK3Quc2xpY2UoMSk7aWYoTWUudGVzdChhKSl7aWYoIW4pcmV0dXJuIGE7YT0iYXV0byJ9cmV0dXJuKCF5LmJveFNpemluZ1JlbGlhYmxlKCkmJml8fCF5LnJlbGlhYmxlVHJEaW1lbnNpb25zKCkmJkEoZSwidHIiKXx8ImF1dG8iPT09YXx8IXBhcnNlRmxvYXQoYSkmJiJpbmxpbmUiPT09Uy5jc3MoZSwiZGlzcGxheSIsITEscikpJiZlLmdldENsaWVudFJlY3RzKCkubGVuZ3RoJiYoaT0iYm9yZGVyLWJveCI9PT1TLmNzcyhlLCJib3hTaXppbmciLCExLHIpLChvPXMgaW4gZSkmJihhPWVbc10pKSwoYT1wYXJzZUZsb2F0KGEpfHwwKStLZShlLHQsbnx8KGk/ImJvcmRlciI6ImNvbnRlbnQiKSxvLHIsYSkrInB4In1mdW5jdGlvbiBldChlLHQsbixyLGkpe3JldHVybiBuZXcgZXQucHJvdG90eXBlLmluaXQoZSx0LG4scixpKX1TLmV4dGVuZCh7Y3NzSG9va3M6e29wYWNpdHk6e2dldDpmdW5jdGlvbihlLHQpe2lmKHQpe3ZhciBuPUJlKGUsIm9wYWNpdHkiKTtyZXR1cm4iIj09PW4/IjEiOm59fX19LGNzc051bWJlcjp7YW5pbWF0aW9uSXRlcmF0aW9uQ291bnQ6ITAsY29sdW1uQ291bnQ6ITAsZmlsbE9wYWNpdHk6ITAsZmxleEdyb3c6ITAsZmxleFNocmluazohMCxmb250V2VpZ2h0OiEwLGdyaWRBcmVhOiEwLGdyaWRDb2x1bW46ITAsZ3JpZENvbHVtbkVuZDohMCxncmlkQ29sdW1uU3RhcnQ6ITAsZ3JpZFJvdzohMCxncmlkUm93RW5kOiEwLGdyaWRSb3dTdGFydDohMCxsaW5lSGVpZ2h0OiEwLG9wYWNpdHk6ITAsb3JkZXI6ITAsb3JwaGFuczohMCx3aWRvd3M6ITAsekluZGV4OiEwLHpvb206ITB9LGNzc1Byb3BzOnt9LHN0eWxlOmZ1bmN0aW9uKGUsdCxuLHIpe2lmKGUmJjMhPT1lLm5vZGVUeXBlJiY4IT09ZS5ub2RlVHlwZSYmZS5zdHlsZSl7dmFyIGksbyxhLHM9WCh0KSx1PUdlLnRlc3QodCksbD1lLnN0eWxlO2lmKHV8fCh0PVhlKHMpKSxhPVMuY3NzSG9va3NbdF18fFMuY3NzSG9va3Nbc10sdm9pZCAwPT09bilyZXR1cm4gYSYmImdldCJpbiBhJiZ2b2lkIDAhPT0oaT1hLmdldChlLCExLHIpKT9pOmxbdF07InN0cmluZyI9PT0obz10eXBlb2YgbikmJihpPXRlLmV4ZWMobikpJiZpWzFdJiYobj1zZShlLHQsaSksbz0ibnVtYmVyIiksbnVsbCE9biYmbj09biYmKCJudW1iZXIiIT09b3x8dXx8KG4rPWkmJmlbM118fChTLmNzc051bWJlcltzXT8iIjoicHgiKSkseS5jbGVhckNsb25lU3R5bGV8fCIiIT09bnx8MCE9PXQuaW5kZXhPZigiYmFja2dyb3VuZCIpfHwobFt0XT0iaW5oZXJpdCIpLGEmJiJzZXQiaW4gYSYmdm9pZCAwPT09KG49YS5zZXQoZSxuLHIpKXx8KHU/bC5zZXRQcm9wZXJ0eSh0LG4pOmxbdF09bikpfX0sY3NzOmZ1bmN0aW9uKGUsdCxuLHIpe3ZhciBpLG8sYSxzPVgodCk7cmV0dXJuIEdlLnRlc3QodCl8fCh0PVhlKHMpKSwoYT1TLmNzc0hvb2tzW3RdfHxTLmNzc0hvb2tzW3NdKSYmImdldCJpbiBhJiYoaT1hLmdldChlLCEwLG4pKSx2b2lkIDA9PT1pJiYoaT1CZShlLHQscikpLCJub3JtYWwiPT09aSYmdCBpbiBRZSYmKGk9UWVbdF0pLCIiPT09bnx8bj8obz1wYXJzZUZsb2F0KGkpLCEwPT09bnx8aXNGaW5pdGUobyk/b3x8MDppKTppfX0pLFMuZWFjaChbImhlaWdodCIsIndpZHRoIl0sZnVuY3Rpb24oZSx1KXtTLmNzc0hvb2tzW3VdPXtnZXQ6ZnVuY3Rpb24oZSx0LG4pe2lmKHQpcmV0dXJuIVZlLnRlc3QoUy5jc3MoZSwiZGlzcGxheSIpKXx8ZS5nZXRDbGllbnRSZWN0cygpLmxlbmd0aCYmZS5nZXRCb3VuZGluZ0NsaWVudFJlY3QoKS53aWR0aD9aZShlLHUsbik6V2UoZSxZZSxmdW5jdGlvbigpe3JldHVybiBaZShlLHUsbil9KX0sc2V0OmZ1bmN0aW9uKGUsdCxuKXt2YXIgcixpPUllKGUpLG89IXkuc2Nyb2xsYm94U2l6ZSgpJiYiYWJzb2x1dGUiPT09aS5wb3NpdGlvbixhPShvfHxuKSYmImJvcmRlci1ib3giPT09Uy5jc3MoZSwiYm94U2l6aW5nIiwhMSxpKSxzPW4/S2UoZSx1LG4sYSxpKTowO3JldHVybiBhJiZvJiYocy09TWF0aC5jZWlsKGVbIm9mZnNldCIrdVswXS50b1VwcGVyQ2FzZSgpK3Uuc2xpY2UoMSldLXBhcnNlRmxvYXQoaVt1XSktS2UoZSx1LCJib3JkZXIiLCExLGkpLS41KSkscyYmKHI9dGUuZXhlYyh0KSkmJiJweCIhPT0oclszXXx8InB4IikmJihlLnN0eWxlW3VdPXQsdD1TLmNzcyhlLHUpKSxKZSgwLHQscyl9fX0pLFMuY3NzSG9va3MubWFyZ2luTGVmdD0kZSh5LnJlbGlhYmxlTWFyZ2luTGVmdCxmdW5jdGlvbihlLHQpe2lmKHQpcmV0dXJuKHBhcnNlRmxvYXQoQmUoZSwibWFyZ2luTGVmdCIpKXx8ZS5nZXRCb3VuZGluZ0NsaWVudFJlY3QoKS5sZWZ0LVdlKGUse21hcmdpbkxlZnQ6MH0sZnVuY3Rpb24oKXtyZXR1cm4gZS5nZXRCb3VuZGluZ0NsaWVudFJlY3QoKS5sZWZ0fSkpKyJweCJ9KSxTLmVhY2goe21hcmdpbjoiIixwYWRkaW5nOiIiLGJvcmRlcjoiV2lkdGgifSxmdW5jdGlvbihpLG8pe1MuY3NzSG9va3NbaStvXT17ZXhwYW5kOmZ1bmN0aW9uKGUpe2Zvcih2YXIgdD0wLG49e30scj0ic3RyaW5nIj09dHlwZW9mIGU/ZS5zcGxpdCgiICIpOltlXTt0PDQ7dCsrKW5baStuZVt0XStvXT1yW3RdfHxyW3QtMl18fHJbMF07cmV0dXJuIG59fSwibWFyZ2luIiE9PWkmJihTLmNzc0hvb2tzW2krb10uc2V0PUplKX0pLFMuZm4uZXh0ZW5kKHtjc3M6ZnVuY3Rpb24oZSx0KXtyZXR1cm4gJCh0aGlzLGZ1bmN0aW9uKGUsdCxuKXt2YXIgcixpLG89e30sYT0wO2lmKEFycmF5LmlzQXJyYXkodCkpe2ZvcihyPUllKGUpLGk9dC5sZW5ndGg7YTxpO2ErKylvW3RbYV1dPVMuY3NzKGUsdFthXSwhMSxyKTtyZXR1cm4gb31yZXR1cm4gdm9pZCAwIT09bj9TLnN0eWxlKGUsdCxuKTpTLmNzcyhlLHQpfSxlLHQsMTxhcmd1bWVudHMubGVuZ3RoKX19KSwoKFMuVHdlZW49ZXQpLnByb3RvdHlwZT17Y29uc3RydWN0b3I6ZXQsaW5pdDpmdW5jdGlvbihlLHQsbixyLGksbyl7dGhpcy5lbGVtPWUsdGhpcy5wcm9wPW4sdGhpcy5lYXNpbmc9aXx8Uy5lYXNpbmcuX2RlZmF1bHQsdGhpcy5vcHRpb25zPXQsdGhpcy5zdGFydD10aGlzLm5vdz10aGlzLmN1cigpLHRoaXMuZW5kPXIsdGhpcy51bml0PW98fChTLmNzc051bWJlcltuXT8iIjoicHgiKX0sY3VyOmZ1bmN0aW9uKCl7dmFyIGU9ZXQucHJvcEhvb2tzW3RoaXMucHJvcF07cmV0dXJuIGUmJmUuZ2V0P2UuZ2V0KHRoaXMpOmV0LnByb3BIb29rcy5fZGVmYXVsdC5nZXQodGhpcyl9LHJ1bjpmdW5jdGlvbihlKXt2YXIgdCxuPWV0LnByb3BIb29rc1t0aGlzLnByb3BdO3JldHVybiB0aGlzLm9wdGlvbnMuZHVyYXRpb24/dGhpcy5wb3M9dD1TLmVhc2luZ1t0aGlzLmVhc2luZ10oZSx0aGlzLm9wdGlvbnMuZHVyYXRpb24qZSwwLDEsdGhpcy5vcHRpb25zLmR1cmF0aW9uKTp0aGlzLnBvcz10PWUsdGhpcy5ub3c9KHRoaXMuZW5kLXRoaXMuc3RhcnQpKnQrdGhpcy5zdGFydCx0aGlzLm9wdGlvbnMuc3RlcCYmdGhpcy5vcHRpb25zLnN0ZXAuY2FsbCh0aGlzLmVsZW0sdGhpcy5ub3csdGhpcyksbiYmbi5zZXQ/bi5zZXQodGhpcyk6ZXQucHJvcEhvb2tzLl9kZWZhdWx0LnNldCh0aGlzKSx0aGlzfX0pLmluaXQucHJvdG90eXBlPWV0LnByb3RvdHlwZSwoZXQucHJvcEhvb2tzPXtfZGVmYXVsdDp7Z2V0OmZ1bmN0aW9uKGUpe3ZhciB0O3JldHVybiAxIT09ZS5lbGVtLm5vZGVUeXBlfHxudWxsIT1lLmVsZW1bZS5wcm9wXSYmbnVsbD09ZS5lbGVtLnN0eWxlW2UucHJvcF0/ZS5lbGVtW2UucHJvcF06KHQ9Uy5jc3MoZS5lbGVtLGUucHJvcCwiIikpJiYiYXV0byIhPT10P3Q6MH0sc2V0OmZ1bmN0aW9uKGUpe1MuZnguc3RlcFtlLnByb3BdP1MuZnguc3RlcFtlLnByb3BdKGUpOjEhPT1lLmVsZW0ubm9kZVR5cGV8fCFTLmNzc0hvb2tzW2UucHJvcF0mJm51bGw9PWUuZWxlbS5zdHlsZVtYZShlLnByb3ApXT9lLmVsZW1bZS5wcm9wXT1lLm5vdzpTLnN0eWxlKGUuZWxlbSxlLnByb3AsZS5ub3crZS51bml0KX19fSkuc2Nyb2xsVG9wPWV0LnByb3BIb29rcy5zY3JvbGxMZWZ0PXtzZXQ6ZnVuY3Rpb24oZSl7ZS5lbGVtLm5vZGVUeXBlJiZlLmVsZW0ucGFyZW50Tm9kZSYmKGUuZWxlbVtlLnByb3BdPWUubm93KX19LFMuZWFzaW5nPXtsaW5lYXI6ZnVuY3Rpb24oZSl7cmV0dXJuIGV9LHN3aW5nOmZ1bmN0aW9uKGUpe3JldHVybi41LU1hdGguY29zKGUqTWF0aC5QSSkvMn0sX2RlZmF1bHQ6InN3aW5nIn0sUy5meD1ldC5wcm90b3R5cGUuaW5pdCxTLmZ4LnN0ZXA9e307dmFyIHR0LG50LHJ0LGl0LG90PS9eKD86dG9nZ2xlfHNob3d8aGlkZSkkLyxhdD0vcXVldWVIb29rcyQvO2Z1bmN0aW9uIHN0KCl7bnQmJighMT09PUUuaGlkZGVuJiZDLnJlcXVlc3RBbmltYXRpb25GcmFtZT9DLnJlcXVlc3RBbmltYXRpb25GcmFtZShzdCk6Qy5zZXRUaW1lb3V0KHN0LFMuZnguaW50ZXJ2YWwpLFMuZngudGljaygpKX1mdW5jdGlvbiB1dCgpe3JldHVybiBDLnNldFRpbWVvdXQoZnVuY3Rpb24oKXt0dD12b2lkIDB9KSx0dD1EYXRlLm5vdygpfWZ1bmN0aW9uIGx0KGUsdCl7dmFyIG4scj0wLGk9e2hlaWdodDplfTtmb3IodD10PzE6MDtyPDQ7cis9Mi10KWlbIm1hcmdpbiIrKG49bmVbcl0pXT1pWyJwYWRkaW5nIituXT1lO3JldHVybiB0JiYoaS5vcGFjaXR5PWkud2lkdGg9ZSksaX1mdW5jdGlvbiBjdChlLHQsbil7Zm9yKHZhciByLGk9KGZ0LnR3ZWVuZXJzW3RdfHxbXSkuY29uY2F0KGZ0LnR3ZWVuZXJzWyIqIl0pLG89MCxhPWkubGVuZ3RoO288YTtvKyspaWYocj1pW29dLmNhbGwobix0LGUpKXJldHVybiByfWZ1bmN0aW9uIGZ0KG8sZSx0KXt2YXIgbixhLHI9MCxpPWZ0LnByZWZpbHRlcnMubGVuZ3RoLHM9Uy5EZWZlcnJlZCgpLmFsd2F5cyhmdW5jdGlvbigpe2RlbGV0ZSB1LmVsZW19KSx1PWZ1bmN0aW9uKCl7aWYoYSlyZXR1cm4hMTtmb3IodmFyIGU9dHR8fHV0KCksdD1NYXRoLm1heCgwLGwuc3RhcnRUaW1lK2wuZHVyYXRpb24tZSksbj0xLSh0L2wuZHVyYXRpb258fDApLHI9MCxpPWwudHdlZW5zLmxlbmd0aDtyPGk7cisrKWwudHdlZW5zW3JdLnJ1bihuKTtyZXR1cm4gcy5ub3RpZnlXaXRoKG8sW2wsbix0XSksbjwxJiZpP3Q6KGl8fHMubm90aWZ5V2l0aChvLFtsLDEsMF0pLHMucmVzb2x2ZVdpdGgobyxbbF0pLCExKX0sbD1zLnByb21pc2Uoe2VsZW06byxwcm9wczpTLmV4dGVuZCh7fSxlKSxvcHRzOlMuZXh0ZW5kKCEwLHtzcGVjaWFsRWFzaW5nOnt9LGVhc2luZzpTLmVhc2luZy5fZGVmYXVsdH0sdCksb3JpZ2luYWxQcm9wZXJ0aWVzOmUsb3JpZ2luYWxPcHRpb25zOnQsc3RhcnRUaW1lOnR0fHx1dCgpLGR1cmF0aW9uOnQuZHVyYXRpb24sdHdlZW5zOltdLGNyZWF0ZVR3ZWVuOmZ1bmN0aW9uKGUsdCl7dmFyIG49Uy5Ud2VlbihvLGwub3B0cyxlLHQsbC5vcHRzLnNwZWNpYWxFYXNpbmdbZV18fGwub3B0cy5lYXNpbmcpO3JldHVybiBsLnR3ZWVucy5wdXNoKG4pLG59LHN0b3A6ZnVuY3Rpb24oZSl7dmFyIHQ9MCxuPWU/bC50d2VlbnMubGVuZ3RoOjA7aWYoYSlyZXR1cm4gdGhpcztmb3IoYT0hMDt0PG47dCsrKWwudHdlZW5zW3RdLnJ1bigxKTtyZXR1cm4gZT8ocy5ub3RpZnlXaXRoKG8sW2wsMSwwXSkscy5yZXNvbHZlV2l0aChvLFtsLGVdKSk6cy5yZWplY3RXaXRoKG8sW2wsZV0pLHRoaXN9fSksYz1sLnByb3BzO2ZvcighZnVuY3Rpb24oZSx0KXt2YXIgbixyLGksbyxhO2ZvcihuIGluIGUpaWYoaT10W3I9WChuKV0sbz1lW25dLEFycmF5LmlzQXJyYXkobykmJihpPW9bMV0sbz1lW25dPW9bMF0pLG4hPT1yJiYoZVtyXT1vLGRlbGV0ZSBlW25dKSwoYT1TLmNzc0hvb2tzW3JdKSYmImV4cGFuZCJpbiBhKWZvcihuIGluIG89YS5leHBhbmQobyksZGVsZXRlIGVbcl0sbyluIGluIGV8fChlW25dPW9bbl0sdFtuXT1pKTtlbHNlIHRbcl09aX0oYyxsLm9wdHMuc3BlY2lhbEVhc2luZyk7cjxpO3IrKylpZihuPWZ0LnByZWZpbHRlcnNbcl0uY2FsbChsLG8sYyxsLm9wdHMpKXJldHVybiBtKG4uc3RvcCkmJihTLl9xdWV1ZUhvb2tzKGwuZWxlbSxsLm9wdHMucXVldWUpLnN0b3A9bi5zdG9wLmJpbmQobikpLG47cmV0dXJuIFMubWFwKGMsY3QsbCksbShsLm9wdHMuc3RhcnQpJiZsLm9wdHMuc3RhcnQuY2FsbChvLGwpLGwucHJvZ3Jlc3MobC5vcHRzLnByb2dyZXNzKS5kb25lKGwub3B0cy5kb25lLGwub3B0cy5jb21wbGV0ZSkuZmFpbChsLm9wdHMuZmFpbCkuYWx3YXlzKGwub3B0cy5hbHdheXMpLFMuZngudGltZXIoUy5leHRlbmQodSx7ZWxlbTpvLGFuaW06bCxxdWV1ZTpsLm9wdHMucXVldWV9KSksbH1TLkFuaW1hdGlvbj1TLmV4dGVuZChmdCx7dHdlZW5lcnM6eyIqIjpbZnVuY3Rpb24oZSx0KXt2YXIgbj10aGlzLmNyZWF0ZVR3ZWVuKGUsdCk7cmV0dXJuIHNlKG4uZWxlbSxlLHRlLmV4ZWModCksbiksbn1dfSx0d2VlbmVyOmZ1bmN0aW9uKGUsdCl7bShlKT8odD1lLGU9WyIqIl0pOmU9ZS5tYXRjaChQKTtmb3IodmFyIG4scj0wLGk9ZS5sZW5ndGg7cjxpO3IrKyluPWVbcl0sZnQudHdlZW5lcnNbbl09ZnQudHdlZW5lcnNbbl18fFtdLGZ0LnR3ZWVuZXJzW25dLnVuc2hpZnQodCl9LHByZWZpbHRlcnM6W2Z1bmN0aW9uKGUsdCxuKXt2YXIgcixpLG8sYSxzLHUsbCxjLGY9IndpZHRoImluIHR8fCJoZWlnaHQiaW4gdCxwPXRoaXMsZD17fSxoPWUuc3R5bGUsZz1lLm5vZGVUeXBlJiZhZShlKSx2PVkuZ2V0KGUsImZ4c2hvdyIpO2ZvcihyIGluIG4ucXVldWV8fChudWxsPT0oYT1TLl9xdWV1ZUhvb2tzKGUsImZ4IikpLnVucXVldWVkJiYoYS51bnF1ZXVlZD0wLHM9YS5lbXB0eS5maXJlLGEuZW1wdHkuZmlyZT1mdW5jdGlvbigpe2EudW5xdWV1ZWR8fHMoKX0pLGEudW5xdWV1ZWQrKyxwLmFsd2F5cyhmdW5jdGlvbigpe3AuYWx3YXlzKGZ1bmN0aW9uKCl7YS51bnF1ZXVlZC0tLFMucXVldWUoZSwiZngiKS5sZW5ndGh8fGEuZW1wdHkuZmlyZSgpfSl9KSksdClpZihpPXRbcl0sb3QudGVzdChpKSl7aWYoZGVsZXRlIHRbcl0sbz1vfHwidG9nZ2xlIj09PWksaT09PShnPyJoaWRlIjoic2hvdyIpKXtpZigic2hvdyIhPT1pfHwhdnx8dm9pZCAwPT09dltyXSljb250aW51ZTtnPSEwfWRbcl09diYmdltyXXx8Uy5zdHlsZShlLHIpfWlmKCh1PSFTLmlzRW1wdHlPYmplY3QodCkpfHwhUy5pc0VtcHR5T2JqZWN0KGQpKWZvcihyIGluIGYmJjE9PT1lLm5vZGVUeXBlJiYobi5vdmVyZmxvdz1baC5vdmVyZmxvdyxoLm92ZXJmbG93WCxoLm92ZXJmbG93WV0sbnVsbD09KGw9diYmdi5kaXNwbGF5KSYmKGw9WS5nZXQoZSwiZGlzcGxheSIpKSwibm9uZSI9PT0oYz1TLmNzcyhlLCJkaXNwbGF5IikpJiYobD9jPWw6KGxlKFtlXSwhMCksbD1lLnN0eWxlLmRpc3BsYXl8fGwsYz1TLmNzcyhlLCJkaXNwbGF5IiksbGUoW2VdKSkpLCgiaW5saW5lIj09PWN8fCJpbmxpbmUtYmxvY2siPT09YyYmbnVsbCE9bCkmJiJub25lIj09PVMuY3NzKGUsImZsb2F0IikmJih1fHwocC5kb25lKGZ1bmN0aW9uKCl7aC5kaXNwbGF5PWx9KSxudWxsPT1sJiYoYz1oLmRpc3BsYXksbD0ibm9uZSI9PT1jPyIiOmMpKSxoLmRpc3BsYXk9ImlubGluZS1ibG9jayIpKSxuLm92ZXJmbG93JiYoaC5vdmVyZmxvdz0iaGlkZGVuIixwLmFsd2F5cyhmdW5jdGlvbigpe2gub3ZlcmZsb3c9bi5vdmVyZmxvd1swXSxoLm92ZXJmbG93WD1uLm92ZXJmbG93WzFdLGgub3ZlcmZsb3dZPW4ub3ZlcmZsb3dbMl19KSksdT0hMSxkKXV8fCh2PyJoaWRkZW4iaW4gdiYmKGc9di5oaWRkZW4pOnY9WS5hY2Nlc3MoZSwiZnhzaG93Iix7ZGlzcGxheTpsfSksbyYmKHYuaGlkZGVuPSFnKSxnJiZsZShbZV0sITApLHAuZG9uZShmdW5jdGlvbigpe2ZvcihyIGluIGd8fGxlKFtlXSksWS5yZW1vdmUoZSwiZnhzaG93IiksZClTLnN0eWxlKGUscixkW3JdKX0pKSx1PWN0KGc/dltyXTowLHIscCksciBpbiB2fHwodltyXT11LnN0YXJ0LGcmJih1LmVuZD11LnN0YXJ0LHUuc3RhcnQ9MCkpfV0scHJlZmlsdGVyOmZ1bmN0aW9uKGUsdCl7dD9mdC5wcmVmaWx0ZXJzLnVuc2hpZnQoZSk6ZnQucHJlZmlsdGVycy5wdXNoKGUpfX0pLFMuc3BlZWQ9ZnVuY3Rpb24oZSx0LG4pe3ZhciByPWUmJiJvYmplY3QiPT10eXBlb2YgZT9TLmV4dGVuZCh7fSxlKTp7Y29tcGxldGU6bnx8IW4mJnR8fG0oZSkmJmUsZHVyYXRpb246ZSxlYXNpbmc6biYmdHx8dCYmIW0odCkmJnR9O3JldHVybiBTLmZ4Lm9mZj9yLmR1cmF0aW9uPTA6Im51bWJlciIhPXR5cGVvZiByLmR1cmF0aW9uJiYoci5kdXJhdGlvbiBpbiBTLmZ4LnNwZWVkcz9yLmR1cmF0aW9uPVMuZnguc3BlZWRzW3IuZHVyYXRpb25dOnIuZHVyYXRpb249Uy5meC5zcGVlZHMuX2RlZmF1bHQpLG51bGwhPXIucXVldWUmJiEwIT09ci5xdWV1ZXx8KHIucXVldWU9ImZ4Iiksci5vbGQ9ci5jb21wbGV0ZSxyLmNvbXBsZXRlPWZ1bmN0aW9uKCl7bShyLm9sZCkmJnIub2xkLmNhbGwodGhpcyksci5xdWV1ZSYmUy5kZXF1ZXVlKHRoaXMsci5xdWV1ZSl9LHJ9LFMuZm4uZXh0ZW5kKHtmYWRlVG86ZnVuY3Rpb24oZSx0LG4scil7cmV0dXJuIHRoaXMuZmlsdGVyKGFlKS5jc3MoIm9wYWNpdHkiLDApLnNob3coKS5lbmQoKS5hbmltYXRlKHtvcGFjaXR5OnR9LGUsbixyKX0sYW5pbWF0ZTpmdW5jdGlvbih0LGUsbixyKXt2YXIgaT1TLmlzRW1wdHlPYmplY3QodCksbz1TLnNwZWVkKGUsbixyKSxhPWZ1bmN0aW9uKCl7dmFyIGU9ZnQodGhpcyxTLmV4dGVuZCh7fSx0KSxvKTsoaXx8WS5nZXQodGhpcywiZmluaXNoIikpJiZlLnN0b3AoITApfTtyZXR1cm4gYS5maW5pc2g9YSxpfHwhMT09PW8ucXVldWU/dGhpcy5lYWNoKGEpOnRoaXMucXVldWUoby5xdWV1ZSxhKX0sc3RvcDpmdW5jdGlvbihpLGUsbyl7dmFyIGE9ZnVuY3Rpb24oZSl7dmFyIHQ9ZS5zdG9wO2RlbGV0ZSBlLnN0b3AsdChvKX07cmV0dXJuInN0cmluZyIhPXR5cGVvZiBpJiYobz1lLGU9aSxpPXZvaWQgMCksZSYmdGhpcy5xdWV1ZShpfHwiZngiLFtdKSx0aGlzLmVhY2goZnVuY3Rpb24oKXt2YXIgZT0hMCx0PW51bGwhPWkmJmkrInF1ZXVlSG9va3MiLG49Uy50aW1lcnMscj1ZLmdldCh0aGlzKTtpZih0KXJbdF0mJnJbdF0uc3RvcCYmYShyW3RdKTtlbHNlIGZvcih0IGluIHIpclt0XSYmclt0XS5zdG9wJiZhdC50ZXN0KHQpJiZhKHJbdF0pO2Zvcih0PW4ubGVuZ3RoO3QtLTspblt0XS5lbGVtIT09dGhpc3x8bnVsbCE9aSYmblt0XS5xdWV1ZSE9PWl8fChuW3RdLmFuaW0uc3RvcChvKSxlPSExLG4uc3BsaWNlKHQsMSkpOyFlJiZvfHxTLmRlcXVldWUodGhpcyxpKX0pfSxmaW5pc2g6ZnVuY3Rpb24oYSl7cmV0dXJuITEhPT1hJiYoYT1hfHwiZngiKSx0aGlzLmVhY2goZnVuY3Rpb24oKXt2YXIgZSx0PVkuZ2V0KHRoaXMpLG49dFthKyJxdWV1ZSJdLHI9dFthKyJxdWV1ZUhvb2tzIl0saT1TLnRpbWVycyxvPW4/bi5sZW5ndGg6MDtmb3IodC5maW5pc2g9ITAsUy5xdWV1ZSh0aGlzLGEsW10pLHImJnIuc3RvcCYmci5zdG9wLmNhbGwodGhpcywhMCksZT1pLmxlbmd0aDtlLS07KWlbZV0uZWxlbT09PXRoaXMmJmlbZV0ucXVldWU9PT1hJiYoaVtlXS5hbmltLnN0b3AoITApLGkuc3BsaWNlKGUsMSkpO2ZvcihlPTA7ZTxvO2UrKyluW2VdJiZuW2VdLmZpbmlzaCYmbltlXS5maW5pc2guY2FsbCh0aGlzKTtkZWxldGUgdC5maW5pc2h9KX19KSxTLmVhY2goWyJ0b2dnbGUiLCJzaG93IiwiaGlkZSJdLGZ1bmN0aW9uKGUscil7dmFyIGk9Uy5mbltyXTtTLmZuW3JdPWZ1bmN0aW9uKGUsdCxuKXtyZXR1cm4gbnVsbD09ZXx8ImJvb2xlYW4iPT10eXBlb2YgZT9pLmFwcGx5KHRoaXMsYXJndW1lbnRzKTp0aGlzLmFuaW1hdGUobHQociwhMCksZSx0LG4pfX0pLFMuZWFjaCh7c2xpZGVEb3duOmx0KCJzaG93Iiksc2xpZGVVcDpsdCgiaGlkZSIpLHNsaWRlVG9nZ2xlOmx0KCJ0b2dnbGUiKSxmYWRlSW46e29wYWNpdHk6InNob3cifSxmYWRlT3V0OntvcGFjaXR5OiJoaWRlIn0sZmFkZVRvZ2dsZTp7b3BhY2l0eToidG9nZ2xlIn19LGZ1bmN0aW9uKGUscil7Uy5mbltlXT1mdW5jdGlvbihlLHQsbil7cmV0dXJuIHRoaXMuYW5pbWF0ZShyLGUsdCxuKX19KSxTLnRpbWVycz1bXSxTLmZ4LnRpY2s9ZnVuY3Rpb24oKXt2YXIgZSx0PTAsbj1TLnRpbWVycztmb3IodHQ9RGF0ZS5ub3coKTt0PG4ubGVuZ3RoO3QrKykoZT1uW3RdKSgpfHxuW3RdIT09ZXx8bi5zcGxpY2UodC0tLDEpO24ubGVuZ3RofHxTLmZ4LnN0b3AoKSx0dD12b2lkIDB9LFMuZngudGltZXI9ZnVuY3Rpb24oZSl7Uy50aW1lcnMucHVzaChlKSxTLmZ4LnN0YXJ0KCl9LFMuZnguaW50ZXJ2YWw9MTMsUy5meC5zdGFydD1mdW5jdGlvbigpe250fHwobnQ9ITAsc3QoKSl9LFMuZnguc3RvcD1mdW5jdGlvbigpe250PW51bGx9LFMuZnguc3BlZWRzPXtzbG93OjYwMCxmYXN0OjIwMCxfZGVmYXVsdDo0MDB9LFMuZm4uZGVsYXk9ZnVuY3Rpb24ocixlKXtyZXR1cm4gcj1TLmZ4JiZTLmZ4LnNwZWVkc1tyXXx8cixlPWV8fCJmeCIsdGhpcy5xdWV1ZShlLGZ1bmN0aW9uKGUsdCl7dmFyIG49Qy5zZXRUaW1lb3V0KGUscik7dC5zdG9wPWZ1bmN0aW9uKCl7Qy5jbGVhclRpbWVvdXQobil9fSl9LHJ0PUUuY3JlYXRlRWxlbWVudCgiaW5wdXQiKSxpdD1FLmNyZWF0ZUVsZW1lbnQoInNlbGVjdCIpLmFwcGVuZENoaWxkKEUuY3JlYXRlRWxlbWVudCgib3B0aW9uIikpLHJ0LnR5cGU9ImNoZWNrYm94Iix5LmNoZWNrT249IiIhPT1ydC52YWx1ZSx5Lm9wdFNlbGVjdGVkPWl0LnNlbGVjdGVkLChydD1FLmNyZWF0ZUVsZW1lbnQoImlucHV0IikpLnZhbHVlPSJ0IixydC50eXBlPSJyYWRpbyIseS5yYWRpb1ZhbHVlPSJ0Ij09PXJ0LnZhbHVlO3ZhciBwdCxkdD1TLmV4cHIuYXR0ckhhbmRsZTtTLmZuLmV4dGVuZCh7YXR0cjpmdW5jdGlvbihlLHQpe3JldHVybiAkKHRoaXMsUy5hdHRyLGUsdCwxPGFyZ3VtZW50cy5sZW5ndGgpfSxyZW1vdmVBdHRyOmZ1bmN0aW9uKGUpe3JldHVybiB0aGlzLmVhY2goZnVuY3Rpb24oKXtTLnJlbW92ZUF0dHIodGhpcyxlKX0pfX0pLFMuZXh0ZW5kKHthdHRyOmZ1bmN0aW9uKGUsdCxuKXt2YXIgcixpLG89ZS5ub2RlVHlwZTtpZigzIT09byYmOCE9PW8mJjIhPT1vKXJldHVybiJ1bmRlZmluZWQiPT10eXBlb2YgZS5nZXRBdHRyaWJ1dGU/Uy5wcm9wKGUsdCxuKTooMT09PW8mJlMuaXNYTUxEb2MoZSl8fChpPVMuYXR0ckhvb2tzW3QudG9Mb3dlckNhc2UoKV18fChTLmV4cHIubWF0Y2guYm9vbC50ZXN0KHQpP3B0OnZvaWQgMCkpLHZvaWQgMCE9PW4/bnVsbD09PW4/dm9pZCBTLnJlbW92ZUF0dHIoZSx0KTppJiYic2V0ImluIGkmJnZvaWQgMCE9PShyPWkuc2V0KGUsbix0KSk/cjooZS5zZXRBdHRyaWJ1dGUodCxuKyIiKSxuKTppJiYiZ2V0ImluIGkmJm51bGwhPT0ocj1pLmdldChlLHQpKT9yOm51bGw9PShyPVMuZmluZC5hdHRyKGUsdCkpP3ZvaWQgMDpyKX0sYXR0ckhvb2tzOnt0eXBlOntzZXQ6ZnVuY3Rpb24oZSx0KXtpZigheS5yYWRpb1ZhbHVlJiYicmFkaW8iPT09dCYmQShlLCJpbnB1dCIpKXt2YXIgbj1lLnZhbHVlO3JldHVybiBlLnNldEF0dHJpYnV0ZSgidHlwZSIsdCksbiYmKGUudmFsdWU9biksdH19fX0scmVtb3ZlQXR0cjpmdW5jdGlvbihlLHQpe3ZhciBuLHI9MCxpPXQmJnQubWF0Y2goUCk7aWYoaSYmMT09PWUubm9kZVR5cGUpd2hpbGUobj1pW3IrK10pZS5yZW1vdmVBdHRyaWJ1dGUobil9fSkscHQ9e3NldDpmdW5jdGlvbihlLHQsbil7cmV0dXJuITE9PT10P1MucmVtb3ZlQXR0cihlLG4pOmUuc2V0QXR0cmlidXRlKG4sbiksbn19LFMuZWFjaChTLmV4cHIubWF0Y2guYm9vbC5zb3VyY2UubWF0Y2goL1x3Ky9nKSxmdW5jdGlvbihlLHQpe3ZhciBhPWR0W3RdfHxTLmZpbmQuYXR0cjtkdFt0XT1mdW5jdGlvbihlLHQsbil7dmFyIHIsaSxvPXQudG9Mb3dlckNhc2UoKTtyZXR1cm4gbnx8KGk9ZHRbb10sZHRbb109cixyPW51bGwhPWEoZSx0LG4pP286bnVsbCxkdFtvXT1pKSxyfX0pO3ZhciBodD0vXig/OmlucHV0fHNlbGVjdHx0ZXh0YXJlYXxidXR0b24pJC9pLGd0PS9eKD86YXxhcmVhKSQvaTtmdW5jdGlvbiB2dChlKXtyZXR1cm4oZS5tYXRjaChQKXx8W10pLmpvaW4oIiAiKX1mdW5jdGlvbiB5dChlKXtyZXR1cm4gZS5nZXRBdHRyaWJ1dGUmJmUuZ2V0QXR0cmlidXRlKCJjbGFzcyIpfHwiIn1mdW5jdGlvbiBtdChlKXtyZXR1cm4gQXJyYXkuaXNBcnJheShlKT9lOiJzdHJpbmciPT10eXBlb2YgZSYmZS5tYXRjaChQKXx8W119Uy5mbi5leHRlbmQoe3Byb3A6ZnVuY3Rpb24oZSx0KXtyZXR1cm4gJCh0aGlzLFMucHJvcCxlLHQsMTxhcmd1bWVudHMubGVuZ3RoKX0scmVtb3ZlUHJvcDpmdW5jdGlvbihlKXtyZXR1cm4gdGhpcy5lYWNoKGZ1bmN0aW9uKCl7ZGVsZXRlIHRoaXNbUy5wcm9wRml4W2VdfHxlXX0pfX0pLFMuZXh0ZW5kKHtwcm9wOmZ1bmN0aW9uKGUsdCxuKXt2YXIgcixpLG89ZS5ub2RlVHlwZTtpZigzIT09byYmOCE9PW8mJjIhPT1vKXJldHVybiAxPT09byYmUy5pc1hNTERvYyhlKXx8KHQ9Uy5wcm9wRml4W3RdfHx0LGk9Uy5wcm9wSG9va3NbdF0pLHZvaWQgMCE9PW4/aSYmInNldCJpbiBpJiZ2b2lkIDAhPT0ocj1pLnNldChlLG4sdCkpP3I6ZVt0XT1uOmkmJiJnZXQiaW4gaSYmbnVsbCE9PShyPWkuZ2V0KGUsdCkpP3I6ZVt0XX0scHJvcEhvb2tzOnt0YWJJbmRleDp7Z2V0OmZ1bmN0aW9uKGUpe3ZhciB0PVMuZmluZC5hdHRyKGUsInRhYmluZGV4Iik7cmV0dXJuIHQ/cGFyc2VJbnQodCwxMCk6aHQudGVzdChlLm5vZGVOYW1lKXx8Z3QudGVzdChlLm5vZGVOYW1lKSYmZS5ocmVmPzA6LTF9fX0scHJvcEZpeDp7ImZvciI6Imh0bWxGb3IiLCJjbGFzcyI6ImNsYXNzTmFtZSJ9fSkseS5vcHRTZWxlY3RlZHx8KFMucHJvcEhvb2tzLnNlbGVjdGVkPXtnZXQ6ZnVuY3Rpb24oZSl7dmFyIHQ9ZS5wYXJlbnROb2RlO3JldHVybiB0JiZ0LnBhcmVudE5vZGUmJnQucGFyZW50Tm9kZS5zZWxlY3RlZEluZGV4LG51bGx9LHNldDpmdW5jdGlvbihlKXt2YXIgdD1lLnBhcmVudE5vZGU7dCYmKHQuc2VsZWN0ZWRJbmRleCx0LnBhcmVudE5vZGUmJnQucGFyZW50Tm9kZS5zZWxlY3RlZEluZGV4KX19KSxTLmVhY2goWyJ0YWJJbmRleCIsInJlYWRPbmx5IiwibWF4TGVuZ3RoIiwiY2VsbFNwYWNpbmciLCJjZWxsUGFkZGluZyIsInJvd1NwYW4iLCJjb2xTcGFuIiwidXNlTWFwIiwiZnJhbWVCb3JkZXIiLCJjb250ZW50RWRpdGFibGUiXSxmdW5jdGlvbigpe1MucHJvcEZpeFt0aGlzLnRvTG93ZXJDYXNlKCldPXRoaXN9KSxTLmZuLmV4dGVuZCh7YWRkQ2xhc3M6ZnVuY3Rpb24odCl7dmFyIGUsbixyLGksbyxhLHMsdT0wO2lmKG0odCkpcmV0dXJuIHRoaXMuZWFjaChmdW5jdGlvbihlKXtTKHRoaXMpLmFkZENsYXNzKHQuY2FsbCh0aGlzLGUseXQodGhpcykpKX0pO2lmKChlPW10KHQpKS5sZW5ndGgpd2hpbGUobj10aGlzW3UrK10paWYoaT15dChuKSxyPTE9PT1uLm5vZGVUeXBlJiYiICIrdnQoaSkrIiAiKXthPTA7d2hpbGUobz1lW2ErK10pci5pbmRleE9mKCIgIitvKyIgIik8MCYmKHIrPW8rIiAiKTtpIT09KHM9dnQocikpJiZuLnNldEF0dHJpYnV0ZSgiY2xhc3MiLHMpfXJldHVybiB0aGlzfSxyZW1vdmVDbGFzczpmdW5jdGlvbih0KXt2YXIgZSxuLHIsaSxvLGEscyx1PTA7aWYobSh0KSlyZXR1cm4gdGhpcy5lYWNoKGZ1bmN0aW9uKGUpe1ModGhpcykucmVtb3ZlQ2xhc3ModC5jYWxsKHRoaXMsZSx5dCh0aGlzKSkpfSk7aWYoIWFyZ3VtZW50cy5sZW5ndGgpcmV0dXJuIHRoaXMuYXR0cigiY2xhc3MiLCIiKTtpZigoZT1tdCh0KSkubGVuZ3RoKXdoaWxlKG49dGhpc1t1KytdKWlmKGk9eXQobikscj0xPT09bi5ub2RlVHlwZSYmIiAiK3Z0KGkpKyIgIil7YT0wO3doaWxlKG89ZVthKytdKXdoaWxlKC0xPHIuaW5kZXhPZigiICIrbysiICIpKXI9ci5yZXBsYWNlKCIgIitvKyIgIiwiICIpO2khPT0ocz12dChyKSkmJm4uc2V0QXR0cmlidXRlKCJjbGFzcyIscyl9cmV0dXJuIHRoaXN9LHRvZ2dsZUNsYXNzOmZ1bmN0aW9uKGksdCl7dmFyIG89dHlwZW9mIGksYT0ic3RyaW5nIj09PW98fEFycmF5LmlzQXJyYXkoaSk7cmV0dXJuImJvb2xlYW4iPT10eXBlb2YgdCYmYT90P3RoaXMuYWRkQ2xhc3MoaSk6dGhpcy5yZW1vdmVDbGFzcyhpKTptKGkpP3RoaXMuZWFjaChmdW5jdGlvbihlKXtTKHRoaXMpLnRvZ2dsZUNsYXNzKGkuY2FsbCh0aGlzLGUseXQodGhpcyksdCksdCl9KTp0aGlzLmVhY2goZnVuY3Rpb24oKXt2YXIgZSx0LG4scjtpZihhKXt0PTAsbj1TKHRoaXMpLHI9bXQoaSk7d2hpbGUoZT1yW3QrK10pbi5oYXNDbGFzcyhlKT9uLnJlbW92ZUNsYXNzKGUpOm4uYWRkQ2xhc3MoZSl9ZWxzZSB2b2lkIDAhPT1pJiYiYm9vbGVhbiIhPT1vfHwoKGU9eXQodGhpcykpJiZZLnNldCh0aGlzLCJfX2NsYXNzTmFtZV9fIixlKSx0aGlzLnNldEF0dHJpYnV0ZSYmdGhpcy5zZXRBdHRyaWJ1dGUoImNsYXNzIixlfHwhMT09PWk/IiI6WS5nZXQodGhpcywiX19jbGFzc05hbWVfXyIpfHwiIikpfSl9LGhhc0NsYXNzOmZ1bmN0aW9uKGUpe3ZhciB0LG4scj0wO3Q9IiAiK2UrIiAiO3doaWxlKG49dGhpc1tyKytdKWlmKDE9PT1uLm5vZGVUeXBlJiYtMTwoIiAiK3Z0KHl0KG4pKSsiICIpLmluZGV4T2YodCkpcmV0dXJuITA7cmV0dXJuITF9fSk7dmFyIHh0PS9cci9nO1MuZm4uZXh0ZW5kKHt2YWw6ZnVuY3Rpb24obil7dmFyIHIsZSxpLHQ9dGhpc1swXTtyZXR1cm4gYXJndW1lbnRzLmxlbmd0aD8oaT1tKG4pLHRoaXMuZWFjaChmdW5jdGlvbihlKXt2YXIgdDsxPT09dGhpcy5ub2RlVHlwZSYmKG51bGw9PSh0PWk/bi5jYWxsKHRoaXMsZSxTKHRoaXMpLnZhbCgpKTpuKT90PSIiOiJudW1iZXIiPT10eXBlb2YgdD90Kz0iIjpBcnJheS5pc0FycmF5KHQpJiYodD1TLm1hcCh0LGZ1bmN0aW9uKGUpe3JldHVybiBudWxsPT1lPyIiOmUrIiJ9KSksKHI9Uy52YWxIb29rc1t0aGlzLnR5cGVdfHxTLnZhbEhvb2tzW3RoaXMubm9kZU5hbWUudG9Mb3dlckNhc2UoKV0pJiYic2V0ImluIHImJnZvaWQgMCE9PXIuc2V0KHRoaXMsdCwidmFsdWUiKXx8KHRoaXMudmFsdWU9dCkpfSkpOnQ/KHI9Uy52YWxIb29rc1t0LnR5cGVdfHxTLnZhbEhvb2tzW3Qubm9kZU5hbWUudG9Mb3dlckNhc2UoKV0pJiYiZ2V0ImluIHImJnZvaWQgMCE9PShlPXIuZ2V0KHQsInZhbHVlIikpP2U6InN0cmluZyI9PXR5cGVvZihlPXQudmFsdWUpP2UucmVwbGFjZSh4dCwiIik6bnVsbD09ZT8iIjplOnZvaWQgMH19KSxTLmV4dGVuZCh7dmFsSG9va3M6e29wdGlvbjp7Z2V0OmZ1bmN0aW9uKGUpe3ZhciB0PVMuZmluZC5hdHRyKGUsInZhbHVlIik7cmV0dXJuIG51bGwhPXQ/dDp2dChTLnRleHQoZSkpfX0sc2VsZWN0OntnZXQ6ZnVuY3Rpb24oZSl7dmFyIHQsbixyLGk9ZS5vcHRpb25zLG89ZS5zZWxlY3RlZEluZGV4LGE9InNlbGVjdC1vbmUiPT09ZS50eXBlLHM9YT9udWxsOltdLHU9YT9vKzE6aS5sZW5ndGg7Zm9yKHI9bzwwP3U6YT9vOjA7cjx1O3IrKylpZigoKG49aVtyXSkuc2VsZWN0ZWR8fHI9PT1vKSYmIW4uZGlzYWJsZWQmJighbi5wYXJlbnROb2RlLmRpc2FibGVkfHwhQShuLnBhcmVudE5vZGUsIm9wdGdyb3VwIikpKXtpZih0PVMobikudmFsKCksYSlyZXR1cm4gdDtzLnB1c2godCl9cmV0dXJuIHN9LHNldDpmdW5jdGlvbihlLHQpe3ZhciBuLHIsaT1lLm9wdGlvbnMsbz1TLm1ha2VBcnJheSh0KSxhPWkubGVuZ3RoO3doaWxlKGEtLSkoKHI9aVthXSkuc2VsZWN0ZWQ9LTE8Uy5pbkFycmF5KFMudmFsSG9va3Mub3B0aW9uLmdldChyKSxvKSkmJihuPSEwKTtyZXR1cm4gbnx8KGUuc2VsZWN0ZWRJbmRleD0tMSksb319fX0pLFMuZWFjaChbInJhZGlvIiwiY2hlY2tib3giXSxmdW5jdGlvbigpe1MudmFsSG9va3NbdGhpc109e3NldDpmdW5jdGlvbihlLHQpe2lmKEFycmF5LmlzQXJyYXkodCkpcmV0dXJuIGUuY2hlY2tlZD0tMTxTLmluQXJyYXkoUyhlKS52YWwoKSx0KX19LHkuY2hlY2tPbnx8KFMudmFsSG9va3NbdGhpc10uZ2V0PWZ1bmN0aW9uKGUpe3JldHVybiBudWxsPT09ZS5nZXRBdHRyaWJ1dGUoInZhbHVlIik/Im9uIjplLnZhbHVlfSl9KSx5LmZvY3VzaW49Im9uZm9jdXNpbiJpbiBDO3ZhciBidD0vXig/OmZvY3VzaW5mb2N1c3xmb2N1c291dGJsdXIpJC8sd3Q9ZnVuY3Rpb24oZSl7ZS5zdG9wUHJvcGFnYXRpb24oKX07Uy5leHRlbmQoUy5ldmVudCx7dHJpZ2dlcjpmdW5jdGlvbihlLHQsbixyKXt2YXIgaSxvLGEscyx1LGwsYyxmLHA9W258fEVdLGQ9di5jYWxsKGUsInR5cGUiKT9lLnR5cGU6ZSxoPXYuY2FsbChlLCJuYW1lc3BhY2UiKT9lLm5hbWVzcGFjZS5zcGxpdCgiLiIpOltdO2lmKG89Zj1hPW49bnx8RSwzIT09bi5ub2RlVHlwZSYmOCE9PW4ubm9kZVR5cGUmJiFidC50ZXN0KGQrUy5ldmVudC50cmlnZ2VyZWQpJiYoLTE8ZC5pbmRleE9mKCIuIikmJihkPShoPWQuc3BsaXQoIi4iKSkuc2hpZnQoKSxoLnNvcnQoKSksdT1kLmluZGV4T2YoIjoiKTwwJiYib24iK2QsKGU9ZVtTLmV4cGFuZG9dP2U6bmV3IFMuRXZlbnQoZCwib2JqZWN0Ij09dHlwZW9mIGUmJmUpKS5pc1RyaWdnZXI9cj8yOjMsZS5uYW1lc3BhY2U9aC5qb2luKCIuIiksZS5ybmFtZXNwYWNlPWUubmFtZXNwYWNlP25ldyBSZWdFeHAoIihefFxcLikiK2guam9pbigiXFwuKD86LipcXC58KSIpKyIoXFwufCQpIik6bnVsbCxlLnJlc3VsdD12b2lkIDAsZS50YXJnZXR8fChlLnRhcmdldD1uKSx0PW51bGw9PXQ/W2VdOlMubWFrZUFycmF5KHQsW2VdKSxjPVMuZXZlbnQuc3BlY2lhbFtkXXx8e30scnx8IWMudHJpZ2dlcnx8ITEhPT1jLnRyaWdnZXIuYXBwbHkobix0KSkpe2lmKCFyJiYhYy5ub0J1YmJsZSYmIXgobikpe2ZvcihzPWMuZGVsZWdhdGVUeXBlfHxkLGJ0LnRlc3QocytkKXx8KG89by5wYXJlbnROb2RlKTtvO289by5wYXJlbnROb2RlKXAucHVzaChvKSxhPW87YT09PShuLm93bmVyRG9jdW1lbnR8fEUpJiZwLnB1c2goYS5kZWZhdWx0Vmlld3x8YS5wYXJlbnRXaW5kb3d8fEMpfWk9MDt3aGlsZSgobz1wW2krK10pJiYhZS5pc1Byb3BhZ2F0aW9uU3RvcHBlZCgpKWY9byxlLnR5cGU9MTxpP3M6Yy5iaW5kVHlwZXx8ZCwobD0oWS5nZXQobywiZXZlbnRzIil8fE9iamVjdC5jcmVhdGUobnVsbCkpW2UudHlwZV0mJlkuZ2V0KG8sImhhbmRsZSIpKSYmbC5hcHBseShvLHQpLChsPXUmJm9bdV0pJiZsLmFwcGx5JiZWKG8pJiYoZS5yZXN1bHQ9bC5hcHBseShvLHQpLCExPT09ZS5yZXN1bHQmJmUucHJldmVudERlZmF1bHQoKSk7cmV0dXJuIGUudHlwZT1kLHJ8fGUuaXNEZWZhdWx0UHJldmVudGVkKCl8fGMuX2RlZmF1bHQmJiExIT09Yy5fZGVmYXVsdC5hcHBseShwLnBvcCgpLHQpfHwhVihuKXx8dSYmbShuW2RdKSYmIXgobikmJigoYT1uW3VdKSYmKG5bdV09bnVsbCksUy5ldmVudC50cmlnZ2VyZWQ9ZCxlLmlzUHJvcGFnYXRpb25TdG9wcGVkKCkmJmYuYWRkRXZlbnRMaXN0ZW5lcihkLHd0KSxuW2RdKCksZS5pc1Byb3BhZ2F0aW9uU3RvcHBlZCgpJiZmLnJlbW92ZUV2ZW50TGlzdGVuZXIoZCx3dCksUy5ldmVudC50cmlnZ2VyZWQ9dm9pZCAwLGEmJihuW3VdPWEpKSxlLnJlc3VsdH19LHNpbXVsYXRlOmZ1bmN0aW9uKGUsdCxuKXt2YXIgcj1TLmV4dGVuZChuZXcgUy5FdmVudCxuLHt0eXBlOmUsaXNTaW11bGF0ZWQ6ITB9KTtTLmV2ZW50LnRyaWdnZXIocixudWxsLHQpfX0pLFMuZm4uZXh0ZW5kKHt0cmlnZ2VyOmZ1bmN0aW9uKGUsdCl7cmV0dXJuIHRoaXMuZWFjaChmdW5jdGlvbigpe1MuZXZlbnQudHJpZ2dlcihlLHQsdGhpcyl9KX0sdHJpZ2dlckhhbmRsZXI6ZnVuY3Rpb24oZSx0KXt2YXIgbj10aGlzWzBdO2lmKG4pcmV0dXJuIFMuZXZlbnQudHJpZ2dlcihlLHQsbiwhMCl9fSkseS5mb2N1c2lufHxTLmVhY2goe2ZvY3VzOiJmb2N1c2luIixibHVyOiJmb2N1c291dCJ9LGZ1bmN0aW9uKG4scil7dmFyIGk9ZnVuY3Rpb24oZSl7Uy5ldmVudC5zaW11bGF0ZShyLGUudGFyZ2V0LFMuZXZlbnQuZml4KGUpKX07Uy5ldmVudC5zcGVjaWFsW3JdPXtzZXR1cDpmdW5jdGlvbigpe3ZhciBlPXRoaXMub3duZXJEb2N1bWVudHx8dGhpcy5kb2N1bWVudHx8dGhpcyx0PVkuYWNjZXNzKGUscik7dHx8ZS5hZGRFdmVudExpc3RlbmVyKG4saSwhMCksWS5hY2Nlc3MoZSxyLCh0fHwwKSsxKX0sdGVhcmRvd246ZnVuY3Rpb24oKXt2YXIgZT10aGlzLm93bmVyRG9jdW1lbnR8fHRoaXMuZG9jdW1lbnR8fHRoaXMsdD1ZLmFjY2VzcyhlLHIpLTE7dD9ZLmFjY2VzcyhlLHIsdCk6KGUucmVtb3ZlRXZlbnRMaXN0ZW5lcihuLGksITApLFkucmVtb3ZlKGUscikpfX19KTt2YXIgVHQ9Qy5sb2NhdGlvbixDdD17Z3VpZDpEYXRlLm5vdygpfSxFdD0vXD8vO1MucGFyc2VYTUw9ZnVuY3Rpb24oZSl7dmFyIHQ7aWYoIWV8fCJzdHJpbmciIT10eXBlb2YgZSlyZXR1cm4gbnVsbDt0cnl7dD0obmV3IEMuRE9NUGFyc2VyKS5wYXJzZUZyb21TdHJpbmcoZSwidGV4dC94bWwiKX1jYXRjaChlKXt0PXZvaWQgMH1yZXR1cm4gdCYmIXQuZ2V0RWxlbWVudHNCeVRhZ05hbWUoInBhcnNlcmVycm9yIikubGVuZ3RofHxTLmVycm9yKCJJbnZhbGlkIFhNTDogIitlKSx0fTt2YXIgU3Q9L1xbXF0kLyxrdD0vXHI/XG4vZyxBdD0vXig/OnN1Ym1pdHxidXR0b258aW1hZ2V8cmVzZXR8ZmlsZSkkL2ksTnQ9L14oPzppbnB1dHxzZWxlY3R8dGV4dGFyZWF8a2V5Z2VuKS9pO2Z1bmN0aW9uIER0KG4sZSxyLGkpe3ZhciB0O2lmKEFycmF5LmlzQXJyYXkoZSkpUy5lYWNoKGUsZnVuY3Rpb24oZSx0KXtyfHxTdC50ZXN0KG4pP2kobix0KTpEdChuKyJbIisoIm9iamVjdCI9PXR5cGVvZiB0JiZudWxsIT10P2U6IiIpKyJdIix0LHIsaSl9KTtlbHNlIGlmKHJ8fCJvYmplY3QiIT09dyhlKSlpKG4sZSk7ZWxzZSBmb3IodCBpbiBlKUR0KG4rIlsiK3QrIl0iLGVbdF0scixpKX1TLnBhcmFtPWZ1bmN0aW9uKGUsdCl7dmFyIG4scj1bXSxpPWZ1bmN0aW9uKGUsdCl7dmFyIG49bSh0KT90KCk6dDtyW3IubGVuZ3RoXT1lbmNvZGVVUklDb21wb25lbnQoZSkrIj0iK2VuY29kZVVSSUNvbXBvbmVudChudWxsPT1uPyIiOm4pfTtpZihudWxsPT1lKXJldHVybiIiO2lmKEFycmF5LmlzQXJyYXkoZSl8fGUuanF1ZXJ5JiYhUy5pc1BsYWluT2JqZWN0KGUpKVMuZWFjaChlLGZ1bmN0aW9uKCl7aSh0aGlzLm5hbWUsdGhpcy52YWx1ZSl9KTtlbHNlIGZvcihuIGluIGUpRHQobixlW25dLHQsaSk7cmV0dXJuIHIuam9pbigiJiIpfSxTLmZuLmV4dGVuZCh7c2VyaWFsaXplOmZ1bmN0aW9uKCl7cmV0dXJuIFMucGFyYW0odGhpcy5zZXJpYWxpemVBcnJheSgpKX0sc2VyaWFsaXplQXJyYXk6ZnVuY3Rpb24oKXtyZXR1cm4gdGhpcy5tYXAoZnVuY3Rpb24oKXt2YXIgZT1TLnByb3AodGhpcywiZWxlbWVudHMiKTtyZXR1cm4gZT9TLm1ha2VBcnJheShlKTp0aGlzfSkuZmlsdGVyKGZ1bmN0aW9uKCl7dmFyIGU9dGhpcy50eXBlO3JldHVybiB0aGlzLm5hbWUmJiFTKHRoaXMpLmlzKCI6ZGlzYWJsZWQiKSYmTnQudGVzdCh0aGlzLm5vZGVOYW1lKSYmIUF0LnRlc3QoZSkmJih0aGlzLmNoZWNrZWR8fCFwZS50ZXN0KGUpKX0pLm1hcChmdW5jdGlvbihlLHQpe3ZhciBuPVModGhpcykudmFsKCk7cmV0dXJuIG51bGw9PW4/bnVsbDpBcnJheS5pc0FycmF5KG4pP1MubWFwKG4sZnVuY3Rpb24oZSl7cmV0dXJue25hbWU6dC5uYW1lLHZhbHVlOmUucmVwbGFjZShrdCwiXHJcbiIpfX0pOntuYW1lOnQubmFtZSx2YWx1ZTpuLnJlcGxhY2Uoa3QsIlxyXG4iKX19KS5nZXQoKX19KTt2YXIganQ9LyUyMC9nLHF0PS8jLiokLyxMdD0vKFs/Jl0pXz1bXiZdKi8sSHQ9L14oLio/KTpbIFx0XSooW15cclxuXSopJC9nbSxPdD0vXig/OkdFVHxIRUFEKSQvLFB0PS9eXC9cLy8sUnQ9e30sTXQ9e30sSXQ9IiovIi5jb25jYXQoIioiKSxXdD1FLmNyZWF0ZUVsZW1lbnQoImEiKTtmdW5jdGlvbiBGdChvKXtyZXR1cm4gZnVuY3Rpb24oZSx0KXsic3RyaW5nIiE9dHlwZW9mIGUmJih0PWUsZT0iKiIpO3ZhciBuLHI9MCxpPWUudG9Mb3dlckNhc2UoKS5tYXRjaChQKXx8W107aWYobSh0KSl3aGlsZShuPWlbcisrXSkiKyI9PT1uWzBdPyhuPW4uc2xpY2UoMSl8fCIqIiwob1tuXT1vW25dfHxbXSkudW5zaGlmdCh0KSk6KG9bbl09b1tuXXx8W10pLnB1c2godCl9fWZ1bmN0aW9uIEJ0KHQsaSxvLGEpe3ZhciBzPXt9LHU9dD09PU10O2Z1bmN0aW9uIGwoZSl7dmFyIHI7cmV0dXJuIHNbZV09ITAsUy5lYWNoKHRbZV18fFtdLGZ1bmN0aW9uKGUsdCl7dmFyIG49dChpLG8sYSk7cmV0dXJuInN0cmluZyIhPXR5cGVvZiBufHx1fHxzW25dP3U/IShyPW4pOnZvaWQgMDooaS5kYXRhVHlwZXMudW5zaGlmdChuKSxsKG4pLCExKX0pLHJ9cmV0dXJuIGwoaS5kYXRhVHlwZXNbMF0pfHwhc1siKiJdJiZsKCIqIil9ZnVuY3Rpb24gJHQoZSx0KXt2YXIgbixyLGk9Uy5hamF4U2V0dGluZ3MuZmxhdE9wdGlvbnN8fHt9O2ZvcihuIGluIHQpdm9pZCAwIT09dFtuXSYmKChpW25dP2U6cnx8KHI9e30pKVtuXT10W25dKTtyZXR1cm4gciYmUy5leHRlbmQoITAsZSxyKSxlfVd0LmhyZWY9VHQuaHJlZixTLmV4dGVuZCh7YWN0aXZlOjAsbGFzdE1vZGlmaWVkOnt9LGV0YWc6e30sYWpheFNldHRpbmdzOnt1cmw6VHQuaHJlZix0eXBlOiJHRVQiLGlzTG9jYWw6L14oPzphYm91dHxhcHB8YXBwLXN0b3JhZ2V8ListZXh0ZW5zaW9ufGZpbGV8cmVzfHdpZGdldCk6JC8udGVzdChUdC5wcm90b2NvbCksZ2xvYmFsOiEwLHByb2Nlc3NEYXRhOiEwLGFzeW5jOiEwLGNvbnRlbnRUeXBlOiJhcHBsaWNhdGlvbi94LXd3dy1mb3JtLXVybGVuY29kZWQ7IGNoYXJzZXQ9VVRGLTgiLGFjY2VwdHM6eyIqIjpJdCx0ZXh0OiJ0ZXh0L3BsYWluIixodG1sOiJ0ZXh0L2h0bWwiLHhtbDoiYXBwbGljYXRpb24veG1sLCB0ZXh0L3htbCIsanNvbjoiYXBwbGljYXRpb24vanNvbiwgdGV4dC9qYXZhc2NyaXB0In0sY29udGVudHM6e3htbDovXGJ4bWxcYi8saHRtbDovXGJodG1sLyxqc29uOi9cYmpzb25cYi99LHJlc3BvbnNlRmllbGRzOnt4bWw6InJlc3BvbnNlWE1MIix0ZXh0OiJyZXNwb25zZVRleHQiLGpzb246InJlc3BvbnNlSlNPTiJ9LGNvbnZlcnRlcnM6eyIqIHRleHQiOlN0cmluZywidGV4dCBodG1sIjohMCwidGV4dCBqc29uIjpKU09OLnBhcnNlLCJ0ZXh0IHhtbCI6Uy5wYXJzZVhNTH0sZmxhdE9wdGlvbnM6e3VybDohMCxjb250ZXh0OiEwfX0sYWpheFNldHVwOmZ1bmN0aW9uKGUsdCl7cmV0dXJuIHQ/JHQoJHQoZSxTLmFqYXhTZXR0aW5ncyksdCk6JHQoUy5hamF4U2V0dGluZ3MsZSl9LGFqYXhQcmVmaWx0ZXI6RnQoUnQpLGFqYXhUcmFuc3BvcnQ6RnQoTXQpLGFqYXg6ZnVuY3Rpb24oZSx0KXsib2JqZWN0Ij09dHlwZW9mIGUmJih0PWUsZT12b2lkIDApLHQ9dHx8e307dmFyIGMsZixwLG4sZCxyLGgsZyxpLG8sdj1TLmFqYXhTZXR1cCh7fSx0KSx5PXYuY29udGV4dHx8dixtPXYuY29udGV4dCYmKHkubm9kZVR5cGV8fHkuanF1ZXJ5KT9TKHkpOlMuZXZlbnQseD1TLkRlZmVycmVkKCksYj1TLkNhbGxiYWNrcygib25jZSBtZW1vcnkiKSx3PXYuc3RhdHVzQ29kZXx8e30sYT17fSxzPXt9LHU9ImNhbmNlbGVkIixUPXtyZWFkeVN0YXRlOjAsZ2V0UmVzcG9uc2VIZWFkZXI6ZnVuY3Rpb24oZSl7dmFyIHQ7aWYoaCl7aWYoIW4pe249e307d2hpbGUodD1IdC5leGVjKHApKW5bdFsxXS50b0xvd2VyQ2FzZSgpKyIgIl09KG5bdFsxXS50b0xvd2VyQ2FzZSgpKyIgIl18fFtdKS5jb25jYXQodFsyXSl9dD1uW2UudG9Mb3dlckNhc2UoKSsiICJdfXJldHVybiBudWxsPT10P251bGw6dC5qb2luKCIsICIpfSxnZXRBbGxSZXNwb25zZUhlYWRlcnM6ZnVuY3Rpb24oKXtyZXR1cm4gaD9wOm51bGx9LHNldFJlcXVlc3RIZWFkZXI6ZnVuY3Rpb24oZSx0KXtyZXR1cm4gbnVsbD09aCYmKGU9c1tlLnRvTG93ZXJDYXNlKCldPXNbZS50b0xvd2VyQ2FzZSgpXXx8ZSxhW2VdPXQpLHRoaXN9LG92ZXJyaWRlTWltZVR5cGU6ZnVuY3Rpb24oZSl7cmV0dXJuIG51bGw9PWgmJih2Lm1pbWVUeXBlPWUpLHRoaXN9LHN0YXR1c0NvZGU6ZnVuY3Rpb24oZSl7dmFyIHQ7aWYoZSlpZihoKVQuYWx3YXlzKGVbVC5zdGF0dXNdKTtlbHNlIGZvcih0IGluIGUpd1t0XT1bd1t0XSxlW3RdXTtyZXR1cm4gdGhpc30sYWJvcnQ6ZnVuY3Rpb24oZSl7dmFyIHQ9ZXx8dTtyZXR1cm4gYyYmYy5hYm9ydCh0KSxsKDAsdCksdGhpc319O2lmKHgucHJvbWlzZShUKSx2LnVybD0oKGV8fHYudXJsfHxUdC5ocmVmKSsiIikucmVwbGFjZShQdCxUdC5wcm90b2NvbCsiLy8iKSx2LnR5cGU9dC5tZXRob2R8fHQudHlwZXx8di5tZXRob2R8fHYudHlwZSx2LmRhdGFUeXBlcz0odi5kYXRhVHlwZXx8IioiKS50b0xvd2VyQ2FzZSgpLm1hdGNoKFApfHxbIiJdLG51bGw9PXYuY3Jvc3NEb21haW4pe3I9RS5jcmVhdGVFbGVtZW50KCJhIik7dHJ5e3IuaHJlZj12LnVybCxyLmhyZWY9ci5ocmVmLHYuY3Jvc3NEb21haW49V3QucHJvdG9jb2wrIi8vIitXdC5ob3N0IT1yLnByb3RvY29sKyIvLyIrci5ob3N0fWNhdGNoKGUpe3YuY3Jvc3NEb21haW49ITB9fWlmKHYuZGF0YSYmdi5wcm9jZXNzRGF0YSYmInN0cmluZyIhPXR5cGVvZiB2LmRhdGEmJih2LmRhdGE9Uy5wYXJhbSh2LmRhdGEsdi50cmFkaXRpb25hbCkpLEJ0KFJ0LHYsdCxUKSxoKXJldHVybiBUO2ZvcihpIGluKGc9Uy5ldmVudCYmdi5nbG9iYWwpJiYwPT1TLmFjdGl2ZSsrJiZTLmV2ZW50LnRyaWdnZXIoImFqYXhTdGFydCIpLHYudHlwZT12LnR5cGUudG9VcHBlckNhc2UoKSx2Lmhhc0NvbnRlbnQ9IU90LnRlc3Qodi50eXBlKSxmPXYudXJsLnJlcGxhY2UocXQsIiIpLHYuaGFzQ29udGVudD92LmRhdGEmJnYucHJvY2Vzc0RhdGEmJjA9PT0odi5jb250ZW50VHlwZXx8IiIpLmluZGV4T2YoImFwcGxpY2F0aW9uL3gtd3d3LWZvcm0tdXJsZW5jb2RlZCIpJiYodi5kYXRhPXYuZGF0YS5yZXBsYWNlKGp0LCIrIikpOihvPXYudXJsLnNsaWNlKGYubGVuZ3RoKSx2LmRhdGEmJih2LnByb2Nlc3NEYXRhfHwic3RyaW5nIj09dHlwZW9mIHYuZGF0YSkmJihmKz0oRXQudGVzdChmKT8iJiI6Ij8iKSt2LmRhdGEsZGVsZXRlIHYuZGF0YSksITE9PT12LmNhY2hlJiYoZj1mLnJlcGxhY2UoTHQsIiQxIiksbz0oRXQudGVzdChmKT8iJiI6Ij8iKSsiXz0iK0N0Lmd1aWQrKytvKSx2LnVybD1mK28pLHYuaWZNb2RpZmllZCYmKFMubGFzdE1vZGlmaWVkW2ZdJiZULnNldFJlcXVlc3RIZWFkZXIoIklmLU1vZGlmaWVkLVNpbmNlIixTLmxhc3RNb2RpZmllZFtmXSksUy5ldGFnW2ZdJiZULnNldFJlcXVlc3RIZWFkZXIoIklmLU5vbmUtTWF0Y2giLFMuZXRhZ1tmXSkpLCh2LmRhdGEmJnYuaGFzQ29udGVudCYmITEhPT12LmNvbnRlbnRUeXBlfHx0LmNvbnRlbnRUeXBlKSYmVC5zZXRSZXF1ZXN0SGVhZGVyKCJDb250ZW50LVR5cGUiLHYuY29udGVudFR5cGUpLFQuc2V0UmVxdWVzdEhlYWRlcigiQWNjZXB0Iix2LmRhdGFUeXBlc1swXSYmdi5hY2NlcHRzW3YuZGF0YVR5cGVzWzBdXT92LmFjY2VwdHNbdi5kYXRhVHlwZXNbMF1dKygiKiIhPT12LmRhdGFUeXBlc1swXT8iLCAiK0l0KyI7IHE9MC4wMSI6IiIpOnYuYWNjZXB0c1siKiJdKSx2LmhlYWRlcnMpVC5zZXRSZXF1ZXN0SGVhZGVyKGksdi5oZWFkZXJzW2ldKTtpZih2LmJlZm9yZVNlbmQmJighMT09PXYuYmVmb3JlU2VuZC5jYWxsKHksVCx2KXx8aCkpcmV0dXJuIFQuYWJvcnQoKTtpZih1PSJhYm9ydCIsYi5hZGQodi5jb21wbGV0ZSksVC5kb25lKHYuc3VjY2VzcyksVC5mYWlsKHYuZXJyb3IpLGM9QnQoTXQsdix0LFQpKXtpZihULnJlYWR5U3RhdGU9MSxnJiZtLnRyaWdnZXIoImFqYXhTZW5kIixbVCx2XSksaClyZXR1cm4gVDt2LmFzeW5jJiYwPHYudGltZW91dCYmKGQ9Qy5zZXRUaW1lb3V0KGZ1bmN0aW9uKCl7VC5hYm9ydCgidGltZW91dCIpfSx2LnRpbWVvdXQpKTt0cnl7aD0hMSxjLnNlbmQoYSxsKX1jYXRjaChlKXtpZihoKXRocm93IGU7bCgtMSxlKX19ZWxzZSBsKC0xLCJObyBUcmFuc3BvcnQiKTtmdW5jdGlvbiBsKGUsdCxuLHIpe3ZhciBpLG8sYSxzLHUsbD10O2h8fChoPSEwLGQmJkMuY2xlYXJUaW1lb3V0KGQpLGM9dm9pZCAwLHA9cnx8IiIsVC5yZWFkeVN0YXRlPTA8ZT80OjAsaT0yMDA8PWUmJmU8MzAwfHwzMDQ9PT1lLG4mJihzPWZ1bmN0aW9uKGUsdCxuKXt2YXIgcixpLG8sYSxzPWUuY29udGVudHMsdT1lLmRhdGFUeXBlczt3aGlsZSgiKiI9PT11WzBdKXUuc2hpZnQoKSx2b2lkIDA9PT1yJiYocj1lLm1pbWVUeXBlfHx0LmdldFJlc3BvbnNlSGVhZGVyKCJDb250ZW50LVR5cGUiKSk7aWYocilmb3IoaSBpbiBzKWlmKHNbaV0mJnNbaV0udGVzdChyKSl7dS51bnNoaWZ0KGkpO2JyZWFrfWlmKHVbMF1pbiBuKW89dVswXTtlbHNle2ZvcihpIGluIG4pe2lmKCF1WzBdfHxlLmNvbnZlcnRlcnNbaSsiICIrdVswXV0pe289aTticmVha31hfHwoYT1pKX1vPW98fGF9aWYobylyZXR1cm4gbyE9PXVbMF0mJnUudW5zaGlmdChvKSxuW29dfSh2LFQsbikpLCFpJiYtMTxTLmluQXJyYXkoInNjcmlwdCIsdi5kYXRhVHlwZXMpJiYodi5jb252ZXJ0ZXJzWyJ0ZXh0IHNjcmlwdCJdPWZ1bmN0aW9uKCl7fSkscz1mdW5jdGlvbihlLHQsbixyKXt2YXIgaSxvLGEscyx1LGw9e30sYz1lLmRhdGFUeXBlcy5zbGljZSgpO2lmKGNbMV0pZm9yKGEgaW4gZS5jb252ZXJ0ZXJzKWxbYS50b0xvd2VyQ2FzZSgpXT1lLmNvbnZlcnRlcnNbYV07bz1jLnNoaWZ0KCk7d2hpbGUobylpZihlLnJlc3BvbnNlRmllbGRzW29dJiYobltlLnJlc3BvbnNlRmllbGRzW29dXT10KSwhdSYmciYmZS5kYXRhRmlsdGVyJiYodD1lLmRhdGFGaWx0ZXIodCxlLmRhdGFUeXBlKSksdT1vLG89Yy5zaGlmdCgpKWlmKCIqIj09PW8pbz11O2Vsc2UgaWYoIioiIT09dSYmdSE9PW8pe2lmKCEoYT1sW3UrIiAiK29dfHxsWyIqICIrb10pKWZvcihpIGluIGwpaWYoKHM9aS5zcGxpdCgiICIpKVsxXT09PW8mJihhPWxbdSsiICIrc1swXV18fGxbIiogIitzWzBdXSkpeyEwPT09YT9hPWxbaV06ITAhPT1sW2ldJiYobz1zWzBdLGMudW5zaGlmdChzWzFdKSk7YnJlYWt9aWYoITAhPT1hKWlmKGEmJmVbInRocm93cyJdKXQ9YSh0KTtlbHNlIHRyeXt0PWEodCl9Y2F0Y2goZSl7cmV0dXJue3N0YXRlOiJwYXJzZXJlcnJvciIsZXJyb3I6YT9lOiJObyBjb252ZXJzaW9uIGZyb20gIit1KyIgdG8gIitvfX19cmV0dXJue3N0YXRlOiJzdWNjZXNzIixkYXRhOnR9fSh2LHMsVCxpKSxpPyh2LmlmTW9kaWZpZWQmJigodT1ULmdldFJlc3BvbnNlSGVhZGVyKCJMYXN0LU1vZGlmaWVkIikpJiYoUy5sYXN0TW9kaWZpZWRbZl09dSksKHU9VC5nZXRSZXNwb25zZUhlYWRlcigiZXRhZyIpKSYmKFMuZXRhZ1tmXT11KSksMjA0PT09ZXx8IkhFQUQiPT09di50eXBlP2w9Im5vY29udGVudCI6MzA0PT09ZT9sPSJub3Rtb2RpZmllZCI6KGw9cy5zdGF0ZSxvPXMuZGF0YSxpPSEoYT1zLmVycm9yKSkpOihhPWwsIWUmJmx8fChsPSJlcnJvciIsZTwwJiYoZT0wKSkpLFQuc3RhdHVzPWUsVC5zdGF0dXNUZXh0PSh0fHxsKSsiIixpP3gucmVzb2x2ZVdpdGgoeSxbbyxsLFRdKTp4LnJlamVjdFdpdGgoeSxbVCxsLGFdKSxULnN0YXR1c0NvZGUodyksdz12b2lkIDAsZyYmbS50cmlnZ2VyKGk/ImFqYXhTdWNjZXNzIjoiYWpheEVycm9yIixbVCx2LGk/bzphXSksYi5maXJlV2l0aCh5LFtULGxdKSxnJiYobS50cmlnZ2VyKCJhamF4Q29tcGxldGUiLFtULHZdKSwtLVMuYWN0aXZlfHxTLmV2ZW50LnRyaWdnZXIoImFqYXhTdG9wIikpKX1yZXR1cm4gVH0sZ2V0SlNPTjpmdW5jdGlvbihlLHQsbil7cmV0dXJuIFMuZ2V0KGUsdCxuLCJqc29uIil9LGdldFNjcmlwdDpmdW5jdGlvbihlLHQpe3JldHVybiBTLmdldChlLHZvaWQgMCx0LCJzY3JpcHQiKX19KSxTLmVhY2goWyJnZXQiLCJwb3N0Il0sZnVuY3Rpb24oZSxpKXtTW2ldPWZ1bmN0aW9uKGUsdCxuLHIpe3JldHVybiBtKHQpJiYocj1yfHxuLG49dCx0PXZvaWQgMCksUy5hamF4KFMuZXh0ZW5kKHt1cmw6ZSx0eXBlOmksZGF0YVR5cGU6cixkYXRhOnQsc3VjY2VzczpufSxTLmlzUGxhaW5PYmplY3QoZSkmJmUpKX19KSxTLmFqYXhQcmVmaWx0ZXIoZnVuY3Rpb24oZSl7dmFyIHQ7Zm9yKHQgaW4gZS5oZWFkZXJzKSJjb250ZW50LXR5cGUiPT09dC50b0xvd2VyQ2FzZSgpJiYoZS5jb250ZW50VHlwZT1lLmhlYWRlcnNbdF18fCIiKX0pLFMuX2V2YWxVcmw9ZnVuY3Rpb24oZSx0LG4pe3JldHVybiBTLmFqYXgoe3VybDplLHR5cGU6IkdFVCIsZGF0YVR5cGU6InNjcmlwdCIsY2FjaGU6ITAsYXN5bmM6ITEsZ2xvYmFsOiExLGNvbnZlcnRlcnM6eyJ0ZXh0IHNjcmlwdCI6ZnVuY3Rpb24oKXt9fSxkYXRhRmlsdGVyOmZ1bmN0aW9uKGUpe1MuZ2xvYmFsRXZhbChlLHQsbil9fSl9LFMuZm4uZXh0ZW5kKHt3cmFwQWxsOmZ1bmN0aW9uKGUpe3ZhciB0O3JldHVybiB0aGlzWzBdJiYobShlKSYmKGU9ZS5jYWxsKHRoaXNbMF0pKSx0PVMoZSx0aGlzWzBdLm93bmVyRG9jdW1lbnQpLmVxKDApLmNsb25lKCEwKSx0aGlzWzBdLnBhcmVudE5vZGUmJnQuaW5zZXJ0QmVmb3JlKHRoaXNbMF0pLHQubWFwKGZ1bmN0aW9uKCl7dmFyIGU9dGhpczt3aGlsZShlLmZpcnN0RWxlbWVudENoaWxkKWU9ZS5maXJzdEVsZW1lbnRDaGlsZDtyZXR1cm4gZX0pLmFwcGVuZCh0aGlzKSksdGhpc30sd3JhcElubmVyOmZ1bmN0aW9uKG4pe3JldHVybiBtKG4pP3RoaXMuZWFjaChmdW5jdGlvbihlKXtTKHRoaXMpLndyYXBJbm5lcihuLmNhbGwodGhpcyxlKSl9KTp0aGlzLmVhY2goZnVuY3Rpb24oKXt2YXIgZT1TKHRoaXMpLHQ9ZS5jb250ZW50cygpO3QubGVuZ3RoP3Qud3JhcEFsbChuKTplLmFwcGVuZChuKX0pfSx3cmFwOmZ1bmN0aW9uKHQpe3ZhciBuPW0odCk7cmV0dXJuIHRoaXMuZWFjaChmdW5jdGlvbihlKXtTKHRoaXMpLndyYXBBbGwobj90LmNhbGwodGhpcyxlKTp0KX0pfSx1bndyYXA6ZnVuY3Rpb24oZSl7cmV0dXJuIHRoaXMucGFyZW50KGUpLm5vdCgiYm9keSIpLmVhY2goZnVuY3Rpb24oKXtTKHRoaXMpLnJlcGxhY2VXaXRoKHRoaXMuY2hpbGROb2Rlcyl9KSx0aGlzfX0pLFMuZXhwci5wc2V1ZG9zLmhpZGRlbj1mdW5jdGlvbihlKXtyZXR1cm4hUy5leHByLnBzZXVkb3MudmlzaWJsZShlKX0sUy5leHByLnBzZXVkb3MudmlzaWJsZT1mdW5jdGlvbihlKXtyZXR1cm4hIShlLm9mZnNldFdpZHRofHxlLm9mZnNldEhlaWdodHx8ZS5nZXRDbGllbnRSZWN0cygpLmxlbmd0aCl9LFMuYWpheFNldHRpbmdzLnhocj1mdW5jdGlvbigpe3RyeXtyZXR1cm4gbmV3IEMuWE1MSHR0cFJlcXVlc3R9Y2F0Y2goZSl7fX07dmFyIF90PXswOjIwMCwxMjIzOjIwNH0senQ9Uy5hamF4U2V0dGluZ3MueGhyKCk7eS5jb3JzPSEhenQmJiJ3aXRoQ3JlZGVudGlhbHMiaW4genQseS5hamF4PXp0PSEhenQsUy5hamF4VHJhbnNwb3J0KGZ1bmN0aW9uKGkpe3ZhciBvLGE7aWYoeS5jb3JzfHx6dCYmIWkuY3Jvc3NEb21haW4pcmV0dXJue3NlbmQ6ZnVuY3Rpb24oZSx0KXt2YXIgbixyPWkueGhyKCk7aWYoci5vcGVuKGkudHlwZSxpLnVybCxpLmFzeW5jLGkudXNlcm5hbWUsaS5wYXNzd29yZCksaS54aHJGaWVsZHMpZm9yKG4gaW4gaS54aHJGaWVsZHMpcltuXT1pLnhockZpZWxkc1tuXTtmb3IobiBpbiBpLm1pbWVUeXBlJiZyLm92ZXJyaWRlTWltZVR5cGUmJnIub3ZlcnJpZGVNaW1lVHlwZShpLm1pbWVUeXBlKSxpLmNyb3NzRG9tYWlufHxlWyJYLVJlcXVlc3RlZC1XaXRoIl18fChlWyJYLVJlcXVlc3RlZC1XaXRoIl09IlhNTEh0dHBSZXF1ZXN0IiksZSlyLnNldFJlcXVlc3RIZWFkZXIobixlW25dKTtvPWZ1bmN0aW9uKGUpe3JldHVybiBmdW5jdGlvbigpe28mJihvPWE9ci5vbmxvYWQ9ci5vbmVycm9yPXIub25hYm9ydD1yLm9udGltZW91dD1yLm9ucmVhZHlzdGF0ZWNoYW5nZT1udWxsLCJhYm9ydCI9PT1lP3IuYWJvcnQoKToiZXJyb3IiPT09ZT8ibnVtYmVyIiE9dHlwZW9mIHIuc3RhdHVzP3QoMCwiZXJyb3IiKTp0KHIuc3RhdHVzLHIuc3RhdHVzVGV4dCk6dChfdFtyLnN0YXR1c118fHIuc3RhdHVzLHIuc3RhdHVzVGV4dCwidGV4dCIhPT0oci5yZXNwb25zZVR5cGV8fCJ0ZXh0Iil8fCJzdHJpbmciIT10eXBlb2Ygci5yZXNwb25zZVRleHQ/e2JpbmFyeTpyLnJlc3BvbnNlfTp7dGV4dDpyLnJlc3BvbnNlVGV4dH0sci5nZXRBbGxSZXNwb25zZUhlYWRlcnMoKSkpfX0sci5vbmxvYWQ9bygpLGE9ci5vbmVycm9yPXIub250aW1lb3V0PW8oImVycm9yIiksdm9pZCAwIT09ci5vbmFib3J0P3Iub25hYm9ydD1hOnIub25yZWFkeXN0YXRlY2hhbmdlPWZ1bmN0aW9uKCl7ND09PXIucmVhZHlTdGF0ZSYmQy5zZXRUaW1lb3V0KGZ1bmN0aW9uKCl7byYmYSgpfSl9LG89bygiYWJvcnQiKTt0cnl7ci5zZW5kKGkuaGFzQ29udGVudCYmaS5kYXRhfHxudWxsKX1jYXRjaChlKXtpZihvKXRocm93IGV9fSxhYm9ydDpmdW5jdGlvbigpe28mJm8oKX19fSksUy5hamF4UHJlZmlsdGVyKGZ1bmN0aW9uKGUpe2UuY3Jvc3NEb21haW4mJihlLmNvbnRlbnRzLnNjcmlwdD0hMSl9KSxTLmFqYXhTZXR1cCh7YWNjZXB0czp7c2NyaXB0OiJ0ZXh0L2phdmFzY3JpcHQsIGFwcGxpY2F0aW9uL2phdmFzY3JpcHQsIGFwcGxpY2F0aW9uL2VjbWFzY3JpcHQsIGFwcGxpY2F0aW9uL3gtZWNtYXNjcmlwdCJ9LGNvbnRlbnRzOntzY3JpcHQ6L1xiKD86amF2YXxlY21hKXNjcmlwdFxiL30sY29udmVydGVyczp7InRleHQgc2NyaXB0IjpmdW5jdGlvbihlKXtyZXR1cm4gUy5nbG9iYWxFdmFsKGUpLGV9fX0pLFMuYWpheFByZWZpbHRlcigic2NyaXB0IixmdW5jdGlvbihlKXt2b2lkIDA9PT1lLmNhY2hlJiYoZS5jYWNoZT0hMSksZS5jcm9zc0RvbWFpbiYmKGUudHlwZT0iR0VUIil9KSxTLmFqYXhUcmFuc3BvcnQoInNjcmlwdCIsZnVuY3Rpb24obil7dmFyIHIsaTtpZihuLmNyb3NzRG9tYWlufHxuLnNjcmlwdEF0dHJzKXJldHVybntzZW5kOmZ1bmN0aW9uKGUsdCl7cj1TKCI8c2NyaXB0PiIpLmF0dHIobi5zY3JpcHRBdHRyc3x8e30pLnByb3Aoe2NoYXJzZXQ6bi5zY3JpcHRDaGFyc2V0LHNyYzpuLnVybH0pLm9uKCJsb2FkIGVycm9yIixpPWZ1bmN0aW9uKGUpe3IucmVtb3ZlKCksaT1udWxsLGUmJnQoImVycm9yIj09PWUudHlwZT80MDQ6MjAwLGUudHlwZSl9KSxFLmhlYWQuYXBwZW5kQ2hpbGQoclswXSl9LGFib3J0OmZ1bmN0aW9uKCl7aSYmaSgpfX19KTt2YXIgVXQsWHQ9W10sVnQ9Lyg9KVw/KD89JnwkKXxcP1w/LztTLmFqYXhTZXR1cCh7anNvbnA6ImNhbGxiYWNrIixqc29ucENhbGxiYWNrOmZ1bmN0aW9uKCl7dmFyIGU9WHQucG9wKCl8fFMuZXhwYW5kbysiXyIrQ3QuZ3VpZCsrO3JldHVybiB0aGlzW2VdPSEwLGV9fSksUy5hamF4UHJlZmlsdGVyKCJqc29uIGpzb25wIixmdW5jdGlvbihlLHQsbil7dmFyIHIsaSxvLGE9ITEhPT1lLmpzb25wJiYoVnQudGVzdChlLnVybCk/InVybCI6InN0cmluZyI9PXR5cGVvZiBlLmRhdGEmJjA9PT0oZS5jb250ZW50VHlwZXx8IiIpLmluZGV4T2YoImFwcGxpY2F0aW9uL3gtd3d3LWZvcm0tdXJsZW5jb2RlZCIpJiZWdC50ZXN0KGUuZGF0YSkmJiJkYXRhIik7aWYoYXx8Impzb25wIj09PWUuZGF0YVR5cGVzWzBdKXJldHVybiByPWUuanNvbnBDYWxsYmFjaz1tKGUuanNvbnBDYWxsYmFjayk/ZS5qc29ucENhbGxiYWNrKCk6ZS5qc29ucENhbGxiYWNrLGE/ZVthXT1lW2FdLnJlcGxhY2UoVnQsIiQxIityKTohMSE9PWUuanNvbnAmJihlLnVybCs9KEV0LnRlc3QoZS51cmwpPyImIjoiPyIpK2UuanNvbnArIj0iK3IpLGUuY29udmVydGVyc1sic2NyaXB0IGpzb24iXT1mdW5jdGlvbigpe3JldHVybiBvfHxTLmVycm9yKHIrIiB3YXMgbm90IGNhbGxlZCIpLG9bMF19LGUuZGF0YVR5cGVzWzBdPSJqc29uIixpPUNbcl0sQ1tyXT1mdW5jdGlvbigpe289YXJndW1lbnRzfSxuLmFsd2F5cyhmdW5jdGlvbigpe3ZvaWQgMD09PWk/UyhDKS5yZW1vdmVQcm9wKHIpOkNbcl09aSxlW3JdJiYoZS5qc29ucENhbGxiYWNrPXQuanNvbnBDYWxsYmFjayxYdC5wdXNoKHIpKSxvJiZtKGkpJiZpKG9bMF0pLG89aT12b2lkIDB9KSwic2NyaXB0In0pLHkuY3JlYXRlSFRNTERvY3VtZW50PSgoVXQ9RS5pbXBsZW1lbnRhdGlvbi5jcmVhdGVIVE1MRG9jdW1lbnQoIiIpLmJvZHkpLmlubmVySFRNTD0iPGZvcm0+PC9mb3JtPjxmb3JtPjwvZm9ybT4iLDI9PT1VdC5jaGlsZE5vZGVzLmxlbmd0aCksUy5wYXJzZUhUTUw9ZnVuY3Rpb24oZSx0LG4pe3JldHVybiJzdHJpbmciIT10eXBlb2YgZT9bXTooImJvb2xlYW4iPT10eXBlb2YgdCYmKG49dCx0PSExKSx0fHwoeS5jcmVhdGVIVE1MRG9jdW1lbnQ/KChyPSh0PUUuaW1wbGVtZW50YXRpb24uY3JlYXRlSFRNTERvY3VtZW50KCIiKSkuY3JlYXRlRWxlbWVudCgiYmFzZSIpKS5ocmVmPUUubG9jYXRpb24uaHJlZix0LmhlYWQuYXBwZW5kQ2hpbGQocikpOnQ9RSksbz0hbiYmW10sKGk9Ti5leGVjKGUpKT9bdC5jcmVhdGVFbGVtZW50KGlbMV0pXTooaT14ZShbZV0sdCxvKSxvJiZvLmxlbmd0aCYmUyhvKS5yZW1vdmUoKSxTLm1lcmdlKFtdLGkuY2hpbGROb2RlcykpKTt2YXIgcixpLG99LFMuZm4ubG9hZD1mdW5jdGlvbihlLHQsbil7dmFyIHIsaSxvLGE9dGhpcyxzPWUuaW5kZXhPZigiICIpO3JldHVybi0xPHMmJihyPXZ0KGUuc2xpY2UocykpLGU9ZS5zbGljZSgwLHMpKSxtKHQpPyhuPXQsdD12b2lkIDApOnQmJiJvYmplY3QiPT10eXBlb2YgdCYmKGk9IlBPU1QiKSwwPGEubGVuZ3RoJiZTLmFqYXgoe3VybDplLHR5cGU6aXx8IkdFVCIsZGF0YVR5cGU6Imh0bWwiLGRhdGE6dH0pLmRvbmUoZnVuY3Rpb24oZSl7bz1hcmd1bWVudHMsYS5odG1sKHI/UygiPGRpdj4iKS5hcHBlbmQoUy5wYXJzZUhUTUwoZSkpLmZpbmQocik6ZSl9KS5hbHdheXMobiYmZnVuY3Rpb24oZSx0KXthLmVhY2goZnVuY3Rpb24oKXtuLmFwcGx5KHRoaXMsb3x8W2UucmVzcG9uc2VUZXh0LHQsZV0pfSl9KSx0aGlzfSxTLmV4cHIucHNldWRvcy5hbmltYXRlZD1mdW5jdGlvbih0KXtyZXR1cm4gUy5ncmVwKFMudGltZXJzLGZ1bmN0aW9uKGUpe3JldHVybiB0PT09ZS5lbGVtfSkubGVuZ3RofSxTLm9mZnNldD17c2V0T2Zmc2V0OmZ1bmN0aW9uKGUsdCxuKXt2YXIgcixpLG8sYSxzLHUsbD1TLmNzcyhlLCJwb3NpdGlvbiIpLGM9UyhlKSxmPXt9OyJzdGF0aWMiPT09bCYmKGUuc3R5bGUucG9zaXRpb249InJlbGF0aXZlIikscz1jLm9mZnNldCgpLG89Uy5jc3MoZSwidG9wIiksdT1TLmNzcyhlLCJsZWZ0IiksKCJhYnNvbHV0ZSI9PT1sfHwiZml4ZWQiPT09bCkmJi0xPChvK3UpLmluZGV4T2YoImF1dG8iKT8oYT0ocj1jLnBvc2l0aW9uKCkpLnRvcCxpPXIubGVmdCk6KGE9cGFyc2VGbG9hdChvKXx8MCxpPXBhcnNlRmxvYXQodSl8fDApLG0odCkmJih0PXQuY2FsbChlLG4sUy5leHRlbmQoe30scykpKSxudWxsIT10LnRvcCYmKGYudG9wPXQudG9wLXMudG9wK2EpLG51bGwhPXQubGVmdCYmKGYubGVmdD10LmxlZnQtcy5sZWZ0K2kpLCJ1c2luZyJpbiB0P3QudXNpbmcuY2FsbChlLGYpOigibnVtYmVyIj09dHlwZW9mIGYudG9wJiYoZi50b3ArPSJweCIpLCJudW1iZXIiPT10eXBlb2YgZi5sZWZ0JiYoZi5sZWZ0Kz0icHgiKSxjLmNzcyhmKSl9fSxTLmZuLmV4dGVuZCh7b2Zmc2V0OmZ1bmN0aW9uKHQpe2lmKGFyZ3VtZW50cy5sZW5ndGgpcmV0dXJuIHZvaWQgMD09PXQ/dGhpczp0aGlzLmVhY2goZnVuY3Rpb24oZSl7Uy5vZmZzZXQuc2V0T2Zmc2V0KHRoaXMsdCxlKX0pO3ZhciBlLG4scj10aGlzWzBdO3JldHVybiByP3IuZ2V0Q2xpZW50UmVjdHMoKS5sZW5ndGg/KGU9ci5nZXRCb3VuZGluZ0NsaWVudFJlY3QoKSxuPXIub3duZXJEb2N1bWVudC5kZWZhdWx0Vmlldyx7dG9wOmUudG9wK24ucGFnZVlPZmZzZXQsbGVmdDplLmxlZnQrbi5wYWdlWE9mZnNldH0pOnt0b3A6MCxsZWZ0OjB9OnZvaWQgMH0scG9zaXRpb246ZnVuY3Rpb24oKXtpZih0aGlzWzBdKXt2YXIgZSx0LG4scj10aGlzWzBdLGk9e3RvcDowLGxlZnQ6MH07aWYoImZpeGVkIj09PVMuY3NzKHIsInBvc2l0aW9uIikpdD1yLmdldEJvdW5kaW5nQ2xpZW50UmVjdCgpO2Vsc2V7dD10aGlzLm9mZnNldCgpLG49ci5vd25lckRvY3VtZW50LGU9ci5vZmZzZXRQYXJlbnR8fG4uZG9jdW1lbnRFbGVtZW50O3doaWxlKGUmJihlPT09bi5ib2R5fHxlPT09bi5kb2N1bWVudEVsZW1lbnQpJiYic3RhdGljIj09PVMuY3NzKGUsInBvc2l0aW9uIikpZT1lLnBhcmVudE5vZGU7ZSYmZSE9PXImJjE9PT1lLm5vZGVUeXBlJiYoKGk9UyhlKS5vZmZzZXQoKSkudG9wKz1TLmNzcyhlLCJib3JkZXJUb3BXaWR0aCIsITApLGkubGVmdCs9Uy5jc3MoZSwiYm9yZGVyTGVmdFdpZHRoIiwhMCkpfXJldHVybnt0b3A6dC50b3AtaS50b3AtUy5jc3MociwibWFyZ2luVG9wIiwhMCksbGVmdDp0LmxlZnQtaS5sZWZ0LVMuY3NzKHIsIm1hcmdpbkxlZnQiLCEwKX19fSxvZmZzZXRQYXJlbnQ6ZnVuY3Rpb24oKXtyZXR1cm4gdGhpcy5tYXAoZnVuY3Rpb24oKXt2YXIgZT10aGlzLm9mZnNldFBhcmVudDt3aGlsZShlJiYic3RhdGljIj09PVMuY3NzKGUsInBvc2l0aW9uIikpZT1lLm9mZnNldFBhcmVudDtyZXR1cm4gZXx8cmV9KX19KSxTLmVhY2goe3Njcm9sbExlZnQ6InBhZ2VYT2Zmc2V0IixzY3JvbGxUb3A6InBhZ2VZT2Zmc2V0In0sZnVuY3Rpb24odCxpKXt2YXIgbz0icGFnZVlPZmZzZXQiPT09aTtTLmZuW3RdPWZ1bmN0aW9uKGUpe3JldHVybiAkKHRoaXMsZnVuY3Rpb24oZSx0LG4pe3ZhciByO2lmKHgoZSk/cj1lOjk9PT1lLm5vZGVUeXBlJiYocj1lLmRlZmF1bHRWaWV3KSx2b2lkIDA9PT1uKXJldHVybiByP3JbaV06ZVt0XTtyP3Iuc2Nyb2xsVG8obz9yLnBhZ2VYT2Zmc2V0Om4sbz9uOnIucGFnZVlPZmZzZXQpOmVbdF09bn0sdCxlLGFyZ3VtZW50cy5sZW5ndGgpfX0pLFMuZWFjaChbInRvcCIsImxlZnQiXSxmdW5jdGlvbihlLG4pe1MuY3NzSG9va3Nbbl09JGUoeS5waXhlbFBvc2l0aW9uLGZ1bmN0aW9uKGUsdCl7aWYodClyZXR1cm4gdD1CZShlLG4pLE1lLnRlc3QodCk/UyhlKS5wb3NpdGlvbigpW25dKyJweCI6dH0pfSksUy5lYWNoKHtIZWlnaHQ6ImhlaWdodCIsV2lkdGg6IndpZHRoIn0sZnVuY3Rpb24oYSxzKXtTLmVhY2goe3BhZGRpbmc6ImlubmVyIithLGNvbnRlbnQ6cywiIjoib3V0ZXIiK2F9LGZ1bmN0aW9uKHIsbyl7Uy5mbltvXT1mdW5jdGlvbihlLHQpe3ZhciBuPWFyZ3VtZW50cy5sZW5ndGgmJihyfHwiYm9vbGVhbiIhPXR5cGVvZiBlKSxpPXJ8fCghMD09PWV8fCEwPT09dD8ibWFyZ2luIjoiYm9yZGVyIik7cmV0dXJuICQodGhpcyxmdW5jdGlvbihlLHQsbil7dmFyIHI7cmV0dXJuIHgoZSk/MD09PW8uaW5kZXhPZigib3V0ZXIiKT9lWyJpbm5lciIrYV06ZS5kb2N1bWVudC5kb2N1bWVudEVsZW1lbnRbImNsaWVudCIrYV06OT09PWUubm9kZVR5cGU/KHI9ZS5kb2N1bWVudEVsZW1lbnQsTWF0aC5tYXgoZS5ib2R5WyJzY3JvbGwiK2FdLHJbInNjcm9sbCIrYV0sZS5ib2R5WyJvZmZzZXQiK2FdLHJbIm9mZnNldCIrYV0sclsiY2xpZW50IithXSkpOnZvaWQgMD09PW4/Uy5jc3MoZSx0LGkpOlMuc3R5bGUoZSx0LG4saSl9LHMsbj9lOnZvaWQgMCxuKX19KX0pLFMuZWFjaChbImFqYXhTdGFydCIsImFqYXhTdG9wIiwiYWpheENvbXBsZXRlIiwiYWpheEVycm9yIiwiYWpheFN1Y2Nlc3MiLCJhamF4U2VuZCJdLGZ1bmN0aW9uKGUsdCl7Uy5mblt0XT1mdW5jdGlvbihlKXtyZXR1cm4gdGhpcy5vbih0LGUpfX0pLFMuZm4uZXh0ZW5kKHtiaW5kOmZ1bmN0aW9uKGUsdCxuKXtyZXR1cm4gdGhpcy5vbihlLG51bGwsdCxuKX0sdW5iaW5kOmZ1bmN0aW9uKGUsdCl7cmV0dXJuIHRoaXMub2ZmKGUsbnVsbCx0KX0sZGVsZWdhdGU6ZnVuY3Rpb24oZSx0LG4scil7cmV0dXJuIHRoaXMub24odCxlLG4scil9LHVuZGVsZWdhdGU6ZnVuY3Rpb24oZSx0LG4pe3JldHVybiAxPT09YXJndW1lbnRzLmxlbmd0aD90aGlzLm9mZihlLCIqKiIpOnRoaXMub2ZmKHQsZXx8IioqIixuKX0saG92ZXI6ZnVuY3Rpb24oZSx0KXtyZXR1cm4gdGhpcy5tb3VzZWVudGVyKGUpLm1vdXNlbGVhdmUodHx8ZSl9fSksUy5lYWNoKCJibHVyIGZvY3VzIGZvY3VzaW4gZm9jdXNvdXQgcmVzaXplIHNjcm9sbCBjbGljayBkYmxjbGljayBtb3VzZWRvd24gbW91c2V1cCBtb3VzZW1vdmUgbW91c2VvdmVyIG1vdXNlb3V0IG1vdXNlZW50ZXIgbW91c2VsZWF2ZSBjaGFuZ2Ugc2VsZWN0IHN1Ym1pdCBrZXlkb3duIGtleXByZXNzIGtleXVwIGNvbnRleHRtZW51Ii5zcGxpdCgiICIpLGZ1bmN0aW9uKGUsbil7Uy5mbltuXT1mdW5jdGlvbihlLHQpe3JldHVybiAwPGFyZ3VtZW50cy5sZW5ndGg/dGhpcy5vbihuLG51bGwsZSx0KTp0aGlzLnRyaWdnZXIobil9fSk7dmFyIEd0PS9eW1xzXHVGRUZGXHhBMF0rfFtcc1x1RkVGRlx4QTBdKyQvZztTLnByb3h5PWZ1bmN0aW9uKGUsdCl7dmFyIG4scixpO2lmKCJzdHJpbmciPT10eXBlb2YgdCYmKG49ZVt0XSx0PWUsZT1uKSxtKGUpKXJldHVybiByPXMuY2FsbChhcmd1bWVudHMsMiksKGk9ZnVuY3Rpb24oKXtyZXR1cm4gZS5hcHBseSh0fHx0aGlzLHIuY29uY2F0KHMuY2FsbChhcmd1bWVudHMpKSl9KS5ndWlkPWUuZ3VpZD1lLmd1aWR8fFMuZ3VpZCsrLGl9LFMuaG9sZFJlYWR5PWZ1bmN0aW9uKGUpe2U/Uy5yZWFkeVdhaXQrKzpTLnJlYWR5KCEwKX0sUy5pc0FycmF5PUFycmF5LmlzQXJyYXksUy5wYXJzZUpTT049SlNPTi5wYXJzZSxTLm5vZGVOYW1lPUEsUy5pc0Z1bmN0aW9uPW0sUy5pc1dpbmRvdz14LFMuY2FtZWxDYXNlPVgsUy50eXBlPXcsUy5ub3c9RGF0ZS5ub3csUy5pc051bWVyaWM9ZnVuY3Rpb24oZSl7dmFyIHQ9Uy50eXBlKGUpO3JldHVybigibnVtYmVyIj09PXR8fCJzdHJpbmciPT09dCkmJiFpc05hTihlLXBhcnNlRmxvYXQoZSkpfSxTLnRyaW09ZnVuY3Rpb24oZSl7cmV0dXJuIG51bGw9PWU/IiI6KGUrIiIpLnJlcGxhY2UoR3QsIiIpfSwiZnVuY3Rpb24iPT10eXBlb2YgZGVmaW5lJiZkZWZpbmUuYW1kJiZkZWZpbmUoImpxdWVyeSIsW10sZnVuY3Rpb24oKXtyZXR1cm4gU30pO3ZhciBZdD1DLmpRdWVyeSxRdD1DLiQ7cmV0dXJuIFMubm9Db25mbGljdD1mdW5jdGlvbihlKXtyZXR1cm4gQy4kPT09UyYmKEMuJD1RdCksZSYmQy5qUXVlcnk9PT1TJiYoQy5qUXVlcnk9WXQpLFN9LCJ1bmRlZmluZWQiPT10eXBlb2YgZSYmKEMualF1ZXJ5PUMuJD1TKSxTfSk7Cg=="; var letteringBase64 = exports.letteringBase64 = "KGZ1bmN0aW9uKCQpewoJZnVuY3Rpb24gaW5qZWN0b3IodCwgc3BsaXR0ZXIsIGtsYXNzLCBhZnRlcikgewoJCXZhciB0ZXh0ID0gdC50ZXh0KCkKCQksIGEgPSB0ZXh0LnNwbGl0KHNwbGl0dGVyKQoJCSwgaW5qZWN0ID0gJyc7CgkJaWYgKGEubGVuZ3RoKSB7CgkJCSQoYSkuZWFjaChmdW5jdGlvbihpLCBpdGVtKSB7CgkJCQlpbmplY3QgKz0gJzxzcGFuIGNsYXNzPSInK2tsYXNzKyhpKzEpKyciIGFyaWEtaGlkZGVuPSJ0cnVlIj4nK2l0ZW0rJzwvc3Bhbj4nK2FmdGVyOwoJCQl9KTsKCQkJdC5hdHRyKCdhcmlhLWxhYmVsJyx0ZXh0KQoJCQkuZW1wdHkoKQoJCQkuYXBwZW5kKGluamVjdCkKCgkJfQoJfQoKCgl2YXIgbWV0aG9kcyA9IHsKCQlpbml0IDogZnVuY3Rpb24oKSB7CgoJCQlyZXR1cm4gdGhpcy5lYWNoKGZ1bmN0aW9uKCkgewoJCQkJaW5qZWN0b3IoJCh0aGlzKSwgJycsICdjaGFyJywgJycpOwoJCQl9KTsKCgkJfSwKCgkJd29yZHMgOiBmdW5jdGlvbigpIHsKCgkJCXJldHVybiB0aGlzLmVhY2goZnVuY3Rpb24oKSB7CgkJCQlpbmplY3RvcigkKHRoaXMpLCAnICcsICd3b3JkJywgJyAnKTsKCQkJfSk7CgoJCX0sCgoJCWxpbmVzIDogZnVuY3Rpb24oKSB7CgoJCQlyZXR1cm4gdGhpcy5lYWNoKGZ1bmN0aW9uKCkgewoJCQkJdmFyIHIgPSAiZWVmZWMzMDMwNzlhZDE3NDA1Yzg4OWUwOTJlMTA1YjAiOwoJCQkJLy8gQmVjYXVzZSBpdCdzIGhhcmQgdG8gc3BsaXQgYSA8YnIvPiB0YWcgY29uc2lzdGVudGx5IGFjcm9zcyBicm93c2VycywKCQkJCS8vICgqYWhlbSogSUUgKmFoZW0qKSwgd2UgcmVwbGFjZSBhbGwgPGJyLz4gaW5zdGFuY2VzIHdpdGggYW4gbWQ1IGhhc2gKCQkJCS8vIChvZiB0aGUgd29yZCAic3BsaXQiKS4gIElmIHlvdSdyZSB0cnlpbmcgdG8gdXNlIHRoaXMgcGx1Z2luIG9uIHRoYXQKCQkJCS8vIG1kNSBoYXNoIHN0cmluZywgaXQgd2lsbCBmYWlsIGJlY2F1c2UgeW91J3JlIGJlaW5nIHJpZGljdWxvdXMuCgkJCQlpbmplY3RvcigkKHRoaXMpLmNoaWxkcmVuKCJiciIpLnJlcGxhY2VXaXRoKHIpLmVuZCgpLCByLCAnbGluZScsICcnKTsKCQkJfSk7CgoJCX0KCX07CgoJJC5mbi5sZXR0ZXJpbmcgPSBmdW5jdGlvbiggbWV0aG9kICkgewoJCS8vIE1ldGhvZCBjYWxsaW5nIGxvZ2ljCgkJaWYgKCBtZXRob2QgJiYgbWV0aG9kc1ttZXRob2RdICkgewoJCQlyZXR1cm4gbWV0aG9kc1sgbWV0aG9kIF0uYXBwbHkoIHRoaXMsIFtdLnNsaWNlLmNhbGwoIGFyZ3VtZW50cywgMSApKTsKCQl9IGVsc2UgaWYgKCBtZXRob2QgPT09ICdsZXR0ZXJzJyB8fCAhIG1ldGhvZCApIHsKCQkJcmV0dXJuIG1ldGhvZHMuaW5pdC5hcHBseSggdGhpcywgW10uc2xpY2UuY2FsbCggYXJndW1lbnRzLCAwICkgKTsgLy8gYWx3YXlzIHBhc3MgYW4gYXJyYXkKCQl9CgkJJC5lcnJvciggJ01ldGhvZCAnICsgIG1ldGhvZCArICcgZG9lcyBub3QgZXhpc3Qgb24galF1ZXJ5LmxldHRlcmluZycgKTsKCQlyZXR1cm4gdGhpczsKCX07Cgp9KShqUXVlcnkpOw=="; var columnizerBase64 = exports.columnizerBase64 = "KGZ1bmN0aW9uKCQpeyQuZm4uY29sdW1uaXplPWZ1bmN0aW9uKG9wdGlvbnMpe3RoaXMuY29scz1bXTt0aGlzLm9mZnNldD0wO3RoaXMuYmVmb3JlPVtdO3RoaXMubGFzdE90aGVyPTA7dGhpcy5wcmV2TWF4PTA7dGhpcy5kZWJ1Zz0wO3RoaXMuc2V0Q29sdW1uU3RhcnQ9bnVsbDt0aGlzLmVsaXBzaXNUZXh0PScnO3ZhciBkZWZhdWx0cz17d2lkdGg6NDAwLGNvbHVtbnM6ZmFsc2UsYnVpbGRPbmNlOmZhbHNlLG92ZXJmbG93OmZhbHNlLGRvbmVGdW5jOmZ1bmN0aW9uKCl7fSx0YXJnZXQ6ZmFsc2UsaWdub3JlSW1hZ2VMb2FkaW5nOnRydWUsY29sdW1uRmxvYXQ6ImxlZnQiLGxhc3ROZXZlclRhbGxlc3Q6ZmFsc2UsYWNjdXJhY3k6ZmFsc2UscHJlY2lzZTpmYWxzZSxtYW51YWxCcmVha3M6ZmFsc2UsY3NzQ2xhc3NQcmVmaXg6IiIsZWxpcHNpc1RleHQ6Jy4uLicsZGVidWc6MH07b3B0aW9ucz0kLmV4dGVuZChkZWZhdWx0cyxvcHRpb25zKTtpZih0eXBlb2Yob3B0aW9ucy53aWR0aCk9PSJzdHJpbmciKXtvcHRpb25zLndpZHRoPXBhcnNlSW50KG9wdGlvbnMud2lkdGgsMTApO2lmKGlzTmFOKG9wdGlvbnMud2lkdGgpKXtvcHRpb25zLndpZHRoPWRlZmF1bHRzLndpZHRoO319CmlmKHR5cGVvZiBvcHRpb25zLnNldENvbHVtblN0YXJ0PT0nZnVuY3Rpb24nKXt0aGlzLnNldENvbHVtblN0YXJ0PW9wdGlvbnMuc2V0Q29sdW1uU3RhcnQ7fQppZih0eXBlb2Ygb3B0aW9ucy5lbGlwc2lzVGV4dD09J3N0cmluZycpe3RoaXMuZWxpcHNpc1RleHQ9b3B0aW9ucy5lbGlwc2lzVGV4dDt9CmlmKG9wdGlvbnMuZGVidWcpe3RoaXMuZGVidWc9b3B0aW9ucy5kZWJ1Zzt9CmlmKCFvcHRpb25zLnNldFdpZHRoKXtpZihvcHRpb25zLnByZWNpc2Upe29wdGlvbnMuc2V0V2lkdGg9ZnVuY3Rpb24obnVtQ29scyl7cmV0dXJuIDEwMC9udW1Db2xzO307fWVsc2V7b3B0aW9ucy5zZXRXaWR0aD1mdW5jdGlvbihudW1Db2xzKXtyZXR1cm4gTWF0aC5mbG9vcigxMDAvbnVtQ29scyk7fTt9fQpmdW5jdGlvbiBhcHBlbmRTYWZlKCR0YXJnZXQsJGVsZW0pe3RyeXskdGFyZ2V0LmFwcGVuZCgkZWxlbSk7fWNhdGNoKGUpeyR0YXJnZXRbMF0uYXBwZW5kQ2hpbGQoJGVsZW1bMF0pO319CnJldHVybiB0aGlzLmVhY2goZnVuY3Rpb24oKXt2YXIgJGluQm94PW9wdGlvbnMudGFyZ2V0PyQob3B0aW9ucy50YXJnZXQpOiQodGhpcyk7dmFyIG1heEhlaWdodD0kKHRoaXMpLmhlaWdodCgpO3ZhciAkY2FjaGU9JCgnPGRpdj48L2Rpdj4nKTt2YXIgbGFzdFdpZHRoPTA7dmFyIGNvbHVtbml6aW5nPWZhbHNlO3ZhciBtYW51YWxCcmVha3M9b3B0aW9ucy5tYW51YWxCcmVha3M7dmFyIGNzc0NsYXNzUHJlZml4PWRlZmF1bHRzLmNzc0NsYXNzUHJlZml4O2lmKHR5cGVvZihvcHRpb25zLmNzc0NsYXNzUHJlZml4KT09InN0cmluZyIpe2Nzc0NsYXNzUHJlZml4PW9wdGlvbnMuY3NzQ2xhc3NQcmVmaXg7fQp2YXIgYWRqdXN0bWVudD0wO2FwcGVuZFNhZmUoJGNhY2hlLCQodGhpcykuY29udGVudHMoKS5jbG9uZSh0cnVlKSk7aWYoIW9wdGlvbnMuaWdub3JlSW1hZ2VMb2FkaW5nJiYhb3B0aW9ucy50YXJnZXQpe2lmKCEkaW5Cb3guZGF0YSgiaW1hZ2VMb2FkZWQiKSl7JGluQm94LmRhdGEoImltYWdlTG9hZGVkIix0cnVlKTtpZigkKHRoaXMpLmZpbmQoImltZyIpLmxlbmd0aD4wKXt2YXIgZnVuYz1mdW5jdGlvbigkaW5Cb3gsJGNhY2hlKXtyZXR1cm4gZnVuY3Rpb24oKXtpZighJGluQm94LmRhdGEoImZpcnN0SW1hZ2VMb2FkZWQiKSl7JGluQm94LmRhdGEoImZpcnN0SW1hZ2VMb2FkZWQiLCJ0cnVlIik7YXBwZW5kU2FmZSgkaW5Cb3guZW1wdHkoKSwkY2FjaGUuY2hpbGRyZW4oKS5jbG9uZSh0cnVlKSk7JGluQm94LmNvbHVtbml6ZShvcHRpb25zKTt9fTt9KCQodGhpcyksJGNhY2hlKTskKHRoaXMpLmZpbmQoImltZyIpLm9uZSgibG9hZCIsZnVuYyk7JCh0aGlzKS5maW5kKCJpbWciKS5vbmUoImFib3J0IixmdW5jKTtyZXR1cm47fX19CiRpbkJveC5lbXB0eSgpO2NvbHVtbml6ZUl0KCk7aWYoIW9wdGlvbnMuYnVpbGRPbmNlKXskKHdpbmRvdykucmVzaXplKGZ1bmN0aW9uKCl7aWYoIW9wdGlvbnMuYnVpbGRPbmNlKXtpZigkaW5Cb3guZGF0YSgidGltZW91dCIpKXtjbGVhclRpbWVvdXQoJGluQm94LmRhdGEoInRpbWVvdXQiKSk7fQokaW5Cb3guZGF0YSgidGltZW91dCIsc2V0VGltZW91dChjb2x1bW5pemVJdCwyMDApKTt9fSk7fQpmdW5jdGlvbiBwcmVmaXhUaGVDbGFzc05hbWUoY2xhc3NOYW1lLHdpdGhEb3Qpe3ZhciBkb3Q9d2l0aERvdD8iLiI6IiI7aWYoY3NzQ2xhc3NQcmVmaXgubGVuZ3RoKXtyZXR1cm4gZG90K2Nzc0NsYXNzUHJlZml4KyItIitjbGFzc05hbWU7fQpyZXR1cm4gZG90K2NsYXNzTmFtZTt9CmZ1bmN0aW9uIGNvbHVtbml6ZSgkcHV0SW5IZXJlLCRwdWxsT3V0SGVyZSwkcGFyZW50Q29sdW1uLHRhcmdldEhlaWdodCl7d2hpbGUoKG1hbnVhbEJyZWFrc3x8JHBhcmVudENvbHVtbi5oZWlnaHQoKTx0YXJnZXRIZWlnaHQpJiYkcHVsbE91dEhlcmVbMF0uY2hpbGROb2Rlcy5sZW5ndGgpe3ZhciBub2RlPSRwdWxsT3V0SGVyZVswXS5jaGlsZE5vZGVzWzBdO2lmKCQobm9kZSkuZmluZChwcmVmaXhUaGVDbGFzc05hbWUoImNvbHVtbmJyZWFrIix0cnVlKSkubGVuZ3RoKXtyZXR1cm47fQppZigkKG5vZGUpLmhhc0NsYXNzKHByZWZpeFRoZUNsYXNzTmFtZSgiY29sdW1uYnJlYWsiKSkpe3JldHVybjt9CmFwcGVuZFNhZmUoJHB1dEluSGVyZSwkKG5vZGUpKTt9CmlmKCRwdXRJbkhlcmVbMF0uY2hpbGROb2Rlcy5sZW5ndGg9PT0wKXJldHVybjt2YXIga2lkcz0kcHV0SW5IZXJlWzBdLmNoaWxkTm9kZXM7dmFyIGxhc3RLaWQ9a2lkc1traWRzLmxlbmd0aC0xXTskcHV0SW5IZXJlWzBdLnJlbW92ZUNoaWxkKGxhc3RLaWQpO3ZhciAkaXRlbT0kKGxhc3RLaWQpO2lmKCRpdGVtWzBdLm5vZGVUeXBlPT0zKXt2YXIgb1RleHQ9JGl0ZW1bMF0ubm9kZVZhbHVlO3ZhciBjb3VudGVyMj1vcHRpb25zLndpZHRoLzE4O2lmKG9wdGlvbnMuYWNjdXJhY3kpCmNvdW50ZXIyPW9wdGlvbnMuYWNjdXJhY3k7dmFyIGNvbHVtblRleHQ7dmFyIGxhdGVzdFRleHROb2RlPW51bGw7d2hpbGUoJHBhcmVudENvbHVtbi5oZWlnaHQoKTx0YXJnZXRIZWlnaHQmJm9UZXh0Lmxlbmd0aCl7dmFyIGluZGV4T2ZTcGFjZT1vVGV4dC5pbmRleE9mKCcgJyxjb3VudGVyMik7aWYoaW5kZXhPZlNwYWNlIT0tMSl7Y29sdW1uVGV4dD1vVGV4dC5zdWJzdHJpbmcoMCxpbmRleE9mU3BhY2UpO31lbHNle2NvbHVtblRleHQ9b1RleHQ7fQpsYXRlc3RUZXh0Tm9kZT1kb2N1bWVudC5jcmVhdGVUZXh0Tm9kZShjb2x1bW5UZXh0KTthcHBlbmRTYWZlKCRwdXRJbkhlcmUsJChsYXRlc3RUZXh0Tm9kZSkpO2lmKG9UZXh0Lmxlbmd0aD5jb3VudGVyMiYmaW5kZXhPZlNwYWNlIT0tMSl7b1RleHQ9b1RleHQuc3Vic3RyaW5nKGluZGV4T2ZTcGFjZSk7fWVsc2V7b1RleHQ9IiI7fX0KaWYoJHBhcmVudENvbHVtbi5oZWlnaHQoKT49dGFyZ2V0SGVpZ2h0JiZsYXRlc3RUZXh0Tm9kZSE9PW51bGwpeyRwdXRJbkhlcmVbMF0ucmVtb3ZlQ2hpbGQobGF0ZXN0VGV4dE5vZGUpO29UZXh0PWxhdGVzdFRleHROb2RlLm5vZGVWYWx1ZStvVGV4dDt9CmlmKG9UZXh0Lmxlbmd0aCl7JGl0ZW1bMF0ubm9kZVZhbHVlPW9UZXh0O31lbHNle3JldHVybiBmYWxzZTt9fQppZigkcHVsbE91dEhlcmUuY29udGVudHMoKS5sZW5ndGgpeyRwdWxsT3V0SGVyZS5wcmVwZW5kKCRpdGVtKTt9ZWxzZXthcHBlbmRTYWZlKCRwdWxsT3V0SGVyZSwkaXRlbSk7fQpyZXR1cm4gJGl0ZW1bMF0ubm9kZVR5cGU9PTM7fQpmdW5jdGlvbiBzcGxpdCgkcHV0SW5IZXJlLCRwdWxsT3V0SGVyZSwkcGFyZW50Q29sdW1uLHRhcmdldEhlaWdodCl7aWYoJHB1dEluSGVyZS5jb250ZW50cygiOmxhc3QiKS5maW5kKHByZWZpeFRoZUNsYXNzTmFtZSgiY29sdW1uYnJlYWsiLHRydWUpKS5sZW5ndGgpe3JldHVybjt9CmlmKCRwdXRJbkhlcmUuY29udGVudHMoIjpsYXN0IikuaGFzQ2xhc3MocHJlZml4VGhlQ2xhc3NOYW1lKCJjb2x1bW5icmVhayIpKSl7cmV0dXJuO30KaWYoJHB1bGxPdXRIZXJlLmNvbnRlbnRzKCkubGVuZ3RoKXt2YXIgJGNsb25lTWU9JHB1bGxPdXRIZXJlLmNvbnRlbnRzKCI6Zmlyc3QiKTtpZih0eXBlb2YgJGNsb25lTWUuZ2V0KDApPT0ndW5kZWZpbmVkJ3x8JGNsb25lTWUuZ2V0KDApLm5vZGVUeXBlIT0xKXJldHVybjt2YXIgJGNsb25lPSRjbG9uZU1lLmNsb25lKHRydWUpO2lmKCRjbG9uZU1lLmhhc0NsYXNzKHByZWZpeFRoZUNsYXNzTmFtZSgiY29sdW1uYnJlYWsiKSkpe2FwcGVuZFNhZmUoJHB1dEluSGVyZSwkY2xvbmUpOyRjbG9uZU1lLnJlbW92ZSgpO31lbHNlIGlmKG1hbnVhbEJyZWFrcyl7YXBwZW5kU2FmZSgkcHV0SW5IZXJlLCRjbG9uZSk7JGNsb25lTWUucmVtb3ZlKCk7fWVsc2UgaWYoJGNsb25lLmdldCgwKS5ub2RlVHlwZT09MSYmISRjbG9uZS5oYXNDbGFzcyhwcmVmaXhUaGVDbGFzc05hbWUoImRvbnRlbmQiKSkpe2FwcGVuZFNhZmUoJHB1dEluSGVyZSwkY2xvbmUpO2lmKCRjbG9uZS5pcygiaW1nIikmJiRwYXJlbnRDb2x1bW4uaGVpZ2h0KCk8dGFyZ2V0SGVpZ2h0KzIwKXskY2xvbmVNZS5yZW1vdmUoKTt9ZWxzZSBpZigkY2xvbmVNZS5oYXNDbGFzcyhwcmVmaXhUaGVDbGFzc05hbWUoImRvbnRzcGxpdCIpKSYmJHBhcmVudENvbHVtbi5oZWlnaHQoKTx0YXJnZXRIZWlnaHQrMjApeyRjbG9uZU1lLnJlbW92ZSgpO31lbHNlIGlmKCRjbG9uZS5pcygiaW1nIil8fCRjbG9uZU1lLmhhc0NsYXNzKHByZWZpeFRoZUNsYXNzTmFtZSgiZG9udHNwbGl0IikpKXskY2xvbmUucmVtb3ZlKCk7fWVsc2V7JGNsb25lLmVtcHR5KCk7aWYoIWNvbHVtbml6ZSgkY2xvbmUsJGNsb25lTWUsJHBhcmVudENvbHVtbix0YXJnZXRIZWlnaHQpKXskY2xvbmVNZS5hZGRDbGFzcyhwcmVmaXhUaGVDbGFzc05hbWUoInNwbGl0IikpO2lmKCRjbG9uZU1lLmdldCgwKS50YWdOYW1lPT0nT0wnKXt2YXIgc3RhcnRXaXRoPSRjbG9uZS5nZXQoMCkuY2hpbGRFbGVtZW50Q291bnQrJGNsb25lLmdldCgwKS5zdGFydDskY2xvbmVNZS5hdHRyKCdzdGFydCcsc3RhcnRXaXRoKzEpO30KaWYoJGNsb25lTWUuY2hpbGRyZW4oKS5sZW5ndGgpe3NwbGl0KCRjbG9uZSwkY2xvbmVNZSwkcGFyZW50Q29sdW1uLHRhcmdldEhlaWdodCk7fX1lbHNleyRjbG9uZU1lLmFkZENsYXNzKHByZWZpeFRoZUNsYXNzTmFtZSgic3BsaXQiKSk7fQppZigkY2xvbmUuZ2V0KDApLmNoaWxkTm9kZXMubGVuZ3RoPT09MCl7JGNsb25lLnJlbW92ZSgpOyRjbG9uZU1lLnJlbW92ZUNsYXNzKHByZWZpeFRoZUNsYXNzTmFtZSgic3BsaXQiKSk7fX19fX0KZnVuY3Rpb24gc2luZ2xlQ29sdW1uaXplSXQoKXtpZigkaW5Cb3guZGF0YSgiY29sdW1uaXplZCIpJiYkaW5Cb3guY2hpbGRyZW4oKS5sZW5ndGg9PTEpe3JldHVybjt9CiRpbkJveC5kYXRhKCJjb2x1bW5pemVkIix0cnVlKTskaW5Cb3guZGF0YSgiY29sdW1uaXppbmciLHRydWUpOyRpbkJveC5lbXB0eSgpOyRpbkJveC5hcHBlbmQoJCgiPGRpdiBjbGFzcz0nIgorcHJlZml4VGhlQ2xhc3NOYW1lKCJmaXJzdCIpKyIgIgorcHJlZml4VGhlQ2xhc3NOYW1lKCJsYXN0IikrIiAiCitwcmVmaXhUaGVDbGFzc05hbWUoImNvbHVtbiIpKyIgIgorIicgc3R5bGU9J3dpZHRoOjEwMCU7IGZsb2F0OiAiK29wdGlvbnMuY29sdW1uRmxvYXQrIjsnPjwvZGl2PiIpKTskY29sPSRpbkJveC5jaGlsZHJlbigpLmVxKCRpbkJveC5jaGlsZHJlbigpLmxlbmd0aC0xKTskZGVzdHJveWFibGU9JGNhY2hlLmNsb25lKHRydWUpO2lmKG9wdGlvbnMub3ZlcmZsb3cpe3RhcmdldEhlaWdodD1vcHRpb25zLm92ZXJmbG93LmhlaWdodDtjb2x1bW5pemUoJGNvbCwkZGVzdHJveWFibGUsJGNvbCx0YXJnZXRIZWlnaHQpO2lmKCEkZGVzdHJveWFibGUuY29udGVudHMoKS5maW5kKCI6Zmlyc3QtY2hpbGQiKS5oYXNDbGFzcyhwcmVmaXhUaGVDbGFzc05hbWUoImRvbnRlbmQiKSkpe3NwbGl0KCRjb2wsJGRlc3Ryb3lhYmxlLCRjb2wsdGFyZ2V0SGVpZ2h0KTt9CndoaWxlKCRjb2wuY29udGVudHMoIjpsYXN0IikubGVuZ3RoJiZjaGVja0RvbnRFbmRDb2x1bW4oJGNvbC5jb250ZW50cygiOmxhc3QiKS5nZXQoMCkpKXt2YXIgJGxhc3RLaWQ9JGNvbC5jb250ZW50cygiOmxhc3QiKTskbGFzdEtpZC5yZW1vdmUoKTskZGVzdHJveWFibGUucHJlcGVuZCgkbGFzdEtpZCk7fQp2YXIgaHRtbD0iIjt2YXIgZGl2PWRvY3VtZW50LmNyZWF0ZUVsZW1lbnQoJ0RJVicpO3doaWxlKCRkZXN0cm95YWJsZVswXS5jaGlsZE5vZGVzLmxlbmd0aD4wKXt2YXIga2lkPSRkZXN0cm95YWJsZVswXS5jaGlsZE5vZGVzWzBdO2lmKGtpZC5hdHRyaWJ1dGVzKXtmb3IodmFyIGk9MDtpPGtpZC5hdHRyaWJ1dGVzLmxlbmd0aDtpKyspe2lmKGtpZC5hdHRyaWJ1dGVzW2ldLm5vZGVOYW1lLmluZGV4T2YoImpRdWVyeSIpPT09MCl7a2lkLnJlbW92ZUF0dHJpYnV0ZShraWQuYXR0cmlidXRlc1tpXS5ub2RlTmFtZSk7fX19CmRpdi5pbm5lckhUTUw9IiI7ZGl2LmFwcGVuZENoaWxkKCRkZXN0cm95YWJsZVswXS5jaGlsZE5vZGVzWzBdKTtodG1sKz1kaXYuaW5uZXJIVE1MO30KdmFyIG92ZXJmbG93PSQob3B0aW9ucy5vdmVyZmxvdy5pZClbMF07b3ZlcmZsb3cuaW5uZXJIVE1MPWh0bWw7fWVsc2V7YXBwZW5kU2FmZSgkY29sLCRkZXN0cm95YWJsZS5jb250ZW50cygpKTt9CiRpbkJveC5kYXRhKCJjb2x1bW5pemluZyIsZmFsc2UpO2lmKG9wdGlvbnMub3ZlcmZsb3cmJm9wdGlvbnMub3ZlcmZsb3cuZG9uZUZ1bmMpe29wdGlvbnMub3ZlcmZsb3cuZG9uZUZ1bmMoKTt9Cm9wdGlvbnMuZG9uZUZ1bmMoKTt9CmZ1bmN0aW9uIGNoZWNrRG9udEVuZENvbHVtbihkb20pe2lmKGRvbS5ub2RlVHlwZT09Myl7aWYoL15ccyskLy50ZXN0KGRvbS5ub2RlVmFsdWUpKXtpZighZG9tLnByZXZpb3VzU2libGluZylyZXR1cm4gZmFsc2U7cmV0dXJuIGNoZWNrRG9udEVuZENvbHVtbihkb20ucHJldmlvdXNTaWJsaW5nKTt9CnJldHVybiBmYWxzZTt9CmlmKGRvbS5ub2RlVHlwZSE9MSlyZXR1cm4gZmFsc2U7aWYoJChkb20pLmhhc0NsYXNzKHByZWZpeFRoZUNsYXNzTmFtZSgiZG9udGVuZCIpKSlyZXR1cm4gdHJ1ZTtpZihkb20uY2hpbGROb2Rlcy5sZW5ndGg9PT0wKXJldHVybiBmYWxzZTtyZXR1cm4gY2hlY2tEb250RW5kQ29sdW1uKGRvbS5jaGlsZE5vZGVzW2RvbS5jaGlsZE5vZGVzLmxlbmd0aC0xXSk7fQpmdW5jdGlvbiBjb2x1bW5pemVJdCgpe2FkanVzdG1lbnQ9MDtpZihsYXN0V2lkdGg9PSRpbkJveC53aWR0aCgpKXJldHVybjtsYXN0V2lkdGg9JGluQm94LndpZHRoKCk7dmFyIG51bUNvbHM9TWF0aC5yb3VuZCgkaW5Cb3gud2lkdGgoKS9vcHRpb25zLndpZHRoKTt2YXIgb3B0aW9uV2lkdGg9b3B0aW9ucy53aWR0aDt2YXIgb3B0aW9uSGVpZ2h0PW9wdGlvbnMuaGVpZ2h0O2lmKG9wdGlvbnMuY29sdW1ucyludW1Db2xzPW9wdGlvbnMuY29sdW1ucztpZihtYW51YWxCcmVha3Mpe251bUNvbHM9JGNhY2hlLmZpbmQocHJlZml4VGhlQ2xhc3NOYW1lKCJjb2x1bW5icmVhayIsdHJ1ZSkpLmxlbmd0aCsxO29wdGlvbldpZHRoPWZhbHNlO30KaWYobnVtQ29sczw9MSl7cmV0dXJuIHNpbmdsZUNvbHVtbml6ZUl0KCk7fQppZigkaW5Cb3guZGF0YSgiY29sdW1uaXppbmciKSlyZXR1cm47JGluQm94LmRhdGEoImNvbHVtbml6ZWQiLHRydWUpOyRpbkJveC5kYXRhKCJjb2x1bW5pemluZyIsdHJ1ZSk7JGluQm94LmVtcHR5KCk7JGluQm94LmFwcGVuZCgkKCI8ZGl2IHN0eWxlPSd3aWR0aDoiK29wdGlvbnMuc2V0V2lkdGgobnVtQ29scykrIiU7IGZsb2F0OiAiK29wdGlvbnMuY29sdW1uRmxvYXQrIjsnPjwvZGl2PiIpKTskY29sPSRpbkJveC5jaGlsZHJlbigiOmxhc3QiKTthcHBlbmRTYWZlKCRjb2wsJGNhY2hlLmNsb25lKCkpO21heEhlaWdodD0kY29sLmhlaWdodCgpOyRpbkJveC5lbXB0eSgpO3ZhciB0YXJnZXRIZWlnaHQ9bWF4SGVpZ2h0L251bUNvbHM7dmFyIGZpcnN0VGltZT10cnVlO3ZhciBtYXhMb29wcz0zO3ZhciBzY3JvbGxIb3Jpem9udGFsbHk9ZmFsc2U7aWYob3B0aW9ucy5vdmVyZmxvdyl7bWF4TG9vcHM9MTt0YXJnZXRIZWlnaHQ9b3B0aW9ucy5vdmVyZmxvdy5oZWlnaHQ7fWVsc2UgaWYob3B0aW9uSGVpZ2h0JiZvcHRpb25XaWR0aCl7bWF4TG9vcHM9MTt0YXJnZXRIZWlnaHQ9b3B0aW9uSGVpZ2h0O3Njcm9sbEhvcml6b250YWxseT10cnVlO30KZm9yKHZhciBsb29wQ291bnQ9MDtsb29wQ291bnQ8bWF4TG9vcHMmJmxvb3BDb3VudDwyMDtsb29wQ291bnQrKyl7JGluQm94LmVtcHR5KCk7dmFyICRkZXN0cm95YWJsZSxjbGFzc05hbWUsJGNvbCwkbGFzdEtpZDt0cnl7JGRlc3Ryb3lhYmxlPSRjYWNoZS5jbG9uZSh0cnVlKTt9Y2F0Y2goZSl7JGRlc3Ryb3lhYmxlPSRjYWNoZS5jbG9uZSgpO30KJGRlc3Ryb3lhYmxlLmNzcygidmlzaWJpbGl0eSIsImhpZGRlbiIpO2Zvcih2YXIgaT0wO2k8bnVtQ29scztpKyspe2NsYXNzTmFtZT0oaT09PTApP3ByZWZpeFRoZUNsYXNzTmFtZSgiZmlyc3QiKToiIjtjbGFzc05hbWUrPSIgIitwcmVmaXhUaGVDbGFzc05hbWUoImNvbHVtbiIpO2NsYXNzTmFtZT0oaT09bnVtQ29scy0xKT8ocHJlZml4VGhlQ2xhc3NOYW1lKCJsYXN0IikrIiAiK2NsYXNzTmFtZSk6Y2xhc3NOYW1lOyRpbkJveC5hcHBlbmQoJCgiPGRpdiBjbGFzcz0nIitjbGFzc05hbWUrIicgc3R5bGU9J3dpZHRoOiIrb3B0aW9ucy5zZXRXaWR0aChudW1Db2xzKSsiJTsgZmxvYXQ6ICIrb3B0aW9ucy5jb2x1bW5GbG9hdCsiOyc+PC9kaXY+IikpO30KaT0wO3doaWxlKGk8bnVtQ29scy0ob3B0aW9ucy5vdmVyZmxvdz8wOjEpfHxzY3JvbGxIb3Jpem9udGFsbHkmJiRkZXN0cm95YWJsZS5jb250ZW50cygpLmxlbmd0aCl7aWYoJGluQm94LmNoaWxkcmVuKCkubGVuZ3RoPD1pKXskaW5Cb3guYXBwZW5kKCQoIjxkaXYgY2xhc3M9JyIrY2xhc3NOYW1lKyInIHN0eWxlPSd3aWR0aDoiK29wdGlvbnMuc2V0V2lkdGgobnVtQ29scykrIiU7IGZsb2F0OiAiK29wdGlvbnMuY29sdW1uRmxvYXQrIjsnPjwvZGl2PiIpKTt9CiRjb2w9JGluQm94LmNoaWxkcmVuKCkuZXEoaSk7aWYoc2Nyb2xsSG9yaXpvbnRhbGx5KXskY29sLndpZHRoKG9wdGlvbldpZHRoKyJweCIpO30KY29sdW1uaXplKCRjb2wsJGRlc3Ryb3lhYmxlLCRjb2wsdGFyZ2V0SGVpZ2h0KTtzcGxpdCgkY29sLCRkZXN0cm95YWJsZSwkY29sLHRhcmdldEhlaWdodCk7d2hpbGUoJGNvbC5jb250ZW50cygiOmxhc3QiKS5sZW5ndGgmJmNoZWNrRG9udEVuZENvbHVtbigkY29sLmNvbnRlbnRzKCI6bGFzdCIpLmdldCgwKSkpeyRsYXN0S2lkPSRjb2wuY29udGVudHMoIjpsYXN0Iik7JGxhc3RLaWQucmVtb3ZlKCk7JGRlc3Ryb3lhYmxlLnByZXBlbmQoJGxhc3RLaWQpO30KaSsrO2lmKCRjb2wuY29udGVudHMoKS5sZW5ndGg9PT0wJiYkZGVzdHJveWFibGUuY29udGVudHMoKS5sZW5ndGgpeyRjb2wuYXBwZW5kKCRkZXN0cm95YWJsZS5jb250ZW50cygiOmZpcnN0IikpO31lbHNlIGlmKGk9PW51bUNvbHMtKG9wdGlvbnMub3ZlcmZsb3c/MDoxKSYmIW9wdGlvbnMub3ZlcmZsb3cpe2lmKCRkZXN0cm95YWJsZS5maW5kKHByZWZpeFRoZUNsYXNzTmFtZSgiY29sdW1uYnJlYWsiLHRydWUpKS5sZW5ndGgpe251bUNvbHMrKzt9fX0KaWYob3B0aW9ucy5vdmVyZmxvdyYmIXNjcm9sbEhvcml6b250YWxseSl7dmFyIElFNj1mYWxzZTt2YXIgSUU3PShkb2N1bWVudC5hbGwpJiYobmF2aWdhdG9yLmFwcFZlcnNpb24uaW5kZXhPZigiTVNJRSA3LiIpIT0tMSk7aWYoSUU2fHxJRTcpe3ZhciBodG1sPSIiO3ZhciBkaXY9ZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgnRElWJyk7d2hpbGUoJGRlc3Ryb3lhYmxlWzBdLmNoaWxkTm9kZXMubGVuZ3RoPjApe3ZhciBraWQ9JGRlc3Ryb3lhYmxlWzBdLmNoaWxkTm9kZXNbMF07Zm9yKGk9MDtpPGtpZC5hdHRyaWJ1dGVzLmxlbmd0aDtpKyspe2lmKGtpZC5hdHRyaWJ1dGVzW2ldLm5vZGVOYW1lLmluZGV4T2YoImpRdWVyeSIpPT09MCl7a2lkLnJlbW92ZUF0dHJpYnV0ZShraWQuYXR0cmlidXRlc1tpXS5ub2RlTmFtZSk7fX0KZGl2LmlubmVySFRNTD0iIjtkaXYuYXBwZW5kQ2hpbGQoJGRlc3Ryb3lhYmxlWzBdLmNoaWxkTm9kZXNbMF0pO2h0bWwrPWRpdi5pbm5lckhUTUw7fQp2YXIgb3ZlcmZsb3c9JChvcHRpb25zLm92ZXJmbG93LmlkKVswXTtvdmVyZmxvdy5pbm5lckhUTUw9aHRtbDt9ZWxzZXskKG9wdGlvbnMub3ZlcmZsb3cuaWQpLmVtcHR5KCkuYXBwZW5kKCRkZXN0cm95YWJsZS5jb250ZW50cygpLmNsb25lKHRydWUpKTt9fWVsc2UgaWYoIXNjcm9sbEhvcml6b250YWxseSl7JGNvbD0kaW5Cb3guY2hpbGRyZW4oKS5lcSgkaW5Cb3guY2hpbGRyZW4oKS5sZW5ndGgtMSk7JGRlc3Ryb3lhYmxlLmNvbnRlbnRzKCkuZWFjaChmdW5jdGlvbigpeyRjb2wuYXBwZW5kKCQodGhpcykpO30pO3ZhciBhZnRlckg9JGNvbC5oZWlnaHQoKTt2YXIgZGlmZj1hZnRlckgtdGFyZ2V0SGVpZ2h0O3ZhciB0b3RhbEg9MDt2YXIgbWluPTEwMDAwMDAwO3ZhciBtYXg9MDt2YXIgbGFzdElzTWF4PWZhbHNlO3ZhciBudW1iZXJPZkNvbHVtbnNUaGF0RG9udEVuZEluQUNvbHVtbkJyZWFrPTA7JGluQm94LmNoaWxkcmVuKCkuZWFjaChmdW5jdGlvbigkaW5Cb3gpe3JldHVybiBmdW5jdGlvbigkaXRlbSl7dmFyICRjb2w9JGluQm94LmNoaWxkcmVuKCkuZXEoJGl0ZW0pO3ZhciBlbmRzSW5CcmVhaz0kY29sLmNoaWxkcmVuKCI6bGFzdCIpLmZpbmQocHJlZml4VGhlQ2xhc3NOYW1lKCJjb2x1bW5icmVhayIsdHJ1ZSkpLmxlbmd0aDtpZighZW5kc0luQnJlYWspe3ZhciBoPSRjb2wuaGVpZ2h0KCk7bGFzdElzTWF4PWZhbHNlO3RvdGFsSCs9aDtpZihoPm1heCl7bWF4PWg7bGFzdElzTWF4PXRydWU7fQppZihoPG1pbiltaW49aDtudW1iZXJPZkNvbHVtbnNUaGF0RG9udEVuZEluQUNvbHVtbkJyZWFrKys7fX07fSgkaW5Cb3gpKTt2YXIgYXZnSD10b3RhbEgvbnVtYmVyT2ZDb2x1bW5zVGhhdERvbnRFbmRJbkFDb2x1bW5CcmVhaztpZih0b3RhbEg9PT0wKXtsb29wQ291bnQ9bWF4TG9vcHM7fWVsc2UgaWYob3B0aW9ucy5sYXN0TmV2ZXJUYWxsZXN0JiZsYXN0SXNNYXgpe2FkanVzdG1lbnQrPTU7dGFyZ2V0SGVpZ2h0PXRhcmdldEhlaWdodCszMDtpZihsb29wQ291bnQ9PW1heExvb3BzLTEpbWF4TG9vcHMrKzt9ZWxzZSBpZihtYXgtbWluPjMwKXt0YXJnZXRIZWlnaHQ9YXZnSCszMDt9ZWxzZSBpZihNYXRoLmFicyhhdmdILXRhcmdldEhlaWdodCk+MjApe3RhcmdldEhlaWdodD1hdmdIO31lbHNle2xvb3BDb3VudD1tYXhMb29wczt9fWVsc2V7JGluQm94LmNoaWxkcmVuKCkuZWFjaChmdW5jdGlvbihpKXskY29sPSRpbkJveC5jaGlsZHJlbigpLmVxKGkpOyRjb2wud2lkdGgob3B0aW9uV2lkdGgrInB4Iik7aWYoaT09PTApeyRjb2wuYWRkQ2xhc3MocHJlZml4VGhlQ2xhc3NOYW1lKCJmaXJzdCIpKTt9ZWxzZSBpZihpPT0kaW5Cb3guY2hpbGRyZW4oKS5sZW5ndGgtMSl7JGNvbC5hZGRDbGFzcyhwcmVmaXhUaGVDbGFzc05hbWUoImxhc3QiKSk7fWVsc2V7JGNvbC5yZW1vdmVDbGFzcyhwcmVmaXhUaGVDbGFzc05hbWUoImZpcnN0IikpOyRjb2wucmVtb3ZlQ2xhc3MocHJlZml4VGhlQ2xhc3NOYW1lKCJsYXN0IikpO319KTskaW5Cb3gud2lkdGgoJGluQm94LmNoaWxkcmVuKCkubGVuZ3RoKm9wdGlvbldpZHRoKyJweCIpO30KJGluQm94LmFwcGVuZCgkKCI8YnIgc3R5bGU9J2NsZWFyOmJvdGg7Jz4iKSk7fQokaW5Cb3guZmluZChwcmVmaXhUaGVDbGFzc05hbWUoImNvbHVtbiIsdHJ1ZSkpLmZpbmQoIjpmaXJzdCIrcHJlZml4VGhlQ2xhc3NOYW1lKCJyZW1vdmVpZmZpcnN0Iix0cnVlKSkucmVtb3ZlKCk7JGluQm94LmZpbmQocHJlZml4VGhlQ2xhc3NOYW1lKCJjb2x1bW4iLHRydWUpKS5maW5kKCc6bGFzdCcrcHJlZml4VGhlQ2xhc3NOYW1lKCJyZW1vdmVpZmxhc3QiLHRydWUpKS5yZW1vdmUoKTskaW5Cb3guZmluZChwcmVmaXhUaGVDbGFzc05hbWUoInNwbGl0Iix0cnVlKSkuZmluZCgiOmZpcnN0IitwcmVmaXhUaGVDbGFzc05hbWUoInJlbW92ZWlmZmlyc3QiLHRydWUpKS5yZW1vdmUoKTskaW5Cb3guZmluZChwcmVmaXhUaGVDbGFzc05hbWUoInNwbGl0Iix0cnVlKSkuZmluZCgnOmxhc3QnK3ByZWZpeFRoZUNsYXNzTmFtZSgicmVtb3ZlaWZsYXN0Iix0cnVlKSkucmVtb3ZlKCk7JGluQm94LmRhdGEoImNvbHVtbml6aW5nIixmYWxzZSk7aWYob3B0aW9ucy5vdmVyZmxvdyl7b3B0aW9ucy5vdmVyZmxvdy5kb25lRnVuYygpO30Kb3B0aW9ucy5kb25lRnVuYygpO319KTt9OyQuZm4ucmVudW1iZXJCeUpTPWZ1bmN0aW9uKCRzZWFyY2hUYWcsJGNvbG5vLCR0YXJnZXRJZCwkdGFyZ2V0Q2xhc3Mpe3RoaXMuc2V0TGlzdD1mdW5jdGlvbigkY29scywkbGlzdCwkdGFnMSl7dmFyICRwYXJlbnRzPXRoaXMuYmVmb3JlLnBhcmVudHMoKTt2YXIgJHJlc3Q7JHJlc3Q9JCgkY29sc1t0aGlzLm9mZnNldC0xXSkuZmluZCgnPionKTtpZigoJHJlc3QubGFzdCgpKVswXS50YWdOYW1lIT0kdGFnMS50b1VwcGVyQ2FzZSgpKXtpZih0aGlzLmRlYnVnKXtjb25zb2xlLmRlYnVnKCJMYXN0IGl0ZW0gaW4gcHJldmlvdXMgY29sdW1uLCBpc24ndCBhIGxpc3QuLi4iKTt9CnJldHVybiAwO30KJHJlc3Q9JHJlc3QubGVuZ3RoO3ZhciAkdGludD0xO2lmKHRoaXMubGFzdE90aGVyPD0wKXskdGludD10aGlzLmJlZm9yZS5jaGlsZHJlbigpLmxlbmd0aCsxO31lbHNleyR0aW50PSQoJHBhcmVudHNbdGhpcy5sYXN0T3RoZXJdKS5jaGlsZHJlbigpLmxlbmd0aCsxO30KaWYoJCgkY29sc1t0aGlzLm9mZnNldF0pLmZpbmQoJHRhZzErJzpmaXJzdCBsaS5zcGxpdCcpLmxlbmd0aCl7dmFyICR3aGVyZUVsaXBzaXM9JCgkY29sc1t0aGlzLm9mZnNldC0xXSkuZmluZCgkdGFnMSsnOmxhc3QgbGk6bGFzdCcpO2lmKHRoaXMuZWxpcHNpc1RleHQ9PT0nJ3x8JCgkY29sc1t0aGlzLm9mZnNldC0xXSkuZmluZCgkdGFnMSsnOmxhc3QgfiBkaXYnKS5sZW5ndGh8fCQoJGNvbHNbdGhpcy5vZmZzZXQtMV0pLmZpbmQoJHRhZzErJzpsYXN0IH4gcCcpLmxlbmd0aCl7O31lbHNle2lmKCQoJHdoZXJlRWxpcHNpcykuZmluZCgndWwsIG9sLCBkbCcpLmxlbmd0aD09MCl7dmFyICR0eHQ9JHdoZXJlRWxpcHNpcy5sYXN0KCkudGV4dCgpO3ZhciAkbGVuPSR0eHQubGVuZ3RoO2lmKCR0eHQuc3Vic3RyaW5nKCRsZW4tMSk9PSc7Jyl7aWYoJHR4dC5zdWJzdHJpbmcoJGxlbi00KSE9dGhpcy5lbGlwc2lzVGV4dCsnOycpeyR0eHQ9JHR4dC5zdWJzdHJpbmcoMCwkbGVuLTEpK3RoaXMuZWxpcHNpc1RleHQrJzsnO319ZWxzZXtpZigkdHh0LnN1YnN0cmluZygkbGVuLTMpIT10aGlzLmVsaXBzaXNUZXh0KXskdHh0Kz10aGlzLmVsaXBzaXNUZXh0O319CiR3aGVyZUVsaXBzaXMubGFzdCgpLnRleHQoJHR4dCk7fX0KaWYoJCgkY29sc1t0aGlzLm9mZnNldF0pLmZpbmQoJHRhZzErJzpmaXJzdCA+bGkuc3BsaXQgPicrJHRhZzEpLmxlbmd0aD09MCl7JHRpbnQtLTt9fQppZigkcmVzdD09MSl7JHRpbnQrPXRoaXMucHJldk1heDt9CmlmKHRoaXMubmVzdD4xKXtpZih0aGlzLmRlYnVnKXtjb25zb2xlLmRlYnVnKCJTdXBwb3NlZCB0byBiZSBhIG5lc3RlZCBsaXN0Li4uZGVjciIpO30KJHRpbnQtLTt2YXIgJHR0PSQoJGNvbHNbdGhpcy5vZmZzZXQtMV0pLmZpbmQoJHRhZzErJzpmaXJzdCBsaS5zcGxpdDpmaXJzdCcpO2lmKCR0dC5sZW5ndGg+MCl7aWYodGhpcy5kZWJ1Zyl7Y29uc29sZS5kZWJ1ZygiUHJldmlvdXMgY29sdW1uIHN0YXJ0ZWQgd2l0aCBhIHNwbGl0IGl0ZW0sIHNvIHRoYXQgY291bnQgaXMgb25lIGxlc3MgdGhhbiBleHBlY3RlZCIpO30KJHRpbnQtLTt9CiR0dD0kKCRjb2xzW3RoaXMub2Zmc2V0XSkuZmluZCgkdGFnMSsnOmZpcnN0IGxpOmZpcnN0JykuY2xvbmUoKTskdHQuY2hpbGRyZW4oKS5yZW1vdmUoKTtpZigkLnRyaW0oJHR0LnRleHQoKSkubGVuZ3RoPjApe2lmKHRoaXMuZGVidWcpe2NvbnNvbGUuZGVidWcoIklmIHRoYXQgd2FzIGEgY29tcGxldGUgbGlzdCBpbiB0aGUgcHJldmlvdXMgY29sdW1uLCBkb24ndCBkZWNyLiIpO30KJHRpbnQrKztpZigkKCRjb2xzW3RoaXMub2Zmc2V0LTFdKS5maW5kKCI+IiskdGFnMSsnOmxhc3QgJykuY2hpbGRyZW4oKS5sZW5ndGg9PTApe2lmKHRoaXMuZGVidWcpe2NvbnNvbGUuZGVidWcoInVubGVzcyB0aGF0IHdhcyBlbXB0eSwgaW4gd2hpY2ggY2FzZSByZXZlcnQiKTt9CiR0aW50LS07fX19ZWxzZXt2YXIgJHR0PSQoJGNvbHNbdGhpcy5vZmZzZXRdKS5maW5kKCR0YWcxKyc6Zmlyc3QgbGk6Zmlyc3QgJyskdGFnMSsiLnNwbGl0IGxpLnNwbGl0Iik7aWYoJHR0Lmxlbmd0aD4wKXtpZih0aGlzLmRlYnVnKXtjb25zb2xlLmRlYnVnKCJbTmVzdGVkXSBDb2x1bW4gc3RhcnRlZCB3aXRoIGEgc3BsaXQgaXRlbSwgc28gdGhhdCBjb3VudCBpcyBvbmUgbGVzcyB0aGFuIGV4cGVjdGVkIik7fQokdGludC0tO319CmlmKHRoaXMuZGVidWcpe2NvbnNvbGUuZGVidWcoIlNldHRpbmcgdGhlIHN0YXJ0IHZhbHVlIHRvICIrJHRpbnQrIiAoIit0aGlzLnByZXZNYXgrIikiKTt9CmlmKCR0aW50PjApe2lmKHR5cGVvZiB0aGlzLnNldENvbHVtblN0YXJ0PT0nZnVuY3Rpb24nKXt0aGlzLnNldENvbHVtblN0YXJ0KCRsaXN0LCR0aW50KTt9ZWxzZXskbGlzdC5hdHRyKCdzdGFydCcsJHRpbnQpO319CnJldHVybiAwO30KaWYodHlwZW9mICR0YXJnZXRJZD09PSd1bmRlZmluZWQnKXskdGFyZ2V0SWQ9ZmFsc2U7fQppZih0eXBlb2YgJHRhcmdldENsYXNzPT09J3VuZGVmaW5lZCcpeyR0YXJnZXRDbGFzcz1mYWxzZTt9CmlmKCEkdGFyZ2V0SWQmJiEkdGFyZ2V0Q2xhc3Mpe3Rocm93InJlbnVtYmVyQnlKUygpOiBCYWQgcGFyYW0sIG11c3QgcGFzcyBhbiBpZCBvciBhIGNsYXNzIjt9CnZhciAkdGFyZ2V0PScnO3RoaXMucHJldk1heD0xO2lmKCR0YXJnZXRDbGFzcyl7JHRhcmdldD0iLiIrJHRhcmdldENsYXNzO31lbHNleyR0YXJnZXQ9IiMiKyR0YXJnZXRJZDt9CnZhciAkdGFnMT0kc2VhcmNoVGFnLnRvTG93ZXJDYXNlKCk7dmFyICR0YWcyPSRzZWFyY2hUYWcudG9VcHBlckNhc2UoKTt0aGlzLmNvbHM9JCgkdGFyZ2V0KTtpZih0aGlzLmRlYnVnKXtjb25zb2xlLmRlYnVnKCJUaGVyZSBhcmUgIit0aGlzLmNvbHMubGVuZ3RoKyIgaXRlbXMsIGxvb2tpbmcgZm9yICIrJHRhZzEpO30KdGhpcy5iZWZvcmU9JCh0aGlzLmNvbHNbMF0pLmZpbmQoJHRhZzErJzpsYXN0Jyk7dGhpcy5wcmV2TWF4PXRoaXMuYmVmb3JlLmNoaWxkcmVuKCkubGVuZ3RoO2Zvcih0aGlzLm9mZnNldD0xO3RoaXMub2Zmc2V0PHRoaXMuY29scy5sZW5ndGg7dGhpcy5vZmZzZXQrKyl7aWYodGhpcy5kZWJ1Zyl7Y29uc29sZS5kZWJ1ZygiaXRlcmF0aW5nICIrdGhpcy5vZmZzZXQrIi4uLltvZiAiK3RoaXMuY29scy5sZW5ndGgrIl0iKTt9CmlmKHRoaXMub2Zmc2V0JSRjb2xubz09MCl7aWYodGhpcy5kZWJ1Zyl7Y29uc29sZS5kZWJ1ZygiRmlyc3QgY29sdW1uIChpbiB0aGVvcnkuLikiKTt9CnRoaXMucHJldk1heD0xO2NvbnRpbnVlO30KdGhpcy5iZWZvcmU9JCh0aGlzLmNvbHNbdGhpcy5vZmZzZXQtMV0pLmZpbmQoJHRhZzErJzpsYXN0Jyk7aWYodGhpcy5iZWZvcmUubGVuZ3RoKXtpZih0aGlzLmRlYnVnKXtjb25zb2xlLmRlYnVnKCJIYXZlIHNvbWUgIiskc2VhcmNoVGFnKyIgZWxlbWVudHMgaW4gdGhlIHByZXZpb3VzIGNvbHVtbiIpO30KdmFyICRsaXN0PSQodGhpcy5jb2xzW3RoaXMub2Zmc2V0XSkuZmluZCgkdGFnMSsnOmZpcnN0Jyk7dmFyICRmaXJzdD0kKHRoaXMuY29sc1t0aGlzLm9mZnNldF0pLmZpbmQoJyo6Zmlyc3QnKTtpZigkZmlyc3RbMF0hPT0kbGlzdFswXSl7Y29udGludWU7fQp2YXIgJHBhcmVudHM9dGhpcy5iZWZvcmUucGFyZW50cygpO3RoaXMubGFzdE90aGVyPTA7dmFyICRmb3VuZD1mYWxzZTtmb3IoO3RoaXMubGFzdE90aGVyPCRwYXJlbnRzLmxlbmd0aDt0aGlzLmxhc3RPdGhlcisrKXtpZigkcGFyZW50c1t0aGlzLmxhc3RPdGhlcl0udGFnTmFtZSE9JHRhZzImJiRwYXJlbnRzW3RoaXMubGFzdE90aGVyXS50YWdOYW1lIT0iTEkiKXskZm91bmQ9dHJ1ZTt0aGlzLmxhc3RPdGhlci0tO2JyZWFrO319CnRoaXMubmVzdD0xO2lmKCQodGhpcy5jb2xzW3RoaXMub2Zmc2V0XSkuZmluZCgiPiIrJHRhZzErJzpmaXJzdCBsaSAnKyR0YWcxKyI6Zmlyc3QiKS5sZW5ndGgpe3RoaXMubmVzdD0yO30KdGhpcy5zZXRMaXN0KHRoaXMuY29scywkbGlzdCwkdGFnMSk7dGhpcy5sYXN0T3RoZXItLTskbGlzdD0kKHRoaXMuY29sc1t0aGlzLm9mZnNldF0pLmZpbmQoJHRhZzErJzpmaXJzdCBsaSAnKyR0YWcxKyI6Zmlyc3QiKTtpZigkbGlzdC5sZW5ndGgpe3RoaXMuYmVmb3JlPSQodGhpcy5jb2xzW3RoaXMub2Zmc2V0LTFdKS5maW5kKCI+IiskdGFnMSsnOmxhc3QgbGkgJyskdGFnMSsiOmxhc3QiKTt0aGlzLnByZXZNYXg9MDt0aGlzLm5lc3Q9MTt0aGlzLnNldExpc3QodGhpcy5jb2xzLCRsaXN0LCR0YWcxKTt9CnZhciAkcmVzZXQ9JCh0aGlzLmNvbHNbdGhpcy5vZmZzZXQtMV0pLmZpbmQoIj4iKyR0YWcxKyc6bGFzdCcpO3RoaXMucHJldk1heD0kcmVzZXQuY2hpbGRyZW4oKS5sZW5ndGg7fX0KcmV0dXJuIDA7fTt9KShqUXVlcnkpOw=="; -},2239,[]); +},2229,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -281330,7 +281939,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2240,[2241]); +},2230,[2231]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -281450,7 +282059,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_react.default.Component); -},2241,[2,5,6,50,52,55,103,40,2242,275,525]); +},2231,[2,5,6,50,52,55,103,40,2232,275,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -281682,7 +282291,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e shortcutPriority: 100 }; var _default = exports.default = BottomSheet; -},2242,[2,74,5,6,50,52,53,55,673,103,41,523,965,2243,950,2246,275,655,2121,525,2245]); +},2232,[2,74,5,6,50,52,53,55,673,103,41,523,938,2233,923,2236,275,655,2091,525,2235]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -282207,7 +282816,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return true; } }); -},2243,[2,11,3,74,5,6,50,52,55,673,103,41,275,525,2121,993,2161,2244,2245]); +},2233,[2,11,3,74,5,6,50,52,55,673,103,41,275,525,2091,966,2131,2234,2235]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -282238,7 +282847,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, rest)); }; TecnaviaSectionList.displayName = "SectionList"; -},2244,[2,11,103,41,275]); +},2234,[2,11,103,41,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -282596,7 +283205,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }(_react.default.Component); Shortcut.propTypes = Object.assign({}, ShortcutManager.propTypes); Shortcut.defaultProps = Object.assign({}, ShortcutManager.defaultProps); -},2245,[2,50,52,55,3,5,6,673,103,2120,525,2121]); +},2235,[2,50,52,55,3,5,6,673,103,2090,525,2091]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -282630,7 +283239,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e width: "100%" } }); -},2246,[41]); +},2236,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -282825,7 +283434,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onPress: _propTypes.default.func, children: _propTypes.default.any }; -},2247,[2,3,66,11,74,673,103,41,2248,523,2187,950,2265,275,954,525,655]); +},2237,[2,3,66,11,74,673,103,41,2238,523,2157,923,2258,275,927,525,655]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -283080,7 +283689,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2248,[2,3,5,6,2249,2255]); +},2238,[2,3,5,6,2239,2248]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -283398,7 +284007,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2249,[2,3,5,6,523,40,2250,2251,2213,655]); +},2239,[2,3,5,6,523,40,2240,2241,2203,655]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -283625,7 +284234,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onPause: _propTypes.default.func, onClose: _propTypes.default.func }; -},2250,[2,168,5,6,50,52,55,673,103,41,2061,275,954,2192]); +},2240,[2,168,5,6,50,52,55,673,103,41,2031,275,927,2163]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -283916,7 +284525,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2251,[2,3,5,6,2252,523,2253,655,525]); +},2241,[2,3,5,6,2242,523,2243,655,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -284078,7 +284687,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_reactNative.NativeEventEmitter); var _default = exports.default = new Tts(); -},2252,[2,5,6,50,52,55,41]); +},2242,[2,5,6,50,52,55,41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -284095,7 +284704,6 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _asyncToGenerator2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); var _toConsumableArray2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[2])); var _reactNativeTts = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[3])); - var _reactNativeVolumeControl = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[4])); /** * return list of sentecens from text splitted by regex and also on max lenght * @param {*} text @@ -284173,7 +284781,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ function _checkVolume() { _checkVolume = (0, _asyncToGenerator2.default)(function* () { - var volume = yield _reactNativeVolumeControl.default.getVolume(); + var _yield$VolumeManager$ = yield _$$_REQUIRE(_dependencyMap[4]).VolumeManager.getVolume(), + volume = _yield$VolumeManager$.volume; if (volume === 0) { _$$_REQUIRE(_dependencyMap[5]).Toast.show(global.ta.strings("msg_tts_no_volume")); } @@ -284251,17 +284860,609 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return 0; } -},2253,[2,3,74,2252,2254,2169]); +},2243,[2,3,74,2242,2244,2139]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true }); - exports.default = exports.VolumeControlEvents = undefined; - var _reactNative = _$$_REQUIRE(_dependencyMap[0]); - var VolumeControl = _reactNative.NativeModules.VolumeControl; - var VolumeControlEvents = exports.VolumeControlEvents = new _reactNative.NativeEventEmitter(_reactNative.NativeModules.VolumeControl); - var _default = exports.default = VolumeControl; -},2254,[41]); + Object.keys(_$$_REQUIRE(_dependencyMap[0])).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + if (key in exports && exports[key] === _$$_REQUIRE(_dependencyMap[0])[key]) return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function get() { + return _$$_REQUIRE(_dependencyMap[0])[key]; + } + }); + }); + Object.keys(_$$_REQUIRE(_dependencyMap[1])).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + if (key in exports && exports[key] === _$$_REQUIRE(_dependencyMap[1])[key]) return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function get() { + return _$$_REQUIRE(_dependencyMap[1])[key]; + } + }); + }); + Object.keys(_$$_REQUIRE(_dependencyMap[2])).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + if (key in exports && exports[key] === _$$_REQUIRE(_dependencyMap[2])[key]) return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function get() { + return _$$_REQUIRE(_dependencyMap[2])[key]; + } + }); + }); +},2244,[2245,2246,2247]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); + Object.defineProperty(exports, "__esModule", { + value: true + }); + exports.addSilentListener = exports.addRingerListener = exports.VolumeManager = undefined; + exports.addVolumeListener = addVolumeListener; + exports.checkDndAccess = checkDndAccess; + exports.default = undefined; + exports.enable = enable; + exports.enableInSilenceMode = enableInSilenceMode; + exports.getRingerMode = getRingerMode; + exports.getVolume = getVolume; + exports.removeRingerListener = exports.isAndroidDeviceSilent = undefined; + exports.requestDndAccess = requestDndAccess; + exports.setActive = setActive; + exports.setCategory = setCategory; + exports.setMode = setMode; + exports.setNativeSilenceCheckInterval = undefined; + exports.setRingerMode = setRingerMode; + exports.setVolume = setVolume; + exports.showNativeVolumeUI = showNativeVolumeUI; + var _asyncToGenerator2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); + var _reactNative = _$$_REQUIRE(_dependencyMap[2]); + // Importing modules + + /** + * Error message when 'react-native-volume-manager' package is not linked properly + */ + var LINKING_ERROR = `The package 'react-native-volume-manager' doesn't seem to be linked. Make sure: \n\n` + _reactNative.Platform.select({ + ios: "- You have run 'pod install'\n", + default: '' + }) + '- You rebuilt the app after installing the package\n' + '- You are not using Expo managed workflow\n'; + + /** + * Creates a proxy to throw an error when the module is not properly linked + */ + var VolumeManagerNativeModule = _reactNative.NativeModules.VolumeManager ? _reactNative.NativeModules.VolumeManager : new Proxy({}, { + get: function get() { + throw new Error(LINKING_ERROR); + } + }); + + /** + * Creates a proxy for the silent listener to throw an error when the module is not properly linked + */ + var SilentListenerNativeModule = _reactNative.NativeModules.VolumeManagerSilentListener ? _reactNative.NativeModules.VolumeManagerSilentListener : new Proxy({}, { + get: function get() { + throw new Error(LINKING_ERROR); + } + }); + + /** + * No operation emitter subscription + */ + var noopEmitterSubscription = { + remove: function remove() { + // noop + } + }; + + /** + * Native event emitter for the Volume Manager + */ + var eventEmitter = new _reactNative.NativeEventEmitter(VolumeManagerNativeModule); + var silentEventEmitter = new _reactNative.NativeEventEmitter(SilentListenerNativeModule); + + /** + * Checks if the current platform is Android + */ + var isAndroid = _reactNative.Platform.OS === 'android'; + + /** + * Returns the current ringer mode. Android only. + * @returns {Promise} - The current ringer mode or undefined if not Android. + */ + function getRingerMode() { + return _getRingerMode.apply(this, arguments); + } + /** + * Sets the current device's ringer mode. Android only. + * @param {RingerModeType} mode - The ringer mode to set + * @returns {Promise} - The new ringer mode or undefined if not Android. + */ + function _getRingerMode() { + _getRingerMode = (0, _asyncToGenerator2.default)(function* () { + if (!isAndroid) { + return; + } + return VolumeManagerNativeModule.getRingerMode(); + }); + return _getRingerMode.apply(this, arguments); + } + function setRingerMode(_x) { + return _setRingerMode.apply(this, arguments); + } + /** + * iOS only. Enables or disables the audio session. When enabled, the session's category is set to ambient, allowing the audio from this session to mix with other audio currently playing on the device. + * @param {boolean} [enabled=true] - Whether to enable or disable the audio session. + * @param {boolean} [async=true] - Whether to perform the operation asynchronously. When set to true, this function will not block the UI thread. + * @returns {Promise} - Resolves when the operation has finished. If an error occurs, it will be rejected with an instance of Error. + */ + function _setRingerMode() { + _setRingerMode = (0, _asyncToGenerator2.default)(function* (mode) { + if (!isAndroid) { + return; + } + return VolumeManagerNativeModule.setRingerMode(mode); + }); + return _setRingerMode.apply(this, arguments); + } + function enable() { + return _enable.apply(this, arguments); + } + /** + * iOS only. Activates or deactivates the audio session. Does not change the audio session's category. When the session is deactivated, other audio sessions that had been interrupted by this one are reactivated and notified. + * @param {boolean} [value=true] - Whether to activate or deactivate the audio session. + * @param {boolean} [async=true] - Whether to perform the operation asynchronously. When set to true, this function will not block the JavaScript thread. + * @returns {Promise} - Resolves when the operation has finished. If an error occurs, it will be rejected with an instance of Error. On Android, this function returns undefined. + */ + function _enable() { + _enable = (0, _asyncToGenerator2.default)(function* () { + var enabled = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true; + var async = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true; + return VolumeManagerNativeModule.enable(enabled, async); + }); + return _enable.apply(this, arguments); + } + function setActive() { + return _setActive.apply(this, arguments); + } + /** + * Sets the audio session category. iOS only. + * @param {AVAudioSessionCategory} value - The category to set + * @param {boolean} [mixWithOthers=false] - Allow audio to mix with others + * @returns {Promise} - Resolves when the operation has finished + */ + function _setActive() { + _setActive = (0, _asyncToGenerator2.default)(function* () { + var value = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true; + var async = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true; + if (!isAndroid) { + return VolumeManagerNativeModule.setActive(value, async); + } + return undefined; + }); + return _setActive.apply(this, arguments); + } + function setCategory(_x2) { + return _setCategory.apply(this, arguments); + } + /** + * Sets the audio session mode. iOS only. + * @param {AVAudioSessionMode} value - The mode to set + * @returns {Promise} - Resolves when the operation has finished + */ + function _setCategory() { + _setCategory = (0, _asyncToGenerator2.default)(function* (value) { + var mixWithOthers = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; + if (!isAndroid) { + return VolumeManagerNativeModule.setCategory(value, mixWithOthers); + } + return undefined; + }); + return _setCategory.apply(this, arguments); + } + function setMode(_x3) { + return _setMode.apply(this, arguments); + } + /** + * Enables or disables the VolumeManager in silent mode. iOS only. + * @param {boolean} [enabled=true] - Enable or disable the VolumeManager in silent mode + * @returns {Promise} - Resolves when the operation has finished + */ + function _setMode() { + _setMode = (0, _asyncToGenerator2.default)(function* (value) { + if (!isAndroid) { + return VolumeManagerNativeModule.setMode(value); + } + return undefined; + }); + return _setMode.apply(this, arguments); + } + function enableInSilenceMode() { + return _enableInSilenceMode.apply(this, arguments); + } + /** + * Checks if Do Not Disturb access is granted. Android only. + * @returns {Promise} - Do Not Disturb access status or undefined if not Android. + */ + function _enableInSilenceMode() { + _enableInSilenceMode = (0, _asyncToGenerator2.default)(function* () { + var enabled = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true; + if (isAndroid) { + return undefined; + } + return VolumeManagerNativeModule.enableInSilenceMode(enabled); + }); + return _enableInSilenceMode.apply(this, arguments); + } + function checkDndAccess() { + return _checkDndAccess.apply(this, arguments); + } + /** + * Requests Do Not Disturb access. Android only. + * @returns {Promise} - Do Not Disturb access request result or undefined if not Android. + */ + function _checkDndAccess() { + _checkDndAccess = (0, _asyncToGenerator2.default)(function* () { + if (!isAndroid) { + return; + } + return VolumeManagerNativeModule.checkDndAccess(); + }); + return _checkDndAccess.apply(this, arguments); + } + function requestDndAccess() { + return _requestDndAccess.apply(this, arguments); + } + /** + * Get the current device volume. + * @returns {Promise} - Returns a promise that resolves to an object with the volume value. + */ + function _requestDndAccess() { + _requestDndAccess = (0, _asyncToGenerator2.default)(function* () { + if (!isAndroid) { + return; + } + return VolumeManagerNativeModule.requestDndAccess(); + }); + return _requestDndAccess.apply(this, arguments); + } + function getVolume() { + return _getVolume.apply(this, arguments); + } + /** + * Set the current device volume. + * @param {number} value - The volume value to set. Must be between 0 and 1. + * @param {VolumeManagerSetVolumeConfig} [config={}] - Additional configuration for setting the volume. + * @returns {Promise} - Resolves when the operation has finished + */ + function _getVolume() { + _getVolume = (0, _asyncToGenerator2.default)(function* () { + return yield VolumeManagerNativeModule.getVolume(); + }); + return _getVolume.apply(this, arguments); + } + function setVolume(_x4) { + return _setVolume.apply(this, arguments); + } + /** + * Shows or hides the native volume UI. + * @param {object} config - An object with a boolean property 'enabled' to show or hide the native volume UI + * @returns {Promise} - Resolves when the operation has + + finished + */ + function _setVolume() { + _setVolume = (0, _asyncToGenerator2.default)(function* (value) { + var config = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + config = Object.assign({ + playSound: false, + type: 'music', + showUI: false + }, config); + return yield VolumeManagerNativeModule.setVolume(value, config); + }); + return _setVolume.apply(this, arguments); + } + function showNativeVolumeUI(_x5) { + return _showNativeVolumeUI.apply(this, arguments); + } + /** + * Adds a listener for volume changes. + * @param {(result: VolumeResult) => void} callback - Function to be called when volume changes + * @returns {EmitterSubscription} - The subscription to the volume change event + */ + function _showNativeVolumeUI() { + _showNativeVolumeUI = (0, _asyncToGenerator2.default)(function* (config) { + return VolumeManagerNativeModule.showNativeVolumeUI(config); + }); + return _showNativeVolumeUI.apply(this, arguments); + } + function addVolumeListener(callback) { + return eventEmitter.addListener('RNVMEventVolume', callback); + } + + /** + * Adds a silent mode listener. iOS only. + * @param {RingMuteSwitchEventCallback} callback - Function to be called when silent mode changes + * @returns {EmitterSubscription | EmitterSubscriptionNoop} - The subscription to the silent mode change event + */ + var addSilentListener = exports.addSilentListener = function addSilentListener(callback) { + if (_reactNative.Platform.OS === 'ios') { + return silentEventEmitter.addListener('RNVMSilentEvent', callback); + } + return noopEmitterSubscription; + }; + + /** + * Sets the interval for the native silence check. iOS only. + * @param {number} value - The interval in milliseconds + */ + var setNativeSilenceCheckInterval = exports.setNativeSilenceCheckInterval = function setNativeSilenceCheckInterval(value) { + if (_reactNative.Platform.OS === 'ios') { + SilentListenerNativeModule.setInterval(value); + } + }; + + /** + * Checks if the device is in a silent state (including silent mode, vibrate mode, or muted volume). Android only. + * @returns {Promise} - Returns true if device is in a silent state, false otherwise, or null if not Android + */ + var isAndroidDeviceSilent = exports.isAndroidDeviceSilent = function isAndroidDeviceSilent() { + if (isAndroid) { + return SilentListenerNativeModule.isDeviceSilent(); + } + return Promise.resolve(null); + }; + + /** + * Adds a ringer mode listener. Android only. + * @param {RingerEventCallback} callback - Function to be called when ringer mode changes + * @returns {EmitterSubscription | EmitterSubscriptionNoop} - The subscription to the ringer mode change event + */ + var addRingerListener = exports.addRingerListener = function addRingerListener(callback) { + if (isAndroid) { + SilentListenerNativeModule.registerObserver(); + return silentEventEmitter.addListener('RNVMSilentEvent', callback); + } + return noopEmitterSubscription; + }; + + /** + * Removes a ringer mode listener. Android only. + * @param {EmitterSubscription | EmitterSubscriptionNoop} listener - The ringer mode listener to remove + */ + var removeRingerListener = exports.removeRingerListener = function removeRingerListener(listener) { + if (isAndroid) { + SilentListenerNativeModule.unregisterObserver(); + listener && listener.remove(); + } + }; + + /** + * Exported object that includes all functions + */ + var VolumeManager = exports.VolumeManager = { + addVolumeListener: addVolumeListener, + getVolume: getVolume, + setVolume: setVolume, + showNativeVolumeUI: showNativeVolumeUI, + isAndroidDeviceSilent: isAndroidDeviceSilent, + addSilentListener: addSilentListener, + addRingerListener: addRingerListener, + removeRingerListener: removeRingerListener, + setNativeSilenceCheckInterval: setNativeSilenceCheckInterval, + getRingerMode: getRingerMode, + setRingerMode: setRingerMode, + checkDndAccess: checkDndAccess, + requestDndAccess: requestDndAccess, + enable: enable, + setActive: setActive, + setCategory: setCategory, + setMode: setMode, + enableInSilenceMode: enableInSilenceMode + }; + var _default = exports.default = VolumeManager; +},2245,[2,3,41]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); + Object.defineProperty(exports, "__esModule", { + value: true + }); + exports.useSilentSwitch = exports.useRingerMode = undefined; + var _asyncToGenerator2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); + var _slicedToArray2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[2])); + var _react = _$$_REQUIRE(_dependencyMap[3]); + /** + * `useRingerMode` is a custom hook to get the current ringer mode of the device. + * It also provides a function to change the ringer mode. This hook is intended to be used in react components where ringer mode needs to be managed. + * + * @returns {Object} - Contains the current mode, any error occurred, and a function to set a new mode. + * @property {RingerModeType | undefined} mode - The current mode of the device's ringer. + * @property {any} error - Any error that occurred while getting or setting the ringer mode. + * @property {Function} setMode - Function to set a new ringer mode. + * + * @example + * ```ts + const { mode, setMode, error } = useRingerMode(); + * ``` + */ + var useRingerMode = exports.useRingerMode = function useRingerMode() { + var _useState = (0, _react.useState)(), + _useState2 = (0, _slicedToArray2.default)(_useState, 2), + mode = _useState2[0], + setCurrentMode = _useState2[1]; + var _useState3 = (0, _react.useState)(null), + _useState4 = (0, _slicedToArray2.default)(_useState3, 2), + error = _useState4[0], + setError = _useState4[1]; + (0, _react.useEffect)(function () { + (0, _asyncToGenerator2.default)(function* () { + try { + var currentMode = yield (0, _$$_REQUIRE(_dependencyMap[4]).getRingerMode)(); + setCurrentMode(currentMode); + } catch (err) { + setError(err); + } + })(); + }, []); + var setMode = /*#__PURE__*/function () { + var _ref2 = (0, _asyncToGenerator2.default)(function* (newMode) { + setError(null); + try { + var currentMode = yield (0, _$$_REQUIRE(_dependencyMap[4]).setRingerMode)(newMode); + setCurrentMode(currentMode); + } catch (err) { + setError(err); + } + }); + return function setMode(_x) { + return _ref2.apply(this, arguments); + }; + }(); + return { + mode: mode, + error: error, + setMode: setMode + }; + }; + + /** + * `useSilentSwitch` is a custom hook to check if the iOS device is in silent mode. + * + * @param {number} nativeIntervalCheck - The native interval to check the status in seconds. Default is 2 seconds. + * + * @returns {Object | undefined} - Contains boolean properties `isMuted` and `initialQuery` on iOS. Returns `undefined` for the first call and on non-iOS platforms. + * @property {boolean} isMuted - Represents the ring/mute switch position. + * @property {boolean} initialQuery - Informs whether reported status is the very first one reported. + * + * @platform iOS + * + * @example + * ```ts + const { isMuted, initialQuery } = useSilentSwitch(nativeIntervalCheck?: number); + * ``` + */ + var useSilentSwitch = exports.useSilentSwitch = function useSilentSwitch(nativeIntervalCheck) { + var _useState5 = (0, _react.useState)(), + _useState6 = (0, _slicedToArray2.default)(_useState5, 2), + status = _useState6[0], + setStatus = _useState6[1]; + if (nativeIntervalCheck) (0, _$$_REQUIRE(_dependencyMap[4]).setNativeSilenceCheckInterval)(nativeIntervalCheck); + (0, _react.useEffect)(function () { + var silentListener = (0, _$$_REQUIRE(_dependencyMap[4]).addSilentListener)(function (event) { + setStatus(event); + }); + return function unmountSilentSwitchListener() { + silentListener.remove(); + }; + }, []); + return status; + }; +},2246,[2,3,66,103,2245]); +__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { + Object.defineProperty(exports, "__esModule", { + value: true + }); + exports.RINGER_MODE = exports.Mode = undefined; + /** + * Represents the mute switch status of the ring. + * @export + * @interface RingMuteSwitchStatus + * @property {boolean} isMuted - Indicates if the ring is muted. + * @property {boolean} initialQuery - Represents the initial query status. + */ + + /** + * Called when there is a ring mute switch event. + * @export + * @callback + * @param {RingMuteSwitchStatus} status - The current mute switch status. + */ + + /** + * Used to set the interval check. + * @export + * @callback + * @param {number} newInterval - The new interval to be set. + */ + + /** + * Categories of AV Audio sessions. + * @export + */ + + /** + * Modes of AV Audio sessions. + * @export + */ + + /** + * Types of volume on Android. + * @export + */ + + /** + * The configuration settings for setting the volume. + * @export + * @interface VolumeManagerSetVolumeConfig + * @property {boolean} playSound - Indicates whether to play a sound on volume change. Default is false. + * @property {AndroidVolumeTypes} type - Defines the type of volume to change. Only applicable to Android. Default is 'music'. + * @property {boolean} showUI - Indicates whether to show the native volume UI. Default is false. + */ + + /** + * Represents the volume result. + * @export + * @interface VolumeResult + * @property {number} volume - The volume level. Both for iOS and Android. Defaults to music. + * @property {AndroidVolumeTypes} type - The type of volume. Android only. + */ + + // Accepted Ringer Mode values + var RINGER_MODE = exports.RINGER_MODE = { + silent: 0, + vibrate: 1, + normal: 2 + }; + + /** + * Represents the ringer mode. + * @export + * @typedef {0 | 1 | 2} RingerModeType + */ + /** + * Modes for the device. + * @export + * @enum {string} + */ + var Mode = exports.Mode = /*#__PURE__*/function (Mode) { + Mode["SILENT"] = "SILENT"; + Mode["VIBRATE"] = "VIBRATE"; + Mode["NORMAL"] = "NORMAL"; + Mode["MUTED"] = "MUTED"; + return Mode; + }({}); + /** + * Represents the silent status of the ringer. + * @export + * @interface RingerSilentStatus + * @property {boolean} status - Indicates if the ringer is silent. + * @property {Mode} mode - The current mode of the device. + */ + /** + * Called when there is a ringer event. + * @export + * @callback + * @param {RingerSilentStatus} event - The ringer event. + */ + /** + * Represents a subscription to an event that has a method to remove it. + * @export + * @interface EmitterSubscriptionNoop + */ +},2247,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -284515,7 +285716,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2255,[2,3,5,6,523,1099,2256,655,2245,525,2257,2061,2261,2263]); +},2248,[2,3,5,6,523,1072,2249,655,2235,525,2250,2031,2254,2256]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -284564,7 +285765,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }; var _default = exports.default = HintKeys; -},2256,[2,523]); +},2249,[2,523]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -284697,7 +285898,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_react.Component); -},2257,[2,5,6,50,52,55,103,41,40,2258,2260,275,525]); +},2250,[2,5,6,50,52,55,103,41,40,2251,2253,275,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -284933,7 +286134,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e iconProps: _propTypes.default.shape(Object.assign({}, _imageIconChooserComponent.default.propTypes)) }; var _default = exports.default = Hint; -},2258,[2,66,673,103,41,2259,950,2061,2159,275,525,954]); +},2251,[2,66,673,103,41,2252,923,2031,2129,275,525,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -285054,7 +286255,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onProgressFinish: _propTypes.default.func }; var _default = exports.default = ProgressCountDown; -},2259,[2,66,673,103,41,1175,950,275,525]); +},2252,[2,66,673,103,41,1148,923,275,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -285168,7 +286369,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e cssProgressTextClasses: _propTypes.default.array }, _hintComponent.default.propTypes); var _default = exports.default = HintProgress; -},2260,[2,74,66,11,673,103,41,2258,275,525,655,954,2192]); +},2253,[2,74,66,11,673,103,41,2251,275,525,655,927,2163]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -285276,7 +286477,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_react.Component); -},2261,[2,3,5,6,50,52,55,103,41,2262,275]); +},2254,[2,3,5,6,50,52,55,103,41,2255,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -285425,7 +286626,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onIconPress: _propTypes.default.func }; var _default = exports.default = VoiceIcon; -},2262,[2,66,673,103,41,523,950,275,525,954,655,2159,2061]); +},2255,[2,66,673,103,41,523,923,275,525,927,655,2129,2031]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -285474,7 +286675,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2263,[2,5,6,41,2264,525]); +},2256,[2,5,6,41,2257,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _reactNative = _$$_REQUIRE(_dependencyMap[0]); var RNAndroidOpenSettings = _reactNative.NativeModules.RNAndroidOpenSettings; @@ -285560,7 +286761,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e deviceInfoSettings: deviceInfoSettings, appNotificationSettings: appNotificationSettings }; -},2264,[41]); +},2257,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -285680,7 +286881,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flex: 1 } }); -},2265,[41,962,525]); +},2258,[41,935,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -285835,7 +287036,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e HeaderParent.defaultProps = { header: false }; -},2266,[2,11,3,5,6,50,52,55,673,103,41,1082,2168,757,950,2267,275,954,525,2268,2111]); +},2259,[2,11,3,5,6,50,52,55,673,103,41,1055,2138,730,923,2260,275,927,525,2261,2081]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -285885,7 +287086,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e marginHorizontal: 15 } }); -},2267,[41,962,525]); +},2260,[41,935,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -286016,7 +287217,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e logoHeight: _$$_REQUIRE(_dependencyMap[16]).LOGO_HEIGHT, style: undefined }; -},2268,[2,3,5,6,50,52,55,673,103,41,2269,2270,275,525,954,2112,962]); +},2261,[2,3,5,6,50,52,55,673,103,41,2262,2263,275,525,927,2082,935]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -286152,7 +287353,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e style: _propTypes.default.any, source: _propTypes.default.any }; -},2269,[2,11,5,6,50,52,55,103,673,679,275]); +},2262,[2,11,5,6,50,52,55,103,673,679,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -286172,7 +287373,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e height: _$$_REQUIRE(_dependencyMap[1]).LOGO_HEIGHT } }); -},2270,[41,962]); +},2263,[41,935]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -286283,7 +287484,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e SslConfig.MAIN_DIRECTORY = "certs"; SslConfig.LIST = "list.json"; SslConfig.FILETIME = "filetime.txt"; -},2271,[2,3,5,6,13,657,525]); +},2264,[2,3,5,6,13,657,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -286357,7 +287558,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2272,[2,3,5,6,657]); +},2265,[2,3,5,6,657]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -286589,7 +287790,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(_baseManager.default); -},2273,[2,3,5,6,50,52,55,41,1099,2274,525,2263,2231]); +},2266,[2,3,5,6,50,52,55,41,1072,2267,525,2256,2221]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -286843,7 +288044,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2274,[2,3,5,6,41,2275,948,525]); +},2267,[2,3,5,6,41,2268,921,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -286934,7 +288135,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e skipPermissionRequests: false }); }); -},2275,[2,3,6,5,1099,525,948]); +},2268,[2,3,6,5,1072,525,921]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -287079,7 +288280,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2276,[2,3,5,6,2277,2284,523,525,2285,655]); +},2269,[2,3,5,6,2270,2277,523,525,2278,655]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -287247,7 +288448,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(); RssActionManager.PARSER = [new _ParserV2.default(), new _ParserV.default()]; -},2277,[2,5,6,2278,2280,2281]); +},2270,[2,5,6,2271,2273,2274]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -287348,7 +288549,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2278,[2,5,6,2279]); +},2271,[2,5,6,2272]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -287380,7 +288581,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var REG_EX_LOAD_EXTERNAL_URL = exports.REG_EX_LOAD_EXTERNAL_URL = /(loadExternalURL)(:(.*)){0,1}/; var PROPERTIES = exports.PROPERTIES = [PROPERTY_HIDE_DATE, PROPERTY_PREMIUM_ARTICLE, PROPERTY_DISABLE_OPEN_IMAGE, PROPERTY_DISABLE_COLUMNIZER, PROPERTY_LOAD_URL_IN_ARTICLE, PROPERTY_LOAD_NATIVE_AD, PROPERTY_HIDE_ITEM_IN_FULL_SCREEN, PROPERTY_HIDE_IMAGE_IN_CARD_MODE, PROPERTY_HIDE_SUMMARY_IN_CARD_MODE, PROPERTY_TITLE_ON_IMAGE_IN_CARD_MODE, PROPERTY_IS_SCHEDULE, PROPERTY_NOT_CLICKABLE]; var ACTIONS = exports.ACTIONS = [ACTION_OPEN_GALLERY, ACTION_LOAD_EXTERNAL_URL, ACTION_LINK_TO_CATEGORY, ACTION_OPEN_E_EDITION, ACTION_SHARE, ACTION_SAVE_FOR_LATER, ACTION_LIVE_STREAM]; -},2279,[]); +},2272,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -287458,7 +288659,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2280,[2,5,6]); +},2273,[2,5,6]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -287694,7 +288895,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return global.ta.strings("action_unknown"); }; -},2281,[2,103,41,658,523,2147,2061,2279,275,525,2282]); +},2274,[2,103,41,658,523,2117,2031,2272,275,525,2275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -287792,7 +288993,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e clearFavoritesEventName: _propTypes.default.string, toggleFavoritesEventName: _propTypes.default.string }; -},2282,[2,5,6,50,52,55,673,103,2159,275,655,2283,954,2061]); +},2275,[2,5,6,50,52,55,673,103,2129,275,655,2276,927,2031]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -287813,7 +289014,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e fontSize: CIRCULAR_MENU_ICON_SIZE } }); -},2283,[41]); +},2276,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -288055,7 +289256,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } } }; -},2284,[2,3,5,6,525]); +},2277,[2,3,5,6,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -288297,7 +289498,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2285,[2,5,6,2277,2224,2286,525,2205]); +},2278,[2,5,6,2270,2214,2279,525,2195]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -288347,7 +289548,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2286,[2,5,6]); +},2279,[2,5,6]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -288514,7 +289715,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2287,[2,3,5,6,1401,13,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2248,525]); +},2280,[2,3,5,6,1374,13,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2238,525]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "action_go_to_category": "{{anchor}} اذهب إلى", @@ -288886,7 +290087,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "location_get_position_failed": "غير قادر على استرداد الوضع الحالي", "location_get_position_succeeded": "تم استرداد الموقف الحالي بنجاح" }; -},2288,[]); +},2281,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "action_go_to_category": "Gå til {{anchor}}", @@ -289271,7 +290472,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "location_get_position_failed": "Kan ikke hente den aktuelle position", "location_get_position_succeeded": "Nuværende position hentet med succes" }; -},2289,[]); +},2282,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "action_go_to_category": "Weiter zu {{anchor}}", @@ -289674,7 +290875,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "location_get_position_failed": "Die aktuelle Position kann nicht abgerufen werden", "location_get_position_succeeded": "Aktuelle Position erfolgreich abgerufen" }; -},2290,[]); +},2283,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "android_location_usage_message": "The app uses location to provide the user search results related to the area where he/she lives", @@ -290113,7 +291314,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "location_get_position_failed": "Unable to retrieve the current position", "location_get_position_succeeded": "Current position retrieved successfully" }; -},2291,[]); +},2284,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "action_go_to_category": "Acción ir a {{anchor}}", @@ -290513,7 +291714,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "location_get_position_failed": "Incapaz de recuperar la posición actual", "location_get_position_succeeded": "Posición actual recuperada con éxito" }; -},2292,[]); +},2285,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "action_go_to_category": "Aller à {{anchor}}", @@ -290898,7 +292099,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "location_get_position_failed": "Impossible de récupérer la position actuelle", "location_get_position_succeeded": "Position actuelle récupérée avec succès" }; -},2293,[]); +},2286,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "action_go_to_category": "Vai a {{anchor}}", @@ -291307,7 +292508,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "location_get_position_failed": "Impossibile recuperare la posizione corrente", "location_get_position_succeeded": "Posizione corrente recuperata con successo" }; -},2294,[]); +},2287,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "action_go_to_category": "Gå til {{anchor}}", @@ -291690,7 +292891,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "location_get_position_failed": "Kan ikke hente den nåværende posisjonen", "location_get_position_succeeded": "Nåværende stilling hentet vellykket" }; -},2295,[]); +},2288,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "action_go_to_category": "Ga naar {{anchor}}", @@ -292074,7 +293275,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "location_get_position_failed": "Niet in staat om de huidige positie op te halen", "location_get_position_succeeded": "Huidige positie met succes opgehaald" }; -},2296,[]); +},2289,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "action_go_to_category": "Ga naar {{anchor}}", @@ -292458,7 +293659,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "location_get_position_failed": "Niet in staat om de huidige positie op te halen", "location_get_position_succeeded": "Huidige positie met succes opgehaald" }; -},2297,[]); +},2290,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "action_go_to_category": "Gå til {{anchor}}", @@ -292840,7 +294041,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "location_get_position_failed": "Kan ikke hente den nåværende posisjonen", "location_get_position_succeeded": "Nåværende stilling hentet vellykket" }; -},2298,[]); +},2291,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "action_go_to_category": "Vai para {{anchor}}", @@ -293240,7 +294441,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "location_get_position_failed": "Incapaz de recuperar a posição atual", "location_get_position_succeeded": "Posição atual recuperada com sucesso" }; -},2299,[]); +},2292,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "action_go_to_category": "Vai para {{anchor}}", @@ -293642,7 +294843,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "location_get_position_failed": "Incapaz de recuperar a posição atual", "location_get_position_succeeded": "Posição atual recuperada com sucesso" }; -},2300,[]); +},2293,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "action_go_to_category": "Du-te la {{anchor}}", @@ -294017,7 +295218,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "location_get_position_failed": "Incapabil să recupereze poziția curentă", "location_get_position_succeeded": "Poziția curentă preluată cu succes" }; -},2301,[]); +},2294,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "action_go_to_category": "Pojdi na {{anchor}}", @@ -294450,7 +295651,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "location_get_position_failed": "Ne morem pridobiti trenutnega položaja", "location_get_position_succeeded": "Trenutni položaj, uspešno pridobljen" }; -},2302,[]); +},2295,[]); __d(function(global, require, _importDefaultUnused, _importAllUnused, module, exports, _dependencyMapUnused) { module.exports = { "action_go_to_category": "Gå till {{anchor}}", @@ -294854,7 +296055,7 @@ __d(function(global, require, _importDefaultUnused, _importAllUnused, module, ex "location_get_position_failed": "Det går inte att hämta den nuvarande positionen", "location_get_position_succeeded": "Aktuell position hämtas framgångsrikt" }; -},2303,[]); +},2296,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -294965,7 +296166,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e filetime: "filetime" } }; -},2304,[2,3,5,6,525]); +},2297,[2,3,5,6,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -295120,9 +296321,14 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var authorizedDevice = loginStatus.authorizedDevice; if (!_$$_REQUIRE(_dependencyMap[21]).JSUtils.isEmpty(authorizedDevice)) { var _this$noticesManager4; - var notice = (_this$noticesManager4 = this.noticesManager) == null ? undefined : _this$noticesManager4.getNoticeByType(type, Object.assign({}, config, { - bluetoothAccessOnly: true - }), appSide); + var newConfig = config; + //for prestitials we just want to show the bluetooth ad at edition load once + if (type !== NoticeValues.types.prestitial) { + newConfig = Object.assign({}, config, { + bluetoothAccessOnly: true + }); + } + var notice = (_this$noticesManager4 = this.noticesManager) == null ? undefined : _this$noticesManager4.getNoticeByType(type, newConfig, appSide); if (notice) { if (notice.isBluetoothAccessOnly()) { var adTag = authorizedDevice.adTag; @@ -295555,7 +296761,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2305,[2,3,5,6,103,41,2306,2310,2314,2224,2321,2352,2238,2315,2316,2318,2319,2320,950,2120,275,525,954]); +},2298,[2,3,5,6,103,41,2299,2303,2307,2214,2314,2345,2228,2308,2309,2311,2312,2313,923,2090,275,525,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -295603,6 +296809,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e WRONG_IP: 14, ADMIN: 15, GUEST: 16, + MUST_ACTIVATE_ALERT: 17, NO_USER: 20, DELEGATED: 99 }; @@ -296634,7 +297841,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }(); _LoginManager = LoginManager; LoginManager.database = new _Database.default(_LoginManager.getClassicDatabaseFilePath()); -},2306,[2,3,5,6,50,52,55,194,2307,523,2119,2143,2128,2123,657,1079,10,1089,2183,2207,525,2308,1088,951,655,1098,2309]); +},2299,[2,3,5,6,50,52,55,194,2300,523,2089,2113,2098,2093,657,1052,10,1062,2153,2197,525,2301,1061,924,655,1071,2302]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); var _asyncToGenerator2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); @@ -296705,7 +297912,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e for (var i = 0; i < functions.length; i++) { module.exports[functions[i]] = CookieManager[functions[i]]; } -},2307,[2,3,41,64]); +},2300,[2,3,41,64]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -296835,7 +298042,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e LoginManager.logOut(); return true; } -},2308,[2,3,1099,2169,525,948]); +},2301,[2,3,1072,2139,525,921]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -296878,7 +298085,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e pendingOperations.operations -= 1; } }; -},2309,[]); +},2302,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -297015,7 +298222,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e notices: "notices" } }; -},2310,[2,3,5,6,2311,525]); +},2303,[2,3,5,6,2304,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -297050,7 +298257,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2311,[2,3,5,6,2312,2313]); +},2304,[2,3,5,6,2305,2306]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -297097,7 +298304,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function getNoticeBaseURI() { return _Api.default.noticeURI(getNoticeParams()); } -},2312,[2,3,13,2104]); +},2305,[2,3,13,2074]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -297110,7 +298317,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function parse(json) { return JSON.stringify(json.result); } -},2313,[]); +},2306,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -297211,18 +298418,14 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e key: "setCoolDown", value: function setCoolDown(id, timestamp) { var notice = this.getNoticeById(id); - if (notice) { - notice.setCoolDown(timestamp); - } + notice == null || notice.setCoolDown(timestamp); _NoticeHelper.default.setCoolDown(id, `${timestamp}`); } }, { key: "setCallsCount", value: function setCallsCount(id, count) { var notice = this.getNoticeById(id); - if (notice) { - notice.setCallsCount(count); - } + notice == null || notice.setCallsCount(count); //calls count is reset when the app is closed //NoticeHelper.setCallsCount(number, `${count}`); } @@ -297230,29 +298433,21 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e key: "changeAdUnitId", value: function changeAdUnitId(id) { var notice = this.getNoticeById(id); - if (notice) { - return notice.incrementIndex(); - } - return undefined; + return notice == null ? undefined : notice.incrementIndex(); } }, { key: "getAdUnitId", value: function getAdUnitId(id) { var notice = this.getNoticeById(id); - if (notice) { - return notice.getAdUnitId(); - } - return undefined; + return notice == null ? undefined : notice.getAdUnitId(); } }, { key: "getNoticeById", value: function getNoticeById(id) { - if (this.notices) { - return this.notices.find(function (notice) { - return id === notice.getId(); - }); - } - return undefined; + var _this$notices; + return (_this$notices = this.notices) == null ? undefined : _this$notices.find(function (notice) { + return id === notice.getId(); + }); } }, { key: "getNoticeByType", @@ -297262,11 +298457,9 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } try { var notices = this.getNotices(type, appSide); - if (notices) { - return notices.find(function (notice) { - return notice.validate(config); - }); - } + return notices == null ? undefined : notices.find(function (notice) { + return notice.validate(config); + }); } catch (e) {} return undefined; } @@ -297377,7 +298570,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2314,[2,3,5,6,2310,2315,2316,2317,2318,2319,2320,2312,40,2224,525,2120,2238]); +},2307,[2,3,5,6,2303,2308,2309,2310,2311,2312,2313,2305,40,2214,525,2090,2228]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -297682,7 +298875,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e value: function print(text) {} }]); }(); -},2315,[2,5,6,2224,525]); +},2308,[2,5,6,2214,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -297737,7 +298930,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_NoticeFullscreen2.default); NoticeAdOverPageModel.TAG = "ad_over_page"; -},2316,[2,5,6,50,52,55,1076,2317,2315]); +},2309,[2,5,6,50,52,55,1049,2310,2308]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -297840,7 +299033,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_Notice2.default); -},2317,[2,5,6,50,52,55,2315]); +},2310,[2,5,6,50,52,55,2308]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -297901,7 +299094,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_Notice2.default); NoticeInstoryAdModel.TAG = "instory_ad"; -},2318,[2,5,6,50,52,55,2315,2238]); +},2311,[2,5,6,50,52,55,2308,2228]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -298075,7 +299268,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_NoticeFullscreen2.default); NoticeInterstitialModel.TAG = "interstitial"; -},2319,[2,5,6,50,52,55,720,1076,2317,761,2315]); +},2312,[2,5,6,50,52,55,693,1049,2310,734,2308]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -298107,8 +299300,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } var _config$bluetoothAcce = config.bluetoothAccessOnly, bluetoothAccessOnly = _config$bluetoothAcce === undefined ? false : _config$bluetoothAcce; + // check if bluetooth only ad is requested and if the notice is bluetooth access only - return !bluetoothAccessOnly || this.isBluetoothAccessOnly(); + if (!bluetoothAccessOnly && this.isBluetoothAccessOnly()) { + return false; + } + return true; } }, { key: "getScreenName", @@ -298118,7 +299315,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_NoticeFullscreen2.default); NoticePrestitialModel.TAG = "prestitial"; -},2320,[2,5,6,50,52,55,2317]); +},2313,[2,5,6,50,52,55,2310]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -298602,7 +299799,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e card: false } }; -},2321,[2,5,6,50,52,55,673,103,41,2147,679,523,1099,2322,2350,2351,275,655,951,525,2119]); +},2314,[2,5,6,50,52,55,673,103,41,2117,679,523,1072,2315,2343,2344,275,655,924,525,2089]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -298792,7 +299989,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }; var _default = exports.default = NativeAdTemplate; -},2322,[2,103,41,2323,2340,2346,40,1099,275,2329,954,2349,2336]); +},2315,[2,103,41,2316,2333,2339,40,1072,275,2322,927,2342,2329]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -298940,7 +300137,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e ImageComponent: undefined, imageContainerStyle: undefined }; -},2323,[2,5,6,50,52,55,673,103,41,679,2324,2328,2330,275,2336,525,954,2337,2335]); +},2316,[2,5,6,50,52,55,673,103,41,679,2317,2321,2323,275,2329,525,927,2330,2328]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -299048,7 +300245,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2324,[2,5,6,50,52,55,103,41,673,2325,2277,2159,275,954,2327,1309]); +},2317,[2,5,6,50,52,55,103,41,673,2318,2270,2129,275,927,2320,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -299081,7 +300278,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e shadowRadius: 5 } }); -},2325,[41,2326,525]); +},2318,[41,2319,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -299114,7 +300311,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e padding: ICON_PADDING } }); -},2326,[41]); +},2319,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -299126,7 +300323,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic_gallery_white", "type": "png" }); -},2327,[1481]); +},2320,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -299148,7 +300345,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e marginVertical: 5 } }); -},2328,[41,2329,525]); +},2321,[41,2322,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -299174,7 +300371,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flex: 1 } }); -},2329,[41,525]); +},2322,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -299238,7 +300435,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e summary: _multiTextAutoMeasured.default.propTypes.bottom }); var _default = exports.default = TilePreview; -},2330,[2,74,11,103,2331,2335,275,525,950]); +},2323,[2,74,11,103,2324,2328,275,525,923]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -299465,7 +300662,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e nativeID: _propTypes.default.string }) }); -},2331,[2,74,5,6,50,52,55,673,103,41,2332,2333,275,954,2334]); +},2324,[2,74,5,6,50,52,55,673,103,41,2325,2326,275,927,2327]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -299708,7 +300905,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e topPadding: 0, verticalPaddingSize: 0 }; -},2332,[2,74,11,5,6,50,52,55,673,103,41,2333,275,525,954,2334]); +},2325,[2,74,11,5,6,50,52,55,673,103,41,2326,275,525,927,2327]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -299721,7 +300918,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flexDirection: "column" } }); -},2333,[41]); +},2326,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -299851,7 +301048,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e TextAutoMeasure.defaultProps = { numberOfLines: 1 }; -},2334,[2,11,3,5,6,50,52,55,673,103,950,275,525]); +},2327,[2,11,3,5,6,50,52,55,673,103,923,275,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -299880,7 +301077,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e justifyContent: "center" } }); -},2335,[41,2329,525]); +},2328,[41,2322,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -299969,7 +301166,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return _deviceUtils.default.isPortrait() ? itemsPerRowPortrait : itemsPerRowLandscape; } -},2336,[2,41,40,525,2329]); +},2329,[2,41,40,525,2322]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -299984,7 +301181,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2337,[2338]); +},2330,[2331]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -300097,7 +301294,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e bgUrl: "", hideBottomLine: false }; -},2338,[2,5,6,50,52,55,673,103,41,2336,2339,275,954,525]); +},2331,[2,5,6,50,52,55,673,103,41,2329,2332,275,927,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -300109,7 +301306,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flex: 1 } }); -},2339,[41]); +},2332,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -300223,7 +301420,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e BottomComponent: undefined, ImageComponent: undefined }; -},2340,[2,5,6,50,52,55,673,103,41,2341,950,2345,275,525,2336,2329,954,2337]); +},2333,[2,5,6,50,52,55,673,103,41,2334,923,2338,275,525,2329,2322,927,2330]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -300582,7 +301779,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2341,[2,3,5,6,2284,2342,525,2104,2344]); +},2334,[2,3,5,6,2277,2335,525,2074,2337]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -300972,7 +302169,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2342,[2,3,74,5,6,2284,525,2343]); +},2335,[2,3,74,5,6,2277,525,2336]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -300982,7 +302179,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e RSS: 1, EPAPER: 2 }; -},2343,[]); +},2336,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -301220,7 +302417,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e cssKey: "publications" }; } -},2344,[2,103,2284,2342,1985]); +},2337,[2,103,2277,2335,1955]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -301273,7 +302470,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e bottom: 0 } }); -},2345,[41,2329,525]); +},2338,[41,2322,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -301407,7 +302604,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e BottomComponent: undefined, ImageComponent: undefined }; -},2346,[2,5,6,50,52,55,103,41,673,950,2347,2348,275,2336,954]); +},2339,[2,5,6,50,52,55,103,41,673,923,2340,2341,275,2329,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -301470,7 +302667,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e marginEnd: 5 } }); -},2347,[41,525,2329]); +},2340,[41,525,2322]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -301672,7 +302869,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e height: 300, blurRadius: 10 }; -},2348,[2,5,6,50,52,55,673,103,41,679,275,525]); +},2341,[2,5,6,50,52,55,673,103,41,679,275,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -301823,7 +303020,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return formatResourceToDTO(resource); }); }; -},2349,[2,2342,2286,2277,525,2285,2204]); +},2342,[2,2335,2279,2270,525,2278,2194]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -302015,7 +303212,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }; var _default = exports.default = NativeVideoAdTemplate; -},2350,[2,103,41,2346,2340,2323,40,1099,275,2329,954,2349]); +},2343,[2,103,41,2339,2333,2316,40,1072,275,2322,927,2342]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -302127,7 +303324,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }; var _default = exports.default = StandardDisplayAdTemplate; -},2351,[2,103,41,2323,1099,275,2329,2346,954,2336]); +},2344,[2,103,41,2316,1072,275,2322,2339,927,2329]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -302403,7 +303600,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2352,[2,5,6,50,52,55,673,103,41,2147,523,2130,40,2168,1086,275,655,2172,2349,525,2344,2353,2163,2167,1309]); +},2345,[2,5,6,50,52,55,673,103,41,2117,523,2100,40,2138,1059,275,655,2142,2342,525,2337,2346,2133,2137,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -302655,7 +303852,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } } catch (e) {} } -},2353,[2,3,2354,2284,2143,2342,1099,2168,2147,2358,525,2169,2357,2344,1309,1098]); +},2346,[2,3,2347,2277,2113,2335,1072,2138,2117,2351,525,2139,2350,2337,1282,1071]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -303206,7 +304403,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e RssContentHelper.ERROR = -1; RssContentHelper.NO_NEW_ITEMS_AVAILABLE = 0; RssContentHelper.NEW_ITEMS_AVAILABLE = 1; -},2354,[2,3,5,6,523,677,657,2286,2355,2256,2356,2257,655,525,2357]); +},2347,[2,3,5,6,523,677,657,2279,2348,2249,2349,2250,655,525,2350]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -303234,7 +304431,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); return _getJsonDbUpdate.apply(this, arguments); } -},2355,[2,3,14]); +},2348,[2,3,14]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -303645,7 +304842,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e version: 29400, queries: ["CREATE TABLE IF NOT EXISTS resource ( re_id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, re_typeId INTEGER NOT NULL, re_value TEXT NOT NULL );", "CREATE TABLE IF NOT EXISTS resource_rel ( rr_id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, rr_feedId INTEGER NOT NULL, rr_resourceId INTEGER NOT NULL );", "CREATE TABLE IF NOT EXISTS resource_type ( rt_id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, rt_name VARCHAR(255) );"] }]; -},2356,[2,3,5,6,657,1079,525,2349]); +},2349,[2,3,5,6,657,1052,525,2342]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -303831,7 +305028,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } } }; -},2357,[2,11,2125,2344,2126,525,2119]); +},2350,[2,11,2095,2337,2096,525,2089]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -303882,7 +305079,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2358,[2,5,6,3,948,525]); +},2351,[2,5,6,3,921,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -303936,7 +305133,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2359,[2,3,5,6,2360,2362,2363,2364]); +},2352,[2,3,5,6,2353,2355,2356,2357]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -303959,7 +305156,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e (0, _inherits2.default)(JobConfig, _VerticalConfig); return (0, _createClass2.default)(JobConfig); }(_$$_REQUIRE(_dependencyMap[7]).VerticalConfig); -},2360,[2,6,5,50,52,55,523,2361]); +},2353,[2,6,5,50,52,55,523,2354]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -304141,7 +305338,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2361,[2,3,5,6,1099,525,655]); +},2354,[2,3,5,6,1072,525,655]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -304164,7 +305361,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e (0, _inherits2.default)(RealEstateConfig, _VerticalConfig); return (0, _createClass2.default)(RealEstateConfig); }(_$$_REQUIRE(_dependencyMap[7]).VerticalConfig); -},2362,[2,6,5,50,52,55,523,2361]); +},2355,[2,6,5,50,52,55,523,2354]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -304187,7 +305384,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e (0, _inherits2.default)(AutoConfig, _VerticalConfig); return (0, _createClass2.default)(AutoConfig); }(_$$_REQUIRE(_dependencyMap[7]).VerticalConfig); -},2363,[2,6,5,50,52,55,523,2361]); +},2356,[2,6,5,50,52,55,523,2354]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -304210,7 +305407,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e (0, _inherits2.default)(EventsConfig, _VerticalConfig); return (0, _createClass2.default)(EventsConfig); }(_$$_REQUIRE(_dependencyMap[7]).VerticalConfig); -},2364,[2,6,5,50,52,55,523,2361]); +},2357,[2,6,5,50,52,55,523,2354]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -304315,7 +305512,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }()) }]); }(); -},2365,[2,3,5,6,2284,2366,2341,525]); +},2358,[2,3,5,6,2277,2359,2334,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -304355,7 +305552,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2366,[2,3,5,6,2367,2368]); +},2359,[2,3,5,6,2360,2361]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -304415,7 +305612,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); return _getDataFromApiResponse.apply(this, arguments); } -},2367,[2,3,13]); +},2360,[2,3,13]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -304485,7 +305682,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var tags = doc.getElementsByTagName("*"); return removeTopLevelFromIndexes(parseTags(tags)[0]); } -},2368,[2,1099,525]); +},2361,[2,1072,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -305222,7 +306419,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2369,[2,3,5,6,2370,523,2149,2371,2392,2420,525,951,655,948]); +},2362,[2,3,5,6,2363,523,2119,2364,2385,2413,525,924,655,921]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -305372,7 +306569,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } } }; -},2370,[2,3,5,6,525]); +},2363,[2,3,5,6,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -305580,7 +306777,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2371,[2,5,6,50,52,55,103,41,40,2372,2382,2384,2386,2388,2390,2391,275,525,2336,2379,2205,2392,1309]); +},2364,[2,5,6,50,52,55,103,41,40,2365,2375,2377,2379,2381,2383,2384,275,525,2329,2372,2195,2385,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -305743,7 +306940,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2372,[2,11,5,6,50,52,55,673,103,41,2277,523,950,2329,2347,2373,2374,275,2336,954,525,655,2379,1309]); +},2365,[2,11,5,6,50,52,55,673,103,41,2270,523,923,2322,2340,2366,2367,275,2329,927,525,655,2372,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -305804,7 +307001,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onRef: _propTypes.default.func }; var _default = exports.default = DailymotionVideoPlayerComponent; -},2373,[2,11,673,103,2130,1099,275,954,525]); +},2366,[2,11,673,103,2100,1072,275,927,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -306077,7 +307274,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2374,[2,5,6,50,52,55,673,103,41,2277,2375,950,679,2324,275,525,954,2326,2376,2281,1309]); +},2367,[2,5,6,50,52,55,673,103,41,2270,2368,923,679,2317,275,525,927,2319,2369,2274,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -306235,7 +307432,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2375,[2,5,6,50,52,55,673,103,41,2061,2326,275,954,525,1309]); +},2368,[2,5,6,50,52,55,673,103,41,2031,2319,275,927,525,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -306301,7 +307498,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e TilePremiumIcon.defaultProps = { show: false }; -},2376,[2,5,6,50,52,55,103,673,679,275,2377]); +},2369,[2,5,6,50,52,55,103,673,679,275,2370]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -306316,7 +307513,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e alignSelf: "center" } }); -},2377,[41,2378]); +},2370,[41,2371]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -306331,7 +307528,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2378,[2329]); +},2371,[2322]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -306346,7 +307543,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2379,[2380]); +},2372,[2373]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -306396,7 +307593,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e style: _propTypes.default.any, borderStyle: _propTypes.default.any }; -},2380,[2,673,103,41,2336,2381,275,525,954]); +},2373,[2,673,103,41,2329,2374,275,525,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -306413,7 +307610,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e borderRadius: _$$_REQUIRE(_dependencyMap[1]).CARD_RADIUS } }); -},2381,[41,2336]); +},2374,[41,2329]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -306530,7 +307727,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2382,[2,5,6,50,52,55,673,103,41,1548,2277,2348,950,2383,275,2336,954,2379,525,1309]); +},2375,[2,5,6,50,52,55,673,103,41,1521,2270,2341,923,2376,275,2329,927,2372,525,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -306588,7 +307785,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e marginEnd: 5 } }); -},2383,[41,525,2329]); +},2376,[41,525,2322]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -306679,7 +307876,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2384,[2,5,6,50,52,55,673,103,41,950,679,275,525,954,2379,2385,2349,1309]); +},2377,[2,5,6,50,52,55,673,103,41,923,679,275,525,927,2372,2378,2342,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -306705,7 +307902,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e marginVertical: 0 } }); -},2385,[41,525]); +},2378,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -306825,7 +308022,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2386,[2,5,6,50,52,55,673,103,41,2222,2387,275,525,2379,954,1309]); +},2379,[2,5,6,50,52,55,673,103,41,2212,2380,275,525,2372,927,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -306845,7 +308042,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e height: _$$_REQUIRE(_dependencyMap[1]).NATIVO_CARD_HEIGHT } }); -},2387,[41,2346]); +},2380,[41,2339]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -306942,7 +308139,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2388,[2,5,6,50,52,55,673,103,41,679,2332,275,525,954,2379,2389,950,2349,1309]); +},2381,[2,5,6,50,52,55,673,103,41,679,2325,275,525,927,2372,2382,923,2342,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -306985,7 +308182,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e height: "100%" } }); -},2389,[41,2336]); +},2382,[41,2329]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -307139,7 +308336,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2390,[2,5,6,50,52,55,673,103,41,2130,2168,1086,275,954,2167,525,2172,2379,1309]); +},2383,[2,5,6,50,52,55,673,103,41,2100,2138,1059,275,927,2137,525,2142,2372,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -307320,7 +308517,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2391,[2,5,6,50,52,55,673,103,41,1548,2277,2348,950,2329,2324,2374,2347,275,2336,954,525,2379,1309]); +},2384,[2,5,6,50,52,55,673,103,41,1521,2270,2341,923,2322,2317,2367,2340,275,2329,927,525,2372,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -307925,7 +309122,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2392,[2,5,6,50,52,55,673,103,41,2156,2393,2401,2402,2404,275,525,2336,2344,2405,2408,2411,2413,2416,2419,954,2285,1309]); +},2385,[2,5,6,50,52,55,673,103,41,2126,2386,2394,2395,2397,275,525,2329,2337,2398,2401,2404,2406,2409,2412,927,2278,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -308190,7 +309387,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e windowSize: 5 }; var _default = exports.default = RssBaseView; -},2393,[2,11,5,6,50,52,55,673,103,41,2394,2396,275,2397,2244,525]); +},2386,[2,11,5,6,50,52,55,673,103,41,2387,2389,275,2390,2234,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -308468,7 +309665,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e windowSize: 2, initialNumToRender: 6 }; -},2394,[2,11,5,6,50,52,55,103,673,41,2395,275,2161]); +},2387,[2,11,5,6,50,52,55,103,673,41,2388,275,2131]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -308577,7 +309774,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e visibility: AsymmetricVisibility.VISIBLE, PlaceholderComponent: null }; -},2395,[2,11,5,6,50,52,55,103,41,673,275]); +},2388,[2,11,5,6,50,52,55,103,41,673,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -308593,7 +309790,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, item: {} }); -},2396,[41]); +},2389,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -308914,7 +310111,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e style: _propTypes.default.oneOfType([_propTypes.default.array, _propTypes.default.object, _propTypes.default.number]) }; var _default = exports.default = FooterBar; -},2397,[2,66,673,103,41,523,2222,40,2398,2061,275,525,954,655,2400]); +},2390,[2,66,673,103,41,523,2212,40,2391,2031,275,525,927,655,2393]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -309051,7 +310248,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e isActive: _propTypes.default.bool }; var _default = exports.default = FooterElement; -},2398,[2,66,673,103,41,2284,523,950,2159,275,525,655,954,2399]); +},2391,[2,66,673,103,41,2277,523,923,2129,275,525,655,927,2392]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -309074,7 +310271,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e justifyContent: "center" } }); -},2399,[41]); +},2392,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -309091,7 +310288,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e function TecnaviaFooterTab(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, Object.assign({}, props)); } -},2400,[2,103,41,275]); +},2393,[2,103,41,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -309248,7 +310445,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2401,[2,5,6,50,52,55,673,103,41,1548,2341,679,2329,2374,2330,2345,275,525,2336,954,2337,1309]); +},2394,[2,5,6,50,52,55,673,103,41,1521,2334,679,2322,2367,2323,2338,275,525,2329,927,2330,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -309358,7 +310555,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2402,[2,5,6,50,52,55,673,103,2329,2374,2330,2403,275,2336,525,954,2338,2335,1309]); +},2395,[2,5,6,50,52,55,673,103,2322,2367,2323,2396,275,2329,525,927,2331,2328,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -309380,7 +310577,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e paddingBottom: _$$_REQUIRE(_dependencyMap[1]).CONTAINER_VERTICAL_PADDING } }); -},2403,[41,2329]); +},2396,[41,2322]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -309551,7 +310748,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2404,[2,5,6,50,52,55,673,103,41,679,2329,2324,2374,2330,2328,275,2336,525,954,2337,2335,1309]); +},2397,[2,5,6,50,52,55,673,103,41,679,2322,2317,2367,2323,2321,275,2329,525,927,2330,2328,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -309566,7 +310763,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2405,[2406]); +},2398,[2399]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -309696,7 +310893,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e itemID: _propTypes.default.number, changeContainerStyleCallback: _propTypes.default.func }; -},2406,[2,5,6,50,52,55,673,103,2222,2407,275,954,2338]); +},2399,[2,5,6,50,52,55,673,103,2212,2400,275,927,2331]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -309710,7 +310907,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e justifyContent: "center" } }); -},2407,[41]); +},2400,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -309725,7 +310922,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2408,[2409]); +},2401,[2402]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -309852,7 +311049,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e TileWebView.defaultProps = { baseUrl: _webUtils.WEBVIEW_BASE_URL }; -},2409,[2,5,6,50,52,55,673,103,2130,2168,1086,2410,275,954,2167,2172,2337]); +},2402,[2,5,6,50,52,55,673,103,2100,2138,1059,2403,275,927,2137,2142,2330]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -309868,7 +311065,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e overflow: "hidden" } }); -},2410,[41]); +},2403,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -309944,7 +311141,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e thumbnail: _propTypes.default.string }) }; -},2411,[2,5,6,50,52,55,673,103,950,679,2412,275,525,954,2337,2349]); +},2404,[2,5,6,50,52,55,673,103,923,679,2405,275,525,927,2330,2342]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -309972,7 +311169,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e marginVertical: TITLE_VERTICAL_MARGIN } }); -},2412,[41,525]); +},2405,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -309987,7 +311184,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2413,[2414]); +},2406,[2407]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -310089,7 +311286,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e isLinkToCategory: _propTypes.default.bool }) }; -},2414,[2,5,6,50,52,55,673,103,41,950,679,2415,275,525,954,2337,2349]); +},2407,[2,5,6,50,52,55,673,103,41,923,679,2408,275,525,927,2330,2342]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -310113,7 +311310,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e margin: HORIZONTAL_MARGIN / 2 } }); -},2415,[41,525]); +},2408,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -310249,7 +311446,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e gridIndex: _propTypes.default.number }) }; -},2416,[2,5,6,50,52,55,673,103,41,1548,40,950,2417,275,525,954,2418,2337]); +},2409,[2,5,6,50,52,55,673,103,41,1521,40,923,2410,275,525,927,2411,2330]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -310316,7 +311513,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e bottom: 0 } }); -},2417,[41,525]); +},2410,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -310452,7 +311649,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e TopCropImage.defaultProps = { top: 0 }; -},2418,[2,3,5,6,50,52,55,673,103,41,679,275]); +},2411,[2,3,5,6,50,52,55,673,103,41,679,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -310465,7 +311662,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, item: {} }); -},2419,[41]); +},2412,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -310588,7 +311785,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2420,[2,5,6,50,52,55,103,275,525,2336,2392,1309]); +},2413,[2,5,6,50,52,55,103,275,525,2329,2385,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); var _reactNative = _$$_REQUIRE(_dependencyMap[1]); @@ -310603,7 +311800,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _reactNative.AppRegistry.registerHeadlessTask("TaHeadlessTask", function () { return _PushHelper.default.onBackgroundMessage; }); -},2421,[2,41,2145,1503,2422]); +},2414,[2,41,2115,1476,2415]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -311784,7 +312981,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e shortcutEnabled: global.ta.__DEV__, enableDebugger: false }); -},2422,[2,3,5,6,50,52,53,55,673,103,41,13,2117,2120,523,2423,2431,2145,40,720,1086,2121,2447,2147,2180,2884,275,525,951,670,655,2245,954,2119,2257,2309,2480,1309,2451]); +},2415,[2,3,5,6,50,52,53,55,673,103,41,13,2087,2090,523,2416,2424,2115,40,693,1059,2091,2440,2117,2150,2876,275,525,924,670,655,2235,927,2089,2250,2302,2473,1282,2444]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -312074,7 +313271,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e InterstitialsHelper.prebidInitialized = false; InterstitialsHelper.showingNativeInterstitial = false; InterstitialsHelper.lastEPaperInterstitial = undefined; -},2423,[2,3,5,6,2316,2317,2319,2320,761,1099,2424,2425,525]); +},2416,[2,3,5,6,2309,2310,2312,2313,734,1072,2417,2418,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -312196,7 +313393,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2424,[2,74,5,6,2120,954,525]); +},2417,[2,74,5,6,2090,927,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -312351,7 +313548,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_react.default.Component); InterstitialContainer.popup = {}; -},2425,[2,3,5,6,50,52,55,103,41,2426,40,2427,2317,275]); +},2418,[2,3,5,6,50,52,55,103,41,2419,40,2420,2310,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -312368,7 +313565,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e backgroundColor: _$$_REQUIRE(_dependencyMap[1]).colors.transparent } }); -},2426,[41,525]); +},2419,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -312575,7 +313772,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e Interstitial.defaultProps = { innerRef: function innerRef() {} }; -},2427,[2,3,5,6,50,52,55,673,103,41,2316,2317,2130,40,2428,2426,275,2119,2167,2172]); +},2420,[2,3,5,6,50,52,55,673,103,41,2309,2310,2100,40,2421,2419,275,2089,2137,2142]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -312659,7 +313856,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e showAfter: _propTypes.default.number, onClose: _propTypes.default.func }; -},2428,[2,5,6,50,52,55,673,103,2429,40,275,525,954]); +},2421,[2,5,6,50,52,55,673,103,2422,40,275,525,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -312726,7 +313923,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e CloseComponent.defaultProps = { cssClasses: [] }; -},2429,[2,5,6,50,52,55,103,41,673,2061,2430,275,993,954]); +},2422,[2,5,6,50,52,55,103,41,673,2031,2423,275,966,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -312762,7 +313959,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e color: _$$_REQUIRE(_dependencyMap[1]).colors.white } }); -},2430,[41,525]); +},2423,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -313706,7 +314903,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e purchaseToken: "purchaseToken" } }; -},2431,[2,74,3,5,6,41,1087,40,1099,2432,2433,525,2434,951,2435,2445,2446,948]); +},2424,[2,74,3,5,6,41,1060,40,1072,2425,2426,525,2427,924,2428,2438,2439,921]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -313860,7 +315057,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2432,[2,3,5,6,13,40,525]); +},2425,[2,3,5,6,13,40,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -314059,7 +315256,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e value: function onPurchaseUpdateOperationCompleted(callback) {} }]); }(); -},2433,[2,3,5,6]); +},2426,[2,3,5,6]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -314184,7 +315381,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2434,[2,5,6]); +},2427,[2,5,6]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -314457,7 +315654,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }()) }]); }(_IAPrnBase2.default); -},2435,[2,3,5,6,50,52,55,13,10,1087,1099,2436,2444]); +},2428,[2,3,5,6,50,52,55,13,10,1060,1072,2429,2437]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -314796,7 +315993,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_IAPBase2.default); -},2436,[2,3,5,6,50,52,55,2437,1087,1099,2433,525,2443]); +},2429,[2,3,5,6,50,52,55,2430,1060,1072,2426,525,2436]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -315184,7 +316381,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(_$$_REQUIRE(_dependencyMap[8])); exports.default = PQueue; -},2437,[3,5,6,50,52,55,2438,2440,2442]); +},2430,[3,5,6,50,52,55,2431,2433,2435]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -315245,7 +316442,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // TODO: Remove this for the next major release module.exports.default = pTimeout; module.exports.TimeoutError = TimeoutError; -},2438,[6,5,50,52,55,194,2439]); +},2431,[6,5,50,52,55,194,2432]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -315265,7 +316462,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }); }; -},2439,[]); +},2432,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -315321,7 +316518,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(); exports.default = PriorityQueue; -},2440,[5,6,2441]); +},2433,[5,6,2434]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -315346,7 +316543,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return first; } exports.default = lowerBound; -},2441,[]); +},2434,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -315659,7 +316856,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e if ('undefined' !== typeof module) { module.exports = EventEmitter; } -},2442,[]); +},2435,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -315712,7 +316909,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2443,[2,5,6]); +},2436,[2,5,6]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -315777,7 +316974,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2444,[2,5,6]); +},2437,[2,5,6]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -316106,7 +317303,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_IAPrnBase2.default); -},2445,[2,3,5,6,50,52,53,55,721,10,1099,2436,2443,525,2444]); +},2438,[2,3,5,6,50,52,53,55,694,10,1072,2429,2436,525,2437]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -316339,7 +317536,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }()) }]); }(_IAPrnBase2.default); -},2446,[2,3,5,6,50,52,55,10,1099,2436,2443,525,2444]); +},2439,[2,3,5,6,50,52,55,10,1072,2429,2436,525,2437]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -316478,7 +317675,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })] })); } -},2447,[2,103,2448,2701,2871,2147,2872,2874,2876,2877,2878,2879,2880,2472,2474,275,2882]); +},2440,[2,103,2441,2693,2863,2117,2864,2866,2868,2869,2870,2871,2872,2465,2467,275,2874]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -316595,7 +317792,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[18]).NavigatorBaseScreen); -},2448,[2,5,6,50,52,53,55,103,2117,523,2424,2449,2473,275,655,525,2468,2451,2700]); +},2441,[2,5,6,50,52,53,55,103,2087,523,2417,2442,2466,275,655,525,2461,2444,2692]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -316762,7 +317959,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })) }); } -},2449,[2,103,2370,2342,2147,2450,2471,2472,2474,275,1084,954,2480,2245,2481,2606,2629,2631]); +},2442,[2,103,2363,2335,2117,2443,2464,2465,2467,275,1057,927,2473,2235,2474,2598,2621,2623]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -316892,7 +318089,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[20]).NavigationBaseScreen); -},2450,[2,3,5,6,50,52,55,103,41,13,2182,10,1086,275,525,2159,2451,954,2452,1098,2468]); +},2443,[2,3,5,6,50,52,55,103,41,13,2152,10,1059,275,525,2129,2444,927,2445,1071,2461]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -316944,7 +318141,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e children: children })); } -},2451,[2,11,103,41,40,275,1117]); +},2444,[2,11,103,41,40,275,1090]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -317679,7 +318876,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e shortcutEnabled: true, forceFullscreen: false }); -},2452,[2,11,3,5,6,50,52,53,55,673,103,41,2182,2306,523,2431,720,1098,2147,2453,2456,991,275,655,525,2121,2169,948,2207,2308,2466,2467,1982,954,2167,2172,2245]); +},2445,[2,11,3,5,6,50,52,53,55,673,103,41,2152,2299,523,2424,693,1071,2117,2446,2449,964,275,655,525,2091,2139,921,2197,2301,2459,2460,1952,927,2137,2142,2235]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -317718,7 +318915,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e source: _$$_REQUIRE(_dependencyMap[10]), library: undefined }; -},2453,[2,5,6,50,52,55,103,673,2454,275,2012]); +},2446,[2,5,6,50,52,55,103,673,2447,275,1982]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -317866,7 +319063,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e library: undefined, cssProps: {} }; -},2454,[2,5,6,50,52,55,673,103,41,2159,2455,275,655,954,993]); +},2447,[2,5,6,50,52,55,673,103,41,2129,2448,275,655,927,966]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -317899,7 +319096,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e alignSelf: "center" } }); -},2455,[41,962]); +},2448,[41,935]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -318391,7 +319588,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e SettingDebug.defaultProps = { hidden: false }; -},2456,[2,3,5,6,50,52,55,673,103,41,2203,2117,2120,2306,1099,657,2147,965,950,2457,2458,275,525,2213,2460,948,2208,954,2459,2161,2462,2463]); +},2449,[2,3,5,6,50,52,55,673,103,41,2193,2087,2090,2299,1072,657,2117,938,923,2450,2451,275,525,2203,2453,921,2198,927,2452,2131,2455,2456]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -318491,7 +319688,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e autoFocus: _propTypes.default.bool }; var _default = exports.default = FontTextInput; -},2457,[2,74,11,673,103,41,275,951,525]); +},2450,[2,74,11,673,103,41,275,924,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -318580,7 +319777,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onPress: _propTypes.default.func }; var _default = exports.default = SettingHeader; -},2458,[2,103,673,41,950,2061,275,954,2459]); +},2451,[2,103,673,41,923,2031,275,927,2452]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -318695,7 +319892,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e justifyContent: "center" } }); -},2459,[41,525]); +},2452,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -319268,7 +320465,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2460,[2,3,5,6,2203,13,2117,2461,2168,525,948,2119,2125]); +},2453,[2,3,5,6,2193,13,2087,2454,2138,525,921,2089,2095]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -319335,7 +320532,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e active_days_total: "activeDaysTotal" } }; -},2461,[2,3,5,6,525]); +},2454,[2,3,5,6,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -319408,7 +320605,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onSending: _propTypes.default.func, style: _propTypes.default.oneOfType([_propTypes.default.number, _propTypes.default.object, _propTypes.default.array]) }; -},2462,[2,3,5,6,50,52,55,673,103,41,13,950,275,2213,525,2169]); +},2455,[2,3,5,6,50,52,55,673,103,41,13,923,275,2203,525,2139]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -319553,7 +320750,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e children: _propTypes.default.any }; var _default = exports.default = Setting; -},2463,[2,11,673,103,41,950,2159,275,954,525,2464,2465]); +},2456,[2,11,673,103,41,923,2129,275,927,525,2457,2458]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -319633,7 +320830,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e justifyContent: "center" } }); -},2464,[41,525]); +},2457,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -319704,7 +320901,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e Button: Button, Text: Text }; -},2465,[2,11,103,41,950,275,525,954]); +},2458,[2,11,103,41,923,275,525,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -319866,7 +321063,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e value = data.value; global.ta.getNewsmemoryConfig().setValue(key, value); } -},2466,[2,3,2306,523,2147,2207,655,525,948]); +},2459,[2,3,2299,523,2117,2197,655,525,921]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -319911,7 +321108,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e justifyContent: "center" } }); -},2467,[41,525]); +},2460,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -319926,7 +321123,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2468,[2469]); +},2461,[2462]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -320254,7 +321451,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ enablePostponeAction: false }; -},2469,[2,74,3,5,6,50,52,53,55,673,103,41,523,2470,2119,655,2169,525,948]); +},2462,[2,74,3,5,6,50,52,53,55,673,103,41,523,2463,2089,655,2139,525,921]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -320456,7 +321653,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e UPGRADED: 2, UPDATED: 3 }; -},2470,[2,3,5,6,1082,2183,2370,1099,657,2460,525,951]); +},2463,[2,3,5,6,1055,2153,2363,1072,657,2453,525,924]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -320521,7 +321718,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[10]).NavigationBaseScreen); -},2471,[2,5,6,50,52,55,103,2370,275,2167,2468]); +},2464,[2,5,6,50,52,55,103,2363,275,2137,2461]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -320781,7 +321978,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e WebScreen.defaultProps = { considerSafeArea: true }; -},2472,[2,3,5,6,50,52,53,55,673,103,2473,2120,523,2143,2123,2424,2168,1086,991,275,655,2468,525,2169,2167,2172,2451]); +},2465,[2,3,5,6,50,52,53,55,673,103,2466,2090,523,2113,2093,2417,2138,1059,964,275,655,2461,525,2139,2137,2142,2444]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -320883,7 +322080,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }) : null] }); } -},2473,[2,66,103,41,523,275,655,525,2451]); +},2466,[2,66,103,41,523,275,655,525,2444]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -321381,7 +322578,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e children: [actionBar, barComponent] }); } -},2474,[2,11,103,41,1548,2473,2120,2143,40,2424,657,2168,950,2159,275,2468,954,2451,525,2475,2476,2061,2353,1467]); +},2467,[2,11,103,41,1521,2466,2090,2113,40,2417,657,2138,923,2129,275,2461,927,2444,525,2468,2469,2031,2346,1440]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -321486,7 +322683,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e fontWeight: "bold" } }); -},2475,[41]); +},2468,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -321719,7 +322916,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e buttonStyle: buttonLayoutStyle }, props)); } -},2476,[2,66,103,41,2120,1082,2342,2147,2465,2061,679,275,954,2475,2477,525,2478]); +},2469,[2,66,103,41,2090,1055,2335,2117,2458,2031,679,275,927,2468,2470,525,2471]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -321731,7 +322928,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "text_banner", "type": "png" }); -},2477,[1481]); +},2470,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -321746,7 +322943,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2478,[2479]); +},2471,[2472]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -321844,7 +323041,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e buttonStyle: _propTypes.default.oneOfType([_propTypes.default.number, _propTypes.default.array, _propTypes.default.object]), backgroundColor: _propTypes.default.string }; -},2479,[2,5,6,50,52,55,673,103,523,2465,2061,275,655,954]); +},2472,[2,5,6,50,52,55,673,103,523,2458,2031,275,655,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -321890,7 +323087,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e children: children })); } -},2480,[2,11,103,275,1309]); +},2473,[2,11,103,275,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -321905,7 +323102,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2481,[2482]); +},2474,[2475]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -322885,7 +324082,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: _propTypes.default.object, tab: _propTypes.default.string }; -},2482,[2,66,3,5,6,50,52,53,55,673,103,41,13,2117,2120,2182,1078,2483,2484,2220,523,2423,2119,2145,720,1099,2424,1077,2147,2497,2498,2500,2503,2504,2507,2508,275,655,525,2207,2309,951,2460,1098,948,1309,2169,2240,954,2192,2509,2602,2468]); +},2475,[2,66,3,5,6,50,52,53,55,673,103,41,13,2087,2090,2152,1051,2476,2477,2210,523,2416,2089,2115,693,1072,2417,1050,2117,2490,2491,2493,2496,2497,2500,2501,275,655,525,2197,2302,924,2453,1071,921,1282,2139,2230,927,2163,2502,2594,2461]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -323311,7 +324508,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _newsmemoryUtils.default.showDownloadDBErrorDialog(issue, edition, onRetry, onCancel, onReset); } else { _$$_REQUIRE(_dependencyMap[18]).CustomAlert.alert("", global.strings("err_offline"), [{ - text: global.strings("btn_ok"), + text: global.ta.strings("btn_ok"), onPress: function onPress() { if (showNativeOptionsPage && !showNativeOptionsPageFallbackUrl) { _$$_REQUIRE(_dependencyMap[15]).EventRegister.emit(_events.default.OPEN_OPTIONSPAGE, { @@ -323341,10 +324538,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var getParams = _optionspageUtils.default.getOptionspageGetParams(params); var pSetupChange = getParams.pSetupChange; if (pSetupChange) { - var _global$ta$getActiveP4 = global.ta.getActivePSetup(), - _pSetup = _global$ta$getActiveP4.pSetup; var pSetupToUse = pSetupChange.pSetup; - if (pSetupToUse && pSetupToUse !== _pSetup) { + if (pSetupToUse && pSetupToUse !== pSetup) { var _yield$global$ta$load2 = yield global.ta.loadPSetup(pSetupToUse), pSetupToUseConfig = _yield$global$ta$load2.config; if (pSetupToUseConfig) { @@ -323369,10 +324564,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } } } catch (e) { - var _global$ta$getActiveP5 = global.ta.getActivePSetup(), - _showNativeOptionsPage = _global$ta$getActiveP5.showNativeOptionsPage, - _showNativeOptionsPageFallbackUrl = _global$ta$getActiveP5.showNativeOptionsPageFallbackUrl; - if (_$$_REQUIRE(_dependencyMap[14]).NetworkUtils.isOnline() || _showNativeOptionsPage && !_showNativeOptionsPageFallbackUrl) { + if (_$$_REQUIRE(_dependencyMap[14]).NetworkUtils.isOnline() || showNativeOptionsPage && !showNativeOptionsPageFallbackUrl) { _$$_REQUIRE(_dependencyMap[15]).EventRegister.emit(_events.default.OPEN_OPTIONSPAGE, { tab: _optionspageUtils.tabs.home }); @@ -323402,12 +324594,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e key: "showDialog", value: function showDialog(newIssueAvailable) { var _this2 = this; - var _global$ta$getActiveP6 = global.ta.getActivePSetup(), - mostRecentIssueOnServer = _global$ta$getActiveP6.lastIssue, - mostRecentEditionOnServer = _global$ta$getActiveP6.lastEdition, - latestEditionAvailableMessageFormat = _global$ta$getActiveP6.latestEditionAvailableMessageFormat, - dateFormat = _global$ta$getActiveP6.dateFormat, - language = _global$ta$getActiveP6.language; + var _global$ta$getActiveP4 = global.ta.getActivePSetup(), + mostRecentIssueOnServer = _global$ta$getActiveP4.lastIssue, + mostRecentEditionOnServer = _global$ta$getActiveP4.lastEdition, + latestEditionAvailableMessageFormat = _global$ta$getActiveP4.latestEditionAvailableMessageFormat, + dateFormat = _global$ta$getActiveP4.dateFormat, + language = _global$ta$getActiveP4.language; var buttons = []; buttons.push({ text: global.ta.strings("btn_cancel"), @@ -323469,8 +324661,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e if (!firstIssue) { throw new Error(`getIssue did not return a valid issue ${JSON.stringify(issue)}`); } - var _global$ta$getActiveP7 = global.ta.getActivePSetup(), - pSetup = _global$ta$getActiveP7.pSetup; + var _global$ta$getActiveP5 = global.ta.getActivePSetup(), + pSetup = _global$ta$getActiveP5.pSetup; if (pSetupToUse && pSetupToUse !== pSetup) { var _yield$global$ta$load3 = yield global.ta.loadPSetup(pSetupToUse), pSetupToUseConfig = _yield$global$ta$load3.config; @@ -323550,7 +324742,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(); var _default = exports.default = NewsmemoryManager; -},2483,[2,3,5,6,2182,523,2119,720,1098,1077,1078,2306,2484,2494,525,655,2208,2496,948,677,1084]); +},2476,[2,3,5,6,2152,523,2089,693,1071,1050,1051,2299,2477,2487,525,655,2198,2489,921,677,1057]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -326080,7 +327272,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2484,[2,11,74,3,5,6,13,2182,523,2431,720,1098,1076,657,758,678,757,1077,761,1078,2485,2487,10,2486,2489,2490,2491,2492,2493,2306,2494,2220,655,2495,525,679,2237,677,2208,2207,2496,948,2104]); +},2477,[2,11,74,3,5,6,13,2152,523,2424,693,1071,1049,657,731,678,730,1050,734,1051,2478,2480,10,2479,2482,2483,2484,2485,2486,2299,2487,2210,655,2488,525,679,2227,677,2198,2197,2489,921,2074]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -326601,7 +327793,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2485,[2,3,5,6,657,757,758,678,761,2486,1079,2488,2487,525]); +},2478,[2,3,5,6,657,730,731,678,734,2479,1052,2481,2480,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -327890,7 +329082,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2486,[2,74,3,5,6,2437,2182,523,40,677,720,2184,657,758,678,1077,761,1078,2487,10,655,525,2194,679]); +},2479,[2,74,3,5,6,2430,2152,523,40,677,693,2154,657,731,678,1050,734,1051,2480,10,655,525,2165,679]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -328109,7 +329301,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2487,[2,66,5,6,720,755,756,757,758,678,762,761,759,760,525]); +},2480,[2,66,5,6,693,728,729,730,731,678,735,734,732,733,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -328183,7 +329375,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2488,[2,5,6,755,756,757,758,678,762,761,759,760,525]); +},2481,[2,5,6,728,729,730,731,678,735,734,732,733,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -328236,7 +329428,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2489,[2,5,6]); +},2482,[2,5,6]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -328278,7 +329470,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_DownloadOperation2.default); -},2490,[2,5,6,50,52,55,2489,761]); +},2483,[2,5,6,50,52,55,2482,734]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -328303,7 +329495,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e (0, _inherits2.default)(SingleHRZipDownloadOperation, _DownloadOperation); return (0, _createClass2.default)(SingleHRZipDownloadOperation); }(_DownloadOperation2.default); -},2491,[2,6,5,50,52,55,2489,761]); +},2484,[2,6,5,50,52,55,2482,734]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -328341,7 +329533,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_DownloadOperation2.default); -},2492,[2,5,6,50,52,55,2489,761,678]); +},2485,[2,5,6,50,52,55,2482,734,678]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -328366,7 +329558,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e (0, _inherits2.default)(SingleZipDownloadOperation, _DownloadOperation); return (0, _createClass2.default)(SingleZipDownloadOperation); }(_DownloadOperation2.default); -},2493,[2,6,5,50,52,55,2489,761]); +},2486,[2,6,5,50,52,55,2482,734]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -328912,7 +330104,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e value: function purgeLog(message) {} }]); }(); -},2494,[2,3,5,6,657,1077,761,1079,1078,2485,525]); +},2487,[2,3,5,6,657,1050,734,1052,1051,2478,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -329195,7 +330387,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2495,[2,3,5,6,720,2183]); +},2488,[2,3,5,6,693,2153]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -329327,7 +330519,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _ref5.apply(this, arguments); }; }(); -},2496,[2,3,1078,2306,2220,523,655,948]); +},2489,[2,3,1051,2299,2210,523,655,921]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -329874,7 +331066,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2497,[2,3,5,6,50,52,53,55,673,103,2117,2182,1078,2306,2483,2484,523,2119,2431,2342,1099,1098,1086,1077,2147,275,525,2104,655,2169,2496,2434,2231,2452,1309]); +},2490,[2,3,5,6,50,52,53,55,673,103,2087,2152,1051,2299,2476,2477,523,2089,2424,2335,1072,1071,1059,1050,2117,275,525,2074,655,2139,2489,2427,2221,2445,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -330000,7 +331192,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e cssClasses: [], cssTextClasses: [] }; -},2498,[2,11,5,6,50,52,55,673,103,41,2499,275,655,2192]); +},2491,[2,11,5,6,50,52,55,673,103,41,2492,275,655,2163]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -330029,7 +331221,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e margin: 10 } }); -},2499,[41]); +},2492,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -330062,7 +331254,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _nativeOptionsPageUtils = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[24])); var _jsxRuntime = _$$_REQUIRE(_dependencyMap[25]); var _excluded = ["local", "type", "asyncKey"], - _excluded2 = ["ref"]; + _excluded2 = ["valErrCode"], + _excluded3 = ["ref"]; function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); } function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } @@ -330281,7 +331474,29 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } else if (messageType.includes(_$$_REQUIRE(_dependencyMap[27]).locals.OPEN_TAB_HOME)) { Methods.Navigation.navigateToHome(); } else if (messageType.includes(_$$_REQUIRE(_dependencyMap[27]).locals.OPEN_TAB_LOGIN)) { - Methods.Navigation.navigateToLogin(); + var _this$currentRoute; + if (((_this$currentRoute = _this.currentRoute) == null ? undefined : _this$currentRoute.getRoute()) === _$$_REQUIRE(_dependencyMap[27]).tabs.login) { + var _newsmemoryManager = _this.props.newsmemoryManager; + var currentUrlParams = _this.state.urlParams; + var params = currentUrlParams; + var valErrCode = currentUrlParams.valErrCode, + otherParams = (0, _objectWithoutProperties2.default)(currentUrlParams, _excluded2); + if (valErrCode === _LoginManager.PROT_ERROR.MUST_ACTIVATE || valErrCode === _LoginManager.PROT_ERROR.MUST_ACTIVATE_ALERT) { + //replace valErrorCode in order to load a different page + params = Object.assign({}, otherParams, { + valErrCode: _LoginManager.PROT_ERROR.NOT_VALIDATED + }); + } + var _NativeOptionsPageUti2 = _nativeOptionsPageUtils.default.getStateFromTab(_$$_REQUIRE(_dependencyMap[27]).tabs.login, params, _newsmemoryManager), + _initialRoute = _NativeOptionsPageUti2.initialRoute, + _urlParams = _NativeOptionsPageUti2.params; + _this.setState({ + initialRoute: _initialRoute, + urlParams: _urlParams + }); + } else { + Methods.Navigation.navigateToLogin(); + } } else if (messageType.includes(_$$_REQUIRE(_dependencyMap[27]).locals.GET_KEY)) { var _js = yield (0, _$$_REQUIRE(_dependencyMap[28]).getKey)(data); _this._injectionJs(messageType, _js); @@ -330397,9 +331612,9 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e forceFullscreen = params.forceFullscreen, hidden = params.hidden; try { - var _NativeOptionsPageUti2 = _nativeOptionsPageUtils.default.getStateFromTab(tab, getParams, newsmemoryManager), - initialRoute = _NativeOptionsPageUti2.initialRoute, - urlParams = _NativeOptionsPageUti2.params; + var _NativeOptionsPageUti3 = _nativeOptionsPageUtils.default.getStateFromTab(tab, getParams, newsmemoryManager), + initialRoute = _NativeOptionsPageUti3.initialRoute, + urlParams = _NativeOptionsPageUti3.params; _this2.setState({ visible: true, initialRoute: initialRoute, @@ -330520,7 +331735,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e , { WebViewComponent: function WebViewComponent(_ref8) { var ref = _ref8.ref, - forwardedProps = (0, _objectWithoutProperties2.default)(_ref8, _excluded2); + forwardedProps = (0, _objectWithoutProperties2.default)(_ref8, _excluded3); return /*#__PURE__*/(0, _jsxRuntime.jsx)(_keyboardAvoidingComponent.default, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[38]).TecnaviaScrollView, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[39]).AutoHeightWebView, Object.assign({}, forwardedProps, { @@ -330603,7 +331818,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2500,[2,11,3,5,6,50,52,53,55,673,103,41,2117,2182,2306,2483,523,2119,40,2342,1099,2168,2147,991,2501,275,2104,1098,2466,2502,2308,2231,655,1088,2169,2121,525,1980,2161,2162,2172,954,2476,2245,1309]); +},2493,[2,11,3,5,6,50,52,53,55,673,103,41,2087,2152,2299,2476,523,2089,40,2335,1072,2138,2117,964,2494,275,2074,1071,2459,2495,2301,2221,655,1061,2139,2091,525,1950,2131,2132,2142,927,2469,2235,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -330651,7 +331866,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e value: function appendOthersParams(newsmemoryManager) { var getParams = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; var currentNewspaperManager = newsmemoryManager.currentNewspaperManager; - if (currentNewspaperManager && currentNewspaperManager.currentNewspaper) { + if (currentNewspaperManager != null && currentNewspaperManager.currentNewspaper) { if (!getParams.edition) { getParams.edition = currentNewspaperManager.currentNewspaper.getEdition(); } @@ -330684,7 +331899,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e //TODO: do we really need to pass an initial route? if (tab === _optionspageUtils.tabs.home) { initialRoute = "newsstand"; - } else if ((tab === _optionspageUtils.tabs.validation || tab === _optionspageUtils.tabs.account) && onValidationErrorGoTo) { + } else if ((tab === _optionspageUtils.tabs.account || tab === _optionspageUtils.tabs.validation) && onValidationErrorGoTo) { initialRoute = onValidationErrorGoTo; } return { @@ -330695,7 +331910,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(); var _default = exports.default = NativeOptionsPageUtils; -},2501,[2,3,5,6,1078,2483,2484,1098,1077,2104,525]); +},2494,[2,3,5,6,1051,2476,2477,1071,1050,2074,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -330843,7 +332058,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); return _completeTransaction.apply(this, arguments); } -},2502,[2,3,2431,1099,1098,2434,525]); +},2495,[2,3,2424,1072,1071,2427,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -331347,7 +332562,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2503,[2,11,3,5,6,50,52,53,55,673,103,41,2117,2483,523,2119,2342,1099,2168,2147,2501,275,2104,1098,2466,2306,1980,2502,2308,2231,655,2169,2121,525,2167,2245,1309]); +},2496,[2,11,3,5,6,50,52,53,55,673,103,41,2087,2476,523,2089,2335,1072,2138,2117,2494,275,2074,1071,2459,2299,1950,2495,2301,2221,655,2139,2091,525,2137,2235,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -331662,7 +332877,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e OptionPageAccessibility.defaultProps = { shortcutPriority: 0 }; -},2504,[2,3,5,6,50,52,55,673,103,41,2117,10,523,2119,1981,2243,950,2505,275,655,525,1980,2506,954,2247,2266]); +},2497,[2,3,5,6,50,52,55,673,103,41,2087,10,523,2089,1951,2233,923,2498,275,655,525,1950,2499,927,2237,2259]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -331700,7 +332915,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e issue: {}, issueText: {} }); -},2505,[41,525]); +},2498,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -331732,7 +332947,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e this.pathEdi = obj.pathEdi; this.editionIndex = obj.editionIndex; }); -},2506,[2,6,5]); +},2499,[2,6,5]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -331949,7 +333164,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onOpen: function onOpen() {}, onClose: function onClose() {} }; -},2507,[2,3,5,6,50,52,55,673,103,41,1109,2182,2484,523,720,1086,2453,275,655,1098,525,954,2172,2162,2467,2167]); +},2500,[2,3,5,6,50,52,55,673,103,41,1082,2152,2477,523,693,1059,2446,275,655,1071,525,927,2142,2132,2460,2137]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -331974,7 +333189,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flex: 1 } }); -},2508,[41]); +},2501,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -334095,7 +335310,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e NewsmemoryLayoutManager.defaultProps = Object.assign({}, _$$_REQUIRE(_dependencyMap[50]).Shortcut.defaultProps, { shortcutEnabled: true }); -},2509,[2,3,95,5,6,50,52,53,55,673,103,41,4,2182,2484,523,40,720,1076,758,678,757,1077,761,2510,2512,2546,2513,2553,2584,2507,2590,2597,2598,275,525,2599,655,2121,1980,2207,2237,1098,2104,1084,2125,954,962,2600,2192,2245]); +},2502,[2,3,95,5,6,50,52,53,55,673,103,41,4,2152,2477,523,40,693,1049,731,678,730,1050,734,2503,2505,2539,2506,2546,2576,2500,2582,2589,2590,275,525,2591,655,2091,1950,2197,2227,1071,2074,1057,2095,927,935,2592,2163,2235]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -334155,7 +335370,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2510,[2,5,6,103,950,2511,275,948,525,2247]); +},2503,[2,5,6,103,923,2504,275,921,525,2237]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -334173,7 +335388,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, buttonText: {} }); -},2511,[41]); +},2504,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -334472,7 +335687,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e ArticleModeManager.defaultProps = Object.assign({}, _$$_REQUIRE(_dependencyMap[24]).Shortcut.defaultProps, { indexMode: false }); -},2512,[2,11,5,6,50,52,55,673,103,523,720,1076,757,1077,761,2147,2266,2513,275,525,655,1098,954,2540,2245]); +},2505,[2,11,5,6,50,52,55,673,103,523,693,1049,730,1050,734,2117,2259,2506,275,525,655,1071,927,2533,2235]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -335267,7 +336482,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e NewsmemoryIndexLayoutManager.defaultProps = Object.assign({}, _$$_REQUIRE(_dependencyMap[39]).PureShortcut.defaultProps, { indexLevel: 1 }); -},2513,[2,11,3,5,6,50,52,55,673,103,523,40,720,1076,2123,1981,757,758,2238,1077,761,2147,2453,2514,2516,2518,2523,2524,2534,2454,2538,2539,275,2121,525,2207,1980,655,954,2245,2111]); +},2506,[2,11,3,5,6,50,52,55,673,103,523,40,693,1049,2093,1951,730,731,2228,1050,734,2117,2446,2507,2509,2511,2516,2517,2527,2447,2531,2532,275,2091,525,2197,1950,655,927,2235,2081]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -335419,7 +336634,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onChangeEventName: _propTypes.default.string }; var _default = exports.default = HeaderInfo; -},2514,[2,66,673,103,41,950,2515,275,655,525,954,2247]); +},2507,[2,66,673,103,41,923,2508,275,655,525,927,2237]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -335453,7 +336668,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e fontStyle: "italic" } }); -},2515,[41,962]); +},2508,[41,935]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -335514,7 +336729,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e SubHeaderComponent.defaultProps = { cssClasses: [] }; -},2516,[2,5,6,50,52,55,103,673,41,2517,275,954]); +},2509,[2,5,6,50,52,55,103,673,41,2510,275,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -335532,7 +336747,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e justifyContent: "flex-end" } }); -},2517,[41,962]); +},2510,[41,935]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -335627,7 +336842,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_indexBaseComponent.default); -},2518,[2,5,6,50,52,55,103,13,1086,2155,2265,2519,275,954,2236,2239,2522,2161,2162]); +},2511,[2,5,6,50,52,55,103,13,1059,2125,2258,2512,275,927,2226,2229,2515,2131,2132]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -336018,7 +337233,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e enableSeparator: true, fullscreen: false }); -},2519,[2,74,5,6,50,52,55,673,103,41,761,2243,2156,2265,275,962,2266,525,2520,954,2161,720,2245]); +},2512,[2,74,5,6,50,52,55,673,103,41,734,2233,2126,2258,275,935,2259,525,2513,927,2131,693,2235]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -336263,7 +337478,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })) }); }; -},2520,[2,673,103,41,40,720,1076,1981,758,761,950,2521,2265,275,525,954,2247]); +},2513,[2,673,103,41,40,693,1049,1951,731,734,923,2514,2258,275,525,927,2237]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -336445,7 +337660,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e //see image source structure page: _propTypes.default.instanceOf(_Page.default) }; -},2521,[2,11,3,5,6,50,52,55,673,103,41,657,678,761,679,275,525,2192]); +},2514,[2,11,3,5,6,50,52,55,673,103,41,657,678,734,679,275,525,2163]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -336470,7 +337685,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e `; }; -},2522,[]); +},2515,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -336632,7 +337847,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e NewsmemoryIndex.propTypes = { title: _propTypes.default.string }; -},2523,[2,74,5,6,50,52,55,673,103,40,1076,2519,275,1980,2520,720]); +},2516,[2,74,5,6,50,52,55,673,103,40,1049,2512,275,1950,2513,693]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -336910,7 +338125,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e NewsmemorySecondIndex.defaultProps = Object.assign({}, _indexBaseComponent.default.defaultProps, { secondLevelIndex: 0 }); -},2524,[2,74,5,6,50,52,53,55,673,103,761,2525,2519,275,720,2520,1980]); +},2517,[2,74,5,6,50,52,53,55,673,103,734,2518,2512,275,693,2513,1950]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -336932,11 +338147,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _viewPagerIndicators = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[13])); var _jsxRuntime = _$$_REQUIRE(_dependencyMap[14]); function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); } - function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /* eslint-disable react/destructuring-assignment */ - var WrappedViewPager = (0, _$$_REQUIRE(_dependencyMap[15]).createNativeWrapper)(_reactNativePagerView.default, { - disallowInterruption: false, - shouldActivateOnStart: true - }); + function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } var ViewPager = exports.default = /*#__PURE__*/function (_React$Component) { function ViewPager(props) { var _this; @@ -336947,7 +338158,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _this.state = { index: props.startPage }; - _this.isRtl = _$$_REQUIRE(_dependencyMap[16]).PlatformUtils.isRTL(); + _this.isRtl = _$$_REQUIRE(_dependencyMap[15]).PlatformUtils.isRTL(); _this.toggleViewPagerState = _this._toggleViewPagerState.bind(_this); _this.onPageSelected = _this._onPageSelected.bind(_this); return _this; @@ -336983,30 +338194,32 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } var data = this.props.data; if (newPage >= 0 && newPage < data.length) { - if (animated && !_$$_REQUIRE(_dependencyMap[16]).PlatformUtils.isEInk()) { + if (animated && !_$$_REQUIRE(_dependencyMap[15]).PlatformUtils.isEInk()) { ref.setPage(newPage); } else { ref.setPageWithoutAnimation(newPage); } + return true; } + return false; } }, { key: "scrollToNext", value: function scrollToNext() { var index = this.state.index; - this.scrollTo(this.isRtl ? index - 1 : index + 1, true); + return this.scrollTo(this.isRtl ? index - 1 : index + 1, true); } }, { key: "scrollToPrev", value: function scrollToPrev() { var index = this.state.index; - this.scrollTo(this.isRtl ? index + 1 : index - 1, true); + return this.scrollTo(this.isRtl ? index + 1 : index - 1, true); } }, { key: "toggleState", value: function toggleState(state) { var _this$getRef; - (_this$getRef = this.getRef()) == null || _this$getRef.setScrollEnabled(_$$_REQUIRE(_dependencyMap[16]).PlatformUtils.isEInk() ? false : state); + (_this$getRef = this.getRef()) == null || _this$getRef.setScrollEnabled(_$$_REQUIRE(_dependencyMap[15]).PlatformUtils.isEInk() ? false : state); } }, { key: "_toggleViewPagerState", @@ -337053,12 +338266,13 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e indicatorsColor = _this$props2.indicatorsColor, skipChildMemo = _this$props2.skipChildMemo; var index = this.state.index; + var isEInk = _$$_REQUIRE(_dependencyMap[15]).PlatformUtils.isEInk(); return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, { style: { flex: 1 }, - children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(WrappedViewPager, { - scrollEnabled: !_$$_REQUIRE(_dependencyMap[16]).PlatformUtils.isEInk(), + children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativePagerView.default, { + scrollEnabled: !isEInk, layoutDirection: this.isRtl ? "rtl" : "ltr", overScrollMode: "never", ref: this.viewPagerRef, @@ -337084,7 +338298,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }) }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_einkNavigationsButtons.default, { ref: this.einkRef, - enabled: _$$_REQUIRE(_dependencyMap[16]).PlatformUtils.isEInk(), + enabled: isEInk, onLeftPress: function onLeftPress() { return _this2.scrollToPrev(); }, @@ -337118,7 +338332,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e showIndicators: false, skipChildMemo: false }; -},2525,[2,5,6,50,52,55,673,103,41,1922,40,2526,2531,2532,275,993,525]); +},2518,[2,5,6,50,52,55,673,103,41,1892,40,2519,2524,2525,275,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -337252,7 +338466,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onRightPress: _propTypes.default.func }; var _default = exports.default = EInkNavigationButtons; -},2526,[2,66,11,673,103,41,2527,275,954,2529,2530]); +},2519,[2,66,11,673,103,41,2520,275,927,2522,2523]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -337295,7 +338509,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }) }; var _default = exports.default = EInkButton; -},2527,[2,103,673,41,2528,275,954]); +},2520,[2,103,673,41,2521,275,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -337329,7 +338543,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }) }; var _default = exports.default = ButtonIcon; -},2528,[2,103,673,2159,275,954]); +},2521,[2,103,673,2129,275,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -337341,7 +338555,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-left-button", "type": "png" }); -},2529,[1481]); +},2522,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -337353,7 +338567,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-right-button", "type": "png" }); -},2530,[1481]); +},2523,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -337406,7 +338620,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e prevProps.skipMemo === false; }); var _default = exports.default = ViewPagerChild; -},2531,[2,673,103,41,720,275,2192]); +},2524,[2,673,103,41,693,275,2163]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -337450,7 +338664,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e activeIndex: _propTypes.default.number.isRequired }; var _default = exports.default = Indicators; -},2532,[2,673,103,41,2533,275,525]); +},2525,[2,673,103,41,2526,275,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -337479,7 +338693,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e marginBottom: 3 } }); -},2533,[41,525]); +},2526,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -337641,7 +338855,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e supportColor: global.ta.getRssIndex() }); } -},2534,[2,11,103,2277,40,758,1077,2371,2535,275,525,2233,2285,2349,2237,2336,2520,2344,954]); +},2527,[2,11,103,2270,40,731,1050,2364,2528,275,525,2223,2278,2342,2227,2329,2513,2337,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -337761,7 +338975,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e supportColor: _tabBar.default.propTypes.supportColor }; var _default = exports.default = TabNavigator; -},2535,[2,11,673,103,41,2536,275,1908,525]); +},2528,[2,11,673,103,41,2529,275,1878,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -338032,7 +339246,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e supportColor: _propTypes.default.string }; var _default = exports.default = TabBar; -},2536,[2,74,66,673,103,41,2537,275,525]); +},2529,[2,74,66,673,103,41,2530,275,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -338151,7 +339365,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e iconStyle: _propTypes.default.func }; var _default = exports.default = TabItem; -},2537,[2,673,103,41,950,2159,275,525]); +},2530,[2,673,103,41,923,2129,275,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -338359,7 +339573,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e rightButtons: [], cssButtonClasses: [] }; -},2538,[2,74,5,6,50,52,55,673,103,41,275,1980,954,525,962,2060]); +},2531,[2,74,5,6,50,52,55,673,103,41,275,1950,927,525,935,2030]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -338501,7 +339715,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e active: false, cssProps: {} }; -},2539,[2,11,5,6,50,52,55,673,103,2454,275,655]); +},2532,[2,11,5,6,50,52,55,673,103,2447,275,655]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -339803,7 +341017,6 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e cssKey: action }; var commonProps = { - key: action, accessibilityLabel: global.ta.strings(config.defaultLabelKey), library: library, source: source, @@ -339823,12 +341036,12 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onPress: function onPress() { return _this5.onItemPress(action); } - })); + }), action); case _$$_REQUIRE(_dependencyMap[41]).ACTIONS.closeArticle.key: return /*#__PURE__*/(0, _jsxRuntime.jsx)(_closeComponent.default, Object.assign({}, commonProps, { source: library ? customIcon : undefined, onPress: this.closeArticle - })); + }), action); case _$$_REQUIRE(_dependencyMap[41]).ACTIONS.goBack.key: case _$$_REQUIRE(_dependencyMap[41]).ACTIONS.goUp.key: case _$$_REQUIRE(_dependencyMap[41]).ACTIONS.goNext.key: @@ -339836,7 +341049,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onPress: function onPress() { return _this5.onItemPress(action); } - })); + }), action); case _$$_REQUIRE(_dependencyMap[41]).ACTIONS.share.key: case _$$_REQUIRE(_dependencyMap[41]).ACTIONS.shareFacebook.key: case _$$_REQUIRE(_dependencyMap[41]).ACTIONS.shareTwitter.key: @@ -339847,56 +341060,56 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onPress: function onPress() { return _this5.onItemPress(action); } - })); + }), action); case _$$_REQUIRE(_dependencyMap[41]).ACTIONS.toggleFont.key: return /*#__PURE__*/(0, _jsxRuntime.jsx)(_simpleButtonComponent.default, Object.assign({}, commonProps, { toVisibleEvent: _events.default.TOGGLE_FONT_CHANGE_BUTTON_VISIBILITY, onPress: this.toggleFontSize, ifHiddenRemove: true, visible: isTextArticle - })); + }), action); case _$$_REQUIRE(_dependencyMap[41]).ACTIONS.fontIncrease.key: return /*#__PURE__*/(0, _jsxRuntime.jsx)(_simpleButtonComponent.default, Object.assign({}, commonProps, { toVisibleEvent: _events.default.TOGGLE_FONT_CHANGE_BUTTON_VISIBILITY, onPress: this.fontIncrease, ifHiddenRemove: true, visible: isTextArticle - })); + }), action); case _$$_REQUIRE(_dependencyMap[41]).ACTIONS.fontDecrease.key: return /*#__PURE__*/(0, _jsxRuntime.jsx)(_simpleButtonComponent.default, Object.assign({}, commonProps, { toVisibleEvent: _events.default.TOGGLE_FONT_CHANGE_BUTTON_VISIBILITY, onPress: this.fontDecrease, ifHiddenRemove: true, visible: isTextArticle - })); + }), action); case _$$_REQUIRE(_dependencyMap[41]).ACTIONS.toggleGraphZoom.key: return /*#__PURE__*/(0, _jsxRuntime.jsx)(_simpleButtonComponent.default, Object.assign({}, commonProps, { toVisibleEvent: _events.default.TOGGLE_GRAPH_CHANGE_BUTTON_VISIBILITY, onPress: this.toggleGraphSize, ifHiddenRemove: true, visible: currentArticleIsAd - })); + }), action); case _$$_REQUIRE(_dependencyMap[41]).ACTIONS.graphIncrease.key: return /*#__PURE__*/(0, _jsxRuntime.jsx)(_simpleButtonComponent.default, Object.assign({}, commonProps, { toVisibleEvent: _events.default.TOGGLE_GRAPH_CHANGE_BUTTON_VISIBILITY, onPress: this.graphIncrease, ifHiddenRemove: true, visible: currentArticleIsAd - })); + }), action); case _$$_REQUIRE(_dependencyMap[41]).ACTIONS.graphDecrease.key: return /*#__PURE__*/(0, _jsxRuntime.jsx)(_simpleButtonComponent.default, Object.assign({}, commonProps, { toVisibleEvent: _events.default.TOGGLE_GRAPH_CHANGE_BUTTON_VISIBILITY, onPress: this.graphDecrease, ifHiddenRemove: true, visible: currentArticleIsAd - })); + }), action); case _$$_REQUIRE(_dependencyMap[41]).ACTIONS.graphZoomUnfit.key: return /*#__PURE__*/(0, _jsxRuntime.jsx)(_simpleButtonComponent.default, Object.assign({}, commonProps, { toVisibleEvent: _events.default.TOGGLE_GRAPH_UNFIT_CHANGE_BUTTON_VISIBILITY, onPress: this.graphZoomUnfit, ifHiddenRemove: true, visible: currentArticleIsAd - })); + }), action); case _$$_REQUIRE(_dependencyMap[41]).ACTIONS.translate.key: return /*#__PURE__*/(0, _jsxRuntime.jsx)(_simpleBadgeButtonComponent.default, Object.assign({}, commonProps, { getBadgeComponent: function getBadgeComponent(props) { @@ -339910,7 +341123,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e visible: !currentArticleIsAd && global.ta.getNewsmemoryConfig().isTranslationAvailable(), cssBadgeClasses: ["newsmemory-translate-icon-badge"], ifHiddenRemove: true - })); + }), action); case _$$_REQUIRE(_dependencyMap[41]).ACTIONS.toggleFullScreen.key: return /*#__PURE__*/(0, _jsxRuntime.jsx)(_twoStateButtonComponent.default, { library: library, @@ -340014,7 +341227,6 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e library = button.getLibrary(); } var commonProps = { - key: action, library: library, source: source, cssProps: { @@ -340026,11 +341238,11 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e case _$$_REQUIRE(_dependencyMap[41]).ACTIONS.search.key: return /*#__PURE__*/(0, _jsxRuntime.jsx)(_simpleButtonComponent.default, Object.assign({}, commonProps, { onPress: this.search - })); + }), action); case _$$_REQUIRE(_dependencyMap[41]).ACTIONS.clearSearch.key: return /*#__PURE__*/(0, _jsxRuntime.jsx)(_simpleButtonComponent.default, Object.assign({}, commonProps, { onPress: this.clearSearch - })); + }), action); } return null; } @@ -340476,6 +341688,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e this.lastOnSwipeIndex = index; if (currentArticleRef) { currentArticleRef.checkArticleExtra(); + currentArticleRef.showLoading(); var text = currentArticleRef.getText(); var hasText = !!((text == null ? undefined : text.trim().length) > 0); _$$_REQUIRE(_dependencyMap[42]).EventRegister.emit(_events.default.TTS_CHANGE_BUTTON_VISIBILITY, { @@ -340574,7 +341787,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e NewsmemoryArticleLayoutManager.defaultProps = Object.assign({}, _$$_REQUIRE(_dependencyMap[54]).Shortcut.defaultProps, { header: false }); -},2540,[2,3,5,6,50,52,53,55,673,103,41,2182,10,2183,2248,523,2541,40,720,1076,2184,657,1981,757,758,1077,761,2250,2525,2155,2542,2453,2543,2514,2516,2544,2454,2538,2539,2545,275,1980,655,525,2121,2126,2213,2169,2234,2207,2241,954,1084,2233,2245,2111]); +},2533,[2,3,5,6,50,52,53,55,673,103,41,2152,10,2153,2238,523,2534,40,693,1049,2154,657,1951,730,731,1050,734,2240,2518,2125,2535,2446,2536,2507,2509,2537,2447,2531,2532,2538,275,1950,655,525,2091,2096,2203,2139,2224,2197,2231,927,1057,2223,2235,2081]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -340990,7 +342203,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2541,[2,3,5,6,41,2203,658,10,757,758,1077,761,657,2168,2169,2126,2125,2207,525,1084,677]); +},2534,[2,3,5,6,41,2193,658,10,730,731,1050,734,657,2138,2139,2096,2095,2197,525,1057,677]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -341140,7 +342353,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e level: DEFAULT_LEVEL, visible: false }; -},2542,[2,5,6,50,52,55,673,103,41,523,950,275,655,954,962]); +},2535,[2,5,6,50,52,55,673,103,41,523,923,275,655,927,935]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -341197,7 +342410,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e cssClasses: _propTypes.default.arrayOf(_propTypes.default.string) }; var _default = exports.default = FlagIconComponent; -},2543,[2,74,11,673,103,41,2220,950,2159,275,525,1980,954]); +},2536,[2,74,11,673,103,41,2210,923,2129,275,525,1950,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -341345,7 +342558,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e badgeIcon: undefined, cssBadgeClasses: [] }; -},2544,[2,5,6,50,52,53,55,673,103,41,2159,2454,2455,275,655,525,954]); +},2537,[2,5,6,50,52,53,55,673,103,41,2129,2447,2448,275,655,525,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -341397,7 +342610,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flex: 1 } }); -},2545,[41,962]); +},2538,[41,935]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -341988,7 +343201,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e isItemPresent: _propTypes.default.func, style: _propTypes.default.any }, _$$_REQUIRE(_dependencyMap[33]).Shortcut.propTypes); -},2546,[2,3,74,5,6,50,52,53,55,673,103,41,2182,2484,523,40,2342,2123,2147,2159,2547,275,655,2121,954,525,1980,2241,1098,948,2400,2548,2552,2245,2101]); +},2539,[2,3,74,5,6,50,52,53,55,673,103,41,2152,2477,523,40,2335,2093,2117,2129,2540,275,655,2091,927,525,1950,2231,1071,921,2393,2541,2545,2235,2071]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -342303,7 +343516,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e duration: _$$_REQUIRE(_dependencyMap[12]).HIDE_ANIMATION_DURATION, hideAfter: _$$_REQUIRE(_dependencyMap[12]).HIDE_ANIMATION_TIMER }; -},2547,[2,11,5,6,50,52,55,673,103,41,275,655,962]); +},2540,[2,11,5,6,50,52,55,673,103,41,275,655,935]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -342495,7 +343708,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[18]).NewsMemoryFooterIcon); -},2548,[2,5,6,50,52,53,55,103,523,2549,275,655,1077,948,525,1980,2192,2551,2552]); +},2541,[2,5,6,50,52,53,55,103,523,2542,275,655,1050,921,525,1950,2163,2544,2545]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -342621,7 +343834,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e cssTextClasses: [], cssTextParentClasses: [] }; -},2549,[2,5,6,50,52,55,103,41,121,673,2550,2159,275,2551,954]); +},2542,[2,5,6,50,52,55,103,41,121,673,2543,2129,275,2544,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -342725,7 +343938,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e cssClasses: [], cssParentClasses: [] }; -},2550,[2,3,5,6,50,52,55,673,103,41,950,275,525,954,2551]); +},2543,[2,3,5,6,50,52,55,673,103,41,923,275,525,927,2544]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -342756,7 +343969,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e fontSize: 12 } }); -},2551,[41]); +},2544,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -342966,7 +344179,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e active: false, visible: true }); -},2552,[2,3,5,6,50,52,55,673,103,41,950,2549,275,525,954,2551,2245,2060]); +},2545,[2,3,5,6,50,52,55,673,103,41,923,2542,275,525,927,2544,2235,2030]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -343601,7 +344814,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e pageNumberTop: true, isSpecialSection: false }); -},2553,[2,3,5,6,50,52,53,55,673,103,41,2182,523,2423,720,1076,1077,761,2554,2570,275,655,525,2121,2207,2245,2116]); +},2546,[2,3,5,6,50,52,53,55,673,103,41,2152,523,2416,693,1049,1050,734,2547,2562,275,655,525,2091,2197,2235,2086]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -344908,7 +346121,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e numberOfShowedPages: 1, initialEvent: undefined }); -},2554,[2,3,74,5,6,50,52,53,55,673,103,2182,523,720,1076,755,758,1077,761,2555,2180,2556,2561,275,525,655,2121,762,2169,2207,2245]); +},2547,[2,3,74,5,6,50,52,53,55,673,103,2152,523,693,1049,728,731,1050,734,2548,2150,2549,2553,275,525,655,2091,735,2139,2197,2235]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -345033,7 +346246,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2555,[2,5,6]); +},2548,[2,5,6]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -345156,8 +346369,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _worklet_8980617305164_init_data = { code: "function zoomViewPagerNewJs31(event,ctx){const{_translateX,_translateY,cancelAnimation,runOnJS,onPanStartWrapper}=this.__closure;ctx.translateX=_translateX.value;ctx.translateY=_translateY.value;ctx.startTimestamp=new Date().getTime();cancelAnimation(_translateX);runOnJS(onPanStartWrapper)(event);}" }; - var _worklet_16204518133981_init_data = { - code: "function zoomViewPagerNewJs32(event,ctx){const{workletLogger,size,contentSize,_isKeyPanXActive,_isKeyPanYActive,_isZoomActive,useLock,_enableDirectionSet,lockPanIfNotZoomedByDegrees,_isFitted,handlePanActive,_limits,_constants,_bottomReachedCalled,runOnJS,onPanBottomReachedWrapper,isMagneticPanY,_isMagneticYAnimationActive,MIN_PAN_DURATION,_translateX,_translateY}=this.__closure;workletLogger(\"pan active\",event,size,contentSize);if(_isKeyPanXActive.value||_isKeyPanYActive.value){return;}if(_isZoomActive.value){return;}useLock(event,_enableDirectionSet,lockPanIfNotZoomedByDegrees,_isFitted.value);const{panX:panX,panY:panY}=handlePanActive(event,ctx,_enableDirectionSet.value,_limits.value);const{bottom:bottom}=_limits.value;const{VERTICAL_THRESHOLD:VERTICAL_THRESHOLD}=_constants.value;if(!_bottomReachedCalled.value&&panY<=bottom&&event.translationY<-VERTICAL_THRESHOLD){_bottomReachedCalled.value=true;runOnJS(onPanBottomReachedWrapper)();}const now=new Date().getTime();const delta=now-ctx.startTimestamp;workletLogger(\"active delta\",delta);if((isMagneticPanY(event,_constants.value)||_isMagneticYAnimationActive.value)&&delta 1 && arguments[1] !== undefined ? arguments[1] : 1; _leftMarginDivider.value = leftDivider; _rightMarginDivider.value = rightDivider; - }, []); + }, [_leftMarginDivider, _rightMarginDivider]); var onScrollStartWrapper = (0, _react.useCallback)(function (panX, index) { var _gestureMgr$current; var swipe = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; var gesture = swipe ? "swipe" : "scroll"; logWrapper(`${gesture} start`, index); (_gestureMgr$current = _gestureMgr.current) == null || _gestureMgr$current.onScrollStart == null || _gestureMgr$current.onScrollStart(panX, index); - }, [_gestureMgr]); + }, [logWrapper]); var onScrollEndWrapper = (0, _react.useCallback)(function (panX, index) { var _gestureMgr$current2; var swipe = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; var gesture = swipe ? "swipe" : "scroll"; logWrapper(`${gesture} to new page`, index); (_gestureMgr$current2 = _gestureMgr.current) == null || _gestureMgr$current2.onScrollEnd == null || _gestureMgr$current2.onScrollEnd(panX, index); - }, [_gestureMgr]); + }, [logWrapper]); var _adaptEventForRTL = (0, _react.useCallback)(function (event) { var _event$visibleAreas; if (!_$$_REQUIRE(_dependencyMap[19]).JSUtils.isNull(event.index)) { @@ -345561,34 +346774,34 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); return event; - }, []); + }, [_adaptIndexForRTL]); var _onExtraTap = (0, _react.useCallback)(function (nativeEvent) { if (typeof onExtraTap === "function") { return onExtraTap(_adaptEventForRTL(nativeEvent)); } return false; - }, [onExtraTap]); + }, [_adaptEventForRTL, onExtraTap]); var _onSingleTap = (0, _react.useCallback)(function (nativeEvent) { if (typeof onSingleTap === "function") { onSingleTap(_adaptEventForRTL(nativeEvent)); } - }, [onSingleTap]); + }, [_adaptEventForRTL, onSingleTap]); var _onDoubleTap = (0, _react.useCallback)(function (nativeEvent) { if (typeof onDoubleTap === "function") { return onDoubleTap(_adaptEventForRTL(nativeEvent)); } return false; - }, [onDoubleTap]); + }, [_adaptEventForRTL, onDoubleTap]); var _onTwoFingersTap = (0, _react.useCallback)(function (nativeEvent) { if (typeof onTwoFingersTap === "function") { onTwoFingersTap(_adaptEventForRTL(nativeEvent)); } - }, [onTwoFingersTap]); + }, [_adaptEventForRTL, onTwoFingersTap]); var _onLongPress = (0, _react.useCallback)(function (nativeEvent) { if (typeof onLongPress === "function") { onLongPress(_adaptEventForRTL(nativeEvent)); } - }, [onLongPress]); + }, [_adaptEventForRTL, onLongPress]); /** on iOS taps don't automatically call gesture start * but we don't want to reset gesture timers @@ -345625,7 +346838,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onGestureEnd(event); } }, GESTURE_TIMEOUT); - }, [onGestureEnd]); + }, [_adaptEventForRTL, _onPageChange, onGestureEnd]); var _onGestureStart = (0, _react.useCallback)(function () { _gestureTimer.default.resetTimer(TIMERS.GESTURE_END); _gestureTimer.default.resetTimer(TIMERS.GESTURE_START); @@ -345643,7 +346856,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }, GESTURE_CANCEL_TIMEOUT); } - }, [onGestureStart]); + }, [_onGestureEnd, onGestureStart]); var _onPanBottomReached = (0, _react.useCallback)(function () { if (typeof onPanBottomReached === "function") { onPanBottomReached(); @@ -345652,7 +346865,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _onScrollEnd = (0, _react.useCallback)(function (event) { _isScrolling.current = false; _onGestureEnd(event); - }, [_isScrolling]); + }, [_onGestureEnd]); var _onScrollStart = (0, _react.useCallback)(function (event) { _isScrolling.current = true; _onGestureStart(); @@ -345661,7 +346874,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e event = _adaptEventForRTL(event); event.isScrolling = true; _onPageChange(event); - }, [_isScrolling, onPageChange]); + }, [_adaptEventForRTL, _onGestureStart, _onPageChange]); var _onSwipeOnLastPage = (0, _react.useCallback)(function () { if (typeof onSwipeOnLastPage === "function") { onSwipeOnLastPage(); @@ -345679,39 +346892,39 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var autoZoom = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; logWrapper("on pinch start"); (_gestureMgr$current3 = _gestureMgr.current) == null || _gestureMgr$current3.onPinchStart == null || _gestureMgr$current3.onPinchStart(autoZoom); - }, [_gestureMgr]); + }, [logWrapper]); var onPinchEndWrapper = (0, _react.useCallback)(function () { var _gestureMgr$current4; var autoZoom = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; logWrapper("on pinch end"); (_gestureMgr$current4 = _gestureMgr.current) == null || _gestureMgr$current4.onPinchEnd == null || _gestureMgr$current4.onPinchEnd(_scale.value, _focalDisplacementX.value, _focalDisplacementY.value, autoZoom); - }, [_gestureMgr]); + }, [_focalDisplacementX, _focalDisplacementY, _scale, logWrapper]); var onPanEndWrapper = (0, _react.useCallback)(function (panX, panY, index) { var _gestureMgr$current5, _gestureMgr$current6; logWrapper("pan end", panX, panY, index); (_gestureMgr$current5 = _gestureMgr.current) == null || _gestureMgr$current5.onPanEndX == null || _gestureMgr$current5.onPanEndX(panX, index); (_gestureMgr$current6 = _gestureMgr.current) == null || _gestureMgr$current6.onPanEndY == null || _gestureMgr$current6.onPanEndY(panY); - }, [_gestureMgr]); + }, [logWrapper]); var onPanEndXWrapper = (0, _react.useCallback)(function (panX, index) { var _gestureMgr$current7; logWrapper("pan end X", panX, index); (_gestureMgr$current7 = _gestureMgr.current) == null || _gestureMgr$current7.onPanEndX == null || _gestureMgr$current7.onPanEndX(panX, index); - }, [_gestureMgr]); + }, [logWrapper]); var onPanEndYWrapper = (0, _react.useCallback)(function (panY) { var _gestureMgr$current8; logWrapper("pan end Y", panY); (_gestureMgr$current8 = _gestureMgr.current) == null || _gestureMgr$current8.onPanEndY == null || _gestureMgr$current8.onPanEndY(panY); - }, [_gestureMgr]); + }, [logWrapper]); var onFitWrapper = (0, _react.useCallback)(function () { var _gestureMgr$current9; logWrapper("on fit"); (_gestureMgr$current9 = _gestureMgr.current) == null || _gestureMgr$current9.onFit == null || _gestureMgr$current9.onFit(); - }, [_gestureMgr]); + }, [logWrapper]); var onUnFitWrapper = (0, _react.useCallback)(function () { var _gestureMgr$current0; logWrapper("on unfit"); (_gestureMgr$current0 = _gestureMgr.current) == null || _gestureMgr$current0.onUnFit == null || _gestureMgr$current0.onUnFit(); - }, [_gestureMgr]); + }, [logWrapper]); var onLimitChangeWrapper = (0, _react.useCallback)(function () { var _gestureMgr$current1; var _limits$value = _limits.value, @@ -345721,7 +346934,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e bottom = _limits$value.bottom; logWrapper("on limit change", left, top, right, bottom); (_gestureMgr$current1 = _gestureMgr.current) == null || _gestureMgr$current1.onLimitChange == null || _gestureMgr$current1.onLimitChange(left, top, right, bottom); - }, [_gestureMgr]); + }, [_limits, logWrapper]); var _zoom = (0, _react.useCallback)(function (event) { var scaleToGo = event.scale, dragX = event.dragX, @@ -345777,14 +346990,14 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }; (0, _reactNativeReanimated.runOnUI)(_$$_REQUIRE(_dependencyMap[17]).zoomAnimation)(_scale, _translateX, _translateY, _zoomState, _zoomToDragX, _zoomToDragY, _focalDisplacementX, _focalDisplacementY, _relativeFocalX, _relativeFocalY, _pinchFocalX, _pinchFocalY, _prevScale, _prevFocalDisplacementX, _prevFocalDisplacementY, _currentIndex, _limits, _whiteMargin, scaleToGo, dragX, dragY, focalX, focalY, _constants.value, callbacks, props); - }, []); + }, [_constants, _currentIndex, _focalDisplacementX, _focalDisplacementY, _isFitted, _limits, _pinchFocalX, _pinchFocalY, _prevFocalDisplacementX, _prevFocalDisplacementY, _prevScale, _relativeFocalX, _relativeFocalY, _scale, _translateX, _translateY, _whiteMargin, _zoomState, _zoomToDragX, _zoomToDragY, contentSize.width, onFitWrapper, onLimitChangeWrapper, onPanEndXWrapper, onPanEndYWrapper, onPinchEndWrapper, onPinchStartWrapper, onUnFitWrapper, props, size.width]); var _onAutoZoom = (0, _react.useCallback)(function (event) { var _gestureMgr$current10; _zoom((_gestureMgr$current10 = _gestureMgr.current) == null ? undefined : _gestureMgr$current10.zoomTo(event)); if (event.numTaps > 1) { onDoubleTap(event); } - }, []); + }, [_zoom, onDoubleTap]); var _onUnFit = (0, _react.useCallback)(function () { var _tapMgr$current3; (_tapMgr$current3 = _tapMgr.current) == null || _tapMgr$current3.setFit(false); @@ -345851,13 +347064,14 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e //align the page to top during scroll (0, _reactNativeReanimated.runOnUI)(_$$_REQUIRE(_dependencyMap[18]).alignToTop)(_translateY, _limits.value); + onPanEndYWrapper(_limits.value.top); (0, _reactNativeReanimated.runOnUI)(_$$_REQUIRE(_dependencyMap[18]).scrollAnimation)(_translateX, index, _scrollState, _isScrollAnimatedActive, animated, _whiteMargin.value, _scale.value, _limits.value, _constants.value, callbacks, props); - }, []); + }, [_constants, _currentIndex, _isScrollAnimatedActive, _limits, _scale, _scrollState, _translateX, _translateY, _whiteMargin, onPanEndYWrapper, onScrollEndWrapper, onScrollStartWrapper, props]); var scrollTo = (0, _react.useCallback)(function (index) { var _gestureMgr$current11; var newIndex = (_gestureMgr$current11 = _gestureMgr.current) == null ? undefined : _gestureMgr$current11.scrollTo(_adaptIndexForRTL(index)); _scroll(newIndex); - }, []); + }, [_adaptIndexForRTL, _scroll]); var scrollPage = (0, _react.useCallback)(function (index) { var _gestureMgr$current12; if (_isPinchActive.value || _isZoomActive.value) { @@ -345865,13 +347079,13 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } var newIndex = (_gestureMgr$current12 = _gestureMgr.current) == null ? undefined : _gestureMgr$current12.scrollPage(_adaptIndexForRTL(index)); _scroll(newIndex, true); - }, []); + }, [_adaptIndexForRTL, _isPinchActive, _isZoomActive, _scroll]); var scrollToPrev = (0, _react.useCallback)(function () { scrollPage(_index.current - 1); - }, []); + }, [scrollPage]); var scrollToNext = (0, _react.useCallback)(function () { scrollPage(_index.current + 1); - }, []); + }, [scrollPage]); var _horizontalPan = (0, _react.useCallback)(function () { var right = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; var callbacks = { @@ -345920,7 +347134,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }; (0, _reactNativeReanimated.runOnUI)(_$$_REQUIRE(_dependencyMap[18]).horizontalKeyPanAnimation)(right, _translateX, _keyPanXState, _limits.value, _constants.value, callbacks); - }, []); + }, [_constants, _currentIndex, _keyPanXState, _limits, _scale, _translateX, onPanEndXWrapper, props]); var _verticalPan = (0, _react.useCallback)(function () { var down = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; var callbacks = { @@ -345963,19 +347177,19 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }; (0, _reactNativeReanimated.runOnUI)(_$$_REQUIRE(_dependencyMap[18]).verticalKeyPanAnimation)(down, _translateY, _keyPanYState, _limits.value, _constants.value, callbacks); - }, []); + }, [_constants, _keyPanYState, _limits, _translateY, onPanEndYWrapper]); var panToLeft = (0, _react.useCallback)(function () { _horizontalPan(); - }, []); + }, [_horizontalPan]); var panToRight = (0, _react.useCallback)(function () { _horizontalPan(true); - }, []); + }, [_horizontalPan]); var panToUp = (0, _react.useCallback)(function () { _verticalPan(); - }, []); + }, [_verticalPan]); var panToDown = (0, _react.useCallback)(function () { _verticalPan(true); - }, []); + }, [_verticalPan]); var zoomToClickedPosition = (0, _react.useCallback)(function () { if (clickPosition) { var width = clickPosition.width, @@ -345998,7 +347212,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); } } - }, [clickPosition, nPages, numberOfShowedPages, isRtl]); + }, [clickPosition, _adaptIndexForRTL, nPages, numberOfShowedPages, isRtl, _onAutoZoom]); var zoomToCenter = (0, _react.useCallback)(function (scaleToAdd) { if (_gestureMgr.current) { var width = contentSize.width, @@ -346011,7 +347225,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, scale + scaleToAdd); _zoom(event); } - }, [contentSize, numberOfShowedPages]); + }, [_zoom, contentSize, numberOfShowedPages]); // used to execute a double tap to zoom that is not handled by the page extra var zoomTo = (0, _react.useCallback)(function (event) { @@ -346095,10 +347309,10 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _gestureMgr.current.setOnToggleFitListener(_onToggleFit); setLoading(false); } - }, [loading, data, size, contentSize, isRtl, initialPage, nPages, numberOfShowedPages]); + }, [loading, data, isRtl, props, twoFingerTapEnabled, _onSingleTap, _onTwoFingersTap, _onDoubleTap, _onLongPress, _onExtraTap, _onAutoZoom, clickPosition, _translateY, minScale, maxScale, nPages, numberOfShowedPages, size, contentSize, snapSize, fitX, isTablet, lockPanIfNotZoomedByDegrees, _onGestureStart, _onGestureEnd, _onPanBottomReached, _onScrollStart, _onScrollEnd, _onSwipeOnLastPage, _onFit, _onUnFit, _onToggleFit]); (0, _react.useEffect)(function () { _initialize(); - }, []); + }, [_initialize]); (0, _react.useEffect)(function () { if (!loading) { var _gestureMgr$current14; @@ -346108,22 +347322,22 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onLoaded(); } } - }, [loading]); + }, [_currentIndex, _translateX, loading, onLoaded]); var onPanStartWrapper = (0, _react.useCallback)(function (event) { var _gestureMgr$current15; logWrapper("pan start", event); (_gestureMgr$current15 = _gestureMgr.current) == null || _gestureMgr$current15.onPanStart == null || _gestureMgr$current15.onPanStart(); - }, [_gestureMgr]); + }, [logWrapper]); var onPanBottomReachedWrapper = (0, _react.useCallback)(function () { var _gestureMgr$current16; logWrapper("bottom reached"); (_gestureMgr$current16 = _gestureMgr.current) == null || _gestureMgr$current16.onPanBottomReached == null || _gestureMgr$current16.onPanBottomReached(); - }, [_gestureMgr]); + }, [logWrapper]); var onToggleFitWrapper = (0, _react.useCallback)(function () { var _gestureMgr$current17; logWrapper("on toggle fit"); (_gestureMgr$current17 = _gestureMgr.current) == null || _gestureMgr$current17.onToggleFit == null || _gestureMgr$current17.onToggleFit(); - }, [_gestureMgr]); + }, [logWrapper]); var _pinchGestureEvent = (0, _reactNativeReanimated.useAnimatedGestureHandler)({ onStart: function () { var zoomViewPagerNewJs26 = function zoomViewPagerNewJs26(event, ctx) { @@ -346379,7 +347593,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } //check lock - (0, _$$_REQUIRE(_dependencyMap[18]).useLock)(event, _enableDirectionSet, lockPanIfNotZoomedByDegrees, _isFitted.value); + (0, _$$_REQUIRE(_dependencyMap[18]).checkLock)(event, _enableDirectionSet, lockPanIfNotZoomedByDegrees, _isFitted.value); var _handlePanActive = (0, _$$_REQUIRE(_dependencyMap[18]).handlePanActive)(event, ctx, _enableDirectionSet.value, _limits.value), panX = _handlePanActive.panX, panY = _handlePanActive.panY; @@ -346409,7 +347623,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _isKeyPanXActive: _isKeyPanXActive, _isKeyPanYActive: _isKeyPanYActive, _isZoomActive: _isZoomActive, - useLock: _$$_REQUIRE(_dependencyMap[18]).useLock, + checkLock: _$$_REQUIRE(_dependencyMap[18]).checkLock, _enableDirectionSet: _enableDirectionSet, lockPanIfNotZoomedByDegrees: lockPanIfNotZoomedByDegrees, _isFitted: _isFitted, @@ -346425,8 +347639,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e _translateX: _translateX, _translateY: _translateY }; - zoomViewPagerNewJs32.__workletHash = 16204518133981; - zoomViewPagerNewJs32.__initData = _worklet_16204518133981_init_data; + zoomViewPagerNewJs32.__workletHash = 3402672696605; + zoomViewPagerNewJs32.__initData = _worklet_3402672696605_init_data; return zoomViewPagerNewJs32; }(), onCancel: function () { @@ -346515,6 +347729,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e //align the page to top during swipe (0, _$$_REQUIRE(_dependencyMap[18]).alignToTop)(_translateY, _limits.value); + (0, _reactNativeReanimated.runOnJS)(onPanEndYWrapper)(_translateY.value); var _callbacks = { onStart: function onStart(dest, index) { //call onScrollStart @@ -346614,8 +347829,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e snapAnimation: _$$_REQUIRE(_dependencyMap[18]).snapAnimation, onPanEndWrapper: onPanEndWrapper }; - zoomViewPagerNewJs35.__workletHash = 1856952481835; - zoomViewPagerNewJs35.__initData = _worklet_1856952481835_init_data; + zoomViewPagerNewJs35.__workletHash = 5325353920991; + zoomViewPagerNewJs35.__initData = _worklet_5325353920991_init_data; return zoomViewPagerNewJs35; }() }); @@ -346784,6 +347999,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }); }; ZoomViewPagerNew.propTypes = { + ref: _propTypes.default.node, data: _propTypes.default.array.isRequired, //update values with double truck nPages: _propTypes.default.number.isRequired, @@ -346835,7 +348051,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e lockPanIfNotZoomedByDegrees: _propTypes.default.arrayOf(_propTypes.default.number) }; var _default = exports.default = ZoomViewPagerNew; -},2556,[2,74,66,673,103,41,764,2186,2557,2187,2180,2558,2560,275,763,993,2190,2191,2559,525,954]); +},2549,[2,74,66,673,103,41,737,2156,2550,2157,2150,2551,2552,275,736,966,2160,2161,2162,525,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -347074,7 +348290,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2557,[2,5,6,2555,525]); +},2550,[2,5,6,2548,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -347496,781 +348712,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2558,[2,5,6,763,2559]); -__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { - Object.defineProperty(exports, "__esModule", { - value: true - }); - exports.magneticPanYAnimation = exports.magneticPanXAnimation = exports.isSwipeGesture = exports.isSnap = exports.isMagneticPanY = exports.isMagneticPanX = exports.horizontalKeyPanAnimation = exports.handlePanActive = exports.getScrollPage = exports.getScrollDestination = exports.getMagneticPanYDestination = exports.getMagneticPanXDestination = exports.getIndex = exports.fitValue = exports.alignToTop = undefined; - Object.defineProperty(exports, "runTiming", { - enumerable: true, - get: function get() { - return _$$_REQUIRE(_dependencyMap[0]).runTiming; - } - }); - exports.verticalKeyPanAnimation = exports.useLock = exports.swipeAnimation = exports.snapAnimation = exports.scrollAnimation = undefined; - var _worklet_15012571169453_init_data = { - code: "function zoomViewPagerPanWorkletsJs1(event,constants){const{translationX:translationX,translationY:translationY}=event;const dragSlope=translationY/translationX;const radiansFromXAxis=Math.abs(Math.atan(dragSlope));const{PAN_ANIMATION_DEGREES_THRESHOLD:PAN_ANIMATION_DEGREES_THRESHOLD}=constants;const enableAnimationOnXAxis=radiansFromXAxis<(90-PAN_ANIMATION_DEGREES_THRESHOLD)*Math.PI/180;const enableAnimationOnYAxis=radiansFromXAxis>PAN_ANIMATION_DEGREES_THRESHOLD*Math.PI/180;return{x:enableAnimationOnXAxis,y:enableAnimationOnYAxis};}" - }; - var enableAnimation = function () { - var zoomViewPagerPanWorkletsJs1 = function zoomViewPagerPanWorkletsJs1(event, constants) { - var translationX = event.translationX, - translationY = event.translationY; - var dragSlope = translationY / translationX; - var radiansFromXAxis = Math.abs(Math.atan(dragSlope)); - var PAN_ANIMATION_DEGREES_THRESHOLD = constants.PAN_ANIMATION_DEGREES_THRESHOLD; - var enableAnimationOnXAxis = radiansFromXAxis < (90 - PAN_ANIMATION_DEGREES_THRESHOLD) * Math.PI / 180; - var enableAnimationOnYAxis = radiansFromXAxis > PAN_ANIMATION_DEGREES_THRESHOLD * Math.PI / 180; - return { - x: enableAnimationOnXAxis, - y: enableAnimationOnYAxis - }; - }; - zoomViewPagerPanWorkletsJs1.__closure = {}; - zoomViewPagerPanWorkletsJs1.__workletHash = 15012571169453; - zoomViewPagerPanWorkletsJs1.__initData = _worklet_15012571169453_init_data; - return zoomViewPagerPanWorkletsJs1; - }(); - var _worklet_14707395005367_init_data = { - code: "function zoomViewPagerPanWorkletsJs2(event,isFitted,constants,props={}){const{enableAnimation}=this.__closure;const{numberOfShowedPages:numberOfShowedPages}=props;const areTwoPagesVisible=numberOfShowedPages===2;const{VIEW_PAGER_VELOCITY_1PAGE:VIEW_PAGER_VELOCITY_1PAGE,VIEW_PAGER_VELOCITY_2PAGES:VIEW_PAGER_VELOCITY_2PAGES}=constants;const referenceVelocity=areTwoPagesVisible?VIEW_PAGER_VELOCITY_2PAGES:VIEW_PAGER_VELOCITY_1PAGE;return Math.abs(event.velocityX)>referenceVelocity&&enableAnimation(event,constants).x&&!isFitted;}" - }; - var isSwipeGesture = exports.isSwipeGesture = function () { - var zoomViewPagerPanWorkletsJs2 = function zoomViewPagerPanWorkletsJs2(event, isFitted, constants) { - var props = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {}; - var numberOfShowedPages = props.numberOfShowedPages; - var areTwoPagesVisible = numberOfShowedPages === 2; - var VIEW_PAGER_VELOCITY_1PAGE = constants.VIEW_PAGER_VELOCITY_1PAGE, - VIEW_PAGER_VELOCITY_2PAGES = constants.VIEW_PAGER_VELOCITY_2PAGES; - var referenceVelocity = areTwoPagesVisible ? VIEW_PAGER_VELOCITY_2PAGES : VIEW_PAGER_VELOCITY_1PAGE; - return Math.abs(event.velocityX) > referenceVelocity && enableAnimation(event, constants).x && !isFitted; - }; - zoomViewPagerPanWorkletsJs2.__closure = { - enableAnimation: enableAnimation - }; - zoomViewPagerPanWorkletsJs2.__workletHash = 14707395005367; - zoomViewPagerPanWorkletsJs2.__initData = _worklet_14707395005367_init_data; - return zoomViewPagerPanWorkletsJs2; - }(); - var _worklet_3351825415288_init_data = { - code: "function zoomViewPagerPanWorkletsJs3(translateX,scale,limits,props={}){const{contentSize:contentSize,nPages:nPages,minScale:minScale}=props;const{left:left}=limits;const{width:width}=contentSize;const scaledWidth=width*Math.max(minScale,scale);const translationX=left-translateX;const mod=scaledWidth-Math.abs(translationX%scaledWidth);const temp=Math.abs(translationX/scaledWidth);const floorTemp=Math.max(Math.floor(temp),0);const roundTemp=Math.max(Math.round(temp),0);const page=mod>width*0.5?floorTemp:roundTemp;return Math.max(0,Math.min(nPages-1,page));}" - }; - var getIndex = exports.getIndex = function () { - var zoomViewPagerPanWorkletsJs3 = function zoomViewPagerPanWorkletsJs3(translateX, scale, limits) { - var props = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {}; - var contentSize = props.contentSize, - nPages = props.nPages, - minScale = props.minScale; - var left = limits.left; - var width = contentSize.width; - var scaledWidth = width * Math.max(minScale, scale); - var translationX = left - translateX; - var mod = scaledWidth - Math.abs(translationX % scaledWidth); - var temp = Math.abs(translationX / scaledWidth); - var floorTemp = Math.max(Math.floor(temp), 0); - var roundTemp = Math.max(Math.round(temp), 0); - var page = mod > width * 0.5 ? floorTemp : roundTemp; - return Math.max(0, Math.min(nPages - 1, page)); - }; - zoomViewPagerPanWorkletsJs3.__closure = {}; - zoomViewPagerPanWorkletsJs3.__workletHash = 3351825415288; - zoomViewPagerPanWorkletsJs3.__initData = _worklet_3351825415288_init_data; - return zoomViewPagerPanWorkletsJs3; - }(); - var _worklet_12116534864230_init_data = { - code: "function zoomViewPagerPanWorkletsJs4(currentIndex,isLeftSwipe,nPages,pagesVisible,isRtl){const twoPageVisible=pagesVisible===2;const isRightSwipe=!isLeftSwipe;const firstOrSecondLast=currentIndex===0||currentIndex===nPages-2;const secondOrLast=currentIndex===1||currentIndex===nPages-1;const odd=currentIndex%2===1;let nPagesToSwipe;if(isRtl&&nPages%2===1){nPagesToSwipe=!twoPageVisible||isRightSwipe&&secondOrLast||isLeftSwipe&&firstOrSecondLast||odd?1:pagesVisible;}else{nPagesToSwipe=!twoPageVisible||isRightSwipe&&firstOrSecondLast||isLeftSwipe&&secondOrLast||!odd?1:pagesVisible;}return isRightSwipe?currentIndex+nPagesToSwipe:currentIndex-nPagesToSwipe;}" - }; - var getScrollPage = exports.getScrollPage = function () { - var zoomViewPagerPanWorkletsJs4 = function zoomViewPagerPanWorkletsJs4(currentIndex, isLeftSwipe, nPages, pagesVisible, isRtl) { - var twoPageVisible = pagesVisible === 2; - var isRightSwipe = !isLeftSwipe; - - //|x0, x1| => |x1, x2| => |x3, x4| - var firstOrSecondLast = currentIndex === 0 || currentIndex === nPages - 2; - var secondOrLast = currentIndex === 1 || currentIndex === nPages - 1; - //|x1, x2| is the destination but user is in the following case |x2, x3| - var odd = currentIndex % 2 === 1; - var nPagesToSwipe; - //the pages are not even - if (isRtl && nPages % 2 === 1) { - //evaluate translation pages based on above variable - nPagesToSwipe = !twoPageVisible || isRightSwipe && secondOrLast || isLeftSwipe && firstOrSecondLast || odd ? 1 : pagesVisible; - } else { - //evaluate translation pages based on above variable - nPagesToSwipe = !twoPageVisible || isRightSwipe && firstOrSecondLast || isLeftSwipe && secondOrLast || !odd ? 1 : pagesVisible; - } - return isRightSwipe ? currentIndex + nPagesToSwipe : currentIndex - nPagesToSwipe; - }; - zoomViewPagerPanWorkletsJs4.__closure = {}; - zoomViewPagerPanWorkletsJs4.__workletHash = 12116534864230; - zoomViewPagerPanWorkletsJs4.__initData = _worklet_12116534864230_init_data; - return zoomViewPagerPanWorkletsJs4; - }(); - var _worklet_16309800774714_init_data = { - code: "function zoomViewPagerPanWorkletsJs5(event,index,scale,whiteMargin,limits,props={}){const{getScrollPage,limitValue}=this.__closure;const{velocityX:velocityX}=event;const{contentSize:contentSize,nPages:nPages,numberOfShowedPages:numberOfShowedPages,isRtl:isRtl}=props;const{left:left,right:right}=limits;const isLeftSwipe=velocityX>0;const newIndex=getScrollPage(index,isLeftSwipe,nPages,numberOfShowedPages,isRtl);const pageScaledWidth=contentSize.width*scale;const swipeDestination=pageScaledWidth*newIndex+whiteMargin;const destination=left-swipeDestination;return limitValue(left,right,destination);}" - }; - var getFixedSwipeDestination = function () { - var zoomViewPagerPanWorkletsJs5 = function zoomViewPagerPanWorkletsJs5(event, index, scale, whiteMargin, limits) { - var props = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : {}; - var velocityX = event.velocityX; - var contentSize = props.contentSize, - nPages = props.nPages, - numberOfShowedPages = props.numberOfShowedPages, - isRtl = props.isRtl; - var left = limits.left, - right = limits.right; - var isLeftSwipe = velocityX > 0; - var newIndex = getScrollPage(index, isLeftSwipe, nPages, numberOfShowedPages, isRtl); - - //amount of x from 0 (positive number) - var pageScaledWidth = contentSize.width * scale; - var swipeDestination = pageScaledWidth * newIndex + whiteMargin; - - //handle scroll on nearest pages - var destination = left - swipeDestination; - return (0, _$$_REQUIRE(_dependencyMap[0]).limitValue)(left, right, destination); - }; - zoomViewPagerPanWorkletsJs5.__closure = { - getScrollPage: getScrollPage, - limitValue: _$$_REQUIRE(_dependencyMap[0]).limitValue - }; - zoomViewPagerPanWorkletsJs5.__workletHash = 16309800774714; - zoomViewPagerPanWorkletsJs5.__initData = _worklet_16309800774714_init_data; - return zoomViewPagerPanWorkletsJs5; - }(); - var _worklet_3258263110640_init_data = { - code: "function zoomViewPagerPanWorkletsJs6(translateX,index,scale,whiteMargin,limits,activeAnimation,props={}){const{workletLogger,limitValue}=this.__closure;const{left:left,right:right}=limits;const{contentSize:contentSize,numberOfShowedPages:numberOfShowedPages}=props;const pageScaledWidth=contentSize.width*scale;const pagesScaledWidth=pageScaledWidth*numberOfShowedPages;const swipeDestination=pageScaledWidth*index+whiteMargin;const absolutePanX=-1*left+translateX;const prevIndex=index-1;const nextIndex=index+1;const destinationIndex=translateX>left-swipeDestination?prevIndex:nextIndex;workletLogger(\"getScrollDestination: \"+translateX+\", \"+left+\", \"+swipeDestination+\", \"+absolutePanX+\", \"+index+\", \"+prevIndex+\", \"+nextIndex+\", \"+activeAnimation);let destination=left;if(activeAnimation&&Math.abs(Math.abs(absolutePanX)-swipeDestination)>pagesScaledWidth*1.25){destination-=pageScaledWidth*destinationIndex+whiteMargin;}else{destination-=swipeDestination;}return limitValue(left,right,destination);}" - }; - var getScrollDestination = exports.getScrollDestination = function () { - var zoomViewPagerPanWorkletsJs6 = function zoomViewPagerPanWorkletsJs6(translateX, index, scale, whiteMargin, limits, activeAnimation) { - var props = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : {}; - var left = limits.left, - right = limits.right; - var contentSize = props.contentSize, - numberOfShowedPages = props.numberOfShowedPages; - - //!scrollActive update index inside JS code and is already updated - - //amount of x from 0 (positive number) - var pageScaledWidth = contentSize.width * scale; - var pagesScaledWidth = pageScaledWidth * numberOfShowedPages; - var swipeDestination = pageScaledWidth * index + whiteMargin; - //in case of swipe gesture we need this operation sub(value, drag) to evaluate panX (visible area) as start of gesture instead of end - var absolutePanX = -1 * left + translateX; - //avoid that the user scroll 2 pages instead of one if is between pages - var prevIndex = index - 1; - var nextIndex = index + 1; - var destinationIndex = translateX > left - swipeDestination ? prevIndex : nextIndex; - (0, _$$_REQUIRE(_dependencyMap[0]).workletLogger)(`getScrollDestination: ${translateX}, ${left}, ${swipeDestination}, ${absolutePanX}, ${index}, ${prevIndex}, ${nextIndex}, ${activeAnimation}`); - - //handle scroll on nearest pages, - //if scrollActive and not animated means a jump on different pages - var destination = left; - if (activeAnimation && Math.abs(Math.abs(absolutePanX) - swipeDestination) > pagesScaledWidth * 1.25) { - destination -= pageScaledWidth * destinationIndex + whiteMargin; - } else { - destination -= swipeDestination; - } - return (0, _$$_REQUIRE(_dependencyMap[0]).limitValue)(left, right, destination); - }; - zoomViewPagerPanWorkletsJs6.__closure = { - workletLogger: _$$_REQUIRE(_dependencyMap[0]).workletLogger, - limitValue: _$$_REQUIRE(_dependencyMap[0]).limitValue - }; - zoomViewPagerPanWorkletsJs6.__workletHash = 3258263110640; - zoomViewPagerPanWorkletsJs6.__initData = _worklet_3258263110640_init_data; - return zoomViewPagerPanWorkletsJs6; - }(); - var _worklet_11014672626563_init_data = { - code: "function zoomViewPagerPanWorkletsJs7(event,constants){const{enableAnimation}=this.__closure;const{MAGNETIC_PAN_VELOCITY_Y:MAGNETIC_PAN_VELOCITY_Y}=constants;return enableAnimation(event,constants).y&&Math.abs(event.velocityY)>MAGNETIC_PAN_VELOCITY_Y;}" - }; - var isMagneticPanY = exports.isMagneticPanY = function () { - var zoomViewPagerPanWorkletsJs7 = function zoomViewPagerPanWorkletsJs7(event, constants) { - var MAGNETIC_PAN_VELOCITY_Y = constants.MAGNETIC_PAN_VELOCITY_Y; - return enableAnimation(event, constants).y && Math.abs(event.velocityY) > MAGNETIC_PAN_VELOCITY_Y; - }; - zoomViewPagerPanWorkletsJs7.__closure = { - enableAnimation: enableAnimation - }; - zoomViewPagerPanWorkletsJs7.__workletHash = 11014672626563; - zoomViewPagerPanWorkletsJs7.__initData = _worklet_11014672626563_init_data; - return zoomViewPagerPanWorkletsJs7; - }(); - var _worklet_2267409682177_init_data = { - code: "function zoomViewPagerPanWorkletsJs8(event,isFitted=false,constants){const{enableAnimation}=this.__closure;const{MAGNETIC_PAN_VELOCITY_X:MAGNETIC_PAN_VELOCITY_X}=constants;return enableAnimation(event,constants).x&&Math.abs(event.velocityX)>MAGNETIC_PAN_VELOCITY_X&&isFitted;}" - }; - var isMagneticPanX = exports.isMagneticPanX = function () { - var zoomViewPagerPanWorkletsJs8 = function zoomViewPagerPanWorkletsJs8(event) { - var isFitted = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; - var constants = arguments.length > 2 ? arguments[2] : undefined; - var MAGNETIC_PAN_VELOCITY_X = constants.MAGNETIC_PAN_VELOCITY_X; - return enableAnimation(event, constants).x && Math.abs(event.velocityX) > MAGNETIC_PAN_VELOCITY_X && isFitted; - }; - zoomViewPagerPanWorkletsJs8.__closure = { - enableAnimation: enableAnimation - }; - zoomViewPagerPanWorkletsJs8.__workletHash = 2267409682177; - zoomViewPagerPanWorkletsJs8.__initData = _worklet_2267409682177_init_data; - return zoomViewPagerPanWorkletsJs8; - }(); - var _worklet_14785155320408_init_data = { - code: "function zoomViewPagerPanWorkletsJs9(event,enableDirection,degrees,isFitted=false){const{workletLogger}=this.__closure;const{translationX:translationX,translationY:translationY}=event;if(translationX!==0){const xRadians=degrees[0]*Math.PI/180;const yRadians=degrees[1]*Math.PI/180;const radians=Math.abs(Math.atan(translationY/translationX));const enableXOnly=radiansyRadians;const enable=isFitted||!enableXOnly&&!enableYOnly;if(!enableDirection.value||isFitted&&(!enableDirection.value.x||!enableDirection.value.y)){workletLogger(\"useLock: \"+radians+\", \"+xRadians+\", \"+yRadians+\", \"+isFitted+\", \"+enableXOnly+\", \"+enableYOnly+\", \"+enable);enableDirection.value={x:enableXOnly||enable,y:enableYOnly||enable};}}}" - }; - var useLock = exports.useLock = function () { - var zoomViewPagerPanWorkletsJs9 = function zoomViewPagerPanWorkletsJs9(event, enableDirection, degrees) { - var isFitted = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false; - /** - * We need to store the dragX because swipe gesture should works always, also when X axis is locked - * We the pan is on Y axis we must set dragX to 0 to avoid movement on X axis and its value must be stored in a temp variable if the velocity is enough high - * When the gesture is ended we restore dragX value to enable swipe gesture - */ - var translationX = event.translationX, - translationY = event.translationY; - if (translationX !== 0) { - var xRadians = degrees[0] * Math.PI / 180; - var yRadians = degrees[1] * Math.PI / 180; - var radians = Math.abs(Math.atan(translationY / translationX)); - var enableXOnly = radians < xRadians; - var enableYOnly = radians > yRadians; - var enable = isFitted || !enableXOnly && !enableYOnly; - - //when zoomed in (isFitted = true) we must enable both directions, so redo the cehck once again - if (!enableDirection.value || isFitted && (!enableDirection.value.x || !enableDirection.value.y)) { - (0, _$$_REQUIRE(_dependencyMap[0]).workletLogger)(`useLock: ${radians}, ${xRadians}, ${yRadians}, ${isFitted}, ${enableXOnly}, ${enableYOnly}, ${enable}`); - enableDirection.value = { - x: enableXOnly || enable, - y: enableYOnly || enable - }; - } - } - }; - zoomViewPagerPanWorkletsJs9.__closure = { - workletLogger: _$$_REQUIRE(_dependencyMap[0]).workletLogger - }; - zoomViewPagerPanWorkletsJs9.__workletHash = 14785155320408; - zoomViewPagerPanWorkletsJs9.__initData = _worklet_14785155320408_init_data; - return zoomViewPagerPanWorkletsJs9; - }(); - var _worklet_11512946563016_init_data = { - code: "function zoomViewPagerPanWorkletsJs10(event,ctx,enable=true,limits){const{limitValue}=this.__closure;const{left:left,right:right}=limits;let translationX=ctx.translateX;if(enable){translationX+=event.translationX;}return limitValue(left,right,translationX);}" - }; - var panXMgr = function () { - var zoomViewPagerPanWorkletsJs10 = function zoomViewPagerPanWorkletsJs10(event, ctx) { - var enable = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true; - var limits = arguments.length > 3 ? arguments[3] : undefined; - var left = limits.left, - right = limits.right; - var translationX = ctx.translateX; - if (enable) { - translationX += event.translationX; - } - return (0, _$$_REQUIRE(_dependencyMap[0]).limitValue)(left, right, translationX); - }; - zoomViewPagerPanWorkletsJs10.__closure = { - limitValue: _$$_REQUIRE(_dependencyMap[0]).limitValue - }; - zoomViewPagerPanWorkletsJs10.__workletHash = 11512946563016; - zoomViewPagerPanWorkletsJs10.__initData = _worklet_11512946563016_init_data; - return zoomViewPagerPanWorkletsJs10; - }(); - var _worklet_1397137074007_init_data = { - code: "function zoomViewPagerPanWorkletsJs11(event,ctx,enable=true,limits){const{limitValue}=this.__closure;const{top:top,bottom:bottom}=limits;let translationY=ctx.translateY;if(enable){translationY+=event.translationY;}return limitValue(top,bottom,translationY);}" - }; - var panYMgr = function () { - var zoomViewPagerPanWorkletsJs11 = function zoomViewPagerPanWorkletsJs11(event, ctx) { - var enable = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true; - var limits = arguments.length > 3 ? arguments[3] : undefined; - var top = limits.top, - bottom = limits.bottom; - var translationY = ctx.translateY; - if (enable) { - translationY += event.translationY; - } - return (0, _$$_REQUIRE(_dependencyMap[0]).limitValue)(top, bottom, translationY); - }; - zoomViewPagerPanWorkletsJs11.__closure = { - limitValue: _$$_REQUIRE(_dependencyMap[0]).limitValue - }; - zoomViewPagerPanWorkletsJs11.__workletHash = 1397137074007; - zoomViewPagerPanWorkletsJs11.__initData = _worklet_1397137074007_init_data; - return zoomViewPagerPanWorkletsJs11; - }(); - var _worklet_16784192634214_init_data = { - code: "function zoomViewPagerPanWorkletsJs12(event,ctx,enable={x:true,y:true},limits){const{panXMgr,panYMgr}=this.__closure;const panX=panXMgr(event,ctx,enable.x,limits);const panY=panYMgr(event,ctx,enable.y,limits);return{panX:panX,panY:panY};}" - }; - var handlePanActive = exports.handlePanActive = function () { - var zoomViewPagerPanWorkletsJs12 = function zoomViewPagerPanWorkletsJs12(event, ctx) { - var enable = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : { - x: true, - y: true - }; - var limits = arguments.length > 3 ? arguments[3] : undefined; - var panX = panXMgr(event, ctx, enable.x, limits); - var panY = panYMgr(event, ctx, enable.y, limits); - return { - panX: panX, - panY: panY - }; - }; - zoomViewPagerPanWorkletsJs12.__closure = { - panXMgr: panXMgr, - panYMgr: panYMgr - }; - zoomViewPagerPanWorkletsJs12.__workletHash = 16784192634214; - zoomViewPagerPanWorkletsJs12.__initData = _worklet_16784192634214_init_data; - return zoomViewPagerPanWorkletsJs12; - }(); - var _worklet_4721774582592_init_data = { - code: "function zoomViewPagerPanWorkletsJs13(event,ctx,limits,constants,props={}){const{workletLogger,limitValue}=this.__closure;const{velocityY:velocityY}=event;const{MAGNETIC_PAN_Y_FACTOR_PORTRAIT:MAGNETIC_PAN_Y_FACTOR_PORTRAIT,MAGNETIC_PAN_Y_FACTOR_LANDSCAPE:MAGNETIC_PAN_Y_FACTOR_LANDSCAPE}=constants;const{size:size}=props;const{top:top,bottom:bottom}=limits;const{width:width,height:height}=size;const translationY=event.translationY+ctx.translateY;const absoluteVariation=size.height*(width>height?MAGNETIC_PAN_Y_FACTOR_LANDSCAPE:MAGNETIC_PAN_Y_FACTOR_PORTRAIT);const variation=absoluteVariation*(velocityY>0?1:-1);workletLogger(\"getMagneticPanYDestination: \"+top+\", \"+bottom+\", \"+translationY+\", \"+variation);return limitValue(top,bottom,limitValue(top,bottom,translationY)+variation);}" - }; - var getMagneticPanYDestination = exports.getMagneticPanYDestination = function () { - var zoomViewPagerPanWorkletsJs13 = function zoomViewPagerPanWorkletsJs13(event, ctx, limits, constants) { - var props = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : {}; - var velocityY = event.velocityY; - var MAGNETIC_PAN_Y_FACTOR_PORTRAIT = constants.MAGNETIC_PAN_Y_FACTOR_PORTRAIT, - MAGNETIC_PAN_Y_FACTOR_LANDSCAPE = constants.MAGNETIC_PAN_Y_FACTOR_LANDSCAPE; - var size = props.size; - var top = limits.top, - bottom = limits.bottom; - var width = size.width, - height = size.height; - var translationY = event.translationY + ctx.translateY; - var absoluteVariation = size.height * (width > height ? MAGNETIC_PAN_Y_FACTOR_LANDSCAPE : MAGNETIC_PAN_Y_FACTOR_PORTRAIT); - var variation = absoluteVariation * (velocityY > 0 ? 1 : -1); - (0, _$$_REQUIRE(_dependencyMap[0]).workletLogger)(`getMagneticPanYDestination: ${top}, ${bottom}, ${translationY}, ${variation}`); - return (0, _$$_REQUIRE(_dependencyMap[0]).limitValue)(top, bottom, (0, _$$_REQUIRE(_dependencyMap[0]).limitValue)(top, bottom, translationY) + variation); - }; - zoomViewPagerPanWorkletsJs13.__closure = { - workletLogger: _$$_REQUIRE(_dependencyMap[0]).workletLogger, - limitValue: _$$_REQUIRE(_dependencyMap[0]).limitValue - }; - zoomViewPagerPanWorkletsJs13.__workletHash = 4721774582592; - zoomViewPagerPanWorkletsJs13.__initData = _worklet_4721774582592_init_data; - return zoomViewPagerPanWorkletsJs13; - }(); - var _worklet_8318197019433_init_data = { - code: "function zoomViewPagerPanWorkletsJs14(index,scale,whiteMargin,isFitted,limits,props={}){const{getVisiblePageBorders}=this.__closure;const{contentSize:contentSize,numberOfShowedPages:numberOfShowedPages,nPages:nPages}=props;const{left:left}=limits;const pageScaledWidth=contentSize.width*scale;const pagesScaledWidth=pageScaledWidth*numberOfShowedPages;const{left:visiblePageLeftBorder,right:visiblePageRightBorder}=getVisiblePageBorders(index,scale,whiteMargin,limits,props);const areTwoPagesVisible=numberOfShowedPages===2;const isFirstPage=index===0;const isLastPage=index===nPages-1;const isSecondLast=index===nPages-2;let paperPageLeftBorder=visiblePageLeftBorder;if(areTwoPagesVisible){if(isFirstPage){paperPageLeftBorder=left-whiteMargin;}else if(isLastPage||isSecondLast){paperPageLeftBorder=left-pageScaledWidth*index-whiteMargin;if(isSecondLast&&isFitted){paperPageLeftBorder+=pageScaledWidth;}}}let paperPageRightBorder=visiblePageRightBorder;if(areTwoPagesVisible){if(isFirstPage){if(isFitted){paperPageRightBorder=paperPageLeftBorder-pageScaledWidth;}else{paperPageRightBorder=paperPageLeftBorder-pagesScaledWidth;}}else if(isSecondLast){paperPageRightBorder=paperPageLeftBorder-pagesScaledWidth;}}return{left:paperPageLeftBorder,right:paperPageRightBorder};}" - }; - var getPageBorders = function () { - var zoomViewPagerPanWorkletsJs14 = function zoomViewPagerPanWorkletsJs14(index, scale, whiteMargin, isFitted, limits) { - var props = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : {}; - var contentSize = props.contentSize, - numberOfShowedPages = props.numberOfShowedPages, - nPages = props.nPages; - var left = limits.left; - var pageScaledWidth = contentSize.width * scale; - var pagesScaledWidth = pageScaledWidth * numberOfShowedPages; - var _getVisiblePageBorder = (0, _$$_REQUIRE(_dependencyMap[0]).getVisiblePageBorders)(index, scale, whiteMargin, limits, props), - visiblePageLeftBorder = _getVisiblePageBorder.left, - visiblePageRightBorder = _getVisiblePageBorder.right; - var areTwoPagesVisible = numberOfShowedPages === 2; - var isFirstPage = index === 0; - var isLastPage = index === nPages - 1; - var isSecondLast = index === nPages - 2; - var paperPageLeftBorder = visiblePageLeftBorder; - if (areTwoPagesVisible) { - if (isFirstPage) { - paperPageLeftBorder = left - whiteMargin; - } else if (isLastPage || isSecondLast) { - paperPageLeftBorder = left - pageScaledWidth * index - whiteMargin; - if (isSecondLast && isFitted) { - paperPageLeftBorder += pageScaledWidth; - } - } - } - var paperPageRightBorder = visiblePageRightBorder; - if (areTwoPagesVisible) { - if (isFirstPage) { - if (isFitted) { - paperPageRightBorder = paperPageLeftBorder - pageScaledWidth; - } else { - paperPageRightBorder = paperPageLeftBorder - pagesScaledWidth; - } - } else if (isSecondLast) { - paperPageRightBorder = paperPageLeftBorder - pagesScaledWidth; - } - } - return { - left: paperPageLeftBorder, - right: paperPageRightBorder - }; - }; - zoomViewPagerPanWorkletsJs14.__closure = { - getVisiblePageBorders: _$$_REQUIRE(_dependencyMap[0]).getVisiblePageBorders - }; - zoomViewPagerPanWorkletsJs14.__workletHash = 8318197019433; - zoomViewPagerPanWorkletsJs14.__initData = _worklet_8318197019433_init_data; - return zoomViewPagerPanWorkletsJs14; - }(); - var _worklet_418469010385_init_data = { - code: "function zoomViewPagerPanWorkletsJs15(event,ctx,index,scale,whiteMargin,isFitted,limits,constants,props={}){const{limitValue,getPageBorders}=this.__closure;const{size:size,numberOfShowedPages:numberOfShowedPages,snapSize:snapSize}=props;const{MAGNETIC_PAN_X_FACTOR_1PAGE:MAGNETIC_PAN_X_FACTOR_1PAGE,MAGNETIC_PAN_X_FACTOR_2PAGES:MAGNETIC_PAN_X_FACTOR_2PAGES,SNAP_PADDING:SNAP_PADDING}=constants;const{velocityX:velocityX}=event;const translationX=event.translationX+ctx.translateX;const{left:left,right:right}=limits;const{width:width}=size;const isLeftSwipe=velocityX>0;const rest=limitValue(left,right,translationX);const areTwoPagesVisible=numberOfShowedPages===2;const magneticFactor=areTwoPagesVisible?MAGNETIC_PAN_X_FACTOR_2PAGES:MAGNETIC_PAN_X_FACTOR_1PAGE;const absoluteVariation=width*numberOfShowedPages*magneticFactor;const tempDestination=rest+absoluteVariation*(isLeftSwipe?1:-1);const visibleAreaWidth=width*numberOfShowedPages+whiteMargin*2;const scaledSnapSize=Math.max(0,snapSize*scale-SNAP_PADDING);const{left:paperPageLeftBorder,right:paperPageRightBorder}=getPageBorders(index,scale,whiteMargin,isFitted,limits,props);let value=tempDestination;if(isLeftSwipe){if(tempDestination>paperPageLeftBorder&&restpaperPageRightBorder+visibleAreaWidth){value=paperPageRightBorder+visibleAreaWidth;}else if(Math.abs(paperPageRightBorder-tempDestination) 8 && arguments[8] !== undefined ? arguments[8] : {}; - var size = props.size, - numberOfShowedPages = props.numberOfShowedPages, - snapSize = props.snapSize; - var MAGNETIC_PAN_X_FACTOR_1PAGE = constants.MAGNETIC_PAN_X_FACTOR_1PAGE, - MAGNETIC_PAN_X_FACTOR_2PAGES = constants.MAGNETIC_PAN_X_FACTOR_2PAGES, - SNAP_PADDING = constants.SNAP_PADDING; - var velocityX = event.velocityX; - var translationX = event.translationX + ctx.translateX; - var left = limits.left, - right = limits.right; - var width = size.width; - var isLeftSwipe = velocityX > 0; - var rest = (0, _$$_REQUIRE(_dependencyMap[0]).limitValue)(left, right, translationX); - - //the following lines evaluate destination of magnetic gesture to move automatically about a piece of screen - var areTwoPagesVisible = numberOfShowedPages === 2; - var magneticFactor = areTwoPagesVisible ? MAGNETIC_PAN_X_FACTOR_2PAGES : MAGNETIC_PAN_X_FACTOR_1PAGE; - var absoluteVariation = width * numberOfShowedPages * magneticFactor; - var tempDestination = rest + absoluteVariation * (isLeftSwipe ? 1 : -1); - var visibleAreaWidth = width * numberOfShowedPages + whiteMargin * 2; - var scaledSnapSize = Math.max(0, snapSize * scale - SNAP_PADDING); - var _getPageBorders = getPageBorders(index, scale, whiteMargin, isFitted, limits, props), - paperPageLeftBorder = _getPageBorders.left, - paperPageRightBorder = _getPageBorders.right; - var value = tempDestination; - if (isLeftSwipe) { - if (tempDestination > paperPageLeftBorder && rest < paperPageLeftBorder) { - value = paperPageLeftBorder; - } else if (Math.abs(paperPageLeftBorder + visibleAreaWidth - tempDestination) < scaledSnapSize) { - value = paperPageLeftBorder + visibleAreaWidth; - } - } else if (tempDestination < paperPageRightBorder + visibleAreaWidth && rest > paperPageRightBorder + visibleAreaWidth) { - value = paperPageRightBorder + visibleAreaWidth; - } else if (Math.abs(paperPageRightBorder - tempDestination) < scaledSnapSize) { - value = paperPageRightBorder; - } - return (0, _$$_REQUIRE(_dependencyMap[0]).limitValue)(left, right, value); - }; - zoomViewPagerPanWorkletsJs15.__closure = { - limitValue: _$$_REQUIRE(_dependencyMap[0]).limitValue, - getPageBorders: getPageBorders - }; - zoomViewPagerPanWorkletsJs15.__workletHash = 418469010385; - zoomViewPagerPanWorkletsJs15.__initData = _worklet_418469010385_init_data; - return zoomViewPagerPanWorkletsJs15; - }(); - var _worklet_3615430551767_init_data = { - code: "function zoomViewPagerPanWorkletsJs16(event,ctx,translateX,index,scale,whiteMargin,isFitted,limits,constants,callbacks={},props={}){const{getMagneticPanXDestination,runTiming}=this.__closure;const dest=getMagneticPanXDestination(event,ctx,index,scale,whiteMargin,isFitted.value,limits,constants,props);const{onStart:onStart,onFinish:onFinish}=callbacks;onStart===null||onStart===void 0||onStart(dest);translateX.value=runTiming(dest,{},function(completed){onFinish===null||onFinish===void 0||onFinish(completed,dest);});}" - }; - var magneticPanXAnimation = exports.magneticPanXAnimation = function () { - var zoomViewPagerPanWorkletsJs16 = function zoomViewPagerPanWorkletsJs16(event, ctx, translateX, index, scale, whiteMargin, isFitted, limits, constants) { - var callbacks = arguments.length > 9 && arguments[9] !== undefined ? arguments[9] : {}; - var props = arguments.length > 10 && arguments[10] !== undefined ? arguments[10] : {}; - var dest = getMagneticPanXDestination(event, ctx, index, scale, whiteMargin, isFitted.value, limits, constants, props); - var onStart = callbacks.onStart, - onFinish = callbacks.onFinish; - onStart == null || onStart(dest); - translateX.value = (0, _$$_REQUIRE(_dependencyMap[0]).runTiming)(dest, {}, function (completed) { - onFinish == null || onFinish(completed, dest); - }); - }; - zoomViewPagerPanWorkletsJs16.__closure = { - getMagneticPanXDestination: getMagneticPanXDestination, - runTiming: _$$_REQUIRE(_dependencyMap[0]).runTiming - }; - zoomViewPagerPanWorkletsJs16.__workletHash = 3615430551767; - zoomViewPagerPanWorkletsJs16.__initData = _worklet_3615430551767_init_data; - return zoomViewPagerPanWorkletsJs16; - }(); - var _worklet_3027625209224_init_data = { - code: "function zoomViewPagerPanWorkletsJs17(event,ctx,translateY,limits,constants,callbacks,props={}){const{getMagneticPanYDestination,runTiming}=this.__closure;const{onStart:onStart,onFinish:onFinish}=callbacks;const dest=getMagneticPanYDestination(event,ctx,limits,constants,props);onStart===null||onStart===void 0||onStart(dest);translateY.value=runTiming(dest,{},function(completed){onFinish===null||onFinish===void 0||onFinish(completed,dest);});}" - }; - var magneticPanYAnimation = exports.magneticPanYAnimation = function () { - var zoomViewPagerPanWorkletsJs17 = function zoomViewPagerPanWorkletsJs17(event, ctx, translateY, limits, constants, callbacks) { - var props = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : {}; - var onStart = callbacks.onStart, - onFinish = callbacks.onFinish; - var dest = getMagneticPanYDestination(event, ctx, limits, constants, props); - onStart == null || onStart(dest); - translateY.value = (0, _$$_REQUIRE(_dependencyMap[0]).runTiming)(dest, {}, function (completed) { - onFinish == null || onFinish(completed, dest); - }); - }; - zoomViewPagerPanWorkletsJs17.__closure = { - getMagneticPanYDestination: getMagneticPanYDestination, - runTiming: _$$_REQUIRE(_dependencyMap[0]).runTiming - }; - zoomViewPagerPanWorkletsJs17.__workletHash = 3027625209224; - zoomViewPagerPanWorkletsJs17.__initData = _worklet_3027625209224_init_data; - return zoomViewPagerPanWorkletsJs17; - }(); - var _worklet_14386667792090_init_data = { - code: "function zoomViewPagerPanWorkletsJs18(translateY,limits){const{top:top}=limits;if(translateY.value!==top){translateY.value=top;}}" - }; - var alignToTop = exports.alignToTop = function () { - var zoomViewPagerPanWorkletsJs18 = function zoomViewPagerPanWorkletsJs18(translateY, limits) { - var top = limits.top; - if (translateY.value !== top) { - //return runTiming(top); - translateY.value = top; - } - }; - zoomViewPagerPanWorkletsJs18.__closure = {}; - zoomViewPagerPanWorkletsJs18.__workletHash = 14386667792090; - zoomViewPagerPanWorkletsJs18.__initData = _worklet_14386667792090_init_data; - return zoomViewPagerPanWorkletsJs18; - }(); - var _worklet_12337962412413_init_data = { - code: "function zoomViewPagerPanWorkletsJs19(scale,contentWidth,viewWidth){return Math.round(contentWidth)*scale>Math.round(viewWidth);}" - }; - var fitValue = exports.fitValue = function () { - var zoomViewPagerPanWorkletsJs19 = function zoomViewPagerPanWorkletsJs19(scale, contentWidth, viewWidth) { - return Math.round(contentWidth) * scale > Math.round(viewWidth); - }; - zoomViewPagerPanWorkletsJs19.__closure = {}; - zoomViewPagerPanWorkletsJs19.__workletHash = 12337962412413; - zoomViewPagerPanWorkletsJs19.__initData = _worklet_12337962412413_init_data; - return zoomViewPagerPanWorkletsJs19; - }(); - var _worklet_14247581128518_init_data = { - code: "function zoomViewPagerPanWorkletsJs20(translateX,currentIndex,scrollState,isScrollAnimatedActive,animated,whiteMargin,scale,limits,constants,callbacks={},props={}){const{cancelAnimation,getScrollDestination,State,runTiming}=this.__closure;cancelAnimation(translateX);currentIndex.value=currentIndex;const dest=getScrollDestination(translateX.value,currentIndex,scale,whiteMargin,limits,isScrollAnimatedActive.value,props);const{onStart:onStart,onFinish:onFinish}=callbacks;const{VIEW_PAGER_SWIPE_DURATION:VIEW_PAGER_SWIPE_DURATION}=constants;onStart===null||onStart===void 0||onStart(dest,currentIndex.value);scrollState.value=State.ACTIVE;isScrollAnimatedActive.value=animated;if(animated){translateX.value=runTiming(dest,{duration:VIEW_PAGER_SWIPE_DURATION},function(completed){onFinish===null||onFinish===void 0||onFinish(completed,dest,currentIndex);});}else{translateX.value=dest;onFinish===null||onFinish===void 0||onFinish(true,dest,currentIndex);}}" - }; - var scrollAnimation = exports.scrollAnimation = function () { - var zoomViewPagerPanWorkletsJs20 = function zoomViewPagerPanWorkletsJs20(translateX, currentIndex, scrollState, isScrollAnimatedActive, animated, whiteMargin, scale, limits, constants) { - var callbacks = arguments.length > 9 && arguments[9] !== undefined ? arguments[9] : {}; - var props = arguments.length > 10 && arguments[10] !== undefined ? arguments[10] : {}; - (0, _$$_REQUIRE(_dependencyMap[1]).cancelAnimation)(translateX); - currentIndex.value = currentIndex; - var dest = getScrollDestination(translateX.value, currentIndex, scale, whiteMargin, limits, isScrollAnimatedActive.value, props); - var onStart = callbacks.onStart, - onFinish = callbacks.onFinish; - var VIEW_PAGER_SWIPE_DURATION = constants.VIEW_PAGER_SWIPE_DURATION; - onStart == null || onStart(dest, currentIndex.value); - scrollState.value = _$$_REQUIRE(_dependencyMap[2]).State.ACTIVE; - isScrollAnimatedActive.value = animated; - if (animated) { - translateX.value = (0, _$$_REQUIRE(_dependencyMap[0]).runTiming)(dest, { - duration: VIEW_PAGER_SWIPE_DURATION - }, function (completed) { - onFinish == null || onFinish(completed, dest, currentIndex); - }); - } else { - translateX.value = dest; - onFinish == null || onFinish(true, dest, currentIndex); - } - }; - zoomViewPagerPanWorkletsJs20.__closure = { - cancelAnimation: _$$_REQUIRE(_dependencyMap[1]).cancelAnimation, - getScrollDestination: getScrollDestination, - State: _$$_REQUIRE(_dependencyMap[2]).State, - runTiming: _$$_REQUIRE(_dependencyMap[0]).runTiming - }; - zoomViewPagerPanWorkletsJs20.__workletHash = 14247581128518; - zoomViewPagerPanWorkletsJs20.__initData = _worklet_14247581128518_init_data; - return zoomViewPagerPanWorkletsJs20; - }(); - var _worklet_17516201346353_init_data = { - code: "function zoomViewPagerPanWorkletsJs21(event,ctx,translateX,currentIndex,scale,whiteMargin,limits,constants,callbacks={},props={}){const{getFixedSwipeDestination,getIndex,runTiming}=this.__closure;const dest=getFixedSwipeDestination(event,currentIndex.value,scale,whiteMargin,limits,props);currentIndex.value=getIndex(dest,scale,limits,props);const{onStart:onStart,onFinish:onFinish}=callbacks;const{VIEW_PAGER_SWIPE_DURATION:VIEW_PAGER_SWIPE_DURATION}=constants;onStart===null||onStart===void 0||onStart(dest,currentIndex.value);translateX.value=runTiming(dest,{duration:VIEW_PAGER_SWIPE_DURATION},function(completed){onFinish===null||onFinish===void 0||onFinish(completed,dest,currentIndex.value);});}" - }; - var swipeAnimation = exports.swipeAnimation = function () { - var zoomViewPagerPanWorkletsJs21 = function zoomViewPagerPanWorkletsJs21(event, ctx, translateX, currentIndex, scale, whiteMargin, limits, constants) { - var callbacks = arguments.length > 8 && arguments[8] !== undefined ? arguments[8] : {}; - var props = arguments.length > 9 && arguments[9] !== undefined ? arguments[9] : {}; - var dest = getFixedSwipeDestination(event, currentIndex.value, scale, whiteMargin, limits, props); - currentIndex.value = getIndex(dest, scale, limits, props); - var onStart = callbacks.onStart, - onFinish = callbacks.onFinish; - var VIEW_PAGER_SWIPE_DURATION = constants.VIEW_PAGER_SWIPE_DURATION; - onStart == null || onStart(dest, currentIndex.value); - translateX.value = (0, _$$_REQUIRE(_dependencyMap[0]).runTiming)(dest, { - duration: VIEW_PAGER_SWIPE_DURATION - }, function (completed) { - onFinish == null || onFinish(completed, dest, currentIndex.value); - }); - }; - zoomViewPagerPanWorkletsJs21.__closure = { - getFixedSwipeDestination: getFixedSwipeDestination, - getIndex: getIndex, - runTiming: _$$_REQUIRE(_dependencyMap[0]).runTiming - }; - zoomViewPagerPanWorkletsJs21.__workletHash = 17516201346353; - zoomViewPagerPanWorkletsJs21.__initData = _worklet_17516201346353_init_data; - return zoomViewPagerPanWorkletsJs21; - }(); - var _worklet_1755381425699_init_data = { - code: "function zoomViewPagerPanWorkletsJs22(event,ctx,index,scale,whiteMargin,isFitted,limits,constants,props={}){const{limitValue,getPageBorders,workletLogger}=this.__closure;const{translationX:translationX}=event;const{translateX:translateX}=ctx;const{contentSize:contentSize,numberOfShowedPages:numberOfShowedPages,snapSize:snapSize}=props;const{SNAP_PADDING:SNAP_PADDING}=constants;const{left:left,right:right}=limits;const rest=limitValue(left,right,translationX+translateX);const scaledSnapSize=Math.max(0,snapSize*scale-SNAP_PADDING);const{width:width}=contentSize;const visibleAreaWidth=width*numberOfShowedPages+whiteMargin*2;const{left:paperPageLeftBorder,right:paperPageRightBorder}=getPageBorders(index,scale,whiteMargin,isFitted,limits,props);const nearLeft=Math.abs(paperPageLeftBorder-rest) 8 && arguments[8] !== undefined ? arguments[8] : {}; - var translationX = event.translationX; - var translateX = ctx.translateX; - var contentSize = props.contentSize, - numberOfShowedPages = props.numberOfShowedPages, - snapSize = props.snapSize; - var SNAP_PADDING = constants.SNAP_PADDING; - var left = limits.left, - right = limits.right; - var rest = (0, _$$_REQUIRE(_dependencyMap[0]).limitValue)(left, right, translationX + translateX); - var scaledSnapSize = Math.max(0, snapSize * scale - SNAP_PADDING); - var width = contentSize.width; - var visibleAreaWidth = width * numberOfShowedPages + whiteMargin * 2; - var _getPageBorders2 = getPageBorders(index, scale, whiteMargin, isFitted, limits, props), - paperPageLeftBorder = _getPageBorders2.left, - paperPageRightBorder = _getPageBorders2.right; - var nearLeft = Math.abs(paperPageLeftBorder - rest) < scaledSnapSize; - var nearRight = Math.abs(paperPageRightBorder - (rest - visibleAreaWidth)) < scaledSnapSize; - (0, _$$_REQUIRE(_dependencyMap[0]).workletLogger)(`checkCloseToBorder: ${nearLeft}, ${nearRight}, ${paperPageLeftBorder}, ${paperPageRightBorder}, ${rest}, ${scaledSnapSize}, ${visibleAreaWidth}`); - (0, _$$_REQUIRE(_dependencyMap[0]).workletLogger)(`checkCloseToBorder: ${Math.abs(paperPageLeftBorder - rest)}, ${Math.abs(paperPageRightBorder - (rest - visibleAreaWidth))}`); - return { - near: { - left: nearLeft, - right: nearRight - }, - border: { - left: paperPageLeftBorder, - right: paperPageRightBorder - } - }; - }; - zoomViewPagerPanWorkletsJs22.__closure = { - limitValue: _$$_REQUIRE(_dependencyMap[0]).limitValue, - getPageBorders: getPageBorders, - workletLogger: _$$_REQUIRE(_dependencyMap[0]).workletLogger - }; - zoomViewPagerPanWorkletsJs22.__workletHash = 1755381425699; - zoomViewPagerPanWorkletsJs22.__initData = _worklet_1755381425699_init_data; - return zoomViewPagerPanWorkletsJs22; - }(); - var _worklet_10445587492684_init_data = { - code: "function zoomViewPagerPanWorkletsJs23(event,ctx,index,scale,whiteMargin,isFitted,limits,constants,props={}){const{checkCloseToBorder,workletLogger}=this.__closure;const{velocityX:velocityX}=event;const isLeftSwipe=velocityX>0;const isRightSwipe=!isLeftSwipe;const{near:near,border:border}=checkCloseToBorder(event,ctx,index,scale,whiteMargin,isFitted,limits,constants,props);workletLogger(\"isSnap: \"+near.left+\", \"+near.right+\", \"+border.left+\", \"+border.right);return Math.abs(velocityX)>0&&(isLeftSwipe&&near.left||isRightSwipe&&near.right);}" - }; - var isSnap = exports.isSnap = function () { - var zoomViewPagerPanWorkletsJs23 = function zoomViewPagerPanWorkletsJs23(event, ctx, index, scale, whiteMargin, isFitted, limits, constants) { - var props = arguments.length > 8 && arguments[8] !== undefined ? arguments[8] : {}; - var velocityX = event.velocityX; - var isLeftSwipe = velocityX > 0; - var isRightSwipe = !isLeftSwipe; - var _checkCloseToBorder = checkCloseToBorder(event, ctx, index, scale, whiteMargin, isFitted, limits, constants, props), - near = _checkCloseToBorder.near, - border = _checkCloseToBorder.border; - (0, _$$_REQUIRE(_dependencyMap[0]).workletLogger)(`isSnap: ${near.left}, ${near.right}, ${border.left}, ${border.right}`); - - //snap, maxVelocity check: disable it during pinch - return Math.abs(velocityX) > 0 && (isLeftSwipe && near.left || isRightSwipe && near.right); - }; - zoomViewPagerPanWorkletsJs23.__closure = { - checkCloseToBorder: checkCloseToBorder, - workletLogger: _$$_REQUIRE(_dependencyMap[0]).workletLogger - }; - zoomViewPagerPanWorkletsJs23.__workletHash = 10445587492684; - zoomViewPagerPanWorkletsJs23.__initData = _worklet_10445587492684_init_data; - return zoomViewPagerPanWorkletsJs23; - }(); - var _worklet_3734499279317_init_data = { - code: "function zoomViewPagerPanWorkletsJs24(event,ctx,index,scale,whiteMargin,isFitted,limits,constants,props={}){const{checkCloseToBorder}=this.__closure;const{contentSize:contentSize,numberOfShowedPages:numberOfShowedPages}=props;const{width:width}=contentSize;const visibleAreaWidth=width*numberOfShowedPages+whiteMargin*2;const{near:near,border:border}=checkCloseToBorder(event,ctx,index,scale,whiteMargin,isFitted,limits,constants,props);if(near.left){return border.left;}return border.right+visibleAreaWidth;}" - }; - var getSnapDestination = function () { - var zoomViewPagerPanWorkletsJs24 = function zoomViewPagerPanWorkletsJs24(event, ctx, index, scale, whiteMargin, isFitted, limits, constants) { - var props = arguments.length > 8 && arguments[8] !== undefined ? arguments[8] : {}; - var contentSize = props.contentSize, - numberOfShowedPages = props.numberOfShowedPages; - var width = contentSize.width; - var visibleAreaWidth = width * numberOfShowedPages + whiteMargin * 2; - var _checkCloseToBorder2 = checkCloseToBorder(event, ctx, index, scale, whiteMargin, isFitted, limits, constants, props), - near = _checkCloseToBorder2.near, - border = _checkCloseToBorder2.border; - if (near.left) { - return border.left; - } - return border.right + visibleAreaWidth; - }; - zoomViewPagerPanWorkletsJs24.__closure = { - checkCloseToBorder: checkCloseToBorder - }; - zoomViewPagerPanWorkletsJs24.__workletHash = 3734499279317; - zoomViewPagerPanWorkletsJs24.__initData = _worklet_3734499279317_init_data; - return zoomViewPagerPanWorkletsJs24; - }(); - var _worklet_6351439912960_init_data = { - code: "function zoomViewPagerPanWorkletsJs25(event,ctx,translateX,index,scale,whiteMargin,isFitted,limits,constants,callbacks={},props={}){const{getSnapDestination,runTiming}=this.__closure;const{SNAP_VELOCITY:SNAP_VELOCITY}=constants;const dest=getSnapDestination(event,ctx,index,scale,whiteMargin,isFitted,limits,constants,props);const{onStart:onStart,onFinish:onFinish}=callbacks;onStart===null||onStart===void 0||onStart(dest,index);translateX.value=runTiming(dest,{duration:SNAP_VELOCITY},function(completed){onFinish===null||onFinish===void 0||onFinish(completed,dest,index);});}" - }; - var snapAnimation = exports.snapAnimation = function () { - var zoomViewPagerPanWorkletsJs25 = function zoomViewPagerPanWorkletsJs25(event, ctx, translateX, index, scale, whiteMargin, isFitted, limits, constants) { - var callbacks = arguments.length > 9 && arguments[9] !== undefined ? arguments[9] : {}; - var props = arguments.length > 10 && arguments[10] !== undefined ? arguments[10] : {}; - var SNAP_VELOCITY = constants.SNAP_VELOCITY; - var dest = getSnapDestination(event, ctx, index, scale, whiteMargin, isFitted, limits, constants, props); - var onStart = callbacks.onStart, - onFinish = callbacks.onFinish; - onStart == null || onStart(dest, index); - translateX.value = (0, _$$_REQUIRE(_dependencyMap[0]).runTiming)(dest, { - duration: SNAP_VELOCITY - }, function (completed) { - onFinish == null || onFinish(completed, dest, index); - }); - }; - zoomViewPagerPanWorkletsJs25.__closure = { - getSnapDestination: getSnapDestination, - runTiming: _$$_REQUIRE(_dependencyMap[0]).runTiming - }; - zoomViewPagerPanWorkletsJs25.__workletHash = 6351439912960; - zoomViewPagerPanWorkletsJs25.__initData = _worklet_6351439912960_init_data; - return zoomViewPagerPanWorkletsJs25; - }(); - var _worklet_4634414412832_init_data = { - code: "function zoomViewPagerPanWorkletsJs26(goRight,translateX,panState,limits,constants,callbacks){const{limitValue,State,runTiming}=this.__closure;const{left:left,right:right}=limits;const{PAN_TO_DIST:PAN_TO_DIST,ZOOM_TO_DURATION:ZOOM_TO_DURATION}=constants;const dest=limitValue(left,right,translateX.value+PAN_TO_DIST*(goRight?-1:1));const{onStart:onStart,onFinish:onFinish}=callbacks;onStart===null||onStart===void 0||onStart(dest);panState.value=State.ACTIVE;translateX.value=runTiming(dest,{duration:ZOOM_TO_DURATION},function(completed){onFinish===null||onFinish===void 0||onFinish(completed,dest);});}" - }; - var horizontalKeyPanAnimation = exports.horizontalKeyPanAnimation = function () { - var zoomViewPagerPanWorkletsJs26 = function zoomViewPagerPanWorkletsJs26(goRight, translateX, panState, limits, constants, callbacks) { - var left = limits.left, - right = limits.right; - var PAN_TO_DIST = constants.PAN_TO_DIST, - ZOOM_TO_DURATION = constants.ZOOM_TO_DURATION; - var dest = (0, _$$_REQUIRE(_dependencyMap[0]).limitValue)(left, right, translateX.value + PAN_TO_DIST * (goRight ? -1 : 1)); - var onStart = callbacks.onStart, - onFinish = callbacks.onFinish; - onStart == null || onStart(dest); - panState.value = _$$_REQUIRE(_dependencyMap[2]).State.ACTIVE; - translateX.value = (0, _$$_REQUIRE(_dependencyMap[0]).runTiming)(dest, { - duration: ZOOM_TO_DURATION - }, function (completed) { - onFinish == null || onFinish(completed, dest); - }); - }; - zoomViewPagerPanWorkletsJs26.__closure = { - limitValue: _$$_REQUIRE(_dependencyMap[0]).limitValue, - State: _$$_REQUIRE(_dependencyMap[2]).State, - runTiming: _$$_REQUIRE(_dependencyMap[0]).runTiming - }; - zoomViewPagerPanWorkletsJs26.__workletHash = 4634414412832; - zoomViewPagerPanWorkletsJs26.__initData = _worklet_4634414412832_init_data; - return zoomViewPagerPanWorkletsJs26; - }(); - var _worklet_3414561565887_init_data = { - code: "function zoomViewPagerPanWorkletsJs27(goDown,translateY,panState,limits,constants,callbacks){const{limitValue,State,runTiming}=this.__closure;const{top:top,bottom:bottom}=limits;const{PAN_TO_DIST:PAN_TO_DIST,ZOOM_TO_DURATION:ZOOM_TO_DURATION}=constants;const dest=limitValue(top,bottom,translateY.value+PAN_TO_DIST*(goDown?-1:1));const{onStart:onStart,onFinish:onFinish}=callbacks;onStart===null||onStart===void 0||onStart(dest);panState.value=State.ACTIVE;translateY.value=runTiming(dest,{duration:ZOOM_TO_DURATION},function(completed){onFinish===null||onFinish===void 0||onFinish(completed,dest);});}" - }; - var verticalKeyPanAnimation = exports.verticalKeyPanAnimation = function () { - var zoomViewPagerPanWorkletsJs27 = function zoomViewPagerPanWorkletsJs27(goDown, translateY, panState, limits, constants, callbacks) { - var top = limits.top, - bottom = limits.bottom; - var PAN_TO_DIST = constants.PAN_TO_DIST, - ZOOM_TO_DURATION = constants.ZOOM_TO_DURATION; - var dest = (0, _$$_REQUIRE(_dependencyMap[0]).limitValue)(top, bottom, translateY.value + PAN_TO_DIST * (goDown ? -1 : 1)); - var onStart = callbacks.onStart, - onFinish = callbacks.onFinish; - onStart == null || onStart(dest); - panState.value = _$$_REQUIRE(_dependencyMap[2]).State.ACTIVE; - translateY.value = (0, _$$_REQUIRE(_dependencyMap[0]).runTiming)(dest, { - duration: ZOOM_TO_DURATION - }, function (completed) { - onFinish == null || onFinish(completed, dest); - }); - }; - zoomViewPagerPanWorkletsJs27.__closure = { - limitValue: _$$_REQUIRE(_dependencyMap[0]).limitValue, - State: _$$_REQUIRE(_dependencyMap[2]).State, - runTiming: _$$_REQUIRE(_dependencyMap[0]).runTiming - }; - zoomViewPagerPanWorkletsJs27.__workletHash = 3414561565887; - zoomViewPagerPanWorkletsJs27.__initData = _worklet_3414561565887_init_data; - return zoomViewPagerPanWorkletsJs27; - }(); -},2559,[2190,764,993]); +},2551,[2,5,6,736,2162]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -348309,7 +348751,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e end: 0 } }); -},2560,[41,525]); +},2552,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -349005,7 +349447,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e showBorder: false, loginOverlayPosition: _pageUtils.PageViewPosition.CENTER }; -},2561,[2,5,6,50,52,55,673,103,41,2182,523,720,1076,1077,761,950,2562,2229,2563,2564,2201,2565,2566,2567,2569,275,1084,655,525,677,678,954,758]); +},2553,[2,5,6,50,52,55,673,103,41,2152,523,693,1049,1050,734,923,2554,2219,2555,2556,2191,2557,2558,2559,2561,275,1057,655,525,677,678,927,731]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -349237,7 +349679,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e page: _propTypes.default.instanceOf(_Page.default), style: _propTypes.default.any }; -},2562,[2,11,3,5,6,50,52,55,673,103,41,1109,2423,761,275,525,993,670]); +},2554,[2,11,3,5,6,50,52,55,673,103,41,1082,2416,734,275,525,966,670]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -349412,7 +349854,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e minZoom: 1, hidden: false }; -},2563,[2,66,5,6,50,52,55,673,103,41,757,761,950,275,525,954]); +},2555,[2,66,5,6,50,52,55,673,103,41,730,734,923,275,525,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -349494,7 +349936,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_react.default.PureComponent); -},2564,[2,5,6,50,52,55,103,41,275,954,525]); +},2556,[2,5,6,50,52,55,103,41,275,927,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -349727,7 +350169,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }).isRequired, fitWidth: _propTypes.default.bool }; -},2565,[2,5,6,50,52,55,673,103,41,1175,2182,523,2202,720,755,762,761,275,655,525]); +},2557,[2,5,6,50,52,55,673,103,41,1148,2152,523,2192,693,728,735,734,275,655,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -349797,7 +350239,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e PageImage.defaultProps = { show: true }; -},2566,[2,11,5,6,50,52,55,673,103,657,678,679,275,525,2192]); +},2558,[2,11,5,6,50,52,55,673,103,657,678,679,275,525,2163]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -349916,7 +350358,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e left: _propTypes.default.number }) }; -},2567,[2,5,6,50,52,55,673,103,41,657,678,1077,761,2568,2566,275,525,2195]); +},2559,[2,5,6,50,52,55,673,103,41,657,678,1050,734,2560,2558,275,525,2166]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -350142,7 +350584,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e PageHr.defaultProps = { showAll: true }; -},2568,[2,5,6,50,52,55,673,103,41,523,720,678,1077,761,2193,275,525,655]); +},2560,[2,5,6,50,52,55,673,103,41,523,693,678,1050,734,2164,275,525,655]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -350168,7 +350610,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e color: _$$_REQUIRE(_dependencyMap[1]).colors.black } }); -},2569,[41,525]); +},2561,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -350530,7 +350972,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e animateButtons: false } }; -},2570,[2,11,5,6,50,52,55,673,103,41,523,720,757,2159,2549,2571,2572,2574,2583,275,525,655,993,948,1980,2061,2116]); +},2562,[2,11,5,6,50,52,55,673,103,41,523,693,730,2129,2542,2563,2564,2566,2575,275,525,655,966,921,1950,2031,2086]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -350582,7 +351024,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e PagesBackToPaperButton.propTypes = { onPress: _propTypes.default.func.isRequired }; -},2571,[2,5,6,50,52,55,103,673,41,2572,679,275,2573]); +},2563,[2,5,6,50,52,55,103,673,41,2564,679,275,2565]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -350684,7 +351126,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e height: 23 } }); -},2572,[41,525,962]); +},2564,[41,525,935]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -350696,7 +351138,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-back-to-paper", "type": "png" }); -},2573,[1481]); +},2565,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -350973,7 +351415,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e PagesNavigationButtons.defaultProps = { version: 2 }; -},2574,[2,11,5,6,50,52,55,673,103,41,523,2187,2159,2547,2572,275,2575,2576,2577,2578,2579,2580,2581,2582,954,525,2116]); +},2566,[2,11,5,6,50,52,55,673,103,41,523,2157,2129,2540,2564,275,2567,2568,2569,2570,2571,2572,2573,2574,927,525,2086]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -350985,7 +351427,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-back-button", "type": "png" }); -},2575,[1481]); +},2567,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -350997,7 +351439,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-back-section-button", "type": "png" }); -},2576,[1481]); +},2568,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -351009,7 +351451,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-forward-button", "type": "png" }); -},2577,[1481]); +},2569,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -351021,7 +351463,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-forward-section-button", "type": "png" }); -},2578,[1481]); +},2570,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -351033,7 +351475,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-back-button", "type": "png" }); -},2579,[1481]); +},2571,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -351045,7 +351487,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-back-section-button", "type": "png" }); -},2580,[1481]); +},2572,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -351057,7 +351499,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-forward-button", "type": "png" }); -},2581,[1481]); +},2573,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -351069,7 +351511,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic-forward-section-button", "type": "png" }); -},2582,[1481]); +},2574,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -351207,7 +351649,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e pagesAreaSize: _propTypes.default.object, onPress: _propTypes.default.func }; -},2583,[2,5,6,50,52,55,103,673,41,950,2547,523,275,954,993,2574]); +},2575,[2,5,6,50,52,55,103,673,41,923,2540,523,275,927,966,2566]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -351555,7 +351997,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }).isRequired, model: _propTypes.default.instanceOf(_$$_REQUIRE(_dependencyMap[29]).Header).isRequired }, _$$_REQUIRE(_dependencyMap[28]).Shortcut.propTypes); -},2584,[2,5,6,50,52,55,673,103,41,2120,720,1076,757,758,761,2585,2243,950,2453,2587,275,2121,962,1980,954,2588,525,2266,2245,2111]); +},2576,[2,5,6,50,52,55,673,103,41,2090,693,1049,730,731,734,2577,2233,923,2446,2579,275,2091,935,1950,927,2580,525,2259,2235,2081]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -351657,7 +352099,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e cssClassesIcon: [], cssClassesText: [] }; -},2585,[2,5,6,50,52,55,673,103,41,950,2061,2586,275,954,525]); +},2577,[2,5,6,50,52,55,673,103,41,923,2031,2578,275,927,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -351677,7 +352119,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e textAlign: "center" } }); -},2586,[41]); +},2578,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -351740,7 +352182,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e color: _$$_REQUIRE(_dependencyMap[1]).SEARCH_COLOR } }); -},2587,[41,962,525]); +},2579,[41,935,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -351969,7 +352411,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e borderRadius: 0, autoFocus: false }; -},2588,[2,3,5,6,50,52,55,673,103,41,2457,2061,275,954,525,2589]); +},2580,[2,3,5,6,50,52,55,673,103,41,2450,2031,275,927,525,2581]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -352003,7 +352445,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e fontSize: 30 } }); -},2589,[41]); +},2581,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -352709,7 +353151,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }).isRequired }, _$$_REQUIRE(_dependencyMap[29]).Shortcut.propTypes); NewsmemoryThumbnail.defaultProps = Object.assign({}, _$$_REQUIRE(_dependencyMap[29]).Shortcut.defaultProps); -},2590,[2,3,5,6,50,52,53,55,673,103,41,2591,523,720,1076,657,757,678,1077,761,2592,275,655,2121,2593,525,2244,2594,954,2245]); +},2582,[2,3,5,6,50,52,53,55,673,103,41,2583,523,693,1049,657,730,678,1050,734,2584,275,655,2091,2585,525,2234,2586,927,2235]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { "use strict"; @@ -352806,7 +353248,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; }; }; -},2591,[]); +},2583,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -352955,7 +353397,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e padding: 5 } }); -},2592,[2,41,720,757,761,525,962]); +},2584,[2,41,693,730,734,525,935]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -353031,7 +353473,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2593,[2,5,6,761]); +},2585,[2,5,6,734]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -353294,7 +353736,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }) }); }; -},2594,[2,3,103,41,523,2541,720,1076,757,1077,761,2595,950,2592,275,954,2266,2213,2207,2596,962,2061,525,2244]); +},2586,[2,3,103,41,523,2534,693,1049,730,1050,734,2587,923,2584,275,927,2259,2203,2197,2588,935,2031,525,2234]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -353392,7 +353834,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e //see image source structure source: _propTypes.default.object }; -},2595,[2,11,3,5,6,50,52,55,673,103,679,275,2192]); +},2587,[2,11,3,5,6,50,52,55,673,103,679,275,2163]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -353547,7 +353989,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e DownloadButton.defaultProps = { disabled: false }; -},2596,[2,11,5,6,50,52,55,673,103,41,2061,275,655,954,2192]); +},2588,[2,11,5,6,50,52,55,673,103,41,2031,275,655,927,2163]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -353792,7 +354234,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e BackgroundPages.defaultProps = { hidden: false }; -},2597,[2,5,6,50,52,55,673,103,41,523,720,757,1077,761,2561,2598,275,655,962,525,954,2192]); +},2589,[2,5,6,50,52,55,673,103,41,523,693,730,1050,734,2553,2590,275,655,935,525,927,2163]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -353821,7 +354263,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e overflow: "hidden" } }); -},2598,[41,525]); +},2590,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -354430,7 +354872,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }]); }(); LayoutFlexManager.LAST_ACCESSIBILITY_STATE = false; -},2599,[2,5,6,2182,40,954,525]); +},2591,[2,5,6,2152,40,927,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -354445,7 +354887,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2600,[2601]); +},2592,[2593]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -354555,7 +354997,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e cssClasses: [], cssTextClasses: [] }; -},2601,[2,5,6,50,52,55,673,103,523,275,655,2192,525]); +},2593,[2,5,6,50,52,55,673,103,523,275,655,2163,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -354570,7 +355012,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2602,[2603]); +},2594,[2595]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -354769,7 +355211,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e showLoading: true, ignoreSafeArea: true }; -},2603,[2,5,6,50,52,55,673,103,41,523,40,679,275,2604,655,2605,2192,525]); +},2595,[2,5,6,50,52,55,673,103,41,523,40,679,275,2596,655,2597,2163,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -354792,7 +355234,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e resizeMode: "contain" }; }; -},2604,[2,40]); +},2596,[2,40]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -354809,7 +355251,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e height: "100%" } }); -},2605,[41]); +},2597,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -355069,7 +355511,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigate: _propTypes.default.func.isRequired }).isRequired }; -},2606,[2,5,6,50,52,53,55,673,103,41,2182,523,2336,2458,2607,2618,2619,2623,2624,275,525,655,954,2459,2468,2343,2244]); +},2598,[2,5,6,50,52,53,55,673,103,41,2152,523,2329,2451,2599,2610,2611,2615,2616,275,525,655,927,2452,2461,2336,2234]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -355309,7 +355751,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_settingsBaseManager.default); -},2607,[2,3,5,6,50,52,55,103,41,2117,2145,2149,2130,1099,2168,2147,2608,2609,2611,2615,2616,2617,275,951,2263,525,954,2169]); +},2599,[2,3,5,6,50,52,55,103,41,2087,2115,2119,2100,1072,2138,2117,2600,2601,2603,2607,2608,2609,275,924,2256,525,927,2139]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -355416,7 +355858,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }), onChange: _propTypes.default.func.isRequired }; -},2608,[2,3,5,6,50,52,55,673,103,2463,275,948]); +},2600,[2,3,5,6,50,52,55,673,103,2456,275,921]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -355533,7 +355975,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e value: _propTypes.default.bool, onChange: _propTypes.default.func.isRequired }; -},2609,[2,3,5,6,50,52,55,103,673,41,2610,275,954,2464,2463]); +},2601,[2,3,5,6,50,52,55,103,673,41,2602,275,927,2457,2456]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -355609,7 +356051,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onPress: _propTypes.default.func }; var _default = exports.default = TecnaviaCheckBox; -},2610,[2,673,103,41,2061,275,525,954]); +},2602,[2,673,103,41,2031,275,525,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -355740,7 +356182,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onChange: _propTypes.default.func }; var _default = exports.default = SettingPicker; -},2611,[2,3,66,11,673,103,41,2612,2463,275]); +},2603,[2,3,66,11,673,103,41,2604,2456,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -355935,7 +356377,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e children: _propTypes.default.any }; var _default = exports.default = DropDownList; -},2612,[2,74,66,673,103,41,965,2613,275,954,2244]); +},2604,[2,74,66,673,103,41,938,2605,275,927,2234]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -356037,7 +356479,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e color: _propTypes.default.string }; var _default = exports.default = DropDownOption; -},2613,[2,673,103,41,2614,275,954]); +},2605,[2,673,103,41,2606,275,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -356148,7 +356590,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e Icon: Icon }; var _default = exports.default = Option; -},2614,[2,11,673,103,41,950,2061,2159,275,525]); +},2606,[2,11,673,103,41,923,2031,2129,275,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -356197,7 +356639,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })) }); var _default = exports.default = SettingPickerMulti; -},2615,[2,11,673,103,2611,275]); +},2607,[2,11,673,103,2603,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -356236,7 +356678,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onPress: _propTypes.default.func }; var _default = exports.default = SettingText; -},2616,[2,103,673,41,275,954,2464,2463]); +},2608,[2,103,673,41,275,927,2457,2456]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -356305,7 +356747,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(); -},2617,[2,5,6,2169]); +},2609,[2,5,6,2139]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -356467,7 +356909,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_settingsBaseManager.default); -},2618,[2,3,5,6,50,52,55,103,2182,2183,523,2608,2609,2611,2617,275,525,1084,2496,655,1098]); +},2610,[2,3,5,6,50,52,55,103,2152,2153,523,2600,2601,2603,2609,275,525,1057,2489,655,1071]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -356724,7 +357166,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_settingsBaseManager.default); -},2619,[2,3,74,5,6,50,52,55,103,13,2117,2182,2220,2183,523,2119,2609,2611,2617,275,2620,720,2621,2622,525,655]); +},2611,[2,3,74,5,6,50,52,55,103,13,2087,2152,2210,2153,523,2089,2601,2603,2609,275,2612,693,2613,2614,525,655]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -356736,7 +357178,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "download_full", "type": "png" }); -},2620,[1481]); +},2612,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -356748,7 +357190,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "download_medium", "type": "png" }); -},2621,[1481]); +},2613,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -356760,7 +357202,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "download_low", "type": "png" }); -},2622,[1481]); +},2614,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -356825,7 +357267,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_settingsBaseManager.default); -},2623,[2,5,6,50,52,55,103,40,2608,2456,2617,275,2460]); +},2615,[2,5,6,50,52,55,103,40,2600,2449,2609,275,2453]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -356989,7 +357431,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_settingsBaseManager.default); -},2624,[2,3,5,6,50,52,55,103,2120,2354,657,2608,2625,2617,275,525,2344]); +},2616,[2,3,5,6,50,52,55,103,2090,2347,657,2600,2617,2609,275,525,2337]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -357046,7 +357488,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }) }; var _default = exports.default = SettingMyHome; -},2625,[2,673,103,965,2463,275,2626]); +},2617,[2,673,103,938,2456,275,2618]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -357061,7 +357503,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2626,[2627]); +},2618,[2619]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -357784,7 +358226,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e RssMyHomeConfig.defaultProps = { showAlwaysOnClose: false }; -},2627,[2,74,95,5,6,50,52,55,3,673,103,41,2341,2354,2284,40,2348,2465,2610,950,2061,679,2628,275,2344,525,2349,954,710,2244]); +},2619,[2,74,95,5,6,50,52,55,3,673,103,41,2334,2347,2277,40,2341,2458,2602,923,2031,679,2620,275,2337,525,2342,927,683,2234]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -357941,7 +358383,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e fontSize: 40 } }); -},2628,[41,2336,525]); +},2620,[41,2329,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -357956,7 +358398,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2629,[2630]); +},2621,[2622]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -358093,7 +358535,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e NewsmemoryHTML5Screen.propTypes = { navigation: _propTypes.default.object }; -},2630,[2,5,6,50,52,53,55,673,103,41,658,2120,2147,275,525,2167,2169,2468]); +},2622,[2,5,6,50,52,53,55,673,103,41,658,2090,2117,275,525,2137,2139,2461]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -358108,7 +358550,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2631,[2632]); +},2623,[2624]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -358126,14 +358568,15 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _propTypes = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[9])); var _react = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[10])); var _reactNative = _$$_REQUIRE(_dependencyMap[11]); - var _share = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[12])); - var _deviceUtils = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[13])); - var _tecnaviaFileUtils = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[14])); - var _galleryCounter = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[15])); - var _galleryPagerComponent = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[16])); - var _galleryThumbnailsComponent = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[17])); - var _iconComponent = _interopRequireWildcard(_$$_REQUIRE(_dependencyMap[18])); - var _jsxRuntime = _$$_REQUIRE(_dependencyMap[19]); + var _events = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[12])); + var _share = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[13])); + var _deviceUtils = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[14])); + var _tecnaviaFileUtils = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[15])); + var _galleryCounter = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[16])); + var _galleryPagerComponent = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[17])); + var _galleryThumbnailsComponent = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[18])); + var _iconComponent = _interopRequireWildcard(_$$_REQUIRE(_dependencyMap[19])); + var _jsxRuntime = _$$_REQUIRE(_dependencyMap[20]); var _excluded = ["numberOfLines"], _excluded2 = ["numberOfLines"]; function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } @@ -358145,15 +358588,35 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _this; (0, _classCallCheck2.default)(this, GalleryScreen); _this = _callSuper(this, GalleryScreen, [props, { - thumbnailVisible: _$$_REQUIRE(_dependencyMap[20]).PlatformUtils.isTablet() + headerVisible: true, + footerVisible: true, + thumbnailVisible: _$$_REQUIRE(_dependencyMap[21]).PlatformUtils.isTablet() }]); _this.updateViews = _this._updateViews.bind(_this); _this.toggleThumbnail = _this._toggleThumbnail.bind(_this); _this.currentPosition = _this._getStartIndex(); + _this.toggleHeader = _this._toggleHeader.bind(_this); return _this; } (0, _inherits2.default)(GalleryScreen, _NavigationBaseScreen); return (0, _createClass2.default)(GalleryScreen, [{ + key: "componentDidMount", + value: function componentDidMount() { + var _this2 = this; + this.onShowHeader = _$$_REQUIRE(_dependencyMap[22]).EventRegister.on(_events.default.GALLERY_SHOW_HEADER, function () { + _this2.toggleHeader(true); + }); + this.onHideHeader = _$$_REQUIRE(_dependencyMap[22]).EventRegister.on(_events.default.GALLERY_HIDE_HEADER, function () { + _this2.toggleHeader(false); + }); + } + }, { + key: "componentWillUnmount", + value: function componentWillUnmount() { + _$$_REQUIRE(_dependencyMap[22]).EventRegister.rm(this.onShowHeader); + _$$_REQUIRE(_dependencyMap[22]).EventRegister.rm(this.onHideHeader); + } + }, { key: "getTag", value: function getTag() { return "Gallery"; @@ -358193,7 +358656,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var title = this._getTitle() || current.title || ""; var caller = this._getCaller(); if (caller === "live_news") { - (0, _$$_REQUIRE(_dependencyMap[21]).sendToAnalytics)({ + (0, _$$_REQUIRE(_dependencyMap[23]).sendToAnalytics)({ event_action: `${caller}_gallery`, screen_name: "Live News Gallery", category: this._getCategory(), @@ -358207,9 +358670,9 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var page = this._getPage(); var article = this._getArticle(); if (article) { - (0, _$$_REQUIRE(_dependencyMap[22]).sendNewsmemoryArticleGallery)(index, edition, page, article); + (0, _$$_REQUIRE(_dependencyMap[24]).sendNewsmemoryArticleGallery)(index, edition, page, article); } else { - (0, _$$_REQUIRE(_dependencyMap[22]).sendNewsmemoryGallery)(title, lastSegment, index, edition, page); + (0, _$$_REQUIRE(_dependencyMap[24]).sendNewsmemoryGallery)(title, lastSegment, index, edition, page); } } } @@ -358223,15 +358686,24 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; }); } + }, { + key: "_toggleHeader", + value: function _toggleHeader(visible) { + _reactNative.LayoutAnimation.configureNext(_reactNative.LayoutAnimation.Presets.linear); + this.setState({ + headerVisible: visible, + footerVisible: visible + }); + } }, { key: "_getTextColor", value: function _getTextColor(color) { - return color || _$$_REQUIRE(_dependencyMap[20]).colors.white; + return color || _$$_REQUIRE(_dependencyMap[21]).colors.white; } }, { key: "_getParam", value: function _getParam(name, defaultValue) { - var params = (0, _$$_REQUIRE(_dependencyMap[23]).getNavigationParams)(this.props); + var params = (0, _$$_REQUIRE(_dependencyMap[25]).getNavigationParams)(this.props); return params[name] || defaultValue; } }, { @@ -358278,144 +358750,160 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e key: "_updateViews", value: function _updateViews(item, index) { if (this.currentPosition !== index) { + var _this$thumbnailsRef, _this$galleryCaptionR, _this$galleryCounterR, _this$galleryTitleRef; this.currentPosition = index; - if (this.thumbnailsRef) { - this.thumbnailsRef.scrollTo(index); - } - if (this.galleryCaptionRef) { - this.galleryCaptionRef.setText(item.caption); - } - if (this.galleryCounterRef) { - this.galleryCounterRef.setIndex(index); - } - if (this.galleryTitleRef) { - this.galleryTitleRef.setText(item.title); - } + (_this$thumbnailsRef = this.thumbnailsRef) == null || _this$thumbnailsRef.scrollTo(index); + (_this$galleryCaptionR = this.galleryCaptionRef) == null || _this$galleryCaptionR.setText(item.caption); + (_this$galleryCounterR = this.galleryCounterRef) == null || _this$galleryCounterR.setIndex(index); + (_this$galleryTitleRef = this.galleryTitleRef) == null || _this$galleryTitleRef.setText(item.title); } this._sendAnalytics(index); } + }, { + key: "_getHeader", + value: function _getHeader(items) { + var _this3 = this; + var headerVisible = this.state.headerVisible; + if (!headerVisible) { + return null; + } + var current = items[this.currentPosition]; + var _global$ta$getActiveP = global.ta.getActivePSetup(), + galleryDownloadEnabled = _global$ta$getActiveP.galleryDownloadEnabled, + galleryThumbnailEnabled = _global$ta$getActiveP.galleryThumbnailEnabled; + var _global$ta$getRssInde = global.ta.getRssIndex(), + showGalleryTitle = _global$ta$getRssInde.showGalleryTitle; + var _Css$getStyleObjByCss = _$$_REQUIRE(_dependencyMap[26]).Css.getStyleObjByCssClasses(["gallery-text-title"]), + _Css$getStyleObjByCss2 = _Css$getStyleObjByCss.numberOfLines, + titleNumberOfLines = _Css$getStyleObjByCss2 === undefined ? 1 : _Css$getStyleObjByCss2, + titleStyle = (0, _objectWithoutProperties2.default)(_Css$getStyleObjByCss, _excluded); + return /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[26]).Css, { + classes: ["gallery-header-container"], + children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, { + style: _$$_REQUIRE(_dependencyMap[27]).styles.header, + children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, { + style: _$$_REQUIRE(_dependencyMap[27]).styles.toolbar, + children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, { + style: _$$_REQUIRE(_dependencyMap[27]).styles.toolbarLeft, + children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, { + onPress: this.onHandleBackButton, + children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_iconComponent.default, { + name: _$$_REQUIRE(_dependencyMap[21]).PlatformUtils.isRTL() ? "arrow-forward" : "arrow-back", + style: _$$_REQUIRE(_dependencyMap[27]).styles.btn, + type: _iconComponent.TecnaviaIconType.MATERIAL_ICONS + }) + }) + }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, { + style: _$$_REQUIRE(_dependencyMap[27]).styles.toolbarCenter, + children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_galleryCounter.default, { + ref: function ref(_ref) { + _this3.galleryCounterRef = _ref; + }, + total: items.length, + startIndex: this.currentPosition + }) + }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, { + style: _$$_REQUIRE(_dependencyMap[27]).styles.toolbarRight, + children: [galleryDownloadEnabled ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, { + onPress: function onPress() { + GalleryScreen._downloadImage(items[_this3.currentPosition], _this3.currentPosition, _this3._getTitle()); + }, + children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_iconComponent.default, { + name: "cloud-download", + style: _$$_REQUIRE(_dependencyMap[27]).styles.btn, + type: _iconComponent.TecnaviaIconType.FONT_AWESOME + }) + }) : null, galleryThumbnailEnabled && items.length > 1 ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, { + onPress: this.toggleThumbnail, + children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_iconComponent.default, { + name: "view-grid", + style: _$$_REQUIRE(_dependencyMap[27]).styles.btn, + type: _iconComponent.TecnaviaIconType.MATERIAL_COMMUNITY_ICONS + }) + }) : null] + })] + }), showGalleryTitle ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[28]).GalleryText, { + ref: function ref(_ref2) { + _this3.galleryTitleRef = _ref2; + }, + text: current.title, + color: this._getTextColor(current.color), + styles: [_$$_REQUIRE(_dependencyMap[27]).styles.text, _$$_REQUIRE(_dependencyMap[27]).styles.title, titleStyle], + maxLines: titleNumberOfLines + }) : null] + }) + }); + } + }, { + key: "_getFooter", + value: function _getFooter(items) { + var _this4 = this; + var _this$state = this.state, + footerVisible = _this$state.footerVisible, + thumbnailVisible = _this$state.thumbnailVisible; + if (!footerVisible) { + return null; + } + var current = items[this.currentPosition]; + var _global$ta$getActiveP2 = global.ta.getActivePSetup(), + galleryThumbnailEnabled = _global$ta$getActiveP2.galleryThumbnailEnabled; + var _Css$getStyleObjByCss3 = _$$_REQUIRE(_dependencyMap[26]).Css.getStyleObjByCssClasses(["gallery-text-caption"]), + _Css$getStyleObjByCss4 = _Css$getStyleObjByCss3.numberOfLines, + captionNumberOfLines = _Css$getStyleObjByCss4 === undefined ? 3 : _Css$getStyleObjByCss4, + captionStyle = (0, _objectWithoutProperties2.default)(_Css$getStyleObjByCss3, _excluded2); + return /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[26]).Css, { + classes: ["gallery-footer-container"], + children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, { + style: _$$_REQUIRE(_dependencyMap[27]).styles.footer, + children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[28]).GalleryText, { + ref: function ref(_ref3) { + _this4.galleryCaptionRef = _ref3; + }, + text: current.caption, + color: this._getTextColor(current.color), + styles: [_$$_REQUIRE(_dependencyMap[27]).styles.text, _$$_REQUIRE(_dependencyMap[27]).styles.caption, captionStyle], + maxLines: captionNumberOfLines, + iconStyles: [_$$_REQUIRE(_dependencyMap[27]).styles.galleryIcon] + }), galleryThumbnailEnabled ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_galleryThumbnailsComponent.default, { + ref: function ref(_ref4) { + _this4.thumbnailsRef = _ref4; + }, + data: this._getThumbnailList(items), + startIndex: this.currentPosition, + visible: thumbnailVisible && items.length > 1, + onThumbnailPress: function onThumbnailPress(item, index) { + var _this4$galleryPagerRe; + (_this4$galleryPagerRe = _this4.galleryPagerRef) == null || _this4$galleryPagerRe.scrollTo(index); + } + }) : null] + }) + }); + } }, { key: "render", value: function render() { - var _this2 = this; + var _this5 = this; var _this$props = this.props, navigation = _this$props.navigation, considerSafeAreaTop = _this$props.considerSafeAreaTop; - var thumbnailVisible = this.state.thumbnailVisible; var items = this._getItems(navigation); - var current = items[this.currentPosition]; - if ((items == null ? undefined : items.length) > 0) { - var _global$ta$getActiveP = global.ta.getActivePSetup(), - galleryDownloadEnabled = _global$ta$getActiveP.galleryDownloadEnabled, - galleryThumbnailEnabled = _global$ta$getActiveP.galleryThumbnailEnabled; - var _global$ta$getRssInde = global.ta.getRssIndex(), - showGalleryTitle = _global$ta$getRssInde.showGalleryTitle; - var _Css$getStyleObjByCss = _$$_REQUIRE(_dependencyMap[24]).Css.getStyleObjByCssClasses(["gallery-text-caption"]), - _Css$getStyleObjByCss2 = _Css$getStyleObjByCss.numberOfLines, - captionNumberOfLines = _Css$getStyleObjByCss2 === undefined ? 3 : _Css$getStyleObjByCss2, - captionStyle = (0, _objectWithoutProperties2.default)(_Css$getStyleObjByCss, _excluded); - var _Css$getStyleObjByCss3 = _$$_REQUIRE(_dependencyMap[24]).Css.getStyleObjByCssClasses(["gallery-text-title"]), - _Css$getStyleObjByCss4 = _Css$getStyleObjByCss3.numberOfLines, - titleNumberOfLines = _Css$getStyleObjByCss4 === undefined ? 1 : _Css$getStyleObjByCss4, - titleStyle = (0, _objectWithoutProperties2.default)(_Css$getStyleObjByCss3, _excluded2); - return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, { - style: [_$$_REQUIRE(_dependencyMap[25]).styles.parent, { - top: considerSafeAreaTop ? _deviceUtils.default.getSafeAreaInsets().top : 0 - }], - children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_galleryPagerComponent.default, { - ref: function ref(_ref) { - _this2.galleryPagerRef = _ref; - }, - startIndex: this.currentPosition, - onIndexChanged: this.updateViews, - data: items - }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[24]).Css, { - classes: ["gallery-header-container"], - children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, { - style: _$$_REQUIRE(_dependencyMap[25]).styles.header, - children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, { - style: _$$_REQUIRE(_dependencyMap[25]).styles.toolbar, - children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, { - style: _$$_REQUIRE(_dependencyMap[25]).styles.toolbarLeft, - children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, { - onPress: this.onHandleBackButton, - children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_iconComponent.default, { - name: _$$_REQUIRE(_dependencyMap[20]).PlatformUtils.isRTL() ? "arrow-forward" : "arrow-back", - style: _$$_REQUIRE(_dependencyMap[25]).styles.btn, - type: _iconComponent.TecnaviaIconType.MATERIAL_ICONS - }) - }) - }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, { - style: _$$_REQUIRE(_dependencyMap[25]).styles.toolbarCenter, - children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_galleryCounter.default, { - ref: function ref(_ref2) { - _this2.galleryCounterRef = _ref2; - }, - total: items.length, - startIndex: this.currentPosition - }) - }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, { - style: _$$_REQUIRE(_dependencyMap[25]).styles.toolbarRight, - children: [galleryDownloadEnabled ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, { - onPress: function onPress() { - GalleryScreen._downloadImage(items[_this2.currentPosition], _this2.currentPosition, _this2._getTitle()); - }, - children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_iconComponent.default, { - name: "cloud-download", - style: _$$_REQUIRE(_dependencyMap[25]).styles.btn, - type: _iconComponent.TecnaviaIconType.FONT_AWESOME - }) - }) : null, galleryThumbnailEnabled && items.length > 1 ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, { - onPress: this.toggleThumbnail, - children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_iconComponent.default, { - name: "view-grid", - style: _$$_REQUIRE(_dependencyMap[25]).styles.btn, - type: _iconComponent.TecnaviaIconType.MATERIAL_COMMUNITY_ICONS - }) - }) : null] - })] - }), showGalleryTitle ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[26]).GalleryText, { - ref: function ref(_ref3) { - _this2.galleryTitleRef = _ref3; - }, - text: current.title, - color: this._getTextColor(current.color), - styles: [_$$_REQUIRE(_dependencyMap[25]).styles.text, _$$_REQUIRE(_dependencyMap[25]).styles.title, titleStyle], - maxLines: titleNumberOfLines - }) : null] - }) - }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[24]).Css, { - classes: ["gallery-footer-container"], - children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, { - style: _$$_REQUIRE(_dependencyMap[25]).styles.footer, - children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[26]).GalleryText, { - ref: function ref(_ref4) { - _this2.galleryCaptionRef = _ref4; - }, - text: current.caption, - color: this._getTextColor(current.color), - styles: [_$$_REQUIRE(_dependencyMap[25]).styles.text, _$$_REQUIRE(_dependencyMap[25]).styles.caption, captionStyle], - maxLines: captionNumberOfLines, - iconStyles: [_$$_REQUIRE(_dependencyMap[25]).styles.galleryIcon] - }), galleryThumbnailEnabled ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_galleryThumbnailsComponent.default, { - ref: function ref(_ref5) { - _this2.thumbnailsRef = _ref5; - }, - data: this._getThumbnailList(items), - startIndex: this.currentPosition, - visible: thumbnailVisible && items.length > 1, - onThumbnailPress: function onThumbnailPress(item, index) { - if (_this2.galleryPagerRef) { - _this2.galleryPagerRef.scrollTo(index); - } - } - }) : null] - }) - })] - }); + if (_$$_REQUIRE(_dependencyMap[21]).JSUtils.isEmpty(items)) { + this.handleBackButton(); + return null; } - this.handleBackButton(); - return null; + return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, { + style: [_$$_REQUIRE(_dependencyMap[27]).styles.parent, { + top: considerSafeAreaTop ? _deviceUtils.default.getSafeAreaInsets().top : 0 + }], + children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_galleryPagerComponent.default, { + ref: function ref(_ref5) { + _this5.galleryPagerRef = _ref5; + }, + startIndex: this.currentPosition, + onIndexChanged: this.updateViews, + data: items + }), this._getHeader(items), this._getFooter(items)] + }); } }], [{ key: "_downloadImage", @@ -358424,7 +358912,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var url = _ref6.url, extension = _ref6.extension; try { - var hasPermission = yield _$$_REQUIRE(_dependencyMap[20]).PlatformUtils.requestPermission({ + var hasPermission = yield _$$_REQUIRE(_dependencyMap[21]).PlatformUtils.requestPermission({ permission: _reactNative.PermissionsAndroid.PERMISSIONS.WRITE_EXTERNAL_STORAGE, title: global.ta.strings("permission_title", { appName: global.ta.appName @@ -358439,7 +358927,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); if (hasPermission) { - var basePath = _$$_REQUIRE(_dependencyMap[20]).PlatformUtils.isIOS() ? `${_tecnaviaFileUtils.default.temporaryDirectory}${galleryTitle ? `gallery_${galleryTitle}` : "gallery"}` : `${_tecnaviaFileUtils.default.picturesDirectory}/${global.ta.appName}`; + var basePath = _$$_REQUIRE(_dependencyMap[21]).PlatformUtils.isIOS() ? `${_tecnaviaFileUtils.default.temporaryDirectory}${galleryTitle ? `gallery_${galleryTitle}` : "gallery"}` : `${_tecnaviaFileUtils.default.picturesDirectory}/${global.ta.appName}`; var path = extension ? `${basePath}/image_${galleryTitle}_${position}.${extension}` : `${basePath}/image_${galleryTitle}_${position}`; var response = yield _tecnaviaFileUtils.default.fetch(url); var downloadPath = response.path(); @@ -358450,7 +358938,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e try { yield _tecnaviaFileUtils.default.moveFile(downloadPath, path); } catch (e) {} - if (_$$_REQUIRE(_dependencyMap[20]).PlatformUtils.isIOS()) { + if (_$$_REQUIRE(_dependencyMap[21]).PlatformUtils.isIOS()) { var type = extension === "jpg" ? "image/jpeg" : "image/png"; yield _share.default.shareToFiles(path, type); } else { @@ -358465,7 +358953,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _downloadImage; }() }]); - }(_$$_REQUIRE(_dependencyMap[23]).NavigationBaseScreen); + }(_$$_REQUIRE(_dependencyMap[25]).NavigationBaseScreen); GalleryScreen.propTypes = { navigation: _propTypes.default.object, considerSafeAreaTop: _propTypes.default.bool @@ -358473,7 +358961,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e GalleryScreen.defaultProps = { considerSafeAreaTop: false }; -},2632,[2,3,11,5,6,50,52,53,55,673,103,41,2541,40,657,2633,2636,2694,2061,275,525,2357,2207,2468,954,2635,2698]); +},2624,[2,3,11,5,6,50,52,53,55,673,103,41,523,2534,40,657,2625,2628,2686,2031,275,525,655,2350,2197,2461,927,2627,2690]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -358529,7 +359017,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e startIndex: _propTypes.default.number.isRequired, total: _propTypes.default.number.isRequired }; -},2633,[2,5,6,50,52,55,673,103,950,2634,275]); +},2625,[2,5,6,50,52,55,673,103,923,2626,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -358546,7 +359034,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e textAlignVertical: "center" } }); -},2634,[41,2635]); +},2626,[41,2627]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -358656,7 +359144,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e borderColor: "white" } }); -},2635,[41,525]); +},2627,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -358680,37 +359168,27 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _this; (0, _classCallCheck2.default)(this, GalleryPager); _this = _callSuper(this, GalleryPager, [props]); - _this.scrollRef = _react.default.createRef(); + _this.swiper = (0, _react.createRef)(); + _this.scrollRef = (0, _react.createRef)(); _this.currentPosition = props.startIndex; _this.videoStreamRefs = []; - _this.onRef = _this._onRef.bind(_this); _this.onPageChange = _this._onPageChange.bind(_this); _this.onRenderPage = _this._onRenderPage.bind(_this); return _this; } (0, _inherits2.default)(GalleryPager, _Component); return (0, _createClass2.default)(GalleryPager, [{ - key: "_onRef", - value: function _onRef(ref) { - this.swiper = ref; - } - }, { key: "_onPageChange", value: function _onPageChange(index) { + var _this$videoStreamRefs; var _this$props = this.props, data = _this$props.data, onIndexChanged = _this$props.onIndexChanged; this.currentPosition = index; - if (onIndexChanged) { - onIndexChanged(data[index], index); - } - if (this.videoStreamRefs) { - this.videoStreamRefs.forEach(function (videoStreamRef) { - if (videoStreamRef) { - videoStreamRef.pause(); - } - }); - } + onIndexChanged == null || onIndexChanged(data[index], index); + (_this$videoStreamRefs = this.videoStreamRefs) == null || _this$videoStreamRefs.forEach(function (videoStreamRef) { + videoStreamRef == null || videoStreamRef.pause(); + }); } }, { key: "_onRenderPage", @@ -358739,33 +359217,33 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }, index); default: return /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[14]).GalleryImage, { - item: item + item: item, + viewPagerRef: this.swiper }, index); } } }, { key: "scrollTo", value: function scrollTo(index) { - if (this.swiper) { - this.swiper.scrollTo(index, true); - } + var _this$swiper$current; + (_this$swiper$current = this.swiper.current) == null || _this$swiper$current.scrollTo(index, true); } }, { key: "render", value: function render() { var data = this.props.data; - if (data && data.length) { - return /*#__PURE__*/(0, _jsxRuntime.jsx)(_viewPagerComponent.default, { - ref: this.onRef, - containerStyle: _$$_REQUIRE(_dependencyMap[15]).styles.galleryParent, - data: data, - startPage: this.currentPosition, - onPageChange: this.onPageChange, - renderPage: this.onRenderPage, - scrollRef: this.scrollRef - }); + if (_$$_REQUIRE(_dependencyMap[15]).JSUtils.isEmpty(data)) { + return null; } - return null; + return /*#__PURE__*/(0, _jsxRuntime.jsx)(_viewPagerComponent.default, { + ref: this.swiper, + containerStyle: _$$_REQUIRE(_dependencyMap[16]).styles.galleryParent, + data: data, + startPage: this.currentPosition, + onPageChange: this.onPageChange, + renderPage: this.onRenderPage, + scrollRef: this.scrollRef + }); } }]); }(_react.Component); @@ -358777,7 +359255,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e GalleryPager.defaultProps = { startIndex: 0 }; -},2636,[2,5,6,50,52,55,673,103,2525,275,2637,2640,2685,2688,2691,2693]); +},2628,[2,5,6,50,52,55,673,103,2518,275,2629,2632,2677,2680,2683,525,2685]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -358792,7 +359270,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2637,[2638]); +},2629,[2630]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -358843,7 +359321,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e playerId: _propTypes.default.string.isRequired }) }; -},2638,[2,5,6,50,52,55,673,103,41,2373,275,2639,525]); +},2630,[2,5,6,50,52,55,673,103,41,2366,275,2631,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -358859,7 +359337,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e paddingTop: _$$_REQUIRE(_dependencyMap[1]).GALLERY_ITEM_HEIGHT } }); -},2639,[41,2635]); +},2631,[41,2627]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -358874,7 +359352,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2640,[2641]); +},2632,[2633]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -358940,7 +359418,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e url: _propTypes.default.string.isRequired }) }; -},2641,[2,5,6,50,52,55,673,103,41,2642,275,2684]); +},2633,[2,5,6,50,52,55,673,103,41,2634,275,2676]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -359654,7 +360132,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e customStyles: {}, showDuration: false }; -},2642,[2,11,5,6,50,52,55,103,673,41,2093,2643,275,2667]); +},2634,[2,11,5,6,50,52,55,103,673,41,2063,2635,275,2659]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -360143,7 +360621,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e fullscreen: true } }); -},2643,[2,3,5,6,50,52,55,103,673,41,121,2644,2645,2646,2647,275,2649]); +},2635,[2,3,5,6,50,52,55,103,673,41,121,2636,2637,2638,2639,275,2641]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -360154,7 +360632,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e TTML: 'application/ttml+xml', VTT: 'text/vtt' }; -},2644,[]); +},2636,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -360178,7 +360656,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e TRANSFER: 'CIPhotoEffectTransfer', SEPIA: 'CISepiaTone' }; -},2645,[]); +},2637,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -360190,7 +360668,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e CLEARKEY: 'clearkey', FAIRPLAY: 'fairplay' }; -},2646,[]); +},2638,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -360203,7 +360681,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e cover: null, stretch: null }); -},2647,[2,2648]); +},2639,[2,2640]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright 2013-2014 Facebook, Inc. @@ -360257,7 +360735,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return ret; }; module.exports = keyMirror; -},2648,[]); +},2640,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -360284,7 +360762,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[6]); } }; -},2649,[2650,2652,2653,2663,2664,2665,2654]); +},2641,[2642,2644,2645,2655,2656,2657,2646]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -360330,7 +360808,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var ColorPropType = colorPropType.bind(null, false /* isRequired */); ColorPropType.isRequired = colorPropType.bind(null, true /* isRequired */); module.exports = ColorPropType; -},2650,[2651]); +},2642,[2643]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -360831,7 +361309,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return null; } module.exports = normalizeColor; -},2651,[]); +},2643,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -360851,7 +361329,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e right: _$$_REQUIRE(_dependencyMap[0]).number }); module.exports = DeprecatedEdgeInsetsPropType; -},2652,[673]); +},2644,[673]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -360942,7 +361420,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e resizeMode: _$$_REQUIRE(_dependencyMap[3]).oneOf(['cover', 'contain', 'stretch', 'repeat', 'center']) }); module.exports = DeprecatedImagePropType; -},2653,[2654,2655,2662,673]); +},2645,[2646,2647,2654,673]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -361262,7 +361740,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ needsOffscreenAlphaCompositing: _$$_REQUIRE(_dependencyMap[2]).bool }; -},2654,[2655,2657,673,2661,2652]); +},2646,[2647,2649,673,2653,2644]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -361309,7 +361787,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = DeprecatedStyleSheetPropType; -},2655,[2656]); +},2647,[2648]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -361363,7 +361841,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return chainedCheckType; } module.exports = deprecatedCreateStrictShapeTypeChecker; -},2656,[64]); +},2648,[64]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -361415,7 +361893,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e elevation: _$$_REQUIRE(_dependencyMap[3]).number }); module.exports = DeprecatedViewStylePropTypes; -},2657,[2658,2659,2660,673,2650]); +},2649,[2650,2651,2652,673,2642]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -361484,7 +361962,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e direction: _$$_REQUIRE(_dependencyMap[0]).oneOf(['inherit', 'ltr', 'rtl']) }; module.exports = LayoutPropTypes; -},2658,[673]); +},2650,[673]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -361507,7 +361985,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e shadowRadius: _$$_REQUIRE(_dependencyMap[1]).number }; module.exports = DeprecatedShadowPropTypesIOS; -},2659,[2650,673]); +},2651,[2642,673]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -361580,7 +362058,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; } module.exports = DeprecatedTransformPropTypes; -},2660,[673]); +},2652,[673]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -361597,7 +362075,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // This must be kept in sync with the AccessibilityRolesMask in RCTViewManager.m DeprecatedAccessibilityRoles: ['none', 'button', 'togglebutton', 'link', 'search', 'image', 'keyboardkey', 'text', 'adjustable', 'imagebutton', 'header', 'summary', 'alert', 'checkbox', 'combobox', 'menu', 'menubar', 'menuitem', 'progressbar', 'radio', 'radiogroup', 'scrollbar', 'spinbutton', 'switch', 'tab', 'tablist', 'timer', 'toolbar'] }; -},2661,[]); +},2653,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -361648,7 +362126,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e borderBottomRightRadius: _$$_REQUIRE(_dependencyMap[3]).number }); module.exports = ImageStylePropTypes; -},2662,[2658,2659,2660,673,2650]); +},2654,[2650,2651,2652,673,2642]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -361666,7 +362144,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e y: _$$_REQUIRE(_dependencyMap[0]).number }); module.exports = PointPropType; -},2663,[673]); +},2655,[673]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -362096,7 +362574,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ showSoftInputOnFocus: _$$_REQUIRE(_dependencyMap[1]).bool }); -},2664,[2654,673,2650,2665]); +},2656,[2646,673,2642,2657]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -362232,7 +362710,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ dataDetectorType: _$$_REQUIRE(_dependencyMap[2]).oneOf(DataDetectorTypes) }; -},2665,[2655,2666,673,2652,2650]); +},2657,[2647,2658,673,2644,2642]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -362300,7 +362778,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e writingDirection: _$$_REQUIRE(_dependencyMap[2]).oneOf(['auto' /*default*/, 'ltr', 'rtl']) }); module.exports = DeprecatedTextStylePropTypes; -},2666,[2657,2650,673]); +},2658,[2649,2642,673]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { 'use strict'; @@ -362327,7 +362805,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return _$$_REQUIRE(_dependencyMap[6]); } }; -},2667,[2668,2669,2670,2680,2681,2682,2671]); +},2659,[2660,2661,2662,2672,2673,2674,2663]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -362373,7 +362851,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var ColorPropType = colorPropType.bind(null, false /* isRequired */); ColorPropType.isRequired = colorPropType.bind(null, true /* isRequired */); module.exports = ColorPropType; -},2668,[2651]); +},2660,[2643]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -362393,7 +362871,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e right: _$$_REQUIRE(_dependencyMap[0]).number }); module.exports = DeprecatedEdgeInsetsPropType; -},2669,[673]); +},2661,[673]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -362484,7 +362962,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e resizeMode: _$$_REQUIRE(_dependencyMap[3]).oneOf(['cover', 'contain', 'stretch', 'repeat', 'center']) }); module.exports = DeprecatedImagePropType; -},2670,[2671,2672,2679,673]); +},2662,[2663,2664,2671,673]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -362804,7 +363282,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ needsOffscreenAlphaCompositing: _$$_REQUIRE(_dependencyMap[2]).bool }; -},2671,[2672,2674,673,2678,2669]); +},2663,[2664,2666,673,2670,2661]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -362851,7 +363329,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return result; } module.exports = DeprecatedStyleSheetPropType; -},2672,[2673]); +},2664,[2665]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -362905,7 +363383,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return chainedCheckType; } module.exports = deprecatedCreateStrictShapeTypeChecker; -},2673,[64]); +},2665,[64]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -362957,7 +363435,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e elevation: _$$_REQUIRE(_dependencyMap[3]).number }); module.exports = DeprecatedViewStylePropTypes; -},2674,[2675,2676,2677,673,2668]); +},2666,[2667,2668,2669,673,2660]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -363026,7 +363504,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e direction: _$$_REQUIRE(_dependencyMap[0]).oneOf(['inherit', 'ltr', 'rtl']) }; module.exports = LayoutPropTypes; -},2675,[673]); +},2667,[673]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -363049,7 +363527,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e shadowRadius: _$$_REQUIRE(_dependencyMap[1]).number }; module.exports = DeprecatedShadowPropTypesIOS; -},2676,[2668,673]); +},2668,[2660,673]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -363122,7 +363600,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }; } module.exports = DeprecatedTransformPropTypes; -},2677,[673]); +},2669,[673]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -363139,7 +363617,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // This must be kept in sync with the AccessibilityRolesMask in RCTViewManager.m DeprecatedAccessibilityRoles: ['none', 'button', 'togglebutton', 'link', 'search', 'image', 'keyboardkey', 'text', 'adjustable', 'imagebutton', 'header', 'summary', 'alert', 'checkbox', 'combobox', 'menu', 'menubar', 'menuitem', 'progressbar', 'radio', 'radiogroup', 'scrollbar', 'spinbutton', 'switch', 'tab', 'tablist', 'timer', 'toolbar'] }; -},2678,[]); +},2670,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -363190,7 +363668,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e borderBottomRightRadius: _$$_REQUIRE(_dependencyMap[3]).number }); module.exports = ImageStylePropTypes; -},2679,[2675,2676,2677,673,2668]); +},2671,[2667,2668,2669,673,2660]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -363208,7 +363686,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e y: _$$_REQUIRE(_dependencyMap[0]).number }); module.exports = PointPropType; -},2680,[673]); +},2672,[673]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -363638,7 +364116,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ showSoftInputOnFocus: _$$_REQUIRE(_dependencyMap[1]).bool }); -},2681,[2671,673,2668,2682]); +},2673,[2663,673,2660,2674]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -363774,7 +364252,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e */ dataDetectorType: _$$_REQUIRE(_dependencyMap[2]).oneOf(DataDetectorTypes) }; -},2682,[2672,2683,673,2669,2668]); +},2674,[2664,2675,673,2661,2660]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { /** * Copyright (c) Facebook, Inc. and its affiliates. @@ -363842,7 +364320,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e writingDirection: _$$_REQUIRE(_dependencyMap[2]).oneOf(['auto' /*default*/, 'ltr', 'rtl']) }); module.exports = DeprecatedTextStylePropTypes; -},2683,[2674,2668,673]); +},2675,[2666,2660,673]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -363856,7 +364334,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e justifyContent: "center" } }); -},2684,[41]); +},2676,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -363871,7 +364349,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2685,[2686]); +},2677,[2678]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -363946,7 +364424,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e thumbnail: _propTypes.default.string }) }; -},2686,[2,5,6,50,52,55,103,41,673,679,2168,2159,275,954,2687,2061]); +},2678,[2,5,6,50,52,55,103,41,673,679,2138,2129,275,927,2679,2031]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -363972,7 +364450,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e fontSize: 80 } }); -},2687,[41,525]); +},2679,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -363987,7 +364465,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2688,[2689]); +},2680,[2681]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -364054,7 +364532,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e url: _propTypes.default.string.isRequired }) }; -},2689,[2,5,6,50,52,55,103,673,41,275,2690,2167,1086]); +},2681,[2,5,6,50,52,55,103,673,41,275,2682,2137,1059]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -364069,7 +364547,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flex: 1 } }); -},2690,[41,525]); +},2682,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -364084,28 +364562,29 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2691,[2692]); +},2683,[2684]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { value: true }); - exports.GalleryImage = undefined; - var _asyncToGenerator2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); - var _classCallCheck2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[2])); - var _createClass2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[3])); - var _possibleConstructorReturn2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[4])); - var _getPrototypeOf2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[5])); - var _inherits2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[6])); - var _propTypes = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[7])); - var _react = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[8])); - var _reactNative = _$$_REQUIRE(_dependencyMap[9]); - var _deviceUtils = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[10])); - var _tecnaviaFileUtils = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[11])); - var _imageComponent = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[12])); - var _jsxRuntime = _$$_REQUIRE(_dependencyMap[13]); - function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); } - function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } + exports.GalleryImage = GalleryImage; + var _objectWithoutProperties2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1])); + var _asyncToGenerator2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[2])); + var _slicedToArray2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[3])); + var _propTypes = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[4])); + var _react = _interopRequireWildcard(_$$_REQUIRE(_dependencyMap[5])); + var _reactNative = _$$_REQUIRE(_dependencyMap[6]); + var _reactNativeReanimated = _interopRequireWildcard(_$$_REQUIRE(_dependencyMap[7])); + var _events = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[8])); + var _deviceUtils = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[9])); + var _tecnaviaFileUtils = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[10])); + var _tapView = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[11])); + var _zoomConstants = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[12])); + var _imageComponent = _interopRequireWildcard(_$$_REQUIRE(_dependencyMap[13])); + var _jsxRuntime = _$$_REQUIRE(_dependencyMap[14]); + var _excluded = ["item"]; + function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } var styles = _reactNative.StyleSheet.create({ galleryImageParent: { flex: 1, @@ -364117,100 +364596,958 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e width: "100%" } }); - var GalleryImage = exports.GalleryImage = /*#__PURE__*/function (_React$PureComponent) { - function GalleryImage(props) { - var _this; - (0, _classCallCheck2.default)(this, GalleryImage); - _this = _callSuper(this, GalleryImage, [props]); - _this.state = { - url: props.item.url, - fallbackMethodUsed: false - }; - _this.onError = _this._onError.bind(_this); - _this.onLoad = _this._onLoad.bind(_this); - return _this; - } - (0, _inherits2.default)(GalleryImage, _React$PureComponent); - return (0, _createClass2.default)(GalleryImage, [{ - key: "_onError", - value: function () { - var _onError2 = (0, _asyncToGenerator2.default)(function* () { - var fallbackMethodUsed = this.state.fallbackMethodUsed; - if (!fallbackMethodUsed) { - try { - var item = this.props.item; - var url = item.url; - var path; - if (_$$_REQUIRE(_dependencyMap[14]).StringUtils.isImageBase64(url)) { - path = url; - } else { - var response = yield _tecnaviaFileUtils.default.fetch(url, { - cacheEnabled: true - }); - path = `file://${response.path()}`; - } - this.setState({ - url: path, - fallbackMethodUsed: true - }); - } catch (e) { - this.setState({ - url: "", - fallbackMethodUsed: true - }); - } - } - }); - function _onError() { - return _onError2.apply(this, arguments); - } - return _onError; - }() - }, { - key: "_onLoad", - value: function _onLoad() { - var item = this.props.item; + var _worklet_5156857677634_init_data = { + code: "function galleryImageComponentJs1(scale,size,contentSize,onLeftChange,onRightChange,onTopChange,onBottomChange){const{runOnJS}=this.__closure;const top=Math.abs(size.height-contentSize.height*scale)/2;const bottom=-top;const left=Math.abs(size.width-contentSize.width*scale)/2;const right=-left;if(onTopChange){runOnJS(onTopChange)(top);}if(onBottomChange){runOnJS(onBottomChange)(bottom);}if(onLeftChange){runOnJS(onLeftChange)(left);}if(onRightChange){runOnJS(onRightChange)(right);}return{left:left,right:right,top:top,bottom:bottom};}" + }; + var getLimits = function () { + var galleryImageComponentJs1 = function galleryImageComponentJs1(scale, size, contentSize, onLeftChange, onRightChange, onTopChange, onBottomChange) { + var top = Math.abs(size.height - contentSize.height * scale) / 2; + var bottom = -top; + var left = Math.abs(size.width - contentSize.width * scale) / 2; + var right = -left; + if (onTopChange) { + (0, _reactNativeReanimated.runOnJS)(onTopChange)(top); } - }, { - key: "render", - value: function render() { - var url = this.state.url; - if (url) { - var item = this.props.item; - var width = item.width, - height = item.height; - var screenSize = _deviceUtils.default.safeArea; - //if object contains image size use it but scale the image if size is little - //check also if size is not higher than screen size - var minimumZoomScale = width && height ? Math.min(Math.max(width / screenSize.width, height / screenSize.height, 0.25), 1.0) : 1.0; - var maximumZoomScale = 3 * minimumZoomScale; - if (_$$_REQUIRE(_dependencyMap[14]).PlatformUtils.isAndroid()) { - //! don't remove 1.8 and 1.7 because there is midZoom concept equal to 1.75f - //! and constraints must be greater and lower than midZoom - //! the library doens't allow to change midZoom - maximumZoomScale = Math.max(maximumZoomScale, 1.8); - minimumZoomScale = Math.min(minimumZoomScale, 1.7); + if (onBottomChange) { + (0, _reactNativeReanimated.runOnJS)(onBottomChange)(bottom); + } + if (onLeftChange) { + (0, _reactNativeReanimated.runOnJS)(onLeftChange)(left); + } + if (onRightChange) { + (0, _reactNativeReanimated.runOnJS)(onRightChange)(right); + } + return { + left: left, + right: right, + top: top, + bottom: bottom + }; + }; + galleryImageComponentJs1.__closure = { + runOnJS: _reactNativeReanimated.runOnJS + }; + galleryImageComponentJs1.__workletHash = 5156857677634; + galleryImageComponentJs1.__initData = _worklet_5156857677634_init_data; + return galleryImageComponentJs1; + }(); + var _worklet_295780059620_init_data = { + code: "function galleryImageComponentJs2(translateY,limits){const{top:top,bottom:bottom}=limits;return translateY>top||translateY top || translateY < bottom; + }; + galleryImageComponentJs2.__closure = {}; + galleryImageComponentJs2.__workletHash = 295780059620; + galleryImageComponentJs2.__initData = _worklet_295780059620_init_data; + return galleryImageComponentJs2; + }(); + var _worklet_242555890768_init_data = { + code: "function galleryImageComponentJs3(scale,translateX,translateY,zoomState,limits,scaleToGo,focalX,focalY,minZoom,size,contentSize,constants,callbacks={}){const{State,runTiming,getLimits,limitValue}=this.__closure;const{onZoomStart:onZoomStart,onZoomEnd:onZoomEnd,onZoomFail:onZoomFail,onPanEndX:onPanEndX,onPanFailX:onPanFailX,onPanEndY:onPanEndY,onPanFailY:onPanFailY}=callbacks;zoomState.value=State.ACTIVE;onZoomStart===null||onZoomStart===void 0||onZoomStart();const isScalingDown=scaleToGo 12 && arguments[12] !== undefined ? arguments[12] : {}; + var onZoomStart = callbacks.onZoomStart, + onZoomEnd = callbacks.onZoomEnd, + onZoomFail = callbacks.onZoomFail, + onPanEndX = callbacks.onPanEndX, + onPanFailX = callbacks.onPanFailX, + onPanEndY = callbacks.onPanEndY, + onPanFailY = callbacks.onPanFailY; + zoomState.value = _$$_REQUIRE(_dependencyMap[15]).State.ACTIVE; + onZoomStart == null || onZoomStart(); + var isScalingDown = scaleToGo < scale.value; + var ZOOM_TO_DURATION = constants.ZOOM_TO_DURATION; + var animationConfig = { + duration: ZOOM_TO_DURATION + }; + scale.value = (0, _$$_REQUIRE(_dependencyMap[16]).runTiming)(scaleToGo, animationConfig, function (completed) { + if (completed) { + onZoomEnd == null || onZoomEnd(); + } else { + onZoomFail == null || onZoomFail(); + } + zoomState.value = completed ? _$$_REQUIRE(_dependencyMap[15]).State.END : _$$_REQUIRE(_dependencyMap[15]).State.FAILED; + }); + limits.value = getLimits(scaleToGo, size, contentSize); + var _limits$value = limits.value, + left = _limits$value.left, + right = _limits$value.right, + top = _limits$value.top, + bottom = _limits$value.bottom; + var destX = (0, _$$_REQUIRE(_dependencyMap[16]).limitValue)(left, right, translateX.value + size.width * minZoom / 2 - focalX); + var destY = (0, _$$_REQUIRE(_dependencyMap[16]).limitValue)(top, bottom, translateY.value + size.height * minZoom / 2 - focalY); + if (isScalingDown) { + destX = 0; + destY = 0; + } + if (contentSize.width * scaleToGo <= size.width) { + destX = 0; + } + translateX.value = (0, _$$_REQUIRE(_dependencyMap[16]).runTiming)(destX, animationConfig, function (completed) { + if (completed) { + onPanEndX == null || onPanEndX(); + } else { + onPanFailX == null || onPanFailX(); + } + }); + translateY.value = (0, _$$_REQUIRE(_dependencyMap[16]).runTiming)(destY, animationConfig, function (completed) { + if (completed) { + onPanEndY == null || onPanEndY(); + } else { + onPanFailY == null || onPanFailY(); + } + }); + }; + galleryImageComponentJs3.__closure = { + State: _$$_REQUIRE(_dependencyMap[15]).State, + runTiming: _$$_REQUIRE(_dependencyMap[16]).runTiming, + getLimits: getLimits, + limitValue: _$$_REQUIRE(_dependencyMap[16]).limitValue + }; + galleryImageComponentJs3.__workletHash = 242555890768; + galleryImageComponentJs3.__initData = _worklet_242555890768_init_data; + return galleryImageComponentJs3; + }(); + var _worklet_8774120034127_init_data = { + code: "function galleryImageComponentJs4(translateX,translateY,limits){const{limitValue,runTiming}=this.__closure;const{left:left,right:right,top:top,bottom:bottom}=limits;const restX=limitValue(left,right,translateX.value);if(restX!==translateX.value){translateX.value=runTiming(restX);}const restY=limitValue(top,bottom,translateY.value);if(restY!==translateY.value){translateY.value=runTiming(restY);}}" + }; + var fixTranslate = function () { + var galleryImageComponentJs4 = function galleryImageComponentJs4(translateX, translateY, limits) { + var left = limits.left, + right = limits.right, + top = limits.top, + bottom = limits.bottom; + var restX = (0, _$$_REQUIRE(_dependencyMap[16]).limitValue)(left, right, translateX.value); + if (restX !== translateX.value) { + translateX.value = (0, _$$_REQUIRE(_dependencyMap[16]).runTiming)(restX); + } + var restY = (0, _$$_REQUIRE(_dependencyMap[16]).limitValue)(top, bottom, translateY.value); + if (restY !== translateY.value) { + translateY.value = (0, _$$_REQUIRE(_dependencyMap[16]).runTiming)(restY); + } + }; + galleryImageComponentJs4.__closure = { + limitValue: _$$_REQUIRE(_dependencyMap[16]).limitValue, + runTiming: _$$_REQUIRE(_dependencyMap[16]).runTiming + }; + galleryImageComponentJs4.__workletHash = 8774120034127; + galleryImageComponentJs4.__initData = _worklet_8774120034127_init_data; + return galleryImageComponentJs4; + }(); + var _worklet_9660391657685_init_data = { + code: "function galleryImageComponentJs5(){const{_zoomState,State}=this.__closure;return _zoomState.value===State.ACTIVE;}" + }; + var _worklet_14371418909366_init_data = { + code: "function galleryImageComponentJs6(){const{_pinchState,State}=this.__closure;return _pinchState.value===State.ACTIVE;}" + }; + var _worklet_1181318277345_init_data = { + code: "function galleryImageComponentJs7(){const{size,getLimits,_scale,screenSize,_onLeftChange,_onRightChange,_onTopChange,_onBottomChange}=this.__closure;if(!size){return{left:0,right:0,top:0,bottom:0};}return getLimits(_scale.value,screenSize,size,_onLeftChange,_onRightChange,_onTopChange,_onBottomChange);}" + }; + var _worklet_7639680179332_init_data = { + code: "function galleryImageComponentJs8(){const{runOnJS,_onScaleEnd,scale,_onPanXEnd,_translateX,_onPanYEnd,_translateY}=this.__closure;runOnJS(_onScaleEnd)(scale);runOnJS(_onPanXEnd)(_translateX.value);runOnJS(_onPanYEnd)(_translateY.value);}" + }; + var _worklet_10152049847531_init_data = { + code: "function galleryImageComponentJs9(event,ctx){const{workletLogger,_pinchState,State,runOnJS,_onScaleStart,_scale}=this.__closure;workletLogger(\"Start pinch: \",event);const{numberOfPointers:numberOfPointers}=event;if(numberOfPointers===2){_pinchState.value=State.BEGAN;runOnJS(_onScaleStart)(_scale.value);}}" + }; + var _worklet_10051326127581_init_data = { + code: "function galleryImageComponentJs10(event,ctx){const{workletLogger,_pinchState,State,limitValue,maximumZoomScale,minimumZoomScale,_scale,scaleFriction,runOnJS,_onScaling,_translateX,screenSize,_translateY}=this.__closure;workletLogger(\"Active pinch: \",event);const{scale:scale,focalX:focalX,focalY:focalY,numberOfPointers:numberOfPointers}=event;if(numberOfPointers<2){workletLogger(\"Pinch cancelled, not enough pointers: \",numberOfPointers);_pinchState.value=State.CANCELLED;return;}_pinchState.value=State.ACTIVE;const{prevPinchScale=1}=ctx;const delta=scale/prevPinchScale;const rest=limitValue(maximumZoomScale,minimumZoomScale,_scale.value);const nextScale=scaleFriction(_scale.value,rest,delta);const factor=nextScale/_scale.value-1;_scale.value=nextScale;runOnJS(_onScaling)(nextScale);ctx.prevPinchScale=scale;_translateX.value+=(screenSize.width/2-focalX)/minimumZoomScale*nextScale*factor;_translateY.value+=(screenSize.height/2-focalY)/minimumZoomScale*nextScale*factor;}" + }; + var _worklet_12356363320660_init_data = { + code: "function galleryImageComponentJs11(event,ctx){const{workletLogger,_pinchState,State}=this.__closure;workletLogger(\"Cancel pinch: \",event);_pinchState.value=State.CANCELLED;}" + }; + var _worklet_13099000014779_init_data = { + code: "function galleryImageComponentJs12(event,ctx){const{workletLogger,_pinchState,State}=this.__closure;workletLogger(\"Fail pinch: \",event);_pinchState.value=State.FAILED;}" + }; + var _worklet_4862107215622_init_data = { + code: "function galleryImageComponentJs13(event,ctx){const{workletLogger,_pinchState,State,limitValue,maximumZoomScale,minimumZoomScale,_scale,runTiming,fixTranslate,_translateX,_translateY,_limits,runOnJS,_onScaleEnd}=this.__closure;workletLogger(\"End pinch: \",event);_pinchState.value=State.END;ctx.prevPinchScale=1;const rest=limitValue(maximumZoomScale,minimumZoomScale,_scale.value);if(_scale.value!==rest){_scale.value=runTiming(rest,{},function(){fixTranslate(_translateX,_translateY,_limits.value);runOnJS(_onScaleEnd)(rest);});}else{fixTranslate(_translateX,_translateY,_limits.value);runOnJS(_onScaleEnd)(rest);}}" + }; + var _worklet_6820712128642_init_data = { + code: "function galleryImageComponentJs14(event,ctx){const{workletLogger}=this.__closure;workletLogger(\"Finish pinch: \",event);}" + }; + var _worklet_2198783166495_init_data = { + code: "function galleryImageComponentJs15(event,ctx){const{_translateX,_translateY,workletLogger,cancelAnimation,runOnJS,_onPanStart}=this.__closure;ctx.translateX=_translateX.value;ctx.translateY=_translateY.value;ctx.startTimestamp=new Date().getTime();workletLogger(\"onStart: \"+JSON.stringify(event));cancelAnimation(_translateX);runOnJS(_onPanStart)();}" + }; + var _worklet_16827543658298_init_data = { + code: "function galleryImageComponentJs16(event,ctx){const{workletLogger,_isZoomActive,_limits,isXVariationOutOfBounds,limitValue,runOnJS,_onPanXOutOfBounds,_isPinchActive,_translateX,size,_scale,screenSize,isYVariationOutOfBounds,_translateY}=this.__closure;workletLogger(\"onActive: \"+JSON.stringify(event));const{translationX:translationX,translationY:translationY}=event;if(_isZoomActive.value){return;}const{left:left,right:right,top:top,bottom:bottom}=_limits.value;let nextValueX=ctx.translateX+translationX;let nextValueY=ctx.translateY+translationY;if(isXVariationOutOfBounds(nextValueX,_limits.value)){const rest=limitValue(left,right,nextValueX);const howMuchOutOfBoundsX=rest-nextValueX;runOnJS(_onPanXOutOfBounds)(howMuchOutOfBoundsX,_isPinchActive.value);nextValueX=rest;}_translateX.value=nextValueX;if(size.height*_scale.value screenSize.width || size.height > screenSize.height) { + minimumZoomScale = Math.min(screenSize.width / size.width, screenSize.height / size.height, minimumZoomScale); + } else { + //check if image is too small + if (size.width / screenSize.width < 0.5 && size.height / screenSize.height < 0.5) { + minimumZoomScale *= Math.min(screenSize.width / (2 * size.width), screenSize.height / (2 * size.height)); + } + } + } + var maximumZoomScale = 3 * minimumZoomScale; + var autoZoomValue = 2 * minimumZoomScale; + //autozoom + var _zoomState = (0, _reactNativeReanimated.useSharedValue)(_$$_REQUIRE(_dependencyMap[15]).State.UNDETERMINED); + var _isZoomActive = (0, _reactNativeReanimated.useDerivedValue)(function () { + var galleryImageComponentJs5 = function galleryImageComponentJs5() { + return _zoomState.value === _$$_REQUIRE(_dependencyMap[15]).State.ACTIVE; + }; + galleryImageComponentJs5.__closure = { + _zoomState: _zoomState, + State: _$$_REQUIRE(_dependencyMap[15]).State + }; + galleryImageComponentJs5.__workletHash = 9660391657685; + galleryImageComponentJs5.__initData = _worklet_9660391657685_init_data; + return galleryImageComponentJs5; + }()); + + //pinch + var _pinchState = (0, _reactNativeReanimated.useSharedValue)(_$$_REQUIRE(_dependencyMap[15]).State.UNDETERMINED); + var _isPinchActive = (0, _reactNativeReanimated.useDerivedValue)(function () { + var galleryImageComponentJs6 = function galleryImageComponentJs6() { + return _pinchState.value === _$$_REQUIRE(_dependencyMap[15]).State.ACTIVE; + }; + galleryImageComponentJs6.__closure = { + _pinchState: _pinchState, + State: _$$_REQUIRE(_dependencyMap[15]).State + }; + galleryImageComponentJs6.__workletHash = 14371418909366; + galleryImageComponentJs6.__initData = _worklet_14371418909366_init_data; + return galleryImageComponentJs6; + }()); + var _scale = (0, _reactNativeReanimated.useSharedValue)(minimumZoomScale); + var _constants = (0, _reactNativeReanimated.useSharedValue)(_zoomConstants.default.constants); + + //pan + var _translateX = (0, _reactNativeReanimated.useSharedValue)(0); + var _translateY = (0, _reactNativeReanimated.useSharedValue)(0); + var _panX = (0, _react.useRef)(0); + var _currentScale = (0, _react.useRef)(minimumZoomScale); + var _disableOutOfBounds = (0, _react.useRef)(size.width * _currentScale.current < screenSize.width); + + //scroll + var _isScrollEnabled = (0, _react.useCallback)(function () { + var scaledWidth = parseInt((size.width * _currentScale.current).toFixed(0), 10); + return scaledWidth <= parseInt(screenSize.width.toFixed(0), 10) && _currentScale.current <= autoZoomValue; + }, [size, screenSize, _currentScale, autoZoomValue]); + + //limits + var _panLeftLimit = (0, _react.useRef)(0); + var _panRightLimit = (0, _react.useRef)(0); + var _panTopLimit = (0, _react.useRef)(0); + var _onLeftChange = (0, _react.useCallback)(function (value) { + _panLeftLimit.current = value; + }, []); + var _onRightChange = (0, _react.useCallback)(function (value) { + _panRightLimit.current = value; + }, []); + var _onTopChange = (0, _react.useCallback)(function (value) { + _panTopLimit.current = value; + }, []); + var _onBottomChange = (0, _react.useCallback)(function (value) {}, []); + var _limits = (0, _reactNativeReanimated.useDerivedValue)(function () { + var galleryImageComponentJs7 = function galleryImageComponentJs7() { + if (!size) { + return { + left: 0, + right: 0, + top: 0, + bottom: 0 + }; + } + //!passing contentSize as an object causes an exception to be thown + //!TypeError: Attempting to define property on object that is not extensible + + return getLimits(_scale.value, screenSize, size, _onLeftChange, _onRightChange, _onTopChange, _onBottomChange); + }; + galleryImageComponentJs7.__closure = { + size: size, + getLimits: getLimits, + _scale: _scale, + screenSize: screenSize, + _onLeftChange: _onLeftChange, + _onRightChange: _onRightChange, + _onTopChange: _onTopChange, + _onBottomChange: _onBottomChange + }; + galleryImageComponentJs7.__workletHash = 1181318277345; + galleryImageComponentJs7.__initData = _worklet_1181318277345_init_data; + return galleryImageComponentJs7; + }(), []); + var _onError = (0, _react.useCallback)(/*#__PURE__*/(0, _asyncToGenerator2.default)(function* () { + if (!fallbackMethodUsed.current) { + var path = ""; + fallbackMethodUsed.current = true; + try { + if (_$$_REQUIRE(_dependencyMap[17]).StringUtils.isImageBase64(item.url)) { + path = item.url; + } else { + var response = yield _tecnaviaFileUtils.default.fetch(item.url, { + cacheEnabled: true + }); + path = `file://${response.path()}`; } - return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, { - style: styles.galleryImageParent, - children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_imageComponent.default, { - forceZoomComponent: true, - source: { - uri: url - }, - resizeMode: "contain", - onLoad: this.onLoad, - onError: this.onError, - minimumZoomScale: minimumZoomScale, - maximumZoomScale: maximumZoomScale, - style: styles.galleryImage - }) + } catch (e) {} + setUrl(path); + } + }), [fallbackMethodUsed, item]); + var _onLoad = (0, _react.useCallback)(function () {}, [item]); + var _printLog = (0, _react.useCallback)(function (message) { + for (var _len = arguments.length, rest = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { + rest[_key - 1] = arguments[_key]; + } + }, []); + + /** + * update the state on gesture handlers dynamically with setNativeProps that avoid render + * the following process is important because PanGestureHandler and ScrollView don't work together + * so if the view is completely zoomed out and is not in fit mode the scroll is enabled + * otherwise is disable and are enabled PanGestureHandler and FlingGestureHandler + */ + var _updatePanSwipeEffect = (0, _react.useCallback)(function () { + _toggleGestureState(_isScrollEnabled()); + }, [_isScrollEnabled, _toggleGestureState]); + var _toggleScroll = (0, _react.useCallback)(function (enableScroll) { + var _viewPagerRef$current; + viewPagerRef == null || (_viewPagerRef$current = viewPagerRef.current) == null || _viewPagerRef$current.toggleViewPagerState({ + scrollEnabled: enableScroll + }); + }, [viewPagerRef]); + var _getPanProps = (0, _react.useCallback)(function () { + var enableScroll = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true; + var panProps = {}; + if (_$$_REQUIRE(_dependencyMap[17]).PlatformUtils.isEInk()) { + panProps.minDist = 20; + } else if (_$$_REQUIRE(_dependencyMap[17]).PlatformUtils.isAndroid()) { + if (enableScroll) { + panProps.minDeltaY = 20; + } else { + //if view pager is disabled set min dist on all direction + panProps.minDist = 20; + } + } else { + //iOS + if (enableScroll) { + panProps.minDeltaY = 5; + panProps.minDeltaX = 5; + } else { + //if view pager is disabled set min dist on all direction + panProps.minDist = 5; + } + } + return panProps; + }, []); + var _togglePan = (0, _react.useCallback)(function (enableScroll) { + var _viewPagerRef$current2, _panRef$current; + _printLog("_togglePan", enableScroll); + var simultaneousHandlers = [_pinchRef]; + var handlerRef = viewPagerRef == null || (_viewPagerRef$current2 = viewPagerRef.current) == null ? undefined : _viewPagerRef$current2.getGestureHandlerRef(); + if (enableScroll && handlerRef) { + simultaneousHandlers.push(handlerRef); + } + _panRef == null || (_panRef$current = _panRef.current) == null || _panRef$current.setNativeProps(Object.assign({ + enabled: !enableScroll, + simultaneousHandlers: simultaneousHandlers + }, _getPanProps(enableScroll))); + }, [_printLog, viewPagerRef, _getPanProps]); + var _toggleGestureState = (0, _react.useCallback)(function (enableScroll) { + _printLog(`scroll: ${enableScroll}`); + _toggleScroll(enableScroll); + _togglePan(enableScroll); + }, [_printLog, _toggleScroll, _togglePan]); + var _setDisableOutOfBounds = (0, _react.useCallback)(function (state) { + _disableOutOfBounds.current = state || size.width * _currentScale.current < screenSize.width; + }, [_currentScale, screenSize, size]); + var _onPanXStart = (0, _react.useCallback)(function () { + var _limits$value2 = _limits.value, + left = _limits$value2.left, + right = _limits$value2.right; + var panIsNearLeft = _panX.current + 5 >= left; + var panIsNearRight = _panX.current - 5 <= right; + _setDisableOutOfBounds(!panIsNearLeft && !panIsNearRight); + }, [_limits, _panX, _setDisableOutOfBounds]); + var _onPanXEnd = (0, _react.useCallback)(function (value) { + _onPanEnd(); + }, [_onPanEnd]); + var _isZoomed = (0, _react.useCallback)(function () { + if (screenSize.width < size.width * _currentScale.current) { + return true; + } + if (screenSize.height < size.height * _currentScale.current) { + return true; + } + return false; + }, [_currentScale, screenSize, size]); + var _scrollTo = (0, _react.useCallback)(function (direction) { + var _viewPagerRef$current4; + if (direction < 0) { + var _viewPagerRef$current3; + return viewPagerRef == null || (_viewPagerRef$current3 = viewPagerRef.current) == null ? undefined : _viewPagerRef$current3.scrollToNext(); + } + return viewPagerRef == null || (_viewPagerRef$current4 = viewPagerRef.current) == null ? undefined : _viewPagerRef$current4.scrollToPrev(); + }, [viewPagerRef]); + var _onPanXOutOfBounds = (0, _react.useCallback)(function (outOfBounds, pinchActive) { + if (pinchActive) { + //if pinch is active don't check out of bounds + return; + } + var outOfBoundsLimit = screenSize.width / 4; + if (Math.abs(outOfBounds) > outOfBoundsLimit) { + var isNavigate = _scrollTo(-1 * outOfBounds); + if (isNavigate) { + setTimeout(_resetScale, 1000); + } + + //re-enable scroll + _toggleGestureState(true); + _setDisableOutOfBounds(true); + } + }, [_resetScale, _toggleGestureState, _scrollTo, _setDisableOutOfBounds, screenSize]); + var _onPanYStart = (0, _react.useCallback)(function () {}, []); + var _onPanStart = (0, _react.useCallback)(function () { + _onPanXStart(); + _onPanYStart(); + }, [_onPanXStart, _onPanYStart]); + var _onPanEnd = (0, _react.useCallback)(function () {}, []); + var _onPanYEnd = (0, _react.useCallback)(function (value) { + _onPanEnd(); + }, [_onPanEnd]); + var _changeHeaderState = (0, _react.useCallback)(function () { + _$$_REQUIRE(_dependencyMap[18]).EventRegister.emit(_isZoomed() ? _events.default.GALLERY_HIDE_HEADER : _events.default.GALLERY_SHOW_HEADER); + }, [_isZoomed]); + var _onScaleStart = (0, _react.useCallback)(function (value) { + _currentScale.current = value; + }, []); + var _onScaling = (0, _react.useCallback)(function (scale) { + _setDisableOutOfBounds(true); + _toggleGestureState(false); + _changeHeaderState(); + _currentScale.current = scale; + }, [_setDisableOutOfBounds, _toggleGestureState, _changeHeaderState, _currentScale]); + var _onScaleEnd = (0, _react.useCallback)(function (value) { + _currentScale.current = value; + _updatePanSwipeEffect(); + _changeHeaderState(); + }, [_updatePanSwipeEffect, _changeHeaderState, _currentScale]); + var _resetScale = (0, _react.useCallback)(function () { + _zoomTo(minimumZoomScale); + }, [_zoomTo, minimumZoomScale]); + var _zoomTo = (0, _react.useCallback)(function (scale) { + var coordinates = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + var center = coordinates.center; + var x = 0; + var y = 0; + if (center) { + x = center.x || 0; + y = center.y || 0; + } else { + if (size.width > screenSize.width) { + x = size.width / 2 || 0; + } + if (size.height > screenSize.height) { + y = size.height / 2 || 0; + } + } + _currentScale.current = scale; + var callbacks = { + onZoomEnd: function () { + var galleryImageComponentJs8 = function galleryImageComponentJs8() { + (0, _reactNativeReanimated.runOnJS)(_onScaleEnd)(scale); + (0, _reactNativeReanimated.runOnJS)(_onPanXEnd)(_translateX.value); + (0, _reactNativeReanimated.runOnJS)(_onPanYEnd)(_translateY.value); + }; + galleryImageComponentJs8.__closure = { + runOnJS: _reactNativeReanimated.runOnJS, + _onScaleEnd: _onScaleEnd, + scale: scale, + _onPanXEnd: _onPanXEnd, + _translateX: _translateX, + _onPanYEnd: _onPanYEnd, + _translateY: _translateY + }; + galleryImageComponentJs8.__workletHash = 7639680179332; + galleryImageComponentJs8.__initData = _worklet_7639680179332_init_data; + return galleryImageComponentJs8; + }() + }; + (0, _reactNativeReanimated.runOnUI)(zoomAnimation)(_scale, _translateX, _translateY, _zoomState, _limits, scale, x, y, minimumZoomScale, screenSize, size, _constants.value, callbacks); + }, [_constants, _limits, _onPanXEnd, _onPanYEnd, _onScaleEnd, _scale, _translateX, _translateY, _zoomState, minimumZoomScale, screenSize, size]); + var _autoZoom = (0, _react.useCallback)(function (coordinates) { + if (minimumZoomScale !== autoZoomValue) { + _setDisableOutOfBounds(true); + _printLog("Auto zoom: ", _currentScale.current, minimumZoomScale, autoZoomValue); + if (_currentScale.current <= minimumZoomScale) { + //Set the correct value for pan x and y + //check if is possible to use the same function like bouncyPinch + _zoomTo(autoZoomValue, { + center: coordinates + }); + } else { + _zoomTo(minimumZoomScale, { + center: coordinates }); } - return null; } - }]); - }(_react.default.PureComponent); + }, [minimumZoomScale, autoZoomValue, _setDisableOutOfBounds, _printLog, _zoomTo]); + var _onDoubleTap = (0, _react.useCallback)(function (_ref2) { + var nativeEvent = _ref2.nativeEvent; + if (nativeEvent.state === _$$_REQUIRE(_dependencyMap[15]).State.ACTIVE) { + _autoZoom(nativeEvent); + } + }, [_autoZoom]); + var _onPinchEvent = (0, _reactNativeReanimated.useAnimatedGestureHandler)({ + onStart: function () { + var galleryImageComponentJs9 = function galleryImageComponentJs9(event, ctx) { + (0, _$$_REQUIRE(_dependencyMap[16]).workletLogger)("Start pinch: ", event); + var numberOfPointers = event.numberOfPointers; + if (numberOfPointers === 2) { + _pinchState.value = _$$_REQUIRE(_dependencyMap[15]).State.BEGAN; + (0, _reactNativeReanimated.runOnJS)(_onScaleStart)(_scale.value); + } + }; + galleryImageComponentJs9.__closure = { + workletLogger: _$$_REQUIRE(_dependencyMap[16]).workletLogger, + _pinchState: _pinchState, + State: _$$_REQUIRE(_dependencyMap[15]).State, + runOnJS: _reactNativeReanimated.runOnJS, + _onScaleStart: _onScaleStart, + _scale: _scale + }; + galleryImageComponentJs9.__workletHash = 10152049847531; + galleryImageComponentJs9.__initData = _worklet_10152049847531_init_data; + return galleryImageComponentJs9; + }(), + onActive: function () { + var galleryImageComponentJs10 = function galleryImageComponentJs10(event, ctx) { + (0, _$$_REQUIRE(_dependencyMap[16]).workletLogger)("Active pinch: ", event); + var scale = event.scale, + focalX = event.focalX, + focalY = event.focalY, + numberOfPointers = event.numberOfPointers; + if (numberOfPointers < 2) { + (0, _$$_REQUIRE(_dependencyMap[16]).workletLogger)("Pinch cancelled, not enough pointers: ", numberOfPointers); + _pinchState.value = _$$_REQUIRE(_dependencyMap[15]).State.CANCELLED; + return; + } + _pinchState.value = _$$_REQUIRE(_dependencyMap[15]).State.ACTIVE; + var _ctx$prevPinchScale = ctx.prevPinchScale, + prevPinchScale = _ctx$prevPinchScale === undefined ? 1 : _ctx$prevPinchScale; + var delta = scale / prevPinchScale; + var rest = (0, _$$_REQUIRE(_dependencyMap[16]).limitValue)(maximumZoomScale, minimumZoomScale, _scale.value); + var nextScale = (0, _$$_REQUIRE(_dependencyMap[19]).scaleFriction)(_scale.value, rest, delta); + var factor = nextScale / _scale.value - 1; + _scale.value = nextScale; + (0, _reactNativeReanimated.runOnJS)(_onScaling)(nextScale); + ctx.prevPinchScale = scale; + _translateX.value += (screenSize.width / 2 - focalX) / minimumZoomScale * nextScale * factor; + _translateY.value += (screenSize.height / 2 - focalY) / minimumZoomScale * nextScale * factor; + }; + galleryImageComponentJs10.__closure = { + workletLogger: _$$_REQUIRE(_dependencyMap[16]).workletLogger, + _pinchState: _pinchState, + State: _$$_REQUIRE(_dependencyMap[15]).State, + limitValue: _$$_REQUIRE(_dependencyMap[16]).limitValue, + maximumZoomScale: maximumZoomScale, + minimumZoomScale: minimumZoomScale, + _scale: _scale, + scaleFriction: _$$_REQUIRE(_dependencyMap[19]).scaleFriction, + runOnJS: _reactNativeReanimated.runOnJS, + _onScaling: _onScaling, + _translateX: _translateX, + screenSize: screenSize, + _translateY: _translateY + }; + galleryImageComponentJs10.__workletHash = 10051326127581; + galleryImageComponentJs10.__initData = _worklet_10051326127581_init_data; + return galleryImageComponentJs10; + }(), + onCancel: function () { + var galleryImageComponentJs11 = function galleryImageComponentJs11(event, ctx) { + (0, _$$_REQUIRE(_dependencyMap[16]).workletLogger)("Cancel pinch: ", event); + _pinchState.value = _$$_REQUIRE(_dependencyMap[15]).State.CANCELLED; + }; + galleryImageComponentJs11.__closure = { + workletLogger: _$$_REQUIRE(_dependencyMap[16]).workletLogger, + _pinchState: _pinchState, + State: _$$_REQUIRE(_dependencyMap[15]).State + }; + galleryImageComponentJs11.__workletHash = 12356363320660; + galleryImageComponentJs11.__initData = _worklet_12356363320660_init_data; + return galleryImageComponentJs11; + }(), + onFail: function () { + var galleryImageComponentJs12 = function galleryImageComponentJs12(event, ctx) { + (0, _$$_REQUIRE(_dependencyMap[16]).workletLogger)("Fail pinch: ", event); + _pinchState.value = _$$_REQUIRE(_dependencyMap[15]).State.FAILED; + }; + galleryImageComponentJs12.__closure = { + workletLogger: _$$_REQUIRE(_dependencyMap[16]).workletLogger, + _pinchState: _pinchState, + State: _$$_REQUIRE(_dependencyMap[15]).State + }; + galleryImageComponentJs12.__workletHash = 13099000014779; + galleryImageComponentJs12.__initData = _worklet_13099000014779_init_data; + return galleryImageComponentJs12; + }(), + onEnd: function () { + var galleryImageComponentJs13 = function galleryImageComponentJs13(event, ctx) { + (0, _$$_REQUIRE(_dependencyMap[16]).workletLogger)("End pinch: ", event); + _pinchState.value = _$$_REQUIRE(_dependencyMap[15]).State.END; + ctx.prevPinchScale = 1; + var rest = (0, _$$_REQUIRE(_dependencyMap[16]).limitValue)(maximumZoomScale, minimumZoomScale, _scale.value); + //bounce effect + if (_scale.value !== rest) { + _scale.value = (0, _$$_REQUIRE(_dependencyMap[16]).runTiming)(rest, {}, function () { + fixTranslate(_translateX, _translateY, _limits.value); + (0, _reactNativeReanimated.runOnJS)(_onScaleEnd)(rest); + }); + } else { + fixTranslate(_translateX, _translateY, _limits.value); + (0, _reactNativeReanimated.runOnJS)(_onScaleEnd)(rest); + } + }; + galleryImageComponentJs13.__closure = { + workletLogger: _$$_REQUIRE(_dependencyMap[16]).workletLogger, + _pinchState: _pinchState, + State: _$$_REQUIRE(_dependencyMap[15]).State, + limitValue: _$$_REQUIRE(_dependencyMap[16]).limitValue, + maximumZoomScale: maximumZoomScale, + minimumZoomScale: minimumZoomScale, + _scale: _scale, + runTiming: _$$_REQUIRE(_dependencyMap[16]).runTiming, + fixTranslate: fixTranslate, + _translateX: _translateX, + _translateY: _translateY, + _limits: _limits, + runOnJS: _reactNativeReanimated.runOnJS, + _onScaleEnd: _onScaleEnd + }; + galleryImageComponentJs13.__workletHash = 4862107215622; + galleryImageComponentJs13.__initData = _worklet_4862107215622_init_data; + return galleryImageComponentJs13; + }(), + onFinish: function () { + var galleryImageComponentJs14 = function galleryImageComponentJs14(event, ctx) { + (0, _$$_REQUIRE(_dependencyMap[16]).workletLogger)("Finish pinch: ", event); + }; + galleryImageComponentJs14.__closure = { + workletLogger: _$$_REQUIRE(_dependencyMap[16]).workletLogger + }; + galleryImageComponentJs14.__workletHash = 6820712128642; + galleryImageComponentJs14.__initData = _worklet_6820712128642_init_data; + return galleryImageComponentJs14; + }() + }); + var _onPanEvent = (0, _reactNativeReanimated.useAnimatedGestureHandler)({ + onStart: function () { + var galleryImageComponentJs15 = function galleryImageComponentJs15(event, ctx) { + ctx.translateX = _translateX.value; + ctx.translateY = _translateY.value; + ctx.startTimestamp = new Date().getTime(); + (0, _$$_REQUIRE(_dependencyMap[16]).workletLogger)(`onStart: ${JSON.stringify(event)}`); + (0, _reactNativeReanimated.cancelAnimation)(_translateX); + //call onStart + (0, _reactNativeReanimated.runOnJS)(_onPanStart)(); + }; + galleryImageComponentJs15.__closure = { + _translateX: _translateX, + _translateY: _translateY, + workletLogger: _$$_REQUIRE(_dependencyMap[16]).workletLogger, + cancelAnimation: _reactNativeReanimated.cancelAnimation, + runOnJS: _reactNativeReanimated.runOnJS, + _onPanStart: _onPanStart + }; + galleryImageComponentJs15.__workletHash = 2198783166495; + galleryImageComponentJs15.__initData = _worklet_2198783166495_init_data; + return galleryImageComponentJs15; + }(), + onActive: function () { + var galleryImageComponentJs16 = function galleryImageComponentJs16(event, ctx) { + (0, _$$_REQUIRE(_dependencyMap[16]).workletLogger)(`onActive: ${JSON.stringify(event)}`); + var translationX = event.translationX, + translationY = event.translationY; + if (_isZoomActive.value) { + //if changing zoom do not trigger other translations + return; + } + var _limits$value3 = _limits.value, + left = _limits$value3.left, + right = _limits$value3.right, + top = _limits$value3.top, + bottom = _limits$value3.bottom; + var nextValueX = ctx.translateX + translationX; + var nextValueY = ctx.translateY + translationY; + + //check out of bounds + if ((0, _$$_REQUIRE(_dependencyMap[20]).isXVariationOutOfBounds)(nextValueX, _limits.value)) { + var rest = (0, _$$_REQUIRE(_dependencyMap[16]).limitValue)(left, right, nextValueX); + // + var howMuchOutOfBoundsX = rest - nextValueX; + (0, _reactNativeReanimated.runOnJS)(_onPanXOutOfBounds)(howMuchOutOfBoundsX, _isPinchActive.value); + nextValueX = rest; + } + _translateX.value = nextValueX; + if (size.height * _scale.value < screenSize.height) { + //no need of vertical scroll if the image is all visible in height + return; + } + if (isYVariationOutOfBounds(nextValueY, _limits.value)) { + var _rest = (0, _$$_REQUIRE(_dependencyMap[16]).limitValue)(top, bottom, nextValueY); + nextValueY = _rest; + } + _translateY.value = nextValueY; + }; + galleryImageComponentJs16.__closure = { + workletLogger: _$$_REQUIRE(_dependencyMap[16]).workletLogger, + _isZoomActive: _isZoomActive, + _limits: _limits, + isXVariationOutOfBounds: _$$_REQUIRE(_dependencyMap[20]).isXVariationOutOfBounds, + limitValue: _$$_REQUIRE(_dependencyMap[16]).limitValue, + runOnJS: _reactNativeReanimated.runOnJS, + _onPanXOutOfBounds: _onPanXOutOfBounds, + _isPinchActive: _isPinchActive, + _translateX: _translateX, + size: size, + _scale: _scale, + screenSize: screenSize, + isYVariationOutOfBounds: isYVariationOutOfBounds, + _translateY: _translateY + }; + galleryImageComponentJs16.__workletHash = 16827543658298; + galleryImageComponentJs16.__initData = _worklet_16827543658298_init_data; + return galleryImageComponentJs16; + }(), + onCancel: function () { + var galleryImageComponentJs17 = function galleryImageComponentJs17(event, ctx) { + (0, _$$_REQUIRE(_dependencyMap[16]).workletLogger)(`onCancel: ${JSON.stringify(event)}`); + }; + galleryImageComponentJs17.__closure = { + workletLogger: _$$_REQUIRE(_dependencyMap[16]).workletLogger + }; + galleryImageComponentJs17.__workletHash = 10775091002682; + galleryImageComponentJs17.__initData = _worklet_10775091002682_init_data; + return galleryImageComponentJs17; + }(), + onFail: function () { + var galleryImageComponentJs18 = function galleryImageComponentJs18(event, ctx) { + (0, _$$_REQUIRE(_dependencyMap[16]).workletLogger)(`onFail: ${JSON.stringify(event)}`); + }; + galleryImageComponentJs18.__closure = { + workletLogger: _$$_REQUIRE(_dependencyMap[16]).workletLogger + }; + galleryImageComponentJs18.__workletHash = 16219211507697; + galleryImageComponentJs18.__initData = _worklet_16219211507697_init_data; + return galleryImageComponentJs18; + }(), + onEnd: function () { + var galleryImageComponentJs19 = function galleryImageComponentJs19(event, ctx) { + (0, _$$_REQUIRE(_dependencyMap[16]).workletLogger)(`onEnd: ${JSON.stringify(event)}`); + if (_isZoomActive.value) { + //if zoom is active, update the focal point + return; + } + var velocityX = event.velocityX, + velocityY = event.velocityY; + var _limits$value4 = _limits.value, + left = _limits$value4.left, + right = _limits$value4.right, + top = _limits$value4.top, + bottom = _limits$value4.bottom; + _translateX.value = (0, _reactNativeReanimated.withDecay)({ + velocity: Math.max(-1000, Math.min(1000, velocityX)), + clamp: [-left, -right] + }, function () { + var galleryImageComponentJs20 = function galleryImageComponentJs20(completed) { + if (completed) { + (0, _reactNativeReanimated.runOnJS)(_onPanXEnd)(_translateX.value); + } + }; + galleryImageComponentJs20.__closure = { + runOnJS: _reactNativeReanimated.runOnJS, + _onPanXEnd: _onPanXEnd, + _translateX: _translateX + }; + galleryImageComponentJs20.__workletHash = 13242446325651; + galleryImageComponentJs20.__initData = _worklet_13242446325651_init_data; + return galleryImageComponentJs20; + }()); + _translateY.value = (0, _reactNativeReanimated.withDecay)({ + velocity: Math.max(-1000, Math.min(1000, velocityY)), + clamp: [-top, -bottom] + }, function () { + var galleryImageComponentJs21 = function galleryImageComponentJs21(completed) { + if (completed) { + (0, _reactNativeReanimated.runOnJS)(_onPanYEnd)(_translateY.value); + } + }; + galleryImageComponentJs21.__closure = { + runOnJS: _reactNativeReanimated.runOnJS, + _onPanYEnd: _onPanYEnd, + _translateY: _translateY + }; + galleryImageComponentJs21.__workletHash = 13310875071122; + galleryImageComponentJs21.__initData = _worklet_13310875071122_init_data; + return galleryImageComponentJs21; + }()); + }; + galleryImageComponentJs19.__closure = { + workletLogger: _$$_REQUIRE(_dependencyMap[16]).workletLogger, + _isZoomActive: _isZoomActive, + _limits: _limits, + _translateX: _translateX, + withDecay: _reactNativeReanimated.withDecay, + runOnJS: _reactNativeReanimated.runOnJS, + _onPanXEnd: _onPanXEnd, + _translateY: _translateY, + _onPanYEnd: _onPanYEnd + }; + galleryImageComponentJs19.__workletHash = 2106538671198; + galleryImageComponentJs19.__initData = _worklet_2106538671198_init_data; + return galleryImageComponentJs19; + }() + }); + var animatedStyle = (0, _reactNativeReanimated.useAnimatedStyle)(function () { + var galleryImageComponentJs22 = function galleryImageComponentJs22() { + return { + transform: [{ + translateX: _translateX.value + }, { + translateY: _translateY.value + }, { + scale: _scale.value + }, { + perspective: 1000 + }] + }; + }; + galleryImageComponentJs22.__closure = { + _translateX: _translateX, + _translateY: _translateY, + _scale: _scale + }; + galleryImageComponentJs22.__workletHash = 4867153185629; + galleryImageComponentJs22.__initData = _worklet_4867153185629_init_data; + return galleryImageComponentJs22; + }()); + if (!url) { + return null; + } + var containerStyle = [screenSize, { + justifyContent: "center", + alignItems: "center" + }]; + return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, { + style: [styles.galleryImageParent], + children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[15]).PinchGestureHandler, { + ref: _pinchRef, + onGestureEvent: _onPinchEvent, + simultaneousHandlers: _panRef, + children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeReanimated.default.View, { + style: containerStyle, + collapsable: false, + children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_tapView.default, { + onDoubleTap: _onDoubleTap, + doubleTapHandlerWaitFor: _pinchRef, + children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeReanimated.default.View, { + style: containerStyle, + collapsable: false, + children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[15]).PanGestureHandler, Object.assign({ + enabled: false, + ref: _panRef, + onGestureEvent: _onPanEvent, + simultaneousHandlers: _pinchRef, + avgTouches: true, + enableTrackpadTwoFingerGesture: true + }, _getPanProps(_isScrollEnabled()), { + children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeReanimated.default.View, { + style: [size, animatedStyle], + children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_imageComponent.default, { + source: { + uri: url + }, + resizeMode: "contain", + onLoad: _onLoad, + onError: _onError, + style: styles.galleryImage + }) + }) + })) + }) + }) + }) + }) + }); + } + function GalleryImage(props) { + var item = props.item, + rest = (0, _objectWithoutProperties2.default)(props, _excluded); + var _useState3 = (0, _react.useState)(item), + _useState4 = (0, _slicedToArray2.default)(_useState3, 2), + newItem = _useState4[0], + setNewItem = _useState4[1]; + (0, _react.useEffect)(function () { + if (newItem.width === undefined || newItem.height === undefined) { + (0, _imageComponent.getImageSize)(newItem.url).then(function (size) { + setNewItem(Object.assign({}, newItem, size)); + }); + } + }, [newItem]); + if (newItem.width === undefined || newItem.height === undefined) { + return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, { + style: { + flex: 1 + }, + children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[21]).ProgressCircle, {}) + }); + } + return /*#__PURE__*/(0, _jsxRuntime.jsx)(InnerGalleryImage, Object.assign({ + item: newItem + }, rest)); + } GalleryImage.propTypes = { item: _propTypes.default.shape({ url: _propTypes.default.string.isRequired, @@ -364218,7 +365555,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e height: _propTypes.default.number }) }; -},2692,[2,3,5,6,50,52,55,673,103,41,40,657,679,275,525]); +},2684,[2,11,3,66,673,103,41,737,523,40,657,2157,2150,679,275,966,2160,525,655,2161,2159,2163]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -364239,7 +365576,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e borderColor: "white" } }); -},2693,[41,525]); +},2685,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -364254,8 +365591,9 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var _propTypes = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[6])); var _react = _interopRequireWildcard(_$$_REQUIRE(_dependencyMap[7])); var _events = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[8])); - var _galleryThumbnailComponent = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[9])); - var _jsxRuntime = _$$_REQUIRE(_dependencyMap[10]); + var _deviceUtils = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[9])); + var _galleryThumbnailComponent = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[10])); + var _jsxRuntime = _$$_REQUIRE(_dependencyMap[11]); function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); } function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } @@ -364273,14 +365611,14 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return (0, _createClass2.default)(GalleryThumbnails, [{ key: "scrollTo", value: function scrollTo(index) { - _$$_REQUIRE(_dependencyMap[11]).EventRegister.emit(_events.default.GALLERY_THUMBNAIL_CLICK, { + _$$_REQUIRE(_dependencyMap[12]).EventRegister.emit(_events.default.GALLERY_THUMBNAIL_CLICK, { index: index }); if (this.flatList) { //to fix bug in iOS causing the flatlist to move to the wrong image - if (_$$_REQUIRE(_dependencyMap[12]).PlatformUtils.isIOS() && _$$_REQUIRE(_dependencyMap[12]).PlatformUtils.isRTL()) { + if (_$$_REQUIRE(_dependencyMap[13]).PlatformUtils.isIOS() && _$$_REQUIRE(_dependencyMap[13]).PlatformUtils.isRTL()) { var data = this.props.data; - if (data && data.length > 0) { + if (!_$$_REQUIRE(_dependencyMap[13]).JSUtils.isEmpty(data)) { // eslint-disable-next-line no-param-reassign index = data.length - index; } @@ -364300,40 +365638,43 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onThumbnailPress = _this$props.onThumbnailPress, startIndex = _this$props.startIndex; var visible = this.state.visible; - if (data && data.length && visible) { - return /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[13]).TecnaviaFlatList, { - ref: function ref(_ref2) { - _this2.flatList = _ref2; - }, - initialScrollIndex: startIndex, - onScrollToIndexFailed: function onScrollToIndexFailed(info) {}, - getItemLayout: function getItemLayout(items, index) { - var offset = _$$_REQUIRE(_dependencyMap[14]).GALLERY_THUMBNAIL_WIDTH * index; - var result = { - length: _$$_REQUIRE(_dependencyMap[14]).GALLERY_THUMBNAIL_WIDTH, - offset: offset, - index: index - }; - return result; - }, - keyExtractor: function keyExtractor(item, index) { - return `${item}_${index}`; - }, - horizontal: true, - data: data, - renderItem: function renderItem(_ref) { - var item = _ref.item, - index = _ref.index; - return /*#__PURE__*/(0, _jsxRuntime.jsx)(_galleryThumbnailComponent.default, { - item: item, - index: index, - onPress: onThumbnailPress, - selected: startIndex === index - }); - } - }); + if (_$$_REQUIRE(_dependencyMap[13]).JSUtils.isEmpty(data) || !visible) { + return null; } - return null; + var otherProps = {}; + if (_$$_REQUIRE(_dependencyMap[14]).GALLERY_THUMBNAIL_WIDTH * data.length >= _deviceUtils.default.getSafeAreaWidth()) { + otherProps.initialScrollIndex = startIndex; + } + return /*#__PURE__*/(0, _jsxRuntime.jsx)(_$$_REQUIRE(_dependencyMap[15]).TecnaviaFlatList, Object.assign({ + ref: function ref(_ref2) { + _this2.flatList = _ref2; + }, + onScrollToIndexFailed: function onScrollToIndexFailed(info) {}, + getItemLayout: function getItemLayout(items, index) { + var offset = _$$_REQUIRE(_dependencyMap[14]).GALLERY_THUMBNAIL_WIDTH * index; + var result = { + length: _$$_REQUIRE(_dependencyMap[14]).GALLERY_THUMBNAIL_WIDTH, + offset: offset, + index: index + }; + return result; + }, + keyExtractor: function keyExtractor(item, index) { + return `${item}_${index}`; + }, + horizontal: true, + data: data, + renderItem: function renderItem(_ref) { + var item = _ref.item, + index = _ref.index; + return /*#__PURE__*/(0, _jsxRuntime.jsx)(_galleryThumbnailComponent.default, { + item: item, + index: index, + onPress: onThumbnailPress, + selected: startIndex === index + }); + } + }, otherProps)); } }], [{ key: "getDerivedStateFromProps", @@ -364359,7 +365700,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e visible: true, startIndex: 0 }; -},2694,[2,5,6,50,52,55,673,103,523,2695,275,655,525,2244,2696]); +},2686,[2,5,6,50,52,55,673,103,523,40,2687,275,655,525,2688,2234]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -364456,7 +365797,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e GalleryThumbnail.defaultProps = { selected: false }; -},2695,[2,5,6,50,52,55,673,103,41,523,679,2696,275,655,2697,525]); +},2687,[2,5,6,50,52,55,673,103,41,523,679,2688,275,655,2689,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -364478,7 +365819,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e borderColor: "white" } }); -},2696,[41,525]); +},2688,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -364490,7 +365831,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "ic_not_available", "type": "png" }); -},2697,[1481]); +},2689,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -364505,7 +365846,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2698,[2699]); +},2690,[2691]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -364617,7 +365958,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e maxLines: 1, color: _$$_REQUIRE(_dependencyMap[12]).colors.white }; -},2699,[2,5,6,50,52,55,673,103,41,950,2061,275,525]); +},2691,[2,5,6,50,52,55,673,103,41,923,2031,275,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -364750,7 +366091,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e NavigatorBaseScreen.propTypes = { navigation: _propTypes.default.object }; -},2700,[2,5,6,50,52,55,673,103,2257]); +},2692,[2,5,6,50,52,55,673,103,2250]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -364961,7 +366302,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }(_$$_REQUIRE(_dependencyMap[27]).NavigatorBaseScreen); RssComponent.INTERVAL_ID = -1; RssComponent.INTERSTITIAL_TIMER = undefined; -},2701,[2,3,5,6,50,52,53,55,103,2120,2354,2306,523,2423,2119,2145,2424,2702,2147,2869,2847,2473,275,655,525,2460,2451,2700]); +},2693,[2,3,5,6,50,52,53,55,103,2090,2347,2299,523,2416,2089,2115,2417,2694,2117,2861,2839,2466,275,655,525,2453,2444,2692]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -365156,7 +366497,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })) }); } -},2702,[2,103,2342,2424,2147,2472,2703,2786,2474,2807,275,2166,525,2480,2245,2838,2631,2841,2606,2843]); +},2694,[2,103,2335,2417,2117,2465,2695,2778,2467,2799,275,2136,525,2473,2235,2830,2623,2833,2598,2835]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -365379,7 +366720,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })] })); } -},2703,[2,103,41,40,2424,2147,2061,2704,275,954,2468,525,2706,2707,2738,2770,2474,2776,2778,2784]); +},2695,[2,103,41,40,2417,2117,2031,2696,275,927,2461,525,2698,2699,2730,2762,2467,2768,2770,2776]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -365506,7 +366847,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })] }); } -},2704,[2,103,41,2465,950,2061,679,275,954,2705,525]); +},2696,[2,103,41,2458,923,2031,679,275,927,2697,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -365583,7 +366924,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e height: 14 } }); -},2705,[41]); +},2697,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -365721,7 +367062,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return ""; } }; -},2706,[2,13,525]); +},2698,[2,13,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -365736,7 +367077,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2707,[2708]); +},2699,[2700]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -365839,7 +367180,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e getParam: _propTypes.default.func.isRequired }) }; -},2708,[2,3,5,6,50,52,53,55,673,103,41,2709,275,954,2468]); +},2700,[2,3,5,6,50,52,53,55,673,103,41,2701,275,927,2461]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -366348,7 +367689,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e EventBaseScreen.SORT_POPULARITY = 0; EventBaseScreen.SORT_DATE = 1; EventBaseScreen.SORT_NAME = 2; -},2709,[2,3,5,6,50,52,53,55,103,41,13,2222,2168,950,2061,679,275,2468,525,2706,2710,954,2724,2726,2728,2731]); +},2701,[2,3,5,6,50,52,53,55,103,41,13,2212,2138,923,2031,679,275,2461,525,2698,2702,927,2716,2718,2720,2723]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -366363,7 +367704,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2710,[2711]); +},2702,[2703]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -366418,7 +367759,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } return out; } -},2711,[2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723]); +},2703,[2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -366430,7 +367771,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "2", "type": "png" }); -},2712,[1481]); +},2704,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -366442,7 +367783,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "3", "type": "png" }); -},2713,[1481]); +},2705,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -366454,7 +367795,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "4", "type": "png" }); -},2714,[1481]); +},2706,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -366466,7 +367807,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "5", "type": "png" }); -},2715,[1481]); +},2707,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -366478,7 +367819,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "6", "type": "png" }); -},2716,[1481]); +},2708,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -366490,7 +367831,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "7", "type": "png" }); -},2717,[1481]); +},2709,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -366502,7 +367843,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "8", "type": "png" }); -},2718,[1481]); +},2710,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -366514,7 +367855,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "10", "type": "png" }); -},2719,[1481]); +},2711,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -366526,7 +367867,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "14", "type": "png" }); -},2720,[1481]); +},2712,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -366538,7 +367879,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "15", "type": "png" }); -},2721,[1481]); +},2713,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -366550,7 +367891,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "76", "type": "png" }); -},2722,[1481]); +},2714,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -366562,7 +367903,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "390", "type": "png" }); -},2723,[1481]); +},2715,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -366819,7 +368160,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e enhanced: _propTypes.default.bool, portal: _propTypes.default.string.isRequired }; -},2724,[2,3,5,6,50,52,55,673,103,41,1548,523,2348,2375,950,2061,275,525,2725,2282]); +},2716,[2,3,5,6,50,52,55,673,103,41,1521,523,2341,2368,923,2031,275,525,2717,2275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -366952,7 +368293,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e borderRadius: 3 } }); -},2725,[41,2706,525]); +},2717,[41,2698,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -366967,7 +368308,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2726,[2727]); +},2718,[2719]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -367025,7 +368366,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e image: _propTypes.default.string, date: _propTypes.default.string }; -},2727,[2,673,103,41,950,275]); +},2719,[2,673,103,41,923,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -367238,7 +368579,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e getItemById: _propTypes.default.func.isRequired, featuredEvents: _propTypes.default.arrayOf(_propTypes.default.number) }; -},2728,[2,3,5,6,50,52,55,673,103,41,13,40,2729,275,525,2706]); +},2720,[2,3,5,6,50,52,55,673,103,41,13,40,2721,275,525,2698]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -367332,7 +368673,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }), onEventPress: _propTypes.default.func.isRequired }; -},2729,[2,5,6,50,52,55,673,103,41,1548,950,679,2730,275,2337,525]); +},2721,[2,5,6,50,52,55,673,103,41,1521,923,679,2722,275,2330,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -367392,7 +368733,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e alignItems: "flex-end" } }); -},2730,[41,525,2706]); +},2722,[41,525,2698]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -367407,7 +368748,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2731,[2732]); +},2723,[2724]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -368006,7 +369347,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e return null; } }; -},2732,[2,3,5,6,50,52,55,673,103,41,13,2585,950,2061,679,2733,275,525,954,2734,2735,2192,2737,2244,2217]); +},2724,[2,3,5,6,50,52,55,673,103,41,13,2577,923,2031,679,2725,275,525,927,2726,2727,2163,2729,2234,2207]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -368075,7 +369416,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e LoadingMore.defaultProps = { visible: false }; -},2733,[2,5,6,50,52,55,673,103,275,2192]); +},2725,[2,5,6,50,52,55,673,103,275,2163]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -368100,7 +369441,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e height: 22 } }); -},2734,[41,525]); +},2726,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -368115,7 +369456,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2735,[2736]); +},2727,[2728]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -368232,7 +369573,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e offsetY: OFFSET_Y, availableHeight: 0 }; -},2736,[2,11,5,6,50,52,55,673,103,1099,275,954]); +},2728,[2,11,5,6,50,52,55,673,103,1072,275,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -368409,7 +369750,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e latitudeKey: "latitude", longitudeKey: "longitude" }; -},2737,[2,5,6,50,52,55,673,103,1099,275,525]); +},2729,[2,5,6,50,52,55,673,103,1072,275,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -368424,7 +369765,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2738,[2739]); +},2730,[2731]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -368887,7 +370228,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e pass: "", portal: "" }; -},2739,[2,3,5,6,50,52,53,55,673,103,41,13,275,525,2706,2740,2750,2752,2753,2756,2759,2764,954,2192,2468]); +},2731,[2,3,5,6,50,52,53,55,673,103,41,13,275,525,2698,2732,2742,2744,2745,2748,2751,2756,927,2163,2461]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -368902,7 +370243,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2740,[2741]); +},2732,[2733]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -369022,7 +370363,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e advanceFilters: [], buttons: [] }; -},2741,[2,5,6,50,52,55,673,103,41,275,2742,2161,2743,525,2748,2217]); +},2733,[2,5,6,50,52,55,673,103,41,275,2734,2131,2735,525,2740,2207]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -369057,7 +370398,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e borderColor: (0, _$$_REQUIRE(_dependencyMap[1]).getEventColor)() } }); -},2742,[41,2706]); +},2734,[41,2698]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -369072,7 +370413,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2743,[2744]); +},2735,[2736]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -369178,7 +370519,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e headerColor: _$$_REQUIRE(_dependencyMap[13]).colors.black, borderColor: _$$_REQUIRE(_dependencyMap[13]).colors.black }; -},2744,[2,5,6,50,52,55,673,103,41,2745,2061,275,2746,525]); +},2736,[2,5,6,50,52,55,673,103,41,2737,2031,275,2738,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -369210,7 +370551,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } })); } -},2745,[2,74,66,103,1099,275,525]); +},2737,[2,74,66,103,1072,275,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -369238,7 +370579,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flexDirection: "column" } }); -},2746,[41,2747]); +},2738,[41,2739]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -369252,7 +370593,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e BORDER_RADIUS: 5, SEARCH_WIDTH: 200 }; -},2747,[]); +},2739,[]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -369324,7 +370665,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e backgroundColor: _$$_REQUIRE(_dependencyMap[11]).colors.black, textColor: _$$_REQUIRE(_dependencyMap[11]).colors.white }; -},2748,[2,5,6,50,52,55,673,103,41,275,2749,525]); +},2740,[2,5,6,50,52,55,673,103,41,275,2741,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -369349,7 +370690,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e padding: _$$_REQUIRE(_dependencyMap[1]).filterStyles.TEXT_PADDING } }); -},2749,[41,2747,525]); +},2741,[41,2739,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -369434,7 +370775,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e hint: _propTypes.default.string, defaultSearch: _propTypes.default.string }; -},2750,[2,5,6,50,52,55,673,103,41,2457,275,2751,525]); +},2742,[2,5,6,50,52,55,673,103,41,2450,275,2743,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -369450,7 +370791,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e borderRadius: _$$_REQUIRE(_dependencyMap[2]).filterStyles.BORDER_RADIUS } }); -},2751,[41,525,2747]); +},2743,[41,525,2739]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -369494,7 +370835,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e height: 50 } }); -},2752,[41,525,2747]); +},2744,[41,525,2739]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -369509,7 +370850,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2753,[2754]); +},2745,[2746]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -369985,7 +371326,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e useLocation: _propTypes.default.bool, onDisableSwitch: _propTypes.default.func }; -},2754,[2,5,6,50,52,55,3,11,673,103,41,13,2341,40,2275,2358,965,2457,275,2169,2755,525,2747,2244]); +},2746,[2,5,6,50,52,55,3,11,673,103,41,13,2334,40,2268,2351,938,2450,275,2139,2747,525,2739,2234]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -370064,7 +371405,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e alignItems: "center" } }); -},2755,[41,2747,525]); +},2747,[41,2739,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -370079,7 +371420,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2756,[2757]); +},2748,[2749]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -370176,7 +371517,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e maxValue: _propTypes.default.number.isRequired, defaultValue: _propTypes.default.number.isRequired }; -},2757,[2,5,6,50,52,55,673,103,41,1099,275,2758,525]); +},2749,[2,5,6,50,52,55,673,103,41,1072,275,2750,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -370205,7 +371546,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e width: "50%" } }); -},2758,[41,2747,525]); +},2750,[41,2739,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -370220,7 +371561,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2759,[2760]); +},2751,[2752]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -370416,7 +371757,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e color: _propTypes.default.string.isRequired, multiSelect: _propTypes.default.bool }; -},2760,[2,74,66,673,103,41,965,950,275,2761,2763,2762]); +},2752,[2,74,66,673,103,41,938,923,275,2753,2755,2754]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -370484,7 +371825,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e labels: _propTypes.default.array.isRequired, onChange: _propTypes.default.func.isRequired }; -},2761,[2,66,673,103,41,950,275,2762,525]); +},2753,[2,66,673,103,41,923,275,2754,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -370543,7 +371884,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e width: 15 } }); -},2762,[41,2747,525]); +},2754,[41,2739,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -370719,7 +372060,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e multiSelect: _propTypes.default.bool, onChange: _propTypes.default.func }; -},2763,[2,66,74,103,41,673,2745,2061,950,275,2762,2244]); +},2755,[2,66,74,103,41,673,2737,2031,923,275,2754,2234]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -370734,7 +372075,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2764,[2765]); +},2756,[2757]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -370943,7 +372284,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e value: String })) }; -},2765,[2,5,6,50,52,55,673,103,41,965,950,2061,2766,275,525,2244,2769,2706]); +},2757,[2,5,6,50,52,55,673,103,41,938,923,2031,2758,275,525,2234,2761,2698]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -371078,7 +372419,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e pickerEndProps: _datepickerComponent.default.propTypes }; var _default = exports.default = RangePickerComponent; -},2766,[2,66,673,103,41,2767,2061,275,525]); +},2758,[2,66,673,103,41,2759,2031,275,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -371260,7 +372601,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e startEmpty: _propTypes.default.bool }; var _default = exports.default = DatePicker; -},2767,[2,66,673,103,41,950,2061,2768,275,525]); +},2759,[2,66,673,103,41,923,2031,2760,275,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -371316,7 +372657,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e locale: _propTypes.default.string }; var _default = exports.default = Picker; -},2768,[2,673,103,1099,275,954]); +},2760,[2,673,103,1072,275,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -371360,7 +372701,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e color: _$$_REQUIRE(_dependencyMap[2]).colors.white } }); -},2769,[41,2747,525]); +},2761,[41,2739,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -371375,7 +372716,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2770,[2771]); +},2762,[2763]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -371458,7 +372799,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[13]).NavigationBaseScreen); -},2771,[2,5,6,50,52,53,55,103,523,275,2772,2706,2775,2468]); +},2763,[2,5,6,50,52,53,55,103,523,275,2764,2698,2767,2461]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -371473,7 +372814,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2772,[2773]); +},2764,[2765]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -371670,7 +373011,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e // id field name of the item itemKey: _propTypes.default.string }; -},2773,[2,3,5,6,50,52,55,673,103,41,950,2061,275,655,2774,954,2192,525,2244]); +},2765,[2,3,5,6,50,52,55,673,103,41,923,2031,275,655,2766,927,2163,525,2234]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -371707,7 +373048,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e color: _$$_REQUIRE(_dependencyMap[1]).colors.white } }); -},2774,[41,525]); +},2766,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -371722,7 +373063,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2775,[2724]); +},2767,[2716]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -372148,7 +373489,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[19]).NavigationBaseScreen); -},2776,[2,3,5,6,50,52,53,55,103,41,13,523,2168,2375,950,2457,2061,679,275,2468,525,2706,954,2192,2777,2161,2282]); +},2768,[2,3,5,6,50,52,53,55,103,41,13,523,2138,2368,923,2450,2031,679,275,2461,525,2698,927,2163,2769,2131,2275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -372206,7 +373547,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e top: 25 } }); -},2777,[41,2706,525]); +},2769,[41,2698,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -372221,7 +373562,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2778,[2779]); +},2770,[2771]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -372501,7 +373842,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[21]).NavigationBaseScreen); -},2779,[2,3,5,6,50,52,53,55,103,41,13,523,950,2061,679,275,2706,2780,525,954,2783,2468]); +},2771,[2,3,5,6,50,52,53,55,103,41,13,523,923,2031,679,275,2698,2772,525,927,2775,2461]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -372516,7 +373857,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2780,[2781]); +},2772,[2773]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -372756,7 +374097,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e //callback trigger on item press onItemPress: _propTypes.default.func }; -},2781,[2,3,5,6,50,52,55,673,103,41,950,2061,275,655,2782,2192,954,525,2244]); +},2773,[2,3,5,6,50,52,55,673,103,41,923,2031,275,655,2774,2163,927,525,2234]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -372793,7 +374134,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e color: _$$_REQUIRE(_dependencyMap[1]).colors.white } }); -},2782,[41,525]); +},2774,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -372821,7 +374162,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flex: 1 } }); -},2783,[41,2706]); +},2775,[41,2698]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -372836,7 +374177,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2784,[2785]); +},2776,[2777]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -372894,7 +374235,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[10]).NavigationBaseScreen); -},2785,[2,5,6,50,52,53,55,103,41,275,2468,954,2167,2706]); +},2777,[2,5,6,50,52,53,55,103,41,275,2461,927,2137,2698]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -373003,7 +374344,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })] })); } -},2786,[2,103,2147,2061,2704,275,525,2706,2787,2796,2799,2803,954,2474,2468,2805,2806]); +},2778,[2,103,2117,2031,2696,275,525,2698,2779,2788,2791,2795,927,2467,2461,2797,2798]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -373018,7 +374359,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2787,[2788]); +},2779,[2780]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -373166,7 +374507,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[18]).NavigationBaseScreen); -},2788,[2,5,6,50,52,53,55,103,2767,275,2740,2706,525,2789,2792,2795,2750,2753,2468]); +},2780,[2,5,6,50,52,53,55,103,2759,275,2732,2698,525,2781,2784,2787,2742,2745,2461]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -373181,7 +374522,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2789,[2790]); +},2781,[2782]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -373288,7 +374629,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e textColor: _propTypes.default.string, active: _propTypes.default.string.isRequired }; -},2790,[2,5,6,50,52,55,673,103,41,275,2791,2747]); +},2782,[2,5,6,50,52,55,673,103,41,275,2783,2739]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -373307,7 +374648,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e borderWidth: _$$_REQUIRE(_dependencyMap[1]).filterStyles.BORDER_WIDTH } }); -},2791,[41,2747]); +},2783,[41,2739]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -373322,7 +374663,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2792,[2793]); +},2784,[2785]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -373430,7 +374771,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e hintMin: _propTypes.default.string, hintMax: _propTypes.default.string }; -},2793,[2,5,6,50,52,55,673,103,41,2457,275,2794]); +},2785,[2,5,6,50,52,55,673,103,41,2450,275,2786]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -373459,7 +374800,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e borderRadius: _$$_REQUIRE(_dependencyMap[1]).filterStyles.BORDER_RADIUS } }); -},2794,[41,2747,525]); +},2786,[41,2739,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -373505,7 +374846,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e borderRadius: _$$_REQUIRE(_dependencyMap[2]).filterStyles.BORDER_RADIUS } }); -},2795,[41,525,2747]); +},2787,[41,525,2739]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -373520,7 +374861,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2796,[2797]); +},2788,[2789]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -373640,7 +374981,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[15]).NavigationBaseScreen); -},2797,[2,5,6,50,52,53,55,103,41,523,950,275,2706,2780,2798,2468]); +},2789,[2,5,6,50,52,53,55,103,41,523,923,275,2698,2772,2790,2461]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -373664,7 +375005,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flex: 1 } }); -},2798,[41,525]); +},2790,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -373679,7 +375020,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2799,[2800]); +},2791,[2792]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -373744,7 +375085,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[13]).NavigationBaseScreen); -},2800,[2,5,6,50,52,53,55,103,523,275,2772,2706,2801,2468]); +},2792,[2,5,6,50,52,53,55,103,523,275,2764,2698,2793,2461]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -373895,7 +375236,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e //main color color: _propTypes.default.string.isRequired }; -},2801,[2,5,6,50,52,55,673,103,41,658,523,2375,950,2061,275,2802,2706,2282,525]); +},2793,[2,5,6,50,52,55,673,103,41,658,523,2368,923,2031,275,2794,2698,2275,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -373945,7 +375286,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e marginEnd: 5 } }); -},2802,[41,525]); +},2794,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -373960,7 +375301,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2803,[2804]); +},2795,[2796]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -374053,7 +375394,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[10]).NavigationBaseScreen); -},2804,[2,5,6,50,52,53,55,103,13,275,2468,2731,2706,2801]); +},2796,[2,5,6,50,52,53,55,103,13,275,2461,2723,2698,2793]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { module.exports = _$$_REQUIRE(_dependencyMap[0]).registerAsset({ "__packager_asset": true, @@ -374065,7 +375406,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e "name": "monster_logo", "type": "png" }); -},2805,[1481]); +},2797,[1454]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -374116,7 +375457,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[9]).NavigationBaseScreen); -},2806,[2,5,6,50,52,53,55,103,275,2468,2167,2706]); +},2798,[2,5,6,50,52,53,55,103,275,2461,2137,2698]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -374422,7 +375763,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }) }); } -},2807,[2,11,103,41,2473,2120,2284,523,40,2424,2147,2397,2535,275,2344,2808,2353,2818,2820,2822,2829,525,954,655,2476,2336,1448,2831]); +},2799,[2,11,103,41,2466,2090,2277,523,40,2417,2117,2390,2528,275,2337,2800,2346,2810,2812,2814,2821,525,927,655,2469,2329,1421,2823]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -374437,7 +375778,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2808,[2809]); +},2800,[2801]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -374890,7 +376231,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e isHome: false, isLive: false }; -},2809,[2,3,5,6,50,52,53,55,673,103,41,2120,2810,2354,523,2145,40,2342,2372,275,655,1309,525,2205,954,2811]); +},2801,[2,3,5,6,50,52,53,55,673,103,41,2090,2802,2347,523,2115,40,2335,2365,275,655,1282,525,2195,927,2803]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -374933,7 +376274,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }() }]); }(); -},2810,[2,3,5,6,2354]); +},2802,[2,3,5,6,2347]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -374948,7 +376289,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2811,[2812]); +},2803,[2804]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -375520,7 +376861,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e var params = navigation.state.params; return params; }; -},2812,[2,3,5,6,50,52,53,55,673,103,41,2120,523,2222,2224,2143,40,2342,1099,2147,2585,950,2813,275,2357,655,2354,948,2816,954,525,2817,2344,2192,2169,2468]); +},2804,[2,3,5,6,50,52,53,55,673,103,41,2090,523,2212,2214,2113,40,2335,1072,2117,2577,923,2805,275,2350,655,2347,921,2808,927,525,2809,2337,2163,2139,2461]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -375743,7 +377084,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2813,[2,5,6,50,52,55,103,41,2156,2814,2393,275,2336,2205,525,954,2371,1309]); +},2805,[2,5,6,50,52,55,103,41,2126,2806,2386,275,2329,2195,525,927,2364,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -375885,7 +377226,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation }, rest)); }; -},2814,[2,11,5,6,50,52,55,103,275,525,2815,1309]); +},2806,[2,11,5,6,50,52,55,103,275,525,2807,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -376237,7 +377578,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation }, rest)); }; -},2815,[2,11,5,6,50,52,55,673,103,41,2277,523,950,2329,2347,2374,275,2336,655,954,525,2281,2326,2379,2167,1086,1309]); +},2807,[2,11,5,6,50,52,55,673,103,41,2270,523,923,2322,2340,2367,275,2329,655,927,525,2274,2319,2372,2137,1059,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -376316,7 +377657,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e children: adsComponent }); }; -},2816,[2,66,11,103,41,2222,275]); +},2808,[2,66,11,103,41,2212,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -376332,7 +377673,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e paddingVertical: 10 } }); -},2817,[41,2336]); +},2809,[41,2329]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -376688,7 +378029,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e RssMyHomeScreen.propTypes = Object.assign({ item: _propTypes.default.object }, _$$_REQUIRE(_dependencyMap[27]).RssBaseScreen.propTypes); -},2818,[2,3,5,6,50,52,53,55,673,103,41,2120,2810,2354,2342,2258,2256,2465,950,2061,275,2819,655,525,2397,2626,2344,2811]); +},2810,[2,3,5,6,50,52,53,55,673,103,41,2090,2802,2347,2335,2251,2249,2458,923,2031,275,2811,655,525,2390,2618,2337,2803]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -376733,7 +378074,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e padding: 3 } }); -},2819,[41,2336,525]); +},2811,[41,2329,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -376748,7 +378089,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2820,[2821]); +},2812,[2813]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -376847,7 +378188,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[13]).RssBaseScreen); -},2821,[2,3,5,6,50,52,53,55,103,41,523,275,655,2811]); +},2813,[2,3,5,6,50,52,53,55,103,41,523,275,655,2803]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -376862,7 +378203,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2822,[2823]); +},2814,[2815]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -377015,7 +378356,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[17]).RssBaseScreen); -},2823,[2,3,5,6,50,52,55,103,41,2354,40,2824,275,525,954,2828,2344,2811]); +},2815,[2,3,5,6,50,52,55,103,41,2347,40,2816,275,525,927,2820,2337,2803]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -377267,7 +378608,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e categoriesNotSearchable: _propTypes.default.arrayOf(_propTypes.default.string) }; var _default = exports.default = RssSearchAdvanceModal; -},2824,[2,11,3,66,673,103,2354,965,2825,950,2766,2827,275,525,954]); +},2816,[2,11,3,66,673,103,2347,938,2817,923,2758,2819,275,525,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -377316,7 +378657,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e textStyle: _propTypes.default.any }, _dropDownList.default.propTypes); var _default = exports.default = DropDown; -},2825,[2,11,673,103,2826,2612,275]); +},2817,[2,11,673,103,2818,2604,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -377390,7 +378731,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e expanded: _propTypes.default.bool }; var _default = exports.default = DropDownButton; -},2826,[2,673,103,41,2061,275,525,954,2465]); +},2818,[2,673,103,41,2031,275,525,927,2458]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -377425,7 +378766,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e height: 50 } }); -},2827,[41,525]); +},2819,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -377440,7 +378781,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2828,[2588]); +},2820,[2580]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -377455,7 +378796,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2829,[2830]); +},2821,[2822]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -377483,7 +378824,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_react.default.Component); -},2830,[2,5,6,50,52,55,103]); +},2822,[2,5,6,50,52,55,103]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -377498,7 +378839,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2831,[2832]); +},2823,[2824]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -377662,7 +379003,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onItemPress: _propTypes.default.func.isRequired, drawerHeader: _propTypes.default.node }; -},2832,[2,66,673,103,41,523,2342,2833,275,655,2451,954,525,1448]); +},2824,[2,66,673,103,41,523,2335,2825,275,655,2444,927,525,1421]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -377858,7 +379199,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onAccordionPress: _propTypes.default.func }; var _default = exports.default = DrawerLabelComponent; -},2833,[2,11,673,103,41,2341,2834,2835,2836,2837,275,525,2336,954]); +},2825,[2,11,673,103,41,2334,2826,2827,2828,2829,275,525,2329,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -377916,7 +379257,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e focused: _propTypes.default.bool }; var _default = exports.default = DrawerLabelChevronComponent; -},2834,[2,673,103,2465,2061,275,954,525]); +},2826,[2,673,103,2458,2031,275,927,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -377931,7 +379272,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e alignItems: "center" } }); -},2835,[41]); +},2827,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -378001,7 +379342,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e style: _propTypes.default.object }; var _default = exports.default = DrawerLabelIconComponent; -},2836,[2,673,103,41,2159,275,2336,954,525]); +},2828,[2,673,103,41,2129,275,2329,927,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -378084,7 +379425,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e cssItemKey: _propTypes.default.string }; var _default = exports.default = DrawerLabelTextComponent; -},2837,[2,66,673,103,2284,523,950,275,655,954]); +},2829,[2,66,673,103,2277,523,923,275,655,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -378099,7 +379440,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2838,[2839]); +},2830,[2831]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -378224,7 +379565,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e TutorialScreen.propTypes = { navigation: _propTypes.default.object }; -},2839,[2,5,6,50,52,53,55,673,103,41,2341,40,2147,950,679,2525,275,2468,2840,2192]); +},2831,[2,5,6,50,52,53,55,673,103,41,2334,40,2117,923,679,2518,275,2461,2832,2163]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -378265,7 +379606,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e backgroundColor: _$$_REQUIRE(_dependencyMap[1]).colors.black } }); -},2840,[41,525]); +},2832,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -378280,7 +379621,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2841,[2842]); +},2833,[2834]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -378613,7 +379954,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigate: _propTypes.default.func.isRequired }).isRequired }; -},2842,[2,3,5,6,50,52,53,55,673,103,41,2120,2354,40,657,2168,2336,2608,2456,2616,275,525,2468,2263,2464,2169,954,2244]); +},2834,[2,3,5,6,50,52,53,55,673,103,41,2090,2347,40,657,2138,2329,2600,2449,2608,275,525,2461,2256,2457,2139,927,2234]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -378628,7 +379969,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2843,[2844]); +},2835,[2836]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -379082,7 +380423,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }) }) }; -},2844,[2,3,5,6,50,52,53,55,673,103,41,523,2222,2423,2224,2143,40,1099,2147,2250,991,2525,2845,2851,2860,2868,275,2468,655,525,2357,2125,2344,2816,2397,954]); +},2836,[2,3,5,6,50,52,53,55,673,103,41,523,2212,2416,2214,2113,40,1072,2117,2240,964,2518,2837,2843,2852,2860,275,2461,655,525,2350,2095,2337,2808,2390,927]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -380048,7 +381389,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e hasColumnizer: false, insideAdModels: [] }; -},2845,[2,3,5,6,50,52,55,673,103,2203,2204,523,2224,2143,2128,1099,2424,1086,2286,2221,2846,2324,275,655,2165,954,525,2239,2164,1098,2849,2129,2349,2169,2192,2162]); +},2837,[2,3,5,6,50,52,55,673,103,2193,2194,523,2214,2113,2098,1072,2417,1059,2279,2211,2838,2317,275,655,2135,927,525,2229,2134,1071,2841,2099,2342,2139,2163,2132]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -380159,7 +381500,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2846,[2,3,5,6,50,52,53,55,673,103,523,2431,720,1098,275,655,2162,525,2172,2847,1309]); +},2838,[2,3,5,6,50,52,53,55,673,103,523,2424,693,1071,275,655,2132,525,2142,2839,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -380277,7 +381618,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e navigation: navigation })); }; -},2847,[2,3,5,6,50,52,53,55,673,103,2306,523,40,2342,275,1098,655,2848,1309]); +},2839,[2,3,5,6,50,52,53,55,673,103,2299,523,40,2335,275,1071,655,2840,1282]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -380338,7 +381679,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[9]).BaseOptionspage); -},2848,[2,5,6,50,52,53,55,1098,525,2452]); +},2840,[2,5,6,50,52,53,55,1071,525,2445]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -380814,7 +382155,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e isAutoHeight: false, autoHeightWebViewProps: {} }; -},2849,[2,11,3,5,6,50,52,55,673,103,41,2147,991,523,2119,1086,2143,2144,2128,2850,275,655,2129,1098,948,2308,525,2172,2162,2451,2167]); +},2841,[2,11,3,5,6,50,52,55,673,103,41,2117,964,523,2089,1059,2113,2114,2098,2842,275,655,2099,1071,921,2301,525,2142,2132,2444,2137]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -380838,7 +382179,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e backgroundColor: _$$_REQUIRE(_dependencyMap[1]).colors.transparent } }); -},2850,[41,525]); +},2842,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -380968,7 +382309,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e item: _propTypes.default.object, onBylinePress: _propTypes.default.func }; -},2851,[2,5,6,50,52,55,673,103,41,2424,2845,2852,275,2161,954,525,2853,2336,2855]); +},2843,[2,5,6,50,52,55,673,103,41,2417,2837,2844,275,2131,927,525,2845,2329,2847]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -380987,7 +382328,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e minHeight: 0 } }); -},2852,[41]); +},2844,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -381208,7 +382549,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e hasSquaredImage: _propTypes.default.bool, rootStyle: _propTypes.default.any }; -},2853,[2,5,6,50,52,55,673,103,41,2342,950,679,2332,275,954,525,2854]); +},2845,[2,5,6,50,52,55,673,103,41,2335,923,679,2325,275,927,525,2846]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -381257,7 +382598,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flex: 1 } }); -},2854,[41]); +},2846,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -381272,7 +382613,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2855,[2856]); +},2847,[2848]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -381576,7 +382917,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e style: _propTypes.default.any, loadUrlInArticle: _propTypes.default.bool }; -},2856,[2,3,5,6,50,52,55,673,103,658,523,2143,2159,2857,2283,275,655,954,2859,2061,525]); +},2848,[2,3,5,6,50,52,55,673,103,658,523,2113,2129,2849,2276,275,655,927,2851,2031,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -381945,7 +383286,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e btnOutRange: _$$_REQUIRE(_dependencyMap[11]).colors.black, btnOutRangeTxt: _$$_REQUIRE(_dependencyMap[11]).colors.white }; -},2857,[2,5,6,50,52,55,673,103,41,2858,275,525]); +},2849,[2,5,6,50,52,55,673,103,41,2850,275,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -382053,7 +383394,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e startDegree: 0, endDegree: 720 }; -},2858,[2,5,6,50,52,55,103,41,673,275]); +},2850,[2,5,6,50,52,55,103,41,673,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -382068,7 +383409,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2859,[2282]); +},2851,[2275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -382226,7 +383567,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e bottom: _propTypes.default.number }, _articleContentBase.default.propTypes); var _default = exports.default = ArticleContent; -},2860,[2,5,6,50,52,53,55,673,103,41,40,2845,275,954,2861,525,2863,2865,2855]); +},2852,[2,5,6,50,52,53,55,673,103,41,40,2837,275,927,2853,525,2855,2857,2847]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -382381,7 +383722,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onImageError: _propTypes.default.func, onHeightChange: _propTypes.default.func }; -},2861,[2,66,673,103,41,2424,2348,950,2373,2324,275,525,954,2862,2205]); +},2853,[2,66,673,103,41,2417,2341,923,2366,2317,275,525,927,2854,2195]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -382405,7 +383746,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e padding: 10 } }); -},2862,[41,525]); +},2854,[41,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -382420,7 +383761,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2863,[2864]); +},2855,[2856]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -382519,7 +383860,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e parallaxBackgroundScrollSpeed: _propTypes.default.number, children: _propTypes.default.any }; -},2864,[2,11,673,103,41,275,2161,525]); +},2856,[2,11,673,103,41,275,2131,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -382534,7 +383875,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2865,[2866]); +},2857,[2858]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -382628,7 +383969,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e renderTopBanner: _propTypes.default.func, onBylinePress: _propTypes.default.func }; -},2866,[2,673,103,41,2424,950,275,954,2867]); +},2858,[2,673,103,41,2417,923,275,927,2859]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -382662,7 +384003,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e paddingHorizontal: 4 } }); -},2867,[41]); +},2859,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -382683,7 +384024,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e flex: 1 } }); -},2868,[41]); +},2860,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -382792,7 +384133,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e hideCloseButton: _propTypes.default.bool }, _$$_REQUIRE(_dependencyMap[14]).AutoHeightWebView.propTypes); var _default = exports.default = CustomEmbedWebView; -},2869,[2,66,11,673,103,41,523,40,2429,275,2239,1086,655,954,2870,2172,525]); +},2861,[2,66,11,673,103,41,523,40,2422,275,2229,1059,655,927,2862,2142,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -383072,7 +384413,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e htmlContentId: "", disableStartAutoHeightEvaluation: false }; -},2870,[2,11,5,6,50,52,55,673,103,275,2164,2167]); +},2862,[2,11,5,6,50,52,55,673,103,275,2134,2137]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -383203,7 +384544,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e NativoLandingPageScreen.propTypes = { navigation: _propTypes.default.object.isRequired }; -},2871,[2,5,6,50,52,55,673,103,41,1099,275,2468,2161]); +},2863,[2,5,6,50,52,55,673,103,41,1072,275,2461,2131]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -383509,7 +384850,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[18]).NavigationBaseScreen); -},2872,[2,565,3,5,6,50,52,53,55,103,41,2306,2273,950,2061,275,525,1088,2468,2873,954,2192]); +},2864,[2,565,3,5,6,50,52,53,55,103,41,2299,2266,923,2031,275,525,1061,2461,2865,927,2163]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -383544,7 +384885,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e fontSize: 20 } }); -},2873,[41]); +},2865,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -383610,7 +384951,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[10]).NavigationBaseScreen); -},2874,[2,5,6,50,52,55,103,13,2875,275,2468,525]); +},2866,[2,5,6,50,52,55,103,13,2867,275,2461,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -383679,7 +385020,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e }) : null] }); } -},2875,[2,66,103,41,2473,523,40,1086,275,525,655,954,2167,2172]); +},2867,[2,66,103,41,2466,523,40,1059,275,525,655,927,2137,2142]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -383747,7 +385088,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[11]).NavigationBaseScreen); -},2876,[2,5,6,50,52,55,103,13,10,2875,275,2468,525]); +},2868,[2,5,6,50,52,55,103,13,10,2867,275,2461,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -383947,7 +385288,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[25]).NavigationBaseScreen); -},2877,[2,3,5,6,50,52,53,55,103,2117,2120,2354,1977,523,2119,1098,1978,2147,2875,275,525,655,2169,2192,2175,2468]); +},2869,[2,3,5,6,50,52,53,55,103,2087,2090,2347,1947,523,2089,1071,1948,2117,2867,275,525,655,2139,2163,2145,2461]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -384063,7 +385404,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e SelectionScreen.propTypes = { navigation: _propTypes.default.object }; -},2878,[2,3,5,6,50,52,53,55,673,103,2875,275,2468,525]); +},2870,[2,3,5,6,50,52,53,55,673,103,2867,275,2461,525]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -384123,7 +385464,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[12]).NavigationBaseScreen); -},2879,[2,5,6,50,52,55,103,41,950,2061,275,954,2468]); +},2871,[2,5,6,50,52,55,103,41,923,2031,275,927,2461]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -384394,7 +385735,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e UpdaterScreen.defaultProps = { manualRestartContext: global.ta.__DEV__ }; -},2880,[2,3,5,6,50,52,53,55,673,103,41,13,40,720,2123,657,2465,950,2881,275,525,670,2257,2468,954,2192,2480]); +},2872,[2,3,5,6,50,52,53,55,673,103,41,13,40,693,2093,657,2458,923,2873,275,525,670,2250,2461,927,2163,2473]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -384429,7 +385770,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e alignItems: "center" } }); -},2881,[41]); +},2873,[41]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -384444,7 +385785,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2882,[2883]); +},2874,[2875]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -385018,7 +386359,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }]); }(_$$_REQUIRE(_dependencyMap[36]).NavigationBaseScreen); -},2883,[2,3,5,6,50,52,53,55,103,2117,2120,2494,523,2119,2431,2145,2470,2130,1099,2123,657,1978,2147,275,951,948,525,670,2231,2104,2460,655,13,1084,2602,2480,2468]); +},2875,[2,3,5,6,50,52,53,55,103,2087,2090,2487,523,2089,2424,2115,2463,2100,1072,2093,657,1948,2117,275,924,921,525,670,2221,2074,2453,655,13,1057,2594,2473,2461]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -385179,7 +386520,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e RootBase.propTypes = { children: _propTypes.default.any }; -},2884,[2,11,673,103,41,40,1099,2147,2885,275,2240,2886,951,2451,525,2425,2169,948,2213,2257,2261,954,993,2887,2888]); +},2876,[2,11,673,103,41,40,1072,2117,2877,275,2230,2878,924,2444,525,2418,2139,921,2203,2250,2254,927,966,2879,2880]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -385353,7 +386694,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e defaultOperations: _propTypes.default.arrayOf(_propTypes.default.instanceOf(_$$_REQUIRE(_dependencyMap[9]).DebugOperation)) }; var _default = exports.default = DebugOverlay; -},2885,[2,74,66,673,103,41,275,525,2451,951,2161,2397]); +},2877,[2,74,66,673,103,41,275,525,2444,924,2131,2390]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -385479,7 +386820,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e onOpen: _propTypes.default.func, onClose: _propTypes.default.func }; -},2886,[2,5,6,50,52,55,673,103,2143,275,2849]); +},2878,[2,5,6,50,52,55,673,103,2113,275,2841]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0]); Object.defineProperty(exports, "__esModule", { @@ -385559,7 +386900,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e })] }); }; -},2887,[2,66,11,103,41,275]); +},2879,[2,66,11,103,41,275]); __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) { Object.defineProperty(exports, "__esModule", { value: true @@ -385574,6 +386915,6 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e } }); }); -},2888,[2462]); +},2880,[2455]); __r(140); __r(0); \ No newline at end of file diff --git a/src/main/assets/packages.txt b/src/main/assets/packages.txt index 6ccfdb3..019748a 100644 --- a/src/main/assets/packages.txt +++ b/src/main/assets/packages.txt @@ -1,5 +1,5 @@ com.facebook.react.shell.MainReactPackage -com.rtmalone.volumecontrol.RNVolumeControlPackage +com.reactnativevolumemanager.VolumeManagerPackage com.levelasquez.androidopensettings.AndroidOpenSettingsPackage com.chirag.RNMail.RNMail net.no_mad.tts.TextToSpeechPackage @@ -39,7 +39,6 @@ net.nativo.reactsdk.RNNativoSdkPackage com.onesignal.rnonesignalandroid.ReactNativeOneSignalPackage com.reactnativepagerview.PagerViewPackage com.library.RCTPdfView -io.amarcruz.photoview.PhotoViewPackage com.swmansion.reanimated.ReanimatedPackage com.th3rdwave.safeareacontext.SafeAreaContextPackage com.swmansion.rnscreens.RNScreensPackage