@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/bootstrap5.css
CHANGED
|
@@ -343,6 +343,45 @@
|
|
|
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
|
+
|
|
346
385
|
.e-menu-item .e-de-cmt-add::before {
|
|
347
386
|
content: "\e82c";
|
|
348
387
|
}
|
|
@@ -606,6 +645,14 @@
|
|
|
606
645
|
content: "\e882";
|
|
607
646
|
}
|
|
608
647
|
|
|
648
|
+
.e-de-preset-container {
|
|
649
|
+
width: 95px;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
.e-de-preset-container.e-de-rtl {
|
|
653
|
+
width: 85px;
|
|
654
|
+
}
|
|
655
|
+
|
|
609
656
|
.e-de-dlg-container {
|
|
610
657
|
padding-bottom: 12px;
|
|
611
658
|
}
|
|
@@ -787,6 +834,20 @@
|
|
|
787
834
|
background-color: #f8f9fa;
|
|
788
835
|
}
|
|
789
836
|
|
|
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
|
+
|
|
790
851
|
.e-de-ff-sub-header {
|
|
791
852
|
display: block;
|
|
792
853
|
font-size: 12px;
|
|
@@ -4271,6 +4332,71 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4271
4332
|
font-family: "e-icons";
|
|
4272
4333
|
}
|
|
4273
4334
|
|
|
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
|
+
|
|
4274
4400
|
.e-de-toolbar {
|
|
4275
4401
|
height: 100%;
|
|
4276
4402
|
}
|
|
@@ -894,6 +894,9 @@ $de-para-dlg-spacing-div-mrgn-left: 40px !default;
|
|
|
894
894
|
// Table properties
|
|
895
895
|
$de-row-height-bottom-margin: 8px;
|
|
896
896
|
|
|
897
|
+
//Columns Dialog
|
|
898
|
+
$de-column-presets-font-size: 60px !default;
|
|
899
|
+
|
|
897
900
|
@include export-module('documenteditor-icons') {
|
|
898
901
|
.e-documenteditor {
|
|
899
902
|
.e-close::before {
|
|
@@ -552,3 +552,6 @@ $de-op-search-txt: $primary !default;
|
|
|
552
552
|
$de-border-dlg-border-preview-div-opacity: rgba(0, 0, 0, .54) !default;
|
|
553
553
|
$de-op-btn-icon-hover-clr: rgba(0, 0, 0, .75) !default;
|
|
554
554
|
$de-cmt-separator: $border-light !default;
|
|
555
|
+
|
|
556
|
+
//Columns Dialog
|
|
557
|
+
$de-column-presets-font-size: 60px !default;
|
|
@@ -3,6 +3,19 @@
|
|
|
3
3
|
.e-de-background {
|
|
4
4
|
background-color: $de-background;
|
|
5
5
|
}
|
|
6
|
+
.e-de-column-label {
|
|
7
|
+
font-size: $de-border-dlg-settinglabels-fontsize;
|
|
8
|
+
font-weight: $de-border-dlg-border-label-fontweight;
|
|
9
|
+
padding-left: 20px;
|
|
10
|
+
padding-right: 20px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.e-de-column-label.e-de-rtl {
|
|
14
|
+
font-size: $de-border-dlg-settinglabels-fontsize;
|
|
15
|
+
font-weight: $de-border-dlg-border-label-fontweight;
|
|
16
|
+
padding-left: 50px;
|
|
17
|
+
padding-right: 50px;
|
|
18
|
+
}
|
|
6
19
|
.e-de-ff-sub-header {
|
|
7
20
|
display: block;
|
|
8
21
|
font-size: 12px;
|
|
@@ -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: #232323;
|
|
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;
|
|
@@ -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 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
|
+
|
|
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: #fff;
|
|
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;
|
|
@@ -405,6 +405,45 @@
|
|
|
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
|
+
|
|
408
447
|
.e-de-table-border-diagionalup-alignment::before {
|
|
409
448
|
content: "\e7ca";
|
|
410
449
|
font-size: 16px;
|
|
@@ -568,6 +607,14 @@
|
|
|
568
607
|
content: "\e91f";
|
|
569
608
|
}
|
|
570
609
|
|
|
610
|
+
.e-de-preset-container {
|
|
611
|
+
width: 95px;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
.e-de-preset-container.e-de-rtl {
|
|
615
|
+
width: 85px;
|
|
616
|
+
}
|
|
617
|
+
|
|
571
618
|
.e-de-dlg-container {
|
|
572
619
|
padding-bottom: 12px;
|
|
573
620
|
}
|
|
@@ -749,6 +796,20 @@
|
|
|
749
796
|
background-color: #e9ecef;
|
|
750
797
|
}
|
|
751
798
|
|
|
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
|
+
|
|
752
813
|
.e-de-ff-sub-header {
|
|
753
814
|
display: block;
|
|
754
815
|
font-size: 12px;
|
|
@@ -343,6 +343,45 @@
|
|
|
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
|
+
|
|
346
385
|
.e-menu-item .e-de-cmt-add::before {
|
|
347
386
|
content: "\e82c";
|
|
348
387
|
}
|
|
@@ -606,6 +645,14 @@
|
|
|
606
645
|
content: "\e882";
|
|
607
646
|
}
|
|
608
647
|
|
|
648
|
+
.e-de-preset-container {
|
|
649
|
+
width: 95px;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
.e-de-preset-container.e-de-rtl {
|
|
653
|
+
width: 85px;
|
|
654
|
+
}
|
|
655
|
+
|
|
609
656
|
.e-de-dlg-container {
|
|
610
657
|
padding-bottom: 12px;
|
|
611
658
|
}
|
|
@@ -787,6 +834,20 @@
|
|
|
787
834
|
background-color: #282d31;
|
|
788
835
|
}
|
|
789
836
|
|
|
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
|
+
|
|
790
851
|
.e-de-ff-sub-header {
|
|
791
852
|
display: block;
|
|
792
853
|
font-size: 12px;
|
|
@@ -343,6 +343,45 @@
|
|
|
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
|
+
|
|
346
385
|
.e-menu-item .e-de-cmt-add::before {
|
|
347
386
|
content: "\e82c";
|
|
348
387
|
}
|
|
@@ -606,6 +645,14 @@
|
|
|
606
645
|
content: "\e882";
|
|
607
646
|
}
|
|
608
647
|
|
|
648
|
+
.e-de-preset-container {
|
|
649
|
+
width: 95px;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
.e-de-preset-container.e-de-rtl {
|
|
653
|
+
width: 85px;
|
|
654
|
+
}
|
|
655
|
+
|
|
609
656
|
.e-de-dlg-container {
|
|
610
657
|
padding-bottom: 12px;
|
|
611
658
|
}
|
|
@@ -787,6 +834,20 @@
|
|
|
787
834
|
background-color: #f8f9fa;
|
|
788
835
|
}
|
|
789
836
|
|
|
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
|
+
|
|
790
851
|
.e-de-ff-sub-header {
|
|
791
852
|
display: block;
|
|
792
853
|
font-size: 12px;
|