@swagger-api/apidom-json-pointer 0.99.1 → 1.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -162,7 +162,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
162
162
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
163
163
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
164
164
|
/* harmony export */ });
|
|
165
|
-
/* harmony import */ var ramda_adjunct__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
165
|
+
/* harmony import */ var ramda_adjunct__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(6201);
|
|
166
166
|
/* harmony import */ var _swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4831);
|
|
167
167
|
/* harmony import */ var _swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(60);
|
|
168
168
|
/* harmony import */ var _parse__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(108);
|
|
@@ -239,8 +239,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
239
239
|
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7515);
|
|
240
240
|
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(397);
|
|
241
241
|
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(6561);
|
|
242
|
-
/* harmony import */ var ramda_adjunct__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
243
|
-
/* harmony import */ var ramda_adjunct__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
242
|
+
/* harmony import */ var ramda_adjunct__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(687);
|
|
243
|
+
/* harmony import */ var ramda_adjunct__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(4988);
|
|
244
244
|
/* harmony import */ var _unescape__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(7675);
|
|
245
245
|
/* harmony import */ var _errors_InvalidJsonPointerError__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1583);
|
|
246
246
|
|
|
@@ -6028,733 +6028,255 @@ module.exports = JSONSerialiser;
|
|
|
6028
6028
|
|
|
6029
6029
|
/***/ }),
|
|
6030
6030
|
|
|
6031
|
-
/***/
|
|
6032
|
-
/***/ ((
|
|
6033
|
-
|
|
6034
|
-
"use strict";
|
|
6035
|
-
__webpack_require__.r(__webpack_exports__);
|
|
6036
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6037
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
6038
|
-
/* harmony export */ });
|
|
6039
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9180);
|
|
6040
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2898);
|
|
6041
|
-
|
|
6031
|
+
/***/ 1212:
|
|
6032
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6042
6033
|
|
|
6043
|
-
|
|
6044
|
-
* Returns true if the specified value is equal, in R.equals terms,
|
|
6045
|
-
* to at least one element of the given list or false otherwise.
|
|
6046
|
-
* Given list can be a string.
|
|
6047
|
-
*
|
|
6048
|
-
* Like {@link http://ramdajs.com/docs/#includes|R.includes} but with argument order reversed.
|
|
6049
|
-
*
|
|
6050
|
-
* @func included
|
|
6051
|
-
* @memberOf RA
|
|
6052
|
-
* @since {@link https://char0n.github.io/ramda-adjunct/3.0.0|v3.0.0}
|
|
6053
|
-
* @category List
|
|
6054
|
-
* @sig [a] -> a -> Boolean
|
|
6055
|
-
* @param {Array|String} list The list to consider
|
|
6056
|
-
* @param {*} a The item to compare against
|
|
6057
|
-
* @return {boolean} Returns Boolean `true` if an equivalent item is in the list or `false` otherwise
|
|
6058
|
-
* @see {@link http://ramdajs.com/docs/#includes|R.includes}
|
|
6059
|
-
* @example
|
|
6060
|
-
*
|
|
6061
|
-
* RA.included([1, 2, 3], 3); //=> true
|
|
6062
|
-
* RA.included([1, 2, 3], 4); //=> false
|
|
6063
|
-
* RA.included([{ name: 'Fred' }], { name: 'Fred' }); //=> true
|
|
6064
|
-
* RA.included([[42]], [42]); //=> true
|
|
6065
|
-
*/
|
|
6066
|
-
var included = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(ramda__WEBPACK_IMPORTED_MODULE_1__["default"]);
|
|
6067
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (included);
|
|
6034
|
+
module.exports = __webpack_require__(8411);
|
|
6068
6035
|
|
|
6069
6036
|
/***/ }),
|
|
6070
6037
|
|
|
6071
|
-
/***/
|
|
6072
|
-
/***/ ((
|
|
6038
|
+
/***/ 7202:
|
|
6039
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6073
6040
|
|
|
6074
6041
|
"use strict";
|
|
6075
|
-
__webpack_require__.r(__webpack_exports__);
|
|
6076
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6077
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
6078
|
-
/* harmony export */ });
|
|
6079
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4968);
|
|
6080
|
-
/* harmony import */ var _isNumber__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1761);
|
|
6081
6042
|
|
|
6043
|
+
var parent = __webpack_require__(239);
|
|
6082
6044
|
|
|
6045
|
+
module.exports = parent;
|
|
6083
6046
|
|
|
6084
|
-
// eslint-disable-next-line no-restricted-globals
|
|
6085
|
-
var isFinitePonyfill = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(_isNumber__WEBPACK_IMPORTED_MODULE_1__["default"], isFinite);
|
|
6086
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isFinitePonyfill);
|
|
6087
6047
|
|
|
6088
6048
|
/***/ }),
|
|
6089
6049
|
|
|
6090
|
-
/***/
|
|
6091
|
-
/***/ ((
|
|
6050
|
+
/***/ 6656:
|
|
6051
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6092
6052
|
|
|
6093
6053
|
"use strict";
|
|
6094
|
-
__webpack_require__.r(__webpack_exports__);
|
|
6095
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6096
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
6097
|
-
/* harmony export */ });
|
|
6098
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4968);
|
|
6099
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7698);
|
|
6100
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(3654);
|
|
6101
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7457);
|
|
6102
|
-
/* harmony import */ var _isFinite__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2855);
|
|
6103
6054
|
|
|
6055
|
+
__webpack_require__(484);
|
|
6056
|
+
__webpack_require__(5695);
|
|
6057
|
+
__webpack_require__(6138);
|
|
6058
|
+
__webpack_require__(9828);
|
|
6059
|
+
__webpack_require__(3832);
|
|
6060
|
+
var path = __webpack_require__(8099);
|
|
6061
|
+
|
|
6062
|
+
module.exports = path.AggregateError;
|
|
6104
6063
|
|
|
6105
|
-
var isIntegerPonyfill = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(_isFinite__WEBPACK_IMPORTED_MODULE_1__["default"], (0,ramda__WEBPACK_IMPORTED_MODULE_2__["default"])(ramda__WEBPACK_IMPORTED_MODULE_3__["default"], [Math.floor, ramda__WEBPACK_IMPORTED_MODULE_4__["default"]]));
|
|
6106
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isIntegerPonyfill);
|
|
6107
6064
|
|
|
6108
6065
|
/***/ }),
|
|
6109
6066
|
|
|
6110
|
-
/***/
|
|
6111
|
-
/***/ ((
|
|
6067
|
+
/***/ 8411:
|
|
6068
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6112
6069
|
|
|
6113
6070
|
"use strict";
|
|
6114
|
-
__webpack_require__.r(__webpack_exports__);
|
|
6115
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6116
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
6117
|
-
/* harmony export */ });
|
|
6118
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9784);
|
|
6119
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7567);
|
|
6120
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(963);
|
|
6121
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2572);
|
|
6122
6071
|
|
|
6072
|
+
module.exports = __webpack_require__(8337);
|
|
6123
6073
|
|
|
6124
|
-
/**
|
|
6125
|
-
* Checks if input value is `Async Function`.
|
|
6126
|
-
*
|
|
6127
|
-
* @func isAsyncFunction
|
|
6128
|
-
* @memberOf RA
|
|
6129
|
-
* @since {@link https://char0n.github.io/ramda-adjunct/0.5.0|v0.5.0}
|
|
6130
|
-
* @category Type
|
|
6131
|
-
* @sig * -> Boolean
|
|
6132
|
-
* @param {*} val The value to test
|
|
6133
|
-
* @return {boolean}
|
|
6134
|
-
* @see {@link RA.isFunction|isFunction}, {@link RA.isNotAsyncFunction|isNotAsyncFunction}, {@link RA.isGeneratorFunction|isGeneratorFunction}
|
|
6135
|
-
* @example
|
|
6136
|
-
*
|
|
6137
|
-
* RA.isAsyncFunction(async function test() { }); //=> true
|
|
6138
|
-
* RA.isAsyncFunction(null); //=> false
|
|
6139
|
-
* RA.isAsyncFunction(function test() { }); //=> false
|
|
6140
|
-
* RA.isAsyncFunction(() => {}); //=> false
|
|
6141
|
-
*/
|
|
6142
|
-
var isAsyncFunction = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(1, (0,ramda__WEBPACK_IMPORTED_MODULE_1__["default"])(ramda__WEBPACK_IMPORTED_MODULE_2__["default"], (0,ramda__WEBPACK_IMPORTED_MODULE_3__["default"])('AsyncFunction')));
|
|
6143
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isAsyncFunction);
|
|
6144
6074
|
|
|
6145
6075
|
/***/ }),
|
|
6146
6076
|
|
|
6147
|
-
/***/
|
|
6148
|
-
/***/ ((
|
|
6077
|
+
/***/ 8337:
|
|
6078
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6149
6079
|
|
|
6150
6080
|
"use strict";
|
|
6151
|
-
__webpack_require__.r(__webpack_exports__);
|
|
6152
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6153
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
6154
|
-
/* harmony export */ });
|
|
6155
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3654);
|
|
6156
6081
|
|
|
6082
|
+
// TODO: remove from `core-js@4`
|
|
6083
|
+
__webpack_require__(5442);
|
|
6084
|
+
|
|
6085
|
+
var parent = __webpack_require__(7202);
|
|
6086
|
+
|
|
6087
|
+
module.exports = parent;
|
|
6157
6088
|
|
|
6158
|
-
/**
|
|
6159
|
-
* Checks if input value is an empty `String`.
|
|
6160
|
-
*
|
|
6161
|
-
* @func isEmptyString
|
|
6162
|
-
* @memberOf RA
|
|
6163
|
-
* @since {@link https://char0n.github.io/ramda-adjunct/2.4.0|v2.4.0}
|
|
6164
|
-
* @category Type
|
|
6165
|
-
* @sig * -> Boolean
|
|
6166
|
-
* @param {*} val The value to test
|
|
6167
|
-
* @return {boolean}
|
|
6168
|
-
* @see {@link RA.isNotEmptyString|isNotEmptyString}
|
|
6169
|
-
* @example
|
|
6170
|
-
*
|
|
6171
|
-
* RA.isEmptyString(''); // => true
|
|
6172
|
-
* RA.isEmptyString('42'); // => false
|
|
6173
|
-
* RA.isEmptyString(new String('42')); // => false
|
|
6174
|
-
* RA.isEmptyString(new String('')); // => false
|
|
6175
|
-
* RA.isEmptyString([42]); // => false
|
|
6176
|
-
* RA.isEmptyString({}); // => false
|
|
6177
|
-
* RA.isEmptyString(null); // => false
|
|
6178
|
-
* RA.isEmptyString(undefined); // => false
|
|
6179
|
-
* RA.isEmptyString(42); // => false
|
|
6180
|
-
*/
|
|
6181
|
-
var isEmptyString = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])('');
|
|
6182
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isEmptyString);
|
|
6183
6089
|
|
|
6184
6090
|
/***/ }),
|
|
6185
6091
|
|
|
6186
|
-
/***/
|
|
6187
|
-
/***/ ((
|
|
6092
|
+
/***/ 814:
|
|
6093
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6188
6094
|
|
|
6189
6095
|
"use strict";
|
|
6190
|
-
__webpack_require__.r(__webpack_exports__);
|
|
6191
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6192
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
6193
|
-
/* harmony export */ isFinitePonyfill: () => (/* binding */ isFinitePonyfill)
|
|
6194
|
-
/* harmony export */ });
|
|
6195
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9784);
|
|
6196
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(560);
|
|
6197
|
-
/* harmony import */ var _isFunction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4340);
|
|
6198
|
-
/* harmony import */ var _internal_ponyfills_Number_isFinite__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9906);
|
|
6199
6096
|
|
|
6097
|
+
var isCallable = __webpack_require__(2769);
|
|
6098
|
+
var tryToString = __webpack_require__(459);
|
|
6200
6099
|
|
|
6100
|
+
var $TypeError = TypeError;
|
|
6201
6101
|
|
|
6202
|
-
|
|
6102
|
+
// `Assert: IsCallable(argument) is true`
|
|
6103
|
+
module.exports = function (argument) {
|
|
6104
|
+
if (isCallable(argument)) return argument;
|
|
6105
|
+
throw new $TypeError(tryToString(argument) + ' is not a function');
|
|
6106
|
+
};
|
|
6203
6107
|
|
|
6204
|
-
/**
|
|
6205
|
-
* Checks whether the passed value is a finite `Number`.
|
|
6206
|
-
*
|
|
6207
|
-
* @func isFinite
|
|
6208
|
-
* @memberOf RA
|
|
6209
|
-
* @since {@link https://char0n.github.io/ramda-adjunct/0.7.0|v0.7.0}
|
|
6210
|
-
* @category Type
|
|
6211
|
-
* @sig * -> Boolean
|
|
6212
|
-
* @param {*} val The value to test
|
|
6213
|
-
* @return {boolean}
|
|
6214
|
-
* @see {@link RA.isNotFinite|isNotFinite}
|
|
6215
|
-
* @example
|
|
6216
|
-
*
|
|
6217
|
-
* RA.isFinite(Infinity); //=> false
|
|
6218
|
-
* RA.isFinite(NaN); //=> false
|
|
6219
|
-
* RA.isFinite(-Infinity); //=> false
|
|
6220
|
-
*
|
|
6221
|
-
* RA.isFinite(0); // true
|
|
6222
|
-
* RA.isFinite(2e64); // true
|
|
6223
|
-
*
|
|
6224
|
-
* RA.isFinite('0'); // => false
|
|
6225
|
-
* // would've been true with global isFinite('0')
|
|
6226
|
-
* RA.isFinite(null); // => false
|
|
6227
|
-
* // would've been true with global isFinite(null)
|
|
6228
|
-
*/
|
|
6229
|
-
var _isFinite = (0,_isFunction__WEBPACK_IMPORTED_MODULE_2__["default"])(Number.isFinite) ? (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(1, (0,ramda__WEBPACK_IMPORTED_MODULE_3__["default"])(Number.isFinite, Number)) : isFinitePonyfill;
|
|
6230
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_isFinite);
|
|
6231
6108
|
|
|
6232
6109
|
/***/ }),
|
|
6233
6110
|
|
|
6234
|
-
/***/
|
|
6235
|
-
/***/ ((
|
|
6111
|
+
/***/ 1966:
|
|
6112
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6236
6113
|
|
|
6237
6114
|
"use strict";
|
|
6238
|
-
__webpack_require__.r(__webpack_exports__);
|
|
6239
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6240
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
6241
|
-
/* harmony export */ });
|
|
6242
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1020);
|
|
6243
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7567);
|
|
6244
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(963);
|
|
6245
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2572);
|
|
6246
|
-
/* harmony import */ var _isGeneratorFunction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(8443);
|
|
6247
|
-
/* harmony import */ var _isAsyncFunction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1470);
|
|
6248
6115
|
|
|
6116
|
+
var isPossiblePrototype = __webpack_require__(2937);
|
|
6249
6117
|
|
|
6118
|
+
var $String = String;
|
|
6119
|
+
var $TypeError = TypeError;
|
|
6250
6120
|
|
|
6121
|
+
module.exports = function (argument) {
|
|
6122
|
+
if (isPossiblePrototype(argument)) return argument;
|
|
6123
|
+
throw new $TypeError("Can't set " + $String(argument) + ' as a prototype');
|
|
6124
|
+
};
|
|
6251
6125
|
|
|
6252
|
-
/**
|
|
6253
|
-
* Checks if input value is `Function`.
|
|
6254
|
-
*
|
|
6255
|
-
* @func isFunction
|
|
6256
|
-
* @memberOf RA
|
|
6257
|
-
* @since {@link https://char0n.github.io/ramda-adjunct/0.5.0|v0.5.0}
|
|
6258
|
-
* @category Type
|
|
6259
|
-
* @sig * -> Boolean
|
|
6260
|
-
* @param {*} val The value to test
|
|
6261
|
-
* @return {boolean}
|
|
6262
|
-
* @see {@link RA.isNotFunction|isNotFunction}, {@link RA.isAsyncFunction|isNotAsyncFunction}, {@link RA.isGeneratorFunction|isGeneratorFunction}
|
|
6263
|
-
* @example
|
|
6264
|
-
*
|
|
6265
|
-
* RA.isFunction(function test() { }); //=> true
|
|
6266
|
-
* RA.isFunction(function* test() { }); //=> true
|
|
6267
|
-
* RA.isFunction(async function test() { }); //=> true
|
|
6268
|
-
* RA.isFunction(() => {}); //=> true
|
|
6269
|
-
* RA.isFunction(null); //=> false
|
|
6270
|
-
* RA.isFunction('abc'); //=> false
|
|
6271
|
-
*/
|
|
6272
|
-
var isFunction = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])([(0,ramda__WEBPACK_IMPORTED_MODULE_1__["default"])(ramda__WEBPACK_IMPORTED_MODULE_2__["default"], (0,ramda__WEBPACK_IMPORTED_MODULE_3__["default"])('Function')), _isGeneratorFunction__WEBPACK_IMPORTED_MODULE_4__["default"], _isAsyncFunction__WEBPACK_IMPORTED_MODULE_5__["default"]]);
|
|
6273
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isFunction);
|
|
6274
6126
|
|
|
6275
6127
|
/***/ }),
|
|
6276
6128
|
|
|
6277
|
-
/***/
|
|
6278
|
-
/***/ ((
|
|
6129
|
+
/***/ 8137:
|
|
6130
|
+
/***/ ((module) => {
|
|
6279
6131
|
|
|
6280
6132
|
"use strict";
|
|
6281
|
-
__webpack_require__.r(__webpack_exports__);
|
|
6282
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6283
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
6284
|
-
/* harmony export */ });
|
|
6285
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9784);
|
|
6286
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7567);
|
|
6287
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(963);
|
|
6288
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2572);
|
|
6289
6133
|
|
|
6134
|
+
module.exports = function () { /* empty */ };
|
|
6290
6135
|
|
|
6291
|
-
/**
|
|
6292
|
-
* Checks if input value is `Generator Function`.
|
|
6293
|
-
*
|
|
6294
|
-
* @func isGeneratorFunction
|
|
6295
|
-
* @memberOf RA
|
|
6296
|
-
* @since {@link https://char0n.github.io/ramda-adjunct/0.5.0|v0.5.0}
|
|
6297
|
-
* @category Type
|
|
6298
|
-
* @sig * -> Boolean
|
|
6299
|
-
* @param {*} val The value to test
|
|
6300
|
-
* @return {boolean}
|
|
6301
|
-
* @see {@link RA.isFunction|isFunction}, {@link RA.isAsyncFunction|isAsyncFunction}, {@link RA.isNotGeneratorFunction|isNotGeneratorFunction}
|
|
6302
|
-
* @example
|
|
6303
|
-
*
|
|
6304
|
-
* RA.isGeneratorFunction(function* test() { }); //=> true
|
|
6305
|
-
* RA.isGeneratorFunction(null); //=> false
|
|
6306
|
-
* RA.isGeneratorFunction(function test() { }); //=> false
|
|
6307
|
-
* RA.isGeneratorFunction(() => {}); //=> false
|
|
6308
|
-
*/
|
|
6309
|
-
var isGeneratorFunction = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(1, (0,ramda__WEBPACK_IMPORTED_MODULE_1__["default"])(ramda__WEBPACK_IMPORTED_MODULE_2__["default"], (0,ramda__WEBPACK_IMPORTED_MODULE_3__["default"])('GeneratorFunction')));
|
|
6310
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isGeneratorFunction);
|
|
6311
6136
|
|
|
6312
6137
|
/***/ }),
|
|
6313
6138
|
|
|
6314
|
-
/***/
|
|
6315
|
-
/***/ ((
|
|
6139
|
+
/***/ 7235:
|
|
6140
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6316
6141
|
|
|
6317
6142
|
"use strict";
|
|
6318
|
-
__webpack_require__.r(__webpack_exports__);
|
|
6319
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6320
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
6321
|
-
/* harmony export */ isIntegerPonyfill: () => (/* binding */ isIntegerPonyfill)
|
|
6322
|
-
/* harmony export */ });
|
|
6323
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9784);
|
|
6324
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(560);
|
|
6325
|
-
/* harmony import */ var _isFunction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4340);
|
|
6326
|
-
/* harmony import */ var _internal_ponyfills_Number_isInteger__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1018);
|
|
6327
6143
|
|
|
6144
|
+
var isObject = __webpack_require__(262);
|
|
6328
6145
|
|
|
6146
|
+
var $String = String;
|
|
6147
|
+
var $TypeError = TypeError;
|
|
6329
6148
|
|
|
6330
|
-
|
|
6149
|
+
// `Assert: Type(argument) is Object`
|
|
6150
|
+
module.exports = function (argument) {
|
|
6151
|
+
if (isObject(argument)) return argument;
|
|
6152
|
+
throw new $TypeError($String(argument) + ' is not an object');
|
|
6153
|
+
};
|
|
6331
6154
|
|
|
6332
|
-
/**
|
|
6333
|
-
* Checks whether the passed value is an `integer`.
|
|
6334
|
-
*
|
|
6335
|
-
* @func isInteger
|
|
6336
|
-
* @memberOf RA
|
|
6337
|
-
* @since {@link https://char0n.github.io/ramda-adjunct/0.7.0|v0.7.0}
|
|
6338
|
-
* @category Type
|
|
6339
|
-
* @sig * -> Boolean
|
|
6340
|
-
* @param {*} val The value to test
|
|
6341
|
-
* @return {boolean}
|
|
6342
|
-
* @see {@link RA.isNotInteger|isNotInteger}
|
|
6343
|
-
* @example
|
|
6344
|
-
*
|
|
6345
|
-
* RA.isInteger(0); //=> true
|
|
6346
|
-
* RA.isInteger(1); //=> true
|
|
6347
|
-
* RA.isInteger(-100000); //=> true
|
|
6348
|
-
*
|
|
6349
|
-
* RA.isInteger(0.1); //=> false
|
|
6350
|
-
* RA.isInteger(Math.PI); //=> false
|
|
6351
|
-
*
|
|
6352
|
-
* RA.isInteger(NaN); //=> false
|
|
6353
|
-
* RA.isInteger(Infinity); //=> false
|
|
6354
|
-
* RA.isInteger(-Infinity); //=> false
|
|
6355
|
-
* RA.isInteger('10'); //=> false
|
|
6356
|
-
* RA.isInteger(true); //=> false
|
|
6357
|
-
* RA.isInteger(false); //=> false
|
|
6358
|
-
* RA.isInteger([1]); //=> false
|
|
6359
|
-
*/
|
|
6360
|
-
var isInteger = (0,_isFunction__WEBPACK_IMPORTED_MODULE_2__["default"])(Number.isInteger) ? (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(1, (0,ramda__WEBPACK_IMPORTED_MODULE_3__["default"])(Number.isInteger, Number)) : isIntegerPonyfill;
|
|
6361
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isInteger);
|
|
6362
6155
|
|
|
6363
6156
|
/***/ }),
|
|
6364
6157
|
|
|
6365
|
-
/***/
|
|
6366
|
-
/***/ ((
|
|
6158
|
+
/***/ 1005:
|
|
6159
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6367
6160
|
|
|
6368
6161
|
"use strict";
|
|
6369
|
-
__webpack_require__.r(__webpack_exports__);
|
|
6370
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6371
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
6372
|
-
/* harmony export */ });
|
|
6373
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9784);
|
|
6374
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7567);
|
|
6375
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(963);
|
|
6376
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2572);
|
|
6377
|
-
|
|
6378
|
-
|
|
6379
|
-
/**
|
|
6380
|
-
* Checks if value is a `Number` primitive or object.
|
|
6381
|
-
*
|
|
6382
|
-
* @func isNumber
|
|
6383
|
-
* @memberOf RA
|
|
6384
|
-
* @since {@link https://char0n.github.io/ramda-adjunct/0.6.0|v0.6.0}
|
|
6385
|
-
* @category Type
|
|
6386
|
-
* @sig * -> Boolean
|
|
6387
|
-
* @param {*} val The value to test
|
|
6388
|
-
* @return {boolean}
|
|
6389
|
-
* @see {@link RA.isNotNumber|isNotNumber}
|
|
6390
|
-
* @example
|
|
6391
|
-
*
|
|
6392
|
-
* RA.isNumber(5); // => true
|
|
6393
|
-
* RA.isNumber(Number.MAX_VALUE); // => true
|
|
6394
|
-
* RA.isNumber(-Infinity); // => true
|
|
6395
|
-
* RA.isNumber(NaN); // => true
|
|
6396
|
-
* RA.isNumber('5'); // => false
|
|
6397
|
-
*/
|
|
6398
|
-
var isNumber = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(1, (0,ramda__WEBPACK_IMPORTED_MODULE_1__["default"])(ramda__WEBPACK_IMPORTED_MODULE_2__["default"], (0,ramda__WEBPACK_IMPORTED_MODULE_3__["default"])('Number')));
|
|
6399
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isNumber);
|
|
6400
|
-
|
|
6401
|
-
/***/ }),
|
|
6402
|
-
|
|
6403
|
-
/***/ 2350:
|
|
6404
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6405
6162
|
|
|
6406
|
-
|
|
6407
|
-
__webpack_require__
|
|
6408
|
-
|
|
6409
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
6410
|
-
/* harmony export */ });
|
|
6411
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3654);
|
|
6412
|
-
/* harmony import */ var _stubUndefined__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7026);
|
|
6163
|
+
var toIndexedObject = __webpack_require__(3273);
|
|
6164
|
+
var toAbsoluteIndex = __webpack_require__(4574);
|
|
6165
|
+
var lengthOfArrayLike = __webpack_require__(8130);
|
|
6413
6166
|
|
|
6167
|
+
// `Array.prototype.{ indexOf, includes }` methods implementation
|
|
6168
|
+
var createMethod = function (IS_INCLUDES) {
|
|
6169
|
+
return function ($this, el, fromIndex) {
|
|
6170
|
+
var O = toIndexedObject($this);
|
|
6171
|
+
var length = lengthOfArrayLike(O);
|
|
6172
|
+
var index = toAbsoluteIndex(fromIndex, length);
|
|
6173
|
+
var value;
|
|
6174
|
+
// Array#includes uses SameValueZero equality algorithm
|
|
6175
|
+
// eslint-disable-next-line no-self-compare -- NaN check
|
|
6176
|
+
if (IS_INCLUDES && el !== el) while (length > index) {
|
|
6177
|
+
value = O[index++];
|
|
6178
|
+
// eslint-disable-next-line no-self-compare -- NaN check
|
|
6179
|
+
if (value !== value) return true;
|
|
6180
|
+
// Array#indexOf ignores holes, Array#includes - not
|
|
6181
|
+
} else for (;length > index; index++) {
|
|
6182
|
+
if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
|
|
6183
|
+
} return !IS_INCLUDES && -1;
|
|
6184
|
+
};
|
|
6185
|
+
};
|
|
6414
6186
|
|
|
6187
|
+
module.exports = {
|
|
6188
|
+
// `Array.prototype.includes` method
|
|
6189
|
+
// https://tc39.es/ecma262/#sec-array.prototype.includes
|
|
6190
|
+
includes: createMethod(true),
|
|
6191
|
+
// `Array.prototype.indexOf` method
|
|
6192
|
+
// https://tc39.es/ecma262/#sec-array.prototype.indexof
|
|
6193
|
+
indexOf: createMethod(false)
|
|
6194
|
+
};
|
|
6415
6195
|
|
|
6416
|
-
/**
|
|
6417
|
-
* Checks if input value is `undefined`.
|
|
6418
|
-
*
|
|
6419
|
-
* @func isUndefined
|
|
6420
|
-
* @memberOf RA
|
|
6421
|
-
* @since {@link https://char0n.github.io/ramda-adjunct/0.0.1|v0.0.1}
|
|
6422
|
-
* @category Type
|
|
6423
|
-
* @sig * -> Boolean
|
|
6424
|
-
* @param {*} val The value to test
|
|
6425
|
-
* @return {boolean}
|
|
6426
|
-
* @see {@link RA.isNotUndefined|isNotUndefined}
|
|
6427
|
-
* @example
|
|
6428
|
-
*
|
|
6429
|
-
* RA.isUndefined(1); //=> false
|
|
6430
|
-
* RA.isUndefined(undefined); //=> true
|
|
6431
|
-
* RA.isUndefined(null); //=> false
|
|
6432
|
-
*/
|
|
6433
|
-
var isUndefined = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])((0,_stubUndefined__WEBPACK_IMPORTED_MODULE_1__["default"])());
|
|
6434
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isUndefined);
|
|
6435
6196
|
|
|
6436
6197
|
/***/ }),
|
|
6437
6198
|
|
|
6438
|
-
/***/
|
|
6439
|
-
/***/ ((
|
|
6199
|
+
/***/ 9932:
|
|
6200
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6440
6201
|
|
|
6441
6202
|
"use strict";
|
|
6442
|
-
__webpack_require__.r(__webpack_exports__);
|
|
6443
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6444
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
6445
|
-
/* harmony export */ });
|
|
6446
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9498);
|
|
6447
6203
|
|
|
6204
|
+
var uncurryThis = __webpack_require__(6100);
|
|
6448
6205
|
|
|
6449
|
-
|
|
6450
|
-
|
|
6451
|
-
|
|
6452
|
-
|
|
6453
|
-
|
|
6454
|
-
|
|
6455
|
-
* @category Function
|
|
6456
|
-
* @sig ... -> undefined
|
|
6457
|
-
* @return {undefined}
|
|
6458
|
-
* @example
|
|
6459
|
-
*
|
|
6460
|
-
* RA.stubUndefined(); //=> undefined
|
|
6461
|
-
* RA.stubUndefined(1, 2, 3); //=> undefined
|
|
6462
|
-
*/
|
|
6463
|
-
var stubUndefined = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(void 0); // eslint-disable-line no-void
|
|
6206
|
+
var toString = uncurryThis({}.toString);
|
|
6207
|
+
var stringSlice = uncurryThis(''.slice);
|
|
6208
|
+
|
|
6209
|
+
module.exports = function (it) {
|
|
6210
|
+
return stringSlice(toString(it), 8, -1);
|
|
6211
|
+
};
|
|
6464
6212
|
|
|
6465
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (stubUndefined);
|
|
6466
6213
|
|
|
6467
6214
|
/***/ }),
|
|
6468
6215
|
|
|
6469
|
-
/***/
|
|
6470
|
-
/***/ ((
|
|
6216
|
+
/***/ 8407:
|
|
6217
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6471
6218
|
|
|
6472
6219
|
"use strict";
|
|
6473
|
-
__webpack_require__.r(__webpack_exports__);
|
|
6474
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6475
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
6476
|
-
/* harmony export */ });
|
|
6477
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4332);
|
|
6478
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7567);
|
|
6479
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7515);
|
|
6480
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2781);
|
|
6481
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5819);
|
|
6482
|
-
/* harmony import */ var _included__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(3484);
|
|
6483
|
-
|
|
6484
6220
|
|
|
6221
|
+
var TO_STRING_TAG_SUPPORT = __webpack_require__(4904);
|
|
6222
|
+
var isCallable = __webpack_require__(2769);
|
|
6223
|
+
var classofRaw = __webpack_require__(9932);
|
|
6224
|
+
var wellKnownSymbol = __webpack_require__(8655);
|
|
6485
6225
|
|
|
6486
|
-
|
|
6487
|
-
|
|
6488
|
-
*
|
|
6489
|
-
* @func trimCharsStart
|
|
6490
|
-
* @memberOf RA
|
|
6491
|
-
* @since {@link https://char0n.github.io/ramda-adjunct/2.24.0|v2.24.0}
|
|
6492
|
-
* @category String
|
|
6493
|
-
* @sig String -> String
|
|
6494
|
-
* @param {string} chars The characters to trim
|
|
6495
|
-
* @param {string} value The string to trim
|
|
6496
|
-
* @return {string} Returns the trimmed string.
|
|
6497
|
-
* @example
|
|
6498
|
-
*
|
|
6499
|
-
* RA.trimCharsStart('_-', '-_-abc-_-'); //=> 'abc-_-'
|
|
6500
|
-
*/
|
|
6226
|
+
var TO_STRING_TAG = wellKnownSymbol('toStringTag');
|
|
6227
|
+
var $Object = Object;
|
|
6501
6228
|
|
|
6502
|
-
|
|
6503
|
-
|
|
6504
|
-
});
|
|
6505
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (trimCharsStart);
|
|
6229
|
+
// ES3 wrong here
|
|
6230
|
+
var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) === 'Arguments';
|
|
6506
6231
|
|
|
6507
|
-
|
|
6232
|
+
// fallback for IE11 Script Access Denied error
|
|
6233
|
+
var tryGet = function (it, key) {
|
|
6234
|
+
try {
|
|
6235
|
+
return it[key];
|
|
6236
|
+
} catch (error) { /* empty */ }
|
|
6237
|
+
};
|
|
6508
6238
|
|
|
6509
|
-
|
|
6510
|
-
|
|
6239
|
+
// getting tag from ES6+ `Object.prototype.toString`
|
|
6240
|
+
module.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {
|
|
6241
|
+
var O, tag, result;
|
|
6242
|
+
return it === undefined ? 'Undefined' : it === null ? 'Null'
|
|
6243
|
+
// @@toStringTag case
|
|
6244
|
+
: typeof (tag = tryGet(O = $Object(it), TO_STRING_TAG)) == 'string' ? tag
|
|
6245
|
+
// builtinTag case
|
|
6246
|
+
: CORRECT_ARGUMENTS ? classofRaw(O)
|
|
6247
|
+
// ES3 arguments fallback
|
|
6248
|
+
: (result = classofRaw(O)) === 'Object' && isCallable(O.callee) ? 'Arguments' : result;
|
|
6249
|
+
};
|
|
6511
6250
|
|
|
6512
|
-
module.exports = __webpack_require__(8411);
|
|
6513
6251
|
|
|
6514
6252
|
/***/ }),
|
|
6515
6253
|
|
|
6516
|
-
/***/
|
|
6254
|
+
/***/ 7464:
|
|
6517
6255
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6518
6256
|
|
|
6519
6257
|
"use strict";
|
|
6520
6258
|
|
|
6521
|
-
var
|
|
6259
|
+
var hasOwn = __webpack_require__(701);
|
|
6260
|
+
var ownKeys = __webpack_require__(5691);
|
|
6261
|
+
var getOwnPropertyDescriptorModule = __webpack_require__(4543);
|
|
6262
|
+
var definePropertyModule = __webpack_require__(9989);
|
|
6522
6263
|
|
|
6523
|
-
module.exports =
|
|
6264
|
+
module.exports = function (target, source, exceptions) {
|
|
6265
|
+
var keys = ownKeys(source);
|
|
6266
|
+
var defineProperty = definePropertyModule.f;
|
|
6267
|
+
var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
|
|
6268
|
+
for (var i = 0; i < keys.length; i++) {
|
|
6269
|
+
var key = keys[i];
|
|
6270
|
+
if (!hasOwn(target, key) && !(exceptions && hasOwn(exceptions, key))) {
|
|
6271
|
+
defineProperty(target, key, getOwnPropertyDescriptor(source, key));
|
|
6272
|
+
}
|
|
6273
|
+
}
|
|
6274
|
+
};
|
|
6524
6275
|
|
|
6525
6276
|
|
|
6526
6277
|
/***/ }),
|
|
6527
6278
|
|
|
6528
|
-
/***/
|
|
6529
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6530
|
-
|
|
6531
|
-
"use strict";
|
|
6532
|
-
|
|
6533
|
-
__webpack_require__(484);
|
|
6534
|
-
__webpack_require__(5695);
|
|
6535
|
-
__webpack_require__(6138);
|
|
6536
|
-
__webpack_require__(9828);
|
|
6537
|
-
__webpack_require__(3832);
|
|
6538
|
-
var path = __webpack_require__(8099);
|
|
6539
|
-
|
|
6540
|
-
module.exports = path.AggregateError;
|
|
6541
|
-
|
|
6542
|
-
|
|
6543
|
-
/***/ }),
|
|
6544
|
-
|
|
6545
|
-
/***/ 8411:
|
|
6546
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6547
|
-
|
|
6548
|
-
"use strict";
|
|
6549
|
-
|
|
6550
|
-
module.exports = __webpack_require__(8337);
|
|
6551
|
-
|
|
6552
|
-
|
|
6553
|
-
/***/ }),
|
|
6554
|
-
|
|
6555
|
-
/***/ 8337:
|
|
6556
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6557
|
-
|
|
6558
|
-
"use strict";
|
|
6559
|
-
|
|
6560
|
-
// TODO: remove from `core-js@4`
|
|
6561
|
-
__webpack_require__(5442);
|
|
6562
|
-
|
|
6563
|
-
var parent = __webpack_require__(7202);
|
|
6564
|
-
|
|
6565
|
-
module.exports = parent;
|
|
6566
|
-
|
|
6567
|
-
|
|
6568
|
-
/***/ }),
|
|
6569
|
-
|
|
6570
|
-
/***/ 814:
|
|
6571
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6572
|
-
|
|
6573
|
-
"use strict";
|
|
6574
|
-
|
|
6575
|
-
var isCallable = __webpack_require__(2769);
|
|
6576
|
-
var tryToString = __webpack_require__(459);
|
|
6577
|
-
|
|
6578
|
-
var $TypeError = TypeError;
|
|
6579
|
-
|
|
6580
|
-
// `Assert: IsCallable(argument) is true`
|
|
6581
|
-
module.exports = function (argument) {
|
|
6582
|
-
if (isCallable(argument)) return argument;
|
|
6583
|
-
throw new $TypeError(tryToString(argument) + ' is not a function');
|
|
6584
|
-
};
|
|
6585
|
-
|
|
6586
|
-
|
|
6587
|
-
/***/ }),
|
|
6588
|
-
|
|
6589
|
-
/***/ 1966:
|
|
6590
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6591
|
-
|
|
6592
|
-
"use strict";
|
|
6593
|
-
|
|
6594
|
-
var isPossiblePrototype = __webpack_require__(2937);
|
|
6595
|
-
|
|
6596
|
-
var $String = String;
|
|
6597
|
-
var $TypeError = TypeError;
|
|
6598
|
-
|
|
6599
|
-
module.exports = function (argument) {
|
|
6600
|
-
if (isPossiblePrototype(argument)) return argument;
|
|
6601
|
-
throw new $TypeError("Can't set " + $String(argument) + ' as a prototype');
|
|
6602
|
-
};
|
|
6603
|
-
|
|
6604
|
-
|
|
6605
|
-
/***/ }),
|
|
6606
|
-
|
|
6607
|
-
/***/ 8137:
|
|
6608
|
-
/***/ ((module) => {
|
|
6609
|
-
|
|
6610
|
-
"use strict";
|
|
6611
|
-
|
|
6612
|
-
module.exports = function () { /* empty */ };
|
|
6613
|
-
|
|
6614
|
-
|
|
6615
|
-
/***/ }),
|
|
6616
|
-
|
|
6617
|
-
/***/ 7235:
|
|
6618
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6619
|
-
|
|
6620
|
-
"use strict";
|
|
6621
|
-
|
|
6622
|
-
var isObject = __webpack_require__(262);
|
|
6623
|
-
|
|
6624
|
-
var $String = String;
|
|
6625
|
-
var $TypeError = TypeError;
|
|
6626
|
-
|
|
6627
|
-
// `Assert: Type(argument) is Object`
|
|
6628
|
-
module.exports = function (argument) {
|
|
6629
|
-
if (isObject(argument)) return argument;
|
|
6630
|
-
throw new $TypeError($String(argument) + ' is not an object');
|
|
6631
|
-
};
|
|
6632
|
-
|
|
6633
|
-
|
|
6634
|
-
/***/ }),
|
|
6635
|
-
|
|
6636
|
-
/***/ 1005:
|
|
6637
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6638
|
-
|
|
6639
|
-
"use strict";
|
|
6640
|
-
|
|
6641
|
-
var toIndexedObject = __webpack_require__(3273);
|
|
6642
|
-
var toAbsoluteIndex = __webpack_require__(4574);
|
|
6643
|
-
var lengthOfArrayLike = __webpack_require__(8130);
|
|
6644
|
-
|
|
6645
|
-
// `Array.prototype.{ indexOf, includes }` methods implementation
|
|
6646
|
-
var createMethod = function (IS_INCLUDES) {
|
|
6647
|
-
return function ($this, el, fromIndex) {
|
|
6648
|
-
var O = toIndexedObject($this);
|
|
6649
|
-
var length = lengthOfArrayLike(O);
|
|
6650
|
-
var index = toAbsoluteIndex(fromIndex, length);
|
|
6651
|
-
var value;
|
|
6652
|
-
// Array#includes uses SameValueZero equality algorithm
|
|
6653
|
-
// eslint-disable-next-line no-self-compare -- NaN check
|
|
6654
|
-
if (IS_INCLUDES && el !== el) while (length > index) {
|
|
6655
|
-
value = O[index++];
|
|
6656
|
-
// eslint-disable-next-line no-self-compare -- NaN check
|
|
6657
|
-
if (value !== value) return true;
|
|
6658
|
-
// Array#indexOf ignores holes, Array#includes - not
|
|
6659
|
-
} else for (;length > index; index++) {
|
|
6660
|
-
if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
|
|
6661
|
-
} return !IS_INCLUDES && -1;
|
|
6662
|
-
};
|
|
6663
|
-
};
|
|
6664
|
-
|
|
6665
|
-
module.exports = {
|
|
6666
|
-
// `Array.prototype.includes` method
|
|
6667
|
-
// https://tc39.es/ecma262/#sec-array.prototype.includes
|
|
6668
|
-
includes: createMethod(true),
|
|
6669
|
-
// `Array.prototype.indexOf` method
|
|
6670
|
-
// https://tc39.es/ecma262/#sec-array.prototype.indexof
|
|
6671
|
-
indexOf: createMethod(false)
|
|
6672
|
-
};
|
|
6673
|
-
|
|
6674
|
-
|
|
6675
|
-
/***/ }),
|
|
6676
|
-
|
|
6677
|
-
/***/ 9932:
|
|
6678
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6679
|
-
|
|
6680
|
-
"use strict";
|
|
6681
|
-
|
|
6682
|
-
var uncurryThis = __webpack_require__(6100);
|
|
6683
|
-
|
|
6684
|
-
var toString = uncurryThis({}.toString);
|
|
6685
|
-
var stringSlice = uncurryThis(''.slice);
|
|
6686
|
-
|
|
6687
|
-
module.exports = function (it) {
|
|
6688
|
-
return stringSlice(toString(it), 8, -1);
|
|
6689
|
-
};
|
|
6690
|
-
|
|
6691
|
-
|
|
6692
|
-
/***/ }),
|
|
6693
|
-
|
|
6694
|
-
/***/ 8407:
|
|
6695
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6696
|
-
|
|
6697
|
-
"use strict";
|
|
6698
|
-
|
|
6699
|
-
var TO_STRING_TAG_SUPPORT = __webpack_require__(4904);
|
|
6700
|
-
var isCallable = __webpack_require__(2769);
|
|
6701
|
-
var classofRaw = __webpack_require__(9932);
|
|
6702
|
-
var wellKnownSymbol = __webpack_require__(8655);
|
|
6703
|
-
|
|
6704
|
-
var TO_STRING_TAG = wellKnownSymbol('toStringTag');
|
|
6705
|
-
var $Object = Object;
|
|
6706
|
-
|
|
6707
|
-
// ES3 wrong here
|
|
6708
|
-
var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) === 'Arguments';
|
|
6709
|
-
|
|
6710
|
-
// fallback for IE11 Script Access Denied error
|
|
6711
|
-
var tryGet = function (it, key) {
|
|
6712
|
-
try {
|
|
6713
|
-
return it[key];
|
|
6714
|
-
} catch (error) { /* empty */ }
|
|
6715
|
-
};
|
|
6716
|
-
|
|
6717
|
-
// getting tag from ES6+ `Object.prototype.toString`
|
|
6718
|
-
module.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {
|
|
6719
|
-
var O, tag, result;
|
|
6720
|
-
return it === undefined ? 'Undefined' : it === null ? 'Null'
|
|
6721
|
-
// @@toStringTag case
|
|
6722
|
-
: typeof (tag = tryGet(O = $Object(it), TO_STRING_TAG)) == 'string' ? tag
|
|
6723
|
-
// builtinTag case
|
|
6724
|
-
: CORRECT_ARGUMENTS ? classofRaw(O)
|
|
6725
|
-
// ES3 arguments fallback
|
|
6726
|
-
: (result = classofRaw(O)) === 'Object' && isCallable(O.callee) ? 'Arguments' : result;
|
|
6727
|
-
};
|
|
6728
|
-
|
|
6729
|
-
|
|
6730
|
-
/***/ }),
|
|
6731
|
-
|
|
6732
|
-
/***/ 7464:
|
|
6733
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6734
|
-
|
|
6735
|
-
"use strict";
|
|
6736
|
-
|
|
6737
|
-
var hasOwn = __webpack_require__(701);
|
|
6738
|
-
var ownKeys = __webpack_require__(5691);
|
|
6739
|
-
var getOwnPropertyDescriptorModule = __webpack_require__(4543);
|
|
6740
|
-
var definePropertyModule = __webpack_require__(9989);
|
|
6741
|
-
|
|
6742
|
-
module.exports = function (target, source, exceptions) {
|
|
6743
|
-
var keys = ownKeys(source);
|
|
6744
|
-
var defineProperty = definePropertyModule.f;
|
|
6745
|
-
var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
|
|
6746
|
-
for (var i = 0; i < keys.length; i++) {
|
|
6747
|
-
var key = keys[i];
|
|
6748
|
-
if (!hasOwn(target, key) && !(exceptions && hasOwn(exceptions, key))) {
|
|
6749
|
-
defineProperty(target, key, getOwnPropertyDescriptor(source, key));
|
|
6750
|
-
}
|
|
6751
|
-
}
|
|
6752
|
-
};
|
|
6753
|
-
|
|
6754
|
-
|
|
6755
|
-
/***/ }),
|
|
6756
|
-
|
|
6757
|
-
/***/ 2871:
|
|
6279
|
+
/***/ 2871:
|
|
6758
6280
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
6759
6281
|
|
|
6760
6282
|
"use strict";
|
|
@@ -9458,49 +8980,527 @@ defineIterator(String, 'String', function (iterated) {
|
|
|
9458
8980
|
|
|
9459
8981
|
/***/ }),
|
|
9460
8982
|
|
|
9461
|
-
/***/ 5442:
|
|
9462
|
-
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
8983
|
+
/***/ 5442:
|
|
8984
|
+
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
8985
|
+
|
|
8986
|
+
"use strict";
|
|
8987
|
+
|
|
8988
|
+
// TODO: Remove from `core-js@4`
|
|
8989
|
+
__webpack_require__(5695);
|
|
8990
|
+
|
|
8991
|
+
|
|
8992
|
+
/***/ }),
|
|
8993
|
+
|
|
8994
|
+
/***/ 85:
|
|
8995
|
+
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
8996
|
+
|
|
8997
|
+
"use strict";
|
|
8998
|
+
|
|
8999
|
+
__webpack_require__(9828);
|
|
9000
|
+
var DOMIterables = __webpack_require__(1100);
|
|
9001
|
+
var global = __webpack_require__(1063);
|
|
9002
|
+
var setToStringTag = __webpack_require__(1811);
|
|
9003
|
+
var Iterators = __webpack_require__(6625);
|
|
9004
|
+
|
|
9005
|
+
for (var COLLECTION_NAME in DOMIterables) {
|
|
9006
|
+
setToStringTag(global[COLLECTION_NAME], COLLECTION_NAME);
|
|
9007
|
+
Iterators[COLLECTION_NAME] = Iterators.Array;
|
|
9008
|
+
}
|
|
9009
|
+
|
|
9010
|
+
|
|
9011
|
+
/***/ }),
|
|
9012
|
+
|
|
9013
|
+
/***/ 239:
|
|
9014
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
9015
|
+
|
|
9016
|
+
"use strict";
|
|
9017
|
+
|
|
9018
|
+
// TODO: remove from `core-js@4`
|
|
9019
|
+
__webpack_require__(5442);
|
|
9020
|
+
|
|
9021
|
+
var parent = __webpack_require__(6656);
|
|
9022
|
+
__webpack_require__(85);
|
|
9023
|
+
|
|
9024
|
+
module.exports = parent;
|
|
9025
|
+
|
|
9026
|
+
|
|
9027
|
+
/***/ }),
|
|
9028
|
+
|
|
9029
|
+
/***/ 3699:
|
|
9030
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
9031
|
+
|
|
9032
|
+
"use strict";
|
|
9033
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9034
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9035
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
9036
|
+
/* harmony export */ });
|
|
9037
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9180);
|
|
9038
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2898);
|
|
9039
|
+
|
|
9040
|
+
|
|
9041
|
+
/**
|
|
9042
|
+
* Returns true if the specified value is equal, in R.equals terms,
|
|
9043
|
+
* to at least one element of the given list or false otherwise.
|
|
9044
|
+
* Given list can be a string.
|
|
9045
|
+
*
|
|
9046
|
+
* Like {@link http://ramdajs.com/docs/#includes|R.includes} but with argument order reversed.
|
|
9047
|
+
*
|
|
9048
|
+
* @func included
|
|
9049
|
+
* @memberOf RA
|
|
9050
|
+
* @since {@link https://char0n.github.io/ramda-adjunct/3.0.0|v3.0.0}
|
|
9051
|
+
* @category List
|
|
9052
|
+
* @sig [a] -> a -> Boolean
|
|
9053
|
+
* @param {Array|String} list The list to consider
|
|
9054
|
+
* @param {*} a The item to compare against
|
|
9055
|
+
* @return {boolean} Returns Boolean `true` if an equivalent item is in the list or `false` otherwise
|
|
9056
|
+
* @see {@link http://ramdajs.com/docs/#includes|R.includes}
|
|
9057
|
+
* @example
|
|
9058
|
+
*
|
|
9059
|
+
* RA.included([1, 2, 3], 3); //=> true
|
|
9060
|
+
* RA.included([1, 2, 3], 4); //=> false
|
|
9061
|
+
* RA.included([{ name: 'Fred' }], { name: 'Fred' }); //=> true
|
|
9062
|
+
* RA.included([[42]], [42]); //=> true
|
|
9063
|
+
*/
|
|
9064
|
+
var included = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(ramda__WEBPACK_IMPORTED_MODULE_1__["default"]);
|
|
9065
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (included);
|
|
9066
|
+
|
|
9067
|
+
/***/ }),
|
|
9068
|
+
|
|
9069
|
+
/***/ 9966:
|
|
9070
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
9071
|
+
|
|
9072
|
+
"use strict";
|
|
9073
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9074
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9075
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
9076
|
+
/* harmony export */ });
|
|
9077
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4968);
|
|
9078
|
+
/* harmony import */ var _isNumber_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4054);
|
|
9079
|
+
|
|
9080
|
+
|
|
9081
|
+
|
|
9082
|
+
// eslint-disable-next-line no-restricted-globals
|
|
9083
|
+
var isFinitePonyfill = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(_isNumber_js__WEBPACK_IMPORTED_MODULE_1__["default"], isFinite);
|
|
9084
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isFinitePonyfill);
|
|
9085
|
+
|
|
9086
|
+
/***/ }),
|
|
9087
|
+
|
|
9088
|
+
/***/ 407:
|
|
9089
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
9090
|
+
|
|
9091
|
+
"use strict";
|
|
9092
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9093
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9094
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
9095
|
+
/* harmony export */ });
|
|
9096
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4968);
|
|
9097
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7698);
|
|
9098
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(3654);
|
|
9099
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7457);
|
|
9100
|
+
/* harmony import */ var _isFinite_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4560);
|
|
9101
|
+
|
|
9102
|
+
|
|
9103
|
+
var isIntegerPonyfill = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(_isFinite_js__WEBPACK_IMPORTED_MODULE_1__["default"], (0,ramda__WEBPACK_IMPORTED_MODULE_2__["default"])(ramda__WEBPACK_IMPORTED_MODULE_3__["default"], [Math.floor, ramda__WEBPACK_IMPORTED_MODULE_4__["default"]]));
|
|
9104
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isIntegerPonyfill);
|
|
9105
|
+
|
|
9106
|
+
/***/ }),
|
|
9107
|
+
|
|
9108
|
+
/***/ 5855:
|
|
9109
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
9110
|
+
|
|
9111
|
+
"use strict";
|
|
9112
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9113
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9114
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
9115
|
+
/* harmony export */ });
|
|
9116
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9784);
|
|
9117
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7567);
|
|
9118
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(963);
|
|
9119
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2572);
|
|
9120
|
+
|
|
9121
|
+
|
|
9122
|
+
/**
|
|
9123
|
+
* Checks if input value is `Async Function`.
|
|
9124
|
+
*
|
|
9125
|
+
* @func isAsyncFunction
|
|
9126
|
+
* @memberOf RA
|
|
9127
|
+
* @since {@link https://char0n.github.io/ramda-adjunct/0.5.0|v0.5.0}
|
|
9128
|
+
* @category Type
|
|
9129
|
+
* @sig * -> Boolean
|
|
9130
|
+
* @param {*} val The value to test
|
|
9131
|
+
* @return {boolean}
|
|
9132
|
+
* @see {@link RA.isFunction|isFunction}, {@link RA.isNotAsyncFunction|isNotAsyncFunction}, {@link RA.isGeneratorFunction|isGeneratorFunction}
|
|
9133
|
+
* @example
|
|
9134
|
+
*
|
|
9135
|
+
* RA.isAsyncFunction(async function test() { }); //=> true
|
|
9136
|
+
* RA.isAsyncFunction(null); //=> false
|
|
9137
|
+
* RA.isAsyncFunction(function test() { }); //=> false
|
|
9138
|
+
* RA.isAsyncFunction(() => {}); //=> false
|
|
9139
|
+
*/
|
|
9140
|
+
var isAsyncFunction = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(1, (0,ramda__WEBPACK_IMPORTED_MODULE_1__["default"])(ramda__WEBPACK_IMPORTED_MODULE_2__["default"], (0,ramda__WEBPACK_IMPORTED_MODULE_3__["default"])('AsyncFunction')));
|
|
9141
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isAsyncFunction);
|
|
9142
|
+
|
|
9143
|
+
/***/ }),
|
|
9144
|
+
|
|
9145
|
+
/***/ 687:
|
|
9146
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
9147
|
+
|
|
9148
|
+
"use strict";
|
|
9149
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9150
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9151
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
9152
|
+
/* harmony export */ });
|
|
9153
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3654);
|
|
9154
|
+
|
|
9155
|
+
|
|
9156
|
+
/**
|
|
9157
|
+
* Checks if input value is an empty `String`.
|
|
9158
|
+
*
|
|
9159
|
+
* @func isEmptyString
|
|
9160
|
+
* @memberOf RA
|
|
9161
|
+
* @since {@link https://char0n.github.io/ramda-adjunct/2.4.0|v2.4.0}
|
|
9162
|
+
* @category Type
|
|
9163
|
+
* @sig * -> Boolean
|
|
9164
|
+
* @param {*} val The value to test
|
|
9165
|
+
* @return {boolean}
|
|
9166
|
+
* @see {@link RA.isNotEmptyString|isNotEmptyString}
|
|
9167
|
+
* @example
|
|
9168
|
+
*
|
|
9169
|
+
* RA.isEmptyString(''); // => true
|
|
9170
|
+
* RA.isEmptyString('42'); // => false
|
|
9171
|
+
* RA.isEmptyString(new String('42')); // => false
|
|
9172
|
+
* RA.isEmptyString(new String('')); // => false
|
|
9173
|
+
* RA.isEmptyString([42]); // => false
|
|
9174
|
+
* RA.isEmptyString({}); // => false
|
|
9175
|
+
* RA.isEmptyString(null); // => false
|
|
9176
|
+
* RA.isEmptyString(undefined); // => false
|
|
9177
|
+
* RA.isEmptyString(42); // => false
|
|
9178
|
+
*/
|
|
9179
|
+
var isEmptyString = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])('');
|
|
9180
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isEmptyString);
|
|
9181
|
+
|
|
9182
|
+
/***/ }),
|
|
9183
|
+
|
|
9184
|
+
/***/ 4560:
|
|
9185
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
9186
|
+
|
|
9187
|
+
"use strict";
|
|
9188
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9189
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9190
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
9191
|
+
/* harmony export */ isFinitePonyfill: () => (/* binding */ isFinitePonyfill)
|
|
9192
|
+
/* harmony export */ });
|
|
9193
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9784);
|
|
9194
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(560);
|
|
9195
|
+
/* harmony import */ var _isFunction_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6867);
|
|
9196
|
+
/* harmony import */ var _internal_ponyfills_Number_isFinite_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9966);
|
|
9197
|
+
|
|
9198
|
+
|
|
9199
|
+
|
|
9200
|
+
var isFinitePonyfill = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(1, _internal_ponyfills_Number_isFinite_js__WEBPACK_IMPORTED_MODULE_1__["default"]);
|
|
9201
|
+
|
|
9202
|
+
/**
|
|
9203
|
+
* Checks whether the passed value is a finite `Number`.
|
|
9204
|
+
*
|
|
9205
|
+
* @func isFinite
|
|
9206
|
+
* @memberOf RA
|
|
9207
|
+
* @since {@link https://char0n.github.io/ramda-adjunct/0.7.0|v0.7.0}
|
|
9208
|
+
* @category Type
|
|
9209
|
+
* @sig * -> Boolean
|
|
9210
|
+
* @param {*} val The value to test
|
|
9211
|
+
* @return {boolean}
|
|
9212
|
+
* @see {@link RA.isNotFinite|isNotFinite}
|
|
9213
|
+
* @example
|
|
9214
|
+
*
|
|
9215
|
+
* RA.isFinite(Infinity); //=> false
|
|
9216
|
+
* RA.isFinite(NaN); //=> false
|
|
9217
|
+
* RA.isFinite(-Infinity); //=> false
|
|
9218
|
+
*
|
|
9219
|
+
* RA.isFinite(0); // true
|
|
9220
|
+
* RA.isFinite(2e64); // true
|
|
9221
|
+
*
|
|
9222
|
+
* RA.isFinite('0'); // => false
|
|
9223
|
+
* // would've been true with global isFinite('0')
|
|
9224
|
+
* RA.isFinite(null); // => false
|
|
9225
|
+
* // would've been true with global isFinite(null)
|
|
9226
|
+
*/
|
|
9227
|
+
var _isFinite = (0,_isFunction_js__WEBPACK_IMPORTED_MODULE_2__["default"])(Number.isFinite) ? (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(1, (0,ramda__WEBPACK_IMPORTED_MODULE_3__["default"])(Number.isFinite, Number)) : isFinitePonyfill;
|
|
9228
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_isFinite);
|
|
9229
|
+
|
|
9230
|
+
/***/ }),
|
|
9231
|
+
|
|
9232
|
+
/***/ 6867:
|
|
9233
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
9234
|
+
|
|
9235
|
+
"use strict";
|
|
9236
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9237
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9238
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
9239
|
+
/* harmony export */ });
|
|
9240
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1020);
|
|
9241
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7567);
|
|
9242
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(963);
|
|
9243
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2572);
|
|
9244
|
+
/* harmony import */ var _isGeneratorFunction_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(9702);
|
|
9245
|
+
/* harmony import */ var _isAsyncFunction_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5855);
|
|
9246
|
+
|
|
9247
|
+
|
|
9248
|
+
|
|
9249
|
+
|
|
9250
|
+
/**
|
|
9251
|
+
* Checks if input value is `Function`.
|
|
9252
|
+
*
|
|
9253
|
+
* @func isFunction
|
|
9254
|
+
* @memberOf RA
|
|
9255
|
+
* @since {@link https://char0n.github.io/ramda-adjunct/0.5.0|v0.5.0}
|
|
9256
|
+
* @category Type
|
|
9257
|
+
* @sig * -> Boolean
|
|
9258
|
+
* @param {*} val The value to test
|
|
9259
|
+
* @return {boolean}
|
|
9260
|
+
* @see {@link RA.isNotFunction|isNotFunction}, {@link RA.isAsyncFunction|isNotAsyncFunction}, {@link RA.isGeneratorFunction|isGeneratorFunction}
|
|
9261
|
+
* @example
|
|
9262
|
+
*
|
|
9263
|
+
* RA.isFunction(function test() { }); //=> true
|
|
9264
|
+
* RA.isFunction(function* test() { }); //=> true
|
|
9265
|
+
* RA.isFunction(async function test() { }); //=> true
|
|
9266
|
+
* RA.isFunction(() => {}); //=> true
|
|
9267
|
+
* RA.isFunction(null); //=> false
|
|
9268
|
+
* RA.isFunction('abc'); //=> false
|
|
9269
|
+
*/
|
|
9270
|
+
var isFunction = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])([(0,ramda__WEBPACK_IMPORTED_MODULE_1__["default"])(ramda__WEBPACK_IMPORTED_MODULE_2__["default"], (0,ramda__WEBPACK_IMPORTED_MODULE_3__["default"])('Function')), _isGeneratorFunction_js__WEBPACK_IMPORTED_MODULE_4__["default"], _isAsyncFunction_js__WEBPACK_IMPORTED_MODULE_5__["default"]]);
|
|
9271
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isFunction);
|
|
9272
|
+
|
|
9273
|
+
/***/ }),
|
|
9274
|
+
|
|
9275
|
+
/***/ 9702:
|
|
9276
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
9277
|
+
|
|
9278
|
+
"use strict";
|
|
9279
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9280
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9281
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
9282
|
+
/* harmony export */ });
|
|
9283
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9784);
|
|
9284
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7567);
|
|
9285
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(963);
|
|
9286
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2572);
|
|
9287
|
+
|
|
9288
|
+
|
|
9289
|
+
/**
|
|
9290
|
+
* Checks if input value is `Generator Function`.
|
|
9291
|
+
*
|
|
9292
|
+
* @func isGeneratorFunction
|
|
9293
|
+
* @memberOf RA
|
|
9294
|
+
* @since {@link https://char0n.github.io/ramda-adjunct/0.5.0|v0.5.0}
|
|
9295
|
+
* @category Type
|
|
9296
|
+
* @sig * -> Boolean
|
|
9297
|
+
* @param {*} val The value to test
|
|
9298
|
+
* @return {boolean}
|
|
9299
|
+
* @see {@link RA.isFunction|isFunction}, {@link RA.isAsyncFunction|isAsyncFunction}, {@link RA.isNotGeneratorFunction|isNotGeneratorFunction}
|
|
9300
|
+
* @example
|
|
9301
|
+
*
|
|
9302
|
+
* RA.isGeneratorFunction(function* test() { }); //=> true
|
|
9303
|
+
* RA.isGeneratorFunction(null); //=> false
|
|
9304
|
+
* RA.isGeneratorFunction(function test() { }); //=> false
|
|
9305
|
+
* RA.isGeneratorFunction(() => {}); //=> false
|
|
9306
|
+
*/
|
|
9307
|
+
var isGeneratorFunction = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(1, (0,ramda__WEBPACK_IMPORTED_MODULE_1__["default"])(ramda__WEBPACK_IMPORTED_MODULE_2__["default"], (0,ramda__WEBPACK_IMPORTED_MODULE_3__["default"])('GeneratorFunction')));
|
|
9308
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isGeneratorFunction);
|
|
9309
|
+
|
|
9310
|
+
/***/ }),
|
|
9311
|
+
|
|
9312
|
+
/***/ 6201:
|
|
9313
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
9314
|
+
|
|
9315
|
+
"use strict";
|
|
9316
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9317
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9318
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
9319
|
+
/* harmony export */ isIntegerPonyfill: () => (/* binding */ isIntegerPonyfill)
|
|
9320
|
+
/* harmony export */ });
|
|
9321
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9784);
|
|
9322
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(560);
|
|
9323
|
+
/* harmony import */ var _isFunction_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6867);
|
|
9324
|
+
/* harmony import */ var _internal_ponyfills_Number_isInteger_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(407);
|
|
9325
|
+
|
|
9326
|
+
|
|
9327
|
+
|
|
9328
|
+
var isIntegerPonyfill = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(1, _internal_ponyfills_Number_isInteger_js__WEBPACK_IMPORTED_MODULE_1__["default"]);
|
|
9329
|
+
|
|
9330
|
+
/**
|
|
9331
|
+
* Checks whether the passed value is an `integer`.
|
|
9332
|
+
*
|
|
9333
|
+
* @func isInteger
|
|
9334
|
+
* @memberOf RA
|
|
9335
|
+
* @since {@link https://char0n.github.io/ramda-adjunct/0.7.0|v0.7.0}
|
|
9336
|
+
* @category Type
|
|
9337
|
+
* @sig * -> Boolean
|
|
9338
|
+
* @param {*} val The value to test
|
|
9339
|
+
* @return {boolean}
|
|
9340
|
+
* @see {@link RA.isNotInteger|isNotInteger}
|
|
9341
|
+
* @example
|
|
9342
|
+
*
|
|
9343
|
+
* RA.isInteger(0); //=> true
|
|
9344
|
+
* RA.isInteger(1); //=> true
|
|
9345
|
+
* RA.isInteger(-100000); //=> true
|
|
9346
|
+
*
|
|
9347
|
+
* RA.isInteger(0.1); //=> false
|
|
9348
|
+
* RA.isInteger(Math.PI); //=> false
|
|
9349
|
+
*
|
|
9350
|
+
* RA.isInteger(NaN); //=> false
|
|
9351
|
+
* RA.isInteger(Infinity); //=> false
|
|
9352
|
+
* RA.isInteger(-Infinity); //=> false
|
|
9353
|
+
* RA.isInteger('10'); //=> false
|
|
9354
|
+
* RA.isInteger(true); //=> false
|
|
9355
|
+
* RA.isInteger(false); //=> false
|
|
9356
|
+
* RA.isInteger([1]); //=> false
|
|
9357
|
+
*/
|
|
9358
|
+
var isInteger = (0,_isFunction_js__WEBPACK_IMPORTED_MODULE_2__["default"])(Number.isInteger) ? (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(1, (0,ramda__WEBPACK_IMPORTED_MODULE_3__["default"])(Number.isInteger, Number)) : isIntegerPonyfill;
|
|
9359
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isInteger);
|
|
9360
|
+
|
|
9361
|
+
/***/ }),
|
|
9362
|
+
|
|
9363
|
+
/***/ 4054:
|
|
9364
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
9365
|
+
|
|
9366
|
+
"use strict";
|
|
9367
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9368
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9369
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
9370
|
+
/* harmony export */ });
|
|
9371
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9784);
|
|
9372
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7567);
|
|
9373
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(963);
|
|
9374
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2572);
|
|
9375
|
+
|
|
9376
|
+
|
|
9377
|
+
/**
|
|
9378
|
+
* Checks if value is a `Number` primitive or object.
|
|
9379
|
+
*
|
|
9380
|
+
* @func isNumber
|
|
9381
|
+
* @memberOf RA
|
|
9382
|
+
* @since {@link https://char0n.github.io/ramda-adjunct/0.6.0|v0.6.0}
|
|
9383
|
+
* @category Type
|
|
9384
|
+
* @sig * -> Boolean
|
|
9385
|
+
* @param {*} val The value to test
|
|
9386
|
+
* @return {boolean}
|
|
9387
|
+
* @see {@link RA.isNotNumber|isNotNumber}
|
|
9388
|
+
* @example
|
|
9389
|
+
*
|
|
9390
|
+
* RA.isNumber(5); // => true
|
|
9391
|
+
* RA.isNumber(Number.MAX_VALUE); // => true
|
|
9392
|
+
* RA.isNumber(-Infinity); // => true
|
|
9393
|
+
* RA.isNumber(NaN); // => true
|
|
9394
|
+
* RA.isNumber('5'); // => false
|
|
9395
|
+
*/
|
|
9396
|
+
var isNumber = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(1, (0,ramda__WEBPACK_IMPORTED_MODULE_1__["default"])(ramda__WEBPACK_IMPORTED_MODULE_2__["default"], (0,ramda__WEBPACK_IMPORTED_MODULE_3__["default"])('Number')));
|
|
9397
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isNumber);
|
|
9398
|
+
|
|
9399
|
+
/***/ }),
|
|
9400
|
+
|
|
9401
|
+
/***/ 3031:
|
|
9402
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
9463
9403
|
|
|
9464
9404
|
"use strict";
|
|
9405
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9406
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9407
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
9408
|
+
/* harmony export */ });
|
|
9409
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3654);
|
|
9410
|
+
/* harmony import */ var _stubUndefined_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3387);
|
|
9465
9411
|
|
|
9466
|
-
// TODO: Remove from `core-js@4`
|
|
9467
|
-
__webpack_require__(5695);
|
|
9468
9412
|
|
|
9469
9413
|
|
|
9414
|
+
/**
|
|
9415
|
+
* Checks if input value is `undefined`.
|
|
9416
|
+
*
|
|
9417
|
+
* @func isUndefined
|
|
9418
|
+
* @memberOf RA
|
|
9419
|
+
* @since {@link https://char0n.github.io/ramda-adjunct/0.0.1|v0.0.1}
|
|
9420
|
+
* @category Type
|
|
9421
|
+
* @sig * -> Boolean
|
|
9422
|
+
* @param {*} val The value to test
|
|
9423
|
+
* @return {boolean}
|
|
9424
|
+
* @see {@link RA.isNotUndefined|isNotUndefined}
|
|
9425
|
+
* @example
|
|
9426
|
+
*
|
|
9427
|
+
* RA.isUndefined(1); //=> false
|
|
9428
|
+
* RA.isUndefined(undefined); //=> true
|
|
9429
|
+
* RA.isUndefined(null); //=> false
|
|
9430
|
+
*/
|
|
9431
|
+
var isUndefined = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])((0,_stubUndefined_js__WEBPACK_IMPORTED_MODULE_1__["default"])());
|
|
9432
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isUndefined);
|
|
9433
|
+
|
|
9470
9434
|
/***/ }),
|
|
9471
9435
|
|
|
9472
|
-
/***/
|
|
9473
|
-
/***/ ((
|
|
9436
|
+
/***/ 3387:
|
|
9437
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
9474
9438
|
|
|
9475
9439
|
"use strict";
|
|
9440
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9441
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9442
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
9443
|
+
/* harmony export */ });
|
|
9444
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9498);
|
|
9476
9445
|
|
|
9477
|
-
__webpack_require__(9828);
|
|
9478
|
-
var DOMIterables = __webpack_require__(1100);
|
|
9479
|
-
var global = __webpack_require__(1063);
|
|
9480
|
-
var setToStringTag = __webpack_require__(1811);
|
|
9481
|
-
var Iterators = __webpack_require__(6625);
|
|
9482
9446
|
|
|
9483
|
-
|
|
9484
|
-
|
|
9485
|
-
|
|
9486
|
-
|
|
9447
|
+
/**
|
|
9448
|
+
* A function that returns `undefined`.
|
|
9449
|
+
*
|
|
9450
|
+
* @func stubUndefined
|
|
9451
|
+
* @memberOf RA
|
|
9452
|
+
* @since {@link https://char0n.github.io/ramda-adjunct/1.0.0|v1.0.0}
|
|
9453
|
+
* @category Function
|
|
9454
|
+
* @sig ... -> undefined
|
|
9455
|
+
* @return {undefined}
|
|
9456
|
+
* @example
|
|
9457
|
+
*
|
|
9458
|
+
* RA.stubUndefined(); //=> undefined
|
|
9459
|
+
* RA.stubUndefined(1, 2, 3); //=> undefined
|
|
9460
|
+
*/
|
|
9461
|
+
var stubUndefined = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(void 0); // eslint-disable-line no-void
|
|
9487
9462
|
|
|
9463
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (stubUndefined);
|
|
9488
9464
|
|
|
9489
9465
|
/***/ }),
|
|
9490
9466
|
|
|
9491
|
-
/***/
|
|
9492
|
-
/***/ ((
|
|
9467
|
+
/***/ 4988:
|
|
9468
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
9493
9469
|
|
|
9494
9470
|
"use strict";
|
|
9471
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9472
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9473
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
9474
|
+
/* harmony export */ });
|
|
9475
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4332);
|
|
9476
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7567);
|
|
9477
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7515);
|
|
9478
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2781);
|
|
9479
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5819);
|
|
9480
|
+
/* harmony import */ var _included_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(3699);
|
|
9495
9481
|
|
|
9496
|
-
// TODO: remove from `core-js@4`
|
|
9497
|
-
__webpack_require__(5442);
|
|
9498
9482
|
|
|
9499
|
-
var parent = __webpack_require__(6656);
|
|
9500
|
-
__webpack_require__(85);
|
|
9501
9483
|
|
|
9502
|
-
|
|
9484
|
+
/**
|
|
9485
|
+
* Removes specified characters from the beginning of a string.
|
|
9486
|
+
*
|
|
9487
|
+
* @func trimCharsStart
|
|
9488
|
+
* @memberOf RA
|
|
9489
|
+
* @since {@link https://char0n.github.io/ramda-adjunct/2.24.0|v2.24.0}
|
|
9490
|
+
* @category String
|
|
9491
|
+
* @sig String -> String
|
|
9492
|
+
* @param {string} chars The characters to trim
|
|
9493
|
+
* @param {string} value The string to trim
|
|
9494
|
+
* @return {string} Returns the trimmed string.
|
|
9495
|
+
* @example
|
|
9496
|
+
*
|
|
9497
|
+
* RA.trimCharsStart('_-', '-_-abc-_-'); //=> 'abc-_-'
|
|
9498
|
+
*/
|
|
9503
9499
|
|
|
9500
|
+
var trimCharsStart = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(function (chars, value) {
|
|
9501
|
+
return (0,ramda__WEBPACK_IMPORTED_MODULE_1__["default"])((0,ramda__WEBPACK_IMPORTED_MODULE_2__["default"])(''), (0,ramda__WEBPACK_IMPORTED_MODULE_3__["default"])((0,_included_js__WEBPACK_IMPORTED_MODULE_4__["default"])(chars)), (0,ramda__WEBPACK_IMPORTED_MODULE_5__["default"])(''))(value);
|
|
9502
|
+
});
|
|
9503
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (trimCharsStart);
|
|
9504
9504
|
|
|
9505
9505
|
/***/ }),
|
|
9506
9506
|
|
|
@@ -9518,6 +9518,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9518
9518
|
|
|
9519
9519
|
|
|
9520
9520
|
|
|
9521
|
+
|
|
9521
9522
|
/**
|
|
9522
9523
|
* Returns `true` if all elements of the list match the predicate, `false` if
|
|
9523
9524
|
* there are any that don't.
|
|
@@ -9542,25 +9543,16 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9542
9543
|
* R.all(equals3)([3, 3, 3, 3]); //=> true
|
|
9543
9544
|
* R.all(equals3)([3, 3, 1, 3]); //=> false
|
|
9544
9545
|
*/
|
|
9545
|
-
|
|
9546
|
-
var all =
|
|
9547
|
-
/*#__PURE__*/
|
|
9548
|
-
(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(
|
|
9549
|
-
/*#__PURE__*/
|
|
9550
|
-
(0,_internal_dispatchable_js__WEBPACK_IMPORTED_MODULE_1__["default"])(['all'], _internal_xall_js__WEBPACK_IMPORTED_MODULE_2__["default"], function all(fn, list) {
|
|
9546
|
+
var all = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])( /*#__PURE__*/(0,_internal_dispatchable_js__WEBPACK_IMPORTED_MODULE_1__["default"])(['all'], _internal_xall_js__WEBPACK_IMPORTED_MODULE_2__["default"], function all(fn, list) {
|
|
9551
9547
|
var idx = 0;
|
|
9552
|
-
|
|
9553
9548
|
while (idx < list.length) {
|
|
9554
9549
|
if (!fn(list[idx])) {
|
|
9555
9550
|
return false;
|
|
9556
9551
|
}
|
|
9557
|
-
|
|
9558
9552
|
idx += 1;
|
|
9559
9553
|
}
|
|
9560
|
-
|
|
9561
9554
|
return true;
|
|
9562
9555
|
}));
|
|
9563
|
-
|
|
9564
9556
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (all);
|
|
9565
9557
|
|
|
9566
9558
|
/***/ }),
|
|
@@ -9575,6 +9567,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9575
9567
|
/* harmony export */ });
|
|
9576
9568
|
/* harmony import */ var _internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8938);
|
|
9577
9569
|
|
|
9570
|
+
|
|
9578
9571
|
/**
|
|
9579
9572
|
* Returns a function that always returns the given value. Note that for
|
|
9580
9573
|
* non-primitives the value returned is a reference to the original value.
|
|
@@ -9594,15 +9587,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9594
9587
|
* const t = R.always('Tee');
|
|
9595
9588
|
* t(); //=> 'Tee'
|
|
9596
9589
|
*/
|
|
9597
|
-
|
|
9598
|
-
var always =
|
|
9599
|
-
/*#__PURE__*/
|
|
9600
|
-
(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function always(val) {
|
|
9590
|
+
var always = /*#__PURE__*/(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function always(val) {
|
|
9601
9591
|
return function () {
|
|
9602
9592
|
return val;
|
|
9603
9593
|
};
|
|
9604
9594
|
});
|
|
9605
|
-
|
|
9606
9595
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (always);
|
|
9607
9596
|
|
|
9608
9597
|
/***/ }),
|
|
@@ -9617,6 +9606,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9617
9606
|
/* harmony export */ });
|
|
9618
9607
|
/* harmony import */ var _internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5959);
|
|
9619
9608
|
|
|
9609
|
+
|
|
9620
9610
|
/**
|
|
9621
9611
|
* Returns the first argument if it is falsy, otherwise the second argument.
|
|
9622
9612
|
* Acts as the boolean `and` statement if both inputs are `Boolean`s.
|
|
@@ -9637,13 +9627,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9637
9627
|
* R.and(false, true); //=> false
|
|
9638
9628
|
* R.and(false, false); //=> false
|
|
9639
9629
|
*/
|
|
9640
|
-
|
|
9641
|
-
var and =
|
|
9642
|
-
/*#__PURE__*/
|
|
9643
|
-
(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function and(a, b) {
|
|
9630
|
+
var and = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function and(a, b) {
|
|
9644
9631
|
return a && b;
|
|
9645
9632
|
});
|
|
9646
|
-
|
|
9647
9633
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (and);
|
|
9648
9634
|
|
|
9649
9635
|
/***/ }),
|
|
@@ -9666,6 +9652,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9666
9652
|
|
|
9667
9653
|
|
|
9668
9654
|
|
|
9655
|
+
|
|
9669
9656
|
/**
|
|
9670
9657
|
* Takes a list of predicates and returns a predicate that returns true for a
|
|
9671
9658
|
* given list of arguments if at least one of the provided predicates is
|
|
@@ -9692,26 +9679,19 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9692
9679
|
* isBlackCard({rank: 'Q', suit: '♠'}); //=> true
|
|
9693
9680
|
* isBlackCard({rank: 'Q', suit: '♦'}); //=> false
|
|
9694
9681
|
*/
|
|
9695
|
-
|
|
9696
|
-
var anyPass =
|
|
9697
|
-
/*#__PURE__*/
|
|
9698
|
-
(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function anyPass(preds) {
|
|
9682
|
+
var anyPass = /*#__PURE__*/(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function anyPass(preds) {
|
|
9699
9683
|
return (0,_curryN_js__WEBPACK_IMPORTED_MODULE_1__["default"])((0,_reduce_js__WEBPACK_IMPORTED_MODULE_2__["default"])(_max_js__WEBPACK_IMPORTED_MODULE_3__["default"], 0, (0,_pluck_js__WEBPACK_IMPORTED_MODULE_4__["default"])('length', preds)), function () {
|
|
9700
9684
|
var idx = 0;
|
|
9701
9685
|
var len = preds.length;
|
|
9702
|
-
|
|
9703
9686
|
while (idx < len) {
|
|
9704
9687
|
if (preds[idx].apply(this, arguments)) {
|
|
9705
9688
|
return true;
|
|
9706
9689
|
}
|
|
9707
|
-
|
|
9708
9690
|
idx += 1;
|
|
9709
9691
|
}
|
|
9710
|
-
|
|
9711
9692
|
return false;
|
|
9712
9693
|
});
|
|
9713
9694
|
});
|
|
9714
|
-
|
|
9715
9695
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (anyPass);
|
|
9716
9696
|
|
|
9717
9697
|
/***/ }),
|
|
@@ -9732,6 +9712,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9732
9712
|
|
|
9733
9713
|
|
|
9734
9714
|
|
|
9715
|
+
|
|
9735
9716
|
/**
|
|
9736
9717
|
* ap applies a list of functions to a list of values.
|
|
9737
9718
|
*
|
|
@@ -9758,17 +9739,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9758
9739
|
* R.ap(R.concat, R.toUpper)('Ramda') //=> 'RamdaRAMDA'
|
|
9759
9740
|
* @symb R.ap([f, g], [a, b]) = [f(a), f(b), g(a), g(b)]
|
|
9760
9741
|
*/
|
|
9761
|
-
|
|
9762
|
-
var ap =
|
|
9763
|
-
/*#__PURE__*/
|
|
9764
|
-
(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function ap(applyF, applyX) {
|
|
9742
|
+
var ap = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function ap(applyF, applyX) {
|
|
9765
9743
|
return typeof applyX['fantasy-land/ap'] === 'function' ? applyX['fantasy-land/ap'](applyF) : typeof applyF.ap === 'function' ? applyF.ap(applyX) : typeof applyF === 'function' ? function (x) {
|
|
9766
9744
|
return applyF(x)(applyX(x));
|
|
9767
9745
|
} : (0,_internal_reduce_js__WEBPACK_IMPORTED_MODULE_1__["default"])(function (acc, f) {
|
|
9768
9746
|
return (0,_internal_concat_js__WEBPACK_IMPORTED_MODULE_2__["default"])(acc, (0,_map_js__WEBPACK_IMPORTED_MODULE_3__["default"])(f, applyX));
|
|
9769
9747
|
}, [], applyF);
|
|
9770
9748
|
});
|
|
9771
|
-
|
|
9772
9749
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ap);
|
|
9773
9750
|
|
|
9774
9751
|
/***/ }),
|
|
@@ -9785,6 +9762,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9785
9762
|
/* harmony import */ var _internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5959);
|
|
9786
9763
|
|
|
9787
9764
|
|
|
9765
|
+
|
|
9788
9766
|
/**
|
|
9789
9767
|
* Creates a function that is bound to a context.
|
|
9790
9768
|
* Note: `R.bind` does not provide the additional argument-binding capabilities of
|
|
@@ -9807,15 +9785,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9807
9785
|
* // logs {a: 2}
|
|
9808
9786
|
* @symb R.bind(f, o)(a, b) = f.call(o, a, b)
|
|
9809
9787
|
*/
|
|
9810
|
-
|
|
9811
|
-
var bind =
|
|
9812
|
-
/*#__PURE__*/
|
|
9813
|
-
(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function bind(fn, thisObj) {
|
|
9788
|
+
var bind = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function bind(fn, thisObj) {
|
|
9814
9789
|
return (0,_internal_arity_js__WEBPACK_IMPORTED_MODULE_1__["default"])(fn.length, function () {
|
|
9815
9790
|
return fn.apply(thisObj, arguments);
|
|
9816
9791
|
});
|
|
9817
9792
|
});
|
|
9818
|
-
|
|
9819
9793
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (bind);
|
|
9820
9794
|
|
|
9821
9795
|
/***/ }),
|
|
@@ -9836,6 +9810,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9836
9810
|
|
|
9837
9811
|
|
|
9838
9812
|
|
|
9813
|
+
|
|
9839
9814
|
/**
|
|
9840
9815
|
* A function which calls the two provided functions and returns the `&&`
|
|
9841
9816
|
* of the results.
|
|
@@ -9867,15 +9842,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9867
9842
|
* R.both(Maybe.Just(false), Maybe.Just(55)); // => Maybe.Just(false)
|
|
9868
9843
|
* R.both([false, false, 'a'], [11]); //=> [false, false, 11]
|
|
9869
9844
|
*/
|
|
9870
|
-
|
|
9871
|
-
var both =
|
|
9872
|
-
/*#__PURE__*/
|
|
9873
|
-
(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function both(f, g) {
|
|
9845
|
+
var both = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function both(f, g) {
|
|
9874
9846
|
return (0,_internal_isFunction_js__WEBPACK_IMPORTED_MODULE_1__["default"])(f) ? function _both() {
|
|
9875
9847
|
return f.apply(this, arguments) && g.apply(this, arguments);
|
|
9876
9848
|
} : (0,_lift_js__WEBPACK_IMPORTED_MODULE_2__["default"])(_and_js__WEBPACK_IMPORTED_MODULE_3__["default"])(f, g);
|
|
9877
9849
|
});
|
|
9878
|
-
|
|
9879
9850
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (both);
|
|
9880
9851
|
|
|
9881
9852
|
/***/ }),
|
|
@@ -9900,6 +9871,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9900
9871
|
|
|
9901
9872
|
|
|
9902
9873
|
|
|
9874
|
+
|
|
9903
9875
|
/**
|
|
9904
9876
|
* Accepts a converging function and a list of branching functions and returns
|
|
9905
9877
|
* a new function. The arity of the new function is the same as the arity of
|
|
@@ -9928,10 +9900,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9928
9900
|
*
|
|
9929
9901
|
* @symb R.converge(f, [g, h])(a, b) = f(g(a, b), h(a, b))
|
|
9930
9902
|
*/
|
|
9931
|
-
|
|
9932
|
-
var converge =
|
|
9933
|
-
/*#__PURE__*/
|
|
9934
|
-
(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function converge(after, fns) {
|
|
9903
|
+
var converge = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function converge(after, fns) {
|
|
9935
9904
|
return (0,_curryN_js__WEBPACK_IMPORTED_MODULE_1__["default"])((0,_reduce_js__WEBPACK_IMPORTED_MODULE_2__["default"])(_max_js__WEBPACK_IMPORTED_MODULE_3__["default"], 0, (0,_pluck_js__WEBPACK_IMPORTED_MODULE_4__["default"])('length', fns)), function () {
|
|
9936
9905
|
var args = arguments;
|
|
9937
9906
|
var context = this;
|
|
@@ -9940,7 +9909,6 @@ var converge =
|
|
|
9940
9909
|
}, fns));
|
|
9941
9910
|
});
|
|
9942
9911
|
});
|
|
9943
|
-
|
|
9944
9912
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (converge);
|
|
9945
9913
|
|
|
9946
9914
|
/***/ }),
|
|
@@ -9957,6 +9925,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9957
9925
|
/* harmony import */ var _curryN_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9784);
|
|
9958
9926
|
|
|
9959
9927
|
|
|
9928
|
+
|
|
9960
9929
|
/**
|
|
9961
9930
|
* Returns a curried equivalent of the provided function. The curried function
|
|
9962
9931
|
* has two unusual capabilities. First, its arguments needn't be provided one
|
|
@@ -10004,13 +9973,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10004
9973
|
* const h = R.curry((a, b, c = 2) => a + b + c);
|
|
10005
9974
|
* h(1)(2)(7); //=> Error! (`3` is not a function!)
|
|
10006
9975
|
*/
|
|
10007
|
-
|
|
10008
|
-
var curry =
|
|
10009
|
-
/*#__PURE__*/
|
|
10010
|
-
(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function curry(fn) {
|
|
9976
|
+
var curry = /*#__PURE__*/(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function curry(fn) {
|
|
10011
9977
|
return (0,_curryN_js__WEBPACK_IMPORTED_MODULE_1__["default"])(fn.length, fn);
|
|
10012
9978
|
});
|
|
10013
|
-
|
|
10014
9979
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (curry);
|
|
10015
9980
|
|
|
10016
9981
|
/***/ }),
|
|
@@ -10031,6 +9996,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10031
9996
|
|
|
10032
9997
|
|
|
10033
9998
|
|
|
9999
|
+
|
|
10034
10000
|
/**
|
|
10035
10001
|
* Returns a curried equivalent of the provided function, with the specified
|
|
10036
10002
|
* arity. The curried function has two unusual capabilities. First, its
|
|
@@ -10073,17 +10039,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10073
10039
|
* const g = f(3);
|
|
10074
10040
|
* g(4); //=> 10
|
|
10075
10041
|
*/
|
|
10076
|
-
|
|
10077
|
-
var curryN =
|
|
10078
|
-
/*#__PURE__*/
|
|
10079
|
-
(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function curryN(length, fn) {
|
|
10042
|
+
var curryN = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function curryN(length, fn) {
|
|
10080
10043
|
if (length === 1) {
|
|
10081
10044
|
return (0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_1__["default"])(fn);
|
|
10082
10045
|
}
|
|
10083
|
-
|
|
10084
10046
|
return (0,_internal_arity_js__WEBPACK_IMPORTED_MODULE_2__["default"])(length, (0,_internal_curryN_js__WEBPACK_IMPORTED_MODULE_3__["default"])(length, [], fn));
|
|
10085
10047
|
});
|
|
10086
|
-
|
|
10087
10048
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (curryN);
|
|
10088
10049
|
|
|
10089
10050
|
/***/ }),
|
|
@@ -10104,6 +10065,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10104
10065
|
|
|
10105
10066
|
|
|
10106
10067
|
|
|
10068
|
+
|
|
10107
10069
|
/**
|
|
10108
10070
|
* Returns a new list excluding the leading elements of a given list which
|
|
10109
10071
|
* satisfy the supplied predicate function. It passes each value to the supplied
|
|
@@ -10132,22 +10094,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10132
10094
|
*
|
|
10133
10095
|
* R.dropWhile(x => x !== 'd' , 'Ramda'); //=> 'da'
|
|
10134
10096
|
*/
|
|
10135
|
-
|
|
10136
|
-
var dropWhile =
|
|
10137
|
-
/*#__PURE__*/
|
|
10138
|
-
(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(
|
|
10139
|
-
/*#__PURE__*/
|
|
10140
|
-
(0,_internal_dispatchable_js__WEBPACK_IMPORTED_MODULE_1__["default"])(['dropWhile'], _internal_xdropWhile_js__WEBPACK_IMPORTED_MODULE_2__["default"], function dropWhile(pred, xs) {
|
|
10097
|
+
var dropWhile = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])( /*#__PURE__*/(0,_internal_dispatchable_js__WEBPACK_IMPORTED_MODULE_1__["default"])(['dropWhile'], _internal_xdropWhile_js__WEBPACK_IMPORTED_MODULE_2__["default"], function dropWhile(pred, xs) {
|
|
10141
10098
|
var idx = 0;
|
|
10142
10099
|
var len = xs.length;
|
|
10143
|
-
|
|
10144
10100
|
while (idx < len && pred(xs[idx])) {
|
|
10145
10101
|
idx += 1;
|
|
10146
10102
|
}
|
|
10147
|
-
|
|
10148
10103
|
return (0,_slice_js__WEBPACK_IMPORTED_MODULE_3__["default"])(idx, Infinity, xs);
|
|
10149
10104
|
}));
|
|
10150
|
-
|
|
10151
10105
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (dropWhile);
|
|
10152
10106
|
|
|
10153
10107
|
/***/ }),
|
|
@@ -10164,6 +10118,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10164
10118
|
/* harmony import */ var _internal_equals_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(497);
|
|
10165
10119
|
|
|
10166
10120
|
|
|
10121
|
+
|
|
10167
10122
|
/**
|
|
10168
10123
|
* Returns `true` if its arguments are equivalent, `false` otherwise. Handles
|
|
10169
10124
|
* cyclical data structures.
|
|
@@ -10189,13 +10144,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10189
10144
|
* const b = {}; b.v = b;
|
|
10190
10145
|
* R.equals(a, b); //=> true
|
|
10191
10146
|
*/
|
|
10192
|
-
|
|
10193
|
-
var equals =
|
|
10194
|
-
/*#__PURE__*/
|
|
10195
|
-
(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function equals(a, b) {
|
|
10147
|
+
var equals = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function equals(a, b) {
|
|
10196
10148
|
return (0,_internal_equals_js__WEBPACK_IMPORTED_MODULE_1__["default"])(a, b, [], []);
|
|
10197
10149
|
});
|
|
10198
|
-
|
|
10199
10150
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (equals);
|
|
10200
10151
|
|
|
10201
10152
|
/***/ }),
|
|
@@ -10222,6 +10173,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10222
10173
|
|
|
10223
10174
|
|
|
10224
10175
|
|
|
10176
|
+
|
|
10225
10177
|
/**
|
|
10226
10178
|
* Takes a predicate and a `Filterable`, and returns a new filterable of the
|
|
10227
10179
|
* same type containing the members of the given filterable which satisfy the
|
|
@@ -10250,22 +10202,16 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10250
10202
|
*
|
|
10251
10203
|
* R.filter(isEven, {a: 1, b: 2, c: 3, d: 4}); //=> {b: 2, d: 4}
|
|
10252
10204
|
*/
|
|
10253
|
-
|
|
10254
|
-
var filter =
|
|
10255
|
-
/*#__PURE__*/
|
|
10256
|
-
(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(
|
|
10257
|
-
/*#__PURE__*/
|
|
10258
|
-
(0,_internal_dispatchable_js__WEBPACK_IMPORTED_MODULE_1__["default"])(['fantasy-land/filter', 'filter'], _internal_xfilter_js__WEBPACK_IMPORTED_MODULE_2__["default"], function (pred, filterable) {
|
|
10205
|
+
var filter = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])( /*#__PURE__*/(0,_internal_dispatchable_js__WEBPACK_IMPORTED_MODULE_1__["default"])(['fantasy-land/filter', 'filter'], _internal_xfilter_js__WEBPACK_IMPORTED_MODULE_2__["default"], function (pred, filterable) {
|
|
10259
10206
|
return (0,_internal_isObject_js__WEBPACK_IMPORTED_MODULE_3__["default"])(filterable) ? (0,_internal_arrayReduce_js__WEBPACK_IMPORTED_MODULE_4__["default"])(function (acc, key) {
|
|
10260
10207
|
if (pred(filterable[key])) {
|
|
10261
10208
|
acc[key] = filterable[key];
|
|
10262
10209
|
}
|
|
10263
|
-
|
|
10264
10210
|
return acc;
|
|
10265
|
-
}, {}, (0,_keys_js__WEBPACK_IMPORTED_MODULE_5__["default"])(filterable)) :
|
|
10211
|
+
}, {}, (0,_keys_js__WEBPACK_IMPORTED_MODULE_5__["default"])(filterable)) :
|
|
10212
|
+
// else
|
|
10266
10213
|
(0,_internal_filter_js__WEBPACK_IMPORTED_MODULE_6__["default"])(pred, filterable);
|
|
10267
10214
|
}));
|
|
10268
|
-
|
|
10269
10215
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (filter);
|
|
10270
10216
|
|
|
10271
10217
|
/***/ }),
|
|
@@ -10282,6 +10228,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10282
10228
|
/* harmony import */ var _curryN_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9784);
|
|
10283
10229
|
|
|
10284
10230
|
|
|
10231
|
+
|
|
10285
10232
|
/**
|
|
10286
10233
|
* Returns a new function much like the supplied one, except that the first two
|
|
10287
10234
|
* arguments' order is reversed.
|
|
@@ -10302,10 +10249,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10302
10249
|
* R.flip(mergeThree)(1, 2, 3); //=> [2, 1, 3]
|
|
10303
10250
|
* @symb R.flip(f)(a, b, c) = f(b, a, c)
|
|
10304
10251
|
*/
|
|
10305
|
-
|
|
10306
|
-
var flip =
|
|
10307
|
-
/*#__PURE__*/
|
|
10308
|
-
(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function flip(fn) {
|
|
10252
|
+
var flip = /*#__PURE__*/(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function flip(fn) {
|
|
10309
10253
|
return (0,_curryN_js__WEBPACK_IMPORTED_MODULE_1__["default"])(fn.length, function (a, b) {
|
|
10310
10254
|
var args = Array.prototype.slice.call(arguments, 0);
|
|
10311
10255
|
args[0] = b;
|
|
@@ -10313,7 +10257,6 @@ var flip =
|
|
|
10313
10257
|
return fn.apply(this, args);
|
|
10314
10258
|
});
|
|
10315
10259
|
});
|
|
10316
|
-
|
|
10317
10260
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (flip);
|
|
10318
10261
|
|
|
10319
10262
|
/***/ }),
|
|
@@ -10328,6 +10271,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10328
10271
|
/* harmony export */ });
|
|
10329
10272
|
/* harmony import */ var _internal_objectIs_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1111);
|
|
10330
10273
|
|
|
10274
|
+
|
|
10331
10275
|
/**
|
|
10332
10276
|
* Returns true if its arguments are identical, false otherwise. Values are
|
|
10333
10277
|
* identical if they reference the same memory. `NaN` is identical to `NaN`;
|
|
@@ -10355,35 +10299,31 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10355
10299
|
* R.identical(0, -0); //=> false
|
|
10356
10300
|
* R.identical(NaN, NaN); //=> true
|
|
10357
10301
|
*/
|
|
10358
|
-
|
|
10359
10302
|
var identical = function (a, b) {
|
|
10360
10303
|
switch (arguments.length) {
|
|
10361
10304
|
case 0:
|
|
10362
10305
|
return identical;
|
|
10363
|
-
|
|
10364
10306
|
case 1:
|
|
10365
10307
|
return function () {
|
|
10366
10308
|
return function unaryIdentical(_b) {
|
|
10367
10309
|
switch (arguments.length) {
|
|
10368
10310
|
case 0:
|
|
10369
10311
|
return unaryIdentical;
|
|
10370
|
-
|
|
10371
10312
|
default:
|
|
10372
10313
|
return (0,_internal_objectIs_js__WEBPACK_IMPORTED_MODULE_0__["default"])(a, _b);
|
|
10373
10314
|
}
|
|
10374
10315
|
};
|
|
10375
10316
|
}();
|
|
10376
|
-
|
|
10377
10317
|
default:
|
|
10378
10318
|
return (0,_internal_objectIs_js__WEBPACK_IMPORTED_MODULE_0__["default"])(a, b);
|
|
10379
10319
|
}
|
|
10380
|
-
};
|
|
10320
|
+
};
|
|
10321
|
+
|
|
10322
|
+
// In order to support Cross-origin Window objects as arguments to identical,
|
|
10381
10323
|
// it cannot be implemented as _curry2(_objectIs).
|
|
10382
10324
|
// The reason is that _curry2 checks if a function argument is the placeholder __
|
|
10383
10325
|
// by accessing a paritcular property. However, across URL origins access
|
|
10384
10326
|
// to most properties of Window is forbidden.
|
|
10385
|
-
|
|
10386
|
-
|
|
10387
10327
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (identical);
|
|
10388
10328
|
|
|
10389
10329
|
/***/ }),
|
|
@@ -10400,6 +10340,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10400
10340
|
/* harmony import */ var _internal_identity_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3702);
|
|
10401
10341
|
|
|
10402
10342
|
|
|
10343
|
+
|
|
10403
10344
|
/**
|
|
10404
10345
|
* A function that does nothing but return the parameter supplied to it. Good
|
|
10405
10346
|
* as a default or placeholder function.
|
|
@@ -10419,11 +10360,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10419
10360
|
* R.identity(obj) === obj; //=> true
|
|
10420
10361
|
* @symb R.identity(a) = a
|
|
10421
10362
|
*/
|
|
10422
|
-
|
|
10423
|
-
var identity =
|
|
10424
|
-
/*#__PURE__*/
|
|
10425
|
-
(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(_internal_identity_js__WEBPACK_IMPORTED_MODULE_1__["default"]);
|
|
10426
|
-
|
|
10363
|
+
var identity = /*#__PURE__*/(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(_internal_identity_js__WEBPACK_IMPORTED_MODULE_1__["default"]);
|
|
10427
10364
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (identity);
|
|
10428
10365
|
|
|
10429
10366
|
/***/ }),
|
|
@@ -10440,6 +10377,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10440
10377
|
/* harmony import */ var _internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5959);
|
|
10441
10378
|
|
|
10442
10379
|
|
|
10380
|
+
|
|
10443
10381
|
/**
|
|
10444
10382
|
* Returns `true` if the specified value is equal, in [`R.equals`](#equals)
|
|
10445
10383
|
* terms, to at least one element of the given list; `false` otherwise.
|
|
@@ -10462,11 +10400,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10462
10400
|
* R.includes([42], [[42]]); //=> true
|
|
10463
10401
|
* R.includes('ba', 'banana'); //=>true
|
|
10464
10402
|
*/
|
|
10465
|
-
|
|
10466
|
-
var includes =
|
|
10467
|
-
/*#__PURE__*/
|
|
10468
|
-
(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(_internal_includes_js__WEBPACK_IMPORTED_MODULE_1__["default"]);
|
|
10469
|
-
|
|
10403
|
+
var includes = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(_internal_includes_js__WEBPACK_IMPORTED_MODULE_1__["default"]);
|
|
10470
10404
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (includes);
|
|
10471
10405
|
|
|
10472
10406
|
/***/ }),
|
|
@@ -10486,57 +10420,46 @@ function _arity(n, fn) {
|
|
|
10486
10420
|
return function () {
|
|
10487
10421
|
return fn.apply(this, arguments);
|
|
10488
10422
|
};
|
|
10489
|
-
|
|
10490
10423
|
case 1:
|
|
10491
10424
|
return function (a0) {
|
|
10492
10425
|
return fn.apply(this, arguments);
|
|
10493
10426
|
};
|
|
10494
|
-
|
|
10495
10427
|
case 2:
|
|
10496
10428
|
return function (a0, a1) {
|
|
10497
10429
|
return fn.apply(this, arguments);
|
|
10498
10430
|
};
|
|
10499
|
-
|
|
10500
10431
|
case 3:
|
|
10501
10432
|
return function (a0, a1, a2) {
|
|
10502
10433
|
return fn.apply(this, arguments);
|
|
10503
10434
|
};
|
|
10504
|
-
|
|
10505
10435
|
case 4:
|
|
10506
10436
|
return function (a0, a1, a2, a3) {
|
|
10507
10437
|
return fn.apply(this, arguments);
|
|
10508
10438
|
};
|
|
10509
|
-
|
|
10510
10439
|
case 5:
|
|
10511
10440
|
return function (a0, a1, a2, a3, a4) {
|
|
10512
10441
|
return fn.apply(this, arguments);
|
|
10513
10442
|
};
|
|
10514
|
-
|
|
10515
10443
|
case 6:
|
|
10516
10444
|
return function (a0, a1, a2, a3, a4, a5) {
|
|
10517
10445
|
return fn.apply(this, arguments);
|
|
10518
10446
|
};
|
|
10519
|
-
|
|
10520
10447
|
case 7:
|
|
10521
10448
|
return function (a0, a1, a2, a3, a4, a5, a6) {
|
|
10522
10449
|
return fn.apply(this, arguments);
|
|
10523
10450
|
};
|
|
10524
|
-
|
|
10525
10451
|
case 8:
|
|
10526
10452
|
return function (a0, a1, a2, a3, a4, a5, a6, a7) {
|
|
10527
10453
|
return fn.apply(this, arguments);
|
|
10528
10454
|
};
|
|
10529
|
-
|
|
10530
10455
|
case 9:
|
|
10531
10456
|
return function (a0, a1, a2, a3, a4, a5, a6, a7, a8) {
|
|
10532
10457
|
return fn.apply(this, arguments);
|
|
10533
10458
|
};
|
|
10534
|
-
|
|
10535
10459
|
case 10:
|
|
10536
10460
|
return function (a0, a1, a2, a3, a4, a5, a6, a7, a8, a9) {
|
|
10537
10461
|
return fn.apply(this, arguments);
|
|
10538
10462
|
};
|
|
10539
|
-
|
|
10540
10463
|
default:
|
|
10541
10464
|
throw new Error('First argument to _arity must be a non-negative integer no greater than ten');
|
|
10542
10465
|
}
|
|
@@ -10555,11 +10478,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10555
10478
|
function _arrayFromIterator(iter) {
|
|
10556
10479
|
var list = [];
|
|
10557
10480
|
var next;
|
|
10558
|
-
|
|
10559
10481
|
while (!(next = iter.next()).done) {
|
|
10560
10482
|
list.push(next.value);
|
|
10561
10483
|
}
|
|
10562
|
-
|
|
10563
10484
|
return list;
|
|
10564
10485
|
}
|
|
10565
10486
|
|
|
@@ -10576,12 +10497,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10576
10497
|
function _arrayReduce(reducer, acc, list) {
|
|
10577
10498
|
var index = 0;
|
|
10578
10499
|
var length = list.length;
|
|
10579
|
-
|
|
10580
10500
|
while (index < length) {
|
|
10581
10501
|
acc = reducer(acc, list[index]);
|
|
10582
10502
|
index += 1;
|
|
10583
10503
|
}
|
|
10584
|
-
|
|
10585
10504
|
return acc;
|
|
10586
10505
|
}
|
|
10587
10506
|
|
|
@@ -10597,6 +10516,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10597
10516
|
/* harmony export */ });
|
|
10598
10517
|
/* harmony import */ var _isArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4099);
|
|
10599
10518
|
|
|
10519
|
+
|
|
10600
10520
|
/**
|
|
10601
10521
|
* This checks whether a function has a [methodname] function. If it isn't an
|
|
10602
10522
|
* array it will execute that function otherwise it will default to the ramda
|
|
@@ -10607,15 +10527,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10607
10527
|
* @param {String} methodname property to check for a custom implementation
|
|
10608
10528
|
* @return {Object} Whatever the return value of the method is.
|
|
10609
10529
|
*/
|
|
10610
|
-
|
|
10611
10530
|
function _checkForMethod(methodname, fn) {
|
|
10612
10531
|
return function () {
|
|
10613
10532
|
var length = arguments.length;
|
|
10614
|
-
|
|
10615
10533
|
if (length === 0) {
|
|
10616
10534
|
return fn();
|
|
10617
10535
|
}
|
|
10618
|
-
|
|
10619
10536
|
var obj = arguments[length - 1];
|
|
10620
10537
|
return (0,_isArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(obj) || typeof obj[methodname] !== 'function' ? fn.apply(this, arguments) : obj[methodname].apply(obj, Array.prototype.slice.call(arguments, 0, length - 1));
|
|
10621
10538
|
};
|
|
@@ -10666,19 +10583,15 @@ function _concat(set1, set2) {
|
|
|
10666
10583
|
var len2 = set2.length;
|
|
10667
10584
|
var result = [];
|
|
10668
10585
|
idx = 0;
|
|
10669
|
-
|
|
10670
10586
|
while (idx < len1) {
|
|
10671
10587
|
result[result.length] = set1[idx];
|
|
10672
10588
|
idx += 1;
|
|
10673
10589
|
}
|
|
10674
|
-
|
|
10675
10590
|
idx = 0;
|
|
10676
|
-
|
|
10677
10591
|
while (idx < len2) {
|
|
10678
10592
|
result[result.length] = set2[idx];
|
|
10679
10593
|
idx += 1;
|
|
10680
10594
|
}
|
|
10681
|
-
|
|
10682
10595
|
return result;
|
|
10683
10596
|
}
|
|
10684
10597
|
|
|
@@ -10700,27 +10613,21 @@ function _createReduce(arrayReduce, methodReduce, iterableReduce) {
|
|
|
10700
10613
|
if ((0,_isArrayLike_js__WEBPACK_IMPORTED_MODULE_0__["default"])(list)) {
|
|
10701
10614
|
return arrayReduce(xf, acc, list);
|
|
10702
10615
|
}
|
|
10703
|
-
|
|
10704
10616
|
if (list == null) {
|
|
10705
10617
|
return acc;
|
|
10706
10618
|
}
|
|
10707
|
-
|
|
10708
10619
|
if (typeof list['fantasy-land/reduce'] === 'function') {
|
|
10709
10620
|
return methodReduce(xf, acc, list, 'fantasy-land/reduce');
|
|
10710
10621
|
}
|
|
10711
|
-
|
|
10712
10622
|
if (list[symIterator] != null) {
|
|
10713
10623
|
return iterableReduce(xf, acc, list[symIterator]());
|
|
10714
10624
|
}
|
|
10715
|
-
|
|
10716
10625
|
if (typeof list.next === 'function') {
|
|
10717
10626
|
return iterableReduce(xf, acc, list);
|
|
10718
10627
|
}
|
|
10719
|
-
|
|
10720
10628
|
if (typeof list.reduce === 'function') {
|
|
10721
10629
|
return methodReduce(xf, acc, list, 'reduce');
|
|
10722
10630
|
}
|
|
10723
|
-
|
|
10724
10631
|
throw new TypeError('reduce: list must be array or iterable');
|
|
10725
10632
|
};
|
|
10726
10633
|
}
|
|
@@ -10737,6 +10644,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10737
10644
|
/* harmony export */ });
|
|
10738
10645
|
/* harmony import */ var _isPlaceholder_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3384);
|
|
10739
10646
|
|
|
10647
|
+
|
|
10740
10648
|
/**
|
|
10741
10649
|
* Optimized internal one-arity curry function.
|
|
10742
10650
|
*
|
|
@@ -10745,7 +10653,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10745
10653
|
* @param {Function} fn The function to curry.
|
|
10746
10654
|
* @return {Function} The curried function.
|
|
10747
10655
|
*/
|
|
10748
|
-
|
|
10749
10656
|
function _curry1(fn) {
|
|
10750
10657
|
return function f1(a) {
|
|
10751
10658
|
if (arguments.length === 0 || (0,_isPlaceholder_js__WEBPACK_IMPORTED_MODULE_0__["default"])(a)) {
|
|
@@ -10770,6 +10677,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10770
10677
|
/* harmony import */ var _isPlaceholder_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3384);
|
|
10771
10678
|
|
|
10772
10679
|
|
|
10680
|
+
|
|
10773
10681
|
/**
|
|
10774
10682
|
* Optimized internal two-arity curry function.
|
|
10775
10683
|
*
|
|
@@ -10778,18 +10686,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10778
10686
|
* @param {Function} fn The function to curry.
|
|
10779
10687
|
* @return {Function} The curried function.
|
|
10780
10688
|
*/
|
|
10781
|
-
|
|
10782
10689
|
function _curry2(fn) {
|
|
10783
10690
|
return function f2(a, b) {
|
|
10784
10691
|
switch (arguments.length) {
|
|
10785
10692
|
case 0:
|
|
10786
10693
|
return f2;
|
|
10787
|
-
|
|
10788
10694
|
case 1:
|
|
10789
10695
|
return (0,_isPlaceholder_js__WEBPACK_IMPORTED_MODULE_0__["default"])(a) ? f2 : (0,_curry1_js__WEBPACK_IMPORTED_MODULE_1__["default"])(function (_b) {
|
|
10790
10696
|
return fn(a, _b);
|
|
10791
10697
|
});
|
|
10792
|
-
|
|
10793
10698
|
default:
|
|
10794
10699
|
return (0,_isPlaceholder_js__WEBPACK_IMPORTED_MODULE_0__["default"])(a) && (0,_isPlaceholder_js__WEBPACK_IMPORTED_MODULE_0__["default"])(b) ? f2 : (0,_isPlaceholder_js__WEBPACK_IMPORTED_MODULE_0__["default"])(a) ? (0,_curry1_js__WEBPACK_IMPORTED_MODULE_1__["default"])(function (_a) {
|
|
10795
10700
|
return fn(_a, b);
|
|
@@ -10816,6 +10721,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10816
10721
|
|
|
10817
10722
|
|
|
10818
10723
|
|
|
10724
|
+
|
|
10819
10725
|
/**
|
|
10820
10726
|
* Optimized internal three-arity curry function.
|
|
10821
10727
|
*
|
|
@@ -10824,18 +10730,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10824
10730
|
* @param {Function} fn The function to curry.
|
|
10825
10731
|
* @return {Function} The curried function.
|
|
10826
10732
|
*/
|
|
10827
|
-
|
|
10828
10733
|
function _curry3(fn) {
|
|
10829
10734
|
return function f3(a, b, c) {
|
|
10830
10735
|
switch (arguments.length) {
|
|
10831
10736
|
case 0:
|
|
10832
10737
|
return f3;
|
|
10833
|
-
|
|
10834
10738
|
case 1:
|
|
10835
10739
|
return (0,_isPlaceholder_js__WEBPACK_IMPORTED_MODULE_0__["default"])(a) ? f3 : (0,_curry2_js__WEBPACK_IMPORTED_MODULE_1__["default"])(function (_b, _c) {
|
|
10836
10740
|
return fn(a, _b, _c);
|
|
10837
10741
|
});
|
|
10838
|
-
|
|
10839
10742
|
case 2:
|
|
10840
10743
|
return (0,_isPlaceholder_js__WEBPACK_IMPORTED_MODULE_0__["default"])(a) && (0,_isPlaceholder_js__WEBPACK_IMPORTED_MODULE_0__["default"])(b) ? f3 : (0,_isPlaceholder_js__WEBPACK_IMPORTED_MODULE_0__["default"])(a) ? (0,_curry2_js__WEBPACK_IMPORTED_MODULE_1__["default"])(function (_a, _c) {
|
|
10841
10744
|
return fn(_a, b, _c);
|
|
@@ -10844,7 +10747,6 @@ function _curry3(fn) {
|
|
|
10844
10747
|
}) : (0,_curry1_js__WEBPACK_IMPORTED_MODULE_2__["default"])(function (_c) {
|
|
10845
10748
|
return fn(a, b, _c);
|
|
10846
10749
|
});
|
|
10847
|
-
|
|
10848
10750
|
default:
|
|
10849
10751
|
return (0,_isPlaceholder_js__WEBPACK_IMPORTED_MODULE_0__["default"])(a) && (0,_isPlaceholder_js__WEBPACK_IMPORTED_MODULE_0__["default"])(b) && (0,_isPlaceholder_js__WEBPACK_IMPORTED_MODULE_0__["default"])(c) ? f3 : (0,_isPlaceholder_js__WEBPACK_IMPORTED_MODULE_0__["default"])(a) && (0,_isPlaceholder_js__WEBPACK_IMPORTED_MODULE_0__["default"])(b) ? (0,_curry2_js__WEBPACK_IMPORTED_MODULE_1__["default"])(function (_a, _b) {
|
|
10850
10752
|
return fn(_a, _b, c);
|
|
@@ -10877,6 +10779,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10877
10779
|
/* harmony import */ var _isPlaceholder_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3384);
|
|
10878
10780
|
|
|
10879
10781
|
|
|
10782
|
+
|
|
10880
10783
|
/**
|
|
10881
10784
|
* Internal curryN function.
|
|
10882
10785
|
*
|
|
@@ -10887,7 +10790,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10887
10790
|
* @param {Function} fn The function to curry.
|
|
10888
10791
|
* @return {Function} The curried function.
|
|
10889
10792
|
*/
|
|
10890
|
-
|
|
10891
10793
|
function _curryN(length, received, fn) {
|
|
10892
10794
|
return function () {
|
|
10893
10795
|
var combined = [];
|
|
@@ -10895,28 +10797,22 @@ function _curryN(length, received, fn) {
|
|
|
10895
10797
|
var left = length;
|
|
10896
10798
|
var combinedIdx = 0;
|
|
10897
10799
|
var hasPlaceholder = false;
|
|
10898
|
-
|
|
10899
10800
|
while (combinedIdx < received.length || argsIdx < arguments.length) {
|
|
10900
10801
|
var result;
|
|
10901
|
-
|
|
10902
10802
|
if (combinedIdx < received.length && (!(0,_isPlaceholder_js__WEBPACK_IMPORTED_MODULE_0__["default"])(received[combinedIdx]) || argsIdx >= arguments.length)) {
|
|
10903
10803
|
result = received[combinedIdx];
|
|
10904
10804
|
} else {
|
|
10905
10805
|
result = arguments[argsIdx];
|
|
10906
10806
|
argsIdx += 1;
|
|
10907
10807
|
}
|
|
10908
|
-
|
|
10909
10808
|
combined[combinedIdx] = result;
|
|
10910
|
-
|
|
10911
10809
|
if (!(0,_isPlaceholder_js__WEBPACK_IMPORTED_MODULE_0__["default"])(result)) {
|
|
10912
10810
|
left -= 1;
|
|
10913
10811
|
} else {
|
|
10914
10812
|
hasPlaceholder = true;
|
|
10915
10813
|
}
|
|
10916
|
-
|
|
10917
10814
|
combinedIdx += 1;
|
|
10918
10815
|
}
|
|
10919
|
-
|
|
10920
10816
|
return !hasPlaceholder && left <= 0 ? fn.apply(this, combined) : (0,_arity_js__WEBPACK_IMPORTED_MODULE_1__["default"])(Math.max(0, left), _curryN(length, combined, fn));
|
|
10921
10817
|
};
|
|
10922
10818
|
}
|
|
@@ -10935,6 +10831,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10935
10831
|
/* harmony import */ var _isTransformer_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7117);
|
|
10936
10832
|
|
|
10937
10833
|
|
|
10834
|
+
|
|
10938
10835
|
/**
|
|
10939
10836
|
* Returns a function that dispatches with different strategies based on the
|
|
10940
10837
|
* object in list position (last argument). If it is an array, executes [fn].
|
|
@@ -10950,32 +10847,25 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10950
10847
|
* @param {Function} fn default ramda implementation
|
|
10951
10848
|
* @return {Function} A function that dispatches on object in list position
|
|
10952
10849
|
*/
|
|
10953
|
-
|
|
10954
10850
|
function _dispatchable(methodNames, transducerCreator, fn) {
|
|
10955
10851
|
return function () {
|
|
10956
10852
|
if (arguments.length === 0) {
|
|
10957
10853
|
return fn();
|
|
10958
10854
|
}
|
|
10959
|
-
|
|
10960
10855
|
var obj = arguments[arguments.length - 1];
|
|
10961
|
-
|
|
10962
10856
|
if (!(0,_isArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(obj)) {
|
|
10963
10857
|
var idx = 0;
|
|
10964
|
-
|
|
10965
10858
|
while (idx < methodNames.length) {
|
|
10966
10859
|
if (typeof obj[methodNames[idx]] === 'function') {
|
|
10967
10860
|
return obj[methodNames[idx]].apply(obj, Array.prototype.slice.call(arguments, 0, -1));
|
|
10968
10861
|
}
|
|
10969
|
-
|
|
10970
10862
|
idx += 1;
|
|
10971
10863
|
}
|
|
10972
|
-
|
|
10973
10864
|
if ((0,_isTransformer_js__WEBPACK_IMPORTED_MODULE_1__["default"])(obj)) {
|
|
10974
10865
|
var transducer = transducerCreator.apply(null, Array.prototype.slice.call(arguments, 0, -1));
|
|
10975
10866
|
return transducer(obj);
|
|
10976
10867
|
}
|
|
10977
10868
|
}
|
|
10978
|
-
|
|
10979
10869
|
return fn.apply(this, arguments);
|
|
10980
10870
|
};
|
|
10981
10871
|
}
|
|
@@ -11004,6 +10894,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11004
10894
|
|
|
11005
10895
|
|
|
11006
10896
|
|
|
10897
|
+
|
|
11007
10898
|
/**
|
|
11008
10899
|
* private _uniqContentEquals function.
|
|
11009
10900
|
* That function is checking equality of 2 iterator contents with 2 assumptions
|
|
@@ -11017,38 +10908,30 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11017
10908
|
|
|
11018
10909
|
function _uniqContentEquals(aIterator, bIterator, stackA, stackB) {
|
|
11019
10910
|
var a = (0,_arrayFromIterator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(aIterator);
|
|
11020
|
-
|
|
11021
10911
|
var b = (0,_arrayFromIterator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(bIterator);
|
|
11022
|
-
|
|
11023
10912
|
function eq(_a, _b) {
|
|
11024
10913
|
return _equals(_a, _b, stackA.slice(), stackB.slice());
|
|
11025
|
-
}
|
|
11026
|
-
|
|
10914
|
+
}
|
|
11027
10915
|
|
|
10916
|
+
// if *a* array contains any element that is not included in *b*
|
|
11028
10917
|
return !(0,_includesWith_js__WEBPACK_IMPORTED_MODULE_1__["default"])(function (b, aItem) {
|
|
11029
10918
|
return !(0,_includesWith_js__WEBPACK_IMPORTED_MODULE_1__["default"])(eq, aItem, b);
|
|
11030
10919
|
}, b, a);
|
|
11031
10920
|
}
|
|
11032
|
-
|
|
11033
10921
|
function _equals(a, b, stackA, stackB) {
|
|
11034
10922
|
if ((0,_objectIs_js__WEBPACK_IMPORTED_MODULE_2__["default"])(a, b)) {
|
|
11035
10923
|
return true;
|
|
11036
10924
|
}
|
|
11037
|
-
|
|
11038
10925
|
var typeA = (0,_type_js__WEBPACK_IMPORTED_MODULE_3__["default"])(a);
|
|
11039
|
-
|
|
11040
10926
|
if (typeA !== (0,_type_js__WEBPACK_IMPORTED_MODULE_3__["default"])(b)) {
|
|
11041
10927
|
return false;
|
|
11042
10928
|
}
|
|
11043
|
-
|
|
11044
10929
|
if (typeof a['fantasy-land/equals'] === 'function' || typeof b['fantasy-land/equals'] === 'function') {
|
|
11045
10930
|
return typeof a['fantasy-land/equals'] === 'function' && a['fantasy-land/equals'](b) && typeof b['fantasy-land/equals'] === 'function' && b['fantasy-land/equals'](a);
|
|
11046
10931
|
}
|
|
11047
|
-
|
|
11048
10932
|
if (typeof a.equals === 'function' || typeof b.equals === 'function') {
|
|
11049
10933
|
return typeof a.equals === 'function' && a.equals(b) && typeof b.equals === 'function' && b.equals(a);
|
|
11050
10934
|
}
|
|
11051
|
-
|
|
11052
10935
|
switch (typeA) {
|
|
11053
10936
|
case 'Arguments':
|
|
11054
10937
|
case 'Array':
|
|
@@ -11056,61 +10939,45 @@ function _equals(a, b, stackA, stackB) {
|
|
|
11056
10939
|
if (typeof a.constructor === 'function' && (0,_functionName_js__WEBPACK_IMPORTED_MODULE_4__["default"])(a.constructor) === 'Promise') {
|
|
11057
10940
|
return a === b;
|
|
11058
10941
|
}
|
|
11059
|
-
|
|
11060
10942
|
break;
|
|
11061
|
-
|
|
11062
10943
|
case 'Boolean':
|
|
11063
10944
|
case 'Number':
|
|
11064
10945
|
case 'String':
|
|
11065
10946
|
if (!(typeof a === typeof b && (0,_objectIs_js__WEBPACK_IMPORTED_MODULE_2__["default"])(a.valueOf(), b.valueOf()))) {
|
|
11066
10947
|
return false;
|
|
11067
10948
|
}
|
|
11068
|
-
|
|
11069
10949
|
break;
|
|
11070
|
-
|
|
11071
10950
|
case 'Date':
|
|
11072
10951
|
if (!(0,_objectIs_js__WEBPACK_IMPORTED_MODULE_2__["default"])(a.valueOf(), b.valueOf())) {
|
|
11073
10952
|
return false;
|
|
11074
10953
|
}
|
|
11075
|
-
|
|
11076
10954
|
break;
|
|
11077
|
-
|
|
11078
10955
|
case 'Error':
|
|
11079
10956
|
return a.name === b.name && a.message === b.message;
|
|
11080
|
-
|
|
11081
10957
|
case 'RegExp':
|
|
11082
10958
|
if (!(a.source === b.source && a.global === b.global && a.ignoreCase === b.ignoreCase && a.multiline === b.multiline && a.sticky === b.sticky && a.unicode === b.unicode)) {
|
|
11083
10959
|
return false;
|
|
11084
10960
|
}
|
|
11085
|
-
|
|
11086
10961
|
break;
|
|
11087
10962
|
}
|
|
11088
|
-
|
|
11089
10963
|
var idx = stackA.length - 1;
|
|
11090
|
-
|
|
11091
10964
|
while (idx >= 0) {
|
|
11092
10965
|
if (stackA[idx] === a) {
|
|
11093
10966
|
return stackB[idx] === b;
|
|
11094
10967
|
}
|
|
11095
|
-
|
|
11096
10968
|
idx -= 1;
|
|
11097
10969
|
}
|
|
11098
|
-
|
|
11099
10970
|
switch (typeA) {
|
|
11100
10971
|
case 'Map':
|
|
11101
10972
|
if (a.size !== b.size) {
|
|
11102
10973
|
return false;
|
|
11103
10974
|
}
|
|
11104
|
-
|
|
11105
10975
|
return _uniqContentEquals(a.entries(), b.entries(), stackA.concat([a]), stackB.concat([b]));
|
|
11106
|
-
|
|
11107
10976
|
case 'Set':
|
|
11108
10977
|
if (a.size !== b.size) {
|
|
11109
10978
|
return false;
|
|
11110
10979
|
}
|
|
11111
|
-
|
|
11112
10980
|
return _uniqContentEquals(a.values(), b.values(), stackA.concat([a]), stackB.concat([b]));
|
|
11113
|
-
|
|
11114
10981
|
case 'Arguments':
|
|
11115
10982
|
case 'Array':
|
|
11116
10983
|
case 'Object':
|
|
@@ -11131,32 +10998,24 @@ function _equals(a, b, stackA, stackB) {
|
|
|
11131
10998
|
case 'Float64Array':
|
|
11132
10999
|
case 'ArrayBuffer':
|
|
11133
11000
|
break;
|
|
11134
|
-
|
|
11135
11001
|
default:
|
|
11136
11002
|
// Values of other types are only equal if identical.
|
|
11137
11003
|
return false;
|
|
11138
11004
|
}
|
|
11139
|
-
|
|
11140
11005
|
var keysA = (0,_keys_js__WEBPACK_IMPORTED_MODULE_5__["default"])(a);
|
|
11141
|
-
|
|
11142
11006
|
if (keysA.length !== (0,_keys_js__WEBPACK_IMPORTED_MODULE_5__["default"])(b).length) {
|
|
11143
11007
|
return false;
|
|
11144
11008
|
}
|
|
11145
|
-
|
|
11146
11009
|
var extendedStackA = stackA.concat([a]);
|
|
11147
11010
|
var extendedStackB = stackB.concat([b]);
|
|
11148
11011
|
idx = keysA.length - 1;
|
|
11149
|
-
|
|
11150
11012
|
while (idx >= 0) {
|
|
11151
11013
|
var key = keysA[idx];
|
|
11152
|
-
|
|
11153
11014
|
if (!((0,_has_js__WEBPACK_IMPORTED_MODULE_6__["default"])(key, b) && _equals(b[key], a[key], extendedStackA, extendedStackB))) {
|
|
11154
11015
|
return false;
|
|
11155
11016
|
}
|
|
11156
|
-
|
|
11157
11017
|
idx -= 1;
|
|
11158
11018
|
}
|
|
11159
|
-
|
|
11160
11019
|
return true;
|
|
11161
11020
|
}
|
|
11162
11021
|
|
|
@@ -11174,15 +11033,12 @@ function _filter(fn, list) {
|
|
|
11174
11033
|
var idx = 0;
|
|
11175
11034
|
var len = list.length;
|
|
11176
11035
|
var result = [];
|
|
11177
|
-
|
|
11178
11036
|
while (idx < len) {
|
|
11179
11037
|
if (fn(list[idx])) {
|
|
11180
11038
|
result[result.length] = list[idx];
|
|
11181
11039
|
}
|
|
11182
|
-
|
|
11183
11040
|
idx += 1;
|
|
11184
11041
|
}
|
|
11185
|
-
|
|
11186
11042
|
return result;
|
|
11187
11043
|
}
|
|
11188
11044
|
|
|
@@ -11259,15 +11115,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11259
11115
|
function _includesWith(pred, x, list) {
|
|
11260
11116
|
var idx = 0;
|
|
11261
11117
|
var len = list.length;
|
|
11262
|
-
|
|
11263
11118
|
while (idx < len) {
|
|
11264
11119
|
if (pred(x, list[idx])) {
|
|
11265
11120
|
return true;
|
|
11266
11121
|
}
|
|
11267
|
-
|
|
11268
11122
|
idx += 1;
|
|
11269
11123
|
}
|
|
11270
|
-
|
|
11271
11124
|
return false;
|
|
11272
11125
|
}
|
|
11273
11126
|
|
|
@@ -11284,69 +11137,56 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11284
11137
|
/* harmony import */ var _equals_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3654);
|
|
11285
11138
|
|
|
11286
11139
|
function _indexOf(list, a, idx) {
|
|
11287
|
-
var inf, item;
|
|
11288
|
-
|
|
11140
|
+
var inf, item;
|
|
11141
|
+
// Array.prototype.indexOf doesn't exist below IE9
|
|
11289
11142
|
if (typeof list.indexOf === 'function') {
|
|
11290
11143
|
switch (typeof a) {
|
|
11291
11144
|
case 'number':
|
|
11292
11145
|
if (a === 0) {
|
|
11293
11146
|
// manually crawl the list to distinguish between +0 and -0
|
|
11294
11147
|
inf = 1 / a;
|
|
11295
|
-
|
|
11296
11148
|
while (idx < list.length) {
|
|
11297
11149
|
item = list[idx];
|
|
11298
|
-
|
|
11299
11150
|
if (item === 0 && 1 / item === inf) {
|
|
11300
11151
|
return idx;
|
|
11301
11152
|
}
|
|
11302
|
-
|
|
11303
11153
|
idx += 1;
|
|
11304
11154
|
}
|
|
11305
|
-
|
|
11306
11155
|
return -1;
|
|
11307
11156
|
} else if (a !== a) {
|
|
11308
11157
|
// NaN
|
|
11309
11158
|
while (idx < list.length) {
|
|
11310
11159
|
item = list[idx];
|
|
11311
|
-
|
|
11312
11160
|
if (typeof item === 'number' && item !== item) {
|
|
11313
11161
|
return idx;
|
|
11314
11162
|
}
|
|
11315
|
-
|
|
11316
11163
|
idx += 1;
|
|
11317
11164
|
}
|
|
11318
|
-
|
|
11319
11165
|
return -1;
|
|
11320
|
-
}
|
|
11321
|
-
|
|
11322
|
-
|
|
11166
|
+
}
|
|
11167
|
+
// non-zero numbers can utilise Set
|
|
11323
11168
|
return list.indexOf(a, idx);
|
|
11324
|
-
// all these types can utilise Set
|
|
11325
11169
|
|
|
11170
|
+
// all these types can utilise Set
|
|
11326
11171
|
case 'string':
|
|
11327
11172
|
case 'boolean':
|
|
11328
11173
|
case 'function':
|
|
11329
11174
|
case 'undefined':
|
|
11330
11175
|
return list.indexOf(a, idx);
|
|
11331
|
-
|
|
11332
11176
|
case 'object':
|
|
11333
11177
|
if (a === null) {
|
|
11334
11178
|
// null can utilise Set
|
|
11335
11179
|
return list.indexOf(a, idx);
|
|
11336
11180
|
}
|
|
11337
|
-
|
|
11338
11181
|
}
|
|
11339
|
-
}
|
|
11340
|
-
|
|
11341
|
-
|
|
11182
|
+
}
|
|
11183
|
+
// anything else not covered above, defer to R.equals
|
|
11342
11184
|
while (idx < list.length) {
|
|
11343
11185
|
if ((0,_equals_js__WEBPACK_IMPORTED_MODULE_0__["default"])(list[idx], a)) {
|
|
11344
11186
|
return idx;
|
|
11345
11187
|
}
|
|
11346
|
-
|
|
11347
11188
|
idx += 1;
|
|
11348
11189
|
}
|
|
11349
|
-
|
|
11350
11190
|
return -1;
|
|
11351
11191
|
}
|
|
11352
11192
|
|
|
@@ -11363,17 +11203,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11363
11203
|
/* harmony import */ var _has_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5722);
|
|
11364
11204
|
|
|
11365
11205
|
var toString = Object.prototype.toString;
|
|
11366
|
-
|
|
11367
|
-
var _isArguments =
|
|
11368
|
-
/*#__PURE__*/
|
|
11369
|
-
function () {
|
|
11206
|
+
var _isArguments = /*#__PURE__*/function () {
|
|
11370
11207
|
return toString.call(arguments) === '[object Arguments]' ? function _isArguments(x) {
|
|
11371
11208
|
return toString.call(x) === '[object Arguments]';
|
|
11372
11209
|
} : function _isArguments(x) {
|
|
11373
11210
|
return (0,_has_js__WEBPACK_IMPORTED_MODULE_0__["default"])('callee', x);
|
|
11374
11211
|
};
|
|
11375
11212
|
}();
|
|
11376
|
-
|
|
11377
11213
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_isArguments);
|
|
11378
11214
|
|
|
11379
11215
|
/***/ }),
|
|
@@ -11418,6 +11254,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11418
11254
|
|
|
11419
11255
|
|
|
11420
11256
|
|
|
11257
|
+
|
|
11421
11258
|
/**
|
|
11422
11259
|
* Tests whether or not an object is similar to an array.
|
|
11423
11260
|
*
|
|
@@ -11436,37 +11273,27 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11436
11273
|
* _isArrayLike({0: 'zero', 9: 'nine', length: 10}); //=> true
|
|
11437
11274
|
* _isArrayLike({nodeType: 1, length: 1}) // => false
|
|
11438
11275
|
*/
|
|
11439
|
-
|
|
11440
|
-
var _isArrayLike =
|
|
11441
|
-
/*#__PURE__*/
|
|
11442
|
-
(0,_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function isArrayLike(x) {
|
|
11276
|
+
var _isArrayLike = /*#__PURE__*/(0,_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function isArrayLike(x) {
|
|
11443
11277
|
if ((0,_isArray_js__WEBPACK_IMPORTED_MODULE_1__["default"])(x)) {
|
|
11444
11278
|
return true;
|
|
11445
11279
|
}
|
|
11446
|
-
|
|
11447
11280
|
if (!x) {
|
|
11448
11281
|
return false;
|
|
11449
11282
|
}
|
|
11450
|
-
|
|
11451
11283
|
if (typeof x !== 'object') {
|
|
11452
11284
|
return false;
|
|
11453
11285
|
}
|
|
11454
|
-
|
|
11455
11286
|
if ((0,_isString_js__WEBPACK_IMPORTED_MODULE_2__["default"])(x)) {
|
|
11456
11287
|
return false;
|
|
11457
11288
|
}
|
|
11458
|
-
|
|
11459
11289
|
if (x.length === 0) {
|
|
11460
11290
|
return true;
|
|
11461
11291
|
}
|
|
11462
|
-
|
|
11463
11292
|
if (x.length > 0) {
|
|
11464
11293
|
return x.hasOwnProperty(0) && x.hasOwnProperty(x.length - 1);
|
|
11465
11294
|
}
|
|
11466
|
-
|
|
11467
11295
|
return false;
|
|
11468
11296
|
});
|
|
11469
|
-
|
|
11470
11297
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_isArrayLike);
|
|
11471
11298
|
|
|
11472
11299
|
/***/ }),
|
|
@@ -11530,8 +11357,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11530
11357
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11531
11358
|
/* harmony export */ "default": () => (/* binding */ _isPlaceholder)
|
|
11532
11359
|
/* harmony export */ });
|
|
11360
|
+
/* harmony import */ var _placeholder_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(231);
|
|
11361
|
+
|
|
11533
11362
|
function _isPlaceholder(a) {
|
|
11534
|
-
return a
|
|
11363
|
+
return a === _placeholder_js__WEBPACK_IMPORTED_MODULE_0__["default"];
|
|
11535
11364
|
}
|
|
11536
11365
|
|
|
11537
11366
|
/***/ }),
|
|
@@ -11576,17 +11405,32 @@ function _map(fn, functor) {
|
|
|
11576
11405
|
var idx = 0;
|
|
11577
11406
|
var len = functor.length;
|
|
11578
11407
|
var result = Array(len);
|
|
11579
|
-
|
|
11580
11408
|
while (idx < len) {
|
|
11581
11409
|
result[idx] = fn(functor[idx]);
|
|
11582
11410
|
idx += 1;
|
|
11583
11411
|
}
|
|
11584
|
-
|
|
11585
11412
|
return result;
|
|
11586
11413
|
}
|
|
11587
11414
|
|
|
11588
11415
|
/***/ }),
|
|
11589
11416
|
|
|
11417
|
+
/***/ 5136:
|
|
11418
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
11419
|
+
|
|
11420
|
+
"use strict";
|
|
11421
|
+
__webpack_require__.r(__webpack_exports__);
|
|
11422
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11423
|
+
/* harmony export */ "default": () => (/* binding */ _nth)
|
|
11424
|
+
/* harmony export */ });
|
|
11425
|
+
/* harmony import */ var _isString_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(141);
|
|
11426
|
+
|
|
11427
|
+
function _nth(offset, list) {
|
|
11428
|
+
var idx = offset < 0 ? list.length + offset : offset;
|
|
11429
|
+
return (0,_isString_js__WEBPACK_IMPORTED_MODULE_0__["default"])(list) ? list.charAt(idx) : list[idx];
|
|
11430
|
+
}
|
|
11431
|
+
|
|
11432
|
+
/***/ }),
|
|
11433
|
+
|
|
11590
11434
|
/***/ 1111:
|
|
11591
11435
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
11592
11436
|
|
|
@@ -11607,7 +11451,6 @@ function _objectIs(a, b) {
|
|
|
11607
11451
|
return a !== a && b !== b;
|
|
11608
11452
|
}
|
|
11609
11453
|
}
|
|
11610
|
-
|
|
11611
11454
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (typeof Object.is === 'function' ? Object.is : _objectIs);
|
|
11612
11455
|
|
|
11613
11456
|
/***/ }),
|
|
@@ -11628,6 +11471,20 @@ function _pipe(f, g) {
|
|
|
11628
11471
|
|
|
11629
11472
|
/***/ }),
|
|
11630
11473
|
|
|
11474
|
+
/***/ 231:
|
|
11475
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
11476
|
+
|
|
11477
|
+
"use strict";
|
|
11478
|
+
__webpack_require__.r(__webpack_exports__);
|
|
11479
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11480
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
11481
|
+
/* harmony export */ });
|
|
11482
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
11483
|
+
'@@functional/placeholder': true
|
|
11484
|
+
});
|
|
11485
|
+
|
|
11486
|
+
/***/ }),
|
|
11487
|
+
|
|
11631
11488
|
/***/ 1950:
|
|
11632
11489
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
11633
11490
|
|
|
@@ -11656,26 +11513,18 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11656
11513
|
/* harmony import */ var _createReduce_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4334);
|
|
11657
11514
|
|
|
11658
11515
|
|
|
11659
|
-
|
|
11660
11516
|
function _iterableReduce(reducer, acc, iter) {
|
|
11661
11517
|
var step = iter.next();
|
|
11662
|
-
|
|
11663
11518
|
while (!step.done) {
|
|
11664
11519
|
acc = reducer(acc, step.value);
|
|
11665
11520
|
step = iter.next();
|
|
11666
11521
|
}
|
|
11667
|
-
|
|
11668
11522
|
return acc;
|
|
11669
11523
|
}
|
|
11670
|
-
|
|
11671
11524
|
function _methodReduce(reducer, acc, obj, methodName) {
|
|
11672
11525
|
return obj[methodName](reducer, acc);
|
|
11673
11526
|
}
|
|
11674
|
-
|
|
11675
|
-
var _reduce =
|
|
11676
|
-
/*#__PURE__*/
|
|
11677
|
-
(0,_createReduce_js__WEBPACK_IMPORTED_MODULE_0__["default"])(_arrayReduce_js__WEBPACK_IMPORTED_MODULE_1__["default"], _methodReduce, _iterableReduce);
|
|
11678
|
-
|
|
11527
|
+
var _reduce = /*#__PURE__*/(0,_createReduce_js__WEBPACK_IMPORTED_MODULE_0__["default"])(_arrayReduce_js__WEBPACK_IMPORTED_MODULE_1__["default"], _methodReduce, _iterableReduce);
|
|
11679
11528
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_reduce);
|
|
11680
11529
|
|
|
11681
11530
|
/***/ }),
|
|
@@ -11711,13 +11560,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11711
11560
|
var pad = function pad(n) {
|
|
11712
11561
|
return (n < 10 ? '0' : '') + n;
|
|
11713
11562
|
};
|
|
11714
|
-
|
|
11715
11563
|
var _toISOString = typeof Date.prototype.toISOString === 'function' ? function _toISOString(d) {
|
|
11716
11564
|
return d.toISOString();
|
|
11717
11565
|
} : function _toISOString(d) {
|
|
11718
11566
|
return d.getUTCFullYear() + '-' + pad(d.getUTCMonth() + 1) + '-' + pad(d.getUTCDate()) + 'T' + pad(d.getUTCHours()) + ':' + pad(d.getUTCMinutes()) + ':' + pad(d.getUTCSeconds()) + '.' + (d.getUTCMilliseconds() / 1000).toFixed(3).slice(2, 5) + 'Z';
|
|
11719
11567
|
};
|
|
11720
|
-
|
|
11721
11568
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_toISOString);
|
|
11722
11569
|
|
|
11723
11570
|
/***/ }),
|
|
@@ -11746,57 +11593,44 @@ function _toString(x, seen) {
|
|
|
11746
11593
|
var recur = function recur(y) {
|
|
11747
11594
|
var xs = seen.concat([x]);
|
|
11748
11595
|
return (0,_includes_js__WEBPACK_IMPORTED_MODULE_0__["default"])(y, xs) ? '<Circular>' : _toString(y, xs);
|
|
11749
|
-
};
|
|
11750
|
-
|
|
11596
|
+
};
|
|
11751
11597
|
|
|
11598
|
+
// mapPairs :: (Object, [String]) -> [String]
|
|
11752
11599
|
var mapPairs = function (obj, keys) {
|
|
11753
11600
|
return (0,_map_js__WEBPACK_IMPORTED_MODULE_1__["default"])(function (k) {
|
|
11754
11601
|
return (0,_quote_js__WEBPACK_IMPORTED_MODULE_2__["default"])(k) + ': ' + recur(obj[k]);
|
|
11755
11602
|
}, keys.slice().sort());
|
|
11756
11603
|
};
|
|
11757
|
-
|
|
11758
11604
|
switch (Object.prototype.toString.call(x)) {
|
|
11759
11605
|
case '[object Arguments]':
|
|
11760
11606
|
return '(function() { return arguments; }(' + (0,_map_js__WEBPACK_IMPORTED_MODULE_1__["default"])(recur, x).join(', ') + '))';
|
|
11761
|
-
|
|
11762
11607
|
case '[object Array]':
|
|
11763
11608
|
return '[' + (0,_map_js__WEBPACK_IMPORTED_MODULE_1__["default"])(recur, x).concat(mapPairs(x, (0,_reject_js__WEBPACK_IMPORTED_MODULE_3__["default"])(function (k) {
|
|
11764
11609
|
return /^\d+$/.test(k);
|
|
11765
11610
|
}, (0,_keys_js__WEBPACK_IMPORTED_MODULE_4__["default"])(x)))).join(', ') + ']';
|
|
11766
|
-
|
|
11767
11611
|
case '[object Boolean]':
|
|
11768
11612
|
return typeof x === 'object' ? 'new Boolean(' + recur(x.valueOf()) + ')' : x.toString();
|
|
11769
|
-
|
|
11770
11613
|
case '[object Date]':
|
|
11771
11614
|
return 'new Date(' + (isNaN(x.valueOf()) ? recur(NaN) : (0,_quote_js__WEBPACK_IMPORTED_MODULE_2__["default"])((0,_toISOString_js__WEBPACK_IMPORTED_MODULE_5__["default"])(x))) + ')';
|
|
11772
|
-
|
|
11773
11615
|
case '[object Map]':
|
|
11774
11616
|
return 'new Map(' + recur(Array.from(x)) + ')';
|
|
11775
|
-
|
|
11776
11617
|
case '[object Null]':
|
|
11777
11618
|
return 'null';
|
|
11778
|
-
|
|
11779
11619
|
case '[object Number]':
|
|
11780
11620
|
return typeof x === 'object' ? 'new Number(' + recur(x.valueOf()) + ')' : 1 / x === -Infinity ? '-0' : x.toString(10);
|
|
11781
|
-
|
|
11782
11621
|
case '[object Set]':
|
|
11783
11622
|
return 'new Set(' + recur(Array.from(x).sort()) + ')';
|
|
11784
|
-
|
|
11785
11623
|
case '[object String]':
|
|
11786
11624
|
return typeof x === 'object' ? 'new String(' + recur(x.valueOf()) + ')' : (0,_quote_js__WEBPACK_IMPORTED_MODULE_2__["default"])(x);
|
|
11787
|
-
|
|
11788
11625
|
case '[object Undefined]':
|
|
11789
11626
|
return 'undefined';
|
|
11790
|
-
|
|
11791
11627
|
default:
|
|
11792
11628
|
if (typeof x.toString === 'function') {
|
|
11793
11629
|
var repr = x.toString();
|
|
11794
|
-
|
|
11795
11630
|
if (repr !== '[object Object]') {
|
|
11796
11631
|
return repr;
|
|
11797
11632
|
}
|
|
11798
11633
|
}
|
|
11799
|
-
|
|
11800
11634
|
return '{' + mapPairs(x, (0,_keys_js__WEBPACK_IMPORTED_MODULE_4__["default"])(x)).join(', ') + '}';
|
|
11801
11635
|
}
|
|
11802
11636
|
}
|
|
@@ -11814,18 +11648,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11814
11648
|
function _xArrayReduce(xf, acc, list) {
|
|
11815
11649
|
var idx = 0;
|
|
11816
11650
|
var len = list.length;
|
|
11817
|
-
|
|
11818
11651
|
while (idx < len) {
|
|
11819
11652
|
acc = xf['@@transducer/step'](acc, list[idx]);
|
|
11820
|
-
|
|
11821
11653
|
if (acc && acc['@@transducer/reduced']) {
|
|
11822
11654
|
acc = acc['@@transducer/value'];
|
|
11823
11655
|
break;
|
|
11824
11656
|
}
|
|
11825
|
-
|
|
11826
11657
|
idx += 1;
|
|
11827
11658
|
}
|
|
11828
|
-
|
|
11829
11659
|
return xf['@@transducer/result'](acc);
|
|
11830
11660
|
}
|
|
11831
11661
|
|
|
@@ -11845,32 +11675,22 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11845
11675
|
|
|
11846
11676
|
|
|
11847
11677
|
|
|
11848
|
-
|
|
11849
11678
|
function _xIterableReduce(xf, acc, iter) {
|
|
11850
11679
|
var step = iter.next();
|
|
11851
|
-
|
|
11852
11680
|
while (!step.done) {
|
|
11853
11681
|
acc = xf['@@transducer/step'](acc, step.value);
|
|
11854
|
-
|
|
11855
11682
|
if (acc && acc['@@transducer/reduced']) {
|
|
11856
11683
|
acc = acc['@@transducer/value'];
|
|
11857
11684
|
break;
|
|
11858
11685
|
}
|
|
11859
|
-
|
|
11860
11686
|
step = iter.next();
|
|
11861
11687
|
}
|
|
11862
|
-
|
|
11863
11688
|
return xf['@@transducer/result'](acc);
|
|
11864
11689
|
}
|
|
11865
|
-
|
|
11866
11690
|
function _xMethodReduce(xf, acc, obj, methodName) {
|
|
11867
11691
|
return xf['@@transducer/result'](obj[methodName]((0,_bind_js__WEBPACK_IMPORTED_MODULE_0__["default"])(xf['@@transducer/step'], xf), acc));
|
|
11868
11692
|
}
|
|
11869
|
-
|
|
11870
|
-
var _xReduce =
|
|
11871
|
-
/*#__PURE__*/
|
|
11872
|
-
(0,_createReduce_js__WEBPACK_IMPORTED_MODULE_1__["default"])(_xArrayReduce_js__WEBPACK_IMPORTED_MODULE_2__["default"], _xMethodReduce, _xIterableReduce);
|
|
11873
|
-
|
|
11693
|
+
var _xReduce = /*#__PURE__*/(0,_createReduce_js__WEBPACK_IMPORTED_MODULE_1__["default"])(_xArrayReduce_js__WEBPACK_IMPORTED_MODULE_2__["default"], _xMethodReduce, _xIterableReduce);
|
|
11874
11694
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_xReduce);
|
|
11875
11695
|
|
|
11876
11696
|
/***/ }),
|
|
@@ -11887,38 +11707,28 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11887
11707
|
/* harmony import */ var _xfBase_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3143);
|
|
11888
11708
|
|
|
11889
11709
|
|
|
11890
|
-
|
|
11891
|
-
var XAll =
|
|
11892
|
-
/*#__PURE__*/
|
|
11893
|
-
function () {
|
|
11710
|
+
var XAll = /*#__PURE__*/function () {
|
|
11894
11711
|
function XAll(f, xf) {
|
|
11895
11712
|
this.xf = xf;
|
|
11896
11713
|
this.f = f;
|
|
11897
11714
|
this.all = true;
|
|
11898
11715
|
}
|
|
11899
|
-
|
|
11900
11716
|
XAll.prototype['@@transducer/init'] = _xfBase_js__WEBPACK_IMPORTED_MODULE_0__["default"].init;
|
|
11901
|
-
|
|
11902
11717
|
XAll.prototype['@@transducer/result'] = function (result) {
|
|
11903
11718
|
if (this.all) {
|
|
11904
11719
|
result = this.xf['@@transducer/step'](result, true);
|
|
11905
11720
|
}
|
|
11906
|
-
|
|
11907
11721
|
return this.xf['@@transducer/result'](result);
|
|
11908
11722
|
};
|
|
11909
|
-
|
|
11910
11723
|
XAll.prototype['@@transducer/step'] = function (result, input) {
|
|
11911
11724
|
if (!this.f(input)) {
|
|
11912
11725
|
this.all = false;
|
|
11913
11726
|
result = (0,_reduced_js__WEBPACK_IMPORTED_MODULE_1__["default"])(this.xf['@@transducer/step'](result, false));
|
|
11914
11727
|
}
|
|
11915
|
-
|
|
11916
11728
|
return result;
|
|
11917
11729
|
};
|
|
11918
|
-
|
|
11919
11730
|
return XAll;
|
|
11920
11731
|
}();
|
|
11921
|
-
|
|
11922
11732
|
function _xall(f) {
|
|
11923
11733
|
return function (xf) {
|
|
11924
11734
|
return new XAll(f, xf);
|
|
@@ -11937,33 +11747,24 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11937
11747
|
/* harmony export */ });
|
|
11938
11748
|
/* harmony import */ var _xfBase_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3143);
|
|
11939
11749
|
|
|
11940
|
-
|
|
11941
|
-
var XDropWhile =
|
|
11942
|
-
/*#__PURE__*/
|
|
11943
|
-
function () {
|
|
11750
|
+
var XDropWhile = /*#__PURE__*/function () {
|
|
11944
11751
|
function XDropWhile(f, xf) {
|
|
11945
11752
|
this.xf = xf;
|
|
11946
11753
|
this.f = f;
|
|
11947
11754
|
}
|
|
11948
|
-
|
|
11949
11755
|
XDropWhile.prototype['@@transducer/init'] = _xfBase_js__WEBPACK_IMPORTED_MODULE_0__["default"].init;
|
|
11950
11756
|
XDropWhile.prototype['@@transducer/result'] = _xfBase_js__WEBPACK_IMPORTED_MODULE_0__["default"].result;
|
|
11951
|
-
|
|
11952
11757
|
XDropWhile.prototype['@@transducer/step'] = function (result, input) {
|
|
11953
11758
|
if (this.f) {
|
|
11954
11759
|
if (this.f(input)) {
|
|
11955
11760
|
return result;
|
|
11956
11761
|
}
|
|
11957
|
-
|
|
11958
11762
|
this.f = null;
|
|
11959
11763
|
}
|
|
11960
|
-
|
|
11961
11764
|
return this.xf['@@transducer/step'](result, input);
|
|
11962
11765
|
};
|
|
11963
|
-
|
|
11964
11766
|
return XDropWhile;
|
|
11965
11767
|
}();
|
|
11966
|
-
|
|
11967
11768
|
function _xdropWhile(f) {
|
|
11968
11769
|
return function (xf) {
|
|
11969
11770
|
return new XDropWhile(f, xf);
|
|
@@ -12001,25 +11802,18 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12001
11802
|
/* harmony export */ });
|
|
12002
11803
|
/* harmony import */ var _xfBase_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3143);
|
|
12003
11804
|
|
|
12004
|
-
|
|
12005
|
-
var XFilter =
|
|
12006
|
-
/*#__PURE__*/
|
|
12007
|
-
function () {
|
|
11805
|
+
var XFilter = /*#__PURE__*/function () {
|
|
12008
11806
|
function XFilter(f, xf) {
|
|
12009
11807
|
this.xf = xf;
|
|
12010
11808
|
this.f = f;
|
|
12011
11809
|
}
|
|
12012
|
-
|
|
12013
11810
|
XFilter.prototype['@@transducer/init'] = _xfBase_js__WEBPACK_IMPORTED_MODULE_0__["default"].init;
|
|
12014
11811
|
XFilter.prototype['@@transducer/result'] = _xfBase_js__WEBPACK_IMPORTED_MODULE_0__["default"].result;
|
|
12015
|
-
|
|
12016
11812
|
XFilter.prototype['@@transducer/step'] = function (result, input) {
|
|
12017
11813
|
return this.f(input) ? this.xf['@@transducer/step'](result, input) : result;
|
|
12018
11814
|
};
|
|
12019
|
-
|
|
12020
11815
|
return XFilter;
|
|
12021
11816
|
}();
|
|
12022
|
-
|
|
12023
11817
|
function _xfilter(f) {
|
|
12024
11818
|
return function (xf) {
|
|
12025
11819
|
return new XFilter(f, xf);
|
|
@@ -12038,31 +11832,23 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12038
11832
|
/* harmony export */ });
|
|
12039
11833
|
/* harmony import */ var _xfBase_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3143);
|
|
12040
11834
|
|
|
12041
|
-
|
|
12042
|
-
var XMap =
|
|
12043
|
-
/*#__PURE__*/
|
|
12044
|
-
function () {
|
|
11835
|
+
var XMap = /*#__PURE__*/function () {
|
|
12045
11836
|
function XMap(f, xf) {
|
|
12046
11837
|
this.xf = xf;
|
|
12047
11838
|
this.f = f;
|
|
12048
11839
|
}
|
|
12049
|
-
|
|
12050
11840
|
XMap.prototype['@@transducer/init'] = _xfBase_js__WEBPACK_IMPORTED_MODULE_0__["default"].init;
|
|
12051
11841
|
XMap.prototype['@@transducer/result'] = _xfBase_js__WEBPACK_IMPORTED_MODULE_0__["default"].result;
|
|
12052
|
-
|
|
12053
11842
|
XMap.prototype['@@transducer/step'] = function (result, input) {
|
|
12054
11843
|
return this.xf['@@transducer/step'](result, this.f(input));
|
|
12055
11844
|
};
|
|
12056
|
-
|
|
12057
11845
|
return XMap;
|
|
12058
11846
|
}();
|
|
12059
|
-
|
|
12060
11847
|
var _xmap = function _xmap(f) {
|
|
12061
11848
|
return function (xf) {
|
|
12062
11849
|
return new XMap(f, xf);
|
|
12063
11850
|
};
|
|
12064
11851
|
};
|
|
12065
|
-
|
|
12066
11852
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_xmap);
|
|
12067
11853
|
|
|
12068
11854
|
/***/ }),
|
|
@@ -12079,28 +11865,21 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12079
11865
|
/* harmony import */ var _xfBase_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3143);
|
|
12080
11866
|
|
|
12081
11867
|
|
|
12082
|
-
|
|
12083
|
-
var XTake =
|
|
12084
|
-
/*#__PURE__*/
|
|
12085
|
-
function () {
|
|
11868
|
+
var XTake = /*#__PURE__*/function () {
|
|
12086
11869
|
function XTake(n, xf) {
|
|
12087
11870
|
this.xf = xf;
|
|
12088
11871
|
this.n = n;
|
|
12089
11872
|
this.i = 0;
|
|
12090
11873
|
}
|
|
12091
|
-
|
|
12092
11874
|
XTake.prototype['@@transducer/init'] = _xfBase_js__WEBPACK_IMPORTED_MODULE_0__["default"].init;
|
|
12093
11875
|
XTake.prototype['@@transducer/result'] = _xfBase_js__WEBPACK_IMPORTED_MODULE_0__["default"].result;
|
|
12094
|
-
|
|
12095
11876
|
XTake.prototype['@@transducer/step'] = function (result, input) {
|
|
12096
11877
|
this.i += 1;
|
|
12097
11878
|
var ret = this.n === 0 ? result : this.xf['@@transducer/step'](result, input);
|
|
12098
11879
|
return this.n >= 0 && this.i >= this.n ? (0,_reduced_js__WEBPACK_IMPORTED_MODULE_1__["default"])(ret) : ret;
|
|
12099
11880
|
};
|
|
12100
|
-
|
|
12101
11881
|
return XTake;
|
|
12102
11882
|
}();
|
|
12103
|
-
|
|
12104
11883
|
function _xtake(n) {
|
|
12105
11884
|
return function (xf) {
|
|
12106
11885
|
return new XTake(n, xf);
|
|
@@ -12117,28 +11896,21 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12117
11896
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12118
11897
|
/* harmony export */ "default": () => (/* binding */ _xwrap)
|
|
12119
11898
|
/* harmony export */ });
|
|
12120
|
-
var XWrap =
|
|
12121
|
-
/*#__PURE__*/
|
|
12122
|
-
function () {
|
|
11899
|
+
var XWrap = /*#__PURE__*/function () {
|
|
12123
11900
|
function XWrap(fn) {
|
|
12124
11901
|
this.f = fn;
|
|
12125
11902
|
}
|
|
12126
|
-
|
|
12127
11903
|
XWrap.prototype['@@transducer/init'] = function () {
|
|
12128
11904
|
throw new Error('init not implemented on XWrap');
|
|
12129
11905
|
};
|
|
12130
|
-
|
|
12131
11906
|
XWrap.prototype['@@transducer/result'] = function (acc) {
|
|
12132
11907
|
return acc;
|
|
12133
11908
|
};
|
|
12134
|
-
|
|
12135
11909
|
XWrap.prototype['@@transducer/step'] = function (acc, x) {
|
|
12136
11910
|
return this.f(acc, x);
|
|
12137
11911
|
};
|
|
12138
|
-
|
|
12139
11912
|
return XWrap;
|
|
12140
11913
|
}();
|
|
12141
|
-
|
|
12142
11914
|
function _xwrap(fn) {
|
|
12143
11915
|
return new XWrap(fn);
|
|
12144
11916
|
}
|
|
@@ -12161,6 +11933,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12161
11933
|
|
|
12162
11934
|
|
|
12163
11935
|
|
|
11936
|
+
|
|
12164
11937
|
/**
|
|
12165
11938
|
* Given an `arity` (Number) and a `name` (String) the `invoker` function
|
|
12166
11939
|
* returns a curried function that takes `arity` arguments and a `context`
|
|
@@ -12203,21 +11976,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12203
11976
|
* @symb R.invoker(1, 'method')(a, o) = o['method'](a)
|
|
12204
11977
|
* @symb R.invoker(2, 'method')(a, b, o) = o['method'](a, b)
|
|
12205
11978
|
*/
|
|
12206
|
-
|
|
12207
|
-
var invoker =
|
|
12208
|
-
/*#__PURE__*/
|
|
12209
|
-
(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function invoker(arity, method) {
|
|
11979
|
+
var invoker = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function invoker(arity, method) {
|
|
12210
11980
|
return (0,_curryN_js__WEBPACK_IMPORTED_MODULE_1__["default"])(arity + 1, function () {
|
|
12211
11981
|
var target = arguments[arity];
|
|
12212
|
-
|
|
12213
11982
|
if (target != null && (0,_internal_isFunction_js__WEBPACK_IMPORTED_MODULE_2__["default"])(target[method])) {
|
|
12214
11983
|
return target[method].apply(target, Array.prototype.slice.call(arguments, 0, arity));
|
|
12215
11984
|
}
|
|
12216
|
-
|
|
12217
11985
|
throw new TypeError((0,_toString_js__WEBPACK_IMPORTED_MODULE_3__["default"])(target) + ' does not have a method named "' + method + '"');
|
|
12218
11986
|
});
|
|
12219
11987
|
});
|
|
12220
|
-
|
|
12221
11988
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (invoker);
|
|
12222
11989
|
|
|
12223
11990
|
/***/ }),
|
|
@@ -12232,6 +11999,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12232
11999
|
/* harmony export */ });
|
|
12233
12000
|
/* harmony import */ var _invoker_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1837);
|
|
12234
12001
|
|
|
12002
|
+
|
|
12235
12003
|
/**
|
|
12236
12004
|
* Returns a string made by inserting the `separator` between each element and
|
|
12237
12005
|
* concatenating all the elements into a single string.
|
|
@@ -12251,10 +12019,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12251
12019
|
* spacer(['a', 2, 3.4]); //=> 'a 2 3.4'
|
|
12252
12020
|
* R.join('|', [1, 2, 3]); //=> '1|2|3'
|
|
12253
12021
|
*/
|
|
12254
|
-
|
|
12255
|
-
var join =
|
|
12256
|
-
/*#__PURE__*/
|
|
12257
|
-
(0,_invoker_js__WEBPACK_IMPORTED_MODULE_0__["default"])(1, 'join');
|
|
12022
|
+
var join = /*#__PURE__*/(0,_invoker_js__WEBPACK_IMPORTED_MODULE_0__["default"])(1, 'join');
|
|
12258
12023
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (join);
|
|
12259
12024
|
|
|
12260
12025
|
/***/ }),
|
|
@@ -12272,36 +12037,30 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12272
12037
|
/* harmony import */ var _internal_isArguments_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6590);
|
|
12273
12038
|
|
|
12274
12039
|
|
|
12275
|
-
// cover IE < 9 keys issues
|
|
12276
12040
|
|
|
12277
|
-
|
|
12278
|
-
|
|
12279
|
-
{
|
|
12041
|
+
|
|
12042
|
+
// cover IE < 9 keys issues
|
|
12043
|
+
var hasEnumBug = ! /*#__PURE__*/{
|
|
12280
12044
|
toString: null
|
|
12281
12045
|
}.propertyIsEnumerable('toString');
|
|
12282
|
-
var nonEnumerableProps = ['constructor', 'valueOf', 'isPrototypeOf', 'toString', 'propertyIsEnumerable', 'hasOwnProperty', 'toLocaleString'];
|
|
12283
|
-
|
|
12284
|
-
var hasArgsEnumBug =
|
|
12285
|
-
/*#__PURE__*/
|
|
12286
|
-
function () {
|
|
12046
|
+
var nonEnumerableProps = ['constructor', 'valueOf', 'isPrototypeOf', 'toString', 'propertyIsEnumerable', 'hasOwnProperty', 'toLocaleString'];
|
|
12047
|
+
// Safari bug
|
|
12048
|
+
var hasArgsEnumBug = /*#__PURE__*/function () {
|
|
12287
12049
|
'use strict';
|
|
12288
12050
|
|
|
12289
12051
|
return arguments.propertyIsEnumerable('length');
|
|
12290
12052
|
}();
|
|
12291
|
-
|
|
12292
12053
|
var contains = function contains(list, item) {
|
|
12293
12054
|
var idx = 0;
|
|
12294
|
-
|
|
12295
12055
|
while (idx < list.length) {
|
|
12296
12056
|
if (list[idx] === item) {
|
|
12297
12057
|
return true;
|
|
12298
12058
|
}
|
|
12299
|
-
|
|
12300
12059
|
idx += 1;
|
|
12301
12060
|
}
|
|
12302
|
-
|
|
12303
12061
|
return false;
|
|
12304
12062
|
};
|
|
12063
|
+
|
|
12305
12064
|
/**
|
|
12306
12065
|
* Returns a list containing the names of all the enumerable own properties of
|
|
12307
12066
|
* the supplied object.
|
|
@@ -12320,44 +12079,30 @@ var contains = function contains(list, item) {
|
|
|
12320
12079
|
*
|
|
12321
12080
|
* R.keys({a: 1, b: 2, c: 3}); //=> ['a', 'b', 'c']
|
|
12322
12081
|
*/
|
|
12323
|
-
|
|
12324
|
-
|
|
12325
|
-
var keys = typeof Object.keys === 'function' && !hasArgsEnumBug ?
|
|
12326
|
-
/*#__PURE__*/
|
|
12327
|
-
(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function keys(obj) {
|
|
12082
|
+
var keys = typeof Object.keys === 'function' && !hasArgsEnumBug ? /*#__PURE__*/(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function keys(obj) {
|
|
12328
12083
|
return Object(obj) !== obj ? [] : Object.keys(obj);
|
|
12329
|
-
}) :
|
|
12330
|
-
/*#__PURE__*/
|
|
12331
|
-
(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function keys(obj) {
|
|
12084
|
+
}) : /*#__PURE__*/(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function keys(obj) {
|
|
12332
12085
|
if (Object(obj) !== obj) {
|
|
12333
12086
|
return [];
|
|
12334
12087
|
}
|
|
12335
|
-
|
|
12336
12088
|
var prop, nIdx;
|
|
12337
12089
|
var ks = [];
|
|
12338
|
-
|
|
12339
12090
|
var checkArgsLength = hasArgsEnumBug && (0,_internal_isArguments_js__WEBPACK_IMPORTED_MODULE_1__["default"])(obj);
|
|
12340
|
-
|
|
12341
12091
|
for (prop in obj) {
|
|
12342
12092
|
if ((0,_internal_has_js__WEBPACK_IMPORTED_MODULE_2__["default"])(prop, obj) && (!checkArgsLength || prop !== 'length')) {
|
|
12343
12093
|
ks[ks.length] = prop;
|
|
12344
12094
|
}
|
|
12345
12095
|
}
|
|
12346
|
-
|
|
12347
12096
|
if (hasEnumBug) {
|
|
12348
12097
|
nIdx = nonEnumerableProps.length - 1;
|
|
12349
|
-
|
|
12350
12098
|
while (nIdx >= 0) {
|
|
12351
12099
|
prop = nonEnumerableProps[nIdx];
|
|
12352
|
-
|
|
12353
12100
|
if ((0,_internal_has_js__WEBPACK_IMPORTED_MODULE_2__["default"])(prop, obj) && !contains(ks, prop)) {
|
|
12354
12101
|
ks[ks.length] = prop;
|
|
12355
12102
|
}
|
|
12356
|
-
|
|
12357
12103
|
nIdx -= 1;
|
|
12358
12104
|
}
|
|
12359
12105
|
}
|
|
12360
|
-
|
|
12361
12106
|
return ks;
|
|
12362
12107
|
});
|
|
12363
12108
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (keys);
|
|
@@ -12376,6 +12121,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12376
12121
|
/* harmony import */ var _liftN_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7110);
|
|
12377
12122
|
|
|
12378
12123
|
|
|
12124
|
+
|
|
12379
12125
|
/**
|
|
12380
12126
|
* "lifts" a function of arity >= 1 so that it may "map over" a list, Function or other
|
|
12381
12127
|
* object that satisfies the [FantasyLand Apply spec](https://github.com/fantasyland/fantasy-land#apply).
|
|
@@ -12398,13 +12144,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12398
12144
|
*
|
|
12399
12145
|
* madd5([10, 20], [1], [2, 3], [4], [100, 200]); //=> [117, 217, 118, 218, 127, 227, 128, 228]
|
|
12400
12146
|
*/
|
|
12401
|
-
|
|
12402
|
-
var lift =
|
|
12403
|
-
/*#__PURE__*/
|
|
12404
|
-
(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function lift(fn) {
|
|
12147
|
+
var lift = /*#__PURE__*/(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function lift(fn) {
|
|
12405
12148
|
return (0,_liftN_js__WEBPACK_IMPORTED_MODULE_1__["default"])(fn.length, fn);
|
|
12406
12149
|
});
|
|
12407
|
-
|
|
12408
12150
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (lift);
|
|
12409
12151
|
|
|
12410
12152
|
/***/ }),
|
|
@@ -12427,6 +12169,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12427
12169
|
|
|
12428
12170
|
|
|
12429
12171
|
|
|
12172
|
+
|
|
12430
12173
|
/**
|
|
12431
12174
|
* "lifts" a function to be the specified arity, so that it may "map over" that
|
|
12432
12175
|
* many lists, Functions or other objects that satisfy the [FantasyLand Apply spec](https://github.com/fantasyland/fantasy-land#apply).
|
|
@@ -12444,16 +12187,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12444
12187
|
* const madd3 = R.liftN(3, (...args) => R.sum(args));
|
|
12445
12188
|
* madd3([1,2,3], [1,2,3], [1]); //=> [3, 4, 5, 4, 5, 6, 5, 6, 7]
|
|
12446
12189
|
*/
|
|
12447
|
-
|
|
12448
|
-
var liftN =
|
|
12449
|
-
/*#__PURE__*/
|
|
12450
|
-
(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function liftN(arity, fn) {
|
|
12190
|
+
var liftN = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function liftN(arity, fn) {
|
|
12451
12191
|
var lifted = (0,_curryN_js__WEBPACK_IMPORTED_MODULE_1__["default"])(arity, fn);
|
|
12452
12192
|
return (0,_curryN_js__WEBPACK_IMPORTED_MODULE_1__["default"])(arity, function () {
|
|
12453
12193
|
return (0,_internal_arrayReduce_js__WEBPACK_IMPORTED_MODULE_2__["default"])(_ap_js__WEBPACK_IMPORTED_MODULE_3__["default"], (0,_map_js__WEBPACK_IMPORTED_MODULE_4__["default"])(lifted, arguments[0]), Array.prototype.slice.call(arguments, 1));
|
|
12454
12194
|
});
|
|
12455
12195
|
});
|
|
12456
|
-
|
|
12457
12196
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (liftN);
|
|
12458
12197
|
|
|
12459
12198
|
/***/ }),
|
|
@@ -12480,6 +12219,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12480
12219
|
|
|
12481
12220
|
|
|
12482
12221
|
|
|
12222
|
+
|
|
12483
12223
|
/**
|
|
12484
12224
|
* Takes a function and
|
|
12485
12225
|
* a [functor](https://github.com/fantasyland/fantasy-land#functor),
|
|
@@ -12515,29 +12255,21 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12515
12255
|
* @symb R.map(f, { x: a, y: b }) = { x: f(a), y: f(b) }
|
|
12516
12256
|
* @symb R.map(f, functor_o) = functor_o.map(f)
|
|
12517
12257
|
*/
|
|
12518
|
-
|
|
12519
|
-
var map =
|
|
12520
|
-
/*#__PURE__*/
|
|
12521
|
-
(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(
|
|
12522
|
-
/*#__PURE__*/
|
|
12523
|
-
(0,_internal_dispatchable_js__WEBPACK_IMPORTED_MODULE_1__["default"])(['fantasy-land/map', 'map'], _internal_xmap_js__WEBPACK_IMPORTED_MODULE_2__["default"], function map(fn, functor) {
|
|
12258
|
+
var map = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])( /*#__PURE__*/(0,_internal_dispatchable_js__WEBPACK_IMPORTED_MODULE_1__["default"])(['fantasy-land/map', 'map'], _internal_xmap_js__WEBPACK_IMPORTED_MODULE_2__["default"], function map(fn, functor) {
|
|
12524
12259
|
switch (Object.prototype.toString.call(functor)) {
|
|
12525
12260
|
case '[object Function]':
|
|
12526
12261
|
return (0,_curryN_js__WEBPACK_IMPORTED_MODULE_3__["default"])(functor.length, function () {
|
|
12527
12262
|
return fn.call(this, functor.apply(this, arguments));
|
|
12528
12263
|
});
|
|
12529
|
-
|
|
12530
12264
|
case '[object Object]':
|
|
12531
12265
|
return (0,_internal_arrayReduce_js__WEBPACK_IMPORTED_MODULE_4__["default"])(function (acc, key) {
|
|
12532
12266
|
acc[key] = fn(functor[key]);
|
|
12533
12267
|
return acc;
|
|
12534
12268
|
}, {}, (0,_keys_js__WEBPACK_IMPORTED_MODULE_5__["default"])(functor));
|
|
12535
|
-
|
|
12536
12269
|
default:
|
|
12537
12270
|
return (0,_internal_map_js__WEBPACK_IMPORTED_MODULE_6__["default"])(fn, functor);
|
|
12538
12271
|
}
|
|
12539
12272
|
}));
|
|
12540
|
-
|
|
12541
12273
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (map);
|
|
12542
12274
|
|
|
12543
12275
|
/***/ }),
|
|
@@ -12554,6 +12286,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12554
12286
|
/* harmony import */ var _toString_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9271);
|
|
12555
12287
|
|
|
12556
12288
|
|
|
12289
|
+
|
|
12557
12290
|
/**
|
|
12558
12291
|
* Returns the larger of its two arguments.
|
|
12559
12292
|
*
|
|
@@ -12571,98 +12304,35 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12571
12304
|
* R.max(789, 123); //=> 789
|
|
12572
12305
|
* R.max('a', 'b'); //=> 'b'
|
|
12573
12306
|
*/
|
|
12574
|
-
|
|
12575
|
-
var max =
|
|
12576
|
-
/*#__PURE__*/
|
|
12577
|
-
(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function max(a, b) {
|
|
12307
|
+
var max = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function max(a, b) {
|
|
12578
12308
|
if (a === b) {
|
|
12579
12309
|
return b;
|
|
12580
12310
|
}
|
|
12581
|
-
|
|
12582
12311
|
function safeMax(x, y) {
|
|
12583
12312
|
if (x > y !== y > x) {
|
|
12584
12313
|
return y > x ? y : x;
|
|
12585
12314
|
}
|
|
12586
|
-
|
|
12587
12315
|
return undefined;
|
|
12588
12316
|
}
|
|
12589
|
-
|
|
12590
12317
|
var maxByValue = safeMax(a, b);
|
|
12591
|
-
|
|
12592
12318
|
if (maxByValue !== undefined) {
|
|
12593
12319
|
return maxByValue;
|
|
12594
12320
|
}
|
|
12595
|
-
|
|
12596
12321
|
var maxByType = safeMax(typeof a, typeof b);
|
|
12597
|
-
|
|
12598
12322
|
if (maxByType !== undefined) {
|
|
12599
12323
|
return maxByType === typeof a ? a : b;
|
|
12600
12324
|
}
|
|
12601
|
-
|
|
12602
12325
|
var stringA = (0,_toString_js__WEBPACK_IMPORTED_MODULE_1__["default"])(a);
|
|
12603
12326
|
var maxByStringValue = safeMax(stringA, (0,_toString_js__WEBPACK_IMPORTED_MODULE_1__["default"])(b));
|
|
12604
|
-
|
|
12605
12327
|
if (maxByStringValue !== undefined) {
|
|
12606
12328
|
return maxByStringValue === stringA ? a : b;
|
|
12607
12329
|
}
|
|
12608
|
-
|
|
12609
12330
|
return b;
|
|
12610
12331
|
});
|
|
12611
|
-
|
|
12612
12332
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (max);
|
|
12613
12333
|
|
|
12614
12334
|
/***/ }),
|
|
12615
12335
|
|
|
12616
|
-
/***/ 9565:
|
|
12617
|
-
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
12618
|
-
|
|
12619
|
-
"use strict";
|
|
12620
|
-
__webpack_require__.r(__webpack_exports__);
|
|
12621
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12622
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
12623
|
-
/* harmony export */ });
|
|
12624
|
-
/* harmony import */ var _internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5959);
|
|
12625
|
-
/* harmony import */ var _internal_isString_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(141);
|
|
12626
|
-
|
|
12627
|
-
|
|
12628
|
-
/**
|
|
12629
|
-
* Returns the nth element of the given list or string. If n is negative the
|
|
12630
|
-
* element at index length + n is returned.
|
|
12631
|
-
*
|
|
12632
|
-
* @func
|
|
12633
|
-
* @memberOf R
|
|
12634
|
-
* @since v0.1.0
|
|
12635
|
-
* @category List
|
|
12636
|
-
* @sig Number -> [a] -> a | Undefined
|
|
12637
|
-
* @sig Number -> String -> String
|
|
12638
|
-
* @param {Number} offset
|
|
12639
|
-
* @param {*} list
|
|
12640
|
-
* @return {*}
|
|
12641
|
-
* @example
|
|
12642
|
-
*
|
|
12643
|
-
* const list = ['foo', 'bar', 'baz', 'quux'];
|
|
12644
|
-
* R.nth(1, list); //=> 'bar'
|
|
12645
|
-
* R.nth(-1, list); //=> 'quux'
|
|
12646
|
-
* R.nth(-99, list); //=> undefined
|
|
12647
|
-
*
|
|
12648
|
-
* R.nth(2, 'abc'); //=> 'c'
|
|
12649
|
-
* R.nth(3, 'abc'); //=> ''
|
|
12650
|
-
* @symb R.nth(-1, [a, b, c]) = c
|
|
12651
|
-
* @symb R.nth(0, [a, b, c]) = a
|
|
12652
|
-
* @symb R.nth(1, [a, b, c]) = b
|
|
12653
|
-
*/
|
|
12654
|
-
|
|
12655
|
-
var nth =
|
|
12656
|
-
/*#__PURE__*/
|
|
12657
|
-
(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function nth(offset, list) {
|
|
12658
|
-
var idx = offset < 0 ? list.length + offset : offset;
|
|
12659
|
-
return (0,_internal_isString_js__WEBPACK_IMPORTED_MODULE_1__["default"])(list) ? list.charAt(idx) : list[idx];
|
|
12660
|
-
});
|
|
12661
|
-
|
|
12662
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (nth);
|
|
12663
|
-
|
|
12664
|
-
/***/ }),
|
|
12665
|
-
|
|
12666
12336
|
/***/ 7567:
|
|
12667
12337
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
12668
12338
|
|
|
@@ -12679,6 +12349,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12679
12349
|
|
|
12680
12350
|
|
|
12681
12351
|
|
|
12352
|
+
|
|
12682
12353
|
/**
|
|
12683
12354
|
* Performs left-to-right function composition. The first argument may have
|
|
12684
12355
|
* any arity; the remaining arguments must be unary.
|
|
@@ -12703,12 +12374,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12703
12374
|
* @symb R.pipe(f, g, h)(a, b) = h(g(f(a, b)))
|
|
12704
12375
|
* @symb R.pipe(f, g, h)(a)(b) = h(g(f(a)))(b)
|
|
12705
12376
|
*/
|
|
12706
|
-
|
|
12707
12377
|
function pipe() {
|
|
12708
12378
|
if (arguments.length === 0) {
|
|
12709
12379
|
throw new Error('pipe requires at least one argument');
|
|
12710
12380
|
}
|
|
12711
|
-
|
|
12712
12381
|
return (0,_internal_arity_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arguments[0].length, (0,_reduce_js__WEBPACK_IMPORTED_MODULE_1__["default"])(_internal_pipe_js__WEBPACK_IMPORTED_MODULE_2__["default"], arguments[0], (0,_tail_js__WEBPACK_IMPORTED_MODULE_3__["default"])(arguments)));
|
|
12713
12382
|
}
|
|
12714
12383
|
|
|
@@ -12728,6 +12397,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12728
12397
|
|
|
12729
12398
|
|
|
12730
12399
|
|
|
12400
|
+
|
|
12731
12401
|
/**
|
|
12732
12402
|
* Returns a new list by plucking the same named property off all objects in
|
|
12733
12403
|
* the list supplied.
|
|
@@ -12755,13 +12425,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12755
12425
|
* @symb R.pluck('x', [{x: 1, y: 2}, {x: 3, y: 4}, {x: 5, y: 6}]) = [1, 3, 5]
|
|
12756
12426
|
* @symb R.pluck(0, [[1, 2], [3, 4], [5, 6]]) = [1, 3, 5]
|
|
12757
12427
|
*/
|
|
12758
|
-
|
|
12759
|
-
var pluck =
|
|
12760
|
-
/*#__PURE__*/
|
|
12761
|
-
(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function pluck(p, list) {
|
|
12428
|
+
var pluck = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function pluck(p, list) {
|
|
12762
12429
|
return (0,_map_js__WEBPACK_IMPORTED_MODULE_1__["default"])((0,_prop_js__WEBPACK_IMPORTED_MODULE_2__["default"])(p), list);
|
|
12763
12430
|
});
|
|
12764
|
-
|
|
12765
12431
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (pluck);
|
|
12766
12432
|
|
|
12767
12433
|
/***/ }),
|
|
@@ -12776,7 +12442,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12776
12442
|
/* harmony export */ });
|
|
12777
12443
|
/* harmony import */ var _internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5959);
|
|
12778
12444
|
/* harmony import */ var _internal_isInteger_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7700);
|
|
12779
|
-
/* harmony import */ var
|
|
12445
|
+
/* harmony import */ var _internal_nth_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5136);
|
|
12446
|
+
|
|
12780
12447
|
|
|
12781
12448
|
|
|
12782
12449
|
|
|
@@ -12802,16 +12469,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12802
12469
|
* R.compose(R.inc, R.prop('x'))({ x: 3 }) //=> 4
|
|
12803
12470
|
*/
|
|
12804
12471
|
|
|
12805
|
-
var prop =
|
|
12806
|
-
/*#__PURE__*/
|
|
12807
|
-
(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function prop(p, obj) {
|
|
12472
|
+
var prop = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function prop(p, obj) {
|
|
12808
12473
|
if (obj == null) {
|
|
12809
12474
|
return;
|
|
12810
12475
|
}
|
|
12811
|
-
|
|
12812
|
-
return (0,_internal_isInteger_js__WEBPACK_IMPORTED_MODULE_1__["default"])(p) ? (0,_nth_js__WEBPACK_IMPORTED_MODULE_2__["default"])(p, obj) : obj[p];
|
|
12476
|
+
return (0,_internal_isInteger_js__WEBPACK_IMPORTED_MODULE_1__["default"])(p) ? (0,_internal_nth_js__WEBPACK_IMPORTED_MODULE_2__["default"])(p, obj) : obj[p];
|
|
12813
12477
|
});
|
|
12814
|
-
|
|
12815
12478
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (prop);
|
|
12816
12479
|
|
|
12817
12480
|
/***/ }),
|
|
@@ -12830,6 +12493,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12830
12493
|
|
|
12831
12494
|
|
|
12832
12495
|
|
|
12496
|
+
|
|
12833
12497
|
/**
|
|
12834
12498
|
* Returns a single item by iterating through the list, successively calling
|
|
12835
12499
|
* the iterator function and passing it an accumulator value and the current
|
|
@@ -12882,13 +12546,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12882
12546
|
*
|
|
12883
12547
|
* @symb R.reduce(f, a, [b, c, d]) = f(f(f(a, b), c), d)
|
|
12884
12548
|
*/
|
|
12885
|
-
|
|
12886
|
-
var reduce =
|
|
12887
|
-
/*#__PURE__*/
|
|
12888
|
-
(0,_internal_curry3_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function (xf, acc, list) {
|
|
12549
|
+
var reduce = /*#__PURE__*/(0,_internal_curry3_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function (xf, acc, list) {
|
|
12889
12550
|
return (0,_internal_xReduce_js__WEBPACK_IMPORTED_MODULE_1__["default"])(typeof xf === 'function' ? (0,_internal_xwrap_js__WEBPACK_IMPORTED_MODULE_2__["default"])(xf) : xf, acc, list);
|
|
12890
12551
|
});
|
|
12891
|
-
|
|
12892
12552
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (reduce);
|
|
12893
12553
|
|
|
12894
12554
|
/***/ }),
|
|
@@ -12907,6 +12567,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12907
12567
|
|
|
12908
12568
|
|
|
12909
12569
|
|
|
12570
|
+
|
|
12910
12571
|
/**
|
|
12911
12572
|
* The complement of [`filter`](#filter).
|
|
12912
12573
|
*
|
|
@@ -12931,13 +12592,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12931
12592
|
*
|
|
12932
12593
|
* R.reject(isOdd, {a: 1, b: 2, c: 3, d: 4}); //=> {b: 2, d: 4}
|
|
12933
12594
|
*/
|
|
12934
|
-
|
|
12935
|
-
var reject =
|
|
12936
|
-
/*#__PURE__*/
|
|
12937
|
-
(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function reject(pred, filterable) {
|
|
12595
|
+
var reject = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function reject(pred, filterable) {
|
|
12938
12596
|
return (0,_filter_js__WEBPACK_IMPORTED_MODULE_1__["default"])((0,_internal_complement_js__WEBPACK_IMPORTED_MODULE_2__["default"])(pred), filterable);
|
|
12939
12597
|
});
|
|
12940
|
-
|
|
12941
12598
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (reject);
|
|
12942
12599
|
|
|
12943
12600
|
/***/ }),
|
|
@@ -12952,6 +12609,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12952
12609
|
/* harmony export */ });
|
|
12953
12610
|
/* harmony import */ var _internal_curry3_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9088);
|
|
12954
12611
|
|
|
12612
|
+
|
|
12955
12613
|
/**
|
|
12956
12614
|
* Replace a substring or regex match in a string with a replacement.
|
|
12957
12615
|
*
|
|
@@ -12976,13 +12634,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12976
12634
|
* // Use the "g" (global) flag to replace all occurrences:
|
|
12977
12635
|
* R.replace(/foo/g, 'bar', 'foo foo foo'); //=> 'bar bar bar'
|
|
12978
12636
|
*/
|
|
12979
|
-
|
|
12980
|
-
var replace =
|
|
12981
|
-
/*#__PURE__*/
|
|
12982
|
-
(0,_internal_curry3_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function replace(regex, replacement, str) {
|
|
12637
|
+
var replace = /*#__PURE__*/(0,_internal_curry3_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function replace(regex, replacement, str) {
|
|
12983
12638
|
return str.replace(regex, replacement);
|
|
12984
12639
|
});
|
|
12985
|
-
|
|
12986
12640
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (replace);
|
|
12987
12641
|
|
|
12988
12642
|
/***/ }),
|
|
@@ -12999,6 +12653,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12999
12653
|
/* harmony import */ var _internal_curry3_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9088);
|
|
13000
12654
|
|
|
13001
12655
|
|
|
12656
|
+
|
|
13002
12657
|
/**
|
|
13003
12658
|
* Returns the elements of the given list or string (or object with a `slice`
|
|
13004
12659
|
* method) from `fromIndex` (inclusive) to `toIndex` (exclusive).
|
|
@@ -13023,15 +12678,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13023
12678
|
* R.slice(-3, -1, ['a', 'b', 'c', 'd']); //=> ['b', 'c']
|
|
13024
12679
|
* R.slice(0, 3, 'ramda'); //=> 'ram'
|
|
13025
12680
|
*/
|
|
13026
|
-
|
|
13027
|
-
var slice =
|
|
13028
|
-
/*#__PURE__*/
|
|
13029
|
-
(0,_internal_curry3_js__WEBPACK_IMPORTED_MODULE_0__["default"])(
|
|
13030
|
-
/*#__PURE__*/
|
|
13031
|
-
(0,_internal_checkForMethod_js__WEBPACK_IMPORTED_MODULE_1__["default"])('slice', function slice(fromIndex, toIndex, list) {
|
|
12681
|
+
var slice = /*#__PURE__*/(0,_internal_curry3_js__WEBPACK_IMPORTED_MODULE_0__["default"])( /*#__PURE__*/(0,_internal_checkForMethod_js__WEBPACK_IMPORTED_MODULE_1__["default"])('slice', function slice(fromIndex, toIndex, list) {
|
|
13032
12682
|
return Array.prototype.slice.call(list, fromIndex, toIndex);
|
|
13033
12683
|
}));
|
|
13034
|
-
|
|
13035
12684
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (slice);
|
|
13036
12685
|
|
|
13037
12686
|
/***/ }),
|
|
@@ -13046,6 +12695,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13046
12695
|
/* harmony export */ });
|
|
13047
12696
|
/* harmony import */ var _invoker_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1837);
|
|
13048
12697
|
|
|
12698
|
+
|
|
13049
12699
|
/**
|
|
13050
12700
|
* Splits a string into an array of strings based on the given
|
|
13051
12701
|
* separator.
|
|
@@ -13066,10 +12716,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13066
12716
|
*
|
|
13067
12717
|
* R.split('.', 'a.b.c.xyz.d'); //=> ['a', 'b', 'c', 'xyz', 'd']
|
|
13068
12718
|
*/
|
|
13069
|
-
|
|
13070
|
-
var split =
|
|
13071
|
-
/*#__PURE__*/
|
|
13072
|
-
(0,_invoker_js__WEBPACK_IMPORTED_MODULE_0__["default"])(1, 'split');
|
|
12719
|
+
var split = /*#__PURE__*/(0,_invoker_js__WEBPACK_IMPORTED_MODULE_0__["default"])(1, 'split');
|
|
13073
12720
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (split);
|
|
13074
12721
|
|
|
13075
12722
|
/***/ }),
|
|
@@ -13088,6 +12735,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13088
12735
|
|
|
13089
12736
|
|
|
13090
12737
|
|
|
12738
|
+
|
|
13091
12739
|
/**
|
|
13092
12740
|
* Checks if a list starts with the provided sublist.
|
|
13093
12741
|
*
|
|
@@ -13110,13 +12758,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13110
12758
|
* R.startsWith(['a'], ['a', 'b', 'c']) //=> true
|
|
13111
12759
|
* R.startsWith(['b'], ['a', 'b', 'c']) //=> false
|
|
13112
12760
|
*/
|
|
13113
|
-
|
|
13114
|
-
var startsWith =
|
|
13115
|
-
/*#__PURE__*/
|
|
13116
|
-
(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function (prefix, list) {
|
|
12761
|
+
var startsWith = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function (prefix, list) {
|
|
13117
12762
|
return (0,_equals_js__WEBPACK_IMPORTED_MODULE_1__["default"])((0,_take_js__WEBPACK_IMPORTED_MODULE_2__["default"])(prefix.length, list), prefix);
|
|
13118
12763
|
});
|
|
13119
|
-
|
|
13120
12764
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (startsWith);
|
|
13121
12765
|
|
|
13122
12766
|
/***/ }),
|
|
@@ -13135,6 +12779,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13135
12779
|
|
|
13136
12780
|
|
|
13137
12781
|
|
|
12782
|
+
|
|
13138
12783
|
/**
|
|
13139
12784
|
* Returns all but the first element of the given list or string (or object
|
|
13140
12785
|
* with a `tail` method).
|
|
@@ -13162,15 +12807,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13162
12807
|
* R.tail('a'); //=> ''
|
|
13163
12808
|
* R.tail(''); //=> ''
|
|
13164
12809
|
*/
|
|
13165
|
-
|
|
13166
|
-
var tail =
|
|
13167
|
-
/*#__PURE__*/
|
|
13168
|
-
(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(
|
|
13169
|
-
/*#__PURE__*/
|
|
13170
|
-
(0,_internal_checkForMethod_js__WEBPACK_IMPORTED_MODULE_1__["default"])('tail',
|
|
13171
|
-
/*#__PURE__*/
|
|
13172
|
-
(0,_slice_js__WEBPACK_IMPORTED_MODULE_2__["default"])(1, Infinity)));
|
|
13173
|
-
|
|
12810
|
+
var tail = /*#__PURE__*/(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])( /*#__PURE__*/(0,_internal_checkForMethod_js__WEBPACK_IMPORTED_MODULE_1__["default"])('tail', /*#__PURE__*/(0,_slice_js__WEBPACK_IMPORTED_MODULE_2__["default"])(1, Infinity)));
|
|
13174
12811
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (tail);
|
|
13175
12812
|
|
|
13176
12813
|
/***/ }),
|
|
@@ -13191,6 +12828,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13191
12828
|
|
|
13192
12829
|
|
|
13193
12830
|
|
|
12831
|
+
|
|
13194
12832
|
/**
|
|
13195
12833
|
* Returns the first `n` elements of the given list, string, or
|
|
13196
12834
|
* transducer/transformer (or object with a `take` method).
|
|
@@ -13234,15 +12872,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13234
12872
|
* @symb R.take(1, [a, b]) = [a]
|
|
13235
12873
|
* @symb R.take(2, [a, b]) = [a, b]
|
|
13236
12874
|
*/
|
|
13237
|
-
|
|
13238
|
-
var take =
|
|
13239
|
-
/*#__PURE__*/
|
|
13240
|
-
(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(
|
|
13241
|
-
/*#__PURE__*/
|
|
13242
|
-
(0,_internal_dispatchable_js__WEBPACK_IMPORTED_MODULE_1__["default"])(['take'], _internal_xtake_js__WEBPACK_IMPORTED_MODULE_2__["default"], function take(n, xs) {
|
|
12875
|
+
var take = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])( /*#__PURE__*/(0,_internal_dispatchable_js__WEBPACK_IMPORTED_MODULE_1__["default"])(['take'], _internal_xtake_js__WEBPACK_IMPORTED_MODULE_2__["default"], function take(n, xs) {
|
|
13243
12876
|
return (0,_slice_js__WEBPACK_IMPORTED_MODULE_3__["default"])(0, n < 0 ? Infinity : n, xs);
|
|
13244
12877
|
}));
|
|
13245
|
-
|
|
13246
12878
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (take);
|
|
13247
12879
|
|
|
13248
12880
|
/***/ }),
|
|
@@ -13259,6 +12891,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13259
12891
|
/* harmony import */ var _internal_toString_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2420);
|
|
13260
12892
|
|
|
13261
12893
|
|
|
12894
|
+
|
|
13262
12895
|
/**
|
|
13263
12896
|
* Returns the string representation of the given value. `eval`'ing the output
|
|
13264
12897
|
* should result in a value equivalent to the input value. Many of the built-in
|
|
@@ -13295,13 +12928,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13295
12928
|
* R.toString({foo: 1, bar: 2, baz: 3}); //=> '{"bar": 2, "baz": 3, "foo": 1}'
|
|
13296
12929
|
* R.toString(new Date('2001-02-03T04:05:06Z')); //=> 'new Date("2001-02-03T04:05:06.000Z")'
|
|
13297
12930
|
*/
|
|
13298
|
-
|
|
13299
|
-
var toString =
|
|
13300
|
-
/*#__PURE__*/
|
|
13301
|
-
(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function toString(val) {
|
|
12931
|
+
var toString = /*#__PURE__*/(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function toString(val) {
|
|
13302
12932
|
return (0,_internal_toString_js__WEBPACK_IMPORTED_MODULE_1__["default"])(val, []);
|
|
13303
12933
|
});
|
|
13304
|
-
|
|
13305
12934
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (toString);
|
|
13306
12935
|
|
|
13307
12936
|
/***/ }),
|
|
@@ -13316,6 +12945,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13316
12945
|
/* harmony export */ });
|
|
13317
12946
|
/* harmony import */ var _internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8938);
|
|
13318
12947
|
|
|
12948
|
+
|
|
13319
12949
|
/**
|
|
13320
12950
|
* Gives a single-word string description of the (native) type of a value,
|
|
13321
12951
|
* returning such answers as 'Object', 'Number', 'Array', or 'Null'. Does not
|
|
@@ -13341,14 +12971,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13341
12971
|
* R.type(() => {}); //=> "Function"
|
|
13342
12972
|
* R.type(async () => {}); //=> "AsyncFunction"
|
|
13343
12973
|
* R.type(undefined); //=> "Undefined"
|
|
12974
|
+
* R.type(BigInt(123)); //=> "BigInt"
|
|
13344
12975
|
*/
|
|
13345
|
-
|
|
13346
|
-
var type =
|
|
13347
|
-
/*#__PURE__*/
|
|
13348
|
-
(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function type(val) {
|
|
12976
|
+
var type = /*#__PURE__*/(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function type(val) {
|
|
13349
12977
|
return val === null ? 'Null' : val === undefined ? 'Undefined' : Object.prototype.toString.call(val).slice(8, -1);
|
|
13350
12978
|
});
|
|
13351
|
-
|
|
13352
12979
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (type);
|
|
13353
12980
|
|
|
13354
12981
|
/***/ }),
|
|
@@ -13617,7 +13244,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13617
13244
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
13618
13245
|
/* harmony export */ });
|
|
13619
13246
|
/* harmony import */ var minim__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8326);
|
|
13620
|
-
/* harmony import */ var ramda_adjunct__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
13247
|
+
/* harmony import */ var ramda_adjunct__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3031);
|
|
13621
13248
|
|
|
13622
13249
|
|
|
13623
13250
|
class ParseResult extends minim__WEBPACK_IMPORTED_MODULE_0__.ArrayElement {
|
|
@@ -13770,7 +13397,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13770
13397
|
/* harmony export */ });
|
|
13771
13398
|
/* harmony import */ var minim__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8326);
|
|
13772
13399
|
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(5380);
|
|
13773
|
-
/* harmony import */ var ramda_adjunct__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
13400
|
+
/* harmony import */ var ramda_adjunct__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(3699);
|
|
13774
13401
|
/* harmony import */ var _elements_Annotation_mjs__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1460);
|
|
13775
13402
|
/* harmony import */ var _elements_Comment_mjs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(5534);
|
|
13776
13403
|
/* harmony import */ var _elements_ParseResult_mjs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(6439);
|