@equal-experts/kuat-vue 0.12.0 → 0.13.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 (157) hide show
  1. package/README.md +3 -1
  2. package/dist/{AccordionTrigger-BRz5PzEd.js → AccordionTrigger-BGVFRlgt.js} +1 -1
  3. package/dist/{AlertDialogTrigger.vue_vue_type_script_setup_true_lang-CK1Um8CY.js → AlertDialogTrigger.vue_vue_type_script_setup_true_lang-DosgAcSM.js} +1 -1
  4. package/dist/{KuatSelect.vue_vue_type_script_setup_true_lang-DP66U_wg.js → KuatSelect.vue_vue_type_script_setup_true_lang-CT1xn9gs.js} +1 -1
  5. package/dist/accordion.js +1 -1
  6. package/dist/alert-dialog.js +1 -1
  7. package/dist/button-group.js +1 -1
  8. package/dist/checkbox.js +1 -1
  9. package/dist/{constants-Ils7NSfg.js → constants-BZKku54w.js} +1 -1
  10. package/dist/{constants-BpzIL1jq.js → constants-DC1CCNlp.js} +1 -1
  11. package/dist/{constants-D_fYMnOg.js → constants-DWBWMp2p.js} +1 -1
  12. package/dist/icon-button.js +12 -0
  13. package/dist/index-OELvcT-N.js +54 -0
  14. package/dist/{index-iz_NZI-V.js → index-Tp80OeHH.js} +1 -1
  15. package/dist/index-lZY__1xm.js +76 -0
  16. package/dist/index.js +1188 -392
  17. package/dist/radio.js +1 -1
  18. package/dist/select.js +1 -1
  19. package/dist/style.css +1 -1
  20. package/dist/switch.js +1 -1
  21. package/dist/toggle-group.js +1 -1
  22. package/package.json +5 -1
  23. package/dist/accordion.d.ts +0 -2
  24. package/dist/alert-dialog.d.ts +0 -2
  25. package/dist/badge.d.ts +0 -3
  26. package/dist/button-group.d.ts +0 -3
  27. package/dist/button.d.ts +0 -3
  28. package/dist/carousel.d.ts +0 -2
  29. package/dist/checkbox.d.ts +0 -3
  30. package/dist/components/ui/accordion/Accordion.vue.d.ts +0 -26
  31. package/dist/components/ui/accordion/AccordionContent.vue.d.ts +0 -27
  32. package/dist/components/ui/accordion/AccordionItem.vue.d.ts +0 -27
  33. package/dist/components/ui/accordion/AccordionTrigger.vue.d.ts +0 -28
  34. package/dist/components/ui/accordion/index.d.ts +0 -4
  35. package/dist/components/ui/alert-dialog/AlertDialog.vue.d.ts +0 -26
  36. package/dist/components/ui/alert-dialog/AlertDialogAction.vue.d.ts +0 -27
  37. package/dist/components/ui/alert-dialog/AlertDialogCancel.vue.d.ts +0 -27
  38. package/dist/components/ui/alert-dialog/AlertDialogContent.vue.d.ts +0 -41
  39. package/dist/components/ui/alert-dialog/AlertDialogDescription.vue.d.ts +0 -27
  40. package/dist/components/ui/alert-dialog/AlertDialogFooter.vue.d.ts +0 -26
  41. package/dist/components/ui/alert-dialog/AlertDialogHeader.vue.d.ts +0 -26
  42. package/dist/components/ui/alert-dialog/AlertDialogTitle.vue.d.ts +0 -27
  43. package/dist/components/ui/alert-dialog/AlertDialogTrigger.vue.d.ts +0 -22
  44. package/dist/components/ui/alert-dialog/index.d.ts +0 -9
  45. package/dist/components/ui/badge/Badge.vue.d.ts +0 -49
  46. package/dist/components/ui/badge/constants.d.ts +0 -4
  47. package/dist/components/ui/badge/index.d.ts +0 -14
  48. package/dist/components/ui/breadcrumb/Breadcrumb.vue.d.ts +0 -34
  49. package/dist/components/ui/breadcrumb/index.d.ts +0 -2
  50. package/dist/components/ui/breadcrumb/types.d.ts +0 -8
  51. package/dist/components/ui/button/Button.vue.d.ts +0 -53
  52. package/dist/components/ui/button/constants.d.ts +0 -12
  53. package/dist/components/ui/button/index.d.ts +0 -12
  54. package/dist/components/ui/button-group/ButtonGroup.vue.d.ts +0 -43
  55. package/dist/components/ui/button-group/ButtonGroupSeparator.vue.d.ts +0 -32
  56. package/dist/components/ui/button-group/ButtonGroupText.vue.d.ts +0 -40
  57. package/dist/components/ui/button-group/constants.d.ts +0 -2
  58. package/dist/components/ui/button-group/index.d.ts +0 -14
  59. package/dist/components/ui/carousel/Carousel.vue.d.ts +0 -59
  60. package/dist/components/ui/carousel/CarouselContent.vue.d.ts +0 -25
  61. package/dist/components/ui/carousel/CarouselItem.vue.d.ts +0 -32
  62. package/dist/components/ui/carousel/CarouselNext.vue.d.ts +0 -16
  63. package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts +0 -16
  64. package/dist/components/ui/carousel/context.d.ts +0 -26
  65. package/dist/components/ui/carousel/index.d.ts +0 -7
  66. package/dist/components/ui/checkbox/Checkbox.vue.d.ts +0 -13
  67. package/dist/components/ui/checkbox/CheckboxField.vue.d.ts +0 -68
  68. package/dist/components/ui/checkbox/constants.d.ts +0 -4
  69. package/dist/components/ui/checkbox/index.d.ts +0 -4
  70. package/dist/components/ui/content-card/ContentCard.vue.d.ts +0 -72
  71. package/dist/components/ui/content-card/index.d.ts +0 -1
  72. package/dist/components/ui/field/Field.vue.d.ts +0 -48
  73. package/dist/components/ui/field/FieldContent.vue.d.ts +0 -26
  74. package/dist/components/ui/field/FieldDescription.vue.d.ts +0 -26
  75. package/dist/components/ui/field/FieldError.vue.d.ts +0 -33
  76. package/dist/components/ui/field/FieldGroup.vue.d.ts +0 -26
  77. package/dist/components/ui/field/FieldLabel.vue.d.ts +0 -26
  78. package/dist/components/ui/field/FieldLegend.vue.d.ts +0 -43
  79. package/dist/components/ui/field/FieldSeparator.vue.d.ts +0 -26
  80. package/dist/components/ui/field/FieldSet.vue.d.ts +0 -26
  81. package/dist/components/ui/field/FieldTitle.vue.d.ts +0 -26
  82. package/dist/components/ui/field/constants.d.ts +0 -4
  83. package/dist/components/ui/field/index.d.ts +0 -12
  84. package/dist/components/ui/input/Input.vue.d.ts +0 -34
  85. package/dist/components/ui/input/constants.d.ts +0 -2
  86. package/dist/components/ui/input/index.d.ts +0 -3
  87. package/dist/components/ui/kuat-carousel/KuatCarousel.vue.d.ts +0 -51
  88. package/dist/components/ui/kuat-carousel/KuatCarouselContent.vue.d.ts +0 -25
  89. package/dist/components/ui/kuat-carousel/KuatCarouselItem.vue.d.ts +0 -27
  90. package/dist/components/ui/kuat-carousel/KuatCarouselNext.vue.d.ts +0 -16
  91. package/dist/components/ui/kuat-carousel/KuatCarouselPrevious.vue.d.ts +0 -16
  92. package/dist/components/ui/kuat-carousel/index.d.ts +0 -6
  93. package/dist/components/ui/kuat-header/EELogo.vue.d.ts +0 -32
  94. package/dist/components/ui/kuat-header/KuatHeader.vue.d.ts +0 -55
  95. package/dist/components/ui/kuat-header/constants.d.ts +0 -4
  96. package/dist/components/ui/kuat-header/index.d.ts +0 -15
  97. package/dist/components/ui/kuat-logo-lockup/EELogoIcon.vue.d.ts +0 -18
  98. package/dist/components/ui/kuat-logo-lockup/KuatLogoLockup.vue.d.ts +0 -45
  99. package/dist/components/ui/kuat-logo-lockup/constants.d.ts +0 -4
  100. package/dist/components/ui/kuat-logo-lockup/index.d.ts +0 -4
  101. package/dist/components/ui/kuat-radial-progress/KuatRadialProgress.vue.d.ts +0 -52
  102. package/dist/components/ui/kuat-radial-progress/constants.d.ts +0 -4
  103. package/dist/components/ui/kuat-radial-progress/index.d.ts +0 -3
  104. package/dist/components/ui/radio/RadioField.vue.d.ts +0 -58
  105. package/dist/components/ui/radio/RadioGroup.vue.d.ts +0 -31
  106. package/dist/components/ui/radio/RadioGroupItem.vue.d.ts +0 -22
  107. package/dist/components/ui/radio/constants.d.ts +0 -4
  108. package/dist/components/ui/radio/index.d.ts +0 -5
  109. package/dist/components/ui/select/KuatSelect.vue.d.ts +0 -104
  110. package/dist/components/ui/select/Select.vue.d.ts +0 -28
  111. package/dist/components/ui/select/SelectContent.vue.d.ts +0 -52
  112. package/dist/components/ui/select/SelectGroup.vue.d.ts +0 -22
  113. package/dist/components/ui/select/SelectItem.vue.d.ts +0 -40
  114. package/dist/components/ui/select/SelectLabel.vue.d.ts +0 -27
  115. package/dist/components/ui/select/SelectScrollDownButton.vue.d.ts +0 -18
  116. package/dist/components/ui/select/SelectScrollUpButton.vue.d.ts +0 -18
  117. package/dist/components/ui/select/SelectSeparator.vue.d.ts +0 -18
  118. package/dist/components/ui/select/SelectTrigger.vue.d.ts +0 -72
  119. package/dist/components/ui/select/SelectValue.vue.d.ts +0 -18
  120. package/dist/components/ui/select/constants.d.ts +0 -18
  121. package/dist/components/ui/select/index.d.ts +0 -13
  122. package/dist/components/ui/separator/Separator.vue.d.ts +0 -35
  123. package/dist/components/ui/separator/index.d.ts +0 -1
  124. package/dist/components/ui/sonner/KuatSonner.vue.d.ts +0 -54
  125. package/dist/components/ui/sonner/KuatSonnerContent.vue.d.ts +0 -53
  126. package/dist/components/ui/sonner/constants.d.ts +0 -2
  127. package/dist/components/ui/sonner/index.d.ts +0 -7
  128. package/dist/components/ui/sonner/toast.d.ts +0 -17
  129. package/dist/components/ui/switch/Switch.vue.d.ts +0 -13
  130. package/dist/components/ui/switch/SwitchField.vue.d.ts +0 -68
  131. package/dist/components/ui/switch/constants.d.ts +0 -4
  132. package/dist/components/ui/switch/index.d.ts +0 -4
  133. package/dist/components/ui/textarea/Textarea.vue.d.ts +0 -24
  134. package/dist/components/ui/textarea/constants.d.ts +0 -2
  135. package/dist/components/ui/textarea/index.d.ts +0 -3
  136. package/dist/components/ui/toggle/Toggle.vue.d.ts +0 -42
  137. package/dist/components/ui/toggle/constants.d.ts +0 -4
  138. package/dist/components/ui/toggle/index.d.ts +0 -3
  139. package/dist/components/ui/toggle-group/ToggleGroup.vue.d.ts +0 -45
  140. package/dist/components/ui/toggle-group/ToggleGroupItem.vue.d.ts +0 -49
  141. package/dist/components/ui/toggle-group/constants.d.ts +0 -2
  142. package/dist/components/ui/toggle-group/index.d.ts +0 -4
  143. package/dist/field.d.ts +0 -3
  144. package/dist/index-A7umpmtg.js +0 -37
  145. package/dist/index.d.ts +0 -43
  146. package/dist/input.d.ts +0 -3
  147. package/dist/kuat-carousel.d.ts +0 -2
  148. package/dist/lib/utils.d.ts +0 -3
  149. package/dist/radio.d.ts +0 -3
  150. package/dist/select.d.ts +0 -3
  151. package/dist/sonner.d.ts +0 -1
  152. package/dist/style.css.d.ts +0 -2
  153. package/dist/switch.d.ts +0 -1
  154. package/dist/test/setup.d.ts +0 -1
  155. package/dist/textarea.d.ts +0 -3
  156. package/dist/toggle-group.d.ts +0 -5
  157. package/dist/toggle.d.ts +0 -3
@@ -1,12 +0,0 @@
1
- export declare const BUTTON_VARIANTS: readonly ["primary", "secondary", "outline", "ghost", "ghost-muted", "destructive"];
2
- /** @deprecated Use "primary" instead. */
3
- export declare const BUTTON_VARIANT_DEFAULT_ALIAS = "default";
4
- export declare const BUTTON_SIZES: readonly ["mini", "small", "default", "large", "icon"];
5
- /** @deprecated Use "small" instead. */
6
- export declare const BUTTON_SIZE_SM_ALIAS = "sm";
7
- /** @deprecated Use "large" instead. */
8
- export declare const BUTTON_SIZE_LG_ALIAS = "lg";
9
- export declare const BUTTON_COLORS: readonly ["ee-blue", "tech-blue", "byte-white", "the-cloud", "dark-data", "transform-teal", "equal-ember"];
10
- export type ButtonVariant = (typeof BUTTON_VARIANTS)[number];
11
- export type ButtonSize = (typeof BUTTON_SIZES)[number];
12
- export type ButtonColor = (typeof BUTTON_COLORS)[number];
@@ -1,12 +0,0 @@
1
- import { ButtonVariant, ButtonSize, ButtonColor } from './constants';
2
-
3
- export { default as Button } from './Button.vue';
4
- export { BUTTON_VARIANTS, BUTTON_SIZES, BUTTON_COLORS } from './constants';
5
- export type { ButtonVariant, ButtonSize, ButtonColor } from './constants';
6
- export type ButtonVariants = {
7
- variant?: ButtonVariant | "default";
8
- size?: ButtonSize | "sm" | "lg";
9
- color?: ButtonColor;
10
- };
11
- /** Returns class string for button variant/size/color (backward compatibility). */
12
- export declare function buttonVariants(options?: ButtonVariants): string;
@@ -1,43 +0,0 @@
1
- import { HTMLAttributes } from 'vue';
2
- import { ButtonGroupOrientation } from './constants';
3
-
4
- declare function __VLS_template(): {
5
- default?(_: {}): any;
6
- };
7
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
8
- class?: HTMLAttributes["class"];
9
- orientation?: ButtonGroupOrientation;
10
- }>, {
11
- orientation: string;
12
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
13
- class?: HTMLAttributes["class"];
14
- orientation?: ButtonGroupOrientation;
15
- }>, {
16
- orientation: string;
17
- }>>> & Readonly<{}>, {
18
- orientation: ButtonGroupOrientation;
19
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
20
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
21
- export default _default;
22
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
- type __VLS_TypePropsToRuntimeProps<T> = {
24
- [K in keyof T]-?: {} extends Pick<T, K> ? {
25
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
- } : {
27
- type: import('vue').PropType<T[K]>;
28
- required: true;
29
- };
30
- };
31
- type __VLS_WithDefaults<P, D> = {
32
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
33
- default: D[K];
34
- }> : P[K];
35
- };
36
- type __VLS_Prettify<T> = {
37
- [K in keyof T]: T[K];
38
- } & {};
39
- type __VLS_WithTemplateSlots<T, S> = T & {
40
- new (): {
41
- $slots: S;
42
- };
43
- };
@@ -1,32 +0,0 @@
1
- import { SeparatorProps } from 'reka-ui';
2
- import { HTMLAttributes } from 'vue';
3
-
4
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SeparatorProps & {
5
- class?: HTMLAttributes["class"];
6
- }>, {
7
- orientation: string;
8
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SeparatorProps & {
9
- class?: HTMLAttributes["class"];
10
- }>, {
11
- orientation: string;
12
- }>>> & Readonly<{}>, {
13
- orientation: "vertical" | "horizontal";
14
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
15
- export default _default;
16
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
- type __VLS_TypePropsToRuntimeProps<T> = {
18
- [K in keyof T]-?: {} extends Pick<T, K> ? {
19
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
20
- } : {
21
- type: import('vue').PropType<T[K]>;
22
- required: true;
23
- };
24
- };
25
- type __VLS_WithDefaults<P, D> = {
26
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
27
- default: D[K];
28
- }> : P[K];
29
- };
30
- type __VLS_Prettify<T> = {
31
- [K in keyof T]: T[K];
32
- } & {};
@@ -1,40 +0,0 @@
1
- import { PrimitiveProps } from 'reka-ui';
2
- import { HTMLAttributes } from 'vue';
3
-
4
- interface Props extends PrimitiveProps {
5
- class?: HTMLAttributes["class"];
6
- }
7
- declare function __VLS_template(): {
8
- default?(_: {}): any;
9
- };
10
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
11
- as: string;
12
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
13
- as: string;
14
- }>>> & Readonly<{}>, {
15
- as: import('reka-ui').AsTag | import('vue').Component;
16
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
17
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
18
- export default _default;
19
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
- type __VLS_TypePropsToRuntimeProps<T> = {
21
- [K in keyof T]-?: {} extends Pick<T, K> ? {
22
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
23
- } : {
24
- type: import('vue').PropType<T[K]>;
25
- required: true;
26
- };
27
- };
28
- type __VLS_WithDefaults<P, D> = {
29
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
30
- default: D[K];
31
- }> : P[K];
32
- };
33
- type __VLS_Prettify<T> = {
34
- [K in keyof T]: T[K];
35
- } & {};
36
- type __VLS_WithTemplateSlots<T, S> = T & {
37
- new (): {
38
- $slots: S;
39
- };
40
- };
@@ -1,2 +0,0 @@
1
- export declare const BUTTON_GROUP_ORIENTATIONS: readonly ["horizontal", "vertical"];
2
- export type ButtonGroupOrientation = (typeof BUTTON_GROUP_ORIENTATIONS)[number];
@@ -1,14 +0,0 @@
1
- import { ButtonGroupOrientation } from './constants';
2
-
3
- export { default as ButtonGroup } from './ButtonGroup.vue';
4
- export { default as ButtonGroupSeparator } from './ButtonGroupSeparator.vue';
5
- export { default as ButtonGroupText } from './ButtonGroupText.vue';
6
- export { BUTTON_GROUP_ORIENTATIONS } from './constants';
7
- export type { ButtonGroupOrientation } from './constants';
8
- export type ButtonGroupVariants = {
9
- orientation?: ButtonGroupOrientation;
10
- };
11
- /** Returns class string for button group (backward compatibility). */
12
- export declare function buttonGroupVariants(options?: {
13
- orientation?: ButtonGroupOrientation;
14
- }): string;
@@ -1,59 +0,0 @@
1
- import { HTMLAttributes } from 'vue';
2
- import { default as useEmblaCarousel } from 'embla-carousel-vue';
3
- import { CarouselApi, CarouselItemBasis, CarouselOrientation } from './context';
4
-
5
- export type CarouselPlugins = Parameters<typeof useEmblaCarousel>[1];
6
- export type CarouselEventHandler = (api: CarouselApi, eventName: string) => void;
7
- export type CarouselEventHandlers = Partial<Record<string, CarouselEventHandler>>;
8
- interface Props {
9
- class?: HTMLAttributes["class"];
10
- opts?: Record<string, unknown>;
11
- basis?: CarouselItemBasis;
12
- basisSm?: CarouselItemBasis;
13
- basisMd?: CarouselItemBasis;
14
- basisLg?: CarouselItemBasis;
15
- basisXl?: CarouselItemBasis;
16
- basis2xl?: CarouselItemBasis;
17
- orientation?: CarouselOrientation;
18
- plugins?: CarouselPlugins;
19
- setApi?: (api: CarouselApi | undefined) => void;
20
- events?: CarouselEventHandlers;
21
- }
22
- declare function __VLS_template(): {
23
- controls?(_: {}): any;
24
- content?(_: {}): any;
25
- };
26
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
27
- basis: number;
28
- orientation: string;
29
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
30
- basis: number;
31
- orientation: string;
32
- }>>> & Readonly<{}>, {
33
- orientation: CarouselOrientation;
34
- basis: CarouselItemBasis;
35
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
36
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
37
- export default _default;
38
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
39
- type __VLS_TypePropsToRuntimeProps<T> = {
40
- [K in keyof T]-?: {} extends Pick<T, K> ? {
41
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
42
- } : {
43
- type: import('vue').PropType<T[K]>;
44
- required: true;
45
- };
46
- };
47
- type __VLS_WithDefaults<P, D> = {
48
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
49
- default: D[K];
50
- }> : P[K];
51
- };
52
- type __VLS_Prettify<T> = {
53
- [K in keyof T]: T[K];
54
- } & {};
55
- type __VLS_WithTemplateSlots<T, S> = T & {
56
- new (): {
57
- $slots: S;
58
- };
59
- };
@@ -1,25 +0,0 @@
1
- import { HTMLAttributes } from 'vue';
2
-
3
- interface Props {
4
- class?: HTMLAttributes["class"];
5
- }
6
- declare function __VLS_template(): {
7
- default?(_: {}): any;
8
- };
9
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
11
- export default _default;
12
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
13
- type __VLS_TypePropsToRuntimeProps<T> = {
14
- [K in keyof T]-?: {} extends Pick<T, K> ? {
15
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
16
- } : {
17
- type: import('vue').PropType<T[K]>;
18
- required: true;
19
- };
20
- };
21
- type __VLS_WithTemplateSlots<T, S> = T & {
22
- new (): {
23
- $slots: S;
24
- };
25
- };
@@ -1,32 +0,0 @@
1
- import { HTMLAttributes } from 'vue';
2
- import { CarouselItemBasis } from './context';
3
-
4
- interface Props {
5
- class?: HTMLAttributes["class"];
6
- basis?: CarouselItemBasis;
7
- basisSm?: CarouselItemBasis;
8
- basisMd?: CarouselItemBasis;
9
- basisLg?: CarouselItemBasis;
10
- basisXl?: CarouselItemBasis;
11
- basis2xl?: CarouselItemBasis;
12
- }
13
- declare function __VLS_template(): {
14
- default?(_: {}): any;
15
- };
16
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
17
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
18
- export default _default;
19
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
- type __VLS_TypePropsToRuntimeProps<T> = {
21
- [K in keyof T]-?: {} extends Pick<T, K> ? {
22
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
23
- } : {
24
- type: import('vue').PropType<T[K]>;
25
- required: true;
26
- };
27
- };
28
- type __VLS_WithTemplateSlots<T, S> = T & {
29
- new (): {
30
- $slots: S;
31
- };
32
- };
@@ -1,16 +0,0 @@
1
- import { HTMLAttributes } from 'vue';
2
-
3
- interface Props {
4
- class?: HTMLAttributes["class"];
5
- }
6
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7
- export default _default;
8
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- type __VLS_TypePropsToRuntimeProps<T> = {
10
- [K in keyof T]-?: {} extends Pick<T, K> ? {
11
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
- } : {
13
- type: import('vue').PropType<T[K]>;
14
- required: true;
15
- };
16
- };
@@ -1,16 +0,0 @@
1
- import { HTMLAttributes } from 'vue';
2
-
3
- interface Props {
4
- class?: HTMLAttributes["class"];
5
- }
6
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7
- export default _default;
8
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- type __VLS_TypePropsToRuntimeProps<T> = {
10
- [K in keyof T]-?: {} extends Pick<T, K> ? {
11
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
- } : {
13
- type: import('vue').PropType<T[K]>;
14
- required: true;
15
- };
16
- };
@@ -1,26 +0,0 @@
1
- import { InjectionKey, Ref } from 'vue';
2
- import { default as useEmblaCarousel } from 'embla-carousel-vue';
3
-
4
- export type CarouselOrientation = "horizontal" | "vertical";
5
- export type CarouselItemBasis = 1 | 2 | 3;
6
- export interface CarouselResponsiveBasis {
7
- sm?: CarouselItemBasis;
8
- md?: CarouselItemBasis;
9
- lg?: CarouselItemBasis;
10
- xl?: CarouselItemBasis;
11
- "2xl"?: CarouselItemBasis;
12
- }
13
- type EmblaApiRef = ReturnType<typeof useEmblaCarousel>[1];
14
- export type CarouselApi = NonNullable<EmblaApiRef["value"]>;
15
- export interface CarouselContextValue {
16
- api: Ref<CarouselApi | undefined>;
17
- basis: Ref<CarouselItemBasis>;
18
- responsiveBasis: Ref<CarouselResponsiveBasis>;
19
- orientation: Ref<CarouselOrientation>;
20
- scrollPrev: () => void;
21
- scrollNext: () => void;
22
- canScrollPrev: Ref<boolean>;
23
- canScrollNext: Ref<boolean>;
24
- }
25
- export declare const carouselContextKey: InjectionKey<CarouselContextValue>;
26
- export {};
@@ -1,7 +0,0 @@
1
- export { default as Carousel } from './Carousel.vue';
2
- export { default as CarouselContent } from './CarouselContent.vue';
3
- export { default as CarouselItem } from './CarouselItem.vue';
4
- export { default as CarouselPrevious } from './CarouselPrevious.vue';
5
- export { default as CarouselNext } from './CarouselNext.vue';
6
- export type { CarouselItemBasis, CarouselResponsiveBasis, CarouselOrientation, CarouselApi } from './context';
7
- export type { CarouselEventHandler, CarouselEventHandlers, CarouselPlugins } from './Carousel.vue';
@@ -1,13 +0,0 @@
1
-
2
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
- modelValue: import('vue').PropType<boolean | "indeterminate">;
4
- class: {
5
- type: import('vue').PropType<any>;
6
- };
7
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
8
- modelValue: import('vue').PropType<boolean | "indeterminate">;
9
- class: {
10
- type: import('vue').PropType<any>;
11
- };
12
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13
- export default _default;
@@ -1,68 +0,0 @@
1
- import { CheckboxFieldAppearance, CheckboxFieldLayout } from './constants';
2
-
3
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
- modelValue: import('vue').PropType<boolean | "indeterminate">;
5
- disabled: {
6
- type: import('vue').PropType<boolean>;
7
- };
8
- label: {
9
- type: import('vue').PropType<string>;
10
- required: true;
11
- };
12
- class: {
13
- type: import('vue').PropType<any>;
14
- };
15
- id: {
16
- type: import('vue').PropType<string>;
17
- };
18
- secondaryText: {
19
- type: import('vue').PropType<string>;
20
- };
21
- appearance: {
22
- type: import('vue').PropType<"plain" | "card">;
23
- default: string;
24
- };
25
- layout: {
26
- type: import('vue').PropType<"inline" | "block">;
27
- default: string;
28
- };
29
- flipped: {
30
- type: import('vue').PropType<boolean>;
31
- default: boolean;
32
- };
33
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
34
- modelValue: import('vue').PropType<boolean | "indeterminate">;
35
- disabled: {
36
- type: import('vue').PropType<boolean>;
37
- };
38
- label: {
39
- type: import('vue').PropType<string>;
40
- required: true;
41
- };
42
- class: {
43
- type: import('vue').PropType<any>;
44
- };
45
- id: {
46
- type: import('vue').PropType<string>;
47
- };
48
- secondaryText: {
49
- type: import('vue').PropType<string>;
50
- };
51
- appearance: {
52
- type: import('vue').PropType<"plain" | "card">;
53
- default: string;
54
- };
55
- layout: {
56
- type: import('vue').PropType<"inline" | "block">;
57
- default: string;
58
- };
59
- flipped: {
60
- type: import('vue').PropType<boolean>;
61
- default: boolean;
62
- };
63
- }>> & Readonly<{}>, {
64
- appearance: CheckboxFieldAppearance;
65
- layout: CheckboxFieldLayout;
66
- flipped: boolean;
67
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
68
- export default _default;
@@ -1,4 +0,0 @@
1
- export declare const CHECKBOX_FIELD_APPEARANCES: readonly ["plain", "card"];
2
- export type CheckboxFieldAppearance = (typeof CHECKBOX_FIELD_APPEARANCES)[number];
3
- export declare const CHECKBOX_FIELD_LAYOUTS: readonly ["inline", "block"];
4
- export type CheckboxFieldLayout = (typeof CHECKBOX_FIELD_LAYOUTS)[number];
@@ -1,4 +0,0 @@
1
- export { default as Checkbox } from './Checkbox.vue';
2
- export { default as CheckboxField } from './CheckboxField.vue';
3
- export { CHECKBOX_FIELD_APPEARANCES, CHECKBOX_FIELD_LAYOUTS } from './constants';
4
- export type { CheckboxFieldAppearance, CheckboxFieldLayout } from './constants';
@@ -1,72 +0,0 @@
1
- import { HTMLAttributes } from 'vue';
2
- import { PrimitiveProps } from 'reka-ui';
3
-
4
- interface Props extends PrimitiveProps {
5
- class?: HTMLAttributes["class"];
6
- /** Width behavior for the root card container. */
7
- width?: "default" | "fluid" | "custom";
8
- /** Used when `width` is `custom`; accepts CSS max-width values. */
9
- maxWidth?: string | number;
10
- /** Optional media; when `null`, the media area is removed (no gap). */
11
- imageSrc?: string | null;
12
- imageAlt?: string;
13
- /** Header props (not slots). */
14
- category: string;
15
- title: string;
16
- titleHeadingLevel: 1 | 2 | 3 | 4 | 5 | 6;
17
- /** Optional basic content text (hidden when omitted). */
18
- contentText?: string | null;
19
- }
20
- declare function __VLS_template(): {
21
- default?(_: {}): any;
22
- badge?(_: {}): any;
23
- "header-accessory"?(_: {}): any;
24
- "custom-content"?(_: {}): any;
25
- footer?(_: {}): any;
26
- };
27
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
28
- as: string;
29
- width: string;
30
- maxWidth: string;
31
- imageSrc: null;
32
- imageAlt: string;
33
- contentText: null;
34
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
35
- as: string;
36
- width: string;
37
- maxWidth: string;
38
- imageSrc: null;
39
- imageAlt: string;
40
- contentText: null;
41
- }>>> & Readonly<{}>, {
42
- as: import('reka-ui').AsTag | import('vue').Component;
43
- width: "default" | "fluid" | "custom";
44
- maxWidth: string | number;
45
- imageSrc: string | null;
46
- imageAlt: string;
47
- contentText: string | null;
48
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
49
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
50
- export default _default;
51
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
52
- type __VLS_TypePropsToRuntimeProps<T> = {
53
- [K in keyof T]-?: {} extends Pick<T, K> ? {
54
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
55
- } : {
56
- type: import('vue').PropType<T[K]>;
57
- required: true;
58
- };
59
- };
60
- type __VLS_WithDefaults<P, D> = {
61
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
62
- default: D[K];
63
- }> : P[K];
64
- };
65
- type __VLS_Prettify<T> = {
66
- [K in keyof T]: T[K];
67
- } & {};
68
- type __VLS_WithTemplateSlots<T, S> = T & {
69
- new (): {
70
- $slots: S;
71
- };
72
- };
@@ -1 +0,0 @@
1
- export { default as ContentCard } from './ContentCard.vue';
@@ -1,48 +0,0 @@
1
- import { HTMLAttributes } from 'vue';
2
- import { FieldOrientation } from './constants';
3
-
4
- declare function __VLS_template(): {
5
- default?(_: {}): any;
6
- };
7
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
8
- class?: HTMLAttributes["class"];
9
- orientation?: FieldOrientation;
10
- as?: string;
11
- }>, {
12
- orientation: string;
13
- as: string;
14
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
15
- class?: HTMLAttributes["class"];
16
- orientation?: FieldOrientation;
17
- as?: string;
18
- }>, {
19
- orientation: string;
20
- as: string;
21
- }>>> & Readonly<{}>, {
22
- orientation: FieldOrientation;
23
- as: string;
24
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
25
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
26
- export default _default;
27
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
- type __VLS_TypePropsToRuntimeProps<T> = {
29
- [K in keyof T]-?: {} extends Pick<T, K> ? {
30
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
- } : {
32
- type: import('vue').PropType<T[K]>;
33
- required: true;
34
- };
35
- };
36
- type __VLS_WithDefaults<P, D> = {
37
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
38
- default: D[K];
39
- }> : P[K];
40
- };
41
- type __VLS_Prettify<T> = {
42
- [K in keyof T]: T[K];
43
- } & {};
44
- type __VLS_WithTemplateSlots<T, S> = T & {
45
- new (): {
46
- $slots: S;
47
- };
48
- };
@@ -1,26 +0,0 @@
1
- import { HTMLAttributes } from 'vue';
2
-
3
- declare function __VLS_template(): {
4
- default?(_: {}): any;
5
- };
6
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
- class?: HTMLAttributes["class"];
8
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
- class?: HTMLAttributes["class"];
10
- }>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
12
- export default _default;
13
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
- type __VLS_TypePropsToRuntimeProps<T> = {
15
- [K in keyof T]-?: {} extends Pick<T, K> ? {
16
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
17
- } : {
18
- type: import('vue').PropType<T[K]>;
19
- required: true;
20
- };
21
- };
22
- type __VLS_WithTemplateSlots<T, S> = T & {
23
- new (): {
24
- $slots: S;
25
- };
26
- };
@@ -1,26 +0,0 @@
1
- import { HTMLAttributes } from 'vue';
2
-
3
- declare function __VLS_template(): {
4
- default?(_: {}): any;
5
- };
6
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
- class?: HTMLAttributes["class"];
8
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
- class?: HTMLAttributes["class"];
10
- }>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
12
- export default _default;
13
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
- type __VLS_TypePropsToRuntimeProps<T> = {
15
- [K in keyof T]-?: {} extends Pick<T, K> ? {
16
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
17
- } : {
18
- type: import('vue').PropType<T[K]>;
19
- required: true;
20
- };
21
- };
22
- type __VLS_WithTemplateSlots<T, S> = T & {
23
- new (): {
24
- $slots: S;
25
- };
26
- };