@equal-experts/kuat-vue 0.11.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
package/dist/switch.js CHANGED
@@ -1,4 +1,4 @@
1
- import { S as _, b as s, _ as A, a as E } from "./constants-Ils7NSfg.js";
1
+ import { S as _, b as s, _ as A, a as E } from "./constants-BZKku54w.js";
2
2
  export {
3
3
  _ as SWITCH_FIELD_APPEARANCES,
4
4
  s as SWITCH_FIELD_LAYOUTS,
@@ -2,7 +2,7 @@ import { c as p } from "./utils-DLUjLwnh.js";
2
2
  import { defineComponent as n, createBlock as i, openBlock as u, unref as o, mergeProps as g, withCtx as c, renderSlot as d } from "vue";
3
3
  import { useForwardPropsEmits as m, ToggleGroupRoot as f, useForwardProps as _, ToggleGroupItem as G } from "reka-ui";
4
4
  import { T as $, a as w } from "./constants-CXAkjttx.js";
5
- import { r as T } from "./index-A7umpmtg.js";
5
+ import { r as T } from "./index-OELvcT-N.js";
6
6
  const k = /* @__PURE__ */ n({
7
7
  __name: "ToggleGroup",
8
8
  props: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equal-experts/kuat-vue",
3
- "version": "0.11.0",
3
+ "version": "0.13.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -78,6 +78,10 @@
78
78
  "import": "./dist/kuat-carousel.js",
79
79
  "types": "./dist/kuat-carousel.d.ts"
80
80
  },
81
+ "./icon-button": {
82
+ "import": "./dist/icon-button.js",
83
+ "types": "./dist/icon-button.d.ts"
84
+ },
81
85
  "./styles": {
82
86
  "types": "./dist/style.css.d.ts",
83
87
  "default": "./dist/style.css"
@@ -1,2 +0,0 @@
1
- export { cn } from './lib/utils';
2
- export { Accordion, AccordionItem, AccordionTrigger, AccordionContent, } from './components/ui/accordion';
@@ -1,2 +0,0 @@
1
- export { cn } from './lib/utils';
2
- export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger, } from './components/ui/alert-dialog';
package/dist/badge.d.ts DELETED
@@ -1,3 +0,0 @@
1
- export { cn } from './lib/utils';
2
- export { Badge, badgeVariants } from './components/ui/badge';
3
- export type { BadgeVariants } from './components/ui/badge';
@@ -1,3 +0,0 @@
1
- export { cn } from './lib/utils';
2
- export { ButtonGroup, ButtonGroupSeparator, ButtonGroupText, buttonGroupVariants, } from './components/ui/button-group';
3
- export type { ButtonGroupVariants } from './components/ui/button-group';
package/dist/button.d.ts DELETED
@@ -1,3 +0,0 @@
1
- export { cn } from './lib/utils';
2
- export { Button, buttonVariants } from './components/ui/button';
3
- export type { ButtonVariants } from './components/ui/button';
@@ -1,2 +0,0 @@
1
- export { Carousel, CarouselContent, CarouselItem, CarouselPrevious, CarouselNext, } from './components/ui/carousel';
2
- export type { CarouselItemBasis, CarouselResponsiveBasis, CarouselOrientation, CarouselApi, CarouselEventHandler, CarouselEventHandlers, } from './components/ui/carousel';
@@ -1,3 +0,0 @@
1
- export { cn } from './lib/utils';
2
- export { Checkbox, CheckboxField, CHECKBOX_FIELD_APPEARANCES, CHECKBOX_FIELD_LAYOUTS, } from './components/ui/checkbox';
3
- export type { CheckboxFieldAppearance, CheckboxFieldLayout } from './components/ui/checkbox';
@@ -1,26 +0,0 @@
1
- import { AccordionRootProps } from 'reka-ui';
2
-
3
- declare function __VLS_template(): {
4
- default?(_: {}): any;
5
- };
6
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AccordionRootProps<string | string[]>>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
- "update:modelValue": (value: string | string[] | undefined) => void;
8
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AccordionRootProps<string | string[]>>>> & Readonly<{
9
- "onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
10
- }>, {}, {}, {}, {}, 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,27 +0,0 @@
1
- import { AccordionContentProps } from 'reka-ui';
2
- import { HTMLAttributes } from 'vue';
3
-
4
- declare function __VLS_template(): {
5
- default?(_: {}): any;
6
- };
7
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AccordionContentProps & {
8
- class?: HTMLAttributes["class"];
9
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AccordionContentProps & {
10
- class?: HTMLAttributes["class"];
11
- }>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
13
- export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToRuntimeProps<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
24
- new (): {
25
- $slots: S;
26
- };
27
- };
@@ -1,27 +0,0 @@
1
- import { AccordionItemProps } from 'reka-ui';
2
- import { HTMLAttributes } from 'vue';
3
-
4
- declare function __VLS_template(): {
5
- default?(_: {}): any;
6
- };
7
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AccordionItemProps & {
8
- class?: HTMLAttributes["class"];
9
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AccordionItemProps & {
10
- class?: HTMLAttributes["class"];
11
- }>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
13
- export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToRuntimeProps<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
24
- new (): {
25
- $slots: S;
26
- };
27
- };
@@ -1,28 +0,0 @@
1
- import { AccordionTriggerProps } from 'reka-ui';
2
- import { HTMLAttributes } from 'vue';
3
-
4
- declare function __VLS_template(): {
5
- default?(_: {}): any;
6
- icon?(_: {}): any;
7
- };
8
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AccordionTriggerProps & {
9
- class?: HTMLAttributes["class"];
10
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AccordionTriggerProps & {
11
- class?: HTMLAttributes["class"];
12
- }>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
14
- export default _default;
15
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
- type __VLS_TypePropsToRuntimeProps<T> = {
17
- [K in keyof T]-?: {} extends Pick<T, K> ? {
18
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
19
- } : {
20
- type: import('vue').PropType<T[K]>;
21
- required: true;
22
- };
23
- };
24
- type __VLS_WithTemplateSlots<T, S> = T & {
25
- new (): {
26
- $slots: S;
27
- };
28
- };
@@ -1,4 +0,0 @@
1
- export { default as Accordion } from './Accordion.vue';
2
- export { default as AccordionContent } from './AccordionContent.vue';
3
- export { default as AccordionItem } from './AccordionItem.vue';
4
- export { default as AccordionTrigger } from './AccordionTrigger.vue';
@@ -1,26 +0,0 @@
1
- import { AlertDialogProps } from 'reka-ui';
2
-
3
- declare function __VLS_template(): {
4
- default?(_: {}): any;
5
- };
6
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AlertDialogProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
- "update:open": (value: boolean) => void;
8
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AlertDialogProps>>> & Readonly<{
9
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
10
- }>, {}, {}, {}, {}, 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,27 +0,0 @@
1
- import { AlertDialogActionProps } from 'reka-ui';
2
- import { HTMLAttributes } from 'vue';
3
-
4
- declare function __VLS_template(): {
5
- default?(_: {}): any;
6
- };
7
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AlertDialogActionProps & {
8
- class?: HTMLAttributes["class"];
9
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AlertDialogActionProps & {
10
- class?: HTMLAttributes["class"];
11
- }>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
13
- export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToRuntimeProps<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
24
- new (): {
25
- $slots: S;
26
- };
27
- };
@@ -1,27 +0,0 @@
1
- import { AlertDialogCancelProps } from 'reka-ui';
2
- import { HTMLAttributes } from 'vue';
3
-
4
- declare function __VLS_template(): {
5
- default?(_: {}): any;
6
- };
7
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AlertDialogCancelProps & {
8
- class?: HTMLAttributes["class"];
9
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AlertDialogCancelProps & {
10
- class?: HTMLAttributes["class"];
11
- }>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
13
- export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToRuntimeProps<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
24
- new (): {
25
- $slots: S;
26
- };
27
- };
@@ -1,41 +0,0 @@
1
- import { AlertDialogContentProps } from 'reka-ui';
2
- import { HTMLAttributes } from 'vue';
3
-
4
- declare function __VLS_template(): {
5
- default?(_: {}): any;
6
- };
7
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AlertDialogContentProps & {
8
- class?: HTMLAttributes["class"];
9
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
- escapeKeyDown: (event: KeyboardEvent) => void;
11
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => void;
12
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => void;
13
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => void;
14
- openAutoFocus: (event: Event) => void;
15
- closeAutoFocus: (event: Event) => void;
16
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AlertDialogContentProps & {
17
- class?: HTMLAttributes["class"];
18
- }>>> & Readonly<{
19
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
20
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
21
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
22
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
23
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
24
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
25
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
27
- export default _default;
28
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
- type __VLS_TypePropsToRuntimeProps<T> = {
30
- [K in keyof T]-?: {} extends Pick<T, K> ? {
31
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
32
- } : {
33
- type: import('vue').PropType<T[K]>;
34
- required: true;
35
- };
36
- };
37
- type __VLS_WithTemplateSlots<T, S> = T & {
38
- new (): {
39
- $slots: S;
40
- };
41
- };
@@ -1,27 +0,0 @@
1
- import { AlertDialogDescriptionProps } from 'reka-ui';
2
- import { HTMLAttributes } from 'vue';
3
-
4
- declare function __VLS_template(): {
5
- default?(_: {}): any;
6
- };
7
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AlertDialogDescriptionProps & {
8
- class?: HTMLAttributes["class"];
9
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AlertDialogDescriptionProps & {
10
- class?: HTMLAttributes["class"];
11
- }>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
13
- export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToRuntimeProps<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
24
- new (): {
25
- $slots: S;
26
- };
27
- };
@@ -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
- };
@@ -1,27 +0,0 @@
1
- import { AlertDialogTitleProps } from 'reka-ui';
2
- import { HTMLAttributes } from 'vue';
3
-
4
- declare function __VLS_template(): {
5
- default?(_: {}): any;
6
- };
7
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AlertDialogTitleProps & {
8
- class?: HTMLAttributes["class"];
9
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AlertDialogTitleProps & {
10
- class?: HTMLAttributes["class"];
11
- }>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
13
- export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToRuntimeProps<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithTemplateSlots<T, S> = T & {
24
- new (): {
25
- $slots: S;
26
- };
27
- };
@@ -1,22 +0,0 @@
1
- import { AlertDialogTriggerProps } from 'reka-ui';
2
-
3
- declare function __VLS_template(): {
4
- default?(_: {}): any;
5
- };
6
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AlertDialogTriggerProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AlertDialogTriggerProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
8
- export default _default;
9
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
- type __VLS_TypePropsToRuntimeProps<T> = {
11
- [K in keyof T]-?: {} extends Pick<T, K> ? {
12
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
13
- } : {
14
- type: import('vue').PropType<T[K]>;
15
- required: true;
16
- };
17
- };
18
- type __VLS_WithTemplateSlots<T, S> = T & {
19
- new (): {
20
- $slots: S;
21
- };
22
- };
@@ -1,9 +0,0 @@
1
- export { default as AlertDialog } from './AlertDialog.vue';
2
- export { default as AlertDialogAction } from './AlertDialogAction.vue';
3
- export { default as AlertDialogCancel } from './AlertDialogCancel.vue';
4
- export { default as AlertDialogContent } from './AlertDialogContent.vue';
5
- export { default as AlertDialogDescription } from './AlertDialogDescription.vue';
6
- export { default as AlertDialogFooter } from './AlertDialogFooter.vue';
7
- export { default as AlertDialogHeader } from './AlertDialogHeader.vue';
8
- export { default as AlertDialogTitle } from './AlertDialogTitle.vue';
9
- export { default as AlertDialogTrigger } from './AlertDialogTrigger.vue';
@@ -1,49 +0,0 @@
1
- import { PrimitiveProps } from 'reka-ui';
2
- import { HTMLAttributes } from 'vue';
3
- import { BadgeVariant, BadgeRoundness } from './constants';
4
-
5
- interface Props extends PrimitiveProps {
6
- variant?: BadgeVariant;
7
- roundness?: BadgeRoundness;
8
- class?: HTMLAttributes["class"];
9
- }
10
- declare function __VLS_template(): {
11
- default?(_: {}): any;
12
- };
13
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
14
- as: string;
15
- variant: string;
16
- roundness: string;
17
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
18
- as: string;
19
- variant: string;
20
- roundness: string;
21
- }>>> & Readonly<{}>, {
22
- as: import('reka-ui').AsTag | import('vue').Component;
23
- variant: BadgeVariant;
24
- roundness: BadgeRoundness;
25
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
27
- export default _default;
28
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
- type __VLS_TypePropsToRuntimeProps<T> = {
30
- [K in keyof T]-?: {} extends Pick<T, K> ? {
31
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
32
- } : {
33
- type: import('vue').PropType<T[K]>;
34
- required: true;
35
- };
36
- };
37
- type __VLS_WithDefaults<P, D> = {
38
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
39
- default: D[K];
40
- }> : P[K];
41
- };
42
- type __VLS_Prettify<T> = {
43
- [K in keyof T]: T[K];
44
- } & {};
45
- type __VLS_WithTemplateSlots<T, S> = T & {
46
- new (): {
47
- $slots: S;
48
- };
49
- };
@@ -1,4 +0,0 @@
1
- export declare const BADGE_VARIANTS: readonly ["default", "secondary", "destructive", "outline", "ghost"];
2
- export type BadgeVariant = (typeof BADGE_VARIANTS)[number];
3
- export declare const BADGE_ROUNDNESS: readonly ["default", "round"];
4
- export type BadgeRoundness = (typeof BADGE_ROUNDNESS)[number];
@@ -1,14 +0,0 @@
1
- import { BadgeVariant, BadgeRoundness } from './constants';
2
-
3
- export { default as Badge } from './Badge.vue';
4
- export { BADGE_VARIANTS, BADGE_ROUNDNESS } from './constants';
5
- export type { BadgeVariant, BadgeRoundness } from './constants';
6
- export type BadgeVariants = {
7
- variant?: BadgeVariant;
8
- roundness?: BadgeRoundness;
9
- };
10
- /** Returns class string for badge variant (backward compatibility). */
11
- export declare function badgeVariants(options?: {
12
- variant?: BadgeVariant;
13
- roundness?: BadgeRoundness;
14
- }): string;
@@ -1,34 +0,0 @@
1
- import { HTMLAttributes } from 'vue';
2
- import { BreadcrumbItemEntry } from './types';
3
-
4
- interface Props {
5
- items: BreadcrumbItemEntry[];
6
- /** aria-label for the nav. Default "Breadcrumb". */
7
- ariaLabel?: string;
8
- class?: HTMLAttributes["class"];
9
- }
10
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
11
- ariaLabel: string;
12
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
13
- ariaLabel: string;
14
- }>>> & Readonly<{}>, {
15
- ariaLabel: string;
16
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
17
- export default _default;
18
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
- type __VLS_TypePropsToRuntimeProps<T> = {
20
- [K in keyof T]-?: {} extends Pick<T, K> ? {
21
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
22
- } : {
23
- type: import('vue').PropType<T[K]>;
24
- required: true;
25
- };
26
- };
27
- type __VLS_WithDefaults<P, D> = {
28
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
29
- default: D[K];
30
- }> : P[K];
31
- };
32
- type __VLS_Prettify<T> = {
33
- [K in keyof T]: T[K];
34
- } & {};
@@ -1,2 +0,0 @@
1
- export { default as Breadcrumb } from './Breadcrumb.vue';
2
- export type { BreadcrumbItemEntry } from './types';
@@ -1,8 +0,0 @@
1
- export interface BreadcrumbItemEntry {
2
- label: string;
3
- href?: string;
4
- children?: Array<{
5
- label: string;
6
- href: string;
7
- }>;
8
- }
@@ -1,53 +0,0 @@
1
- import { PrimitiveProps } from 'reka-ui';
2
- import { HTMLAttributes } from 'vue';
3
- import { ButtonVariant, ButtonSize, ButtonColor } from './constants';
4
-
5
- interface Props extends PrimitiveProps {
6
- variant?: ButtonVariant | "default";
7
- size?: ButtonSize | "sm" | "lg";
8
- color?: ButtonColor;
9
- class?: HTMLAttributes["class"];
10
- }
11
- declare function __VLS_template(): {
12
- default?(_: {}): any;
13
- };
14
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
15
- as: string;
16
- variant: string;
17
- size: string;
18
- color: string;
19
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
20
- as: string;
21
- variant: string;
22
- size: string;
23
- color: string;
24
- }>>> & Readonly<{}>, {
25
- as: import('reka-ui').AsTag | import('vue').Component;
26
- size: ButtonSize | "sm" | "lg";
27
- color: ButtonColor;
28
- variant: ButtonVariant | "default";
29
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
30
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
31
- export default _default;
32
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
33
- type __VLS_TypePropsToRuntimeProps<T> = {
34
- [K in keyof T]-?: {} extends Pick<T, K> ? {
35
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
36
- } : {
37
- type: import('vue').PropType<T[K]>;
38
- required: true;
39
- };
40
- };
41
- type __VLS_WithDefaults<P, D> = {
42
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
43
- default: D[K];
44
- }> : P[K];
45
- };
46
- type __VLS_Prettify<T> = {
47
- [K in keyof T]: T[K];
48
- } & {};
49
- type __VLS_WithTemplateSlots<T, S> = T & {
50
- new (): {
51
- $slots: S;
52
- };
53
- };