@mlw-packages/react-components 1.10.1 → 1.10.2
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 +98 -4
- package/dist/index.d.mts +144 -27
- package/dist/index.d.ts +144 -27
- package/dist/index.js +739 -61
- package/dist/index.mjs +731 -64
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -349,30 +349,48 @@ body {
|
|
|
349
349
|
-moz-osx-font-smoothing: grayscale;
|
|
350
350
|
font-family: "Syne", sans-serif;
|
|
351
351
|
}
|
|
352
|
+
.\!container {
|
|
353
|
+
width: 100% !important;
|
|
354
|
+
}
|
|
352
355
|
.container {
|
|
353
356
|
width: 100%;
|
|
354
357
|
}
|
|
355
358
|
@media (min-width: 640px) {
|
|
359
|
+
.\!container {
|
|
360
|
+
max-width: 640px !important;
|
|
361
|
+
}
|
|
356
362
|
.container {
|
|
357
363
|
max-width: 640px;
|
|
358
364
|
}
|
|
359
365
|
}
|
|
360
366
|
@media (min-width: 768px) {
|
|
367
|
+
.\!container {
|
|
368
|
+
max-width: 768px !important;
|
|
369
|
+
}
|
|
361
370
|
.container {
|
|
362
371
|
max-width: 768px;
|
|
363
372
|
}
|
|
364
373
|
}
|
|
365
374
|
@media (min-width: 1024px) {
|
|
375
|
+
.\!container {
|
|
376
|
+
max-width: 1024px !important;
|
|
377
|
+
}
|
|
366
378
|
.container {
|
|
367
379
|
max-width: 1024px;
|
|
368
380
|
}
|
|
369
381
|
}
|
|
370
382
|
@media (min-width: 1280px) {
|
|
383
|
+
.\!container {
|
|
384
|
+
max-width: 1280px !important;
|
|
385
|
+
}
|
|
371
386
|
.container {
|
|
372
387
|
max-width: 1280px;
|
|
373
388
|
}
|
|
374
389
|
}
|
|
375
390
|
@media (min-width: 1536px) {
|
|
391
|
+
.\!container {
|
|
392
|
+
max-width: 1536px !important;
|
|
393
|
+
}
|
|
376
394
|
.container {
|
|
377
395
|
max-width: 1536px;
|
|
378
396
|
}
|
|
@@ -459,6 +477,9 @@ body {
|
|
|
459
477
|
.bottom-0 {
|
|
460
478
|
bottom: 0px;
|
|
461
479
|
}
|
|
480
|
+
.bottom-0\.5 {
|
|
481
|
+
bottom: 0.125rem;
|
|
482
|
+
}
|
|
462
483
|
.bottom-2 {
|
|
463
484
|
bottom: 0.5rem;
|
|
464
485
|
}
|
|
@@ -588,6 +609,9 @@ body {
|
|
|
588
609
|
.z-\[10000\] {
|
|
589
610
|
z-index: 10000;
|
|
590
611
|
}
|
|
612
|
+
.z-\[10001\] {
|
|
613
|
+
z-index: 10001;
|
|
614
|
+
}
|
|
591
615
|
.z-\[100\] {
|
|
592
616
|
z-index: 100;
|
|
593
617
|
}
|
|
@@ -823,6 +847,9 @@ body {
|
|
|
823
847
|
.mt-auto {
|
|
824
848
|
margin-top: auto;
|
|
825
849
|
}
|
|
850
|
+
.mt-px {
|
|
851
|
+
margin-top: 1px;
|
|
852
|
+
}
|
|
826
853
|
.box-border {
|
|
827
854
|
box-sizing: border-box;
|
|
828
855
|
}
|
|
@@ -1033,6 +1060,12 @@ body {
|
|
|
1033
1060
|
.h-\[550px\] {
|
|
1034
1061
|
height: 550px;
|
|
1035
1062
|
}
|
|
1063
|
+
.h-\[600px\] {
|
|
1064
|
+
height: 600px;
|
|
1065
|
+
}
|
|
1066
|
+
.h-\[76px\] {
|
|
1067
|
+
height: 76px;
|
|
1068
|
+
}
|
|
1036
1069
|
.h-\[95vh\] {
|
|
1037
1070
|
height: 95vh;
|
|
1038
1071
|
}
|
|
@@ -1063,6 +1096,9 @@ body {
|
|
|
1063
1096
|
.h-px {
|
|
1064
1097
|
height: 1px;
|
|
1065
1098
|
}
|
|
1099
|
+
.h-screen {
|
|
1100
|
+
height: 100vh;
|
|
1101
|
+
}
|
|
1066
1102
|
.h-svh {
|
|
1067
1103
|
height: 100svh;
|
|
1068
1104
|
}
|
|
@@ -1096,12 +1132,18 @@ body {
|
|
|
1096
1132
|
.max-h-\[300px\] {
|
|
1097
1133
|
max-height: 300px;
|
|
1098
1134
|
}
|
|
1135
|
+
.max-h-\[60vh\] {
|
|
1136
|
+
max-height: 60vh;
|
|
1137
|
+
}
|
|
1099
1138
|
.max-h-\[95vh\] {
|
|
1100
1139
|
max-height: 95vh;
|
|
1101
1140
|
}
|
|
1102
1141
|
.max-h-\[calc\(100dvh-2rem\)\] {
|
|
1103
1142
|
max-height: calc(100dvh - 2rem);
|
|
1104
1143
|
}
|
|
1144
|
+
.max-h-\[calc\(100vh-200px\)\] {
|
|
1145
|
+
max-height: calc(100vh - 200px);
|
|
1146
|
+
}
|
|
1105
1147
|
.max-h-\[var\(--radix-context-menu-content-available-height\)\] {
|
|
1106
1148
|
max-height: var(--radix-context-menu-content-available-height);
|
|
1107
1149
|
}
|
|
@@ -1297,6 +1339,9 @@ body {
|
|
|
1297
1339
|
.w-\[350px\] {
|
|
1298
1340
|
width: 350px;
|
|
1299
1341
|
}
|
|
1342
|
+
.w-\[40\%\] {
|
|
1343
|
+
width: 40%;
|
|
1344
|
+
}
|
|
1300
1345
|
.w-\[400px\] {
|
|
1301
1346
|
width: 400px;
|
|
1302
1347
|
}
|
|
@@ -1312,6 +1357,9 @@ body {
|
|
|
1312
1357
|
.w-\[70\%\] {
|
|
1313
1358
|
width: 70%;
|
|
1314
1359
|
}
|
|
1360
|
+
.w-\[76px\] {
|
|
1361
|
+
width: 76px;
|
|
1362
|
+
}
|
|
1315
1363
|
.w-\[80px\] {
|
|
1316
1364
|
width: 80px;
|
|
1317
1365
|
}
|
|
@@ -1324,6 +1372,9 @@ body {
|
|
|
1324
1372
|
.w-\[calc\(100\%-2rem\)\] {
|
|
1325
1373
|
width: calc(100% - 2rem);
|
|
1326
1374
|
}
|
|
1375
|
+
.w-\[calc\(100vw-32px\)\] {
|
|
1376
|
+
width: calc(100vw - 32px);
|
|
1377
|
+
}
|
|
1327
1378
|
.w-auto {
|
|
1328
1379
|
width: auto;
|
|
1329
1380
|
}
|
|
@@ -1825,6 +1876,9 @@ body {
|
|
|
1825
1876
|
.gap-8 {
|
|
1826
1877
|
gap: 2rem;
|
|
1827
1878
|
}
|
|
1879
|
+
.gap-y-1 {
|
|
1880
|
+
row-gap: 0.25rem;
|
|
1881
|
+
}
|
|
1828
1882
|
.-space-x-3 > :not([hidden]) ~ :not([hidden]) {
|
|
1829
1883
|
--tw-space-x-reverse: 0;
|
|
1830
1884
|
margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
|
|
@@ -1908,6 +1962,9 @@ body {
|
|
|
1908
1962
|
.divide-border > :not([hidden]) ~ :not([hidden]) {
|
|
1909
1963
|
border-color: hsl(var(--border));
|
|
1910
1964
|
}
|
|
1965
|
+
.divide-border\/20 > :not([hidden]) ~ :not([hidden]) {
|
|
1966
|
+
border-color: hsl(var(--border) / 0.2);
|
|
1967
|
+
}
|
|
1911
1968
|
.overflow-auto {
|
|
1912
1969
|
overflow: auto;
|
|
1913
1970
|
}
|
|
@@ -2040,6 +2097,10 @@ body {
|
|
|
2040
2097
|
border-top-left-radius: 0.25rem;
|
|
2041
2098
|
border-top-right-radius: 0.25rem;
|
|
2042
2099
|
}
|
|
2100
|
+
.rounded-t-2xl {
|
|
2101
|
+
border-top-left-radius: 1rem;
|
|
2102
|
+
border-top-right-radius: 1rem;
|
|
2103
|
+
}
|
|
2043
2104
|
.rounded-t-lg {
|
|
2044
2105
|
border-top-left-radius: var(--radius);
|
|
2045
2106
|
border-top-right-radius: var(--radius);
|
|
@@ -2162,6 +2223,9 @@ body {
|
|
|
2162
2223
|
.border-border\/20 {
|
|
2163
2224
|
border-color: hsl(var(--border) / 0.2);
|
|
2164
2225
|
}
|
|
2226
|
+
.border-border\/30 {
|
|
2227
|
+
border-color: hsl(var(--border) / 0.3);
|
|
2228
|
+
}
|
|
2165
2229
|
.border-border\/40 {
|
|
2166
2230
|
border-color: hsl(var(--border) / 0.4);
|
|
2167
2231
|
}
|
|
@@ -3255,6 +3319,9 @@ body {
|
|
|
3255
3319
|
.stroke-destructive-foreground\/20 {
|
|
3256
3320
|
stroke: hsl(var(--destructive-foreground) / 0.2);
|
|
3257
3321
|
}
|
|
3322
|
+
.stroke-primary {
|
|
3323
|
+
stroke: hsl(var(--primary));
|
|
3324
|
+
}
|
|
3258
3325
|
.stroke-primary-foreground\/20 {
|
|
3259
3326
|
stroke: hsl(var(--primary-foreground) / 0.2);
|
|
3260
3327
|
}
|
|
@@ -3449,6 +3516,9 @@ body {
|
|
|
3449
3516
|
.pb-7 {
|
|
3450
3517
|
padding-bottom: 1.75rem;
|
|
3451
3518
|
}
|
|
3519
|
+
.pb-\[env\(safe-area-inset-bottom\)\] {
|
|
3520
|
+
padding-bottom: env(safe-area-inset-bottom);
|
|
3521
|
+
}
|
|
3452
3522
|
.pe-1 {
|
|
3453
3523
|
padding-inline-end: 0.25rem;
|
|
3454
3524
|
}
|
|
@@ -3509,6 +3579,9 @@ body {
|
|
|
3509
3579
|
.pt-2 {
|
|
3510
3580
|
padding-top: 0.5rem;
|
|
3511
3581
|
}
|
|
3582
|
+
.pt-2\.5 {
|
|
3583
|
+
padding-top: 0.625rem;
|
|
3584
|
+
}
|
|
3512
3585
|
.pt-4 {
|
|
3513
3586
|
padding-top: 1rem;
|
|
3514
3587
|
}
|
|
@@ -3785,6 +3858,9 @@ body {
|
|
|
3785
3858
|
.text-foreground {
|
|
3786
3859
|
color: hsl(var(--foreground));
|
|
3787
3860
|
}
|
|
3861
|
+
.text-foreground\/70 {
|
|
3862
|
+
color: hsl(var(--foreground) / 0.7);
|
|
3863
|
+
}
|
|
3788
3864
|
.text-foreground\/90 {
|
|
3789
3865
|
color: hsl(var(--foreground) / 0.9);
|
|
3790
3866
|
}
|
|
@@ -4338,6 +4414,10 @@ body {
|
|
|
4338
4414
|
--tw-backdrop-blur: blur(1px);
|
|
4339
4415
|
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
4340
4416
|
}
|
|
4417
|
+
.backdrop-blur-\[2px\] {
|
|
4418
|
+
--tw-backdrop-blur: blur(2px);
|
|
4419
|
+
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
4420
|
+
}
|
|
4341
4421
|
.backdrop-blur-md {
|
|
4342
4422
|
--tw-backdrop-blur: blur(12px);
|
|
4343
4423
|
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
@@ -5557,6 +5637,9 @@ body {
|
|
|
5557
5637
|
.group:hover .group-hover\:text-destructive {
|
|
5558
5638
|
color: hsl(var(--destructive));
|
|
5559
5639
|
}
|
|
5640
|
+
.group:hover .group-hover\:text-primary {
|
|
5641
|
+
color: hsl(var(--primary));
|
|
5642
|
+
}
|
|
5560
5643
|
.group\/menu-item:hover .group-hover\/menu-item\:opacity-100 {
|
|
5561
5644
|
opacity: 1;
|
|
5562
5645
|
}
|
|
@@ -7128,6 +7211,9 @@ body {
|
|
|
7128
7211
|
.sm\:h-7 {
|
|
7129
7212
|
height: 1.75rem;
|
|
7130
7213
|
}
|
|
7214
|
+
.sm\:max-h-\[520px\] {
|
|
7215
|
+
max-height: 520px;
|
|
7216
|
+
}
|
|
7131
7217
|
.sm\:max-h-\[90dvh\] {
|
|
7132
7218
|
max-height: 90dvh;
|
|
7133
7219
|
}
|
|
@@ -7149,6 +7235,12 @@ body {
|
|
|
7149
7235
|
.sm\:w-7 {
|
|
7150
7236
|
width: 1.75rem;
|
|
7151
7237
|
}
|
|
7238
|
+
.sm\:w-80 {
|
|
7239
|
+
width: 20rem;
|
|
7240
|
+
}
|
|
7241
|
+
.sm\:w-\[38\%\] {
|
|
7242
|
+
width: 38%;
|
|
7243
|
+
}
|
|
7152
7244
|
.sm\:w-auto {
|
|
7153
7245
|
width: auto;
|
|
7154
7246
|
}
|
|
@@ -7272,10 +7364,6 @@ body {
|
|
|
7272
7364
|
padding-left: 1.5rem;
|
|
7273
7365
|
padding-right: 1.5rem;
|
|
7274
7366
|
}
|
|
7275
|
-
.sm\:py-1 {
|
|
7276
|
-
padding-top: 0.25rem;
|
|
7277
|
-
padding-bottom: 0.25rem;
|
|
7278
|
-
}
|
|
7279
7367
|
.sm\:pe-4 {
|
|
7280
7368
|
padding-inline-end: 1rem;
|
|
7281
7369
|
}
|
|
@@ -7486,6 +7574,9 @@ body {
|
|
|
7486
7574
|
}
|
|
7487
7575
|
}
|
|
7488
7576
|
@media (min-width: 1024px) {
|
|
7577
|
+
.lg\:max-h-\[750px\] {
|
|
7578
|
+
max-height: 750px;
|
|
7579
|
+
}
|
|
7489
7580
|
.lg\:min-h-\[calc\(\(var\(--event-height\)\+var\(--event-gap\)\)\*4\)\] {
|
|
7490
7581
|
min-height: calc((var(--event-height) + var(--event-gap)) * 4);
|
|
7491
7582
|
}
|
|
@@ -7561,6 +7652,9 @@ body {
|
|
|
7561
7652
|
.\[\&\:\:-webkit-scrollbar\]\:h-1\.5::-webkit-scrollbar {
|
|
7562
7653
|
height: 0.375rem;
|
|
7563
7654
|
}
|
|
7655
|
+
.\[\&\:\:-webkit-scrollbar\]\:w-1::-webkit-scrollbar {
|
|
7656
|
+
width: 0.25rem;
|
|
7657
|
+
}
|
|
7564
7658
|
.\[\&\:\:-webkit-scrollbar\]\:w-1\.5::-webkit-scrollbar {
|
|
7565
7659
|
width: 0.375rem;
|
|
7566
7660
|
}
|
package/dist/index.d.mts
CHANGED
|
@@ -950,7 +950,7 @@ declare const EndHourAgenda = 24;
|
|
|
950
950
|
declare const DefaultStartHourAgenda = 9;
|
|
951
951
|
declare const DefaultEndHourAgenda = 10;
|
|
952
952
|
|
|
953
|
-
type CalendarViewAgenda = "month" | "week" | "day" | "agenda";
|
|
953
|
+
type CalendarViewAgenda = "month" | "week" | "day" | "agenda" | "year";
|
|
954
954
|
interface CalendarEventAgenda {
|
|
955
955
|
id: string;
|
|
956
956
|
title: string;
|
|
@@ -989,13 +989,14 @@ interface EventCalendarProps$1 {
|
|
|
989
989
|
initialView?: CalendarViewAgenda;
|
|
990
990
|
initialDate?: Date;
|
|
991
991
|
onClick?: ((event: CalendarEventAgenda, e?: React__default.MouseEvent) => void) | React__default.ReactElement<ModalLikeProps>;
|
|
992
|
+
showYearView?: boolean;
|
|
992
993
|
}
|
|
993
994
|
interface ModalLikeProps {
|
|
994
995
|
event?: CalendarEventAgenda;
|
|
995
996
|
onClose?: () => void;
|
|
996
997
|
[key: string]: unknown;
|
|
997
998
|
}
|
|
998
|
-
declare function EventAgenda({ events, onEventUpdate, className, initialView, initialDate, onClick, }: EventCalendarProps$1): react_jsx_runtime.JSX.Element;
|
|
999
|
+
declare function EventAgenda({ events, onEventUpdate, className, initialView, initialDate, onClick, showYearView, }: EventCalendarProps$1): react_jsx_runtime.JSX.Element;
|
|
999
1000
|
|
|
1000
1001
|
interface EventItemProps$1 {
|
|
1001
1002
|
event: CalendarEventAgenda;
|
|
@@ -1110,6 +1111,13 @@ interface WeekViewProps$1 {
|
|
|
1110
1111
|
}
|
|
1111
1112
|
declare function WeekViewAgenda({ currentDate, events, onEventSelect, onEventCreate, showUndatedEvents, }: WeekViewProps$1): react_jsx_runtime.JSX.Element;
|
|
1112
1113
|
|
|
1114
|
+
interface YearViewProps {
|
|
1115
|
+
currentDate: Date;
|
|
1116
|
+
events: CalendarEventAgenda[];
|
|
1117
|
+
onMonthSelect: (date: Date) => void;
|
|
1118
|
+
}
|
|
1119
|
+
declare function YearViewAgenda({ currentDate, events, onMonthSelect, }: YearViewProps): react_jsx_runtime.JSX.Element;
|
|
1120
|
+
|
|
1113
1121
|
interface MultiDayBar {
|
|
1114
1122
|
event: CalendarEventAgenda;
|
|
1115
1123
|
colStart: number;
|
|
@@ -1933,14 +1941,14 @@ interface TooltipData {
|
|
|
1933
1941
|
name: string;
|
|
1934
1942
|
[key: string]: string | number;
|
|
1935
1943
|
}
|
|
1936
|
-
interface Position$
|
|
1944
|
+
interface Position$3 {
|
|
1937
1945
|
top: number;
|
|
1938
1946
|
left: number;
|
|
1939
1947
|
}
|
|
1940
1948
|
interface DraggableTooltipProps {
|
|
1941
1949
|
id: string;
|
|
1942
1950
|
data: TooltipData;
|
|
1943
|
-
position: Position$
|
|
1951
|
+
position: Position$3;
|
|
1944
1952
|
isDragging?: boolean;
|
|
1945
1953
|
title?: string;
|
|
1946
1954
|
dataKeys: string[];
|
|
@@ -1954,7 +1962,7 @@ interface DraggableTooltipProps {
|
|
|
1954
1962
|
onCloseAll?: () => void;
|
|
1955
1963
|
closeAllButtonPosition?: "top-left" | "top-right" | "top-center";
|
|
1956
1964
|
closeAllButtonVariant?: "floating" | "inline";
|
|
1957
|
-
onPositionChange?: (id: string, position: Position$
|
|
1965
|
+
onPositionChange?: (id: string, position: Position$3) => void;
|
|
1958
1966
|
highlightedSeries?: Set<string>;
|
|
1959
1967
|
toggleHighlight?: (key: string) => void;
|
|
1960
1968
|
showOnlyHighlighted?: boolean;
|
|
@@ -2054,21 +2062,149 @@ interface SystemData {
|
|
|
2054
2062
|
}
|
|
2055
2063
|
declare function processNeo4jData(integrations: Neo4jIntegration[], targetSystemName: string): SystemData;
|
|
2056
2064
|
|
|
2057
|
-
interface Position$
|
|
2065
|
+
interface Position$2 {
|
|
2058
2066
|
top: number;
|
|
2059
2067
|
left: number;
|
|
2060
2068
|
}
|
|
2061
2069
|
interface SystemTooltipProps {
|
|
2062
2070
|
id: string;
|
|
2063
2071
|
data: SystemData;
|
|
2072
|
+
position: Position$2;
|
|
2073
|
+
title?: string;
|
|
2074
|
+
isLoading?: boolean;
|
|
2075
|
+
onMouseDown?: (id: string, e: React__default.MouseEvent | React__default.TouchEvent) => void;
|
|
2076
|
+
onClose: (id: string) => void;
|
|
2077
|
+
onPositionChange?: (id: string, position: Position$2) => void;
|
|
2078
|
+
}
|
|
2079
|
+
declare const SystemTooltip: React__default.FC<SystemTooltipProps>;
|
|
2080
|
+
|
|
2081
|
+
interface Node {
|
|
2082
|
+
identity: number;
|
|
2083
|
+
labels: string[];
|
|
2084
|
+
properties: {
|
|
2085
|
+
nome: string;
|
|
2086
|
+
[key: string]: string;
|
|
2087
|
+
};
|
|
2088
|
+
elementId: string;
|
|
2089
|
+
}
|
|
2090
|
+
interface IntegrationProps {
|
|
2091
|
+
tipo?: string;
|
|
2092
|
+
Tipo?: string;
|
|
2093
|
+
Setor?: string;
|
|
2094
|
+
Destino?: string;
|
|
2095
|
+
Contato?: string;
|
|
2096
|
+
Ambiente?: string;
|
|
2097
|
+
Nome?: string;
|
|
2098
|
+
Protocolos?: string;
|
|
2099
|
+
Sustentacao?: string;
|
|
2100
|
+
Origem?: string;
|
|
2101
|
+
[key: string]: string | undefined;
|
|
2102
|
+
}
|
|
2103
|
+
interface Relationship {
|
|
2104
|
+
identity: number;
|
|
2105
|
+
start: number;
|
|
2106
|
+
end: number;
|
|
2107
|
+
type: string;
|
|
2108
|
+
properties: IntegrationProps;
|
|
2109
|
+
elementId: string;
|
|
2110
|
+
startNodeElementId: string;
|
|
2111
|
+
endNodeElementId: string;
|
|
2112
|
+
}
|
|
2113
|
+
interface Integration {
|
|
2114
|
+
origem: Node;
|
|
2115
|
+
r: Relationship;
|
|
2116
|
+
destino: Node;
|
|
2117
|
+
}
|
|
2118
|
+
interface IntegrationConnection {
|
|
2119
|
+
id: string;
|
|
2120
|
+
name: string;
|
|
2121
|
+
type: "entrada" | "saida";
|
|
2122
|
+
status?: "active" | "inactive" | "warning";
|
|
2123
|
+
integration?: IntegrationProps;
|
|
2124
|
+
}
|
|
2125
|
+
interface IntegrationData {
|
|
2126
|
+
name: string;
|
|
2127
|
+
description?: string;
|
|
2128
|
+
connections: IntegrationConnection[];
|
|
2129
|
+
}
|
|
2130
|
+
declare function processIntegrationData(integrations: Integration[], targetSystemName: string): IntegrationData;
|
|
2131
|
+
|
|
2132
|
+
interface Position$1 {
|
|
2133
|
+
top: number;
|
|
2134
|
+
left: number;
|
|
2135
|
+
}
|
|
2136
|
+
interface IntegrationTooltipProps {
|
|
2137
|
+
id: string;
|
|
2138
|
+
data: IntegrationData;
|
|
2064
2139
|
position: Position$1;
|
|
2065
2140
|
title?: string;
|
|
2066
2141
|
isLoading?: boolean;
|
|
2142
|
+
systemName?: string;
|
|
2067
2143
|
onMouseDown?: (id: string, e: React__default.MouseEvent | React__default.TouchEvent) => void;
|
|
2068
2144
|
onClose: (id: string) => void;
|
|
2069
2145
|
onPositionChange?: (id: string, position: Position$1) => void;
|
|
2070
2146
|
}
|
|
2071
|
-
declare const
|
|
2147
|
+
declare const IntegrationTooltip: React__default.FC<IntegrationTooltipProps>;
|
|
2148
|
+
|
|
2149
|
+
declare const useIsTruncated: (ref: React.RefObject<HTMLElement | null>) => boolean;
|
|
2150
|
+
|
|
2151
|
+
declare const Beam: React__default.FC<{
|
|
2152
|
+
isInput: boolean;
|
|
2153
|
+
containerRef: React__default.RefObject<HTMLDivElement | null>;
|
|
2154
|
+
leftRef: React__default.RefObject<HTMLDivElement | null>;
|
|
2155
|
+
rightRef: React__default.RefObject<HTMLDivElement | null>;
|
|
2156
|
+
}>;
|
|
2157
|
+
|
|
2158
|
+
declare const SystemsDiagram: React__default.FC<{
|
|
2159
|
+
isInput: boolean;
|
|
2160
|
+
currentSystem: string;
|
|
2161
|
+
externalSystem: string;
|
|
2162
|
+
}>;
|
|
2163
|
+
|
|
2164
|
+
declare const TooltipBody: React__default.NamedExoticComponent<{
|
|
2165
|
+
data: IntegrationData;
|
|
2166
|
+
isLoading: boolean;
|
|
2167
|
+
connections: IntegrationData["connections"];
|
|
2168
|
+
isInput: boolean;
|
|
2169
|
+
externalSystem: string;
|
|
2170
|
+
}>;
|
|
2171
|
+
|
|
2172
|
+
declare function useIsMobile(): boolean;
|
|
2173
|
+
|
|
2174
|
+
interface Position {
|
|
2175
|
+
top: number;
|
|
2176
|
+
left: number;
|
|
2177
|
+
}
|
|
2178
|
+
interface UseDragOptions {
|
|
2179
|
+
onDragStart?: (id: string) => void;
|
|
2180
|
+
onDragEnd?: (id: string) => void;
|
|
2181
|
+
onDrag?: (id: string, position: Position) => void;
|
|
2182
|
+
}
|
|
2183
|
+
declare const useDrag: (options?: UseDragOptions) => {
|
|
2184
|
+
handleMouseDown: (id: string, e: React.MouseEvent | React.TouchEvent) => void;
|
|
2185
|
+
getPosition: (id: string) => Position;
|
|
2186
|
+
setPosition: (id: string, position: Position) => void;
|
|
2187
|
+
isElementDragging: (id: string) => boolean;
|
|
2188
|
+
isDragging: boolean;
|
|
2189
|
+
};
|
|
2190
|
+
|
|
2191
|
+
declare const IntegrationCard: React__default.FC<{
|
|
2192
|
+
title: string;
|
|
2193
|
+
details?: IntegrationProperties | null;
|
|
2194
|
+
}>;
|
|
2195
|
+
|
|
2196
|
+
declare const NameTooltip: React__default.FC<{
|
|
2197
|
+
name: string;
|
|
2198
|
+
description?: string;
|
|
2199
|
+
}>;
|
|
2200
|
+
|
|
2201
|
+
declare const CopyData: React__default.FC<{
|
|
2202
|
+
value: string;
|
|
2203
|
+
}>;
|
|
2204
|
+
|
|
2205
|
+
declare const SystemNode: React__default.FC<{
|
|
2206
|
+
label: string;
|
|
2207
|
+
}>;
|
|
2072
2208
|
|
|
2073
2209
|
interface ChartData$2 {
|
|
2074
2210
|
[key: string]: string | number | boolean | null | undefined;
|
|
@@ -2428,23 +2564,4 @@ interface ControlledComboboxProps<T extends string> extends ErrorMessageProps {
|
|
|
2428
2564
|
}
|
|
2429
2565
|
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;
|
|
2430
2566
|
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
interface Position {
|
|
2434
|
-
top: number;
|
|
2435
|
-
left: number;
|
|
2436
|
-
}
|
|
2437
|
-
interface UseDragOptions {
|
|
2438
|
-
onDragStart?: (id: string) => void;
|
|
2439
|
-
onDragEnd?: (id: string) => void;
|
|
2440
|
-
onDrag?: (id: string, position: Position) => void;
|
|
2441
|
-
}
|
|
2442
|
-
declare const useDrag: (options?: UseDragOptions) => {
|
|
2443
|
-
handleMouseDown: (id: string, e: React.MouseEvent | React.TouchEvent) => void;
|
|
2444
|
-
getPosition: (id: string) => Position;
|
|
2445
|
-
setPosition: (id: string, position: Position) => void;
|
|
2446
|
-
isElementDragging: (id: string) => boolean;
|
|
2447
|
-
isDragging: boolean;
|
|
2448
|
-
};
|
|
2449
|
-
|
|
2450
|
-
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, EventDetailModalAgenda, 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, MultiDayOverlay, MultiSelect, MultiSelectBase, MultiSelectContentBase, type MultiSelectContextType, MultiSelectGroupBase, type MultiSelectItem, MultiSelectItemBase, type MultiSelectProps, type MultiSelectPropsWithGroupItems, type MultiSelectPropsWithItems, MultiSelectSeparatorBase, type MultiSelectTestIds, MultiSelectTriggerBase, MultiSelectValueBase, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, type Neo4jIntegration, type Neo4jNode, type Neo4jRelationship, type NewSelectProps, NoData, 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, formatDurationAgenda, formatDurationAgendaDays, formatFieldName, formatLinePercentage, generateAdditionalColors, generateColorMap, getAgendaEventsForDay, getAgendaEventsForDayAgenda, getAllEventsForDay, getAllEventsForDayAgenda, getArrowByType, getAutoColorAgenda, getBorderRadiusClasses, getBorderRadiusClassesAgenda, getDateByType, getEventColorClasses, getEventColorClassesAgenda, getEventEndDate, getEventStartDate, getEventsForDay, getEventsForDayAgenda, getItems, getMaxDataValue, getMinDataValue, getSpanningEventsForDay, getSpanningEventsForDayAgenda, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isMultiDayEventAgenda, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, normalizeAttendDate, 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 };
|
|
2567
|
+
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, Beam, 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, CopyData, type DataMapper, DateTimePicker, DayView, DayViewAgenda, DebouncedInput, type DebouncedInputProps, type DefaultAvatarComboboxProps, DefaultEndHour, DefaultEndHourAgenda, type DefaultMultiSelectProps, type DefaultSelectProps, DefaultStartHour, DefaultStartHourAgenda, DestructiveDialog, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DownloadButton, DraggableEvent, DraggableTooltip, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, DroppableCell, DroppableCellAgenda, EditButton, EndHour, EndHourAgenda, ErrorMessage, EventAgenda, EventCalendar, type EventColor, type EventColorAgenda, EventDetailModalAgenda, EventDialog, EventGap, EventGapAgenda, EventHeight, EventHeightAgenda, EventItem, EventItemAgenda, EventsPopup, FavoriteButton, 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 Integration, IntegrationCard, type IntegrationConnection, type IntegrationData, type IntegrationProperties, type IntegrationProps, IntegrationTooltip, LabelBase, type LabelListContent, Leaderboard, type LeaderboardItem, type LeaderboardProps, type LegendItem, LikeButton, LoadingBase, LockButton, type MapperConfig, type MapperConfigEntry, type Margins, type MenuItem, ModalBase, ModalCloseBase, ModalContentBase, ModalDescriptionBase, ModalFooterBase, ModalHeaderBase, ModalOverlayBase, ModalPortalBase, ModalTitleBase, ModalTriggerBase, ModeToggleBase, MonthView, MonthViewAgenda, MoreButton, MultiCombobox, type MultiComboboxProps, type MultiComboboxTestIds, MultiDayOverlay, MultiSelect, MultiSelectBase, MultiSelectContentBase, type MultiSelectContextType, MultiSelectGroupBase, type MultiSelectItem, MultiSelectItemBase, type MultiSelectProps, type MultiSelectPropsWithGroupItems, type MultiSelectPropsWithItems, MultiSelectSeparatorBase, type MultiSelectTestIds, MultiSelectTriggerBase, MultiSelectValueBase, NameTooltip, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, type Neo4jIntegration, type Neo4jNode, type Neo4jRelationship, type NewSelectProps, NoData, type Node, NotificationButton, NumericInput, type Padding, type Period, PeriodsDropdown, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, type Primitive, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, type ProgressType, type PropsLabelList, RadialMenu, RangePicker, type RangePickerProps, RefreshButton, type Relationship, SaveButton, ScrollAreaBase, ScrollBarBase, SearchButton, Select, SelectBase, SelectContentBase, SelectEmpty, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, type SelectPropsWithGroupItems, type SelectPropsWithItems, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, type SelectTestIds, SelectTriggerBase, SelectValueBase, SeparatorBase, type SeriesConfig, type SeriesCounts, type SeriesEntry, type SeriesOrder, type SeriesProp, SettingsButton, SheetBase, SheetCloseBase, SheetContentBase, SheetDescriptionBase, SheetFooterBase, SheetHeaderBase, SheetOverlayBase, SheetPortalBase, SheetTitleBase, SheetTriggerBase, ShowOnly, SidebarBase, SidebarContentBase, SidebarFooterBase, SidebarGroupActionBase, SidebarGroupBase, SidebarGroupContentBase, SidebarGroupLabelBase, SidebarHeaderBase, SidebarInputBase, SidebarInsetBase, SidebarMenuActionBase, SidebarMenuBadgeBase, SidebarMenuBase, SidebarMenuButtonBase, SidebarMenuItemBase, SidebarMenuSkeletonBase, SidebarMenuSubBase, SidebarMenuSubButtonBase, SidebarMenuSubItemBase, SidebarProviderBase, SidebarRailBase, SidebarSeparatorBase, SidebarTriggerBase, SkeletonBase, SlideBase, type SliderBaseProps, StartHour, StartHourAgenda, StatusIndicator, type StatusProps, SwitchBase, type SystemData, SystemNode, SystemTooltip, SystemsDiagram, 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, TooltipBody, TooltipContentBase, type TooltipItem$2 as TooltipItem, TooltipProviderBase, TooltipSimple, TooltipTriggerBase, RechartTooltipWithTotal as TooltipWithTotal, UndatedEvents, UniversalTooltipRenderer, UnlockButton, UploadButton, UseSideBarBase, VISIBLE_ITEMS, type ValueFormatter, type ValueFormatterType, ViewButton, VisibilityButton, WeekCellsHeight, WeekCellsHeightAgenda, WeekView, WeekViewAgenda, type XAxisConfig, type YAxes, type YAxisMap, type YAxisOptions, type YAxisSide, YearViewAgenda, adaptDataForTooltip, addHoursToDate, addHoursToDateAgenda, addMinutesToDateAgenda, badgeVariants, buttonVariantsBase, compactTick, computeChartWidth, computeNiceMax, computeYAxisTickWidth, convert12HourTo24Hour, createValueFormatter, createYTickFormatter, detectDataFields, detectXAxis, display12HourValue, formatDurationAgenda, formatDurationAgendaDays, formatFieldName, formatLinePercentage, generateAdditionalColors, generateColorMap, getAgendaEventsForDay, getAgendaEventsForDayAgenda, getAllEventsForDay, getAllEventsForDayAgenda, getArrowByType, getAutoColorAgenda, getBorderRadiusClasses, getBorderRadiusClassesAgenda, getDateByType, getEventColorClasses, getEventColorClassesAgenda, getEventEndDate, getEventStartDate, getEventsForDay, getEventsForDayAgenda, getItems, getMaxDataValue, getMinDataValue, getSpanningEventsForDay, getSpanningEventsForDayAgenda, getValid12Hour, getValidArrow12Hour, getValidArrowHour, getValidArrowMinuteOrSecond, getValidArrowNumber, getValidHour, getValidMinuteOrSecond, getValidNumber, isMultiDayEvent, isMultiDayEventAgenda, isValid12Hour, isValidHour, isValidMinuteOrSecond, niceCeil, normalizeAttendDate, processIntegrationData, processNeo4jData, renderInsideBarLabel, renderPillLabel, resolveChartMargins, resolveContainerPaddingLeft, set12Hours, setDateByType, setHours, setMinutes, setSeconds, sortEvents, sortEventsAgenda, toast, useBiaxial, useCalendarDnd, useCalendarDndAgenda, useChartClick, useChartDimensions, useChartHighlights, useChartLayout, useChartMinMax, useChartTooltips, useCurrentTimeIndicator, useCurrentTimeIndicatorAgenda, useDrag, useEventVisibility, useEventVisibilityAgenda, useIsMobile, useIsTruncated, useOpenTooltipForPeriod, useProcessedData, useSeriesOpacity, useTheme, useTimeSeriesRange, type valueFormatter, visualForItem };
|