@syncfusion/ej2-angular-documenteditor 23.1.44 → 23.2.4-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 +3745 -0
- package/dist/ej2-angular-documenteditor.umd.js +1257 -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 +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 +74 -0
- package/styles/bootstrap.css +74 -0
- package/styles/bootstrap4.css +74 -0
- package/styles/bootstrap5-dark.css +74 -0
- package/styles/bootstrap5.css +74 -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 +66 -0
- package/styles/document-editor-container/bootstrap-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap.css +66 -0
- package/styles/document-editor-container/bootstrap.scss +1 -5
- package/styles/document-editor-container/bootstrap4.css +66 -0
- package/styles/document-editor-container/bootstrap4.scss +1 -5
- package/styles/document-editor-container/bootstrap5-dark.css +66 -0
- package/styles/document-editor-container/bootstrap5-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap5.css +66 -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 +66 -0
- package/styles/document-editor-container/fluent-dark.scss +1 -5
- package/styles/document-editor-container/fluent.css +66 -0
- package/styles/document-editor-container/fluent.scss +1 -5
- package/styles/document-editor-container/highcontrast-light.css +66 -0
- package/styles/document-editor-container/highcontrast-light.scss +1 -5
- package/styles/document-editor-container/highcontrast.css +66 -0
- package/styles/document-editor-container/highcontrast.scss +1 -5
- package/styles/document-editor-container/material-dark.css +66 -0
- package/styles/document-editor-container/material-dark.scss +1 -5
- package/styles/document-editor-container/material.css +66 -0
- package/styles/document-editor-container/material.scss +1 -5
- package/styles/document-editor-container/material3-dark.css +69 -0
- package/styles/document-editor-container/material3-dark.scss +1 -5
- package/styles/document-editor-container/material3.css +69 -0
- package/styles/document-editor-container/material3.scss +1 -5
- package/styles/document-editor-container/tailwind-dark.css +66 -0
- package/styles/document-editor-container/tailwind-dark.scss +1 -5
- package/styles/document-editor-container/tailwind.css +66 -0
- package/styles/document-editor-container/tailwind.scss +1 -5
- package/styles/fabric-dark.css +74 -0
- package/styles/fabric.css +74 -0
- package/styles/fluent-dark.css +74 -0
- package/styles/fluent.css +74 -0
- package/styles/highcontrast-light.css +66 -0
- package/styles/highcontrast.css +74 -0
- package/styles/material-dark.css +74 -0
- package/styles/material.css +74 -0
- package/styles/material3-dark.css +132 -0
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +188 -0
- package/styles/material3.scss +0 -1
- package/styles/tailwind-dark.css +74 -0
- package/styles/tailwind.css +74 -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 -548
- package/styles/document-editor/_bootstrap-definition.scss +0 -547
- package/styles/document-editor/_bootstrap4-definition.scss +0 -560
- package/styles/document-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor/_bootstrap5-definition.scss +0 -561
- package/styles/document-editor/_fabric-dark-definition.scss +0 -550
- package/styles/document-editor/_fabric-definition.scss +0 -549
- package/styles/document-editor/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor/_fluent-definition.scss +0 -570
- package/styles/document-editor/_fusionnew-definition.scss +0 -561
- package/styles/document-editor/_highcontrast-definition.scss +0 -549
- package/styles/document-editor/_highcontrast-light-definition.scss +0 -2989
- package/styles/document-editor/_layout.scss +0 -224
- package/styles/document-editor/_material-dark-definition.scss +0 -566
- package/styles/document-editor/_material-definition.scss +0 -566
- package/styles/document-editor/_material3-dark-definition.scss +0 -1
- package/styles/document-editor/_material3-definition.scss +0 -561
- package/styles/document-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor/_tailwind-definition.scss +0 -558
- package/styles/document-editor/_theme.scss +0 -3554
- 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 -89
- 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 -2407
- 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
package/styles/fluent.css
CHANGED
|
@@ -861,6 +861,14 @@
|
|
|
861
861
|
padding-right: 20px;
|
|
862
862
|
}
|
|
863
863
|
|
|
864
|
+
.e-de-para-tab {
|
|
865
|
+
float: left;
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
.e-de-para-tab.e-rtl {
|
|
869
|
+
float: right;
|
|
870
|
+
}
|
|
871
|
+
|
|
864
872
|
.e-de-column-label.e-de-rtl {
|
|
865
873
|
font-size: 12px;
|
|
866
874
|
font-weight: 600;
|
|
@@ -5484,6 +5492,67 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5484
5492
|
width: 70px;
|
|
5485
5493
|
}
|
|
5486
5494
|
|
|
5495
|
+
.e-de-hRuler {
|
|
5496
|
+
background-color: #e1dfdd;
|
|
5497
|
+
border-bottom: 0.5px solid #edebe9;
|
|
5498
|
+
}
|
|
5499
|
+
|
|
5500
|
+
.e-de-vRuler {
|
|
5501
|
+
background-color: #e1dfdd;
|
|
5502
|
+
border-right: 0.5px solid #edebe9;
|
|
5503
|
+
}
|
|
5504
|
+
|
|
5505
|
+
.e-de-ruler-margin {
|
|
5506
|
+
background-color: #fff;
|
|
5507
|
+
}
|
|
5508
|
+
|
|
5509
|
+
.e-de-ruler-tick {
|
|
5510
|
+
stroke: #605e5c;
|
|
5511
|
+
}
|
|
5512
|
+
|
|
5513
|
+
.e-de-ruler-tick-label {
|
|
5514
|
+
fill: #323130;
|
|
5515
|
+
}
|
|
5516
|
+
|
|
5517
|
+
.e-de-ruler-markIndicator {
|
|
5518
|
+
background-color: #fff;
|
|
5519
|
+
}
|
|
5520
|
+
|
|
5521
|
+
.e-de-ruler-marker .e-de-ruler-tab-svg {
|
|
5522
|
+
fill: #605e5c;
|
|
5523
|
+
}
|
|
5524
|
+
|
|
5525
|
+
.e-de-ruler-marker .e-de-ruler-indent-svg {
|
|
5526
|
+
fill: #605e5c;
|
|
5527
|
+
}
|
|
5528
|
+
|
|
5529
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg {
|
|
5530
|
+
fill: #fff;
|
|
5531
|
+
stroke: #605e5c;
|
|
5532
|
+
}
|
|
5533
|
+
|
|
5534
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg:hover {
|
|
5535
|
+
fill: #e1dfdd;
|
|
5536
|
+
stroke: #605e5c;
|
|
5537
|
+
}
|
|
5538
|
+
|
|
5539
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg:active {
|
|
5540
|
+
fill: #0078d4;
|
|
5541
|
+
stroke: #605e5c;
|
|
5542
|
+
}
|
|
5543
|
+
|
|
5544
|
+
.e-de-ruler-table-svg {
|
|
5545
|
+
fill: #605e5c;
|
|
5546
|
+
}
|
|
5547
|
+
|
|
5548
|
+
.e-de-ruler-table-svg:hover {
|
|
5549
|
+
fill: #e1dfdd;
|
|
5550
|
+
}
|
|
5551
|
+
|
|
5552
|
+
.e-de-ruler-table-svg:active {
|
|
5553
|
+
fill: #0078d4;
|
|
5554
|
+
}
|
|
5555
|
+
|
|
5487
5556
|
.e-rtl .e-listview .e-list-icon {
|
|
5488
5557
|
height: 24px;
|
|
5489
5558
|
width: 16px;
|
|
@@ -5495,6 +5564,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5495
5564
|
line-height: 22px;
|
|
5496
5565
|
margin-left: 16px;
|
|
5497
5566
|
}
|
|
5567
|
+
.e-rtl .e-de-vRuler {
|
|
5568
|
+
background-color: #e1dfdd;
|
|
5569
|
+
border-right: none;
|
|
5570
|
+
border-left: 0.5px solid #edebe9;
|
|
5571
|
+
}
|
|
5498
5572
|
|
|
5499
5573
|
.e-bigger .de-split-button > div:first-child {
|
|
5500
5574
|
margin-right: 0;
|
|
@@ -4281,6 +4281,67 @@ label[for=container_wholeWord] {
|
|
|
4281
4281
|
width: 70px;
|
|
4282
4282
|
}
|
|
4283
4283
|
|
|
4284
|
+
.e-de-hRuler {
|
|
4285
|
+
background-color: #fff;
|
|
4286
|
+
border-bottom: 0.5px solid #000;
|
|
4287
|
+
}
|
|
4288
|
+
|
|
4289
|
+
.e-de-vRuler {
|
|
4290
|
+
background-color: #fff;
|
|
4291
|
+
border-right: 0.5px solid #000;
|
|
4292
|
+
}
|
|
4293
|
+
|
|
4294
|
+
.e-de-ruler-margin {
|
|
4295
|
+
background-color: #fff;
|
|
4296
|
+
}
|
|
4297
|
+
|
|
4298
|
+
.e-de-ruler-tick {
|
|
4299
|
+
stroke: #000;
|
|
4300
|
+
}
|
|
4301
|
+
|
|
4302
|
+
.e-de-ruler-tick-label {
|
|
4303
|
+
fill: #000;
|
|
4304
|
+
}
|
|
4305
|
+
|
|
4306
|
+
.e-de-ruler-markIndicator {
|
|
4307
|
+
background-color: #fff;
|
|
4308
|
+
}
|
|
4309
|
+
|
|
4310
|
+
.e-de-ruler-marker .e-de-ruler-tab-svg {
|
|
4311
|
+
fill: #000;
|
|
4312
|
+
}
|
|
4313
|
+
|
|
4314
|
+
.e-de-ruler-marker .e-de-ruler-indent-svg {
|
|
4315
|
+
fill: #000;
|
|
4316
|
+
}
|
|
4317
|
+
|
|
4318
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg {
|
|
4319
|
+
fill: #fff;
|
|
4320
|
+
stroke: #000;
|
|
4321
|
+
}
|
|
4322
|
+
|
|
4323
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg:hover {
|
|
4324
|
+
fill: #000;
|
|
4325
|
+
stroke: #000;
|
|
4326
|
+
}
|
|
4327
|
+
|
|
4328
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg:active {
|
|
4329
|
+
fill: #400074;
|
|
4330
|
+
stroke: #000;
|
|
4331
|
+
}
|
|
4332
|
+
|
|
4333
|
+
.e-de-ruler-table-svg {
|
|
4334
|
+
fill: #000;
|
|
4335
|
+
}
|
|
4336
|
+
|
|
4337
|
+
.e-de-ruler-table-svg:hover {
|
|
4338
|
+
fill: #000;
|
|
4339
|
+
}
|
|
4340
|
+
|
|
4341
|
+
.e-de-ruler-table-svg:active {
|
|
4342
|
+
fill: #400074;
|
|
4343
|
+
}
|
|
4344
|
+
|
|
4284
4345
|
.e-rtl .e-listview .e-list-icon {
|
|
4285
4346
|
height: 24px;
|
|
4286
4347
|
width: 16px;
|
|
@@ -4292,6 +4353,11 @@ label[for=container_wholeWord] {
|
|
|
4292
4353
|
line-height: 22px;
|
|
4293
4354
|
margin-left: 12px;
|
|
4294
4355
|
}
|
|
4356
|
+
.e-rtl .e-de-vRuler {
|
|
4357
|
+
background-color: #fff;
|
|
4358
|
+
border-right: none;
|
|
4359
|
+
border-left: 0.5px solid #000;
|
|
4360
|
+
}
|
|
4295
4361
|
|
|
4296
4362
|
.e-bigger .de-split-button > div:first-child {
|
|
4297
4363
|
margin-right: 0;
|
package/styles/highcontrast.css
CHANGED
|
@@ -819,6 +819,14 @@
|
|
|
819
819
|
padding-right: 20px;
|
|
820
820
|
}
|
|
821
821
|
|
|
822
|
+
.e-de-para-tab {
|
|
823
|
+
float: left;
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
.e-de-para-tab.e-rtl {
|
|
827
|
+
float: right;
|
|
828
|
+
}
|
|
829
|
+
|
|
822
830
|
.e-de-column-label.e-de-rtl {
|
|
823
831
|
font-size: 12px;
|
|
824
832
|
font-weight: normal;
|
|
@@ -5332,6 +5340,67 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5332
5340
|
width: 70px;
|
|
5333
5341
|
}
|
|
5334
5342
|
|
|
5343
|
+
.e-de-hRuler {
|
|
5344
|
+
background-color: #000;
|
|
5345
|
+
border-bottom: 0.5px solid #fff;
|
|
5346
|
+
}
|
|
5347
|
+
|
|
5348
|
+
.e-de-vRuler {
|
|
5349
|
+
background-color: #000;
|
|
5350
|
+
border-right: 0.5px solid #fff;
|
|
5351
|
+
}
|
|
5352
|
+
|
|
5353
|
+
.e-de-ruler-margin {
|
|
5354
|
+
background-color: #000;
|
|
5355
|
+
}
|
|
5356
|
+
|
|
5357
|
+
.e-de-ruler-tick {
|
|
5358
|
+
stroke: #fff;
|
|
5359
|
+
}
|
|
5360
|
+
|
|
5361
|
+
.e-de-ruler-tick-label {
|
|
5362
|
+
fill: #fff;
|
|
5363
|
+
}
|
|
5364
|
+
|
|
5365
|
+
.e-de-ruler-markIndicator {
|
|
5366
|
+
background-color: #000;
|
|
5367
|
+
}
|
|
5368
|
+
|
|
5369
|
+
.e-de-ruler-marker .e-de-ruler-tab-svg {
|
|
5370
|
+
fill: #fff;
|
|
5371
|
+
}
|
|
5372
|
+
|
|
5373
|
+
.e-de-ruler-marker .e-de-ruler-indent-svg {
|
|
5374
|
+
fill: #fff;
|
|
5375
|
+
}
|
|
5376
|
+
|
|
5377
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg {
|
|
5378
|
+
fill: #000;
|
|
5379
|
+
stroke: #fff;
|
|
5380
|
+
}
|
|
5381
|
+
|
|
5382
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg:hover {
|
|
5383
|
+
fill: #fff;
|
|
5384
|
+
stroke: #fff;
|
|
5385
|
+
}
|
|
5386
|
+
|
|
5387
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg:active {
|
|
5388
|
+
fill: #ffd939;
|
|
5389
|
+
stroke: #fff;
|
|
5390
|
+
}
|
|
5391
|
+
|
|
5392
|
+
.e-de-ruler-table-svg {
|
|
5393
|
+
fill: #fff;
|
|
5394
|
+
}
|
|
5395
|
+
|
|
5396
|
+
.e-de-ruler-table-svg:hover {
|
|
5397
|
+
fill: #fff;
|
|
5398
|
+
}
|
|
5399
|
+
|
|
5400
|
+
.e-de-ruler-table-svg:active {
|
|
5401
|
+
fill: #ffd939;
|
|
5402
|
+
}
|
|
5403
|
+
|
|
5335
5404
|
.e-rtl .e-listview .e-list-icon {
|
|
5336
5405
|
height: 24px;
|
|
5337
5406
|
width: 16px;
|
|
@@ -5343,6 +5412,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5343
5412
|
line-height: 22px;
|
|
5344
5413
|
margin-left: 12px;
|
|
5345
5414
|
}
|
|
5415
|
+
.e-rtl .e-de-vRuler {
|
|
5416
|
+
background-color: #000;
|
|
5417
|
+
border-right: none;
|
|
5418
|
+
border-left: 0.5px solid #fff;
|
|
5419
|
+
}
|
|
5346
5420
|
|
|
5347
5421
|
.e-bigger .de-split-button > div:first-child {
|
|
5348
5422
|
margin-right: 0;
|
package/styles/material-dark.css
CHANGED
|
@@ -813,6 +813,14 @@
|
|
|
813
813
|
padding-right: 20px;
|
|
814
814
|
}
|
|
815
815
|
|
|
816
|
+
.e-de-para-tab {
|
|
817
|
+
float: left;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
.e-de-para-tab.e-rtl {
|
|
821
|
+
float: right;
|
|
822
|
+
}
|
|
823
|
+
|
|
816
824
|
.e-de-column-label.e-de-rtl {
|
|
817
825
|
font-size: 12px;
|
|
818
826
|
font-weight: normal;
|
|
@@ -5319,6 +5327,67 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5319
5327
|
width: 70px;
|
|
5320
5328
|
}
|
|
5321
5329
|
|
|
5330
|
+
.e-de-hRuler {
|
|
5331
|
+
background-color: #212121;
|
|
5332
|
+
border-bottom: 0.5px solid #616161;
|
|
5333
|
+
}
|
|
5334
|
+
|
|
5335
|
+
.e-de-vRuler {
|
|
5336
|
+
background-color: #212121;
|
|
5337
|
+
border-right: 0.5px solid #616161;
|
|
5338
|
+
}
|
|
5339
|
+
|
|
5340
|
+
.e-de-ruler-margin {
|
|
5341
|
+
background-color: #424242;
|
|
5342
|
+
}
|
|
5343
|
+
|
|
5344
|
+
.e-de-ruler-tick {
|
|
5345
|
+
stroke: #9e9e9e;
|
|
5346
|
+
}
|
|
5347
|
+
|
|
5348
|
+
.e-de-ruler-tick-label {
|
|
5349
|
+
fill: #fff;
|
|
5350
|
+
}
|
|
5351
|
+
|
|
5352
|
+
.e-de-ruler-markIndicator {
|
|
5353
|
+
background-color: #424242;
|
|
5354
|
+
}
|
|
5355
|
+
|
|
5356
|
+
.e-de-ruler-marker .e-de-ruler-tab-svg {
|
|
5357
|
+
fill: #9e9e9e;
|
|
5358
|
+
}
|
|
5359
|
+
|
|
5360
|
+
.e-de-ruler-marker .e-de-ruler-indent-svg {
|
|
5361
|
+
fill: #9e9e9e;
|
|
5362
|
+
}
|
|
5363
|
+
|
|
5364
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg {
|
|
5365
|
+
fill: #424242;
|
|
5366
|
+
stroke: #eee;
|
|
5367
|
+
}
|
|
5368
|
+
|
|
5369
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg:hover {
|
|
5370
|
+
fill: #212121;
|
|
5371
|
+
stroke: #eee;
|
|
5372
|
+
}
|
|
5373
|
+
|
|
5374
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg:active {
|
|
5375
|
+
fill: #3f51b5;
|
|
5376
|
+
stroke: #eee;
|
|
5377
|
+
}
|
|
5378
|
+
|
|
5379
|
+
.e-de-ruler-table-svg {
|
|
5380
|
+
fill: #eee;
|
|
5381
|
+
}
|
|
5382
|
+
|
|
5383
|
+
.e-de-ruler-table-svg:hover {
|
|
5384
|
+
fill: #212121;
|
|
5385
|
+
}
|
|
5386
|
+
|
|
5387
|
+
.e-de-ruler-table-svg:active {
|
|
5388
|
+
fill: #3f51b5;
|
|
5389
|
+
}
|
|
5390
|
+
|
|
5322
5391
|
.e-rtl .e-listview .e-list-icon {
|
|
5323
5392
|
height: 24px;
|
|
5324
5393
|
width: 16px;
|
|
@@ -5330,6 +5399,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5330
5399
|
line-height: 22px;
|
|
5331
5400
|
margin-left: 12px;
|
|
5332
5401
|
}
|
|
5402
|
+
.e-rtl .e-de-vRuler {
|
|
5403
|
+
background-color: #212121;
|
|
5404
|
+
border-right: none;
|
|
5405
|
+
border-left: 0.5px solid #616161;
|
|
5406
|
+
}
|
|
5333
5407
|
|
|
5334
5408
|
.e-bigger .de-split-button > div:first-child {
|
|
5335
5409
|
margin-right: 0;
|
package/styles/material.css
CHANGED
|
@@ -813,6 +813,14 @@
|
|
|
813
813
|
padding-right: 20px;
|
|
814
814
|
}
|
|
815
815
|
|
|
816
|
+
.e-de-para-tab {
|
|
817
|
+
float: left;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
.e-de-para-tab.e-rtl {
|
|
821
|
+
float: right;
|
|
822
|
+
}
|
|
823
|
+
|
|
816
824
|
.e-de-column-label.e-de-rtl {
|
|
817
825
|
font-size: 12px;
|
|
818
826
|
font-weight: normal;
|
|
@@ -5324,6 +5332,67 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5324
5332
|
width: 70px;
|
|
5325
5333
|
}
|
|
5326
5334
|
|
|
5335
|
+
.e-de-hRuler {
|
|
5336
|
+
background-color: #f5f5f5;
|
|
5337
|
+
border-bottom: 0.5px solid #eee;
|
|
5338
|
+
}
|
|
5339
|
+
|
|
5340
|
+
.e-de-vRuler {
|
|
5341
|
+
background-color: #f5f5f5;
|
|
5342
|
+
border-right: 0.5px solid #eee;
|
|
5343
|
+
}
|
|
5344
|
+
|
|
5345
|
+
.e-de-ruler-margin {
|
|
5346
|
+
background-color: #fff;
|
|
5347
|
+
}
|
|
5348
|
+
|
|
5349
|
+
.e-de-ruler-tick {
|
|
5350
|
+
stroke: #bdbdbd;
|
|
5351
|
+
}
|
|
5352
|
+
|
|
5353
|
+
.e-de-ruler-tick-label {
|
|
5354
|
+
fill: rgba(0, 0, 0, 0.54);
|
|
5355
|
+
}
|
|
5356
|
+
|
|
5357
|
+
.e-de-ruler-markIndicator {
|
|
5358
|
+
background-color: #fff;
|
|
5359
|
+
}
|
|
5360
|
+
|
|
5361
|
+
.e-de-ruler-marker .e-de-ruler-tab-svg {
|
|
5362
|
+
fill: #bdbdbd;
|
|
5363
|
+
}
|
|
5364
|
+
|
|
5365
|
+
.e-de-ruler-marker .e-de-ruler-indent-svg {
|
|
5366
|
+
fill: #bdbdbd;
|
|
5367
|
+
}
|
|
5368
|
+
|
|
5369
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg {
|
|
5370
|
+
fill: #fff;
|
|
5371
|
+
stroke: #757575;
|
|
5372
|
+
}
|
|
5373
|
+
|
|
5374
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg:hover {
|
|
5375
|
+
fill: #eee;
|
|
5376
|
+
stroke: #757575;
|
|
5377
|
+
}
|
|
5378
|
+
|
|
5379
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg:active {
|
|
5380
|
+
fill: #3f51b5;
|
|
5381
|
+
stroke: #757575;
|
|
5382
|
+
}
|
|
5383
|
+
|
|
5384
|
+
.e-de-ruler-table-svg {
|
|
5385
|
+
fill: #757575;
|
|
5386
|
+
}
|
|
5387
|
+
|
|
5388
|
+
.e-de-ruler-table-svg:hover {
|
|
5389
|
+
fill: #eee;
|
|
5390
|
+
}
|
|
5391
|
+
|
|
5392
|
+
.e-de-ruler-table-svg:active {
|
|
5393
|
+
fill: #3f51b5;
|
|
5394
|
+
}
|
|
5395
|
+
|
|
5327
5396
|
.e-rtl .e-listview .e-list-icon {
|
|
5328
5397
|
height: 24px;
|
|
5329
5398
|
width: 16px;
|
|
@@ -5335,6 +5404,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5335
5404
|
line-height: 22px;
|
|
5336
5405
|
margin-left: 12px;
|
|
5337
5406
|
}
|
|
5407
|
+
.e-rtl .e-de-vRuler {
|
|
5408
|
+
background-color: #f5f5f5;
|
|
5409
|
+
border-right: none;
|
|
5410
|
+
border-left: 0.5px solid #eee;
|
|
5411
|
+
}
|
|
5338
5412
|
|
|
5339
5413
|
.e-bigger .de-split-button > div:first-child {
|
|
5340
5414
|
margin-right: 0;
|
|
@@ -910,6 +910,14 @@
|
|
|
910
910
|
padding-right: 20px;
|
|
911
911
|
}
|
|
912
912
|
|
|
913
|
+
.e-de-para-tab {
|
|
914
|
+
float: left;
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
.e-de-para-tab.e-rtl {
|
|
918
|
+
float: right;
|
|
919
|
+
}
|
|
920
|
+
|
|
913
921
|
.e-de-column-label.e-de-rtl {
|
|
914
922
|
font-size: 13;
|
|
915
923
|
font-weight: 500;
|
|
@@ -3987,6 +3995,61 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3987
3995
|
height: 145px;
|
|
3988
3996
|
}
|
|
3989
3997
|
|
|
3998
|
+
:root {
|
|
3999
|
+
--color-sf-black: 0, 0, 0;
|
|
4000
|
+
--color-sf-white: 255, 255, 255;
|
|
4001
|
+
--color-sf-primary: 208, 188, 255;
|
|
4002
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
4003
|
+
--color-sf-secondary: 204, 194, 220;
|
|
4004
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
4005
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
4006
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
4007
|
+
--color-sf-surface: 28, 27, 31;
|
|
4008
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
4009
|
+
--color-sf-background: var(--color-sf-surface);
|
|
4010
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
4011
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
4012
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
4013
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
4014
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
4015
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
4016
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
4017
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
4018
|
+
--color-sf-on-background: 230, 225, 229;
|
|
4019
|
+
--color-sf-outline: 147, 143, 153;
|
|
4020
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
4021
|
+
--color-sf-shadow: 0, 0, 0;
|
|
4022
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
4023
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
4024
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
4025
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
4026
|
+
--color-sf-scrim: 0, 0, 0;
|
|
4027
|
+
--color-sf-error: 242, 184, 181;
|
|
4028
|
+
--color-sf-error-container: 140, 29, 24;
|
|
4029
|
+
--color-sf-on-error: 96, 20, 16;
|
|
4030
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
4031
|
+
--color-sf-success: 83, 202, 23;
|
|
4032
|
+
--color-sf-success-container: 22, 62, 2;
|
|
4033
|
+
--color-sf-on-success: 13, 39, 0;
|
|
4034
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
4035
|
+
--color-sf-info: 71, 172, 251;
|
|
4036
|
+
--color-sf-info-container: 0, 67, 120;
|
|
4037
|
+
--color-sf-on-info: 0, 51, 91;
|
|
4038
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
4039
|
+
--color-sf-warning: 245, 180, 130;
|
|
4040
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
4041
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
4042
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
4043
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
4044
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
4045
|
+
--color-sf-success-text: 0, 0, 0;
|
|
4046
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
4047
|
+
--color-sf-info-text: 0, 0, 0;
|
|
4048
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
4049
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
4050
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
4051
|
+
}
|
|
4052
|
+
|
|
3990
4053
|
.e-de-ctnr-close::before {
|
|
3991
4054
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
3992
4055
|
content: "\e7e7";
|
|
@@ -5676,6 +5739,70 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5676
5739
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
5677
5740
|
}
|
|
5678
5741
|
|
|
5742
|
+
.e-de-hRuler {
|
|
5743
|
+
background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
5744
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
5745
|
+
border-bottom: 0.5px solid rgba(var(--color-sf-outline-variant));
|
|
5746
|
+
}
|
|
5747
|
+
|
|
5748
|
+
.e-de-vRuler {
|
|
5749
|
+
background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
5750
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
5751
|
+
border-right: 0.5px solid rgba(var(--color-sf-outline-variant));
|
|
5752
|
+
}
|
|
5753
|
+
|
|
5754
|
+
.e-de-ruler-margin {
|
|
5755
|
+
background-color: rgba(var(--color-sf-surface));
|
|
5756
|
+
background: rgba(var(--color-sf-surface));
|
|
5757
|
+
}
|
|
5758
|
+
|
|
5759
|
+
.e-de-ruler-tick {
|
|
5760
|
+
stroke: rgba(var(--color-sf-on-surface-variant));
|
|
5761
|
+
}
|
|
5762
|
+
|
|
5763
|
+
.e-de-ruler-tick-label {
|
|
5764
|
+
fill: rgba(var(--color-sf-on-surface-variant));
|
|
5765
|
+
}
|
|
5766
|
+
|
|
5767
|
+
.e-de-ruler-markIndicator {
|
|
5768
|
+
background-color: rgba(var(--color-sf-surface));
|
|
5769
|
+
}
|
|
5770
|
+
|
|
5771
|
+
.e-de-ruler-marker .e-de-ruler-tab-svg {
|
|
5772
|
+
fill: rgba(var(--color-sf-on-surface-variant));
|
|
5773
|
+
}
|
|
5774
|
+
|
|
5775
|
+
.e-de-ruler-marker .e-de-ruler-indent-svg {
|
|
5776
|
+
fill: rgba(var(--color-sf-on-surface-variant));
|
|
5777
|
+
}
|
|
5778
|
+
|
|
5779
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg {
|
|
5780
|
+
fill: rgba(var(--color-sf-surface));
|
|
5781
|
+
stroke: rgba(var(--color-sf-on-surface-variant));
|
|
5782
|
+
}
|
|
5783
|
+
|
|
5784
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg:hover {
|
|
5785
|
+
fill: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
|
|
5786
|
+
stroke: rgba(var(--color-sf-on-surface-variant));
|
|
5787
|
+
}
|
|
5788
|
+
|
|
5789
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg:active {
|
|
5790
|
+
fill: rgba(var(--color-sf-primary));
|
|
5791
|
+
stroke: rgba(var(--color-sf-on-surface-variant));
|
|
5792
|
+
}
|
|
5793
|
+
|
|
5794
|
+
.e-de-ruler-table-svg {
|
|
5795
|
+
fill: rgba(var(--color-sf-on-surface-variant));
|
|
5796
|
+
}
|
|
5797
|
+
|
|
5798
|
+
.e-de-ruler-table-svg:hover {
|
|
5799
|
+
fill: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
|
|
5800
|
+
}
|
|
5801
|
+
|
|
5802
|
+
.e-de-ruler-table-svg:active {
|
|
5803
|
+
fill: rgba(var(--color-sf-primary));
|
|
5804
|
+
}
|
|
5805
|
+
|
|
5679
5806
|
.e-rtl .e-listview .e-list-icon {
|
|
5680
5807
|
height: 24px;
|
|
5681
5808
|
width: 16px;
|
|
@@ -5687,6 +5814,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5687
5814
|
line-height: 22px;
|
|
5688
5815
|
margin-left: 12px;
|
|
5689
5816
|
}
|
|
5817
|
+
.e-rtl .e-de-vRuler {
|
|
5818
|
+
background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
5819
|
+
border-right: none;
|
|
5820
|
+
border-left: 0.5px solid rgba(var(--color-sf-outline-variant));
|
|
5821
|
+
}
|
|
5690
5822
|
|
|
5691
5823
|
.e-bigger .de-split-button > div:first-child {
|
|
5692
5824
|
margin-right: 16px;
|