@optifye/dashboard-core 6.12.44 → 6.12.46
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 +64 -6
- package/dist/index.d.mts +150 -2
- package/dist/index.d.ts +150 -2
- package/dist/index.js +3660 -2804
- package/dist/index.mjs +1338 -482
- package/package.json +2 -1
package/dist/index.css
CHANGED
|
@@ -463,9 +463,6 @@ body {
|
|
|
463
463
|
.-bottom-2 {
|
|
464
464
|
bottom: -0.5rem;
|
|
465
465
|
}
|
|
466
|
-
.-bottom-4 {
|
|
467
|
-
bottom: -1rem;
|
|
468
|
-
}
|
|
469
466
|
.-bottom-6 {
|
|
470
467
|
bottom: -1.5rem;
|
|
471
468
|
}
|
|
@@ -526,9 +523,6 @@ body {
|
|
|
526
523
|
.bottom-8 {
|
|
527
524
|
bottom: 2rem;
|
|
528
525
|
}
|
|
529
|
-
.bottom-\[-12px\] {
|
|
530
|
-
bottom: -12px;
|
|
531
|
-
}
|
|
532
526
|
.bottom-\[15\%\] {
|
|
533
527
|
bottom: 15%;
|
|
534
528
|
}
|
|
@@ -679,6 +673,9 @@ body {
|
|
|
679
673
|
.z-\[60\] {
|
|
680
674
|
z-index: 60;
|
|
681
675
|
}
|
|
676
|
+
.z-\[70\] {
|
|
677
|
+
z-index: 70;
|
|
678
|
+
}
|
|
682
679
|
.z-\[9998\] {
|
|
683
680
|
z-index: 9998;
|
|
684
681
|
}
|
|
@@ -848,6 +845,9 @@ body {
|
|
|
848
845
|
.mb-4 {
|
|
849
846
|
margin-bottom: 1rem;
|
|
850
847
|
}
|
|
848
|
+
.mb-5 {
|
|
849
|
+
margin-bottom: 1.25rem;
|
|
850
|
+
}
|
|
851
851
|
.mb-6 {
|
|
852
852
|
margin-bottom: 1.5rem;
|
|
853
853
|
}
|
|
@@ -1445,6 +1445,9 @@ body {
|
|
|
1445
1445
|
.w-\[22vw\] {
|
|
1446
1446
|
width: 22vw;
|
|
1447
1447
|
}
|
|
1448
|
+
.w-\[240px\] {
|
|
1449
|
+
width: 240px;
|
|
1450
|
+
}
|
|
1448
1451
|
.w-\[25\%\] {
|
|
1449
1452
|
width: 25%;
|
|
1450
1453
|
}
|
|
@@ -1656,6 +1659,9 @@ body {
|
|
|
1656
1659
|
.max-w-\[calc\(100\%-200px\)\] {
|
|
1657
1660
|
max-width: calc(100% - 200px);
|
|
1658
1661
|
}
|
|
1662
|
+
.max-w-\[calc\(100\%-2rem\)\] {
|
|
1663
|
+
max-width: calc(100% - 2rem);
|
|
1664
|
+
}
|
|
1659
1665
|
.max-w-\[calc\(100vw-32px\)\] {
|
|
1660
1666
|
max-width: calc(100vw - 32px);
|
|
1661
1667
|
}
|
|
@@ -2649,6 +2655,10 @@ body {
|
|
|
2649
2655
|
--tw-border-opacity: 1;
|
|
2650
2656
|
border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
|
|
2651
2657
|
}
|
|
2658
|
+
.border-white {
|
|
2659
|
+
--tw-border-opacity: 1;
|
|
2660
|
+
border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
|
|
2661
|
+
}
|
|
2652
2662
|
.border-white\/10 {
|
|
2653
2663
|
border-color: rgb(255 255 255 / 0.1);
|
|
2654
2664
|
}
|
|
@@ -2800,6 +2810,10 @@ body {
|
|
|
2800
2810
|
--tw-bg-opacity: 1;
|
|
2801
2811
|
background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
|
|
2802
2812
|
}
|
|
2813
|
+
.bg-amber-300 {
|
|
2814
|
+
--tw-bg-opacity: 1;
|
|
2815
|
+
background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
|
|
2816
|
+
}
|
|
2803
2817
|
.bg-amber-400 {
|
|
2804
2818
|
--tw-bg-opacity: 1;
|
|
2805
2819
|
background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
|
|
@@ -3084,6 +3098,10 @@ body {
|
|
|
3084
3098
|
--tw-bg-opacity: 1;
|
|
3085
3099
|
background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
|
|
3086
3100
|
}
|
|
3101
|
+
.bg-purple-300 {
|
|
3102
|
+
--tw-bg-opacity: 1;
|
|
3103
|
+
background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
|
|
3104
|
+
}
|
|
3087
3105
|
.bg-purple-400 {
|
|
3088
3106
|
--tw-bg-opacity: 1;
|
|
3089
3107
|
background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
|
|
@@ -3099,6 +3117,10 @@ body {
|
|
|
3099
3117
|
--tw-bg-opacity: 1;
|
|
3100
3118
|
background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
|
|
3101
3119
|
}
|
|
3120
|
+
.bg-red-300 {
|
|
3121
|
+
--tw-bg-opacity: 1;
|
|
3122
|
+
background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
|
|
3123
|
+
}
|
|
3102
3124
|
.bg-red-400\/50 {
|
|
3103
3125
|
background-color: rgb(248 113 113 / 0.5);
|
|
3104
3126
|
}
|
|
@@ -3119,6 +3141,9 @@ body {
|
|
|
3119
3141
|
--tw-bg-opacity: 1;
|
|
3120
3142
|
background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
|
|
3121
3143
|
}
|
|
3144
|
+
.bg-red-500\/10 {
|
|
3145
|
+
background-color: rgb(239 68 68 / 0.1);
|
|
3146
|
+
}
|
|
3122
3147
|
.bg-red-500\/20 {
|
|
3123
3148
|
background-color: rgb(239 68 68 / 0.2);
|
|
3124
3149
|
}
|
|
@@ -3151,6 +3176,10 @@ body {
|
|
|
3151
3176
|
--tw-bg-opacity: 1;
|
|
3152
3177
|
background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
|
|
3153
3178
|
}
|
|
3179
|
+
.bg-sky-500 {
|
|
3180
|
+
--tw-bg-opacity: 1;
|
|
3181
|
+
background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
|
|
3182
|
+
}
|
|
3154
3183
|
.bg-slate-100 {
|
|
3155
3184
|
--tw-bg-opacity: 1;
|
|
3156
3185
|
background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
|
|
@@ -3236,6 +3265,9 @@ body {
|
|
|
3236
3265
|
.bg-white\/40 {
|
|
3237
3266
|
background-color: rgb(255 255 255 / 0.4);
|
|
3238
3267
|
}
|
|
3268
|
+
.bg-white\/5 {
|
|
3269
|
+
background-color: rgb(255 255 255 / 0.05);
|
|
3270
|
+
}
|
|
3239
3271
|
.bg-white\/50 {
|
|
3240
3272
|
background-color: rgb(255 255 255 / 0.5);
|
|
3241
3273
|
}
|
|
@@ -4512,6 +4544,9 @@ body {
|
|
|
4512
4544
|
.tracking-\[0\.08em\] {
|
|
4513
4545
|
letter-spacing: 0.08em;
|
|
4514
4546
|
}
|
|
4547
|
+
.tracking-\[0\.15em\] {
|
|
4548
|
+
letter-spacing: 0.15em;
|
|
4549
|
+
}
|
|
4515
4550
|
.tracking-\[0\.25em\] {
|
|
4516
4551
|
letter-spacing: 0.25em;
|
|
4517
4552
|
}
|
|
@@ -4929,6 +4964,18 @@ body {
|
|
|
4929
4964
|
--tw-text-opacity: 1;
|
|
4930
4965
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
4931
4966
|
}
|
|
4967
|
+
.text-white\/30 {
|
|
4968
|
+
color: rgb(255 255 255 / 0.3);
|
|
4969
|
+
}
|
|
4970
|
+
.text-white\/40 {
|
|
4971
|
+
color: rgb(255 255 255 / 0.4);
|
|
4972
|
+
}
|
|
4973
|
+
.text-white\/50 {
|
|
4974
|
+
color: rgb(255 255 255 / 0.5);
|
|
4975
|
+
}
|
|
4976
|
+
.text-white\/60 {
|
|
4977
|
+
color: rgb(255 255 255 / 0.6);
|
|
4978
|
+
}
|
|
4932
4979
|
.text-white\/70 {
|
|
4933
4980
|
color: rgb(255 255 255 / 0.7);
|
|
4934
4981
|
}
|
|
@@ -5417,6 +5464,9 @@ body {
|
|
|
5417
5464
|
.ring-red-400\/40 {
|
|
5418
5465
|
--tw-ring-color: rgb(248 113 113 / 0.4);
|
|
5419
5466
|
}
|
|
5467
|
+
.ring-red-500\/20 {
|
|
5468
|
+
--tw-ring-color: rgb(239 68 68 / 0.2);
|
|
5469
|
+
}
|
|
5420
5470
|
.ring-red-500\/50 {
|
|
5421
5471
|
--tw-ring-color: rgb(239 68 68 / 0.5);
|
|
5422
5472
|
}
|
|
@@ -5953,6 +6003,10 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
5953
6003
|
--tw-bg-opacity: 1;
|
|
5954
6004
|
background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
|
|
5955
6005
|
}
|
|
6006
|
+
.hover\:bg-sky-400:hover {
|
|
6007
|
+
--tw-bg-opacity: 1;
|
|
6008
|
+
background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
|
|
6009
|
+
}
|
|
5956
6010
|
.hover\:bg-slate-100:hover {
|
|
5957
6011
|
--tw-bg-opacity: 1;
|
|
5958
6012
|
background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
|
|
@@ -6365,6 +6419,10 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
6365
6419
|
--tw-ring-opacity: 1;
|
|
6366
6420
|
--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
|
|
6367
6421
|
}
|
|
6422
|
+
.focus\:ring-sky-200:focus {
|
|
6423
|
+
--tw-ring-opacity: 1;
|
|
6424
|
+
--tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1));
|
|
6425
|
+
}
|
|
6368
6426
|
.focus\:ring-slate-400:focus {
|
|
6369
6427
|
--tw-ring-opacity: 1;
|
|
6370
6428
|
--tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
|
package/dist/index.d.mts
CHANGED
|
@@ -1101,6 +1101,120 @@ interface FactoryViewProps {
|
|
|
1101
1101
|
productIds?: Record<string, string>;
|
|
1102
1102
|
}
|
|
1103
1103
|
|
|
1104
|
+
interface RedFlowTimelineBin {
|
|
1105
|
+
start_time?: string | null;
|
|
1106
|
+
offset_seconds: number;
|
|
1107
|
+
duration_seconds: number;
|
|
1108
|
+
avg_flow_percent: number | null;
|
|
1109
|
+
actual_output_units?: number | null;
|
|
1110
|
+
actual_ppm?: number | null;
|
|
1111
|
+
target_ppm?: number | null;
|
|
1112
|
+
efficiency_percent?: number | null;
|
|
1113
|
+
}
|
|
1114
|
+
interface RedFlowWorstMinute {
|
|
1115
|
+
start_time?: string | null;
|
|
1116
|
+
offset_seconds: number;
|
|
1117
|
+
avg_flow_percent: number;
|
|
1118
|
+
rank?: number;
|
|
1119
|
+
}
|
|
1120
|
+
interface RedFlowTimeline {
|
|
1121
|
+
interval_start_time?: string | null;
|
|
1122
|
+
interval_end_time?: string | null;
|
|
1123
|
+
threshold_percent?: number | null;
|
|
1124
|
+
severity_score?: number | null;
|
|
1125
|
+
severity_minute_start_time?: string | null;
|
|
1126
|
+
minute_bins: RedFlowTimelineBin[];
|
|
1127
|
+
worst_minutes?: RedFlowWorstMinute[];
|
|
1128
|
+
}
|
|
1129
|
+
type RedFlowDriver = 'idle' | 'micro_stoppage' | 'slow_cycle' | 'low_output' | 'mixed' | 'unknown';
|
|
1130
|
+
type RedFlowConfidence = 'high' | 'medium' | 'low';
|
|
1131
|
+
interface RedFlowExplanationSummary {
|
|
1132
|
+
source: 'dashboard_backend_fallback' | 'producer_metadata';
|
|
1133
|
+
primary_driver: RedFlowDriver;
|
|
1134
|
+
confidence: RedFlowConfidence;
|
|
1135
|
+
headline: string;
|
|
1136
|
+
evidence: string[];
|
|
1137
|
+
totals: {
|
|
1138
|
+
idle_overlap_seconds: number;
|
|
1139
|
+
idle_overlap_percent: number;
|
|
1140
|
+
micro_stoppage_lost_seconds: number;
|
|
1141
|
+
slow_cycle_lost_seconds: number;
|
|
1142
|
+
total_lost_seconds?: number | null;
|
|
1143
|
+
slow_cycle_avg_seconds?: number | null;
|
|
1144
|
+
shift_avg_cycle_time_seconds?: number | null;
|
|
1145
|
+
actual_output_units: number | null;
|
|
1146
|
+
baseline_output_units: number | null;
|
|
1147
|
+
};
|
|
1148
|
+
}
|
|
1149
|
+
interface RedFlowExplanation {
|
|
1150
|
+
summary: RedFlowExplanationSummary;
|
|
1151
|
+
minute_explanations: Array<{
|
|
1152
|
+
start_time: string;
|
|
1153
|
+
end_time: string;
|
|
1154
|
+
offset_seconds: number;
|
|
1155
|
+
duration_seconds: number;
|
|
1156
|
+
avg_flow_percent: number | null;
|
|
1157
|
+
primary_driver: RedFlowDriver;
|
|
1158
|
+
confidence: RedFlowConfidence;
|
|
1159
|
+
evidence: string[];
|
|
1160
|
+
idle_overlap_seconds: number;
|
|
1161
|
+
idle_overlap_percent: number;
|
|
1162
|
+
micro_stoppage_lost_seconds: number;
|
|
1163
|
+
slow_cycle_lost_seconds: number;
|
|
1164
|
+
total_lost_seconds?: number | null;
|
|
1165
|
+
cycle_count: number;
|
|
1166
|
+
median_cycle_time_seconds: number | null;
|
|
1167
|
+
actual_cycle_time_seconds: number | null;
|
|
1168
|
+
output_units: number | null;
|
|
1169
|
+
baseline_output_units: number | null;
|
|
1170
|
+
}>;
|
|
1171
|
+
annotations: {
|
|
1172
|
+
idle_intervals: Array<{
|
|
1173
|
+
clip_id: string;
|
|
1174
|
+
start_time: string;
|
|
1175
|
+
end_time: string;
|
|
1176
|
+
offset_start_seconds: number;
|
|
1177
|
+
offset_end_seconds: number;
|
|
1178
|
+
}>;
|
|
1179
|
+
micro_stoppages: Array<{
|
|
1180
|
+
start_time: string;
|
|
1181
|
+
end_time: string;
|
|
1182
|
+
duration_seconds: number;
|
|
1183
|
+
lost_seconds: number;
|
|
1184
|
+
offset_start_seconds: number;
|
|
1185
|
+
offset_end_seconds: number;
|
|
1186
|
+
}>;
|
|
1187
|
+
slow_cycles: Array<{
|
|
1188
|
+
start_time: string;
|
|
1189
|
+
end_time: string;
|
|
1190
|
+
cycle_time_seconds: number;
|
|
1191
|
+
median_cycle_time_seconds: number;
|
|
1192
|
+
offset_start_seconds: number;
|
|
1193
|
+
offset_end_seconds: number;
|
|
1194
|
+
}>;
|
|
1195
|
+
cycle_events?: Array<{
|
|
1196
|
+
event_id?: string | number | null;
|
|
1197
|
+
start_time: string;
|
|
1198
|
+
end_time: string;
|
|
1199
|
+
cycle_time_seconds: number;
|
|
1200
|
+
offset_start_seconds: number;
|
|
1201
|
+
offset_end_seconds: number;
|
|
1202
|
+
}>;
|
|
1203
|
+
};
|
|
1204
|
+
data_quality: {
|
|
1205
|
+
has_cycle_events: boolean;
|
|
1206
|
+
has_idle_clips: boolean;
|
|
1207
|
+
used_output_hourly_fallback: boolean;
|
|
1208
|
+
annotations_truncated: boolean;
|
|
1209
|
+
missing_reason: string | null;
|
|
1210
|
+
};
|
|
1211
|
+
}
|
|
1212
|
+
interface LowEfficiencyAiSummary {
|
|
1213
|
+
headline: string;
|
|
1214
|
+
bullets: [string, string, string] | string[];
|
|
1215
|
+
used_driver: 'Idle' | 'Gaps' | 'Slow Cycles' | 'Low Output';
|
|
1216
|
+
confidence: 'high' | 'medium' | 'low';
|
|
1217
|
+
}
|
|
1104
1218
|
interface BottleneckVideoData {
|
|
1105
1219
|
id: string;
|
|
1106
1220
|
src: string;
|
|
@@ -1113,9 +1227,18 @@ interface BottleneckVideoData {
|
|
|
1113
1227
|
cycle_time_seconds?: number;
|
|
1114
1228
|
creation_timestamp?: string;
|
|
1115
1229
|
percentile?: number;
|
|
1116
|
-
duration?: number;
|
|
1230
|
+
duration?: number | null;
|
|
1231
|
+
clip_start_time?: string | null;
|
|
1232
|
+
clip_end_time?: string | null;
|
|
1117
1233
|
idle_start_time?: string;
|
|
1118
1234
|
idle_end_time?: string;
|
|
1235
|
+
red_flow_timeline?: RedFlowTimeline | null;
|
|
1236
|
+
red_flow_severity_score?: number | null;
|
|
1237
|
+
red_flow_output_shortfall_units?: number | null;
|
|
1238
|
+
red_flow_worst_minute?: RedFlowWorstMinute | null;
|
|
1239
|
+
red_flow_explanation_summary?: RedFlowExplanationSummary | null;
|
|
1240
|
+
red_flow_explanation?: RedFlowExplanation | null;
|
|
1241
|
+
low_efficiency_ai_summary?: LowEfficiencyAiSummary | null;
|
|
1119
1242
|
}
|
|
1120
1243
|
interface VideoSummary {
|
|
1121
1244
|
counts: Record<string, number>;
|
|
@@ -8622,6 +8745,8 @@ interface ClipMetadata {
|
|
|
8622
8745
|
severity: 'low' | 'medium' | 'high';
|
|
8623
8746
|
category: string;
|
|
8624
8747
|
duration?: number;
|
|
8748
|
+
clip_start_time?: string | null;
|
|
8749
|
+
clip_end_time?: string | null;
|
|
8625
8750
|
index: number;
|
|
8626
8751
|
idle_start_time?: string;
|
|
8627
8752
|
idle_end_time?: string;
|
|
@@ -8634,6 +8759,12 @@ interface ClipMetadata {
|
|
|
8634
8759
|
classification_confidence?: number | null;
|
|
8635
8760
|
classification_status?: 'classified' | 'processing' | null;
|
|
8636
8761
|
cycle_item_count?: number | null;
|
|
8762
|
+
red_flow_timeline?: RedFlowTimeline | null;
|
|
8763
|
+
red_flow_severity_score?: number | null;
|
|
8764
|
+
red_flow_output_shortfall_units?: number | null;
|
|
8765
|
+
red_flow_worst_minute?: RedFlowWorstMinute | null;
|
|
8766
|
+
red_flow_explanation_summary?: RedFlowExplanationSummary | null;
|
|
8767
|
+
red_flow_explanation?: RedFlowExplanation | null;
|
|
8637
8768
|
}
|
|
8638
8769
|
interface ClipSelectionContext {
|
|
8639
8770
|
clips: ClipMetadata[];
|
|
@@ -8681,6 +8812,7 @@ interface FileManagerFiltersProps {
|
|
|
8681
8812
|
idleTimeVlmEnabled?: boolean;
|
|
8682
8813
|
showPercentileCycleFilters?: boolean;
|
|
8683
8814
|
prefetchedClipMetadata?: Record<string, ClipMetadata[]>;
|
|
8815
|
+
externallyManagedLoadingCategories?: Record<string, boolean>;
|
|
8684
8816
|
activeCategoryLoading?: boolean;
|
|
8685
8817
|
idleClipSort?: IdleClipSort;
|
|
8686
8818
|
onIdleClipSortChange?: (sort: IdleClipSort) => void;
|
|
@@ -8692,6 +8824,14 @@ declare const FileManagerFilters: React__default.FC<FileManagerFiltersProps>;
|
|
|
8692
8824
|
* Types for BottlenecksContent component
|
|
8693
8825
|
*/
|
|
8694
8826
|
|
|
8827
|
+
interface LowMomentsPrefetchSnapshot {
|
|
8828
|
+
key: string;
|
|
8829
|
+
metadata: ClipMetadata[];
|
|
8830
|
+
firstVideo: BottleneckVideoData | null;
|
|
8831
|
+
total: number;
|
|
8832
|
+
loading: boolean;
|
|
8833
|
+
error: string | null;
|
|
8834
|
+
}
|
|
8695
8835
|
/**
|
|
8696
8836
|
* Props for the BottlenecksContent component
|
|
8697
8837
|
*/
|
|
@@ -8751,6 +8891,10 @@ interface BottlenecksContentProps {
|
|
|
8751
8891
|
percentile: number;
|
|
8752
8892
|
counts: Record<string, number>;
|
|
8753
8893
|
} | null;
|
|
8894
|
+
/**
|
|
8895
|
+
* Optional Low moments metadata + first-video snapshot from workspace detail prefetch.
|
|
8896
|
+
*/
|
|
8897
|
+
lowMomentsPrefetch?: LowMomentsPrefetchSnapshot | null;
|
|
8754
8898
|
/**
|
|
8755
8899
|
* Optional time filter applied when opening the clips explorer from a chart hour.
|
|
8756
8900
|
*/
|
|
@@ -9488,6 +9632,10 @@ interface HlsVideoPlayerProps {
|
|
|
9488
9632
|
onShare?: () => void;
|
|
9489
9633
|
isShareLoading?: boolean;
|
|
9490
9634
|
isShareCopied?: boolean;
|
|
9635
|
+
/** Optional timeline annotations rendered into custom controls. */
|
|
9636
|
+
timelineAnnotations?: RedFlowTimeline | null;
|
|
9637
|
+
timelineExplanation?: RedFlowExplanation | null;
|
|
9638
|
+
timelineTimezone?: string;
|
|
9491
9639
|
}
|
|
9492
9640
|
type VideoPlayerRef = HlsVideoPlayerRef;
|
|
9493
9641
|
type VideoPlayerProps = HlsVideoPlayerProps;
|
|
@@ -10700,4 +10848,4 @@ interface ThreadSidebarProps {
|
|
|
10700
10848
|
}
|
|
10701
10849
|
declare const ThreadSidebar: React__default.FC<ThreadSidebarProps>;
|
|
10702
10850
|
|
|
10703
|
-
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, 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 CreateInvitationInput, type CropConfig, CroppedHlsVideoPlayer, type CroppedHlsVideoPlayerProps, CroppedVideoPlayer, type CroppedVideoPlayerProps, type CurrentShiftResult, CycleTimeChart, type CycleTimeChartProps, type CycleTimeHourClickPayload, 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, DashboardKPIs, DashboardLayout, type DashboardLayoutProps, DashboardOverridesProvider, DashboardProvider, type DashboardService, type DashboardSurface, type DatabaseConfig, DateDisplay, type DateKeyRange, type DateTimeConfig, DateTimeDisplay, type DateTimeDisplayProps, type DayData, type DayHistoryData, type DaySummaryData, DebugAuth, DebugAuthView, DetailedHealthStatus, type DetectLineOvertakeEventsParams, type DiagnosisOption$1 as DiagnosisOption, DiagnosisVideoModal, type DummyAware, 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, type HourlyOutputBarClickPayload, 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, KPI_SIGNAL_LABELS, KPIsOverviewView, type KPIsOverviewViewProps, type KpiAreaNode, type KpiFactoryNode, type KpiLineHierarchy, KpiSignal, type KpiSignalStatus, 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, LineInfo, LineIssueResolutionSummary, type LineLeaderboardDisplayRow, type LineMetrics, LineMonthlyHistory, type LineMonthlyHistoryProps, type LineMonthlyMetric, LineMonthlyPdfGenerator, type LineMonthlyPdfGeneratorProps, type LineNavigationParams, type LineOvertakeCrossedLine, type LineOvertakeDirection, type LineOvertakeEvent, LineOvertakeNotificationManager, type LineOvertakeNotificationManagerProps, type LineOvertakeRoleMode, type LineOvertakeRowType, type LineOvertakeSnapshotRow, LinePdfExportButton, type LinePdfExportButtonProps, LinePdfGenerator, type LinePdfGeneratorProps, type LineProps, type LineRecord, type LineShiftConfig, type LineShiftInfo, LineSignal, LineSkuBreakdownItem, type LineSnapshot, type LineSupervisor, 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, 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, PieChart, type PieChartProps, PlantHeadView, PlayPauseIndicator, type PlayPauseIndicatorProps, 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, ProductionPlanApiError, type ProductionPlanReasonCode, type ProductionPlanState, type ProductionPlanStateResponse, ProductionPlanView, type ProductionPlanViewProps, type ProductionPlanWorkstation, type ProfileMenuItem, ProfileView, type QualityMetric, type QualityOverview, type QualityService, ROOT_DASHBOARD_EVENT_NAMES, 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, SENTRY_HANDLED_EVENT_SESSION_LIMIT, SENTRY_HANDLED_EVENT_WINDOW_MS, SENTRY_QUOTA_STORAGE_KEY, type SKU, type SKUConfig, SKUManagementView, type SOPCategory$1 as SOPCategory, SOPComplianceChart, type SOPComplianceChartProps, SSEChatClient, type SSEEvent, type SaveProductionPlanPayload, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, type SentryCaptureOptions, type SentryCaptureSeverity, SessionTracker, SessionTrackingContext, SessionTrackingProvider, SettingsPopup, type SettingsPopupItem, type ShiftConfig, ShiftConfiguration, 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, SkuBreakdownItem, SkuSegmentItem, 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, VideoCard, type VideoConfig, type VideoCroppingConfig, type VideoCroppingRect, 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, Workspace, WorkspaceActionUpdate, WorkspaceCameraIpInfo, WorkspaceCard, type WorkspaceCardProps, type WorkspaceConfig$1 as WorkspaceConfig, WorkspaceCycleTimeMetricCards, type WorkspaceCycleTimeMetricCardsProps, WrappedComponent as WorkspaceDetailView, 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, 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, WorkspaceVideoStream, WorkspaceWhatsAppShareButton, type WorkspaceWhatsAppShareProps, actionService, addSentryBreadcrumb, aggregateKPIsFromLineMetricsRows, aggregateLineSignals, alertsService, apiUtils, areAllLinesOnSameShift, authCoreService, authOTPService, authRateLimitService, awardsService, buildDateKey, buildKPIsFromLineMetricsRow, buildKpiLineHierarchy, buildLegacyLineOvertakeEventKey, buildLineLeaderboardRows, buildLineOvertakeEventKey, buildLineSkuBreakdown, buildShiftGroupsKey, canPermissionEditProductionPlan, canRoleAccessDashboardPath, canRoleAccessTeamManagement, canRoleAssignFactories, canRoleAssignLines, canRoleChangeRole, canRoleEditProductionPlan, canRoleInviteRole, canRoleManageCompany, canRoleManageTargets, canRoleManageUsers, canRoleRemoveUser, canRoleViewClipsCost, canRoleViewUsageStats, captureHandledFrontendException, captureSentryException, captureSentryMessage, checkRateLimit, clearAllRateLimits, clearRateLimit, clearS3VideoCache, clearS3VideoFromCache, clearSentryContext, clearWorkspaceDisplayNamesCache, cn, combineLineMetricsRows, countRealSkus, createDefaultKPIs, createInvitationService, createLinesService, createSessionTracker, createStorageService, createStreamProxyHandler, createSupabaseClient, createSupervisorService, createThrottledReload, createUserManagementService, createUserService, dashboardService, deleteThread, detectLineOvertakeEvents, fetchIdleTimeReasons, fetchLineDummySkuId, fetchLineSkuCatalog, filterDataByDateKeyRange, filterRealSkuBreakdown, 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, getDateKeyFromValue, getDayDateKey, getDaysDifferenceInZone, getDefaultCameraStreamUrl, getDefaultLineId, getDefaultTabForWorkspace, getInitials, getKpiSignalLabel, getKpiSignalStatus, getLineDisplayName, getManufacturingInsights, getMetricsTablePrefix, getMonthKeyBounds, getMonthWeekRanges, getMonthlyTrendComparisonLabel, 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, isIgnorableFrontendError, isLegacyConfiguration, isLoopbackHostname, isPrefetchError, isRealSku, isSafari, isSupervisorRole, isTransitionPeriod, isUrlPermanentlyFailed, isValidFactoryViewConfiguration, isValidLineInfoPayload, isValidPrefetchParams, isValidPrefetchStatus, isValidWorkspaceDetailedMetricsPayload, isValidWorkspaceMetricsPayload, isWorkspaceDisplayNamesLoaded, isWorkspaceDisplayNamesLoading, lineLeaderboardService, linesService, mergeWithDefaultConfig, migrateLegacyConfiguration, normalizeActionFamily, normalizeDateKeyRange, normalizeDateKeyRangeUnbounded, normalizeRoleLevel, optifyeAgentClient, parseDateKeyToDate, parseS3Uri, pickPreferredLineMetricsRow, preInitializeWorkspaceDisplayNames, preloadS3Video, preloadS3VideoUrl, preloadS3VideosUrl, preloadVideoUrl, preloadVideosUrl, productionPlanService, qualityService, realtimeService, refreshWorkspaceDisplayNames, resetCoreMixpanel, resetFailedUrl, resetSentryQuotaForTests, resetSubscriptionManager, resolveDefaultSkuId, resolveLiveSkuId, s3VideoPreloader, selectPreferredLineMetricsRow, 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, useCompanyFastSlowClipFiltersEnabled, useCompanyHasVlmEnabledLine, useCompanyUsersUsage, useCompanyWorkspaceHourAiSummaryEnabled, 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, useWorkspaceHourSummary, useWorkspaceMetrics, useWorkspaceNavigation, useWorkspaceOperators, useWorkspaceUptimeTimeline, useWorkspaceVideoStreams, userService, videoPrefetchManager, videoPreloader, weeklyTopPerformerService, whatsappService, withAccessControl, withAuth, withRegistry, withTimezone, workspaceHealthService, workspaceService };
|
|
10851
|
+
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, 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 CreateInvitationInput, type CropConfig, CroppedHlsVideoPlayer, type CroppedHlsVideoPlayerProps, CroppedVideoPlayer, type CroppedVideoPlayerProps, type CurrentShiftResult, CycleTimeChart, type CycleTimeChartProps, type CycleTimeHourClickPayload, 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, DashboardKPIs, DashboardLayout, type DashboardLayoutProps, DashboardOverridesProvider, DashboardProvider, type DashboardService, type DashboardSurface, type DatabaseConfig, DateDisplay, type DateKeyRange, type DateTimeConfig, DateTimeDisplay, type DateTimeDisplayProps, type DayData, type DayHistoryData, type DaySummaryData, DebugAuth, DebugAuthView, DetailedHealthStatus, type DetectLineOvertakeEventsParams, type DiagnosisOption$1 as DiagnosisOption, DiagnosisVideoModal, type DummyAware, 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, type HourlyOutputBarClickPayload, 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, KPI_SIGNAL_LABELS, KPIsOverviewView, type KPIsOverviewViewProps, type KpiAreaNode, type KpiFactoryNode, type KpiLineHierarchy, KpiSignal, type KpiSignalStatus, 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, LineInfo, LineIssueResolutionSummary, type LineLeaderboardDisplayRow, type LineMetrics, LineMonthlyHistory, type LineMonthlyHistoryProps, type LineMonthlyMetric, LineMonthlyPdfGenerator, type LineMonthlyPdfGeneratorProps, type LineNavigationParams, type LineOvertakeCrossedLine, type LineOvertakeDirection, type LineOvertakeEvent, LineOvertakeNotificationManager, type LineOvertakeNotificationManagerProps, type LineOvertakeRoleMode, type LineOvertakeRowType, type LineOvertakeSnapshotRow, LinePdfExportButton, type LinePdfExportButtonProps, LinePdfGenerator, type LinePdfGeneratorProps, type LineProps, type LineRecord, type LineShiftConfig, type LineShiftInfo, LineSignal, LineSkuBreakdownItem, type LineSnapshot, type LineSupervisor, 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, type LowEfficiencyAiSummary, type LowMomentsPrefetchSnapshot, MainLayout, type MainLayoutProps, MapGridView, type MapViewConfig, type Metric, MetricCard, type MetricCardProps$1 as MetricCardProps, type MetricsError, MinimalOnboardingPopup, type MixpanelSessionOptions, MobileMenuProvider, type MobileMenuProviderProps, type MonthWeekRange, 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, PieChart, type PieChartProps, PlantHeadView, PlayPauseIndicator, type PlayPauseIndicatorProps, 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, ProductionPlanApiError, type ProductionPlanReasonCode, type ProductionPlanState, type ProductionPlanStateResponse, ProductionPlanView, type ProductionPlanViewProps, type ProductionPlanWorkstation, type ProfileMenuItem, ProfileView, type QualityMetric, type QualityOverview, type QualityService, ROOT_DASHBOARD_EVENT_NAMES, type RateLimitOptions, type RateLimitResult, type RealtimeLineMetricsProps, type RealtimeService, type RedFlowConfidence, type RedFlowDriver, type RedFlowExplanation, type RedFlowExplanationSummary, type RedFlowTimeline, type RedFlowTimelineBin, type RedFlowWorstMinute, 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, SENTRY_HANDLED_EVENT_SESSION_LIMIT, SENTRY_HANDLED_EVENT_WINDOW_MS, SENTRY_QUOTA_STORAGE_KEY, type SKU, type SKUConfig, SKUManagementView, type SOPCategory$1 as SOPCategory, SOPComplianceChart, type SOPComplianceChartProps, SSEChatClient, type SSEEvent, type SaveProductionPlanPayload, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, type SentryCaptureOptions, type SentryCaptureSeverity, SessionTracker, SessionTrackingContext, SessionTrackingProvider, SettingsPopup, type SettingsPopupItem, type ShiftConfig, ShiftConfiguration, 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, SkuBreakdownItem, SkuSegmentItem, 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, VideoCard, type VideoConfig, type VideoCroppingConfig, type VideoCroppingRect, 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, Workspace, WorkspaceActionUpdate, WorkspaceCameraIpInfo, WorkspaceCard, type WorkspaceCardProps, type WorkspaceConfig$1 as WorkspaceConfig, WorkspaceCycleTimeMetricCards, type WorkspaceCycleTimeMetricCardsProps, WrappedComponent as WorkspaceDetailView, 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, 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, WorkspaceVideoStream, WorkspaceWhatsAppShareButton, type WorkspaceWhatsAppShareProps, actionService, addSentryBreadcrumb, aggregateKPIsFromLineMetricsRows, aggregateLineSignals, alertsService, apiUtils, areAllLinesOnSameShift, authCoreService, authOTPService, authRateLimitService, awardsService, buildDateKey, buildKPIsFromLineMetricsRow, buildKpiLineHierarchy, buildLegacyLineOvertakeEventKey, buildLineLeaderboardRows, buildLineOvertakeEventKey, buildLineSkuBreakdown, buildShiftGroupsKey, canPermissionEditProductionPlan, canRoleAccessDashboardPath, canRoleAccessTeamManagement, canRoleAssignFactories, canRoleAssignLines, canRoleChangeRole, canRoleEditProductionPlan, canRoleInviteRole, canRoleManageCompany, canRoleManageTargets, canRoleManageUsers, canRoleRemoveUser, canRoleViewClipsCost, canRoleViewUsageStats, captureHandledFrontendException, captureSentryException, captureSentryMessage, checkRateLimit, clearAllRateLimits, clearRateLimit, clearS3VideoCache, clearS3VideoFromCache, clearSentryContext, clearWorkspaceDisplayNamesCache, cn, combineLineMetricsRows, countRealSkus, createDefaultKPIs, createInvitationService, createLinesService, createSessionTracker, createStorageService, createStreamProxyHandler, createSupabaseClient, createSupervisorService, createThrottledReload, createUserManagementService, createUserService, dashboardService, deleteThread, detectLineOvertakeEvents, fetchIdleTimeReasons, fetchLineDummySkuId, fetchLineSkuCatalog, filterDataByDateKeyRange, filterRealSkuBreakdown, 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, getDateKeyFromValue, getDayDateKey, getDaysDifferenceInZone, getDefaultCameraStreamUrl, getDefaultLineId, getDefaultTabForWorkspace, getInitials, getKpiSignalLabel, getKpiSignalStatus, getLineDisplayName, getManufacturingInsights, getMetricsTablePrefix, getMonthKeyBounds, getMonthWeekRanges, getMonthlyTrendComparisonLabel, 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, isIgnorableFrontendError, isLegacyConfiguration, isLoopbackHostname, isPrefetchError, isRealSku, isSafari, isSupervisorRole, isTransitionPeriod, isUrlPermanentlyFailed, isValidFactoryViewConfiguration, isValidLineInfoPayload, isValidPrefetchParams, isValidPrefetchStatus, isValidWorkspaceDetailedMetricsPayload, isValidWorkspaceMetricsPayload, isWorkspaceDisplayNamesLoaded, isWorkspaceDisplayNamesLoading, lineLeaderboardService, linesService, mergeWithDefaultConfig, migrateLegacyConfiguration, normalizeActionFamily, normalizeDateKeyRange, normalizeDateKeyRangeUnbounded, normalizeRoleLevel, optifyeAgentClient, parseDateKeyToDate, parseS3Uri, pickPreferredLineMetricsRow, preInitializeWorkspaceDisplayNames, preloadS3Video, preloadS3VideoUrl, preloadS3VideosUrl, preloadVideoUrl, preloadVideosUrl, productionPlanService, qualityService, realtimeService, refreshWorkspaceDisplayNames, resetCoreMixpanel, resetFailedUrl, resetSentryQuotaForTests, resetSubscriptionManager, resolveDefaultSkuId, resolveLiveSkuId, s3VideoPreloader, selectPreferredLineMetricsRow, 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, useCompanyFastSlowClipFiltersEnabled, useCompanyHasVlmEnabledLine, useCompanyUsersUsage, useCompanyWorkspaceHourAiSummaryEnabled, 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, useWorkspaceHourSummary, useWorkspaceMetrics, useWorkspaceNavigation, useWorkspaceOperators, useWorkspaceUptimeTimeline, useWorkspaceVideoStreams, userService, videoPrefetchManager, videoPreloader, weeklyTopPerformerService, whatsappService, withAccessControl, withAuth, withRegistry, withTimezone, workspaceHealthService, workspaceService };
|