@dr.pogodin/react-utils 1.15.4 → 1.15.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/development/shared/utils/Barrier.js +21 -3
- package/build/development/shared/utils/Barrier.js.map +1 -1
- package/build/development/shared/utils/config.js +1 -1
- package/build/development/shared/utils/config.js.map +1 -1
- package/build/development/web.bundle.js +2 -2
- package/build/production/shared/utils/Barrier.js +1 -1
- package/build/production/shared/utils/Barrier.js.map +1 -1
- package/build/production/shared/utils/config.js +1 -1
- package/build/production/shared/utils/config.js.map +1 -1
- package/build/production/style.css +1 -1
- package/build/production/web.bundle.js +1 -1
- package/build/production/web.bundle.js.map +1 -1
- package/node-entry.js +9 -4
- package/package.json +16 -16
|
@@ -12,15 +12,25 @@ exports.newBarrier = newBarrier;
|
|
|
12
12
|
*/
|
|
13
13
|
class Barrier extends Promise {
|
|
14
14
|
#resolve;
|
|
15
|
+
#resolved = false;
|
|
15
16
|
#reject;
|
|
17
|
+
#rejected = false;
|
|
16
18
|
|
|
17
19
|
constructor(executor) {
|
|
18
20
|
let resolveRef;
|
|
19
21
|
let rejectRef;
|
|
20
22
|
super((resolve, reject) => {
|
|
21
|
-
resolveRef =
|
|
22
|
-
|
|
23
|
-
|
|
23
|
+
resolveRef = value => {
|
|
24
|
+
resolve(value);
|
|
25
|
+
this.#resolved = true;
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
rejectRef = error => {
|
|
29
|
+
reject(error);
|
|
30
|
+
this.#rejected = true;
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
if (executor) executor(resolveRef, rejectRef);
|
|
24
34
|
});
|
|
25
35
|
this.#resolve = resolveRef;
|
|
26
36
|
this.#reject = rejectRef;
|
|
@@ -30,10 +40,18 @@ class Barrier extends Promise {
|
|
|
30
40
|
return this.#resolve;
|
|
31
41
|
}
|
|
32
42
|
|
|
43
|
+
get resolved() {
|
|
44
|
+
return this.#resolved;
|
|
45
|
+
}
|
|
46
|
+
|
|
33
47
|
get reject() {
|
|
34
48
|
return this.#reject;
|
|
35
49
|
}
|
|
36
50
|
|
|
51
|
+
get rejected() {
|
|
52
|
+
return this.#rejected;
|
|
53
|
+
}
|
|
54
|
+
|
|
37
55
|
then(onFulfilled, onRejected) {
|
|
38
56
|
const res = super.then(onFulfilled, onRejected);
|
|
39
57
|
res.#resolve = this.#resolve;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/shared/utils/Barrier.js"],"names":["Barrier","Promise","resolve","reject","constructor","executor","resolveRef","rejectRef","then","onFulfilled","onRejected","res","newBarrier"],"mappings":";;;;;;;;AAAA;AACA;AACA;AACA;AACO,MAAMA,OAAN,SAAsBC,OAAtB,CAA8B;AACnC,GAACC,OAAD;AAEA,GAACC,MAAD;;AAEAC,EAAAA,WAAW,CAACC,QAAD,EAAW;AACpB,QAAIC,UAAJ;AACA,QAAIC,SAAJ;AACA,UAAM,
|
|
1
|
+
{"version":3,"sources":["../../../../src/shared/utils/Barrier.js"],"names":["Barrier","Promise","resolve","resolved","reject","rejected","constructor","executor","resolveRef","rejectRef","value","error","then","onFulfilled","onRejected","res","newBarrier"],"mappings":";;;;;;;;AAAA;AACA;AACA;AACA;AACO,MAAMA,OAAN,SAAsBC,OAAtB,CAA8B;AACnC,GAACC,OAAD;AAEA,GAACC,QAAD,GAAY,KAAZ;AAEA,GAACC,MAAD;AAEA,GAACC,QAAD,GAAY,KAAZ;;AAEAC,EAAAA,WAAW,CAACC,QAAD,EAAW;AACpB,QAAIC,UAAJ;AACA,QAAIC,SAAJ;AACA,UAAM,CAACP,OAAD,EAAUE,MAAV,KAAqB;AACzBI,MAAAA,UAAU,GAAIE,KAAD,IAAW;AACtBR,QAAAA,OAAO,CAACQ,KAAD,CAAP;AACA,aAAK,CAACP,QAAN,GAAiB,IAAjB;AACD,OAHD;;AAIAM,MAAAA,SAAS,GAAIE,KAAD,IAAW;AACrBP,QAAAA,MAAM,CAACO,KAAD,CAAN;AACA,aAAK,CAACN,QAAN,GAAiB,IAAjB;AACD,OAHD;;AAIA,UAAIE,QAAJ,EAAcA,QAAQ,CAACC,UAAD,EAAaC,SAAb,CAAR;AACf,KAVD;AAWA,SAAK,CAACP,OAAN,GAAgBM,UAAhB;AACA,SAAK,CAACJ,MAAN,GAAeK,SAAf;AACD;;AAEU,MAAPP,OAAO,GAAG;AAAE,WAAO,KAAK,CAACA,OAAb;AAAuB;;AAE3B,MAARC,QAAQ,GAAG;AAAE,WAAO,KAAK,CAACA,QAAb;AAAwB;;AAE/B,MAANC,MAAM,GAAG;AAAE,WAAO,KAAK,CAACA,MAAb;AAAsB;;AAEzB,MAARC,QAAQ,GAAG;AAAE,WAAO,KAAK,CAACA,QAAb;AAAwB;;AAEzCO,EAAAA,IAAI,CAACC,WAAD,EAAcC,UAAd,EAA0B;AAC5B,UAAMC,GAAG,GAAG,MAAMH,IAAN,CAAWC,WAAX,EAAwBC,UAAxB,CAAZ;AACAC,IAAAA,GAAG,CAAC,CAACb,OAAL,GAAe,KAAK,CAACA,OAArB;AACAa,IAAAA,GAAG,CAAC,CAACX,MAAL,GAAc,KAAK,CAACA,MAApB;AACA,WAAOW,GAAP;AACD;;AAxCkC;AA2CrC;AACA;AACA;AACA;;;;;AACO,SAASC,UAAT,CAAoBT,QAApB,EAA8B;AACnC,SAAO,IAAIP,OAAJ,CAAYO,QAAZ,CAAP;AACD","sourcesContent":["/**\n * Barrier is just a Promise which has resolve and reject exposed as instance\n * methods.\n */\nexport class Barrier extends Promise {\n #resolve;\n\n #resolved = false;\n\n #reject;\n\n #rejected = false;\n\n constructor(executor) {\n let resolveRef;\n let rejectRef;\n super((resolve, reject) => {\n resolveRef = (value) => {\n resolve(value);\n this.#resolved = true;\n };\n rejectRef = (error) => {\n reject(error);\n this.#rejected = true;\n };\n if (executor) executor(resolveRef, rejectRef);\n });\n this.#resolve = resolveRef;\n this.#reject = rejectRef;\n }\n\n get resolve() { return this.#resolve; }\n\n get resolved() { return this.#resolved; }\n\n get reject() { return this.#reject; }\n\n get rejected() { return this.#rejected; }\n\n then(onFulfilled, onRejected) {\n const res = super.then(onFulfilled, onRejected);\n res.#resolve = this.#resolve;\n res.#reject = this.#reject;\n return res;\n }\n}\n\n/**\n * Creates a new Barrier.\n * @returns {Barrier}\n */\nexport function newBarrier(executor) {\n return new Barrier(executor);\n}\n"],"file":"Barrier.js"}
|
|
@@ -10,7 +10,7 @@ var _webpack = require("./webpack");
|
|
|
10
10
|
/* global window */
|
|
11
11
|
|
|
12
12
|
/* eslint-disable global-require */
|
|
13
|
-
var _default = (0, _webpack.requireWeak)('config') || window.CONFIG;
|
|
13
|
+
var _default = (0, _webpack.requireWeak)('config') || window.CONFIG || {};
|
|
14
14
|
/* eslint-enable global-require */
|
|
15
15
|
|
|
16
16
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/shared/utils/config.js"],"names":["window","CONFIG"],"mappings":";;;;;;;AAEA;;AAFA;;AAIA;eACe,0BAAY,QAAZ,KAAyBA,MAAM,CAACC,
|
|
1
|
+
{"version":3,"sources":["../../../../src/shared/utils/config.js"],"names":["window","CONFIG"],"mappings":";;;;;;;AAEA;;AAFA;;AAIA;eACe,0BAAY,QAAZ,KAAyBA,MAAM,CAACC,MAAhC,IAA0C,E;AACzD","sourcesContent":["/* global window */\n\nimport { requireWeak } from './webpack';\n\n/* eslint-disable global-require */\nexport default requireWeak('config') || window.CONFIG || {};\n/* eslint-enable global-require */\n"],"file":"config.js"}
|
|
@@ -226,7 +226,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
226
226
|
\*************************************/
|
|
227
227
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
228
228
|
|
|
229
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Barrier\": function() { return /* binding */ Barrier; },\n/* harmony export */ \"newBarrier\": function() { return /* binding */ newBarrier; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"@babel/runtime/helpers/classCallCheck\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"@babel/runtime/helpers/createClass\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ \"@babel/runtime/helpers/assertThisInitialized\");\n/* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var _babel_runtime_helpers_get__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/get */ \"@babel/runtime/helpers/get\");\n/* harmony import */ var _babel_runtime_helpers_get__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_get__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"@babel/runtime/helpers/inherits\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"@babel/runtime/helpers/possibleConstructorReturn\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__);\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"@babel/runtime/helpers/getPrototypeOf\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__);\n/* harmony import */ var _babel_runtime_helpers_wrapNativeSuper__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/wrapNativeSuper */ \"@babel/runtime/helpers/wrapNativeSuper\");\n/* harmony import */ var _babel_runtime_helpers_wrapNativeSuper__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_wrapNativeSuper__WEBPACK_IMPORTED_MODULE_7__);\n/* harmony import */ var _babel_runtime_helpers_classPrivateFieldGet__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @babel/runtime/helpers/classPrivateFieldGet */ \"@babel/runtime/helpers/classPrivateFieldGet\");\n/* harmony import */ var _babel_runtime_helpers_classPrivateFieldGet__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classPrivateFieldGet__WEBPACK_IMPORTED_MODULE_8__);\n/* harmony import */ var _babel_runtime_helpers_classPrivateFieldSet__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @babel/runtime/helpers/classPrivateFieldSet */ \"@babel/runtime/helpers/classPrivateFieldSet\");\n/* harmony import */ var _babel_runtime_helpers_classPrivateFieldSet__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classPrivateFieldSet__WEBPACK_IMPORTED_MODULE_9__);\n\n\n\n\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5___default()(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\nfunction _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }\n\nfunction _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError(\"Cannot initialize the same private elements twice on an object\"); } }\n\nvar _resolve = /*#__PURE__*/new WeakMap();\n\nvar _reject = /*#__PURE__*/new WeakMap();\n\n/**\n * Barrier is just a Promise which has resolve and reject exposed as instance\n * methods.\n */\nvar Barrier = /*#__PURE__*/function (_Promise) {\n _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4___default()(Barrier, _Promise);\n\n var _super = _createSuper(Barrier);\n\n function Barrier(executor) {\n var _this;\n\n _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, Barrier);\n\n var resolveRef;\n var rejectRef;\n _this = _super.call(this, function (resolve, reject) {\n resolveRef = resolve;\n rejectRef = reject;\n if (executor) executor(resolve, reject);\n });\n\n _classPrivateFieldInitSpec(_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2___default()(_this), _resolve, {\n writable: true,\n value: void 0\n });\n\n _classPrivateFieldInitSpec(_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2___default()(_this), _reject, {\n writable: true,\n value: void 0\n });\n\n _babel_runtime_helpers_classPrivateFieldSet__WEBPACK_IMPORTED_MODULE_9___default()(_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2___default()(_this), _resolve, resolveRef);\n\n _babel_runtime_helpers_classPrivateFieldSet__WEBPACK_IMPORTED_MODULE_9___default()(_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2___default()(_this), _reject, rejectRef);\n\n return _this;\n }\n\n _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(Barrier, [{\n key: \"resolve\",\n get: function get() {\n return _babel_runtime_helpers_classPrivateFieldGet__WEBPACK_IMPORTED_MODULE_8___default()(this, _resolve);\n }\n }, {\n key: \"reject\",\n get: function get() {\n return _babel_runtime_helpers_classPrivateFieldGet__WEBPACK_IMPORTED_MODULE_8___default()(this, _reject);\n }\n }, {\n key: \"then\",\n value: function then(onFulfilled, onRejected) {\n var res = _babel_runtime_helpers_get__WEBPACK_IMPORTED_MODULE_3___default()(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6___default()(Barrier.prototype), \"then\", this).call(this, onFulfilled, onRejected);\n\n _babel_runtime_helpers_classPrivateFieldSet__WEBPACK_IMPORTED_MODULE_9___default()(res, _resolve, _babel_runtime_helpers_classPrivateFieldGet__WEBPACK_IMPORTED_MODULE_8___default()(this, _resolve));\n\n _babel_runtime_helpers_classPrivateFieldSet__WEBPACK_IMPORTED_MODULE_9___default()(res, _reject, _babel_runtime_helpers_classPrivateFieldGet__WEBPACK_IMPORTED_MODULE_8___default()(this, _reject));\n\n return res;\n }\n }]);\n\n return Barrier;\n}( /*#__PURE__*/_babel_runtime_helpers_wrapNativeSuper__WEBPACK_IMPORTED_MODULE_7___default()(Promise));\n/**\n * Creates a new Barrier.\n * @returns {Barrier}\n */\n\nfunction newBarrier(executor) {\n return new Barrier(executor);\n}\n\n//# sourceURL=webpack://@dr.pogodin/react-utils/./src/shared/utils/Barrier.js?");
|
|
229
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Barrier\": function() { return /* binding */ Barrier; },\n/* harmony export */ \"newBarrier\": function() { return /* binding */ newBarrier; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"@babel/runtime/helpers/classCallCheck\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"@babel/runtime/helpers/createClass\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ \"@babel/runtime/helpers/assertThisInitialized\");\n/* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var _babel_runtime_helpers_get__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/get */ \"@babel/runtime/helpers/get\");\n/* harmony import */ var _babel_runtime_helpers_get__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_get__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"@babel/runtime/helpers/inherits\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"@babel/runtime/helpers/possibleConstructorReturn\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__);\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"@babel/runtime/helpers/getPrototypeOf\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__);\n/* harmony import */ var _babel_runtime_helpers_wrapNativeSuper__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/wrapNativeSuper */ \"@babel/runtime/helpers/wrapNativeSuper\");\n/* harmony import */ var _babel_runtime_helpers_wrapNativeSuper__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_wrapNativeSuper__WEBPACK_IMPORTED_MODULE_7__);\n/* harmony import */ var _babel_runtime_helpers_classPrivateFieldGet__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @babel/runtime/helpers/classPrivateFieldGet */ \"@babel/runtime/helpers/classPrivateFieldGet\");\n/* harmony import */ var _babel_runtime_helpers_classPrivateFieldGet__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classPrivateFieldGet__WEBPACK_IMPORTED_MODULE_8__);\n/* harmony import */ var _babel_runtime_helpers_classPrivateFieldSet__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @babel/runtime/helpers/classPrivateFieldSet */ \"@babel/runtime/helpers/classPrivateFieldSet\");\n/* harmony import */ var _babel_runtime_helpers_classPrivateFieldSet__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classPrivateFieldSet__WEBPACK_IMPORTED_MODULE_9__);\n\n\n\n\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5___default()(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\nfunction _classPrivateFieldInitSpec(obj, privateMap, value) { _checkPrivateRedeclaration(obj, privateMap); privateMap.set(obj, value); }\n\nfunction _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError(\"Cannot initialize the same private elements twice on an object\"); } }\n\nvar _resolve = /*#__PURE__*/new WeakMap();\n\nvar _resolved = /*#__PURE__*/new WeakMap();\n\nvar _reject = /*#__PURE__*/new WeakMap();\n\nvar _rejected = /*#__PURE__*/new WeakMap();\n\n/**\n * Barrier is just a Promise which has resolve and reject exposed as instance\n * methods.\n */\nvar Barrier = /*#__PURE__*/function (_Promise) {\n _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4___default()(Barrier, _Promise);\n\n var _super = _createSuper(Barrier);\n\n function Barrier(executor) {\n var _this;\n\n _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, Barrier);\n\n var resolveRef;\n var rejectRef;\n _this = _super.call(this, function (resolve, reject) {\n resolveRef = function resolveRef(value) {\n resolve(value);\n\n _babel_runtime_helpers_classPrivateFieldSet__WEBPACK_IMPORTED_MODULE_9___default()(_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2___default()(_this), _resolved, true);\n };\n\n rejectRef = function rejectRef(error) {\n reject(error);\n\n _babel_runtime_helpers_classPrivateFieldSet__WEBPACK_IMPORTED_MODULE_9___default()(_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2___default()(_this), _rejected, true);\n };\n\n if (executor) executor(resolveRef, rejectRef);\n });\n\n _classPrivateFieldInitSpec(_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2___default()(_this), _resolve, {\n writable: true,\n value: void 0\n });\n\n _classPrivateFieldInitSpec(_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2___default()(_this), _resolved, {\n writable: true,\n value: false\n });\n\n _classPrivateFieldInitSpec(_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2___default()(_this), _reject, {\n writable: true,\n value: void 0\n });\n\n _classPrivateFieldInitSpec(_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2___default()(_this), _rejected, {\n writable: true,\n value: false\n });\n\n _babel_runtime_helpers_classPrivateFieldSet__WEBPACK_IMPORTED_MODULE_9___default()(_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2___default()(_this), _resolve, resolveRef);\n\n _babel_runtime_helpers_classPrivateFieldSet__WEBPACK_IMPORTED_MODULE_9___default()(_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2___default()(_this), _reject, rejectRef);\n\n return _this;\n }\n\n _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(Barrier, [{\n key: \"resolve\",\n get: function get() {\n return _babel_runtime_helpers_classPrivateFieldGet__WEBPACK_IMPORTED_MODULE_8___default()(this, _resolve);\n }\n }, {\n key: \"resolved\",\n get: function get() {\n return _babel_runtime_helpers_classPrivateFieldGet__WEBPACK_IMPORTED_MODULE_8___default()(this, _resolved);\n }\n }, {\n key: \"reject\",\n get: function get() {\n return _babel_runtime_helpers_classPrivateFieldGet__WEBPACK_IMPORTED_MODULE_8___default()(this, _reject);\n }\n }, {\n key: \"rejected\",\n get: function get() {\n return _babel_runtime_helpers_classPrivateFieldGet__WEBPACK_IMPORTED_MODULE_8___default()(this, _rejected);\n }\n }, {\n key: \"then\",\n value: function then(onFulfilled, onRejected) {\n var res = _babel_runtime_helpers_get__WEBPACK_IMPORTED_MODULE_3___default()(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6___default()(Barrier.prototype), \"then\", this).call(this, onFulfilled, onRejected);\n\n _babel_runtime_helpers_classPrivateFieldSet__WEBPACK_IMPORTED_MODULE_9___default()(res, _resolve, _babel_runtime_helpers_classPrivateFieldGet__WEBPACK_IMPORTED_MODULE_8___default()(this, _resolve));\n\n _babel_runtime_helpers_classPrivateFieldSet__WEBPACK_IMPORTED_MODULE_9___default()(res, _reject, _babel_runtime_helpers_classPrivateFieldGet__WEBPACK_IMPORTED_MODULE_8___default()(this, _reject));\n\n return res;\n }\n }]);\n\n return Barrier;\n}( /*#__PURE__*/_babel_runtime_helpers_wrapNativeSuper__WEBPACK_IMPORTED_MODULE_7___default()(Promise));\n/**\n * Creates a new Barrier.\n * @returns {Barrier}\n */\n\nfunction newBarrier(executor) {\n return new Barrier(executor);\n}\n\n//# sourceURL=webpack://@dr.pogodin/react-utils/./src/shared/utils/Barrier.js?");
|
|
230
230
|
|
|
231
231
|
/***/ }),
|
|
232
232
|
|
|
@@ -256,7 +256,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
256
256
|
\************************************/
|
|
257
257
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
258
258
|
|
|
259
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _webpack__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./webpack */ \"./src/shared/utils/webpack.js\");\n/* global window */\n\n/* eslint-disable global-require */\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ((0,_webpack__WEBPACK_IMPORTED_MODULE_0__.requireWeak)('config') || window.CONFIG);\n/* eslint-enable global-require */\n\n//# sourceURL=webpack://@dr.pogodin/react-utils/./src/shared/utils/config.js?");
|
|
259
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _webpack__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./webpack */ \"./src/shared/utils/webpack.js\");\n/* global window */\n\n/* eslint-disable global-require */\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ((0,_webpack__WEBPACK_IMPORTED_MODULE_0__.requireWeak)('config') || window.CONFIG || {});\n/* eslint-enable global-require */\n\n//# sourceURL=webpack://@dr.pogodin/react-utils/./src/shared/utils/config.js?");
|
|
260
260
|
|
|
261
261
|
/***/ }),
|
|
262
262
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.Barrier=void 0;exports.newBarrier=newBarrier;/**
|
|
2
2
|
* Barrier is just a Promise which has resolve and reject exposed as instance
|
|
3
3
|
* methods.
|
|
4
|
-
*/class Barrier extends Promise{#resolve;#reject;constructor(executor){let resolveRef;let rejectRef;super((resolve,reject)=>{resolveRef=resolve;rejectRef=reject;if(executor)executor(
|
|
4
|
+
*/class Barrier extends Promise{#resolve;#resolved=false;#reject;#rejected=false;constructor(executor){let resolveRef;let rejectRef;super((resolve,reject)=>{resolveRef=value=>{resolve(value);this.#resolved=true};rejectRef=error=>{reject(error);this.#rejected=true};if(executor)executor(resolveRef,rejectRef)});this.#resolve=resolveRef;this.#reject=rejectRef}get resolve(){return this.#resolve}get resolved(){return this.#resolved}get reject(){return this.#reject}get rejected(){return this.#rejected}then(onFulfilled,onRejected){const res=super.then(onFulfilled,onRejected);res.#resolve=this.#resolve;res.#reject=this.#reject;return res}}/**
|
|
5
5
|
* Creates a new Barrier.
|
|
6
6
|
* @returns {Barrier}
|
|
7
7
|
*/exports.Barrier=Barrier;function newBarrier(executor){return new Barrier(executor)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/shared/utils/Barrier.js"],"names":["Barrier","Promise","resolve","reject","constructor","executor","resolveRef","rejectRef","then","onFulfilled","onRejected","res","newBarrier"],"mappings":"2HAAA;AACA;AACA;AACA,GACO,KAAMA,CAAAA,OAAN,QAAsBC,CAAAA,OAAQ,CACnC,CAACC,OAAD,CAEA,CAACC,MAAD,CAEAC,WAAW,CAACC,QAAD,CAAW,CACpB,GAAIC,CAAAA,UAAJ,CACA,GAAIC,CAAAA,SAAJ,CACA,MAAM,
|
|
1
|
+
{"version":3,"sources":["../../../../src/shared/utils/Barrier.js"],"names":["Barrier","Promise","resolve","resolved","reject","rejected","constructor","executor","resolveRef","rejectRef","value","error","then","onFulfilled","onRejected","res","newBarrier"],"mappings":"2HAAA;AACA;AACA;AACA,GACO,KAAMA,CAAAA,OAAN,QAAsBC,CAAAA,OAAQ,CACnC,CAACC,OAAD,CAEA,CAACC,QAAD,CAAY,KAAZ,CAEA,CAACC,MAAD,CAEA,CAACC,QAAD,CAAY,KAAZ,CAEAC,WAAW,CAACC,QAAD,CAAW,CACpB,GAAIC,CAAAA,UAAJ,CACA,GAAIC,CAAAA,SAAJ,CACA,MAAM,CAACP,OAAD,CAAUE,MAAV,GAAqB,CACzBI,UAAU,CAAIE,KAAD,EAAW,CACtBR,OAAO,CAACQ,KAAD,CAAP,CACA,KAAK,CAACP,QAAN,CAAiB,IAClB,CAHD,CAIAM,SAAS,CAAIE,KAAD,EAAW,CACrBP,MAAM,CAACO,KAAD,CAAN,CACA,KAAK,CAACN,QAAN,CAAiB,IAClB,CAHD,CAIA,GAAIE,QAAJ,CAAcA,QAAQ,CAACC,UAAD,CAAaC,SAAb,CACvB,CAVD,EAWA,KAAK,CAACP,OAAN,CAAgBM,UAAhB,CACA,KAAK,CAACJ,MAAN,CAAeK,SAChB,CAEU,GAAPP,CAAAA,OAAO,EAAG,CAAE,MAAO,MAAK,CAACA,OAAU,CAE3B,GAARC,CAAAA,QAAQ,EAAG,CAAE,MAAO,MAAK,CAACA,QAAW,CAE/B,GAANC,CAAAA,MAAM,EAAG,CAAE,MAAO,MAAK,CAACA,MAAS,CAEzB,GAARC,CAAAA,QAAQ,EAAG,CAAE,MAAO,MAAK,CAACA,QAAW,CAEzCO,IAAI,CAACC,WAAD,CAAcC,UAAd,CAA0B,CAC5B,KAAMC,CAAAA,GAAG,CAAG,MAAMH,IAAN,CAAWC,WAAX,CAAwBC,UAAxB,CAAZ,CACAC,GAAG,CAAC,CAACb,OAAL,CAAe,KAAK,CAACA,OAArB,CACAa,GAAG,CAAC,CAACX,MAAL,CAAc,KAAK,CAACA,MAApB,CACA,MAAOW,CAAAA,GACR,CAxCkC,CA2CrC;AACA;AACA;AACA,G,wBACO,QAASC,CAAAA,UAAT,CAAoBT,QAApB,CAA8B,CACnC,MAAO,IAAIP,CAAAA,OAAJ,CAAYO,QAAZ,CACR","sourcesContent":["/**\n * Barrier is just a Promise which has resolve and reject exposed as instance\n * methods.\n */\nexport class Barrier extends Promise {\n #resolve;\n\n #resolved = false;\n\n #reject;\n\n #rejected = false;\n\n constructor(executor) {\n let resolveRef;\n let rejectRef;\n super((resolve, reject) => {\n resolveRef = (value) => {\n resolve(value);\n this.#resolved = true;\n };\n rejectRef = (error) => {\n reject(error);\n this.#rejected = true;\n };\n if (executor) executor(resolveRef, rejectRef);\n });\n this.#resolve = resolveRef;\n this.#reject = rejectRef;\n }\n\n get resolve() { return this.#resolve; }\n\n get resolved() { return this.#resolved; }\n\n get reject() { return this.#reject; }\n\n get rejected() { return this.#rejected; }\n\n then(onFulfilled, onRejected) {\n const res = super.then(onFulfilled, onRejected);\n res.#resolve = this.#resolve;\n res.#reject = this.#reject;\n return res;\n }\n}\n\n/**\n * Creates a new Barrier.\n * @returns {Barrier}\n */\nexport function newBarrier(executor) {\n return new Barrier(executor);\n}\n"],"file":"Barrier.js"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _webpack=require("./webpack");/* global window */ /* eslint-disable global-require */var _default=(0,_webpack.requireWeak)("config")||window.CONFIG;/* eslint-enable global-require */exports.default=_default;
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _webpack=require("./webpack");/* global window */ /* eslint-disable global-require */var _default=(0,_webpack.requireWeak)("config")||window.CONFIG||{};/* eslint-enable global-require */exports.default=_default;
|
|
2
2
|
//# sourceMappingURL=config.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/shared/utils/config.js"],"names":["window","CONFIG"],"mappings":"6FAEA,kCAFA,mB,CAIA,mC,aACe,yBAAY,QAAZ,GAAyBA,MAAM,CAACC,
|
|
1
|
+
{"version":3,"sources":["../../../../src/shared/utils/config.js"],"names":["window","CONFIG"],"mappings":"6FAEA,kCAFA,mB,CAIA,mC,aACe,yBAAY,QAAZ,GAAyBA,MAAM,CAACC,MAAhC,EAA0C,E,CACzD,kC","sourcesContent":["/* global window */\n\nimport { requireWeak } from './webpack';\n\n/* eslint-disable global-require */\nexport default requireWeak('config') || window.CONFIG || {};\n/* eslint-enable global-require */\n"],"file":"config.js"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body{text-rendering:auto}*{box-sizing:border-box}.zH52sA[disabled]{cursor:not-allowed}._3jm1-Q._0plpDL.E1FNQT
|
|
1
|
+
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body{text-rendering:auto}*{box-sizing:border-box}.zH52sA[disabled]{cursor:not-allowed}.E1FNQT,.KM0v4f.E1FNQT,._3jm1-Q._0plpDL.E1FNQT{background-image:linear-gradient(0deg,#d3d3d3,#fff 50%,#fff);border:1px solid gray;border-radius:.3em;color:inherit;cursor:pointer;display:inline-block;font:inherit;margin:.1em;padding:.3em 1.2em;text-align:center;text-decoration:none}.E1FNQT:visited,.KM0v4f.E1FNQT:visited,._3jm1-Q._0plpDL.E1FNQT:visited{color:inherit}.E1FNQT:hover,.KM0v4f.E1FNQT:hover,._3jm1-Q._0plpDL.E1FNQT:hover{border-color:gray;cursor:pointer}.E1FNQT:focus,.KM0v4f.E1FNQT:focus,._3jm1-Q._0plpDL.E1FNQT:focus{border-color:blue;box-shadow:0 0 3px 1px #add8e6;outline:none}.E1FNQT.MAe9O6,.E1FNQT:active,.KM0v4f.E1FNQT.MAe9O6,.KM0v4f.E1FNQT:active,._3jm1-Q._0plpDL.E1FNQT.MAe9O6,._3jm1-Q._0plpDL.E1FNQT:active{background-image:linear-gradient(180deg,#d3d3d3,#fff 50%,#fff);border-color:gray;box-shadow:inset 0 1px 3px 0 #d3d3d3}.Br9IWV,.KM0v4f.Br9IWV,._3jm1-Q._0plpDL.Br9IWV{cursor:not-allowed;opacity:.33}.A-f8qJ,.dNQcC6.A-f8qJ,.earXxa.qAPfQ6.A-f8qJ{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid gray;border-radius:.3em;cursor:pointer;font:inherit;height:1.5em;margin:0;outline:none;width:1.5em}.A-f8qJ:checked:after,.dNQcC6.A-f8qJ:checked:after,.earXxa.qAPfQ6.A-f8qJ:checked:after{background:#000;border-radius:.3em;content:"";display:block;height:1em;margin:.2em;width:1em}.A-f8qJ:focus,.dNQcC6.A-f8qJ:focus,.earXxa.qAPfQ6.A-f8qJ:focus{border-color:blue;box-shadow:0 0 3px 1px #add8e6}.Kr0g3M,.dNQcC6.Kr0g3M,.earXxa.qAPfQ6.Kr0g3M{align-items:center;display:inline-flex;margin:.1em}._3dML-O,.dNQcC6._3dML-O,.earXxa.qAPfQ6._3dML-O{margin:0 .6em 0 1.5em}.-zPK7Y,.D4XHG2.N3nd34.-zPK7Y,.haRIry.-zPK7Y{background-image:linear-gradient(0deg,#d3d3d3,#fff 50%,#fff);border:1px solid gray;border-radius:0 .3em .3em 0;padding:.3em .6em;pointer-events:none;position:absolute;right:0}.D4XHG2.N3nd34._9CQpeA,._9CQpeA,.haRIry._9CQpeA{align-items:center;display:inline-flex;margin:.1em;position:relative}:active+.-zPK7Y,:active+.D4XHG2.N3nd34.-zPK7Y,:active+.haRIry.-zPK7Y{background-image:linear-gradient(180deg,#d3d3d3,#fff 50%,#fff);border-bottom-right-radius:0}:focus+.-zPK7Y,:focus+.D4XHG2.N3nd34.-zPK7Y,:focus+.haRIry.-zPK7Y{border-color:blue blue blue gray}.D4XHG2.N3nd34.Gv0kyu,.Gv0kyu,.haRIry.Gv0kyu{margin:0 .6em 0 1.5em}.D4XHG2.N3nd34.RdW3yR,.RdW3yR,.haRIry.RdW3yR{display:none}.D4XHG2.N3nd34.JXK1uw,.JXK1uw,.haRIry.JXK1uw{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid gray;border-radius:.3em;color:inherit;cursor:pointer;display:inline-block;font:inherit;outline:none;padding:.3em 3.3em calc(.3em + 1px) 1.2em}.D4XHG2.N3nd34.JXK1uw:active,.JXK1uw:active,.haRIry.JXK1uw:active{background:#fff;border-bottom-left-radius:0;border-bottom-right-radius:0}.D4XHG2.N3nd34.JXK1uw:focus,.JXK1uw:focus,.haRIry.JXK1uw:focus{border-color:blue;box-shadow:0 0 3px 1px #add8e6}.Cxx397,.X5WszA.Cxx397,._8s7GCr.TVlBYc.Cxx397{align-items:center;display:inline-flex;margin:.1em}.M07d4s,.X5WszA.M07d4s,._8s7GCr.TVlBYc.M07d4s{border:1px solid gray;border-radius:.3em;cursor:text;font:inherit;outline:none;padding:.3em .3em calc(.3em + 1px)}.M07d4s:focus,.X5WszA.M07d4s:focus,._8s7GCr.TVlBYc.M07d4s:focus{border-color:blue;box-shadow:0 0 3px 1px #add8e6}.X5WszA.gfbdq-,._8s7GCr.TVlBYc.gfbdq-,.gfbdq-{margin:0 .6em 0 1.5em}.T3cuHB,.m3-mdC.J15Z4H.T3cuHB,.m4mL-M.T3cuHB{align-items:stretch;display:flex;min-height:100vh;overflow:hidden;width:100%}.m3-mdC.J15Z4H.pPlQO2,.m4mL-M.pPlQO2,.pPlQO2{overflow:hidden;padding:1.2em;width:1024px}.lqNh4h,.m3-mdC.J15Z4H.lqNh4h,.m4mL-M.lqNh4h{overflow:hidden;width:calc(50% - 512px)}.Ah-Nsc.Wki41G.ye2BZo,.Szmbbz.ye2BZo,.ye2BZo{background:#eee;height:100%;left:0;opacity:.8;position:fixed;top:0;width:100%;z-index:998}.Ah-Nsc.Wki41G.ye2BZo:focus,.Szmbbz.ye2BZo:focus,.ye2BZo:focus{outline:none}.Ah-Nsc.Wki41G.gyZ4rc,.Szmbbz.gyZ4rc,.gyZ4rc{background:#fff;border-radius:4;box-shadow:0 0 14px 1px rgba(38,38,40,.15);left:50%;max-height:95vh;max-width:1024px;overflow:hidden;padding:.6em 1.2em;position:fixed;top:50%;transform:translate(-50%,-50%);width:480px;z-index:999}@media(max-width:1280px){.Ah-Nsc.Wki41G.gyZ4rc,.Szmbbz.gyZ4rc,.gyZ4rc{max-width:95vw}}body.scrolling-disabled-by-modal{overflow:hidden}.EznFz3{position:relative;width:100%}._0vb7tq{height:100%;position:absolute;width:100%}.XIxe9o.YOyORH._7zdld4,._7zdld4,.uIObt7._7zdld4{display:inline-block}.XIxe9o.YOyORH.dBrB4g,.dBrB4g,.uIObt7.dBrB4g{-webkit-animation:TJe-6j .4s ease-in infinite alternate;animation:TJe-6j .4s ease-in infinite alternate;background:#000;border-radius:.3em;display:inline-block;height:.6em;margin:0 .1em;position:relative;width:.6em}@-webkit-keyframes TJe-6j{0%{top:-.3em}to{top:.3em}}@keyframes TJe-6j{0%{top:-.3em}to{top:.3em}}.XIxe9o.YOyORH.dBrB4g:first-child,.dBrB4g:first-child,.uIObt7.dBrB4g:first-child{-webkit-animation-delay:-.2s;animation-delay:-.2s}.XIxe9o.YOyORH.dBrB4g:last-child,.dBrB4g:last-child,.uIObt7.dBrB4g:last-child{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes L4ubm-{0%{opacity:0}to{opacity:1}}@keyframes L4ubm-{0%{opacity:0}to{opacity:1}}.GdZucr.M9gywF,.M9gywF,._4xT7zE.zd-vnH.M9gywF{border:.6em solid gray;height:0;pointer-events:none;position:absolute;width:0}.GdZucr.f9gY8K,._4xT7zE.zd-vnH.f9gY8K,.f9gY8K{-webkit-animation:L4ubm- .6s;animation:L4ubm- .6s;background:gray;border-radius:.3em;color:#fff;display:inline-block;left:0;padding:0 .3em;position:absolute;top:0}.GdZucr._4qDBRM,._4qDBRM,._4xT7zE.zd-vnH._4qDBRM{display:inline-block}* .sXHM81,.r3ABzd.YKcPnR .sXHM81,.veKyYi .sXHM81{background:#f5f5f5}* .SlV2zw,.r3ABzd.YKcPnR .SlV2zw,.veKyYi .SlV2zw{height:100%;position:relative;width:100%}* .jTxmOX,._5a9XX1._7sH52O .jTxmOX,.dzIcLh .jTxmOX{position:absolute;text-align:center;top:40%;transform:translateY(50%);width:100%}
|
|
2
2
|
/*# sourceMappingURL=style.css.map*/
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/*! For license information please see web.bundle.js.LICENSE.txt */
|
|
2
|
-
!function(e,r){"object"==typeof exports&&"object"==typeof module?module.exports=r(require("@babel/runtime/helpers/assertThisInitialized"),require("@babel/runtime/helpers/asyncToGenerator"),require("@babel/runtime/helpers/classCallCheck"),require("@babel/runtime/helpers/classPrivateFieldGet"),require("@babel/runtime/helpers/classPrivateFieldSet"),require("@babel/runtime/helpers/createClass"),require("@babel/runtime/helpers/defineProperty"),require("@babel/runtime/helpers/get"),require("@babel/runtime/helpers/getPrototypeOf"),require("@babel/runtime/helpers/inherits"),require("@babel/runtime/helpers/objectWithoutProperties"),require("@babel/runtime/helpers/possibleConstructorReturn"),require("@babel/runtime/helpers/slicedToArray"),require("@babel/runtime/helpers/toConsumableArray"),require("@babel/runtime/helpers/typeof"),require("@babel/runtime/helpers/wrapNativeSuper"),require("@babel/runtime/regenerator"),require("@dr.pogodin/react-global-state"),require("@dr.pogodin/react-themes"),require("axios"),require("dayjs"),require("lodash"),require("prop-types"),require("qs"),require("react"),require("react-dom"),require("react-helmet"),require("react-router-dom")):"function"==typeof define&&define.amd?define(["@babel/runtime/helpers/assertThisInitialized","@babel/runtime/helpers/asyncToGenerator","@babel/runtime/helpers/classCallCheck","@babel/runtime/helpers/classPrivateFieldGet","@babel/runtime/helpers/classPrivateFieldSet","@babel/runtime/helpers/createClass","@babel/runtime/helpers/defineProperty","@babel/runtime/helpers/get","@babel/runtime/helpers/getPrototypeOf","@babel/runtime/helpers/inherits","@babel/runtime/helpers/objectWithoutProperties","@babel/runtime/helpers/possibleConstructorReturn","@babel/runtime/helpers/slicedToArray","@babel/runtime/helpers/toConsumableArray","@babel/runtime/helpers/typeof","@babel/runtime/helpers/wrapNativeSuper","@babel/runtime/regenerator","@dr.pogodin/react-global-state","@dr.pogodin/react-themes","axios","dayjs","lodash","prop-types","qs","react","react-dom","react-helmet","react-router-dom"],r):"object"==typeof exports?exports["@dr.pogodin/react-utils"]=r(require("@babel/runtime/helpers/assertThisInitialized"),require("@babel/runtime/helpers/asyncToGenerator"),require("@babel/runtime/helpers/classCallCheck"),require("@babel/runtime/helpers/classPrivateFieldGet"),require("@babel/runtime/helpers/classPrivateFieldSet"),require("@babel/runtime/helpers/createClass"),require("@babel/runtime/helpers/defineProperty"),require("@babel/runtime/helpers/get"),require("@babel/runtime/helpers/getPrototypeOf"),require("@babel/runtime/helpers/inherits"),require("@babel/runtime/helpers/objectWithoutProperties"),require("@babel/runtime/helpers/possibleConstructorReturn"),require("@babel/runtime/helpers/slicedToArray"),require("@babel/runtime/helpers/toConsumableArray"),require("@babel/runtime/helpers/typeof"),require("@babel/runtime/helpers/wrapNativeSuper"),require("@babel/runtime/regenerator"),require("@dr.pogodin/react-global-state"),require("@dr.pogodin/react-themes"),require("axios"),require("dayjs"),require("lodash"),require("prop-types"),require("qs"),require("react"),require("react-dom"),require("react-helmet"),require("react-router-dom")):e["@dr.pogodin/react-utils"]=r(e["@babel/runtime/helpers/assertThisInitialized"],e["@babel/runtime/helpers/asyncToGenerator"],e["@babel/runtime/helpers/classCallCheck"],e["@babel/runtime/helpers/classPrivateFieldGet"],e["@babel/runtime/helpers/classPrivateFieldSet"],e["@babel/runtime/helpers/createClass"],e["@babel/runtime/helpers/defineProperty"],e["@babel/runtime/helpers/get"],e["@babel/runtime/helpers/getPrototypeOf"],e["@babel/runtime/helpers/inherits"],e["@babel/runtime/helpers/objectWithoutProperties"],e["@babel/runtime/helpers/possibleConstructorReturn"],e["@babel/runtime/helpers/slicedToArray"],e["@babel/runtime/helpers/toConsumableArray"],e["@babel/runtime/helpers/typeof"],e["@babel/runtime/helpers/wrapNativeSuper"],e["@babel/runtime/regenerator"],e["@dr.pogodin/react-global-state"],e["@dr.pogodin/react-themes"],e.axios,e.dayjs,e.lodash,e["prop-types"],e.qs,e.react,e["react-dom"],e["react-helmet"],e["react-router-dom"])}("undefined"!=typeof self?self:this,(function(__WEBPACK_EXTERNAL_MODULE__383__,__WEBPACK_EXTERNAL_MODULE__314__,__WEBPACK_EXTERNAL_MODULE__162__,__WEBPACK_EXTERNAL_MODULE__226__,__WEBPACK_EXTERNAL_MODULE__556__,__WEBPACK_EXTERNAL_MODULE__111__,__WEBPACK_EXTERNAL_MODULE__311__,__WEBPACK_EXTERNAL_MODULE__615__,__WEBPACK_EXTERNAL_MODULE__365__,__WEBPACK_EXTERNAL_MODULE__346__,__WEBPACK_EXTERNAL_MODULE__189__,__WEBPACK_EXTERNAL_MODULE__205__,__WEBPACK_EXTERNAL_MODULE__673__,__WEBPACK_EXTERNAL_MODULE__642__,__WEBPACK_EXTERNAL_MODULE__541__,__WEBPACK_EXTERNAL_MODULE__446__,__WEBPACK_EXTERNAL_MODULE__395__,__WEBPACK_EXTERNAL_MODULE__899__,__WEBPACK_EXTERNAL_MODULE__198__,__WEBPACK_EXTERNAL_MODULE__300__,__WEBPACK_EXTERNAL_MODULE__760__,__WEBPACK_EXTERNAL_MODULE__467__,__WEBPACK_EXTERNAL_MODULE__99__,__WEBPACK_EXTERNAL_MODULE__656__,__WEBPACK_EXTERNAL_MODULE__156__,__WEBPACK_EXTERNAL_MODULE__386__,__WEBPACK_EXTERNAL_MODULE__684__,__WEBPACK_EXTERNAL_MODULE__128__){return function(){"use strict";var __webpack_modules__={450:function(e,r,t){t.r(r),t.d(r,{IS_CLIENT_SIDE:function(){return i},IS_SERVER_SIDE:function(){return o},buildTimestamp:function(){return u},getBuildInfo:function(){return _},isDevBuild:function(){return a},isProdBuild:function(){return c}});var n=t(541),i="object"!==("undefined"==typeof process?"undefined":t.n(n)()(process))||!process.versions||!process.versions.node,o=!i;function a(){return!1}function c(){return!0}function _(){return(i?window:t.g).TRU_BUILD_INFO}function u(){return _().timestamp}},869:function(__unused_webpack_module,__webpack_exports__,__webpack_require__){__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{requireWeak:function(){return requireWeak},resolveWeak:function(){return resolveWeak}});var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(673),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),_babel_runtime_helpers_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(189),_babel_runtime_helpers_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(_babel_runtime_helpers_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_1__),_isomorphy__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(450),_excluded=["default"];function requireWeak(modulePath,basePath){if(_isomorphy__WEBPACK_IMPORTED_MODULE_2__.IS_CLIENT_SIDE)return null;try{var _eval=eval("require")("path"),resolve=_eval.resolve,path=basePath?resolve(basePath,modulePath):modulePath,_eval2=eval("require")(path),def=_eval2.default,named=_babel_runtime_helpers_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_1___default()(_eval2,_excluded);return def?(Object.entries(named).forEach((function(e){var r=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(e,2),t=r[0],n=r[1];if(def[t])throw Error("Conflict between default and named exports");def[t]=n})),def):named}catch(e){return null}}function resolveWeak(e){return e}},418:function(e){var r=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function i(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var r={},t=0;t<10;t++)r["_"+String.fromCharCode(t)]=t;if("0123456789"!==Object.getOwnPropertyNames(r).map((function(e){return r[e]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(e){n[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(e,o){for(var a,c,_=i(e),u=1;u<arguments.length;u++){for(var l in a=Object(arguments[u]))t.call(a,l)&&(_[l]=a[l]);if(r){c=r(a);for(var s=0;s<c.length;s++)n.call(a,c[s])&&(_[c[s]]=a[c[s]])}}return _}},251:function(e,r,t){t(418);var n=t(156),i=60103;if(r.Fragment=60107,"function"==typeof Symbol&&Symbol.for){var o=Symbol.for;i=o("react.element"),r.Fragment=o("react.fragment")}var a=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c=Object.prototype.hasOwnProperty,_={key:!0,ref:!0,__self:!0,__source:!0};function u(e,r,t){var n,o={},u=null,l=null;for(n in void 0!==t&&(u=""+t),void 0!==r.key&&(u=""+r.key),void 0!==r.ref&&(l=r.ref),r)c.call(r,n)&&!_.hasOwnProperty(n)&&(o[n]=r[n]);if(e&&e.defaultProps)for(n in r=e.defaultProps)void 0===o[n]&&(o[n]=r[n]);return{$$typeof:i,type:e,key:u,ref:l,props:o,_owner:a.current}}r.jsx=u,r.jsxs=u},893:function(e,r,t){e.exports=t(251)},383:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__383__},314:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__314__},162:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__162__},226:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__226__},556:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__556__},111:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__111__},311:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__311__},615:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__615__},365:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__365__},346:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__346__},189:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__189__},205:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__205__},673:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__673__},642:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__642__},541:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__541__},446:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__446__},395:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__395__},899:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__899__},198:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__198__},300:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__300__},760:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__760__},467:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__467__},99:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__99__},656:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__656__},156:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__156__},386:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__386__},684:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__684__},128:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__128__}},__webpack_module_cache__={};function __webpack_require__(e){var r=__webpack_module_cache__[e];if(void 0!==r)return r.exports;var t=__webpack_module_cache__[e]={exports:{}};return __webpack_modules__[e](t,t.exports,__webpack_require__),t.exports}__webpack_require__.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return __webpack_require__.d(r,{a:r}),r},__webpack_require__.d=function(e,r){for(var t in r)__webpack_require__.o(r,t)&&!__webpack_require__.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},__webpack_require__.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),__webpack_require__.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},__webpack_require__.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};return function(){__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{Barrier:function(){return S},BaseModal:function(){return Ze},Button:function(){return Ce},Checkbox:function(){return xe},Dropdown:function(){return We},Emitter:function(){return M},GlobalStateProvider:function(){return te.GlobalStateProvider},Input:function(){return Ge},JU:function(){return de},Link:function(){return je},MetaTags:function(){return Je},Modal:function(){return er},NavLink:function(){return nr},PT:function(){return Ee},PageLayout:function(){return He},ScalableRect:function(){return ir},Semaphore:function(){return G},ThemeProvider:function(){return i.ThemeProvider},Throbber:function(){return ar},WithTooltip:function(){return br},YouTubeVideo:function(){return wr},api:function(){return me()},client:function(){return Se},config:function(){return c},getGlobalState:function(){return te.getGlobalState},isomorphy:function(){return _},newBarrier:function(){return D},server:function(){return yr},splitComponent:function(){return pe},themed:function(){return o()},time:function(){return s},useAsyncCollection:function(){return te.useAsyncCollection},useAsyncData:function(){return te.useAsyncData},useGlobalState:function(){return te.useGlobalState},webpack:function(){return a},withRetries:function(){return be}});var e=__webpack_require__(314),r=__webpack_require__.n(e),t=__webpack_require__(395),n=__webpack_require__.n(t),i=__webpack_require__(198),o=__webpack_require__.n(i),a=__webpack_require__(869),c=(0,a.requireWeak)("config")||window.CONFIG,_=__webpack_require__(450),u=__webpack_require__(760),l=__webpack_require__.n(u);l().SEC_MS=1e3,l().MIN_MS=60*l().SEC_MS,l().HOUR_MS=60*l().MIN_MS,l().DAY_MS=24*l().HOUR_MS,l().YEAR_MS=365*l().DAY_MS,l().now=Date.now,l().timer=function(){var e=r()(n().mark((function e(r){return n().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise((function(e){setTimeout(e,r)})));case 1:case"end":return e.stop()}}),e)})));return function(r){return e.apply(this,arguments)}}();var s=l(),p=__webpack_require__(162),d=__webpack_require__.n(p),b=__webpack_require__(111),f=__webpack_require__.n(b),h=__webpack_require__(383),m=__webpack_require__.n(h),E=__webpack_require__(615),v=__webpack_require__.n(E),w=__webpack_require__(346),y=__webpack_require__.n(w),O=__webpack_require__(205),P=__webpack_require__.n(O),g=__webpack_require__(365),k=__webpack_require__.n(g),j=__webpack_require__(446),T=__webpack_require__.n(j),A=__webpack_require__(226),C=__webpack_require__.n(A),q=__webpack_require__(556),L=__webpack_require__.n(q);function x(e,r,t){!function(e,r){if(r.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}(e,r),r.set(e,t)}var N=new WeakMap,R=new WeakMap,S=function(e){y()(i,e);var r,t,n=(r=i,t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=k()(r);if(t){var i=k()(this).constructor;e=Reflect.construct(n,arguments,i)}else e=n.apply(this,arguments);return P()(this,e)});function i(e){var r,t,o;return d()(this,i),r=n.call(this,(function(r,n){t=r,o=n,e&&e(r,n)})),x(m()(r),N,{writable:!0,value:void 0}),x(m()(r),R,{writable:!0,value:void 0}),L()(m()(r),N,t),L()(m()(r),R,o),r}return f()(i,[{key:"resolve",get:function(){return C()(this,N)}},{key:"reject",get:function(){return C()(this,R)}},{key:"then",value:function(e,r){var t=v()(k()(i.prototype),"then",this).call(this,e,r);return L()(t,N,C()(this,N)),L()(t,R,C()(this,R)),t}}]),i}(T()(Promise));function D(e){return new S(e)}var M=function(){function e(){d()(this,e),this.listeners=[]}return f()(e,[{key:"hasListeners",get:function(){return!!this.listeners.length}},{key:"addListener",value:function(e){var r=this;return this.listeners.includes(e)||this.listeners.push(e),function(){return r.removeListener(e)}}},{key:"emit",value:function(){for(var e=this.listeners,r=0;r<e.length;++r)e[r].apply(e,arguments)}},{key:"removeListener",value:function(e){var r=this.listeners.indexOf(e);r>=0&&this.listeners.splice(r,1)}}]),e}();function B(e,r,t){W(e,r),r.set(e,t)}function W(e,r){if(r.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}function U(e,r,t){if(!r.has(e))throw new TypeError("attempted to get private field on non-instance");return t}var X=new WeakSet,K=new WeakMap,I=new WeakMap,Y=new WeakMap,G=function(){function e(r){var t;d()(this,e),W(this,t=X),t.add(this),B(this,K,{writable:!0,value:!1}),B(this,I,{writable:!0,value:[]}),B(this,Y,{writable:!0,value:void 0}),L()(this,Y,!!r)}var t,i;return f()(e,[{key:"ready",get:function(){return C()(this,Y)}},{key:"setReady",value:function(e){var r=!!e;C()(this,Y)!==r&&(L()(this,Y,r),r&&!C()(this,K)&&U(this,X,z).call(this))}},{key:"seize",value:(i=r()(n().mark((function e(){return n().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.waitReady();case 2:this.setReady(!1);case 3:case"end":return e.stop()}}),e,this)}))),function(){return i.apply(this,arguments)})},{key:"waitReady",value:(t=r()(n().mark((function e(){var r;return n().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(C()(this,Y)&&!C()(this,I).length){e.next=5;break}return r=D(),C()(this,I).push(r),e.next=5,r;case 5:case"end":return e.stop()}}),e,this)}))),function(){return t.apply(this,arguments)})}]),e}();function z(){if(C()(this,Y)&&C()(this,I).length&&(C()(this,I).shift().resolve(),C()(this,I).length))return setTimeout(U(this,X,z).bind(this)),void L()(this,K,!0);L()(this,K,!1)}var F=__webpack_require__(311),H=__webpack_require__.n(F),V=__webpack_require__(642),Q=__webpack_require__.n(V),J=__webpack_require__(189),Z=__webpack_require__.n(J),$=__webpack_require__(156),ee=__webpack_require__(673),re=__webpack_require__.n(ee),te=__webpack_require__(899),ne=__webpack_require__(893),ie=["chunkName","children","getClientSide","placeholder","serverSide"];function oe(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function ae(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?oe(Object(t),!0).forEach((function(r){H()(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):oe(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}var ce,_e=(0,a.requireWeak)("./ServerSide","/")||function(e){var r=e.chunkName,t=e.children,n=e.getClientSide,i=e.placeholder,o=(e.serverSide,Z()(e,ie)),a=(0,$.useRef)({mounted:!1,pendingStyles:[],renderInitialized:!1}).current,c=(0,_.getBuildInfo)().publicPath;a.mounted||(a.mounted=!0,window.CHUNK_GROUPS[r].forEach((function(e){var r,t;if(e.endsWith(".css")){var n="".concat(c,"/").concat(e),i=document.querySelector('link[href="'.concat(n,'"]'));if(!i){(i=document.createElement("link")).setAttribute("href",n),i.setAttribute("rel","stylesheet");var o=D();i.onload=o.resolve,i.onerror=o.resolve,a.pendingStyles.push(o),document.querySelector("head").appendChild(i)}(r=window).STYLESHEET_USAGE_COUNTERS||(r.STYLESHEET_USAGE_COUNTERS={}),(t=window.STYLESHEET_USAGE_COUNTERS)[n]||(t[n]=0),++window.STYLESHEET_USAGE_COUNTERS[n]}})));var u=(0,te.useAsyncData)("dr_pogodin_react_utils___split_components.".concat(r),n,{maxage:s.YEAR_MS}).data,l=function(){var e=u.default||u;return(0,ne.jsx)("div",{"data-chunk-name":r,children:(0,ne.jsx)(e,ae(ae({},o),{},{children:t}))})},p=(0,$.useState)((function(){if(u&&!a.pendingStyles.length)return a.renderInitialized=!0,l();var e=document.querySelector("[data-chunk-name=".concat(r,"]"));if(e)return(0,ne.jsx)("div",{dangerouslySetInnerHTML:{__html:e.innerHTML||""},"data-chunk-name":r});var n=i||function(){return null};return(0,ne.jsx)("div",{children:(0,ne.jsx)(n,ae(ae({},o),{},{children:t}))})})),d=re()(p,2),b=d[0],f=d[1];return u&&!a.renderInitialized&&(a.renderInitialized=!0,Promise.all(a.pendingStyles).then((function(){a.mounted&&f(l())}))),(0,$.useEffect)((function(){return function(){a.mounted=!1,window.CHUNK_GROUPS[r].forEach((function(e){if(e.endsWith(".css")){var r="".concat(c,"/").concat(e);if(--window.STYLESHEET_USAGE_COUNTERS[r]<=0){var t=document.querySelector('link[href="'.concat(r,'"]'));document.querySelector("head").removeChild(t)}}}))}}),[r,a,c]),b},ue=["children"];function le(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function se(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?le(Object(t),!0).forEach((function(r){H()(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):le(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}function pe(e){var r=e.chunkName,t=e.getClientSide,n=e.placeholder,i=e.serverSide;return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},o=e.children,a=void 0===o?[]:o,c=Z()(e,ue);return $.createElement.apply(void 0,[_e,se(se({},c),{},{chunkName:r,getClientSide:t,placeholder:n,serverSide:i})].concat(Q()(a)))}}o().COMPOSE=i.COMPOSE,o().PRIORITY=i.PRIORITY;try{ce=process.env.NODE_CONFIG_ENV}catch(e){}var de="production"!==(ce||"production")&&a.requireWeak("./jest","/");function be(e){return fe.apply(this,arguments)}function fe(){return fe=r()(n().mark((function e(r){var t,i,o,a=arguments;return n().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:t=a.length>1&&void 0!==a[1]?a[1]:5,i=a.length>2&&void 0!==a[2]?a[2]:1e3,o=1;case 3:return e.prev=3,e.next=6,r();case 6:return e.abrupt("return",e.sent);case 9:if(e.prev=9,e.t0=e.catch(3),!(o<t)){e.next=16;break}return e.next=14,s.timer(i);case 14:e.next=17;break;case 16:throw e.t0;case 17:++o,e.next=3;break;case 20:case"end":return e.stop()}}),e,null,[[3,9]])}))),fe.apply(this,arguments)}var he=__webpack_require__(300),me=__webpack_require__.n(he),Ee=__webpack_require__(99),ve=__webpack_require__.n(Ee),we=__webpack_require__(128),ye=["children","className","disabled","enforceA","keepScrollPosition","onClick","onMouseDown","openNewTab","replace","routerLinkType","to"];function Oe(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function Pe(e){var r=e.children,t=e.className,n=e.disabled,i=e.enforceA,o=e.keepScrollPosition,a=e.onClick,c=e.onMouseDown,_=e.openNewTab,u=e.replace,l=e.routerLinkType,s=e.to,p=Z()(e,ye);return n||i||_||s.match(/^(#|(https?|mailto):)/)?(0,ne.jsx)("a",{className:(t?t+" ":"")+"zH52sA",disabled:n,href:s,onClick:n?function(e){return e.preventDefault()}:a,onMouseDown:n?function(e){return e.preventDefault()}:c,rel:"noopener noreferrer",target:_?"_blank":"",children:r}):(0,$.createElement)(l,function(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?Oe(Object(t),!0).forEach((function(r){H()(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Oe(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}({className:t,disabled:n,onMouseDown:c,replace:u,to:s,onClick:function(e){a&&a(e),o||window.scroll(0,0)}},p),r)}function ge(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function ke(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ge(Object(t),!0).forEach((function(r){H()(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ge(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}function je(e){return(0,ne.jsx)(Pe,ke(ke({},e),{},{routerLinkType:we.Link}))}function Te(e){var r=e.active,t=e.children,n=e.disabled,i=e.enforceA,o=e.onClick,a=e.onMouseDown,c=e.openNewTab,_=e.replace,u=e.theme,l=e.to,s=u.button;return r&&u.active&&(s+=" ".concat(u.active)),n?(u.disabled&&(s+=" ".concat(u.disabled)),(0,ne.jsx)("div",{className:s,children:t})):l?(0,ne.jsx)(je,{className:s,enforceA:i,onClick:o,onMouseDown:a,openNewTab:c,replace:_,to:l,children:t}):(0,ne.jsx)("div",{className:s,onClick:o,onKeyPress:o,onMouseDown:a,role:"button",tabIndex:0,children:t})}Pe.defaultProps={children:null,className:null,disabled:!1,enforceA:!1,keepScrollPosition:!1,onClick:null,onMouseDown:null,openNewTab:!1,replace:!1,to:""},Pe.propTypes={children:ve().node,className:ve().string,disabled:ve().bool,enforceA:ve().bool,keepScrollPosition:ve().bool,onClick:ve().func,onMouseDown:ve().func,openNewTab:ve().bool,replace:ve().bool,routerLinkType:ve().elementType.isRequired,to:ve().oneOfType([ve().object,ve().string])};var Ae=o()("Button",["active","button","disabled"],{button:"E1FNQT",context:"KM0v4f",ad:"_3jm1-Q",hoc:"_0plpDL",active:"MAe9O6",disabled:"Br9IWV"})(Te);Te.defaultProps={active:!1,children:void 0,disabled:!1,enforceA:!1,onClick:void 0,onMouseDown:void 0,openNewTab:!1,replace:!1,to:void 0},Te.propTypes={active:ve().bool,children:ve().node,disabled:ve().bool,enforceA:ve().bool,onClick:ve().func,onMouseDown:ve().func,openNewTab:ve().bool,replace:ve().bool,theme:Ae.themeType.isRequired,to:ve().oneOfType([ve().object,ve().string])};var Ce=Ae;function qe(e){var r=e.checked,t=e.label,n=e.onChange,i=e.theme;return(0,ne.jsxs)("div",{className:i.container,children:[void 0===t?null:(0,ne.jsx)("p",{className:i.label,children:t}),(0,ne.jsx)("input",{checked:r,className:i.checkbox,onChange:n,type:"checkbox"})]})}var Le=o()("Checkbox",["checkbox","container","label"],{checkbox:"A-f8qJ",context:"dNQcC6",ad:"earXxa",hoc:"qAPfQ6",container:"Kr0g3M",label:"_3dML-O"})(qe);qe.propTypes={checked:ve().bool,label:ve().string,onChange:ve().func,theme:Le.themeType.isRequired},qe.defaultProps={checked:void 0,label:void 0,onChange:void 0};var xe=Le,Ne=__webpack_require__(386),Re=__webpack_require__.n(Ne);function Se(e){Re().hydrate((0,ne.jsx)(te.GlobalStateProvider,{initialState:window.ISTATE,children:(0,ne.jsx)(we.BrowserRouter,{children:(0,ne.jsx)(e,{})})}),document.getElementById("react-view"))}var De=__webpack_require__(467);function Me(e){for(var r=e.filter,t=e.label,n=e.onChange,i=e.options,o=e.theme,a=e.value,c=[(0,ne.jsx)("option",{className:o.hiddenOption,children:""},"__reactUtilsHiddenOption")],_=0;_<i.length;++_){var u=i[_];r&&!r(u)||((0,De.isString)(u)&&(u={value:u}),c.push((0,ne.jsx)("option",{className:o.option,value:u.value,children:void 0===u.name?u.value:u.name},u.value)))}return(0,ne.jsxs)("div",{className:o.container,children:[void 0===t?null:(0,ne.jsx)("p",{className:o.label,children:t}),(0,ne.jsx)("select",{className:o.select,onChange:n,value:a,children:c}),(0,ne.jsx)("div",{className:o.arrow,children:"▼"})]})}var Be=o()("Dropdown",["arrow","container","hiddenOption","label","option","select"],{arrow:"-zPK7Y",context:"haRIry",ad:"D4XHG2",hoc:"N3nd34",container:"_9CQpeA",label:"Gv0kyu",hiddenOption:"RdW3yR",select:"JXK1uw"})(Me);Me.propTypes={filter:ve().func,label:ve().string,onChange:ve().func,options:ve().arrayOf(ve().oneOfType([ve().shape({name:ve().node,value:ve().string.isRequired}),ve().string]).isRequired),theme:Be.themeType.isRequired,value:ve().string},Me.defaultProps={filter:void 0,label:void 0,onChange:void 0,options:[],value:void 0};var We=Be,Ue=["label","theme"];function Xe(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function Ke(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?Xe(Object(t),!0).forEach((function(r){H()(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Xe(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}function Ie(e){var r=e.label,t=e.theme,n=Z()(e,Ue);return(0,ne.jsxs)("div",{className:t.container,children:[void 0===r?null:(0,ne.jsx)("p",{className:t.label,children:r}),(0,ne.jsx)("input",Ke({className:t.input},n))]})}var Ye=o()("Input",["container","input","label"],{container:"Cxx397",context:"X5WszA",ad:"_8s7GCr",hoc:"TVlBYc",input:"M07d4s",label:"gfbdq-"})(Ie);Ie.propTypes={label:ve().string,theme:Ye.themeType.isRequired},Ie.defaultProps={label:void 0};var Ge=Ye;function ze(e){var r=e.children,t=e.leftSidePanelContent,n=e.rightSidePanelContent,i=e.theme;return(0,ne.jsxs)("div",{className:i.container,children:[(0,ne.jsx)("div",{className:[i.sidePanel,i.leftSidePanel].join(" "),children:t}),(0,ne.jsx)("div",{className:i.mainPanel,children:r}),(0,ne.jsx)("div",{className:[i.sidePanel,i.rightSidePanel].join(" "),children:n})]})}var Fe=o()("PageLayout",["container","leftSidePanel","mainPanel","rightSidePanel","sidePanel"],{container:"T3cuHB",context:"m4mL-M",ad:"m3-mdC",hoc:"J15Z4H",mainPanel:"pPlQO2",sidePanel:"lqNh4h"})(ze);ze.propTypes={children:ve().node,leftSidePanelContent:ve().node,rightSidePanelContent:ve().node,theme:Fe.themeType.isRequired},ze.defaultProps={children:null,leftSidePanelContent:null,rightSidePanelContent:null};var He=Fe,Ve=__webpack_require__(684),Qe=(0,$.createContext)();function Je(e){var r=e.children,t=e.description,n=e.image,i=e.siteName,o=e.socialDescription,a=e.socialTitle,c=e.title,_=e.url,u=a||c,l=o||t,s=(0,$.useMemo)((function(){return{description:t,image:n,siteName:i,socialDescription:o,socialTitle:a,title:c,url:_}}),[t,n,i,o,a,c,_]);return(0,ne.jsxs)(ne.Fragment,{children:[(0,ne.jsxs)(Ve.Helmet,{children:[(0,ne.jsx)("title",{children:c}),(0,ne.jsx)("meta",{name:"description",content:t}),(0,ne.jsx)("meta",{name:"twitter:card",content:"summary_large_image"}),(0,ne.jsx)("meta",{name:"twitter:title",content:u}),(0,ne.jsx)("meta",{name:"twitter:description",content:l}),n?(0,ne.jsx)("meta",{name:"twitter:image",content:n}):null,i?(0,ne.jsx)("meta",{name:"twitter:site",content:"@".concat(i)}):null,(0,ne.jsx)("meta",{name:"og:title",content:u}),n?(0,ne.jsx)("meta",{name:"og:image",content:n}):null,n?(0,ne.jsx)("meta",{name:"og:image:alt",content:u}):null,(0,ne.jsx)("meta",{name:"og:description",content:l}),i?(0,ne.jsx)("meta",{name:"og:sitename",content:i}):null,_?(0,ne.jsx)("meta",{name:"og:url",content:_}):null]}),r?(0,ne.jsx)(Qe.Provider,{value:s,children:r}):null]})}function Ze(e){var r=e.children,t=e.onCancel,n=e.theme,i=(0,$.useRef)(),o=(0,$.useRef)(),a=(0,$.useState)(),c=re()(a,2),_=c[0],u=c[1];(0,$.useEffect)((function(){var e=document.createElement("div");return document.body.classList.add("scrolling-disabled-by-modal"),document.body.appendChild(e),u(e),function(){document.body.classList.remove("scrolling-disabled-by-modal"),document.body.removeChild(e)}}),[]);var l=(0,$.useMemo)((function(){return(0,ne.jsx)("div",{onFocus:function(){for(var e=i.current.querySelectorAll("*"),r=e.length-1;r>=0;--r)if(e[r].focus(),document.activeElement===e[r])return;o.current.focus()},tabIndex:"0"})}),[]);return _?Re().createPortal((0,ne.jsxs)(ne.Fragment,{children:[l,(0,ne.jsx)("div",{"aria-label":"Cancel",className:n.overlay,onClick:function(){return t()},onKeyDown:function(e){"Escape"===e.key&&t()},ref:function(e){e&&e!==o.current&&(o.current=e,e.focus())},role:"button",tabIndex:"0"}),(0,ne.jsx)("div",{"aria-modal":"true",className:n.container,onWheel:function(e){return e.stopPropagation()},ref:i,role:"dialog",children:r}),(0,ne.jsx)("div",{onFocus:function(){o.current.focus()},tabIndex:"0"}),l]}),_):null}Je.Context=Qe,Je.defaultProps={children:null,image:null,siteName:null,socialDescription:null,socialTitle:null,url:null},Je.propTypes={children:ve().node,description:ve().string.isRequired,image:ve().string,siteName:ve().string,socialDescription:ve().string,socialTitle:ve().string,title:ve().string.isRequired,url:ve().string};var $e=o()("Modal",["container","overlay"],{overlay:"ye2BZo",context:"Szmbbz",ad:"Ah-Nsc",hoc:"Wki41G",container:"gyZ4rc"})(Ze);Ze.propTypes={onCancel:ve().func,children:ve().node,theme:$e.themeType.isRequired},Ze.defaultProps={onCancel:De.noop,children:null};var er=$e;function rr(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function tr(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?rr(Object(t),!0).forEach((function(r){H()(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):rr(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}function nr(e){return(0,ne.jsx)(Pe,tr(tr({},e),{},{routerLinkType:we.NavLink}))}function ir(e){var r=e.children,t=e.className,n=e.ratio.split(":"),i="".concat(100*n[1]/n[0],"%"),o=(0,ne.jsx)("div",{style:{paddingBottom:i},className:"EznFz3",children:(0,ne.jsx)("div",{className:"_0vb7tq",children:r})});return t?(0,ne.jsx)("div",{className:t,children:o}):o}function or(e){var r=e.theme;return(0,ne.jsxs)("div",{className:(r.container?r.container+" ":"")+"_7zdld4",children:[(0,ne.jsx)("div",{className:(r.circle?r.circle+" ":"")+"dBrB4g"}),(0,ne.jsx)("div",{className:(r.circle?r.circle+" ":"")+"dBrB4g"}),(0,ne.jsx)("div",{className:(r.circle?r.circle+" ":"")+"dBrB4g"})]})}ir.defaultProps={children:null,className:null,ratio:"1:1"},ir.propTypes={children:ve().node,className:ve().string,ratio:ve().string},or.defaultProps={theme:{}},or.propTypes={theme:ve().shape({container:ve().string,circle:ve().string})};var ar=o()("Throbber",["circle","container"],{container:"_7zdld4",context:"uIObt7",ad:"XIxe9o",hoc:"YOyORH",circle:"dBrB4g",bouncing:"TJe-6j"})(or),cr={ABOVE_CURSOR:"ABOVE_CURSOR",ABOVE_ELEMENT:"ABOVE_ELEMENT",BELOW_CURSOR:"BELOW_CURSOR",BELOW_ELEMENT:"BELOW_ELEMENT"},_r=["border-bottom-color:transparent","border-left-color:transparent","border-right-color:transparent"].join(";"),ur=["border-top-color:transparent","border-left-color:transparent","border-right-color:transparent"].join(";");var lr=(0,$.forwardRef)((function(e,r){var t=e.children,n=e.theme,i=(0,$.useState)(null),o=re()(i,2),a=o[0],c=o[1],_=function(e,r,t,n){return a&&function(e,r,t,n,i){var o,a,c,_,u,l=function(e){return{arrow:e.arrow.getBoundingClientRect(),container:e.container.getBoundingClientRect()}}(i),s=(a=(o=window).pageXOffset,c=o.pageYOffset,u=(_=document.documentElement).clientHeight,{left:a,right:a+_.clientWidth,top:c,bottom:c+u}),p=function(e,r,t){var n=t.arrow,i=t.container;return{arrowX:.5*(i.width-n.width),arrowY:i.height,containerX:e-i.width/2,containerY:r-i.height-n.height/1.5,baseArrowStyle:_r}}(e,r,l);if(p.containerX<s.left+6)p.containerX=s.left+6,p.arrowX=Math.max(6,e-p.containerX-l.arrow.width/2);else{var d=s.right-6-l.container.width;p.containerX>d&&(p.containerX=d,p.arrowX=Math.min(l.container.width-6,e-p.containerX-l.arrow.width/2))}p.containerY<s.top+6&&(p.containerY+=l.container.height+2*l.arrow.height,p.arrowY-=l.container.height+l.arrow.height,p.baseArrowStyle=ur);var b="left:".concat(p.containerX,"px;top:").concat(p.containerY,"px");i.container.setAttribute("style",b);var f="".concat(p.baseArrowStyle,";left:").concat(p.arrowX,"px;top:").concat(p.arrowY,"px");i.arrow.setAttribute("style",f)}(e,r,0,0,a)};return(0,$.useImperativeHandle)(r,(function(){return{pointTo:_}})),(0,$.useEffect)((function(){var e=function(e){var r=document.createElement("div");e.arrow&&r.setAttribute("class",e.arrow);var t=document.createElement("div");e.content&&t.setAttribute("class",e.content);var n=document.createElement("div");return e.container&&n.setAttribute("class",e.container),n.appendChild(r),n.appendChild(t),document.body.appendChild(n),{container:n,arrow:r,content:t}}(n);return c(e),function(){document.body.removeChild(e.container),c(null)}}),[n]),a?(0,Ne.createPortal)(t,a.content):null}));lr.propTypes={children:ve().node,theme:ve().shape().isRequired},lr.defaultProps={children:null};var sr=lr;function pr(e){var r=e.children,t=e.placement,n=e.tip,i=e.theme,o=(0,$.useRef)(),a=(0,$.useRef)(),c=(0,$.useState)(!1),_=re()(c,2),u=_[0],l=_[1];return(0,$.useEffect)((function(){if(u&&null!==n){var e=function(){return l(!1)};return window.addEventListener("scroll",e),function(){return window.removeEventListener("scroll",e)}}}),[u,n]),(0,ne.jsxs)("div",{className:i.wrapper,onMouseLeave:function(){return l(!1)},onMouseMove:function(e){return function(e,r){if(u){var n=a.current.getBoundingClientRect();e<n.left||e>n.right||r<n.top||r>n.bottom?l(!1):o.current&&o.current.pointTo(e+window.pageXOffset,r+window.pageYOffset,t,a.current)}else l(!0)}(e.clientX,e.clientY)},ref:a,children:[u&&null!==n?(0,ne.jsx)(sr,{ref:o,theme:i,children:n}):null,r]})}var dr=o()("WithTooltip",["appearance","arrow","container","content","wrapper"],{arrow:"M9gywF",ad:"_4xT7zE",hoc:"zd-vnH",context:"GdZucr",container:"f9gY8K",appearance:"L4ubm-",wrapper:"_4qDBRM"})(pr);dr.PLACEMENTS=cr,pr.propTypes={children:ve().node,placement:ve().oneOf(Object.values(cr)),theme:dr.themeType.isRequired,tip:ve().node},pr.defaultProps={children:null,placement:cr.ABOVE_CURSOR,tip:null};var br=dr,fr=__webpack_require__(656),hr=__webpack_require__.n(fr),mr={container:"jTxmOX",context:"dzIcLh",ad:"_5a9XX1",hoc:"_7sH52O"};function Er(e){var r=e.autoplay,t=e.src,n=e.theme,i=e.title,o=t.split("?"),a=re()(o,2),c=a[0],_=a[1],u=(_=_?hr().parse(_):{}).v||c.match(/\/([a-zA-Z0-9-_]*)$/)[1];return c="https://www.youtube.com/embed/".concat(u),delete _.v,_.autoplay=r?1:0,c+="?".concat(hr().stringify(_)),(0,ne.jsxs)(ir,{className:n.container,ratio:"16:9",children:[(0,ne.jsx)(ar,{theme:mr}),(0,ne.jsx)("iframe",{allow:"autoplay",allowFullScreen:!0,className:n.video,src:c,title:i})]})}var vr=o()("YouTubeVideo",["container","video"],{container:"sXHM81",context:"veKyYi",ad:"r3ABzd",hoc:"YKcPnR",video:"SlV2zw"})(Er);Er.propTypes={autoplay:ve().bool,src:ve().string.isRequired,theme:vr.themeType.isRequired,title:ve().string},Er.defaultProps={autoplay:!1,title:""};var wr=vr,yr=a.requireWeak("./server","/")}(),__webpack_exports__}()}));
|
|
2
|
+
!function(e,r){"object"==typeof exports&&"object"==typeof module?module.exports=r(require("@babel/runtime/helpers/assertThisInitialized"),require("@babel/runtime/helpers/asyncToGenerator"),require("@babel/runtime/helpers/classCallCheck"),require("@babel/runtime/helpers/classPrivateFieldGet"),require("@babel/runtime/helpers/classPrivateFieldSet"),require("@babel/runtime/helpers/createClass"),require("@babel/runtime/helpers/defineProperty"),require("@babel/runtime/helpers/get"),require("@babel/runtime/helpers/getPrototypeOf"),require("@babel/runtime/helpers/inherits"),require("@babel/runtime/helpers/objectWithoutProperties"),require("@babel/runtime/helpers/possibleConstructorReturn"),require("@babel/runtime/helpers/slicedToArray"),require("@babel/runtime/helpers/toConsumableArray"),require("@babel/runtime/helpers/typeof"),require("@babel/runtime/helpers/wrapNativeSuper"),require("@babel/runtime/regenerator"),require("@dr.pogodin/react-global-state"),require("@dr.pogodin/react-themes"),require("axios"),require("dayjs"),require("lodash"),require("prop-types"),require("qs"),require("react"),require("react-dom"),require("react-helmet"),require("react-router-dom")):"function"==typeof define&&define.amd?define(["@babel/runtime/helpers/assertThisInitialized","@babel/runtime/helpers/asyncToGenerator","@babel/runtime/helpers/classCallCheck","@babel/runtime/helpers/classPrivateFieldGet","@babel/runtime/helpers/classPrivateFieldSet","@babel/runtime/helpers/createClass","@babel/runtime/helpers/defineProperty","@babel/runtime/helpers/get","@babel/runtime/helpers/getPrototypeOf","@babel/runtime/helpers/inherits","@babel/runtime/helpers/objectWithoutProperties","@babel/runtime/helpers/possibleConstructorReturn","@babel/runtime/helpers/slicedToArray","@babel/runtime/helpers/toConsumableArray","@babel/runtime/helpers/typeof","@babel/runtime/helpers/wrapNativeSuper","@babel/runtime/regenerator","@dr.pogodin/react-global-state","@dr.pogodin/react-themes","axios","dayjs","lodash","prop-types","qs","react","react-dom","react-helmet","react-router-dom"],r):"object"==typeof exports?exports["@dr.pogodin/react-utils"]=r(require("@babel/runtime/helpers/assertThisInitialized"),require("@babel/runtime/helpers/asyncToGenerator"),require("@babel/runtime/helpers/classCallCheck"),require("@babel/runtime/helpers/classPrivateFieldGet"),require("@babel/runtime/helpers/classPrivateFieldSet"),require("@babel/runtime/helpers/createClass"),require("@babel/runtime/helpers/defineProperty"),require("@babel/runtime/helpers/get"),require("@babel/runtime/helpers/getPrototypeOf"),require("@babel/runtime/helpers/inherits"),require("@babel/runtime/helpers/objectWithoutProperties"),require("@babel/runtime/helpers/possibleConstructorReturn"),require("@babel/runtime/helpers/slicedToArray"),require("@babel/runtime/helpers/toConsumableArray"),require("@babel/runtime/helpers/typeof"),require("@babel/runtime/helpers/wrapNativeSuper"),require("@babel/runtime/regenerator"),require("@dr.pogodin/react-global-state"),require("@dr.pogodin/react-themes"),require("axios"),require("dayjs"),require("lodash"),require("prop-types"),require("qs"),require("react"),require("react-dom"),require("react-helmet"),require("react-router-dom")):e["@dr.pogodin/react-utils"]=r(e["@babel/runtime/helpers/assertThisInitialized"],e["@babel/runtime/helpers/asyncToGenerator"],e["@babel/runtime/helpers/classCallCheck"],e["@babel/runtime/helpers/classPrivateFieldGet"],e["@babel/runtime/helpers/classPrivateFieldSet"],e["@babel/runtime/helpers/createClass"],e["@babel/runtime/helpers/defineProperty"],e["@babel/runtime/helpers/get"],e["@babel/runtime/helpers/getPrototypeOf"],e["@babel/runtime/helpers/inherits"],e["@babel/runtime/helpers/objectWithoutProperties"],e["@babel/runtime/helpers/possibleConstructorReturn"],e["@babel/runtime/helpers/slicedToArray"],e["@babel/runtime/helpers/toConsumableArray"],e["@babel/runtime/helpers/typeof"],e["@babel/runtime/helpers/wrapNativeSuper"],e["@babel/runtime/regenerator"],e["@dr.pogodin/react-global-state"],e["@dr.pogodin/react-themes"],e.axios,e.dayjs,e.lodash,e["prop-types"],e.qs,e.react,e["react-dom"],e["react-helmet"],e["react-router-dom"])}("undefined"!=typeof self?self:this,(function(__WEBPACK_EXTERNAL_MODULE__383__,__WEBPACK_EXTERNAL_MODULE__314__,__WEBPACK_EXTERNAL_MODULE__162__,__WEBPACK_EXTERNAL_MODULE__226__,__WEBPACK_EXTERNAL_MODULE__556__,__WEBPACK_EXTERNAL_MODULE__111__,__WEBPACK_EXTERNAL_MODULE__311__,__WEBPACK_EXTERNAL_MODULE__615__,__WEBPACK_EXTERNAL_MODULE__365__,__WEBPACK_EXTERNAL_MODULE__346__,__WEBPACK_EXTERNAL_MODULE__189__,__WEBPACK_EXTERNAL_MODULE__205__,__WEBPACK_EXTERNAL_MODULE__673__,__WEBPACK_EXTERNAL_MODULE__642__,__WEBPACK_EXTERNAL_MODULE__541__,__WEBPACK_EXTERNAL_MODULE__446__,__WEBPACK_EXTERNAL_MODULE__395__,__WEBPACK_EXTERNAL_MODULE__899__,__WEBPACK_EXTERNAL_MODULE__198__,__WEBPACK_EXTERNAL_MODULE__300__,__WEBPACK_EXTERNAL_MODULE__760__,__WEBPACK_EXTERNAL_MODULE__467__,__WEBPACK_EXTERNAL_MODULE__99__,__WEBPACK_EXTERNAL_MODULE__656__,__WEBPACK_EXTERNAL_MODULE__156__,__WEBPACK_EXTERNAL_MODULE__386__,__WEBPACK_EXTERNAL_MODULE__684__,__WEBPACK_EXTERNAL_MODULE__128__){return function(){"use strict";var __webpack_modules__={450:function(e,r,t){t.r(r),t.d(r,{IS_CLIENT_SIDE:function(){return i},IS_SERVER_SIDE:function(){return o},buildTimestamp:function(){return u},getBuildInfo:function(){return _},isDevBuild:function(){return a},isProdBuild:function(){return c}});var n=t(541),i="object"!==("undefined"==typeof process?"undefined":t.n(n)()(process))||!process.versions||!process.versions.node,o=!i;function a(){return!1}function c(){return!0}function _(){return(i?window:t.g).TRU_BUILD_INFO}function u(){return _().timestamp}},869:function(__unused_webpack_module,__webpack_exports__,__webpack_require__){__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{requireWeak:function(){return requireWeak},resolveWeak:function(){return resolveWeak}});var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(673),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),_babel_runtime_helpers_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(189),_babel_runtime_helpers_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(_babel_runtime_helpers_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_1__),_isomorphy__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(450),_excluded=["default"];function requireWeak(modulePath,basePath){if(_isomorphy__WEBPACK_IMPORTED_MODULE_2__.IS_CLIENT_SIDE)return null;try{var _eval=eval("require")("path"),resolve=_eval.resolve,path=basePath?resolve(basePath,modulePath):modulePath,_eval2=eval("require")(path),def=_eval2.default,named=_babel_runtime_helpers_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_1___default()(_eval2,_excluded);return def?(Object.entries(named).forEach((function(e){var r=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(e,2),t=r[0],n=r[1];if(def[t])throw Error("Conflict between default and named exports");def[t]=n})),def):named}catch(e){return null}}function resolveWeak(e){return e}},418:function(e){var r=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function i(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var r={},t=0;t<10;t++)r["_"+String.fromCharCode(t)]=t;if("0123456789"!==Object.getOwnPropertyNames(r).map((function(e){return r[e]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(e){n[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(e,o){for(var a,c,_=i(e),u=1;u<arguments.length;u++){for(var l in a=Object(arguments[u]))t.call(a,l)&&(_[l]=a[l]);if(r){c=r(a);for(var s=0;s<c.length;s++)n.call(a,c[s])&&(_[c[s]]=a[c[s]])}}return _}},251:function(e,r,t){t(418);var n=t(156),i=60103;if(r.Fragment=60107,"function"==typeof Symbol&&Symbol.for){var o=Symbol.for;i=o("react.element"),r.Fragment=o("react.fragment")}var a=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c=Object.prototype.hasOwnProperty,_={key:!0,ref:!0,__self:!0,__source:!0};function u(e,r,t){var n,o={},u=null,l=null;for(n in void 0!==t&&(u=""+t),void 0!==r.key&&(u=""+r.key),void 0!==r.ref&&(l=r.ref),r)c.call(r,n)&&!_.hasOwnProperty(n)&&(o[n]=r[n]);if(e&&e.defaultProps)for(n in r=e.defaultProps)void 0===o[n]&&(o[n]=r[n]);return{$$typeof:i,type:e,key:u,ref:l,props:o,_owner:a.current}}r.jsx=u,r.jsxs=u},893:function(e,r,t){e.exports=t(251)},383:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__383__},314:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__314__},162:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__162__},226:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__226__},556:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__556__},111:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__111__},311:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__311__},615:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__615__},365:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__365__},346:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__346__},189:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__189__},205:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__205__},673:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__673__},642:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__642__},541:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__541__},446:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__446__},395:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__395__},899:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__899__},198:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__198__},300:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__300__},760:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__760__},467:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__467__},99:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__99__},656:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__656__},156:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__156__},386:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__386__},684:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__684__},128:function(e){e.exports=__WEBPACK_EXTERNAL_MODULE__128__}},__webpack_module_cache__={};function __webpack_require__(e){var r=__webpack_module_cache__[e];if(void 0!==r)return r.exports;var t=__webpack_module_cache__[e]={exports:{}};return __webpack_modules__[e](t,t.exports,__webpack_require__),t.exports}__webpack_require__.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return __webpack_require__.d(r,{a:r}),r},__webpack_require__.d=function(e,r){for(var t in r)__webpack_require__.o(r,t)&&!__webpack_require__.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},__webpack_require__.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),__webpack_require__.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},__webpack_require__.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};return function(){__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{Barrier:function(){return D},BaseModal:function(){return er},Button:function(){return Le},Checkbox:function(){return Re},Dropdown:function(){return Xe},Emitter:function(){return W},GlobalStateProvider:function(){return ie.GlobalStateProvider},Input:function(){return Fe},JU:function(){return fe},Link:function(){return Ae},MetaTags:function(){return $e},Modal:function(){return tr},NavLink:function(){return or},PT:function(){return we},PageLayout:function(){return Qe},ScalableRect:function(){return ar},Semaphore:function(){return F},ThemeProvider:function(){return i.ThemeProvider},Throbber:function(){return _r},WithTooltip:function(){return hr},YouTubeVideo:function(){return Or},api:function(){return ve()},client:function(){return De},config:function(){return c},getGlobalState:function(){return ie.getGlobalState},isomorphy:function(){return _},newBarrier:function(){return B},server:function(){return Pr},splitComponent:function(){return be},themed:function(){return o()},time:function(){return s},useAsyncCollection:function(){return ie.useAsyncCollection},useAsyncData:function(){return ie.useAsyncData},useGlobalState:function(){return ie.useGlobalState},webpack:function(){return a},withRetries:function(){return he}});var e=__webpack_require__(314),r=__webpack_require__.n(e),t=__webpack_require__(395),n=__webpack_require__.n(t),i=__webpack_require__(198),o=__webpack_require__.n(i),a=__webpack_require__(869),c=(0,a.requireWeak)("config")||window.CONFIG||{},_=__webpack_require__(450),u=__webpack_require__(760),l=__webpack_require__.n(u);l().SEC_MS=1e3,l().MIN_MS=60*l().SEC_MS,l().HOUR_MS=60*l().MIN_MS,l().DAY_MS=24*l().HOUR_MS,l().YEAR_MS=365*l().DAY_MS,l().now=Date.now,l().timer=function(){var e=r()(n().mark((function e(r){return n().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise((function(e){setTimeout(e,r)})));case 1:case"end":return e.stop()}}),e)})));return function(r){return e.apply(this,arguments)}}();var s=l(),p=__webpack_require__(162),d=__webpack_require__.n(p),b=__webpack_require__(111),f=__webpack_require__.n(b),h=__webpack_require__(383),m=__webpack_require__.n(h),E=__webpack_require__(615),v=__webpack_require__.n(E),w=__webpack_require__(346),y=__webpack_require__.n(w),O=__webpack_require__(205),P=__webpack_require__.n(O),g=__webpack_require__(365),k=__webpack_require__.n(g),j=__webpack_require__(446),T=__webpack_require__.n(j),A=__webpack_require__(226),C=__webpack_require__.n(A),q=__webpack_require__(556),L=__webpack_require__.n(q);function x(e,r,t){!function(e,r){if(r.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}(e,r),r.set(e,t)}var N=new WeakMap,R=new WeakMap,S=new WeakMap,M=new WeakMap,D=function(e){y()(i,e);var r,t,n=(r=i,t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=k()(r);if(t){var i=k()(this).constructor;e=Reflect.construct(n,arguments,i)}else e=n.apply(this,arguments);return P()(this,e)});function i(e){var r,t,o;return d()(this,i),r=n.call(this,(function(n,i){t=function(e){n(e),L()(m()(r),R,!0)},o=function(e){i(e),L()(m()(r),M,!0)},e&&e(t,o)})),x(m()(r),N,{writable:!0,value:void 0}),x(m()(r),R,{writable:!0,value:!1}),x(m()(r),S,{writable:!0,value:void 0}),x(m()(r),M,{writable:!0,value:!1}),L()(m()(r),N,t),L()(m()(r),S,o),r}return f()(i,[{key:"resolve",get:function(){return C()(this,N)}},{key:"resolved",get:function(){return C()(this,R)}},{key:"reject",get:function(){return C()(this,S)}},{key:"rejected",get:function(){return C()(this,M)}},{key:"then",value:function(e,r){var t=v()(k()(i.prototype),"then",this).call(this,e,r);return L()(t,N,C()(this,N)),L()(t,S,C()(this,S)),t}}]),i}(T()(Promise));function B(e){return new D(e)}var W=function(){function e(){d()(this,e),this.listeners=[]}return f()(e,[{key:"hasListeners",get:function(){return!!this.listeners.length}},{key:"addListener",value:function(e){var r=this;return this.listeners.includes(e)||this.listeners.push(e),function(){return r.removeListener(e)}}},{key:"emit",value:function(){for(var e=this.listeners,r=0;r<e.length;++r)e[r].apply(e,arguments)}},{key:"removeListener",value:function(e){var r=this.listeners.indexOf(e);r>=0&&this.listeners.splice(r,1)}}]),e}();function U(e,r,t){X(e,r),r.set(e,t)}function X(e,r){if(r.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}function K(e,r,t){if(!r.has(e))throw new TypeError("attempted to get private field on non-instance");return t}var I=new WeakSet,Y=new WeakMap,G=new WeakMap,z=new WeakMap,F=function(){function e(r){var t;d()(this,e),X(this,t=I),t.add(this),U(this,Y,{writable:!0,value:!1}),U(this,G,{writable:!0,value:[]}),U(this,z,{writable:!0,value:void 0}),L()(this,z,!!r)}var t,i;return f()(e,[{key:"ready",get:function(){return C()(this,z)}},{key:"setReady",value:function(e){var r=!!e;C()(this,z)!==r&&(L()(this,z,r),r&&!C()(this,Y)&&K(this,I,H).call(this))}},{key:"seize",value:(i=r()(n().mark((function e(){return n().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.waitReady();case 2:this.setReady(!1);case 3:case"end":return e.stop()}}),e,this)}))),function(){return i.apply(this,arguments)})},{key:"waitReady",value:(t=r()(n().mark((function e(){var r;return n().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(C()(this,z)&&!C()(this,G).length){e.next=5;break}return r=B(),C()(this,G).push(r),e.next=5,r;case 5:case"end":return e.stop()}}),e,this)}))),function(){return t.apply(this,arguments)})}]),e}();function H(){if(C()(this,z)&&C()(this,G).length&&(C()(this,G).shift().resolve(),C()(this,G).length))return setTimeout(K(this,I,H).bind(this)),void L()(this,Y,!0);L()(this,Y,!1)}var V=__webpack_require__(311),Q=__webpack_require__.n(V),J=__webpack_require__(642),Z=__webpack_require__.n(J),$=__webpack_require__(189),ee=__webpack_require__.n($),re=__webpack_require__(156),te=__webpack_require__(673),ne=__webpack_require__.n(te),ie=__webpack_require__(899),oe=__webpack_require__(893),ae=["chunkName","children","getClientSide","placeholder","serverSide"];function ce(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function _e(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ce(Object(t),!0).forEach((function(r){Q()(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ce(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}var ue,le=(0,a.requireWeak)("./ServerSide","/")||function(e){var r=e.chunkName,t=e.children,n=e.getClientSide,i=e.placeholder,o=(e.serverSide,ee()(e,ae)),a=(0,re.useRef)({mounted:!1,pendingStyles:[],renderInitialized:!1}).current,c=(0,_.getBuildInfo)().publicPath;a.mounted||(a.mounted=!0,window.CHUNK_GROUPS[r].forEach((function(e){var r,t;if(e.endsWith(".css")){var n="".concat(c,"/").concat(e),i=document.querySelector('link[href="'.concat(n,'"]'));if(!i){(i=document.createElement("link")).setAttribute("href",n),i.setAttribute("rel","stylesheet");var o=B();i.onload=o.resolve,i.onerror=o.resolve,a.pendingStyles.push(o),document.querySelector("head").appendChild(i)}(r=window).STYLESHEET_USAGE_COUNTERS||(r.STYLESHEET_USAGE_COUNTERS={}),(t=window.STYLESHEET_USAGE_COUNTERS)[n]||(t[n]=0),++window.STYLESHEET_USAGE_COUNTERS[n]}})));var u=(0,ie.useAsyncData)("dr_pogodin_react_utils___split_components.".concat(r),n,{maxage:s.YEAR_MS}).data,l=function(){var e=u.default||u;return(0,oe.jsx)("div",{"data-chunk-name":r,children:(0,oe.jsx)(e,_e(_e({},o),{},{children:t}))})},p=(0,re.useState)((function(){if(u&&!a.pendingStyles.length)return a.renderInitialized=!0,l();var e=document.querySelector("[data-chunk-name=".concat(r,"]"));if(e)return(0,oe.jsx)("div",{dangerouslySetInnerHTML:{__html:e.innerHTML||""},"data-chunk-name":r});var n=i||function(){return null};return(0,oe.jsx)("div",{children:(0,oe.jsx)(n,_e(_e({},o),{},{children:t}))})})),d=ne()(p,2),b=d[0],f=d[1];return u&&!a.renderInitialized&&(a.renderInitialized=!0,Promise.all(a.pendingStyles).then((function(){a.mounted&&f(l())}))),(0,re.useEffect)((function(){return function(){a.mounted=!1,window.CHUNK_GROUPS[r].forEach((function(e){if(e.endsWith(".css")){var r="".concat(c,"/").concat(e);if(--window.STYLESHEET_USAGE_COUNTERS[r]<=0){var t=document.querySelector('link[href="'.concat(r,'"]'));document.querySelector("head").removeChild(t)}}}))}}),[r,a,c]),b},se=["children"];function pe(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function de(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?pe(Object(t),!0).forEach((function(r){Q()(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):pe(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}function be(e){var r=e.chunkName,t=e.getClientSide,n=e.placeholder,i=e.serverSide;return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},o=e.children,a=void 0===o?[]:o,c=ee()(e,se);return re.createElement.apply(void 0,[le,de(de({},c),{},{chunkName:r,getClientSide:t,placeholder:n,serverSide:i})].concat(Z()(a)))}}o().COMPOSE=i.COMPOSE,o().PRIORITY=i.PRIORITY;try{ue=process.env.NODE_CONFIG_ENV}catch(e){}var fe="production"!==(ue||"production")&&a.requireWeak("./jest","/");function he(e){return me.apply(this,arguments)}function me(){return me=r()(n().mark((function e(r){var t,i,o,a=arguments;return n().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:t=a.length>1&&void 0!==a[1]?a[1]:5,i=a.length>2&&void 0!==a[2]?a[2]:1e3,o=1;case 3:return e.prev=3,e.next=6,r();case 6:return e.abrupt("return",e.sent);case 9:if(e.prev=9,e.t0=e.catch(3),!(o<t)){e.next=16;break}return e.next=14,s.timer(i);case 14:e.next=17;break;case 16:throw e.t0;case 17:++o,e.next=3;break;case 20:case"end":return e.stop()}}),e,null,[[3,9]])}))),me.apply(this,arguments)}var Ee=__webpack_require__(300),ve=__webpack_require__.n(Ee),we=__webpack_require__(99),ye=__webpack_require__.n(we),Oe=__webpack_require__(128),Pe=["children","className","disabled","enforceA","keepScrollPosition","onClick","onMouseDown","openNewTab","replace","routerLinkType","to"];function ge(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function ke(e){var r=e.children,t=e.className,n=e.disabled,i=e.enforceA,o=e.keepScrollPosition,a=e.onClick,c=e.onMouseDown,_=e.openNewTab,u=e.replace,l=e.routerLinkType,s=e.to,p=ee()(e,Pe);return n||i||_||s.match(/^(#|(https?|mailto):)/)?(0,oe.jsx)("a",{className:(t?t+" ":"")+"zH52sA",disabled:n,href:s,onClick:n?function(e){return e.preventDefault()}:a,onMouseDown:n?function(e){return e.preventDefault()}:c,rel:"noopener noreferrer",target:_?"_blank":"",children:r}):(0,re.createElement)(l,function(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ge(Object(t),!0).forEach((function(r){Q()(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ge(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}({className:t,disabled:n,onMouseDown:c,replace:u,to:s,onClick:function(e){a&&a(e),o||window.scroll(0,0)}},p),r)}function je(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function Te(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?je(Object(t),!0).forEach((function(r){Q()(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):je(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}function Ae(e){return(0,oe.jsx)(ke,Te(Te({},e),{},{routerLinkType:Oe.Link}))}function Ce(e){var r=e.active,t=e.children,n=e.disabled,i=e.enforceA,o=e.onClick,a=e.onMouseDown,c=e.openNewTab,_=e.replace,u=e.theme,l=e.to,s=u.button;return r&&u.active&&(s+=" ".concat(u.active)),n?(u.disabled&&(s+=" ".concat(u.disabled)),(0,oe.jsx)("div",{className:s,children:t})):l?(0,oe.jsx)(Ae,{className:s,enforceA:i,onClick:o,onMouseDown:a,openNewTab:c,replace:_,to:l,children:t}):(0,oe.jsx)("div",{className:s,onClick:o,onKeyPress:o,onMouseDown:a,role:"button",tabIndex:0,children:t})}ke.defaultProps={children:null,className:null,disabled:!1,enforceA:!1,keepScrollPosition:!1,onClick:null,onMouseDown:null,openNewTab:!1,replace:!1,to:""},ke.propTypes={children:ye().node,className:ye().string,disabled:ye().bool,enforceA:ye().bool,keepScrollPosition:ye().bool,onClick:ye().func,onMouseDown:ye().func,openNewTab:ye().bool,replace:ye().bool,routerLinkType:ye().elementType.isRequired,to:ye().oneOfType([ye().object,ye().string])};var qe=o()("Button",["active","button","disabled"],{button:"E1FNQT",context:"KM0v4f",ad:"_3jm1-Q",hoc:"_0plpDL",active:"MAe9O6",disabled:"Br9IWV"})(Ce);Ce.defaultProps={active:!1,children:void 0,disabled:!1,enforceA:!1,onClick:void 0,onMouseDown:void 0,openNewTab:!1,replace:!1,to:void 0},Ce.propTypes={active:ye().bool,children:ye().node,disabled:ye().bool,enforceA:ye().bool,onClick:ye().func,onMouseDown:ye().func,openNewTab:ye().bool,replace:ye().bool,theme:qe.themeType.isRequired,to:ye().oneOfType([ye().object,ye().string])};var Le=qe;function xe(e){var r=e.checked,t=e.label,n=e.onChange,i=e.theme;return(0,oe.jsxs)("div",{className:i.container,children:[void 0===t?null:(0,oe.jsx)("p",{className:i.label,children:t}),(0,oe.jsx)("input",{checked:r,className:i.checkbox,onChange:n,type:"checkbox"})]})}var Ne=o()("Checkbox",["checkbox","container","label"],{checkbox:"A-f8qJ",context:"dNQcC6",ad:"earXxa",hoc:"qAPfQ6",container:"Kr0g3M",label:"_3dML-O"})(xe);xe.propTypes={checked:ye().bool,label:ye().string,onChange:ye().func,theme:Ne.themeType.isRequired},xe.defaultProps={checked:void 0,label:void 0,onChange:void 0};var Re=Ne,Se=__webpack_require__(386),Me=__webpack_require__.n(Se);function De(e){Me().hydrate((0,oe.jsx)(ie.GlobalStateProvider,{initialState:window.ISTATE,children:(0,oe.jsx)(Oe.BrowserRouter,{children:(0,oe.jsx)(e,{})})}),document.getElementById("react-view"))}var Be=__webpack_require__(467);function We(e){for(var r=e.filter,t=e.label,n=e.onChange,i=e.options,o=e.theme,a=e.value,c=[(0,oe.jsx)("option",{className:o.hiddenOption,children:""},"__reactUtilsHiddenOption")],_=0;_<i.length;++_){var u=i[_];r&&!r(u)||((0,Be.isString)(u)&&(u={value:u}),c.push((0,oe.jsx)("option",{className:o.option,value:u.value,children:void 0===u.name?u.value:u.name},u.value)))}return(0,oe.jsxs)("div",{className:o.container,children:[void 0===t?null:(0,oe.jsx)("p",{className:o.label,children:t}),(0,oe.jsx)("select",{className:o.select,onChange:n,value:a,children:c}),(0,oe.jsx)("div",{className:o.arrow,children:"▼"})]})}var Ue=o()("Dropdown",["arrow","container","hiddenOption","label","option","select"],{arrow:"-zPK7Y",context:"haRIry",ad:"D4XHG2",hoc:"N3nd34",container:"_9CQpeA",label:"Gv0kyu",hiddenOption:"RdW3yR",select:"JXK1uw"})(We);We.propTypes={filter:ye().func,label:ye().string,onChange:ye().func,options:ye().arrayOf(ye().oneOfType([ye().shape({name:ye().node,value:ye().string.isRequired}),ye().string]).isRequired),theme:Ue.themeType.isRequired,value:ye().string},We.defaultProps={filter:void 0,label:void 0,onChange:void 0,options:[],value:void 0};var Xe=Ue,Ke=["label","theme"];function Ie(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function Ye(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?Ie(Object(t),!0).forEach((function(r){Q()(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Ie(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}function Ge(e){var r=e.label,t=e.theme,n=ee()(e,Ke);return(0,oe.jsxs)("div",{className:t.container,children:[void 0===r?null:(0,oe.jsx)("p",{className:t.label,children:r}),(0,oe.jsx)("input",Ye({className:t.input},n))]})}var ze=o()("Input",["container","input","label"],{container:"Cxx397",context:"X5WszA",ad:"_8s7GCr",hoc:"TVlBYc",input:"M07d4s",label:"gfbdq-"})(Ge);Ge.propTypes={label:ye().string,theme:ze.themeType.isRequired},Ge.defaultProps={label:void 0};var Fe=ze;function He(e){var r=e.children,t=e.leftSidePanelContent,n=e.rightSidePanelContent,i=e.theme;return(0,oe.jsxs)("div",{className:i.container,children:[(0,oe.jsx)("div",{className:[i.sidePanel,i.leftSidePanel].join(" "),children:t}),(0,oe.jsx)("div",{className:i.mainPanel,children:r}),(0,oe.jsx)("div",{className:[i.sidePanel,i.rightSidePanel].join(" "),children:n})]})}var Ve=o()("PageLayout",["container","leftSidePanel","mainPanel","rightSidePanel","sidePanel"],{container:"T3cuHB",context:"m4mL-M",ad:"m3-mdC",hoc:"J15Z4H",mainPanel:"pPlQO2",sidePanel:"lqNh4h"})(He);He.propTypes={children:ye().node,leftSidePanelContent:ye().node,rightSidePanelContent:ye().node,theme:Ve.themeType.isRequired},He.defaultProps={children:null,leftSidePanelContent:null,rightSidePanelContent:null};var Qe=Ve,Je=__webpack_require__(684),Ze=(0,re.createContext)();function $e(e){var r=e.children,t=e.description,n=e.image,i=e.siteName,o=e.socialDescription,a=e.socialTitle,c=e.title,_=e.url,u=a||c,l=o||t,s=(0,re.useMemo)((function(){return{description:t,image:n,siteName:i,socialDescription:o,socialTitle:a,title:c,url:_}}),[t,n,i,o,a,c,_]);return(0,oe.jsxs)(oe.Fragment,{children:[(0,oe.jsxs)(Je.Helmet,{children:[(0,oe.jsx)("title",{children:c}),(0,oe.jsx)("meta",{name:"description",content:t}),(0,oe.jsx)("meta",{name:"twitter:card",content:"summary_large_image"}),(0,oe.jsx)("meta",{name:"twitter:title",content:u}),(0,oe.jsx)("meta",{name:"twitter:description",content:l}),n?(0,oe.jsx)("meta",{name:"twitter:image",content:n}):null,i?(0,oe.jsx)("meta",{name:"twitter:site",content:"@".concat(i)}):null,(0,oe.jsx)("meta",{name:"og:title",content:u}),n?(0,oe.jsx)("meta",{name:"og:image",content:n}):null,n?(0,oe.jsx)("meta",{name:"og:image:alt",content:u}):null,(0,oe.jsx)("meta",{name:"og:description",content:l}),i?(0,oe.jsx)("meta",{name:"og:sitename",content:i}):null,_?(0,oe.jsx)("meta",{name:"og:url",content:_}):null]}),r?(0,oe.jsx)(Ze.Provider,{value:s,children:r}):null]})}function er(e){var r=e.children,t=e.onCancel,n=e.theme,i=(0,re.useRef)(),o=(0,re.useRef)(),a=(0,re.useState)(),c=ne()(a,2),_=c[0],u=c[1];(0,re.useEffect)((function(){var e=document.createElement("div");return document.body.classList.add("scrolling-disabled-by-modal"),document.body.appendChild(e),u(e),function(){document.body.classList.remove("scrolling-disabled-by-modal"),document.body.removeChild(e)}}),[]);var l=(0,re.useMemo)((function(){return(0,oe.jsx)("div",{onFocus:function(){for(var e=i.current.querySelectorAll("*"),r=e.length-1;r>=0;--r)if(e[r].focus(),document.activeElement===e[r])return;o.current.focus()},tabIndex:"0"})}),[]);return _?Me().createPortal((0,oe.jsxs)(oe.Fragment,{children:[l,(0,oe.jsx)("div",{"aria-label":"Cancel",className:n.overlay,onClick:function(){return t()},onKeyDown:function(e){"Escape"===e.key&&t()},ref:function(e){e&&e!==o.current&&(o.current=e,e.focus())},role:"button",tabIndex:"0"}),(0,oe.jsx)("div",{"aria-modal":"true",className:n.container,onWheel:function(e){return e.stopPropagation()},ref:i,role:"dialog",children:r}),(0,oe.jsx)("div",{onFocus:function(){o.current.focus()},tabIndex:"0"}),l]}),_):null}$e.Context=Ze,$e.defaultProps={children:null,image:null,siteName:null,socialDescription:null,socialTitle:null,url:null},$e.propTypes={children:ye().node,description:ye().string.isRequired,image:ye().string,siteName:ye().string,socialDescription:ye().string,socialTitle:ye().string,title:ye().string.isRequired,url:ye().string};var rr=o()("Modal",["container","overlay"],{overlay:"ye2BZo",context:"Szmbbz",ad:"Ah-Nsc",hoc:"Wki41G",container:"gyZ4rc"})(er);er.propTypes={onCancel:ye().func,children:ye().node,theme:rr.themeType.isRequired},er.defaultProps={onCancel:Be.noop,children:null};var tr=rr;function nr(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function ir(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?nr(Object(t),!0).forEach((function(r){Q()(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):nr(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}function or(e){return(0,oe.jsx)(ke,ir(ir({},e),{},{routerLinkType:Oe.NavLink}))}function ar(e){var r=e.children,t=e.className,n=e.ratio.split(":"),i="".concat(100*n[1]/n[0],"%"),o=(0,oe.jsx)("div",{style:{paddingBottom:i},className:"EznFz3",children:(0,oe.jsx)("div",{className:"_0vb7tq",children:r})});return t?(0,oe.jsx)("div",{className:t,children:o}):o}function cr(e){var r=e.theme;return(0,oe.jsxs)("div",{className:(r.container?r.container+" ":"")+"_7zdld4",children:[(0,oe.jsx)("div",{className:(r.circle?r.circle+" ":"")+"dBrB4g"}),(0,oe.jsx)("div",{className:(r.circle?r.circle+" ":"")+"dBrB4g"}),(0,oe.jsx)("div",{className:(r.circle?r.circle+" ":"")+"dBrB4g"})]})}ar.defaultProps={children:null,className:null,ratio:"1:1"},ar.propTypes={children:ye().node,className:ye().string,ratio:ye().string},cr.defaultProps={theme:{}},cr.propTypes={theme:ye().shape({container:ye().string,circle:ye().string})};var _r=o()("Throbber",["circle","container"],{container:"_7zdld4",context:"uIObt7",ad:"XIxe9o",hoc:"YOyORH",circle:"dBrB4g",bouncing:"TJe-6j"})(cr),ur={ABOVE_CURSOR:"ABOVE_CURSOR",ABOVE_ELEMENT:"ABOVE_ELEMENT",BELOW_CURSOR:"BELOW_CURSOR",BELOW_ELEMENT:"BELOW_ELEMENT"},lr=["border-bottom-color:transparent","border-left-color:transparent","border-right-color:transparent"].join(";"),sr=["border-top-color:transparent","border-left-color:transparent","border-right-color:transparent"].join(";");var pr=(0,re.forwardRef)((function(e,r){var t=e.children,n=e.theme,i=(0,re.useState)(null),o=ne()(i,2),a=o[0],c=o[1],_=function(e,r,t,n){return a&&function(e,r,t,n,i){var o,a,c,_,u,l=function(e){return{arrow:e.arrow.getBoundingClientRect(),container:e.container.getBoundingClientRect()}}(i),s=(a=(o=window).pageXOffset,c=o.pageYOffset,u=(_=document.documentElement).clientHeight,{left:a,right:a+_.clientWidth,top:c,bottom:c+u}),p=function(e,r,t){var n=t.arrow,i=t.container;return{arrowX:.5*(i.width-n.width),arrowY:i.height,containerX:e-i.width/2,containerY:r-i.height-n.height/1.5,baseArrowStyle:lr}}(e,r,l);if(p.containerX<s.left+6)p.containerX=s.left+6,p.arrowX=Math.max(6,e-p.containerX-l.arrow.width/2);else{var d=s.right-6-l.container.width;p.containerX>d&&(p.containerX=d,p.arrowX=Math.min(l.container.width-6,e-p.containerX-l.arrow.width/2))}p.containerY<s.top+6&&(p.containerY+=l.container.height+2*l.arrow.height,p.arrowY-=l.container.height+l.arrow.height,p.baseArrowStyle=sr);var b="left:".concat(p.containerX,"px;top:").concat(p.containerY,"px");i.container.setAttribute("style",b);var f="".concat(p.baseArrowStyle,";left:").concat(p.arrowX,"px;top:").concat(p.arrowY,"px");i.arrow.setAttribute("style",f)}(e,r,0,0,a)};return(0,re.useImperativeHandle)(r,(function(){return{pointTo:_}})),(0,re.useEffect)((function(){var e=function(e){var r=document.createElement("div");e.arrow&&r.setAttribute("class",e.arrow);var t=document.createElement("div");e.content&&t.setAttribute("class",e.content);var n=document.createElement("div");return e.container&&n.setAttribute("class",e.container),n.appendChild(r),n.appendChild(t),document.body.appendChild(n),{container:n,arrow:r,content:t}}(n);return c(e),function(){document.body.removeChild(e.container),c(null)}}),[n]),a?(0,Se.createPortal)(t,a.content):null}));pr.propTypes={children:ye().node,theme:ye().shape().isRequired},pr.defaultProps={children:null};var dr=pr;function br(e){var r=e.children,t=e.placement,n=e.tip,i=e.theme,o=(0,re.useRef)(),a=(0,re.useRef)(),c=(0,re.useState)(!1),_=ne()(c,2),u=_[0],l=_[1];return(0,re.useEffect)((function(){if(u&&null!==n){var e=function(){return l(!1)};return window.addEventListener("scroll",e),function(){return window.removeEventListener("scroll",e)}}}),[u,n]),(0,oe.jsxs)("div",{className:i.wrapper,onMouseLeave:function(){return l(!1)},onMouseMove:function(e){return function(e,r){if(u){var n=a.current.getBoundingClientRect();e<n.left||e>n.right||r<n.top||r>n.bottom?l(!1):o.current&&o.current.pointTo(e+window.pageXOffset,r+window.pageYOffset,t,a.current)}else l(!0)}(e.clientX,e.clientY)},ref:a,children:[u&&null!==n?(0,oe.jsx)(dr,{ref:o,theme:i,children:n}):null,r]})}var fr=o()("WithTooltip",["appearance","arrow","container","content","wrapper"],{arrow:"M9gywF",ad:"_4xT7zE",hoc:"zd-vnH",context:"GdZucr",container:"f9gY8K",appearance:"L4ubm-",wrapper:"_4qDBRM"})(br);fr.PLACEMENTS=ur,br.propTypes={children:ye().node,placement:ye().oneOf(Object.values(ur)),theme:fr.themeType.isRequired,tip:ye().node},br.defaultProps={children:null,placement:ur.ABOVE_CURSOR,tip:null};var hr=fr,mr=__webpack_require__(656),Er=__webpack_require__.n(mr),vr={container:"jTxmOX",context:"dzIcLh",ad:"_5a9XX1",hoc:"_7sH52O"};function wr(e){var r=e.autoplay,t=e.src,n=e.theme,i=e.title,o=t.split("?"),a=ne()(o,2),c=a[0],_=a[1],u=(_=_?Er().parse(_):{}).v||c.match(/\/([a-zA-Z0-9-_]*)$/)[1];return c="https://www.youtube.com/embed/".concat(u),delete _.v,_.autoplay=r?1:0,c+="?".concat(Er().stringify(_)),(0,oe.jsxs)(ar,{className:n.container,ratio:"16:9",children:[(0,oe.jsx)(_r,{theme:vr}),(0,oe.jsx)("iframe",{allow:"autoplay",allowFullScreen:!0,className:n.video,src:c,title:i})]})}var yr=o()("YouTubeVideo",["container","video"],{container:"sXHM81",context:"veKyYi",ad:"r3ABzd",hoc:"YKcPnR",video:"SlV2zw"})(wr);wr.propTypes={autoplay:ye().bool,src:ye().string.isRequired,theme:yr.themeType.isRequired,title:ye().string},wr.defaultProps={autoplay:!1,title:""};var Or=yr,Pr=a.requireWeak("./server","/")}(),__webpack_exports__}()}));
|
|
3
3
|
//# sourceMappingURL=web.bundle.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"web.bundle.js","mappings":"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","sources":["webpack://@dr.pogodin/react-utils/webpack/universalModuleDefinition","webpack://@dr.pogodin/react-utils/./src/shared/utils/isomorphy.js","webpack://@dr.pogodin/react-utils/./src/shared/utils/webpack.js","webpack://@dr.pogodin/react-utils/./node_modules/object-assign/index.js","webpack://@dr.pogodin/react-utils/./node_modules/react/cjs/react-jsx-runtime.production.min.js","webpack://@dr.pogodin/react-utils/./node_modules/react/jsx-runtime.js","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/assertThisInitialized\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/asyncToGenerator\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/classCallCheck\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/classPrivateFieldGet\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/classPrivateFieldSet\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/createClass\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/defineProperty\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/get\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/getPrototypeOf\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/inherits\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/objectWithoutProperties\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/possibleConstructorReturn\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/slicedToArray\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/toConsumableArray\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/typeof\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/wrapNativeSuper\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/regenerator\"","webpack://@dr.pogodin/react-utils/external umd \"@dr.pogodin/react-global-state\"","webpack://@dr.pogodin/react-utils/external umd \"@dr.pogodin/react-themes\"","webpack://@dr.pogodin/react-utils/external umd \"axios\"","webpack://@dr.pogodin/react-utils/external umd \"dayjs\"","webpack://@dr.pogodin/react-utils/external umd \"lodash\"","webpack://@dr.pogodin/react-utils/external umd \"prop-types\"","webpack://@dr.pogodin/react-utils/external umd \"qs\"","webpack://@dr.pogodin/react-utils/external umd \"react\"","webpack://@dr.pogodin/react-utils/external umd \"react-dom\"","webpack://@dr.pogodin/react-utils/external umd \"react-helmet\"","webpack://@dr.pogodin/react-utils/external umd \"react-router-dom\"","webpack://@dr.pogodin/react-utils/webpack/bootstrap","webpack://@dr.pogodin/react-utils/webpack/runtime/compat get default export","webpack://@dr.pogodin/react-utils/webpack/runtime/define property getters","webpack://@dr.pogodin/react-utils/webpack/runtime/global","webpack://@dr.pogodin/react-utils/webpack/runtime/hasOwnProperty shorthand","webpack://@dr.pogodin/react-utils/webpack/runtime/make namespace object","webpack://@dr.pogodin/react-utils/./src/shared/utils/config.js","webpack://@dr.pogodin/react-utils/./src/shared/utils/time.js","webpack://@dr.pogodin/react-utils/./src/shared/utils/Barrier.js","webpack://@dr.pogodin/react-utils/./src/shared/utils/Emitter.js","webpack://@dr.pogodin/react-utils/./src/shared/utils/Semaphore.js","webpack://@dr.pogodin/react-utils/./src/shared/utils/index.js","webpack://@dr.pogodin/react-utils/./src/shared/components/CodeSplit/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/CodeSplit/ClientSide.jsx","webpack://@dr.pogodin/react-utils/./src/shared/utils/splitComponent.js","webpack://@dr.pogodin/react-utils/./src/shared/components/GenericLink/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/Link.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/Button/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/Button/style.scss?4fed","webpack://@dr.pogodin/react-utils/./src/shared/components/Checkbox/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/Checkbox/theme.scss?e808","webpack://@dr.pogodin/react-utils/./src/client/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/Dropdown/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/Dropdown/theme.scss?9ee7","webpack://@dr.pogodin/react-utils/./src/shared/components/Input/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/Input/theme.scss?43a4","webpack://@dr.pogodin/react-utils/./src/shared/components/PageLayout/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/PageLayout/base-theme.scss?229d","webpack://@dr.pogodin/react-utils/./src/shared/components/MetaTags.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/Modal/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/Modal/base-theme.scss?9858","webpack://@dr.pogodin/react-utils/./src/shared/components/NavLink.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/ScalableRect/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/Throbber/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/Throbber/theme.scss?1805","webpack://@dr.pogodin/react-utils/./src/shared/components/WithTooltip/Tooltip.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/WithTooltip/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/WithTooltip/default-theme.scss?195d","webpack://@dr.pogodin/react-utils/./src/shared/components/YouTubeVideo/throbber.scss?c5e3","webpack://@dr.pogodin/react-utils/./src/shared/components/YouTubeVideo/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/YouTubeVideo/base.scss?267e","webpack://@dr.pogodin/react-utils/./src/index.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory(require(\"@babel/runtime/helpers/assertThisInitialized\"), require(\"@babel/runtime/helpers/asyncToGenerator\"), require(\"@babel/runtime/helpers/classCallCheck\"), require(\"@babel/runtime/helpers/classPrivateFieldGet\"), require(\"@babel/runtime/helpers/classPrivateFieldSet\"), require(\"@babel/runtime/helpers/createClass\"), require(\"@babel/runtime/helpers/defineProperty\"), require(\"@babel/runtime/helpers/get\"), require(\"@babel/runtime/helpers/getPrototypeOf\"), require(\"@babel/runtime/helpers/inherits\"), require(\"@babel/runtime/helpers/objectWithoutProperties\"), require(\"@babel/runtime/helpers/possibleConstructorReturn\"), require(\"@babel/runtime/helpers/slicedToArray\"), require(\"@babel/runtime/helpers/toConsumableArray\"), require(\"@babel/runtime/helpers/typeof\"), require(\"@babel/runtime/helpers/wrapNativeSuper\"), require(\"@babel/runtime/regenerator\"), require(\"@dr.pogodin/react-global-state\"), require(\"@dr.pogodin/react-themes\"), require(\"axios\"), require(\"dayjs\"), require(\"lodash\"), require(\"prop-types\"), require(\"qs\"), require(\"react\"), require(\"react-dom\"), require(\"react-helmet\"), require(\"react-router-dom\"));\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([\"@babel/runtime/helpers/assertThisInitialized\", \"@babel/runtime/helpers/asyncToGenerator\", \"@babel/runtime/helpers/classCallCheck\", \"@babel/runtime/helpers/classPrivateFieldGet\", \"@babel/runtime/helpers/classPrivateFieldSet\", \"@babel/runtime/helpers/createClass\", \"@babel/runtime/helpers/defineProperty\", \"@babel/runtime/helpers/get\", \"@babel/runtime/helpers/getPrototypeOf\", \"@babel/runtime/helpers/inherits\", \"@babel/runtime/helpers/objectWithoutProperties\", \"@babel/runtime/helpers/possibleConstructorReturn\", \"@babel/runtime/helpers/slicedToArray\", \"@babel/runtime/helpers/toConsumableArray\", \"@babel/runtime/helpers/typeof\", \"@babel/runtime/helpers/wrapNativeSuper\", \"@babel/runtime/regenerator\", \"@dr.pogodin/react-global-state\", \"@dr.pogodin/react-themes\", \"axios\", \"dayjs\", \"lodash\", \"prop-types\", \"qs\", \"react\", \"react-dom\", \"react-helmet\", \"react-router-dom\"], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"@dr.pogodin/react-utils\"] = factory(require(\"@babel/runtime/helpers/assertThisInitialized\"), require(\"@babel/runtime/helpers/asyncToGenerator\"), require(\"@babel/runtime/helpers/classCallCheck\"), require(\"@babel/runtime/helpers/classPrivateFieldGet\"), require(\"@babel/runtime/helpers/classPrivateFieldSet\"), require(\"@babel/runtime/helpers/createClass\"), require(\"@babel/runtime/helpers/defineProperty\"), require(\"@babel/runtime/helpers/get\"), require(\"@babel/runtime/helpers/getPrototypeOf\"), require(\"@babel/runtime/helpers/inherits\"), require(\"@babel/runtime/helpers/objectWithoutProperties\"), require(\"@babel/runtime/helpers/possibleConstructorReturn\"), require(\"@babel/runtime/helpers/slicedToArray\"), require(\"@babel/runtime/helpers/toConsumableArray\"), require(\"@babel/runtime/helpers/typeof\"), require(\"@babel/runtime/helpers/wrapNativeSuper\"), require(\"@babel/runtime/regenerator\"), require(\"@dr.pogodin/react-global-state\"), require(\"@dr.pogodin/react-themes\"), require(\"axios\"), require(\"dayjs\"), require(\"lodash\"), require(\"prop-types\"), require(\"qs\"), require(\"react\"), require(\"react-dom\"), require(\"react-helmet\"), require(\"react-router-dom\"));\n\telse\n\t\troot[\"@dr.pogodin/react-utils\"] = factory(root[\"@babel/runtime/helpers/assertThisInitialized\"], root[\"@babel/runtime/helpers/asyncToGenerator\"], root[\"@babel/runtime/helpers/classCallCheck\"], root[\"@babel/runtime/helpers/classPrivateFieldGet\"], root[\"@babel/runtime/helpers/classPrivateFieldSet\"], root[\"@babel/runtime/helpers/createClass\"], root[\"@babel/runtime/helpers/defineProperty\"], root[\"@babel/runtime/helpers/get\"], root[\"@babel/runtime/helpers/getPrototypeOf\"], root[\"@babel/runtime/helpers/inherits\"], root[\"@babel/runtime/helpers/objectWithoutProperties\"], root[\"@babel/runtime/helpers/possibleConstructorReturn\"], root[\"@babel/runtime/helpers/slicedToArray\"], root[\"@babel/runtime/helpers/toConsumableArray\"], root[\"@babel/runtime/helpers/typeof\"], root[\"@babel/runtime/helpers/wrapNativeSuper\"], root[\"@babel/runtime/regenerator\"], root[\"@dr.pogodin/react-global-state\"], root[\"@dr.pogodin/react-themes\"], root[\"axios\"], root[\"dayjs\"], root[\"lodash\"], root[\"prop-types\"], root[\"qs\"], root[\"react\"], root[\"react-dom\"], root[\"react-helmet\"], root[\"react-router-dom\"]);\n})(typeof self !== 'undefined' ? self : this, function(__WEBPACK_EXTERNAL_MODULE__383__, __WEBPACK_EXTERNAL_MODULE__314__, __WEBPACK_EXTERNAL_MODULE__162__, __WEBPACK_EXTERNAL_MODULE__226__, __WEBPACK_EXTERNAL_MODULE__556__, __WEBPACK_EXTERNAL_MODULE__111__, __WEBPACK_EXTERNAL_MODULE__311__, __WEBPACK_EXTERNAL_MODULE__615__, __WEBPACK_EXTERNAL_MODULE__365__, __WEBPACK_EXTERNAL_MODULE__346__, __WEBPACK_EXTERNAL_MODULE__189__, __WEBPACK_EXTERNAL_MODULE__205__, __WEBPACK_EXTERNAL_MODULE__673__, __WEBPACK_EXTERNAL_MODULE__642__, __WEBPACK_EXTERNAL_MODULE__541__, __WEBPACK_EXTERNAL_MODULE__446__, __WEBPACK_EXTERNAL_MODULE__395__, __WEBPACK_EXTERNAL_MODULE__899__, __WEBPACK_EXTERNAL_MODULE__198__, __WEBPACK_EXTERNAL_MODULE__300__, __WEBPACK_EXTERNAL_MODULE__760__, __WEBPACK_EXTERNAL_MODULE__467__, __WEBPACK_EXTERNAL_MODULE__99__, __WEBPACK_EXTERNAL_MODULE__656__, __WEBPACK_EXTERNAL_MODULE__156__, __WEBPACK_EXTERNAL_MODULE__386__, __WEBPACK_EXTERNAL_MODULE__684__, __WEBPACK_EXTERNAL_MODULE__128__) {\nreturn ","/* global window */\n\n/**\n * `true` within client-side environment (browser), `false` at server-side.\n */\nexport const IS_CLIENT_SIDE = typeof process !== 'object'\n || !process.versions || !process.versions.node;\n\n/**\n * `true` within the server-side environment (node), `false` at client-side.\n */\nexport const IS_SERVER_SIDE = !IS_CLIENT_SIDE;\n\n/**\n * @ignore\n * @return {string} Code mode: \"development\" or \"production\".\n */\nfunction getMode() {\n return process.env.NODE_ENV;\n}\n\n/**\n * Returns `true` if development version of the code is running;\n * `false` otherwise.\n * @return {boolean}\n */\nexport function isDevBuild() {\n return getMode() === 'development';\n}\n\n/**\n * Returns `true` if production build of the code is running;\n * `false` otherwise.\n * @return {boolean}\n */\nexport function isProdBuild() {\n return getMode() === 'production';\n}\n\n/**\n * Returns build info object.\n * @returns {object}\n */\nexport function getBuildInfo() {\n return (IS_CLIENT_SIDE ? window : global).TRU_BUILD_INFO;\n}\n\n/**\n * Returns build timestamp of the front-end JS bundle.\n * @return {string} ISO date/time string.\n */\nexport function buildTimestamp() {\n return getBuildInfo().timestamp;\n}\n","import { IS_CLIENT_SIDE } from './isomorphy';\n\n/**\n * Requires the specified module without including it into the bundle during\n * Webpack build.\n * @param {string} modulePath\n * @param {string} [basePath]\n * @return {object} Required module.\n */\nexport function requireWeak(modulePath, basePath) {\n if (IS_CLIENT_SIDE) return null;\n\n try {\n /* eslint-disable no-eval */\n const { resolve } = eval('require')('path');\n const path = basePath ? resolve(basePath, modulePath) : modulePath;\n const { default: def, ...named } = eval('require')(path);\n /* eslint-enable no-eval */\n\n if (!def) return named;\n\n Object.entries(named).forEach(([key, value]) => {\n if (def[key]) throw Error('Conflict between default and named exports');\n def[key] = value;\n });\n return def;\n } catch {\n return null;\n }\n}\n\n/**\n * Resolves specified module path with help of Babel's module resolver.\n * Yes, the function itself just returns its argument to the caller, but Babel\n * is configured to resolve the first argument of resolveWeak(..) function, thus\n * the result will be the resolved path.\n * @param {string} modulePath\n * @return {string} Absolute or relative path to the module.\n */\nexport function resolveWeak(modulePath) {\n return modulePath;\n}\n","/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n'use strict';\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc'); // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i < 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbols;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n","/** @license React v17.0.2\n * react-jsx-runtime.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';require(\"object-assign\");var f=require(\"react\"),g=60103;exports.Fragment=60107;if(\"function\"===typeof Symbol&&Symbol.for){var h=Symbol.for;g=h(\"react.element\");exports.Fragment=h(\"react.fragment\")}var m=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,n=Object.prototype.hasOwnProperty,p={key:!0,ref:!0,__self:!0,__source:!0};\nfunction q(c,a,k){var b,d={},e=null,l=null;void 0!==k&&(e=\"\"+k);void 0!==a.key&&(e=\"\"+a.key);void 0!==a.ref&&(l=a.ref);for(b in a)n.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:g,type:c,key:e,ref:l,props:d,_owner:m.current}}exports.jsx=q;exports.jsxs=q;\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-jsx-runtime.production.min.js');\n} else {\n module.exports = require('./cjs/react-jsx-runtime.development.js');\n}\n","module.exports = __WEBPACK_EXTERNAL_MODULE__383__;","module.exports = __WEBPACK_EXTERNAL_MODULE__314__;","module.exports = __WEBPACK_EXTERNAL_MODULE__162__;","module.exports = __WEBPACK_EXTERNAL_MODULE__226__;","module.exports = __WEBPACK_EXTERNAL_MODULE__556__;","module.exports = __WEBPACK_EXTERNAL_MODULE__111__;","module.exports = __WEBPACK_EXTERNAL_MODULE__311__;","module.exports = __WEBPACK_EXTERNAL_MODULE__615__;","module.exports = __WEBPACK_EXTERNAL_MODULE__365__;","module.exports = __WEBPACK_EXTERNAL_MODULE__346__;","module.exports = __WEBPACK_EXTERNAL_MODULE__189__;","module.exports = __WEBPACK_EXTERNAL_MODULE__205__;","module.exports = __WEBPACK_EXTERNAL_MODULE__673__;","module.exports = __WEBPACK_EXTERNAL_MODULE__642__;","module.exports = __WEBPACK_EXTERNAL_MODULE__541__;","module.exports = __WEBPACK_EXTERNAL_MODULE__446__;","module.exports = __WEBPACK_EXTERNAL_MODULE__395__;","module.exports = __WEBPACK_EXTERNAL_MODULE__899__;","module.exports = __WEBPACK_EXTERNAL_MODULE__198__;","module.exports = __WEBPACK_EXTERNAL_MODULE__300__;","module.exports = __WEBPACK_EXTERNAL_MODULE__760__;","module.exports = __WEBPACK_EXTERNAL_MODULE__467__;","module.exports = __WEBPACK_EXTERNAL_MODULE__99__;","module.exports = __WEBPACK_EXTERNAL_MODULE__656__;","module.exports = __WEBPACK_EXTERNAL_MODULE__156__;","module.exports = __WEBPACK_EXTERNAL_MODULE__386__;","module.exports = __WEBPACK_EXTERNAL_MODULE__684__;","module.exports = __WEBPACK_EXTERNAL_MODULE__128__;","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = function(module) {\n\tvar getter = module && module.__esModule ?\n\t\tfunction() { return module['default']; } :\n\t\tfunction() { return module; };\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// define __esModule on exports\n__webpack_require__.r = function(exports) {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","/* global window */\n\nimport { requireWeak } from './webpack';\n\n/* eslint-disable global-require */\nexport default requireWeak('config') || window.CONFIG;\n/* eslint-enable global-require */\n","/**\n * @category Utilities\n * @module time\n * @desc\n * ```js\n * import { time } from '@dr.pogodin/react-utils';\n * ```\n * Date & time utilities. The `time` export is a convenient alias for\n * [dayjs](https://day.js.org/en/) library, _i.e._ you can use `time`\n * in all ways you would use `dayjs`. It is further extended with\n * the following additional members.\n */\n\nimport dayjs from 'dayjs';\n\n/**\n * @static\n * @const SEC_MS\n * @desc One second, expressed in milliseconds (equals 1000 ms).\n * @example\n * import { time } from '@dr.pogodin/react-utils';\n * console.log(time.SEC_MS); // Prints: 1000\n */\ndayjs.SEC_MS = 1000;\n\n/**\n * @static\n * @const MIN_MS\n * @desc One minute, expressed in milliseconds (equals 60 × `SEC_MS`).\n * @example\n * import { time } from '@dr.pogodin/react-utils';\n * console.log(time.MIN_MS); // Prints: 60000\n */\ndayjs.MIN_MS = 60 * dayjs.SEC_MS;\n\n/**\n * @static\n * @const HOUR_MS\n * @desc One hour, expressed in milliseconds (equals 60 × `MIN_MS`).\n * @example\n * import { time } from '@dr.pogodin/react-utils';\n * console.log(time.HOUR_MS); // Prints: 3600000\n */\ndayjs.HOUR_MS = 60 * dayjs.MIN_MS;\n\n/**\n * @static\n * @const DAY_MS\n * @desc One day, expressed in milliseconds (equals 24 × `HOUR_MS`).\n * @example\n * import { time } from '@dr.pogodin/react-utils';\n * console.log(time.DAY_MS); // Prints: 86400000\n */\ndayjs.DAY_MS = 24 * dayjs.HOUR_MS;\n\n/**\n * @static\n * @const YEAR_MS\n * @desc One year, expressed in milliseconds (equals 365 × `DAY_MS`,\n * thus a normal, non-leap year).\n * @example\n * import { time } from '@dr.pogodin/react-utils';\n * console.log(time.YEAR_MS); // Prints: 31536000000\n */\ndayjs.YEAR_MS = 365 * dayjs.DAY_MS;\n\n/**\n * @static\n * @func now\n * @desc Returns Unix timestamp [ms] (thus, it is just an alias for `Date.now`).\n * @return {number}\n * @example\n * import { time } from '@dr.pogodin/react-utils';\n * console.log(time.now()); // Prints the current timestamp, e.g. 1618608761000.\n */\ndayjs.now = Date.now;\n\n/**\n * @static\n * @func timer\n * @desc Creates a Promise, which resolves after the given timeout.\n * @param {number} timeout Timeout [ms].\n * @return {Promise} Resolves after the timeout.\n * @example\n * import { time } from '@dr.pogodin/react-utils';\n * time.timer(5000).then(() => console.log('5 seconds have passed'))\n */\ndayjs.timer = async function timer(timeout) {\n return new Promise((resolve) => {\n setTimeout(resolve, timeout);\n });\n};\n\nexport default dayjs;\n","/**\n * Barrier is just a Promise which has resolve and reject exposed as instance\n * methods.\n */\nexport class Barrier extends Promise {\n #resolve;\n\n #reject;\n\n constructor(executor) {\n let resolveRef;\n let rejectRef;\n super((resolve, reject) => {\n resolveRef = resolve;\n rejectRef = reject;\n if (executor) executor(resolve, reject);\n });\n this.#resolve = resolveRef;\n this.#reject = rejectRef;\n }\n\n get resolve() { return this.#resolve; }\n\n get reject() { return this.#reject; }\n\n then(onFulfilled, onRejected) {\n const res = super.then(onFulfilled, onRejected);\n res.#resolve = this.#resolve;\n res.#reject = this.#reject;\n return res;\n }\n}\n\n/**\n * Creates a new Barrier.\n * @returns {Barrier}\n */\nexport function newBarrier(executor) {\n return new Barrier(executor);\n}\n","/**\n * Simple listeneable data Emitter.\n */\nexport default class Emitter {\n /**\n * Creates a new Emitter.\n */\n constructor() {\n this.listeners = [];\n }\n\n /**\n * Returns \"true\" if any listener is connected; \"false\" otherwise.\n * @return {boolean}\n */\n get hasListeners() {\n return !!this.listeners.length;\n }\n\n /**\n * Adds `listener` if it is not already connected.\n * @param {function} listener\n * @return {function} Unsubscribe function.\n */\n addListener(listener) {\n if (!this.listeners.includes(listener)) {\n this.listeners.push(listener);\n }\n return () => this.removeListener(listener);\n }\n\n /**\n * Calls every connected listener with the given arguments.\n * @param {...any} args\n */\n emit(...args) {\n const { listeners } = this;\n for (let i = 0; i < listeners.length; ++i) {\n listeners[i](...args);\n }\n }\n\n /**\n * Removes specified `listener`, if connected.\n * @param {function} listener\n */\n removeListener(listener) {\n const idx = this.listeners.indexOf(listener);\n if (idx >= 0) this.listeners.splice(idx, 1);\n }\n}\n","import { newBarrier } from './Barrier';\n\n/**\n * Implements a simple semaphore for async code logic.\n */\nexport default class Semaphore {\n constructor(ready) {\n this.#ready = !!ready;\n }\n\n get ready() { return this.#ready; }\n\n setReady(ready) {\n const bool = !!ready;\n if (this.#ready !== bool) {\n this.#ready = bool;\n if (bool && !this.#draining) this.#drainQueue();\n }\n }\n\n /**\n * Waits until the semaphore is ready, and marks it as non-ready (seizes it).\n * @return {Promise}\n */\n async seize() {\n await this.waitReady();\n this.setReady(false);\n }\n\n async waitReady() {\n if (!this.#ready || this.#queue.length) {\n const barrier = newBarrier();\n this.#queue.push(barrier);\n await barrier;\n }\n }\n\n // Private members below this point.\n\n /**\n * If semaphore is ready, it releases the next barrier in the queue, if any,\n * and reschedules itself for a call in the next event loop iteration.\n * Otherwise, it breaks the queue draining loop, which will be restarted\n * the next time the semaphore is set ready.\n */\n #drainQueue() {\n if (this.#ready && this.#queue.length) {\n const next = this.#queue.shift();\n next.resolve();\n\n // Re-schedules itself for the next event loop iteration.\n if (this.#queue.length) {\n setTimeout(this.#drainQueue.bind(this));\n this.#draining = true;\n return; // Exit here to avoid the drain loop termination below.\n }\n }\n\n // Cleans up for the drain loop termination.\n this.#draining = false;\n }\n\n // \"true\" when the drain queue process is running (and thus no need to start\n // a new one).\n #draining = false;\n\n // The array of barriers set for each async code flow awaiting for\n // the Semaphore to become ready.\n #queue = [];\n\n #ready;\n}\n","import themed, {\n COMPOSE,\n PRIORITY,\n ThemeProvider,\n} from '@dr.pogodin/react-themes';\n\nimport config from './config';\nimport * as isomorphy from './isomorphy';\nimport time from './time';\nimport * as webpack from './webpack';\n\nexport * from './Barrier';\nexport { default as Emitter } from './Emitter';\nexport { default as Semaphore } from './Semaphore';\nexport { default as splitComponent } from './splitComponent';\n\nthemed.COMPOSE = COMPOSE;\nthemed.PRIORITY = PRIORITY;\n\n// Note: it should be done this way, as in some environments\n// \"process\" might not exist, and process.env.NODE_CONFIG_ENV\n// not injected by Webpack.\nlet NODE_CONFIG_ENV;\ntry {\n NODE_CONFIG_ENV = process.env.NODE_CONFIG_ENV;\n} catch { /* noop */ }\n\nconst env = NODE_CONFIG_ENV || process.env.NODE_ENV;\nconst JU = env !== 'production' && webpack.requireWeak('./jest', __dirname);\n\n/**\n * @category Utilities\n * @global\n * @func withRetries\n * @desc\n * ```js\n * import { withRetries } from '@dr.pogodin/react-utils';\n * ```\n * Attempts to perform given asynchronous `action` up to `maxRetries` times,\n * with the given `interval` between attempts. If any attempt is successful,\n * the result is returned immediately, with no further attempts done;\n * otherwise, if all attempts fail, the result Promise rejects after the last\n * attempt.\n * @param {function} action\n * @param {number} [maxRetries=5] Optional. Maximum number of retries. Defaults\n * to 5 attempts.\n * @param {number} [interval=1000] Optional. Interval between retries [ms].\n * Defaults to 1 second.\n * @return {Promise} Resolves to the result of successful operation, or\n * rejects with the error from the latst failed attempt.\n * @example\n * import { withRetries } from '@dr.pogodin/react-utils';\n *\n * let firstCall = true;\n *\n * function sampleAction() {\n * if (!firstCall) return 'success';\n * firstCall = false;\n * throw Error('The first call to this method fails');\n * }\n *\n * withRetries(sampleAction).then(console.log);\n * // It will print 'success' after one second, once the second attempt\n * // is performed.\n */\nexport async function withRetries(action, maxRetries = 5, interval = 1000) {\n /* eslint-disable no-await-in-loop */\n for (let n = 1; ; ++n) {\n try {\n return await action();\n } catch (error) {\n if (n < maxRetries) await time.timer(interval);\n else throw error;\n }\n }\n /* eslint-enable no-await-in-loop */\n}\n\nexport {\n config,\n isomorphy,\n JU,\n themed,\n ThemeProvider,\n time,\n webpack,\n};\n","// This module exposes client- or server-side version of the <CodeSplit>\n// component, depending on the environment. That component is used internally\n// to implement the code splitting. Library users should use splitComponent()\n// function to use the code splitting (see \"utils/splitComponent.js\").\n\nimport { requireWeak } from 'utils/webpack';\nimport ClientSide from './ClientSide';\n\nexport default requireWeak('./ServerSide', __dirname) || ClientSide;\n","/**\n * Client-side implementation of a split code chunk.\n */\n/* global document, window */\n/* eslint-disable react/jsx-props-no-spreading */\n\nimport { useEffect, useRef, useState } from 'react';\n\nimport { useAsyncData } from '@dr.pogodin/react-global-state';\n\nimport { newBarrier } from 'utils/Barrier';\nimport { getBuildInfo } from 'utils/isomorphy';\nimport time from 'utils/time';\n\nexport default function ClientSide({\n chunkName,\n children,\n getClientSide,\n placeholder,\n\n // Not used in <ClientSide>, but should not go into \"...rest\" either.\n serverSide,\n\n ...rest\n}) {\n const { current: heap } = useRef({\n mounted: false,\n pendingStyles: [],\n renderInitialized: false,\n });\n\n // publicPath from buildInfo does not have a trailing slash at the end.\n const { publicPath } = getBuildInfo();\n\n // This code block initiates style loading as soon as possible, even prior to\n // the component loading, and it collects all style load / failure promises\n // into heap.pendingStyles array, allowing us to wait and thus avoid flash of\n // unstyled content issue (that's why we don't rely on mini-css-extract-plugin\n // to handle CSS chunk mounting and unmounting, which it is able to do).\n if (!heap.mounted) {\n heap.mounted = true;\n window.CHUNK_GROUPS[chunkName].forEach((asset) => {\n if (!asset.endsWith('.css')) return;\n const path = `${publicPath}/${asset}`;\n let link = document.querySelector(`link[href=\"${path}\"]`);\n if (!link) {\n link = document.createElement('link');\n link.setAttribute('href', path);\n link.setAttribute('rel', 'stylesheet');\n\n const barrier = newBarrier();\n link.onload = barrier.resolve;\n\n // Even if the style load failed, still allow to mount the component,\n // abeit with broken styling.\n link.onerror = barrier.resolve;\n\n heap.pendingStyles.push(barrier);\n\n const head = document.querySelector('head');\n head.appendChild(link);\n }\n window.STYLESHEET_USAGE_COUNTERS ||= {};\n window.STYLESHEET_USAGE_COUNTERS[path] ||= 0;\n ++window.STYLESHEET_USAGE_COUNTERS[path];\n });\n }\n\n // Async loading of React component necessary to render the chunk.\n const { data } = useAsyncData(\n `dr_pogodin_react_utils___split_components.${chunkName}`,\n getClientSide,\n { maxage: time.YEAR_MS },\n );\n\n const createRender = () => {\n const Scene = data.default || data;\n return (\n <div data-chunk-name={chunkName}>\n <Scene {...rest}>\n {children}\n </Scene>\n </div>\n );\n };\n\n const [render, setRender] = useState(() => {\n // No need to await anything, we can render the final component right away.\n if (data && !heap.pendingStyles.length) {\n heap.renderInitialized = true;\n return createRender();\n }\n\n // Try to reuse the markup rendered during SSR.\n const node = document.querySelector(`[data-chunk-name=${chunkName}]`);\n if (node) {\n return (\n <div\n /* eslint-disable react/no-danger */\n dangerouslySetInnerHTML={{ __html: node.innerHTML || '' }}\n /* eslint-disable react/no-danger */\n data-chunk-name={chunkName}\n />\n );\n }\n\n // Else render placeholder, or empty div.\n const Scene = placeholder || (() => null);\n return <div><Scene {...rest}>{children}</Scene></div>;\n });\n\n // At this point, if we have data, the absense of heap.renderInitialized flag\n // means we have to await styles loading; once it is done, and if we are still\n // mounted, we can set the final render.\n if (data && !heap.renderInitialized) {\n heap.renderInitialized = true;\n Promise.all(heap.pendingStyles).then(() => {\n if (heap.mounted) setRender(createRender());\n });\n }\n\n // This effectively fires only once, just before the component unmounts.\n useEffect(() => () => {\n heap.mounted = false;\n window.CHUNK_GROUPS[chunkName].forEach((item) => {\n if (!item.endsWith('.css')) return;\n const path = `${publicPath}/${item}`;\n if (--window.STYLESHEET_USAGE_COUNTERS[path] <= 0) {\n const link = document.querySelector(`link[href=\"${path}\"]`);\n const head = document.querySelector('head');\n head.removeChild(link);\n }\n });\n }, [chunkName, heap, publicPath]);\n\n return render;\n}\n","import { createElement } from 'react';\nimport CodeSplit from 'components/CodeSplit';\n\n/**\n * Wraps a regular React component into a \"code splitting\" component,\n * i.e. all code used exclusively by that component and its sub-tree\n * will go into a separate, asynchronously loaded, code chunk for\n * the client-side.\n * @param {object} options\n * @param {string} options.chunkName\n * @param {function} options.getClientSide\n * @param {React.ElementType} [options.placeholder]\n * @param {React.ElementType} [options.serverSide]\n * @returns {React.ElementType}\n */\nexport default function splitComponent({\n chunkName,\n getClientSide,\n placeholder,\n serverSide,\n}) {\n // eslint-disable-next-line react/prop-types\n return ({ children = [], ...props } = {}) => createElement(\n CodeSplit,\n {\n ...props,\n chunkName,\n getClientSide,\n placeholder,\n serverSide,\n },\n ...children,\n );\n}\n","/* global window */\n\nimport PT from 'prop-types';\nimport { createElement } from 'react';\n\nimport './style.scss';\n\n/**\n * The `<Link>` component, and almost identical `<NavLink>` component, are\n * auxiliary wrappers around\n * [React Router](https://github.com/ReactTraining/react-router)'s\n * `<Link>` and `<NavLink>` components; they help to handle external and\n * internal links in uniform manner.\n *\n * @param {object} [props] Component properties.\n * @param {string} [props.className] CSS classes to apply to the link.\n * @param {boolean} [props.disabled] Disables the link.\n * @param {boolean} [props.enforceA] `true` enforces rendering of the link as\n * a simple `<a>` element.\n * @param {boolean} [props.keepScrollPosition] If `true`, and the link is\n * rendered as a React Router's component, it won't reset the viewport scrolling\n * position to the origin when clicked.\n * @param {function} [props.onClick] Event handler to trigger upon click.\n * @param {function} [props.onMouseDown] Event handler to trigger on MouseDown\n * event.\n * @param {boolean} [props.openNewTab] If `true` the link opens in a new tab.\n * @param {boolean} [props.replace] When `true`, the link will replace current\n * entry in the history stack instead of adding a new one.\n * @param {string} [props.to] Link URL.\n * @param {string} [props.activeClassName] **`<NavLink>`** only: CSS class(es)\n * to apply to rendered link when it is active.\n * @param {string} [props.activeStyle] **`<NavLink>`** only: CSS styles\n * to apply to the rendered link when it is active.\n * @param {boolean} [props.exact] **`<NavLink>`** only: if `true`, the active\n * class/style will only be applied if the location is matched exactly.\n * @param {function} [props.isActive] **`<NavLink>`** only: Add extra\n * logic for determining whether the link is active. This should be used if you\n * want to do more than verify that the link’s pathname matches the current URL\n * pathname.\n * @param {object} [props.location] **`<NavLink>`** only: `isActive` compares\n * current history location (usually the current browser URL). To compare to\n * a different location, a custom `location` can be passed.\n * @param {boolean} [props.strict] **`<NavLink>`** only: . When `true`, trailing\n * slash on a location’s pathname will be taken into consideration when\n * determining if the location matches the current URL. See the `<Route strict>`\n * documentation for more information.\n */\nexport default function GenericLink({\n children,\n className,\n disabled,\n enforceA,\n keepScrollPosition,\n onClick,\n onMouseDown,\n openNewTab,\n replace,\n routerLinkType,\n to,\n ...rest\n}) {\n /* Renders Link as <a> element if:\n * - It is opted explicitely by `enforceA` prop;\n * - It should be opened in a new tab;\n * - It is an absolte URL (starts with http:// or https://);\n * - It is anchor link (starts with #). */\n if (disabled || enforceA || openNewTab || to.match(/^(#|(https?|mailto):)/)) {\n return (\n <a\n className={className}\n disabled={disabled}\n href={to}\n onClick={disabled ? (e) => e.preventDefault() : onClick}\n onMouseDown={disabled ? (e) => e.preventDefault() : onMouseDown}\n rel=\"noopener noreferrer\"\n styleName=\"link\"\n target={openNewTab ? '_blank' : ''}\n >\n {children}\n </a>\n );\n }\n\n /* Otherwise we render the link as React Router's Link or NavLink element. */\n return createElement(routerLinkType, {\n className,\n disabled,\n onMouseDown,\n replace,\n to,\n onClick: (e) => {\n // Executes the user-provided event handler, if any.\n if (onClick) onClick(e);\n\n // By default, clicking the link scrolls the page to beginning.\n if (!keepScrollPosition) window.scroll(0, 0);\n },\n ...rest,\n }, children);\n}\n\nGenericLink.defaultProps = {\n children: null,\n className: null,\n disabled: false,\n enforceA: false,\n keepScrollPosition: false,\n onClick: null,\n onMouseDown: null,\n openNewTab: false,\n replace: false,\n to: '',\n};\n\nGenericLink.propTypes = {\n children: PT.node,\n className: PT.string,\n disabled: PT.bool,\n enforceA: PT.bool,\n keepScrollPosition: PT.bool,\n onClick: PT.func,\n onMouseDown: PT.func,\n openNewTab: PT.bool,\n replace: PT.bool,\n routerLinkType: PT.elementType.isRequired,\n to: PT.oneOfType([PT.object, PT.string]),\n};\n","/**\n * The Link wraps around React Router's Link component, to automatically replace\n * it by the regular <a> element when:\n * - The target reference points to another domain;\n * - User opts to open the reference in a new tab;\n * - User explicitely opts to use <a>.\n */\n\nimport { Link as RrLink } from 'react-router-dom';\n\nimport GenericLink from './GenericLink';\n\nexport default function Link(props) {\n /* eslint-disable react/jsx-props-no-spreading */\n return <GenericLink {...props} routerLinkType={RrLink} />;\n /* eslint-enable react/jsx-props-no-spreading */\n}\n","// The <Button> component implements a standard button / button-like link.\n\nimport PT from 'prop-types';\n\nimport Link from 'components/Link';\n\nimport { themed } from 'utils';\n\nimport defaultTheme from './style.scss';\n\nfunction BaseButton({\n active,\n children,\n disabled,\n enforceA,\n onClick,\n onMouseDown,\n openNewTab,\n replace,\n theme,\n to,\n}) {\n let className = theme.button;\n if (active && theme.active) className += ` ${theme.active}`;\n if (disabled) {\n if (theme.disabled) className += ` ${theme.disabled}`;\n return (\n <div className={className}>\n {children}\n </div>\n );\n }\n if (to) {\n return (\n <Link\n className={className}\n enforceA={enforceA}\n onClick={onClick}\n onMouseDown={onMouseDown}\n openNewTab={openNewTab}\n replace={replace}\n to={to}\n >\n {children}\n </Link>\n );\n }\n return (\n <div\n className={className}\n onClick={onClick}\n onKeyPress={onClick}\n onMouseDown={onMouseDown}\n role=\"button\"\n tabIndex={0}\n >\n {children}\n </div>\n );\n}\n\n/**\n * Button component theme: a map of CSS\n * class names to append to button elements:\n * @prop {string} [active] to the root element of active button.\n * @prop {string} [button] to the root element of any button.\n * @prop {string} [disabled] to the root element of disabled button.\n */\nconst ThemedButton = themed('Button', [\n 'active',\n 'button',\n 'disabled',\n], defaultTheme)(BaseButton);\n\n/**\n * Implements themeable buttons, and button-line links (elements which look\n * like buttons, but behave as links) in the same uniform manner.\n * @param {object} [props] Component props.\n * @param {boolean} [props.active] Set `true` to render the button as\n * active, even if it is not active otherwise.\n * @param {boolean} [props.disabled] Set `true` to disable the button.\n * @param {boolean} [props.enforceA] When the button is rendered as `<Link>`\n * component, this prop enforces it to be rendered as a simple `<a>` element\n * (external link), rather than the React router's internal link.\n * See `<Link>` documentation to learn when links are rendered as `<a>`\n * by default.\n * @param {function} [props.onClick] Click event handler.\n * @param {function} [props.onMouseDown] Mouse down event handler.\n * @param {boolean} [props.openNewTab] Set `true` to open link in the new tab.\n * @param {boolean} [props.replace] When the button is rendered as\n * `<Link>`, and the target URL is internal, this property tells that\n * the new route should replace the last record in the browser's history,\n * rather than to be pushed as a new entry into the history stack.\n * @param {ButtonTheme} [props.theme] _Ad hoc_ button theme.\n * @param {object|string} [props.to] If specified, the button will be rendered\n * as `<Link>` (if not disabled), and it will point to the specified location\n * or URL.\n * @param {...any} [props....]\n * [Other properties of themeable components](https://www.npmjs.com/package/@dr.pogodin/react-themes#themed-component-properties)\n */\nBaseButton.defaultProps = {\n active: false,\n children: undefined,\n disabled: false,\n enforceA: false,\n onClick: undefined,\n onMouseDown: undefined,\n openNewTab: false,\n replace: false,\n to: undefined,\n};\n\nBaseButton.propTypes = {\n active: PT.bool,\n children: PT.node,\n disabled: PT.bool,\n enforceA: PT.bool,\n onClick: PT.func,\n onMouseDown: PT.func,\n openNewTab: PT.bool,\n replace: PT.bool,\n theme: ThemedButton.themeType.isRequired,\n to: PT.oneOfType([PT.object, PT.string]),\n};\n\nexport default ThemedButton;\n","// extracted by mini-css-extract-plugin\nexport default {\"button\":\"E1FNQT\",\"context\":\"KM0v4f\",\"ad\":\"_3jm1-Q\",\"hoc\":\"_0plpDL\",\"active\":\"MAe9O6\",\"disabled\":\"Br9IWV\"};","import PT from 'prop-types';\n\nimport { themed } from 'utils';\n\nimport defaultTheme from './theme.scss';\n\nfunction Checkbox({\n checked,\n label,\n onChange,\n theme,\n}) {\n return (\n <div className={theme.container}>\n { label === undefined ? null : <p className={theme.label}>{label}</p> }\n <input\n checked={checked}\n className={theme.checkbox}\n onChange={onChange}\n type=\"checkbox\"\n />\n </div>\n );\n}\n\n/**\n * Checkbox component theme: a map of\n * CSS classes to append to its elements:\n * @prop {string} [checkbox] to the underlying checkbox `<input>` element.\n * @prop {string} [container] to the root checkbox element.\n * @prop {string} [label] to the checkbox label element.\n */\nconst ThemedCheckbox = themed('Checkbox', [\n 'checkbox',\n 'container',\n 'label',\n], defaultTheme)(Checkbox);\n\n/**\n * The `<Checkbox>` component implements themeable checkboxes.\n * @param {object} [props] Component properties.\n * @param {boolean} [props.checked] Checkbox value.\n * @param {string} [props.label] Checkbox label.\n * @param {function} [props.onChange] State change handler.\n * @param {CheckboxTheme} [props.theme] _Ad hoc_ theme.\n * @param {...any} [props....]\n * [Other properties of themeable components](https://www.npmjs.com/package/@dr.pogodin/react-themes#themed-component-properties).\n */\nCheckbox.propTypes = {\n checked: PT.bool,\n label: PT.string,\n onChange: PT.func,\n theme: ThemedCheckbox.themeType.isRequired,\n};\n\nCheckbox.defaultProps = {\n checked: undefined,\n label: undefined,\n onChange: undefined,\n};\n\nexport default ThemedCheckbox;\n","// extracted by mini-css-extract-plugin\nexport default {\"checkbox\":\"A-f8qJ\",\"context\":\"dNQcC6\",\"ad\":\"earXxa\",\"hoc\":\"qAPfQ6\",\"container\":\"Kr0g3M\",\"label\":\"_3dML-O\"};","// Initialization of client-side code.\n/* global document, window */\n\nimport { GlobalStateProvider } from '@dr.pogodin/react-global-state';\n\nimport ReactDom from 'react-dom';\nimport { BrowserRouter } from 'react-router-dom';\n\n/**\n * Prepares and launches the app at client side.\n * @param {object} Application Root application component\n */\nexport default function Launch(Application) {\n ReactDom.hydrate(\n (\n <GlobalStateProvider initialState={window.ISTATE}>\n <BrowserRouter>\n <Application />\n </BrowserRouter>\n </GlobalStateProvider>\n ), document.getElementById('react-view'),\n );\n}\n","import { isString } from 'lodash';\nimport PT from 'prop-types';\n\nimport { themed } from 'utils';\n\nimport defaultTheme from './theme.scss';\n\n/**\n * Implements a themeable dropdown list. Internally it is rendered with help of\n * the standard HTML `<select>` element, thus the styling support is somewhat\n * limited.\n * @param {object} [props] Component properties.\n * @param {function} [props.filter] Options filter function. If provided, only\n * those elements of `options` list will be used by the dropdown, for which this\n * filter returns `true`.\n * @param {string} [props.label] Dropdown label.\n * @param {string} [props.onChange] Selection event handler.\n * @param {DropdownOption[]|string[]} [props.options=[]] Array of dropdown\n * options. For string elements the option value and name will be the same.\n * It is allowed to mix DropdownOption and string elements in the same option\n * list.\n * @param {DropdownTheme} [props.theme] _Ad hoc_ theme.\n * @param {string} [props.value] Currently selected value.\n * @param {...any} [props....]\n * [Other theming properties](https://www.npmjs.com/package/@dr.pogodin/react-themes#themed-component-properties)\n */\nfunction Dropdown({\n filter,\n label,\n onChange,\n options,\n theme,\n value,\n}) {\n const optionArray = [(\n <option\n className={theme.hiddenOption}\n key=\"__reactUtilsHiddenOption\"\n >\n ‌\n </option>\n )];\n for (let i = 0; i < options.length; ++i) {\n let op = options[i];\n if (!filter || filter(op)) {\n if (isString(op)) op = { value: op };\n optionArray.push((\n <option className={theme.option} key={op.value} value={op.value}>\n {op.name === undefined ? op.value : op.name }\n </option>\n ));\n }\n }\n return (\n <div className={theme.container}>\n { label === undefined ? null : <p className={theme.label}>{label}</p> }\n <select\n className={theme.select}\n onChange={onChange}\n value={value}\n >\n {optionArray}\n </select>\n <div className={theme.arrow}>▼</div>\n </div>\n );\n}\n\nconst ThemedDropdown = themed('Dropdown', [\n 'arrow',\n 'container',\n 'hiddenOption',\n 'label',\n 'option',\n 'select',\n], defaultTheme)(Dropdown);\n\nDropdown.propTypes = {\n filter: PT.func,\n label: PT.string,\n onChange: PT.func,\n options: PT.arrayOf(\n PT.oneOfType([\n PT.shape({\n name: PT.node,\n value: PT.string.isRequired,\n }),\n PT.string,\n ]).isRequired,\n ),\n theme: ThemedDropdown.themeType.isRequired,\n value: PT.string,\n};\n\nDropdown.defaultProps = {\n filter: undefined,\n label: undefined,\n onChange: undefined,\n options: [],\n value: undefined,\n};\n\nexport default ThemedDropdown;\n","// extracted by mini-css-extract-plugin\nexport default {\"arrow\":\"-zPK7Y\",\"context\":\"haRIry\",\"ad\":\"D4XHG2\",\"hoc\":\"N3nd34\",\"container\":\"_9CQpeA\",\"label\":\"Gv0kyu\",\"hiddenOption\":\"RdW3yR\",\"select\":\"JXK1uw\"};","import PT from 'prop-types';\n\nimport { themed } from 'utils';\n\nimport defaultTheme from './theme.scss';\n\n/**\n * Themeable input field, based on the standard HTML `<input>` element.\n * @param {object} [props]\n * @param {string} [props.label] Input label.\n * @param {InputTheme} [props.theme] _Ad hoc_ theme.\n * @param {...any} [props....] [Other theming properties](https://www.npmjs.com/package/@dr.pogodin/react-themes#themed-component-properties)\n * @param {...any} [props....] Any other properties are passed to the underlying\n * `<input>` element.\n */\nfunction Input({\n label,\n theme,\n ...rest\n}) {\n return (\n <div className={theme.container}>\n { label === undefined ? null : <p className={theme.label}>{label}</p> }\n <input\n className={theme.input}\n {...rest} // eslint-disable-line react/jsx-props-no-spreading\n />\n </div>\n );\n}\n\nconst ThemedInput = themed('Input', [\n 'container',\n 'input',\n 'label',\n], defaultTheme)(Input);\n\nInput.propTypes = {\n label: PT.string,\n theme: ThemedInput.themeType.isRequired,\n};\n\nInput.defaultProps = {\n label: undefined,\n};\n\nexport default ThemedInput;\n","// extracted by mini-css-extract-plugin\nexport default {\"container\":\"Cxx397\",\"context\":\"X5WszA\",\"ad\":\"_8s7GCr\",\"hoc\":\"TVlBYc\",\"input\":\"M07d4s\",\"label\":\"gfbdq-\"};","import PT from 'prop-types';\n\nimport { themed } from 'utils';\n\nimport baseTheme from './base-theme.scss';\n\n/**\n * Simple and themeable page layout. It keeps the main content centered in\n * a column of limited width, which fills entire viewport on small screens\n * (under `$screen-md = 1024px` size). At larger screens the column keeps\n * `$screen-md` size, and it is centered at the page, surrounded by side\n * panels, where additional content can be displayed.\n *\n * **Children:** Component children are rendered as the content of main panel.\n * @param {object} [props] Component properties.\n * @param {Node} [props.leftSidePanelContent] The content for left side panel.\n * @param {Node} [props.rightSidePanelContent] The content for right side panel.\n * @param {PageLayoutTheme} [props.theme] _Ad hoc_ theme.\n * @param {...any} [props....]\n * [Other theming properties](https://www.npmjs.com/package/@dr.pogodin/react-themes#themed-component-properties)\n */\nfunction PageLayout({\n children,\n leftSidePanelContent,\n rightSidePanelContent,\n theme,\n}) {\n return (\n <div className={theme.container}>\n <div className={[theme.sidePanel, theme.leftSidePanel].join(' ')}>\n {leftSidePanelContent}\n </div>\n <div className={theme.mainPanel}>\n {children}\n </div>\n <div className={[theme.sidePanel, theme.rightSidePanel].join(' ')}>\n {rightSidePanelContent}\n </div>\n </div>\n );\n}\n\nconst ThemedPageLayout = themed('PageLayout', [\n 'container',\n 'leftSidePanel',\n 'mainPanel',\n 'rightSidePanel',\n 'sidePanel',\n], baseTheme)(PageLayout);\n\nPageLayout.propTypes = {\n children: PT.node,\n leftSidePanelContent: PT.node,\n rightSidePanelContent: PT.node,\n theme: ThemedPageLayout.themeType.isRequired,\n};\n\nPageLayout.defaultProps = {\n children: null,\n leftSidePanelContent: null,\n rightSidePanelContent: null,\n};\n\nexport default ThemedPageLayout;\n","// extracted by mini-css-extract-plugin\nexport default {\"container\":\"T3cuHB\",\"context\":\"m4mL-M\",\"ad\":\"m3-mdC\",\"hoc\":\"J15Z4H\",\"mainPanel\":\"pPlQO2\",\"sidePanel\":\"lqNh4h\"};","import PT from 'prop-types';\nimport { createContext, useMemo } from 'react';\nimport { Helmet } from 'react-helmet';\n\nconst Context = createContext();\n\n/**\n * The `<MetaTags>` component is an auxiliary wrapper around `react-helmet`,\n * which helps to inject meta tags (page title, a brief content description,\n * and social media thumbnails) into generated pages.\n *\n * When `<MetaTags>` are nested within the app's component tree, meta tags\n * content injected by components encountered down the tree overrides tags\n * injected by previously encountered `<MetaTags>` components.\n *\n * **Children:** `<MetaTags>` children, if any, are rendered at the component's\n * location. The context passes down all meta tag properties of parent\n * `<MetaTag>` instances. These properties can fetched within children\n * hierarchy in the following way, thus facilitating tags modification by\n * children:\n * ```jsx\n * import { useContext } from 'react';\n * import { MetaTags } from '@dr.pogodin/react-utils';\n * export default function SampleComponent() {\n * const { title, description, ...rest } = useContext(MetaTags.Context);\n * // Do something with these props here, e.g. prefix the page title with\n * // the component name:\n * return (\n * <MetaTags title={`Sample component - ${title}`} />\n * );\n * }\n * ```\n * @param {object} [props]\n * @param {string} [props.description] Page description to use in\n * the `description` meta tag, and as a default description of Open Graph Tags.\n * @param {string} [props.image] The absolute URL of thumbnail image to use\n * in Open Graph Tags (`twitter:image`, and `og:image`). By default these tags\n * are not injected.\n *\n * **BEWARE:** It must be a complete, absolute URL, including the correct\n * website domain and HTTP schema.\n *\n * @param {string} [props.siteName]: The site name to use in `twitter:site`,\n * and `og:sitename` tags. By default these tags are not injected.\n *\n * @param {string} [props.socialDescription] The site description to use in\n * `twitter:description` and `og:description` meta tags. By default the value of\n * `description` prop is used.\n * @param {string} [props.socialTitle] The page title to use in\n * `twitter:title`, `og:title`, and `og:image:alt` tags. By default the value of\n * `title` prop is used. Also the `og:image:alt` tag is only injected if `image`\n * prop is present.\n *\n * @param {string} props.title: The page name to use in the `<title>` tag.\n * It is also used as the default value of `socialTitle` prop.\n *\n * @param {string} [props.url] The page URL to use in `og:url` tag.\n * By default the tag is not injected.\n */\nexport default function MetaTags({\n children,\n description,\n image,\n siteName,\n socialDescription,\n socialTitle,\n title,\n url,\n}) {\n const socTitle = socialTitle || title;\n const socDesc = socialDescription || description;\n\n const context = useMemo(() => ({\n description,\n image,\n siteName,\n socialDescription,\n socialTitle,\n title,\n url,\n }), [\n description,\n image,\n siteName,\n socialDescription,\n socialTitle,\n title,\n url,\n ]);\n\n return (\n <>\n <Helmet>\n {/* General tags. */}\n <title>\n {title}\n </title>\n <meta name=\"description\" content={description} />\n\n {/* Twitter cards. */}\n <meta name=\"twitter:card\" content=\"summary_large_image\" />\n <meta name=\"twitter:title\" content={socTitle} />\n <meta name=\"twitter:description\" content={socDesc} />\n { image ? <meta name=\"twitter:image\" content={image} /> : null }\n {\n siteName ? (\n <meta name=\"twitter:site\" content={`@${siteName}`} />\n ) : null\n }\n\n {/* Open Graph data. */}\n <meta name=\"og:title\" content={socTitle} />\n { image ? <meta name=\"og:image\" content={image} /> : null }\n { image ? <meta name=\"og:image:alt\" content={socTitle} /> : null }\n <meta name=\"og:description\" content={socDesc} />\n {\n siteName ? (<meta name=\"og:sitename\" content={siteName} />) : null\n }\n { url ? (<meta name=\"og:url\" content={url} />) : null }\n </Helmet>\n {\n children ? (\n <Context.Provider value={context}>\n {children}\n </Context.Provider>\n ) : null\n }\n </>\n );\n}\n\nMetaTags.Context = Context;\n\nMetaTags.defaultProps = {\n children: null,\n image: null,\n siteName: null,\n socialDescription: null,\n socialTitle: null,\n url: null,\n};\n\nMetaTags.propTypes = {\n children: PT.node,\n description: PT.string.isRequired,\n image: PT.string,\n siteName: PT.string,\n socialDescription: PT.string,\n socialTitle: PT.string,\n title: PT.string.isRequired,\n url: PT.string,\n};\n","/* global document */\n\nimport { noop } from 'lodash';\nimport {\n useEffect,\n useMemo,\n useRef,\n useState,\n} from 'react';\nimport ReactDom from 'react-dom';\nimport PT from 'prop-types';\nimport themed from '@dr.pogodin/react-themes';\n\nimport baseTheme from './base-theme.scss';\nimport './styles.scss';\n\n/**\n * The `<Modal>` component implements a simple themeable modal window, wrapped\n * into the default theme. `<BaseModal>` exposes the base non-themed component.\n * **Children:** Component children are rendered as the modal content.\n * @param {object} props Component properties.\n * @param {function} [props.onCancel] The callback to trigger when user\n * clicks outside the modal, or presses Escape. It is expected to hide the\n * modal.\n * @param {ModalTheme} [props.theme] _Ad hoc_ theme.\n * @param {...any} [props....]\n * [Other theming properties](https://www.npmjs.com/package/@dr.pogodin/react-themes#themed-component-properties)\n */\nfunction BaseModal({\n children,\n onCancel,\n theme,\n}) {\n const containerRef = useRef();\n const overlayRef = useRef();\n const [portal, setPortal] = useState();\n\n useEffect(() => {\n const p = document.createElement('div');\n document.body.classList.add('scrolling-disabled-by-modal');\n document.body.appendChild(p);\n setPortal(p);\n return () => {\n document.body.classList.remove('scrolling-disabled-by-modal');\n document.body.removeChild(p);\n };\n }, []);\n\n const focusLast = useMemo(() => (\n <div\n onFocus={() => {\n const elems = containerRef.current.querySelectorAll('*');\n for (let i = elems.length - 1; i >= 0; --i) {\n elems[i].focus();\n if (document.activeElement === elems[i]) return;\n }\n overlayRef.current.focus();\n }}\n /* eslint-disable jsx-a11y/no-noninteractive-tabindex */\n tabIndex=\"0\"\n /* eslint-enable jsx-a11y/no-noninteractive-tabindex */\n />\n ), []);\n\n return portal ? ReactDom.createPortal(\n (\n <>\n {focusLast}\n <div\n aria-label=\"Cancel\"\n className={theme.overlay}\n onClick={() => onCancel()}\n onKeyDown={(e) => {\n if (e.key === 'Escape') onCancel();\n }}\n ref={(node) => {\n if (node && node !== overlayRef.current) {\n overlayRef.current = node;\n node.focus();\n }\n }}\n role=\"button\"\n tabIndex=\"0\"\n />\n <div\n aria-modal=\"true\"\n className={theme.container}\n onWheel={(event) => event.stopPropagation()}\n ref={containerRef}\n role=\"dialog\"\n >\n {children}\n </div>\n <div\n onFocus={() => {\n overlayRef.current.focus();\n }}\n /* eslint-disable jsx-a11y/no-noninteractive-tabindex */\n tabIndex=\"0\"\n /* eslint-enable jsx-a11y/no-noninteractive-tabindex */\n />\n {focusLast}\n </>\n ),\n portal,\n ) : null;\n}\n\nconst ThemedModal = themed(\n 'Modal',\n [\n 'container',\n 'overlay',\n ],\n baseTheme,\n)(BaseModal);\n\nBaseModal.propTypes = {\n onCancel: PT.func,\n children: PT.node,\n theme: ThemedModal.themeType.isRequired,\n};\n\nBaseModal.defaultProps = {\n onCancel: noop,\n children: null,\n};\n\nexport default ThemedModal;\n\n/* Non-themed version of the Modal. */\nexport { BaseModal };\n","// extracted by mini-css-extract-plugin\nexport default {\"overlay\":\"ye2BZo\",\"context\":\"Szmbbz\",\"ad\":\"Ah-Nsc\",\"hoc\":\"Wki41G\",\"container\":\"gyZ4rc\"};","import { NavLink as RrNavLink } from 'react-router-dom';\n\nimport GenericLink from './GenericLink';\n\nexport default function NavLink(props) {\n /* eslint-disable react/jsx-props-no-spreading */\n return <GenericLink {...props} routerLinkType={RrNavLink} />;\n /* eslint-enable react/jsx-props-no-spreading */\n}\n","import PT from 'prop-types';\n\nimport './style.scss';\n\n/**\n * The `<ScalableRect>` component implements container keeping given aspect\n * ratio, while its width is altered.\n *\n * **Children:** Component children are rendered as the component's content.\n * @param {object} props\n * @param {string} [props.className] CSS class for component container.\n * @param {string} [props.ratio=1:1] Ratio of the rendered rectangle sides,\n * in `W:H` form.\n */\nexport default function ScalableRect({ children, className, ratio }) {\n const aux = ratio.split(':');\n const paddingBottom = `${(100 * aux[1]) / aux[0]}%`;\n\n /* NOTE: In case the following code looks strange to you, mind that we want to\n * allow the user to set custom styles on this component. If user passes in a\n * \"className\" prop (possibly \"styleName\", but that one is converted to\n * \"className\" by Babel just before being passed into this component), it\n * should not interfere with the sizing behavior, thus we need an extra <div>\n * level in this component; however, if user does not need a custom styling,\n * we can save one level of HTML code, so we do it. */\n const rect = (\n <div\n style={{ paddingBottom }}\n styleName=\"container\"\n >\n <div styleName=\"wrapper\">\n {children}\n </div>\n </div>\n );\n return className ? (\n <div className={className}>\n {rect}\n </div>\n ) : rect;\n}\n\nScalableRect.defaultProps = {\n children: null,\n className: null,\n ratio: '1:1',\n};\n\nScalableRect.propTypes = {\n children: PT.node,\n className: PT.string,\n ratio: PT.string,\n};\n","import PT from 'prop-types';\nimport themed from '@dr.pogodin/react-themes';\n\nimport defaultTheme from './theme.scss';\n\n/**\n * Throbber is an \"action in progress\" indicator, which renders\n * three bouncing circles as a simple pending activity indicator,\n * and can be further themed to a certain degree.\n * @param {object} [props] Component properties.\n * @param {ThrobberTheme} [props.theme] _Ad hoc_ theme.\n * @param {...any} [props....]\n * [Other theming properties](https://www.npmjs.com/package/@dr.pogodin/react-themes#themed-component-properties)\n */\nfunction Throbber({\n theme,\n}) {\n return (\n <div className={theme.container} styleName=\"container\">\n <div className={theme.circle} styleName=\"circle\" />\n <div className={theme.circle} styleName=\"circle\" />\n <div className={theme.circle} styleName=\"circle\" />\n </div>\n );\n}\n\nThrobber.defaultProps = {\n theme: {},\n};\n\nThrobber.propTypes = {\n theme: PT.shape({\n container: PT.string,\n circle: PT.string,\n }),\n};\n\nexport default themed('Throbber', [\n 'circle',\n 'container',\n], defaultTheme)(Throbber);\n","// extracted by mini-css-extract-plugin\nexport default {\"container\":\"_7zdld4\",\"context\":\"uIObt7\",\"ad\":\"XIxe9o\",\"hoc\":\"YOyORH\",\"circle\":\"dBrB4g\",\"bouncing\":\"TJe-6j\"};","/**\n * The actual tooltip component. It is rendered outside the regular document\n * hierarchy, and with sub-components managed without React to achieve the best\n * performance during animation.\n */\n/* global document, window */\n\nimport {\n forwardRef,\n useEffect,\n useImperativeHandle,\n useState,\n} from 'react';\nimport { createPortal } from 'react-dom';\n\nimport PT from 'prop-types';\n\n/* Valid placements of the rendered tooltip. They will be overriden when\n * necessary to fit the tooltip within the viewport. */\nexport const PLACEMENTS = {\n ABOVE_CURSOR: 'ABOVE_CURSOR',\n ABOVE_ELEMENT: 'ABOVE_ELEMENT',\n BELOW_CURSOR: 'BELOW_CURSOR',\n BELOW_ELEMENT: 'BELOW_ELEMENT',\n};\n\nconst ARROW_STYLE_DOWN = [\n 'border-bottom-color:transparent',\n 'border-left-color:transparent',\n 'border-right-color:transparent',\n].join(';');\n\nconst ARROW_STYLE_UP = [\n 'border-top-color:transparent',\n 'border-left-color:transparent',\n 'border-right-color:transparent',\n].join(';');\n\n/**\n * Creates tooltip components.\n * @ignore\n * @param {object} theme Themes to use for tooltip container, arrow,\n * and content.\n * @return {object} Object with DOM references to the container components:\n * container, arrow, content.\n */\nfunction createTooltipComponents(theme) {\n const arrow = document.createElement('div');\n if (theme.arrow) arrow.setAttribute('class', theme.arrow);\n\n const content = document.createElement('div');\n if (theme.content) content.setAttribute('class', theme.content);\n\n const container = document.createElement('div');\n if (theme.container) container.setAttribute('class', theme.container);\n\n container.appendChild(arrow);\n container.appendChild(content);\n document.body.appendChild(container);\n\n return { container, arrow, content };\n}\n\n/**\n * Generates bounding client rectangles for tooltip components.\n * @ignore\n * @param {object} tooltip DOM references to the tooltip components.\n * @param {object} tooltip.arrow\n * @param {object} tooltip.container\n * @return {{ arrow: object, container}} Object holding tooltip rectangles in\n * two fields.\n */\nfunction calcTooltipRects(tooltip) {\n return {\n arrow: tooltip.arrow.getBoundingClientRect(),\n container: tooltip.container.getBoundingClientRect(),\n };\n}\n\n/**\n * Calculates the document viewport size.\n * @ignore\n * @return {{x, y, width, height}}\n */\nfunction calcViewportRect() {\n const { pageXOffset, pageYOffset } = window;\n const { documentElement: { clientHeight, clientWidth } } = document;\n return {\n left: pageXOffset,\n right: pageXOffset + clientWidth,\n top: pageYOffset,\n bottom: pageYOffset + clientHeight,\n };\n}\n\n/**\n * Calculates tooltip and arrow positions for the placement just above\n * the cursor.\n * @ignore\n * @param {number} x Cursor page-x position.\n * @param {number} y Cursor page-y position.\n * @param {object} tooltipRects Bounding client rectangles of tooltip parts.\n * @param {object} tooltipRects.arrow\n * @param {object} tooltipRects.container\n * @return {object} Contains the following fields:\n * - {number} arrowX\n * - {number} arrowY\n * - {number} containerX\n * - {number} containerY\n * - {string} baseArrowStyle\n */\nfunction calcPositionAboveXY(x, y, tooltipRects) {\n const { arrow, container } = tooltipRects;\n return {\n arrowX: 0.5 * (container.width - arrow.width),\n arrowY: container.height,\n containerX: x - container.width / 2,\n containerY: y - container.height - arrow.height / 1.5,\n\n // TODO: Instead of already setting the base style here, we should\n // introduce a set of constants for arrow directions, which will help\n // to do checks dependant on the arrow direction.\n baseArrowStyle: ARROW_STYLE_DOWN,\n };\n}\n\n/*\nconst HIT = {\n NONE: false,\n LEFT: 'LEFT',\n RIGHT: 'RIGHT',\n TOP: 'TOP',\n BOTTOM: 'BOTTOM',\n};\n*/\n\n/**\n * Checks whether\n * @param {object} pos\n * @param {object} tooltipRects\n * @param {object} viewportRect\n * @return {HIT}\n */\n/*\nfunction checkViewportFit(pos, tooltipRects, viewportRect) {\n const { containerX, containerY } = pos;\n if (containerX < viewportRect.left + 6) return HIT.LEFT;\n if (containerX > viewportRect.right - 6) return HIT.RIGHT;\n return HIT.NONE;\n}\n*/\n\n/**\n * Shifts tooltip horizontally to fit into the viewport, while keeping\n * the arrow pointed to the XY point.\n * @param {number} x\n * @param {number} y\n * @param {object} pos\n * @param {number} pageXOffset\n * @param {number} pageXWidth\n */\n/*\nfunction xPageFitCorrection(x, y, pos, pageXOffset, pageXWidth) {\n if (pos.containerX < pageXOffset + 6) {\n pos.containerX = pageXOffset + 6;\n pos.arrowX = Math.max(6, pageX - containerX - arrowRect.width / 2);\n } else {\n const maxX = pageXOffset + docRect.width - containerRect.width - 6;\n if (containerX > maxX) {\n containerX = maxX;\n arrowX = Math.min(\n containerRect.width - 6,\n pageX - containerX - arrowRect.width / 2,\n );\n }\n }\n}\n*/\n\n/**\n * Sets positions of tooltip components to point the tooltip to the specified\n * page point.\n * @ignore\n * @param {number} pageX\n * @param {number} pageY\n * @param {PLACEMENTS} placement\n * @param {object} element DOM reference to the element wrapped by the tooltip.\n * @param {object} tooltip\n * @param {object} tooltip.arrow DOM reference to the tooltip arrow.\n * @param {object} tooltip.container DOM reference to the tooltip container.\n */\nfunction setComponentPositions(\n pageX,\n pageY,\n placement,\n element,\n tooltip,\n) {\n const tooltipRects = calcTooltipRects(tooltip);\n const viewportRect = calcViewportRect();\n\n /* Default container coords: tooltip at the top. */\n const pos = calcPositionAboveXY(pageX, pageY, tooltipRects);\n\n if (pos.containerX < viewportRect.left + 6) {\n pos.containerX = viewportRect.left + 6;\n pos.arrowX = Math.max(\n 6,\n pageX - pos.containerX - tooltipRects.arrow.width / 2,\n );\n } else {\n const maxX = viewportRect.right - 6 - tooltipRects.container.width;\n if (pos.containerX > maxX) {\n pos.containerX = maxX;\n pos.arrowX = Math.min(\n tooltipRects.container.width - 6,\n pageX - pos.containerX - tooltipRects.arrow.width / 2,\n );\n }\n }\n\n /* If tooltip has not enough space on top - make it bottom tooltip. */\n if (pos.containerY < viewportRect.top + 6) {\n pos.containerY += tooltipRects.container.height\n + 2 * tooltipRects.arrow.height;\n pos.arrowY -= tooltipRects.container.height\n + tooltipRects.arrow.height;\n pos.baseArrowStyle = ARROW_STYLE_UP;\n }\n\n const containerStyle = `left:${pos.containerX}px;top:${pos.containerY}px`;\n tooltip.container.setAttribute('style', containerStyle);\n\n const arrowStyle = `${pos.baseArrowStyle};left:${pos.arrowX}px;top:${pos.arrowY}px`;\n tooltip.arrow.setAttribute('style', arrowStyle);\n}\n\n/* The Tooltip component itself. */\nconst Tooltip = forwardRef(({ children, theme }, ref) => {\n const [components, setComponents] = useState(null);\n\n const pointTo = (pageX, pageY, placement, element) => components\n && setComponentPositions(pageX, pageY, placement, element, components);\n useImperativeHandle(ref, () => ({ pointTo }));\n\n /* Inits and destroys tooltip components. */\n useEffect(() => {\n const x = createTooltipComponents(theme);\n setComponents(x);\n return () => {\n document.body.removeChild(x.container);\n setComponents(null);\n };\n }, [theme]);\n\n return components ? createPortal(children, components.content) : null;\n});\n\nTooltip.propTypes = {\n children: PT.node,\n theme: PT.shape().isRequired,\n};\n\nTooltip.defaultProps = {\n children: null,\n};\n\nexport default Tooltip;\n","/* global window */\n\nimport PT from 'prop-types';\nimport { useEffect, useRef, useState } from 'react';\n\nimport { themed } from 'utils';\n\nimport Tooltip, { PLACEMENTS } from './Tooltip';\n\nimport defaultTheme from './default-theme.scss';\n\n/**\n * Implements a simple to use and themeable tooltip component, _e.g._\n * ```js\n * <WithTooltip tip=\"This is example tooltip.\">\n * <p>Hover to see the tooltip.</p>\n * </WithTooltip>\n * ```\n * **Children:** Children are rendered in the place of `<WithTooltip>`,\n * and when hovered the tooltip is shown. By default the wrapper itself is\n * `<div>` block with `display: inline-block`.\n * @param {object} props Component properties.\n * @param {React.node} props.tip – Anything React is able to render,\n * _e.g._ a tooltip text. This will be the tooltip content.\n * @param {WithTooltipTheme} props.theme _Ad hoc_ theme.\n */\nfunction Wrapper({\n children,\n placement,\n tip,\n theme,\n}) {\n const tooltipRef = useRef();\n const wrapperRef = useRef();\n const [showTooltip, setShowTooltip] = useState(false);\n\n const updatePortalPosition = (cursorX, cursorY) => {\n if (!showTooltip) setShowTooltip(true);\n else {\n const wrapperRect = wrapperRef.current.getBoundingClientRect();\n if (\n cursorX < wrapperRect.left\n || cursorX > wrapperRect.right\n || cursorY < wrapperRect.top\n || cursorY > wrapperRect.bottom\n ) {\n setShowTooltip(false);\n } else if (tooltipRef.current) {\n tooltipRef.current.pointTo(\n cursorX + window.pageXOffset,\n cursorY + window.pageYOffset,\n placement,\n wrapperRef.current,\n );\n }\n }\n };\n\n useEffect(() => {\n if (showTooltip && tip !== null) {\n const listener = () => setShowTooltip(false);\n window.addEventListener('scroll', listener);\n return () => window.removeEventListener('scroll', listener);\n }\n return undefined;\n }, [showTooltip, tip]);\n\n return (\n <div\n className={theme.wrapper}\n onMouseLeave={() => setShowTooltip(false)}\n onMouseMove={(e) => updatePortalPosition(e.clientX, e.clientY)}\n ref={wrapperRef}\n >\n {\n showTooltip && tip !== null ? (\n <Tooltip ref={tooltipRef} theme={theme}>{tip}</Tooltip>\n ) : null\n }\n {children}\n </div>\n );\n}\n\nconst ThemedWrapper = themed(\n 'WithTooltip',\n [\n 'appearance',\n 'arrow',\n 'container',\n 'content',\n 'wrapper',\n ],\n defaultTheme,\n)(Wrapper);\n\nThemedWrapper.PLACEMENTS = PLACEMENTS;\n\nWrapper.propTypes = {\n children: PT.node,\n placement: PT.oneOf(Object.values(PLACEMENTS)),\n theme: ThemedWrapper.themeType.isRequired,\n tip: PT.node,\n};\n\nWrapper.defaultProps = {\n children: null,\n placement: PLACEMENTS.ABOVE_CURSOR,\n tip: null,\n};\n\nexport default ThemedWrapper;\n","// extracted by mini-css-extract-plugin\nexport default {\"arrow\":\"M9gywF\",\"ad\":\"_4xT7zE\",\"hoc\":\"zd-vnH\",\"context\":\"GdZucr\",\"container\":\"f9gY8K\",\"appearance\":\"L4ubm-\",\"wrapper\":\"_4qDBRM\"};","// extracted by mini-css-extract-plugin\nexport default {\"container\":\"jTxmOX\",\"context\":\"dzIcLh\",\"ad\":\"_5a9XX1\",\"hoc\":\"_7sH52O\"};","import PT from 'prop-types';\nimport qs from 'qs';\nimport ScalableRect from 'components/ScalableRect';\nimport themed from '@dr.pogodin/react-themes';\nimport Throbber from 'components/Throbber';\n\nimport baseTheme from './base.scss';\nimport throbberTheme from './throbber.scss';\n\n/**\n * A component for embeding a YouTube video.\n * @param {object} [props] Component properties.\n * @param {boolean} [props.autoplay] If `true` the video will start to play\n * automatically once loaded.\n * @param {string} [props.src] URL of the video to play. Can be in any of\n * the following formats, and keeps any additional query parameters understood\n * by the YouTube IFrame player:\n * - `https://www.youtube.com/watch?v=NdF6Rmt6Ado`\n * - `https://youtu.be/NdF6Rmt6Ado`\n * - `https://www.youtube.com/embed/NdF6Rmt6Ado`\n * @param {YouTubeVideoTheme} [props.theme] _Ad hoc_ theme.\n * @param {string} [props.title] The `title` attribute to add to the player\n * IFrame.\n */\nfunction YouTubeVideo({\n autoplay,\n src,\n theme,\n title,\n}) {\n let [url, query] = src.split('?');\n query = query ? qs.parse(query) : {};\n\n const videoId = query.v || url.match(/\\/([a-zA-Z0-9-_]*)$/)[1];\n url = `https://www.youtube.com/embed/${videoId}`;\n\n delete query.v;\n query.autoplay = autoplay ? 1 : 0;\n url += `?${qs.stringify(query)}`;\n\n // TODO: https://developers.google.com/youtube/player_parameters\n // More query parameters can be exposed via the component props.\n\n return (\n <ScalableRect className={theme.container} ratio=\"16:9\">\n <Throbber theme={throbberTheme} />\n <iframe\n allow=\"autoplay\"\n allowFullScreen\n className={theme.video}\n src={url}\n title={title}\n />\n </ScalableRect>\n );\n}\n\nconst ThemedYouTubeVideo = themed(\n 'YouTubeVideo',\n [\n 'container',\n 'video',\n ],\n baseTheme,\n)(YouTubeVideo);\n\nYouTubeVideo.propTypes = {\n autoplay: PT.bool,\n src: PT.string.isRequired,\n theme: ThemedYouTubeVideo.themeType.isRequired,\n title: PT.string,\n};\n\nYouTubeVideo.defaultProps = {\n autoplay: false,\n title: '',\n};\n\nexport default ThemedYouTubeVideo;\n","// extracted by mini-css-extract-plugin\nexport default {\"container\":\"sXHM81\",\"context\":\"veKyYi\",\"ad\":\"r3ABzd\",\"hoc\":\"YKcPnR\",\"video\":\"SlV2zw\"};","import 'styles/global.scss';\n\nimport { webpack } from 'utils';\n\nconst server = webpack.requireWeak('./server', __dirname);\n\nexport { default as api } from 'axios';\nexport * as PT from 'prop-types';\n\nexport {\n getGlobalState,\n GlobalStateProvider,\n useAsyncCollection,\n useAsyncData,\n useGlobalState,\n} from '@dr.pogodin/react-global-state';\n\nexport * from 'components';\nexport * from 'utils';\n\nexport { server };\n"],"names":["root","factory","exports","module","require","define","amd","self","this","__WEBPACK_EXTERNAL_MODULE__383__","__WEBPACK_EXTERNAL_MODULE__314__","__WEBPACK_EXTERNAL_MODULE__162__","__WEBPACK_EXTERNAL_MODULE__226__","__WEBPACK_EXTERNAL_MODULE__556__","__WEBPACK_EXTERNAL_MODULE__111__","__WEBPACK_EXTERNAL_MODULE__311__","__WEBPACK_EXTERNAL_MODULE__615__","__WEBPACK_EXTERNAL_MODULE__365__","__WEBPACK_EXTERNAL_MODULE__346__","__WEBPACK_EXTERNAL_MODULE__189__","__WEBPACK_EXTERNAL_MODULE__205__","__WEBPACK_EXTERNAL_MODULE__673__","__WEBPACK_EXTERNAL_MODULE__642__","__WEBPACK_EXTERNAL_MODULE__541__","__WEBPACK_EXTERNAL_MODULE__446__","__WEBPACK_EXTERNAL_MODULE__395__","__WEBPACK_EXTERNAL_MODULE__899__","__WEBPACK_EXTERNAL_MODULE__198__","__WEBPACK_EXTERNAL_MODULE__300__","__WEBPACK_EXTERNAL_MODULE__760__","__WEBPACK_EXTERNAL_MODULE__467__","__WEBPACK_EXTERNAL_MODULE__99__","__WEBPACK_EXTERNAL_MODULE__656__","__WEBPACK_EXTERNAL_MODULE__156__","__WEBPACK_EXTERNAL_MODULE__386__","__WEBPACK_EXTERNAL_MODULE__684__","__WEBPACK_EXTERNAL_MODULE__128__","IS_CLIENT_SIDE","process","versions","node","IS_SERVER_SIDE","isDevBuild","getMode","isProdBuild","getBuildInfo","window","global","TRU_BUILD_INFO","buildTimestamp","timestamp","requireWeak","modulePath","basePath","eval","resolve","path","def","default","named","Object","entries","forEach","key","value","Error","resolveWeak","getOwnPropertySymbols","hasOwnProperty","prototype","propIsEnumerable","propertyIsEnumerable","toObject","val","TypeError","assign","test1","String","getOwnPropertyNames","test2","i","fromCharCode","map","n","join","test3","split","letter","keys","err","shouldUseNative","target","source","from","symbols","to","s","arguments","length","call","f","g","Fragment","Symbol","for","h","m","__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED","ReactCurrentOwner","p","ref","__self","__source","q","c","a","k","b","d","e","l","defaultProps","$$typeof","type","props","_owner","current","jsx","jsxs","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","getter","__esModule","definition","o","defineProperty","enumerable","get","globalThis","Function","obj","prop","r","toStringTag","CONFIG","dayjs","Date","now","timeout","Promise","setTimeout","Barrier","executor","resolveRef","rejectRef","reject","onFulfilled","onRejected","res","newBarrier","Emitter","listeners","listener","includes","push","removeListener","idx","indexOf","splice","Semaphore","ready","bool","waitReady","setReady","barrier","shift","bind","NODE_CONFIG_ENV","chunkName","children","getClientSide","placeholder","rest","serverSide","heap","useRef","mounted","pendingStyles","renderInitialized","publicPath","CHUNK_GROUPS","asset","endsWith","link","document","querySelector","createElement","setAttribute","onload","onerror","appendChild","STYLESHEET_USAGE_COUNTERS","data","useAsyncData","maxage","time","YEAR_MS","createRender","Scene","useState","dangerouslySetInnerHTML","__html","innerHTML","render","setRender","all","then","useEffect","item","removeChild","splitComponent","CodeSplit","themed","COMPOSE","PRIORITY","env","JU","webpack","withRetries","action","maxRetries","interval","timer","GenericLink","className","disabled","enforceA","keepScrollPosition","onClick","onMouseDown","openNewTab","replace","routerLinkType","match","href","preventDefault","rel","scroll","Link","RrLink","BaseButton","active","theme","button","onKeyPress","role","tabIndex","propTypes","PT","ThemedButton","themeType","isRequired","Checkbox","checked","label","onChange","container","checkbox","ThemedCheckbox","Launch","Application","ReactDom","GlobalStateProvider","initialState","ISTATE","BrowserRouter","getElementById","Dropdown","filter","options","optionArray","hiddenOption","op","isString","option","name","select","arrow","ThemedDropdown","Input","input","ThemedInput","PageLayout","leftSidePanelContent","rightSidePanelContent","sidePanel","leftSidePanel","mainPanel","rightSidePanel","ThemedPageLayout","Context","createContext","MetaTags","description","image","siteName","socialDescription","socialTitle","title","url","socTitle","socDesc","context","useMemo","Helmet","content","Provider","BaseModal","onCancel","containerRef","overlayRef","portal","setPortal","body","classList","add","remove","focusLast","onFocus","elems","querySelectorAll","focus","activeElement","overlay","onKeyDown","onWheel","event","stopPropagation","ThemedModal","noop","NavLink","RrNavLink","ScalableRect","aux","ratio","paddingBottom","rect","style","Throbber","circle","PLACEMENTS","ABOVE_CURSOR","ABOVE_ELEMENT","BELOW_CURSOR","BELOW_ELEMENT","ARROW_STYLE_DOWN","ARROW_STYLE_UP","Tooltip","forwardRef","components","setComponents","pointTo","pageX","pageY","placement","element","tooltip","pageXOffset","pageYOffset","clientHeight","tooltipRects","getBoundingClientRect","calcTooltipRects","viewportRect","documentElement","left","right","clientWidth","top","bottom","pos","x","y","arrowX","width","arrowY","height","containerX","containerY","baseArrowStyle","calcPositionAboveXY","Math","max","maxX","min","containerStyle","arrowStyle","setComponentPositions","useImperativeHandle","createTooltipComponents","createPortal","Wrapper","tip","tooltipRef","wrapperRef","showTooltip","setShowTooltip","addEventListener","removeEventListener","wrapper","onMouseLeave","onMouseMove","cursorX","cursorY","wrapperRect","updatePortalPosition","clientX","clientY","ThemedWrapper","values","YouTubeVideo","autoplay","src","query","videoId","qs","v","throbberTheme","allow","allowFullScreen","video","ThemedYouTubeVideo","server"],"sourceRoot":""}
|
|
1
|
+
{"version":3,"file":"web.bundle.js","mappings":"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","sources":["webpack://@dr.pogodin/react-utils/webpack/universalModuleDefinition","webpack://@dr.pogodin/react-utils/./src/shared/utils/isomorphy.js","webpack://@dr.pogodin/react-utils/./src/shared/utils/webpack.js","webpack://@dr.pogodin/react-utils/./node_modules/object-assign/index.js","webpack://@dr.pogodin/react-utils/./node_modules/react/cjs/react-jsx-runtime.production.min.js","webpack://@dr.pogodin/react-utils/./node_modules/react/jsx-runtime.js","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/assertThisInitialized\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/asyncToGenerator\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/classCallCheck\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/classPrivateFieldGet\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/classPrivateFieldSet\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/createClass\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/defineProperty\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/get\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/getPrototypeOf\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/inherits\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/objectWithoutProperties\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/possibleConstructorReturn\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/slicedToArray\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/toConsumableArray\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/typeof\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/helpers/wrapNativeSuper\"","webpack://@dr.pogodin/react-utils/external umd \"@babel/runtime/regenerator\"","webpack://@dr.pogodin/react-utils/external umd \"@dr.pogodin/react-global-state\"","webpack://@dr.pogodin/react-utils/external umd \"@dr.pogodin/react-themes\"","webpack://@dr.pogodin/react-utils/external umd \"axios\"","webpack://@dr.pogodin/react-utils/external umd \"dayjs\"","webpack://@dr.pogodin/react-utils/external umd \"lodash\"","webpack://@dr.pogodin/react-utils/external umd \"prop-types\"","webpack://@dr.pogodin/react-utils/external umd \"qs\"","webpack://@dr.pogodin/react-utils/external umd \"react\"","webpack://@dr.pogodin/react-utils/external umd \"react-dom\"","webpack://@dr.pogodin/react-utils/external umd \"react-helmet\"","webpack://@dr.pogodin/react-utils/external umd \"react-router-dom\"","webpack://@dr.pogodin/react-utils/webpack/bootstrap","webpack://@dr.pogodin/react-utils/webpack/runtime/compat get default export","webpack://@dr.pogodin/react-utils/webpack/runtime/define property getters","webpack://@dr.pogodin/react-utils/webpack/runtime/global","webpack://@dr.pogodin/react-utils/webpack/runtime/hasOwnProperty shorthand","webpack://@dr.pogodin/react-utils/webpack/runtime/make namespace object","webpack://@dr.pogodin/react-utils/./src/shared/utils/config.js","webpack://@dr.pogodin/react-utils/./src/shared/utils/time.js","webpack://@dr.pogodin/react-utils/./src/shared/utils/Barrier.js","webpack://@dr.pogodin/react-utils/./src/shared/utils/Emitter.js","webpack://@dr.pogodin/react-utils/./src/shared/utils/Semaphore.js","webpack://@dr.pogodin/react-utils/./src/shared/utils/index.js","webpack://@dr.pogodin/react-utils/./src/shared/components/CodeSplit/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/CodeSplit/ClientSide.jsx","webpack://@dr.pogodin/react-utils/./src/shared/utils/splitComponent.js","webpack://@dr.pogodin/react-utils/./src/shared/components/GenericLink/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/Link.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/Button/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/Button/style.scss?4fed","webpack://@dr.pogodin/react-utils/./src/shared/components/Checkbox/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/Checkbox/theme.scss?e808","webpack://@dr.pogodin/react-utils/./src/client/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/Dropdown/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/Dropdown/theme.scss?9ee7","webpack://@dr.pogodin/react-utils/./src/shared/components/Input/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/Input/theme.scss?43a4","webpack://@dr.pogodin/react-utils/./src/shared/components/PageLayout/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/PageLayout/base-theme.scss?229d","webpack://@dr.pogodin/react-utils/./src/shared/components/MetaTags.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/Modal/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/Modal/base-theme.scss?9858","webpack://@dr.pogodin/react-utils/./src/shared/components/NavLink.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/ScalableRect/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/Throbber/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/Throbber/theme.scss?1805","webpack://@dr.pogodin/react-utils/./src/shared/components/WithTooltip/Tooltip.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/WithTooltip/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/WithTooltip/default-theme.scss?195d","webpack://@dr.pogodin/react-utils/./src/shared/components/YouTubeVideo/throbber.scss?c5e3","webpack://@dr.pogodin/react-utils/./src/shared/components/YouTubeVideo/index.jsx","webpack://@dr.pogodin/react-utils/./src/shared/components/YouTubeVideo/base.scss?267e","webpack://@dr.pogodin/react-utils/./src/index.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory(require(\"@babel/runtime/helpers/assertThisInitialized\"), require(\"@babel/runtime/helpers/asyncToGenerator\"), require(\"@babel/runtime/helpers/classCallCheck\"), require(\"@babel/runtime/helpers/classPrivateFieldGet\"), require(\"@babel/runtime/helpers/classPrivateFieldSet\"), require(\"@babel/runtime/helpers/createClass\"), require(\"@babel/runtime/helpers/defineProperty\"), require(\"@babel/runtime/helpers/get\"), require(\"@babel/runtime/helpers/getPrototypeOf\"), require(\"@babel/runtime/helpers/inherits\"), require(\"@babel/runtime/helpers/objectWithoutProperties\"), require(\"@babel/runtime/helpers/possibleConstructorReturn\"), require(\"@babel/runtime/helpers/slicedToArray\"), require(\"@babel/runtime/helpers/toConsumableArray\"), require(\"@babel/runtime/helpers/typeof\"), require(\"@babel/runtime/helpers/wrapNativeSuper\"), require(\"@babel/runtime/regenerator\"), require(\"@dr.pogodin/react-global-state\"), require(\"@dr.pogodin/react-themes\"), require(\"axios\"), require(\"dayjs\"), require(\"lodash\"), require(\"prop-types\"), require(\"qs\"), require(\"react\"), require(\"react-dom\"), require(\"react-helmet\"), require(\"react-router-dom\"));\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([\"@babel/runtime/helpers/assertThisInitialized\", \"@babel/runtime/helpers/asyncToGenerator\", \"@babel/runtime/helpers/classCallCheck\", \"@babel/runtime/helpers/classPrivateFieldGet\", \"@babel/runtime/helpers/classPrivateFieldSet\", \"@babel/runtime/helpers/createClass\", \"@babel/runtime/helpers/defineProperty\", \"@babel/runtime/helpers/get\", \"@babel/runtime/helpers/getPrototypeOf\", \"@babel/runtime/helpers/inherits\", \"@babel/runtime/helpers/objectWithoutProperties\", \"@babel/runtime/helpers/possibleConstructorReturn\", \"@babel/runtime/helpers/slicedToArray\", \"@babel/runtime/helpers/toConsumableArray\", \"@babel/runtime/helpers/typeof\", \"@babel/runtime/helpers/wrapNativeSuper\", \"@babel/runtime/regenerator\", \"@dr.pogodin/react-global-state\", \"@dr.pogodin/react-themes\", \"axios\", \"dayjs\", \"lodash\", \"prop-types\", \"qs\", \"react\", \"react-dom\", \"react-helmet\", \"react-router-dom\"], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"@dr.pogodin/react-utils\"] = factory(require(\"@babel/runtime/helpers/assertThisInitialized\"), require(\"@babel/runtime/helpers/asyncToGenerator\"), require(\"@babel/runtime/helpers/classCallCheck\"), require(\"@babel/runtime/helpers/classPrivateFieldGet\"), require(\"@babel/runtime/helpers/classPrivateFieldSet\"), require(\"@babel/runtime/helpers/createClass\"), require(\"@babel/runtime/helpers/defineProperty\"), require(\"@babel/runtime/helpers/get\"), require(\"@babel/runtime/helpers/getPrototypeOf\"), require(\"@babel/runtime/helpers/inherits\"), require(\"@babel/runtime/helpers/objectWithoutProperties\"), require(\"@babel/runtime/helpers/possibleConstructorReturn\"), require(\"@babel/runtime/helpers/slicedToArray\"), require(\"@babel/runtime/helpers/toConsumableArray\"), require(\"@babel/runtime/helpers/typeof\"), require(\"@babel/runtime/helpers/wrapNativeSuper\"), require(\"@babel/runtime/regenerator\"), require(\"@dr.pogodin/react-global-state\"), require(\"@dr.pogodin/react-themes\"), require(\"axios\"), require(\"dayjs\"), require(\"lodash\"), require(\"prop-types\"), require(\"qs\"), require(\"react\"), require(\"react-dom\"), require(\"react-helmet\"), require(\"react-router-dom\"));\n\telse\n\t\troot[\"@dr.pogodin/react-utils\"] = factory(root[\"@babel/runtime/helpers/assertThisInitialized\"], root[\"@babel/runtime/helpers/asyncToGenerator\"], root[\"@babel/runtime/helpers/classCallCheck\"], root[\"@babel/runtime/helpers/classPrivateFieldGet\"], root[\"@babel/runtime/helpers/classPrivateFieldSet\"], root[\"@babel/runtime/helpers/createClass\"], root[\"@babel/runtime/helpers/defineProperty\"], root[\"@babel/runtime/helpers/get\"], root[\"@babel/runtime/helpers/getPrototypeOf\"], root[\"@babel/runtime/helpers/inherits\"], root[\"@babel/runtime/helpers/objectWithoutProperties\"], root[\"@babel/runtime/helpers/possibleConstructorReturn\"], root[\"@babel/runtime/helpers/slicedToArray\"], root[\"@babel/runtime/helpers/toConsumableArray\"], root[\"@babel/runtime/helpers/typeof\"], root[\"@babel/runtime/helpers/wrapNativeSuper\"], root[\"@babel/runtime/regenerator\"], root[\"@dr.pogodin/react-global-state\"], root[\"@dr.pogodin/react-themes\"], root[\"axios\"], root[\"dayjs\"], root[\"lodash\"], root[\"prop-types\"], root[\"qs\"], root[\"react\"], root[\"react-dom\"], root[\"react-helmet\"], root[\"react-router-dom\"]);\n})(typeof self !== 'undefined' ? self : this, function(__WEBPACK_EXTERNAL_MODULE__383__, __WEBPACK_EXTERNAL_MODULE__314__, __WEBPACK_EXTERNAL_MODULE__162__, __WEBPACK_EXTERNAL_MODULE__226__, __WEBPACK_EXTERNAL_MODULE__556__, __WEBPACK_EXTERNAL_MODULE__111__, __WEBPACK_EXTERNAL_MODULE__311__, __WEBPACK_EXTERNAL_MODULE__615__, __WEBPACK_EXTERNAL_MODULE__365__, __WEBPACK_EXTERNAL_MODULE__346__, __WEBPACK_EXTERNAL_MODULE__189__, __WEBPACK_EXTERNAL_MODULE__205__, __WEBPACK_EXTERNAL_MODULE__673__, __WEBPACK_EXTERNAL_MODULE__642__, __WEBPACK_EXTERNAL_MODULE__541__, __WEBPACK_EXTERNAL_MODULE__446__, __WEBPACK_EXTERNAL_MODULE__395__, __WEBPACK_EXTERNAL_MODULE__899__, __WEBPACK_EXTERNAL_MODULE__198__, __WEBPACK_EXTERNAL_MODULE__300__, __WEBPACK_EXTERNAL_MODULE__760__, __WEBPACK_EXTERNAL_MODULE__467__, __WEBPACK_EXTERNAL_MODULE__99__, __WEBPACK_EXTERNAL_MODULE__656__, __WEBPACK_EXTERNAL_MODULE__156__, __WEBPACK_EXTERNAL_MODULE__386__, __WEBPACK_EXTERNAL_MODULE__684__, __WEBPACK_EXTERNAL_MODULE__128__) {\nreturn ","/* global window */\n\n/**\n * `true` within client-side environment (browser), `false` at server-side.\n */\nexport const IS_CLIENT_SIDE = typeof process !== 'object'\n || !process.versions || !process.versions.node;\n\n/**\n * `true` within the server-side environment (node), `false` at client-side.\n */\nexport const IS_SERVER_SIDE = !IS_CLIENT_SIDE;\n\n/**\n * @ignore\n * @return {string} Code mode: \"development\" or \"production\".\n */\nfunction getMode() {\n return process.env.NODE_ENV;\n}\n\n/**\n * Returns `true` if development version of the code is running;\n * `false` otherwise.\n * @return {boolean}\n */\nexport function isDevBuild() {\n return getMode() === 'development';\n}\n\n/**\n * Returns `true` if production build of the code is running;\n * `false` otherwise.\n * @return {boolean}\n */\nexport function isProdBuild() {\n return getMode() === 'production';\n}\n\n/**\n * Returns build info object.\n * @returns {object}\n */\nexport function getBuildInfo() {\n return (IS_CLIENT_SIDE ? window : global).TRU_BUILD_INFO;\n}\n\n/**\n * Returns build timestamp of the front-end JS bundle.\n * @return {string} ISO date/time string.\n */\nexport function buildTimestamp() {\n return getBuildInfo().timestamp;\n}\n","import { IS_CLIENT_SIDE } from './isomorphy';\n\n/**\n * Requires the specified module without including it into the bundle during\n * Webpack build.\n * @param {string} modulePath\n * @param {string} [basePath]\n * @return {object} Required module.\n */\nexport function requireWeak(modulePath, basePath) {\n if (IS_CLIENT_SIDE) return null;\n\n try {\n /* eslint-disable no-eval */\n const { resolve } = eval('require')('path');\n const path = basePath ? resolve(basePath, modulePath) : modulePath;\n const { default: def, ...named } = eval('require')(path);\n /* eslint-enable no-eval */\n\n if (!def) return named;\n\n Object.entries(named).forEach(([key, value]) => {\n if (def[key]) throw Error('Conflict between default and named exports');\n def[key] = value;\n });\n return def;\n } catch {\n return null;\n }\n}\n\n/**\n * Resolves specified module path with help of Babel's module resolver.\n * Yes, the function itself just returns its argument to the caller, but Babel\n * is configured to resolve the first argument of resolveWeak(..) function, thus\n * the result will be the resolved path.\n * @param {string} modulePath\n * @return {string} Absolute or relative path to the module.\n */\nexport function resolveWeak(modulePath) {\n return modulePath;\n}\n","/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n'use strict';\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc'); // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i < 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbols;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n","/** @license React v17.0.2\n * react-jsx-runtime.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';require(\"object-assign\");var f=require(\"react\"),g=60103;exports.Fragment=60107;if(\"function\"===typeof Symbol&&Symbol.for){var h=Symbol.for;g=h(\"react.element\");exports.Fragment=h(\"react.fragment\")}var m=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,n=Object.prototype.hasOwnProperty,p={key:!0,ref:!0,__self:!0,__source:!0};\nfunction q(c,a,k){var b,d={},e=null,l=null;void 0!==k&&(e=\"\"+k);void 0!==a.key&&(e=\"\"+a.key);void 0!==a.ref&&(l=a.ref);for(b in a)n.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:g,type:c,key:e,ref:l,props:d,_owner:m.current}}exports.jsx=q;exports.jsxs=q;\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-jsx-runtime.production.min.js');\n} else {\n module.exports = require('./cjs/react-jsx-runtime.development.js');\n}\n","module.exports = __WEBPACK_EXTERNAL_MODULE__383__;","module.exports = __WEBPACK_EXTERNAL_MODULE__314__;","module.exports = __WEBPACK_EXTERNAL_MODULE__162__;","module.exports = __WEBPACK_EXTERNAL_MODULE__226__;","module.exports = __WEBPACK_EXTERNAL_MODULE__556__;","module.exports = __WEBPACK_EXTERNAL_MODULE__111__;","module.exports = __WEBPACK_EXTERNAL_MODULE__311__;","module.exports = __WEBPACK_EXTERNAL_MODULE__615__;","module.exports = __WEBPACK_EXTERNAL_MODULE__365__;","module.exports = __WEBPACK_EXTERNAL_MODULE__346__;","module.exports = __WEBPACK_EXTERNAL_MODULE__189__;","module.exports = __WEBPACK_EXTERNAL_MODULE__205__;","module.exports = __WEBPACK_EXTERNAL_MODULE__673__;","module.exports = __WEBPACK_EXTERNAL_MODULE__642__;","module.exports = __WEBPACK_EXTERNAL_MODULE__541__;","module.exports = __WEBPACK_EXTERNAL_MODULE__446__;","module.exports = __WEBPACK_EXTERNAL_MODULE__395__;","module.exports = __WEBPACK_EXTERNAL_MODULE__899__;","module.exports = __WEBPACK_EXTERNAL_MODULE__198__;","module.exports = __WEBPACK_EXTERNAL_MODULE__300__;","module.exports = __WEBPACK_EXTERNAL_MODULE__760__;","module.exports = __WEBPACK_EXTERNAL_MODULE__467__;","module.exports = __WEBPACK_EXTERNAL_MODULE__99__;","module.exports = __WEBPACK_EXTERNAL_MODULE__656__;","module.exports = __WEBPACK_EXTERNAL_MODULE__156__;","module.exports = __WEBPACK_EXTERNAL_MODULE__386__;","module.exports = __WEBPACK_EXTERNAL_MODULE__684__;","module.exports = __WEBPACK_EXTERNAL_MODULE__128__;","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = function(module) {\n\tvar getter = module && module.__esModule ?\n\t\tfunction() { return module['default']; } :\n\t\tfunction() { return module; };\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// define __esModule on exports\n__webpack_require__.r = function(exports) {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","/* global window */\n\nimport { requireWeak } from './webpack';\n\n/* eslint-disable global-require */\nexport default requireWeak('config') || window.CONFIG || {};\n/* eslint-enable global-require */\n","/**\n * @category Utilities\n * @module time\n * @desc\n * ```js\n * import { time } from '@dr.pogodin/react-utils';\n * ```\n * Date & time utilities. The `time` export is a convenient alias for\n * [dayjs](https://day.js.org/en/) library, _i.e._ you can use `time`\n * in all ways you would use `dayjs`. It is further extended with\n * the following additional members.\n */\n\nimport dayjs from 'dayjs';\n\n/**\n * @static\n * @const SEC_MS\n * @desc One second, expressed in milliseconds (equals 1000 ms).\n * @example\n * import { time } from '@dr.pogodin/react-utils';\n * console.log(time.SEC_MS); // Prints: 1000\n */\ndayjs.SEC_MS = 1000;\n\n/**\n * @static\n * @const MIN_MS\n * @desc One minute, expressed in milliseconds (equals 60 × `SEC_MS`).\n * @example\n * import { time } from '@dr.pogodin/react-utils';\n * console.log(time.MIN_MS); // Prints: 60000\n */\ndayjs.MIN_MS = 60 * dayjs.SEC_MS;\n\n/**\n * @static\n * @const HOUR_MS\n * @desc One hour, expressed in milliseconds (equals 60 × `MIN_MS`).\n * @example\n * import { time } from '@dr.pogodin/react-utils';\n * console.log(time.HOUR_MS); // Prints: 3600000\n */\ndayjs.HOUR_MS = 60 * dayjs.MIN_MS;\n\n/**\n * @static\n * @const DAY_MS\n * @desc One day, expressed in milliseconds (equals 24 × `HOUR_MS`).\n * @example\n * import { time } from '@dr.pogodin/react-utils';\n * console.log(time.DAY_MS); // Prints: 86400000\n */\ndayjs.DAY_MS = 24 * dayjs.HOUR_MS;\n\n/**\n * @static\n * @const YEAR_MS\n * @desc One year, expressed in milliseconds (equals 365 × `DAY_MS`,\n * thus a normal, non-leap year).\n * @example\n * import { time } from '@dr.pogodin/react-utils';\n * console.log(time.YEAR_MS); // Prints: 31536000000\n */\ndayjs.YEAR_MS = 365 * dayjs.DAY_MS;\n\n/**\n * @static\n * @func now\n * @desc Returns Unix timestamp [ms] (thus, it is just an alias for `Date.now`).\n * @return {number}\n * @example\n * import { time } from '@dr.pogodin/react-utils';\n * console.log(time.now()); // Prints the current timestamp, e.g. 1618608761000.\n */\ndayjs.now = Date.now;\n\n/**\n * @static\n * @func timer\n * @desc Creates a Promise, which resolves after the given timeout.\n * @param {number} timeout Timeout [ms].\n * @return {Promise} Resolves after the timeout.\n * @example\n * import { time } from '@dr.pogodin/react-utils';\n * time.timer(5000).then(() => console.log('5 seconds have passed'))\n */\ndayjs.timer = async function timer(timeout) {\n return new Promise((resolve) => {\n setTimeout(resolve, timeout);\n });\n};\n\nexport default dayjs;\n","/**\n * Barrier is just a Promise which has resolve and reject exposed as instance\n * methods.\n */\nexport class Barrier extends Promise {\n #resolve;\n\n #resolved = false;\n\n #reject;\n\n #rejected = false;\n\n constructor(executor) {\n let resolveRef;\n let rejectRef;\n super((resolve, reject) => {\n resolveRef = (value) => {\n resolve(value);\n this.#resolved = true;\n };\n rejectRef = (error) => {\n reject(error);\n this.#rejected = true;\n };\n if (executor) executor(resolveRef, rejectRef);\n });\n this.#resolve = resolveRef;\n this.#reject = rejectRef;\n }\n\n get resolve() { return this.#resolve; }\n\n get resolved() { return this.#resolved; }\n\n get reject() { return this.#reject; }\n\n get rejected() { return this.#rejected; }\n\n then(onFulfilled, onRejected) {\n const res = super.then(onFulfilled, onRejected);\n res.#resolve = this.#resolve;\n res.#reject = this.#reject;\n return res;\n }\n}\n\n/**\n * Creates a new Barrier.\n * @returns {Barrier}\n */\nexport function newBarrier(executor) {\n return new Barrier(executor);\n}\n","/**\n * Simple listeneable data Emitter.\n */\nexport default class Emitter {\n /**\n * Creates a new Emitter.\n */\n constructor() {\n this.listeners = [];\n }\n\n /**\n * Returns \"true\" if any listener is connected; \"false\" otherwise.\n * @return {boolean}\n */\n get hasListeners() {\n return !!this.listeners.length;\n }\n\n /**\n * Adds `listener` if it is not already connected.\n * @param {function} listener\n * @return {function} Unsubscribe function.\n */\n addListener(listener) {\n if (!this.listeners.includes(listener)) {\n this.listeners.push(listener);\n }\n return () => this.removeListener(listener);\n }\n\n /**\n * Calls every connected listener with the given arguments.\n * @param {...any} args\n */\n emit(...args) {\n const { listeners } = this;\n for (let i = 0; i < listeners.length; ++i) {\n listeners[i](...args);\n }\n }\n\n /**\n * Removes specified `listener`, if connected.\n * @param {function} listener\n */\n removeListener(listener) {\n const idx = this.listeners.indexOf(listener);\n if (idx >= 0) this.listeners.splice(idx, 1);\n }\n}\n","import { newBarrier } from './Barrier';\n\n/**\n * Implements a simple semaphore for async code logic.\n */\nexport default class Semaphore {\n constructor(ready) {\n this.#ready = !!ready;\n }\n\n get ready() { return this.#ready; }\n\n setReady(ready) {\n const bool = !!ready;\n if (this.#ready !== bool) {\n this.#ready = bool;\n if (bool && !this.#draining) this.#drainQueue();\n }\n }\n\n /**\n * Waits until the semaphore is ready, and marks it as non-ready (seizes it).\n * @return {Promise}\n */\n async seize() {\n await this.waitReady();\n this.setReady(false);\n }\n\n async waitReady() {\n if (!this.#ready || this.#queue.length) {\n const barrier = newBarrier();\n this.#queue.push(barrier);\n await barrier;\n }\n }\n\n // Private members below this point.\n\n /**\n * If semaphore is ready, it releases the next barrier in the queue, if any,\n * and reschedules itself for a call in the next event loop iteration.\n * Otherwise, it breaks the queue draining loop, which will be restarted\n * the next time the semaphore is set ready.\n */\n #drainQueue() {\n if (this.#ready && this.#queue.length) {\n const next = this.#queue.shift();\n next.resolve();\n\n // Re-schedules itself for the next event loop iteration.\n if (this.#queue.length) {\n setTimeout(this.#drainQueue.bind(this));\n this.#draining = true;\n return; // Exit here to avoid the drain loop termination below.\n }\n }\n\n // Cleans up for the drain loop termination.\n this.#draining = false;\n }\n\n // \"true\" when the drain queue process is running (and thus no need to start\n // a new one).\n #draining = false;\n\n // The array of barriers set for each async code flow awaiting for\n // the Semaphore to become ready.\n #queue = [];\n\n #ready;\n}\n","import themed, {\n COMPOSE,\n PRIORITY,\n ThemeProvider,\n} from '@dr.pogodin/react-themes';\n\nimport config from './config';\nimport * as isomorphy from './isomorphy';\nimport time from './time';\nimport * as webpack from './webpack';\n\nexport * from './Barrier';\nexport { default as Emitter } from './Emitter';\nexport { default as Semaphore } from './Semaphore';\nexport { default as splitComponent } from './splitComponent';\n\nthemed.COMPOSE = COMPOSE;\nthemed.PRIORITY = PRIORITY;\n\n// Note: it should be done this way, as in some environments\n// \"process\" might not exist, and process.env.NODE_CONFIG_ENV\n// not injected by Webpack.\nlet NODE_CONFIG_ENV;\ntry {\n NODE_CONFIG_ENV = process.env.NODE_CONFIG_ENV;\n} catch { /* noop */ }\n\nconst env = NODE_CONFIG_ENV || process.env.NODE_ENV;\nconst JU = env !== 'production' && webpack.requireWeak('./jest', __dirname);\n\n/**\n * @category Utilities\n * @global\n * @func withRetries\n * @desc\n * ```js\n * import { withRetries } from '@dr.pogodin/react-utils';\n * ```\n * Attempts to perform given asynchronous `action` up to `maxRetries` times,\n * with the given `interval` between attempts. If any attempt is successful,\n * the result is returned immediately, with no further attempts done;\n * otherwise, if all attempts fail, the result Promise rejects after the last\n * attempt.\n * @param {function} action\n * @param {number} [maxRetries=5] Optional. Maximum number of retries. Defaults\n * to 5 attempts.\n * @param {number} [interval=1000] Optional. Interval between retries [ms].\n * Defaults to 1 second.\n * @return {Promise} Resolves to the result of successful operation, or\n * rejects with the error from the latst failed attempt.\n * @example\n * import { withRetries } from '@dr.pogodin/react-utils';\n *\n * let firstCall = true;\n *\n * function sampleAction() {\n * if (!firstCall) return 'success';\n * firstCall = false;\n * throw Error('The first call to this method fails');\n * }\n *\n * withRetries(sampleAction).then(console.log);\n * // It will print 'success' after one second, once the second attempt\n * // is performed.\n */\nexport async function withRetries(action, maxRetries = 5, interval = 1000) {\n /* eslint-disable no-await-in-loop */\n for (let n = 1; ; ++n) {\n try {\n return await action();\n } catch (error) {\n if (n < maxRetries) await time.timer(interval);\n else throw error;\n }\n }\n /* eslint-enable no-await-in-loop */\n}\n\nexport {\n config,\n isomorphy,\n JU,\n themed,\n ThemeProvider,\n time,\n webpack,\n};\n","// This module exposes client- or server-side version of the <CodeSplit>\n// component, depending on the environment. That component is used internally\n// to implement the code splitting. Library users should use splitComponent()\n// function to use the code splitting (see \"utils/splitComponent.js\").\n\nimport { requireWeak } from 'utils/webpack';\nimport ClientSide from './ClientSide';\n\nexport default requireWeak('./ServerSide', __dirname) || ClientSide;\n","/**\n * Client-side implementation of a split code chunk.\n */\n/* global document, window */\n/* eslint-disable react/jsx-props-no-spreading */\n\nimport { useEffect, useRef, useState } from 'react';\n\nimport { useAsyncData } from '@dr.pogodin/react-global-state';\n\nimport { newBarrier } from 'utils/Barrier';\nimport { getBuildInfo } from 'utils/isomorphy';\nimport time from 'utils/time';\n\nexport default function ClientSide({\n chunkName,\n children,\n getClientSide,\n placeholder,\n\n // Not used in <ClientSide>, but should not go into \"...rest\" either.\n serverSide,\n\n ...rest\n}) {\n const { current: heap } = useRef({\n mounted: false,\n pendingStyles: [],\n renderInitialized: false,\n });\n\n // publicPath from buildInfo does not have a trailing slash at the end.\n const { publicPath } = getBuildInfo();\n\n // This code block initiates style loading as soon as possible, even prior to\n // the component loading, and it collects all style load / failure promises\n // into heap.pendingStyles array, allowing us to wait and thus avoid flash of\n // unstyled content issue (that's why we don't rely on mini-css-extract-plugin\n // to handle CSS chunk mounting and unmounting, which it is able to do).\n if (!heap.mounted) {\n heap.mounted = true;\n window.CHUNK_GROUPS[chunkName].forEach((asset) => {\n if (!asset.endsWith('.css')) return;\n const path = `${publicPath}/${asset}`;\n let link = document.querySelector(`link[href=\"${path}\"]`);\n if (!link) {\n link = document.createElement('link');\n link.setAttribute('href', path);\n link.setAttribute('rel', 'stylesheet');\n\n const barrier = newBarrier();\n link.onload = barrier.resolve;\n\n // Even if the style load failed, still allow to mount the component,\n // abeit with broken styling.\n link.onerror = barrier.resolve;\n\n heap.pendingStyles.push(barrier);\n\n const head = document.querySelector('head');\n head.appendChild(link);\n }\n window.STYLESHEET_USAGE_COUNTERS ||= {};\n window.STYLESHEET_USAGE_COUNTERS[path] ||= 0;\n ++window.STYLESHEET_USAGE_COUNTERS[path];\n });\n }\n\n // Async loading of React component necessary to render the chunk.\n const { data } = useAsyncData(\n `dr_pogodin_react_utils___split_components.${chunkName}`,\n getClientSide,\n { maxage: time.YEAR_MS },\n );\n\n const createRender = () => {\n const Scene = data.default || data;\n return (\n <div data-chunk-name={chunkName}>\n <Scene {...rest}>\n {children}\n </Scene>\n </div>\n );\n };\n\n const [render, setRender] = useState(() => {\n // No need to await anything, we can render the final component right away.\n if (data && !heap.pendingStyles.length) {\n heap.renderInitialized = true;\n return createRender();\n }\n\n // Try to reuse the markup rendered during SSR.\n const node = document.querySelector(`[data-chunk-name=${chunkName}]`);\n if (node) {\n return (\n <div\n /* eslint-disable react/no-danger */\n dangerouslySetInnerHTML={{ __html: node.innerHTML || '' }}\n /* eslint-disable react/no-danger */\n data-chunk-name={chunkName}\n />\n );\n }\n\n // Else render placeholder, or empty div.\n const Scene = placeholder || (() => null);\n return <div><Scene {...rest}>{children}</Scene></div>;\n });\n\n // At this point, if we have data, the absense of heap.renderInitialized flag\n // means we have to await styles loading; once it is done, and if we are still\n // mounted, we can set the final render.\n if (data && !heap.renderInitialized) {\n heap.renderInitialized = true;\n Promise.all(heap.pendingStyles).then(() => {\n if (heap.mounted) setRender(createRender());\n });\n }\n\n // This effectively fires only once, just before the component unmounts.\n useEffect(() => () => {\n heap.mounted = false;\n window.CHUNK_GROUPS[chunkName].forEach((item) => {\n if (!item.endsWith('.css')) return;\n const path = `${publicPath}/${item}`;\n if (--window.STYLESHEET_USAGE_COUNTERS[path] <= 0) {\n const link = document.querySelector(`link[href=\"${path}\"]`);\n const head = document.querySelector('head');\n head.removeChild(link);\n }\n });\n }, [chunkName, heap, publicPath]);\n\n return render;\n}\n","import { createElement } from 'react';\nimport CodeSplit from 'components/CodeSplit';\n\n/**\n * Wraps a regular React component into a \"code splitting\" component,\n * i.e. all code used exclusively by that component and its sub-tree\n * will go into a separate, asynchronously loaded, code chunk for\n * the client-side.\n * @param {object} options\n * @param {string} options.chunkName\n * @param {function} options.getClientSide\n * @param {React.ElementType} [options.placeholder]\n * @param {React.ElementType} [options.serverSide]\n * @returns {React.ElementType}\n */\nexport default function splitComponent({\n chunkName,\n getClientSide,\n placeholder,\n serverSide,\n}) {\n // eslint-disable-next-line react/prop-types\n return ({ children = [], ...props } = {}) => createElement(\n CodeSplit,\n {\n ...props,\n chunkName,\n getClientSide,\n placeholder,\n serverSide,\n },\n ...children,\n );\n}\n","/* global window */\n\nimport PT from 'prop-types';\nimport { createElement } from 'react';\n\nimport './style.scss';\n\n/**\n * The `<Link>` component, and almost identical `<NavLink>` component, are\n * auxiliary wrappers around\n * [React Router](https://github.com/ReactTraining/react-router)'s\n * `<Link>` and `<NavLink>` components; they help to handle external and\n * internal links in uniform manner.\n *\n * @param {object} [props] Component properties.\n * @param {string} [props.className] CSS classes to apply to the link.\n * @param {boolean} [props.disabled] Disables the link.\n * @param {boolean} [props.enforceA] `true` enforces rendering of the link as\n * a simple `<a>` element.\n * @param {boolean} [props.keepScrollPosition] If `true`, and the link is\n * rendered as a React Router's component, it won't reset the viewport scrolling\n * position to the origin when clicked.\n * @param {function} [props.onClick] Event handler to trigger upon click.\n * @param {function} [props.onMouseDown] Event handler to trigger on MouseDown\n * event.\n * @param {boolean} [props.openNewTab] If `true` the link opens in a new tab.\n * @param {boolean} [props.replace] When `true`, the link will replace current\n * entry in the history stack instead of adding a new one.\n * @param {string} [props.to] Link URL.\n * @param {string} [props.activeClassName] **`<NavLink>`** only: CSS class(es)\n * to apply to rendered link when it is active.\n * @param {string} [props.activeStyle] **`<NavLink>`** only: CSS styles\n * to apply to the rendered link when it is active.\n * @param {boolean} [props.exact] **`<NavLink>`** only: if `true`, the active\n * class/style will only be applied if the location is matched exactly.\n * @param {function} [props.isActive] **`<NavLink>`** only: Add extra\n * logic for determining whether the link is active. This should be used if you\n * want to do more than verify that the link’s pathname matches the current URL\n * pathname.\n * @param {object} [props.location] **`<NavLink>`** only: `isActive` compares\n * current history location (usually the current browser URL). To compare to\n * a different location, a custom `location` can be passed.\n * @param {boolean} [props.strict] **`<NavLink>`** only: . When `true`, trailing\n * slash on a location’s pathname will be taken into consideration when\n * determining if the location matches the current URL. See the `<Route strict>`\n * documentation for more information.\n */\nexport default function GenericLink({\n children,\n className,\n disabled,\n enforceA,\n keepScrollPosition,\n onClick,\n onMouseDown,\n openNewTab,\n replace,\n routerLinkType,\n to,\n ...rest\n}) {\n /* Renders Link as <a> element if:\n * - It is opted explicitely by `enforceA` prop;\n * - It should be opened in a new tab;\n * - It is an absolte URL (starts with http:// or https://);\n * - It is anchor link (starts with #). */\n if (disabled || enforceA || openNewTab || to.match(/^(#|(https?|mailto):)/)) {\n return (\n <a\n className={className}\n disabled={disabled}\n href={to}\n onClick={disabled ? (e) => e.preventDefault() : onClick}\n onMouseDown={disabled ? (e) => e.preventDefault() : onMouseDown}\n rel=\"noopener noreferrer\"\n styleName=\"link\"\n target={openNewTab ? '_blank' : ''}\n >\n {children}\n </a>\n );\n }\n\n /* Otherwise we render the link as React Router's Link or NavLink element. */\n return createElement(routerLinkType, {\n className,\n disabled,\n onMouseDown,\n replace,\n to,\n onClick: (e) => {\n // Executes the user-provided event handler, if any.\n if (onClick) onClick(e);\n\n // By default, clicking the link scrolls the page to beginning.\n if (!keepScrollPosition) window.scroll(0, 0);\n },\n ...rest,\n }, children);\n}\n\nGenericLink.defaultProps = {\n children: null,\n className: null,\n disabled: false,\n enforceA: false,\n keepScrollPosition: false,\n onClick: null,\n onMouseDown: null,\n openNewTab: false,\n replace: false,\n to: '',\n};\n\nGenericLink.propTypes = {\n children: PT.node,\n className: PT.string,\n disabled: PT.bool,\n enforceA: PT.bool,\n keepScrollPosition: PT.bool,\n onClick: PT.func,\n onMouseDown: PT.func,\n openNewTab: PT.bool,\n replace: PT.bool,\n routerLinkType: PT.elementType.isRequired,\n to: PT.oneOfType([PT.object, PT.string]),\n};\n","/**\n * The Link wraps around React Router's Link component, to automatically replace\n * it by the regular <a> element when:\n * - The target reference points to another domain;\n * - User opts to open the reference in a new tab;\n * - User explicitely opts to use <a>.\n */\n\nimport { Link as RrLink } from 'react-router-dom';\n\nimport GenericLink from './GenericLink';\n\nexport default function Link(props) {\n /* eslint-disable react/jsx-props-no-spreading */\n return <GenericLink {...props} routerLinkType={RrLink} />;\n /* eslint-enable react/jsx-props-no-spreading */\n}\n","// The <Button> component implements a standard button / button-like link.\n\nimport PT from 'prop-types';\n\nimport Link from 'components/Link';\n\nimport { themed } from 'utils';\n\nimport defaultTheme from './style.scss';\n\nfunction BaseButton({\n active,\n children,\n disabled,\n enforceA,\n onClick,\n onMouseDown,\n openNewTab,\n replace,\n theme,\n to,\n}) {\n let className = theme.button;\n if (active && theme.active) className += ` ${theme.active}`;\n if (disabled) {\n if (theme.disabled) className += ` ${theme.disabled}`;\n return (\n <div className={className}>\n {children}\n </div>\n );\n }\n if (to) {\n return (\n <Link\n className={className}\n enforceA={enforceA}\n onClick={onClick}\n onMouseDown={onMouseDown}\n openNewTab={openNewTab}\n replace={replace}\n to={to}\n >\n {children}\n </Link>\n );\n }\n return (\n <div\n className={className}\n onClick={onClick}\n onKeyPress={onClick}\n onMouseDown={onMouseDown}\n role=\"button\"\n tabIndex={0}\n >\n {children}\n </div>\n );\n}\n\n/**\n * Button component theme: a map of CSS\n * class names to append to button elements:\n * @prop {string} [active] to the root element of active button.\n * @prop {string} [button] to the root element of any button.\n * @prop {string} [disabled] to the root element of disabled button.\n */\nconst ThemedButton = themed('Button', [\n 'active',\n 'button',\n 'disabled',\n], defaultTheme)(BaseButton);\n\n/**\n * Implements themeable buttons, and button-line links (elements which look\n * like buttons, but behave as links) in the same uniform manner.\n * @param {object} [props] Component props.\n * @param {boolean} [props.active] Set `true` to render the button as\n * active, even if it is not active otherwise.\n * @param {boolean} [props.disabled] Set `true` to disable the button.\n * @param {boolean} [props.enforceA] When the button is rendered as `<Link>`\n * component, this prop enforces it to be rendered as a simple `<a>` element\n * (external link), rather than the React router's internal link.\n * See `<Link>` documentation to learn when links are rendered as `<a>`\n * by default.\n * @param {function} [props.onClick] Click event handler.\n * @param {function} [props.onMouseDown] Mouse down event handler.\n * @param {boolean} [props.openNewTab] Set `true` to open link in the new tab.\n * @param {boolean} [props.replace] When the button is rendered as\n * `<Link>`, and the target URL is internal, this property tells that\n * the new route should replace the last record in the browser's history,\n * rather than to be pushed as a new entry into the history stack.\n * @param {ButtonTheme} [props.theme] _Ad hoc_ button theme.\n * @param {object|string} [props.to] If specified, the button will be rendered\n * as `<Link>` (if not disabled), and it will point to the specified location\n * or URL.\n * @param {...any} [props....]\n * [Other properties of themeable components](https://www.npmjs.com/package/@dr.pogodin/react-themes#themed-component-properties)\n */\nBaseButton.defaultProps = {\n active: false,\n children: undefined,\n disabled: false,\n enforceA: false,\n onClick: undefined,\n onMouseDown: undefined,\n openNewTab: false,\n replace: false,\n to: undefined,\n};\n\nBaseButton.propTypes = {\n active: PT.bool,\n children: PT.node,\n disabled: PT.bool,\n enforceA: PT.bool,\n onClick: PT.func,\n onMouseDown: PT.func,\n openNewTab: PT.bool,\n replace: PT.bool,\n theme: ThemedButton.themeType.isRequired,\n to: PT.oneOfType([PT.object, PT.string]),\n};\n\nexport default ThemedButton;\n","// extracted by mini-css-extract-plugin\nexport default {\"button\":\"E1FNQT\",\"context\":\"KM0v4f\",\"ad\":\"_3jm1-Q\",\"hoc\":\"_0plpDL\",\"active\":\"MAe9O6\",\"disabled\":\"Br9IWV\"};","import PT from 'prop-types';\n\nimport { themed } from 'utils';\n\nimport defaultTheme from './theme.scss';\n\nfunction Checkbox({\n checked,\n label,\n onChange,\n theme,\n}) {\n return (\n <div className={theme.container}>\n { label === undefined ? null : <p className={theme.label}>{label}</p> }\n <input\n checked={checked}\n className={theme.checkbox}\n onChange={onChange}\n type=\"checkbox\"\n />\n </div>\n );\n}\n\n/**\n * Checkbox component theme: a map of\n * CSS classes to append to its elements:\n * @prop {string} [checkbox] to the underlying checkbox `<input>` element.\n * @prop {string} [container] to the root checkbox element.\n * @prop {string} [label] to the checkbox label element.\n */\nconst ThemedCheckbox = themed('Checkbox', [\n 'checkbox',\n 'container',\n 'label',\n], defaultTheme)(Checkbox);\n\n/**\n * The `<Checkbox>` component implements themeable checkboxes.\n * @param {object} [props] Component properties.\n * @param {boolean} [props.checked] Checkbox value.\n * @param {string} [props.label] Checkbox label.\n * @param {function} [props.onChange] State change handler.\n * @param {CheckboxTheme} [props.theme] _Ad hoc_ theme.\n * @param {...any} [props....]\n * [Other properties of themeable components](https://www.npmjs.com/package/@dr.pogodin/react-themes#themed-component-properties).\n */\nCheckbox.propTypes = {\n checked: PT.bool,\n label: PT.string,\n onChange: PT.func,\n theme: ThemedCheckbox.themeType.isRequired,\n};\n\nCheckbox.defaultProps = {\n checked: undefined,\n label: undefined,\n onChange: undefined,\n};\n\nexport default ThemedCheckbox;\n","// extracted by mini-css-extract-plugin\nexport default {\"checkbox\":\"A-f8qJ\",\"context\":\"dNQcC6\",\"ad\":\"earXxa\",\"hoc\":\"qAPfQ6\",\"container\":\"Kr0g3M\",\"label\":\"_3dML-O\"};","// Initialization of client-side code.\n/* global document, window */\n\nimport { GlobalStateProvider } from '@dr.pogodin/react-global-state';\n\nimport ReactDom from 'react-dom';\nimport { BrowserRouter } from 'react-router-dom';\n\n/**\n * Prepares and launches the app at client side.\n * @param {object} Application Root application component\n */\nexport default function Launch(Application) {\n ReactDom.hydrate(\n (\n <GlobalStateProvider initialState={window.ISTATE}>\n <BrowserRouter>\n <Application />\n </BrowserRouter>\n </GlobalStateProvider>\n ), document.getElementById('react-view'),\n );\n}\n","import { isString } from 'lodash';\nimport PT from 'prop-types';\n\nimport { themed } from 'utils';\n\nimport defaultTheme from './theme.scss';\n\n/**\n * Implements a themeable dropdown list. Internally it is rendered with help of\n * the standard HTML `<select>` element, thus the styling support is somewhat\n * limited.\n * @param {object} [props] Component properties.\n * @param {function} [props.filter] Options filter function. If provided, only\n * those elements of `options` list will be used by the dropdown, for which this\n * filter returns `true`.\n * @param {string} [props.label] Dropdown label.\n * @param {string} [props.onChange] Selection event handler.\n * @param {DropdownOption[]|string[]} [props.options=[]] Array of dropdown\n * options. For string elements the option value and name will be the same.\n * It is allowed to mix DropdownOption and string elements in the same option\n * list.\n * @param {DropdownTheme} [props.theme] _Ad hoc_ theme.\n * @param {string} [props.value] Currently selected value.\n * @param {...any} [props....]\n * [Other theming properties](https://www.npmjs.com/package/@dr.pogodin/react-themes#themed-component-properties)\n */\nfunction Dropdown({\n filter,\n label,\n onChange,\n options,\n theme,\n value,\n}) {\n const optionArray = [(\n <option\n className={theme.hiddenOption}\n key=\"__reactUtilsHiddenOption\"\n >\n ‌\n </option>\n )];\n for (let i = 0; i < options.length; ++i) {\n let op = options[i];\n if (!filter || filter(op)) {\n if (isString(op)) op = { value: op };\n optionArray.push((\n <option className={theme.option} key={op.value} value={op.value}>\n {op.name === undefined ? op.value : op.name }\n </option>\n ));\n }\n }\n return (\n <div className={theme.container}>\n { label === undefined ? null : <p className={theme.label}>{label}</p> }\n <select\n className={theme.select}\n onChange={onChange}\n value={value}\n >\n {optionArray}\n </select>\n <div className={theme.arrow}>▼</div>\n </div>\n );\n}\n\nconst ThemedDropdown = themed('Dropdown', [\n 'arrow',\n 'container',\n 'hiddenOption',\n 'label',\n 'option',\n 'select',\n], defaultTheme)(Dropdown);\n\nDropdown.propTypes = {\n filter: PT.func,\n label: PT.string,\n onChange: PT.func,\n options: PT.arrayOf(\n PT.oneOfType([\n PT.shape({\n name: PT.node,\n value: PT.string.isRequired,\n }),\n PT.string,\n ]).isRequired,\n ),\n theme: ThemedDropdown.themeType.isRequired,\n value: PT.string,\n};\n\nDropdown.defaultProps = {\n filter: undefined,\n label: undefined,\n onChange: undefined,\n options: [],\n value: undefined,\n};\n\nexport default ThemedDropdown;\n","// extracted by mini-css-extract-plugin\nexport default {\"arrow\":\"-zPK7Y\",\"context\":\"haRIry\",\"ad\":\"D4XHG2\",\"hoc\":\"N3nd34\",\"container\":\"_9CQpeA\",\"label\":\"Gv0kyu\",\"hiddenOption\":\"RdW3yR\",\"select\":\"JXK1uw\"};","import PT from 'prop-types';\n\nimport { themed } from 'utils';\n\nimport defaultTheme from './theme.scss';\n\n/**\n * Themeable input field, based on the standard HTML `<input>` element.\n * @param {object} [props]\n * @param {string} [props.label] Input label.\n * @param {InputTheme} [props.theme] _Ad hoc_ theme.\n * @param {...any} [props....] [Other theming properties](https://www.npmjs.com/package/@dr.pogodin/react-themes#themed-component-properties)\n * @param {...any} [props....] Any other properties are passed to the underlying\n * `<input>` element.\n */\nfunction Input({\n label,\n theme,\n ...rest\n}) {\n return (\n <div className={theme.container}>\n { label === undefined ? null : <p className={theme.label}>{label}</p> }\n <input\n className={theme.input}\n {...rest} // eslint-disable-line react/jsx-props-no-spreading\n />\n </div>\n );\n}\n\nconst ThemedInput = themed('Input', [\n 'container',\n 'input',\n 'label',\n], defaultTheme)(Input);\n\nInput.propTypes = {\n label: PT.string,\n theme: ThemedInput.themeType.isRequired,\n};\n\nInput.defaultProps = {\n label: undefined,\n};\n\nexport default ThemedInput;\n","// extracted by mini-css-extract-plugin\nexport default {\"container\":\"Cxx397\",\"context\":\"X5WszA\",\"ad\":\"_8s7GCr\",\"hoc\":\"TVlBYc\",\"input\":\"M07d4s\",\"label\":\"gfbdq-\"};","import PT from 'prop-types';\n\nimport { themed } from 'utils';\n\nimport baseTheme from './base-theme.scss';\n\n/**\n * Simple and themeable page layout. It keeps the main content centered in\n * a column of limited width, which fills entire viewport on small screens\n * (under `$screen-md = 1024px` size). At larger screens the column keeps\n * `$screen-md` size, and it is centered at the page, surrounded by side\n * panels, where additional content can be displayed.\n *\n * **Children:** Component children are rendered as the content of main panel.\n * @param {object} [props] Component properties.\n * @param {Node} [props.leftSidePanelContent] The content for left side panel.\n * @param {Node} [props.rightSidePanelContent] The content for right side panel.\n * @param {PageLayoutTheme} [props.theme] _Ad hoc_ theme.\n * @param {...any} [props....]\n * [Other theming properties](https://www.npmjs.com/package/@dr.pogodin/react-themes#themed-component-properties)\n */\nfunction PageLayout({\n children,\n leftSidePanelContent,\n rightSidePanelContent,\n theme,\n}) {\n return (\n <div className={theme.container}>\n <div className={[theme.sidePanel, theme.leftSidePanel].join(' ')}>\n {leftSidePanelContent}\n </div>\n <div className={theme.mainPanel}>\n {children}\n </div>\n <div className={[theme.sidePanel, theme.rightSidePanel].join(' ')}>\n {rightSidePanelContent}\n </div>\n </div>\n );\n}\n\nconst ThemedPageLayout = themed('PageLayout', [\n 'container',\n 'leftSidePanel',\n 'mainPanel',\n 'rightSidePanel',\n 'sidePanel',\n], baseTheme)(PageLayout);\n\nPageLayout.propTypes = {\n children: PT.node,\n leftSidePanelContent: PT.node,\n rightSidePanelContent: PT.node,\n theme: ThemedPageLayout.themeType.isRequired,\n};\n\nPageLayout.defaultProps = {\n children: null,\n leftSidePanelContent: null,\n rightSidePanelContent: null,\n};\n\nexport default ThemedPageLayout;\n","// extracted by mini-css-extract-plugin\nexport default {\"container\":\"T3cuHB\",\"context\":\"m4mL-M\",\"ad\":\"m3-mdC\",\"hoc\":\"J15Z4H\",\"mainPanel\":\"pPlQO2\",\"sidePanel\":\"lqNh4h\"};","import PT from 'prop-types';\nimport { createContext, useMemo } from 'react';\nimport { Helmet } from 'react-helmet';\n\nconst Context = createContext();\n\n/**\n * The `<MetaTags>` component is an auxiliary wrapper around `react-helmet`,\n * which helps to inject meta tags (page title, a brief content description,\n * and social media thumbnails) into generated pages.\n *\n * When `<MetaTags>` are nested within the app's component tree, meta tags\n * content injected by components encountered down the tree overrides tags\n * injected by previously encountered `<MetaTags>` components.\n *\n * **Children:** `<MetaTags>` children, if any, are rendered at the component's\n * location. The context passes down all meta tag properties of parent\n * `<MetaTag>` instances. These properties can fetched within children\n * hierarchy in the following way, thus facilitating tags modification by\n * children:\n * ```jsx\n * import { useContext } from 'react';\n * import { MetaTags } from '@dr.pogodin/react-utils';\n * export default function SampleComponent() {\n * const { title, description, ...rest } = useContext(MetaTags.Context);\n * // Do something with these props here, e.g. prefix the page title with\n * // the component name:\n * return (\n * <MetaTags title={`Sample component - ${title}`} />\n * );\n * }\n * ```\n * @param {object} [props]\n * @param {string} [props.description] Page description to use in\n * the `description` meta tag, and as a default description of Open Graph Tags.\n * @param {string} [props.image] The absolute URL of thumbnail image to use\n * in Open Graph Tags (`twitter:image`, and `og:image`). By default these tags\n * are not injected.\n *\n * **BEWARE:** It must be a complete, absolute URL, including the correct\n * website domain and HTTP schema.\n *\n * @param {string} [props.siteName]: The site name to use in `twitter:site`,\n * and `og:sitename` tags. By default these tags are not injected.\n *\n * @param {string} [props.socialDescription] The site description to use in\n * `twitter:description` and `og:description` meta tags. By default the value of\n * `description` prop is used.\n * @param {string} [props.socialTitle] The page title to use in\n * `twitter:title`, `og:title`, and `og:image:alt` tags. By default the value of\n * `title` prop is used. Also the `og:image:alt` tag is only injected if `image`\n * prop is present.\n *\n * @param {string} props.title: The page name to use in the `<title>` tag.\n * It is also used as the default value of `socialTitle` prop.\n *\n * @param {string} [props.url] The page URL to use in `og:url` tag.\n * By default the tag is not injected.\n */\nexport default function MetaTags({\n children,\n description,\n image,\n siteName,\n socialDescription,\n socialTitle,\n title,\n url,\n}) {\n const socTitle = socialTitle || title;\n const socDesc = socialDescription || description;\n\n const context = useMemo(() => ({\n description,\n image,\n siteName,\n socialDescription,\n socialTitle,\n title,\n url,\n }), [\n description,\n image,\n siteName,\n socialDescription,\n socialTitle,\n title,\n url,\n ]);\n\n return (\n <>\n <Helmet>\n {/* General tags. */}\n <title>\n {title}\n </title>\n <meta name=\"description\" content={description} />\n\n {/* Twitter cards. */}\n <meta name=\"twitter:card\" content=\"summary_large_image\" />\n <meta name=\"twitter:title\" content={socTitle} />\n <meta name=\"twitter:description\" content={socDesc} />\n { image ? <meta name=\"twitter:image\" content={image} /> : null }\n {\n siteName ? (\n <meta name=\"twitter:site\" content={`@${siteName}`} />\n ) : null\n }\n\n {/* Open Graph data. */}\n <meta name=\"og:title\" content={socTitle} />\n { image ? <meta name=\"og:image\" content={image} /> : null }\n { image ? <meta name=\"og:image:alt\" content={socTitle} /> : null }\n <meta name=\"og:description\" content={socDesc} />\n {\n siteName ? (<meta name=\"og:sitename\" content={siteName} />) : null\n }\n { url ? (<meta name=\"og:url\" content={url} />) : null }\n </Helmet>\n {\n children ? (\n <Context.Provider value={context}>\n {children}\n </Context.Provider>\n ) : null\n }\n </>\n );\n}\n\nMetaTags.Context = Context;\n\nMetaTags.defaultProps = {\n children: null,\n image: null,\n siteName: null,\n socialDescription: null,\n socialTitle: null,\n url: null,\n};\n\nMetaTags.propTypes = {\n children: PT.node,\n description: PT.string.isRequired,\n image: PT.string,\n siteName: PT.string,\n socialDescription: PT.string,\n socialTitle: PT.string,\n title: PT.string.isRequired,\n url: PT.string,\n};\n","/* global document */\n\nimport { noop } from 'lodash';\nimport {\n useEffect,\n useMemo,\n useRef,\n useState,\n} from 'react';\nimport ReactDom from 'react-dom';\nimport PT from 'prop-types';\nimport themed from '@dr.pogodin/react-themes';\n\nimport baseTheme from './base-theme.scss';\nimport './styles.scss';\n\n/**\n * The `<Modal>` component implements a simple themeable modal window, wrapped\n * into the default theme. `<BaseModal>` exposes the base non-themed component.\n * **Children:** Component children are rendered as the modal content.\n * @param {object} props Component properties.\n * @param {function} [props.onCancel] The callback to trigger when user\n * clicks outside the modal, or presses Escape. It is expected to hide the\n * modal.\n * @param {ModalTheme} [props.theme] _Ad hoc_ theme.\n * @param {...any} [props....]\n * [Other theming properties](https://www.npmjs.com/package/@dr.pogodin/react-themes#themed-component-properties)\n */\nfunction BaseModal({\n children,\n onCancel,\n theme,\n}) {\n const containerRef = useRef();\n const overlayRef = useRef();\n const [portal, setPortal] = useState();\n\n useEffect(() => {\n const p = document.createElement('div');\n document.body.classList.add('scrolling-disabled-by-modal');\n document.body.appendChild(p);\n setPortal(p);\n return () => {\n document.body.classList.remove('scrolling-disabled-by-modal');\n document.body.removeChild(p);\n };\n }, []);\n\n const focusLast = useMemo(() => (\n <div\n onFocus={() => {\n const elems = containerRef.current.querySelectorAll('*');\n for (let i = elems.length - 1; i >= 0; --i) {\n elems[i].focus();\n if (document.activeElement === elems[i]) return;\n }\n overlayRef.current.focus();\n }}\n /* eslint-disable jsx-a11y/no-noninteractive-tabindex */\n tabIndex=\"0\"\n /* eslint-enable jsx-a11y/no-noninteractive-tabindex */\n />\n ), []);\n\n return portal ? ReactDom.createPortal(\n (\n <>\n {focusLast}\n <div\n aria-label=\"Cancel\"\n className={theme.overlay}\n onClick={() => onCancel()}\n onKeyDown={(e) => {\n if (e.key === 'Escape') onCancel();\n }}\n ref={(node) => {\n if (node && node !== overlayRef.current) {\n overlayRef.current = node;\n node.focus();\n }\n }}\n role=\"button\"\n tabIndex=\"0\"\n />\n <div\n aria-modal=\"true\"\n className={theme.container}\n onWheel={(event) => event.stopPropagation()}\n ref={containerRef}\n role=\"dialog\"\n >\n {children}\n </div>\n <div\n onFocus={() => {\n overlayRef.current.focus();\n }}\n /* eslint-disable jsx-a11y/no-noninteractive-tabindex */\n tabIndex=\"0\"\n /* eslint-enable jsx-a11y/no-noninteractive-tabindex */\n />\n {focusLast}\n </>\n ),\n portal,\n ) : null;\n}\n\nconst ThemedModal = themed(\n 'Modal',\n [\n 'container',\n 'overlay',\n ],\n baseTheme,\n)(BaseModal);\n\nBaseModal.propTypes = {\n onCancel: PT.func,\n children: PT.node,\n theme: ThemedModal.themeType.isRequired,\n};\n\nBaseModal.defaultProps = {\n onCancel: noop,\n children: null,\n};\n\nexport default ThemedModal;\n\n/* Non-themed version of the Modal. */\nexport { BaseModal };\n","// extracted by mini-css-extract-plugin\nexport default {\"overlay\":\"ye2BZo\",\"context\":\"Szmbbz\",\"ad\":\"Ah-Nsc\",\"hoc\":\"Wki41G\",\"container\":\"gyZ4rc\"};","import { NavLink as RrNavLink } from 'react-router-dom';\n\nimport GenericLink from './GenericLink';\n\nexport default function NavLink(props) {\n /* eslint-disable react/jsx-props-no-spreading */\n return <GenericLink {...props} routerLinkType={RrNavLink} />;\n /* eslint-enable react/jsx-props-no-spreading */\n}\n","import PT from 'prop-types';\n\nimport './style.scss';\n\n/**\n * The `<ScalableRect>` component implements container keeping given aspect\n * ratio, while its width is altered.\n *\n * **Children:** Component children are rendered as the component's content.\n * @param {object} props\n * @param {string} [props.className] CSS class for component container.\n * @param {string} [props.ratio=1:1] Ratio of the rendered rectangle sides,\n * in `W:H` form.\n */\nexport default function ScalableRect({ children, className, ratio }) {\n const aux = ratio.split(':');\n const paddingBottom = `${(100 * aux[1]) / aux[0]}%`;\n\n /* NOTE: In case the following code looks strange to you, mind that we want to\n * allow the user to set custom styles on this component. If user passes in a\n * \"className\" prop (possibly \"styleName\", but that one is converted to\n * \"className\" by Babel just before being passed into this component), it\n * should not interfere with the sizing behavior, thus we need an extra <div>\n * level in this component; however, if user does not need a custom styling,\n * we can save one level of HTML code, so we do it. */\n const rect = (\n <div\n style={{ paddingBottom }}\n styleName=\"container\"\n >\n <div styleName=\"wrapper\">\n {children}\n </div>\n </div>\n );\n return className ? (\n <div className={className}>\n {rect}\n </div>\n ) : rect;\n}\n\nScalableRect.defaultProps = {\n children: null,\n className: null,\n ratio: '1:1',\n};\n\nScalableRect.propTypes = {\n children: PT.node,\n className: PT.string,\n ratio: PT.string,\n};\n","import PT from 'prop-types';\nimport themed from '@dr.pogodin/react-themes';\n\nimport defaultTheme from './theme.scss';\n\n/**\n * Throbber is an \"action in progress\" indicator, which renders\n * three bouncing circles as a simple pending activity indicator,\n * and can be further themed to a certain degree.\n * @param {object} [props] Component properties.\n * @param {ThrobberTheme} [props.theme] _Ad hoc_ theme.\n * @param {...any} [props....]\n * [Other theming properties](https://www.npmjs.com/package/@dr.pogodin/react-themes#themed-component-properties)\n */\nfunction Throbber({\n theme,\n}) {\n return (\n <div className={theme.container} styleName=\"container\">\n <div className={theme.circle} styleName=\"circle\" />\n <div className={theme.circle} styleName=\"circle\" />\n <div className={theme.circle} styleName=\"circle\" />\n </div>\n );\n}\n\nThrobber.defaultProps = {\n theme: {},\n};\n\nThrobber.propTypes = {\n theme: PT.shape({\n container: PT.string,\n circle: PT.string,\n }),\n};\n\nexport default themed('Throbber', [\n 'circle',\n 'container',\n], defaultTheme)(Throbber);\n","// extracted by mini-css-extract-plugin\nexport default {\"container\":\"_7zdld4\",\"context\":\"uIObt7\",\"ad\":\"XIxe9o\",\"hoc\":\"YOyORH\",\"circle\":\"dBrB4g\",\"bouncing\":\"TJe-6j\"};","/**\n * The actual tooltip component. It is rendered outside the regular document\n * hierarchy, and with sub-components managed without React to achieve the best\n * performance during animation.\n */\n/* global document, window */\n\nimport {\n forwardRef,\n useEffect,\n useImperativeHandle,\n useState,\n} from 'react';\nimport { createPortal } from 'react-dom';\n\nimport PT from 'prop-types';\n\n/* Valid placements of the rendered tooltip. They will be overriden when\n * necessary to fit the tooltip within the viewport. */\nexport const PLACEMENTS = {\n ABOVE_CURSOR: 'ABOVE_CURSOR',\n ABOVE_ELEMENT: 'ABOVE_ELEMENT',\n BELOW_CURSOR: 'BELOW_CURSOR',\n BELOW_ELEMENT: 'BELOW_ELEMENT',\n};\n\nconst ARROW_STYLE_DOWN = [\n 'border-bottom-color:transparent',\n 'border-left-color:transparent',\n 'border-right-color:transparent',\n].join(';');\n\nconst ARROW_STYLE_UP = [\n 'border-top-color:transparent',\n 'border-left-color:transparent',\n 'border-right-color:transparent',\n].join(';');\n\n/**\n * Creates tooltip components.\n * @ignore\n * @param {object} theme Themes to use for tooltip container, arrow,\n * and content.\n * @return {object} Object with DOM references to the container components:\n * container, arrow, content.\n */\nfunction createTooltipComponents(theme) {\n const arrow = document.createElement('div');\n if (theme.arrow) arrow.setAttribute('class', theme.arrow);\n\n const content = document.createElement('div');\n if (theme.content) content.setAttribute('class', theme.content);\n\n const container = document.createElement('div');\n if (theme.container) container.setAttribute('class', theme.container);\n\n container.appendChild(arrow);\n container.appendChild(content);\n document.body.appendChild(container);\n\n return { container, arrow, content };\n}\n\n/**\n * Generates bounding client rectangles for tooltip components.\n * @ignore\n * @param {object} tooltip DOM references to the tooltip components.\n * @param {object} tooltip.arrow\n * @param {object} tooltip.container\n * @return {{ arrow: object, container}} Object holding tooltip rectangles in\n * two fields.\n */\nfunction calcTooltipRects(tooltip) {\n return {\n arrow: tooltip.arrow.getBoundingClientRect(),\n container: tooltip.container.getBoundingClientRect(),\n };\n}\n\n/**\n * Calculates the document viewport size.\n * @ignore\n * @return {{x, y, width, height}}\n */\nfunction calcViewportRect() {\n const { pageXOffset, pageYOffset } = window;\n const { documentElement: { clientHeight, clientWidth } } = document;\n return {\n left: pageXOffset,\n right: pageXOffset + clientWidth,\n top: pageYOffset,\n bottom: pageYOffset + clientHeight,\n };\n}\n\n/**\n * Calculates tooltip and arrow positions for the placement just above\n * the cursor.\n * @ignore\n * @param {number} x Cursor page-x position.\n * @param {number} y Cursor page-y position.\n * @param {object} tooltipRects Bounding client rectangles of tooltip parts.\n * @param {object} tooltipRects.arrow\n * @param {object} tooltipRects.container\n * @return {object} Contains the following fields:\n * - {number} arrowX\n * - {number} arrowY\n * - {number} containerX\n * - {number} containerY\n * - {string} baseArrowStyle\n */\nfunction calcPositionAboveXY(x, y, tooltipRects) {\n const { arrow, container } = tooltipRects;\n return {\n arrowX: 0.5 * (container.width - arrow.width),\n arrowY: container.height,\n containerX: x - container.width / 2,\n containerY: y - container.height - arrow.height / 1.5,\n\n // TODO: Instead of already setting the base style here, we should\n // introduce a set of constants for arrow directions, which will help\n // to do checks dependant on the arrow direction.\n baseArrowStyle: ARROW_STYLE_DOWN,\n };\n}\n\n/*\nconst HIT = {\n NONE: false,\n LEFT: 'LEFT',\n RIGHT: 'RIGHT',\n TOP: 'TOP',\n BOTTOM: 'BOTTOM',\n};\n*/\n\n/**\n * Checks whether\n * @param {object} pos\n * @param {object} tooltipRects\n * @param {object} viewportRect\n * @return {HIT}\n */\n/*\nfunction checkViewportFit(pos, tooltipRects, viewportRect) {\n const { containerX, containerY } = pos;\n if (containerX < viewportRect.left + 6) return HIT.LEFT;\n if (containerX > viewportRect.right - 6) return HIT.RIGHT;\n return HIT.NONE;\n}\n*/\n\n/**\n * Shifts tooltip horizontally to fit into the viewport, while keeping\n * the arrow pointed to the XY point.\n * @param {number} x\n * @param {number} y\n * @param {object} pos\n * @param {number} pageXOffset\n * @param {number} pageXWidth\n */\n/*\nfunction xPageFitCorrection(x, y, pos, pageXOffset, pageXWidth) {\n if (pos.containerX < pageXOffset + 6) {\n pos.containerX = pageXOffset + 6;\n pos.arrowX = Math.max(6, pageX - containerX - arrowRect.width / 2);\n } else {\n const maxX = pageXOffset + docRect.width - containerRect.width - 6;\n if (containerX > maxX) {\n containerX = maxX;\n arrowX = Math.min(\n containerRect.width - 6,\n pageX - containerX - arrowRect.width / 2,\n );\n }\n }\n}\n*/\n\n/**\n * Sets positions of tooltip components to point the tooltip to the specified\n * page point.\n * @ignore\n * @param {number} pageX\n * @param {number} pageY\n * @param {PLACEMENTS} placement\n * @param {object} element DOM reference to the element wrapped by the tooltip.\n * @param {object} tooltip\n * @param {object} tooltip.arrow DOM reference to the tooltip arrow.\n * @param {object} tooltip.container DOM reference to the tooltip container.\n */\nfunction setComponentPositions(\n pageX,\n pageY,\n placement,\n element,\n tooltip,\n) {\n const tooltipRects = calcTooltipRects(tooltip);\n const viewportRect = calcViewportRect();\n\n /* Default container coords: tooltip at the top. */\n const pos = calcPositionAboveXY(pageX, pageY, tooltipRects);\n\n if (pos.containerX < viewportRect.left + 6) {\n pos.containerX = viewportRect.left + 6;\n pos.arrowX = Math.max(\n 6,\n pageX - pos.containerX - tooltipRects.arrow.width / 2,\n );\n } else {\n const maxX = viewportRect.right - 6 - tooltipRects.container.width;\n if (pos.containerX > maxX) {\n pos.containerX = maxX;\n pos.arrowX = Math.min(\n tooltipRects.container.width - 6,\n pageX - pos.containerX - tooltipRects.arrow.width / 2,\n );\n }\n }\n\n /* If tooltip has not enough space on top - make it bottom tooltip. */\n if (pos.containerY < viewportRect.top + 6) {\n pos.containerY += tooltipRects.container.height\n + 2 * tooltipRects.arrow.height;\n pos.arrowY -= tooltipRects.container.height\n + tooltipRects.arrow.height;\n pos.baseArrowStyle = ARROW_STYLE_UP;\n }\n\n const containerStyle = `left:${pos.containerX}px;top:${pos.containerY}px`;\n tooltip.container.setAttribute('style', containerStyle);\n\n const arrowStyle = `${pos.baseArrowStyle};left:${pos.arrowX}px;top:${pos.arrowY}px`;\n tooltip.arrow.setAttribute('style', arrowStyle);\n}\n\n/* The Tooltip component itself. */\nconst Tooltip = forwardRef(({ children, theme }, ref) => {\n const [components, setComponents] = useState(null);\n\n const pointTo = (pageX, pageY, placement, element) => components\n && setComponentPositions(pageX, pageY, placement, element, components);\n useImperativeHandle(ref, () => ({ pointTo }));\n\n /* Inits and destroys tooltip components. */\n useEffect(() => {\n const x = createTooltipComponents(theme);\n setComponents(x);\n return () => {\n document.body.removeChild(x.container);\n setComponents(null);\n };\n }, [theme]);\n\n return components ? createPortal(children, components.content) : null;\n});\n\nTooltip.propTypes = {\n children: PT.node,\n theme: PT.shape().isRequired,\n};\n\nTooltip.defaultProps = {\n children: null,\n};\n\nexport default Tooltip;\n","/* global window */\n\nimport PT from 'prop-types';\nimport { useEffect, useRef, useState } from 'react';\n\nimport { themed } from 'utils';\n\nimport Tooltip, { PLACEMENTS } from './Tooltip';\n\nimport defaultTheme from './default-theme.scss';\n\n/**\n * Implements a simple to use and themeable tooltip component, _e.g._\n * ```js\n * <WithTooltip tip=\"This is example tooltip.\">\n * <p>Hover to see the tooltip.</p>\n * </WithTooltip>\n * ```\n * **Children:** Children are rendered in the place of `<WithTooltip>`,\n * and when hovered the tooltip is shown. By default the wrapper itself is\n * `<div>` block with `display: inline-block`.\n * @param {object} props Component properties.\n * @param {React.node} props.tip – Anything React is able to render,\n * _e.g._ a tooltip text. This will be the tooltip content.\n * @param {WithTooltipTheme} props.theme _Ad hoc_ theme.\n */\nfunction Wrapper({\n children,\n placement,\n tip,\n theme,\n}) {\n const tooltipRef = useRef();\n const wrapperRef = useRef();\n const [showTooltip, setShowTooltip] = useState(false);\n\n const updatePortalPosition = (cursorX, cursorY) => {\n if (!showTooltip) setShowTooltip(true);\n else {\n const wrapperRect = wrapperRef.current.getBoundingClientRect();\n if (\n cursorX < wrapperRect.left\n || cursorX > wrapperRect.right\n || cursorY < wrapperRect.top\n || cursorY > wrapperRect.bottom\n ) {\n setShowTooltip(false);\n } else if (tooltipRef.current) {\n tooltipRef.current.pointTo(\n cursorX + window.pageXOffset,\n cursorY + window.pageYOffset,\n placement,\n wrapperRef.current,\n );\n }\n }\n };\n\n useEffect(() => {\n if (showTooltip && tip !== null) {\n const listener = () => setShowTooltip(false);\n window.addEventListener('scroll', listener);\n return () => window.removeEventListener('scroll', listener);\n }\n return undefined;\n }, [showTooltip, tip]);\n\n return (\n <div\n className={theme.wrapper}\n onMouseLeave={() => setShowTooltip(false)}\n onMouseMove={(e) => updatePortalPosition(e.clientX, e.clientY)}\n ref={wrapperRef}\n >\n {\n showTooltip && tip !== null ? (\n <Tooltip ref={tooltipRef} theme={theme}>{tip}</Tooltip>\n ) : null\n }\n {children}\n </div>\n );\n}\n\nconst ThemedWrapper = themed(\n 'WithTooltip',\n [\n 'appearance',\n 'arrow',\n 'container',\n 'content',\n 'wrapper',\n ],\n defaultTheme,\n)(Wrapper);\n\nThemedWrapper.PLACEMENTS = PLACEMENTS;\n\nWrapper.propTypes = {\n children: PT.node,\n placement: PT.oneOf(Object.values(PLACEMENTS)),\n theme: ThemedWrapper.themeType.isRequired,\n tip: PT.node,\n};\n\nWrapper.defaultProps = {\n children: null,\n placement: PLACEMENTS.ABOVE_CURSOR,\n tip: null,\n};\n\nexport default ThemedWrapper;\n","// extracted by mini-css-extract-plugin\nexport default {\"arrow\":\"M9gywF\",\"ad\":\"_4xT7zE\",\"hoc\":\"zd-vnH\",\"context\":\"GdZucr\",\"container\":\"f9gY8K\",\"appearance\":\"L4ubm-\",\"wrapper\":\"_4qDBRM\"};","// extracted by mini-css-extract-plugin\nexport default {\"container\":\"jTxmOX\",\"context\":\"dzIcLh\",\"ad\":\"_5a9XX1\",\"hoc\":\"_7sH52O\"};","import PT from 'prop-types';\nimport qs from 'qs';\nimport ScalableRect from 'components/ScalableRect';\nimport themed from '@dr.pogodin/react-themes';\nimport Throbber from 'components/Throbber';\n\nimport baseTheme from './base.scss';\nimport throbberTheme from './throbber.scss';\n\n/**\n * A component for embeding a YouTube video.\n * @param {object} [props] Component properties.\n * @param {boolean} [props.autoplay] If `true` the video will start to play\n * automatically once loaded.\n * @param {string} [props.src] URL of the video to play. Can be in any of\n * the following formats, and keeps any additional query parameters understood\n * by the YouTube IFrame player:\n * - `https://www.youtube.com/watch?v=NdF6Rmt6Ado`\n * - `https://youtu.be/NdF6Rmt6Ado`\n * - `https://www.youtube.com/embed/NdF6Rmt6Ado`\n * @param {YouTubeVideoTheme} [props.theme] _Ad hoc_ theme.\n * @param {string} [props.title] The `title` attribute to add to the player\n * IFrame.\n */\nfunction YouTubeVideo({\n autoplay,\n src,\n theme,\n title,\n}) {\n let [url, query] = src.split('?');\n query = query ? qs.parse(query) : {};\n\n const videoId = query.v || url.match(/\\/([a-zA-Z0-9-_]*)$/)[1];\n url = `https://www.youtube.com/embed/${videoId}`;\n\n delete query.v;\n query.autoplay = autoplay ? 1 : 0;\n url += `?${qs.stringify(query)}`;\n\n // TODO: https://developers.google.com/youtube/player_parameters\n // More query parameters can be exposed via the component props.\n\n return (\n <ScalableRect className={theme.container} ratio=\"16:9\">\n <Throbber theme={throbberTheme} />\n <iframe\n allow=\"autoplay\"\n allowFullScreen\n className={theme.video}\n src={url}\n title={title}\n />\n </ScalableRect>\n );\n}\n\nconst ThemedYouTubeVideo = themed(\n 'YouTubeVideo',\n [\n 'container',\n 'video',\n ],\n baseTheme,\n)(YouTubeVideo);\n\nYouTubeVideo.propTypes = {\n autoplay: PT.bool,\n src: PT.string.isRequired,\n theme: ThemedYouTubeVideo.themeType.isRequired,\n title: PT.string,\n};\n\nYouTubeVideo.defaultProps = {\n autoplay: false,\n title: '',\n};\n\nexport default ThemedYouTubeVideo;\n","// extracted by mini-css-extract-plugin\nexport default {\"container\":\"sXHM81\",\"context\":\"veKyYi\",\"ad\":\"r3ABzd\",\"hoc\":\"YKcPnR\",\"video\":\"SlV2zw\"};","import 'styles/global.scss';\n\nimport { webpack } from 'utils';\n\nconst server = webpack.requireWeak('./server', __dirname);\n\nexport { default as api } from 'axios';\nexport * as PT from 'prop-types';\n\nexport {\n getGlobalState,\n GlobalStateProvider,\n useAsyncCollection,\n useAsyncData,\n useGlobalState,\n} from '@dr.pogodin/react-global-state';\n\nexport * from 'components';\nexport * from 'utils';\n\nexport { server };\n"],"names":["root","factory","exports","module","require","define","amd","self","this","__WEBPACK_EXTERNAL_MODULE__383__","__WEBPACK_EXTERNAL_MODULE__314__","__WEBPACK_EXTERNAL_MODULE__162__","__WEBPACK_EXTERNAL_MODULE__226__","__WEBPACK_EXTERNAL_MODULE__556__","__WEBPACK_EXTERNAL_MODULE__111__","__WEBPACK_EXTERNAL_MODULE__311__","__WEBPACK_EXTERNAL_MODULE__615__","__WEBPACK_EXTERNAL_MODULE__365__","__WEBPACK_EXTERNAL_MODULE__346__","__WEBPACK_EXTERNAL_MODULE__189__","__WEBPACK_EXTERNAL_MODULE__205__","__WEBPACK_EXTERNAL_MODULE__673__","__WEBPACK_EXTERNAL_MODULE__642__","__WEBPACK_EXTERNAL_MODULE__541__","__WEBPACK_EXTERNAL_MODULE__446__","__WEBPACK_EXTERNAL_MODULE__395__","__WEBPACK_EXTERNAL_MODULE__899__","__WEBPACK_EXTERNAL_MODULE__198__","__WEBPACK_EXTERNAL_MODULE__300__","__WEBPACK_EXTERNAL_MODULE__760__","__WEBPACK_EXTERNAL_MODULE__467__","__WEBPACK_EXTERNAL_MODULE__99__","__WEBPACK_EXTERNAL_MODULE__656__","__WEBPACK_EXTERNAL_MODULE__156__","__WEBPACK_EXTERNAL_MODULE__386__","__WEBPACK_EXTERNAL_MODULE__684__","__WEBPACK_EXTERNAL_MODULE__128__","IS_CLIENT_SIDE","process","versions","node","IS_SERVER_SIDE","isDevBuild","getMode","isProdBuild","getBuildInfo","window","global","TRU_BUILD_INFO","buildTimestamp","timestamp","requireWeak","modulePath","basePath","eval","resolve","path","def","default","named","Object","entries","forEach","key","value","Error","resolveWeak","getOwnPropertySymbols","hasOwnProperty","prototype","propIsEnumerable","propertyIsEnumerable","toObject","val","TypeError","assign","test1","String","getOwnPropertyNames","test2","i","fromCharCode","map","n","join","test3","split","letter","keys","err","shouldUseNative","target","source","from","symbols","to","s","arguments","length","call","f","g","Fragment","Symbol","for","h","m","__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED","ReactCurrentOwner","p","ref","__self","__source","q","c","a","k","b","d","e","l","defaultProps","$$typeof","type","props","_owner","current","jsx","jsxs","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","getter","__esModule","definition","o","defineProperty","enumerable","get","globalThis","Function","obj","prop","r","toStringTag","CONFIG","dayjs","Date","now","timeout","Promise","setTimeout","Barrier","executor","resolveRef","rejectRef","reject","error","onFulfilled","onRejected","res","newBarrier","Emitter","listeners","listener","includes","push","removeListener","idx","indexOf","splice","Semaphore","ready","bool","waitReady","setReady","barrier","shift","bind","NODE_CONFIG_ENV","chunkName","children","getClientSide","placeholder","rest","serverSide","heap","useRef","mounted","pendingStyles","renderInitialized","publicPath","CHUNK_GROUPS","asset","endsWith","link","document","querySelector","createElement","setAttribute","onload","onerror","appendChild","STYLESHEET_USAGE_COUNTERS","data","useAsyncData","maxage","time","YEAR_MS","createRender","Scene","useState","dangerouslySetInnerHTML","__html","innerHTML","render","setRender","all","then","useEffect","item","removeChild","splitComponent","CodeSplit","themed","COMPOSE","PRIORITY","env","JU","webpack","withRetries","action","maxRetries","interval","timer","GenericLink","className","disabled","enforceA","keepScrollPosition","onClick","onMouseDown","openNewTab","replace","routerLinkType","match","href","preventDefault","rel","scroll","Link","RrLink","BaseButton","active","theme","button","onKeyPress","role","tabIndex","propTypes","PT","ThemedButton","themeType","isRequired","Checkbox","checked","label","onChange","container","checkbox","ThemedCheckbox","Launch","Application","ReactDom","GlobalStateProvider","initialState","ISTATE","BrowserRouter","getElementById","Dropdown","filter","options","optionArray","hiddenOption","op","isString","option","name","select","arrow","ThemedDropdown","Input","input","ThemedInput","PageLayout","leftSidePanelContent","rightSidePanelContent","sidePanel","leftSidePanel","mainPanel","rightSidePanel","ThemedPageLayout","Context","createContext","MetaTags","description","image","siteName","socialDescription","socialTitle","title","url","socTitle","socDesc","context","useMemo","Helmet","content","Provider","BaseModal","onCancel","containerRef","overlayRef","portal","setPortal","body","classList","add","remove","focusLast","onFocus","elems","querySelectorAll","focus","activeElement","overlay","onKeyDown","onWheel","event","stopPropagation","ThemedModal","noop","NavLink","RrNavLink","ScalableRect","aux","ratio","paddingBottom","rect","style","Throbber","circle","PLACEMENTS","ABOVE_CURSOR","ABOVE_ELEMENT","BELOW_CURSOR","BELOW_ELEMENT","ARROW_STYLE_DOWN","ARROW_STYLE_UP","Tooltip","forwardRef","components","setComponents","pointTo","pageX","pageY","placement","element","tooltip","pageXOffset","pageYOffset","clientHeight","tooltipRects","getBoundingClientRect","calcTooltipRects","viewportRect","documentElement","left","right","clientWidth","top","bottom","pos","x","y","arrowX","width","arrowY","height","containerX","containerY","baseArrowStyle","calcPositionAboveXY","Math","max","maxX","min","containerStyle","arrowStyle","setComponentPositions","useImperativeHandle","createTooltipComponents","createPortal","Wrapper","tip","tooltipRef","wrapperRef","showTooltip","setShowTooltip","addEventListener","removeEventListener","wrapper","onMouseLeave","onMouseMove","cursorX","cursorY","wrapperRect","updatePortalPosition","clientX","clientY","ThemedWrapper","values","YouTubeVideo","autoplay","src","query","videoId","qs","v","throbberTheme","allow","allowFullScreen","video","ThemedYouTubeVideo","server"],"sourceRoot":""}
|
package/node-entry.js
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
// This permits to load the library in react-native, or other environment that
|
|
2
|
+
// does not have __dirname global. It probably breaks a few node-specific lib
|
|
3
|
+
// pieces, but that does not seem to prevent more relevant parts from working.
|
|
4
|
+
// eslint-disable-next-line no-underscore-dangle
|
|
5
|
+
if (typeof __dirname === 'undefined') global.__dirname = '';
|
|
3
6
|
|
|
4
|
-
//
|
|
5
|
-
|
|
7
|
+
// Again, for react-native, and maybe some other environments, we need
|
|
8
|
+
// to have no dynamic requires below (i.e. can't do require(`./build/${env}`)).
|
|
9
|
+
module.exports = process.env.NODE_ENV === 'production'
|
|
10
|
+
? require('./build/production') : require('./build/development');
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.15.
|
|
2
|
+
"version": "1.15.7",
|
|
3
3
|
"bin": {
|
|
4
4
|
"react-utils-build": "bin/build.js",
|
|
5
5
|
"react-utils-setup": "bin/setup.js"
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"url": "https://github.com/birdofpreyru/react-utils/issues"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@babel/runtime": "^7.17.
|
|
11
|
+
"@babel/runtime": "^7.17.8",
|
|
12
12
|
"@dr.pogodin/babel-plugin-react-css-modules": "^6.8.0",
|
|
13
13
|
"@dr.pogodin/react-global-state": "^0.7.1",
|
|
14
14
|
"@dr.pogodin/react-themes": "^1.4.1",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"config": "^3.3.7",
|
|
19
19
|
"cookie-parser": "^1.4.6",
|
|
20
20
|
"cross-env": "^7.0.3",
|
|
21
|
-
"dayjs": "^1.
|
|
21
|
+
"dayjs": "^1.11.0",
|
|
22
22
|
"express": "^4.17.3",
|
|
23
23
|
"helmet": "^5.0.2",
|
|
24
24
|
"http-status-codes": "^2.2.0",
|
|
25
25
|
"joi": "^17.6.0",
|
|
26
26
|
"lodash": "^4.17.21",
|
|
27
27
|
"morgan": "^1.10.0",
|
|
28
|
-
"node-forge": "^1.
|
|
28
|
+
"node-forge": "^1.3.0",
|
|
29
29
|
"prop-types": "^15.8.1",
|
|
30
30
|
"qs": "^6.10.1",
|
|
31
31
|
"raf": "^3.4.1",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"description": "Collection of generic ReactJS components and utils",
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@babel/cli": "^7.17.6",
|
|
47
|
-
"@babel/core": "^7.17.
|
|
47
|
+
"@babel/core": "^7.17.8",
|
|
48
48
|
"@babel/eslint-parser": "^7.17.0",
|
|
49
|
-
"@babel/eslint-plugin": "^7.
|
|
49
|
+
"@babel/eslint-plugin": "^7.17.7",
|
|
50
50
|
"@babel/node": "^7.16.8",
|
|
51
51
|
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
52
52
|
"@babel/preset-env": "^7.16.11",
|
|
@@ -54,27 +54,27 @@
|
|
|
54
54
|
"@dr.pogodin/babel-plugin-transform-assets": "^1.1.1",
|
|
55
55
|
"@dr.pogodin/babel-preset-svgr": "^1.4.0",
|
|
56
56
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
|
|
57
|
-
"autoprefixer": "^10.4.
|
|
57
|
+
"autoprefixer": "^10.4.4",
|
|
58
58
|
"babel-jest": "^27.5.1",
|
|
59
|
-
"babel-loader": "^8.2.
|
|
59
|
+
"babel-loader": "^8.2.4",
|
|
60
60
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
61
61
|
"core-js": "^3.21.1",
|
|
62
62
|
"css-loader": "^6.7.1",
|
|
63
63
|
"css-minimizer-webpack-plugin": "^3.4.1",
|
|
64
|
-
"eslint": "^8.
|
|
64
|
+
"eslint": "^8.12.0",
|
|
65
65
|
"eslint-config-airbnb": "^19.0.4",
|
|
66
66
|
"eslint-import-resolver-babel-module": "^5.3.1",
|
|
67
67
|
"eslint-plugin-import": "^2.25.4",
|
|
68
|
-
"eslint-plugin-jest": "^26.1.
|
|
68
|
+
"eslint-plugin-jest": "^26.1.3",
|
|
69
69
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
70
|
-
"eslint-plugin-react": "^7.29.
|
|
70
|
+
"eslint-plugin-react": "^7.29.4",
|
|
71
71
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
72
72
|
"identity-obj-proxy": "^3.0.0",
|
|
73
73
|
"jest": "^27.5.1",
|
|
74
74
|
"mini-css-extract-plugin": "^2.6.0",
|
|
75
75
|
"mockdate": "^3.0.5",
|
|
76
76
|
"nodelist-foreach-polyfill": "^1.2.0",
|
|
77
|
-
"postcss": "^8.4.
|
|
77
|
+
"postcss": "^8.4.12",
|
|
78
78
|
"postcss-loader": "^6.2.1",
|
|
79
79
|
"postcss-scss": "^4.0.3",
|
|
80
80
|
"pretty": "^2.0.0",
|
|
@@ -85,16 +85,16 @@
|
|
|
85
85
|
"sass": "^1.49.9",
|
|
86
86
|
"sass-loader": "^12.6.0",
|
|
87
87
|
"sitemap": "^7.1.1",
|
|
88
|
-
"stylelint": "^14.
|
|
88
|
+
"stylelint": "^14.6.1",
|
|
89
89
|
"stylelint-config-standard-scss": "^3.0.0",
|
|
90
90
|
"supertest": "^6.2.2",
|
|
91
91
|
"webpack": "^5.70.0",
|
|
92
92
|
"webpack-dev-middleware": "^5.3.1",
|
|
93
93
|
"webpack-hot-middleware": "^2.25.1",
|
|
94
94
|
"webpack-merge": "^5.8.0",
|
|
95
|
-
"workbox-core": "^6.5.
|
|
96
|
-
"workbox-precaching": "^6.5.
|
|
97
|
-
"workbox-webpack-plugin": "^6.5.
|
|
95
|
+
"workbox-core": "^6.5.2",
|
|
96
|
+
"workbox-precaching": "^6.5.2",
|
|
97
|
+
"workbox-webpack-plugin": "^6.5.2"
|
|
98
98
|
},
|
|
99
99
|
"engines": {
|
|
100
100
|
"node": ">=14.x",
|