@syncfusion/ej2-angular-documenteditor 20.2.50 → 20.3.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -8
- package/schematics/collection.json +15 -0
- package/schematics/generators/documenteditorcontainer-default/index.d.ts +3 -0
- package/schematics/generators/documenteditorcontainer-default/index.js +8 -0
- package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +5 -0
- package/schematics/generators/documenteditorcontainer-default/sample-details.js +7 -0
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
- package/schematics/generators/documenteditorcontainer-default/schema.d.ts +3 -0
- package/schematics/generators/documenteditorcontainer-default/schema.js +2 -0
- package/schematics/generators/documenteditorcontainer-default/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +18 -1
- package/styles/bootstrap.css +18 -1
- package/styles/bootstrap4.css +19 -2
- package/styles/bootstrap5-dark.css +19 -3
- package/styles/bootstrap5.css +19 -3
- package/styles/document-editor/_all.scss +1 -1
- package/styles/document-editor/_bootstrap-dark-definition.scss +5 -5
- package/styles/document-editor/_bootstrap-definition.scss +5 -5
- package/styles/document-editor/_bootstrap4-definition.scss +5 -5
- package/styles/document-editor/_bootstrap5-definition.scss +6 -5
- package/styles/document-editor/_fabric-dark-definition.scss +1 -1
- package/styles/document-editor/_fabric-definition.scss +5 -5
- package/styles/document-editor/_fluent-definition.scss +7 -5
- package/styles/document-editor/_fusionnew-definition.scss +6 -5
- package/styles/document-editor/_highcontrast-definition.scss +6 -6
- package/styles/document-editor/_highcontrast-light-definition.scss +29 -32
- package/styles/document-editor/_layout.scss +1 -2
- package/styles/document-editor/_material-dark-definition.scss +1 -0
- package/styles/document-editor/_material-definition.scss +0 -1
- package/styles/document-editor/_material3-definition.scss +6 -5
- package/styles/document-editor/_tailwind-definition.scss +5 -6
- package/styles/document-editor/_theme.scss +1 -5
- package/styles/document-editor/bootstrap-dark.css +5 -0
- package/styles/document-editor/bootstrap.css +5 -0
- package/styles/document-editor/bootstrap4.css +5 -0
- package/styles/document-editor/bootstrap5-dark.css +5 -0
- package/styles/document-editor/bootstrap5.css +5 -0
- package/styles/document-editor/fabric-dark.css +5 -0
- package/styles/document-editor/fabric.css +5 -0
- package/styles/document-editor/fluent-dark.css +5 -0
- package/styles/document-editor/fluent.css +5 -0
- package/styles/document-editor/highcontrast-light.css +18 -14
- package/styles/document-editor/highcontrast.css +5 -0
- package/styles/document-editor/icons/_bootstrap-dark.scss +1 -3
- package/styles/document-editor/icons/_bootstrap.scss +2 -4
- package/styles/document-editor/icons/_bootstrap4.scss +2 -2
- package/styles/document-editor/icons/_fabric-dark.scss +1 -2
- package/styles/document-editor/icons/_fabric.scss +1 -2
- package/styles/document-editor/icons/_highcontrast-light.scss +1 -1
- package/styles/document-editor/icons/_highcontrast.scss +2 -2
- package/styles/document-editor/icons/_material-dark.scss +2 -2
- package/styles/document-editor/icons/_material.scss +2 -2
- package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +3 -3
- package/styles/document-editor/material-dark.css +5 -0
- package/styles/document-editor/material.css +5 -0
- package/styles/document-editor/tailwind-dark.css +5 -0
- package/styles/document-editor/tailwind.css +5 -0
- package/styles/document-editor-container/_all.scss +1 -1
- package/styles/document-editor-container/_bootstrap-dark-definition.scss +6 -4
- package/styles/document-editor-container/_bootstrap-definition.scss +6 -4
- package/styles/document-editor-container/_bootstrap4-definition.scss +6 -4
- package/styles/document-editor-container/_bootstrap5-definition.scss +5 -4
- package/styles/document-editor-container/_definition.scss +3 -2
- package/styles/document-editor-container/_fabric-dark-definition.scss +6 -4
- package/styles/document-editor-container/_fabric-definition.scss +6 -4
- package/styles/document-editor-container/_fluent-definition.scss +5 -4
- package/styles/document-editor-container/_fusionnew-definition.scss +5 -4
- package/styles/document-editor-container/_highcontrast-definition.scss +6 -4
- package/styles/document-editor-container/_highcontrast-light-definition.scss +6 -4
- package/styles/document-editor-container/_layout.scss +3 -4
- package/styles/document-editor-container/_material-dark-definition.scss +6 -4
- package/styles/document-editor-container/_material-definition.scss +6 -4
- package/styles/document-editor-container/_material3-definition.scss +5 -4
- package/styles/document-editor-container/_tailwind-definition.scss +5 -4
- package/styles/document-editor-container/_theme.scss +7 -6
- package/styles/document-editor-container/bootstrap-dark.css +13 -1
- package/styles/document-editor-container/bootstrap.css +13 -1
- package/styles/document-editor-container/bootstrap4.css +14 -2
- package/styles/document-editor-container/bootstrap5-dark.css +14 -3
- package/styles/document-editor-container/bootstrap5.css +14 -3
- package/styles/document-editor-container/fabric-dark.css +13 -1
- package/styles/document-editor-container/fabric.css +13 -1
- package/styles/document-editor-container/fluent-dark.css +14 -3
- package/styles/document-editor-container/fluent.css +14 -3
- package/styles/document-editor-container/highcontrast-light.css +27 -15
- package/styles/document-editor-container/highcontrast.css +13 -1
- package/styles/document-editor-container/icons/_bootstrap-dark.scss +5 -0
- package/styles/document-editor-container/icons/_bootstrap.scss +5 -0
- package/styles/document-editor-container/icons/_bootstrap4.scss +6 -1
- package/styles/document-editor-container/icons/_bootstrap5.scss +5 -0
- package/styles/document-editor-container/icons/_fabric-dark.scss +6 -1
- package/styles/document-editor-container/icons/_fabric.scss +6 -1
- package/styles/document-editor-container/icons/_fluent.scss +5 -0
- package/styles/document-editor-container/icons/_fusionnew.scss +5 -0
- package/styles/document-editor-container/icons/_highcontrast-light.scss +6 -1
- package/styles/document-editor-container/icons/_highcontrast.scss +6 -1
- package/styles/document-editor-container/icons/_material-dark.scss +6 -2
- package/styles/document-editor-container/icons/_material.scss +6 -2
- package/styles/document-editor-container/icons/_material3.scss +5 -0
- package/styles/document-editor-container/icons/_tailwind-dark.scss +5 -0
- package/styles/document-editor-container/icons/_tailwind.scss +5 -0
- package/styles/document-editor-container/material-dark.css +13 -1
- package/styles/document-editor-container/material.css +13 -1
- package/styles/document-editor-container/tailwind-dark.css +14 -3
- package/styles/document-editor-container/tailwind.css +14 -3
- package/styles/fabric-dark.css +18 -1
- package/styles/fabric.css +18 -1
- package/styles/fluent-dark.css +19 -3
- package/styles/fluent.css +19 -3
- package/styles/highcontrast-light.css +31 -15
- package/styles/highcontrast.css +18 -1
- package/styles/material-dark.css +18 -1
- package/styles/material.css +18 -1
- package/styles/tailwind-dark.css +19 -3
- package/styles/tailwind.css +19 -3
|
@@ -308,63 +308,63 @@
|
|
|
308
308
|
content: "\e339";
|
|
309
309
|
font-family: "e-icons";
|
|
310
310
|
font-size: 16px;
|
|
311
|
-
font-weight:
|
|
311
|
+
font-weight: normal;
|
|
312
312
|
}
|
|
313
313
|
|
|
314
314
|
.e-de-italic::before {
|
|
315
315
|
content: "\e35a";
|
|
316
316
|
font-family: "e-icons";
|
|
317
317
|
font-size: 16px;
|
|
318
|
-
font-weight:
|
|
318
|
+
font-weight: normal;
|
|
319
319
|
}
|
|
320
320
|
|
|
321
321
|
.e-de-underline::before {
|
|
322
322
|
content: "\e343";
|
|
323
323
|
font-family: "e-icons";
|
|
324
324
|
font-size: 16px;
|
|
325
|
-
font-weight:
|
|
325
|
+
font-weight: normal;
|
|
326
326
|
}
|
|
327
327
|
|
|
328
328
|
.e-de-indent::before {
|
|
329
329
|
content: "\e35d";
|
|
330
330
|
font-family: "e-icons";
|
|
331
331
|
font-size: 16px;
|
|
332
|
-
font-weight:
|
|
332
|
+
font-weight: normal;
|
|
333
333
|
}
|
|
334
334
|
|
|
335
335
|
.e-de-outdent::before {
|
|
336
336
|
content: "\e33f";
|
|
337
337
|
font-family: "e-icons";
|
|
338
338
|
font-size: 16px;
|
|
339
|
-
font-weight:
|
|
339
|
+
font-weight: normal;
|
|
340
340
|
}
|
|
341
341
|
|
|
342
342
|
.e-de-align-left::before {
|
|
343
343
|
content: "\e33a";
|
|
344
344
|
font-family: "e-icons";
|
|
345
345
|
font-size: 16px;
|
|
346
|
-
font-weight:
|
|
346
|
+
font-weight: normal;
|
|
347
347
|
}
|
|
348
348
|
|
|
349
349
|
.e-de-align-center::before {
|
|
350
350
|
content: "\e35e";
|
|
351
351
|
font-family: "e-icons";
|
|
352
352
|
font-size: 16px;
|
|
353
|
-
font-weight:
|
|
353
|
+
font-weight: normal;
|
|
354
354
|
}
|
|
355
355
|
|
|
356
356
|
.e-de-align-right::before {
|
|
357
357
|
content: "\e34d";
|
|
358
358
|
font-family: "e-icons";
|
|
359
359
|
font-size: 16px;
|
|
360
|
-
font-weight:
|
|
360
|
+
font-weight: normal;
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
.e-de-justify::before {
|
|
364
364
|
content: "\e334";
|
|
365
365
|
font-family: "e-icons";
|
|
366
366
|
font-size: 16px;
|
|
367
|
-
font-weight:
|
|
367
|
+
font-weight: normal;
|
|
368
368
|
}
|
|
369
369
|
|
|
370
370
|
.e-de-single-spacing::before {
|
|
@@ -737,7 +737,7 @@
|
|
|
737
737
|
|
|
738
738
|
.e-de-hyperlink-dlg-title {
|
|
739
739
|
font-size: 12px;
|
|
740
|
-
font-weight:
|
|
740
|
+
font-weight: normal;
|
|
741
741
|
margin-bottom: 8px;
|
|
742
742
|
margin-top: 8px;
|
|
743
743
|
}
|
|
@@ -848,7 +848,7 @@ label[for=container_wholeWord] {
|
|
|
848
848
|
.e-de-cell-dia-label-common {
|
|
849
849
|
display: inline-block;
|
|
850
850
|
font-size: 12px;
|
|
851
|
-
font-weight:
|
|
851
|
+
font-weight: normal;
|
|
852
852
|
margin-bottom: 8px;
|
|
853
853
|
margin-top: 8px;
|
|
854
854
|
width: 150px;
|
|
@@ -1631,7 +1631,7 @@ label[for=container_wholeWord] {
|
|
|
1631
1631
|
.e-de-style-style-based-on,
|
|
1632
1632
|
.e-de-style-style-paragraph {
|
|
1633
1633
|
font-size: 13px;
|
|
1634
|
-
font-weight:
|
|
1634
|
+
font-weight: normal;
|
|
1635
1635
|
margin-bottom: 8px;
|
|
1636
1636
|
width: 180px;
|
|
1637
1637
|
}
|
|
@@ -1900,7 +1900,7 @@ label[for=container_wholeWord] {
|
|
|
1900
1900
|
}
|
|
1901
1901
|
|
|
1902
1902
|
.e-styles-dlgfields {
|
|
1903
|
-
font-weight:
|
|
1903
|
+
font-weight: normal;
|
|
1904
1904
|
margin-bottom: 6px;
|
|
1905
1905
|
}
|
|
1906
1906
|
|
|
@@ -1919,7 +1919,7 @@ label[for=container_wholeWord] {
|
|
|
1919
1919
|
}
|
|
1920
1920
|
|
|
1921
1921
|
.e-bookmark-dlgfields {
|
|
1922
|
-
font-weight:
|
|
1922
|
+
font-weight: normal;
|
|
1923
1923
|
margin-bottom: 0;
|
|
1924
1924
|
}
|
|
1925
1925
|
|
|
@@ -2612,6 +2612,10 @@ label[for=container_wholeWord] {
|
|
|
2612
2612
|
content: "\e68a";
|
|
2613
2613
|
}
|
|
2614
2614
|
|
|
2615
|
+
.e-bigger {
|
|
2616
|
+
/* stylelint-disable */
|
|
2617
|
+
/* stylelint-enable */
|
|
2618
|
+
}
|
|
2615
2619
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
2616
2620
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
2617
2621
|
font-size: 14px;
|
|
@@ -3133,6 +3137,11 @@ label[for=container_wholeWord] {
|
|
|
3133
3137
|
font-family: "e-icons";
|
|
3134
3138
|
}
|
|
3135
3139
|
|
|
3140
|
+
.e-de-e-paragraph-mark::before {
|
|
3141
|
+
content: "\e353";
|
|
3142
|
+
font-family: "e-icons";
|
|
3143
|
+
}
|
|
3144
|
+
|
|
3136
3145
|
.e-de-toolbar {
|
|
3137
3146
|
height: 100%;
|
|
3138
3147
|
}
|
|
@@ -3177,13 +3186,14 @@ label[for=container_wholeWord] {
|
|
|
3177
3186
|
|
|
3178
3187
|
.e-de-ctnr-hglt-no-color {
|
|
3179
3188
|
font-size: 12px;
|
|
3180
|
-
font-weight:
|
|
3189
|
+
font-weight: normal;
|
|
3181
3190
|
left: 40px;
|
|
3182
3191
|
padding-top: 11px;
|
|
3183
3192
|
position: absolute;
|
|
3184
3193
|
top: 100px;
|
|
3185
3194
|
}
|
|
3186
3195
|
|
|
3196
|
+
/* stylelint-disable */
|
|
3187
3197
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
3188
3198
|
width: 0;
|
|
3189
3199
|
}
|
|
@@ -3193,6 +3203,8 @@ label[for=container_wholeWord] {
|
|
|
3193
3203
|
scrollbar-width: none;
|
|
3194
3204
|
}
|
|
3195
3205
|
|
|
3206
|
+
/* stylelint-enable */
|
|
3207
|
+
/* stylelint-disable */
|
|
3196
3208
|
.e-de-toolbar {
|
|
3197
3209
|
height: 100%;
|
|
3198
3210
|
}
|
|
@@ -3350,11 +3362,13 @@ label[for=container_wholeWord] {
|
|
|
3350
3362
|
}
|
|
3351
3363
|
|
|
3352
3364
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
3365
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
3353
3366
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
3354
3367
|
margin-right: 12px;
|
|
3355
3368
|
}
|
|
3356
3369
|
|
|
3357
3370
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
3371
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
3358
3372
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
3359
3373
|
margin-left: 12px;
|
|
3360
3374
|
margin-right: 0;
|
|
@@ -4166,10 +4180,12 @@ label[for=container_wholeWord] {
|
|
|
4166
4180
|
margin-bottom: 16px;
|
|
4167
4181
|
}
|
|
4168
4182
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
4183
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
4169
4184
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
4170
4185
|
margin-right: 16px;
|
|
4171
4186
|
}
|
|
4172
4187
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
4188
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
4173
4189
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
4174
4190
|
margin-left: 16px;
|
|
4175
4191
|
margin-right: 0;
|
package/styles/highcontrast.css
CHANGED
|
@@ -747,6 +747,7 @@
|
|
|
747
747
|
left: 14px;
|
|
748
748
|
}
|
|
749
749
|
|
|
750
|
+
/* stylelint-disable */
|
|
750
751
|
.e-de-background {
|
|
751
752
|
background-color: #000;
|
|
752
753
|
}
|
|
@@ -3620,6 +3621,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3620
3621
|
right: 10px;
|
|
3621
3622
|
}
|
|
3622
3623
|
|
|
3624
|
+
.e-bigger {
|
|
3625
|
+
/* stylelint-disable */
|
|
3626
|
+
/* stylelint-enable */
|
|
3627
|
+
}
|
|
3623
3628
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3624
3629
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3625
3630
|
font-size: 14px;
|
|
@@ -4141,6 +4146,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4141
4146
|
font-family: "e-icons";
|
|
4142
4147
|
}
|
|
4143
4148
|
|
|
4149
|
+
.e-de-e-paragraph-mark::before {
|
|
4150
|
+
content: "\e353";
|
|
4151
|
+
font-family: "e-icons";
|
|
4152
|
+
}
|
|
4153
|
+
|
|
4144
4154
|
.e-de-toolbar {
|
|
4145
4155
|
height: 100%;
|
|
4146
4156
|
}
|
|
@@ -4185,13 +4195,14 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4185
4195
|
|
|
4186
4196
|
.e-de-ctnr-hglt-no-color {
|
|
4187
4197
|
font-size: 12px;
|
|
4188
|
-
font-weight:
|
|
4198
|
+
font-weight: normal;
|
|
4189
4199
|
left: 40px;
|
|
4190
4200
|
padding-top: 11px;
|
|
4191
4201
|
position: absolute;
|
|
4192
4202
|
top: 100px;
|
|
4193
4203
|
}
|
|
4194
4204
|
|
|
4205
|
+
/* stylelint-disable */
|
|
4195
4206
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4196
4207
|
width: 0;
|
|
4197
4208
|
}
|
|
@@ -4201,6 +4212,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4201
4212
|
scrollbar-width: none;
|
|
4202
4213
|
}
|
|
4203
4214
|
|
|
4215
|
+
/* stylelint-enable */
|
|
4216
|
+
/* stylelint-disable */
|
|
4204
4217
|
.e-de-toolbar {
|
|
4205
4218
|
height: 100%;
|
|
4206
4219
|
}
|
|
@@ -4358,11 +4371,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4358
4371
|
}
|
|
4359
4372
|
|
|
4360
4373
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
4374
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
4361
4375
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
4362
4376
|
margin-right: 12px;
|
|
4363
4377
|
}
|
|
4364
4378
|
|
|
4365
4379
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
4380
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
4366
4381
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
4367
4382
|
margin-left: 12px;
|
|
4368
4383
|
margin-right: 0;
|
|
@@ -5183,10 +5198,12 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5183
5198
|
margin-bottom: 16px;
|
|
5184
5199
|
}
|
|
5185
5200
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5201
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
5186
5202
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5187
5203
|
margin-right: 16px;
|
|
5188
5204
|
}
|
|
5189
5205
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
5206
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
5190
5207
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
5191
5208
|
margin-left: 16px;
|
|
5192
5209
|
margin-right: 0;
|
package/styles/material-dark.css
CHANGED
|
@@ -742,6 +742,7 @@
|
|
|
742
742
|
left: 14px;
|
|
743
743
|
}
|
|
744
744
|
|
|
745
|
+
/* stylelint-disable */
|
|
745
746
|
.e-de-background {
|
|
746
747
|
background-color: #212121;
|
|
747
748
|
}
|
|
@@ -3615,6 +3616,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3615
3616
|
right: 10px;
|
|
3616
3617
|
}
|
|
3617
3618
|
|
|
3619
|
+
.e-bigger {
|
|
3620
|
+
/* stylelint-disable */
|
|
3621
|
+
/* stylelint-enable */
|
|
3622
|
+
}
|
|
3618
3623
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3619
3624
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3620
3625
|
font-size: 14px;
|
|
@@ -4138,6 +4143,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4138
4143
|
font-family: "e-icons";
|
|
4139
4144
|
}
|
|
4140
4145
|
|
|
4146
|
+
.e-de-e-paragraph-mark::before {
|
|
4147
|
+
content: "\e353";
|
|
4148
|
+
font-family: "e-icons";
|
|
4149
|
+
}
|
|
4150
|
+
|
|
4141
4151
|
.e-de-toolbar {
|
|
4142
4152
|
height: 100%;
|
|
4143
4153
|
}
|
|
@@ -4182,13 +4192,14 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4182
4192
|
|
|
4183
4193
|
.e-de-ctnr-hglt-no-color {
|
|
4184
4194
|
font-size: 12px;
|
|
4185
|
-
font-weight:
|
|
4195
|
+
font-weight: normal;
|
|
4186
4196
|
left: 40px;
|
|
4187
4197
|
padding-top: 11px;
|
|
4188
4198
|
position: absolute;
|
|
4189
4199
|
top: 100px;
|
|
4190
4200
|
}
|
|
4191
4201
|
|
|
4202
|
+
/* stylelint-disable */
|
|
4192
4203
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4193
4204
|
width: 0;
|
|
4194
4205
|
}
|
|
@@ -4198,6 +4209,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4198
4209
|
scrollbar-width: none;
|
|
4199
4210
|
}
|
|
4200
4211
|
|
|
4212
|
+
/* stylelint-enable */
|
|
4213
|
+
/* stylelint-disable */
|
|
4201
4214
|
.e-de-toolbar {
|
|
4202
4215
|
height: 100%;
|
|
4203
4216
|
}
|
|
@@ -4355,11 +4368,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4355
4368
|
}
|
|
4356
4369
|
|
|
4357
4370
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
4371
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
4358
4372
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
4359
4373
|
margin-right: 12px;
|
|
4360
4374
|
}
|
|
4361
4375
|
|
|
4362
4376
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
4377
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
4363
4378
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
4364
4379
|
margin-left: 12px;
|
|
4365
4380
|
margin-right: 0;
|
|
@@ -5171,10 +5186,12 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5171
5186
|
margin-bottom: 16px;
|
|
5172
5187
|
}
|
|
5173
5188
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5189
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
5174
5190
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5175
5191
|
margin-right: 12px;
|
|
5176
5192
|
}
|
|
5177
5193
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
5194
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
5178
5195
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
5179
5196
|
margin-left: 12px;
|
|
5180
5197
|
margin-right: 0;
|
package/styles/material.css
CHANGED
|
@@ -742,6 +742,7 @@
|
|
|
742
742
|
left: 14px;
|
|
743
743
|
}
|
|
744
744
|
|
|
745
|
+
/* stylelint-disable */
|
|
745
746
|
.e-de-background {
|
|
746
747
|
background-color: #fff;
|
|
747
748
|
}
|
|
@@ -3615,6 +3616,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3615
3616
|
right: 10px;
|
|
3616
3617
|
}
|
|
3617
3618
|
|
|
3619
|
+
.e-bigger {
|
|
3620
|
+
/* stylelint-disable */
|
|
3621
|
+
/* stylelint-enable */
|
|
3622
|
+
}
|
|
3618
3623
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3619
3624
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3620
3625
|
font-size: 14px;
|
|
@@ -4138,6 +4143,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4138
4143
|
font-family: "e-icons";
|
|
4139
4144
|
}
|
|
4140
4145
|
|
|
4146
|
+
.e-de-e-paragraph-mark::before {
|
|
4147
|
+
content: "\e353";
|
|
4148
|
+
font-family: "e-icons";
|
|
4149
|
+
}
|
|
4150
|
+
|
|
4141
4151
|
.e-de-toolbar {
|
|
4142
4152
|
height: 100%;
|
|
4143
4153
|
}
|
|
@@ -4182,13 +4192,14 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4182
4192
|
|
|
4183
4193
|
.e-de-ctnr-hglt-no-color {
|
|
4184
4194
|
font-size: 12px;
|
|
4185
|
-
font-weight:
|
|
4195
|
+
font-weight: normal;
|
|
4186
4196
|
left: 40px;
|
|
4187
4197
|
padding-top: 11px;
|
|
4188
4198
|
position: absolute;
|
|
4189
4199
|
top: 100px;
|
|
4190
4200
|
}
|
|
4191
4201
|
|
|
4202
|
+
/* stylelint-disable */
|
|
4192
4203
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4193
4204
|
width: 0;
|
|
4194
4205
|
}
|
|
@@ -4198,6 +4209,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4198
4209
|
scrollbar-width: none;
|
|
4199
4210
|
}
|
|
4200
4211
|
|
|
4212
|
+
/* stylelint-enable */
|
|
4213
|
+
/* stylelint-disable */
|
|
4201
4214
|
.e-de-toolbar {
|
|
4202
4215
|
height: 100%;
|
|
4203
4216
|
}
|
|
@@ -4360,11 +4373,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4360
4373
|
}
|
|
4361
4374
|
|
|
4362
4375
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
4376
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
4363
4377
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
4364
4378
|
margin-right: 12px;
|
|
4365
4379
|
}
|
|
4366
4380
|
|
|
4367
4381
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
4382
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
4368
4383
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
4369
4384
|
margin-left: 12px;
|
|
4370
4385
|
margin-right: 0;
|
|
@@ -5180,10 +5195,12 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5180
5195
|
margin-bottom: 16px;
|
|
5181
5196
|
}
|
|
5182
5197
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5198
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
5183
5199
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5184
5200
|
margin-right: 12px;
|
|
5185
5201
|
}
|
|
5186
5202
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
5203
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
5187
5204
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
5188
5205
|
margin-left: 12px;
|
|
5189
5206
|
margin-right: 0;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
3
2
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
4
3
|
.e-documenteditor .e-close::before {
|
|
@@ -785,6 +784,7 @@
|
|
|
785
784
|
left: 14px;
|
|
786
785
|
}
|
|
787
786
|
|
|
787
|
+
/* stylelint-disable */
|
|
788
788
|
.e-de-background {
|
|
789
789
|
background-color: #4b5563;
|
|
790
790
|
}
|
|
@@ -3928,6 +3928,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3928
3928
|
right: 19px;
|
|
3929
3929
|
}
|
|
3930
3930
|
|
|
3931
|
+
.e-bigger {
|
|
3932
|
+
/* stylelint-disable */
|
|
3933
|
+
/* stylelint-enable */
|
|
3934
|
+
}
|
|
3931
3935
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3932
3936
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3933
3937
|
font-size: 14px;
|
|
@@ -4477,6 +4481,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4477
4481
|
font-family: "e-icons";
|
|
4478
4482
|
}
|
|
4479
4483
|
|
|
4484
|
+
.e-de-e-paragraph-mark::before {
|
|
4485
|
+
content: "\e844";
|
|
4486
|
+
font-family: "e-icons";
|
|
4487
|
+
}
|
|
4488
|
+
|
|
4480
4489
|
.e-de-toolbar {
|
|
4481
4490
|
height: 100%;
|
|
4482
4491
|
}
|
|
@@ -4521,13 +4530,14 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4521
4530
|
|
|
4522
4531
|
.e-de-ctnr-hglt-no-color {
|
|
4523
4532
|
font-size: 12px;
|
|
4524
|
-
font-weight:
|
|
4533
|
+
font-weight: normal;
|
|
4525
4534
|
left: 40px;
|
|
4526
4535
|
padding-top: 11px;
|
|
4527
4536
|
position: absolute;
|
|
4528
4537
|
top: 100px;
|
|
4529
4538
|
}
|
|
4530
4539
|
|
|
4540
|
+
/* stylelint-disable */
|
|
4531
4541
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4532
4542
|
width: 0;
|
|
4533
4543
|
}
|
|
@@ -4537,6 +4547,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4537
4547
|
scrollbar-width: none;
|
|
4538
4548
|
}
|
|
4539
4549
|
|
|
4550
|
+
/* stylelint-enable */
|
|
4551
|
+
/* stylelint-disable */
|
|
4540
4552
|
.e-de-toolbar {
|
|
4541
4553
|
height: 100%;
|
|
4542
4554
|
}
|
|
@@ -4637,7 +4649,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4637
4649
|
}
|
|
4638
4650
|
.e-bigger .e-de-ctn-title button {
|
|
4639
4651
|
font-size: 16px !important;
|
|
4640
|
-
height: auto
|
|
4652
|
+
height: auto !important;
|
|
4641
4653
|
}
|
|
4642
4654
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
4643
4655
|
font-size: 18px !important;
|
|
@@ -4763,11 +4775,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4763
4775
|
}
|
|
4764
4776
|
|
|
4765
4777
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
4778
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
4766
4779
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
4767
4780
|
margin-right: 10px;
|
|
4768
4781
|
}
|
|
4769
4782
|
|
|
4770
4783
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
4784
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
4771
4785
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
4772
4786
|
margin-left: 10px;
|
|
4773
4787
|
margin-right: 0;
|
|
@@ -5599,10 +5613,12 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5599
5613
|
margin-right: 0;
|
|
5600
5614
|
}
|
|
5601
5615
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5616
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
5602
5617
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5603
5618
|
margin-right: 16px;
|
|
5604
5619
|
}
|
|
5605
5620
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
5621
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
5606
5622
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
5607
5623
|
margin-left: 16px;
|
|
5608
5624
|
margin-right: 0;
|
package/styles/tailwind.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
3
2
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
4
3
|
.e-documenteditor .e-close::before {
|
|
@@ -785,6 +784,7 @@
|
|
|
785
784
|
left: 14px;
|
|
786
785
|
}
|
|
787
786
|
|
|
787
|
+
/* stylelint-disable */
|
|
788
788
|
.e-de-background {
|
|
789
789
|
background-color: #e5e7eb;
|
|
790
790
|
}
|
|
@@ -3928,6 +3928,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3928
3928
|
right: 19px;
|
|
3929
3929
|
}
|
|
3930
3930
|
|
|
3931
|
+
.e-bigger {
|
|
3932
|
+
/* stylelint-disable */
|
|
3933
|
+
/* stylelint-enable */
|
|
3934
|
+
}
|
|
3931
3935
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3932
3936
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3933
3937
|
font-size: 14px;
|
|
@@ -4477,6 +4481,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4477
4481
|
font-family: "e-icons";
|
|
4478
4482
|
}
|
|
4479
4483
|
|
|
4484
|
+
.e-de-e-paragraph-mark::before {
|
|
4485
|
+
content: "\e844";
|
|
4486
|
+
font-family: "e-icons";
|
|
4487
|
+
}
|
|
4488
|
+
|
|
4480
4489
|
.e-de-toolbar {
|
|
4481
4490
|
height: 100%;
|
|
4482
4491
|
}
|
|
@@ -4521,13 +4530,14 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4521
4530
|
|
|
4522
4531
|
.e-de-ctnr-hglt-no-color {
|
|
4523
4532
|
font-size: 12px;
|
|
4524
|
-
font-weight:
|
|
4533
|
+
font-weight: normal;
|
|
4525
4534
|
left: 40px;
|
|
4526
4535
|
padding-top: 11px;
|
|
4527
4536
|
position: absolute;
|
|
4528
4537
|
top: 100px;
|
|
4529
4538
|
}
|
|
4530
4539
|
|
|
4540
|
+
/* stylelint-disable */
|
|
4531
4541
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4532
4542
|
width: 0;
|
|
4533
4543
|
}
|
|
@@ -4537,6 +4547,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4537
4547
|
scrollbar-width: none;
|
|
4538
4548
|
}
|
|
4539
4549
|
|
|
4550
|
+
/* stylelint-enable */
|
|
4551
|
+
/* stylelint-disable */
|
|
4540
4552
|
.e-de-toolbar {
|
|
4541
4553
|
height: 100%;
|
|
4542
4554
|
}
|
|
@@ -4637,7 +4649,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4637
4649
|
}
|
|
4638
4650
|
.e-bigger .e-de-ctn-title button {
|
|
4639
4651
|
font-size: 16px !important;
|
|
4640
|
-
height: auto
|
|
4652
|
+
height: auto !important;
|
|
4641
4653
|
}
|
|
4642
4654
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
4643
4655
|
font-size: 18px !important;
|
|
@@ -4763,11 +4775,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4763
4775
|
}
|
|
4764
4776
|
|
|
4765
4777
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
4778
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
4766
4779
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
4767
4780
|
margin-right: 10px;
|
|
4768
4781
|
}
|
|
4769
4782
|
|
|
4770
4783
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
4784
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
4771
4785
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
4772
4786
|
margin-left: 10px;
|
|
4773
4787
|
margin-right: 0;
|
|
@@ -5599,10 +5613,12 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5599
5613
|
margin-right: 0;
|
|
5600
5614
|
}
|
|
5601
5615
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5616
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
5602
5617
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5603
5618
|
margin-right: 16px;
|
|
5604
5619
|
}
|
|
5605
5620
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
5621
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
5606
5622
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
5607
5623
|
margin-left: 16px;
|
|
5608
5624
|
margin-right: 0;
|