handsontable
Version:
Handsontable is a JavaScript Data Grid available for React, Angular and Vue.
177 lines (169 loc) • 7.53 kB
JavaScript
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("handsontable"));
else if(typeof define === 'function' && define.amd)
define(["handsontable"], factory);
else {
var a = typeof exports === 'object' ? factory(require("handsontable")) : factory(root["Handsontable"]);
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
}
})(typeof self !== 'undefined' ? self : this, (__WEBPACK_EXTERNAL_MODULE__2__) => {
return /******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ([
/* 0 */,
/* 1 */
/***/ ((module) => {
function _interopRequireDefault(e) {
return e && e.__esModule ? e : {
"default": e
};
}
module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports;
/***/ }),
/* 2 */
/***/ ((module) => {
"use strict";
module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
/***/ })
/******/ ]);
/************************************************************************/
/******/ // The module cache
/******/ var __webpack_module_cache__ = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ // Check if module is in cache
/******/ var cachedModule = __webpack_module_cache__[moduleId];
/******/ if (cachedModule !== undefined) {
/******/ return cachedModule.exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = __webpack_module_cache__[moduleId] = {
/******/ // no module.id needed
/******/ // no module.loaded needed
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/************************************************************************/
var __webpack_exports__ = {};
// This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
(() => {
"use strict";
var exports = __webpack_exports__;
var _interopRequireDefault = __webpack_require__(1);
exports.__esModule = true;
var _handsontable = _interopRequireDefault(__webpack_require__(2));
/**
* @preserve
* Authors: Handsoncode
* Last updated: Nov 15, 2017
*
* Description: Definition file for English - United States language-country.
*/
const C = _handsontable.default.languages.dictionaryKeys;
const dictionary = {
languageCode: 'en-US',
[]: 'No available options',
[]: 'Insert row above',
[]: 'Insert row below',
[]: 'Insert column left',
[]: 'Insert column right',
[]: ['Remove row', 'Remove rows'],
[]: ['Remove column', 'Remove columns'],
[]: 'Undo',
[]: 'Redo',
[]: 'Read only',
[]: 'Clear column',
[]: 'Alignment',
[]: 'Left',
[]: 'Center',
[]: 'Right',
[]: 'Justify',
[]: 'Top',
[]: 'Middle',
[]: 'Bottom',
[]: 'Freeze column',
[]: 'Unfreeze column',
[]: 'Borders',
[]: 'Top',
[]: 'Right',
[]: 'Bottom',
[]: 'Left',
[]: 'Remove border(s)',
[]: 'Add comment',
[]: 'Edit comment',
[]: 'Delete comment',
[]: 'Read-only comment',
[]: 'Merge cells',
[]: 'Unmerge cells',
[]: 'Copy',
[]: ['Copy with header', 'Copy with headers'],
[]: ['Copy with group header', 'Copy with group headers'],
[]: ['Copy header only', 'Copy headers only'],
[]: 'Cut',
[]: 'Insert child row',
[]: 'Detach from parent',
[]: ['Hide column', 'Hide columns'],
[]: ['Show column', 'Show columns'],
[]: ['Hide row', 'Hide rows'],
[]: ['Show row', 'Show rows'],
[]: 'None',
[]: 'Is empty',
[]: 'Is not empty',
[]: 'Is equal to',
[]: 'Is not equal to',
[]: 'Begins with',
[]: 'Ends with',
[]: 'Contains',
[]: 'Does not contain',
[]: 'Greater than',
[]: 'Greater than or equal to',
[]: 'Less than',
[]: 'Less than or equal to',
[]: 'Is between',
[]: 'Is not between',
[]: 'After',
[]: 'Before',
[]: 'Today',
[]: 'Tomorrow',
[]: 'Yesterday',
[]: 'Blank cells',
[]: 'Filter by condition',
[]: 'Filter by value',
[]: 'And',
[]: 'Or',
[]: 'Select all',
[]: 'Clear',
[]: 'OK',
[]: 'Cancel',
[]: 'Search',
[]: 'Value',
[]: 'Second value',
[]: 'Pagination',
[]: 'Page size',
[]: 'Auto',
[]: '[start] - [end] of [total]',
[]: 'Page [currentPage] of [totalPages]',
[]: 'Go to first page',
[]: 'Go to previous page',
[]: 'Go to next page',
[]: 'Go to last page',
[]: 'Checked',
[]: 'Unchecked',
[]: 'Loading...'
};
_handsontable.default.languages.registerLanguageDictionary(dictionary);
var _default = exports["default"] = dictionary;
})();
__webpack_exports__ = __webpack_exports__.___;
/******/ return __webpack_exports__;
/******/ })()
;
});