@everymatrix/casino-search 1.34.1 → 1.34.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/casino-search.js +42 -88
- package/dist/casino-search.js.map +1 -1
- package/package.json +2 -2
package/dist/casino-search.js
CHANGED
|
@@ -779,17 +779,17 @@
|
|
|
779
779
|
***************************************************************************** */
|
|
780
780
|
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
781
781
|
|
|
782
|
-
var extendStatics
|
|
783
|
-
extendStatics
|
|
782
|
+
var extendStatics = function(d, b) {
|
|
783
|
+
extendStatics = Object.setPrototypeOf ||
|
|
784
784
|
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
785
785
|
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
786
|
-
return extendStatics
|
|
786
|
+
return extendStatics(d, b);
|
|
787
787
|
};
|
|
788
788
|
|
|
789
|
-
function __extends
|
|
789
|
+
function __extends(d, b) {
|
|
790
790
|
if (typeof b !== "function" && b !== null)
|
|
791
791
|
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
792
|
-
extendStatics
|
|
792
|
+
extendStatics(d, b);
|
|
793
793
|
function __() { this.constructor = d; }
|
|
794
794
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
795
795
|
}
|
|
@@ -805,7 +805,36 @@
|
|
|
805
805
|
return __assign.apply(this, arguments);
|
|
806
806
|
};
|
|
807
807
|
|
|
808
|
-
function
|
|
808
|
+
function __values(o) {
|
|
809
|
+
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
810
|
+
if (m) return m.call(o);
|
|
811
|
+
if (o && typeof o.length === "number") return {
|
|
812
|
+
next: function () {
|
|
813
|
+
if (o && i >= o.length) o = void 0;
|
|
814
|
+
return { value: o && o[i++], done: !o };
|
|
815
|
+
}
|
|
816
|
+
};
|
|
817
|
+
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
function __read(o, n) {
|
|
821
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
822
|
+
if (!m) return o;
|
|
823
|
+
var i = m.call(o), r, ar = [], e;
|
|
824
|
+
try {
|
|
825
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
826
|
+
}
|
|
827
|
+
catch (error) { e = { error: error }; }
|
|
828
|
+
finally {
|
|
829
|
+
try {
|
|
830
|
+
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
831
|
+
}
|
|
832
|
+
finally { if (e) throw e.error; }
|
|
833
|
+
}
|
|
834
|
+
return ar;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
function __spreadArray(to, from, pack) {
|
|
809
838
|
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
810
839
|
if (ar || !(i in from)) {
|
|
811
840
|
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
@@ -4208,7 +4237,7 @@
|
|
|
4208
4237
|
ErrorCode["MISSING_INTL_API"] = "MISSING_INTL_API";
|
|
4209
4238
|
})(ErrorCode || (ErrorCode = {}));
|
|
4210
4239
|
var FormatError = /** @class */ (function (_super) {
|
|
4211
|
-
__extends
|
|
4240
|
+
__extends(FormatError, _super);
|
|
4212
4241
|
function FormatError(msg, code, originalMessage) {
|
|
4213
4242
|
var _this = _super.call(this, msg) || this;
|
|
4214
4243
|
_this.code = code;
|
|
@@ -4221,21 +4250,21 @@
|
|
|
4221
4250
|
return FormatError;
|
|
4222
4251
|
}(Error));
|
|
4223
4252
|
var InvalidValueError = /** @class */ (function (_super) {
|
|
4224
|
-
__extends
|
|
4253
|
+
__extends(InvalidValueError, _super);
|
|
4225
4254
|
function InvalidValueError(variableId, value, options, originalMessage) {
|
|
4226
4255
|
return _super.call(this, "Invalid values for \"".concat(variableId, "\": \"").concat(value, "\". Options are \"").concat(Object.keys(options).join('", "'), "\""), ErrorCode.INVALID_VALUE, originalMessage) || this;
|
|
4227
4256
|
}
|
|
4228
4257
|
return InvalidValueError;
|
|
4229
4258
|
}(FormatError));
|
|
4230
4259
|
var InvalidValueTypeError = /** @class */ (function (_super) {
|
|
4231
|
-
__extends
|
|
4260
|
+
__extends(InvalidValueTypeError, _super);
|
|
4232
4261
|
function InvalidValueTypeError(value, type, originalMessage) {
|
|
4233
4262
|
return _super.call(this, "Value for \"".concat(value, "\" must be of type ").concat(type), ErrorCode.INVALID_VALUE, originalMessage) || this;
|
|
4234
4263
|
}
|
|
4235
4264
|
return InvalidValueTypeError;
|
|
4236
4265
|
}(FormatError));
|
|
4237
4266
|
var MissingValueError = /** @class */ (function (_super) {
|
|
4238
|
-
__extends
|
|
4267
|
+
__extends(MissingValueError, _super);
|
|
4239
4268
|
function MissingValueError(variableId, originalMessage) {
|
|
4240
4269
|
return _super.call(this, "The intl string context variable \"".concat(variableId, "\" was not provided to the string \"").concat(originalMessage, "\""), ErrorCode.MISSING_VALUE, originalMessage) || this;
|
|
4241
4270
|
}
|
|
@@ -4469,7 +4498,7 @@
|
|
|
4469
4498
|
for (var _i = 0; _i < arguments.length; _i++) {
|
|
4470
4499
|
args[_i] = arguments[_i];
|
|
4471
4500
|
}
|
|
4472
|
-
return new ((_a = Intl.NumberFormat).bind.apply(_a, __spreadArray
|
|
4501
|
+
return new ((_a = Intl.NumberFormat).bind.apply(_a, __spreadArray([void 0], args, false)))();
|
|
4473
4502
|
}, {
|
|
4474
4503
|
cache: createFastMemoizeCache(cache.number),
|
|
4475
4504
|
strategy: strategies.variadic,
|
|
@@ -4480,7 +4509,7 @@
|
|
|
4480
4509
|
for (var _i = 0; _i < arguments.length; _i++) {
|
|
4481
4510
|
args[_i] = arguments[_i];
|
|
4482
4511
|
}
|
|
4483
|
-
return new ((_a = Intl.DateTimeFormat).bind.apply(_a, __spreadArray
|
|
4512
|
+
return new ((_a = Intl.DateTimeFormat).bind.apply(_a, __spreadArray([void 0], args, false)))();
|
|
4484
4513
|
}, {
|
|
4485
4514
|
cache: createFastMemoizeCache(cache.dateTime),
|
|
4486
4515
|
strategy: strategies.variadic,
|
|
@@ -4491,7 +4520,7 @@
|
|
|
4491
4520
|
for (var _i = 0; _i < arguments.length; _i++) {
|
|
4492
4521
|
args[_i] = arguments[_i];
|
|
4493
4522
|
}
|
|
4494
|
-
return new ((_a = Intl.PluralRules).bind.apply(_a, __spreadArray
|
|
4523
|
+
return new ((_a = Intl.PluralRules).bind.apply(_a, __spreadArray([void 0], args, false)))();
|
|
4495
4524
|
}, {
|
|
4496
4525
|
cache: createFastMemoizeCache(cache.pluralRules),
|
|
4497
4526
|
strategy: strategies.variadic,
|
|
@@ -5932,81 +5961,6 @@
|
|
|
5932
5961
|
|
|
5933
5962
|
self.fetch.bind(self);
|
|
5934
5963
|
|
|
5935
|
-
/******************************************************************************
|
|
5936
|
-
Copyright (c) Microsoft Corporation.
|
|
5937
|
-
|
|
5938
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
5939
|
-
purpose with or without fee is hereby granted.
|
|
5940
|
-
|
|
5941
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
5942
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
5943
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
5944
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
5945
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
5946
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
5947
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
5948
|
-
***************************************************************************** */
|
|
5949
|
-
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
5950
|
-
|
|
5951
|
-
var extendStatics = function(d, b) {
|
|
5952
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5953
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5954
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
5955
|
-
return extendStatics(d, b);
|
|
5956
|
-
};
|
|
5957
|
-
|
|
5958
|
-
function __extends(d, b) {
|
|
5959
|
-
if (typeof b !== "function" && b !== null)
|
|
5960
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
5961
|
-
extendStatics(d, b);
|
|
5962
|
-
function __() { this.constructor = d; }
|
|
5963
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
5964
|
-
}
|
|
5965
|
-
|
|
5966
|
-
function __values(o) {
|
|
5967
|
-
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
5968
|
-
if (m) return m.call(o);
|
|
5969
|
-
if (o && typeof o.length === "number") return {
|
|
5970
|
-
next: function () {
|
|
5971
|
-
if (o && i >= o.length) o = void 0;
|
|
5972
|
-
return { value: o && o[i++], done: !o };
|
|
5973
|
-
}
|
|
5974
|
-
};
|
|
5975
|
-
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
5976
|
-
}
|
|
5977
|
-
|
|
5978
|
-
function __read(o, n) {
|
|
5979
|
-
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
5980
|
-
if (!m) return o;
|
|
5981
|
-
var i = m.call(o), r, ar = [], e;
|
|
5982
|
-
try {
|
|
5983
|
-
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
5984
|
-
}
|
|
5985
|
-
catch (error) { e = { error: error }; }
|
|
5986
|
-
finally {
|
|
5987
|
-
try {
|
|
5988
|
-
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
5989
|
-
}
|
|
5990
|
-
finally { if (e) throw e.error; }
|
|
5991
|
-
}
|
|
5992
|
-
return ar;
|
|
5993
|
-
}
|
|
5994
|
-
|
|
5995
|
-
function __spreadArray(to, from, pack) {
|
|
5996
|
-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
5997
|
-
if (ar || !(i in from)) {
|
|
5998
|
-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
5999
|
-
ar[i] = from[i];
|
|
6000
|
-
}
|
|
6001
|
-
}
|
|
6002
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
6003
|
-
}
|
|
6004
|
-
|
|
6005
|
-
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
|
|
6006
|
-
var e = new Error(message);
|
|
6007
|
-
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
6008
|
-
};
|
|
6009
|
-
|
|
6010
5964
|
function isFunction(value) {
|
|
6011
5965
|
return typeof value === 'function';
|
|
6012
5966
|
}
|