@syncfusion/ej2-base 32.2.3 → 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.
- package/bin/syncfusion-license.js +1 -1
- package/dist/ej2-base.min.js +2 -2
- package/dist/ej2-base.umd.min.js +2 -2
- package/dist/ej2-base.umd.min.js.map +1 -1
- package/dist/es6/ej2-base.es2015.js +5 -1
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +5 -1
- package/dist/es6/ej2-base.es5.js.map +1 -1
- package/dist/global/ej2-base.min.js +2 -2
- package/dist/global/ej2-base.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/component.d.ts +4 -0
- package/src/component.js +4 -0
- package/src/validate-lic.js +1 -1
- package/styles/definition/_material3-dark.scss +17 -0
- package/styles/definition/_material3.scss +17 -0
- package/styles/offline-theme/material-dark.css +0 -3
- package/styles/offline-theme/material.css +0 -3
- package/styles/offline-theme/material3-dark.css +0 -3
- package/styles/offline-theme/material3.css +0 -3
- package/styles/offline-theme/tailwind-dark.css +0 -3
- package/styles/offline-theme/tailwind.css +0 -3
- package/styles/offline-theme/tailwind3.css +0 -3
package/dist/es6/ej2-base.es5.js
CHANGED
|
@@ -6976,7 +6976,7 @@ function getDefaultDateObject(mode) {
|
|
|
6976
6976
|
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'];
|
|
6977
6977
|
var pdfViewerSDKComponents = ['grid', 'chart', 'maps', 'schedule', 'gantt', 'richtexteditor', 'kanban', 'treegrid', 'filemanager', 'pivotview', 'diagram', 'blockeditor', 'spreadsheet', 'DocumentEditor'];
|
|
6978
6978
|
var spreadsheetEditorSDKComponents = ['maps', 'schedule', 'gantt', 'richtexteditor', 'kanban', 'treegrid', 'filemanager', 'pivotview', 'diagram', 'blockeditor', 'PdfViewer', 'DocumentEditor'];
|
|
6979
|
-
var wordEditorSDKComponents = ['grid', '
|
|
6979
|
+
var wordEditorSDKComponents = ['grid', 'maps', 'schedule', 'gantt', 'richtexteditor', 'kanban', 'treegrid', 'filemanager', 'pivotview', 'diagram', 'blockeditor', 'PdfViewer', 'spreadsheet'];
|
|
6980
6980
|
var bypassKey = [115, 121, 110, 99, 102, 117, 115, 105,
|
|
6981
6981
|
111, 110, 46, 105, 115, 76, 105, 99, 86, 97, 108,
|
|
6982
6982
|
105, 100, 97, 116, 101, 100];
|
|
@@ -7479,6 +7479,7 @@ var Component = /** @__PURE__ @class */ (function (_super) {
|
|
|
7479
7479
|
/**
|
|
7480
7480
|
* Returns the persistence data for component
|
|
7481
7481
|
*
|
|
7482
|
+
* @private
|
|
7482
7483
|
* @returns {any} ?
|
|
7483
7484
|
*/
|
|
7484
7485
|
Component.prototype.getLocalData = function () {
|
|
@@ -7493,6 +7494,7 @@ var Component = /** @__PURE__ @class */ (function (_super) {
|
|
|
7493
7494
|
/**
|
|
7494
7495
|
* Adding unload event to persist data when enable persistence true
|
|
7495
7496
|
*
|
|
7497
|
+
* @private
|
|
7496
7498
|
* @returns {void}
|
|
7497
7499
|
*/
|
|
7498
7500
|
Component.prototype.attachUnloadEvent = function () {
|
|
@@ -7502,6 +7504,7 @@ var Component = /** @__PURE__ @class */ (function (_super) {
|
|
|
7502
7504
|
/**
|
|
7503
7505
|
* Handling unload event to persist data when enable persistence true
|
|
7504
7506
|
*
|
|
7507
|
+
* @private
|
|
7505
7508
|
* @returns {void}
|
|
7506
7509
|
*/
|
|
7507
7510
|
Component.prototype.handleUnload = function () {
|
|
@@ -7510,6 +7513,7 @@ var Component = /** @__PURE__ @class */ (function (_super) {
|
|
|
7510
7513
|
/**
|
|
7511
7514
|
* Removing unload event to persist data when enable persistence true
|
|
7512
7515
|
*
|
|
7516
|
+
* @private
|
|
7513
7517
|
* @returns {void}
|
|
7514
7518
|
*/
|
|
7515
7519
|
Component.prototype.detachUnloadEvent = function () {
|