devexpress-aspnetcore-spreadsheet 22.1.12 → 22.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * DevExpress AspNetCore Spreadsheet (dx-localization-builder.js)
3
- * Version: 22.1.12
4
- * Copyright (c) 2012 - 2023 Developer Express Inc. ALL RIGHTS RESERVED
3
+ * Version: 22.1.14
4
+ * Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED
5
5
  * License: https://www.devexpress.com/Support/EULAs
6
6
  */
7
7
  const jsHeader =
@@ -1454,11 +1454,7 @@
1454
1454
  padding: 0;
1455
1455
  overflow: hidden;
1456
1456
  width: 100%;
1457
- }
1458
-
1459
- .dxss-tab-container > li
1460
- {
1461
- float: left;
1457
+ display: flex;
1462
1458
  }
1463
1459
 
1464
1460
  .dxss-tabs
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * DevExpress AspNetCore Spreadsheet (dx-aspnetcore-spreadsheet.js)
3
- * Version: 22.1.12
4
- * Copyright (c) 2012 - 2023 Developer Express Inc. ALL RIGHTS RESERVED
3
+ * Version: 22.1.14
4
+ * Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED
5
5
  * License: https://www.devexpress.com/Support/EULAs
6
6
  */
7
7
  /*# namespace DevExpress.Web.Scripts #*/
@@ -3605,7 +3605,7 @@ ASPx.CreateStyleSheetInDocument = function(doc) {
3605
3605
  return doc.createStyleSheet();
3606
3606
  }
3607
3607
  catch(e) {
3608
- var message = "The CSS link limit (31) has been exceeded. Please enable CSS merging or reduce the number of CSS files on the page. For details, see http://www.devexpress.com/Support/Center/p/K18487.aspx.";
3608
+ var message = "The CSS link limit (31) has been exceeded. Please enable CSS merging or reduce the number of CSS files on the page. For details, see https://supportcenter.devexpress.com/ticket/details/k18487/.";
3609
3609
  throw new Error(message);
3610
3610
  }
3611
3611
  }
@@ -43918,7 +43918,8 @@ ASPx.SpreadsheetKeyboardManager = SpreadsheetKeyboardManager;
43918
43918
  container.innerHTML = this.insertHtml(containerHtml, pastingHtml, selection);
43919
43919
  this.setCaretPositionInHtml(caretPosition);
43920
43920
  },
43921
- processClipboardText: function(clipboardText) {
43921
+ processClipboardText: function (clipboardText) {
43922
+ clipboardText = ASPx.Str.EncodeHtml(clipboardText);
43922
43923
  return clipboardText.replace(/(?:\r\n)|\n/g, "\r").replace(/\r/g, "<BR>");
43923
43924
  },
43924
43925
  insertHtml: function(sourceHtml, insertedHtml, selection) {
@@ -61762,10 +61763,6 @@ Object.defineProperty(ASPxClientSpreadsheet, 'Functions', {
61762
61763
  ASPx.Evt.PreventEventAndBubble(e.event);
61763
61764
  ownerControl.showTabSelectorContextMenu(e.event);
61764
61765
  },
61765
- onContentReady: function(e) {
61766
- if(this.AdjustControl)
61767
- this.AdjustControl();
61768
- }.aspxBind(this)
61769
61766
  });
61770
61767
 
61771
61768
  tabControl.option('dataSource', [{ text: '' }]);
@@ -61819,7 +61816,6 @@ Object.defineProperty(ASPxClientSpreadsheet, 'Functions', {
61819
61816
  return buttonElement;
61820
61817
  };
61821
61818
  this.AdjustControl = function() {
61822
- buttonElement.style.height = tabElement.offsetHeight + 'px';
61823
61819
  };
61824
61820
  this.GetHeight = function () {
61825
61821
  return containers.wrapperContainer.offsetHeight;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devexpress-aspnetcore-spreadsheet",
3
- "version": "22.1.12",
3
+ "version": "22.1.14",
4
4
  "homepage": "https://www.devexpress.com/",
5
5
  "bugs": "https://www.devexpress.com/support/",
6
6
  "author": "Developer Express Inc.",
@@ -11,7 +11,7 @@
11
11
  "localization": "node bin/localization-builder.js localization-source localization"
12
12
  },
13
13
  "peerDependencies": {
14
- "devextreme": "22.1.12"
14
+ "devextreme": "22.1.14"
15
15
  },
16
16
  "keywords": [
17
17
  "spreadsheet",