@solfacil/girassol 0.18.0 → 0.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) 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/collapsible/Collapsible.vue.d.ts +25 -90
  7. package/dist/types/components/empty-state/EmptyState.vue.d.ts +17 -74
  8. package/dist/types/components/filters/chip/removable-chip/RemovableChip.vue.d.ts +21 -92
  9. package/dist/types/components/filters/chip/selectable-chip/SelectableChip.vue.d.ts +23 -97
  10. package/dist/types/components/forms/button/button/Button.vue.d.ts +25 -94
  11. package/dist/types/components/forms/button/button-destructive/ButtonDestructive.vue.d.ts +17 -74
  12. package/dist/types/components/forms/checkbox/checkbox-group/CheckboxGroup.vue.d.ts +37 -131
  13. package/dist/types/components/forms/inputs/input-text/InputText.vue.d.ts +35 -134
  14. package/dist/types/components/forms/inputs/input-textarea/InputTextarea.vue.d.ts +2 -2
  15. package/dist/types/components/forms/radio/radio-group/RadioGroup.vue.d.ts +37 -131
  16. package/dist/types/components/forms/select/ListOption.vue.d.ts +18 -81
  17. package/dist/types/components/forms/select/Select.vue.d.ts +65 -216
  18. package/dist/types/components/forms/switch/Switch.vue.d.ts +2 -2
  19. package/dist/types/components/informations/alert/Alert.vue.d.ts +22 -97
  20. package/dist/types/components/informations/tag/Tag.vue.d.ts +21 -92
  21. package/dist/types/components/informations/text-value/TextValue.vue.d.ts +22 -81
  22. package/dist/types/components/list/List.vue.d.ts +63 -174
  23. package/dist/types/components/list/ListItem.vue.d.ts +61 -132
  24. package/dist/types/components/list/ListItemTextValue.vue.d.ts +21 -82
  25. package/dist/types/components/menus/menu/Menu.vue.d.ts +35 -94
  26. package/dist/types/components/menus/menu-item/menu-item/MenuItem.vue.d.ts +13 -64
  27. package/dist/types/components/menus/menu-item/menu-item-link/MenuItemLink.vue.d.ts +24 -85
  28. package/dist/types/components/menus/menu-navigation-links/MenuNavigationLinks.vue.d.ts +22 -69
  29. package/dist/types/components/modals/modal/Modal.vue.d.ts +44 -164
  30. package/dist/types/components/tabs/TabItem.vue.d.ts +19 -70
  31. package/dist/types/composables/use-toast/Toast.vue.d.ts +36 -133
  32. package/dist/types/index.d.ts +20 -20
  33. package/package.json +24 -23
  34. package/theme/safelist.ts +157 -21
  35. package/dist/cli/src/cli.d.ts +0 -1
  36. package/dist/cli/src/commands/create:component.d.ts +0 -1
  37. package/dist/cli/src/commands/generate:plugin.d.ts +0 -1
  38. package/dist/cli/src/commands/generate:types.d.ts +0 -7
  39. package/dist/cli/src/commands/girassol-cli.d.ts +0 -1
  40. package/dist/cli/src/extensions/cli-extension.d.ts +0 -1
  41. package/dist/cli/src/types.d.ts +0 -0
  42. package/dist/theme/solfacil/borders.d.ts +0 -18
  43. package/dist/theme/solfacil/colors.d.ts +0 -63
  44. package/dist/theme/solfacil/effects.d.ts +0 -17
  45. package/dist/theme/solfacil/index.d.ts +0 -18
  46. package/dist/theme/solfacil/miscs.d.ts +0 -144
  47. package/dist/theme/solfacil/screens.d.ts +0 -29
  48. package/dist/theme/solfacil/spacing.d.ts +0 -64
  49. package/dist/theme/solfacil/typography.d.ts +0 -41
  50. package/dist/theme/solfacil/utilities.d.ts +0 -8
  51. package/dist/types/components/accordion/accordion.spec.d.ts +0 -1
  52. package/dist/types/components/breadcrumb/breadcrumb.spec.d.ts +0 -1
  53. package/dist/types/components/collapsible/collapsible.spec.d.ts +0 -1
  54. package/dist/types/components/date-picker/datepicker.spec.d.ts +0 -1
  55. package/dist/types/components/empty-state/empty-state.spec.d.ts +0 -1
  56. package/dist/types/components/file-upload/file-upload.spec.d.ts +0 -1
  57. package/dist/types/components/filters/chip/removable-chip/removable-chip.spec.d.ts +0 -1
  58. package/dist/types/components/filters/chip/selectable-chip/selectable-chip.spec.d.ts +0 -1
  59. package/dist/types/components/forms/button/button/button.spec.d.ts +0 -1
  60. package/dist/types/components/forms/checkbox/checkbox/checkbox.spec.d.ts +0 -1
  61. package/dist/types/components/forms/checkbox/checkbox-group/checkbox-group.spec.d.ts +0 -1
  62. package/dist/types/components/forms/inputs/input-core/input.spec.d.ts +0 -1
  63. package/dist/types/components/forms/inputs/input-password/input-password.spec.d.ts +0 -1
  64. package/dist/types/components/forms/inputs/input-text/input-text.spec.d.ts +0 -1
  65. package/dist/types/components/forms/inputs/input-textarea/textarea.spec.d.ts +0 -1
  66. package/dist/types/components/forms/radio/radio/radio.spec.d.ts +0 -1
  67. package/dist/types/components/forms/radio/radio-group/radio-group.spec.d.ts +0 -1
  68. package/dist/types/components/forms/select/select.spec.d.ts +0 -1
  69. package/dist/types/components/forms/switch/switch.spec.d.ts +0 -1
  70. package/dist/types/components/informations/alert/alert.spec.d.ts +0 -1
  71. package/dist/types/components/informations/tag/tag.spec.d.ts +0 -1
  72. package/dist/types/components/informations/text-value/text-value.spec.d.ts +0 -1
  73. package/dist/types/components/list/list.spec.d.ts +0 -1
  74. package/dist/types/components/menus/menu/menu.spec.d.ts +0 -1
  75. package/dist/types/components/modals/modal/modal.spec.d.ts +0 -1
  76. package/dist/types/components/modals/onboarding/onboading.spec.d.ts +0 -1
  77. package/dist/types/components/pagination/pagination.spec.d.ts +0 -1
  78. package/dist/types/components/search/search.spec.d.ts +0 -1
  79. package/dist/types/components/steps/steps.spec.d.ts +0 -1
  80. package/dist/types/components/tabs/tabs.spec.d.ts +0 -1
  81. package/dist/types/composables/use-filters/use-filters.spec.d.ts +0 -1
  82. package/dist/types/composables/use-toast/use-toast.spec.d.ts +0 -1
  83. package/dist/vite-modules/generate-component-types.d.ts +0 -3
  84. package/dist/vite.config.d.ts +0 -2
  85. package/dist/windi.config.d.ts +0 -2
@@ -1,92 +1,16 @@
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<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
+ id: string;
3
+ title?: string | undefined;
4
+ text?: string | undefined;
5
+ feedback?: "error" | "success" | "warning" | "informative" | undefined;
6
+ action?: string | undefined;
7
+ }>, {
8
+ title: string;
9
+ text: string;
10
+ feedback: string;
11
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ click: () => void;
13
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
90
14
  id: string;
91
15
  title?: string | undefined;
92
16
  text?: string | undefined;
@@ -98,17 +22,13 @@ declare const _default: {
98
22
  feedback: string;
99
23
  }>>> & {
100
24
  onClick?: (() => any) | undefined;
101
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
102
- click: () => void;
103
- }, string, {
25
+ }, {
104
26
  title: string;
105
27
  text: string;
106
28
  feedback: 'success' | 'warning' | 'error' | 'informative';
107
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
108
- $slots: {
109
- default: (_: {}) => any;
110
- };
111
- });
29
+ }>, {
30
+ default: (_: {}) => any;
31
+ }>;
112
32
  export default _default;
113
33
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
114
34
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -124,3 +44,8 @@ type __VLS_WithDefaults<P, D> = {
124
44
  default: D[K];
125
45
  } : P[K];
126
46
  };
47
+ type __VLS_WithTemplateSlots<T, S> = T & {
48
+ new (): {
49
+ $slots: S;
50
+ };
51
+ };
@@ -1,89 +1,4 @@
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<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
87
2
  id: string;
88
3
  text?: string | undefined;
89
4
  variant?: "fill" | "outline" | undefined;
@@ -94,16 +9,25 @@ declare const _default: {
94
9
  variant: string;
95
10
  size: string;
96
11
  type: string;
97
- }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
12
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
13
+ id: string;
14
+ text?: string | undefined;
15
+ variant?: "fill" | "outline" | undefined;
16
+ size?: "small" | "medium" | undefined;
17
+ type?: "neutral" | "positive" | "warning" | "negative" | "informative" | undefined;
18
+ }>, {
19
+ text: string;
20
+ variant: string;
21
+ size: string;
22
+ type: string;
23
+ }>>>, {
98
24
  type: 'positive' | 'warning' | 'negative' | 'informative' | 'neutral';
99
25
  text: string;
100
26
  size: 'small' | 'medium';
101
27
  variant: 'fill' | 'outline';
102
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
103
- $slots: {
104
- default: (_: {}) => any;
105
- };
106
- });
28
+ }>, {
29
+ default: (_: {}) => any;
30
+ }>;
107
31
  export default _default;
108
32
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
109
33
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -119,3 +43,8 @@ type __VLS_WithDefaults<P, D> = {
119
43
  default: D[K];
120
44
  } : P[K];
121
45
  };
46
+ type __VLS_WithTemplateSlots<T, S> = T & {
47
+ new (): {
48
+ $slots: S;
49
+ };
50
+ };
@@ -1,75 +1,5 @@
1
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<{
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
73
3
  id: TextValue['id'];
74
4
  itemProp?: TextValue['itemProp'];
75
5
  label?: TextValue['label'];
@@ -77,16 +7,22 @@ declare const _default: {
77
7
  align?: TextValue['align'];
78
8
  }>, {
79
9
  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
- });
10
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
11
+ id: TextValue['id'];
12
+ itemProp?: TextValue['itemProp'];
13
+ label?: TextValue['label'];
14
+ value?: TextValue['value'];
15
+ align?: TextValue['align'];
16
+ }>, {
17
+ align: string;
18
+ }>>>, {
19
+ align: "left" | "right";
20
+ }>, {
21
+ label: (_: {}) => any;
22
+ 'icon:left': (_: {}) => any;
23
+ value: (_: {}) => any;
24
+ 'icon:right': (_: {}) => any;
25
+ }>;
90
26
  export default _default;
91
27
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
92
28
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -102,3 +38,8 @@ type __VLS_WithDefaults<P, D> = {
102
38
  default: D[K];
103
39
  } : P[K];
104
40
  };
41
+ type __VLS_WithTemplateSlots<T, S> = T & {
42
+ new (): {
43
+ $slots: S;
44
+ };
45
+ };
@@ -1,138 +1,5 @@
1
1
  import type { Data, List } from './types';
2
- declare const _default: {
3
- new (...args: any[]): {
4
- $: import("vue").ComponentInternalInstance;
5
- $data: {};
6
- $props: Partial<{
7
- loading: boolean;
8
- ariaLabel: List['ariaLabel'];
9
- fallbackValue: string;
10
- dataIdentifier: import("./types").DataIdentifier;
11
- }> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
12
- id: List['id'];
13
- data: List['data'];
14
- hideMenu?: List['hideMenu'];
15
- headers?: import("./types").Header | undefined;
16
- selected?: List['selected'];
17
- ariaLabel: List['ariaLabel'];
18
- selectMode?: import("./types").SelectMode | undefined;
19
- dataIdentifier?: List['dataIdentifier'];
20
- sortPositions?: import("./types").SortPositions | undefined;
21
- fallbackValue?: List['fallbackValue'];
22
- loading?: List['loading'];
23
- }>, {
24
- loading: boolean;
25
- fallbackValue: string;
26
- ariaLabel: string;
27
- dataIdentifier: () => {
28
- key: string;
29
- };
30
- }>>> & {
31
- "onUpdate:selected"?: ((selected: Data | Data[]) => any) | undefined;
32
- "onListitem:click"?: ((item: Data) => any) | undefined;
33
- "onListitem:selected"?: ((item: Data) => any) | undefined;
34
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "loading" | "ariaLabel" | "fallbackValue" | "dataIdentifier">;
35
- $attrs: {
36
- [x: string]: unknown;
37
- };
38
- $refs: {
39
- [x: string]: unknown;
40
- };
41
- $slots: Readonly<{
42
- [name: string]: import("vue").Slot | undefined;
43
- }>;
44
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
45
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
46
- $emit: ((event: "update:selected", selected: Data | Data[]) => void) & ((event: "listitem:click", item: Data) => void) & ((event: "listitem:selected", item: Data) => void);
47
- $el: any;
48
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
49
- id: List['id'];
50
- data: List['data'];
51
- hideMenu?: List['hideMenu'];
52
- headers?: import("./types").Header | undefined;
53
- selected?: List['selected'];
54
- ariaLabel: List['ariaLabel'];
55
- selectMode?: import("./types").SelectMode | undefined;
56
- dataIdentifier?: List['dataIdentifier'];
57
- sortPositions?: import("./types").SortPositions | undefined;
58
- fallbackValue?: List['fallbackValue'];
59
- loading?: List['loading'];
60
- }>, {
61
- loading: boolean;
62
- fallbackValue: string;
63
- ariaLabel: string;
64
- dataIdentifier: () => {
65
- key: string;
66
- };
67
- }>>> & {
68
- "onUpdate:selected"?: ((selected: Data | Data[]) => any) | undefined;
69
- "onListitem:click"?: ((item: Data) => any) | undefined;
70
- "onListitem:selected"?: ((item: Data) => any) | undefined;
71
- }, {
72
- unselectAll: () => void;
73
- selectAll: () => void;
74
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
75
- "listitem:click": (item: Data) => void;
76
- } & {
77
- "listitem:selected": (item: Data) => void;
78
- } & {
79
- "update:selected": (selected: Data | Data[]) => void;
80
- }, string, {
81
- loading: boolean;
82
- ariaLabel: List['ariaLabel'];
83
- fallbackValue: string;
84
- dataIdentifier: import("./types").DataIdentifier;
85
- }, {}, string> & {
86
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
87
- created?: ((() => void) | (() => void)[]) | undefined;
88
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
89
- mounted?: ((() => void) | (() => void)[]) | undefined;
90
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
91
- updated?: ((() => void) | (() => void)[]) | undefined;
92
- activated?: ((() => void) | (() => void)[]) | undefined;
93
- deactivated?: ((() => void) | (() => void)[]) | undefined;
94
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
95
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
96
- destroyed?: ((() => void) | (() => void)[]) | undefined;
97
- unmounted?: ((() => void) | (() => void)[]) | undefined;
98
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
99
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
100
- 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;
101
- };
102
- $forceUpdate: () => void;
103
- $nextTick: typeof import("vue").nextTick;
104
- $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;
105
- } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
106
- id: List['id'];
107
- data: List['data'];
108
- hideMenu?: List['hideMenu'];
109
- headers?: import("./types").Header | undefined;
110
- selected?: List['selected'];
111
- ariaLabel: List['ariaLabel'];
112
- selectMode?: import("./types").SelectMode | undefined;
113
- dataIdentifier?: List['dataIdentifier'];
114
- sortPositions?: import("./types").SortPositions | undefined;
115
- fallbackValue?: List['fallbackValue'];
116
- loading?: List['loading'];
117
- }>, {
118
- loading: boolean;
119
- fallbackValue: string;
120
- ariaLabel: string;
121
- dataIdentifier: () => {
122
- key: string;
123
- };
124
- }>>> & {
125
- "onUpdate:selected"?: ((selected: Data | Data[]) => any) | undefined;
126
- "onListitem:click"?: ((item: Data) => any) | undefined;
127
- "onListitem:selected"?: ((item: Data) => any) | undefined;
128
- } & import("vue").ShallowUnwrapRef<{
129
- unselectAll: () => void;
130
- selectAll: () => void;
131
- }> & {} & import("vue").ComponentCustomProperties & {};
132
- __isFragment?: undefined;
133
- __isTeleport?: undefined;
134
- __isSuspense?: undefined;
135
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
136
3
  id: List['id'];
137
4
  data: List['data'];
138
5
  hideMenu?: List['hideMenu'];
@@ -151,11 +18,7 @@ declare const _default: {
151
18
  dataIdentifier: () => {
152
19
  key: string;
153
20
  };
154
- }>>> & {
155
- "onUpdate:selected"?: ((selected: Data | Data[]) => any) | undefined;
156
- "onListitem:click"?: ((item: Data) => any) | undefined;
157
- "onListitem:selected"?: ((item: Data) => any) | undefined;
158
- }, {
21
+ }>, {
159
22
  unselectAll: () => void;
160
23
  selectAll: () => void;
161
24
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -164,46 +27,67 @@ declare const _default: {
164
27
  "listitem:selected": (item: Data) => void;
165
28
  } & {
166
29
  "update:selected": (selected: Data | Data[]) => void;
167
- }, string, {
30
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
31
+ id: List['id'];
32
+ data: List['data'];
33
+ hideMenu?: List['hideMenu'];
34
+ headers?: import("./types").Header | undefined;
35
+ selected?: List['selected'];
36
+ ariaLabel: List['ariaLabel'];
37
+ selectMode?: import("./types").SelectMode | undefined;
38
+ dataIdentifier?: List['dataIdentifier'];
39
+ sortPositions?: import("./types").SortPositions | undefined;
40
+ fallbackValue?: List['fallbackValue'];
41
+ loading?: List['loading'];
42
+ }>, {
43
+ loading: boolean;
44
+ fallbackValue: string;
45
+ ariaLabel: string;
46
+ dataIdentifier: () => {
47
+ key: string;
48
+ };
49
+ }>>> & {
50
+ "onUpdate:selected"?: ((selected: Data | Data[]) => any) | undefined;
51
+ "onListitem:click"?: ((item: Data) => any) | undefined;
52
+ "onListitem:selected"?: ((item: Data) => any) | undefined;
53
+ }, {
168
54
  loading: boolean;
169
55
  ariaLabel: List['ariaLabel'];
170
56
  fallbackValue: string;
171
57
  dataIdentifier: import("./types").DataIdentifier;
172
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
173
- $slots: Record<string, {
174
- data: any;
175
- index: any;
176
- columnIndex: number;
177
- renderHeader: (headerKey: string) => string;
178
- headers: import("./types").Header | undefined;
179
- }> & Record<string, {
180
- data: any;
181
- index: any;
182
- columnIndex: any;
183
- renderHeader: any;
184
- headers: any;
185
- }> & Record<string, {
186
- data: any;
187
- index: any;
188
- columnIndex: any;
189
- isHighlight: any;
190
- }> & {
191
- image: (_: {
192
- data: Data;
193
- }) => any;
194
- 'action-button': (_: {
195
- arias: {
196
- testid: string;
197
- data: Data;
198
- index: number;
199
- ariaLabel: string;
200
- };
201
- }) => any;
202
- menu: (_: {
58
+ }>, Record<string, {
59
+ data: any;
60
+ index: any;
61
+ columnIndex: number;
62
+ renderHeader: (headerKey: string) => string;
63
+ headers: import("./types").Header | undefined;
64
+ }> & Record<string, {
65
+ data: any;
66
+ index: any;
67
+ columnIndex: any;
68
+ renderHeader: any;
69
+ headers: any;
70
+ }> & Record<string, {
71
+ data: any;
72
+ index: any;
73
+ columnIndex: any;
74
+ isHighlight: any;
75
+ }> & {
76
+ image: (_: {
77
+ data: Data;
78
+ }) => any;
79
+ 'action-button': (_: {
80
+ arias: {
81
+ testid: string;
203
82
  data: Data;
204
- }) => any;
205
- };
206
- });
83
+ index: number;
84
+ ariaLabel: string;
85
+ };
86
+ }) => any;
87
+ menu: (_: {
88
+ data: Data;
89
+ }) => any;
90
+ }>;
207
91
  export default _default;
208
92
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
209
93
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -219,3 +103,8 @@ type __VLS_WithDefaults<P, D> = {
219
103
  default: D[K];
220
104
  } : P[K];
221
105
  };
106
+ type __VLS_WithTemplateSlots<T, S> = T & {
107
+ new (): {
108
+ $slots: S;
109
+ };
110
+ };