@syncfusion/ej2-angular-documenteditor 22.2.9-ngcc → 22.2.9
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 +116 -0
- package/esm2020/src/document-editor/documenteditor.component.mjs +269 -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 +516 -0
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +516 -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 -0
- 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/styles/bootstrap-dark.css +0 -12
- package/styles/bootstrap.css +0 -12
- package/styles/bootstrap4.css +0 -12
- package/styles/bootstrap5-dark.css +0 -12
- package/styles/bootstrap5.css +0 -12
- package/styles/document-editor/_all.scss +3 -0
- package/styles/document-editor/_bootstrap-dark-definition.scss +547 -0
- package/styles/document-editor/_bootstrap-definition.scss +546 -0
- package/styles/document-editor/_bootstrap4-definition.scss +559 -0
- package/styles/document-editor/_bootstrap5-dark-definition.scss +1 -0
- package/styles/document-editor/_bootstrap5-definition.scss +560 -0
- package/styles/document-editor/_fabric-dark-definition.scss +549 -0
- package/styles/document-editor/_fabric-definition.scss +548 -0
- package/styles/document-editor/_fluent-dark-definition.scss +1 -0
- package/styles/document-editor/_fluent-definition.scss +569 -0
- package/styles/document-editor/_fusionnew-definition.scss +560 -0
- package/styles/document-editor/_highcontrast-definition.scss +548 -0
- package/styles/document-editor/_highcontrast-light-definition.scss +2988 -0
- package/styles/document-editor/_layout.scss +216 -0
- package/styles/document-editor/_material-dark-definition.scss +565 -0
- package/styles/document-editor/_material-definition.scss +565 -0
- package/styles/document-editor/_material3-dark-definition.scss +1 -0
- package/styles/document-editor/_material3-definition.scss +560 -0
- package/styles/document-editor/_tailwind-dark-definition.scss +1 -0
- package/styles/document-editor/_tailwind-definition.scss +557 -0
- package/styles/document-editor/_theme.scss +3539 -0
- package/styles/document-editor/bootstrap-dark.css +0 -8
- package/styles/document-editor/bootstrap-dark.scss +4 -1
- package/styles/document-editor/bootstrap.css +0 -8
- package/styles/document-editor/bootstrap.scss +4 -1
- package/styles/document-editor/bootstrap4.css +0 -8
- package/styles/document-editor/bootstrap4.scss +4 -1
- package/styles/document-editor/bootstrap5-dark.css +0 -8
- package/styles/document-editor/bootstrap5-dark.scss +4 -1
- package/styles/document-editor/bootstrap5.css +0 -8
- package/styles/document-editor/bootstrap5.scss +4 -1
- package/styles/document-editor/fabric-dark.css +0 -8
- package/styles/document-editor/fabric-dark.scss +4 -1
- package/styles/document-editor/fabric.css +0 -8
- package/styles/document-editor/fabric.scss +4 -1
- package/styles/document-editor/fluent-dark.css +0 -8
- package/styles/document-editor/fluent-dark.scss +4 -1
- package/styles/document-editor/fluent.css +0 -8
- package/styles/document-editor/fluent.scss +4 -1
- package/styles/document-editor/highcontrast-light.scss +4 -1
- package/styles/document-editor/highcontrast.css +0 -8
- package/styles/document-editor/highcontrast.scss +4 -1
- package/styles/document-editor/icons/_bootstrap-dark.scss +660 -0
- package/styles/document-editor/icons/_bootstrap.scss +660 -0
- package/styles/document-editor/icons/_bootstrap4.scss +645 -0
- package/styles/document-editor/icons/_bootstrap5-dark.scss +1 -0
- package/styles/document-editor/icons/_bootstrap5.scss +699 -0
- package/styles/document-editor/icons/_fabric-dark.scss +660 -0
- package/styles/document-editor/icons/_fabric.scss +660 -0
- package/styles/document-editor/icons/_fluent-dark.scss +1 -0
- package/styles/document-editor/icons/_fluent.scss +702 -0
- package/styles/document-editor/icons/_fusionnew.scss +696 -0
- package/styles/document-editor/icons/_highcontrast-light.scss +665 -0
- package/styles/document-editor/icons/_highcontrast.scss +660 -0
- package/styles/document-editor/icons/_material-dark.scss +653 -0
- package/styles/document-editor/icons/_material.scss +653 -0
- package/styles/document-editor/icons/_material3-dark.scss +1 -0
- package/styles/document-editor/icons/_material3.scss +696 -0
- package/styles/document-editor/icons/_tailwind-dark.scss +696 -0
- package/styles/document-editor/icons/_tailwind.scss +699 -0
- package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +174 -0
- package/styles/document-editor/material-dark.css +0 -8
- package/styles/document-editor/material-dark.scss +4 -1
- package/styles/document-editor/material.css +0 -8
- package/styles/document-editor/material.scss +4 -1
- package/styles/document-editor/material3-dark.css +0 -8
- package/styles/document-editor/material3-dark.scss +4 -1
- package/styles/document-editor/material3.css +0 -8
- package/styles/document-editor/material3.scss +4 -1
- package/styles/document-editor/tailwind-dark.css +0 -8
- package/styles/document-editor/tailwind-dark.scss +4 -1
- package/styles/document-editor/tailwind.css +0 -8
- 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 +133 -0
- package/styles/document-editor-container/_bootstrap-definition.scss +133 -0
- package/styles/document-editor-container/_bootstrap4-definition.scss +149 -0
- package/styles/document-editor-container/_bootstrap5-dark-definition.scss +1 -0
- package/styles/document-editor-container/_bootstrap5-definition.scss +159 -0
- package/styles/document-editor-container/_definition.scss +12 -0
- package/styles/document-editor-container/_fabric-dark-definition.scss +138 -0
- package/styles/document-editor-container/_fabric-definition.scss +135 -0
- package/styles/document-editor-container/_fluent-dark-definition.scss +1 -0
- package/styles/document-editor-container/_fluent-definition.scss +160 -0
- package/styles/document-editor-container/_fusionnew-definition.scss +159 -0
- package/styles/document-editor-container/_highcontrast-definition.scss +136 -0
- package/styles/document-editor-container/_highcontrast-light-definition.scss +139 -0
- package/styles/document-editor-container/_layout.scss +87 -0
- package/styles/document-editor-container/_material-dark-definition.scss +137 -0
- package/styles/document-editor-container/_material-definition.scss +136 -0
- package/styles/document-editor-container/_material3-dark-definition.scss +1 -0
- package/styles/document-editor-container/_material3-definition.scss +163 -0
- package/styles/document-editor-container/_tailwind-dark-definition.scss +1 -0
- package/styles/document-editor-container/_tailwind-definition.scss +153 -0
- package/styles/document-editor-container/_theme.scss +2406 -0
- package/styles/document-editor-container/bootstrap-dark.css +0 -4
- package/styles/document-editor-container/bootstrap-dark.scss +5 -1
- package/styles/document-editor-container/bootstrap.css +0 -4
- package/styles/document-editor-container/bootstrap.scss +5 -1
- package/styles/document-editor-container/bootstrap4.css +0 -4
- package/styles/document-editor-container/bootstrap4.scss +5 -1
- package/styles/document-editor-container/bootstrap5-dark.css +0 -4
- package/styles/document-editor-container/bootstrap5-dark.scss +5 -1
- package/styles/document-editor-container/bootstrap5.css +0 -4
- package/styles/document-editor-container/bootstrap5.scss +5 -1
- package/styles/document-editor-container/fabric-dark.css +0 -4
- package/styles/document-editor-container/fabric-dark.scss +5 -1
- package/styles/document-editor-container/fabric.css +0 -4
- package/styles/document-editor-container/fabric.scss +5 -1
- package/styles/document-editor-container/fluent-dark.css +0 -4
- package/styles/document-editor-container/fluent-dark.scss +5 -1
- package/styles/document-editor-container/fluent.css +0 -4
- package/styles/document-editor-container/fluent.scss +5 -1
- package/styles/document-editor-container/highcontrast-light.css +0 -4
- package/styles/document-editor-container/highcontrast-light.scss +5 -1
- package/styles/document-editor-container/highcontrast.css +0 -4
- package/styles/document-editor-container/highcontrast.scss +5 -1
- package/styles/document-editor-container/icons/_bootstrap-dark.scss +482 -0
- package/styles/document-editor-container/icons/_bootstrap.scss +482 -0
- package/styles/document-editor-container/icons/_bootstrap4.scss +482 -0
- package/styles/document-editor-container/icons/_bootstrap5-dark.scss +1 -0
- package/styles/document-editor-container/icons/_bootstrap5.scss +509 -0
- package/styles/document-editor-container/icons/_fabric-dark.scss +483 -0
- package/styles/document-editor-container/icons/_fabric.scss +482 -0
- package/styles/document-editor-container/icons/_fluent-dark.scss +1 -0
- package/styles/document-editor-container/icons/_fluent.scss +508 -0
- package/styles/document-editor-container/icons/_fusionnew.scss +508 -0
- package/styles/document-editor-container/icons/_highcontrast-light.scss +482 -0
- package/styles/document-editor-container/icons/_highcontrast.scss +482 -0
- package/styles/document-editor-container/icons/_material-dark.scss +484 -0
- package/styles/document-editor-container/icons/_material.scss +484 -0
- package/styles/document-editor-container/icons/_material3-dark.scss +1 -0
- package/styles/document-editor-container/icons/_material3.scss +507 -0
- package/styles/document-editor-container/icons/_tailwind-dark.scss +508 -0
- package/styles/document-editor-container/icons/_tailwind.scss +508 -0
- package/styles/document-editor-container/material-dark.css +0 -4
- package/styles/document-editor-container/material-dark.scss +5 -1
- package/styles/document-editor-container/material.css +0 -4
- package/styles/document-editor-container/material.scss +5 -1
- package/styles/document-editor-container/material3-dark.css +0 -4
- package/styles/document-editor-container/material3-dark.scss +5 -1
- package/styles/document-editor-container/material3.css +0 -4
- package/styles/document-editor-container/material3.scss +5 -1
- package/styles/document-editor-container/tailwind-dark.css +0 -4
- package/styles/document-editor-container/tailwind-dark.scss +5 -1
- package/styles/document-editor-container/tailwind.css +0 -4
- package/styles/document-editor-container/tailwind.scss +5 -1
- package/styles/fabric-dark.css +0 -12
- package/styles/fabric.css +0 -12
- package/styles/fluent-dark.css +0 -12
- package/styles/fluent.css +0 -12
- package/styles/highcontrast-light.css +0 -4
- package/styles/highcontrast.css +0 -12
- package/styles/material-dark.css +0 -12
- package/styles/material.css +0 -12
- package/styles/material3-dark.css +0 -68
- package/styles/material3-dark.scss +1 -0
- package/styles/material3.css +0 -123
- package/styles/material3.scss +1 -0
- package/styles/tailwind-dark.css +0 -12
- package/styles/tailwind.css +0 -12
- 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 -3562
- package/dist/ej2-angular-documenteditor.umd.js +0 -1250
- package/dist/ej2-angular-documenteditor.umd.js.map +0 -1
- package/dist/ej2-angular-documenteditor.umd.min.js +0 -11
- package/dist/ej2-angular-documenteditor.umd.min.js.map +0 -1
- package/ej2-angular-documenteditor.d.ts +0 -6
- package/ej2-angular-documenteditor.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
package/styles/fluent.css
CHANGED
|
@@ -674,14 +674,6 @@
|
|
|
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
|
-
|
|
685
677
|
.e-de-container-row {
|
|
686
678
|
display: -ms-flexbox;
|
|
687
679
|
display: flex;
|
|
@@ -4383,10 +4375,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4383
4375
|
height: 100%;
|
|
4384
4376
|
}
|
|
4385
4377
|
|
|
4386
|
-
.e-documenteditorcontainer {
|
|
4387
|
-
display: block;
|
|
4388
|
-
}
|
|
4389
|
-
|
|
4390
4378
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
4391
4379
|
height: 0;
|
|
4392
4380
|
line-height: 0.5;
|
|
@@ -3278,10 +3278,6 @@ label[for=container_wholeWord] {
|
|
|
3278
3278
|
height: 100%;
|
|
3279
3279
|
}
|
|
3280
3280
|
|
|
3281
|
-
.e-documenteditorcontainer {
|
|
3282
|
-
display: block;
|
|
3283
|
-
}
|
|
3284
|
-
|
|
3285
3281
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
3286
3282
|
height: 0;
|
|
3287
3283
|
line-height: 0;
|
package/styles/highcontrast.css
CHANGED
|
@@ -632,14 +632,6 @@
|
|
|
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
|
-
|
|
643
635
|
.e-de-container-row {
|
|
644
636
|
display: -ms-flexbox;
|
|
645
637
|
display: flex;
|
|
@@ -4315,10 +4307,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4315
4307
|
height: 100%;
|
|
4316
4308
|
}
|
|
4317
4309
|
|
|
4318
|
-
.e-documenteditorcontainer {
|
|
4319
|
-
display: block;
|
|
4320
|
-
}
|
|
4321
|
-
|
|
4322
4310
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
4323
4311
|
height: 0;
|
|
4324
4312
|
line-height: 0;
|
package/styles/material-dark.css
CHANGED
|
@@ -627,14 +627,6 @@
|
|
|
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
|
-
|
|
638
630
|
.e-de-container-row {
|
|
639
631
|
display: -ms-flexbox;
|
|
640
632
|
display: flex;
|
|
@@ -4312,10 +4304,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4312
4304
|
height: 100%;
|
|
4313
4305
|
}
|
|
4314
4306
|
|
|
4315
|
-
.e-documenteditorcontainer {
|
|
4316
|
-
display: block;
|
|
4317
|
-
}
|
|
4318
|
-
|
|
4319
4307
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
4320
4308
|
height: 0;
|
|
4321
4309
|
line-height: 0;
|
package/styles/material.css
CHANGED
|
@@ -627,14 +627,6 @@
|
|
|
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
|
-
|
|
638
630
|
.e-de-container-row {
|
|
639
631
|
display: -ms-flexbox;
|
|
640
632
|
display: flex;
|
|
@@ -4312,10 +4304,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4312
4304
|
height: 100%;
|
|
4313
4305
|
}
|
|
4314
4306
|
|
|
4315
|
-
.e-documenteditorcontainer {
|
|
4316
|
-
display: block;
|
|
4317
|
-
}
|
|
4318
|
-
|
|
4319
4307
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
4320
4308
|
height: 0;
|
|
4321
4309
|
line-height: 0;
|
|
@@ -1,5 +1,4 @@
|
|
|
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");
|
|
3
2
|
:root {
|
|
4
3
|
--color-sf-black: 0, 0, 0;
|
|
5
4
|
--color-sf-white: 255, 255, 255;
|
|
@@ -725,14 +724,6 @@
|
|
|
725
724
|
display: flex;
|
|
726
725
|
}
|
|
727
726
|
|
|
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
|
-
|
|
736
727
|
.e-de-container-row {
|
|
737
728
|
display: -ms-flexbox;
|
|
738
729
|
display: flex;
|
|
@@ -3979,61 +3970,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3979
3970
|
height: 145px;
|
|
3980
3971
|
}
|
|
3981
3972
|
|
|
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
|
-
|
|
4037
3973
|
.e-de-ctnr-close::before {
|
|
4038
3974
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
4039
3975
|
content: "\e7e7";
|
|
@@ -4544,10 +4480,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4544
4480
|
height: 100%;
|
|
4545
4481
|
}
|
|
4546
4482
|
|
|
4547
|
-
.e-documenteditorcontainer {
|
|
4548
|
-
display: block;
|
|
4549
|
-
}
|
|
4550
|
-
|
|
4551
4483
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
4552
4484
|
height: 0;
|
|
4553
4485
|
line-height: 0;
|
package/styles/material3.css
CHANGED
|
@@ -780,14 +780,6 @@
|
|
|
780
780
|
display: flex;
|
|
781
781
|
}
|
|
782
782
|
|
|
783
|
-
.e-de-svg-border-color {
|
|
784
|
-
stroke: rgba(var(--color-sf-on-surface));
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
.e-de-svg-border-fill-color {
|
|
788
|
-
fill: rgba(var(--color-sf-on-surface));
|
|
789
|
-
}
|
|
790
|
-
|
|
791
783
|
.e-de-container-row {
|
|
792
784
|
display: -ms-flexbox;
|
|
793
785
|
display: flex;
|
|
@@ -4034,117 +4026,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4034
4026
|
height: 145px;
|
|
4035
4027
|
}
|
|
4036
4028
|
|
|
4037
|
-
:root {
|
|
4038
|
-
--color-sf-black: 0, 0, 0;
|
|
4039
|
-
--color-sf-white: 255, 255, 255;
|
|
4040
|
-
--color-sf-primary: 103, 80, 164;
|
|
4041
|
-
--color-sf-primary-container: 234, 221, 255;
|
|
4042
|
-
--color-sf-secondary: 98, 91, 113;
|
|
4043
|
-
--color-sf-secondary-container: 232, 222, 248;
|
|
4044
|
-
--color-sf-tertiary: 125, 82, 96;
|
|
4045
|
-
--color-sf-tertiary-container: 255, 216, 228;
|
|
4046
|
-
--color-sf-surface: 255, 255, 255;
|
|
4047
|
-
--color-sf-surface-variant: 231, 224, 236;
|
|
4048
|
-
--color-sf-background: var(--color-sf-surface);
|
|
4049
|
-
--color-sf-on-primary: 255, 255, 255;
|
|
4050
|
-
--color-sf-on-primary-container: 33, 0, 94;
|
|
4051
|
-
--color-sf-on-secondary: 255, 255, 255;
|
|
4052
|
-
--color-sf-on-secondary-container: 30, 25, 43;
|
|
4053
|
-
--color-sf-on-tertiary: 255, 255, 255;
|
|
4054
|
-
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
4055
|
-
--color-sf-on-surface: 28, 27, 31;
|
|
4056
|
-
--color-sf-on-surface-variant: 73, 69, 78;
|
|
4057
|
-
--color-sf-on-background: 28, 27, 31;
|
|
4058
|
-
--color-sf-outline: 121, 116, 126;
|
|
4059
|
-
--color-sf-outline-variant: 196, 199, 197;
|
|
4060
|
-
--color-sf-shadow: 0, 0, 0;
|
|
4061
|
-
--color-sf-surface-tint-color: 103, 80, 164;
|
|
4062
|
-
--color-sf-inverse-surface: 49, 48, 51;
|
|
4063
|
-
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
4064
|
-
--color-sf-inverse-primary: 208, 188, 255;
|
|
4065
|
-
--color-sf-scrim: 0, 0, 0;
|
|
4066
|
-
--color-sf-error: 179, 38, 30;
|
|
4067
|
-
--color-sf-error-container: 249, 222, 220;
|
|
4068
|
-
--color-sf-on-error: 255, 250, 250;
|
|
4069
|
-
--color-sf-on-error-container: 65, 14, 11;
|
|
4070
|
-
--color-sf-success: 32, 81, 7;
|
|
4071
|
-
--color-sf-success-container: 209, 255, 186;
|
|
4072
|
-
--color-sf-on-success: 244, 255, 239;
|
|
4073
|
-
--color-sf-on-success-container: 13, 39, 0;
|
|
4074
|
-
--color-sf-info: 1, 87, 155;
|
|
4075
|
-
--color-sf-info-container: 233, 245, 255;
|
|
4076
|
-
--color-sf-on-info: 250, 253, 255;
|
|
4077
|
-
--color-sf-on-info-container: 0, 51, 91;
|
|
4078
|
-
--color-sf-warning: 145, 76, 0;
|
|
4079
|
-
--color-sf-warning-container: 254, 236, 222;
|
|
4080
|
-
--color-sf-on-warning: 255, 255, 255;
|
|
4081
|
-
--color-sf-on-warning-container: 47, 21, 0;
|
|
4082
|
-
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
4083
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
4084
|
-
--color-sf-diagram-palette-background: --color-sf-white;
|
|
4085
|
-
--color-sf-success-text: 255, 255, 255;
|
|
4086
|
-
--color-sf-warning-text: 255, 255, 255;
|
|
4087
|
-
--color-sf-danger-text: 255, 255, 255;
|
|
4088
|
-
--color-sf-info-text: 255, 255, 255;
|
|
4089
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
4090
|
-
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
4091
|
-
}
|
|
4092
|
-
|
|
4093
|
-
.e-dark-mode {
|
|
4094
|
-
--color-sf-black: 0, 0, 0;
|
|
4095
|
-
--color-sf-white: 255, 255, 255;
|
|
4096
|
-
--color-sf-primary: 208, 188, 255;
|
|
4097
|
-
--color-sf-primary-container: 79, 55, 139;
|
|
4098
|
-
--color-sf-secondary: 204, 194, 220;
|
|
4099
|
-
--color-sf-secondary-container: 74, 68, 88;
|
|
4100
|
-
--color-sf-tertiary: 239, 184, 200;
|
|
4101
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
|
4102
|
-
--color-sf-surface: 28, 27, 31;
|
|
4103
|
-
--color-sf-surface-variant: 28, 27, 31;
|
|
4104
|
-
--color-sf-background: var(--color-sf-surface);
|
|
4105
|
-
--color-sf-on-primary: 55, 30, 115;
|
|
4106
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
|
4107
|
-
--color-sf-on-secondary: 51, 45, 65;
|
|
4108
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
|
4109
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
|
4110
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
4111
|
-
--color-sf-on-surface: 230, 225, 229;
|
|
4112
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
|
4113
|
-
--color-sf-on-background: 230, 225, 229;
|
|
4114
|
-
--color-sf-outline: 147, 143, 153;
|
|
4115
|
-
--color-sf-outline-variant: 68, 71, 70;
|
|
4116
|
-
--color-sf-shadow: 0, 0, 0;
|
|
4117
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
|
4118
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
|
4119
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
4120
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
|
4121
|
-
--color-sf-scrim: 0, 0, 0;
|
|
4122
|
-
--color-sf-error: 242, 184, 181;
|
|
4123
|
-
--color-sf-error-container: 140, 29, 24;
|
|
4124
|
-
--color-sf-on-error: 96, 20, 16;
|
|
4125
|
-
--color-sf-on-error-container: 249, 222, 220;
|
|
4126
|
-
--color-sf-success: 83, 202, 23;
|
|
4127
|
-
--color-sf-success-container: 22, 62, 2;
|
|
4128
|
-
--color-sf-on-success: 13, 39, 0;
|
|
4129
|
-
--color-sf-on-success-container: 183, 250, 150;
|
|
4130
|
-
--color-sf-info: 71, 172, 251;
|
|
4131
|
-
--color-sf-info-container: 0, 67, 120;
|
|
4132
|
-
--color-sf-on-info: 0, 51, 91;
|
|
4133
|
-
--color-sf-on-info-container: 173, 219, 255;
|
|
4134
|
-
--color-sf-warning: 245, 180, 130;
|
|
4135
|
-
--color-sf-warning-container: 123, 65, 0;
|
|
4136
|
-
--color-sf-on-warning: 99, 52, 0;
|
|
4137
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
|
4138
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
4139
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
4140
|
-
--color-sf-success-text: 0, 0, 0;
|
|
4141
|
-
--color-sf-warning-text: 0, 0, 0;
|
|
4142
|
-
--color-sf-info-text: 0, 0, 0;
|
|
4143
|
-
--color-sf-danger-text: 0, 0, 0;
|
|
4144
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
4145
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
4146
|
-
}
|
|
4147
|
-
|
|
4148
4029
|
.e-de-ctnr-close::before {
|
|
4149
4030
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
4150
4031
|
content: "\e7e7";
|
|
@@ -4655,10 +4536,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4655
4536
|
height: 100%;
|
|
4656
4537
|
}
|
|
4657
4538
|
|
|
4658
|
-
.e-documenteditorcontainer {
|
|
4659
|
-
display: block;
|
|
4660
|
-
}
|
|
4661
|
-
|
|
4662
4539
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
4663
4540
|
height: 0;
|
|
4664
4541
|
line-height: 0;
|
package/styles/material3.scss
CHANGED
package/styles/tailwind-dark.css
CHANGED
|
@@ -670,14 +670,6 @@
|
|
|
670
670
|
display: flex;
|
|
671
671
|
}
|
|
672
672
|
|
|
673
|
-
.e-de-svg-border-color {
|
|
674
|
-
stroke: #fff;
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
.e-de-svg-border-fill-color {
|
|
678
|
-
fill: #fff;
|
|
679
|
-
}
|
|
680
|
-
|
|
681
673
|
.e-de-container-row {
|
|
682
674
|
display: -ms-flexbox;
|
|
683
675
|
display: flex;
|
|
@@ -4651,10 +4643,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4651
4643
|
height: 100%;
|
|
4652
4644
|
}
|
|
4653
4645
|
|
|
4654
|
-
.e-documenteditorcontainer {
|
|
4655
|
-
display: block;
|
|
4656
|
-
}
|
|
4657
|
-
|
|
4658
4646
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
4659
4647
|
height: 0;
|
|
4660
4648
|
line-height: 1;
|
package/styles/tailwind.css
CHANGED
|
@@ -673,14 +673,6 @@
|
|
|
673
673
|
display: flex;
|
|
674
674
|
}
|
|
675
675
|
|
|
676
|
-
.e-de-svg-border-color {
|
|
677
|
-
stroke: #111827;
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
.e-de-svg-border-fill-color {
|
|
681
|
-
fill: #111827;
|
|
682
|
-
}
|
|
683
|
-
|
|
684
676
|
.e-de-container-row {
|
|
685
677
|
display: -ms-flexbox;
|
|
686
678
|
display: flex;
|
|
@@ -4654,10 +4646,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4654
4646
|
height: 100%;
|
|
4655
4647
|
}
|
|
4656
4648
|
|
|
4657
|
-
.e-documenteditorcontainer {
|
|
4658
|
-
display: block;
|
|
4659
|
-
}
|
|
4660
|
-
|
|
4661
4649
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
4662
4650
|
height: 0;
|
|
4663
4651
|
line-height: 1;
|