@optifye/dashboard-core 6.6.5 → 6.6.6
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 +154 -3
- package/dist/index.d.mts +139 -9
- package/dist/index.d.ts +139 -9
- package/dist/index.js +2311 -1133
- package/dist/index.mjs +1414 -242
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -459,6 +459,9 @@ body {
|
|
|
459
459
|
.-left-6 {
|
|
460
460
|
left: -1.5rem;
|
|
461
461
|
}
|
|
462
|
+
.-right-1 {
|
|
463
|
+
right: -0.25rem;
|
|
464
|
+
}
|
|
462
465
|
.-right-1\.5 {
|
|
463
466
|
right: -0.375rem;
|
|
464
467
|
}
|
|
@@ -970,9 +973,6 @@ body {
|
|
|
970
973
|
.h-\[calc\(100\%-1\.75rem\)\] {
|
|
971
974
|
height: calc(100% - 1.75rem);
|
|
972
975
|
}
|
|
973
|
-
.h-\[calc\(100\%-14rem\)\] {
|
|
974
|
-
height: calc(100% - 14rem);
|
|
975
|
-
}
|
|
976
976
|
.h-\[calc\(100\%-2rem\)\] {
|
|
977
977
|
height: calc(100% - 2rem);
|
|
978
978
|
}
|
|
@@ -985,6 +985,9 @@ body {
|
|
|
985
985
|
.h-\[calc\(100\%-6rem\)\] {
|
|
986
986
|
height: calc(100% - 6rem);
|
|
987
987
|
}
|
|
988
|
+
.h-\[calc\(100\%-8rem\)\] {
|
|
989
|
+
height: calc(100% - 8rem);
|
|
990
|
+
}
|
|
988
991
|
.h-\[calc\(100vh-10rem\)\] {
|
|
989
992
|
height: calc(100vh - 10rem);
|
|
990
993
|
}
|
|
@@ -1045,6 +1048,12 @@ body {
|
|
|
1045
1048
|
.max-h-\[400px\] {
|
|
1046
1049
|
max-height: 400px;
|
|
1047
1050
|
}
|
|
1051
|
+
.max-h-\[60vh\] {
|
|
1052
|
+
max-height: 60vh;
|
|
1053
|
+
}
|
|
1054
|
+
.max-h-\[80vh\] {
|
|
1055
|
+
max-height: 80vh;
|
|
1056
|
+
}
|
|
1048
1057
|
.max-h-\[90vh\] {
|
|
1049
1058
|
max-height: 90vh;
|
|
1050
1059
|
}
|
|
@@ -1177,6 +1186,9 @@ body {
|
|
|
1177
1186
|
.w-8 {
|
|
1178
1187
|
width: 2rem;
|
|
1179
1188
|
}
|
|
1189
|
+
.w-80 {
|
|
1190
|
+
width: 20rem;
|
|
1191
|
+
}
|
|
1180
1192
|
.w-9 {
|
|
1181
1193
|
width: 2.25rem;
|
|
1182
1194
|
}
|
|
@@ -1243,6 +1255,9 @@ body {
|
|
|
1243
1255
|
.min-w-\[44px\] {
|
|
1244
1256
|
min-width: 44px;
|
|
1245
1257
|
}
|
|
1258
|
+
.min-w-\[50px\] {
|
|
1259
|
+
min-width: 50px;
|
|
1260
|
+
}
|
|
1246
1261
|
.min-w-\[80px\] {
|
|
1247
1262
|
min-width: 80px;
|
|
1248
1263
|
}
|
|
@@ -1387,6 +1402,16 @@ body {
|
|
|
1387
1402
|
--tw-rotate: 180deg;
|
|
1388
1403
|
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));
|
|
1389
1404
|
}
|
|
1405
|
+
.scale-100 {
|
|
1406
|
+
--tw-scale-x: 1;
|
|
1407
|
+
--tw-scale-y: 1;
|
|
1408
|
+
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));
|
|
1409
|
+
}
|
|
1410
|
+
.scale-105 {
|
|
1411
|
+
--tw-scale-x: 1.05;
|
|
1412
|
+
--tw-scale-y: 1.05;
|
|
1413
|
+
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));
|
|
1414
|
+
}
|
|
1390
1415
|
.scale-110 {
|
|
1391
1416
|
--tw-scale-x: 1.1;
|
|
1392
1417
|
--tw-scale-y: 1.1;
|
|
@@ -1742,6 +1767,10 @@ body {
|
|
|
1742
1767
|
border-bottom-right-radius: 0.75rem;
|
|
1743
1768
|
border-bottom-left-radius: 0.75rem;
|
|
1744
1769
|
}
|
|
1770
|
+
.rounded-t-xl {
|
|
1771
|
+
border-top-left-radius: 0.75rem;
|
|
1772
|
+
border-top-right-radius: 0.75rem;
|
|
1773
|
+
}
|
|
1745
1774
|
.rounded-bl-\[10px\] {
|
|
1746
1775
|
border-bottom-left-radius: 10px;
|
|
1747
1776
|
}
|
|
@@ -1851,6 +1880,9 @@ body {
|
|
|
1851
1880
|
.border-blue-200\/50 {
|
|
1852
1881
|
border-color: rgb(191 219 254 / 0.5);
|
|
1853
1882
|
}
|
|
1883
|
+
.border-blue-200\/60 {
|
|
1884
|
+
border-color: rgb(191 219 254 / 0.6);
|
|
1885
|
+
}
|
|
1854
1886
|
.border-blue-400 {
|
|
1855
1887
|
--tw-border-opacity: 1;
|
|
1856
1888
|
border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
|
|
@@ -1877,6 +1909,9 @@ body {
|
|
|
1877
1909
|
--tw-border-opacity: 1;
|
|
1878
1910
|
border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
|
|
1879
1911
|
}
|
|
1912
|
+
.border-gray-100\/80 {
|
|
1913
|
+
border-color: rgb(243 244 246 / 0.8);
|
|
1914
|
+
}
|
|
1880
1915
|
.border-gray-200 {
|
|
1881
1916
|
--tw-border-opacity: 1;
|
|
1882
1917
|
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
|
|
@@ -2515,6 +2550,11 @@ body {
|
|
|
2515
2550
|
--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
|
|
2516
2551
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
2517
2552
|
}
|
|
2553
|
+
.from-emerald-100 {
|
|
2554
|
+
--tw-gradient-from: #d1fae5 var(--tw-gradient-from-position);
|
|
2555
|
+
--tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
|
|
2556
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
2557
|
+
}
|
|
2518
2558
|
.from-emerald-400 {
|
|
2519
2559
|
--tw-gradient-from: #34d399 var(--tw-gradient-from-position);
|
|
2520
2560
|
--tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
|
|
@@ -2550,16 +2590,31 @@ body {
|
|
|
2550
2590
|
--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
|
|
2551
2591
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
2552
2592
|
}
|
|
2593
|
+
.from-green-200 {
|
|
2594
|
+
--tw-gradient-from: #bbf7d0 var(--tw-gradient-from-position);
|
|
2595
|
+
--tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);
|
|
2596
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
2597
|
+
}
|
|
2553
2598
|
.from-green-400 {
|
|
2554
2599
|
--tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
|
|
2555
2600
|
--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
|
|
2556
2601
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
2557
2602
|
}
|
|
2603
|
+
.from-green-50 {
|
|
2604
|
+
--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
|
|
2605
|
+
--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
|
|
2606
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
2607
|
+
}
|
|
2558
2608
|
.from-green-500 {
|
|
2559
2609
|
--tw-gradient-from: #22c55e var(--tw-gradient-from-position);
|
|
2560
2610
|
--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
|
|
2561
2611
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
2562
2612
|
}
|
|
2613
|
+
.from-purple-100 {
|
|
2614
|
+
--tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
|
|
2615
|
+
--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
|
|
2616
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
2617
|
+
}
|
|
2563
2618
|
.from-red-400 {
|
|
2564
2619
|
--tw-gradient-from: #f87171 var(--tw-gradient-from-position);
|
|
2565
2620
|
--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
|
|
@@ -2619,6 +2674,13 @@ body {
|
|
|
2619
2674
|
#374151 var(--tw-gradient-via-position),
|
|
2620
2675
|
var(--tw-gradient-to);
|
|
2621
2676
|
}
|
|
2677
|
+
.via-indigo-50 {
|
|
2678
|
+
--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
|
|
2679
|
+
--tw-gradient-stops:
|
|
2680
|
+
var(--tw-gradient-from),
|
|
2681
|
+
#eef2ff var(--tw-gradient-via-position),
|
|
2682
|
+
var(--tw-gradient-to);
|
|
2683
|
+
}
|
|
2622
2684
|
.via-white {
|
|
2623
2685
|
--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
|
|
2624
2686
|
--tw-gradient-stops:
|
|
@@ -2633,6 +2695,13 @@ body {
|
|
|
2633
2695
|
rgb(255 255 255 / 0.95) var(--tw-gradient-via-position),
|
|
2634
2696
|
var(--tw-gradient-to);
|
|
2635
2697
|
}
|
|
2698
|
+
.via-yellow-200 {
|
|
2699
|
+
--tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
|
|
2700
|
+
--tw-gradient-stops:
|
|
2701
|
+
var(--tw-gradient-from),
|
|
2702
|
+
#fef08a var(--tw-gradient-via-position),
|
|
2703
|
+
var(--tw-gradient-to);
|
|
2704
|
+
}
|
|
2636
2705
|
.to-\[\#00AB45\]\/95 {
|
|
2637
2706
|
--tw-gradient-to: rgb(0 171 69 / 0.95) var(--tw-gradient-to-position);
|
|
2638
2707
|
}
|
|
@@ -2648,6 +2717,12 @@ body {
|
|
|
2648
2717
|
.to-amber-800 {
|
|
2649
2718
|
--tw-gradient-to: #92400e var(--tw-gradient-to-position);
|
|
2650
2719
|
}
|
|
2720
|
+
.to-blue-100 {
|
|
2721
|
+
--tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
|
|
2722
|
+
}
|
|
2723
|
+
.to-blue-50 {
|
|
2724
|
+
--tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
|
|
2725
|
+
}
|
|
2651
2726
|
.to-blue-50\/30 {
|
|
2652
2727
|
--tw-gradient-to: rgb(239 246 255 / 0.3) var(--tw-gradient-to-position);
|
|
2653
2728
|
}
|
|
@@ -2702,6 +2777,18 @@ body {
|
|
|
2702
2777
|
.to-indigo-600 {
|
|
2703
2778
|
--tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
|
|
2704
2779
|
}
|
|
2780
|
+
.to-orange-400 {
|
|
2781
|
+
--tw-gradient-to: #fb923c var(--tw-gradient-to-position);
|
|
2782
|
+
}
|
|
2783
|
+
.to-pink-100 {
|
|
2784
|
+
--tw-gradient-to: #fce7f3 var(--tw-gradient-to-position);
|
|
2785
|
+
}
|
|
2786
|
+
.to-purple-50 {
|
|
2787
|
+
--tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
|
|
2788
|
+
}
|
|
2789
|
+
.to-red-200 {
|
|
2790
|
+
--tw-gradient-to: #fecaca var(--tw-gradient-to-position);
|
|
2791
|
+
}
|
|
2705
2792
|
.to-red-50 {
|
|
2706
2793
|
--tw-gradient-to: #fef2f2 var(--tw-gradient-to-position);
|
|
2707
2794
|
}
|
|
@@ -3218,6 +3305,10 @@ body {
|
|
|
3218
3305
|
--tw-text-opacity: 1;
|
|
3219
3306
|
color: rgb(20 83 45 / var(--tw-text-opacity, 1));
|
|
3220
3307
|
}
|
|
3308
|
+
.text-indigo-600 {
|
|
3309
|
+
--tw-text-opacity: 1;
|
|
3310
|
+
color: rgb(79 70 229 / var(--tw-text-opacity, 1));
|
|
3311
|
+
}
|
|
3221
3312
|
.text-lime-500 {
|
|
3222
3313
|
--tw-text-opacity: 1;
|
|
3223
3314
|
color: rgb(132 204 22 / var(--tw-text-opacity, 1));
|
|
@@ -3234,6 +3325,10 @@ body {
|
|
|
3234
3325
|
--tw-text-opacity: 1;
|
|
3235
3326
|
color: rgb(194 65 12 / var(--tw-text-opacity, 1));
|
|
3236
3327
|
}
|
|
3328
|
+
.text-purple-600 {
|
|
3329
|
+
--tw-text-opacity: 1;
|
|
3330
|
+
color: rgb(147 51 234 / var(--tw-text-opacity, 1));
|
|
3331
|
+
}
|
|
3237
3332
|
.text-purple-700 {
|
|
3238
3333
|
--tw-text-opacity: 1;
|
|
3239
3334
|
color: rgb(126 34 206 / var(--tw-text-opacity, 1));
|
|
@@ -3469,6 +3564,10 @@ body {
|
|
|
3469
3564
|
--tw-shadow-color: rgb(219 234 254 / 0.3);
|
|
3470
3565
|
--tw-shadow: var(--tw-shadow-colored);
|
|
3471
3566
|
}
|
|
3567
|
+
.shadow-blue-200 {
|
|
3568
|
+
--tw-shadow-color: #bfdbfe;
|
|
3569
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
3570
|
+
}
|
|
3472
3571
|
.shadow-blue-500\/25 {
|
|
3473
3572
|
--tw-shadow-color: rgb(59 130 246 / 0.25);
|
|
3474
3573
|
--tw-shadow: var(--tw-shadow-colored);
|
|
@@ -3631,6 +3730,11 @@ body {
|
|
|
3631
3730
|
-webkit-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);
|
|
3632
3731
|
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);
|
|
3633
3732
|
}
|
|
3733
|
+
.backdrop-blur-xl {
|
|
3734
|
+
--tw-backdrop-blur: blur(24px);
|
|
3735
|
+
-webkit-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);
|
|
3736
|
+
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);
|
|
3737
|
+
}
|
|
3634
3738
|
.transition {
|
|
3635
3739
|
transition-property:
|
|
3636
3740
|
color,
|
|
@@ -3842,6 +3946,10 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
3842
3946
|
--tw-scale-y: 1.02;
|
|
3843
3947
|
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));
|
|
3844
3948
|
}
|
|
3949
|
+
.hover\:border-blue-300:hover {
|
|
3950
|
+
--tw-border-opacity: 1;
|
|
3951
|
+
border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
|
|
3952
|
+
}
|
|
3845
3953
|
.hover\:border-blue-400:hover {
|
|
3846
3954
|
--tw-border-opacity: 1;
|
|
3847
3955
|
border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
|
|
@@ -3983,12 +4091,20 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
3983
4091
|
.hover\:bg-white\/30:hover {
|
|
3984
4092
|
background-color: rgb(255 255 255 / 0.3);
|
|
3985
4093
|
}
|
|
4094
|
+
.hover\:bg-white\/50:hover {
|
|
4095
|
+
background-color: rgb(255 255 255 / 0.5);
|
|
4096
|
+
}
|
|
3986
4097
|
.hover\:bg-white\/80:hover {
|
|
3987
4098
|
background-color: rgb(255 255 255 / 0.8);
|
|
3988
4099
|
}
|
|
3989
4100
|
.hover\:bg-gradient-to-r:hover {
|
|
3990
4101
|
background-image: linear-gradient(to right, var(--tw-gradient-stops));
|
|
3991
4102
|
}
|
|
4103
|
+
.hover\:from-blue-100:hover {
|
|
4104
|
+
--tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
|
|
4105
|
+
--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
|
|
4106
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
4107
|
+
}
|
|
3992
4108
|
.hover\:from-blue-600:hover {
|
|
3993
4109
|
--tw-gradient-from: #2563eb var(--tw-gradient-from-position);
|
|
3994
4110
|
--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
|
|
@@ -4018,6 +4134,9 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
4018
4134
|
.hover\:to-emerald-700:hover {
|
|
4019
4135
|
--tw-gradient-to: #047857 var(--tw-gradient-to-position);
|
|
4020
4136
|
}
|
|
4137
|
+
.hover\:to-indigo-100:hover {
|
|
4138
|
+
--tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
|
|
4139
|
+
}
|
|
4021
4140
|
.hover\:to-indigo-700:hover {
|
|
4022
4141
|
--tw-gradient-to: #4338ca var(--tw-gradient-to-position);
|
|
4023
4142
|
}
|
|
@@ -4128,6 +4247,10 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
4128
4247
|
--tw-shadow-color: rgb(219 234 254 / 0.2);
|
|
4129
4248
|
--tw-shadow: var(--tw-shadow-colored);
|
|
4130
4249
|
}
|
|
4250
|
+
.hover\:shadow-blue-100\/50:hover {
|
|
4251
|
+
--tw-shadow-color: rgb(219 234 254 / 0.5);
|
|
4252
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
4253
|
+
}
|
|
4131
4254
|
.hover\:ring-2:hover {
|
|
4132
4255
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
4133
4256
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -4243,6 +4366,14 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
4243
4366
|
--tw-ring-opacity: 1;
|
|
4244
4367
|
--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
|
|
4245
4368
|
}
|
|
4369
|
+
.focus\:ring-orange-500:focus {
|
|
4370
|
+
--tw-ring-opacity: 1;
|
|
4371
|
+
--tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
|
|
4372
|
+
}
|
|
4373
|
+
.focus\:ring-purple-500:focus {
|
|
4374
|
+
--tw-ring-opacity: 1;
|
|
4375
|
+
--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
|
|
4376
|
+
}
|
|
4246
4377
|
.focus\:ring-red-500:focus {
|
|
4247
4378
|
--tw-ring-opacity: 1;
|
|
4248
4379
|
--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
|
|
@@ -4341,6 +4472,26 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
4341
4472
|
--tw-text-opacity: 1;
|
|
4342
4473
|
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
|
|
4343
4474
|
}
|
|
4475
|
+
.group:hover .group-hover\:text-blue-700 {
|
|
4476
|
+
--tw-text-opacity: 1;
|
|
4477
|
+
color: rgb(29 78 216 / var(--tw-text-opacity, 1));
|
|
4478
|
+
}
|
|
4479
|
+
.group:hover .group-hover\:text-green-700 {
|
|
4480
|
+
--tw-text-opacity: 1;
|
|
4481
|
+
color: rgb(21 128 61 / var(--tw-text-opacity, 1));
|
|
4482
|
+
}
|
|
4483
|
+
.group:hover .group-hover\:text-orange-700 {
|
|
4484
|
+
--tw-text-opacity: 1;
|
|
4485
|
+
color: rgb(194 65 12 / var(--tw-text-opacity, 1));
|
|
4486
|
+
}
|
|
4487
|
+
.group:hover .group-hover\:text-purple-700 {
|
|
4488
|
+
--tw-text-opacity: 1;
|
|
4489
|
+
color: rgb(126 34 206 / var(--tw-text-opacity, 1));
|
|
4490
|
+
}
|
|
4491
|
+
.group:hover .group-hover\:text-red-700 {
|
|
4492
|
+
--tw-text-opacity: 1;
|
|
4493
|
+
color: rgb(185 28 28 / var(--tw-text-opacity, 1));
|
|
4494
|
+
}
|
|
4344
4495
|
.group:hover .group-hover\:text-slate-900 {
|
|
4345
4496
|
--tw-text-opacity: 1;
|
|
4346
4497
|
color: rgb(15 23 42 / var(--tw-text-opacity, 1));
|
package/dist/index.d.mts
CHANGED
|
@@ -245,7 +245,7 @@ interface DateTimeConfig {
|
|
|
245
245
|
timeFormatOptions?: Intl.DateTimeFormatOptions;
|
|
246
246
|
dateTimeFormatOptions?: Intl.DateTimeFormatOptions;
|
|
247
247
|
}
|
|
248
|
-
interface SOPCategory {
|
|
248
|
+
interface SOPCategory$1 {
|
|
249
249
|
/** Unique identifier for the category (maps to S3 folder names) */
|
|
250
250
|
id: string;
|
|
251
251
|
/** Display label for the UI */
|
|
@@ -271,9 +271,9 @@ interface S3Config {
|
|
|
271
271
|
/** SOP categories configuration */
|
|
272
272
|
sopCategories?: {
|
|
273
273
|
/** Default categories for all workspaces */
|
|
274
|
-
default: SOPCategory[];
|
|
274
|
+
default: SOPCategory$1[];
|
|
275
275
|
/** Workspace-specific category overrides by UUID */
|
|
276
|
-
workspaceOverrides?: Record<string, SOPCategory[]>;
|
|
276
|
+
workspaceOverrides?: Record<string, SOPCategory$1[]>;
|
|
277
277
|
};
|
|
278
278
|
/** Processing configuration for S3 clips */
|
|
279
279
|
processing?: {
|
|
@@ -998,6 +998,7 @@ interface BottleneckVideoData {
|
|
|
998
998
|
originalUri: string;
|
|
999
999
|
cycle_time_seconds?: number;
|
|
1000
1000
|
creation_timestamp?: string;
|
|
1001
|
+
percentile?: number;
|
|
1001
1002
|
}
|
|
1002
1003
|
interface VideoSummary {
|
|
1003
1004
|
counts: Record<string, number>;
|
|
@@ -1328,11 +1329,11 @@ declare class S3ClipsService$1 {
|
|
|
1328
1329
|
/**
|
|
1329
1330
|
* Get clip by ID
|
|
1330
1331
|
*/
|
|
1331
|
-
getClipById(clipId: string, sopCategories?: SOPCategory[]): Promise<BottleneckVideoData | null>;
|
|
1332
|
+
getClipById(clipId: string, sopCategories?: SOPCategory$1[]): Promise<BottleneckVideoData | null>;
|
|
1332
1333
|
/**
|
|
1333
1334
|
* Get neighboring clips
|
|
1334
1335
|
*/
|
|
1335
|
-
getNeighboringClips(workspaceId: string, date: string, shiftId: string | number, category: string, currentClipId: string, sopCategories?: SOPCategory[]): Promise<{
|
|
1336
|
+
getNeighboringClips(workspaceId: string, date: string, shiftId: string | number, category: string, currentClipId: string, sopCategories?: SOPCategory$1[]): Promise<{
|
|
1336
1337
|
previous: BottleneckVideoData | null;
|
|
1337
1338
|
next: BottleneckVideoData | null;
|
|
1338
1339
|
}>;
|
|
@@ -1939,6 +1940,50 @@ declare const useSubscriptionManager: () => SubscriptionManager;
|
|
|
1939
1940
|
*/
|
|
1940
1941
|
declare const useSubscriptionManagerSafe: () => SubscriptionManager | null;
|
|
1941
1942
|
|
|
1943
|
+
/**
|
|
1944
|
+
* Clip Filter Context
|
|
1945
|
+
* Manages state for advanced clip filtering and percentile controls
|
|
1946
|
+
*/
|
|
1947
|
+
|
|
1948
|
+
interface ClipFilterState {
|
|
1949
|
+
percentile: number;
|
|
1950
|
+
showFastCycles: boolean;
|
|
1951
|
+
showSlowCycles: boolean;
|
|
1952
|
+
showLongestIdles: boolean;
|
|
1953
|
+
showIdleTime: boolean;
|
|
1954
|
+
showCycleCompletion: boolean;
|
|
1955
|
+
showBestCycleTime: boolean;
|
|
1956
|
+
showWorstCycleTime: boolean;
|
|
1957
|
+
showLongCycleTime: boolean;
|
|
1958
|
+
showSopDeviations: boolean;
|
|
1959
|
+
dateRange: {
|
|
1960
|
+
start: Date;
|
|
1961
|
+
end: Date;
|
|
1962
|
+
};
|
|
1963
|
+
shiftFilter?: number;
|
|
1964
|
+
percentileRange?: {
|
|
1965
|
+
min: number;
|
|
1966
|
+
max: number;
|
|
1967
|
+
};
|
|
1968
|
+
isAdvancedPanelOpen: boolean;
|
|
1969
|
+
isLoadingPercentileClips: boolean;
|
|
1970
|
+
}
|
|
1971
|
+
interface ClipFilterContextValue {
|
|
1972
|
+
state: ClipFilterState;
|
|
1973
|
+
updatePercentile: (percentile: number) => void;
|
|
1974
|
+
toggleClipType: (clipType: keyof ClipFilterState) => void;
|
|
1975
|
+
updateDateRange: (start: Date, end: Date) => void;
|
|
1976
|
+
updateShiftFilter: (shiftId?: number) => void;
|
|
1977
|
+
setPercentileRange: (min: number, max: number) => void;
|
|
1978
|
+
toggleAdvancedPanel: () => void;
|
|
1979
|
+
resetFilters: () => void;
|
|
1980
|
+
setLoadingPercentileClips: (loading: boolean) => void;
|
|
1981
|
+
}
|
|
1982
|
+
declare const ClipFilterProvider: React__default.FC<{
|
|
1983
|
+
children: ReactNode;
|
|
1984
|
+
}>;
|
|
1985
|
+
declare const useClipFilter: () => ClipFilterContextValue;
|
|
1986
|
+
|
|
1942
1987
|
/**
|
|
1943
1988
|
* @hook useWorkspaceMetrics
|
|
1944
1989
|
* @summary Fetches and subscribes to overview metrics for a specific workspace.
|
|
@@ -3049,12 +3094,17 @@ declare class S3ClipsSupabaseService {
|
|
|
3049
3094
|
* Get clip by ID - stable navigation method
|
|
3050
3095
|
* This ensures navigation works even when new clips are added
|
|
3051
3096
|
*/
|
|
3052
|
-
getClipById(clipId: string, sopCategories?: SOPCategory[]): Promise<BottleneckVideoData | null>;
|
|
3097
|
+
getClipById(clipId: string, sopCategories?: SOPCategory$1[]): Promise<BottleneckVideoData | null>;
|
|
3098
|
+
/**
|
|
3099
|
+
* Map percentile category to actual implementation
|
|
3100
|
+
*/
|
|
3101
|
+
private mapPercentileCategoryToType;
|
|
3053
3102
|
/**
|
|
3054
3103
|
* Get neighboring clips for navigation
|
|
3055
3104
|
* Returns previous and next clips based on timestamp
|
|
3105
|
+
* Handles both regular and percentile categories
|
|
3056
3106
|
*/
|
|
3057
|
-
getNeighboringClips(workspaceId: string, date: string, shiftId: string | number, category: string, currentClipId: string, sopCategories?: SOPCategory[]): Promise<{
|
|
3107
|
+
getNeighboringClips(workspaceId: string, date: string, shiftId: string | number, category: string, currentClipId: string, sopCategories?: SOPCategory$1[]): Promise<{
|
|
3058
3108
|
previous: BottleneckVideoData | null;
|
|
3059
3109
|
next: BottleneckVideoData | null;
|
|
3060
3110
|
}>;
|
|
@@ -3093,6 +3143,28 @@ declare class S3ClipsSupabaseService {
|
|
|
3093
3143
|
* Ensure videos are loaded for navigation
|
|
3094
3144
|
*/
|
|
3095
3145
|
ensureVideosLoaded(workspaceId: string, date: string, shiftId: string | number, category: string, currentIndex: number): Promise<void>;
|
|
3146
|
+
/**
|
|
3147
|
+
* Get percentile-based clips (fast cycles, slow cycles, idle times)
|
|
3148
|
+
*/
|
|
3149
|
+
getPercentileClips(workspaceId: string, date: string, shiftId: string | number, type: 'fast-cycles' | 'slow-cycles' | 'idle-times', percentile?: number, limit?: number): Promise<{
|
|
3150
|
+
clips: BottleneckVideoData[];
|
|
3151
|
+
total: number;
|
|
3152
|
+
hasMore: boolean;
|
|
3153
|
+
}>;
|
|
3154
|
+
/**
|
|
3155
|
+
* Get workspace statistics
|
|
3156
|
+
*/
|
|
3157
|
+
getWorkspaceStats(workspaceId: string, startDate?: string, endDate?: string): Promise<any>;
|
|
3158
|
+
/**
|
|
3159
|
+
* Helper to get severity from clip type
|
|
3160
|
+
* Updated for new materialized view structure (only cycle_completion in 'cycle' category)
|
|
3161
|
+
*/
|
|
3162
|
+
private getSeverityFromClipType;
|
|
3163
|
+
/**
|
|
3164
|
+
* Helper to get description from clip type
|
|
3165
|
+
* Updated for new materialized view structure
|
|
3166
|
+
*/
|
|
3167
|
+
private getDescriptionFromClipType;
|
|
3096
3168
|
}
|
|
3097
3169
|
|
|
3098
3170
|
/**
|
|
@@ -5677,6 +5749,64 @@ declare const WorkspaceMonthlyDataFetcher: React__default.FC<WorkspaceMonthlyDat
|
|
|
5677
5749
|
*/
|
|
5678
5750
|
declare const WorkspaceDisplayNameExample: React__default.FC;
|
|
5679
5751
|
|
|
5752
|
+
interface SOPCategory {
|
|
5753
|
+
id: string;
|
|
5754
|
+
label: string;
|
|
5755
|
+
description?: string;
|
|
5756
|
+
subtitle?: string;
|
|
5757
|
+
color: string;
|
|
5758
|
+
icon?: string;
|
|
5759
|
+
sort_order?: number;
|
|
5760
|
+
s3FolderName?: string;
|
|
5761
|
+
}
|
|
5762
|
+
interface FileManagerFiltersProps {
|
|
5763
|
+
categories: SOPCategory[];
|
|
5764
|
+
videos: BottleneckVideoData[];
|
|
5765
|
+
activeFilter: string;
|
|
5766
|
+
currentVideoId?: string;
|
|
5767
|
+
counts?: Record<string, number>;
|
|
5768
|
+
onFilterChange: (filterId: string) => void;
|
|
5769
|
+
onVideoSelect: (videoIndex: number) => void;
|
|
5770
|
+
onClipSelect?: (categoryId: string, clipId: string) => void;
|
|
5771
|
+
workspaceId?: string;
|
|
5772
|
+
date?: string;
|
|
5773
|
+
shift?: string | number;
|
|
5774
|
+
className?: string;
|
|
5775
|
+
}
|
|
5776
|
+
declare const FileManagerFilters: React__default.FC<FileManagerFiltersProps>;
|
|
5777
|
+
|
|
5778
|
+
/**
|
|
5779
|
+
* Advanced Filter Panel Component
|
|
5780
|
+
* Provides comprehensive filtering controls for clips including percentile selection
|
|
5781
|
+
*/
|
|
5782
|
+
|
|
5783
|
+
interface AdvancedFilterPanelProps {
|
|
5784
|
+
className?: string;
|
|
5785
|
+
onApply?: () => void;
|
|
5786
|
+
}
|
|
5787
|
+
declare const AdvancedFilterPanel: React__default.FC<AdvancedFilterPanelProps>;
|
|
5788
|
+
|
|
5789
|
+
/**
|
|
5790
|
+
* Advanced Filter Dialog Component
|
|
5791
|
+
* Beautiful modal dialog for comprehensive clip filtering
|
|
5792
|
+
* Features glassmorphism design, enhanced controls, and space-efficient layout
|
|
5793
|
+
*/
|
|
5794
|
+
|
|
5795
|
+
interface AdvancedFilterDialogProps {
|
|
5796
|
+
onApply?: () => void;
|
|
5797
|
+
}
|
|
5798
|
+
declare const AdvancedFilterDialog: React__default.FC<AdvancedFilterDialogProps>;
|
|
5799
|
+
|
|
5800
|
+
/**
|
|
5801
|
+
* Filter Dialog Trigger Component
|
|
5802
|
+
* Beautiful trigger button for opening the advanced filter dialog
|
|
5803
|
+
*/
|
|
5804
|
+
|
|
5805
|
+
interface FilterDialogTriggerProps {
|
|
5806
|
+
className?: string;
|
|
5807
|
+
}
|
|
5808
|
+
declare const FilterDialogTrigger: React__default.FC<FilterDialogTriggerProps>;
|
|
5809
|
+
|
|
5680
5810
|
declare const PageHeader: React__default.FC<PageHeaderProps>;
|
|
5681
5811
|
|
|
5682
5812
|
interface DashboardLayoutProps {
|
|
@@ -6709,7 +6839,7 @@ declare const streamProxyConfig: {
|
|
|
6709
6839
|
* @param s3Uri - The S3 URI to parse
|
|
6710
6840
|
* @param sopCategories - Optional SOP categories configuration for mapping
|
|
6711
6841
|
*/
|
|
6712
|
-
declare function parseS3Uri(s3Uri: string, sopCategories?: SOPCategory[]): Omit<BottleneckVideoData, 'id' | 'src' | 'cycle_time_seconds'> | null;
|
|
6842
|
+
declare function parseS3Uri(s3Uri: string, sopCategories?: SOPCategory$1[]): Omit<BottleneckVideoData, 'id' | 'src' | 'cycle_time_seconds'> | null;
|
|
6713
6843
|
/**
|
|
6714
6844
|
* Shuffles an array using Fisher-Yates algorithm
|
|
6715
6845
|
*/
|
|
@@ -6723,4 +6853,4 @@ interface ThreadSidebarProps {
|
|
|
6723
6853
|
}
|
|
6724
6854
|
declare const ThreadSidebar: React__default.FC<ThreadSidebarProps>;
|
|
6725
6855
|
|
|
6726
|
-
export { ACTION_NAMES, AIAgentView, type AccessControlReturn, type Action, type ActionName, type ActionService, type ActionThreshold, type ActiveBreak, type AnalyticsConfig, AudioService, AuthCallback, type AuthCallbackProps, AuthCallbackView, type AuthCallbackViewProps, type AuthConfig, AuthProvider, type AuthUser, AuthenticatedFactoryView, AuthenticatedHelpView, AuthenticatedHomeView, AuthenticatedShiftsView, AuthenticatedTargetsView, AuthenticatedWorkspaceHealthView, BackButton, BackButtonMinimal, BarChart, type BarChartDataItem, type BarChartProps, type BarProps, BaseHistoryCalendar, type BaseHistoryCalendarProps, type BaseLineMetric, type BasePerformanceMetric, type BottleneckFilterType, type BottleneckVideo, type BottleneckVideoData, BottlenecksContent, type BottlenecksContentProps, type BreadcrumbItem, type Break, BreakNotificationPopup, type BreakNotificationPopupProps, type BreakRowProps, type CacheEntryWithPrefetch, CachePrefetchStatus, type CachePrefetchStatusCallback, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, type ChatMessage, type ChatThread, type CleanupFunction, type ClipCounts, type ClipCountsWithIndex$2 as ClipCountsWithIndex, type ClipsConfig, CompactWorkspaceHealthCard, type CompanyUser, type ComponentOverride, CongratulationsOverlay, type CongratulationsOverlayProps, type CoreComponents, type CropConfig, CroppedVideoPlayer, type CroppedVideoPlayerProps, type CurrentShiftResult, CycleTimeChart, type CycleTimeChartProps, CycleTimeOverTimeChart, type CycleTimeOverTimeChartProps, DEFAULT_ANALYTICS_CONFIG, DEFAULT_AUTH_CONFIG, DEFAULT_CONFIG, DEFAULT_DATABASE_CONFIG, DEFAULT_DATE_TIME_CONFIG, DEFAULT_ENDPOINTS_CONFIG, DEFAULT_ENTITY_CONFIG, DEFAULT_SHIFT_CONFIG, DEFAULT_THEME_CONFIG, DEFAULT_VIDEO_CONFIG, DEFAULT_WORKSPACE_CONFIG, DEFAULT_WORKSPACE_POSITIONS, type DashboardConfig, DashboardHeader, type DashboardKPIs, DashboardLayout, type DashboardLayoutProps, DashboardOverridesProvider, DashboardProvider, type DashboardService, type DatabaseConfig, DateDisplay, type DateTimeConfig, DateTimeDisplay, type DateTimeDisplayProps, type DayHistoryData, type DaySummaryData, DebugAuth, DebugAuthView, DetailedHealthStatus, EmptyStateMessage, type EmptyStateMessageProps, EncouragementOverlay, type EndpointsConfig, type EntityConfig, type ErrorCallback$1 as ErrorCallback, type ExtendedCacheMetrics, type FactoryOverviewData, FactoryView, type FactoryViewProps, FirstTimeLoginDebug, FirstTimeLoginHandler, type FormatNumberOptions, type FullyIndexedCallback$1 as FullyIndexedCallback, GaugeChart, type GaugeChartProps, GridComponentsPlaceholder, HamburgerButton, type HamburgerButtonProps, Header, type HeaderProps, type HealthAlertConfig, type HealthAlertHistory, type HealthFilterOptions, type HealthMetrics, type HealthStatus, HealthStatusGrid, HealthStatusIndicator, type HealthSummary, HelpView, type HelpViewProps, type HistoryCalendarProps, HomeView, type HookOverride, type HourlyAchievement, HourlyOutputChart, type HourlyOutputChartProps, type HourlyPerformance, type IPrefetchManager, type ISTDateProps, ISTTimer, type ISTTimerProps, InlineEditableText, InteractiveOnboardingTour, KPICard, type KPICardProps, KPIDetailViewWithDisplayNames as KPIDetailView, type KPIDetailViewProps, KPIGrid, type KPIGridProps, KPIHeader, type KPIHeaderProps, KPISection, type KPITrend, KPIsOverviewView, type KPIsOverviewViewProps, LINE_1_UUID, LINE_2_UUID, LargeOutputProgressChart, type LargeOutputProgressChartProps, LeaderboardDetailViewWithDisplayNames as LeaderboardDetailView, type LeaderboardDetailViewProps, type LeaderboardEntry, Legend, type Line$1 as Line, LineChart, type LineChartDataItem, type LineChartProps, type LineDetails, type LineDisplayData, LineHistoryCalendar, type LineHistoryCalendarProps, type LineInfo, type LineMetrics, LineMonthlyHistory, type LineMonthlyHistoryProps, type LineMonthlyMetric, LineMonthlyPdfGenerator, type LineMonthlyPdfGeneratorProps, type LineNavigationParams, LinePdfExportButton, type LinePdfExportButtonProps, LinePdfGenerator, type LinePdfGeneratorProps, type LineProps, type LineShiftConfig, type LineSnapshot, type LineThreshold, LineWhatsAppShareButton, type LineWhatsAppShareProps, LinesService, LiveTimer, LoadingInline, LoadingInline as LoadingInlineProps, LoadingOverlay, LoadingPage, LoadingSkeleton, LoadingSkeleton as LoadingSkeletonProps, LoadingState, LoadingState as LoadingStateProps, LoginPage, type LoginPageProps, LoginView, type LoginViewProps, MainLayout, type MainLayoutProps, type Metric, MetricCard, type MetricCardProps$1 as MetricCardProps, type MetricsError, MinimalOnboardingPopup, type NavItem, type NavItemTrackingEvent, type NavigationMethod, NewClipsNotification, type NewClipsNotificationProps, NoWorkspaceData, OnboardingDemo, OnboardingTour, type OperatorData, type OperatorInfo, OptifyeAgentClient, type OptifyeAgentContext, type OptifyeAgentRequest, type OptifyeAgentResponse, OptifyeLogoLoader, OutputProgressChart, type OutputProgressChartProps, type OverridesMap, type OverviewLineMetric, type OverviewWorkspaceMetric, PageHeader, type PageHeaderProps, type PageOverride, PieChart, type PieChartProps, type PoorPerformingWorkspace, PrefetchConfigurationError, PrefetchError, PrefetchEvents, type PrefetchKey, type PrefetchManagerConfig, type PrefetchManagerStats, type PrefetchOptions, type PrefetchParams$1 as PrefetchParams, type PrefetchRequest, type PrefetchResult, PrefetchStatus$1 as PrefetchStatus, type PrefetchStatusResult, type PrefetchSubscriptionCallbacks, PrefetchTimeoutError, type ProfileMenuItem, ProfileView, type QualityMetric, type QualityOverview, type QualityService, type RateLimitOptions, type RateLimitResult, type RealtimeService, RegistryProvider, type RenderReadyCallback$1 as RenderReadyCallback, type RoutePath, type S3ClipsAPIParams, S3ClipsService$1 as S3ClipsService, type S3Config, type S3ListObjectsParams, S3Service, type S3ServiceConfig, type SKU, type SKUConfig, type SKUCreateInput, type SKUListProps, SKUManagementView, type SKUModalProps, type SKUSelectorProps, type SKUUpdateInput, type SOPCategory, SOPComplianceChart, type SOPComplianceChartProps, SSEChatClient, type SSEEvent, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, type ShiftConfig, type ShiftConfiguration, type ShiftConfigurationRecord, type ShiftData$3 as ShiftData, ShiftDisplay, type ShiftHistoryData, type ShiftHoursMap, type ShiftPanelProps, type ShiftSummaryData, type ShiftTime, ShiftsView, type ShiftsViewProps, SideNavBar, type SideNavBarProps, type SimpleLine, SimpleOnboardingPopup, SingleVideoStream, type SingleVideoStreamProps, Skeleton, type StatusChangeCallback$1 as StatusChangeCallback, type StreamProxyConfig, type SubscriberId, SubscriptionManager, SubscriptionManagerProvider, type SupabaseClient, SupabaseProvider, type Supervisor, type SupervisorAssignment, type SupervisorConfig, SupervisorDropdown, type SupervisorDropdownProps, type SupervisorManagementData, SupervisorManagementView, type SupervisorManagementViewProps, SupervisorService, type Target, TargetWorkspaceGrid, type TargetWorkspaceGridProps, TargetsViewWithDisplayNames as TargetsView, type TargetsViewProps, type ThemeColorValue, type ThemeConfig, ThreadSidebar, TicketHistory, TicketHistoryService, TimeDisplay, TimePickerDropdown, type TrackingEventProperties, type TrendDirection, type UnderperformingWorkspace, type UnderperformingWorkspaces, type UptimeDetails, type UseActiveBreaksResult, type UseClipTypesResult, type UseDashboardMetricsProps, type UseFactoryOverviewOptions, type UseFormatNumberResult, type UseMessagesResult, type UsePrefetchClipCountsOptions$1 as UsePrefetchClipCountsOptions, type UsePrefetchClipCountsResult$1 as UsePrefetchClipCountsResult, type UseRealtimeLineMetricsProps, type UseTargetsOptions, type UseThreadsResult, type UseTicketHistoryReturn, type UseWorkspaceOperatorsOptions, type UserProfileConfig, type UserRole, UserService, VideoCard, type VideoConfig, type VideoCroppingConfig, type VideoCroppingRect, VideoGridView, type VideoIndex$1 as VideoIndex, type VideoIndexEntry$1 as VideoIndexEntry, type VideoMetadata, VideoPlayer, type VideoPlayerEventData, type VideoPlayerProps, type VideoPlayerRef, VideoPreloader, type VideoSeverity, type VideoSummary, type VideoType, WORKSPACE_POSITIONS, type WhatsAppSendResult, WhatsAppShareButton, type WhatsAppShareButtonProps, type WhatsappService, type Workspace, type WorkspaceActionUpdate, WorkspaceCard, type WorkspaceCardProps, type WorkspaceConfig, WrappedComponent as WorkspaceDetailView, type WorkspaceDetailedMetrics, WorkspaceDisplayNameExample, WorkspaceGrid, WorkspaceGridItem, type WorkspaceGridItemProps, type WorkspaceHealth, WorkspaceHealthCard, type WorkspaceHealthInfo, _default as WorkspaceHealthView, type WorkspaceHealthWithStatus, WorkspaceHistoryCalendar, WorkspaceMetricCards, WorkspaceMetricCardsImpl, type WorkspaceMetricCardsProps, type WorkspaceMetrics, WorkspaceMonthlyDataFetcher, type WorkspaceMonthlyDataFetcherProps, WorkspaceMonthlyHistory, type WorkspaceMonthlyMetric, WorkspaceMonthlyPdfGenerator, type WorkspaceMonthlyPdfGeneratorProps, type WorkspaceNavigationParams, WorkspacePdfExportButton, type WorkspacePdfExportButtonProps, WorkspacePdfGenerator, type WorkspacePdfGeneratorProps, type WorkspacePosition, type WorkspaceQualityData, type WorkspaceUrlMapping, WorkspaceWhatsAppShareButton, type WorkspaceWhatsAppShareProps, actionService, apiUtils, authCoreService, authOTPService, authRateLimitService, checkRateLimit, clearAllRateLimits, clearRateLimit, clearS3VideoCache, clearS3VideoFromCache, clearWorkspaceDisplayNamesCache, cn, createLinesService, createStreamProxyHandler, createSupabaseClient, createSupervisorService, createThrottledReload, createUserService, dashboardService, deleteThread, forceRefreshWorkspaceDisplayNames, formatDateInZone, formatDateTimeInZone, formatISTDate, formatIdleTime, formatTimeInZone, fromUrlFriendlyName, getAllLineDisplayNames, getAllThreadMessages, getAllWorkspaceDisplayNamesAsync, getAnonClient, getCameraNumber, getCompanyMetricsTableName, getConfigurableShortWorkspaceDisplayName, getConfigurableWorkspaceDisplayName, getConfiguredLineIds, getCoreSessionRecordingProperties, getCoreSessionReplayUrl, getCurrentShift, getCurrentTimeInZone, getDashboardHeaderTimeInZone, getDaysDifferenceInZone, getDefaultCameraStreamUrl, getDefaultLineId, getDefaultTabForWorkspace, getLineDisplayName, getManufacturingInsights, getMetricsTablePrefix, getOperationalDate, getS3SignedUrl, getS3VideoSrc, getShortWorkspaceDisplayName, getShortWorkspaceDisplayNameAsync, getStoredWorkspaceMappings, getSubscriptionManager, getThreadMessages, getUserThreads, getUserThreadsPaginated, getWorkspaceDisplayName, getWorkspaceDisplayNameAsync, getWorkspaceDisplayNamesMap, getWorkspaceFromUrl, getWorkspaceNavigationParams, identifyCoreUser, initializeCoreMixpanel, isLegacyConfiguration, isPrefetchError, isTransitionPeriod, isUrlPermanentlyFailed, isValidFactoryViewConfiguration, isValidLineInfoPayload, isValidPrefetchParams, isValidPrefetchStatus, isValidWorkspaceDetailedMetricsPayload, isValidWorkspaceMetricsPayload, isWorkspaceDisplayNamesLoaded, isWorkspaceDisplayNamesLoading, linesService, mergeWithDefaultConfig, migrateLegacyConfiguration, optifyeAgentClient, parseS3Uri, preInitializeWorkspaceDisplayNames, preloadS3Video, preloadS3VideoUrl, preloadS3VideosUrl, preloadVideoUrl, preloadVideosUrl, qualityService, realtimeService, refreshWorkspaceDisplayNames, resetCoreMixpanel, resetFailedUrl, resetSubscriptionManager, s3VideoPreloader, shuffleArray, simulateApiDelay, skuService, startCoreSessionRecording, stopCoreSessionRecording, storeWorkspaceMapping, streamProxyConfig, throttledReloadDashboard, toUrlFriendlyName, trackCoreEvent, trackCorePageView, updateThreadTitle, useAccessControl, useActiveBreaks, useAllWorkspaceMetrics, useAnalyticsConfig, useAudioService, useAuth, useAuthConfig, useCanSaveTargets, useClipTypes, useClipTypesWithCounts, useComponentOverride, useCustomConfig, useDashboardConfig, useDashboardMetrics, useDatabaseConfig, useDateFormatter, useDateTimeConfig, useEndpointsConfig, useEntityConfig, useFactoryOverviewMetrics, useFeatureFlags, useFormatNumber, useHistoricWorkspaceMetrics, useHlsStream, useHlsStreamWithCropping, useHookOverride, useHourEndTimer, useHourlyTargetAchievements, useHourlyTargetMisses, useLeaderboardMetrics, useLineDetailedMetrics, useLineKPIs, useLineMetrics, useLineWorkspaceMetrics, useMessages, useMetrics, useNavigation, useOverrides, usePageOverride, usePrefetchClipCounts, useRealtimeLineMetrics, useRegistry, useSKUs, useShiftConfig, useShifts, useSubscriptionManager, useSubscriptionManagerSafe, useSupabase, useSupabaseClient, useTargets, useTheme, useThemeConfig, useThreads, useTicketHistory, useVideoConfig, useWorkspaceConfig, useWorkspaceDetailedMetrics, useWorkspaceDisplayName, useWorkspaceDisplayNames, useWorkspaceDisplayNamesMap, useWorkspaceHealth, useWorkspaceHealthById, useWorkspaceMetrics, useWorkspaceNavigation, useWorkspaceOperators, userService, videoPrefetchManager, videoPreloader, whatsappService, withAccessControl, withAuth, withRegistry, workspaceHealthService, workspaceService };
|
|
6856
|
+
export { ACTION_NAMES, AIAgentView, type AccessControlReturn, type Action, type ActionName, type ActionService, type ActionThreshold, type ActiveBreak, AdvancedFilterDialog, AdvancedFilterPanel, type AnalyticsConfig, AudioService, AuthCallback, type AuthCallbackProps, AuthCallbackView, type AuthCallbackViewProps, type AuthConfig, AuthProvider, type AuthUser, AuthenticatedFactoryView, AuthenticatedHelpView, AuthenticatedHomeView, AuthenticatedShiftsView, AuthenticatedTargetsView, AuthenticatedWorkspaceHealthView, BackButton, BackButtonMinimal, BarChart, type BarChartDataItem, type BarChartProps, type BarProps, BaseHistoryCalendar, type BaseHistoryCalendarProps, type BaseLineMetric, type BasePerformanceMetric, type BottleneckFilterType, type BottleneckVideo, type BottleneckVideoData, BottlenecksContent, type BottlenecksContentProps, type BreadcrumbItem, type Break, BreakNotificationPopup, type BreakNotificationPopupProps, type BreakRowProps, type CacheEntryWithPrefetch, CachePrefetchStatus, type CachePrefetchStatusCallback, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, type ChatMessage, type ChatThread, type CleanupFunction, type ClipCounts, type ClipCountsWithIndex$2 as ClipCountsWithIndex, ClipFilterProvider, type ClipFilterState, type ClipsConfig, CompactWorkspaceHealthCard, type CompanyUser, type ComponentOverride, CongratulationsOverlay, type CongratulationsOverlayProps, type CoreComponents, type CropConfig, CroppedVideoPlayer, type CroppedVideoPlayerProps, type CurrentShiftResult, CycleTimeChart, type CycleTimeChartProps, CycleTimeOverTimeChart, type CycleTimeOverTimeChartProps, DEFAULT_ANALYTICS_CONFIG, DEFAULT_AUTH_CONFIG, DEFAULT_CONFIG, DEFAULT_DATABASE_CONFIG, DEFAULT_DATE_TIME_CONFIG, DEFAULT_ENDPOINTS_CONFIG, DEFAULT_ENTITY_CONFIG, DEFAULT_SHIFT_CONFIG, DEFAULT_THEME_CONFIG, DEFAULT_VIDEO_CONFIG, DEFAULT_WORKSPACE_CONFIG, DEFAULT_WORKSPACE_POSITIONS, type DashboardConfig, DashboardHeader, type DashboardKPIs, DashboardLayout, type DashboardLayoutProps, DashboardOverridesProvider, DashboardProvider, type DashboardService, type DatabaseConfig, DateDisplay, type DateTimeConfig, DateTimeDisplay, type DateTimeDisplayProps, type DayHistoryData, type DaySummaryData, DebugAuth, DebugAuthView, DetailedHealthStatus, EmptyStateMessage, type EmptyStateMessageProps, EncouragementOverlay, type EndpointsConfig, type EntityConfig, type ErrorCallback$1 as ErrorCallback, type ExtendedCacheMetrics, type FactoryOverviewData, FactoryView, type FactoryViewProps, FileManagerFilters, FileManagerFilters as FileManagerFiltersProps, FilterDialogTrigger, FirstTimeLoginDebug, FirstTimeLoginHandler, type FormatNumberOptions, type FullyIndexedCallback$1 as FullyIndexedCallback, GaugeChart, type GaugeChartProps, GridComponentsPlaceholder, HamburgerButton, type HamburgerButtonProps, Header, type HeaderProps, type HealthAlertConfig, type HealthAlertHistory, type HealthFilterOptions, type HealthMetrics, type HealthStatus, HealthStatusGrid, HealthStatusIndicator, type HealthSummary, HelpView, type HelpViewProps, type HistoryCalendarProps, HomeView, type HookOverride, type HourlyAchievement, HourlyOutputChart, type HourlyOutputChartProps, type HourlyPerformance, type IPrefetchManager, type ISTDateProps, ISTTimer, type ISTTimerProps, InlineEditableText, InteractiveOnboardingTour, KPICard, type KPICardProps, KPIDetailViewWithDisplayNames as KPIDetailView, type KPIDetailViewProps, KPIGrid, type KPIGridProps, KPIHeader, type KPIHeaderProps, KPISection, type KPITrend, KPIsOverviewView, type KPIsOverviewViewProps, LINE_1_UUID, LINE_2_UUID, LargeOutputProgressChart, type LargeOutputProgressChartProps, LeaderboardDetailViewWithDisplayNames as LeaderboardDetailView, type LeaderboardDetailViewProps, type LeaderboardEntry, Legend, type Line$1 as Line, LineChart, type LineChartDataItem, type LineChartProps, type LineDetails, type LineDisplayData, LineHistoryCalendar, type LineHistoryCalendarProps, type LineInfo, type LineMetrics, LineMonthlyHistory, type LineMonthlyHistoryProps, type LineMonthlyMetric, LineMonthlyPdfGenerator, type LineMonthlyPdfGeneratorProps, type LineNavigationParams, LinePdfExportButton, type LinePdfExportButtonProps, LinePdfGenerator, type LinePdfGeneratorProps, type LineProps, type LineShiftConfig, type LineSnapshot, type LineThreshold, LineWhatsAppShareButton, type LineWhatsAppShareProps, LinesService, LiveTimer, LoadingInline, LoadingInline as LoadingInlineProps, LoadingOverlay, LoadingPage, LoadingSkeleton, LoadingSkeleton as LoadingSkeletonProps, LoadingState, LoadingState as LoadingStateProps, LoginPage, type LoginPageProps, LoginView, type LoginViewProps, MainLayout, type MainLayoutProps, type Metric, MetricCard, type MetricCardProps$1 as MetricCardProps, type MetricsError, MinimalOnboardingPopup, type NavItem, type NavItemTrackingEvent, type NavigationMethod, NewClipsNotification, type NewClipsNotificationProps, NoWorkspaceData, OnboardingDemo, OnboardingTour, type OperatorData, type OperatorInfo, OptifyeAgentClient, type OptifyeAgentContext, type OptifyeAgentRequest, type OptifyeAgentResponse, OptifyeLogoLoader, OutputProgressChart, type OutputProgressChartProps, type OverridesMap, type OverviewLineMetric, type OverviewWorkspaceMetric, PageHeader, type PageHeaderProps, type PageOverride, PieChart, type PieChartProps, type PoorPerformingWorkspace, PrefetchConfigurationError, PrefetchError, PrefetchEvents, type PrefetchKey, type PrefetchManagerConfig, type PrefetchManagerStats, type PrefetchOptions, type PrefetchParams$1 as PrefetchParams, type PrefetchRequest, type PrefetchResult, PrefetchStatus$1 as PrefetchStatus, type PrefetchStatusResult, type PrefetchSubscriptionCallbacks, PrefetchTimeoutError, type ProfileMenuItem, ProfileView, type QualityMetric, type QualityOverview, type QualityService, type RateLimitOptions, type RateLimitResult, type RealtimeService, RegistryProvider, type RenderReadyCallback$1 as RenderReadyCallback, type RoutePath, type S3ClipsAPIParams, S3ClipsService$1 as S3ClipsService, type S3Config, type S3ListObjectsParams, S3Service, type S3ServiceConfig, type SKU, type SKUConfig, type SKUCreateInput, type SKUListProps, SKUManagementView, type SKUModalProps, type SKUSelectorProps, type SKUUpdateInput, type SOPCategory$1 as SOPCategory, SOPComplianceChart, type SOPComplianceChartProps, SSEChatClient, type SSEEvent, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, type ShiftConfig, type ShiftConfiguration, type ShiftConfigurationRecord, type ShiftData$3 as ShiftData, ShiftDisplay, type ShiftHistoryData, type ShiftHoursMap, type ShiftPanelProps, type ShiftSummaryData, type ShiftTime, ShiftsView, type ShiftsViewProps, SideNavBar, type SideNavBarProps, type SimpleLine, SimpleOnboardingPopup, SingleVideoStream, type SingleVideoStreamProps, Skeleton, type StatusChangeCallback$1 as StatusChangeCallback, type StreamProxyConfig, type SubscriberId, SubscriptionManager, SubscriptionManagerProvider, type SupabaseClient, SupabaseProvider, type Supervisor, type SupervisorAssignment, type SupervisorConfig, SupervisorDropdown, type SupervisorDropdownProps, type SupervisorManagementData, SupervisorManagementView, type SupervisorManagementViewProps, SupervisorService, type Target, TargetWorkspaceGrid, type TargetWorkspaceGridProps, TargetsViewWithDisplayNames as TargetsView, type TargetsViewProps, type ThemeColorValue, type ThemeConfig, ThreadSidebar, TicketHistory, TicketHistoryService, TimeDisplay, TimePickerDropdown, type TrackingEventProperties, type TrendDirection, type UnderperformingWorkspace, type UnderperformingWorkspaces, type UptimeDetails, type UseActiveBreaksResult, type UseClipTypesResult, type UseDashboardMetricsProps, type UseFactoryOverviewOptions, type UseFormatNumberResult, type UseMessagesResult, type UsePrefetchClipCountsOptions$1 as UsePrefetchClipCountsOptions, type UsePrefetchClipCountsResult$1 as UsePrefetchClipCountsResult, type UseRealtimeLineMetricsProps, type UseTargetsOptions, type UseThreadsResult, type UseTicketHistoryReturn, type UseWorkspaceOperatorsOptions, type UserProfileConfig, type UserRole, UserService, VideoCard, type VideoConfig, type VideoCroppingConfig, type VideoCroppingRect, VideoGridView, type VideoIndex$1 as VideoIndex, type VideoIndexEntry$1 as VideoIndexEntry, type VideoMetadata, VideoPlayer, type VideoPlayerEventData, type VideoPlayerProps, type VideoPlayerRef, VideoPreloader, type VideoSeverity, type VideoSummary, type VideoType, WORKSPACE_POSITIONS, type WhatsAppSendResult, WhatsAppShareButton, type WhatsAppShareButtonProps, type WhatsappService, type Workspace, type WorkspaceActionUpdate, WorkspaceCard, type WorkspaceCardProps, type WorkspaceConfig, WrappedComponent as WorkspaceDetailView, type WorkspaceDetailedMetrics, WorkspaceDisplayNameExample, WorkspaceGrid, WorkspaceGridItem, type WorkspaceGridItemProps, type WorkspaceHealth, WorkspaceHealthCard, type WorkspaceHealthInfo, _default as WorkspaceHealthView, type WorkspaceHealthWithStatus, WorkspaceHistoryCalendar, WorkspaceMetricCards, WorkspaceMetricCardsImpl, type WorkspaceMetricCardsProps, type WorkspaceMetrics, WorkspaceMonthlyDataFetcher, type WorkspaceMonthlyDataFetcherProps, WorkspaceMonthlyHistory, type WorkspaceMonthlyMetric, WorkspaceMonthlyPdfGenerator, type WorkspaceMonthlyPdfGeneratorProps, type WorkspaceNavigationParams, WorkspacePdfExportButton, type WorkspacePdfExportButtonProps, WorkspacePdfGenerator, type WorkspacePdfGeneratorProps, type WorkspacePosition, type WorkspaceQualityData, type WorkspaceUrlMapping, WorkspaceWhatsAppShareButton, type WorkspaceWhatsAppShareProps, actionService, apiUtils, authCoreService, authOTPService, authRateLimitService, checkRateLimit, clearAllRateLimits, clearRateLimit, clearS3VideoCache, clearS3VideoFromCache, clearWorkspaceDisplayNamesCache, cn, createLinesService, createStreamProxyHandler, createSupabaseClient, createSupervisorService, createThrottledReload, createUserService, dashboardService, deleteThread, forceRefreshWorkspaceDisplayNames, formatDateInZone, formatDateTimeInZone, formatISTDate, formatIdleTime, formatTimeInZone, fromUrlFriendlyName, getAllLineDisplayNames, getAllThreadMessages, getAllWorkspaceDisplayNamesAsync, getAnonClient, getCameraNumber, getCompanyMetricsTableName, getConfigurableShortWorkspaceDisplayName, getConfigurableWorkspaceDisplayName, getConfiguredLineIds, getCoreSessionRecordingProperties, getCoreSessionReplayUrl, getCurrentShift, getCurrentTimeInZone, getDashboardHeaderTimeInZone, getDaysDifferenceInZone, getDefaultCameraStreamUrl, getDefaultLineId, getDefaultTabForWorkspace, getLineDisplayName, getManufacturingInsights, getMetricsTablePrefix, getOperationalDate, getS3SignedUrl, getS3VideoSrc, getShortWorkspaceDisplayName, getShortWorkspaceDisplayNameAsync, getStoredWorkspaceMappings, getSubscriptionManager, getThreadMessages, getUserThreads, getUserThreadsPaginated, getWorkspaceDisplayName, getWorkspaceDisplayNameAsync, getWorkspaceDisplayNamesMap, getWorkspaceFromUrl, getWorkspaceNavigationParams, identifyCoreUser, initializeCoreMixpanel, isLegacyConfiguration, isPrefetchError, isTransitionPeriod, isUrlPermanentlyFailed, isValidFactoryViewConfiguration, isValidLineInfoPayload, isValidPrefetchParams, isValidPrefetchStatus, isValidWorkspaceDetailedMetricsPayload, isValidWorkspaceMetricsPayload, isWorkspaceDisplayNamesLoaded, isWorkspaceDisplayNamesLoading, linesService, mergeWithDefaultConfig, migrateLegacyConfiguration, optifyeAgentClient, parseS3Uri, preInitializeWorkspaceDisplayNames, preloadS3Video, preloadS3VideoUrl, preloadS3VideosUrl, preloadVideoUrl, preloadVideosUrl, qualityService, realtimeService, refreshWorkspaceDisplayNames, resetCoreMixpanel, resetFailedUrl, resetSubscriptionManager, s3VideoPreloader, shuffleArray, simulateApiDelay, skuService, startCoreSessionRecording, stopCoreSessionRecording, storeWorkspaceMapping, streamProxyConfig, throttledReloadDashboard, toUrlFriendlyName, trackCoreEvent, trackCorePageView, updateThreadTitle, useAccessControl, useActiveBreaks, useAllWorkspaceMetrics, useAnalyticsConfig, useAudioService, useAuth, useAuthConfig, useCanSaveTargets, useClipFilter, useClipTypes, useClipTypesWithCounts, useComponentOverride, useCustomConfig, useDashboardConfig, useDashboardMetrics, useDatabaseConfig, useDateFormatter, useDateTimeConfig, useEndpointsConfig, useEntityConfig, useFactoryOverviewMetrics, useFeatureFlags, useFormatNumber, useHistoricWorkspaceMetrics, useHlsStream, useHlsStreamWithCropping, useHookOverride, useHourEndTimer, useHourlyTargetAchievements, useHourlyTargetMisses, useLeaderboardMetrics, useLineDetailedMetrics, useLineKPIs, useLineMetrics, useLineWorkspaceMetrics, useMessages, useMetrics, useNavigation, useOverrides, usePageOverride, usePrefetchClipCounts, useRealtimeLineMetrics, useRegistry, useSKUs, useShiftConfig, useShifts, useSubscriptionManager, useSubscriptionManagerSafe, useSupabase, useSupabaseClient, useTargets, useTheme, useThemeConfig, useThreads, useTicketHistory, useVideoConfig, useWorkspaceConfig, useWorkspaceDetailedMetrics, useWorkspaceDisplayName, useWorkspaceDisplayNames, useWorkspaceDisplayNamesMap, useWorkspaceHealth, useWorkspaceHealthById, useWorkspaceMetrics, useWorkspaceNavigation, useWorkspaceOperators, userService, videoPrefetchManager, videoPreloader, whatsappService, withAccessControl, withAuth, withRegistry, workspaceHealthService, workspaceService };
|