@syncfusion/ej2-angular-documenteditor 20.3.60 → 20.4.38-ngcc
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/@syncfusion/ej2-angular-documenteditor.es5.js +583 -0
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-documenteditor.js +553 -0
- package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
- package/CHANGELOG.md +3024 -0
- package/dist/ej2-angular-documenteditor.umd.js +866 -0
- package/dist/ej2-angular-documenteditor.umd.js.map +1 -0
- package/dist/ej2-angular-documenteditor.umd.min.js +11 -0
- package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -0
- package/ej2-angular-documenteditor.d.ts +6 -0
- package/ej2-angular-documenteditor.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- 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 -6
- package/src/document-editor/documenteditor.component.d.ts +0 -3
- package/src/document-editor/documenteditor.module.d.ts +0 -6
- package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +0 -6
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +0 -3
- package/src/document-editor-container/documenteditorcontainer.module.d.ts +0 -6
- 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.css +61 -0
- package/styles/document-editor/bootstrap-dark.scss +1 -4
- package/styles/document-editor/bootstrap.css +61 -0
- package/styles/document-editor/bootstrap.scss +1 -4
- package/styles/document-editor/bootstrap4.css +61 -0
- package/styles/document-editor/bootstrap4.scss +1 -4
- package/styles/document-editor/bootstrap5-dark.css +61 -0
- package/styles/document-editor/bootstrap5-dark.scss +1 -4
- package/styles/document-editor/bootstrap5.css +61 -0
- package/styles/document-editor/bootstrap5.scss +1 -4
- package/styles/document-editor/fabric-dark.css +61 -0
- package/styles/document-editor/fabric-dark.scss +1 -4
- package/styles/document-editor/fabric.css +61 -0
- package/styles/document-editor/fabric.scss +1 -4
- package/styles/document-editor/fluent-dark.css +61 -0
- package/styles/document-editor/fluent-dark.scss +1 -4
- package/styles/document-editor/fluent.css +61 -0
- package/styles/document-editor/fluent.scss +1 -4
- package/styles/document-editor/highcontrast-light.css +47 -0
- package/styles/document-editor/highcontrast-light.scss +1 -4
- package/styles/document-editor/highcontrast.css +61 -0
- package/styles/document-editor/highcontrast.scss +1 -4
- package/styles/document-editor/material-dark.css +61 -0
- package/styles/document-editor/material-dark.scss +1 -4
- package/styles/document-editor/material.css +61 -0
- package/styles/document-editor/material.scss +1 -4
- package/styles/document-editor/tailwind-dark.css +61 -0
- package/styles/document-editor/tailwind-dark.scss +1 -4
- package/styles/document-editor/tailwind.css +61 -0
- package/styles/document-editor/tailwind.scss +1 -4
- package/styles/document-editor-container/bootstrap-dark.css +65 -0
- package/styles/document-editor-container/bootstrap-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap.css +65 -0
- package/styles/document-editor-container/bootstrap.scss +1 -5
- package/styles/document-editor-container/bootstrap4.css +65 -0
- package/styles/document-editor-container/bootstrap4.scss +1 -5
- package/styles/document-editor-container/bootstrap5-dark.css +65 -0
- package/styles/document-editor-container/bootstrap5-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap5.css +65 -0
- package/styles/document-editor-container/bootstrap5.scss +1 -5
- package/styles/document-editor-container/fabric-dark.css +66 -0
- package/styles/document-editor-container/fabric-dark.scss +1 -5
- package/styles/document-editor-container/fabric.css +66 -0
- package/styles/document-editor-container/fabric.scss +1 -5
- package/styles/document-editor-container/fluent-dark.css +65 -0
- package/styles/document-editor-container/fluent-dark.scss +1 -5
- package/styles/document-editor-container/fluent.css +65 -0
- package/styles/document-editor-container/fluent.scss +1 -5
- package/styles/document-editor-container/highcontrast-light.css +65 -0
- package/styles/document-editor-container/highcontrast-light.scss +1 -5
- package/styles/document-editor-container/highcontrast.css +65 -0
- package/styles/document-editor-container/highcontrast.scss +1 -5
- package/styles/document-editor-container/material-dark.css +65 -0
- package/styles/document-editor-container/material-dark.scss +1 -5
- package/styles/document-editor-container/material.css +65 -0
- package/styles/document-editor-container/material.scss +1 -5
- package/styles/document-editor-container/tailwind-dark.css +65 -0
- package/styles/document-editor-container/tailwind-dark.scss +1 -5
- package/styles/document-editor-container/tailwind.css +65 -0
- package/styles/document-editor-container/tailwind.scss +1 -5
- 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/esm2020/public_api.mjs +0 -3
- package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -113
- package/esm2020/src/document-editor/documenteditor.component.mjs +0 -262
- package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
- package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
- package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
- package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -506
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -506
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/styles/document-editor/_all.scss +0 -3
- package/styles/document-editor/_bootstrap-dark-definition.scss +0 -544
- package/styles/document-editor/_bootstrap-definition.scss +0 -543
- package/styles/document-editor/_bootstrap4-definition.scss +0 -556
- package/styles/document-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor/_bootstrap5-definition.scss +0 -557
- package/styles/document-editor/_fabric-dark-definition.scss +0 -546
- package/styles/document-editor/_fabric-definition.scss +0 -545
- package/styles/document-editor/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor/_fluent-definition.scss +0 -566
- package/styles/document-editor/_fusionnew-definition.scss +0 -557
- package/styles/document-editor/_highcontrast-definition.scss +0 -545
- package/styles/document-editor/_highcontrast-light-definition.scss +0 -2985
- package/styles/document-editor/_layout.scss +0 -216
- package/styles/document-editor/_material-dark-definition.scss +0 -562
- package/styles/document-editor/_material-definition.scss +0 -562
- package/styles/document-editor/_material3-definition.scss +0 -557
- package/styles/document-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor/_tailwind-definition.scss +0 -554
- package/styles/document-editor/_theme.scss +0 -3391
- package/styles/document-editor/icons/_bootstrap-dark.scss +0 -607
- package/styles/document-editor/icons/_bootstrap.scss +0 -607
- package/styles/document-editor/icons/_bootstrap4.scss +0 -592
- package/styles/document-editor/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor/icons/_bootstrap5.scss +0 -642
- package/styles/document-editor/icons/_fabric-dark.scss +0 -607
- package/styles/document-editor/icons/_fabric.scss +0 -607
- package/styles/document-editor/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor/icons/_fluent.scss +0 -640
- package/styles/document-editor/icons/_fusionnew.scss +0 -642
- package/styles/document-editor/icons/_highcontrast-light.scss +0 -612
- package/styles/document-editor/icons/_highcontrast.scss +0 -607
- package/styles/document-editor/icons/_material-dark.scss +0 -600
- package/styles/document-editor/icons/_material.scss +0 -600
- package/styles/document-editor/icons/_material3.scss +0 -642
- package/styles/document-editor/icons/_tailwind-dark.scss +0 -642
- package/styles/document-editor/icons/_tailwind.scss +0 -642
- package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +0 -171
- package/styles/document-editor-container/_all.scss +0 -2
- package/styles/document-editor-container/_bootstrap-dark-definition.scss +0 -127
- package/styles/document-editor-container/_bootstrap-definition.scss +0 -127
- package/styles/document-editor-container/_bootstrap4-definition.scss +0 -143
- package/styles/document-editor-container/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor-container/_bootstrap5-definition.scss +0 -153
- package/styles/document-editor-container/_definition.scss +0 -11
- package/styles/document-editor-container/_fabric-dark-definition.scss +0 -132
- package/styles/document-editor-container/_fabric-definition.scss +0 -129
- package/styles/document-editor-container/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor-container/_fluent-definition.scss +0 -154
- package/styles/document-editor-container/_fusionnew-definition.scss +0 -153
- package/styles/document-editor-container/_highcontrast-definition.scss +0 -130
- package/styles/document-editor-container/_highcontrast-light-definition.scss +0 -133
- package/styles/document-editor-container/_layout.scss +0 -87
- package/styles/document-editor-container/_material-dark-definition.scss +0 -131
- package/styles/document-editor-container/_material-definition.scss +0 -130
- package/styles/document-editor-container/_material3-definition.scss +0 -153
- package/styles/document-editor-container/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor-container/_tailwind-definition.scss +0 -147
- package/styles/document-editor-container/_theme.scss +0 -2005
- package/styles/document-editor-container/icons/_bootstrap-dark.scss +0 -402
- package/styles/document-editor-container/icons/_bootstrap.scss +0 -402
- package/styles/document-editor-container/icons/_bootstrap4.scss +0 -402
- package/styles/document-editor-container/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor-container/icons/_bootstrap5.scss +0 -428
- package/styles/document-editor-container/icons/_fabric-dark.scss +0 -402
- package/styles/document-editor-container/icons/_fabric.scss +0 -402
- package/styles/document-editor-container/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor-container/icons/_fluent.scss +0 -428
- package/styles/document-editor-container/icons/_fusionnew.scss +0 -428
- package/styles/document-editor-container/icons/_highcontrast-light.scss +0 -402
- package/styles/document-editor-container/icons/_highcontrast.scss +0 -402
- package/styles/document-editor-container/icons/_material-dark.scss +0 -404
- package/styles/document-editor-container/icons/_material.scss +0 -404
- package/styles/document-editor-container/icons/_material3.scss +0 -428
- package/styles/document-editor-container/icons/_tailwind-dark.scss +0 -428
- package/styles/document-editor-container/icons/_tailwind.scss +0 -428
- package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
|
@@ -425,6 +425,71 @@
|
|
|
425
425
|
font-family: "e-icons";
|
|
426
426
|
}
|
|
427
427
|
|
|
428
|
+
.e-de-ctnr-columns::before {
|
|
429
|
+
content: "\e8b4";
|
|
430
|
+
font-family: "e-icons";
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.e-de-ctnr-page-size::before {
|
|
434
|
+
content: "\e89a";
|
|
435
|
+
font-family: "e-icons";
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.e-de-ctnr-page-break-column::before {
|
|
439
|
+
content: "\e8b6";
|
|
440
|
+
font-family: "e-icons";
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
444
|
+
content: "\e89d";
|
|
445
|
+
font-family: "e-icons";
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
449
|
+
content: "\e8b5";
|
|
450
|
+
font-family: "e-icons";
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
454
|
+
content: "\e8b2";
|
|
455
|
+
font-family: "e-icons";
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
459
|
+
content: "\e8b3";
|
|
460
|
+
font-family: "e-icons";
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
.e-de-ctnr-columns-one::before {
|
|
464
|
+
content: "\e8b9";
|
|
465
|
+
font-family: "e-icons";
|
|
466
|
+
font-size: 60px;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
.e-de-ctnr-columns-two::before {
|
|
470
|
+
content: "\e8ba";
|
|
471
|
+
font-family: "e-icons";
|
|
472
|
+
font-size: 60px;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
.e-de-ctnr-columns-three::before {
|
|
476
|
+
content: "\e8bb";
|
|
477
|
+
font-family: "e-icons";
|
|
478
|
+
font-size: 60px;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
.e-de-ctnr-columns-right::before {
|
|
482
|
+
content: "\e8b7";
|
|
483
|
+
font-family: "e-icons";
|
|
484
|
+
font-size: 60px;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
.e-de-ctnr-columns-left::before {
|
|
488
|
+
content: "\e8b8";
|
|
489
|
+
font-family: "e-icons";
|
|
490
|
+
font-size: 60px;
|
|
491
|
+
}
|
|
492
|
+
|
|
428
493
|
.e-de-toolbar {
|
|
429
494
|
height: 100%;
|
|
430
495
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/fluent-dark-definition.scss';
|
|
3
|
-
@import 'fluent-dark-definition.scss';
|
|
4
|
-
@import 'icons/fluent-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/fluent-dark.scss';
|
|
@@ -425,6 +425,71 @@
|
|
|
425
425
|
font-family: "e-icons";
|
|
426
426
|
}
|
|
427
427
|
|
|
428
|
+
.e-de-ctnr-columns::before {
|
|
429
|
+
content: "\e8b4";
|
|
430
|
+
font-family: "e-icons";
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.e-de-ctnr-page-size::before {
|
|
434
|
+
content: "\e89a";
|
|
435
|
+
font-family: "e-icons";
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.e-de-ctnr-page-break-column::before {
|
|
439
|
+
content: "\e8b6";
|
|
440
|
+
font-family: "e-icons";
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
444
|
+
content: "\e89d";
|
|
445
|
+
font-family: "e-icons";
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
449
|
+
content: "\e8b5";
|
|
450
|
+
font-family: "e-icons";
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
454
|
+
content: "\e8b2";
|
|
455
|
+
font-family: "e-icons";
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
459
|
+
content: "\e8b3";
|
|
460
|
+
font-family: "e-icons";
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
.e-de-ctnr-columns-one::before {
|
|
464
|
+
content: "\e8b9";
|
|
465
|
+
font-family: "e-icons";
|
|
466
|
+
font-size: 60px;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
.e-de-ctnr-columns-two::before {
|
|
470
|
+
content: "\e8ba";
|
|
471
|
+
font-family: "e-icons";
|
|
472
|
+
font-size: 60px;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
.e-de-ctnr-columns-three::before {
|
|
476
|
+
content: "\e8bb";
|
|
477
|
+
font-family: "e-icons";
|
|
478
|
+
font-size: 60px;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
.e-de-ctnr-columns-right::before {
|
|
482
|
+
content: "\e8b7";
|
|
483
|
+
font-family: "e-icons";
|
|
484
|
+
font-size: 60px;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
.e-de-ctnr-columns-left::before {
|
|
488
|
+
content: "\e8b8";
|
|
489
|
+
font-family: "e-icons";
|
|
490
|
+
font-size: 60px;
|
|
491
|
+
}
|
|
492
|
+
|
|
428
493
|
.e-de-toolbar {
|
|
429
494
|
height: 100%;
|
|
430
495
|
}
|
|
@@ -2437,6 +2437,71 @@ label[for=container_wholeWord] {
|
|
|
2437
2437
|
font-family: "e-icons";
|
|
2438
2438
|
}
|
|
2439
2439
|
|
|
2440
|
+
.e-de-ctnr-columns::before {
|
|
2441
|
+
content: "\e968";
|
|
2442
|
+
font-family: "e-icons";
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
.e-de-ctnr-page-size::before {
|
|
2446
|
+
content: "\e947";
|
|
2447
|
+
font-family: "e-icons";
|
|
2448
|
+
}
|
|
2449
|
+
|
|
2450
|
+
.e-de-ctnr-page-break-column::before {
|
|
2451
|
+
content: "\e970";
|
|
2452
|
+
font-family: "e-icons";
|
|
2453
|
+
}
|
|
2454
|
+
|
|
2455
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
2456
|
+
content: "\e94a";
|
|
2457
|
+
font-family: "e-icons";
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2460
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
2461
|
+
content: "\e971";
|
|
2462
|
+
font-family: "e-icons";
|
|
2463
|
+
}
|
|
2464
|
+
|
|
2465
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
2466
|
+
content: "\e964";
|
|
2467
|
+
font-family: "e-icons";
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2470
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
2471
|
+
content: "\e967";
|
|
2472
|
+
font-family: "e-icons";
|
|
2473
|
+
}
|
|
2474
|
+
|
|
2475
|
+
.e-de-ctnr-columns-one::before {
|
|
2476
|
+
content: "\e977";
|
|
2477
|
+
font-family: "e-icons";
|
|
2478
|
+
font-size: 60px;
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2481
|
+
.e-de-ctnr-columns-two::before {
|
|
2482
|
+
content: "\e978";
|
|
2483
|
+
font-family: "e-icons";
|
|
2484
|
+
font-size: 60px;
|
|
2485
|
+
}
|
|
2486
|
+
|
|
2487
|
+
.e-de-ctnr-columns-three::before {
|
|
2488
|
+
content: "\e979";
|
|
2489
|
+
font-family: "e-icons";
|
|
2490
|
+
font-size: 60px;
|
|
2491
|
+
}
|
|
2492
|
+
|
|
2493
|
+
.e-de-ctnr-columns-right::before {
|
|
2494
|
+
content: "\e974";
|
|
2495
|
+
font-family: "e-icons";
|
|
2496
|
+
font-size: 60px;
|
|
2497
|
+
}
|
|
2498
|
+
|
|
2499
|
+
.e-de-ctnr-columns-left::before {
|
|
2500
|
+
content: "\e975";
|
|
2501
|
+
font-family: "e-icons";
|
|
2502
|
+
font-size: 60px;
|
|
2503
|
+
}
|
|
2504
|
+
|
|
2440
2505
|
.e-de-toolbar {
|
|
2441
2506
|
height: 100%;
|
|
2442
2507
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'highcontrast-light-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast-light.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/highcontrast-light.scss';
|
|
@@ -399,6 +399,71 @@
|
|
|
399
399
|
font-family: "e-icons";
|
|
400
400
|
}
|
|
401
401
|
|
|
402
|
+
.e-de-ctnr-columns::before {
|
|
403
|
+
content: "\e968";
|
|
404
|
+
font-family: "e-icons";
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
.e-de-ctnr-page-size::before {
|
|
408
|
+
content: "\e947";
|
|
409
|
+
font-family: "e-icons";
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.e-de-ctnr-page-break-column::before {
|
|
413
|
+
content: "\e970";
|
|
414
|
+
font-family: "e-icons";
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
418
|
+
content: "\e94a";
|
|
419
|
+
font-family: "e-icons";
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
423
|
+
content: "\e971";
|
|
424
|
+
font-family: "e-icons";
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
428
|
+
content: "\e964";
|
|
429
|
+
font-family: "e-icons";
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
433
|
+
content: "\e967";
|
|
434
|
+
font-family: "e-icons";
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
.e-de-ctnr-columns-one::before {
|
|
438
|
+
content: "\e977";
|
|
439
|
+
font-family: "e-icons";
|
|
440
|
+
font-size: 60px;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.e-de-ctnr-columns-two::before {
|
|
444
|
+
content: "\e978";
|
|
445
|
+
font-family: "e-icons";
|
|
446
|
+
font-size: 60px;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.e-de-ctnr-columns-three::before {
|
|
450
|
+
content: "\e979";
|
|
451
|
+
font-family: "e-icons";
|
|
452
|
+
font-size: 60px;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.e-de-ctnr-columns-right::before {
|
|
456
|
+
content: "\e974";
|
|
457
|
+
font-family: "e-icons";
|
|
458
|
+
font-size: 60px;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.e-de-ctnr-columns-left::before {
|
|
462
|
+
content: "\e975";
|
|
463
|
+
font-family: "e-icons";
|
|
464
|
+
font-size: 60px;
|
|
465
|
+
}
|
|
466
|
+
|
|
402
467
|
.e-de-toolbar {
|
|
403
468
|
height: 100%;
|
|
404
469
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/highcontrast-definition.scss';
|
|
3
|
-
@import 'highcontrast-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/highcontrast.scss';
|
|
@@ -402,6 +402,71 @@
|
|
|
402
402
|
font-family: "e-icons";
|
|
403
403
|
}
|
|
404
404
|
|
|
405
|
+
.e-de-ctnr-columns::before {
|
|
406
|
+
content: "\e955";
|
|
407
|
+
font-family: "e-icons";
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.e-de-ctnr-page-size::before {
|
|
411
|
+
content: "\e952";
|
|
412
|
+
font-family: "e-icons";
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.e-de-ctnr-page-break-column::before {
|
|
416
|
+
content: "\e970";
|
|
417
|
+
font-family: "e-icons";
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
421
|
+
content: "\e972";
|
|
422
|
+
font-family: "e-icons";
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
426
|
+
content: "\e971";
|
|
427
|
+
font-family: "e-icons";
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
431
|
+
content: "\e96e";
|
|
432
|
+
font-family: "e-icons";
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
436
|
+
content: "\e96f";
|
|
437
|
+
font-family: "e-icons";
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.e-de-ctnr-columns-one::before {
|
|
441
|
+
content: "\e976";
|
|
442
|
+
font-family: "e-icons";
|
|
443
|
+
font-size: 60px;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.e-de-ctnr-columns-two::before {
|
|
447
|
+
content: "\e978";
|
|
448
|
+
font-family: "e-icons";
|
|
449
|
+
font-size: 60px;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.e-de-ctnr-columns-three::before {
|
|
453
|
+
content: "\e979";
|
|
454
|
+
font-family: "e-icons";
|
|
455
|
+
font-size: 60px;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
.e-de-ctnr-columns-right::before {
|
|
459
|
+
content: "\e973";
|
|
460
|
+
font-family: "e-icons";
|
|
461
|
+
font-size: 60px;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.e-de-ctnr-columns-left::before {
|
|
465
|
+
content: "\e975";
|
|
466
|
+
font-family: "e-icons";
|
|
467
|
+
font-size: 60px;
|
|
468
|
+
}
|
|
469
|
+
|
|
405
470
|
.e-de-toolbar {
|
|
406
471
|
height: 100%;
|
|
407
472
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/material-dark-definition.scss';
|
|
3
|
-
@import 'material-dark-definition.scss';
|
|
4
|
-
@import 'icons/material-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/material-dark.scss';
|
|
@@ -402,6 +402,71 @@
|
|
|
402
402
|
font-family: "e-icons";
|
|
403
403
|
}
|
|
404
404
|
|
|
405
|
+
.e-de-ctnr-columns::before {
|
|
406
|
+
content: "\e955";
|
|
407
|
+
font-family: "e-icons";
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.e-de-ctnr-page-size::before {
|
|
411
|
+
content: "\e952";
|
|
412
|
+
font-family: "e-icons";
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.e-de-ctnr-page-break-column::before {
|
|
416
|
+
content: "\e970";
|
|
417
|
+
font-family: "e-icons";
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
421
|
+
content: "\e972";
|
|
422
|
+
font-family: "e-icons";
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
426
|
+
content: "\e971";
|
|
427
|
+
font-family: "e-icons";
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
431
|
+
content: "\e96e";
|
|
432
|
+
font-family: "e-icons";
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
436
|
+
content: "\e96f";
|
|
437
|
+
font-family: "e-icons";
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.e-de-ctnr-columns-one::before {
|
|
441
|
+
content: "\e976";
|
|
442
|
+
font-family: "e-icons";
|
|
443
|
+
font-size: 60px;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.e-de-ctnr-columns-two::before {
|
|
447
|
+
content: "\e978";
|
|
448
|
+
font-family: "e-icons";
|
|
449
|
+
font-size: 60px;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.e-de-ctnr-columns-three::before {
|
|
453
|
+
content: "\e979";
|
|
454
|
+
font-family: "e-icons";
|
|
455
|
+
font-size: 60px;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
.e-de-ctnr-columns-right::before {
|
|
459
|
+
content: "\e973";
|
|
460
|
+
font-family: "e-icons";
|
|
461
|
+
font-size: 60px;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.e-de-ctnr-columns-left::before {
|
|
465
|
+
content: "\e975";
|
|
466
|
+
font-family: "e-icons";
|
|
467
|
+
font-size: 60px;
|
|
468
|
+
}
|
|
469
|
+
|
|
405
470
|
.e-de-toolbar {
|
|
406
471
|
height: 100%;
|
|
407
472
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/material-definition.scss';
|
|
3
|
-
@import 'material-definition.scss';
|
|
4
|
-
@import 'icons/material.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/material.scss';
|
|
@@ -426,6 +426,71 @@
|
|
|
426
426
|
font-family: "e-icons";
|
|
427
427
|
}
|
|
428
428
|
|
|
429
|
+
.e-de-ctnr-columns::before {
|
|
430
|
+
content: "\e89d";
|
|
431
|
+
font-family: "e-icons";
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.e-de-ctnr-page-size::before {
|
|
435
|
+
content: "\e89a";
|
|
436
|
+
font-family: "e-icons";
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.e-de-ctnr-page-break-column::before {
|
|
440
|
+
content: "\e8b4";
|
|
441
|
+
font-family: "e-icons";
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
445
|
+
content: "\e8b6";
|
|
446
|
+
font-family: "e-icons";
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
450
|
+
content: "\e8b5";
|
|
451
|
+
font-family: "e-icons";
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
455
|
+
content: "\e8b3";
|
|
456
|
+
font-family: "e-icons";
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
460
|
+
content: "\e8b2";
|
|
461
|
+
font-family: "e-icons";
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.e-de-ctnr-columns-one::before {
|
|
465
|
+
content: "\e8b9";
|
|
466
|
+
font-family: "e-icons";
|
|
467
|
+
font-size: 60px;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
.e-de-ctnr-columns-two::before {
|
|
471
|
+
content: "\e8ba";
|
|
472
|
+
font-family: "e-icons";
|
|
473
|
+
font-size: 60px;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.e-de-ctnr-columns-three::before {
|
|
477
|
+
content: "\e8bb";
|
|
478
|
+
font-family: "e-icons";
|
|
479
|
+
font-size: 60px;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.e-de-ctnr-columns-right::before {
|
|
483
|
+
content: "\e8b7";
|
|
484
|
+
font-family: "e-icons";
|
|
485
|
+
font-size: 60px;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
.e-de-ctnr-columns-left::before {
|
|
489
|
+
content: "\e8b8";
|
|
490
|
+
font-family: "e-icons";
|
|
491
|
+
font-size: 60px;
|
|
492
|
+
}
|
|
493
|
+
|
|
429
494
|
.e-de-toolbar {
|
|
430
495
|
height: 100%;
|
|
431
496
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/tailwind-dark-definition.scss';
|
|
3
|
-
@import 'tailwind-dark-definition.scss';
|
|
4
|
-
@import 'icons/tailwind-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/tailwind-dark.scss';
|
|
@@ -426,6 +426,71 @@
|
|
|
426
426
|
font-family: "e-icons";
|
|
427
427
|
}
|
|
428
428
|
|
|
429
|
+
.e-de-ctnr-columns::before {
|
|
430
|
+
content: "\e89d";
|
|
431
|
+
font-family: "e-icons";
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.e-de-ctnr-page-size::before {
|
|
435
|
+
content: "\e89a";
|
|
436
|
+
font-family: "e-icons";
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.e-de-ctnr-page-break-column::before {
|
|
440
|
+
content: "\e8b4";
|
|
441
|
+
font-family: "e-icons";
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
445
|
+
content: "\e8b6";
|
|
446
|
+
font-family: "e-icons";
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
450
|
+
content: "\e8b5";
|
|
451
|
+
font-family: "e-icons";
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
455
|
+
content: "\e8b3";
|
|
456
|
+
font-family: "e-icons";
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
460
|
+
content: "\e8b2";
|
|
461
|
+
font-family: "e-icons";
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.e-de-ctnr-columns-one::before {
|
|
465
|
+
content: "\e8b9";
|
|
466
|
+
font-family: "e-icons";
|
|
467
|
+
font-size: 60px;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
.e-de-ctnr-columns-two::before {
|
|
471
|
+
content: "\e8ba";
|
|
472
|
+
font-family: "e-icons";
|
|
473
|
+
font-size: 60px;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.e-de-ctnr-columns-three::before {
|
|
477
|
+
content: "\e8bb";
|
|
478
|
+
font-family: "e-icons";
|
|
479
|
+
font-size: 60px;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.e-de-ctnr-columns-right::before {
|
|
483
|
+
content: "\e8b7";
|
|
484
|
+
font-family: "e-icons";
|
|
485
|
+
font-size: 60px;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
.e-de-ctnr-columns-left::before {
|
|
489
|
+
content: "\e8b8";
|
|
490
|
+
font-family: "e-icons";
|
|
491
|
+
font-size: 60px;
|
|
492
|
+
}
|
|
493
|
+
|
|
429
494
|
.e-de-toolbar {
|
|
430
495
|
height: 100%;
|
|
431
496
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/tailwind-definition.scss';
|
|
3
|
-
@import 'tailwind-definition.scss';
|
|
4
|
-
@import 'icons/tailwind.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/tailwind.scss';
|