@opengeoweb/warnings 6.1.0 → 6.1.1

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.
Files changed (2) hide show
  1. package/index.esm.js +218 -213
  2. package/package.json +8 -7
package/index.esm.js CHANGED
@@ -1227,328 +1227,333 @@ var AreaManagerMapButtonConnect = function AreaManagerMapButtonConnect(_ref) {
1227
1227
  }, /*#__PURE__*/React__default.createElement(Polygons, null));
1228
1228
  };
1229
1229
 
1230
- function _iterableToArrayLimit(arr, i) {
1231
- var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"];
1232
- if (null != _i) {
1233
- var _s,
1234
- _e,
1235
- _x,
1236
- _r,
1237
- _arr = [],
1238
- _n = !0,
1239
- _d = !1;
1230
+ function _iterableToArrayLimit(r, l) {
1231
+ var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
1232
+ if (null != t) {
1233
+ var e,
1234
+ n,
1235
+ i,
1236
+ u,
1237
+ a = [],
1238
+ f = !0,
1239
+ o = !1;
1240
1240
  try {
1241
- if (_x = (_i = _i.call(arr)).next, 0 === i) {
1242
- if (Object(_i) !== _i) return;
1243
- _n = !1;
1244
- } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0);
1245
- } catch (err) {
1246
- _d = !0, _e = err;
1241
+ if (i = (t = t.call(r)).next, 0 === l) {
1242
+ if (Object(t) !== t) return;
1243
+ f = !1;
1244
+ } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
1245
+ } catch (r) {
1246
+ o = !0, n = r;
1247
1247
  } finally {
1248
1248
  try {
1249
- if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return;
1249
+ if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return;
1250
1250
  } finally {
1251
- if (_d) throw _e;
1251
+ if (o) throw n;
1252
1252
  }
1253
1253
  }
1254
- return _arr;
1254
+ return a;
1255
1255
  }
1256
1256
  }
1257
1257
  function _regeneratorRuntime() {
1258
1258
  _regeneratorRuntime = function () {
1259
- return exports;
1259
+ return e;
1260
1260
  };
1261
- var exports = {},
1262
- Op = Object.prototype,
1263
- hasOwn = Op.hasOwnProperty,
1264
- defineProperty = Object.defineProperty || function (obj, key, desc) {
1265
- obj[key] = desc.value;
1261
+ var t,
1262
+ e = {},
1263
+ r = Object.prototype,
1264
+ n = r.hasOwnProperty,
1265
+ o = Object.defineProperty || function (t, e, r) {
1266
+ t[e] = r.value;
1266
1267
  },
1267
- $Symbol = "function" == typeof Symbol ? Symbol : {},
1268
- iteratorSymbol = $Symbol.iterator || "@@iterator",
1269
- asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator",
1270
- toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
1271
- function define(obj, key, value) {
1272
- return Object.defineProperty(obj, key, {
1273
- value: value,
1268
+ i = "function" == typeof Symbol ? Symbol : {},
1269
+ a = i.iterator || "@@iterator",
1270
+ c = i.asyncIterator || "@@asyncIterator",
1271
+ u = i.toStringTag || "@@toStringTag";
1272
+ function define(t, e, r) {
1273
+ return Object.defineProperty(t, e, {
1274
+ value: r,
1274
1275
  enumerable: !0,
1275
1276
  configurable: !0,
1276
1277
  writable: !0
1277
- }), obj[key];
1278
+ }), t[e];
1278
1279
  }
1279
1280
  try {
1280
1281
  define({}, "");
1281
- } catch (err) {
1282
- define = function (obj, key, value) {
1283
- return obj[key] = value;
1282
+ } catch (t) {
1283
+ define = function (t, e, r) {
1284
+ return t[e] = r;
1284
1285
  };
1285
1286
  }
1286
- function wrap(innerFn, outerFn, self, tryLocsList) {
1287
- var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator,
1288
- generator = Object.create(protoGenerator.prototype),
1289
- context = new Context(tryLocsList || []);
1290
- return defineProperty(generator, "_invoke", {
1291
- value: makeInvokeMethod(innerFn, self, context)
1292
- }), generator;
1287
+ function wrap(t, e, r, n) {
1288
+ var i = e && e.prototype instanceof Generator ? e : Generator,
1289
+ a = Object.create(i.prototype),
1290
+ c = new Context(n || []);
1291
+ return o(a, "_invoke", {
1292
+ value: makeInvokeMethod(t, r, c)
1293
+ }), a;
1293
1294
  }
1294
- function tryCatch(fn, obj, arg) {
1295
+ function tryCatch(t, e, r) {
1295
1296
  try {
1296
1297
  return {
1297
1298
  type: "normal",
1298
- arg: fn.call(obj, arg)
1299
+ arg: t.call(e, r)
1299
1300
  };
1300
- } catch (err) {
1301
+ } catch (t) {
1301
1302
  return {
1302
1303
  type: "throw",
1303
- arg: err
1304
+ arg: t
1304
1305
  };
1305
1306
  }
1306
1307
  }
1307
- exports.wrap = wrap;
1308
- var ContinueSentinel = {};
1308
+ e.wrap = wrap;
1309
+ var h = "suspendedStart",
1310
+ l = "suspendedYield",
1311
+ f = "executing",
1312
+ s = "completed",
1313
+ y = {};
1309
1314
  function Generator() {}
1310
1315
  function GeneratorFunction() {}
1311
1316
  function GeneratorFunctionPrototype() {}
1312
- var IteratorPrototype = {};
1313
- define(IteratorPrototype, iteratorSymbol, function () {
1317
+ var p = {};
1318
+ define(p, a, function () {
1314
1319
  return this;
1315
1320
  });
1316
- var getProto = Object.getPrototypeOf,
1317
- NativeIteratorPrototype = getProto && getProto(getProto(values([])));
1318
- NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype);
1319
- var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype);
1320
- function defineIteratorMethods(prototype) {
1321
- ["next", "throw", "return"].forEach(function (method) {
1322
- define(prototype, method, function (arg) {
1323
- return this._invoke(method, arg);
1321
+ var d = Object.getPrototypeOf,
1322
+ v = d && d(d(values([])));
1323
+ v && v !== r && n.call(v, a) && (p = v);
1324
+ var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
1325
+ function defineIteratorMethods(t) {
1326
+ ["next", "throw", "return"].forEach(function (e) {
1327
+ define(t, e, function (t) {
1328
+ return this._invoke(e, t);
1324
1329
  });
1325
1330
  });
1326
1331
  }
1327
- function AsyncIterator(generator, PromiseImpl) {
1328
- function invoke(method, arg, resolve, reject) {
1329
- var record = tryCatch(generator[method], generator, arg);
1330
- if ("throw" !== record.type) {
1331
- var result = record.arg,
1332
- value = result.value;
1333
- return value && "object" == typeof value && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) {
1334
- invoke("next", value, resolve, reject);
1335
- }, function (err) {
1336
- invoke("throw", err, resolve, reject);
1337
- }) : PromiseImpl.resolve(value).then(function (unwrapped) {
1338
- result.value = unwrapped, resolve(result);
1339
- }, function (error) {
1340
- return invoke("throw", error, resolve, reject);
1332
+ function AsyncIterator(t, e) {
1333
+ function invoke(r, o, i, a) {
1334
+ var c = tryCatch(t[r], t, o);
1335
+ if ("throw" !== c.type) {
1336
+ var u = c.arg,
1337
+ h = u.value;
1338
+ return h && "object" == typeof h && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) {
1339
+ invoke("next", t, i, a);
1340
+ }, function (t) {
1341
+ invoke("throw", t, i, a);
1342
+ }) : e.resolve(h).then(function (t) {
1343
+ u.value = t, i(u);
1344
+ }, function (t) {
1345
+ return invoke("throw", t, i, a);
1341
1346
  });
1342
1347
  }
1343
- reject(record.arg);
1348
+ a(c.arg);
1344
1349
  }
1345
- var previousPromise;
1346
- defineProperty(this, "_invoke", {
1347
- value: function (method, arg) {
1350
+ var r;
1351
+ o(this, "_invoke", {
1352
+ value: function (t, n) {
1348
1353
  function callInvokeWithMethodAndArg() {
1349
- return new PromiseImpl(function (resolve, reject) {
1350
- invoke(method, arg, resolve, reject);
1354
+ return new e(function (e, r) {
1355
+ invoke(t, n, e, r);
1351
1356
  });
1352
1357
  }
1353
- return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
1358
+ return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
1354
1359
  }
1355
1360
  });
1356
1361
  }
1357
- function makeInvokeMethod(innerFn, self, context) {
1358
- var state = "suspendedStart";
1359
- return function (method, arg) {
1360
- if ("executing" === state) throw new Error("Generator is already running");
1361
- if ("completed" === state) {
1362
- if ("throw" === method) throw arg;
1362
+ function makeInvokeMethod(e, r, n) {
1363
+ var o = h;
1364
+ return function (i, a) {
1365
+ if (o === f) throw new Error("Generator is already running");
1366
+ if (o === s) {
1367
+ if ("throw" === i) throw a;
1363
1368
  return {
1364
- value: void 0,
1369
+ value: t,
1365
1370
  done: !0
1366
1371
  };
1367
1372
  }
1368
- for (context.method = method, context.arg = arg;;) {
1369
- var delegate = context.delegate;
1370
- if (delegate) {
1371
- var delegateResult = maybeInvokeDelegate(delegate, context);
1372
- if (delegateResult) {
1373
- if (delegateResult === ContinueSentinel) continue;
1374
- return delegateResult;
1373
+ for (n.method = i, n.arg = a;;) {
1374
+ var c = n.delegate;
1375
+ if (c) {
1376
+ var u = maybeInvokeDelegate(c, n);
1377
+ if (u) {
1378
+ if (u === y) continue;
1379
+ return u;
1375
1380
  }
1376
1381
  }
1377
- if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) {
1378
- if ("suspendedStart" === state) throw state = "completed", context.arg;
1379
- context.dispatchException(context.arg);
1380
- } else "return" === context.method && context.abrupt("return", context.arg);
1381
- state = "executing";
1382
- var record = tryCatch(innerFn, self, context);
1383
- if ("normal" === record.type) {
1384
- if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue;
1382
+ if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
1383
+ if (o === h) throw o = s, n.arg;
1384
+ n.dispatchException(n.arg);
1385
+ } else "return" === n.method && n.abrupt("return", n.arg);
1386
+ o = f;
1387
+ var p = tryCatch(e, r, n);
1388
+ if ("normal" === p.type) {
1389
+ if (o = n.done ? s : l, p.arg === y) continue;
1385
1390
  return {
1386
- value: record.arg,
1387
- done: context.done
1391
+ value: p.arg,
1392
+ done: n.done
1388
1393
  };
1389
1394
  }
1390
- "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg);
1395
+ "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
1391
1396
  }
1392
1397
  };
1393
1398
  }
1394
- function maybeInvokeDelegate(delegate, context) {
1395
- var methodName = context.method,
1396
- method = delegate.iterator[methodName];
1397
- if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel;
1398
- var record = tryCatch(method, delegate.iterator, context.arg);
1399
- if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel;
1400
- var info = record.arg;
1401
- return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel);
1399
+ function maybeInvokeDelegate(e, r) {
1400
+ var n = r.method,
1401
+ o = e.iterator[n];
1402
+ if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y;
1403
+ var i = tryCatch(o, e.iterator, r.arg);
1404
+ if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y;
1405
+ var a = i.arg;
1406
+ return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y);
1402
1407
  }
1403
- function pushTryEntry(locs) {
1404
- var entry = {
1405
- tryLoc: locs[0]
1408
+ function pushTryEntry(t) {
1409
+ var e = {
1410
+ tryLoc: t[0]
1406
1411
  };
1407
- 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry);
1412
+ 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
1408
1413
  }
1409
- function resetTryEntry(entry) {
1410
- var record = entry.completion || {};
1411
- record.type = "normal", delete record.arg, entry.completion = record;
1414
+ function resetTryEntry(t) {
1415
+ var e = t.completion || {};
1416
+ e.type = "normal", delete e.arg, t.completion = e;
1412
1417
  }
1413
- function Context(tryLocsList) {
1418
+ function Context(t) {
1414
1419
  this.tryEntries = [{
1415
1420
  tryLoc: "root"
1416
- }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0);
1421
+ }], t.forEach(pushTryEntry, this), this.reset(!0);
1417
1422
  }
1418
- function values(iterable) {
1419
- if (iterable || "" === iterable) {
1420
- var iteratorMethod = iterable[iteratorSymbol];
1421
- if (iteratorMethod) return iteratorMethod.call(iterable);
1422
- if ("function" == typeof iterable.next) return iterable;
1423
- if (!isNaN(iterable.length)) {
1424
- var i = -1,
1425
- next = function next() {
1426
- for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next;
1427
- return next.value = undefined, next.done = !0, next;
1423
+ function values(e) {
1424
+ if (e || "" === e) {
1425
+ var r = e[a];
1426
+ if (r) return r.call(e);
1427
+ if ("function" == typeof e.next) return e;
1428
+ if (!isNaN(e.length)) {
1429
+ var o = -1,
1430
+ i = function next() {
1431
+ for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next;
1432
+ return next.value = t, next.done = !0, next;
1428
1433
  };
1429
- return next.next = next;
1434
+ return i.next = i;
1430
1435
  }
1431
1436
  }
1432
- throw new TypeError(typeof iterable + " is not iterable");
1437
+ throw new TypeError(typeof e + " is not iterable");
1433
1438
  }
1434
- return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", {
1439
+ return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
1435
1440
  value: GeneratorFunctionPrototype,
1436
1441
  configurable: !0
1437
- }), defineProperty(GeneratorFunctionPrototype, "constructor", {
1442
+ }), o(GeneratorFunctionPrototype, "constructor", {
1438
1443
  value: GeneratorFunction,
1439
1444
  configurable: !0
1440
- }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) {
1441
- var ctor = "function" == typeof genFun && genFun.constructor;
1442
- return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name));
1443
- }, exports.mark = function (genFun) {
1444
- return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun;
1445
- }, exports.awrap = function (arg) {
1445
+ }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
1446
+ var e = "function" == typeof t && t.constructor;
1447
+ return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
1448
+ }, e.mark = function (t) {
1449
+ return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
1450
+ }, e.awrap = function (t) {
1446
1451
  return {
1447
- __await: arg
1452
+ __await: t
1448
1453
  };
1449
- }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () {
1454
+ }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
1450
1455
  return this;
1451
- }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) {
1452
- void 0 === PromiseImpl && (PromiseImpl = Promise);
1453
- var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl);
1454
- return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) {
1455
- return result.done ? result.value : iter.next();
1456
+ }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) {
1457
+ void 0 === i && (i = Promise);
1458
+ var a = new AsyncIterator(wrap(t, r, n, o), i);
1459
+ return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
1460
+ return t.done ? t.value : a.next();
1456
1461
  });
1457
- }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () {
1462
+ }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
1458
1463
  return this;
1459
- }), define(Gp, "toString", function () {
1464
+ }), define(g, "toString", function () {
1460
1465
  return "[object Generator]";
1461
- }), exports.keys = function (val) {
1462
- var object = Object(val),
1463
- keys = [];
1464
- for (var key in object) keys.push(key);
1465
- return keys.reverse(), function next() {
1466
- for (; keys.length;) {
1467
- var key = keys.pop();
1468
- if (key in object) return next.value = key, next.done = !1, next;
1466
+ }), e.keys = function (t) {
1467
+ var e = Object(t),
1468
+ r = [];
1469
+ for (var n in e) r.push(n);
1470
+ return r.reverse(), function next() {
1471
+ for (; r.length;) {
1472
+ var t = r.pop();
1473
+ if (t in e) return next.value = t, next.done = !1, next;
1469
1474
  }
1470
1475
  return next.done = !0, next;
1471
1476
  };
1472
- }, exports.values = values, Context.prototype = {
1477
+ }, e.values = values, Context.prototype = {
1473
1478
  constructor: Context,
1474
- reset: function (skipTempReset) {
1475
- if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined);
1479
+ reset: function (e) {
1480
+ if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t);
1476
1481
  },
1477
1482
  stop: function () {
1478
1483
  this.done = !0;
1479
- var rootRecord = this.tryEntries[0].completion;
1480
- if ("throw" === rootRecord.type) throw rootRecord.arg;
1484
+ var t = this.tryEntries[0].completion;
1485
+ if ("throw" === t.type) throw t.arg;
1481
1486
  return this.rval;
1482
1487
  },
1483
- dispatchException: function (exception) {
1484
- if (this.done) throw exception;
1485
- var context = this;
1486
- function handle(loc, caught) {
1487
- return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught;
1488
+ dispatchException: function (e) {
1489
+ if (this.done) throw e;
1490
+ var r = this;
1491
+ function handle(n, o) {
1492
+ return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
1488
1493
  }
1489
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
1490
- var entry = this.tryEntries[i],
1491
- record = entry.completion;
1492
- if ("root" === entry.tryLoc) return handle("end");
1493
- if (entry.tryLoc <= this.prev) {
1494
- var hasCatch = hasOwn.call(entry, "catchLoc"),
1495
- hasFinally = hasOwn.call(entry, "finallyLoc");
1496
- if (hasCatch && hasFinally) {
1497
- if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
1498
- if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
1499
- } else if (hasCatch) {
1500
- if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
1494
+ for (var o = this.tryEntries.length - 1; o >= 0; --o) {
1495
+ var i = this.tryEntries[o],
1496
+ a = i.completion;
1497
+ if ("root" === i.tryLoc) return handle("end");
1498
+ if (i.tryLoc <= this.prev) {
1499
+ var c = n.call(i, "catchLoc"),
1500
+ u = n.call(i, "finallyLoc");
1501
+ if (c && u) {
1502
+ if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
1503
+ if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
1504
+ } else if (c) {
1505
+ if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
1501
1506
  } else {
1502
- if (!hasFinally) throw new Error("try statement without catch or finally");
1503
- if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
1507
+ if (!u) throw new Error("try statement without catch or finally");
1508
+ if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
1504
1509
  }
1505
1510
  }
1506
1511
  }
1507
1512
  },
1508
- abrupt: function (type, arg) {
1509
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
1510
- var entry = this.tryEntries[i];
1511
- if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) {
1512
- var finallyEntry = entry;
1513
+ abrupt: function (t, e) {
1514
+ for (var r = this.tryEntries.length - 1; r >= 0; --r) {
1515
+ var o = this.tryEntries[r];
1516
+ if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
1517
+ var i = o;
1513
1518
  break;
1514
1519
  }
1515
1520
  }
1516
- finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null);
1517
- var record = finallyEntry ? finallyEntry.completion : {};
1518
- return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record);
1521
+ i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
1522
+ var a = i ? i.completion : {};
1523
+ return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
1519
1524
  },
1520
- complete: function (record, afterLoc) {
1521
- if ("throw" === record.type) throw record.arg;
1522
- return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel;
1525
+ complete: function (t, e) {
1526
+ if ("throw" === t.type) throw t.arg;
1527
+ return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y;
1523
1528
  },
1524
- finish: function (finallyLoc) {
1525
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
1526
- var entry = this.tryEntries[i];
1527
- if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel;
1529
+ finish: function (t) {
1530
+ for (var e = this.tryEntries.length - 1; e >= 0; --e) {
1531
+ var r = this.tryEntries[e];
1532
+ if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
1528
1533
  }
1529
1534
  },
1530
- catch: function (tryLoc) {
1531
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
1532
- var entry = this.tryEntries[i];
1533
- if (entry.tryLoc === tryLoc) {
1534
- var record = entry.completion;
1535
- if ("throw" === record.type) {
1536
- var thrown = record.arg;
1537
- resetTryEntry(entry);
1535
+ catch: function (t) {
1536
+ for (var e = this.tryEntries.length - 1; e >= 0; --e) {
1537
+ var r = this.tryEntries[e];
1538
+ if (r.tryLoc === t) {
1539
+ var n = r.completion;
1540
+ if ("throw" === n.type) {
1541
+ var o = n.arg;
1542
+ resetTryEntry(r);
1538
1543
  }
1539
- return thrown;
1544
+ return o;
1540
1545
  }
1541
1546
  }
1542
1547
  throw new Error("illegal catch attempt");
1543
1548
  },
1544
- delegateYield: function (iterable, resultName, nextLoc) {
1549
+ delegateYield: function (e, r, n) {
1545
1550
  return this.delegate = {
1546
- iterator: values(iterable),
1547
- resultName: resultName,
1548
- nextLoc: nextLoc
1549
- }, "next" === this.method && (this.arg = undefined), ContinueSentinel;
1551
+ iterator: values(e),
1552
+ resultName: r,
1553
+ nextLoc: n
1554
+ }, "next" === this.method && (this.arg = t), y;
1550
1555
  }
1551
- }, exports;
1556
+ }, e;
1552
1557
  }
1553
1558
  function _slicedToArray(arr, i) {
1554
1559
  return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/warnings",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "GeoWeb warinings library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -9,13 +9,14 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "@mui/material": "5.12.0",
12
- "@opengeoweb/api": "6.1.0",
13
- "@opengeoweb/core": "6.1.0",
14
- "@opengeoweb/shared": "6.1.0",
15
- "@opengeoweb/store": "6.1.0",
16
- "@opengeoweb/theme": "6.1.0",
12
+ "@opengeoweb/api": "6.1.1",
13
+ "@opengeoweb/core": "6.1.1",
14
+ "@opengeoweb/shared": "6.1.1",
15
+ "@opengeoweb/store": "6.1.1",
16
+ "@opengeoweb/theme": "6.1.1",
17
+ "@opengeoweb/webmap-react": "6.1.1",
17
18
  "@reduxjs/toolkit": "1.9.5",
18
- "axios": "1.4.0",
19
+ "axios": "1.5.0",
19
20
  "react": "18.2.0",
20
21
  "react-redux": "8.1.2",
21
22
  "redux-saga": "1.2.3"