@caipira/tamandua 0.0.43 → 0.0.45

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 (72) hide show
  1. package/dist/{Button-CAiIEdkK.js → Button-DxCwFAWy.js} +21 -23
  2. package/dist/Button.css +1 -1
  3. package/dist/Button.js +2 -2
  4. package/dist/Drawer-BNQfu7JD.js +76 -0
  5. package/dist/Drawer.css +1 -1
  6. package/dist/Drawer.js +2 -2
  7. package/dist/FormItem.js +2 -2
  8. package/dist/FormItem.vue_vue_type_script_setup_true_lang-CV7IVjE4.js +84 -0
  9. package/dist/GraphySubtitle.js +2 -2
  10. package/dist/GraphySubtitle.vue_vue_type_script_setup_true_lang-DsBHn2gS.js +18 -0
  11. package/dist/InputCheckbox.css +1 -0
  12. package/dist/InputCheckbox.js +2 -2
  13. package/dist/{InputCheckbox.vue_vue_type_script_setup_true_lang-Bh8HA3Ay.js → InputCheckbox.vue_vue_type_style_index_0_lang-BONJ9l1D.js} +1 -0
  14. package/dist/InputMultiplier.js +2 -2
  15. package/dist/InputMultiplier.vue_vue_type_script_setup_true_lang-BFDBZk2M.js +66 -0
  16. package/dist/InputRadio.css +1 -0
  17. package/dist/InputRadio.js +2 -2
  18. package/dist/{InputRadio.vue_vue_type_script_setup_true_lang-Cu7lzDAh.js → InputRadio.vue_vue_type_style_index_0_lang-IqPZ9Qzl.js} +1 -0
  19. package/dist/InputText.js +2 -2
  20. package/dist/InputText.vue_vue_type_script_setup_true_lang-D4nIMRiz.js +39 -0
  21. package/dist/Link.js +2 -2
  22. package/dist/{Link.vue_vue_type_script_setup_true_lang-DBYJfl5l.js → Link.vue_vue_type_script_setup_true_lang-gTf77Jvd.js} +10 -10
  23. package/dist/{ProgressCircle-BY2eeyGY.js → ProgressCircle-Cpmi2CpO.js} +4 -4
  24. package/dist/ProgressCircle.css +1 -1
  25. package/dist/ProgressCircle.js +2 -2
  26. package/dist/components.js +10 -10
  27. package/dist/index.css +1 -29
  28. package/dist/{plugin-DLFPglIt.js → plugin-BjXXC0b-.js} +1 -1
  29. package/dist/{plugin-DRcJuXpS.js → plugin-D0o7F2L4.js} +1 -1
  30. package/dist/{plugin-Bog7k3Qf.js → plugin-D6dx276z.js} +1 -1
  31. package/dist/{plugin-Bbt6pP0l.js → plugin-DDUNw6fL.js} +1 -1
  32. package/dist/{plugin-BDFttGl1.js → plugin-DHstqRmE.js} +1 -1
  33. package/dist/{plugin-DcWjzc_X.js → plugin-DQ6digu2.js} +1 -1
  34. package/dist/{plugin-DLkeyKDM.js → plugin-Dz7BPW4D.js} +1 -1
  35. package/dist/{plugin-DN54VuID.js → plugin-F3dxY_wr.js} +1 -1
  36. package/dist/{plugin-DXSsGfRI.js → plugin-MAzqwXys.js} +1 -1
  37. package/dist/{plugin-U6NcpOUL.js → plugin-WcNmSb_y.js} +1 -1
  38. package/dist/{plugins-DXwzOgCo.js → plugins-C7Uur4I5.js} +18 -16
  39. package/dist/plugins.js +92 -90
  40. package/dist/tamandua.js +1 -1
  41. package/dist/types/components/Button/Button.vue.d.ts +47 -6
  42. package/dist/types/components/ChartTreemap/ChartTreemap.vue.d.ts +12 -3
  43. package/dist/types/components/Drawer/Drawer.story.d.ts +31 -0
  44. package/dist/types/components/Drawer/Drawer.vue.d.ts +44 -2
  45. package/dist/types/components/Dropdown/Dropdown.vue.d.ts +87 -4
  46. package/dist/types/components/Dropdown/types.d.ts +2 -3
  47. package/dist/types/components/GraphyLabel/GraphyLabel.vue.d.ts +12 -3
  48. package/dist/types/components/GraphySubtitle/GraphySubtitle.vue.d.ts +25 -2
  49. package/dist/types/components/GraphyTitle/GraphyTitle.vue.d.ts +12 -3
  50. package/dist/types/components/Icon/Icon.vue.d.ts +30 -3
  51. package/dist/types/components/InputAvatar/InputAvatar.vue.d.ts +1 -1
  52. package/dist/types/components/InputCheckbox/InputCheckbox.vue.d.ts +37 -2
  53. package/dist/types/components/InputColor/InputColor.vue.d.ts +32 -2
  54. package/dist/types/components/InputDate/InputDate.vue.d.ts +16 -3
  55. package/dist/types/components/InputMultiplier/InputMultiplier.vue.d.ts +40 -2
  56. package/dist/types/components/InputRadio/InputRadio.vue.d.ts +12 -3
  57. package/dist/types/components/InputRadio/InputRadioGroup.vue.d.ts +29 -2
  58. package/dist/types/components/InputSwitch/InputSwitch.vue.d.ts +32 -2
  59. package/dist/types/components/InputText/InputText.vue.d.ts +46 -38
  60. package/dist/types/components/InputText/types.d.ts +0 -2
  61. package/dist/types/components/InputTextarea/InputTextarea.vue.d.ts +38 -2
  62. package/dist/types/components/Modal/Modal.vue.d.ts +49 -2
  63. package/dist/types/components/Pagination/Pagination.vue.d.ts +39 -2
  64. package/dist/types/components/Popconfirm/Popconfirm.vue.d.ts +33 -2
  65. package/dist/types/components/Popover/Popover.vue.d.ts +9 -9
  66. package/dist/types/components/ProgressCircle/ProgressCircle.vue.d.ts +37 -2
  67. package/package.json +1 -1
  68. package/dist/Drawer-omdZnBPG.js +0 -74
  69. package/dist/FormItem.vue_vue_type_script_setup_true_lang-CjW-P8Xf.js +0 -80
  70. package/dist/GraphySubtitle.vue_vue_type_script_setup_true_lang-DtAmgZWp.js +0 -18
  71. package/dist/InputMultiplier.vue_vue_type_script_setup_true_lang-BJJQTQzF.js +0 -74
  72. package/dist/InputText.vue_vue_type_script_setup_true_lang-Dyvx9Ob-.js +0 -40
@@ -1,11 +1,53 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<any, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<any>, {} | {
2
- [x: string]: any;
1
+ import { DrawerProps } from './types.js';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DrawerProps>, {
4
+ title: string;
5
+ style: () => {
6
+ footer: string;
7
+ };
8
+ direction: string;
9
+ showHeader: boolean;
10
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ closed: () => void;
12
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DrawerProps>, {
13
+ title: string;
14
+ style: () => {
15
+ footer: string;
16
+ };
17
+ direction: string;
18
+ showHeader: boolean;
19
+ }>>> & {
20
+ onClosed?: (() => any) | undefined;
21
+ }, {
22
+ style: {
23
+ footer: string;
24
+ };
25
+ title: string;
26
+ direction: "rtl" | "ltr";
27
+ showHeader: boolean;
3
28
  }, {}>, {
4
29
  header?(_: {}): any;
5
30
  default?(_: {}): any;
6
31
  footer?(_: {}): any;
7
32
  }>;
8
33
  export default _default;
34
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
35
+ type __VLS_TypePropsToRuntimeProps<T> = {
36
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
37
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
38
+ } : {
39
+ type: import('vue').PropType<T[K]>;
40
+ required: true;
41
+ };
42
+ };
43
+ type __VLS_WithDefaults<P, D> = {
44
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
45
+ default: D[K];
46
+ }> : P[K];
47
+ };
48
+ type __VLS_Prettify<T> = {
49
+ [K in keyof T]: T[K];
50
+ } & {};
9
51
  type __VLS_WithTemplateSlots<T, S> = T & {
10
52
  new (): {
11
53
  $slots: S;
@@ -1,12 +1,95 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<any, {
1
+ import { DropdownProps } from './types.js';
2
+ import { InputSelectOption } from '../InputSelect/types.js';
3
+
4
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DropdownProps>, {
5
+ items: () => never[];
6
+ loading: boolean;
7
+ multiple: boolean;
8
+ isVisible: boolean;
9
+ optionMarginClass: string;
10
+ optionPaddingClass: string;
11
+ wrapperPaddingClass: string;
12
+ optionRoundnessClass: string;
13
+ wrapperRoundnessClass: string;
14
+ }>, {
2
15
  move: (e: KeyboardEvent) => boolean;
3
16
  resetScroll: () => void;
4
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<any>, {} | {
5
- [x: string]: any;
17
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
+ change: (val: import("./types.js").SelectEvent) => void;
19
+ "end-reached": () => void;
20
+ created: (val: import("vue").ComponentInternalInstance | null) => void;
21
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DropdownProps>, {
22
+ items: () => never[];
23
+ loading: boolean;
24
+ multiple: boolean;
25
+ isVisible: boolean;
26
+ optionMarginClass: string;
27
+ optionPaddingClass: string;
28
+ wrapperPaddingClass: string;
29
+ optionRoundnessClass: string;
30
+ wrapperRoundnessClass: string;
31
+ }>>> & {
32
+ onChange?: ((val: import("./types.js").SelectEvent) => any) | undefined;
33
+ "onEnd-reached"?: (() => any) | undefined;
34
+ onCreated?: ((val: import("vue").ComponentInternalInstance | null) => any) | undefined;
35
+ }, {
36
+ loading: boolean;
37
+ multiple: boolean;
38
+ items: InputSelectOption[];
39
+ isVisible: boolean;
40
+ optionMarginClass: string;
41
+ optionPaddingClass: string;
42
+ wrapperPaddingClass: string;
43
+ optionRoundnessClass: string;
44
+ wrapperRoundnessClass: string;
6
45
  }, {}>, {
7
- default?(_: any): any;
46
+ default?(_: {
47
+ icon?: "circle" | "account" | "alert-octagon" | "alert-octagon-outline" | "archive" | "archive-outline" | "arrow-left" | "arrow-right" | "bank" | "bank-outline" | "camera" | "cards-outline" | "cards-variant" | "cart-outline" | "chart-box" | "chart-box-outline" | "check" | "check-circle" | "check-circle-outline" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clock" | "close" | "close-circle" | "close-circle-outline" | "cog" | "color-fill" | "copy" | "credit-card" | "credit-card-plus" | "currency" | "database" | "dots-grid" | "dots-vertical" | "email-open-outline" | "email-outline" | "eye" | "eye-off" | "file-document-plus-outline" | "filmstrip" | "filter" | "fullscreen" | "fullscreen-exit" | "group" | "image" | "image-album" | "image-album-outline" | "image-outline" | "info-outline" | "key" | "key-chain" | "key-variant" | "listbox-outline" | "loading" | "lock" | "lock-outline" | "logout" | "menu" | "menu-down" | "menu-left" | "menu-right" | "minus" | "minus-circle" | "minus-circle-outline" | "moon" | "open-in-new" | "pencil" | "people" | "piggy-bank-outline" | "plus" | "plus-circle" | "plus-circle-outline" | "qrcode-scan" | "refresh" | "save" | "search" | "spotlight" | "store-outline" | "sun" | "swap" | "swap-horizontal" | "swap-left" | "swap-right" | "system-theme" | "tag-outline" | "trash-can" | "trash-can-outline" | "upload" | "user-circle" | "zip-box" | undefined;
48
+ label: string | object;
49
+ type?: string | undefined;
50
+ renderer?: string | undefined;
51
+ isGroupLabel: boolean;
52
+ value?: undefined;
53
+ action?: undefined;
54
+ } | {
55
+ icon?: "circle" | "account" | "alert-octagon" | "alert-octagon-outline" | "archive" | "archive-outline" | "arrow-left" | "arrow-right" | "bank" | "bank-outline" | "camera" | "cards-outline" | "cards-variant" | "cart-outline" | "chart-box" | "chart-box-outline" | "check" | "check-circle" | "check-circle-outline" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clock" | "close" | "close-circle" | "close-circle-outline" | "cog" | "color-fill" | "copy" | "credit-card" | "credit-card-plus" | "currency" | "database" | "dots-grid" | "dots-vertical" | "email-open-outline" | "email-outline" | "eye" | "eye-off" | "file-document-plus-outline" | "filmstrip" | "filter" | "fullscreen" | "fullscreen-exit" | "group" | "image" | "image-album" | "image-album-outline" | "image-outline" | "info-outline" | "key" | "key-chain" | "key-variant" | "listbox-outline" | "loading" | "lock" | "lock-outline" | "logout" | "menu" | "menu-down" | "menu-left" | "menu-right" | "minus" | "minus-circle" | "minus-circle-outline" | "moon" | "open-in-new" | "pencil" | "people" | "piggy-bank-outline" | "plus" | "plus-circle" | "plus-circle-outline" | "qrcode-scan" | "refresh" | "save" | "search" | "spotlight" | "store-outline" | "sun" | "swap" | "swap-horizontal" | "swap-left" | "swap-right" | "system-theme" | "tag-outline" | "trash-can" | "trash-can-outline" | "upload" | "user-circle" | "zip-box" | undefined;
56
+ label: string | object;
57
+ type?: string | undefined;
58
+ renderer?: string | undefined;
59
+ value: import('../InputSelect/types.js').InputSelectValue;
60
+ action?: undefined;
61
+ isGroupLabel?: undefined;
62
+ } | {
63
+ icon?: "circle" | "account" | "alert-octagon" | "alert-octagon-outline" | "archive" | "archive-outline" | "arrow-left" | "arrow-right" | "bank" | "bank-outline" | "camera" | "cards-outline" | "cards-variant" | "cart-outline" | "chart-box" | "chart-box-outline" | "check" | "check-circle" | "check-circle-outline" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clock" | "close" | "close-circle" | "close-circle-outline" | "cog" | "color-fill" | "copy" | "credit-card" | "credit-card-plus" | "currency" | "database" | "dots-grid" | "dots-vertical" | "email-open-outline" | "email-outline" | "eye" | "eye-off" | "file-document-plus-outline" | "filmstrip" | "filter" | "fullscreen" | "fullscreen-exit" | "group" | "image" | "image-album" | "image-album-outline" | "image-outline" | "info-outline" | "key" | "key-chain" | "key-variant" | "listbox-outline" | "loading" | "lock" | "lock-outline" | "logout" | "menu" | "menu-down" | "menu-left" | "menu-right" | "minus" | "minus-circle" | "minus-circle-outline" | "moon" | "open-in-new" | "pencil" | "people" | "piggy-bank-outline" | "plus" | "plus-circle" | "plus-circle-outline" | "qrcode-scan" | "refresh" | "save" | "search" | "spotlight" | "store-outline" | "sun" | "swap" | "swap-horizontal" | "swap-left" | "swap-right" | "system-theme" | "tag-outline" | "trash-can" | "trash-can-outline" | "upload" | "user-circle" | "zip-box" | undefined;
64
+ label: string | object;
65
+ type?: string | undefined;
66
+ renderer?: string | undefined;
67
+ action: (filters?: import('../../index.js').APISearchFilters | undefined) => void | Promise<void> | Promise<{
68
+ items: unknown[];
69
+ pagination: import('../../index.js').Pagination;
70
+ }>;
71
+ value?: undefined;
72
+ isGroupLabel?: undefined;
73
+ }): any;
8
74
  }>;
9
75
  export default _default;
76
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
77
+ type __VLS_TypePropsToRuntimeProps<T> = {
78
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
79
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
80
+ } : {
81
+ type: import('vue').PropType<T[K]>;
82
+ required: true;
83
+ };
84
+ };
85
+ type __VLS_WithDefaults<P, D> = {
86
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
87
+ default: D[K];
88
+ }> : P[K];
89
+ };
90
+ type __VLS_Prettify<T> = {
91
+ [K in keyof T]: T[K];
92
+ } & {};
10
93
  type __VLS_WithTemplateSlots<T, S> = T & {
11
94
  new (): {
12
95
  $slots: S;
@@ -12,14 +12,13 @@ export type DropdownProps = {
12
12
  optionRoundnessClass?: string;
13
13
  wrapperRoundnessClass?: string;
14
14
  };
15
- interface SelectEvent {
15
+ export type SelectEvent = {
16
16
  index: number;
17
17
  option: InputSelectOption;
18
18
  hold: boolean;
19
- }
19
+ };
20
20
  export type DropdownEvents = {
21
21
  (e: "change", val: SelectEvent): void;
22
22
  (e: "end-reached"): void;
23
23
  (e: "created", val: ReturnType<typeof getCurrentInstance>): void;
24
24
  };
25
- export {};
@@ -1,9 +1,18 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<any, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<any>, {} | {
2
- [x: string]: any;
3
- }, {}>, {
1
+ import { GraphyLabelProps } from './types.js';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<GraphyLabelProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<GraphyLabelProps>>>, {}, {}>, {
4
4
  default?(_: {}): any;
5
5
  }>;
6
6
  export default _default;
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToRuntimeProps<T> = {
9
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
10
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
+ } : {
12
+ type: import('vue').PropType<T[K]>;
13
+ required: true;
14
+ };
15
+ };
7
16
  type __VLS_WithTemplateSlots<T, S> = T & {
8
17
  new (): {
9
18
  $slots: S;
@@ -1,4 +1,27 @@
1
- declare const _default: import('vue').DefineComponent<any, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<any>, {} | {
2
- [x: string]: any;
1
+ import { GraphySubtitleProps } from './types.js';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<GraphySubtitleProps>, {
4
+ textColor: string;
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<GraphySubtitleProps>, {
6
+ textColor: string;
7
+ }>>>, {
8
+ textColor: string;
3
9
  }, {}>;
4
10
  export default _default;
11
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
+ type __VLS_TypePropsToRuntimeProps<T> = {
13
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
14
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
15
+ } : {
16
+ type: import('vue').PropType<T[K]>;
17
+ required: true;
18
+ };
19
+ };
20
+ type __VLS_WithDefaults<P, D> = {
21
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
22
+ default: D[K];
23
+ }> : P[K];
24
+ };
25
+ type __VLS_Prettify<T> = {
26
+ [K in keyof T]: T[K];
27
+ } & {};
@@ -1,4 +1,13 @@
1
- declare const _default: import('vue').DefineComponent<any, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<any>, {} | {
2
- [x: string]: any;
3
- }, {}>;
1
+ import { GraphyTitleProps } from './types.js';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<GraphyTitleProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<GraphyTitleProps>>>, {}, {}>;
4
4
  export default _default;
5
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
6
+ type __VLS_TypePropsToRuntimeProps<T> = {
7
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
8
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
9
+ } : {
10
+ type: import('vue').PropType<T[K]>;
11
+ required: true;
12
+ };
13
+ };
@@ -1,6 +1,33 @@
1
- declare const _default: import('vue').DefineComponent<any, {
1
+ import { ElementSize } from '../../enums/ui.js';
2
+ import { IconProps } from './types.js';
3
+
4
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IconProps>, {
5
+ role: string;
6
+ size: ElementSize;
7
+ }>, {
2
8
  reference: import("vue").Ref<HTMLElement | null>;
3
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<any>, {} | {
4
- [x: string]: any;
9
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IconProps>, {
10
+ role: string;
11
+ size: ElementSize;
12
+ }>>>, {
13
+ role: string;
14
+ size: "" | "xs" | "sm" | "default" | "lg" | "xl";
5
15
  }, {}>;
6
16
  export default _default;
17
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
+ type __VLS_TypePropsToRuntimeProps<T> = {
19
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
20
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
+ } : {
22
+ type: import('vue').PropType<T[K]>;
23
+ required: true;
24
+ };
25
+ };
26
+ type __VLS_WithDefaults<P, D> = {
27
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
28
+ default: D[K];
29
+ }> : P[K];
30
+ };
31
+ type __VLS_Prettify<T> = {
32
+ [K in keyof T]: T[K];
33
+ } & {};
@@ -1,4 +1,4 @@
1
- import { InputAvatarProps } from './types.ts';
1
+ import { InputAvatarProps } from './types.js';
2
2
 
3
3
  declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<InputAvatarProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
4
  "update:model-value": (val: File) => void;
@@ -1,4 +1,39 @@
1
- declare const _default: import('vue').DefineComponent<any, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<any>, {} | {
2
- [x: string]: any;
1
+ import { InputCheckboxProps } from './types.js';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InputCheckboxProps>, {
4
+ disabled: boolean;
5
+ isIndeterminate: boolean;
6
+ initializeValue: boolean;
7
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ input: (args_0: boolean) => void;
9
+ "update:model-value": (args_0: boolean) => void;
10
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InputCheckboxProps>, {
11
+ disabled: boolean;
12
+ isIndeterminate: boolean;
13
+ initializeValue: boolean;
14
+ }>>> & {
15
+ onInput?: ((args_0: boolean) => any) | undefined;
16
+ "onUpdate:model-value"?: ((args_0: boolean) => any) | undefined;
17
+ }, {
18
+ disabled: boolean;
19
+ isIndeterminate: boolean;
20
+ initializeValue: boolean;
3
21
  }, {}>;
4
22
  export default _default;
23
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
24
+ type __VLS_TypePropsToRuntimeProps<T> = {
25
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
26
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
27
+ } : {
28
+ type: import('vue').PropType<T[K]>;
29
+ required: true;
30
+ };
31
+ };
32
+ type __VLS_WithDefaults<P, D> = {
33
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
34
+ default: D[K];
35
+ }> : P[K];
36
+ };
37
+ type __VLS_Prettify<T> = {
38
+ [K in keyof T]: T[K];
39
+ } & {};
@@ -1,4 +1,34 @@
1
- declare const _default: import('vue').DefineComponent<any, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<any>, {} | {
2
- [x: string]: any;
1
+ import { InputColorProps } from './types.js';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InputColorProps>, {
4
+ disabled: boolean;
5
+ disableStyle: boolean;
6
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ "update:model-value": (val: string) => void;
8
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InputColorProps>, {
9
+ disabled: boolean;
10
+ disableStyle: boolean;
11
+ }>>> & {
12
+ "onUpdate:model-value"?: ((val: string) => any) | undefined;
13
+ }, {
14
+ disableStyle: boolean;
15
+ disabled: boolean;
3
16
  }, {}>;
4
17
  export default _default;
18
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
+ type __VLS_TypePropsToRuntimeProps<T> = {
20
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
21
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
22
+ } : {
23
+ type: import('vue').PropType<T[K]>;
24
+ required: true;
25
+ };
26
+ };
27
+ type __VLS_WithDefaults<P, D> = {
28
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
29
+ default: D[K];
30
+ }> : P[K];
31
+ };
32
+ type __VLS_Prettify<T> = {
33
+ [K in keyof T]: T[K];
34
+ } & {};
@@ -1,4 +1,17 @@
1
- declare const _default: import('vue').DefineComponent<any, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<any>, {} | {
2
- [x: string]: any;
3
- }, {}>;
1
+ import { InputDateProps } from './types.js';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<InputDateProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
+ "update:model-value": (val: Date) => void;
5
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<InputDateProps>>> & {
6
+ "onUpdate:model-value"?: ((val: Date) => any) | undefined;
7
+ }, {}, {}>;
4
8
  export default _default;
9
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
+ type __VLS_TypePropsToRuntimeProps<T> = {
11
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
12
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
13
+ } : {
14
+ type: import('vue').PropType<T[K]>;
15
+ required: true;
16
+ };
17
+ };
@@ -1,4 +1,42 @@
1
- declare const _default: import('vue').DefineComponent<any, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<any>, {} | {
2
- [x: string]: any;
1
+ import { InputMultiplierProps } from './types.js';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InputMultiplierProps>, {
4
+ component: string;
5
+ label: string;
6
+ listeners: () => {};
7
+ inputProps: () => {};
8
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ "update:model-value": (value: any[]) => void;
10
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InputMultiplierProps>, {
11
+ component: string;
12
+ label: string;
13
+ listeners: () => {};
14
+ inputProps: () => {};
15
+ }>>> & {
16
+ "onUpdate:model-value"?: ((value: any[]) => any) | undefined;
17
+ }, {
18
+ label: string;
19
+ component: import("vue").Component | "t-input-text" | "t-input-phone";
20
+ inputProps: any;
21
+ listeners: {
22
+ [key: string]: (...args: any[]) => void;
23
+ };
3
24
  }, {}>;
4
25
  export default _default;
26
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
+ type __VLS_TypePropsToRuntimeProps<T> = {
28
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
29
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
30
+ } : {
31
+ type: import('vue').PropType<T[K]>;
32
+ required: true;
33
+ };
34
+ };
35
+ type __VLS_WithDefaults<P, D> = {
36
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
37
+ default: D[K];
38
+ }> : P[K];
39
+ };
40
+ type __VLS_Prettify<T> = {
41
+ [K in keyof T]: T[K];
42
+ } & {};
@@ -1,4 +1,13 @@
1
- declare const _default: import('vue').DefineComponent<any, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<any>, {} | {
2
- [x: string]: any;
3
- }, {}>;
1
+ import { InputRadioProps } from './types.js';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<InputRadioProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<InputRadioProps>>>, {}, {}>;
4
4
  export default _default;
5
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
6
+ type __VLS_TypePropsToRuntimeProps<T> = {
7
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
8
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
9
+ } : {
10
+ type: import('vue').PropType<T[K]>;
11
+ required: true;
12
+ };
13
+ };
@@ -1,9 +1,36 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<any, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<any>, {} | {
2
- [x: string]: any;
1
+ import { InputRadioGroupProps } from './types.js';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InputRadioGroupProps>, {
4
+ disabled: boolean;
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
+ "update:model-value": (val: string) => void;
7
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InputRadioGroupProps>, {
8
+ disabled: boolean;
9
+ }>>> & {
10
+ "onUpdate:model-value"?: ((val: string) => any) | undefined;
11
+ }, {
12
+ disabled: boolean;
3
13
  }, {}>, {
4
14
  default?(_: {}): any;
5
15
  }>;
6
16
  export default _default;
17
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
+ type __VLS_TypePropsToRuntimeProps<T> = {
19
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
20
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
+ } : {
22
+ type: import('vue').PropType<T[K]>;
23
+ required: true;
24
+ };
25
+ };
26
+ type __VLS_WithDefaults<P, D> = {
27
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
28
+ default: D[K];
29
+ }> : P[K];
30
+ };
31
+ type __VLS_Prettify<T> = {
32
+ [K in keyof T]: T[K];
33
+ } & {};
7
34
  type __VLS_WithTemplateSlots<T, S> = T & {
8
35
  new (): {
9
36
  $slots: S;
@@ -1,4 +1,34 @@
1
- declare const _default: import('vue').DefineComponent<any, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<any>, {} | {
2
- [x: string]: any;
1
+ import { InputSwitchProps } from './types.js';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InputSwitchProps>, {
4
+ label: string;
5
+ disabled: boolean;
6
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ "update:model-value": (val: boolean) => void;
8
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InputSwitchProps>, {
9
+ label: string;
10
+ disabled: boolean;
11
+ }>>> & {
12
+ "onUpdate:model-value"?: ((val: boolean) => any) | undefined;
13
+ }, {
14
+ label: string;
15
+ disabled: boolean;
3
16
  }, {}>;
4
17
  export default _default;
18
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
+ type __VLS_TypePropsToRuntimeProps<T> = {
20
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
21
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
22
+ } : {
23
+ type: import('vue').PropType<T[K]>;
24
+ required: true;
25
+ };
26
+ };
27
+ type __VLS_WithDefaults<P, D> = {
28
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
29
+ default: D[K];
30
+ }> : P[K];
31
+ };
32
+ type __VLS_Prettify<T> = {
33
+ [K in keyof T]: T[K];
34
+ } & {};
@@ -1,48 +1,56 @@
1
- import { InputTextProps } from './types.ts';
2
-
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InputTextProps>, {
4
- modelValue: string;
5
- type: string;
6
- placeholder: undefined;
7
- autocomplete: undefined;
8
- disabled: boolean;
9
- disableStyle: boolean;
10
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
- "update:model-value": (val: string) => void;
1
+ declare const _default: import('vue').DefineComponent<{
2
+ modelValue: import("vue").PropType<any>;
3
+ disableStyle: {
4
+ type: import("vue").PropType<boolean>;
5
+ default: boolean;
6
+ };
7
+ type: {
8
+ type: import("vue").PropType<string>;
9
+ default: string;
10
+ };
11
+ disabled: {
12
+ type: import("vue").PropType<boolean>;
13
+ default: boolean;
14
+ };
15
+ placeholder: {
16
+ type: import("vue").PropType<string>;
17
+ default: undefined;
18
+ };
19
+ autocomplete: {
20
+ type: import("vue").PropType<string>;
21
+ default: undefined;
22
+ };
23
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
24
  "keyup.enter": (val: any) => void;
13
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InputTextProps>, {
14
- modelValue: string;
15
- type: string;
16
- placeholder: undefined;
17
- autocomplete: undefined;
18
- disabled: boolean;
19
- disableStyle: boolean;
20
- }>>> & {
21
- "onUpdate:model-value"?: ((val: string) => any) | undefined;
25
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
26
+ modelValue: import("vue").PropType<any>;
27
+ disableStyle: {
28
+ type: import("vue").PropType<boolean>;
29
+ default: boolean;
30
+ };
31
+ type: {
32
+ type: import("vue").PropType<string>;
33
+ default: string;
34
+ };
35
+ disabled: {
36
+ type: import("vue").PropType<boolean>;
37
+ default: boolean;
38
+ };
39
+ placeholder: {
40
+ type: import("vue").PropType<string>;
41
+ default: undefined;
42
+ };
43
+ autocomplete: {
44
+ type: import("vue").PropType<string>;
45
+ default: undefined;
46
+ };
47
+ }>> & {
22
48
  "onKeyup.enter"?: ((val: any) => any) | undefined;
23
49
  }, {
24
50
  disableStyle: boolean;
25
51
  type: string;
26
52
  disabled: boolean;
27
- modelValue: string;
28
53
  placeholder: string;
29
54
  autocomplete: string;
30
55
  }, {}>;
31
56
  export default _default;
32
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
33
- type __VLS_TypePropsToRuntimeProps<T> = {
34
- [K in keyof T]-?: {} extends Pick<T, K> ? {
35
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
36
- } : {
37
- type: import('vue').PropType<T[K]>;
38
- required: true;
39
- };
40
- };
41
- type __VLS_WithDefaults<P, D> = {
42
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
43
- default: D[K];
44
- }> : P[K];
45
- };
46
- type __VLS_Prettify<T> = {
47
- [K in keyof T]: T[K];
48
- } & {};
@@ -1,5 +1,4 @@
1
1
  export type InputTextProps = {
2
- modelValue?: string;
3
2
  type?: string;
4
3
  placeholder?: string;
5
4
  autocomplete?: string;
@@ -7,6 +6,5 @@ export type InputTextProps = {
7
6
  disableStyle?: boolean;
8
7
  };
9
8
  export type InputTextEvents = {
10
- (e: "update:model-value", val: string): void;
11
9
  (e: "keyup.enter", val: any): void;
12
10
  };