@optifye/dashboard-core 6.10.4 → 6.10.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +39 -0
- package/dist/index.d.mts +241 -8
- package/dist/index.d.ts +241 -8
- package/dist/index.js +12867 -11721
- package/dist/index.mjs +12856 -11724
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -462,6 +462,9 @@ body {
|
|
|
462
462
|
.-left-1\.5 {
|
|
463
463
|
left: -0.375rem;
|
|
464
464
|
}
|
|
465
|
+
.-left-2 {
|
|
466
|
+
left: -0.5rem;
|
|
467
|
+
}
|
|
465
468
|
.-left-6 {
|
|
466
469
|
left: -1.5rem;
|
|
467
470
|
}
|
|
@@ -480,6 +483,9 @@ body {
|
|
|
480
483
|
.-top-10 {
|
|
481
484
|
top: -2.5rem;
|
|
482
485
|
}
|
|
486
|
+
.-top-2 {
|
|
487
|
+
top: -0.5rem;
|
|
488
|
+
}
|
|
483
489
|
.-top-4 {
|
|
484
490
|
top: -1rem;
|
|
485
491
|
}
|
|
@@ -1994,6 +2000,10 @@ body {
|
|
|
1994
2000
|
--tw-border-opacity: 1;
|
|
1995
2001
|
border-color: rgb(227 67 41 / var(--tw-border-opacity, 1));
|
|
1996
2002
|
}
|
|
2003
|
+
.border-amber-100 {
|
|
2004
|
+
--tw-border-opacity: 1;
|
|
2005
|
+
border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
|
|
2006
|
+
}
|
|
1997
2007
|
.border-amber-200 {
|
|
1998
2008
|
--tw-border-opacity: 1;
|
|
1999
2009
|
border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
|
|
@@ -3246,6 +3256,10 @@ body {
|
|
|
3246
3256
|
padding-top: 3.5rem;
|
|
3247
3257
|
padding-bottom: 3.5rem;
|
|
3248
3258
|
}
|
|
3259
|
+
.py-16 {
|
|
3260
|
+
padding-top: 4rem;
|
|
3261
|
+
padding-bottom: 4rem;
|
|
3262
|
+
}
|
|
3249
3263
|
.py-2 {
|
|
3250
3264
|
padding-top: 0.5rem;
|
|
3251
3265
|
padding-bottom: 0.5rem;
|
|
@@ -4350,6 +4364,9 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
4350
4364
|
--tw-bg-opacity: 1;
|
|
4351
4365
|
background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
|
|
4352
4366
|
}
|
|
4367
|
+
.hover\:bg-black\/70:hover {
|
|
4368
|
+
background-color: rgb(0 0 0 / 0.7);
|
|
4369
|
+
}
|
|
4353
4370
|
.hover\:bg-black\/80:hover {
|
|
4354
4371
|
background-color: rgb(0 0 0 / 0.8);
|
|
4355
4372
|
}
|
|
@@ -4857,6 +4874,10 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
4857
4874
|
--tw-bg-opacity: 1;
|
|
4858
4875
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
4859
4876
|
}
|
|
4877
|
+
.active\:bg-gray-300:active {
|
|
4878
|
+
--tw-bg-opacity: 1;
|
|
4879
|
+
background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
|
|
4880
|
+
}
|
|
4860
4881
|
.disabled\:pointer-events-none:disabled {
|
|
4861
4882
|
pointer-events: none;
|
|
4862
4883
|
}
|
|
@@ -4914,6 +4935,9 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
4914
4935
|
--tw-text-opacity: 1;
|
|
4915
4936
|
color: rgb(15 23 42 / var(--tw-text-opacity, 1));
|
|
4916
4937
|
}
|
|
4938
|
+
.group:hover .group-hover\:opacity-0 {
|
|
4939
|
+
opacity: 0;
|
|
4940
|
+
}
|
|
4917
4941
|
.group:hover .group-hover\:opacity-100 {
|
|
4918
4942
|
opacity: 1;
|
|
4919
4943
|
}
|
|
@@ -5118,6 +5142,9 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
5118
5142
|
.sm\:w-12 {
|
|
5119
5143
|
width: 3rem;
|
|
5120
5144
|
}
|
|
5145
|
+
.sm\:w-16 {
|
|
5146
|
+
width: 4rem;
|
|
5147
|
+
}
|
|
5121
5148
|
.sm\:w-2 {
|
|
5122
5149
|
width: 0.5rem;
|
|
5123
5150
|
}
|
|
@@ -5552,9 +5579,15 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
5552
5579
|
.md\:min-h-\[400px\] {
|
|
5553
5580
|
min-height: 400px;
|
|
5554
5581
|
}
|
|
5582
|
+
.md\:w-1\/2 {
|
|
5583
|
+
width: 50%;
|
|
5584
|
+
}
|
|
5555
5585
|
.md\:w-2 {
|
|
5556
5586
|
width: 0.5rem;
|
|
5557
5587
|
}
|
|
5588
|
+
.md\:w-20 {
|
|
5589
|
+
width: 5rem;
|
|
5590
|
+
}
|
|
5558
5591
|
.md\:w-40 {
|
|
5559
5592
|
width: 10rem;
|
|
5560
5593
|
}
|
|
@@ -5585,6 +5618,9 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
5585
5618
|
.md\:grid-cols-5 {
|
|
5586
5619
|
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
5587
5620
|
}
|
|
5621
|
+
.md\:flex-row {
|
|
5622
|
+
flex-direction: row;
|
|
5623
|
+
}
|
|
5588
5624
|
.md\:gap-3 {
|
|
5589
5625
|
gap: 0.75rem;
|
|
5590
5626
|
}
|
|
@@ -5731,6 +5767,9 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
5731
5767
|
.lg\:h-full {
|
|
5732
5768
|
height: 100%;
|
|
5733
5769
|
}
|
|
5770
|
+
.lg\:w-5\/12 {
|
|
5771
|
+
width: 41.666667%;
|
|
5772
|
+
}
|
|
5734
5773
|
.lg\:w-64 {
|
|
5735
5774
|
width: 16rem;
|
|
5736
5775
|
}
|
package/dist/index.d.mts
CHANGED
|
@@ -62,6 +62,13 @@ interface WorkspaceMetrics {
|
|
|
62
62
|
predicted_output: number;
|
|
63
63
|
efficiency: number;
|
|
64
64
|
action_threshold: number;
|
|
65
|
+
displayName?: string;
|
|
66
|
+
/**
|
|
67
|
+
* When present, controls whether the UI should show the exclamation indicator for this workstation.
|
|
68
|
+
* - Flow-configured lines: true only when a WIP alert is active for a buffer that outputs to this workstation.
|
|
69
|
+
* - Non-flow lines: true when efficiency is critically low (legacy behavior).
|
|
70
|
+
*/
|
|
71
|
+
show_exclamation?: boolean;
|
|
65
72
|
}
|
|
66
73
|
interface WorkspaceDetailedMetrics {
|
|
67
74
|
line_id: string;
|
|
@@ -1272,7 +1279,7 @@ interface Supervisor {
|
|
|
1272
1279
|
/** Date when the supervisor was last updated */
|
|
1273
1280
|
updatedAt?: string;
|
|
1274
1281
|
}
|
|
1275
|
-
interface
|
|
1282
|
+
interface SupervisorLine {
|
|
1276
1283
|
/** Unique identifier for the line */
|
|
1277
1284
|
id: string;
|
|
1278
1285
|
/** Name of the line */
|
|
@@ -3662,6 +3669,25 @@ interface UseMultiLineShiftConfigsResult {
|
|
|
3662
3669
|
*/
|
|
3663
3670
|
declare const useMultiLineShiftConfigs: (lineIds: string[], fallbackConfig?: ShiftConfig) => UseMultiLineShiftConfigsResult;
|
|
3664
3671
|
|
|
3672
|
+
interface LineRecord {
|
|
3673
|
+
id: string;
|
|
3674
|
+
line_name: string;
|
|
3675
|
+
company_id: string;
|
|
3676
|
+
factory_id?: string;
|
|
3677
|
+
enable: boolean;
|
|
3678
|
+
}
|
|
3679
|
+
/**
|
|
3680
|
+
* Hook to fetch all lines from the database
|
|
3681
|
+
*
|
|
3682
|
+
* @returns Object containing lines, loading state, error, and refetch function
|
|
3683
|
+
*/
|
|
3684
|
+
declare const useLines: () => {
|
|
3685
|
+
lines: LineRecord[];
|
|
3686
|
+
loading: boolean;
|
|
3687
|
+
error: Error | null;
|
|
3688
|
+
refetch: () => Promise<void>;
|
|
3689
|
+
};
|
|
3690
|
+
|
|
3665
3691
|
/**
|
|
3666
3692
|
* Interface for navigation method used across packages
|
|
3667
3693
|
* Abstracts navigation implementation details from components
|
|
@@ -5209,7 +5235,7 @@ declare const useAudioService: () => AudioServiceClass;
|
|
|
5209
5235
|
/**
|
|
5210
5236
|
* Line data formatted for the UI
|
|
5211
5237
|
*/
|
|
5212
|
-
interface Line {
|
|
5238
|
+
interface Line$1 {
|
|
5213
5239
|
id: string;
|
|
5214
5240
|
name: string;
|
|
5215
5241
|
companyId: string;
|
|
@@ -5228,18 +5254,18 @@ declare class LinesService {
|
|
|
5228
5254
|
* @param companyId - The company ID to fetch lines for
|
|
5229
5255
|
* @returns Promise<Line[]> - Array of lines for the company
|
|
5230
5256
|
*/
|
|
5231
|
-
getLinesByCompanyId(companyId: string): Promise<Line[]>;
|
|
5257
|
+
getLinesByCompanyId(companyId: string): Promise<Line$1[]>;
|
|
5232
5258
|
/**
|
|
5233
5259
|
* Fetch all active lines (for all companies)
|
|
5234
5260
|
* @returns Promise<Line[]> - Array of all active lines
|
|
5235
5261
|
*/
|
|
5236
|
-
getAllLines(): Promise<Line[]>;
|
|
5262
|
+
getAllLines(): Promise<Line$1[]>;
|
|
5237
5263
|
/**
|
|
5238
5264
|
* Fetch a single line by ID
|
|
5239
5265
|
* @param lineId - The line ID to fetch
|
|
5240
5266
|
* @returns Promise<Line | null> - The line data or null if not found
|
|
5241
5267
|
*/
|
|
5242
|
-
getLineById(lineId: string): Promise<Line | null>;
|
|
5268
|
+
getLineById(lineId: string): Promise<Line$1 | null>;
|
|
5243
5269
|
}
|
|
5244
5270
|
/**
|
|
5245
5271
|
* Create a lines service instance
|
|
@@ -7337,9 +7363,14 @@ declare const KPIHeader: React__default.FC<KPIHeaderProps>;
|
|
|
7337
7363
|
|
|
7338
7364
|
interface KPISectionProps {
|
|
7339
7365
|
/**
|
|
7340
|
-
* The KPI data to display
|
|
7366
|
+
* The KPI data to display (optional when loading)
|
|
7341
7367
|
*/
|
|
7342
|
-
kpis
|
|
7368
|
+
kpis?: DashboardKPIs | null;
|
|
7369
|
+
/**
|
|
7370
|
+
* Whether the KPI data is loading
|
|
7371
|
+
* @default false
|
|
7372
|
+
*/
|
|
7373
|
+
isLoading?: boolean;
|
|
7343
7374
|
/**
|
|
7344
7375
|
* Additional className for the container
|
|
7345
7376
|
*/
|
|
@@ -8115,6 +8146,206 @@ declare const InteractiveOnboardingTour: React__default.FC<InteractiveOnboarding
|
|
|
8115
8146
|
*/
|
|
8116
8147
|
declare const OnboardingDemo: React__default.FC;
|
|
8117
8148
|
|
|
8149
|
+
type UserRoleLevel = 'optifye' | 'owner' | 'plant_head' | 'supervisor';
|
|
8150
|
+
interface RoleBadgeProps {
|
|
8151
|
+
role: UserRoleLevel;
|
|
8152
|
+
showIcon?: boolean;
|
|
8153
|
+
size?: 'sm' | 'md' | 'lg';
|
|
8154
|
+
className?: string;
|
|
8155
|
+
}
|
|
8156
|
+
/**
|
|
8157
|
+
* Color-coded badge for displaying user roles
|
|
8158
|
+
* Follows design system: Purple (Optifye) > Blue (Owner) > Blue (Plant Head) > Blue (Supervisor)
|
|
8159
|
+
*/
|
|
8160
|
+
declare const RoleBadge: React__default.FC<RoleBadgeProps>;
|
|
8161
|
+
|
|
8162
|
+
interface InviteUserDialogProps {
|
|
8163
|
+
isOpen: boolean;
|
|
8164
|
+
onClose: () => void;
|
|
8165
|
+
onInviteSent?: () => void;
|
|
8166
|
+
/** Available lines for assignment (for supervisors) */
|
|
8167
|
+
availableLines?: Array<{
|
|
8168
|
+
id: string;
|
|
8169
|
+
name: string;
|
|
8170
|
+
}>;
|
|
8171
|
+
/** Available factories for assignment (for plant heads) */
|
|
8172
|
+
availableFactories?: Array<{
|
|
8173
|
+
id: string;
|
|
8174
|
+
name: string;
|
|
8175
|
+
}>;
|
|
8176
|
+
}
|
|
8177
|
+
declare const InviteUserDialog: React__default.FC<InviteUserDialogProps>;
|
|
8178
|
+
|
|
8179
|
+
interface Line {
|
|
8180
|
+
id: string;
|
|
8181
|
+
line_name: string;
|
|
8182
|
+
company_id?: string;
|
|
8183
|
+
factory_id?: string;
|
|
8184
|
+
}
|
|
8185
|
+
interface LineAssignmentDropdownProps {
|
|
8186
|
+
userId: string;
|
|
8187
|
+
currentLineIds: string[];
|
|
8188
|
+
availableLines: Line[];
|
|
8189
|
+
canEdit: boolean;
|
|
8190
|
+
onUpdate: (userId: string, lineIds: string[]) => Promise<void>;
|
|
8191
|
+
}
|
|
8192
|
+
declare const LineAssignmentDropdown: React__default.FC<LineAssignmentDropdownProps>;
|
|
8193
|
+
|
|
8194
|
+
interface Factory {
|
|
8195
|
+
id: string;
|
|
8196
|
+
factory_name: string;
|
|
8197
|
+
company_id?: string;
|
|
8198
|
+
}
|
|
8199
|
+
interface FactoryAssignmentDropdownProps {
|
|
8200
|
+
userId: string;
|
|
8201
|
+
currentFactoryIds: string[];
|
|
8202
|
+
availableFactories: Factory[];
|
|
8203
|
+
canEdit: boolean;
|
|
8204
|
+
onUpdate: (userId: string, factoryIds: string[]) => Promise<void>;
|
|
8205
|
+
}
|
|
8206
|
+
declare const FactoryAssignmentDropdown: React__default.FC<FactoryAssignmentDropdownProps>;
|
|
8207
|
+
|
|
8208
|
+
interface UserManagementTableProps {
|
|
8209
|
+
users: CompanyUserWithDetails[];
|
|
8210
|
+
isLoading?: boolean;
|
|
8211
|
+
onRoleChange?: (userId: string, newRole: 'owner' | 'plant_head' | 'supervisor' | 'optifye') => Promise<void>;
|
|
8212
|
+
onRemoveUser?: (userId: string) => Promise<void>;
|
|
8213
|
+
onLineAssignmentUpdate?: (userId: string, lineIds: string[]) => Promise<void>;
|
|
8214
|
+
onFactoryAssignmentUpdate?: (userId: string, factoryIds: string[]) => Promise<void>;
|
|
8215
|
+
availableLines?: Line[];
|
|
8216
|
+
availableFactories?: Factory[];
|
|
8217
|
+
currentUserId?: string;
|
|
8218
|
+
/** Weekly usage in milliseconds keyed by user_id (last 7 days total) */
|
|
8219
|
+
avgDailyUsage?: Record<string, number>;
|
|
8220
|
+
/** Whether usage data is loading */
|
|
8221
|
+
isUsageLoading?: boolean;
|
|
8222
|
+
/** Whether to show usage stats column (only for owners) */
|
|
8223
|
+
showUsageStats?: boolean;
|
|
8224
|
+
}
|
|
8225
|
+
declare const UserManagementTable: React__default.FC<UserManagementTableProps>;
|
|
8226
|
+
|
|
8227
|
+
interface InvitationsTableProps {
|
|
8228
|
+
invitations: InvitationWithDetails[];
|
|
8229
|
+
isLoading?: boolean;
|
|
8230
|
+
onResend?: (invitation: InvitationWithDetails) => void;
|
|
8231
|
+
onCancel?: (invitation: InvitationWithDetails) => void;
|
|
8232
|
+
showAccepted?: boolean;
|
|
8233
|
+
}
|
|
8234
|
+
declare const InvitationsTable: React__default.FC<InvitationsTableProps>;
|
|
8235
|
+
|
|
8236
|
+
interface ChangeRoleDialogProps {
|
|
8237
|
+
user: CompanyUserWithDetails;
|
|
8238
|
+
availableRoles: Array<'owner' | 'plant_head' | 'supervisor' | 'optifye'>;
|
|
8239
|
+
onConfirm: (userId: string, newRole: 'owner' | 'plant_head' | 'supervisor' | 'optifye') => Promise<void>;
|
|
8240
|
+
onClose: () => void;
|
|
8241
|
+
}
|
|
8242
|
+
declare const ChangeRoleDialog: React__default.FC<ChangeRoleDialogProps>;
|
|
8243
|
+
|
|
8244
|
+
interface ConfirmRemoveUserDialogProps {
|
|
8245
|
+
user: CompanyUserWithDetails;
|
|
8246
|
+
onConfirm: (userId: string) => Promise<void>;
|
|
8247
|
+
onCancel: () => void;
|
|
8248
|
+
}
|
|
8249
|
+
declare const ConfirmRemoveUserDialog: React__default.FC<ConfirmRemoveUserDialogProps>;
|
|
8250
|
+
|
|
8251
|
+
/**
|
|
8252
|
+
* UserUsageStats Component
|
|
8253
|
+
* Displays inline usage statistics for a user in the Team Management table
|
|
8254
|
+
*/
|
|
8255
|
+
|
|
8256
|
+
interface TodayUsage {
|
|
8257
|
+
total_ms: number;
|
|
8258
|
+
active_ms: number;
|
|
8259
|
+
passive_ms: number;
|
|
8260
|
+
}
|
|
8261
|
+
interface UserUsageStatsProps {
|
|
8262
|
+
/** Today's usage data for this user */
|
|
8263
|
+
todayUsage?: TodayUsage | null;
|
|
8264
|
+
/** Whether usage data is loading */
|
|
8265
|
+
isLoading?: boolean;
|
|
8266
|
+
/** Callback when View button is clicked */
|
|
8267
|
+
onViewDetails?: () => void;
|
|
8268
|
+
/** Whether to show the View button */
|
|
8269
|
+
showViewButton?: boolean;
|
|
8270
|
+
}
|
|
8271
|
+
/**
|
|
8272
|
+
* Formats milliseconds to a human-readable duration string
|
|
8273
|
+
* Examples: "2h 15m", "45m", "30s", "0m"
|
|
8274
|
+
*/
|
|
8275
|
+
declare function formatDuration(ms: number | undefined | null): string;
|
|
8276
|
+
/**
|
|
8277
|
+
* UserUsageStats displays inline usage statistics for a user
|
|
8278
|
+
*
|
|
8279
|
+
* Usage:
|
|
8280
|
+
* ```tsx
|
|
8281
|
+
* <UserUsageStats
|
|
8282
|
+
* todayUsage={todayUsage}
|
|
8283
|
+
* onViewDetails={() => setShowModal(true)}
|
|
8284
|
+
* showViewButton
|
|
8285
|
+
* />
|
|
8286
|
+
* ```
|
|
8287
|
+
*/
|
|
8288
|
+
declare const UserUsageStats: React__default.FC<UserUsageStatsProps>;
|
|
8289
|
+
|
|
8290
|
+
/**
|
|
8291
|
+
* UserUsageDetailModal Component
|
|
8292
|
+
* Modal displaying detailed usage breakdown for a user
|
|
8293
|
+
*/
|
|
8294
|
+
|
|
8295
|
+
interface UserUsageDetailModalProps {
|
|
8296
|
+
/** User ID to fetch usage for */
|
|
8297
|
+
userId: string;
|
|
8298
|
+
/** User's display name (for modal title) */
|
|
8299
|
+
userName: string;
|
|
8300
|
+
/** User's email */
|
|
8301
|
+
userEmail: string;
|
|
8302
|
+
/** Callback when modal is closed */
|
|
8303
|
+
onClose: () => void;
|
|
8304
|
+
/** Start date for the report (default: 30 days ago) */
|
|
8305
|
+
startDate?: string;
|
|
8306
|
+
/** End date for the report (default: today) */
|
|
8307
|
+
endDate?: string;
|
|
8308
|
+
}
|
|
8309
|
+
/**
|
|
8310
|
+
* UserUsageDetailModal displays comprehensive usage data for a user
|
|
8311
|
+
*/
|
|
8312
|
+
declare const UserUsageDetailModal: React__default.FC<UserUsageDetailModalProps>;
|
|
8313
|
+
|
|
8314
|
+
/**
|
|
8315
|
+
* TeamUsagePdfGenerator Component
|
|
8316
|
+
* Generates a PDF usage report for all plant heads and supervisors
|
|
8317
|
+
*/
|
|
8318
|
+
|
|
8319
|
+
interface TeamUsagePdfGeneratorProps {
|
|
8320
|
+
/** List of users to include in the report */
|
|
8321
|
+
users: CompanyUserWithDetails[];
|
|
8322
|
+
/** Usage data by user_id - total duration in ms for the date range */
|
|
8323
|
+
usageData: {
|
|
8324
|
+
users: Array<{
|
|
8325
|
+
user_id: string;
|
|
8326
|
+
email: string;
|
|
8327
|
+
full_name: string;
|
|
8328
|
+
role: string;
|
|
8329
|
+
total_duration_ms: number;
|
|
8330
|
+
active_duration_ms: number;
|
|
8331
|
+
passive_duration_ms: number;
|
|
8332
|
+
}>;
|
|
8333
|
+
date_range: {
|
|
8334
|
+
start_date: string;
|
|
8335
|
+
end_date: string;
|
|
8336
|
+
};
|
|
8337
|
+
} | null;
|
|
8338
|
+
/** Number of days in the date range for calculating daily average */
|
|
8339
|
+
daysInRange?: number;
|
|
8340
|
+
/** Report title */
|
|
8341
|
+
title?: string;
|
|
8342
|
+
/** CSS class for the button */
|
|
8343
|
+
className?: string;
|
|
8344
|
+
/** Show only icon without text (for mobile) */
|
|
8345
|
+
iconOnly?: boolean;
|
|
8346
|
+
}
|
|
8347
|
+
declare const TeamUsagePdfGenerator: React__default.FC<TeamUsagePdfGeneratorProps>;
|
|
8348
|
+
|
|
8118
8349
|
type AcceptInviteViewProps = AcceptInviteProps;
|
|
8119
8350
|
/**
|
|
8120
8351
|
* Accept Invite View - wrapper for the AcceptInvite component
|
|
@@ -8509,6 +8740,8 @@ interface TicketsViewProps {
|
|
|
8509
8740
|
declare function TicketsView({ companyId, lineId }: TicketsViewProps): React__default.ReactNode;
|
|
8510
8741
|
declare const AuthenticatedTicketsView: React__default.NamedExoticComponent<TicketsViewProps>;
|
|
8511
8742
|
|
|
8743
|
+
declare const ImprovementCenterView: React__default.FC;
|
|
8744
|
+
|
|
8512
8745
|
type CoreComponents = {
|
|
8513
8746
|
Card: any;
|
|
8514
8747
|
CardHeader: any;
|
|
@@ -8728,4 +8961,4 @@ interface ThreadSidebarProps {
|
|
|
8728
8961
|
}
|
|
8729
8962
|
declare const ThreadSidebar: React__default.FC<ThreadSidebarProps>;
|
|
8730
8963
|
|
|
8731
|
-
export { ACTION_NAMES, AIAgentView, AcceptInvite, type AcceptInviteProps, AcceptInviteView, type AcceptInviteViewProps, type AccessControlReturn, type Action, type ActionName, type ActionService, type ActionThreshold, type ActiveBreak, AdvancedFilterDialog, AdvancedFilterPanel, type AnalyticsConfig, type AssignUserToFactoriesInput, type AssignUserToLinesInput, AudioService, AuthCallback, type AuthCallbackProps, AuthCallbackView, type AuthCallbackViewProps, type AuthConfig, AuthProvider, AuthService, type AuthUser, AuthenticatedBottleneckClipsView, AuthenticatedFactoryView, AuthenticatedHelpView, AuthenticatedHomeView, AuthenticatedShiftsView, AuthenticatedTargetsView, AuthenticatedTicketsView, AuthenticatedWorkspaceHealthView, 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, type ChatMessage, type ChatThread, type CleanupFunction, type ClipCounts, type ClipCountsWithIndex, ClipFilterProvider, type ClipFilterState, type ClipsConfig, CompactWorkspaceHealthCard, type CompanyUsageReport, type CompanyUser, type CompanyUserUsageSummary, type CompanyUserWithDetails, type ComponentOverride, CongratulationsOverlay, type CongratulationsOverlayProps, type CoreComponents, 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_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 DateTimeConfig, DateTimeDisplay, type DateTimeDisplayProps, type DayData, type DayHistoryData, type DaySummaryData, DebugAuth, DebugAuthView, DetailedHealthStatus, type DiagnosisOption$1 as DiagnosisOption, DiagnosisVideoModal, type DynamicLineShiftConfig, EmptyStateMessage, type EmptyStateMessageProps, EncouragementOverlay, type EndpointsConfig, type EntityConfig, type ErrorCallback$1 as ErrorCallback, type ExtendedCacheMetrics, type FactoryOverviewMetrics, FactoryView, type FactoryViewProps, type FetchIdleTimeReasonsParams, FileManagerFilters, FileManagerFilters as FileManagerFiltersProps, FilterDialogTrigger, FirstTimeLoginDebug, FirstTimeLoginHandler, type FormatNumberOptions, type FullyIndexedCallback$1 as FullyIndexedCallback, GaugeChart, type GaugeChartProps, GridComponentsPlaceholder, HamburgerButton, type HamburgerButtonProps, Header, type HeaderProps, type HealthAlertConfig, type HealthAlertHistory, 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 HookOverride, type HourlyAchievement, HourlyOutputChart, type HourlyOutputChartProps, type HourlyPerformance, type IPrefetchManager, type ISTDateProps, ISTTimer, type ISTTimerProps, type IdleTimeReason, type IdleTimeReasonData, type IdleTimeReasonsData, type IdleTimeReasonsResponse, InlineEditableText, InteractiveOnboardingTour, InvitationService, type InvitationWithDetails, KPICard, type KPICardProps, KPIDetailViewWithDisplayNames as KPIDetailView, type KPIDetailViewProps, KPIGrid, type KPIGridProps, KPIHeader, type KPIHeaderProps, KPISection, type KPITrend, KPIsOverviewView, type KPIsOverviewViewProps, LINE_1_UUID, LINE_2_UUID, LargeOutputProgressChart, type LargeOutputProgressChartProps, LeaderboardDetailViewWithDisplayNames as LeaderboardDetailView, type LeaderboardDetailViewProps, type LeaderboardEntry, Legend, type Line$1 as Line, LineChart, type LineChartDataItem, type LineChartProps, type LineDetails, type LineDisplayData, LineHistoryCalendar, type LineHistoryCalendarProps, type LineInfo, type LineMetrics, LineMonthlyHistory, type LineMonthlyHistoryProps, type LineMonthlyMetric, LineMonthlyPdfGenerator, type LineMonthlyPdfGeneratorProps, type LineNavigationParams, LinePdfExportButton, type LinePdfExportButtonProps, LinePdfGenerator, type LinePdfGeneratorProps, type LineProps, type LineShiftConfig, type LineShiftInfo, type LineSnapshot, type LineThreshold, LineWhatsAppShareButton, type LineWhatsAppShareProps, LinesService, LiveTimer, LoadingInline, LoadingInline as LoadingInlineProps, LoadingOverlay, LoadingPage, LoadingSkeleton, LoadingSkeleton as LoadingSkeletonProps, LoadingState, LoadingState as LoadingStateProps, LoginPage, type LoginPageProps, LoginView, type LoginViewProps, Logo, type LogoProps, MainLayout, type MainLayoutProps, MapGridView, type MapViewConfig, type Metric, MetricCard, type MetricCardProps$1 as MetricCardProps, type MetricsError, MinimalOnboardingPopup, type NavItem, type NavItemTrackingEvent, type NavigationMethod, NewClipsNotification, type NewClipsNotificationProps, NoWorkspaceData, OnboardingDemo, OnboardingTour, type OperatorData, type OperatorInfo, OptifyeAgentClient, type OptifyeAgentContext, type OptifyeAgentRequest, type OptifyeAgentResponse, OptifyeLogoLoader, OutputProgressChart, type OutputProgressChartProps, type OverridesMap, type OverviewLineMetric, type OverviewWorkspaceMetric, PageHeader, type PageHeaderProps, type PageOverride, PieChart, type PieChartProps, 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 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, 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 StreamProxyConfig, type SubscriberId, SubscriptionManager, SubscriptionManagerProvider, type SupabaseClient, SupabaseProvider, type Supervisor, type SupervisorAssignment, type SupervisorConfig, SupervisorDropdown, type SupervisorDropdownProps, type SupervisorManagementData, SupervisorManagementView, type SupervisorManagementViewProps, SupervisorService, type Target, TargetWorkspaceGrid, type TargetWorkspaceGridProps, TargetsViewWithDisplayNames as TargetsView, type TargetsViewProps, type TeamManagementPermissions, TeamManagementView, type TeamManagementViewProps, type ThemeColorValue, type ThemeConfig, ThreadSidebar, TicketHistory, TicketHistoryService, type TicketsConfig, TicketsView, type TicketsViewProps, TimeDisplay, TimePickerDropdown, Timer, TimezoneProvider, TimezoneService, type TodayUsageData, type TodayUsageReport, type TrackingEventProperties, type TrendDirection, type UnderperformingWorkspace, type UnderperformingWorkspaces, type UpdateUserRoleInput, type UptimeDetails, type 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, type UserInvitation, UserManagementService, type UserProfileConfig, type UserRole, UserService, type UserUsageDetail, type UserUsageInfo, type UserUsageSummary, VideoCard, type VideoConfig, type VideoCroppingConfig, type VideoCroppingRect, VideoGridView, type VideoIndex, type VideoIndexEntry, type VideoMetadata, VideoPlayer, type VideoPlayerProps, type VideoPlayerRef, VideoPreloader, type VideoSeverity, type VideoSummary, type VideoType, WORKSPACE_POSITIONS, type WhatsAppSendResult, WhatsAppShareButton, type WhatsAppShareButtonProps, type WhatsappService, type Workspace, type WorkspaceActionUpdate, WorkspaceCard, type WorkspaceCardProps, type WorkspaceConfig, WrappedComponent as WorkspaceDetailView, type WorkspaceDetailedMetrics, WorkspaceDisplayNameExample, 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, WorkspaceWhatsAppShareButton, type WorkspaceWhatsAppShareProps, actionService, aggregateKPIsFromLineMetricsRows, apiUtils, areAllLinesOnSameShift, authCoreService, authOTPService, authRateLimitService, buildKPIsFromLineMetricsRow, checkRateLimit, clearAllRateLimits, clearRateLimit, clearS3VideoCache, clearS3VideoFromCache, clearWorkspaceDisplayNamesCache, cn, createDefaultKPIs, createInvitationService, createLinesService, createSessionTracker, createStreamProxyHandler, createSupabaseClient, createSupervisorService, createThrottledReload, createUserManagementService, createUserService, dashboardService, deleteThread, fetchIdleTimeReasons, forceRefreshWorkspaceDisplayNames, formatDateInZone, formatDateTimeInZone, formatISTDate, formatIdleTime, formatReasonLabel, formatRelativeTime, formatTimeInZone, fromUrlFriendlyName, getAllLineDisplayNames, getAllThreadMessages, getAllWorkspaceDisplayNamesAsync, getAllWorkspaceDisplayNamesSnapshot, getAnonClient, getAvailableShiftIds, getBrowserName, getCameraNumber, getCompanyMetricsTableName, getConfigurableShortWorkspaceDisplayName, getConfigurableWorkspaceDisplayName, getConfiguredLineIds, getCoreSessionRecordingProperties, getCoreSessionReplayUrl, getCurrentShift, getCurrentShiftForLine, getCurrentTimeInZone, getDashboardHeaderTimeInZone, getDaysDifferenceInZone, getDefaultCameraStreamUrl, getDefaultLineId, getDefaultTabForWorkspace, getLineDisplayName, getManufacturingInsights, getMetricsTablePrefix, getNextUpdateInterval, getOperationalDate, getReasonColor, getS3SignedUrl, getS3VideoSrc, getShiftData, getShiftNameById, getShortShiftName, getShortWorkspaceDisplayName, getShortWorkspaceDisplayNameAsync, getStoredWorkspaceMappings, getSubscriptionManager, getThreadMessages, getUniformShiftGroup, getUserThreads, getUserThreadsPaginated, getWorkspaceDisplayName, getWorkspaceDisplayNameAsync, getWorkspaceDisplayNamesMap, getWorkspaceFromUrl, getWorkspaceNavigationParams, groupLinesByShift, hasAnyShiftData, identifyCoreUser, initializeCoreMixpanel, isLegacyConfiguration, isPrefetchError, isSafari, isTransitionPeriod, isUrlPermanentlyFailed, isValidFactoryViewConfiguration, isValidLineInfoPayload, isValidPrefetchParams, isValidPrefetchStatus, isValidWorkspaceDetailedMetricsPayload, isValidWorkspaceMetricsPayload, isWorkspaceDisplayNamesLoaded, isWorkspaceDisplayNamesLoading, linesService, mergeWithDefaultConfig, migrateLegacyConfiguration, optifyeAgentClient, parseS3Uri, preInitializeWorkspaceDisplayNames, preloadS3Video, preloadS3VideoUrl, preloadS3VideosUrl, preloadVideoUrl, preloadVideosUrl, qualityService, realtimeService, refreshWorkspaceDisplayNames, resetCoreMixpanel, resetFailedUrl, resetSubscriptionManager, s3VideoPreloader, shuffleArray, simulateApiDelay, skuService, startCoreSessionRecording, stopCoreSessionRecording, storeWorkspaceMapping, streamProxyConfig, subscribeWorkspaceDisplayNames, throttledReloadDashboard, toUrlFriendlyName, trackCoreEvent, trackCorePageView, transformToChartData, updateThreadTitle, upsertWorkspaceDisplayNameInCache, useAccessControl, useActiveBreaks, useActiveLineId, useAllWorkspaceMetrics, useAnalyticsConfig, useAppTimezone, useAudioService, useAuth, useAuthConfig, useAxelNotifications, useCanSaveTargets, useClipFilter, useClipTypes, useClipTypesWithCounts, useCompanyUsersUsage, useComponentOverride, useCustomConfig, useDashboardConfig, useDashboardMetrics, useDatabaseConfig, useDateFormatter, useDateTimeConfig, useDynamicShiftConfig, useEndpointsConfig, useEntityConfig, useFactoryOverviewMetrics, useFeatureFlags, useFormatNumber, useHasLineAccess, useHistoricWorkspaceMetrics, useHlsStream, useHlsStreamWithCropping, useHookOverride, useHourEndTimer, useHourlyTargetAchievements, useHourlyTargetMisses, useIdleTimeReasons, useLeaderboardMetrics, useLineDetailedMetrics, useLineKPIs, useLineMetrics, useLineShiftConfig, useLineSupervisor, useLineWorkspaceMetrics, useMessages, useMetrics, useMultiLineShiftConfigs, useNavigation, useOverrides, usePageOverride, usePrefetchClipCounts, useRealtimeLineMetrics, useRegistry, useSKUs, useSessionKeepAlive, useSessionTracking, useSessionTrackingContext, useShiftConfig, useShifts, useSubscriptionManager, useSubscriptionManagerSafe, useSupabase, useSupabaseClient, useSupervisorsByLineIds, useTargets, useTeamManagementPermissions, useTheme, useThemeConfig, useThreads, useTicketHistory, useTimezoneContext, useUserLineAccess, useUserUsage, useVideoConfig, useWorkspaceConfig, useWorkspaceDetailedMetrics, useWorkspaceDisplayName, useWorkspaceDisplayNames, useWorkspaceDisplayNamesMap, useWorkspaceHealthById, useWorkspaceHealthStatus, useWorkspaceMetrics, useWorkspaceNavigation, useWorkspaceOperators, useWorkspaceUptimeTimeline, userService, videoPrefetchManager, videoPreloader, whatsappService, withAccessControl, withAuth, withRegistry, withTimezone, workspaceHealthService, workspaceService };
|
|
8964
|
+
export { ACTION_NAMES, AIAgentView, AcceptInvite, type AcceptInviteProps, AcceptInviteView, type AcceptInviteViewProps, type AccessControlReturn, type Action, type ActionName, type ActionService, type ActionThreshold, type ActiveBreak, AdvancedFilterDialog, AdvancedFilterPanel, type AnalyticsConfig, type AssignUserToFactoriesInput, type AssignUserToLinesInput, AudioService, AuthCallback, type AuthCallbackProps, AuthCallbackView, type AuthCallbackViewProps, type AuthConfig, AuthProvider, AuthService, type AuthUser, AuthenticatedBottleneckClipsView, AuthenticatedFactoryView, AuthenticatedHelpView, AuthenticatedHomeView, AuthenticatedShiftsView, AuthenticatedTargetsView, AuthenticatedTicketsView, AuthenticatedWorkspaceHealthView, 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, 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, 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_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 DateTimeConfig, DateTimeDisplay, type DateTimeDisplayProps, type DayData, type DayHistoryData, type DaySummaryData, DebugAuth, DebugAuthView, DetailedHealthStatus, type DiagnosisOption$1 as DiagnosisOption, DiagnosisVideoModal, type DynamicLineShiftConfig, 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, 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 HookOverride, type HourlyAchievement, HourlyOutputChart, type HourlyOutputChartProps, type HourlyPerformance, type IPrefetchManager, type ISTDateProps, ISTTimer, type ISTTimerProps, type IdleTimeReason, type IdleTimeReasonData, type IdleTimeReasonsData, type IdleTimeReasonsResponse, 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, 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 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 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, 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, RoleBadge, 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, 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 StreamProxyConfig, type SubscriberId, SubscriptionManager, SubscriptionManagerProvider, type SupabaseClient, SupabaseProvider, type Supervisor, type SupervisorAssignment, type SupervisorConfig, 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, TeamUsagePdfGenerator, type TeamUsagePdfGeneratorProps, type ThemeColorValue, type ThemeConfig, ThreadSidebar, TicketHistory, TicketHistoryService, type TicketsConfig, TicketsView, type TicketsViewProps, TimeDisplay, TimePickerDropdown, Timer, TimezoneProvider, TimezoneService, type TodayUsage, type TodayUsageData, type TodayUsageReport, type TrackingEventProperties, type TrendDirection, type UnderperformingWorkspace, type UnderperformingWorkspaces, type UpdateUserRoleInput, type UptimeDetails, type 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, 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, VideoGridView, type VideoIndex, type VideoIndexEntry, type VideoMetadata, VideoPlayer, type VideoPlayerProps, type VideoPlayerRef, VideoPreloader, type VideoSeverity, type VideoSummary, type VideoType, WORKSPACE_POSITIONS, type WhatsAppSendResult, WhatsAppShareButton, type WhatsAppShareButtonProps, type WhatsappService, type Workspace, type WorkspaceActionUpdate, WorkspaceCard, type WorkspaceCardProps, type WorkspaceConfig, WrappedComponent as WorkspaceDetailView, type WorkspaceDetailedMetrics, WorkspaceDisplayNameExample, 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, WorkspaceWhatsAppShareButton, type WorkspaceWhatsAppShareProps, actionService, aggregateKPIsFromLineMetricsRows, apiUtils, areAllLinesOnSameShift, authCoreService, authOTPService, authRateLimitService, buildKPIsFromLineMetricsRow, checkRateLimit, clearAllRateLimits, clearRateLimit, clearS3VideoCache, clearS3VideoFromCache, clearWorkspaceDisplayNamesCache, cn, createDefaultKPIs, createInvitationService, createLinesService, createSessionTracker, createStreamProxyHandler, createSupabaseClient, createSupervisorService, createThrottledReload, createUserManagementService, createUserService, dashboardService, deleteThread, fetchIdleTimeReasons, forceRefreshWorkspaceDisplayNames, formatDateInZone, formatDateTimeInZone, formatDuration, formatISTDate, formatIdleTime, formatReasonLabel, formatRelativeTime, formatTimeInZone, fromUrlFriendlyName, getAllLineDisplayNames, getAllThreadMessages, getAllWorkspaceDisplayNamesAsync, getAllWorkspaceDisplayNamesSnapshot, getAnonClient, getAvailableShiftIds, getBrowserName, getCameraNumber, getCompanyMetricsTableName, getConfigurableShortWorkspaceDisplayName, getConfigurableWorkspaceDisplayName, getConfiguredLineIds, getCoreSessionRecordingProperties, getCoreSessionReplayUrl, getCurrentShift, getCurrentShiftForLine, getCurrentTimeInZone, getDashboardHeaderTimeInZone, getDaysDifferenceInZone, getDefaultCameraStreamUrl, getDefaultLineId, getDefaultTabForWorkspace, getLineDisplayName, getManufacturingInsights, getMetricsTablePrefix, getNextUpdateInterval, getOperationalDate, getReasonColor, getS3SignedUrl, getS3VideoSrc, getShiftData, getShiftNameById, getShortShiftName, getShortWorkspaceDisplayName, getShortWorkspaceDisplayNameAsync, getStoredWorkspaceMappings, getSubscriptionManager, getThreadMessages, getUniformShiftGroup, getUserThreads, getUserThreadsPaginated, getWorkspaceDisplayName, getWorkspaceDisplayNameAsync, getWorkspaceDisplayNamesMap, getWorkspaceFromUrl, getWorkspaceNavigationParams, groupLinesByShift, hasAnyShiftData, identifyCoreUser, initializeCoreMixpanel, isLegacyConfiguration, isPrefetchError, isSafari, isTransitionPeriod, isUrlPermanentlyFailed, isValidFactoryViewConfiguration, isValidLineInfoPayload, isValidPrefetchParams, isValidPrefetchStatus, isValidWorkspaceDetailedMetricsPayload, isValidWorkspaceMetricsPayload, isWorkspaceDisplayNamesLoaded, isWorkspaceDisplayNamesLoading, linesService, mergeWithDefaultConfig, migrateLegacyConfiguration, optifyeAgentClient, parseS3Uri, preInitializeWorkspaceDisplayNames, preloadS3Video, preloadS3VideoUrl, preloadS3VideosUrl, preloadVideoUrl, preloadVideosUrl, qualityService, realtimeService, refreshWorkspaceDisplayNames, resetCoreMixpanel, resetFailedUrl, resetSubscriptionManager, s3VideoPreloader, shuffleArray, simulateApiDelay, skuService, startCoreSessionRecording, stopCoreSessionRecording, storeWorkspaceMapping, streamProxyConfig, subscribeWorkspaceDisplayNames, throttledReloadDashboard, toUrlFriendlyName, trackCoreEvent, trackCorePageView, transformToChartData, updateThreadTitle, upsertWorkspaceDisplayNameInCache, useAccessControl, useActiveBreaks, useActiveLineId, useAllWorkspaceMetrics, useAnalyticsConfig, useAppTimezone, useAudioService, useAuth, useAuthConfig, useAxelNotifications, useCanSaveTargets, useClipFilter, useClipTypes, useClipTypesWithCounts, useCompanyUsersUsage, useComponentOverride, useCustomConfig, useDashboardConfig, useDashboardMetrics, useDatabaseConfig, useDateFormatter, useDateTimeConfig, useDynamicShiftConfig, useEndpointsConfig, useEntityConfig, useFactoryOverviewMetrics, useFeatureFlags, useFormatNumber, useHasLineAccess, useHistoricWorkspaceMetrics, useHlsStream, useHlsStreamWithCropping, useHookOverride, useHourEndTimer, useHourlyTargetAchievements, useHourlyTargetMisses, useIdleTimeReasons, useLeaderboardMetrics, useLineDetailedMetrics, useLineKPIs, useLineMetrics, useLineShiftConfig, useLineSupervisor, useLineWorkspaceMetrics, useLines, useMessages, useMetrics, useMultiLineShiftConfigs, useNavigation, useOverrides, usePageOverride, usePrefetchClipCounts, useRealtimeLineMetrics, useRegistry, useSKUs, useSessionKeepAlive, useSessionTracking, useSessionTrackingContext, useShiftConfig, useShifts, useSubscriptionManager, useSubscriptionManagerSafe, useSupabase, useSupabaseClient, useSupervisorsByLineIds, useTargets, useTeamManagementPermissions, useTheme, useThemeConfig, useThreads, useTicketHistory, useTimezoneContext, useUserLineAccess, useUserUsage, useVideoConfig, useWorkspaceConfig, useWorkspaceDetailedMetrics, useWorkspaceDisplayName, useWorkspaceDisplayNames, useWorkspaceDisplayNamesMap, useWorkspaceHealthById, useWorkspaceHealthStatus, useWorkspaceMetrics, useWorkspaceNavigation, useWorkspaceOperators, useWorkspaceUptimeTimeline, userService, videoPrefetchManager, videoPreloader, whatsappService, withAccessControl, withAuth, withRegistry, withTimezone, workspaceHealthService, workspaceService };
|