@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
@@ -0,0 +1,50 @@
1
+ import type { KunFileInputProps } from './types';
2
+ type __VLS_Props = KunFileInputProps;
3
+ type __VLS_ModelProps = {
4
+ modelValue?: File | null;
5
+ 'files'?: File[];
6
+ };
7
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
8
+ declare var __VLS_1: {
9
+ pick: () => void;
10
+ disabled: boolean;
11
+ fileName: string | null;
12
+ };
13
+ type __VLS_Slots = {} & {
14
+ default?: (props: typeof __VLS_1) => any;
15
+ };
16
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
+ change: (picked: File[]) => any;
18
+ "update:modelValue": (value: File | null) => any;
19
+ errorPick: (message: string) => any;
20
+ "update:files": (value: File[]) => any;
21
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
22
+ onChange?: ((picked: File[]) => any) | undefined;
23
+ "onUpdate:modelValue"?: ((value: File | null) => any) | undefined;
24
+ onErrorPick?: ((message: string) => any) | undefined;
25
+ "onUpdate:files"?: ((value: File[]) => any) | undefined;
26
+ }>, {
27
+ className: string;
28
+ multiple: boolean;
29
+ disabled: boolean;
30
+ fullWidth: boolean;
31
+ error: string;
32
+ accept: string;
33
+ maxSize: number;
34
+ hint: string;
35
+ triggerText: string;
36
+ triggerIcon: string;
37
+ triggerVariant: import("@kungal/core").KunUIVariant;
38
+ triggerColor: import("@kungal/core").KunUIColor;
39
+ triggerSize: import("@kungal/core").KunUISize;
40
+ showFileName: boolean;
41
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
42
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
43
+ declare const _default: typeof __VLS_export;
44
+ export default _default;
45
+ type __VLS_WithSlots<T, S> = T & {
46
+ new (): {
47
+ $slots: S;
48
+ };
49
+ };
50
+ //# sourceMappingURL=FileInput.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileInput.vue.d.ts","sourceRoot":"","sources":["../../src/components/FileInput.vue"],"names":[],"mappings":"AA0GA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAOhD,KAAK,WAAW,GAAG,iBAAiB,CAAC;AA+DrC,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,OAAO,CAAC,EAAE,IAAI,EAAE,CAAC;CAChB,CAAC;AAsBF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAwGxD,QAAA,IAAI,OAAO;;;;CAAW,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,25 @@
1
+ import type { KunHeaderProps } from './types';
2
+ declare var __VLS_7: {}, __VLS_9: {}, __VLS_11: {}, __VLS_13: {};
3
+ type __VLS_Slots = {} & {
4
+ title?: (props: typeof __VLS_7) => any;
5
+ } & {
6
+ description?: (props: typeof __VLS_9) => any;
7
+ } & {
8
+ headerEndContent?: (props: typeof __VLS_11) => any;
9
+ } & {
10
+ endContent?: (props: typeof __VLS_13) => any;
11
+ };
12
+ declare const __VLS_base: import("vue").DefineComponent<KunHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunHeaderProps> & Readonly<{}>, {
13
+ name: string;
14
+ description: string;
15
+ scale: "h1" | "h2" | "h3";
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=Header.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Header.vue.d.ts","sourceRoot":"","sources":["../../src/components/Header.vue"],"names":[],"mappings":"AAmDA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAiG7C,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACrF,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAChD;IAAE,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACtD;IAAE,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKnD,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
+ type __VLS_Props = {
2
+ name?: string;
3
+ class?: string;
4
+ className?: string;
5
+ };
6
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
+ name: string;
8
+ class: string;
9
+ className: string;
10
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: typeof __VLS_export;
12
+ export default _default;
13
+ //# sourceMappingURL=Icon.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Icon.vue.d.ts","sourceRoot":"","sources":["../../src/components/Icon.vue"],"names":[],"mappings":"AAgFA,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC;AA6EJ,QAAA,MAAM,YAAY;UAhFP,MAAM;WACL,MAAM;eACF,MAAM;6EAiFpB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,27 @@
1
+ import type { KunImageProps } from './types';
2
+ declare const __VLS_export: import("vue").DefineComponent<KunImageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunImageProps> & Readonly<{}>, {
3
+ className: string;
4
+ width: string | number;
5
+ height: string | number;
6
+ loading: "lazy" | "eager";
7
+ ariaLabel: string;
8
+ alt: string;
9
+ skeleton: boolean;
10
+ aspectRatio: string;
11
+ objectFit: "cover" | "contain" | "fill" | "none" | "scale-down";
12
+ imageClassName: string;
13
+ decoding: "sync" | "async" | "auto";
14
+ fetchpriority: "high" | "low" | "auto";
15
+ placeholder: string | number | boolean | [w: number, h: number, q?: number, b?: number];
16
+ format: string;
17
+ quality: string | number;
18
+ preload: boolean | {
19
+ fetchPriority: "auto" | "high" | "low";
20
+ };
21
+ provider: "ipx" | "none" | (string & {});
22
+ densities: string;
23
+ sizes: string;
24
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
+ declare const _default: typeof __VLS_export;
26
+ export default _default;
27
+ //# sourceMappingURL=Image.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Image.vue.d.ts","sourceRoot":"","sources":["../../src/components/Image.vue"],"names":[],"mappings":"AA0JA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAyO5C,QAAA,MAAM,YAAY;;;;;;;;;;;;;qEA7OlB,CA5Be,WA4Bf,CA5B2B;;;;;;;;;6EA4QzB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,11 @@
1
+ import type { KunImageNativeProps } from './types';
2
+ declare const __VLS_export: import("vue").DefineComponent<KunImageNativeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunImageNativeProps> & Readonly<{}>, {
3
+ className: string;
4
+ width: string | number;
5
+ height: string | number;
6
+ ariaLabel: string;
7
+ alt: string;
8
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
11
+ //# sourceMappingURL=ImageNative.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageNative.vue.d.ts","sourceRoot":"","sources":["../../src/components/ImageNative.vue"],"names":[],"mappings":"AA+BA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAmDlD,QAAA,MAAM,YAAY;;;;;;6EAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,26 @@
1
+ import { type KunUIVariant, type KunUIColor } from '@kungal/core';
2
+ import type { KunInfoProps } from './types';
3
+ declare var __VLS_6: {}, __VLS_8: {};
4
+ type __VLS_Slots = {} & {
5
+ title?: (props: typeof __VLS_6) => any;
6
+ } & {
7
+ default?: (props: typeof __VLS_8) => any;
8
+ };
9
+ declare const __VLS_base: import("vue").DefineComponent<KunInfoProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunInfoProps> & Readonly<{}>, {
10
+ title: string;
11
+ rounded: import("@kungal/core").KunUIRounded;
12
+ className: string;
13
+ variant: KunUIVariant;
14
+ color: KunUIColor;
15
+ icon: string;
16
+ description: string;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
19
+ declare const _default: typeof __VLS_export;
20
+ export default _default;
21
+ type __VLS_WithSlots<T, S> = T & {
22
+ new (): {
23
+ $slots: S;
24
+ };
25
+ };
26
+ //# sourceMappingURL=Info.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Info.vue.d.ts","sourceRoot":"","sources":["../../src/components/Info.vue"],"names":[],"mappings":"AA0JA,OAAO,EAAyB,KAAK,YAAY,EAAE,KAAK,UAAU,EAAE,MAAM,cAAc,CAAA;AAGxF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAuM3C,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC1C;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,51 @@
1
+ import { type KunUIColor } from '@kungal/core';
2
+ import type { KunInputProps } from './types';
3
+ type __VLS_Props = KunInputProps;
4
+ type __VLS_ModelProps = {
5
+ modelValue?: string | number;
6
+ };
7
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
8
+ declare var __VLS_1: {}, __VLS_3: {};
9
+ type __VLS_Slots = {} & {
10
+ prefix?: (props: typeof __VLS_1) => any;
11
+ } & {
12
+ suffix?: (props: typeof __VLS_3) => any;
13
+ };
14
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
15
+ focus: () => void | undefined;
16
+ blur: () => void | undefined;
17
+ select: () => void | undefined;
18
+ insertAtCaret: (text: string) => void;
19
+ inputRef: import("vue").Ref<HTMLInputElement | null, HTMLInputElement | null>;
20
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
+ blur: (event: FocusEvent) => any;
22
+ focus: (event: FocusEvent) => any;
23
+ "update:modelValue": (value: string | number) => any;
24
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
25
+ onBlur?: ((event: FocusEvent) => any) | undefined;
26
+ onFocus?: ((event: FocusEvent) => any) | undefined;
27
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
28
+ }>, {
29
+ size: import("@kungal/core").KunUISize;
30
+ rounded: import("@kungal/core").KunUIRounded;
31
+ className: string;
32
+ label: string;
33
+ type: string;
34
+ color: KunUIColor;
35
+ disabled: boolean;
36
+ required: boolean;
37
+ error: string;
38
+ placeholder: string;
39
+ darkBorder: boolean;
40
+ helperText: string;
41
+ autofocus: boolean;
42
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
43
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
44
+ declare const _default: typeof __VLS_export;
45
+ export default _default;
46
+ type __VLS_WithSlots<T, S> = T & {
47
+ new (): {
48
+ $slots: S;
49
+ };
50
+ };
51
+ //# sourceMappingURL=Input.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Input.vue.d.ts","sourceRoot":"","sources":["../../src/components/Input.vue"],"names":[],"mappings":"AAmLA,OAAO,EAAyB,KAAK,UAAU,EAAE,MAAM,cAAc,CAAA;AAGrE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAI5C,KAAK,WAAW,GAAG,aAAa,CAAC;AA4GjC,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B,CAAC;AAoBF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AA6HxD,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAO9C,QAAA,MAAM,UAAU;;;;0BAxLa,MAAM;;;;;;;;;;;;;;;;;;;;;;;;6EA6LjC,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,9 @@
1
+ import type { KunLightboxProps } from './types';
2
+ declare const __VLS_export: import("vue").DefineComponent<KunLightboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
+ "update:isOpen": (value: boolean) => any;
4
+ }, string, import("vue").PublicProps, Readonly<KunLightboxProps> & Readonly<{
5
+ "onUpdate:isOpen"?: ((value: boolean) => any) | undefined;
6
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: typeof __VLS_export;
8
+ export default _default;
9
+ //# sourceMappingURL=Lightbox.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Lightbox.vue.d.ts","sourceRoot":"","sources":["../../src/components/Lightbox.vue"],"names":[],"mappings":"AA+mBA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAylC/C,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,22 @@
1
+ import type { InjectionKey } from 'vue';
2
+ export interface RegisteredItem {
3
+ id: symbol;
4
+ src: string;
5
+ alt?: string;
6
+ }
7
+ export interface GalleryContext {
8
+ register: (item: RegisteredItem) => () => void;
9
+ open: (item: RegisteredItem) => void;
10
+ }
11
+ export declare const KunLightboxGalleryKey: InjectionKey<GalleryContext>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
14
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
15
+ default?: (props: {}) => any;
16
+ }>;
17
+ type __VLS_WithSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
22
+ //# sourceMappingURL=LightboxGallery.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LightboxGallery.vue.d.ts","sourceRoot":"","sources":["../../src/components/LightboxGallery.vue"],"names":[],"mappings":"AAoEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,KAAK,CAAA;AAIvC,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAA;IACV,GAAG,EAAE,MAAM,CAAA;IACX,GAAG,CAAC,EAAE,MAAM,CAAA;CACb;AAED,MAAM,WAAW,cAAc;IAC7B,QAAQ,EAAE,CAAC,IAAI,EAAE,cAAc,KAAK,MAAM,IAAI,CAAA;IAC9C,IAAI,EAAE,CAAC,IAAI,EAAE,cAAc,KAAK,IAAI,CAAA;CACrC;AAGD,eAAO,MAAM,qBAAqB,EAAE,YAAY,CAAC,cAAc,CAE9D,CAAA;wBACoB,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;cAgEJ,CAAC,KAAK,IAAgB,KAAK,GAAG;EAMxC,CAAC;AACL,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,29 @@
1
+ type __VLS_Props = {
2
+ src: string;
3
+ alt?: string;
4
+ as?: string;
5
+ wrap?: boolean;
6
+ };
7
+ declare var __VLS_11: {
8
+ open: () => void;
9
+ }, __VLS_13: {
10
+ open: () => void;
11
+ };
12
+ type __VLS_Slots = {} & {
13
+ default?: (props: typeof __VLS_11) => any;
14
+ } & {
15
+ default?: (props: typeof __VLS_13) => any;
16
+ };
17
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
18
+ wrap: boolean;
19
+ as: string;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
+ declare const _default: typeof __VLS_export;
23
+ export default _default;
24
+ type __VLS_WithSlots<T, S> = T & {
25
+ new (): {
26
+ $slots: S;
27
+ };
28
+ };
29
+ //# sourceMappingURL=LightboxGalleryItem.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LightboxGalleryItem.vue.d.ts","sourceRoot":"","sources":["../../src/components/LightboxGalleryItem.vue"],"names":[],"mappings":"AAwEA,KAAK,WAAW,GAAG;IACf,GAAG,EAAE,MAAM,CAAA;IACX,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,IAAI,CAAC,EAAE,OAAO,CAAA;CACf,CAAC;AA6FJ,QAAA,IAAI,QAAQ;;CAAW,EAAE,QAAQ;;CAAY,CAAE;AAC/C,KAAK,WAAW,GAAG,EAAE,GACnB;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,CAAC;AAKhD,QAAA,MAAM,UAAU;UAtGL,OAAO;QADT,MAAM;6EA0Gb,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,29 @@
1
+ import type { KunLinkProps } from './types';
2
+ declare var __VLS_8: {}, __VLS_10: {}, __VLS_17: {};
3
+ type __VLS_Slots = {} & {
4
+ prefix?: (props: typeof __VLS_8) => any;
5
+ } & {
6
+ default?: (props: typeof __VLS_10) => any;
7
+ } & {
8
+ suffix?: (props: typeof __VLS_17) => any;
9
+ };
10
+ declare const __VLS_base: import("vue").DefineComponent<KunLinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunLinkProps> & Readonly<{}>, {
11
+ size: import("@kungal/core").KunUISize;
12
+ className: string;
13
+ color: import("@kungal/core").KunUIColor;
14
+ href: string;
15
+ target: "_blank" | "_self" | "_parent" | "_top";
16
+ to: string | Record<string, string>;
17
+ underline: "none" | "hover" | "always";
18
+ rel: string;
19
+ isShowAnchorIcon: boolean;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
+ declare const _default: typeof __VLS_export;
23
+ export default _default;
24
+ type __VLS_WithSlots<T, S> = T & {
25
+ new (): {
26
+ $slots: S;
27
+ };
28
+ };
29
+ //# sourceMappingURL=Link.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Link.vue.d.ts","sourceRoot":"","sources":["../../src/components/Link.vue"],"names":[],"mappings":"AAiGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAkJ3C,QAAA,IAAI,OAAO,IAAU,EAAE,QAAQ,IAAU,EAAE,QAAQ,IAAY,CAAE;AACjE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,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;;;;;;;;;;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,19 @@
1
+ import type { KunLoadingProps } 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<KunLoadingProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunLoadingProps> & Readonly<{}>, {
7
+ loading: boolean;
8
+ src: string;
9
+ description: string;
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=Loading.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Loading.vue.d.ts","sourceRoot":"","sources":["../../src/components/Loading.vue"],"names":[],"mappings":"AA8EA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAgJ9C,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,5 @@
1
+ import type { KunLoliProps } from './types';
2
+ declare const __VLS_export: import("vue").DefineComponent<KunLoliProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunLoliProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ declare const _default: typeof __VLS_export;
4
+ export default _default;
5
+ //# sourceMappingURL=Loli.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Loli.vue.d.ts","sourceRoot":"","sources":["../../src/components/Loli.vue"],"names":[],"mappings":"AAgHA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAkO3C,QAAA,MAAM,YAAY,oSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -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=LoliProvider.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LoliProvider.vue.d.ts","sourceRoot":"","sources":["../../src/components/LoliProvider.vue"],"names":[],"mappings":"AAmEA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -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=Markdown.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Markdown.vue.d.ts","sourceRoot":"","sources":["../../src/components/Markdown.vue"],"names":[],"mappings":"AAkDA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,17 @@
1
+ import type { KunMessageType } from '../composables/useKunMessage';
2
+ type __VLS_Props = {
3
+ id: string;
4
+ message: string;
5
+ type: KunMessageType;
6
+ duration: number;
7
+ richText?: boolean;
8
+ count: number;
9
+ };
10
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ remove: (id: string) => any;
12
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
13
+ onRemove?: ((id: string) => any) | undefined;
14
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: typeof __VLS_export;
16
+ export default _default;
17
+ //# sourceMappingURL=MessageItem.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageItem.vue.d.ts","sourceRoot":"","sources":["../../src/components/MessageItem.vue"],"names":[],"mappings":"AA0LA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAMlE,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;IACV,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,cAAc,CAAA;IACpB,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;CACd,CAAC;AA6MF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -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=MessageProvider.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageProvider.vue.d.ts","sourceRoot":"","sources":["../../src/components/MessageProvider.vue"],"names":[],"mappings":"AAiQA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,35 @@
1
+ import type { KunModalProps } from './types';
2
+ type __VLS_Props = KunModalProps;
3
+ type __VLS_ModelProps = {
4
+ modelValue: boolean;
5
+ };
6
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
+ declare var __VLS_13: {}, __VLS_28: {};
8
+ type __VLS_Slots = {} & {
9
+ default?: (props: typeof __VLS_13) => any;
10
+ } & {
11
+ default?: (props: typeof __VLS_28) => any;
12
+ };
13
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
+ close: () => any;
15
+ "update:modelValue": (value: boolean) => any;
16
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
17
+ onClose?: (() => any) | undefined;
18
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
19
+ }>, {
20
+ rounded: import("@kungal/core").KunUIRounded;
21
+ className: string;
22
+ innerClassName: string;
23
+ isDismissable: boolean;
24
+ isShowCloseButton: boolean;
25
+ withContainer: boolean;
26
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
27
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
28
+ declare const _default: typeof __VLS_export;
29
+ export default _default;
30
+ type __VLS_WithSlots<T, S> = T & {
31
+ new (): {
32
+ $slots: S;
33
+ };
34
+ };
35
+ //# sourceMappingURL=Modal.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Modal.vue.d.ts","sourceRoot":"","sources":["../../src/components/Modal.vue"],"names":[],"mappings":"AAqLA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAQ5C,KAAK,WAAW,GAAG,aAAa,CAAC;AAuFjC,KAAK,gBAAgB,GAAG;IACxB,UAAU,EAAE,OAAO,CAAC;CACnB,CAAC;AAaF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAoIxD,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AAC/C,KAAK,WAAW,GAAG,EAAE,GACnB;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,CAAC;AAOhD,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,8 @@
1
+ import type { KunNullProps } from './types';
2
+ declare const __VLS_export: import("vue").DefineComponent<KunNullProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunNullProps> & Readonly<{}>, {
3
+ description: string;
4
+ isShowSticker: boolean;
5
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const _default: typeof __VLS_export;
7
+ export default _default;
8
+ //# sourceMappingURL=Null.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Null.vue.d.ts","sourceRoot":"","sources":["../../src/components/Null.vue"],"names":[],"mappings":"AAiCA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAiE3C,QAAA,MAAM,YAAY;;;6EAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,9 @@
1
+ import type { KunPaginationProps } from './types';
2
+ declare const __VLS_export: import("vue").DefineComponent<KunPaginationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
3
+ "update:currentPage": (page: number) => any;
4
+ }, string, import("vue").PublicProps, Readonly<KunPaginationProps> & Readonly<{
5
+ "onUpdate:currentPage"?: ((page: number) => any) | undefined;
6
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: typeof __VLS_export;
8
+ export default _default;
9
+ //# sourceMappingURL=Pagination.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pagination.vue.d.ts","sourceRoot":"","sources":["../../src/components/Pagination.vue"],"names":[],"mappings":"AA0KA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAoVjD,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,26 @@
1
+ import type { KunPopoverProps } from './types';
2
+ declare var __VLS_1: {}, __VLS_15: {};
3
+ type __VLS_Slots = {} & {
4
+ trigger?: (props: typeof __VLS_1) => any;
5
+ } & {
6
+ default?: (props: typeof __VLS_15) => any;
7
+ };
8
+ declare const __VLS_base: import("vue").DefineComponent<KunPopoverProps, {
9
+ open: () => boolean;
10
+ close: () => boolean;
11
+ toggle: () => void;
12
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunPopoverProps> & Readonly<{}>, {
13
+ rounded: import("@kungal/core").KunUIRounded;
14
+ position: import("./types").KunPopoverPosition;
15
+ innerClass: string;
16
+ autoPosition: boolean;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
19
+ declare const _default: typeof __VLS_export;
20
+ export default _default;
21
+ type __VLS_WithSlots<T, S> = T & {
22
+ new (): {
23
+ $slots: S;
24
+ };
25
+ };
26
+ //# sourceMappingURL=Popover.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Popover.vue.d.ts","sourceRoot":"","sources":["../../src/components/Popover.vue"],"names":[],"mappings":"AAwIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAsK9C,QAAA,IAAI,OAAO,IAAU,EAAE,QAAQ,IAAY,CAAE;AAC7C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAQhD,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,16 @@
1
+ import { type KunUIColor } from '@kungal/core';
2
+ import type { KunProgressProps } from './types';
3
+ declare const __VLS_export: import("vue").DefineComponent<KunProgressProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunProgressProps> & Readonly<{}>, {
4
+ size: import("@kungal/core").KunUISize;
5
+ rounded: import("@kungal/core").KunUIRounded;
6
+ className: string;
7
+ variant: import("@kungal/core").KunUIVariant | "gradient" | "circle" | "striped";
8
+ color: KunUIColor;
9
+ max: number;
10
+ value: number;
11
+ showLabel: boolean;
12
+ indeterminate: boolean;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: typeof __VLS_export;
15
+ export default _default;
16
+ //# sourceMappingURL=Progress.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Progress.vue.d.ts","sourceRoot":"","sources":["../../src/components/Progress.vue"],"names":[],"mappings":"AAuKA,OAAO,EAAuC,KAAK,UAAU,EAAE,MAAM,cAAc,CAAA;AAEnF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAkN/C,QAAA,MAAM,YAAY;;;;;;;;;;6EAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,25 @@
1
+ import type { KunRadioGroupProps, KunRadioValue } from './types';
2
+ declare const __VLS_export: <T extends KunRadioValue = KunRadioValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
+ props: import("vue").PublicProps & __VLS_PrettifyLocal<(KunRadioGroupProps<T> & {
4
+ modelValue: T;
5
+ }) & {
6
+ onChange?: ((value: T, index: number) => any) | undefined;
7
+ "onUpdate:modelValue"?: ((value: T) => any) | undefined;
8
+ }> & (typeof globalThis extends {
9
+ __VLS_PROPS_FALLBACK: infer P;
10
+ } ? P : {});
11
+ expose: (exposed: {}) => void;
12
+ attrs: any;
13
+ slots: {};
14
+ emit: ((evt: "change", value: T, index: number) => void) & ((event: "update:modelValue", value: T) => void);
15
+ }>) => import("vue").VNode & {
16
+ __ctx?: Awaited<typeof __VLS_setup>;
17
+ };
18
+ declare const _default: typeof __VLS_export;
19
+ export default _default;
20
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
21
+ [K in keyof T]: T[K];
22
+ } : {
23
+ [K in keyof T as K]: T[K];
24
+ }) & {};
25
+ //# sourceMappingURL=RadioGroup.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RadioGroup.vue.d.ts","sourceRoot":"","sources":["../../src/components/RadioGroup.vue"],"names":[],"mappings":"AAqQA,OAAO,KAAK,EACV,kBAAkB,EAElB,aAAa,EACd,MAAM,SAAS,CAAA;AAEhB,QAAA,MAAM,YAAY,GAAK,CAAC,SAAS,aAAa,GAAG,aAAa,EAC7D,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,gBAAgB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EAClE;WA6UO,OAAO,KAAK,EAAE,WAAW,GAAG,mBAAmB,CAAC;oBAlO5C,CAAC;;;;KAkO8E,CAAC,GAAG,CAAC,OAAO,UAAU,SAAS;QAAE,oBAAoB,EAAE,MAAM,CAAC,CAAA;KAAE,GAAG,CAAC,GAAG,EAAE,CAAC;YAC5J,CAAC,OAAO,EAAE,EAAE,KAAK,IAAI;WACtB,GAAG;WACH,EAAE;UACH,qGAAqC;EAExC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAI,CAAC;wBACvD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,mBAAmB,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,GAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,CAAC,GAAG,EAAE,CAAC"}
@@ -0,0 +1,22 @@
1
+ import type { KunRatingProps } from './types';
2
+ type __VLS_Props = KunRatingProps;
3
+ type __VLS_ModelProps = {
4
+ modelValue?: number;
5
+ };
6
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ set: (value: number) => any;
9
+ "update:modelValue": (value: number) => any;
10
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
11
+ onSet?: ((value: number) => any) | undefined;
12
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
13
+ }>, {
14
+ size: "sm" | "md" | "lg";
15
+ disabled: boolean;
16
+ ariaLabel: string;
17
+ max: number;
18
+ readonly: boolean;
19
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: typeof __VLS_export;
21
+ export default _default;
22
+ //# sourceMappingURL=Rating.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Rating.vue.d.ts","sourceRoot":"","sources":["../../src/components/Rating.vue"],"names":[],"mappings":"AAqFA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAI7C,KAAK,WAAW,GAAG,cAAc,CAAC;AAoDlC,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAYF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AA2ExD,QAAA,MAAM,YAAY;;;;;;;;;;;;6EAIhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}