@mlw-packages/react-components 1.10.15 → 1.10.17
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/index.css +71 -0
- package/dist/index.d.mts +104 -3
- package/dist/index.d.ts +104 -3
- package/dist/index.js +690 -13
- package/dist/index.mjs +679 -15
- package/package.json +3 -2
package/dist/index.css
CHANGED
|
@@ -498,6 +498,9 @@ body {
|
|
|
498
498
|
.left-2 {
|
|
499
499
|
left: 0.5rem;
|
|
500
500
|
}
|
|
501
|
+
.left-3 {
|
|
502
|
+
left: 0.75rem;
|
|
503
|
+
}
|
|
501
504
|
.left-4 {
|
|
502
505
|
left: 1rem;
|
|
503
506
|
}
|
|
@@ -546,6 +549,12 @@ body {
|
|
|
546
549
|
.top-1\/2 {
|
|
547
550
|
top: 50%;
|
|
548
551
|
}
|
|
552
|
+
.top-12 {
|
|
553
|
+
top: 3rem;
|
|
554
|
+
}
|
|
555
|
+
.top-14 {
|
|
556
|
+
top: 3.5rem;
|
|
557
|
+
}
|
|
549
558
|
.top-2 {
|
|
550
559
|
top: 0.5rem;
|
|
551
560
|
}
|
|
@@ -621,6 +630,9 @@ body {
|
|
|
621
630
|
.z-\[60\] {
|
|
622
631
|
z-index: 60;
|
|
623
632
|
}
|
|
633
|
+
.z-\[98\] {
|
|
634
|
+
z-index: 98;
|
|
635
|
+
}
|
|
624
636
|
.z-\[9998\] {
|
|
625
637
|
z-index: 9998;
|
|
626
638
|
}
|
|
@@ -630,6 +642,9 @@ body {
|
|
|
630
642
|
.z-\[999\] {
|
|
631
643
|
z-index: 999;
|
|
632
644
|
}
|
|
645
|
+
.z-\[99\] {
|
|
646
|
+
z-index: 99;
|
|
647
|
+
}
|
|
633
648
|
.col-span-1 {
|
|
634
649
|
grid-column: span 1 / span 1;
|
|
635
650
|
}
|
|
@@ -1375,6 +1390,9 @@ body {
|
|
|
1375
1390
|
.w-\[300px\] {
|
|
1376
1391
|
width: 300px;
|
|
1377
1392
|
}
|
|
1393
|
+
.w-\[320px\] {
|
|
1394
|
+
width: 320px;
|
|
1395
|
+
}
|
|
1378
1396
|
.w-\[350px\] {
|
|
1379
1397
|
width: 350px;
|
|
1380
1398
|
}
|
|
@@ -2536,6 +2554,9 @@ body {
|
|
|
2536
2554
|
.bg-background\/50 {
|
|
2537
2555
|
background-color: hsl(var(--background) / 0.5);
|
|
2538
2556
|
}
|
|
2557
|
+
.bg-background\/60 {
|
|
2558
|
+
background-color: hsl(var(--background) / 0.6);
|
|
2559
|
+
}
|
|
2539
2560
|
.bg-background\/70 {
|
|
2540
2561
|
background-color: hsl(var(--background) / 0.7);
|
|
2541
2562
|
}
|
|
@@ -2818,6 +2839,9 @@ body {
|
|
|
2818
2839
|
.bg-popover-foreground {
|
|
2819
2840
|
background-color: hsl(var(--popover-foreground));
|
|
2820
2841
|
}
|
|
2842
|
+
.bg-popover\/95 {
|
|
2843
|
+
background-color: hsl(var(--popover) / 0.95);
|
|
2844
|
+
}
|
|
2821
2845
|
.bg-primary {
|
|
2822
2846
|
background-color: hsl(var(--primary));
|
|
2823
2847
|
}
|
|
@@ -3423,6 +3447,10 @@ body {
|
|
|
3423
3447
|
.p-\[1px\] {
|
|
3424
3448
|
padding: 1px;
|
|
3425
3449
|
}
|
|
3450
|
+
.px-0 {
|
|
3451
|
+
padding-left: 0px;
|
|
3452
|
+
padding-right: 0px;
|
|
3453
|
+
}
|
|
3426
3454
|
.px-0\.5 {
|
|
3427
3455
|
padding-left: 0.125rem;
|
|
3428
3456
|
padding-right: 0.125rem;
|
|
@@ -3515,6 +3543,10 @@ body {
|
|
|
3515
3543
|
padding-top: 3rem;
|
|
3516
3544
|
padding-bottom: 3rem;
|
|
3517
3545
|
}
|
|
3546
|
+
.py-14 {
|
|
3547
|
+
padding-top: 3.5rem;
|
|
3548
|
+
padding-bottom: 3.5rem;
|
|
3549
|
+
}
|
|
3518
3550
|
.py-16 {
|
|
3519
3551
|
padding-top: 4rem;
|
|
3520
3552
|
padding-bottom: 4rem;
|
|
@@ -3910,6 +3942,9 @@ body {
|
|
|
3910
3942
|
.text-foreground\/70 {
|
|
3911
3943
|
color: hsl(var(--foreground) / 0.7);
|
|
3912
3944
|
}
|
|
3945
|
+
.text-foreground\/80 {
|
|
3946
|
+
color: hsl(var(--foreground) / 0.8);
|
|
3947
|
+
}
|
|
3913
3948
|
.text-foreground\/90 {
|
|
3914
3949
|
color: hsl(var(--foreground) / 0.9);
|
|
3915
3950
|
}
|
|
@@ -4218,6 +4253,9 @@ body {
|
|
|
4218
4253
|
.underline-offset-4 {
|
|
4219
4254
|
text-underline-offset: 4px;
|
|
4220
4255
|
}
|
|
4256
|
+
.caret-primary {
|
|
4257
|
+
caret-color: hsl(var(--primary));
|
|
4258
|
+
}
|
|
4221
4259
|
.accent-foreground {
|
|
4222
4260
|
accent-color: hsl(var(--foreground));
|
|
4223
4261
|
}
|
|
@@ -4346,6 +4384,10 @@ body {
|
|
|
4346
4384
|
--tw-shadow-color: rgb(0 0 0 / 0.1);
|
|
4347
4385
|
--tw-shadow: var(--tw-shadow-colored);
|
|
4348
4386
|
}
|
|
4387
|
+
.shadow-black\/20 {
|
|
4388
|
+
--tw-shadow-color: rgb(0 0 0 / 0.2);
|
|
4389
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
4390
|
+
}
|
|
4349
4391
|
.shadow-blue-400\/40 {
|
|
4350
4392
|
--tw-shadow-color: rgb(96 165 250 / 0.4);
|
|
4351
4393
|
--tw-shadow: var(--tw-shadow-colored);
|
|
@@ -4588,6 +4630,9 @@ body {
|
|
|
4588
4630
|
.duration-500 {
|
|
4589
4631
|
transition-duration: 500ms;
|
|
4590
4632
|
}
|
|
4633
|
+
.duration-75 {
|
|
4634
|
+
transition-duration: 75ms;
|
|
4635
|
+
}
|
|
4591
4636
|
.ease-in-out {
|
|
4592
4637
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
4593
4638
|
}
|
|
@@ -4654,6 +4699,9 @@ body {
|
|
|
4654
4699
|
.duration-500 {
|
|
4655
4700
|
animation-duration: 500ms;
|
|
4656
4701
|
}
|
|
4702
|
+
.duration-75 {
|
|
4703
|
+
animation-duration: 75ms;
|
|
4704
|
+
}
|
|
4657
4705
|
.ease-in-out {
|
|
4658
4706
|
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
4659
4707
|
}
|
|
@@ -5580,6 +5628,14 @@ body {
|
|
|
5580
5628
|
.focus-visible\:outline-\[3px\]:focus-visible {
|
|
5581
5629
|
outline-width: 3px;
|
|
5582
5630
|
}
|
|
5631
|
+
.focus-visible\:ring-0:focus-visible {
|
|
5632
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
5633
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
5634
|
+
box-shadow:
|
|
5635
|
+
var(--tw-ring-offset-shadow),
|
|
5636
|
+
var(--tw-ring-shadow),
|
|
5637
|
+
var(--tw-shadow, 0 0 #0000);
|
|
5638
|
+
}
|
|
5583
5639
|
.focus-visible\:ring-1:focus-visible {
|
|
5584
5640
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
5585
5641
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -5738,6 +5794,9 @@ body {
|
|
|
5738
5794
|
.group:hover .group-hover\:text-destructive {
|
|
5739
5795
|
color: hsl(var(--destructive));
|
|
5740
5796
|
}
|
|
5797
|
+
.group:hover .group-hover\:text-foreground {
|
|
5798
|
+
color: hsl(var(--foreground));
|
|
5799
|
+
}
|
|
5741
5800
|
.group:hover .group-hover\:text-primary {
|
|
5742
5801
|
color: hsl(var(--primary));
|
|
5743
5802
|
}
|
|
@@ -7080,6 +7139,14 @@ body {
|
|
|
7080
7139
|
--tw-shadow-color: rgb(0 0 0 / 0.3);
|
|
7081
7140
|
--tw-shadow: var(--tw-shadow-colored);
|
|
7082
7141
|
}
|
|
7142
|
+
.dark\:shadow-black\/50:is(.dark *) {
|
|
7143
|
+
--tw-shadow-color: rgb(0 0 0 / 0.5);
|
|
7144
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
7145
|
+
}
|
|
7146
|
+
.dark\:shadow-black\/60:is(.dark *) {
|
|
7147
|
+
--tw-shadow-color: rgb(0 0 0 / 0.6);
|
|
7148
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
7149
|
+
}
|
|
7083
7150
|
.dark\:ring-neutral-800:is(.dark *) {
|
|
7084
7151
|
--tw-ring-opacity: 1;
|
|
7085
7152
|
--tw-ring-color: rgb(38 38 38 / var(--tw-ring-opacity, 1));
|
|
@@ -7934,6 +8001,10 @@ body {
|
|
|
7934
8001
|
.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg {
|
|
7935
8002
|
width: 1.25rem;
|
|
7936
8003
|
}
|
|
8004
|
+
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3 svg:not([class*=size-]) {
|
|
8005
|
+
width: 0.75rem;
|
|
8006
|
+
height: 0.75rem;
|
|
8007
|
+
}
|
|
7937
8008
|
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]) {
|
|
7938
8009
|
width: 1rem;
|
|
7939
8010
|
height: 1rem;
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from 'react';
|
|
2
|
-
import React__default, { ReactNode, ComponentType, ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import React__default, { ComponentProps, ReactNode, ComponentType, ComponentPropsWithoutRef } from 'react';
|
|
3
3
|
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
4
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
5
5
|
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
@@ -28,6 +28,7 @@ import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
|
28
28
|
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
|
29
29
|
import { UniqueIdentifier, DraggableAttributes } from '@dnd-kit/core';
|
|
30
30
|
import { SyntheticListenerMap } from '@dnd-kit/core/dist/hooks/utilities';
|
|
31
|
+
import * as _phosphor_icons_react from '@phosphor-icons/react';
|
|
31
32
|
import { IconProps as IconProps$1 } from '@phosphor-icons/react';
|
|
32
33
|
|
|
33
34
|
type ErrorMessageProps = {
|
|
@@ -78,7 +79,7 @@ declare const badgeVariants: (props?: ({
|
|
|
78
79
|
size?: "sm" | "lg" | "md" | null | undefined;
|
|
79
80
|
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
80
81
|
type BadgeColorType = "green" | "gray" | "red" | "yellow" | "blue" | "purple";
|
|
81
|
-
interface BadgeBaseProps extends
|
|
82
|
+
interface BadgeBaseProps extends ComponentProps<"span">, VariantProps<typeof badgeVariants> {
|
|
82
83
|
asChild?: boolean;
|
|
83
84
|
color?: BadgeColorType;
|
|
84
85
|
size?: "sm" | "md" | "lg";
|
|
@@ -2551,6 +2552,106 @@ declare function CircularProgress({ value, className, max, min, size, showValue,
|
|
|
2551
2552
|
|
|
2552
2553
|
declare const useIsTruncated: (ref: React.RefObject<HTMLElement | null>) => boolean;
|
|
2553
2554
|
|
|
2555
|
+
interface CommandItem {
|
|
2556
|
+
id: string;
|
|
2557
|
+
label: string;
|
|
2558
|
+
description?: string;
|
|
2559
|
+
icon?: React$1.ReactNode;
|
|
2560
|
+
shortcut?: string[];
|
|
2561
|
+
badge?: string;
|
|
2562
|
+
badgeVariant?: "default" | "success" | "warning" | "danger" | "primary" | "secondary" | "destructive" | "muted";
|
|
2563
|
+
onSelect: () => void;
|
|
2564
|
+
keywords?: string[];
|
|
2565
|
+
}
|
|
2566
|
+
interface CommandGroup {
|
|
2567
|
+
id: string;
|
|
2568
|
+
label: string;
|
|
2569
|
+
icon?: React$1.ReactNode;
|
|
2570
|
+
items: CommandItem[];
|
|
2571
|
+
priority?: number;
|
|
2572
|
+
}
|
|
2573
|
+
interface CommandPaletteProps {
|
|
2574
|
+
items?: CommandItem[];
|
|
2575
|
+
groups?: CommandGroup[];
|
|
2576
|
+
placeholder?: string;
|
|
2577
|
+
open: boolean;
|
|
2578
|
+
onOpenChange: (open: boolean) => void;
|
|
2579
|
+
recentItems?: CommandItem[];
|
|
2580
|
+
onRecentItemsChange?: (items: CommandItem[]) => void;
|
|
2581
|
+
emptyMessage?: string;
|
|
2582
|
+
shortcut?: {
|
|
2583
|
+
key: string;
|
|
2584
|
+
ctrl?: boolean;
|
|
2585
|
+
meta?: boolean;
|
|
2586
|
+
shift?: boolean;
|
|
2587
|
+
alt?: boolean;
|
|
2588
|
+
};
|
|
2589
|
+
maxRecentItems?: number;
|
|
2590
|
+
multiSearch?: boolean;
|
|
2591
|
+
debounceDelay?: number;
|
|
2592
|
+
footer?: React$1.ReactNode;
|
|
2593
|
+
onSelect?: (item: CommandItem) => void;
|
|
2594
|
+
className?: string;
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2597
|
+
declare function normalizeStr(s: string): string;
|
|
2598
|
+
declare function scoreMatch(item: CommandItem, query: string): number;
|
|
2599
|
+
declare function filterAndScore(groups: CommandGroup[], query: string): CommandGroup[];
|
|
2600
|
+
declare function normaliseGroups(items?: CommandItem[], groups?: CommandGroup[]): CommandGroup[];
|
|
2601
|
+
declare function unionGroups(base: CommandGroup[], terms: string[]): CommandGroup[];
|
|
2602
|
+
declare function createGroup(id: string, label: string, items: CommandItem[], opts?: {
|
|
2603
|
+
icon?: React.ReactNode;
|
|
2604
|
+
priority?: number;
|
|
2605
|
+
}): CommandGroup;
|
|
2606
|
+
declare function createItem(item: CommandItem): CommandItem;
|
|
2607
|
+
declare function useRecents(allItems: CommandItem[]): {
|
|
2608
|
+
items: CommandItem[];
|
|
2609
|
+
push: (item: CommandItem) => void;
|
|
2610
|
+
clear: () => void;
|
|
2611
|
+
};
|
|
2612
|
+
|
|
2613
|
+
declare function Kbd({ className, ...props }: ComponentProps<"kbd">): react_jsx_runtime.JSX.Element;
|
|
2614
|
+
declare function KbdGroup({ className, ...props }: ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
2615
|
+
|
|
2616
|
+
declare function GroupLabel({ group }: {
|
|
2617
|
+
group: CommandGroup;
|
|
2618
|
+
}): react_jsx_runtime.JSX.Element;
|
|
2619
|
+
|
|
2620
|
+
interface CommandItemRowProps {
|
|
2621
|
+
item: CommandItem;
|
|
2622
|
+
isActive: boolean;
|
|
2623
|
+
onSelect: () => void;
|
|
2624
|
+
onHover: () => void;
|
|
2625
|
+
}
|
|
2626
|
+
declare function CommandItemRow({ item, isActive, onSelect, onHover, }: CommandItemRowProps): react_jsx_runtime.JSX.Element;
|
|
2627
|
+
|
|
2628
|
+
declare function CommandPalette(props: CommandPaletteProps): react_jsx_runtime.JSX.Element;
|
|
2629
|
+
|
|
2630
|
+
declare function useCommandPalette({ items, groups, open, onOpenChange, recentItems, onRecentItemsChange, maxRecentItems, multiSearch, }: Partial<CommandPaletteProps>): {
|
|
2631
|
+
query: string;
|
|
2632
|
+
setQuery: React$1.Dispatch<React$1.SetStateAction<string>>;
|
|
2633
|
+
activeIndex: number;
|
|
2634
|
+
setActiveIndex: React$1.Dispatch<React$1.SetStateAction<number>>;
|
|
2635
|
+
page: number;
|
|
2636
|
+
setPage: React$1.Dispatch<React$1.SetStateAction<number>>;
|
|
2637
|
+
searchTerms: string[];
|
|
2638
|
+
allMatchedGroups: (CommandGroup | {
|
|
2639
|
+
id: string;
|
|
2640
|
+
label: string;
|
|
2641
|
+
icon: React$1.FunctionComponentElement<_phosphor_icons_react.IconProps>;
|
|
2642
|
+
items: CommandItem[];
|
|
2643
|
+
priority: number;
|
|
2644
|
+
})[];
|
|
2645
|
+
allFlatItems: CommandItem[];
|
|
2646
|
+
displayedGroups: CommandGroup[];
|
|
2647
|
+
flatItems: CommandItem[];
|
|
2648
|
+
totalItems: number;
|
|
2649
|
+
totalPages: number;
|
|
2650
|
+
handleSelect: (item?: CommandItem) => void;
|
|
2651
|
+
isEmpty: boolean;
|
|
2652
|
+
showList: boolean;
|
|
2653
|
+
};
|
|
2654
|
+
|
|
2554
2655
|
declare function useIsMobile(): boolean;
|
|
2555
2656
|
|
|
2556
2657
|
interface Position {
|
|
@@ -2570,4 +2671,4 @@ declare const useDrag: (options?: UseDragOptions) => {
|
|
|
2570
2671
|
isDragging: boolean;
|
|
2571
2672
|
};
|
|
2572
2673
|
|
|
2573
|
-
export { AddButton, Agenda, AgendaDaysToShow, AgendaDaysToShowAgenda, AgendaView, AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarCombobox, type AvatarComboboxItem, type AvatarComboboxProps, type AvatarComboboxPropsWithGroupItems, type AvatarComboboxPropsWithItems, type AvatarComboboxTestIds, AvatarFallbackBase, AvatarImageBase, BackButton, Badge, type BadgeColorType, type BannerProps, type BiaxialConfig, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, Brush, ButtonBase, ButtonGroupBase, type ButtonProps, CENTER_INDEX, CalendarBase, CalendarDndProvider, CalendarDndProviderAgenda, type CalendarEvent, type CalendarEventAgenda, type CalendarProps, type CalendarView, type CalendarViewAgenda, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, CarouselBase, type CarouselBaseProps, type CarouselItem, ChangeButton, Chart, ChartControls, type ChartData$3 as ChartData, ChartHeader, type ChartHooksArgs, type ChartProps, ChartTotalLegend, CheckButton, CheckboxBase, CheckboxTree, CircularProgress, type CircularProgressProps, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDebouncedInputBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, type Connection, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, ControlledCombobox, type ControlledComboboxItem, type ControlledComboboxProps, type ControlledComboboxTestIds, CopyButton, type DataMapper, DateTimePicker, DayView, DayViewAgenda, DebouncedInput, type DebouncedInputProps, type DefaultAvatarComboboxProps, DefaultEndHour, DefaultEndHourAgenda, type DefaultMultiSelectProps, type DefaultSelectProps, DefaultStartHour, DefaultStartHourAgenda, DestructiveDialog, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DownloadButton, DraggableEvent, DraggableTooltip, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, DroppableCell, DroppableCellAgenda, EditButton, EndHour, EndHourAgenda, ErrorMessage, EventAgenda, EventCalendar, type EventColor, type EventColorAgenda, EventDetailModalAgenda, EventDialog, EventGap, EventGapAgenda, EventHeight, EventHeightAgenda, EventItem, EventItemAgenda, EventsPopup, FavoriteButton, FileAccept, FileUploader, type FileUploaderProps, type FileWithPreview, type FilesAccepted, FilterButton, type FinalValueFormatter, HideButton, Highlights, HorizontalChart, HorizontalLegend, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, ITEM_HEIGHT, type IconProps, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, type Integration, type IntegrationConnection, type IntegrationData, IntegrationModal, type IntegrationModalProps, type IntegrationProperties, type IntegrationProps, LabelBase, type LabelListContent, Leaderboard, type LeaderboardItem, type LeaderboardProps, type LegendItem, LikeButton, LoadingBase, LockButton, type MapperConfig, type MapperConfigEntry, type Margins, type MenuItem, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MonthViewAgenda, MoreButton, MultiCombobox, type MultiComboboxProps, type MultiComboboxTestIds, MultiDayOverlay, MultiSelect, MultiSelectBase, MultiSelectContentBase, type MultiSelectContextType, MultiSelectGroupBase, type MultiSelectItem, MultiSelectItemBase, type MultiSelectProps, type MultiSelectPropsWithGroupItems, type MultiSelectPropsWithItems, MultiSelectSeparatorBase, type MultiSelectTestIds, MultiSelectTriggerBase, MultiSelectValueBase, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, type Neo4jIntegration, type Neo4jNode, type Neo4jRelationship, type NewSelectProps, NoData, type Node, NotificationButton, NumericInput, type Padding, type Period, PeriodsDropdown, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, type Position$1 as Position, type Primitive, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, type PropsLabelList, RadialMenu, RangePicker, type RangePickerProps, RefreshButton, type Relationship, SaveButton, ScrollAreaBase, ScrollBarBase, SearchButton, Select, SelectBase, SelectContentBase, SelectEmpty, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, type SelectPropsWithGroupItems, type SelectPropsWithItems, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, type SelectTestIds, SelectTriggerBase, SelectValueBase, SeparatorBase, type SeriesConfig, type SeriesCounts, type SeriesEntry, type SeriesOrder, type SeriesProp, SettingsButton, SheetBase, SheetCloseBase, SheetContentBase, SheetDescriptionBase, SheetFooterBase, SheetHeaderBase, SheetOverlayBase, SheetPortalBase, SheetTitleBase, SheetTriggerBase, ShowOnly, SidebarBase, SidebarContentBase, SidebarFooterBase, SidebarGroupActionBase, SidebarGroupBase, SidebarGroupContentBase, SidebarGroupLabelBase, SidebarHeaderBase, SidebarInputBase, SidebarInsetBase, SidebarMenuActionBase, SidebarMenuBadgeBase, SidebarMenuBase, SidebarMenuButtonBase, SidebarMenuItemBase, SidebarMenuSkeletonBase, SidebarMenuSubBase, SidebarMenuSubButtonBase, SidebarMenuSubItemBase, SidebarProviderBase, SidebarRailBase, SidebarSeparatorBase, SidebarTriggerBase, SkeletonBase, SlideBase, type SliderBaseProps, StartHour, StartHourAgenda, StatusIndicator, type StatusProps, SwitchBase, type SystemData, SystemTooltip, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type TextAreaBaseProps, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, type TimePickerType, TimeSeries, type TimeSeriesConfig, Toaster, type TooltipAdaptedRow, TooltipBase, TooltipContentBase, type TooltipItem$2 as TooltipItem, TooltipProviderBase, TooltipSimple, TooltipTriggerBase, RechartTooltipWithTotal as TooltipWithTotal, UndatedEvents, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, VISIBLE_ITEMS, type ValueFormatter, type ValueFormatterType, ViewButton, VisibilityButton, WeekCellsHeight, WeekCellsHeightAgenda, WeekView, WeekViewAgenda, type XAxisConfig, type YAxes, type YAxisMap, type YAxisOptions, type YAxisSide, YearViewAgenda, adaptDataForTooltip, addHoursToDate, addHoursToDateAgenda, addMinutesToDateAgenda, badgeVariants, buttonVariantsBase, compactTick, computeChartWidth, computeNiceMax, computeYAxisTickWidth, convert12HourTo24Hour, createValueFormatter, createYTickFormatter, detectDataFields, detectXAxis, display12HourValue, formatDurationAgenda, formatDurationAgendaDays, formatFieldName, formatLinePercentage, generateAdditionalColors, generateColorMap, getAgendaEventsForDay, getAgendaEventsForDayAgenda, getAllEventsForDay, getAllEventsForDayAgenda, getArrowByType, getAutoColorAgenda, getBorderRadiusClasses, getBorderRadiusClassesAgenda, getDateByType, getEventColorClasses, getEventColorClassesAgenda, getEventEndDate, getEventStartDate, getEventsForDay, getEventsForDayAgenda, getItems, getMaxDataValue, getMinDataValue, getSpanningEventsForDay, getSpanningEventsForDayAgenda, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isMultiDayEventAgenda, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, normalizeAttendDate, processIntegrationData, processNeo4jData, renderInsideBarLabel, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, sortEventsAgenda, startOfLocalDay, toast, useBiaxial, useCalendarDnd, useCalendarDndAgenda, useChartClick, useChartDimensions, useChartHighlights, useChartLayout, useChartMinMax, useChartTooltips, useCurrentTimeIndicator, useCurrentTimeIndicatorAgenda, useDrag, useEventVisibility, useEventVisibilityAgenda, useIsMobile, useIsTruncated, useOpenTooltipForPeriod, useProcessedData, useSeriesOpacity, useTheme, useTimeSeriesRange, type valueFormatter, visualForItem };
|
|
2674
|
+
export { AddButton, Agenda, AgendaDaysToShow, AgendaDaysToShowAgenda, AgendaView, AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarCombobox, type AvatarComboboxItem, type AvatarComboboxProps, type AvatarComboboxPropsWithGroupItems, type AvatarComboboxPropsWithItems, type AvatarComboboxTestIds, AvatarFallbackBase, AvatarImageBase, BackButton, Badge, type BadgeColorType, type BannerProps, type BiaxialConfig, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, Brush, ButtonBase, ButtonGroupBase, type ButtonProps, CENTER_INDEX, CalendarBase, CalendarDndProvider, CalendarDndProviderAgenda, type CalendarEvent, type CalendarEventAgenda, type CalendarProps, type CalendarView, type CalendarViewAgenda, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, CarouselBase, type CarouselBaseProps, type CarouselItem, ChangeButton, Chart, ChartControls, type ChartData$3 as ChartData, ChartHeader, type ChartHooksArgs, type ChartProps, ChartTotalLegend, CheckButton, CheckboxBase, CheckboxTree, CircularProgress, type CircularProgressProps, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDebouncedInputBase, CommandDialogBase, CommandEmptyBase, type CommandGroup, CommandGroupBase, CommandInputBase, type CommandItem, CommandItemBase, CommandItemRow, CommandListBase, CommandPalette, type CommandPaletteProps, CommandSeparatorBase, CommandShortcutBase, type Connection, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, ControlledCombobox, type ControlledComboboxItem, type ControlledComboboxProps, type ControlledComboboxTestIds, CopyButton, type DataMapper, DateTimePicker, DayView, DayViewAgenda, DebouncedInput, type DebouncedInputProps, type DefaultAvatarComboboxProps, DefaultEndHour, DefaultEndHourAgenda, type DefaultMultiSelectProps, type DefaultSelectProps, DefaultStartHour, DefaultStartHourAgenda, DestructiveDialog, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DownloadButton, DraggableEvent, DraggableTooltip, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, DroppableCell, DroppableCellAgenda, EditButton, EndHour, EndHourAgenda, ErrorMessage, EventAgenda, EventCalendar, type EventColor, type EventColorAgenda, EventDetailModalAgenda, EventDialog, EventGap, EventGapAgenda, EventHeight, EventHeightAgenda, EventItem, EventItemAgenda, EventsPopup, FavoriteButton, FileAccept, FileUploader, type FileUploaderProps, type FileWithPreview, type FilesAccepted, FilterButton, type FinalValueFormatter, GroupLabel, HideButton, Highlights, HorizontalChart, HorizontalLegend, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, ITEM_HEIGHT, type IconProps, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, type Integration, type IntegrationConnection, type IntegrationData, IntegrationModal, type IntegrationModalProps, type IntegrationProperties, type IntegrationProps, Kbd, KbdGroup, LabelBase, type LabelListContent, Leaderboard, type LeaderboardItem, type LeaderboardProps, type LegendItem, LikeButton, LoadingBase, LockButton, type MapperConfig, type MapperConfigEntry, type Margins, type MenuItem, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MonthViewAgenda, MoreButton, MultiCombobox, type MultiComboboxProps, type MultiComboboxTestIds, MultiDayOverlay, MultiSelect, MultiSelectBase, MultiSelectContentBase, type MultiSelectContextType, MultiSelectGroupBase, type MultiSelectItem, MultiSelectItemBase, type MultiSelectProps, type MultiSelectPropsWithGroupItems, type MultiSelectPropsWithItems, MultiSelectSeparatorBase, type MultiSelectTestIds, MultiSelectTriggerBase, MultiSelectValueBase, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, type Neo4jIntegration, type Neo4jNode, type Neo4jRelationship, type NewSelectProps, NoData, type Node, NotificationButton, NumericInput, type Padding, type Period, PeriodsDropdown, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, type Position$1 as Position, type Primitive, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, type PropsLabelList, RadialMenu, RangePicker, type RangePickerProps, RefreshButton, type Relationship, SaveButton, ScrollAreaBase, ScrollBarBase, SearchButton, Select, SelectBase, SelectContentBase, SelectEmpty, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, type SelectPropsWithGroupItems, type SelectPropsWithItems, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, type SelectTestIds, SelectTriggerBase, SelectValueBase, SeparatorBase, type SeriesConfig, type SeriesCounts, type SeriesEntry, type SeriesOrder, type SeriesProp, SettingsButton, SheetBase, SheetCloseBase, SheetContentBase, SheetDescriptionBase, SheetFooterBase, SheetHeaderBase, SheetOverlayBase, SheetPortalBase, SheetTitleBase, SheetTriggerBase, ShowOnly, SidebarBase, SidebarContentBase, SidebarFooterBase, SidebarGroupActionBase, SidebarGroupBase, SidebarGroupContentBase, SidebarGroupLabelBase, SidebarHeaderBase, SidebarInputBase, SidebarInsetBase, SidebarMenuActionBase, SidebarMenuBadgeBase, SidebarMenuBase, SidebarMenuButtonBase, SidebarMenuItemBase, SidebarMenuSkeletonBase, SidebarMenuSubBase, SidebarMenuSubButtonBase, SidebarMenuSubItemBase, SidebarProviderBase, SidebarRailBase, SidebarSeparatorBase, SidebarTriggerBase, SkeletonBase, SlideBase, type SliderBaseProps, StartHour, StartHourAgenda, StatusIndicator, type StatusProps, SwitchBase, type SystemData, SystemTooltip, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type TextAreaBaseProps, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, type TimePickerType, TimeSeries, type TimeSeriesConfig, Toaster, type TooltipAdaptedRow, TooltipBase, TooltipContentBase, type TooltipItem$2 as TooltipItem, TooltipProviderBase, TooltipSimple, TooltipTriggerBase, RechartTooltipWithTotal as TooltipWithTotal, UndatedEvents, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, VISIBLE_ITEMS, type ValueFormatter, type ValueFormatterType, ViewButton, VisibilityButton, WeekCellsHeight, WeekCellsHeightAgenda, WeekView, WeekViewAgenda, type XAxisConfig, type YAxes, type YAxisMap, type YAxisOptions, type YAxisSide, YearViewAgenda, adaptDataForTooltip, addHoursToDate, addHoursToDateAgenda, addMinutesToDateAgenda, badgeVariants, buttonVariantsBase, compactTick, computeChartWidth, computeNiceMax, computeYAxisTickWidth, convert12HourTo24Hour, createGroup, createItem, createValueFormatter, createYTickFormatter, detectDataFields, detectXAxis, display12HourValue, filterAndScore, formatDurationAgenda, formatDurationAgendaDays, formatFieldName, formatLinePercentage, generateAdditionalColors, generateColorMap, getAgendaEventsForDay, getAgendaEventsForDayAgenda, getAllEventsForDay, getAllEventsForDayAgenda, getArrowByType, getAutoColorAgenda, getBorderRadiusClasses, getBorderRadiusClassesAgenda, getDateByType, getEventColorClasses, getEventColorClassesAgenda, getEventEndDate, getEventStartDate, getEventsForDay, getEventsForDayAgenda, getItems, getMaxDataValue, getMinDataValue, getSpanningEventsForDay, getSpanningEventsForDayAgenda, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isMultiDayEventAgenda, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, normaliseGroups, normalizeAttendDate, normalizeStr, processIntegrationData, processNeo4jData, renderInsideBarLabel, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, scoreMatch, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, sortEventsAgenda, startOfLocalDay, toast, unionGroups, useBiaxial, useCalendarDnd, useCalendarDndAgenda, useChartClick, useChartDimensions, useChartHighlights, useChartLayout, useChartMinMax, useChartTooltips, useCommandPalette, useCurrentTimeIndicator, useCurrentTimeIndicatorAgenda, useDrag, useEventVisibility, useEventVisibilityAgenda, useIsMobile, useIsTruncated, useOpenTooltipForPeriod, useProcessedData, useRecents, useSeriesOpacity, useTheme, useTimeSeriesRange, type valueFormatter, visualForItem };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from 'react';
|
|
2
|
-
import React__default, { ReactNode, ComponentType, ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import React__default, { ComponentProps, ReactNode, ComponentType, ComponentPropsWithoutRef } from 'react';
|
|
3
3
|
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
4
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
5
5
|
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
@@ -28,6 +28,7 @@ import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
|
28
28
|
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
|
29
29
|
import { UniqueIdentifier, DraggableAttributes } from '@dnd-kit/core';
|
|
30
30
|
import { SyntheticListenerMap } from '@dnd-kit/core/dist/hooks/utilities';
|
|
31
|
+
import * as _phosphor_icons_react from '@phosphor-icons/react';
|
|
31
32
|
import { IconProps as IconProps$1 } from '@phosphor-icons/react';
|
|
32
33
|
|
|
33
34
|
type ErrorMessageProps = {
|
|
@@ -78,7 +79,7 @@ declare const badgeVariants: (props?: ({
|
|
|
78
79
|
size?: "sm" | "lg" | "md" | null | undefined;
|
|
79
80
|
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
80
81
|
type BadgeColorType = "green" | "gray" | "red" | "yellow" | "blue" | "purple";
|
|
81
|
-
interface BadgeBaseProps extends
|
|
82
|
+
interface BadgeBaseProps extends ComponentProps<"span">, VariantProps<typeof badgeVariants> {
|
|
82
83
|
asChild?: boolean;
|
|
83
84
|
color?: BadgeColorType;
|
|
84
85
|
size?: "sm" | "md" | "lg";
|
|
@@ -2551,6 +2552,106 @@ declare function CircularProgress({ value, className, max, min, size, showValue,
|
|
|
2551
2552
|
|
|
2552
2553
|
declare const useIsTruncated: (ref: React.RefObject<HTMLElement | null>) => boolean;
|
|
2553
2554
|
|
|
2555
|
+
interface CommandItem {
|
|
2556
|
+
id: string;
|
|
2557
|
+
label: string;
|
|
2558
|
+
description?: string;
|
|
2559
|
+
icon?: React$1.ReactNode;
|
|
2560
|
+
shortcut?: string[];
|
|
2561
|
+
badge?: string;
|
|
2562
|
+
badgeVariant?: "default" | "success" | "warning" | "danger" | "primary" | "secondary" | "destructive" | "muted";
|
|
2563
|
+
onSelect: () => void;
|
|
2564
|
+
keywords?: string[];
|
|
2565
|
+
}
|
|
2566
|
+
interface CommandGroup {
|
|
2567
|
+
id: string;
|
|
2568
|
+
label: string;
|
|
2569
|
+
icon?: React$1.ReactNode;
|
|
2570
|
+
items: CommandItem[];
|
|
2571
|
+
priority?: number;
|
|
2572
|
+
}
|
|
2573
|
+
interface CommandPaletteProps {
|
|
2574
|
+
items?: CommandItem[];
|
|
2575
|
+
groups?: CommandGroup[];
|
|
2576
|
+
placeholder?: string;
|
|
2577
|
+
open: boolean;
|
|
2578
|
+
onOpenChange: (open: boolean) => void;
|
|
2579
|
+
recentItems?: CommandItem[];
|
|
2580
|
+
onRecentItemsChange?: (items: CommandItem[]) => void;
|
|
2581
|
+
emptyMessage?: string;
|
|
2582
|
+
shortcut?: {
|
|
2583
|
+
key: string;
|
|
2584
|
+
ctrl?: boolean;
|
|
2585
|
+
meta?: boolean;
|
|
2586
|
+
shift?: boolean;
|
|
2587
|
+
alt?: boolean;
|
|
2588
|
+
};
|
|
2589
|
+
maxRecentItems?: number;
|
|
2590
|
+
multiSearch?: boolean;
|
|
2591
|
+
debounceDelay?: number;
|
|
2592
|
+
footer?: React$1.ReactNode;
|
|
2593
|
+
onSelect?: (item: CommandItem) => void;
|
|
2594
|
+
className?: string;
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2597
|
+
declare function normalizeStr(s: string): string;
|
|
2598
|
+
declare function scoreMatch(item: CommandItem, query: string): number;
|
|
2599
|
+
declare function filterAndScore(groups: CommandGroup[], query: string): CommandGroup[];
|
|
2600
|
+
declare function normaliseGroups(items?: CommandItem[], groups?: CommandGroup[]): CommandGroup[];
|
|
2601
|
+
declare function unionGroups(base: CommandGroup[], terms: string[]): CommandGroup[];
|
|
2602
|
+
declare function createGroup(id: string, label: string, items: CommandItem[], opts?: {
|
|
2603
|
+
icon?: React.ReactNode;
|
|
2604
|
+
priority?: number;
|
|
2605
|
+
}): CommandGroup;
|
|
2606
|
+
declare function createItem(item: CommandItem): CommandItem;
|
|
2607
|
+
declare function useRecents(allItems: CommandItem[]): {
|
|
2608
|
+
items: CommandItem[];
|
|
2609
|
+
push: (item: CommandItem) => void;
|
|
2610
|
+
clear: () => void;
|
|
2611
|
+
};
|
|
2612
|
+
|
|
2613
|
+
declare function Kbd({ className, ...props }: ComponentProps<"kbd">): react_jsx_runtime.JSX.Element;
|
|
2614
|
+
declare function KbdGroup({ className, ...props }: ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
2615
|
+
|
|
2616
|
+
declare function GroupLabel({ group }: {
|
|
2617
|
+
group: CommandGroup;
|
|
2618
|
+
}): react_jsx_runtime.JSX.Element;
|
|
2619
|
+
|
|
2620
|
+
interface CommandItemRowProps {
|
|
2621
|
+
item: CommandItem;
|
|
2622
|
+
isActive: boolean;
|
|
2623
|
+
onSelect: () => void;
|
|
2624
|
+
onHover: () => void;
|
|
2625
|
+
}
|
|
2626
|
+
declare function CommandItemRow({ item, isActive, onSelect, onHover, }: CommandItemRowProps): react_jsx_runtime.JSX.Element;
|
|
2627
|
+
|
|
2628
|
+
declare function CommandPalette(props: CommandPaletteProps): react_jsx_runtime.JSX.Element;
|
|
2629
|
+
|
|
2630
|
+
declare function useCommandPalette({ items, groups, open, onOpenChange, recentItems, onRecentItemsChange, maxRecentItems, multiSearch, }: Partial<CommandPaletteProps>): {
|
|
2631
|
+
query: string;
|
|
2632
|
+
setQuery: React$1.Dispatch<React$1.SetStateAction<string>>;
|
|
2633
|
+
activeIndex: number;
|
|
2634
|
+
setActiveIndex: React$1.Dispatch<React$1.SetStateAction<number>>;
|
|
2635
|
+
page: number;
|
|
2636
|
+
setPage: React$1.Dispatch<React$1.SetStateAction<number>>;
|
|
2637
|
+
searchTerms: string[];
|
|
2638
|
+
allMatchedGroups: (CommandGroup | {
|
|
2639
|
+
id: string;
|
|
2640
|
+
label: string;
|
|
2641
|
+
icon: React$1.FunctionComponentElement<_phosphor_icons_react.IconProps>;
|
|
2642
|
+
items: CommandItem[];
|
|
2643
|
+
priority: number;
|
|
2644
|
+
})[];
|
|
2645
|
+
allFlatItems: CommandItem[];
|
|
2646
|
+
displayedGroups: CommandGroup[];
|
|
2647
|
+
flatItems: CommandItem[];
|
|
2648
|
+
totalItems: number;
|
|
2649
|
+
totalPages: number;
|
|
2650
|
+
handleSelect: (item?: CommandItem) => void;
|
|
2651
|
+
isEmpty: boolean;
|
|
2652
|
+
showList: boolean;
|
|
2653
|
+
};
|
|
2654
|
+
|
|
2554
2655
|
declare function useIsMobile(): boolean;
|
|
2555
2656
|
|
|
2556
2657
|
interface Position {
|
|
@@ -2570,4 +2671,4 @@ declare const useDrag: (options?: UseDragOptions) => {
|
|
|
2570
2671
|
isDragging: boolean;
|
|
2571
2672
|
};
|
|
2572
2673
|
|
|
2573
|
-
export { AddButton, Agenda, AgendaDaysToShow, AgendaDaysToShowAgenda, AgendaView, AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarCombobox, type AvatarComboboxItem, type AvatarComboboxProps, type AvatarComboboxPropsWithGroupItems, type AvatarComboboxPropsWithItems, type AvatarComboboxTestIds, AvatarFallbackBase, AvatarImageBase, BackButton, Badge, type BadgeColorType, type BannerProps, type BiaxialConfig, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, Brush, ButtonBase, ButtonGroupBase, type ButtonProps, CENTER_INDEX, CalendarBase, CalendarDndProvider, CalendarDndProviderAgenda, type CalendarEvent, type CalendarEventAgenda, type CalendarProps, type CalendarView, type CalendarViewAgenda, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, CarouselBase, type CarouselBaseProps, type CarouselItem, ChangeButton, Chart, ChartControls, type ChartData$3 as ChartData, ChartHeader, type ChartHooksArgs, type ChartProps, ChartTotalLegend, CheckButton, CheckboxBase, CheckboxTree, CircularProgress, type CircularProgressProps, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDebouncedInputBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, type Connection, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, ControlledCombobox, type ControlledComboboxItem, type ControlledComboboxProps, type ControlledComboboxTestIds, CopyButton, type DataMapper, DateTimePicker, DayView, DayViewAgenda, DebouncedInput, type DebouncedInputProps, type DefaultAvatarComboboxProps, DefaultEndHour, DefaultEndHourAgenda, type DefaultMultiSelectProps, type DefaultSelectProps, DefaultStartHour, DefaultStartHourAgenda, DestructiveDialog, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DownloadButton, DraggableEvent, DraggableTooltip, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, DroppableCell, DroppableCellAgenda, EditButton, EndHour, EndHourAgenda, ErrorMessage, EventAgenda, EventCalendar, type EventColor, type EventColorAgenda, EventDetailModalAgenda, EventDialog, EventGap, EventGapAgenda, EventHeight, EventHeightAgenda, EventItem, EventItemAgenda, EventsPopup, FavoriteButton, FileAccept, FileUploader, type FileUploaderProps, type FileWithPreview, type FilesAccepted, FilterButton, type FinalValueFormatter, HideButton, Highlights, HorizontalChart, HorizontalLegend, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, ITEM_HEIGHT, type IconProps, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, type Integration, type IntegrationConnection, type IntegrationData, IntegrationModal, type IntegrationModalProps, type IntegrationProperties, type IntegrationProps, LabelBase, type LabelListContent, Leaderboard, type LeaderboardItem, type LeaderboardProps, type LegendItem, LikeButton, LoadingBase, LockButton, type MapperConfig, type MapperConfigEntry, type Margins, type MenuItem, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MonthViewAgenda, MoreButton, MultiCombobox, type MultiComboboxProps, type MultiComboboxTestIds, MultiDayOverlay, MultiSelect, MultiSelectBase, MultiSelectContentBase, type MultiSelectContextType, MultiSelectGroupBase, type MultiSelectItem, MultiSelectItemBase, type MultiSelectProps, type MultiSelectPropsWithGroupItems, type MultiSelectPropsWithItems, MultiSelectSeparatorBase, type MultiSelectTestIds, MultiSelectTriggerBase, MultiSelectValueBase, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, type Neo4jIntegration, type Neo4jNode, type Neo4jRelationship, type NewSelectProps, NoData, type Node, NotificationButton, NumericInput, type Padding, type Period, PeriodsDropdown, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, type Position$1 as Position, type Primitive, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, type PropsLabelList, RadialMenu, RangePicker, type RangePickerProps, RefreshButton, type Relationship, SaveButton, ScrollAreaBase, ScrollBarBase, SearchButton, Select, SelectBase, SelectContentBase, SelectEmpty, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, type SelectPropsWithGroupItems, type SelectPropsWithItems, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, type SelectTestIds, SelectTriggerBase, SelectValueBase, SeparatorBase, type SeriesConfig, type SeriesCounts, type SeriesEntry, type SeriesOrder, type SeriesProp, SettingsButton, SheetBase, SheetCloseBase, SheetContentBase, SheetDescriptionBase, SheetFooterBase, SheetHeaderBase, SheetOverlayBase, SheetPortalBase, SheetTitleBase, SheetTriggerBase, ShowOnly, SidebarBase, SidebarContentBase, SidebarFooterBase, SidebarGroupActionBase, SidebarGroupBase, SidebarGroupContentBase, SidebarGroupLabelBase, SidebarHeaderBase, SidebarInputBase, SidebarInsetBase, SidebarMenuActionBase, SidebarMenuBadgeBase, SidebarMenuBase, SidebarMenuButtonBase, SidebarMenuItemBase, SidebarMenuSkeletonBase, SidebarMenuSubBase, SidebarMenuSubButtonBase, SidebarMenuSubItemBase, SidebarProviderBase, SidebarRailBase, SidebarSeparatorBase, SidebarTriggerBase, SkeletonBase, SlideBase, type SliderBaseProps, StartHour, StartHourAgenda, StatusIndicator, type StatusProps, SwitchBase, type SystemData, SystemTooltip, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type TextAreaBaseProps, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, type TimePickerType, TimeSeries, type TimeSeriesConfig, Toaster, type TooltipAdaptedRow, TooltipBase, TooltipContentBase, type TooltipItem$2 as TooltipItem, TooltipProviderBase, TooltipSimple, TooltipTriggerBase, RechartTooltipWithTotal as TooltipWithTotal, UndatedEvents, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, VISIBLE_ITEMS, type ValueFormatter, type ValueFormatterType, ViewButton, VisibilityButton, WeekCellsHeight, WeekCellsHeightAgenda, WeekView, WeekViewAgenda, type XAxisConfig, type YAxes, type YAxisMap, type YAxisOptions, type YAxisSide, YearViewAgenda, adaptDataForTooltip, addHoursToDate, addHoursToDateAgenda, addMinutesToDateAgenda, badgeVariants, buttonVariantsBase, compactTick, computeChartWidth, computeNiceMax, computeYAxisTickWidth, convert12HourTo24Hour, createValueFormatter, createYTickFormatter, detectDataFields, detectXAxis, display12HourValue, formatDurationAgenda, formatDurationAgendaDays, formatFieldName, formatLinePercentage, generateAdditionalColors, generateColorMap, getAgendaEventsForDay, getAgendaEventsForDayAgenda, getAllEventsForDay, getAllEventsForDayAgenda, getArrowByType, getAutoColorAgenda, getBorderRadiusClasses, getBorderRadiusClassesAgenda, getDateByType, getEventColorClasses, getEventColorClassesAgenda, getEventEndDate, getEventStartDate, getEventsForDay, getEventsForDayAgenda, getItems, getMaxDataValue, getMinDataValue, getSpanningEventsForDay, getSpanningEventsForDayAgenda, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isMultiDayEventAgenda, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, normalizeAttendDate, processIntegrationData, processNeo4jData, renderInsideBarLabel, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, sortEventsAgenda, startOfLocalDay, toast, useBiaxial, useCalendarDnd, useCalendarDndAgenda, useChartClick, useChartDimensions, useChartHighlights, useChartLayout, useChartMinMax, useChartTooltips, useCurrentTimeIndicator, useCurrentTimeIndicatorAgenda, useDrag, useEventVisibility, useEventVisibilityAgenda, useIsMobile, useIsTruncated, useOpenTooltipForPeriod, useProcessedData, useSeriesOpacity, useTheme, useTimeSeriesRange, type valueFormatter, visualForItem };
|
|
2674
|
+
export { AddButton, Agenda, AgendaDaysToShow, AgendaDaysToShowAgenda, AgendaView, AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarCombobox, type AvatarComboboxItem, type AvatarComboboxProps, type AvatarComboboxPropsWithGroupItems, type AvatarComboboxPropsWithItems, type AvatarComboboxTestIds, AvatarFallbackBase, AvatarImageBase, BackButton, Badge, type BadgeColorType, type BannerProps, type BiaxialConfig, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, Brush, ButtonBase, ButtonGroupBase, type ButtonProps, CENTER_INDEX, CalendarBase, CalendarDndProvider, CalendarDndProviderAgenda, type CalendarEvent, type CalendarEventAgenda, type CalendarProps, type CalendarView, type CalendarViewAgenda, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, CarouselBase, type CarouselBaseProps, type CarouselItem, ChangeButton, Chart, ChartControls, type ChartData$3 as ChartData, ChartHeader, type ChartHooksArgs, type ChartProps, ChartTotalLegend, CheckButton, CheckboxBase, CheckboxTree, CircularProgress, type CircularProgressProps, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDebouncedInputBase, CommandDialogBase, CommandEmptyBase, type CommandGroup, CommandGroupBase, CommandInputBase, type CommandItem, CommandItemBase, CommandItemRow, CommandListBase, CommandPalette, type CommandPaletteProps, CommandSeparatorBase, CommandShortcutBase, type Connection, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, ControlledCombobox, type ControlledComboboxItem, type ControlledComboboxProps, type ControlledComboboxTestIds, CopyButton, type DataMapper, DateTimePicker, DayView, DayViewAgenda, DebouncedInput, type DebouncedInputProps, type DefaultAvatarComboboxProps, DefaultEndHour, DefaultEndHourAgenda, type DefaultMultiSelectProps, type DefaultSelectProps, DefaultStartHour, DefaultStartHourAgenda, DestructiveDialog, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DownloadButton, DraggableEvent, DraggableTooltip, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, DroppableCell, DroppableCellAgenda, EditButton, EndHour, EndHourAgenda, ErrorMessage, EventAgenda, EventCalendar, type EventColor, type EventColorAgenda, EventDetailModalAgenda, EventDialog, EventGap, EventGapAgenda, EventHeight, EventHeightAgenda, EventItem, EventItemAgenda, EventsPopup, FavoriteButton, FileAccept, FileUploader, type FileUploaderProps, type FileWithPreview, type FilesAccepted, FilterButton, type FinalValueFormatter, GroupLabel, HideButton, Highlights, HorizontalChart, HorizontalLegend, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, ITEM_HEIGHT, type IconProps, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, type Integration, type IntegrationConnection, type IntegrationData, IntegrationModal, type IntegrationModalProps, type IntegrationProperties, type IntegrationProps, Kbd, KbdGroup, LabelBase, type LabelListContent, Leaderboard, type LeaderboardItem, type LeaderboardProps, type LegendItem, LikeButton, LoadingBase, LockButton, type MapperConfig, type MapperConfigEntry, type Margins, type MenuItem, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MonthViewAgenda, MoreButton, MultiCombobox, type MultiComboboxProps, type MultiComboboxTestIds, MultiDayOverlay, MultiSelect, MultiSelectBase, MultiSelectContentBase, type MultiSelectContextType, MultiSelectGroupBase, type MultiSelectItem, MultiSelectItemBase, type MultiSelectProps, type MultiSelectPropsWithGroupItems, type MultiSelectPropsWithItems, MultiSelectSeparatorBase, type MultiSelectTestIds, MultiSelectTriggerBase, MultiSelectValueBase, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, type Neo4jIntegration, type Neo4jNode, type Neo4jRelationship, type NewSelectProps, NoData, type Node, NotificationButton, NumericInput, type Padding, type Period, PeriodsDropdown, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, type Position$1 as Position, type Primitive, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, type PropsLabelList, RadialMenu, RangePicker, type RangePickerProps, RefreshButton, type Relationship, SaveButton, ScrollAreaBase, ScrollBarBase, SearchButton, Select, SelectBase, SelectContentBase, SelectEmpty, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, type SelectPropsWithGroupItems, type SelectPropsWithItems, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, type SelectTestIds, SelectTriggerBase, SelectValueBase, SeparatorBase, type SeriesConfig, type SeriesCounts, type SeriesEntry, type SeriesOrder, type SeriesProp, SettingsButton, SheetBase, SheetCloseBase, SheetContentBase, SheetDescriptionBase, SheetFooterBase, SheetHeaderBase, SheetOverlayBase, SheetPortalBase, SheetTitleBase, SheetTriggerBase, ShowOnly, SidebarBase, SidebarContentBase, SidebarFooterBase, SidebarGroupActionBase, SidebarGroupBase, SidebarGroupContentBase, SidebarGroupLabelBase, SidebarHeaderBase, SidebarInputBase, SidebarInsetBase, SidebarMenuActionBase, SidebarMenuBadgeBase, SidebarMenuBase, SidebarMenuButtonBase, SidebarMenuItemBase, SidebarMenuSkeletonBase, SidebarMenuSubBase, SidebarMenuSubButtonBase, SidebarMenuSubItemBase, SidebarProviderBase, SidebarRailBase, SidebarSeparatorBase, SidebarTriggerBase, SkeletonBase, SlideBase, type SliderBaseProps, StartHour, StartHourAgenda, StatusIndicator, type StatusProps, SwitchBase, type SystemData, SystemTooltip, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type TextAreaBaseProps, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, type TimePickerType, TimeSeries, type TimeSeriesConfig, Toaster, type TooltipAdaptedRow, TooltipBase, TooltipContentBase, type TooltipItem$2 as TooltipItem, TooltipProviderBase, TooltipSimple, TooltipTriggerBase, RechartTooltipWithTotal as TooltipWithTotal, UndatedEvents, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, VISIBLE_ITEMS, type ValueFormatter, type ValueFormatterType, ViewButton, VisibilityButton, WeekCellsHeight, WeekCellsHeightAgenda, WeekView, WeekViewAgenda, type XAxisConfig, type YAxes, type YAxisMap, type YAxisOptions, type YAxisSide, YearViewAgenda, adaptDataForTooltip, addHoursToDate, addHoursToDateAgenda, addMinutesToDateAgenda, badgeVariants, buttonVariantsBase, compactTick, computeChartWidth, computeNiceMax, computeYAxisTickWidth, convert12HourTo24Hour, createGroup, createItem, createValueFormatter, createYTickFormatter, detectDataFields, detectXAxis, display12HourValue, filterAndScore, formatDurationAgenda, formatDurationAgendaDays, formatFieldName, formatLinePercentage, generateAdditionalColors, generateColorMap, getAgendaEventsForDay, getAgendaEventsForDayAgenda, getAllEventsForDay, getAllEventsForDayAgenda, getArrowByType, getAutoColorAgenda, getBorderRadiusClasses, getBorderRadiusClassesAgenda, getDateByType, getEventColorClasses, getEventColorClassesAgenda, getEventEndDate, getEventStartDate, getEventsForDay, getEventsForDayAgenda, getItems, getMaxDataValue, getMinDataValue, getSpanningEventsForDay, getSpanningEventsForDayAgenda, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isMultiDayEventAgenda, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, normaliseGroups, normalizeAttendDate, normalizeStr, processIntegrationData, processNeo4jData, renderInsideBarLabel, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, scoreMatch, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, sortEventsAgenda, startOfLocalDay, toast, unionGroups, useBiaxial, useCalendarDnd, useCalendarDndAgenda, useChartClick, useChartDimensions, useChartHighlights, useChartLayout, useChartMinMax, useChartTooltips, useCommandPalette, useCurrentTimeIndicator, useCurrentTimeIndicatorAgenda, useDrag, useEventVisibility, useEventVisibilityAgenda, useIsMobile, useIsTruncated, useOpenTooltipForPeriod, useProcessedData, useRecents, useSeriesOpacity, useTheme, useTimeSeriesRange, type valueFormatter, visualForItem };
|