@syncfusion/ej2-vue-documenteditor 19.3.55 → 19.4.41
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 +123 -0
- package/README.md +1 -1
- package/dist/ej2-vue-documenteditor.umd.min.js +1 -10
- package/dist/es6/ej2-vue-documenteditor.es2015.js +2 -2
- package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es5.js +2 -2
- 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.js +1 -1
- package/src/document-editor-container/documenteditorcontainer.component.js +1 -1
- package/styles/bootstrap-dark.css +12 -6
- package/styles/bootstrap.css +12 -6
- package/styles/bootstrap4.css +20 -10
- package/styles/bootstrap5-dark.css +12 -6
- package/styles/bootstrap5.css +12 -6
- package/styles/document-editor/bootstrap-dark.css +4 -2
- package/styles/document-editor/bootstrap.css +4 -2
- package/styles/document-editor/bootstrap4.css +4 -2
- package/styles/document-editor/bootstrap5-dark.css +4 -2
- package/styles/document-editor/bootstrap5.css +4 -2
- package/styles/document-editor/fabric-dark.css +4 -2
- package/styles/document-editor/fabric.css +4 -2
- package/styles/document-editor/highcontrast.css +4 -2
- package/styles/document-editor/material-dark.css +4 -2
- package/styles/document-editor/material.css +4 -2
- package/styles/document-editor/tailwind-dark.css +2 -7
- package/styles/document-editor/tailwind.css +2 -7
- package/styles/document-editor-container/bootstrap-dark.css +8 -4
- package/styles/document-editor-container/bootstrap.css +8 -4
- package/styles/document-editor-container/bootstrap4.css +16 -8
- package/styles/document-editor-container/bootstrap5-dark.css +8 -4
- package/styles/document-editor-container/bootstrap5.css +8 -4
- package/styles/document-editor-container/fabric-dark.css +8 -4
- package/styles/document-editor-container/fabric.css +8 -4
- package/styles/document-editor-container/highcontrast-light.css +8 -4
- package/styles/document-editor-container/highcontrast.css +8 -4
- package/styles/document-editor-container/material-dark.css +8 -4
- package/styles/document-editor-container/material.css +8 -4
- package/styles/document-editor-container/tailwind-dark.css +8 -4
- package/styles/document-editor-container/tailwind.css +8 -4
- package/styles/fabric-dark.css +12 -6
- package/styles/fabric.css +12 -6
- package/styles/highcontrast-light.css +8 -4
- package/styles/highcontrast.css +12 -6
- package/styles/material-dark.css +12 -6
- package/styles/material.css +12 -6
- package/styles/tailwind-dark.css +10 -11
- package/styles/tailwind.css +10 -11
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-documenteditor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-documenteditor@19.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-documenteditor@19.4.40",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512
|
|
5
|
+
"_integrity": "sha512-B8YHrOXnSuESu61vZNoJO/b9avdEj9uENDBB5uSURENNloZdJymQaI+2Qnmd3LKb4B6LSAfz1dbeiKlN4AjO7w==",
|
|
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-hotfix/@syncfusion/ej2-vue-documenteditor/-/ej2-vue-documenteditor-19.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-documenteditor/-/ej2-vue-documenteditor-19.4.40.tgz",
|
|
23
|
+
"_shasum": "8bc01b5d65eb44be319bfad0260ade369badb94a",
|
|
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": "~19.
|
|
35
|
-
"@syncfusion/ej2-documenteditor": "19.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~19.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.4.38",
|
|
35
|
+
"@syncfusion/ej2-documenteditor": "19.4.41",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~19.4.40"
|
|
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",
|
|
@@ -63,6 +63,6 @@
|
|
|
63
63
|
"type": "git",
|
|
64
64
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
65
65
|
},
|
|
66
|
-
"version": "19.
|
|
66
|
+
"version": "19.4.41",
|
|
67
67
|
"sideEffects": false
|
|
68
68
|
}
|
|
@@ -21,7 +21,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
|
|
|
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';
|
|
24
|
-
export var properties = ['
|
|
24
|
+
export var properties = ['isLazyUpdate', 'acceptTab', 'currentUser', 'defaultPasteOption', 'documentEditorSettings', 'documentName', 'documentSettings', 'enableBookmarkDialog', 'enableBordersAndShadingDialog', 'enableComment', 'enableContextMenu', 'enableCursorOnReadOnly', 'enableEditor', 'enableEditorHistory', 'enableFontDialog', 'enableFootnoteAndEndnoteDialog', 'enableFormField', 'enableHyperlinkDialog', 'enableImageResizer', 'enableListDialog', 'enableLocalPaste', 'enableLockAndEdit', 'enableOptionsPane', 'enablePageSetupDialog', 'enableParagraphDialog', 'enablePersistence', 'enablePrint', 'enableRtl', 'enableSearch', 'enableSelection', 'enableSfdtExport', 'enableSpellCheck', 'enableStyleDialog', 'enableTableDialog', 'enableTableOfContentsDialog', 'enableTableOptionsDialog', 'enableTablePropertiesDialog', 'enableTextExport', 'enableTrackChanges', 'enableWordExport', 'headers', 'height', 'isReadOnly', 'layoutType', 'locale', 'pageGap', 'pageOutline', 'serverActionSettings', 'serviceUrl', 'showComments', 'showRevisions', 'useCtrlClickToFollowHyperlink', 'userColor', 'width', 'zIndex', 'zoomFactor', 'actionComplete', 'afterFormFieldFill', 'beforeCommentAction', 'beforeFileOpen', 'beforeFormFieldFill', 'beforePaneSwitch', 'commentBegin', 'commentDelete', 'commentEnd', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'keyDown', 'requestNavigate', 'searchResultsChange', 'selectionChange', 'serviceFailure', 'trackChange', 'viewChange', 'zoomFactorChange', 'beforeXmlHttpRequestSend'];
|
|
25
25
|
export var modelProps = [];
|
|
26
26
|
export var testProp = getProps({ props: properties });
|
|
27
27
|
export var props = testProp[0];
|
|
@@ -21,7 +21,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
|
|
|
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';
|
|
24
|
-
export var properties = ['
|
|
24
|
+
export var properties = ['isLazyUpdate', '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'];
|
|
25
25
|
export var modelProps = [];
|
|
26
26
|
export var testProp = getProps({ props: properties });
|
|
27
27
|
export var props = testProp[0];
|
|
@@ -696,7 +696,6 @@
|
|
|
696
696
|
|
|
697
697
|
.e-de-ff-dlg-heading {
|
|
698
698
|
display: block;
|
|
699
|
-
font-size: 16px;
|
|
700
699
|
font-weight: 400;
|
|
701
700
|
margin-bottom: 12px;
|
|
702
701
|
}
|
|
@@ -1055,6 +1054,10 @@
|
|
|
1055
1054
|
top: 17px;
|
|
1056
1055
|
}
|
|
1057
1056
|
|
|
1057
|
+
.e-de-page-setup-dlg-first-page-prop {
|
|
1058
|
+
margin-bottom: 8px;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1058
1061
|
.e-de-page-setup-dlg-first-page-prop .e-label,
|
|
1059
1062
|
.e-de-page-setup-dlg-odd-or-even-prop .e-label {
|
|
1060
1063
|
font-size: 12px;
|
|
@@ -1238,7 +1241,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1238
1241
|
}
|
|
1239
1242
|
|
|
1240
1243
|
.e-de-cell-dia-options-label {
|
|
1241
|
-
font-size: 14px;
|
|
1242
1244
|
font-weight: 400;
|
|
1243
1245
|
}
|
|
1244
1246
|
|
|
@@ -5217,22 +5219,26 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5217
5219
|
background-color: #313131;
|
|
5218
5220
|
}
|
|
5219
5221
|
|
|
5220
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
5222
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
5223
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
5221
5224
|
padding: 0;
|
|
5222
5225
|
padding-bottom: 6px;
|
|
5223
5226
|
}
|
|
5224
5227
|
|
|
5225
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
5228
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
5229
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
5226
5230
|
padding: 0;
|
|
5227
5231
|
padding-bottom: 6px;
|
|
5228
5232
|
}
|
|
5229
5233
|
|
|
5230
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
5234
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
5235
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
5231
5236
|
padding: 0;
|
|
5232
5237
|
padding-bottom: 6px;
|
|
5233
5238
|
}
|
|
5234
5239
|
|
|
5235
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
5240
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
5241
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
5236
5242
|
padding: 0;
|
|
5237
5243
|
padding-bottom: 6px;
|
|
5238
5244
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -696,7 +696,6 @@
|
|
|
696
696
|
|
|
697
697
|
.e-de-ff-dlg-heading {
|
|
698
698
|
display: block;
|
|
699
|
-
font-size: 16px;
|
|
700
699
|
font-weight: 400;
|
|
701
700
|
margin-bottom: 12px;
|
|
702
701
|
}
|
|
@@ -1055,6 +1054,10 @@
|
|
|
1055
1054
|
top: 17px;
|
|
1056
1055
|
}
|
|
1057
1056
|
|
|
1057
|
+
.e-de-page-setup-dlg-first-page-prop {
|
|
1058
|
+
margin-bottom: 8px;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1058
1061
|
.e-de-page-setup-dlg-first-page-prop .e-label,
|
|
1059
1062
|
.e-de-page-setup-dlg-odd-or-even-prop .e-label {
|
|
1060
1063
|
font-size: 12px;
|
|
@@ -1234,7 +1237,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1234
1237
|
}
|
|
1235
1238
|
|
|
1236
1239
|
.e-de-cell-dia-options-label {
|
|
1237
|
-
font-size: 14px;
|
|
1238
1240
|
font-weight: 400;
|
|
1239
1241
|
}
|
|
1240
1242
|
|
|
@@ -5216,22 +5218,26 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5216
5218
|
background-color: #e6e6e6;
|
|
5217
5219
|
}
|
|
5218
5220
|
|
|
5219
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
5221
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
5222
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
5220
5223
|
padding: 0 1px;
|
|
5221
5224
|
padding-bottom: 6px;
|
|
5222
5225
|
}
|
|
5223
5226
|
|
|
5224
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
5227
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
5228
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
5225
5229
|
padding: 0;
|
|
5226
5230
|
padding-bottom: 6px;
|
|
5227
5231
|
}
|
|
5228
5232
|
|
|
5229
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
5233
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
5234
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
5230
5235
|
padding: 0;
|
|
5231
5236
|
padding-bottom: 6px;
|
|
5232
5237
|
}
|
|
5233
5238
|
|
|
5234
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
5239
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
5240
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
5235
5241
|
padding: 0;
|
|
5236
5242
|
padding-bottom: 6px;
|
|
5237
5243
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -693,7 +693,6 @@
|
|
|
693
693
|
|
|
694
694
|
.e-de-ff-dlg-heading {
|
|
695
695
|
display: block;
|
|
696
|
-
font-size: 16px;
|
|
697
696
|
font-weight: 400;
|
|
698
697
|
margin-bottom: 12px;
|
|
699
698
|
}
|
|
@@ -1052,6 +1051,10 @@
|
|
|
1052
1051
|
top: 14px;
|
|
1053
1052
|
}
|
|
1054
1053
|
|
|
1054
|
+
.e-de-page-setup-dlg-first-page-prop {
|
|
1055
|
+
margin-bottom: 8px;
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1055
1058
|
.e-de-page-setup-dlg-first-page-prop .e-label,
|
|
1056
1059
|
.e-de-page-setup-dlg-odd-or-even-prop .e-label {
|
|
1057
1060
|
font-size: 12px;
|
|
@@ -1235,7 +1238,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1235
1238
|
}
|
|
1236
1239
|
|
|
1237
1240
|
.e-de-cell-dia-options-label {
|
|
1238
|
-
font-size: 14px;
|
|
1239
1241
|
font-weight: 400;
|
|
1240
1242
|
}
|
|
1241
1243
|
|
|
@@ -5551,42 +5553,50 @@ textarea.e-de-cmt-textarea {
|
|
|
5551
5553
|
background-color: #6c757d;
|
|
5552
5554
|
}
|
|
5553
5555
|
|
|
5554
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
5556
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
5557
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
5555
5558
|
padding: 0;
|
|
5556
5559
|
padding-bottom: 6px;
|
|
5557
5560
|
}
|
|
5558
5561
|
|
|
5559
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
5562
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
5563
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
5560
5564
|
padding: 0;
|
|
5561
5565
|
padding-bottom: 6px;
|
|
5562
5566
|
}
|
|
5563
5567
|
|
|
5564
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
5568
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
5569
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
5565
5570
|
padding: 0;
|
|
5566
5571
|
padding-bottom: 6px;
|
|
5567
5572
|
}
|
|
5568
5573
|
|
|
5569
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
5574
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
5575
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
5570
5576
|
padding: 0;
|
|
5571
5577
|
padding-bottom: 6px;
|
|
5572
5578
|
}
|
|
5573
5579
|
|
|
5574
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
5580
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
5581
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
5575
5582
|
padding: 0 1px;
|
|
5576
5583
|
padding-bottom: 6px;
|
|
5577
5584
|
}
|
|
5578
5585
|
|
|
5579
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
5586
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
5587
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
5580
5588
|
padding: 0;
|
|
5581
5589
|
padding-bottom: 6px;
|
|
5582
5590
|
}
|
|
5583
5591
|
|
|
5584
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
5592
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
5593
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
5585
5594
|
padding: 0;
|
|
5586
5595
|
padding-bottom: 6px;
|
|
5587
5596
|
}
|
|
5588
5597
|
|
|
5589
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
5598
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
5599
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
5590
5600
|
padding: 0;
|
|
5591
5601
|
padding-bottom: 6px;
|
|
5592
5602
|
}
|
|
@@ -728,7 +728,6 @@
|
|
|
728
728
|
|
|
729
729
|
.e-de-ff-dlg-heading {
|
|
730
730
|
display: block;
|
|
731
|
-
font-size: 14px;
|
|
732
731
|
font-weight: 500;
|
|
733
732
|
margin-bottom: 12px;
|
|
734
733
|
}
|
|
@@ -1088,6 +1087,10 @@
|
|
|
1088
1087
|
top: 12px;
|
|
1089
1088
|
}
|
|
1090
1089
|
|
|
1090
|
+
.e-de-page-setup-dlg-first-page-prop {
|
|
1091
|
+
margin-bottom: 8px;
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1091
1094
|
.e-de-page-setup-dlg-first-page-prop .e-label,
|
|
1092
1095
|
.e-de-page-setup-dlg-odd-or-even-prop .e-label {
|
|
1093
1096
|
font-size: 12px;
|
|
@@ -1271,7 +1274,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1271
1274
|
}
|
|
1272
1275
|
|
|
1273
1276
|
.e-de-cell-dia-options-label {
|
|
1274
|
-
font-size: 14px;
|
|
1275
1277
|
font-weight: 500;
|
|
1276
1278
|
}
|
|
1277
1279
|
|
|
@@ -5540,22 +5542,26 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5540
5542
|
background-color: #495057;
|
|
5541
5543
|
}
|
|
5542
5544
|
|
|
5543
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
5545
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
5546
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
5544
5547
|
padding: 0;
|
|
5545
5548
|
padding-bottom: 14px;
|
|
5546
5549
|
}
|
|
5547
5550
|
|
|
5548
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
5551
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
5552
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
5549
5553
|
padding: 0;
|
|
5550
5554
|
padding-bottom: 14px;
|
|
5551
5555
|
}
|
|
5552
5556
|
|
|
5553
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
5557
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
5558
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
5554
5559
|
padding: 0;
|
|
5555
5560
|
padding-bottom: 14px;
|
|
5556
5561
|
}
|
|
5557
5562
|
|
|
5558
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
5563
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
5564
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
5559
5565
|
padding: 0;
|
|
5560
5566
|
padding-bottom: 14px;
|
|
5561
5567
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -728,7 +728,6 @@
|
|
|
728
728
|
|
|
729
729
|
.e-de-ff-dlg-heading {
|
|
730
730
|
display: block;
|
|
731
|
-
font-size: 14px;
|
|
732
731
|
font-weight: 500;
|
|
733
732
|
margin-bottom: 12px;
|
|
734
733
|
}
|
|
@@ -1088,6 +1087,10 @@
|
|
|
1088
1087
|
top: 12px;
|
|
1089
1088
|
}
|
|
1090
1089
|
|
|
1090
|
+
.e-de-page-setup-dlg-first-page-prop {
|
|
1091
|
+
margin-bottom: 8px;
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1091
1094
|
.e-de-page-setup-dlg-first-page-prop .e-label,
|
|
1092
1095
|
.e-de-page-setup-dlg-odd-or-even-prop .e-label {
|
|
1093
1096
|
font-size: 12px;
|
|
@@ -1271,7 +1274,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1271
1274
|
}
|
|
1272
1275
|
|
|
1273
1276
|
.e-de-cell-dia-options-label {
|
|
1274
|
-
font-size: 14px;
|
|
1275
1277
|
font-weight: 500;
|
|
1276
1278
|
}
|
|
1277
1279
|
|
|
@@ -5540,22 +5542,26 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5540
5542
|
background-color: #dee2e6;
|
|
5541
5543
|
}
|
|
5542
5544
|
|
|
5543
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
5545
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
5546
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
5544
5547
|
padding: 0;
|
|
5545
5548
|
padding-bottom: 14px;
|
|
5546
5549
|
}
|
|
5547
5550
|
|
|
5548
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
5551
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
5552
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
5549
5553
|
padding: 0;
|
|
5550
5554
|
padding-bottom: 14px;
|
|
5551
5555
|
}
|
|
5552
5556
|
|
|
5553
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
5557
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
5558
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
5554
5559
|
padding: 0;
|
|
5555
5560
|
padding-bottom: 14px;
|
|
5556
5561
|
}
|
|
5557
5562
|
|
|
5558
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
5563
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
5564
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
5559
5565
|
padding: 0;
|
|
5560
5566
|
padding-bottom: 14px;
|
|
5561
5567
|
}
|
|
@@ -696,7 +696,6 @@
|
|
|
696
696
|
|
|
697
697
|
.e-de-ff-dlg-heading {
|
|
698
698
|
display: block;
|
|
699
|
-
font-size: 16px;
|
|
700
699
|
font-weight: 400;
|
|
701
700
|
margin-bottom: 12px;
|
|
702
701
|
}
|
|
@@ -1055,6 +1054,10 @@
|
|
|
1055
1054
|
top: 17px;
|
|
1056
1055
|
}
|
|
1057
1056
|
|
|
1057
|
+
.e-de-page-setup-dlg-first-page-prop {
|
|
1058
|
+
margin-bottom: 8px;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1058
1061
|
.e-de-page-setup-dlg-first-page-prop .e-label,
|
|
1059
1062
|
.e-de-page-setup-dlg-odd-or-even-prop .e-label {
|
|
1060
1063
|
font-size: 12px;
|
|
@@ -1238,7 +1241,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1238
1241
|
}
|
|
1239
1242
|
|
|
1240
1243
|
.e-de-cell-dia-options-label {
|
|
1241
|
-
font-size: 14px;
|
|
1242
1244
|
font-weight: 400;
|
|
1243
1245
|
}
|
|
1244
1246
|
|
|
@@ -696,7 +696,6 @@
|
|
|
696
696
|
|
|
697
697
|
.e-de-ff-dlg-heading {
|
|
698
698
|
display: block;
|
|
699
|
-
font-size: 16px;
|
|
700
699
|
font-weight: 400;
|
|
701
700
|
margin-bottom: 12px;
|
|
702
701
|
}
|
|
@@ -1055,6 +1054,10 @@
|
|
|
1055
1054
|
top: 17px;
|
|
1056
1055
|
}
|
|
1057
1056
|
|
|
1057
|
+
.e-de-page-setup-dlg-first-page-prop {
|
|
1058
|
+
margin-bottom: 8px;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1058
1061
|
.e-de-page-setup-dlg-first-page-prop .e-label,
|
|
1059
1062
|
.e-de-page-setup-dlg-odd-or-even-prop .e-label {
|
|
1060
1063
|
font-size: 12px;
|
|
@@ -1234,7 +1237,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1234
1237
|
}
|
|
1235
1238
|
|
|
1236
1239
|
.e-de-cell-dia-options-label {
|
|
1237
|
-
font-size: 14px;
|
|
1238
1240
|
font-weight: 400;
|
|
1239
1241
|
}
|
|
1240
1242
|
|
|
@@ -693,7 +693,6 @@
|
|
|
693
693
|
|
|
694
694
|
.e-de-ff-dlg-heading {
|
|
695
695
|
display: block;
|
|
696
|
-
font-size: 16px;
|
|
697
696
|
font-weight: 400;
|
|
698
697
|
margin-bottom: 12px;
|
|
699
698
|
}
|
|
@@ -1052,6 +1051,10 @@
|
|
|
1052
1051
|
top: 14px;
|
|
1053
1052
|
}
|
|
1054
1053
|
|
|
1054
|
+
.e-de-page-setup-dlg-first-page-prop {
|
|
1055
|
+
margin-bottom: 8px;
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1055
1058
|
.e-de-page-setup-dlg-first-page-prop .e-label,
|
|
1056
1059
|
.e-de-page-setup-dlg-odd-or-even-prop .e-label {
|
|
1057
1060
|
font-size: 12px;
|
|
@@ -1235,7 +1238,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1235
1238
|
}
|
|
1236
1239
|
|
|
1237
1240
|
.e-de-cell-dia-options-label {
|
|
1238
|
-
font-size: 14px;
|
|
1239
1241
|
font-weight: 400;
|
|
1240
1242
|
}
|
|
1241
1243
|
|
|
@@ -727,7 +727,6 @@
|
|
|
727
727
|
|
|
728
728
|
.e-de-ff-dlg-heading {
|
|
729
729
|
display: block;
|
|
730
|
-
font-size: 14px;
|
|
731
730
|
font-weight: 500;
|
|
732
731
|
margin-bottom: 12px;
|
|
733
732
|
}
|
|
@@ -1087,6 +1086,10 @@
|
|
|
1087
1086
|
top: 12px;
|
|
1088
1087
|
}
|
|
1089
1088
|
|
|
1089
|
+
.e-de-page-setup-dlg-first-page-prop {
|
|
1090
|
+
margin-bottom: 8px;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1090
1093
|
.e-de-page-setup-dlg-first-page-prop .e-label,
|
|
1091
1094
|
.e-de-page-setup-dlg-odd-or-even-prop .e-label {
|
|
1092
1095
|
font-size: 12px;
|
|
@@ -1270,7 +1273,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1270
1273
|
}
|
|
1271
1274
|
|
|
1272
1275
|
.e-de-cell-dia-options-label {
|
|
1273
|
-
font-size: 14px;
|
|
1274
1276
|
font-weight: 500;
|
|
1275
1277
|
}
|
|
1276
1278
|
|
|
@@ -727,7 +727,6 @@
|
|
|
727
727
|
|
|
728
728
|
.e-de-ff-dlg-heading {
|
|
729
729
|
display: block;
|
|
730
|
-
font-size: 14px;
|
|
731
730
|
font-weight: 500;
|
|
732
731
|
margin-bottom: 12px;
|
|
733
732
|
}
|
|
@@ -1087,6 +1086,10 @@
|
|
|
1087
1086
|
top: 12px;
|
|
1088
1087
|
}
|
|
1089
1088
|
|
|
1089
|
+
.e-de-page-setup-dlg-first-page-prop {
|
|
1090
|
+
margin-bottom: 8px;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1090
1093
|
.e-de-page-setup-dlg-first-page-prop .e-label,
|
|
1091
1094
|
.e-de-page-setup-dlg-odd-or-even-prop .e-label {
|
|
1092
1095
|
font-size: 12px;
|
|
@@ -1270,7 +1273,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1270
1273
|
}
|
|
1271
1274
|
|
|
1272
1275
|
.e-de-cell-dia-options-label {
|
|
1273
|
-
font-size: 14px;
|
|
1274
1276
|
font-weight: 500;
|
|
1275
1277
|
}
|
|
1276
1278
|
|
|
@@ -696,7 +696,6 @@
|
|
|
696
696
|
|
|
697
697
|
.e-de-ff-dlg-heading {
|
|
698
698
|
display: block;
|
|
699
|
-
font-size: 16px;
|
|
700
699
|
font-weight: 600;
|
|
701
700
|
margin-bottom: 12px;
|
|
702
701
|
}
|
|
@@ -1055,6 +1054,10 @@
|
|
|
1055
1054
|
top: 17px;
|
|
1056
1055
|
}
|
|
1057
1056
|
|
|
1057
|
+
.e-de-page-setup-dlg-first-page-prop {
|
|
1058
|
+
margin-bottom: 8px;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1058
1061
|
.e-de-page-setup-dlg-first-page-prop .e-label,
|
|
1059
1062
|
.e-de-page-setup-dlg-odd-or-even-prop .e-label {
|
|
1060
1063
|
font-size: 12px;
|
|
@@ -1238,7 +1241,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1238
1241
|
}
|
|
1239
1242
|
|
|
1240
1243
|
.e-de-cell-dia-options-label {
|
|
1241
|
-
font-size: 14px;
|
|
1242
1244
|
font-weight: 600;
|
|
1243
1245
|
}
|
|
1244
1246
|
|
|
@@ -696,7 +696,6 @@
|
|
|
696
696
|
|
|
697
697
|
.e-de-ff-dlg-heading {
|
|
698
698
|
display: block;
|
|
699
|
-
font-size: 16px;
|
|
700
699
|
font-weight: 600;
|
|
701
700
|
margin-bottom: 12px;
|
|
702
701
|
}
|
|
@@ -1055,6 +1054,10 @@
|
|
|
1055
1054
|
top: 17px;
|
|
1056
1055
|
}
|
|
1057
1056
|
|
|
1057
|
+
.e-de-page-setup-dlg-first-page-prop {
|
|
1058
|
+
margin-bottom: 8px;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1058
1061
|
.e-de-page-setup-dlg-first-page-prop .e-label,
|
|
1059
1062
|
.e-de-page-setup-dlg-odd-or-even-prop .e-label {
|
|
1060
1063
|
font-size: 12px;
|
|
@@ -1238,7 +1241,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1238
1241
|
}
|
|
1239
1242
|
|
|
1240
1243
|
.e-de-cell-dia-options-label {
|
|
1241
|
-
font-size: 14px;
|
|
1242
1244
|
font-weight: 600;
|
|
1243
1245
|
}
|
|
1244
1246
|
|
|
@@ -696,7 +696,6 @@
|
|
|
696
696
|
|
|
697
697
|
.e-de-ff-dlg-heading {
|
|
698
698
|
display: block;
|
|
699
|
-
font-size: 16px;
|
|
700
699
|
font-weight: 600;
|
|
701
700
|
margin-bottom: 12px;
|
|
702
701
|
}
|
|
@@ -1055,6 +1054,10 @@
|
|
|
1055
1054
|
top: 17px;
|
|
1056
1055
|
}
|
|
1057
1056
|
|
|
1057
|
+
.e-de-page-setup-dlg-first-page-prop {
|
|
1058
|
+
margin-bottom: 8px;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1058
1061
|
.e-de-page-setup-dlg-first-page-prop .e-label,
|
|
1059
1062
|
.e-de-page-setup-dlg-odd-or-even-prop .e-label {
|
|
1060
1063
|
font-size: 12px;
|
|
@@ -1238,7 +1241,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1238
1241
|
}
|
|
1239
1242
|
|
|
1240
1243
|
.e-de-cell-dia-options-label {
|
|
1241
|
-
font-size: 14px;
|
|
1242
1244
|
font-weight: 600;
|
|
1243
1245
|
}
|
|
1244
1246
|
|
|
@@ -690,7 +690,6 @@
|
|
|
690
690
|
|
|
691
691
|
.e-de-ff-dlg-heading {
|
|
692
692
|
display: block;
|
|
693
|
-
font-size: 14px;
|
|
694
693
|
font-weight: 400;
|
|
695
694
|
margin-bottom: 12px;
|
|
696
695
|
}
|
|
@@ -1049,6 +1048,10 @@
|
|
|
1049
1048
|
top: 17px;
|
|
1050
1049
|
}
|
|
1051
1050
|
|
|
1051
|
+
.e-de-page-setup-dlg-first-page-prop {
|
|
1052
|
+
margin-bottom: 8px;
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1052
1055
|
.e-de-page-setup-dlg-first-page-prop .e-label,
|
|
1053
1056
|
.e-de-page-setup-dlg-odd-or-even-prop .e-label {
|
|
1054
1057
|
font-size: 12px;
|
|
@@ -1232,7 +1235,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1232
1235
|
}
|
|
1233
1236
|
|
|
1234
1237
|
.e-de-cell-dia-options-label {
|
|
1235
|
-
font-size: 14px;
|
|
1236
1238
|
font-weight: 400;
|
|
1237
1239
|
}
|
|
1238
1240
|
|
|
@@ -690,7 +690,6 @@
|
|
|
690
690
|
|
|
691
691
|
.e-de-ff-dlg-heading {
|
|
692
692
|
display: block;
|
|
693
|
-
font-size: 14px;
|
|
694
693
|
font-weight: 400;
|
|
695
694
|
margin-bottom: 12px;
|
|
696
695
|
}
|
|
@@ -1049,6 +1048,10 @@
|
|
|
1049
1048
|
top: 17px;
|
|
1050
1049
|
}
|
|
1051
1050
|
|
|
1051
|
+
.e-de-page-setup-dlg-first-page-prop {
|
|
1052
|
+
margin-bottom: 8px;
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1052
1055
|
.e-de-page-setup-dlg-first-page-prop .e-label,
|
|
1053
1056
|
.e-de-page-setup-dlg-odd-or-even-prop .e-label {
|
|
1054
1057
|
font-size: 12px;
|
|
@@ -1232,7 +1235,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1232
1235
|
}
|
|
1233
1236
|
|
|
1234
1237
|
.e-de-cell-dia-options-label {
|
|
1235
|
-
font-size: 14px;
|
|
1236
1238
|
font-weight: 400;
|
|
1237
1239
|
}
|
|
1238
1240
|
|