@syncfusion/ej2-navigations 29.2.5 → 29.2.8
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/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +17 -3
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +18 -3
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +12 -64
- package/src/common/menu-base.js +12 -2
- package/src/tab/tab.js +6 -1
- package/styles/bds-lite.css +15 -0
- package/styles/bds.css +15 -0
- package/styles/bootstrap-dark-lite.css +15 -0
- package/styles/bootstrap-dark.css +15 -0
- package/styles/bootstrap-lite.css +15 -0
- package/styles/bootstrap.css +17 -2
- package/styles/bootstrap4-lite.css +15 -0
- package/styles/bootstrap4.css +15 -0
- package/styles/bootstrap5-dark-lite.css +15 -0
- package/styles/bootstrap5-dark.css +15 -0
- package/styles/bootstrap5-lite.css +15 -0
- package/styles/bootstrap5.3-lite.css +15 -0
- package/styles/bootstrap5.3.css +15 -0
- package/styles/bootstrap5.css +15 -0
- package/styles/fabric-dark-lite.css +15 -0
- package/styles/fabric-dark.css +15 -0
- package/styles/fabric-lite.css +15 -0
- package/styles/fabric.css +15 -0
- package/styles/fluent-dark-lite.css +15 -0
- package/styles/fluent-dark.css +15 -0
- package/styles/fluent-lite.css +15 -0
- package/styles/fluent.css +15 -0
- package/styles/fluent2-lite.css +15 -0
- package/styles/fluent2.css +15 -0
- package/styles/highcontrast-light-lite.css +15 -0
- package/styles/highcontrast-light.css +15 -0
- package/styles/highcontrast-lite.css +17 -2
- package/styles/highcontrast.css +17 -2
- package/styles/material-dark-lite.css +15 -0
- package/styles/material-dark.css +15 -0
- package/styles/material-lite.css +17 -2
- package/styles/material.css +17 -2
- package/styles/material3-dark-lite.css +15 -0
- package/styles/material3-dark.css +15 -0
- package/styles/material3-lite.css +15 -0
- package/styles/material3.css +15 -0
- package/styles/tailwind-dark-lite.css +15 -0
- package/styles/tailwind-dark.css +15 -0
- package/styles/tailwind-lite.css +15 -0
- package/styles/tailwind.css +15 -0
- package/styles/tailwind3-lite.css +15 -0
- package/styles/tailwind3.css +15 -0
- package/styles/toolbar/_bootstrap-definition.scss +1 -1
- package/styles/toolbar/_highcontrast-definition.scss +1 -1
- package/styles/toolbar/_layout.scss +21 -0
- package/styles/toolbar/_material-definition.scss +2 -2
- package/styles/toolbar/bds.css +15 -0
- package/styles/toolbar/bootstrap-dark.css +15 -0
- package/styles/toolbar/bootstrap.css +17 -2
- package/styles/toolbar/bootstrap4.css +15 -0
- package/styles/toolbar/bootstrap5-dark.css +15 -0
- package/styles/toolbar/bootstrap5.3.css +15 -0
- package/styles/toolbar/bootstrap5.css +15 -0
- package/styles/toolbar/fabric-dark.css +15 -0
- package/styles/toolbar/fabric.css +15 -0
- package/styles/toolbar/fluent-dark.css +15 -0
- package/styles/toolbar/fluent.css +15 -0
- package/styles/toolbar/fluent2.css +15 -0
- package/styles/toolbar/highcontrast-light.css +15 -0
- package/styles/toolbar/highcontrast.css +17 -2
- package/styles/toolbar/material-dark.css +15 -0
- package/styles/toolbar/material.css +17 -2
- package/styles/toolbar/material3-dark.css +15 -0
- package/styles/toolbar/material3.css +15 -0
- package/styles/toolbar/tailwind-dark.css +15 -0
- package/styles/toolbar/tailwind.css +15 -0
- package/styles/toolbar/tailwind3.css +15 -0
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 29.2.
|
|
3
|
+
* version : 29.2.8
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. 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,69 +1,21 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-navigations@*",
|
|
12
|
-
"name": "@syncfusion/ej2-navigations",
|
|
13
|
-
"escapedName": "@syncfusion%2fej2-navigations",
|
|
14
|
-
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "*",
|
|
16
|
-
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "*"
|
|
18
|
-
},
|
|
19
|
-
"_requiredBy": [
|
|
20
|
-
"/",
|
|
21
|
-
"/@syncfusion/ej2",
|
|
22
|
-
"/@syncfusion/ej2-angular-navigations",
|
|
23
|
-
"/@syncfusion/ej2-charts",
|
|
24
|
-
"/@syncfusion/ej2-diagrams",
|
|
25
|
-
"/@syncfusion/ej2-documenteditor",
|
|
26
|
-
"/@syncfusion/ej2-dropdowns",
|
|
27
|
-
"/@syncfusion/ej2-filemanager",
|
|
28
|
-
"/@syncfusion/ej2-gantt",
|
|
29
|
-
"/@syncfusion/ej2-grids",
|
|
30
|
-
"/@syncfusion/ej2-image-editor",
|
|
31
|
-
"/@syncfusion/ej2-inplace-editor",
|
|
32
|
-
"/@syncfusion/ej2-interactive-chat",
|
|
33
|
-
"/@syncfusion/ej2-kanban",
|
|
34
|
-
"/@syncfusion/ej2-pdfviewer",
|
|
35
|
-
"/@syncfusion/ej2-pivotview",
|
|
36
|
-
"/@syncfusion/ej2-react-navigations",
|
|
37
|
-
"/@syncfusion/ej2-ribbon",
|
|
38
|
-
"/@syncfusion/ej2-richtexteditor",
|
|
39
|
-
"/@syncfusion/ej2-schedule",
|
|
40
|
-
"/@syncfusion/ej2-spreadsheet",
|
|
41
|
-
"/@syncfusion/ej2-vue-navigations"
|
|
42
|
-
],
|
|
43
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-29.2.4.tgz",
|
|
44
|
-
"_shasum": "637997deedf0d6e1670061ec8612e26648b589d1",
|
|
45
|
-
"_spec": "@syncfusion/ej2-navigations@*",
|
|
46
|
-
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
|
|
47
|
-
"author": {
|
|
48
|
-
"name": "Syncfusion Inc."
|
|
49
|
-
},
|
|
50
|
-
"bugs": {
|
|
51
|
-
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/issues"
|
|
52
|
-
},
|
|
53
|
-
"bundleDependencies": false,
|
|
2
|
+
"name": "@syncfusion/ej2-navigations",
|
|
3
|
+
"version": "29.2.8",
|
|
4
|
+
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another",
|
|
5
|
+
"author": "Syncfusion Inc.",
|
|
6
|
+
"license": "SEE LICENSE IN license",
|
|
7
|
+
"main": "./dist/ej2-navigations.umd.min.js",
|
|
8
|
+
"module": "./index.js",
|
|
9
|
+
"es2015": "./dist/es6/ej2-navigations.es5.js",
|
|
54
10
|
"dependencies": {
|
|
55
11
|
"@syncfusion/ej2-base": "~29.2.4",
|
|
56
12
|
"@syncfusion/ej2-buttons": "~29.2.5",
|
|
57
13
|
"@syncfusion/ej2-data": "~29.2.4",
|
|
58
14
|
"@syncfusion/ej2-inputs": "~29.2.5",
|
|
59
15
|
"@syncfusion/ej2-lists": "~29.2.4",
|
|
60
|
-
"@syncfusion/ej2-popups": "~29.2.
|
|
16
|
+
"@syncfusion/ej2-popups": "~29.2.8"
|
|
61
17
|
},
|
|
62
|
-
"deprecated": false,
|
|
63
|
-
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another",
|
|
64
18
|
"devDependencies": {},
|
|
65
|
-
"es2015": "./dist/es6/ej2-navigations.es5.js",
|
|
66
|
-
"homepage": "https://www.syncfusion.com/javascript-ui-controls",
|
|
67
19
|
"keywords": [
|
|
68
20
|
"ej2",
|
|
69
21
|
"syncfusion",
|
|
@@ -153,15 +105,11 @@
|
|
|
153
105
|
"trace page location",
|
|
154
106
|
"list of breadcrumb links"
|
|
155
107
|
],
|
|
156
|
-
"license": "SEE LICENSE IN license",
|
|
157
|
-
"main": "./dist/ej2-navigations.umd.min.js",
|
|
158
|
-
"module": "./index.js",
|
|
159
|
-
"name": "@syncfusion/ej2-navigations",
|
|
160
108
|
"repository": {
|
|
161
109
|
"type": "git",
|
|
162
|
-
"url": "
|
|
110
|
+
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
163
111
|
},
|
|
164
112
|
"typings": "index.d.ts",
|
|
165
|
-
"
|
|
166
|
-
"
|
|
113
|
+
"sideEffects": false,
|
|
114
|
+
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
|
|
167
115
|
}
|
package/src/common/menu-base.js
CHANGED
|
@@ -1234,7 +1234,8 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
1234
1234
|
}
|
|
1235
1235
|
}
|
|
1236
1236
|
};
|
|
1237
|
-
MenuBase.prototype.setPosition = function (li, ul, top, left) {
|
|
1237
|
+
MenuBase.prototype.setPosition = function (li, ul, top, left, isOpen) {
|
|
1238
|
+
if (isOpen === void 0) { isOpen = false; }
|
|
1238
1239
|
var px = 'px';
|
|
1239
1240
|
this.toggleVisiblity(ul);
|
|
1240
1241
|
if (ul === this.element || (left > -1 && top > -1)) {
|
|
@@ -1293,6 +1294,10 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
1293
1294
|
this.toggleVisiblity(ul, false);
|
|
1294
1295
|
if (this.isCMenu && this.enableScrolling && ul) {
|
|
1295
1296
|
ul.style.height = '';
|
|
1297
|
+
ul.style.top = '';
|
|
1298
|
+
ul.style.left = '';
|
|
1299
|
+
ul.style.width = '';
|
|
1300
|
+
ul.style.position = '';
|
|
1296
1301
|
}
|
|
1297
1302
|
var wrapper = closest(this.element, '.e-' + this.getModuleName() + '-wrapper');
|
|
1298
1303
|
if (!this.isMenu && this.enableScrolling && ul && wrapper && wrapper.offsetHeight > 0) {
|
|
@@ -1310,7 +1315,7 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
1310
1315
|
left: left + "px",
|
|
1311
1316
|
width: cmenuWidth + "px",
|
|
1312
1317
|
position: 'absolute',
|
|
1313
|
-
display: 'none'
|
|
1318
|
+
display: !isOpen ? 'none' : 'block'
|
|
1314
1319
|
});
|
|
1315
1320
|
}
|
|
1316
1321
|
else {
|
|
@@ -1910,6 +1915,11 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
1910
1915
|
addScrolling(this_1.createElement, wrapper, this_1.element, 'hscroll', this_1.enableRtl);
|
|
1911
1916
|
}
|
|
1912
1917
|
}
|
|
1918
|
+
if (this_1.enableScrolling && this_1.element.classList.contains('e-contextmenu')) {
|
|
1919
|
+
this_1.isCMenu = true;
|
|
1920
|
+
this_1.setPosition(this_1.lItem, this_1.uList, this_1.top, this_1.left, true);
|
|
1921
|
+
this_1.isCMenu = false;
|
|
1922
|
+
}
|
|
1913
1923
|
if (!this_1.hamburgerMode) {
|
|
1914
1924
|
for (var i = 1, count = wrapper.childElementCount; i < count; i++) {
|
|
1915
1925
|
detach(wrapper.lastElementChild);
|
package/src/tab/tab.js
CHANGED
|
@@ -334,6 +334,7 @@ var Tab = /** @class */ (function (_super) {
|
|
|
334
334
|
if (this.isReact && this.portals && this.portals.length > 0) {
|
|
335
335
|
this.renderReactTemplates(function () {
|
|
336
336
|
_this.refreshOverflow();
|
|
337
|
+
_this.selectingContent(_this.selectedItem, _this.isInteracted);
|
|
337
338
|
_this.refreshActiveBorder();
|
|
338
339
|
});
|
|
339
340
|
}
|
|
@@ -2031,7 +2032,11 @@ var Tab = /** @class */ (function (_super) {
|
|
|
2031
2032
|
*/
|
|
2032
2033
|
Tab.prototype.hideTab = function (index, value) {
|
|
2033
2034
|
var items;
|
|
2034
|
-
var
|
|
2035
|
+
var tabId;
|
|
2036
|
+
if (index >= 0 && index < this.tbItem.length) {
|
|
2037
|
+
tabId = this.tbItem[index].getAttribute('id');
|
|
2038
|
+
}
|
|
2039
|
+
var item = this.element.querySelector("[id=\"" + tabId + "\"]");
|
|
2035
2040
|
if (isNOU(item)) {
|
|
2036
2041
|
return;
|
|
2037
2042
|
}
|
package/styles/bds-lite.css
CHANGED
|
@@ -1389,6 +1389,9 @@
|
|
|
1389
1389
|
min-width: 28px;
|
|
1390
1390
|
padding: 8px 4px;
|
|
1391
1391
|
}
|
|
1392
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer), .e-toolbar .e-toolbar-item.e-overlay > * {
|
|
1393
|
+
pointer-events: none;
|
|
1394
|
+
}
|
|
1392
1395
|
.e-toolbar .e-toolbar-item.e-separator {
|
|
1393
1396
|
margin: 7px 4px;
|
|
1394
1397
|
min-height: 24px;
|
|
@@ -1404,6 +1407,9 @@
|
|
|
1404
1407
|
.e-toolbar .e-toolbar-item > * {
|
|
1405
1408
|
text-overflow: ellipsis;
|
|
1406
1409
|
}
|
|
1410
|
+
.e-toolbar .e-toolbar-item:not(.e-overlay) > * {
|
|
1411
|
+
pointer-events: auto;
|
|
1412
|
+
}
|
|
1407
1413
|
.e-toolbar .e-toolbar-item.e-hidden {
|
|
1408
1414
|
display: none;
|
|
1409
1415
|
}
|
|
@@ -1566,6 +1572,9 @@
|
|
|
1566
1572
|
min-width: 100%;
|
|
1567
1573
|
text-overflow: ellipsis;
|
|
1568
1574
|
}
|
|
1575
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-overlay) > * {
|
|
1576
|
+
pointer-events: auto;
|
|
1577
|
+
}
|
|
1569
1578
|
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
|
|
1570
1579
|
min-width: 100%;
|
|
1571
1580
|
}
|
|
@@ -1679,6 +1688,9 @@
|
|
|
1679
1688
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1680
1689
|
height: auto;
|
|
1681
1690
|
}
|
|
1691
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-overlay) > * {
|
|
1692
|
+
pointer-events: auto;
|
|
1693
|
+
}
|
|
1682
1694
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
|
|
1683
1695
|
-ms-flex-item-align: center;
|
|
1684
1696
|
align-self: center;
|
|
@@ -1692,6 +1704,9 @@
|
|
|
1692
1704
|
display: -ms-inline-flexbox;
|
|
1693
1705
|
display: inline-flex;
|
|
1694
1706
|
}
|
|
1707
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item:not(.e-overlay) > * {
|
|
1708
|
+
pointer-events: auto;
|
|
1709
|
+
}
|
|
1695
1710
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
1696
1711
|
display: table;
|
|
1697
1712
|
}
|
package/styles/bds.css
CHANGED
|
@@ -1706,6 +1706,9 @@
|
|
|
1706
1706
|
min-width: 28px;
|
|
1707
1707
|
padding: 8px 4px;
|
|
1708
1708
|
}
|
|
1709
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer), .e-toolbar .e-toolbar-item.e-overlay > * {
|
|
1710
|
+
pointer-events: none;
|
|
1711
|
+
}
|
|
1709
1712
|
.e-toolbar .e-toolbar-item.e-separator {
|
|
1710
1713
|
margin: 7px 4px;
|
|
1711
1714
|
min-height: 24px;
|
|
@@ -1721,6 +1724,9 @@
|
|
|
1721
1724
|
.e-toolbar .e-toolbar-item > * {
|
|
1722
1725
|
text-overflow: ellipsis;
|
|
1723
1726
|
}
|
|
1727
|
+
.e-toolbar .e-toolbar-item:not(.e-overlay) > * {
|
|
1728
|
+
pointer-events: auto;
|
|
1729
|
+
}
|
|
1724
1730
|
.e-toolbar .e-toolbar-item.e-hidden {
|
|
1725
1731
|
display: none;
|
|
1726
1732
|
}
|
|
@@ -1883,6 +1889,9 @@
|
|
|
1883
1889
|
min-width: 100%;
|
|
1884
1890
|
text-overflow: ellipsis;
|
|
1885
1891
|
}
|
|
1892
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-overlay) > * {
|
|
1893
|
+
pointer-events: auto;
|
|
1894
|
+
}
|
|
1886
1895
|
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
|
|
1887
1896
|
min-width: 100%;
|
|
1888
1897
|
}
|
|
@@ -1996,6 +2005,9 @@
|
|
|
1996
2005
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1997
2006
|
height: auto;
|
|
1998
2007
|
}
|
|
2008
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-overlay) > * {
|
|
2009
|
+
pointer-events: auto;
|
|
2010
|
+
}
|
|
1999
2011
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
|
|
2000
2012
|
-ms-flex-item-align: center;
|
|
2001
2013
|
align-self: center;
|
|
@@ -2009,6 +2021,9 @@
|
|
|
2009
2021
|
display: -ms-inline-flexbox;
|
|
2010
2022
|
display: inline-flex;
|
|
2011
2023
|
}
|
|
2024
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item:not(.e-overlay) > * {
|
|
2025
|
+
pointer-events: auto;
|
|
2026
|
+
}
|
|
2012
2027
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
2013
2028
|
display: table;
|
|
2014
2029
|
}
|
|
@@ -1233,6 +1233,9 @@
|
|
|
1233
1233
|
min-width: 30px;
|
|
1234
1234
|
padding: 4px 2.5px;
|
|
1235
1235
|
}
|
|
1236
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer), .e-toolbar .e-toolbar-item.e-overlay > * {
|
|
1237
|
+
pointer-events: none;
|
|
1238
|
+
}
|
|
1236
1239
|
.e-toolbar .e-toolbar-item.e-separator {
|
|
1237
1240
|
margin: 5.5px 6px;
|
|
1238
1241
|
min-height: 27px;
|
|
@@ -1248,6 +1251,9 @@
|
|
|
1248
1251
|
.e-toolbar .e-toolbar-item > * {
|
|
1249
1252
|
text-overflow: ellipsis;
|
|
1250
1253
|
}
|
|
1254
|
+
.e-toolbar .e-toolbar-item:not(.e-overlay) > * {
|
|
1255
|
+
pointer-events: auto;
|
|
1256
|
+
}
|
|
1251
1257
|
.e-toolbar .e-toolbar-item.e-hidden {
|
|
1252
1258
|
display: none;
|
|
1253
1259
|
}
|
|
@@ -1410,6 +1416,9 @@
|
|
|
1410
1416
|
min-width: 100%;
|
|
1411
1417
|
text-overflow: ellipsis;
|
|
1412
1418
|
}
|
|
1419
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-overlay) > * {
|
|
1420
|
+
pointer-events: auto;
|
|
1421
|
+
}
|
|
1413
1422
|
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
|
|
1414
1423
|
min-width: 100%;
|
|
1415
1424
|
}
|
|
@@ -1523,6 +1532,9 @@
|
|
|
1523
1532
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1524
1533
|
height: auto;
|
|
1525
1534
|
}
|
|
1535
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-overlay) > * {
|
|
1536
|
+
pointer-events: auto;
|
|
1537
|
+
}
|
|
1526
1538
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
|
|
1527
1539
|
-ms-flex-item-align: center;
|
|
1528
1540
|
align-self: center;
|
|
@@ -1536,6 +1548,9 @@
|
|
|
1536
1548
|
display: -ms-inline-flexbox;
|
|
1537
1549
|
display: inline-flex;
|
|
1538
1550
|
}
|
|
1551
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item:not(.e-overlay) > * {
|
|
1552
|
+
pointer-events: auto;
|
|
1553
|
+
}
|
|
1539
1554
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
1540
1555
|
display: table;
|
|
1541
1556
|
}
|
|
@@ -1496,6 +1496,9 @@
|
|
|
1496
1496
|
min-width: 30px;
|
|
1497
1497
|
padding: 4px 2.5px;
|
|
1498
1498
|
}
|
|
1499
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer), .e-toolbar .e-toolbar-item.e-overlay > * {
|
|
1500
|
+
pointer-events: none;
|
|
1501
|
+
}
|
|
1499
1502
|
.e-toolbar .e-toolbar-item.e-separator {
|
|
1500
1503
|
margin: 5.5px 6px;
|
|
1501
1504
|
min-height: 27px;
|
|
@@ -1511,6 +1514,9 @@
|
|
|
1511
1514
|
.e-toolbar .e-toolbar-item > * {
|
|
1512
1515
|
text-overflow: ellipsis;
|
|
1513
1516
|
}
|
|
1517
|
+
.e-toolbar .e-toolbar-item:not(.e-overlay) > * {
|
|
1518
|
+
pointer-events: auto;
|
|
1519
|
+
}
|
|
1514
1520
|
.e-toolbar .e-toolbar-item.e-hidden {
|
|
1515
1521
|
display: none;
|
|
1516
1522
|
}
|
|
@@ -1673,6 +1679,9 @@
|
|
|
1673
1679
|
min-width: 100%;
|
|
1674
1680
|
text-overflow: ellipsis;
|
|
1675
1681
|
}
|
|
1682
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-overlay) > * {
|
|
1683
|
+
pointer-events: auto;
|
|
1684
|
+
}
|
|
1676
1685
|
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
|
|
1677
1686
|
min-width: 100%;
|
|
1678
1687
|
}
|
|
@@ -1786,6 +1795,9 @@
|
|
|
1786
1795
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1787
1796
|
height: auto;
|
|
1788
1797
|
}
|
|
1798
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-overlay) > * {
|
|
1799
|
+
pointer-events: auto;
|
|
1800
|
+
}
|
|
1789
1801
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
|
|
1790
1802
|
-ms-flex-item-align: center;
|
|
1791
1803
|
align-self: center;
|
|
@@ -1799,6 +1811,9 @@
|
|
|
1799
1811
|
display: -ms-inline-flexbox;
|
|
1800
1812
|
display: inline-flex;
|
|
1801
1813
|
}
|
|
1814
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item:not(.e-overlay) > * {
|
|
1815
|
+
pointer-events: auto;
|
|
1816
|
+
}
|
|
1802
1817
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
1803
1818
|
display: table;
|
|
1804
1819
|
}
|
|
@@ -1235,6 +1235,9 @@
|
|
|
1235
1235
|
min-width: 30px;
|
|
1236
1236
|
padding: 4px 2.5px;
|
|
1237
1237
|
}
|
|
1238
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer), .e-toolbar .e-toolbar-item.e-overlay > * {
|
|
1239
|
+
pointer-events: none;
|
|
1240
|
+
}
|
|
1238
1241
|
.e-toolbar .e-toolbar-item.e-separator {
|
|
1239
1242
|
margin: 5.5px 6px;
|
|
1240
1243
|
min-height: 27px;
|
|
@@ -1250,6 +1253,9 @@
|
|
|
1250
1253
|
.e-toolbar .e-toolbar-item > * {
|
|
1251
1254
|
text-overflow: ellipsis;
|
|
1252
1255
|
}
|
|
1256
|
+
.e-toolbar .e-toolbar-item:not(.e-overlay) > * {
|
|
1257
|
+
pointer-events: auto;
|
|
1258
|
+
}
|
|
1253
1259
|
.e-toolbar .e-toolbar-item.e-hidden {
|
|
1254
1260
|
display: none;
|
|
1255
1261
|
}
|
|
@@ -1412,6 +1418,9 @@
|
|
|
1412
1418
|
min-width: 100%;
|
|
1413
1419
|
text-overflow: ellipsis;
|
|
1414
1420
|
}
|
|
1421
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-overlay) > * {
|
|
1422
|
+
pointer-events: auto;
|
|
1423
|
+
}
|
|
1415
1424
|
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
|
|
1416
1425
|
min-width: 100%;
|
|
1417
1426
|
}
|
|
@@ -1525,6 +1534,9 @@
|
|
|
1525
1534
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1526
1535
|
height: auto;
|
|
1527
1536
|
}
|
|
1537
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-overlay) > * {
|
|
1538
|
+
pointer-events: auto;
|
|
1539
|
+
}
|
|
1528
1540
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
|
|
1529
1541
|
-ms-flex-item-align: center;
|
|
1530
1542
|
align-self: center;
|
|
@@ -1538,6 +1550,9 @@
|
|
|
1538
1550
|
display: -ms-inline-flexbox;
|
|
1539
1551
|
display: inline-flex;
|
|
1540
1552
|
}
|
|
1553
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item:not(.e-overlay) > * {
|
|
1554
|
+
pointer-events: auto;
|
|
1555
|
+
}
|
|
1541
1556
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
1542
1557
|
display: table;
|
|
1543
1558
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -1498,6 +1498,9 @@
|
|
|
1498
1498
|
min-width: 30px;
|
|
1499
1499
|
padding: 4px 2.5px;
|
|
1500
1500
|
}
|
|
1501
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer), .e-toolbar .e-toolbar-item.e-overlay > * {
|
|
1502
|
+
pointer-events: none;
|
|
1503
|
+
}
|
|
1501
1504
|
.e-toolbar .e-toolbar-item.e-separator {
|
|
1502
1505
|
margin: 5.5px 6px;
|
|
1503
1506
|
min-height: 27px;
|
|
@@ -1513,6 +1516,9 @@
|
|
|
1513
1516
|
.e-toolbar .e-toolbar-item > * {
|
|
1514
1517
|
text-overflow: ellipsis;
|
|
1515
1518
|
}
|
|
1519
|
+
.e-toolbar .e-toolbar-item:not(.e-overlay) > * {
|
|
1520
|
+
pointer-events: auto;
|
|
1521
|
+
}
|
|
1516
1522
|
.e-toolbar .e-toolbar-item.e-hidden {
|
|
1517
1523
|
display: none;
|
|
1518
1524
|
}
|
|
@@ -1675,6 +1681,9 @@
|
|
|
1675
1681
|
min-width: 100%;
|
|
1676
1682
|
text-overflow: ellipsis;
|
|
1677
1683
|
}
|
|
1684
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-overlay) > * {
|
|
1685
|
+
pointer-events: auto;
|
|
1686
|
+
}
|
|
1678
1687
|
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
|
|
1679
1688
|
min-width: 100%;
|
|
1680
1689
|
}
|
|
@@ -1788,6 +1797,9 @@
|
|
|
1788
1797
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1789
1798
|
height: auto;
|
|
1790
1799
|
}
|
|
1800
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-overlay) > * {
|
|
1801
|
+
pointer-events: auto;
|
|
1802
|
+
}
|
|
1791
1803
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
|
|
1792
1804
|
-ms-flex-item-align: center;
|
|
1793
1805
|
align-self: center;
|
|
@@ -1801,6 +1813,9 @@
|
|
|
1801
1813
|
display: -ms-inline-flexbox;
|
|
1802
1814
|
display: inline-flex;
|
|
1803
1815
|
}
|
|
1816
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item:not(.e-overlay) > * {
|
|
1817
|
+
pointer-events: auto;
|
|
1818
|
+
}
|
|
1804
1819
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
1805
1820
|
display: table;
|
|
1806
1821
|
}
|
|
@@ -2215,7 +2230,7 @@
|
|
|
2215
2230
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2216
2231
|
min-height: 34px;
|
|
2217
2232
|
min-width: 0;
|
|
2218
|
-
padding:
|
|
2233
|
+
padding: 0 7px;
|
|
2219
2234
|
line-height: 34px;
|
|
2220
2235
|
}
|
|
2221
2236
|
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
@@ -2340,7 +2355,7 @@
|
|
|
2340
2355
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2341
2356
|
min-height: 34px;
|
|
2342
2357
|
min-width: 0;
|
|
2343
|
-
padding:
|
|
2358
|
+
padding: 0 7px;
|
|
2344
2359
|
}
|
|
2345
2360
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
2346
2361
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
|
|
@@ -1235,6 +1235,9 @@
|
|
|
1235
1235
|
min-width: 30px;
|
|
1236
1236
|
padding: 3px 4px;
|
|
1237
1237
|
}
|
|
1238
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer), .e-toolbar .e-toolbar-item.e-overlay > * {
|
|
1239
|
+
pointer-events: none;
|
|
1240
|
+
}
|
|
1238
1241
|
.e-toolbar .e-toolbar-item.e-separator {
|
|
1239
1242
|
margin: 5.5px 6px;
|
|
1240
1243
|
min-height: 27px;
|
|
@@ -1250,6 +1253,9 @@
|
|
|
1250
1253
|
.e-toolbar .e-toolbar-item > * {
|
|
1251
1254
|
text-overflow: ellipsis;
|
|
1252
1255
|
}
|
|
1256
|
+
.e-toolbar .e-toolbar-item:not(.e-overlay) > * {
|
|
1257
|
+
pointer-events: auto;
|
|
1258
|
+
}
|
|
1253
1259
|
.e-toolbar .e-toolbar-item.e-hidden {
|
|
1254
1260
|
display: none;
|
|
1255
1261
|
}
|
|
@@ -1412,6 +1418,9 @@
|
|
|
1412
1418
|
min-width: 100%;
|
|
1413
1419
|
text-overflow: ellipsis;
|
|
1414
1420
|
}
|
|
1421
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-overlay) > * {
|
|
1422
|
+
pointer-events: auto;
|
|
1423
|
+
}
|
|
1415
1424
|
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
|
|
1416
1425
|
min-width: 100%;
|
|
1417
1426
|
}
|
|
@@ -1525,6 +1534,9 @@
|
|
|
1525
1534
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1526
1535
|
height: auto;
|
|
1527
1536
|
}
|
|
1537
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-overlay) > * {
|
|
1538
|
+
pointer-events: auto;
|
|
1539
|
+
}
|
|
1528
1540
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
|
|
1529
1541
|
-ms-flex-item-align: center;
|
|
1530
1542
|
align-self: center;
|
|
@@ -1538,6 +1550,9 @@
|
|
|
1538
1550
|
display: -ms-inline-flexbox;
|
|
1539
1551
|
display: inline-flex;
|
|
1540
1552
|
}
|
|
1553
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item:not(.e-overlay) > * {
|
|
1554
|
+
pointer-events: auto;
|
|
1555
|
+
}
|
|
1541
1556
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
1542
1557
|
display: table;
|
|
1543
1558
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1498,6 +1498,9 @@
|
|
|
1498
1498
|
min-width: 30px;
|
|
1499
1499
|
padding: 3px 4px;
|
|
1500
1500
|
}
|
|
1501
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer), .e-toolbar .e-toolbar-item.e-overlay > * {
|
|
1502
|
+
pointer-events: none;
|
|
1503
|
+
}
|
|
1501
1504
|
.e-toolbar .e-toolbar-item.e-separator {
|
|
1502
1505
|
margin: 5.5px 6px;
|
|
1503
1506
|
min-height: 27px;
|
|
@@ -1513,6 +1516,9 @@
|
|
|
1513
1516
|
.e-toolbar .e-toolbar-item > * {
|
|
1514
1517
|
text-overflow: ellipsis;
|
|
1515
1518
|
}
|
|
1519
|
+
.e-toolbar .e-toolbar-item:not(.e-overlay) > * {
|
|
1520
|
+
pointer-events: auto;
|
|
1521
|
+
}
|
|
1516
1522
|
.e-toolbar .e-toolbar-item.e-hidden {
|
|
1517
1523
|
display: none;
|
|
1518
1524
|
}
|
|
@@ -1675,6 +1681,9 @@
|
|
|
1675
1681
|
min-width: 100%;
|
|
1676
1682
|
text-overflow: ellipsis;
|
|
1677
1683
|
}
|
|
1684
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-overlay) > * {
|
|
1685
|
+
pointer-events: auto;
|
|
1686
|
+
}
|
|
1678
1687
|
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
|
|
1679
1688
|
min-width: 100%;
|
|
1680
1689
|
}
|
|
@@ -1788,6 +1797,9 @@
|
|
|
1788
1797
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1789
1798
|
height: auto;
|
|
1790
1799
|
}
|
|
1800
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-overlay) > * {
|
|
1801
|
+
pointer-events: auto;
|
|
1802
|
+
}
|
|
1791
1803
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
|
|
1792
1804
|
-ms-flex-item-align: center;
|
|
1793
1805
|
align-self: center;
|
|
@@ -1801,6 +1813,9 @@
|
|
|
1801
1813
|
display: -ms-inline-flexbox;
|
|
1802
1814
|
display: inline-flex;
|
|
1803
1815
|
}
|
|
1816
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item:not(.e-overlay) > * {
|
|
1817
|
+
pointer-events: auto;
|
|
1818
|
+
}
|
|
1804
1819
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
1805
1820
|
display: table;
|
|
1806
1821
|
}
|
|
@@ -1286,6 +1286,9 @@
|
|
|
1286
1286
|
min-width: 28px;
|
|
1287
1287
|
padding: 4px;
|
|
1288
1288
|
}
|
|
1289
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer), .e-toolbar .e-toolbar-item.e-overlay > * {
|
|
1290
|
+
pointer-events: none;
|
|
1291
|
+
}
|
|
1289
1292
|
.e-toolbar .e-toolbar-item.e-separator {
|
|
1290
1293
|
margin: 5px 10px;
|
|
1291
1294
|
min-height: 24px;
|
|
@@ -1301,6 +1304,9 @@
|
|
|
1301
1304
|
.e-toolbar .e-toolbar-item > * {
|
|
1302
1305
|
text-overflow: ellipsis;
|
|
1303
1306
|
}
|
|
1307
|
+
.e-toolbar .e-toolbar-item:not(.e-overlay) > * {
|
|
1308
|
+
pointer-events: auto;
|
|
1309
|
+
}
|
|
1304
1310
|
.e-toolbar .e-toolbar-item.e-hidden {
|
|
1305
1311
|
display: none;
|
|
1306
1312
|
}
|
|
@@ -1463,6 +1469,9 @@
|
|
|
1463
1469
|
min-width: 100%;
|
|
1464
1470
|
text-overflow: ellipsis;
|
|
1465
1471
|
}
|
|
1472
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-overlay) > * {
|
|
1473
|
+
pointer-events: auto;
|
|
1474
|
+
}
|
|
1466
1475
|
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
|
|
1467
1476
|
min-width: 100%;
|
|
1468
1477
|
}
|
|
@@ -1576,6 +1585,9 @@
|
|
|
1576
1585
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1577
1586
|
height: auto;
|
|
1578
1587
|
}
|
|
1588
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-overlay) > * {
|
|
1589
|
+
pointer-events: auto;
|
|
1590
|
+
}
|
|
1579
1591
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
|
|
1580
1592
|
-ms-flex-item-align: center;
|
|
1581
1593
|
align-self: center;
|
|
@@ -1589,6 +1601,9 @@
|
|
|
1589
1601
|
display: -ms-inline-flexbox;
|
|
1590
1602
|
display: inline-flex;
|
|
1591
1603
|
}
|
|
1604
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item:not(.e-overlay) > * {
|
|
1605
|
+
pointer-events: auto;
|
|
1606
|
+
}
|
|
1592
1607
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
1593
1608
|
display: table;
|
|
1594
1609
|
}
|
|
@@ -1561,6 +1561,9 @@
|
|
|
1561
1561
|
min-width: 28px;
|
|
1562
1562
|
padding: 4px;
|
|
1563
1563
|
}
|
|
1564
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer), .e-toolbar .e-toolbar-item.e-overlay > * {
|
|
1565
|
+
pointer-events: none;
|
|
1566
|
+
}
|
|
1564
1567
|
.e-toolbar .e-toolbar-item.e-separator {
|
|
1565
1568
|
margin: 5px 10px;
|
|
1566
1569
|
min-height: 24px;
|
|
@@ -1576,6 +1579,9 @@
|
|
|
1576
1579
|
.e-toolbar .e-toolbar-item > * {
|
|
1577
1580
|
text-overflow: ellipsis;
|
|
1578
1581
|
}
|
|
1582
|
+
.e-toolbar .e-toolbar-item:not(.e-overlay) > * {
|
|
1583
|
+
pointer-events: auto;
|
|
1584
|
+
}
|
|
1579
1585
|
.e-toolbar .e-toolbar-item.e-hidden {
|
|
1580
1586
|
display: none;
|
|
1581
1587
|
}
|
|
@@ -1738,6 +1744,9 @@
|
|
|
1738
1744
|
min-width: 100%;
|
|
1739
1745
|
text-overflow: ellipsis;
|
|
1740
1746
|
}
|
|
1747
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-overlay) > * {
|
|
1748
|
+
pointer-events: auto;
|
|
1749
|
+
}
|
|
1741
1750
|
.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
|
|
1742
1751
|
min-width: 100%;
|
|
1743
1752
|
}
|
|
@@ -1851,6 +1860,9 @@
|
|
|
1851
1860
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1852
1861
|
height: auto;
|
|
1853
1862
|
}
|
|
1863
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item:not(.e-overlay) > * {
|
|
1864
|
+
pointer-events: auto;
|
|
1865
|
+
}
|
|
1854
1866
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item > * {
|
|
1855
1867
|
-ms-flex-item-align: center;
|
|
1856
1868
|
align-self: center;
|
|
@@ -1864,6 +1876,9 @@
|
|
|
1864
1876
|
display: -ms-inline-flexbox;
|
|
1865
1877
|
display: inline-flex;
|
|
1866
1878
|
}
|
|
1879
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item:not(.e-overlay) > * {
|
|
1880
|
+
pointer-events: auto;
|
|
1881
|
+
}
|
|
1867
1882
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
1868
1883
|
display: table;
|
|
1869
1884
|
}
|