@cyberpunk-vue/components 1.6.1 → 1.7.0
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/button/index.d.ts +30 -0
- package/dist/button/index.d.ts.map +1 -1
- package/dist/button/src/button.d.ts +17 -0
- package/dist/button/src/button.d.ts.map +1 -1
- package/dist/button/src/button.vue.d.ts +18 -0
- package/dist/button/src/button.vue.d.ts.map +1 -1
- package/dist/card/index.d.ts +3 -3
- package/dist/card/src/card.vue.d.ts +1 -1
- package/dist/dropdown/index.d.ts +3 -3
- package/dist/dropdown/src/dropdown.vue.d.ts +1 -1
- package/dist/empty/index.d.ts +137 -0
- package/dist/empty/index.d.ts.map +1 -0
- package/dist/empty/src/empty.d.ts +63 -0
- package/dist/empty/src/empty.d.ts.map +1 -0
- package/dist/empty/src/empty.vue.d.ts +78 -0
- package/dist/empty/src/empty.vue.d.ts.map +1 -0
- package/dist/empty/src/instance.d.ts +3 -0
- package/dist/empty/src/instance.d.ts.map +1 -0
- package/dist/image/index.d.ts +60 -0
- package/dist/image/index.d.ts.map +1 -1
- package/dist/image/src/image.d.ts +36 -1
- package/dist/image/src/image.d.ts.map +1 -1
- package/dist/image/src/image.vue.d.ts +36 -0
- package/dist/image/src/image.vue.d.ts.map +1 -1
- package/dist/image-preview/index.d.ts +116 -0
- package/dist/image-preview/index.d.ts.map +1 -0
- package/dist/image-preview/src/image-preview.d.ts +99 -0
- package/dist/image-preview/src/image-preview.d.ts.map +1 -0
- package/dist/image-preview/src/image-preview.vue.d.ts +112 -0
- package/dist/image-preview/src/image-preview.vue.d.ts.map +1 -0
- package/dist/image-preview/src/instance.d.ts +3 -0
- package/dist/image-preview/src/instance.d.ts.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +4690 -3731
- package/dist/loading/index.d.ts +9 -0
- package/dist/loading/index.d.ts.map +1 -1
- package/dist/loading/src/loading.d.ts +17 -0
- package/dist/loading/src/loading.d.ts.map +1 -1
- package/dist/loading/src/loading.vue.d.ts +9 -0
- package/dist/loading/src/loading.vue.d.ts.map +1 -1
- package/dist/popover/src/popover.vue.d.ts +1 -1
- package/dist/upload/index.d.ts +61 -1
- package/dist/upload/index.d.ts.map +1 -1
- package/dist/upload/src/upload.d.ts +37 -0
- package/dist/upload/src/upload.d.ts.map +1 -1
- package/dist/upload/src/upload.vue.d.ts +38 -2
- package/dist/upload/src/upload.vue.d.ts.map +1 -1
- package/package.json +4 -4
package/dist/loading/index.d.ts
CHANGED
|
@@ -29,6 +29,10 @@ export declare const CpLoading: import('../utils').SFCWithInstall<import('vue').
|
|
|
29
29
|
readonly type: NumberConstructor;
|
|
30
30
|
readonly default: 4;
|
|
31
31
|
};
|
|
32
|
+
readonly variant: {
|
|
33
|
+
readonly type: import('vue').PropType<import('.').LoadingVariant>;
|
|
34
|
+
readonly default: "circular";
|
|
35
|
+
};
|
|
32
36
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
33
37
|
readonly type: {
|
|
34
38
|
readonly type: import('vue').PropType<import('.').LoadingType>;
|
|
@@ -46,9 +50,14 @@ export declare const CpLoading: import('../utils').SFCWithInstall<import('vue').
|
|
|
46
50
|
readonly type: NumberConstructor;
|
|
47
51
|
readonly default: 4;
|
|
48
52
|
};
|
|
53
|
+
readonly variant: {
|
|
54
|
+
readonly type: import('vue').PropType<import('.').LoadingVariant>;
|
|
55
|
+
readonly default: "circular";
|
|
56
|
+
};
|
|
49
57
|
}>> & Readonly<{}>, {
|
|
50
58
|
readonly size: import('@cyberpunk-vue/hooks').Size;
|
|
51
59
|
readonly type: import('.').LoadingType;
|
|
60
|
+
readonly variant: import('.').LoadingVariant;
|
|
52
61
|
readonly color: string;
|
|
53
62
|
readonly strokeWidth: number;
|
|
54
63
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../loading/index.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,SAAS
|
|
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"}
|
|
@@ -10,6 +10,13 @@ import { Size } from '@cyberpunk-vue/hooks';
|
|
|
10
10
|
* - `default` - 默认色,继承文本颜色
|
|
11
11
|
*/
|
|
12
12
|
export type LoadingType = 'primary' | 'success' | 'warning' | 'error' | 'info' | 'default';
|
|
13
|
+
/**
|
|
14
|
+
* 加载器变体
|
|
15
|
+
* - `circular` - 默认,Google Material 风格圆形动画
|
|
16
|
+
* - `spinner` - 传统菊花图转圈加载(颜色渐变,逐帧旋转)
|
|
17
|
+
* - `spinner-solid` - 实体菊花图加载(颜色统一,整体线性旋转)
|
|
18
|
+
*/
|
|
19
|
+
export type LoadingVariant = 'circular' | 'spinner' | 'spinner-solid';
|
|
13
20
|
/**
|
|
14
21
|
* 加载器尺寸
|
|
15
22
|
* - `sm` - 小尺寸 (16px)
|
|
@@ -75,6 +82,16 @@ export declare const loadingProps: {
|
|
|
75
82
|
readonly type: NumberConstructor;
|
|
76
83
|
readonly default: 4;
|
|
77
84
|
};
|
|
85
|
+
/**
|
|
86
|
+
* 加载器变体
|
|
87
|
+
* - `circular` - 默认,Google Material 风格圆形动画
|
|
88
|
+
* - `spinner` - 传统菊花图转圈加载
|
|
89
|
+
* @default 'circular'
|
|
90
|
+
*/
|
|
91
|
+
readonly variant: {
|
|
92
|
+
readonly type: PropType<LoadingVariant>;
|
|
93
|
+
readonly default: "circular";
|
|
94
|
+
};
|
|
78
95
|
};
|
|
79
96
|
export type LoadingProps = ExtractPropTypes<typeof loadingProps>;
|
|
80
97
|
//# sourceMappingURL=loading.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loading.d.ts","sourceRoot":"","sources":["../../../loading/src/loading.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACrD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAEhD;;;;;;;;GAQG;AACH,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,CAAA;AAE1F;;;;;;GAMG;AACH,MAAM,MAAM,WAAW,GAAG,IAAI,CAAA;AAE9B;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,YAAY;IACrB;;;;OAIG;;uBAEiB,QAAQ,CAAC,WAAW,CAAC;;;IAIzC;;;;OAIG;;uBAE2B,QAAQ,CAAC,WAAW,CAAC;;;IAGnD;;;;;OAKG;;;;;IAKH;;;;;OAKG;;;;;
|
|
1
|
+
{"version":3,"file":"loading.d.ts","sourceRoot":"","sources":["../../../loading/src/loading.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACrD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAEhD;;;;;;;;GAQG;AACH,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,CAAA;AAE1F;;;;;GAKG;AACH,MAAM,MAAM,cAAc,GAAG,UAAU,GAAG,SAAS,GAAG,eAAe,CAAA;AAGrE;;;;;;GAMG;AACH,MAAM,MAAM,WAAW,GAAG,IAAI,CAAA;AAE9B;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,YAAY;IACrB;;;;OAIG;;uBAEiB,QAAQ,CAAC,WAAW,CAAC;;;IAIzC;;;;OAIG;;uBAE2B,QAAQ,CAAC,WAAW,CAAC;;;IAGnD;;;;;OAKG;;;;;IAKH;;;;;OAKG;;;;;IAKH;;;;;OAKG;;uBAEiB,QAAQ,CAAC,cAAc,CAAC;;;CAGtC,CAAA;AAEV,MAAM,MAAM,YAAY,GAAG,gBAAgB,CAAC,OAAO,YAAY,CAAC,CAAA"}
|
|
@@ -15,6 +15,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15
15
|
readonly type: NumberConstructor;
|
|
16
16
|
readonly default: 4;
|
|
17
17
|
};
|
|
18
|
+
readonly variant: {
|
|
19
|
+
readonly type: import('vue').PropType<import('./loading').LoadingVariant>;
|
|
20
|
+
readonly default: "circular";
|
|
21
|
+
};
|
|
18
22
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
19
23
|
readonly type: {
|
|
20
24
|
readonly type: import('vue').PropType<import('./loading').LoadingType>;
|
|
@@ -32,9 +36,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
32
36
|
readonly type: NumberConstructor;
|
|
33
37
|
readonly default: 4;
|
|
34
38
|
};
|
|
39
|
+
readonly variant: {
|
|
40
|
+
readonly type: import('vue').PropType<import('./loading').LoadingVariant>;
|
|
41
|
+
readonly default: "circular";
|
|
42
|
+
};
|
|
35
43
|
}>> & Readonly<{}>, {
|
|
36
44
|
readonly size: import('@cyberpunk-vue/hooks').Size;
|
|
37
45
|
readonly type: import('./loading').LoadingType;
|
|
46
|
+
readonly variant: import('./loading').LoadingVariant;
|
|
38
47
|
readonly color: string;
|
|
39
48
|
readonly strokeWidth: number;
|
|
40
49
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loading.vue.d.ts","sourceRoot":"","sources":["../../../loading/src/loading.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"loading.vue.d.ts","sourceRoot":"","sources":["../../../loading/src/loading.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8SA,wBAOG"}
|
|
@@ -212,6 +212,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
212
212
|
readonly tooltip: boolean;
|
|
213
213
|
readonly maxWidth: string | number;
|
|
214
214
|
readonly offset: number;
|
|
215
|
+
readonly teleportTo: string | HTMLElement;
|
|
215
216
|
readonly placement: import('./popover').PopoverPlacement;
|
|
216
217
|
readonly trigger: import('./popover').PopoverTrigger;
|
|
217
218
|
readonly showArrow: boolean;
|
|
@@ -220,7 +221,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
220
221
|
readonly closeDelay: number;
|
|
221
222
|
readonly closeOnClickOutside: boolean;
|
|
222
223
|
readonly closeOnEscape: boolean;
|
|
223
|
-
readonly teleportTo: string | HTMLElement;
|
|
224
224
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
225
225
|
triggerRef: HTMLDivElement;
|
|
226
226
|
popoverRef: HTMLDivElement;
|
package/dist/upload/index.d.ts
CHANGED
|
@@ -104,6 +104,14 @@ export declare const CpUpload: import('../utils').SFCWithInstall<{
|
|
|
104
104
|
readonly type: BooleanConstructor;
|
|
105
105
|
readonly default: undefined;
|
|
106
106
|
};
|
|
107
|
+
readonly preview: {
|
|
108
|
+
readonly type: BooleanConstructor;
|
|
109
|
+
readonly default: false;
|
|
110
|
+
};
|
|
111
|
+
readonly download: {
|
|
112
|
+
readonly type: BooleanConstructor;
|
|
113
|
+
readonly default: false;
|
|
114
|
+
};
|
|
107
115
|
readonly showInnerStripe: {
|
|
108
116
|
readonly type: BooleanConstructor;
|
|
109
117
|
readonly default: false;
|
|
@@ -116,6 +124,14 @@ export declare const CpUpload: import('../utils').SFCWithInstall<{
|
|
|
116
124
|
readonly type: import('vue').PropType<object>;
|
|
117
125
|
readonly default: undefined;
|
|
118
126
|
};
|
|
127
|
+
readonly dimmed: {
|
|
128
|
+
readonly type: BooleanConstructor;
|
|
129
|
+
readonly default: false;
|
|
130
|
+
};
|
|
131
|
+
readonly successType: {
|
|
132
|
+
readonly type: StringConstructor;
|
|
133
|
+
readonly default: undefined;
|
|
134
|
+
};
|
|
119
135
|
}>> & Readonly<{
|
|
120
136
|
onSuccess?: ((_response: unknown, file: import('.').UploadFile, _fileList: import('.').UploadFile[]) => any) | undefined;
|
|
121
137
|
onError?: ((_error: Error, file: import('.').UploadFile, _fileList: import('.').UploadFile[]) => any) | undefined;
|
|
@@ -139,6 +155,7 @@ export declare const CpUpload: import('../utils').SFCWithInstall<{
|
|
|
139
155
|
readonly name: string;
|
|
140
156
|
readonly type: import('.').UploadType;
|
|
141
157
|
readonly variant: import('.').UploadVariant;
|
|
158
|
+
readonly dimmed: boolean;
|
|
142
159
|
readonly disabled: boolean;
|
|
143
160
|
readonly color: string;
|
|
144
161
|
readonly shape: import('.').UploadShape;
|
|
@@ -147,6 +164,8 @@ export declare const CpUpload: import('../utils').SFCWithInstall<{
|
|
|
147
164
|
readonly drag: boolean;
|
|
148
165
|
readonly showInnerStripe: boolean;
|
|
149
166
|
readonly multiple: boolean;
|
|
167
|
+
readonly preview: boolean;
|
|
168
|
+
readonly download: boolean;
|
|
150
169
|
readonly action: string;
|
|
151
170
|
readonly headers: Record<string, string>;
|
|
152
171
|
readonly accept: string;
|
|
@@ -160,9 +179,10 @@ export declare const CpUpload: import('../utils').SFCWithInstall<{
|
|
|
160
179
|
readonly onExceed: (files: File[], fileList: import('.').UploadFile[]) => void;
|
|
161
180
|
readonly inlinePreview: boolean;
|
|
162
181
|
readonly placeholderIcon: object;
|
|
182
|
+
readonly successType: string;
|
|
163
183
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
164
184
|
inputRef: HTMLInputElement;
|
|
165
|
-
},
|
|
185
|
+
}, any, import('vue').ComponentProvideOptions, {
|
|
166
186
|
P: {};
|
|
167
187
|
B: {};
|
|
168
188
|
D: {};
|
|
@@ -262,6 +282,14 @@ export declare const CpUpload: import('../utils').SFCWithInstall<{
|
|
|
262
282
|
readonly type: BooleanConstructor;
|
|
263
283
|
readonly default: undefined;
|
|
264
284
|
};
|
|
285
|
+
readonly preview: {
|
|
286
|
+
readonly type: BooleanConstructor;
|
|
287
|
+
readonly default: false;
|
|
288
|
+
};
|
|
289
|
+
readonly download: {
|
|
290
|
+
readonly type: BooleanConstructor;
|
|
291
|
+
readonly default: false;
|
|
292
|
+
};
|
|
265
293
|
readonly showInnerStripe: {
|
|
266
294
|
readonly type: BooleanConstructor;
|
|
267
295
|
readonly default: false;
|
|
@@ -274,6 +302,14 @@ export declare const CpUpload: import('../utils').SFCWithInstall<{
|
|
|
274
302
|
readonly type: import('vue').PropType<object>;
|
|
275
303
|
readonly default: undefined;
|
|
276
304
|
};
|
|
305
|
+
readonly dimmed: {
|
|
306
|
+
readonly type: BooleanConstructor;
|
|
307
|
+
readonly default: false;
|
|
308
|
+
};
|
|
309
|
+
readonly successType: {
|
|
310
|
+
readonly type: StringConstructor;
|
|
311
|
+
readonly default: undefined;
|
|
312
|
+
};
|
|
277
313
|
}>> & Readonly<{
|
|
278
314
|
onSuccess?: ((_response: unknown, file: import('.').UploadFile, _fileList: import('.').UploadFile[]) => any) | undefined;
|
|
279
315
|
onError?: ((_error: Error, file: import('.').UploadFile, _fileList: import('.').UploadFile[]) => any) | undefined;
|
|
@@ -290,6 +326,7 @@ export declare const CpUpload: import('../utils').SFCWithInstall<{
|
|
|
290
326
|
readonly name: string;
|
|
291
327
|
readonly type: import('.').UploadType;
|
|
292
328
|
readonly variant: import('.').UploadVariant;
|
|
329
|
+
readonly dimmed: boolean;
|
|
293
330
|
readonly disabled: boolean;
|
|
294
331
|
readonly color: string;
|
|
295
332
|
readonly shape: import('.').UploadShape;
|
|
@@ -298,6 +335,8 @@ export declare const CpUpload: import('../utils').SFCWithInstall<{
|
|
|
298
335
|
readonly drag: boolean;
|
|
299
336
|
readonly showInnerStripe: boolean;
|
|
300
337
|
readonly multiple: boolean;
|
|
338
|
+
readonly preview: boolean;
|
|
339
|
+
readonly download: boolean;
|
|
301
340
|
readonly action: string;
|
|
302
341
|
readonly headers: Record<string, string>;
|
|
303
342
|
readonly accept: string;
|
|
@@ -311,6 +350,7 @@ export declare const CpUpload: import('../utils').SFCWithInstall<{
|
|
|
311
350
|
readonly onExceed: (files: File[], fileList: import('.').UploadFile[]) => void;
|
|
312
351
|
readonly inlinePreview: boolean;
|
|
313
352
|
readonly placeholderIcon: object;
|
|
353
|
+
readonly successType: string;
|
|
314
354
|
}>;
|
|
315
355
|
__isFragment?: never;
|
|
316
356
|
__isTeleport?: never;
|
|
@@ -408,6 +448,14 @@ export declare const CpUpload: import('../utils').SFCWithInstall<{
|
|
|
408
448
|
readonly type: BooleanConstructor;
|
|
409
449
|
readonly default: undefined;
|
|
410
450
|
};
|
|
451
|
+
readonly preview: {
|
|
452
|
+
readonly type: BooleanConstructor;
|
|
453
|
+
readonly default: false;
|
|
454
|
+
};
|
|
455
|
+
readonly download: {
|
|
456
|
+
readonly type: BooleanConstructor;
|
|
457
|
+
readonly default: false;
|
|
458
|
+
};
|
|
411
459
|
readonly showInnerStripe: {
|
|
412
460
|
readonly type: BooleanConstructor;
|
|
413
461
|
readonly default: false;
|
|
@@ -420,6 +468,14 @@ export declare const CpUpload: import('../utils').SFCWithInstall<{
|
|
|
420
468
|
readonly type: import('vue').PropType<object>;
|
|
421
469
|
readonly default: undefined;
|
|
422
470
|
};
|
|
471
|
+
readonly dimmed: {
|
|
472
|
+
readonly type: BooleanConstructor;
|
|
473
|
+
readonly default: false;
|
|
474
|
+
};
|
|
475
|
+
readonly successType: {
|
|
476
|
+
readonly type: StringConstructor;
|
|
477
|
+
readonly default: undefined;
|
|
478
|
+
};
|
|
423
479
|
}>> & Readonly<{
|
|
424
480
|
onSuccess?: ((_response: unknown, file: import('.').UploadFile, _fileList: import('.').UploadFile[]) => any) | undefined;
|
|
425
481
|
onError?: ((_error: Error, file: import('.').UploadFile, _fileList: import('.').UploadFile[]) => any) | undefined;
|
|
@@ -443,6 +499,7 @@ export declare const CpUpload: import('../utils').SFCWithInstall<{
|
|
|
443
499
|
readonly name: string;
|
|
444
500
|
readonly type: import('.').UploadType;
|
|
445
501
|
readonly variant: import('.').UploadVariant;
|
|
502
|
+
readonly dimmed: boolean;
|
|
446
503
|
readonly disabled: boolean;
|
|
447
504
|
readonly color: string;
|
|
448
505
|
readonly shape: import('.').UploadShape;
|
|
@@ -451,6 +508,8 @@ export declare const CpUpload: import('../utils').SFCWithInstall<{
|
|
|
451
508
|
readonly drag: boolean;
|
|
452
509
|
readonly showInnerStripe: boolean;
|
|
453
510
|
readonly multiple: boolean;
|
|
511
|
+
readonly preview: boolean;
|
|
512
|
+
readonly download: boolean;
|
|
454
513
|
readonly action: string;
|
|
455
514
|
readonly headers: Record<string, string>;
|
|
456
515
|
readonly accept: string;
|
|
@@ -464,6 +523,7 @@ export declare const CpUpload: import('../utils').SFCWithInstall<{
|
|
|
464
523
|
readonly onExceed: (files: File[], fileList: import('.').UploadFile[]) => void;
|
|
465
524
|
readonly inlinePreview: boolean;
|
|
466
525
|
readonly placeholderIcon: object;
|
|
526
|
+
readonly successType: string;
|
|
467
527
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
468
528
|
$slots: {
|
|
469
529
|
default?(_: {}): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../upload/index.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../upload/index.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAsB,CAAA;AAC3C,eAAe,QAAQ,CAAA;AAEvB,cAAc,cAAc,CAAA;AAC5B,YAAY,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAA"}
|
|
@@ -254,6 +254,22 @@ export declare const uploadProps: {
|
|
|
254
254
|
readonly type: BooleanConstructor;
|
|
255
255
|
readonly default: undefined;
|
|
256
256
|
};
|
|
257
|
+
/**
|
|
258
|
+
* 是否开启图片卡片点击预览功能
|
|
259
|
+
* @default false
|
|
260
|
+
*/
|
|
261
|
+
readonly preview: {
|
|
262
|
+
readonly type: BooleanConstructor;
|
|
263
|
+
readonly default: false;
|
|
264
|
+
};
|
|
265
|
+
/**
|
|
266
|
+
* 在预览大图时,是否允许下载图片
|
|
267
|
+
* @default false
|
|
268
|
+
*/
|
|
269
|
+
readonly download: {
|
|
270
|
+
readonly type: BooleanConstructor;
|
|
271
|
+
readonly default: false;
|
|
272
|
+
};
|
|
257
273
|
/**
|
|
258
274
|
* 是否显示 CpProgress 内圈虚线装饰
|
|
259
275
|
* @default false
|
|
@@ -281,6 +297,27 @@ export declare const uploadProps: {
|
|
|
281
297
|
readonly type: PropType<object>;
|
|
282
298
|
readonly default: undefined;
|
|
283
299
|
};
|
|
300
|
+
/**
|
|
301
|
+
* 是否为减淡模式
|
|
302
|
+
* 减淡模式下组件默认以无色彩(default)外观展示,仅在 hover / 激活时显示主题色
|
|
303
|
+
* 会穿透给内部 CpButton
|
|
304
|
+
* @default false
|
|
305
|
+
*/
|
|
306
|
+
readonly dimmed: {
|
|
307
|
+
readonly type: BooleanConstructor;
|
|
308
|
+
readonly default: false;
|
|
309
|
+
};
|
|
310
|
+
/**
|
|
311
|
+
* 上传成功时的边框颜色
|
|
312
|
+
* 可传入 type 关键词('primary' | 'success' | 'warning' | 'error' | 'info'),
|
|
313
|
+
* 也可传入任意 CSS 颜色值。
|
|
314
|
+
* 默认跟随 Upload 自身的 type / color。
|
|
315
|
+
* @default undefined
|
|
316
|
+
*/
|
|
317
|
+
readonly successType: {
|
|
318
|
+
readonly type: StringConstructor;
|
|
319
|
+
readonly default: undefined;
|
|
320
|
+
};
|
|
284
321
|
};
|
|
285
322
|
export type UploadProps = ExtractPropTypes<typeof uploadProps>;
|
|
286
323
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upload.d.ts","sourceRoot":"","sources":["../../../upload/src/upload.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"upload.d.ts","sourceRoot":"","sources":["../../../upload/src/upload.ts"],"names":[],"mappings":"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"}
|
|
@@ -17,7 +17,7 @@ declare function __VLS_template(): {
|
|
|
17
17
|
refs: {
|
|
18
18
|
inputRef: HTMLInputElement;
|
|
19
19
|
};
|
|
20
|
-
rootEl:
|
|
20
|
+
rootEl: any;
|
|
21
21
|
};
|
|
22
22
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
23
23
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -113,6 +113,14 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
113
113
|
readonly type: BooleanConstructor;
|
|
114
114
|
readonly default: undefined;
|
|
115
115
|
};
|
|
116
|
+
readonly preview: {
|
|
117
|
+
readonly type: BooleanConstructor;
|
|
118
|
+
readonly default: false;
|
|
119
|
+
};
|
|
120
|
+
readonly download: {
|
|
121
|
+
readonly type: BooleanConstructor;
|
|
122
|
+
readonly default: false;
|
|
123
|
+
};
|
|
116
124
|
readonly showInnerStripe: {
|
|
117
125
|
readonly type: BooleanConstructor;
|
|
118
126
|
readonly default: false;
|
|
@@ -125,6 +133,14 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
125
133
|
readonly type: import('vue').PropType<object>;
|
|
126
134
|
readonly default: undefined;
|
|
127
135
|
};
|
|
136
|
+
readonly dimmed: {
|
|
137
|
+
readonly type: BooleanConstructor;
|
|
138
|
+
readonly default: false;
|
|
139
|
+
};
|
|
140
|
+
readonly successType: {
|
|
141
|
+
readonly type: StringConstructor;
|
|
142
|
+
readonly default: undefined;
|
|
143
|
+
};
|
|
128
144
|
}>, {
|
|
129
145
|
/** 手动触发上传 */
|
|
130
146
|
submit: typeof submit;
|
|
@@ -230,6 +246,14 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
230
246
|
readonly type: BooleanConstructor;
|
|
231
247
|
readonly default: undefined;
|
|
232
248
|
};
|
|
249
|
+
readonly preview: {
|
|
250
|
+
readonly type: BooleanConstructor;
|
|
251
|
+
readonly default: false;
|
|
252
|
+
};
|
|
253
|
+
readonly download: {
|
|
254
|
+
readonly type: BooleanConstructor;
|
|
255
|
+
readonly default: false;
|
|
256
|
+
};
|
|
233
257
|
readonly showInnerStripe: {
|
|
234
258
|
readonly type: BooleanConstructor;
|
|
235
259
|
readonly default: false;
|
|
@@ -242,6 +266,14 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
242
266
|
readonly type: import('vue').PropType<object>;
|
|
243
267
|
readonly default: undefined;
|
|
244
268
|
};
|
|
269
|
+
readonly dimmed: {
|
|
270
|
+
readonly type: BooleanConstructor;
|
|
271
|
+
readonly default: false;
|
|
272
|
+
};
|
|
273
|
+
readonly successType: {
|
|
274
|
+
readonly type: StringConstructor;
|
|
275
|
+
readonly default: undefined;
|
|
276
|
+
};
|
|
245
277
|
}>> & Readonly<{
|
|
246
278
|
onSuccess?: ((_response: unknown, file: UploadFile, _fileList: UploadFile[]) => any) | undefined;
|
|
247
279
|
onError?: ((_error: Error, file: UploadFile, _fileList: UploadFile[]) => any) | undefined;
|
|
@@ -255,6 +287,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
255
287
|
readonly name: string;
|
|
256
288
|
readonly type: import('./upload').UploadType;
|
|
257
289
|
readonly variant: import('./upload').UploadVariant;
|
|
290
|
+
readonly dimmed: boolean;
|
|
258
291
|
readonly disabled: boolean;
|
|
259
292
|
readonly color: string;
|
|
260
293
|
readonly shape: import('./upload').UploadShape;
|
|
@@ -263,6 +296,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
263
296
|
readonly drag: boolean;
|
|
264
297
|
readonly showInnerStripe: boolean;
|
|
265
298
|
readonly multiple: boolean;
|
|
299
|
+
readonly preview: boolean;
|
|
300
|
+
readonly download: boolean;
|
|
266
301
|
readonly action: string;
|
|
267
302
|
readonly headers: Record<string, string>;
|
|
268
303
|
readonly accept: string;
|
|
@@ -276,9 +311,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
276
311
|
readonly onExceed: (files: File[], fileList: UploadFile[]) => void;
|
|
277
312
|
readonly inlinePreview: boolean;
|
|
278
313
|
readonly placeholderIcon: object;
|
|
314
|
+
readonly successType: string;
|
|
279
315
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
280
316
|
inputRef: HTMLInputElement;
|
|
281
|
-
},
|
|
317
|
+
}, any>;
|
|
282
318
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
283
319
|
export default _default;
|
|
284
320
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upload.vue.d.ts","sourceRoot":"","sources":["../../../upload/src/upload.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"upload.vue.d.ts","sourceRoot":"","sources":["../../../upload/src/upload.vue"],"names":[],"mappings":"AA+wBA,OAAO,KAAK,EAAE,UAAU,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAA;AAsWhE,iBAAS,MAAM,SAId;AA6DD,iBAAS,cAAc;WAw5BT,OAAO,IAA6B;;yBAfrB,GAAG;;;YACC,GAAG;;;YACF,GAAG;;;YACH,GAAG;;;;;;EAiBpC;AAqCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA19BjB,aAAa;;IAEb,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAi+Bf,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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyberpunk-vue/components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
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/
|
|
27
|
-
"@cyberpunk-vue/
|
|
28
|
-
"@cyberpunk-vue/
|
|
26
|
+
"@cyberpunk-vue/constants": "1.7.0",
|
|
27
|
+
"@cyberpunk-vue/hooks": "1.7.0",
|
|
28
|
+
"@cyberpunk-vue/theme-chalk": "1.7.0"
|
|
29
29
|
},
|
|
30
30
|
"author": "Juxest",
|
|
31
31
|
"license": "MIT",
|