@object-ui/plugin-map 3.3.0 → 3.3.1
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/CHANGELOG.md +10 -0
- package/README.md +21 -1
- package/dist/{chunk-vKJrgz-R.js → chunk-D8eiyYIV.js} +1 -1
- package/dist/index.js +1321 -968
- package/dist/index.umd.cjs +41 -16
- package/dist/{maplibre-gl-DK6BxsIK.js → maplibre-gl-D8guyJSV.js} +2094 -2049
- package/package.json +35 -12
- package/.turbo/turbo-build.log +0 -34
- package/src/ObjectMap.test.tsx +0 -110
- package/src/ObjectMap.tsx +0 -633
- package/src/index.test.tsx +0 -27
- package/src/index.tsx +0 -43
- package/tsconfig.json +0 -18
- package/vite.config.ts +0 -55
- package/vitest.config.ts +0 -13
- package/vitest.setup.ts +0 -78
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -271,6 +271,26 @@ const schema = {
|
|
|
271
271
|
};
|
|
272
272
|
```
|
|
273
273
|
|
|
274
|
+
<!-- release-metadata:v3.3.0 -->
|
|
275
|
+
|
|
276
|
+
## Compatibility
|
|
277
|
+
|
|
278
|
+
- **React:** 18.x or 19.x
|
|
279
|
+
- **Node.js:** ≥ 18
|
|
280
|
+
- **TypeScript:** ≥ 5.0 (strict mode)
|
|
281
|
+
- **`@objectstack/spec`:** ^3.3.0
|
|
282
|
+
- **`@objectstack/client`:** ^3.3.0
|
|
283
|
+
- **Tailwind CSS:** ≥ 3.4 (for packages with UI)
|
|
284
|
+
|
|
285
|
+
## Links
|
|
286
|
+
|
|
287
|
+
- 📚 [Documentation](https://www.objectui.org/docs/plugins/plugin-map)
|
|
288
|
+
- 📦 [npm package](https://www.npmjs.com/package/@object-ui/plugin-map)
|
|
289
|
+
- 📝 [Changelog](./CHANGELOG.md)
|
|
290
|
+
- 🐛 [Report an issue](https://github.com/objectstack-ai/objectui/issues)
|
|
291
|
+
- 🤝 [Contributing Guide](https://github.com/objectstack-ai/objectui/blob/main/CONTRIBUTING.md)
|
|
292
|
+
- 🗺️ [Roadmap](https://github.com/objectstack-ai/objectui/blob/main/ROADMAP.md)
|
|
293
|
+
|
|
274
294
|
## License
|
|
275
295
|
|
|
276
|
-
MIT
|
|
296
|
+
MIT — see [LICENSE](./LICENSE).
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
//#region \0rolldown/runtime.js
|
|
2
|
-
var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescriptor, r = Object.getOwnPropertyNames, i = Object.getPrototypeOf, a = Object.prototype.hasOwnProperty, o = (e, t) => () => (t || e((t = { exports: {} }).exports, t), t.exports), s = (e, i, o, s) => {
|
|
2
|
+
var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescriptor, r = Object.getOwnPropertyNames, i = Object.getPrototypeOf, a = Object.prototype.hasOwnProperty, o = (e, t) => () => (t || (e((t = { exports: {} }).exports, t), e = null), t.exports), s = (e, i, o, s) => {
|
|
3
3
|
if (i && typeof i == "object" || typeof i == "function") for (var c = r(i), l = 0, u = c.length, d; l < u; l++) d = c[l], !a.call(e, d) && d !== o && t(e, d, {
|
|
4
4
|
get: ((e) => i[e]).bind(null, d),
|
|
5
5
|
enumerable: !(s = n(i, d)) || s.enumerable
|