handsontable 0.0.0-next-5e7f0fe-20230504 → 0.0.0-next-48677e7-20230509
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of handsontable might be problematic. Click here for more details.
- package/3rdparty/walkontable/src/cell/coords.js +40 -13
- package/3rdparty/walkontable/src/cell/coords.mjs +40 -13
- package/3rdparty/walkontable/src/cell/range.js +29 -25
- package/3rdparty/walkontable/src/cell/range.mjs +28 -24
- package/3rdparty/walkontable/src/core/_base.js +9 -3
- package/3rdparty/walkontable/src/core/_base.mjs +9 -3
- package/3rdparty/walkontable/src/core/clone.js +2 -2
- package/3rdparty/walkontable/src/core/clone.mjs +2 -2
- package/3rdparty/walkontable/src/core/core.js +3 -2
- package/3rdparty/walkontable/src/core/core.mjs +3 -2
- package/3rdparty/walkontable/src/event.js +12 -10
- package/3rdparty/walkontable/src/event.mjs +12 -10
- package/3rdparty/walkontable/src/facade/core.js +2 -2
- package/3rdparty/walkontable/src/facade/core.mjs +2 -2
- package/3rdparty/walkontable/src/index.js +10 -2
- package/3rdparty/walkontable/src/index.mjs +2 -2
- package/3rdparty/walkontable/src/overlay/_base.js +8 -7
- package/3rdparty/walkontable/src/overlay/_base.mjs +8 -7
- package/3rdparty/walkontable/src/overlay/bottom.js +7 -6
- package/3rdparty/walkontable/src/overlay/bottom.mjs +7 -6
- package/3rdparty/walkontable/src/overlay/inlineStart.js +2 -4
- package/3rdparty/walkontable/src/overlay/inlineStart.mjs +2 -4
- package/3rdparty/walkontable/src/overlay/top.js +9 -10
- package/3rdparty/walkontable/src/overlay/top.mjs +9 -10
- package/3rdparty/walkontable/src/overlay/topInlineStartCorner.js +12 -10
- package/3rdparty/walkontable/src/overlay/topInlineStartCorner.mjs +12 -10
- package/3rdparty/walkontable/src/overlays.js +64 -55
- package/3rdparty/walkontable/src/overlays.mjs +64 -55
- package/3rdparty/walkontable/src/renderer/table.js +2 -0
- package/3rdparty/walkontable/src/renderer/table.mjs +2 -0
- package/3rdparty/walkontable/src/scroll.js +23 -20
- package/3rdparty/walkontable/src/scroll.mjs +23 -20
- package/3rdparty/walkontable/src/{border.js → selection/border/border.js} +7 -12
- package/3rdparty/walkontable/src/{border.mjs → selection/border/border.mjs} +7 -12
- package/3rdparty/walkontable/src/selection/border/constants.js +18 -0
- package/3rdparty/walkontable/src/selection/border/constants.mjs +13 -0
- package/3rdparty/walkontable/src/selection/constants.js +63 -0
- package/3rdparty/walkontable/src/selection/constants.mjs +51 -0
- package/3rdparty/walkontable/src/selection/index.js +30 -0
- package/3rdparty/walkontable/src/selection/index.mjs +5 -0
- package/3rdparty/walkontable/src/selection/manager.js +334 -0
- package/3rdparty/walkontable/src/selection/manager.mjs +328 -0
- package/3rdparty/walkontable/src/selection/scanner.js +363 -0
- package/3rdparty/walkontable/src/selection/scanner.mjs +359 -0
- package/3rdparty/walkontable/src/selection/selection.js +133 -0
- package/3rdparty/walkontable/src/selection/selection.mjs +127 -0
- package/3rdparty/walkontable/src/settings.js +15 -13
- package/3rdparty/walkontable/src/settings.mjs +15 -13
- package/3rdparty/walkontable/src/table/mixin/calculatedColumns.js +9 -0
- package/3rdparty/walkontable/src/table/mixin/calculatedColumns.mjs +9 -0
- package/3rdparty/walkontable/src/table/mixin/calculatedRows.js +9 -0
- package/3rdparty/walkontable/src/table/mixin/calculatedRows.mjs +9 -0
- package/3rdparty/walkontable/src/table/mixin/stickyColumnsStart.js +9 -0
- package/3rdparty/walkontable/src/table/mixin/stickyColumnsStart.mjs +9 -0
- package/3rdparty/walkontable/src/table/mixin/stickyRowsBottom.js +9 -0
- package/3rdparty/walkontable/src/table/mixin/stickyRowsBottom.mjs +9 -0
- package/3rdparty/walkontable/src/table/mixin/stickyRowsTop.js +9 -0
- package/3rdparty/walkontable/src/table/mixin/stickyRowsTop.mjs +9 -0
- package/3rdparty/walkontable/src/table.js +33 -101
- package/3rdparty/walkontable/src/table.mjs +34 -102
- package/base.js +4 -2
- package/base.mjs +2 -2
- package/core.d.ts +4 -0
- package/core.js +49 -8
- package/core.mjs +49 -8
- package/dataMap/dataSource.js +5 -5
- package/dataMap/dataSource.mjs +5 -5
- package/dataMap/metaManager/metaSchema.js +7 -0
- package/dataMap/metaManager/metaSchema.mjs +7 -0
- package/dist/handsontable.css +7 -2
- package/dist/handsontable.full.css +7 -2
- package/dist/handsontable.full.js +9409 -9084
- package/dist/handsontable.full.min.css +3 -3
- package/dist/handsontable.full.min.js +115 -123
- package/dist/handsontable.js +9497 -9171
- package/dist/handsontable.min.css +3 -3
- package/dist/handsontable.min.js +3 -11
- package/dist/languages/all.js +0 -133
- package/dist/languages/ar-AR.js +0 -7
- package/dist/languages/cs-CZ.js +0 -7
- package/dist/languages/de-CH.js +0 -7
- package/dist/languages/de-DE.js +0 -7
- package/dist/languages/en-US.js +0 -7
- package/dist/languages/es-MX.js +0 -7
- package/dist/languages/fr-FR.js +0 -7
- package/dist/languages/it-IT.js +0 -7
- package/dist/languages/ja-JP.js +0 -7
- package/dist/languages/ko-KR.js +0 -7
- package/dist/languages/lv-LV.js +0 -7
- package/dist/languages/nb-NO.js +0 -7
- package/dist/languages/nl-NL.js +0 -7
- package/dist/languages/pl-PL.js +0 -7
- package/dist/languages/pt-BR.js +0 -7
- package/dist/languages/ru-RU.js +0 -7
- package/dist/languages/sr-SP.js +0 -7
- package/dist/languages/zh-CN.js +0 -7
- package/dist/languages/zh-TW.js +0 -7
- package/editorManager.js +7 -3
- package/editorManager.mjs +7 -3
- package/editors/textEditor/textEditor.js +3 -16
- package/editors/textEditor/textEditor.mjs +4 -17
- package/focusManager.d.ts +12 -0
- package/focusManager.js +249 -0
- package/focusManager.mjs +245 -0
- package/helpers/dom/element.js +11 -0
- package/helpers/dom/element.mjs +10 -0
- package/helpers/mixed.js +1 -1
- package/helpers/mixed.mjs +1 -1
- package/i18n/languages/ar-AR.js +1 -7
- package/i18n/languages/cs-CZ.js +1 -7
- package/i18n/languages/de-CH.js +1 -7
- package/i18n/languages/de-DE.js +1 -7
- package/i18n/languages/en-US.js +1 -7
- package/i18n/languages/es-MX.js +1 -7
- package/i18n/languages/fr-FR.js +1 -7
- package/i18n/languages/it-IT.js +1 -7
- package/i18n/languages/ja-JP.js +1 -7
- package/i18n/languages/ko-KR.js +1 -7
- package/i18n/languages/lv-LV.js +1 -7
- package/i18n/languages/nb-NO.js +1 -7
- package/i18n/languages/nl-NL.js +1 -7
- package/i18n/languages/pl-PL.js +1 -7
- package/i18n/languages/pt-BR.js +1 -7
- package/i18n/languages/ru-RU.js +1 -7
- package/i18n/languages/sr-SP.js +1 -7
- package/i18n/languages/zh-CN.js +1 -7
- package/i18n/languages/zh-TW.js +1 -7
- package/languages/all.js +0 -133
- package/languages/ar-AR.js +0 -7
- package/languages/cs-CZ.js +0 -7
- package/languages/de-CH.js +0 -7
- package/languages/de-DE.js +0 -7
- package/languages/en-US.js +0 -7
- package/languages/es-MX.js +0 -7
- package/languages/fr-FR.js +0 -7
- package/languages/index.js +0 -133
- package/languages/it-IT.js +0 -7
- package/languages/ja-JP.js +0 -7
- package/languages/ko-KR.js +0 -7
- package/languages/lv-LV.js +0 -7
- package/languages/nb-NO.js +0 -7
- package/languages/nl-NL.js +0 -7
- package/languages/pl-PL.js +0 -7
- package/languages/pt-BR.js +0 -7
- package/languages/ru-RU.js +0 -7
- package/languages/sr-SP.js +0 -7
- package/languages/zh-CN.js +0 -7
- package/languages/zh-TW.js +0 -7
- package/package.json +2 -3
- package/pluginHooks.js +7 -17
- package/pluginHooks.mjs +4 -16
- package/plugins/autoRowSize/autoRowSize.js +2 -2
- package/plugins/autoRowSize/autoRowSize.mjs +2 -2
- package/plugins/copyPaste/copyPaste.js +12 -93
- package/plugins/copyPaste/copyPaste.mjs +12 -93
- package/plugins/copyPaste/copyableRanges.js +31 -25
- package/plugins/copyPaste/copyableRanges.mjs +24 -18
- package/plugins/customBorders/customBorders.js +6 -2
- package/plugins/customBorders/customBorders.mjs +7 -3
- package/plugins/filters/filters.js +0 -5
- package/plugins/filters/filters.mjs +0 -5
- package/plugins/formulas/formulas.js +168 -190
- package/plugins/formulas/formulas.mjs +168 -190
- package/plugins/mergeCells/mergeCells.js +0 -16
- package/plugins/mergeCells/mergeCells.mjs +0 -16
- package/plugins/nestedHeaders/nestedHeaders.js +3 -4
- package/plugins/nestedHeaders/nestedHeaders.mjs +3 -4
- package/plugins/nestedHeaders/stateManager/headersTree.js +26 -23
- package/plugins/nestedHeaders/stateManager/headersTree.mjs +23 -20
- package/plugins/nestedHeaders/stateManager/index.js +3 -3
- package/plugins/nestedHeaders/stateManager/matrixGenerator.js +0 -1
- package/plugins/nestedHeaders/stateManager/settingsNormalizer.js +1 -1
- package/plugins/nestedHeaders/utils/ghostTable.js +35 -30
- package/plugins/nestedHeaders/utils/ghostTable.mjs +35 -30
- package/plugins/registry.js +1 -3
- package/plugins/undoRedo/undoRedo.js +1 -0
- package/plugins/undoRedo/undoRedo.mjs +1 -0
- package/renderers/baseRenderer/baseRenderer.js +3 -0
- package/renderers/baseRenderer/baseRenderer.mjs +3 -0
- package/selection/highlight/highlight.js +335 -133
- package/selection/highlight/highlight.mjs +325 -129
- package/selection/highlight/types/activeHeader.js +10 -9
- package/selection/highlight/types/activeHeader.mjs +10 -8
- package/selection/highlight/types/area.js +12 -27
- package/selection/highlight/types/area.mjs +16 -30
- package/selection/highlight/types/areaLayered.js +54 -0
- package/selection/highlight/types/areaLayered.mjs +49 -0
- package/selection/highlight/types/column.js +50 -0
- package/selection/highlight/types/column.mjs +45 -0
- package/selection/highlight/types/customSelection.js +7 -10
- package/selection/highlight/types/customSelection.mjs +7 -9
- package/selection/highlight/types/fill.js +5 -8
- package/selection/highlight/types/fill.mjs +5 -7
- package/selection/highlight/types/{cell.js → focus.js} +5 -8
- package/selection/highlight/types/{cell.mjs → focus.mjs} +5 -7
- package/selection/highlight/types/header.js +10 -20
- package/selection/highlight/types/header.mjs +10 -19
- package/selection/highlight/types/{index.js → row.js} +27 -31
- package/selection/highlight/types/{index.mjs → row.mjs} +24 -29
- package/selection/highlight/visualSelection.js +12 -21
- package/selection/highlight/visualSelection.mjs +12 -21
- package/selection/index.js +4 -7
- package/selection/index.mjs +2 -3
- package/selection/selection.js +88 -46
- package/selection/selection.mjs +82 -44
- package/settings.d.ts +1 -0
- package/tableView.js +94 -66
- package/tableView.mjs +94 -66
- package/translations/changesObservable/observable.js +46 -41
- package/translations/changesObservable/observable.mjs +41 -36
- package/translations/changesObservable/observer.js +1 -1
- package/translations/indexMapper.js +0 -21
- package/translations/indexMapper.mjs +0 -21
- package/utils/dataStructures/tree.js +18 -15
- package/utils/dataStructures/tree.mjs +18 -15
- package/utils/parseTable.js +1 -5
- package/utils/parseTable.mjs +1 -5
- package/3rdparty/walkontable/src/selection.js +0 -354
- package/3rdparty/walkontable/src/selection.mjs +0 -348
- package/plugins/copyPaste/focusableElement.js +0 -219
- package/plugins/copyPaste/focusableElement.mjs +0 -213
- package/plugins/formulas/indexSyncer/axisSyncer.js +0 -379
- package/plugins/formulas/indexSyncer/axisSyncer.mjs +0 -374
- package/plugins/formulas/indexSyncer/index.js +0 -225
- package/plugins/formulas/indexSyncer/index.mjs +0 -219
- package/selection/highlight/constants.js +0 -16
- package/selection/highlight/constants.mjs +0 -6
package/i18n/languages/sr-SP.js
CHANGED
@@ -21,13 +21,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
21
21
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
22
22
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
23
23
|
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
24
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
25
|
-
* @preserve
|
26
|
-
* Author: Ivan Zarkovic
|
27
|
-
* Last updated: May 9, 2022
|
28
|
-
*
|
29
|
-
* Description: Definition file for Serbian - Republic of Serbia language-country.
|
30
|
-
*/
|
24
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
31
25
|
var dictionary = (_dictionary = {
|
32
26
|
languageCode: 'sr-SP'
|
33
27
|
}, _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_NO_ITEMS, 'Nema dostupnih opcija'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ROW_ABOVE, 'Unesi red iznad'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ROW_BELOW, 'Unesi red ispod'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_INSERT_LEFT, 'Unesi kolonu levo'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_INSERT_RIGHT, 'Insert kolonu desno'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_REMOVE_ROW, ['Ukloni red', 'Ukloni redove']), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_REMOVE_COLUMN, ['Ukloni kolonu', 'Ukloni kolone']), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_UNDO, 'Poništi'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_REDO, 'Ponovi'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_READ_ONLY, 'Samo za čitanje'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_CLEAR_COLUMN, 'Obriši kolonu'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT, 'Poravnanje'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT_LEFT, 'Levo'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT_CENTER, 'Centar'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT_RIGHT, 'Desno'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT_JUSTIFY, 'Složeno'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT_TOP, 'Gore'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT_MIDDLE, 'Sredina'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT_BOTTOM, 'Dole'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_FREEZE_COLUMN, 'Zamrzni kolonu'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_UNFREEZE_COLUMN, 'Odmrzni kolonu'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_BORDERS, 'Ivica'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_BORDERS_TOP, 'Gore'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_BORDERS_RIGHT, 'Desno'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_BORDERS_BOTTOM, 'Dole'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_BORDERS_LEFT, 'Levo'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_REMOVE_BORDERS, 'Ukloni ivicu(e)'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ADD_COMMENT, 'Dodaj komentar'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_EDIT_COMMENT, 'Izmeni komentar'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_REMOVE_COMMENT, 'Obriši komentar'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_READ_ONLY_COMMENT, 'Komentar samo za čitanje'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_MERGE_CELLS, 'Spoji ćelije'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_UNMERGE_CELLS, 'Odvoji ćelije'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_COPY, 'Kopiraj'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_CUT, 'Iseci'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_NESTED_ROWS_INSERT_CHILD, 'Unesi ugnježdeni red'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_NESTED_ROWS_DETACH_CHILD, 'Odvoji ugnježdeni red'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_HIDE_COLUMN, ['Sakrij kolonu', 'Sakrij kolone']), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_SHOW_COLUMN, ['Prikaži kolonu', 'Prikaži kolone']), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_HIDE_ROW, ['Sakrij red', 'Sakrij redove']), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_SHOW_ROW, ['Prikaži red', 'Prikaži redove']), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_NONE, 'Nema'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_EMPTY, 'Je prazno'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_NOT_EMPTY, 'Nije prazno'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_EQUAL, 'Je jednako'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_NOT_EQUAL, 'Nije jednako'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_BEGINS_WITH, 'Počinje sa'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_ENDS_WITH, 'Završava se sa'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_CONTAINS, 'Sadrži'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_NOT_CONTAIN, 'Ne sadrži'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_GREATER_THAN, 'Veće od'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_GREATER_THAN_OR_EQUAL, 'Veće od ili jednako'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_LESS_THAN, 'Manje od'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_LESS_THAN_OR_EQUAL, 'Manje od ili jednako'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_BETWEEN, 'Je između'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_NOT_BETWEEN, 'Nije između'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_AFTER, 'Posle'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_BEFORE, 'Pre'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_TODAY, 'Danas'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_TOMORROW, 'Sutra'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_YESTERDAY, 'Juče'), _defineProperty(_dictionary, C.FILTERS_VALUES_BLANK_CELLS, 'Prazne ćelije'), _defineProperty(_dictionary, C.FILTERS_DIVS_FILTER_BY_CONDITION, 'Filtriraj po uslovu'), _defineProperty(_dictionary, C.FILTERS_DIVS_FILTER_BY_VALUE, 'Filtriraj po vrednosti'), _defineProperty(_dictionary, C.FILTERS_LABELS_CONJUNCTION, 'I'), _defineProperty(_dictionary, C.FILTERS_LABELS_DISJUNCTION, 'Ili'), _defineProperty(_dictionary, C.FILTERS_BUTTONS_SELECT_ALL, 'Selektuj sve'), _defineProperty(_dictionary, C.FILTERS_BUTTONS_CLEAR, 'Očisti'), _defineProperty(_dictionary, C.FILTERS_BUTTONS_OK, 'U redu'), _defineProperty(_dictionary, C.FILTERS_BUTTONS_CANCEL, 'Otkaži'), _defineProperty(_dictionary, C.FILTERS_BUTTONS_PLACEHOLDER_SEARCH, 'Pretraga'), _defineProperty(_dictionary, C.FILTERS_BUTTONS_PLACEHOLDER_VALUE, 'Vrednost'), _defineProperty(_dictionary, C.FILTERS_BUTTONS_PLACEHOLDER_SECOND_VALUE, 'Druga vrednost'), _dictionary);
|
package/i18n/languages/zh-CN.js
CHANGED
@@ -21,13 +21,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
21
21
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
22
22
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
23
23
|
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
24
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
25
|
-
* @preserve
|
26
|
-
* Authors: soakit, HChenZi
|
27
|
-
* Last updated: Mar 09, 2023
|
28
|
-
*
|
29
|
-
* Description: Definition file for Chinese - China language-country.
|
30
|
-
*/
|
24
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
31
25
|
var dictionary = (_dictionary = {
|
32
26
|
languageCode: 'zh-CN'
|
33
27
|
}, _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ROW_ABOVE, '上方插入行'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ROW_BELOW, '下方插入行'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_INSERT_LEFT, '左方插入列'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_INSERT_RIGHT, '右方插入列'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_REMOVE_ROW, ['移除该行', '移除多行']), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_REMOVE_COLUMN, ['移除该列', '移除多列']), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_UNDO, '撤销'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_REDO, '恢复'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_READ_ONLY, '只读'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_CLEAR_COLUMN, '清空该列'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT, '对齐'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT_LEFT, '左对齐'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT_CENTER, '水平居中'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT_RIGHT, '右对齐'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT_JUSTIFY, '两端对齐'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT_TOP, '顶端对齐'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT_MIDDLE, '垂直居中'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT_BOTTOM, '底端对齐'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_FREEZE_COLUMN, '冻结该列'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_UNFREEZE_COLUMN, '取消冻结'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_BORDERS, '边框'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_BORDERS_TOP, '上'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_BORDERS_RIGHT, '右'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_BORDERS_BOTTOM, '下'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_BORDERS_LEFT, '左'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_REMOVE_BORDERS, '移除边框'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ADD_COMMENT, '插入批注'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_EDIT_COMMENT, '编辑批注'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_REMOVE_COMMENT, '删除批注'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_READ_ONLY_COMMENT, '只读批注'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_MERGE_CELLS, '合并'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_UNMERGE_CELLS, '取消合并'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_COPY, '复制'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_COPY_WITH_COLUMN_HEADERS, '带标题的复制'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_COPY_WITH_COLUMN_GROUP_HEADERS, '带标题组的复制'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_COPY_COLUMN_HEADERS_ONLY, '仅复制标题'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_CUT, '剪切'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_NESTED_ROWS_INSERT_CHILD, '插入子行'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_NESTED_ROWS_DETACH_CHILD, '与母行分离'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_HIDE_COLUMN, ['隐藏该列', '隐藏多列']), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_SHOW_COLUMN, ['显示该列', '显示多列']), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_HIDE_ROW, ['隐藏该行', '隐藏多行']), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_SHOW_ROW, ['显示该行', '显示多行']), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_NONE, '无'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_EMPTY, '为空'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_NOT_EMPTY, '不为空'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_EQUAL, '等于'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_NOT_EQUAL, '不等于'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_BEGINS_WITH, '开头是'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_ENDS_WITH, '结尾是'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_CONTAINS, '包含'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_NOT_CONTAIN, '不包含'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_GREATER_THAN, '大于'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_GREATER_THAN_OR_EQUAL, '大于或等于'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_LESS_THAN, '小于'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_LESS_THAN_OR_EQUAL, '小于或等于'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_BETWEEN, '在此范围'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_NOT_BETWEEN, '不在此范围'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_AFTER, '之后'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_BEFORE, '之前'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_TODAY, '今天'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_TOMORROW, '明天'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_YESTERDAY, '昨天'), _defineProperty(_dictionary, C.FILTERS_VALUES_BLANK_CELLS, '空白单元格'), _defineProperty(_dictionary, C.FILTERS_DIVS_FILTER_BY_CONDITION, '按条件过滤'), _defineProperty(_dictionary, C.FILTERS_DIVS_FILTER_BY_VALUE, '按值过滤'), _defineProperty(_dictionary, C.FILTERS_LABELS_CONJUNCTION, '且'), _defineProperty(_dictionary, C.FILTERS_LABELS_DISJUNCTION, '或'), _defineProperty(_dictionary, C.FILTERS_BUTTONS_SELECT_ALL, '全选'), _defineProperty(_dictionary, C.FILTERS_BUTTONS_CLEAR, '清除'), _defineProperty(_dictionary, C.FILTERS_BUTTONS_OK, '确认'), _defineProperty(_dictionary, C.FILTERS_BUTTONS_CANCEL, '取消'), _defineProperty(_dictionary, C.FILTERS_BUTTONS_PLACEHOLDER_SEARCH, '搜索'), _defineProperty(_dictionary, C.FILTERS_BUTTONS_PLACEHOLDER_VALUE, '值'), _defineProperty(_dictionary, C.FILTERS_BUTTONS_PLACEHOLDER_SECOND_VALUE, '第二值'), _dictionary);
|
package/i18n/languages/zh-TW.js
CHANGED
@@ -21,13 +21,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
21
21
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
22
22
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
23
23
|
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
24
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
25
|
-
* @preserve
|
26
|
-
* Authors: Phyllis Yen
|
27
|
-
* Last updated: Mar 9, 2018
|
28
|
-
*
|
29
|
-
* Description: Definition file for Chinese - Taiwan language-country.
|
30
|
-
*/
|
24
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
31
25
|
var dictionary = (_dictionary = {
|
32
26
|
languageCode: 'zh-TW'
|
33
27
|
}, _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ROW_ABOVE, '上方插入列'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ROW_BELOW, '下方插入列'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_INSERT_LEFT, '左方插入欄'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_INSERT_RIGHT, '右方插入欄'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_REMOVE_ROW, ['移除該列', '移除多列']), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_REMOVE_COLUMN, ['移除該欄', '移除多欄']), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_UNDO, '復原'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_REDO, '取消復原'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_READ_ONLY, '唯讀'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_CLEAR_COLUMN, '清空該欄'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT, '對齊'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT_LEFT, '靠左'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT_CENTER, '水平置中'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT_RIGHT, '靠右'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT_JUSTIFY, '左右對齊'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT_TOP, '靠上'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT_MIDDLE, '垂直置中'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ALIGNMENT_BOTTOM, '靠下'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_FREEZE_COLUMN, '凍結欄位'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_UNFREEZE_COLUMN, '取消凍結欄位'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_BORDERS, '邊界'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_BORDERS_TOP, '上'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_BORDERS_RIGHT, '右'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_BORDERS_BOTTOM, '下'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_BORDERS_LEFT, '左'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_REMOVE_BORDERS, '移除邊界'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_ADD_COMMENT, '加入評論'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_EDIT_COMMENT, '編輯評論'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_REMOVE_COMMENT, '刪除評論'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_READ_ONLY_COMMENT, '唯讀評論'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_MERGE_CELLS, '合併欄位'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_UNMERGE_CELLS, '取消合併欄位'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_COPY, '複製'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_CUT, '剪下'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_NESTED_ROWS_INSERT_CHILD, '插入子列'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_NESTED_ROWS_DETACH_CHILD, '與母列分離'), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_HIDE_COLUMN, ['隱藏該欄', '隱藏多欄']), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_SHOW_COLUMN, ['顯示該欄', '顯示多欄']), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_HIDE_ROW, ['隱藏該列', '隱藏多列']), _defineProperty(_dictionary, C.CONTEXTMENU_ITEMS_SHOW_ROW, ['顯示該列', '顯示多列']), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_NONE, '無'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_EMPTY, '為空'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_NOT_EMPTY, '不為空'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_EQUAL, '等於'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_NOT_EQUAL, '不等於'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_BEGINS_WITH, '開頭是'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_ENDS_WITH, '結尾是'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_CONTAINS, '包含'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_NOT_CONTAIN, '不包含'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_GREATER_THAN, '大於'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_GREATER_THAN_OR_EQUAL, '大於或等於'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_LESS_THAN, '小於'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_LESS_THAN_OR_EQUAL, '小於或等於'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_BETWEEN, '在此範圍'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_NOT_BETWEEN, '不在此範圍'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_AFTER, '之後'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_BEFORE, '之前'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_TODAY, '今天'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_TOMORROW, '明天'), _defineProperty(_dictionary, C.FILTERS_CONDITIONS_YESTERDAY, '昨天'), _defineProperty(_dictionary, C.FILTERS_VALUES_BLANK_CELLS, '空白格'), _defineProperty(_dictionary, C.FILTERS_DIVS_FILTER_BY_CONDITION, '依條件過濾'), _defineProperty(_dictionary, C.FILTERS_DIVS_FILTER_BY_VALUE, '依值過濾'), _defineProperty(_dictionary, C.FILTERS_LABELS_CONJUNCTION, '且'), _defineProperty(_dictionary, C.FILTERS_LABELS_DISJUNCTION, '或'), _defineProperty(_dictionary, C.FILTERS_BUTTONS_SELECT_ALL, '全選'), _defineProperty(_dictionary, C.FILTERS_BUTTONS_CLEAR, '清除'), _defineProperty(_dictionary, C.FILTERS_BUTTONS_OK, '確認'), _defineProperty(_dictionary, C.FILTERS_BUTTONS_CANCEL, '取消'), _defineProperty(_dictionary, C.FILTERS_BUTTONS_PLACEHOLDER_SEARCH, '搜尋'), _defineProperty(_dictionary, C.FILTERS_BUTTONS_PLACEHOLDER_VALUE, '值'), _defineProperty(_dictionary, C.FILTERS_BUTTONS_PLACEHOLDER_SECOND_VALUE, '第二值'), _dictionary);
|
package/languages/all.js
CHANGED
@@ -107,13 +107,6 @@ exports.default = void 0;
|
|
107
107
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
108
108
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
109
109
|
var _dictionary;
|
110
|
-
/**
|
111
|
-
* @preserve
|
112
|
-
* Authors: Handsoncode
|
113
|
-
* Last updated: Feb 9, 2022
|
114
|
-
*
|
115
|
-
* Description: Definition file for Arabic - Without a specific country.
|
116
|
-
*/
|
117
110
|
var C = _handsontable.default.languages.dictionaryKeys;
|
118
111
|
var dictionary = (_dictionary = {
|
119
112
|
languageCode: 'ar-AR',
|
@@ -218,13 +211,6 @@ exports.default = void 0;
|
|
218
211
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
219
212
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
220
213
|
var _dictionary;
|
221
|
-
/**
|
222
|
-
* @preserve
|
223
|
-
* Authors: Ashus
|
224
|
-
* Last updated: Mar 22, 2022
|
225
|
-
*
|
226
|
-
* Description: Definition file for Czech - Czechia language-country.
|
227
|
-
*/
|
228
214
|
var C = _handsontable.default.languages.dictionaryKeys;
|
229
215
|
var dictionary = (_dictionary = {
|
230
216
|
languageCode: 'cs-CZ'
|
@@ -246,13 +232,6 @@ exports.default = void 0;
|
|
246
232
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
247
233
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
248
234
|
var _dictionary;
|
249
|
-
/**
|
250
|
-
* @preserve
|
251
|
-
* Authors: Stefan Salzl
|
252
|
-
* Last updated: Jan 08, 2018
|
253
|
-
*
|
254
|
-
* Description: Definition file for German - Switzerland language-country.
|
255
|
-
*/
|
256
235
|
var C = _handsontable.default.languages.dictionaryKeys;
|
257
236
|
var dictionary = (_dictionary = {
|
258
237
|
languageCode: 'de-CH'
|
@@ -274,13 +253,6 @@ exports.default = void 0;
|
|
274
253
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
275
254
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
276
255
|
var _dictionary;
|
277
|
-
/**
|
278
|
-
* @preserve
|
279
|
-
* Authors: Stefan Salzl
|
280
|
-
* Last updated: Jan 08, 2018
|
281
|
-
*
|
282
|
-
* Description: Definition file for German - Germany language-country.
|
283
|
-
*/
|
284
256
|
var C = _handsontable.default.languages.dictionaryKeys;
|
285
257
|
var dictionary = (_dictionary = {
|
286
258
|
languageCode: 'de-DE'
|
@@ -302,13 +274,6 @@ exports.default = void 0;
|
|
302
274
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
303
275
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
304
276
|
var _dictionary;
|
305
|
-
/**
|
306
|
-
* @preserve
|
307
|
-
* Authors: Handsoncode
|
308
|
-
* Last updated: Nov 15, 2017
|
309
|
-
*
|
310
|
-
* Description: Definition file for English - United States language-country.
|
311
|
-
*/
|
312
277
|
var C = _handsontable.default.languages.dictionaryKeys;
|
313
278
|
var dictionary = (_dictionary = {
|
314
279
|
languageCode: 'en-US'
|
@@ -330,13 +295,6 @@ exports.default = void 0;
|
|
330
295
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
331
296
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
332
297
|
var _dictionary;
|
333
|
-
/**
|
334
|
-
* @preserve
|
335
|
-
* Authors: Handsoncode, Enrique Enciso
|
336
|
-
* Last updated: Nov 18, 2022
|
337
|
-
*
|
338
|
-
* Description: Definition file for Spanish - Mexico language-country.
|
339
|
-
*/
|
340
298
|
var C = _handsontable.default.languages.dictionaryKeys;
|
341
299
|
var dictionary = (_dictionary = {
|
342
300
|
languageCode: 'es-MX'
|
@@ -358,13 +316,6 @@ exports.default = void 0;
|
|
358
316
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
359
317
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
360
318
|
var _dictionary;
|
361
|
-
/**
|
362
|
-
* @preserve
|
363
|
-
* Authors: Stefan Salzl, Thomas Senn
|
364
|
-
* Last updated: Feb 05, 2018
|
365
|
-
*
|
366
|
-
* Description: Definition file for French - France language-country.
|
367
|
-
*/
|
368
319
|
var C = _handsontable.default.languages.dictionaryKeys;
|
369
320
|
var dictionary = (_dictionary = {
|
370
321
|
languageCode: 'fr-FR'
|
@@ -434,13 +385,6 @@ exports.default = void 0;
|
|
434
385
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
435
386
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
436
387
|
var _dictionary;
|
437
|
-
/**
|
438
|
-
* @preserve
|
439
|
-
* Authors: Andrea Cattaneo
|
440
|
-
* Last updated: Sep 14, 2018
|
441
|
-
*
|
442
|
-
* Description: Definition file for Italian - Italy language-country.
|
443
|
-
*/
|
444
388
|
var C = _handsontable.default.languages.dictionaryKeys;
|
445
389
|
var dictionary = (_dictionary = {
|
446
390
|
languageCode: 'it-IT'
|
@@ -462,13 +406,6 @@ exports.default = void 0;
|
|
462
406
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
463
407
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
464
408
|
var _dictionary;
|
465
|
-
/**
|
466
|
-
* @preserve
|
467
|
-
* Authors: hand-dot
|
468
|
-
* Last updated: Jan 9, 2023
|
469
|
-
*
|
470
|
-
* Description: Definition file for Japanese - Japan language-country.
|
471
|
-
*/
|
472
409
|
var C = _handsontable.default.languages.dictionaryKeys;
|
473
410
|
var dictionary = (_dictionary = {
|
474
411
|
languageCode: 'ja-JP'
|
@@ -490,13 +427,6 @@ exports.default = void 0;
|
|
490
427
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
491
428
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
492
429
|
var _dictionary;
|
493
|
-
/**
|
494
|
-
* @preserve
|
495
|
-
* Authors: Hwang, Gun-gu
|
496
|
-
* Last updated: Aug 20, 2018
|
497
|
-
*
|
498
|
-
* Description: Definition file for Korean - Korea language-country.
|
499
|
-
*/
|
500
430
|
var C = _handsontable.default.languages.dictionaryKeys;
|
501
431
|
var dictionary = (_dictionary = {
|
502
432
|
languageCode: 'ko-KR'
|
@@ -518,13 +448,6 @@ exports.default = void 0;
|
|
518
448
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
519
449
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
520
450
|
var _dictionary;
|
521
|
-
/**
|
522
|
-
* @preserve
|
523
|
-
* Authors: Edgars Voroboks, NullIsNot0
|
524
|
-
* Last updated: Dec 5, 2022
|
525
|
-
*
|
526
|
-
* Description: Definition file for Latvian - Latvia language-country.
|
527
|
-
*/
|
528
451
|
var C = _handsontable.default.languages.dictionaryKeys;
|
529
452
|
var dictionary = (_dictionary = {
|
530
453
|
languageCode: 'lv-LV'
|
@@ -546,13 +469,6 @@ exports.default = void 0;
|
|
546
469
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
547
470
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
548
471
|
var _dictionary;
|
549
|
-
/**
|
550
|
-
* @preserve
|
551
|
-
* Authors: Simon Borøy-Johnsen (TheSimoms)
|
552
|
-
* Last updated: Dec 19, 2017
|
553
|
-
*
|
554
|
-
* Description: Definition file for Norwegian Bokmål - Norway language-country.
|
555
|
-
*/
|
556
472
|
var C = _handsontable.default.languages.dictionaryKeys;
|
557
473
|
var dictionary = (_dictionary = {
|
558
474
|
languageCode: 'nb-NO'
|
@@ -574,13 +490,6 @@ exports.default = void 0;
|
|
574
490
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
575
491
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
576
492
|
var _dictionary;
|
577
|
-
/**
|
578
|
-
* @preserve
|
579
|
-
* Authors: Tomas Rapkauskas, Anton Brouwer, webjazznl
|
580
|
-
* Last updated: Dec 5, 2022
|
581
|
-
*
|
582
|
-
* Description: Definition file for Dutch - The Netherlands language-country.
|
583
|
-
*/
|
584
493
|
var C = _handsontable.default.languages.dictionaryKeys;
|
585
494
|
var dictionary = (_dictionary = {
|
586
495
|
languageCode: 'nl-NL'
|
@@ -602,13 +511,6 @@ exports.default = void 0;
|
|
602
511
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
603
512
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
604
513
|
var _dictionary;
|
605
|
-
/**
|
606
|
-
* @preserve
|
607
|
-
* Authors: Handsoncode
|
608
|
-
* Last updated: Dec 5, 2022
|
609
|
-
*
|
610
|
-
* Description: Definition file for Polish - Poland language-country.
|
611
|
-
*/
|
612
514
|
var C = _handsontable.default.languages.dictionaryKeys;
|
613
515
|
var dictionary = (_dictionary = {
|
614
516
|
languageCode: 'pl-PL'
|
@@ -630,13 +532,6 @@ exports.default = void 0;
|
|
630
532
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
631
533
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
632
534
|
var _dictionary;
|
633
|
-
/**
|
634
|
-
* @preserve
|
635
|
-
* Authors: Júlio C. Zuppa
|
636
|
-
* Last updated: Jan 12, 2018
|
637
|
-
*
|
638
|
-
* Description: Definition file for Portuguese - Brazil language-country.
|
639
|
-
*/
|
640
535
|
var C = _handsontable.default.languages.dictionaryKeys;
|
641
536
|
var dictionary = (_dictionary = {
|
642
537
|
languageCode: 'pt-BR'
|
@@ -658,13 +553,6 @@ exports.default = void 0;
|
|
658
553
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
659
554
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
660
555
|
var _dictionary;
|
661
|
-
/**
|
662
|
-
* @preserve
|
663
|
-
* Authors: Alexey Rogachev
|
664
|
-
* Last updated: Feb 28, 2018
|
665
|
-
*
|
666
|
-
* Description: Definition file for Russian - Russia language-country.
|
667
|
-
*/
|
668
556
|
var C = _handsontable.default.languages.dictionaryKeys;
|
669
557
|
var dictionary = (_dictionary = {
|
670
558
|
languageCode: 'ru-RU'
|
@@ -686,13 +574,6 @@ exports.default = void 0;
|
|
686
574
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
687
575
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
688
576
|
var _dictionary;
|
689
|
-
/**
|
690
|
-
* @preserve
|
691
|
-
* Author: Ivan Zarkovic
|
692
|
-
* Last updated: May 9, 2022
|
693
|
-
*
|
694
|
-
* Description: Definition file for Serbian - Republic of Serbia language-country.
|
695
|
-
*/
|
696
577
|
var C = _handsontable.default.languages.dictionaryKeys;
|
697
578
|
var dictionary = (_dictionary = {
|
698
579
|
languageCode: 'sr-SP'
|
@@ -714,13 +595,6 @@ exports.default = void 0;
|
|
714
595
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
715
596
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
716
597
|
var _dictionary;
|
717
|
-
/**
|
718
|
-
* @preserve
|
719
|
-
* Authors: soakit, HChenZi
|
720
|
-
* Last updated: Mar 09, 2023
|
721
|
-
*
|
722
|
-
* Description: Definition file for Chinese - China language-country.
|
723
|
-
*/
|
724
598
|
var C = _handsontable.default.languages.dictionaryKeys;
|
725
599
|
var dictionary = (_dictionary = {
|
726
600
|
languageCode: 'zh-CN'
|
@@ -742,13 +616,6 @@ exports.default = void 0;
|
|
742
616
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
743
617
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
744
618
|
var _dictionary;
|
745
|
-
/**
|
746
|
-
* @preserve
|
747
|
-
* Authors: Phyllis Yen
|
748
|
-
* Last updated: Mar 9, 2018
|
749
|
-
*
|
750
|
-
* Description: Definition file for Chinese - Taiwan language-country.
|
751
|
-
*/
|
752
619
|
var C = _handsontable.default.languages.dictionaryKeys;
|
753
620
|
var dictionary = (_dictionary = {
|
754
621
|
languageCode: 'zh-TW'
|
package/languages/ar-AR.js
CHANGED
@@ -107,13 +107,6 @@ exports.default = void 0;
|
|
107
107
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
108
108
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
109
109
|
var _dictionary;
|
110
|
-
/**
|
111
|
-
* @preserve
|
112
|
-
* Authors: Handsoncode
|
113
|
-
* Last updated: Feb 9, 2022
|
114
|
-
*
|
115
|
-
* Description: Definition file for Arabic - Without a specific country.
|
116
|
-
*/
|
117
110
|
var C = _handsontable.default.languages.dictionaryKeys;
|
118
111
|
var dictionary = (_dictionary = {
|
119
112
|
languageCode: 'ar-AR',
|
package/languages/cs-CZ.js
CHANGED
@@ -190,13 +190,6 @@ exports.default = void 0;
|
|
190
190
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
191
191
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
192
192
|
var _dictionary;
|
193
|
-
/**
|
194
|
-
* @preserve
|
195
|
-
* Authors: Ashus
|
196
|
-
* Last updated: Mar 22, 2022
|
197
|
-
*
|
198
|
-
* Description: Definition file for Czech - Czechia language-country.
|
199
|
-
*/
|
200
193
|
var C = _handsontable.default.languages.dictionaryKeys;
|
201
194
|
var dictionary = (_dictionary = {
|
202
195
|
languageCode: 'cs-CZ'
|
package/languages/de-CH.js
CHANGED
@@ -191,13 +191,6 @@ exports.default = void 0;
|
|
191
191
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
192
192
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
193
193
|
var _dictionary;
|
194
|
-
/**
|
195
|
-
* @preserve
|
196
|
-
* Authors: Stefan Salzl
|
197
|
-
* Last updated: Jan 08, 2018
|
198
|
-
*
|
199
|
-
* Description: Definition file for German - Switzerland language-country.
|
200
|
-
*/
|
201
194
|
var C = _handsontable.default.languages.dictionaryKeys;
|
202
195
|
var dictionary = (_dictionary = {
|
203
196
|
languageCode: 'de-CH'
|
package/languages/de-DE.js
CHANGED
@@ -192,13 +192,6 @@ exports.default = void 0;
|
|
192
192
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
193
193
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
194
194
|
var _dictionary;
|
195
|
-
/**
|
196
|
-
* @preserve
|
197
|
-
* Authors: Stefan Salzl
|
198
|
-
* Last updated: Jan 08, 2018
|
199
|
-
*
|
200
|
-
* Description: Definition file for German - Germany language-country.
|
201
|
-
*/
|
202
195
|
var C = _handsontable.default.languages.dictionaryKeys;
|
203
196
|
var dictionary = (_dictionary = {
|
204
197
|
languageCode: 'de-DE'
|
package/languages/en-US.js
CHANGED
@@ -193,13 +193,6 @@ exports.default = void 0;
|
|
193
193
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
194
194
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
195
195
|
var _dictionary;
|
196
|
-
/**
|
197
|
-
* @preserve
|
198
|
-
* Authors: Handsoncode
|
199
|
-
* Last updated: Nov 15, 2017
|
200
|
-
*
|
201
|
-
* Description: Definition file for English - United States language-country.
|
202
|
-
*/
|
203
196
|
var C = _handsontable.default.languages.dictionaryKeys;
|
204
197
|
var dictionary = (_dictionary = {
|
205
198
|
languageCode: 'en-US'
|
package/languages/es-MX.js
CHANGED
@@ -194,13 +194,6 @@ exports.default = void 0;
|
|
194
194
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
195
195
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
196
196
|
var _dictionary;
|
197
|
-
/**
|
198
|
-
* @preserve
|
199
|
-
* Authors: Handsoncode, Enrique Enciso
|
200
|
-
* Last updated: Nov 18, 2022
|
201
|
-
*
|
202
|
-
* Description: Definition file for Spanish - Mexico language-country.
|
203
|
-
*/
|
204
197
|
var C = _handsontable.default.languages.dictionaryKeys;
|
205
198
|
var dictionary = (_dictionary = {
|
206
199
|
languageCode: 'es-MX'
|
package/languages/fr-FR.js
CHANGED
@@ -195,13 +195,6 @@ exports.default = void 0;
|
|
195
195
|
var _defineProperty2 = _interopRequireDefault(__webpack_require__(2));
|
196
196
|
var _handsontable = _interopRequireDefault(__webpack_require__(6));
|
197
197
|
var _dictionary;
|
198
|
-
/**
|
199
|
-
* @preserve
|
200
|
-
* Authors: Stefan Salzl, Thomas Senn
|
201
|
-
* Last updated: Feb 05, 2018
|
202
|
-
*
|
203
|
-
* Description: Definition file for French - France language-country.
|
204
|
-
*/
|
205
198
|
var C = _handsontable.default.languages.dictionaryKeys;
|
206
199
|
var dictionary = (_dictionary = {
|
207
200
|
languageCode: 'fr-FR'
|