@syncfusion/ej2-base 32.2.6 → 32.2.9

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,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 32.2.3
3
+ * version : 32.2.9
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-base",
3
- "version": "32.2.6",
3
+ "version": "32.2.9",
4
4
  "description": "A common package of Essential JS 2 base libraries, methods and class definitions",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -82,24 +82,28 @@ export declare abstract class Component<ElementType extends HTMLElement> extends
82
82
  /**
83
83
  * Returns the persistence data for component
84
84
  *
85
+ * @private
85
86
  * @returns {any} ?
86
87
  */
87
88
  getLocalData(): any;
88
89
  /**
89
90
  * Adding unload event to persist data when enable persistence true
90
91
  *
92
+ * @private
91
93
  * @returns {void}
92
94
  */
93
95
  attachUnloadEvent(): void;
94
96
  /**
95
97
  * Handling unload event to persist data when enable persistence true
96
98
  *
99
+ * @private
97
100
  * @returns {void}
98
101
  */
99
102
  handleUnload(): void;
100
103
  /**
101
104
  * Removing unload event to persist data when enable persistence true
102
105
  *
106
+ * @private
103
107
  * @returns {void}
104
108
  */
105
109
  detachUnloadEvent(): void;
package/src/component.js CHANGED
@@ -160,6 +160,7 @@ var Component = /** @class */ (function (_super) {
160
160
  /**
161
161
  * Returns the persistence data for component
162
162
  *
163
+ * @private
163
164
  * @returns {any} ?
164
165
  */
165
166
  Component.prototype.getLocalData = function () {
@@ -174,6 +175,7 @@ var Component = /** @class */ (function (_super) {
174
175
  /**
175
176
  * Adding unload event to persist data when enable persistence true
176
177
  *
178
+ * @private
177
179
  * @returns {void}
178
180
  */
179
181
  Component.prototype.attachUnloadEvent = function () {
@@ -183,6 +185,7 @@ var Component = /** @class */ (function (_super) {
183
185
  /**
184
186
  * Handling unload event to persist data when enable persistence true
185
187
  *
188
+ * @private
186
189
  * @returns {void}
187
190
  */
188
191
  Component.prototype.handleUnload = function () {
@@ -191,6 +194,7 @@ var Component = /** @class */ (function (_super) {
191
194
  /**
192
195
  * Removing unload event to persist data when enable persistence true
193
196
  *
197
+ * @private
194
198
  * @returns {void}
195
199
  */
196
200
  Component.prototype.detachUnloadEvent = function () {
@@ -3,7 +3,7 @@ import { getValue, containerObject, isNullOrUndefined } from './util';
3
3
  export var componentList = ['grid', 'pivotview', 'treegrid', 'spreadsheet', 'rangeNavigator', 'DocumentEditor', 'listbox', 'inplaceeditor', 'PdfViewer', 'richtexteditor', 'DashboardLayout', 'chart', 'stockChart', 'circulargauge', 'diagram', 'heatmap', 'lineargauge', 'maps', 'slider', 'smithchart', 'barcode', 'sparkline', 'treemap', 'bulletChart', 'kanban', 'daterangepicker', 'schedule', 'gantt', 'signature', 'query-builder', 'drop-down-tree', 'carousel', 'filemanager', 'uploader', 'accordion', 'tab', 'treeview'];
4
4
  export var pdfViewerSDKComponents = ['grid', 'chart', 'maps', 'schedule', 'gantt', 'richtexteditor', 'kanban', 'treegrid', 'filemanager', 'pivotview', 'diagram', 'blockeditor', 'spreadsheet', 'DocumentEditor'];
5
5
  export var spreadsheetEditorSDKComponents = ['maps', 'schedule', 'gantt', 'richtexteditor', 'kanban', 'treegrid', 'filemanager', 'pivotview', 'diagram', 'blockeditor', 'PdfViewer', 'DocumentEditor'];
6
- export var wordEditorSDKComponents = ['grid', 'chart', 'maps', 'schedule', 'gantt', 'richtexteditor', 'kanban', 'treegrid', 'filemanager', 'pivotview', 'diagram', 'blockeditor', 'PdfViewer', 'spreadsheet'];
6
+ export var wordEditorSDKComponents = ['grid', 'maps', 'schedule', 'gantt', 'richtexteditor', 'kanban', 'treegrid', 'filemanager', 'pivotview', 'diagram', 'blockeditor', 'PdfViewer', 'spreadsheet'];
7
7
  var bypassKey = [115, 121, 110, 99, 102, 117, 115, 105,
8
8
  111, 110, 46, 105, 115, 76, 105, 99, 86, 97, 108,
9
9
  105, 100, 97, 116, 101, 100];