handsontable
Version:
Handsontable is a JavaScript Data Grid available for React, Angular and Vue.
163 lines (155 loc) • 6.06 kB
JavaScript
/*!
* Copyright (c) HANDSONCODE sp. z o. o.
*
* HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o., a Polish corporation based in
* Gdynia, Poland, at Aleja Zwyciestwa 96-98, registered by the District Court in Gdansk under number
* 538651, EU tax ID number: PL5862294002, share capital: PLN 62,800.00.
*
* This software is protected by applicable copyright laws, including international treaties, and dual-
* licensed - depending on whether your use for commercial purposes, meaning intended for or
* resulting in commercial advantage or monetary compensation, or not.
*
* If your use is strictly personal or solely for evaluation purposes, meaning for the purposes of testing
* the suitability, performance, and usefulness of this software outside the production environment,
* you agree to be bound by the terms included in the "handsontable-non-commercial-license.pdf" file.
*
* Your use of this software for commercial purposes is subject to the terms included in an applicable
* license agreement.
*
* In any case, you must not make any such use of this software as to develop software which may be
* considered competitive with this software.
*
* UNLESS EXPRESSLY AGREED OTHERWISE, HANDSONCODE PROVIDES THIS SOFTWARE ON AN "AS IS"
* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, AND IN NO EVENT AND UNDER NO
* LEGAL THEORY, SHALL HANDSONCODE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT,
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
* USE OR INABILITY TO USE THIS SOFTWARE.
*
* Version: 17.0.1
* Release date: 25/03/2026 (built at 25/03/2026 09:28:56)
*/
(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];
}
})(Object(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) => {
;
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.
(() => {
;
var _interopRequireDefault = __webpack_require__(1);
var _handsontable = _interopRequireDefault(__webpack_require__(2));
/*
* This file is auto-generated. Do not edit directly.
*/
const density = {
default: {
cellVertical: 'sizing.size_1',
cellHorizontal: 'sizing.size_2',
barsHorizontal: 'sizing.size_4',
barsVertical: 'sizing.size_2',
gap: 'sizing.size_1',
buttonHorizontal: 'sizing.size_3',
buttonVertical: 'sizing.size_1_5',
dialogHorizontal: 'sizing.size_2',
dialogVertical: 'sizing.size_2',
inputHorizontal: 'sizing.size_3',
inputVertical: 'sizing.size_1_5',
menuVertical: 'sizing.size_2',
menuHorizontal: 'sizing.size_0',
menuItemVertical: 'sizing.size_1',
menuItemHorizontal: 'sizing.size_3'
},
compact: {
cellVertical: 'sizing.size_0_5',
cellHorizontal: 'sizing.size_1_5',
barsHorizontal: 'sizing.size_2',
barsVertical: 'sizing.size_1',
gap: 'sizing.size_0_5',
buttonHorizontal: 'sizing.size_2',
buttonVertical: 'sizing.size_0_5',
dialogHorizontal: 'sizing.size_1_5',
dialogVertical: 'sizing.size_1_5',
inputHorizontal: 'sizing.size_2',
inputVertical: 'sizing.size_0_5',
menuVertical: 'sizing.size_2',
menuHorizontal: 'sizing.size_0',
menuItemVertical: 'sizing.size_0_5',
menuItemHorizontal: 'sizing.size_2'
},
comfortable: {
cellVertical: 'sizing.size_2',
cellHorizontal: 'sizing.size_3',
barsHorizontal: 'sizing.size_4',
barsVertical: 'sizing.size_2',
gap: 'sizing.size_1_5',
buttonHorizontal: 'sizing.size_4',
buttonVertical: 'sizing.size_2',
dialogHorizontal: 'sizing.size_3',
dialogVertical: 'sizing.size_3',
inputHorizontal: 'sizing.size_4',
inputVertical: 'sizing.size_2',
menuVertical: 'sizing.size_3',
menuHorizontal: 'sizing.size_0',
menuItemVertical: 'sizing.size_2',
menuItemHorizontal: 'sizing.size_2'
}
};
if (typeof _handsontable.default !== 'undefined' && _handsontable.default.themes) {
_handsontable.default.themes.variables = _handsontable.default.themes.variables || {};
_handsontable.default.themes.variables.density = density;
}
})();
/******/ return __webpack_exports__;
/******/ })()
;
});