geekin-devtoys 0.3.1 → 0.3.3

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 u=require("../GCount/index.js"),l=require("../GDialog/index.js"),o=require("../GTable/index.js"),n=require("../GVideo/index.js"),r=require("../GBubble/index.js"),a=require("../GProgress/index.js"),i=require("../GScreen/index.js"),d=require("../GPluginVideo/index.js"),G=require("../GPie3D/index.js"),s=require("../GRing/index.js"),c=require("../GInputTreeTag/index.js"),t={GCount:u.default,GDialog:l.default,GTable:o.default,GVideo:n.default,GBubble:r.default,GProgress:a.default,GScreen:i.default,GPluginVideo:d.default,GPie3D:G.default,GRing:s.default,GInputTreeTag:c.default},b=f=>{Object.keys(t).forEach(g=>{const e=t[g];f.component(e.name,e)})},q={install:b};exports.GCount=u.default;exports.GDialog=l.default;exports.GTable=o.default;exports.GVideo=n.default;exports.GBubble=r.default;exports.GProgress=a.default;exports.GScreen=i.default;exports.GPluginVideo=d.default;exports.GPie3D=G.default;exports.GRing=s.default;exports.GInputTreeTag=c.default;exports.default=q;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("../GCount/index.js"),l=require("../GDialog/index.js"),a=require("../GTable/index.js"),o=require("../GVideo/index.js"),d=require("../GBubble/index.js"),n=require("../GProgress/index.js"),G=require("../GScreen/index.js"),i=require("../GPluginVideo/index.js"),s=require("../GPie3D/index.js"),c=require("../GRing/index.js"),f=require("../GInputTreeTag/index.js"),g=require("../GFuzzyText/index.js"),e=require("../GCard/index.js"),q=require("../GScroller/index.js"),u={GCount:r.default,GDialog:l.default,GTable:a.default,GVideo:o.default,GBubble:d.default,GProgress:n.default,GScreen:G.default,GPluginVideo:i.default,GPie3D:s.default,GRing:c.default,GInputTreeTag:f.default,GFuzzyText:g.default,GCard:e.default,GScroller:q.default},P=T=>{Object.keys(u).forEach(b=>{const t=u[b];T.component(t.name,t)})},S={install:P};exports.GCount=r.default;exports.GDialog=l.default;exports.GTable=a.default;exports.GVideo=o.default;exports.GBubble=d.default;exports.GProgress=n.default;exports.GScreen=G.default;exports.GPluginVideo=i.default;exports.GPie3D=s.default;exports.GRing=c.default;exports.GInputTreeTag=f.default;exports.GFuzzyText=g.default;exports.GCard=e.default;exports.cardPresets=e.cardPresets;exports.GScroller=q.default;exports.default=S;
@@ -1,43 +1,54 @@
1
- import i from "../GCount/index.mjs";
2
- import n from "../GDialog/index.mjs";
3
- import e from "../GTable/index.mjs";
1
+ import e from "../GCount/index.mjs";
2
+ import i from "../GDialog/index.mjs";
3
+ import n from "../GTable/index.mjs";
4
4
  import f from "../GVideo/index.mjs";
5
5
  import p from "../GBubble/index.mjs";
6
6
  import s from "../GProgress/index.mjs";
7
7
  import a from "../GScreen/index.mjs";
8
- import c from "../GPluginVideo/index.mjs";
9
- import G from "../GPie3D/index.mjs";
8
+ import G from "../GPluginVideo/index.mjs";
9
+ import c from "../GPie3D/index.mjs";
10
10
  import l from "../GRing/index.mjs";
11
11
  import u from "../GInputTreeTag/index.mjs";
12
- const m = {
13
- GCount: i,
14
- GDialog: n,
15
- GTable: e,
12
+ import _ from "../GFuzzyText/index.mjs";
13
+ import d from "../GCard/index.mjs";
14
+ import { cardPresets as O } from "../GCard/index.mjs";
15
+ import g from "../GScroller/index.mjs";
16
+ const r = {
17
+ GCount: e,
18
+ GDialog: i,
19
+ GTable: n,
16
20
  GVideo: f,
17
21
  GBubble: p,
18
22
  GProgress: s,
19
23
  GScreen: a,
20
- GPluginVideo: c,
21
- GPie3D: G,
24
+ GPluginVideo: G,
25
+ GPie3D: c,
22
26
  GRing: l,
23
- GInputTreeTag: u
24
- }, g = (r) => {
25
- Object.keys(m).forEach((t) => {
26
- const o = m[t];
27
- r.component(o.name, o);
27
+ GInputTreeTag: u,
28
+ GFuzzyText: _,
29
+ GCard: d,
30
+ GScroller: g
31
+ }, x = (m) => {
32
+ Object.keys(r).forEach((t) => {
33
+ const o = r[t];
34
+ m.component(o.name, o);
28
35
  });
29
- }, h = { install: g };
36
+ }, B = { install: x };
30
37
  export {
31
38
  p as GBubble,
32
- i as GCount,
33
- n as GDialog,
39
+ d as GCard,
40
+ e as GCount,
41
+ i as GDialog,
42
+ _ as GFuzzyText,
34
43
  u as GInputTreeTag,
35
- G as GPie3D,
36
- c as GPluginVideo,
44
+ c as GPie3D,
45
+ G as GPluginVideo,
37
46
  s as GProgress,
38
47
  l as GRing,
39
48
  a as GScreen,
40
- e as GTable,
49
+ g as GScroller,
50
+ n as GTable,
41
51
  f as GVideo,
42
- h as default
52
+ O as cardPresets,
53
+ B as default
43
54
  };