isncsci-ui
Version:
Web components package for the ISNCSCI project.
14 lines (11 loc) • 908 B
JavaScript
export { p as bindExamDataToGridModel, q as bindExamDataToTotals, t as cellLevelRegex, b as findCell, j as getCellColumn, l as getCellComments, d as getCellPosition, c as getCellRange, k as getCellRow, g as getEmptyExamData, h as getExamDataFromGridModel, r as getExamDataWithAllNormalValues, n as levelNameRegex, u as lightTouchCellRegex, e as motorCellRegex, m as motorValueRegex, w as pinPrickCellRegex, s as sensoryCellRegex, i as sensoryValueRegex, x as validCellNameRegex, v as validateExamData } from '../../examData.helper-8946f863.js';
import '../domain/index.js';
const cellsMatch = (a, b) => {
return (a.value === b.value &&
a.error === b.error &&
a.reasonImpairmentNotDueToSci === b.reasonImpairmentNotDueToSci &&
a.reasonImpairmentNotDueToSciSpecify ===
b.reasonImpairmentNotDueToSciSpecify);
};
export { cellsMatch };
//# sourceMappingURL=index.js.map