@syncfusion/ej2-angular-documenteditor 20.2.48 → 20.2.49-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 +574 -0
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-documenteditor.js +544 -0
- package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
- package/CHANGELOG.md +3111 -0
- package/dist/ej2-angular-documenteditor.umd.js +842 -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/collection.json +15 -0
- package/schematics/generators/documenteditorcontainer-default/index.d.ts +3 -0
- package/schematics/generators/documenteditorcontainer-default/index.js +8 -0
- package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +5 -0
- package/schematics/generators/documenteditorcontainer-default/sample-details.js +7 -0
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
- package/schematics/generators/documenteditorcontainer-default/schema.d.ts +3 -0
- package/schematics/generators/documenteditorcontainer-default/schema.js +2 -0
- package/schematics/generators/documenteditorcontainer-default/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- 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 +1 -14
- package/styles/bootstrap.css +1 -14
- package/styles/bootstrap4.css +1 -14
- package/styles/bootstrap5-dark.css +3 -15
- package/styles/bootstrap5.css +3 -15
- package/styles/document-editor/bootstrap-dark.css +0 -5
- package/styles/document-editor/bootstrap-dark.scss +1 -4
- package/styles/document-editor/bootstrap.css +0 -5
- package/styles/document-editor/bootstrap.scss +1 -4
- package/styles/document-editor/bootstrap4.css +0 -5
- package/styles/document-editor/bootstrap4.scss +1 -4
- package/styles/document-editor/bootstrap5-dark.css +0 -5
- package/styles/document-editor/bootstrap5-dark.scss +1 -4
- package/styles/document-editor/bootstrap5.css +0 -5
- package/styles/document-editor/bootstrap5.scss +1 -4
- package/styles/document-editor/fabric-dark.css +0 -5
- package/styles/document-editor/fabric-dark.scss +1 -4
- package/styles/document-editor/fabric.css +0 -5
- package/styles/document-editor/fabric.scss +1 -4
- package/styles/document-editor/fluent-dark.css +0 -5
- package/styles/document-editor/fluent-dark.scss +1 -4
- package/styles/document-editor/fluent.css +0 -5
- package/styles/document-editor/fluent.scss +1 -4
- package/styles/document-editor/highcontrast-light.css +14 -18
- package/styles/document-editor/highcontrast-light.scss +1 -4
- package/styles/document-editor/highcontrast.css +0 -5
- package/styles/document-editor/highcontrast.scss +1 -4
- package/styles/document-editor/material-dark.css +0 -5
- package/styles/document-editor/material-dark.scss +1 -4
- package/styles/document-editor/material.css +0 -5
- package/styles/document-editor/material.scss +1 -4
- package/styles/document-editor/tailwind-dark.css +0 -5
- package/styles/document-editor/tailwind-dark.scss +1 -4
- package/styles/document-editor/tailwind.css +0 -5
- package/styles/document-editor/tailwind.scss +1 -4
- package/styles/document-editor-container/bootstrap-dark.css +1 -9
- package/styles/document-editor-container/bootstrap-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap.css +1 -9
- package/styles/document-editor-container/bootstrap.scss +1 -5
- package/styles/document-editor-container/bootstrap4.css +1 -9
- package/styles/document-editor-container/bootstrap4.scss +1 -5
- package/styles/document-editor-container/bootstrap5-dark.css +3 -10
- package/styles/document-editor-container/bootstrap5-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap5.css +3 -10
- package/styles/document-editor-container/bootstrap5.scss +1 -5
- package/styles/document-editor-container/fabric-dark.css +1 -9
- package/styles/document-editor-container/fabric-dark.scss +1 -5
- package/styles/document-editor-container/fabric.css +1 -9
- package/styles/document-editor-container/fabric.scss +1 -5
- package/styles/document-editor-container/fluent-dark.css +3 -10
- package/styles/document-editor-container/fluent-dark.scss +1 -5
- package/styles/document-editor-container/fluent.css +3 -10
- package/styles/document-editor-container/fluent.scss +1 -5
- package/styles/document-editor-container/highcontrast-light.css +15 -23
- package/styles/document-editor-container/highcontrast-light.scss +1 -5
- package/styles/document-editor-container/highcontrast.css +1 -9
- package/styles/document-editor-container/highcontrast.scss +1 -5
- package/styles/document-editor-container/material-dark.css +1 -9
- package/styles/document-editor-container/material-dark.scss +1 -5
- package/styles/document-editor-container/material.css +1 -9
- package/styles/document-editor-container/material.scss +1 -5
- package/styles/document-editor-container/tailwind-dark.css +3 -10
- package/styles/document-editor-container/tailwind-dark.scss +1 -5
- package/styles/document-editor-container/tailwind.css +3 -10
- package/styles/document-editor-container/tailwind.scss +1 -5
- package/styles/fabric-dark.css +1 -14
- package/styles/fabric.css +1 -14
- package/styles/fluent-dark.css +3 -15
- package/styles/fluent.css +3 -15
- package/styles/highcontrast-light.css +15 -27
- package/styles/highcontrast.css +1 -14
- package/styles/material-dark.css +1 -14
- package/styles/material.css +1 -14
- package/styles/tailwind-dark.css +3 -15
- package/styles/tailwind.css +3 -15
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -113
- package/esm2020/src/document-editor/documenteditor.component.mjs +0 -262
- package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
- package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
- package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
- package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -506
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -506
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/styles/document-editor/_all.scss +0 -3
- package/styles/document-editor/_bootstrap-dark-definition.scss +0 -544
- package/styles/document-editor/_bootstrap-definition.scss +0 -543
- package/styles/document-editor/_bootstrap4-definition.scss +0 -556
- package/styles/document-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor/_bootstrap5-definition.scss +0 -557
- package/styles/document-editor/_fabric-dark-definition.scss +0 -546
- package/styles/document-editor/_fabric-definition.scss +0 -545
- package/styles/document-editor/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor/_fluent-definition.scss +0 -566
- package/styles/document-editor/_fusionnew-definition.scss +0 -557
- package/styles/document-editor/_highcontrast-definition.scss +0 -545
- package/styles/document-editor/_highcontrast-light-definition.scss +0 -2985
- package/styles/document-editor/_layout.scss +0 -216
- package/styles/document-editor/_material-dark-definition.scss +0 -562
- package/styles/document-editor/_material-definition.scss +0 -562
- package/styles/document-editor/_material3-definition.scss +0 -557
- package/styles/document-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor/_tailwind-definition.scss +0 -554
- package/styles/document-editor/_theme.scss +0 -3391
- package/styles/document-editor/icons/_bootstrap-dark.scss +0 -607
- package/styles/document-editor/icons/_bootstrap.scss +0 -607
- package/styles/document-editor/icons/_bootstrap4.scss +0 -592
- package/styles/document-editor/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor/icons/_bootstrap5.scss +0 -642
- package/styles/document-editor/icons/_fabric-dark.scss +0 -607
- package/styles/document-editor/icons/_fabric.scss +0 -607
- package/styles/document-editor/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor/icons/_fluent.scss +0 -640
- package/styles/document-editor/icons/_fusionnew.scss +0 -642
- package/styles/document-editor/icons/_highcontrast-light.scss +0 -612
- package/styles/document-editor/icons/_highcontrast.scss +0 -607
- package/styles/document-editor/icons/_material-dark.scss +0 -600
- package/styles/document-editor/icons/_material.scss +0 -600
- package/styles/document-editor/icons/_material3.scss +0 -642
- package/styles/document-editor/icons/_tailwind-dark.scss +0 -642
- package/styles/document-editor/icons/_tailwind.scss +0 -642
- package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +0 -171
- package/styles/document-editor-container/_all.scss +0 -2
- package/styles/document-editor-container/_bootstrap-dark-definition.scss +0 -127
- package/styles/document-editor-container/_bootstrap-definition.scss +0 -127
- package/styles/document-editor-container/_bootstrap4-definition.scss +0 -143
- package/styles/document-editor-container/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor-container/_bootstrap5-definition.scss +0 -153
- package/styles/document-editor-container/_definition.scss +0 -11
- package/styles/document-editor-container/_fabric-dark-definition.scss +0 -132
- package/styles/document-editor-container/_fabric-definition.scss +0 -129
- package/styles/document-editor-container/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor-container/_fluent-definition.scss +0 -154
- package/styles/document-editor-container/_fusionnew-definition.scss +0 -153
- package/styles/document-editor-container/_highcontrast-definition.scss +0 -130
- package/styles/document-editor-container/_highcontrast-light-definition.scss +0 -133
- package/styles/document-editor-container/_layout.scss +0 -87
- package/styles/document-editor-container/_material-dark-definition.scss +0 -131
- package/styles/document-editor-container/_material-definition.scss +0 -130
- package/styles/document-editor-container/_material3-definition.scss +0 -153
- package/styles/document-editor-container/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor-container/_tailwind-definition.scss +0 -147
- package/styles/document-editor-container/_theme.scss +0 -2001
- package/styles/document-editor-container/icons/_bootstrap-dark.scss +0 -402
- package/styles/document-editor-container/icons/_bootstrap.scss +0 -402
- package/styles/document-editor-container/icons/_bootstrap4.scss +0 -402
- package/styles/document-editor-container/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor-container/icons/_bootstrap5.scss +0 -428
- package/styles/document-editor-container/icons/_fabric-dark.scss +0 -402
- package/styles/document-editor-container/icons/_fabric.scss +0 -402
- package/styles/document-editor-container/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor-container/icons/_fluent.scss +0 -428
- package/styles/document-editor-container/icons/_fusionnew.scss +0 -428
- package/styles/document-editor-container/icons/_highcontrast-light.scss +0 -402
- package/styles/document-editor-container/icons/_highcontrast.scss +0 -402
- package/styles/document-editor-container/icons/_material-dark.scss +0 -404
- package/styles/document-editor-container/icons/_material.scss +0 -404
- package/styles/document-editor-container/icons/_material3.scss +0 -428
- package/styles/document-editor-container/icons/_tailwind-dark.scss +0 -428
- package/styles/document-editor-container/icons/_tailwind.scss +0 -428
- package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
package/styles/fabric-dark.css
CHANGED
|
@@ -747,7 +747,6 @@
|
|
|
747
747
|
left: 14px;
|
|
748
748
|
}
|
|
749
749
|
|
|
750
|
-
/* stylelint-disable */
|
|
751
750
|
.e-de-background {
|
|
752
751
|
background-color: #201f1f;
|
|
753
752
|
}
|
|
@@ -3621,10 +3620,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3621
3620
|
right: 11px;
|
|
3622
3621
|
}
|
|
3623
3622
|
|
|
3624
|
-
.e-bigger {
|
|
3625
|
-
/* stylelint-disable */
|
|
3626
|
-
/* stylelint-enable */
|
|
3627
|
-
}
|
|
3628
3623
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3629
3624
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3630
3625
|
font-size: 14px;
|
|
@@ -4146,11 +4141,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4146
4141
|
font-family: "e-icons";
|
|
4147
4142
|
}
|
|
4148
4143
|
|
|
4149
|
-
.e-de-e-paragraph-mark::before {
|
|
4150
|
-
content: "\e353";
|
|
4151
|
-
font-family: "e-icons";
|
|
4152
|
-
}
|
|
4153
|
-
|
|
4154
4144
|
.e-de-toolbar {
|
|
4155
4145
|
height: 100%;
|
|
4156
4146
|
}
|
|
@@ -4195,14 +4185,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4195
4185
|
|
|
4196
4186
|
.e-de-ctnr-hglt-no-color {
|
|
4197
4187
|
font-size: 12px;
|
|
4198
|
-
font-weight:
|
|
4188
|
+
font-weight: 400;
|
|
4199
4189
|
left: 40px;
|
|
4200
4190
|
padding-top: 11px;
|
|
4201
4191
|
position: absolute;
|
|
4202
4192
|
top: 100px;
|
|
4203
4193
|
}
|
|
4204
4194
|
|
|
4205
|
-
/* stylelint-disable */
|
|
4206
4195
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4207
4196
|
width: 0;
|
|
4208
4197
|
}
|
|
@@ -4212,8 +4201,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4212
4201
|
scrollbar-width: none;
|
|
4213
4202
|
}
|
|
4214
4203
|
|
|
4215
|
-
/* stylelint-enable */
|
|
4216
|
-
/* stylelint-disable */
|
|
4217
4204
|
.e-de-toolbar {
|
|
4218
4205
|
height: 100%;
|
|
4219
4206
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -747,7 +747,6 @@
|
|
|
747
747
|
left: 14px;
|
|
748
748
|
}
|
|
749
749
|
|
|
750
|
-
/* stylelint-disable */
|
|
751
750
|
.e-de-background {
|
|
752
751
|
background-color: #fff;
|
|
753
752
|
}
|
|
@@ -3621,10 +3620,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3621
3620
|
right: 11px;
|
|
3622
3621
|
}
|
|
3623
3622
|
|
|
3624
|
-
.e-bigger {
|
|
3625
|
-
/* stylelint-disable */
|
|
3626
|
-
/* stylelint-enable */
|
|
3627
|
-
}
|
|
3628
3623
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3629
3624
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3630
3625
|
font-size: 14px;
|
|
@@ -4146,11 +4141,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4146
4141
|
font-family: "e-icons";
|
|
4147
4142
|
}
|
|
4148
4143
|
|
|
4149
|
-
.e-de-e-paragraph-mark::before {
|
|
4150
|
-
content: "\e353";
|
|
4151
|
-
font-family: "e-icons";
|
|
4152
|
-
}
|
|
4153
|
-
|
|
4154
4144
|
.e-de-toolbar {
|
|
4155
4145
|
height: 100%;
|
|
4156
4146
|
}
|
|
@@ -4195,14 +4185,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4195
4185
|
|
|
4196
4186
|
.e-de-ctnr-hglt-no-color {
|
|
4197
4187
|
font-size: 12px;
|
|
4198
|
-
font-weight:
|
|
4188
|
+
font-weight: 400;
|
|
4199
4189
|
left: 40px;
|
|
4200
4190
|
padding-top: 11px;
|
|
4201
4191
|
position: absolute;
|
|
4202
4192
|
top: 100px;
|
|
4203
4193
|
}
|
|
4204
4194
|
|
|
4205
|
-
/* stylelint-disable */
|
|
4206
4195
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4207
4196
|
width: 0;
|
|
4208
4197
|
}
|
|
@@ -4212,8 +4201,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4212
4201
|
scrollbar-width: none;
|
|
4213
4202
|
}
|
|
4214
4203
|
|
|
4215
|
-
/* stylelint-enable */
|
|
4216
|
-
/* stylelint-disable */
|
|
4217
4204
|
.e-de-toolbar {
|
|
4218
4205
|
height: 100%;
|
|
4219
4206
|
}
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
1
2
|
.e-documenteditor .e-close::before {
|
|
2
3
|
color: #a19f9d;
|
|
3
4
|
content: "\e7e7";
|
|
@@ -780,7 +781,6 @@
|
|
|
780
781
|
left: 14px;
|
|
781
782
|
}
|
|
782
783
|
|
|
783
|
-
/* stylelint-disable */
|
|
784
784
|
.e-de-background {
|
|
785
785
|
background-color: #323130;
|
|
786
786
|
}
|
|
@@ -3653,10 +3653,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3653
3653
|
right: 15px;
|
|
3654
3654
|
}
|
|
3655
3655
|
|
|
3656
|
-
.e-bigger {
|
|
3657
|
-
/* stylelint-disable */
|
|
3658
|
-
/* stylelint-enable */
|
|
3659
|
-
}
|
|
3660
3656
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3661
3657
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3662
3658
|
font-size: 14px;
|
|
@@ -4205,11 +4201,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4205
4201
|
font-family: "e-icons";
|
|
4206
4202
|
}
|
|
4207
4203
|
|
|
4208
|
-
.e-de-e-paragraph-mark::before {
|
|
4209
|
-
content: "\e844";
|
|
4210
|
-
font-family: "e-icons";
|
|
4211
|
-
}
|
|
4212
|
-
|
|
4213
4204
|
.e-de-toolbar {
|
|
4214
4205
|
height: 100%;
|
|
4215
4206
|
}
|
|
@@ -4254,14 +4245,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4254
4245
|
|
|
4255
4246
|
.e-de-ctnr-hglt-no-color {
|
|
4256
4247
|
font-size: 12px;
|
|
4257
|
-
font-weight:
|
|
4248
|
+
font-weight: 400;
|
|
4258
4249
|
left: 40px;
|
|
4259
4250
|
padding-top: 11px;
|
|
4260
4251
|
position: absolute;
|
|
4261
4252
|
top: 100px;
|
|
4262
4253
|
}
|
|
4263
4254
|
|
|
4264
|
-
/* stylelint-disable */
|
|
4265
4255
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4266
4256
|
width: 0;
|
|
4267
4257
|
}
|
|
@@ -4271,7 +4261,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4271
4261
|
scrollbar-width: none;
|
|
4272
4262
|
}
|
|
4273
4263
|
|
|
4274
|
-
/* stylelint-enable */
|
|
4275
4264
|
.e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-fontcolor,
|
|
4276
4265
|
.e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-change-case {
|
|
4277
4266
|
font-size: 18px;
|
|
@@ -4282,7 +4271,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4282
4271
|
font-size: 21px;
|
|
4283
4272
|
}
|
|
4284
4273
|
|
|
4285
|
-
/* stylelint-disable */
|
|
4286
4274
|
.e-de-toolbar {
|
|
4287
4275
|
height: 100%;
|
|
4288
4276
|
}
|
|
@@ -4384,7 +4372,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4384
4372
|
}
|
|
4385
4373
|
.e-bigger .e-de-ctn-title button {
|
|
4386
4374
|
font-size: 16px !important;
|
|
4387
|
-
height: auto !important;
|
|
4375
|
+
height: auto !important;
|
|
4388
4376
|
margin: 0 !important;
|
|
4389
4377
|
}
|
|
4390
4378
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
package/styles/fluent.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
1
2
|
.e-documenteditor .e-close::before {
|
|
2
3
|
color: #605e5c;
|
|
3
4
|
content: "\e7e7";
|
|
@@ -780,7 +781,6 @@
|
|
|
780
781
|
left: 14px;
|
|
781
782
|
}
|
|
782
783
|
|
|
783
|
-
/* stylelint-disable */
|
|
784
784
|
.e-de-background {
|
|
785
785
|
background-color: #e1dfdd;
|
|
786
786
|
}
|
|
@@ -3653,10 +3653,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3653
3653
|
right: 15px;
|
|
3654
3654
|
}
|
|
3655
3655
|
|
|
3656
|
-
.e-bigger {
|
|
3657
|
-
/* stylelint-disable */
|
|
3658
|
-
/* stylelint-enable */
|
|
3659
|
-
}
|
|
3660
3656
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3661
3657
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3662
3658
|
font-size: 14px;
|
|
@@ -4205,11 +4201,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4205
4201
|
font-family: "e-icons";
|
|
4206
4202
|
}
|
|
4207
4203
|
|
|
4208
|
-
.e-de-e-paragraph-mark::before {
|
|
4209
|
-
content: "\e844";
|
|
4210
|
-
font-family: "e-icons";
|
|
4211
|
-
}
|
|
4212
|
-
|
|
4213
4204
|
.e-de-toolbar {
|
|
4214
4205
|
height: 100%;
|
|
4215
4206
|
}
|
|
@@ -4254,14 +4245,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4254
4245
|
|
|
4255
4246
|
.e-de-ctnr-hglt-no-color {
|
|
4256
4247
|
font-size: 12px;
|
|
4257
|
-
font-weight:
|
|
4248
|
+
font-weight: 400;
|
|
4258
4249
|
left: 40px;
|
|
4259
4250
|
padding-top: 11px;
|
|
4260
4251
|
position: absolute;
|
|
4261
4252
|
top: 100px;
|
|
4262
4253
|
}
|
|
4263
4254
|
|
|
4264
|
-
/* stylelint-disable */
|
|
4265
4255
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4266
4256
|
width: 0;
|
|
4267
4257
|
}
|
|
@@ -4271,7 +4261,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4271
4261
|
scrollbar-width: none;
|
|
4272
4262
|
}
|
|
4273
4263
|
|
|
4274
|
-
/* stylelint-enable */
|
|
4275
4264
|
.e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-fontcolor,
|
|
4276
4265
|
.e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-change-case {
|
|
4277
4266
|
font-size: 18px;
|
|
@@ -4282,7 +4271,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4282
4271
|
font-size: 21px;
|
|
4283
4272
|
}
|
|
4284
4273
|
|
|
4285
|
-
/* stylelint-disable */
|
|
4286
4274
|
.e-de-toolbar {
|
|
4287
4275
|
height: 100%;
|
|
4288
4276
|
}
|
|
@@ -4384,7 +4372,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4384
4372
|
}
|
|
4385
4373
|
.e-bigger .e-de-ctn-title button {
|
|
4386
4374
|
font-size: 16px !important;
|
|
4387
|
-
height: auto !important;
|
|
4375
|
+
height: auto !important;
|
|
4388
4376
|
margin: 0 !important;
|
|
4389
4377
|
}
|
|
4390
4378
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
@@ -308,63 +308,63 @@
|
|
|
308
308
|
content: "\e339";
|
|
309
309
|
font-family: "e-icons";
|
|
310
310
|
font-size: 16px;
|
|
311
|
-
font-weight:
|
|
311
|
+
font-weight: 400;
|
|
312
312
|
}
|
|
313
313
|
|
|
314
314
|
.e-de-italic::before {
|
|
315
315
|
content: "\e35a";
|
|
316
316
|
font-family: "e-icons";
|
|
317
317
|
font-size: 16px;
|
|
318
|
-
font-weight:
|
|
318
|
+
font-weight: 400;
|
|
319
319
|
}
|
|
320
320
|
|
|
321
321
|
.e-de-underline::before {
|
|
322
322
|
content: "\e343";
|
|
323
323
|
font-family: "e-icons";
|
|
324
324
|
font-size: 16px;
|
|
325
|
-
font-weight:
|
|
325
|
+
font-weight: 400;
|
|
326
326
|
}
|
|
327
327
|
|
|
328
328
|
.e-de-indent::before {
|
|
329
329
|
content: "\e35d";
|
|
330
330
|
font-family: "e-icons";
|
|
331
331
|
font-size: 16px;
|
|
332
|
-
font-weight:
|
|
332
|
+
font-weight: 400;
|
|
333
333
|
}
|
|
334
334
|
|
|
335
335
|
.e-de-outdent::before {
|
|
336
336
|
content: "\e33f";
|
|
337
337
|
font-family: "e-icons";
|
|
338
338
|
font-size: 16px;
|
|
339
|
-
font-weight:
|
|
339
|
+
font-weight: 400;
|
|
340
340
|
}
|
|
341
341
|
|
|
342
342
|
.e-de-align-left::before {
|
|
343
343
|
content: "\e33a";
|
|
344
344
|
font-family: "e-icons";
|
|
345
345
|
font-size: 16px;
|
|
346
|
-
font-weight:
|
|
346
|
+
font-weight: 400;
|
|
347
347
|
}
|
|
348
348
|
|
|
349
349
|
.e-de-align-center::before {
|
|
350
350
|
content: "\e35e";
|
|
351
351
|
font-family: "e-icons";
|
|
352
352
|
font-size: 16px;
|
|
353
|
-
font-weight:
|
|
353
|
+
font-weight: 400;
|
|
354
354
|
}
|
|
355
355
|
|
|
356
356
|
.e-de-align-right::before {
|
|
357
357
|
content: "\e34d";
|
|
358
358
|
font-family: "e-icons";
|
|
359
359
|
font-size: 16px;
|
|
360
|
-
font-weight:
|
|
360
|
+
font-weight: 400;
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
.e-de-justify::before {
|
|
364
364
|
content: "\e334";
|
|
365
365
|
font-family: "e-icons";
|
|
366
366
|
font-size: 16px;
|
|
367
|
-
font-weight:
|
|
367
|
+
font-weight: 400;
|
|
368
368
|
}
|
|
369
369
|
|
|
370
370
|
.e-de-single-spacing::before {
|
|
@@ -737,7 +737,7 @@
|
|
|
737
737
|
|
|
738
738
|
.e-de-hyperlink-dlg-title {
|
|
739
739
|
font-size: 12px;
|
|
740
|
-
font-weight:
|
|
740
|
+
font-weight: 400;
|
|
741
741
|
margin-bottom: 8px;
|
|
742
742
|
margin-top: 8px;
|
|
743
743
|
}
|
|
@@ -848,7 +848,7 @@ label[for=container_wholeWord] {
|
|
|
848
848
|
.e-de-cell-dia-label-common {
|
|
849
849
|
display: inline-block;
|
|
850
850
|
font-size: 12px;
|
|
851
|
-
font-weight:
|
|
851
|
+
font-weight: 400;
|
|
852
852
|
margin-bottom: 8px;
|
|
853
853
|
margin-top: 8px;
|
|
854
854
|
width: 150px;
|
|
@@ -1631,7 +1631,7 @@ label[for=container_wholeWord] {
|
|
|
1631
1631
|
.e-de-style-style-based-on,
|
|
1632
1632
|
.e-de-style-style-paragraph {
|
|
1633
1633
|
font-size: 13px;
|
|
1634
|
-
font-weight:
|
|
1634
|
+
font-weight: 400;
|
|
1635
1635
|
margin-bottom: 8px;
|
|
1636
1636
|
width: 180px;
|
|
1637
1637
|
}
|
|
@@ -1900,7 +1900,7 @@ label[for=container_wholeWord] {
|
|
|
1900
1900
|
}
|
|
1901
1901
|
|
|
1902
1902
|
.e-styles-dlgfields {
|
|
1903
|
-
font-weight:
|
|
1903
|
+
font-weight: 400;
|
|
1904
1904
|
margin-bottom: 6px;
|
|
1905
1905
|
}
|
|
1906
1906
|
|
|
@@ -1919,7 +1919,7 @@ label[for=container_wholeWord] {
|
|
|
1919
1919
|
}
|
|
1920
1920
|
|
|
1921
1921
|
.e-bookmark-dlgfields {
|
|
1922
|
-
font-weight:
|
|
1922
|
+
font-weight: 400;
|
|
1923
1923
|
margin-bottom: 0;
|
|
1924
1924
|
}
|
|
1925
1925
|
|
|
@@ -2612,10 +2612,6 @@ label[for=container_wholeWord] {
|
|
|
2612
2612
|
content: "\e68a";
|
|
2613
2613
|
}
|
|
2614
2614
|
|
|
2615
|
-
.e-bigger {
|
|
2616
|
-
/* stylelint-disable */
|
|
2617
|
-
/* stylelint-enable */
|
|
2618
|
-
}
|
|
2619
2615
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
2620
2616
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
2621
2617
|
font-size: 14px;
|
|
@@ -3137,11 +3133,6 @@ label[for=container_wholeWord] {
|
|
|
3137
3133
|
font-family: "e-icons";
|
|
3138
3134
|
}
|
|
3139
3135
|
|
|
3140
|
-
.e-de-e-paragraph-mark::before {
|
|
3141
|
-
content: "\e353";
|
|
3142
|
-
font-family: "e-icons";
|
|
3143
|
-
}
|
|
3144
|
-
|
|
3145
3136
|
.e-de-toolbar {
|
|
3146
3137
|
height: 100%;
|
|
3147
3138
|
}
|
|
@@ -3186,14 +3177,13 @@ label[for=container_wholeWord] {
|
|
|
3186
3177
|
|
|
3187
3178
|
.e-de-ctnr-hglt-no-color {
|
|
3188
3179
|
font-size: 12px;
|
|
3189
|
-
font-weight:
|
|
3180
|
+
font-weight: 400;
|
|
3190
3181
|
left: 40px;
|
|
3191
3182
|
padding-top: 11px;
|
|
3192
3183
|
position: absolute;
|
|
3193
3184
|
top: 100px;
|
|
3194
3185
|
}
|
|
3195
3186
|
|
|
3196
|
-
/* stylelint-disable */
|
|
3197
3187
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
3198
3188
|
width: 0;
|
|
3199
3189
|
}
|
|
@@ -3203,8 +3193,6 @@ label[for=container_wholeWord] {
|
|
|
3203
3193
|
scrollbar-width: none;
|
|
3204
3194
|
}
|
|
3205
3195
|
|
|
3206
|
-
/* stylelint-enable */
|
|
3207
|
-
/* stylelint-disable */
|
|
3208
3196
|
.e-de-toolbar {
|
|
3209
3197
|
height: 100%;
|
|
3210
3198
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -747,7 +747,6 @@
|
|
|
747
747
|
left: 14px;
|
|
748
748
|
}
|
|
749
749
|
|
|
750
|
-
/* stylelint-disable */
|
|
751
750
|
.e-de-background {
|
|
752
751
|
background-color: #000;
|
|
753
752
|
}
|
|
@@ -3621,10 +3620,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3621
3620
|
right: 10px;
|
|
3622
3621
|
}
|
|
3623
3622
|
|
|
3624
|
-
.e-bigger {
|
|
3625
|
-
/* stylelint-disable */
|
|
3626
|
-
/* stylelint-enable */
|
|
3627
|
-
}
|
|
3628
3623
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3629
3624
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3630
3625
|
font-size: 14px;
|
|
@@ -4146,11 +4141,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4146
4141
|
font-family: "e-icons";
|
|
4147
4142
|
}
|
|
4148
4143
|
|
|
4149
|
-
.e-de-e-paragraph-mark::before {
|
|
4150
|
-
content: "\e353";
|
|
4151
|
-
font-family: "e-icons";
|
|
4152
|
-
}
|
|
4153
|
-
|
|
4154
4144
|
.e-de-toolbar {
|
|
4155
4145
|
height: 100%;
|
|
4156
4146
|
}
|
|
@@ -4195,14 +4185,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4195
4185
|
|
|
4196
4186
|
.e-de-ctnr-hglt-no-color {
|
|
4197
4187
|
font-size: 12px;
|
|
4198
|
-
font-weight:
|
|
4188
|
+
font-weight: 400;
|
|
4199
4189
|
left: 40px;
|
|
4200
4190
|
padding-top: 11px;
|
|
4201
4191
|
position: absolute;
|
|
4202
4192
|
top: 100px;
|
|
4203
4193
|
}
|
|
4204
4194
|
|
|
4205
|
-
/* stylelint-disable */
|
|
4206
4195
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4207
4196
|
width: 0;
|
|
4208
4197
|
}
|
|
@@ -4212,8 +4201,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4212
4201
|
scrollbar-width: none;
|
|
4213
4202
|
}
|
|
4214
4203
|
|
|
4215
|
-
/* stylelint-enable */
|
|
4216
|
-
/* stylelint-disable */
|
|
4217
4204
|
.e-de-toolbar {
|
|
4218
4205
|
height: 100%;
|
|
4219
4206
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -742,7 +742,6 @@
|
|
|
742
742
|
left: 14px;
|
|
743
743
|
}
|
|
744
744
|
|
|
745
|
-
/* stylelint-disable */
|
|
746
745
|
.e-de-background {
|
|
747
746
|
background-color: #212121;
|
|
748
747
|
}
|
|
@@ -3616,10 +3615,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3616
3615
|
right: 10px;
|
|
3617
3616
|
}
|
|
3618
3617
|
|
|
3619
|
-
.e-bigger {
|
|
3620
|
-
/* stylelint-disable */
|
|
3621
|
-
/* stylelint-enable */
|
|
3622
|
-
}
|
|
3623
3618
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3624
3619
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3625
3620
|
font-size: 14px;
|
|
@@ -4143,11 +4138,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4143
4138
|
font-family: "e-icons";
|
|
4144
4139
|
}
|
|
4145
4140
|
|
|
4146
|
-
.e-de-e-paragraph-mark::before {
|
|
4147
|
-
content: "\e353";
|
|
4148
|
-
font-family: "e-icons";
|
|
4149
|
-
}
|
|
4150
|
-
|
|
4151
4141
|
.e-de-toolbar {
|
|
4152
4142
|
height: 100%;
|
|
4153
4143
|
}
|
|
@@ -4192,14 +4182,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4192
4182
|
|
|
4193
4183
|
.e-de-ctnr-hglt-no-color {
|
|
4194
4184
|
font-size: 12px;
|
|
4195
|
-
font-weight:
|
|
4185
|
+
font-weight: 400;
|
|
4196
4186
|
left: 40px;
|
|
4197
4187
|
padding-top: 11px;
|
|
4198
4188
|
position: absolute;
|
|
4199
4189
|
top: 100px;
|
|
4200
4190
|
}
|
|
4201
4191
|
|
|
4202
|
-
/* stylelint-disable */
|
|
4203
4192
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4204
4193
|
width: 0;
|
|
4205
4194
|
}
|
|
@@ -4209,8 +4198,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4209
4198
|
scrollbar-width: none;
|
|
4210
4199
|
}
|
|
4211
4200
|
|
|
4212
|
-
/* stylelint-enable */
|
|
4213
|
-
/* stylelint-disable */
|
|
4214
4201
|
.e-de-toolbar {
|
|
4215
4202
|
height: 100%;
|
|
4216
4203
|
}
|
package/styles/material.css
CHANGED
|
@@ -742,7 +742,6 @@
|
|
|
742
742
|
left: 14px;
|
|
743
743
|
}
|
|
744
744
|
|
|
745
|
-
/* stylelint-disable */
|
|
746
745
|
.e-de-background {
|
|
747
746
|
background-color: #fff;
|
|
748
747
|
}
|
|
@@ -3616,10 +3615,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3616
3615
|
right: 10px;
|
|
3617
3616
|
}
|
|
3618
3617
|
|
|
3619
|
-
.e-bigger {
|
|
3620
|
-
/* stylelint-disable */
|
|
3621
|
-
/* stylelint-enable */
|
|
3622
|
-
}
|
|
3623
3618
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3624
3619
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3625
3620
|
font-size: 14px;
|
|
@@ -4143,11 +4138,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4143
4138
|
font-family: "e-icons";
|
|
4144
4139
|
}
|
|
4145
4140
|
|
|
4146
|
-
.e-de-e-paragraph-mark::before {
|
|
4147
|
-
content: "\e353";
|
|
4148
|
-
font-family: "e-icons";
|
|
4149
|
-
}
|
|
4150
|
-
|
|
4151
4141
|
.e-de-toolbar {
|
|
4152
4142
|
height: 100%;
|
|
4153
4143
|
}
|
|
@@ -4192,14 +4182,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4192
4182
|
|
|
4193
4183
|
.e-de-ctnr-hglt-no-color {
|
|
4194
4184
|
font-size: 12px;
|
|
4195
|
-
font-weight:
|
|
4185
|
+
font-weight: 400;
|
|
4196
4186
|
left: 40px;
|
|
4197
4187
|
padding-top: 11px;
|
|
4198
4188
|
position: absolute;
|
|
4199
4189
|
top: 100px;
|
|
4200
4190
|
}
|
|
4201
4191
|
|
|
4202
|
-
/* stylelint-disable */
|
|
4203
4192
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4204
4193
|
width: 0;
|
|
4205
4194
|
}
|
|
@@ -4209,8 +4198,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4209
4198
|
scrollbar-width: none;
|
|
4210
4199
|
}
|
|
4211
4200
|
|
|
4212
|
-
/* stylelint-enable */
|
|
4213
|
-
/* stylelint-disable */
|
|
4214
4201
|
.e-de-toolbar {
|
|
4215
4202
|
height: 100%;
|
|
4216
4203
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
1
2
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
3
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
3
4
|
.e-documenteditor .e-close::before {
|
|
@@ -784,7 +785,6 @@
|
|
|
784
785
|
left: 14px;
|
|
785
786
|
}
|
|
786
787
|
|
|
787
|
-
/* stylelint-disable */
|
|
788
788
|
.e-de-background {
|
|
789
789
|
background-color: #4b5563;
|
|
790
790
|
}
|
|
@@ -3928,10 +3928,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3928
3928
|
right: 19px;
|
|
3929
3929
|
}
|
|
3930
3930
|
|
|
3931
|
-
.e-bigger {
|
|
3932
|
-
/* stylelint-disable */
|
|
3933
|
-
/* stylelint-enable */
|
|
3934
|
-
}
|
|
3935
3931
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3936
3932
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3937
3933
|
font-size: 14px;
|
|
@@ -4481,11 +4477,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4481
4477
|
font-family: "e-icons";
|
|
4482
4478
|
}
|
|
4483
4479
|
|
|
4484
|
-
.e-de-e-paragraph-mark::before {
|
|
4485
|
-
content: "\e844";
|
|
4486
|
-
font-family: "e-icons";
|
|
4487
|
-
}
|
|
4488
|
-
|
|
4489
4480
|
.e-de-toolbar {
|
|
4490
4481
|
height: 100%;
|
|
4491
4482
|
}
|
|
@@ -4530,14 +4521,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4530
4521
|
|
|
4531
4522
|
.e-de-ctnr-hglt-no-color {
|
|
4532
4523
|
font-size: 12px;
|
|
4533
|
-
font-weight:
|
|
4524
|
+
font-weight: 400;
|
|
4534
4525
|
left: 40px;
|
|
4535
4526
|
padding-top: 11px;
|
|
4536
4527
|
position: absolute;
|
|
4537
4528
|
top: 100px;
|
|
4538
4529
|
}
|
|
4539
4530
|
|
|
4540
|
-
/* stylelint-disable */
|
|
4541
4531
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4542
4532
|
width: 0;
|
|
4543
4533
|
}
|
|
@@ -4547,8 +4537,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4547
4537
|
scrollbar-width: none;
|
|
4548
4538
|
}
|
|
4549
4539
|
|
|
4550
|
-
/* stylelint-enable */
|
|
4551
|
-
/* stylelint-disable */
|
|
4552
4540
|
.e-de-toolbar {
|
|
4553
4541
|
height: 100%;
|
|
4554
4542
|
}
|
|
@@ -4649,7 +4637,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4649
4637
|
}
|
|
4650
4638
|
.e-bigger .e-de-ctn-title button {
|
|
4651
4639
|
font-size: 16px !important;
|
|
4652
|
-
height: auto !important;
|
|
4640
|
+
height: auto !important;
|
|
4653
4641
|
}
|
|
4654
4642
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
4655
4643
|
font-size: 18px !important;
|