@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/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 32.2.
|
|
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
package/src/component.d.ts
CHANGED
|
@@ -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 () {
|
package/src/validate-lic.js
CHANGED
|
@@ -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', '
|
|
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];
|
|
@@ -814,3 +814,20 @@ $information-font-color: $info !default;
|
|
|
814
814
|
|
|
815
815
|
$frozen-shadow: rgba(0, 0, 0, .25) !default;
|
|
816
816
|
$frozen-shadow-2: rgba(0, 0, 0, .25) !default;
|
|
817
|
+
|
|
818
|
+
// grid components
|
|
819
|
+
$table-bg-color: $content-bg-color !default;
|
|
820
|
+
$table-header-bg-color:$surface !default;
|
|
821
|
+
$table-content-bg-color:$transparent !default;
|
|
822
|
+
$content-header-bg-color: $surface !default;
|
|
823
|
+
$table-header-text-color: $content-text-color !default;
|
|
824
|
+
$table-header-icon-color: $icon-color !default;
|
|
825
|
+
$content-header-text-color: $content-text-color !default;
|
|
826
|
+
$content-header-icon-color: $icon-color !default;
|
|
827
|
+
$table-header-border: $border-light !default;
|
|
828
|
+
$table-border: $border-light !default;
|
|
829
|
+
|
|
830
|
+
//Dropdown list
|
|
831
|
+
$flyout-header-bg-color: $flyout-bg-color !default;
|
|
832
|
+
$flyout-header-text-color: rgba($content-text-color) !default;
|
|
833
|
+
$flyout-header-icon-color: rgba($icon-color) !default;
|
|
@@ -302,6 +302,23 @@ $tooltip-bg-color: $inverse-surface !default;
|
|
|
302
302
|
$tooltip-border: $inverse-surface !default;
|
|
303
303
|
$tooltip-text-color: $inverse-on-surface !default;
|
|
304
304
|
|
|
305
|
+
// grid components
|
|
306
|
+
$table-bg-color: $content-bg-color !default;
|
|
307
|
+
$table-header-bg-color:$surface !default;
|
|
308
|
+
$table-content-bg-color:$transparent !default;
|
|
309
|
+
$content-header-bg-color: $surface !default;
|
|
310
|
+
$table-header-text-color: $content-text-color !default;
|
|
311
|
+
$table-header-icon-color: $icon-color !default;
|
|
312
|
+
$content-header-text-color: $content-text-color !default;
|
|
313
|
+
$content-header-icon-color: $icon-color !default;
|
|
314
|
+
$table-header-border: $border-light !default;
|
|
315
|
+
$table-border: $border-light !default;
|
|
316
|
+
|
|
317
|
+
//Dropdown list
|
|
318
|
+
$flyout-header-bg-color: $flyout-bg-color !default;
|
|
319
|
+
$flyout-header-text-color: rgba($content-text-color) !default;
|
|
320
|
+
$flyout-header-icon-color: rgba($icon-color) !default;
|
|
321
|
+
|
|
305
322
|
$shadow: 0 .8px 16px rgba($black, .15) !default;
|
|
306
323
|
$shadow-sm: $level1 !default;
|
|
307
324
|
$shadow-md: $level2 !default;
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
3
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
4
1
|
@font-face {
|
|
5
2
|
font-family: "e-icons";
|
|
6
3
|
font-style: normal;
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
3
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
4
1
|
@font-face {
|
|
5
2
|
font-family: "e-icons";
|
|
6
3
|
font-style: normal;
|