Business Value Stream Mapping Entities
Air Freight
- Preview
- Usage
- Definition
import { AirFreight } from '@dinghy/diagrams/entitiesValueStreamMapping'
<AirFreight/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AIR_FREIGHT } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, AIR_FREIGHT)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;html=1;verticalAlign=top;strokeWidth=2;shape=mxgraph.lean_mapping.airplane_7;',
},
_width: 100,
_height: 45,
}
Batched Kanban
- Preview
- Usage
- Definition
import { BatchedKanban } from '@dinghy/diagrams/entitiesValueStreamMapping'
<BatchedKanban/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BATCHED_KANBAN } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, BATCHED_KANBAN)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;html=1;verticalAlign=top;strokeWidth=2;shape=mxgraph.lean_mapping.batched_kanban;',
},
_width: 200,
_height: 80,
}
Boat Shipment
- Preview
- Usage
- Definition
import { BoatShipment } from '@dinghy/diagrams/entitiesValueStreamMapping'
<BoatShipment/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BOAT_SHIPMENT } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, BOAT_SHIPMENT)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;html=1;verticalAlign=top;strokeWidth=2;shape=mxgraph.lean_mapping.boat_shipment;align=center;',
},
_original_width: 100,
_original_height: 100,
}
Control Center
- Preview
- Usage
- Definition
import { ControlCenter } from '@dinghy/diagrams/entitiesValueStreamMapping'
<ControlCenter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONTROL_CENTER } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, CONTROL_CENTER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;html=1;verticalAlign=top;strokeWidth=2;shape=mxgraph.lean_mapping.control_center;',
},
_original_width: 80,
_original_height: 80,
}
Cross-Dock
- Preview
- Usage
- Definition
import { CrossDock } from '@dinghy/diagrams/entitiesValueStreamMapping'
<CrossDock/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CROSS_DOCK } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, CROSS_DOCK)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;html=1;verticalAlign=top;strokeWidth=2;shape=mxgraph.lean_mapping.crossDock;',
},
_width: 100,
_height: 80,
}
Customer/Supplier
- Preview
- Usage
- Definition
import { CustomerSupplier } from '@dinghy/diagrams/entitiesValueStreamMapping'
<CustomerSupplier/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CUSTOMER_SUPPLIER } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, CUSTOMER_SUPPLIER)}
/>
{
_style: {
entity: 'strokeWidth=2;html=1;shape=mxgraph.lean_mapping.outside_sources;whiteSpace=wrap;align=center;',
},
_width: 100,
_height: 70,
}
Data Box
- Preview
- Usage
- Definition
import { DataBox } from '@dinghy/diagrams/entitiesValueStreamMapping'
<DataBox/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATA_BOX } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, DATA_BOX)}
/>
{
_style: {
entity: 'strokeWidth=2;html=1;shape=mxgraph.lean_mapping.data_box;html=1;',
},
_width: 60,
_height: 100,
}
Dedicated Process
- Preview
- Usage
- Definition
import { DedicatedProcess } from '@dinghy/diagrams/entitiesValueStreamMapping'
<DedicatedProcess/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DEDICATED_PROCESS } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, DEDICATED_PROCESS)}
/>
{
_style: {
entity: 'strokeWidth=2;html=1;shape=mxgraph.lean_mapping.manufacturing_process;fontSize=12;verticalAlign=middle;html=1;align=center;whiteSpace=wrap;',
},
_width: 0,
_height: 70,
}
FIFO Lane
- Preview
- Usage
- Definition
import { FifoLane } from '@dinghy/diagrams/entitiesValueStreamMapping'
<FifoLane/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FIFO_LANE } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, FIFO_LANE)}
/>
{
_style: {
entity: 'strokeWidth=2;html=1;shape=mxgraph.lean_mapping.fifo_lane;overflow=fill;verticalAlign=top;align=center;',
},
_width: 100,
_height: 50,
}
FIFO Sequence
- Preview
- Usage
- Definition
import { FifoSequence } from '@dinghy/diagrams/entitiesValueStreamMapping'
<FifoSequence/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FIFO_SEQUENCE } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, FIFO_SEQUENCE)}
/>
{
_style: {
entity: 'strokeWidth=2;html=1;shape=mxgraph.lean_mapping.fifo_sequence_flow;pointerEvents=1;fontStyle=0;fontSize=20;align=center;',
},
_width: 100,
_height: 50,
}
Go See Production Scheduling
- Preview
- Usage
- Definition
import { GoSeeProductionScheduling } from '@dinghy/diagrams/entitiesValueStreamMapping'
<GoSeeProductionScheduling/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GO_SEE_PRODUCTION_SCHEDULING } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, GO_SEE_PRODUCTION_SCHEDULING)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;html=1;verticalAlign=top;strokeWidth=2;shape=mxgraph.lean_mapping.go_see_production_scheduling;pointerEvents=1;',
},
_width: 92,
_height: 60,
}
Inventory Box
- Preview
- Usage
- Definition
import { InventoryBox } from '@dinghy/diagrams/entitiesValueStreamMapping'
<InventoryBox/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INVENTORY_BOX } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, INVENTORY_BOX)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;html=1;verticalAlign=top;strokeWidth=2;shape=mxgraph.lean_mapping.inventory_box;',
},
_original_width: 100,
_original_height: 90,
}
Kaizen Lightening Burst
- Preview
- Usage
- Definition
import { KaizenLighteningBurst } from '@dinghy/diagrams/entitiesValueStreamMapping'
<KaizenLighteningBurst/>
// or
import { extendStyle } from "@dinghy/base-components";
import { KAIZEN_LIGHTENING_BURST } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, KAIZEN_LIGHTENING_BURST)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;html=1;verticalAlign=top;strokeWidth=2;shape=mxgraph.lean_mapping.kaizen_lightening_burst;',
},
_width: 0,
_height: 40,
}
Kanban Post
- Preview
- Usage
- Definition
import { KanbanPost } from '@dinghy/diagrams/entitiesValueStreamMapping'
<KanbanPost/>
// or
import { extendStyle } from "@dinghy/base-components";
import { KANBAN_POST } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, KANBAN_POST)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;html=1;verticalAlign=top;strokeWidth=2;shape=mxgraph.lean_mapping.kanban_post;',
},
_width: 50,
_height: 100,
}
Load Leveling
- Preview
- Usage
- Definition
import { LoadLeveling } from '@dinghy/diagrams/entitiesValueStreamMapping'
<LoadLeveling/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOAD_LEVELING } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, LOAD_LEVELING)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;html=1;verticalAlign=top;strokeWidth=2;shape=mxgraph.lean_mapping.load_leveling;',
},
_width: 100,
_height: 30,
}
Material Pull
- Preview
- Usage
- Definition
import { MaterialPull } from '@dinghy/diagrams/entitiesValueStreamMapping'
<MaterialPull/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MATERIAL_PULL } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, MATERIAL_PULL)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;html=1;verticalAlign=top;strokeWidth=2;shape=mxgraph.lean_mapping.physical_pull;pointerEvents=1;',
},
_original_width: 100,
_original_height: 100,
}
Move by Forklift
- Preview
- Usage
- Definition
import { MoveByForklift } from '@dinghy/diagrams/entitiesValueStreamMapping'
<MoveByForklift/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MOVE_BY_FORKLIFT } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, MOVE_BY_FORKLIFT)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;html=1;verticalAlign=top;strokeWidth=2;shape=mxgraph.lean_mapping.move_by_forklift;',
},
_original_width: 92,
_original_height: 100,
}
MRP/ERP
- Preview
- Usage
- Definition
import { MrpErp } from '@dinghy/diagrams/entitiesValueStreamMapping'
<MrpErp/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MRP_ERP } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, MRP_ERP)}
/>
{
_style: {
entity: 'strokeWidth=2;html=1;shape=mxgraph.lean_mapping.mrp_erp;whiteSpace=wrap;',
},
_width: 70,
_height: 100,
}
Operator
- Preview
- Usage
- Definition
import { Operator } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Operator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OPERATOR } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, OPERATOR)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;html=1;verticalAlign=top;strokeWidth=2;shape=mxgraph.lean_mapping.operator;',
},
_original_width: 100,
_original_height: 84,
}
Orders
- Preview
- Usage
- Definition
import { Orders } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Orders/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ORDERS } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, ORDERS)}
/>
{
_style: {
entity: 'strokeWidth=2;html=1;shape=mxgraph.lean_mapping.orders;overflow=fill;',
},
_width: 100,
_height: 60,
}
Production Control
- Preview
- Usage
- Definition
import { ProductionControl } from '@dinghy/diagrams/entitiesValueStreamMapping'
<ProductionControl/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PRODUCTION_CONTROL } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, PRODUCTION_CONTROL)}
/>
{
_style: {
entity: 'strokeWidth=2;html=1;shape=mxgraph.lean_mapping.schedule;whiteSpace=wrap;align=center;',
},
_width: 100,
_height: 70,
}
Production Kanban
- Preview
- Usage
- Definition
import { ProductionKanban } from '@dinghy/diagrams/entitiesValueStreamMapping'
<ProductionKanban/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PRODUCTION_KANBAN } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, PRODUCTION_KANBAN)}
/>
{
_style: {
entity: 'strokeWidth=2;html=1;shape=mxgraph.lean_mapping.production_kanban;overflow=fill;',
},
_original_width: 100,
_original_height: 100,
}
Push Arrow
- Preview
- Usage
- Definition
import { PushArrow } from '@dinghy/diagrams/entitiesValueStreamMapping'
<PushArrow/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PUSH_ARROW } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, PUSH_ARROW)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;html=1;verticalAlign=top;strokeWidth=2;shape=mxgraph.lean_mapping.push_arrow;',
},
_width: 100,
_height: 30,
}
Quality Problem
- Preview
- Usage
- Definition
import { QualityProblem } from '@dinghy/diagrams/entitiesValueStreamMapping'
<QualityProblem/>
// or
import { extendStyle } from "@dinghy/base-components";
import { QUALITY_PROBLEM } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, QUALITY_PROBLEM)}
/>
{
_style: {
entity: 'strokeWidth=2;html=1;shape=mxgraph.lean_mapping.quality_problem;fontSize=24;fontStyle=1;whiteSpace=wrap;align=center;',
},
_width: 80,
_height: 100,
}
Rail Shipment
- Preview
- Usage
- Definition
import { RailShipment } from '@dinghy/diagrams/entitiesValueStreamMapping'
<RailShipment/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RAIL_SHIPMENT } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, RAIL_SHIPMENT)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;html=1;verticalAlign=top;strokeWidth=2;shape=mxgraph.lean_mapping.rail_shipment;',
},
_width: 100,
_height: 30,
}
Safety Stock
- Preview
- Usage
- Definition
import { SafetyStock } from '@dinghy/diagrams/entitiesValueStreamMapping'
<SafetyStock/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAFETY_STOCK } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, SAFETY_STOCK)}
/>
{
_style: {
entity: 'strokeWidth=2;html=1;shape=mxgraph.lean_mapping.buffer_or_safety_stock;',
},
_width: 40,
_height: 100,
}
Sequenced Pull Ball
- Preview
- Usage
- Definition
import { SequencedPullBall } from '@dinghy/diagrams/entitiesValueStreamMapping'
<SequencedPullBall/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SEQUENCED_PULL_BALL } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, SEQUENCED_PULL_BALL)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;html=1;verticalAlign=top;strokeWidth=2;shape=mxgraph.lean_mapping.sequenced_pull_ball;',
},
_original_width: 60,
_original_height: 60,
}
Shared Process
- Preview
- Usage
- Definition
import { SharedProcess } from '@dinghy/diagrams/entitiesValueStreamMapping'
<SharedProcess/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SHARED_PROCESS } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, SHARED_PROCESS)}
/>
{
_style: {
entity: 'strokeWidth=2;html=1;shape=mxgraph.lean_mapping.manufacturing_process_shared;spacingTop=-5;align=center;whiteSpace=wrap;verticalAlign=top;',
},
_width: 100,
_height: 70,
}
Signal Kanban
- Preview
- Usage
- Definition
import { SignalKanban } from '@dinghy/diagrams/entitiesValueStreamMapping'
<SignalKanban/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SIGNAL_KANBAN } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, SIGNAL_KANBAN)}
/>
{
_style: {
entity: 'strokeWidth=2;html=1;shape=mxgraph.lean_mapping.signal_kanban;overflow=fill;',
},
_original_width: 100,
_original_height: 90,
}
Supermarket
- Preview
- Usage
- Definition
import { Supermarket } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Supermarket/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUPERMARKET } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, SUPERMARKET)}
/>
{
_style: {
entity: 'strokeWidth=2;html=1;shape=mxgraph.lean_mapping.supermarket;',
},
_width: 60,
_height: 100,
}
Timeline
- Preview
- Usage
- Definition
import { Timeline } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Timeline/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TIMELINE } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, TIMELINE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;html=1;verticalAlign=top;strokeWidth=2;shape=mxgraph.lean_mapping.timeline2;dx1=0;dy1=1;dx2=30;dy2=0;dx3=160;dy3=1;dx4=230;dy4=0;dx5=310;dy5=1;dy6=0;',
},
_width: 400,
_height: 40,
}
Truck Shipment
- Preview
- Usage
- Definition
import { TruckShipment } from '@dinghy/diagrams/entitiesValueStreamMapping'
<TruckShipment/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRUCK_SHIPMENT } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, TRUCK_SHIPMENT)}
/>
{
_style: {
entity: 'strokeWidth=2;html=1;shape=mxgraph.lean_mapping.truck_shipment;',
},
_width: 0,
_height: 100,
}
Verbal Information
- Preview
- Usage
- Definition
import { VerbalInformation } from '@dinghy/diagrams/entitiesValueStreamMapping'
<VerbalInformation/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VERBAL_INFORMATION } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, VERBAL_INFORMATION)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;html=1;verticalAlign=top;strokeWidth=2;shape=mxgraph.lean_mapping.verbal;pointerEvents=1;',
},
_width: 50,
_height: 100,
}
Warehouse
- Preview
- Usage
- Definition
import { Warehouse } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Warehouse/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WAREHOUSE } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, WAREHOUSE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;html=1;verticalAlign=top;strokeWidth=2;shape=mxgraph.lean_mapping.warehouse;',
},
_width: 100,
_height: 60,
}
Withdrawal Kanban
- Preview
- Usage
- Definition
import { WithdrawalKanban } from '@dinghy/diagrams/entitiesValueStreamMapping'
<WithdrawalKanban/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WITHDRAWAL_KANBAN } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, WITHDRAWAL_KANBAN)}
/>
{
_style: {
entity: 'strokeWidth=2;html=1;shape=mxgraph.lean_mapping.withdrawal_kanban;overflow=fill;',
},
_original_width: 100,
_original_height: 100,
}
Workcell
- Preview
- Usage
- Definition
import { Workcell } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Workcell/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORKCELL } from '@dinghy/diagrams/entitiesValueStreamMapping'
<Shape
{...props}
_style={extendStyle(props, WORKCELL)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;html=1;verticalAlign=top;strokeWidth=2;shape=mxgraph.lean_mapping.work_cell;pointerEvents=1;',
},
_original_width: 70,
_original_height: 60,
}