@syncfusion/ej2-angular-spreadsheet 23.1.40 → 23.1.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/esm2020/src/spreadsheet/rows.directive.mjs +1 -1
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -1
- package/package.json +7 -7
- 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/spreadsheet/rows.directive.d.ts +1 -1
- package/styles/ribbon/_all.scss +0 -2
- package/styles/ribbon/_bootstrap-dark-definition.scss +0 -15
- package/styles/ribbon/_bootstrap-definition.scss +0 -14
- package/styles/ribbon/_bootstrap4-definition.scss +0 -14
- package/styles/ribbon/_bootstrap5-dark-definition.scss +0 -1
- package/styles/ribbon/_bootstrap5-definition.scss +0 -16
- package/styles/ribbon/_fabric-dark-definition.scss +0 -18
- package/styles/ribbon/_fabric-definition.scss +0 -18
- package/styles/ribbon/_fluent-dark-definition.scss +0 -1
- package/styles/ribbon/_fluent-definition.scss +0 -16
- package/styles/ribbon/_fusionnew-definition.scss +0 -15
- package/styles/ribbon/_highcontrast-definition.scss +0 -16
- package/styles/ribbon/_highcontrast-light-definition.scss +0 -14
- package/styles/ribbon/_layout.scss +0 -236
- package/styles/ribbon/_material-dark-definition.scss +0 -17
- package/styles/ribbon/_material-definition.scss +0 -14
- package/styles/ribbon/_material3-dark-definition.scss +0 -1
- package/styles/ribbon/_material3-definition.scss +0 -18
- package/styles/ribbon/_mixin.scss +0 -89
- package/styles/ribbon/_tailwind-dark-definition.scss +0 -1
- package/styles/ribbon/_tailwind-definition.scss +0 -15
- package/styles/ribbon/_theme.scss +0 -154
- package/styles/ribbon/bootstrap-dark.css +0 -174
- package/styles/ribbon/bootstrap-dark.scss +0 -4
- package/styles/ribbon/bootstrap.css +0 -204
- package/styles/ribbon/bootstrap.scss +0 -4
- package/styles/ribbon/bootstrap4.css +0 -163
- package/styles/ribbon/bootstrap4.scss +0 -4
- package/styles/ribbon/bootstrap5-dark.css +0 -212
- package/styles/ribbon/bootstrap5-dark.scss +0 -4
- package/styles/ribbon/bootstrap5.css +0 -212
- package/styles/ribbon/bootstrap5.scss +0 -4
- package/styles/ribbon/fabric-dark.css +0 -172
- package/styles/ribbon/fabric-dark.scss +0 -4
- package/styles/ribbon/fabric.css +0 -183
- package/styles/ribbon/fabric.scss +0 -4
- package/styles/ribbon/fluent-dark.css +0 -184
- package/styles/ribbon/fluent-dark.scss +0 -4
- package/styles/ribbon/fluent.css +0 -184
- package/styles/ribbon/fluent.scss +0 -4
- package/styles/ribbon/highcontrast-light.css +0 -169
- package/styles/ribbon/highcontrast-light.scss +0 -3
- package/styles/ribbon/highcontrast.css +0 -187
- package/styles/ribbon/highcontrast.scss +0 -4
- package/styles/ribbon/icons/_bootstrap-dark.scss +0 -15
- package/styles/ribbon/icons/_bootstrap.scss +0 -15
- package/styles/ribbon/icons/_bootstrap4.scss +0 -9
- package/styles/ribbon/icons/_bootstrap5-dark.scss +0 -1
- package/styles/ribbon/icons/_bootstrap5.scss +0 -15
- package/styles/ribbon/icons/_fabric-dark.scss +0 -9
- package/styles/ribbon/icons/_fabric.scss +0 -9
- package/styles/ribbon/icons/_fluent-dark.scss +0 -1
- package/styles/ribbon/icons/_fluent.scss +0 -15
- package/styles/ribbon/icons/_fusionnew.scss +0 -15
- package/styles/ribbon/icons/_highcontrast.scss +0 -9
- package/styles/ribbon/icons/_material-dark.scss +0 -15
- package/styles/ribbon/icons/_material.scss +0 -15
- package/styles/ribbon/icons/_material3-dark.scss +0 -1
- package/styles/ribbon/icons/_material3.scss +0 -15
- package/styles/ribbon/icons/_tailwind-dark.scss +0 -15
- package/styles/ribbon/icons/_tailwind.scss +0 -15
- package/styles/ribbon/material-dark.css +0 -175
- package/styles/ribbon/material-dark.scss +0 -4
- package/styles/ribbon/material.css +0 -187
- package/styles/ribbon/material.scss +0 -4
- package/styles/ribbon/material3-dark.css +0 -178
- package/styles/ribbon/material3-dark.scss +0 -4
- package/styles/ribbon/material3.css +0 -178
- package/styles/ribbon/material3.scss +0 -4
- package/styles/ribbon/tailwind-dark.css +0 -188
- package/styles/ribbon/tailwind-dark.scss +0 -4
- package/styles/ribbon/tailwind.css +0 -188
- package/styles/ribbon/tailwind.scss +0 -4
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
$spreadsheet-ribbon-skin: 'highcontrast' !default;
|
|
2
|
-
$spreadsheet-ribbon-border-color: transparent !default;
|
|
3
|
-
$spreadsheet-ribbon-border: 1px solid $spreadsheet-ribbon-border-color !default;
|
|
4
|
-
$file-menu-wrap-padding: 0 !default;
|
|
5
|
-
$drop-icon-margin: 12.5px 4px !default;
|
|
6
|
-
$bigger-drop-icon-margin: 14.5px 5px !default;
|
|
7
|
-
$expand-icon-color: initial !default;
|
|
8
|
-
$spreadsheet-ribbon-comb-icon-color: $content-font !default;
|
|
9
|
-
$spreadsheet-ribbon-header-bg-color: transparent !default;
|
|
10
|
-
$spreadsheet-ribbon-focused-wrap-focus-border-color: $hover-border !default;
|
|
11
|
-
$spreadsheet-ribbon-focus-bg-color: initial !default;
|
|
12
|
-
$spreadsheet-ribbon-focus-text-color: $content-font !default;
|
|
13
|
-
$spreadsheet-ribbon-drop-icon-font-size: 10px !default;
|
|
14
|
-
$bigger-spreadsheet-ribbon-drop-icon-font-size: 12px !default;
|
|
@@ -1,236 +0,0 @@
|
|
|
1
|
-
@import 'mixin.scss';
|
|
2
|
-
@include export-module('spreadsheet-ribbon-layout') {
|
|
3
|
-
.e-spreadsheet .e-ribbon {
|
|
4
|
-
border: $spreadsheet-ribbon-border;
|
|
5
|
-
position: relative;
|
|
6
|
-
|
|
7
|
-
& .e-tab {
|
|
8
|
-
@if $skin-name == 'highcontrast' {
|
|
9
|
-
border-width: 0;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
& .e-content .e-toolbar {
|
|
13
|
-
@if $skin-name == 'material' {
|
|
14
|
-
border: 0;
|
|
15
|
-
}
|
|
16
|
-
@else {
|
|
17
|
-
border-left-width: 0;
|
|
18
|
-
border-right-width: 0;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
& .e-tab-header {
|
|
23
|
-
@if $skin-name != 'bootstrap4' {
|
|
24
|
-
@include tab-header-layout;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
& .e-hscroll {
|
|
28
|
-
display: inline-block !important; /* stylelint-disable-line declaration-no-important */
|
|
29
|
-
width: calc(100% - 28px);
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
& .e-toolbar-items .e-toolbar-item:nth-child(2) {
|
|
33
|
-
@if $skin-name == 'bootstrap' {
|
|
34
|
-
border-width: 0;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
@if $skin-name == 'fabric' {
|
|
38
|
-
margin-right: 0;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
& .e-tab-wrap {
|
|
42
|
-
padding: $file-menu-wrap-padding;
|
|
43
|
-
|
|
44
|
-
@if $skin-name == 'bootstrap4' {
|
|
45
|
-
border-width: 0;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
& .e-text-wrap {
|
|
50
|
-
vertical-align: top;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
& .e-indicator {
|
|
55
|
-
z-index: 1;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
@if $skin-name == 'material' {
|
|
59
|
-
& .e-toolbar-item .e-tab-wrap {
|
|
60
|
-
padding: 0 12px;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
& .e-toolbar-items .e-toolbar-item.e-hide {
|
|
65
|
-
display: none;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
@if $skin-name == 'bootstrap5' {
|
|
70
|
-
& .e-content .e-toolbar .e-toolbar-items {
|
|
71
|
-
height: 38px;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
@if $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' {
|
|
76
|
-
& .e-tab-header {
|
|
77
|
-
margin-top: 10px;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
& .e-content .e-toolbar {
|
|
81
|
-
border-radius: 0;
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
|
|
86
|
-
& .e-content .e-item {
|
|
87
|
-
padding: 0;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
@include default-props;
|
|
93
|
-
|
|
94
|
-
& .e-drop-icon {
|
|
95
|
-
cursor: pointer;
|
|
96
|
-
font-family: 'e-icons';
|
|
97
|
-
margin: $drop-icon-margin;
|
|
98
|
-
position: absolute;
|
|
99
|
-
right: 0;
|
|
100
|
-
text-align: center;
|
|
101
|
-
top: 0;
|
|
102
|
-
transform: rotate(180deg);
|
|
103
|
-
transition: transform 300ms ease;
|
|
104
|
-
width: 18px;
|
|
105
|
-
|
|
106
|
-
@if $skin-name != 'bootstrap4' {
|
|
107
|
-
font-size: $spreadsheet-ribbon-drop-icon-font-size;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
&.e-disabled {
|
|
111
|
-
cursor: default;
|
|
112
|
-
pointer-events: none;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
&.e-collapsed {
|
|
117
|
-
& .e-content,
|
|
118
|
-
& .e-indicator,
|
|
119
|
-
& .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before {
|
|
120
|
-
display: none;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
@if $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' {
|
|
124
|
-
& .e-tab .e-tab-header:not(.e-vertical) {
|
|
125
|
-
&::before {
|
|
126
|
-
border-width: 0;
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
& .e-drop-icon {
|
|
132
|
-
transform: rotate(0deg);
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
@if $skin-name == 'fabric' {
|
|
137
|
-
& .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
138
|
-
min-height: 24px;
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
@if $skin-name == 'fabric' or $skin-name == 'highcontrast' {
|
|
143
|
-
.e-tab-header .e-menu-wrapper.e-file-menu ul.e-menu {
|
|
144
|
-
font-size: $tab-file-menu-font-size;
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
& .e-content .e-toolbar {
|
|
149
|
-
@if $skin-name == 'highcontrast' {
|
|
150
|
-
border-color: transparent;
|
|
151
|
-
|
|
152
|
-
& .e-toolbar-items .e-toolbar-item.e-overlay {
|
|
153
|
-
opacity: .5;
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
&.e-overlay .e-toolbar-items .e-toolbar-item.e-overlay {
|
|
158
|
-
opacity: 1;
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
& .e-menu-wrapper {
|
|
163
|
-
border-width: 0;
|
|
164
|
-
|
|
165
|
-
& ul {
|
|
166
|
-
&.e-menu {
|
|
167
|
-
padding: 0;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
@if $skin-name != 'bootstrap4' {
|
|
171
|
-
& .e-menu-item.e-menu-caret-icon {
|
|
172
|
-
height: 35px;
|
|
173
|
-
line-height: 35px;
|
|
174
|
-
|
|
175
|
-
& .e-caret {
|
|
176
|
-
@if $skin-name == 'FluentUI' {
|
|
177
|
-
line-height: 38px;
|
|
178
|
-
}
|
|
179
|
-
@else {
|
|
180
|
-
line-height: 35px;
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
.e-bigger .e-spreadsheet .e-ribbon,
|
|
190
|
-
.e-bigger.e-spreadsheet .e-ribbon {
|
|
191
|
-
& .e-menu-wrapper.e-file-menu ul.e-menu {
|
|
192
|
-
padding: 0;
|
|
193
|
-
|
|
194
|
-
& .e-menu-item.e-menu-caret-icon {
|
|
195
|
-
height: 41px;
|
|
196
|
-
line-height: 41px;
|
|
197
|
-
|
|
198
|
-
& .e-caret {
|
|
199
|
-
@if $skin-name == 'FluentUI' {
|
|
200
|
-
line-height: 44px;
|
|
201
|
-
}
|
|
202
|
-
@else {
|
|
203
|
-
line-height: 41px;
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
@if $skin-name == 'fabric' or $skin-name == 'highcontrast' {
|
|
209
|
-
font-size: $bigger-tab-file-menu-font-size;
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
@if $skin-name == 'bootstrap5' {
|
|
214
|
-
& .e-tab .e-content .e-toolbar .e-toolbar-items {
|
|
215
|
-
height: 46px;
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
& .e-drop-icon {
|
|
220
|
-
font-size: $bigger-spreadsheet-ribbon-drop-icon-font-size;
|
|
221
|
-
margin: $bigger-drop-icon-margin;
|
|
222
|
-
|
|
223
|
-
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
|
|
224
|
-
line-height: 8px;
|
|
225
|
-
}
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
@if $skin-name == 'material' {
|
|
229
|
-
& .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
230
|
-
padding: 0 16px;
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
@include bigger-tab-header-layout;
|
|
235
|
-
}
|
|
236
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
$spreadsheet-ribbon-skin: 'material' !default;
|
|
2
|
-
$spreadsheet-ribbon-border-color: $grey-700 !default;
|
|
3
|
-
$spreadsheet-ribbon-border: 1px solid $spreadsheet-ribbon-border-color !default;
|
|
4
|
-
$tab-header-height: 36px !default;
|
|
5
|
-
$bigger-tab-header-height: 48px !default;
|
|
6
|
-
$spreadsheet-ribbon-header-bg-color: $grey-900 !default;
|
|
7
|
-
$file-menu-wrap-padding: 0 !default;
|
|
8
|
-
$spreadsheet-ribbon-hover-text-color: $grey-dark-font !default;
|
|
9
|
-
$drop-icon-margin: 12.5px 4px !default;
|
|
10
|
-
$bigger-drop-icon-margin: 14.5px 5px !default;
|
|
11
|
-
$spreadsheet-ribbon-comb-icon-color: rgba($accent, 1) !default;
|
|
12
|
-
$separator-border-color: rgba($grey-white, .24) !default;
|
|
13
|
-
$expand-icon-color: $grey-dark-font !default;
|
|
14
|
-
$spreadsheet-ribbon-focus-bg-color: rgba($accent, .12) !default;
|
|
15
|
-
$spreadsheet-ribbon-focus-text-color: rgba($accent, 1) !default;
|
|
16
|
-
$spreadsheet-ribbon-drop-icon-font-size: 10px !default;
|
|
17
|
-
$bigger-spreadsheet-ribbon-drop-icon-font-size: 12px !default;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
$spreadsheet-ribbon-skin: 'material' !default;
|
|
2
|
-
$spreadsheet-ribbon-border-color: $grey-300 !default;
|
|
3
|
-
$spreadsheet-ribbon-border: 1px solid $spreadsheet-ribbon-border-color !default;
|
|
4
|
-
$spreadsheet-ribbon-header-bg-color: $grey-50 !default;
|
|
5
|
-
$spreadsheet-ribbon-focus-bg-color: rgba($accent, .12) !default;
|
|
6
|
-
$file-menu-wrap-padding: 0 !default;
|
|
7
|
-
$drop-icon-margin: 12.5px 4px !default;
|
|
8
|
-
$spreadsheet-ribbon-focus-text-color: rgba($accent, 1) !default;
|
|
9
|
-
$bigger-drop-icon-margin: 14.5px 5px !default;
|
|
10
|
-
$separator-border-color: #dcdcdc !default;
|
|
11
|
-
$expand-icon-color: #5f6368 !default;
|
|
12
|
-
$spreadsheet-ribbon-comb-icon-color: rgba($accent, 1) !default;
|
|
13
|
-
$spreadsheet-ribbon-drop-icon-font-size: 10px !default;
|
|
14
|
-
$bigger-spreadsheet-ribbon-drop-icon-font-size: 12px !default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import './material3-definition.scss';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
$spreadsheet-ribbon-skin: 'bootstrap5' !default;
|
|
2
|
-
$file-menu-wrap-padding: 0 !default;
|
|
3
|
-
$drop-icon-margin: 8px 4px !default;
|
|
4
|
-
$bigger-drop-icon-margin: 16px 5px !default;
|
|
5
|
-
$spreadsheet-ribbon-border-color: $border-light !default;
|
|
6
|
-
$spreadsheet-ribbon-border: 1px solid $spreadsheet-ribbon-border-color !default;
|
|
7
|
-
$spreadsheet-ribbon-hover-text-color: $primary-bg-color-pressed !default;
|
|
8
|
-
$spreadsheet-ribbon-comb-icon-color: $icon-color !default;
|
|
9
|
-
$spreadsheet-ribbon-content-bg-color: $content-bg-color !default;
|
|
10
|
-
$spreadsheet-ribbon-header-bg-color: $content-bg-color-alt1 !default;
|
|
11
|
-
$spreadsheet-ribbon-focused-wrap-focus-border-color: $icon-color !default;
|
|
12
|
-
$separator-border-color: $border-light !default;
|
|
13
|
-
$expand-icon-color: $icon-color !default;
|
|
14
|
-
$spreadsheet-ribbon-focus-bg-color: $content-bg-color-alt2 !default;
|
|
15
|
-
$spreadsheet-ribbon-focus-text-color: $primary-bg-color-pressed !default;
|
|
16
|
-
$spreadsheet-ribbon-drop-icon-font-size: $text-xxs !default;
|
|
17
|
-
$spreadsheet-ribbon-drop-icon-font-size: 10px !default;
|
|
18
|
-
$bigger-spreadsheet-ribbon-drop-icon-font-size: $font-icon-12 !default;
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
@mixin tab-header-layout {
|
|
2
|
-
height: 35px;
|
|
3
|
-
min-height: 35px;
|
|
4
|
-
|
|
5
|
-
& .e-toolbar-item:not(.e-separator) {
|
|
6
|
-
height: 35px;
|
|
7
|
-
min-height: 35px;
|
|
8
|
-
|
|
9
|
-
& .e-tab-wrap {
|
|
10
|
-
height: 35px;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
@if $skin-name == 'fabric' or $skin-name == 'highcontrast' {
|
|
14
|
-
&.e-active .e-text-wrap,
|
|
15
|
-
& .e-text-wrap {
|
|
16
|
-
height: 33px;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
@else {
|
|
20
|
-
& .e-text-wrap {
|
|
21
|
-
height: 35px;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
& .e-toolbar-items {
|
|
27
|
-
height: 35px;
|
|
28
|
-
min-height: 35px;
|
|
29
|
-
|
|
30
|
-
& .e-scroll-nav {
|
|
31
|
-
height: 35px;
|
|
32
|
-
min-height: 35px;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
@mixin bigger-tab-header-layout {
|
|
38
|
-
& .e-tab .e-tab-header {
|
|
39
|
-
height: 41px;
|
|
40
|
-
min-height: 41px;
|
|
41
|
-
|
|
42
|
-
& .e-toolbar-item:not(.e-separator) {
|
|
43
|
-
height: 41px;
|
|
44
|
-
min-height: 41px;
|
|
45
|
-
|
|
46
|
-
& .e-tab-wrap {
|
|
47
|
-
height: 41px;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
@if $skin-name == 'fabric' or $skin-name == 'highcontrast' {
|
|
51
|
-
&.e-active .e-text-wrap,
|
|
52
|
-
& .e-text-wrap {
|
|
53
|
-
height: 39px;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
@else {
|
|
57
|
-
& .e-text-wrap {
|
|
58
|
-
height: 41px;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
& .e-toolbar-items {
|
|
64
|
-
height: 41px;
|
|
65
|
-
min-height: 41px;
|
|
66
|
-
|
|
67
|
-
& .e-scroll-nav {
|
|
68
|
-
height: 41px;
|
|
69
|
-
min-height: 41px;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
@mixin default-props {
|
|
76
|
-
& .e-tab {
|
|
77
|
-
& .e-tab-header .e-toolbar-item {
|
|
78
|
-
user-select: none;
|
|
79
|
-
|
|
80
|
-
& .e-tab-text {
|
|
81
|
-
text-transform: none;
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
&.e-sheet-tab .e-tab-header .e-tab-text {
|
|
86
|
-
white-space: pre;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import './tailwind-definition.scss';
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
$spreadsheet-ribbon-skin: 'tailwind' !default;
|
|
2
|
-
$file-menu-wrap-padding: 0 !default;
|
|
3
|
-
$drop-icon-margin: 8px 4px !default;
|
|
4
|
-
$bigger-drop-icon-margin: 16px 5px !default;
|
|
5
|
-
$spreadsheet-ribbon-border-color: $border-light !default;
|
|
6
|
-
$spreadsheet-ribbon-border: 1px solid $spreadsheet-ribbon-border-color !default;
|
|
7
|
-
$spreadsheet-ribbon-content-bg-color: $content-bg-color-alt2 !default;
|
|
8
|
-
$spreadsheet-ribbon-header-bg-color: $content-bg-color-alt2 !default;
|
|
9
|
-
$separator-border-color: $border-light !default;
|
|
10
|
-
$expand-icon-color: $icon-color !default;
|
|
11
|
-
$spreadsheet-ribbon-comb-icon-color: $primary !default;
|
|
12
|
-
$spreadsheet-ribbon-focus-bg-color: rgba($content-bg-color-alt2, .12) !default;
|
|
13
|
-
$spreadsheet-ribbon-focus-text-color: $primary !default;
|
|
14
|
-
$spreadsheet-ribbon-drop-icon-font-size: $text-lg !default;
|
|
15
|
-
$bigger-spreadsheet-ribbon-drop-icon-font-size: $font-icon-18 !default;
|
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
@include export-module('spreadsheet-ribbon-theme') {
|
|
2
|
-
.e-spreadsheet .e-ribbon {
|
|
3
|
-
background-color: $spreadsheet-ribbon-header-bg-color;
|
|
4
|
-
|
|
5
|
-
& .e-tab {
|
|
6
|
-
& .e-tab-header {
|
|
7
|
-
background-color: inherit;
|
|
8
|
-
|
|
9
|
-
@if $skin-name == 'bootstrap' {
|
|
10
|
-
&::before {
|
|
11
|
-
border-bottom-color: $spreadsheet-ribbon-border-color;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
& .e-toolbar-item.e-active {
|
|
15
|
-
border-bottom-color: $spreadsheet-ribbon-content-bg-color;
|
|
16
|
-
border-left-color: $spreadsheet-ribbon-border-color;
|
|
17
|
-
border-right-color: $spreadsheet-ribbon-border-color;
|
|
18
|
-
border-top-color: $spreadsheet-ribbon-border-color;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.e-tab-wrap:focus {
|
|
23
|
-
background: $spreadsheet-ribbon-focus-bg-color;
|
|
24
|
-
|
|
25
|
-
@if $spreadsheet-ribbon-skin == 'fabric' or $spreadsheet-ribbon-skin == 'highcontrast' {
|
|
26
|
-
border-color: $spreadsheet-ribbon-focused-wrap-focus-border-color;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
@if $spreadsheet-ribbon-skin == 'bootstrap5' {
|
|
30
|
-
border: 1px solid $spreadsheet-ribbon-focused-wrap-focus-border-color;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
@if $spreadsheet-ribbon-skin == 'highcontrast' {
|
|
34
|
-
border-style: solid;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
@if $spreadsheet-ribbon-skin == 'bootstrap5' or $spreadsheet-ribbon-skin == 'FluentUI' {
|
|
38
|
-
.e-tab-icon {
|
|
39
|
-
color: $spreadsheet-ribbon-comb-icon-color;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.e-tab-wrap:focus .e-tab-icon,
|
|
45
|
-
.e-tab-wrap:focus .e-tab-text {
|
|
46
|
-
color: $spreadsheet-ribbon-focus-text-color;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
@if $skin-name == 'material' {
|
|
51
|
-
& .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
52
|
-
border-color: $separator-border-color;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
& .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
|
|
56
|
-
border: 0;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
@if $skin-name == 'FluentUI' {
|
|
61
|
-
& .e-toolbar,
|
|
62
|
-
& .e-toolbar-items {
|
|
63
|
-
background-color: $spreadsheet-ribbon-header-bg-color;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
& .e-hscroll .e-scroll-nav.e-scroll-left-nav,
|
|
67
|
-
& .e-hscroll .e-scroll-nav.e-scroll-right-nav {
|
|
68
|
-
background-color: $spreadsheet-ribbon-header-bg-color;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
& .e-drop-icon {
|
|
74
|
-
color: $expand-icon-color;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
& .e-tab .e-content .e-toolbar {
|
|
78
|
-
border-bottom-color: transparent;
|
|
79
|
-
border-top-color: transparent;
|
|
80
|
-
@if $skin-name == 'FluentUI' {
|
|
81
|
-
box-shadow: none;
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
@if $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'bootstrap5' {
|
|
86
|
-
& .e-tab {
|
|
87
|
-
& .e-tab-header .e-toolbar-item {
|
|
88
|
-
&.e-active {
|
|
89
|
-
background: $spreadsheet-ribbon-content-bg-color;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
& .e-content .e-toolbar {
|
|
94
|
-
background: $spreadsheet-ribbon-content-bg-color;
|
|
95
|
-
|
|
96
|
-
& .e-toolbar-items,
|
|
97
|
-
& .e-toolbar-item .e-btn.e-tbar-btn:not(:hover):not(:focus),
|
|
98
|
-
& .e-toolbar-item.e-overlay {
|
|
99
|
-
background: transparent;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
& .e-menu-wrapper {
|
|
106
|
-
background-color: transparent;
|
|
107
|
-
|
|
108
|
-
@if $skin-name == 'bootstrap4' {
|
|
109
|
-
& ul {
|
|
110
|
-
background-color: transparent;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' {
|
|
116
|
-
& .e-tab,
|
|
117
|
-
& .e-tab.e-focused {
|
|
118
|
-
|
|
119
|
-
& .e-tab-header .e-toolbar-item {
|
|
120
|
-
|
|
121
|
-
& .e-tab-wrap:focus {
|
|
122
|
-
border: 1px solid transparent;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
& .e-tab-wrap:focus-visible {
|
|
126
|
-
border: 1px solid $spreadsheet-ribbon-focused-wrap-focus-border-color;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
& .e-tab-wrap:focus-visible:hover {
|
|
130
|
-
border: 1px solid $spreadsheet-ribbon-focused-wrap-focus-border-color;
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
& .e-tab .e-tab-header {
|
|
136
|
-
|
|
137
|
-
& .e-toolbar-item.e-active .e-tab-wrap {
|
|
138
|
-
border: 1px solid transparent;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
& .e-toolbar-item.e-active .e-tab-wrap:hover {
|
|
142
|
-
border: 1px solid transparent;
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
& .e-tab:not(.e-focused),
|
|
147
|
-
& .e-tab:not(.e-focused)> {
|
|
148
|
-
& .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
149
|
-
border: 1px solid transparent;
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
}
|