@syncfusion/ej2-angular-documenteditor 20.4.38-ngcc → 20.4.38
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/public_api.mjs +3 -0
- package/esm2020/src/document-editor/documenteditor-all.module.mjs +113 -0
- package/esm2020/src/document-editor/documenteditor.component.mjs +262 -0
- package/esm2020/src/document-editor/documenteditor.module.mjs +25 -0
- package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +29 -0
- package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +66 -0
- package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +25 -0
- package/esm2020/src/index.mjs +8 -0
- package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +506 -0
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +506 -0
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
- package/package.json +27 -13
- package/schematics/utils/lib-details.d.ts +2 -2
- package/src/document-editor/documenteditor-all.module.d.ts +6 -1
- package/src/document-editor/documenteditor.component.d.ts +3 -0
- package/src/document-editor/documenteditor.module.d.ts +6 -0
- package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +6 -0
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +3 -0
- package/src/document-editor-container/documenteditorcontainer.module.d.ts +6 -0
- package/src/index.d.ts +1 -1
- package/styles/bootstrap-dark.css +0 -126
- package/styles/bootstrap.css +0 -126
- package/styles/bootstrap4.css +0 -126
- package/styles/bootstrap5-dark.css +0 -126
- package/styles/bootstrap5.css +0 -126
- package/styles/document-editor/_all.scss +3 -0
- package/styles/document-editor/_bootstrap-dark-definition.scss +544 -0
- package/styles/document-editor/_bootstrap-definition.scss +543 -0
- package/styles/document-editor/_bootstrap4-definition.scss +556 -0
- package/styles/document-editor/_bootstrap5-dark-definition.scss +1 -0
- package/styles/document-editor/_bootstrap5-definition.scss +557 -0
- package/styles/document-editor/_fabric-dark-definition.scss +546 -0
- package/styles/document-editor/_fabric-definition.scss +545 -0
- package/styles/document-editor/_fluent-dark-definition.scss +1 -0
- package/styles/document-editor/_fluent-definition.scss +566 -0
- package/styles/document-editor/_fusionnew-definition.scss +557 -0
- package/styles/document-editor/_highcontrast-definition.scss +545 -0
- package/styles/document-editor/_highcontrast-light-definition.scss +2985 -0
- package/styles/document-editor/_layout.scss +216 -0
- package/styles/document-editor/_material-dark-definition.scss +562 -0
- package/styles/document-editor/_material-definition.scss +562 -0
- package/styles/document-editor/_material3-definition.scss +557 -0
- package/styles/document-editor/_tailwind-dark-definition.scss +1 -0
- package/styles/document-editor/_tailwind-definition.scss +554 -0
- package/styles/document-editor/_theme.scss +3391 -0
- package/styles/document-editor/bootstrap-dark.css +0 -61
- package/styles/document-editor/bootstrap-dark.scss +4 -1
- package/styles/document-editor/bootstrap.css +0 -61
- package/styles/document-editor/bootstrap.scss +4 -1
- package/styles/document-editor/bootstrap4.css +0 -61
- package/styles/document-editor/bootstrap4.scss +4 -1
- package/styles/document-editor/bootstrap5-dark.css +0 -61
- package/styles/document-editor/bootstrap5-dark.scss +4 -1
- package/styles/document-editor/bootstrap5.css +0 -61
- package/styles/document-editor/bootstrap5.scss +4 -1
- package/styles/document-editor/fabric-dark.css +0 -61
- package/styles/document-editor/fabric-dark.scss +4 -1
- package/styles/document-editor/fabric.css +0 -61
- package/styles/document-editor/fabric.scss +4 -1
- package/styles/document-editor/fluent-dark.css +0 -61
- package/styles/document-editor/fluent-dark.scss +4 -1
- package/styles/document-editor/fluent.css +0 -61
- package/styles/document-editor/fluent.scss +4 -1
- package/styles/document-editor/highcontrast-light.css +0 -47
- package/styles/document-editor/highcontrast-light.scss +4 -1
- package/styles/document-editor/highcontrast.css +0 -61
- package/styles/document-editor/highcontrast.scss +4 -1
- package/styles/document-editor/icons/_bootstrap-dark.scss +607 -0
- package/styles/document-editor/icons/_bootstrap.scss +607 -0
- package/styles/document-editor/icons/_bootstrap4.scss +592 -0
- package/styles/document-editor/icons/_bootstrap5-dark.scss +1 -0
- package/styles/document-editor/icons/_bootstrap5.scss +642 -0
- package/styles/document-editor/icons/_fabric-dark.scss +607 -0
- package/styles/document-editor/icons/_fabric.scss +607 -0
- package/styles/document-editor/icons/_fluent-dark.scss +1 -0
- package/styles/document-editor/icons/_fluent.scss +640 -0
- package/styles/document-editor/icons/_fusionnew.scss +642 -0
- package/styles/document-editor/icons/_highcontrast-light.scss +612 -0
- package/styles/document-editor/icons/_highcontrast.scss +607 -0
- package/styles/document-editor/icons/_material-dark.scss +600 -0
- package/styles/document-editor/icons/_material.scss +600 -0
- package/styles/document-editor/icons/_material3.scss +642 -0
- package/styles/document-editor/icons/_tailwind-dark.scss +642 -0
- package/styles/document-editor/icons/_tailwind.scss +642 -0
- package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +171 -0
- package/styles/document-editor/material-dark.css +0 -61
- package/styles/document-editor/material-dark.scss +4 -1
- package/styles/document-editor/material.css +0 -61
- package/styles/document-editor/material.scss +4 -1
- package/styles/document-editor/tailwind-dark.css +0 -61
- package/styles/document-editor/tailwind-dark.scss +4 -1
- package/styles/document-editor/tailwind.css +0 -61
- package/styles/document-editor/tailwind.scss +4 -1
- package/styles/document-editor-container/_all.scss +2 -0
- package/styles/document-editor-container/_bootstrap-dark-definition.scss +127 -0
- package/styles/document-editor-container/_bootstrap-definition.scss +127 -0
- package/styles/document-editor-container/_bootstrap4-definition.scss +143 -0
- package/styles/document-editor-container/_bootstrap5-dark-definition.scss +1 -0
- package/styles/document-editor-container/_bootstrap5-definition.scss +153 -0
- package/styles/document-editor-container/_definition.scss +11 -0
- package/styles/document-editor-container/_fabric-dark-definition.scss +132 -0
- package/styles/document-editor-container/_fabric-definition.scss +129 -0
- package/styles/document-editor-container/_fluent-dark-definition.scss +1 -0
- package/styles/document-editor-container/_fluent-definition.scss +154 -0
- package/styles/document-editor-container/_fusionnew-definition.scss +153 -0
- package/styles/document-editor-container/_highcontrast-definition.scss +130 -0
- package/styles/document-editor-container/_highcontrast-light-definition.scss +133 -0
- package/styles/document-editor-container/_layout.scss +87 -0
- package/styles/document-editor-container/_material-dark-definition.scss +131 -0
- package/styles/document-editor-container/_material-definition.scss +130 -0
- package/styles/document-editor-container/_material3-definition.scss +153 -0
- package/styles/document-editor-container/_tailwind-dark-definition.scss +1 -0
- package/styles/document-editor-container/_tailwind-definition.scss +147 -0
- package/styles/document-editor-container/_theme.scss +2005 -0
- package/styles/document-editor-container/bootstrap-dark.css +0 -65
- package/styles/document-editor-container/bootstrap-dark.scss +5 -1
- package/styles/document-editor-container/bootstrap.css +0 -65
- package/styles/document-editor-container/bootstrap.scss +5 -1
- package/styles/document-editor-container/bootstrap4.css +0 -65
- package/styles/document-editor-container/bootstrap4.scss +5 -1
- package/styles/document-editor-container/bootstrap5-dark.css +0 -65
- package/styles/document-editor-container/bootstrap5-dark.scss +5 -1
- package/styles/document-editor-container/bootstrap5.css +0 -65
- package/styles/document-editor-container/bootstrap5.scss +5 -1
- package/styles/document-editor-container/fabric-dark.css +0 -66
- package/styles/document-editor-container/fabric-dark.scss +5 -1
- package/styles/document-editor-container/fabric.css +0 -66
- package/styles/document-editor-container/fabric.scss +5 -1
- package/styles/document-editor-container/fluent-dark.css +0 -65
- package/styles/document-editor-container/fluent-dark.scss +5 -1
- package/styles/document-editor-container/fluent.css +0 -65
- package/styles/document-editor-container/fluent.scss +5 -1
- package/styles/document-editor-container/highcontrast-light.css +0 -65
- package/styles/document-editor-container/highcontrast-light.scss +5 -1
- package/styles/document-editor-container/highcontrast.css +0 -65
- package/styles/document-editor-container/highcontrast.scss +5 -1
- package/styles/document-editor-container/icons/_bootstrap-dark.scss +402 -0
- package/styles/document-editor-container/icons/_bootstrap.scss +402 -0
- package/styles/document-editor-container/icons/_bootstrap4.scss +402 -0
- package/styles/document-editor-container/icons/_bootstrap5-dark.scss +1 -0
- package/styles/document-editor-container/icons/_bootstrap5.scss +428 -0
- package/styles/document-editor-container/icons/_fabric-dark.scss +402 -0
- package/styles/document-editor-container/icons/_fabric.scss +402 -0
- package/styles/document-editor-container/icons/_fluent-dark.scss +1 -0
- package/styles/document-editor-container/icons/_fluent.scss +428 -0
- package/styles/document-editor-container/icons/_fusionnew.scss +428 -0
- package/styles/document-editor-container/icons/_highcontrast-light.scss +402 -0
- package/styles/document-editor-container/icons/_highcontrast.scss +402 -0
- package/styles/document-editor-container/icons/_material-dark.scss +404 -0
- package/styles/document-editor-container/icons/_material.scss +404 -0
- package/styles/document-editor-container/icons/_material3.scss +428 -0
- package/styles/document-editor-container/icons/_tailwind-dark.scss +428 -0
- package/styles/document-editor-container/icons/_tailwind.scss +428 -0
- package/styles/document-editor-container/material-dark.css +0 -65
- package/styles/document-editor-container/material-dark.scss +5 -1
- package/styles/document-editor-container/material.css +0 -65
- package/styles/document-editor-container/material.scss +5 -1
- package/styles/document-editor-container/tailwind-dark.css +0 -65
- package/styles/document-editor-container/tailwind-dark.scss +5 -1
- package/styles/document-editor-container/tailwind.css +0 -65
- package/styles/document-editor-container/tailwind.scss +5 -1
- package/styles/fabric-dark.css +0 -127
- package/styles/fabric.css +0 -127
- package/styles/fluent-dark.css +0 -126
- package/styles/fluent.css +0 -126
- package/styles/highcontrast-light.css +0 -112
- package/styles/highcontrast.css +0 -126
- package/styles/material-dark.css +0 -126
- package/styles/material.css +0 -126
- package/styles/tailwind-dark.css +0 -126
- package/styles/tailwind.css +0 -126
- package/syncfusion-ej2-angular-documenteditor.d.ts +5 -0
- package/@syncfusion/ej2-angular-documenteditor.es5.js +0 -583
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-documenteditor.js +0 -553
- package/@syncfusion/ej2-angular-documenteditor.js.map +0 -1
- package/CHANGELOG.md +0 -3024
- package/dist/ej2-angular-documenteditor.umd.js +0 -866
- package/dist/ej2-angular-documenteditor.umd.js.map +0 -1
- package/dist/ej2-angular-documenteditor.umd.min.js +0 -11
- package/dist/ej2-angular-documenteditor.umd.min.js.map +0 -1
- package/ej2-angular-documenteditor.d.ts +0 -6
- package/ej2-angular-documenteditor.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
package/styles/bootstrap4.css
CHANGED
|
@@ -405,45 +405,6 @@
|
|
|
405
405
|
top: 2px;
|
|
406
406
|
}
|
|
407
407
|
|
|
408
|
-
.e-de-columns-presets-genral {
|
|
409
|
-
height: 62px;
|
|
410
|
-
width: 62px;
|
|
411
|
-
margin-right: 33px;
|
|
412
|
-
margin-bottom: 12px;
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
.e-de-columns-padding-alignment {
|
|
416
|
-
padding-top: 24px;
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
.e-de-column-dlg-preview-div {
|
|
420
|
-
border: 1px solid rgba(0, 0, 0, 0.26);
|
|
421
|
-
height: 120px;
|
|
422
|
-
width: 120px;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
.e-de-padding-col-prev {
|
|
426
|
-
padding-left: 15px;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
.e-width-space-div {
|
|
430
|
-
width: 320px;
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
.e-de-columns-presets-genral.e-de-rtl {
|
|
434
|
-
margin-left: 33px;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
.e-de-padding-col-prev.e-de-rtl {
|
|
438
|
-
padding-right: 15px;
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
.e-de-column-dlg-preview-div.e-de-rtl {
|
|
442
|
-
border: 1px solid rgba(0, 0, 0, 0.26);
|
|
443
|
-
height: 120px;
|
|
444
|
-
width: 120px;
|
|
445
|
-
}
|
|
446
|
-
|
|
447
408
|
.e-de-table-border-diagionalup-alignment::before {
|
|
448
409
|
content: "\e7ca";
|
|
449
410
|
font-size: 16px;
|
|
@@ -607,14 +568,6 @@
|
|
|
607
568
|
content: "\e91f";
|
|
608
569
|
}
|
|
609
570
|
|
|
610
|
-
.e-de-preset-container {
|
|
611
|
-
width: 95px;
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
.e-de-preset-container.e-de-rtl {
|
|
615
|
-
width: 85px;
|
|
616
|
-
}
|
|
617
|
-
|
|
618
571
|
.e-de-dlg-container {
|
|
619
572
|
padding-bottom: 12px;
|
|
620
573
|
}
|
|
@@ -796,20 +749,6 @@
|
|
|
796
749
|
background-color: #e9ecef;
|
|
797
750
|
}
|
|
798
751
|
|
|
799
|
-
.e-de-column-label {
|
|
800
|
-
font-size: 12px;
|
|
801
|
-
font-weight: normal;
|
|
802
|
-
padding-left: 20px;
|
|
803
|
-
padding-right: 20px;
|
|
804
|
-
}
|
|
805
|
-
|
|
806
|
-
.e-de-column-label.e-de-rtl {
|
|
807
|
-
font-size: 12px;
|
|
808
|
-
font-weight: normal;
|
|
809
|
-
padding-left: 50px;
|
|
810
|
-
padding-right: 50px;
|
|
811
|
-
}
|
|
812
|
-
|
|
813
752
|
.e-de-ff-sub-header {
|
|
814
753
|
display: block;
|
|
815
754
|
font-size: 12px;
|
|
@@ -4360,71 +4299,6 @@ textarea.e-de-cmt-textarea {
|
|
|
4360
4299
|
font-family: "e-icons";
|
|
4361
4300
|
}
|
|
4362
4301
|
|
|
4363
|
-
.e-de-ctnr-columns::before {
|
|
4364
|
-
content: "\e955";
|
|
4365
|
-
font-family: "e-icons";
|
|
4366
|
-
}
|
|
4367
|
-
|
|
4368
|
-
.e-de-ctnr-page-size::before {
|
|
4369
|
-
content: "\e952";
|
|
4370
|
-
font-family: "e-icons";
|
|
4371
|
-
}
|
|
4372
|
-
|
|
4373
|
-
.e-de-ctnr-page-break-column::before {
|
|
4374
|
-
content: "\e970";
|
|
4375
|
-
font-family: "e-icons";
|
|
4376
|
-
}
|
|
4377
|
-
|
|
4378
|
-
.e-de-ctnr-page-break-text-wrapping::before {
|
|
4379
|
-
content: "\e972";
|
|
4380
|
-
font-family: "e-icons";
|
|
4381
|
-
}
|
|
4382
|
-
|
|
4383
|
-
.e-de-ctnr-section-break-continuous::before {
|
|
4384
|
-
content: "\e971";
|
|
4385
|
-
font-family: "e-icons";
|
|
4386
|
-
}
|
|
4387
|
-
|
|
4388
|
-
.e-de-ctnr-section-break-even-page::before {
|
|
4389
|
-
content: "\e96e";
|
|
4390
|
-
font-family: "e-icons";
|
|
4391
|
-
}
|
|
4392
|
-
|
|
4393
|
-
.e-de-ctnr-section-break-odd-page::before {
|
|
4394
|
-
content: "\e96f";
|
|
4395
|
-
font-family: "e-icons";
|
|
4396
|
-
}
|
|
4397
|
-
|
|
4398
|
-
.e-de-ctnr-columns-one::before {
|
|
4399
|
-
content: "\e975";
|
|
4400
|
-
font-family: "e-icons";
|
|
4401
|
-
font-size: 60px;
|
|
4402
|
-
}
|
|
4403
|
-
|
|
4404
|
-
.e-de-ctnr-columns-two::before {
|
|
4405
|
-
content: "\e976";
|
|
4406
|
-
font-family: "e-icons";
|
|
4407
|
-
font-size: 60px;
|
|
4408
|
-
}
|
|
4409
|
-
|
|
4410
|
-
.e-de-ctnr-columns-three::before {
|
|
4411
|
-
content: "\e977";
|
|
4412
|
-
font-family: "e-icons";
|
|
4413
|
-
font-size: 60px;
|
|
4414
|
-
}
|
|
4415
|
-
|
|
4416
|
-
.e-de-ctnr-columns-right::before {
|
|
4417
|
-
content: "\e973";
|
|
4418
|
-
font-family: "e-icons";
|
|
4419
|
-
font-size: 60px;
|
|
4420
|
-
}
|
|
4421
|
-
|
|
4422
|
-
.e-de-ctnr-columns-left::before {
|
|
4423
|
-
content: "\e974";
|
|
4424
|
-
font-family: "e-icons";
|
|
4425
|
-
font-size: 60px;
|
|
4426
|
-
}
|
|
4427
|
-
|
|
4428
4302
|
.e-de-toolbar {
|
|
4429
4303
|
height: 100%;
|
|
4430
4304
|
}
|
|
@@ -343,45 +343,6 @@
|
|
|
343
343
|
top: 2px;
|
|
344
344
|
}
|
|
345
345
|
|
|
346
|
-
.e-de-columns-presets-genral {
|
|
347
|
-
height: 62px;
|
|
348
|
-
width: 62px;
|
|
349
|
-
margin-right: 33px;
|
|
350
|
-
margin-bottom: 12px;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
.e-de-columns-padding-alignment {
|
|
354
|
-
padding-top: 24px;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
.e-de-column-dlg-preview-div {
|
|
358
|
-
border: 1px solid #adb5bd;
|
|
359
|
-
height: 120px;
|
|
360
|
-
width: 120px;
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
.e-de-padding-col-prev {
|
|
364
|
-
padding-left: 15px;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
.e-width-space-div {
|
|
368
|
-
width: 320px;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
.e-de-columns-presets-genral.e-de-rtl {
|
|
372
|
-
margin-left: 33px;
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
.e-de-padding-col-prev.e-de-rtl {
|
|
376
|
-
padding-right: 15px;
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
.e-de-column-dlg-preview-div.e-de-rtl {
|
|
380
|
-
border: 1px solid #adb5bd;
|
|
381
|
-
height: 120px;
|
|
382
|
-
width: 120px;
|
|
383
|
-
}
|
|
384
|
-
|
|
385
346
|
.e-menu-item .e-de-cmt-add::before {
|
|
386
347
|
content: "\e82c";
|
|
387
348
|
}
|
|
@@ -645,14 +606,6 @@
|
|
|
645
606
|
content: "\e882";
|
|
646
607
|
}
|
|
647
608
|
|
|
648
|
-
.e-de-preset-container {
|
|
649
|
-
width: 95px;
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
.e-de-preset-container.e-de-rtl {
|
|
653
|
-
width: 85px;
|
|
654
|
-
}
|
|
655
|
-
|
|
656
609
|
.e-de-dlg-container {
|
|
657
610
|
padding-bottom: 12px;
|
|
658
611
|
}
|
|
@@ -834,20 +787,6 @@
|
|
|
834
787
|
background-color: #282d31;
|
|
835
788
|
}
|
|
836
789
|
|
|
837
|
-
.e-de-column-label {
|
|
838
|
-
font-size: 12px;
|
|
839
|
-
font-weight: 500;
|
|
840
|
-
padding-left: 20px;
|
|
841
|
-
padding-right: 20px;
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
.e-de-column-label.e-de-rtl {
|
|
845
|
-
font-size: 12px;
|
|
846
|
-
font-weight: 500;
|
|
847
|
-
padding-left: 50px;
|
|
848
|
-
padding-right: 50px;
|
|
849
|
-
}
|
|
850
|
-
|
|
851
790
|
.e-de-ff-sub-header {
|
|
852
791
|
display: block;
|
|
853
792
|
font-size: 12px;
|
|
@@ -4332,71 +4271,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4332
4271
|
font-family: "e-icons";
|
|
4333
4272
|
}
|
|
4334
4273
|
|
|
4335
|
-
.e-de-ctnr-columns::before {
|
|
4336
|
-
content: "\e8b4";
|
|
4337
|
-
font-family: "e-icons";
|
|
4338
|
-
}
|
|
4339
|
-
|
|
4340
|
-
.e-de-ctnr-page-size::before {
|
|
4341
|
-
content: "\e89a";
|
|
4342
|
-
font-family: "e-icons";
|
|
4343
|
-
}
|
|
4344
|
-
|
|
4345
|
-
.e-de-ctnr-page-break-column::before {
|
|
4346
|
-
content: "\e8b6";
|
|
4347
|
-
font-family: "e-icons";
|
|
4348
|
-
}
|
|
4349
|
-
|
|
4350
|
-
.e-de-ctnr-page-break-text-wrapping::before {
|
|
4351
|
-
content: "\e89d";
|
|
4352
|
-
font-family: "e-icons";
|
|
4353
|
-
}
|
|
4354
|
-
|
|
4355
|
-
.e-de-ctnr-section-break-continuous::before {
|
|
4356
|
-
content: "\e8b5";
|
|
4357
|
-
font-family: "e-icons";
|
|
4358
|
-
}
|
|
4359
|
-
|
|
4360
|
-
.e-de-ctnr-section-break-even-page::before {
|
|
4361
|
-
content: "\e8b2";
|
|
4362
|
-
font-family: "e-icons";
|
|
4363
|
-
}
|
|
4364
|
-
|
|
4365
|
-
.e-de-ctnr-section-break-odd-page::before {
|
|
4366
|
-
content: "\e8b3";
|
|
4367
|
-
font-family: "e-icons";
|
|
4368
|
-
}
|
|
4369
|
-
|
|
4370
|
-
.e-de-ctnr-columns-one::before {
|
|
4371
|
-
content: "\e8b9";
|
|
4372
|
-
font-family: "e-icons";
|
|
4373
|
-
font-size: 60px;
|
|
4374
|
-
}
|
|
4375
|
-
|
|
4376
|
-
.e-de-ctnr-columns-two::before {
|
|
4377
|
-
content: "\e8ba";
|
|
4378
|
-
font-family: "e-icons";
|
|
4379
|
-
font-size: 60px;
|
|
4380
|
-
}
|
|
4381
|
-
|
|
4382
|
-
.e-de-ctnr-columns-three::before {
|
|
4383
|
-
content: "\e8bb";
|
|
4384
|
-
font-family: "e-icons";
|
|
4385
|
-
font-size: 60px;
|
|
4386
|
-
}
|
|
4387
|
-
|
|
4388
|
-
.e-de-ctnr-columns-right::before {
|
|
4389
|
-
content: "\e8b7";
|
|
4390
|
-
font-family: "e-icons";
|
|
4391
|
-
font-size: 60px;
|
|
4392
|
-
}
|
|
4393
|
-
|
|
4394
|
-
.e-de-ctnr-columns-left::before {
|
|
4395
|
-
content: "\e8b8";
|
|
4396
|
-
font-family: "e-icons";
|
|
4397
|
-
font-size: 60px;
|
|
4398
|
-
}
|
|
4399
|
-
|
|
4400
4274
|
.e-de-toolbar {
|
|
4401
4275
|
height: 100%;
|
|
4402
4276
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -343,45 +343,6 @@
|
|
|
343
343
|
top: 2px;
|
|
344
344
|
}
|
|
345
345
|
|
|
346
|
-
.e-de-columns-presets-genral {
|
|
347
|
-
height: 62px;
|
|
348
|
-
width: 62px;
|
|
349
|
-
margin-right: 33px;
|
|
350
|
-
margin-bottom: 12px;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
.e-de-columns-padding-alignment {
|
|
354
|
-
padding-top: 24px;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
.e-de-column-dlg-preview-div {
|
|
358
|
-
border: 1px solid #6c757d;
|
|
359
|
-
height: 120px;
|
|
360
|
-
width: 120px;
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
.e-de-padding-col-prev {
|
|
364
|
-
padding-left: 15px;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
.e-width-space-div {
|
|
368
|
-
width: 320px;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
.e-de-columns-presets-genral.e-de-rtl {
|
|
372
|
-
margin-left: 33px;
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
.e-de-padding-col-prev.e-de-rtl {
|
|
376
|
-
padding-right: 15px;
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
.e-de-column-dlg-preview-div.e-de-rtl {
|
|
380
|
-
border: 1px solid #6c757d;
|
|
381
|
-
height: 120px;
|
|
382
|
-
width: 120px;
|
|
383
|
-
}
|
|
384
|
-
|
|
385
346
|
.e-menu-item .e-de-cmt-add::before {
|
|
386
347
|
content: "\e82c";
|
|
387
348
|
}
|
|
@@ -645,14 +606,6 @@
|
|
|
645
606
|
content: "\e882";
|
|
646
607
|
}
|
|
647
608
|
|
|
648
|
-
.e-de-preset-container {
|
|
649
|
-
width: 95px;
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
.e-de-preset-container.e-de-rtl {
|
|
653
|
-
width: 85px;
|
|
654
|
-
}
|
|
655
|
-
|
|
656
609
|
.e-de-dlg-container {
|
|
657
610
|
padding-bottom: 12px;
|
|
658
611
|
}
|
|
@@ -834,20 +787,6 @@
|
|
|
834
787
|
background-color: #f8f9fa;
|
|
835
788
|
}
|
|
836
789
|
|
|
837
|
-
.e-de-column-label {
|
|
838
|
-
font-size: 12px;
|
|
839
|
-
font-weight: 500;
|
|
840
|
-
padding-left: 20px;
|
|
841
|
-
padding-right: 20px;
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
.e-de-column-label.e-de-rtl {
|
|
845
|
-
font-size: 12px;
|
|
846
|
-
font-weight: 500;
|
|
847
|
-
padding-left: 50px;
|
|
848
|
-
padding-right: 50px;
|
|
849
|
-
}
|
|
850
|
-
|
|
851
790
|
.e-de-ff-sub-header {
|
|
852
791
|
display: block;
|
|
853
792
|
font-size: 12px;
|
|
@@ -4332,71 +4271,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4332
4271
|
font-family: "e-icons";
|
|
4333
4272
|
}
|
|
4334
4273
|
|
|
4335
|
-
.e-de-ctnr-columns::before {
|
|
4336
|
-
content: "\e8b4";
|
|
4337
|
-
font-family: "e-icons";
|
|
4338
|
-
}
|
|
4339
|
-
|
|
4340
|
-
.e-de-ctnr-page-size::before {
|
|
4341
|
-
content: "\e89a";
|
|
4342
|
-
font-family: "e-icons";
|
|
4343
|
-
}
|
|
4344
|
-
|
|
4345
|
-
.e-de-ctnr-page-break-column::before {
|
|
4346
|
-
content: "\e8b6";
|
|
4347
|
-
font-family: "e-icons";
|
|
4348
|
-
}
|
|
4349
|
-
|
|
4350
|
-
.e-de-ctnr-page-break-text-wrapping::before {
|
|
4351
|
-
content: "\e89d";
|
|
4352
|
-
font-family: "e-icons";
|
|
4353
|
-
}
|
|
4354
|
-
|
|
4355
|
-
.e-de-ctnr-section-break-continuous::before {
|
|
4356
|
-
content: "\e8b5";
|
|
4357
|
-
font-family: "e-icons";
|
|
4358
|
-
}
|
|
4359
|
-
|
|
4360
|
-
.e-de-ctnr-section-break-even-page::before {
|
|
4361
|
-
content: "\e8b2";
|
|
4362
|
-
font-family: "e-icons";
|
|
4363
|
-
}
|
|
4364
|
-
|
|
4365
|
-
.e-de-ctnr-section-break-odd-page::before {
|
|
4366
|
-
content: "\e8b3";
|
|
4367
|
-
font-family: "e-icons";
|
|
4368
|
-
}
|
|
4369
|
-
|
|
4370
|
-
.e-de-ctnr-columns-one::before {
|
|
4371
|
-
content: "\e8b9";
|
|
4372
|
-
font-family: "e-icons";
|
|
4373
|
-
font-size: 60px;
|
|
4374
|
-
}
|
|
4375
|
-
|
|
4376
|
-
.e-de-ctnr-columns-two::before {
|
|
4377
|
-
content: "\e8ba";
|
|
4378
|
-
font-family: "e-icons";
|
|
4379
|
-
font-size: 60px;
|
|
4380
|
-
}
|
|
4381
|
-
|
|
4382
|
-
.e-de-ctnr-columns-three::before {
|
|
4383
|
-
content: "\e8bb";
|
|
4384
|
-
font-family: "e-icons";
|
|
4385
|
-
font-size: 60px;
|
|
4386
|
-
}
|
|
4387
|
-
|
|
4388
|
-
.e-de-ctnr-columns-right::before {
|
|
4389
|
-
content: "\e8b7";
|
|
4390
|
-
font-family: "e-icons";
|
|
4391
|
-
font-size: 60px;
|
|
4392
|
-
}
|
|
4393
|
-
|
|
4394
|
-
.e-de-ctnr-columns-left::before {
|
|
4395
|
-
content: "\e8b8";
|
|
4396
|
-
font-family: "e-icons";
|
|
4397
|
-
font-size: 60px;
|
|
4398
|
-
}
|
|
4399
|
-
|
|
4400
4274
|
.e-de-toolbar {
|
|
4401
4275
|
height: 100%;
|
|
4402
4276
|
}
|