@citruslime/ui 4.0.0-beta.18 → 4.0.0-beta.19

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.
@@ -24,10 +24,10 @@ declare const _default: <T extends string | number | boolean | SelectItem>(__VLS
24
24
  handleEscapePress: (event: Event) => void;
25
25
  selectModalVisible: boolean;
26
26
  toggleSelectModalState: (forcedState?: boolean) => void;
27
- moveHighlightBackwards: () => void;
28
- moveHighlightForwards: () => void;
29
- moveHighlightToStart: () => void;
30
- moveHighlightToEnd: () => void;
27
+ moveHighlightBackwards: (event: KeyboardEvent) => void;
28
+ moveHighlightForwards: (event: KeyboardEvent) => void;
29
+ moveHighlightToStart: (event: KeyboardEvent) => void;
30
+ moveHighlightToEnd: (event: KeyboardEvent) => void;
31
31
  }): any;
32
32
  label(): any;
33
33
  'help-text'(): any;
@@ -44,10 +44,10 @@ declare const _default: <T extends string | number | boolean | SelectItem>(__VLS
44
44
  handleEscapePress: (event: Event) => void;
45
45
  selectModalVisible: boolean;
46
46
  toggleSelectModalState: (forcedState?: boolean) => void;
47
- moveHighlightBackwards: () => void;
48
- moveHighlightForwards: () => void;
49
- moveHighlightToStart: () => void;
50
- moveHighlightToEnd: () => void;
47
+ moveHighlightBackwards: (event: KeyboardEvent) => void;
48
+ moveHighlightForwards: (event: KeyboardEvent) => void;
49
+ moveHighlightToStart: (event: KeyboardEvent) => void;
50
+ moveHighlightToEnd: (event: KeyboardEvent) => void;
51
51
  }): any;
52
52
  label(): any;
53
53
  'help-text'(): any;
@@ -84,10 +84,10 @@ declare const _default: <T extends string | number | boolean | SelectItem>(__VLS
84
84
  handleEscapePress: (event: Event) => void;
85
85
  selectModalVisible: boolean;
86
86
  toggleSelectModalState: (forcedState?: boolean) => void;
87
- moveHighlightBackwards: () => void;
88
- moveHighlightForwards: () => void;
89
- moveHighlightToStart: () => void;
90
- moveHighlightToEnd: () => void;
87
+ moveHighlightBackwards: (event: KeyboardEvent) => void;
88
+ moveHighlightForwards: (event: KeyboardEvent) => void;
89
+ moveHighlightToStart: (event: KeyboardEvent) => void;
90
+ moveHighlightToEnd: (event: KeyboardEvent) => void;
91
91
  }): any;
92
92
  label(): any;
93
93
  'help-text'(): any;
@@ -104,10 +104,10 @@ declare const _default: <T extends string | number | boolean | SelectItem>(__VLS
104
104
  handleEscapePress: (event: Event) => void;
105
105
  selectModalVisible: boolean;
106
106
  toggleSelectModalState: (forcedState?: boolean) => void;
107
- moveHighlightBackwards: () => void;
108
- moveHighlightForwards: () => void;
109
- moveHighlightToStart: () => void;
110
- moveHighlightToEnd: () => void;
107
+ moveHighlightBackwards: (event: KeyboardEvent) => void;
108
+ moveHighlightForwards: (event: KeyboardEvent) => void;
109
+ moveHighlightToStart: (event: KeyboardEvent) => void;
110
+ moveHighlightToEnd: (event: KeyboardEvent) => void;
111
111
  }): any;
112
112
  label(): any;
113
113
  'help-text'(): any;
@@ -145,10 +145,10 @@ declare const _default: <T extends string | number | boolean | SelectItem>(__VLS
145
145
  handleEscapePress: (event: Event) => void;
146
146
  selectModalVisible: boolean;
147
147
  toggleSelectModalState: (forcedState?: boolean) => void;
148
- moveHighlightBackwards: () => void;
149
- moveHighlightForwards: () => void;
150
- moveHighlightToStart: () => void;
151
- moveHighlightToEnd: () => void;
148
+ moveHighlightBackwards: (event: KeyboardEvent) => void;
149
+ moveHighlightForwards: (event: KeyboardEvent) => void;
150
+ moveHighlightToStart: (event: KeyboardEvent) => void;
151
+ moveHighlightToEnd: (event: KeyboardEvent) => void;
152
152
  }): any;
153
153
  label(): any;
154
154
  'help-text'(): any;
@@ -165,10 +165,10 @@ declare const _default: <T extends string | number | boolean | SelectItem>(__VLS
165
165
  handleEscapePress: (event: Event) => void;
166
166
  selectModalVisible: boolean;
167
167
  toggleSelectModalState: (forcedState?: boolean) => void;
168
- moveHighlightBackwards: () => void;
169
- moveHighlightForwards: () => void;
170
- moveHighlightToStart: () => void;
171
- moveHighlightToEnd: () => void;
168
+ moveHighlightBackwards: (event: KeyboardEvent) => void;
169
+ moveHighlightForwards: (event: KeyboardEvent) => void;
170
+ moveHighlightToStart: (event: KeyboardEvent) => void;
171
+ moveHighlightToEnd: (event: KeyboardEvent) => void;
172
172
  }): any;
173
173
  label(): any;
174
174
  'help-text'(): any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@citruslime/ui",
3
3
  "type": "module",
4
- "version": "4.0.0-beta.18",
4
+ "version": "4.0.0-beta.19",
5
5
  "author": {
6
6
  "name": "Citrus-Lime Ltd",
7
7
  "url": "https://citruslime.com"