@syncfusion/ej2-inplace-editor 19.2.60 → 19.3.53
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/.eslintrc.json +1 -1
- package/CHANGELOG.md +7 -1
- package/dist/ej2-inplace-editor.umd.min.js +2 -2
- package/dist/ej2-inplace-editor.umd.min.js.map +1 -1
- package/dist/es6/ej2-inplace-editor.es2015.js +5 -4
- package/dist/es6/ej2-inplace-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-inplace-editor.es5.js +5 -4
- package/dist/es6/ej2-inplace-editor.es5.js.map +1 -1
- package/dist/global/ej2-inplace-editor.min.js +2 -2
- package/dist/global/ej2-inplace-editor.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +16 -16
- package/src/inplace-editor/base/inplace-editor.d.ts +1 -0
- package/src/inplace-editor/base/inplace-editor.js +5 -4
- package/styles/bootstrap4.css +5 -0
- package/styles/bootstrap5-dark.css +929 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +929 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/inplace-editor/_bootstrap5-dark-definition.scss +1 -0
- package/styles/inplace-editor/_bootstrap5-definition.scss +67 -0
- package/styles/inplace-editor/_layout.scss +2 -2
- package/styles/inplace-editor/_tailwind-dark-definition.scss +1 -78
- package/styles/inplace-editor/_tailwind-definition.scss +26 -36
- package/styles/inplace-editor/_theme.scss +7 -1
- package/styles/inplace-editor/bootstrap4.css +5 -0
- package/styles/inplace-editor/bootstrap5-dark.css +929 -0
- package/styles/inplace-editor/bootstrap5-dark.scss +26 -0
- package/styles/inplace-editor/bootstrap5.css +929 -0
- package/styles/inplace-editor/bootstrap5.scss +26 -0
- package/styles/inplace-editor/icons/_bootstrap5-dark.scss +1 -0
- package/styles/inplace-editor/icons/_bootstrap5.scss +19 -0
- package/styles/inplace-editor/icons/_tailwind-dark.scss +1 -19
- 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/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.3.53
|
|
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-inplace-editor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-inplace-editor@19.
|
|
3
|
+
"_id": "@syncfusion/ej2-inplace-editor@19.3.45",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-L2vkGgJndn9lqwjuqbZNXXu/2Um33KFgOp9pD8DOB+jvSIaXEB5by4eo5NU7e11ALuwbnBfI3enAr/88dF1psQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-inplace-editor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"/@syncfusion/ej2-react-inplace-editor",
|
|
25
25
|
"/@syncfusion/ej2-vue-inplace-editor"
|
|
26
26
|
],
|
|
27
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-inplace-editor/-/ej2-inplace-editor-19.
|
|
28
|
-
"_shasum": "
|
|
27
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-inplace-editor/-/ej2-inplace-editor-19.3.45.tgz",
|
|
28
|
+
"_shasum": "d18f06127c802948e34436098a4819abad0579b8",
|
|
29
29
|
"_spec": "@syncfusion/ej2-inplace-editor@*",
|
|
30
30
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
31
31
|
"author": {
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
},
|
|
37
37
|
"bundleDependencies": false,
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@syncfusion/ej2-base": "~19.
|
|
40
|
-
"@syncfusion/ej2-buttons": "~19.
|
|
41
|
-
"@syncfusion/ej2-calendars": "~19.
|
|
42
|
-
"@syncfusion/ej2-data": "~19.
|
|
43
|
-
"@syncfusion/ej2-dropdowns": "~19.
|
|
44
|
-
"@syncfusion/ej2-inputs": "~19.
|
|
45
|
-
"@syncfusion/ej2-lists": "~19.
|
|
46
|
-
"@syncfusion/ej2-navigations": "~19.
|
|
47
|
-
"@syncfusion/ej2-popups": "~19.
|
|
48
|
-
"@syncfusion/ej2-richtexteditor": "~19.
|
|
49
|
-
"@syncfusion/ej2-splitbuttons": "~19.
|
|
39
|
+
"@syncfusion/ej2-base": "~19.3.53",
|
|
40
|
+
"@syncfusion/ej2-buttons": "~19.3.53",
|
|
41
|
+
"@syncfusion/ej2-calendars": "~19.3.53",
|
|
42
|
+
"@syncfusion/ej2-data": "~19.3.53",
|
|
43
|
+
"@syncfusion/ej2-dropdowns": "~19.3.53",
|
|
44
|
+
"@syncfusion/ej2-inputs": "~19.3.53",
|
|
45
|
+
"@syncfusion/ej2-lists": "~19.3.53",
|
|
46
|
+
"@syncfusion/ej2-navigations": "~19.3.53",
|
|
47
|
+
"@syncfusion/ej2-popups": "~19.3.53",
|
|
48
|
+
"@syncfusion/ej2-richtexteditor": "~19.3.53",
|
|
49
|
+
"@syncfusion/ej2-splitbuttons": "~19.3.53"
|
|
50
50
|
},
|
|
51
51
|
"deprecated": false,
|
|
52
52
|
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server.",
|
|
@@ -69,6 +69,6 @@
|
|
|
69
69
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
70
70
|
},
|
|
71
71
|
"typings": "index.d.ts",
|
|
72
|
-
"version": "19.
|
|
72
|
+
"version": "19.3.53",
|
|
73
73
|
"sideEffects": false
|
|
74
74
|
}
|
|
@@ -85,6 +85,7 @@ var InPlaceEditor = /** @class */ (function (_super) {
|
|
|
85
85
|
* @private
|
|
86
86
|
*/
|
|
87
87
|
InPlaceEditor.prototype.preRender = function () {
|
|
88
|
+
this.onScrollResizeHandler = this.scrollResizeHandler.bind(this);
|
|
88
89
|
if (isNOU(this.model)) {
|
|
89
90
|
this.setProperties({ model: {} }, true);
|
|
90
91
|
}
|
|
@@ -942,8 +943,8 @@ var InPlaceEditor = /** @class */ (function (_super) {
|
|
|
942
943
|
this.wireEditEvent(this.editableOn);
|
|
943
944
|
EventHandler.add(this.editIcon, 'click', this.clickHandler, this);
|
|
944
945
|
EventHandler.add(this.element, 'keydown', this.valueKeyDownHandler, this);
|
|
945
|
-
|
|
946
|
-
window.addEventListener('resize', this.
|
|
946
|
+
document.addEventListener('scroll', this.onScrollResizeHandler);
|
|
947
|
+
window.addEventListener('resize', this.onScrollResizeHandler);
|
|
947
948
|
if (Array.prototype.indexOf.call(this.clearComponents, this.type) > -1) {
|
|
948
949
|
EventHandler.add(this.element, 'mousedown', this.mouseDownHandler, this);
|
|
949
950
|
}
|
|
@@ -985,8 +986,8 @@ var InPlaceEditor = /** @class */ (function (_super) {
|
|
|
985
986
|
InPlaceEditor.prototype.unWireEvents = function () {
|
|
986
987
|
this.unWireEditEvent(this.editableOn);
|
|
987
988
|
EventHandler.remove(this.editIcon, 'click', this.clickHandler);
|
|
988
|
-
|
|
989
|
-
window.removeEventListener('resize', this.
|
|
989
|
+
document.removeEventListener('scroll', this.onScrollResizeHandler);
|
|
990
|
+
window.removeEventListener('resize', this.onScrollResizeHandler);
|
|
990
991
|
EventHandler.remove(this.element, 'keydown', this.valueKeyDownHandler);
|
|
991
992
|
if (Array.prototype.indexOf.call(this.clearComponents, this.type) > -1) {
|
|
992
993
|
EventHandler.remove(this.element, 'mousedown', this.mouseDownHandler);
|
package/styles/bootstrap4.css
CHANGED
|
@@ -85,6 +85,11 @@
|
|
|
85
85
|
background: transparent;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
|
+
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
89
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
90
|
+
background: #e9ecef;
|
|
91
|
+
}
|
|
92
|
+
|
|
88
93
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
89
94
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
90
95
|
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|