yi-map-web 1.0.0 → 1.0.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.
@@ -1,7 +1,7 @@
1
1
  const vue_1 = require('vue');
2
2
  const vue = vue_1.default || vue_1;
3
3
  (function(global, factory) {
4
- typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("vue"), require("mars3d")) : typeof define === "function" && define.amd ? define(["exports", "vue", "mars3d"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global.YiMap = {}, global.Vue, global.mars3d));
4
+ typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("vue"), require("mars3d")) : typeof define === "function" && define.amd ? define(["exports", "vue", "mars3d"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global.YiMapWeb = {}, global.Vue, global.mars3d));
5
5
  })(this, function(exports2, vue, mars3d) {
6
6
  "use strict";
7
7
  function _interopNamespaceDefault(e) {
@@ -2101,7 +2101,7 @@ const vue = vue_1.default || vue_1;
2101
2101
  TrackLayer: _sfc_main$1,
2102
2102
  TrackPanel
2103
2103
  };
2104
- const YiMap = {
2104
+ const YiMapWeb = {
2105
2105
  install(app, options) {
2106
2106
  const prefix = (options == null ? void 0 : options.prefix) ?? "";
2107
2107
  for (const [name, component] of Object.entries(components)) {
@@ -2116,7 +2116,7 @@ const vue = vue_1.default || vue_1;
2116
2116
  exports2.TrackLayer = _sfc_main$1;
2117
2117
  exports2.TrackPanel = TrackPanel;
2118
2118
  exports2.VisionPanel = VisionPanel;
2119
- exports2.default = YiMap;
2119
+ exports2.default = YiMapWeb;
2120
2120
  exports2.useDraw = useDraw;
2121
2121
  exports2.useMap = useMap;
2122
2122
  exports2.useMeasure = useMeasure;