UNPKG

handsontable

Version:

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

57 lines (36 loc) 2.35 kB
"use strict"; exports.__esModule = true; exports.registerCellType = exports.hasCellType = exports.getRegisteredCellTypes = exports.getRegisteredCellTypeNames = exports.getCellType = exports.TimeCellType = exports.TextCellType = exports.PasswordCellType = exports.NumericCellType = exports.HandsontableCellType = exports.DropdownCellType = exports.DateCellType = exports.CheckboxCellType = exports.TIME_TYPE = exports.TEXT_TYPE = exports.PASSWORD_TYPE = exports.NUMERIC_TYPE = exports.HANDSONTABLE_TYPE = exports.DROPDOWN_TYPE = exports.DATE_TYPE = exports.CHECKBOX_TYPE = exports.AUTOCOMPLETE_TYPE = exports.AutocompleteCellType = void 0; var _autocompleteType = require("./autocompleteType"); exports.AutocompleteCellType = _autocompleteType.AutocompleteCellType; exports.AUTOCOMPLETE_TYPE = _autocompleteType.CELL_TYPE; var _checkboxType = require("./checkboxType"); exports.CheckboxCellType = _checkboxType.CheckboxCellType; exports.CHECKBOX_TYPE = _checkboxType.CELL_TYPE; var _dateType = require("./dateType"); exports.DateCellType = _dateType.DateCellType; exports.DATE_TYPE = _dateType.CELL_TYPE; var _dropdownType = require("./dropdownType"); exports.DropdownCellType = _dropdownType.DropdownCellType; exports.DROPDOWN_TYPE = _dropdownType.CELL_TYPE; var _handsontableType = require("./handsontableType"); exports.HandsontableCellType = _handsontableType.HandsontableCellType; exports.HANDSONTABLE_TYPE = _handsontableType.CELL_TYPE; var _numericType = require("./numericType"); exports.NumericCellType = _numericType.NumericCellType; exports.NUMERIC_TYPE = _numericType.CELL_TYPE; var _passwordType = require("./passwordType"); exports.PasswordCellType = _passwordType.PasswordCellType; exports.PASSWORD_TYPE = _passwordType.CELL_TYPE; var _textType = require("./textType"); exports.TextCellType = _textType.TextCellType; exports.TEXT_TYPE = _textType.CELL_TYPE; var _timeType = require("./timeType"); exports.TimeCellType = _timeType.TimeCellType; exports.TIME_TYPE = _timeType.CELL_TYPE; var _registry = require("./registry"); exports.getCellType = _registry.getCellType; exports.getRegisteredCellTypeNames = _registry.getRegisteredCellTypeNames; exports.getRegisteredCellTypes = _registry.getRegisteredCellTypes; exports.hasCellType = _registry.hasCellType; exports.registerCellType = _registry.registerCellType;