@syncfusion/ej2-inplace-editor 25.2.3 → 26.2.4
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 +3 -2
- package/dist/ej2-inplace-editor.min.js +2 -2
- 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 +22 -43
- package/dist/es6/ej2-inplace-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-inplace-editor.es5.js +77 -98
- 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/hotfix/26.1.35_Vol2.txt +1 -0
- package/package.json +18 -18
- package/src/inplace-editor/base/inplace-editor.d.ts +0 -1
- package/src/inplace-editor/base/interface.js +0 -1
- package/src/inplace-editor/base/models.js +0 -2
- package/styles/bootstrap-dark.css +61 -16
- package/styles/bootstrap-dark.scss +26 -1
- package/styles/bootstrap.css +63 -17
- package/styles/bootstrap.scss +26 -1
- package/styles/bootstrap4.css +72 -22
- package/styles/bootstrap4.scss +26 -1
- package/styles/bootstrap5-dark.css +62 -16
- package/styles/bootstrap5-dark.scss +26 -1
- package/styles/bootstrap5.css +62 -16
- package/styles/bootstrap5.scss +26 -1
- package/styles/fabric-dark.css +59 -15
- package/styles/fabric-dark.scss +26 -1
- package/styles/fabric.css +61 -16
- package/styles/fabric.scss +26 -1
- package/styles/fluent-dark.css +63 -17
- package/styles/fluent-dark.scss +26 -1
- package/styles/fluent.css +63 -17
- package/styles/fluent.scss +26 -1
- package/styles/fluent2.css +1994 -0
- package/styles/fluent2.scss +26 -0
- package/styles/highcontrast-light.css +62 -15
- package/styles/highcontrast-light.scss +26 -1
- package/styles/highcontrast.css +64 -16
- package/styles/highcontrast.scss +26 -1
- package/styles/inplace-editor/_bootstrap5.3-definition.scss +69 -0
- package/styles/inplace-editor/_fluent2-definition.scss +71 -0
- package/styles/inplace-editor/_layout.scss +0 -35
- package/styles/inplace-editor/_material3-definition.scss +0 -7
- package/styles/inplace-editor/_theme.scss +8 -32
- package/styles/inplace-editor/bootstrap-dark.css +61 -16
- package/styles/inplace-editor/bootstrap.css +63 -17
- package/styles/inplace-editor/bootstrap4.css +72 -22
- package/styles/inplace-editor/bootstrap5-dark.css +62 -16
- package/styles/inplace-editor/bootstrap5.css +62 -16
- package/styles/inplace-editor/fabric-dark.css +59 -15
- package/styles/inplace-editor/fabric.css +61 -16
- package/styles/inplace-editor/fluent-dark.css +63 -17
- package/styles/inplace-editor/fluent.css +63 -17
- package/styles/inplace-editor/fluent2.css +1994 -0
- package/styles/inplace-editor/fluent2.scss +26 -0
- package/styles/inplace-editor/highcontrast-light.css +62 -15
- package/styles/inplace-editor/highcontrast.css +64 -16
- package/styles/inplace-editor/icons/_bootstrap5.3.scss +19 -0
- package/styles/inplace-editor/icons/_fluent2.scss +19 -0
- package/styles/inplace-editor/material-dark.css +79 -19
- package/styles/inplace-editor/material.css +95 -22
- package/styles/inplace-editor/material3-dark.css +100 -23
- package/styles/inplace-editor/material3.css +100 -23
- package/styles/inplace-editor/tailwind-dark.css +72 -19
- package/styles/inplace-editor/tailwind.css +72 -19
- package/styles/material-dark.css +79 -19
- package/styles/material-dark.scss +26 -1
- package/styles/material.css +95 -22
- package/styles/material.scss +26 -1
- package/styles/material3-dark.css +100 -23
- package/styles/material3-dark.scss +26 -1
- package/styles/material3.css +100 -23
- package/styles/material3.scss +26 -1
- package/styles/tailwind-dark.css +72 -19
- package/styles/tailwind-dark.scss +26 -1
- package/styles/tailwind.css +72 -19
- package/styles/tailwind.scss +26 -1
- package/CHANGELOG.md +0 -262
package/styles/bootstrap5.css
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
-
/* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */
|
|
3
|
+
/*! calendar bootstrap5 theme variables */
|
|
3
4
|
.e-popup.e-ddl {
|
|
4
5
|
border-radius: 4px;
|
|
5
|
-
box-shadow: none;
|
|
6
|
+
-webkit-box-shadow: none;
|
|
7
|
+
box-shadow: none;
|
|
6
8
|
margin-top: 3px;
|
|
7
9
|
}
|
|
8
10
|
.e-popup.e-ddl .e-input-group {
|
|
@@ -17,6 +19,7 @@
|
|
|
17
19
|
}
|
|
18
20
|
|
|
19
21
|
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
22
|
+
display: -webkit-box;
|
|
20
23
|
display: -ms-flexbox;
|
|
21
24
|
display: flex;
|
|
22
25
|
width: auto;
|
|
@@ -104,11 +107,13 @@
|
|
|
104
107
|
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
105
108
|
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
106
109
|
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
107
|
-
box-shadow: none;
|
|
110
|
+
-webkit-box-shadow: none;
|
|
111
|
+
box-shadow: none;
|
|
108
112
|
}
|
|
109
113
|
|
|
110
114
|
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
111
115
|
background: transparent;
|
|
116
|
+
display: -webkit-box;
|
|
112
117
|
display: -ms-flexbox;
|
|
113
118
|
display: flex;
|
|
114
119
|
position: relative;
|
|
@@ -184,19 +189,43 @@
|
|
|
184
189
|
|
|
185
190
|
/* stylelint-disable-line no-empty-source */
|
|
186
191
|
/* stylelint-disable property-no-vendor-prefix */
|
|
192
|
+
@-webkit-keyframes material-spinner-rotate {
|
|
193
|
+
0% {
|
|
194
|
+
-webkit-transform: rotate(0);
|
|
195
|
+
transform: rotate(0);
|
|
196
|
+
}
|
|
197
|
+
100% {
|
|
198
|
+
-webkit-transform: rotate(360deg);
|
|
199
|
+
transform: rotate(360deg);
|
|
200
|
+
}
|
|
201
|
+
}
|
|
187
202
|
@keyframes material-spinner-rotate {
|
|
188
203
|
0% {
|
|
204
|
+
-webkit-transform: rotate(0);
|
|
205
|
+
transform: rotate(0);
|
|
206
|
+
}
|
|
207
|
+
100% {
|
|
208
|
+
-webkit-transform: rotate(360deg);
|
|
209
|
+
transform: rotate(360deg);
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
@-webkit-keyframes fabric-spinner-rotate {
|
|
213
|
+
0% {
|
|
214
|
+
-webkit-transform: rotate(0);
|
|
189
215
|
transform: rotate(0);
|
|
190
216
|
}
|
|
191
217
|
100% {
|
|
218
|
+
-webkit-transform: rotate(360deg);
|
|
192
219
|
transform: rotate(360deg);
|
|
193
220
|
}
|
|
194
221
|
}
|
|
195
222
|
@keyframes fabric-spinner-rotate {
|
|
196
223
|
0% {
|
|
224
|
+
-webkit-transform: rotate(0);
|
|
197
225
|
transform: rotate(0);
|
|
198
226
|
}
|
|
199
227
|
100% {
|
|
228
|
+
-webkit-transform: rotate(360deg);
|
|
200
229
|
transform: rotate(360deg);
|
|
201
230
|
}
|
|
202
231
|
}
|
|
@@ -214,7 +243,6 @@
|
|
|
214
243
|
content: "\e730";
|
|
215
244
|
}
|
|
216
245
|
|
|
217
|
-
/*! inplaceeditor layout */
|
|
218
246
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
219
247
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
220
248
|
padding: 7px 12px 7px 12px;
|
|
@@ -335,6 +363,7 @@
|
|
|
335
363
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
336
364
|
bottom: 0;
|
|
337
365
|
cursor: pointer;
|
|
366
|
+
display: -webkit-inline-box;
|
|
338
367
|
display: -ms-inline-flexbox;
|
|
339
368
|
display: inline-flex;
|
|
340
369
|
height: inherit;
|
|
@@ -345,8 +374,10 @@
|
|
|
345
374
|
width: 20px;
|
|
346
375
|
}
|
|
347
376
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before {
|
|
348
|
-
-
|
|
349
|
-
align
|
|
377
|
+
-webkit-box-align: center;
|
|
378
|
+
-ms-flex-align: center;
|
|
379
|
+
align-items: center;
|
|
380
|
+
display: -webkit-box;
|
|
350
381
|
display: -ms-flexbox;
|
|
351
382
|
display: flex;
|
|
352
383
|
font-size: 14px;
|
|
@@ -356,6 +387,7 @@
|
|
|
356
387
|
}
|
|
357
388
|
.e-inplaceeditor .e-editable-value-wrapper.e-editable-open {
|
|
358
389
|
-webkit-user-select: none;
|
|
390
|
+
-moz-user-select: none;
|
|
359
391
|
-ms-user-select: none;
|
|
360
392
|
user-select: none;
|
|
361
393
|
}
|
|
@@ -388,6 +420,7 @@
|
|
|
388
420
|
.e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon {
|
|
389
421
|
bottom: 0;
|
|
390
422
|
cursor: pointer;
|
|
423
|
+
display: -webkit-inline-box;
|
|
391
424
|
display: -ms-inline-flexbox;
|
|
392
425
|
display: inline-flex;
|
|
393
426
|
height: inherit;
|
|
@@ -398,8 +431,10 @@
|
|
|
398
431
|
width: 20px;
|
|
399
432
|
}
|
|
400
433
|
.e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before {
|
|
401
|
-
-
|
|
402
|
-
align
|
|
434
|
+
-webkit-box-align: center;
|
|
435
|
+
-ms-flex-align: center;
|
|
436
|
+
align-items: center;
|
|
437
|
+
display: -webkit-box;
|
|
403
438
|
display: -ms-flexbox;
|
|
404
439
|
display: flex;
|
|
405
440
|
font-size: 14px;
|
|
@@ -409,6 +444,7 @@
|
|
|
409
444
|
}
|
|
410
445
|
.e-inplaceeditor .e-editable-value-container.e-editable-open {
|
|
411
446
|
-webkit-user-select: none;
|
|
447
|
+
-moz-user-select: none;
|
|
412
448
|
-ms-user-select: none;
|
|
413
449
|
user-select: none;
|
|
414
450
|
}
|
|
@@ -433,6 +469,7 @@
|
|
|
433
469
|
}
|
|
434
470
|
.e-inplaceeditor.e-overlay {
|
|
435
471
|
-webkit-user-select: none;
|
|
472
|
+
-moz-user-select: none;
|
|
436
473
|
-ms-user-select: none;
|
|
437
474
|
user-select: none;
|
|
438
475
|
}
|
|
@@ -498,7 +535,8 @@
|
|
|
498
535
|
.e-inplaceeditor-tip .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
|
|
499
536
|
left: auto;
|
|
500
537
|
right: 5px;
|
|
501
|
-
transform: translateX(-30%) translateY(-50%);
|
|
538
|
+
-webkit-transform: translateX(-30%) translateY(-50%);
|
|
539
|
+
transform: translateX(-30%) translateY(-50%);
|
|
502
540
|
}
|
|
503
541
|
.e-inplaceeditor .e-editable-form,
|
|
504
542
|
.e-inplaceeditor-tip .e-editable-form {
|
|
@@ -526,6 +564,7 @@
|
|
|
526
564
|
opacity: 0.5;
|
|
527
565
|
pointer-events: none;
|
|
528
566
|
-webkit-user-select: none;
|
|
567
|
+
-moz-user-select: none;
|
|
529
568
|
-ms-user-select: none;
|
|
530
569
|
user-select: none;
|
|
531
570
|
visibility: visible;
|
|
@@ -562,7 +601,8 @@
|
|
|
562
601
|
.e-inplaceeditor-tip.e-rtl .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
|
|
563
602
|
left: 5px;
|
|
564
603
|
right: auto;
|
|
565
|
-
transform: translateX(30%) translateY(-50%);
|
|
604
|
+
-webkit-transform: translateX(30%) translateY(-50%);
|
|
605
|
+
transform: translateX(30%) translateY(-50%);
|
|
566
606
|
}
|
|
567
607
|
|
|
568
608
|
.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content,
|
|
@@ -614,19 +654,24 @@
|
|
|
614
654
|
.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title {
|
|
615
655
|
-ms-flex-line-pack: center;
|
|
616
656
|
align-content: center;
|
|
657
|
+
display: -webkit-box;
|
|
617
658
|
display: -ms-flexbox;
|
|
618
659
|
display: flex;
|
|
619
|
-
-
|
|
620
|
-
|
|
660
|
+
-webkit-box-orient: vertical;
|
|
661
|
+
-webkit-box-direction: normal;
|
|
662
|
+
-ms-flex-direction: column;
|
|
663
|
+
flex-direction: column;
|
|
621
664
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
622
665
|
font-size: 12px;
|
|
623
666
|
font-weight: 500;
|
|
624
667
|
height: 36px;
|
|
625
|
-
-
|
|
626
|
-
|
|
668
|
+
-webkit-box-pack: center;
|
|
669
|
+
-ms-flex-pack: center;
|
|
670
|
+
justify-content: center;
|
|
627
671
|
padding: 9px 12px 9px 12px;
|
|
628
672
|
}
|
|
629
673
|
.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
|
|
674
|
+
display: -webkit-box;
|
|
630
675
|
display: -ms-flexbox;
|
|
631
676
|
display: flex;
|
|
632
677
|
padding: 12px;
|
|
@@ -639,6 +684,7 @@
|
|
|
639
684
|
top: auto;
|
|
640
685
|
}
|
|
641
686
|
.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container {
|
|
687
|
+
display: -webkit-box;
|
|
642
688
|
display: -ms-flexbox;
|
|
643
689
|
display: flex;
|
|
644
690
|
padding: 12px;
|
|
@@ -704,7 +750,6 @@
|
|
|
704
750
|
font-size: 22px;
|
|
705
751
|
}
|
|
706
752
|
|
|
707
|
-
/*! inplaceeditor theme */
|
|
708
753
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
709
754
|
border-bottom: 1px dashed #212529;
|
|
710
755
|
color: #212529;
|
|
@@ -806,7 +851,8 @@
|
|
|
806
851
|
|
|
807
852
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
|
|
808
853
|
background: #fff;
|
|
809
|
-
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
854
|
+
-webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
855
|
+
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
810
856
|
}
|
|
811
857
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content {
|
|
812
858
|
border-radius: 4px;
|
package/styles/bootstrap5.scss
CHANGED
|
@@ -1 +1,26 @@
|
|
|
1
|
-
@import '
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap5.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/bootstrap5-definition.scss';
|
|
3
|
+
@import 'ej2-inputs/styles/color-picker/bootstrap5-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/maskedtextbox/bootstrap5-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-definition.scss';
|
|
6
|
+
@import 'ej2-inputs/styles/slider/bootstrap5-definition.scss';
|
|
7
|
+
@import 'ej2-inputs/styles/textbox/bootstrap5-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
9
|
+
@import 'ej2-buttons/styles/check-box/bootstrap5-definition.scss';
|
|
10
|
+
@import 'ej2-buttons/styles/radio-button/bootstrap5-definition.scss';
|
|
11
|
+
@import 'ej2-calendars/styles/calendar/bootstrap5-definition.scss';
|
|
12
|
+
@import 'ej2-calendars/styles/datepicker/bootstrap5-definition.scss';
|
|
13
|
+
@import 'ej2-calendars/styles/daterangepicker/bootstrap5-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/timepicker/bootstrap5-definition.scss';
|
|
16
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap5-definition.scss';
|
|
17
|
+
@import 'ej2-dropdowns/styles/combo-box/bootstrap5-definition.scss';
|
|
18
|
+
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-definition.scss';
|
|
19
|
+
@import 'ej2-dropdowns/styles/multi-select/bootstrap5-definition.scss';
|
|
20
|
+
@import 'ej2-popups/styles/popup/bootstrap5-definition.scss';
|
|
21
|
+
@import 'ej2-popups/styles/spinner/bootstrap5-definition.scss';
|
|
22
|
+
@import 'ej2-popups/styles/tooltip/bootstrap5-definition.scss';
|
|
23
|
+
@import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap5-definition.scss';
|
|
24
|
+
@import 'inplace-editor/bootstrap5-definition.scss';
|
|
25
|
+
@import 'inplace-editor/icons/bootstrap5.scss';
|
|
26
|
+
@import 'inplace-editor/all.scss';
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
/* stylelint-disable-line no-empty-source */
|
|
3
3
|
.e-ddl.e-popup {
|
|
4
4
|
border: 0;
|
|
5
|
-
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
|
|
5
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
|
|
6
|
+
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
|
|
6
7
|
margin-top: 1px;
|
|
7
8
|
}
|
|
8
9
|
.e-ddl.e-popup .e-input-group input {
|
|
@@ -10,6 +11,7 @@
|
|
|
10
11
|
}
|
|
11
12
|
|
|
12
13
|
.e-ddl.e-popup .e-input-group {
|
|
14
|
+
display: -webkit-box;
|
|
13
15
|
display: -ms-flexbox;
|
|
14
16
|
display: flex;
|
|
15
17
|
width: auto;
|
|
@@ -106,19 +108,43 @@
|
|
|
106
108
|
}
|
|
107
109
|
|
|
108
110
|
/* stylelint-disable property-no-vendor-prefix */
|
|
111
|
+
@-webkit-keyframes material-spinner-rotate {
|
|
112
|
+
0% {
|
|
113
|
+
-webkit-transform: rotate(0);
|
|
114
|
+
transform: rotate(0);
|
|
115
|
+
}
|
|
116
|
+
100% {
|
|
117
|
+
-webkit-transform: rotate(360deg);
|
|
118
|
+
transform: rotate(360deg);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
109
121
|
@keyframes material-spinner-rotate {
|
|
110
122
|
0% {
|
|
123
|
+
-webkit-transform: rotate(0);
|
|
124
|
+
transform: rotate(0);
|
|
125
|
+
}
|
|
126
|
+
100% {
|
|
127
|
+
-webkit-transform: rotate(360deg);
|
|
128
|
+
transform: rotate(360deg);
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
@-webkit-keyframes fabric-spinner-rotate {
|
|
132
|
+
0% {
|
|
133
|
+
-webkit-transform: rotate(0);
|
|
111
134
|
transform: rotate(0);
|
|
112
135
|
}
|
|
113
136
|
100% {
|
|
137
|
+
-webkit-transform: rotate(360deg);
|
|
114
138
|
transform: rotate(360deg);
|
|
115
139
|
}
|
|
116
140
|
}
|
|
117
141
|
@keyframes fabric-spinner-rotate {
|
|
118
142
|
0% {
|
|
143
|
+
-webkit-transform: rotate(0);
|
|
119
144
|
transform: rotate(0);
|
|
120
145
|
}
|
|
121
146
|
100% {
|
|
147
|
+
-webkit-transform: rotate(360deg);
|
|
122
148
|
transform: rotate(360deg);
|
|
123
149
|
}
|
|
124
150
|
}
|
|
@@ -144,7 +170,6 @@
|
|
|
144
170
|
content: "\e97c";
|
|
145
171
|
}
|
|
146
172
|
|
|
147
|
-
/*! inplaceeditor layout */
|
|
148
173
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
149
174
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
150
175
|
padding: 8px 12px;
|
|
@@ -265,6 +290,7 @@
|
|
|
265
290
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
266
291
|
bottom: 0;
|
|
267
292
|
cursor: pointer;
|
|
293
|
+
display: -webkit-inline-box;
|
|
268
294
|
display: -ms-inline-flexbox;
|
|
269
295
|
display: inline-flex;
|
|
270
296
|
height: inherit;
|
|
@@ -275,8 +301,10 @@
|
|
|
275
301
|
width: 18px;
|
|
276
302
|
}
|
|
277
303
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before {
|
|
278
|
-
-
|
|
279
|
-
align
|
|
304
|
+
-webkit-box-align: center;
|
|
305
|
+
-ms-flex-align: center;
|
|
306
|
+
align-items: center;
|
|
307
|
+
display: -webkit-box;
|
|
280
308
|
display: -ms-flexbox;
|
|
281
309
|
display: flex;
|
|
282
310
|
font-size: 14px;
|
|
@@ -286,6 +314,7 @@
|
|
|
286
314
|
}
|
|
287
315
|
.e-inplaceeditor .e-editable-value-wrapper.e-editable-open {
|
|
288
316
|
-webkit-user-select: none;
|
|
317
|
+
-moz-user-select: none;
|
|
289
318
|
-ms-user-select: none;
|
|
290
319
|
user-select: none;
|
|
291
320
|
}
|
|
@@ -318,6 +347,7 @@
|
|
|
318
347
|
.e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon {
|
|
319
348
|
bottom: 0;
|
|
320
349
|
cursor: pointer;
|
|
350
|
+
display: -webkit-inline-box;
|
|
321
351
|
display: -ms-inline-flexbox;
|
|
322
352
|
display: inline-flex;
|
|
323
353
|
height: inherit;
|
|
@@ -328,8 +358,10 @@
|
|
|
328
358
|
width: 18px;
|
|
329
359
|
}
|
|
330
360
|
.e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before {
|
|
331
|
-
-
|
|
332
|
-
align
|
|
361
|
+
-webkit-box-align: center;
|
|
362
|
+
-ms-flex-align: center;
|
|
363
|
+
align-items: center;
|
|
364
|
+
display: -webkit-box;
|
|
333
365
|
display: -ms-flexbox;
|
|
334
366
|
display: flex;
|
|
335
367
|
font-size: 14px;
|
|
@@ -339,6 +371,7 @@
|
|
|
339
371
|
}
|
|
340
372
|
.e-inplaceeditor .e-editable-value-container.e-editable-open {
|
|
341
373
|
-webkit-user-select: none;
|
|
374
|
+
-moz-user-select: none;
|
|
342
375
|
-ms-user-select: none;
|
|
343
376
|
user-select: none;
|
|
344
377
|
}
|
|
@@ -363,6 +396,7 @@
|
|
|
363
396
|
}
|
|
364
397
|
.e-inplaceeditor.e-overlay {
|
|
365
398
|
-webkit-user-select: none;
|
|
399
|
+
-moz-user-select: none;
|
|
366
400
|
-ms-user-select: none;
|
|
367
401
|
user-select: none;
|
|
368
402
|
}
|
|
@@ -428,7 +462,8 @@
|
|
|
428
462
|
.e-inplaceeditor-tip .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
|
|
429
463
|
left: auto;
|
|
430
464
|
right: 5px;
|
|
431
|
-
transform: translateX(-30%) translateY(-50%);
|
|
465
|
+
-webkit-transform: translateX(-30%) translateY(-50%);
|
|
466
|
+
transform: translateX(-30%) translateY(-50%);
|
|
432
467
|
}
|
|
433
468
|
.e-inplaceeditor .e-editable-form,
|
|
434
469
|
.e-inplaceeditor-tip .e-editable-form {
|
|
@@ -456,6 +491,7 @@
|
|
|
456
491
|
opacity: 0.5;
|
|
457
492
|
pointer-events: none;
|
|
458
493
|
-webkit-user-select: none;
|
|
494
|
+
-moz-user-select: none;
|
|
459
495
|
-ms-user-select: none;
|
|
460
496
|
user-select: none;
|
|
461
497
|
visibility: visible;
|
|
@@ -492,7 +528,8 @@
|
|
|
492
528
|
.e-inplaceeditor-tip.e-rtl .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
|
|
493
529
|
left: 5px;
|
|
494
530
|
right: auto;
|
|
495
|
-
transform: translateX(30%) translateY(-50%);
|
|
531
|
+
-webkit-transform: translateX(30%) translateY(-50%);
|
|
532
|
+
transform: translateX(30%) translateY(-50%);
|
|
496
533
|
}
|
|
497
534
|
|
|
498
535
|
.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content,
|
|
@@ -544,19 +581,24 @@
|
|
|
544
581
|
.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title {
|
|
545
582
|
-ms-flex-line-pack: center;
|
|
546
583
|
align-content: center;
|
|
584
|
+
display: -webkit-box;
|
|
547
585
|
display: -ms-flexbox;
|
|
548
586
|
display: flex;
|
|
549
|
-
-
|
|
550
|
-
|
|
587
|
+
-webkit-box-orient: vertical;
|
|
588
|
+
-webkit-box-direction: normal;
|
|
589
|
+
-ms-flex-direction: column;
|
|
590
|
+
flex-direction: column;
|
|
551
591
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
552
592
|
font-size: 13px;
|
|
553
593
|
font-weight: 600;
|
|
554
594
|
height: 30px;
|
|
555
|
-
-
|
|
556
|
-
|
|
595
|
+
-webkit-box-pack: center;
|
|
596
|
+
-ms-flex-pack: center;
|
|
597
|
+
justify-content: center;
|
|
557
598
|
padding: 0 0 0 12px;
|
|
558
599
|
}
|
|
559
600
|
.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
|
|
601
|
+
display: -webkit-box;
|
|
560
602
|
display: -ms-flexbox;
|
|
561
603
|
display: flex;
|
|
562
604
|
padding: 12px;
|
|
@@ -569,6 +611,7 @@
|
|
|
569
611
|
top: auto;
|
|
570
612
|
}
|
|
571
613
|
.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container {
|
|
614
|
+
display: -webkit-box;
|
|
572
615
|
display: -ms-flexbox;
|
|
573
616
|
display: flex;
|
|
574
617
|
padding: 12px;
|
|
@@ -610,7 +653,6 @@
|
|
|
610
653
|
min-height: 70px;
|
|
611
654
|
}
|
|
612
655
|
|
|
613
|
-
/*! inplaceeditor theme */
|
|
614
656
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
615
657
|
border-bottom: 1px dashed #fff;
|
|
616
658
|
color: #fff;
|
|
@@ -667,7 +709,8 @@
|
|
|
667
709
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn,
|
|
668
710
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn,
|
|
669
711
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn {
|
|
670
|
-
box-shadow: none;
|
|
712
|
+
-webkit-box-shadow: none;
|
|
713
|
+
box-shadow: none;
|
|
671
714
|
}
|
|
672
715
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons,
|
|
673
716
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons,
|
|
@@ -677,7 +720,8 @@
|
|
|
677
720
|
}
|
|
678
721
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
|
|
679
722
|
background: #201f1f;
|
|
680
|
-
box-shadow: none;
|
|
723
|
+
-webkit-box-shadow: none;
|
|
724
|
+
box-shadow: none;
|
|
681
725
|
}
|
|
682
726
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content {
|
|
683
727
|
border-radius: 0;
|
package/styles/fabric-dark.scss
CHANGED
|
@@ -1 +1,26 @@
|
|
|
1
|
-
@import '
|
|
1
|
+
@import 'ej2-base/styles/definition/fabric-dark.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/fabric-dark-definition.scss';
|
|
3
|
+
@import 'ej2-inputs/styles/color-picker/fabric-dark-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/maskedtextbox/fabric-dark-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/fabric-dark-definition.scss';
|
|
6
|
+
@import 'ej2-inputs/styles/slider/fabric-dark-definition.scss';
|
|
7
|
+
@import 'ej2-inputs/styles/textbox/fabric-dark-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
9
|
+
@import 'ej2-buttons/styles/check-box/fabric-dark-definition.scss';
|
|
10
|
+
@import 'ej2-buttons/styles/radio-button/fabric-dark-definition.scss';
|
|
11
|
+
@import 'ej2-calendars/styles/calendar/fabric-dark-definition.scss';
|
|
12
|
+
@import 'ej2-calendars/styles/datepicker/fabric-dark-definition.scss';
|
|
13
|
+
@import 'ej2-calendars/styles/daterangepicker/fabric-dark-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datetimepicker/fabric-dark-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/timepicker/fabric-dark-definition.scss';
|
|
16
|
+
@import 'ej2-dropdowns/styles/auto-complete/fabric-dark-definition.scss';
|
|
17
|
+
@import 'ej2-dropdowns/styles/combo-box/fabric-dark-definition.scss';
|
|
18
|
+
@import 'ej2-dropdowns/styles/drop-down-list/fabric-dark-definition.scss';
|
|
19
|
+
@import 'ej2-dropdowns/styles/multi-select/fabric-dark-definition.scss';
|
|
20
|
+
@import 'ej2-popups/styles/popup/fabric-dark-definition.scss';
|
|
21
|
+
@import 'ej2-popups/styles/spinner/fabric-dark-definition.scss';
|
|
22
|
+
@import 'ej2-popups/styles/tooltip/fabric-dark-definition.scss';
|
|
23
|
+
@import 'ej2-richtexteditor/styles/rich-text-editor/fabric-dark-definition.scss';
|
|
24
|
+
@import 'inplace-editor/fabric-dark-definition.scss';
|
|
25
|
+
@import 'inplace-editor/icons/fabric-dark.scss';
|
|
26
|
+
@import 'inplace-editor/all.scss';
|