@syncfusion/ej2-vue-grids 19.4.38 → 19.4.40
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 +14 -0
- package/README.md +1 -1
- package/dist/ej2-vue-grids.umd.min.js +10 -1
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +7 -7
- package/styles/bootstrap5-dark.css +1 -0
- package/styles/bootstrap5.css +1 -0
- package/styles/excel-filter/bootstrap5-dark.css +1 -0
- package/styles/excel-filter/bootstrap5.css +1 -0
- package/styles/grid/bootstrap5-dark.css +1 -0
- package/styles/grid/bootstrap5.css +1 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-grids@
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-grids@19.4.38",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-FYeotplOUDtbNTED/9LFMbpaIlcKdi6Sq596IquFMdV+95M/gjBiH4pzkxs7BwsdTzkaX/ducYkgqHAF+vLBOg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-grids",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-grids/-/ej2-vue-grids-19.4.38.tgz",
|
|
23
|
+
"_shasum": "33322bde4c8bc7f50d9c9b625a2ba70907139e12",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~19.4.38",
|
|
35
|
-
"@syncfusion/ej2-grids": "19.4.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~19.4.
|
|
35
|
+
"@syncfusion/ej2-grids": "19.4.40",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~19.4.40"
|
|
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 Vue",
|
|
@@ -65,6 +65,6 @@
|
|
|
65
65
|
"type": "git",
|
|
66
66
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
67
67
|
},
|
|
68
|
-
"version": "19.4.
|
|
68
|
+
"version": "19.4.40",
|
|
69
69
|
"sideEffects": false
|
|
70
70
|
}
|
|
@@ -858,6 +858,7 @@
|
|
|
858
858
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
859
859
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
860
860
|
background: transparent;
|
|
861
|
+
color: inherit;
|
|
861
862
|
}
|
|
862
863
|
|
|
863
864
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
package/styles/bootstrap5.css
CHANGED
|
@@ -858,6 +858,7 @@
|
|
|
858
858
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
859
859
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
860
860
|
background: transparent;
|
|
861
|
+
color: inherit;
|
|
861
862
|
}
|
|
862
863
|
|
|
863
864
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|