@syncfusion/ej2-vue-documenteditor 20.4.53 → 21.1.35
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 +32 -0
- package/dist/ej2-vue-documenteditor.umd.min.js +2 -2
- package/dist/ej2-vue-documenteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es2015.js +240 -282
- package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es5.js +261 -313
- package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +9 -9
- package/src/document-editor/documenteditor.component.d.ts +3 -50
- package/src/document-editor/documenteditor.component.js +168 -197
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +3 -26
- package/src/document-editor-container/documenteditorcontainer.component.js +96 -125
- package/styles/bootstrap-dark.css +64 -21
- package/styles/bootstrap.css +60 -17
- package/styles/bootstrap4.css +74 -28
- package/styles/bootstrap5-dark.css +84 -37
- package/styles/bootstrap5.css +84 -37
- package/styles/document-editor/bootstrap-dark.css +6 -2
- package/styles/document-editor/bootstrap.css +6 -2
- package/styles/document-editor/bootstrap4.css +8 -4
- package/styles/document-editor/bootstrap5-dark.css +25 -17
- package/styles/document-editor/bootstrap5.css +25 -17
- package/styles/document-editor/fabric-dark.css +6 -2
- package/styles/document-editor/fabric.css +6 -2
- package/styles/document-editor/fluent-dark.css +40 -27
- package/styles/document-editor/fluent.css +40 -27
- package/styles/document-editor/highcontrast-light.css +4 -0
- package/styles/document-editor/highcontrast.css +6 -2
- package/styles/document-editor/material-dark.css +6 -2
- package/styles/document-editor/material.css +6 -2
- package/styles/document-editor/tailwind-dark.css +22 -17
- package/styles/document-editor/tailwind.css +25 -17
- package/styles/document-editor-container/bootstrap-dark.css +58 -19
- package/styles/document-editor-container/bootstrap.css +54 -15
- package/styles/document-editor-container/bootstrap4.css +66 -24
- package/styles/document-editor-container/bootstrap5-dark.css +59 -20
- package/styles/document-editor-container/bootstrap5.css +59 -20
- package/styles/document-editor-container/fabric-dark.css +58 -19
- package/styles/document-editor-container/fabric.css +58 -19
- package/styles/document-editor-container/fluent-dark.css +63 -27
- package/styles/document-editor-container/fluent.css +63 -27
- package/styles/document-editor-container/highcontrast-light.css +58 -19
- package/styles/document-editor-container/highcontrast.css +58 -19
- package/styles/document-editor-container/material-dark.css +58 -19
- package/styles/document-editor-container/material.css +57 -18
- package/styles/document-editor-container/tailwind-dark.css +58 -19
- package/styles/document-editor-container/tailwind.css +58 -19
- package/styles/fabric-dark.css +64 -21
- package/styles/fabric.css +64 -21
- package/styles/fluent-dark.css +103 -54
- package/styles/fluent.css +103 -54
- package/styles/highcontrast-light.css +62 -19
- package/styles/highcontrast.css +64 -21
- package/styles/material-dark.css +64 -21
- package/styles/material.css +63 -20
- package/styles/tailwind-dark.css +80 -36
- package/styles/tailwind.css +83 -36
|
@@ -1,32 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
extendStatics(d, b);
|
|
10
|
-
function __() { this.constructor = d; }
|
|
11
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12
|
-
};
|
|
13
|
-
})();
|
|
14
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
15
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
16
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
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
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
|
-
};
|
|
20
|
-
import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
|
|
1
|
+
import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
|
|
21
2
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
22
3
|
import { DocumentEditorContainer } from '@syncfusion/ej2-documenteditor';
|
|
23
|
-
|
|
24
|
-
export var properties = ['isLazyUpdate', 'plugins', 'currentUser', 'documentEditorSettings', 'documentSettings', 'enableComment', 'enableCsp', 'enableLocalPaste', 'enableLockAndEdit', 'enablePersistence', 'enableRtl', 'enableSpellCheck', 'enableToolbar', 'enableTrackChanges', 'headers', 'height', 'layoutType', 'locale', 'restrictEditing', 'serverActionSettings', 'serviceUrl', 'showPropertiesPane', 'toolbarItems', 'userColor', 'width', 'zIndex', 'beforeCommentAction', 'beforePaneSwitch', 'commentDelete', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'selectionChange', 'serviceFailure', 'toolbarClick', 'trackChange', 'beforeXmlHttpRequestSend'];
|
|
4
|
+
export var properties = ['isLazyUpdate', 'plugins', 'currentUser', 'documentEditorSettings', 'documentSettings', 'enableAutoFocus', 'enableComment', 'enableCsp', 'enableLocalPaste', 'enableLockAndEdit', 'enablePersistence', 'enableRtl', 'enableSpellCheck', 'enableToolbar', 'enableTrackChanges', 'headers', 'height', 'layoutType', 'locale', 'restrictEditing', 'serverActionSettings', 'serviceUrl', 'showPropertiesPane', 'toolbarItems', 'userColor', 'width', 'zIndex', 'beforeCommentAction', 'beforePaneSwitch', 'commentDelete', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'selectionChange', 'serviceFailure', 'toolbarClick', 'trackChange', 'beforeXmlHttpRequestSend'];
|
|
25
5
|
export var modelProps = [];
|
|
26
6
|
export var testProp = getProps({ props: properties });
|
|
27
|
-
export var props = testProp[0];
|
|
28
|
-
export var watch = testProp[1];
|
|
29
|
-
export var emitProbs = Object.keys(watch);
|
|
7
|
+
export var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
|
|
30
8
|
emitProbs.push('modelchanged', 'update:modelValue');
|
|
31
9
|
for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
32
10
|
var props_1 = modelProps_1[_i];
|
|
@@ -38,114 +16,107 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
|
38
16
|
* <ejs-documenteditor-container id='container'></ejs-documenteditor-container>
|
|
39
17
|
* ```
|
|
40
18
|
*/
|
|
41
|
-
var DocumentEditorContainerComponent =
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
19
|
+
export var DocumentEditorContainerComponent = vueDefineComponent({
|
|
20
|
+
name: 'DocumentEditorContainerComponent',
|
|
21
|
+
mixins: [ComponentBase],
|
|
22
|
+
props: props,
|
|
23
|
+
watch: watch,
|
|
24
|
+
emits: emitProbs,
|
|
25
|
+
provide: function () { return { custom: this.custom }; },
|
|
26
|
+
data: function () {
|
|
27
|
+
return {
|
|
28
|
+
ej2Instances: new DocumentEditorContainer({}),
|
|
29
|
+
propKeys: properties,
|
|
30
|
+
models: modelProps,
|
|
31
|
+
hasChildDirective: false,
|
|
32
|
+
hasInjectedModules: true,
|
|
33
|
+
tagMapper: {},
|
|
34
|
+
tagNameMapper: {},
|
|
35
|
+
isVue3: !isExecute,
|
|
36
|
+
templateCollection: {},
|
|
37
|
+
};
|
|
38
|
+
},
|
|
39
|
+
created: function () {
|
|
40
|
+
this.bindProperties();
|
|
41
|
+
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
|
|
42
|
+
this.ej2Instances.setProperties = this.setProperties;
|
|
43
|
+
this.ej2Instances.clearTemplate = this.clearTemplate;
|
|
44
|
+
this.updated = this.updated;
|
|
45
|
+
},
|
|
46
|
+
render: function (createElement) {
|
|
47
|
+
var h = !isExecute ? gh : createElement;
|
|
48
|
+
var slots = null;
|
|
49
|
+
if (!isNullOrUndefined(this.$slots.default)) {
|
|
50
|
+
slots = !isExecute ? this.$slots.default() : this.$slots.default;
|
|
63
51
|
}
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
52
|
+
return h('div', slots);
|
|
53
|
+
},
|
|
54
|
+
methods: {
|
|
55
|
+
clearTemplate: function (templateNames) {
|
|
56
|
+
if (!templateNames) {
|
|
57
|
+
templateNames = Object.keys(this.templateCollection || {});
|
|
58
|
+
}
|
|
59
|
+
if (templateNames.length && this.templateCollection) {
|
|
60
|
+
for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {
|
|
61
|
+
var tempName = templateNames_1[_i];
|
|
62
|
+
var elementCollection = this.templateCollection[tempName];
|
|
63
|
+
if (elementCollection && elementCollection.length) {
|
|
64
|
+
for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {
|
|
65
|
+
var ele = elementCollection_1[_a];
|
|
66
|
+
var destroy = getValue('__vue__.$destroy', ele);
|
|
67
|
+
if (destroy) {
|
|
68
|
+
ele.__vue__.$destroy();
|
|
69
|
+
}
|
|
70
|
+
if (ele.innerHTML) {
|
|
71
|
+
ele.innerHTML = '';
|
|
72
|
+
}
|
|
77
73
|
}
|
|
74
|
+
delete this.templateCollection[tempName];
|
|
78
75
|
}
|
|
79
|
-
delete this.templateCollection[tempName];
|
|
80
76
|
}
|
|
81
77
|
}
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
78
|
+
},
|
|
79
|
+
setProperties: function (prop, muteOnChange) {
|
|
80
|
+
var _this = this;
|
|
81
|
+
if (this.isVue3) {
|
|
82
|
+
this.models = !this.models ? this.ej2Instances.referModels : this.models;
|
|
83
|
+
}
|
|
84
|
+
if (this.ej2Instances && this.ej2Instances._setProperties) {
|
|
85
|
+
this.ej2Instances._setProperties(prop, muteOnChange);
|
|
86
|
+
}
|
|
87
|
+
if (prop && this.models && this.models.length) {
|
|
88
|
+
Object.keys(prop).map(function (key) {
|
|
89
|
+
_this.models.map(function (model) {
|
|
90
|
+
if ((key === model) && !(/datasource/i.test(key))) {
|
|
91
|
+
if (_this.isVue3) {
|
|
92
|
+
_this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);
|
|
93
|
+
}
|
|
94
|
+
else {
|
|
95
|
+
_this.$emit('update:' + key, prop[key]);
|
|
96
|
+
_this.$emit('modelchanged', prop[key]);
|
|
97
|
+
}
|
|
102
98
|
}
|
|
103
|
-
}
|
|
99
|
+
});
|
|
104
100
|
});
|
|
105
|
-
});
|
|
106
|
-
}
|
|
107
|
-
};
|
|
108
|
-
DocumentEditorContainerComponent.prototype.render = function (createElement) {
|
|
109
|
-
var h = !isExecute ? gh : createElement;
|
|
110
|
-
var slots = null;
|
|
111
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
112
|
-
slots = !isExecute ? this.$slots.default() : this.$slots.default;
|
|
113
|
-
}
|
|
114
|
-
return h('div', slots);
|
|
115
|
-
};
|
|
116
|
-
DocumentEditorContainerComponent.prototype.custom = function () {
|
|
117
|
-
this.updated();
|
|
118
|
-
};
|
|
119
|
-
DocumentEditorContainerComponent.prototype.resize = function (width, height) {
|
|
120
|
-
return this.ej2Instances.resize(width, height);
|
|
121
|
-
};
|
|
122
|
-
DocumentEditorContainerComponent.prototype.setDefaultCharacterFormat = function (characterFormat) {
|
|
123
|
-
return this.ej2Instances.setDefaultCharacterFormat(characterFormat);
|
|
124
|
-
};
|
|
125
|
-
DocumentEditorContainerComponent.prototype.setDefaultParagraphFormat = function (paragraphFormat) {
|
|
126
|
-
return this.ej2Instances.setDefaultParagraphFormat(paragraphFormat);
|
|
127
|
-
};
|
|
128
|
-
DocumentEditorContainerComponent.prototype.setDefaultSectionFormat = function (sectionFormat) {
|
|
129
|
-
return this.ej2Instances.setDefaultSectionFormat(sectionFormat);
|
|
130
|
-
};
|
|
131
|
-
DocumentEditorContainerComponent = __decorate([
|
|
132
|
-
EJComponentDecorator({
|
|
133
|
-
props: properties
|
|
134
|
-
}, isExecute)
|
|
135
|
-
,Options({
|
|
136
|
-
props: props,
|
|
137
|
-
watch: watch,
|
|
138
|
-
emits: emitProbs,
|
|
139
|
-
provide: function provide() {
|
|
140
|
-
return {
|
|
141
|
-
custom: this.custom
|
|
142
|
-
};
|
|
143
101
|
}
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
}
|
|
148
|
-
|
|
102
|
+
},
|
|
103
|
+
custom: function () {
|
|
104
|
+
this.updated();
|
|
105
|
+
},
|
|
106
|
+
resize: function (width, height) {
|
|
107
|
+
return this.ej2Instances.resize(width, height);
|
|
108
|
+
},
|
|
109
|
+
setDefaultCharacterFormat: function (characterFormat) {
|
|
110
|
+
return this.ej2Instances.setDefaultCharacterFormat(characterFormat);
|
|
111
|
+
},
|
|
112
|
+
setDefaultParagraphFormat: function (paragraphFormat) {
|
|
113
|
+
return this.ej2Instances.setDefaultParagraphFormat(paragraphFormat);
|
|
114
|
+
},
|
|
115
|
+
setDefaultSectionFormat: function (sectionFormat) {
|
|
116
|
+
return this.ej2Instances.setDefaultSectionFormat(sectionFormat);
|
|
117
|
+
},
|
|
118
|
+
}
|
|
119
|
+
});
|
|
149
120
|
export var DocumentEditorContainerPlugin = {
|
|
150
121
|
name: 'ejs-documenteditorcontainer',
|
|
151
122
|
install: function (Vue) {
|
|
@@ -43,6 +43,10 @@
|
|
|
43
43
|
font-family: "e-icons";
|
|
44
44
|
font-size: 13px;
|
|
45
45
|
}
|
|
46
|
+
.e-documenteditor .e-de-multi-cmt-mark::before {
|
|
47
|
+
content: "\e98a";
|
|
48
|
+
font-family: "e-icons";
|
|
49
|
+
}
|
|
46
50
|
.e-documenteditor .e-de-cmt-post::before {
|
|
47
51
|
content: "\e816";
|
|
48
52
|
font-family: "e-icons";
|
|
@@ -1690,7 +1694,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1690
1694
|
|
|
1691
1695
|
.e-de-restrict-pane,
|
|
1692
1696
|
.e-de-op {
|
|
1693
|
-
background
|
|
1697
|
+
background: #1a1a1a;
|
|
1694
1698
|
}
|
|
1695
1699
|
|
|
1696
1700
|
.e-de-restrict-pane .e-tab-header .e-toolbar-items,
|
|
@@ -2383,7 +2387,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2383
2387
|
margin-right: 20px;
|
|
2384
2388
|
}
|
|
2385
2389
|
|
|
2386
|
-
.e-de-style-
|
|
2390
|
+
.e-de-style-dlg-name-input {
|
|
2387
2391
|
height: 32px;
|
|
2388
2392
|
}
|
|
2389
2393
|
|
|
@@ -4345,7 +4349,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4345
4349
|
}
|
|
4346
4350
|
|
|
4347
4351
|
.e-de-statusbar-pageweb {
|
|
4348
|
-
background
|
|
4352
|
+
background: #1a1a1a;
|
|
4349
4353
|
border: 0;
|
|
4350
4354
|
box-shadow: none;
|
|
4351
4355
|
float: right;
|
|
@@ -4374,12 +4378,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4374
4378
|
font-size: 16px;
|
|
4375
4379
|
}
|
|
4376
4380
|
|
|
4381
|
+
.e-listview .e-list-icon {
|
|
4382
|
+
height: 24px;
|
|
4383
|
+
width: 16px;
|
|
4384
|
+
margin-right: 12px;
|
|
4385
|
+
}
|
|
4386
|
+
|
|
4387
|
+
.e-de-listview-icon {
|
|
4388
|
+
line-height: 22px;
|
|
4389
|
+
}
|
|
4390
|
+
|
|
4377
4391
|
.e-de-linespacing {
|
|
4378
4392
|
margin-top: 6px;
|
|
4379
4393
|
}
|
|
4380
4394
|
|
|
4381
4395
|
.e-de-statusbar-zoom {
|
|
4382
|
-
background
|
|
4396
|
+
background: #1a1a1a;
|
|
4383
4397
|
border: 0;
|
|
4384
4398
|
color: #fff;
|
|
4385
4399
|
float: right;
|
|
@@ -4487,7 +4501,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4487
4501
|
|
|
4488
4502
|
.e-de-tool-ctnr-properties-pane,
|
|
4489
4503
|
.e-de-ctnr-properties-pane {
|
|
4490
|
-
background
|
|
4504
|
+
background: #1a1a1a;
|
|
4491
4505
|
border-bottom: 1px solid #505050;
|
|
4492
4506
|
border-top: 1px solid #505050;
|
|
4493
4507
|
}
|
|
@@ -4597,7 +4611,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4597
4611
|
margin: 0 5.5px;
|
|
4598
4612
|
}
|
|
4599
4613
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
4600
|
-
margin-left: 12px;
|
|
4614
|
+
margin-left: 12px !important;
|
|
4601
4615
|
margin-right: 6px;
|
|
4602
4616
|
}
|
|
4603
4617
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -4613,20 +4627,23 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4613
4627
|
}
|
|
4614
4628
|
|
|
4615
4629
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
4630
|
+
-ms-flex-direction: column;
|
|
4631
|
+
flex-direction: column;
|
|
4632
|
+
height: calc(100% - 10px);
|
|
4616
4633
|
padding: 0;
|
|
4617
|
-
padding-bottom:
|
|
4634
|
+
padding-bottom: 5px;
|
|
4618
4635
|
}
|
|
4619
4636
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
4620
4637
|
padding: 0;
|
|
4621
|
-
padding-bottom:
|
|
4638
|
+
padding-bottom: 5px;
|
|
4622
4639
|
}
|
|
4623
4640
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
4624
4641
|
padding: 0;
|
|
4625
|
-
padding-bottom:
|
|
4642
|
+
padding-bottom: 5px;
|
|
4626
4643
|
}
|
|
4627
4644
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
4628
4645
|
padding: 0;
|
|
4629
|
-
padding-bottom:
|
|
4646
|
+
padding-bottom: 5px;
|
|
4630
4647
|
}
|
|
4631
4648
|
|
|
4632
4649
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
@@ -4655,7 +4672,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4655
4672
|
}
|
|
4656
4673
|
|
|
4657
4674
|
.e-de-ctnr-properties-pane-btn .e-btn {
|
|
4658
|
-
background
|
|
4675
|
+
background: #131313;
|
|
4659
4676
|
border-radius: 0;
|
|
4660
4677
|
box-shadow: none;
|
|
4661
4678
|
color: #0070f0;
|
|
@@ -4697,6 +4714,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4697
4714
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
4698
4715
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
4699
4716
|
padding: 0 !important;
|
|
4717
|
+
min-height: 16px;
|
|
4700
4718
|
}
|
|
4701
4719
|
|
|
4702
4720
|
.e-de-hdr-ftr-frst-div {
|
|
@@ -5051,8 +5069,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5051
5069
|
border: 1px solid #505050;
|
|
5052
5070
|
color: #acacac;
|
|
5053
5071
|
height: 129px;
|
|
5054
|
-
margin-left: 78px;
|
|
5055
5072
|
width: 94px;
|
|
5073
|
+
margin-left: 78px;
|
|
5056
5074
|
}
|
|
5057
5075
|
|
|
5058
5076
|
.e-de-toc-template1.e-de-rtl {
|
|
@@ -5107,7 +5125,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5107
5125
|
}
|
|
5108
5126
|
|
|
5109
5127
|
.e-de-status-bar {
|
|
5110
|
-
background
|
|
5128
|
+
background: #1a1a1a;
|
|
5111
5129
|
display: -ms-flexbox;
|
|
5112
5130
|
display: flex;
|
|
5113
5131
|
padding-top: 2.5px;
|
|
@@ -5240,8 +5258,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5240
5258
|
}
|
|
5241
5259
|
|
|
5242
5260
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
5243
|
-
height: 38px;
|
|
5244
5261
|
width: 38px;
|
|
5262
|
+
height: 38px;
|
|
5245
5263
|
}
|
|
5246
5264
|
|
|
5247
5265
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
@@ -5253,6 +5271,15 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5253
5271
|
width: 70px;
|
|
5254
5272
|
}
|
|
5255
5273
|
|
|
5274
|
+
.e-rtl .e-listview .e-list-icon {
|
|
5275
|
+
height: 24px;
|
|
5276
|
+
width: 16px;
|
|
5277
|
+
margin-left: 12px;
|
|
5278
|
+
}
|
|
5279
|
+
.e-rtl .e-de-listview-icon {
|
|
5280
|
+
line-height: 22px;
|
|
5281
|
+
}
|
|
5282
|
+
|
|
5256
5283
|
.e-bigger .de-split-button > div:first-child {
|
|
5257
5284
|
margin-right: 16px;
|
|
5258
5285
|
}
|
|
@@ -5374,7 +5401,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5374
5401
|
margin: 0 7.5px;
|
|
5375
5402
|
}
|
|
5376
5403
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
5377
|
-
margin-left: 16px;
|
|
5404
|
+
margin-left: 16px !important;
|
|
5378
5405
|
margin-right: 8px;
|
|
5379
5406
|
}
|
|
5380
5407
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -5391,22 +5418,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5391
5418
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
5392
5419
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
5393
5420
|
padding: 0;
|
|
5394
|
-
padding-bottom:
|
|
5421
|
+
padding-bottom: 5px;
|
|
5395
5422
|
}
|
|
5396
5423
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
5397
5424
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
5398
5425
|
padding: 0;
|
|
5399
|
-
padding-bottom:
|
|
5426
|
+
padding-bottom: 5px;
|
|
5400
5427
|
}
|
|
5401
5428
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
5402
5429
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
5403
5430
|
padding: 0;
|
|
5404
|
-
padding-bottom:
|
|
5431
|
+
padding-bottom: 5px;
|
|
5405
5432
|
}
|
|
5406
5433
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
5407
5434
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
5408
5435
|
padding: 0;
|
|
5409
|
-
padding-bottom:
|
|
5436
|
+
padding-bottom: 5px;
|
|
5410
5437
|
}
|
|
5411
5438
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
5412
5439
|
padding: 0 !important;
|
|
@@ -5422,7 +5449,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5422
5449
|
width: 75px;
|
|
5423
5450
|
}
|
|
5424
5451
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
5425
|
-
background
|
|
5452
|
+
background: #131313;
|
|
5426
5453
|
border-radius: 0;
|
|
5427
5454
|
box-shadow: none;
|
|
5428
5455
|
min-height: 100%;
|
|
@@ -5450,7 +5477,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5450
5477
|
}
|
|
5451
5478
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
5452
5479
|
display: table;
|
|
5453
|
-
font-size: 12px;
|
|
5480
|
+
font-size: 12px !important;
|
|
5454
5481
|
margin: 0 6px;
|
|
5455
5482
|
padding: 0;
|
|
5456
5483
|
white-space: normal;
|
|
@@ -5606,6 +5633,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5606
5633
|
height: 0;
|
|
5607
5634
|
line-height: 0;
|
|
5608
5635
|
}
|
|
5636
|
+
.e-bigger .e-listview .e-list-icon {
|
|
5637
|
+
height: 24px;
|
|
5638
|
+
width: 16px;
|
|
5639
|
+
margin-right: 16px;
|
|
5640
|
+
}
|
|
5641
|
+
.e-bigger .e-de-listview-icon {
|
|
5642
|
+
line-height: 22px;
|
|
5643
|
+
}
|
|
5644
|
+
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
5645
|
+
height: 24px;
|
|
5646
|
+
width: 16px;
|
|
5647
|
+
margin-left: 16px;
|
|
5648
|
+
}
|
|
5649
|
+
.e-bigger .e-rtl .e-de-listview-icon {
|
|
5650
|
+
line-height: 22px;
|
|
5651
|
+
}
|
|
5609
5652
|
|
|
5610
5653
|
.e-de-ctn .e-de-bzr-button {
|
|
5611
5654
|
font-size: 12px;
|