@syncfusion/ej2-navigations 19.4.50 → 19.4.55
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 +24 -0
- package/README.md +1 -1
- 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 +8 -6
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +8 -6
- 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 +11 -11
- package/src/accordion/accordion.js +3 -3
- package/src/common/menu-base.js +2 -2
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +3 -1
- package/styles/bootstrap-dark.css +5 -2
- package/styles/bootstrap.css +5 -2
- package/styles/bootstrap4.css +5 -2
- package/styles/bootstrap5-dark.css +5 -2
- package/styles/bootstrap5.css +5 -2
- package/styles/fabric-dark.css +5 -2
- package/styles/fabric.css +5 -2
- package/styles/highcontrast-light.css +5 -2
- package/styles/highcontrast.css +5 -2
- package/styles/material-dark.css +5 -2
- package/styles/material.css +5 -2
- package/styles/menu/_layout.scss +1 -1
- package/styles/menu/_theme.scss +0 -9
- package/styles/tailwind-dark.css +5 -2
- package/styles/tailwind.css +5 -2
- package/styles/toolbar/_layout.scss +4 -2
- 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/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.55
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-navigations@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-navigations@19.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-navigations@19.4.53",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-yOQBsSbBM4OXjrWjB+i3uZ9rV1Ui/MNwQBTOJIxMwhq8yZm6ck1CwzKIz1tEomBOHEac985z07EtZqd5cFIX4A==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-navigations",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"/@syncfusion/ej2-spreadsheet",
|
|
38
38
|
"/@syncfusion/ej2-vue-navigations"
|
|
39
39
|
],
|
|
40
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-19.4.
|
|
41
|
-
"_shasum": "
|
|
40
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-19.4.53.tgz",
|
|
41
|
+
"_shasum": "9d4a88e7ccfd13cdf7db8d1313d7ca08fb79847b",
|
|
42
42
|
"_spec": "@syncfusion/ej2-navigations@*",
|
|
43
43
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
44
44
|
"author": {
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
},
|
|
50
50
|
"bundleDependencies": false,
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@syncfusion/ej2-base": "~19.4.
|
|
53
|
-
"@syncfusion/ej2-buttons": "~19.4.
|
|
54
|
-
"@syncfusion/ej2-data": "~19.4.
|
|
55
|
-
"@syncfusion/ej2-inputs": "~19.4.
|
|
56
|
-
"@syncfusion/ej2-lists": "~19.4.
|
|
57
|
-
"@syncfusion/ej2-popups": "~19.4.
|
|
52
|
+
"@syncfusion/ej2-base": "~19.4.52",
|
|
53
|
+
"@syncfusion/ej2-buttons": "~19.4.55",
|
|
54
|
+
"@syncfusion/ej2-data": "~19.4.54",
|
|
55
|
+
"@syncfusion/ej2-inputs": "~19.4.52",
|
|
56
|
+
"@syncfusion/ej2-lists": "~19.4.55",
|
|
57
|
+
"@syncfusion/ej2-popups": "~19.4.53"
|
|
58
58
|
},
|
|
59
59
|
"deprecated": false,
|
|
60
60
|
"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",
|
|
@@ -159,6 +159,6 @@
|
|
|
159
159
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
160
160
|
},
|
|
161
161
|
"typings": "index.d.ts",
|
|
162
|
-
"version": "19.4.
|
|
162
|
+
"version": "19.4.55",
|
|
163
163
|
"sideEffects": false
|
|
164
164
|
}
|
|
@@ -551,7 +551,7 @@ var Accordion = /** @class */ (function (_super) {
|
|
|
551
551
|
var header = this.createElement('div', { className: CLS_HEADER, id: getUniqueID('acrdn_header') });
|
|
552
552
|
var items = this.getItems();
|
|
553
553
|
var ariaAttr = {
|
|
554
|
-
'tabindex': '0', 'role': 'heading', 'aria-
|
|
554
|
+
'tabindex': '0', 'role': 'heading', 'aria-label': 'collapsed',
|
|
555
555
|
'aria-disabled': 'false', 'aria-level': items.length.toString()
|
|
556
556
|
};
|
|
557
557
|
attributes(header, ariaAttr);
|
|
@@ -805,7 +805,7 @@ var Accordion = /** @class */ (function (_super) {
|
|
|
805
805
|
this.add(trgtItemEle, CLS_ACTIVE);
|
|
806
806
|
trgt.setAttribute('aria-hidden', 'false');
|
|
807
807
|
attributes(trgtItemEle, { 'aria-expanded': 'true' });
|
|
808
|
-
attributes(trgt.previousElementSibling, { 'aria-
|
|
808
|
+
attributes(trgt.previousElementSibling, { 'aria-label': 'expanded' });
|
|
809
809
|
icon.classList.remove(CLS_TOGANIMATE);
|
|
810
810
|
this.trigger('expanded', eventArgs);
|
|
811
811
|
}
|
|
@@ -922,7 +922,7 @@ var Accordion = /** @class */ (function (_super) {
|
|
|
922
922
|
this.remove(trgtItemEle, CLS_ACTIVE);
|
|
923
923
|
trgt.setAttribute('aria-hidden', 'true');
|
|
924
924
|
attributes(trgtItemEle, { 'aria-expanded': 'false' });
|
|
925
|
-
attributes(trgt.previousElementSibling, { 'aria-
|
|
925
|
+
attributes(trgt.previousElementSibling, { 'aria-label': 'collapsed' });
|
|
926
926
|
this.trigger('expanded', eventArgs);
|
|
927
927
|
}
|
|
928
928
|
};
|
package/src/common/menu-base.js
CHANGED
|
@@ -604,7 +604,7 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
604
604
|
if (isOpen && _this.hamburgerMode && ulIndex && !(submenus.length)) {
|
|
605
605
|
_this.afterCloseMenu(e);
|
|
606
606
|
}
|
|
607
|
-
else if (isOpen && !_this.hamburgerMode && _this.navIdx.length && closedLi && !trgtLi) {
|
|
607
|
+
else if (isOpen && !_this.hamburgerMode && _this.navIdx.length && closedLi && !trgtLi && _this.keyType !== "left") {
|
|
608
608
|
var ele = (e && e.target.classList.contains('e-vscroll'))
|
|
609
609
|
? closest(e.target, '.e-menu-wrapper') : null;
|
|
610
610
|
if (ele) {
|
|
@@ -642,7 +642,7 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
642
642
|
if (sli_1) {
|
|
643
643
|
sli_1.setAttribute('aria-expanded', 'false');
|
|
644
644
|
sli_1.classList.remove(SELECTED);
|
|
645
|
-
if (observedCloseArgs.isFocused && liElem_1) {
|
|
645
|
+
if (observedCloseArgs.isFocused && liElem_1 || _this.keyType === "left") {
|
|
646
646
|
sli_1.classList.add(FOCUSED);
|
|
647
647
|
sli_1.focus();
|
|
648
648
|
}
|
package/src/sidebar/sidebar.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ export declare class Sidebar extends Component<HTMLElement> implements INotifyPr
|
|
|
31
31
|
protected tabIndex: string;
|
|
32
32
|
private windowWidth;
|
|
33
33
|
private targetEle;
|
|
34
|
+
private firstRender;
|
|
34
35
|
/**
|
|
35
36
|
* Specifies the size of the Sidebar in dock state.
|
|
36
37
|
* > For more details about dockSize refer to
|
package/src/sidebar/sidebar.js
CHANGED
|
@@ -77,6 +77,7 @@ var Sidebar = /** @class */ (function (_super) {
|
|
|
77
77
|
}
|
|
78
78
|
if (this.isOpen) {
|
|
79
79
|
this.show();
|
|
80
|
+
this.firstRender = true;
|
|
80
81
|
}
|
|
81
82
|
else {
|
|
82
83
|
this.setMediaQuery();
|
|
@@ -187,9 +188,10 @@ var Sidebar = /** @class */ (function (_super) {
|
|
|
187
188
|
};
|
|
188
189
|
Sidebar.prototype.transitionEnd = function (e) {
|
|
189
190
|
this.setDock();
|
|
190
|
-
if (!isNullOrUndefined(e)) {
|
|
191
|
+
if (!isNullOrUndefined(e) && !this.firstRender) {
|
|
191
192
|
this.triggerChange();
|
|
192
193
|
}
|
|
194
|
+
this.firstRender = false;
|
|
193
195
|
EventHandler.remove(this.element, 'transitionend', this.transitionEnd);
|
|
194
196
|
};
|
|
195
197
|
Sidebar.prototype.destroyBackDrop = function () {
|
|
@@ -707,7 +707,9 @@
|
|
|
707
707
|
}
|
|
708
708
|
|
|
709
709
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
710
|
-
.e-
|
|
710
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
711
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
712
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
711
713
|
display: none;
|
|
712
714
|
}
|
|
713
715
|
|
|
@@ -1437,7 +1439,8 @@
|
|
|
1437
1439
|
white-space: normal;
|
|
1438
1440
|
}
|
|
1439
1441
|
|
|
1440
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
1442
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1443
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1441
1444
|
display: none;
|
|
1442
1445
|
}
|
|
1443
1446
|
|
package/styles/bootstrap.css
CHANGED
|
@@ -712,7 +712,9 @@
|
|
|
712
712
|
}
|
|
713
713
|
|
|
714
714
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
715
|
-
.e-
|
|
715
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
716
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
717
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
716
718
|
display: none;
|
|
717
719
|
}
|
|
718
720
|
|
|
@@ -1442,7 +1444,8 @@
|
|
|
1442
1444
|
white-space: normal;
|
|
1443
1445
|
}
|
|
1444
1446
|
|
|
1445
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
1447
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1448
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1446
1449
|
display: none;
|
|
1447
1450
|
}
|
|
1448
1451
|
|
package/styles/bootstrap4.css
CHANGED
|
@@ -728,7 +728,9 @@
|
|
|
728
728
|
}
|
|
729
729
|
|
|
730
730
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
731
|
-
.e-
|
|
731
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
732
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
733
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
732
734
|
display: none;
|
|
733
735
|
}
|
|
734
736
|
|
|
@@ -1458,7 +1460,8 @@
|
|
|
1458
1460
|
white-space: normal;
|
|
1459
1461
|
}
|
|
1460
1462
|
|
|
1461
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
1463
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1464
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1462
1465
|
display: none;
|
|
1463
1466
|
}
|
|
1464
1467
|
|
|
@@ -747,7 +747,9 @@
|
|
|
747
747
|
}
|
|
748
748
|
|
|
749
749
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
750
|
-
.e-
|
|
750
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
751
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
752
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
751
753
|
display: none;
|
|
752
754
|
}
|
|
753
755
|
|
|
@@ -1446,7 +1448,8 @@
|
|
|
1446
1448
|
white-space: normal;
|
|
1447
1449
|
}
|
|
1448
1450
|
|
|
1449
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
1451
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1452
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1450
1453
|
display: none;
|
|
1451
1454
|
}
|
|
1452
1455
|
|
package/styles/bootstrap5.css
CHANGED
|
@@ -747,7 +747,9 @@
|
|
|
747
747
|
}
|
|
748
748
|
|
|
749
749
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
750
|
-
.e-
|
|
750
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
751
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
752
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
751
753
|
display: none;
|
|
752
754
|
}
|
|
753
755
|
|
|
@@ -1446,7 +1448,8 @@
|
|
|
1446
1448
|
white-space: normal;
|
|
1447
1449
|
}
|
|
1448
1450
|
|
|
1449
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
1451
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1452
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1450
1453
|
display: none;
|
|
1451
1454
|
}
|
|
1452
1455
|
|
package/styles/fabric-dark.css
CHANGED
|
@@ -711,7 +711,9 @@
|
|
|
711
711
|
}
|
|
712
712
|
|
|
713
713
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
714
|
-
.e-
|
|
714
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
715
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
716
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
715
717
|
display: none;
|
|
716
718
|
}
|
|
717
719
|
|
|
@@ -1413,7 +1415,8 @@
|
|
|
1413
1415
|
margin: 1px 0;
|
|
1414
1416
|
}
|
|
1415
1417
|
|
|
1416
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
1418
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1419
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1417
1420
|
display: none;
|
|
1418
1421
|
}
|
|
1419
1422
|
|
package/styles/fabric.css
CHANGED
|
@@ -713,7 +713,9 @@
|
|
|
713
713
|
}
|
|
714
714
|
|
|
715
715
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
716
|
-
.e-
|
|
716
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
717
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
718
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
717
719
|
display: none;
|
|
718
720
|
}
|
|
719
721
|
|
|
@@ -1415,7 +1417,8 @@
|
|
|
1415
1417
|
margin: 1px 0;
|
|
1416
1418
|
}
|
|
1417
1419
|
|
|
1418
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
1420
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1421
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1419
1422
|
display: none;
|
|
1420
1423
|
}
|
|
1421
1424
|
|
|
@@ -741,7 +741,9 @@
|
|
|
741
741
|
}
|
|
742
742
|
|
|
743
743
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
744
|
-
.e-
|
|
744
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
745
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
746
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
745
747
|
display: none;
|
|
746
748
|
}
|
|
747
749
|
|
|
@@ -1443,7 +1445,8 @@
|
|
|
1443
1445
|
margin: 1px 0;
|
|
1444
1446
|
}
|
|
1445
1447
|
|
|
1446
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
1448
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1449
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1447
1450
|
display: none;
|
|
1448
1451
|
}
|
|
1449
1452
|
|
package/styles/highcontrast.css
CHANGED
|
@@ -743,7 +743,9 @@
|
|
|
743
743
|
}
|
|
744
744
|
|
|
745
745
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
746
|
-
.e-
|
|
746
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
747
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
748
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
747
749
|
display: none;
|
|
748
750
|
}
|
|
749
751
|
|
|
@@ -1445,7 +1447,8 @@
|
|
|
1445
1447
|
margin: 1px 0;
|
|
1446
1448
|
}
|
|
1447
1449
|
|
|
1448
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
1450
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1451
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1449
1452
|
display: none;
|
|
1450
1453
|
}
|
|
1451
1454
|
|
package/styles/material-dark.css
CHANGED
|
@@ -791,7 +791,9 @@
|
|
|
791
791
|
}
|
|
792
792
|
|
|
793
793
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
794
|
-
.e-
|
|
794
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
795
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
796
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
795
797
|
display: none;
|
|
796
798
|
}
|
|
797
799
|
|
|
@@ -1492,7 +1494,8 @@
|
|
|
1492
1494
|
white-space: normal;
|
|
1493
1495
|
}
|
|
1494
1496
|
|
|
1495
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
1497
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1498
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1496
1499
|
display: none;
|
|
1497
1500
|
}
|
|
1498
1501
|
|
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
|
|
package/styles/menu/_layout.scss
CHANGED
package/styles/menu/_theme.scss
CHANGED
|
@@ -108,15 +108,6 @@
|
|
|
108
108
|
color: $submenu-color;
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
|
-
@else if $skin-name == 'FluentUI' or $theme-name == 'FluentUI' {
|
|
112
|
-
& .e-caret {
|
|
113
|
-
color: $menu-icon-color;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
& .e-menu-icon {
|
|
117
|
-
color: $menu-icon-color;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
111
|
|
|
121
112
|
&.e-focused {
|
|
122
113
|
@if $skin-name == 'bootstrap4' {
|
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
|
|
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
|
|
|
@@ -197,7 +197,8 @@
|
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
.e-toolbar-item.e-separator.e-multirow-separator
|
|
200
|
+
.e-toolbar-item.e-separator.e-multirow-separator,
|
|
201
|
+
.e-toolbar-item.e-separator.e-hidden {
|
|
201
202
|
display: none;
|
|
202
203
|
}
|
|
203
204
|
|
|
@@ -1063,7 +1064,8 @@
|
|
|
1063
1064
|
}
|
|
1064
1065
|
}
|
|
1065
1066
|
|
|
1066
|
-
.e-toolbar-item.e-separator.e-multirow-separator
|
|
1067
|
+
.e-toolbar-item.e-separator.e-multirow-separator,
|
|
1068
|
+
.e-toolbar-item.e-separator.e-hidden {
|
|
1067
1069
|
display: none;
|
|
1068
1070
|
}
|
|
1069
1071
|
|
|
@@ -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
|
|