@syncfusion/ej2-angular-documenteditor 22.2.8 → 22.2.9-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 +3562 -0
- package/dist/ej2-angular-documenteditor.umd.js +1250 -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 +14 -28
- 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 +0 -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/styles/bootstrap-dark.css +12 -0
- package/styles/bootstrap.css +12 -0
- package/styles/bootstrap4.css +12 -0
- package/styles/bootstrap5-dark.css +12 -0
- package/styles/bootstrap5.css +12 -0
- package/styles/document-editor/bootstrap-dark.css +8 -0
- package/styles/document-editor/bootstrap-dark.scss +1 -4
- package/styles/document-editor/bootstrap.css +8 -0
- package/styles/document-editor/bootstrap.scss +1 -4
- package/styles/document-editor/bootstrap4.css +8 -0
- package/styles/document-editor/bootstrap4.scss +1 -4
- package/styles/document-editor/bootstrap5-dark.css +8 -0
- package/styles/document-editor/bootstrap5-dark.scss +1 -4
- package/styles/document-editor/bootstrap5.css +8 -0
- package/styles/document-editor/bootstrap5.scss +1 -4
- package/styles/document-editor/fabric-dark.css +8 -0
- package/styles/document-editor/fabric-dark.scss +1 -4
- package/styles/document-editor/fabric.css +8 -0
- package/styles/document-editor/fabric.scss +1 -4
- package/styles/document-editor/fluent-dark.css +8 -0
- package/styles/document-editor/fluent-dark.scss +1 -4
- package/styles/document-editor/fluent.css +8 -0
- package/styles/document-editor/fluent.scss +1 -4
- package/styles/document-editor/highcontrast-light.scss +1 -4
- package/styles/document-editor/highcontrast.css +8 -0
- package/styles/document-editor/highcontrast.scss +1 -4
- package/styles/document-editor/material-dark.css +8 -0
- package/styles/document-editor/material-dark.scss +1 -4
- package/styles/document-editor/material.css +8 -0
- package/styles/document-editor/material.scss +1 -4
- package/styles/document-editor/material3-dark.css +8 -0
- package/styles/document-editor/material3-dark.scss +1 -4
- package/styles/document-editor/material3.css +8 -0
- package/styles/document-editor/material3.scss +1 -4
- package/styles/document-editor/tailwind-dark.css +8 -0
- package/styles/document-editor/tailwind-dark.scss +1 -4
- package/styles/document-editor/tailwind.css +8 -0
- package/styles/document-editor/tailwind.scss +1 -4
- package/styles/document-editor-container/bootstrap-dark.css +4 -0
- package/styles/document-editor-container/bootstrap-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap.css +4 -0
- package/styles/document-editor-container/bootstrap.scss +1 -5
- package/styles/document-editor-container/bootstrap4.css +4 -0
- package/styles/document-editor-container/bootstrap4.scss +1 -5
- package/styles/document-editor-container/bootstrap5-dark.css +4 -0
- package/styles/document-editor-container/bootstrap5-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap5.css +4 -0
- package/styles/document-editor-container/bootstrap5.scss +1 -5
- package/styles/document-editor-container/fabric-dark.css +4 -0
- package/styles/document-editor-container/fabric-dark.scss +1 -5
- package/styles/document-editor-container/fabric.css +4 -0
- package/styles/document-editor-container/fabric.scss +1 -5
- package/styles/document-editor-container/fluent-dark.css +4 -0
- package/styles/document-editor-container/fluent-dark.scss +1 -5
- package/styles/document-editor-container/fluent.css +4 -0
- package/styles/document-editor-container/fluent.scss +1 -5
- package/styles/document-editor-container/highcontrast-light.css +4 -0
- package/styles/document-editor-container/highcontrast-light.scss +1 -5
- package/styles/document-editor-container/highcontrast.css +4 -0
- package/styles/document-editor-container/highcontrast.scss +1 -5
- package/styles/document-editor-container/material-dark.css +4 -0
- package/styles/document-editor-container/material-dark.scss +1 -5
- package/styles/document-editor-container/material.css +4 -0
- package/styles/document-editor-container/material.scss +1 -5
- package/styles/document-editor-container/material3-dark.css +4 -0
- package/styles/document-editor-container/material3-dark.scss +1 -5
- package/styles/document-editor-container/material3.css +4 -0
- package/styles/document-editor-container/material3.scss +1 -5
- package/styles/document-editor-container/tailwind-dark.css +4 -0
- package/styles/document-editor-container/tailwind-dark.scss +1 -5
- package/styles/document-editor-container/tailwind.css +4 -0
- package/styles/document-editor-container/tailwind.scss +1 -5
- package/styles/fabric-dark.css +12 -0
- package/styles/fabric.css +12 -0
- package/styles/fluent-dark.css +12 -0
- package/styles/fluent.css +12 -0
- package/styles/highcontrast-light.css +4 -0
- package/styles/highcontrast.css +12 -0
- package/styles/material-dark.css +12 -0
- package/styles/material.css +12 -0
- package/styles/material3-dark.css +68 -0
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +123 -0
- package/styles/material3.scss +0 -1
- package/styles/tailwind-dark.css +12 -0
- package/styles/tailwind.css +12 -0
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -116
- package/esm2020/src/document-editor/documenteditor.component.mjs +0 -269
- 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 -516
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -516
- 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 -547
- package/styles/document-editor/_bootstrap-definition.scss +0 -546
- package/styles/document-editor/_bootstrap4-definition.scss +0 -559
- package/styles/document-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor/_bootstrap5-definition.scss +0 -560
- package/styles/document-editor/_fabric-dark-definition.scss +0 -549
- package/styles/document-editor/_fabric-definition.scss +0 -548
- package/styles/document-editor/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor/_fluent-definition.scss +0 -569
- package/styles/document-editor/_fusionnew-definition.scss +0 -560
- package/styles/document-editor/_highcontrast-definition.scss +0 -548
- package/styles/document-editor/_highcontrast-light-definition.scss +0 -2988
- package/styles/document-editor/_layout.scss +0 -216
- package/styles/document-editor/_material-dark-definition.scss +0 -565
- package/styles/document-editor/_material-definition.scss +0 -565
- package/styles/document-editor/_material3-dark-definition.scss +0 -1
- package/styles/document-editor/_material3-definition.scss +0 -560
- package/styles/document-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor/_tailwind-definition.scss +0 -557
- package/styles/document-editor/_theme.scss +0 -3539
- package/styles/document-editor/icons/_bootstrap-dark.scss +0 -660
- package/styles/document-editor/icons/_bootstrap.scss +0 -660
- package/styles/document-editor/icons/_bootstrap4.scss +0 -645
- package/styles/document-editor/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor/icons/_bootstrap5.scss +0 -699
- package/styles/document-editor/icons/_fabric-dark.scss +0 -660
- package/styles/document-editor/icons/_fabric.scss +0 -660
- package/styles/document-editor/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor/icons/_fluent.scss +0 -702
- package/styles/document-editor/icons/_fusionnew.scss +0 -696
- package/styles/document-editor/icons/_highcontrast-light.scss +0 -665
- package/styles/document-editor/icons/_highcontrast.scss +0 -660
- package/styles/document-editor/icons/_material-dark.scss +0 -653
- package/styles/document-editor/icons/_material.scss +0 -653
- package/styles/document-editor/icons/_material3-dark.scss +0 -1
- package/styles/document-editor/icons/_material3.scss +0 -696
- package/styles/document-editor/icons/_tailwind-dark.scss +0 -696
- package/styles/document-editor/icons/_tailwind.scss +0 -699
- package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +0 -174
- package/styles/document-editor-container/_all.scss +0 -2
- package/styles/document-editor-container/_bootstrap-dark-definition.scss +0 -133
- package/styles/document-editor-container/_bootstrap-definition.scss +0 -133
- package/styles/document-editor-container/_bootstrap4-definition.scss +0 -149
- package/styles/document-editor-container/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor-container/_bootstrap5-definition.scss +0 -159
- package/styles/document-editor-container/_definition.scss +0 -12
- package/styles/document-editor-container/_fabric-dark-definition.scss +0 -138
- package/styles/document-editor-container/_fabric-definition.scss +0 -135
- package/styles/document-editor-container/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor-container/_fluent-definition.scss +0 -160
- package/styles/document-editor-container/_fusionnew-definition.scss +0 -159
- package/styles/document-editor-container/_highcontrast-definition.scss +0 -136
- package/styles/document-editor-container/_highcontrast-light-definition.scss +0 -139
- package/styles/document-editor-container/_layout.scss +0 -87
- package/styles/document-editor-container/_material-dark-definition.scss +0 -137
- package/styles/document-editor-container/_material-definition.scss +0 -136
- package/styles/document-editor-container/_material3-dark-definition.scss +0 -1
- package/styles/document-editor-container/_material3-definition.scss +0 -163
- package/styles/document-editor-container/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor-container/_tailwind-definition.scss +0 -153
- package/styles/document-editor-container/_theme.scss +0 -2406
- package/styles/document-editor-container/icons/_bootstrap-dark.scss +0 -482
- package/styles/document-editor-container/icons/_bootstrap.scss +0 -482
- package/styles/document-editor-container/icons/_bootstrap4.scss +0 -482
- package/styles/document-editor-container/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor-container/icons/_bootstrap5.scss +0 -509
- package/styles/document-editor-container/icons/_fabric-dark.scss +0 -483
- package/styles/document-editor-container/icons/_fabric.scss +0 -482
- package/styles/document-editor-container/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor-container/icons/_fluent.scss +0 -508
- package/styles/document-editor-container/icons/_fusionnew.scss +0 -508
- package/styles/document-editor-container/icons/_highcontrast-light.scss +0 -482
- package/styles/document-editor-container/icons/_highcontrast.scss +0 -482
- package/styles/document-editor-container/icons/_material-dark.scss +0 -484
- package/styles/document-editor-container/icons/_material.scss +0 -484
- package/styles/document-editor-container/icons/_material3-dark.scss +0 -1
- package/styles/document-editor-container/icons/_material3.scss +0 -507
- package/styles/document-editor-container/icons/_tailwind-dark.scss +0 -508
- package/styles/document-editor-container/icons/_tailwind.scss +0 -508
- package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/fabric-dark-definition.scss';
|
|
3
|
-
@import 'fabric-dark-definition.scss';
|
|
4
|
-
@import 'icons/fabric-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/fabric-dark.scss';
|
|
@@ -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';
|
|
@@ -2521,6 +2521,10 @@ label[for=container_wholeWord] {
|
|
|
2521
2521
|
height: 100%;
|
|
2522
2522
|
}
|
|
2523
2523
|
|
|
2524
|
+
.e-documenteditorcontainer {
|
|
2525
|
+
display: block;
|
|
2526
|
+
}
|
|
2527
|
+
|
|
2524
2528
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
2525
2529
|
height: 0;
|
|
2526
2530
|
line-height: 0;
|
|
@@ -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';
|
|
@@ -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';
|
|
@@ -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';
|
|
@@ -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';
|
|
@@ -1,6 +1,2 @@
|
|
|
1
1
|
@import 'ej2-base/styles/material3-dark-definition.scss';
|
|
2
|
-
|
|
3
|
-
@import '../document-editor/material3-dark-definition.scss';
|
|
4
|
-
@import 'material3-dark-definition.scss';
|
|
5
|
-
@import 'icons/material3-dark.scss';
|
|
6
|
-
@import 'all.scss';
|
|
2
|
+
@import 'ej2-documenteditor/styles/document-editor-container/material3-dark.scss';
|
|
@@ -1,6 +1,2 @@
|
|
|
1
1
|
@import 'ej2-base/styles/material3-definition.scss';
|
|
2
|
-
|
|
3
|
-
@import '../document-editor/material3-definition.scss';
|
|
4
|
-
@import 'material3-definition.scss';
|
|
5
|
-
@import 'icons/material3.scss';
|
|
6
|
-
@import 'all.scss';
|
|
2
|
+
@import 'ej2-documenteditor/styles/document-editor-container/material3.scss';
|
|
@@ -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';
|
|
@@ -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';
|
package/styles/fabric-dark.css
CHANGED
|
@@ -633,6 +633,14 @@
|
|
|
633
633
|
display: flex;
|
|
634
634
|
}
|
|
635
635
|
|
|
636
|
+
.e-de-svg-border-color {
|
|
637
|
+
stroke: #dadada;
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
.e-de-svg-border-fill-color {
|
|
641
|
+
fill: #dadada;
|
|
642
|
+
}
|
|
643
|
+
|
|
636
644
|
.e-de-container-row {
|
|
637
645
|
display: -ms-flexbox;
|
|
638
646
|
display: flex;
|
|
@@ -4308,6 +4316,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4308
4316
|
height: 100%;
|
|
4309
4317
|
}
|
|
4310
4318
|
|
|
4319
|
+
.e-documenteditorcontainer {
|
|
4320
|
+
display: block;
|
|
4321
|
+
}
|
|
4322
|
+
|
|
4311
4323
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
4312
4324
|
height: 0;
|
|
4313
4325
|
line-height: 0;
|
package/styles/fabric.css
CHANGED
|
@@ -633,6 +633,14 @@
|
|
|
633
633
|
display: flex;
|
|
634
634
|
}
|
|
635
635
|
|
|
636
|
+
.e-de-svg-border-color {
|
|
637
|
+
stroke: #333;
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
.e-de-svg-border-fill-color {
|
|
641
|
+
fill: #333;
|
|
642
|
+
}
|
|
643
|
+
|
|
636
644
|
.e-de-container-row {
|
|
637
645
|
display: -ms-flexbox;
|
|
638
646
|
display: flex;
|
|
@@ -4312,6 +4320,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4312
4320
|
height: 100%;
|
|
4313
4321
|
}
|
|
4314
4322
|
|
|
4323
|
+
.e-documenteditorcontainer {
|
|
4324
|
+
display: block;
|
|
4325
|
+
}
|
|
4326
|
+
|
|
4315
4327
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
4316
4328
|
height: 0;
|
|
4317
4329
|
line-height: 0;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -674,6 +674,14 @@
|
|
|
674
674
|
display: flex;
|
|
675
675
|
}
|
|
676
676
|
|
|
677
|
+
.e-de-svg-border-color {
|
|
678
|
+
stroke: #f3f2f1;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
.e-de-svg-border-fill-color {
|
|
682
|
+
fill: #f3f2f1;
|
|
683
|
+
}
|
|
684
|
+
|
|
677
685
|
.e-de-container-row {
|
|
678
686
|
display: -ms-flexbox;
|
|
679
687
|
display: flex;
|
|
@@ -4375,6 +4383,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4375
4383
|
height: 100%;
|
|
4376
4384
|
}
|
|
4377
4385
|
|
|
4386
|
+
.e-documenteditorcontainer {
|
|
4387
|
+
display: block;
|
|
4388
|
+
}
|
|
4389
|
+
|
|
4378
4390
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
4379
4391
|
height: 0;
|
|
4380
4392
|
line-height: 0.5;
|
package/styles/fluent.css
CHANGED
|
@@ -674,6 +674,14 @@
|
|
|
674
674
|
display: flex;
|
|
675
675
|
}
|
|
676
676
|
|
|
677
|
+
.e-de-svg-border-color {
|
|
678
|
+
stroke: #201f1e;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
.e-de-svg-border-fill-color {
|
|
682
|
+
fill: #201f1e;
|
|
683
|
+
}
|
|
684
|
+
|
|
677
685
|
.e-de-container-row {
|
|
678
686
|
display: -ms-flexbox;
|
|
679
687
|
display: flex;
|
|
@@ -4375,6 +4383,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4375
4383
|
height: 100%;
|
|
4376
4384
|
}
|
|
4377
4385
|
|
|
4386
|
+
.e-documenteditorcontainer {
|
|
4387
|
+
display: block;
|
|
4388
|
+
}
|
|
4389
|
+
|
|
4378
4390
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
4379
4391
|
height: 0;
|
|
4380
4392
|
line-height: 0.5;
|
|
@@ -3278,6 +3278,10 @@ label[for=container_wholeWord] {
|
|
|
3278
3278
|
height: 100%;
|
|
3279
3279
|
}
|
|
3280
3280
|
|
|
3281
|
+
.e-documenteditorcontainer {
|
|
3282
|
+
display: block;
|
|
3283
|
+
}
|
|
3284
|
+
|
|
3281
3285
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
3282
3286
|
height: 0;
|
|
3283
3287
|
line-height: 0;
|
package/styles/highcontrast.css
CHANGED
|
@@ -632,6 +632,14 @@
|
|
|
632
632
|
display: flex;
|
|
633
633
|
}
|
|
634
634
|
|
|
635
|
+
.e-de-svg-border-color {
|
|
636
|
+
stroke: #fff;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
.e-de-svg-border-fill-color {
|
|
640
|
+
fill: #fff;
|
|
641
|
+
}
|
|
642
|
+
|
|
635
643
|
.e-de-container-row {
|
|
636
644
|
display: -ms-flexbox;
|
|
637
645
|
display: flex;
|
|
@@ -4307,6 +4315,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4307
4315
|
height: 100%;
|
|
4308
4316
|
}
|
|
4309
4317
|
|
|
4318
|
+
.e-documenteditorcontainer {
|
|
4319
|
+
display: block;
|
|
4320
|
+
}
|
|
4321
|
+
|
|
4310
4322
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
4311
4323
|
height: 0;
|
|
4312
4324
|
line-height: 0;
|
package/styles/material-dark.css
CHANGED
|
@@ -627,6 +627,14 @@
|
|
|
627
627
|
display: flex;
|
|
628
628
|
}
|
|
629
629
|
|
|
630
|
+
.e-de-svg-border-color {
|
|
631
|
+
stroke: #fff;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
.e-de-svg-border-fill-color {
|
|
635
|
+
fill: #fff;
|
|
636
|
+
}
|
|
637
|
+
|
|
630
638
|
.e-de-container-row {
|
|
631
639
|
display: -ms-flexbox;
|
|
632
640
|
display: flex;
|
|
@@ -4304,6 +4312,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4304
4312
|
height: 100%;
|
|
4305
4313
|
}
|
|
4306
4314
|
|
|
4315
|
+
.e-documenteditorcontainer {
|
|
4316
|
+
display: block;
|
|
4317
|
+
}
|
|
4318
|
+
|
|
4307
4319
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
4308
4320
|
height: 0;
|
|
4309
4321
|
line-height: 0;
|
package/styles/material.css
CHANGED
|
@@ -627,6 +627,14 @@
|
|
|
627
627
|
display: flex;
|
|
628
628
|
}
|
|
629
629
|
|
|
630
|
+
.e-de-svg-border-color {
|
|
631
|
+
stroke: rgba(0, 0, 0, 0.87);
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
.e-de-svg-border-fill-color {
|
|
635
|
+
fill: rgba(0, 0, 0, 0.87);
|
|
636
|
+
}
|
|
637
|
+
|
|
630
638
|
.e-de-container-row {
|
|
631
639
|
display: -ms-flexbox;
|
|
632
640
|
display: flex;
|
|
@@ -4304,6 +4312,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4304
4312
|
height: 100%;
|
|
4305
4313
|
}
|
|
4306
4314
|
|
|
4315
|
+
.e-documenteditorcontainer {
|
|
4316
|
+
display: block;
|
|
4317
|
+
}
|
|
4318
|
+
|
|
4307
4319
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
4308
4320
|
height: 0;
|
|
4309
4321
|
line-height: 0;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
|
+
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
3
|
:root {
|
|
3
4
|
--color-sf-black: 0, 0, 0;
|
|
4
5
|
--color-sf-white: 255, 255, 255;
|
|
@@ -724,6 +725,14 @@
|
|
|
724
725
|
display: flex;
|
|
725
726
|
}
|
|
726
727
|
|
|
728
|
+
.e-de-svg-border-color {
|
|
729
|
+
stroke: rgba(var(--color-sf-on-surface));
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
.e-de-svg-border-fill-color {
|
|
733
|
+
fill: rgba(var(--color-sf-on-surface));
|
|
734
|
+
}
|
|
735
|
+
|
|
727
736
|
.e-de-container-row {
|
|
728
737
|
display: -ms-flexbox;
|
|
729
738
|
display: flex;
|
|
@@ -3970,6 +3979,61 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3970
3979
|
height: 145px;
|
|
3971
3980
|
}
|
|
3972
3981
|
|
|
3982
|
+
:root {
|
|
3983
|
+
--color-sf-black: 0, 0, 0;
|
|
3984
|
+
--color-sf-white: 255, 255, 255;
|
|
3985
|
+
--color-sf-primary: 208, 188, 255;
|
|
3986
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
3987
|
+
--color-sf-secondary: 204, 194, 220;
|
|
3988
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
3989
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
3990
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
3991
|
+
--color-sf-surface: 28, 27, 31;
|
|
3992
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
3993
|
+
--color-sf-background: var(--color-sf-surface);
|
|
3994
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
3995
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
3996
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
3997
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
3998
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
3999
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
4000
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
4001
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
4002
|
+
--color-sf-on-background: 230, 225, 229;
|
|
4003
|
+
--color-sf-outline: 147, 143, 153;
|
|
4004
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
4005
|
+
--color-sf-shadow: 0, 0, 0;
|
|
4006
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
4007
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
4008
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
4009
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
4010
|
+
--color-sf-scrim: 0, 0, 0;
|
|
4011
|
+
--color-sf-error: 242, 184, 181;
|
|
4012
|
+
--color-sf-error-container: 140, 29, 24;
|
|
4013
|
+
--color-sf-on-error: 96, 20, 16;
|
|
4014
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
4015
|
+
--color-sf-success: 83, 202, 23;
|
|
4016
|
+
--color-sf-success-container: 22, 62, 2;
|
|
4017
|
+
--color-sf-on-success: 13, 39, 0;
|
|
4018
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
4019
|
+
--color-sf-info: 71, 172, 251;
|
|
4020
|
+
--color-sf-info-container: 0, 67, 120;
|
|
4021
|
+
--color-sf-on-info: 0, 51, 91;
|
|
4022
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
4023
|
+
--color-sf-warning: 245, 180, 130;
|
|
4024
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
4025
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
4026
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
4027
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
4028
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
4029
|
+
--color-sf-success-text: 0, 0, 0;
|
|
4030
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
4031
|
+
--color-sf-info-text: 0, 0, 0;
|
|
4032
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
4033
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
4034
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
4035
|
+
}
|
|
4036
|
+
|
|
3973
4037
|
.e-de-ctnr-close::before {
|
|
3974
4038
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
3975
4039
|
content: "\e7e7";
|
|
@@ -4480,6 +4544,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4480
4544
|
height: 100%;
|
|
4481
4545
|
}
|
|
4482
4546
|
|
|
4547
|
+
.e-documenteditorcontainer {
|
|
4548
|
+
display: block;
|
|
4549
|
+
}
|
|
4550
|
+
|
|
4483
4551
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
4484
4552
|
height: 0;
|
|
4485
4553
|
line-height: 0;
|