@gis_victory/gismap 1.0.49 → 1.0.50
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/dist/index.es.js +1 -0
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -95139,6 +95139,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
95139
95139
|
map2?.pubsub.emit(`switch:${item.name}`, item);
|
|
95140
95140
|
break;
|
|
95141
95141
|
}
|
|
95142
|
+
map2?.pubsub.emit(`switch:widgets`, item);
|
|
95142
95143
|
};
|
|
95143
95144
|
const handleExtensionClick = (type, item) => {
|
|
95144
95145
|
if (type === "click") {
|