@vizejs/fresco 0.7.0 → 0.9.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.
- package/LICENSE +21 -0
- package/dist/components/index.d.ts +1 -1
- package/dist/{index-DugIIryz.d.ts → index-Co4NE1md.d.ts} +157 -157
- package/dist/{index-DugIIryz.d.ts.map → index-Co4NE1md.d.ts.map} +1 -1
- package/dist/index-z9cQDuri.d.ts.map +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +2 -2
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 ubugeeei
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { Alert$1 as Alert, AlertProps, AlertType, Avatar$1 as Avatar, AvatarProps, Badge$1 as Badge, BadgeProps, BadgeVariant, Box$1 as Box, BoxProps, Breadcrumb$1 as Breadcrumb, BreadcrumbItem, BreadcrumbProps, Card$1 as Card, CardProps, Checkbox$1 as Checkbox, CheckboxProps, Code$1 as Code, CodeProps, Confirm$1 as Confirm, ConfirmProps, Divider$1 as Divider, DividerProps, Form$1 as Form, FormField, FormProps, Grid$1 as Grid, GridProps, HStack$1 as HStack, Header$1 as Header, HeaderProps, KeyBinding, KeyHint$1 as KeyHint, KeyHintProps, Link$1 as Link, LinkProps, List$1 as List, ListItem, ListProps, Menu$1 as Menu, MenuItem, MenuProps, Modal$1 as Modal, ModalProps, ProgressBar$1 as ProgressBar, ProgressBarProps, RadioGroup$1 as RadioGroup, RadioGroupProps, RadioOption, Select$1 as Select, SelectOption, SelectProps, Spinner$1 as Spinner, SpinnerProps, Stack$1 as Stack, StackProps, StatusBar$1 as StatusBar, StatusBarItem, StatusBarProps, Step, StepStatus, Stepper$1 as Stepper, StepperProps, Tab, Table$1 as Table, TableColumn, TableProps, Tabs$1 as Tabs, TabsProps, Text$1 as Text, TextArea$1 as TextArea, TextAreaProps, TextInput$1 as TextInput, TextInputProps, TextProps, Timer$1 as Timer, TimerMode, TimerProps, Tooltip$1 as Tooltip, TooltipPosition, TooltipProps, Tree$1 as Tree, TreeNode, TreeProps, VStack$1 as VStack } from "../index-
|
|
1
|
+
import { Alert$1 as Alert, AlertProps, AlertType, Avatar$1 as Avatar, AvatarProps, Badge$1 as Badge, BadgeProps, BadgeVariant, Box$1 as Box, BoxProps, Breadcrumb$1 as Breadcrumb, BreadcrumbItem, BreadcrumbProps, Card$1 as Card, CardProps, Checkbox$1 as Checkbox, CheckboxProps, Code$1 as Code, CodeProps, Confirm$1 as Confirm, ConfirmProps, Divider$1 as Divider, DividerProps, Form$1 as Form, FormField, FormProps, Grid$1 as Grid, GridProps, HStack$1 as HStack, Header$1 as Header, HeaderProps, KeyBinding, KeyHint$1 as KeyHint, KeyHintProps, Link$1 as Link, LinkProps, List$1 as List, ListItem, ListProps, Menu$1 as Menu, MenuItem, MenuProps, Modal$1 as Modal, ModalProps, ProgressBar$1 as ProgressBar, ProgressBarProps, RadioGroup$1 as RadioGroup, RadioGroupProps, RadioOption, Select$1 as Select, SelectOption, SelectProps, Spinner$1 as Spinner, SpinnerProps, Stack$1 as Stack, StackProps, StatusBar$1 as StatusBar, StatusBarItem, StatusBarProps, Step, StepStatus, Stepper$1 as Stepper, StepperProps, Tab, Table$1 as Table, TableColumn, TableProps, Tabs$1 as Tabs, TabsProps, Text$1 as Text, TextArea$1 as TextArea, TextAreaProps, TextInput$1 as TextInput, TextInputProps, TextProps, Timer$1 as Timer, TimerMode, TimerProps, Tooltip$1 as Tooltip, TooltipPosition, TooltipProps, Tree$1 as Tree, TreeNode, TreeProps, VStack$1 as VStack } from "../index-Co4NE1md.js";
|
|
2
2
|
export { Alert, AlertProps, AlertType, Avatar, AvatarProps, Badge, BadgeProps, BadgeVariant, Box, BoxProps, Breadcrumb, BreadcrumbItem, BreadcrumbProps, Card, CardProps, Checkbox, CheckboxProps, Code, CodeProps, Confirm, ConfirmProps, Divider, DividerProps, Form, FormField, FormProps, Grid, GridProps, HStack, Header, HeaderProps, KeyBinding, KeyHint, KeyHintProps, Link, LinkProps, List, ListItem, ListProps, Menu, MenuItem, MenuProps, Modal, ModalProps, ProgressBar, ProgressBarProps, RadioGroup, RadioGroupProps, RadioOption, Select, SelectOption, SelectProps, Spinner, SpinnerProps, Stack, StackProps, StatusBar, StatusBarItem, StatusBarProps, Step, StepStatus, Stepper, StepperProps, Tab, Table, TableColumn, TableProps, Tabs, TabsProps, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, Timer, TimerMode, TimerProps, Tooltip, TooltipPosition, TooltipProps, Tree, TreeNode, TreeProps, VStack };
|
|
@@ -6,6 +6,14 @@ import * as _vue_runtime_core5 from "@vue/runtime-core";
|
|
|
6
6
|
import * as _vue_runtime_core6 from "@vue/runtime-core";
|
|
7
7
|
import * as _vue_runtime_core7 from "@vue/runtime-core";
|
|
8
8
|
import * as _vue_runtime_core8 from "@vue/runtime-core";
|
|
9
|
+
import * as _vue_runtime_core9 from "@vue/runtime-core";
|
|
10
|
+
import * as _vue_runtime_core10 from "@vue/runtime-core";
|
|
11
|
+
import * as _vue_runtime_core11 from "@vue/runtime-core";
|
|
12
|
+
import * as _vue_runtime_core12 from "@vue/runtime-core";
|
|
13
|
+
import * as _vue_runtime_core13 from "@vue/runtime-core";
|
|
14
|
+
import * as _vue_runtime_core14 from "@vue/runtime-core";
|
|
15
|
+
import * as _vue_runtime_core15 from "@vue/runtime-core";
|
|
16
|
+
import * as _vue_runtime_core16 from "@vue/runtime-core";
|
|
9
17
|
import * as _vue_runtime_core17 from "@vue/runtime-core";
|
|
10
18
|
import * as _vue_runtime_core18 from "@vue/runtime-core";
|
|
11
19
|
import * as _vue_runtime_core19 from "@vue/runtime-core";
|
|
@@ -52,14 +60,6 @@ import * as _vue_runtime_core59 from "@vue/runtime-core";
|
|
|
52
60
|
import * as _vue_runtime_core60 from "@vue/runtime-core";
|
|
53
61
|
import * as _vue_runtime_core61 from "@vue/runtime-core";
|
|
54
62
|
import * as _vue_runtime_core62 from "@vue/runtime-core";
|
|
55
|
-
import * as _vue_runtime_core63 from "@vue/runtime-core";
|
|
56
|
-
import * as _vue_runtime_core64 from "@vue/runtime-core";
|
|
57
|
-
import * as _vue_runtime_core65 from "@vue/runtime-core";
|
|
58
|
-
import * as _vue_runtime_core66 from "@vue/runtime-core";
|
|
59
|
-
import * as _vue_runtime_core67 from "@vue/runtime-core";
|
|
60
|
-
import * as _vue_runtime_core68 from "@vue/runtime-core";
|
|
61
|
-
import * as _vue_runtime_core69 from "@vue/runtime-core";
|
|
62
|
-
import * as _vue_runtime_core70 from "@vue/runtime-core";
|
|
63
63
|
import * as _vue_runtime_core111 from "@vue/runtime-core";
|
|
64
64
|
import * as _vue_runtime_core112 from "@vue/runtime-core";
|
|
65
65
|
import * as _vue_runtime_core113 from "@vue/runtime-core";
|
|
@@ -84,13 +84,14 @@ import * as _vue_runtime_core131 from "@vue/runtime-core";
|
|
|
84
84
|
import * as _vue_runtime_core132 from "@vue/runtime-core";
|
|
85
85
|
import * as _vue_runtime_core133 from "@vue/runtime-core";
|
|
86
86
|
import * as _vue_runtime_core134 from "@vue/runtime-core";
|
|
87
|
-
import * as
|
|
88
|
-
import * as
|
|
89
|
-
import * as
|
|
90
|
-
import * as
|
|
91
|
-
import * as
|
|
92
|
-
import * as
|
|
93
|
-
import * as
|
|
87
|
+
import * as _vue_runtime_core103 from "@vue/runtime-core";
|
|
88
|
+
import * as _vue_runtime_core104 from "@vue/runtime-core";
|
|
89
|
+
import * as _vue_runtime_core105 from "@vue/runtime-core";
|
|
90
|
+
import * as _vue_runtime_core106 from "@vue/runtime-core";
|
|
91
|
+
import * as _vue_runtime_core107 from "@vue/runtime-core";
|
|
92
|
+
import * as _vue_runtime_core108 from "@vue/runtime-core";
|
|
93
|
+
import * as _vue_runtime_core109 from "@vue/runtime-core";
|
|
94
|
+
import * as _vue_runtime_core110 from "@vue/runtime-core";
|
|
94
95
|
import * as _vue_runtime_core150 from "@vue/runtime-core";
|
|
95
96
|
import * as _vue_runtime_core151 from "@vue/runtime-core";
|
|
96
97
|
import * as _vue_runtime_core152 from "@vue/runtime-core";
|
|
@@ -123,13 +124,13 @@ import * as _vue_runtime_core178 from "@vue/runtime-core";
|
|
|
123
124
|
import * as _vue_runtime_core179 from "@vue/runtime-core";
|
|
124
125
|
import * as _vue_runtime_core180 from "@vue/runtime-core";
|
|
125
126
|
import * as _vue_runtime_core181 from "@vue/runtime-core";
|
|
126
|
-
import * as
|
|
127
|
-
import * as
|
|
128
|
-
import * as
|
|
129
|
-
import * as
|
|
130
|
-
import * as
|
|
131
|
-
import * as
|
|
132
|
-
import * as
|
|
127
|
+
import * as _vue_runtime_core143 from "@vue/runtime-core";
|
|
128
|
+
import * as _vue_runtime_core144 from "@vue/runtime-core";
|
|
129
|
+
import * as _vue_runtime_core145 from "@vue/runtime-core";
|
|
130
|
+
import * as _vue_runtime_core146 from "@vue/runtime-core";
|
|
131
|
+
import * as _vue_runtime_core147 from "@vue/runtime-core";
|
|
132
|
+
import * as _vue_runtime_core148 from "@vue/runtime-core";
|
|
133
|
+
import * as _vue_runtime_core149 from "@vue/runtime-core";
|
|
133
134
|
import * as _vue_runtime_core189 from "@vue/runtime-core";
|
|
134
135
|
import * as _vue_runtime_core190 from "@vue/runtime-core";
|
|
135
136
|
import * as _vue_runtime_core191 from "@vue/runtime-core";
|
|
@@ -146,7 +147,7 @@ import * as _vue_runtime_core201 from "@vue/runtime-core";
|
|
|
146
147
|
import * as _vue_runtime_core202 from "@vue/runtime-core";
|
|
147
148
|
import * as _vue_runtime_core203 from "@vue/runtime-core";
|
|
148
149
|
import * as _vue_runtime_core204 from "@vue/runtime-core";
|
|
149
|
-
import * as
|
|
150
|
+
import * as _vue_runtime_core213 from "@vue/runtime-core";
|
|
150
151
|
import * as _vue_runtime_core214 from "@vue/runtime-core";
|
|
151
152
|
import * as _vue_runtime_core215 from "@vue/runtime-core";
|
|
152
153
|
import * as _vue_runtime_core216 from "@vue/runtime-core";
|
|
@@ -170,13 +171,13 @@ import * as _vue_runtime_core233 from "@vue/runtime-core";
|
|
|
170
171
|
import * as _vue_runtime_core234 from "@vue/runtime-core";
|
|
171
172
|
import * as _vue_runtime_core235 from "@vue/runtime-core";
|
|
172
173
|
import * as _vue_runtime_core236 from "@vue/runtime-core";
|
|
173
|
-
import * as
|
|
174
|
-
import * as
|
|
175
|
-
import * as
|
|
176
|
-
import * as
|
|
177
|
-
import * as
|
|
178
|
-
import * as
|
|
179
|
-
import * as
|
|
174
|
+
import * as _vue_runtime_core182 from "@vue/runtime-core";
|
|
175
|
+
import * as _vue_runtime_core183 from "@vue/runtime-core";
|
|
176
|
+
import * as _vue_runtime_core184 from "@vue/runtime-core";
|
|
177
|
+
import * as _vue_runtime_core185 from "@vue/runtime-core";
|
|
178
|
+
import * as _vue_runtime_core186 from "@vue/runtime-core";
|
|
179
|
+
import * as _vue_runtime_core187 from "@vue/runtime-core";
|
|
180
|
+
import * as _vue_runtime_core188 from "@vue/runtime-core";
|
|
180
181
|
import * as _vue_runtime_core244 from "@vue/runtime-core";
|
|
181
182
|
import * as _vue_runtime_core245 from "@vue/runtime-core";
|
|
182
183
|
import * as _vue_runtime_core246 from "@vue/runtime-core";
|
|
@@ -199,14 +200,6 @@ import * as _vue_runtime_core262 from "@vue/runtime-core";
|
|
|
199
200
|
import * as _vue_runtime_core263 from "@vue/runtime-core";
|
|
200
201
|
import * as _vue_runtime_core264 from "@vue/runtime-core";
|
|
201
202
|
import * as _vue_runtime_core265 from "@vue/runtime-core";
|
|
202
|
-
import * as _vue_runtime_core266 from "@vue/runtime-core";
|
|
203
|
-
import * as _vue_runtime_core267 from "@vue/runtime-core";
|
|
204
|
-
import * as _vue_runtime_core268 from "@vue/runtime-core";
|
|
205
|
-
import * as _vue_runtime_core269 from "@vue/runtime-core";
|
|
206
|
-
import * as _vue_runtime_core270 from "@vue/runtime-core";
|
|
207
|
-
import * as _vue_runtime_core271 from "@vue/runtime-core";
|
|
208
|
-
import * as _vue_runtime_core272 from "@vue/runtime-core";
|
|
209
|
-
import * as _vue_runtime_core273 from "@vue/runtime-core";
|
|
210
203
|
import * as _vue_runtime_core274 from "@vue/runtime-core";
|
|
211
204
|
import * as _vue_runtime_core275 from "@vue/runtime-core";
|
|
212
205
|
import * as _vue_runtime_core276 from "@vue/runtime-core";
|
|
@@ -214,6 +207,13 @@ import * as _vue_runtime_core277 from "@vue/runtime-core";
|
|
|
214
207
|
import * as _vue_runtime_core278 from "@vue/runtime-core";
|
|
215
208
|
import * as _vue_runtime_core279 from "@vue/runtime-core";
|
|
216
209
|
import * as _vue_runtime_core280 from "@vue/runtime-core";
|
|
210
|
+
import * as _vue_runtime_core237 from "@vue/runtime-core";
|
|
211
|
+
import * as _vue_runtime_core238 from "@vue/runtime-core";
|
|
212
|
+
import * as _vue_runtime_core239 from "@vue/runtime-core";
|
|
213
|
+
import * as _vue_runtime_core240 from "@vue/runtime-core";
|
|
214
|
+
import * as _vue_runtime_core241 from "@vue/runtime-core";
|
|
215
|
+
import * as _vue_runtime_core242 from "@vue/runtime-core";
|
|
216
|
+
import * as _vue_runtime_core243 from "@vue/runtime-core";
|
|
217
217
|
import * as _vue_runtime_core281 from "@vue/runtime-core";
|
|
218
218
|
import * as _vue_runtime_core282 from "@vue/runtime-core";
|
|
219
219
|
import * as _vue_runtime_core283 from "@vue/runtime-core";
|
|
@@ -222,6 +222,21 @@ import * as _vue_runtime_core285 from "@vue/runtime-core";
|
|
|
222
222
|
import * as _vue_runtime_core286 from "@vue/runtime-core";
|
|
223
223
|
import * as _vue_runtime_core287 from "@vue/runtime-core";
|
|
224
224
|
import * as _vue_runtime_core288 from "@vue/runtime-core";
|
|
225
|
+
import * as _vue_runtime_core303 from "@vue/runtime-core";
|
|
226
|
+
import * as _vue_runtime_core304 from "@vue/runtime-core";
|
|
227
|
+
import * as _vue_runtime_core305 from "@vue/runtime-core";
|
|
228
|
+
import * as _vue_runtime_core306 from "@vue/runtime-core";
|
|
229
|
+
import * as _vue_runtime_core307 from "@vue/runtime-core";
|
|
230
|
+
import * as _vue_runtime_core308 from "@vue/runtime-core";
|
|
231
|
+
import * as _vue_runtime_core309 from "@vue/runtime-core";
|
|
232
|
+
import * as _vue_runtime_core310 from "@vue/runtime-core";
|
|
233
|
+
import * as _vue_runtime_core319 from "@vue/runtime-core";
|
|
234
|
+
import * as _vue_runtime_core320 from "@vue/runtime-core";
|
|
235
|
+
import * as _vue_runtime_core321 from "@vue/runtime-core";
|
|
236
|
+
import * as _vue_runtime_core322 from "@vue/runtime-core";
|
|
237
|
+
import * as _vue_runtime_core323 from "@vue/runtime-core";
|
|
238
|
+
import * as _vue_runtime_core324 from "@vue/runtime-core";
|
|
239
|
+
import * as _vue_runtime_core325 from "@vue/runtime-core";
|
|
225
240
|
import * as _vue_runtime_core289 from "@vue/runtime-core";
|
|
226
241
|
import * as _vue_runtime_core290 from "@vue/runtime-core";
|
|
227
242
|
import * as _vue_runtime_core291 from "@vue/runtime-core";
|
|
@@ -236,14 +251,6 @@ import * as _vue_runtime_core299 from "@vue/runtime-core";
|
|
|
236
251
|
import * as _vue_runtime_core300 from "@vue/runtime-core";
|
|
237
252
|
import * as _vue_runtime_core301 from "@vue/runtime-core";
|
|
238
253
|
import * as _vue_runtime_core302 from "@vue/runtime-core";
|
|
239
|
-
import * as _vue_runtime_core303 from "@vue/runtime-core";
|
|
240
|
-
import * as _vue_runtime_core304 from "@vue/runtime-core";
|
|
241
|
-
import * as _vue_runtime_core305 from "@vue/runtime-core";
|
|
242
|
-
import * as _vue_runtime_core306 from "@vue/runtime-core";
|
|
243
|
-
import * as _vue_runtime_core307 from "@vue/runtime-core";
|
|
244
|
-
import * as _vue_runtime_core308 from "@vue/runtime-core";
|
|
245
|
-
import * as _vue_runtime_core309 from "@vue/runtime-core";
|
|
246
|
-
import * as _vue_runtime_core310 from "@vue/runtime-core";
|
|
247
254
|
import * as _vue_runtime_core311 from "@vue/runtime-core";
|
|
248
255
|
import * as _vue_runtime_core312 from "@vue/runtime-core";
|
|
249
256
|
import * as _vue_runtime_core313 from "@vue/runtime-core";
|
|
@@ -252,21 +259,14 @@ import * as _vue_runtime_core315 from "@vue/runtime-core";
|
|
|
252
259
|
import * as _vue_runtime_core316 from "@vue/runtime-core";
|
|
253
260
|
import * as _vue_runtime_core317 from "@vue/runtime-core";
|
|
254
261
|
import * as _vue_runtime_core318 from "@vue/runtime-core";
|
|
255
|
-
import * as
|
|
256
|
-
import * as
|
|
257
|
-
import * as
|
|
258
|
-
import * as
|
|
259
|
-
import * as
|
|
260
|
-
import * as
|
|
261
|
-
import * as
|
|
262
|
-
import * as
|
|
263
|
-
import * as _vue_runtime_core10 from "@vue/runtime-core";
|
|
264
|
-
import * as _vue_runtime_core11 from "@vue/runtime-core";
|
|
265
|
-
import * as _vue_runtime_core12 from "@vue/runtime-core";
|
|
266
|
-
import * as _vue_runtime_core13 from "@vue/runtime-core";
|
|
267
|
-
import * as _vue_runtime_core14 from "@vue/runtime-core";
|
|
268
|
-
import * as _vue_runtime_core15 from "@vue/runtime-core";
|
|
269
|
-
import * as _vue_runtime_core16 from "@vue/runtime-core";
|
|
262
|
+
import * as _vue_runtime_core266 from "@vue/runtime-core";
|
|
263
|
+
import * as _vue_runtime_core267 from "@vue/runtime-core";
|
|
264
|
+
import * as _vue_runtime_core268 from "@vue/runtime-core";
|
|
265
|
+
import * as _vue_runtime_core269 from "@vue/runtime-core";
|
|
266
|
+
import * as _vue_runtime_core270 from "@vue/runtime-core";
|
|
267
|
+
import * as _vue_runtime_core271 from "@vue/runtime-core";
|
|
268
|
+
import * as _vue_runtime_core272 from "@vue/runtime-core";
|
|
269
|
+
import * as _vue_runtime_core273 from "@vue/runtime-core";
|
|
270
270
|
import { VNode } from "@vue/runtime-core";
|
|
271
271
|
|
|
272
272
|
//#region src/components/Box.d.ts
|
|
@@ -362,12 +362,12 @@ interface DividerProps {
|
|
|
362
362
|
/** Title foreground color */
|
|
363
363
|
titleFg?: string;
|
|
364
364
|
}
|
|
365
|
-
declare const Divider:
|
|
365
|
+
declare const Divider: _vue_runtime_core16.DefineComponent<unknown, () => _vue_runtime_core11.VNode<_vue_runtime_core9.RendererNode, _vue_runtime_core10.RendererElement, {
|
|
366
366
|
[key: string]: any;
|
|
367
|
-
}>, {}, {}, {},
|
|
367
|
+
}>, {}, {}, {}, _vue_runtime_core12.ComponentOptionsMixin, _vue_runtime_core13.ComponentOptionsMixin, {}, string, _vue_runtime_core14.PublicProps, Readonly<unknown> & Readonly<{}>, {
|
|
368
368
|
fg: string;
|
|
369
369
|
direction: "horizontal" | "vertical";
|
|
370
|
-
}, {}, {}, {}, string,
|
|
370
|
+
}, {}, {}, {}, string, _vue_runtime_core15.ComponentProvideOptions, true, {}, any>;
|
|
371
371
|
|
|
372
372
|
//#endregion
|
|
373
373
|
//#region src/components/Stack.d.ts
|
|
@@ -387,25 +387,25 @@ interface StackProps {
|
|
|
387
387
|
/** Wrap children */
|
|
388
388
|
wrap?: boolean;
|
|
389
389
|
}
|
|
390
|
-
declare const Stack:
|
|
390
|
+
declare const Stack: _vue_runtime_core24.DefineComponent<unknown, () => _vue_runtime_core19.VNode<_vue_runtime_core17.RendererNode, _vue_runtime_core18.RendererElement, {
|
|
391
391
|
[key: string]: any;
|
|
392
|
-
}>, {}, {}, {},
|
|
392
|
+
}>, {}, {}, {}, _vue_runtime_core20.ComponentOptionsMixin, _vue_runtime_core21.ComponentOptionsMixin, {}, string, _vue_runtime_core22.PublicProps, Readonly<unknown> & Readonly<{}>, {
|
|
393
393
|
wrap: boolean;
|
|
394
394
|
gap: number;
|
|
395
395
|
direction: "horizontal" | "vertical";
|
|
396
396
|
align: "center" | "stretch" | "start" | "end" | undefined;
|
|
397
397
|
justify: "center" | "start" | "end" | "between" | "around" | "evenly" | undefined;
|
|
398
|
+
}, {}, {}, {}, string, _vue_runtime_core23.ComponentProvideOptions, true, {}, any>;
|
|
399
|
+
declare const HStack: _vue_runtime_core32.DefineComponent<unknown, () => _vue_runtime_core27.VNode<_vue_runtime_core25.RendererNode, _vue_runtime_core26.RendererElement, {
|
|
400
|
+
[key: string]: any;
|
|
401
|
+
}>, {}, {}, {}, _vue_runtime_core28.ComponentOptionsMixin, _vue_runtime_core29.ComponentOptionsMixin, {}, string, _vue_runtime_core30.PublicProps, Readonly<unknown> & Readonly<{}>, {
|
|
402
|
+
gap: number;
|
|
398
403
|
}, {}, {}, {}, string, _vue_runtime_core31.ComponentProvideOptions, true, {}, any>;
|
|
399
|
-
declare const
|
|
404
|
+
declare const VStack: _vue_runtime_core40.DefineComponent<unknown, () => _vue_runtime_core35.VNode<_vue_runtime_core33.RendererNode, _vue_runtime_core34.RendererElement, {
|
|
400
405
|
[key: string]: any;
|
|
401
406
|
}>, {}, {}, {}, _vue_runtime_core36.ComponentOptionsMixin, _vue_runtime_core37.ComponentOptionsMixin, {}, string, _vue_runtime_core38.PublicProps, Readonly<unknown> & Readonly<{}>, {
|
|
402
407
|
gap: number;
|
|
403
408
|
}, {}, {}, {}, string, _vue_runtime_core39.ComponentProvideOptions, true, {}, any>;
|
|
404
|
-
declare const VStack: _vue_runtime_core48.DefineComponent<unknown, () => _vue_runtime_core43.VNode<_vue_runtime_core41.RendererNode, _vue_runtime_core42.RendererElement, {
|
|
405
|
-
[key: string]: any;
|
|
406
|
-
}>, {}, {}, {}, _vue_runtime_core44.ComponentOptionsMixin, _vue_runtime_core45.ComponentOptionsMixin, {}, string, _vue_runtime_core46.PublicProps, Readonly<unknown> & Readonly<{}>, {
|
|
407
|
-
gap: number;
|
|
408
|
-
}, {}, {}, {}, string, _vue_runtime_core47.ComponentProvideOptions, true, {}, any>;
|
|
409
409
|
|
|
410
410
|
//#endregion
|
|
411
411
|
//#region src/components/Grid.d.ts
|
|
@@ -420,12 +420,12 @@ interface GridProps {
|
|
|
420
420
|
/** Column gap */
|
|
421
421
|
columnGap?: number;
|
|
422
422
|
}
|
|
423
|
-
declare const Grid:
|
|
423
|
+
declare const Grid: _vue_runtime_core47.DefineComponent<unknown, () => VNode<_vue_runtime_core41.RendererNode, _vue_runtime_core42.RendererElement, {
|
|
424
424
|
[key: string]: any;
|
|
425
|
-
}>, {}, {}, {},
|
|
425
|
+
}>, {}, {}, {}, _vue_runtime_core43.ComponentOptionsMixin, _vue_runtime_core44.ComponentOptionsMixin, {}, string, _vue_runtime_core45.PublicProps, Readonly<unknown> & Readonly<{}>, {
|
|
426
426
|
gap: number;
|
|
427
427
|
columns: number;
|
|
428
|
-
}, {}, {}, {}, string,
|
|
428
|
+
}, {}, {}, {}, string, _vue_runtime_core46.ComponentProvideOptions, true, {}, any>;
|
|
429
429
|
|
|
430
430
|
//#endregion
|
|
431
431
|
//#region src/components/Card.d.ts
|
|
@@ -448,13 +448,13 @@ interface CardProps {
|
|
|
448
448
|
/** Background color */
|
|
449
449
|
bg?: string;
|
|
450
450
|
}
|
|
451
|
-
declare const Card:
|
|
451
|
+
declare const Card: _vue_runtime_core54.DefineComponent<unknown, () => VNode<_vue_runtime_core48.RendererNode, _vue_runtime_core49.RendererElement, {
|
|
452
452
|
[key: string]: any;
|
|
453
|
-
}>, {}, {}, {},
|
|
453
|
+
}>, {}, {}, {}, _vue_runtime_core50.ComponentOptionsMixin, _vue_runtime_core51.ComponentOptionsMixin, {}, string, _vue_runtime_core52.PublicProps, Readonly<unknown> & Readonly<{}>, {
|
|
454
454
|
border: "none" | "single" | "double" | "rounded" | "heavy" | undefined;
|
|
455
455
|
padding: number;
|
|
456
456
|
titleFg: string;
|
|
457
|
-
}, {}, {}, {}, string,
|
|
457
|
+
}, {}, {}, {}, string, _vue_runtime_core53.ComponentProvideOptions, true, {}, any>;
|
|
458
458
|
|
|
459
459
|
//#endregion
|
|
460
460
|
//#region src/components/Text.d.ts
|
|
@@ -482,16 +482,16 @@ interface TextProps {
|
|
|
482
482
|
/** Strikethrough text */
|
|
483
483
|
strikethrough?: boolean;
|
|
484
484
|
}
|
|
485
|
-
declare const Text:
|
|
485
|
+
declare const Text: _vue_runtime_core62.DefineComponent<unknown, () => _vue_runtime_core57.VNode<_vue_runtime_core55.RendererNode, _vue_runtime_core56.RendererElement, {
|
|
486
486
|
[key: string]: any;
|
|
487
|
-
}>, {}, {}, {},
|
|
487
|
+
}>, {}, {}, {}, _vue_runtime_core58.ComponentOptionsMixin, _vue_runtime_core59.ComponentOptionsMixin, {}, string, _vue_runtime_core60.PublicProps, Readonly<unknown> & Readonly<{}>, {
|
|
488
488
|
wrap: boolean;
|
|
489
489
|
bold: boolean;
|
|
490
490
|
dim: boolean;
|
|
491
491
|
italic: boolean;
|
|
492
492
|
underline: boolean;
|
|
493
493
|
strikethrough: boolean;
|
|
494
|
-
}, {}, {}, {}, string,
|
|
494
|
+
}, {}, {}, {}, string, _vue_runtime_core61.ComponentProvideOptions, true, {}, any>;
|
|
495
495
|
|
|
496
496
|
//#endregion
|
|
497
497
|
//#region src/components/Code.d.ts
|
|
@@ -527,9 +527,9 @@ declare const Code: _vue_runtime_core118.DefineComponent<unknown, () => _vue_run
|
|
|
527
527
|
border: "none" | "single" | "double" | "rounded" | undefined;
|
|
528
528
|
fg: string;
|
|
529
529
|
lineNumbers: boolean;
|
|
530
|
+
lineNumberFg: string;
|
|
530
531
|
startLine: number;
|
|
531
532
|
highlightLines: number[];
|
|
532
|
-
lineNumberFg: string;
|
|
533
533
|
highlightBg: string;
|
|
534
534
|
}, {}, {}, {}, string, _vue_runtime_core117.ComponentProvideOptions, true, {}, any>;
|
|
535
535
|
|
|
@@ -599,8 +599,8 @@ declare const TextInput: _vue_runtime_core134.DefineComponent<unknown, () => _vu
|
|
|
599
599
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
600
600
|
}>, {
|
|
601
601
|
focus: boolean;
|
|
602
|
-
modelValue: string;
|
|
603
602
|
placeholder: string;
|
|
603
|
+
modelValue: string;
|
|
604
604
|
mask: boolean;
|
|
605
605
|
maskChar: string;
|
|
606
606
|
}, {}, {}, {}, string, _vue_runtime_core133.ComponentProvideOptions, true, {}, any>;
|
|
@@ -639,22 +639,22 @@ interface TextAreaProps {
|
|
|
639
639
|
/** Cursor column */
|
|
640
640
|
cursorColumn?: number;
|
|
641
641
|
}
|
|
642
|
-
declare const TextArea:
|
|
642
|
+
declare const TextArea: _vue_runtime_core110.DefineComponent<unknown, () => _vue_runtime_core105.VNode<_vue_runtime_core103.RendererNode, _vue_runtime_core104.RendererElement, {
|
|
643
643
|
[key: string]: any;
|
|
644
|
-
}>, {}, {}, {},
|
|
644
|
+
}>, {}, {}, {}, _vue_runtime_core106.ComponentOptionsMixin, _vue_runtime_core107.ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", _vue_runtime_core108.PublicProps, Readonly<unknown> & Readonly<{
|
|
645
645
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
646
646
|
}>, {
|
|
647
647
|
border: "none" | "single" | "double" | "rounded" | undefined;
|
|
648
|
-
lineNumbers: boolean;
|
|
649
|
-
lineNumberFg: string;
|
|
650
648
|
modelValue: string;
|
|
651
|
-
focused: boolean;
|
|
652
649
|
rows: number;
|
|
650
|
+
focused: boolean;
|
|
653
651
|
disabled: boolean;
|
|
652
|
+
lineNumbers: boolean;
|
|
654
653
|
placeholderFg: string;
|
|
654
|
+
lineNumberFg: string;
|
|
655
655
|
cursorLine: number;
|
|
656
656
|
cursorColumn: number;
|
|
657
|
-
}, {}, {}, {}, string,
|
|
657
|
+
}, {}, {}, {}, string, _vue_runtime_core109.ComponentProvideOptions, true, {}, any>;
|
|
658
658
|
|
|
659
659
|
//#endregion
|
|
660
660
|
//#region src/components/Select.d.ts
|
|
@@ -689,9 +689,9 @@ interface SelectProps {
|
|
|
689
689
|
/** Selected item background color */
|
|
690
690
|
selectedBg?: string;
|
|
691
691
|
}
|
|
692
|
-
declare const Select:
|
|
692
|
+
declare const Select: _vue_runtime_core157.DefineComponent<unknown, () => _vue_runtime_core152.VNode<_vue_runtime_core150.RendererNode, _vue_runtime_core151.RendererElement, {
|
|
693
693
|
[key: string]: any;
|
|
694
|
-
}>, {}, {}, {},
|
|
694
|
+
}>, {}, {}, {}, _vue_runtime_core153.ComponentOptionsMixin, _vue_runtime_core154.ComponentOptionsMixin, ("select" | "update:modelValue")[], "select" | "update:modelValue", _vue_runtime_core155.PublicProps, Readonly<unknown> & Readonly<{
|
|
695
695
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
696
696
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
697
697
|
}>, {
|
|
@@ -700,7 +700,7 @@ declare const Select: _vue_runtime_core158.DefineComponent<unknown, () => _vue_r
|
|
|
700
700
|
indicator: string;
|
|
701
701
|
indicatorEmpty: string;
|
|
702
702
|
selectedFg: string;
|
|
703
|
-
}, {}, {}, {}, string,
|
|
703
|
+
}, {}, {}, {}, string, _vue_runtime_core156.ComponentProvideOptions, true, {}, any>;
|
|
704
704
|
|
|
705
705
|
//#endregion
|
|
706
706
|
//#region src/components/Checkbox.d.ts
|
|
@@ -726,9 +726,9 @@ interface CheckboxProps {
|
|
|
726
726
|
/** Checked foreground color */
|
|
727
727
|
checkedFg?: string;
|
|
728
728
|
}
|
|
729
|
-
declare const Checkbox:
|
|
729
|
+
declare const Checkbox: _vue_runtime_core165.DefineComponent<unknown, () => _vue_runtime_core160.VNode<_vue_runtime_core158.RendererNode, _vue_runtime_core159.RendererElement, {
|
|
730
730
|
[key: string]: any;
|
|
731
|
-
}>, {}, {}, {},
|
|
731
|
+
}>, {}, {}, {}, _vue_runtime_core161.ComponentOptionsMixin, _vue_runtime_core162.ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", _vue_runtime_core163.PublicProps, Readonly<unknown> & Readonly<{
|
|
732
732
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
733
733
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
734
734
|
}>, {
|
|
@@ -738,7 +738,7 @@ declare const Checkbox: _vue_runtime_core166.DefineComponent<unknown, () => _vue
|
|
|
738
738
|
checked: string;
|
|
739
739
|
unchecked: string;
|
|
740
740
|
checkedFg: string;
|
|
741
|
-
}, {}, {}, {}, string,
|
|
741
|
+
}, {}, {}, {}, string, _vue_runtime_core164.ComponentProvideOptions, true, {}, any>;
|
|
742
742
|
|
|
743
743
|
//#endregion
|
|
744
744
|
//#region src/components/RadioGroup.d.ts
|
|
@@ -769,9 +769,9 @@ interface RadioGroupProps {
|
|
|
769
769
|
/** Selected foreground color */
|
|
770
770
|
selectedFg?: string;
|
|
771
771
|
}
|
|
772
|
-
declare const RadioGroup:
|
|
772
|
+
declare const RadioGroup: _vue_runtime_core173.DefineComponent<unknown, () => _vue_runtime_core168.VNode<_vue_runtime_core166.RendererNode, _vue_runtime_core167.RendererElement, {
|
|
773
773
|
[key: string]: any;
|
|
774
|
-
}>, {}, {}, {},
|
|
774
|
+
}>, {}, {}, {}, _vue_runtime_core169.ComponentOptionsMixin, _vue_runtime_core170.ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", _vue_runtime_core171.PublicProps, Readonly<unknown> & Readonly<{
|
|
775
775
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
776
776
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
777
777
|
}>, {
|
|
@@ -779,7 +779,7 @@ declare const RadioGroup: _vue_runtime_core174.DefineComponent<unknown, () => _v
|
|
|
779
779
|
selectedFg: string;
|
|
780
780
|
selected: string;
|
|
781
781
|
unselected: string;
|
|
782
|
-
}, {}, {}, {}, string,
|
|
782
|
+
}, {}, {}, {}, string, _vue_runtime_core172.ComponentProvideOptions, true, {}, any>;
|
|
783
783
|
|
|
784
784
|
//#endregion
|
|
785
785
|
//#region src/components/Confirm.d.ts
|
|
@@ -803,9 +803,9 @@ interface ConfirmProps {
|
|
|
803
803
|
/** Selected button foreground color */
|
|
804
804
|
selectedFg?: string;
|
|
805
805
|
}
|
|
806
|
-
declare const Confirm:
|
|
806
|
+
declare const Confirm: _vue_runtime_core181.DefineComponent<unknown, () => _vue_runtime_core176.VNode<_vue_runtime_core174.RendererNode, _vue_runtime_core175.RendererElement, {
|
|
807
807
|
[key: string]: any;
|
|
808
|
-
}>, {}, {}, {},
|
|
808
|
+
}>, {}, {}, {}, _vue_runtime_core177.ComponentOptionsMixin, _vue_runtime_core178.ComponentOptionsMixin, ("select" | "cancel" | "confirm")[], "select" | "cancel" | "confirm", _vue_runtime_core179.PublicProps, Readonly<unknown> & Readonly<{
|
|
809
809
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
810
810
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
811
811
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
@@ -816,7 +816,7 @@ declare const Confirm: _vue_runtime_core182.DefineComponent<unknown, () => _vue_
|
|
|
816
816
|
defaultConfirm: boolean;
|
|
817
817
|
confirmFg: string;
|
|
818
818
|
cancelFg: string;
|
|
819
|
-
}, {}, {}, {}, string,
|
|
819
|
+
}, {}, {}, {}, string, _vue_runtime_core180.ComponentProvideOptions, true, {}, any>;
|
|
820
820
|
|
|
821
821
|
//#endregion
|
|
822
822
|
//#region src/components/Form.d.ts
|
|
@@ -843,16 +843,16 @@ interface FormProps {
|
|
|
843
843
|
/** Hint foreground color */
|
|
844
844
|
hintFg?: string;
|
|
845
845
|
}
|
|
846
|
-
declare const Form:
|
|
846
|
+
declare const Form: _vue_runtime_core149.DefineComponent<unknown, () => VNode<_vue_runtime_core143.RendererNode, _vue_runtime_core144.RendererElement, {
|
|
847
847
|
[key: string]: any;
|
|
848
|
-
}>, {}, {}, {},
|
|
848
|
+
}>, {}, {}, {}, _vue_runtime_core145.ComponentOptionsMixin, _vue_runtime_core146.ComponentOptionsMixin, {}, string, _vue_runtime_core147.PublicProps, Readonly<unknown> & Readonly<{}>, {
|
|
849
849
|
gap: number;
|
|
850
850
|
fields: FormField[];
|
|
851
851
|
labelWidth: number;
|
|
852
852
|
labelPosition: "left" | "top";
|
|
853
853
|
requiredIndicator: string;
|
|
854
854
|
hintFg: string;
|
|
855
|
-
}, {}, {}, {}, string,
|
|
855
|
+
}, {}, {}, {}, string, _vue_runtime_core148.ComponentProvideOptions, true, {}, any>;
|
|
856
856
|
|
|
857
857
|
//#endregion
|
|
858
858
|
//#region src/components/Spinner.d.ts
|
|
@@ -889,12 +889,12 @@ interface SpinnerProps {
|
|
|
889
889
|
/** Foreground color */
|
|
890
890
|
fg?: string;
|
|
891
891
|
}
|
|
892
|
-
declare const Spinner:
|
|
892
|
+
declare const Spinner: _vue_runtime_core196.DefineComponent<unknown, () => _vue_runtime_core191.VNode<_vue_runtime_core189.RendererNode, _vue_runtime_core190.RendererElement, {
|
|
893
893
|
[key: string]: any;
|
|
894
|
-
}>, {}, {}, {},
|
|
894
|
+
}>, {}, {}, {}, _vue_runtime_core192.ComponentOptionsMixin, _vue_runtime_core193.ComponentOptionsMixin, {}, string, _vue_runtime_core194.PublicProps, Readonly<unknown> & Readonly<{}>, {
|
|
895
895
|
type: "box" | "dots" | "dots2" | "line" | "arc" | "circle" | "bounce" | "arrow" | "clock" | "moon" | "earth";
|
|
896
896
|
interval: number;
|
|
897
|
-
}, {}, {}, {}, string,
|
|
897
|
+
}, {}, {}, {}, string, _vue_runtime_core195.ComponentProvideOptions, true, {}, any>;
|
|
898
898
|
|
|
899
899
|
//#endregion
|
|
900
900
|
//#region src/components/ProgressBar.d.ts
|
|
@@ -924,9 +924,9 @@ interface ProgressBarProps {
|
|
|
924
924
|
/** Empty color */
|
|
925
925
|
emptyFg?: string;
|
|
926
926
|
}
|
|
927
|
-
declare const ProgressBar:
|
|
927
|
+
declare const ProgressBar: _vue_runtime_core204.DefineComponent<unknown, () => _vue_runtime_core199.VNode<_vue_runtime_core197.RendererNode, _vue_runtime_core198.RendererElement, {
|
|
928
928
|
[key: string]: any;
|
|
929
|
-
}>, {}, {}, {},
|
|
929
|
+
}>, {}, {}, {}, _vue_runtime_core200.ComponentOptionsMixin, _vue_runtime_core201.ComponentOptionsMixin, {}, string, _vue_runtime_core202.PublicProps, Readonly<unknown> & Readonly<{}>, {
|
|
930
930
|
width: number;
|
|
931
931
|
labelPosition: "left" | "right" | "inside";
|
|
932
932
|
showLabel: boolean;
|
|
@@ -936,7 +936,7 @@ declare const ProgressBar: _vue_runtime_core205.DefineComponent<unknown, () => _
|
|
|
936
936
|
rightBorder: string;
|
|
937
937
|
filledFg: string;
|
|
938
938
|
emptyFg: string;
|
|
939
|
-
}, {}, {}, {}, string,
|
|
939
|
+
}, {}, {}, {}, string, _vue_runtime_core203.ComponentProvideOptions, true, {}, any>;
|
|
940
940
|
|
|
941
941
|
//#endregion
|
|
942
942
|
//#region src/components/Alert.d.ts
|
|
@@ -959,13 +959,13 @@ interface AlertProps {
|
|
|
959
959
|
/** Border style */
|
|
960
960
|
border?: "single" | "double" | "rounded" | "none";
|
|
961
961
|
}
|
|
962
|
-
declare const Alert:
|
|
962
|
+
declare const Alert: _vue_runtime_core220.DefineComponent<unknown, () => _vue_runtime_core215.VNode<_vue_runtime_core213.RendererNode, _vue_runtime_core214.RendererElement, {
|
|
963
963
|
[key: string]: any;
|
|
964
|
-
}>, {}, {}, {},
|
|
964
|
+
}>, {}, {}, {}, _vue_runtime_core216.ComponentOptionsMixin, _vue_runtime_core217.ComponentOptionsMixin, {}, string, _vue_runtime_core218.PublicProps, Readonly<unknown> & Readonly<{}>, {
|
|
965
965
|
border: "none" | "single" | "double" | "rounded" | undefined;
|
|
966
966
|
type: AlertType;
|
|
967
967
|
showIcon: boolean;
|
|
968
|
-
}, {}, {}, {}, string,
|
|
968
|
+
}, {}, {}, {}, string, _vue_runtime_core219.ComponentProvideOptions, true, {}, any>;
|
|
969
969
|
|
|
970
970
|
//#endregion
|
|
971
971
|
//#region src/components/Badge.d.ts
|
|
@@ -986,12 +986,12 @@ interface BadgeProps {
|
|
|
986
986
|
/** Show border */
|
|
987
987
|
border?: boolean;
|
|
988
988
|
}
|
|
989
|
-
declare const Badge:
|
|
989
|
+
declare const Badge: _vue_runtime_core228.DefineComponent<unknown, () => _vue_runtime_core223.VNode<_vue_runtime_core221.RendererNode, _vue_runtime_core222.RendererElement, {
|
|
990
990
|
[key: string]: any;
|
|
991
|
-
}>, {}, {}, {},
|
|
991
|
+
}>, {}, {}, {}, _vue_runtime_core224.ComponentOptionsMixin, _vue_runtime_core225.ComponentOptionsMixin, {}, string, _vue_runtime_core226.PublicProps, Readonly<unknown> & Readonly<{}>, {
|
|
992
992
|
border: boolean;
|
|
993
993
|
variant: BadgeVariant;
|
|
994
|
-
}, {}, {}, {}, string,
|
|
994
|
+
}, {}, {}, {}, string, _vue_runtime_core227.ComponentProvideOptions, true, {}, any>;
|
|
995
995
|
|
|
996
996
|
//#endregion
|
|
997
997
|
//#region src/components/Timer.d.ts
|
|
@@ -1018,9 +1018,9 @@ interface TimerProps {
|
|
|
1018
1018
|
/** Danger color (when < 5 seconds in countdown) */
|
|
1019
1019
|
dangerFg?: string;
|
|
1020
1020
|
}
|
|
1021
|
-
declare const Timer:
|
|
1021
|
+
declare const Timer: _vue_runtime_core236.DefineComponent<unknown, () => _vue_runtime_core231.VNode<_vue_runtime_core229.RendererNode, _vue_runtime_core230.RendererElement, {
|
|
1022
1022
|
[key: string]: any;
|
|
1023
|
-
}>, {}, {}, {},
|
|
1023
|
+
}>, {}, {}, {}, _vue_runtime_core232.ComponentOptionsMixin, _vue_runtime_core233.ComponentOptionsMixin, ("tick" | "complete")[], "tick" | "complete", _vue_runtime_core234.PublicProps, Readonly<unknown> & Readonly<{
|
|
1024
1024
|
onTick?: ((...args: any[]) => any) | undefined;
|
|
1025
1025
|
onComplete?: ((...args: any[]) => any) | undefined;
|
|
1026
1026
|
}>, {
|
|
@@ -1032,7 +1032,7 @@ declare const Timer: _vue_runtime_core237.DefineComponent<unknown, () => _vue_ru
|
|
|
1032
1032
|
showMilliseconds: boolean;
|
|
1033
1033
|
warningFg: string;
|
|
1034
1034
|
dangerFg: string;
|
|
1035
|
-
}, {}, {}, {}, string,
|
|
1035
|
+
}, {}, {}, {}, string, _vue_runtime_core235.ComponentProvideOptions, true, {}, any>;
|
|
1036
1036
|
|
|
1037
1037
|
//#endregion
|
|
1038
1038
|
//#region src/components/Tooltip.d.ts
|
|
@@ -1052,15 +1052,15 @@ interface TooltipProps {
|
|
|
1052
1052
|
/** Foreground color */
|
|
1053
1053
|
fg?: string;
|
|
1054
1054
|
}
|
|
1055
|
-
declare const Tooltip:
|
|
1055
|
+
declare const Tooltip: _vue_runtime_core188.DefineComponent<unknown, () => VNode<_vue_runtime_core182.RendererNode, _vue_runtime_core183.RendererElement, {
|
|
1056
1056
|
[key: string]: any;
|
|
1057
|
-
}>, {}, {}, {},
|
|
1057
|
+
}>, {}, {}, {}, _vue_runtime_core184.ComponentOptionsMixin, _vue_runtime_core185.ComponentOptionsMixin, {}, string, _vue_runtime_core186.PublicProps, Readonly<unknown> & Readonly<{}>, {
|
|
1058
1058
|
border: "none" | "single" | "rounded" | undefined;
|
|
1059
1059
|
fg: string;
|
|
1060
1060
|
bg: string;
|
|
1061
1061
|
visible: boolean;
|
|
1062
1062
|
position: TooltipPosition;
|
|
1063
|
-
}, {}, {}, {}, string,
|
|
1063
|
+
}, {}, {}, {}, string, _vue_runtime_core187.ComponentProvideOptions, true, {}, any>;
|
|
1064
1064
|
|
|
1065
1065
|
//#endregion
|
|
1066
1066
|
//#region src/components/List.d.ts
|
|
@@ -1090,9 +1090,9 @@ interface ListProps {
|
|
|
1090
1090
|
/** Selected background color */
|
|
1091
1091
|
selectedBg?: string;
|
|
1092
1092
|
}
|
|
1093
|
-
declare const List:
|
|
1093
|
+
declare const List: _vue_runtime_core250.DefineComponent<unknown, () => VNode<_vue_runtime_core244.RendererNode, _vue_runtime_core245.RendererElement, {
|
|
1094
1094
|
[key: string]: any;
|
|
1095
|
-
}>, {}, {}, {},
|
|
1095
|
+
}>, {}, {}, {}, _vue_runtime_core246.ComponentOptionsMixin, _vue_runtime_core247.ComponentOptionsMixin, ("select" | "update:modelValue")[], "select" | "update:modelValue", _vue_runtime_core248.PublicProps, Readonly<unknown> & Readonly<{
|
|
1096
1096
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
1097
1097
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1098
1098
|
}>, {
|
|
@@ -1100,7 +1100,7 @@ declare const List: _vue_runtime_core251.DefineComponent<unknown, () => VNode<_v
|
|
|
1100
1100
|
indicator: string;
|
|
1101
1101
|
indicatorEmpty: string;
|
|
1102
1102
|
selectedFg: string;
|
|
1103
|
-
}, {}, {}, {}, string,
|
|
1103
|
+
}, {}, {}, {}, string, _vue_runtime_core249.ComponentProvideOptions, true, {}, any>;
|
|
1104
1104
|
|
|
1105
1105
|
//#endregion
|
|
1106
1106
|
//#region src/components/Table.d.ts
|
|
@@ -1138,14 +1138,14 @@ interface TableProps {
|
|
|
1138
1138
|
/** Cell padding */
|
|
1139
1139
|
cellPadding?: number;
|
|
1140
1140
|
}
|
|
1141
|
-
declare const Table:
|
|
1141
|
+
declare const Table: _vue_runtime_core258.DefineComponent<unknown, () => _vue_runtime_core253.VNode<_vue_runtime_core251.RendererNode, _vue_runtime_core252.RendererElement, {
|
|
1142
1142
|
[key: string]: any;
|
|
1143
|
-
}>, {}, {}, {},
|
|
1143
|
+
}>, {}, {}, {}, _vue_runtime_core254.ComponentOptionsMixin, _vue_runtime_core255.ComponentOptionsMixin, {}, string, _vue_runtime_core256.PublicProps, Readonly<unknown> & Readonly<{}>, {
|
|
1144
1144
|
border: "none" | "single" | "double" | "rounded" | undefined;
|
|
1145
1145
|
showHeader: boolean;
|
|
1146
1146
|
headerFg: string;
|
|
1147
1147
|
cellPadding: number;
|
|
1148
|
-
}, {}, {}, {}, string,
|
|
1148
|
+
}, {}, {}, {}, string, _vue_runtime_core257.ComponentProvideOptions, true, {}, any>;
|
|
1149
1149
|
|
|
1150
1150
|
//#endregion
|
|
1151
1151
|
//#region src/components/Tree.d.ts
|
|
@@ -1179,9 +1179,9 @@ interface TreeProps {
|
|
|
1179
1179
|
/** Selected foreground color */
|
|
1180
1180
|
selectedFg?: string;
|
|
1181
1181
|
}
|
|
1182
|
-
declare const Tree:
|
|
1182
|
+
declare const Tree: _vue_runtime_core265.DefineComponent<unknown, () => VNode<_vue_runtime_core259.RendererNode, _vue_runtime_core260.RendererElement, {
|
|
1183
1183
|
[key: string]: any;
|
|
1184
|
-
}>, {}, {}, {},
|
|
1184
|
+
}>, {}, {}, {}, _vue_runtime_core261.ComponentOptionsMixin, _vue_runtime_core262.ComponentOptionsMixin, ("select" | "toggle")[], "select" | "toggle", _vue_runtime_core263.PublicProps, Readonly<unknown> & Readonly<{
|
|
1185
1185
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
1186
1186
|
onToggle?: ((...args: any[]) => any) | undefined;
|
|
1187
1187
|
}>, {
|
|
@@ -1192,7 +1192,7 @@ declare const Tree: _vue_runtime_core266.DefineComponent<unknown, () => VNode<_v
|
|
|
1192
1192
|
expandedIcon: string;
|
|
1193
1193
|
collapsedIcon: string;
|
|
1194
1194
|
leafIcon: string;
|
|
1195
|
-
}, {}, {}, {}, string,
|
|
1195
|
+
}, {}, {}, {}, string, _vue_runtime_core264.ComponentProvideOptions, true, {}, any>;
|
|
1196
1196
|
|
|
1197
1197
|
//#endregion
|
|
1198
1198
|
//#region src/components/Menu.d.ts
|
|
@@ -1223,9 +1223,9 @@ interface MenuProps {
|
|
|
1223
1223
|
/** Shortcut foreground color */
|
|
1224
1224
|
shortcutFg?: string;
|
|
1225
1225
|
}
|
|
1226
|
-
declare const Menu:
|
|
1226
|
+
declare const Menu: _vue_runtime_core280.DefineComponent<unknown, () => VNode<_vue_runtime_core274.RendererNode, _vue_runtime_core275.RendererElement, {
|
|
1227
1227
|
[key: string]: any;
|
|
1228
|
-
}>, {}, {}, {},
|
|
1228
|
+
}>, {}, {}, {}, _vue_runtime_core276.ComponentOptionsMixin, _vue_runtime_core277.ComponentOptionsMixin, "select"[], "select", _vue_runtime_core278.PublicProps, Readonly<unknown> & Readonly<{
|
|
1229
1229
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
1230
1230
|
}>, {
|
|
1231
1231
|
border: "none" | "single" | "double" | "rounded" | undefined;
|
|
@@ -1233,7 +1233,7 @@ declare const Menu: _vue_runtime_core273.DefineComponent<unknown, () => VNode<_v
|
|
|
1233
1233
|
focusedFg: string;
|
|
1234
1234
|
focusedBg: string;
|
|
1235
1235
|
shortcutFg: string;
|
|
1236
|
-
}, {}, {}, {}, string,
|
|
1236
|
+
}, {}, {}, {}, string, _vue_runtime_core279.ComponentProvideOptions, true, {}, any>;
|
|
1237
1237
|
|
|
1238
1238
|
//#endregion
|
|
1239
1239
|
//#region src/components/Tabs.d.ts
|
|
@@ -1261,9 +1261,9 @@ interface TabsProps {
|
|
|
1261
1261
|
/** Show underline for active tab */
|
|
1262
1262
|
underline?: boolean;
|
|
1263
1263
|
}
|
|
1264
|
-
declare const Tabs:
|
|
1264
|
+
declare const Tabs: _vue_runtime_core243.DefineComponent<unknown, () => VNode<_vue_runtime_core237.RendererNode, _vue_runtime_core238.RendererElement, {
|
|
1265
1265
|
[key: string]: any;
|
|
1266
|
-
}>, {}, {}, {},
|
|
1266
|
+
}>, {}, {}, {}, _vue_runtime_core239.ComponentOptionsMixin, _vue_runtime_core240.ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", _vue_runtime_core241.PublicProps, Readonly<unknown> & Readonly<{
|
|
1267
1267
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
1268
1268
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1269
1269
|
}>, {
|
|
@@ -1271,7 +1271,7 @@ declare const Tabs: _vue_runtime_core280.DefineComponent<unknown, () => VNode<_v
|
|
|
1271
1271
|
position: "top" | "bottom";
|
|
1272
1272
|
separator: string;
|
|
1273
1273
|
activeFg: string;
|
|
1274
|
-
}, {}, {}, {}, string,
|
|
1274
|
+
}, {}, {}, {}, string, _vue_runtime_core242.ComponentProvideOptions, true, {}, any>;
|
|
1275
1275
|
|
|
1276
1276
|
//#endregion
|
|
1277
1277
|
//#region src/components/Breadcrumb.d.ts
|
|
@@ -1341,9 +1341,9 @@ interface StepperProps {
|
|
|
1341
1341
|
/** Pending icon */
|
|
1342
1342
|
pendingIcon?: string;
|
|
1343
1343
|
}
|
|
1344
|
-
declare const Stepper:
|
|
1344
|
+
declare const Stepper: _vue_runtime_core310.DefineComponent<unknown, () => _vue_runtime_core305.VNode<_vue_runtime_core303.RendererNode, _vue_runtime_core304.RendererElement, {
|
|
1345
1345
|
[key: string]: any;
|
|
1346
|
-
}>, {}, {}, {},
|
|
1346
|
+
}>, {}, {}, {}, _vue_runtime_core306.ComponentOptionsMixin, _vue_runtime_core307.ComponentOptionsMixin, {}, string, _vue_runtime_core308.PublicProps, Readonly<unknown> & Readonly<{}>, {
|
|
1347
1347
|
direction: "horizontal" | "vertical";
|
|
1348
1348
|
current: number;
|
|
1349
1349
|
completed: number[];
|
|
@@ -1353,7 +1353,7 @@ declare const Stepper: _vue_runtime_core296.DefineComponent<unknown, () => _vue_
|
|
|
1353
1353
|
errorIcon: string;
|
|
1354
1354
|
currentIcon: string;
|
|
1355
1355
|
pendingIcon: string;
|
|
1356
|
-
}, {}, {}, {}, string,
|
|
1356
|
+
}, {}, {}, {}, string, _vue_runtime_core309.ComponentProvideOptions, true, {}, any>;
|
|
1357
1357
|
|
|
1358
1358
|
//#endregion
|
|
1359
1359
|
//#region src/components/Modal.d.ts
|
|
@@ -1376,17 +1376,17 @@ interface ModalProps {
|
|
|
1376
1376
|
/** Background color */
|
|
1377
1377
|
bg?: string;
|
|
1378
1378
|
}
|
|
1379
|
-
declare const Modal:
|
|
1379
|
+
declare const Modal: _vue_runtime_core325.DefineComponent<unknown, () => VNode<_vue_runtime_core319.RendererNode, _vue_runtime_core320.RendererElement, {
|
|
1380
1380
|
[key: string]: any;
|
|
1381
|
-
}> | null, {}, {}, {},
|
|
1381
|
+
}> | null, {}, {}, {}, _vue_runtime_core321.ComponentOptionsMixin, _vue_runtime_core322.ComponentOptionsMixin, "close"[], "close", _vue_runtime_core323.PublicProps, Readonly<unknown> & Readonly<{
|
|
1382
1382
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1383
1383
|
}>, {
|
|
1384
|
+
border: "single" | "double" | "rounded" | "heavy" | undefined;
|
|
1384
1385
|
width: string | number;
|
|
1385
1386
|
height: string | number;
|
|
1386
|
-
border: "single" | "double" | "rounded" | "heavy" | undefined;
|
|
1387
1387
|
titleFg: string;
|
|
1388
1388
|
visible: boolean;
|
|
1389
|
-
}, {}, {}, {}, string,
|
|
1389
|
+
}, {}, {}, {}, string, _vue_runtime_core324.ComponentProvideOptions, true, {}, any>;
|
|
1390
1390
|
|
|
1391
1391
|
//#endregion
|
|
1392
1392
|
//#region src/components/StatusBar.d.ts
|
|
@@ -1409,13 +1409,13 @@ interface StatusBarProps {
|
|
|
1409
1409
|
/** Separator between items */
|
|
1410
1410
|
separator?: string;
|
|
1411
1411
|
}
|
|
1412
|
-
declare const StatusBar:
|
|
1412
|
+
declare const StatusBar: _vue_runtime_core295.DefineComponent<unknown, () => VNode<_vue_runtime_core289.RendererNode, _vue_runtime_core290.RendererElement, {
|
|
1413
1413
|
[key: string]: any;
|
|
1414
|
-
}>, {}, {}, {},
|
|
1414
|
+
}>, {}, {}, {}, _vue_runtime_core291.ComponentOptionsMixin, _vue_runtime_core292.ComponentOptionsMixin, {}, string, _vue_runtime_core293.PublicProps, Readonly<unknown> & Readonly<{}>, {
|
|
1415
1415
|
fg: string;
|
|
1416
1416
|
bg: string;
|
|
1417
1417
|
separator: string;
|
|
1418
|
-
}, {}, {}, {}, string,
|
|
1418
|
+
}, {}, {}, {}, string, _vue_runtime_core294.ComponentProvideOptions, true, {}, any>;
|
|
1419
1419
|
|
|
1420
1420
|
//#endregion
|
|
1421
1421
|
//#region src/components/Header.d.ts
|
|
@@ -1438,13 +1438,13 @@ interface HeaderProps {
|
|
|
1438
1438
|
/** Border bottom */
|
|
1439
1439
|
borderBottom?: boolean;
|
|
1440
1440
|
}
|
|
1441
|
-
declare const Header:
|
|
1441
|
+
declare const Header: _vue_runtime_core302.DefineComponent<unknown, () => VNode<_vue_runtime_core296.RendererNode, _vue_runtime_core297.RendererElement, {
|
|
1442
1442
|
[key: string]: any;
|
|
1443
|
-
}>, {}, {}, {},
|
|
1443
|
+
}>, {}, {}, {}, _vue_runtime_core298.ComponentOptionsMixin, _vue_runtime_core299.ComponentOptionsMixin, {}, string, _vue_runtime_core300.PublicProps, Readonly<unknown> & Readonly<{}>, {
|
|
1444
1444
|
titleFg: string;
|
|
1445
1445
|
subtitleFg: string;
|
|
1446
1446
|
borderBottom: boolean;
|
|
1447
|
-
}, {}, {}, {}, string,
|
|
1447
|
+
}, {}, {}, {}, string, _vue_runtime_core301.ComponentProvideOptions, true, {}, any>;
|
|
1448
1448
|
|
|
1449
1449
|
//#endregion
|
|
1450
1450
|
//#region src/components/KeyHint.d.ts
|
|
@@ -1470,15 +1470,15 @@ interface KeyHintProps {
|
|
|
1470
1470
|
/** Separator between key and description */
|
|
1471
1471
|
separator?: string;
|
|
1472
1472
|
}
|
|
1473
|
-
declare const KeyHint:
|
|
1473
|
+
declare const KeyHint: _vue_runtime_core318.DefineComponent<unknown, () => _vue_runtime_core313.VNode<_vue_runtime_core311.RendererNode, _vue_runtime_core312.RendererElement, {
|
|
1474
1474
|
[key: string]: any;
|
|
1475
|
-
}>, {}, {}, {},
|
|
1475
|
+
}>, {}, {}, {}, _vue_runtime_core314.ComponentOptionsMixin, _vue_runtime_core315.ComponentOptionsMixin, {}, string, _vue_runtime_core316.PublicProps, Readonly<unknown> & Readonly<{}>, {
|
|
1476
1476
|
direction: "horizontal" | "vertical";
|
|
1477
1477
|
separator: string;
|
|
1478
1478
|
keyFg: string;
|
|
1479
1479
|
keyBg: string;
|
|
1480
1480
|
descFg: string;
|
|
1481
|
-
}, {}, {}, {}, string,
|
|
1481
|
+
}, {}, {}, {}, string, _vue_runtime_core317.ComponentProvideOptions, true, {}, any>;
|
|
1482
1482
|
|
|
1483
1483
|
//#endregion
|
|
1484
1484
|
//#region src/components/Avatar.d.ts
|
|
@@ -1502,17 +1502,17 @@ interface AvatarProps {
|
|
|
1502
1502
|
/** Status indicator */
|
|
1503
1503
|
status?: "online" | "offline" | "away" | "busy";
|
|
1504
1504
|
}
|
|
1505
|
-
declare const Avatar:
|
|
1505
|
+
declare const Avatar: _vue_runtime_core273.DefineComponent<unknown, () => _vue_runtime_core268.VNode<_vue_runtime_core266.RendererNode, _vue_runtime_core267.RendererElement, {
|
|
1506
1506
|
[key: string]: any;
|
|
1507
|
-
}>, {}, {}, {},
|
|
1507
|
+
}>, {}, {}, {}, _vue_runtime_core269.ComponentOptionsMixin, _vue_runtime_core270.ComponentOptionsMixin, {}, string, _vue_runtime_core271.PublicProps, Readonly<unknown> & Readonly<{}>, {
|
|
1508
1508
|
border: boolean;
|
|
1509
1509
|
fg: string;
|
|
1510
1510
|
bg: string;
|
|
1511
1511
|
size: "sm" | "md" | "lg";
|
|
1512
|
-
}, {}, {}, {}, string,
|
|
1512
|
+
}, {}, {}, {}, string, _vue_runtime_core272.ComponentProvideOptions, true, {}, any>;
|
|
1513
1513
|
|
|
1514
1514
|
//#endregion
|
|
1515
1515
|
//# sourceMappingURL=Avatar.d.ts.map
|
|
1516
1516
|
|
|
1517
1517
|
export { Alert as Alert$1, AlertProps, AlertType, Avatar as Avatar$1, AvatarProps, Badge as Badge$1, BadgeProps, BadgeVariant, Box as Box$1, BoxProps, Breadcrumb as Breadcrumb$1, BreadcrumbItem, BreadcrumbProps, Card as Card$1, CardProps, Checkbox as Checkbox$1, CheckboxProps, Code as Code$1, CodeProps, Confirm as Confirm$1, ConfirmProps, Divider as Divider$1, DividerProps, Form as Form$1, FormField, FormProps, Grid as Grid$1, GridProps, HStack as HStack$1, Header as Header$1, HeaderProps, KeyBinding, KeyHint as KeyHint$1, KeyHintProps, Link as Link$1, LinkProps, List as List$1, ListItem, ListProps, Menu as Menu$1, MenuItem, MenuProps, Modal as Modal$1, ModalProps, ProgressBar as ProgressBar$1, ProgressBarProps, RadioGroup as RadioGroup$1, RadioGroupProps, RadioOption, Select as Select$1, SelectOption, SelectProps, Spinner as Spinner$1, SpinnerProps, Stack as Stack$1, StackProps, StatusBar as StatusBar$1, StatusBarItem, StatusBarProps, Step, StepStatus, Stepper as Stepper$1, StepperProps, Tab, Table as Table$1, TableColumn, TableProps, Tabs as Tabs$1, TabsProps, Text as Text$1, TextArea as TextArea$1, TextAreaProps, TextInput as TextInput$1, TextInputProps, TextProps, Timer as Timer$1, TimerMode, TimerProps, Tooltip as Tooltip$1, TooltipPosition, TooltipProps, Tree as Tree$1, TreeNode, TreeProps, VStack as VStack$1 };
|
|
1518
|
-
//# sourceMappingURL=index-
|
|
1518
|
+
//# sourceMappingURL=index-Co4NE1md.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-Co4NE1md.d.ts","names":[],"sources":["../src/components/Box.ts","../src/components/Divider.ts","../src/components/Stack.ts","../src/components/Grid.ts","../src/components/Card.ts","../src/components/Text.ts","../src/components/Code.ts","../src/components/Link.ts","../src/components/TextInput.ts","../src/components/TextArea.ts","../src/components/Select.ts","../src/components/Checkbox.ts","../src/components/RadioGroup.ts","../src/components/Confirm.ts","../src/components/Form.ts","../src/components/Spinner.ts","../src/components/ProgressBar.ts","../src/components/Alert.ts","../src/components/Badge.ts","../src/components/Timer.ts","../src/components/Tooltip.ts","../src/components/List.ts","../src/components/Table.ts","../src/components/Tree.ts","../src/components/Menu.ts","../src/components/Tabs.ts","../src/components/Breadcrumb.ts","../src/components/Stepper.ts","../src/components/Modal.ts","../src/components/StatusBar.ts","../src/components/Header.ts","../src/components/KeyHint.ts","../src/components/Avatar.ts"],"sourcesContent":null,"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-z9cQDuri.d.ts","names":[],"sources":["../src/composables/useInput.ts","../src/composables/useFocus.ts","../src/composables/useApp.ts","../src/composables/useIme.ts"],"sourcesContent":null,"mappings":";;;;AAWiB,UAJA,UAAA,CAIe;EAAA,CAAA,GAAA,EAAA,MAAA,EAAA,SAAA,EAAA;IAEX,IAAA,EAAA,OAAA;IAEE,GAAA,EAAA,OAAA;IAEb,KAAA,EAAA,OAAA;EAAU,CAAA,CAAA,EAAA,IAAA;AAWpB;UAjBiB,eAAA;;qBAEI;ECLJ;EAOA,QAAA,CAAA,EAAA,OAAY,GDAN,GCAM,CAAA,OAAA,CAAA;EAAA;EAAA,KAEhB,CAAA,EDAH,UCAG;EAAG;EAEG,MAAA,CAAA,EAAA,CAAA,IAAA,EAAA,MAAA,EAAA,GAAA,IAAA;;;;EAiFH,QAAA,CAAA,EAAQ,GAAA,GAAA,IAAA;;;;AC5FP,iBFoBD,QAAA,CEpBa,OAAA,CAAA,EFoBK,eEpBL,CAAA,EAAA;EAAA,QAAA,EAAA,GAAA;EAAA,OAEpB,EAAA,GAAA;EAAG,MAEF,EAAA,GAAA,GAAA,IAAA;EAAG,OAEA,EAAA,GAAA,GAAA,IAAA;AAAG,CAAA,CAAA;;;;;;AFHC,UCHA,eAAA,CDGe;EAAA;EAAA,SAEX,CAAA,EAAA,OAAA;EAAG;EAEE,EAAA,CAEhB,EAAA,MAAA;AAAU;AAWJ,UCbC,YAAA,CDaiB;;aCXrB;;EATI,YAAA,EAWD,GAXC,CAAe,MAAA,EAAA,CAAA;EAOf;EAAY,KAAA,EAAA,CAAA,EAAA,EAAA,MAAA,EAAA,GAAA,IAAA;EAAA;EAEb,SAEA,EAAA,GAAA,GAAA,IAAA;EAAG;;;;EAiFH;;;;AC5FhB;;;;;AAoEA;iBDwBgB,QAAA,WAAkB;;;EE9FjB,KAAA,EAAA,GAAA,GAAA,IAAa;EAAA,IAAA,EAAA,GAAA,GAAA,IAAA;CAAA,CAAA;;;;AHKb,UEHA,YAAA,CFGe;EAAA;EAAA,KAEX,EEHZ,GFGY,CAAA,MAAA,CAAA;EAAG;EAEE,MAEhB,EELA,GFKA,CAAA,MAAA,CAAA;EAAU;EAWJ,SAAA,EEdH,GFcW,CAAA,
|
|
1
|
+
{"version":3,"file":"index-z9cQDuri.d.ts","names":[],"sources":["../src/composables/useInput.ts","../src/composables/useFocus.ts","../src/composables/useApp.ts","../src/composables/useIme.ts"],"sourcesContent":null,"mappings":"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"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Alert$1 as Alert, AlertProps, AlertType, Avatar$1 as Avatar, AvatarProps, Badge$1 as Badge, BadgeProps, BadgeVariant, Box$1 as Box, BoxProps, Breadcrumb$1 as Breadcrumb, BreadcrumbItem, BreadcrumbProps, Card$1 as Card, CardProps, Checkbox$1 as Checkbox, CheckboxProps, Code$1 as Code, CodeProps, Confirm$1 as Confirm, ConfirmProps, Divider$1 as Divider, DividerProps, Form$1 as Form, FormField, FormProps, Grid$1 as Grid, GridProps, HStack$1 as HStack, Header$1 as Header, HeaderProps, KeyBinding, KeyHint$1 as KeyHint, KeyHintProps, Link$1 as Link, LinkProps, List$1 as List, ListItem, ListProps, Menu$1 as Menu, MenuItem, MenuProps, Modal$1 as Modal, ModalProps, ProgressBar$1 as ProgressBar, ProgressBarProps, RadioGroup$1 as RadioGroup, RadioGroupProps, RadioOption, Select$1 as Select, SelectOption, SelectProps, Spinner$1 as Spinner, SpinnerProps, Stack$1 as Stack, StackProps, StatusBar$1 as StatusBar, StatusBarItem, StatusBarProps, Step, StepStatus, Stepper$1 as Stepper, StepperProps, Tab, Table$1 as Table, TableColumn, TableProps, Tabs$1 as Tabs, TabsProps, Text$1 as Text, TextArea$1 as TextArea, TextAreaProps, TextInput$1 as TextInput, TextInputProps, TextProps, Timer$1 as Timer, TimerMode, TimerProps, Tooltip$1 as Tooltip, TooltipPosition, TooltipProps, Tree$1 as Tree, TreeNode, TreeProps, VStack$1 as VStack } from "./index-
|
|
1
|
+
import { Alert$1 as Alert, AlertProps, AlertType, Avatar$1 as Avatar, AvatarProps, Badge$1 as Badge, BadgeProps, BadgeVariant, Box$1 as Box, BoxProps, Breadcrumb$1 as Breadcrumb, BreadcrumbItem, BreadcrumbProps, Card$1 as Card, CardProps, Checkbox$1 as Checkbox, CheckboxProps, Code$1 as Code, CodeProps, Confirm$1 as Confirm, ConfirmProps, Divider$1 as Divider, DividerProps, Form$1 as Form, FormField, FormProps, Grid$1 as Grid, GridProps, HStack$1 as HStack, Header$1 as Header, HeaderProps, KeyBinding, KeyHint$1 as KeyHint, KeyHintProps, Link$1 as Link, LinkProps, List$1 as List, ListItem, ListProps, Menu$1 as Menu, MenuItem, MenuProps, Modal$1 as Modal, ModalProps, ProgressBar$1 as ProgressBar, ProgressBarProps, RadioGroup$1 as RadioGroup, RadioGroupProps, RadioOption, Select$1 as Select, SelectOption, SelectProps, Spinner$1 as Spinner, SpinnerProps, Stack$1 as Stack, StackProps, StatusBar$1 as StatusBar, StatusBarItem, StatusBarProps, Step, StepStatus, Stepper$1 as Stepper, StepperProps, Tab, Table$1 as Table, TableColumn, TableProps, Tabs$1 as Tabs, TabsProps, Text$1 as Text, TextArea$1 as TextArea, TextAreaProps, TextInput$1 as TextInput, TextInputProps, TextProps, Timer$1 as Timer, TimerMode, TimerProps, Tooltip$1 as Tooltip, TooltipPosition, TooltipProps, Tree$1 as Tree, TreeNode, TreeProps, VStack$1 as VStack } from "./index-Co4NE1md.js";
|
|
2
2
|
import { FocusManager, ImeManager, KeyHandler, UseAppReturn, UseFocusOptions, UseImeOptions, UseInputOptions, useApp$1 as useApp, useFocus$1 as useFocus, useIme$1 as useIme, useInput } from "./index-z9cQDuri.js";
|
|
3
3
|
import * as _vue_runtime_core0 from "@vue/runtime-core";
|
|
4
4
|
import { Component, Ref, RendererElement, RendererNode } from "@vue/runtime-core";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vizejs/fresco",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "Vue TUI framework - Build terminal UIs with Vue.js",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"directory": "npm/fresco"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@vizejs/fresco-native": "0.
|
|
44
|
+
"@vizejs/fresco-native": "0.9.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@vue/runtime-core": "^3.4.0"
|