@mlw-packages/react-components 1.7.16 → 1.7.18
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 +64 -3
- package/dist/index.d.mts +41 -12
- package/dist/index.d.ts +41 -12
- package/dist/index.js +1165 -599
- package/dist/index.mjs +1112 -537
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -559,6 +559,9 @@ body {
|
|
|
559
559
|
.top-\[calc\(var\(--week-cells-height\)\/4\)\] {
|
|
560
560
|
top: calc(var(--week-cells-height) / 4);
|
|
561
561
|
}
|
|
562
|
+
.top-\[calc\(var\(--week-cells-height\)\/4\*\)\] {
|
|
563
|
+
top: calc(var(--week-cells-height) / 4 *);
|
|
564
|
+
}
|
|
562
565
|
.top-\[calc\(var\(--week-cells-height\)\/4\*2\)\] {
|
|
563
566
|
top: calc(var(--week-cells-height) / 4 * 2);
|
|
564
567
|
}
|
|
@@ -620,6 +623,10 @@ body {
|
|
|
620
623
|
margin-left: -0.25rem;
|
|
621
624
|
margin-right: -0.25rem;
|
|
622
625
|
}
|
|
626
|
+
.-my-1\.5 {
|
|
627
|
+
margin-top: -0.375rem;
|
|
628
|
+
margin-bottom: -0.375rem;
|
|
629
|
+
}
|
|
623
630
|
.mx-0\.5 {
|
|
624
631
|
margin-left: 0.125rem;
|
|
625
632
|
margin-right: 0.125rem;
|
|
@@ -675,6 +682,9 @@ body {
|
|
|
675
682
|
.-me-1 {
|
|
676
683
|
margin-inline-end: -0.25rem;
|
|
677
684
|
}
|
|
685
|
+
.-me-2 {
|
|
686
|
+
margin-inline-end: -0.5rem;
|
|
687
|
+
}
|
|
678
688
|
.-ml-4 {
|
|
679
689
|
margin-left: -1rem;
|
|
680
690
|
}
|
|
@@ -756,6 +766,9 @@ body {
|
|
|
756
766
|
.ms-6 {
|
|
757
767
|
margin-inline-start: 1.5rem;
|
|
758
768
|
}
|
|
769
|
+
.mt-0\.5 {
|
|
770
|
+
margin-top: 0.125rem;
|
|
771
|
+
}
|
|
759
772
|
.mt-1 {
|
|
760
773
|
margin-top: 0.25rem;
|
|
761
774
|
}
|
|
@@ -1933,6 +1946,12 @@ body {
|
|
|
1933
1946
|
--tw-border-opacity: 1;
|
|
1934
1947
|
border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
|
|
1935
1948
|
}
|
|
1949
|
+
.border-black\/40 {
|
|
1950
|
+
border-color: rgb(0 0 0 / 0.4);
|
|
1951
|
+
}
|
|
1952
|
+
.border-black\/5 {
|
|
1953
|
+
border-color: rgb(0 0 0 / 0.05);
|
|
1954
|
+
}
|
|
1936
1955
|
.border-blue-200 {
|
|
1937
1956
|
--tw-border-opacity: 1;
|
|
1938
1957
|
border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
|
|
@@ -2196,6 +2215,9 @@ body {
|
|
|
2196
2215
|
--tw-bg-opacity: 1;
|
|
2197
2216
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
2198
2217
|
}
|
|
2218
|
+
.bg-gray-200\/50 {
|
|
2219
|
+
background-color: rgb(229 231 235 / 0.5);
|
|
2220
|
+
}
|
|
2199
2221
|
.bg-gray-400 {
|
|
2200
2222
|
--tw-bg-opacity: 1;
|
|
2201
2223
|
background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
|
|
@@ -2788,6 +2810,9 @@ body {
|
|
|
2788
2810
|
.text-\[0\.8rem\] {
|
|
2789
2811
|
font-size: 0.8rem;
|
|
2790
2812
|
}
|
|
2813
|
+
.text-\[1\.4rem\] {
|
|
2814
|
+
font-size: 1.4rem;
|
|
2815
|
+
}
|
|
2791
2816
|
.text-\[10px\] {
|
|
2792
2817
|
font-size: 10px;
|
|
2793
2818
|
}
|
|
@@ -2903,9 +2928,6 @@ body {
|
|
|
2903
2928
|
--tw-text-opacity: 1;
|
|
2904
2929
|
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
|
2905
2930
|
}
|
|
2906
|
-
.text-black\/80 {
|
|
2907
|
-
color: rgb(0 0 0 / 0.8);
|
|
2908
|
-
}
|
|
2909
2931
|
.text-blue-400 {
|
|
2910
2932
|
--tw-text-opacity: 1;
|
|
2911
2933
|
color: rgb(96 165 250 / var(--tw-text-opacity, 1));
|
|
@@ -2964,6 +2986,9 @@ body {
|
|
|
2964
2986
|
--tw-text-opacity: 1;
|
|
2965
2987
|
color: rgb(31 41 55 / var(--tw-text-opacity, 1));
|
|
2966
2988
|
}
|
|
2989
|
+
.text-gray-900\/80 {
|
|
2990
|
+
color: rgb(17 24 39 / 0.8);
|
|
2991
|
+
}
|
|
2967
2992
|
.text-green-400 {
|
|
2968
2993
|
--tw-text-opacity: 1;
|
|
2969
2994
|
color: rgb(74 222 128 / var(--tw-text-opacity, 1));
|
|
@@ -3585,6 +3610,9 @@ body {
|
|
|
3585
3610
|
.ease-out {
|
|
3586
3611
|
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
3587
3612
|
}
|
|
3613
|
+
.running {
|
|
3614
|
+
animation-play-state: running;
|
|
3615
|
+
}
|
|
3588
3616
|
:root {
|
|
3589
3617
|
--white: #ffffff;
|
|
3590
3618
|
--purple: #8e68ff;
|
|
@@ -3991,6 +4019,9 @@ body {
|
|
|
3991
4019
|
--tw-bg-opacity: 1;
|
|
3992
4020
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
3993
4021
|
}
|
|
4022
|
+
.hover\:bg-gray-200\/40:hover {
|
|
4023
|
+
background-color: rgb(229 231 235 / 0.4);
|
|
4024
|
+
}
|
|
3994
4025
|
.hover\:bg-green-600:hover {
|
|
3995
4026
|
--tw-bg-opacity: 1;
|
|
3996
4027
|
background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
|
|
@@ -4448,9 +4479,15 @@ body {
|
|
|
4448
4479
|
--tw-scale-y: 1.1;
|
|
4449
4480
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
4450
4481
|
}
|
|
4482
|
+
.group:hover .group-hover\:text-destructive {
|
|
4483
|
+
color: hsl(var(--destructive));
|
|
4484
|
+
}
|
|
4451
4485
|
.group\/menu-item:hover .group-hover\/menu-item\:opacity-100 {
|
|
4452
4486
|
opacity: 1;
|
|
4453
4487
|
}
|
|
4488
|
+
.group:hover .group-hover\:opacity-100 {
|
|
4489
|
+
opacity: 1;
|
|
4490
|
+
}
|
|
4454
4491
|
.group.toast .group-\[\.toast\]\:text-neutral-600 {
|
|
4455
4492
|
--tw-text-opacity: 1;
|
|
4456
4493
|
color: rgb(82 82 82 / var(--tw-text-opacity, 1));
|
|
@@ -5327,6 +5364,9 @@ body {
|
|
|
5327
5364
|
.dark\:bg-emerald-400\/25:is(.dark *) {
|
|
5328
5365
|
background-color: rgb(52 211 153 / 0.25);
|
|
5329
5366
|
}
|
|
5367
|
+
.dark\:bg-gray-700\/25:is(.dark *) {
|
|
5368
|
+
background-color: rgb(55 65 81 / 0.25);
|
|
5369
|
+
}
|
|
5330
5370
|
.dark\:bg-gray-800:is(.dark *) {
|
|
5331
5371
|
--tw-bg-opacity: 1;
|
|
5332
5372
|
background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
|
|
@@ -5415,6 +5455,9 @@ body {
|
|
|
5415
5455
|
--tw-text-opacity: 1;
|
|
5416
5456
|
color: rgb(52 211 153 / var(--tw-text-opacity, 1));
|
|
5417
5457
|
}
|
|
5458
|
+
.dark\:text-gray-200\/90:is(.dark *) {
|
|
5459
|
+
color: rgb(229 231 235 / 0.9);
|
|
5460
|
+
}
|
|
5418
5461
|
.dark\:text-gray-300:is(.dark *) {
|
|
5419
5462
|
--tw-text-opacity: 1;
|
|
5420
5463
|
color: rgb(209 213 219 / var(--tw-text-opacity, 1));
|
|
@@ -5626,6 +5669,9 @@ body {
|
|
|
5626
5669
|
}
|
|
5627
5670
|
}
|
|
5628
5671
|
@media (min-width: 480px) {
|
|
5672
|
+
.min-\[480px\]\:inline-block {
|
|
5673
|
+
display: inline-block;
|
|
5674
|
+
}
|
|
5629
5675
|
.min-\[480px\]\:hidden {
|
|
5630
5676
|
display: none;
|
|
5631
5677
|
}
|
|
@@ -5793,12 +5839,19 @@ body {
|
|
|
5793
5839
|
.sm\:text-left {
|
|
5794
5840
|
text-align: left;
|
|
5795
5841
|
}
|
|
5842
|
+
.sm\:text-3xl {
|
|
5843
|
+
font-size: 1.875rem;
|
|
5844
|
+
line-height: 2.25rem;
|
|
5845
|
+
}
|
|
5796
5846
|
.sm\:text-\[0\.95rem\] {
|
|
5797
5847
|
font-size: 0.95rem;
|
|
5798
5848
|
}
|
|
5799
5849
|
.sm\:text-\[11px\] {
|
|
5800
5850
|
font-size: 11px;
|
|
5801
5851
|
}
|
|
5852
|
+
.sm\:text-\[15px\] {
|
|
5853
|
+
font-size: 15px;
|
|
5854
|
+
}
|
|
5802
5855
|
.sm\:text-\[clamp\(0\.65rem\,1\.1vw\,0\.825rem\)\] {
|
|
5803
5856
|
font-size: clamp(0.65rem, 1.1vw, 0.825rem);
|
|
5804
5857
|
}
|
|
@@ -5904,6 +5957,14 @@ body {
|
|
|
5904
5957
|
.md\:p-4 {
|
|
5905
5958
|
padding: 1rem;
|
|
5906
5959
|
}
|
|
5960
|
+
.md\:px-6 {
|
|
5961
|
+
padding-left: 1.5rem;
|
|
5962
|
+
padding-right: 1.5rem;
|
|
5963
|
+
}
|
|
5964
|
+
.md\:py-4 {
|
|
5965
|
+
padding-top: 1rem;
|
|
5966
|
+
padding-bottom: 1rem;
|
|
5967
|
+
}
|
|
5907
5968
|
.md\:text-left {
|
|
5908
5969
|
text-align: left;
|
|
5909
5970
|
}
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from 'react';
|
|
2
|
-
import React__default, { ReactNode } from 'react';
|
|
2
|
+
import React__default, { ReactNode, 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';
|
|
@@ -1426,9 +1426,10 @@ declare function DebouncedInput({ value: initialValue, onChange, debounce, label
|
|
|
1426
1426
|
interface AgendaViewProps {
|
|
1427
1427
|
currentDate: Date;
|
|
1428
1428
|
events: CalendarEvent[];
|
|
1429
|
-
onEventSelect
|
|
1429
|
+
onEventSelect?: (event: CalendarEvent) => void;
|
|
1430
|
+
showUndatedEvents?: boolean;
|
|
1430
1431
|
}
|
|
1431
|
-
declare function AgendaView({ currentDate, events, onEventSelect, }: AgendaViewProps): react_jsx_runtime.JSX.Element;
|
|
1432
|
+
declare function AgendaView({ currentDate, events, onEventSelect, showUndatedEvents, }: AgendaViewProps): react_jsx_runtime.JSX.Element;
|
|
1432
1433
|
|
|
1433
1434
|
interface CalendarDndProviderProps {
|
|
1434
1435
|
children: ReactNode;
|
|
@@ -1518,6 +1519,7 @@ declare function EventDialog({ event, isOpen, onClose, onSave, onDelete, }: Even
|
|
|
1518
1519
|
interface EventItemProps {
|
|
1519
1520
|
event: CalendarEvent;
|
|
1520
1521
|
view: "month" | "week" | "day" | "agenda";
|
|
1522
|
+
agendaOnly?: boolean;
|
|
1521
1523
|
isDragging?: boolean;
|
|
1522
1524
|
onClick?: (e: React.MouseEvent) => void;
|
|
1523
1525
|
showTime?: boolean;
|
|
@@ -1531,7 +1533,7 @@ interface EventItemProps {
|
|
|
1531
1533
|
onMouseDown?: (e: React.MouseEvent) => void;
|
|
1532
1534
|
onTouchStart?: (e: React.TouchEvent) => void;
|
|
1533
1535
|
}
|
|
1534
|
-
declare function EventItem({ event, view,
|
|
1536
|
+
declare function EventItem({ event, view, onClick, showTime, currentTime, isFirstDay, isLastDay, children, className, dndListeners, dndAttributes, onMouseDown, onTouchStart, agendaOnly, }: EventItemProps): react_jsx_runtime.JSX.Element;
|
|
1535
1537
|
|
|
1536
1538
|
interface EventsPopupProps {
|
|
1537
1539
|
date: Date;
|
|
@@ -1541,7 +1543,7 @@ interface EventsPopupProps {
|
|
|
1541
1543
|
left: number;
|
|
1542
1544
|
};
|
|
1543
1545
|
onClose: () => void;
|
|
1544
|
-
onEventSelect
|
|
1546
|
+
onEventSelect?: (event: CalendarEvent) => void;
|
|
1545
1547
|
}
|
|
1546
1548
|
declare function EventsPopup({ date, events, position, onClose, onEventSelect, }: EventsPopupProps): react_jsx_runtime.JSX.Element;
|
|
1547
1549
|
|
|
@@ -1580,6 +1582,7 @@ interface CalendarEvent {
|
|
|
1580
1582
|
description?: string;
|
|
1581
1583
|
start: Date;
|
|
1582
1584
|
end: Date;
|
|
1585
|
+
attend_date?: Date | null;
|
|
1583
1586
|
allDay?: boolean;
|
|
1584
1587
|
color?: EventColor;
|
|
1585
1588
|
location?: string;
|
|
@@ -1602,13 +1605,7 @@ declare function isMultiDayEvent(event: CalendarEvent): boolean;
|
|
|
1602
1605
|
* Filter events for a specific day
|
|
1603
1606
|
*/
|
|
1604
1607
|
declare function getEventsForDay(events: CalendarEvent[], day: Date): CalendarEvent[];
|
|
1605
|
-
/**
|
|
1606
|
-
* Sort events with multi-day events first, then by start time
|
|
1607
|
-
*/
|
|
1608
1608
|
declare function sortEvents(events: CalendarEvent[]): CalendarEvent[];
|
|
1609
|
-
/**
|
|
1610
|
-
* Get multi-day events that span across a specific day (but don't start on that day)
|
|
1611
|
-
*/
|
|
1612
1609
|
declare function getSpanningEventsForDay(events: CalendarEvent[], day: Date): CalendarEvent[];
|
|
1613
1610
|
/**
|
|
1614
1611
|
* Get all events visible on a specific day (starting, ending, or spanning)
|
|
@@ -1648,6 +1645,38 @@ interface CheckboxTreeProps {
|
|
|
1648
1645
|
}
|
|
1649
1646
|
declare function CheckboxTree({ tree, renderNode }: CheckboxTreeProps): React__default.ReactNode;
|
|
1650
1647
|
|
|
1648
|
+
declare function MultiSelectBase({ children, values, defaultValues, onValuesChange, disabled, empty, error, }: {
|
|
1649
|
+
children: ReactNode;
|
|
1650
|
+
values?: string[];
|
|
1651
|
+
defaultValues?: string[];
|
|
1652
|
+
onValuesChange?: (values: string[]) => void;
|
|
1653
|
+
disabled?: boolean;
|
|
1654
|
+
empty?: ReactNode;
|
|
1655
|
+
error?: string;
|
|
1656
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1657
|
+
declare function MultiSelectTriggerBase({ className, children, error: propError, ...props }: {
|
|
1658
|
+
className?: string;
|
|
1659
|
+
children?: ReactNode;
|
|
1660
|
+
} & ComponentPropsWithoutRef<typeof ButtonBase> & ErrorMessageProps): react_jsx_runtime.JSX.Element;
|
|
1661
|
+
declare function MultiSelectValueBase({ placeholder, clickToRemove, className, overflowBehavior, ...props }: {
|
|
1662
|
+
placeholder?: string;
|
|
1663
|
+
clickToRemove?: boolean;
|
|
1664
|
+
overflowBehavior?: "wrap" | "wrap-when-open" | "cutoff";
|
|
1665
|
+
} & Omit<ComponentPropsWithoutRef<"div">, "children">): react_jsx_runtime.JSX.Element;
|
|
1666
|
+
declare function MultiSelectContentBase({ search, children, ...props }: {
|
|
1667
|
+
search?: boolean | {
|
|
1668
|
+
placeholder?: string;
|
|
1669
|
+
emptyMessage?: string;
|
|
1670
|
+
};
|
|
1671
|
+
children: ReactNode;
|
|
1672
|
+
} & Omit<ComponentPropsWithoutRef<typeof CommandBase>, "children">): react_jsx_runtime.JSX.Element;
|
|
1673
|
+
declare function MultiSelectItemBase({ value, children, badgeLabel, onSelect, ...props }: {
|
|
1674
|
+
badgeLabel?: ReactNode;
|
|
1675
|
+
value: string;
|
|
1676
|
+
} & Omit<ComponentPropsWithoutRef<typeof CommandItemBase>, "value">): react_jsx_runtime.JSX.Element;
|
|
1677
|
+
declare function MultiSelectGroupBase(props: ComponentPropsWithoutRef<typeof CommandGroupBase>): react_jsx_runtime.JSX.Element;
|
|
1678
|
+
declare function MultiSelectSeparatorBase(props: ComponentPropsWithoutRef<typeof CommandSeparatorBase>): react_jsx_runtime.JSX.Element;
|
|
1679
|
+
|
|
1651
1680
|
declare function useIsMobile(): boolean;
|
|
1652
1681
|
|
|
1653
1682
|
interface Position {
|
|
@@ -1667,4 +1696,4 @@ declare const useDrag: (options?: UseDragOptions) => {
|
|
|
1667
1696
|
isDragging: boolean;
|
|
1668
1697
|
};
|
|
1669
1698
|
|
|
1670
|
-
export { AddButton, AgendaDaysToShow, AgendaView, AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarCombobox, type AvatarComboboxItem, AvatarFallbackBase, AvatarImageBase, BackButton, Badge, type BadgeColorType, BarChart, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, ButtonBase, ButtonGroupBase, type ButtonProps, CalendarBase, CalendarDndProvider, type CalendarEvent, type CalendarProps, type CalendarView, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, type CarouselApi, CarouselBase, CarouselContentBase, CarouselItemBase, CarouselNextBase, CarouselPreviousBase, ChangeButton, Chart, type ChartData, type ChartHooksArgs, CheckButton, CheckboxBase, CheckboxTree, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, CopyButton, DateTimePicker, DayView, DebouncedInput, type DebouncedInputProps, DefaultEndHour, DefaultStartHour, 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, EditButton, EndHour, ErrorMessage, EventCalendar, type EventColor, EventDialog, EventGap, EventHeight, EventItem, EventsPopup, FavoriteButton, FileUploader, type FileUploaderProps, type FileWithPreview, FilterButton, type FinalValueFormatter, HideButton, Highlights, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, LabelBase, LikeButton, CustomLineChart as LineChart, LoadingBase, LockButton, type MapperConfig, type MapperConfigEntry, type Margins, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MoreButton, MultiCombobox, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, NoData, NotificationButton, type Padding, type Period, PeriodsDropdown, CustomPieChart as PieChart, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, type Primitive, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, RangePicker, type RangePickerProps, RefreshButton, SaveButton, ScrollAreaBase, ScrollBarBase, SearchButton, Select, SelectBase, SelectContentBase, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, SelectTriggerBase, SelectValueBase, SeparatorBase, type SeriesCounts, type SeriesEntry, 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, StatusIndicator, type StatusProps, SwitchBase, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type TextAreaBaseProps, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, type TimePickerType, Toaster, type TooltipAdaptedRow, TooltipBase, TooltipContentBase, type TooltipItem, TooltipProviderBase, TooltipSimple, TooltipTriggerBase, RechartTooltipWithTotal as TooltipWithTotal, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, type ValueFormatter, ViewButton, VisibilityButton, WeekCellsHeight, WeekView, type XAxisConfig, type YAxes, type YAxisMap, type YAxisOptions, type YAxisSide, addHoursToDate, badgeVariants, buttonVariantsBase, compactTick, convert12HourTo24Hour, detectDataFields, detectXAxis, display12HourValue, formatFieldName, generateAdditionalColors, getAgendaEventsForDay, getAllEventsForDay, getArrowByType, getBorderRadiusClasses, getDateByType, getEventColorClasses, getEventsForDay, getSpanningEventsForDay, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, renderInsideBarLabel, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, toast, useCalendarDnd, useChartHighlights, useCurrentTimeIndicator, useDrag, useEventVisibility, useIsMobile, useTheme, type valueFormatter };
|
|
1699
|
+
export { AddButton, AgendaDaysToShow, AgendaView, AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarCombobox, type AvatarComboboxItem, AvatarFallbackBase, AvatarImageBase, BackButton, Badge, type BadgeColorType, BarChart, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, ButtonBase, ButtonGroupBase, type ButtonProps, CalendarBase, CalendarDndProvider, type CalendarEvent, type CalendarProps, type CalendarView, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, type CarouselApi, CarouselBase, CarouselContentBase, CarouselItemBase, CarouselNextBase, CarouselPreviousBase, ChangeButton, Chart, type ChartData, type ChartHooksArgs, CheckButton, CheckboxBase, CheckboxTree, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, CopyButton, DateTimePicker, DayView, DebouncedInput, type DebouncedInputProps, DefaultEndHour, DefaultStartHour, 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, EditButton, EndHour, ErrorMessage, EventCalendar, type EventColor, EventDialog, EventGap, EventHeight, EventItem, EventsPopup, FavoriteButton, FileUploader, type FileUploaderProps, type FileWithPreview, FilterButton, type FinalValueFormatter, HideButton, Highlights, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, LabelBase, LikeButton, CustomLineChart as LineChart, LoadingBase, LockButton, type MapperConfig, type MapperConfigEntry, type Margins, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MoreButton, MultiCombobox, MultiSelectBase, MultiSelectContentBase, MultiSelectGroupBase, MultiSelectItemBase, MultiSelectSeparatorBase, MultiSelectTriggerBase, MultiSelectValueBase, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, NoData, NotificationButton, type Padding, type Period, PeriodsDropdown, CustomPieChart as PieChart, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, type Primitive, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, RangePicker, type RangePickerProps, RefreshButton, SaveButton, ScrollAreaBase, ScrollBarBase, SearchButton, Select, SelectBase, SelectContentBase, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, SelectTriggerBase, SelectValueBase, SeparatorBase, type SeriesCounts, type SeriesEntry, 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, StatusIndicator, type StatusProps, SwitchBase, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type TextAreaBaseProps, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, type TimePickerType, Toaster, type TooltipAdaptedRow, TooltipBase, TooltipContentBase, type TooltipItem, TooltipProviderBase, TooltipSimple, TooltipTriggerBase, RechartTooltipWithTotal as TooltipWithTotal, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, type ValueFormatter, ViewButton, VisibilityButton, WeekCellsHeight, WeekView, type XAxisConfig, type YAxes, type YAxisMap, type YAxisOptions, type YAxisSide, addHoursToDate, badgeVariants, buttonVariantsBase, compactTick, convert12HourTo24Hour, detectDataFields, detectXAxis, display12HourValue, formatFieldName, generateAdditionalColors, getAgendaEventsForDay, getAllEventsForDay, getArrowByType, getBorderRadiusClasses, getDateByType, getEventColorClasses, getEventsForDay, getSpanningEventsForDay, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, renderInsideBarLabel, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, toast, useCalendarDnd, useChartHighlights, useCurrentTimeIndicator, useDrag, useEventVisibility, useIsMobile, useTheme, type valueFormatter };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from 'react';
|
|
2
|
-
import React__default, { ReactNode } from 'react';
|
|
2
|
+
import React__default, { ReactNode, 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';
|
|
@@ -1426,9 +1426,10 @@ declare function DebouncedInput({ value: initialValue, onChange, debounce, label
|
|
|
1426
1426
|
interface AgendaViewProps {
|
|
1427
1427
|
currentDate: Date;
|
|
1428
1428
|
events: CalendarEvent[];
|
|
1429
|
-
onEventSelect
|
|
1429
|
+
onEventSelect?: (event: CalendarEvent) => void;
|
|
1430
|
+
showUndatedEvents?: boolean;
|
|
1430
1431
|
}
|
|
1431
|
-
declare function AgendaView({ currentDate, events, onEventSelect, }: AgendaViewProps): react_jsx_runtime.JSX.Element;
|
|
1432
|
+
declare function AgendaView({ currentDate, events, onEventSelect, showUndatedEvents, }: AgendaViewProps): react_jsx_runtime.JSX.Element;
|
|
1432
1433
|
|
|
1433
1434
|
interface CalendarDndProviderProps {
|
|
1434
1435
|
children: ReactNode;
|
|
@@ -1518,6 +1519,7 @@ declare function EventDialog({ event, isOpen, onClose, onSave, onDelete, }: Even
|
|
|
1518
1519
|
interface EventItemProps {
|
|
1519
1520
|
event: CalendarEvent;
|
|
1520
1521
|
view: "month" | "week" | "day" | "agenda";
|
|
1522
|
+
agendaOnly?: boolean;
|
|
1521
1523
|
isDragging?: boolean;
|
|
1522
1524
|
onClick?: (e: React.MouseEvent) => void;
|
|
1523
1525
|
showTime?: boolean;
|
|
@@ -1531,7 +1533,7 @@ interface EventItemProps {
|
|
|
1531
1533
|
onMouseDown?: (e: React.MouseEvent) => void;
|
|
1532
1534
|
onTouchStart?: (e: React.TouchEvent) => void;
|
|
1533
1535
|
}
|
|
1534
|
-
declare function EventItem({ event, view,
|
|
1536
|
+
declare function EventItem({ event, view, onClick, showTime, currentTime, isFirstDay, isLastDay, children, className, dndListeners, dndAttributes, onMouseDown, onTouchStart, agendaOnly, }: EventItemProps): react_jsx_runtime.JSX.Element;
|
|
1535
1537
|
|
|
1536
1538
|
interface EventsPopupProps {
|
|
1537
1539
|
date: Date;
|
|
@@ -1541,7 +1543,7 @@ interface EventsPopupProps {
|
|
|
1541
1543
|
left: number;
|
|
1542
1544
|
};
|
|
1543
1545
|
onClose: () => void;
|
|
1544
|
-
onEventSelect
|
|
1546
|
+
onEventSelect?: (event: CalendarEvent) => void;
|
|
1545
1547
|
}
|
|
1546
1548
|
declare function EventsPopup({ date, events, position, onClose, onEventSelect, }: EventsPopupProps): react_jsx_runtime.JSX.Element;
|
|
1547
1549
|
|
|
@@ -1580,6 +1582,7 @@ interface CalendarEvent {
|
|
|
1580
1582
|
description?: string;
|
|
1581
1583
|
start: Date;
|
|
1582
1584
|
end: Date;
|
|
1585
|
+
attend_date?: Date | null;
|
|
1583
1586
|
allDay?: boolean;
|
|
1584
1587
|
color?: EventColor;
|
|
1585
1588
|
location?: string;
|
|
@@ -1602,13 +1605,7 @@ declare function isMultiDayEvent(event: CalendarEvent): boolean;
|
|
|
1602
1605
|
* Filter events for a specific day
|
|
1603
1606
|
*/
|
|
1604
1607
|
declare function getEventsForDay(events: CalendarEvent[], day: Date): CalendarEvent[];
|
|
1605
|
-
/**
|
|
1606
|
-
* Sort events with multi-day events first, then by start time
|
|
1607
|
-
*/
|
|
1608
1608
|
declare function sortEvents(events: CalendarEvent[]): CalendarEvent[];
|
|
1609
|
-
/**
|
|
1610
|
-
* Get multi-day events that span across a specific day (but don't start on that day)
|
|
1611
|
-
*/
|
|
1612
1609
|
declare function getSpanningEventsForDay(events: CalendarEvent[], day: Date): CalendarEvent[];
|
|
1613
1610
|
/**
|
|
1614
1611
|
* Get all events visible on a specific day (starting, ending, or spanning)
|
|
@@ -1648,6 +1645,38 @@ interface CheckboxTreeProps {
|
|
|
1648
1645
|
}
|
|
1649
1646
|
declare function CheckboxTree({ tree, renderNode }: CheckboxTreeProps): React__default.ReactNode;
|
|
1650
1647
|
|
|
1648
|
+
declare function MultiSelectBase({ children, values, defaultValues, onValuesChange, disabled, empty, error, }: {
|
|
1649
|
+
children: ReactNode;
|
|
1650
|
+
values?: string[];
|
|
1651
|
+
defaultValues?: string[];
|
|
1652
|
+
onValuesChange?: (values: string[]) => void;
|
|
1653
|
+
disabled?: boolean;
|
|
1654
|
+
empty?: ReactNode;
|
|
1655
|
+
error?: string;
|
|
1656
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1657
|
+
declare function MultiSelectTriggerBase({ className, children, error: propError, ...props }: {
|
|
1658
|
+
className?: string;
|
|
1659
|
+
children?: ReactNode;
|
|
1660
|
+
} & ComponentPropsWithoutRef<typeof ButtonBase> & ErrorMessageProps): react_jsx_runtime.JSX.Element;
|
|
1661
|
+
declare function MultiSelectValueBase({ placeholder, clickToRemove, className, overflowBehavior, ...props }: {
|
|
1662
|
+
placeholder?: string;
|
|
1663
|
+
clickToRemove?: boolean;
|
|
1664
|
+
overflowBehavior?: "wrap" | "wrap-when-open" | "cutoff";
|
|
1665
|
+
} & Omit<ComponentPropsWithoutRef<"div">, "children">): react_jsx_runtime.JSX.Element;
|
|
1666
|
+
declare function MultiSelectContentBase({ search, children, ...props }: {
|
|
1667
|
+
search?: boolean | {
|
|
1668
|
+
placeholder?: string;
|
|
1669
|
+
emptyMessage?: string;
|
|
1670
|
+
};
|
|
1671
|
+
children: ReactNode;
|
|
1672
|
+
} & Omit<ComponentPropsWithoutRef<typeof CommandBase>, "children">): react_jsx_runtime.JSX.Element;
|
|
1673
|
+
declare function MultiSelectItemBase({ value, children, badgeLabel, onSelect, ...props }: {
|
|
1674
|
+
badgeLabel?: ReactNode;
|
|
1675
|
+
value: string;
|
|
1676
|
+
} & Omit<ComponentPropsWithoutRef<typeof CommandItemBase>, "value">): react_jsx_runtime.JSX.Element;
|
|
1677
|
+
declare function MultiSelectGroupBase(props: ComponentPropsWithoutRef<typeof CommandGroupBase>): react_jsx_runtime.JSX.Element;
|
|
1678
|
+
declare function MultiSelectSeparatorBase(props: ComponentPropsWithoutRef<typeof CommandSeparatorBase>): react_jsx_runtime.JSX.Element;
|
|
1679
|
+
|
|
1651
1680
|
declare function useIsMobile(): boolean;
|
|
1652
1681
|
|
|
1653
1682
|
interface Position {
|
|
@@ -1667,4 +1696,4 @@ declare const useDrag: (options?: UseDragOptions) => {
|
|
|
1667
1696
|
isDragging: boolean;
|
|
1668
1697
|
};
|
|
1669
1698
|
|
|
1670
|
-
export { AddButton, AgendaDaysToShow, AgendaView, AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarCombobox, type AvatarComboboxItem, AvatarFallbackBase, AvatarImageBase, BackButton, Badge, type BadgeColorType, BarChart, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, ButtonBase, ButtonGroupBase, type ButtonProps, CalendarBase, CalendarDndProvider, type CalendarEvent, type CalendarProps, type CalendarView, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, type CarouselApi, CarouselBase, CarouselContentBase, CarouselItemBase, CarouselNextBase, CarouselPreviousBase, ChangeButton, Chart, type ChartData, type ChartHooksArgs, CheckButton, CheckboxBase, CheckboxTree, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, CopyButton, DateTimePicker, DayView, DebouncedInput, type DebouncedInputProps, DefaultEndHour, DefaultStartHour, 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, EditButton, EndHour, ErrorMessage, EventCalendar, type EventColor, EventDialog, EventGap, EventHeight, EventItem, EventsPopup, FavoriteButton, FileUploader, type FileUploaderProps, type FileWithPreview, FilterButton, type FinalValueFormatter, HideButton, Highlights, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, LabelBase, LikeButton, CustomLineChart as LineChart, LoadingBase, LockButton, type MapperConfig, type MapperConfigEntry, type Margins, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MoreButton, MultiCombobox, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, NoData, NotificationButton, type Padding, type Period, PeriodsDropdown, CustomPieChart as PieChart, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, type Primitive, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, RangePicker, type RangePickerProps, RefreshButton, SaveButton, ScrollAreaBase, ScrollBarBase, SearchButton, Select, SelectBase, SelectContentBase, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, SelectTriggerBase, SelectValueBase, SeparatorBase, type SeriesCounts, type SeriesEntry, 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, StatusIndicator, type StatusProps, SwitchBase, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type TextAreaBaseProps, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, type TimePickerType, Toaster, type TooltipAdaptedRow, TooltipBase, TooltipContentBase, type TooltipItem, TooltipProviderBase, TooltipSimple, TooltipTriggerBase, RechartTooltipWithTotal as TooltipWithTotal, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, type ValueFormatter, ViewButton, VisibilityButton, WeekCellsHeight, WeekView, type XAxisConfig, type YAxes, type YAxisMap, type YAxisOptions, type YAxisSide, addHoursToDate, badgeVariants, buttonVariantsBase, compactTick, convert12HourTo24Hour, detectDataFields, detectXAxis, display12HourValue, formatFieldName, generateAdditionalColors, getAgendaEventsForDay, getAllEventsForDay, getArrowByType, getBorderRadiusClasses, getDateByType, getEventColorClasses, getEventsForDay, getSpanningEventsForDay, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, renderInsideBarLabel, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, toast, useCalendarDnd, useChartHighlights, useCurrentTimeIndicator, useDrag, useEventVisibility, useIsMobile, useTheme, type valueFormatter };
|
|
1699
|
+
export { AddButton, AgendaDaysToShow, AgendaView, AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarCombobox, type AvatarComboboxItem, AvatarFallbackBase, AvatarImageBase, BackButton, Badge, type BadgeColorType, BarChart, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, ButtonBase, ButtonGroupBase, type ButtonProps, CalendarBase, CalendarDndProvider, type CalendarEvent, type CalendarProps, type CalendarView, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, type CarouselApi, CarouselBase, CarouselContentBase, CarouselItemBase, CarouselNextBase, CarouselPreviousBase, ChangeButton, Chart, type ChartData, type ChartHooksArgs, CheckButton, CheckboxBase, CheckboxTree, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, CopyButton, DateTimePicker, DayView, DebouncedInput, type DebouncedInputProps, DefaultEndHour, DefaultStartHour, 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, EditButton, EndHour, ErrorMessage, EventCalendar, type EventColor, EventDialog, EventGap, EventHeight, EventItem, EventsPopup, FavoriteButton, FileUploader, type FileUploaderProps, type FileWithPreview, FilterButton, type FinalValueFormatter, HideButton, Highlights, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, LabelBase, LikeButton, CustomLineChart as LineChart, LoadingBase, LockButton, type MapperConfig, type MapperConfigEntry, type Margins, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MoreButton, MultiCombobox, MultiSelectBase, MultiSelectContentBase, MultiSelectGroupBase, MultiSelectItemBase, MultiSelectSeparatorBase, MultiSelectTriggerBase, MultiSelectValueBase, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, NoData, NotificationButton, type Padding, type Period, PeriodsDropdown, CustomPieChart as PieChart, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, type Primitive, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, RangePicker, type RangePickerProps, RefreshButton, SaveButton, ScrollAreaBase, ScrollBarBase, SearchButton, Select, SelectBase, SelectContentBase, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, SelectTriggerBase, SelectValueBase, SeparatorBase, type SeriesCounts, type SeriesEntry, 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, StatusIndicator, type StatusProps, SwitchBase, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type TextAreaBaseProps, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, type TimePickerType, Toaster, type TooltipAdaptedRow, TooltipBase, TooltipContentBase, type TooltipItem, TooltipProviderBase, TooltipSimple, TooltipTriggerBase, RechartTooltipWithTotal as TooltipWithTotal, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, type ValueFormatter, ViewButton, VisibilityButton, WeekCellsHeight, WeekView, type XAxisConfig, type YAxes, type YAxisMap, type YAxisOptions, type YAxisSide, addHoursToDate, badgeVariants, buttonVariantsBase, compactTick, convert12HourTo24Hour, detectDataFields, detectXAxis, display12HourValue, formatFieldName, generateAdditionalColors, getAgendaEventsForDay, getAllEventsForDay, getArrowByType, getBorderRadiusClasses, getDateByType, getEventColorClasses, getEventsForDay, getSpanningEventsForDay, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, renderInsideBarLabel, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, toast, useCalendarDnd, useChartHighlights, useCurrentTimeIndicator, useDrag, useEventVisibility, useIsMobile, useTheme, type valueFormatter };
|