@vuecs/elements 1.0.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.
Files changed (104) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +21 -0
  3. package/dist/components/alert/Alert.vue.d.ts +177 -0
  4. package/dist/components/alert/Alert.vue.d.ts.map +1 -0
  5. package/dist/components/alert/AlertClose.vue.d.ts +110 -0
  6. package/dist/components/alert/AlertClose.vue.d.ts.map +1 -0
  7. package/dist/components/alert/AlertDescription.vue.d.ts +56 -0
  8. package/dist/components/alert/AlertDescription.vue.d.ts.map +1 -0
  9. package/dist/components/alert/AlertTitle.vue.d.ts +71 -0
  10. package/dist/components/alert/AlertTitle.vue.d.ts.map +1 -0
  11. package/dist/components/alert/index.d.ts +11 -0
  12. package/dist/components/alert/index.d.ts.map +1 -0
  13. package/dist/components/alert/theme.d.ts +6 -0
  14. package/dist/components/alert/theme.d.ts.map +1 -0
  15. package/dist/components/alert/types.d.ts +44 -0
  16. package/dist/components/alert/types.d.ts.map +1 -0
  17. package/dist/components/aspect-ratio/AspectRatio.vue.d.ts +63 -0
  18. package/dist/components/aspect-ratio/AspectRatio.vue.d.ts.map +1 -0
  19. package/dist/components/aspect-ratio/index.d.ts +5 -0
  20. package/dist/components/aspect-ratio/index.d.ts.map +1 -0
  21. package/dist/components/aspect-ratio/theme.d.ts +4 -0
  22. package/dist/components/aspect-ratio/theme.d.ts.map +1 -0
  23. package/dist/components/aspect-ratio/types.d.ts +11 -0
  24. package/dist/components/aspect-ratio/types.d.ts.map +1 -0
  25. package/dist/components/avatar/Avatar.vue.d.ts +174 -0
  26. package/dist/components/avatar/Avatar.vue.d.ts.map +1 -0
  27. package/dist/components/avatar/index.d.ts +5 -0
  28. package/dist/components/avatar/index.d.ts.map +1 -0
  29. package/dist/components/avatar/theme.d.ts +4 -0
  30. package/dist/components/avatar/theme.d.ts.map +1 -0
  31. package/dist/components/avatar/types.d.ts +16 -0
  32. package/dist/components/avatar/types.d.ts.map +1 -0
  33. package/dist/components/badge/Badge.vue.d.ts +104 -0
  34. package/dist/components/badge/Badge.vue.d.ts.map +1 -0
  35. package/dist/components/badge/index.d.ts +5 -0
  36. package/dist/components/badge/index.d.ts.map +1 -0
  37. package/dist/components/badge/theme.d.ts +4 -0
  38. package/dist/components/badge/theme.d.ts.map +1 -0
  39. package/dist/components/badge/types.d.ts +14 -0
  40. package/dist/components/badge/types.d.ts.map +1 -0
  41. package/dist/components/card/Card.vue.d.ts +120 -0
  42. package/dist/components/card/Card.vue.d.ts.map +1 -0
  43. package/dist/components/card/CardBody.vue.d.ts +79 -0
  44. package/dist/components/card/CardBody.vue.d.ts.map +1 -0
  45. package/dist/components/card/CardDescription.vue.d.ts +79 -0
  46. package/dist/components/card/CardDescription.vue.d.ts.map +1 -0
  47. package/dist/components/card/CardFooter.vue.d.ts +79 -0
  48. package/dist/components/card/CardFooter.vue.d.ts.map +1 -0
  49. package/dist/components/card/CardHeader.vue.d.ts +79 -0
  50. package/dist/components/card/CardHeader.vue.d.ts.map +1 -0
  51. package/dist/components/card/CardTitle.vue.d.ts +79 -0
  52. package/dist/components/card/CardTitle.vue.d.ts.map +1 -0
  53. package/dist/components/card/context.d.ts +17 -0
  54. package/dist/components/card/context.d.ts.map +1 -0
  55. package/dist/components/card/index.d.ts +16 -0
  56. package/dist/components/card/index.d.ts.map +1 -0
  57. package/dist/components/card/theme.d.ts +9 -0
  58. package/dist/components/card/theme.d.ts.map +1 -0
  59. package/dist/components/card/types.d.ts +38 -0
  60. package/dist/components/card/types.d.ts.map +1 -0
  61. package/dist/components/collapse/Collapse.vue.d.ts +153 -0
  62. package/dist/components/collapse/Collapse.vue.d.ts.map +1 -0
  63. package/dist/components/collapse/CollapseContent.vue.d.ts +97 -0
  64. package/dist/components/collapse/CollapseContent.vue.d.ts.map +1 -0
  65. package/dist/components/collapse/CollapseTrigger.vue.d.ts +106 -0
  66. package/dist/components/collapse/CollapseTrigger.vue.d.ts.map +1 -0
  67. package/dist/components/collapse/index.d.ts +9 -0
  68. package/dist/components/collapse/index.d.ts.map +1 -0
  69. package/dist/components/collapse/theme.d.ts +6 -0
  70. package/dist/components/collapse/theme.d.ts.map +1 -0
  71. package/dist/components/collapse/types.d.ts +32 -0
  72. package/dist/components/collapse/types.d.ts.map +1 -0
  73. package/dist/components/index.d.ts +10 -0
  74. package/dist/components/index.d.ts.map +1 -0
  75. package/dist/components/separator/Separator.vue.d.ts +106 -0
  76. package/dist/components/separator/Separator.vue.d.ts.map +1 -0
  77. package/dist/components/separator/index.d.ts +5 -0
  78. package/dist/components/separator/index.d.ts.map +1 -0
  79. package/dist/components/separator/theme.d.ts +4 -0
  80. package/dist/components/separator/theme.d.ts.map +1 -0
  81. package/dist/components/separator/types.d.ts +11 -0
  82. package/dist/components/separator/types.d.ts.map +1 -0
  83. package/dist/components/tag/Tag.vue.d.ts +145 -0
  84. package/dist/components/tag/Tag.vue.d.ts.map +1 -0
  85. package/dist/components/tag/Tags.vue.d.ts +115 -0
  86. package/dist/components/tag/Tags.vue.d.ts.map +1 -0
  87. package/dist/components/tag/index.d.ts +7 -0
  88. package/dist/components/tag/index.d.ts.map +1 -0
  89. package/dist/components/tag/theme.d.ts +5 -0
  90. package/dist/components/tag/theme.d.ts.map +1 -0
  91. package/dist/components/tag/types.d.ts +41 -0
  92. package/dist/components/tag/types.d.ts.map +1 -0
  93. package/dist/components/visually-hidden/VisuallyHidden.vue.d.ts +29 -0
  94. package/dist/components/visually-hidden/VisuallyHidden.vue.d.ts.map +1 -0
  95. package/dist/components/visually-hidden/index.d.ts +3 -0
  96. package/dist/components/visually-hidden/index.d.ts.map +1 -0
  97. package/dist/index.d.ts +19 -0
  98. package/dist/index.d.ts.map +1 -0
  99. package/dist/index.mjs +1080 -0
  100. package/dist/index.mjs.map +1 -0
  101. package/dist/style.css +213 -0
  102. package/dist/vue.d.ts +45 -0
  103. package/dist/vue.d.ts.map +1 -0
  104. package/package.json +68 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Card.vue.d.ts","sourceRoot":"","sources":["../../../src/components/card/Card.vue"],"names":[],"mappings":"AAmDA,OAAO,KAAK,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAK5D,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;;;;;IAEjF,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;;;;;IAEjF,kFAAkF;;;;;;;;;;;;;;;;IARlF,2DAA2D;;cAChC,QAAQ,CAAC,WAAW,CAAC;;;IAChD,uEAAuE;;cAC5C,QAAQ,CAAC,WAAW,CAAC;;;IAChD,0DAA0D;;;;;IAE1D,iFAAiF;;;;;IAEjF,kFAAkF;;;;;;;;;;;;;4EAmCpF,CAAC"}
@@ -0,0 +1,79 @@
1
+ import type { ExtractPublicPropTypes, PropType } from 'vue';
2
+ import type { ThemeClassesOverride, VariantValues } from '@vuecs/core';
3
+ import type { CardBodyThemeClasses } from './types';
4
+ declare const cardBodyProps: {
5
+ /** HTML tag to render. Use `:as-child` to compose onto an existing component. */
6
+ as: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ /** Render the consumer's slot child as the root (Reka `asChild` pattern). */
11
+ asChild: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ /** Theme-class overrides for this component instance. */
16
+ themeClass: {
17
+ type: PropType<ThemeClassesOverride<CardBodyThemeClasses>>;
18
+ default: any;
19
+ };
20
+ /** Theme-variant values for this component instance. */
21
+ themeVariant: {
22
+ type: PropType<VariantValues>;
23
+ default: any;
24
+ };
25
+ };
26
+ export type CardBodyProps = ExtractPublicPropTypes<typeof cardBodyProps>;
27
+ declare const _default: typeof __VLS_export;
28
+ export default _default;
29
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
30
+ /** HTML tag to render. Use `:as-child` to compose onto an existing component. */
31
+ as: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
35
+ /** Render the consumer's slot child as the root (Reka `asChild` pattern). */
36
+ asChild: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ /** Theme-class overrides for this component instance. */
41
+ themeClass: {
42
+ type: PropType<ThemeClassesOverride<CardBodyThemeClasses>>;
43
+ default: any;
44
+ };
45
+ /** Theme-variant values for this component instance. */
46
+ themeVariant: {
47
+ type: PropType<VariantValues>;
48
+ default: any;
49
+ };
50
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
51
+ [key: string]: any;
52
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
53
+ /** HTML tag to render. Use `:as-child` to compose onto an existing component. */
54
+ as: {
55
+ type: StringConstructor;
56
+ default: string;
57
+ };
58
+ /** Render the consumer's slot child as the root (Reka `asChild` pattern). */
59
+ asChild: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ };
63
+ /** Theme-class overrides for this component instance. */
64
+ themeClass: {
65
+ type: PropType<ThemeClassesOverride<CardBodyThemeClasses>>;
66
+ default: any;
67
+ };
68
+ /** Theme-variant values for this component instance. */
69
+ themeVariant: {
70
+ type: PropType<VariantValues>;
71
+ default: any;
72
+ };
73
+ }>> & Readonly<{}>, {
74
+ themeClass: ThemeClassesOverride<CardBodyThemeClasses>;
75
+ themeVariant: VariantValues;
76
+ as: string;
77
+ asChild: boolean;
78
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
79
+ //# sourceMappingURL=CardBody.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardBody.vue.d.ts","sourceRoot":"","sources":["../../../src/components/card/CardBody.vue"],"names":[],"mappings":"AAyDA,OAAO,KAAK,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAG5D,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;;;;;IAEjF,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;;;;;IAEjF,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,oBAAoB,CAAC,CAAC;;;IAClF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;;;;IAPvD,iFAAiF;;;;;IAEjF,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,oBAAoB,CAAC,CAAC;;;IAClF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;;;;;;4EAqCzD,CAAC"}
@@ -0,0 +1,79 @@
1
+ import type { ExtractPublicPropTypes, PropType } from 'vue';
2
+ import type { ThemeClassesOverride, VariantValues } from '@vuecs/core';
3
+ import type { CardDescriptionThemeClasses } from './types';
4
+ declare const cardDescriptionProps: {
5
+ /** HTML tag to render. Use `:as-child` to compose onto an existing component. */
6
+ as: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ /** Render the consumer's slot child as the root (Reka `asChild` pattern). */
11
+ asChild: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ /** Theme-class overrides for this component instance. */
16
+ themeClass: {
17
+ type: PropType<ThemeClassesOverride<CardDescriptionThemeClasses>>;
18
+ default: any;
19
+ };
20
+ /** Theme-variant values for this component instance. */
21
+ themeVariant: {
22
+ type: PropType<VariantValues>;
23
+ default: any;
24
+ };
25
+ };
26
+ export type CardDescriptionProps = ExtractPublicPropTypes<typeof cardDescriptionProps>;
27
+ declare const _default: typeof __VLS_export;
28
+ export default _default;
29
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
30
+ /** HTML tag to render. Use `:as-child` to compose onto an existing component. */
31
+ as: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
35
+ /** Render the consumer's slot child as the root (Reka `asChild` pattern). */
36
+ asChild: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ /** Theme-class overrides for this component instance. */
41
+ themeClass: {
42
+ type: PropType<ThemeClassesOverride<CardDescriptionThemeClasses>>;
43
+ default: any;
44
+ };
45
+ /** Theme-variant values for this component instance. */
46
+ themeVariant: {
47
+ type: PropType<VariantValues>;
48
+ default: any;
49
+ };
50
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
51
+ [key: string]: any;
52
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
53
+ /** HTML tag to render. Use `:as-child` to compose onto an existing component. */
54
+ as: {
55
+ type: StringConstructor;
56
+ default: string;
57
+ };
58
+ /** Render the consumer's slot child as the root (Reka `asChild` pattern). */
59
+ asChild: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ };
63
+ /** Theme-class overrides for this component instance. */
64
+ themeClass: {
65
+ type: PropType<ThemeClassesOverride<CardDescriptionThemeClasses>>;
66
+ default: any;
67
+ };
68
+ /** Theme-variant values for this component instance. */
69
+ themeVariant: {
70
+ type: PropType<VariantValues>;
71
+ default: any;
72
+ };
73
+ }>> & Readonly<{}>, {
74
+ themeClass: ThemeClassesOverride<CardDescriptionThemeClasses>;
75
+ themeVariant: VariantValues;
76
+ as: string;
77
+ asChild: boolean;
78
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
79
+ //# sourceMappingURL=CardDescription.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardDescription.vue.d.ts","sourceRoot":"","sources":["../../../src/components/card/CardDescription.vue"],"names":[],"mappings":"AAyDA,OAAO,KAAK,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAG5D,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;;;;;IAEjF,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;;;;;IAEjF,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,2BAA2B,CAAC,CAAC;;;IACzF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;;;;IAPvD,iFAAiF;;;;;IAEjF,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,2BAA2B,CAAC,CAAC;;;IACzF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;;;;;;4EAqCzD,CAAC"}
@@ -0,0 +1,79 @@
1
+ import type { ExtractPublicPropTypes, PropType } from 'vue';
2
+ import type { ThemeClassesOverride, VariantValues } from '@vuecs/core';
3
+ import type { CardFooterThemeClasses } from './types';
4
+ declare const cardFooterProps: {
5
+ /** HTML tag to render. Use `:as-child` to compose onto an existing component. */
6
+ as: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ /** Render the consumer's slot child as the root (Reka `asChild` pattern). */
11
+ asChild: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ /** Theme-class overrides for this component instance. */
16
+ themeClass: {
17
+ type: PropType<ThemeClassesOverride<CardFooterThemeClasses>>;
18
+ default: any;
19
+ };
20
+ /** Theme-variant values for this component instance. */
21
+ themeVariant: {
22
+ type: PropType<VariantValues>;
23
+ default: any;
24
+ };
25
+ };
26
+ export type CardFooterProps = ExtractPublicPropTypes<typeof cardFooterProps>;
27
+ declare const _default: typeof __VLS_export;
28
+ export default _default;
29
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
30
+ /** HTML tag to render. Use `:as-child` to compose onto an existing component. */
31
+ as: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
35
+ /** Render the consumer's slot child as the root (Reka `asChild` pattern). */
36
+ asChild: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ /** Theme-class overrides for this component instance. */
41
+ themeClass: {
42
+ type: PropType<ThemeClassesOverride<CardFooterThemeClasses>>;
43
+ default: any;
44
+ };
45
+ /** Theme-variant values for this component instance. */
46
+ themeVariant: {
47
+ type: PropType<VariantValues>;
48
+ default: any;
49
+ };
50
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
51
+ [key: string]: any;
52
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
53
+ /** HTML tag to render. Use `:as-child` to compose onto an existing component. */
54
+ as: {
55
+ type: StringConstructor;
56
+ default: string;
57
+ };
58
+ /** Render the consumer's slot child as the root (Reka `asChild` pattern). */
59
+ asChild: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ };
63
+ /** Theme-class overrides for this component instance. */
64
+ themeClass: {
65
+ type: PropType<ThemeClassesOverride<CardFooterThemeClasses>>;
66
+ default: any;
67
+ };
68
+ /** Theme-variant values for this component instance. */
69
+ themeVariant: {
70
+ type: PropType<VariantValues>;
71
+ default: any;
72
+ };
73
+ }>> & Readonly<{}>, {
74
+ themeClass: ThemeClassesOverride<CardFooterThemeClasses>;
75
+ themeVariant: VariantValues;
76
+ as: string;
77
+ asChild: boolean;
78
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
79
+ //# sourceMappingURL=CardFooter.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/card/CardFooter.vue"],"names":[],"mappings":"AAyDA,OAAO,KAAK,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAG5D,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;;;;;IAEjF,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;;;;;IAEjF,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,CAAC;;;IACpF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;;;;IAPvD,iFAAiF;;;;;IAEjF,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,CAAC;;;IACpF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;;;;;;4EAqCzD,CAAC"}
@@ -0,0 +1,79 @@
1
+ import type { ExtractPublicPropTypes, PropType } from 'vue';
2
+ import type { ThemeClassesOverride, VariantValues } from '@vuecs/core';
3
+ import type { CardHeaderThemeClasses } from './types';
4
+ declare const cardHeaderProps: {
5
+ /** HTML tag to render. Use `:as-child` to compose onto an existing component. */
6
+ as: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ /** Render the consumer's slot child as the root (Reka `asChild` pattern). */
11
+ asChild: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ /** Theme-class overrides for this component instance. */
16
+ themeClass: {
17
+ type: PropType<ThemeClassesOverride<CardHeaderThemeClasses>>;
18
+ default: any;
19
+ };
20
+ /** Theme-variant values for this component instance. */
21
+ themeVariant: {
22
+ type: PropType<VariantValues>;
23
+ default: any;
24
+ };
25
+ };
26
+ export type CardHeaderProps = ExtractPublicPropTypes<typeof cardHeaderProps>;
27
+ declare const _default: typeof __VLS_export;
28
+ export default _default;
29
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
30
+ /** HTML tag to render. Use `:as-child` to compose onto an existing component. */
31
+ as: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
35
+ /** Render the consumer's slot child as the root (Reka `asChild` pattern). */
36
+ asChild: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ /** Theme-class overrides for this component instance. */
41
+ themeClass: {
42
+ type: PropType<ThemeClassesOverride<CardHeaderThemeClasses>>;
43
+ default: any;
44
+ };
45
+ /** Theme-variant values for this component instance. */
46
+ themeVariant: {
47
+ type: PropType<VariantValues>;
48
+ default: any;
49
+ };
50
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
51
+ [key: string]: any;
52
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
53
+ /** HTML tag to render. Use `:as-child` to compose onto an existing component. */
54
+ as: {
55
+ type: StringConstructor;
56
+ default: string;
57
+ };
58
+ /** Render the consumer's slot child as the root (Reka `asChild` pattern). */
59
+ asChild: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ };
63
+ /** Theme-class overrides for this component instance. */
64
+ themeClass: {
65
+ type: PropType<ThemeClassesOverride<CardHeaderThemeClasses>>;
66
+ default: any;
67
+ };
68
+ /** Theme-variant values for this component instance. */
69
+ themeVariant: {
70
+ type: PropType<VariantValues>;
71
+ default: any;
72
+ };
73
+ }>> & Readonly<{}>, {
74
+ themeClass: ThemeClassesOverride<CardHeaderThemeClasses>;
75
+ themeVariant: VariantValues;
76
+ as: string;
77
+ asChild: boolean;
78
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
79
+ //# sourceMappingURL=CardHeader.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/card/CardHeader.vue"],"names":[],"mappings":"AAyDA,OAAO,KAAK,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAG5D,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;;;;;IAEjF,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;;;;;IAEjF,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,CAAC;;;IACpF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;;;;IAPvD,iFAAiF;;;;;IAEjF,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,CAAC;;;IACpF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;;;;;;4EAqCzD,CAAC"}
@@ -0,0 +1,79 @@
1
+ import type { ExtractPublicPropTypes, PropType } from 'vue';
2
+ import type { ThemeClassesOverride, VariantValues } from '@vuecs/core';
3
+ import type { CardTitleThemeClasses } from './types';
4
+ declare const cardTitleProps: {
5
+ /** HTML tag to render. Use `:as-child` to compose onto an existing component. */
6
+ as: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ /** Render the consumer's slot child as the root (Reka `asChild` pattern). */
11
+ asChild: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ /** Theme-class overrides for this component instance. */
16
+ themeClass: {
17
+ type: PropType<ThemeClassesOverride<CardTitleThemeClasses>>;
18
+ default: any;
19
+ };
20
+ /** Theme-variant values for this component instance. */
21
+ themeVariant: {
22
+ type: PropType<VariantValues>;
23
+ default: any;
24
+ };
25
+ };
26
+ export type CardTitleProps = ExtractPublicPropTypes<typeof cardTitleProps>;
27
+ declare const _default: typeof __VLS_export;
28
+ export default _default;
29
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
30
+ /** HTML tag to render. Use `:as-child` to compose onto an existing component. */
31
+ as: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
35
+ /** Render the consumer's slot child as the root (Reka `asChild` pattern). */
36
+ asChild: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ /** Theme-class overrides for this component instance. */
41
+ themeClass: {
42
+ type: PropType<ThemeClassesOverride<CardTitleThemeClasses>>;
43
+ default: any;
44
+ };
45
+ /** Theme-variant values for this component instance. */
46
+ themeVariant: {
47
+ type: PropType<VariantValues>;
48
+ default: any;
49
+ };
50
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
51
+ [key: string]: any;
52
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
53
+ /** HTML tag to render. Use `:as-child` to compose onto an existing component. */
54
+ as: {
55
+ type: StringConstructor;
56
+ default: string;
57
+ };
58
+ /** Render the consumer's slot child as the root (Reka `asChild` pattern). */
59
+ asChild: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ };
63
+ /** Theme-class overrides for this component instance. */
64
+ themeClass: {
65
+ type: PropType<ThemeClassesOverride<CardTitleThemeClasses>>;
66
+ default: any;
67
+ };
68
+ /** Theme-variant values for this component instance. */
69
+ themeVariant: {
70
+ type: PropType<VariantValues>;
71
+ default: any;
72
+ };
73
+ }>> & Readonly<{}>, {
74
+ themeClass: ThemeClassesOverride<CardTitleThemeClasses>;
75
+ themeVariant: VariantValues;
76
+ as: string;
77
+ asChild: boolean;
78
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
79
+ //# sourceMappingURL=CardTitle.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardTitle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/card/CardTitle.vue"],"names":[],"mappings":"AAyDA,OAAO,KAAK,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAG5D,OAAO,KAAK,EACR,oBAAoB,EAEpB,aAAa,EAChB,MAAM,aAAa,CAAC;AAGrB,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAErD,QAAA,MAAM,cAAc;IAChB,iFAAiF;;;;;IAEjF,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,qBAAqB,CAAC,CAAC;;;IACnF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;CAC1D,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,sBAAsB,CAAC,OAAO,cAAc,CAAC,CAAC;wBAEtD,OAAO,YAAY;AAAxC,wBAAyC;AAQzC,QAAA,MAAM,YAAY;IApBd,iFAAiF;;;;;IAEjF,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,qBAAqB,CAAC,CAAC;;;IACnF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;;;;IAPvD,iFAAiF;;;;;IAEjF,6EAA6E;;;;;IAE7E,yDAAyD;;cAC3B,QAAQ,CAAC,oBAAoB,CAAC,qBAAqB,CAAC,CAAC;;;IACnF,wDAAwD;;cACxB,QAAQ,CAAC,aAAa,CAAC;;;;;;;;4EAqCzD,CAAC"}
@@ -0,0 +1,17 @@
1
+ import type { VariantValues } from '@vuecs/core';
2
+ /**
3
+ * Context shared from `<VCCard>` to its descendant parts so that the
4
+ * variant axes applied to the root (notably `padding`) propagate
5
+ * automatically to header / body / footer / title / description without
6
+ * the consumer repeating the prop on every child. Per-instance values
7
+ * on a child still win over inherited ones.
8
+ *
9
+ * Optional — children render bare when mounted outside `<VCCard>` (for
10
+ * unit tests or ad-hoc composition).
11
+ */
12
+ export type CardContext = {
13
+ themeVariant: () => VariantValues | undefined;
14
+ };
15
+ export declare function provideCardContext(ctx: CardContext): void;
16
+ export declare function useCardContext(): CardContext | null;
17
+ //# sourceMappingURL=context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../src/components/card/context.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD;;;;;;;;;GASG;AACH,MAAM,MAAM,WAAW,GAAG;IACtB,YAAY,EAAE,MAAM,aAAa,GAAG,SAAS,CAAC;CACjD,CAAC;AAIF,wBAAgB,kBAAkB,CAAC,GAAG,EAAE,WAAW,GAAG,IAAI,CAEzD;AAED,wBAAgB,cAAc,IAAI,WAAW,GAAG,IAAI,CAEnD"}
@@ -0,0 +1,16 @@
1
+ export { default as VCCard } from './Card.vue';
2
+ export { default as VCCardHeader } from './CardHeader.vue';
3
+ export { default as VCCardTitle } from './CardTitle.vue';
4
+ export { default as VCCardDescription } from './CardDescription.vue';
5
+ export { default as VCCardBody } from './CardBody.vue';
6
+ export { default as VCCardFooter } from './CardFooter.vue';
7
+ export type { CardProps } from './Card.vue';
8
+ export type { CardHeaderProps } from './CardHeader.vue';
9
+ export type { CardTitleProps } from './CardTitle.vue';
10
+ export type { CardDescriptionProps } from './CardDescription.vue';
11
+ export type { CardBodyProps } from './CardBody.vue';
12
+ export type { CardFooterProps } from './CardFooter.vue';
13
+ export * from './context';
14
+ export * from './theme';
15
+ export * from './types';
16
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/card/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAE3D,YAAY,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC5C,YAAY,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACxD,YAAY,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACtD,YAAY,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAClE,YAAY,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AACpD,YAAY,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAExD,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { ComponentThemeDefinition } from '@vuecs/core';
2
+ import type { CardBodyThemeClasses, CardDescriptionThemeClasses, CardFooterThemeClasses, CardHeaderThemeClasses, CardThemeClasses, CardTitleThemeClasses } from './types';
3
+ export declare const cardThemeDefaults: ComponentThemeDefinition<CardThemeClasses>;
4
+ export declare const cardHeaderThemeDefaults: ComponentThemeDefinition<CardHeaderThemeClasses>;
5
+ export declare const cardTitleThemeDefaults: ComponentThemeDefinition<CardTitleThemeClasses>;
6
+ export declare const cardDescriptionThemeDefaults: ComponentThemeDefinition<CardDescriptionThemeClasses>;
7
+ export declare const cardBodyThemeDefaults: ComponentThemeDefinition<CardBodyThemeClasses>;
8
+ export declare const cardFooterThemeDefaults: ComponentThemeDefinition<CardFooterThemeClasses>;
9
+ //# sourceMappingURL=theme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/components/card/theme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAC5D,OAAO,KAAK,EACR,oBAAoB,EACpB,2BAA2B,EAC3B,sBAAsB,EACtB,sBAAsB,EACtB,gBAAgB,EAChB,qBAAqB,EACxB,MAAM,SAAS,CAAC;AAEjB,eAAO,MAAM,iBAAiB,EAAE,wBAAwB,CAAC,gBAAgB,CAAoC,CAAC;AAE9G,eAAO,MAAM,uBAAuB,EAAE,wBAAwB,CAAC,sBAAsB,CAA2C,CAAC;AAEjI,eAAO,MAAM,sBAAsB,EAAE,wBAAwB,CAAC,qBAAqB,CAA0C,CAAC;AAE9H,eAAO,MAAM,4BAA4B,EAAE,wBAAwB,CAAC,2BAA2B,CAAgD,CAAC;AAEhJ,eAAO,MAAM,qBAAqB,EAAE,wBAAwB,CAAC,oBAAoB,CAAyC,CAAC;AAE3H,eAAO,MAAM,uBAAuB,EAAE,wBAAwB,CAAC,sBAAsB,CAA2C,CAAC"}
@@ -0,0 +1,38 @@
1
+ import type { ThemeElementDefinition } from '@vuecs/core';
2
+ export type CardVariant = 'outline' | 'soft' | 'elevated';
3
+ export type CardPadding = 'compact' | 'normal' | 'spacious';
4
+ export type CardThemeClasses = {
5
+ /** The outer container. */
6
+ root: string;
7
+ };
8
+ export type CardHeaderThemeClasses = {
9
+ /** The header band. */
10
+ root: string;
11
+ };
12
+ export type CardTitleThemeClasses = {
13
+ /** The title text element. */
14
+ root: string;
15
+ };
16
+ export type CardDescriptionThemeClasses = {
17
+ /** The description text element. */
18
+ root: string;
19
+ };
20
+ export type CardBodyThemeClasses = {
21
+ /** The main content band. */
22
+ root: string;
23
+ };
24
+ export type CardFooterThemeClasses = {
25
+ /** The footer band. */
26
+ root: string;
27
+ };
28
+ declare module '@vuecs/core' {
29
+ interface ThemeElements {
30
+ card?: ThemeElementDefinition<CardThemeClasses>;
31
+ cardHeader?: ThemeElementDefinition<CardHeaderThemeClasses>;
32
+ cardTitle?: ThemeElementDefinition<CardTitleThemeClasses>;
33
+ cardDescription?: ThemeElementDefinition<CardDescriptionThemeClasses>;
34
+ cardBody?: ThemeElementDefinition<CardBodyThemeClasses>;
35
+ cardFooter?: ThemeElementDefinition<CardFooterThemeClasses>;
36
+ }
37
+ }
38
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/card/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAE1D,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,MAAM,GAAG,UAAU,CAAC;AAC1D,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;AAE5D,MAAM,MAAM,gBAAgB,GAAG;IAC3B,2BAA2B;IAC3B,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACjC,uBAAuB;IACvB,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAChC,8BAA8B;IAC9B,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG;IACtC,oCAAoC;IACpC,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IAC/B,6BAA6B;IAC7B,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACjC,uBAAuB;IACvB,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,OAAO,QAAQ,aAAa,CAAC;IACzB,UAAU,aAAa;QACnB,IAAI,CAAC,EAAE,sBAAsB,CAAC,gBAAgB,CAAC,CAAC;QAChD,UAAU,CAAC,EAAE,sBAAsB,CAAC,sBAAsB,CAAC,CAAC;QAC5D,SAAS,CAAC,EAAE,sBAAsB,CAAC,qBAAqB,CAAC,CAAC;QAC1D,eAAe,CAAC,EAAE,sBAAsB,CAAC,2BAA2B,CAAC,CAAC;QACtE,QAAQ,CAAC,EAAE,sBAAsB,CAAC,oBAAoB,CAAC,CAAC;QACxD,UAAU,CAAC,EAAE,sBAAsB,CAAC,sBAAsB,CAAC,CAAC;KAC/D;CACJ"}