@kungal/ui-vue 0.13.0 → 0.14.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 (40) hide show
  1. package/dist/components/Autocomplete.vue.d.ts +37 -0
  2. package/dist/components/Autocomplete.vue.d.ts.map +1 -0
  3. package/dist/components/Badge.vue.d.ts +1 -1
  4. package/dist/components/Card.vue.d.ts +1 -1
  5. package/dist/components/CheckBox.vue.d.ts +6 -3
  6. package/dist/components/CheckBox.vue.d.ts.map +1 -1
  7. package/dist/components/ContextMenu.vue.d.ts +1 -1
  8. package/dist/components/DatePicker.vue.d.ts +1 -1
  9. package/dist/components/FileInput.vue.d.ts +1 -0
  10. package/dist/components/FileInput.vue.d.ts.map +1 -1
  11. package/dist/components/Image.vue.d.ts +1 -1
  12. package/dist/components/Image.vue.d.ts.map +1 -1
  13. package/dist/components/Input.vue.d.ts +6 -0
  14. package/dist/components/Input.vue.d.ts.map +1 -1
  15. package/dist/components/Loading.vue.d.ts +1 -1
  16. package/dist/components/Null.vue.d.ts +1 -1
  17. package/dist/components/NumberInput.vue.d.ts +40 -0
  18. package/dist/components/NumberInput.vue.d.ts.map +1 -0
  19. package/dist/components/PinInput.vue.d.ts +30 -0
  20. package/dist/components/PinInput.vue.d.ts.map +1 -0
  21. package/dist/components/Progress.vue.d.ts +2 -2
  22. package/dist/components/Select.vue.d.ts +3 -3
  23. package/dist/components/Select.vue.d.ts.map +1 -1
  24. package/dist/components/Slider.vue.d.ts +7 -1
  25. package/dist/components/Slider.vue.d.ts.map +1 -1
  26. package/dist/components/Switch.vue.d.ts +2 -0
  27. package/dist/components/Switch.vue.d.ts.map +1 -1
  28. package/dist/components/TagInput.vue.d.ts +1 -0
  29. package/dist/components/TagInput.vue.d.ts.map +1 -1
  30. package/dist/components/Textarea.vue.d.ts +2 -1
  31. package/dist/components/Textarea.vue.d.ts.map +1 -1
  32. package/dist/components/Upload.vue.d.ts +1 -0
  33. package/dist/components/Upload.vue.d.ts.map +1 -1
  34. package/dist/components/UserChip.vue.d.ts +1 -1
  35. package/dist/components/types.d.ts +98 -0
  36. package/dist/components/types.d.ts.map +1 -1
  37. package/dist/index.d.ts +5 -2
  38. package/dist/index.d.ts.map +1 -1
  39. package/dist/index.js +2166 -1156
  40. package/package.json +3 -3
@@ -0,0 +1,37 @@
1
+ import type { KunAutocompleteOption, KunAutocompleteProps } from './types';
2
+ type __VLS_Props = KunAutocompleteProps;
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
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ search: (query: string) => any;
12
+ select: (option: KunAutocompleteOption) => any;
13
+ "update:modelValue": (value: string) => any;
14
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
15
+ onSearch?: ((query: string) => any) | undefined;
16
+ onSelect?: ((option: KunAutocompleteOption) => any) | undefined;
17
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
18
+ }>, {
19
+ size: import("@kungal/ui-core").KunUISize;
20
+ rounded: import("@kungal/ui-core").KunUIRounded;
21
+ name: string;
22
+ label: string;
23
+ disabled: boolean;
24
+ ariaLabel: string;
25
+ error: string;
26
+ placeholder: string;
27
+ description: string;
28
+ isInvalid: boolean;
29
+ darkBorder: boolean;
30
+ clearable: boolean;
31
+ allowCustomValue: boolean;
32
+ manualFilter: boolean;
33
+ noResultText: string;
34
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
+ declare const _default: typeof __VLS_export;
36
+ export default _default;
37
+ //# sourceMappingURL=Autocomplete.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Autocomplete.vue.d.ts","sourceRoot":"","sources":["../../src/components/Autocomplete.vue"],"names":[],"mappings":"AA6WA,OAAO,KAAK,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAQ1E,KAAK,WAAW,GAAG,oBAAoB,CAAC;AAgNxC,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAsBF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAgRxD,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAKhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -10,9 +10,9 @@ declare const __VLS_base: import("vue").DefineComponent<KunBadgeProps, {}, {}, {
10
10
  count: number;
11
11
  variant: "dot" | "count";
12
12
  color: import("@kungal/ui-core").KunUIColor;
13
+ placement: "top-right" | "top-left" | "bottom-right" | "bottom-left";
13
14
  max: number;
14
15
  showZero: boolean;
15
- placement: "top-right" | "top-left" | "bottom-right" | "bottom-left";
16
16
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
17
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
18
18
  declare const _default: typeof __VLS_export;
@@ -20,11 +20,11 @@ declare const __VLS_base: import("vue").DefineComponent<KunCardProps, {}, {}, {}
20
20
  bordered: boolean;
21
21
  color: KunUIColor | "background";
22
22
  href: string;
23
+ darkBorder: boolean;
23
24
  isHoverable: boolean;
24
25
  clickable: boolean;
25
26
  isTransparent: boolean;
26
27
  contentClass: string;
27
- darkBorder: boolean;
28
28
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
29
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
30
30
  declare const _default: typeof __VLS_export;
@@ -1,4 +1,4 @@
1
- import { type KunUIColor } from '@kungal/ui-core';
1
+ import { type KunUIColor, type KunUISize } from '@kungal/ui-core';
2
2
  import type { KunCheckBoxProps } from './types';
3
3
  type __VLS_Props = KunCheckBoxProps;
4
4
  type __VLS_ModelProps = {
@@ -16,15 +16,18 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
16
16
  onChange?: ((value: boolean) => any) | undefined;
17
17
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
18
18
  }>, {
19
- size: import("@kungal/ui-core").KunUISize;
19
+ size: KunUISize;
20
20
  name: string;
21
21
  className: string;
22
22
  label: string;
23
23
  type: "single" | "multiple";
24
24
  color: KunUIColor;
25
25
  disabled: boolean;
26
- id: string;
26
+ error: string;
27
+ description: string;
27
28
  value: string | number | boolean;
29
+ id: string;
30
+ indeterminate: boolean;
28
31
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
32
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
30
33
  declare const _default: typeof __VLS_export;
@@ -1 +1 @@
1
- {"version":3,"file":"CheckBox.vue.d.ts","sourceRoot":"","sources":["../../src/components/CheckBox.vue"],"names":[],"mappings":"AAsGA,OAAO,EAA+B,KAAK,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAI9E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAI/C,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAmDpC,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAgBF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AA8FxD,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"}
1
+ {"version":3,"file":"CheckBox.vue.d.ts","sourceRoot":"","sources":["../../src/components/CheckBox.vue"],"names":[],"mappings":"AA8JA,OAAO,EAA+B,KAAK,UAAU,EAAE,KAAK,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAI9F,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAI/C,KAAK,WAAW,GAAG,gBAAgB,CAAC;AA+EpC,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAmBF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AA0IxD,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;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"}
@@ -7,12 +7,12 @@ declare const __VLS_export: import("vue").DefineComponent<KunContextMenuProps, {
7
7
  onClose?: (() => any) | undefined;
8
8
  }>, {
9
9
  width: number;
10
+ padding: number;
10
11
  position: {
11
12
  x: number;
12
13
  y: number;
13
14
  } | null;
14
15
  items: KunContextMenuItem[];
15
- padding: number;
16
16
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
17
  declare const _default: typeof __VLS_export;
18
18
  export default _default;
@@ -12,9 +12,9 @@ declare const __VLS_export: import("vue").DefineComponent<KunDatePickerProps, {}
12
12
  modelValue: string | null | [string | null, string | null];
13
13
  mode: import("./types").KunDatePickerMode;
14
14
  placeholder: string;
15
- format: string;
16
15
  darkBorder: boolean;
17
16
  clearable: boolean;
17
+ format: string;
18
18
  valueFormat: string;
19
19
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
20
  declare const _default: typeof __VLS_export;
@@ -29,6 +29,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
29
29
  disabled: boolean;
30
30
  fullWidth: boolean;
31
31
  error: string;
32
+ description: string;
32
33
  accept: string;
33
34
  maxSize: number;
34
35
  hint: string;
@@ -1 +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"}
1
+ {"version":3,"file":"FileInput.vue.d.ts","sourceRoot":"","sources":["../../src/components/FileInput.vue"],"names":[],"mappings":"AA8GA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAOhD,KAAK,WAAW,GAAG,iBAAiB,CAAC;AAmErC,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,OAAO,CAAC,EAAE,IAAI,EAAE,CAAC;CAChB,CAAC;AAuBF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAyGxD,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"}
@@ -5,6 +5,7 @@ declare const __VLS_export: import("vue").DefineComponent<KunImageProps, {}, {},
5
5
  height: string | number;
6
6
  loading: "lazy" | "eager";
7
7
  ariaLabel: string;
8
+ placeholder: string | number | boolean | [w: number, h: number, q?: number, b?: number];
8
9
  alt: string;
9
10
  skeleton: boolean;
10
11
  aspectRatio: string;
@@ -12,7 +13,6 @@ declare const __VLS_export: import("vue").DefineComponent<KunImageProps, {}, {},
12
13
  imageClassName: string;
13
14
  decoding: "sync" | "async" | "auto";
14
15
  fetchpriority: "high" | "low" | "auto";
15
- placeholder: string | number | boolean | [w: number, h: number, q?: number, b?: number];
16
16
  format: string;
17
17
  quality: string | number;
18
18
  preload: boolean | {
@@ -1 +1 @@
1
- {"version":3,"file":"Image.vue.d.ts","sourceRoot":"","sources":["../../src/components/Image.vue"],"names":[],"mappings":"AA+JA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAmP5C,QAAA,MAAM,YAAY;;;;;;;;;;;;;qEAvPsC,CAAC,WACvD,CAAC;;;;;;;;;6EAyPD,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"Image.vue.d.ts","sourceRoot":"","sources":["../../src/components/Image.vue"],"names":[],"mappings":"AA+JA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAmP5C,QAAA,MAAM,YAAY;;;;;;qEAvPsC,CAAC,WACvD,CAAC;;;;;;;;;;;;;;;;6EAyPD,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -18,10 +18,12 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
18
18
  insertAtCaret: (text: string) => void;
19
19
  inputRef: import("vue").Ref<HTMLInputElement | null, HTMLInputElement | null>;
20
20
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
+ clear: () => any;
21
22
  blur: (event: FocusEvent) => any;
22
23
  focus: (event: FocusEvent) => any;
23
24
  "update:modelValue": (value: string | number) => any;
24
25
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
26
+ onClear?: (() => any) | undefined;
25
27
  onBlur?: ((event: FocusEvent) => any) | undefined;
26
28
  onFocus?: ((event: FocusEvent) => any) | undefined;
27
29
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
@@ -36,8 +38,12 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
36
38
  required: boolean;
37
39
  error: string;
38
40
  placeholder: string;
41
+ description: string;
42
+ isInvalid: boolean;
39
43
  darkBorder: boolean;
40
44
  helperText: string;
45
+ isClearable: boolean;
46
+ revealPassword: boolean;
41
47
  autofocus: boolean;
42
48
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
43
49
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1 +1 @@
1
- {"version":3,"file":"Input.vue.d.ts","sourceRoot":"","sources":["../../src/components/Input.vue"],"names":[],"mappings":"AA8KA,OAAO,EAIL,KAAK,UAAU,EAChB,MAAM,iBAAiB,CAAA;AAGxB,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAI5C,KAAK,WAAW,GAAG,aAAa,CAAC;AAkGjC,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"}
1
+ {"version":3,"file":"Input.vue.d.ts","sourceRoot":"","sources":["../../src/components/Input.vue"],"names":[],"mappings":"AAwPA,OAAO,EAIL,KAAK,UAAU,EAChB,MAAM,iBAAiB,CAAA;AAIxB,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAI5C,KAAK,WAAW,GAAG,aAAa,CAAC;AA6IjC,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B,CAAC;AAwBF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAiMxD,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;;;;0BAhQa,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAqQjC,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"}
@@ -5,8 +5,8 @@ type __VLS_Slots = {} & {
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<KunLoadingProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunLoadingProps> & Readonly<{}>, {
7
7
  loading: boolean;
8
- src: string;
9
8
  description: string;
9
+ src: string;
10
10
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
11
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
12
  declare const _default: typeof __VLS_export;
@@ -1,7 +1,7 @@
1
1
  import type { KunNullProps } from './types';
2
2
  declare const __VLS_export: import("vue").DefineComponent<KunNullProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunNullProps> & Readonly<{}>, {
3
- src: string;
4
3
  description: string;
4
+ src: string;
5
5
  isShowSticker: boolean;
6
6
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const _default: typeof __VLS_export;
@@ -0,0 +1,40 @@
1
+ import { type KunUIColor, type KunUISize } from '@kungal/ui-core';
2
+ import type { KunNumberInputProps } from './types';
3
+ type __VLS_Props = KunNumberInputProps;
4
+ type __VLS_ModelProps = {
5
+ modelValue?: number | null;
6
+ };
7
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
8
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
9
+ focus: () => void | undefined;
10
+ blur: () => void | undefined;
11
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ change: (value: number | null) => any;
13
+ "update:modelValue": (value: number | null) => any;
14
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
15
+ onChange?: ((value: number | null) => any) | undefined;
16
+ "onUpdate:modelValue"?: ((value: number | null) => any) | undefined;
17
+ }>, {
18
+ size: KunUISize;
19
+ rounded: import("@kungal/ui-core").KunUIRounded;
20
+ name: string;
21
+ label: string;
22
+ color: KunUIColor;
23
+ disabled: boolean;
24
+ ariaLabel: string;
25
+ required: boolean;
26
+ error: string;
27
+ placeholder: string;
28
+ description: string;
29
+ isInvalid: boolean;
30
+ darkBorder: boolean;
31
+ controls: boolean;
32
+ max: number;
33
+ step: number;
34
+ min: number;
35
+ readonly: boolean;
36
+ precision: number;
37
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
38
+ declare const _default: typeof __VLS_export;
39
+ export default _default;
40
+ //# sourceMappingURL=NumberInput.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NumberInput.vue.d.ts","sourceRoot":"","sources":["../../src/components/NumberInput.vue"],"names":[],"mappings":"AAuRA,OAAO,EAGL,KAAK,UAAU,EACf,KAAK,SAAS,EACf,MAAM,iBAAiB,CAAA;AAIxB,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAIlD,KAAK,WAAW,GAAG,mBAAmB,CAAC;AAwKvC,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B,CAAC;AA0BF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAkMxD,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAKhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,30 @@
1
+ import { type KunUIColor, type KunUISize } from '@kungal/ui-core';
2
+ import type { KunPinInputProps } from './types';
3
+ type __VLS_Props = KunPinInputProps;
4
+ type __VLS_ModelProps = {
5
+ modelValue?: string;
6
+ };
7
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
8
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ "update:modelValue": (value: string) => any;
10
+ complete: (value: string) => any;
11
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
13
+ onComplete?: ((value: string) => any) | undefined;
14
+ }>, {
15
+ size: KunUISize;
16
+ rounded: import("@kungal/ui-core").KunUIRounded;
17
+ length: number;
18
+ name: string;
19
+ mask: boolean;
20
+ type: "numeric" | "text";
21
+ color: KunUIColor;
22
+ disabled: boolean;
23
+ ariaLabel: string;
24
+ placeholder: string;
25
+ isInvalid: boolean;
26
+ autofocus: boolean;
27
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
28
+ declare const _default: typeof __VLS_export;
29
+ export default _default;
30
+ //# sourceMappingURL=PinInput.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PinInput.vue.d.ts","sourceRoot":"","sources":["../../src/components/PinInput.vue"],"names":[],"mappings":"AA6LA,OAAO,EAGL,KAAK,UAAU,EACf,KAAK,SAAS,EACf,MAAM,iBAAiB,CAAA;AAExB,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAI/C,KAAK,WAAW,GAAG,gBAAgB,CAAC;AA2IpC,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAmBF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AA8ExD,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;6EAIhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -6,10 +6,10 @@ declare const __VLS_export: import("vue").DefineComponent<KunProgressProps, {},
6
6
  className: string;
7
7
  variant: import("@kungal/ui-core").KunUIVariant | "gradient" | "circle" | "striped";
8
8
  color: KunUIColor;
9
- max: number;
10
9
  value: number;
11
- showLabel: boolean;
10
+ max: number;
12
11
  indeterminate: boolean;
12
+ showLabel: boolean;
13
13
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
14
  declare const _default: typeof __VLS_export;
15
15
  export default _default;
@@ -1,17 +1,17 @@
1
1
  import type { KunSelectProps, KunSelectValue } from './types';
2
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
3
  props: import("vue").PublicProps & __VLS_PrettifyLocal<(KunSelectProps<T> & {
4
- modelValue: T;
4
+ modelValue: T | T[] | null;
5
5
  }) & {
6
6
  onSet?: ((value: T, index: number) => any) | undefined;
7
- "onUpdate:modelValue"?: ((value: T) => any) | undefined;
7
+ "onUpdate:modelValue"?: ((value: T | T[] | null) => any) | undefined;
8
8
  }> & (typeof globalThis extends {
9
9
  __VLS_PROPS_FALLBACK: infer P;
10
10
  } ? P : {});
11
11
  expose: (exposed: {}) => void;
12
12
  attrs: any;
13
13
  slots: {};
14
- emit: ((evt: "set", value: T, index: number) => void) & ((event: "update:modelValue", value: T) => void);
14
+ emit: ((evt: "set", value: T, index: number) => void) & ((event: "update:modelValue", value: T | T[] | null) => void);
15
15
  }>) => import("vue").VNode & {
16
16
  __ctx?: Awaited<typeof __VLS_setup>;
17
17
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Select.vue.d.ts","sourceRoot":"","sources":["../../src/components/Select.vue"],"names":[],"mappings":"AAmLA,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;WAmTO,OAAO,KAAK,EAAE,WAAW,GAAG,mBAAmB,CAAC;oBArO5C,CAAC;;;;KAqO8E,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"}
1
+ {"version":3,"file":"Select.vue.d.ts","sourceRoot":"","sources":["../../src/components/Select.vue"],"names":[],"mappings":"AA0dA,OAAO,KAAK,EAAmB,cAAc,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAE9E,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;WAqsBO,OAAO,KAAK,EAAE,WAAW,GAAG,mBAAmB,CAAC;oBA9a5C,CAAC,GAAG,CAAC,EAAE,GAAG,IAAI;;;;KA8aiE,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,+GAAoC;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"}
@@ -1,4 +1,4 @@
1
- import { type KunUISize } from '@kungal/ui-core';
1
+ import { type KunUIColor, type KunUISize } from '@kungal/ui-core';
2
2
  import type { KunSliderProps } from './types';
3
3
  type __VLS_Props = KunSliderProps;
4
4
  type __VLS_ModelProps = {
@@ -6,14 +6,20 @@ type __VLS_ModelProps = {
6
6
  };
7
7
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
8
8
  declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ change: (value: number) => any;
9
10
  "update:modelValue": (value: number) => any;
10
11
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
+ onChange?: ((value: number) => any) | undefined;
11
13
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
12
14
  }>, {
13
15
  size: KunUISize;
16
+ color: KunUIColor;
17
+ disabled: boolean;
14
18
  max: number;
15
19
  step: number;
16
20
  min: number;
21
+ showTooltip: boolean;
22
+ showValue: boolean;
17
23
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
24
  declare const _default: typeof __VLS_export;
19
25
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"Slider.vue.d.ts","sourceRoot":"","sources":["../../src/components/Slider.vue"],"names":[],"mappings":"AAgJA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAChD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAK7C,KAAK,WAAW,GAAG,cAAc,CAAC;AAwGlC,KAAK,gBAAgB,GAAG;IACxB,UAAU,EAAE,MAAM,CAAC;CAClB,CAAC;AAWF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAoFxD,QAAA,MAAM,YAAY;;;;;;;;;6EAIhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"Slider.vue.d.ts","sourceRoot":"","sources":["../../src/components/Slider.vue"],"names":[],"mappings":"AA+RA,OAAO,EAAM,KAAK,UAAU,EAAE,KAAK,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAErE,OAAO,KAAK,EAAiB,cAAc,EAAE,MAAM,SAAS,CAAA;AAK5D,KAAK,WAAW,GAAG,cAAc,CAAC;AAuKlC,KAAK,gBAAgB,GAAG;IACxB,UAAU,EAAE,MAAM,CAAC;CAClB,CAAC;AAeF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAgQxD,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;6EAIhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -14,6 +14,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
14
14
  className: string;
15
15
  label: string;
16
16
  disabled: boolean;
17
+ error: string;
18
+ description: string;
17
19
  labelClassName: string;
18
20
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
21
  declare const _default: typeof __VLS_export;
@@ -1 +1 @@
1
- {"version":3,"file":"Switch.vue.d.ts","sourceRoot":"","sources":["../../src/components/Switch.vue"],"names":[],"mappings":"AAmGA,OAAO,EAAM,KAAK,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAEpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAI7C,KAAK,WAAW,GAAG,cAAc,CAAC;AAgClC,KAAK,gBAAgB,GAAG;IACxB,UAAU,EAAE,OAAO,CAAC;CACnB,CAAC;AAYF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAsFxD,QAAA,MAAM,YAAY;;;;;;;;;;6EAIhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"Switch.vue.d.ts","sourceRoot":"","sources":["../../src/components/Switch.vue"],"names":[],"mappings":"AAmHA,OAAO,EAAM,KAAK,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAEpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAI7C,KAAK,WAAW,GAAG,cAAc,CAAC;AAkClC,KAAK,gBAAgB,GAAG;IACxB,UAAU,EAAE,OAAO,CAAC;CACnB,CAAC;AAcF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AA6GxD,QAAA,MAAM,YAAY;;;;;;;;;;;;6EAIhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -33,6 +33,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
33
33
  disabled: boolean;
34
34
  error: string;
35
35
  placeholder: string;
36
+ description: string;
36
37
  transform: (raw: string) => string;
37
38
  helperText: string;
38
39
  readonly: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"TagInput.vue.d.ts","sourceRoot":"","sources":["../../src/components/TagInput.vue"],"names":[],"mappings":"AAsZA,OAAO,KAAK,EAAE,wBAAwB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAIzE,KAAK,WAAW,GAAG,gBAAgB,CAAC;AA8SpC,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"}
1
+ {"version":3,"file":"TagInput.vue.d.ts","sourceRoot":"","sources":["../../src/components/TagInput.vue"],"names":[],"mappings":"AA0ZA,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;AAgCF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AA6KxD,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"}
@@ -30,15 +30,16 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
30
30
  error: string;
31
31
  resize: "none" | "vertical" | "horizontal" | "both";
32
32
  placeholder: string;
33
+ description: string;
33
34
  darkBorder: boolean;
34
35
  hint: string;
35
36
  autofocus: boolean;
36
37
  readonly: boolean;
38
+ maxlength: number;
37
39
  maxHeight: string;
38
40
  showCharCount: boolean;
39
41
  autoGrow: boolean;
40
42
  rows: number;
41
- maxlength: number;
42
43
  minlength: number;
43
44
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
44
45
  declare const _default: typeof __VLS_export;
@@ -1 +1 @@
1
- {"version":3,"file":"Textarea.vue.d.ts","sourceRoot":"","sources":["../../src/components/Textarea.vue"],"names":[],"mappings":"AAoKA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAI/C,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAmGpC,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AA0BF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAwHxD,QAAA,MAAM,YAAY;;;;0BA/KW,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAoLjC,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"Textarea.vue.d.ts","sourceRoot":"","sources":["../../src/components/Textarea.vue"],"names":[],"mappings":"AAwKA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAI/C,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAuGpC,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AA2BF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAyHxD,QAAA,MAAM,YAAY;;;;0BAjLW,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAsLjC,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -8,6 +8,7 @@ declare const __VLS_export: import("vue").DefineComponent<KunUploadProps, {}, {}
8
8
  }>, {
9
9
  rounded: import("@kungal/ui-core").KunUIRounded;
10
10
  className: string;
11
+ description: string;
11
12
  hint: string;
12
13
  initialImage: string;
13
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -1 +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"}
1
+ {"version":3,"file":"Upload.vue.d.ts","sourceRoot":"","sources":["../../src/components/Upload.vue"],"names":[],"mappings":"AAsLA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,qCAAqC,CAAA;AAC5C,OAAO,6CAA6C,CAAA;AAoTpD,QAAA,MAAM,YAAY;;;;;;;;;;6EAIhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -2,10 +2,10 @@ import type { KunUserChipProps } from './types';
2
2
  declare const __VLS_export: import("vue").DefineComponent<KunUserChipProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KunUserChipProps> & Readonly<{}>, {
3
3
  size: import("./types").KunAvatarSize;
4
4
  className: string;
5
+ description: string;
5
6
  isNavigation: boolean;
6
7
  disableFloating: boolean;
7
8
  floatingPosition: "top" | "bottom" | "left" | "right";
8
- description: string;
9
9
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
10
  declare const _default: typeof __VLS_export;
11
11
  export default _default;