@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,18 @@
1
1
  import type { ListItem } from './types';
2
- declare const _default: {
3
- new (...args: any[]): {
4
- $: import("vue").ComponentInternalInstance;
5
- $data: {};
6
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
- id: ListItem['id'];
8
- itemIndex: ListItem['index'];
9
- headers?: ListItem['headers'];
10
- data: ListItem['data'];
11
- hasMenu: ListItem['hasMenu'];
12
- hasImage: ListItem['hasMenu'];
13
- renderHeader: ListItem['renderHeader'];
14
- isHighlight: ListItem['isHighlight'];
15
- isSelected: ListItem['hasMenu'];
16
- fallbackValue: ListItem['fallbackValue'];
17
- setFixedColumnSize: ListItem['setFixedColumnSize'];
18
- sortPositions: ListItem['sortPositions'];
19
- }>>> & {
20
- "onListitem:click"?: ((...args: any[]) => any) | undefined;
21
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
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: "listitem:click", ...args: any[]) => void;
34
- $el: any;
35
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
36
- id: ListItem['id'];
37
- itemIndex: ListItem['index'];
38
- headers?: ListItem['headers'];
39
- data: ListItem['data'];
40
- hasMenu: ListItem['hasMenu'];
41
- hasImage: ListItem['hasMenu'];
42
- renderHeader: ListItem['renderHeader'];
43
- isHighlight: ListItem['isHighlight'];
44
- isSelected: ListItem['hasMenu'];
45
- fallbackValue: ListItem['fallbackValue'];
46
- setFixedColumnSize: ListItem['setFixedColumnSize'];
47
- sortPositions: ListItem['sortPositions'];
48
- }>>> & {
49
- "onListitem:click"?: ((...args: any[]) => any) | undefined;
50
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "listitem:click"[], string, {}, {}, 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_TypePropsToRuntimeProps<{
71
- id: ListItem['id'];
72
- itemIndex: ListItem['index'];
73
- headers?: ListItem['headers'];
74
- data: ListItem['data'];
75
- hasMenu: ListItem['hasMenu'];
76
- hasImage: ListItem['hasMenu'];
77
- renderHeader: ListItem['renderHeader'];
78
- isHighlight: ListItem['isHighlight'];
79
- isSelected: ListItem['hasMenu'];
80
- fallbackValue: ListItem['fallbackValue'];
81
- setFixedColumnSize: ListItem['setFixedColumnSize'];
82
- sortPositions: ListItem['sortPositions'];
83
- }>>> & {
84
- "onListitem:click"?: ((...args: any[]) => 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_TypePropsToRuntimeProps<{
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
+ id: ListItem['id'];
4
+ itemIndex: ListItem['index'];
5
+ headers?: ListItem['headers'];
6
+ data: ListItem['data'];
7
+ hasMenu: ListItem['hasMenu'];
8
+ hasImage: ListItem['hasMenu'];
9
+ renderHeader: ListItem['renderHeader'];
10
+ isHighlight: ListItem['isHighlight'];
11
+ isSelected: ListItem['hasMenu'];
12
+ fallbackValue: ListItem['fallbackValue'];
13
+ setFixedColumnSize: ListItem['setFixedColumnSize'];
14
+ sortPositions: ListItem['sortPositions'];
15
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "listitem:click"[], "listitem:click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
90
16
  id: ListItem['id'];
91
17
  itemIndex: ListItem['index'];
92
18
  headers?: ListItem['headers'];
@@ -101,53 +27,51 @@ declare const _default: {
101
27
  sortPositions: ListItem['sortPositions'];
102
28
  }>>> & {
103
29
  "onListitem:click"?: ((...args: any[]) => any) | undefined;
104
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "listitem:click"[], "listitem:click", {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
105
- $slots: Record<string, {
106
- data: {
107
- key: string;
108
- value: unknown;
109
- };
110
- index: number;
111
- columnIndex: number;
112
- renderHeader: (header: string) => string;
113
- headers: import("./types").Header | undefined;
114
- }> & Record<string, {
115
- data: {
116
- key: string;
117
- value: unknown;
118
- };
119
- index: number;
120
- columnIndex: number;
121
- renderHeader: (header: string) => string;
122
- headers: import("./types").Header | undefined;
123
- }> & Record<string, {
124
- data: {
125
- key: string;
126
- value: unknown;
127
- };
30
+ }, {}>, Record<string, {
31
+ data: {
32
+ key: string;
33
+ value: unknown;
34
+ };
35
+ index: number;
36
+ columnIndex: number;
37
+ renderHeader: (header: string) => string;
38
+ headers: import("./types").Header | undefined;
39
+ }> & Record<string, {
40
+ data: {
41
+ key: string;
42
+ value: unknown;
43
+ };
44
+ index: number;
45
+ columnIndex: number;
46
+ renderHeader: (header: string) => string;
47
+ headers: import("./types").Header | undefined;
48
+ }> & Record<string, {
49
+ data: {
50
+ key: string;
51
+ value: unknown;
52
+ };
53
+ index: number;
54
+ columnIndex: number;
55
+ isHighlight: (param: import("./types").IsHighlightParams) => boolean;
56
+ }> & {
57
+ selectable: (_: {
58
+ data: import("./types").Data;
128
59
  index: number;
129
- columnIndex: number;
130
- isHighlight: (param: import("./types").IsHighlightParams) => boolean;
131
- }> & {
132
- selectable: (_: {
60
+ label: string;
61
+ }) => any;
62
+ image: (_: {
63
+ data: import("./types").Data;
64
+ }) => any;
65
+ 'action-button': (_: {
66
+ data: import("./types").Data;
67
+ arias: {
68
+ testid: string;
133
69
  data: import("./types").Data;
134
70
  index: number;
135
- label: string;
136
- }) => any;
137
- image: (_: {
138
- data: import("./types").Data;
139
- }) => any;
140
- 'action-button': (_: {
141
- data: import("./types").Data;
142
- arias: {
143
- testid: string;
144
- data: import("./types").Data;
145
- index: number;
146
- ariaLabel: string;
147
- };
148
- }) => any;
149
- };
150
- });
71
+ ariaLabel: string;
72
+ };
73
+ }) => any;
74
+ }>;
151
75
  export default _default;
152
76
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
153
77
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -158,3 +82,8 @@ type __VLS_TypePropsToRuntimeProps<T> = {
158
82
  required: true;
159
83
  };
160
84
  };
85
+ type __VLS_WithTemplateSlots<T, S> = T & {
86
+ new (): {
87
+ $slots: S;
88
+ };
89
+ };
@@ -1,93 +1,27 @@
1
- declare const _default: {
2
- new (...args: any[]): {
3
- $: import("vue").ComponentInternalInstance;
4
- $data: {};
5
- $props: Partial<{
6
- align: 'left' | 'right';
7
- }> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
8
- itemProp?: string | undefined;
9
- property?: string | undefined;
10
- value?: string | number | undefined;
11
- isHighlightValue?: boolean | undefined;
12
- align?: "right" | "left" | undefined;
13
- hide?: boolean | undefined;
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
- itemProp?: string | undefined;
32
- property?: string | undefined;
33
- value?: string | number | undefined;
34
- isHighlightValue?: boolean | undefined;
35
- align?: "right" | "left" | undefined;
36
- hide?: boolean | undefined;
37
- }>, {
38
- align: string;
39
- }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
40
- align: 'left' | 'right';
41
- }, {}, string> & {
42
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
43
- created?: ((() => void) | (() => void)[]) | undefined;
44
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
45
- mounted?: ((() => void) | (() => void)[]) | undefined;
46
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
47
- updated?: ((() => void) | (() => void)[]) | undefined;
48
- activated?: ((() => void) | (() => void)[]) | undefined;
49
- deactivated?: ((() => void) | (() => void)[]) | undefined;
50
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
51
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
52
- destroyed?: ((() => void) | (() => void)[]) | undefined;
53
- unmounted?: ((() => void) | (() => void)[]) | undefined;
54
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
55
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
56
- 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;
57
- };
58
- $forceUpdate: () => void;
59
- $nextTick: typeof import("vue").nextTick;
60
- $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;
61
- } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
62
- itemProp?: string | undefined;
63
- property?: string | undefined;
64
- value?: string | number | undefined;
65
- isHighlightValue?: boolean | undefined;
66
- align?: "right" | "left" | undefined;
67
- hide?: boolean | undefined;
68
- }>, {
69
- align: string;
70
- }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
71
- __isFragment?: undefined;
72
- __isTeleport?: undefined;
73
- __isSuspense?: undefined;
74
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
75
2
  itemProp?: string | undefined;
76
3
  property?: string | undefined;
77
4
  value?: string | number | undefined;
78
5
  isHighlightValue?: boolean | undefined;
79
- align?: "right" | "left" | undefined;
6
+ align?: "left" | "right" | undefined;
80
7
  hide?: boolean | undefined;
81
8
  }>, {
82
9
  align: string;
83
- }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
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
+ itemProp?: string | undefined;
12
+ property?: string | undefined;
13
+ value?: string | number | undefined;
14
+ isHighlightValue?: boolean | undefined;
15
+ align?: "left" | "right" | undefined;
16
+ hide?: boolean | undefined;
17
+ }>, {
18
+ align: string;
19
+ }>>>, {
84
20
  align: 'left' | 'right';
85
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
86
- $slots: {
87
- property: (_: {}) => any;
88
- value: (_: {}) => any;
89
- };
90
- });
21
+ }>, {
22
+ property: (_: {}) => any;
23
+ value: (_: {}) => any;
24
+ }>;
91
25
  export default _default;
92
26
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
93
27
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -103,3 +37,8 @@ type __VLS_WithDefaults<P, D> = {
103
37
  default: D[K];
104
38
  } : P[K];
105
39
  };
40
+ type __VLS_WithTemplateSlots<T, S> = T & {
41
+ new (): {
42
+ $slots: S;
43
+ };
44
+ };
@@ -1,103 +1,39 @@
1
- declare const _default: {
2
- new (...args: any[]): {
3
- $: import("vue").ComponentInternalInstance;
4
- $data: {};
5
- $props: Partial<{
6
- label: string;
7
- position: ("bottom" | "top" | "center") | ("right" | "left");
8
- }> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
- id: string;
10
- label?: string | undefined;
11
- position?: (("bottom" | "top" | "center") | ("right" | "left")) | undefined;
12
- }>, {
13
- label: string;
14
- position: string;
15
- }>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "position">;
16
- $attrs: {
17
- [x: string]: unknown;
18
- };
19
- $refs: {
20
- [x: string]: unknown;
21
- };
22
- $slots: Readonly<{
23
- [name: string]: import("vue").Slot | undefined;
24
- }>;
25
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
26
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
27
- $emit: (event: string, ...args: any[]) => void;
28
- $el: any;
29
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
30
- id: string;
31
- label?: string | undefined;
32
- position?: (("bottom" | "top" | "center") | ("right" | "left")) | undefined;
33
- }>, {
34
- label: string;
35
- position: string;
36
- }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
37
- label: string;
38
- position: ("bottom" | "top" | "center") | ("right" | "left");
39
- }, {}, string> & {
40
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
41
- created?: ((() => void) | (() => void)[]) | undefined;
42
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
43
- mounted?: ((() => void) | (() => void)[]) | undefined;
44
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
45
- updated?: ((() => void) | (() => void)[]) | undefined;
46
- activated?: ((() => void) | (() => void)[]) | undefined;
47
- deactivated?: ((() => void) | (() => void)[]) | undefined;
48
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
49
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
50
- destroyed?: ((() => void) | (() => void)[]) | undefined;
51
- unmounted?: ((() => void) | (() => void)[]) | undefined;
52
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
53
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
54
- 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;
55
- };
56
- $forceUpdate: () => void;
57
- $nextTick: typeof import("vue").nextTick;
58
- $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;
59
- } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
60
- id: string;
61
- label?: string | undefined;
62
- position?: (("bottom" | "top" | "center") | ("right" | "left")) | undefined;
63
- }>, {
64
- label: string;
65
- position: string;
66
- }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
67
- __isFragment?: undefined;
68
- __isTeleport?: undefined;
69
- __isSuspense?: undefined;
70
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
71
2
  id: string;
72
3
  label?: string | undefined;
73
- position?: (("bottom" | "top" | "center") | ("right" | "left")) | undefined;
4
+ position?: (("center" | "bottom" | "top") | ("left" | "right")) | undefined;
74
5
  }>, {
75
6
  label: string;
76
7
  position: string;
77
- }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
8
+ }>, {}, 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<{
9
+ id: string;
10
+ label?: string | undefined;
11
+ position?: (("center" | "bottom" | "top") | ("left" | "right")) | undefined;
12
+ }>, {
78
13
  label: string;
79
- position: ("bottom" | "top" | "center") | ("right" | "left");
80
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
81
- $slots: {
82
- trigger: (_: {
83
- id: string;
84
- toggle: () => void;
85
- isOpen: boolean;
86
- arias: {
87
- role: string;
88
- class: string;
89
- ariaHaspopup: boolean;
90
- ariaExpanded: boolean;
91
- };
92
- }) => any;
93
- label: (_: {
94
- isOpen: boolean;
95
- }) => any;
96
- default: (_: {
97
- close: () => void;
98
- }) => any;
99
- };
100
- });
14
+ position: string;
15
+ }>>>, {
16
+ label: string;
17
+ position: ("center" | "bottom" | "top") | ("left" | "right");
18
+ }>, {
19
+ trigger: (_: {
20
+ id: string;
21
+ toggle: () => void;
22
+ isOpen: boolean;
23
+ arias: {
24
+ role: string;
25
+ class: string;
26
+ ariaHaspopup: boolean;
27
+ ariaExpanded: boolean;
28
+ };
29
+ }) => any;
30
+ label: (_: {
31
+ isOpen: boolean;
32
+ }) => any;
33
+ default: (_: {
34
+ close: () => void;
35
+ }) => any;
36
+ }>;
101
37
  export default _default;
102
38
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
103
39
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -113,3 +49,8 @@ type __VLS_WithDefaults<P, D> = {
113
49
  default: D[K];
114
50
  } : P[K];
115
51
  };
52
+ type __VLS_WithTemplateSlots<T, S> = T & {
53
+ new (): {
54
+ $slots: S;
55
+ };
56
+ };
@@ -1,70 +1,14 @@
1
- declare const _default: {
2
- new (...args: any[]): {
3
- $: import("vue").ComponentInternalInstance;
4
- $data: {};
5
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
- id: string;
7
- }>>> & {
8
- onClicked?: (() => any) | undefined;
9
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
10
- $attrs: {
11
- [x: string]: unknown;
12
- };
13
- $refs: {
14
- [x: string]: unknown;
15
- };
16
- $slots: Readonly<{
17
- [name: string]: import("vue").Slot | undefined;
18
- }>;
19
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
20
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
21
- $emit: (event: "clicked") => void;
22
- $el: any;
23
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
24
- id: string;
25
- }>>> & {
26
- onClicked?: (() => any) | undefined;
27
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
28
- clicked: () => void;
29
- }, string, {}, {}, string> & {
30
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
31
- created?: ((() => void) | (() => void)[]) | undefined;
32
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
33
- mounted?: ((() => void) | (() => void)[]) | undefined;
34
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
35
- updated?: ((() => void) | (() => void)[]) | undefined;
36
- activated?: ((() => void) | (() => void)[]) | undefined;
37
- deactivated?: ((() => void) | (() => void)[]) | undefined;
38
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
39
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
40
- destroyed?: ((() => void) | (() => void)[]) | undefined;
41
- unmounted?: ((() => void) | (() => void)[]) | undefined;
42
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
43
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
44
- 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;
45
- };
46
- $forceUpdate: () => void;
47
- $nextTick: typeof import("vue").nextTick;
48
- $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;
49
- } & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
50
- id: string;
51
- }>>> & {
52
- onClicked?: (() => any) | undefined;
53
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
54
- __isFragment?: undefined;
55
- __isTeleport?: undefined;
56
- __isSuspense?: undefined;
57
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ id: string;
3
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
+ clicked: () => void;
5
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
58
6
  id: string;
59
7
  }>>> & {
60
8
  onClicked?: (() => any) | undefined;
61
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
62
- clicked: () => void;
63
- }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
64
- $slots: {
65
- default: (_: {}) => any;
66
- };
67
- });
9
+ }, {}>, {
10
+ default: (_: {}) => any;
11
+ }>;
68
12
  export default _default;
69
13
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
70
14
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -75,3 +19,8 @@ type __VLS_TypePropsToRuntimeProps<T> = {
75
19
  required: true;
76
20
  };
77
21
  };
22
+ type __VLS_WithTemplateSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };