@mint-ui/map 0.3.7-beta → 0.3.8-beta

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.
@@ -270,7 +270,7 @@ var MapZoomInfo = function () {
270
270
  }], ['kakao', {
271
271
  level: 1
272
272
  }]])]]);
273
- MapZoomInfo.MAP_TO_BASE = new Map(tslib.__spreadArray([], Array.from(MapZoomInfo.BASE_TO_MAP.entries()).map(function (item) {
273
+ MapZoomInfo.MAP_TO_BASE = new Map(Array.from(MapZoomInfo.BASE_TO_MAP.entries()).map(function (item) {
274
274
  var base = item[0];
275
275
  var mapZoom = item[1];
276
276
  var result = [];
@@ -280,7 +280,7 @@ var MapZoomInfo = function () {
280
280
  return result;
281
281
  }).flatMap(function (a) {
282
282
  return a;
283
- }), true));
283
+ }));
284
284
  return MapZoomInfo;
285
285
  }();
286
286
 
package/dist/index.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { __awaiter, __generator, __spreadArray, __extends, __assign, __rest } from 'tslib';
1
+ import { __awaiter, __generator, __extends, __assign, __rest, __spreadArray } from 'tslib';
2
2
  import React, { createContext, useContext, useRef, useState, useEffect, useMemo } from 'react';
3
3
  import classNames from 'classnames/bind';
4
4
  import styleInject from 'style-inject';
@@ -591,7 +591,7 @@ var MapZoomInfo = function () {
591
591
  }], ['kakao', {
592
592
  level: 1
593
593
  }]])]]);
594
- MapZoomInfo.MAP_TO_BASE = new Map(__spreadArray([], Array.from(MapZoomInfo.BASE_TO_MAP.entries()).map(function (item) {
594
+ MapZoomInfo.MAP_TO_BASE = new Map(Array.from(MapZoomInfo.BASE_TO_MAP.entries()).map(function (item) {
595
595
  var base = item[0];
596
596
  var mapZoom = item[1];
597
597
  var result = [];
@@ -601,7 +601,7 @@ var MapZoomInfo = function () {
601
601
  return result;
602
602
  }).flatMap(function (a) {
603
603
  return a;
604
- }), true));
604
+ }));
605
605
  return MapZoomInfo;
606
606
  }();
607
607
 
package/dist/index.umd.js CHANGED
@@ -596,7 +596,7 @@
596
596
  }], ['kakao', {
597
597
  level: 1
598
598
  }]])]]);
599
- MapZoomInfo.MAP_TO_BASE = new Map(tslib.__spreadArray([], Array.from(MapZoomInfo.BASE_TO_MAP.entries()).map(function (item) {
599
+ MapZoomInfo.MAP_TO_BASE = new Map(Array.from(MapZoomInfo.BASE_TO_MAP.entries()).map(function (item) {
600
600
  var base = item[0];
601
601
  var mapZoom = item[1];
602
602
  var result = [];
@@ -606,7 +606,7 @@
606
606
  return result;
607
607
  }).flatMap(function (a) {
608
608
  return a;
609
- }), true));
609
+ }));
610
610
  return MapZoomInfo;
611
611
  }();
612
612
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mint-ui/map",
3
- "version": "0.3.7-beta",
3
+ "version": "0.3.8-beta",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "browser": "./dist/index.umd.js",