@syncfusion/ej2-react-inplace-editor 19.2.60 → 19.3.43
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 +1 -1
- package/dist/ej2-react-inplace-editor.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap5-dark.css +924 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +924 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/inplace-editor/bootstrap5-dark.css +924 -0
- package/styles/inplace-editor/bootstrap5-dark.scss +1 -0
- package/styles/inplace-editor/bootstrap5.css +924 -0
- package/styles/inplace-editor/bootstrap5.scss +1 -0
- package/styles/inplace-editor/material-dark.css +1 -1
- package/styles/inplace-editor/tailwind-dark.css +2 -10
- package/styles/inplace-editor/tailwind.css +2 -10
- package/styles/material-dark.css +1 -1
- package/styles/tailwind-dark.css +2 -10
- package/styles/tailwind.css +2 -10
package/CHANGELOG.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
- `#I335868` - The issue with "value is not being reset after form validation fails, and the cancel button is pressed" has been resolved.
|
|
12
12
|
- `#I335868` - In popup mode, pressing the close-icon on the In-place editor `numeric` type changes the value to -1 has been resolved.
|
|
13
13
|
|
|
14
|
-
## 19.2.
|
|
14
|
+
## 19.2.44 (2021-06-30)
|
|
15
15
|
|
|
16
16
|
### In-place Editor
|
|
17
17
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-inplace-editor.umd.min.js
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.3.43
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-inplace-editor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-inplace-editor@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-inplace-editor@18.20.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-9HftYhzFHKMS9T8tmF2NYpe4uSV36073YDRAaQFLIISRsFYRwB/sHmeZ8bUbF+oT4J4GqzShGesGis++9gCzyw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-inplace-editor",
|
|
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-release/@syncfusion/ej2-react-inplace-editor/-/ej2-react-inplace-editor-18.20.0.tgz",
|
|
23
|
+
"_shasum": "3282531291cffdcf2a6e3bd140414477d0041195",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-inplace-editor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~19.
|
|
35
|
-
"@syncfusion/ej2-inplace-editor": "19.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~19.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.3.43",
|
|
35
|
+
"@syncfusion/ej2-inplace-editor": "19.3.43",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~19.3.43"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for React",
|
|
@@ -59,6 +59,6 @@
|
|
|
59
59
|
"type": "git",
|
|
60
60
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
61
61
|
},
|
|
62
|
-
"version": "19.
|
|
62
|
+
"version": "19.3.43",
|
|
63
63
|
"sideEffects": false
|
|
64
64
|
}
|