@syncfusion/ej2-inplace-editor 32.1.19 → 32.1.24
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 +31 -4
- package/README.md +1 -1
- package/aceconfig.js +17 -0
- package/dist/ej2-inplace-editor.min.js +9 -0
- package/dist/ej2-inplace-editor.umd.min.js +9 -0
- package/dist/global/ej2-inplace-editor.min.js +9 -0
- package/dist/global/index.d.ts +9 -0
- package/package.json +13 -13
- package/styles/bds-lite.css +8 -0
- package/styles/bds-lite.scss +1 -1
- package/styles/bds.css +12 -0
- package/styles/bds.scss +2 -2
- package/styles/bootstrap-dark-lite.css +16 -0
- package/styles/bootstrap-dark-lite.scss +1 -1
- package/styles/bootstrap-dark.css +24 -0
- package/styles/bootstrap-dark.scss +2 -2
- package/styles/bootstrap-lite.css +16 -0
- package/styles/bootstrap-lite.scss +1 -1
- package/styles/bootstrap.css +24 -0
- package/styles/bootstrap.scss +2 -2
- package/styles/bootstrap4-lite.css +19 -3
- package/styles/bootstrap4-lite.scss +1 -1
- package/styles/bootstrap4.css +27 -3
- package/styles/bootstrap4.scss +2 -2
- package/styles/bootstrap5-dark-lite.scss +1 -1
- package/styles/bootstrap5-dark.scss +2 -2
- package/styles/bootstrap5-lite.scss +1 -1
- package/styles/bootstrap5.3-lite.css +168 -0
- package/styles/bootstrap5.3-lite.scss +1 -1
- package/styles/bootstrap5.3.css +252 -0
- package/styles/bootstrap5.3.scss +2 -2
- package/styles/bootstrap5.scss +2 -2
- package/styles/fabric-dark-lite.css +16 -0
- package/styles/fabric-dark-lite.scss +1 -1
- package/styles/fabric-dark.css +24 -0
- package/styles/fabric-dark.scss +2 -2
- package/styles/fabric-lite.css +16 -0
- package/styles/fabric-lite.scss +1 -1
- package/styles/fabric.css +24 -0
- package/styles/fabric.scss +2 -2
- package/styles/fluent-dark-lite.scss +1 -1
- package/styles/fluent-dark.scss +2 -2
- package/styles/fluent-lite.scss +1 -1
- package/styles/fluent.scss +2 -2
- package/styles/fluent2-lite.css +172 -0
- package/styles/fluent2-lite.scss +1 -1
- package/styles/fluent2.css +258 -0
- package/styles/fluent2.scss +2 -2
- package/styles/highcontrast-light-lite.css +16 -0
- package/styles/highcontrast-light-lite.scss +1 -1
- package/styles/highcontrast-light.css +24 -0
- package/styles/highcontrast-light.scss +2 -2
- package/styles/highcontrast-lite.css +16 -0
- package/styles/highcontrast-lite.scss +1 -1
- package/styles/highcontrast.css +24 -0
- package/styles/highcontrast.scss +2 -2
- package/styles/inplace-editor/_all.bds.scss +2 -0
- package/styles/inplace-editor/_all.bootstrap-dark.scss +2 -0
- package/styles/inplace-editor/_all.bootstrap.scss +2 -0
- package/styles/inplace-editor/_all.bootstrap4.scss +2 -0
- package/styles/inplace-editor/_all.bootstrap5-dark.scss +2 -0
- package/styles/inplace-editor/_all.bootstrap5.3.scss +2 -0
- package/styles/inplace-editor/_all.bootstrap5.scss +2 -0
- package/styles/inplace-editor/_all.fabric-dark.scss +2 -0
- package/styles/inplace-editor/_all.fabric.scss +2 -0
- package/styles/inplace-editor/_all.fluent-dark.scss +2 -0
- package/styles/inplace-editor/_all.fluent.scss +2 -0
- package/styles/inplace-editor/_all.fluent2.scss +2 -0
- package/styles/inplace-editor/_all.highcontrast-light.scss +2 -0
- package/styles/inplace-editor/_all.highcontrast.scss +2 -0
- package/styles/inplace-editor/_all.material-dark.scss +2 -0
- package/styles/inplace-editor/_all.material.scss +2 -0
- package/styles/inplace-editor/_all.material3-dark.scss +2 -0
- package/styles/inplace-editor/_all.material3.scss +2 -0
- package/styles/inplace-editor/_all.tailwind-dark.scss +2 -0
- package/styles/inplace-editor/_all.tailwind.scss +2 -0
- package/styles/inplace-editor/_all.tailwind3.scss +2 -0
- package/styles/inplace-editor/_bigger.bds.scss +3 -0
- package/styles/inplace-editor/_bigger.bootstrap-dark.scss +3 -0
- package/styles/inplace-editor/_bigger.bootstrap.scss +3 -0
- package/styles/inplace-editor/_bigger.bootstrap4.scss +3 -0
- package/styles/inplace-editor/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/inplace-editor/_bigger.bootstrap5.3.scss +3 -0
- package/styles/inplace-editor/_bigger.bootstrap5.scss +3 -0
- package/styles/inplace-editor/_bigger.fabric-dark.scss +3 -0
- package/styles/inplace-editor/_bigger.fabric.scss +3 -0
- package/styles/inplace-editor/_bigger.fluent-dark.scss +3 -0
- package/styles/inplace-editor/_bigger.fluent.scss +3 -0
- package/styles/inplace-editor/_bigger.fluent2.scss +3 -0
- package/styles/inplace-editor/_bigger.highcontrast-light.scss +3 -0
- package/styles/inplace-editor/_bigger.highcontrast.scss +3 -0
- package/styles/inplace-editor/_bigger.material-dark.scss +3 -0
- package/styles/inplace-editor/_bigger.material.scss +3 -0
- package/styles/inplace-editor/_bigger.material3-dark.scss +3 -0
- package/styles/inplace-editor/_bigger.material3.scss +3 -0
- package/styles/inplace-editor/_bigger.scss +0 -1
- package/styles/inplace-editor/_bigger.tailwind-dark.scss +3 -0
- package/styles/inplace-editor/_bigger.tailwind.scss +3 -0
- package/styles/inplace-editor/_bigger.tailwind3.scss +3 -0
- package/styles/inplace-editor/_layout.bds.scss +3 -0
- package/styles/inplace-editor/_layout.bootstrap-dark.scss +3 -0
- package/styles/inplace-editor/_layout.bootstrap.scss +3 -0
- package/styles/inplace-editor/_layout.bootstrap4.scss +3 -0
- package/styles/inplace-editor/_layout.bootstrap5-dark.scss +3 -0
- package/styles/inplace-editor/_layout.bootstrap5.3.scss +3 -0
- package/styles/inplace-editor/_layout.bootstrap5.scss +3 -0
- package/styles/inplace-editor/_layout.fabric-dark.scss +3 -0
- package/styles/inplace-editor/_layout.fabric.scss +3 -0
- package/styles/inplace-editor/_layout.fluent-dark.scss +3 -0
- package/styles/inplace-editor/_layout.fluent.scss +3 -0
- package/styles/inplace-editor/_layout.fluent2.scss +3 -0
- package/styles/inplace-editor/_layout.highcontrast-light.scss +3 -0
- package/styles/inplace-editor/_layout.highcontrast.scss +3 -0
- package/styles/inplace-editor/_layout.material-dark.scss +3 -0
- package/styles/inplace-editor/_layout.material.scss +3 -0
- package/styles/inplace-editor/_layout.material3-dark.scss +3 -0
- package/styles/inplace-editor/_layout.material3.scss +3 -0
- package/styles/inplace-editor/_layout.scss +0 -1
- package/styles/inplace-editor/_layout.tailwind-dark.scss +3 -0
- package/styles/inplace-editor/_layout.tailwind.scss +3 -0
- package/styles/inplace-editor/_layout.tailwind3.scss +3 -0
- package/styles/inplace-editor/_theme-variables.bds.scss +1 -0
- package/styles/inplace-editor/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/inplace-editor/_theme-variables.bootstrap.scss +1 -0
- package/styles/inplace-editor/_theme-variables.bootstrap4.scss +1 -0
- package/styles/inplace-editor/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/inplace-editor/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/inplace-editor/_theme-variables.bootstrap5.scss +1 -0
- package/styles/inplace-editor/_theme-variables.fabric-dark.scss +1 -0
- package/styles/inplace-editor/_theme-variables.fabric.scss +1 -0
- package/styles/inplace-editor/_theme-variables.fluent-dark.scss +1 -0
- package/styles/inplace-editor/_theme-variables.fluent.scss +1 -0
- package/styles/inplace-editor/_theme-variables.fluent2.scss +1 -0
- package/styles/inplace-editor/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/inplace-editor/_theme-variables.highcontrast.scss +1 -0
- package/styles/inplace-editor/_theme-variables.material-dark.scss +1 -0
- package/styles/inplace-editor/_theme-variables.material.scss +1 -0
- package/styles/inplace-editor/_theme-variables.material3-dark.scss +1 -0
- package/styles/inplace-editor/_theme-variables.material3.scss +1 -0
- package/styles/inplace-editor/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/inplace-editor/_theme-variables.tailwind.scss +1 -0
- package/styles/inplace-editor/_theme.bds.scss +4 -0
- package/styles/inplace-editor/_theme.bootstrap-dark.scss +4 -0
- package/styles/inplace-editor/_theme.bootstrap.scss +4 -0
- package/styles/inplace-editor/_theme.bootstrap4.scss +4 -0
- package/styles/inplace-editor/_theme.bootstrap5-dark.scss +4 -0
- package/styles/inplace-editor/_theme.bootstrap5.3.scss +4 -0
- package/styles/inplace-editor/_theme.bootstrap5.scss +4 -0
- package/styles/inplace-editor/_theme.fabric-dark.scss +4 -0
- package/styles/inplace-editor/_theme.fabric.scss +4 -0
- package/styles/inplace-editor/_theme.fluent-dark.scss +4 -0
- package/styles/inplace-editor/_theme.fluent.scss +4 -0
- package/styles/inplace-editor/_theme.fluent2.scss +4 -0
- package/styles/inplace-editor/_theme.highcontrast-light.scss +4 -0
- package/styles/inplace-editor/_theme.highcontrast.scss +4 -0
- package/styles/inplace-editor/_theme.material-dark.scss +4 -0
- package/styles/inplace-editor/_theme.material.scss +4 -0
- package/styles/inplace-editor/_theme.material3-dark.scss +4 -0
- package/styles/inplace-editor/_theme.material3.scss +4 -0
- package/styles/inplace-editor/_theme.scss +0 -1
- package/styles/inplace-editor/_theme.tailwind-dark.scss +4 -0
- package/styles/inplace-editor/_theme.tailwind.scss +4 -0
- package/styles/inplace-editor/_theme.tailwind3.scss +4 -0
- package/styles/inplace-editor/bds.css +12 -0
- package/styles/inplace-editor/bds.scss +2 -2
- package/styles/inplace-editor/bootstrap-dark.css +24 -0
- package/styles/inplace-editor/bootstrap-dark.scss +2 -2
- package/styles/inplace-editor/bootstrap.css +24 -0
- package/styles/inplace-editor/bootstrap.scss +2 -2
- package/styles/inplace-editor/bootstrap4.css +27 -3
- package/styles/inplace-editor/bootstrap4.scss +2 -2
- package/styles/inplace-editor/bootstrap5-dark.scss +2 -2
- package/styles/inplace-editor/bootstrap5.3.css +252 -0
- package/styles/inplace-editor/bootstrap5.3.scss +2 -2
- package/styles/inplace-editor/bootstrap5.scss +2 -2
- package/styles/inplace-editor/fabric-dark.css +24 -0
- package/styles/inplace-editor/fabric-dark.scss +2 -2
- package/styles/inplace-editor/fabric.css +24 -0
- package/styles/inplace-editor/fabric.scss +2 -2
- package/styles/inplace-editor/fluent-dark.scss +2 -2
- package/styles/inplace-editor/fluent.scss +2 -2
- package/styles/inplace-editor/fluent2.css +258 -0
- package/styles/inplace-editor/fluent2.scss +2 -2
- package/styles/inplace-editor/highcontrast-light.css +24 -0
- package/styles/inplace-editor/highcontrast-light.scss +2 -2
- package/styles/inplace-editor/highcontrast.css +24 -0
- package/styles/inplace-editor/highcontrast.scss +2 -2
- package/styles/inplace-editor/material-dark.css +24 -0
- package/styles/inplace-editor/material-dark.scss +2 -2
- package/styles/inplace-editor/material.css +24 -0
- package/styles/inplace-editor/material.scss +2 -2
- package/styles/inplace-editor/material3-dark.css +246 -0
- package/styles/inplace-editor/material3-dark.scss +2 -2
- package/styles/inplace-editor/material3.css +252 -0
- package/styles/inplace-editor/material3.scss +2 -2
- package/styles/inplace-editor/tailwind-dark.scss +2 -2
- package/styles/inplace-editor/tailwind.scss +2 -2
- package/styles/inplace-editor/tailwind3.css +222 -0
- package/styles/inplace-editor/tailwind3.scss +2 -2
- package/styles/material-dark-lite.css +16 -0
- package/styles/material-dark-lite.scss +1 -1
- package/styles/material-dark.css +24 -0
- package/styles/material-dark.scss +2 -2
- package/styles/material-lite.css +16 -0
- package/styles/material-lite.scss +1 -1
- package/styles/material.css +24 -0
- package/styles/material.scss +2 -2
- package/styles/material3-dark-lite.css +164 -0
- package/styles/material3-dark-lite.scss +1 -1
- package/styles/material3-dark.css +246 -0
- package/styles/material3-dark.scss +2 -2
- package/styles/material3-lite.css +168 -0
- package/styles/material3-lite.scss +1 -1
- package/styles/material3.css +252 -0
- package/styles/material3.scss +2 -2
- package/styles/tailwind-dark-lite.scss +1 -1
- package/styles/tailwind-dark.scss +2 -2
- package/styles/tailwind-lite.scss +1 -1
- package/styles/tailwind.scss +2 -2
- package/styles/tailwind3-lite.css +148 -0
- package/styles/tailwind3-lite.scss +1 -1
- package/styles/tailwind3.css +222 -0
- package/styles/tailwind3.scss +2 -2
- package/tslint.json +111 -0
- /package/styles/inplace-editor/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
package/styles/fluent2.css
CHANGED
|
@@ -589,6 +589,92 @@
|
|
|
589
589
|
content: "\e730";
|
|
590
590
|
}
|
|
591
591
|
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
/* Font Family */
|
|
601
|
+
/* Font Sizes */
|
|
602
|
+
/* Radius */
|
|
603
|
+
/* 1px */
|
|
604
|
+
/* 2px */
|
|
605
|
+
/* 3px */
|
|
606
|
+
/* 4px */
|
|
607
|
+
/* 5px */
|
|
608
|
+
/* 6px */
|
|
609
|
+
/* 7px */
|
|
610
|
+
/* 8px */
|
|
611
|
+
/* 9px */
|
|
612
|
+
/* 10px */
|
|
613
|
+
/* 11px */
|
|
614
|
+
/* 12px */
|
|
615
|
+
/* 13px */
|
|
616
|
+
/* 14px */
|
|
617
|
+
/* 15px */
|
|
618
|
+
/* 16px */
|
|
619
|
+
/* 17px */
|
|
620
|
+
/* 18px */
|
|
621
|
+
/* 19px */
|
|
622
|
+
/* 20px */
|
|
623
|
+
/* 21px */
|
|
624
|
+
/* 22px */
|
|
625
|
+
/* 23px */
|
|
626
|
+
/* 24px */
|
|
627
|
+
/* 25px */
|
|
628
|
+
/* 26px */
|
|
629
|
+
/* 27px */
|
|
630
|
+
/* 28px */
|
|
631
|
+
/* 29px */
|
|
632
|
+
/* 30px */
|
|
633
|
+
/* 31px */
|
|
634
|
+
/* 32px */
|
|
635
|
+
/* 33px */
|
|
636
|
+
/* 34px */
|
|
637
|
+
/* 35px */
|
|
638
|
+
/* 36px */
|
|
639
|
+
/* 37px */
|
|
640
|
+
/* 38px */
|
|
641
|
+
/* 39px */
|
|
642
|
+
/* 40px */
|
|
643
|
+
/* 41px */
|
|
644
|
+
/* 42px */
|
|
645
|
+
/* 43px */
|
|
646
|
+
/* 44px */
|
|
647
|
+
/* 45px */
|
|
648
|
+
/* 46px */
|
|
649
|
+
/* 47px */
|
|
650
|
+
/* 48px */
|
|
651
|
+
/* 49px */
|
|
652
|
+
/* 50px */
|
|
653
|
+
/* 5em */
|
|
654
|
+
/* 65% */
|
|
655
|
+
/* border */
|
|
656
|
+
/* 0px */
|
|
657
|
+
/* 1px */
|
|
658
|
+
/* 1.5px */
|
|
659
|
+
/* 2px */
|
|
660
|
+
/* 3px */
|
|
661
|
+
/* 4px */
|
|
662
|
+
/* 5px */
|
|
663
|
+
/* 6px */
|
|
664
|
+
/* 7px */
|
|
665
|
+
/* 8px */
|
|
666
|
+
/* 9px */
|
|
667
|
+
/* 10px */
|
|
668
|
+
/* 11px */
|
|
669
|
+
/* 12px */
|
|
670
|
+
/* 13px */
|
|
671
|
+
/* 14px */
|
|
672
|
+
/* 15px */
|
|
673
|
+
/* 16px */
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
|
|
592
678
|
.e-inplaceeditor {
|
|
593
679
|
display: inline-block;
|
|
594
680
|
position: relative;
|
|
@@ -938,6 +1024,92 @@
|
|
|
938
1024
|
min-height: 60px;
|
|
939
1025
|
}
|
|
940
1026
|
|
|
1027
|
+
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
|
|
1032
|
+
|
|
1033
|
+
|
|
1034
|
+
|
|
1035
|
+
/* Font Family */
|
|
1036
|
+
/* Font Sizes */
|
|
1037
|
+
/* Radius */
|
|
1038
|
+
/* 1px */
|
|
1039
|
+
/* 2px */
|
|
1040
|
+
/* 3px */
|
|
1041
|
+
/* 4px */
|
|
1042
|
+
/* 5px */
|
|
1043
|
+
/* 6px */
|
|
1044
|
+
/* 7px */
|
|
1045
|
+
/* 8px */
|
|
1046
|
+
/* 9px */
|
|
1047
|
+
/* 10px */
|
|
1048
|
+
/* 11px */
|
|
1049
|
+
/* 12px */
|
|
1050
|
+
/* 13px */
|
|
1051
|
+
/* 14px */
|
|
1052
|
+
/* 15px */
|
|
1053
|
+
/* 16px */
|
|
1054
|
+
/* 17px */
|
|
1055
|
+
/* 18px */
|
|
1056
|
+
/* 19px */
|
|
1057
|
+
/* 20px */
|
|
1058
|
+
/* 21px */
|
|
1059
|
+
/* 22px */
|
|
1060
|
+
/* 23px */
|
|
1061
|
+
/* 24px */
|
|
1062
|
+
/* 25px */
|
|
1063
|
+
/* 26px */
|
|
1064
|
+
/* 27px */
|
|
1065
|
+
/* 28px */
|
|
1066
|
+
/* 29px */
|
|
1067
|
+
/* 30px */
|
|
1068
|
+
/* 31px */
|
|
1069
|
+
/* 32px */
|
|
1070
|
+
/* 33px */
|
|
1071
|
+
/* 34px */
|
|
1072
|
+
/* 35px */
|
|
1073
|
+
/* 36px */
|
|
1074
|
+
/* 37px */
|
|
1075
|
+
/* 38px */
|
|
1076
|
+
/* 39px */
|
|
1077
|
+
/* 40px */
|
|
1078
|
+
/* 41px */
|
|
1079
|
+
/* 42px */
|
|
1080
|
+
/* 43px */
|
|
1081
|
+
/* 44px */
|
|
1082
|
+
/* 45px */
|
|
1083
|
+
/* 46px */
|
|
1084
|
+
/* 47px */
|
|
1085
|
+
/* 48px */
|
|
1086
|
+
/* 49px */
|
|
1087
|
+
/* 50px */
|
|
1088
|
+
/* 5em */
|
|
1089
|
+
/* 65% */
|
|
1090
|
+
/* border */
|
|
1091
|
+
/* 0px */
|
|
1092
|
+
/* 1px */
|
|
1093
|
+
/* 1.5px */
|
|
1094
|
+
/* 2px */
|
|
1095
|
+
/* 3px */
|
|
1096
|
+
/* 4px */
|
|
1097
|
+
/* 5px */
|
|
1098
|
+
/* 6px */
|
|
1099
|
+
/* 7px */
|
|
1100
|
+
/* 8px */
|
|
1101
|
+
/* 9px */
|
|
1102
|
+
/* 10px */
|
|
1103
|
+
/* 11px */
|
|
1104
|
+
/* 12px */
|
|
1105
|
+
/* 13px */
|
|
1106
|
+
/* 14px */
|
|
1107
|
+
/* 15px */
|
|
1108
|
+
/* 16px */
|
|
1109
|
+
|
|
1110
|
+
|
|
1111
|
+
|
|
1112
|
+
|
|
941
1113
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
942
1114
|
border-bottom: 1px dashed var(--color-sf-content-text-color);
|
|
943
1115
|
color: var(--color-sf-content-text-color);
|
|
@@ -1027,6 +1199,92 @@
|
|
|
1027
1199
|
color: var(--color-sf-content-bg-color-alt2);
|
|
1028
1200
|
}
|
|
1029
1201
|
|
|
1202
|
+
|
|
1203
|
+
|
|
1204
|
+
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
|
|
1208
|
+
|
|
1209
|
+
|
|
1210
|
+
/* Font Family */
|
|
1211
|
+
/* Font Sizes */
|
|
1212
|
+
/* Radius */
|
|
1213
|
+
/* 1px */
|
|
1214
|
+
/* 2px */
|
|
1215
|
+
/* 3px */
|
|
1216
|
+
/* 4px */
|
|
1217
|
+
/* 5px */
|
|
1218
|
+
/* 6px */
|
|
1219
|
+
/* 7px */
|
|
1220
|
+
/* 8px */
|
|
1221
|
+
/* 9px */
|
|
1222
|
+
/* 10px */
|
|
1223
|
+
/* 11px */
|
|
1224
|
+
/* 12px */
|
|
1225
|
+
/* 13px */
|
|
1226
|
+
/* 14px */
|
|
1227
|
+
/* 15px */
|
|
1228
|
+
/* 16px */
|
|
1229
|
+
/* 17px */
|
|
1230
|
+
/* 18px */
|
|
1231
|
+
/* 19px */
|
|
1232
|
+
/* 20px */
|
|
1233
|
+
/* 21px */
|
|
1234
|
+
/* 22px */
|
|
1235
|
+
/* 23px */
|
|
1236
|
+
/* 24px */
|
|
1237
|
+
/* 25px */
|
|
1238
|
+
/* 26px */
|
|
1239
|
+
/* 27px */
|
|
1240
|
+
/* 28px */
|
|
1241
|
+
/* 29px */
|
|
1242
|
+
/* 30px */
|
|
1243
|
+
/* 31px */
|
|
1244
|
+
/* 32px */
|
|
1245
|
+
/* 33px */
|
|
1246
|
+
/* 34px */
|
|
1247
|
+
/* 35px */
|
|
1248
|
+
/* 36px */
|
|
1249
|
+
/* 37px */
|
|
1250
|
+
/* 38px */
|
|
1251
|
+
/* 39px */
|
|
1252
|
+
/* 40px */
|
|
1253
|
+
/* 41px */
|
|
1254
|
+
/* 42px */
|
|
1255
|
+
/* 43px */
|
|
1256
|
+
/* 44px */
|
|
1257
|
+
/* 45px */
|
|
1258
|
+
/* 46px */
|
|
1259
|
+
/* 47px */
|
|
1260
|
+
/* 48px */
|
|
1261
|
+
/* 49px */
|
|
1262
|
+
/* 50px */
|
|
1263
|
+
/* 5em */
|
|
1264
|
+
/* 65% */
|
|
1265
|
+
/* border */
|
|
1266
|
+
/* 0px */
|
|
1267
|
+
/* 1px */
|
|
1268
|
+
/* 1.5px */
|
|
1269
|
+
/* 2px */
|
|
1270
|
+
/* 3px */
|
|
1271
|
+
/* 4px */
|
|
1272
|
+
/* 5px */
|
|
1273
|
+
/* 6px */
|
|
1274
|
+
/* 7px */
|
|
1275
|
+
/* 8px */
|
|
1276
|
+
/* 9px */
|
|
1277
|
+
/* 10px */
|
|
1278
|
+
/* 11px */
|
|
1279
|
+
/* 12px */
|
|
1280
|
+
/* 13px */
|
|
1281
|
+
/* 14px */
|
|
1282
|
+
/* 15px */
|
|
1283
|
+
/* 16px */
|
|
1284
|
+
|
|
1285
|
+
|
|
1286
|
+
|
|
1287
|
+
|
|
1030
1288
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
1031
1289
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
1032
1290
|
padding: 8px 38px 10px 12px;
|
package/styles/fluent2.scss
CHANGED
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
@use 'ej2-richtexteditor/styles/rich-text-editor/fluent2-definition' as *;
|
|
24
24
|
@use 'inplace-editor/fluent2-definition' as *;
|
|
25
25
|
@use 'inplace-editor/icons/fluent2' as *;
|
|
26
|
-
@use 'inplace-editor/all' as *;
|
|
27
|
-
@use 'inplace-editor/bigger' as *;
|
|
26
|
+
@use 'inplace-editor/all.fluent2' as *;
|
|
27
|
+
@use 'inplace-editor/bigger.fluent2' as *;
|
|
@@ -208,6 +208,14 @@
|
|
|
208
208
|
content: "\e97c";
|
|
209
209
|
}
|
|
210
210
|
|
|
211
|
+
/*! High contrast light theme definitions and variables */
|
|
212
|
+
/*! Value element styles */
|
|
213
|
+
/*! Tooltip styles */
|
|
214
|
+
/*! Tip Content styles */
|
|
215
|
+
/*! Title styles */
|
|
216
|
+
/*! Wrapper styles */
|
|
217
|
+
/*! Component group styles */
|
|
218
|
+
/*! Button styles */
|
|
211
219
|
.e-inplaceeditor {
|
|
212
220
|
display: inline-block;
|
|
213
221
|
position: relative;
|
|
@@ -557,6 +565,14 @@
|
|
|
557
565
|
min-height: 60px;
|
|
558
566
|
}
|
|
559
567
|
|
|
568
|
+
/*! High contrast light theme definitions and variables */
|
|
569
|
+
/*! Value element styles */
|
|
570
|
+
/*! Tooltip styles */
|
|
571
|
+
/*! Tip Content styles */
|
|
572
|
+
/*! Title styles */
|
|
573
|
+
/*! Wrapper styles */
|
|
574
|
+
/*! Component group styles */
|
|
575
|
+
/*! Button styles */
|
|
560
576
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
561
577
|
border-bottom: 1px dashed #000;
|
|
562
578
|
color: #000;
|
|
@@ -23,4 +23,4 @@
|
|
|
23
23
|
@use 'ej2-richtexteditor/styles/rich-text-editor/highcontrast-light-definition' as *;
|
|
24
24
|
@use 'inplace-editor/highcontrast-light-definition' as *;
|
|
25
25
|
@use 'inplace-editor/icons/highcontrast-light' as *;
|
|
26
|
-
@use 'inplace-editor/all' as *;
|
|
26
|
+
@use 'inplace-editor/all.highcontrast-light' as *;
|
|
@@ -208,6 +208,14 @@
|
|
|
208
208
|
content: "\e97c";
|
|
209
209
|
}
|
|
210
210
|
|
|
211
|
+
/*! High contrast light theme definitions and variables */
|
|
212
|
+
/*! Value element styles */
|
|
213
|
+
/*! Tooltip styles */
|
|
214
|
+
/*! Tip Content styles */
|
|
215
|
+
/*! Title styles */
|
|
216
|
+
/*! Wrapper styles */
|
|
217
|
+
/*! Component group styles */
|
|
218
|
+
/*! Button styles */
|
|
211
219
|
.e-inplaceeditor {
|
|
212
220
|
display: inline-block;
|
|
213
221
|
position: relative;
|
|
@@ -557,6 +565,14 @@
|
|
|
557
565
|
min-height: 60px;
|
|
558
566
|
}
|
|
559
567
|
|
|
568
|
+
/*! High contrast light theme definitions and variables */
|
|
569
|
+
/*! Value element styles */
|
|
570
|
+
/*! Tooltip styles */
|
|
571
|
+
/*! Tip Content styles */
|
|
572
|
+
/*! Title styles */
|
|
573
|
+
/*! Wrapper styles */
|
|
574
|
+
/*! Component group styles */
|
|
575
|
+
/*! Button styles */
|
|
560
576
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
561
577
|
border-bottom: 1px dashed #000;
|
|
562
578
|
color: #000;
|
|
@@ -655,6 +671,14 @@
|
|
|
655
671
|
color: #fff;
|
|
656
672
|
}
|
|
657
673
|
|
|
674
|
+
/*! High contrast light theme definitions and variables */
|
|
675
|
+
/*! Value element styles */
|
|
676
|
+
/*! Tooltip styles */
|
|
677
|
+
/*! Tip Content styles */
|
|
678
|
+
/*! Title styles */
|
|
679
|
+
/*! Wrapper styles */
|
|
680
|
+
/*! Component group styles */
|
|
681
|
+
/*! Button styles */
|
|
658
682
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
659
683
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
660
684
|
padding: 8px 12px;
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
@use 'ej2-richtexteditor/styles/rich-text-editor/highcontrast-light-definition' as *;
|
|
24
24
|
@use 'inplace-editor/highcontrast-light-definition' as *;
|
|
25
25
|
@use 'inplace-editor/icons/highcontrast-light' as *;
|
|
26
|
-
@use 'inplace-editor/all' as *;
|
|
27
|
-
@use 'inplace-editor/bigger' as *;
|
|
26
|
+
@use 'inplace-editor/all.highcontrast-light' as *;
|
|
27
|
+
@use 'inplace-editor/bigger.highcontrast-light' as *;
|
|
@@ -216,6 +216,14 @@
|
|
|
216
216
|
content: "\e97c";
|
|
217
217
|
}
|
|
218
218
|
|
|
219
|
+
/*! High contrast theme definitions and variables */
|
|
220
|
+
/*! Value element styles */
|
|
221
|
+
/*! Tooltip styles */
|
|
222
|
+
/*! Tip Content styles */
|
|
223
|
+
/*! Title styles */
|
|
224
|
+
/*! Wrapper styles */
|
|
225
|
+
/*! Component group styles */
|
|
226
|
+
/*! Button styles */
|
|
219
227
|
.e-inplaceeditor {
|
|
220
228
|
display: inline-block;
|
|
221
229
|
position: relative;
|
|
@@ -565,6 +573,14 @@
|
|
|
565
573
|
min-height: 60px;
|
|
566
574
|
}
|
|
567
575
|
|
|
576
|
+
/*! High contrast theme definitions and variables */
|
|
577
|
+
/*! Value element styles */
|
|
578
|
+
/*! Tooltip styles */
|
|
579
|
+
/*! Tip Content styles */
|
|
580
|
+
/*! Title styles */
|
|
581
|
+
/*! Wrapper styles */
|
|
582
|
+
/*! Component group styles */
|
|
583
|
+
/*! Button styles */
|
|
568
584
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
569
585
|
border-bottom: 1px dashed #fff;
|
|
570
586
|
color: #fff;
|
|
@@ -23,4 +23,4 @@
|
|
|
23
23
|
@use 'ej2-richtexteditor/styles/rich-text-editor/highcontrast-definition' as *;
|
|
24
24
|
@use 'inplace-editor/highcontrast-definition' as *;
|
|
25
25
|
@use 'inplace-editor/icons/highcontrast' as *;
|
|
26
|
-
@use 'inplace-editor/all' as *;
|
|
26
|
+
@use 'inplace-editor/all.highcontrast' as *;
|
package/styles/highcontrast.css
CHANGED
|
@@ -216,6 +216,14 @@
|
|
|
216
216
|
content: "\e97c";
|
|
217
217
|
}
|
|
218
218
|
|
|
219
|
+
/*! High contrast theme definitions and variables */
|
|
220
|
+
/*! Value element styles */
|
|
221
|
+
/*! Tooltip styles */
|
|
222
|
+
/*! Tip Content styles */
|
|
223
|
+
/*! Title styles */
|
|
224
|
+
/*! Wrapper styles */
|
|
225
|
+
/*! Component group styles */
|
|
226
|
+
/*! Button styles */
|
|
219
227
|
.e-inplaceeditor {
|
|
220
228
|
display: inline-block;
|
|
221
229
|
position: relative;
|
|
@@ -565,6 +573,14 @@
|
|
|
565
573
|
min-height: 60px;
|
|
566
574
|
}
|
|
567
575
|
|
|
576
|
+
/*! High contrast theme definitions and variables */
|
|
577
|
+
/*! Value element styles */
|
|
578
|
+
/*! Tooltip styles */
|
|
579
|
+
/*! Tip Content styles */
|
|
580
|
+
/*! Title styles */
|
|
581
|
+
/*! Wrapper styles */
|
|
582
|
+
/*! Component group styles */
|
|
583
|
+
/*! Button styles */
|
|
568
584
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
569
585
|
border-bottom: 1px dashed #fff;
|
|
570
586
|
color: #fff;
|
|
@@ -663,6 +679,14 @@
|
|
|
663
679
|
color: #000;
|
|
664
680
|
}
|
|
665
681
|
|
|
682
|
+
/*! High contrast theme definitions and variables */
|
|
683
|
+
/*! Value element styles */
|
|
684
|
+
/*! Tooltip styles */
|
|
685
|
+
/*! Tip Content styles */
|
|
686
|
+
/*! Title styles */
|
|
687
|
+
/*! Wrapper styles */
|
|
688
|
+
/*! Component group styles */
|
|
689
|
+
/*! Button styles */
|
|
666
690
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
667
691
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
668
692
|
padding: 8px 36px 8px 12px;
|
package/styles/highcontrast.scss
CHANGED
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
@use 'ej2-richtexteditor/styles/rich-text-editor/highcontrast-definition' as *;
|
|
24
24
|
@use 'inplace-editor/highcontrast-definition' as *;
|
|
25
25
|
@use 'inplace-editor/icons/highcontrast' as *;
|
|
26
|
-
@use 'inplace-editor/all' as *;
|
|
27
|
-
@use 'inplace-editor/bigger' as *;
|
|
26
|
+
@use 'inplace-editor/all.highcontrast' as *;
|
|
27
|
+
@use 'inplace-editor/bigger.highcontrast' as *;
|