@heycar/heycars-map 2.15.0-domestic2 → 2.15.0-domestic3
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.
|
@@ -156,7 +156,7 @@ const HeycarMap = defineLagecySetup("HeycarMap", function(props, {
|
|
|
156
156
|
"dragEnd": gmapHandleDargEnd,
|
|
157
157
|
"resize": handleResize
|
|
158
158
|
}
|
|
159
|
-
}, [children]), h("img", {
|
|
159
|
+
}, [h("div", [children])]), h("img", {
|
|
160
160
|
"class": heycarGmapBackgroundDefaultLoadingImage,
|
|
161
161
|
"attrs": {
|
|
162
162
|
"src": imgGrid
|
package/dist/v2/utils/log.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const availableLogKeys = /* @__PURE__ */ new Set();
|
|
2
2
|
const pkgName = "@heycar/heycars-map";
|
|
3
|
-
const pkgVersion = "2.15.0-
|
|
3
|
+
const pkgVersion = "2.15.0-domestic3";
|
|
4
4
|
const spaceLogSessionKey = "wiajlf;jwiatitruiq3jrlw";
|
|
5
5
|
const enableSessionLogKey = (key) => {
|
|
6
6
|
const sessionParam = new URLSearchParams(sessionStorage.getItem(spaceLogSessionKey) || void 0);
|
|
@@ -151,8 +151,8 @@ const HeycarMap = defineLagecySetup("HeycarMap", function(props, {
|
|
|
151
151
|
"onDragEnd": gmapHandleDargEnd,
|
|
152
152
|
"onResize": handleResize,
|
|
153
153
|
"backgroundColor": "transparent"
|
|
154
|
-
},
|
|
155
|
-
default: () => [children]
|
|
154
|
+
}, {
|
|
155
|
+
default: () => [createVNode("div", null, [children])]
|
|
156
156
|
}), createVNode("img", {
|
|
157
157
|
"class": heycarGmapBackgroundDefaultLoadingImage,
|
|
158
158
|
"src": imgGrid
|
package/dist/v3/utils/log.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const availableLogKeys = /* @__PURE__ */ new Set();
|
|
2
2
|
const pkgName = "@heycar/heycars-map";
|
|
3
|
-
const pkgVersion = "2.15.0-
|
|
3
|
+
const pkgVersion = "2.15.0-domestic3";
|
|
4
4
|
const spaceLogSessionKey = "wiajlf;jwiatitruiq3jrlw";
|
|
5
5
|
const enableSessionLogKey = (key) => {
|
|
6
6
|
const sessionParam = new URLSearchParams(sessionStorage.getItem(spaceLogSessionKey) || void 0);
|