geekin-devtoys 0.0.4 → 0.0.5

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.
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("vue"),S=require("../_plugin-vue_export-helper-BHFhmbuH.js"),E="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20version='1.1'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='11px'%20height='12px'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20transform='matrix(1%200%200%201%20-1755%20-466%20)'%3e%3cpath%20d='M%201755.77886671114%20477.5%20L%201760.5%20467.199345551568%20L%201765.22113328886%20477.5%20L%201755.77886671114%20477.5%20Z%20'%20fill-rule='nonzero'%20fill='%23fa3239'%20stroke='none'%20/%3e%3cpath%20d='M%201755%20478%20L%201760.5%20466%20L%201766%20478%20L%201755%20478%20Z%20M%201760.5%20468.398691103136%20L%201756.55773342227%20477%20L%201764.44226657773%20477%20L%201760.5%20468.398691103136%20Z%20'%20fill-rule='nonzero'%20fill='%23797979'%20stroke='none'%20/%3e%3c/g%3e%3c/svg%3e",V="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20version='1.1'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='11px'%20height='12px'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20transform='matrix(1%200%200%201%20-1755%20-304%20)'%3e%3cpath%20d='M%201755.77886671114%20315.5%20L%201760.5%20305.199345551568%20L%201765.22113328886%20315.5%20L%201755.77886671114%20315.5%20Z%20'%20fill-rule='nonzero'%20fill='%232ce534'%20stroke='none'%20/%3e%3cpath%20d='M%201755%20316%20L%201760.5%20304%20L%201766%20316%20L%201755%20316%20Z%20M%201760.5%20306.398691103136%20L%201756.55773342227%20315%20L%201764.44226657773%20315%20L%201760.5%20306.398691103136%20Z%20'%20fill-rule='nonzero'%20fill='%23797979'%20stroke='none'%20/%3e%3c/g%3e%3c/svg%3e",N={class:"g-percent-symbol-updown"},P={src:E,alt:"down",style:{transform:"rotate(180deg)"},class:"g-percent-svg"},z={src:V,alt:"up",class:"g-percent-svg"},F=t.defineComponent({name:"GPercent",__name:"index",props:{to:{},from:{default:0},direction:{default:""},delay:{default:0},duration:{default:2},className:{default:""},startWhen:{type:Boolean,default:!0},decimalPlaces:{default:0},onStart:{},onEnd:{}},setup(d){const e=d,m=t.useTemplateRef("elementRef"),n=t.ref(e.direction==="down"?e.to:e.from),c=t.ref(!1),o=t.ref(null),u=t.ref(!1);let r=null;const g=t.computed(()=>20+40*(1/e.duration)),w=t.computed(()=>200*(1/e.duration));let a=0;const p=l=>{const s=e.direction==="down"?e.from:e.to,_=n.value,f=s-_,L=f*w.value,b=a*g.value,M=L-b;a+=M*.016,n.value+=a*.016,n.value=Math.max(0,Math.min(100,n.value));const y=Math.pow(10,-e.decimalPlaces)*.1,k=Math.pow(10,-e.decimalPlaces)*.1;Math.abs(f)>y||Math.abs(a)>k?o.value=requestAnimationFrame(p):(n.value=s,o.value=null,e.onEnd&&e.onEnd())},v=()=>{u.value||!c.value||!e.startWhen||(u.value=!0,e.onStart&&e.onStart(),setTimeout(()=>{a=0,o.value=requestAnimationFrame(p)},e.delay*1e3))},h=()=>{m.value&&(r=new IntersectionObserver(([l])=>{l.isIntersecting&&!c.value&&(c.value=!0,v())},{threshold:0,rootMargin:"0px"}),r.observe(m.value))},x=()=>{o.value&&(cancelAnimationFrame(o.value),o.value=null),r&&(r.disconnect(),r=null)};return t.watch([()=>e.from,()=>e.to,()=>e.direction],()=>{n.value=e.direction==="down"?e.to:e.from,u.value=!1},{immediate:!0}),t.watch(()=>e.startWhen,()=>{e.startWhen&&c.value&&!u.value&&v()}),t.onMounted(async()=>{await t.nextTick(),h()}),t.onUnmounted(()=>{x()}),(l,s)=>(t.openBlock(),t.createElementBlock("div",{ref_key:"elementRef",ref:m,class:t.normalizeClass([l.className,"g-percent-container"])},[t.createElementVNode("div",N,[t.withDirectives(t.createElementVNode("img",P,null,512),[[t.vShow,e.direction==="down"]]),t.withDirectives(t.createElementVNode("img",z,null,512),[[t.vShow,e.direction==="up"]])]),t.createElementVNode("span",{class:t.normalizeClass(["g-percent-number",{"g-percent-number-down":e.direction==="down","g-percent-number-up":e.direction==="up"}])},t.toDisplayString(n.value.toFixed(e.decimalPlaces)),3),t.createElementVNode("div",{class:t.normalizeClass(["g-percent-symbol",{"g-percent-number-down":e.direction==="down","g-percent-number-up":e.direction==="up"}])},[t.renderSlot(l.$slots,"symbol",{},()=>[s[0]||(s[0]=t.createTextVNode("%"))],!0)],2)],2))}}),i=S._export_sfc(F,[["__scopeId","data-v-33634690"]]);i.install=d=>{d.component(i.name,i)};exports.GPercent=i;exports.default=i;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("vue"),S="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20version='1.1'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='11px'%20height='12px'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20transform='matrix(1%200%200%201%20-1755%20-466%20)'%3e%3cpath%20d='M%201755.77886671114%20477.5%20L%201760.5%20467.199345551568%20L%201765.22113328886%20477.5%20L%201755.77886671114%20477.5%20Z%20'%20fill-rule='nonzero'%20fill='%23fa3239'%20stroke='none'%20/%3e%3cpath%20d='M%201755%20478%20L%201760.5%20466%20L%201766%20478%20L%201755%20478%20Z%20M%201760.5%20468.398691103136%20L%201756.55773342227%20477%20L%201764.44226657773%20477%20L%201760.5%20468.398691103136%20Z%20'%20fill-rule='nonzero'%20fill='%23797979'%20stroke='none'%20/%3e%3c/g%3e%3c/svg%3e",E="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20version='1.1'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='11px'%20height='12px'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20transform='matrix(1%200%200%201%20-1755%20-304%20)'%3e%3cpath%20d='M%201755.77886671114%20315.5%20L%201760.5%20305.199345551568%20L%201765.22113328886%20315.5%20L%201755.77886671114%20315.5%20Z%20'%20fill-rule='nonzero'%20fill='%232ce534'%20stroke='none'%20/%3e%3cpath%20d='M%201755%20316%20L%201760.5%20304%20L%201766%20316%20L%201755%20316%20Z%20M%201760.5%20306.398691103136%20L%201756.55773342227%20315%20L%201764.44226657773%20315%20L%201760.5%20306.398691103136%20Z%20'%20fill-rule='nonzero'%20fill='%23797979'%20stroke='none'%20/%3e%3c/g%3e%3c/svg%3e",N={class:"g-percent-symbol-updown"},P={src:S,alt:"down",style:{transform:"rotate(180deg)"},class:"g-percent-svg"},V={src:E,alt:"up",class:"g-percent-svg"},z=t.defineComponent({name:"GPercent",__name:"index",props:{to:{},from:{default:0},direction:{default:""},delay:{default:0},duration:{default:2},className:{default:""},startWhen:{type:Boolean,default:!0},decimalPlaces:{default:0},onStart:{},onEnd:{}},setup(o){const e=o,r=t.useTemplateRef("elementRef"),n=t.ref(e.direction==="down"?e.to:e.from),a=t.ref(!1),s=t.ref(null),m=t.ref(!1);let l=null;const g=t.computed(()=>20+40*(1/e.duration)),w=t.computed(()=>200*(1/e.duration));let i=0;const p=c=>{const u=e.direction==="down"?e.from:e.to,_=n.value,f=u-_,L=f*w.value,b=i*g.value,M=L-b;i+=M*.016,n.value+=i*.016,n.value=Math.max(0,Math.min(100,n.value));const y=Math.pow(10,-e.decimalPlaces)*.1,k=Math.pow(10,-e.decimalPlaces)*.1;Math.abs(f)>y||Math.abs(i)>k?s.value=requestAnimationFrame(p):(n.value=u,s.value=null,e.onEnd&&e.onEnd())},v=()=>{m.value||!a.value||!e.startWhen||(m.value=!0,e.onStart&&e.onStart(),setTimeout(()=>{i=0,s.value=requestAnimationFrame(p)},e.delay*1e3))},h=()=>{r.value&&(l=new IntersectionObserver(([c])=>{c.isIntersecting&&!a.value&&(a.value=!0,v())},{threshold:0,rootMargin:"0px"}),l.observe(r.value))},x=()=>{s.value&&(cancelAnimationFrame(s.value),s.value=null),l&&(l.disconnect(),l=null)};return t.watch([()=>e.from,()=>e.to,()=>e.direction],()=>{n.value=e.direction==="down"?e.to:e.from,m.value=!1},{immediate:!0}),t.watch(()=>e.startWhen,()=>{e.startWhen&&a.value&&!m.value&&v()}),t.onMounted(async()=>{await t.nextTick(),h()}),t.onUnmounted(()=>{x()}),(c,u)=>(t.openBlock(),t.createElementBlock("div",{ref_key:"elementRef",ref:r,class:t.normalizeClass([c.className,"g-percent-container"])},[t.createElementVNode("div",N,[t.withDirectives(t.createElementVNode("img",P,null,512),[[t.vShow,e.direction==="down"]]),t.withDirectives(t.createElementVNode("img",V,null,512),[[t.vShow,e.direction==="up"]])]),t.createElementVNode("span",{class:t.normalizeClass(["g-percent-number",{"g-percent-number-down":e.direction==="down","g-percent-number-up":e.direction==="up"}])},t.toDisplayString(n.value.toFixed(e.decimalPlaces)),3),t.createElementVNode("div",{class:t.normalizeClass(["g-percent-symbol",{"g-percent-number-down":e.direction==="down","g-percent-number-up":e.direction==="up"}])},[t.renderSlot(c.$slots,"symbol",{},()=>[u[0]||(u[0]=t.createTextVNode("%"))],!0)],2)],2))}}),F=(o,e)=>{const r=o.__vccOpts||o;for(const[n,a]of e)r[n]=a;return r},d=F(z,[["__scopeId","data-v-33634690"]]);d.install=o=>{o.component(d.name,d)};exports.GPercent=d;exports.default=d;
@@ -1,15 +1,14 @@
1
- import { defineComponent as A, useTemplateRef as E, ref as u, computed as h, watch as x, onMounted as T, nextTick as N, onUnmounted as R, createElementBlock as V, openBlock as W, normalizeClass as p, createElementVNode as l, withDirectives as L, vShow as _, toDisplayString as B, renderSlot as O, createTextVNode as q } from "vue";
2
- import { _ as C } from "../_plugin-vue_export-helper-CHgC5LLL.mjs";
3
- const D = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20version='1.1'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='11px'%20height='12px'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20transform='matrix(1%200%200%201%20-1755%20-466%20)'%3e%3cpath%20d='M%201755.77886671114%20477.5%20L%201760.5%20467.199345551568%20L%201765.22113328886%20477.5%20L%201755.77886671114%20477.5%20Z%20'%20fill-rule='nonzero'%20fill='%23fa3239'%20stroke='none'%20/%3e%3cpath%20d='M%201755%20478%20L%201760.5%20466%20L%201766%20478%20L%201755%20478%20Z%20M%201760.5%20468.398691103136%20L%201756.55773342227%20477%20L%201764.44226657773%20477%20L%201760.5%20468.398691103136%20Z%20'%20fill-rule='nonzero'%20fill='%23797979'%20stroke='none'%20/%3e%3c/g%3e%3c/svg%3e", G = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20version='1.1'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='11px'%20height='12px'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20transform='matrix(1%200%200%201%20-1755%20-304%20)'%3e%3cpath%20d='M%201755.77886671114%20315.5%20L%201760.5%20305.199345551568%20L%201765.22113328886%20315.5%20L%201755.77886671114%20315.5%20Z%20'%20fill-rule='nonzero'%20fill='%232ce534'%20stroke='none'%20/%3e%3cpath%20d='M%201755%20316%20L%201760.5%20304%20L%201766%20316%20L%201755%20316%20Z%20M%201760.5%20306.398691103136%20L%201756.55773342227%20315%20L%201764.44226657773%20315%20L%201760.5%20306.398691103136%20Z%20'%20fill-rule='nonzero'%20fill='%23797979'%20stroke='none'%20/%3e%3c/g%3e%3c/svg%3e", U = { class: "g-percent-symbol-updown" }, $ = {
4
- src: D,
1
+ import { defineComponent as A, useTemplateRef as E, ref as m, computed as h, watch as x, onMounted as T, nextTick as N, onUnmounted as O, createElementBlock as R, openBlock as V, normalizeClass as p, createElementVNode as u, withDirectives as _, vShow as L, toDisplayString as W, renderSlot as B, createTextVNode as q } from "vue";
2
+ const C = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20version='1.1'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='11px'%20height='12px'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20transform='matrix(1%200%200%201%20-1755%20-466%20)'%3e%3cpath%20d='M%201755.77886671114%20477.5%20L%201760.5%20467.199345551568%20L%201765.22113328886%20477.5%20L%201755.77886671114%20477.5%20Z%20'%20fill-rule='nonzero'%20fill='%23fa3239'%20stroke='none'%20/%3e%3cpath%20d='M%201755%20478%20L%201760.5%20466%20L%201766%20478%20L%201755%20478%20Z%20M%201760.5%20468.398691103136%20L%201756.55773342227%20477%20L%201764.44226657773%20477%20L%201760.5%20468.398691103136%20Z%20'%20fill-rule='nonzero'%20fill='%23797979'%20stroke='none'%20/%3e%3c/g%3e%3c/svg%3e", D = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20version='1.1'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='11px'%20height='12px'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20transform='matrix(1%200%200%201%20-1755%20-304%20)'%3e%3cpath%20d='M%201755.77886671114%20315.5%20L%201760.5%20305.199345551568%20L%201765.22113328886%20315.5%20L%201755.77886671114%20315.5%20Z%20'%20fill-rule='nonzero'%20fill='%232ce534'%20stroke='none'%20/%3e%3cpath%20d='M%201755%20316%20L%201760.5%20304%20L%201766%20316%20L%201755%20316%20Z%20M%201760.5%20306.398691103136%20L%201756.55773342227%20315%20L%201764.44226657773%20315%20L%201760.5%20306.398691103136%20Z%20'%20fill-rule='nonzero'%20fill='%23797979'%20stroke='none'%20/%3e%3c/g%3e%3c/svg%3e", G = { class: "g-percent-symbol-updown" }, U = {
3
+ src: C,
5
4
  alt: "down",
6
5
  style: { transform: "rotate(180deg)" },
7
6
  class: "g-percent-svg"
8
- }, j = {
9
- src: G,
7
+ }, $ = {
8
+ src: D,
10
9
  alt: "up",
11
10
  class: "g-percent-svg"
12
- }, H = /* @__PURE__ */ A({
11
+ }, j = /* @__PURE__ */ A({
13
12
  name: "GPercent",
14
13
  __name: "index",
15
14
  props: {
@@ -24,76 +23,81 @@ const D = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3cs
24
23
  onStart: {},
25
24
  onEnd: {}
26
25
  },
27
- setup(d) {
28
- const e = d, m = E("elementRef"), t = u(e.direction === "down" ? e.to : e.from), i = u(!1), n = u(null), c = u(!1);
29
- let o = null;
26
+ setup(n) {
27
+ const e = n, o = E("elementRef"), t = m(e.direction === "down" ? e.to : e.from), r = m(!1), a = m(null), d = m(!1);
28
+ let s = null;
30
29
  const b = h(() => 20 + 40 * (1 / e.duration)), M = h(() => 200 * (1 / e.duration));
31
- let r = 0;
32
- const v = (a) => {
33
- const s = e.direction === "down" ? e.from : e.to, S = t.value, w = s - S, F = w * M.value, I = r * b.value, P = F - I;
34
- r += P * 0.016, t.value += r * 0.016, t.value = Math.max(0, Math.min(100, t.value));
30
+ let l = 0;
31
+ const v = (i) => {
32
+ const c = e.direction === "down" ? e.from : e.to, S = t.value, w = c - S, F = w * M.value, I = l * b.value, P = F - I;
33
+ l += P * 0.016, t.value += l * 0.016, t.value = Math.max(0, Math.min(100, t.value));
35
34
  const Z = Math.pow(10, -e.decimalPlaces) * 0.1, z = Math.pow(10, -e.decimalPlaces) * 0.1;
36
- Math.abs(w) > Z || Math.abs(r) > z ? n.value = requestAnimationFrame(v) : (t.value = s, n.value = null, e.onEnd && e.onEnd());
35
+ Math.abs(w) > Z || Math.abs(l) > z ? a.value = requestAnimationFrame(v) : (t.value = c, a.value = null, e.onEnd && e.onEnd());
37
36
  }, g = () => {
38
- c.value || !i.value || !e.startWhen || (c.value = !0, e.onStart && e.onStart(), setTimeout(() => {
39
- r = 0, n.value = requestAnimationFrame(v);
37
+ d.value || !r.value || !e.startWhen || (d.value = !0, e.onStart && e.onStart(), setTimeout(() => {
38
+ l = 0, a.value = requestAnimationFrame(v);
40
39
  }, e.delay * 1e3));
41
40
  }, k = () => {
42
- m.value && (o = new IntersectionObserver(
43
- ([a]) => {
44
- a.isIntersecting && !i.value && (i.value = !0, g());
41
+ o.value && (s = new IntersectionObserver(
42
+ ([i]) => {
43
+ i.isIntersecting && !r.value && (r.value = !0, g());
45
44
  },
46
45
  {
47
46
  threshold: 0,
48
47
  rootMargin: "0px"
49
48
  }
50
- ), o.observe(m.value));
49
+ ), s.observe(o.value));
51
50
  }, y = () => {
52
- n.value && (cancelAnimationFrame(n.value), n.value = null), o && (o.disconnect(), o = null);
51
+ a.value && (cancelAnimationFrame(a.value), a.value = null), s && (s.disconnect(), s = null);
53
52
  };
54
53
  return x(
55
54
  [() => e.from, () => e.to, () => e.direction],
56
55
  () => {
57
- t.value = e.direction === "down" ? e.to : e.from, c.value = !1;
56
+ t.value = e.direction === "down" ? e.to : e.from, d.value = !1;
58
57
  },
59
58
  { immediate: !0 }
60
59
  ), x(
61
60
  () => e.startWhen,
62
61
  () => {
63
- e.startWhen && i.value && !c.value && g();
62
+ e.startWhen && r.value && !d.value && g();
64
63
  }
65
64
  ), T(async () => {
66
65
  await N(), k();
67
- }), R(() => {
66
+ }), O(() => {
68
67
  y();
69
- }), (a, s) => (W(), V("div", {
68
+ }), (i, c) => (V(), R("div", {
70
69
  ref_key: "elementRef",
71
- ref: m,
72
- class: p([a.className, "g-percent-container"])
70
+ ref: o,
71
+ class: p([i.className, "g-percent-container"])
73
72
  }, [
74
- l("div", U, [
75
- L(l("img", $, null, 512), [
76
- [_, e.direction === "down"]
73
+ u("div", G, [
74
+ _(u("img", U, null, 512), [
75
+ [L, e.direction === "down"]
77
76
  ]),
78
- L(l("img", j, null, 512), [
79
- [_, e.direction === "up"]
77
+ _(u("img", $, null, 512), [
78
+ [L, e.direction === "up"]
80
79
  ])
81
80
  ]),
82
- l("span", {
81
+ u("span", {
83
82
  class: p(["g-percent-number", { "g-percent-number-down": e.direction === "down", "g-percent-number-up": e.direction === "up" }])
84
- }, B(t.value.toFixed(e.decimalPlaces)), 3),
85
- l("div", {
83
+ }, W(t.value.toFixed(e.decimalPlaces)), 3),
84
+ u("div", {
86
85
  class: p(["g-percent-symbol", { "g-percent-number-down": e.direction === "down", "g-percent-number-up": e.direction === "up" }])
87
86
  }, [
88
- O(a.$slots, "symbol", {}, () => [
89
- s[0] || (s[0] = q("%"))
87
+ B(i.$slots, "symbol", {}, () => [
88
+ c[0] || (c[0] = q("%"))
90
89
  ], !0)
91
90
  ], 2)
92
91
  ], 2));
93
92
  }
94
- }), f = /* @__PURE__ */ C(H, [["__scopeId", "data-v-33634690"]]);
95
- f.install = (d) => {
96
- d.component(f.name, f);
93
+ }), H = (n, e) => {
94
+ const o = n.__vccOpts || n;
95
+ for (const [t, r] of e)
96
+ o[t] = r;
97
+ return o;
98
+ }, f = /* @__PURE__ */ H(j, [["__scopeId", "data-v-33634690"]]);
99
+ f.install = (n) => {
100
+ n.component(f.name, f);
97
101
  };
98
102
  export {
99
103
  f as GPercent,
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("../Demo/index.js"),n=require("../GCount/index.js"),u=require("../GPercent/index.js"),t={Demo:o.default,GCount:n.default,GPercent:u.default},l=c=>{Object.keys(t).forEach(r=>{const e=t[r];c.component(e.name,e)})},s={install:l};exports.Demo=o.default;exports.GCount=n.default;exports.GPercent=u.default;exports.default=s;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("../GCount/index.js"),o=require("../GPercent/index.js"),t={GCount:n.default,GPercent:o.default},r=c=>{Object.keys(t).forEach(u=>{const e=t[u];c.component(e.name,e)})},s={install:r};exports.GCount=n.default;exports.GPercent=o.default;exports.default=s;
@@ -1,15 +1,13 @@
1
- import m from "../Demo/index.mjs";
2
- import c from "../GCount/index.mjs";
1
+ import e from "../GCount/index.mjs";
3
2
  import s from "../GPercent/index.mjs";
4
- const n = { Demo: m, GCount: c, GPercent: s }, r = (t) => {
5
- Object.keys(n).forEach((e) => {
6
- const o = n[e];
3
+ const n = { GCount: e, GPercent: s }, m = (t) => {
4
+ Object.keys(n).forEach((c) => {
5
+ const o = n[c];
7
6
  t.component(o.name, o);
8
7
  });
9
- }, i = { install: r };
8
+ }, p = { install: m };
10
9
  export {
11
- m as Demo,
12
- c as GCount,
10
+ e as GCount,
13
11
  s as GPercent,
14
- i as default
12
+ p as default
15
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geekin-devtoys",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "author": "leon",
5
5
  "license": "MIT",
6
6
  "description": "geekin-devtoys组件库",
@@ -35,14 +35,6 @@
35
35
  "import": "./lib/index/style.css",
36
36
  "require": "./lib/index/style.css"
37
37
  },
38
- "./Demo": {
39
- "import": "./lib/Demo/index.mjs",
40
- "require": "./lib/Demo/index.js"
41
- },
42
- "./Demo/style": {
43
- "import": "./lib/Demo/style.css",
44
- "require": "./lib/Demo/style.css"
45
- },
46
38
  "./GCount": {
47
39
  "import": "./lib/GCount/index.mjs",
48
40
  "require": "./lib/GCount/index.js"
package/lib/Demo/index.js DELETED
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("vue"),n=require("../_plugin-vue_export-helper-BHFhmbuH.js"),s={class:"demo"},r=Object.assign({name:"Demo"},{__name:"index",props:{msg:String},setup(t){return(c,a)=>(o.openBlock(),o.createElementBlock("div",s,o.toDisplayString(t.msg),1))}}),e=n._export_sfc(r,[["__scopeId","data-v-bd7af65f"]]);e.install=t=>{t.component(e.name,e)};exports.Demo=e;exports.default=e;
@@ -1,20 +0,0 @@
1
- import { createElementBlock as o, openBlock as s, toDisplayString as n } from "vue";
2
- import { _ as a } from "../_plugin-vue_export-helper-CHgC5LLL.mjs";
3
- const c = { class: "demo" }, m = /* @__PURE__ */ Object.assign({
4
- name: "Demo"
5
- }, {
6
- __name: "index",
7
- props: {
8
- msg: String
9
- },
10
- setup(e) {
11
- return (r, _) => (s(), o("div", c, n(e.msg), 1));
12
- }
13
- }), t = /* @__PURE__ */ a(m, [["__scopeId", "data-v-bd7af65f"]]);
14
- t.install = (e) => {
15
- e.component(t.name, t);
16
- };
17
- export {
18
- t as Demo,
19
- t as default
20
- };
@@ -1 +0,0 @@
1
- .demo[data-v-bd7af65f]{width:200px;height:40px;background-color:#7fffd4;margin:20px}
@@ -1 +0,0 @@
1
- "use strict";const e=(t,o)=>{const c=t.__vccOpts||t;for(const[r,s]of o)c[r]=s;return c};exports._export_sfc=e;
@@ -1,9 +0,0 @@
1
- const s = (t, r) => {
2
- const o = t.__vccOpts || t;
3
- for (const [c, e] of r)
4
- o[c] = e;
5
- return o;
6
- };
7
- export {
8
- s as _
9
- };