@syncfusion/ej2-react-documenteditor 19.3.56 → 19.4.42
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 +104 -0
- package/README.md +1 -1
- package/dist/ej2-react-documenteditor.umd.min.js +1 -1
- package/package.json +8 -8
- 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/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,110 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#SF-354463` - Resolved the crashing issue in splitting rows in rendering table.
|
|
10
|
+
- `#SF-353961` - Resolved the performance issue in editing document with merge field.
|
|
11
|
+
- `#SF-355429` - Resolved selection issue for the shape with in front of text wrapping.
|
|
12
|
+
- `#SF-360442` - Resolved the spell check suggestion replace issue in localized document editor.
|
|
13
|
+
- `#F171032` - Resolved the empty line adding in text exporting.
|
|
14
|
+
- `#F171461` - Resolved the content control preservation issue in exporting.
|
|
15
|
+
|
|
16
|
+
#### New Features
|
|
17
|
+
|
|
18
|
+
- `#SF-354038` - Added API to restrict the maximum number of rows in insert table dialog(`DocumentEditorSettings.maximumRows`)
|
|
19
|
+
|
|
20
|
+
## 19.4.40 (2021-12-28)
|
|
21
|
+
|
|
22
|
+
### Document Editor
|
|
23
|
+
|
|
24
|
+
#### Bug Fixes
|
|
25
|
+
|
|
26
|
+
- `#I347750` - Resolved the hanging issue when pasting large non-formatted content.
|
|
27
|
+
- `#I349289`, `#I349128` - Resolved the endnote shifting and overlapping issue.
|
|
28
|
+
- `#F171307` - Resolved the track changes issue in editing paragraph inside table.
|
|
29
|
+
- `#SF-359156` - Resolved the cropped image issue rendering in header/footer.
|
|
30
|
+
- `#SF-356951`, `#F170963`, `#SF-351886`, #`SF-359815`, `#SF-359312` - Resolved the merged cell width rendering issue.
|
|
31
|
+
- `#I347523` - Resolved the invalid SFDT generation after pasting formatted content.
|
|
32
|
+
- `#SF-357703` - Resolved the table row splitting issue.
|
|
33
|
+
|
|
34
|
+
## 19.4.38 (2021-12-17)
|
|
35
|
+
|
|
36
|
+
### Document Editor
|
|
37
|
+
|
|
38
|
+
#### Bug Fixes
|
|
39
|
+
|
|
40
|
+
- `#I348089` - Resolved the protected columns, rows, and cells editing issue.
|
|
41
|
+
- `#I344822` - Word with hyphen characters are now displayed properly.
|
|
42
|
+
- `#I345558` - Resolved the table layout for the nested table with position.
|
|
43
|
+
- `#I346408` - Table cell content reversed on undo is now resolved.
|
|
44
|
+
- `#I346992` - Paragraph with widow/orphan property is now displayed properly.
|
|
45
|
+
- `#I341119` - Document with image and table with top and bottom wrapping style is now opened properly.
|
|
46
|
+
- `#I344713`- Resolved table header row rendering issue.
|
|
47
|
+
- `#I341963`, `#I341840` - Resolved the table rendering issue.
|
|
48
|
+
- `#I344704` - Resolved issue with tracking changes in empty paragraph.
|
|
49
|
+
- `#I344351` - Line height is now calculated properly when space character has font size greater than the paragraph mark.
|
|
50
|
+
- `#I345759`, `#I343106`- Resolved the table border rendering issue.
|
|
51
|
+
- `#I343645` - Table grid after width defined as percentage type is now properly exported in server-side.
|
|
52
|
+
- `#I341659` - Resolved the list alignment issue.
|
|
53
|
+
- `#I347230` - Line spacing value zero is now properly exported in server-side.
|
|
54
|
+
- `#I346468` - Resolved the document corruption issue due to z-order in server-side exporting.
|
|
55
|
+
- `#I344830` - Resolved exception in opening and saving the document with calculation type form field.
|
|
56
|
+
- `#I345582`, `#I341985` - Document with tab width is now displayed properly.
|
|
57
|
+
- `#I346985` - Line height is now properly updated for tab character when its font size greater than other elements in the line.
|
|
58
|
+
- `#FB29648` - Table rows/columns in header and footer are now resized properly.
|
|
59
|
+
- `#I349115` - Resolved the scrolling behaviour issue when using `goToPage` API.
|
|
60
|
+
- `#I348516` - Table/Cell background color is preserved properly during copy/paste.
|
|
61
|
+
- `#I341891` - Resolved the hanging issue while editing the footnote content.
|
|
62
|
+
- `#I344790` - Resolved the footnote overlapping issue when editing a table.
|
|
63
|
+
- `#I343310` - Resolved the blank page issue in the exported Word document due to footnote.
|
|
64
|
+
- `#I345594` - Resolved the new style listing problem when Document editor is localized for languages other than English.
|
|
65
|
+
- `#I344840` - Resolved the height and width for `insertImage` API.
|
|
66
|
+
- `#I343403` - Resolved the script error while opening document with tracked changes and restrict editing enabled.
|
|
67
|
+
- `#I342774` - The Word document is now exported properly when the document contains content control.
|
|
68
|
+
- `#I340276` - Resolved issue with entering custom date time value for form field.
|
|
69
|
+
- `#I344605` - Resolved the context menu displaying issue when multiple instances of Document Editor are used in same page.
|
|
70
|
+
- `#I337087`, `#I344332` - Improved the suggestion construction logic for error words.
|
|
71
|
+
- `#I338302` - Resolved the hanging issue when opening document with table.
|
|
72
|
+
- `#I339240` - RTL list is now deleted properly.
|
|
73
|
+
- `#I340758` - The Word document is now exported properly when the document contains table with merged cells.
|
|
74
|
+
- `#I341140` - Tracked changes is now updated properly for the existing empty line.
|
|
75
|
+
- `#F167253`, `#F168269` - Track changes pane visibility issue is now resolved.
|
|
76
|
+
- `#F168463` - The floating element with square wrapping style is now displayed properly.
|
|
77
|
+
- `#I338947` - Resolved the issue with undo after pasting Hebrew text.
|
|
78
|
+
- `#I341435` - Optimized the content change event triggering in Document Editor.
|
|
79
|
+
- `#I340867` - Selection is now working properly after applying character format.
|
|
80
|
+
- `#I341335` - Text formatting is now preserved properly for merge fields.
|
|
81
|
+
- `#I339239`, `#I339242`, `#I339021` - RTL text are now arranged properly.
|
|
82
|
+
- `#I335659` - RTL text are now preserved properly on undo/redo.
|
|
83
|
+
- `#I340643` - The comment mark is now removed properly when deleting comment.
|
|
84
|
+
- `#I339335` - Resolved the hanging issue when editing document with Hebrew text.
|
|
85
|
+
- `#I340121` - Resolved the issue with rendering elbow connector as line connector.
|
|
86
|
+
- `#I339453` - Resolved the issue with rendering a fixed width table.
|
|
87
|
+
- `#I341119` - Resolved the overlapping issue for image with top and bottom wrapping inside table.
|
|
88
|
+
- `#I339602` – Track changes is now updated properly in header and footer.
|
|
89
|
+
- `#I341964`, `#I342165` – RTL text is now arranged properly when copy/paste.
|
|
90
|
+
- `#I339714` – Footnote order is now updated properly.
|
|
91
|
+
- `#I339973` - Table is now preserved properly in the exported Word document.
|
|
92
|
+
- `#I340795` – Field is now copied properly.
|
|
93
|
+
- `#I339872` – Page number in footer is now updated properly.
|
|
94
|
+
- `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break.
|
|
95
|
+
- `#I339027` – Resolved the script error in saving document with tracked changes in header/footer.
|
|
96
|
+
- `#I340532` – Html elements are now properly disposed.
|
|
97
|
+
- `#F168319` – Resolved the ViewChange event binding issue in Document Editor component.
|
|
98
|
+
- `#I341375` – Resolved the undo/redo issue in comment editing operations.
|
|
99
|
+
|
|
100
|
+
#### New Features
|
|
101
|
+
|
|
102
|
+
- `#I345565` - Added support for Word 2013 justification.
|
|
103
|
+
- `#I343497` - Added support to display the texture style for table cell shading.
|
|
104
|
+
- `#I343751` - Added alert window for row and column specified more than 63 and 32767 respectively in insert table dialog.
|
|
105
|
+
- `#I342110` - Added event to customize the XMLHttpRequest in DocumentEditor and DocumentEditorContainer component.
|
|
106
|
+
|
|
107
|
+
## 19.3.56 (2021-12-02)
|
|
108
|
+
|
|
109
|
+
### Document Editor
|
|
110
|
+
|
|
111
|
+
#### Bug Fixes
|
|
112
|
+
|
|
9
113
|
- `#I343645` - Table grid after width percentage value is now properly exported in server-side.
|
|
10
114
|
- `#I341659` - Resolved the list alignment issues.
|
|
11
115
|
- `#I347230` - Zero line spacing value is now properly exported in server-side.
|
package/README.md
CHANGED
|
@@ -71,4 +71,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-compo
|
|
|
71
71
|
Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/documenteditor/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=react-word-processor-npm)
|
|
72
72
|
|
|
73
73
|
|
|
74
|
-
© Copyright
|
|
74
|
+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-documenteditor.umd.min.js
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.4.42
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-documenteditor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-documenteditor@19.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-documenteditor@19.4.40",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-f4MHOHFYAEPjjIuBzPgHs0QCsatF3v5FuM/DGKulHEwi4MvJrUQWUEbK6ScHzfCsKD0PNxuosMdmRrCPbv+8tA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-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-new/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-19.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-19.4.40.tgz",
|
|
23
|
+
"_shasum": "7926c7616bb2298be15c6f234968bb6f8f589279",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-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-react-base": "~19.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.4.42",
|
|
35
|
+
"@syncfusion/ej2-documenteditor": "19.4.42",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~19.4.42"
|
|
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 React",
|
|
@@ -63,6 +63,6 @@
|
|
|
63
63
|
"type": "git",
|
|
64
64
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
65
65
|
},
|
|
66
|
-
"version": "19.
|
|
66
|
+
"version": "19.4.42",
|
|
67
67
|
"sideEffects": false
|
|
68
68
|
}
|
|
@@ -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
|
|