@syncfusion/ej2-angular-documenteditor 20.4.38 → 20.4.40
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/esm2020/src/document-editor/documenteditor-all.module.mjs +7 -4
- package/esm2020/src/document-editor/documenteditor.component.mjs +10 -3
- package/esm2020/src/index.mjs +2 -2
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +16 -6
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +16 -6
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/document-editor/documenteditor-all.module.d.ts +1 -0
- package/src/document-editor/documenteditor.component.d.ts +1 -1
- package/src/index.d.ts +1 -1
- package/styles/bootstrap-dark.css +126 -0
- package/styles/bootstrap.css +126 -0
- package/styles/bootstrap4.css +126 -0
- package/styles/bootstrap5-dark.css +126 -0
- package/styles/bootstrap5.css +126 -0
- package/styles/document-editor/_bootstrap-dark-definition.scss +3 -0
- package/styles/document-editor/_bootstrap-definition.scss +3 -0
- package/styles/document-editor/_bootstrap4-definition.scss +3 -0
- package/styles/document-editor/_bootstrap5-definition.scss +3 -0
- package/styles/document-editor/_fabric-dark-definition.scss +3 -0
- package/styles/document-editor/_fabric-definition.scss +3 -0
- package/styles/document-editor/_fluent-definition.scss +3 -0
- package/styles/document-editor/_fusionnew-definition.scss +3 -0
- package/styles/document-editor/_highcontrast-definition.scss +3 -0
- package/styles/document-editor/_highcontrast-light-definition.scss +3 -0
- package/styles/document-editor/_material-dark-definition.scss +3 -0
- package/styles/document-editor/_material-definition.scss +3 -0
- package/styles/document-editor/_material3-definition.scss +3 -0
- package/styles/document-editor/_tailwind-definition.scss +3 -0
- package/styles/document-editor/_theme.scss +13 -0
- package/styles/document-editor/bootstrap-dark.css +61 -0
- package/styles/document-editor/bootstrap.css +61 -0
- package/styles/document-editor/bootstrap4.css +61 -0
- package/styles/document-editor/bootstrap5-dark.css +61 -0
- package/styles/document-editor/bootstrap5.css +61 -0
- package/styles/document-editor/fabric-dark.css +61 -0
- package/styles/document-editor/fabric.css +61 -0
- package/styles/document-editor/fluent-dark.css +61 -0
- package/styles/document-editor/fluent.css +61 -0
- package/styles/document-editor/highcontrast-light.css +47 -0
- package/styles/document-editor/highcontrast.css +61 -0
- package/styles/document-editor/icons/_bootstrap-dark.scss +47 -0
- package/styles/document-editor/icons/_bootstrap.scss +47 -0
- package/styles/document-editor/icons/_bootstrap4.scss +47 -0
- package/styles/document-editor/icons/_bootstrap5.scss +47 -0
- package/styles/document-editor/icons/_fabric-dark.scss +47 -0
- package/styles/document-editor/icons/_fabric.scss +47 -0
- package/styles/document-editor/icons/_fluent.scss +47 -0
- package/styles/document-editor/icons/_fusionnew.scss +47 -0
- package/styles/document-editor/icons/_highcontrast-light.scss +47 -0
- package/styles/document-editor/icons/_highcontrast.scss +47 -0
- package/styles/document-editor/icons/_material-dark.scss +47 -0
- package/styles/document-editor/icons/_material.scss +47 -0
- package/styles/document-editor/icons/_material3.scss +47 -0
- package/styles/document-editor/icons/_tailwind-dark.scss +47 -0
- package/styles/document-editor/icons/_tailwind.scss +47 -0
- package/styles/document-editor/material-dark.css +61 -0
- package/styles/document-editor/material.css +61 -0
- package/styles/document-editor/tailwind-dark.css +61 -0
- package/styles/document-editor/tailwind.css +61 -0
- package/styles/document-editor-container/bootstrap-dark.css +65 -0
- package/styles/document-editor-container/bootstrap.css +65 -0
- package/styles/document-editor-container/bootstrap4.css +65 -0
- package/styles/document-editor-container/bootstrap5-dark.css +65 -0
- package/styles/document-editor-container/bootstrap5.css +65 -0
- package/styles/document-editor-container/fabric-dark.css +66 -0
- package/styles/document-editor-container/fabric.css +66 -0
- package/styles/document-editor-container/fluent-dark.css +65 -0
- package/styles/document-editor-container/fluent.css +65 -0
- package/styles/document-editor-container/highcontrast-light.css +65 -0
- package/styles/document-editor-container/highcontrast.css +65 -0
- package/styles/document-editor-container/icons/_bootstrap-dark.scss +65 -0
- package/styles/document-editor-container/icons/_bootstrap.scss +65 -0
- package/styles/document-editor-container/icons/_bootstrap4.scss +65 -0
- package/styles/document-editor-container/icons/_bootstrap5.scss +66 -0
- package/styles/document-editor-container/icons/_fabric-dark.scss +66 -0
- package/styles/document-editor-container/icons/_fabric.scss +65 -0
- package/styles/document-editor-container/icons/_fluent.scss +65 -0
- package/styles/document-editor-container/icons/_fusionnew.scss +65 -0
- package/styles/document-editor-container/icons/_highcontrast-light.scss +65 -0
- package/styles/document-editor-container/icons/_highcontrast.scss +65 -0
- package/styles/document-editor-container/icons/_material-dark.scss +65 -0
- package/styles/document-editor-container/icons/_material.scss +65 -0
- package/styles/document-editor-container/icons/_material3.scss +65 -0
- package/styles/document-editor-container/icons/_tailwind-dark.scss +65 -0
- package/styles/document-editor-container/icons/_tailwind.scss +65 -0
- package/styles/document-editor-container/material-dark.css +65 -0
- package/styles/document-editor-container/material.css +65 -0
- package/styles/document-editor-container/tailwind-dark.css +65 -0
- package/styles/document-editor-container/tailwind.css +65 -0
- package/styles/fabric-dark.css +127 -0
- package/styles/fabric.css +127 -0
- package/styles/fluent-dark.css +126 -0
- package/styles/fluent.css +126 -0
- package/styles/highcontrast-light.css +112 -0
- package/styles/highcontrast.css +126 -0
- package/styles/material-dark.css +126 -0
- package/styles/material.css +126 -0
- package/styles/tailwind-dark.css +126 -0
- package/styles/tailwind.css +126 -0
package/styles/fluent-dark.css
CHANGED
|
@@ -341,6 +341,45 @@
|
|
|
341
341
|
top: 2px;
|
|
342
342
|
}
|
|
343
343
|
|
|
344
|
+
.e-de-columns-presets-genral {
|
|
345
|
+
height: 62px;
|
|
346
|
+
width: 62px;
|
|
347
|
+
margin-right: 33px;
|
|
348
|
+
margin-bottom: 12px;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.e-de-columns-padding-alignment {
|
|
352
|
+
padding-top: 24px;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.e-de-column-dlg-preview-div {
|
|
356
|
+
border: 1px solid #a19f9d;
|
|
357
|
+
height: 120px;
|
|
358
|
+
width: 120px;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.e-de-padding-col-prev {
|
|
362
|
+
padding-left: 15px;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
.e-width-space-div {
|
|
366
|
+
width: 320px;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.e-de-columns-presets-genral.e-de-rtl {
|
|
370
|
+
margin-left: 33px;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.e-de-padding-col-prev.e-de-rtl {
|
|
374
|
+
padding-right: 15px;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.e-de-column-dlg-preview-div.e-de-rtl {
|
|
378
|
+
border: 1px solid #a19f9d;
|
|
379
|
+
height: 120px;
|
|
380
|
+
width: 120px;
|
|
381
|
+
}
|
|
382
|
+
|
|
344
383
|
.e-menu-item .e-de-cmt-add::before {
|
|
345
384
|
content: "\e82c";
|
|
346
385
|
}
|
|
@@ -604,6 +643,14 @@
|
|
|
604
643
|
content: "\e882";
|
|
605
644
|
}
|
|
606
645
|
|
|
646
|
+
.e-de-preset-container {
|
|
647
|
+
width: 95px;
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
.e-de-preset-container.e-de-rtl {
|
|
651
|
+
width: 85px;
|
|
652
|
+
}
|
|
653
|
+
|
|
607
654
|
.e-de-dlg-container {
|
|
608
655
|
padding-bottom: 16px;
|
|
609
656
|
}
|
|
@@ -785,6 +832,20 @@
|
|
|
785
832
|
background-color: #323130;
|
|
786
833
|
}
|
|
787
834
|
|
|
835
|
+
.e-de-column-label {
|
|
836
|
+
font-size: 12px;
|
|
837
|
+
font-weight: 600;
|
|
838
|
+
padding-left: 20px;
|
|
839
|
+
padding-right: 20px;
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
.e-de-column-label.e-de-rtl {
|
|
843
|
+
font-size: 12px;
|
|
844
|
+
font-weight: 600;
|
|
845
|
+
padding-left: 50px;
|
|
846
|
+
padding-right: 50px;
|
|
847
|
+
}
|
|
848
|
+
|
|
788
849
|
.e-de-ff-sub-header {
|
|
789
850
|
display: block;
|
|
790
851
|
font-size: 12px;
|
|
@@ -4210,6 +4271,71 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4210
4271
|
font-family: "e-icons";
|
|
4211
4272
|
}
|
|
4212
4273
|
|
|
4274
|
+
.e-de-ctnr-columns::before {
|
|
4275
|
+
content: "\e8b4";
|
|
4276
|
+
font-family: "e-icons";
|
|
4277
|
+
}
|
|
4278
|
+
|
|
4279
|
+
.e-de-ctnr-page-size::before {
|
|
4280
|
+
content: "\e89a";
|
|
4281
|
+
font-family: "e-icons";
|
|
4282
|
+
}
|
|
4283
|
+
|
|
4284
|
+
.e-de-ctnr-page-break-column::before {
|
|
4285
|
+
content: "\e8b6";
|
|
4286
|
+
font-family: "e-icons";
|
|
4287
|
+
}
|
|
4288
|
+
|
|
4289
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
4290
|
+
content: "\e89d";
|
|
4291
|
+
font-family: "e-icons";
|
|
4292
|
+
}
|
|
4293
|
+
|
|
4294
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
4295
|
+
content: "\e8b5";
|
|
4296
|
+
font-family: "e-icons";
|
|
4297
|
+
}
|
|
4298
|
+
|
|
4299
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
4300
|
+
content: "\e8b2";
|
|
4301
|
+
font-family: "e-icons";
|
|
4302
|
+
}
|
|
4303
|
+
|
|
4304
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
4305
|
+
content: "\e8b3";
|
|
4306
|
+
font-family: "e-icons";
|
|
4307
|
+
}
|
|
4308
|
+
|
|
4309
|
+
.e-de-ctnr-columns-one::before {
|
|
4310
|
+
content: "\e8b9";
|
|
4311
|
+
font-family: "e-icons";
|
|
4312
|
+
font-size: 60px;
|
|
4313
|
+
}
|
|
4314
|
+
|
|
4315
|
+
.e-de-ctnr-columns-two::before {
|
|
4316
|
+
content: "\e8ba";
|
|
4317
|
+
font-family: "e-icons";
|
|
4318
|
+
font-size: 60px;
|
|
4319
|
+
}
|
|
4320
|
+
|
|
4321
|
+
.e-de-ctnr-columns-three::before {
|
|
4322
|
+
content: "\e8bb";
|
|
4323
|
+
font-family: "e-icons";
|
|
4324
|
+
font-size: 60px;
|
|
4325
|
+
}
|
|
4326
|
+
|
|
4327
|
+
.e-de-ctnr-columns-right::before {
|
|
4328
|
+
content: "\e8b7";
|
|
4329
|
+
font-family: "e-icons";
|
|
4330
|
+
font-size: 60px;
|
|
4331
|
+
}
|
|
4332
|
+
|
|
4333
|
+
.e-de-ctnr-columns-left::before {
|
|
4334
|
+
content: "\e8b8";
|
|
4335
|
+
font-family: "e-icons";
|
|
4336
|
+
font-size: 60px;
|
|
4337
|
+
}
|
|
4338
|
+
|
|
4213
4339
|
.e-de-toolbar {
|
|
4214
4340
|
height: 100%;
|
|
4215
4341
|
}
|
package/styles/fluent.css
CHANGED
|
@@ -341,6 +341,45 @@
|
|
|
341
341
|
top: 2px;
|
|
342
342
|
}
|
|
343
343
|
|
|
344
|
+
.e-de-columns-presets-genral {
|
|
345
|
+
height: 62px;
|
|
346
|
+
width: 62px;
|
|
347
|
+
margin-right: 33px;
|
|
348
|
+
margin-bottom: 12px;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.e-de-columns-padding-alignment {
|
|
352
|
+
padding-top: 24px;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.e-de-column-dlg-preview-div {
|
|
356
|
+
border: 1px solid #605e5c;
|
|
357
|
+
height: 120px;
|
|
358
|
+
width: 120px;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.e-de-padding-col-prev {
|
|
362
|
+
padding-left: 15px;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
.e-width-space-div {
|
|
366
|
+
width: 320px;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.e-de-columns-presets-genral.e-de-rtl {
|
|
370
|
+
margin-left: 33px;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.e-de-padding-col-prev.e-de-rtl {
|
|
374
|
+
padding-right: 15px;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.e-de-column-dlg-preview-div.e-de-rtl {
|
|
378
|
+
border: 1px solid #605e5c;
|
|
379
|
+
height: 120px;
|
|
380
|
+
width: 120px;
|
|
381
|
+
}
|
|
382
|
+
|
|
344
383
|
.e-menu-item .e-de-cmt-add::before {
|
|
345
384
|
content: "\e82c";
|
|
346
385
|
}
|
|
@@ -604,6 +643,14 @@
|
|
|
604
643
|
content: "\e882";
|
|
605
644
|
}
|
|
606
645
|
|
|
646
|
+
.e-de-preset-container {
|
|
647
|
+
width: 95px;
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
.e-de-preset-container.e-de-rtl {
|
|
651
|
+
width: 85px;
|
|
652
|
+
}
|
|
653
|
+
|
|
607
654
|
.e-de-dlg-container {
|
|
608
655
|
padding-bottom: 16px;
|
|
609
656
|
}
|
|
@@ -785,6 +832,20 @@
|
|
|
785
832
|
background-color: #e1dfdd;
|
|
786
833
|
}
|
|
787
834
|
|
|
835
|
+
.e-de-column-label {
|
|
836
|
+
font-size: 12px;
|
|
837
|
+
font-weight: 600;
|
|
838
|
+
padding-left: 20px;
|
|
839
|
+
padding-right: 20px;
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
.e-de-column-label.e-de-rtl {
|
|
843
|
+
font-size: 12px;
|
|
844
|
+
font-weight: 600;
|
|
845
|
+
padding-left: 50px;
|
|
846
|
+
padding-right: 50px;
|
|
847
|
+
}
|
|
848
|
+
|
|
788
849
|
.e-de-ff-sub-header {
|
|
789
850
|
display: block;
|
|
790
851
|
font-size: 12px;
|
|
@@ -4210,6 +4271,71 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4210
4271
|
font-family: "e-icons";
|
|
4211
4272
|
}
|
|
4212
4273
|
|
|
4274
|
+
.e-de-ctnr-columns::before {
|
|
4275
|
+
content: "\e8b4";
|
|
4276
|
+
font-family: "e-icons";
|
|
4277
|
+
}
|
|
4278
|
+
|
|
4279
|
+
.e-de-ctnr-page-size::before {
|
|
4280
|
+
content: "\e89a";
|
|
4281
|
+
font-family: "e-icons";
|
|
4282
|
+
}
|
|
4283
|
+
|
|
4284
|
+
.e-de-ctnr-page-break-column::before {
|
|
4285
|
+
content: "\e8b6";
|
|
4286
|
+
font-family: "e-icons";
|
|
4287
|
+
}
|
|
4288
|
+
|
|
4289
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
4290
|
+
content: "\e89d";
|
|
4291
|
+
font-family: "e-icons";
|
|
4292
|
+
}
|
|
4293
|
+
|
|
4294
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
4295
|
+
content: "\e8b5";
|
|
4296
|
+
font-family: "e-icons";
|
|
4297
|
+
}
|
|
4298
|
+
|
|
4299
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
4300
|
+
content: "\e8b2";
|
|
4301
|
+
font-family: "e-icons";
|
|
4302
|
+
}
|
|
4303
|
+
|
|
4304
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
4305
|
+
content: "\e8b3";
|
|
4306
|
+
font-family: "e-icons";
|
|
4307
|
+
}
|
|
4308
|
+
|
|
4309
|
+
.e-de-ctnr-columns-one::before {
|
|
4310
|
+
content: "\e8b9";
|
|
4311
|
+
font-family: "e-icons";
|
|
4312
|
+
font-size: 60px;
|
|
4313
|
+
}
|
|
4314
|
+
|
|
4315
|
+
.e-de-ctnr-columns-two::before {
|
|
4316
|
+
content: "\e8ba";
|
|
4317
|
+
font-family: "e-icons";
|
|
4318
|
+
font-size: 60px;
|
|
4319
|
+
}
|
|
4320
|
+
|
|
4321
|
+
.e-de-ctnr-columns-three::before {
|
|
4322
|
+
content: "\e8bb";
|
|
4323
|
+
font-family: "e-icons";
|
|
4324
|
+
font-size: 60px;
|
|
4325
|
+
}
|
|
4326
|
+
|
|
4327
|
+
.e-de-ctnr-columns-right::before {
|
|
4328
|
+
content: "\e8b7";
|
|
4329
|
+
font-family: "e-icons";
|
|
4330
|
+
font-size: 60px;
|
|
4331
|
+
}
|
|
4332
|
+
|
|
4333
|
+
.e-de-ctnr-columns-left::before {
|
|
4334
|
+
content: "\e8b8";
|
|
4335
|
+
font-family: "e-icons";
|
|
4336
|
+
font-size: 60px;
|
|
4337
|
+
}
|
|
4338
|
+
|
|
4213
4339
|
.e-de-toolbar {
|
|
4214
4340
|
height: 100%;
|
|
4215
4341
|
}
|
|
@@ -2360,6 +2360,45 @@ label[for=container_wholeWord] {
|
|
|
2360
2360
|
top: -2px;
|
|
2361
2361
|
}
|
|
2362
2362
|
|
|
2363
|
+
.e-de-columns-presets-genral {
|
|
2364
|
+
height: 62px;
|
|
2365
|
+
width: 62px;
|
|
2366
|
+
margin-right: 33px;
|
|
2367
|
+
margin-bottom: 12px;
|
|
2368
|
+
}
|
|
2369
|
+
|
|
2370
|
+
.e-de-columns-padding-alignment {
|
|
2371
|
+
padding-top: 24px;
|
|
2372
|
+
}
|
|
2373
|
+
|
|
2374
|
+
.e-de-column-dlg-preview-div {
|
|
2375
|
+
border: 1px solid rgba(0, 0, 0, 0.26);
|
|
2376
|
+
height: 120px;
|
|
2377
|
+
width: 120px;
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2380
|
+
.e-de-padding-col-prev {
|
|
2381
|
+
padding-left: 15px;
|
|
2382
|
+
}
|
|
2383
|
+
|
|
2384
|
+
.e-width-space-div {
|
|
2385
|
+
width: 320px;
|
|
2386
|
+
}
|
|
2387
|
+
|
|
2388
|
+
.e-de-columns-presets-genral.e-de-rtl {
|
|
2389
|
+
margin-left: 33px;
|
|
2390
|
+
}
|
|
2391
|
+
|
|
2392
|
+
.e-de-padding-col-prev.e-de-rtl {
|
|
2393
|
+
padding-right: 15px;
|
|
2394
|
+
}
|
|
2395
|
+
|
|
2396
|
+
.e-de-column-dlg-preview-div.e-de-rtl {
|
|
2397
|
+
border: 1px solid rgba(0, 0, 0, 0.26);
|
|
2398
|
+
height: 120px;
|
|
2399
|
+
width: 120px;
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2363
2402
|
.e-menu-item .e-de-cmt-add::before {
|
|
2364
2403
|
content: "\e814";
|
|
2365
2404
|
font-family: "e-icons";
|
|
@@ -2612,6 +2651,14 @@ label[for=container_wholeWord] {
|
|
|
2612
2651
|
content: "\e68a";
|
|
2613
2652
|
}
|
|
2614
2653
|
|
|
2654
|
+
.e-de-preset-container {
|
|
2655
|
+
width: 95px;
|
|
2656
|
+
}
|
|
2657
|
+
|
|
2658
|
+
.e-de-preset-container.e-de-rtl {
|
|
2659
|
+
width: 85px;
|
|
2660
|
+
}
|
|
2661
|
+
|
|
2615
2662
|
.e-bigger {
|
|
2616
2663
|
/* stylelint-disable */
|
|
2617
2664
|
/* stylelint-enable */
|
|
@@ -3142,6 +3189,71 @@ label[for=container_wholeWord] {
|
|
|
3142
3189
|
font-family: "e-icons";
|
|
3143
3190
|
}
|
|
3144
3191
|
|
|
3192
|
+
.e-de-ctnr-columns::before {
|
|
3193
|
+
content: "\e968";
|
|
3194
|
+
font-family: "e-icons";
|
|
3195
|
+
}
|
|
3196
|
+
|
|
3197
|
+
.e-de-ctnr-page-size::before {
|
|
3198
|
+
content: "\e947";
|
|
3199
|
+
font-family: "e-icons";
|
|
3200
|
+
}
|
|
3201
|
+
|
|
3202
|
+
.e-de-ctnr-page-break-column::before {
|
|
3203
|
+
content: "\e970";
|
|
3204
|
+
font-family: "e-icons";
|
|
3205
|
+
}
|
|
3206
|
+
|
|
3207
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
3208
|
+
content: "\e94a";
|
|
3209
|
+
font-family: "e-icons";
|
|
3210
|
+
}
|
|
3211
|
+
|
|
3212
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
3213
|
+
content: "\e971";
|
|
3214
|
+
font-family: "e-icons";
|
|
3215
|
+
}
|
|
3216
|
+
|
|
3217
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
3218
|
+
content: "\e964";
|
|
3219
|
+
font-family: "e-icons";
|
|
3220
|
+
}
|
|
3221
|
+
|
|
3222
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
3223
|
+
content: "\e967";
|
|
3224
|
+
font-family: "e-icons";
|
|
3225
|
+
}
|
|
3226
|
+
|
|
3227
|
+
.e-de-ctnr-columns-one::before {
|
|
3228
|
+
content: "\e977";
|
|
3229
|
+
font-family: "e-icons";
|
|
3230
|
+
font-size: 60px;
|
|
3231
|
+
}
|
|
3232
|
+
|
|
3233
|
+
.e-de-ctnr-columns-two::before {
|
|
3234
|
+
content: "\e978";
|
|
3235
|
+
font-family: "e-icons";
|
|
3236
|
+
font-size: 60px;
|
|
3237
|
+
}
|
|
3238
|
+
|
|
3239
|
+
.e-de-ctnr-columns-three::before {
|
|
3240
|
+
content: "\e979";
|
|
3241
|
+
font-family: "e-icons";
|
|
3242
|
+
font-size: 60px;
|
|
3243
|
+
}
|
|
3244
|
+
|
|
3245
|
+
.e-de-ctnr-columns-right::before {
|
|
3246
|
+
content: "\e974";
|
|
3247
|
+
font-family: "e-icons";
|
|
3248
|
+
font-size: 60px;
|
|
3249
|
+
}
|
|
3250
|
+
|
|
3251
|
+
.e-de-ctnr-columns-left::before {
|
|
3252
|
+
content: "\e975";
|
|
3253
|
+
font-family: "e-icons";
|
|
3254
|
+
font-size: 60px;
|
|
3255
|
+
}
|
|
3256
|
+
|
|
3145
3257
|
.e-de-toolbar {
|
|
3146
3258
|
height: 100%;
|
|
3147
3259
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -314,6 +314,45 @@
|
|
|
314
314
|
top: -2px;
|
|
315
315
|
}
|
|
316
316
|
|
|
317
|
+
.e-de-columns-presets-genral {
|
|
318
|
+
height: 62px;
|
|
319
|
+
width: 62px;
|
|
320
|
+
margin-right: 33px;
|
|
321
|
+
margin-bottom: 12px;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.e-de-columns-padding-alignment {
|
|
325
|
+
padding-top: 24px;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.e-de-column-dlg-preview-div {
|
|
329
|
+
border: 1px solid #ddd;
|
|
330
|
+
height: 120px;
|
|
331
|
+
width: 120px;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.e-de-padding-col-prev {
|
|
335
|
+
padding-left: 15px;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
.e-width-space-div {
|
|
339
|
+
width: 320px;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.e-de-columns-presets-genral.e-de-rtl {
|
|
343
|
+
margin-left: 33px;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.e-de-padding-col-prev.e-de-rtl {
|
|
347
|
+
padding-right: 15px;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.e-de-column-dlg-preview-div.e-de-rtl {
|
|
351
|
+
border: 1px solid #ddd;
|
|
352
|
+
height: 120px;
|
|
353
|
+
width: 120px;
|
|
354
|
+
}
|
|
355
|
+
|
|
317
356
|
.e-menu-item .e-de-cmt-add::before {
|
|
318
357
|
content: "\e814";
|
|
319
358
|
font-family: "e-icons";
|
|
@@ -571,6 +610,14 @@
|
|
|
571
610
|
content: "\e68a";
|
|
572
611
|
}
|
|
573
612
|
|
|
613
|
+
.e-de-preset-container {
|
|
614
|
+
width: 95px;
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
.e-de-preset-container.e-de-rtl {
|
|
618
|
+
width: 85px;
|
|
619
|
+
}
|
|
620
|
+
|
|
574
621
|
.e-de-dlg-container {
|
|
575
622
|
padding-bottom: 12px;
|
|
576
623
|
}
|
|
@@ -752,6 +799,20 @@
|
|
|
752
799
|
background-color: #000;
|
|
753
800
|
}
|
|
754
801
|
|
|
802
|
+
.e-de-column-label {
|
|
803
|
+
font-size: 12px;
|
|
804
|
+
font-weight: normal;
|
|
805
|
+
padding-left: 20px;
|
|
806
|
+
padding-right: 20px;
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
.e-de-column-label.e-de-rtl {
|
|
810
|
+
font-size: 12px;
|
|
811
|
+
font-weight: normal;
|
|
812
|
+
padding-left: 50px;
|
|
813
|
+
padding-right: 50px;
|
|
814
|
+
}
|
|
815
|
+
|
|
755
816
|
.e-de-ff-sub-header {
|
|
756
817
|
display: block;
|
|
757
818
|
font-size: 12px;
|
|
@@ -4151,6 +4212,71 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4151
4212
|
font-family: "e-icons";
|
|
4152
4213
|
}
|
|
4153
4214
|
|
|
4215
|
+
.e-de-ctnr-columns::before {
|
|
4216
|
+
content: "\e968";
|
|
4217
|
+
font-family: "e-icons";
|
|
4218
|
+
}
|
|
4219
|
+
|
|
4220
|
+
.e-de-ctnr-page-size::before {
|
|
4221
|
+
content: "\e947";
|
|
4222
|
+
font-family: "e-icons";
|
|
4223
|
+
}
|
|
4224
|
+
|
|
4225
|
+
.e-de-ctnr-page-break-column::before {
|
|
4226
|
+
content: "\e970";
|
|
4227
|
+
font-family: "e-icons";
|
|
4228
|
+
}
|
|
4229
|
+
|
|
4230
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
4231
|
+
content: "\e94a";
|
|
4232
|
+
font-family: "e-icons";
|
|
4233
|
+
}
|
|
4234
|
+
|
|
4235
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
4236
|
+
content: "\e971";
|
|
4237
|
+
font-family: "e-icons";
|
|
4238
|
+
}
|
|
4239
|
+
|
|
4240
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
4241
|
+
content: "\e964";
|
|
4242
|
+
font-family: "e-icons";
|
|
4243
|
+
}
|
|
4244
|
+
|
|
4245
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
4246
|
+
content: "\e967";
|
|
4247
|
+
font-family: "e-icons";
|
|
4248
|
+
}
|
|
4249
|
+
|
|
4250
|
+
.e-de-ctnr-columns-one::before {
|
|
4251
|
+
content: "\e977";
|
|
4252
|
+
font-family: "e-icons";
|
|
4253
|
+
font-size: 60px;
|
|
4254
|
+
}
|
|
4255
|
+
|
|
4256
|
+
.e-de-ctnr-columns-two::before {
|
|
4257
|
+
content: "\e978";
|
|
4258
|
+
font-family: "e-icons";
|
|
4259
|
+
font-size: 60px;
|
|
4260
|
+
}
|
|
4261
|
+
|
|
4262
|
+
.e-de-ctnr-columns-three::before {
|
|
4263
|
+
content: "\e979";
|
|
4264
|
+
font-family: "e-icons";
|
|
4265
|
+
font-size: 60px;
|
|
4266
|
+
}
|
|
4267
|
+
|
|
4268
|
+
.e-de-ctnr-columns-right::before {
|
|
4269
|
+
content: "\e974";
|
|
4270
|
+
font-family: "e-icons";
|
|
4271
|
+
font-size: 60px;
|
|
4272
|
+
}
|
|
4273
|
+
|
|
4274
|
+
.e-de-ctnr-columns-left::before {
|
|
4275
|
+
content: "\e975";
|
|
4276
|
+
font-family: "e-icons";
|
|
4277
|
+
font-size: 60px;
|
|
4278
|
+
}
|
|
4279
|
+
|
|
4154
4280
|
.e-de-toolbar {
|
|
4155
4281
|
height: 100%;
|
|
4156
4282
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -302,6 +302,45 @@
|
|
|
302
302
|
top: 4px;
|
|
303
303
|
}
|
|
304
304
|
|
|
305
|
+
.e-de-columns-presets-genral {
|
|
306
|
+
height: 62px;
|
|
307
|
+
width: 62px;
|
|
308
|
+
margin-right: 33px;
|
|
309
|
+
margin-bottom: 12px;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.e-de-columns-padding-alignment {
|
|
313
|
+
padding-top: 24px;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.e-de-column-dlg-preview-div {
|
|
317
|
+
border: 1px solid #ddd;
|
|
318
|
+
height: 120px;
|
|
319
|
+
width: 120px;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.e-de-padding-col-prev {
|
|
323
|
+
padding-left: 15px;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.e-width-space-div {
|
|
327
|
+
width: 320px;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.e-de-columns-presets-genral.e-de-rtl {
|
|
331
|
+
margin-left: 33px;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.e-de-padding-col-prev.e-de-rtl {
|
|
335
|
+
padding-right: 15px;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
.e-de-column-dlg-preview-div.e-de-rtl {
|
|
339
|
+
border: 1px solid #ddd;
|
|
340
|
+
height: 120px;
|
|
341
|
+
width: 120px;
|
|
342
|
+
}
|
|
343
|
+
|
|
305
344
|
.e-de-acceptchange::before {
|
|
306
345
|
content: "\e19f";
|
|
307
346
|
font-family: "e-icons";
|
|
@@ -566,6 +605,14 @@
|
|
|
566
605
|
content: "\e91f";
|
|
567
606
|
}
|
|
568
607
|
|
|
608
|
+
.e-de-preset-container {
|
|
609
|
+
width: 95px;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
.e-de-preset-container.e-de-rtl {
|
|
613
|
+
width: 85px;
|
|
614
|
+
}
|
|
615
|
+
|
|
569
616
|
.e-de-dlg-container {
|
|
570
617
|
padding-bottom: 12px;
|
|
571
618
|
}
|
|
@@ -747,6 +794,20 @@
|
|
|
747
794
|
background-color: #212121;
|
|
748
795
|
}
|
|
749
796
|
|
|
797
|
+
.e-de-column-label {
|
|
798
|
+
font-size: 12px;
|
|
799
|
+
font-weight: normal;
|
|
800
|
+
padding-left: 20px;
|
|
801
|
+
padding-right: 20px;
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
.e-de-column-label.e-de-rtl {
|
|
805
|
+
font-size: 12px;
|
|
806
|
+
font-weight: normal;
|
|
807
|
+
padding-left: 50px;
|
|
808
|
+
padding-right: 50px;
|
|
809
|
+
}
|
|
810
|
+
|
|
750
811
|
.e-de-ff-sub-header {
|
|
751
812
|
display: block;
|
|
752
813
|
font-size: 12px;
|
|
@@ -4148,6 +4209,71 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4148
4209
|
font-family: "e-icons";
|
|
4149
4210
|
}
|
|
4150
4211
|
|
|
4212
|
+
.e-de-ctnr-columns::before {
|
|
4213
|
+
content: "\e955";
|
|
4214
|
+
font-family: "e-icons";
|
|
4215
|
+
}
|
|
4216
|
+
|
|
4217
|
+
.e-de-ctnr-page-size::before {
|
|
4218
|
+
content: "\e952";
|
|
4219
|
+
font-family: "e-icons";
|
|
4220
|
+
}
|
|
4221
|
+
|
|
4222
|
+
.e-de-ctnr-page-break-column::before {
|
|
4223
|
+
content: "\e970";
|
|
4224
|
+
font-family: "e-icons";
|
|
4225
|
+
}
|
|
4226
|
+
|
|
4227
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
4228
|
+
content: "\e972";
|
|
4229
|
+
font-family: "e-icons";
|
|
4230
|
+
}
|
|
4231
|
+
|
|
4232
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
4233
|
+
content: "\e971";
|
|
4234
|
+
font-family: "e-icons";
|
|
4235
|
+
}
|
|
4236
|
+
|
|
4237
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
4238
|
+
content: "\e96e";
|
|
4239
|
+
font-family: "e-icons";
|
|
4240
|
+
}
|
|
4241
|
+
|
|
4242
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
4243
|
+
content: "\e96f";
|
|
4244
|
+
font-family: "e-icons";
|
|
4245
|
+
}
|
|
4246
|
+
|
|
4247
|
+
.e-de-ctnr-columns-one::before {
|
|
4248
|
+
content: "\e976";
|
|
4249
|
+
font-family: "e-icons";
|
|
4250
|
+
font-size: 60px;
|
|
4251
|
+
}
|
|
4252
|
+
|
|
4253
|
+
.e-de-ctnr-columns-two::before {
|
|
4254
|
+
content: "\e978";
|
|
4255
|
+
font-family: "e-icons";
|
|
4256
|
+
font-size: 60px;
|
|
4257
|
+
}
|
|
4258
|
+
|
|
4259
|
+
.e-de-ctnr-columns-three::before {
|
|
4260
|
+
content: "\e979";
|
|
4261
|
+
font-family: "e-icons";
|
|
4262
|
+
font-size: 60px;
|
|
4263
|
+
}
|
|
4264
|
+
|
|
4265
|
+
.e-de-ctnr-columns-right::before {
|
|
4266
|
+
content: "\e973";
|
|
4267
|
+
font-family: "e-icons";
|
|
4268
|
+
font-size: 60px;
|
|
4269
|
+
}
|
|
4270
|
+
|
|
4271
|
+
.e-de-ctnr-columns-left::before {
|
|
4272
|
+
content: "\e975";
|
|
4273
|
+
font-family: "e-icons";
|
|
4274
|
+
font-size: 60px;
|
|
4275
|
+
}
|
|
4276
|
+
|
|
4151
4277
|
.e-de-toolbar {
|
|
4152
4278
|
height: 100%;
|
|
4153
4279
|
}
|