@syncfusion/ej2-inplace-editor 19.4.38 → 20.1.47
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 +2 -0
- package/README.md +1 -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 +1 -1
- package/dist/es6/ej2-inplace-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-inplace-editor.es5.js +1 -1
- 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/dist/ts/inplace-editor/base/inplace-editor.ts +1 -1
- package/package.json +16 -16
- package/src/inplace-editor/base/inplace-editor.js +1 -1
- package/styles/bootstrap5-dark.css +8 -1
- package/styles/bootstrap5.css +8 -1
- package/styles/fluent-dark.css +888 -0
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +888 -0
- package/styles/fluent.scss +1 -0
- package/styles/inplace-editor/_fluent-dark-definition.scss +1 -0
- package/styles/inplace-editor/_fluent-definition.scss +4 -4
- package/styles/inplace-editor/bootstrap5-dark.css +8 -1
- package/styles/inplace-editor/bootstrap5.css +8 -1
- package/styles/inplace-editor/fluent-dark.css +888 -0
- package/styles/inplace-editor/fluent-dark.scss +26 -0
- package/styles/inplace-editor/fluent.css +888 -0
- package/styles/inplace-editor/fluent.scss +26 -0
- package/styles/inplace-editor/icons/_fluent-dark.scss +1 -0
- package/styles/inplace-editor/icons/_fluent.scss +4 -4
- package/styles/inplace-editor/icons/_tailwind.scss +4 -4
- package/styles/inplace-editor/tailwind-dark.css +7 -63
- package/styles/inplace-editor/tailwind.css +7 -63
- package/styles/tailwind-dark.css +7 -63
- package/styles/tailwind.css +7 -63
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'inplace-editor/fluent.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './fluent-definition.scss';
|
|
@@ -34,8 +34,8 @@ $editor-big-wrapper-title-with-padding: 25px 16px 16px 16px !default;
|
|
|
34
34
|
$editor-nrml-wrapper-title-with-padding: 18px 12px 12px 12px !default;
|
|
35
35
|
$editor-component-bottom-margin: 4px !default;
|
|
36
36
|
$editor-buttons-top-margin: 4px !default;
|
|
37
|
-
$editor-btn-save-icon-size:
|
|
38
|
-
$editor-btn-cancel-icon-size:
|
|
37
|
+
$editor-btn-save-icon-size: 12px !default;
|
|
38
|
+
$editor-btn-cancel-icon-size: 12px !default;
|
|
39
39
|
$editor-big-btn-save-margin: 0 6px 0 0 !default;
|
|
40
40
|
$editor-nrml-btn-save-margin: 0 4px 0 0 !default;
|
|
41
41
|
$editor-big-btn-cancel-margin: 0 0 0 6px !default;
|
|
@@ -54,12 +54,12 @@ $editor-value-text-border: 1px dashed $content-text-color !default;
|
|
|
54
54
|
$editor-background-color: $transparent !default;
|
|
55
55
|
$wrapper-background-color: $flyout-bg-color !default;
|
|
56
56
|
$editor-tip-border: none !default;
|
|
57
|
-
$editor-tip-bg: $
|
|
57
|
+
$editor-tip-bg: $flyout-bg-color !default;
|
|
58
58
|
$editor-tip-arrow-icon-color: $content-bg-color !default;
|
|
59
59
|
$editor-tip-title-arrow-icon-color: $content-bg-color !default;
|
|
60
60
|
$editor-tip-arrow-bdr-color: $content-bg-color-alt1 !default;
|
|
61
61
|
$editor-tip-title-arrow-bdr-color: $border !default;
|
|
62
|
-
$editor-tip-box-shadow: $shadow-
|
|
62
|
+
$editor-tip-box-shadow: $shadow-xl !default;
|
|
63
63
|
$editor-tip-title-bg: $content-bg-color !default;
|
|
64
64
|
$editor-tio-title-border-bottom: 0 !default;
|
|
65
65
|
$editor-tip-title-color: $content-text-color !default;
|
|
@@ -90,6 +90,13 @@
|
|
|
90
90
|
color: #adb5bd;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
+
.e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
94
|
+
.e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
95
|
+
.e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
96
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
|
|
97
|
+
background: #343a40;
|
|
98
|
+
}
|
|
99
|
+
|
|
93
100
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
94
101
|
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
95
102
|
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
@@ -152,7 +159,7 @@
|
|
|
152
159
|
}
|
|
153
160
|
|
|
154
161
|
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
155
|
-
border-radius: 0
|
|
162
|
+
border-radius: 0 2px 2px 0;
|
|
156
163
|
border-right-width: 0;
|
|
157
164
|
}
|
|
158
165
|
|
|
@@ -90,6 +90,13 @@
|
|
|
90
90
|
color: #6c757d;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
+
.e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
94
|
+
.e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
95
|
+
.e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
96
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
|
|
97
|
+
background: #e9ecef;
|
|
98
|
+
}
|
|
99
|
+
|
|
93
100
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
94
101
|
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
95
102
|
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
@@ -152,7 +159,7 @@
|
|
|
152
159
|
}
|
|
153
160
|
|
|
154
161
|
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
155
|
-
border-radius: 0
|
|
162
|
+
border-radius: 0 2px 2px 0;
|
|
156
163
|
border-right-width: 0;
|
|
157
164
|
}
|
|
158
165
|
|