@syncfusion/ej2-angular-documenteditor 20.4.54 → 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/esm2020/src/document-editor/documenteditor.component.mjs +3 -3
- package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +4 -4
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +4 -4
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/document-editor/documenteditor.component.d.ts +1 -1
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +1 -1
- 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/_bootstrap5-definition.scss +6 -6
- package/styles/document-editor/_fluent-definition.scss +6 -6
- package/styles/document-editor/_tailwind-definition.scss +6 -6
- package/styles/document-editor/_theme.scss +103 -33
- 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/icons/_bootstrap-dark.scss +5 -0
- package/styles/document-editor/icons/_bootstrap.scss +5 -0
- package/styles/document-editor/icons/_bootstrap4.scss +5 -0
- package/styles/document-editor/icons/_bootstrap5.scss +9 -0
- package/styles/document-editor/icons/_fabric-dark.scss +5 -0
- package/styles/document-editor/icons/_fabric.scss +5 -0
- package/styles/document-editor/icons/_fluent.scss +28 -14
- package/styles/document-editor/icons/_fusionnew.scss +6 -0
- package/styles/document-editor/icons/_highcontrast-light.scss +5 -0
- package/styles/document-editor/icons/_highcontrast.scss +5 -0
- package/styles/document-editor/icons/_material-dark.scss +5 -0
- package/styles/document-editor/icons/_material.scss +5 -0
- package/styles/document-editor/icons/_material3.scss +12 -6
- package/styles/document-editor/icons/_tailwind-dark.scss +6 -0
- package/styles/document-editor/icons/_tailwind.scss +9 -0
- package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +3 -0
- 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-definition.scss +7 -2
- package/styles/document-editor-container/_bootstrap-definition.scss +7 -2
- package/styles/document-editor-container/_bootstrap4-definition.scss +7 -2
- package/styles/document-editor-container/_bootstrap5-definition.scss +11 -6
- package/styles/document-editor-container/_definition.scss +1 -0
- package/styles/document-editor-container/_fabric-dark-definition.scss +7 -2
- package/styles/document-editor-container/_fabric-definition.scss +7 -2
- package/styles/document-editor-container/_fluent-definition.scss +11 -6
- package/styles/document-editor-container/_fusionnew-definition.scss +7 -2
- package/styles/document-editor-container/_highcontrast-definition.scss +7 -2
- package/styles/document-editor-container/_highcontrast-light-definition.scss +7 -2
- package/styles/document-editor-container/_material-dark-definition.scss +7 -2
- package/styles/document-editor-container/_material-definition.scss +7 -2
- package/styles/document-editor-container/_tailwind-definition.scss +12 -7
- package/styles/document-editor-container/_theme.scss +249 -67
- 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
- package/styles/document-editor/_material3-definition.scss +0 -560
- package/styles/document-editor-container/_material3-definition.scss +0 -153
|
@@ -18,6 +18,11 @@ $de-spellcheck-tlbr-height: 34px !default;
|
|
|
18
18
|
$de-spellcheck-tlbr-margin-left: 7.5px !default;
|
|
19
19
|
$de-zoom-tlbr-margin-left: calc(100% - 395px) !default;
|
|
20
20
|
$de-zoom-tlbr-margin-left-big: calc(100% - 460px) !default;
|
|
21
|
+
$e-de-ctnr-break-listview-margin-right: 16px !default;
|
|
22
|
+
$e-de-ctnr-break-listview-margin-right-big: 20px !default;
|
|
23
|
+
$e-de-ctnr-break-listview-margin-left: 16px !default;
|
|
24
|
+
$e-de-ctnr-break-listview-margin-left-big: 20px !default;
|
|
25
|
+
$de-tlbr-btn-height: calc(100% - 10px) !default;
|
|
21
26
|
|
|
22
27
|
// Subtract toolbar & statusbar height
|
|
23
28
|
$de-tool-ctnr-editor-height: calc(100% - 115px) !default;
|
|
@@ -61,7 +66,7 @@ $de-left-btn-width-big: 47px;
|
|
|
61
66
|
$de-right-btn-width: 75px * .5;
|
|
62
67
|
$de-right-btn-width-big: 47px;
|
|
63
68
|
$de-border-btn-width-big: 47px;
|
|
64
|
-
$de-right-font-size-width-big:
|
|
69
|
+
$de-right-font-size-width-big: $text-8xl;
|
|
65
70
|
$de-img-span-top-big: 12px;
|
|
66
71
|
$de-bullet-icon-font-size: $text-xs;
|
|
67
72
|
$de-bullet-icon-line-height: 0;
|
|
@@ -86,8 +91,8 @@ $e-de-status-bar-big-padding-top: 5px;
|
|
|
86
91
|
$e-de-review-pane-width: 440px;
|
|
87
92
|
$e-de-ctnr-linespacing-tick-icon: 8px;
|
|
88
93
|
$de-toolbar-font-size: $text-sm;
|
|
89
|
-
$de-toolbar-padding-bottom:
|
|
90
|
-
$de-toolbar-padding-bottom-bg:
|
|
94
|
+
$de-toolbar-padding-bottom: 8px;
|
|
95
|
+
$de-toolbar-padding-bottom-bg: 8px;
|
|
91
96
|
$de-header-font-weight: $font-weight-medium;
|
|
92
97
|
$de-prop-sub-label-mrgn-btm: 4px;
|
|
93
98
|
$de-hdr-ftr-frst-div-mrgn-btm: 12px;
|
|
@@ -99,10 +104,10 @@ $de-status-br-left: 0 !default;
|
|
|
99
104
|
$de-status-br-top: 6px !default;
|
|
100
105
|
$e-de-btn-font-size: $text-sm;
|
|
101
106
|
$e-de-btn-font-icon-size: 16px;
|
|
102
|
-
$e-de-btn-font-size-big:
|
|
107
|
+
$e-de-btn-font-size-big: $text-base;
|
|
103
108
|
$e-de-btn-font-icon-size-big: 18px;
|
|
104
|
-
$e-de-bzr-btn-font-size:
|
|
105
|
-
$e-de-bzr-btn-font-size-big:
|
|
109
|
+
$e-de-bzr-btn-font-size: $text-lg;
|
|
110
|
+
$e-de-bzr-btn-font-size-big: $text-lg;
|
|
106
111
|
$e-de-bzr-button-hover-border-radius: 4px;
|
|
107
112
|
$e-de-bzr-button-hover-border: none;
|
|
108
113
|
$de-clr-pckr-width: 39px;
|
|
@@ -18,6 +18,11 @@ $de-spellcheck-tlbr-height: 34px !default;
|
|
|
18
18
|
$de-spellcheck-tlbr-margin-left: 7.5px !default;
|
|
19
19
|
$de-zoom-tlbr-margin-left: calc(100% - 360px) !default;
|
|
20
20
|
$de-zoom-tlbr-margin-left-big: calc(100% - 410px) !default;
|
|
21
|
+
$e-de-ctnr-break-listview-margin-right: 12px !default;
|
|
22
|
+
$e-de-ctnr-break-listview-margin-right-big: 16px !default;
|
|
23
|
+
$e-de-ctnr-break-listview-margin-left: 12px !default;
|
|
24
|
+
$e-de-ctnr-break-listview-margin-left-big: 16px !default;
|
|
25
|
+
$de-tlbr-btn-height: calc(100% - 10px) !default;
|
|
21
26
|
|
|
22
27
|
// Subtract toolbar & statusbar height
|
|
23
28
|
$de-tool-ctnr-editor-height: calc(100% - 115px) !default;
|
|
@@ -85,8 +90,8 @@ $e-de-status-bar-big-padding-top: 5px;
|
|
|
85
90
|
$e-de-review-pane-width: 440px;
|
|
86
91
|
$e-de-ctnr-linespacing-tick-icon: 8px;
|
|
87
92
|
$de-toolbar-font-size: $text-sm;
|
|
88
|
-
$de-toolbar-padding-bottom:
|
|
89
|
-
$de-toolbar-padding-bottom-bg:
|
|
93
|
+
$de-toolbar-padding-bottom: 10px;
|
|
94
|
+
$de-toolbar-padding-bottom-bg: 10px;
|
|
90
95
|
$de-header-font-weight: $font-weight-medium;
|
|
91
96
|
$de-prop-sub-label-mrgn-btm: 4px;
|
|
92
97
|
$de-hdr-ftr-frst-div-mrgn-btm: 12px;
|
|
@@ -23,6 +23,11 @@ $de-spellcheck-tlbr-margin-left: 7.5px !default;
|
|
|
23
23
|
$de-zoom-tlbr-margin-left: calc(100% - 410px) !default;
|
|
24
24
|
$de-zoom-tlbr-margin-left-big: calc(100% - 435px) !default;
|
|
25
25
|
$e-de-statusbar-separator-color: #dadada;
|
|
26
|
+
$e-de-ctnr-break-listview-margin-right: 12px !default;
|
|
27
|
+
$e-de-ctnr-break-listview-margin-right-big: 16px !default;
|
|
28
|
+
$e-de-ctnr-break-listview-margin-left: 12px !default;
|
|
29
|
+
$e-de-ctnr-break-listview-margin-left-big: 16px !default;
|
|
30
|
+
$de-tlbr-btn-height: calc(100% - 10px) !default;
|
|
26
31
|
|
|
27
32
|
// Subtract toolbar & statusbar height
|
|
28
33
|
$de-tool-ctnr-editor-height: calc(100% - 118px) !default;
|
|
@@ -111,8 +116,8 @@ $de-prop-pane-margin: 14px;
|
|
|
111
116
|
$de-table-prop-border-margin: 14px;
|
|
112
117
|
$de-clr-pckr-width: 30.8px;
|
|
113
118
|
$de-toolbar-font-size: 12px;
|
|
114
|
-
$de-toolbar-padding-bottom:
|
|
115
|
-
$de-toolbar-padding-bottom-bg:
|
|
119
|
+
$de-toolbar-padding-bottom: 5px;
|
|
120
|
+
$de-toolbar-padding-bottom-bg: 5px;
|
|
116
121
|
$de-header-font-weight: normal;
|
|
117
122
|
$de-list-thmbnail-border-clr: #e4e4e4;
|
|
118
123
|
$de-prop-sub-label-mrgn-btm: 8px;
|
|
@@ -23,6 +23,11 @@ $de-spellcheck-tlbr-margin-left: 7.5px !default;
|
|
|
23
23
|
$de-zoom-tlbr-margin-left: calc(100% - 362px) !default;
|
|
24
24
|
$de-zoom-tlbr-margin-left-big: calc(100% - 395px) !default;
|
|
25
25
|
$e-de-statusbar-separator-color: #dadada;
|
|
26
|
+
$e-de-ctnr-break-listview-margin-right: 12px !default;
|
|
27
|
+
$e-de-ctnr-break-listview-margin-right-big: 16px !default;
|
|
28
|
+
$e-de-ctnr-break-listview-margin-left: 12px !default;
|
|
29
|
+
$e-de-ctnr-break-listview-margin-left-big: 16px !default;
|
|
30
|
+
$de-tlbr-btn-height: calc(100% - 10px) !default;
|
|
26
31
|
|
|
27
32
|
// Subtract toolbar & statusbar height
|
|
28
33
|
$de-tool-ctnr-editor-height: calc(100% - 113px) !default;
|
|
@@ -100,8 +105,8 @@ $de-prop-pane-margin: 14px;
|
|
|
100
105
|
$de-table-prop-border-margin: 14px;
|
|
101
106
|
$de-clr-pckr-width: 30.8px;
|
|
102
107
|
$de-toolbar-font-size: 12px;
|
|
103
|
-
$de-toolbar-padding-bottom:
|
|
104
|
-
$de-toolbar-padding-bottom-bg:
|
|
108
|
+
$de-toolbar-padding-bottom: 5px;
|
|
109
|
+
$de-toolbar-padding-bottom-bg: 5px;
|
|
105
110
|
$de-header-font-weight: normal;
|
|
106
111
|
$de-list-thmbnail-border-clr: #e4e4e4;
|
|
107
112
|
$de-prop-sub-label-mrgn-btm: 8px;
|
|
@@ -21,6 +21,11 @@ $de-spellcheck-tlbr-margin-left: 7.5px !default;
|
|
|
21
21
|
$de-zoom-tlbr-margin-left: calc(100% - 380px) !default;
|
|
22
22
|
$de-zoom-tlbr-margin-left-big: calc(100% - 410px) !default;
|
|
23
23
|
$e-de-statusbar-separator-color: #626161;
|
|
24
|
+
$e-de-ctnr-break-listview-margin-right: 12px !default;
|
|
25
|
+
$e-de-ctnr-break-listview-margin-right-big: $e-de-ctnr-break-listview-margin-right !default;
|
|
26
|
+
$e-de-ctnr-break-listview-margin-left: 12px !default;
|
|
27
|
+
$e-de-ctnr-break-listview-margin-left-big: $e-de-ctnr-break-listview-margin-left !default;
|
|
28
|
+
$de-tlbr-btn-height: calc(100% - 10px) !default;
|
|
24
29
|
|
|
25
30
|
// Subtract toolbar & statusbar height
|
|
26
31
|
$de-tool-ctnr-editor-height: calc(100% - 115px) !default;
|
|
@@ -100,8 +105,8 @@ $de-prop-div-padding-bottom: 11.5px;
|
|
|
100
105
|
$de-prop-pane-margin: 14px;
|
|
101
106
|
$de-table-prop-border-margin: 14px;
|
|
102
107
|
$de-clr-pckr-width: 30.8px;
|
|
103
|
-
$de-toolbar-padding-bottom:
|
|
104
|
-
$de-toolbar-padding-bottom-bg:
|
|
108
|
+
$de-toolbar-padding-bottom: 5px;
|
|
109
|
+
$de-toolbar-padding-bottom-bg: 5px;
|
|
105
110
|
$de-toolbar-font-size: 12px;
|
|
106
111
|
$de-header-font-weight: normal;
|
|
107
112
|
$de-list-thmbnail-border-clr: #e4e4e4;
|
|
@@ -21,6 +21,11 @@ $de-spellcheck-tlbr-margin-left: 7.5px !default;
|
|
|
21
21
|
$de-zoom-tlbr-margin-left: calc(100% - 380px) !default;
|
|
22
22
|
$de-zoom-tlbr-margin-left-big: calc(100% - 410px) !default;
|
|
23
23
|
$e-de-statusbar-separator-color: #ebebeb;
|
|
24
|
+
$e-de-ctnr-break-listview-margin-right: 12px !default;
|
|
25
|
+
$e-de-ctnr-break-listview-margin-right-big: $e-de-ctnr-break-listview-margin-right !default;
|
|
26
|
+
$e-de-ctnr-break-listview-margin-left: 12px !default;
|
|
27
|
+
$e-de-ctnr-break-listview-margin-left-big: $e-de-ctnr-break-listview-margin-left !default;
|
|
28
|
+
$de-tlbr-btn-height: calc(100% - 10px) !default;
|
|
24
29
|
|
|
25
30
|
// Subtract toolbar & statusbar height
|
|
26
31
|
$de-tool-ctnr-editor-height: calc(100% - 115px) !default;
|
|
@@ -101,8 +106,8 @@ $de-prop-pane-margin: 14px;
|
|
|
101
106
|
$de-table-prop-border-margin: 14px;
|
|
102
107
|
$de-clr-pckr-width: 30.8px;
|
|
103
108
|
$de-toolbar-font-size: 12px;
|
|
104
|
-
$de-toolbar-padding-bottom:
|
|
105
|
-
$de-toolbar-padding-bottom-bg:
|
|
109
|
+
$de-toolbar-padding-bottom: 5px;
|
|
110
|
+
$de-toolbar-padding-bottom-bg: 5px;
|
|
106
111
|
$de-header-font-weight: normal;
|
|
107
112
|
$de-list-thmbnail-border-clr: #e4e4e4;
|
|
108
113
|
$de-prop-sub-label-mrgn-btm: 8px;
|
|
@@ -18,6 +18,11 @@ $de-spellcheck-tlbr-height: 34px !default;
|
|
|
18
18
|
$de-spellcheck-tlbr-margin-left: 7.5px !default;
|
|
19
19
|
$de-zoom-tlbr-margin-left: calc(100% - 400px) !default;
|
|
20
20
|
$de-zoom-tlbr-margin-left-big: calc(100% - 460px) !default;
|
|
21
|
+
$e-de-ctnr-break-listview-margin-right: 10px !default;
|
|
22
|
+
$e-de-ctnr-break-listview-margin-right-big: 16px !default;
|
|
23
|
+
$e-de-ctnr-break-listview-margin-left: 10px !default;
|
|
24
|
+
$e-de-ctnr-break-listview-margin-left-big: 16px !default;
|
|
25
|
+
$de-tlbr-btn-height: calc(100% - 10px) !default;
|
|
21
26
|
|
|
22
27
|
// Subtract toolbar & statusbar height
|
|
23
28
|
$de-tool-ctnr-editor-height: calc(100% - 115px) !default;
|
|
@@ -58,7 +63,7 @@ $de-btn-icon-margin: -3px !default;
|
|
|
58
63
|
$de-left-btn-width: 38.75px;
|
|
59
64
|
$de-left-btn-width-big: 43px;
|
|
60
65
|
$de-right-btn-width-big: $de-left-btn-width-big;
|
|
61
|
-
$de-right-font-size-width-big:
|
|
66
|
+
$de-right-font-size-width-big: $text-8xl;
|
|
62
67
|
$de-right-btn-width: 75px * .5;
|
|
63
68
|
$de-border-btn-width-big: 42px;
|
|
64
69
|
$de-img-span-top-big: 14px;
|
|
@@ -84,15 +89,15 @@ $e-de-status-bar-padding-top: 0;
|
|
|
84
89
|
$e-de-status-bar-big-padding-top: 6px;
|
|
85
90
|
$e-de-review-pane-width: 440px;
|
|
86
91
|
$e-de-ctnr-linespacing-tick-icon: 8px;
|
|
87
|
-
$e-de-btn-font-size:
|
|
92
|
+
$e-de-btn-font-size: $text-sm;
|
|
88
93
|
$e-de-btn-font-icon-size: 16px;
|
|
89
|
-
$e-de-btn-font-size-big:
|
|
94
|
+
$e-de-btn-font-size-big: $text-base;
|
|
90
95
|
$e-de-btn-font-icon-size-big: 18px;
|
|
91
|
-
$e-de-bzr-btn-font-size:
|
|
92
|
-
$e-de-bzr-btn-font-size-big:
|
|
96
|
+
$e-de-bzr-btn-font-size: $text-lg;
|
|
97
|
+
$e-de-bzr-btn-font-size-big: $text-lg;
|
|
93
98
|
$de-toolbar-font-size: $text-sm;
|
|
94
|
-
$de-toolbar-padding-bottom:
|
|
95
|
-
$de-toolbar-padding-bottom-bg:
|
|
99
|
+
$de-toolbar-padding-bottom: 10px;
|
|
100
|
+
$de-toolbar-padding-bottom-bg: 10px;
|
|
96
101
|
$de-header-font-weight: $font-weight-medium;
|
|
97
102
|
$de-prop-sub-label-mrgn-btm: 4px;
|
|
98
103
|
$de-hdr-ftr-frst-div-mrgn-btm: 12px;
|