@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
|
@@ -9,7 +9,7 @@ declare function __VLS_template(): {
|
|
|
9
9
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
10
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11
11
|
readonly defaults: {
|
|
12
|
-
readonly type: import('vue').PropType<import('
|
|
12
|
+
readonly type: import('vue').PropType<import('./config-provider').ComponentDefaults>;
|
|
13
13
|
readonly default: () => {};
|
|
14
14
|
};
|
|
15
15
|
readonly theme: {
|
|
@@ -18,7 +18,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
18
18
|
};
|
|
19
19
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
20
20
|
readonly defaults: {
|
|
21
|
-
readonly type: import('vue').PropType<import('
|
|
21
|
+
readonly type: import('vue').PropType<import('./config-provider').ComponentDefaults>;
|
|
22
22
|
readonly default: () => {};
|
|
23
23
|
};
|
|
24
24
|
readonly theme: {
|
|
@@ -26,7 +26,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
26
26
|
readonly default: "dark";
|
|
27
27
|
};
|
|
28
28
|
}>> & Readonly<{}>, {
|
|
29
|
-
readonly defaults: import('
|
|
29
|
+
readonly defaults: import('./config-provider').ComponentDefaults;
|
|
30
30
|
readonly theme: import('@cyberpunk-vue/constants').ThemeType;
|
|
31
31
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
32
32
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
export declare const CpContainer: import('../utils').SFCWithInstall<{
|
|
20
20
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
21
21
|
readonly direction: {
|
|
22
|
-
readonly type: import('vue').PropType<import('
|
|
22
|
+
readonly type: import('vue').PropType<import('.').ContainerDirection>;
|
|
23
23
|
readonly default: "";
|
|
24
24
|
};
|
|
25
25
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
26
|
-
readonly direction: import('
|
|
26
|
+
readonly direction: import('.').ContainerDirection;
|
|
27
27
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
28
28
|
P: {};
|
|
29
29
|
B: {};
|
|
@@ -33,22 +33,22 @@ export declare const CpContainer: import('../utils').SFCWithInstall<{
|
|
|
33
33
|
Defaults: {};
|
|
34
34
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
35
35
|
readonly direction: {
|
|
36
|
-
readonly type: import('vue').PropType<import('
|
|
36
|
+
readonly type: import('vue').PropType<import('.').ContainerDirection>;
|
|
37
37
|
readonly default: "";
|
|
38
38
|
};
|
|
39
39
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
40
|
-
readonly direction: import('
|
|
40
|
+
readonly direction: import('.').ContainerDirection;
|
|
41
41
|
}>;
|
|
42
42
|
__isFragment?: never;
|
|
43
43
|
__isTeleport?: never;
|
|
44
44
|
__isSuspense?: never;
|
|
45
45
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
46
46
|
readonly direction: {
|
|
47
|
-
readonly type: import('vue').PropType<import('
|
|
47
|
+
readonly type: import('vue').PropType<import('.').ContainerDirection>;
|
|
48
48
|
readonly default: "";
|
|
49
49
|
};
|
|
50
50
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
51
|
-
readonly direction: import('
|
|
51
|
+
readonly direction: import('.').ContainerDirection;
|
|
52
52
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
53
53
|
$slots: {
|
|
54
54
|
default?(_: {}): any;
|
|
@@ -57,7 +57,7 @@ export declare const CpContainer: import('../utils').SFCWithInstall<{
|
|
|
57
57
|
export declare const CpHeader: import('../utils').SFCWithInstall<{
|
|
58
58
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
59
59
|
readonly dividerType: {
|
|
60
|
-
readonly type: import('vue').PropType<import('
|
|
60
|
+
readonly type: import('vue').PropType<import('.').LayoutDividerType>;
|
|
61
61
|
readonly default: "default";
|
|
62
62
|
};
|
|
63
63
|
readonly dividerColor: {
|
|
@@ -65,7 +65,7 @@ export declare const CpHeader: import('../utils').SFCWithInstall<{
|
|
|
65
65
|
readonly default: "";
|
|
66
66
|
};
|
|
67
67
|
readonly dividerVariant: {
|
|
68
|
-
readonly type: import('vue').PropType<import('
|
|
68
|
+
readonly type: import('vue').PropType<import('.').LayoutDividerVariant>;
|
|
69
69
|
readonly default: "solid";
|
|
70
70
|
};
|
|
71
71
|
readonly height: {
|
|
@@ -75,8 +75,8 @@ export declare const CpHeader: import('../utils').SFCWithInstall<{
|
|
|
75
75
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
76
76
|
readonly height: string;
|
|
77
77
|
readonly dividerColor: string;
|
|
78
|
-
readonly dividerType: import('
|
|
79
|
-
readonly dividerVariant: import('
|
|
78
|
+
readonly dividerType: import('.').LayoutDividerType;
|
|
79
|
+
readonly dividerVariant: import('.').LayoutDividerVariant;
|
|
80
80
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
81
81
|
P: {};
|
|
82
82
|
B: {};
|
|
@@ -86,7 +86,7 @@ export declare const CpHeader: import('../utils').SFCWithInstall<{
|
|
|
86
86
|
Defaults: {};
|
|
87
87
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
88
88
|
readonly dividerType: {
|
|
89
|
-
readonly type: import('vue').PropType<import('
|
|
89
|
+
readonly type: import('vue').PropType<import('.').LayoutDividerType>;
|
|
90
90
|
readonly default: "default";
|
|
91
91
|
};
|
|
92
92
|
readonly dividerColor: {
|
|
@@ -94,7 +94,7 @@ export declare const CpHeader: import('../utils').SFCWithInstall<{
|
|
|
94
94
|
readonly default: "";
|
|
95
95
|
};
|
|
96
96
|
readonly dividerVariant: {
|
|
97
|
-
readonly type: import('vue').PropType<import('
|
|
97
|
+
readonly type: import('vue').PropType<import('.').LayoutDividerVariant>;
|
|
98
98
|
readonly default: "solid";
|
|
99
99
|
};
|
|
100
100
|
readonly height: {
|
|
@@ -104,15 +104,15 @@ export declare const CpHeader: import('../utils').SFCWithInstall<{
|
|
|
104
104
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
105
105
|
readonly height: string;
|
|
106
106
|
readonly dividerColor: string;
|
|
107
|
-
readonly dividerType: import('
|
|
108
|
-
readonly dividerVariant: import('
|
|
107
|
+
readonly dividerType: import('.').LayoutDividerType;
|
|
108
|
+
readonly dividerVariant: import('.').LayoutDividerVariant;
|
|
109
109
|
}>;
|
|
110
110
|
__isFragment?: never;
|
|
111
111
|
__isTeleport?: never;
|
|
112
112
|
__isSuspense?: never;
|
|
113
113
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
114
114
|
readonly dividerType: {
|
|
115
|
-
readonly type: import('vue').PropType<import('
|
|
115
|
+
readonly type: import('vue').PropType<import('.').LayoutDividerType>;
|
|
116
116
|
readonly default: "default";
|
|
117
117
|
};
|
|
118
118
|
readonly dividerColor: {
|
|
@@ -120,7 +120,7 @@ export declare const CpHeader: import('../utils').SFCWithInstall<{
|
|
|
120
120
|
readonly default: "";
|
|
121
121
|
};
|
|
122
122
|
readonly dividerVariant: {
|
|
123
|
-
readonly type: import('vue').PropType<import('
|
|
123
|
+
readonly type: import('vue').PropType<import('.').LayoutDividerVariant>;
|
|
124
124
|
readonly default: "solid";
|
|
125
125
|
};
|
|
126
126
|
readonly height: {
|
|
@@ -130,8 +130,8 @@ export declare const CpHeader: import('../utils').SFCWithInstall<{
|
|
|
130
130
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
131
131
|
readonly height: string;
|
|
132
132
|
readonly dividerColor: string;
|
|
133
|
-
readonly dividerType: import('
|
|
134
|
-
readonly dividerVariant: import('
|
|
133
|
+
readonly dividerType: import('.').LayoutDividerType;
|
|
134
|
+
readonly dividerVariant: import('.').LayoutDividerVariant;
|
|
135
135
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
136
136
|
$slots: {
|
|
137
137
|
default?(_: {}): any;
|
|
@@ -140,7 +140,7 @@ export declare const CpHeader: import('../utils').SFCWithInstall<{
|
|
|
140
140
|
export declare const CpFooter: import('../utils').SFCWithInstall<{
|
|
141
141
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
142
142
|
readonly dividerType: {
|
|
143
|
-
readonly type: import('vue').PropType<import('
|
|
143
|
+
readonly type: import('vue').PropType<import('.').LayoutDividerType>;
|
|
144
144
|
readonly default: "default";
|
|
145
145
|
};
|
|
146
146
|
readonly dividerColor: {
|
|
@@ -148,7 +148,7 @@ export declare const CpFooter: import('../utils').SFCWithInstall<{
|
|
|
148
148
|
readonly default: "";
|
|
149
149
|
};
|
|
150
150
|
readonly dividerVariant: {
|
|
151
|
-
readonly type: import('vue').PropType<import('
|
|
151
|
+
readonly type: import('vue').PropType<import('.').LayoutDividerVariant>;
|
|
152
152
|
readonly default: "solid";
|
|
153
153
|
};
|
|
154
154
|
readonly height: {
|
|
@@ -158,8 +158,8 @@ export declare const CpFooter: import('../utils').SFCWithInstall<{
|
|
|
158
158
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
159
159
|
readonly height: string;
|
|
160
160
|
readonly dividerColor: string;
|
|
161
|
-
readonly dividerType: import('
|
|
162
|
-
readonly dividerVariant: import('
|
|
161
|
+
readonly dividerType: import('.').LayoutDividerType;
|
|
162
|
+
readonly dividerVariant: import('.').LayoutDividerVariant;
|
|
163
163
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
164
164
|
P: {};
|
|
165
165
|
B: {};
|
|
@@ -169,7 +169,7 @@ export declare const CpFooter: import('../utils').SFCWithInstall<{
|
|
|
169
169
|
Defaults: {};
|
|
170
170
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
171
171
|
readonly dividerType: {
|
|
172
|
-
readonly type: import('vue').PropType<import('
|
|
172
|
+
readonly type: import('vue').PropType<import('.').LayoutDividerType>;
|
|
173
173
|
readonly default: "default";
|
|
174
174
|
};
|
|
175
175
|
readonly dividerColor: {
|
|
@@ -177,7 +177,7 @@ export declare const CpFooter: import('../utils').SFCWithInstall<{
|
|
|
177
177
|
readonly default: "";
|
|
178
178
|
};
|
|
179
179
|
readonly dividerVariant: {
|
|
180
|
-
readonly type: import('vue').PropType<import('
|
|
180
|
+
readonly type: import('vue').PropType<import('.').LayoutDividerVariant>;
|
|
181
181
|
readonly default: "solid";
|
|
182
182
|
};
|
|
183
183
|
readonly height: {
|
|
@@ -187,15 +187,15 @@ export declare const CpFooter: import('../utils').SFCWithInstall<{
|
|
|
187
187
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
188
188
|
readonly height: string;
|
|
189
189
|
readonly dividerColor: string;
|
|
190
|
-
readonly dividerType: import('
|
|
191
|
-
readonly dividerVariant: import('
|
|
190
|
+
readonly dividerType: import('.').LayoutDividerType;
|
|
191
|
+
readonly dividerVariant: import('.').LayoutDividerVariant;
|
|
192
192
|
}>;
|
|
193
193
|
__isFragment?: never;
|
|
194
194
|
__isTeleport?: never;
|
|
195
195
|
__isSuspense?: never;
|
|
196
196
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
197
197
|
readonly dividerType: {
|
|
198
|
-
readonly type: import('vue').PropType<import('
|
|
198
|
+
readonly type: import('vue').PropType<import('.').LayoutDividerType>;
|
|
199
199
|
readonly default: "default";
|
|
200
200
|
};
|
|
201
201
|
readonly dividerColor: {
|
|
@@ -203,7 +203,7 @@ export declare const CpFooter: import('../utils').SFCWithInstall<{
|
|
|
203
203
|
readonly default: "";
|
|
204
204
|
};
|
|
205
205
|
readonly dividerVariant: {
|
|
206
|
-
readonly type: import('vue').PropType<import('
|
|
206
|
+
readonly type: import('vue').PropType<import('.').LayoutDividerVariant>;
|
|
207
207
|
readonly default: "solid";
|
|
208
208
|
};
|
|
209
209
|
readonly height: {
|
|
@@ -213,8 +213,8 @@ export declare const CpFooter: import('../utils').SFCWithInstall<{
|
|
|
213
213
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
214
214
|
readonly height: string;
|
|
215
215
|
readonly dividerColor: string;
|
|
216
|
-
readonly dividerType: import('
|
|
217
|
-
readonly dividerVariant: import('
|
|
216
|
+
readonly dividerType: import('.').LayoutDividerType;
|
|
217
|
+
readonly dividerVariant: import('.').LayoutDividerVariant;
|
|
218
218
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
219
219
|
$slots: {
|
|
220
220
|
default?(_: {}): any;
|
|
@@ -240,7 +240,7 @@ export declare const CpMain: import('../utils').SFCWithInstall<{
|
|
|
240
240
|
export declare const CpAside: import('../utils').SFCWithInstall<{
|
|
241
241
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
242
242
|
readonly dividerType: {
|
|
243
|
-
readonly type: import('vue').PropType<import('
|
|
243
|
+
readonly type: import('vue').PropType<import('.').LayoutDividerType>;
|
|
244
244
|
readonly default: "default";
|
|
245
245
|
};
|
|
246
246
|
readonly dividerColor: {
|
|
@@ -248,7 +248,7 @@ export declare const CpAside: import('../utils').SFCWithInstall<{
|
|
|
248
248
|
readonly default: "";
|
|
249
249
|
};
|
|
250
250
|
readonly dividerVariant: {
|
|
251
|
-
readonly type: import('vue').PropType<import('
|
|
251
|
+
readonly type: import('vue').PropType<import('.').LayoutDividerVariant>;
|
|
252
252
|
readonly default: "solid";
|
|
253
253
|
};
|
|
254
254
|
readonly width: {
|
|
@@ -263,8 +263,8 @@ export declare const CpAside: import('../utils').SFCWithInstall<{
|
|
|
263
263
|
readonly width: string;
|
|
264
264
|
readonly position: "right" | "left";
|
|
265
265
|
readonly dividerColor: string;
|
|
266
|
-
readonly dividerType: import('
|
|
267
|
-
readonly dividerVariant: import('
|
|
266
|
+
readonly dividerType: import('.').LayoutDividerType;
|
|
267
|
+
readonly dividerVariant: import('.').LayoutDividerVariant;
|
|
268
268
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
269
269
|
P: {};
|
|
270
270
|
B: {};
|
|
@@ -274,7 +274,7 @@ export declare const CpAside: import('../utils').SFCWithInstall<{
|
|
|
274
274
|
Defaults: {};
|
|
275
275
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
276
276
|
readonly dividerType: {
|
|
277
|
-
readonly type: import('vue').PropType<import('
|
|
277
|
+
readonly type: import('vue').PropType<import('.').LayoutDividerType>;
|
|
278
278
|
readonly default: "default";
|
|
279
279
|
};
|
|
280
280
|
readonly dividerColor: {
|
|
@@ -282,7 +282,7 @@ export declare const CpAside: import('../utils').SFCWithInstall<{
|
|
|
282
282
|
readonly default: "";
|
|
283
283
|
};
|
|
284
284
|
readonly dividerVariant: {
|
|
285
|
-
readonly type: import('vue').PropType<import('
|
|
285
|
+
readonly type: import('vue').PropType<import('.').LayoutDividerVariant>;
|
|
286
286
|
readonly default: "solid";
|
|
287
287
|
};
|
|
288
288
|
readonly width: {
|
|
@@ -297,15 +297,15 @@ export declare const CpAside: import('../utils').SFCWithInstall<{
|
|
|
297
297
|
readonly width: string;
|
|
298
298
|
readonly position: "right" | "left";
|
|
299
299
|
readonly dividerColor: string;
|
|
300
|
-
readonly dividerType: import('
|
|
301
|
-
readonly dividerVariant: import('
|
|
300
|
+
readonly dividerType: import('.').LayoutDividerType;
|
|
301
|
+
readonly dividerVariant: import('.').LayoutDividerVariant;
|
|
302
302
|
}>;
|
|
303
303
|
__isFragment?: never;
|
|
304
304
|
__isTeleport?: never;
|
|
305
305
|
__isSuspense?: never;
|
|
306
306
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
307
307
|
readonly dividerType: {
|
|
308
|
-
readonly type: import('vue').PropType<import('
|
|
308
|
+
readonly type: import('vue').PropType<import('.').LayoutDividerType>;
|
|
309
309
|
readonly default: "default";
|
|
310
310
|
};
|
|
311
311
|
readonly dividerColor: {
|
|
@@ -313,7 +313,7 @@ export declare const CpAside: import('../utils').SFCWithInstall<{
|
|
|
313
313
|
readonly default: "";
|
|
314
314
|
};
|
|
315
315
|
readonly dividerVariant: {
|
|
316
|
-
readonly type: import('vue').PropType<import('
|
|
316
|
+
readonly type: import('vue').PropType<import('.').LayoutDividerVariant>;
|
|
317
317
|
readonly default: "solid";
|
|
318
318
|
};
|
|
319
319
|
readonly width: {
|
|
@@ -328,8 +328,8 @@ export declare const CpAside: import('../utils').SFCWithInstall<{
|
|
|
328
328
|
readonly width: string;
|
|
329
329
|
readonly position: "right" | "left";
|
|
330
330
|
readonly dividerColor: string;
|
|
331
|
-
readonly dividerType: import('
|
|
332
|
-
readonly dividerVariant: import('
|
|
331
|
+
readonly dividerType: import('.').LayoutDividerType;
|
|
332
|
+
readonly dividerVariant: import('.').LayoutDividerVariant;
|
|
333
333
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
334
334
|
$slots: {
|
|
335
335
|
default?(_: {}): any;
|
|
@@ -9,7 +9,7 @@ declare function __VLS_template(): {
|
|
|
9
9
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
10
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11
11
|
readonly dividerType: {
|
|
12
|
-
readonly type: import('vue').PropType<import('
|
|
12
|
+
readonly type: import('vue').PropType<import('./container').LayoutDividerType>;
|
|
13
13
|
readonly default: "default";
|
|
14
14
|
};
|
|
15
15
|
readonly dividerColor: {
|
|
@@ -17,7 +17,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
17
17
|
readonly default: "";
|
|
18
18
|
};
|
|
19
19
|
readonly dividerVariant: {
|
|
20
|
-
readonly type: import('vue').PropType<import('
|
|
20
|
+
readonly type: import('vue').PropType<import('./container').LayoutDividerVariant>;
|
|
21
21
|
readonly default: "solid";
|
|
22
22
|
};
|
|
23
23
|
readonly width: {
|
|
@@ -30,7 +30,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
30
30
|
};
|
|
31
31
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
32
32
|
readonly dividerType: {
|
|
33
|
-
readonly type: import('vue').PropType<import('
|
|
33
|
+
readonly type: import('vue').PropType<import('./container').LayoutDividerType>;
|
|
34
34
|
readonly default: "default";
|
|
35
35
|
};
|
|
36
36
|
readonly dividerColor: {
|
|
@@ -38,7 +38,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
38
38
|
readonly default: "";
|
|
39
39
|
};
|
|
40
40
|
readonly dividerVariant: {
|
|
41
|
-
readonly type: import('vue').PropType<import('
|
|
41
|
+
readonly type: import('vue').PropType<import('./container').LayoutDividerVariant>;
|
|
42
42
|
readonly default: "solid";
|
|
43
43
|
};
|
|
44
44
|
readonly width: {
|
|
@@ -53,8 +53,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
53
53
|
readonly width: string;
|
|
54
54
|
readonly position: "right" | "left";
|
|
55
55
|
readonly dividerColor: string;
|
|
56
|
-
readonly dividerType: import('
|
|
57
|
-
readonly dividerVariant: import('
|
|
56
|
+
readonly dividerType: import('./container').LayoutDividerType;
|
|
57
|
+
readonly dividerVariant: import('./container').LayoutDividerVariant;
|
|
58
58
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>;
|
|
59
59
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
60
60
|
export default _default;
|
|
@@ -9,16 +9,16 @@ declare function __VLS_template(): {
|
|
|
9
9
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
10
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11
11
|
readonly direction: {
|
|
12
|
-
readonly type: import('vue').PropType<import('
|
|
12
|
+
readonly type: import('vue').PropType<import('./container').ContainerDirection>;
|
|
13
13
|
readonly default: "";
|
|
14
14
|
};
|
|
15
15
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16
16
|
readonly direction: {
|
|
17
|
-
readonly type: import('vue').PropType<import('
|
|
17
|
+
readonly type: import('vue').PropType<import('./container').ContainerDirection>;
|
|
18
18
|
readonly default: "";
|
|
19
19
|
};
|
|
20
20
|
}>> & Readonly<{}>, {
|
|
21
|
-
readonly direction: import('
|
|
21
|
+
readonly direction: import('./container').ContainerDirection;
|
|
22
22
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>;
|
|
23
23
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
24
|
export default _default;
|
|
@@ -9,7 +9,7 @@ declare function __VLS_template(): {
|
|
|
9
9
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
10
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11
11
|
readonly dividerType: {
|
|
12
|
-
readonly type: import('vue').PropType<import('
|
|
12
|
+
readonly type: import('vue').PropType<import('./container').LayoutDividerType>;
|
|
13
13
|
readonly default: "default";
|
|
14
14
|
};
|
|
15
15
|
readonly dividerColor: {
|
|
@@ -17,7 +17,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
17
17
|
readonly default: "";
|
|
18
18
|
};
|
|
19
19
|
readonly dividerVariant: {
|
|
20
|
-
readonly type: import('vue').PropType<import('
|
|
20
|
+
readonly type: import('vue').PropType<import('./container').LayoutDividerVariant>;
|
|
21
21
|
readonly default: "solid";
|
|
22
22
|
};
|
|
23
23
|
readonly height: {
|
|
@@ -26,7 +26,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
26
26
|
};
|
|
27
27
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
28
28
|
readonly dividerType: {
|
|
29
|
-
readonly type: import('vue').PropType<import('
|
|
29
|
+
readonly type: import('vue').PropType<import('./container').LayoutDividerType>;
|
|
30
30
|
readonly default: "default";
|
|
31
31
|
};
|
|
32
32
|
readonly dividerColor: {
|
|
@@ -34,7 +34,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
34
34
|
readonly default: "";
|
|
35
35
|
};
|
|
36
36
|
readonly dividerVariant: {
|
|
37
|
-
readonly type: import('vue').PropType<import('
|
|
37
|
+
readonly type: import('vue').PropType<import('./container').LayoutDividerVariant>;
|
|
38
38
|
readonly default: "solid";
|
|
39
39
|
};
|
|
40
40
|
readonly height: {
|
|
@@ -44,8 +44,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
44
44
|
}>> & Readonly<{}>, {
|
|
45
45
|
readonly height: string;
|
|
46
46
|
readonly dividerColor: string;
|
|
47
|
-
readonly dividerType: import('
|
|
48
|
-
readonly dividerVariant: import('
|
|
47
|
+
readonly dividerType: import('./container').LayoutDividerType;
|
|
48
|
+
readonly dividerVariant: import('./container').LayoutDividerVariant;
|
|
49
49
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>;
|
|
50
50
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
51
51
|
export default _default;
|
|
@@ -9,7 +9,7 @@ declare function __VLS_template(): {
|
|
|
9
9
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
10
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11
11
|
readonly dividerType: {
|
|
12
|
-
readonly type: import('vue').PropType<import('
|
|
12
|
+
readonly type: import('vue').PropType<import('./container').LayoutDividerType>;
|
|
13
13
|
readonly default: "default";
|
|
14
14
|
};
|
|
15
15
|
readonly dividerColor: {
|
|
@@ -17,7 +17,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
17
17
|
readonly default: "";
|
|
18
18
|
};
|
|
19
19
|
readonly dividerVariant: {
|
|
20
|
-
readonly type: import('vue').PropType<import('
|
|
20
|
+
readonly type: import('vue').PropType<import('./container').LayoutDividerVariant>;
|
|
21
21
|
readonly default: "solid";
|
|
22
22
|
};
|
|
23
23
|
readonly height: {
|
|
@@ -26,7 +26,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
26
26
|
};
|
|
27
27
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
28
28
|
readonly dividerType: {
|
|
29
|
-
readonly type: import('vue').PropType<import('
|
|
29
|
+
readonly type: import('vue').PropType<import('./container').LayoutDividerType>;
|
|
30
30
|
readonly default: "default";
|
|
31
31
|
};
|
|
32
32
|
readonly dividerColor: {
|
|
@@ -34,7 +34,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
34
34
|
readonly default: "";
|
|
35
35
|
};
|
|
36
36
|
readonly dividerVariant: {
|
|
37
|
-
readonly type: import('vue').PropType<import('
|
|
37
|
+
readonly type: import('vue').PropType<import('./container').LayoutDividerVariant>;
|
|
38
38
|
readonly default: "solid";
|
|
39
39
|
};
|
|
40
40
|
readonly height: {
|
|
@@ -44,8 +44,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
44
44
|
}>> & Readonly<{}>, {
|
|
45
45
|
readonly height: string;
|
|
46
46
|
readonly dividerColor: string;
|
|
47
|
-
readonly dividerType: import('
|
|
48
|
-
readonly dividerVariant: import('
|
|
47
|
+
readonly dividerType: import('./container').LayoutDividerType;
|
|
48
|
+
readonly dividerVariant: import('./container').LayoutDividerVariant;
|
|
49
49
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>;
|
|
50
50
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
51
51
|
export default _default;
|