@syncfusion/ej2-vue-documenteditor 20.1.47 → 20.1.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +263 -0
- package/dist/ej2-vue-documenteditor.umd.min.js +2 -2
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +14 -8
- package/styles/bootstrap-dark.css +151 -218
- package/styles/bootstrap.css +151 -218
- package/styles/bootstrap4.css +157 -224
- package/styles/bootstrap5-dark.css +172 -253
- package/styles/bootstrap5.css +172 -253
- package/styles/document-editor/bootstrap-dark.css +50 -192
- package/styles/document-editor/bootstrap.css +50 -192
- package/styles/document-editor/bootstrap4.css +52 -194
- package/styles/document-editor/bootstrap5-dark.css +61 -207
- package/styles/document-editor/bootstrap5.css +61 -207
- package/styles/document-editor/fabric-dark.css +51 -193
- package/styles/document-editor/fabric.css +51 -193
- package/styles/document-editor/highcontrast-light.css +9 -5
- package/styles/document-editor/highcontrast.css +51 -193
- package/styles/document-editor/material-dark.css +51 -193
- package/styles/document-editor/material.css +51 -193
- package/styles/document-editor/tailwind-dark.css +261 -319
- package/styles/document-editor/tailwind.css +261 -319
- package/styles/document-editor-container/bootstrap-dark.css +101 -26
- package/styles/document-editor-container/bootstrap.css +101 -26
- package/styles/document-editor-container/bootstrap4.css +105 -30
- package/styles/document-editor-container/bootstrap5-dark.css +111 -46
- package/styles/document-editor-container/bootstrap5.css +111 -46
- package/styles/document-editor-container/fabric-dark.css +101 -26
- package/styles/document-editor-container/fabric.css +101 -26
- package/styles/document-editor-container/highcontrast-light.css +104 -29
- package/styles/document-editor-container/highcontrast.css +101 -26
- package/styles/document-editor-container/material-dark.css +101 -26
- package/styles/document-editor-container/material.css +101 -26
- package/styles/document-editor-container/tailwind-dark.css +271 -134
- package/styles/document-editor-container/tailwind.css +271 -134
- package/styles/fabric-dark.css +152 -219
- package/styles/fabric.css +152 -219
- package/styles/highcontrast-light.css +110 -31
- package/styles/highcontrast.css +152 -219
- package/styles/material-dark.css +152 -219
- package/styles/material.css +152 -219
- package/styles/tailwind-dark.css +532 -453
- package/styles/tailwind.css +532 -453
- package/styles/document-editor/fluent-dark.css +0 -3782
- package/styles/document-editor/fluent-dark.scss +0 -1
- package/styles/document-editor/fluent.css +0 -3782
- package/styles/document-editor/fluent.scss +0 -1
- package/styles/document-editor-container/fluent-dark.css +0 -1996
- package/styles/document-editor-container/fluent-dark.scss +0 -1
- package/styles/document-editor-container/fluent.css +0 -1996
- package/styles/document-editor-container/fluent.scss +0 -1
- package/styles/fluent-dark.css +0 -5779
- package/styles/fluent-dark.scss +0 -2
- package/styles/fluent.css +0 -5779
- package/styles/fluent.scss +0 -2
|
@@ -1379,12 +1379,12 @@ label[for='container_wholeWord'] {
|
|
|
1379
1379
|
|
|
1380
1380
|
.e-de-font-dlg {
|
|
1381
1381
|
height: 239px;
|
|
1382
|
-
width:
|
|
1382
|
+
width: 380px;
|
|
1383
1383
|
}
|
|
1384
1384
|
|
|
1385
1385
|
.e-de-hyperlink {
|
|
1386
|
-
height:
|
|
1387
|
-
width:
|
|
1386
|
+
height: 175px;
|
|
1387
|
+
width: 230px;
|
|
1388
1388
|
}
|
|
1389
1389
|
|
|
1390
1390
|
.e-de-insert-table {
|
|
@@ -2640,7 +2640,8 @@ label[for='container_wholeWord'] {
|
|
|
2640
2640
|
display: block;
|
|
2641
2641
|
font-size: 14px;
|
|
2642
2642
|
font-weight: 700;
|
|
2643
|
-
margin-bottom:
|
|
2643
|
+
margin-bottom: 15px;
|
|
2644
|
+
margin-top: 17px;
|
|
2644
2645
|
}
|
|
2645
2646
|
|
|
2646
2647
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
@@ -2684,6 +2685,7 @@ label[for='container_wholeWord'] {
|
|
|
2684
2685
|
font-size: 12px;
|
|
2685
2686
|
font-weight: normal;
|
|
2686
2687
|
margin-bottom: 8px;
|
|
2688
|
+
margin-top: 0;
|
|
2687
2689
|
}
|
|
2688
2690
|
|
|
2689
2691
|
.e-bigger .e-de-rtl-btn-div {
|
|
@@ -2702,7 +2704,8 @@ label[for='container_wholeWord'] {
|
|
|
2702
2704
|
display: block;
|
|
2703
2705
|
font-size: 14px;
|
|
2704
2706
|
font-weight: 700;
|
|
2705
|
-
margin-bottom:
|
|
2707
|
+
margin-bottom: 15px;
|
|
2708
|
+
margin-top: 17px;
|
|
2706
2709
|
opacity: 87%;
|
|
2707
2710
|
}
|
|
2708
2711
|
|
|
@@ -2747,6 +2750,7 @@ label[for='container_wholeWord'] {
|
|
|
2747
2750
|
font-size: 12px;
|
|
2748
2751
|
font-weight: normal;
|
|
2749
2752
|
margin-bottom: 8px;
|
|
2753
|
+
margin-top: 0;
|
|
2750
2754
|
}
|
|
2751
2755
|
|
|
2752
2756
|
.e-de-rtl-btn-div {
|
|
@@ -3208,15 +3212,6 @@ label[for='container_wholeWord'] {
|
|
|
3208
3212
|
top: 100px;
|
|
3209
3213
|
}
|
|
3210
3214
|
|
|
3211
|
-
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
3212
|
-
width: 0;
|
|
3213
|
-
}
|
|
3214
|
-
|
|
3215
|
-
.e-de-scrollbar-hide {
|
|
3216
|
-
-ms-overflow-style: none;
|
|
3217
|
-
scrollbar-width: none;
|
|
3218
|
-
}
|
|
3219
|
-
|
|
3220
3215
|
.e-de-toolbar {
|
|
3221
3216
|
height: 100%;
|
|
3222
3217
|
}
|
|
@@ -3262,7 +3257,6 @@ label[for='container_wholeWord'] {
|
|
|
3262
3257
|
border: 0;
|
|
3263
3258
|
color: #000;
|
|
3264
3259
|
float: right;
|
|
3265
|
-
font-weight: 400;
|
|
3266
3260
|
height: 33px;
|
|
3267
3261
|
}
|
|
3268
3262
|
|
|
@@ -3291,7 +3285,9 @@ label[for='container_wholeWord'] {
|
|
|
3291
3285
|
border: 0;
|
|
3292
3286
|
box-shadow: none;
|
|
3293
3287
|
float: right;
|
|
3288
|
+
height: 33px;
|
|
3294
3289
|
margin-left: calc(100% - 362px);
|
|
3290
|
+
width: 33px;
|
|
3295
3291
|
}
|
|
3296
3292
|
|
|
3297
3293
|
.e-bigger .e-btn-pageweb-spellcheck {
|
|
@@ -3327,8 +3323,9 @@ label[for='container_wholeWord'] {
|
|
|
3327
3323
|
|
|
3328
3324
|
.e-de-statusbar-spellcheck {
|
|
3329
3325
|
border-radius: 2px;
|
|
3330
|
-
|
|
3326
|
+
height: 34px;
|
|
3331
3327
|
margin-left: 7.5px;
|
|
3328
|
+
width: 91px;
|
|
3332
3329
|
}
|
|
3333
3330
|
|
|
3334
3331
|
.e-de-ctn {
|
|
@@ -3341,7 +3338,9 @@ label[for='container_wholeWord'] {
|
|
|
3341
3338
|
|
|
3342
3339
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
3343
3340
|
border-radius: 2px;
|
|
3341
|
+
height: 34px;
|
|
3344
3342
|
margin-left: 7.5px;
|
|
3343
|
+
width: 111px;
|
|
3345
3344
|
}
|
|
3346
3345
|
|
|
3347
3346
|
.e-de-ctnr-toolbar {
|
|
@@ -3650,7 +3649,8 @@ label[for='container_wholeWord'] {
|
|
|
3650
3649
|
|
|
3651
3650
|
.e-de-property-div-padding {
|
|
3652
3651
|
border-bottom: 0.5px solid #e0e0e0;
|
|
3653
|
-
padding:
|
|
3652
|
+
padding-bottom: 11.5px;
|
|
3653
|
+
padding-top: 12.5px;
|
|
3654
3654
|
}
|
|
3655
3655
|
|
|
3656
3656
|
.e-de-ctnr-dropdown-ftr {
|
|
@@ -3663,8 +3663,7 @@ label[for='container_wholeWord'] {
|
|
|
3663
3663
|
text-indent: 1.2em;
|
|
3664
3664
|
}
|
|
3665
3665
|
|
|
3666
|
-
.e-de-char-fmt-btn-left > button
|
|
3667
|
-
.e-de-insert-del-cell button {
|
|
3666
|
+
.e-de-char-fmt-btn-left > button {
|
|
3668
3667
|
width: 37.25px;
|
|
3669
3668
|
}
|
|
3670
3669
|
|
|
@@ -3680,8 +3679,7 @@ label[for='container_wholeWord'] {
|
|
|
3680
3679
|
width: 149px;
|
|
3681
3680
|
}
|
|
3682
3681
|
|
|
3683
|
-
.e-bigger .e-de-char-fmt-btn-left > button
|
|
3684
|
-
.e-bigger .e-de-insert-del-cell button {
|
|
3682
|
+
.e-bigger .e-de-char-fmt-btn-left > button {
|
|
3685
3683
|
width: 37.25px;
|
|
3686
3684
|
}
|
|
3687
3685
|
|
|
@@ -4091,6 +4089,37 @@ label[for='container_wholeWord'] {
|
|
|
4091
4089
|
padding-right: 12px;
|
|
4092
4090
|
}
|
|
4093
4091
|
|
|
4092
|
+
.e-de-border-style-div {
|
|
4093
|
+
margin-left: 12px;
|
|
4094
|
+
}
|
|
4095
|
+
|
|
4096
|
+
.e-de-border-style-div.e-de-rtl {
|
|
4097
|
+
margin-left: 0;
|
|
4098
|
+
margin-right: 12px;
|
|
4099
|
+
}
|
|
4100
|
+
|
|
4101
|
+
.e-de-insert-del-cell {
|
|
4102
|
+
margin-left: 12px;
|
|
4103
|
+
}
|
|
4104
|
+
|
|
4105
|
+
.e-de-insert-del-cell.e-de-rtl {
|
|
4106
|
+
margin-left: 0;
|
|
4107
|
+
margin-right: 12px;
|
|
4108
|
+
}
|
|
4109
|
+
|
|
4110
|
+
.e-de-cell-margin {
|
|
4111
|
+
margin-left: 12px;
|
|
4112
|
+
}
|
|
4113
|
+
|
|
4114
|
+
.e-de-align-text {
|
|
4115
|
+
margin-left: 12px;
|
|
4116
|
+
}
|
|
4117
|
+
|
|
4118
|
+
.e-de-align-text.e-de-rtl {
|
|
4119
|
+
margin-left: 0;
|
|
4120
|
+
margin-right: 12px;
|
|
4121
|
+
}
|
|
4122
|
+
|
|
4094
4123
|
.e-de-border-size-button {
|
|
4095
4124
|
height: 28px;
|
|
4096
4125
|
margin-top: 14px;
|
|
@@ -4102,22 +4131,27 @@ label[for='container_wholeWord'] {
|
|
|
4102
4131
|
width: 100px;
|
|
4103
4132
|
}
|
|
4104
4133
|
|
|
4105
|
-
.e-de-cell-
|
|
4134
|
+
.e-de-cell-div {
|
|
4135
|
+
margin-left: 12px;
|
|
4136
|
+
}
|
|
4137
|
+
|
|
4138
|
+
.e-de-cell-div.e-de-rtl {
|
|
4139
|
+
margin-left: 0;
|
|
4106
4140
|
margin-right: 12px;
|
|
4107
4141
|
}
|
|
4108
4142
|
|
|
4109
|
-
.e-de-
|
|
4110
|
-
margin-
|
|
4111
|
-
margin-right: 0;
|
|
4143
|
+
.e-de-cell-text-box {
|
|
4144
|
+
margin-right: 12px;
|
|
4112
4145
|
}
|
|
4113
4146
|
|
|
4114
4147
|
.e-de-prop-fill-label {
|
|
4148
|
+
margin-left: 10.3px;
|
|
4115
4149
|
margin-right: 8px;
|
|
4116
4150
|
}
|
|
4117
4151
|
|
|
4118
4152
|
.e-de-prop-fill-label.e-de-rtl {
|
|
4119
4153
|
margin-left: 8px;
|
|
4120
|
-
margin-right:
|
|
4154
|
+
margin-right: 10.3px;
|
|
4121
4155
|
}
|
|
4122
4156
|
|
|
4123
4157
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -4151,18 +4185,35 @@ label[for='container_wholeWord'] {
|
|
|
4151
4185
|
}
|
|
4152
4186
|
|
|
4153
4187
|
.e-bigger .e-de-prop-fill-label {
|
|
4154
|
-
margin-left:
|
|
4188
|
+
margin-left: 14.5px;
|
|
4155
4189
|
margin-right: 9.8px;
|
|
4156
4190
|
}
|
|
4157
4191
|
|
|
4158
4192
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
4159
4193
|
margin-left: 9.8px;
|
|
4160
|
-
margin-right:
|
|
4194
|
+
margin-right: 14.5px;
|
|
4195
|
+
}
|
|
4196
|
+
|
|
4197
|
+
.e-bigger .e-de-cell-text-box {
|
|
4198
|
+
margin-right: 16px;
|
|
4161
4199
|
}
|
|
4162
4200
|
|
|
4163
|
-
.e-bigger .e-
|
|
4201
|
+
.e-bigger .e-de-cell-div {
|
|
4164
4202
|
margin-left: 16px;
|
|
4165
|
-
|
|
4203
|
+
}
|
|
4204
|
+
|
|
4205
|
+
.e-bigger .e-de-cell-div.e-de-rtl {
|
|
4206
|
+
margin-left: 0;
|
|
4207
|
+
margin-right: 16px;
|
|
4208
|
+
}
|
|
4209
|
+
|
|
4210
|
+
.e-bigger .e-de-border-style-div {
|
|
4211
|
+
margin-left: 16px;
|
|
4212
|
+
}
|
|
4213
|
+
|
|
4214
|
+
.e-bigger .e-de-border-style-div.e-de-rtl {
|
|
4215
|
+
margin-left: 0;
|
|
4216
|
+
margin-right: 16px;
|
|
4166
4217
|
}
|
|
4167
4218
|
|
|
4168
4219
|
.e-bigger .e-de-color-picker {
|
|
@@ -4176,6 +4227,33 @@ label[for='container_wholeWord'] {
|
|
|
4176
4227
|
width: 96px;
|
|
4177
4228
|
}
|
|
4178
4229
|
|
|
4230
|
+
.e-bigger .e-de-align-text {
|
|
4231
|
+
margin-left: 16px;
|
|
4232
|
+
}
|
|
4233
|
+
|
|
4234
|
+
.e-bigger .e-de-align-text.e-de-rtl {
|
|
4235
|
+
margin-left: 0;
|
|
4236
|
+
margin-right: 16px;
|
|
4237
|
+
}
|
|
4238
|
+
|
|
4239
|
+
.e-bigger .e-de-insert-del-cell {
|
|
4240
|
+
margin-left: 16px;
|
|
4241
|
+
}
|
|
4242
|
+
|
|
4243
|
+
.e-bigger .e-de-insert-del-cell.e-de-rtl {
|
|
4244
|
+
margin-left: 0;
|
|
4245
|
+
margin-right: 16px;
|
|
4246
|
+
}
|
|
4247
|
+
|
|
4248
|
+
.e-bigger .e-de-cell-margin {
|
|
4249
|
+
margin-left: 14px;
|
|
4250
|
+
}
|
|
4251
|
+
|
|
4252
|
+
.e-bigger .e-de-cell-margin.e-de-rtl {
|
|
4253
|
+
margin-left: 0;
|
|
4254
|
+
margin-right: 14px;
|
|
4255
|
+
}
|
|
4256
|
+
|
|
4179
4257
|
.e-bigger .e-de-stylediv {
|
|
4180
4258
|
padding-left: 16px;
|
|
4181
4259
|
}
|
|
@@ -4418,7 +4496,8 @@ label[for='container_wholeWord'] {
|
|
|
4418
4496
|
|
|
4419
4497
|
.e-bigger .e-de-property-div-padding {
|
|
4420
4498
|
border-bottom: 0.5px solid #e0e0e0;
|
|
4421
|
-
padding:
|
|
4499
|
+
padding-bottom: 14.5px;
|
|
4500
|
+
padding-top: 15.5px;
|
|
4422
4501
|
}
|
|
4423
4502
|
|
|
4424
4503
|
.e-bigger .e-de-font-clr-picker > div button,
|