@mapxus/mapxus-map-jp 9.2.0 → 9.3.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.
@@ -1,5 +1,5 @@
1
- const Js = "reserve_mapxus-level-fill", Qs = "reserve_mapxus-shared-level-fill", tc = "reserve_mapxus-building-fill";
2
1
  var Ut = /* @__PURE__ */ ((t) => (t.ENGLISH = "en", t.CHINESE_SIMPLIFIED = "zh-Hans", t.CHINESE_TRADITIONAL = "zh-Hant", t.CHINESE_TRADITIONAL_TW = "zh-Hant-TW", t.JAPANESE = "ja", t.KOREAN = "ko", t.FILIPINO = "fil", t.INDONESIAN = "id", t.PORTUGUESE = "pt", t.THAI = "th", t.VIETNAMESE = "vi", t.ARABIC = "ar", t))(Ut || {});
2
+ const Js = "reserve_mapxus-level-fill", Qs = "reserve_mapxus-shared-level-fill", tc = "reserve_mapxus-building-fill";
3
3
  function ec(t) {
4
4
  let e = null;
5
5
  return kr(t) ? e = Ut.ENGLISH : Mr(t) ? e = Ut.CHINESE_SIMPLIFIED : Vr(t) ? e = Ut.CHINESE_TRADITIONAL : Fr(t) ? e = Ut.CHINESE_TRADITIONAL_TW : Dr(t) ? e = Ut.JAPANESE : Kr(t) ? e = Ut.KOREAN : jr(t) ? e = Ut.FILIPINO : Zr(t) ? e = Ut.INDONESIAN : Gr(t) ? e = Ut.PORTUGUESE : qr(t) ? e = Ut.THAI : Wr(t) ? e = Ut.VIETNAMESE : Yr(t) && (e = Ut.ARABIC), e;
@@ -2027,7 +2027,7 @@ function cs(t) {
2027
2027
  });
2028
2028
  }
2029
2029
  var as = { load: cs, hashComponents: Ir, componentsToDebugString: Sr };
2030
- const us = "9.2.0", $e = {
2030
+ const us = "9.3.0", $e = {
2031
2031
  version: us
2032
2032
  };
2033
2033
  let Ar = [];
@@ -8184,6 +8184,7 @@ class Wt {
8184
8184
  _tokenPending = null;
8185
8185
  _dispatch = Nr(lr);
8186
8186
  _globalDispatcher;
8187
+ _theme = null;
8187
8188
  constructor() {
8188
8189
  }
8189
8190
  static getInstance() {
@@ -8252,6 +8253,12 @@ class Wt {
8252
8253
  getGlobalDispatcher() {
8253
8254
  return this._globalDispatcher;
8254
8255
  }
8256
+ get theme() {
8257
+ return this._theme;
8258
+ }
8259
+ setTheme(e) {
8260
+ this._theme = e;
8261
+ }
8255
8262
  clearState() {
8256
8263
  this._appId = "", this._secret = "", this._platform = void 0, this._webIdentifier = "", this._tokenPending = null, this._tokenGetter = void 0, this._accessToken = "", this._expiredTime = 0, this._version = "", this._identifier = "";
8257
8264
  }