@syncfusion/ej2-react-inplace-editor 22.2.5 → 23.1.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 CHANGED
@@ -2,14 +2,6 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## 22.1.36 (2023-06-28)
6
-
7
- ### In-place Editor
8
-
9
- #### Bug Fixes
10
-
11
- - `#FB182978` - Resolved an issue Hidden save and cancel icons when focused on using tab key navigation.
12
-
13
5
  ## 20.4.54 (2023-03-14)
14
6
 
15
7
  ### In-place Editor
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * filename: ej2-react-inplace-editor.min.js
3
- * version : 22.2.5
4
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
3
+ * version : 23.1.40
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-react-inplace-editor.umd.min.js
3
- * version : 22.2.5
4
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
3
+ * version : 23.1.40
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-react-inplace-editor@*",
3
- "_id": "@syncfusion/ej2-react-inplace-editor@22.1.36",
3
+ "_id": "@syncfusion/ej2-react-inplace-editor@23.1.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-UFlFehZir/+sOkqrKeEIw8ZQ6VX1NHeAkOvm6q1y/pXIKuDkdVEuaspgT8NRJ432VHmuQ7JsUWPM6uzVcJLcCg==",
5
+ "_integrity": "sha512-TPEC7FUApaWvLsJyqj/egPyze7g5sJJ5urP196URocWzwX3L3InqARGmTlwaM9o8kDcscTwreRj+MwnX9i+IIQ==",
6
6
  "_location": "/@syncfusion/ej2-react-inplace-editor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-inplace-editor/-/ej2-react-inplace-editor-22.1.36.tgz",
23
- "_shasum": "2292b975590d896801df0266023c6d1d137ea6f1",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-inplace-editor/-/ej2-react-inplace-editor-23.1.36.tgz",
23
+ "_shasum": "073e5f5df233ce8322cb146005b7ab98be5398bd",
24
24
  "_spec": "@syncfusion/ej2-react-inplace-editor@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~22.2.5",
35
- "@syncfusion/ej2-inplace-editor": "22.2.5",
36
- "@syncfusion/ej2-react-base": "~22.2.5"
34
+ "@syncfusion/ej2-base": "~23.1.38",
35
+ "@syncfusion/ej2-inplace-editor": "23.1.40",
36
+ "@syncfusion/ej2-react-base": "~23.1.36"
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",
@@ -54,6 +54,6 @@
54
54
  "type": "git",
55
55
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
56
56
  },
57
- "version": "22.2.5",
57
+ "version": "23.1.40",
58
58
  "sideEffects": false
59
59
  }
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  @keyframes e-input-ripple {
4
3
  100% {
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  @keyframes e-input-ripple {
4
3
  100% {
@@ -1,4 +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
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -1,2 +1,2 @@
1
- @import 'ej2-base/styles/material3-dark-definition.scss';
1
+
2
2
  @import 'ej2-inplace-editor/styles/inplace-editor/material3-dark.scss';
@@ -1,4 +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
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -1,2 +1,2 @@
1
- @import 'ej2-base/styles/material3-definition.scss';
1
+
2
2
  @import 'ej2-inplace-editor/styles/inplace-editor/material3.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  /* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
4
3
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  /* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
4
3
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  @keyframes e-input-ripple {
4
3
  100% {
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  @keyframes e-input-ripple {
4
3
  100% {
@@ -1,4 +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
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -1,4 +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
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  /* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
4
3
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  /* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
4
3
  .e-ddl.e-control-wrapper .e-ddl-icon::before {