@vuecs/elements 1.0.0 → 1.2.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/components/alert/Alert.vue.d.ts +5 -5
- package/dist/components/alert/Alert.vue.d.ts.map +1 -1
- package/dist/components/alert/AlertClose.vue.d.ts +4 -4
- package/dist/components/alert/AlertClose.vue.d.ts.map +1 -1
- package/dist/components/alert/AlertDescription.vue.d.ts +10 -10
- package/dist/components/alert/AlertDescription.vue.d.ts.map +1 -1
- package/dist/components/alert/AlertTitle.vue.d.ts +10 -10
- package/dist/components/alert/AlertTitle.vue.d.ts.map +1 -1
- package/dist/components/avatar/Avatar.vue.d.ts +1 -1
- package/dist/components/badge/Badge.vue.d.ts +1 -1
- package/dist/components/card/Card.vue.d.ts +4 -4
- package/dist/components/card/Card.vue.d.ts.map +1 -1
- package/dist/components/card/CardBody.vue.d.ts +4 -4
- package/dist/components/card/CardBody.vue.d.ts.map +1 -1
- package/dist/components/card/CardDescription.vue.d.ts +4 -4
- package/dist/components/card/CardDescription.vue.d.ts.map +1 -1
- package/dist/components/card/CardFooter.vue.d.ts +4 -4
- package/dist/components/card/CardFooter.vue.d.ts.map +1 -1
- package/dist/components/card/CardHeader.vue.d.ts +4 -4
- package/dist/components/card/CardHeader.vue.d.ts.map +1 -1
- package/dist/components/card/CardPlaceholder.d.ts +146 -0
- package/dist/components/card/CardPlaceholder.d.ts.map +1 -0
- package/dist/components/card/CardTitle.vue.d.ts +4 -4
- package/dist/components/card/CardTitle.vue.d.ts.map +1 -1
- package/dist/components/card/index.d.ts +2 -0
- package/dist/components/card/index.d.ts.map +1 -1
- package/dist/components/card/theme.d.ts +2 -1
- package/dist/components/card/theme.d.ts.map +1 -1
- package/dist/components/card/types.d.ts +13 -0
- package/dist/components/card/types.d.ts.map +1 -1
- package/dist/components/collapse/Collapse.vue.d.ts +4 -4
- package/dist/components/collapse/Collapse.vue.d.ts.map +1 -1
- package/dist/components/collapse/CollapseContent.vue.d.ts +10 -10
- package/dist/components/collapse/CollapseContent.vue.d.ts.map +1 -1
- package/dist/components/collapse/CollapseTrigger.vue.d.ts +4 -4
- package/dist/components/collapse/CollapseTrigger.vue.d.ts.map +1 -1
- package/dist/components/tag/Tag.vue.d.ts +1 -1
- package/dist/components/tag/Tags.vue.d.ts +1 -1
- package/dist/components/visually-hidden/VisuallyHidden.vue.d.ts +4 -4
- package/dist/components/visually-hidden/VisuallyHidden.vue.d.ts.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +127 -23
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +37 -0
- package/dist/vue.d.ts +2 -0
- package/dist/vue.d.ts.map +1 -1
- package/package.json +5 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExtractPublicPropTypes, PropType } from 'vue';
|
|
1
|
+
import type { Component, ExtractPublicPropTypes, PropType } from 'vue';
|
|
2
2
|
import type { AlertColor, AlertSize, AlertThemeClasses, AlertVariant } from './types';
|
|
3
3
|
declare const alertProps: {
|
|
4
4
|
themeClass: {
|
|
@@ -46,7 +46,7 @@ declare const alertProps: {
|
|
|
46
46
|
};
|
|
47
47
|
/** HTML tag to render. */
|
|
48
48
|
as: {
|
|
49
|
-
type:
|
|
49
|
+
type: PropType<string | Component>;
|
|
50
50
|
default: string;
|
|
51
51
|
};
|
|
52
52
|
};
|
|
@@ -110,7 +110,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
110
110
|
};
|
|
111
111
|
/** HTML tag to render. */
|
|
112
112
|
as: {
|
|
113
|
-
type:
|
|
113
|
+
type: PropType<string | Component>;
|
|
114
114
|
default: string;
|
|
115
115
|
};
|
|
116
116
|
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -161,16 +161,16 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
161
161
|
};
|
|
162
162
|
/** HTML tag to render. */
|
|
163
163
|
as: {
|
|
164
|
-
type:
|
|
164
|
+
type: PropType<string | Component>;
|
|
165
165
|
default: string;
|
|
166
166
|
};
|
|
167
167
|
}>> & Readonly<{}>, {
|
|
168
168
|
icon: string;
|
|
169
|
+
size: AlertSize;
|
|
169
170
|
themeClass: import("@vuecs/core").ThemeClassesOverride<AlertThemeClasses>;
|
|
170
171
|
themeVariant: import("@vuecs/core").VariantValues;
|
|
171
172
|
color: AlertColor;
|
|
172
173
|
variant: AlertVariant;
|
|
173
|
-
size: AlertSize;
|
|
174
174
|
role: string;
|
|
175
175
|
as: string;
|
|
176
176
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Alert.vue.d.ts","sourceRoot":"","sources":["../../../src/components/alert/Alert.vue"],"names":[],"mappings":"AA2IA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"Alert.vue.d.ts","sourceRoot":"","sources":["../../../src/components/alert/Alert.vue"],"names":[],"mappings":"AA2IA,OAAO,KAAK,EAAE,SAAS,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAQvE,OAAO,KAAK,EACR,UAAU,EAEV,SAAS,EACT,iBAAiB,EACjB,YAAY,EACf,MAAM,SAAS,CAAC;AAEjB,QAAA,MAAM,UAAU;;;;;;;;;IACZ,qGAAqG;;cAC5E,QAAQ,CAAC,UAAU,CAAC;;;IAC7C,iDAAiD;;cACtB,QAAQ,CAAC,YAAY,CAAC;;;IACjD,gCAAgC;;cACR,QAAQ,CAAC,SAAS,CAAC;;;IAC3C;;;;;OAKG;;;;;IAEH;;;;;OAKG;;;;;IAEH,0BAA0B;;cACM,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;CAE/D,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,sBAAsB,CAAC,OAAO,UAAU,CAAC,CAAC;AAWnE;;;;;;;;;;GAUG;wBACkB,OAAO,YAAY;AAAxC,wBAAyC;AAQzC,QAAA,MAAM,YAAY;;;;;;;;;IAvDd,qGAAqG;;cAC5E,QAAQ,CAAC,UAAU,CAAC;;;IAC7C,iDAAiD;;cACtB,QAAQ,CAAC,YAAY,CAAC;;;IACjD,gCAAgC;;cACR,QAAQ,CAAC,SAAS,CAAC;;;IAC3C;;;;;OAKG;;;;;IAEH;;;;;OAKG;;;;;IAEH,0BAA0B;;cACM,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;;;;;;;;;;;;IArB5D,qGAAqG;;cAC5E,QAAQ,CAAC,UAAU,CAAC;;;IAC7C,iDAAiD;;cACtB,QAAQ,CAAC,YAAY,CAAC;;;IACjD,gCAAgC;;cACR,QAAQ,CAAC,SAAS,CAAC;;;IAC3C;;;;;OAKG;;;;;IAEH;;;;;OAKG;;;;;IAEH,0BAA0B;;cACM,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;;;;;;;;;;4EAyF9D,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { ExtractPublicPropTypes, PropType } from 'vue';
|
|
1
|
+
import type { Component, ExtractPublicPropTypes, PropType } from 'vue';
|
|
2
2
|
import type { ThemeClassesOverride, VariantValues } from '@vuecs/core';
|
|
3
3
|
import type { AlertThemeClasses } from './types';
|
|
4
4
|
declare const alertCloseProps: {
|
|
5
5
|
/** HTML tag to render. */
|
|
6
6
|
as: {
|
|
7
|
-
type:
|
|
7
|
+
type: PropType<string | Component>;
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
@@ -46,7 +46,7 @@ export default _default;
|
|
|
46
46
|
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
47
47
|
/** HTML tag to render. */
|
|
48
48
|
as: {
|
|
49
|
-
type:
|
|
49
|
+
type: PropType<string | Component>;
|
|
50
50
|
default: string;
|
|
51
51
|
};
|
|
52
52
|
/**
|
|
@@ -76,7 +76,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
76
76
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
77
77
|
/** HTML tag to render. */
|
|
78
78
|
as: {
|
|
79
|
-
type:
|
|
79
|
+
type: PropType<string | Component>;
|
|
80
80
|
default: string;
|
|
81
81
|
};
|
|
82
82
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertClose.vue.d.ts","sourceRoot":"","sources":["../../../src/components/alert/AlertClose.vue"],"names":[],"mappings":"AAwEA,OAAO,KAAK,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"AlertClose.vue.d.ts","sourceRoot":"","sources":["../../../src/components/alert/AlertClose.vue"],"names":[],"mappings":"AAwEA,OAAO,KAAK,EAAE,SAAS,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEvE,OAAO,KAAK,EAAE,oBAAoB,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,QAAA,MAAM,eAAe;IACjB,0BAA0B;;cACM,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;IAC5D;;;;;;;OAOG;;;;;IAEH,uDAAuD;;cACzB,QAAQ,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;;;IAC/E,mCAAmC;;cACH,QAAQ,CAAC,aAAa,CAAC;;;CAC1D,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC,OAAO,eAAe,CAAC,CAAC;AAE7E;;;;;;;;;GASG;wBACkB,OAAO,YAAY;AAAxC,wBAAyC;AAQzC,QAAA,MAAM,YAAY;IArCd,0BAA0B;;cACM,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;IAC5D;;;;;;;OAOG;;;;;IAEH,uDAAuD;;cACzB,QAAQ,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;;;IAC/E,mCAAmC;;cACH,QAAQ,CAAC,aAAa,CAAC;;;;;;IAdvD,0BAA0B;;cACM,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;IAC5D;;;;;;;OAOG;;;;;IAEH,uDAAuD;;cACzB,QAAQ,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;;;IAC/E,mCAAmC;;cACH,QAAQ,CAAC,aAAa,CAAC;;;;;;;;4EAmDzD,CAAC"}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import type { ExtractPublicPropTypes } from 'vue';
|
|
1
|
+
import type { Component, ExtractPublicPropTypes, PropType } from 'vue';
|
|
2
2
|
import type { AlertDescriptionThemeClasses } from './types';
|
|
3
3
|
declare const alertDescriptionProps: {
|
|
4
4
|
themeClass: {
|
|
5
|
-
type:
|
|
5
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<AlertDescriptionThemeClasses>>;
|
|
6
6
|
default: any;
|
|
7
7
|
};
|
|
8
8
|
themeVariant: {
|
|
9
|
-
type:
|
|
9
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
10
10
|
default: any;
|
|
11
11
|
};
|
|
12
12
|
/** HTML tag to render. */
|
|
13
13
|
as: {
|
|
14
|
-
type:
|
|
14
|
+
type: PropType<string | Component>;
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
17
|
};
|
|
@@ -20,32 +20,32 @@ declare const _default: typeof __VLS_export;
|
|
|
20
20
|
export default _default;
|
|
21
21
|
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
22
22
|
themeClass: {
|
|
23
|
-
type:
|
|
23
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<AlertDescriptionThemeClasses>>;
|
|
24
24
|
default: any;
|
|
25
25
|
};
|
|
26
26
|
themeVariant: {
|
|
27
|
-
type:
|
|
27
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
28
28
|
default: any;
|
|
29
29
|
};
|
|
30
30
|
/** HTML tag to render. */
|
|
31
31
|
as: {
|
|
32
|
-
type:
|
|
32
|
+
type: PropType<string | Component>;
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
35
|
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
36
36
|
[key: string]: any;
|
|
37
37
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
38
|
themeClass: {
|
|
39
|
-
type:
|
|
39
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<AlertDescriptionThemeClasses>>;
|
|
40
40
|
default: any;
|
|
41
41
|
};
|
|
42
42
|
themeVariant: {
|
|
43
|
-
type:
|
|
43
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
44
44
|
default: any;
|
|
45
45
|
};
|
|
46
46
|
/** HTML tag to render. */
|
|
47
47
|
as: {
|
|
48
|
-
type:
|
|
48
|
+
type: PropType<string | Component>;
|
|
49
49
|
default: string;
|
|
50
50
|
};
|
|
51
51
|
}>> & Readonly<{}>, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertDescription.vue.d.ts","sourceRoot":"","sources":["../../../src/components/alert/AlertDescription.vue"],"names":[],"mappings":"AAqCA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"AlertDescription.vue.d.ts","sourceRoot":"","sources":["../../../src/components/alert/AlertDescription.vue"],"names":[],"mappings":"AAqCA,OAAO,KAAK,EAAE,SAAS,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAGvE,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAE5D,QAAA,MAAM,qBAAqB;;;;;;;;;IACvB,0BAA0B;;cACM,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;CAE/D,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,sBAAsB,CAAC,OAAO,qBAAqB,CAAC,CAAC;wBAEpE,OAAO,YAAY;AAAxC,wBAAyC;AAQzC,QAAA,MAAM,YAAY;;;;;;;;;IAfd,0BAA0B;;cACM,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;;;;;;;;;;;;IAD5D,0BAA0B;;cACM,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;;;;;4EA8B9D,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type { ExtractPublicPropTypes } from 'vue';
|
|
1
|
+
import type { Component, ExtractPublicPropTypes, PropType } from 'vue';
|
|
2
2
|
import type { AlertTitleThemeClasses } from './types';
|
|
3
3
|
declare const alertTitleProps: {
|
|
4
4
|
themeClass: {
|
|
5
|
-
type:
|
|
5
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<AlertTitleThemeClasses>>;
|
|
6
6
|
default: any;
|
|
7
7
|
};
|
|
8
8
|
themeVariant: {
|
|
9
|
-
type:
|
|
9
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
10
10
|
default: any;
|
|
11
11
|
};
|
|
12
12
|
/**
|
|
@@ -16,7 +16,7 @@ declare const alertTitleProps: {
|
|
|
16
16
|
* heading). Override via `:as` for nested-heading hierarchies.
|
|
17
17
|
*/
|
|
18
18
|
as: {
|
|
19
|
-
type:
|
|
19
|
+
type: PropType<string | Component>;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
22
|
};
|
|
@@ -25,11 +25,11 @@ declare const _default: typeof __VLS_export;
|
|
|
25
25
|
export default _default;
|
|
26
26
|
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
27
27
|
themeClass: {
|
|
28
|
-
type:
|
|
28
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<AlertTitleThemeClasses>>;
|
|
29
29
|
default: any;
|
|
30
30
|
};
|
|
31
31
|
themeVariant: {
|
|
32
|
-
type:
|
|
32
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
33
33
|
default: any;
|
|
34
34
|
};
|
|
35
35
|
/**
|
|
@@ -39,18 +39,18 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
39
39
|
* heading). Override via `:as` for nested-heading hierarchies.
|
|
40
40
|
*/
|
|
41
41
|
as: {
|
|
42
|
-
type:
|
|
42
|
+
type: PropType<string | Component>;
|
|
43
43
|
default: string;
|
|
44
44
|
};
|
|
45
45
|
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
47
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
48
48
|
themeClass: {
|
|
49
|
-
type:
|
|
49
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<AlertTitleThemeClasses>>;
|
|
50
50
|
default: any;
|
|
51
51
|
};
|
|
52
52
|
themeVariant: {
|
|
53
|
-
type:
|
|
53
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
54
54
|
default: any;
|
|
55
55
|
};
|
|
56
56
|
/**
|
|
@@ -60,7 +60,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
60
60
|
* heading). Override via `:as` for nested-heading hierarchies.
|
|
61
61
|
*/
|
|
62
62
|
as: {
|
|
63
|
-
type:
|
|
63
|
+
type: PropType<string | Component>;
|
|
64
64
|
default: string;
|
|
65
65
|
};
|
|
66
66
|
}>> & Readonly<{}>, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertTitle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/alert/AlertTitle.vue"],"names":[],"mappings":"AA0CA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"AlertTitle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/alert/AlertTitle.vue"],"names":[],"mappings":"AA0CA,OAAO,KAAK,EAAE,SAAS,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAGvE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAEtD,QAAA,MAAM,eAAe;;;;;;;;;IACjB;;;;;OAKG;;cAC6B,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;CAE/D,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC,OAAO,eAAe,CAAC,CAAC;wBAExD,OAAO,YAAY;AAAxC,wBAAyC;AAQzC,QAAA,MAAM,YAAY;;;;;;;;;IApBd;;;;;OAKG;;cAC6B,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;;;;;;;;;;;;IAN5D;;;;;OAKG;;cAC6B,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;;;;;4EA8B9D,CAAC"}
|
|
@@ -162,9 +162,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
162
162
|
default: any;
|
|
163
163
|
};
|
|
164
164
|
}>> & Readonly<{}>, {
|
|
165
|
+
size: AvatarSize;
|
|
165
166
|
themeClass: ThemeClassesOverride<AvatarThemeClasses>;
|
|
166
167
|
themeVariant: VariantValues;
|
|
167
|
-
size: AvatarSize;
|
|
168
168
|
src: string;
|
|
169
169
|
alt: string;
|
|
170
170
|
delayMs: number;
|
|
@@ -94,11 +94,11 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
94
94
|
default: string;
|
|
95
95
|
};
|
|
96
96
|
}>> & Readonly<{}>, {
|
|
97
|
+
size: BadgeSize;
|
|
97
98
|
themeClass: import("@vuecs/core").ThemeClassesOverride<BadgeThemeClasses>;
|
|
98
99
|
themeVariant: import("@vuecs/core").VariantValues;
|
|
99
100
|
color: BadgeColor;
|
|
100
101
|
variant: BadgeVariant;
|
|
101
|
-
size: BadgeSize;
|
|
102
102
|
tag: string;
|
|
103
103
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
104
104
|
//# sourceMappingURL=Badge.vue.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExtractPublicPropTypes, PropType } from 'vue';
|
|
1
|
+
import type { Component, ExtractPublicPropTypes, PropType } from 'vue';
|
|
2
2
|
import type { CardPadding, CardThemeClasses, CardVariant } from './types';
|
|
3
3
|
declare const cardProps: {
|
|
4
4
|
themeClass: {
|
|
@@ -26,7 +26,7 @@ declare const cardProps: {
|
|
|
26
26
|
};
|
|
27
27
|
/** HTML tag to render. Use `:as-child` to compose onto an existing component. */
|
|
28
28
|
as: {
|
|
29
|
-
type:
|
|
29
|
+
type: PropType<string | Component>;
|
|
30
30
|
default: string;
|
|
31
31
|
};
|
|
32
32
|
/** Render the consumer's slot child as the card root (Reka `asChild` pattern). */
|
|
@@ -64,7 +64,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
64
64
|
};
|
|
65
65
|
/** HTML tag to render. Use `:as-child` to compose onto an existing component. */
|
|
66
66
|
as: {
|
|
67
|
-
type:
|
|
67
|
+
type: PropType<string | Component>;
|
|
68
68
|
default: string;
|
|
69
69
|
};
|
|
70
70
|
/** Render the consumer's slot child as the card root (Reka `asChild` pattern). */
|
|
@@ -100,7 +100,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
100
100
|
};
|
|
101
101
|
/** HTML tag to render. Use `:as-child` to compose onto an existing component. */
|
|
102
102
|
as: {
|
|
103
|
-
type:
|
|
103
|
+
type: PropType<string | Component>;
|
|
104
104
|
default: string;
|
|
105
105
|
};
|
|
106
106
|
/** Render the consumer's slot child as the card root (Reka `asChild` pattern). */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Card.vue.d.ts","sourceRoot":"","sources":["../../../src/components/card/Card.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Card.vue.d.ts","sourceRoot":"","sources":["../../../src/components/card/Card.vue"],"names":[],"mappings":"AAuDA,OAAO,KAAK,EAAE,SAAS,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AASvE,OAAO,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE1E,QAAA,MAAM,SAAS;;;;;;;;;IACX,2DAA2D;;cAChC,QAAQ,CAAC,WAAW,CAAC;;;IAChD,uEAAuE;;cAC5C,QAAQ,CAAC,WAAW,CAAC;;;IAChD,0DAA0D;;;;;IAE1D,iFAAiF;;cACjD,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;IAC5D,kFAAkF;;;;;CAGrF,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,sBAAsB,CAAC,OAAO,SAAS,CAAC,CAAC;wBAE5C,OAAO,YAAY;AAAxC,wBAAyC;AAQzC,QAAA,MAAM,YAAY;;;;;;;;;IAvBd,2DAA2D;;cAChC,QAAQ,CAAC,WAAW,CAAC;;;IAChD,uEAAuE;;cAC5C,QAAQ,CAAC,WAAW,CAAC;;;IAChD,0DAA0D;;;;;IAE1D,iFAAiF;;cACjD,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;IAC5D,kFAAkF;;;;;;;;;;;;;;;;IARlF,2DAA2D;;cAChC,QAAQ,CAAC,WAAW,CAAC;;;IAChD,uEAAuE;;cAC5C,QAAQ,CAAC,WAAW,CAAC;;;IAChD,0DAA0D;;;;;IAE1D,iFAAiF;;cACjD,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;IAC5D,kFAAkF;;;;;;;;;;;;;4EAmCpF,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { ExtractPublicPropTypes, PropType } from 'vue';
|
|
1
|
+
import type { Component, ExtractPublicPropTypes, PropType } from 'vue';
|
|
2
2
|
import type { ThemeClassesOverride, VariantValues } from '@vuecs/core';
|
|
3
3
|
import type { CardBodyThemeClasses } from './types';
|
|
4
4
|
declare const cardBodyProps: {
|
|
5
5
|
/** HTML tag to render. Use `:as-child` to compose onto an existing component. */
|
|
6
6
|
as: {
|
|
7
|
-
type:
|
|
7
|
+
type: PropType<string | Component>;
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
10
|
/** Render the consumer's slot child as the root (Reka `asChild` pattern). */
|
|
@@ -29,7 +29,7 @@ export default _default;
|
|
|
29
29
|
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
30
30
|
/** HTML tag to render. Use `:as-child` to compose onto an existing component. */
|
|
31
31
|
as: {
|
|
32
|
-
type:
|
|
32
|
+
type: PropType<string | Component>;
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
35
|
/** Render the consumer's slot child as the root (Reka `asChild` pattern). */
|
|
@@ -52,7 +52,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
52
52
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
53
53
|
/** HTML tag to render. Use `:as-child` to compose onto an existing component. */
|
|
54
54
|
as: {
|
|
55
|
-
type:
|
|
55
|
+
type: PropType<string | Component>;
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
58
58
|
/** Render the consumer's slot child as the root (Reka `asChild` pattern). */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardBody.vue.d.ts","sourceRoot":"","sources":["../../../src/components/card/CardBody.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CardBody.vue.d.ts","sourceRoot":"","sources":["../../../src/components/card/CardBody.vue"],"names":[],"mappings":"AAwDA,OAAO,KAAK,EAAE,SAAS,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEvE,OAAO,KAAK,EACR,oBAAoB,EAEpB,aAAa,EAChB,MAAM,aAAa,CAAC;AAGrB,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEpD,QAAA,MAAM,aAAa;IACf,iFAAiF;;cACjD,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;IAC5D,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,oBAAoB,CAAC,CAAC;;;IAClF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;CAC1D,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,sBAAsB,CAAC,OAAO,aAAa,CAAC,CAAC;wBAEpD,OAAO,YAAY;AAAxC,wBAAyC;AAQzC,QAAA,MAAM,YAAY;IApBd,iFAAiF;;cACjD,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;IAC5D,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,oBAAoB,CAAC,CAAC;;;IAClF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;;;;IAPvD,iFAAiF;;cACjD,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;IAC5D,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,oBAAoB,CAAC,CAAC;;;IAClF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;;;;;;4EAqCzD,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { ExtractPublicPropTypes, PropType } from 'vue';
|
|
1
|
+
import type { Component, ExtractPublicPropTypes, PropType } from 'vue';
|
|
2
2
|
import type { ThemeClassesOverride, VariantValues } from '@vuecs/core';
|
|
3
3
|
import type { CardDescriptionThemeClasses } from './types';
|
|
4
4
|
declare const cardDescriptionProps: {
|
|
5
5
|
/** HTML tag to render. Use `:as-child` to compose onto an existing component. */
|
|
6
6
|
as: {
|
|
7
|
-
type:
|
|
7
|
+
type: PropType<string | Component>;
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
10
|
/** Render the consumer's slot child as the root (Reka `asChild` pattern). */
|
|
@@ -29,7 +29,7 @@ export default _default;
|
|
|
29
29
|
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
30
30
|
/** HTML tag to render. Use `:as-child` to compose onto an existing component. */
|
|
31
31
|
as: {
|
|
32
|
-
type:
|
|
32
|
+
type: PropType<string | Component>;
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
35
|
/** Render the consumer's slot child as the root (Reka `asChild` pattern). */
|
|
@@ -52,7 +52,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
52
52
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
53
53
|
/** HTML tag to render. Use `:as-child` to compose onto an existing component. */
|
|
54
54
|
as: {
|
|
55
|
-
type:
|
|
55
|
+
type: PropType<string | Component>;
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
58
58
|
/** Render the consumer's slot child as the root (Reka `asChild` pattern). */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardDescription.vue.d.ts","sourceRoot":"","sources":["../../../src/components/card/CardDescription.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CardDescription.vue.d.ts","sourceRoot":"","sources":["../../../src/components/card/CardDescription.vue"],"names":[],"mappings":"AAwDA,OAAO,KAAK,EAAE,SAAS,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEvE,OAAO,KAAK,EACR,oBAAoB,EAEpB,aAAa,EAChB,MAAM,aAAa,CAAC;AAGrB,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAC;AAE3D,QAAA,MAAM,oBAAoB;IACtB,iFAAiF;;cACjD,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;IAC5D,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,2BAA2B,CAAC,CAAC;;;IACzF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;CAC1D,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,sBAAsB,CAAC,OAAO,oBAAoB,CAAC,CAAC;wBAElE,OAAO,YAAY;AAAxC,wBAAyC;AAQzC,QAAA,MAAM,YAAY;IApBd,iFAAiF;;cACjD,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;IAC5D,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,2BAA2B,CAAC,CAAC;;;IACzF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;;;;IAPvD,iFAAiF;;cACjD,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;IAC5D,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,2BAA2B,CAAC,CAAC;;;IACzF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;;;;;;4EAqCzD,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { ExtractPublicPropTypes, PropType } from 'vue';
|
|
1
|
+
import type { Component, ExtractPublicPropTypes, PropType } from 'vue';
|
|
2
2
|
import type { ThemeClassesOverride, VariantValues } from '@vuecs/core';
|
|
3
3
|
import type { CardFooterThemeClasses } from './types';
|
|
4
4
|
declare const cardFooterProps: {
|
|
5
5
|
/** HTML tag to render. Use `:as-child` to compose onto an existing component. */
|
|
6
6
|
as: {
|
|
7
|
-
type:
|
|
7
|
+
type: PropType<string | Component>;
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
10
|
/** Render the consumer's slot child as the root (Reka `asChild` pattern). */
|
|
@@ -29,7 +29,7 @@ export default _default;
|
|
|
29
29
|
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
30
30
|
/** HTML tag to render. Use `:as-child` to compose onto an existing component. */
|
|
31
31
|
as: {
|
|
32
|
-
type:
|
|
32
|
+
type: PropType<string | Component>;
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
35
|
/** Render the consumer's slot child as the root (Reka `asChild` pattern). */
|
|
@@ -52,7 +52,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
52
52
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
53
53
|
/** HTML tag to render. Use `:as-child` to compose onto an existing component. */
|
|
54
54
|
as: {
|
|
55
|
-
type:
|
|
55
|
+
type: PropType<string | Component>;
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
58
58
|
/** Render the consumer's slot child as the root (Reka `asChild` pattern). */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/card/CardFooter.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CardFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/card/CardFooter.vue"],"names":[],"mappings":"AAwDA,OAAO,KAAK,EAAE,SAAS,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEvE,OAAO,KAAK,EACR,oBAAoB,EAEpB,aAAa,EAChB,MAAM,aAAa,CAAC;AAGrB,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAEtD,QAAA,MAAM,eAAe;IACjB,iFAAiF;;cACjD,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;IAC5D,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,CAAC;;;IACpF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;CAC1D,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC,OAAO,eAAe,CAAC,CAAC;wBAExD,OAAO,YAAY;AAAxC,wBAAyC;AAQzC,QAAA,MAAM,YAAY;IApBd,iFAAiF;;cACjD,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;IAC5D,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,CAAC;;;IACpF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;;;;IAPvD,iFAAiF;;cACjD,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;IAC5D,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,CAAC;;;IACpF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;;;;;;4EAqCzD,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { ExtractPublicPropTypes, PropType } from 'vue';
|
|
1
|
+
import type { Component, ExtractPublicPropTypes, PropType } from 'vue';
|
|
2
2
|
import type { ThemeClassesOverride, VariantValues } from '@vuecs/core';
|
|
3
3
|
import type { CardHeaderThemeClasses } from './types';
|
|
4
4
|
declare const cardHeaderProps: {
|
|
5
5
|
/** HTML tag to render. Use `:as-child` to compose onto an existing component. */
|
|
6
6
|
as: {
|
|
7
|
-
type:
|
|
7
|
+
type: PropType<string | Component>;
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
10
|
/** Render the consumer's slot child as the root (Reka `asChild` pattern). */
|
|
@@ -29,7 +29,7 @@ export default _default;
|
|
|
29
29
|
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
30
30
|
/** HTML tag to render. Use `:as-child` to compose onto an existing component. */
|
|
31
31
|
as: {
|
|
32
|
-
type:
|
|
32
|
+
type: PropType<string | Component>;
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
35
|
/** Render the consumer's slot child as the root (Reka `asChild` pattern). */
|
|
@@ -52,7 +52,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
52
52
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
53
53
|
/** HTML tag to render. Use `:as-child` to compose onto an existing component. */
|
|
54
54
|
as: {
|
|
55
|
-
type:
|
|
55
|
+
type: PropType<string | Component>;
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
58
58
|
/** Render the consumer's slot child as the root (Reka `asChild` pattern). */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/card/CardHeader.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CardHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/card/CardHeader.vue"],"names":[],"mappings":"AAwDA,OAAO,KAAK,EAAE,SAAS,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEvE,OAAO,KAAK,EACR,oBAAoB,EAEpB,aAAa,EAChB,MAAM,aAAa,CAAC;AAGrB,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAEtD,QAAA,MAAM,eAAe;IACjB,iFAAiF;;cACjD,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;IAC5D,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,CAAC;;;IACpF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;CAC1D,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC,OAAO,eAAe,CAAC,CAAC;wBAExD,OAAO,YAAY;AAAxC,wBAAyC;AAQzC,QAAA,MAAM,YAAY;IApBd,iFAAiF;;cACjD,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;IAC5D,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,CAAC;;;IACpF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;;;;IAPvD,iFAAiF;;cACjD,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;IAC5D,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,CAAC;;;IACpF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;;;;;;4EAqCzD,CAAC"}
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import type { ExtractPublicPropTypes, PropType } from 'vue';
|
|
2
|
+
import type { PlaceholderAnimation } from '@vuecs/placeholder';
|
|
3
|
+
import type { CardPlaceholderThemeClasses } from './types';
|
|
4
|
+
declare const cardPlaceholderProps: {
|
|
5
|
+
themeClass: {
|
|
6
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<CardPlaceholderThemeClasses>>;
|
|
7
|
+
default: any;
|
|
8
|
+
};
|
|
9
|
+
themeVariant: {
|
|
10
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
11
|
+
default: any;
|
|
12
|
+
};
|
|
13
|
+
/** Skip the header line. */
|
|
14
|
+
noHeader: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
/** Skip the footer block. */
|
|
19
|
+
noFooter: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
/** Skip the cover-image placeholder. */
|
|
24
|
+
noImg: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
/** Cover-image placeholder height. CSS length (`'180px'`, `'12rem'`). */
|
|
29
|
+
imgHeight: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
/** Number of body lines below the header. */
|
|
34
|
+
bodyLines: {
|
|
35
|
+
type: NumberConstructor;
|
|
36
|
+
default: number;
|
|
37
|
+
};
|
|
38
|
+
/** Animation pattern. Forwarded to every inner `<VCPlaceholder>`. */
|
|
39
|
+
animation: {
|
|
40
|
+
type: PropType<PlaceholderAnimation>;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
export type CardPlaceholderProps = ExtractPublicPropTypes<typeof cardPlaceholderProps>;
|
|
45
|
+
/**
|
|
46
|
+
* Card-shaped skeleton — cover image + header line + body lines +
|
|
47
|
+
* footer block. Each section independently togglable via `:no-*` props.
|
|
48
|
+
*
|
|
49
|
+
* Lives in `@vuecs/elements` next to `<VCCard>` (the real component
|
|
50
|
+
* it mimics structurally) for discoverability. Composes
|
|
51
|
+
* `<VCPlaceholder>` per section — the `:animation` prop flows
|
|
52
|
+
* through, so the reduced-motion handling at the bar level applies
|
|
53
|
+
* here too.
|
|
54
|
+
*/
|
|
55
|
+
export declare const VCCardPlaceholder: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
56
|
+
themeClass: {
|
|
57
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<CardPlaceholderThemeClasses>>;
|
|
58
|
+
default: any;
|
|
59
|
+
};
|
|
60
|
+
themeVariant: {
|
|
61
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
62
|
+
default: any;
|
|
63
|
+
};
|
|
64
|
+
/** Skip the header line. */
|
|
65
|
+
noHeader: {
|
|
66
|
+
type: BooleanConstructor;
|
|
67
|
+
default: boolean;
|
|
68
|
+
};
|
|
69
|
+
/** Skip the footer block. */
|
|
70
|
+
noFooter: {
|
|
71
|
+
type: BooleanConstructor;
|
|
72
|
+
default: boolean;
|
|
73
|
+
};
|
|
74
|
+
/** Skip the cover-image placeholder. */
|
|
75
|
+
noImg: {
|
|
76
|
+
type: BooleanConstructor;
|
|
77
|
+
default: boolean;
|
|
78
|
+
};
|
|
79
|
+
/** Cover-image placeholder height. CSS length (`'180px'`, `'12rem'`). */
|
|
80
|
+
imgHeight: {
|
|
81
|
+
type: StringConstructor;
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
84
|
+
/** Number of body lines below the header. */
|
|
85
|
+
bodyLines: {
|
|
86
|
+
type: NumberConstructor;
|
|
87
|
+
default: number;
|
|
88
|
+
};
|
|
89
|
+
/** Animation pattern. Forwarded to every inner `<VCPlaceholder>`. */
|
|
90
|
+
animation: {
|
|
91
|
+
type: PropType<PlaceholderAnimation>;
|
|
92
|
+
default: string;
|
|
93
|
+
};
|
|
94
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
95
|
+
[key: string]: any;
|
|
96
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
97
|
+
themeClass: {
|
|
98
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<CardPlaceholderThemeClasses>>;
|
|
99
|
+
default: any;
|
|
100
|
+
};
|
|
101
|
+
themeVariant: {
|
|
102
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
103
|
+
default: any;
|
|
104
|
+
};
|
|
105
|
+
/** Skip the header line. */
|
|
106
|
+
noHeader: {
|
|
107
|
+
type: BooleanConstructor;
|
|
108
|
+
default: boolean;
|
|
109
|
+
};
|
|
110
|
+
/** Skip the footer block. */
|
|
111
|
+
noFooter: {
|
|
112
|
+
type: BooleanConstructor;
|
|
113
|
+
default: boolean;
|
|
114
|
+
};
|
|
115
|
+
/** Skip the cover-image placeholder. */
|
|
116
|
+
noImg: {
|
|
117
|
+
type: BooleanConstructor;
|
|
118
|
+
default: boolean;
|
|
119
|
+
};
|
|
120
|
+
/** Cover-image placeholder height. CSS length (`'180px'`, `'12rem'`). */
|
|
121
|
+
imgHeight: {
|
|
122
|
+
type: StringConstructor;
|
|
123
|
+
default: string;
|
|
124
|
+
};
|
|
125
|
+
/** Number of body lines below the header. */
|
|
126
|
+
bodyLines: {
|
|
127
|
+
type: NumberConstructor;
|
|
128
|
+
default: number;
|
|
129
|
+
};
|
|
130
|
+
/** Animation pattern. Forwarded to every inner `<VCPlaceholder>`. */
|
|
131
|
+
animation: {
|
|
132
|
+
type: PropType<PlaceholderAnimation>;
|
|
133
|
+
default: string;
|
|
134
|
+
};
|
|
135
|
+
}>> & Readonly<{}>, {
|
|
136
|
+
themeClass: import("@vuecs/core").ThemeClassesOverride<CardPlaceholderThemeClasses>;
|
|
137
|
+
themeVariant: import("@vuecs/core").VariantValues;
|
|
138
|
+
noHeader: boolean;
|
|
139
|
+
noFooter: boolean;
|
|
140
|
+
noImg: boolean;
|
|
141
|
+
imgHeight: string;
|
|
142
|
+
bodyLines: number;
|
|
143
|
+
animation: PlaceholderAnimation;
|
|
144
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
145
|
+
export {};
|
|
146
|
+
//# sourceMappingURL=CardPlaceholder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CardPlaceholder.d.ts","sourceRoot":"","sources":["../../../src/components/card/CardPlaceholder.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAO5D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE/D,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAC;AAE3D,QAAA,MAAM,oBAAoB;;;;;;;;;IACtB,4BAA4B;;;;;IAE5B,6BAA6B;;;;;IAE7B,wCAAwC;;;;;IAExC,yEAAyE;;;;;IAEzE,6CAA6C;;;;;IAE7C,qEAAqE;;cACxC,QAAQ,CAAC,oBAAoB,CAAC;;;CAE9D,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,sBAAsB,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAEvF;;;;;;;;;GASG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;IA3B1B,4BAA4B;;;;;IAE5B,6BAA6B;;;;;IAE7B,wCAAwC;;;;;IAExC,yEAAyE;;;;;IAEzE,6CAA6C;;;;;IAE7C,qEAAqE;;cACxC,QAAQ,CAAC,oBAAoB,CAAC;;;;;;;;;;;;;;IAX3D,4BAA4B;;;;;IAE5B,6BAA6B;;;;;IAE7B,wCAAwC;;;;;IAExC,yEAAyE;;;;;IAEzE,6CAA6C;;;;;IAE7C,qEAAqE;;cACxC,QAAQ,CAAC,oBAAoB,CAAC;;;;;;;;;;;;4EAiG7D,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { ExtractPublicPropTypes, PropType } from 'vue';
|
|
1
|
+
import type { Component, ExtractPublicPropTypes, PropType } from 'vue';
|
|
2
2
|
import type { ThemeClassesOverride, VariantValues } from '@vuecs/core';
|
|
3
3
|
import type { CardTitleThemeClasses } from './types';
|
|
4
4
|
declare const cardTitleProps: {
|
|
5
5
|
/** HTML tag to render. Use `:as-child` to compose onto an existing component. */
|
|
6
6
|
as: {
|
|
7
|
-
type:
|
|
7
|
+
type: PropType<string | Component>;
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
10
|
/** Render the consumer's slot child as the root (Reka `asChild` pattern). */
|
|
@@ -29,7 +29,7 @@ export default _default;
|
|
|
29
29
|
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
30
30
|
/** HTML tag to render. Use `:as-child` to compose onto an existing component. */
|
|
31
31
|
as: {
|
|
32
|
-
type:
|
|
32
|
+
type: PropType<string | Component>;
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
35
|
/** Render the consumer's slot child as the root (Reka `asChild` pattern). */
|
|
@@ -52,7 +52,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
52
52
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
53
53
|
/** HTML tag to render. Use `:as-child` to compose onto an existing component. */
|
|
54
54
|
as: {
|
|
55
|
-
type:
|
|
55
|
+
type: PropType<string | Component>;
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
58
58
|
/** Render the consumer's slot child as the root (Reka `asChild` pattern). */
|