@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.
- package/LICENSE +661 -0
- package/README.md +137 -0
- package/dist/components/AlertProvider.vue.d.ts +4 -0
- package/dist/components/AlertProvider.vue.d.ts.map +1 -0
- package/dist/components/Avatar.vue.d.ts +10 -0
- package/dist/components/Avatar.vue.d.ts.map +1 -0
- package/dist/components/AvatarGroup.vue.d.ts +19 -0
- package/dist/components/AvatarGroup.vue.d.ts.map +1 -0
- package/dist/components/Badge.vue.d.ts +25 -0
- package/dist/components/Badge.vue.d.ts.map +1 -0
- package/dist/components/Brand.vue.d.ts +13 -0
- package/dist/components/Brand.vue.d.ts.map +1 -0
- package/dist/components/Button.vue.d.ts +39 -0
- package/dist/components/Button.vue.d.ts.map +1 -0
- package/dist/components/Card.vue.d.ts +37 -0
- package/dist/components/Card.vue.d.ts.map +1 -0
- package/dist/components/CheckBox.vue.d.ts +36 -0
- package/dist/components/CheckBox.vue.d.ts.map +1 -0
- package/dist/components/Chip.vue.d.ts +21 -0
- package/dist/components/Chip.vue.d.ts.map +1 -0
- package/dist/components/Content.vue.d.ts +7 -0
- package/dist/components/Content.vue.d.ts.map +1 -0
- package/dist/components/ContextMenu.vue.d.ts +19 -0
- package/dist/components/ContextMenu.vue.d.ts.map +1 -0
- package/dist/components/Copy.vue.d.ts +12 -0
- package/dist/components/Copy.vue.d.ts.map +1 -0
- package/dist/components/DatePicker.vue.d.ts +21 -0
- package/dist/components/DatePicker.vue.d.ts.map +1 -0
- package/dist/components/Divider.vue.d.ts +22 -0
- package/dist/components/Divider.vue.d.ts.map +1 -0
- package/dist/components/Drawer.vue.d.ts +43 -0
- package/dist/components/Drawer.vue.d.ts.map +1 -0
- package/dist/components/Dropdown.vue.d.ts +43 -0
- package/dist/components/Dropdown.vue.d.ts.map +1 -0
- package/dist/components/FadeCard.vue.d.ts +14 -0
- package/dist/components/FadeCard.vue.d.ts.map +1 -0
- package/dist/components/Favicon.vue.d.ts +4 -0
- package/dist/components/Favicon.vue.d.ts.map +1 -0
- package/dist/components/FileInput.vue.d.ts +50 -0
- package/dist/components/FileInput.vue.d.ts.map +1 -0
- package/dist/components/Header.vue.d.ts +25 -0
- package/dist/components/Header.vue.d.ts.map +1 -0
- package/dist/components/Icon.vue.d.ts +13 -0
- package/dist/components/Icon.vue.d.ts.map +1 -0
- package/dist/components/Image.vue.d.ts +27 -0
- package/dist/components/Image.vue.d.ts.map +1 -0
- package/dist/components/ImageNative.vue.d.ts +11 -0
- package/dist/components/ImageNative.vue.d.ts.map +1 -0
- package/dist/components/Info.vue.d.ts +26 -0
- package/dist/components/Info.vue.d.ts.map +1 -0
- package/dist/components/Input.vue.d.ts +51 -0
- package/dist/components/Input.vue.d.ts.map +1 -0
- package/dist/components/Lightbox.vue.d.ts +9 -0
- package/dist/components/Lightbox.vue.d.ts.map +1 -0
- package/dist/components/LightboxGallery.vue.d.ts +22 -0
- package/dist/components/LightboxGallery.vue.d.ts.map +1 -0
- package/dist/components/LightboxGalleryItem.vue.d.ts +29 -0
- package/dist/components/LightboxGalleryItem.vue.d.ts.map +1 -0
- package/dist/components/Link.vue.d.ts +29 -0
- package/dist/components/Link.vue.d.ts.map +1 -0
- package/dist/components/Loading.vue.d.ts +19 -0
- package/dist/components/Loading.vue.d.ts.map +1 -0
- package/dist/components/Loli.vue.d.ts +5 -0
- package/dist/components/Loli.vue.d.ts.map +1 -0
- package/dist/components/LoliProvider.vue.d.ts +4 -0
- package/dist/components/LoliProvider.vue.d.ts.map +1 -0
- package/dist/components/Markdown.vue.d.ts +4 -0
- package/dist/components/Markdown.vue.d.ts.map +1 -0
- package/dist/components/MessageItem.vue.d.ts +17 -0
- package/dist/components/MessageItem.vue.d.ts.map +1 -0
- package/dist/components/MessageProvider.vue.d.ts +4 -0
- package/dist/components/MessageProvider.vue.d.ts.map +1 -0
- package/dist/components/Modal.vue.d.ts +35 -0
- package/dist/components/Modal.vue.d.ts.map +1 -0
- package/dist/components/Null.vue.d.ts +8 -0
- package/dist/components/Null.vue.d.ts.map +1 -0
- package/dist/components/Pagination.vue.d.ts +9 -0
- package/dist/components/Pagination.vue.d.ts.map +1 -0
- package/dist/components/Popover.vue.d.ts +26 -0
- package/dist/components/Popover.vue.d.ts.map +1 -0
- package/dist/components/Progress.vue.d.ts +16 -0
- package/dist/components/Progress.vue.d.ts.map +1 -0
- package/dist/components/RadioGroup.vue.d.ts +25 -0
- package/dist/components/RadioGroup.vue.d.ts.map +1 -0
- package/dist/components/Rating.vue.d.ts +22 -0
- package/dist/components/Rating.vue.d.ts.map +1 -0
- package/dist/components/Ripple.vue.d.ts +8 -0
- package/dist/components/Ripple.vue.d.ts.map +1 -0
- package/dist/components/ScrollShadow.vue.d.ts +21 -0
- package/dist/components/ScrollShadow.vue.d.ts.map +1 -0
- package/dist/components/Select.vue.d.ts +25 -0
- package/dist/components/Select.vue.d.ts.map +1 -0
- package/dist/components/Slider.vue.d.ts +18 -0
- package/dist/components/Slider.vue.d.ts.map +1 -0
- package/dist/components/Switch.vue.d.ts +19 -0
- package/dist/components/Switch.vue.d.ts.map +1 -0
- package/dist/components/Tab.vue.d.ts +28 -0
- package/dist/components/Tab.vue.d.ts.map +1 -0
- package/dist/components/TagInput.vue.d.ts +59 -0
- package/dist/components/TagInput.vue.d.ts.map +1 -0
- package/dist/components/Text.vue.d.ts +8 -0
- package/dist/components/Text.vue.d.ts.map +1 -0
- package/dist/components/Textarea.vue.d.ts +45 -0
- package/dist/components/Textarea.vue.d.ts.map +1 -0
- package/dist/components/Tooltip.vue.d.ts +25 -0
- package/dist/components/Tooltip.vue.d.ts.map +1 -0
- package/dist/components/Upload.vue.d.ts +16 -0
- package/dist/components/Upload.vue.d.ts.map +1 -0
- package/dist/components/UserChip.vue.d.ts +11 -0
- package/dist/components/UserChip.vue.d.ts.map +1 -0
- package/dist/components/types.d.ts +465 -0
- package/dist/components/types.d.ts.map +1 -0
- package/dist/composables/useBodyScrollLock.d.ts +5 -0
- package/dist/composables/useBodyScrollLock.d.ts.map +1 -0
- package/dist/composables/useCalendar.d.ts +36 -0
- package/dist/composables/useCalendar.d.ts.map +1 -0
- package/dist/composables/useContentLightbox.d.ts +18 -0
- package/dist/composables/useContentLightbox.d.ts.map +1 -0
- package/dist/composables/useFilePicker.d.ts +14 -0
- package/dist/composables/useFilePicker.d.ts.map +1 -0
- package/dist/composables/useImageLoadingStatus.d.ts +12 -0
- package/dist/composables/useImageLoadingStatus.d.ts.map +1 -0
- package/dist/composables/useKunAlert.d.ts +29 -0
- package/dist/composables/useKunAlert.d.ts.map +1 -0
- package/dist/composables/useKunCopy.d.ts +2 -0
- package/dist/composables/useKunCopy.d.ts.map +1 -0
- package/dist/composables/useKunLoliInfo.d.ts +10 -0
- package/dist/composables/useKunLoliInfo.d.ts.map +1 -0
- package/dist/composables/useKunMessage.d.ts +17 -0
- package/dist/composables/useKunMessage.d.ts.map +1 -0
- package/dist/composables/useKunUniqueId.d.ts +2 -0
- package/dist/composables/useKunUniqueId.d.ts.map +1 -0
- package/dist/composables/useResolvedRounded.d.ts +4 -0
- package/dist/composables/useResolvedRounded.d.ts.map +1 -0
- package/dist/composables/useRipple.d.ts +21 -0
- package/dist/composables/useRipple.d.ts.map +1 -0
- package/dist/composables/useSpoilerContent.d.ts +3 -0
- package/dist/composables/useSpoilerContent.d.ts.map +1 -0
- package/dist/config/useKunUIConfig.d.ts +42 -0
- package/dist/config/useKunUIConfig.d.ts.map +1 -0
- package/dist/index.d.ts +74 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +4612 -0
- package/dist/style.css +2 -0
- package/dist/utils/extractTextFromVNodes.d.ts +3 -0
- package/dist/utils/extractTextFromVNodes.d.ts.map +1 -0
- package/dist/utils/handleFileChange.d.ts +3 -0
- package/dist/utils/handleFileChange.d.ts.map +1 -0
- package/dist/utils/loliAssets.d.ts +6 -0
- package/dist/utils/loliAssets.d.ts.map +1 -0
- package/package.json +61 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { RippleType } from '../composables/useRipple';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
ripples: RippleType[];
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=Ripple.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Ripple.vue.d.ts","sourceRoot":"","sources":["../../src/components/Ripple.vue"],"names":[],"mappings":"AAwCA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAI1D,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,UAAU,EAAE,CAAA;CACtB,CAAC;AAuCF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { KunScrollShadowProps } 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<KunScrollShadowProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunScrollShadowProps> & Readonly<{}>, {
|
|
7
|
+
className: string;
|
|
8
|
+
contentClass: string;
|
|
9
|
+
axis: "horizontal" | "vertical";
|
|
10
|
+
shadowColor: string;
|
|
11
|
+
shadowSize: string;
|
|
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=ScrollShadow.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScrollShadow.vue.d.ts","sourceRoot":"","sources":["../../src/components/ScrollShadow.vue"],"names":[],"mappings":"AAuIA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAwJnD,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;;;;;;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 { KunSelectProps, KunSelectValue } from './types';
|
|
2
|
+
declare const __VLS_export: <T extends KunSelectValue = KunSelectValue>(__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<(KunSelectProps<T> & {
|
|
4
|
+
modelValue: T;
|
|
5
|
+
}) & {
|
|
6
|
+
onSet?: ((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: "set", 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=Select.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Select.vue.d.ts","sourceRoot":"","sources":["../../src/components/Select.vue"],"names":[],"mappings":"AA6KA,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAE7D,QAAA,MAAM,YAAY,GAAK,CAAC,SAAS,cAAc,GAAG,cAAc,EAC/D,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;WA4SO,OAAO,KAAK,EAAE,WAAW,GAAG,mBAAmB,CAAC;oBAjO5C,CAAC;;;;KAiO8E,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,kGAAoC;EAEvC,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,18 @@
|
|
|
1
|
+
import type { KunSliderProps } from './types';
|
|
2
|
+
type __VLS_Props = KunSliderProps;
|
|
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
|
+
"update:modelValue": (value: number) => any;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
10
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
11
|
+
}>, {
|
|
12
|
+
max: number;
|
|
13
|
+
step: number;
|
|
14
|
+
min: number;
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
17
|
+
export default _default;
|
|
18
|
+
//# sourceMappingURL=Slider.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Slider.vue.d.ts","sourceRoot":"","sources":["../../src/components/Slider.vue"],"names":[],"mappings":"AAgGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAK7C,KAAK,WAAW,GAAG,cAAc,CAAC;AA2DlC,KAAK,gBAAgB,GAAG;IACxB,UAAU,EAAE,MAAM,CAAC;CAClB,CAAC;AAUF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAwExD,QAAA,MAAM,YAAY;;;;;;;;6EAIhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { KunSwitchProps } from './types';
|
|
2
|
+
type __VLS_Props = KunSwitchProps;
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
|
+
modelValue: boolean;
|
|
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
|
+
"update:modelValue": (value: boolean) => any;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
10
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
11
|
+
}>, {
|
|
12
|
+
className: string;
|
|
13
|
+
label: string;
|
|
14
|
+
disabled: boolean;
|
|
15
|
+
labelClassName: string;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=Switch.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Switch.vue.d.ts","sourceRoot":"","sources":["../../src/components/Switch.vue"],"names":[],"mappings":"AA2EA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAI7C,KAAK,WAAW,GAAG,cAAc,CAAC;AAYlC,KAAK,gBAAgB,GAAG;IACxB,UAAU,EAAE,OAAO,CAAC;CACnB,CAAC;AAWF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAiFxD,QAAA,MAAM,YAAY;;;;;;;;;6EAIhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { KunTabColor, KunTabSize, KunTabProps } from './types';
|
|
2
|
+
type __VLS_Props = KunTabProps;
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
|
+
modelValue: string;
|
|
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
|
+
change: (value: string) => any;
|
|
9
|
+
"update:modelValue": (value: string) => any;
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
11
|
+
onChange?: ((value: string) => any) | undefined;
|
|
12
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13
|
+
}>, {
|
|
14
|
+
size: KunTabSize;
|
|
15
|
+
className: string;
|
|
16
|
+
variant: import("./types").KunTabVariant;
|
|
17
|
+
color: KunTabColor;
|
|
18
|
+
disabled: boolean;
|
|
19
|
+
fullWidth: boolean;
|
|
20
|
+
innerClassName: string;
|
|
21
|
+
orientation: import("./types").KunTabOrientation;
|
|
22
|
+
iconSize: string;
|
|
23
|
+
disableAnimation: boolean;
|
|
24
|
+
scrollable: boolean;
|
|
25
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
declare const _default: typeof __VLS_export;
|
|
27
|
+
export default _default;
|
|
28
|
+
//# sourceMappingURL=Tab.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tab.vue.d.ts","sourceRoot":"","sources":["../../src/components/Tab.vue"],"names":[],"mappings":"AAwYA,OAAO,KAAK,EAAc,WAAW,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAS/E,KAAK,WAAW,GAAG,WAAW,CAAC;AAuU/B,KAAK,gBAAgB,GAAG;IACxB,UAAU,EAAE,MAAM,CAAC;CAClB,CAAC;AAkBF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AA4FxD,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;6EAIhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import type { KunTagInputInvalidReason, KunTagInputProps } from './types';
|
|
2
|
+
type __VLS_Props = KunTagInputProps;
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
|
+
modelValue?: string[];
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare var __VLS_1: {
|
|
8
|
+
tag: string;
|
|
9
|
+
index: number;
|
|
10
|
+
remove: () => void;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_Slots = {} & {
|
|
13
|
+
tag?: (props: typeof __VLS_1) => any;
|
|
14
|
+
};
|
|
15
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
|
+
add: (tag: string) => any;
|
|
17
|
+
invalid: (reason: KunTagInputInvalidReason, raw: string, detail?: string | undefined) => any;
|
|
18
|
+
"update:modelValue": (value: string[]) => any;
|
|
19
|
+
remove: (tag: string, index: number) => any;
|
|
20
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
21
|
+
onAdd?: ((tag: string) => any) | undefined;
|
|
22
|
+
onInvalid?: ((reason: KunTagInputInvalidReason, raw: string, detail?: string | undefined) => any) | undefined;
|
|
23
|
+
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
24
|
+
onRemove?: ((tag: string, index: number) => any) | undefined;
|
|
25
|
+
}>, {
|
|
26
|
+
size: import("@kungal/core").KunUISize;
|
|
27
|
+
rounded: import("@kungal/core").KunUIRounded;
|
|
28
|
+
className: string;
|
|
29
|
+
trim: boolean;
|
|
30
|
+
label: string;
|
|
31
|
+
variant: import("./types").KunTagInputVariant;
|
|
32
|
+
color: import("@kungal/core").KunUIColor;
|
|
33
|
+
disabled: boolean;
|
|
34
|
+
error: string;
|
|
35
|
+
placeholder: string;
|
|
36
|
+
transform: (raw: string) => string;
|
|
37
|
+
helperText: string;
|
|
38
|
+
readonly: boolean;
|
|
39
|
+
maxTags: number;
|
|
40
|
+
maxTagLength: number;
|
|
41
|
+
minTagLength: number;
|
|
42
|
+
allowDuplicates: boolean;
|
|
43
|
+
caseSensitive: boolean;
|
|
44
|
+
validate: import("./types").KunTagInputValidator;
|
|
45
|
+
splitChars: (string | RegExp)[];
|
|
46
|
+
splitOnPaste: boolean;
|
|
47
|
+
confirmOnBlur: boolean;
|
|
48
|
+
respectComposition: boolean;
|
|
49
|
+
showCounter: boolean;
|
|
50
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
51
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
52
|
+
declare const _default: typeof __VLS_export;
|
|
53
|
+
export default _default;
|
|
54
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
55
|
+
new (): {
|
|
56
|
+
$slots: S;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
//# sourceMappingURL=TagInput.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TagInput.vue.d.ts","sourceRoot":"","sources":["../../src/components/TagInput.vue"],"names":[],"mappings":"AAgZA,OAAO,KAAK,EAAE,wBAAwB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAIzE,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAkTpC,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB,CAAC;AA+BF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AA4KxD,QAAA,IAAI,OAAO;;;;CAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,GAAG,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAO3C,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 { KunTextProps } from './types';
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<KunTextProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunTextProps> & Readonly<{}>, {
|
|
3
|
+
className: string;
|
|
4
|
+
content: string;
|
|
5
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=Text.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Text.vue.d.ts","sourceRoot":"","sources":["../../src/components/Text.vue"],"names":[],"mappings":"AAmCA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AA8C3C,QAAA,MAAM,YAAY;;;6EAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import type { KunTextareaProps } from './types';
|
|
2
|
+
type __VLS_Props = KunTextareaProps;
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
|
+
modelValue?: string;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
8
|
+
focus: () => void | undefined;
|
|
9
|
+
blur: () => void | undefined;
|
|
10
|
+
select: () => void | undefined;
|
|
11
|
+
insertAtCaret: (text: string) => void;
|
|
12
|
+
textareaRef: import("vue").Ref<HTMLTextAreaElement | null, HTMLTextAreaElement | null>;
|
|
13
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
+
input: (event: Event) => any;
|
|
15
|
+
blur: (event: FocusEvent) => any;
|
|
16
|
+
focus: (event: FocusEvent) => any;
|
|
17
|
+
"update:modelValue": (value: string) => any;
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
19
|
+
onInput?: ((event: Event) => any) | undefined;
|
|
20
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
21
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
22
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
23
|
+
}>, {
|
|
24
|
+
rounded: import("@kungal/core").KunUIRounded;
|
|
25
|
+
name: string;
|
|
26
|
+
label: string;
|
|
27
|
+
disabled: boolean;
|
|
28
|
+
required: boolean;
|
|
29
|
+
error: string;
|
|
30
|
+
resize: "none" | "vertical" | "horizontal" | "both";
|
|
31
|
+
placeholder: string;
|
|
32
|
+
darkBorder: boolean;
|
|
33
|
+
hint: string;
|
|
34
|
+
autofocus: boolean;
|
|
35
|
+
readonly: boolean;
|
|
36
|
+
maxHeight: string;
|
|
37
|
+
showCharCount: boolean;
|
|
38
|
+
autoGrow: boolean;
|
|
39
|
+
rows: number;
|
|
40
|
+
maxlength: number;
|
|
41
|
+
minlength: number;
|
|
42
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
43
|
+
declare const _default: typeof __VLS_export;
|
|
44
|
+
export default _default;
|
|
45
|
+
//# sourceMappingURL=Textarea.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Textarea.vue.d.ts","sourceRoot":"","sources":["../../src/components/Textarea.vue"],"names":[],"mappings":"AA4JA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAI/C,KAAK,WAAW,GAAG,gBAAgB,CAAC;AA4FpC,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAyBF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAsHxD,QAAA,MAAM,YAAY;;;;0BA5KW,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAiLjC,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { KunTooltipProps } from './types';
|
|
2
|
+
declare var __VLS_1: {}, __VLS_15: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_1) => any;
|
|
5
|
+
} & {
|
|
6
|
+
content?: (props: typeof __VLS_15) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_base: import("vue").DefineComponent<KunTooltipProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunTooltipProps> & Readonly<{}>, {
|
|
9
|
+
rounded: import("@kungal/core").KunUIRounded;
|
|
10
|
+
className: string;
|
|
11
|
+
text: string;
|
|
12
|
+
position: "top" | "bottom" | "left" | "right";
|
|
13
|
+
delayShow: number;
|
|
14
|
+
delayHide: number;
|
|
15
|
+
hideOnMobile: boolean;
|
|
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=Tooltip.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tooltip.vue.d.ts","sourceRoot":"","sources":["../../src/components/Tooltip.vue"],"names":[],"mappings":"AAiIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAiK9C,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;;;;;;;;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,16 @@
|
|
|
1
|
+
import type { KunUploadProps } from './types';
|
|
2
|
+
import 'vue-advanced-cropper/dist/style.css';
|
|
3
|
+
import 'vue-advanced-cropper/dist/theme.compact.css';
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<KunUploadProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
setImage: (img: Blob) => any;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<KunUploadProps> & Readonly<{
|
|
7
|
+
onSetImage?: ((img: Blob) => any) | undefined;
|
|
8
|
+
}>, {
|
|
9
|
+
rounded: import("@kungal/core").KunUIRounded;
|
|
10
|
+
className: string;
|
|
11
|
+
hint: string;
|
|
12
|
+
initialImage: string;
|
|
13
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
15
|
+
export default _default;
|
|
16
|
+
//# sourceMappingURL=Upload.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Upload.vue.d.ts","sourceRoot":"","sources":["../../src/components/Upload.vue"],"names":[],"mappings":"AAkLA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,qCAAqC,CAAA;AAC5C,OAAO,6CAA6C,CAAA;AA8SpD,QAAA,MAAM,YAAY;;;;;;;;;6EAIhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { KunUserChipProps } from './types';
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<KunUserChipProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunUserChipProps> & Readonly<{}>, {
|
|
3
|
+
size: import("./types").KunAvatarSize;
|
|
4
|
+
className: string;
|
|
5
|
+
disableFloating: boolean;
|
|
6
|
+
floatingPosition: "top" | "bottom" | "left" | "right";
|
|
7
|
+
description: string;
|
|
8
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=UserChip.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserChip.vue.d.ts","sourceRoot":"","sources":["../../src/components/UserChip.vue"],"names":[],"mappings":"AAuCA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AA6E/C,QAAA,MAAM,YAAY;;;;;;6EAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|