@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,64 +0,0 @@
1
- export declare const sizings: {
2
- quark: string;
3
- nano: string;
4
- micro: string;
5
- '4xs': string;
6
- '3xs': string;
7
- '2xs': string;
8
- xs: string;
9
- sm: string;
10
- md: string;
11
- lg: string;
12
- xl: string;
13
- '2xl': string;
14
- '3xl': string;
15
- mega: string;
16
- '2mega': string;
17
- '3mega': string;
18
- giga: string;
19
- };
20
- declare const _default: {
21
- padding: {
22
- quark: string;
23
- nano: string;
24
- micro: string;
25
- '4xs': string;
26
- '3xs': string;
27
- '2xs': string;
28
- xs: string;
29
- sm: string;
30
- md: string;
31
- lg: string;
32
- xl: string;
33
- '2xl': string;
34
- '3xl': string;
35
- mega: string;
36
- '2mega': string;
37
- '3mega': string;
38
- giga: string;
39
- auto: string;
40
- '0': string;
41
- };
42
- margin: {
43
- quark: string;
44
- nano: string;
45
- micro: string;
46
- '4xs': string;
47
- '3xs': string;
48
- '2xs': string;
49
- xs: string;
50
- sm: string;
51
- md: string;
52
- lg: string;
53
- xl: string;
54
- '2xl': string;
55
- '3xl': string;
56
- mega: string;
57
- '2mega': string;
58
- '3mega': string;
59
- giga: string;
60
- auto: string;
61
- '0': string;
62
- };
63
- };
64
- export default _default;
@@ -1,41 +0,0 @@
1
- declare const _default: {
2
- fontFamily: {
3
- sans: string[];
4
- base: string[];
5
- highlight: string[];
6
- };
7
- fontSize: {
8
- micro: string;
9
- '3xs': string;
10
- '2xs': string;
11
- xs: string;
12
- sm: string;
13
- md: string;
14
- lg: string;
15
- xl: string;
16
- '2xl': string;
17
- '3xl': string;
18
- huge: string;
19
- mega: string;
20
- giga: string;
21
- };
22
- lineHeight: {
23
- default: number;
24
- xs: number;
25
- sm: number;
26
- md: number;
27
- lg: number;
28
- xl: number;
29
- '2xl': number;
30
- };
31
- fontWeight: {
32
- regular: number;
33
- bold: number;
34
- };
35
- letterSpacing: {
36
- default: string;
37
- md: string;
38
- sm: string;
39
- };
40
- };
41
- export default _default;
@@ -1,8 +0,0 @@
1
- export declare const componentTypos: import("windicss/types/interfaces").PluginOutput;
2
- export declare const outlinesForFocus: import("windicss/types/interfaces").PluginOutput;
3
- export declare const maxLines: import("windicss/types/interfaces").PluginOutput;
4
- export declare const debug: import("windicss/types/interfaces").PluginOutput;
5
- export declare const placeholder: import("windicss/types/interfaces").PluginOutput;
6
- export declare const scrollbarBase: import("windicss/types/interfaces").PluginOutput;
7
- export declare const iconSizes: import("windicss/types/interfaces").PluginOutput;
8
- export declare const resetFillFields: import("windicss/types/interfaces").PluginOutput;
@@ -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,120 +0,0 @@
1
- import type { RemovableChip } from './types';
2
- declare const _default: {
3
- new (...args: any[]): {
4
- $: import("vue").ComponentInternalInstance;
5
- $data: {};
6
- $props: Partial<{
7
- size: "small" | "medium";
8
- variant: RemovableChip['variant'];
9
- }> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
- id: RemovableChip['id'];
11
- label?: RemovableChip['label'];
12
- disabled?: RemovableChip['disabled'];
13
- variant?: "fill" | "outline" | undefined;
14
- size?: RemovableChip['size'];
15
- }>, {
16
- variant: string;
17
- size: string;
18
- }>>> & {
19
- onClose?: (() => any) | undefined;
20
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "size" | "variant">;
21
- $attrs: {
22
- [x: string]: unknown;
23
- };
24
- $refs: {
25
- [x: string]: unknown;
26
- };
27
- $slots: Readonly<{
28
- [name: string]: import("vue").Slot | undefined;
29
- }>;
30
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
31
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
32
- $emit: (event: "close") => void;
33
- $el: any;
34
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
35
- id: RemovableChip['id'];
36
- label?: RemovableChip['label'];
37
- disabled?: RemovableChip['disabled'];
38
- variant?: "fill" | "outline" | undefined;
39
- size?: RemovableChip['size'];
40
- }>, {
41
- variant: string;
42
- size: string;
43
- }>>> & {
44
- onClose?: (() => any) | undefined;
45
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
46
- close: () => void;
47
- }, string, {
48
- size: "small" | "medium";
49
- variant: RemovableChip['variant'];
50
- }, {}, string> & {
51
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
52
- created?: ((() => void) | (() => void)[]) | undefined;
53
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
54
- mounted?: ((() => void) | (() => void)[]) | undefined;
55
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
56
- updated?: ((() => void) | (() => void)[]) | undefined;
57
- activated?: ((() => void) | (() => void)[]) | undefined;
58
- deactivated?: ((() => void) | (() => void)[]) | undefined;
59
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
60
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
61
- destroyed?: ((() => void) | (() => void)[]) | undefined;
62
- unmounted?: ((() => void) | (() => void)[]) | undefined;
63
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
64
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
65
- 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;
66
- };
67
- $forceUpdate: () => void;
68
- $nextTick: typeof import("vue").nextTick;
69
- $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;
70
- } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
71
- id: RemovableChip['id'];
72
- label?: RemovableChip['label'];
73
- disabled?: RemovableChip['disabled'];
74
- variant?: "fill" | "outline" | undefined;
75
- size?: RemovableChip['size'];
76
- }>, {
77
- variant: string;
78
- size: string;
79
- }>>> & {
80
- onClose?: (() => any) | undefined;
81
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
82
- __isFragment?: undefined;
83
- __isTeleport?: undefined;
84
- __isSuspense?: undefined;
85
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
86
- id: RemovableChip['id'];
87
- label?: RemovableChip['label'];
88
- disabled?: RemovableChip['disabled'];
89
- variant?: "fill" | "outline" | undefined;
90
- size?: RemovableChip['size'];
91
- }>, {
92
- variant: string;
93
- size: string;
94
- }>>> & {
95
- onClose?: (() => any) | undefined;
96
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
97
- close: () => void;
98
- }, string, {
99
- size: "small" | "medium";
100
- variant: RemovableChip['variant'];
101
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
102
- $slots: {
103
- default: (_: {}) => any;
104
- };
105
- });
106
- export default _default;
107
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
108
- type __VLS_TypePropsToRuntimeProps<T> = {
109
- [K in keyof T]-?: {} extends Pick<T, K> ? {
110
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
111
- } : {
112
- type: import('vue').PropType<T[K]>;
113
- required: true;
114
- };
115
- };
116
- type __VLS_WithDefaults<P, D> = {
117
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
118
- default: D[K];
119
- } : P[K];
120
- };
@@ -1 +0,0 @@
1
- import '@testing-library/jest-dom';
@@ -1,125 +0,0 @@
1
- import type { SelectableChip } from './types';
2
- declare const _default: {
3
- new (...args: any[]): {
4
- $: import("vue").ComponentInternalInstance;
5
- $data: {};
6
- $props: Partial<{
7
- size: "small" | "medium";
8
- }> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
- id: SelectableChip['id'];
10
- label?: SelectableChip['label'];
11
- selected?: SelectableChip['selected'];
12
- value: SelectableChip['value'];
13
- disabled?: SelectableChip['disabled'];
14
- size?: SelectableChip['size'];
15
- }>, {
16
- size: string;
17
- }>>> & {
18
- onChange?: ((v: unknown) => any) | undefined;
19
- "onUpdate:selected"?: ((v: boolean) => any) | undefined;
20
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "size">;
21
- $attrs: {
22
- [x: string]: unknown;
23
- };
24
- $refs: {
25
- [x: string]: unknown;
26
- };
27
- $slots: Readonly<{
28
- [name: string]: import("vue").Slot | undefined;
29
- }>;
30
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
31
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
32
- $emit: ((event: "change", v: unknown) => void) & ((event: "update:selected", v: boolean) => void);
33
- $el: any;
34
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
35
- id: SelectableChip['id'];
36
- label?: SelectableChip['label'];
37
- selected?: SelectableChip['selected'];
38
- value: SelectableChip['value'];
39
- disabled?: SelectableChip['disabled'];
40
- size?: SelectableChip['size'];
41
- }>, {
42
- size: string;
43
- }>>> & {
44
- onChange?: ((v: unknown) => any) | undefined;
45
- "onUpdate:selected"?: ((v: boolean) => any) | undefined;
46
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
47
- "update:selected": (v: boolean) => void;
48
- } & {
49
- change: (v: unknown) => void;
50
- }, string, {
51
- size: "small" | "medium";
52
- }, {}, string> & {
53
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
54
- created?: ((() => void) | (() => void)[]) | undefined;
55
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
56
- mounted?: ((() => void) | (() => void)[]) | undefined;
57
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
58
- updated?: ((() => void) | (() => void)[]) | undefined;
59
- activated?: ((() => void) | (() => void)[]) | undefined;
60
- deactivated?: ((() => void) | (() => void)[]) | undefined;
61
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
62
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
63
- destroyed?: ((() => void) | (() => void)[]) | undefined;
64
- unmounted?: ((() => void) | (() => void)[]) | undefined;
65
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
66
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
67
- 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;
68
- };
69
- $forceUpdate: () => void;
70
- $nextTick: typeof import("vue").nextTick;
71
- $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;
72
- } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
73
- id: SelectableChip['id'];
74
- label?: SelectableChip['label'];
75
- selected?: SelectableChip['selected'];
76
- value: SelectableChip['value'];
77
- disabled?: SelectableChip['disabled'];
78
- size?: SelectableChip['size'];
79
- }>, {
80
- size: string;
81
- }>>> & {
82
- onChange?: ((v: unknown) => any) | undefined;
83
- "onUpdate:selected"?: ((v: boolean) => any) | undefined;
84
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
85
- __isFragment?: undefined;
86
- __isTeleport?: undefined;
87
- __isSuspense?: undefined;
88
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
89
- id: SelectableChip['id'];
90
- label?: SelectableChip['label'];
91
- selected?: SelectableChip['selected'];
92
- value: SelectableChip['value'];
93
- disabled?: SelectableChip['disabled'];
94
- size?: SelectableChip['size'];
95
- }>, {
96
- size: string;
97
- }>>> & {
98
- onChange?: ((v: unknown) => any) | undefined;
99
- "onUpdate:selected"?: ((v: boolean) => any) | undefined;
100
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
101
- "update:selected": (v: boolean) => void;
102
- } & {
103
- change: (v: unknown) => void;
104
- }, string, {
105
- size: "small" | "medium";
106
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
107
- $slots: {
108
- default: (_: {}) => any;
109
- };
110
- });
111
- export default _default;
112
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
113
- type __VLS_TypePropsToRuntimeProps<T> = {
114
- [K in keyof T]-?: {} extends Pick<T, K> ? {
115
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
116
- } : {
117
- type: import('vue').PropType<T[K]>;
118
- required: true;
119
- };
120
- };
121
- type __VLS_WithDefaults<P, D> = {
122
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
123
- default: D[K];
124
- } : P[K];
125
- };
@@ -1 +0,0 @@
1
- import '@testing-library/jest-dom';
@@ -1,122 +0,0 @@
1
- declare const _default: {
2
- new (...args: any[]): {
3
- $: import("vue").ComponentInternalInstance;
4
- $data: {};
5
- $props: Partial<{
6
- onColor: boolean;
7
- size: 'small' | 'medium' | 'large';
8
- variant: 'primary' | 'secondary' | 'tertiary';
9
- }> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
- id: string;
11
- loading?: boolean | undefined;
12
- onColor?: boolean | undefined;
13
- disabled?: boolean | undefined;
14
- size?: "small" | "medium" | "large" | undefined;
15
- variant?: "primary" | "secondary" | "tertiary" | undefined;
16
- }>, {
17
- variant: string;
18
- size: string;
19
- onColor: boolean;
20
- }>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "onColor" | "size" | "variant">;
21
- $attrs: {
22
- [x: string]: unknown;
23
- };
24
- $refs: {
25
- [x: string]: unknown;
26
- };
27
- $slots: Readonly<{
28
- [name: string]: import("vue").Slot | undefined;
29
- }>;
30
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
31
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
32
- $emit: (event: string, ...args: any[]) => void;
33
- $el: any;
34
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
35
- id: string;
36
- loading?: boolean | undefined;
37
- onColor?: boolean | undefined;
38
- disabled?: boolean | undefined;
39
- size?: "small" | "medium" | "large" | undefined;
40
- variant?: "primary" | "secondary" | "tertiary" | undefined;
41
- }>, {
42
- variant: string;
43
- size: string;
44
- onColor: boolean;
45
- }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
46
- onColor: boolean;
47
- size: 'small' | 'medium' | 'large';
48
- variant: 'primary' | 'secondary' | 'tertiary';
49
- }, {}, string> & {
50
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
51
- created?: ((() => void) | (() => void)[]) | undefined;
52
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
53
- mounted?: ((() => void) | (() => void)[]) | undefined;
54
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
55
- updated?: ((() => void) | (() => void)[]) | undefined;
56
- activated?: ((() => void) | (() => void)[]) | undefined;
57
- deactivated?: ((() => void) | (() => void)[]) | undefined;
58
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
59
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
60
- destroyed?: ((() => void) | (() => void)[]) | undefined;
61
- unmounted?: ((() => void) | (() => void)[]) | undefined;
62
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
63
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
64
- 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;
65
- };
66
- $forceUpdate: () => void;
67
- $nextTick: typeof import("vue").nextTick;
68
- $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;
69
- } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
70
- id: string;
71
- loading?: boolean | undefined;
72
- onColor?: boolean | undefined;
73
- disabled?: boolean | undefined;
74
- size?: "small" | "medium" | "large" | undefined;
75
- variant?: "primary" | "secondary" | "tertiary" | undefined;
76
- }>, {
77
- variant: string;
78
- size: string;
79
- onColor: boolean;
80
- }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
81
- __isFragment?: undefined;
82
- __isTeleport?: undefined;
83
- __isSuspense?: undefined;
84
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
85
- id: string;
86
- loading?: boolean | undefined;
87
- onColor?: boolean | undefined;
88
- disabled?: boolean | undefined;
89
- size?: "small" | "medium" | "large" | undefined;
90
- variant?: "primary" | "secondary" | "tertiary" | undefined;
91
- }>, {
92
- variant: string;
93
- size: string;
94
- onColor: boolean;
95
- }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
96
- onColor: boolean;
97
- size: 'small' | 'medium' | 'large';
98
- variant: 'primary' | 'secondary' | 'tertiary';
99
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
100
- $slots: {
101
- 'icon-left': (_: {}) => any;
102
- 'icon:left': (_: {}) => any;
103
- default: (_: {}) => any;
104
- 'icon-right': (_: {}) => any;
105
- 'icon:right': (_: {}) => any;
106
- };
107
- });
108
- export default _default;
109
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
110
- type __VLS_TypePropsToRuntimeProps<T> = {
111
- [K in keyof T]-?: {} extends Pick<T, K> ? {
112
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
113
- } : {
114
- type: import('vue').PropType<T[K]>;
115
- required: true;
116
- };
117
- };
118
- type __VLS_WithDefaults<P, D> = {
119
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
120
- default: D[K];
121
- } : P[K];
122
- };
@@ -1 +0,0 @@
1
- import '@testing-library/jest-dom';
@@ -1,96 +0,0 @@
1
- declare const _default: {
2
- new (...args: any[]): {
3
- $: import("vue").ComponentInternalInstance;
4
- $data: {};
5
- $props: Partial<{
6
- hideIcon: boolean;
7
- }> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
8
- id: string;
9
- size: 'small' | 'medium' | 'large';
10
- loading?: boolean | undefined;
11
- hideIcon?: boolean | undefined;
12
- }>, {
13
- hideIcon: boolean;
14
- }>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "hideIcon">;
15
- $attrs: {
16
- [x: string]: unknown;
17
- };
18
- $refs: {
19
- [x: string]: unknown;
20
- };
21
- $slots: Readonly<{
22
- [name: string]: import("vue").Slot | undefined;
23
- }>;
24
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
25
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
26
- $emit: (event: string, ...args: any[]) => void;
27
- $el: any;
28
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
29
- id: string;
30
- size: 'small' | 'medium' | 'large';
31
- loading?: boolean | undefined;
32
- hideIcon?: boolean | undefined;
33
- }>, {
34
- hideIcon: boolean;
35
- }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
36
- hideIcon: boolean;
37
- }, {}, string> & {
38
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
39
- created?: ((() => void) | (() => void)[]) | undefined;
40
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
41
- mounted?: ((() => void) | (() => void)[]) | undefined;
42
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
43
- updated?: ((() => void) | (() => void)[]) | undefined;
44
- activated?: ((() => void) | (() => void)[]) | undefined;
45
- deactivated?: ((() => void) | (() => void)[]) | undefined;
46
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
47
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
48
- destroyed?: ((() => void) | (() => void)[]) | undefined;
49
- unmounted?: ((() => void) | (() => void)[]) | undefined;
50
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
51
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
52
- 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;
53
- };
54
- $forceUpdate: () => void;
55
- $nextTick: typeof import("vue").nextTick;
56
- $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;
57
- } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
58
- id: string;
59
- size: 'small' | 'medium' | 'large';
60
- loading?: boolean | undefined;
61
- hideIcon?: boolean | undefined;
62
- }>, {
63
- hideIcon: boolean;
64
- }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
65
- __isFragment?: undefined;
66
- __isTeleport?: undefined;
67
- __isSuspense?: undefined;
68
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
69
- id: string;
70
- size: 'small' | 'medium' | 'large';
71
- loading?: boolean | undefined;
72
- hideIcon?: boolean | undefined;
73
- }>, {
74
- hideIcon: boolean;
75
- }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
76
- hideIcon: boolean;
77
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
78
- $slots: {
79
- default: (_: {}) => any;
80
- };
81
- });
82
- export default _default;
83
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
84
- type __VLS_TypePropsToRuntimeProps<T> = {
85
- [K in keyof T]-?: {} extends Pick<T, K> ? {
86
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
87
- } : {
88
- type: import('vue').PropType<T[K]>;
89
- required: true;
90
- };
91
- };
92
- type __VLS_WithDefaults<P, D> = {
93
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
94
- default: D[K];
95
- } : P[K];
96
- };
@@ -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';