sa2kit 1.6.31 → 1.6.32
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/dist/AliyunOSSProvider-4W47OFEK.mjs +6 -0
- package/dist/{AliyunOSSProvider-P6TOVKMM.mjs.map → AliyunOSSProvider-4W47OFEK.mjs.map} +1 -1
- package/dist/AliyunOSSProvider-HCNGDJL7.js +15 -0
- package/dist/{AliyunOSSProvider-Z5BRBCG6.js.map → AliyunOSSProvider-HCNGDJL7.js.map} +1 -1
- package/dist/calendar/index.js +8 -8
- package/dist/calendar/index.mjs +1 -1
- package/dist/chunk-EI27JKND.mjs +1988 -0
- package/dist/chunk-EI27JKND.mjs.map +1 -0
- package/dist/{chunk-77M5AQG3.mjs → chunk-HDMIOOZY.mjs} +3 -33
- package/dist/chunk-HDMIOOZY.mjs.map +1 -0
- package/dist/{chunk-X3UU7JHT.js → chunk-HJ6MH7J7.js} +3 -33
- package/dist/chunk-HJ6MH7J7.js.map +1 -0
- package/dist/chunk-KO73EBUT.js +80 -0
- package/dist/chunk-KO73EBUT.js.map +1 -0
- package/dist/{chunk-C54W2CMK.js → chunk-L47ZOYHL.js} +6 -80
- package/dist/chunk-L47ZOYHL.js.map +1 -0
- package/dist/{chunk-TVROG2Q4.mjs → chunk-UKT3PLON.mjs} +4 -76
- package/dist/chunk-UKT3PLON.mjs.map +1 -0
- package/dist/chunk-VVWQTO4Y.mjs +77 -0
- package/dist/chunk-VVWQTO4Y.mjs.map +1 -0
- package/dist/chunk-XGBE4SUV.js +2093 -0
- package/dist/chunk-XGBE4SUV.js.map +1 -0
- package/dist/index.d.mts +185 -100
- package/dist/index.d.ts +185 -100
- package/dist/index.js +119 -118
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -3
- package/dist/index.mjs.map +1 -1
- package/dist/mikuFusionGame/index.d.mts +112 -0
- package/dist/mikuFusionGame/index.d.ts +112 -0
- package/dist/mikuFusionGame/index.js +680 -0
- package/dist/mikuFusionGame/index.js.map +1 -0
- package/dist/mikuFusionGame/index.mjs +667 -0
- package/dist/mikuFusionGame/index.mjs.map +1 -0
- package/dist/storage/index.js +13 -12
- package/dist/storage/index.mjs +2 -1
- package/dist/universalFile/server/index.js +3 -3
- package/dist/universalFile/server/index.mjs +2 -2
- package/package.json +25 -31
- package/dist/AliyunOSSProvider-P6TOVKMM.mjs +0 -6
- package/dist/AliyunOSSProvider-Z5BRBCG6.js +0 -15
- package/dist/chunk-5A7ERLKK.js +0 -1726
- package/dist/chunk-5A7ERLKK.js.map +0 -1
- package/dist/chunk-77M5AQG3.mjs.map +0 -1
- package/dist/chunk-C54W2CMK.js.map +0 -1
- package/dist/chunk-KIP2CERU.mjs +0 -1596
- package/dist/chunk-KIP2CERU.mjs.map +0 -1
- package/dist/chunk-TVROG2Q4.mjs.map +0 -1
- package/dist/chunk-X3UU7JHT.js.map +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -4,18 +4,6 @@ import React__default, { ReactNode } from 'react';
|
|
|
4
4
|
export { arrayUtils, cn, debugUtils, errorUtils, fileUtils, formatTime, japaneseUtils, stringUtils, validators } from './utils/index.mjs';
|
|
5
5
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
6
6
|
import { VariantProps } from 'class-variance-authority';
|
|
7
|
-
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
8
|
-
import * as TabsPrimitive from '@radix-ui/react-tabs';
|
|
9
|
-
import * as DialogPrimitive from '@radix-ui/react-dialog';
|
|
10
|
-
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
|
11
|
-
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
12
|
-
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
13
|
-
import * as ProgressPrimitive from '@radix-ui/react-progress';
|
|
14
|
-
import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
|
|
15
|
-
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
16
|
-
import * as SeparatorPrimitive from '@radix-ui/react-separator';
|
|
17
|
-
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
|
18
|
-
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
19
7
|
import { B as BaseApiClient } from './base-api-client-BQ8ZPZjk.mjs';
|
|
20
8
|
export { S as StorageAdapter, a as StorageChangeEvent } from './types-BaZccpvk.mjs';
|
|
21
9
|
export { b as useAsyncStorage, d as useElectronStorage, a as useLocalStorage, u as useStorage, c as useTaroStorage } from './useElectronStorage-Dj0rcorG.mjs';
|
|
@@ -188,19 +176,48 @@ declare function Badge({ className, variant, ...props }: BadgeProps): React$1.JS
|
|
|
188
176
|
|
|
189
177
|
declare const Input: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & React$1.RefAttributes<HTMLInputElement>>;
|
|
190
178
|
|
|
191
|
-
declare const Label: React$1.ForwardRefExoticComponent<
|
|
179
|
+
declare const Label: React$1.ForwardRefExoticComponent<React$1.LabelHTMLAttributes<HTMLLabelElement> & VariantProps<(props?: class_variance_authority_types.ClassProp | undefined) => string> & React$1.RefAttributes<HTMLLabelElement>>;
|
|
192
180
|
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
181
|
+
interface TabsProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
182
|
+
value?: string;
|
|
183
|
+
defaultValue?: string;
|
|
184
|
+
onValueChange?: (value: string) => void;
|
|
185
|
+
}
|
|
186
|
+
declare const Tabs: ({ value, defaultValue, onValueChange, className, ...props }: TabsProps) => React$1.JSX.Element;
|
|
187
|
+
declare const TabsList: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
188
|
+
interface TabsTriggerProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
189
|
+
value: string;
|
|
190
|
+
}
|
|
191
|
+
declare const TabsTrigger: React$1.ForwardRefExoticComponent<TabsTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
192
|
+
interface TabsContentProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
193
|
+
value: string;
|
|
194
|
+
forceMount?: boolean;
|
|
195
|
+
}
|
|
196
|
+
declare const TabsContent: React$1.ForwardRefExoticComponent<TabsContentProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
197
197
|
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
198
|
+
interface DialogProps {
|
|
199
|
+
open?: boolean;
|
|
200
|
+
defaultOpen?: boolean;
|
|
201
|
+
onOpenChange?: (open: boolean) => void;
|
|
202
|
+
children: React$1.ReactNode;
|
|
203
|
+
}
|
|
204
|
+
declare const Dialog: ({ open, defaultOpen, onOpenChange, children }: DialogProps) => React$1.JSX.Element;
|
|
205
|
+
interface TriggerProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
206
|
+
asChild?: boolean;
|
|
207
|
+
children: React$1.ReactNode;
|
|
208
|
+
}
|
|
209
|
+
declare const DialogTrigger: React$1.ForwardRefExoticComponent<TriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
210
|
+
declare const DialogPortal: ({ children }: {
|
|
211
|
+
children: React$1.ReactNode;
|
|
212
|
+
}) => React$1.JSX.Element | null;
|
|
213
|
+
declare const DialogClose: React$1.ForwardRefExoticComponent<React$1.ButtonHTMLAttributes<HTMLButtonElement> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
214
|
+
declare const DialogOverlay: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
215
|
+
interface DialogContentProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
216
|
+
onPointerDownOutside?: (event: PointerEvent) => void;
|
|
217
|
+
onEscapeKeyDown?: (event: KeyboardEvent) => void;
|
|
218
|
+
showCloseButton?: boolean;
|
|
219
|
+
}
|
|
220
|
+
declare const DialogContent: React$1.ForwardRefExoticComponent<DialogContentProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
204
221
|
declare const DialogHeader: {
|
|
205
222
|
({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): React$1.JSX.Element;
|
|
206
223
|
displayName: string;
|
|
@@ -209,84 +226,142 @@ declare const DialogFooter: {
|
|
|
209
226
|
({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): React$1.JSX.Element;
|
|
210
227
|
displayName: string;
|
|
211
228
|
};
|
|
212
|
-
declare const DialogTitle: React$1.ForwardRefExoticComponent<
|
|
213
|
-
declare const DialogDescription: React$1.ForwardRefExoticComponent<
|
|
214
|
-
|
|
215
|
-
declare const
|
|
216
|
-
declare const
|
|
217
|
-
declare const
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
declare const
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
declare const
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
declare const
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
declare const
|
|
240
|
-
|
|
229
|
+
declare const DialogTitle: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLHeadingElement> & React$1.RefAttributes<HTMLHeadingElement>>;
|
|
230
|
+
declare const DialogDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
231
|
+
|
|
232
|
+
declare const AlertDialogContent: React$1.ForwardRefExoticComponent<Omit<DialogContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
233
|
+
declare const AlertDialogAction: React$1.ForwardRefExoticComponent<React$1.ButtonHTMLAttributes<HTMLButtonElement> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
234
|
+
declare const AlertDialogCancel: React$1.ForwardRefExoticComponent<React$1.ButtonHTMLAttributes<HTMLButtonElement> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
235
|
+
|
|
236
|
+
interface DropdownMenuProps {
|
|
237
|
+
open?: boolean;
|
|
238
|
+
defaultOpen?: boolean;
|
|
239
|
+
onOpenChange?: (open: boolean) => void;
|
|
240
|
+
children: React$1.ReactNode;
|
|
241
|
+
}
|
|
242
|
+
declare const DropdownMenu: ({ open, defaultOpen, onOpenChange, children }: DropdownMenuProps) => React$1.JSX.Element;
|
|
243
|
+
declare const DropdownMenuTrigger: React$1.ForwardRefExoticComponent<React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
244
|
+
asChild?: boolean;
|
|
245
|
+
children: React$1.ReactNode;
|
|
246
|
+
} & React$1.RefAttributes<HTMLButtonElement>>;
|
|
247
|
+
declare const DropdownMenuGroup: ({ children }: {
|
|
248
|
+
children: React$1.ReactNode;
|
|
249
|
+
}) => React$1.JSX.Element;
|
|
250
|
+
declare const DropdownMenuPortal: ({ children }: {
|
|
251
|
+
children: React$1.ReactNode;
|
|
252
|
+
}) => React$1.JSX.Element;
|
|
253
|
+
declare const DropdownMenuSub: ({ children }: {
|
|
254
|
+
children: React$1.ReactNode;
|
|
255
|
+
}) => React$1.JSX.Element;
|
|
256
|
+
declare const DropdownMenuContent: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & {
|
|
257
|
+
sideOffset?: number;
|
|
241
258
|
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
259
|
+
type SelectEventLike = Event & {
|
|
260
|
+
preventDefault: () => void;
|
|
261
|
+
defaultPrevented: boolean;
|
|
262
|
+
};
|
|
263
|
+
declare const DropdownMenuItem: React$1.ForwardRefExoticComponent<React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
245
264
|
inset?: boolean;
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
declare const
|
|
249
|
-
|
|
265
|
+
onSelect?: (event: SelectEventLike) => void;
|
|
266
|
+
} & React$1.RefAttributes<HTMLButtonElement>>;
|
|
267
|
+
declare const DropdownMenuCheckboxItem: React$1.ForwardRefExoticComponent<React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
268
|
+
checked?: boolean;
|
|
269
|
+
onCheckedChange?: (checked: boolean) => void;
|
|
270
|
+
} & React$1.RefAttributes<HTMLButtonElement>>;
|
|
271
|
+
declare const DropdownMenuRadioGroup: ({ value, onValueChange, children, }: {
|
|
272
|
+
value?: string;
|
|
273
|
+
onValueChange?: (value: string) => void;
|
|
274
|
+
children: React$1.ReactNode;
|
|
275
|
+
}) => React$1.JSX.Element;
|
|
276
|
+
declare const DropdownMenuRadioItem: React$1.ForwardRefExoticComponent<React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
277
|
+
value: string;
|
|
278
|
+
} & React$1.RefAttributes<HTMLButtonElement>>;
|
|
279
|
+
declare const DropdownMenuLabel: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & {
|
|
250
280
|
inset?: boolean;
|
|
251
281
|
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
252
|
-
declare const DropdownMenuSeparator: React$1.ForwardRefExoticComponent<
|
|
282
|
+
declare const DropdownMenuSeparator: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
253
283
|
declare const DropdownMenuShortcut: {
|
|
254
284
|
({ className, ...props }: React$1.HTMLAttributes<HTMLSpanElement>): React$1.JSX.Element;
|
|
255
285
|
displayName: string;
|
|
256
286
|
};
|
|
287
|
+
declare const DropdownMenuSubTrigger: React$1.ForwardRefExoticComponent<React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
288
|
+
inset?: boolean;
|
|
289
|
+
} & React$1.RefAttributes<HTMLButtonElement>>;
|
|
290
|
+
declare const DropdownMenuSubContent: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
291
|
+
|
|
292
|
+
interface PopoverProps {
|
|
293
|
+
open?: boolean;
|
|
294
|
+
defaultOpen?: boolean;
|
|
295
|
+
onOpenChange?: (open: boolean) => void;
|
|
296
|
+
children: React$1.ReactNode;
|
|
297
|
+
}
|
|
298
|
+
declare const Popover: ({ open, defaultOpen, onOpenChange, children }: PopoverProps) => React$1.JSX.Element;
|
|
299
|
+
interface PopoverTriggerProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
300
|
+
asChild?: boolean;
|
|
301
|
+
children: React$1.ReactNode;
|
|
302
|
+
}
|
|
303
|
+
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
304
|
+
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
305
|
+
interface PopoverContentProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
306
|
+
align?: "start" | "center" | "end";
|
|
307
|
+
sideOffset?: number;
|
|
308
|
+
}
|
|
309
|
+
declare const PopoverContent: React$1.ForwardRefExoticComponent<PopoverContentProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
310
|
+
|
|
311
|
+
interface ProgressProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
312
|
+
value?: number;
|
|
313
|
+
max?: number;
|
|
314
|
+
}
|
|
315
|
+
declare const Progress: React$1.ForwardRefExoticComponent<ProgressProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
316
|
+
|
|
317
|
+
declare const ScrollArea: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
318
|
+
interface ScrollBarProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
319
|
+
orientation?: "vertical" | "horizontal";
|
|
320
|
+
}
|
|
321
|
+
declare const ScrollBar: React$1.ForwardRefExoticComponent<ScrollBarProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
322
|
+
|
|
323
|
+
interface SelectProps {
|
|
324
|
+
value?: string;
|
|
325
|
+
defaultValue?: string;
|
|
326
|
+
onValueChange?: (value: string) => void;
|
|
327
|
+
open?: boolean;
|
|
328
|
+
defaultOpen?: boolean;
|
|
329
|
+
onOpenChange?: (open: boolean) => void;
|
|
330
|
+
disabled?: boolean;
|
|
331
|
+
children: React$1.ReactNode;
|
|
332
|
+
}
|
|
333
|
+
declare const Select: ({ value, defaultValue, onValueChange, open, defaultOpen, onOpenChange, disabled, children, }: SelectProps) => React$1.JSX.Element;
|
|
334
|
+
declare const SelectGroup: ({ children }: {
|
|
335
|
+
children: React$1.ReactNode;
|
|
336
|
+
}) => React$1.JSX.Element;
|
|
337
|
+
declare const SelectValue: ({ placeholder, children, }: {
|
|
338
|
+
placeholder?: React$1.ReactNode;
|
|
339
|
+
children?: React$1.ReactNode;
|
|
340
|
+
}) => React$1.JSX.Element | null;
|
|
341
|
+
declare const SelectTrigger: React$1.ForwardRefExoticComponent<React$1.ButtonHTMLAttributes<HTMLButtonElement> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
342
|
+
declare const SelectScrollUpButton: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
343
|
+
declare const SelectScrollDownButton: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
344
|
+
declare const SelectContent: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & {
|
|
345
|
+
position?: "item-aligned" | "popper";
|
|
346
|
+
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
347
|
+
declare const SelectLabel: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
348
|
+
interface SelectItemProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
349
|
+
value: string;
|
|
350
|
+
}
|
|
351
|
+
declare const SelectItem: React$1.ForwardRefExoticComponent<SelectItemProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
352
|
+
declare const SelectSeparator: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
353
|
+
|
|
354
|
+
interface SeparatorProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
355
|
+
orientation?: "horizontal" | "vertical";
|
|
356
|
+
decorative?: boolean;
|
|
357
|
+
}
|
|
358
|
+
declare const Separator: React$1.ForwardRefExoticComponent<SeparatorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
257
359
|
|
|
258
|
-
declare const Popover: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
259
|
-
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
260
|
-
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
261
|
-
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
262
|
-
|
|
263
|
-
declare const Progress: React$1.ForwardRefExoticComponent<Omit<ProgressPrimitive.ProgressProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
264
|
-
|
|
265
|
-
declare const ScrollArea: React$1.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
266
|
-
declare const ScrollBar: React$1.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaScrollbarProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
267
|
-
|
|
268
|
-
declare const Select: React$1.FC<SelectPrimitive.SelectProps>;
|
|
269
|
-
declare const SelectGroup: React$1.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
270
|
-
declare const SelectValue: React$1.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & React$1.RefAttributes<HTMLSpanElement>>;
|
|
271
|
-
declare const SelectTrigger: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
272
|
-
declare const SelectScrollUpButton: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollUpButtonProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
273
|
-
declare const SelectScrollDownButton: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollDownButtonProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
274
|
-
declare const SelectContent: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
275
|
-
declare const SelectLabel: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
276
|
-
declare const SelectItem: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
277
|
-
declare const SelectSeparator: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
278
|
-
|
|
279
|
-
declare const Separator: React$1.ForwardRefExoticComponent<Omit<SeparatorPrimitive.SeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
280
|
-
|
|
281
|
-
declare const Sheet: React$1.FC<DialogPrimitive.DialogProps>;
|
|
282
|
-
declare const SheetTrigger: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
283
|
-
declare const SheetClose: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
284
|
-
declare const SheetPortal: React$1.FC<DialogPrimitive.DialogPortalProps>;
|
|
285
|
-
declare const SheetOverlay: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
286
360
|
declare const sheetVariants: (props?: ({
|
|
287
|
-
side?: "top" | "
|
|
361
|
+
side?: "top" | "left" | "right" | "bottom" | null | undefined;
|
|
288
362
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
289
|
-
interface SheetContentProps extends React$1.ComponentPropsWithoutRef<typeof
|
|
363
|
+
interface SheetContentProps extends Omit<React$1.ComponentPropsWithoutRef<typeof DialogContent>, "children">, VariantProps<typeof sheetVariants> {
|
|
364
|
+
children?: React$1.ReactNode;
|
|
290
365
|
}
|
|
291
366
|
declare const SheetContent: React$1.ForwardRefExoticComponent<SheetContentProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
292
367
|
declare const SheetHeader: {
|
|
@@ -297,19 +372,29 @@ declare const SheetFooter: {
|
|
|
297
372
|
({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): React$1.JSX.Element;
|
|
298
373
|
displayName: string;
|
|
299
374
|
};
|
|
300
|
-
declare const SheetTitle: React$1.ForwardRefExoticComponent<
|
|
301
|
-
declare const SheetDescription: React$1.ForwardRefExoticComponent<
|
|
375
|
+
declare const SheetTitle: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLHeadingElement> & React$1.RefAttributes<HTMLHeadingElement>>;
|
|
376
|
+
declare const SheetDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
302
377
|
|
|
303
378
|
declare const Textarea: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "ref"> & React$1.RefAttributes<HTMLTextAreaElement>>;
|
|
304
379
|
|
|
305
|
-
declare const TooltipProvider:
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
380
|
+
declare const TooltipProvider: ({ children, delayDuration, }: {
|
|
381
|
+
children: React$1.ReactNode;
|
|
382
|
+
delayDuration?: number;
|
|
383
|
+
}) => React$1.JSX.Element;
|
|
384
|
+
declare const Tooltip: ({ children }: {
|
|
385
|
+
children: React$1.ReactNode;
|
|
386
|
+
}) => React$1.JSX.Element;
|
|
387
|
+
declare const TooltipTrigger: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & {
|
|
388
|
+
asChild?: boolean;
|
|
389
|
+
children: React$1.ReactNode;
|
|
390
|
+
} & React$1.RefAttributes<HTMLSpanElement>>;
|
|
391
|
+
declare const TooltipContent: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & {
|
|
392
|
+
sideOffset?: number;
|
|
393
|
+
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
309
394
|
|
|
310
|
-
declare const Avatar: React$1.ForwardRefExoticComponent<
|
|
311
|
-
declare const AvatarImage: React$1.ForwardRefExoticComponent<
|
|
312
|
-
declare const AvatarFallback: React$1.ForwardRefExoticComponent<
|
|
395
|
+
declare const Avatar: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
396
|
+
declare const AvatarImage: React$1.ForwardRefExoticComponent<React$1.ImgHTMLAttributes<HTMLImageElement> & React$1.RefAttributes<HTMLImageElement>>;
|
|
397
|
+
declare const AvatarFallback: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLSpanElement> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
313
398
|
|
|
314
399
|
/** 基础网格项接口 */
|
|
315
400
|
interface GridItem {
|
|
@@ -934,4 +1019,4 @@ declare function getCompletionStatusColor(isCompleted?: boolean): string;
|
|
|
934
1019
|
*/
|
|
935
1020
|
declare function getCompletionStatusText(isCompleted?: boolean): string;
|
|
936
1021
|
|
|
937
|
-
export { About, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AutoOpenModal, type AutoOpenModalProps, Avatar, AvatarFallback, AvatarImage, BackButton, type BackButtonProps, type BackgroundRemovalOptions, type BackgroundRemovalState, BackgroundRemover, Badge, type BadgeProps, type Ball, Button, type ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, CategoryFilter, CollisionBalls, type CollisionBallsConfig, type CompletionFilter, CompletionFilterComponent, ConfirmModal, type ConfirmModalProps, Contact, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DraggableExperimentGrid, type DraggableExperimentGridProps, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EmptyState, type EmptyStateProps, EnhancedAvatar, type EnhancedAvatarProps, ExperimentCard, type ExperimentCategory, ExperimentGrid, type ExperimentGridItem, type ExperimentGridProps, type ExperimentItem, ExperimentItemGrid, FilterButtonGroup, type FilterButtonGroupProps, type FilterOption, FloatingMenu, FloatingMenuExample, GenericOrderManager, type GenericOrderManagerProps, Grid, type GridColumns, type GridGap, type GridItem, type GridProps, Home, type HomeConfig, Input, Label, Modal, type ModalProps, Navigation, type NavigationConfig, type NavigationDirection, NavigationItemComponent as NavigationItem, type NavigationPosition, type NavigationProps, NavigationToggle, type OCROptions, type OCRResult, OCRScanner, type OCRState, type OrderManagerOperations, type OrderableItem, PageHeader, type PageHeaderProps, PermissionGuard, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, type ProfileBadge, ProfileButton, type ProfileButtonProps, type ProfileData, ProfileModal, type ProfileModalProps, Progress, ProjectCarousel, type ProjectsConfig, ScrollArea, ScrollBar, SearchBox, SearchResultHint, type SearchResultHintProps, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, SentimentAnalyzer, type SentimentOptions, type SentimentResult, type SentimentState, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, SmartAssistant, type SocialLink, SortControl, type SortControlProps, type SortMode, SortModeToggle, type SortModeToggleProps, SortableExperimentItem, type SortableExperimentItemProps, type Stat, Tabs, TabsContent, TabsList, TabsTrigger, type TestFieldConfig, type TestFieldPageProps, type TextGenerationOptions, type TextGenerationState, Textarea, Timeline, type TimelineConfig, type TimelineItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, UserInfoBar, type UserInfoBarProps, type ViewMode, badgeVariants, buttonVariants, filterExperiments, getAllTags, getCategoryColor, getCategoryDisplayName, getCompletionFilterDisplayName, getCompletionStatusColor, getCompletionStatusText, getExperimentCounts, sortExperiments, useBackgroundRemoval, useOCR, useSentimentAnalysis, useTextGeneration, validateExperiment };
|
|
1022
|
+
export { About, Dialog as AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, DialogDescription as AlertDialogDescription, DialogFooter as AlertDialogFooter, DialogHeader as AlertDialogHeader, DialogOverlay as AlertDialogOverlay, DialogPortal as AlertDialogPortal, DialogTitle as AlertDialogTitle, DialogTrigger as AlertDialogTrigger, AutoOpenModal, type AutoOpenModalProps, Avatar, AvatarFallback, AvatarImage, BackButton, type BackButtonProps, type BackgroundRemovalOptions, type BackgroundRemovalState, BackgroundRemover, Badge, type BadgeProps, type Ball, Button, type ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, CategoryFilter, CollisionBalls, type CollisionBallsConfig, type CompletionFilter, CompletionFilterComponent, ConfirmModal, type ConfirmModalProps, Contact, Dialog, DialogClose, DialogContent, type DialogContentProps, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DraggableExperimentGrid, type DraggableExperimentGridProps, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EmptyState, type EmptyStateProps, EnhancedAvatar, type EnhancedAvatarProps, ExperimentCard, type ExperimentCategory, ExperimentGrid, type ExperimentGridItem, type ExperimentGridProps, type ExperimentItem, ExperimentItemGrid, FilterButtonGroup, type FilterButtonGroupProps, type FilterOption, FloatingMenu, FloatingMenuExample, GenericOrderManager, type GenericOrderManagerProps, Grid, type GridColumns, type GridGap, type GridItem, type GridProps, Home, type HomeConfig, Input, Label, Modal, type ModalProps, Navigation, type NavigationConfig, type NavigationDirection, NavigationItemComponent as NavigationItem, type NavigationPosition, type NavigationProps, NavigationToggle, type OCROptions, type OCRResult, OCRScanner, type OCRState, type OrderManagerOperations, type OrderableItem, PageHeader, type PageHeaderProps, PermissionGuard, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, type ProfileBadge, ProfileButton, type ProfileButtonProps, type ProfileData, ProfileModal, type ProfileModalProps, Progress, type ProgressProps, ProjectCarousel, type ProjectsConfig, ScrollArea, ScrollBar, SearchBox, SearchResultHint, type SearchResultHintProps, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, SentimentAnalyzer, type SentimentOptions, type SentimentResult, type SentimentState, Separator, type SeparatorProps, Dialog as Sheet, DialogClose as SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, DialogOverlay as SheetOverlay, DialogPortal as SheetPortal, SheetTitle, DialogTrigger as SheetTrigger, SmartAssistant, type SocialLink, SortControl, type SortControlProps, type SortMode, SortModeToggle, type SortModeToggleProps, SortableExperimentItem, type SortableExperimentItemProps, type Stat, Tabs, TabsContent, TabsList, TabsTrigger, type TestFieldConfig, type TestFieldPageProps, type TextGenerationOptions, type TextGenerationState, Textarea, Timeline, type TimelineConfig, type TimelineItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, UserInfoBar, type UserInfoBarProps, type ViewMode, badgeVariants, buttonVariants, filterExperiments, getAllTags, getCategoryColor, getCategoryDisplayName, getCompletionFilterDisplayName, getCompletionStatusColor, getCompletionStatusText, getExperimentCounts, sortExperiments, useBackgroundRemoval, useOCR, useSentimentAnalysis, useTextGeneration, validateExperiment };
|