@syncfusion/ej2-grids
Advanced tools
| /*! | ||
| * filename: index.d.ts | ||
| * version : 33.1.49 | ||
| * version : 33.2.3 | ||
| * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
+16
-16
| { | ||
| "name": "@syncfusion/ej2-grids", | ||
| "version": "33.1.49", | ||
| "version": "33.2.3", | ||
| "description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel.", | ||
@@ -11,17 +11,17 @@ "author": "Syncfusion Inc.", | ||
| "dependencies": { | ||
| "@syncfusion/ej2-base": "~33.1.45", | ||
| "@syncfusion/ej2-buttons": "~33.1.49", | ||
| "@syncfusion/ej2-calendars": "~33.1.44", | ||
| "@syncfusion/ej2-compression": "~33.1.44", | ||
| "@syncfusion/ej2-data": "~33.1.45", | ||
| "@syncfusion/ej2-dropdowns": "~33.1.49", | ||
| "@syncfusion/ej2-excel-export": "~33.1.44", | ||
| "@syncfusion/ej2-file-utils": "~33.1.44", | ||
| "@syncfusion/ej2-inputs": "~33.1.49", | ||
| "@syncfusion/ej2-lists": "~33.1.47", | ||
| "@syncfusion/ej2-navigations": "~33.1.49", | ||
| "@syncfusion/ej2-notifications": "~33.1.49", | ||
| "@syncfusion/ej2-pdf-export": "~33.1.44", | ||
| "@syncfusion/ej2-popups": "~33.1.44", | ||
| "@syncfusion/ej2-splitbuttons": "~33.1.49" | ||
| "@syncfusion/ej2-base": "~33.2.3", | ||
| "@syncfusion/ej2-buttons": "~33.2.3", | ||
| "@syncfusion/ej2-calendars": "~33.2.3", | ||
| "@syncfusion/ej2-compression": "~33.2.3", | ||
| "@syncfusion/ej2-data": "~33.2.3", | ||
| "@syncfusion/ej2-dropdowns": "~33.2.3", | ||
| "@syncfusion/ej2-excel-export": "~33.2.3", | ||
| "@syncfusion/ej2-file-utils": "~33.2.3", | ||
| "@syncfusion/ej2-inputs": "~33.2.3", | ||
| "@syncfusion/ej2-lists": "~33.2.3", | ||
| "@syncfusion/ej2-navigations": "~33.2.3", | ||
| "@syncfusion/ej2-notifications": "~33.2.3", | ||
| "@syncfusion/ej2-pdf-export": "~33.2.3", | ||
| "@syncfusion/ej2-popups": "~33.2.3", | ||
| "@syncfusion/ej2-splitbuttons": "~33.2.3" | ||
| }, | ||
@@ -28,0 +28,0 @@ "devDependencies": {}, |
@@ -1077,3 +1077,8 @@ import { Droppable } from '@syncfusion/ej2-base'; | ||
| var gObj = this.parent; | ||
| gObj.hideSpinner(); | ||
| if (gObj.loadingIndicator && gObj.loadingIndicator.indicatorType === 'Shimmer') { | ||
| gObj.removeMaskRow(); | ||
| } | ||
| else { | ||
| gObj.hideSpinner(); | ||
| } | ||
| var key = gObj.getPrimaryKeyFieldNames()[0]; | ||
@@ -1080,0 +1085,0 @@ var oldKeys = {}; |
@@ -184,4 +184,4 @@ @use 'sass:math'; | ||
| $grid-hover-bg-color: $grey-light !default; | ||
| $grid-cell-selection-hover-bg-color: color-mix(in srgb, $grey-88, rgba(57, 57, 57, .2)) !default; | ||
| $grid-row-selection-hover-bg-color: color-mix(in srgb, $grey-88, rgba(57, 57, 57, .2)) !default; | ||
| $grid-cell-selection-hover-bg-color: rgb(72, 72, 72) !default; | ||
| $grid-row-selection-hover-bg-color: rgb(72, 72, 72) !default; | ||
| $grid-content-font-size: 14px !default; | ||
@@ -188,0 +188,0 @@ $grid-header-height: 29px !default; |
@@ -188,5 +188,5 @@ @use 'sass:math'; | ||
| $grid-cell-selection-bg-color: #e6e6e6 !default; | ||
| $grid-hover-bg-color: rgba($black, .08) !default; | ||
| $grid-cell-selection-hover-bg-color: color-mix(in srgb, $gray-300, rgba(0, 0, 0, .4)) !default; | ||
| $grid-row-selection-hover-bg-color: color-mix(in srgb, $gray-300, rgba(0, 0, 0, .4)) !default; | ||
| $grid-hover-bg-color: rgb(236, 233, 233) !default; | ||
| $grid-cell-selection-hover-bg-color: rgb(173, 181, 189) !default; | ||
| $grid-row-selection-hover-bg-color: rgb(173, 181, 189) !default; | ||
| $grid-content-font-size: 14px !default; | ||
@@ -193,0 +193,0 @@ $grid-header-height: 21px !default; |
@@ -188,4 +188,4 @@ @use 'ej2-base/styles/definition/material3-dark' as *; | ||
| $grid-hover-bg-color: linear-gradient(0deg, rgba($on-surface, .05), rgba($on-surface, .05)), rgba($surface) !default; | ||
| $grid-row-selection-hover-bg-color: color-mix(in srgb, rgba($primary-container, 1), rgba($on-surface, .2)) !default; | ||
| $grid-cell-selection-hover-bg-color: color-mix(in srgb, rgba($primary-container, 1), rgba($on-surface, .2)) !default; | ||
| $grid-row-selection-hover-bg-color: $table-bg-color-selected-hover-2 !default; | ||
| $grid-cell-selection-hover-bg-color: $table-bg-color-selected-hover-2 !default; | ||
| $grid-content-font-size: $text-sm !default; | ||
@@ -192,0 +192,0 @@ $grid-header-height: 20px !default; |
@@ -188,4 +188,4 @@ @use 'ej2-base/styles/definition/material3' as *; | ||
| $grid-hover-bg-color: linear-gradient(0deg, rgba($on-surface, .05), rgba($on-surface, .05)), rgba($surface) !default; | ||
| $grid-row-selection-hover-bg-color: color-mix(in srgb, rgba($primary-container, 1), rgba($on-surface, .2)) !default; | ||
| $grid-cell-selection-hover-bg-color: color-mix(in srgb, rgba($primary-container, 1), rgba($on-surface, .2)) !default; | ||
| $grid-row-selection-hover-bg-color: $table-bg-color-selected-hover-2 !default; | ||
| $grid-cell-selection-hover-bg-color: $table-bg-color-selected-hover-2 !default; | ||
| $grid-content-font-size: $text-sm !default; | ||
@@ -192,0 +192,0 @@ $grid-header-height: 20px !default; |
@@ -902,3 +902,4 @@ @use 'ej2-base/styles/common/mixin' as *; | ||
| .e-content td.e-detailrowexpand:not(.e-menu-item):not(.e-editedbatchcell), | ||
| .e-content th.e-detailcell:not(.e-menu-item):not(.e-editedbatchcell)):is(:focus, :focus-visible) { | ||
| .e-content th.e-detailcell:not(.e-menu-item):not(.e-editedbatchcell), | ||
| tr.e-emptyrow td:not(.e-menu-item):not(.e-editedbatchcell)):is(:focus, :focus-visible) { | ||
| box-shadow: $grid-cell-focus-shadow; | ||
@@ -905,0 +906,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
48701667
0.01%568420
0.01%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated