@cyberpunk-vue/components 1.0.0 → 1.0.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 +21 -21
- package/dist/avatar/src/avatar-group.vue.d.ts +9 -9
- package/dist/avatar/src/avatar.vue.d.ts +6 -6
- package/dist/badge/index.d.ts +18 -18
- package/dist/badge/src/badge.vue.d.ts +9 -9
- package/dist/button/index.d.ts +24 -24
- package/dist/button/src/button.vue.d.ts +14 -14
- package/dist/card/index.d.ts +57 -57
- package/dist/card/src/card.vue.d.ts +30 -30
- package/dist/checkbox/index.d.ts +49 -49
- package/dist/checkbox/src/checkbox.vue.d.ts +24 -24
- package/dist/checkbox-group/index.d.ts +31 -31
- package/dist/checkbox-group/src/checkbox-group.vue.d.ts +6 -6
- package/dist/config-provider/index.d.ts +6 -6
- package/dist/config-provider/src/config-provider.vue.d.ts +3 -3
- package/dist/container/index.d.ts +42 -42
- package/dist/container/src/aside.vue.d.ts +6 -6
- package/dist/container/src/container.vue.d.ts +3 -3
- package/dist/container/src/footer.vue.d.ts +6 -6
- package/dist/container/src/header.vue.d.ts +6 -6
- package/dist/dialog/index.d.ts +54 -54
- package/dist/dialog/src/dialog.vue.d.ts +24 -24
- package/dist/divider/index.d.ts +30 -30
- package/dist/divider/src/divider.vue.d.ts +15 -15
- package/dist/dropdown/index.d.ts +28 -28
- package/dist/dropdown/src/dropdown.vue.d.ts +11 -11
- package/dist/icon/index.d.ts +15 -15
- package/dist/icon/src/icon.vue.d.ts +8 -8
- package/dist/image/index.d.ts +12 -12
- package/dist/image/src/image.vue.d.ts +6 -6
- package/dist/input/index.d.ts +21 -21
- package/dist/input/src/input.vue.d.ts +11 -11
- package/dist/input-number/index.d.ts +2 -2
- package/dist/input-number/src/input-number.vue.d.ts +2 -2
- package/dist/loading/index.d.ts +5 -5
- package/dist/loading/src/loading.vue.d.ts +5 -5
- package/dist/menu/index.d.ts +12 -12
- package/dist/menu/src/menu.vue.d.ts +6 -6
- package/dist/menu-item/index.d.ts +6 -6
- package/dist/menu-item/src/menu-item.vue.d.ts +3 -3
- package/dist/menu-nav/index.d.ts +8 -8
- package/dist/menu-nav/src/menu-nav.vue.d.ts +6 -6
- package/dist/notification/index.d.ts +24 -24
- package/dist/notification/src/notification.vue.d.ts +12 -12
- package/dist/pagination/index.d.ts +39 -39
- package/dist/pagination/src/pagination.vue.d.ts +28 -28
- package/dist/pattern-background/index.d.ts +6 -6
- package/dist/pattern-background/src/pattern-background.vue.d.ts +6 -6
- package/dist/popover/src/popover.vue.d.ts +15 -15
- package/dist/progress/index.d.ts +30 -30
- package/dist/progress/src/progress.vue.d.ts +15 -15
- package/dist/radio/index.d.ts +31 -31
- package/dist/radio/src/radio.vue.d.ts +5 -5
- package/dist/radio-group/index.d.ts +25 -25
- package/dist/radio-group/src/radio-group.vue.d.ts +3 -3
- package/dist/row/index.d.ts +12 -12
- package/dist/row/src/row.vue.d.ts +6 -6
- package/dist/segmented/index.d.ts +21 -21
- package/dist/segmented/src/segmented.vue.d.ts +11 -11
- package/dist/slider/index.d.ts +8 -8
- package/dist/slider/src/slider.vue.d.ts +8 -8
- package/dist/status-indicator/index.d.ts +21 -21
- package/dist/status-indicator/src/status-indicator.vue.d.ts +11 -11
- package/dist/sub-menu/index.d.ts +6 -6
- package/dist/sub-menu/src/sub-menu.vue.d.ts +3 -3
- package/dist/switch/index.d.ts +5 -5
- package/dist/switch/src/switch.vue.d.ts +5 -5
- package/dist/table/index.d.ts +20 -20
- package/dist/table/src/table.vue.d.ts +5 -5
- package/dist/table-column/index.d.ts +3 -3
- package/dist/table-column/src/table-column.vue.d.ts +3 -3
- package/dist/tag/index.d.ts +21 -21
- package/dist/tag/src/tag.vue.d.ts +11 -11
- package/dist/text/index.d.ts +18 -18
- package/dist/text/src/text.vue.d.ts +9 -9
- package/dist/textarea/index.d.ts +5 -5
- package/dist/textarea/src/textarea.vue.d.ts +5 -5
- package/dist/tree/index.d.ts +77 -77
- package/dist/tree/src/tree.vue.d.ts +6 -6
- package/package.json +4 -4
package/dist/card/index.d.ts
CHANGED
|
@@ -24,15 +24,15 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
|
|
|
24
24
|
readonly default: "";
|
|
25
25
|
};
|
|
26
26
|
readonly shadow: {
|
|
27
|
-
readonly type: import('vue').PropType<import('
|
|
27
|
+
readonly type: import('vue').PropType<import('.').CardShadow>;
|
|
28
28
|
readonly default: "hover";
|
|
29
29
|
};
|
|
30
30
|
readonly variant: {
|
|
31
|
-
readonly type: import('vue').PropType<import('
|
|
31
|
+
readonly type: import('vue').PropType<import('.').CardVariant>;
|
|
32
32
|
readonly default: "solid";
|
|
33
33
|
};
|
|
34
34
|
readonly shape: {
|
|
35
|
-
readonly type: import('vue').PropType<import('
|
|
35
|
+
readonly type: import('vue').PropType<import('.').CardShape>;
|
|
36
36
|
readonly default: "clip";
|
|
37
37
|
};
|
|
38
38
|
readonly bodyPadding: {
|
|
@@ -48,11 +48,11 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
|
|
|
48
48
|
readonly default: true;
|
|
49
49
|
};
|
|
50
50
|
readonly overlayAnimation: {
|
|
51
|
-
readonly type: import('vue').PropType<import('
|
|
51
|
+
readonly type: import('vue').PropType<import('.').CardOverlayAnimation>;
|
|
52
52
|
readonly default: "slide-up";
|
|
53
53
|
};
|
|
54
54
|
readonly overlayPosition: {
|
|
55
|
-
readonly type: import('vue').PropType<import('
|
|
55
|
+
readonly type: import('vue').PropType<import('.').CardOverlayPosition>;
|
|
56
56
|
readonly default: "bottom";
|
|
57
57
|
};
|
|
58
58
|
readonly overlayDuration: {
|
|
@@ -60,7 +60,7 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
|
|
|
60
60
|
readonly default: 300;
|
|
61
61
|
};
|
|
62
62
|
readonly overlayEffect: {
|
|
63
|
-
readonly type: import('vue').PropType<import('
|
|
63
|
+
readonly type: import('vue').PropType<import('.').CardOverlayEffect>;
|
|
64
64
|
readonly default: "blur-color";
|
|
65
65
|
};
|
|
66
66
|
readonly overlayColor: {
|
|
@@ -72,7 +72,7 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
|
|
|
72
72
|
readonly default: 10;
|
|
73
73
|
};
|
|
74
74
|
readonly actionEffect: {
|
|
75
|
-
readonly type: import('vue').PropType<import('
|
|
75
|
+
readonly type: import('vue').PropType<import('.').CardOverlayEffect>;
|
|
76
76
|
readonly default: undefined;
|
|
77
77
|
};
|
|
78
78
|
readonly actionColor: {
|
|
@@ -84,7 +84,7 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
|
|
|
84
84
|
readonly default: undefined;
|
|
85
85
|
};
|
|
86
86
|
readonly type: {
|
|
87
|
-
readonly type: import('vue').PropType<import('
|
|
87
|
+
readonly type: import('vue').PropType<import('.').CardType>;
|
|
88
88
|
readonly default: "default";
|
|
89
89
|
};
|
|
90
90
|
readonly color: {
|
|
@@ -116,29 +116,29 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
|
|
|
116
116
|
readonly dividerColor: StringConstructor;
|
|
117
117
|
readonly headerDividerColor: StringConstructor;
|
|
118
118
|
readonly footerDividerColor: StringConstructor;
|
|
119
|
-
readonly backgroundClass: import('vue').PropType<import('
|
|
119
|
+
readonly backgroundClass: import('vue').PropType<import('.').CardCustomClass>;
|
|
120
120
|
readonly backgroundStyle: import('vue').PropType<string | import('vue').CSSProperties>;
|
|
121
|
-
readonly headerClass: import('vue').PropType<import('
|
|
121
|
+
readonly headerClass: import('vue').PropType<import('.').CardCustomClass>;
|
|
122
122
|
readonly headerStyle: import('vue').PropType<string | import('vue').CSSProperties>;
|
|
123
|
-
readonly bodyClass: import('vue').PropType<import('
|
|
123
|
+
readonly bodyClass: import('vue').PropType<import('.').CardCustomClass>;
|
|
124
124
|
readonly bodyStyle: import('vue').PropType<string | import('vue').CSSProperties>;
|
|
125
125
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
126
|
-
readonly type: import('
|
|
127
|
-
readonly variant: import('
|
|
126
|
+
readonly type: import('.').CardType;
|
|
127
|
+
readonly variant: import('.').CardVariant;
|
|
128
128
|
readonly color: string;
|
|
129
|
-
readonly shape: import('
|
|
129
|
+
readonly shape: import('.').CardShape;
|
|
130
130
|
readonly title: string;
|
|
131
|
-
readonly shadow: import('
|
|
131
|
+
readonly shadow: import('.').CardShadow;
|
|
132
132
|
readonly bodyPadding: string;
|
|
133
133
|
readonly headerBorder: boolean;
|
|
134
134
|
readonly footerBorder: boolean;
|
|
135
|
-
readonly overlayAnimation: import('
|
|
136
|
-
readonly overlayPosition: import('
|
|
135
|
+
readonly overlayAnimation: import('.').CardOverlayAnimation;
|
|
136
|
+
readonly overlayPosition: import('.').CardOverlayPosition;
|
|
137
137
|
readonly overlayDuration: import('@cyberpunk-vue/hooks').DurationValue;
|
|
138
|
-
readonly overlayEffect: import('
|
|
138
|
+
readonly overlayEffect: import('.').CardOverlayEffect;
|
|
139
139
|
readonly overlayColor: string;
|
|
140
140
|
readonly overlayBlur: string | number;
|
|
141
|
-
readonly actionEffect: import('
|
|
141
|
+
readonly actionEffect: import('.').CardOverlayEffect;
|
|
142
142
|
readonly actionColor: string;
|
|
143
143
|
readonly actionBlur: string | number;
|
|
144
144
|
readonly bgColor: string;
|
|
@@ -159,15 +159,15 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
|
|
|
159
159
|
readonly default: "";
|
|
160
160
|
};
|
|
161
161
|
readonly shadow: {
|
|
162
|
-
readonly type: import('vue').PropType<import('
|
|
162
|
+
readonly type: import('vue').PropType<import('.').CardShadow>;
|
|
163
163
|
readonly default: "hover";
|
|
164
164
|
};
|
|
165
165
|
readonly variant: {
|
|
166
|
-
readonly type: import('vue').PropType<import('
|
|
166
|
+
readonly type: import('vue').PropType<import('.').CardVariant>;
|
|
167
167
|
readonly default: "solid";
|
|
168
168
|
};
|
|
169
169
|
readonly shape: {
|
|
170
|
-
readonly type: import('vue').PropType<import('
|
|
170
|
+
readonly type: import('vue').PropType<import('.').CardShape>;
|
|
171
171
|
readonly default: "clip";
|
|
172
172
|
};
|
|
173
173
|
readonly bodyPadding: {
|
|
@@ -183,11 +183,11 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
|
|
|
183
183
|
readonly default: true;
|
|
184
184
|
};
|
|
185
185
|
readonly overlayAnimation: {
|
|
186
|
-
readonly type: import('vue').PropType<import('
|
|
186
|
+
readonly type: import('vue').PropType<import('.').CardOverlayAnimation>;
|
|
187
187
|
readonly default: "slide-up";
|
|
188
188
|
};
|
|
189
189
|
readonly overlayPosition: {
|
|
190
|
-
readonly type: import('vue').PropType<import('
|
|
190
|
+
readonly type: import('vue').PropType<import('.').CardOverlayPosition>;
|
|
191
191
|
readonly default: "bottom";
|
|
192
192
|
};
|
|
193
193
|
readonly overlayDuration: {
|
|
@@ -195,7 +195,7 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
|
|
|
195
195
|
readonly default: 300;
|
|
196
196
|
};
|
|
197
197
|
readonly overlayEffect: {
|
|
198
|
-
readonly type: import('vue').PropType<import('
|
|
198
|
+
readonly type: import('vue').PropType<import('.').CardOverlayEffect>;
|
|
199
199
|
readonly default: "blur-color";
|
|
200
200
|
};
|
|
201
201
|
readonly overlayColor: {
|
|
@@ -207,7 +207,7 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
|
|
|
207
207
|
readonly default: 10;
|
|
208
208
|
};
|
|
209
209
|
readonly actionEffect: {
|
|
210
|
-
readonly type: import('vue').PropType<import('
|
|
210
|
+
readonly type: import('vue').PropType<import('.').CardOverlayEffect>;
|
|
211
211
|
readonly default: undefined;
|
|
212
212
|
};
|
|
213
213
|
readonly actionColor: {
|
|
@@ -219,7 +219,7 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
|
|
|
219
219
|
readonly default: undefined;
|
|
220
220
|
};
|
|
221
221
|
readonly type: {
|
|
222
|
-
readonly type: import('vue').PropType<import('
|
|
222
|
+
readonly type: import('vue').PropType<import('.').CardType>;
|
|
223
223
|
readonly default: "default";
|
|
224
224
|
};
|
|
225
225
|
readonly color: {
|
|
@@ -251,29 +251,29 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
|
|
|
251
251
|
readonly dividerColor: StringConstructor;
|
|
252
252
|
readonly headerDividerColor: StringConstructor;
|
|
253
253
|
readonly footerDividerColor: StringConstructor;
|
|
254
|
-
readonly backgroundClass: import('vue').PropType<import('
|
|
254
|
+
readonly backgroundClass: import('vue').PropType<import('.').CardCustomClass>;
|
|
255
255
|
readonly backgroundStyle: import('vue').PropType<string | import('vue').CSSProperties>;
|
|
256
|
-
readonly headerClass: import('vue').PropType<import('
|
|
256
|
+
readonly headerClass: import('vue').PropType<import('.').CardCustomClass>;
|
|
257
257
|
readonly headerStyle: import('vue').PropType<string | import('vue').CSSProperties>;
|
|
258
|
-
readonly bodyClass: import('vue').PropType<import('
|
|
258
|
+
readonly bodyClass: import('vue').PropType<import('.').CardCustomClass>;
|
|
259
259
|
readonly bodyStyle: import('vue').PropType<string | import('vue').CSSProperties>;
|
|
260
260
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
261
|
-
readonly type: import('
|
|
262
|
-
readonly variant: import('
|
|
261
|
+
readonly type: import('.').CardType;
|
|
262
|
+
readonly variant: import('.').CardVariant;
|
|
263
263
|
readonly color: string;
|
|
264
|
-
readonly shape: import('
|
|
264
|
+
readonly shape: import('.').CardShape;
|
|
265
265
|
readonly title: string;
|
|
266
|
-
readonly shadow: import('
|
|
266
|
+
readonly shadow: import('.').CardShadow;
|
|
267
267
|
readonly bodyPadding: string;
|
|
268
268
|
readonly headerBorder: boolean;
|
|
269
269
|
readonly footerBorder: boolean;
|
|
270
|
-
readonly overlayAnimation: import('
|
|
271
|
-
readonly overlayPosition: import('
|
|
270
|
+
readonly overlayAnimation: import('.').CardOverlayAnimation;
|
|
271
|
+
readonly overlayPosition: import('.').CardOverlayPosition;
|
|
272
272
|
readonly overlayDuration: import('@cyberpunk-vue/hooks').DurationValue;
|
|
273
|
-
readonly overlayEffect: import('
|
|
273
|
+
readonly overlayEffect: import('.').CardOverlayEffect;
|
|
274
274
|
readonly overlayColor: string;
|
|
275
275
|
readonly overlayBlur: string | number;
|
|
276
|
-
readonly actionEffect: import('
|
|
276
|
+
readonly actionEffect: import('.').CardOverlayEffect;
|
|
277
277
|
readonly actionColor: string;
|
|
278
278
|
readonly actionBlur: string | number;
|
|
279
279
|
readonly bgColor: string;
|
|
@@ -291,15 +291,15 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
|
|
|
291
291
|
readonly default: "";
|
|
292
292
|
};
|
|
293
293
|
readonly shadow: {
|
|
294
|
-
readonly type: import('vue').PropType<import('
|
|
294
|
+
readonly type: import('vue').PropType<import('.').CardShadow>;
|
|
295
295
|
readonly default: "hover";
|
|
296
296
|
};
|
|
297
297
|
readonly variant: {
|
|
298
|
-
readonly type: import('vue').PropType<import('
|
|
298
|
+
readonly type: import('vue').PropType<import('.').CardVariant>;
|
|
299
299
|
readonly default: "solid";
|
|
300
300
|
};
|
|
301
301
|
readonly shape: {
|
|
302
|
-
readonly type: import('vue').PropType<import('
|
|
302
|
+
readonly type: import('vue').PropType<import('.').CardShape>;
|
|
303
303
|
readonly default: "clip";
|
|
304
304
|
};
|
|
305
305
|
readonly bodyPadding: {
|
|
@@ -315,11 +315,11 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
|
|
|
315
315
|
readonly default: true;
|
|
316
316
|
};
|
|
317
317
|
readonly overlayAnimation: {
|
|
318
|
-
readonly type: import('vue').PropType<import('
|
|
318
|
+
readonly type: import('vue').PropType<import('.').CardOverlayAnimation>;
|
|
319
319
|
readonly default: "slide-up";
|
|
320
320
|
};
|
|
321
321
|
readonly overlayPosition: {
|
|
322
|
-
readonly type: import('vue').PropType<import('
|
|
322
|
+
readonly type: import('vue').PropType<import('.').CardOverlayPosition>;
|
|
323
323
|
readonly default: "bottom";
|
|
324
324
|
};
|
|
325
325
|
readonly overlayDuration: {
|
|
@@ -327,7 +327,7 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
|
|
|
327
327
|
readonly default: 300;
|
|
328
328
|
};
|
|
329
329
|
readonly overlayEffect: {
|
|
330
|
-
readonly type: import('vue').PropType<import('
|
|
330
|
+
readonly type: import('vue').PropType<import('.').CardOverlayEffect>;
|
|
331
331
|
readonly default: "blur-color";
|
|
332
332
|
};
|
|
333
333
|
readonly overlayColor: {
|
|
@@ -339,7 +339,7 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
|
|
|
339
339
|
readonly default: 10;
|
|
340
340
|
};
|
|
341
341
|
readonly actionEffect: {
|
|
342
|
-
readonly type: import('vue').PropType<import('
|
|
342
|
+
readonly type: import('vue').PropType<import('.').CardOverlayEffect>;
|
|
343
343
|
readonly default: undefined;
|
|
344
344
|
};
|
|
345
345
|
readonly actionColor: {
|
|
@@ -351,7 +351,7 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
|
|
|
351
351
|
readonly default: undefined;
|
|
352
352
|
};
|
|
353
353
|
readonly type: {
|
|
354
|
-
readonly type: import('vue').PropType<import('
|
|
354
|
+
readonly type: import('vue').PropType<import('.').CardType>;
|
|
355
355
|
readonly default: "default";
|
|
356
356
|
};
|
|
357
357
|
readonly color: {
|
|
@@ -383,29 +383,29 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
|
|
|
383
383
|
readonly dividerColor: StringConstructor;
|
|
384
384
|
readonly headerDividerColor: StringConstructor;
|
|
385
385
|
readonly footerDividerColor: StringConstructor;
|
|
386
|
-
readonly backgroundClass: import('vue').PropType<import('
|
|
386
|
+
readonly backgroundClass: import('vue').PropType<import('.').CardCustomClass>;
|
|
387
387
|
readonly backgroundStyle: import('vue').PropType<string | import('vue').CSSProperties>;
|
|
388
|
-
readonly headerClass: import('vue').PropType<import('
|
|
388
|
+
readonly headerClass: import('vue').PropType<import('.').CardCustomClass>;
|
|
389
389
|
readonly headerStyle: import('vue').PropType<string | import('vue').CSSProperties>;
|
|
390
|
-
readonly bodyClass: import('vue').PropType<import('
|
|
390
|
+
readonly bodyClass: import('vue').PropType<import('.').CardCustomClass>;
|
|
391
391
|
readonly bodyStyle: import('vue').PropType<string | import('vue').CSSProperties>;
|
|
392
392
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
393
|
-
readonly type: import('
|
|
394
|
-
readonly variant: import('
|
|
393
|
+
readonly type: import('.').CardType;
|
|
394
|
+
readonly variant: import('.').CardVariant;
|
|
395
395
|
readonly color: string;
|
|
396
|
-
readonly shape: import('
|
|
396
|
+
readonly shape: import('.').CardShape;
|
|
397
397
|
readonly title: string;
|
|
398
|
-
readonly shadow: import('
|
|
398
|
+
readonly shadow: import('.').CardShadow;
|
|
399
399
|
readonly bodyPadding: string;
|
|
400
400
|
readonly headerBorder: boolean;
|
|
401
401
|
readonly footerBorder: boolean;
|
|
402
|
-
readonly overlayAnimation: import('
|
|
403
|
-
readonly overlayPosition: import('
|
|
402
|
+
readonly overlayAnimation: import('.').CardOverlayAnimation;
|
|
403
|
+
readonly overlayPosition: import('.').CardOverlayPosition;
|
|
404
404
|
readonly overlayDuration: import('@cyberpunk-vue/hooks').DurationValue;
|
|
405
|
-
readonly overlayEffect: import('
|
|
405
|
+
readonly overlayEffect: import('.').CardOverlayEffect;
|
|
406
406
|
readonly overlayColor: string;
|
|
407
407
|
readonly overlayBlur: string | number;
|
|
408
|
-
readonly actionEffect: import('
|
|
408
|
+
readonly actionEffect: import('.').CardOverlayEffect;
|
|
409
409
|
readonly actionColor: string;
|
|
410
410
|
readonly actionBlur: string | number;
|
|
411
411
|
readonly bgColor: string;
|
|
@@ -19,15 +19,15 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
19
19
|
readonly default: "";
|
|
20
20
|
};
|
|
21
21
|
readonly shadow: {
|
|
22
|
-
readonly type: import('vue').PropType<import('
|
|
22
|
+
readonly type: import('vue').PropType<import('./card').CardShadow>;
|
|
23
23
|
readonly default: "hover";
|
|
24
24
|
};
|
|
25
25
|
readonly variant: {
|
|
26
|
-
readonly type: import('vue').PropType<import('
|
|
26
|
+
readonly type: import('vue').PropType<import('./card').CardVariant>;
|
|
27
27
|
readonly default: "solid";
|
|
28
28
|
};
|
|
29
29
|
readonly shape: {
|
|
30
|
-
readonly type: import('vue').PropType<import('
|
|
30
|
+
readonly type: import('vue').PropType<import('./card').CardShape>;
|
|
31
31
|
readonly default: "clip";
|
|
32
32
|
};
|
|
33
33
|
readonly bodyPadding: {
|
|
@@ -43,11 +43,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
43
43
|
readonly default: true;
|
|
44
44
|
};
|
|
45
45
|
readonly overlayAnimation: {
|
|
46
|
-
readonly type: import('vue').PropType<import('
|
|
46
|
+
readonly type: import('vue').PropType<import('./card').CardOverlayAnimation>;
|
|
47
47
|
readonly default: "slide-up";
|
|
48
48
|
};
|
|
49
49
|
readonly overlayPosition: {
|
|
50
|
-
readonly type: import('vue').PropType<import('
|
|
50
|
+
readonly type: import('vue').PropType<import('./card').CardOverlayPosition>;
|
|
51
51
|
readonly default: "bottom";
|
|
52
52
|
};
|
|
53
53
|
readonly overlayDuration: {
|
|
@@ -55,7 +55,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
55
55
|
readonly default: 300;
|
|
56
56
|
};
|
|
57
57
|
readonly overlayEffect: {
|
|
58
|
-
readonly type: import('vue').PropType<import('
|
|
58
|
+
readonly type: import('vue').PropType<import('./card').CardOverlayEffect>;
|
|
59
59
|
readonly default: "blur-color";
|
|
60
60
|
};
|
|
61
61
|
readonly overlayColor: {
|
|
@@ -67,7 +67,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
67
67
|
readonly default: 10;
|
|
68
68
|
};
|
|
69
69
|
readonly actionEffect: {
|
|
70
|
-
readonly type: import('vue').PropType<import('
|
|
70
|
+
readonly type: import('vue').PropType<import('./card').CardOverlayEffect>;
|
|
71
71
|
readonly default: undefined;
|
|
72
72
|
};
|
|
73
73
|
readonly actionColor: {
|
|
@@ -79,7 +79,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
79
79
|
readonly default: undefined;
|
|
80
80
|
};
|
|
81
81
|
readonly type: {
|
|
82
|
-
readonly type: import('vue').PropType<import('
|
|
82
|
+
readonly type: import('vue').PropType<import('./card').CardType>;
|
|
83
83
|
readonly default: "default";
|
|
84
84
|
};
|
|
85
85
|
readonly color: {
|
|
@@ -111,11 +111,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
111
111
|
readonly dividerColor: StringConstructor;
|
|
112
112
|
readonly headerDividerColor: StringConstructor;
|
|
113
113
|
readonly footerDividerColor: StringConstructor;
|
|
114
|
-
readonly backgroundClass: import('vue').PropType<import('
|
|
114
|
+
readonly backgroundClass: import('vue').PropType<import('./card').CardCustomClass>;
|
|
115
115
|
readonly backgroundStyle: import('vue').PropType<string | import('vue').CSSProperties>;
|
|
116
|
-
readonly headerClass: import('vue').PropType<import('
|
|
116
|
+
readonly headerClass: import('vue').PropType<import('./card').CardCustomClass>;
|
|
117
117
|
readonly headerStyle: import('vue').PropType<string | import('vue').CSSProperties>;
|
|
118
|
-
readonly bodyClass: import('vue').PropType<import('
|
|
118
|
+
readonly bodyClass: import('vue').PropType<import('./card').CardCustomClass>;
|
|
119
119
|
readonly bodyStyle: import('vue').PropType<string | import('vue').CSSProperties>;
|
|
120
120
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
121
121
|
readonly title: {
|
|
@@ -123,15 +123,15 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
123
123
|
readonly default: "";
|
|
124
124
|
};
|
|
125
125
|
readonly shadow: {
|
|
126
|
-
readonly type: import('vue').PropType<import('
|
|
126
|
+
readonly type: import('vue').PropType<import('./card').CardShadow>;
|
|
127
127
|
readonly default: "hover";
|
|
128
128
|
};
|
|
129
129
|
readonly variant: {
|
|
130
|
-
readonly type: import('vue').PropType<import('
|
|
130
|
+
readonly type: import('vue').PropType<import('./card').CardVariant>;
|
|
131
131
|
readonly default: "solid";
|
|
132
132
|
};
|
|
133
133
|
readonly shape: {
|
|
134
|
-
readonly type: import('vue').PropType<import('
|
|
134
|
+
readonly type: import('vue').PropType<import('./card').CardShape>;
|
|
135
135
|
readonly default: "clip";
|
|
136
136
|
};
|
|
137
137
|
readonly bodyPadding: {
|
|
@@ -147,11 +147,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
147
147
|
readonly default: true;
|
|
148
148
|
};
|
|
149
149
|
readonly overlayAnimation: {
|
|
150
|
-
readonly type: import('vue').PropType<import('
|
|
150
|
+
readonly type: import('vue').PropType<import('./card').CardOverlayAnimation>;
|
|
151
151
|
readonly default: "slide-up";
|
|
152
152
|
};
|
|
153
153
|
readonly overlayPosition: {
|
|
154
|
-
readonly type: import('vue').PropType<import('
|
|
154
|
+
readonly type: import('vue').PropType<import('./card').CardOverlayPosition>;
|
|
155
155
|
readonly default: "bottom";
|
|
156
156
|
};
|
|
157
157
|
readonly overlayDuration: {
|
|
@@ -159,7 +159,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
159
159
|
readonly default: 300;
|
|
160
160
|
};
|
|
161
161
|
readonly overlayEffect: {
|
|
162
|
-
readonly type: import('vue').PropType<import('
|
|
162
|
+
readonly type: import('vue').PropType<import('./card').CardOverlayEffect>;
|
|
163
163
|
readonly default: "blur-color";
|
|
164
164
|
};
|
|
165
165
|
readonly overlayColor: {
|
|
@@ -171,7 +171,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
171
171
|
readonly default: 10;
|
|
172
172
|
};
|
|
173
173
|
readonly actionEffect: {
|
|
174
|
-
readonly type: import('vue').PropType<import('
|
|
174
|
+
readonly type: import('vue').PropType<import('./card').CardOverlayEffect>;
|
|
175
175
|
readonly default: undefined;
|
|
176
176
|
};
|
|
177
177
|
readonly actionColor: {
|
|
@@ -183,7 +183,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
183
183
|
readonly default: undefined;
|
|
184
184
|
};
|
|
185
185
|
readonly type: {
|
|
186
|
-
readonly type: import('vue').PropType<import('
|
|
186
|
+
readonly type: import('vue').PropType<import('./card').CardType>;
|
|
187
187
|
readonly default: "default";
|
|
188
188
|
};
|
|
189
189
|
readonly color: {
|
|
@@ -215,29 +215,29 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
215
215
|
readonly dividerColor: StringConstructor;
|
|
216
216
|
readonly headerDividerColor: StringConstructor;
|
|
217
217
|
readonly footerDividerColor: StringConstructor;
|
|
218
|
-
readonly backgroundClass: import('vue').PropType<import('
|
|
218
|
+
readonly backgroundClass: import('vue').PropType<import('./card').CardCustomClass>;
|
|
219
219
|
readonly backgroundStyle: import('vue').PropType<string | import('vue').CSSProperties>;
|
|
220
|
-
readonly headerClass: import('vue').PropType<import('
|
|
220
|
+
readonly headerClass: import('vue').PropType<import('./card').CardCustomClass>;
|
|
221
221
|
readonly headerStyle: import('vue').PropType<string | import('vue').CSSProperties>;
|
|
222
|
-
readonly bodyClass: import('vue').PropType<import('
|
|
222
|
+
readonly bodyClass: import('vue').PropType<import('./card').CardCustomClass>;
|
|
223
223
|
readonly bodyStyle: import('vue').PropType<string | import('vue').CSSProperties>;
|
|
224
224
|
}>> & Readonly<{}>, {
|
|
225
|
-
readonly type: import('
|
|
226
|
-
readonly variant: import('
|
|
225
|
+
readonly type: import('./card').CardType;
|
|
226
|
+
readonly variant: import('./card').CardVariant;
|
|
227
227
|
readonly color: string;
|
|
228
|
-
readonly shape: import('
|
|
228
|
+
readonly shape: import('./card').CardShape;
|
|
229
229
|
readonly title: string;
|
|
230
|
-
readonly shadow: import('
|
|
230
|
+
readonly shadow: import('./card').CardShadow;
|
|
231
231
|
readonly bodyPadding: string;
|
|
232
232
|
readonly headerBorder: boolean;
|
|
233
233
|
readonly footerBorder: boolean;
|
|
234
|
-
readonly overlayAnimation: import('
|
|
235
|
-
readonly overlayPosition: import('
|
|
234
|
+
readonly overlayAnimation: import('./card').CardOverlayAnimation;
|
|
235
|
+
readonly overlayPosition: import('./card').CardOverlayPosition;
|
|
236
236
|
readonly overlayDuration: import('@cyberpunk-vue/hooks').DurationValue;
|
|
237
|
-
readonly overlayEffect: import('
|
|
237
|
+
readonly overlayEffect: import('./card').CardOverlayEffect;
|
|
238
238
|
readonly overlayColor: string;
|
|
239
239
|
readonly overlayBlur: string | number;
|
|
240
|
-
readonly actionEffect: import('
|
|
240
|
+
readonly actionEffect: import('./card').CardOverlayEffect;
|
|
241
241
|
readonly actionColor: string;
|
|
242
242
|
readonly actionBlur: string | number;
|
|
243
243
|
readonly bgColor: string;
|