handsontable 0.0.0-next-3058de1-20241122 → 0.0.0-next-1af4e47-20241125

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.

Files changed (110) hide show
  1. package/3rdparty/walkontable/src/calculator/index.js +2 -1
  2. package/3rdparty/walkontable/src/calculator/index.mjs +2 -2
  3. package/3rdparty/walkontable/src/calculator/viewportRows.js +3 -3
  4. package/3rdparty/walkontable/src/calculator/viewportRows.mjs +3 -3
  5. package/3rdparty/walkontable/src/core/_base.js +0 -3
  6. package/3rdparty/walkontable/src/core/_base.mjs +0 -3
  7. package/3rdparty/walkontable/src/core/clone.js +0 -1
  8. package/3rdparty/walkontable/src/core/clone.mjs +0 -1
  9. package/3rdparty/walkontable/src/core/core.js +0 -2
  10. package/3rdparty/walkontable/src/core/core.mjs +0 -2
  11. package/3rdparty/walkontable/src/facade/core.js +0 -3
  12. package/3rdparty/walkontable/src/facade/core.mjs +0 -3
  13. package/3rdparty/walkontable/src/index.js +1 -0
  14. package/3rdparty/walkontable/src/index.mjs +2 -2
  15. package/3rdparty/walkontable/src/overlay/_base.js +1 -3
  16. package/3rdparty/walkontable/src/overlay/_base.mjs +1 -3
  17. package/3rdparty/walkontable/src/overlay/bottom.js +2 -2
  18. package/3rdparty/walkontable/src/overlay/bottom.mjs +2 -2
  19. package/3rdparty/walkontable/src/overlay/inlineStart.js +1 -1
  20. package/3rdparty/walkontable/src/overlay/inlineStart.mjs +1 -1
  21. package/3rdparty/walkontable/src/overlay/top.js +2 -2
  22. package/3rdparty/walkontable/src/overlay/top.mjs +2 -2
  23. package/3rdparty/walkontable/src/renderer/index.js +2 -4
  24. package/3rdparty/walkontable/src/renderer/index.mjs +2 -4
  25. package/3rdparty/walkontable/src/renderer/table.js +3 -12
  26. package/3rdparty/walkontable/src/renderer/table.mjs +3 -12
  27. package/3rdparty/walkontable/src/settings.js +2 -0
  28. package/3rdparty/walkontable/src/settings.mjs +2 -0
  29. package/3rdparty/walkontable/src/table.js +9 -17
  30. package/3rdparty/walkontable/src/table.mjs +9 -17
  31. package/3rdparty/walkontable/src/types.js +0 -1
  32. package/3rdparty/walkontable/src/types.mjs +0 -1
  33. package/3rdparty/walkontable/src/utils/column.js +1 -1
  34. package/3rdparty/walkontable/src/utils/column.mjs +1 -1
  35. package/3rdparty/walkontable/src/viewport.js +0 -1
  36. package/3rdparty/walkontable/src/viewport.mjs +0 -1
  37. package/base.js +2 -2
  38. package/base.mjs +2 -2
  39. package/core/hooks/constants.js +0 -9
  40. package/core/hooks/constants.mjs +0 -9
  41. package/core/hooks/index.d.ts +0 -1
  42. package/core.d.ts +0 -2
  43. package/core.js +0 -47
  44. package/core.mjs +0 -47
  45. package/dataMap/metaManager/metaSchema.js +3 -23
  46. package/dataMap/metaManager/metaSchema.mjs +3 -23
  47. package/dist/handsontable.css +9 -17
  48. package/dist/handsontable.full.css +240 -249
  49. package/dist/handsontable.full.js +4222 -4554
  50. package/dist/handsontable.full.min.css +9 -11
  51. package/dist/handsontable.full.min.js +53 -53
  52. package/dist/handsontable.js +3923 -4261
  53. package/dist/handsontable.min.css +4 -5
  54. package/dist/handsontable.min.js +24 -24
  55. package/editors/autocompleteEditor/autocompleteEditor.js +1 -1
  56. package/editors/autocompleteEditor/autocompleteEditor.mjs +1 -1
  57. package/editors/baseEditor/baseEditor.js +1 -1
  58. package/editors/baseEditor/baseEditor.mjs +1 -1
  59. package/editors/dateEditor/dateEditor.js +0 -9
  60. package/editors/dateEditor/dateEditor.mjs +1 -10
  61. package/editors/handsontableEditor/handsontableEditor.js +1 -7
  62. package/editors/handsontableEditor/handsontableEditor.mjs +1 -7
  63. package/editors/selectEditor/selectEditor.js +9 -20
  64. package/editors/selectEditor/selectEditor.mjs +9 -20
  65. package/editors/textEditor/textEditor.js +11 -4
  66. package/editors/textEditor/textEditor.mjs +11 -4
  67. package/helpers/dom/element.js +1 -32
  68. package/helpers/dom/element.mjs +1 -31
  69. package/helpers/mixed.js +2 -2
  70. package/helpers/mixed.mjs +2 -2
  71. package/package.json +3 -10
  72. package/plugins/comments/commentEditor.js +0 -9
  73. package/plugins/comments/commentEditor.mjs +0 -9
  74. package/plugins/comments/comments.js +0 -14
  75. package/plugins/comments/comments.mjs +1 -15
  76. package/plugins/contextMenu/menu/menu.js +4 -9
  77. package/plugins/contextMenu/menu/menu.mjs +4 -9
  78. package/plugins/filters/filters.js +2 -0
  79. package/plugins/filters/filters.mjs +2 -0
  80. package/plugins/filters/ui/multipleSelect.js +0 -6
  81. package/plugins/filters/ui/multipleSelect.mjs +0 -6
  82. package/plugins/manualRowMove/manualRowMove.js +1 -1
  83. package/plugins/manualRowMove/manualRowMove.mjs +1 -1
  84. package/plugins/manualRowResize/manualRowResize.js +2 -1
  85. package/plugins/manualRowResize/manualRowResize.mjs +3 -2
  86. package/plugins/mergeCells/mergeCells.js +1 -1
  87. package/plugins/mergeCells/mergeCells.mjs +1 -1
  88. package/plugins/nestedRows/ui/headers.js +1 -7
  89. package/plugins/nestedRows/ui/headers.mjs +1 -7
  90. package/plugins/stretchColumns/calculator.js +1 -2
  91. package/plugins/stretchColumns/calculator.mjs +2 -3
  92. package/renderers/checkboxRenderer/checkboxRenderer.js +8 -5
  93. package/renderers/checkboxRenderer/checkboxRenderer.mjs +8 -5
  94. package/settings.d.ts +0 -1
  95. package/tableView.js +0 -46
  96. package/tableView.mjs +1 -47
  97. package/utils/autoResize.js +1 -4
  98. package/utils/autoResize.mjs +1 -4
  99. package/utils/ghostTable.js +3 -5
  100. package/utils/ghostTable.mjs +3 -5
  101. package/3rdparty/walkontable/src/utils/stylesHandler.js +0 -287
  102. package/3rdparty/walkontable/src/utils/stylesHandler.mjs +0 -283
  103. package/helpers/themes.js +0 -17
  104. package/helpers/themes.mjs +0 -13
  105. package/styles/handsontable.css +0 -2178
  106. package/styles/handsontable.min.css +0 -30
  107. package/styles/ht-theme-horizon.css +0 -607
  108. package/styles/ht-theme-horizon.min.css +0 -30
  109. package/styles/ht-theme-main.css +0 -613
  110. package/styles/ht-theme-main.min.css +0 -30
@@ -264,7 +264,6 @@ class Viewport {
264
264
  viewportHeight: height,
265
265
  scrollOffset: pos,
266
266
  totalRows: wtSettings.getSetting('totalRows'),
267
- defaultRowHeight: this.instance.stylesHandler.getDefaultRowHeight(),
268
267
  rowHeightFn: sourceRow => wtTable.getRowHeight(sourceRow),
269
268
  overrideFn: wtSettings.getSettingPure('viewportRowCalculatorOverride'),
270
269
  horizontalScrollbarHeight: scrollbarHeight
@@ -261,7 +261,6 @@ class Viewport {
261
261
  viewportHeight: height,
262
262
  scrollOffset: pos,
263
263
  totalRows: wtSettings.getSetting('totalRows'),
264
- defaultRowHeight: this.instance.stylesHandler.getDefaultRowHeight(),
265
264
  rowHeightFn: sourceRow => wtTable.getRowHeight(sourceRow),
266
265
  overrideFn: wtSettings.getSettingPure('viewportRowCalculatorOverride'),
267
266
  horizontalScrollbarHeight: scrollbarHeight
package/base.js CHANGED
@@ -45,8 +45,8 @@ Handsontable.hooks = _hooks.Hooks.getSingleton();
45
45
  Handsontable.CellCoords = _src.CellCoords;
46
46
  Handsontable.CellRange = _src.CellRange;
47
47
  Handsontable.packageName = 'handsontable';
48
- Handsontable.buildDate = "22/11/2024 13:41:46";
49
- Handsontable.version = "0.0.0-next-3058de1-20241122";
48
+ Handsontable.buildDate = "25/11/2024 11:12:47";
49
+ Handsontable.version = "0.0.0-next-1af4e47-20241125";
50
50
  Handsontable.languages = {
51
51
  dictionaryKeys: _registry.dictionaryKeys,
52
52
  getLanguageDictionary: _registry.getLanguageDictionary,
package/base.mjs CHANGED
@@ -35,8 +35,8 @@ Handsontable.hooks = Hooks.getSingleton();
35
35
  Handsontable.CellCoords = CellCoords;
36
36
  Handsontable.CellRange = CellRange;
37
37
  Handsontable.packageName = 'handsontable';
38
- Handsontable.buildDate = "22/11/2024 13:41:52";
39
- Handsontable.version = "0.0.0-next-3058de1-20241122";
38
+ Handsontable.buildDate = "25/11/2024 11:12:53";
39
+ Handsontable.version = "0.0.0-next-1af4e47-20241125";
40
40
  Handsontable.languages = {
41
41
  dictionaryKeys,
42
42
  getLanguageDictionary,
@@ -865,15 +865,6 @@ const REGISTERED_HOOKS = exports.REGISTERED_HOOKS = [/* eslint-disable jsdoc/req
865
865
  * @param {string} [source] String that identifies source of hook call.
866
866
  */
867
867
  'afterSetSourceDataAtCell',
868
- /**
869
- * Fired after a theme is enabled, changed, or disabled.
870
- *
871
- * @since 15.0.0
872
- * @event Hooks#afterSetTheme
873
- * @param {string|boolean|undefined} themeName The theme name.
874
- * @param {boolean} firstRun `true` if it's the initial setting of the theme, `false` otherwise.
875
- */
876
- 'afterSetTheme',
877
868
  /**
878
869
  * Fired after calling the [`updateSettings`](@/api/core.md#updatesettings) method.
879
870
  *
@@ -862,15 +862,6 @@ export const REGISTERED_HOOKS = [/* eslint-disable jsdoc/require-description-com
862
862
  * @param {string} [source] String that identifies source of hook call.
863
863
  */
864
864
  'afterSetSourceDataAtCell',
865
- /**
866
- * Fired after a theme is enabled, changed, or disabled.
867
- *
868
- * @since 15.0.0
869
- * @event Hooks#afterSetTheme
870
- * @param {string|boolean|undefined} themeName The theme name.
871
- * @param {boolean} firstRun `true` if it's the initial setting of the theme, `false` otherwise.
872
- */
873
- 'afterSetTheme',
874
865
  /**
875
866
  * Fired after calling the [`updateSettings`](@/api/core.md#updatesettings) method.
876
867
  *
@@ -134,7 +134,6 @@ export interface Events {
134
134
  afterSetDataAtCell?: (changes: CellChange[], source?: ChangeSource) => void;
135
135
  afterSetDataAtRowProp?: (changes: CellChange[], source?: ChangeSource) => void;
136
136
  afterSetSourceDataAtCell?: (changes: CellChange[], source?: ChangeSource) => void;
137
- afterSetTheme?: (themeName: string|boolean|undefined, firstRun: boolean) => void;
138
137
  afterSheetAdded?: (addedSheetDisplayName: string) => void;
139
138
  afterSheetRemoved?: (removedSheetDisplayName: string, changes: ExportedChange[]) => void;
140
139
  afterSheetRenamed?: (oldDisplayName: string, newDisplayName: string) => void;
package/core.d.ts CHANGED
@@ -73,7 +73,6 @@ export default class Core {
73
73
  getCoords(element: Element | null): CellCoords;
74
74
  getCopyableData(row: number, column: number): string;
75
75
  getCopyableText(startRow: number, startColumn: number, endRow: number, endColumn: number): string;
76
- getCurrentThemeName(): string | undefined;
77
76
  getData(row?: number, column?: number, row2?: number, column2?: number): CellValue[];
78
77
  getDataAtCell(row: number, column: number): CellValue;
79
78
  getDataAtCol(column: number): CellValue[];
@@ -180,7 +179,6 @@ export default class Core {
180
179
  unlisten(): void;
181
180
  updateData(data: CellValue[][] | RowObject[], source?: string): void;
182
181
  updateSettings(settings: GridSettings, init?: boolean): void;
183
- useTheme(themeName: string|boolean|undefined): void;
184
182
  validateCell(value: any, cellProperties: CellProperties, callback: (valid: boolean) => void, source: string): void;
185
183
  validateCells(callback?: (valid: boolean) => void): void;
186
184
  validateColumns(columns: number[], callback?: (valid: boolean) => void): void;
package/core.js CHANGED
@@ -47,7 +47,6 @@ var _index3 = require("./core/index");
47
47
  var _uniqueMap = require("./utils/dataStructures/uniqueMap");
48
48
  var _shortcuts = require("./shortcuts");
49
49
  var _shortcutContexts = require("./shortcutContexts");
50
- var _themes = require("./helpers/themes");
51
50
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
52
51
  let activeGuid = null;
53
52
 
@@ -235,7 +234,6 @@ function Core(rootElement, userSettings) {
235
234
  rootElement.insertBefore(this.container, rootElement.firstChild);
236
235
  if ((0, _rootInstance.isRootInstance)(this)) {
237
236
  (0, _mixed._injectProductInfo)(userSettings.licenseKey, rootElement);
238
- (0, _element.addClass)(rootElement, 'ht-wrapper');
239
237
  }
240
238
  this.guid = `ht_${(0, _string.randomString)()}`; // this is the namespace for global events
241
239
 
@@ -1036,13 +1034,6 @@ function Core(rootElement, userSettings) {
1036
1034
  }
1037
1035
  this.updateSettings(tableMeta, true);
1038
1036
  this.view = new _tableView.default(this);
1039
- const themeName = tableMeta.themeName || (0, _themes.getThemeClassName)(instance.rootElement);
1040
-
1041
- // Use the theme defined as a root element class or in the settings (in that order).
1042
- instance.useTheme(themeName);
1043
-
1044
- // Add the theme class name to the license info element.
1045
- instance.view.addClassNameToLicenseElement(instance.getCurrentThemeName());
1046
1037
  editorManager = _editorManager.default.getInstance(instance, tableMeta, selection);
1047
1038
  viewportScroller = (0, _index3.createViewportScroller)(instance);
1048
1039
  focusManager = new _focusManager.FocusManager(instance);
@@ -2396,19 +2387,6 @@ function Core(rootElement, userSettings) {
2396
2387
  if (instance.view) {
2397
2388
  instance.view._wt.wtViewport.resetHasOversizedColumnHeadersMarked();
2398
2389
  instance.view._wt.exportSettingsAsClassNames();
2399
- const currentThemeName = instance.getCurrentThemeName();
2400
- const themeNameOptionExists = (0, _object.hasOwnProperty)(settings, 'themeName');
2401
- if (currentThemeName && themeNameOptionExists) {
2402
- instance.view.getStylesHandler().removeClassNames();
2403
- instance.view.removeClassNameFromLicenseElement(currentThemeName);
2404
- }
2405
- const themeName = themeNameOptionExists && settings.themeName || (0, _themes.getThemeClassName)(instance.rootElement);
2406
-
2407
- // Use the theme defined as a root element class or in the settings (in that order).
2408
- instance.useTheme(themeName);
2409
-
2410
- // Add the theme class name to the license info element.
2411
- instance.view.addClassNameToLicenseElement(instance.getCurrentThemeName());
2412
2390
  }
2413
2391
  instance.runHooks('afterUpdateSettings', settings);
2414
2392
  }
@@ -4612,31 +4590,6 @@ function Core(rootElement, userSettings) {
4612
4590
  };
4613
4591
  this.timeouts = [];
4614
4592
 
4615
- /**
4616
- * Use the theme specified by the provided name.
4617
- *
4618
- * @memberof Core#
4619
- * @function useTheme
4620
- * @since 15.0.0
4621
- * @param {string|boolean|undefined} themeName The name of the theme to use.
4622
- */
4623
- this.useTheme = themeName => {
4624
- this.view.getStylesHandler().useTheme(themeName);
4625
- this.runHooks('afterSetTheme', themeName, !!firstRun);
4626
- };
4627
-
4628
- /**
4629
- * Gets the name of the currently used theme.
4630
- *
4631
- * @memberof Core#
4632
- * @function getCurrentThemeName
4633
- * @since 15.0.0
4634
- * @returns {string|undefined} The name of the currently used theme.
4635
- */
4636
- this.getCurrentThemeName = () => {
4637
- return this.view.getStylesHandler().getThemeName();
4638
- };
4639
-
4640
4593
  /**
4641
4594
  * Sets timeout. Purpose of this method is to clear all known timeouts when `destroy` method is called.
4642
4595
  *
package/core.mjs CHANGED
@@ -43,7 +43,6 @@ import { installFocusCatcher, createViewportScroller } from "./core/index.mjs";
43
43
  import { createUniqueMap } from "./utils/dataStructures/uniqueMap.mjs";
44
44
  import { createShortcutManager } from "./shortcuts/index.mjs";
45
45
  import { registerAllShortcutContexts } from "./shortcutContexts/index.mjs";
46
- import { getThemeClassName } from "./helpers/themes.mjs";
47
46
  let activeGuid = null;
48
47
 
49
48
  /**
@@ -230,7 +229,6 @@ export default function Core(rootElement, userSettings) {
230
229
  rootElement.insertBefore(this.container, rootElement.firstChild);
231
230
  if (isRootInstance(this)) {
232
231
  _injectProductInfo(userSettings.licenseKey, rootElement);
233
- addClass(rootElement, 'ht-wrapper');
234
232
  }
235
233
  this.guid = `ht_${randomString()}`; // this is the namespace for global events
236
234
 
@@ -1031,13 +1029,6 @@ export default function Core(rootElement, userSettings) {
1031
1029
  }
1032
1030
  this.updateSettings(tableMeta, true);
1033
1031
  this.view = new TableView(this);
1034
- const themeName = tableMeta.themeName || getThemeClassName(instance.rootElement);
1035
-
1036
- // Use the theme defined as a root element class or in the settings (in that order).
1037
- instance.useTheme(themeName);
1038
-
1039
- // Add the theme class name to the license info element.
1040
- instance.view.addClassNameToLicenseElement(instance.getCurrentThemeName());
1041
1032
  editorManager = EditorManager.getInstance(instance, tableMeta, selection);
1042
1033
  viewportScroller = createViewportScroller(instance);
1043
1034
  focusManager = new FocusManager(instance);
@@ -2391,19 +2382,6 @@ export default function Core(rootElement, userSettings) {
2391
2382
  if (instance.view) {
2392
2383
  instance.view._wt.wtViewport.resetHasOversizedColumnHeadersMarked();
2393
2384
  instance.view._wt.exportSettingsAsClassNames();
2394
- const currentThemeName = instance.getCurrentThemeName();
2395
- const themeNameOptionExists = hasOwnProperty(settings, 'themeName');
2396
- if (currentThemeName && themeNameOptionExists) {
2397
- instance.view.getStylesHandler().removeClassNames();
2398
- instance.view.removeClassNameFromLicenseElement(currentThemeName);
2399
- }
2400
- const themeName = themeNameOptionExists && settings.themeName || getThemeClassName(instance.rootElement);
2401
-
2402
- // Use the theme defined as a root element class or in the settings (in that order).
2403
- instance.useTheme(themeName);
2404
-
2405
- // Add the theme class name to the license info element.
2406
- instance.view.addClassNameToLicenseElement(instance.getCurrentThemeName());
2407
2385
  }
2408
2386
  instance.runHooks('afterUpdateSettings', settings);
2409
2387
  }
@@ -4607,31 +4585,6 @@ export default function Core(rootElement, userSettings) {
4607
4585
  };
4608
4586
  this.timeouts = [];
4609
4587
 
4610
- /**
4611
- * Use the theme specified by the provided name.
4612
- *
4613
- * @memberof Core#
4614
- * @function useTheme
4615
- * @since 15.0.0
4616
- * @param {string|boolean|undefined} themeName The name of the theme to use.
4617
- */
4618
- this.useTheme = themeName => {
4619
- this.view.getStylesHandler().useTheme(themeName);
4620
- this.runHooks('afterSetTheme', themeName, !!firstRun);
4621
- };
4622
-
4623
- /**
4624
- * Gets the name of the currently used theme.
4625
- *
4626
- * @memberof Core#
4627
- * @function getCurrentThemeName
4628
- * @since 15.0.0
4629
- * @returns {string|undefined} The name of the currently used theme.
4630
- */
4631
- this.getCurrentThemeName = () => {
4632
- return this.view.getStylesHandler().getThemeName();
4633
- };
4634
-
4635
4588
  /**
4636
4589
  * Sets timeout. Purpose of this method is to clear all known timeouts when `destroy` method is called.
4637
4590
  *
@@ -3842,8 +3842,8 @@ var _default = () => {
3842
3842
  /**
3843
3843
  * The `rowHeights` option sets rows' heights, in pixels.
3844
3844
  *
3845
- * In the rendering process, the default row height is 23 px (in the classic theme: 22 px + 1 px of the row's bottom border) or whatever is defined in the used theme (based on the line height, vertical padding and cell borders).
3846
- * You can change it to equal or greater than the defautl value, by setting the `rowHeights` option to one of the following:
3845
+ * In the rendering process, the default row height is 23 px (22 px + 1 px of the row's bottom border).
3846
+ * You can change it to equal or greater than 23px, by setting the `rowHeights` option to one of the following:
3847
3847
  *
3848
3848
  * | Setting | Description | Example |
3849
3849
  * | ----------- | --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
@@ -3875,7 +3875,7 @@ var _default = () => {
3875
3875
  * // set the first (by visual index) row's height to 100
3876
3876
  * // set the second (by visual index) row's height to 120
3877
3877
  * // set the third (by visual index) row's height to `undefined`
3878
- * // set any other row's height to the default height value
3878
+ * // set any other row's height to the default 23px
3879
3879
  * rowHeights: [100, 120, undefined],
3880
3880
  *
3881
3881
  * // set each row's height individually, using a function
@@ -4313,26 +4313,6 @@ var _default = () => {
4313
4313
  * ```
4314
4314
  */
4315
4315
  tableClassName: undefined,
4316
- /**
4317
- * The `themeName` option allows enabling a theme by that name.
4318
- *
4319
- * If no `themeName` is provided, the table will use the classic theme (if the correct CSS files are imported).
4320
- *
4321
- * Read more:
4322
- * - [Themes](@/guides/styling/themes/themes.md)
4323
- *
4324
- * @memberof Options#
4325
- * @type {string|boolean|undefined}
4326
- * @default undefined
4327
- * @category Core
4328
- * @since 15.0.0
4329
- *
4330
- * @example
4331
- * ```js
4332
- * themeName: 'ht-theme-name',
4333
- * ```
4334
- */
4335
- themeName: undefined,
4336
4316
  /**
4337
4317
  * The `tabMoves` option configures the action of the <kbd>**Tab**</kbd> key.
4338
4318
  *
@@ -3839,8 +3839,8 @@ export default () => {
3839
3839
  /**
3840
3840
  * The `rowHeights` option sets rows' heights, in pixels.
3841
3841
  *
3842
- * In the rendering process, the default row height is 23 px (in the classic theme: 22 px + 1 px of the row's bottom border) or whatever is defined in the used theme (based on the line height, vertical padding and cell borders).
3843
- * You can change it to equal or greater than the defautl value, by setting the `rowHeights` option to one of the following:
3842
+ * In the rendering process, the default row height is 23 px (22 px + 1 px of the row's bottom border).
3843
+ * You can change it to equal or greater than 23px, by setting the `rowHeights` option to one of the following:
3844
3844
  *
3845
3845
  * | Setting | Description | Example |
3846
3846
  * | ----------- | --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
@@ -3872,7 +3872,7 @@ export default () => {
3872
3872
  * // set the first (by visual index) row's height to 100
3873
3873
  * // set the second (by visual index) row's height to 120
3874
3874
  * // set the third (by visual index) row's height to `undefined`
3875
- * // set any other row's height to the default height value
3875
+ * // set any other row's height to the default 23px
3876
3876
  * rowHeights: [100, 120, undefined],
3877
3877
  *
3878
3878
  * // set each row's height individually, using a function
@@ -4310,26 +4310,6 @@ export default () => {
4310
4310
  * ```
4311
4311
  */
4312
4312
  tableClassName: undefined,
4313
- /**
4314
- * The `themeName` option allows enabling a theme by that name.
4315
- *
4316
- * If no `themeName` is provided, the table will use the classic theme (if the correct CSS files are imported).
4317
- *
4318
- * Read more:
4319
- * - [Themes](@/guides/styling/themes/themes.md)
4320
- *
4321
- * @memberof Options#
4322
- * @type {string|boolean|undefined}
4323
- * @default undefined
4324
- * @category Core
4325
- * @since 15.0.0
4326
- *
4327
- * @example
4328
- * ```js
4329
- * themeName: 'ht-theme-name',
4330
- * ```
4331
- */
4332
- themeName: undefined,
4333
4313
  /**
4334
4314
  * The `tabMoves` option configures the action of the <kbd>**Tab**</kbd> key.
4335
4315
  *
@@ -25,13 +25,13 @@
25
25
  * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
26
26
  * USE OR INABILITY TO USE THIS SOFTWARE.
27
27
  *
28
- * Version: 0.0.0-next-3058de1-20241122
29
- * Release date: 17/10/2024 (built at 22/11/2024 13:42:16)
28
+ * Version: 0.0.0-next-1af4e47-20241125
29
+ * Release date: 17/10/2024 (built at 25/11/2024 11:12:57)
30
30
  */
31
31
  /**
32
32
  * Fix for bootstrap styles
33
33
  */
34
- .handsontable .table th, .handsontable .table td {
34
+ .handsontable .table th, .handsontable .table td {
35
35
  border-top: none;
36
36
  }
37
37
 
@@ -589,7 +589,6 @@ innerBorderBottom - Property controlled by bottom overlay
589
589
  color: #000;
590
590
  border-radius: 0;
591
591
  background-color: #FFF;
592
- box-sizing: border-box !important;
593
592
  /*overwrite styles potentionally made by a framework*/
594
593
  }
595
594
 
@@ -604,25 +603,16 @@ innerBorderBottom - Property controlled by bottom overlay
604
603
  }
605
604
 
606
605
  .htSelectEditor {
606
+ -webkit-appearance: menulist-button !important;
607
607
  position: absolute;
608
-
609
- select {
610
- -webkit-appearance: menulist-button !important;
611
- width: 100%;
612
- height: 100%;
613
- border: 2px solid #4b89ff;
614
- box-sizing: border-box !important;
615
- }
608
+ width: auto;
609
+ border: 2px solid #4b89ff;
616
610
  }
617
611
 
618
- .htSelectEditor select:focus {
612
+ .htSelectEditor:focus {
619
613
  outline: none;
620
614
  }
621
615
 
622
- .htSelectEditor .htAutocompleteArrow {
623
- display: none;
624
- }
625
-
626
616
  /*
627
617
  TextRenderer readOnly cell
628
618
  */
@@ -2066,3 +2056,5 @@ textarea.HandsontableCopyPaste {
2066
2056
  left: 0;
2067
2057
  right: unset;
2068
2058
  }
2059
+
2060
+ /*# sourceMappingURL=handsontable.css.map*/