@smart-factor/gem-ui-map-component 0.0.23 → 0.0.25

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.
@@ -21671,7 +21671,7 @@ var utilInspect = require$$0$1, inspectCustom = utilInspect.custom, inspectSymbo
21671
21671
  if (typeof globalThis < "u" && B === globalThis || typeof commonjsGlobal < "u" && B === commonjsGlobal)
21672
21672
  return "{ [object globalThis] }";
21673
21673
  if (!isDate$2(B) && !isRegExp$3(B)) {
21674
- var n1 = arrObjKeys(B, _0), u1 = gPO ? gPO(B) === Object.prototype : B instanceof Object || B.constructor === Object, g1 = B instanceof Object ? "" : "null prototype", ti = !u1 && toStringTag$2 && Object(B) === B && toStringTag$2 in B ? $slice.call(toStr$1(B), 8, -1) : g1 ? "Object" : "", l1 = u1 || typeof B.constructor != "function" ? "" : B.constructor.name ? B.constructor.name + " " : "", y1 = l1 + (ti || g1 ? "[" + $join.call($concat$1.call([], ti || [], g1 || []), ": ") + "] " : "");
21674
+ var n1 = arrObjKeys(B, _0), u1 = gPO ? gPO(B) === Object.prototype : B instanceof Object || B.constructor === Object, g1 = B instanceof Object ? "" : "null prototype", ti = !u1 && toStringTag$2 && Object(B) === B && toStringTag$2 in B ? $slice.call(toStr(B), 8, -1) : g1 ? "Object" : "", l1 = u1 || typeof B.constructor != "function" ? "" : B.constructor.name ? B.constructor.name + " " : "", y1 = l1 + (ti || g1 ? "[" + $join.call($concat$1.call([], ti || [], g1 || []), ": ") + "] " : "");
21675
21675
  return n1.length === 0 ? y1 + "{}" : O0 ? y1 + "{" + indentedJoin(n1, O0) + "}" : y1 + "{ " + $join.call(n1, ", ") + " }";
21676
21676
  }
21677
21677
  return String(B);
@@ -21687,25 +21687,25 @@ function canTrustToString(L) {
21687
21687
  return !toStringTag$2 || !(typeof L == "object" && (toStringTag$2 in L || typeof L[toStringTag$2] < "u"));
21688
21688
  }
21689
21689
  function isArray$6(L) {
21690
- return toStr$1(L) === "[object Array]" && canTrustToString(L);
21690
+ return toStr(L) === "[object Array]" && canTrustToString(L);
21691
21691
  }
21692
21692
  function isDate$2(L) {
21693
- return toStr$1(L) === "[object Date]" && canTrustToString(L);
21693
+ return toStr(L) === "[object Date]" && canTrustToString(L);
21694
21694
  }
21695
21695
  function isRegExp$3(L) {
21696
- return toStr$1(L) === "[object RegExp]" && canTrustToString(L);
21696
+ return toStr(L) === "[object RegExp]" && canTrustToString(L);
21697
21697
  }
21698
21698
  function isError(L) {
21699
- return toStr$1(L) === "[object Error]" && canTrustToString(L);
21699
+ return toStr(L) === "[object Error]" && canTrustToString(L);
21700
21700
  }
21701
21701
  function isString$2(L) {
21702
- return toStr$1(L) === "[object String]" && canTrustToString(L);
21702
+ return toStr(L) === "[object String]" && canTrustToString(L);
21703
21703
  }
21704
21704
  function isNumber$3(L) {
21705
- return toStr$1(L) === "[object Number]" && canTrustToString(L);
21705
+ return toStr(L) === "[object Number]" && canTrustToString(L);
21706
21706
  }
21707
21707
  function isBoolean$2(L) {
21708
- return toStr$1(L) === "[object Boolean]" && canTrustToString(L);
21708
+ return toStr(L) === "[object Boolean]" && canTrustToString(L);
21709
21709
  }
21710
21710
  function isSymbol$1(L) {
21711
21711
  if (hasShammedSymbols)
@@ -21735,7 +21735,7 @@ var hasOwn$2 = Object.prototype.hasOwnProperty || function(L) {
21735
21735
  function has$4(L, B) {
21736
21736
  return hasOwn$2.call(L, B);
21737
21737
  }
21738
- function toStr$1(L) {
21738
+ function toStr(L) {
21739
21739
  return objectToString$2.call(L);
21740
21740
  }
21741
21741
  function nameOf(L) {
@@ -21954,7 +21954,7 @@ var inspect$3 = objectInspect$1, $TypeError$5 = type$1, listGetNode = function(L
21954
21954
  }
21955
21955
  };
21956
21956
  return z;
21957
- }, esObjectAtoms$1 = Object, esErrors$1 = Error, _eval$1 = EvalError, range$1 = RangeError, ref$1 = ReferenceError, syntax$1 = SyntaxError, uri$1 = URIError, abs$3 = Math.abs, floor$2 = Math.floor, max$5 = Math.max, min$4 = Math.min, pow$2 = Math.pow, round$7 = Math.round, _isNaN$1 = Number.isNaN || function(B) {
21957
+ }, esObjectAtoms$1 = Object, esErrors$1 = Error, _eval$1 = EvalError, range$1 = RangeError, ref$1 = ReferenceError, syntax$1 = SyntaxError, uri$1 = URIError, abs$3 = Math.abs, floor$2 = Math.floor, max$4 = Math.max, min$4 = Math.min, pow$2 = Math.pow, round$7 = Math.round, _isNaN$1 = Number.isNaN || function(B) {
21958
21958
  return B !== B;
21959
21959
  }, $isNaN = _isNaN$1, sign$3 = function(B) {
21960
21960
  return $isNaN(B) || B === 0 ? B : B < 0 ? -1 : 1;
@@ -22022,49 +22022,67 @@ function requireObject_getPrototypeOf$1() {
22022
22022
  var L = esObjectAtoms$1;
22023
22023
  return Object_getPrototypeOf$1 = L.getPrototypeOf || null, Object_getPrototypeOf$1;
22024
22024
  }
22025
- var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ", toStr = Object.prototype.toString, max$4 = Math.max, funcType = "[object Function]", concatty = function(B, z) {
22026
- for (var e0 = [], r0 = 0; r0 < B.length; r0 += 1)
22027
- e0[r0] = B[r0];
22028
- for (var s0 = 0; s0 < z.length; s0 += 1)
22029
- e0[s0 + B.length] = z[s0];
22030
- return e0;
22031
- }, slicy = function(B, z) {
22032
- for (var e0 = [], r0 = z, s0 = 0; r0 < B.length; r0 += 1, s0 += 1)
22033
- e0[s0] = B[r0];
22034
- return e0;
22035
- }, joiny = function(L, B) {
22036
- for (var z = "", e0 = 0; e0 < L.length; e0 += 1)
22037
- z += L[e0], e0 + 1 < L.length && (z += B);
22038
- return z;
22039
- }, implementation$2 = function(B) {
22040
- var z = this;
22041
- if (typeof z != "function" || toStr.apply(z) !== funcType)
22042
- throw new TypeError(ERROR_MESSAGE + z);
22043
- for (var e0 = slicy(arguments, 1), r0, s0 = function() {
22044
- if (this instanceof r0) {
22045
- var T0 = z.apply(
22046
- this,
22047
- concatty(e0, arguments)
22025
+ var implementation$1, hasRequiredImplementation$1;
22026
+ function requireImplementation$1() {
22027
+ if (hasRequiredImplementation$1) return implementation$1;
22028
+ hasRequiredImplementation$1 = 1;
22029
+ var L = "Function.prototype.bind called on incompatible ", B = Object.prototype.toString, z = Math.max, e0 = "[object Function]", r0 = function(y0, $0) {
22030
+ for (var T0 = [], O0 = 0; O0 < y0.length; O0 += 1)
22031
+ T0[O0] = y0[O0];
22032
+ for (var _0 = 0; _0 < $0.length; _0 += 1)
22033
+ T0[_0 + y0.length] = $0[_0];
22034
+ return T0;
22035
+ }, s0 = function(y0, $0) {
22036
+ for (var T0 = [], O0 = $0, _0 = 0; O0 < y0.length; O0 += 1, _0 += 1)
22037
+ T0[_0] = y0[O0];
22038
+ return T0;
22039
+ }, u0 = function(h0, y0) {
22040
+ for (var $0 = "", T0 = 0; T0 < h0.length; T0 += 1)
22041
+ $0 += h0[T0], T0 + 1 < h0.length && ($0 += y0);
22042
+ return $0;
22043
+ };
22044
+ return implementation$1 = function(y0) {
22045
+ var $0 = this;
22046
+ if (typeof $0 != "function" || B.apply($0) !== e0)
22047
+ throw new TypeError(L + $0);
22048
+ for (var T0 = s0(arguments, 1), O0, _0 = function() {
22049
+ if (this instanceof O0) {
22050
+ var Z0 = $0.apply(
22051
+ this,
22052
+ r0(T0, arguments)
22053
+ );
22054
+ return Object(Z0) === Z0 ? Z0 : this;
22055
+ }
22056
+ return $0.apply(
22057
+ y0,
22058
+ r0(T0, arguments)
22048
22059
  );
22049
- return Object(T0) === T0 ? T0 : this;
22060
+ }, q0 = z(0, $0.length - T0.length), B0 = [], A0 = 0; A0 < q0; A0++)
22061
+ B0[A0] = "$" + A0;
22062
+ if (O0 = Function("binder", "return function (" + u0(B0, ",") + "){ return binder.apply(this,arguments); }")(_0), $0.prototype) {
22063
+ var U0 = function() {
22064
+ };
22065
+ U0.prototype = $0.prototype, O0.prototype = new U0(), U0.prototype = null;
22050
22066
  }
22051
- return z.apply(
22052
- B,
22053
- concatty(e0, arguments)
22054
- );
22055
- }, u0 = max$4(0, z.length - e0.length), h0 = [], y0 = 0; y0 < u0; y0++)
22056
- h0[y0] = "$" + y0;
22057
- if (r0 = Function("binder", "return function (" + joiny(h0, ",") + "){ return binder.apply(this,arguments); }")(s0), z.prototype) {
22058
- var $0 = function() {
22059
- };
22060
- $0.prototype = z.prototype, r0.prototype = new $0(), $0.prototype = null;
22061
- }
22062
- return r0;
22063
- }, implementation$1 = implementation$2, functionBind$1 = Function.prototype.bind || implementation$1, functionCall$1 = Function.prototype.call, functionApply$1, hasRequiredFunctionApply$1;
22067
+ return O0;
22068
+ }, implementation$1;
22069
+ }
22070
+ var functionBind$1, hasRequiredFunctionBind$1;
22071
+ function requireFunctionBind$1() {
22072
+ if (hasRequiredFunctionBind$1) return functionBind$1;
22073
+ hasRequiredFunctionBind$1 = 1;
22074
+ var L = requireImplementation$1();
22075
+ return functionBind$1 = Function.prototype.bind || L, functionBind$1;
22076
+ }
22077
+ var functionCall$1, hasRequiredFunctionCall$1;
22078
+ function requireFunctionCall$1() {
22079
+ return hasRequiredFunctionCall$1 || (hasRequiredFunctionCall$1 = 1, functionCall$1 = Function.prototype.call), functionCall$1;
22080
+ }
22081
+ var functionApply$1, hasRequiredFunctionApply$1;
22064
22082
  function requireFunctionApply$1() {
22065
22083
  return hasRequiredFunctionApply$1 || (hasRequiredFunctionApply$1 = 1, functionApply$1 = Function.prototype.apply), functionApply$1;
22066
22084
  }
22067
- var reflectApply$1 = typeof Reflect < "u" && Reflect && Reflect.apply, bind$4 = functionBind$1, $apply$1 = requireFunctionApply$1(), $call$2 = functionCall$1, $reflectApply = reflectApply$1, actualApply$1 = $reflectApply || bind$4.call($call$2, $apply$1), bind$3 = functionBind$1, $TypeError$4 = type$1, $call$1 = functionCall$1, $actualApply = actualApply$1, callBindApplyHelpers$1 = function(B) {
22085
+ var reflectApply$1 = typeof Reflect < "u" && Reflect && Reflect.apply, bind$4 = requireFunctionBind$1(), $apply$1 = requireFunctionApply$1(), $call$2 = requireFunctionCall$1(), $reflectApply = reflectApply$1, actualApply$1 = $reflectApply || bind$4.call($call$2, $apply$1), bind$3 = requireFunctionBind$1(), $TypeError$4 = type$1, $call$1 = requireFunctionCall$1(), $actualApply = actualApply$1, callBindApplyHelpers$1 = function(B) {
22068
22086
  if (B.length < 1 || typeof B[0] != "function")
22069
22087
  throw new $TypeError$4("a function is required");
22070
22088
  return $actualApply(bind$3, $call$1, B);
@@ -22111,10 +22129,10 @@ var hasown$1, hasRequiredHasown$1;
22111
22129
  function requireHasown$1() {
22112
22130
  if (hasRequiredHasown$1) return hasown$1;
22113
22131
  hasRequiredHasown$1 = 1;
22114
- var L = Function.prototype.call, B = Object.prototype.hasOwnProperty, z = functionBind$1;
22132
+ var L = Function.prototype.call, B = Object.prototype.hasOwnProperty, z = requireFunctionBind$1();
22115
22133
  return hasown$1 = z.call(L, B), hasown$1;
22116
22134
  }
22117
- var undefined$1, $Object = esObjectAtoms$1, $Error = esErrors$1, $EvalError = _eval$1, $RangeError = range$1, $ReferenceError = ref$1, $SyntaxError = syntax$1, $TypeError$3 = type$1, $URIError = uri$1, abs$2 = abs$3, floor$1 = floor$2, max$3 = max$5, min$3 = min$4, pow$1 = pow$2, round$6 = round$7, sign$2 = sign$3, $Function = Function, getEvalledConstructor = function(L) {
22135
+ var undefined$1, $Object = esObjectAtoms$1, $Error = esErrors$1, $EvalError = _eval$1, $RangeError = range$1, $ReferenceError = ref$1, $SyntaxError = syntax$1, $TypeError$3 = type$1, $URIError = uri$1, abs$2 = abs$3, floor$1 = floor$2, max$3 = max$4, min$3 = min$4, pow$1 = pow$2, round$6 = round$7, sign$2 = sign$3, $Function = Function, getEvalledConstructor = function(L) {
22118
22136
  try {
22119
22137
  return $Function('"use strict"; return (' + L + ").constructor;")();
22120
22138
  } catch {
@@ -22131,7 +22149,7 @@ var undefined$1, $Object = esObjectAtoms$1, $Error = esErrors$1, $EvalError = _e
22131
22149
  return throwTypeError;
22132
22150
  }
22133
22151
  }
22134
- }() : throwTypeError, hasSymbols$1 = requireHasSymbols$1()(), getProto$1 = requireGetProto$1(), $ObjectGPO = requireObject_getPrototypeOf$1(), $ReflectGPO = requireReflect_getPrototypeOf$1(), $apply = requireFunctionApply$1(), $call = functionCall$1, needsEval = {}, TypedArray = typeof Uint8Array > "u" || !getProto$1 ? undefined$1 : getProto$1(Uint8Array), INTRINSICS = {
22152
+ }() : throwTypeError, hasSymbols$1 = requireHasSymbols$1()(), getProto$1 = requireGetProto$1(), $ObjectGPO = requireObject_getPrototypeOf$1(), $ReflectGPO = requireReflect_getPrototypeOf$1(), $apply = requireFunctionApply$1(), $call = requireFunctionCall$1(), needsEval = {}, TypedArray = typeof Uint8Array > "u" || !getProto$1 ? undefined$1 : getProto$1(Uint8Array), INTRINSICS = {
22135
22153
  __proto__: null,
22136
22154
  "%AggregateError%": typeof AggregateError > "u" ? undefined$1 : AggregateError,
22137
22155
  "%Array%": Array,
@@ -22291,7 +22309,7 @@ var doEval = function L(B) {
22291
22309
  "%URIErrorPrototype%": ["URIError", "prototype"],
22292
22310
  "%WeakMapPrototype%": ["WeakMap", "prototype"],
22293
22311
  "%WeakSetPrototype%": ["WeakSet", "prototype"]
22294
- }, bind$2 = functionBind$1, hasOwn$1 = requireHasown$1(), $concat = bind$2.call($call, Array.prototype.concat), $spliceApply = bind$2.call($apply, Array.prototype.splice), $replace = bind$2.call($call, String.prototype.replace), $strSlice = bind$2.call($call, String.prototype.slice), $exec = bind$2.call($call, RegExp.prototype.exec), rePropName$1 = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, reEscapeChar$1 = /\\(\\)?/g, stringToPath = function(B) {
22312
+ }, bind$2 = requireFunctionBind$1(), hasOwn$1 = requireHasown$1(), $concat = bind$2.call($call, Array.prototype.concat), $spliceApply = bind$2.call($apply, Array.prototype.splice), $replace = bind$2.call($call, String.prototype.replace), $strSlice = bind$2.call($call, String.prototype.slice), $exec = bind$2.call($call, RegExp.prototype.exec), rePropName$1 = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, reEscapeChar$1 = /\\(\\)?/g, stringToPath = function(B) {
22295
22313
  var z = $strSlice(B, 0, 1), e0 = $strSlice(B, -1);
22296
22314
  if (z === "%" && e0 !== "%")
22297
22315
  throw new $SyntaxError("invalid intrinsic syntax, expected closing `%`");
@@ -314860,7 +314878,13 @@ class LayersService {
314860
314878
  });
314861
314879
  }
314862
314880
  setSelectedLayers(B) {
314863
- B.length > this.selectedLayers.length ? this.addLayersToSelected(B) : B.length < this.selectedLayers.length && this.removeLayersFromSelected(B);
314881
+ B.length > this.selectedLayers.length ? this.addLayersToSelected(B) : B.length < this.selectedLayers.length ? this.removeLayersFromSelected(B) : B.length === this.selectedLayers.length && this.forceAddLayersToSelected(B);
314882
+ }
314883
+ forceAddLayersToSelected(B) {
314884
+ this.selectedLayers = [...B], this.selectedLayersSymbols = B.map((z) => {
314885
+ var e0;
314886
+ return (e0 = z.config) == null ? void 0 : e0.symbol;
314887
+ }), this.layersEventEmitters.emit("onLayersSelected", B);
314864
314888
  }
314865
314889
  addLayersToSelected(B) {
314866
314890
  const z = B.filter(
@@ -317215,19 +317239,19 @@ const initializeSnapInteraction = (L) => {
317215
317239
  onClick: ei,
317216
317240
  children: /* @__PURE__ */ jsx$1(LocationOn, {})
317217
317241
  }
317218
- ) : null, N1 = () => L.items.smartGemSync ? /* @__PURE__ */ jsx$1(Tooltip, { title: "Synchronizuj pozycję na mapie SmartGEM", children: /* @__PURE__ */ jsx$1(Box, { children: /* @__PURE__ */ jsx$1(SquareIconButton, { variant: "contained", onClick: Ko, children: /* @__PURE__ */ jsx$1(Sync, {}) }) }) }) : null, I1 = () => /* @__PURE__ */ jsx$1(Tooltip, { title: "Odznacz wszystkie wybrane obiekty", children: /* @__PURE__ */ jsx$1(Box, { children: /* @__PURE__ */ jsx$1(SquareIconButton, { variant: "contained", onClick: ri, children: /* @__PURE__ */ jsx$1(DeselectOutlined, {}) }) }) }), G1 = () => L.items.centerToInitial ? /* @__PURE__ */ jsx$1(Tooltip, { title: "Wyśrodkuj mapę na początkowo wybranych obiektów", children: /* @__PURE__ */ jsx$1(Box, { children: /* @__PURE__ */ jsx$1(
317242
+ ) : null, N1 = () => L.items.smartGemSync ? /* @__PURE__ */ jsx$1(Tooltip, { title: "Synchronizuj pozycję na mapie SmartGEM", children: /* @__PURE__ */ jsx$1(Box, { children: /* @__PURE__ */ jsx$1(SquareIconButton, { variant: "contained", onClick: Ko, children: /* @__PURE__ */ jsx$1(Sync, {}) }) }) }) : null, I1 = () => /* @__PURE__ */ jsx$1(Tooltip, { title: "Odznacz wszystkie wybrane obiekty", children: /* @__PURE__ */ jsx$1(Box, { children: /* @__PURE__ */ jsx$1(SquareIconButton, { variant: "contained", onClick: ri, children: /* @__PURE__ */ jsx$1(DeselectOutlined, {}) }) }) }), G1 = () => L.items.centerToInitial ? /* @__PURE__ */ jsx$1(Tooltip, { title: "Wyśrodkuj mapę do początkowo wybranych obiektów", children: /* @__PURE__ */ jsx$1(Box, { children: /* @__PURE__ */ jsx$1(
317219
317243
  SquareIconButton,
317220
317244
  {
317221
317245
  variant: "contained",
317222
317246
  onClick: r1,
317223
317247
  children: /* @__PURE__ */ jsx$1(CenterFocusStrong, {})
317224
317248
  }
317225
- ) }) }) : null, H1 = () => L.items.centerToSelected ? /* @__PURE__ */ jsx$1(Tooltip, { title: "Wyśrodkuj mapę na zaznaczone obiekty", children: /* @__PURE__ */ jsx$1(Box, { children: /* @__PURE__ */ jsx$1(
317249
+ ) }) }) : null, H1 = () => L.items.centerToSelected ? /* @__PURE__ */ jsx$1(Tooltip, { title: "Wyśrodkuj mapę do zaznaczonych obiektów", children: /* @__PURE__ */ jsx$1(Box, { children: /* @__PURE__ */ jsx$1(
317226
317250
  SquareIconButton,
317227
317251
  {
317228
317252
  variant: "contained",
317229
317253
  onClick: n1,
317230
- children: /* @__PURE__ */ jsx$1(CenterFocusStrong, {})
317254
+ children: /* @__PURE__ */ jsx$1(CenterFocusStrong, { color: "action" })
317231
317255
  }
317232
317256
  ) }) }) : null;
317233
317257
  if (!B)
@@ -1,4 +1,4 @@
1
- import { M as f } from "../../MapButtons-Cy03TfW7.js";
1
+ import { M as f } from "../../MapButtons-BhHug9Kn.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/dist/main.js CHANGED
@@ -16,7 +16,7 @@ var Yn = (t, e, r, n) => ({
16
16
  import { jsx as g, jsxs as re, Fragment as at } from "react/jsx-runtime";
17
17
  import * as B from "react";
18
18
  import ve, { useState as J, forwardRef as sl, useEffect as Re, createContext as al, useContext as il, useRef as Xs, useMemo as fs, useCallback as sn } from "react";
19
- import { a as cn, b as ol, r as Ca, i as Wi, c as Gi, t as ll, d as cl, e as ul, u as dl, P as l, f as Qi, g as et, h as Ba, j as qs, k as fl, l as hl, m as pl, n as Zt, o as Bt, p as ml, q as qa, s as qt, v as Wt, w as $e, x as _t, y as hs, z as yt, A as Ls, B as Ki, C as Ta, D as yl, T as gl, E as Ea, F as vl, G as Wa, H as bl, I as _l, J as Ga, K as Tt, L as un, N as Mr, O as Aa, Q as xl, R as Qa, S as Ka, V as Ha, U as wl, W as oe, X as Jn, Y as Ya, Z as Xn, _ as Ne, $ as Ja, a0 as Sl, a1 as kl, a2 as is, a3 as Cl, a4 as ea, a5 as Tl, a6 as mn, a7 as El, a8 as Ws, a9 as os, aa as Gs, ab as Xa, ac as Al, ad as Kt, ae as ei, af as ti, ag as Hi, ah as Ue, ai as ps, aj as Ot, ak as Nr, al as $t, am as Yi, an as Zn, ao as Ol, ap as Rl, aq as Ft, ar as Ji, as as ms, at as Il, au as Pl, av as Xi, aw as Ll, ax as Ml, ay as Sn, az as Nl, aA as ls, aB as Fl, aC as Vl, aD as Dl, aE as jl, aF as zl, aG as $l, aH as Ul, aI as Zl, aJ as Bl, aK as ql, aL as Wl, aM as Gl, M as Ql, aN as Kl, aO as Hl, aP as Yl, aQ as Jl } from "./MapButtons-Cy03TfW7.js";
19
+ import { a as cn, b as ol, r as Ca, i as Wi, c as Gi, t as ll, d as cl, e as ul, u as dl, P as l, f as Qi, g as et, h as Ba, j as qs, k as fl, l as hl, m as pl, n as Zt, o as Bt, p as ml, q as qa, s as qt, v as Wt, w as $e, x as _t, y as hs, z as yt, A as Ls, B as Ki, C as Ta, D as yl, T as gl, E as Ea, F as vl, G as Wa, H as bl, I as _l, J as Ga, K as Tt, L as un, N as Mr, O as Aa, Q as xl, R as Qa, S as Ka, V as Ha, U as wl, W as oe, X as Jn, Y as Ya, Z as Xn, _ as Ne, $ as Ja, a0 as Sl, a1 as kl, a2 as is, a3 as Cl, a4 as ea, a5 as Tl, a6 as mn, a7 as El, a8 as Ws, a9 as os, aa as Gs, ab as Xa, ac as Al, ad as Kt, ae as ei, af as ti, ag as Hi, ah as Ue, ai as ps, aj as Ot, ak as Nr, al as $t, am as Yi, an as Zn, ao as Ol, ap as Rl, aq as Ft, ar as Ji, as as ms, at as Il, au as Pl, av as Xi, aw as Ll, ax as Ml, ay as Sn, az as Nl, aA as ls, aB as Fl, aC as Vl, aD as Dl, aE as jl, aF as zl, aG as $l, aH as Ul, aI as Zl, aJ as Bl, aK as ql, aL as Wl, aM as Gl, M as Ql, aN as Kl, aO as Hl, aP as Yl, aQ as Jl } from "./MapButtons-BhHug9Kn.js";
20
20
  var dn = class {
21
21
  constructor() {
22
22
  this.listeners = /* @__PURE__ */ new Set(), this.subscribe = this.subscribe.bind(this);
@@ -12,6 +12,7 @@ declare class LayersService {
12
12
  querySelectedLayers(symbol: string): Promise<import('axios').AxiosResponse<any, any>>;
13
13
  saveLayersConfig(value: string, symbol: string): Promise<import('axios').AxiosResponse<any, any>>;
14
14
  setSelectedLayers(layers: (GEMLayer | WMSLayerDetailed)[]): void;
15
+ forceAddLayersToSelected(layers: (GEMLayer | WMSLayerDetailed)[]): void;
15
16
  addLayersToSelected(layers: (GEMLayer | WMSLayerDetailed)[]): void;
16
17
  removeLayersFromSelected(layers: (GEMLayer | WMSLayerDetailed)[]): void;
17
18
  getSelectedLayersSymbols(): string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-factor/gem-ui-map-component",
3
- "version": "0.0.23",
3
+ "version": "0.0.25",
4
4
  "private": false,
5
5
  "description": "Gem UI Map Component",
6
6
  "type": "module",