@syncfusion/ej2-vue-navigations 19.4.41 → 19.4.52
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 +36 -0
- package/README.md +1 -1
- package/dist/ej2-vue-navigations.umd.min.js +10 -1
- package/dist/global/ej2-vue-navigations.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +8 -4
- package/styles/bootstrap.css +8 -4
- package/styles/bootstrap4.css +8 -4
- package/styles/bootstrap5-dark.css +8 -4
- package/styles/bootstrap5.css +8 -4
- package/styles/breadcrumb/bootstrap-dark.css +1 -1
- package/styles/breadcrumb/bootstrap.css +1 -1
- package/styles/breadcrumb/bootstrap4.css +1 -1
- package/styles/breadcrumb/bootstrap5-dark.css +1 -1
- package/styles/breadcrumb/bootstrap5.css +1 -1
- package/styles/breadcrumb/fabric-dark.css +1 -1
- package/styles/breadcrumb/fabric.css +1 -1
- package/styles/breadcrumb/highcontrast-light.css +1 -1
- package/styles/breadcrumb/highcontrast.css +1 -1
- package/styles/breadcrumb/material-dark.css +1 -1
- package/styles/breadcrumb/material.css +1 -1
- package/styles/breadcrumb/tailwind-dark.css +1 -1
- package/styles/breadcrumb/tailwind.css +1 -1
- package/styles/fabric-dark.css +8 -4
- package/styles/fabric.css +8 -4
- package/styles/highcontrast-light.css +8 -4
- package/styles/highcontrast.css +8 -4
- package/styles/material-dark.css +8 -4
- package/styles/material.css +8 -4
- package/styles/menu/bootstrap-dark.css +2 -1
- package/styles/menu/bootstrap.css +2 -1
- package/styles/menu/bootstrap4.css +2 -1
- package/styles/menu/bootstrap5-dark.css +2 -1
- package/styles/menu/bootstrap5.css +2 -1
- package/styles/menu/fabric-dark.css +2 -1
- package/styles/menu/fabric.css +2 -1
- package/styles/menu/highcontrast-light.css +2 -1
- package/styles/menu/highcontrast.css +2 -1
- package/styles/menu/material-dark.css +2 -1
- package/styles/menu/material.css +2 -1
- package/styles/menu/tailwind-dark.css +2 -1
- package/styles/menu/tailwind.css +2 -1
- package/styles/tailwind-dark.css +8 -4
- package/styles/tailwind.css +8 -4
- package/styles/toolbar/bootstrap-dark.css +5 -2
- package/styles/toolbar/bootstrap.css +5 -2
- package/styles/toolbar/bootstrap4.css +5 -2
- package/styles/toolbar/bootstrap5-dark.css +5 -2
- package/styles/toolbar/bootstrap5.css +5 -2
- package/styles/toolbar/fabric-dark.css +5 -2
- package/styles/toolbar/fabric.css +5 -2
- package/styles/toolbar/highcontrast-light.css +5 -2
- package/styles/toolbar/highcontrast.css +5 -2
- package/styles/toolbar/material-dark.css +5 -2
- package/styles/toolbar/material.css +5 -2
- package/styles/toolbar/tailwind-dark.css +5 -2
- package/styles/toolbar/tailwind.css +5 -2
package/styles/material.css
CHANGED
|
@@ -796,7 +796,9 @@
|
|
|
796
796
|
}
|
|
797
797
|
|
|
798
798
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
799
|
-
.e-
|
|
799
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
800
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
801
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
800
802
|
display: none;
|
|
801
803
|
}
|
|
802
804
|
|
|
@@ -1497,7 +1499,8 @@
|
|
|
1497
1499
|
white-space: normal;
|
|
1498
1500
|
}
|
|
1499
1501
|
|
|
1500
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
1502
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1503
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1501
1504
|
display: none;
|
|
1502
1505
|
}
|
|
1503
1506
|
|
|
@@ -8188,7 +8191,7 @@ ejs-sidebar {
|
|
|
8188
8191
|
-webkit-user-select: none;
|
|
8189
8192
|
-ms-user-select: none;
|
|
8190
8193
|
user-select: none;
|
|
8191
|
-
font-size:
|
|
8194
|
+
font-size: 0;
|
|
8192
8195
|
padding: 0;
|
|
8193
8196
|
text-align: left;
|
|
8194
8197
|
white-space: nowrap;
|
|
@@ -8253,6 +8256,7 @@ ejs-sidebar {
|
|
|
8253
8256
|
position: relative;
|
|
8254
8257
|
display: -ms-inline-flexbox;
|
|
8255
8258
|
display: inline-flex;
|
|
8259
|
+
font-size: 13px;
|
|
8256
8260
|
height: 42px;
|
|
8257
8261
|
line-height: 42px;
|
|
8258
8262
|
padding: 0 12px;
|
|
@@ -9570,7 +9574,7 @@ ejs-sidebar {
|
|
|
9570
9574
|
-ms-flex-positive: 1;
|
|
9571
9575
|
flex-grow: 1;
|
|
9572
9576
|
-ms-flex-pack: end;
|
|
9573
|
-
justify-content: end;
|
|
9577
|
+
justify-content: flex-end;
|
|
9574
9578
|
}
|
|
9575
9579
|
|
|
9576
9580
|
.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
-webkit-user-select: none;
|
|
107
107
|
-ms-user-select: none;
|
|
108
108
|
user-select: none;
|
|
109
|
-
font-size:
|
|
109
|
+
font-size: 0;
|
|
110
110
|
padding: 0;
|
|
111
111
|
text-align: left;
|
|
112
112
|
white-space: nowrap;
|
|
@@ -171,6 +171,7 @@
|
|
|
171
171
|
position: relative;
|
|
172
172
|
display: -ms-inline-flexbox;
|
|
173
173
|
display: inline-flex;
|
|
174
|
+
font-size: 14px;
|
|
174
175
|
height: 42px;
|
|
175
176
|
line-height: 42px;
|
|
176
177
|
padding: 0 15px;
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
-webkit-user-select: none;
|
|
109
109
|
-ms-user-select: none;
|
|
110
110
|
user-select: none;
|
|
111
|
-
font-size:
|
|
111
|
+
font-size: 0;
|
|
112
112
|
padding: 0;
|
|
113
113
|
text-align: left;
|
|
114
114
|
white-space: nowrap;
|
|
@@ -173,6 +173,7 @@
|
|
|
173
173
|
position: relative;
|
|
174
174
|
display: -ms-inline-flexbox;
|
|
175
175
|
display: inline-flex;
|
|
176
|
+
font-size: 14px;
|
|
176
177
|
height: 40px;
|
|
177
178
|
line-height: 40px;
|
|
178
179
|
padding: 0 12px;
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
-webkit-user-select: none;
|
|
109
109
|
-ms-user-select: none;
|
|
110
110
|
user-select: none;
|
|
111
|
-
font-size:
|
|
111
|
+
font-size: 0;
|
|
112
112
|
padding: 0;
|
|
113
113
|
text-align: left;
|
|
114
114
|
white-space: nowrap;
|
|
@@ -173,6 +173,7 @@
|
|
|
173
173
|
position: relative;
|
|
174
174
|
display: -ms-inline-flexbox;
|
|
175
175
|
display: inline-flex;
|
|
176
|
+
font-size: 14px;
|
|
176
177
|
height: 30px;
|
|
177
178
|
line-height: 30px;
|
|
178
179
|
padding: 0 12px;
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
-webkit-user-select: none;
|
|
119
119
|
-ms-user-select: none;
|
|
120
120
|
user-select: none;
|
|
121
|
-
font-size:
|
|
121
|
+
font-size: 0;
|
|
122
122
|
padding: 0;
|
|
123
123
|
text-align: left;
|
|
124
124
|
white-space: nowrap;
|
|
@@ -183,6 +183,7 @@
|
|
|
183
183
|
position: relative;
|
|
184
184
|
display: -ms-inline-flexbox;
|
|
185
185
|
display: inline-flex;
|
|
186
|
+
font-size: 14px;
|
|
186
187
|
height: 50px;
|
|
187
188
|
line-height: 50px;
|
|
188
189
|
padding: 0 12px;
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
-webkit-user-select: none;
|
|
119
119
|
-ms-user-select: none;
|
|
120
120
|
user-select: none;
|
|
121
|
-
font-size:
|
|
121
|
+
font-size: 0;
|
|
122
122
|
padding: 0;
|
|
123
123
|
text-align: left;
|
|
124
124
|
white-space: nowrap;
|
|
@@ -183,6 +183,7 @@
|
|
|
183
183
|
position: relative;
|
|
184
184
|
display: -ms-inline-flexbox;
|
|
185
185
|
display: inline-flex;
|
|
186
|
+
font-size: 14px;
|
|
186
187
|
height: 50px;
|
|
187
188
|
line-height: 50px;
|
|
188
189
|
padding: 0 12px;
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
-webkit-user-select: none;
|
|
107
107
|
-ms-user-select: none;
|
|
108
108
|
user-select: none;
|
|
109
|
-
font-size:
|
|
109
|
+
font-size: 0;
|
|
110
110
|
padding: 0;
|
|
111
111
|
text-align: left;
|
|
112
112
|
white-space: nowrap;
|
|
@@ -171,6 +171,7 @@
|
|
|
171
171
|
position: relative;
|
|
172
172
|
display: -ms-inline-flexbox;
|
|
173
173
|
display: inline-flex;
|
|
174
|
+
font-size: 13px;
|
|
174
175
|
height: 42px;
|
|
175
176
|
line-height: 42px;
|
|
176
177
|
padding: 0 8px;
|
package/styles/menu/fabric.css
CHANGED
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
-webkit-user-select: none;
|
|
108
108
|
-ms-user-select: none;
|
|
109
109
|
user-select: none;
|
|
110
|
-
font-size:
|
|
110
|
+
font-size: 0;
|
|
111
111
|
padding: 0;
|
|
112
112
|
text-align: left;
|
|
113
113
|
white-space: nowrap;
|
|
@@ -172,6 +172,7 @@
|
|
|
172
172
|
position: relative;
|
|
173
173
|
display: -ms-inline-flexbox;
|
|
174
174
|
display: inline-flex;
|
|
175
|
+
font-size: 13px;
|
|
175
176
|
height: 42px;
|
|
176
177
|
line-height: 42px;
|
|
177
178
|
padding: 0 8px;
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
-webkit-user-select: none;
|
|
107
107
|
-ms-user-select: none;
|
|
108
108
|
user-select: none;
|
|
109
|
-
font-size:
|
|
109
|
+
font-size: 0;
|
|
110
110
|
padding: 0;
|
|
111
111
|
text-align: left;
|
|
112
112
|
white-space: nowrap;
|
|
@@ -171,6 +171,7 @@
|
|
|
171
171
|
position: relative;
|
|
172
172
|
display: -ms-inline-flexbox;
|
|
173
173
|
display: inline-flex;
|
|
174
|
+
font-size: 14px;
|
|
174
175
|
height: 36px;
|
|
175
176
|
line-height: 36px;
|
|
176
177
|
padding: 0 16px;
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
-webkit-user-select: none;
|
|
108
108
|
-ms-user-select: none;
|
|
109
109
|
user-select: none;
|
|
110
|
-
font-size:
|
|
110
|
+
font-size: 0;
|
|
111
111
|
padding: 0;
|
|
112
112
|
text-align: left;
|
|
113
113
|
white-space: nowrap;
|
|
@@ -172,6 +172,7 @@
|
|
|
172
172
|
position: relative;
|
|
173
173
|
display: -ms-inline-flexbox;
|
|
174
174
|
display: inline-flex;
|
|
175
|
+
font-size: 13px;
|
|
175
176
|
height: 40px;
|
|
176
177
|
line-height: 40px;
|
|
177
178
|
padding: 0 8px;
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
-webkit-user-select: none;
|
|
128
128
|
-ms-user-select: none;
|
|
129
129
|
user-select: none;
|
|
130
|
-
font-size:
|
|
130
|
+
font-size: 0;
|
|
131
131
|
padding: 0;
|
|
132
132
|
text-align: left;
|
|
133
133
|
white-space: nowrap;
|
|
@@ -192,6 +192,7 @@
|
|
|
192
192
|
position: relative;
|
|
193
193
|
display: -ms-inline-flexbox;
|
|
194
194
|
display: inline-flex;
|
|
195
|
+
font-size: 13px;
|
|
195
196
|
height: 42px;
|
|
196
197
|
line-height: 42px;
|
|
197
198
|
padding: 0 12px;
|
package/styles/menu/material.css
CHANGED
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
-webkit-user-select: none;
|
|
130
130
|
-ms-user-select: none;
|
|
131
131
|
user-select: none;
|
|
132
|
-
font-size:
|
|
132
|
+
font-size: 0;
|
|
133
133
|
padding: 0;
|
|
134
134
|
text-align: left;
|
|
135
135
|
white-space: nowrap;
|
|
@@ -194,6 +194,7 @@
|
|
|
194
194
|
position: relative;
|
|
195
195
|
display: -ms-inline-flexbox;
|
|
196
196
|
display: inline-flex;
|
|
197
|
+
font-size: 13px;
|
|
197
198
|
height: 42px;
|
|
198
199
|
line-height: 42px;
|
|
199
200
|
padding: 0 12px;
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
-webkit-user-select: none;
|
|
120
120
|
-ms-user-select: none;
|
|
121
121
|
user-select: none;
|
|
122
|
-
font-size:
|
|
122
|
+
font-size: 0;
|
|
123
123
|
padding: 0;
|
|
124
124
|
text-align: left;
|
|
125
125
|
white-space: nowrap;
|
|
@@ -184,6 +184,7 @@
|
|
|
184
184
|
position: relative;
|
|
185
185
|
display: -ms-inline-flexbox;
|
|
186
186
|
display: inline-flex;
|
|
187
|
+
font-size: 14px;
|
|
187
188
|
height: 38px;
|
|
188
189
|
line-height: 38px;
|
|
189
190
|
padding: 0 12px;
|
package/styles/menu/tailwind.css
CHANGED
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
-webkit-user-select: none;
|
|
120
120
|
-ms-user-select: none;
|
|
121
121
|
user-select: none;
|
|
122
|
-
font-size:
|
|
122
|
+
font-size: 0;
|
|
123
123
|
padding: 0;
|
|
124
124
|
text-align: left;
|
|
125
125
|
white-space: nowrap;
|
|
@@ -184,6 +184,7 @@
|
|
|
184
184
|
position: relative;
|
|
185
185
|
display: -ms-inline-flexbox;
|
|
186
186
|
display: inline-flex;
|
|
187
|
+
font-size: 14px;
|
|
187
188
|
height: 38px;
|
|
188
189
|
line-height: 38px;
|
|
189
190
|
padding: 0 12px;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -755,7 +755,9 @@
|
|
|
755
755
|
}
|
|
756
756
|
|
|
757
757
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
758
|
-
.e-
|
|
758
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
759
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
760
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
759
761
|
display: none;
|
|
760
762
|
}
|
|
761
763
|
|
|
@@ -1454,7 +1456,8 @@
|
|
|
1454
1456
|
white-space: normal;
|
|
1455
1457
|
}
|
|
1456
1458
|
|
|
1457
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
1459
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1460
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1458
1461
|
display: none;
|
|
1459
1462
|
}
|
|
1460
1463
|
|
|
@@ -8260,7 +8263,7 @@ ejs-sidebar {
|
|
|
8260
8263
|
-webkit-user-select: none;
|
|
8261
8264
|
-ms-user-select: none;
|
|
8262
8265
|
user-select: none;
|
|
8263
|
-
font-size:
|
|
8266
|
+
font-size: 0;
|
|
8264
8267
|
padding: 0;
|
|
8265
8268
|
text-align: left;
|
|
8266
8269
|
white-space: nowrap;
|
|
@@ -8325,6 +8328,7 @@ ejs-sidebar {
|
|
|
8325
8328
|
position: relative;
|
|
8326
8329
|
display: -ms-inline-flexbox;
|
|
8327
8330
|
display: inline-flex;
|
|
8331
|
+
font-size: 14px;
|
|
8328
8332
|
height: 38px;
|
|
8329
8333
|
line-height: 38px;
|
|
8330
8334
|
padding: 0 12px;
|
|
@@ -9650,7 +9654,7 @@ ejs-sidebar {
|
|
|
9650
9654
|
-ms-flex-positive: 1;
|
|
9651
9655
|
flex-grow: 1;
|
|
9652
9656
|
-ms-flex-pack: end;
|
|
9653
|
-
justify-content: end;
|
|
9657
|
+
justify-content: flex-end;
|
|
9654
9658
|
}
|
|
9655
9659
|
|
|
9656
9660
|
.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
|
package/styles/tailwind.css
CHANGED
|
@@ -755,7 +755,9 @@
|
|
|
755
755
|
}
|
|
756
756
|
|
|
757
757
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
758
|
-
.e-
|
|
758
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
759
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
760
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
759
761
|
display: none;
|
|
760
762
|
}
|
|
761
763
|
|
|
@@ -1454,7 +1456,8 @@
|
|
|
1454
1456
|
white-space: normal;
|
|
1455
1457
|
}
|
|
1456
1458
|
|
|
1457
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
1459
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1460
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1458
1461
|
display: none;
|
|
1459
1462
|
}
|
|
1460
1463
|
|
|
@@ -8260,7 +8263,7 @@ ejs-sidebar {
|
|
|
8260
8263
|
-webkit-user-select: none;
|
|
8261
8264
|
-ms-user-select: none;
|
|
8262
8265
|
user-select: none;
|
|
8263
|
-
font-size:
|
|
8266
|
+
font-size: 0;
|
|
8264
8267
|
padding: 0;
|
|
8265
8268
|
text-align: left;
|
|
8266
8269
|
white-space: nowrap;
|
|
@@ -8325,6 +8328,7 @@ ejs-sidebar {
|
|
|
8325
8328
|
position: relative;
|
|
8326
8329
|
display: -ms-inline-flexbox;
|
|
8327
8330
|
display: inline-flex;
|
|
8331
|
+
font-size: 14px;
|
|
8328
8332
|
height: 38px;
|
|
8329
8333
|
line-height: 38px;
|
|
8330
8334
|
padding: 0 12px;
|
|
@@ -9650,7 +9654,7 @@ ejs-sidebar {
|
|
|
9650
9654
|
-ms-flex-positive: 1;
|
|
9651
9655
|
flex-grow: 1;
|
|
9652
9656
|
-ms-flex-pack: end;
|
|
9653
|
-
justify-content: end;
|
|
9657
|
+
justify-content: flex-end;
|
|
9654
9658
|
}
|
|
9655
9659
|
|
|
9656
9660
|
.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
|
|
@@ -154,7 +154,9 @@
|
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
157
|
-
.e-
|
|
157
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
158
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
159
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
158
160
|
display: none;
|
|
159
161
|
}
|
|
160
162
|
|
|
@@ -884,7 +886,8 @@
|
|
|
884
886
|
white-space: normal;
|
|
885
887
|
}
|
|
886
888
|
|
|
887
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
889
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
890
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
888
891
|
display: none;
|
|
889
892
|
}
|
|
890
893
|
|
|
@@ -157,7 +157,9 @@
|
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
160
|
-
.e-
|
|
160
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
161
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
162
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
161
163
|
display: none;
|
|
162
164
|
}
|
|
163
165
|
|
|
@@ -887,7 +889,8 @@
|
|
|
887
889
|
white-space: normal;
|
|
888
890
|
}
|
|
889
891
|
|
|
890
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
892
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
893
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
891
894
|
display: none;
|
|
892
895
|
}
|
|
893
896
|
|
|
@@ -165,7 +165,9 @@
|
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
168
|
-
.e-
|
|
168
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
169
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
170
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
169
171
|
display: none;
|
|
170
172
|
}
|
|
171
173
|
|
|
@@ -895,7 +897,8 @@
|
|
|
895
897
|
white-space: normal;
|
|
896
898
|
}
|
|
897
899
|
|
|
898
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
900
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
901
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
899
902
|
display: none;
|
|
900
903
|
}
|
|
901
904
|
|
|
@@ -170,7 +170,9 @@
|
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
173
|
-
.e-
|
|
173
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
174
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
175
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
174
176
|
display: none;
|
|
175
177
|
}
|
|
176
178
|
|
|
@@ -869,7 +871,8 @@
|
|
|
869
871
|
white-space: normal;
|
|
870
872
|
}
|
|
871
873
|
|
|
872
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
874
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
875
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
873
876
|
display: none;
|
|
874
877
|
}
|
|
875
878
|
|
|
@@ -170,7 +170,9 @@
|
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
173
|
-
.e-
|
|
173
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
174
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
175
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
174
176
|
display: none;
|
|
175
177
|
}
|
|
176
178
|
|
|
@@ -869,7 +871,8 @@
|
|
|
869
871
|
white-space: normal;
|
|
870
872
|
}
|
|
871
873
|
|
|
872
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
874
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
875
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
873
876
|
display: none;
|
|
874
877
|
}
|
|
875
878
|
|
|
@@ -158,7 +158,9 @@
|
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
161
|
-
.e-
|
|
161
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
162
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
163
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
162
164
|
display: none;
|
|
163
165
|
}
|
|
164
166
|
|
|
@@ -860,7 +862,8 @@
|
|
|
860
862
|
margin: 1px 0;
|
|
861
863
|
}
|
|
862
864
|
|
|
863
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
865
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
866
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
864
867
|
display: none;
|
|
865
868
|
}
|
|
866
869
|
|
|
@@ -159,7 +159,9 @@
|
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
162
|
-
.e-
|
|
162
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
163
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
164
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
163
165
|
display: none;
|
|
164
166
|
}
|
|
165
167
|
|
|
@@ -861,7 +863,8 @@
|
|
|
861
863
|
margin: 1px 0;
|
|
862
864
|
}
|
|
863
865
|
|
|
864
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
866
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
867
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
865
868
|
display: none;
|
|
866
869
|
}
|
|
867
870
|
|
|
@@ -158,7 +158,9 @@
|
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
161
|
-
.e-
|
|
161
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
162
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
163
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
162
164
|
display: none;
|
|
163
165
|
}
|
|
164
166
|
|
|
@@ -860,7 +862,8 @@
|
|
|
860
862
|
margin: 1px 0;
|
|
861
863
|
}
|
|
862
864
|
|
|
863
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
865
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
866
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
864
867
|
display: none;
|
|
865
868
|
}
|
|
866
869
|
|
|
@@ -159,7 +159,9 @@
|
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
162
|
-
.e-
|
|
162
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
163
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
164
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
163
165
|
display: none;
|
|
164
166
|
}
|
|
165
167
|
|
|
@@ -861,7 +863,8 @@
|
|
|
861
863
|
margin: 1px 0;
|
|
862
864
|
}
|
|
863
865
|
|
|
864
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
866
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
867
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
865
868
|
display: none;
|
|
866
869
|
}
|
|
867
870
|
|
|
@@ -194,7 +194,9 @@
|
|
|
194
194
|
}
|
|
195
195
|
|
|
196
196
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
197
|
-
.e-
|
|
197
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
198
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
199
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
198
200
|
display: none;
|
|
199
201
|
}
|
|
200
202
|
|
|
@@ -895,7 +897,8 @@
|
|
|
895
897
|
white-space: normal;
|
|
896
898
|
}
|
|
897
899
|
|
|
898
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
900
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
901
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
899
902
|
display: none;
|
|
900
903
|
}
|
|
901
904
|
|
|
@@ -197,7 +197,9 @@
|
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
200
|
-
.e-
|
|
200
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
201
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
202
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
201
203
|
display: none;
|
|
202
204
|
}
|
|
203
205
|
|
|
@@ -898,7 +900,8 @@
|
|
|
898
900
|
white-space: normal;
|
|
899
901
|
}
|
|
900
902
|
|
|
901
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
903
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
904
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
902
905
|
display: none;
|
|
903
906
|
}
|
|
904
907
|
|
|
@@ -169,7 +169,9 @@
|
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
172
|
-
.e-
|
|
172
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
173
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
174
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
173
175
|
display: none;
|
|
174
176
|
}
|
|
175
177
|
|
|
@@ -868,7 +870,8 @@
|
|
|
868
870
|
white-space: normal;
|
|
869
871
|
}
|
|
870
872
|
|
|
871
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
873
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
874
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
872
875
|
display: none;
|
|
873
876
|
}
|
|
874
877
|
|
|
@@ -169,7 +169,9 @@
|
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
172
|
-
.e-
|
|
172
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
173
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
174
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
173
175
|
display: none;
|
|
174
176
|
}
|
|
175
177
|
|
|
@@ -868,7 +870,8 @@
|
|
|
868
870
|
white-space: normal;
|
|
869
871
|
}
|
|
870
872
|
|
|
871
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
873
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
874
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
872
875
|
display: none;
|
|
873
876
|
}
|
|
874
877
|
|