@mlw-packages/react-components 1.8.4 → 1.8.5
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 +96 -24
- package/dist/index.d.mts +14 -8
- package/dist/index.d.ts +14 -8
- package/dist/index.js +734 -720
- package/dist/index.mjs +734 -720
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -495,6 +495,9 @@ body {
|
|
|
495
495
|
.right-4 {
|
|
496
496
|
right: 1rem;
|
|
497
497
|
}
|
|
498
|
+
.right-5 {
|
|
499
|
+
right: 1.25rem;
|
|
500
|
+
}
|
|
498
501
|
.right-6 {
|
|
499
502
|
right: 1.5rem;
|
|
500
503
|
}
|
|
@@ -669,9 +672,6 @@ body {
|
|
|
669
672
|
.-ml-4 {
|
|
670
673
|
margin-left: -1rem;
|
|
671
674
|
}
|
|
672
|
-
.-mr-3 {
|
|
673
|
-
margin-right: -0.75rem;
|
|
674
|
-
}
|
|
675
675
|
.-mt-1 {
|
|
676
676
|
margin-top: -0.25rem;
|
|
677
677
|
}
|
|
@@ -732,6 +732,9 @@ body {
|
|
|
732
732
|
.ml-64 {
|
|
733
733
|
margin-left: 16rem;
|
|
734
734
|
}
|
|
735
|
+
.ml-\[90px\] {
|
|
736
|
+
margin-left: 90px;
|
|
737
|
+
}
|
|
735
738
|
.ml-auto {
|
|
736
739
|
margin-left: auto;
|
|
737
740
|
}
|
|
@@ -750,15 +753,12 @@ body {
|
|
|
750
753
|
.mr-4 {
|
|
751
754
|
margin-right: 1rem;
|
|
752
755
|
}
|
|
753
|
-
.mr-5 {
|
|
754
|
-
margin-right: 1.25rem;
|
|
755
|
-
}
|
|
756
|
-
.mr-8 {
|
|
757
|
-
margin-right: 2rem;
|
|
758
|
-
}
|
|
759
756
|
.ms-6 {
|
|
760
757
|
margin-inline-start: 1.5rem;
|
|
761
758
|
}
|
|
759
|
+
.mt-0 {
|
|
760
|
+
margin-top: 0px;
|
|
761
|
+
}
|
|
762
762
|
.mt-0\.5 {
|
|
763
763
|
margin-top: 0.125rem;
|
|
764
764
|
}
|
|
@@ -768,6 +768,9 @@ body {
|
|
|
768
768
|
.mt-1\.5 {
|
|
769
769
|
margin-top: 0.375rem;
|
|
770
770
|
}
|
|
771
|
+
.mt-12 {
|
|
772
|
+
margin-top: 3rem;
|
|
773
|
+
}
|
|
771
774
|
.mt-2 {
|
|
772
775
|
margin-top: 0.5rem;
|
|
773
776
|
}
|
|
@@ -789,6 +792,9 @@ body {
|
|
|
789
792
|
.mt-8 {
|
|
790
793
|
margin-top: 2rem;
|
|
791
794
|
}
|
|
795
|
+
.mt-\[19px\] {
|
|
796
|
+
margin-top: 19px;
|
|
797
|
+
}
|
|
792
798
|
.mt-\[var\(--event-gap\)\] {
|
|
793
799
|
margin-top: var(--event-gap);
|
|
794
800
|
}
|
|
@@ -1039,8 +1045,11 @@ body {
|
|
|
1039
1045
|
.max-h-\[90dvh\] {
|
|
1040
1046
|
max-height: 90dvh;
|
|
1041
1047
|
}
|
|
1042
|
-
.max-h-\[
|
|
1043
|
-
max-height:
|
|
1048
|
+
.max-h-\[95vh\] {
|
|
1049
|
+
max-height: 95vh;
|
|
1050
|
+
}
|
|
1051
|
+
.max-h-\[calc\(400px\)\] {
|
|
1052
|
+
max-height: calc(400px);
|
|
1044
1053
|
}
|
|
1045
1054
|
.max-h-\[var\(--radix-context-menu-content-available-height\)\] {
|
|
1046
1055
|
max-height: var(--radix-context-menu-content-available-height);
|
|
@@ -1066,6 +1075,12 @@ body {
|
|
|
1066
1075
|
.min-h-\[300px\] {
|
|
1067
1076
|
min-height: 300px;
|
|
1068
1077
|
}
|
|
1078
|
+
.min-h-\[330px\] {
|
|
1079
|
+
min-height: 330px;
|
|
1080
|
+
}
|
|
1081
|
+
.min-h-\[380px\] {
|
|
1082
|
+
min-height: 380px;
|
|
1083
|
+
}
|
|
1069
1084
|
.min-h-\[3rem\] {
|
|
1070
1085
|
min-height: 3rem;
|
|
1071
1086
|
}
|
|
@@ -1243,6 +1258,9 @@ body {
|
|
|
1243
1258
|
.w-\[90\%\] {
|
|
1244
1259
|
width: 90%;
|
|
1245
1260
|
}
|
|
1261
|
+
.w-\[98\%\] {
|
|
1262
|
+
width: 98%;
|
|
1263
|
+
}
|
|
1246
1264
|
.w-auto {
|
|
1247
1265
|
width: auto;
|
|
1248
1266
|
}
|
|
@@ -1495,6 +1513,11 @@ body {
|
|
|
1495
1513
|
--tw-scale-y: 1;
|
|
1496
1514
|
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));
|
|
1497
1515
|
}
|
|
1516
|
+
.scale-110 {
|
|
1517
|
+
--tw-scale-x: 1.1;
|
|
1518
|
+
--tw-scale-y: 1.1;
|
|
1519
|
+
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));
|
|
1520
|
+
}
|
|
1498
1521
|
.scale-\[1\.02\] {
|
|
1499
1522
|
--tw-scale-x: 1.02;
|
|
1500
1523
|
--tw-scale-y: 1.02;
|
|
@@ -1558,6 +1581,9 @@ body {
|
|
|
1558
1581
|
-moz-user-select: all;
|
|
1559
1582
|
user-select: all;
|
|
1560
1583
|
}
|
|
1584
|
+
.resize-none {
|
|
1585
|
+
resize: none;
|
|
1586
|
+
}
|
|
1561
1587
|
.resize {
|
|
1562
1588
|
resize: both;
|
|
1563
1589
|
}
|
|
@@ -1785,9 +1811,6 @@ body {
|
|
|
1785
1811
|
.overflow-x-hidden {
|
|
1786
1812
|
overflow-x: hidden;
|
|
1787
1813
|
}
|
|
1788
|
-
.overflow-y-hidden {
|
|
1789
|
-
overflow-y: hidden;
|
|
1790
|
-
}
|
|
1791
1814
|
.overflow-y-scroll {
|
|
1792
1815
|
overflow-y: scroll;
|
|
1793
1816
|
}
|
|
@@ -1853,10 +1876,6 @@ body {
|
|
|
1853
1876
|
border-bottom-right-radius: calc(var(--radius) - 2px);
|
|
1854
1877
|
border-bottom-left-radius: calc(var(--radius) - 2px);
|
|
1855
1878
|
}
|
|
1856
|
-
.rounded-b-none {
|
|
1857
|
-
border-bottom-right-radius: 0px;
|
|
1858
|
-
border-bottom-left-radius: 0px;
|
|
1859
|
-
}
|
|
1860
1879
|
.rounded-b-xl {
|
|
1861
1880
|
border-bottom-right-radius: 0.75rem;
|
|
1862
1881
|
border-bottom-left-radius: 0.75rem;
|
|
@@ -1968,6 +1987,9 @@ body {
|
|
|
1968
1987
|
.border-none {
|
|
1969
1988
|
border-style: none;
|
|
1970
1989
|
}
|
|
1990
|
+
.border-accent {
|
|
1991
|
+
border-color: hsl(var(--accent));
|
|
1992
|
+
}
|
|
1971
1993
|
.border-amber-400 {
|
|
1972
1994
|
--tw-border-opacity: 1;
|
|
1973
1995
|
border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
|
|
@@ -2122,9 +2144,6 @@ body {
|
|
|
2122
2144
|
--tw-border-opacity: 1;
|
|
2123
2145
|
border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
|
|
2124
2146
|
}
|
|
2125
|
-
.border-b-transparent {
|
|
2126
|
-
border-bottom-color: transparent;
|
|
2127
|
-
}
|
|
2128
2147
|
.border-l-transparent {
|
|
2129
2148
|
border-left-color: transparent;
|
|
2130
2149
|
}
|
|
@@ -2137,6 +2156,9 @@ body {
|
|
|
2137
2156
|
.bg-accent {
|
|
2138
2157
|
background-color: hsl(var(--accent));
|
|
2139
2158
|
}
|
|
2159
|
+
.bg-accent-foreground {
|
|
2160
|
+
background-color: hsl(var(--accent-foreground));
|
|
2161
|
+
}
|
|
2140
2162
|
.bg-accent\/10 {
|
|
2141
2163
|
background-color: hsl(var(--accent) / 0.1);
|
|
2142
2164
|
}
|
|
@@ -2213,6 +2235,9 @@ body {
|
|
|
2213
2235
|
.bg-card {
|
|
2214
2236
|
background-color: hsl(var(--card));
|
|
2215
2237
|
}
|
|
2238
|
+
.bg-card-foreground {
|
|
2239
|
+
background-color: hsl(var(--card-foreground));
|
|
2240
|
+
}
|
|
2216
2241
|
.bg-card\/0 {
|
|
2217
2242
|
background-color: hsl(var(--card) / 0);
|
|
2218
2243
|
}
|
|
@@ -2225,6 +2250,9 @@ body {
|
|
|
2225
2250
|
.bg-destructive {
|
|
2226
2251
|
background-color: hsl(var(--destructive));
|
|
2227
2252
|
}
|
|
2253
|
+
.bg-destructive-foreground {
|
|
2254
|
+
background-color: hsl(var(--destructive-foreground));
|
|
2255
|
+
}
|
|
2228
2256
|
.bg-destructive\/15 {
|
|
2229
2257
|
background-color: hsl(var(--destructive) / 0.15);
|
|
2230
2258
|
}
|
|
@@ -2314,9 +2342,15 @@ body {
|
|
|
2314
2342
|
--tw-bg-opacity: 1;
|
|
2315
2343
|
background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
|
|
2316
2344
|
}
|
|
2345
|
+
.bg-input {
|
|
2346
|
+
background-color: hsl(var(--input));
|
|
2347
|
+
}
|
|
2317
2348
|
.bg-muted {
|
|
2318
2349
|
background-color: hsl(var(--muted));
|
|
2319
2350
|
}
|
|
2351
|
+
.bg-muted-foreground {
|
|
2352
|
+
background-color: hsl(var(--muted-foreground));
|
|
2353
|
+
}
|
|
2320
2354
|
.bg-muted\/10 {
|
|
2321
2355
|
background-color: hsl(var(--muted) / 0.1);
|
|
2322
2356
|
}
|
|
@@ -2373,9 +2407,15 @@ body {
|
|
|
2373
2407
|
.bg-popover {
|
|
2374
2408
|
background-color: hsl(var(--popover));
|
|
2375
2409
|
}
|
|
2410
|
+
.bg-popover-foreground {
|
|
2411
|
+
background-color: hsl(var(--popover-foreground));
|
|
2412
|
+
}
|
|
2376
2413
|
.bg-primary {
|
|
2377
2414
|
background-color: hsl(var(--primary));
|
|
2378
2415
|
}
|
|
2416
|
+
.bg-primary-foreground {
|
|
2417
|
+
background-color: hsl(var(--primary-foreground));
|
|
2418
|
+
}
|
|
2379
2419
|
.bg-primary\/10 {
|
|
2380
2420
|
background-color: hsl(var(--primary) / 0.1);
|
|
2381
2421
|
}
|
|
@@ -2416,6 +2456,9 @@ body {
|
|
|
2416
2456
|
--tw-bg-opacity: 1;
|
|
2417
2457
|
background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
|
|
2418
2458
|
}
|
|
2459
|
+
.bg-ring {
|
|
2460
|
+
background-color: hsl(var(--ring));
|
|
2461
|
+
}
|
|
2419
2462
|
.bg-rose-200\/50 {
|
|
2420
2463
|
background-color: rgb(254 205 211 / 0.5);
|
|
2421
2464
|
}
|
|
@@ -2437,6 +2480,9 @@ body {
|
|
|
2437
2480
|
.bg-secondary {
|
|
2438
2481
|
background-color: hsl(var(--secondary));
|
|
2439
2482
|
}
|
|
2483
|
+
.bg-secondary-foreground {
|
|
2484
|
+
background-color: hsl(var(--secondary-foreground));
|
|
2485
|
+
}
|
|
2440
2486
|
.bg-sky-200\/50 {
|
|
2441
2487
|
background-color: rgb(186 230 253 / 0.5);
|
|
2442
2488
|
}
|
|
@@ -2980,6 +3026,9 @@ body {
|
|
|
2980
3026
|
.leading-tight {
|
|
2981
3027
|
line-height: 1.25;
|
|
2982
3028
|
}
|
|
3029
|
+
.tracking-\[0\] {
|
|
3030
|
+
letter-spacing: 0;
|
|
3031
|
+
}
|
|
2983
3032
|
.tracking-tight {
|
|
2984
3033
|
letter-spacing: -0.025em;
|
|
2985
3034
|
}
|
|
@@ -2992,6 +3041,9 @@ body {
|
|
|
2992
3041
|
.tracking-widest {
|
|
2993
3042
|
letter-spacing: 0.1em;
|
|
2994
3043
|
}
|
|
3044
|
+
.text-accent-foreground {
|
|
3045
|
+
color: hsl(var(--accent-foreground));
|
|
3046
|
+
}
|
|
2995
3047
|
.text-amber-500 {
|
|
2996
3048
|
--tw-text-opacity: 1;
|
|
2997
3049
|
color: rgb(245 158 11 / var(--tw-text-opacity, 1));
|
|
@@ -3298,9 +3350,15 @@ body {
|
|
|
3298
3350
|
.underline {
|
|
3299
3351
|
text-decoration-line: underline;
|
|
3300
3352
|
}
|
|
3353
|
+
.line-through {
|
|
3354
|
+
text-decoration-line: line-through;
|
|
3355
|
+
}
|
|
3301
3356
|
.no-underline {
|
|
3302
3357
|
text-decoration-line: none;
|
|
3303
3358
|
}
|
|
3359
|
+
.decoration-2 {
|
|
3360
|
+
text-decoration-thickness: 2px;
|
|
3361
|
+
}
|
|
3304
3362
|
.underline-offset-4 {
|
|
3305
3363
|
text-underline-offset: 4px;
|
|
3306
3364
|
}
|
|
@@ -3866,6 +3924,20 @@ body {
|
|
|
3866
3924
|
opacity: 0.5;
|
|
3867
3925
|
}
|
|
3868
3926
|
}
|
|
3927
|
+
::view-transition-old(root),
|
|
3928
|
+
::view-transition-new(root) {
|
|
3929
|
+
animation: none;
|
|
3930
|
+
mix-blend-mode: normal;
|
|
3931
|
+
}
|
|
3932
|
+
::view-transition-old(root) {
|
|
3933
|
+
z-index: 1;
|
|
3934
|
+
}
|
|
3935
|
+
::view-transition-new(root) {
|
|
3936
|
+
z-index: 2;
|
|
3937
|
+
}
|
|
3938
|
+
[data-theme-transition=true]::view-transition-new(root) {
|
|
3939
|
+
animation: none;
|
|
3940
|
+
}
|
|
3869
3941
|
.selection\:bg-primary *::-moz-selection {
|
|
3870
3942
|
background-color: hsl(var(--primary));
|
|
3871
3943
|
}
|
|
@@ -5900,15 +5972,15 @@ body {
|
|
|
5900
5972
|
.sm\:w-12 {
|
|
5901
5973
|
width: 3rem;
|
|
5902
5974
|
}
|
|
5975
|
+
.sm\:w-16 {
|
|
5976
|
+
width: 4rem;
|
|
5977
|
+
}
|
|
5903
5978
|
.sm\:w-20 {
|
|
5904
5979
|
width: 5rem;
|
|
5905
5980
|
}
|
|
5906
5981
|
.sm\:w-4 {
|
|
5907
5982
|
width: 1rem;
|
|
5908
5983
|
}
|
|
5909
|
-
.sm\:w-6 {
|
|
5910
|
-
width: 1.5rem;
|
|
5911
|
-
}
|
|
5912
5984
|
.sm\:w-7 {
|
|
5913
5985
|
width: 1.75rem;
|
|
5914
5986
|
}
|
package/dist/index.d.mts
CHANGED
|
@@ -1381,8 +1381,9 @@ interface ComboboxProps<T extends string> extends ErrorMessageProps {
|
|
|
1381
1381
|
labelClassname?: string;
|
|
1382
1382
|
testIds?: ComboboxTestIds;
|
|
1383
1383
|
disabled?: boolean;
|
|
1384
|
+
hideClear?: boolean;
|
|
1384
1385
|
}
|
|
1385
|
-
declare function Combobox<T extends string>({ items, selected, onChange, className, placeholder, searchPlaceholder, empty, disabled, label, labelClassname, testIds, error, }: ComboboxProps<T>): react_jsx_runtime.JSX.Element;
|
|
1386
|
+
declare function Combobox<T extends string>({ items, selected, onChange, className, placeholder, searchPlaceholder, empty, disabled, label, labelClassname, testIds, error, hideClear, }: ComboboxProps<T>): react_jsx_runtime.JSX.Element;
|
|
1386
1387
|
|
|
1387
1388
|
interface MultiComboboxTestIds {
|
|
1388
1389
|
root?: string;
|
|
@@ -1429,7 +1430,7 @@ type MultiSelectContextType = {
|
|
|
1429
1430
|
emptyMessage?: ReactNode;
|
|
1430
1431
|
error?: string;
|
|
1431
1432
|
};
|
|
1432
|
-
declare function MultiSelectBase({ children, values, defaultValues, onValuesChange, disabled, empty, error, }: {
|
|
1433
|
+
declare function MultiSelectBase({ children, values, defaultValues, onValuesChange, disabled, empty, error, initialItems, }: {
|
|
1433
1434
|
children: ReactNode;
|
|
1434
1435
|
values?: string[];
|
|
1435
1436
|
defaultValues?: string[];
|
|
@@ -1437,6 +1438,10 @@ declare function MultiSelectBase({ children, values, defaultValues, onValuesChan
|
|
|
1437
1438
|
disabled?: boolean;
|
|
1438
1439
|
empty?: ReactNode;
|
|
1439
1440
|
error?: string;
|
|
1441
|
+
initialItems?: Map<string, ReactNode> | {
|
|
1442
|
+
value: string;
|
|
1443
|
+
label: ReactNode;
|
|
1444
|
+
}[];
|
|
1440
1445
|
}): react_jsx_runtime.JSX.Element;
|
|
1441
1446
|
declare function MultiSelectTriggerBase({ className, children, error: propError, label, labelClassname, ...props }: {
|
|
1442
1447
|
className?: string;
|
|
@@ -2060,18 +2065,19 @@ interface ChartHooksArgs {
|
|
|
2060
2065
|
xAxisLabel?: string;
|
|
2061
2066
|
}
|
|
2062
2067
|
|
|
2063
|
-
interface LeaderboardItem {
|
|
2068
|
+
interface LeaderboardItem<T extends string> {
|
|
2064
2069
|
name: string;
|
|
2065
|
-
|
|
2070
|
+
value: number | string | T;
|
|
2066
2071
|
}
|
|
2067
|
-
interface LeaderboardProps {
|
|
2068
|
-
items?: LeaderboardItem[];
|
|
2072
|
+
interface LeaderboardProps<T extends string> {
|
|
2073
|
+
items?: LeaderboardItem<T>[];
|
|
2069
2074
|
order?: "asc" | "desc";
|
|
2070
2075
|
title?: string;
|
|
2071
2076
|
className?: string;
|
|
2072
2077
|
isLoading?: boolean;
|
|
2078
|
+
legend?: [string, string][];
|
|
2073
2079
|
}
|
|
2074
|
-
declare function Leaderboard({ items, order: initialOrder, title, className, isLoading, }: LeaderboardProps): react_jsx_runtime.JSX.Element;
|
|
2080
|
+
declare function Leaderboard<T extends string>({ items, order: initialOrder, title, className, isLoading, legend, }: LeaderboardProps<T>): react_jsx_runtime.JSX.Element;
|
|
2075
2081
|
|
|
2076
2082
|
declare function useIsMobile(): boolean;
|
|
2077
2083
|
|
|
@@ -2092,4 +2098,4 @@ declare const useDrag: (options?: UseDragOptions) => {
|
|
|
2092
2098
|
isDragging: boolean;
|
|
2093
2099
|
};
|
|
2094
2100
|
|
|
2095
|
-
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, BarChart, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, ButtonBase, ButtonGroupBase, type ButtonProps, CalendarBase, CalendarDndProvider, CalendarDndProviderAgenda, type CalendarEvent, type CalendarEventAgenda, type CalendarProps, type CalendarView, type CalendarViewAgenda, 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, 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, EventDialog, EventGap, EventGapAgenda, EventHeight, EventHeightAgenda, EventItem, EventItemAgenda, EventsPopup, FavoriteButton, FileUploader, type FileUploaderProps, type FileWithPreview, FilterButton, type FinalValueFormatter, HideButton, Highlights, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, type IconProps, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, LabelBase, Leaderboard, LikeButton, CustomLineChart as LineChart, LoadingBase, LockButton, type MapperConfig, type MapperConfigEntry, type Margins, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MonthViewAgenda, MoreButton, MultiCombobox, type MultiComboboxProps, type MultiComboboxTestIds, 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 NewSelectProps, 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, type SelectPropsWithGroupItems, type SelectPropsWithItems, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, type SelectTestIds, 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, StartHourAgenda, 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, UndatedEvents, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, type ValueFormatter, type ValueFormatterType, ViewButton, VisibilityButton, WeekCellsHeight, WeekCellsHeightAgenda, WeekView, WeekViewAgenda, type XAxisConfig, type YAxes, type YAxisMap, type YAxisOptions, type YAxisSide, adaptDataForTooltip, addHoursToDate, addHoursToDateAgenda, addMinutesToDateAgenda, badgeVariants, buttonVariantsBase, compactTick, computeChartWidth, computeNiceMax, computeYAxisTickWidth, convert12HourTo24Hour, createValueFormatter, createYTickFormatter, detectDataFields, detectXAxis, display12HourValue, formatFieldName, generateAdditionalColors, generateColorMap, getAgendaEventsForDay, getAgendaEventsForDayAgenda, getAllEventsForDay, getAllEventsForDayAgenda, getArrowByType, getBorderRadiusClasses, getBorderRadiusClassesAgenda, getDateByType, getEventColorClasses, getEventColorClassesAgenda, getEventEndDate, getEventStartDate, getEventsForDay, getEventsForDayAgenda, getMaxDataValue, getMinDataValue, getSpanningEventsForDay, getSpanningEventsForDayAgenda, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isMultiDayEventAgenda, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, normalizeAttendDate, renderInsideBarLabel, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, sortEventsAgenda, toast, useCalendarDnd, useCalendarDndAgenda, useChartClick, useChartDimensions, useChartHighlights, useChartTooltips, useCurrentTimeIndicator, useCurrentTimeIndicatorAgenda, useDrag, useEventVisibility, useEventVisibilityAgenda, useIsMobile, useTheme, type valueFormatter, visualForItem };
|
|
2101
|
+
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, BarChart, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, ButtonBase, ButtonGroupBase, type ButtonProps, CalendarBase, CalendarDndProvider, CalendarDndProviderAgenda, type CalendarEvent, type CalendarEventAgenda, type CalendarProps, type CalendarView, type CalendarViewAgenda, 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, 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, EventDialog, EventGap, EventGapAgenda, EventHeight, EventHeightAgenda, EventItem, EventItemAgenda, EventsPopup, FavoriteButton, FileUploader, type FileUploaderProps, type FileWithPreview, FilterButton, type FinalValueFormatter, HideButton, Highlights, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, type IconProps, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, LabelBase, Leaderboard, type LeaderboardItem, type LeaderboardProps, LikeButton, CustomLineChart as LineChart, LoadingBase, LockButton, type MapperConfig, type MapperConfigEntry, type Margins, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MonthViewAgenda, MoreButton, MultiCombobox, type MultiComboboxProps, type MultiComboboxTestIds, 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 NewSelectProps, 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, type SelectPropsWithGroupItems, type SelectPropsWithItems, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, type SelectTestIds, 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, StartHourAgenda, 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, UndatedEvents, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, type ValueFormatter, type ValueFormatterType, ViewButton, VisibilityButton, WeekCellsHeight, WeekCellsHeightAgenda, WeekView, WeekViewAgenda, type XAxisConfig, type YAxes, type YAxisMap, type YAxisOptions, type YAxisSide, adaptDataForTooltip, addHoursToDate, addHoursToDateAgenda, addMinutesToDateAgenda, badgeVariants, buttonVariantsBase, compactTick, computeChartWidth, computeNiceMax, computeYAxisTickWidth, convert12HourTo24Hour, createValueFormatter, createYTickFormatter, detectDataFields, detectXAxis, display12HourValue, formatFieldName, generateAdditionalColors, generateColorMap, getAgendaEventsForDay, getAgendaEventsForDayAgenda, getAllEventsForDay, getAllEventsForDayAgenda, getArrowByType, getBorderRadiusClasses, getBorderRadiusClassesAgenda, getDateByType, getEventColorClasses, getEventColorClassesAgenda, getEventEndDate, getEventStartDate, getEventsForDay, getEventsForDayAgenda, getMaxDataValue, getMinDataValue, getSpanningEventsForDay, getSpanningEventsForDayAgenda, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isMultiDayEventAgenda, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, normalizeAttendDate, renderInsideBarLabel, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, sortEventsAgenda, toast, useCalendarDnd, useCalendarDndAgenda, useChartClick, useChartDimensions, useChartHighlights, useChartTooltips, useCurrentTimeIndicator, useCurrentTimeIndicatorAgenda, useDrag, useEventVisibility, useEventVisibilityAgenda, useIsMobile, useTheme, type valueFormatter, visualForItem };
|
package/dist/index.d.ts
CHANGED
|
@@ -1381,8 +1381,9 @@ interface ComboboxProps<T extends string> extends ErrorMessageProps {
|
|
|
1381
1381
|
labelClassname?: string;
|
|
1382
1382
|
testIds?: ComboboxTestIds;
|
|
1383
1383
|
disabled?: boolean;
|
|
1384
|
+
hideClear?: boolean;
|
|
1384
1385
|
}
|
|
1385
|
-
declare function Combobox<T extends string>({ items, selected, onChange, className, placeholder, searchPlaceholder, empty, disabled, label, labelClassname, testIds, error, }: ComboboxProps<T>): react_jsx_runtime.JSX.Element;
|
|
1386
|
+
declare function Combobox<T extends string>({ items, selected, onChange, className, placeholder, searchPlaceholder, empty, disabled, label, labelClassname, testIds, error, hideClear, }: ComboboxProps<T>): react_jsx_runtime.JSX.Element;
|
|
1386
1387
|
|
|
1387
1388
|
interface MultiComboboxTestIds {
|
|
1388
1389
|
root?: string;
|
|
@@ -1429,7 +1430,7 @@ type MultiSelectContextType = {
|
|
|
1429
1430
|
emptyMessage?: ReactNode;
|
|
1430
1431
|
error?: string;
|
|
1431
1432
|
};
|
|
1432
|
-
declare function MultiSelectBase({ children, values, defaultValues, onValuesChange, disabled, empty, error, }: {
|
|
1433
|
+
declare function MultiSelectBase({ children, values, defaultValues, onValuesChange, disabled, empty, error, initialItems, }: {
|
|
1433
1434
|
children: ReactNode;
|
|
1434
1435
|
values?: string[];
|
|
1435
1436
|
defaultValues?: string[];
|
|
@@ -1437,6 +1438,10 @@ declare function MultiSelectBase({ children, values, defaultValues, onValuesChan
|
|
|
1437
1438
|
disabled?: boolean;
|
|
1438
1439
|
empty?: ReactNode;
|
|
1439
1440
|
error?: string;
|
|
1441
|
+
initialItems?: Map<string, ReactNode> | {
|
|
1442
|
+
value: string;
|
|
1443
|
+
label: ReactNode;
|
|
1444
|
+
}[];
|
|
1440
1445
|
}): react_jsx_runtime.JSX.Element;
|
|
1441
1446
|
declare function MultiSelectTriggerBase({ className, children, error: propError, label, labelClassname, ...props }: {
|
|
1442
1447
|
className?: string;
|
|
@@ -2060,18 +2065,19 @@ interface ChartHooksArgs {
|
|
|
2060
2065
|
xAxisLabel?: string;
|
|
2061
2066
|
}
|
|
2062
2067
|
|
|
2063
|
-
interface LeaderboardItem {
|
|
2068
|
+
interface LeaderboardItem<T extends string> {
|
|
2064
2069
|
name: string;
|
|
2065
|
-
|
|
2070
|
+
value: number | string | T;
|
|
2066
2071
|
}
|
|
2067
|
-
interface LeaderboardProps {
|
|
2068
|
-
items?: LeaderboardItem[];
|
|
2072
|
+
interface LeaderboardProps<T extends string> {
|
|
2073
|
+
items?: LeaderboardItem<T>[];
|
|
2069
2074
|
order?: "asc" | "desc";
|
|
2070
2075
|
title?: string;
|
|
2071
2076
|
className?: string;
|
|
2072
2077
|
isLoading?: boolean;
|
|
2078
|
+
legend?: [string, string][];
|
|
2073
2079
|
}
|
|
2074
|
-
declare function Leaderboard({ items, order: initialOrder, title, className, isLoading, }: LeaderboardProps): react_jsx_runtime.JSX.Element;
|
|
2080
|
+
declare function Leaderboard<T extends string>({ items, order: initialOrder, title, className, isLoading, legend, }: LeaderboardProps<T>): react_jsx_runtime.JSX.Element;
|
|
2075
2081
|
|
|
2076
2082
|
declare function useIsMobile(): boolean;
|
|
2077
2083
|
|
|
@@ -2092,4 +2098,4 @@ declare const useDrag: (options?: UseDragOptions) => {
|
|
|
2092
2098
|
isDragging: boolean;
|
|
2093
2099
|
};
|
|
2094
2100
|
|
|
2095
|
-
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, BarChart, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, ButtonBase, ButtonGroupBase, type ButtonProps, CalendarBase, CalendarDndProvider, CalendarDndProviderAgenda, type CalendarEvent, type CalendarEventAgenda, type CalendarProps, type CalendarView, type CalendarViewAgenda, 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, 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, EventDialog, EventGap, EventGapAgenda, EventHeight, EventHeightAgenda, EventItem, EventItemAgenda, EventsPopup, FavoriteButton, FileUploader, type FileUploaderProps, type FileWithPreview, FilterButton, type FinalValueFormatter, HideButton, Highlights, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, type IconProps, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, LabelBase, Leaderboard, LikeButton, CustomLineChart as LineChart, LoadingBase, LockButton, type MapperConfig, type MapperConfigEntry, type Margins, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MonthViewAgenda, MoreButton, MultiCombobox, type MultiComboboxProps, type MultiComboboxTestIds, 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 NewSelectProps, 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, type SelectPropsWithGroupItems, type SelectPropsWithItems, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, type SelectTestIds, 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, StartHourAgenda, 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, UndatedEvents, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, type ValueFormatter, type ValueFormatterType, ViewButton, VisibilityButton, WeekCellsHeight, WeekCellsHeightAgenda, WeekView, WeekViewAgenda, type XAxisConfig, type YAxes, type YAxisMap, type YAxisOptions, type YAxisSide, adaptDataForTooltip, addHoursToDate, addHoursToDateAgenda, addMinutesToDateAgenda, badgeVariants, buttonVariantsBase, compactTick, computeChartWidth, computeNiceMax, computeYAxisTickWidth, convert12HourTo24Hour, createValueFormatter, createYTickFormatter, detectDataFields, detectXAxis, display12HourValue, formatFieldName, generateAdditionalColors, generateColorMap, getAgendaEventsForDay, getAgendaEventsForDayAgenda, getAllEventsForDay, getAllEventsForDayAgenda, getArrowByType, getBorderRadiusClasses, getBorderRadiusClassesAgenda, getDateByType, getEventColorClasses, getEventColorClassesAgenda, getEventEndDate, getEventStartDate, getEventsForDay, getEventsForDayAgenda, getMaxDataValue, getMinDataValue, getSpanningEventsForDay, getSpanningEventsForDayAgenda, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isMultiDayEventAgenda, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, normalizeAttendDate, renderInsideBarLabel, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, sortEventsAgenda, toast, useCalendarDnd, useCalendarDndAgenda, useChartClick, useChartDimensions, useChartHighlights, useChartTooltips, useCurrentTimeIndicator, useCurrentTimeIndicatorAgenda, useDrag, useEventVisibility, useEventVisibilityAgenda, useIsMobile, useTheme, type valueFormatter, visualForItem };
|
|
2101
|
+
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, BarChart, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, ButtonBase, ButtonGroupBase, type ButtonProps, CalendarBase, CalendarDndProvider, CalendarDndProviderAgenda, type CalendarEvent, type CalendarEventAgenda, type CalendarProps, type CalendarView, type CalendarViewAgenda, 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, 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, EventDialog, EventGap, EventGapAgenda, EventHeight, EventHeightAgenda, EventItem, EventItemAgenda, EventsPopup, FavoriteButton, FileUploader, type FileUploaderProps, type FileWithPreview, FilterButton, type FinalValueFormatter, HideButton, Highlights, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, type IconProps, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, LabelBase, Leaderboard, type LeaderboardItem, type LeaderboardProps, LikeButton, CustomLineChart as LineChart, LoadingBase, LockButton, type MapperConfig, type MapperConfigEntry, type Margins, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MonthViewAgenda, MoreButton, MultiCombobox, type MultiComboboxProps, type MultiComboboxTestIds, 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 NewSelectProps, 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, type SelectPropsWithGroupItems, type SelectPropsWithItems, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, type SelectTestIds, 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, StartHourAgenda, 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, UndatedEvents, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, type ValueFormatter, type ValueFormatterType, ViewButton, VisibilityButton, WeekCellsHeight, WeekCellsHeightAgenda, WeekView, WeekViewAgenda, type XAxisConfig, type YAxes, type YAxisMap, type YAxisOptions, type YAxisSide, adaptDataForTooltip, addHoursToDate, addHoursToDateAgenda, addMinutesToDateAgenda, badgeVariants, buttonVariantsBase, compactTick, computeChartWidth, computeNiceMax, computeYAxisTickWidth, convert12HourTo24Hour, createValueFormatter, createYTickFormatter, detectDataFields, detectXAxis, display12HourValue, formatFieldName, generateAdditionalColors, generateColorMap, getAgendaEventsForDay, getAgendaEventsForDayAgenda, getAllEventsForDay, getAllEventsForDayAgenda, getArrowByType, getBorderRadiusClasses, getBorderRadiusClassesAgenda, getDateByType, getEventColorClasses, getEventColorClassesAgenda, getEventEndDate, getEventStartDate, getEventsForDay, getEventsForDayAgenda, getMaxDataValue, getMinDataValue, getSpanningEventsForDay, getSpanningEventsForDayAgenda, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isMultiDayEventAgenda, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, normalizeAttendDate, renderInsideBarLabel, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, sortEventsAgenda, toast, useCalendarDnd, useCalendarDndAgenda, useChartClick, useChartDimensions, useChartHighlights, useChartTooltips, useCurrentTimeIndicator, useCurrentTimeIndicatorAgenda, useDrag, useEventVisibility, useEventVisibilityAgenda, useIsMobile, useTheme, type valueFormatter, visualForItem };
|