sun-form-v3 1.0.25 → 1.0.27

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