data-source-tree 0.0.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.
Files changed (3) hide show
  1. package/index.js +23 -0
  2. package/index.umd.cjs +1 -0
  3. package/package.json +12 -0
package/index.js ADDED
@@ -0,0 +1,23 @@
1
+ import { openBlock as r, createElementBlock as a } from "vue";
2
+ const s = (e, o) => {
3
+ const t = e.__vccOpts || e;
4
+ for (const [n, c] of o)
5
+ t[n] = c;
6
+ return t;
7
+ }, p = {
8
+ name: "dataSourceTree"
9
+ };
10
+ function u(e, o, t, n, c, d) {
11
+ return r(), a("div", null, "dataSourceTree");
12
+ }
13
+ const l = /* @__PURE__ */ s(p, [["render", u]]), _ = [l], m = {
14
+ install(e) {
15
+ _.forEach((o) => {
16
+ e.component(o.name, o);
17
+ });
18
+ }
19
+ };
20
+ export {
21
+ l as dataSourceTree,
22
+ m as default
23
+ };
package/index.umd.cjs ADDED
@@ -0,0 +1 @@
1
+ (function(e,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],t):(e=typeof globalThis<"u"?globalThis:e||self,t(e.index={},e.Vue))})(this,function(e,t){"use strict";const d=(n,o)=>{const c=n.__vccOpts||n;for(const[u,a]of o)c[u]=a;return c},s={name:"dataSourceTree"};function i(n,o,c,u,a,p){return t.openBlock(),t.createElementBlock("div",null,"dataSourceTree")}const r=d(s,[["render",i]]),f=[r],l={install(n){f.forEach(o=>{n.component(o.name,o)})}};e.dataSourceTree=r,e.default=l,Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "data-source-tree",
3
+ "version": "0.0.1",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [],
10
+ "author": "",
11
+ "license": "ISC"
12
+ }