@kungal/ui-vue 0.1.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 (151) hide show
  1. package/LICENSE +661 -0
  2. package/README.md +137 -0
  3. package/dist/components/AlertProvider.vue.d.ts +4 -0
  4. package/dist/components/AlertProvider.vue.d.ts.map +1 -0
  5. package/dist/components/Avatar.vue.d.ts +10 -0
  6. package/dist/components/Avatar.vue.d.ts.map +1 -0
  7. package/dist/components/AvatarGroup.vue.d.ts +19 -0
  8. package/dist/components/AvatarGroup.vue.d.ts.map +1 -0
  9. package/dist/components/Badge.vue.d.ts +25 -0
  10. package/dist/components/Badge.vue.d.ts.map +1 -0
  11. package/dist/components/Brand.vue.d.ts +13 -0
  12. package/dist/components/Brand.vue.d.ts.map +1 -0
  13. package/dist/components/Button.vue.d.ts +39 -0
  14. package/dist/components/Button.vue.d.ts.map +1 -0
  15. package/dist/components/Card.vue.d.ts +37 -0
  16. package/dist/components/Card.vue.d.ts.map +1 -0
  17. package/dist/components/CheckBox.vue.d.ts +36 -0
  18. package/dist/components/CheckBox.vue.d.ts.map +1 -0
  19. package/dist/components/Chip.vue.d.ts +21 -0
  20. package/dist/components/Chip.vue.d.ts.map +1 -0
  21. package/dist/components/Content.vue.d.ts +7 -0
  22. package/dist/components/Content.vue.d.ts.map +1 -0
  23. package/dist/components/ContextMenu.vue.d.ts +19 -0
  24. package/dist/components/ContextMenu.vue.d.ts.map +1 -0
  25. package/dist/components/Copy.vue.d.ts +12 -0
  26. package/dist/components/Copy.vue.d.ts.map +1 -0
  27. package/dist/components/DatePicker.vue.d.ts +21 -0
  28. package/dist/components/DatePicker.vue.d.ts.map +1 -0
  29. package/dist/components/Divider.vue.d.ts +22 -0
  30. package/dist/components/Divider.vue.d.ts.map +1 -0
  31. package/dist/components/Drawer.vue.d.ts +43 -0
  32. package/dist/components/Drawer.vue.d.ts.map +1 -0
  33. package/dist/components/Dropdown.vue.d.ts +43 -0
  34. package/dist/components/Dropdown.vue.d.ts.map +1 -0
  35. package/dist/components/FadeCard.vue.d.ts +14 -0
  36. package/dist/components/FadeCard.vue.d.ts.map +1 -0
  37. package/dist/components/Favicon.vue.d.ts +4 -0
  38. package/dist/components/Favicon.vue.d.ts.map +1 -0
  39. package/dist/components/FileInput.vue.d.ts +50 -0
  40. package/dist/components/FileInput.vue.d.ts.map +1 -0
  41. package/dist/components/Header.vue.d.ts +25 -0
  42. package/dist/components/Header.vue.d.ts.map +1 -0
  43. package/dist/components/Icon.vue.d.ts +13 -0
  44. package/dist/components/Icon.vue.d.ts.map +1 -0
  45. package/dist/components/Image.vue.d.ts +27 -0
  46. package/dist/components/Image.vue.d.ts.map +1 -0
  47. package/dist/components/ImageNative.vue.d.ts +11 -0
  48. package/dist/components/ImageNative.vue.d.ts.map +1 -0
  49. package/dist/components/Info.vue.d.ts +26 -0
  50. package/dist/components/Info.vue.d.ts.map +1 -0
  51. package/dist/components/Input.vue.d.ts +51 -0
  52. package/dist/components/Input.vue.d.ts.map +1 -0
  53. package/dist/components/Lightbox.vue.d.ts +9 -0
  54. package/dist/components/Lightbox.vue.d.ts.map +1 -0
  55. package/dist/components/LightboxGallery.vue.d.ts +22 -0
  56. package/dist/components/LightboxGallery.vue.d.ts.map +1 -0
  57. package/dist/components/LightboxGalleryItem.vue.d.ts +29 -0
  58. package/dist/components/LightboxGalleryItem.vue.d.ts.map +1 -0
  59. package/dist/components/Link.vue.d.ts +29 -0
  60. package/dist/components/Link.vue.d.ts.map +1 -0
  61. package/dist/components/Loading.vue.d.ts +19 -0
  62. package/dist/components/Loading.vue.d.ts.map +1 -0
  63. package/dist/components/Loli.vue.d.ts +5 -0
  64. package/dist/components/Loli.vue.d.ts.map +1 -0
  65. package/dist/components/LoliProvider.vue.d.ts +4 -0
  66. package/dist/components/LoliProvider.vue.d.ts.map +1 -0
  67. package/dist/components/Markdown.vue.d.ts +4 -0
  68. package/dist/components/Markdown.vue.d.ts.map +1 -0
  69. package/dist/components/MessageItem.vue.d.ts +17 -0
  70. package/dist/components/MessageItem.vue.d.ts.map +1 -0
  71. package/dist/components/MessageProvider.vue.d.ts +4 -0
  72. package/dist/components/MessageProvider.vue.d.ts.map +1 -0
  73. package/dist/components/Modal.vue.d.ts +35 -0
  74. package/dist/components/Modal.vue.d.ts.map +1 -0
  75. package/dist/components/Null.vue.d.ts +8 -0
  76. package/dist/components/Null.vue.d.ts.map +1 -0
  77. package/dist/components/Pagination.vue.d.ts +9 -0
  78. package/dist/components/Pagination.vue.d.ts.map +1 -0
  79. package/dist/components/Popover.vue.d.ts +26 -0
  80. package/dist/components/Popover.vue.d.ts.map +1 -0
  81. package/dist/components/Progress.vue.d.ts +16 -0
  82. package/dist/components/Progress.vue.d.ts.map +1 -0
  83. package/dist/components/RadioGroup.vue.d.ts +25 -0
  84. package/dist/components/RadioGroup.vue.d.ts.map +1 -0
  85. package/dist/components/Rating.vue.d.ts +22 -0
  86. package/dist/components/Rating.vue.d.ts.map +1 -0
  87. package/dist/components/Ripple.vue.d.ts +8 -0
  88. package/dist/components/Ripple.vue.d.ts.map +1 -0
  89. package/dist/components/ScrollShadow.vue.d.ts +21 -0
  90. package/dist/components/ScrollShadow.vue.d.ts.map +1 -0
  91. package/dist/components/Select.vue.d.ts +25 -0
  92. package/dist/components/Select.vue.d.ts.map +1 -0
  93. package/dist/components/Slider.vue.d.ts +18 -0
  94. package/dist/components/Slider.vue.d.ts.map +1 -0
  95. package/dist/components/Switch.vue.d.ts +19 -0
  96. package/dist/components/Switch.vue.d.ts.map +1 -0
  97. package/dist/components/Tab.vue.d.ts +28 -0
  98. package/dist/components/Tab.vue.d.ts.map +1 -0
  99. package/dist/components/TagInput.vue.d.ts +59 -0
  100. package/dist/components/TagInput.vue.d.ts.map +1 -0
  101. package/dist/components/Text.vue.d.ts +8 -0
  102. package/dist/components/Text.vue.d.ts.map +1 -0
  103. package/dist/components/Textarea.vue.d.ts +45 -0
  104. package/dist/components/Textarea.vue.d.ts.map +1 -0
  105. package/dist/components/Tooltip.vue.d.ts +25 -0
  106. package/dist/components/Tooltip.vue.d.ts.map +1 -0
  107. package/dist/components/Upload.vue.d.ts +16 -0
  108. package/dist/components/Upload.vue.d.ts.map +1 -0
  109. package/dist/components/UserChip.vue.d.ts +11 -0
  110. package/dist/components/UserChip.vue.d.ts.map +1 -0
  111. package/dist/components/types.d.ts +465 -0
  112. package/dist/components/types.d.ts.map +1 -0
  113. package/dist/composables/useBodyScrollLock.d.ts +5 -0
  114. package/dist/composables/useBodyScrollLock.d.ts.map +1 -0
  115. package/dist/composables/useCalendar.d.ts +36 -0
  116. package/dist/composables/useCalendar.d.ts.map +1 -0
  117. package/dist/composables/useContentLightbox.d.ts +18 -0
  118. package/dist/composables/useContentLightbox.d.ts.map +1 -0
  119. package/dist/composables/useFilePicker.d.ts +14 -0
  120. package/dist/composables/useFilePicker.d.ts.map +1 -0
  121. package/dist/composables/useImageLoadingStatus.d.ts +12 -0
  122. package/dist/composables/useImageLoadingStatus.d.ts.map +1 -0
  123. package/dist/composables/useKunAlert.d.ts +29 -0
  124. package/dist/composables/useKunAlert.d.ts.map +1 -0
  125. package/dist/composables/useKunCopy.d.ts +2 -0
  126. package/dist/composables/useKunCopy.d.ts.map +1 -0
  127. package/dist/composables/useKunLoliInfo.d.ts +10 -0
  128. package/dist/composables/useKunLoliInfo.d.ts.map +1 -0
  129. package/dist/composables/useKunMessage.d.ts +17 -0
  130. package/dist/composables/useKunMessage.d.ts.map +1 -0
  131. package/dist/composables/useKunUniqueId.d.ts +2 -0
  132. package/dist/composables/useKunUniqueId.d.ts.map +1 -0
  133. package/dist/composables/useResolvedRounded.d.ts +4 -0
  134. package/dist/composables/useResolvedRounded.d.ts.map +1 -0
  135. package/dist/composables/useRipple.d.ts +21 -0
  136. package/dist/composables/useRipple.d.ts.map +1 -0
  137. package/dist/composables/useSpoilerContent.d.ts +3 -0
  138. package/dist/composables/useSpoilerContent.d.ts.map +1 -0
  139. package/dist/config/useKunUIConfig.d.ts +42 -0
  140. package/dist/config/useKunUIConfig.d.ts.map +1 -0
  141. package/dist/index.d.ts +74 -0
  142. package/dist/index.d.ts.map +1 -0
  143. package/dist/index.js +4612 -0
  144. package/dist/style.css +2 -0
  145. package/dist/utils/extractTextFromVNodes.d.ts +3 -0
  146. package/dist/utils/extractTextFromVNodes.d.ts.map +1 -0
  147. package/dist/utils/handleFileChange.d.ts +3 -0
  148. package/dist/utils/handleFileChange.d.ts.map +1 -0
  149. package/dist/utils/loliAssets.d.ts +6 -0
  150. package/dist/utils/loliAssets.d.ts.map +1 -0
  151. package/package.json +61 -0
package/README.md ADDED
@@ -0,0 +1,137 @@
1
+ # @kungal/ui-vue
2
+
3
+ KunUI's **Vue 3 component layer, decoupled from Nuxt**. The same components
4
+ that ship in the Nuxt layer, but with every Nuxt dependency replaced by an
5
+ explicit import or an injectable config slot — so they run in *any* Vue 3
6
+ app (Vite, Astro, Laravel, plain `createApp`, …), not just Nuxt.
7
+
8
+ > Status: **P1 in progress.** The package, build, and decoupling pattern
9
+ > are established and proven on `KunButton`, `KunCard`, `KunIcon`,
10
+ > `KunRipple`, `KunModal`, and the message/toast system. The remaining
11
+ > components port mechanically against the same pattern (see
12
+ > `docs/architecture.md §6`).
13
+
14
+ ## Icons (bundled, never fetched)
15
+
16
+ `KunIcon` renders **inline SVG from a registry** — it never calls the Iconify
17
+ API (no FOUC, no SSR-empty-then-pop, works offline / behind a firewall). The
18
+ ~24 icons KunUI's own components use are bundled in `@kungal/core`, so they
19
+ work with zero setup.
20
+
21
+ ```vue
22
+ <KunIcon name="lucide:circle-check" class="text-success text-2xl" />
23
+ ```
24
+
25
+ Bring your own icons by registering their data (from `@iconify-json/*` at
26
+ build time, or hand-written SVG — bodies use `currentColor`):
27
+
28
+ ```ts
29
+ import { registerKunIcons } from '@kungal/core'
30
+ import lucide from '@iconify-json/lucide/icons.json' // build-time data
31
+
32
+ registerKunIcons({
33
+ 'lucide:rocket': { body: lucide.icons.rocket.body },
34
+ 'brand:logo': { body: '<path fill="currentColor" d="…"/>' },
35
+ })
36
+ ```
37
+
38
+ Render order: registry → injected `iconComponent` (e.g. `@nuxt/icon` in
39
+ local-bundle mode, unplugin-icons) → nothing. **Never a network fetch.**
40
+
41
+ ## Messages (toasts)
42
+
43
+ Imperative trigger + a single mounted provider (the pattern Sonner /
44
+ react-hot-toast / Naive UI use — no detached render, no context hacks).
45
+ Mount the provider **once** near your app root:
46
+
47
+ ```vue
48
+ <!-- App.vue -->
49
+ <template>
50
+ <RouterView />
51
+ <KunMessageProvider /> <!-- renders all toasts, Teleported to body -->
52
+ </template>
53
+ ```
54
+
55
+ Then trigger from anywhere:
56
+
57
+ ```ts
58
+ import { useKunMessage } from '@kungal/ui-vue'
59
+
60
+ useKunMessage('Saved successfully', 'success')
61
+ useKunMessage('Error', 'error', 4000, false, 'bottom-right')
62
+ // signature: (message, type, duration=3000, richText=false, position='top-center')
63
+ ```
64
+
65
+ > `richText: true` renders `message` as raw HTML (like Element Plus
66
+ > `dangerouslyUseHTMLString`). Pass only **trusted / pre-sanitized** HTML —
67
+ > never raw user input.
68
+
69
+ ## Install
70
+
71
+ ```bash
72
+ pnpm add @kungal/ui-vue @kungal/tokens vue
73
+ ```
74
+
75
+ ## Usage
76
+
77
+ ```ts
78
+ // main.ts
79
+ import { createApp } from 'vue'
80
+ import KunUI from '@kungal/ui-vue'
81
+ import '@kungal/ui-vue/style.css' // component scoped styles (ripple, etc.)
82
+ import App from './App.vue'
83
+
84
+ createApp(App).use(KunUI).mount('#app')
85
+ ```
86
+
87
+ ```css
88
+ /* app.css */
89
+ @import 'tailwindcss';
90
+ @import '@kungal/tokens';
91
+ @source '../node_modules/@kungal/ui-vue/dist'; /* let Tailwind scan the lib */
92
+ ```
93
+
94
+ ```vue
95
+ <template>
96
+ <KunButton color="primary" @click="...">Save</KunButton>
97
+ <KunButton href="/docs" variant="light">Docs</KunButton>
98
+ </template>
99
+ ```
100
+
101
+ Prefer explicit imports (tree-shaking) over the global plugin? Skip
102
+ `.use(KunUI)` and `import { KunButton } from '@kungal/ui-vue'` per file.
103
+
104
+ ## How it's decoupled from Nuxt
105
+
106
+ The Nuxt original leaned on auto-imports and three Nuxt modules. Here:
107
+
108
+ | Nuxt original | `@kungal/ui-vue` replacement |
109
+ | --- | --- |
110
+ | auto-imported `computed`/`ref`/`cn`/components | explicit `import` from `vue` / `@kungal/core` / sibling files |
111
+ | `defineNuxtLink()` for `href` buttons/cards | `config.linkComponent` (default `<a>`; inject `RouterLink`/`NuxtLink`) |
112
+ | `@nuxt/icon` `<Icon>` | `config.iconComponent` (default `@iconify/vue`; inject `NuxtIcon`) |
113
+ | `@kungal/ui` Nuxt-layer Tailwind tokens | `@kungal/tokens` package |
114
+ | in-package `cn` / variant matrix / radius | `@kungal/core` (shared with the React layer) |
115
+
116
+ ### Configuring the injectable slots
117
+
118
+ ```ts
119
+ import { RouterLink } from 'vue-router'
120
+ import { provideKunUIConfig } from '@kungal/ui-vue'
121
+
122
+ // in a root component's setup()
123
+ provideKunUIConfig({
124
+ rounded: 'lg',
125
+ linkComponent: RouterLink, // KunUI passes the destination as `to`
126
+ })
127
+ ```
128
+
129
+ `@kungal/ui-nuxt` (planned, P2) calls `provideKunUIConfig` with `NuxtLink` +
130
+ `@nuxt/icon` so the Nuxt DX is identical to today.
131
+
132
+ ## Build
133
+
134
+ ```bash
135
+ pnpm --filter @kungal/ui-vue build # vite (JS+CSS) + vue-tsc (types)
136
+ pnpm --filter @kungal/ui-vue typecheck
137
+ ```
@@ -0,0 +1,4 @@
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
3
+ export default _default;
4
+ //# sourceMappingURL=AlertProvider.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertProvider.vue.d.ts","sourceRoot":"","sources":["../../src/components/AlertProvider.vue"],"names":[],"mappings":"AAoKA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,10 @@
1
+ import type { KunAvatarProps } from './types';
2
+ declare const __VLS_export: import("vue").DefineComponent<KunAvatarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunAvatarProps> & Readonly<{}>, {
3
+ size: import("./types").KunAvatarSize;
4
+ className: string;
5
+ imageClassName: string;
6
+ isNavigation: boolean;
7
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare const _default: typeof __VLS_export;
9
+ export default _default;
10
+ //# sourceMappingURL=Avatar.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Avatar.vue.d.ts","sourceRoot":"","sources":["../../src/components/Avatar.vue"],"names":[],"mappings":"AAsFA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAgH7C,QAAA,MAAM,YAAY;;;;;6EAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,19 @@
1
+ import type { KunAvatarGroupProps } from './types';
2
+ declare var __VLS_6: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_6) => any;
5
+ };
6
+ declare const __VLS_base: import("vue").DefineComponent<KunAvatarGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunAvatarGroupProps> & Readonly<{}>, {
7
+ ellipsis: boolean;
8
+ visibleCount: number;
9
+ total: number;
10
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
19
+ //# sourceMappingURL=AvatarGroup.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AvatarGroup.vue.d.ts","sourceRoot":"","sources":["../../src/components/AvatarGroup.vue"],"names":[],"mappings":"AAsCA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AA4ElD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;6EAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,25 @@
1
+ import type { KunBadgeProps } from './types';
2
+ declare var __VLS_1: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_1) => any;
5
+ };
6
+ declare const __VLS_base: import("vue").DefineComponent<KunBadgeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunBadgeProps> & Readonly<{}>, {
7
+ show: boolean;
8
+ size: "sm" | "md" | "lg";
9
+ className: string;
10
+ count: number;
11
+ variant: "dot" | "count";
12
+ color: import("@kungal/core").KunUIColor;
13
+ max: number;
14
+ showZero: boolean;
15
+ placement: "top-right" | "top-left" | "bottom-right" | "bottom-left";
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
18
+ declare const _default: typeof __VLS_export;
19
+ export default _default;
20
+ type __VLS_WithSlots<T, S> = T & {
21
+ new (): {
22
+ $slots: S;
23
+ };
24
+ };
25
+ //# sourceMappingURL=Badge.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Badge.vue.d.ts","sourceRoot":"","sources":["../../src/components/Badge.vue"],"names":[],"mappings":"AA8EA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AA0G5C,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;;;;;;;6EAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,13 @@
1
+ import type { KunBrandProps } from './types';
2
+ declare const __VLS_export: import("vue").DefineComponent<KunBrandProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunBrandProps> & Readonly<{}>, {
3
+ to: string;
4
+ iconSrc: string;
5
+ iconAlt: string;
6
+ iconClass: string;
7
+ badge: string;
8
+ badgeColor: import("@kungal/core").KunUIColor;
9
+ nameClass: string;
10
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: typeof __VLS_export;
12
+ export default _default;
13
+ //# sourceMappingURL=Brand.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Brand.vue.d.ts","sourceRoot":"","sources":["../../src/components/Brand.vue"],"names":[],"mappings":"AAuCA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AA8F5C,QAAA,MAAM,YAAY;;;;;;;;6EAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,39 @@
1
+ import type { KunButtonProps } from './types';
2
+ declare var __VLS_15: {}, __VLS_17: {}, __VLS_19: {};
3
+ type __VLS_Slots = {} & {
4
+ icon?: (props: typeof __VLS_15) => any;
5
+ } & {
6
+ default?: (props: typeof __VLS_17) => any;
7
+ } & {
8
+ icon?: (props: typeof __VLS_19) => any;
9
+ };
10
+ declare const __VLS_base: import("vue").DefineComponent<KunButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ click: (event: MouseEvent) => any;
12
+ }, string, import("vue").PublicProps, Readonly<KunButtonProps> & Readonly<{
13
+ onClick?: ((event: MouseEvent) => any) | undefined;
14
+ }>, {
15
+ size: import("@kungal/core").KunUISize;
16
+ rounded: import("@kungal/core").KunUIRounded;
17
+ className: string;
18
+ type: "button" | "submit" | "reset";
19
+ variant: import("@kungal/core").KunUIVariant;
20
+ color: import("@kungal/core").KunUIColor;
21
+ disabled: boolean;
22
+ loading: boolean;
23
+ fullWidth: boolean;
24
+ isIconOnly: boolean;
25
+ icon: boolean;
26
+ iconPosition: "left" | "right";
27
+ href: string;
28
+ target: "_blank" | "_self" | "_parent" | "_top";
29
+ ariaLabel: string;
30
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
31
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
32
+ declare const _default: typeof __VLS_export;
33
+ export default _default;
34
+ type __VLS_WithSlots<T, S> = T & {
35
+ new (): {
36
+ $slots: S;
37
+ };
38
+ };
39
+ //# sourceMappingURL=Button.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../src/components/Button.vue"],"names":[],"mappings":"AAgMA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AA4Q7C,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACpE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAK7C,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,37 @@
1
+ import { type KunUIColor } from '@kungal/core';
2
+ import type { KunCardProps } from './types';
3
+ declare var __VLS_10: {}, __VLS_12: {}, __VLS_14: {}, __VLS_16: {};
4
+ type __VLS_Slots = {} & {
5
+ header?: (props: typeof __VLS_10) => any;
6
+ } & {
7
+ cover?: (props: typeof __VLS_12) => any;
8
+ } & {
9
+ default?: (props: typeof __VLS_14) => any;
10
+ } & {
11
+ footer?: (props: typeof __VLS_16) => any;
12
+ };
13
+ declare const __VLS_base: import("vue").DefineComponent<KunCardProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
+ click: (event: MouseEvent) => any;
15
+ }, string, import("vue").PublicProps, Readonly<KunCardProps> & Readonly<{
16
+ onClick?: ((event: MouseEvent) => any) | undefined;
17
+ }>, {
18
+ rounded: import("@kungal/core").KunUIRounded;
19
+ className: string;
20
+ bordered: boolean;
21
+ color: KunUIColor | "background";
22
+ href: string;
23
+ isHoverable: boolean;
24
+ clickable: boolean;
25
+ isTransparent: boolean;
26
+ contentClass: string;
27
+ darkBorder: boolean;
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
30
+ declare const _default: typeof __VLS_export;
31
+ export default _default;
32
+ type __VLS_WithSlots<T, S> = T & {
33
+ new (): {
34
+ $slots: S;
35
+ };
36
+ };
37
+ //# sourceMappingURL=Card.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Card.vue.d.ts","sourceRoot":"","sources":["../../src/components/Card.vue"],"names":[],"mappings":"AA4HA,OAAO,EAAyB,KAAK,UAAU,EAAE,MAAM,cAAc,CAAA;AAKrE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AA4M3C,QAAA,IAAI,QAAQ,IAAU,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACxF,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,36 @@
1
+ import { type KunUIColor } from '@kungal/core';
2
+ import type { KunCheckBoxProps } from './types';
3
+ type __VLS_Props = KunCheckBoxProps;
4
+ type __VLS_ModelProps = {
5
+ modelValue?: boolean;
6
+ };
7
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
8
+ declare var __VLS_6: {};
9
+ type __VLS_Slots = {} & {
10
+ default?: (props: typeof __VLS_6) => any;
11
+ };
12
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
+ change: (value: boolean) => any;
14
+ "update:modelValue": (value: boolean) => any;
15
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
16
+ onChange?: ((value: boolean) => any) | undefined;
17
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
18
+ }>, {
19
+ name: string;
20
+ className: string;
21
+ label: string;
22
+ type: "single" | "multiple";
23
+ color: KunUIColor;
24
+ disabled: boolean;
25
+ id: string;
26
+ value: string | number | boolean;
27
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
28
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
29
+ declare const _default: typeof __VLS_export;
30
+ export default _default;
31
+ type __VLS_WithSlots<T, S> = T & {
32
+ new (): {
33
+ $slots: S;
34
+ };
35
+ };
36
+ //# sourceMappingURL=CheckBox.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckBox.vue.d.ts","sourceRoot":"","sources":["../../src/components/CheckBox.vue"],"names":[],"mappings":"AA6FA,OAAO,EAAM,KAAK,UAAU,EAAE,MAAM,cAAc,CAAA;AAGlD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAI/C,KAAK,WAAW,GAAG,gBAAgB,CAAC;AA+CpC,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAeF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAoFxD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,21 @@
1
+ import { type KunUISize } from '@kungal/core';
2
+ import type { KunChipProps } from './types';
3
+ declare var __VLS_1: {};
4
+ type __VLS_Slots = {} & {
5
+ default?: (props: typeof __VLS_1) => any;
6
+ };
7
+ declare const __VLS_base: import("vue").DefineComponent<KunChipProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunChipProps> & Readonly<{}>, {
8
+ size: KunUISize;
9
+ className: string;
10
+ variant: import("@kungal/core").KunUIVariant;
11
+ color: import("@kungal/core").KunUIColor;
12
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
+ declare const _default: typeof __VLS_export;
15
+ export default _default;
16
+ type __VLS_WithSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
21
+ //# sourceMappingURL=Chip.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Chip.vue.d.ts","sourceRoot":"","sources":["../../src/components/Chip.vue"],"names":[],"mappings":"AAyCA,OAAO,EAAyB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAA;AACpE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AA4D3C,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;;6EAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { KunContentProps } from './types';
2
+ declare const __VLS_export: import("vue").DefineComponent<KunContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunContentProps> & Readonly<{}>, {
3
+ className: string;
4
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const _default: typeof __VLS_export;
6
+ export default _default;
7
+ //# sourceMappingURL=Content.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Content.vue.d.ts","sourceRoot":"","sources":["../../src/components/Content.vue"],"names":[],"mappings":"AAwGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AA6E9C,QAAA,MAAM,YAAY;;6EAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,19 @@
1
+ import type { KunContextMenuItem, KunContextMenuProps } from './types';
2
+ declare const __VLS_export: import("vue").DefineComponent<KunContextMenuProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
3
+ select: (item: KunContextMenuItem) => any;
4
+ close: () => any;
5
+ }, string, import("vue").PublicProps, Readonly<KunContextMenuProps> & Readonly<{
6
+ onSelect?: ((item: KunContextMenuItem) => any) | undefined;
7
+ onClose?: (() => any) | undefined;
8
+ }>, {
9
+ width: number;
10
+ position: {
11
+ x: number;
12
+ y: number;
13
+ } | null;
14
+ items: KunContextMenuItem[];
15
+ padding: number;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: typeof __VLS_export;
18
+ export default _default;
19
+ //# sourceMappingURL=ContextMenu.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ContextMenu.vue.d.ts","sourceRoot":"","sources":["../../src/components/ContextMenu.vue"],"names":[],"mappings":"AAgKA,OAAO,KAAK,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAqPtE,QAAA,MAAM,YAAY;;;;;;;;;;;;;;6EAIhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,12 @@
1
+ import type { KunCopyProps } from './types';
2
+ declare const __VLS_export: import("vue").DefineComponent<KunCopyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunCopyProps> & Readonly<{}>, {
3
+ size: import("@kungal/core").KunUISize;
4
+ rounded: import("@kungal/core").KunUIRounded;
5
+ name: string;
6
+ className: string;
7
+ variant: import("@kungal/core").KunUIVariant;
8
+ color: import("@kungal/core").KunUIColor;
9
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const _default: typeof __VLS_export;
11
+ export default _default;
12
+ //# sourceMappingURL=Copy.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Copy.vue.d.ts","sourceRoot":"","sources":["../../src/components/Copy.vue"],"names":[],"mappings":"AAuCA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAwF3C,QAAA,MAAM,YAAY;;;;;;;6EAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,21 @@
1
+ import type { KunDatePickerProps } from './types';
2
+ declare const __VLS_export: import("vue").DefineComponent<KunDatePickerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
+ "update:modelValue": (value: string | [string | null, string | null] | null) => any;
4
+ }, string, import("vue").PublicProps, Readonly<KunDatePickerProps> & Readonly<{
5
+ "onUpdate:modelValue"?: ((value: string | [string | null, string | null] | null) => any) | undefined;
6
+ }>, {
7
+ rounded: import("@kungal/core").KunUIRounded;
8
+ label: string;
9
+ disabled: boolean;
10
+ error: string;
11
+ modelValue: string | null | [string | null, string | null];
12
+ mode: import("./types").KunDatePickerMode;
13
+ placeholder: string;
14
+ format: string;
15
+ darkBorder: boolean;
16
+ clearable: boolean;
17
+ valueFormat: string;
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: typeof __VLS_export;
20
+ export default _default;
21
+ //# sourceMappingURL=DatePicker.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../src/components/DatePicker.vue"],"names":[],"mappings":"AAyUA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAmsBjD,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;6EAIhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,22 @@
1
+ import { type KunUIColor } from '@kungal/core';
2
+ import type { KunDividerProps } from './types';
3
+ declare var __VLS_1: {};
4
+ type __VLS_Slots = {} & {
5
+ default?: (props: typeof __VLS_1) => any;
6
+ };
7
+ declare const __VLS_base: import("vue").DefineComponent<KunDividerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunDividerProps> & Readonly<{}>, {
8
+ className: string;
9
+ color: KunUIColor;
10
+ orientation: "horizontal" | "vertical";
11
+ borderStyle: "solid" | "dashed";
12
+ withLabel: boolean;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
+ declare const _default: typeof __VLS_export;
16
+ export default _default;
17
+ type __VLS_WithSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
22
+ //# sourceMappingURL=Divider.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Divider.vue.d.ts","sourceRoot":"","sources":["../../src/components/Divider.vue"],"names":[],"mappings":"AAmEA,OAAO,EAAM,KAAK,UAAU,EAAE,MAAM,cAAc,CAAA;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAyF9C,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;;;6EAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,43 @@
1
+ import type { KunDrawerPlacement, KunDrawerProps, KunDrawerSize } from './types';
2
+ type __VLS_Props = KunDrawerProps;
3
+ type __VLS_ModelProps = {
4
+ modelValue: boolean;
5
+ };
6
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
+ declare var __VLS_13: {}, __VLS_28: {}, __VLS_30: {}, __VLS_32: {};
8
+ type __VLS_Slots = {} & {
9
+ header?: (props: typeof __VLS_13) => any;
10
+ } & {
11
+ default?: (props: typeof __VLS_28) => any;
12
+ } & {
13
+ default?: (props: typeof __VLS_30) => any;
14
+ } & {
15
+ footer?: (props: typeof __VLS_32) => any;
16
+ };
17
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
+ close: () => any;
19
+ "update:modelValue": (value: boolean) => any;
20
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
21
+ onClose?: (() => any) | undefined;
22
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
23
+ }>, {
24
+ title: string;
25
+ size: KunDrawerSize;
26
+ rounded: import("@kungal/core").KunUIRounded;
27
+ className: string;
28
+ innerClassName: string;
29
+ isDismissable: boolean;
30
+ isShowCloseButton: boolean;
31
+ withContainer: boolean;
32
+ placement: KunDrawerPlacement;
33
+ responsive: boolean;
34
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
36
+ declare const _default: typeof __VLS_export;
37
+ export default _default;
38
+ type __VLS_WithSlots<T, S> = T & {
39
+ new (): {
40
+ $slots: S;
41
+ };
42
+ };
43
+ //# sourceMappingURL=Drawer.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Drawer.vue.d.ts","sourceRoot":"","sources":["../../src/components/Drawer.vue"],"names":[],"mappings":"AAyTA,OAAO,KAAK,EACV,kBAAkB,EAClB,cAAc,EACd,aAAa,EACd,MAAM,SAAS,CAAA;AAMhB,KAAK,WAAW,GAAG,cAAc,CAAC;AAgJlC,KAAK,gBAAgB,GAAG;IACxB,UAAU,EAAE,OAAO,CAAC;CACnB,CAAC;AAiBF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAyNxD,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACzF,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAO/C,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,43 @@
1
+ import { type Placement } from '@floating-ui/vue';
2
+ import type { KunDropdownItem } from './types';
3
+ type __VLS_Props = {
4
+ items?: KunDropdownItem[];
5
+ position?: Placement;
6
+ triggerClass?: string;
7
+ menuClass?: string;
8
+ minWidth?: number;
9
+ disabled?: boolean;
10
+ };
11
+ declare var __VLS_1: {};
12
+ type __VLS_Slots = {} & {
13
+ trigger?: (props: typeof __VLS_1) => any;
14
+ };
15
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
16
+ open: () => void;
17
+ close: () => void;
18
+ toggle: () => void;
19
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
20
+ select: (item: import("./types").KunContextMenuItem) => any;
21
+ close: () => any;
22
+ open: () => any;
23
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
24
+ onSelect?: ((item: import("./types").KunContextMenuItem) => any) | undefined;
25
+ onClose?: (() => any) | undefined;
26
+ onOpen?: (() => any) | undefined;
27
+ }>, {
28
+ disabled: boolean;
29
+ position: Placement;
30
+ items: KunDropdownItem[];
31
+ minWidth: number;
32
+ triggerClass: string;
33
+ menuClass: string;
34
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
36
+ declare const _default: typeof __VLS_export;
37
+ export default _default;
38
+ type __VLS_WithSlots<T, S> = T & {
39
+ new (): {
40
+ $slots: S;
41
+ };
42
+ };
43
+ //# sourceMappingURL=Dropdown.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dropdown.vue.d.ts","sourceRoot":"","sources":["../../src/components/Dropdown.vue"],"names":[],"mappings":"AAmRA,OAAO,EAAgD,KAAK,SAAS,EAAE,MAAM,kBAAkB,CAAA;AAG/F,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAS9C,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,eAAe,EAAE,CAAA;IACzB,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAyVJ,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAQ/C,QAAA,MAAM,UAAU;;;;;;;;;;;;;cApWD,OAAO;cAJP,SAAS;WADZ,eAAe,EAAE;cAId,MAAM;kBAFF,MAAM;eACT,MAAM;6EA2WpB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,14 @@
1
+ declare var __VLS_7: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_7) => any;
4
+ };
5
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
8
+ export default _default;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
14
+ //# sourceMappingURL=FadeCard.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FadeCard.vue.d.ts","sourceRoot":"","sources":["../../src/components/FadeCard.vue"],"names":[],"mappings":"AAqFA,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAG/C,QAAA,MAAM,UAAU,+QACd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,4 @@
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
3
+ export default _default;
4
+ //# sourceMappingURL=Favicon.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Favicon.vue.d.ts","sourceRoot":"","sources":["../../src/components/Favicon.vue"],"names":[],"mappings":"AAoEA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}