Unify the Agent history extension with the header acrylic surface, preserve the full conversation body, and consolidate shared control and status styling. Restore map flow and SCADA controller behavior, remove obsolete rendering paths, and extend regression coverage. Button press coverage now releases outside the target so state assertions cannot accidentally toggle the control.
20 lines
530 B
TypeScript
20 lines
530 B
TypeScript
export { MapWorkbenchPage } from "./map-workbench-page";
|
|
export { WorkbenchMapController } from "./map/workbench-map-controller";
|
|
export type {
|
|
FeatureTarget,
|
|
WorkbenchMapCommands,
|
|
WorkbenchMapControllerState,
|
|
WorkbenchMapErrorCode
|
|
} from "./map/workbench-map-controller";
|
|
export type {
|
|
PipeFlowCalculation,
|
|
PipeFlowDirection,
|
|
PipeFlowSummary
|
|
} from "./map/flow-overlay";
|
|
export type {
|
|
LayerGroupId,
|
|
LayerGroupStylePatch,
|
|
LineLayerGroupStylePatch,
|
|
PointLayerGroupStylePatch
|
|
} from "./map/layer-group-style";
|