@syncfusion/ej2-angular-inplace-editor 24.1.41-ngcc → 24.1.41

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.
Files changed (119) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +5 -0
  3. package/esm2020/src/inplace-editor/inplaceeditor-all.module.mjs +50 -0
  4. package/esm2020/src/inplace-editor/inplaceeditor.component.mjs +147 -0
  5. package/esm2020/src/inplace-editor/inplaceeditor.module.mjs +25 -0
  6. package/esm2020/syncfusion-ej2-angular-inplace-editor.mjs +5 -0
  7. package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs +222 -0
  8. package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs.map +1 -0
  9. package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs +222 -0
  10. package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs.map +1 -0
  11. package/package.json +26 -12
  12. package/src/inplace-editor/inplaceeditor-all.module.d.ts +6 -0
  13. package/src/inplace-editor/inplaceeditor.component.d.ts +3 -0
  14. package/src/inplace-editor/inplaceeditor.module.d.ts +6 -0
  15. package/styles/bootstrap-dark.css +752 -1
  16. package/styles/bootstrap.css +886 -1
  17. package/styles/bootstrap4.css +1167 -1
  18. package/styles/bootstrap5-dark.css +837 -1
  19. package/styles/bootstrap5.css +837 -1
  20. package/styles/fabric-dark.css +708 -1
  21. package/styles/fabric.css +696 -1
  22. package/styles/fluent-dark.css +770 -1
  23. package/styles/fluent.css +770 -1
  24. package/styles/highcontrast-light.css +780 -1
  25. package/styles/highcontrast.css +787 -1
  26. package/styles/inplace-editor/_all.scss +2 -0
  27. package/styles/inplace-editor/_bootstrap-dark-definition.scss +74 -0
  28. package/styles/inplace-editor/_bootstrap-definition.scss +75 -0
  29. package/styles/inplace-editor/_bootstrap4-definition.scss +75 -0
  30. package/styles/inplace-editor/_bootstrap5-dark-definition.scss +1 -0
  31. package/styles/inplace-editor/_bootstrap5-definition.scss +69 -0
  32. package/styles/inplace-editor/_fabric-dark-definition.scss +74 -0
  33. package/styles/inplace-editor/_fabric-definition.scss +75 -0
  34. package/styles/inplace-editor/_fluent-dark-definition.scss +1 -0
  35. package/styles/inplace-editor/_fluent-definition.scss +70 -0
  36. package/styles/inplace-editor/_fusionnew-definition.scss +69 -0
  37. package/styles/inplace-editor/_highcontrast-definition.scss +74 -0
  38. package/styles/inplace-editor/_highcontrast-light-definition.scss +74 -0
  39. package/styles/inplace-editor/_layout.scss +658 -0
  40. package/styles/inplace-editor/_material-dark-definition.scss +75 -0
  41. package/styles/inplace-editor/_material-definition.scss +75 -0
  42. package/styles/inplace-editor/_material3-dark-definition.scss +1 -0
  43. package/styles/inplace-editor/_material3-definition.scss +70 -0
  44. package/styles/inplace-editor/_tailwind-dark-definition.scss +1 -0
  45. package/styles/inplace-editor/_tailwind-definition.scss +70 -0
  46. package/styles/inplace-editor/_theme.scss +277 -0
  47. package/styles/inplace-editor/bootstrap-dark.css +752 -1
  48. package/styles/inplace-editor/bootstrap-dark.scss +26 -1
  49. package/styles/inplace-editor/bootstrap.css +886 -1
  50. package/styles/inplace-editor/bootstrap.scss +26 -1
  51. package/styles/inplace-editor/bootstrap4.css +1167 -1
  52. package/styles/inplace-editor/bootstrap4.scss +26 -1
  53. package/styles/inplace-editor/bootstrap5-dark.css +837 -1
  54. package/styles/inplace-editor/bootstrap5-dark.scss +26 -1
  55. package/styles/inplace-editor/bootstrap5.css +837 -1
  56. package/styles/inplace-editor/bootstrap5.scss +26 -1
  57. package/styles/inplace-editor/fabric-dark.css +708 -1
  58. package/styles/inplace-editor/fabric-dark.scss +26 -1
  59. package/styles/inplace-editor/fabric.css +696 -1
  60. package/styles/inplace-editor/fabric.scss +26 -1
  61. package/styles/inplace-editor/fluent-dark.css +770 -1
  62. package/styles/inplace-editor/fluent-dark.scss +26 -1
  63. package/styles/inplace-editor/fluent.css +770 -1
  64. package/styles/inplace-editor/fluent.scss +26 -1
  65. package/styles/inplace-editor/highcontrast-light.css +780 -1
  66. package/styles/inplace-editor/highcontrast-light.scss +26 -1
  67. package/styles/inplace-editor/highcontrast.css +787 -1
  68. package/styles/inplace-editor/highcontrast.scss +26 -1
  69. package/styles/inplace-editor/icons/_bootstrap-dark.scss +19 -0
  70. package/styles/inplace-editor/icons/_bootstrap.scss +19 -0
  71. package/styles/inplace-editor/icons/_bootstrap4.scss +19 -0
  72. package/styles/inplace-editor/icons/_bootstrap5-dark.scss +1 -0
  73. package/styles/inplace-editor/icons/_bootstrap5.scss +19 -0
  74. package/styles/inplace-editor/icons/_fabric-dark.scss +19 -0
  75. package/styles/inplace-editor/icons/_fabric.scss +19 -0
  76. package/styles/inplace-editor/icons/_fluent-dark.scss +1 -0
  77. package/styles/inplace-editor/icons/_fluent.scss +19 -0
  78. package/styles/inplace-editor/icons/_fusionnew.scss +19 -0
  79. package/styles/inplace-editor/icons/_highcontrast-light.scss +19 -0
  80. package/styles/inplace-editor/icons/_highcontrast.scss +19 -0
  81. package/styles/inplace-editor/icons/_material-dark.scss +19 -0
  82. package/styles/inplace-editor/icons/_material.scss +19 -0
  83. package/styles/inplace-editor/icons/_material3-dark.scss +1 -0
  84. package/styles/inplace-editor/icons/_material3.scss +19 -0
  85. package/styles/inplace-editor/icons/_tailwind-dark.scss +1 -0
  86. package/styles/inplace-editor/icons/_tailwind.scss +19 -0
  87. package/styles/inplace-editor/material-dark.css +709 -1
  88. package/styles/inplace-editor/material-dark.scss +26 -1
  89. package/styles/inplace-editor/material.css +756 -1
  90. package/styles/inplace-editor/material.scss +26 -1
  91. package/styles/inplace-editor/material3-dark.css +803 -1
  92. package/styles/inplace-editor/material3-dark.scss +26 -1
  93. package/styles/inplace-editor/material3.css +859 -1
  94. package/styles/inplace-editor/material3.scss +26 -1
  95. package/styles/inplace-editor/tailwind-dark.css +749 -1
  96. package/styles/inplace-editor/tailwind-dark.scss +26 -1
  97. package/styles/inplace-editor/tailwind.css +749 -1
  98. package/styles/inplace-editor/tailwind.scss +26 -1
  99. package/styles/material-dark.css +709 -1
  100. package/styles/material.css +756 -1
  101. package/styles/material3-dark.css +803 -1
  102. package/styles/material3-dark.scss +1 -0
  103. package/styles/material3.css +859 -1
  104. package/styles/material3.scss +1 -0
  105. package/styles/tailwind-dark.css +749 -1
  106. package/styles/tailwind.css +749 -1
  107. package/syncfusion-ej2-angular-inplace-editor.d.ts +5 -0
  108. package/@syncfusion/ej2-angular-inplace-editor.es5.js +0 -279
  109. package/@syncfusion/ej2-angular-inplace-editor.es5.js.map +0 -1
  110. package/@syncfusion/ej2-angular-inplace-editor.js +0 -260
  111. package/@syncfusion/ej2-angular-inplace-editor.js.map +0 -1
  112. package/CHANGELOG.md +0 -263
  113. package/dist/ej2-angular-inplace-editor.umd.js +0 -354
  114. package/dist/ej2-angular-inplace-editor.umd.js.map +0 -1
  115. package/dist/ej2-angular-inplace-editor.umd.min.js +0 -11
  116. package/dist/ej2-angular-inplace-editor.umd.min.js.map +0 -1
  117. package/ej2-angular-inplace-editor.d.ts +0 -5
  118. package/ej2-angular-inplace-editor.metadata.json +0 -1
  119. package/postinstall/tagchange.js +0 -18
@@ -1 +1,859 @@
1
- @import '@syncfusion/ej2-inplace-editor/styles/material3.css';
1
+ :root {
2
+ --color-sf-black: 0, 0, 0;
3
+ --color-sf-white: 255, 255, 255;
4
+ --color-sf-primary: 103, 80, 164;
5
+ --color-sf-primary-container: 234, 221, 255;
6
+ --color-sf-secondary: 98, 91, 113;
7
+ --color-sf-secondary-container: 232, 222, 248;
8
+ --color-sf-tertiary: 125, 82, 96;
9
+ --color-sf-tertiary-container: 255, 216, 228;
10
+ --color-sf-surface: 255, 255, 255;
11
+ --color-sf-surface-variant: 231, 224, 236;
12
+ --color-sf-background: var(--color-sf-surface);
13
+ --color-sf-on-primary: 255, 255, 255;
14
+ --color-sf-on-primary-container: 33, 0, 94;
15
+ --color-sf-on-secondary: 255, 255, 255;
16
+ --color-sf-on-secondary-container: 30, 25, 43;
17
+ --color-sf-on-tertiary: 255, 255, 255;
18
+ --color-sf-on-tertiary-containe: 55, 11, 30;
19
+ --color-sf-on-surface: 28, 27, 31;
20
+ --color-sf-on-surface-variant: 73, 69, 78;
21
+ --color-sf-on-background: 28, 27, 31;
22
+ --color-sf-outline: 121, 116, 126;
23
+ --color-sf-outline-variant: 196, 199, 197;
24
+ --color-sf-shadow: 0, 0, 0;
25
+ --color-sf-surface-tint-color: 103, 80, 164;
26
+ --color-sf-inverse-surface: 49, 48, 51;
27
+ --color-sf-inverse-on-surface: 244, 239, 244;
28
+ --color-sf-inverse-primary: 208, 188, 255;
29
+ --color-sf-scrim: 0, 0, 0;
30
+ --color-sf-error: 179, 38, 30;
31
+ --color-sf-error-container: 249, 222, 220;
32
+ --color-sf-on-error: 255, 250, 250;
33
+ --color-sf-on-error-container: 65, 14, 11;
34
+ --color-sf-success: 32, 81, 7;
35
+ --color-sf-success-container: 209, 255, 186;
36
+ --color-sf-on-success: 244, 255, 239;
37
+ --color-sf-on-success-container: 13, 39, 0;
38
+ --color-sf-info: 1, 87, 155;
39
+ --color-sf-info-container: 233, 245, 255;
40
+ --color-sf-on-info: 250, 253, 255;
41
+ --color-sf-on-info-container: 0, 51, 91;
42
+ --color-sf-warning: 145, 76, 0;
43
+ --color-sf-warning-container: 254, 236, 222;
44
+ --color-sf-on-warning: 255, 255, 255;
45
+ --color-sf-on-warning-container: 47, 21, 0;
46
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
47
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
48
+ --color-sf-diagram-palette-background: --color-sf-white;
49
+ --color-sf-success-text: 255, 255, 255;
50
+ --color-sf-warning-text: 255, 255, 255;
51
+ --color-sf-danger-text: 255, 255, 255;
52
+ --color-sf-info-text: 255, 255, 255;
53
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
54
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
55
+ }
56
+
57
+ .e-dark-mode {
58
+ --color-sf-black: 0, 0, 0;
59
+ --color-sf-white: 255, 255, 255;
60
+ --color-sf-primary: 208, 188, 255;
61
+ --color-sf-primary-container: 79, 55, 139;
62
+ --color-sf-secondary: 204, 194, 220;
63
+ --color-sf-secondary-container: 74, 68, 88;
64
+ --color-sf-tertiary: 239, 184, 200;
65
+ --color-sf-tertiary-container: 99, 59, 72;
66
+ --color-sf-surface: 28, 27, 31;
67
+ --color-sf-surface-variant: 28, 27, 31;
68
+ --color-sf-background: var(--color-sf-surface);
69
+ --color-sf-on-primary: 55, 30, 115;
70
+ --color-sf-on-primary-container: 234, 221, 255;
71
+ --color-sf-on-secondary: 51, 45, 65;
72
+ --color-sf-on-secondary-container: 232, 222, 248;
73
+ --color-sf-on-tertiary: 73, 37, 50;
74
+ --color-sf-on-tertiary-containe: 255, 216, 228;
75
+ --color-sf-on-surface: 230, 225, 229;
76
+ --color-sf-on-surface-variant: 202, 196, 208;
77
+ --color-sf-on-background: 230, 225, 229;
78
+ --color-sf-outline: 147, 143, 153;
79
+ --color-sf-outline-variant: 68, 71, 70;
80
+ --color-sf-shadow: 0, 0, 0;
81
+ --color-sf-surface-tint-color: 208, 188, 255;
82
+ --color-sf-inverse-surface: 230, 225, 229;
83
+ --color-sf-inverse-on-surface: 49, 48, 51;
84
+ --color-sf-inverse-primary: 103, 80, 164;
85
+ --color-sf-scrim: 0, 0, 0;
86
+ --color-sf-error: 242, 184, 181;
87
+ --color-sf-error-container: 140, 29, 24;
88
+ --color-sf-on-error: 96, 20, 16;
89
+ --color-sf-on-error-container: 249, 222, 220;
90
+ --color-sf-success: 83, 202, 23;
91
+ --color-sf-success-container: 22, 62, 2;
92
+ --color-sf-on-success: 13, 39, 0;
93
+ --color-sf-on-success-container: 183, 250, 150;
94
+ --color-sf-info: 71, 172, 251;
95
+ --color-sf-info-container: 0, 67, 120;
96
+ --color-sf-on-info: 0, 51, 91;
97
+ --color-sf-on-info-container: 173, 219, 255;
98
+ --color-sf-warning: 245, 180, 130;
99
+ --color-sf-warning-container: 123, 65, 0;
100
+ --color-sf-on-warning: 99, 52, 0;
101
+ --color-sf-on-warning-container: 255, 220, 193;
102
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
103
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
104
+ --color-sf-success-text: 0, 0, 0;
105
+ --color-sf-warning-text: 0, 0, 0;
106
+ --color-sf-info-text: 0, 0, 0;
107
+ --color-sf-danger-text: 0, 0, 0;
108
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
109
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
110
+ }
111
+
112
+ /* stylelint-disable property-no-vendor-prefix */
113
+ @keyframes e-input-ripple {
114
+ 100% {
115
+ opacity: 0;
116
+ transform: scale(4);
117
+ }
118
+ }
119
+ @keyframes slideTopUp {
120
+ from {
121
+ transform: translate3d(0, 0, 0) scale(1);
122
+ }
123
+ to {
124
+ transform: translate3d(0, 0, 0) scale(1);
125
+ }
126
+ }
127
+ /* stylelint-disable-line no-empty-source */ /*! calendar material3 theme variables */
128
+ .e-ddl.e-control-wrapper .e-ddl-icon::before {
129
+ transform: rotate(0deg);
130
+ transition: transform 300ms ease;
131
+ }
132
+
133
+ .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
134
+ transform: rotate(180deg);
135
+ transition: transform 300ms ease;
136
+ }
137
+
138
+ .e-dropdownbase .e-list-item.e-active.e-hover {
139
+ color: rgba(var(--color-sf-on-surface));
140
+ }
141
+
142
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
143
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
144
+ .e-input-group:not(.e-disabled) .e-back-icon:active,
145
+ .e-input-group:not(.e-disabled) .e-back-icon:hover,
146
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
147
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
148
+ background: rgba(var(--color-sf-on-surface), 0.08);
149
+ }
150
+
151
+ .e-input-group .e-ddl-icon:not(:active)::after {
152
+ animation: none;
153
+ }
154
+
155
+ .e-ddl.e-popup {
156
+ border: 0;
157
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
158
+ margin-top: 2px;
159
+ }
160
+
161
+ .e-popup.e-ddl .e-dropdownbase {
162
+ min-height: 26px;
163
+ border-radius: 4px;
164
+ }
165
+
166
+ .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
167
+ border-color: rgba(var(--color-sf-primary));
168
+ }
169
+
170
+ .e-bigger .e-popup.e-ddl-device-filter {
171
+ margin-top: 0;
172
+ }
173
+
174
+ .e-bigger .e-ddl-device .e-input-group,
175
+ .e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
176
+ background: rgba(0, 0, 0, 0.0001);
177
+ border-width: 0;
178
+ box-shadow: none;
179
+ margin-bottom: 0;
180
+ }
181
+
182
+ .e-bigger .e-ddl-device .e-input-group .e-back-icon,
183
+ .e-bigger .e-ddl-device .e-input-group input.e-input,
184
+ .e-bigger .e-ddl-device .e-input-group .e-clear-icon {
185
+ background: rgba(0, 0, 0, 0.0001);
186
+ }
187
+
188
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
189
+ margin: 0 6px;
190
+ min-height: 30px;
191
+ min-width: 30px;
192
+ }
193
+
194
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
195
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
196
+ min-height: 38px;
197
+ min-width: 38px;
198
+ }
199
+
200
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
201
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
202
+ min-height: 22px;
203
+ min-width: 22px;
204
+ }
205
+
206
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
207
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
208
+ padding: 4px 16px 4px 0;
209
+ }
210
+
211
+ .e-input-group.e-ddl,
212
+ .e-input-group.e-ddl .e-input,
213
+ .e-input-group.e-ddl .e-ddl-icon {
214
+ background: transparent;
215
+ }
216
+
217
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
218
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
219
+ border-bottom-width: 0;
220
+ }
221
+
222
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
223
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
224
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
225
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
226
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
227
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
228
+ margin: 4px;
229
+ }
230
+
231
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
232
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
233
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
234
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
235
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
236
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
237
+ padding: 4px 5px 4px 12px;
238
+ }
239
+
240
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
241
+ .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
242
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
243
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
244
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
245
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
246
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
247
+ min-height: 34px;
248
+ min-width: 34px;
249
+ }
250
+
251
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
252
+ .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
253
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
254
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
255
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
256
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
257
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
258
+ padding: 8px 16px;
259
+ }
260
+
261
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
262
+ margin: 0 4px;
263
+ }
264
+
265
+ .e-ddl.e-popup.e-outline .e-filter-parent {
266
+ padding: 4px 8px;
267
+ }
268
+
269
+ /* stylelint-disable-line no-empty-source */
270
+ /* stylelint-disable property-no-vendor-prefix */
271
+ @keyframes material-spinner-rotate {
272
+ 0% {
273
+ transform: rotate(0deg);
274
+ }
275
+ 100% {
276
+ transform: rotate(360deg);
277
+ }
278
+ }
279
+ @keyframes fabric-spinner-rotate {
280
+ 0% {
281
+ transform: rotate(0deg);
282
+ }
283
+ 100% {
284
+ transform: rotate(360deg);
285
+ }
286
+ }
287
+ /*! inplaceeditor icons */
288
+ .e-inplaceeditor .e-save-icon::before,
289
+ .e-inplaceeditor-tip .e-save-icon::before {
290
+ content: "\e774";
291
+ }
292
+ .e-inplaceeditor .e-cancel-icon::before,
293
+ .e-inplaceeditor-tip .e-cancel-icon::before {
294
+ content: "\e7e7";
295
+ }
296
+ .e-inplaceeditor .e-editable-overlay-icon::before,
297
+ .e-inplaceeditor-tip .e-editable-overlay-icon::before {
298
+ content: "\e730";
299
+ }
300
+
301
+ /*! inplaceeditor layout */
302
+ .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
303
+ .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
304
+ padding: 8px 36px 8px 16px;
305
+ }
306
+ .e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
307
+ .e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
308
+ font-size: 16px;
309
+ margin: 0;
310
+ }
311
+ .e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
312
+ .e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
313
+ right: 8px;
314
+ width: 20px;
315
+ }
316
+ .e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before,
317
+ .e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon::before {
318
+ font-size: 16px;
319
+ }
320
+ .e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner,
321
+ .e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
322
+ right: 8px;
323
+ }
324
+ .e-bigger .e-inplaceeditor .e-editable-value-container,
325
+ .e-inplaceeditor.e-bigger .e-editable-value-container {
326
+ padding: 8px 36px 8px 16px;
327
+ }
328
+ .e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
329
+ .e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
330
+ font-size: 16px;
331
+ margin: 0;
332
+ }
333
+ .e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
334
+ .e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
335
+ right: 8px;
336
+ width: 20px;
337
+ }
338
+ .e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before,
339
+ .e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon::before {
340
+ font-size: 16px;
341
+ }
342
+ .e-bigger .e-inplaceeditor .e-editable-value-container .e-spinner-pane .e-spinner-inner,
343
+ .e-inplaceeditor.e-bigger .e-editable-value-container .e-spinner-pane .e-spinner-inner {
344
+ right: 8px;
345
+ }
346
+ .e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-save,
347
+ .e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-save {
348
+ margin: 0 4px 0 0;
349
+ }
350
+ .e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel,
351
+ .e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-cancel {
352
+ margin: 0 0 0 4px;
353
+ }
354
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value,
355
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-value {
356
+ margin: 0 0 0 28px;
357
+ }
358
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon,
359
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon {
360
+ left: 8px;
361
+ right: auto;
362
+ }
363
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane,
364
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner,
365
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-spinner-pane,
366
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
367
+ left: 8px;
368
+ }
369
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-value,
370
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-editable-value {
371
+ margin: 0 0 0 28px;
372
+ }
373
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-overlay-icon,
374
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-editable-overlay-icon {
375
+ left: 8px;
376
+ right: auto;
377
+ }
378
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane,
379
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner,
380
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-spinner-pane,
381
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner {
382
+ left: 8px;
383
+ }
384
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save,
385
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-save {
386
+ margin: 0 0 0 4px;
387
+ }
388
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel,
389
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-cancel {
390
+ margin: 0 4px 0 0;
391
+ }
392
+
393
+ .e-inplaceeditor {
394
+ display: inline-block;
395
+ position: relative;
396
+ width: auto;
397
+ }
398
+ .e-inplaceeditor .e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide {
399
+ display: block;
400
+ visibility: hidden;
401
+ }
402
+ .e-inplaceeditor .e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
403
+ display: block;
404
+ visibility: hidden;
405
+ }
406
+ .e-inplaceeditor .e-editable-value-wrapper {
407
+ display: inline-block;
408
+ padding: 6px 30px 6px 12px;
409
+ position: relative;
410
+ width: auto;
411
+ word-break: break-word;
412
+ }
413
+ .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
414
+ display: inline-block;
415
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
416
+ font-size: 14px;
417
+ margin: 0 8px 0 0;
418
+ }
419
+ .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
420
+ bottom: 0;
421
+ cursor: pointer;
422
+ display: -ms-inline-flexbox;
423
+ display: inline-flex;
424
+ height: inherit;
425
+ position: absolute;
426
+ right: 0;
427
+ top: 0;
428
+ visibility: hidden;
429
+ width: 20px;
430
+ }
431
+ .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before {
432
+ -ms-flex-align: center;
433
+ align-items: center;
434
+ display: -ms-flexbox;
435
+ display: flex;
436
+ font-size: 14px;
437
+ }
438
+ .e-inplaceeditor .e-editable-value-wrapper.e-hide {
439
+ display: none;
440
+ }
441
+ .e-inplaceeditor .e-editable-value-wrapper.e-editable-open {
442
+ -webkit-user-select: none;
443
+ -ms-user-select: none;
444
+ user-select: none;
445
+ }
446
+ .e-inplaceeditor .e-editable-value-wrapper.e-loading {
447
+ pointer-events: none;
448
+ }
449
+ .e-inplaceeditor .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
450
+ left: unset;
451
+ right: 8px;
452
+ }
453
+ .e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-overlay-icon {
454
+ visibility: visible;
455
+ }
456
+ .e-inplaceeditor .e-editable-value-wrapper:hover.e-editable-open .e-editable-overlay-icon {
457
+ visibility: hidden;
458
+ }
459
+ .e-inplaceeditor .e-editable-value-container {
460
+ display: inline-block;
461
+ padding: 6px 30px 6px 12px;
462
+ position: relative;
463
+ width: auto;
464
+ word-break: break-word;
465
+ }
466
+ .e-inplaceeditor .e-editable-value-container .e-editable-value {
467
+ display: inline-block;
468
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
469
+ font-size: 14px;
470
+ margin: 0 8px 0 0;
471
+ }
472
+ .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon {
473
+ bottom: 0;
474
+ cursor: pointer;
475
+ display: -ms-inline-flexbox;
476
+ display: inline-flex;
477
+ height: inherit;
478
+ position: absolute;
479
+ right: 0;
480
+ top: 0;
481
+ visibility: hidden;
482
+ width: 20px;
483
+ }
484
+ .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before {
485
+ -ms-flex-align: center;
486
+ align-items: center;
487
+ display: -ms-flexbox;
488
+ display: flex;
489
+ font-size: 14px;
490
+ }
491
+ .e-inplaceeditor .e-editable-value-container.e-hide {
492
+ display: none;
493
+ }
494
+ .e-inplaceeditor .e-editable-value-container.e-editable-open {
495
+ -webkit-user-select: none;
496
+ -ms-user-select: none;
497
+ user-select: none;
498
+ }
499
+ .e-inplaceeditor .e-editable-value-container.e-loading {
500
+ pointer-events: none;
501
+ }
502
+ .e-inplaceeditor .e-editable-value-container .e-spinner-pane .e-spinner-inner {
503
+ left: unset;
504
+ right: 8px;
505
+ }
506
+ .e-inplaceeditor .e-editable-value-container:hover .e-editable-overlay-icon {
507
+ visibility: visible;
508
+ }
509
+ .e-inplaceeditor .e-editable-value-container:hover.e-editable-open .e-editable-overlay-icon {
510
+ visibility: hidden;
511
+ }
512
+ .e-inplaceeditor .e-editable-action-buttons {
513
+ margin-top: 4px;
514
+ position: absolute;
515
+ right: 0;
516
+ z-index: 100;
517
+ }
518
+ .e-inplaceeditor.e-overlay {
519
+ -webkit-user-select: none;
520
+ -ms-user-select: none;
521
+ user-select: none;
522
+ }
523
+ .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value {
524
+ margin: 0 0 0 32px;
525
+ }
526
+ .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon {
527
+ left: 0;
528
+ right: auto;
529
+ }
530
+ .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane {
531
+ right: unset;
532
+ }
533
+ .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane,
534
+ .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
535
+ left: 8px;
536
+ }
537
+ .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-value {
538
+ margin: 0 0 0 32px;
539
+ }
540
+ .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-overlay-icon {
541
+ left: 0;
542
+ right: auto;
543
+ }
544
+ .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane {
545
+ right: unset;
546
+ }
547
+ .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane,
548
+ .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner {
549
+ left: 8px;
550
+ }
551
+ .e-inplaceeditor.e-rtl .e-editable-action-buttons {
552
+ left: 0;
553
+ right: auto;
554
+ }
555
+
556
+ .e-bigger .e-inplaceeditor,
557
+ .e-inplaceeditor.e-bigger,
558
+ .e-bigger .e-inplaceeditor-tip,
559
+ .e-inplaceeditor-tip.e-bigger {
560
+ width: auto;
561
+ }
562
+ .e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
563
+ .e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
564
+ stroke-width: inherit;
565
+ }
566
+ .e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
567
+ .e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
568
+ stroke-width: inherit;
569
+ }
570
+ .e-inplaceeditor .e-editable-loading,
571
+ .e-inplaceeditor-tip .e-editable-loading {
572
+ display: none;
573
+ min-height: 100%;
574
+ position: absolute;
575
+ top: 0;
576
+ }
577
+ .e-inplaceeditor .e-editable-loading.e-show,
578
+ .e-inplaceeditor-tip .e-editable-loading.e-show {
579
+ display: block;
580
+ }
581
+ .e-inplaceeditor .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner,
582
+ .e-inplaceeditor-tip .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
583
+ left: auto;
584
+ right: 5px;
585
+ transform: translateX(-30%) translateY(-50%);
586
+ }
587
+ .e-inplaceeditor .e-editable-form,
588
+ .e-inplaceeditor-tip .e-editable-form {
589
+ width: 100%;
590
+ }
591
+ .e-inplaceeditor .e-editable-form.e-loading .e-input-group-icon,
592
+ .e-inplaceeditor-tip .e-editable-form.e-loading .e-input-group-icon {
593
+ visibility: hidden;
594
+ }
595
+ .e-inplaceeditor .e-component-group,
596
+ .e-inplaceeditor-tip .e-component-group {
597
+ margin-bottom: 4px;
598
+ }
599
+ .e-inplaceeditor .e-component-group .e-editable-component,
600
+ .e-inplaceeditor-tip .e-component-group .e-editable-component {
601
+ min-width: 150px;
602
+ position: relative;
603
+ }
604
+ .e-inplaceeditor .e-control-overlay,
605
+ .e-inplaceeditor-tip .e-control-overlay {
606
+ visibility: hidden;
607
+ }
608
+ .e-inplaceeditor .e-control-overlay.e-richtexteditor,
609
+ .e-inplaceeditor-tip .e-control-overlay.e-richtexteditor {
610
+ opacity: 0.5;
611
+ pointer-events: none;
612
+ -webkit-user-select: none;
613
+ -ms-user-select: none;
614
+ user-select: none;
615
+ visibility: visible;
616
+ }
617
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-save,
618
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save {
619
+ margin: 0 6px 0 0;
620
+ }
621
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons,
622
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons {
623
+ font-size: 16px;
624
+ }
625
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel,
626
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel {
627
+ margin: 0 0 0 6px;
628
+ }
629
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons,
630
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons {
631
+ font-size: 16px;
632
+ }
633
+ .e-inplaceeditor .e-editable-action-buttons.e-hide,
634
+ .e-inplaceeditor-tip .e-editable-action-buttons.e-hide {
635
+ visibility: hidden;
636
+ }
637
+ .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save,
638
+ .e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-save {
639
+ margin: 0 0 0 6px;
640
+ }
641
+ .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel,
642
+ .e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-cancel {
643
+ margin: 0 6px 0 0;
644
+ }
645
+ .e-inplaceeditor.e-rtl .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner,
646
+ .e-inplaceeditor-tip.e-rtl .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
647
+ left: 5px;
648
+ right: auto;
649
+ transform: translateX(30%) translateY(-50%);
650
+ }
651
+
652
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content,
653
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content {
654
+ padding: 0;
655
+ }
656
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper,
657
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
658
+ padding: 24px;
659
+ }
660
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container,
661
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-container {
662
+ padding: 24px;
663
+ }
664
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper,
665
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper {
666
+ padding: 24px;
667
+ }
668
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container,
669
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container {
670
+ padding: 24px;
671
+ }
672
+ .e-bigger .e-inplaceeditor-tip .e-editable-title,
673
+ .e-inplaceeditor-tip.e-bigger .e-editable-title {
674
+ font-size: 24px;
675
+ min-height: 46px;
676
+ padding: 24px;
677
+ }
678
+ .e-bigger .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title,
679
+ .e-inplaceeditor-tip.e-bigger.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title {
680
+ padding: 12px 16px 12px 16px;
681
+ }
682
+
683
+ .e-inplaceeditor-tip {
684
+ opacity: 1;
685
+ width: auto;
686
+ }
687
+ .e-inplaceeditor-tip.e-tooltip-wrap {
688
+ max-width: 100%;
689
+ }
690
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
691
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
692
+ display: block;
693
+ visibility: hidden;
694
+ }
695
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content {
696
+ padding: 0;
697
+ }
698
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title {
699
+ -ms-flex-line-pack: center;
700
+ align-content: center;
701
+ display: -ms-flexbox;
702
+ display: flex;
703
+ -ms-flex-direction: column;
704
+ flex-direction: column;
705
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
706
+ font-size: 16px;
707
+ font-weight: 400;
708
+ height: 24px;
709
+ -ms-flex-pack: center;
710
+ justify-content: center;
711
+ padding: 20px 20px 12px 20px;
712
+ }
713
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
714
+ display: -ms-flexbox;
715
+ display: flex;
716
+ padding: 20px;
717
+ }
718
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons {
719
+ float: right;
720
+ margin-top: 4px;
721
+ position: relative;
722
+ right: auto;
723
+ top: auto;
724
+ }
725
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container {
726
+ display: -ms-flexbox;
727
+ display: flex;
728
+ padding: 20px;
729
+ }
730
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container .e-editable-action-buttons {
731
+ float: right;
732
+ margin-top: 4px;
733
+ position: relative;
734
+ right: auto;
735
+ top: auto;
736
+ }
737
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper {
738
+ padding: 20px;
739
+ }
740
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container {
741
+ padding: 20px;
742
+ }
743
+ .e-inplaceeditor-tip.e-hide {
744
+ visibility: hidden;
745
+ }
746
+ .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title {
747
+ padding: 9px 12px 9px 12px;
748
+ }
749
+ .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons {
750
+ float: left;
751
+ }
752
+ .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-container .e-editable-action-buttons {
753
+ float: left;
754
+ }
755
+
756
+ .e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor {
757
+ background-size: 150px 60px;
758
+ min-height: 60px;
759
+ }
760
+
761
+ .e-bigger .e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor,
762
+ .e-bigger.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor {
763
+ background-size: 150px 70px;
764
+ min-height: 70px;
765
+ }
766
+
767
+ /*! inplaceeditor theme */
768
+ .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
769
+ border-bottom: 1px solid rgba(var(--color-sf-on-surface));
770
+ color: rgba(var(--color-sf-on-surface));
771
+ }
772
+ .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
773
+ color: rgba(var(--color-sf-on-surface-variant));
774
+ }
775
+ .e-inplaceeditor .e-editable-value-wrapper.e-loading .e-editable-value {
776
+ border-bottom: 0;
777
+ }
778
+ .e-inplaceeditor .e-editable-value-wrapper:hover {
779
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
780
+ border-radius: 4px;
781
+ }
782
+ .e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-value {
783
+ border-bottom-color: transparent;
784
+ }
785
+ .e-inplaceeditor .e-editable-value-container .e-editable-value {
786
+ border-bottom: 1px solid rgba(var(--color-sf-on-surface));
787
+ color: rgba(var(--color-sf-on-surface));
788
+ }
789
+ .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon {
790
+ color: rgba(var(--color-sf-on-surface-variant));
791
+ }
792
+ .e-inplaceeditor .e-editable-value-container.e-loading .e-editable-value {
793
+ border-bottom: 0;
794
+ }
795
+ .e-inplaceeditor .e-editable-value-container:hover {
796
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
797
+ border-radius: 4px;
798
+ }
799
+ .e-inplaceeditor .e-editable-value-container:hover .e-editable-value {
800
+ border-bottom-color: transparent;
801
+ }
802
+ .e-inplaceeditor[data-underline=false] .e-editable-value-wrapper .e-editable-value {
803
+ border-bottom: 0;
804
+ }
805
+ .e-inplaceeditor[data-underline=false] .e-editable-value-container .e-editable-value {
806
+ border-bottom: 0;
807
+ }
808
+ .e-inplaceeditor.e-disable {
809
+ pointer-events: none;
810
+ -ms-touch-action: none;
811
+ touch-action: none;
812
+ }
813
+ .e-inplaceeditor.e-disable .e-editable-value-wrapper .e-editable-value {
814
+ border-bottom-color: transparent;
815
+ }
816
+ .e-inplaceeditor.e-disable .e-editable-value-container .e-editable-value {
817
+ border-bottom-color: transparent;
818
+ }
819
+
820
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons,
821
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons,
822
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons,
823
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons {
824
+ color: rgba(var(--color-sf-on-surface-variant));
825
+ }
826
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
827
+ background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
828
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
829
+ border-radius: 0;
830
+ }
831
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content {
832
+ border-radius: 20px;
833
+ color: rgba(var(--color-sf-on-surface));
834
+ background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
835
+ }
836
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-inner {
837
+ color: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
838
+ }
839
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-top {
840
+ border-bottom-color: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
841
+ }
842
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-bottom {
843
+ border-top-color: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
844
+ }
845
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup.e-popup {
846
+ border: 0;
847
+ border-radius: 8px;
848
+ }
849
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-editable-title {
850
+ background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
851
+ border-bottom: 0;
852
+ color: rgba(var(--color-sf-on-surface));
853
+ }
854
+ .e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top {
855
+ border-bottom-color: rgba(var(--color-sf-outline));
856
+ }
857
+ .e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top {
858
+ color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
859
+ }