@syncfusion/ej2-vue-documenteditor 20.2.50 → 20.3.47
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 +1 -180
- package/dist/ej2-vue-documenteditor.umd.min.js +1 -1
- package/dist/es6/ej2-vue-documenteditor.es2015.js +7 -9
- package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es5.js +7 -9
- package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +8 -8
- package/src/document-editor/documenteditor.component.d.ts +0 -1
- package/src/document-editor/documenteditor.component.js +3 -4
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +0 -1
- package/src/document-editor-container/documenteditorcontainer.component.js +3 -4
- package/styles/bootstrap-dark.css +18 -1
- package/styles/bootstrap.css +18 -1
- package/styles/bootstrap4.css +19 -2
- package/styles/bootstrap5-dark.css +19 -3
- package/styles/bootstrap5.css +19 -3
- package/styles/document-editor/bootstrap-dark.css +5 -0
- package/styles/document-editor/bootstrap.css +5 -0
- package/styles/document-editor/bootstrap4.css +5 -0
- package/styles/document-editor/bootstrap5-dark.css +5 -0
- package/styles/document-editor/bootstrap5.css +5 -0
- package/styles/document-editor/fabric-dark.css +5 -0
- package/styles/document-editor/fabric.css +5 -0
- package/styles/document-editor/fluent-dark.css +5 -0
- package/styles/document-editor/fluent.css +5 -0
- package/styles/document-editor/highcontrast-light.css +18 -14
- package/styles/document-editor/highcontrast.css +5 -0
- package/styles/document-editor/material-dark.css +5 -0
- package/styles/document-editor/material.css +5 -0
- package/styles/document-editor/tailwind-dark.css +5 -0
- package/styles/document-editor/tailwind.css +5 -0
- package/styles/document-editor-container/bootstrap-dark.css +13 -1
- package/styles/document-editor-container/bootstrap.css +13 -1
- package/styles/document-editor-container/bootstrap4.css +14 -2
- package/styles/document-editor-container/bootstrap5-dark.css +14 -3
- package/styles/document-editor-container/bootstrap5.css +14 -3
- package/styles/document-editor-container/fabric-dark.css +13 -1
- package/styles/document-editor-container/fabric.css +13 -1
- package/styles/document-editor-container/fluent-dark.css +14 -3
- package/styles/document-editor-container/fluent.css +14 -3
- package/styles/document-editor-container/highcontrast-light.css +27 -15
- package/styles/document-editor-container/highcontrast.css +13 -1
- package/styles/document-editor-container/material-dark.css +13 -1
- package/styles/document-editor-container/material.css +13 -1
- package/styles/document-editor-container/tailwind-dark.css +14 -3
- package/styles/document-editor-container/tailwind.css +14 -3
- package/styles/fabric-dark.css +18 -1
- package/styles/fabric.css +18 -1
- package/styles/fluent-dark.css +19 -3
- package/styles/fluent.css +19 -3
- package/styles/highcontrast-light.css +31 -15
- package/styles/highcontrast.css +18 -1
- package/styles/material-dark.css +18 -1
- package/styles/material.css +18 -1
- package/styles/tailwind-dark.css +19 -3
- package/styles/tailwind.css +19 -3
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-documenteditor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-documenteditor@
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-documenteditor@19.36.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-ttV/9qYhbgS2AXYUEteWtjq6VI+/LCkQj+e2nS/gFvYAcIT/Z2G6xtMQoaIGvftvGFL8c6zhNioU/OtoyjyWRQ==",
|
|
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": "http://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-documenteditor/-/ej2-vue-documenteditor-19.36.0.tgz",
|
|
23
|
+
"_shasum": "483cc48379c58b37f4444e0fc16a76003fe40d24",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-documenteditor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-documenteditor": "20.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.3.47",
|
|
35
|
+
"@syncfusion/ej2-documenteditor": "20.3.47",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.3.47"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
|
|
@@ -66,6 +66,6 @@
|
|
|
66
66
|
"scripts": {
|
|
67
67
|
"postinstall": "node ../ej2-vue-base/postinstall.js"
|
|
68
68
|
},
|
|
69
|
-
"version": "20.
|
|
69
|
+
"version": "20.3.47",
|
|
70
70
|
"sideEffects": false
|
|
71
71
|
}
|
|
@@ -5,7 +5,6 @@ export declare const testProp: any;
|
|
|
5
5
|
export declare const props: any;
|
|
6
6
|
export declare const watch: any;
|
|
7
7
|
export declare const emitProbs: any;
|
|
8
|
-
export declare const isExecute: any;
|
|
9
8
|
/**
|
|
10
9
|
* Represents the Essential JS 2 VueJS Document Editor Component
|
|
11
10
|
* ```html
|
|
@@ -17,7 +17,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
17
17
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
18
18
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
19
|
};
|
|
20
|
-
import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
|
|
20
|
+
import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
22
22
|
import { DocumentEditor } from '@syncfusion/ej2-documenteditor';
|
|
23
23
|
import { Options } from 'vue-class-component';
|
|
@@ -32,7 +32,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
|
32
32
|
var props_1 = modelProps_1[_i];
|
|
33
33
|
emitProbs.push('update:' + props_1);
|
|
34
34
|
}
|
|
35
|
-
export var isExecute = gh ? false : true;
|
|
36
35
|
/**
|
|
37
36
|
* Represents the Essential JS 2 VueJS Document Editor Component
|
|
38
37
|
* ```html
|
|
@@ -107,10 +106,10 @@ var DocumentEditorComponent = /** @class */ (function (_super) {
|
|
|
107
106
|
}
|
|
108
107
|
};
|
|
109
108
|
DocumentEditorComponent.prototype.render = function (createElement) {
|
|
110
|
-
var h = gh
|
|
109
|
+
var h = !isExecute ? gh : createElement;
|
|
111
110
|
var slots = null;
|
|
112
111
|
if (!isNullOrUndefined(this.$slots.default)) {
|
|
113
|
-
slots =
|
|
112
|
+
slots = !isExecute ? this.$slots.default() : this.$slots.default;
|
|
114
113
|
}
|
|
115
114
|
return h('div', slots);
|
|
116
115
|
};
|
|
@@ -5,7 +5,6 @@ export declare const testProp: any;
|
|
|
5
5
|
export declare const props: any;
|
|
6
6
|
export declare const watch: any;
|
|
7
7
|
export declare const emitProbs: any;
|
|
8
|
-
export declare const isExecute: any;
|
|
9
8
|
/**
|
|
10
9
|
* Represents the Essential JS 2 VueJS Document Editor Container
|
|
11
10
|
* ```html
|
|
@@ -17,7 +17,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
17
17
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
18
18
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
19
|
};
|
|
20
|
-
import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
|
|
20
|
+
import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
22
22
|
import { DocumentEditorContainer } from '@syncfusion/ej2-documenteditor';
|
|
23
23
|
import { Options } from 'vue-class-component';
|
|
@@ -32,7 +32,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
|
32
32
|
var props_1 = modelProps_1[_i];
|
|
33
33
|
emitProbs.push('update:' + props_1);
|
|
34
34
|
}
|
|
35
|
-
export var isExecute = gh ? false : true;
|
|
36
35
|
/**
|
|
37
36
|
* Represents the Essential JS 2 VueJS Document Editor Container
|
|
38
37
|
* ```html
|
|
@@ -107,10 +106,10 @@ var DocumentEditorContainerComponent = /** @class */ (function (_super) {
|
|
|
107
106
|
}
|
|
108
107
|
};
|
|
109
108
|
DocumentEditorContainerComponent.prototype.render = function (createElement) {
|
|
110
|
-
var h = gh
|
|
109
|
+
var h = !isExecute ? gh : createElement;
|
|
111
110
|
var slots = null;
|
|
112
111
|
if (!isNullOrUndefined(this.$slots.default)) {
|
|
113
|
-
slots =
|
|
112
|
+
slots = !isExecute ? this.$slots.default() : this.$slots.default;
|
|
114
113
|
}
|
|
115
114
|
return h('div', slots);
|
|
116
115
|
};
|
|
@@ -747,6 +747,7 @@
|
|
|
747
747
|
left: 14px;
|
|
748
748
|
}
|
|
749
749
|
|
|
750
|
+
/* stylelint-disable */
|
|
750
751
|
.e-de-background {
|
|
751
752
|
background-color: #232323;
|
|
752
753
|
}
|
|
@@ -3620,6 +3621,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3620
3621
|
right: 10px;
|
|
3621
3622
|
}
|
|
3622
3623
|
|
|
3624
|
+
.e-bigger {
|
|
3625
|
+
/* stylelint-disable */
|
|
3626
|
+
/* stylelint-enable */
|
|
3627
|
+
}
|
|
3623
3628
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3624
3629
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3625
3630
|
font-size: 14px;
|
|
@@ -4141,6 +4146,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4141
4146
|
font-family: "e-icons";
|
|
4142
4147
|
}
|
|
4143
4148
|
|
|
4149
|
+
.e-de-e-paragraph-mark::before {
|
|
4150
|
+
content: "\e353";
|
|
4151
|
+
font-family: "e-icons";
|
|
4152
|
+
}
|
|
4153
|
+
|
|
4144
4154
|
.e-de-toolbar {
|
|
4145
4155
|
height: 100%;
|
|
4146
4156
|
}
|
|
@@ -4185,13 +4195,14 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4185
4195
|
|
|
4186
4196
|
.e-de-ctnr-hglt-no-color {
|
|
4187
4197
|
font-size: 12px;
|
|
4188
|
-
font-weight:
|
|
4198
|
+
font-weight: normal;
|
|
4189
4199
|
left: 40px;
|
|
4190
4200
|
padding-top: 11px;
|
|
4191
4201
|
position: absolute;
|
|
4192
4202
|
top: 100px;
|
|
4193
4203
|
}
|
|
4194
4204
|
|
|
4205
|
+
/* stylelint-disable */
|
|
4195
4206
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4196
4207
|
width: 0;
|
|
4197
4208
|
}
|
|
@@ -4201,6 +4212,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4201
4212
|
scrollbar-width: none;
|
|
4202
4213
|
}
|
|
4203
4214
|
|
|
4215
|
+
/* stylelint-enable */
|
|
4216
|
+
/* stylelint-disable */
|
|
4204
4217
|
.e-de-toolbar {
|
|
4205
4218
|
height: 100%;
|
|
4206
4219
|
}
|
|
@@ -4369,11 +4382,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4369
4382
|
}
|
|
4370
4383
|
|
|
4371
4384
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
4385
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
4372
4386
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
4373
4387
|
margin-right: 12px;
|
|
4374
4388
|
}
|
|
4375
4389
|
|
|
4376
4390
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
4391
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
4377
4392
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
4378
4393
|
margin-left: 12px;
|
|
4379
4394
|
margin-right: 0;
|
|
@@ -5194,10 +5209,12 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5194
5209
|
margin-right: 0;
|
|
5195
5210
|
}
|
|
5196
5211
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5212
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
5197
5213
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5198
5214
|
margin-right: 16px;
|
|
5199
5215
|
}
|
|
5200
5216
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
5217
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
5201
5218
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
5202
5219
|
margin-left: 16px;
|
|
5203
5220
|
margin-right: 0;
|
package/styles/bootstrap.css
CHANGED
|
@@ -747,6 +747,7 @@
|
|
|
747
747
|
left: 14px;
|
|
748
748
|
}
|
|
749
749
|
|
|
750
|
+
/* stylelint-disable */
|
|
750
751
|
.e-de-background {
|
|
751
752
|
background-color: #fff;
|
|
752
753
|
}
|
|
@@ -3617,6 +3618,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3617
3618
|
right: 10px;
|
|
3618
3619
|
}
|
|
3619
3620
|
|
|
3621
|
+
.e-bigger {
|
|
3622
|
+
/* stylelint-disable */
|
|
3623
|
+
/* stylelint-enable */
|
|
3624
|
+
}
|
|
3620
3625
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3621
3626
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3622
3627
|
font-size: 14px;
|
|
@@ -4138,6 +4143,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4138
4143
|
font-family: "e-icons";
|
|
4139
4144
|
}
|
|
4140
4145
|
|
|
4146
|
+
.e-de-e-paragraph-mark::before {
|
|
4147
|
+
content: "\e353";
|
|
4148
|
+
font-family: "e-icons";
|
|
4149
|
+
}
|
|
4150
|
+
|
|
4141
4151
|
.e-de-toolbar {
|
|
4142
4152
|
height: 100%;
|
|
4143
4153
|
}
|
|
@@ -4182,13 +4192,14 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4182
4192
|
|
|
4183
4193
|
.e-de-ctnr-hglt-no-color {
|
|
4184
4194
|
font-size: 12px;
|
|
4185
|
-
font-weight:
|
|
4195
|
+
font-weight: normal;
|
|
4186
4196
|
left: 40px;
|
|
4187
4197
|
padding-top: 11px;
|
|
4188
4198
|
position: absolute;
|
|
4189
4199
|
top: 100px;
|
|
4190
4200
|
}
|
|
4191
4201
|
|
|
4202
|
+
/* stylelint-disable */
|
|
4192
4203
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4193
4204
|
width: 0;
|
|
4194
4205
|
}
|
|
@@ -4198,6 +4209,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4198
4209
|
scrollbar-width: none;
|
|
4199
4210
|
}
|
|
4200
4211
|
|
|
4212
|
+
/* stylelint-enable */
|
|
4213
|
+
/* stylelint-disable */
|
|
4201
4214
|
.e-de-toolbar {
|
|
4202
4215
|
height: 100%;
|
|
4203
4216
|
}
|
|
@@ -4367,11 +4380,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4367
4380
|
}
|
|
4368
4381
|
|
|
4369
4382
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
4383
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
4370
4384
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
4371
4385
|
margin-right: 12px;
|
|
4372
4386
|
}
|
|
4373
4387
|
|
|
4374
4388
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
4389
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
4375
4390
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
4376
4391
|
margin-left: 12px;
|
|
4377
4392
|
margin-right: 0;
|
|
@@ -5193,10 +5208,12 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5193
5208
|
margin-right: 0;
|
|
5194
5209
|
}
|
|
5195
5210
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5211
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
5196
5212
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5197
5213
|
margin-right: 16px;
|
|
5198
5214
|
}
|
|
5199
5215
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
5216
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
5200
5217
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
5201
5218
|
margin-left: 16px;
|
|
5202
5219
|
margin-right: 0;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -744,6 +744,7 @@
|
|
|
744
744
|
left: 14px;
|
|
745
745
|
}
|
|
746
746
|
|
|
747
|
+
/* stylelint-disable */
|
|
747
748
|
.e-de-background {
|
|
748
749
|
background-color: #e9ecef;
|
|
749
750
|
}
|
|
@@ -3768,6 +3769,10 @@ textarea.e-de-cmt-textarea {
|
|
|
3768
3769
|
right: 10px;
|
|
3769
3770
|
}
|
|
3770
3771
|
|
|
3772
|
+
.e-bigger {
|
|
3773
|
+
/* stylelint-disable */
|
|
3774
|
+
/* stylelint-enable */
|
|
3775
|
+
}
|
|
3771
3776
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3772
3777
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3773
3778
|
font-size: 14px;
|
|
@@ -4289,6 +4294,11 @@ textarea.e-de-cmt-textarea {
|
|
|
4289
4294
|
font-family: "e-icons";
|
|
4290
4295
|
}
|
|
4291
4296
|
|
|
4297
|
+
.e-de-e-paragraph-mark::before {
|
|
4298
|
+
content: "\e720";
|
|
4299
|
+
font-family: "e-icons";
|
|
4300
|
+
}
|
|
4301
|
+
|
|
4292
4302
|
.e-de-toolbar {
|
|
4293
4303
|
height: 100%;
|
|
4294
4304
|
}
|
|
@@ -4333,13 +4343,14 @@ textarea.e-de-cmt-textarea {
|
|
|
4333
4343
|
|
|
4334
4344
|
.e-de-ctnr-hglt-no-color {
|
|
4335
4345
|
font-size: 12px;
|
|
4336
|
-
font-weight:
|
|
4346
|
+
font-weight: normal;
|
|
4337
4347
|
left: 40px;
|
|
4338
4348
|
padding-top: 11px;
|
|
4339
4349
|
position: absolute;
|
|
4340
4350
|
top: 100px;
|
|
4341
4351
|
}
|
|
4342
4352
|
|
|
4353
|
+
/* stylelint-disable */
|
|
4343
4354
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4344
4355
|
width: 0;
|
|
4345
4356
|
}
|
|
@@ -4349,6 +4360,8 @@ textarea.e-de-cmt-textarea {
|
|
|
4349
4360
|
scrollbar-width: none;
|
|
4350
4361
|
}
|
|
4351
4362
|
|
|
4363
|
+
/* stylelint-enable */
|
|
4364
|
+
/* stylelint-disable */
|
|
4352
4365
|
.e-de-toolbar {
|
|
4353
4366
|
height: 100%;
|
|
4354
4367
|
}
|
|
@@ -4519,11 +4532,13 @@ textarea.e-de-cmt-textarea {
|
|
|
4519
4532
|
}
|
|
4520
4533
|
|
|
4521
4534
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
4535
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
4522
4536
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
4523
4537
|
margin-right: 14px;
|
|
4524
4538
|
}
|
|
4525
4539
|
|
|
4526
4540
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
4541
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
4527
4542
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
4528
4543
|
margin-left: 14px;
|
|
4529
4544
|
margin-right: 0;
|
|
@@ -5426,7 +5441,7 @@ textarea.e-de-cmt-textarea {
|
|
|
5426
5441
|
}
|
|
5427
5442
|
|
|
5428
5443
|
.e-bigger .de-split-button > div:first-child {
|
|
5429
|
-
margin-right:
|
|
5444
|
+
margin-right: 0;
|
|
5430
5445
|
}
|
|
5431
5446
|
.e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
|
|
5432
5447
|
width: 66px;
|
|
@@ -5507,10 +5522,12 @@ textarea.e-de-cmt-textarea {
|
|
|
5507
5522
|
margin-right: 0;
|
|
5508
5523
|
}
|
|
5509
5524
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5525
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
5510
5526
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5511
5527
|
margin-right: 16px;
|
|
5512
5528
|
}
|
|
5513
5529
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
5530
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
5514
5531
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
5515
5532
|
margin-left: 16px;
|
|
5516
5533
|
margin-right: 0;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
.e-documenteditor .e-close::before {
|
|
3
2
|
color: #adb5bd;
|
|
4
3
|
content: "\e7e7";
|
|
@@ -783,6 +782,7 @@
|
|
|
783
782
|
left: 14px;
|
|
784
783
|
}
|
|
785
784
|
|
|
785
|
+
/* stylelint-disable */
|
|
786
786
|
.e-de-background {
|
|
787
787
|
background-color: #282d31;
|
|
788
788
|
}
|
|
@@ -3715,6 +3715,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3715
3715
|
right: 17px;
|
|
3716
3716
|
}
|
|
3717
3717
|
|
|
3718
|
+
.e-bigger {
|
|
3719
|
+
/* stylelint-disable */
|
|
3720
|
+
/* stylelint-enable */
|
|
3721
|
+
}
|
|
3718
3722
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3719
3723
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3720
3724
|
font-size: 14px;
|
|
@@ -4262,6 +4266,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4262
4266
|
font-family: "e-icons";
|
|
4263
4267
|
}
|
|
4264
4268
|
|
|
4269
|
+
.e-de-e-paragraph-mark::before {
|
|
4270
|
+
content: "\e844";
|
|
4271
|
+
font-family: "e-icons";
|
|
4272
|
+
}
|
|
4273
|
+
|
|
4265
4274
|
.e-de-toolbar {
|
|
4266
4275
|
height: 100%;
|
|
4267
4276
|
}
|
|
@@ -4306,13 +4315,14 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4306
4315
|
|
|
4307
4316
|
.e-de-ctnr-hglt-no-color {
|
|
4308
4317
|
font-size: 12px;
|
|
4309
|
-
font-weight:
|
|
4318
|
+
font-weight: normal;
|
|
4310
4319
|
left: 40px;
|
|
4311
4320
|
padding-top: 11px;
|
|
4312
4321
|
position: absolute;
|
|
4313
4322
|
top: 100px;
|
|
4314
4323
|
}
|
|
4315
4324
|
|
|
4325
|
+
/* stylelint-disable */
|
|
4316
4326
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4317
4327
|
width: 0;
|
|
4318
4328
|
}
|
|
@@ -4322,6 +4332,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4322
4332
|
scrollbar-width: none;
|
|
4323
4333
|
}
|
|
4324
4334
|
|
|
4335
|
+
/* stylelint-enable */
|
|
4336
|
+
/* stylelint-disable */
|
|
4325
4337
|
.e-de-toolbar {
|
|
4326
4338
|
height: 100%;
|
|
4327
4339
|
}
|
|
@@ -4427,7 +4439,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4427
4439
|
}
|
|
4428
4440
|
.e-bigger .e-de-ctn-title button {
|
|
4429
4441
|
font-size: 16px !important;
|
|
4430
|
-
height: auto
|
|
4442
|
+
height: auto !important;
|
|
4431
4443
|
margin: 0 !important;
|
|
4432
4444
|
}
|
|
4433
4445
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
@@ -4554,11 +4566,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4554
4566
|
}
|
|
4555
4567
|
|
|
4556
4568
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
4569
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
4557
4570
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
4558
4571
|
margin-right: 12px;
|
|
4559
4572
|
}
|
|
4560
4573
|
|
|
4561
4574
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
4575
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
4562
4576
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
4563
4577
|
margin-left: 12px;
|
|
4564
4578
|
margin-right: 0;
|
|
@@ -5501,10 +5515,12 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5501
5515
|
margin-right: 0;
|
|
5502
5516
|
}
|
|
5503
5517
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5518
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
5504
5519
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5505
5520
|
margin-right: 16px;
|
|
5506
5521
|
}
|
|
5507
5522
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
5523
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
5508
5524
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
5509
5525
|
margin-left: 16px;
|
|
5510
5526
|
margin-right: 0;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
.e-documenteditor .e-close::before {
|
|
3
2
|
color: #6c757d;
|
|
4
3
|
content: "\e7e7";
|
|
@@ -783,6 +782,7 @@
|
|
|
783
782
|
left: 14px;
|
|
784
783
|
}
|
|
785
784
|
|
|
785
|
+
/* stylelint-disable */
|
|
786
786
|
.e-de-background {
|
|
787
787
|
background-color: #f8f9fa;
|
|
788
788
|
}
|
|
@@ -3715,6 +3715,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3715
3715
|
right: 17px;
|
|
3716
3716
|
}
|
|
3717
3717
|
|
|
3718
|
+
.e-bigger {
|
|
3719
|
+
/* stylelint-disable */
|
|
3720
|
+
/* stylelint-enable */
|
|
3721
|
+
}
|
|
3718
3722
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3719
3723
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3720
3724
|
font-size: 14px;
|
|
@@ -4262,6 +4266,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4262
4266
|
font-family: "e-icons";
|
|
4263
4267
|
}
|
|
4264
4268
|
|
|
4269
|
+
.e-de-e-paragraph-mark::before {
|
|
4270
|
+
content: "\e844";
|
|
4271
|
+
font-family: "e-icons";
|
|
4272
|
+
}
|
|
4273
|
+
|
|
4265
4274
|
.e-de-toolbar {
|
|
4266
4275
|
height: 100%;
|
|
4267
4276
|
}
|
|
@@ -4306,13 +4315,14 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4306
4315
|
|
|
4307
4316
|
.e-de-ctnr-hglt-no-color {
|
|
4308
4317
|
font-size: 12px;
|
|
4309
|
-
font-weight:
|
|
4318
|
+
font-weight: normal;
|
|
4310
4319
|
left: 40px;
|
|
4311
4320
|
padding-top: 11px;
|
|
4312
4321
|
position: absolute;
|
|
4313
4322
|
top: 100px;
|
|
4314
4323
|
}
|
|
4315
4324
|
|
|
4325
|
+
/* stylelint-disable */
|
|
4316
4326
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4317
4327
|
width: 0;
|
|
4318
4328
|
}
|
|
@@ -4322,6 +4332,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4322
4332
|
scrollbar-width: none;
|
|
4323
4333
|
}
|
|
4324
4334
|
|
|
4335
|
+
/* stylelint-enable */
|
|
4336
|
+
/* stylelint-disable */
|
|
4325
4337
|
.e-de-toolbar {
|
|
4326
4338
|
height: 100%;
|
|
4327
4339
|
}
|
|
@@ -4427,7 +4439,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4427
4439
|
}
|
|
4428
4440
|
.e-bigger .e-de-ctn-title button {
|
|
4429
4441
|
font-size: 16px !important;
|
|
4430
|
-
height: auto
|
|
4442
|
+
height: auto !important;
|
|
4431
4443
|
margin: 0 !important;
|
|
4432
4444
|
}
|
|
4433
4445
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
@@ -4554,11 +4566,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4554
4566
|
}
|
|
4555
4567
|
|
|
4556
4568
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
4569
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
4557
4570
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
4558
4571
|
margin-right: 12px;
|
|
4559
4572
|
}
|
|
4560
4573
|
|
|
4561
4574
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
4575
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
4562
4576
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
4563
4577
|
margin-left: 12px;
|
|
4564
4578
|
margin-right: 0;
|
|
@@ -5501,10 +5515,12 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5501
5515
|
margin-right: 0;
|
|
5502
5516
|
}
|
|
5503
5517
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5518
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
5504
5519
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5505
5520
|
margin-right: 16px;
|
|
5506
5521
|
}
|
|
5507
5522
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
5523
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
5508
5524
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
5509
5525
|
margin-left: 16px;
|
|
5510
5526
|
margin-right: 0;
|
|
@@ -747,6 +747,7 @@
|
|
|
747
747
|
left: 14px;
|
|
748
748
|
}
|
|
749
749
|
|
|
750
|
+
/* stylelint-disable */
|
|
750
751
|
.e-de-background {
|
|
751
752
|
background-color: #232323;
|
|
752
753
|
}
|
|
@@ -3620,6 +3621,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3620
3621
|
right: 10px;
|
|
3621
3622
|
}
|
|
3622
3623
|
|
|
3624
|
+
.e-bigger {
|
|
3625
|
+
/* stylelint-disable */
|
|
3626
|
+
/* stylelint-enable */
|
|
3627
|
+
}
|
|
3623
3628
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3624
3629
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3625
3630
|
font-size: 14px;
|
|
@@ -747,6 +747,7 @@
|
|
|
747
747
|
left: 14px;
|
|
748
748
|
}
|
|
749
749
|
|
|
750
|
+
/* stylelint-disable */
|
|
750
751
|
.e-de-background {
|
|
751
752
|
background-color: #fff;
|
|
752
753
|
}
|
|
@@ -3617,6 +3618,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3617
3618
|
right: 10px;
|
|
3618
3619
|
}
|
|
3619
3620
|
|
|
3621
|
+
.e-bigger {
|
|
3622
|
+
/* stylelint-disable */
|
|
3623
|
+
/* stylelint-enable */
|
|
3624
|
+
}
|
|
3620
3625
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3621
3626
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3622
3627
|
font-size: 14px;
|
|
@@ -744,6 +744,7 @@
|
|
|
744
744
|
left: 14px;
|
|
745
745
|
}
|
|
746
746
|
|
|
747
|
+
/* stylelint-disable */
|
|
747
748
|
.e-de-background {
|
|
748
749
|
background-color: #e9ecef;
|
|
749
750
|
}
|
|
@@ -3768,6 +3769,10 @@ textarea.e-de-cmt-textarea {
|
|
|
3768
3769
|
right: 10px;
|
|
3769
3770
|
}
|
|
3770
3771
|
|
|
3772
|
+
.e-bigger {
|
|
3773
|
+
/* stylelint-disable */
|
|
3774
|
+
/* stylelint-enable */
|
|
3775
|
+
}
|
|
3771
3776
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3772
3777
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3773
3778
|
font-size: 14px;
|
|
@@ -782,6 +782,7 @@
|
|
|
782
782
|
left: 14px;
|
|
783
783
|
}
|
|
784
784
|
|
|
785
|
+
/* stylelint-disable */
|
|
785
786
|
.e-de-background {
|
|
786
787
|
background-color: #282d31;
|
|
787
788
|
}
|
|
@@ -3714,6 +3715,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3714
3715
|
right: 17px;
|
|
3715
3716
|
}
|
|
3716
3717
|
|
|
3718
|
+
.e-bigger {
|
|
3719
|
+
/* stylelint-disable */
|
|
3720
|
+
/* stylelint-enable */
|
|
3721
|
+
}
|
|
3717
3722
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3718
3723
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3719
3724
|
font-size: 14px;
|
|
@@ -782,6 +782,7 @@
|
|
|
782
782
|
left: 14px;
|
|
783
783
|
}
|
|
784
784
|
|
|
785
|
+
/* stylelint-disable */
|
|
785
786
|
.e-de-background {
|
|
786
787
|
background-color: #f8f9fa;
|
|
787
788
|
}
|
|
@@ -3714,6 +3715,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3714
3715
|
right: 17px;
|
|
3715
3716
|
}
|
|
3716
3717
|
|
|
3718
|
+
.e-bigger {
|
|
3719
|
+
/* stylelint-disable */
|
|
3720
|
+
/* stylelint-enable */
|
|
3721
|
+
}
|
|
3717
3722
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3718
3723
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3719
3724
|
font-size: 14px;
|
|
@@ -747,6 +747,7 @@
|
|
|
747
747
|
left: 14px;
|
|
748
748
|
}
|
|
749
749
|
|
|
750
|
+
/* stylelint-disable */
|
|
750
751
|
.e-de-background {
|
|
751
752
|
background-color: #201f1f;
|
|
752
753
|
}
|
|
@@ -3620,6 +3621,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3620
3621
|
right: 11px;
|
|
3621
3622
|
}
|
|
3622
3623
|
|
|
3624
|
+
.e-bigger {
|
|
3625
|
+
/* stylelint-disable */
|
|
3626
|
+
/* stylelint-enable */
|
|
3627
|
+
}
|
|
3623
3628
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3624
3629
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3625
3630
|
font-size: 14px;
|