@optifye/dashboard-core 6.12.50 → 6.12.52
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/{automation-B472r1h3.d.mts → automation-Bxp-JzQB.d.mts} +9 -1
- package/dist/{automation-B472r1h3.d.ts → automation-Bxp-JzQB.d.ts} +9 -1
- package/dist/automation.d.mts +1 -1
- package/dist/automation.d.ts +1 -1
- package/dist/automation.js +2 -0
- package/dist/automation.js.map +1 -0
- package/dist/automation.mjs +2 -0
- package/dist/automation.mjs.map +1 -0
- package/dist/index.css +5 -0
- package/dist/index.css.map +1 -0
- package/dist/index.d.mts +183 -46
- package/dist/index.d.ts +183 -46
- package/dist/index.js +3765 -801
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +3765 -803
- package/dist/index.mjs.map +1 -0
- package/package.json +1 -1
|
@@ -400,6 +400,14 @@ interface WorkspaceCameraIpInfo {
|
|
|
400
400
|
effective_camera_uuid: string | null;
|
|
401
401
|
resolution_mode: 'direct' | 'redirect' | null;
|
|
402
402
|
}
|
|
403
|
+
interface WorkspaceLightConfigInfo {
|
|
404
|
+
workspace_id: string;
|
|
405
|
+
workspace_key?: string | null;
|
|
406
|
+
line_id?: string | null;
|
|
407
|
+
display_name?: string | null;
|
|
408
|
+
bulb_ip: string | null;
|
|
409
|
+
has_light_config: boolean;
|
|
410
|
+
}
|
|
403
411
|
interface ActionThreshold {
|
|
404
412
|
line_id: string;
|
|
405
413
|
shift_id: number;
|
|
@@ -496,4 +504,4 @@ interface RecentFlowSnapshotGridProps {
|
|
|
496
504
|
}
|
|
497
505
|
declare const RecentFlowSnapshotGrid: React__default.FC<RecentFlowSnapshotGridProps>;
|
|
498
506
|
|
|
499
|
-
export { type ActionThreshold as A,
|
|
507
|
+
export { type ActionThreshold as A, isWipGatedVideoGridMetricMode as B, type CurrentWorkspaceSKU as C, type DashboardKPIs as D, type EfficiencyLegendUpdate as E, RecentFlowSnapshotGrid as F, type KpiTrend as K, type LineSignal as L, type MonthlyTrendSummary as M, type PoorPerformingWorkspace as P, type RecentFlowSnapshotGridProps as R, type SkuBreakdownItem as S, type VideoGridMetricMode as V, type WorkspaceMetrics as W, type LineInfo as a, type WorkspaceDetailedMetrics as b, type SkuSegmentItem as c, type LineSkuBreakdownItem as d, type WorkspaceVideoStream as e, type Workspace as f, type WorkspaceCameraIpInfo as g, type WorkspaceLightConfigInfo as h, type WorkspaceActionUpdate as i, type ShiftConfiguration as j, type KpiSignal as k, type LineIssueResolutionSummary as l, type LineDetailedMetrics as m, type VideoGridStatusBadge as n, type LineSignalSource as o, type KpiSignalSource as p, type KpiSignalMode as q, type ValueDelta as r, type PercentageDelta as s, type CountDelta as t, type DurationDelta as u, type WorkspaceCropRect as v, type LineThreshold as w, type ShiftConfigurationRecord as x, normalizeVideoGridMetricMode as y, isRecentFlowVideoGridMetricMode as z };
|
|
@@ -400,6 +400,14 @@ interface WorkspaceCameraIpInfo {
|
|
|
400
400
|
effective_camera_uuid: string | null;
|
|
401
401
|
resolution_mode: 'direct' | 'redirect' | null;
|
|
402
402
|
}
|
|
403
|
+
interface WorkspaceLightConfigInfo {
|
|
404
|
+
workspace_id: string;
|
|
405
|
+
workspace_key?: string | null;
|
|
406
|
+
line_id?: string | null;
|
|
407
|
+
display_name?: string | null;
|
|
408
|
+
bulb_ip: string | null;
|
|
409
|
+
has_light_config: boolean;
|
|
410
|
+
}
|
|
403
411
|
interface ActionThreshold {
|
|
404
412
|
line_id: string;
|
|
405
413
|
shift_id: number;
|
|
@@ -496,4 +504,4 @@ interface RecentFlowSnapshotGridProps {
|
|
|
496
504
|
}
|
|
497
505
|
declare const RecentFlowSnapshotGrid: React__default.FC<RecentFlowSnapshotGridProps>;
|
|
498
506
|
|
|
499
|
-
export { type ActionThreshold as A,
|
|
507
|
+
export { type ActionThreshold as A, isWipGatedVideoGridMetricMode as B, type CurrentWorkspaceSKU as C, type DashboardKPIs as D, type EfficiencyLegendUpdate as E, RecentFlowSnapshotGrid as F, type KpiTrend as K, type LineSignal as L, type MonthlyTrendSummary as M, type PoorPerformingWorkspace as P, type RecentFlowSnapshotGridProps as R, type SkuBreakdownItem as S, type VideoGridMetricMode as V, type WorkspaceMetrics as W, type LineInfo as a, type WorkspaceDetailedMetrics as b, type SkuSegmentItem as c, type LineSkuBreakdownItem as d, type WorkspaceVideoStream as e, type Workspace as f, type WorkspaceCameraIpInfo as g, type WorkspaceLightConfigInfo as h, type WorkspaceActionUpdate as i, type ShiftConfiguration as j, type KpiSignal as k, type LineIssueResolutionSummary as l, type LineDetailedMetrics as m, type VideoGridStatusBadge as n, type LineSignalSource as o, type KpiSignalSource as p, type KpiSignalMode as q, type ValueDelta as r, type PercentageDelta as s, type CountDelta as t, type DurationDelta as u, type WorkspaceCropRect as v, type LineThreshold as w, type ShiftConfigurationRecord as x, normalizeVideoGridMetricMode as y, isRecentFlowVideoGridMetricMode as z };
|
package/dist/automation.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { F as RecentFlowSnapshotGrid, R as RecentFlowSnapshotGridProps, W as WorkspaceMetrics, e as WorkspaceVideoStream } from './automation-Bxp-JzQB.mjs';
|
|
2
2
|
import 'react';
|
package/dist/automation.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { F as RecentFlowSnapshotGrid, R as RecentFlowSnapshotGridProps, W as WorkspaceMetrics, e as WorkspaceVideoStream } from './automation-Bxp-JzQB.js';
|
|
2
2
|
import 'react';
|