@solfacil/girassol 0.15.0 → 0.16.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 (82) hide show
  1. package/README.md +2 -2
  2. package/cli/build/cli.js +1 -1
  3. package/cli/build/commands/create:component.js +1 -1
  4. package/cli/build/commands/generate:plugin.js +1 -1
  5. package/cli/build/commands/generate:types.js +1 -1
  6. package/cli/build/commands/girassol-cli.js +1 -1
  7. package/dist/components.d.ts +2 -0
  8. package/dist/components.json +1 -1
  9. package/dist/girassol.es.js +6957 -6454
  10. package/dist/girassol.umd.js +10 -10
  11. package/dist/style.css +1 -1
  12. package/dist/theme/solfacil/index.d.ts +1 -0
  13. package/dist/theme/solfacil/utilities.d.ts +1 -0
  14. package/dist/types/components/accordion/Accordion.vue.d.ts +10 -10
  15. package/dist/types/components/collapsible/Collapsible.vue.d.ts +10 -10
  16. package/dist/types/components/date-picker/DatePicker.vue.d.ts +10 -10
  17. package/dist/types/components/date-picker/types.d.ts +1 -1
  18. package/dist/types/components/empty-state/EmptyState.vue.d.ts +10 -10
  19. package/dist/types/components/empty-state/types.d.ts +1 -1
  20. package/dist/types/components/file-upload/Download.vue.d.ts +107 -0
  21. package/dist/types/components/file-upload/FileUpload.vue.d.ts +208 -0
  22. package/dist/types/components/file-upload/Upload.vue.d.ts +136 -0
  23. package/dist/types/components/file-upload/file-upload.spec.d.ts +1 -0
  24. package/dist/types/components/file-upload/index.d.ts +2 -0
  25. package/dist/types/components/file-upload/types.d.ts +34 -0
  26. package/dist/types/components/filters/chip/removable-chip/RemovableChip.vue.d.ts +10 -10
  27. package/dist/types/components/filters/chip/selectable-chip/SelectableChip.vue.d.ts +10 -10
  28. package/dist/types/components/forms/button/button/Button.vue.d.ts +12 -10
  29. package/dist/types/components/forms/button/button-destructive/ButtonDestructive.vue.d.ts +10 -10
  30. package/dist/types/components/forms/checkbox/checkbox/Checkbox.vue.d.ts +9 -9
  31. package/dist/types/components/forms/checkbox/checkbox-group/CheckboxGroup.vue.d.ts +10 -10
  32. package/dist/types/components/forms/checkbox/type.d.ts +1 -1
  33. package/dist/types/components/forms/inputs/input-core/Input.vue.d.ts +10 -10
  34. package/dist/types/components/forms/inputs/input-password/InputPassword.vue.d.ts +10 -10
  35. package/dist/types/components/forms/inputs/input-text/InputText.vue.d.ts +11 -11
  36. package/dist/types/components/forms/inputs/input-textarea/InputTextarea.vue.d.ts +10 -10
  37. package/dist/types/components/forms/inputs/types.d.ts +2 -2
  38. package/dist/types/components/forms/radio/radio/Radio.vue.d.ts +9 -9
  39. package/dist/types/components/forms/radio/radio-group/RadioGroup.vue.d.ts +10 -10
  40. package/dist/types/components/forms/radio/types.d.ts +1 -1
  41. package/dist/types/components/forms/select/ListOption.vue.d.ts +9 -9
  42. package/dist/types/components/forms/select/Select.vue.d.ts +10 -10
  43. package/dist/types/components/forms/select/types.d.ts +2 -2
  44. package/dist/types/components/forms/switch/Switch.vue.d.ts +10 -10
  45. package/dist/types/components/informations/alert/Alert.vue.d.ts +10 -10
  46. package/dist/types/components/informations/tag/Tag.vue.d.ts +18 -18
  47. package/dist/types/components/informations/text-value/TextValue.vue.d.ts +10 -10
  48. package/dist/types/components/list/List.vue.d.ts +14 -10
  49. package/dist/types/components/list/ListItem.vue.d.ts +9 -9
  50. package/dist/types/components/list/ListItemTextValue.vue.d.ts +10 -10
  51. package/dist/types/components/list/types.d.ts +11 -10
  52. package/dist/types/components/loader/CircleLoader.vue.d.ts +10 -10
  53. package/dist/types/components/menus/menu/Menu.vue.d.ts +17 -17
  54. package/dist/types/components/menus/menu-item/MenuItemSeparator.vue.d.ts +2 -0
  55. package/dist/types/components/menus/menu-item/index.d.ts +2 -0
  56. package/dist/types/components/menus/menu-item/menu-item/MenuItem.vue.d.ts +9 -9
  57. package/dist/types/components/menus/menu-item/menu-item-link/MenuItemLink.vue.d.ts +9 -9
  58. package/dist/types/components/menus/menu-navigation-links/MenuNavigationLinks.vue.d.ts +9 -9
  59. package/dist/types/components/modal/Modal.vue.d.ts +10 -10
  60. package/dist/types/components/modal/types.d.ts +3 -3
  61. package/dist/types/components/pagination/Pagination.vue.d.ts +10 -10
  62. package/dist/types/components/pagination/types.d.ts +2 -2
  63. package/dist/types/components/search/Search.vue.d.ts +10 -10
  64. package/dist/types/components/search/types.d.ts +1 -1
  65. package/dist/types/components/steps/Steps.vue.d.ts +10 -10
  66. package/dist/types/components/steps/types.d.ts +1 -1
  67. package/dist/types/components/tabs/TabItem.vue.d.ts +10 -10
  68. package/dist/types/components/tabs/Tabs.vue.d.ts +10 -10
  69. package/dist/types/components/tabs/types.d.ts +1 -1
  70. package/dist/types/composables/use-download/index.d.ts +3 -0
  71. package/dist/types/composables/use-mask/index.d.ts +1 -1
  72. package/dist/types/composables/use-navigate/types.d.ts +11 -11
  73. package/dist/types/composables/use-toast/Toast.vue.d.ts +10 -10
  74. package/dist/types/composables/use-toast/index.d.ts +1 -1
  75. package/dist/types/composables/use-toast/types.d.ts +3 -3
  76. package/dist/types/composables/use-validate-field/types.d.ts +2 -2
  77. package/dist/types/index.d.ts +845 -479
  78. package/package.json +35 -35
  79. package/theme/solfacil/index.ts +2 -1
  80. package/theme/solfacil/screens.ts +0 -6
  81. package/theme/solfacil/utilities.ts +27 -8
  82. package/windi.config.ts +1 -1
@@ -31,8 +31,8 @@ declare const _default: {
31
31
  $slots: Readonly<{
32
32
  [name: string]: import("vue").Slot | undefined;
33
33
  }>;
34
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
35
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
34
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
35
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
36
36
  $emit: ((event: "change", value: string | boolean) => void) & ((event: "update:checked", value: boolean) => void);
37
37
  $el: any;
38
38
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -58,7 +58,7 @@ declare const _default: {
58
58
  }, string, {
59
59
  textDirection: 'left' | 'right';
60
60
  stretchLabel: boolean;
61
- }> & {
61
+ }, {}, string> & {
62
62
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
63
63
  created?: ((() => void) | (() => void)[]) | undefined;
64
64
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -73,11 +73,11 @@ declare const _default: {
73
73
  unmounted?: ((() => void) | (() => void)[]) | undefined;
74
74
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
75
75
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
76
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
76
+ 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;
77
77
  };
78
78
  $forceUpdate: () => void;
79
79
  $nextTick: typeof import("vue").nextTick;
80
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
80
+ $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;
81
81
  } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
82
82
  id: string;
83
83
  name: string;
@@ -94,7 +94,7 @@ declare const _default: {
94
94
  }>>> & {
95
95
  onChange?: ((value: string | boolean) => any) | undefined;
96
96
  "onUpdate:checked"?: ((value: boolean) => any) | undefined;
97
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
97
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
98
98
  __isFragment?: undefined;
99
99
  __isTeleport?: undefined;
100
100
  __isSuspense?: undefined;
@@ -121,10 +121,10 @@ declare const _default: {
121
121
  }, string, {
122
122
  textDirection: 'left' | 'right';
123
123
  stretchLabel: boolean;
124
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
124
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
125
125
  export default _default;
126
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
127
- declare type __VLS_TypePropsToRuntimeProps<T> = {
126
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
127
+ type __VLS_TypePropsToRuntimeProps<T> = {
128
128
  [K in keyof T]-?: {} extends Pick<T, K> ? {
129
129
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
130
130
  } : {
@@ -132,7 +132,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
132
132
  required: true;
133
133
  };
134
134
  };
135
- declare type __VLS_WithDefaults<P, D> = {
135
+ type __VLS_WithDefaults<P, D> = {
136
136
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
137
137
  default: D[K];
138
138
  } : P[K];
@@ -28,8 +28,8 @@ declare const _default: {
28
28
  $slots: Readonly<{
29
29
  [name: string]: import("vue").Slot | undefined;
30
30
  }>;
31
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
32
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
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
33
  $emit: (event: "click") => void;
34
34
  $el: any;
35
35
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -50,7 +50,7 @@ declare const _default: {
50
50
  title: string;
51
51
  text: string;
52
52
  feedback: 'success' | 'warning' | 'error' | 'informative';
53
- }> & {
53
+ }, {}, string> & {
54
54
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
55
55
  created?: ((() => void) | (() => void)[]) | undefined;
56
56
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -65,11 +65,11 @@ declare const _default: {
65
65
  unmounted?: ((() => void) | (() => void)[]) | undefined;
66
66
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
67
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, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | 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
69
  };
70
70
  $forceUpdate: () => void;
71
71
  $nextTick: typeof import("vue").nextTick;
72
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
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
73
  } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
74
74
  id: string;
75
75
  title?: string | undefined;
@@ -82,7 +82,7 @@ declare const _default: {
82
82
  feedback: string;
83
83
  }>>> & {
84
84
  onClick?: (() => any) | undefined;
85
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
85
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
86
86
  __isFragment?: undefined;
87
87
  __isTeleport?: undefined;
88
88
  __isSuspense?: undefined;
@@ -104,14 +104,14 @@ declare const _default: {
104
104
  title: string;
105
105
  text: string;
106
106
  feedback: 'success' | 'warning' | 'error' | 'informative';
107
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
107
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
108
108
  $slots: {
109
109
  default: (_: {}) => any;
110
110
  };
111
111
  });
112
112
  export default _default;
113
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
114
- declare type __VLS_TypePropsToRuntimeProps<T> = {
113
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
114
+ type __VLS_TypePropsToRuntimeProps<T> = {
115
115
  [K in keyof T]-?: {} extends Pick<T, K> ? {
116
116
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
117
117
  } : {
@@ -119,7 +119,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
119
119
  required: true;
120
120
  };
121
121
  };
122
- declare type __VLS_WithDefaults<P, D> = {
122
+ type __VLS_WithDefaults<P, D> = {
123
123
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
124
124
  default: D[K];
125
125
  } : P[K];
@@ -3,8 +3,8 @@ declare const _default: {
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
5
  $props: Partial<{
6
- text: string;
7
6
  type: 'positive' | 'warning' | 'negative' | 'informative' | 'neutral';
7
+ text: string;
8
8
  size: 'small' | 'medium';
9
9
  variant: 'fill' | 'outline';
10
10
  }> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -12,13 +12,13 @@ declare const _default: {
12
12
  text?: string | undefined;
13
13
  variant?: "fill" | "outline" | undefined;
14
14
  size?: "small" | "medium" | undefined;
15
- type?: "warning" | "informative" | "neutral" | "positive" | "negative" | undefined;
15
+ type?: "neutral" | "positive" | "warning" | "negative" | "informative" | undefined;
16
16
  }>, {
17
17
  text: string;
18
18
  variant: string;
19
19
  size: string;
20
20
  type: string;
21
- }>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "type" | "size" | "variant">;
21
+ }>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "text" | "size" | "variant">;
22
22
  $attrs: {
23
23
  [x: string]: unknown;
24
24
  };
@@ -28,8 +28,8 @@ declare const _default: {
28
28
  $slots: Readonly<{
29
29
  [name: string]: import("vue").Slot | undefined;
30
30
  }>;
31
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
32
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
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
33
  $emit: (event: string, ...args: any[]) => void;
34
34
  $el: any;
35
35
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -37,18 +37,18 @@ declare const _default: {
37
37
  text?: string | undefined;
38
38
  variant?: "fill" | "outline" | undefined;
39
39
  size?: "small" | "medium" | undefined;
40
- type?: "warning" | "informative" | "neutral" | "positive" | "negative" | undefined;
40
+ type?: "neutral" | "positive" | "warning" | "negative" | "informative" | undefined;
41
41
  }>, {
42
42
  text: string;
43
43
  variant: string;
44
44
  size: string;
45
45
  type: string;
46
46
  }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
47
- text: string;
48
47
  type: 'positive' | 'warning' | 'negative' | 'informative' | 'neutral';
48
+ text: string;
49
49
  size: 'small' | 'medium';
50
50
  variant: 'fill' | 'outline';
51
- }> & {
51
+ }, {}, string> & {
52
52
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
53
53
  created?: ((() => void) | (() => void)[]) | undefined;
54
54
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -63,23 +63,23 @@ declare const _default: {
63
63
  unmounted?: ((() => void) | (() => void)[]) | undefined;
64
64
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
65
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, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | 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
67
  };
68
68
  $forceUpdate: () => void;
69
69
  $nextTick: typeof import("vue").nextTick;
70
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
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
71
  } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
72
72
  id: string;
73
73
  text?: string | undefined;
74
74
  variant?: "fill" | "outline" | undefined;
75
75
  size?: "small" | "medium" | undefined;
76
- type?: "warning" | "informative" | "neutral" | "positive" | "negative" | undefined;
76
+ type?: "neutral" | "positive" | "warning" | "negative" | "informative" | undefined;
77
77
  }>, {
78
78
  text: string;
79
79
  variant: string;
80
80
  size: string;
81
81
  type: string;
82
- }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
82
+ }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
83
83
  __isFragment?: undefined;
84
84
  __isTeleport?: undefined;
85
85
  __isSuspense?: undefined;
@@ -88,25 +88,25 @@ declare const _default: {
88
88
  text?: string | undefined;
89
89
  variant?: "fill" | "outline" | undefined;
90
90
  size?: "small" | "medium" | undefined;
91
- type?: "warning" | "informative" | "neutral" | "positive" | "negative" | undefined;
91
+ type?: "neutral" | "positive" | "warning" | "negative" | "informative" | undefined;
92
92
  }>, {
93
93
  text: string;
94
94
  variant: string;
95
95
  size: string;
96
96
  type: string;
97
97
  }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
98
- text: string;
99
98
  type: 'positive' | 'warning' | 'negative' | 'informative' | 'neutral';
99
+ text: string;
100
100
  size: 'small' | 'medium';
101
101
  variant: 'fill' | 'outline';
102
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
102
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
103
103
  $slots: {
104
104
  default: (_: {}) => any;
105
105
  };
106
106
  });
107
107
  export default _default;
108
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
109
- declare type __VLS_TypePropsToRuntimeProps<T> = {
108
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
109
+ type __VLS_TypePropsToRuntimeProps<T> = {
110
110
  [K in keyof T]-?: {} extends Pick<T, K> ? {
111
111
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
112
112
  } : {
@@ -114,7 +114,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
114
114
  required: true;
115
115
  };
116
116
  };
117
- declare type __VLS_WithDefaults<P, D> = {
117
+ type __VLS_WithDefaults<P, D> = {
118
118
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
119
119
  default: D[K];
120
120
  } : P[K];
@@ -23,8 +23,8 @@ declare const _default: {
23
23
  $slots: Readonly<{
24
24
  [name: string]: import("vue").Slot | undefined;
25
25
  }>;
26
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
27
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
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
28
  $emit: (event: string, ...args: any[]) => void;
29
29
  $el: any;
30
30
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -37,7 +37,7 @@ declare const _default: {
37
37
  align: string;
38
38
  }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
39
39
  align: "left" | "right";
40
- }> & {
40
+ }, {}, string> & {
41
41
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
42
42
  created?: ((() => void) | (() => void)[]) | undefined;
43
43
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -52,11 +52,11 @@ declare const _default: {
52
52
  unmounted?: ((() => void) | (() => void)[]) | undefined;
53
53
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
54
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, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | 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
56
  };
57
57
  $forceUpdate: () => void;
58
58
  $nextTick: typeof import("vue").nextTick;
59
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
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
60
  } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
61
61
  id: TextValue['id'];
62
62
  itemProp?: TextValue['itemProp'];
@@ -65,7 +65,7 @@ declare const _default: {
65
65
  align?: TextValue['align'];
66
66
  }>, {
67
67
  align: string;
68
- }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
68
+ }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
69
69
  __isFragment?: undefined;
70
70
  __isTeleport?: undefined;
71
71
  __isSuspense?: undefined;
@@ -79,7 +79,7 @@ declare const _default: {
79
79
  align: string;
80
80
  }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
81
81
  align: "left" | "right";
82
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
82
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
83
83
  $slots: {
84
84
  label: (_: {}) => any;
85
85
  'icon:left': (_: {}) => any;
@@ -88,8 +88,8 @@ declare const _default: {
88
88
  };
89
89
  });
90
90
  export default _default;
91
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
92
- declare type __VLS_TypePropsToRuntimeProps<T> = {
91
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
92
+ type __VLS_TypePropsToRuntimeProps<T> = {
93
93
  [K in keyof T]-?: {} extends Pick<T, K> ? {
94
94
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
95
95
  } : {
@@ -97,7 +97,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
97
97
  required: true;
98
98
  };
99
99
  };
100
- declare type __VLS_WithDefaults<P, D> = {
100
+ type __VLS_WithDefaults<P, D> = {
101
101
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
102
102
  default: D[K];
103
103
  } : P[K];
@@ -10,6 +10,7 @@ declare const _default: {
10
10
  }> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
11
11
  id: List['id'];
12
12
  data: List['data'];
13
+ hideMenu?: List['hideMenu'];
13
14
  headers?: import("./types").Header | undefined;
14
15
  selected?: List['selected'];
15
16
  ariaLabel: List['ariaLabel'];
@@ -37,13 +38,14 @@ declare const _default: {
37
38
  $slots: Readonly<{
38
39
  [name: string]: import("vue").Slot | undefined;
39
40
  }>;
40
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
41
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
41
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
42
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
42
43
  $emit: ((event: "update:selected", selected: Data | Data[]) => void) & ((event: "listitem:click", item: Data) => void) & ((event: "listitem:selected", item: Data) => void);
43
44
  $el: any;
44
45
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
45
46
  id: List['id'];
46
47
  data: List['data'];
48
+ hideMenu?: List['hideMenu'];
47
49
  headers?: import("./types").Header | undefined;
48
50
  selected?: List['selected'];
49
51
  ariaLabel: List['ariaLabel'];
@@ -74,7 +76,7 @@ declare const _default: {
74
76
  ariaLabel: List['ariaLabel'];
75
77
  fallbackValue: string;
76
78
  dataIdentifier: import("./types").DataIdentifier;
77
- }> & {
79
+ }, {}, string> & {
78
80
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
79
81
  created?: ((() => void) | (() => void)[]) | undefined;
80
82
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -89,14 +91,15 @@ declare const _default: {
89
91
  unmounted?: ((() => void) | (() => void)[]) | undefined;
90
92
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
91
93
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
92
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
94
+ 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;
93
95
  };
94
96
  $forceUpdate: () => void;
95
97
  $nextTick: typeof import("vue").nextTick;
96
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
98
+ $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;
97
99
  } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
98
100
  id: List['id'];
99
101
  data: List['data'];
102
+ hideMenu?: List['hideMenu'];
100
103
  headers?: import("./types").Header | undefined;
101
104
  selected?: List['selected'];
102
105
  ariaLabel: List['ariaLabel'];
@@ -117,13 +120,14 @@ declare const _default: {
117
120
  } & import("vue").ShallowUnwrapRef<{
118
121
  unselectAll: () => void;
119
122
  selectAll: () => void;
120
- }> & {} & import("vue").ComponentCustomProperties;
123
+ }> & {} & import("vue").ComponentCustomProperties & {};
121
124
  __isFragment?: undefined;
122
125
  __isTeleport?: undefined;
123
126
  __isSuspense?: undefined;
124
127
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
125
128
  id: List['id'];
126
129
  data: List['data'];
130
+ hideMenu?: List['hideMenu'];
127
131
  headers?: import("./types").Header | undefined;
128
132
  selected?: List['selected'];
129
133
  ariaLabel: List['ariaLabel'];
@@ -154,7 +158,7 @@ declare const _default: {
154
158
  ariaLabel: List['ariaLabel'];
155
159
  fallbackValue: string;
156
160
  dataIdentifier: import("./types").DataIdentifier;
157
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
161
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
158
162
  $slots: Record<string, {
159
163
  data: any;
160
164
  index: any;
@@ -190,8 +194,8 @@ declare const _default: {
190
194
  };
191
195
  });
192
196
  export default _default;
193
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
194
- declare type __VLS_TypePropsToRuntimeProps<T> = {
197
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
198
+ type __VLS_TypePropsToRuntimeProps<T> = {
195
199
  [K in keyof T]-?: {} extends Pick<T, K> ? {
196
200
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
197
201
  } : {
@@ -199,7 +203,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
199
203
  required: true;
200
204
  };
201
205
  };
202
- declare type __VLS_WithDefaults<P, D> = {
206
+ type __VLS_WithDefaults<P, D> = {
203
207
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
204
208
  default: D[K];
205
209
  } : P[K];
@@ -28,8 +28,8 @@ declare const _default: {
28
28
  $slots: Readonly<{
29
29
  [name: string]: import("vue").Slot | undefined;
30
30
  }>;
31
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
32
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
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
33
  $emit: (event: "listitem:click", ...args: any[]) => void;
34
34
  $el: any;
35
35
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
@@ -47,7 +47,7 @@ declare const _default: {
47
47
  sortPositions: ListItem['sortPositions'];
48
48
  }>>> & {
49
49
  "onListitem:click"?: ((...args: any[]) => any) | undefined;
50
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "listitem:click"[], string, {}> & {
50
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "listitem:click"[], string, {}, {}, string> & {
51
51
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
52
52
  created?: ((() => void) | (() => void)[]) | undefined;
53
53
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -62,11 +62,11 @@ declare const _default: {
62
62
  unmounted?: ((() => void) | (() => void)[]) | undefined;
63
63
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
64
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, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | 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
66
  };
67
67
  $forceUpdate: () => void;
68
68
  $nextTick: typeof import("vue").nextTick;
69
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
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
70
  } & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
71
71
  id: ListItem['id'];
72
72
  itemIndex: ListItem['index'];
@@ -82,7 +82,7 @@ declare const _default: {
82
82
  sortPositions: ListItem['sortPositions'];
83
83
  }>>> & {
84
84
  "onListitem:click"?: ((...args: any[]) => any) | undefined;
85
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
85
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
86
86
  __isFragment?: undefined;
87
87
  __isTeleport?: undefined;
88
88
  __isSuspense?: undefined;
@@ -101,7 +101,7 @@ declare const _default: {
101
101
  sortPositions: ListItem['sortPositions'];
102
102
  }>>> & {
103
103
  "onListitem:click"?: ((...args: any[]) => any) | undefined;
104
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "listitem:click"[], "listitem:click", {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
104
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "listitem:click"[], "listitem:click", {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
105
105
  $slots: Record<string, {
106
106
  data: {
107
107
  key: string;
@@ -149,8 +149,8 @@ declare const _default: {
149
149
  };
150
150
  });
151
151
  export default _default;
152
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
153
- declare type __VLS_TypePropsToRuntimeProps<T> = {
152
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
153
+ type __VLS_TypePropsToRuntimeProps<T> = {
154
154
  [K in keyof T]-?: {} extends Pick<T, K> ? {
155
155
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
156
156
  } : {
@@ -23,8 +23,8 @@ declare const _default: {
23
23
  $slots: Readonly<{
24
24
  [name: string]: import("vue").Slot | undefined;
25
25
  }>;
26
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
27
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
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
28
  $emit: (event: string, ...args: any[]) => void;
29
29
  $el: any;
30
30
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -38,7 +38,7 @@ declare const _default: {
38
38
  align: string;
39
39
  }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
40
40
  align: 'left' | 'right';
41
- }> & {
41
+ }, {}, string> & {
42
42
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
43
43
  created?: ((() => void) | (() => void)[]) | undefined;
44
44
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -53,11 +53,11 @@ declare const _default: {
53
53
  unmounted?: ((() => void) | (() => void)[]) | undefined;
54
54
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
55
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, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | 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
57
  };
58
58
  $forceUpdate: () => void;
59
59
  $nextTick: typeof import("vue").nextTick;
60
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
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
61
  } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
62
62
  itemProp?: string | undefined;
63
63
  property?: string | undefined;
@@ -67,7 +67,7 @@ declare const _default: {
67
67
  hide?: boolean | undefined;
68
68
  }>, {
69
69
  align: string;
70
- }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
70
+ }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
71
71
  __isFragment?: undefined;
72
72
  __isTeleport?: undefined;
73
73
  __isSuspense?: undefined;
@@ -82,15 +82,15 @@ declare const _default: {
82
82
  align: string;
83
83
  }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
84
84
  align: 'left' | 'right';
85
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
85
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
86
86
  $slots: {
87
87
  property: (_: {}) => any;
88
88
  value: (_: {}) => any;
89
89
  };
90
90
  });
91
91
  export default _default;
92
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
93
- declare type __VLS_TypePropsToRuntimeProps<T> = {
92
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
93
+ type __VLS_TypePropsToRuntimeProps<T> = {
94
94
  [K in keyof T]-?: {} extends Pick<T, K> ? {
95
95
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
96
96
  } : {
@@ -98,7 +98,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
98
98
  required: true;
99
99
  };
100
100
  };
101
- declare type __VLS_WithDefaults<P, D> = {
101
+ type __VLS_WithDefaults<P, D> = {
102
102
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
103
103
  default: D[K];
104
104
  } : P[K];
@@ -1,5 +1,5 @@
1
- export declare type DataValue = unknown;
2
- export declare type Data = Record<string, unknown>;
1
+ export type DataValue = unknown;
2
+ export type Data = Record<string, unknown>;
3
3
  export interface HeaderOptions {
4
4
  highlight?: boolean;
5
5
  align?: 'left' | 'right';
@@ -8,23 +8,23 @@ export interface HeaderOptions {
8
8
  width?: string;
9
9
  mobileWidth?: string;
10
10
  }
11
- export declare type Header = Record<string, HeaderOptions>;
12
- export declare type DesktopDataPosition = string[];
13
- export declare type MobileDataPosition = string[][];
14
- export declare type DataIdentifier = {
11
+ export type Header = Record<string, HeaderOptions>;
12
+ export type DesktopDataPosition = string[];
13
+ export type MobileDataPosition = string[][];
14
+ export type DataIdentifier = {
15
15
  inputName?: string;
16
16
  key: string;
17
17
  };
18
- export declare type IsHighlightParams = {
18
+ export type IsHighlightParams = {
19
19
  key?: string;
20
20
  value?: boolean;
21
21
  };
22
- export declare type SortPositions = {
22
+ export type SortPositions = {
23
23
  desktop: DesktopDataPosition;
24
24
  mobile: MobileDataPosition;
25
25
  };
26
- export declare type Selected = Data | Data[];
27
- export declare type SelectMode = 'checkbox' | 'radio';
26
+ export type Selected = Data | Data[];
27
+ export type SelectMode = 'checkbox' | 'radio';
28
28
  export interface List {
29
29
  id: string;
30
30
  selected?: Selected;
@@ -33,6 +33,7 @@ export interface List {
33
33
  ariaLabel: string;
34
34
  headers: Header;
35
35
  data: Data[];
36
+ hideMenu?: boolean;
36
37
  fallbackValue?: string;
37
38
  dataIdentifier?: DataIdentifier;
38
39
  }