sun-form-v3 1.0.26 → 1.0.28
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/sun-form-v3.es.js +11 -16
- package/dist/sun-form-v3.umd.js +1 -1
- package/package.json +1 -1
package/dist/sun-form-v3.es.js
CHANGED
@@ -1,27 +1,22 @@
|
|
1
|
-
import { openBlock as s, createElementBlock as
|
2
|
-
const a = /* @__PURE__ */ Object.assign({ name: "
|
3
|
-
__name: "testBtn",
|
4
|
-
setup(t) {
|
5
|
-
return (e, n) => " testBtn ";
|
6
|
-
}
|
7
|
-
}), m = /* @__PURE__ */ r("input", { type: "text" }, null, -1), u = /* @__PURE__ */ Object.assign({ name: "testInput" }, {
|
1
|
+
import { openBlock as s, createElementBlock as o, Fragment as c, createTextVNode as r, createElementVNode as _ } from "vue";
|
2
|
+
const a = /* @__PURE__ */ _("input", { type: "text" }, null, -1), p = /* @__PURE__ */ Object.assign({ name: "testInput" }, {
|
8
3
|
__name: "testInput",
|
9
4
|
setup(t) {
|
10
|
-
return (e, n) => (s(), c
|
11
|
-
|
12
|
-
|
5
|
+
return (e, n) => (s(), o(c, null, [
|
6
|
+
r(" testInput "),
|
7
|
+
a
|
13
8
|
], 64));
|
14
9
|
}
|
15
|
-
}),
|
10
|
+
}), u = /* @__PURE__ */ Object.assign({ name: "show" }, {
|
16
11
|
__name: "show",
|
17
12
|
setup(t) {
|
18
13
|
return (e, n) => " sunForm ";
|
19
14
|
}
|
20
|
-
}),
|
21
|
-
t.component("
|
22
|
-
},
|
23
|
-
install:
|
15
|
+
}), m = (t) => {
|
16
|
+
t.component("testInput", p), t.component("show", u);
|
17
|
+
}, i = {
|
18
|
+
install: m
|
24
19
|
};
|
25
20
|
export {
|
26
|
-
|
21
|
+
i as default
|
27
22
|
};
|
package/dist/sun-form-v3.umd.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
(function(e,
|
1
|
+
(function(e,t){typeof exports=="object"&&typeof module<"u"?module.exports=t(require("vue")):typeof define=="function"&&define.amd?define(["vue"],t):(e=typeof globalThis<"u"?globalThis:e||self,e.SunFormV3=t(e.Vue))})(this,function(e){"use strict";const t=e.createElementVNode("input",{type:"text"},null,-1),s=Object.assign({name:"testInput"},{__name:"testInput",setup(n){return(c,u)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createTextVNode(" testInput "),t],64))}}),o=Object.assign({name:"show"},{__name:"show",setup(n){return(c,u)=>" sunForm "}});return{install:n=>{n.component("testInput",s),n.component("show",o)}}});
|