@mlw-packages/react-components 1.9.14 → 1.9.16
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 +89 -18
- package/dist/index.d.mts +46 -3
- package/dist/index.d.ts +46 -3
- package/dist/index.js +268 -130
- package/dist/index.mjs +269 -132
- package/package.json +3 -2
package/dist/index.css
CHANGED
|
@@ -429,6 +429,15 @@ body {
|
|
|
429
429
|
top: 0px;
|
|
430
430
|
bottom: 0px;
|
|
431
431
|
}
|
|
432
|
+
.\!left-\[auto\] {
|
|
433
|
+
left: auto !important;
|
|
434
|
+
}
|
|
435
|
+
.\!right-3 {
|
|
436
|
+
right: 0.75rem !important;
|
|
437
|
+
}
|
|
438
|
+
.\!top-1\/2 {
|
|
439
|
+
top: 50% !important;
|
|
440
|
+
}
|
|
432
441
|
.-left-1 {
|
|
433
442
|
left: -0.25rem;
|
|
434
443
|
}
|
|
@@ -561,9 +570,6 @@ body {
|
|
|
561
570
|
.isolate {
|
|
562
571
|
isolation: isolate;
|
|
563
572
|
}
|
|
564
|
-
.-z-10 {
|
|
565
|
-
z-index: -10;
|
|
566
|
-
}
|
|
567
573
|
.z-10 {
|
|
568
574
|
z-index: 10;
|
|
569
575
|
}
|
|
@@ -904,6 +910,9 @@ body {
|
|
|
904
910
|
width: 100%;
|
|
905
911
|
height: 100%;
|
|
906
912
|
}
|
|
913
|
+
.\!h-7 {
|
|
914
|
+
height: 1.75rem !important;
|
|
915
|
+
}
|
|
907
916
|
.h-1 {
|
|
908
917
|
height: 0.25rem;
|
|
909
918
|
}
|
|
@@ -1141,6 +1150,9 @@ body {
|
|
|
1141
1150
|
.min-h-svh {
|
|
1142
1151
|
min-height: 100svh;
|
|
1143
1152
|
}
|
|
1153
|
+
.\!w-7 {
|
|
1154
|
+
width: 1.75rem !important;
|
|
1155
|
+
}
|
|
1144
1156
|
.w-0\.5 {
|
|
1145
1157
|
width: 0.125rem;
|
|
1146
1158
|
}
|
|
@@ -1291,9 +1303,6 @@ body {
|
|
|
1291
1303
|
.w-\[500px\] {
|
|
1292
1304
|
width: 500px;
|
|
1293
1305
|
}
|
|
1294
|
-
.w-\[600px\] {
|
|
1295
|
-
width: 600px;
|
|
1296
|
-
}
|
|
1297
1306
|
.w-\[70\%\] {
|
|
1298
1307
|
width: 70%;
|
|
1299
1308
|
}
|
|
@@ -1493,6 +1502,10 @@ body {
|
|
|
1493
1502
|
.border-collapse {
|
|
1494
1503
|
border-collapse: collapse;
|
|
1495
1504
|
}
|
|
1505
|
+
.\!-translate-y-1\/2 {
|
|
1506
|
+
--tw-translate-y: -50% !important;
|
|
1507
|
+
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)) !important;
|
|
1508
|
+
}
|
|
1496
1509
|
.-translate-x-1\/2 {
|
|
1497
1510
|
--tw-translate-x: -50%;
|
|
1498
1511
|
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));
|
|
@@ -1603,6 +1616,9 @@ body {
|
|
|
1603
1616
|
.animate-spin {
|
|
1604
1617
|
animation: spin 1s linear infinite;
|
|
1605
1618
|
}
|
|
1619
|
+
.cursor-context-menu {
|
|
1620
|
+
cursor: context-menu;
|
|
1621
|
+
}
|
|
1606
1622
|
.cursor-default {
|
|
1607
1623
|
cursor: default;
|
|
1608
1624
|
}
|
|
@@ -1922,6 +1938,9 @@ body {
|
|
|
1922
1938
|
.break-all {
|
|
1923
1939
|
word-break: break-all;
|
|
1924
1940
|
}
|
|
1941
|
+
.\!rounded-lg {
|
|
1942
|
+
border-radius: var(--radius) !important;
|
|
1943
|
+
}
|
|
1925
1944
|
.rounded {
|
|
1926
1945
|
border-radius: 0.25rem;
|
|
1927
1946
|
}
|
|
@@ -2020,6 +2039,9 @@ body {
|
|
|
2020
2039
|
.rounded-tl-sm {
|
|
2021
2040
|
border-top-left-radius: calc(var(--radius) - 4px);
|
|
2022
2041
|
}
|
|
2042
|
+
.\!border-0 {
|
|
2043
|
+
border-width: 0px !important;
|
|
2044
|
+
}
|
|
2023
2045
|
.border {
|
|
2024
2046
|
border-width: 1px;
|
|
2025
2047
|
}
|
|
@@ -2298,6 +2320,9 @@ body {
|
|
|
2298
2320
|
.border-t-transparent {
|
|
2299
2321
|
border-top-color: transparent;
|
|
2300
2322
|
}
|
|
2323
|
+
.\!bg-transparent {
|
|
2324
|
+
background-color: transparent !important;
|
|
2325
|
+
}
|
|
2301
2326
|
.bg-accent {
|
|
2302
2327
|
background-color: hsl(var(--accent));
|
|
2303
2328
|
}
|
|
@@ -2334,9 +2359,6 @@ body {
|
|
|
2334
2359
|
.bg-background {
|
|
2335
2360
|
background-color: hsl(var(--background));
|
|
2336
2361
|
}
|
|
2337
|
-
.bg-background\/5 {
|
|
2338
|
-
background-color: hsl(var(--background) / 0.05);
|
|
2339
|
-
}
|
|
2340
2362
|
.bg-background\/50 {
|
|
2341
2363
|
background-color: hsl(var(--background) / 0.5);
|
|
2342
2364
|
}
|
|
@@ -2352,6 +2374,9 @@ body {
|
|
|
2352
2374
|
.bg-black\/40 {
|
|
2353
2375
|
background-color: rgb(0 0 0 / 0.4);
|
|
2354
2376
|
}
|
|
2377
|
+
.bg-black\/45 {
|
|
2378
|
+
background-color: rgb(0 0 0 / 0.45);
|
|
2379
|
+
}
|
|
2355
2380
|
.bg-black\/50 {
|
|
2356
2381
|
background-color: rgb(0 0 0 / 0.5);
|
|
2357
2382
|
}
|
|
@@ -2410,6 +2435,9 @@ body {
|
|
|
2410
2435
|
.bg-destructive-foreground {
|
|
2411
2436
|
background-color: hsl(var(--destructive-foreground));
|
|
2412
2437
|
}
|
|
2438
|
+
.bg-destructive\/10 {
|
|
2439
|
+
background-color: hsl(var(--destructive) / 0.1);
|
|
2440
|
+
}
|
|
2413
2441
|
.bg-destructive\/15 {
|
|
2414
2442
|
background-color: hsl(var(--destructive) / 0.15);
|
|
2415
2443
|
}
|
|
@@ -2859,6 +2887,12 @@ body {
|
|
|
2859
2887
|
.fill-current {
|
|
2860
2888
|
fill: currentColor;
|
|
2861
2889
|
}
|
|
2890
|
+
.fill-destructive {
|
|
2891
|
+
fill: hsl(var(--destructive));
|
|
2892
|
+
}
|
|
2893
|
+
.fill-foreground {
|
|
2894
|
+
fill: hsl(var(--foreground));
|
|
2895
|
+
}
|
|
2862
2896
|
.fill-popover {
|
|
2863
2897
|
fill: hsl(var(--popover));
|
|
2864
2898
|
}
|
|
@@ -2874,6 +2908,9 @@ body {
|
|
|
2874
2908
|
.stroke-border\/50 {
|
|
2875
2909
|
stroke: hsl(var(--border) / 0.5);
|
|
2876
2910
|
}
|
|
2911
|
+
.stroke-destructive-foreground\/20 {
|
|
2912
|
+
stroke: hsl(var(--destructive-foreground) / 0.2);
|
|
2913
|
+
}
|
|
2877
2914
|
.stroke-primary-foreground\/20 {
|
|
2878
2915
|
stroke: hsl(var(--primary-foreground) / 0.2);
|
|
2879
2916
|
}
|
|
@@ -3266,6 +3303,9 @@ body {
|
|
|
3266
3303
|
.leading-none {
|
|
3267
3304
|
line-height: 1;
|
|
3268
3305
|
}
|
|
3306
|
+
.leading-relaxed {
|
|
3307
|
+
line-height: 1.625;
|
|
3308
|
+
}
|
|
3269
3309
|
.leading-snug {
|
|
3270
3310
|
line-height: 1.375;
|
|
3271
3311
|
}
|
|
@@ -3278,6 +3318,9 @@ body {
|
|
|
3278
3318
|
.tracking-tight {
|
|
3279
3319
|
letter-spacing: -0.025em;
|
|
3280
3320
|
}
|
|
3321
|
+
.tracking-tighter {
|
|
3322
|
+
letter-spacing: -0.05em;
|
|
3323
|
+
}
|
|
3281
3324
|
.tracking-wide {
|
|
3282
3325
|
letter-spacing: 0.025em;
|
|
3283
3326
|
}
|
|
@@ -3287,6 +3330,10 @@ body {
|
|
|
3287
3330
|
.tracking-widest {
|
|
3288
3331
|
letter-spacing: 0.1em;
|
|
3289
3332
|
}
|
|
3333
|
+
.\!text-neutral-400 {
|
|
3334
|
+
--tw-text-opacity: 1 !important;
|
|
3335
|
+
color: rgb(163 163 163 / var(--tw-text-opacity, 1)) !important;
|
|
3336
|
+
}
|
|
3290
3337
|
.text-accent-foreground {
|
|
3291
3338
|
color: hsl(var(--accent-foreground));
|
|
3292
3339
|
}
|
|
@@ -3860,10 +3907,6 @@ body {
|
|
|
3860
3907
|
--tw-blur: blur(8px);
|
|
3861
3908
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
3862
3909
|
}
|
|
3863
|
-
.blur-2xl {
|
|
3864
|
-
--tw-blur: blur(40px);
|
|
3865
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
3866
|
-
}
|
|
3867
3910
|
.blur-sm {
|
|
3868
3911
|
--tw-blur: blur(4px);
|
|
3869
3912
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
@@ -4507,11 +4550,6 @@ body {
|
|
|
4507
4550
|
--tw-scale-y: 1.25;
|
|
4508
4551
|
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));
|
|
4509
4552
|
}
|
|
4510
|
-
.hover\:scale-\[1\.02\]:hover {
|
|
4511
|
-
--tw-scale-x: 1.02;
|
|
4512
|
-
--tw-scale-y: 1.02;
|
|
4513
|
-
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));
|
|
4514
|
-
}
|
|
4515
4553
|
.hover\:border-blue-500\/30:hover {
|
|
4516
4554
|
border-color: rgb(59 130 246 / 0.3);
|
|
4517
4555
|
}
|
|
@@ -4527,6 +4565,9 @@ body {
|
|
|
4527
4565
|
.hover\:border-primary\/60:hover {
|
|
4528
4566
|
border-color: hsl(var(--primary) / 0.6);
|
|
4529
4567
|
}
|
|
4568
|
+
.hover\:\!bg-black\/5:hover {
|
|
4569
|
+
background-color: rgb(0 0 0 / 0.05) !important;
|
|
4570
|
+
}
|
|
4530
4571
|
.hover\:bg-accent:hover {
|
|
4531
4572
|
background-color: hsl(var(--accent));
|
|
4532
4573
|
}
|
|
@@ -4718,6 +4759,10 @@ body {
|
|
|
4718
4759
|
.hover\:fill-accent:hover {
|
|
4719
4760
|
fill: hsl(var(--accent));
|
|
4720
4761
|
}
|
|
4762
|
+
.hover\:\!text-neutral-900:hover {
|
|
4763
|
+
--tw-text-opacity: 1 !important;
|
|
4764
|
+
color: rgb(23 23 23 / var(--tw-text-opacity, 1)) !important;
|
|
4765
|
+
}
|
|
4721
4766
|
.hover\:text-accent-foreground:hover {
|
|
4722
4767
|
color: hsl(var(--accent-foreground));
|
|
4723
4768
|
}
|
|
@@ -4862,6 +4907,9 @@ body {
|
|
|
4862
4907
|
--tw-scale-x: 1;
|
|
4863
4908
|
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));
|
|
4864
4909
|
}
|
|
4910
|
+
.focus\:border-destructive:focus {
|
|
4911
|
+
border-color: hsl(var(--destructive));
|
|
4912
|
+
}
|
|
4865
4913
|
.focus\:border-ring:focus {
|
|
4866
4914
|
border-color: hsl(var(--ring));
|
|
4867
4915
|
}
|
|
@@ -4894,6 +4942,14 @@ body {
|
|
|
4894
4942
|
outline: 2px solid transparent;
|
|
4895
4943
|
outline-offset: 2px;
|
|
4896
4944
|
}
|
|
4945
|
+
.focus\:ring-0:focus {
|
|
4946
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
4947
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
4948
|
+
box-shadow:
|
|
4949
|
+
var(--tw-ring-offset-shadow),
|
|
4950
|
+
var(--tw-ring-shadow),
|
|
4951
|
+
var(--tw-shadow, 0 0 #0000);
|
|
4952
|
+
}
|
|
4897
4953
|
.focus\:ring-1:focus {
|
|
4898
4954
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
4899
4955
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -4919,6 +4975,9 @@ body {
|
|
|
4919
4975
|
.focus\:ring-primary:focus {
|
|
4920
4976
|
--tw-ring-color: hsl(var(--primary));
|
|
4921
4977
|
}
|
|
4978
|
+
.focus\:ring-primary\/20:focus {
|
|
4979
|
+
--tw-ring-color: hsl(var(--primary) / 0.2);
|
|
4980
|
+
}
|
|
4922
4981
|
.focus\:ring-primary\/40:focus {
|
|
4923
4982
|
--tw-ring-color: hsl(var(--primary) / 0.4);
|
|
4924
4983
|
}
|
|
@@ -5017,6 +5076,11 @@ body {
|
|
|
5017
5076
|
--tw-scale-y: .95;
|
|
5018
5077
|
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));
|
|
5019
5078
|
}
|
|
5079
|
+
.active\:scale-\[0\.98\]:active {
|
|
5080
|
+
--tw-scale-x: 0.98;
|
|
5081
|
+
--tw-scale-y: 0.98;
|
|
5082
|
+
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));
|
|
5083
|
+
}
|
|
5020
5084
|
.active\:cursor-grabbing:active {
|
|
5021
5085
|
cursor: grabbing;
|
|
5022
5086
|
}
|
|
@@ -6323,6 +6387,9 @@ body {
|
|
|
6323
6387
|
#1f2937 var(--tw-gradient-via-position),
|
|
6324
6388
|
var(--tw-gradient-to);
|
|
6325
6389
|
}
|
|
6390
|
+
.dark\:hover\:\!bg-white\/10:hover:is(.dark *) {
|
|
6391
|
+
background-color: rgb(255 255 255 / 0.1) !important;
|
|
6392
|
+
}
|
|
6326
6393
|
.dark\:hover\:bg-accent\/50:hover:is(.dark *) {
|
|
6327
6394
|
background-color: hsl(var(--accent) / 0.5);
|
|
6328
6395
|
}
|
|
@@ -6380,6 +6447,10 @@ body {
|
|
|
6380
6447
|
.dark\:hover\:bg-violet-500\/40:hover:is(.dark *) {
|
|
6381
6448
|
background-color: rgb(139 92 246 / 0.4);
|
|
6382
6449
|
}
|
|
6450
|
+
.dark\:hover\:\!text-neutral-100:hover:is(.dark *) {
|
|
6451
|
+
--tw-text-opacity: 1 !important;
|
|
6452
|
+
color: rgb(245 245 245 / var(--tw-text-opacity, 1)) !important;
|
|
6453
|
+
}
|
|
6383
6454
|
.dark\:hover\:text-emerald-300:hover:is(.dark *) {
|
|
6384
6455
|
--tw-text-opacity: 1;
|
|
6385
6456
|
color: rgb(110 231 183 / var(--tw-text-opacity, 1));
|
package/dist/index.d.mts
CHANGED
|
@@ -2339,13 +2339,15 @@ declare function CarouselBase({ items, className, containerClassName, imageClass
|
|
|
2339
2339
|
|
|
2340
2340
|
type PhosphorIcon = React$1.ForwardRefExoticComponent<IconProps$1 & React$1.RefAttributes<SVGSVGElement>>;
|
|
2341
2341
|
type MenuItem = {
|
|
2342
|
-
id: number;
|
|
2342
|
+
id: string | number;
|
|
2343
2343
|
label: string;
|
|
2344
2344
|
icon: PhosphorIcon;
|
|
2345
|
+
color?: "default" | "danger";
|
|
2346
|
+
variants?: number;
|
|
2345
2347
|
};
|
|
2346
2348
|
type RadialMenuProps = {
|
|
2347
2349
|
children?: React$1.ReactNode;
|
|
2348
|
-
menuItems
|
|
2350
|
+
menuItems?: MenuItem[];
|
|
2349
2351
|
size?: number;
|
|
2350
2352
|
iconSize?: number;
|
|
2351
2353
|
bandWidth?: number;
|
|
@@ -2356,6 +2358,47 @@ type RadialMenuProps = {
|
|
|
2356
2358
|
};
|
|
2357
2359
|
declare function RadialMenu({ children, menuItems, size, iconSize, bandWidth, innerGap, outerGap, outerRingWidth, onSelect, }: RadialMenuProps): react_jsx_runtime.JSX.Element;
|
|
2358
2360
|
|
|
2361
|
+
interface ControlledComboboxItem<T extends string> {
|
|
2362
|
+
label: string;
|
|
2363
|
+
value: T;
|
|
2364
|
+
}
|
|
2365
|
+
interface ControlledComboboxTestIds {
|
|
2366
|
+
root?: string;
|
|
2367
|
+
trigger?: string;
|
|
2368
|
+
popover?: string;
|
|
2369
|
+
command?: string;
|
|
2370
|
+
search?: string;
|
|
2371
|
+
list?: string;
|
|
2372
|
+
empty?: string;
|
|
2373
|
+
group?: string;
|
|
2374
|
+
option?: string;
|
|
2375
|
+
check?: string;
|
|
2376
|
+
hideClear?: boolean;
|
|
2377
|
+
}
|
|
2378
|
+
interface ControlledComboboxProps<T extends string> extends ErrorMessageProps {
|
|
2379
|
+
items: ControlledComboboxItem<T>[];
|
|
2380
|
+
renderSelected: ReactNode;
|
|
2381
|
+
handleSelection: (value: T) => void;
|
|
2382
|
+
checkIsSelected: (value: T) => boolean;
|
|
2383
|
+
disabled?: boolean;
|
|
2384
|
+
keepOpen?: boolean;
|
|
2385
|
+
closeAll?: ReactNode;
|
|
2386
|
+
searchPlaceholder?: string;
|
|
2387
|
+
empty?: ReactNode;
|
|
2388
|
+
hideClear?: boolean;
|
|
2389
|
+
onClear?: () => void;
|
|
2390
|
+
testIds?: ControlledComboboxTestIds;
|
|
2391
|
+
isMulti?: boolean;
|
|
2392
|
+
hasSelected?: boolean;
|
|
2393
|
+
onSearchChange?: (value: string) => void;
|
|
2394
|
+
search?: string;
|
|
2395
|
+
onEndReached?: () => void;
|
|
2396
|
+
loading?: boolean;
|
|
2397
|
+
label?: string;
|
|
2398
|
+
labelClassname?: string;
|
|
2399
|
+
}
|
|
2400
|
+
declare function ControlledCombobox<T extends string>({ items, renderSelected, handleSelection, checkIsSelected, disabled, keepOpen, searchPlaceholder, empty, error, label, labelClassname, testIds, onClear, hasSelected, hideClear, onSearchChange, search, onEndReached, loading, }: ControlledComboboxProps<T>): react_jsx_runtime.JSX.Element;
|
|
2401
|
+
|
|
2359
2402
|
declare function useIsMobile(): boolean;
|
|
2360
2403
|
|
|
2361
2404
|
interface Position {
|
|
@@ -2375,4 +2418,4 @@ declare const useDrag: (options?: UseDragOptions) => {
|
|
|
2375
2418
|
isDragging: boolean;
|
|
2376
2419
|
};
|
|
2377
2420
|
|
|
2378
|
-
export { AddButton, Agenda, AgendaDaysToShow, AgendaDaysToShowAgenda, AgendaView, AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarCombobox, type AvatarComboboxItem, type AvatarComboboxProps, type AvatarComboboxPropsWithGroupItems, type AvatarComboboxPropsWithItems, type AvatarComboboxTestIds, AvatarFallbackBase, AvatarImageBase, BackButton, Badge, type BadgeColorType, type BannerProps, type BiaxialConfig, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, Brush, ButtonBase, ButtonGroupBase, type ButtonProps, CENTER_INDEX, CalendarBase, CalendarDndProvider, CalendarDndProviderAgenda, type CalendarEvent, type CalendarEventAgenda, type CalendarProps, type CalendarView, type CalendarViewAgenda, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, CarouselBase, type CarouselBaseProps, type CarouselItem, ChangeButton, Chart, ChartControls, type ChartData$3 as ChartData, ChartHeader, type ChartHooksArgs, type ChartProps, ChartTotalLegend, CheckButton, CheckboxBase, CheckboxTree, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDebouncedInputBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, type Connection, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, CopyButton, type DataMapper, DateTimePicker, DayView, DayViewAgenda, DebouncedInput, type DebouncedInputProps, type DefaultAvatarComboboxProps, DefaultEndHour, DefaultEndHourAgenda, type DefaultMultiSelectProps, type DefaultSelectProps, DefaultStartHour, DefaultStartHourAgenda, DestructiveDialog, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DownloadButton, DraggableEvent, DraggableTooltip, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, DroppableCell, DroppableCellAgenda, EditButton, EndHour, EndHourAgenda, ErrorMessage, EventAgenda, EventCalendar, type EventColor, type EventColorAgenda, EventDialog, EventGap, EventGapAgenda, EventHeight, EventHeightAgenda, EventItem, EventItemAgenda, EventsPopup, FavoriteButton, FileUploader, type FileUploaderProps, type FileWithPreview, FilterButton, type FinalValueFormatter, HideButton, Highlights, HorizontalChart, HorizontalLegend, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, ITEM_HEIGHT, type IconProps, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, type IntegrationProperties, LabelBase, type LabelListContent, Leaderboard, type LeaderboardItem, type LeaderboardProps, type LegendItem, LikeButton, 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 Neo4jIntegration, type Neo4jNode, type Neo4jRelationship, type NewSelectProps, NoData, NotificationButton, NumericInput, type Padding, type Period, PeriodsDropdown, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, type Primitive, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, type PropsLabelList, RadialMenu, RangePicker, type RangePickerProps, RefreshButton, SaveButton, ScrollAreaBase, ScrollBarBase, SearchButton, Select, SelectBase, SelectContentBase, SelectEmpty, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, type SelectPropsWithGroupItems, type SelectPropsWithItems, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, type SelectTestIds, SelectTriggerBase, SelectValueBase, SeparatorBase, type SeriesConfig, type SeriesCounts, type SeriesEntry, type SeriesOrder, type SeriesProp, SettingsButton, SheetBase, SheetCloseBase, SheetContentBase, SheetDescriptionBase, SheetFooterBase, SheetHeaderBase, SheetOverlayBase, SheetPortalBase, SheetTitleBase, SheetTriggerBase, ShowOnly, SidebarBase, SidebarContentBase, SidebarFooterBase, SidebarGroupActionBase, SidebarGroupBase, SidebarGroupContentBase, SidebarGroupLabelBase, SidebarHeaderBase, SidebarInputBase, SidebarInsetBase, SidebarMenuActionBase, SidebarMenuBadgeBase, SidebarMenuBase, SidebarMenuButtonBase, SidebarMenuItemBase, SidebarMenuSkeletonBase, SidebarMenuSubBase, SidebarMenuSubButtonBase, SidebarMenuSubItemBase, SidebarProviderBase, SidebarRailBase, SidebarSeparatorBase, SidebarTriggerBase, SkeletonBase, SlideBase, type SliderBaseProps, StartHour, StartHourAgenda, StatusIndicator, type StatusProps, SwitchBase, type SystemData, SystemTooltip, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type TextAreaBaseProps, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, type TimePickerType, TimeSeries, type TimeSeriesConfig, Toaster, type TooltipAdaptedRow, TooltipBase, TooltipContentBase, type TooltipItem$2 as TooltipItem, TooltipProviderBase, TooltipSimple, TooltipTriggerBase, RechartTooltipWithTotal as TooltipWithTotal, UndatedEvents, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, VISIBLE_ITEMS, type ValueFormatter, type ValueFormatterType, ViewButton, VisibilityButton, WeekCellsHeight, WeekCellsHeightAgenda, WeekView, WeekViewAgenda, type XAxisConfig, type YAxes, type YAxisMap, type YAxisOptions, type YAxisSide, adaptDataForTooltip, addHoursToDate, addHoursToDateAgenda, addMinutesToDateAgenda, badgeVariants, buttonVariantsBase, compactTick, computeChartWidth, computeNiceMax, computeYAxisTickWidth, convert12HourTo24Hour, createValueFormatter, createYTickFormatter, detectDataFields, detectXAxis, display12HourValue, formatFieldName, formatLinePercentage, generateAdditionalColors, generateColorMap, getAgendaEventsForDay, getAgendaEventsForDayAgenda, getAllEventsForDay, getAllEventsForDayAgenda, getArrowByType, getBorderRadiusClasses, getBorderRadiusClassesAgenda, getDateByType, getEventColorClasses, getEventColorClassesAgenda, getEventEndDate, getEventStartDate, getEventsForDay, getEventsForDayAgenda, getItems, getMaxDataValue, getMinDataValue, getSpanningEventsForDay, getSpanningEventsForDayAgenda, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isMultiDayEventAgenda, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, normalizeAttendDate, processNeo4jData, renderInsideBarLabel, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, sortEventsAgenda, toast, useBiaxial, useCalendarDnd, useCalendarDndAgenda, useChartClick, useChartDimensions, useChartHighlights, useChartLayout, useChartMinMax, useChartTooltips, useCurrentTimeIndicator, useCurrentTimeIndicatorAgenda, useDrag, useEventVisibility, useEventVisibilityAgenda, useIsMobile, useOpenTooltipForPeriod, useProcessedData, useSeriesOpacity, useTheme, useTimeSeriesRange, type valueFormatter, visualForItem };
|
|
2421
|
+
export { AddButton, Agenda, AgendaDaysToShow, AgendaDaysToShowAgenda, AgendaView, AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarCombobox, type AvatarComboboxItem, type AvatarComboboxProps, type AvatarComboboxPropsWithGroupItems, type AvatarComboboxPropsWithItems, type AvatarComboboxTestIds, AvatarFallbackBase, AvatarImageBase, BackButton, Badge, type BadgeColorType, type BannerProps, type BiaxialConfig, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, Brush, ButtonBase, ButtonGroupBase, type ButtonProps, CENTER_INDEX, CalendarBase, CalendarDndProvider, CalendarDndProviderAgenda, type CalendarEvent, type CalendarEventAgenda, type CalendarProps, type CalendarView, type CalendarViewAgenda, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, CarouselBase, type CarouselBaseProps, type CarouselItem, ChangeButton, Chart, ChartControls, type ChartData$3 as ChartData, ChartHeader, type ChartHooksArgs, type ChartProps, ChartTotalLegend, CheckButton, CheckboxBase, CheckboxTree, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDebouncedInputBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, type Connection, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, ControlledCombobox, type ControlledComboboxItem, type ControlledComboboxProps, type ControlledComboboxTestIds, CopyButton, type DataMapper, DateTimePicker, DayView, DayViewAgenda, DebouncedInput, type DebouncedInputProps, type DefaultAvatarComboboxProps, DefaultEndHour, DefaultEndHourAgenda, type DefaultMultiSelectProps, type DefaultSelectProps, DefaultStartHour, DefaultStartHourAgenda, DestructiveDialog, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DownloadButton, DraggableEvent, DraggableTooltip, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, DroppableCell, DroppableCellAgenda, EditButton, EndHour, EndHourAgenda, ErrorMessage, EventAgenda, EventCalendar, type EventColor, type EventColorAgenda, EventDialog, EventGap, EventGapAgenda, EventHeight, EventHeightAgenda, EventItem, EventItemAgenda, EventsPopup, FavoriteButton, FileUploader, type FileUploaderProps, type FileWithPreview, FilterButton, type FinalValueFormatter, HideButton, Highlights, HorizontalChart, HorizontalLegend, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, ITEM_HEIGHT, type IconProps, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, type IntegrationProperties, LabelBase, type LabelListContent, Leaderboard, type LeaderboardItem, type LeaderboardProps, type LegendItem, LikeButton, LoadingBase, LockButton, type MapperConfig, type MapperConfigEntry, type Margins, type MenuItem, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MonthViewAgenda, MoreButton, MultiCombobox, type MultiComboboxProps, type MultiComboboxTestIds, MultiSelect, MultiSelectBase, MultiSelectContentBase, type MultiSelectContextType, MultiSelectGroupBase, type MultiSelectItem, MultiSelectItemBase, type MultiSelectProps, type MultiSelectPropsWithGroupItems, type MultiSelectPropsWithItems, MultiSelectSeparatorBase, type MultiSelectTestIds, MultiSelectTriggerBase, MultiSelectValueBase, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, type Neo4jIntegration, type Neo4jNode, type Neo4jRelationship, type NewSelectProps, NoData, NotificationButton, NumericInput, type Padding, type Period, PeriodsDropdown, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, type Primitive, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, type PropsLabelList, RadialMenu, RangePicker, type RangePickerProps, RefreshButton, SaveButton, ScrollAreaBase, ScrollBarBase, SearchButton, Select, SelectBase, SelectContentBase, SelectEmpty, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, type SelectPropsWithGroupItems, type SelectPropsWithItems, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, type SelectTestIds, SelectTriggerBase, SelectValueBase, SeparatorBase, type SeriesConfig, type SeriesCounts, type SeriesEntry, type SeriesOrder, type SeriesProp, SettingsButton, SheetBase, SheetCloseBase, SheetContentBase, SheetDescriptionBase, SheetFooterBase, SheetHeaderBase, SheetOverlayBase, SheetPortalBase, SheetTitleBase, SheetTriggerBase, ShowOnly, SidebarBase, SidebarContentBase, SidebarFooterBase, SidebarGroupActionBase, SidebarGroupBase, SidebarGroupContentBase, SidebarGroupLabelBase, SidebarHeaderBase, SidebarInputBase, SidebarInsetBase, SidebarMenuActionBase, SidebarMenuBadgeBase, SidebarMenuBase, SidebarMenuButtonBase, SidebarMenuItemBase, SidebarMenuSkeletonBase, SidebarMenuSubBase, SidebarMenuSubButtonBase, SidebarMenuSubItemBase, SidebarProviderBase, SidebarRailBase, SidebarSeparatorBase, SidebarTriggerBase, SkeletonBase, SlideBase, type SliderBaseProps, StartHour, StartHourAgenda, StatusIndicator, type StatusProps, SwitchBase, type SystemData, SystemTooltip, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type TextAreaBaseProps, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, type TimePickerType, TimeSeries, type TimeSeriesConfig, Toaster, type TooltipAdaptedRow, TooltipBase, TooltipContentBase, type TooltipItem$2 as TooltipItem, TooltipProviderBase, TooltipSimple, TooltipTriggerBase, RechartTooltipWithTotal as TooltipWithTotal, UndatedEvents, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, VISIBLE_ITEMS, type ValueFormatter, type ValueFormatterType, ViewButton, VisibilityButton, WeekCellsHeight, WeekCellsHeightAgenda, WeekView, WeekViewAgenda, type XAxisConfig, type YAxes, type YAxisMap, type YAxisOptions, type YAxisSide, adaptDataForTooltip, addHoursToDate, addHoursToDateAgenda, addMinutesToDateAgenda, badgeVariants, buttonVariantsBase, compactTick, computeChartWidth, computeNiceMax, computeYAxisTickWidth, convert12HourTo24Hour, createValueFormatter, createYTickFormatter, detectDataFields, detectXAxis, display12HourValue, formatFieldName, formatLinePercentage, generateAdditionalColors, generateColorMap, getAgendaEventsForDay, getAgendaEventsForDayAgenda, getAllEventsForDay, getAllEventsForDayAgenda, getArrowByType, getBorderRadiusClasses, getBorderRadiusClassesAgenda, getDateByType, getEventColorClasses, getEventColorClassesAgenda, getEventEndDate, getEventStartDate, getEventsForDay, getEventsForDayAgenda, getItems, getMaxDataValue, getMinDataValue, getSpanningEventsForDay, getSpanningEventsForDayAgenda, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isMultiDayEventAgenda, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, normalizeAttendDate, processNeo4jData, renderInsideBarLabel, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, sortEventsAgenda, toast, useBiaxial, useCalendarDnd, useCalendarDndAgenda, useChartClick, useChartDimensions, useChartHighlights, useChartLayout, useChartMinMax, useChartTooltips, useCurrentTimeIndicator, useCurrentTimeIndicatorAgenda, useDrag, useEventVisibility, useEventVisibilityAgenda, useIsMobile, useOpenTooltipForPeriod, useProcessedData, useSeriesOpacity, useTheme, useTimeSeriesRange, type valueFormatter, visualForItem };
|
package/dist/index.d.ts
CHANGED
|
@@ -2339,13 +2339,15 @@ declare function CarouselBase({ items, className, containerClassName, imageClass
|
|
|
2339
2339
|
|
|
2340
2340
|
type PhosphorIcon = React$1.ForwardRefExoticComponent<IconProps$1 & React$1.RefAttributes<SVGSVGElement>>;
|
|
2341
2341
|
type MenuItem = {
|
|
2342
|
-
id: number;
|
|
2342
|
+
id: string | number;
|
|
2343
2343
|
label: string;
|
|
2344
2344
|
icon: PhosphorIcon;
|
|
2345
|
+
color?: "default" | "danger";
|
|
2346
|
+
variants?: number;
|
|
2345
2347
|
};
|
|
2346
2348
|
type RadialMenuProps = {
|
|
2347
2349
|
children?: React$1.ReactNode;
|
|
2348
|
-
menuItems
|
|
2350
|
+
menuItems?: MenuItem[];
|
|
2349
2351
|
size?: number;
|
|
2350
2352
|
iconSize?: number;
|
|
2351
2353
|
bandWidth?: number;
|
|
@@ -2356,6 +2358,47 @@ type RadialMenuProps = {
|
|
|
2356
2358
|
};
|
|
2357
2359
|
declare function RadialMenu({ children, menuItems, size, iconSize, bandWidth, innerGap, outerGap, outerRingWidth, onSelect, }: RadialMenuProps): react_jsx_runtime.JSX.Element;
|
|
2358
2360
|
|
|
2361
|
+
interface ControlledComboboxItem<T extends string> {
|
|
2362
|
+
label: string;
|
|
2363
|
+
value: T;
|
|
2364
|
+
}
|
|
2365
|
+
interface ControlledComboboxTestIds {
|
|
2366
|
+
root?: string;
|
|
2367
|
+
trigger?: string;
|
|
2368
|
+
popover?: string;
|
|
2369
|
+
command?: string;
|
|
2370
|
+
search?: string;
|
|
2371
|
+
list?: string;
|
|
2372
|
+
empty?: string;
|
|
2373
|
+
group?: string;
|
|
2374
|
+
option?: string;
|
|
2375
|
+
check?: string;
|
|
2376
|
+
hideClear?: boolean;
|
|
2377
|
+
}
|
|
2378
|
+
interface ControlledComboboxProps<T extends string> extends ErrorMessageProps {
|
|
2379
|
+
items: ControlledComboboxItem<T>[];
|
|
2380
|
+
renderSelected: ReactNode;
|
|
2381
|
+
handleSelection: (value: T) => void;
|
|
2382
|
+
checkIsSelected: (value: T) => boolean;
|
|
2383
|
+
disabled?: boolean;
|
|
2384
|
+
keepOpen?: boolean;
|
|
2385
|
+
closeAll?: ReactNode;
|
|
2386
|
+
searchPlaceholder?: string;
|
|
2387
|
+
empty?: ReactNode;
|
|
2388
|
+
hideClear?: boolean;
|
|
2389
|
+
onClear?: () => void;
|
|
2390
|
+
testIds?: ControlledComboboxTestIds;
|
|
2391
|
+
isMulti?: boolean;
|
|
2392
|
+
hasSelected?: boolean;
|
|
2393
|
+
onSearchChange?: (value: string) => void;
|
|
2394
|
+
search?: string;
|
|
2395
|
+
onEndReached?: () => void;
|
|
2396
|
+
loading?: boolean;
|
|
2397
|
+
label?: string;
|
|
2398
|
+
labelClassname?: string;
|
|
2399
|
+
}
|
|
2400
|
+
declare function ControlledCombobox<T extends string>({ items, renderSelected, handleSelection, checkIsSelected, disabled, keepOpen, searchPlaceholder, empty, error, label, labelClassname, testIds, onClear, hasSelected, hideClear, onSearchChange, search, onEndReached, loading, }: ControlledComboboxProps<T>): react_jsx_runtime.JSX.Element;
|
|
2401
|
+
|
|
2359
2402
|
declare function useIsMobile(): boolean;
|
|
2360
2403
|
|
|
2361
2404
|
interface Position {
|
|
@@ -2375,4 +2418,4 @@ declare const useDrag: (options?: UseDragOptions) => {
|
|
|
2375
2418
|
isDragging: boolean;
|
|
2376
2419
|
};
|
|
2377
2420
|
|
|
2378
|
-
export { AddButton, Agenda, AgendaDaysToShow, AgendaDaysToShowAgenda, AgendaView, AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarCombobox, type AvatarComboboxItem, type AvatarComboboxProps, type AvatarComboboxPropsWithGroupItems, type AvatarComboboxPropsWithItems, type AvatarComboboxTestIds, AvatarFallbackBase, AvatarImageBase, BackButton, Badge, type BadgeColorType, type BannerProps, type BiaxialConfig, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, Brush, ButtonBase, ButtonGroupBase, type ButtonProps, CENTER_INDEX, CalendarBase, CalendarDndProvider, CalendarDndProviderAgenda, type CalendarEvent, type CalendarEventAgenda, type CalendarProps, type CalendarView, type CalendarViewAgenda, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, CarouselBase, type CarouselBaseProps, type CarouselItem, ChangeButton, Chart, ChartControls, type ChartData$3 as ChartData, ChartHeader, type ChartHooksArgs, type ChartProps, ChartTotalLegend, CheckButton, CheckboxBase, CheckboxTree, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDebouncedInputBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, type Connection, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, CopyButton, type DataMapper, DateTimePicker, DayView, DayViewAgenda, DebouncedInput, type DebouncedInputProps, type DefaultAvatarComboboxProps, DefaultEndHour, DefaultEndHourAgenda, type DefaultMultiSelectProps, type DefaultSelectProps, DefaultStartHour, DefaultStartHourAgenda, DestructiveDialog, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DownloadButton, DraggableEvent, DraggableTooltip, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, DroppableCell, DroppableCellAgenda, EditButton, EndHour, EndHourAgenda, ErrorMessage, EventAgenda, EventCalendar, type EventColor, type EventColorAgenda, EventDialog, EventGap, EventGapAgenda, EventHeight, EventHeightAgenda, EventItem, EventItemAgenda, EventsPopup, FavoriteButton, FileUploader, type FileUploaderProps, type FileWithPreview, FilterButton, type FinalValueFormatter, HideButton, Highlights, HorizontalChart, HorizontalLegend, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, ITEM_HEIGHT, type IconProps, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, type IntegrationProperties, LabelBase, type LabelListContent, Leaderboard, type LeaderboardItem, type LeaderboardProps, type LegendItem, LikeButton, 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 Neo4jIntegration, type Neo4jNode, type Neo4jRelationship, type NewSelectProps, NoData, NotificationButton, NumericInput, type Padding, type Period, PeriodsDropdown, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, type Primitive, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, type PropsLabelList, RadialMenu, RangePicker, type RangePickerProps, RefreshButton, SaveButton, ScrollAreaBase, ScrollBarBase, SearchButton, Select, SelectBase, SelectContentBase, SelectEmpty, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, type SelectPropsWithGroupItems, type SelectPropsWithItems, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, type SelectTestIds, SelectTriggerBase, SelectValueBase, SeparatorBase, type SeriesConfig, type SeriesCounts, type SeriesEntry, type SeriesOrder, type SeriesProp, SettingsButton, SheetBase, SheetCloseBase, SheetContentBase, SheetDescriptionBase, SheetFooterBase, SheetHeaderBase, SheetOverlayBase, SheetPortalBase, SheetTitleBase, SheetTriggerBase, ShowOnly, SidebarBase, SidebarContentBase, SidebarFooterBase, SidebarGroupActionBase, SidebarGroupBase, SidebarGroupContentBase, SidebarGroupLabelBase, SidebarHeaderBase, SidebarInputBase, SidebarInsetBase, SidebarMenuActionBase, SidebarMenuBadgeBase, SidebarMenuBase, SidebarMenuButtonBase, SidebarMenuItemBase, SidebarMenuSkeletonBase, SidebarMenuSubBase, SidebarMenuSubButtonBase, SidebarMenuSubItemBase, SidebarProviderBase, SidebarRailBase, SidebarSeparatorBase, SidebarTriggerBase, SkeletonBase, SlideBase, type SliderBaseProps, StartHour, StartHourAgenda, StatusIndicator, type StatusProps, SwitchBase, type SystemData, SystemTooltip, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type TextAreaBaseProps, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, type TimePickerType, TimeSeries, type TimeSeriesConfig, Toaster, type TooltipAdaptedRow, TooltipBase, TooltipContentBase, type TooltipItem$2 as TooltipItem, TooltipProviderBase, TooltipSimple, TooltipTriggerBase, RechartTooltipWithTotal as TooltipWithTotal, UndatedEvents, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, VISIBLE_ITEMS, type ValueFormatter, type ValueFormatterType, ViewButton, VisibilityButton, WeekCellsHeight, WeekCellsHeightAgenda, WeekView, WeekViewAgenda, type XAxisConfig, type YAxes, type YAxisMap, type YAxisOptions, type YAxisSide, adaptDataForTooltip, addHoursToDate, addHoursToDateAgenda, addMinutesToDateAgenda, badgeVariants, buttonVariantsBase, compactTick, computeChartWidth, computeNiceMax, computeYAxisTickWidth, convert12HourTo24Hour, createValueFormatter, createYTickFormatter, detectDataFields, detectXAxis, display12HourValue, formatFieldName, formatLinePercentage, generateAdditionalColors, generateColorMap, getAgendaEventsForDay, getAgendaEventsForDayAgenda, getAllEventsForDay, getAllEventsForDayAgenda, getArrowByType, getBorderRadiusClasses, getBorderRadiusClassesAgenda, getDateByType, getEventColorClasses, getEventColorClassesAgenda, getEventEndDate, getEventStartDate, getEventsForDay, getEventsForDayAgenda, getItems, getMaxDataValue, getMinDataValue, getSpanningEventsForDay, getSpanningEventsForDayAgenda, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isMultiDayEventAgenda, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, normalizeAttendDate, processNeo4jData, renderInsideBarLabel, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, sortEventsAgenda, toast, useBiaxial, useCalendarDnd, useCalendarDndAgenda, useChartClick, useChartDimensions, useChartHighlights, useChartLayout, useChartMinMax, useChartTooltips, useCurrentTimeIndicator, useCurrentTimeIndicatorAgenda, useDrag, useEventVisibility, useEventVisibilityAgenda, useIsMobile, useOpenTooltipForPeriod, useProcessedData, useSeriesOpacity, useTheme, useTimeSeriesRange, type valueFormatter, visualForItem };
|
|
2421
|
+
export { AddButton, Agenda, AgendaDaysToShow, AgendaDaysToShowAgenda, AgendaView, AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarCombobox, type AvatarComboboxItem, type AvatarComboboxProps, type AvatarComboboxPropsWithGroupItems, type AvatarComboboxPropsWithItems, type AvatarComboboxTestIds, AvatarFallbackBase, AvatarImageBase, BackButton, Badge, type BadgeColorType, type BannerProps, type BiaxialConfig, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, Brush, ButtonBase, ButtonGroupBase, type ButtonProps, CENTER_INDEX, CalendarBase, CalendarDndProvider, CalendarDndProviderAgenda, type CalendarEvent, type CalendarEventAgenda, type CalendarProps, type CalendarView, type CalendarViewAgenda, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, CarouselBase, type CarouselBaseProps, type CarouselItem, ChangeButton, Chart, ChartControls, type ChartData$3 as ChartData, ChartHeader, type ChartHooksArgs, type ChartProps, ChartTotalLegend, CheckButton, CheckboxBase, CheckboxTree, CloseAllButton, CloseButton, CodeBlock, CollapsibleBase, CollapsibleContentBase, CollapsibleTriggerBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDebouncedInputBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, type Connection, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, ControlledCombobox, type ControlledComboboxItem, type ControlledComboboxProps, type ControlledComboboxTestIds, CopyButton, type DataMapper, DateTimePicker, DayView, DayViewAgenda, DebouncedInput, type DebouncedInputProps, type DefaultAvatarComboboxProps, DefaultEndHour, DefaultEndHourAgenda, type DefaultMultiSelectProps, type DefaultSelectProps, DefaultStartHour, DefaultStartHourAgenda, DestructiveDialog, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DownloadButton, DraggableEvent, DraggableTooltip, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, DroppableCell, DroppableCellAgenda, EditButton, EndHour, EndHourAgenda, ErrorMessage, EventAgenda, EventCalendar, type EventColor, type EventColorAgenda, EventDialog, EventGap, EventGapAgenda, EventHeight, EventHeightAgenda, EventItem, EventItemAgenda, EventsPopup, FavoriteButton, FileUploader, type FileUploaderProps, type FileWithPreview, FilterButton, type FinalValueFormatter, HideButton, Highlights, HorizontalChart, HorizontalLegend, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, ITEM_HEIGHT, type IconProps, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, type IntegrationProperties, LabelBase, type LabelListContent, Leaderboard, type LeaderboardItem, type LeaderboardProps, type LegendItem, LikeButton, LoadingBase, LockButton, type MapperConfig, type MapperConfigEntry, type Margins, type MenuItem, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MonthViewAgenda, MoreButton, MultiCombobox, type MultiComboboxProps, type MultiComboboxTestIds, MultiSelect, MultiSelectBase, MultiSelectContentBase, type MultiSelectContextType, MultiSelectGroupBase, type MultiSelectItem, MultiSelectItemBase, type MultiSelectProps, type MultiSelectPropsWithGroupItems, type MultiSelectPropsWithItems, MultiSelectSeparatorBase, type MultiSelectTestIds, MultiSelectTriggerBase, MultiSelectValueBase, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, type Neo4jIntegration, type Neo4jNode, type Neo4jRelationship, type NewSelectProps, NoData, NotificationButton, NumericInput, type Padding, type Period, PeriodsDropdown, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, type Primitive, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, type PropsLabelList, RadialMenu, RangePicker, type RangePickerProps, RefreshButton, SaveButton, ScrollAreaBase, ScrollBarBase, SearchButton, Select, SelectBase, SelectContentBase, SelectEmpty, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, type SelectPropsWithGroupItems, type SelectPropsWithItems, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, type SelectTestIds, SelectTriggerBase, SelectValueBase, SeparatorBase, type SeriesConfig, type SeriesCounts, type SeriesEntry, type SeriesOrder, type SeriesProp, SettingsButton, SheetBase, SheetCloseBase, SheetContentBase, SheetDescriptionBase, SheetFooterBase, SheetHeaderBase, SheetOverlayBase, SheetPortalBase, SheetTitleBase, SheetTriggerBase, ShowOnly, SidebarBase, SidebarContentBase, SidebarFooterBase, SidebarGroupActionBase, SidebarGroupBase, SidebarGroupContentBase, SidebarGroupLabelBase, SidebarHeaderBase, SidebarInputBase, SidebarInsetBase, SidebarMenuActionBase, SidebarMenuBadgeBase, SidebarMenuBase, SidebarMenuButtonBase, SidebarMenuItemBase, SidebarMenuSkeletonBase, SidebarMenuSubBase, SidebarMenuSubButtonBase, SidebarMenuSubItemBase, SidebarProviderBase, SidebarRailBase, SidebarSeparatorBase, SidebarTriggerBase, SkeletonBase, SlideBase, type SliderBaseProps, StartHour, StartHourAgenda, StatusIndicator, type StatusProps, SwitchBase, type SystemData, SystemTooltip, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type TextAreaBaseProps, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, type TimePickerType, TimeSeries, type TimeSeriesConfig, Toaster, type TooltipAdaptedRow, TooltipBase, TooltipContentBase, type TooltipItem$2 as TooltipItem, TooltipProviderBase, TooltipSimple, TooltipTriggerBase, RechartTooltipWithTotal as TooltipWithTotal, UndatedEvents, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, VISIBLE_ITEMS, type ValueFormatter, type ValueFormatterType, ViewButton, VisibilityButton, WeekCellsHeight, WeekCellsHeightAgenda, WeekView, WeekViewAgenda, type XAxisConfig, type YAxes, type YAxisMap, type YAxisOptions, type YAxisSide, adaptDataForTooltip, addHoursToDate, addHoursToDateAgenda, addMinutesToDateAgenda, badgeVariants, buttonVariantsBase, compactTick, computeChartWidth, computeNiceMax, computeYAxisTickWidth, convert12HourTo24Hour, createValueFormatter, createYTickFormatter, detectDataFields, detectXAxis, display12HourValue, formatFieldName, formatLinePercentage, generateAdditionalColors, generateColorMap, getAgendaEventsForDay, getAgendaEventsForDayAgenda, getAllEventsForDay, getAllEventsForDayAgenda, getArrowByType, getBorderRadiusClasses, getBorderRadiusClassesAgenda, getDateByType, getEventColorClasses, getEventColorClassesAgenda, getEventEndDate, getEventStartDate, getEventsForDay, getEventsForDayAgenda, getItems, getMaxDataValue, getMinDataValue, getSpanningEventsForDay, getSpanningEventsForDayAgenda, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isMultiDayEventAgenda, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, normalizeAttendDate, processNeo4jData, renderInsideBarLabel, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, sortEventsAgenda, toast, useBiaxial, useCalendarDnd, useCalendarDndAgenda, useChartClick, useChartDimensions, useChartHighlights, useChartLayout, useChartMinMax, useChartTooltips, useCurrentTimeIndicator, useCurrentTimeIndicatorAgenda, useDrag, useEventVisibility, useEventVisibilityAgenda, useIsMobile, useOpenTooltipForPeriod, useProcessedData, useSeriesOpacity, useTheme, useTimeSeriesRange, type valueFormatter, visualForItem };
|