@optifye/dashboard-core 6.11.17 → 6.11.19
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 +73 -8
- package/dist/index.d.mts +59 -1
- package/dist/index.d.ts +59 -1
- package/dist/index.js +3468 -2879
- package/dist/index.mjs +1496 -908
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -813,6 +813,9 @@ body {
|
|
|
813
813
|
.mb-2 {
|
|
814
814
|
margin-bottom: 0.5rem;
|
|
815
815
|
}
|
|
816
|
+
.mb-2\.5 {
|
|
817
|
+
margin-bottom: 0.625rem;
|
|
818
|
+
}
|
|
816
819
|
.mb-3 {
|
|
817
820
|
margin-bottom: 0.75rem;
|
|
818
821
|
}
|
|
@@ -891,6 +894,9 @@ body {
|
|
|
891
894
|
.mt-2 {
|
|
892
895
|
margin-top: 0.5rem;
|
|
893
896
|
}
|
|
897
|
+
.mt-2\.5 {
|
|
898
|
+
margin-top: 0.625rem;
|
|
899
|
+
}
|
|
894
900
|
.mt-3 {
|
|
895
901
|
margin-top: 0.75rem;
|
|
896
902
|
}
|
|
@@ -1212,6 +1218,9 @@ body {
|
|
|
1212
1218
|
.min-h-\[160px\] {
|
|
1213
1219
|
min-height: 160px;
|
|
1214
1220
|
}
|
|
1221
|
+
.min-h-\[1rem\] {
|
|
1222
|
+
min-height: 1rem;
|
|
1223
|
+
}
|
|
1215
1224
|
.min-h-\[220px\] {
|
|
1216
1225
|
min-height: 220px;
|
|
1217
1226
|
}
|
|
@@ -1383,6 +1392,9 @@ body {
|
|
|
1383
1392
|
.w-\[22vw\] {
|
|
1384
1393
|
width: 22vw;
|
|
1385
1394
|
}
|
|
1395
|
+
.w-\[260px\] {
|
|
1396
|
+
width: 260px;
|
|
1397
|
+
}
|
|
1386
1398
|
.w-\[27vw\] {
|
|
1387
1399
|
width: 27vw;
|
|
1388
1400
|
}
|
|
@@ -1440,9 +1452,6 @@ body {
|
|
|
1440
1452
|
.min-w-\[16px\] {
|
|
1441
1453
|
min-width: 16px;
|
|
1442
1454
|
}
|
|
1443
|
-
.min-w-\[170px\] {
|
|
1444
|
-
min-width: 170px;
|
|
1445
|
-
}
|
|
1446
1455
|
.min-w-\[180px\] {
|
|
1447
1456
|
min-width: 180px;
|
|
1448
1457
|
}
|
|
@@ -1470,6 +1479,9 @@ body {
|
|
|
1470
1479
|
.min-w-\[480px\] {
|
|
1471
1480
|
min-width: 480px;
|
|
1472
1481
|
}
|
|
1482
|
+
.min-w-\[48px\] {
|
|
1483
|
+
min-width: 48px;
|
|
1484
|
+
}
|
|
1473
1485
|
.min-w-\[50px\] {
|
|
1474
1486
|
min-width: 50px;
|
|
1475
1487
|
}
|
|
@@ -1554,6 +1566,9 @@ body {
|
|
|
1554
1566
|
.max-w-\[300px\] {
|
|
1555
1567
|
max-width: 300px;
|
|
1556
1568
|
}
|
|
1569
|
+
.max-w-\[64px\] {
|
|
1570
|
+
max-width: 64px;
|
|
1571
|
+
}
|
|
1557
1572
|
.max-w-\[70px\] {
|
|
1558
1573
|
max-width: 70px;
|
|
1559
1574
|
}
|
|
@@ -1694,6 +1709,10 @@ body {
|
|
|
1694
1709
|
--tw-rotate: 180deg;
|
|
1695
1710
|
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));
|
|
1696
1711
|
}
|
|
1712
|
+
.rotate-45 {
|
|
1713
|
+
--tw-rotate: 45deg;
|
|
1714
|
+
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));
|
|
1715
|
+
}
|
|
1697
1716
|
.scale-0 {
|
|
1698
1717
|
--tw-scale-x: 0;
|
|
1699
1718
|
--tw-scale-y: 0;
|
|
@@ -1803,6 +1822,11 @@ body {
|
|
|
1803
1822
|
-moz-user-select: none;
|
|
1804
1823
|
user-select: none;
|
|
1805
1824
|
}
|
|
1825
|
+
.select-all {
|
|
1826
|
+
-webkit-user-select: all;
|
|
1827
|
+
-moz-user-select: all;
|
|
1828
|
+
user-select: all;
|
|
1829
|
+
}
|
|
1806
1830
|
.resize-none {
|
|
1807
1831
|
resize: none;
|
|
1808
1832
|
}
|
|
@@ -2204,6 +2228,9 @@ body {
|
|
|
2204
2228
|
.border-b-\[6px\] {
|
|
2205
2229
|
border-bottom-width: 6px;
|
|
2206
2230
|
}
|
|
2231
|
+
.border-l {
|
|
2232
|
+
border-left-width: 1px;
|
|
2233
|
+
}
|
|
2207
2234
|
.border-l-2 {
|
|
2208
2235
|
border-left-width: 2px;
|
|
2209
2236
|
}
|
|
@@ -4434,6 +4461,10 @@ body {
|
|
|
4434
4461
|
--tw-text-opacity: 1;
|
|
4435
4462
|
color: rgb(110 231 183 / var(--tw-text-opacity, 1));
|
|
4436
4463
|
}
|
|
4464
|
+
.text-emerald-500 {
|
|
4465
|
+
--tw-text-opacity: 1;
|
|
4466
|
+
color: rgb(16 185 129 / var(--tw-text-opacity, 1));
|
|
4467
|
+
}
|
|
4437
4468
|
.text-emerald-600 {
|
|
4438
4469
|
--tw-text-opacity: 1;
|
|
4439
4470
|
color: rgb(5 150 105 / var(--tw-text-opacity, 1));
|
|
@@ -4997,9 +5028,6 @@ body {
|
|
|
4997
5028
|
.ring-amber-500\/10 {
|
|
4998
5029
|
--tw-ring-color: rgb(245 158 11 / 0.1);
|
|
4999
5030
|
}
|
|
5000
|
-
.ring-amber-500\/20 {
|
|
5001
|
-
--tw-ring-color: rgb(245 158 11 / 0.2);
|
|
5002
|
-
}
|
|
5003
5031
|
.ring-amber-600\/30 {
|
|
5004
5032
|
--tw-ring-color: rgb(217 119 6 / 0.3);
|
|
5005
5033
|
}
|
|
@@ -5598,6 +5626,9 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
5598
5626
|
--tw-bg-opacity: 1;
|
|
5599
5627
|
background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
|
|
5600
5628
|
}
|
|
5629
|
+
.hover\:bg-slate-100\/50:hover {
|
|
5630
|
+
background-color: rgb(241 245 249 / 0.5);
|
|
5631
|
+
}
|
|
5601
5632
|
.hover\:bg-slate-200:hover {
|
|
5602
5633
|
--tw-bg-opacity: 1;
|
|
5603
5634
|
background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
|
|
@@ -5763,6 +5794,10 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
5763
5794
|
--tw-text-opacity: 1;
|
|
5764
5795
|
color: rgb(100 116 139 / var(--tw-text-opacity, 1));
|
|
5765
5796
|
}
|
|
5797
|
+
.hover\:text-slate-600:hover {
|
|
5798
|
+
--tw-text-opacity: 1;
|
|
5799
|
+
color: rgb(71 85 105 / var(--tw-text-opacity, 1));
|
|
5800
|
+
}
|
|
5766
5801
|
.hover\:text-slate-700:hover {
|
|
5767
5802
|
--tw-text-opacity: 1;
|
|
5768
5803
|
color: rgb(51 65 85 / var(--tw-text-opacity, 1));
|
|
@@ -5905,6 +5940,9 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
5905
5940
|
--tw-text-opacity: 1;
|
|
5906
5941
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
5907
5942
|
}
|
|
5943
|
+
.focus\:opacity-100:focus {
|
|
5944
|
+
opacity: 1;
|
|
5945
|
+
}
|
|
5908
5946
|
.focus\:outline-none:focus {
|
|
5909
5947
|
outline: 2px solid transparent;
|
|
5910
5948
|
outline-offset: 2px;
|
|
@@ -6161,8 +6199,8 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
6161
6199
|
.group\/avatar:hover .group-hover\/avatar\:opacity-100 {
|
|
6162
6200
|
opacity: 1;
|
|
6163
6201
|
}
|
|
6164
|
-
.group:hover .group-hover\:opacity-
|
|
6165
|
-
opacity:
|
|
6202
|
+
.group\/ip:hover .group-hover\/ip\:opacity-100 {
|
|
6203
|
+
opacity: 1;
|
|
6166
6204
|
}
|
|
6167
6205
|
.group:hover .group-hover\:opacity-100 {
|
|
6168
6206
|
opacity: 1;
|
|
@@ -7486,10 +7524,16 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
7486
7524
|
--tw-border-opacity: 1;
|
|
7487
7525
|
border-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
|
|
7488
7526
|
}
|
|
7527
|
+
.dark\:border-slate-700\/50 {
|
|
7528
|
+
border-color: rgb(51 65 85 / 0.5);
|
|
7529
|
+
}
|
|
7489
7530
|
.dark\:border-slate-800 {
|
|
7490
7531
|
--tw-border-opacity: 1;
|
|
7491
7532
|
border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
|
|
7492
7533
|
}
|
|
7534
|
+
.dark\:border-slate-800\/60 {
|
|
7535
|
+
border-color: rgb(30 41 59 / 0.6);
|
|
7536
|
+
}
|
|
7493
7537
|
.dark\:border-white\/10 {
|
|
7494
7538
|
border-color: rgb(255 255 255 / 0.1);
|
|
7495
7539
|
}
|
|
@@ -7572,6 +7616,12 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
7572
7616
|
.dark\:bg-rose-900\/50 {
|
|
7573
7617
|
background-color: rgb(136 19 55 / 0.5);
|
|
7574
7618
|
}
|
|
7619
|
+
.dark\:bg-slate-800\/50 {
|
|
7620
|
+
background-color: rgb(30 41 59 / 0.5);
|
|
7621
|
+
}
|
|
7622
|
+
.dark\:bg-slate-900\/50 {
|
|
7623
|
+
background-color: rgb(15 23 42 / 0.5);
|
|
7624
|
+
}
|
|
7575
7625
|
.dark\:bg-white\/10 {
|
|
7576
7626
|
background-color: rgb(255 255 255 / 0.1);
|
|
7577
7627
|
}
|
|
@@ -7695,6 +7745,10 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
7695
7745
|
--tw-text-opacity: 1;
|
|
7696
7746
|
color: rgb(226 232 240 / var(--tw-text-opacity, 1));
|
|
7697
7747
|
}
|
|
7748
|
+
.dark\:text-slate-300 {
|
|
7749
|
+
--tw-text-opacity: 1;
|
|
7750
|
+
color: rgb(203 213 225 / var(--tw-text-opacity, 1));
|
|
7751
|
+
}
|
|
7698
7752
|
.dark\:text-white {
|
|
7699
7753
|
--tw-text-opacity: 1;
|
|
7700
7754
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
@@ -7746,6 +7800,13 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
7746
7800
|
.dark\:hover\:bg-rose-950\/20:hover {
|
|
7747
7801
|
background-color: rgb(76 5 25 / 0.2);
|
|
7748
7802
|
}
|
|
7803
|
+
.dark\:hover\:bg-slate-700:hover {
|
|
7804
|
+
--tw-bg-opacity: 1;
|
|
7805
|
+
background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
|
|
7806
|
+
}
|
|
7807
|
+
.dark\:hover\:bg-slate-800\/50:hover {
|
|
7808
|
+
background-color: rgb(30 41 59 / 0.5);
|
|
7809
|
+
}
|
|
7749
7810
|
.dark\:hover\:bg-white\/20:hover {
|
|
7750
7811
|
background-color: rgb(255 255 255 / 0.2);
|
|
7751
7812
|
}
|
|
@@ -7757,6 +7818,10 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
7757
7818
|
--tw-text-opacity: 1;
|
|
7758
7819
|
color: rgb(209 213 219 / var(--tw-text-opacity, 1));
|
|
7759
7820
|
}
|
|
7821
|
+
.dark\:hover\:text-slate-300:hover {
|
|
7822
|
+
--tw-text-opacity: 1;
|
|
7823
|
+
color: rgb(203 213 225 / var(--tw-text-opacity, 1));
|
|
7824
|
+
}
|
|
7760
7825
|
.dark\:focus\:bg-gray-700:focus {
|
|
7761
7826
|
--tw-bg-opacity: 1;
|
|
7762
7827
|
background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
|
package/dist/index.d.mts
CHANGED
|
@@ -28,6 +28,7 @@ interface LineInfo {
|
|
|
28
28
|
shift_id: number;
|
|
29
29
|
date: string;
|
|
30
30
|
monitoring_mode?: 'output' | 'uptime';
|
|
31
|
+
recent_flow_window_minutes?: number;
|
|
31
32
|
metrics: {
|
|
32
33
|
avg_efficiency: number;
|
|
33
34
|
avg_cycle_time: number;
|
|
@@ -89,6 +90,7 @@ interface WorkspaceMetrics {
|
|
|
89
90
|
recent_flow_window_minutes?: number | null;
|
|
90
91
|
recent_flow_effective_end_at?: string | null;
|
|
91
92
|
recent_flow_computed_at?: string | null;
|
|
93
|
+
scheduled_break_active?: boolean;
|
|
92
94
|
incoming_wip_current?: number | null;
|
|
93
95
|
incoming_wip_effective_at?: string | null;
|
|
94
96
|
incoming_wip_buffer_name?: string | null;
|
|
@@ -163,6 +165,14 @@ interface DashboardKPIs {
|
|
|
163
165
|
change: number;
|
|
164
166
|
};
|
|
165
167
|
}
|
|
168
|
+
interface LineIssueResolutionSummary {
|
|
169
|
+
mean_resolution_seconds: number | null;
|
|
170
|
+
median_resolution_seconds: number | null;
|
|
171
|
+
resolved_issue_count: number;
|
|
172
|
+
open_issue_count: number;
|
|
173
|
+
oldest_open_issue_age_seconds: number | null;
|
|
174
|
+
total_issue_seconds: number;
|
|
175
|
+
}
|
|
166
176
|
interface ValueDelta {
|
|
167
177
|
current: number | null;
|
|
168
178
|
previous: number | null;
|
|
@@ -939,6 +949,7 @@ interface SimpleLine {
|
|
|
939
949
|
monitoring_mode?: 'output' | 'uptime';
|
|
940
950
|
assembly?: boolean;
|
|
941
951
|
video_grid_metric_mode?: VideoGridMetricMode;
|
|
952
|
+
recent_flow_window_minutes?: number;
|
|
942
953
|
}
|
|
943
954
|
interface WorkspaceMonthlyMetric {
|
|
944
955
|
date: string;
|
|
@@ -1054,6 +1065,13 @@ interface WorkspaceVideoStream {
|
|
|
1054
1065
|
hls_url: string;
|
|
1055
1066
|
crop?: WorkspaceCropRect | null;
|
|
1056
1067
|
}
|
|
1068
|
+
interface WorkspaceCameraIpInfo {
|
|
1069
|
+
workspace_id: string;
|
|
1070
|
+
camera_ip: string | null;
|
|
1071
|
+
source_camera_uuid: string | null;
|
|
1072
|
+
effective_camera_uuid: string | null;
|
|
1073
|
+
resolution_mode: 'direct' | 'redirect' | null;
|
|
1074
|
+
}
|
|
1057
1075
|
interface ActionThreshold {
|
|
1058
1076
|
line_id: string;
|
|
1059
1077
|
shift_id: number;
|
|
@@ -2118,6 +2136,9 @@ interface WorkspaceHealth {
|
|
|
2118
2136
|
workspace_display_name?: string;
|
|
2119
2137
|
line_name?: string;
|
|
2120
2138
|
company_name?: string;
|
|
2139
|
+
cameraIp?: string | null;
|
|
2140
|
+
cameraResolutionMode?: 'direct' | 'redirect' | null;
|
|
2141
|
+
effectiveCameraUuid?: string | null;
|
|
2121
2142
|
created_at?: string;
|
|
2122
2143
|
updated_at?: string;
|
|
2123
2144
|
}
|
|
@@ -3228,6 +3249,7 @@ interface LineRecord {
|
|
|
3228
3249
|
monitoring_mode?: 'output' | 'uptime';
|
|
3229
3250
|
assembly?: boolean;
|
|
3230
3251
|
video_grid_metric_mode?: VideoGridMetricMode;
|
|
3252
|
+
recent_flow_window_minutes?: number;
|
|
3231
3253
|
}
|
|
3232
3254
|
/**
|
|
3233
3255
|
* Hook to fetch all lines from the database
|
|
@@ -5373,6 +5395,19 @@ interface UseCompanyClipsCostReturn {
|
|
|
5373
5395
|
*/
|
|
5374
5396
|
declare function useCompanyClipsCost(): UseCompanyClipsCostReturn;
|
|
5375
5397
|
|
|
5398
|
+
interface UseCompanyHasVlmEnabledLineOptions {
|
|
5399
|
+
enabled?: boolean;
|
|
5400
|
+
}
|
|
5401
|
+
interface UseCompanyHasVlmEnabledLineReturn {
|
|
5402
|
+
hasVlmEnabledLine: boolean;
|
|
5403
|
+
isLoading: boolean;
|
|
5404
|
+
}
|
|
5405
|
+
/**
|
|
5406
|
+
* Returns whether the current company has at least one line with idle-time VLM enabled.
|
|
5407
|
+
* Consumers can opt out of the lookup with `enabled` to avoid unnecessary queries.
|
|
5408
|
+
*/
|
|
5409
|
+
declare function useCompanyHasVlmEnabledLine(options?: UseCompanyHasVlmEnabledLineOptions): UseCompanyHasVlmEnabledLineReturn;
|
|
5410
|
+
|
|
5376
5411
|
declare const actionService: {
|
|
5377
5412
|
getActionsByName(actionNames: string[], companyIdInput?: string): Promise<Action[]>;
|
|
5378
5413
|
};
|
|
@@ -5451,6 +5486,12 @@ declare const workspaceService: {
|
|
|
5451
5486
|
}>;
|
|
5452
5487
|
_workspaceVideoStreamsInFlight: Map<string, Promise<Record<string, WorkspaceVideoStream>>>;
|
|
5453
5488
|
_workspaceVideoStreamsCacheExpiryMs: number;
|
|
5489
|
+
_workspaceCameraIpsCache: Map<string, {
|
|
5490
|
+
cameraIps: Record<string, WorkspaceCameraIpInfo>;
|
|
5491
|
+
timestamp: number;
|
|
5492
|
+
}>;
|
|
5493
|
+
_workspaceCameraIpsInFlight: Map<string, Promise<Record<string, WorkspaceCameraIpInfo>>>;
|
|
5494
|
+
_workspaceCameraIpsCacheExpiryMs: number;
|
|
5454
5495
|
getWorkspaces(lineId: string, options?: {
|
|
5455
5496
|
enabledOnly?: boolean;
|
|
5456
5497
|
force?: boolean;
|
|
@@ -5463,6 +5504,11 @@ declare const workspaceService: {
|
|
|
5463
5504
|
lineIds?: string[];
|
|
5464
5505
|
force?: boolean;
|
|
5465
5506
|
}): Promise<Record<string, WorkspaceVideoStream>>;
|
|
5507
|
+
getWorkspaceCameraIps(params: {
|
|
5508
|
+
workspaceIds?: string[];
|
|
5509
|
+
lineIds?: string[];
|
|
5510
|
+
force?: boolean;
|
|
5511
|
+
}): Promise<Record<string, WorkspaceCameraIpInfo>>;
|
|
5466
5512
|
/**
|
|
5467
5513
|
* Fetches workspace display names from the database
|
|
5468
5514
|
* Returns a map of workspace_id -> display_name
|
|
@@ -5985,6 +6031,7 @@ interface Line$1 {
|
|
|
5985
6031
|
monitoringMode?: 'output' | 'uptime';
|
|
5986
6032
|
assembly?: boolean;
|
|
5987
6033
|
videoGridMetricMode?: VideoGridMetricMode;
|
|
6034
|
+
recentFlowWindowMinutes?: number;
|
|
5988
6035
|
}
|
|
5989
6036
|
/**
|
|
5990
6037
|
* Service for managing lines data
|
|
@@ -7225,6 +7272,15 @@ interface CycleTimeChartProps {
|
|
|
7225
7272
|
}
|
|
7226
7273
|
declare const CycleTimeChart: React__default.NamedExoticComponent<CycleTimeChartProps>;
|
|
7227
7274
|
|
|
7275
|
+
type HourlyIdleValue = string | number;
|
|
7276
|
+
interface HourlyIdleSlot {
|
|
7277
|
+
hourIndex: number;
|
|
7278
|
+
hour: string;
|
|
7279
|
+
timeRange: string;
|
|
7280
|
+
idleMinutes: number;
|
|
7281
|
+
idleArray: HourlyIdleValue[];
|
|
7282
|
+
}
|
|
7283
|
+
|
|
7228
7284
|
interface CycleTimeOverTimeChartProps {
|
|
7229
7285
|
data: Array<number | null>;
|
|
7230
7286
|
idealCycleTime: number;
|
|
@@ -7235,6 +7291,7 @@ interface CycleTimeOverTimeChartProps {
|
|
|
7235
7291
|
className?: string;
|
|
7236
7292
|
showIdleTime?: boolean;
|
|
7237
7293
|
idleTimeData?: Array<number | null>;
|
|
7294
|
+
idleTimeSlots?: Array<HourlyIdleSlot | null>;
|
|
7238
7295
|
}
|
|
7239
7296
|
declare const CycleTimeOverTimeChart: React__default.FC<CycleTimeOverTimeChartProps>;
|
|
7240
7297
|
|
|
@@ -7833,6 +7890,7 @@ declare const LineWhatsAppShareButton: React__default.FC<LineWhatsAppShareProps>
|
|
|
7833
7890
|
interface LinePdfGeneratorProps {
|
|
7834
7891
|
lineInfo: LineInfo;
|
|
7835
7892
|
workspaceData: WorkspaceMetrics[];
|
|
7893
|
+
issueResolutionSummary?: LineIssueResolutionSummary | null;
|
|
7836
7894
|
/** Optional shift name to display (e.g., "Day", "Night", or custom name). If not provided, falls back to shift_id-based naming. */
|
|
7837
7895
|
shiftName?: string;
|
|
7838
7896
|
className?: string;
|
|
@@ -10166,4 +10224,4 @@ interface ThreadSidebarProps {
|
|
|
10166
10224
|
}
|
|
10167
10225
|
declare const ThreadSidebar: React__default.FC<ThreadSidebarProps>;
|
|
10168
10226
|
|
|
10169
|
-
export { ACTION_FAMILIES, ACTION_NAMES, AIAgentView, AcceptInvite, type AcceptInviteProps, AcceptInviteView, type AcceptInviteViewProps, type AccessControlReturn, type AccessScope$1 as AccessScope, type Action, type ActionFamily, type ActionName, type ActionService, type ActionThreshold, type ActiveBreak, AdvancedFilterDialog, AdvancedFilterPanel, type AnalyticsConfig, type AppRoleLevel, type AssignUserToFactoriesInput, type AssignUserToLinesInput, AudioService, AuthCallback, type AuthCallbackProps, AuthCallbackView, type AuthCallbackViewProps, type AuthConfig, AuthProvider, AuthService, type AuthStatus, type AuthUser, AuthenticatedBottleneckClipsView, AuthenticatedFactoryView, AuthenticatedHelpView, AuthenticatedHomeView, AuthenticatedShiftsView, AuthenticatedTargetsView, AuthenticatedTicketsView, AuthenticatedWorkspaceHealthView, AvatarUpload, type AvatarUploadProps, type AwardBadgeType, type AwardNotificationRecord, type AwardNotificationType, type AwardRecord, type AwardType, AxelNotificationPopup, type AxelNotificationPopupProps, AxelOrb, type AxelOrbProps, type AxelSuggestion, BackButton, BackButtonMinimal, BarChart, type BarChartDataItem, type BarChartProps, type BarProps, BaseHistoryCalendar, type BaseHistoryCalendarProps, type BaseLineMetric, type BasePerformanceMetric, BottleneckClipsModal, type BottleneckClipsModalProps, type BottleneckClipsNavigationParams, BottleneckClipsView, type BottleneckClipsViewProps, type BottleneckFilterType, type BottleneckVideo, type BottleneckVideoData, BottlenecksContent, type BottlenecksContentProps, type BreadcrumbItem, type Break, BreakNotificationPopup, type BreakNotificationPopupProps, type BreakRowProps, type CacheEntryWithPrefetch, CachePrefetchStatus, type CachePrefetchStatusCallback, type CalendarShiftData, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, ChangeRoleDialog, type ChangeRoleDialogProps, type ChatMessage, type ChatThread, type CleanupFunction, type ClipCounts, type ClipCountsWithIndex, ClipFilterProvider, type ClipFilterState, type ClipsConfig, ClipsCostView, CompactWorkspaceHealthCard, type CompanyUsageReport, type CompanyUser, type CompanyUserUsageSummary, type CompanyUserWithDetails, type ComponentOverride, ConfirmRemoveUserDialog, type ConfirmRemoveUserDialogProps, CongratulationsOverlay, type CongratulationsOverlayProps, type CoreComponents, type CountDelta, type CreateInvitationInput, type CropConfig, CroppedHlsVideoPlayer, type CroppedHlsVideoPlayerProps, 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_HOME_VIEW_CONFIG, DEFAULT_MAP_VIEW_CONFIG, DEFAULT_SHIFT_CONFIG, DEFAULT_SHIFT_DATA, 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 DateKeyRange, type DateTimeConfig, DateTimeDisplay, type DateTimeDisplayProps, type DayData, type DayHistoryData, type DaySummaryData, DebugAuth, DebugAuthView, DetailedHealthStatus, type DiagnosisOption$1 as DiagnosisOption, DiagnosisVideoModal, type DurationDelta, type DynamicLineShiftConfig, EFFICIENCY_ON_TRACK_THRESHOLD, EmptyStateMessage, type EmptyStateMessageProps, EncouragementOverlay, type EndpointsConfig, type EntityConfig, type ErrorCallback$1 as ErrorCallback, type ExtendedCacheMetrics, type Factory, FactoryAssignmentDropdown, type FactoryAssignmentDropdownProps, type FactoryOverviewMetrics, FactoryView, type FactoryViewProps, type FetchIdleTimeReasonsParams, FileManagerFilters, FileManagerFilters as FileManagerFiltersProps, FilterDialogTrigger, FirstTimeLoginDebug, FirstTimeLoginHandler, FittingTitle, type FormatNumberOptions, type FullyIndexedCallback$1 as FullyIndexedCallback, GaugeChart, type GaugeChartProps, GridComponentsPlaceholder, HamburgerButton, type HamburgerButtonProps, Header, type HeaderProps, type HealthAlertConfig, type HealthAlertHistory, HealthDateShiftSelector, type HealthFilterOptions, type HealthMetrics, type HealthStatus, HealthStatusGrid, HealthStatusIndicator, type HealthSummary, HelpView, type HelpViewProps, type HistoricWorkspaceMetrics, type HistoryCalendarProps, HlsVideoPlayer, type HlsVideoPlayerProps, type HlsVideoPlayerRef, HomeView, type HomeViewConfig, type HookOverride, type HourlyAchievement, HourlyOutputChart, type HourlyOutputChartProps, type HourlyPerformance, HourlyUptimeChart, type HourlyUptimeChartProps, type IPrefetchManager, type ISTDateProps, ISTTimer, type ISTTimerProps, type IdleTimeClipMetadata, type IdleTimeReason, type IdleTimeReasonData, type IdleTimeReasonsData, type IdleTimeReasonsResponse, IdleTimeVlmConfigProvider, ImprovementCenterView, InlineEditableText, InteractiveOnboardingTour, InvitationService, type InvitationWithDetails, InvitationsTable, InviteUserDialog, KPICard, type KPICardProps, KPIDetailViewWithDisplayNames as KPIDetailView, type KPIDetailViewProps, KPIGrid, type KPIGridProps, KPIHeader, type KPIHeaderProps, KPISection, type KPITrend, KPIsOverviewView, type KPIsOverviewViewProps, type KpiTrend, LINE_1_UUID, LINE_2_UUID, LargeOutputProgressChart, type LargeOutputProgressChartProps, LeaderboardDetailViewWithDisplayNames as LeaderboardDetailView, type LeaderboardDetailViewProps, type LeaderboardEntry, Legend, LineAssignmentDropdown, type LineAssignmentDropdownProps, 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 LineRecord, type LineShiftConfig, type LineShiftInfo, type LineSnapshot, type LineSupervisor, 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, Logo, type LogoProps, MainLayout, type MainLayoutProps, MapGridView, type MapViewConfig, type Metric, MetricCard, type MetricCardProps$1 as MetricCardProps, type MetricsError, MinimalOnboardingPopup, type MixpanelSessionOptions, MobileMenuProvider, type MobileMenuProviderProps, type MonthWeekRange, type MonthlyTrendSummary, 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, type PercentageDelta, PieChart, type PieChartProps, PlantHeadView, PlayPauseIndicator, type PlayPauseIndicatorProps, 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 RealtimeLineMetricsProps, type RealtimeService, RegistryProvider, type RenderReadyCallback$1 as RenderReadyCallback, type RoleAssignmentKind, RoleBadge, type RoleMetadata, type RoutePath, type S3ClipsAPIParams, S3ClipsSupabaseService 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, SessionTracker, SessionTrackingContext, SessionTrackingProvider, SettingsPopup, type SettingsPopupItem, type ShiftConfig, type ShiftConfiguration, type ShiftConfigurationRecord, type ShiftData, type ShiftDefinition, ShiftDisplay, type ShiftHistoryData, type ShiftHoursMap, type ShiftLineGroup, type ShiftPanelProps, type ShiftSummaryData, type ShiftTime, ShiftsView, type ShiftsViewProps, SideNavBar, type SideNavBarProps, SignupWithInvitation, type SignupWithInvitationProps, SilentErrorBoundary, type SimpleLine, SimpleOnboardingPopup, SingleVideoStream, type SingleVideoStreamProps, Skeleton, type StatusChangeCallback$1 as StatusChangeCallback, type StorageService, type StreamProxyConfig, type SubscriberId, SubscriptionManager, SubscriptionManagerProvider, type SupabaseClient, SupabaseProvider, type Supervisor, type SupervisorAssignment, type SupervisorConfig, type SupervisorDetail, SupervisorDropdown, type SupervisorDropdownProps, type SupervisorLine, type SupervisorManagementData, SupervisorManagementView, type SupervisorManagementViewProps, SupervisorService, type Target, TargetWorkspaceGrid, type TargetWorkspaceGridProps, TargetsViewWithDisplayNames as TargetsView, type TargetsViewProps, type TeamManagementPermissions, TeamManagementView, type TeamManagementViewProps, type ThemeColorValue, type ThemeConfig, ThreadSidebar, TicketHistory, TicketHistoryService, type TicketsConfig, TicketsView, type TicketsViewProps, TimeDisplay, TimePickerDropdown, Timer, TimezoneProvider, TimezoneService, type TodayUsage, type TodayUsageData, type TodayUsageReport, type TopPerformerRecord, type TrackingEventProperties, type TrendDirection, type UnderperformingWorkspace, type UnderperformingWorkspaces, type UpdateUserNameInput, type UpdateUserProfileInput, type UpdateUserRoleInput, type UptimeDetails, UptimeDonutChart, type UptimeDonutChartProps, UptimeLineChart, type UptimeLineChartProps, UptimeMetricCards, type UptimeMetricCardsProps, type UptimeStatus$1 as UptimeStatus, type UsageBreakdown, type UseActiveBreaksResult, type UseAllWorkspaceMetricsOptions, type UseClipTypesResult, type UseCompanyUsersUsageOptions, type UseCompanyUsersUsageReturn, type UseDashboardMetricsProps, type UseDynamicShiftConfigResult, type UseFormatNumberResult, type UseIdleTimeReasonsProps, type UseIdleTimeReasonsResult, type UseLineShiftConfigResult, type UseLineWorkspaceMetricsOptions, type UseMessagesResult, type UseMultiLineShiftConfigsResult, type UsePrefetchClipCountsOptions$1 as UsePrefetchClipCountsOptions, type UsePrefetchClipCountsResult$1 as UsePrefetchClipCountsResult, type UseRealtimeLineMetricsProps, type UseSupervisorsByLineIdsResult, type UseTargetsOptions, type UseThreadsResult, type UseTicketHistoryReturn, type UseUserUsageOptions, type UseUserUsageReturn, type UseWorkspaceHealthByIdOptions, type UseWorkspaceHealthStatusReturn, type UseWorkspaceOperatorsOptions, type UseWorkspaceUptimeTimelineOptions, type UseWorkspaceUptimeTimelineResult, UserAvatar, type UserAvatarProps, type UserInvitation, UserManagementService, UserManagementTable, type UserProfileConfig, type UserRole, type UserRoleLevel, UserService, type UserUsageDetail, UserUsageDetailModal, type UserUsageDetailModalProps, type UserUsageInfo, UserUsageStats, type UserUsageStatsProps, type UserUsageSummary, type ValueDelta, VideoCard, type VideoConfig, type VideoCroppingConfig, type VideoCroppingRect, type VideoGridMetricMode, VideoGridView, type VideoIndex, type VideoIndexEntry, type VideoMetadata, VideoPlayer, type VideoPlayerProps, type VideoPlayerRef, VideoPreloader, type VideoSeverity, type VideoSummary, type VideoType, WORKSPACE_POSITIONS, type WeeklyTopPerformerRecord, type WhatsAppSendResult, WhatsAppShareButton, type WhatsAppShareButtonProps, type WhatsappService, type Workspace, type WorkspaceActionUpdate, WorkspaceCard, type WorkspaceCardProps, type WorkspaceConfig$1 as WorkspaceConfig, type WorkspaceCropRect, WorkspaceCycleTimeMetricCards, type WorkspaceCycleTimeMetricCardsProps, WrappedComponent as WorkspaceDetailView, type WorkspaceDetailedMetrics, WorkspaceDisplayNameExample, type WorkspaceDowntimeSegment, WorkspaceGrid, WorkspaceGridItem, type WorkspaceGridItemProps, type WorkspaceGridPosition, type WorkspaceHealth, WorkspaceHealthCard, type WorkspaceHealthInfo, type WorkspaceHealthStatusData, _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 WorkspaceUptimeTimeline, type WorkspaceUptimeTimelinePoint, type WorkspaceUrlMapping, type WorkspaceVideoStream, WorkspaceWhatsAppShareButton, type WorkspaceWhatsAppShareProps, actionService, aggregateKPIsFromLineMetricsRows, alertsService, apiUtils, areAllLinesOnSameShift, authCoreService, authOTPService, authRateLimitService, awardsService, buildDateKey, buildKPIsFromLineMetricsRow, buildShiftGroupsKey, canRoleAccessDashboardPath, canRoleAccessTeamManagement, canRoleAssignFactories, canRoleAssignLines, canRoleChangeRole, canRoleInviteRole, canRoleManageCompany, canRoleManageTargets, canRoleManageUsers, canRoleRemoveUser, canRoleViewClipsCost, canRoleViewUsageStats, captureSentryException, captureSentryMessage, checkRateLimit, clearAllRateLimits, clearRateLimit, clearS3VideoCache, clearS3VideoFromCache, clearSentryContext, clearWorkspaceDisplayNamesCache, cn, createDefaultKPIs, createInvitationService, createLinesService, createSessionTracker, createStorageService, createStreamProxyHandler, createSupabaseClient, createSupervisorService, createThrottledReload, createUserManagementService, createUserService, dashboardService, deleteThread, fetchIdleTimeReasons, filterDataByDateKeyRange, forceRefreshWorkspaceDisplayNames, formatAwardMonth, formatDateInZone, formatDateKeyForDisplay, formatDateTimeInZone, formatDuration, formatISTDate, formatIdleTime, formatRangeLabel, formatReasonLabel, formatRelativeTime, formatTimeInZone, fromUrlFriendlyName, getActionDisplayName, getActiveShift, getAllLineDisplayNames, getAllThreadMessages, getAllWorkspaceDisplayNamesAsync, getAllWorkspaceDisplayNamesSnapshot, getAnonClient, getAssignableRoles, getAssignmentColumnLabel, getAvailableShiftIds, getAwardBadgeType, getAwardDescription, getAwardTitle, getBrowserName, getCameraNumber, getCompanyMetricsTableName, getConfigurableShortWorkspaceDisplayName, getConfigurableWorkspaceDisplayName, getConfiguredLineIds, getCoreSessionRecordingProperties, getCoreSessionReplayUrl, getCurrentShift, getCurrentShiftForLine, getCurrentTimeInZone, getCurrentWeekFullRange, getCurrentWeekToDateRange, getDashboardHeaderTimeInZone, getDateKeyFromDate, getDaysDifferenceInZone, getDefaultCameraStreamUrl, getDefaultLineId, getDefaultTabForWorkspace, getInitials, getLineDisplayName, getManufacturingInsights, getMetricsTablePrefix, getMonthKeyBounds, getMonthWeekRanges, getNextUpdateInterval, getOperationalDate, getRoleAssignmentKind, getRoleDescription, getRoleLabel, getRoleMetadata, getRoleNavPaths, getS3SignedUrl, getS3VideoSrc, getShiftData, getShiftNameById, getShiftWorkDurationSeconds, getShortShiftName, getShortWorkspaceDisplayName, getShortWorkspaceDisplayNameAsync, getStoredWorkspaceMappings, getSubscriptionManager, getThreadMessages, getUniformShiftGroup, getUserThreads, getUserThreadsPaginated, getVisibleRolesForCurrentUser, getWorkspaceDisplayName, getWorkspaceDisplayNameAsync, getWorkspaceDisplayNamesMap, getWorkspaceFromUrl, getWorkspaceNavigationParams, groupLinesByShift, hasAnyShiftData, identifyCoreUser, initializeCoreMixpanel, isEfficiencyOnTrack, isFactoryScopedRole, isFullMonthRange, isLegacyConfiguration, isLoopbackHostname, isPrefetchError, isRecentFlowVideoGridMetricMode, isSafari, isSupervisorRole, isTransitionPeriod, isUrlPermanentlyFailed, isValidFactoryViewConfiguration, isValidLineInfoPayload, isValidPrefetchParams, isValidPrefetchStatus, isValidWorkspaceDetailedMetricsPayload, isValidWorkspaceMetricsPayload, isWipGatedVideoGridMetricMode, isWorkspaceDisplayNamesLoaded, isWorkspaceDisplayNamesLoading, lineLeaderboardService, linesService, mergeWithDefaultConfig, migrateLegacyConfiguration, normalizeActionFamily, normalizeDateKeyRange, normalizeRoleLevel, normalizeVideoGridMetricMode, optifyeAgentClient, parseDateKeyToDate, parseS3Uri, preInitializeWorkspaceDisplayNames, preloadS3Video, preloadS3VideoUrl, preloadS3VideosUrl, preloadVideoUrl, preloadVideosUrl, qualityService, realtimeService, refreshWorkspaceDisplayNames, resetCoreMixpanel, resetFailedUrl, resetSubscriptionManager, s3VideoPreloader, setSentryUserContext, setSentryWorkspaceContext, shouldEnableLocalDevTestLogin, shuffleArray, simulateApiDelay, skuService, startCoreSessionRecording, stopCoreSessionRecording, storeWorkspaceMapping, streamProxyConfig, subscribeWorkspaceDisplayNames, throttledReloadDashboard, toUrlFriendlyName, trackCoreEvent, trackCorePageView, transformToChartData, updateThreadTitle, upsertWorkspaceDisplayNameInCache, useAccessControl, useActiveBreaks, useActiveLineId, useAllWorkspaceMetrics, useAnalyticsConfig, useAppTimezone, useAudioService, useAuth, useAuthConfig, useAxelNotifications, useCanSaveTargets, useClipFilter, useClipTypes, useClipTypesWithCounts, useClipsInit, useCompanyClipsCost, useCompanyUsersUsage, useComponentOverride, useCustomConfig, useDashboardConfig, useDashboardMetrics, useDatabaseConfig, useDateFormatter, useDateTimeConfig, useDynamicShiftConfig, useEndpointsConfig, useEntityConfig, useFactoryOverviewMetrics, useFeatureFlags, useFormatNumber, useHasLineAccess, useHideMobileHeader, useHistoricWorkspaceMetrics, useHlsStream, useHlsStreamWithCropping, useHookOverride, useHourEndTimer, useHourlyTargetAchievements, useHourlyTargetMisses, useIdleTimeClipClassifications, useIdleTimeReasons, useIdleTimeVlmConfig, useKpiTrends, useLeaderboardMetrics, useLineDetailedMetrics, useLineKPIs, useLineMetrics, useLineShiftConfig, useLineSupervisor, useLineWorkspaceMetrics, useLines, useMessages, useMetrics, useMobileMenu, useMonthlyTrend, useMultiLineShiftConfigs, useNavigation, useOperationalShiftKey, useOptionalSupabase, useOverrides, usePageOverride, usePrefetchClipCounts, useRealtimeLineMetrics, useRegistry, useSKUs, useSessionKeepAlive, useSessionTracking, useSessionTrackingContext, useShiftConfig, useShiftGroups, useShifts, useSubscriptionManager, useSubscriptionManagerSafe, useSupabase, useSupabaseClient, useSupervisorsByLineIds, useTargets, useTeamManagementPermissions, useTheme, useThemeConfig, useThreads, useTicketHistory, useTimezoneContext, useUserLineAccess, useUserUsage, useVideoConfig, useWorkspaceConfig, useWorkspaceDetailedMetrics, useWorkspaceDisplayName, useWorkspaceDisplayNames, useWorkspaceDisplayNamesMap, useWorkspaceHealthById, useWorkspaceHealthLastSeen, useWorkspaceHealthStatus, useWorkspaceMetrics, useWorkspaceNavigation, useWorkspaceOperators, useWorkspaceUptimeTimeline, useWorkspaceVideoStreams, userService, videoPrefetchManager, videoPreloader, weeklyTopPerformerService, whatsappService, withAccessControl, withAuth, withRegistry, withTimezone, workspaceHealthService, workspaceService };
|
|
10227
|
+
export { ACTION_FAMILIES, ACTION_NAMES, AIAgentView, AcceptInvite, type AcceptInviteProps, AcceptInviteView, type AcceptInviteViewProps, type AccessControlReturn, type AccessScope$1 as AccessScope, type Action, type ActionFamily, type ActionName, type ActionService, type ActionThreshold, type ActiveBreak, AdvancedFilterDialog, AdvancedFilterPanel, type AnalyticsConfig, type AppRoleLevel, type AssignUserToFactoriesInput, type AssignUserToLinesInput, AudioService, AuthCallback, type AuthCallbackProps, AuthCallbackView, type AuthCallbackViewProps, type AuthConfig, AuthProvider, AuthService, type AuthStatus, type AuthUser, AuthenticatedBottleneckClipsView, AuthenticatedFactoryView, AuthenticatedHelpView, AuthenticatedHomeView, AuthenticatedShiftsView, AuthenticatedTargetsView, AuthenticatedTicketsView, AuthenticatedWorkspaceHealthView, AvatarUpload, type AvatarUploadProps, type AwardBadgeType, type AwardNotificationRecord, type AwardNotificationType, type AwardRecord, type AwardType, AxelNotificationPopup, type AxelNotificationPopupProps, AxelOrb, type AxelOrbProps, type AxelSuggestion, BackButton, BackButtonMinimal, BarChart, type BarChartDataItem, type BarChartProps, type BarProps, BaseHistoryCalendar, type BaseHistoryCalendarProps, type BaseLineMetric, type BasePerformanceMetric, BottleneckClipsModal, type BottleneckClipsModalProps, type BottleneckClipsNavigationParams, BottleneckClipsView, type BottleneckClipsViewProps, type BottleneckFilterType, type BottleneckVideo, type BottleneckVideoData, BottlenecksContent, type BottlenecksContentProps, type BreadcrumbItem, type Break, BreakNotificationPopup, type BreakNotificationPopupProps, type BreakRowProps, type CacheEntryWithPrefetch, CachePrefetchStatus, type CachePrefetchStatusCallback, type CalendarShiftData, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, ChangeRoleDialog, type ChangeRoleDialogProps, type ChatMessage, type ChatThread, type CleanupFunction, type ClipCounts, type ClipCountsWithIndex, ClipFilterProvider, type ClipFilterState, type ClipsConfig, ClipsCostView, CompactWorkspaceHealthCard, type CompanyUsageReport, type CompanyUser, type CompanyUserUsageSummary, type CompanyUserWithDetails, type ComponentOverride, ConfirmRemoveUserDialog, type ConfirmRemoveUserDialogProps, CongratulationsOverlay, type CongratulationsOverlayProps, type CoreComponents, type CountDelta, type CreateInvitationInput, type CropConfig, CroppedHlsVideoPlayer, type CroppedHlsVideoPlayerProps, 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_HOME_VIEW_CONFIG, DEFAULT_MAP_VIEW_CONFIG, DEFAULT_SHIFT_CONFIG, DEFAULT_SHIFT_DATA, 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 DateKeyRange, type DateTimeConfig, DateTimeDisplay, type DateTimeDisplayProps, type DayData, type DayHistoryData, type DaySummaryData, DebugAuth, DebugAuthView, DetailedHealthStatus, type DiagnosisOption$1 as DiagnosisOption, DiagnosisVideoModal, type DurationDelta, type DynamicLineShiftConfig, EFFICIENCY_ON_TRACK_THRESHOLD, EmptyStateMessage, type EmptyStateMessageProps, EncouragementOverlay, type EndpointsConfig, type EntityConfig, type ErrorCallback$1 as ErrorCallback, type ExtendedCacheMetrics, type Factory, FactoryAssignmentDropdown, type FactoryAssignmentDropdownProps, type FactoryOverviewMetrics, FactoryView, type FactoryViewProps, type FetchIdleTimeReasonsParams, FileManagerFilters, FileManagerFilters as FileManagerFiltersProps, FilterDialogTrigger, FirstTimeLoginDebug, FirstTimeLoginHandler, FittingTitle, type FormatNumberOptions, type FullyIndexedCallback$1 as FullyIndexedCallback, GaugeChart, type GaugeChartProps, GridComponentsPlaceholder, HamburgerButton, type HamburgerButtonProps, Header, type HeaderProps, type HealthAlertConfig, type HealthAlertHistory, HealthDateShiftSelector, type HealthFilterOptions, type HealthMetrics, type HealthStatus, HealthStatusGrid, HealthStatusIndicator, type HealthSummary, HelpView, type HelpViewProps, type HistoricWorkspaceMetrics, type HistoryCalendarProps, HlsVideoPlayer, type HlsVideoPlayerProps, type HlsVideoPlayerRef, HomeView, type HomeViewConfig, type HookOverride, type HourlyAchievement, HourlyOutputChart, type HourlyOutputChartProps, type HourlyPerformance, HourlyUptimeChart, type HourlyUptimeChartProps, type IPrefetchManager, type ISTDateProps, ISTTimer, type ISTTimerProps, type IdleTimeClipMetadata, type IdleTimeReason, type IdleTimeReasonData, type IdleTimeReasonsData, type IdleTimeReasonsResponse, IdleTimeVlmConfigProvider, ImprovementCenterView, InlineEditableText, InteractiveOnboardingTour, InvitationService, type InvitationWithDetails, InvitationsTable, InviteUserDialog, KPICard, type KPICardProps, KPIDetailViewWithDisplayNames as KPIDetailView, type KPIDetailViewProps, KPIGrid, type KPIGridProps, KPIHeader, type KPIHeaderProps, KPISection, type KPITrend, KPIsOverviewView, type KPIsOverviewViewProps, type KpiTrend, LINE_1_UUID, LINE_2_UUID, LargeOutputProgressChart, type LargeOutputProgressChartProps, LeaderboardDetailViewWithDisplayNames as LeaderboardDetailView, type LeaderboardDetailViewProps, type LeaderboardEntry, Legend, LineAssignmentDropdown, type LineAssignmentDropdownProps, LineChart, type LineChartDataItem, type LineChartProps, type LineDetails, type LineDisplayData, LineHistoryCalendar, type LineHistoryCalendarProps, type LineInfo, type LineIssueResolutionSummary, type LineMetrics, LineMonthlyHistory, type LineMonthlyHistoryProps, type LineMonthlyMetric, LineMonthlyPdfGenerator, type LineMonthlyPdfGeneratorProps, type LineNavigationParams, LinePdfExportButton, type LinePdfExportButtonProps, LinePdfGenerator, type LinePdfGeneratorProps, type LineProps, type LineRecord, type LineShiftConfig, type LineShiftInfo, type LineSnapshot, type LineSupervisor, 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, Logo, type LogoProps, MainLayout, type MainLayoutProps, MapGridView, type MapViewConfig, type Metric, MetricCard, type MetricCardProps$1 as MetricCardProps, type MetricsError, MinimalOnboardingPopup, type MixpanelSessionOptions, MobileMenuProvider, type MobileMenuProviderProps, type MonthWeekRange, type MonthlyTrendSummary, 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, type PercentageDelta, PieChart, type PieChartProps, PlantHeadView, PlayPauseIndicator, type PlayPauseIndicatorProps, 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 RealtimeLineMetricsProps, type RealtimeService, RegistryProvider, type RenderReadyCallback$1 as RenderReadyCallback, type RoleAssignmentKind, RoleBadge, type RoleMetadata, type RoutePath, type S3ClipsAPIParams, S3ClipsSupabaseService 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, SessionTracker, SessionTrackingContext, SessionTrackingProvider, SettingsPopup, type SettingsPopupItem, type ShiftConfig, type ShiftConfiguration, type ShiftConfigurationRecord, type ShiftData, type ShiftDefinition, ShiftDisplay, type ShiftHistoryData, type ShiftHoursMap, type ShiftLineGroup, type ShiftPanelProps, type ShiftSummaryData, type ShiftTime, ShiftsView, type ShiftsViewProps, SideNavBar, type SideNavBarProps, SignupWithInvitation, type SignupWithInvitationProps, SilentErrorBoundary, type SimpleLine, SimpleOnboardingPopup, SingleVideoStream, type SingleVideoStreamProps, Skeleton, type StatusChangeCallback$1 as StatusChangeCallback, type StorageService, type StreamProxyConfig, type SubscriberId, SubscriptionManager, SubscriptionManagerProvider, type SupabaseClient, SupabaseProvider, type Supervisor, type SupervisorAssignment, type SupervisorConfig, type SupervisorDetail, SupervisorDropdown, type SupervisorDropdownProps, type SupervisorLine, type SupervisorManagementData, SupervisorManagementView, type SupervisorManagementViewProps, SupervisorService, type Target, TargetWorkspaceGrid, type TargetWorkspaceGridProps, TargetsViewWithDisplayNames as TargetsView, type TargetsViewProps, type TeamManagementPermissions, TeamManagementView, type TeamManagementViewProps, type ThemeColorValue, type ThemeConfig, ThreadSidebar, TicketHistory, TicketHistoryService, type TicketsConfig, TicketsView, type TicketsViewProps, TimeDisplay, TimePickerDropdown, Timer, TimezoneProvider, TimezoneService, type TodayUsage, type TodayUsageData, type TodayUsageReport, type TopPerformerRecord, type TrackingEventProperties, type TrendDirection, type UnderperformingWorkspace, type UnderperformingWorkspaces, type UpdateUserNameInput, type UpdateUserProfileInput, type UpdateUserRoleInput, type UptimeDetails, UptimeDonutChart, type UptimeDonutChartProps, UptimeLineChart, type UptimeLineChartProps, UptimeMetricCards, type UptimeMetricCardsProps, type UptimeStatus$1 as UptimeStatus, type UsageBreakdown, type UseActiveBreaksResult, type UseAllWorkspaceMetricsOptions, type UseClipTypesResult, type UseCompanyUsersUsageOptions, type UseCompanyUsersUsageReturn, type UseDashboardMetricsProps, type UseDynamicShiftConfigResult, type UseFormatNumberResult, type UseIdleTimeReasonsProps, type UseIdleTimeReasonsResult, type UseLineShiftConfigResult, type UseLineWorkspaceMetricsOptions, type UseMessagesResult, type UseMultiLineShiftConfigsResult, type UsePrefetchClipCountsOptions$1 as UsePrefetchClipCountsOptions, type UsePrefetchClipCountsResult$1 as UsePrefetchClipCountsResult, type UseRealtimeLineMetricsProps, type UseSupervisorsByLineIdsResult, type UseTargetsOptions, type UseThreadsResult, type UseTicketHistoryReturn, type UseUserUsageOptions, type UseUserUsageReturn, type UseWorkspaceHealthByIdOptions, type UseWorkspaceHealthStatusReturn, type UseWorkspaceOperatorsOptions, type UseWorkspaceUptimeTimelineOptions, type UseWorkspaceUptimeTimelineResult, UserAvatar, type UserAvatarProps, type UserInvitation, UserManagementService, UserManagementTable, type UserProfileConfig, type UserRole, type UserRoleLevel, UserService, type UserUsageDetail, UserUsageDetailModal, type UserUsageDetailModalProps, type UserUsageInfo, UserUsageStats, type UserUsageStatsProps, type UserUsageSummary, type ValueDelta, VideoCard, type VideoConfig, type VideoCroppingConfig, type VideoCroppingRect, type VideoGridMetricMode, VideoGridView, type VideoIndex, type VideoIndexEntry, type VideoMetadata, VideoPlayer, type VideoPlayerProps, type VideoPlayerRef, VideoPreloader, type VideoSeverity, type VideoSummary, type VideoType, WORKSPACE_POSITIONS, type WeeklyTopPerformerRecord, type WhatsAppSendResult, WhatsAppShareButton, type WhatsAppShareButtonProps, type WhatsappService, type Workspace, type WorkspaceActionUpdate, type WorkspaceCameraIpInfo, WorkspaceCard, type WorkspaceCardProps, type WorkspaceConfig$1 as WorkspaceConfig, type WorkspaceCropRect, WorkspaceCycleTimeMetricCards, type WorkspaceCycleTimeMetricCardsProps, WrappedComponent as WorkspaceDetailView, type WorkspaceDetailedMetrics, WorkspaceDisplayNameExample, type WorkspaceDowntimeSegment, WorkspaceGrid, WorkspaceGridItem, type WorkspaceGridItemProps, type WorkspaceGridPosition, type WorkspaceHealth, WorkspaceHealthCard, type WorkspaceHealthInfo, type WorkspaceHealthStatusData, _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 WorkspaceUptimeTimeline, type WorkspaceUptimeTimelinePoint, type WorkspaceUrlMapping, type WorkspaceVideoStream, WorkspaceWhatsAppShareButton, type WorkspaceWhatsAppShareProps, actionService, aggregateKPIsFromLineMetricsRows, alertsService, apiUtils, areAllLinesOnSameShift, authCoreService, authOTPService, authRateLimitService, awardsService, buildDateKey, buildKPIsFromLineMetricsRow, buildShiftGroupsKey, canRoleAccessDashboardPath, canRoleAccessTeamManagement, canRoleAssignFactories, canRoleAssignLines, canRoleChangeRole, canRoleInviteRole, canRoleManageCompany, canRoleManageTargets, canRoleManageUsers, canRoleRemoveUser, canRoleViewClipsCost, canRoleViewUsageStats, captureSentryException, captureSentryMessage, checkRateLimit, clearAllRateLimits, clearRateLimit, clearS3VideoCache, clearS3VideoFromCache, clearSentryContext, clearWorkspaceDisplayNamesCache, cn, createDefaultKPIs, createInvitationService, createLinesService, createSessionTracker, createStorageService, createStreamProxyHandler, createSupabaseClient, createSupervisorService, createThrottledReload, createUserManagementService, createUserService, dashboardService, deleteThread, fetchIdleTimeReasons, filterDataByDateKeyRange, forceRefreshWorkspaceDisplayNames, formatAwardMonth, formatDateInZone, formatDateKeyForDisplay, formatDateTimeInZone, formatDuration, formatISTDate, formatIdleTime, formatRangeLabel, formatReasonLabel, formatRelativeTime, formatTimeInZone, fromUrlFriendlyName, getActionDisplayName, getActiveShift, getAllLineDisplayNames, getAllThreadMessages, getAllWorkspaceDisplayNamesAsync, getAllWorkspaceDisplayNamesSnapshot, getAnonClient, getAssignableRoles, getAssignmentColumnLabel, getAvailableShiftIds, getAwardBadgeType, getAwardDescription, getAwardTitle, getBrowserName, getCameraNumber, getCompanyMetricsTableName, getConfigurableShortWorkspaceDisplayName, getConfigurableWorkspaceDisplayName, getConfiguredLineIds, getCoreSessionRecordingProperties, getCoreSessionReplayUrl, getCurrentShift, getCurrentShiftForLine, getCurrentTimeInZone, getCurrentWeekFullRange, getCurrentWeekToDateRange, getDashboardHeaderTimeInZone, getDateKeyFromDate, getDaysDifferenceInZone, getDefaultCameraStreamUrl, getDefaultLineId, getDefaultTabForWorkspace, getInitials, getLineDisplayName, getManufacturingInsights, getMetricsTablePrefix, getMonthKeyBounds, getMonthWeekRanges, getNextUpdateInterval, getOperationalDate, getRoleAssignmentKind, getRoleDescription, getRoleLabel, getRoleMetadata, getRoleNavPaths, getS3SignedUrl, getS3VideoSrc, getShiftData, getShiftNameById, getShiftWorkDurationSeconds, getShortShiftName, getShortWorkspaceDisplayName, getShortWorkspaceDisplayNameAsync, getStoredWorkspaceMappings, getSubscriptionManager, getThreadMessages, getUniformShiftGroup, getUserThreads, getUserThreadsPaginated, getVisibleRolesForCurrentUser, getWorkspaceDisplayName, getWorkspaceDisplayNameAsync, getWorkspaceDisplayNamesMap, getWorkspaceFromUrl, getWorkspaceNavigationParams, groupLinesByShift, hasAnyShiftData, identifyCoreUser, initializeCoreMixpanel, isEfficiencyOnTrack, isFactoryScopedRole, isFullMonthRange, isLegacyConfiguration, isLoopbackHostname, isPrefetchError, isRecentFlowVideoGridMetricMode, isSafari, isSupervisorRole, isTransitionPeriod, isUrlPermanentlyFailed, isValidFactoryViewConfiguration, isValidLineInfoPayload, isValidPrefetchParams, isValidPrefetchStatus, isValidWorkspaceDetailedMetricsPayload, isValidWorkspaceMetricsPayload, isWipGatedVideoGridMetricMode, isWorkspaceDisplayNamesLoaded, isWorkspaceDisplayNamesLoading, lineLeaderboardService, linesService, mergeWithDefaultConfig, migrateLegacyConfiguration, normalizeActionFamily, normalizeDateKeyRange, normalizeRoleLevel, normalizeVideoGridMetricMode, optifyeAgentClient, parseDateKeyToDate, parseS3Uri, preInitializeWorkspaceDisplayNames, preloadS3Video, preloadS3VideoUrl, preloadS3VideosUrl, preloadVideoUrl, preloadVideosUrl, qualityService, realtimeService, refreshWorkspaceDisplayNames, resetCoreMixpanel, resetFailedUrl, resetSubscriptionManager, s3VideoPreloader, setSentryUserContext, setSentryWorkspaceContext, shouldEnableLocalDevTestLogin, shuffleArray, simulateApiDelay, skuService, startCoreSessionRecording, stopCoreSessionRecording, storeWorkspaceMapping, streamProxyConfig, subscribeWorkspaceDisplayNames, throttledReloadDashboard, toUrlFriendlyName, trackCoreEvent, trackCorePageView, transformToChartData, updateThreadTitle, upsertWorkspaceDisplayNameInCache, useAccessControl, useActiveBreaks, useActiveLineId, useAllWorkspaceMetrics, useAnalyticsConfig, useAppTimezone, useAudioService, useAuth, useAuthConfig, useAxelNotifications, useCanSaveTargets, useClipFilter, useClipTypes, useClipTypesWithCounts, useClipsInit, useCompanyClipsCost, useCompanyHasVlmEnabledLine, useCompanyUsersUsage, useComponentOverride, useCustomConfig, useDashboardConfig, useDashboardMetrics, useDatabaseConfig, useDateFormatter, useDateTimeConfig, useDynamicShiftConfig, useEndpointsConfig, useEntityConfig, useFactoryOverviewMetrics, useFeatureFlags, useFormatNumber, useHasLineAccess, useHideMobileHeader, useHistoricWorkspaceMetrics, useHlsStream, useHlsStreamWithCropping, useHookOverride, useHourEndTimer, useHourlyTargetAchievements, useHourlyTargetMisses, useIdleTimeClipClassifications, useIdleTimeReasons, useIdleTimeVlmConfig, useKpiTrends, useLeaderboardMetrics, useLineDetailedMetrics, useLineKPIs, useLineMetrics, useLineShiftConfig, useLineSupervisor, useLineWorkspaceMetrics, useLines, useMessages, useMetrics, useMobileMenu, useMonthlyTrend, useMultiLineShiftConfigs, useNavigation, useOperationalShiftKey, useOptionalSupabase, useOverrides, usePageOverride, usePrefetchClipCounts, useRealtimeLineMetrics, useRegistry, useSKUs, useSessionKeepAlive, useSessionTracking, useSessionTrackingContext, useShiftConfig, useShiftGroups, useShifts, useSubscriptionManager, useSubscriptionManagerSafe, useSupabase, useSupabaseClient, useSupervisorsByLineIds, useTargets, useTeamManagementPermissions, useTheme, useThemeConfig, useThreads, useTicketHistory, useTimezoneContext, useUserLineAccess, useUserUsage, useVideoConfig, useWorkspaceConfig, useWorkspaceDetailedMetrics, useWorkspaceDisplayName, useWorkspaceDisplayNames, useWorkspaceDisplayNamesMap, useWorkspaceHealthById, useWorkspaceHealthLastSeen, useWorkspaceHealthStatus, useWorkspaceMetrics, useWorkspaceNavigation, useWorkspaceOperators, useWorkspaceUptimeTimeline, useWorkspaceVideoStreams, userService, videoPrefetchManager, videoPreloader, weeklyTopPerformerService, whatsappService, withAccessControl, withAuth, withRegistry, withTimezone, workspaceHealthService, workspaceService };
|