UNPKG

handsontable

Version:

Handsontable is a JavaScript Spreadsheet Component available for React, Angular and Vue.

9 lines 696 B
import IndexMapper from "./indexMapper.mjs"; import PhysicalIndexToValueMap from "./maps/physicalIndexToValueMap.mjs"; import LinkedPhysicalIndexToValueMap from "./maps/linkedPhysicalIndexToValueMap.mjs"; import IndexesSequence from "./maps/indexesSequence.mjs"; import TrimmingMap from "./maps/trimmingMap.mjs"; import HidingMap from "./maps/hidingMap.mjs"; import IndexMap from "./maps/indexMap.mjs"; import { getIncreasedIndexes, getDecreasedIndexes, alterUtilsFactory } from "./maps/utils/index.mjs"; export { IndexMapper, PhysicalIndexToValueMap, LinkedPhysicalIndexToValueMap, IndexesSequence, TrimmingMap, HidingMap, IndexMap, getIncreasedIndexes, getDecreasedIndexes, alterUtilsFactory };