doph-js 0.0.20 → 0.0.22

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/dophJs.js CHANGED
@@ -1,4 +1,4 @@
1
- import { openBlock as s, createElementBlock as c, normalizeClass as l, renderSlot as r } from "vue";
1
+ import { openBlock as s, createElementBlock as e, normalizeClass as c, renderSlot as l } from "vue";
2
2
  const a = {
3
3
  __name: "DButton",
4
4
  props: {
@@ -6,26 +6,17 @@ const a = {
6
6
  },
7
7
  setup(t) {
8
8
  const o = t;
9
- return (e, u) => (s(), c("div", {
10
- class: l(["button", o.class])
9
+ return (n, r) => (s(), e("div", {
10
+ class: c(["button", o.class])
11
11
  }, [
12
- r(e.$slots, "default")
12
+ l(n.$slots, "default")
13
13
  ], 2));
14
14
  }
15
- }, p = {
15
+ }, m = {
16
16
  install(t) {
17
17
  t.component("DButton", a);
18
18
  }
19
- }, n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
20
- __proto__: null,
21
- DButton: p
22
- }, Symbol.toStringTag, { value: "Module" })), m = {
23
- install(t) {
24
- for (const o in n)
25
- t.use(n[o]);
26
- }
27
19
  };
28
20
  export {
29
- p as DButton,
30
- m as default
21
+ m as DButton
31
22
  };
@@ -1 +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.DophJs={},e.Vue))})(this,function(e,t){"use strict";const r="",a="",p="",d="",l={__name:"DButton",props:{class:String},setup(n){const o=n;return(u,f)=>(t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["button",o.class])},[t.renderSlot(u.$slots,"default")],2))}},s={install(n){n.component("DButton",l)}},c=Object.freeze(Object.defineProperty({__proto__:null,DButton:s},Symbol.toStringTag,{value:"Module"})),i={install(n){for(const o in c)n.use(c[o])}};e.DButton=s,e.default=i,Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
1
+ (function(t,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(t=typeof globalThis<"u"?globalThis:t||self,e(t.DophJs={},t.Vue))})(this,function(t,e){"use strict";const l="",r="",u="",p="",o={__name:"DButton",props:{class:String},setup(n){const c=n;return(i,d)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["button",c.class])},[e.renderSlot(i.$slots,"default")],2))}},s={install(n){n.component("DButton",o)}};t.DButton=s,Object.defineProperty(t,Symbol.toStringTag,{value:"Module"})});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doph-js",
3
- "version": "0.0.20",
3
+ "version": "0.0.22",
4
4
  "description": "Simple Vue3 component library",
5
5
  "author": "Error202",
6
6
  "license": "MIT",