@syncfusion/ej2-angular-inplace-editor 21.1.37 → 21.2.3
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/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/bootstrap4.css +8 -0
- package/styles/bootstrap5-dark.css +8 -0
- package/styles/bootstrap5.css +8 -0
- package/styles/inplace-editor/_theme.scss +12 -0
- package/styles/inplace-editor/bootstrap4.css +8 -0
- package/styles/inplace-editor/bootstrap5-dark.css +8 -0
- package/styles/inplace-editor/bootstrap5.css +8 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-inplace-editor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-inplace-editor@21.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-inplace-editor@21.1.37",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-HfUdWio/M0JyywFFgSH8b2bY4N1CD5LuATNKR9Iv4KQW9JRscwM9HTzJ+L5QyT7yLx6y1Le5VpqmXydzDIcKYQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-inplace-editor",
|
|
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-angular-hotfix/@syncfusion/ej2-angular-inplace-editor/-/ej2-angular-inplace-editor-21.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-inplace-editor/-/ej2-angular-inplace-editor-21.1.37.tgz",
|
|
23
|
+
"_shasum": "727f06b4a7b5105561dcb6dde63b98c04489e766",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-inplace-editor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~21.
|
|
35
|
-
"@syncfusion/ej2-base": "~21.
|
|
36
|
-
"@syncfusion/ej2-inplace-editor": "21.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~21.2.3",
|
|
35
|
+
"@syncfusion/ej2-base": "~21.2.3",
|
|
36
|
+
"@syncfusion/ej2-inplace-editor": "21.2.3",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"schematics": "./schematics/collection.json",
|
|
74
74
|
"sideEffects": false,
|
|
75
75
|
"typings": "syncfusion-ej2-angular-inplace-editor.d.ts",
|
|
76
|
-
"version": "21.
|
|
76
|
+
"version": "21.2.3"
|
|
77
77
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-inplace-editor";
|
|
2
|
-
export declare const pkgVer = "^21.1.
|
|
2
|
+
export declare const pkgVer = "^21.1.37";
|
|
3
3
|
export declare const moduleName = "InPlaceEditorModule";
|
|
4
|
-
export declare const themeVer = "~21.1.
|
|
4
|
+
export declare const themeVer = "~21.1.37";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-inplace-editor';
|
|
4
|
-
exports.pkgVer = '^21.
|
|
4
|
+
exports.pkgVer = '^21.2.3';
|
|
5
5
|
exports.moduleName = 'InPlaceEditorModule';
|
|
6
|
-
exports.themeVer = '~21.
|
|
6
|
+
exports.themeVer = '~21.2.3';
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1066,6 +1066,14 @@
|
|
|
1066
1066
|
background-color: #5a6268;
|
|
1067
1067
|
border: 1px solid #545b62;
|
|
1068
1068
|
}
|
|
1069
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:disabled,
|
|
1070
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled,
|
|
1071
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:disabled,
|
|
1072
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled {
|
|
1073
|
+
background-color: #fff;
|
|
1074
|
+
border: 1px solid #ced4da;
|
|
1075
|
+
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
|
|
1076
|
+
}
|
|
1069
1077
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus,
|
|
1070
1078
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus,
|
|
1071
1079
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus,
|
|
@@ -777,6 +777,14 @@
|
|
|
777
777
|
background-color: #5a6268;
|
|
778
778
|
border: 1px solid #545b62;
|
|
779
779
|
}
|
|
780
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:disabled,
|
|
781
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled,
|
|
782
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:disabled,
|
|
783
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled {
|
|
784
|
+
background-color: #212529;
|
|
785
|
+
border: 1px solid #444c54;
|
|
786
|
+
border-radius: 4px;
|
|
787
|
+
}
|
|
780
788
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
|
|
781
789
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
782
790
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -777,6 +777,14 @@
|
|
|
777
777
|
background-color: #5a6268;
|
|
778
778
|
border: 1px solid #545b62;
|
|
779
779
|
}
|
|
780
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:disabled,
|
|
781
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled,
|
|
782
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:disabled,
|
|
783
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled {
|
|
784
|
+
background-color: #fff;
|
|
785
|
+
border: 1px solid #dee2e6;
|
|
786
|
+
border-radius: 4px;
|
|
787
|
+
}
|
|
780
788
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
|
|
781
789
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
782
790
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
@@ -136,6 +136,12 @@
|
|
|
136
136
|
background-color: darken($gray-600, 7.5%);
|
|
137
137
|
border: 1px solid darken($gray-600, 10%);
|
|
138
138
|
}
|
|
139
|
+
|
|
140
|
+
&:disabled {
|
|
141
|
+
background-color: $content-bg;
|
|
142
|
+
border: 1px solid $gray-400;
|
|
143
|
+
box-shadow: 0 1px 4px 0 $black-color;
|
|
144
|
+
}
|
|
139
145
|
}
|
|
140
146
|
@else if $skin-name == 'bootstrap5' {
|
|
141
147
|
|
|
@@ -143,6 +149,12 @@
|
|
|
143
149
|
background-color: darken($gray-600, 7.5%);
|
|
144
150
|
border: 1px solid darken($gray-600, 10%);
|
|
145
151
|
}
|
|
152
|
+
|
|
153
|
+
&:disabled{
|
|
154
|
+
background-color: $content-bg-color;
|
|
155
|
+
border: 1px solid $border-light;
|
|
156
|
+
border-radius: 4px;
|
|
157
|
+
}
|
|
146
158
|
}
|
|
147
159
|
|
|
148
160
|
@if $skin-name == 'bootstrap4' {
|
|
@@ -1066,6 +1066,14 @@
|
|
|
1066
1066
|
background-color: #5a6268;
|
|
1067
1067
|
border: 1px solid #545b62;
|
|
1068
1068
|
}
|
|
1069
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:disabled,
|
|
1070
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled,
|
|
1071
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:disabled,
|
|
1072
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled {
|
|
1073
|
+
background-color: #fff;
|
|
1074
|
+
border: 1px solid #ced4da;
|
|
1075
|
+
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
|
|
1076
|
+
}
|
|
1069
1077
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus,
|
|
1070
1078
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus,
|
|
1071
1079
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus,
|
|
@@ -777,6 +777,14 @@
|
|
|
777
777
|
background-color: #5a6268;
|
|
778
778
|
border: 1px solid #545b62;
|
|
779
779
|
}
|
|
780
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:disabled,
|
|
781
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled,
|
|
782
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:disabled,
|
|
783
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled {
|
|
784
|
+
background-color: #212529;
|
|
785
|
+
border: 1px solid #444c54;
|
|
786
|
+
border-radius: 4px;
|
|
787
|
+
}
|
|
780
788
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
|
|
781
789
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
782
790
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|
|
@@ -777,6 +777,14 @@
|
|
|
777
777
|
background-color: #5a6268;
|
|
778
778
|
border: 1px solid #545b62;
|
|
779
779
|
}
|
|
780
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:disabled,
|
|
781
|
+
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled,
|
|
782
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:disabled,
|
|
783
|
+
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled {
|
|
784
|
+
background-color: #fff;
|
|
785
|
+
border: 1px solid #dee2e6;
|
|
786
|
+
border-radius: 4px;
|
|
787
|
+
}
|
|
780
788
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
|
|
781
789
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
|
|
782
790
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
|