g-ui-web 1.3.28 → 1.3.30
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.
- package/lib/g-ui-web.cjs +1 -1
- package/lib/g-ui-web.iife.js +1 -1
- package/lib/g-ui-web.iife.js.gz +0 -0
- package/lib/g-ui-web.js +3 -3
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +1 -1
- package/lib/heatmap/src/index.vue.d.ts +2 -0
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/package.json +1 -1
package/lib/g-ui-web.iife.js.gz
CHANGED
|
Binary file
|
package/lib/g-ui-web.js
CHANGED
|
@@ -93124,10 +93124,10 @@ const Nnt = /* @__PURE__ */ qs(Pnt), $nt = ["id"], Fnt = /* @__PURE__ */ Z({
|
|
|
93124
93124
|
require: !0
|
|
93125
93125
|
}
|
|
93126
93126
|
},
|
|
93127
|
-
emits: ["click-marker", "hover-marker"],
|
|
93127
|
+
emits: ["click-marker", "hover-marker", "onLoad"],
|
|
93128
93128
|
setup(e, { expose: t, emit: n }) {
|
|
93129
93129
|
Tl((w) => ({
|
|
93130
|
-
|
|
93130
|
+
c0f93ace: d.value
|
|
93131
93131
|
}));
|
|
93132
93132
|
const r = sn();
|
|
93133
93133
|
let a = null, o = null;
|
|
@@ -93174,7 +93174,7 @@ const Nnt = /* @__PURE__ */ qs(Pnt), $nt = ["id"], Fnt = /* @__PURE__ */ Z({
|
|
|
93174
93174
|
a.on("click", (C) => {
|
|
93175
93175
|
var _;
|
|
93176
93176
|
console.log(C.target), ((_ = C.target) == null ? void 0 : _.className) === "AMap.Map" && m();
|
|
93177
|
-
});
|
|
93177
|
+
}), f("onLoad", a, w);
|
|
93178
93178
|
}).catch((w) => {
|
|
93179
93179
|
});
|
|
93180
93180
|
}, p = async (w) => {
|
package/lib/g-ui-web.js.gz
CHANGED
|
Binary file
|