@opengis/gis 0.0.10 → 0.0.12
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.js.css +1 -0
- package/dist/index.js.js +33317 -0
- package/dist/index.js.umd.cjs +845 -0
- package/package.json +2 -3
- package/components.js +0 -12
- package/dist/import-file.js +0 -20
- package/dist/import-file.umd.cjs +0 -1
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opengis/gis",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.12",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "Softpro",
|
|
6
|
-
"main": "dist/
|
|
6
|
+
"main": "dist/index",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist/*",
|
|
9
9
|
"module/*",
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"plugin.js",
|
|
12
12
|
"utils.js",
|
|
13
13
|
"config.js",
|
|
14
|
-
"components.js",
|
|
15
14
|
"README.md",
|
|
16
15
|
"LICENSE"
|
|
17
16
|
],
|
package/components.js
DELETED
package/dist/import-file.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as c, openBlock as s, createElementVNode as l } from "vue";
|
|
2
|
-
const m = (t, e) => {
|
|
3
|
-
const n = t.__vccOpts || t;
|
|
4
|
-
for (const [o, r] of e)
|
|
5
|
-
n[o] = r;
|
|
6
|
-
return n;
|
|
7
|
-
}, p = {};
|
|
8
|
-
function _(t, e) {
|
|
9
|
-
return s(), c("div", null, e[0] || (e[0] = [
|
|
10
|
-
l("h1", null, "Test Component", -1)
|
|
11
|
-
]));
|
|
12
|
-
}
|
|
13
|
-
const a = /* @__PURE__ */ m(p, [["render", _]]), i = {
|
|
14
|
-
install(t) {
|
|
15
|
-
t.component("TestComponent", a);
|
|
16
|
-
}
|
|
17
|
-
};
|
|
18
|
-
export {
|
|
19
|
-
i as default
|
|
20
|
-
};
|
package/dist/import-file.umd.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("vue")):typeof define=="function"&&define.amd?define(["vue"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.MapCustom=n(e.Vue))})(this,function(e){"use strict";const n=(t,o)=>{const s=t.__vccOpts||t;for(const[u,f]of o)s[u]=f;return s},i={};function c(t,o){return e.openBlock(),e.createElementBlock("div",null,o[0]||(o[0]=[e.createElementVNode("h1",null,"Test Component",-1)]))}const r=n(i,[["render",c]]);return{install(t){t.component("TestComponent",r)}}});
|