@equal-experts/kuat-vue 0.13.0 → 0.13.1

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 (205) hide show
  1. package/agent-docs/AGENTS.md +10 -0
  2. package/agent-docs/README.md +17 -0
  3. package/agent-docs/bundle-manifest.json +63 -0
  4. package/agent-docs/components/_template.md +21 -0
  5. package/agent-docs/components/button-group.md +27 -0
  6. package/agent-docs/components/button.md +50 -0
  7. package/agent-docs/components/components.manifest.json +20 -0
  8. package/agent-docs/components/kuat-header.md +27 -0
  9. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/LOADING.md +166 -0
  10. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/accessibility.md +444 -0
  11. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/brand.md +99 -0
  12. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/README.md +28 -0
  13. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/formatting.md +93 -0
  14. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/numbers.md +69 -0
  15. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/punctuation.md +75 -0
  16. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/voice-and-tone.md +263 -0
  17. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/content/writing-style.md +91 -0
  18. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/README.md +28 -0
  19. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/borders.md +159 -0
  20. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/colours.md +173 -0
  21. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/design-language.md +116 -0
  22. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/spacing.md +130 -0
  23. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/design/typography.md +155 -0
  24. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/foundations/logo.md +151 -0
  25. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/content/README.md +26 -0
  26. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/content/blog-posts.md +33 -0
  27. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/content/marketing-content.md +65 -0
  28. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/content/seo.md +44 -0
  29. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/emails.md +74 -0
  30. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/scenarios/README.md +18 -0
  31. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/scenarios/marketing-pages.md +368 -0
  32. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/marketing/website.md +169 -0
  33. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/DEPRECATIONS.md +28 -0
  34. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/README.md +65 -0
  35. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/accessibility.md +402 -0
  36. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/component-decision-tree.md +263 -0
  37. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/component-registry.md +68 -0
  38. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/README.md +29 -0
  39. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/actions.md +51 -0
  40. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/confirmations.md +57 -0
  41. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/empty-states.md +43 -0
  42. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/errors.md +54 -0
  43. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/forms.md +74 -0
  44. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/content/product-content.md +138 -0
  45. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/design.md +207 -0
  46. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/emails.md +71 -0
  47. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/review-checklist.md +57 -0
  48. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/review-context.md +44 -0
  49. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/README.md +82 -0
  50. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/authentication.md +303 -0
  51. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/dashboards.md +313 -0
  52. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/documentation.md +333 -0
  53. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/scenarios/forms.md +361 -0
  54. package/agent-docs/external/kuat-agent-rules/kuat-docs/rules/types/web/product/technical.md +488 -0
  55. package/agent-docs/kuat-docs/rules/README.md +148 -0
  56. package/agent-docs/kuat-docs/rules/design/layouts.md +394 -0
  57. package/agent-docs/kuat-docs/rules/scenarios/README.md +83 -0
  58. package/agent-docs/kuat-docs/rules/scenarios/authentication.md +301 -0
  59. package/agent-docs/kuat-docs/rules/scenarios/dashboards.md +314 -0
  60. package/agent-docs/kuat-docs/rules/scenarios/documentation.md +333 -0
  61. package/agent-docs/kuat-docs/rules/scenarios/forms.md +359 -0
  62. package/agent-docs/kuat-docs/rules/scenarios/marketing-pages.md +367 -0
  63. package/agent-docs/manifest.json +9 -0
  64. package/agent-docs/rules/LOADING-consumer.md +27 -0
  65. package/dist/accordion.d.ts +2 -0
  66. package/dist/alert-dialog.d.ts +2 -0
  67. package/dist/badge.d.ts +3 -0
  68. package/dist/button-group.d.ts +3 -0
  69. package/dist/button.d.ts +3 -0
  70. package/dist/carousel.d.ts +2 -0
  71. package/dist/checkbox.d.ts +3 -0
  72. package/dist/components/ui/accordion/Accordion.vue.d.ts +26 -0
  73. package/dist/components/ui/accordion/AccordionContent.vue.d.ts +27 -0
  74. package/dist/components/ui/accordion/AccordionItem.vue.d.ts +27 -0
  75. package/dist/components/ui/accordion/AccordionTrigger.vue.d.ts +28 -0
  76. package/dist/components/ui/accordion/index.d.ts +4 -0
  77. package/dist/components/ui/alert-dialog/AlertDialog.vue.d.ts +26 -0
  78. package/dist/components/ui/alert-dialog/AlertDialogAction.vue.d.ts +27 -0
  79. package/dist/components/ui/alert-dialog/AlertDialogCancel.vue.d.ts +27 -0
  80. package/dist/components/ui/alert-dialog/AlertDialogContent.vue.d.ts +41 -0
  81. package/dist/components/ui/alert-dialog/AlertDialogDescription.vue.d.ts +27 -0
  82. package/dist/components/ui/alert-dialog/AlertDialogFooter.vue.d.ts +26 -0
  83. package/dist/components/ui/alert-dialog/AlertDialogHeader.vue.d.ts +26 -0
  84. package/dist/components/ui/alert-dialog/AlertDialogTitle.vue.d.ts +27 -0
  85. package/dist/components/ui/alert-dialog/AlertDialogTrigger.vue.d.ts +22 -0
  86. package/dist/components/ui/alert-dialog/index.d.ts +9 -0
  87. package/dist/components/ui/badge/Badge.vue.d.ts +49 -0
  88. package/dist/components/ui/badge/constants.d.ts +4 -0
  89. package/dist/components/ui/badge/index.d.ts +14 -0
  90. package/dist/components/ui/breadcrumb/Breadcrumb.vue.d.ts +34 -0
  91. package/dist/components/ui/breadcrumb/index.d.ts +2 -0
  92. package/dist/components/ui/breadcrumb/types.d.ts +8 -0
  93. package/dist/components/ui/button/Button.vue.d.ts +53 -0
  94. package/dist/components/ui/button/constants.d.ts +12 -0
  95. package/dist/components/ui/button/index.d.ts +12 -0
  96. package/dist/components/ui/button-group/ButtonGroup.vue.d.ts +43 -0
  97. package/dist/components/ui/button-group/ButtonGroupSeparator.vue.d.ts +32 -0
  98. package/dist/components/ui/button-group/ButtonGroupText.vue.d.ts +40 -0
  99. package/dist/components/ui/button-group/constants.d.ts +2 -0
  100. package/dist/components/ui/button-group/index.d.ts +14 -0
  101. package/dist/components/ui/carousel/Carousel.vue.d.ts +59 -0
  102. package/dist/components/ui/carousel/CarouselContent.vue.d.ts +25 -0
  103. package/dist/components/ui/carousel/CarouselItem.vue.d.ts +32 -0
  104. package/dist/components/ui/carousel/CarouselNext.vue.d.ts +16 -0
  105. package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts +16 -0
  106. package/dist/components/ui/carousel/context.d.ts +26 -0
  107. package/dist/components/ui/carousel/index.d.ts +7 -0
  108. package/dist/components/ui/checkbox/Checkbox.vue.d.ts +13 -0
  109. package/dist/components/ui/checkbox/CheckboxField.vue.d.ts +68 -0
  110. package/dist/components/ui/checkbox/constants.d.ts +4 -0
  111. package/dist/components/ui/checkbox/index.d.ts +4 -0
  112. package/dist/components/ui/content-card/ContentCard.vue.d.ts +72 -0
  113. package/dist/components/ui/content-card/index.d.ts +1 -0
  114. package/dist/components/ui/field/Field.vue.d.ts +48 -0
  115. package/dist/components/ui/field/FieldContent.vue.d.ts +26 -0
  116. package/dist/components/ui/field/FieldDescription.vue.d.ts +26 -0
  117. package/dist/components/ui/field/FieldError.vue.d.ts +33 -0
  118. package/dist/components/ui/field/FieldGroup.vue.d.ts +26 -0
  119. package/dist/components/ui/field/FieldLabel.vue.d.ts +26 -0
  120. package/dist/components/ui/field/FieldLegend.vue.d.ts +43 -0
  121. package/dist/components/ui/field/FieldSeparator.vue.d.ts +26 -0
  122. package/dist/components/ui/field/FieldSet.vue.d.ts +26 -0
  123. package/dist/components/ui/field/FieldTitle.vue.d.ts +26 -0
  124. package/dist/components/ui/field/constants.d.ts +4 -0
  125. package/dist/components/ui/field/index.d.ts +12 -0
  126. package/dist/components/ui/icon-button/IconButton.vue.d.ts +62 -0
  127. package/dist/components/ui/icon-button/constants.d.ts +13 -0
  128. package/dist/components/ui/icon-button/index.d.ts +14 -0
  129. package/dist/components/ui/input/Input.vue.d.ts +34 -0
  130. package/dist/components/ui/input/constants.d.ts +2 -0
  131. package/dist/components/ui/input/index.d.ts +3 -0
  132. package/dist/components/ui/kuat-carousel/KuatCarousel.vue.d.ts +51 -0
  133. package/dist/components/ui/kuat-carousel/KuatCarouselContent.vue.d.ts +25 -0
  134. package/dist/components/ui/kuat-carousel/KuatCarouselItem.vue.d.ts +27 -0
  135. package/dist/components/ui/kuat-carousel/KuatCarouselNext.vue.d.ts +16 -0
  136. package/dist/components/ui/kuat-carousel/KuatCarouselPrevious.vue.d.ts +16 -0
  137. package/dist/components/ui/kuat-carousel/index.d.ts +6 -0
  138. package/dist/components/ui/kuat-header/EELogo.vue.d.ts +32 -0
  139. package/dist/components/ui/kuat-header/KuatHeader.vue.d.ts +56 -0
  140. package/dist/components/ui/kuat-header/constants.d.ts +83 -0
  141. package/dist/components/ui/kuat-header/index.d.ts +16 -0
  142. package/dist/components/ui/kuat-header/kuat-header.logic.d.ts +29 -0
  143. package/dist/components/ui/kuat-logo-lockup/EELogoIcon.vue.d.ts +18 -0
  144. package/dist/components/ui/kuat-logo-lockup/KuatLogoLockup.vue.d.ts +45 -0
  145. package/dist/components/ui/kuat-logo-lockup/constants.d.ts +4 -0
  146. package/dist/components/ui/kuat-logo-lockup/index.d.ts +4 -0
  147. package/dist/components/ui/kuat-radial-progress/KuatRadialProgress.vue.d.ts +52 -0
  148. package/dist/components/ui/kuat-radial-progress/constants.d.ts +4 -0
  149. package/dist/components/ui/kuat-radial-progress/index.d.ts +3 -0
  150. package/dist/components/ui/radio/RadioField.vue.d.ts +58 -0
  151. package/dist/components/ui/radio/RadioGroup.vue.d.ts +31 -0
  152. package/dist/components/ui/radio/RadioGroupItem.vue.d.ts +22 -0
  153. package/dist/components/ui/radio/constants.d.ts +4 -0
  154. package/dist/components/ui/radio/index.d.ts +5 -0
  155. package/dist/components/ui/select/KuatSelect.vue.d.ts +104 -0
  156. package/dist/components/ui/select/Select.vue.d.ts +28 -0
  157. package/dist/components/ui/select/SelectContent.vue.d.ts +52 -0
  158. package/dist/components/ui/select/SelectGroup.vue.d.ts +22 -0
  159. package/dist/components/ui/select/SelectItem.vue.d.ts +40 -0
  160. package/dist/components/ui/select/SelectLabel.vue.d.ts +27 -0
  161. package/dist/components/ui/select/SelectScrollDownButton.vue.d.ts +18 -0
  162. package/dist/components/ui/select/SelectScrollUpButton.vue.d.ts +18 -0
  163. package/dist/components/ui/select/SelectSeparator.vue.d.ts +18 -0
  164. package/dist/components/ui/select/SelectTrigger.vue.d.ts +72 -0
  165. package/dist/components/ui/select/SelectValue.vue.d.ts +18 -0
  166. package/dist/components/ui/select/constants.d.ts +18 -0
  167. package/dist/components/ui/select/index.d.ts +13 -0
  168. package/dist/components/ui/separator/Separator.vue.d.ts +35 -0
  169. package/dist/components/ui/separator/index.d.ts +1 -0
  170. package/dist/components/ui/sonner/KuatSonner.vue.d.ts +54 -0
  171. package/dist/components/ui/sonner/KuatSonnerContent.vue.d.ts +53 -0
  172. package/dist/components/ui/sonner/constants.d.ts +2 -0
  173. package/dist/components/ui/sonner/index.d.ts +7 -0
  174. package/dist/components/ui/sonner/toast.d.ts +17 -0
  175. package/dist/components/ui/switch/Switch.vue.d.ts +13 -0
  176. package/dist/components/ui/switch/SwitchField.vue.d.ts +68 -0
  177. package/dist/components/ui/switch/constants.d.ts +4 -0
  178. package/dist/components/ui/switch/index.d.ts +4 -0
  179. package/dist/components/ui/textarea/Textarea.vue.d.ts +24 -0
  180. package/dist/components/ui/textarea/constants.d.ts +2 -0
  181. package/dist/components/ui/textarea/index.d.ts +3 -0
  182. package/dist/components/ui/toggle/Toggle.vue.d.ts +42 -0
  183. package/dist/components/ui/toggle/constants.d.ts +4 -0
  184. package/dist/components/ui/toggle/index.d.ts +3 -0
  185. package/dist/components/ui/toggle-group/ToggleGroup.vue.d.ts +45 -0
  186. package/dist/components/ui/toggle-group/ToggleGroupItem.vue.d.ts +49 -0
  187. package/dist/components/ui/toggle-group/constants.d.ts +2 -0
  188. package/dist/components/ui/toggle-group/index.d.ts +4 -0
  189. package/dist/field.d.ts +3 -0
  190. package/dist/icon-button.d.ts +3 -0
  191. package/dist/index.d.ts +46 -0
  192. package/dist/input.d.ts +3 -0
  193. package/dist/kuat-carousel.d.ts +2 -0
  194. package/dist/lib/utils.d.ts +3 -0
  195. package/dist/radio.d.ts +3 -0
  196. package/dist/select.d.ts +3 -0
  197. package/dist/sonner.d.ts +1 -0
  198. package/dist/style.css +1 -1
  199. package/dist/style.css.d.ts +2 -0
  200. package/dist/switch.d.ts +1 -0
  201. package/dist/test/setup.d.ts +1 -0
  202. package/dist/textarea.d.ts +3 -0
  203. package/dist/toggle-group.d.ts +5 -0
  204. package/dist/toggle.d.ts +3 -0
  205. package/package.json +4 -2
@@ -0,0 +1,14 @@
1
+ import { ButtonVariant, ButtonColor } from '../button/constants';
2
+ import { IconButtonSize, IconButtonRoundness } from './constants';
3
+
4
+ export { default as IconButton } from './IconButton.vue';
5
+ export { ICON_BUTTON_SIZES, ICON_BUTTON_ROUNDNESS, ICON_BUTTON_VARIANT_DEFAULT_ALIAS, ICON_BUTTON_SIZE_SM_ALIAS, ICON_BUTTON_SIZE_LG_ALIAS, } from './constants';
6
+ export type { ButtonVariant, ButtonColor, IconButtonSize, IconButtonRoundness, } from './constants';
7
+ export type IconButtonVariants = {
8
+ variant?: ButtonVariant | "default";
9
+ size?: IconButtonSize | "sm" | "lg";
10
+ color?: ButtonColor;
11
+ roundness?: IconButtonRoundness;
12
+ };
13
+ /** Returns class string for icon button variant/size/color/roundness. */
14
+ export declare function iconButtonVariants(options?: IconButtonVariants): string;
@@ -0,0 +1,34 @@
1
+ import { InputSize } from './constants';
2
+
3
+ declare function __VLS_template(): {
4
+ leftDecoration?(_: {}): any;
5
+ rightDecoration?(_: {}): any;
6
+ };
7
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
8
+ modelValue: import('vue').PropType<string>;
9
+ size: {
10
+ type: import('vue').PropType<"small" | "mini" | "large" | "regular">;
11
+ default: string;
12
+ };
13
+ class: {
14
+ type: import('vue').PropType<any>;
15
+ };
16
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
17
+ modelValue: import('vue').PropType<string>;
18
+ size: {
19
+ type: import('vue').PropType<"small" | "mini" | "large" | "regular">;
20
+ default: string;
21
+ };
22
+ class: {
23
+ type: import('vue').PropType<any>;
24
+ };
25
+ }>> & Readonly<{}>, {
26
+ size: InputSize;
27
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
28
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
29
+ export default _default;
30
+ type __VLS_WithTemplateSlots<T, S> = T & {
31
+ new (): {
32
+ $slots: S;
33
+ };
34
+ };
@@ -0,0 +1,2 @@
1
+ export declare const INPUT_SIZES: readonly ["regular", "large", "small", "mini"];
2
+ export type InputSize = (typeof INPUT_SIZES)[number];
@@ -0,0 +1,3 @@
1
+ export { default as Input } from './Input.vue';
2
+ export { INPUT_SIZES } from './constants';
3
+ export type { InputSize } from './constants';
@@ -0,0 +1,51 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ import { CarouselApi, CarouselEventHandlers, CarouselOrientation, CarouselPlugins } from '../carousel';
3
+
4
+ export type KuatCarouselSlidesPerView = 1 | 2 | 3;
5
+ interface Props {
6
+ class?: HTMLAttributes["class"];
7
+ opts?: Record<string, unknown>;
8
+ plugins?: CarouselPlugins;
9
+ events?: CarouselEventHandlers;
10
+ setApi?: (api: CarouselApi | undefined) => void;
11
+ slidesPerView?: KuatCarouselSlidesPerView;
12
+ orientation?: CarouselOrientation;
13
+ }
14
+ declare function __VLS_template(): {
15
+ controls?(_: {}): any;
16
+ content?(_: {}): any;
17
+ };
18
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
19
+ slidesPerView: number;
20
+ orientation: string;
21
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
22
+ slidesPerView: number;
23
+ orientation: string;
24
+ }>>> & Readonly<{}>, {
25
+ orientation: CarouselOrientation;
26
+ slidesPerView: KuatCarouselSlidesPerView;
27
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
28
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
29
+ export default _default;
30
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
31
+ type __VLS_TypePropsToRuntimeProps<T> = {
32
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
33
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
34
+ } : {
35
+ type: import('vue').PropType<T[K]>;
36
+ required: true;
37
+ };
38
+ };
39
+ type __VLS_WithDefaults<P, D> = {
40
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
41
+ default: D[K];
42
+ }> : P[K];
43
+ };
44
+ type __VLS_Prettify<T> = {
45
+ [K in keyof T]: T[K];
46
+ } & {};
47
+ type __VLS_WithTemplateSlots<T, S> = T & {
48
+ new (): {
49
+ $slots: S;
50
+ };
51
+ };
@@ -0,0 +1,25 @@
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
+ };
@@ -0,0 +1,27 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ import { CarouselItemBasis } from '../carousel';
3
+
4
+ interface Props {
5
+ class?: HTMLAttributes["class"];
6
+ basis?: CarouselItemBasis;
7
+ }
8
+ declare function __VLS_template(): {
9
+ default?(_: {}): any;
10
+ };
11
+ 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>;
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
+ };
@@ -0,0 +1,16 @@
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
+ };
@@ -0,0 +1,16 @@
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
+ };
@@ -0,0 +1,6 @@
1
+ export { default as KuatCarousel } from './KuatCarousel.vue';
2
+ export { default as KuatCarouselContent } from './KuatCarouselContent.vue';
3
+ export { default as KuatCarouselItem } from './KuatCarouselItem.vue';
4
+ export { default as KuatCarouselPrevious } from './KuatCarouselPrevious.vue';
5
+ export { default as KuatCarouselNext } from './KuatCarouselNext.vue';
6
+ export type KuatCarouselSlidesPerView = 1 | 2 | 3;
@@ -0,0 +1,32 @@
1
+ import { EELogoTextColor } from './constants';
2
+
3
+ interface Props {
4
+ class?: string;
5
+ /** Text color variant - grey for default, white for bold */
6
+ textColor?: EELogoTextColor;
7
+ }
8
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
9
+ textColor: string;
10
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
11
+ textColor: string;
12
+ }>>> & Readonly<{}>, {
13
+ textColor: EELogoTextColor;
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
+ } & {};
@@ -0,0 +1,56 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ import { KuatHeaderVariant, KuatHeaderNavItem, KuatHeaderAccountConfig, KuatHeaderAppSwitcherConfig, KuatHeaderLockupConfig } from './constants';
3
+
4
+ interface Props {
5
+ class?: HTMLAttributes["class"];
6
+ variant?: KuatHeaderVariant;
7
+ title?: string;
8
+ lockup?: KuatHeaderLockupConfig;
9
+ navigationItems?: KuatHeaderNavItem[];
10
+ account?: KuatHeaderAccountConfig;
11
+ appSwitcher?: KuatHeaderAppSwitcherConfig;
12
+ mobileMenuAriaLabel?: string;
13
+ }
14
+ declare function __VLS_template(): {
15
+ logo?(_: {
16
+ variant: "bold" | "default";
17
+ }): any;
18
+ title?(_: {}): any;
19
+ navigation?(_: {}): any;
20
+ "account-markup"?(_: {}): any;
21
+ actions?(_: {}): any;
22
+ "mobile-menu-trigger"?(_: {}): any;
23
+ "mobile-menu"?(_: {}): any;
24
+ default?(_: {}): any;
25
+ };
26
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
27
+ variant: string;
28
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
29
+ variant: string;
30
+ }>>> & Readonly<{}>, {
31
+ variant: KuatHeaderVariant;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
33
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
34
+ export default _default;
35
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
36
+ type __VLS_TypePropsToRuntimeProps<T> = {
37
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
38
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
39
+ } : {
40
+ type: import('vue').PropType<T[K]>;
41
+ required: true;
42
+ };
43
+ };
44
+ type __VLS_WithDefaults<P, D> = {
45
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
46
+ default: D[K];
47
+ }> : P[K];
48
+ };
49
+ type __VLS_Prettify<T> = {
50
+ [K in keyof T]: T[K];
51
+ } & {};
52
+ type __VLS_WithTemplateSlots<T, S> = T & {
53
+ new (): {
54
+ $slots: S;
55
+ };
56
+ };
@@ -0,0 +1,83 @@
1
+ import { Component, VNode } from 'vue';
2
+
3
+ export declare const KUAT_HEADER_VARIANTS: readonly ["default", "bold"];
4
+ export type KuatHeaderVariant = (typeof KUAT_HEADER_VARIANTS)[number];
5
+ export declare const KUAT_HEADER_LOCKUP_VARIANTS: readonly ["default", "demo"];
6
+ export type KuatHeaderLockupVariant = (typeof KUAT_HEADER_LOCKUP_VARIANTS)[number];
7
+ export declare const EE_LOGO_TEXT_COLORS: readonly ["grey", "white"];
8
+ export type EELogoTextColor = (typeof EE_LOGO_TEXT_COLORS)[number];
9
+ export declare const KUAT_HEADER_APP_SWITCHER_EMPTY: readonly ["hide", "message"];
10
+ export type KuatHeaderAppSwitcherEmpty = (typeof KUAT_HEADER_APP_SWITCHER_EMPTY)[number];
11
+ export interface KuatHeaderApp {
12
+ id: string;
13
+ label: string;
14
+ href: string;
15
+ description?: string;
16
+ icon?: Component | VNode;
17
+ }
18
+ export interface KuatHeaderAppSwitcherLabels {
19
+ trigger?: string;
20
+ nav?: string;
21
+ title?: string;
22
+ teaserTitle?: string;
23
+ teaserDescription?: string;
24
+ }
25
+ export interface KuatHeaderAppSwitcherConfig {
26
+ apps: KuatHeaderApp[];
27
+ loading?: boolean;
28
+ empty?: KuatHeaderAppSwitcherEmpty;
29
+ emptyMessage?: string;
30
+ linkTarget?: string;
31
+ labels?: KuatHeaderAppSwitcherLabels;
32
+ onOpen?: () => void;
33
+ onSelect?: (app: KuatHeaderApp) => void;
34
+ }
35
+ export interface KuatHeaderAccountItem {
36
+ label: string;
37
+ href: string;
38
+ icon?: Component | VNode;
39
+ }
40
+ export interface KuatHeaderAccountMobileTier {
41
+ heading: string;
42
+ subtitle?: string;
43
+ items: KuatHeaderAccountItem[];
44
+ }
45
+ export interface KuatHeaderAccountLabels {
46
+ teaserTitle?: string;
47
+ teaserDescription?: string;
48
+ nav?: string;
49
+ title?: string;
50
+ }
51
+ export interface KuatHeaderAccountConfig {
52
+ items: KuatHeaderAccountItem[];
53
+ mobile?: KuatHeaderAccountMobileTier;
54
+ labels?: KuatHeaderAccountLabels;
55
+ }
56
+ export interface KuatHeaderLockupConfig {
57
+ variant: KuatHeaderLockupVariant;
58
+ }
59
+ export interface KuatHeaderSubItem {
60
+ label: string;
61
+ url: string;
62
+ }
63
+ export interface KuatHeaderNavItem extends KuatHeaderSubItem {
64
+ items?: KuatHeaderSubItem[];
65
+ }
66
+ /** @deprecated Use `KuatHeaderAccountItem` with `href`. */
67
+ export interface KuatHeaderActionItem {
68
+ label: string;
69
+ url: string;
70
+ icon?: Component | VNode;
71
+ items?: KuatHeaderSubItem[];
72
+ }
73
+ /** @deprecated Use `KuatHeaderAccountMobileTier` via `account.mobile`. */
74
+ export interface KuatHeaderMobileAccountItem {
75
+ label: string;
76
+ href: string;
77
+ }
78
+ /** @deprecated Use `KuatHeaderAccountMobileTier` via `account.mobile`. */
79
+ export interface KuatHeaderMobileAccount {
80
+ heading: string;
81
+ subtitle?: string;
82
+ items: KuatHeaderMobileAccountItem[];
83
+ }
@@ -0,0 +1,16 @@
1
+ import { cn } from '../../../lib/utils';
2
+ import { KuatHeaderVariant } from './constants';
3
+
4
+ export { default as KuatHeader } from './KuatHeader.vue';
5
+ export { default as EELogo } from './EELogo.vue';
6
+ export { cn };
7
+ export { KUAT_HEADER_VARIANTS, KUAT_HEADER_LOCKUP_VARIANTS, EE_LOGO_TEXT_COLORS, KUAT_HEADER_APP_SWITCHER_EMPTY, } from './constants';
8
+ export { shouldShowAppSwitcher, resolveAppSwitcherLabels, resolveAppSwitcherEmptyMessage, resolveAccountLabels, shouldShowAccountMobileTier, hasStructuredAccount, resolveHeaderLockup, resolveMobileSheetAriaLabel, resolveDesktopAccountMenuItems, shouldUseDesktopAccountDropdown, } from './kuat-header.logic';
9
+ export type { KuatHeaderVariant, KuatHeaderLockupVariant, EELogoTextColor, KuatHeaderApp, KuatHeaderAppSwitcherConfig, KuatHeaderAppSwitcherLabels, KuatHeaderAppSwitcherEmpty, KuatHeaderAccountItem, KuatHeaderAccountConfig, KuatHeaderAccountMobileTier, KuatHeaderAccountLabels, KuatHeaderLockupConfig, KuatHeaderSubItem, KuatHeaderNavItem, KuatHeaderActionItem, KuatHeaderMobileAccount, KuatHeaderMobileAccountItem, } from './constants';
10
+ export type KuatHeaderVariants = {
11
+ variant?: KuatHeaderVariant;
12
+ };
13
+ /** Returns class string for header variant (backward compatibility). */
14
+ export declare function kuatHeaderVariants(options?: {
15
+ variant?: KuatHeaderVariant;
16
+ }): string;
@@ -0,0 +1,29 @@
1
+ import { KuatHeaderAccountConfig, KuatHeaderAppSwitcherConfig, KuatHeaderAppSwitcherLabels, KuatHeaderLockupConfig, KuatHeaderLockupVariant, KuatHeaderSubItem } from './constants';
2
+
3
+ export declare function shouldShowAppSwitcher(config?: KuatHeaderAppSwitcherConfig): boolean;
4
+ export declare function resolveAppSwitcherLabels(config?: KuatHeaderAppSwitcherConfig): Required<KuatHeaderAppSwitcherLabels>;
5
+ export declare function resolveAppSwitcherEmptyMessage(config?: KuatHeaderAppSwitcherConfig): string;
6
+ export declare function shouldShowAccountMobileTier(account?: KuatHeaderAccountConfig): boolean;
7
+ export declare function hasStructuredAccount(account?: KuatHeaderAccountConfig): boolean;
8
+ export declare function resolveDesktopAccountMenuItems(account?: KuatHeaderAccountConfig): KuatHeaderSubItem[];
9
+ export declare function shouldUseDesktopAccountDropdown(account?: KuatHeaderAccountConfig): boolean;
10
+ export declare function resolveAccountLabels(account?: KuatHeaderAccountConfig): {
11
+ teaserTitle: string;
12
+ teaserDescription: string;
13
+ nav: string;
14
+ title: string;
15
+ };
16
+ export type HeaderLockupMode = "hidden" | "custom" | "builtin";
17
+ export declare function resolveHeaderLockup(options: {
18
+ logo?: unknown | null;
19
+ lockup?: KuatHeaderLockupConfig;
20
+ }): {
21
+ mode: HeaderLockupMode;
22
+ lockupVariant: KuatHeaderLockupVariant;
23
+ };
24
+ export declare function resolveMobileSheetAriaLabel(options: {
25
+ mobileMenuAriaLabel?: string;
26
+ showAppSwitcher: boolean;
27
+ hasStructuredNavigation: boolean;
28
+ hasAccountMobileTier: boolean;
29
+ }): string;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Equal Experts logo icon (bracket mark only, no wordmark).
3
+ * Used in dark Service logo lockup.
4
+ */
5
+ interface Props {
6
+ class?: string;
7
+ }
8
+ 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>;
9
+ export default _default;
10
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
+ type __VLS_TypePropsToRuntimeProps<T> = {
12
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
13
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
+ } : {
15
+ type: import('vue').PropType<T[K]>;
16
+ required: true;
17
+ };
18
+ };
@@ -0,0 +1,45 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ import { KuatLogoLockupMode, KuatLogoLockupUse } from './constants';
3
+
4
+ interface Props {
5
+ class?: HTMLAttributes["class"];
6
+ /** Service name (Service use) or primary title (Demo use) */
7
+ title: string;
8
+ /** Service: logo first + name. Demo: title primary, "A demo by" + small logo. */
9
+ use?: KuatLogoLockupUse;
10
+ /** Visual theme */
11
+ mode?: KuatLogoLockupMode;
12
+ /** When true, force dark styling (e.g. on dark background) */
13
+ forceDark?: boolean;
14
+ }
15
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
16
+ use: string;
17
+ mode: string;
18
+ forceDark: boolean;
19
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
20
+ use: string;
21
+ mode: string;
22
+ forceDark: boolean;
23
+ }>>> & Readonly<{}>, {
24
+ use: KuatLogoLockupUse;
25
+ mode: KuatLogoLockupMode;
26
+ forceDark: boolean;
27
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
28
+ export default _default;
29
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
+ type __VLS_TypePropsToRuntimeProps<T> = {
31
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
32
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
33
+ } : {
34
+ type: import('vue').PropType<T[K]>;
35
+ required: true;
36
+ };
37
+ };
38
+ type __VLS_WithDefaults<P, D> = {
39
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
40
+ default: D[K];
41
+ }> : P[K];
42
+ };
43
+ type __VLS_Prettify<T> = {
44
+ [K in keyof T]: T[K];
45
+ } & {};
@@ -0,0 +1,4 @@
1
+ export declare const KUAT_LOGO_LOCKUP_USE: readonly ["service", "demo"];
2
+ export type KuatLogoLockupUse = (typeof KUAT_LOGO_LOCKUP_USE)[number];
3
+ export declare const KUAT_LOGO_LOCKUP_MODE: readonly ["light", "dark"];
4
+ export type KuatLogoLockupMode = (typeof KUAT_LOGO_LOCKUP_MODE)[number];
@@ -0,0 +1,4 @@
1
+ export { default as KuatLogoLockup } from './KuatLogoLockup.vue';
2
+ export { default as EELogoIcon } from './EELogoIcon.vue';
3
+ export { KUAT_LOGO_LOCKUP_USE, KUAT_LOGO_LOCKUP_MODE, } from './constants';
4
+ export type { KuatLogoLockupUse, KuatLogoLockupMode, } from './constants';
@@ -0,0 +1,52 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ import { KuatRadialProgressColor, KuatRadialProgressSize } from './constants';
3
+
4
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
5
+ /** Value from 0 to 100 */
6
+ value: number;
7
+ size?: KuatRadialProgressSize;
8
+ /** Bar colour from Kuat palette */
9
+ color?: KuatRadialProgressColor;
10
+ /** When true, animate from 0 to value on mount */
11
+ animate?: boolean;
12
+ class?: HTMLAttributes["class"];
13
+ }>, {
14
+ size: string;
15
+ color: string;
16
+ animate: boolean;
17
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
18
+ /** Value from 0 to 100 */
19
+ value: number;
20
+ size?: KuatRadialProgressSize;
21
+ /** Bar colour from Kuat palette */
22
+ color?: KuatRadialProgressColor;
23
+ /** When true, animate from 0 to value on mount */
24
+ animate?: boolean;
25
+ class?: HTMLAttributes["class"];
26
+ }>, {
27
+ size: string;
28
+ color: string;
29
+ animate: boolean;
30
+ }>>> & Readonly<{}>, {
31
+ size: KuatRadialProgressSize;
32
+ animate: boolean;
33
+ color: KuatRadialProgressColor;
34
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
35
+ export default _default;
36
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
+ type __VLS_TypePropsToRuntimeProps<T> = {
38
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
39
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
40
+ } : {
41
+ type: import('vue').PropType<T[K]>;
42
+ required: true;
43
+ };
44
+ };
45
+ type __VLS_WithDefaults<P, D> = {
46
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
47
+ default: D[K];
48
+ }> : P[K];
49
+ };
50
+ type __VLS_Prettify<T> = {
51
+ [K in keyof T]: T[K];
52
+ } & {};
@@ -0,0 +1,4 @@
1
+ export declare const KUAT_RADIAL_PROGRESS_SIZES: readonly ["mini", "small", "medium", "large"];
2
+ export declare const KUAT_RADIAL_PROGRESS_COLORS: readonly ["default", "primary", "ee-blue", "tech-blue", "transform-teal", "equal-ember"];
3
+ export type KuatRadialProgressSize = (typeof KUAT_RADIAL_PROGRESS_SIZES)[number];
4
+ export type KuatRadialProgressColor = (typeof KUAT_RADIAL_PROGRESS_COLORS)[number];
@@ -0,0 +1,3 @@
1
+ export { default as KuatRadialProgress } from './KuatRadialProgress.vue';
2
+ export { KUAT_RADIAL_PROGRESS_SIZES, KUAT_RADIAL_PROGRESS_COLORS, } from './constants';
3
+ export type { KuatRadialProgressSize, KuatRadialProgressColor } from './constants';
@@ -0,0 +1,58 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ import { RadioFieldAppearance, RadioFieldLayout } from './constants';
3
+
4
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
5
+ class?: HTMLAttributes["class"];
6
+ /** @deprecated Prefer composing `Field` + `RadioGroupItem` for new form layouts. */
7
+ label: string;
8
+ secondaryText?: string;
9
+ appearance?: RadioFieldAppearance;
10
+ layout?: RadioFieldLayout;
11
+ flipped?: boolean;
12
+ id?: string;
13
+ disabled?: boolean;
14
+ /** Must match a unique option value in the parent `RadioGroup`. */
15
+ value: string;
16
+ }>, {
17
+ appearance: string;
18
+ layout: string;
19
+ flipped: boolean;
20
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
21
+ class?: HTMLAttributes["class"];
22
+ /** @deprecated Prefer composing `Field` + `RadioGroupItem` for new form layouts. */
23
+ label: string;
24
+ secondaryText?: string;
25
+ appearance?: RadioFieldAppearance;
26
+ layout?: RadioFieldLayout;
27
+ flipped?: boolean;
28
+ id?: string;
29
+ disabled?: boolean;
30
+ /** Must match a unique option value in the parent `RadioGroup`. */
31
+ value: string;
32
+ }>, {
33
+ appearance: string;
34
+ layout: string;
35
+ flipped: boolean;
36
+ }>>> & Readonly<{}>, {
37
+ appearance: RadioFieldAppearance;
38
+ layout: RadioFieldLayout;
39
+ flipped: boolean;
40
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
41
+ export default _default;
42
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
43
+ type __VLS_TypePropsToRuntimeProps<T> = {
44
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
45
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
46
+ } : {
47
+ type: import('vue').PropType<T[K]>;
48
+ required: true;
49
+ };
50
+ };
51
+ type __VLS_WithDefaults<P, D> = {
52
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
53
+ default: D[K];
54
+ }> : P[K];
55
+ };
56
+ type __VLS_Prettify<T> = {
57
+ [K in keyof T]: T[K];
58
+ } & {};