@syncfusion/ej2-angular-grids 23.1.36-ngcc → 23.1.38-ngcc
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/CHANGELOG.md +15 -0
- package/dist/ej2-angular-grids.umd.js +2 -2
- package/dist/ej2-angular-grids.umd.min.js +2 -2
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +3 -0
- package/styles/bootstrap.css +3 -0
- package/styles/bootstrap4.css +3 -0
- package/styles/bootstrap5-dark.css +3 -0
- package/styles/bootstrap5.css +3 -0
- package/styles/fabric-dark.css +3 -0
- package/styles/fabric.css +3 -0
- package/styles/fluent-dark.css +3 -0
- package/styles/fluent.css +3 -0
- package/styles/grid/bootstrap-dark.css +3 -0
- package/styles/grid/bootstrap.css +3 -0
- package/styles/grid/bootstrap4.css +3 -0
- package/styles/grid/bootstrap5-dark.css +3 -0
- package/styles/grid/bootstrap5.css +3 -0
- package/styles/grid/fabric-dark.css +3 -0
- package/styles/grid/fabric.css +3 -0
- package/styles/grid/fluent-dark.css +3 -0
- package/styles/grid/fluent.css +3 -0
- package/styles/grid/highcontrast-light.css +3 -0
- package/styles/grid/highcontrast.css +3 -0
- package/styles/grid/material-dark.css +3 -0
- package/styles/grid/material.css +3 -0
- package/styles/grid/material3-dark.css +3 -0
- package/styles/grid/material3.css +3 -0
- package/styles/grid/tailwind-dark.css +3 -0
- package/styles/grid/tailwind.css +3 -0
- package/styles/highcontrast-light.css +3 -0
- package/styles/highcontrast.css +3 -0
- package/styles/material-dark.css +3 -0
- package/styles/material.css +3 -0
- package/styles/material3-dark.css +3 -0
- package/styles/material3.css +3 -0
- package/styles/tailwind-dark.css +3 -0
- package/styles/tailwind.css +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,21 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I490971` - Fixed a time zone conversion issue while applying a date filtering in a grid using the `UrlAdaptor`.
|
|
10
|
+
- `#I489490` - Resolved an issue where `changeDataSource` was not functioning correctly when column virtual scrolling was enabled.
|
|
11
|
+
- `#I499794` - Fixed an issue where the disabled cursor was not showing when dragging rows outside the grid with the `RowDragandDrop` feature.
|
|
12
|
+
- `#I501376` - During batch editing, a script issue was fixed after the checkbox column was dynamically disabled.
|
|
13
|
+
- `#I494495` - Fixed a script issue that occurred when sorting was performed while a validation message was displayed in Batch edit mode for the same column.
|
|
14
|
+
- `#I500511` - Resolved a script error related to the persistence of selection actions when utilizing the `WebAPIAdaptor`.
|
|
15
|
+
- `#I497445` - Searching value with trailing zero shows no records to display in grid has been fixed.
|
|
16
|
+
- `#I500931` - Fixed the alignment issue of the child grid header when sub-child grids are added dynamically within the child grid.
|
|
17
|
+
|
|
18
|
+
## 23.1.36 (2023-09-15)
|
|
19
|
+
|
|
20
|
+
### Grid
|
|
21
|
+
|
|
22
|
+
#### Bug fixes
|
|
23
|
+
|
|
9
24
|
- `#I488183` - Fixed an issue where the frozen columns get hidden while using auto-generated columns.
|
|
10
25
|
- `#I473780` - Resolved an issue where the frozen horizontal scroll did not work when a validation error message is shown.
|
|
11
26
|
- `#I486159` - Fixed an issue where the Column Reorder was not working properly when the frozen right feature is enabled.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-grids.umd.js
|
|
3
|
-
* version : 23.1.
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 23.1.38
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2023. 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
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-grids.umd.min.js
|
|
3
|
-
* version : 23.1.
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 23.1.38
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2023. 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
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-grids@1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-grids@23.1.36",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-GKLa3bqN2gJxqbDyDNb4gCWCCkDBUjwk+AvxujGHDgui6FlgnS5yfbbAzqy5Ky4kJs67ipYZtGVlriHaV6vkeg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-grids",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-23.1.36.tgz",
|
|
23
|
+
"_shasum": "ab4cfe805a3652f4578b505359a470ca35753eea",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~23.1.
|
|
35
|
-
"@syncfusion/ej2-base": "~23.1.
|
|
36
|
-
"@syncfusion/ej2-grids": "23.1.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~23.1.38",
|
|
35
|
+
"@syncfusion/ej2-base": "~23.1.38",
|
|
36
|
+
"@syncfusion/ej2-grids": "23.1.38"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"schematics": "./schematics/collection.json",
|
|
59
59
|
"sideEffects": false,
|
|
60
60
|
"typings": "ej2-angular-grids.d.ts",
|
|
61
|
-
"version": "23.1.
|
|
61
|
+
"version": "23.1.38-ngcc"
|
|
62
62
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-grids";
|
|
2
|
-
export declare const pkgVer = "^1.
|
|
2
|
+
export declare const pkgVer = "^23.1.36";
|
|
3
3
|
export declare const moduleName = "GridModule, PagerModule";
|
|
4
|
-
export declare const themeVer = "~1.
|
|
4
|
+
export declare const themeVer = "~23.1.36";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-grids';
|
|
4
|
-
exports.pkgVer = '^23.1.
|
|
4
|
+
exports.pkgVer = '^23.1.38';
|
|
5
5
|
exports.moduleName = 'GridModule, PagerModule';
|
|
6
|
-
exports.themeVer = '~23.1.
|
|
6
|
+
exports.themeVer = '~23.1.38';
|
|
@@ -4761,6 +4761,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4761
4761
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4762
4762
|
cursor: move;
|
|
4763
4763
|
}
|
|
4764
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4765
|
+
cursor: not-allowed;
|
|
4766
|
+
}
|
|
4764
4767
|
.e-grid .e-sortnumber {
|
|
4765
4768
|
background-color: #f0f0f0;
|
|
4766
4769
|
color: #1a1a1a;
|
package/styles/bootstrap.css
CHANGED
|
@@ -4762,6 +4762,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4762
4762
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4763
4763
|
cursor: move;
|
|
4764
4764
|
}
|
|
4765
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4766
|
+
cursor: not-allowed;
|
|
4767
|
+
}
|
|
4765
4768
|
.e-grid .e-sortnumber {
|
|
4766
4769
|
background-color: #bbbdc0;
|
|
4767
4770
|
color: #333;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -4828,6 +4828,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4828
4828
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4829
4829
|
cursor: move;
|
|
4830
4830
|
}
|
|
4831
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4832
|
+
cursor: not-allowed;
|
|
4833
|
+
}
|
|
4831
4834
|
.e-grid .e-sortnumber {
|
|
4832
4835
|
background-color: #bbbdc0;
|
|
4833
4836
|
color: #212529;
|
|
@@ -4841,6 +4841,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4841
4841
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4842
4842
|
cursor: move;
|
|
4843
4843
|
}
|
|
4844
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4845
|
+
cursor: not-allowed;
|
|
4846
|
+
}
|
|
4844
4847
|
.e-grid .e-sortnumber {
|
|
4845
4848
|
background-color: #495057;
|
|
4846
4849
|
color: #ced4da;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -4841,6 +4841,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4841
4841
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4842
4842
|
cursor: move;
|
|
4843
4843
|
}
|
|
4844
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4845
|
+
cursor: not-allowed;
|
|
4846
|
+
}
|
|
4844
4847
|
.e-grid .e-sortnumber {
|
|
4845
4848
|
background-color: #dee2e6;
|
|
4846
4849
|
color: #495057;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -4735,6 +4735,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4735
4735
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4736
4736
|
cursor: move;
|
|
4737
4737
|
}
|
|
4738
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4739
|
+
cursor: not-allowed;
|
|
4740
|
+
}
|
|
4738
4741
|
.e-grid .e-sortnumber {
|
|
4739
4742
|
background-color: #514f4f;
|
|
4740
4743
|
color: #fff;
|
package/styles/fabric.css
CHANGED
|
@@ -4728,6 +4728,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4728
4728
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4729
4729
|
cursor: move;
|
|
4730
4730
|
}
|
|
4731
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4732
|
+
cursor: not-allowed;
|
|
4733
|
+
}
|
|
4731
4734
|
.e-grid .e-sortnumber {
|
|
4732
4735
|
background-color: #bbbdc0;
|
|
4733
4736
|
color: #333;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -4872,6 +4872,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4872
4872
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4873
4873
|
cursor: move;
|
|
4874
4874
|
}
|
|
4875
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4876
|
+
cursor: not-allowed;
|
|
4877
|
+
}
|
|
4875
4878
|
.e-grid .e-sortnumber {
|
|
4876
4879
|
background-color: #292827;
|
|
4877
4880
|
color: #c8c6c4;
|
package/styles/fluent.css
CHANGED
|
@@ -4872,6 +4872,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4872
4872
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4873
4873
|
cursor: move;
|
|
4874
4874
|
}
|
|
4875
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4876
|
+
cursor: not-allowed;
|
|
4877
|
+
}
|
|
4875
4878
|
.e-grid .e-sortnumber {
|
|
4876
4879
|
background-color: #edebe9;
|
|
4877
4880
|
color: #3b3a39;
|
|
@@ -4337,6 +4337,9 @@
|
|
|
4337
4337
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4338
4338
|
cursor: move;
|
|
4339
4339
|
}
|
|
4340
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4341
|
+
cursor: not-allowed;
|
|
4342
|
+
}
|
|
4340
4343
|
.e-grid .e-sortnumber {
|
|
4341
4344
|
background-color: #f0f0f0;
|
|
4342
4345
|
color: #1a1a1a;
|
|
@@ -4393,6 +4393,9 @@
|
|
|
4393
4393
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4394
4394
|
cursor: move;
|
|
4395
4395
|
}
|
|
4396
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4397
|
+
cursor: not-allowed;
|
|
4398
|
+
}
|
|
4396
4399
|
.e-grid .e-sortnumber {
|
|
4397
4400
|
background-color: #bbbdc0;
|
|
4398
4401
|
color: #212529;
|
|
@@ -4414,6 +4414,9 @@
|
|
|
4414
4414
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4415
4415
|
cursor: move;
|
|
4416
4416
|
}
|
|
4417
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4418
|
+
cursor: not-allowed;
|
|
4419
|
+
}
|
|
4417
4420
|
.e-grid .e-sortnumber {
|
|
4418
4421
|
background-color: #495057;
|
|
4419
4422
|
color: #ced4da;
|
|
@@ -4414,6 +4414,9 @@
|
|
|
4414
4414
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4415
4415
|
cursor: move;
|
|
4416
4416
|
}
|
|
4417
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4418
|
+
cursor: not-allowed;
|
|
4419
|
+
}
|
|
4417
4420
|
.e-grid .e-sortnumber {
|
|
4418
4421
|
background-color: #dee2e6;
|
|
4419
4422
|
color: #495057;
|
package/styles/grid/fabric.css
CHANGED
|
@@ -4445,6 +4445,9 @@
|
|
|
4445
4445
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4446
4446
|
cursor: move;
|
|
4447
4447
|
}
|
|
4448
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4449
|
+
cursor: not-allowed;
|
|
4450
|
+
}
|
|
4448
4451
|
.e-grid .e-sortnumber {
|
|
4449
4452
|
background-color: #292827;
|
|
4450
4453
|
color: #c8c6c4;
|
package/styles/grid/fluent.css
CHANGED
|
@@ -4445,6 +4445,9 @@
|
|
|
4445
4445
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4446
4446
|
cursor: move;
|
|
4447
4447
|
}
|
|
4448
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4449
|
+
cursor: not-allowed;
|
|
4450
|
+
}
|
|
4448
4451
|
.e-grid .e-sortnumber {
|
|
4449
4452
|
background-color: #edebe9;
|
|
4450
4453
|
color: #3b3a39;
|
package/styles/grid/material.css
CHANGED
|
@@ -4644,6 +4644,9 @@
|
|
|
4644
4644
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4645
4645
|
cursor: move;
|
|
4646
4646
|
}
|
|
4647
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4648
|
+
cursor: not-allowed;
|
|
4649
|
+
}
|
|
4647
4650
|
.e-grid .e-sortnumber {
|
|
4648
4651
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
4649
4652
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
@@ -4700,6 +4700,9 @@
|
|
|
4700
4700
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4701
4701
|
cursor: move;
|
|
4702
4702
|
}
|
|
4703
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4704
|
+
cursor: not-allowed;
|
|
4705
|
+
}
|
|
4703
4706
|
.e-grid .e-sortnumber {
|
|
4704
4707
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
4705
4708
|
color: rgba(var(--color-sf-on-secondary-container));
|
|
@@ -4432,6 +4432,9 @@
|
|
|
4432
4432
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4433
4433
|
cursor: move;
|
|
4434
4434
|
}
|
|
4435
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4436
|
+
cursor: not-allowed;
|
|
4437
|
+
}
|
|
4435
4438
|
.e-grid .e-sortnumber {
|
|
4436
4439
|
background-color: #4b5563;
|
|
4437
4440
|
color: #9ca3af;
|
package/styles/grid/tailwind.css
CHANGED
|
@@ -4432,6 +4432,9 @@
|
|
|
4432
4432
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4433
4433
|
cursor: move;
|
|
4434
4434
|
}
|
|
4435
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4436
|
+
cursor: not-allowed;
|
|
4437
|
+
}
|
|
4435
4438
|
.e-grid .e-sortnumber {
|
|
4436
4439
|
background-color: #e5e7eb;
|
|
4437
4440
|
color: #6b7280;
|
|
@@ -4732,6 +4732,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4732
4732
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4733
4733
|
cursor: move;
|
|
4734
4734
|
}
|
|
4735
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4736
|
+
cursor: not-allowed;
|
|
4737
|
+
}
|
|
4735
4738
|
.e-grid .e-sortnumber {
|
|
4736
4739
|
background-color: #3d3d3d;
|
|
4737
4740
|
color: #fff;
|
package/styles/highcontrast.css
CHANGED
|
@@ -4732,6 +4732,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4732
4732
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4733
4733
|
cursor: move;
|
|
4734
4734
|
}
|
|
4735
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4736
|
+
cursor: not-allowed;
|
|
4737
|
+
}
|
|
4735
4738
|
.e-grid .e-sortnumber {
|
|
4736
4739
|
background-color: #bfbfbf;
|
|
4737
4740
|
color: #000;
|
package/styles/material-dark.css
CHANGED
|
@@ -4781,6 +4781,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4781
4781
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4782
4782
|
cursor: move;
|
|
4783
4783
|
}
|
|
4784
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4785
|
+
cursor: not-allowed;
|
|
4786
|
+
}
|
|
4784
4787
|
.e-grid .e-sortnumber {
|
|
4785
4788
|
background-color: #bbbdc0;
|
|
4786
4789
|
color: #000;
|
package/styles/material.css
CHANGED
|
@@ -4823,6 +4823,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4823
4823
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4824
4824
|
cursor: move;
|
|
4825
4825
|
}
|
|
4826
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4827
|
+
cursor: not-allowed;
|
|
4828
|
+
}
|
|
4826
4829
|
.e-grid .e-sortnumber {
|
|
4827
4830
|
background-color: #bbbdc0;
|
|
4828
4831
|
color: #000;
|
|
@@ -5174,6 +5174,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5174
5174
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
5175
5175
|
cursor: move;
|
|
5176
5176
|
}
|
|
5177
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
5178
|
+
cursor: not-allowed;
|
|
5179
|
+
}
|
|
5177
5180
|
.e-grid .e-sortnumber {
|
|
5178
5181
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
5179
5182
|
color: rgba(var(--color-sf-on-surface-variant));
|
package/styles/material3.css
CHANGED
|
@@ -5286,6 +5286,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5286
5286
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
5287
5287
|
cursor: move;
|
|
5288
5288
|
}
|
|
5289
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
5290
|
+
cursor: not-allowed;
|
|
5291
|
+
}
|
|
5289
5292
|
.e-grid .e-sortnumber {
|
|
5290
5293
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
5291
5294
|
color: rgba(var(--color-sf-on-secondary-container));
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -4859,6 +4859,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4859
4859
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4860
4860
|
cursor: move;
|
|
4861
4861
|
}
|
|
4862
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4863
|
+
cursor: not-allowed;
|
|
4864
|
+
}
|
|
4862
4865
|
.e-grid .e-sortnumber {
|
|
4863
4866
|
background-color: #4b5563;
|
|
4864
4867
|
color: #9ca3af;
|
package/styles/tailwind.css
CHANGED
|
@@ -4859,6 +4859,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4859
4859
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4860
4860
|
cursor: move;
|
|
4861
4861
|
}
|
|
4862
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4863
|
+
cursor: not-allowed;
|
|
4864
|
+
}
|
|
4862
4865
|
.e-grid .e-sortnumber {
|
|
4863
4866
|
background-color: #e5e7eb;
|
|
4864
4867
|
color: #6b7280;
|