@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
|
@@ -314,45 +314,6 @@
|
|
|
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
|
-
|
|
356
317
|
.e-menu-item .e-de-cmt-add::before {
|
|
357
318
|
content: "\e814";
|
|
358
319
|
font-family: "e-icons";
|
|
@@ -610,14 +571,6 @@
|
|
|
610
571
|
content: "\e68a";
|
|
611
572
|
}
|
|
612
573
|
|
|
613
|
-
.e-de-preset-container {
|
|
614
|
-
width: 95px;
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
.e-de-preset-container.e-de-rtl {
|
|
618
|
-
width: 85px;
|
|
619
|
-
}
|
|
620
|
-
|
|
621
574
|
.e-de-dlg-container {
|
|
622
575
|
padding-bottom: 12px;
|
|
623
576
|
}
|
|
@@ -799,20 +752,6 @@
|
|
|
799
752
|
background-color: #232323;
|
|
800
753
|
}
|
|
801
754
|
|
|
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
|
-
|
|
816
755
|
.e-de-ff-sub-header {
|
|
817
756
|
display: block;
|
|
818
757
|
font-size: 12px;
|
|
@@ -314,45 +314,6 @@
|
|
|
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 rgba(0, 0, 0, 0.26);
|
|
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 rgba(0, 0, 0, 0.26);
|
|
352
|
-
height: 120px;
|
|
353
|
-
width: 120px;
|
|
354
|
-
}
|
|
355
|
-
|
|
356
317
|
.e-menu-item .e-de-cmt-add::before {
|
|
357
318
|
content: "\e814";
|
|
358
319
|
font-family: "e-icons";
|
|
@@ -610,14 +571,6 @@
|
|
|
610
571
|
content: "\e68a";
|
|
611
572
|
}
|
|
612
573
|
|
|
613
|
-
.e-de-preset-container {
|
|
614
|
-
width: 95px;
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
.e-de-preset-container.e-de-rtl {
|
|
618
|
-
width: 85px;
|
|
619
|
-
}
|
|
620
|
-
|
|
621
574
|
.e-de-dlg-container {
|
|
622
575
|
padding-bottom: 12px;
|
|
623
576
|
}
|
|
@@ -799,20 +752,6 @@
|
|
|
799
752
|
background-color: #fff;
|
|
800
753
|
}
|
|
801
754
|
|
|
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
|
-
|
|
816
755
|
.e-de-ff-sub-header {
|
|
817
756
|
display: block;
|
|
818
757
|
font-size: 12px;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -314,45 +314,6 @@
|
|
|
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
|
-
|
|
356
317
|
.e-menu-item .e-de-cmt-add::before {
|
|
357
318
|
content: "\e814";
|
|
358
319
|
font-family: "e-icons";
|
|
@@ -610,14 +571,6 @@
|
|
|
610
571
|
content: "\e68a";
|
|
611
572
|
}
|
|
612
573
|
|
|
613
|
-
.e-de-preset-container {
|
|
614
|
-
width: 95px;
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
.e-de-preset-container.e-de-rtl {
|
|
618
|
-
width: 85px;
|
|
619
|
-
}
|
|
620
|
-
|
|
621
574
|
.e-de-dlg-container {
|
|
622
575
|
padding-bottom: 12px;
|
|
623
576
|
}
|
|
@@ -799,20 +752,6 @@
|
|
|
799
752
|
background-color: #201f1f;
|
|
800
753
|
}
|
|
801
754
|
|
|
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
|
-
|
|
816
755
|
.e-de-ff-sub-header {
|
|
817
756
|
display: block;
|
|
818
757
|
font-size: 12px;
|
|
@@ -314,45 +314,6 @@
|
|
|
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 rgba(0, 0, 0, 0.26);
|
|
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 rgba(0, 0, 0, 0.26);
|
|
352
|
-
height: 120px;
|
|
353
|
-
width: 120px;
|
|
354
|
-
}
|
|
355
|
-
|
|
356
317
|
.e-menu-item .e-de-cmt-add::before {
|
|
357
318
|
content: "\e814";
|
|
358
319
|
font-family: "e-icons";
|
|
@@ -610,14 +571,6 @@
|
|
|
610
571
|
content: "\e68a";
|
|
611
572
|
}
|
|
612
573
|
|
|
613
|
-
.e-de-preset-container {
|
|
614
|
-
width: 95px;
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
.e-de-preset-container.e-de-rtl {
|
|
618
|
-
width: 85px;
|
|
619
|
-
}
|
|
620
|
-
|
|
621
574
|
.e-de-dlg-container {
|
|
622
575
|
padding-bottom: 12px;
|
|
623
576
|
}
|
|
@@ -799,20 +752,6 @@
|
|
|
799
752
|
background-color: #fff;
|
|
800
753
|
}
|
|
801
754
|
|
|
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
|
-
|
|
816
755
|
.e-de-ff-sub-header {
|
|
817
756
|
display: block;
|
|
818
757
|
font-size: 12px;
|
|
@@ -341,45 +341,6 @@
|
|
|
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
|
-
|
|
383
344
|
.e-menu-item .e-de-cmt-add::before {
|
|
384
345
|
content: "\e82c";
|
|
385
346
|
}
|
|
@@ -643,14 +604,6 @@
|
|
|
643
604
|
content: "\e882";
|
|
644
605
|
}
|
|
645
606
|
|
|
646
|
-
.e-de-preset-container {
|
|
647
|
-
width: 95px;
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
.e-de-preset-container.e-de-rtl {
|
|
651
|
-
width: 85px;
|
|
652
|
-
}
|
|
653
|
-
|
|
654
607
|
.e-de-dlg-container {
|
|
655
608
|
padding-bottom: 16px;
|
|
656
609
|
}
|
|
@@ -832,20 +785,6 @@
|
|
|
832
785
|
background-color: #323130;
|
|
833
786
|
}
|
|
834
787
|
|
|
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
|
-
|
|
849
788
|
.e-de-ff-sub-header {
|
|
850
789
|
display: block;
|
|
851
790
|
font-size: 12px;
|