@syncfusion/ej2-vue-documenteditor 22.2.8 → 22.2.10
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/CHANGELOG.md +29 -0
- package/dist/ej2-vue-documenteditor.umd.min.js +1 -1
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +7 -7
- 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.css +8 -0
- package/styles/document-editor/bootstrap4.css +8 -0
- package/styles/document-editor/bootstrap5-dark.css +8 -0
- package/styles/document-editor/bootstrap5.css +8 -0
- package/styles/document-editor/fabric-dark.css +8 -0
- package/styles/document-editor/fabric.css +8 -0
- package/styles/document-editor/fluent-dark.css +8 -0
- package/styles/document-editor/fluent.css +8 -0
- package/styles/document-editor/highcontrast.css +8 -0
- package/styles/document-editor/material-dark.css +8 -0
- package/styles/document-editor/material.css +9 -1
- package/styles/document-editor/material3-dark.css +8 -0
- package/styles/document-editor/material3.css +8 -0
- package/styles/document-editor/tailwind-dark.css +8 -0
- package/styles/document-editor/tailwind.css +8 -0
- package/styles/document-editor-container/bootstrap-dark.css +4 -0
- package/styles/document-editor-container/bootstrap.css +4 -0
- package/styles/document-editor-container/bootstrap4.css +4 -0
- package/styles/document-editor-container/bootstrap5-dark.css +4 -0
- package/styles/document-editor-container/bootstrap5.css +4 -0
- package/styles/document-editor-container/fabric-dark.css +4 -0
- package/styles/document-editor-container/fabric.css +4 -0
- package/styles/document-editor-container/fluent-dark.css +4 -0
- package/styles/document-editor-container/fluent.css +4 -0
- package/styles/document-editor-container/highcontrast-light.css +4 -0
- package/styles/document-editor-container/highcontrast.css +4 -0
- package/styles/document-editor-container/material-dark.css +4 -0
- package/styles/document-editor-container/material.css +5 -1
- package/styles/document-editor-container/material3-dark.css +4 -0
- package/styles/document-editor-container/material3.css +4 -0
- package/styles/document-editor-container/tailwind-dark.css +4 -0
- package/styles/document-editor-container/tailwind.css +4 -0
- 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 +13 -1
- package/styles/material3-dark.css +12 -0
- package/styles/material3.css +12 -0
- package/styles/tailwind-dark.css +12 -0
- package/styles/tailwind.css +12 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-documenteditor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-documenteditor@22.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-documenteditor@22.2.9",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-MwGlR5GJeV8bv57ISoBv8VttQ22b+sNhRKdc770rzVHSoA1ZwbzugvCug2V+kdCqa3Jv7yMR8R5MI6JMSoaawA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-documenteditor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-documenteditor/-/ej2-vue-documenteditor-22.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-documenteditor/-/ej2-vue-documenteditor-22.2.9.tgz",
|
|
23
|
+
"_shasum": "8585033132891b280fa5c7d7a120b74bc8596994",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-documenteditor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~22.2.
|
|
35
|
-
"@syncfusion/ej2-documenteditor": "22.2.
|
|
34
|
+
"@syncfusion/ej2-base": "~22.2.10",
|
|
35
|
+
"@syncfusion/ej2-documenteditor": "22.2.10",
|
|
36
36
|
"@syncfusion/ej2-vue-base": "~22.2.5"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"ci-publish": "gulp ci-publish",
|
|
58
58
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
59
59
|
},
|
|
60
|
-
"version": "22.2.
|
|
60
|
+
"version": "22.2.10",
|
|
61
61
|
"sideEffects": false
|
|
62
62
|
}
|
|
@@ -632,6 +632,14 @@
|
|
|
632
632
|
display: flex;
|
|
633
633
|
}
|
|
634
634
|
|
|
635
|
+
.e-de-svg-border-color {
|
|
636
|
+
stroke: #f0f0f0;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
.e-de-svg-border-fill-color {
|
|
640
|
+
fill: #f0f0f0;
|
|
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/bootstrap.css
CHANGED
|
@@ -632,6 +632,14 @@
|
|
|
632
632
|
display: flex;
|
|
633
633
|
}
|
|
634
634
|
|
|
635
|
+
.e-de-svg-border-color {
|
|
636
|
+
stroke: #333333;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
.e-de-svg-border-fill-color {
|
|
640
|
+
fill: #333333;
|
|
641
|
+
}
|
|
642
|
+
|
|
635
643
|
.e-de-container-row {
|
|
636
644
|
display: -ms-flexbox;
|
|
637
645
|
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/bootstrap4.css
CHANGED
|
@@ -629,6 +629,14 @@
|
|
|
629
629
|
display: flex;
|
|
630
630
|
}
|
|
631
631
|
|
|
632
|
+
.e-de-svg-border-color {
|
|
633
|
+
stroke: #212529;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
.e-de-svg-border-fill-color {
|
|
637
|
+
fill: #212529;
|
|
638
|
+
}
|
|
639
|
+
|
|
632
640
|
.e-de-container-row {
|
|
633
641
|
display: -ms-flexbox;
|
|
634
642
|
display: flex;
|
|
@@ -4463,6 +4471,10 @@ textarea.e-de-cmt-textarea {
|
|
|
4463
4471
|
height: 100%;
|
|
4464
4472
|
}
|
|
4465
4473
|
|
|
4474
|
+
.e-documenteditorcontainer {
|
|
4475
|
+
display: block;
|
|
4476
|
+
}
|
|
4477
|
+
|
|
4466
4478
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
4467
4479
|
height: 0;
|
|
4468
4480
|
line-height: 0;
|
|
@@ -671,6 +671,14 @@
|
|
|
671
671
|
display: flex;
|
|
672
672
|
}
|
|
673
673
|
|
|
674
|
+
.e-de-svg-border-color {
|
|
675
|
+
stroke: #fff;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
.e-de-svg-border-fill-color {
|
|
679
|
+
fill: #fff;
|
|
680
|
+
}
|
|
681
|
+
|
|
674
682
|
.e-de-container-row {
|
|
675
683
|
display: -ms-flexbox;
|
|
676
684
|
display: flex;
|
|
@@ -4431,6 +4439,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4431
4439
|
height: 100%;
|
|
4432
4440
|
}
|
|
4433
4441
|
|
|
4442
|
+
.e-documenteditorcontainer {
|
|
4443
|
+
display: block;
|
|
4444
|
+
}
|
|
4445
|
+
|
|
4434
4446
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
4435
4447
|
height: 0;
|
|
4436
4448
|
line-height: 0.5;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -671,6 +671,14 @@
|
|
|
671
671
|
display: flex;
|
|
672
672
|
}
|
|
673
673
|
|
|
674
|
+
.e-de-svg-border-color {
|
|
675
|
+
stroke: #212529;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
.e-de-svg-border-fill-color {
|
|
679
|
+
fill: #212529;
|
|
680
|
+
}
|
|
681
|
+
|
|
674
682
|
.e-de-container-row {
|
|
675
683
|
display: -ms-flexbox;
|
|
676
684
|
display: flex;
|
|
@@ -4431,6 +4439,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4431
4439
|
height: 100%;
|
|
4432
4440
|
}
|
|
4433
4441
|
|
|
4442
|
+
.e-documenteditorcontainer {
|
|
4443
|
+
display: block;
|
|
4444
|
+
}
|
|
4445
|
+
|
|
4434
4446
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
4435
4447
|
height: 0;
|
|
4436
4448
|
line-height: 0.5;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
1
|
+
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
2
|
.e-documenteditor .e-close::before {
|
|
3
3
|
content: "\e825";
|
|
4
4
|
font-family: "e-icons";
|
|
@@ -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;
|
|
@@ -724,6 +724,14 @@
|
|
|
724
724
|
display: flex;
|
|
725
725
|
}
|
|
726
726
|
|
|
727
|
+
.e-de-svg-border-color {
|
|
728
|
+
stroke: rgba(var(--color-sf-on-surface));
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
.e-de-svg-border-fill-color {
|
|
732
|
+
fill: rgba(var(--color-sf-on-surface));
|
|
733
|
+
}
|
|
734
|
+
|
|
727
735
|
.e-de-container-row {
|
|
728
736
|
display: -ms-flexbox;
|
|
729
737
|
display: flex;
|
|
@@ -780,6 +780,14 @@
|
|
|
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
|
+
|
|
783
791
|
.e-de-container-row {
|
|
784
792
|
display: -ms-flexbox;
|
|
785
793
|
display: flex;
|
|
@@ -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,4 +1,4 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
1
|
+
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
2
|
.e-de-ctnr-close::before {
|
|
3
3
|
content: "\eb36";
|
|
4
4
|
}
|
|
@@ -486,6 +486,10 @@
|
|
|
486
486
|
height: 100%;
|
|
487
487
|
}
|
|
488
488
|
|
|
489
|
+
.e-documenteditorcontainer {
|
|
490
|
+
display: block;
|
|
491
|
+
}
|
|
492
|
+
|
|
489
493
|
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
|
|
490
494
|
height: 0;
|
|
491
495
|
line-height: 0;
|
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;
|