@solfacil/girassol 0.18.0 → 0.19.1

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 (107) hide show
  1. package/dist/girassol.es.js +4330 -4256
  2. package/dist/girassol.umd.js +6 -6
  3. package/dist/style.css +1 -1
  4. package/dist/tsconfig.app.tsbuildinfo +1 -0
  5. package/dist/types/components/accordion/Accordion.vue.d.ts +19 -76
  6. package/dist/types/components/alert/Alert.vue.d.ts +51 -0
  7. package/dist/types/components/{informations/alert → alert}/index.d.ts +0 -0
  8. package/dist/types/components/buttons/button/Button.vue.d.ts +53 -0
  9. package/dist/types/components/buttons/button-destructive/ButtonDestructive.vue.d.ts +39 -0
  10. package/dist/types/components/{forms/button → buttons}/index.d.ts +0 -0
  11. package/dist/types/components/chips/removable-chip/RemovableChip.vue.d.ts +49 -0
  12. package/dist/types/components/{filters/chip → chips}/removable-chip/index.d.ts +0 -0
  13. package/dist/types/components/{filters/chip → chips}/removable-chip/types.d.ts +0 -0
  14. package/dist/types/components/chips/selectable-chip/SelectableChip.vue.d.ts +51 -0
  15. package/dist/types/components/{filters/chip → chips}/selectable-chip/index.d.ts +0 -0
  16. package/dist/types/components/{filters/chip → chips}/selectable-chip/types.d.ts +0 -0
  17. package/dist/types/components/{filters/chip → chips}/types.d.ts +0 -0
  18. package/dist/types/components/collapsible/Collapsible.vue.d.ts +25 -90
  19. package/dist/types/components/empty-state/EmptyState.vue.d.ts +17 -74
  20. package/dist/types/components/file-upload/FileUpload.vue.d.ts +2 -2
  21. package/dist/types/components/forms/checkbox/checkbox-group/CheckboxGroup.vue.d.ts +37 -131
  22. package/dist/types/components/forms/inputs/input-text/InputText.vue.d.ts +36 -135
  23. package/dist/types/components/forms/inputs/input-textarea/InputTextarea.vue.d.ts +3 -3
  24. package/dist/types/components/forms/radio/radio-group/RadioGroup.vue.d.ts +37 -131
  25. package/dist/types/components/forms/select/ListOption.vue.d.ts +18 -81
  26. package/dist/types/components/forms/select/Select.vue.d.ts +67 -218
  27. package/dist/types/components/forms/switch/Switch.vue.d.ts +2 -2
  28. package/dist/types/components/list/List.vue.d.ts +63 -174
  29. package/dist/types/components/list/ListItem.vue.d.ts +61 -132
  30. package/dist/types/components/list/ListItemTextValue.vue.d.ts +21 -82
  31. package/dist/types/components/menus/menu/Menu.vue.d.ts +35 -94
  32. package/dist/types/components/menus/menu-item/menu-item/MenuItem.vue.d.ts +13 -64
  33. package/dist/types/components/menus/menu-item/menu-item-link/MenuItemLink.vue.d.ts +24 -85
  34. package/dist/types/components/menus/menu-navigation-links/MenuNavigationLinks.vue.d.ts +22 -69
  35. package/dist/types/components/modals/modal/Modal.vue.d.ts +44 -164
  36. package/dist/types/components/modals/onboarding/Onboarding.vue.d.ts +1 -1
  37. package/dist/types/components/search/Search.vue.d.ts +2 -2
  38. package/dist/types/components/tabs/TabItem.vue.d.ts +19 -70
  39. package/dist/types/components/tag/Tag.vue.d.ts +50 -0
  40. package/dist/types/components/{informations/tag → tag}/index.d.ts +0 -0
  41. package/dist/types/components/text-value/TextValue.vue.d.ts +45 -0
  42. package/dist/types/components/{informations/text-value → text-value}/index.d.ts +0 -0
  43. package/dist/types/components/{informations/text-value → text-value}/types.d.ts +0 -0
  44. package/dist/types/composables/use-toast/Toast.vue.d.ts +36 -133
  45. package/dist/types/index.d.ts +406 -406
  46. package/package.json +24 -23
  47. package/theme/safelist.ts +157 -21
  48. package/vite.config.ts +3 -1
  49. package/windi.config.ts +1 -1
  50. package/dist/cli/src/cli.d.ts +0 -1
  51. package/dist/cli/src/commands/create:component.d.ts +0 -1
  52. package/dist/cli/src/commands/generate:plugin.d.ts +0 -1
  53. package/dist/cli/src/commands/generate:types.d.ts +0 -7
  54. package/dist/cli/src/commands/girassol-cli.d.ts +0 -1
  55. package/dist/cli/src/extensions/cli-extension.d.ts +0 -1
  56. package/dist/cli/src/types.d.ts +0 -0
  57. package/dist/theme/solfacil/borders.d.ts +0 -18
  58. package/dist/theme/solfacil/colors.d.ts +0 -63
  59. package/dist/theme/solfacil/effects.d.ts +0 -17
  60. package/dist/theme/solfacil/index.d.ts +0 -18
  61. package/dist/theme/solfacil/miscs.d.ts +0 -144
  62. package/dist/theme/solfacil/screens.d.ts +0 -29
  63. package/dist/theme/solfacil/spacing.d.ts +0 -64
  64. package/dist/theme/solfacil/typography.d.ts +0 -41
  65. package/dist/theme/solfacil/utilities.d.ts +0 -8
  66. package/dist/types/components/accordion/accordion.spec.d.ts +0 -1
  67. package/dist/types/components/breadcrumb/breadcrumb.spec.d.ts +0 -1
  68. package/dist/types/components/collapsible/collapsible.spec.d.ts +0 -1
  69. package/dist/types/components/date-picker/datepicker.spec.d.ts +0 -1
  70. package/dist/types/components/empty-state/empty-state.spec.d.ts +0 -1
  71. package/dist/types/components/file-upload/file-upload.spec.d.ts +0 -1
  72. package/dist/types/components/filters/chip/removable-chip/RemovableChip.vue.d.ts +0 -120
  73. package/dist/types/components/filters/chip/removable-chip/removable-chip.spec.d.ts +0 -1
  74. package/dist/types/components/filters/chip/selectable-chip/SelectableChip.vue.d.ts +0 -125
  75. package/dist/types/components/filters/chip/selectable-chip/selectable-chip.spec.d.ts +0 -1
  76. package/dist/types/components/forms/button/button/Button.vue.d.ts +0 -122
  77. package/dist/types/components/forms/button/button/button.spec.d.ts +0 -1
  78. package/dist/types/components/forms/button/button-destructive/ButtonDestructive.vue.d.ts +0 -96
  79. package/dist/types/components/forms/checkbox/checkbox/checkbox.spec.d.ts +0 -1
  80. package/dist/types/components/forms/checkbox/checkbox-group/checkbox-group.spec.d.ts +0 -1
  81. package/dist/types/components/forms/inputs/input-core/input.spec.d.ts +0 -1
  82. package/dist/types/components/forms/inputs/input-password/input-password.spec.d.ts +0 -1
  83. package/dist/types/components/forms/inputs/input-text/input-text.spec.d.ts +0 -1
  84. package/dist/types/components/forms/inputs/input-textarea/textarea.spec.d.ts +0 -1
  85. package/dist/types/components/forms/radio/radio/radio.spec.d.ts +0 -1
  86. package/dist/types/components/forms/radio/radio-group/radio-group.spec.d.ts +0 -1
  87. package/dist/types/components/forms/select/select.spec.d.ts +0 -1
  88. package/dist/types/components/forms/switch/switch.spec.d.ts +0 -1
  89. package/dist/types/components/informations/alert/Alert.vue.d.ts +0 -126
  90. package/dist/types/components/informations/alert/alert.spec.d.ts +0 -1
  91. package/dist/types/components/informations/tag/Tag.vue.d.ts +0 -121
  92. package/dist/types/components/informations/tag/tag.spec.d.ts +0 -1
  93. package/dist/types/components/informations/text-value/TextValue.vue.d.ts +0 -104
  94. package/dist/types/components/informations/text-value/text-value.spec.d.ts +0 -1
  95. package/dist/types/components/list/list.spec.d.ts +0 -1
  96. package/dist/types/components/menus/menu/menu.spec.d.ts +0 -1
  97. package/dist/types/components/modals/modal/modal.spec.d.ts +0 -1
  98. package/dist/types/components/modals/onboarding/onboading.spec.d.ts +0 -1
  99. package/dist/types/components/pagination/pagination.spec.d.ts +0 -1
  100. package/dist/types/components/search/search.spec.d.ts +0 -1
  101. package/dist/types/components/steps/steps.spec.d.ts +0 -1
  102. package/dist/types/components/tabs/tabs.spec.d.ts +0 -1
  103. package/dist/types/composables/use-filters/use-filters.spec.d.ts +0 -1
  104. package/dist/types/composables/use-toast/use-toast.spec.d.ts +0 -1
  105. package/dist/vite-modules/generate-component-types.d.ts +0 -3
  106. package/dist/vite.config.d.ts +0 -2
  107. package/dist/windi.config.d.ts +0 -2
@@ -1,126 +0,0 @@
1
- declare const _default: {
2
- new (...args: any[]): {
3
- $: import("vue").ComponentInternalInstance;
4
- $data: {};
5
- $props: Partial<{
6
- title: string;
7
- text: string;
8
- feedback: 'success' | 'warning' | 'error' | 'informative';
9
- }> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
- id: string;
11
- title?: string | undefined;
12
- text?: string | undefined;
13
- feedback?: "error" | "success" | "warning" | "informative" | undefined;
14
- action?: string | undefined;
15
- }>, {
16
- title: string;
17
- text: string;
18
- feedback: string;
19
- }>>> & {
20
- onClick?: (() => any) | undefined;
21
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "text" | "feedback">;
22
- $attrs: {
23
- [x: string]: unknown;
24
- };
25
- $refs: {
26
- [x: string]: unknown;
27
- };
28
- $slots: Readonly<{
29
- [name: string]: import("vue").Slot | undefined;
30
- }>;
31
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
32
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
33
- $emit: (event: "click") => void;
34
- $el: any;
35
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
36
- id: string;
37
- title?: string | undefined;
38
- text?: string | undefined;
39
- feedback?: "error" | "success" | "warning" | "informative" | undefined;
40
- action?: string | undefined;
41
- }>, {
42
- title: string;
43
- text: string;
44
- feedback: string;
45
- }>>> & {
46
- onClick?: (() => any) | undefined;
47
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
48
- click: () => void;
49
- }, string, {
50
- title: string;
51
- text: string;
52
- feedback: 'success' | 'warning' | 'error' | 'informative';
53
- }, {}, string> & {
54
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
55
- created?: ((() => void) | (() => void)[]) | undefined;
56
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
57
- mounted?: ((() => void) | (() => void)[]) | undefined;
58
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
59
- updated?: ((() => void) | (() => void)[]) | undefined;
60
- activated?: ((() => void) | (() => void)[]) | undefined;
61
- deactivated?: ((() => void) | (() => void)[]) | undefined;
62
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
63
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
64
- destroyed?: ((() => void) | (() => void)[]) | undefined;
65
- unmounted?: ((() => void) | (() => void)[]) | undefined;
66
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
67
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
68
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
69
- };
70
- $forceUpdate: () => void;
71
- $nextTick: typeof import("vue").nextTick;
72
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
73
- } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
74
- id: string;
75
- title?: string | undefined;
76
- text?: string | undefined;
77
- feedback?: "error" | "success" | "warning" | "informative" | undefined;
78
- action?: string | undefined;
79
- }>, {
80
- title: string;
81
- text: string;
82
- feedback: string;
83
- }>>> & {
84
- onClick?: (() => any) | undefined;
85
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
86
- __isFragment?: undefined;
87
- __isTeleport?: undefined;
88
- __isSuspense?: undefined;
89
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
90
- id: string;
91
- title?: string | undefined;
92
- text?: string | undefined;
93
- feedback?: "error" | "success" | "warning" | "informative" | undefined;
94
- action?: string | undefined;
95
- }>, {
96
- title: string;
97
- text: string;
98
- feedback: string;
99
- }>>> & {
100
- onClick?: (() => any) | undefined;
101
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
102
- click: () => void;
103
- }, string, {
104
- title: string;
105
- text: string;
106
- feedback: 'success' | 'warning' | 'error' | 'informative';
107
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
108
- $slots: {
109
- default: (_: {}) => any;
110
- };
111
- });
112
- export default _default;
113
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
114
- type __VLS_TypePropsToRuntimeProps<T> = {
115
- [K in keyof T]-?: {} extends Pick<T, K> ? {
116
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
117
- } : {
118
- type: import('vue').PropType<T[K]>;
119
- required: true;
120
- };
121
- };
122
- type __VLS_WithDefaults<P, D> = {
123
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
124
- default: D[K];
125
- } : P[K];
126
- };
@@ -1 +0,0 @@
1
- import '@testing-library/jest-dom';
@@ -1,121 +0,0 @@
1
- declare const _default: {
2
- new (...args: any[]): {
3
- $: import("vue").ComponentInternalInstance;
4
- $data: {};
5
- $props: Partial<{
6
- type: 'positive' | 'warning' | 'negative' | 'informative' | 'neutral';
7
- text: string;
8
- size: 'small' | 'medium';
9
- variant: 'fill' | 'outline';
10
- }> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
11
- id: string;
12
- text?: string | undefined;
13
- variant?: "fill" | "outline" | undefined;
14
- size?: "small" | "medium" | undefined;
15
- type?: "neutral" | "positive" | "warning" | "negative" | "informative" | undefined;
16
- }>, {
17
- text: string;
18
- variant: string;
19
- size: string;
20
- type: string;
21
- }>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "text" | "size" | "variant">;
22
- $attrs: {
23
- [x: string]: unknown;
24
- };
25
- $refs: {
26
- [x: string]: unknown;
27
- };
28
- $slots: Readonly<{
29
- [name: string]: import("vue").Slot | undefined;
30
- }>;
31
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
32
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
33
- $emit: (event: string, ...args: any[]) => void;
34
- $el: any;
35
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
36
- id: string;
37
- text?: string | undefined;
38
- variant?: "fill" | "outline" | undefined;
39
- size?: "small" | "medium" | undefined;
40
- type?: "neutral" | "positive" | "warning" | "negative" | "informative" | undefined;
41
- }>, {
42
- text: string;
43
- variant: string;
44
- size: string;
45
- type: string;
46
- }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
47
- type: 'positive' | 'warning' | 'negative' | 'informative' | 'neutral';
48
- text: string;
49
- size: 'small' | 'medium';
50
- variant: 'fill' | 'outline';
51
- }, {}, string> & {
52
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
53
- created?: ((() => void) | (() => void)[]) | undefined;
54
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
55
- mounted?: ((() => void) | (() => void)[]) | undefined;
56
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
57
- updated?: ((() => void) | (() => void)[]) | undefined;
58
- activated?: ((() => void) | (() => void)[]) | undefined;
59
- deactivated?: ((() => void) | (() => void)[]) | undefined;
60
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
61
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
62
- destroyed?: ((() => void) | (() => void)[]) | undefined;
63
- unmounted?: ((() => void) | (() => void)[]) | undefined;
64
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
65
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
66
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
67
- };
68
- $forceUpdate: () => void;
69
- $nextTick: typeof import("vue").nextTick;
70
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
71
- } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
72
- id: string;
73
- text?: string | undefined;
74
- variant?: "fill" | "outline" | undefined;
75
- size?: "small" | "medium" | undefined;
76
- type?: "neutral" | "positive" | "warning" | "negative" | "informative" | undefined;
77
- }>, {
78
- text: string;
79
- variant: string;
80
- size: string;
81
- type: string;
82
- }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
83
- __isFragment?: undefined;
84
- __isTeleport?: undefined;
85
- __isSuspense?: undefined;
86
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
87
- id: string;
88
- text?: string | undefined;
89
- variant?: "fill" | "outline" | undefined;
90
- size?: "small" | "medium" | undefined;
91
- type?: "neutral" | "positive" | "warning" | "negative" | "informative" | undefined;
92
- }>, {
93
- text: string;
94
- variant: string;
95
- size: string;
96
- type: string;
97
- }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
98
- type: 'positive' | 'warning' | 'negative' | 'informative' | 'neutral';
99
- text: string;
100
- size: 'small' | 'medium';
101
- variant: 'fill' | 'outline';
102
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
103
- $slots: {
104
- default: (_: {}) => any;
105
- };
106
- });
107
- export default _default;
108
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
109
- type __VLS_TypePropsToRuntimeProps<T> = {
110
- [K in keyof T]-?: {} extends Pick<T, K> ? {
111
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
112
- } : {
113
- type: import('vue').PropType<T[K]>;
114
- required: true;
115
- };
116
- };
117
- type __VLS_WithDefaults<P, D> = {
118
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
119
- default: D[K];
120
- } : P[K];
121
- };
@@ -1 +0,0 @@
1
- import '@testing-library/jest-dom';
@@ -1,104 +0,0 @@
1
- import type { TextValue } from './types';
2
- declare const _default: {
3
- new (...args: any[]): {
4
- $: import("vue").ComponentInternalInstance;
5
- $data: {};
6
- $props: Partial<{
7
- align: "right" | "left";
8
- }> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
- id: TextValue['id'];
10
- itemProp?: TextValue['itemProp'];
11
- label?: TextValue['label'];
12
- value?: TextValue['value'];
13
- align?: TextValue['align'];
14
- }>, {
15
- align: string;
16
- }>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "align">;
17
- $attrs: {
18
- [x: string]: unknown;
19
- };
20
- $refs: {
21
- [x: string]: unknown;
22
- };
23
- $slots: Readonly<{
24
- [name: string]: import("vue").Slot | undefined;
25
- }>;
26
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
27
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
28
- $emit: (event: string, ...args: any[]) => void;
29
- $el: any;
30
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
31
- id: TextValue['id'];
32
- itemProp?: TextValue['itemProp'];
33
- label?: TextValue['label'];
34
- value?: TextValue['value'];
35
- align?: TextValue['align'];
36
- }>, {
37
- align: string;
38
- }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
39
- align: "right" | "left";
40
- }, {}, string> & {
41
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
42
- created?: ((() => void) | (() => void)[]) | undefined;
43
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
44
- mounted?: ((() => void) | (() => void)[]) | undefined;
45
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
46
- updated?: ((() => void) | (() => void)[]) | undefined;
47
- activated?: ((() => void) | (() => void)[]) | undefined;
48
- deactivated?: ((() => void) | (() => void)[]) | undefined;
49
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
50
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
51
- destroyed?: ((() => void) | (() => void)[]) | undefined;
52
- unmounted?: ((() => void) | (() => void)[]) | undefined;
53
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
54
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
55
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
56
- };
57
- $forceUpdate: () => void;
58
- $nextTick: typeof import("vue").nextTick;
59
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
60
- } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
61
- id: TextValue['id'];
62
- itemProp?: TextValue['itemProp'];
63
- label?: TextValue['label'];
64
- value?: TextValue['value'];
65
- align?: TextValue['align'];
66
- }>, {
67
- align: string;
68
- }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
69
- __isFragment?: undefined;
70
- __isTeleport?: undefined;
71
- __isSuspense?: undefined;
72
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
73
- id: TextValue['id'];
74
- itemProp?: TextValue['itemProp'];
75
- label?: TextValue['label'];
76
- value?: TextValue['value'];
77
- align?: TextValue['align'];
78
- }>, {
79
- align: string;
80
- }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
81
- align: "right" | "left";
82
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
83
- $slots: {
84
- label: (_: {}) => any;
85
- 'icon:left': (_: {}) => any;
86
- value: (_: {}) => any;
87
- 'icon:right': (_: {}) => any;
88
- };
89
- });
90
- export default _default;
91
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
92
- type __VLS_TypePropsToRuntimeProps<T> = {
93
- [K in keyof T]-?: {} extends Pick<T, K> ? {
94
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
95
- } : {
96
- type: import('vue').PropType<T[K]>;
97
- required: true;
98
- };
99
- };
100
- type __VLS_WithDefaults<P, D> = {
101
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
102
- default: D[K];
103
- } : P[K];
104
- };
@@ -1 +0,0 @@
1
- import '@testing-library/jest-dom';
@@ -1 +0,0 @@
1
- import '@testing-library/jest-dom';
@@ -1 +0,0 @@
1
- import '@testing-library/jest-dom';
@@ -1 +0,0 @@
1
- import '@testing-library/jest-dom';
@@ -1 +0,0 @@
1
- import '@testing-library/jest-dom';
@@ -1 +0,0 @@
1
- import '@testing-library/jest-dom';
@@ -1 +0,0 @@
1
- import '@testing-library/jest-dom';
@@ -1 +0,0 @@
1
- import '@testing-library/jest-dom';
@@ -1 +0,0 @@
1
- import '@testing-library/jest-dom';
@@ -1 +0,0 @@
1
- import '@testing-library/jest-dom';
@@ -1,3 +0,0 @@
1
- import type { Plugin } from 'vite';
2
- declare const _default: () => Plugin;
3
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vitest/dist/config").UserConfigExport;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vite-plugin-windicss").WindiCssOptions;
2
- export default _default;