giime 0.0.0-dev.1 → 0.0.0-dev.11

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.
Files changed (77) hide show
  1. package/README.md +16 -0
  2. package/es/components/index.d.ts +1 -1
  3. package/es/components/index.mjs +2 -1
  4. package/es/components/index.mjs.map +1 -1
  5. package/es/components/src/test/Test.vue.d.ts +243 -0
  6. package/es/components/src/test/Test.vue.mjs +8 -0
  7. package/es/components/src/test/Test.vue.mjs.map +1 -0
  8. package/es/components/src/test/Test.vue2.mjs +64 -0
  9. package/es/components/src/test/Test.vue2.mjs.map +1 -0
  10. package/es/components/src/{text/Text.vue3.mjs → test/Test.vue3.mjs} +1 -1
  11. package/es/components/src/test/Test.vue3.mjs.map +1 -0
  12. package/es/components/src/test/index.d.ts +246 -0
  13. package/es/components/src/test/index.mjs +7 -0
  14. package/es/components/src/test/index.mjs.map +1 -0
  15. package/es/components/src/test/test.d.ts +72 -0
  16. package/es/components/src/test/test.mjs +16 -0
  17. package/es/components/src/test/test.mjs.map +1 -0
  18. package/es/giime/component.d.ts +242 -1
  19. package/es/giime/component.mjs +2 -2
  20. package/es/giime/component.mjs.map +1 -1
  21. package/es/giime/index.d.ts +1 -0
  22. package/es/giime/index.mjs +3 -1
  23. package/es/giime/index.mjs.map +1 -1
  24. package/es/giime/tailwind.css.mjs +4 -0
  25. package/es/giime/tailwind.css.mjs.map +1 -0
  26. package/es/index.css +494 -2
  27. package/es/theme-chalk/tailwindPreset.d.ts +93 -0
  28. package/es/theme-chalk/tailwindPreset.mjs +70 -0
  29. package/es/theme-chalk/tailwindPreset.mjs.map +1 -0
  30. package/lib/components/index.d.ts +1 -1
  31. package/lib/components/index.js +4 -2
  32. package/lib/components/index.js.map +1 -1
  33. package/lib/components/src/test/Test.vue.d.ts +243 -0
  34. package/lib/components/src/test/Test.vue.js +12 -0
  35. package/lib/components/src/test/Test.vue.js.map +1 -0
  36. package/lib/components/src/test/Test.vue2.js +68 -0
  37. package/lib/components/src/test/Test.vue2.js.map +1 -0
  38. package/lib/components/src/{text/Text.vue3.js → test/Test.vue3.js} +1 -1
  39. package/lib/components/src/test/Test.vue3.js.map +1 -0
  40. package/lib/components/src/test/index.d.ts +246 -0
  41. package/lib/components/src/test/index.js +13 -0
  42. package/lib/components/src/test/index.js.map +1 -0
  43. package/lib/components/src/test/test.d.ts +72 -0
  44. package/lib/components/src/test/test.js +18 -0
  45. package/lib/components/src/test/test.js.map +1 -0
  46. package/lib/giime/component.d.ts +242 -1
  47. package/lib/giime/component.js +2 -2
  48. package/lib/giime/component.js.map +1 -1
  49. package/lib/giime/index.d.ts +1 -0
  50. package/lib/giime/index.js +5 -2
  51. package/lib/giime/index.js.map +1 -1
  52. package/lib/giime/tailwind.css.js +8 -0
  53. package/lib/giime/tailwind.css.js.map +1 -0
  54. package/lib/index.css +494 -2
  55. package/lib/theme-chalk/tailwindPreset.d.ts +93 -0
  56. package/lib/theme-chalk/tailwindPreset.js +74 -0
  57. package/lib/theme-chalk/tailwindPreset.js.map +1 -0
  58. package/package.json +9 -1
  59. package/theme-chalk/index.css +61 -0
  60. package/es/components/src/text/Text.vue.d.ts +0 -2
  61. package/es/components/src/text/Text.vue.mjs +0 -8
  62. package/es/components/src/text/Text.vue.mjs.map +0 -1
  63. package/es/components/src/text/Text.vue2.mjs +0 -18
  64. package/es/components/src/text/Text.vue2.mjs.map +0 -1
  65. package/es/components/src/text/Text.vue3.mjs.map +0 -1
  66. package/es/components/src/text/index.d.ts +0 -2
  67. package/es/components/src/text/index.mjs +0 -6
  68. package/es/components/src/text/index.mjs.map +0 -1
  69. package/lib/components/src/text/Text.vue.d.ts +0 -2
  70. package/lib/components/src/text/Text.vue.js +0 -12
  71. package/lib/components/src/text/Text.vue.js.map +0 -1
  72. package/lib/components/src/text/Text.vue2.js +0 -22
  73. package/lib/components/src/text/Text.vue2.js.map +0 -1
  74. package/lib/components/src/text/Text.vue3.js.map +0 -1
  75. package/lib/components/src/text/index.d.ts +0 -2
  76. package/lib/components/src/text/index.js +0 -11
  77. package/lib/components/src/text/index.js.map +0 -1
@@ -1,2 +1,243 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>[];
1
+ declare const _default: import("@vue/runtime-core").DefineComponent<{
2
+ title: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ elBtnProps: {
7
+ type: () => import("@vue/runtime-core").ExtractPropTypes<{
8
+ readonly size: {
9
+ readonly type: import("@vue/runtime-core").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
10
+ readonly required: false;
11
+ readonly validator: ((val: unknown) => boolean) | undefined;
12
+ __epPropKey: true;
13
+ };
14
+ readonly disabled: BooleanConstructor;
15
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
16
+ readonly icon: {
17
+ readonly type: import("@vue/runtime-core").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown>>;
18
+ readonly required: false;
19
+ readonly validator: ((val: unknown) => boolean) | undefined;
20
+ __epPropKey: true;
21
+ };
22
+ readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
23
+ readonly loading: BooleanConstructor;
24
+ readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown, () => any, boolean>;
25
+ readonly plain: BooleanConstructor;
26
+ readonly text: BooleanConstructor;
27
+ readonly link: BooleanConstructor;
28
+ readonly bg: BooleanConstructor;
29
+ readonly autofocus: BooleanConstructor;
30
+ readonly round: BooleanConstructor;
31
+ readonly circle: BooleanConstructor;
32
+ readonly color: StringConstructor;
33
+ readonly dark: BooleanConstructor;
34
+ readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
35
+ readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown, "button", boolean>;
36
+ }>;
37
+ default: () => {
38
+ size: {
39
+ readonly type: import("@vue/runtime-core").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
40
+ readonly required: false;
41
+ readonly validator: ((val: unknown) => boolean) | undefined;
42
+ __epPropKey: true;
43
+ };
44
+ disabled: BooleanConstructor;
45
+ type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
46
+ icon: {
47
+ readonly type: import("@vue/runtime-core").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown>>;
48
+ readonly required: false;
49
+ readonly validator: ((val: unknown) => boolean) | undefined;
50
+ __epPropKey: true;
51
+ };
52
+ nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
53
+ loading: BooleanConstructor;
54
+ loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown, () => any, boolean>;
55
+ plain: BooleanConstructor;
56
+ text: BooleanConstructor;
57
+ link: BooleanConstructor;
58
+ bg: BooleanConstructor;
59
+ autofocus: BooleanConstructor;
60
+ round: BooleanConstructor;
61
+ circle: BooleanConstructor;
62
+ color: StringConstructor;
63
+ dark: BooleanConstructor;
64
+ autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
65
+ tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown, "button", boolean>;
66
+ };
67
+ };
68
+ size: {
69
+ readonly type: import("@vue/runtime-core").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
70
+ readonly required: false;
71
+ readonly validator: ((val: unknown) => boolean) | undefined;
72
+ __epPropKey: true;
73
+ };
74
+ disabled: BooleanConstructor;
75
+ type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
76
+ icon: {
77
+ readonly type: import("@vue/runtime-core").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown>>;
78
+ readonly required: false;
79
+ readonly validator: ((val: unknown) => boolean) | undefined;
80
+ __epPropKey: true;
81
+ };
82
+ nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
83
+ loading: BooleanConstructor;
84
+ loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown, () => any, boolean>;
85
+ plain: BooleanConstructor;
86
+ text: BooleanConstructor;
87
+ link: BooleanConstructor;
88
+ bg: BooleanConstructor;
89
+ autofocus: BooleanConstructor;
90
+ round: BooleanConstructor;
91
+ circle: BooleanConstructor;
92
+ color: StringConstructor;
93
+ dark: BooleanConstructor;
94
+ autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
95
+ tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown, "button", boolean>;
96
+ }, {}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {
97
+ finishSubmit: () => void;
98
+ }, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
99
+ title: {
100
+ type: StringConstructor;
101
+ default: string;
102
+ };
103
+ elBtnProps: {
104
+ type: () => import("@vue/runtime-core").ExtractPropTypes<{
105
+ readonly size: {
106
+ readonly type: import("@vue/runtime-core").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
107
+ readonly required: false;
108
+ readonly validator: ((val: unknown) => boolean) | undefined;
109
+ __epPropKey: true;
110
+ };
111
+ readonly disabled: BooleanConstructor;
112
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
113
+ readonly icon: {
114
+ readonly type: import("@vue/runtime-core").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown>>;
115
+ readonly required: false;
116
+ readonly validator: ((val: unknown) => boolean) | undefined;
117
+ __epPropKey: true;
118
+ };
119
+ readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
120
+ readonly loading: BooleanConstructor;
121
+ readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown, () => any, boolean>;
122
+ readonly plain: BooleanConstructor;
123
+ readonly text: BooleanConstructor;
124
+ readonly link: BooleanConstructor;
125
+ readonly bg: BooleanConstructor;
126
+ readonly autofocus: BooleanConstructor;
127
+ readonly round: BooleanConstructor;
128
+ readonly circle: BooleanConstructor;
129
+ readonly color: StringConstructor;
130
+ readonly dark: BooleanConstructor;
131
+ readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
132
+ readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown, "button", boolean>;
133
+ }>;
134
+ default: () => {
135
+ size: {
136
+ readonly type: import("@vue/runtime-core").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
137
+ readonly required: false;
138
+ readonly validator: ((val: unknown) => boolean) | undefined;
139
+ __epPropKey: true;
140
+ };
141
+ disabled: BooleanConstructor;
142
+ type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
143
+ icon: {
144
+ readonly type: import("@vue/runtime-core").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown>>;
145
+ readonly required: false;
146
+ readonly validator: ((val: unknown) => boolean) | undefined;
147
+ __epPropKey: true;
148
+ };
149
+ nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
150
+ loading: BooleanConstructor;
151
+ loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown, () => any, boolean>;
152
+ plain: BooleanConstructor;
153
+ text: BooleanConstructor;
154
+ link: BooleanConstructor;
155
+ bg: BooleanConstructor;
156
+ autofocus: BooleanConstructor;
157
+ round: BooleanConstructor;
158
+ circle: BooleanConstructor;
159
+ color: StringConstructor;
160
+ dark: BooleanConstructor;
161
+ autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
162
+ tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown, "button", boolean>;
163
+ };
164
+ };
165
+ size: {
166
+ readonly type: import("@vue/runtime-core").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
167
+ readonly required: false;
168
+ readonly validator: ((val: unknown) => boolean) | undefined;
169
+ __epPropKey: true;
170
+ };
171
+ disabled: BooleanConstructor;
172
+ type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
173
+ icon: {
174
+ readonly type: import("@vue/runtime-core").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown>>;
175
+ readonly required: false;
176
+ readonly validator: ((val: unknown) => boolean) | undefined;
177
+ __epPropKey: true;
178
+ };
179
+ nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
180
+ loading: BooleanConstructor;
181
+ loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown, () => any, boolean>;
182
+ plain: BooleanConstructor;
183
+ text: BooleanConstructor;
184
+ link: BooleanConstructor;
185
+ bg: BooleanConstructor;
186
+ autofocus: BooleanConstructor;
187
+ round: BooleanConstructor;
188
+ circle: BooleanConstructor;
189
+ color: StringConstructor;
190
+ dark: BooleanConstructor;
191
+ autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
192
+ tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown, "button", boolean>;
193
+ }>> & {
194
+ onFinishSubmit?: (() => any) | undefined;
195
+ }, {
196
+ text: boolean;
197
+ type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
198
+ disabled: boolean;
199
+ nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
200
+ loading: boolean;
201
+ loadingIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown>;
202
+ plain: boolean;
203
+ link: boolean;
204
+ bg: boolean;
205
+ autofocus: boolean;
206
+ round: boolean;
207
+ circle: boolean;
208
+ dark: boolean;
209
+ autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
210
+ tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown>;
211
+ title: string;
212
+ elBtnProps: import("@vue/runtime-core").ExtractPropTypes<{
213
+ readonly size: {
214
+ readonly type: import("@vue/runtime-core").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
215
+ readonly required: false;
216
+ readonly validator: ((val: unknown) => boolean) | undefined;
217
+ __epPropKey: true;
218
+ };
219
+ readonly disabled: BooleanConstructor;
220
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
221
+ readonly icon: {
222
+ readonly type: import("@vue/runtime-core").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown>>;
223
+ readonly required: false;
224
+ readonly validator: ((val: unknown) => boolean) | undefined;
225
+ __epPropKey: true;
226
+ };
227
+ readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
228
+ readonly loading: BooleanConstructor;
229
+ readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown, () => any, boolean>;
230
+ readonly plain: BooleanConstructor;
231
+ readonly text: BooleanConstructor;
232
+ readonly link: BooleanConstructor;
233
+ readonly bg: BooleanConstructor;
234
+ readonly autofocus: BooleanConstructor;
235
+ readonly round: BooleanConstructor;
236
+ readonly circle: BooleanConstructor;
237
+ readonly color: StringConstructor;
238
+ readonly dark: BooleanConstructor;
239
+ readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
240
+ readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) | ((new (...args: any[]) => (string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>) & {}) | (() => string | import("@vue/runtime-core").Component<any, any, any, import("@vue/runtime-core").ComputedOptions, import("@vue/runtime-core").MethodOptions>))[], unknown, unknown, "button", boolean>;
241
+ }>;
242
+ }, {}>[];
2
243
  export default _default;
@@ -1,6 +1,6 @@
1
- import { GmText } from '../components/src/text/index.mjs';
1
+ import { GmTest } from '../components/src/test/index.mjs';
2
2
 
3
- var component = [GmText];
3
+ var component = [GmTest];
4
4
 
5
5
  export { component as default };
6
6
  //# sourceMappingURL=component.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"component.mjs","sources":["../../../../packages/giime/component.ts"],"sourcesContent":["import { GmText } from '@giime/components/src/text';\n\n// import type { Plugin } from 'vue';\n\nexport default [GmText];\n"],"names":[],"mappings":";;AAIA,gBAAe,CAAC,MAAM,CAAA;;;;"}
1
+ {"version":3,"file":"component.mjs","sources":["../../../../packages/giime/component.ts"],"sourcesContent":["import { GmTest } from '@giime/components/src/test';\n\n// import type { Plugin } from 'vue';\n\nexport default [GmTest];\n"],"names":[],"mappings":";;AAIA,gBAAe,CAAC,MAAM,CAAA;;;;"}
@@ -1,2 +1,3 @@
1
+ import './tailwind.css';
1
2
  export * from '../components';
2
3
  export * from '../utils';
@@ -1,5 +1,7 @@
1
+ import './tailwind.css.mjs';
1
2
  import '../components/index.mjs';
2
3
  import '../utils/index.mjs';
3
- export { GmText } from '../components/src/text/index.mjs';
4
+ export { testProps } from '../components/src/test/test.mjs';
5
+ export { GmTest } from '../components/src/test/index.mjs';
4
6
  export { getTag, isBoolean, isDate, isDecimal, isError, isEven, isInteger, isNegative, isNil, isNull, isNumber, isObjectLike, isOdd, isPlainObject, isPositive, isString, isSymbol, isUndefined } from '../utils/src/is.mjs';
5
7
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
@@ -0,0 +1,4 @@
1
+ var undefined$1 = undefined;
2
+
3
+ export { undefined$1 as default };
4
+ //# sourceMappingURL=tailwind.css.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tailwind.css.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}