@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,197 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
prefix?(_: {}): any;
|
|
5
|
+
suffix?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {
|
|
8
|
+
inputRef: HTMLInputElement;
|
|
9
|
+
};
|
|
10
|
+
rootEl: HTMLDivElement;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
14
|
+
readonly modelValue: {
|
|
15
|
+
readonly type: import('vue').PropType<string | number>;
|
|
16
|
+
readonly default: "";
|
|
17
|
+
};
|
|
18
|
+
readonly type: {
|
|
19
|
+
readonly type: import('vue').PropType<import('./input').InputType>;
|
|
20
|
+
readonly default: "text";
|
|
21
|
+
};
|
|
22
|
+
readonly size: {
|
|
23
|
+
readonly type: import('vue').PropType<import('./input').InputSize>;
|
|
24
|
+
readonly default: "md";
|
|
25
|
+
};
|
|
26
|
+
readonly shape: {
|
|
27
|
+
readonly type: import('vue').PropType<import('./input').InputShape>;
|
|
28
|
+
readonly default: "clip";
|
|
29
|
+
};
|
|
30
|
+
readonly variant: {
|
|
31
|
+
readonly type: import('vue').PropType<import('./input').InputVariant>;
|
|
32
|
+
readonly default: "outline";
|
|
33
|
+
};
|
|
34
|
+
readonly placeholder: {
|
|
35
|
+
readonly type: StringConstructor;
|
|
36
|
+
readonly default: "";
|
|
37
|
+
};
|
|
38
|
+
readonly disabled: {
|
|
39
|
+
readonly type: BooleanConstructor;
|
|
40
|
+
readonly default: false;
|
|
41
|
+
};
|
|
42
|
+
readonly readonly: {
|
|
43
|
+
readonly type: BooleanConstructor;
|
|
44
|
+
readonly default: false;
|
|
45
|
+
};
|
|
46
|
+
readonly clearable: {
|
|
47
|
+
readonly type: BooleanConstructor;
|
|
48
|
+
readonly default: false;
|
|
49
|
+
};
|
|
50
|
+
readonly color: {
|
|
51
|
+
readonly type: StringConstructor;
|
|
52
|
+
readonly default: "";
|
|
53
|
+
};
|
|
54
|
+
readonly maxlength: {
|
|
55
|
+
readonly type: NumberConstructor;
|
|
56
|
+
readonly default: undefined;
|
|
57
|
+
};
|
|
58
|
+
readonly autofocus: {
|
|
59
|
+
readonly type: BooleanConstructor;
|
|
60
|
+
readonly default: false;
|
|
61
|
+
};
|
|
62
|
+
readonly showPassword: {
|
|
63
|
+
readonly type: BooleanConstructor;
|
|
64
|
+
readonly default: false;
|
|
65
|
+
};
|
|
66
|
+
readonly showWordLimit: {
|
|
67
|
+
readonly type: BooleanConstructor;
|
|
68
|
+
readonly default: false;
|
|
69
|
+
};
|
|
70
|
+
readonly inactiveBorderColor: {
|
|
71
|
+
readonly type: StringConstructor;
|
|
72
|
+
readonly default: "";
|
|
73
|
+
};
|
|
74
|
+
readonly placeholderColor: {
|
|
75
|
+
readonly type: StringConstructor;
|
|
76
|
+
readonly default: "";
|
|
77
|
+
};
|
|
78
|
+
readonly textColor: {
|
|
79
|
+
readonly type: StringConstructor;
|
|
80
|
+
readonly default: "";
|
|
81
|
+
};
|
|
82
|
+
}>, {
|
|
83
|
+
focus: () => void | undefined;
|
|
84
|
+
blur: () => void | undefined;
|
|
85
|
+
inputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
86
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
87
|
+
clear: () => void;
|
|
88
|
+
input: (value: string | number, event: Event) => void;
|
|
89
|
+
"update:modelValue": (value: string | number) => void;
|
|
90
|
+
change: (value: string | number) => void;
|
|
91
|
+
focus: (event: FocusEvent) => void;
|
|
92
|
+
blur: (event: FocusEvent) => void;
|
|
93
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
94
|
+
readonly modelValue: {
|
|
95
|
+
readonly type: import('vue').PropType<string | number>;
|
|
96
|
+
readonly default: "";
|
|
97
|
+
};
|
|
98
|
+
readonly type: {
|
|
99
|
+
readonly type: import('vue').PropType<import('./input').InputType>;
|
|
100
|
+
readonly default: "text";
|
|
101
|
+
};
|
|
102
|
+
readonly size: {
|
|
103
|
+
readonly type: import('vue').PropType<import('./input').InputSize>;
|
|
104
|
+
readonly default: "md";
|
|
105
|
+
};
|
|
106
|
+
readonly shape: {
|
|
107
|
+
readonly type: import('vue').PropType<import('./input').InputShape>;
|
|
108
|
+
readonly default: "clip";
|
|
109
|
+
};
|
|
110
|
+
readonly variant: {
|
|
111
|
+
readonly type: import('vue').PropType<import('./input').InputVariant>;
|
|
112
|
+
readonly default: "outline";
|
|
113
|
+
};
|
|
114
|
+
readonly placeholder: {
|
|
115
|
+
readonly type: StringConstructor;
|
|
116
|
+
readonly default: "";
|
|
117
|
+
};
|
|
118
|
+
readonly disabled: {
|
|
119
|
+
readonly type: BooleanConstructor;
|
|
120
|
+
readonly default: false;
|
|
121
|
+
};
|
|
122
|
+
readonly readonly: {
|
|
123
|
+
readonly type: BooleanConstructor;
|
|
124
|
+
readonly default: false;
|
|
125
|
+
};
|
|
126
|
+
readonly clearable: {
|
|
127
|
+
readonly type: BooleanConstructor;
|
|
128
|
+
readonly default: false;
|
|
129
|
+
};
|
|
130
|
+
readonly color: {
|
|
131
|
+
readonly type: StringConstructor;
|
|
132
|
+
readonly default: "";
|
|
133
|
+
};
|
|
134
|
+
readonly maxlength: {
|
|
135
|
+
readonly type: NumberConstructor;
|
|
136
|
+
readonly default: undefined;
|
|
137
|
+
};
|
|
138
|
+
readonly autofocus: {
|
|
139
|
+
readonly type: BooleanConstructor;
|
|
140
|
+
readonly default: false;
|
|
141
|
+
};
|
|
142
|
+
readonly showPassword: {
|
|
143
|
+
readonly type: BooleanConstructor;
|
|
144
|
+
readonly default: false;
|
|
145
|
+
};
|
|
146
|
+
readonly showWordLimit: {
|
|
147
|
+
readonly type: BooleanConstructor;
|
|
148
|
+
readonly default: false;
|
|
149
|
+
};
|
|
150
|
+
readonly inactiveBorderColor: {
|
|
151
|
+
readonly type: StringConstructor;
|
|
152
|
+
readonly default: "";
|
|
153
|
+
};
|
|
154
|
+
readonly placeholderColor: {
|
|
155
|
+
readonly type: StringConstructor;
|
|
156
|
+
readonly default: "";
|
|
157
|
+
};
|
|
158
|
+
readonly textColor: {
|
|
159
|
+
readonly type: StringConstructor;
|
|
160
|
+
readonly default: "";
|
|
161
|
+
};
|
|
162
|
+
}>> & Readonly<{
|
|
163
|
+
onClear?: (() => any) | undefined;
|
|
164
|
+
onInput?: ((value: string | number, event: Event) => any) | undefined;
|
|
165
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
166
|
+
onChange?: ((value: string | number) => any) | undefined;
|
|
167
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
168
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
169
|
+
}>, {
|
|
170
|
+
readonly size: import('../../../hooks').Size;
|
|
171
|
+
readonly type: import('./input').InputType;
|
|
172
|
+
readonly variant: import('./input').InputVariant;
|
|
173
|
+
readonly disabled: boolean;
|
|
174
|
+
readonly color: string;
|
|
175
|
+
readonly shape: import('./input').InputShape;
|
|
176
|
+
readonly textColor: string;
|
|
177
|
+
readonly placeholder: string;
|
|
178
|
+
readonly modelValue: string | number;
|
|
179
|
+
readonly readonly: boolean;
|
|
180
|
+
readonly clearable: boolean;
|
|
181
|
+
readonly maxlength: number;
|
|
182
|
+
readonly autofocus: boolean;
|
|
183
|
+
readonly showPassword: boolean;
|
|
184
|
+
readonly showWordLimit: boolean;
|
|
185
|
+
readonly inactiveBorderColor: string;
|
|
186
|
+
readonly placeholderColor: string;
|
|
187
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
188
|
+
inputRef: HTMLInputElement;
|
|
189
|
+
}, HTMLDivElement>;
|
|
190
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
191
|
+
export default _default;
|
|
192
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
193
|
+
new (): {
|
|
194
|
+
$slots: S;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
//# sourceMappingURL=input.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input.vue.d.ts","sourceRoot":"","sources":["../../../input/src/input.vue"],"names":[],"mappings":"AAoZA,iBAAS,cAAc;WAkGT,OAAO,IAA6B;;wBAZtB,GAAG;wBACH,GAAG;;;;;;EAgB9B;AA2BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAUnB,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 @@
|
|
|
1
|
+
{"version":3,"file":"instance.d.ts","sourceRoot":"","sources":["../../../input/src/instance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,aAAa,CAAA;AAEpC,MAAM,MAAM,aAAa,GAAG,YAAY,CAAC,OAAO,KAAK,CAAC,GAAG,OAAO,CAAA"}
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
export declare const CpInputNumber: import('../utils').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
readonly modelValue: {
|
|
3
|
+
readonly type: NumberConstructor;
|
|
4
|
+
readonly default: 0;
|
|
5
|
+
};
|
|
6
|
+
readonly min: {
|
|
7
|
+
readonly type: NumberConstructor;
|
|
8
|
+
readonly default: number;
|
|
9
|
+
};
|
|
10
|
+
readonly max: {
|
|
11
|
+
readonly type: NumberConstructor;
|
|
12
|
+
readonly default: number;
|
|
13
|
+
};
|
|
14
|
+
readonly step: {
|
|
15
|
+
readonly type: NumberConstructor;
|
|
16
|
+
readonly default: 1;
|
|
17
|
+
};
|
|
18
|
+
readonly precision: {
|
|
19
|
+
readonly type: NumberConstructor;
|
|
20
|
+
readonly default: undefined;
|
|
21
|
+
};
|
|
22
|
+
readonly size: {
|
|
23
|
+
readonly type: import('vue').PropType<import('.').InputNumberSize>;
|
|
24
|
+
readonly default: "md";
|
|
25
|
+
};
|
|
26
|
+
readonly disabled: {
|
|
27
|
+
readonly type: BooleanConstructor;
|
|
28
|
+
readonly default: false;
|
|
29
|
+
};
|
|
30
|
+
readonly readonly: {
|
|
31
|
+
readonly type: BooleanConstructor;
|
|
32
|
+
readonly default: false;
|
|
33
|
+
};
|
|
34
|
+
readonly placeholder: {
|
|
35
|
+
readonly type: StringConstructor;
|
|
36
|
+
readonly default: "";
|
|
37
|
+
};
|
|
38
|
+
readonly color: {
|
|
39
|
+
readonly type: StringConstructor;
|
|
40
|
+
readonly default: "";
|
|
41
|
+
};
|
|
42
|
+
readonly controls: {
|
|
43
|
+
readonly type: BooleanConstructor;
|
|
44
|
+
readonly default: true;
|
|
45
|
+
};
|
|
46
|
+
readonly controlsPosition: {
|
|
47
|
+
readonly type: import('vue').PropType<"right" | "both">;
|
|
48
|
+
readonly default: "both";
|
|
49
|
+
};
|
|
50
|
+
}>, {
|
|
51
|
+
focus: () => void | undefined;
|
|
52
|
+
blur: () => void | undefined;
|
|
53
|
+
inputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
54
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
55
|
+
"update:modelValue": (value: number) => void;
|
|
56
|
+
change: (value: number, oldValue: number) => void;
|
|
57
|
+
focus: (event: FocusEvent) => void;
|
|
58
|
+
blur: (event: FocusEvent) => void;
|
|
59
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
60
|
+
readonly modelValue: {
|
|
61
|
+
readonly type: NumberConstructor;
|
|
62
|
+
readonly default: 0;
|
|
63
|
+
};
|
|
64
|
+
readonly min: {
|
|
65
|
+
readonly type: NumberConstructor;
|
|
66
|
+
readonly default: number;
|
|
67
|
+
};
|
|
68
|
+
readonly max: {
|
|
69
|
+
readonly type: NumberConstructor;
|
|
70
|
+
readonly default: number;
|
|
71
|
+
};
|
|
72
|
+
readonly step: {
|
|
73
|
+
readonly type: NumberConstructor;
|
|
74
|
+
readonly default: 1;
|
|
75
|
+
};
|
|
76
|
+
readonly precision: {
|
|
77
|
+
readonly type: NumberConstructor;
|
|
78
|
+
readonly default: undefined;
|
|
79
|
+
};
|
|
80
|
+
readonly size: {
|
|
81
|
+
readonly type: import('vue').PropType<import('.').InputNumberSize>;
|
|
82
|
+
readonly default: "md";
|
|
83
|
+
};
|
|
84
|
+
readonly disabled: {
|
|
85
|
+
readonly type: BooleanConstructor;
|
|
86
|
+
readonly default: false;
|
|
87
|
+
};
|
|
88
|
+
readonly readonly: {
|
|
89
|
+
readonly type: BooleanConstructor;
|
|
90
|
+
readonly default: false;
|
|
91
|
+
};
|
|
92
|
+
readonly placeholder: {
|
|
93
|
+
readonly type: StringConstructor;
|
|
94
|
+
readonly default: "";
|
|
95
|
+
};
|
|
96
|
+
readonly color: {
|
|
97
|
+
readonly type: StringConstructor;
|
|
98
|
+
readonly default: "";
|
|
99
|
+
};
|
|
100
|
+
readonly controls: {
|
|
101
|
+
readonly type: BooleanConstructor;
|
|
102
|
+
readonly default: true;
|
|
103
|
+
};
|
|
104
|
+
readonly controlsPosition: {
|
|
105
|
+
readonly type: import('vue').PropType<"right" | "both">;
|
|
106
|
+
readonly default: "both";
|
|
107
|
+
};
|
|
108
|
+
}>> & Readonly<{
|
|
109
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
110
|
+
onChange?: ((value: number, oldValue: number) => any) | undefined;
|
|
111
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
112
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
113
|
+
}>, {
|
|
114
|
+
readonly size: import('../../cyberpunk-vue').Size;
|
|
115
|
+
readonly disabled: boolean;
|
|
116
|
+
readonly color: string;
|
|
117
|
+
readonly placeholder: string;
|
|
118
|
+
readonly modelValue: number;
|
|
119
|
+
readonly readonly: boolean;
|
|
120
|
+
readonly min: number;
|
|
121
|
+
readonly max: number;
|
|
122
|
+
readonly step: number;
|
|
123
|
+
readonly precision: number;
|
|
124
|
+
readonly controls: boolean;
|
|
125
|
+
readonly controlsPosition: "right" | "both";
|
|
126
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
127
|
+
inputRef: HTMLInputElement;
|
|
128
|
+
}, HTMLDivElement>>;
|
|
129
|
+
export default CpInputNumber;
|
|
130
|
+
export * from './src/input-number';
|
|
131
|
+
export type { InputNumberInstance } from './src/instance';
|
|
132
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../input-number/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAA2B,CAAA;AACrD,eAAe,aAAa,CAAA;AAE5B,cAAc,oBAAoB,CAAA;AAClC,YAAY,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
+
import { Size } from '../../../hooks';
|
|
3
|
+
/**
|
|
4
|
+
* InputNumber 尺寸
|
|
5
|
+
* - 也支持数字 (px) 或带单位字符串 (如 '2rem')
|
|
6
|
+
*/
|
|
7
|
+
export type InputNumberSize = Size;
|
|
8
|
+
/**
|
|
9
|
+
* CpInputNumber 组件 Props 定义
|
|
10
|
+
*/
|
|
11
|
+
export declare const inputNumberProps: {
|
|
12
|
+
/** 绑定值 (v-model) */
|
|
13
|
+
readonly modelValue: {
|
|
14
|
+
readonly type: NumberConstructor;
|
|
15
|
+
readonly default: 0;
|
|
16
|
+
};
|
|
17
|
+
/** 最小值 */
|
|
18
|
+
readonly min: {
|
|
19
|
+
readonly type: NumberConstructor;
|
|
20
|
+
readonly default: number;
|
|
21
|
+
};
|
|
22
|
+
/** 最大值 */
|
|
23
|
+
readonly max: {
|
|
24
|
+
readonly type: NumberConstructor;
|
|
25
|
+
readonly default: number;
|
|
26
|
+
};
|
|
27
|
+
/** 步长 */
|
|
28
|
+
readonly step: {
|
|
29
|
+
readonly type: NumberConstructor;
|
|
30
|
+
readonly default: 1;
|
|
31
|
+
};
|
|
32
|
+
/** 精度 (小数位数) */
|
|
33
|
+
readonly precision: {
|
|
34
|
+
readonly type: NumberConstructor;
|
|
35
|
+
readonly default: undefined;
|
|
36
|
+
};
|
|
37
|
+
/** 尺寸 */
|
|
38
|
+
readonly size: {
|
|
39
|
+
readonly type: PropType<InputNumberSize>;
|
|
40
|
+
readonly default: "md";
|
|
41
|
+
};
|
|
42
|
+
/** 是否禁用 */
|
|
43
|
+
readonly disabled: {
|
|
44
|
+
readonly type: BooleanConstructor;
|
|
45
|
+
readonly default: false;
|
|
46
|
+
};
|
|
47
|
+
/** 是否只读 */
|
|
48
|
+
readonly readonly: {
|
|
49
|
+
readonly type: BooleanConstructor;
|
|
50
|
+
readonly default: false;
|
|
51
|
+
};
|
|
52
|
+
/** 占位文本 */
|
|
53
|
+
readonly placeholder: {
|
|
54
|
+
readonly type: StringConstructor;
|
|
55
|
+
readonly default: "";
|
|
56
|
+
};
|
|
57
|
+
/** 自定义颜色 */
|
|
58
|
+
readonly color: {
|
|
59
|
+
readonly type: StringConstructor;
|
|
60
|
+
readonly default: "";
|
|
61
|
+
};
|
|
62
|
+
/** 是否使用控制按钮 */
|
|
63
|
+
readonly controls: {
|
|
64
|
+
readonly type: BooleanConstructor;
|
|
65
|
+
readonly default: true;
|
|
66
|
+
};
|
|
67
|
+
/** 控制按钮位置 */
|
|
68
|
+
readonly controlsPosition: {
|
|
69
|
+
readonly type: PropType<"right" | "both">;
|
|
70
|
+
readonly default: "both";
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
export type InputNumberProps = ExtractPropTypes<typeof inputNumberProps>;
|
|
74
|
+
export declare const inputNumberEmits: {
|
|
75
|
+
'update:modelValue': (value: number) => boolean;
|
|
76
|
+
change: (value: number, oldValue: number) => boolean;
|
|
77
|
+
focus: (event: FocusEvent) => boolean;
|
|
78
|
+
blur: (event: FocusEvent) => boolean;
|
|
79
|
+
};
|
|
80
|
+
export type InputNumberEmits = typeof inputNumberEmits;
|
|
81
|
+
//# sourceMappingURL=input-number.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-number.d.ts","sourceRoot":"","sources":["../../../input-number/src/input-number.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,eAAe,GAAG,IAAI,CAAA;AAElC;;GAEG;AACH,eAAO,MAAM,gBAAgB;IACzB,oBAAoB;;;;;IAKpB,UAAU;;;;;IAKV,UAAU;;;;;IAKV,SAAS;;;;;IAKT,gBAAgB;;;;;IAKhB,SAAS;;uBAEW,QAAQ,CAAC,eAAe,CAAC;;;IAG7C,WAAW;;;;;IAKX,WAAW;;;;;IAKX,WAAW;;;;;IAKX,YAAY;;;;;IAKZ,eAAe;;;;;IAKf,aAAa;;uBAEO,QAAQ,CAAC,OAAO,GAAG,MAAM,CAAC;;;CAGxC,CAAA;AAEV,MAAM,MAAM,gBAAgB,GAAG,gBAAgB,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAExE,eAAO,MAAM,gBAAgB;iCACI,MAAM;oBACnB,MAAM,YAAY,MAAM;mBACzB,UAAU;kBACX,UAAU;CAC3B,CAAA;AAED,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAA"}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
readonly modelValue: {
|
|
3
|
+
readonly type: NumberConstructor;
|
|
4
|
+
readonly default: 0;
|
|
5
|
+
};
|
|
6
|
+
readonly min: {
|
|
7
|
+
readonly type: NumberConstructor;
|
|
8
|
+
readonly default: number;
|
|
9
|
+
};
|
|
10
|
+
readonly max: {
|
|
11
|
+
readonly type: NumberConstructor;
|
|
12
|
+
readonly default: number;
|
|
13
|
+
};
|
|
14
|
+
readonly step: {
|
|
15
|
+
readonly type: NumberConstructor;
|
|
16
|
+
readonly default: 1;
|
|
17
|
+
};
|
|
18
|
+
readonly precision: {
|
|
19
|
+
readonly type: NumberConstructor;
|
|
20
|
+
readonly default: undefined;
|
|
21
|
+
};
|
|
22
|
+
readonly size: {
|
|
23
|
+
readonly type: import('vue').PropType<import('./input-number').InputNumberSize>;
|
|
24
|
+
readonly default: "md";
|
|
25
|
+
};
|
|
26
|
+
readonly disabled: {
|
|
27
|
+
readonly type: BooleanConstructor;
|
|
28
|
+
readonly default: false;
|
|
29
|
+
};
|
|
30
|
+
readonly readonly: {
|
|
31
|
+
readonly type: BooleanConstructor;
|
|
32
|
+
readonly default: false;
|
|
33
|
+
};
|
|
34
|
+
readonly placeholder: {
|
|
35
|
+
readonly type: StringConstructor;
|
|
36
|
+
readonly default: "";
|
|
37
|
+
};
|
|
38
|
+
readonly color: {
|
|
39
|
+
readonly type: StringConstructor;
|
|
40
|
+
readonly default: "";
|
|
41
|
+
};
|
|
42
|
+
readonly controls: {
|
|
43
|
+
readonly type: BooleanConstructor;
|
|
44
|
+
readonly default: true;
|
|
45
|
+
};
|
|
46
|
+
readonly controlsPosition: {
|
|
47
|
+
readonly type: import('vue').PropType<"right" | "both">;
|
|
48
|
+
readonly default: "both";
|
|
49
|
+
};
|
|
50
|
+
}>, {
|
|
51
|
+
focus: () => void | undefined;
|
|
52
|
+
blur: () => void | undefined;
|
|
53
|
+
inputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
54
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
55
|
+
"update:modelValue": (value: number) => void;
|
|
56
|
+
change: (value: number, oldValue: number) => void;
|
|
57
|
+
focus: (event: FocusEvent) => void;
|
|
58
|
+
blur: (event: FocusEvent) => void;
|
|
59
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
60
|
+
readonly modelValue: {
|
|
61
|
+
readonly type: NumberConstructor;
|
|
62
|
+
readonly default: 0;
|
|
63
|
+
};
|
|
64
|
+
readonly min: {
|
|
65
|
+
readonly type: NumberConstructor;
|
|
66
|
+
readonly default: number;
|
|
67
|
+
};
|
|
68
|
+
readonly max: {
|
|
69
|
+
readonly type: NumberConstructor;
|
|
70
|
+
readonly default: number;
|
|
71
|
+
};
|
|
72
|
+
readonly step: {
|
|
73
|
+
readonly type: NumberConstructor;
|
|
74
|
+
readonly default: 1;
|
|
75
|
+
};
|
|
76
|
+
readonly precision: {
|
|
77
|
+
readonly type: NumberConstructor;
|
|
78
|
+
readonly default: undefined;
|
|
79
|
+
};
|
|
80
|
+
readonly size: {
|
|
81
|
+
readonly type: import('vue').PropType<import('./input-number').InputNumberSize>;
|
|
82
|
+
readonly default: "md";
|
|
83
|
+
};
|
|
84
|
+
readonly disabled: {
|
|
85
|
+
readonly type: BooleanConstructor;
|
|
86
|
+
readonly default: false;
|
|
87
|
+
};
|
|
88
|
+
readonly readonly: {
|
|
89
|
+
readonly type: BooleanConstructor;
|
|
90
|
+
readonly default: false;
|
|
91
|
+
};
|
|
92
|
+
readonly placeholder: {
|
|
93
|
+
readonly type: StringConstructor;
|
|
94
|
+
readonly default: "";
|
|
95
|
+
};
|
|
96
|
+
readonly color: {
|
|
97
|
+
readonly type: StringConstructor;
|
|
98
|
+
readonly default: "";
|
|
99
|
+
};
|
|
100
|
+
readonly controls: {
|
|
101
|
+
readonly type: BooleanConstructor;
|
|
102
|
+
readonly default: true;
|
|
103
|
+
};
|
|
104
|
+
readonly controlsPosition: {
|
|
105
|
+
readonly type: import('vue').PropType<"right" | "both">;
|
|
106
|
+
readonly default: "both";
|
|
107
|
+
};
|
|
108
|
+
}>> & Readonly<{
|
|
109
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
110
|
+
onChange?: ((value: number, oldValue: number) => any) | undefined;
|
|
111
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
112
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
113
|
+
}>, {
|
|
114
|
+
readonly size: import('../../../hooks').Size;
|
|
115
|
+
readonly disabled: boolean;
|
|
116
|
+
readonly color: string;
|
|
117
|
+
readonly placeholder: string;
|
|
118
|
+
readonly modelValue: number;
|
|
119
|
+
readonly readonly: boolean;
|
|
120
|
+
readonly min: number;
|
|
121
|
+
readonly max: number;
|
|
122
|
+
readonly step: number;
|
|
123
|
+
readonly precision: number;
|
|
124
|
+
readonly controls: boolean;
|
|
125
|
+
readonly controlsPosition: "right" | "both";
|
|
126
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
127
|
+
inputRef: HTMLInputElement;
|
|
128
|
+
}, HTMLDivElement>;
|
|
129
|
+
export default _default;
|
|
130
|
+
//# sourceMappingURL=input-number.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-number.vue.d.ts","sourceRoot":"","sources":["../../../input-number/src/input-number.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAieA,wBAUG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instance.d.ts","sourceRoot":"","sources":["../../../input-number/src/instance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,oBAAoB,CAAA;AAEjD,MAAM,MAAM,mBAAmB,GAAG,YAAY,CAAC,OAAO,WAAW,CAAC,GAAG,OAAO,CAAA"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CpLoading 赛博朋克风格加载器
|
|
3
|
+
*
|
|
4
|
+
* 环形 SVG 动画效果,可用于按钮内置加载、页面加载、异步操作等场景。
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```vue
|
|
8
|
+
* <CpLoading />
|
|
9
|
+
* <CpLoading type="primary" size="lg" />
|
|
10
|
+
* <CpLoading color="#ff00ff" :stroke-width="2" />
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* @see {@link LoadingProps} 查看所有可用属性
|
|
14
|
+
*/
|
|
15
|
+
export declare const CpLoading: import('../utils').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
16
|
+
readonly type: {
|
|
17
|
+
readonly type: import('vue').PropType<import('.').LoadingType>;
|
|
18
|
+
readonly default: "default";
|
|
19
|
+
};
|
|
20
|
+
readonly size: {
|
|
21
|
+
readonly type: import('vue').PropType<import('.').LoadingSize>;
|
|
22
|
+
readonly default: "md";
|
|
23
|
+
};
|
|
24
|
+
readonly color: {
|
|
25
|
+
readonly type: StringConstructor;
|
|
26
|
+
readonly default: "";
|
|
27
|
+
};
|
|
28
|
+
readonly strokeWidth: {
|
|
29
|
+
readonly type: NumberConstructor;
|
|
30
|
+
readonly default: 4;
|
|
31
|
+
};
|
|
32
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
33
|
+
readonly type: {
|
|
34
|
+
readonly type: import('vue').PropType<import('.').LoadingType>;
|
|
35
|
+
readonly default: "default";
|
|
36
|
+
};
|
|
37
|
+
readonly size: {
|
|
38
|
+
readonly type: import('vue').PropType<import('.').LoadingSize>;
|
|
39
|
+
readonly default: "md";
|
|
40
|
+
};
|
|
41
|
+
readonly color: {
|
|
42
|
+
readonly type: StringConstructor;
|
|
43
|
+
readonly default: "";
|
|
44
|
+
};
|
|
45
|
+
readonly strokeWidth: {
|
|
46
|
+
readonly type: NumberConstructor;
|
|
47
|
+
readonly default: 4;
|
|
48
|
+
};
|
|
49
|
+
}>> & Readonly<{}>, {
|
|
50
|
+
readonly size: import('../../cyberpunk-vue').Size;
|
|
51
|
+
readonly type: import('.').LoadingType;
|
|
52
|
+
readonly color: string;
|
|
53
|
+
readonly strokeWidth: number;
|
|
54
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;
|
|
55
|
+
export default CpLoading;
|
|
56
|
+
export * from './src/loading';
|
|
57
|
+
export type { CpLoadingInstance } from './src/instance';
|
|
58
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../loading/index.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wFAAuB,CAAA;AAC7C,eAAe,SAAS,CAAA;AAExB,cAAc,eAAe,CAAA;AAC7B,YAAY,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instance.d.ts","sourceRoot":"","sources":["../../../loading/src/instance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,eAAe,CAAA;AAE1C,MAAM,MAAM,iBAAiB,GAAG,YAAY,CAAC,OAAO,SAAS,CAAC,GAAG,OAAO,CAAA"}
|