@cyberpunk-vue/components 0.1.0 → 0.1.2
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/avatar/index.d.ts +302 -0
- package/dist/avatar/index.d.ts.map +1 -0
- package/dist/avatar/src/avatar-group.d.ts +113 -0
- package/dist/avatar/src/avatar-group.d.ts.map +1 -0
- package/dist/avatar/src/avatar-group.vue.d.ts +87 -0
- package/dist/avatar/src/avatar-group.vue.d.ts.map +1 -0
- package/dist/avatar/src/avatar.d.ts +157 -0
- package/dist/avatar/src/avatar.d.ts.map +1 -0
- package/dist/avatar/src/avatar.vue.d.ts +127 -0
- package/dist/avatar/src/avatar.vue.d.ts.map +1 -0
- package/dist/avatar/src/instance.d.ts +5 -0
- package/dist/avatar/src/instance.d.ts.map +1 -0
- package/dist/button/index.d.ts +387 -0
- package/dist/button/index.d.ts.map +1 -0
- package/dist/button/src/button.d.ts +289 -0
- package/dist/button/src/button.d.ts.map +1 -0
- package/dist/button/src/button.vue.d.ts +225 -0
- package/dist/button/src/button.vue.d.ts.map +1 -0
- package/dist/button/src/instance.d.ts +3 -0
- package/dist/button/src/instance.d.ts.map +1 -0
- package/dist/card/index.d.ts +430 -0
- package/dist/card/index.d.ts.map +1 -0
- package/dist/card/src/card.d.ts +341 -0
- package/dist/card/src/card.d.ts.map +1 -0
- package/dist/card/src/card.vue.d.ts +256 -0
- package/dist/card/src/card.vue.d.ts.map +1 -0
- package/dist/card/src/instance.d.ts +3 -0
- package/dist/card/src/instance.d.ts.map +1 -0
- package/dist/checkbox/index.d.ts +230 -0
- package/dist/checkbox/index.d.ts.map +1 -0
- package/dist/checkbox/src/checkbox.d.ts +150 -0
- package/dist/checkbox/src/checkbox.d.ts.map +1 -0
- package/dist/checkbox/src/checkbox.vue.d.ts +136 -0
- package/dist/checkbox/src/checkbox.vue.d.ts.map +1 -0
- package/dist/checkbox/src/instance.d.ts +3 -0
- package/dist/checkbox/src/instance.d.ts.map +1 -0
- package/dist/checkbox-group/index.d.ts +169 -0
- package/dist/checkbox-group/index.d.ts.map +1 -0
- package/dist/checkbox-group/src/checkbox-group.d.ts +88 -0
- package/dist/checkbox-group/src/checkbox-group.d.ts.map +1 -0
- package/dist/checkbox-group/src/checkbox-group.vue.d.ts +94 -0
- package/dist/checkbox-group/src/checkbox-group.vue.d.ts.map +1 -0
- package/dist/checkbox-group/src/constants.d.ts +13 -0
- package/dist/checkbox-group/src/constants.d.ts.map +1 -0
- package/dist/checkbox-group/src/instance.d.ts +3 -0
- package/dist/checkbox-group/src/instance.d.ts.map +1 -0
- package/dist/config-provider/index.d.ts +76 -0
- package/dist/config-provider/index.d.ts.map +1 -0
- package/dist/config-provider/src/config-provider.d.ts +83 -0
- package/dist/config-provider/src/config-provider.d.ts.map +1 -0
- package/dist/config-provider/src/config-provider.vue.d.ts +39 -0
- package/dist/config-provider/src/config-provider.vue.d.ts.map +1 -0
- package/dist/config-provider/src/instance.d.ts +3 -0
- package/dist/config-provider/src/instance.d.ts.map +1 -0
- package/dist/dropdown/index.d.ts +391 -0
- package/dist/dropdown/index.d.ts.map +1 -0
- package/dist/dropdown/src/dropdown.d.ts +259 -0
- package/dist/dropdown/src/dropdown.d.ts.map +1 -0
- package/dist/dropdown/src/dropdown.vue.d.ts +232 -0
- package/dist/dropdown/src/dropdown.vue.d.ts.map +1 -0
- package/dist/dropdown/src/instance.d.ts +17 -0
- package/dist/dropdown/src/instance.d.ts.map +1 -0
- package/dist/icon/index.d.ts +132 -0
- package/dist/icon/index.d.ts.map +1 -0
- package/dist/icon/src/icon.d.ts +131 -0
- package/dist/icon/src/icon.d.ts.map +1 -0
- package/dist/icon/src/icon.vue.d.ts +75 -0
- package/dist/icon/src/icon.vue.d.ts.map +1 -0
- package/dist/image/index.d.ts +328 -0
- package/dist/image/index.d.ts.map +1 -0
- package/dist/image/src/image.d.ts +231 -0
- package/dist/image/src/image.d.ts.map +1 -0
- package/dist/image/src/image.vue.d.ts +206 -0
- package/dist/image/src/image.vue.d.ts.map +1 -0
- package/dist/image/src/instance.d.ts +3 -0
- package/dist/image/src/instance.d.ts.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +25 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.mjs +7 -6
- package/dist/input/index.d.ts +350 -0
- package/dist/input/index.d.ts.map +1 -0
- package/dist/input/src/input.d.ts +280 -0
- package/dist/input/src/input.d.ts.map +1 -0
- package/dist/input/src/input.vue.d.ts +197 -0
- package/dist/input/src/input.vue.d.ts.map +1 -0
- package/dist/input/src/instance.d.ts +3 -0
- package/dist/input/src/instance.d.ts.map +1 -0
- package/dist/input-number/index.d.ts +132 -0
- package/dist/input-number/index.d.ts.map +1 -0
- package/dist/input-number/src/input-number.d.ts +81 -0
- package/dist/input-number/src/input-number.d.ts.map +1 -0
- package/dist/input-number/src/input-number.vue.d.ts +130 -0
- package/dist/input-number/src/input-number.vue.d.ts.map +1 -0
- package/dist/input-number/src/instance.d.ts +3 -0
- package/dist/input-number/src/instance.d.ts.map +1 -0
- package/dist/loading/index.d.ts +58 -0
- package/dist/loading/index.d.ts.map +1 -0
- package/dist/loading/src/instance.d.ts +3 -0
- package/dist/loading/src/instance.d.ts.map +1 -0
- package/dist/loading/src/loading.d.ts +80 -0
- package/dist/loading/src/loading.d.ts.map +1 -0
- package/dist/loading/src/loading.vue.d.ts +42 -0
- package/dist/loading/src/loading.vue.d.ts.map +1 -0
- package/dist/pattern-background/index.d.ts +115 -0
- package/dist/pattern-background/index.d.ts.map +1 -0
- package/dist/pattern-background/src/instance.d.ts +3 -0
- package/dist/pattern-background/src/instance.d.ts.map +1 -0
- package/dist/pattern-background/src/pattern-background.d.ts +122 -0
- package/dist/pattern-background/src/pattern-background.d.ts.map +1 -0
- package/dist/pattern-background/src/pattern-background.vue.d.ts +96 -0
- package/dist/pattern-background/src/pattern-background.vue.d.ts.map +1 -0
- package/dist/popover/index.d.ts +5 -0
- package/dist/popover/index.d.ts.map +1 -0
- package/dist/popover/src/instance.d.ts +3 -0
- package/dist/popover/src/instance.d.ts.map +1 -0
- package/dist/popover/src/popover.d.ts +190 -0
- package/dist/popover/src/popover.d.ts.map +1 -0
- package/dist/popover/src/popover.vue.d.ts +189 -0
- package/dist/popover/src/popover.vue.d.ts.map +1 -0
- package/dist/progress/index.d.ts +380 -0
- package/dist/progress/index.d.ts.map +1 -0
- package/dist/progress/src/instance.d.ts +3 -0
- package/dist/progress/src/instance.d.ts.map +1 -0
- package/dist/progress/src/progress.d.ts +277 -0
- package/dist/progress/src/progress.d.ts.map +1 -0
- package/dist/progress/src/progress.vue.d.ts +224 -0
- package/dist/progress/src/progress.vue.d.ts.map +1 -0
- package/dist/radio/index.d.ts +188 -0
- package/dist/radio/index.d.ts.map +1 -0
- package/dist/radio/src/instance.d.ts +3 -0
- package/dist/radio/src/instance.d.ts.map +1 -0
- package/dist/radio/src/radio.d.ts +117 -0
- package/dist/radio/src/radio.d.ts.map +1 -0
- package/dist/radio/src/radio.vue.d.ts +108 -0
- package/dist/radio/src/radio.vue.d.ts.map +1 -0
- package/dist/radio-group/index.d.ts +154 -0
- package/dist/radio-group/index.d.ts.map +1 -0
- package/dist/radio-group/src/constants.d.ts +12 -0
- package/dist/radio-group/src/constants.d.ts.map +1 -0
- package/dist/radio-group/src/instance.d.ts +3 -0
- package/dist/radio-group/src/instance.d.ts.map +1 -0
- package/dist/radio-group/src/radio-group.d.ts +81 -0
- package/dist/radio-group/src/radio-group.d.ts.map +1 -0
- package/dist/radio-group/src/radio-group.vue.d.ts +85 -0
- package/dist/radio-group/src/radio-group.vue.d.ts.map +1 -0
- package/dist/slider/index.d.ts +169 -0
- package/dist/slider/index.d.ts.map +1 -0
- package/dist/slider/src/instance.d.ts +3 -0
- package/dist/slider/src/instance.d.ts.map +1 -0
- package/dist/slider/src/slider.d.ts +205 -0
- package/dist/slider/src/slider.d.ts.map +1 -0
- package/dist/slider/src/slider.vue.d.ts +153 -0
- package/dist/slider/src/slider.vue.d.ts.map +1 -0
- package/dist/spacer/index.d.ts +18 -0
- package/dist/spacer/index.d.ts.map +1 -0
- package/dist/spacer/src/spacer.d.ts +4 -0
- package/dist/spacer/src/spacer.d.ts.map +1 -0
- package/dist/spacer/src/spacer.vue.d.ts +3 -0
- package/dist/spacer/src/spacer.vue.d.ts.map +1 -0
- package/dist/status-indicator/index.d.ts +162 -0
- package/dist/status-indicator/index.d.ts.map +1 -0
- package/dist/status-indicator/src/instance.d.ts +3 -0
- package/dist/status-indicator/src/instance.d.ts.map +1 -0
- package/dist/status-indicator/src/status-indicator.d.ts +146 -0
- package/dist/status-indicator/src/status-indicator.d.ts.map +1 -0
- package/dist/status-indicator/src/status-indicator.vue.d.ts +102 -0
- package/dist/status-indicator/src/status-indicator.vue.d.ts.map +1 -0
- package/dist/switch/index.d.ts +148 -0
- package/dist/switch/index.d.ts.map +1 -0
- package/dist/switch/src/instance.d.ts +3 -0
- package/dist/switch/src/instance.d.ts.map +1 -0
- package/dist/switch/src/switch.d.ts +184 -0
- package/dist/switch/src/switch.d.ts.map +1 -0
- package/dist/switch/src/switch.vue.d.ts +133 -0
- package/dist/switch/src/switch.vue.d.ts.map +1 -0
- package/dist/tag/index.d.ts +212 -0
- package/dist/tag/index.d.ts.map +1 -0
- package/dist/tag/src/instance.d.ts +3 -0
- package/dist/tag/src/instance.d.ts.map +1 -0
- package/dist/tag/src/tag.d.ts +177 -0
- package/dist/tag/src/tag.d.ts.map +1 -0
- package/dist/tag/src/tag.vue.d.ts +121 -0
- package/dist/tag/src/tag.vue.d.ts.map +1 -0
- package/dist/text/index.d.ts +327 -0
- package/dist/text/index.d.ts.map +1 -0
- package/dist/text/src/instance.d.ts +3 -0
- package/dist/text/src/instance.d.ts.map +1 -0
- package/dist/text/src/text.d.ts +218 -0
- package/dist/text/src/text.d.ts.map +1 -0
- package/dist/text/src/text.vue.d.ts +194 -0
- package/dist/text/src/text.vue.d.ts.map +1 -0
- package/dist/textarea/index.d.ts +143 -0
- package/dist/textarea/index.d.ts.map +1 -0
- package/dist/textarea/src/instance.d.ts +3 -0
- package/dist/textarea/src/instance.d.ts.map +1 -0
- package/dist/textarea/src/textarea.d.ts +89 -0
- package/dist/textarea/src/textarea.d.ts.map +1 -0
- package/dist/textarea/src/textarea.vue.d.ts +157 -0
- package/dist/textarea/src/textarea.vue.d.ts.map +1 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/install.d.ts +7 -0
- package/dist/utils/install.d.ts.map +1 -0
- package/dist/vite.config.d.ts +3 -0
- package/dist/vite.config.d.ts.map +1 -0
- package/package.json +4 -4
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
prefix?(_: {}): any;
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
suffix?(_: {}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {};
|
|
9
|
+
rootEl: HTMLSpanElement;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
13
|
+
readonly type: {
|
|
14
|
+
readonly type: import('vue').PropType<import('./text').TextType>;
|
|
15
|
+
readonly default: "default";
|
|
16
|
+
};
|
|
17
|
+
readonly color: {
|
|
18
|
+
readonly type: StringConstructor;
|
|
19
|
+
readonly default: "";
|
|
20
|
+
};
|
|
21
|
+
readonly size: {
|
|
22
|
+
readonly type: import('vue').PropType<import('./text').TextSize>;
|
|
23
|
+
readonly default: "md";
|
|
24
|
+
};
|
|
25
|
+
readonly align: {
|
|
26
|
+
readonly type: import('vue').PropType<import('./text').TextAlign>;
|
|
27
|
+
readonly default: "middle";
|
|
28
|
+
};
|
|
29
|
+
readonly underline: {
|
|
30
|
+
readonly type: BooleanConstructor;
|
|
31
|
+
readonly default: false;
|
|
32
|
+
};
|
|
33
|
+
readonly boxed: {
|
|
34
|
+
readonly type: BooleanConstructor;
|
|
35
|
+
readonly default: false;
|
|
36
|
+
};
|
|
37
|
+
readonly dashed: {
|
|
38
|
+
readonly type: BooleanConstructor;
|
|
39
|
+
readonly default: false;
|
|
40
|
+
};
|
|
41
|
+
readonly bold: {
|
|
42
|
+
readonly type: BooleanConstructor;
|
|
43
|
+
readonly default: false;
|
|
44
|
+
};
|
|
45
|
+
readonly italic: {
|
|
46
|
+
readonly type: BooleanConstructor;
|
|
47
|
+
readonly default: false;
|
|
48
|
+
};
|
|
49
|
+
readonly strikethrough: {
|
|
50
|
+
readonly type: BooleanConstructor;
|
|
51
|
+
readonly default: false;
|
|
52
|
+
};
|
|
53
|
+
readonly glow: {
|
|
54
|
+
readonly type: BooleanConstructor;
|
|
55
|
+
readonly default: false;
|
|
56
|
+
};
|
|
57
|
+
readonly glowIntensity: {
|
|
58
|
+
readonly type: NumberConstructor;
|
|
59
|
+
readonly default: 3;
|
|
60
|
+
};
|
|
61
|
+
readonly glowPulse: {
|
|
62
|
+
readonly type: BooleanConstructor;
|
|
63
|
+
readonly default: false;
|
|
64
|
+
};
|
|
65
|
+
readonly lightWave: {
|
|
66
|
+
readonly type: BooleanConstructor;
|
|
67
|
+
readonly default: false;
|
|
68
|
+
};
|
|
69
|
+
readonly lightWaveDuration: {
|
|
70
|
+
readonly type: import('vue').PropType<import('../../../hooks').DurationValue>;
|
|
71
|
+
readonly default: 2000;
|
|
72
|
+
};
|
|
73
|
+
readonly marker: {
|
|
74
|
+
readonly type: BooleanConstructor;
|
|
75
|
+
readonly default: false;
|
|
76
|
+
};
|
|
77
|
+
readonly markerColor: {
|
|
78
|
+
readonly type: StringConstructor;
|
|
79
|
+
readonly default: "";
|
|
80
|
+
};
|
|
81
|
+
readonly glowPulseDuration: {
|
|
82
|
+
readonly type: import('vue').PropType<import('../../../hooks').DurationValue>;
|
|
83
|
+
readonly default: 1500;
|
|
84
|
+
};
|
|
85
|
+
readonly unselectable: {
|
|
86
|
+
readonly type: BooleanConstructor;
|
|
87
|
+
readonly default: false;
|
|
88
|
+
};
|
|
89
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
90
|
+
readonly type: {
|
|
91
|
+
readonly type: import('vue').PropType<import('./text').TextType>;
|
|
92
|
+
readonly default: "default";
|
|
93
|
+
};
|
|
94
|
+
readonly color: {
|
|
95
|
+
readonly type: StringConstructor;
|
|
96
|
+
readonly default: "";
|
|
97
|
+
};
|
|
98
|
+
readonly size: {
|
|
99
|
+
readonly type: import('vue').PropType<import('./text').TextSize>;
|
|
100
|
+
readonly default: "md";
|
|
101
|
+
};
|
|
102
|
+
readonly align: {
|
|
103
|
+
readonly type: import('vue').PropType<import('./text').TextAlign>;
|
|
104
|
+
readonly default: "middle";
|
|
105
|
+
};
|
|
106
|
+
readonly underline: {
|
|
107
|
+
readonly type: BooleanConstructor;
|
|
108
|
+
readonly default: false;
|
|
109
|
+
};
|
|
110
|
+
readonly boxed: {
|
|
111
|
+
readonly type: BooleanConstructor;
|
|
112
|
+
readonly default: false;
|
|
113
|
+
};
|
|
114
|
+
readonly dashed: {
|
|
115
|
+
readonly type: BooleanConstructor;
|
|
116
|
+
readonly default: false;
|
|
117
|
+
};
|
|
118
|
+
readonly bold: {
|
|
119
|
+
readonly type: BooleanConstructor;
|
|
120
|
+
readonly default: false;
|
|
121
|
+
};
|
|
122
|
+
readonly italic: {
|
|
123
|
+
readonly type: BooleanConstructor;
|
|
124
|
+
readonly default: false;
|
|
125
|
+
};
|
|
126
|
+
readonly strikethrough: {
|
|
127
|
+
readonly type: BooleanConstructor;
|
|
128
|
+
readonly default: false;
|
|
129
|
+
};
|
|
130
|
+
readonly glow: {
|
|
131
|
+
readonly type: BooleanConstructor;
|
|
132
|
+
readonly default: false;
|
|
133
|
+
};
|
|
134
|
+
readonly glowIntensity: {
|
|
135
|
+
readonly type: NumberConstructor;
|
|
136
|
+
readonly default: 3;
|
|
137
|
+
};
|
|
138
|
+
readonly glowPulse: {
|
|
139
|
+
readonly type: BooleanConstructor;
|
|
140
|
+
readonly default: false;
|
|
141
|
+
};
|
|
142
|
+
readonly lightWave: {
|
|
143
|
+
readonly type: BooleanConstructor;
|
|
144
|
+
readonly default: false;
|
|
145
|
+
};
|
|
146
|
+
readonly lightWaveDuration: {
|
|
147
|
+
readonly type: import('vue').PropType<import('../../../hooks').DurationValue>;
|
|
148
|
+
readonly default: 2000;
|
|
149
|
+
};
|
|
150
|
+
readonly marker: {
|
|
151
|
+
readonly type: BooleanConstructor;
|
|
152
|
+
readonly default: false;
|
|
153
|
+
};
|
|
154
|
+
readonly markerColor: {
|
|
155
|
+
readonly type: StringConstructor;
|
|
156
|
+
readonly default: "";
|
|
157
|
+
};
|
|
158
|
+
readonly glowPulseDuration: {
|
|
159
|
+
readonly type: import('vue').PropType<import('../../../hooks').DurationValue>;
|
|
160
|
+
readonly default: 1500;
|
|
161
|
+
};
|
|
162
|
+
readonly unselectable: {
|
|
163
|
+
readonly type: BooleanConstructor;
|
|
164
|
+
readonly default: false;
|
|
165
|
+
};
|
|
166
|
+
}>> & Readonly<{}>, {
|
|
167
|
+
readonly size: import('./text').TextSize;
|
|
168
|
+
readonly type: import('./text').TextType;
|
|
169
|
+
readonly color: string;
|
|
170
|
+
readonly dashed: boolean;
|
|
171
|
+
readonly marker: boolean;
|
|
172
|
+
readonly bold: boolean;
|
|
173
|
+
readonly italic: boolean;
|
|
174
|
+
readonly underline: boolean;
|
|
175
|
+
readonly align: import('./text').TextAlign;
|
|
176
|
+
readonly boxed: boolean;
|
|
177
|
+
readonly strikethrough: boolean;
|
|
178
|
+
readonly glow: boolean;
|
|
179
|
+
readonly glowIntensity: number;
|
|
180
|
+
readonly glowPulse: boolean;
|
|
181
|
+
readonly lightWave: boolean;
|
|
182
|
+
readonly lightWaveDuration: import('../../../hooks').DurationValue;
|
|
183
|
+
readonly markerColor: string;
|
|
184
|
+
readonly glowPulseDuration: import('../../../hooks').DurationValue;
|
|
185
|
+
readonly unselectable: boolean;
|
|
186
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLSpanElement>;
|
|
187
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
188
|
+
export default _default;
|
|
189
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
190
|
+
new (): {
|
|
191
|
+
$slots: S;
|
|
192
|
+
};
|
|
193
|
+
};
|
|
194
|
+
//# sourceMappingURL=text.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"text.vue.d.ts","sourceRoot":"","sources":["../../../text/src/text.vue"],"names":[],"mappings":"AAsOA,iBAAS,cAAc;WA6CT,OAAO,IAA6B;;wBAZtB,GAAG;yBACF,GAAG;wBACJ,GAAG;;;;EAe9B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wFAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
export declare const CpTextarea: import('../utils').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
readonly modelValue: {
|
|
3
|
+
readonly type: StringConstructor;
|
|
4
|
+
readonly default: "";
|
|
5
|
+
};
|
|
6
|
+
readonly placeholder: {
|
|
7
|
+
readonly type: StringConstructor;
|
|
8
|
+
readonly default: "";
|
|
9
|
+
};
|
|
10
|
+
readonly size: {
|
|
11
|
+
readonly type: import('vue').PropType<import('.').TextareaSize>;
|
|
12
|
+
readonly default: "md";
|
|
13
|
+
};
|
|
14
|
+
readonly variant: {
|
|
15
|
+
readonly type: import('vue').PropType<import('.').TextareaVariant>;
|
|
16
|
+
readonly default: "outline";
|
|
17
|
+
};
|
|
18
|
+
readonly disabled: {
|
|
19
|
+
readonly type: BooleanConstructor;
|
|
20
|
+
readonly default: false;
|
|
21
|
+
};
|
|
22
|
+
readonly readonly: {
|
|
23
|
+
readonly type: BooleanConstructor;
|
|
24
|
+
readonly default: false;
|
|
25
|
+
};
|
|
26
|
+
readonly maxlength: {
|
|
27
|
+
readonly type: NumberConstructor;
|
|
28
|
+
readonly default: undefined;
|
|
29
|
+
};
|
|
30
|
+
readonly showWordLimit: {
|
|
31
|
+
readonly type: BooleanConstructor;
|
|
32
|
+
readonly default: false;
|
|
33
|
+
};
|
|
34
|
+
readonly rows: {
|
|
35
|
+
readonly type: NumberConstructor;
|
|
36
|
+
readonly default: 3;
|
|
37
|
+
};
|
|
38
|
+
readonly autosize: {
|
|
39
|
+
readonly type: import('vue').PropType<boolean | {
|
|
40
|
+
minRows?: number;
|
|
41
|
+
maxRows?: number;
|
|
42
|
+
}>;
|
|
43
|
+
readonly default: false;
|
|
44
|
+
};
|
|
45
|
+
readonly color: {
|
|
46
|
+
readonly type: StringConstructor;
|
|
47
|
+
readonly default: "";
|
|
48
|
+
};
|
|
49
|
+
readonly textColor: {
|
|
50
|
+
readonly type: StringConstructor;
|
|
51
|
+
readonly default: "";
|
|
52
|
+
};
|
|
53
|
+
}>, {
|
|
54
|
+
focus: () => void | undefined;
|
|
55
|
+
blur: () => void | undefined;
|
|
56
|
+
textareaRef: import('vue').Ref<HTMLTextAreaElement | undefined, HTMLTextAreaElement | undefined>;
|
|
57
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
58
|
+
input: (value: string, event: Event) => void;
|
|
59
|
+
"update:modelValue": (value: string) => void;
|
|
60
|
+
change: (value: string) => void;
|
|
61
|
+
focus: (event: FocusEvent) => void;
|
|
62
|
+
blur: (event: FocusEvent) => void;
|
|
63
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
64
|
+
readonly modelValue: {
|
|
65
|
+
readonly type: StringConstructor;
|
|
66
|
+
readonly default: "";
|
|
67
|
+
};
|
|
68
|
+
readonly placeholder: {
|
|
69
|
+
readonly type: StringConstructor;
|
|
70
|
+
readonly default: "";
|
|
71
|
+
};
|
|
72
|
+
readonly size: {
|
|
73
|
+
readonly type: import('vue').PropType<import('.').TextareaSize>;
|
|
74
|
+
readonly default: "md";
|
|
75
|
+
};
|
|
76
|
+
readonly variant: {
|
|
77
|
+
readonly type: import('vue').PropType<import('.').TextareaVariant>;
|
|
78
|
+
readonly default: "outline";
|
|
79
|
+
};
|
|
80
|
+
readonly disabled: {
|
|
81
|
+
readonly type: BooleanConstructor;
|
|
82
|
+
readonly default: false;
|
|
83
|
+
};
|
|
84
|
+
readonly readonly: {
|
|
85
|
+
readonly type: BooleanConstructor;
|
|
86
|
+
readonly default: false;
|
|
87
|
+
};
|
|
88
|
+
readonly maxlength: {
|
|
89
|
+
readonly type: NumberConstructor;
|
|
90
|
+
readonly default: undefined;
|
|
91
|
+
};
|
|
92
|
+
readonly showWordLimit: {
|
|
93
|
+
readonly type: BooleanConstructor;
|
|
94
|
+
readonly default: false;
|
|
95
|
+
};
|
|
96
|
+
readonly rows: {
|
|
97
|
+
readonly type: NumberConstructor;
|
|
98
|
+
readonly default: 3;
|
|
99
|
+
};
|
|
100
|
+
readonly autosize: {
|
|
101
|
+
readonly type: import('vue').PropType<boolean | {
|
|
102
|
+
minRows?: number;
|
|
103
|
+
maxRows?: number;
|
|
104
|
+
}>;
|
|
105
|
+
readonly default: false;
|
|
106
|
+
};
|
|
107
|
+
readonly color: {
|
|
108
|
+
readonly type: StringConstructor;
|
|
109
|
+
readonly default: "";
|
|
110
|
+
};
|
|
111
|
+
readonly textColor: {
|
|
112
|
+
readonly type: StringConstructor;
|
|
113
|
+
readonly default: "";
|
|
114
|
+
};
|
|
115
|
+
}>> & Readonly<{
|
|
116
|
+
onInput?: ((value: string, event: Event) => any) | undefined;
|
|
117
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
118
|
+
onChange?: ((value: string) => any) | undefined;
|
|
119
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
120
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
121
|
+
}>, {
|
|
122
|
+
readonly size: import('../../cyberpunk-vue').Size;
|
|
123
|
+
readonly variant: import('.').TextareaVariant;
|
|
124
|
+
readonly disabled: boolean;
|
|
125
|
+
readonly color: string;
|
|
126
|
+
readonly textColor: string;
|
|
127
|
+
readonly placeholder: string;
|
|
128
|
+
readonly modelValue: string;
|
|
129
|
+
readonly readonly: boolean;
|
|
130
|
+
readonly maxlength: number;
|
|
131
|
+
readonly showWordLimit: boolean;
|
|
132
|
+
readonly rows: number;
|
|
133
|
+
readonly autosize: boolean | {
|
|
134
|
+
minRows?: number;
|
|
135
|
+
maxRows?: number;
|
|
136
|
+
};
|
|
137
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
138
|
+
textareaRef: HTMLTextAreaElement;
|
|
139
|
+
}, HTMLDivElement>>;
|
|
140
|
+
export default CpTextarea;
|
|
141
|
+
export * from './src/textarea';
|
|
142
|
+
export type { TextareaInstance } from './src/instance';
|
|
143
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../textarea/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAK6hC,CAAC;mBAAiB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAAnB,CAAC;mBAAiB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBALxhC,CAAA;AAC/C,eAAe,UAAU,CAAA;AAEzB,cAAc,gBAAgB,CAAA;AAC9B,YAAY,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instance.d.ts","sourceRoot":"","sources":["../../../textarea/src/instance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,gBAAgB,CAAA;AAE1C,MAAM,MAAM,gBAAgB,GAAG,YAAY,CAAC,OAAO,QAAQ,CAAC,GAAG,OAAO,CAAA"}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
+
import { Size } from '../../../hooks';
|
|
3
|
+
/**
|
|
4
|
+
* Textarea 尺寸
|
|
5
|
+
* - 也支持数字 (px) 或带单位字符串 (如 '2rem')
|
|
6
|
+
*/
|
|
7
|
+
export type TextareaSize = Size;
|
|
8
|
+
/**
|
|
9
|
+
* Textarea 变体
|
|
10
|
+
*/
|
|
11
|
+
export type TextareaVariant = 'outline' | 'filled';
|
|
12
|
+
/**
|
|
13
|
+
* CpTextarea 组件 Props 定义
|
|
14
|
+
*/
|
|
15
|
+
export declare const textareaProps: {
|
|
16
|
+
/** 绑定值 (v-model) */
|
|
17
|
+
readonly modelValue: {
|
|
18
|
+
readonly type: StringConstructor;
|
|
19
|
+
readonly default: "";
|
|
20
|
+
};
|
|
21
|
+
/** 占位文本 */
|
|
22
|
+
readonly placeholder: {
|
|
23
|
+
readonly type: StringConstructor;
|
|
24
|
+
readonly default: "";
|
|
25
|
+
};
|
|
26
|
+
/** 尺寸 */
|
|
27
|
+
readonly size: {
|
|
28
|
+
readonly type: PropType<TextareaSize>;
|
|
29
|
+
readonly default: "md";
|
|
30
|
+
};
|
|
31
|
+
/** 形态变体 */
|
|
32
|
+
readonly variant: {
|
|
33
|
+
readonly type: PropType<TextareaVariant>;
|
|
34
|
+
readonly default: "outline";
|
|
35
|
+
};
|
|
36
|
+
/** 是否禁用 */
|
|
37
|
+
readonly disabled: {
|
|
38
|
+
readonly type: BooleanConstructor;
|
|
39
|
+
readonly default: false;
|
|
40
|
+
};
|
|
41
|
+
/** 是否只读 */
|
|
42
|
+
readonly readonly: {
|
|
43
|
+
readonly type: BooleanConstructor;
|
|
44
|
+
readonly default: false;
|
|
45
|
+
};
|
|
46
|
+
/** 最大输入长度 */
|
|
47
|
+
readonly maxlength: {
|
|
48
|
+
readonly type: NumberConstructor;
|
|
49
|
+
readonly default: undefined;
|
|
50
|
+
};
|
|
51
|
+
/** 显示字数统计 */
|
|
52
|
+
readonly showWordLimit: {
|
|
53
|
+
readonly type: BooleanConstructor;
|
|
54
|
+
readonly default: false;
|
|
55
|
+
};
|
|
56
|
+
/** 行数 */
|
|
57
|
+
readonly rows: {
|
|
58
|
+
readonly type: NumberConstructor;
|
|
59
|
+
readonly default: 3;
|
|
60
|
+
};
|
|
61
|
+
/** 自适应高度 */
|
|
62
|
+
readonly autosize: {
|
|
63
|
+
readonly type: PropType<boolean | {
|
|
64
|
+
minRows?: number;
|
|
65
|
+
maxRows?: number;
|
|
66
|
+
}>;
|
|
67
|
+
readonly default: false;
|
|
68
|
+
};
|
|
69
|
+
/** 自定义颜色 */
|
|
70
|
+
readonly color: {
|
|
71
|
+
readonly type: StringConstructor;
|
|
72
|
+
readonly default: "";
|
|
73
|
+
};
|
|
74
|
+
/** 文字颜色 */
|
|
75
|
+
readonly textColor: {
|
|
76
|
+
readonly type: StringConstructor;
|
|
77
|
+
readonly default: "";
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
export type TextareaProps = ExtractPropTypes<typeof textareaProps>;
|
|
81
|
+
export declare const textareaEmits: {
|
|
82
|
+
'update:modelValue': (value: string) => boolean;
|
|
83
|
+
input: (value: string, event: Event) => boolean;
|
|
84
|
+
change: (value: string) => boolean;
|
|
85
|
+
focus: (event: FocusEvent) => boolean;
|
|
86
|
+
blur: (event: FocusEvent) => boolean;
|
|
87
|
+
};
|
|
88
|
+
export type TextareaEmits = typeof textareaEmits;
|
|
89
|
+
//# sourceMappingURL=textarea.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"textarea.d.ts","sourceRoot":"","sources":["../../../textarea/src/textarea.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACrD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAEhD;;;GAGG;AACH,MAAM,MAAM,YAAY,GAAG,IAAI,CAAA;AAE/B;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,QAAQ,CAAA;AAElD;;GAEG;AACH,eAAO,MAAM,aAAa;IACtB,oBAAoB;;;;;IAKpB,WAAW;;;;;IAKX,SAAS;;uBAEW,QAAQ,CAAC,YAAY,CAAC;;;IAG1C,WAAW;;uBAES,QAAQ,CAAC,eAAe,CAAC;;;IAG7C,WAAW;;;;;IAKX,WAAW;;;;;IAKX,aAAa;;;;;IAKb,aAAa;;;;;IAKb,SAAS;;;;;IAKT,YAAY;;uBAEmB,QAAQ,CAAC,OAAO,GAAG;YAAE,OAAO,CAAC,EAAE,MAAM,CAAC;YAAC,OAAO,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;;;IAGzF,YAAY;;;;;IAKZ,WAAW;;;;;CAKL,CAAA;AAEV,MAAM,MAAM,aAAa,GAAG,gBAAgB,CAAC,OAAO,aAAa,CAAC,CAAA;AAElE,eAAO,MAAM,aAAa;iCACO,MAAM;mBACpB,MAAM,SAAS,KAAK;oBACnB,MAAM;mBACP,UAAU;kBACX,UAAU;CAC3B,CAAA;AAED,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAA"}
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
readonly modelValue: {
|
|
3
|
+
readonly type: StringConstructor;
|
|
4
|
+
readonly default: "";
|
|
5
|
+
};
|
|
6
|
+
readonly placeholder: {
|
|
7
|
+
readonly type: StringConstructor;
|
|
8
|
+
readonly default: "";
|
|
9
|
+
};
|
|
10
|
+
readonly size: {
|
|
11
|
+
readonly type: import('vue').PropType<import('./textarea').TextareaSize>;
|
|
12
|
+
readonly default: "md";
|
|
13
|
+
};
|
|
14
|
+
readonly variant: {
|
|
15
|
+
readonly type: import('vue').PropType<import('./textarea').TextareaVariant>;
|
|
16
|
+
readonly default: "outline";
|
|
17
|
+
};
|
|
18
|
+
readonly disabled: {
|
|
19
|
+
readonly type: BooleanConstructor;
|
|
20
|
+
readonly default: false;
|
|
21
|
+
};
|
|
22
|
+
readonly readonly: {
|
|
23
|
+
readonly type: BooleanConstructor;
|
|
24
|
+
readonly default: false;
|
|
25
|
+
};
|
|
26
|
+
readonly maxlength: {
|
|
27
|
+
readonly type: NumberConstructor;
|
|
28
|
+
readonly default: undefined;
|
|
29
|
+
};
|
|
30
|
+
readonly showWordLimit: {
|
|
31
|
+
readonly type: BooleanConstructor;
|
|
32
|
+
readonly default: false;
|
|
33
|
+
};
|
|
34
|
+
readonly rows: {
|
|
35
|
+
readonly type: NumberConstructor;
|
|
36
|
+
readonly default: 3;
|
|
37
|
+
};
|
|
38
|
+
readonly autosize: {
|
|
39
|
+
readonly type: import('vue').PropType<boolean | {
|
|
40
|
+
minRows
|
|
41
|
+
/**
|
|
42
|
+
* CpTextarea - 赛博朋克风格多行文本输入框
|
|
43
|
+
*/
|
|
44
|
+
?: number;
|
|
45
|
+
maxRows
|
|
46
|
+
/**
|
|
47
|
+
* CpTextarea - 赛博朋克风格多行文本输入框
|
|
48
|
+
*/
|
|
49
|
+
?: number;
|
|
50
|
+
}>;
|
|
51
|
+
readonly default: false;
|
|
52
|
+
};
|
|
53
|
+
readonly color: {
|
|
54
|
+
readonly type: StringConstructor;
|
|
55
|
+
readonly default: "";
|
|
56
|
+
};
|
|
57
|
+
readonly textColor: {
|
|
58
|
+
readonly type: StringConstructor;
|
|
59
|
+
readonly default: "";
|
|
60
|
+
};
|
|
61
|
+
}>, {
|
|
62
|
+
focus: () => void | undefined;
|
|
63
|
+
blur: () => void | undefined;
|
|
64
|
+
textareaRef: import('vue').Ref<HTMLTextAreaElement | undefined, HTMLTextAreaElement | undefined>;
|
|
65
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
66
|
+
input: (value: string, event: Event) => void;
|
|
67
|
+
"update:modelValue": (value: string) => void;
|
|
68
|
+
change: (value: string) => void;
|
|
69
|
+
focus: (event: FocusEvent) => void;
|
|
70
|
+
blur: (event: FocusEvent) => void;
|
|
71
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
72
|
+
readonly modelValue: {
|
|
73
|
+
readonly type: StringConstructor;
|
|
74
|
+
readonly default: "";
|
|
75
|
+
};
|
|
76
|
+
readonly placeholder: {
|
|
77
|
+
readonly type: StringConstructor;
|
|
78
|
+
readonly default: "";
|
|
79
|
+
};
|
|
80
|
+
readonly size: {
|
|
81
|
+
readonly type: import('vue').PropType<import('./textarea').TextareaSize>;
|
|
82
|
+
readonly default: "md";
|
|
83
|
+
};
|
|
84
|
+
readonly variant: {
|
|
85
|
+
readonly type: import('vue').PropType<import('./textarea').TextareaVariant>;
|
|
86
|
+
readonly default: "outline";
|
|
87
|
+
};
|
|
88
|
+
readonly disabled: {
|
|
89
|
+
readonly type: BooleanConstructor;
|
|
90
|
+
readonly default: false;
|
|
91
|
+
};
|
|
92
|
+
readonly readonly: {
|
|
93
|
+
readonly type: BooleanConstructor;
|
|
94
|
+
readonly default: false;
|
|
95
|
+
};
|
|
96
|
+
readonly maxlength: {
|
|
97
|
+
readonly type: NumberConstructor;
|
|
98
|
+
readonly default: undefined;
|
|
99
|
+
};
|
|
100
|
+
readonly showWordLimit: {
|
|
101
|
+
readonly type: BooleanConstructor;
|
|
102
|
+
readonly default: false;
|
|
103
|
+
};
|
|
104
|
+
readonly rows: {
|
|
105
|
+
readonly type: NumberConstructor;
|
|
106
|
+
readonly default: 3;
|
|
107
|
+
};
|
|
108
|
+
readonly autosize: {
|
|
109
|
+
readonly type: import('vue').PropType<boolean | {
|
|
110
|
+
minRows
|
|
111
|
+
/**
|
|
112
|
+
* CpTextarea - 赛博朋克风格多行文本输入框
|
|
113
|
+
*/
|
|
114
|
+
?: number;
|
|
115
|
+
maxRows
|
|
116
|
+
/**
|
|
117
|
+
* CpTextarea - 赛博朋克风格多行文本输入框
|
|
118
|
+
*/
|
|
119
|
+
?: number;
|
|
120
|
+
}>;
|
|
121
|
+
readonly default: false;
|
|
122
|
+
};
|
|
123
|
+
readonly color: {
|
|
124
|
+
readonly type: StringConstructor;
|
|
125
|
+
readonly default: "";
|
|
126
|
+
};
|
|
127
|
+
readonly textColor: {
|
|
128
|
+
readonly type: StringConstructor;
|
|
129
|
+
readonly default: "";
|
|
130
|
+
};
|
|
131
|
+
}>> & Readonly<{
|
|
132
|
+
onInput?: ((value: string, event: Event) => any) | undefined;
|
|
133
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
134
|
+
onChange?: ((value: string) => any) | undefined;
|
|
135
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
136
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
137
|
+
}>, {
|
|
138
|
+
readonly size: import('../../../hooks').Size;
|
|
139
|
+
readonly variant: import('./textarea').TextareaVariant;
|
|
140
|
+
readonly disabled: boolean;
|
|
141
|
+
readonly color: string;
|
|
142
|
+
readonly textColor: string;
|
|
143
|
+
readonly placeholder: string;
|
|
144
|
+
readonly modelValue: string;
|
|
145
|
+
readonly readonly: boolean;
|
|
146
|
+
readonly maxlength: number;
|
|
147
|
+
readonly showWordLimit: boolean;
|
|
148
|
+
readonly rows: number;
|
|
149
|
+
readonly autosize: boolean | {
|
|
150
|
+
minRows?: number;
|
|
151
|
+
maxRows?: number;
|
|
152
|
+
};
|
|
153
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
154
|
+
textareaRef: HTMLTextAreaElement;
|
|
155
|
+
}, HTMLDivElement>;
|
|
156
|
+
export default _default;
|
|
157
|
+
//# sourceMappingURL=textarea.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"textarea.vue.d.ts","sourceRoot":"","sources":["../../../textarea/src/textarea.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAsJA;;eAEG;YACH,CA7GgD;;YA0GhD;;eAEG;YACH,CA3GI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAwGJ;;eAEG;YACH,CA7GgD;;YA0GhD;;eAEG;YACH,CA3GI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiTJ,wBAUG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Plugin, Component } from 'vue';
|
|
2
|
+
export type SFCWithInstall<T> = T & Plugin;
|
|
3
|
+
/**
|
|
4
|
+
* 为组件添加 install 方法,使其可以通过 app.use() 注册
|
|
5
|
+
*/
|
|
6
|
+
export declare function withInstall<T extends Component>(component: T): SFCWithInstall<T>;
|
|
7
|
+
//# sourceMappingURL=install.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"install.d.ts","sourceRoot":"","sources":["../../utils/install.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAO,MAAM,EAAE,SAAS,EAAE,MAAM,KAAK,CAAA;AAEjD,MAAM,MAAM,cAAc,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAA;AAE1C;;GAEG;AACH,wBAAgB,WAAW,CAAC,CAAC,SAAS,SAAS,EAAE,SAAS,EAAE,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAShF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vite.config.d.ts","sourceRoot":"","sources":["../vite.config.ts"],"names":[],"mappings":";AAKA,wBAkCE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyberpunk-vue/components",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Cyberpunk Vue components - A futuristic Vue 3 component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"vue": "^3.5.0"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@cyberpunk-vue/hooks": "0.1.
|
|
27
|
-
"@cyberpunk-vue/
|
|
28
|
-
"@cyberpunk-vue/
|
|
26
|
+
"@cyberpunk-vue/hooks": "0.1.2",
|
|
27
|
+
"@cyberpunk-vue/theme-chalk": "0.1.2",
|
|
28
|
+
"@cyberpunk-vue/constants": "0.1.2"
|
|
29
29
|
},
|
|
30
30
|
"author": "Juxest",
|
|
31
31
|
"license": "MIT",
|