forked from jappel/leistungsbilanz-ts
- calculateCableSizing now selects cross-section against designCurrentA = max(operatingCurrentA, existingProtectionRatedCurrentA) instead of the load current alone. A breaker only trips at its own rated current (In), so a cable sized for the actual load could overheat under sustained current below that threshold - the standard In <= Iz rule. Voltage-drop calculation still uses the real operating current, only the capacity check changed. Alerts and the ok-summary now name the breaker as the limiting factor when it is one. - Added a manual cable type/cross-section entry in the modal itself: running a calculation pre-fills these fields as a suggestion, but they are the single field that actually gets applied, and stay editable - this restores the direct manual-entry capability the modal replaced when it took over the cableSummary/cableCrossSection cell click. - Fixed calculator icon position from a trailing ::after (inconsistent position depending on cell text length, easy to miss on empty cells) to a fixed-position ::before, so it is always in the same place regardless of whether cable data is already filled in. - No new display for the existing protection device - it already has its own Schutz column in this app. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| support | ||
| cable-sizing-calculation.repository.test.ts | ||
| cable-sizing-calculation.test.ts | ||
| circuit-device-row-move-command.test.ts | ||
| circuit-device-row-move-project-command.repository.test.ts | ||
| circuit-device-row-project-command.repository.test.ts | ||
| circuit-device-row-quantity.test.ts | ||
| circuit-device-row-structure-project-command.repository.test.ts | ||
| circuit-editor-history.test.ts | ||
| circuit-grid-insertion.test.ts | ||
| circuit-grid-model.test.ts | ||
| circuit-grid-projection.test.ts | ||
| circuit-grid-safety.test.ts | ||
| circuit-group-move-project-command.repository.test.ts | ||
| circuit-group-numbering.test.ts | ||
| circuit-group-renumber-project-command.repository.test.ts | ||
| circuit-group-structure-project-command.repository.test.ts | ||
| circuit-group-subtree-project-command.repository.test.ts | ||
| circuit-group-subtree-snapshot.test.ts | ||
| circuit-numbering.service.test.ts | ||
| circuit-power-calculation.test.ts | ||
| circuit-project-command.repository.test.ts | ||
| circuit-protection-project-command.repository.test.ts | ||
| circuit-section-renumber-command.test.ts | ||
| circuit-section-renumber-project-command.repository.test.ts | ||
| circuit-section-reorder-command.test.ts | ||
| circuit-section-reorder-project-command.repository.test.ts | ||
| circuit-structure-command.test.ts | ||
| circuit-structure-project-command.repository.test.ts | ||
| circuit-structure-projection.test.ts | ||
| circuit-tree.controller.test.ts | ||
| circuit.controller.test.ts | ||
| database-backup.test.ts | ||
| distribution-board-component-structure-project-command.repository.test.ts | ||
| distribution-board-component.test.ts | ||
| distribution-board-structure-project-command.repository.test.ts | ||
| distribution-board-subtree-project-command.repository.test.ts | ||
| distribution-board-subtree.test.ts | ||
| external-circuit-list-objects.test.ts | ||
| external-csv-api-contract.test.ts | ||
| external-csv-configuration-project-command.repository.test.ts | ||
| external-csv-configuration.test.ts | ||
| external-csv-preview.test.ts | ||
| external-csv-transport.test.ts | ||
| external-initial-import-plan.test.ts | ||
| external-initial-import-project-command.repository.test.ts | ||
| external-model-foundation.test.ts | ||
| external-object-row-assignment-project-command.repository.test.ts | ||
| logger.test.ts | ||
| project-command.model.test.ts | ||
| project-command.service.test.ts | ||
| project-device-placement.service.test.ts | ||
| project-device-project-command.repository.test.ts | ||
| project-device-row-sync-project-command.repository.test.ts | ||
| project-device-schema.test.ts | ||
| project-device-structure-project-command.repository.test.ts | ||
| project-device-sync.service.test.ts | ||
| project-history-timeline.test.ts | ||
| project-history.repository.test.ts | ||
| project-location-structure-project-command.repository.test.ts | ||
| project-overview-import.test.ts | ||
| project-revision.persistence.test.ts | ||
| project-settings-project-command.repository.test.ts | ||
| project-snapshot-policy.test.ts | ||
| project-snapshot.repository.test.ts | ||
| project-state-restore-command.repository.test.ts | ||
| project-state-snapshot.test.ts | ||
| project-version-history.test.ts | ||
| protection-device.test.ts | ||
| revit-csv-frontend-api.test.ts | ||