sun-form-v3 1.0.27 → 1.0.28

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