@syncfusion/ej2-navigations 32.1.24 → 32.2.6
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 +22 -4
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +22 -4
- 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 +7 -7
- package/src/treeview/treeview.d.ts +1 -0
- package/src/treeview/treeview.js +22 -4
- package/styles/accordion/_material3-dark-definition.scss +51 -35
- package/styles/accordion/_material3-definition.scss +51 -35
- package/styles/bds-lite.css +6 -2
- package/styles/bds.css +6 -2
- package/styles/bootstrap-dark-lite.css +6 -2
- package/styles/bootstrap-dark.css +6 -2
- package/styles/bootstrap-lite.css +6 -2
- package/styles/bootstrap.css +6 -2
- package/styles/bootstrap4-lite.css +6 -2
- package/styles/bootstrap4.css +6 -2
- package/styles/bootstrap5-dark-lite.css +6 -2
- package/styles/bootstrap5-dark.css +6 -2
- package/styles/bootstrap5-lite.css +6 -2
- package/styles/bootstrap5.3-lite.css +6 -2
- package/styles/bootstrap5.3.css +6 -2
- package/styles/bootstrap5.css +6 -2
- package/styles/context-menu/_layout-mixin.scss +2 -0
- package/styles/context-menu/_layout.scss +2 -2
- package/styles/context-menu/bds.css +4 -2
- package/styles/context-menu/bootstrap-dark.css +4 -2
- package/styles/context-menu/bootstrap.css +4 -2
- package/styles/context-menu/bootstrap4.css +4 -2
- package/styles/context-menu/bootstrap5-dark.css +4 -2
- package/styles/context-menu/bootstrap5.3.css +4 -2
- package/styles/context-menu/bootstrap5.css +4 -2
- package/styles/context-menu/fabric-dark.css +4 -2
- package/styles/context-menu/fabric.css +4 -2
- package/styles/context-menu/fluent-dark.css +4 -2
- package/styles/context-menu/fluent.css +4 -2
- package/styles/context-menu/fluent2.css +4 -2
- package/styles/context-menu/highcontrast-light.css +4 -2
- package/styles/context-menu/highcontrast.css +4 -2
- package/styles/context-menu/material-dark.css +4 -2
- package/styles/context-menu/material.css +4 -2
- package/styles/context-menu/material3-dark.css +4 -2
- package/styles/context-menu/material3.css +4 -2
- package/styles/context-menu/tailwind-dark.css +4 -2
- package/styles/context-menu/tailwind.css +4 -2
- package/styles/context-menu/tailwind3.css +4 -2
- package/styles/fabric-dark-lite.css +6 -2
- package/styles/fabric-dark.css +6 -2
- package/styles/fabric-lite.css +6 -2
- package/styles/fabric.css +6 -2
- package/styles/fluent-dark-lite.css +6 -2
- package/styles/fluent-dark.css +6 -2
- package/styles/fluent-lite.css +6 -2
- package/styles/fluent.css +6 -2
- package/styles/fluent2-lite.css +6 -2
- package/styles/fluent2.css +6 -2
- package/styles/highcontrast-light-lite.css +6 -2
- package/styles/highcontrast-light.css +6 -2
- package/styles/highcontrast-lite.css +6 -2
- package/styles/highcontrast.css +6 -2
- package/styles/material-dark-lite.css +6 -2
- package/styles/material-dark.css +6 -2
- package/styles/material-lite.css +6 -2
- package/styles/material.css +6 -2
- package/styles/material3-dark-lite.css +6 -2
- package/styles/material3-dark.css +6 -2
- package/styles/material3-lite.css +6 -2
- package/styles/material3.css +6 -2
- package/styles/menu/bds.css +2 -0
- package/styles/menu/bootstrap-dark.css +2 -0
- package/styles/menu/bootstrap.css +2 -0
- package/styles/menu/bootstrap4.css +2 -0
- package/styles/menu/bootstrap5-dark.css +2 -0
- package/styles/menu/bootstrap5.3.css +2 -0
- package/styles/menu/bootstrap5.css +2 -0
- package/styles/menu/fabric-dark.css +2 -0
- package/styles/menu/fabric.css +2 -0
- package/styles/menu/fluent-dark.css +2 -0
- package/styles/menu/fluent.css +2 -0
- package/styles/menu/fluent2.css +2 -0
- package/styles/menu/highcontrast-light.css +2 -0
- package/styles/menu/highcontrast.css +2 -0
- package/styles/menu/material-dark.css +2 -0
- package/styles/menu/material.css +2 -0
- package/styles/menu/material3-dark.css +2 -0
- package/styles/menu/material3.css +2 -0
- package/styles/menu/tailwind-dark.css +2 -0
- package/styles/menu/tailwind.css +2 -0
- package/styles/menu/tailwind3.css +2 -0
- package/styles/tailwind-dark-lite.css +6 -2
- package/styles/tailwind-dark.css +6 -2
- package/styles/tailwind-lite.css +6 -2
- package/styles/tailwind.css +6 -2
- package/styles/tailwind3-lite.css +6 -2
- package/styles/tailwind3.css +6 -2
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 32.
|
|
3
|
+
* version : 32.2.3
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. 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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-navigations",
|
|
3
|
-
"version": "32.
|
|
3
|
+
"version": "32.2.6",
|
|
4
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
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"module": "./index.js",
|
|
9
9
|
"es2015": "./dist/es6/ej2-navigations.es5.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@syncfusion/ej2-base": "~32.
|
|
12
|
-
"@syncfusion/ej2-buttons": "~32.
|
|
13
|
-
"@syncfusion/ej2-data": "~32.
|
|
14
|
-
"@syncfusion/ej2-inputs": "~32.
|
|
15
|
-
"@syncfusion/ej2-lists": "~32.
|
|
16
|
-
"@syncfusion/ej2-popups": "~32.
|
|
11
|
+
"@syncfusion/ej2-base": "~32.2.6",
|
|
12
|
+
"@syncfusion/ej2-buttons": "~32.2.3",
|
|
13
|
+
"@syncfusion/ej2-data": "~32.2.3",
|
|
14
|
+
"@syncfusion/ej2-inputs": "~32.2.3",
|
|
15
|
+
"@syncfusion/ej2-lists": "~32.2.6",
|
|
16
|
+
"@syncfusion/ej2-popups": "~32.2.6"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {},
|
|
19
19
|
"keywords": [
|
package/src/treeview/treeview.js
CHANGED
|
@@ -847,7 +847,7 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
847
847
|
};
|
|
848
848
|
if (!this.isRefreshed) {
|
|
849
849
|
this.trigger('drawNode', eventArgs);
|
|
850
|
-
if (e.curData[this.fields.selectable] === false
|
|
850
|
+
if (e.curData[this.fields.selectable] === false) {
|
|
851
851
|
e.item.classList.add(PREVENTSELECT);
|
|
852
852
|
var firstChild = e.item.firstElementChild;
|
|
853
853
|
firstChild.style.cursor = 'not-allowed';
|
|
@@ -1659,7 +1659,8 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
1659
1659
|
}
|
|
1660
1660
|
else {
|
|
1661
1661
|
for (var i = 0; i < eUids.length; i++) {
|
|
1662
|
-
var
|
|
1662
|
+
var uid = this.escapeHashInUid(eUids[parseInt(i.toString(), 10)]);
|
|
1663
|
+
var eNode = select('[data-uid="' + uid + '"]', this.element);
|
|
1663
1664
|
if (!isNOU(eNode)) {
|
|
1664
1665
|
var icon = select('.' + EXPANDABLE, select('.' + TEXTWRAP, eNode));
|
|
1665
1666
|
if (!isNOU(icon)) {
|
|
@@ -1696,7 +1697,8 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
1696
1697
|
}
|
|
1697
1698
|
};
|
|
1698
1699
|
TreeView.prototype.expandCallback = function (eUid, callback) {
|
|
1699
|
-
var
|
|
1700
|
+
var uid = this.escapeHashInUid(eUid);
|
|
1701
|
+
var eNode = select('[data-uid="' + uid + '"]', this.element);
|
|
1700
1702
|
if (!isNOU(eNode)) {
|
|
1701
1703
|
var icon = select('.' + EXPANDABLE, select('.' + TEXTWRAP, eNode));
|
|
1702
1704
|
if (!isNOU(icon)) {
|
|
@@ -1726,7 +1728,8 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
1726
1728
|
if (sUids.length > 0) {
|
|
1727
1729
|
this.setProperties({ selectedNodes: [] }, true);
|
|
1728
1730
|
for (var i = 0; i < sUids.length; i++) {
|
|
1729
|
-
var
|
|
1731
|
+
var uid = this.escapeHashInUid(sUids[parseInt(i.toString(), 10)]);
|
|
1732
|
+
var sNode = select('[data-uid="' + uid + '"]', this.element);
|
|
1730
1733
|
if (sNode && !(sNode.classList.contains('e-active'))) {
|
|
1731
1734
|
this.selectNode(sNode, null, true);
|
|
1732
1735
|
}
|
|
@@ -2695,6 +2698,12 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
2695
2698
|
TreeView.prototype.validateCheckNode = function (checkWrap, isCheck, li, e) {
|
|
2696
2699
|
var _this = this;
|
|
2697
2700
|
var currLi = closest(checkWrap, '.' + LISTITEM);
|
|
2701
|
+
if (currLi && currLi.classList.contains(PREVENTSELECT) && this.showCheckBox) {
|
|
2702
|
+
if (e && e.preventDefault) {
|
|
2703
|
+
e.preventDefault();
|
|
2704
|
+
}
|
|
2705
|
+
return;
|
|
2706
|
+
}
|
|
2698
2707
|
this.checkActionNodes = [];
|
|
2699
2708
|
var ariaState = !isCheck ? 'true' : 'false';
|
|
2700
2709
|
if (!isNOU(ariaState)) {
|
|
@@ -5772,6 +5781,15 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
5772
5781
|
this.updateIdAttr(null, firstNode);
|
|
5773
5782
|
}
|
|
5774
5783
|
};
|
|
5784
|
+
TreeView.prototype.escapeHashInUid = function (uid) {
|
|
5785
|
+
if (isNOU(uid)) {
|
|
5786
|
+
return uid;
|
|
5787
|
+
}
|
|
5788
|
+
if (typeof uid === 'string' && uid.indexOf(' #') !== -1) {
|
|
5789
|
+
return uid.split(' #').join(' \\#');
|
|
5790
|
+
}
|
|
5791
|
+
return uid;
|
|
5792
|
+
};
|
|
5775
5793
|
var TreeView_1;
|
|
5776
5794
|
__decorate([
|
|
5777
5795
|
Property(false)
|
|
@@ -1,10 +1,26 @@
|
|
|
1
1
|
@use 'ej2-base/styles/definition/material3-dark' as *;
|
|
2
2
|
@forward 'ej2-base/styles/definition/material3-dark';
|
|
3
|
+
$acrdn-header-bg-color: $transparent !default;
|
|
4
|
+
$acrdn-header-text-color: $on-surface !default;
|
|
5
|
+
$acrdn-header-text-color-selected: $on-surface !default;
|
|
6
|
+
$acrdn-header-icon-color: $icon-color !default;
|
|
7
|
+
$acrdn-header-bg-color-hover: $content-bg-color-hover !default;
|
|
8
|
+
$acrdn-header-text-color-hover: $on-surface !default;
|
|
9
|
+
$acrdn-header-icon-color-hover: $primary !default;
|
|
10
|
+
$acrdn-header-bg-color-focus: $content-bg-color-focus !default;
|
|
11
|
+
$acrdn-header-text-color-focus: $on-surface !default;
|
|
12
|
+
$acrdn-header-icon-color-focus: $icon-color-hover !default;
|
|
13
|
+
$acrdn-header-bg-color-active: $transparent !default;
|
|
14
|
+
$acrdn-header-text-color-active: $primary !default;
|
|
15
|
+
$acrdn-header-icon-color-active: $on-surface !default;
|
|
16
|
+
$acrdn-header-bg-color-disabled: $transparent !default;
|
|
17
|
+
$acrdn-header-text-color-disabled: $content-text-color-disabled !default;
|
|
18
|
+
$acrdn-header-icon-color-disabled: $icon-color-disabled !default;
|
|
3
19
|
$acrdn-skin: 'material3' !default;
|
|
4
20
|
$acrdn-icon-font-size: $text-base !default;
|
|
5
21
|
$acrdn-slct-header-font-weight: 500;
|
|
6
|
-
$acrdn-header-font: rgba($
|
|
7
|
-
$acrdn-nested-header-font: rgba($
|
|
22
|
+
$acrdn-header-font: rgba($acrdn-header-text-color) !default;
|
|
23
|
+
$acrdn-nested-header-font: rgba($acrdn-header-text-color-selected) !default;
|
|
8
24
|
$acrdn-header-font-weight: 500 !default;
|
|
9
25
|
$acrdn-header-font-size: $text-sm !default;
|
|
10
26
|
$acrdn-nest-header-font-size: $text-sm !default;
|
|
@@ -16,7 +32,7 @@ $acrdn-content-font-bgr-size: $text-base !default;
|
|
|
16
32
|
$acrdn-bgr-arrow-icon-font-size: $text-xl;
|
|
17
33
|
$acrdn-bgr-item-header-content-font-size: $text-base !default;
|
|
18
34
|
$acrdn-icon-font-size: $text-base !default;
|
|
19
|
-
$acrdn-selected-header-font-color: rgba($
|
|
35
|
+
$acrdn-selected-header-font-color: rgba($acrdn-header-text-color-selected) !default;
|
|
20
36
|
$acrdn-nest-nrml-header-padding: 8px 0 8px 26px !default;
|
|
21
37
|
$acrdn-nest-bgr-header-padding: 12px 0 12px 28px !default;
|
|
22
38
|
$acrdn-nest-second-nrml-header-padding: 8px 0 8px 38px !default;
|
|
@@ -76,16 +92,16 @@ $acrdn-active-bg: rgba($content-bg-color, .0001) !default;
|
|
|
76
92
|
$acrdn-bg-color: $transparent !default;
|
|
77
93
|
$acrdn-default-bg-color: $acrdn-bg-color !default;
|
|
78
94
|
$acrdn-active-bg-color: $acrdn-active-bg !default;
|
|
79
|
-
$acrdn-selected-header-color: $
|
|
80
|
-
$acrdn-icon-color: rgba($icon-color) !default;
|
|
81
|
-
$acrdn-selected-icon-color: rgba($icon-color) !default;
|
|
95
|
+
$acrdn-selected-header-color: $acrdn-header-bg-color !default;
|
|
96
|
+
$acrdn-icon-color: rgba($acrdn-header-icon-color) !default;
|
|
97
|
+
$acrdn-selected-icon-color: rgba($acrdn-header-icon-color) !default;
|
|
82
98
|
$acrdn-content-color: rgba($content-text-color) !default;
|
|
83
99
|
$acrdn-selected-border-color: rgba($border-light) !default;
|
|
84
|
-
$acrdn-header-focus-bg: $
|
|
85
|
-
$acrdn-header-hover-bg: $
|
|
86
|
-
$acrdn-header-active-bg: $
|
|
100
|
+
$acrdn-header-focus-bg: $acrdn-header-bg-color-focus !default;
|
|
101
|
+
$acrdn-header-hover-bg: $acrdn-header-bg-color-hover !default;
|
|
102
|
+
$acrdn-header-active-bg: $acrdn-header-bg-color-active !default;
|
|
87
103
|
$acrdn-item-header-focus-border-color: rgba($border-light) !default;
|
|
88
|
-
$acrdn-item-icon-disable-color: $icon-color-disabled !default;
|
|
104
|
+
$acrdn-item-icon-disable-color: $acrdn-header-icon-color-disabled !default;
|
|
89
105
|
$acrdn-text-disable-color: $content-text-color-disabled !default;
|
|
90
106
|
$acrdn-default-border: $acrdn-selected-border-color !default;
|
|
91
107
|
$acrdn-item-border-color: $acrdn-default-border !default;
|
|
@@ -102,7 +118,7 @@ $acrdn-item-focus-selected-exp-border-top: 1px none $acrdn-default-border !defau
|
|
|
102
118
|
$acrdn-item-focus-selected-exp-hdr-focus-border-color: $acrdn-default-border !default;
|
|
103
119
|
$acrdn-item-focus-selected-exp-hdr-focus-border-type: solid !default;
|
|
104
120
|
$acrdn-item-focus-selected-exp-hdr-focus-border-size: 0 0 1px 0 !default;
|
|
105
|
-
$acrdn-item-focus-exp-hdr-hover-focus-bg-color: $
|
|
121
|
+
$acrdn-item-focus-exp-hdr-hover-focus-bg-color: $acrdn-header-bg-color-hover !default;
|
|
106
122
|
$acrdn-item-focus-exp-hdr-hover-focus-color: $acrdn-selected-header-font-color !default;
|
|
107
123
|
$acrdn-item-focus-selected-hdr-icons-font: $acrdn-selected-header-font-color !default;
|
|
108
124
|
$acrdn-item-focus-exp-hdricon-hover-font: $acrdn-icon-color !default;
|
|
@@ -110,15 +126,15 @@ $acrdn-item-focus-selected-exp-border-color: $acrdn-default-border !default;
|
|
|
110
126
|
$acrdn-item-exp-select-border-color: $acrdn-default-border !default;
|
|
111
127
|
$acrdn-item-exp-select-border-size: 0 0 1px 0 !default;
|
|
112
128
|
$acrdn-item-header-border: 0 !default;
|
|
113
|
-
$acrdn-item-select-exp-hdr-con-disable-font: $
|
|
114
|
-
$acrdn-item-header-content-disable-color: rgba($
|
|
115
|
-
$acrdn-item-hdr-con-text-disabled-font: $
|
|
129
|
+
$acrdn-item-select-exp-hdr-con-disable-font: $acrdn-header-text-color-disabled !default;
|
|
130
|
+
$acrdn-item-header-content-disable-color: rgba($acrdn-header-text-color) !default;
|
|
131
|
+
$acrdn-item-hdr-con-text-disabled-font: $acrdn-header-text-color-disabled !default;
|
|
116
132
|
$acrdn-item-selected-exp-hdr-focus-border-color: rgba($border-light) !default;
|
|
117
133
|
$acrdn-item-selected-exp-hdr-focus-border-type: solid !default;
|
|
118
134
|
$acrdn-item-selected-exp-hdr-focus-border-size: 0 0 1px 0 !default;
|
|
119
|
-
$acrdn-item-selected-exp-hdr-focus-bg: $
|
|
120
|
-
$acrdn-item-selected-exp-hdr-hover-bg: $
|
|
121
|
-
$acrdn-item-selected-exp-hdr-active-bg: $
|
|
135
|
+
$acrdn-item-selected-exp-hdr-focus-bg: $acrdn-header-bg-color-focus !default;
|
|
136
|
+
$acrdn-item-selected-exp-hdr-hover-bg: $acrdn-header-bg-color-hover !default;
|
|
137
|
+
$acrdn-item-selected-exp-hdr-active-bg: $acrdn-header-bg-color-active !default;
|
|
122
138
|
$acrdn-item-nes-pan-con-last-child-border-bottom: 1px none $acrdn-selected-border-color !default;
|
|
123
139
|
$acrdn-item-select-bg: none !default;
|
|
124
140
|
$acrdn-item-select-border-color: rgba($border-light) !default;
|
|
@@ -127,45 +143,45 @@ $acrdn-item-panel-content-select-bg: none !default;
|
|
|
127
143
|
$acrdn-item-panel-content-select-border-top: 0 !default;
|
|
128
144
|
$acrdn-item-panel-content-select-border-bottom: 0 !default;
|
|
129
145
|
$acrdn-item-header-hover-border: 0 !default;
|
|
130
|
-
$acrdn-item-header-hover-bg: $
|
|
146
|
+
$acrdn-item-header-hover-bg: $acrdn-header-bg-color-hover !default;
|
|
131
147
|
$acrdn-item-header-hover-border-color: initial !default;
|
|
132
148
|
$acrdn-item-header-active-border: 0 !default;
|
|
133
149
|
$acrdn-item-header-active-border-color: initial !default;
|
|
134
150
|
$acrdn-item-header-focus-border: 0 !default;
|
|
135
151
|
$acrdn-item-header-focus-box-shadow: $shadow-focus-ring1 !default;
|
|
136
|
-
$acrdn-item-header-focus-bg: $
|
|
137
|
-
$acrdn-item-header-focus-active-color: rgba($
|
|
138
|
-
$acrdn-item-select-exp-hdr-hover-color: rgba($
|
|
152
|
+
$acrdn-item-header-focus-bg: $acrdn-header-bg-color-focus !default;
|
|
153
|
+
$acrdn-item-header-focus-active-color: rgba($acrdn-header-text-color-focus) !default;
|
|
154
|
+
$acrdn-item-select-exp-hdr-hover-color: rgba($acrdn-header-text-color-hover) !default;
|
|
139
155
|
$acrdn-item-selected-exp-hdr-border-color: rgba($border-light) !default;
|
|
140
156
|
$acrdn-item-selected-exp-hdr-border-size: 0 !default;
|
|
141
|
-
$acrdn-item-selected-exp-hdr-bg: $
|
|
142
|
-
$acrdn-item-selected-exp-hdr-hover-color: rgba($
|
|
143
|
-
$acrdn-item-selected-exp-hdr-hover-focus-color: rgba($
|
|
144
|
-
$acrdn-item-selected-exp-hdr-icon-color: rgba($icon-color) !default;
|
|
157
|
+
$acrdn-item-selected-exp-hdr-bg: $acrdn-header-bg-color !default;
|
|
158
|
+
$acrdn-item-selected-exp-hdr-hover-color: rgba($acrdn-header-text-color-hover) !default;
|
|
159
|
+
$acrdn-item-selected-exp-hdr-hover-focus-color: rgba($acrdn-header-text-color-focus) !default;
|
|
160
|
+
$acrdn-item-selected-exp-hdr-icon-color: rgba($acrdn-header-icon-color) !default;
|
|
145
161
|
$acrdn-item-selected-exp-hdr-hover-border-color: rgba($border-light) !default;
|
|
146
162
|
$acrdn-item-selected-tgl-icon-color: rgba($content-text-color) !default;
|
|
147
|
-
$acrdn-item-selected-hdr-font: rgba($
|
|
163
|
+
$acrdn-item-selected-hdr-font: rgba($acrdn-header-text-color-selected) !default;
|
|
148
164
|
$acrdn-item-select-hdr-focus-border-color: rgba($border-light) !default;
|
|
149
165
|
$acrdn-item-selected-border-color: rgba($border-light) !default;
|
|
150
166
|
$acrdn-item-selected-border-size: 0 0 1px 0 !default;
|
|
151
167
|
$acrdn-item-selected-select-last-border-bottom: 1px none rgba($border-light) !default;
|
|
152
168
|
$acrdn-item-selected-selected-border-color: rgba($border-light) !default;
|
|
153
169
|
$acrdn-item-selected-selected-border-size: 0 0 1px 0 !default;
|
|
154
|
-
$acrdn-item-selected-header-background: $
|
|
170
|
+
$acrdn-item-selected-header-background: $acrdn-header-bg-color !default;
|
|
155
171
|
$acrdn-item-selected-hdr-border-color: rgba($border-light) !default;
|
|
156
172
|
$acrdn-item-selected-hdr-border-size: 0 !default;
|
|
157
173
|
$acrdn-item-selected-header-border-radius: 0 !default;
|
|
158
|
-
$acrdn-item-selected-hdr-con-font: rgba($
|
|
174
|
+
$acrdn-item-selected-hdr-con-font: rgba($acrdn-header-text-color-active) !default;
|
|
159
175
|
$acrdn-item-selected-select-border-color: rgba($border-light) !default;
|
|
160
176
|
$acrdn-item-selected-select-border-size: 0 0 1px 0 !default;
|
|
161
|
-
$acrdn-item-selected-hdr-icon-font: rgba($
|
|
162
|
-
$acrdn-item-selected-exp-hdr-con-hover-color: rgba($
|
|
163
|
-
$acrdn-item-selected-exp-hdr-icon-hover-color: rgba($icon-color) !default;
|
|
164
|
-
$acrdn-item-selected-select-active-bg: $
|
|
165
|
-
$acrdn-item-nes-pan-exp-hdr-color: rgba($
|
|
177
|
+
$acrdn-item-selected-hdr-icon-font: rgba($acrdn-header-icon-color-hover) !default;
|
|
178
|
+
$acrdn-item-selected-exp-hdr-con-hover-color: rgba($acrdn-header-text-color-hover) !default;
|
|
179
|
+
$acrdn-item-selected-exp-hdr-icon-hover-color: rgba($acrdn-header-icon-color) !default;
|
|
180
|
+
$acrdn-item-selected-select-active-bg: $acrdn-header-bg-color-active !default;
|
|
181
|
+
$acrdn-item-nes-pan-exp-hdr-color: rgba($acrdn-header-text-color-selected) !default;
|
|
166
182
|
$acrdn-item-selected-hdr-hover-border-color: rgba($border-light) !default;
|
|
167
|
-
$acrdn-item-selected-hdr-tgl-icon-hover-font: rgba($
|
|
168
|
-
$acrdn-item-nes-selected-exp-hover-hdr-icons-font: rgba($
|
|
183
|
+
$acrdn-item-selected-hdr-tgl-icon-hover-font: rgba($acrdn-header-icon-color-hover) !default;
|
|
184
|
+
$acrdn-item-nes-selected-exp-hover-hdr-icons-font: rgba($acrdn-header-icon-color-hover) !default;
|
|
169
185
|
$acrdn-item-nes-selected-exp-hover-hdr-con-font: rgba($content-text-color) !default;
|
|
170
186
|
$acrdn-item-exp-not-selected-hdr-focus-bg: none !default;
|
|
171
187
|
$acrdn-item-exp-not-selected-hdr-focus-border: 0 !default;
|
|
@@ -1,10 +1,26 @@
|
|
|
1
1
|
@use 'ej2-base/styles/definition/material3' as *;
|
|
2
2
|
@forward 'ej2-base/styles/definition/material3';
|
|
3
|
+
$acrdn-header-bg-color: $transparent !default;
|
|
4
|
+
$acrdn-header-text-color: $on-surface !default;
|
|
5
|
+
$acrdn-header-text-color-selected: $on-surface !default;
|
|
6
|
+
$acrdn-header-icon-color: $icon-color !default;
|
|
7
|
+
$acrdn-header-bg-color-hover: $content-bg-color-hover !default;
|
|
8
|
+
$acrdn-header-text-color-hover: $on-surface !default;
|
|
9
|
+
$acrdn-header-icon-color-hover: $primary !default;
|
|
10
|
+
$acrdn-header-bg-color-focus: $content-bg-color-focus !default;
|
|
11
|
+
$acrdn-header-text-color-focus: $on-surface !default;
|
|
12
|
+
$acrdn-header-icon-color-focus: $icon-color-hover !default;
|
|
13
|
+
$acrdn-header-bg-color-active: $transparent !default;
|
|
14
|
+
$acrdn-header-text-color-active: $primary !default;
|
|
15
|
+
$acrdn-header-icon-color-active: $on-surface !default;
|
|
16
|
+
$acrdn-header-bg-color-disabled: $transparent !default;
|
|
17
|
+
$acrdn-header-text-color-disabled: $content-text-color-disabled !default;
|
|
18
|
+
$acrdn-header-icon-color-disabled: $icon-color-disabled !default;
|
|
3
19
|
$acrdn-skin: 'material3' !default;
|
|
4
20
|
$acrdn-icon-font-size: $text-base !default;
|
|
5
21
|
$acrdn-slct-header-font-weight: 500;
|
|
6
|
-
$acrdn-header-font: rgba($
|
|
7
|
-
$acrdn-nested-header-font: rgba($
|
|
22
|
+
$acrdn-header-font: rgba($acrdn-header-text-color) !default;
|
|
23
|
+
$acrdn-nested-header-font: rgba($acrdn-header-text-color-selected) !default;
|
|
8
24
|
$acrdn-header-font-weight: 500 !default;
|
|
9
25
|
$acrdn-header-font-size: $text-sm !default;
|
|
10
26
|
$acrdn-nest-header-font-size: $text-sm !default;
|
|
@@ -16,7 +32,7 @@ $acrdn-content-font-bgr-size: $text-base !default;
|
|
|
16
32
|
$acrdn-bgr-arrow-icon-font-size: $text-xl;
|
|
17
33
|
$acrdn-bgr-item-header-content-font-size: $text-base !default;
|
|
18
34
|
$acrdn-icon-font-size: $text-base !default;
|
|
19
|
-
$acrdn-selected-header-font-color: rgba($
|
|
35
|
+
$acrdn-selected-header-font-color: rgba($acrdn-header-text-color-selected) !default;
|
|
20
36
|
$acrdn-nest-nrml-header-padding: 8px 0 8px 26px !default;
|
|
21
37
|
$acrdn-nest-bgr-header-padding: 12px 0 12px 28px !default;
|
|
22
38
|
$acrdn-nest-second-nrml-header-padding: 8px 0 8px 38px !default;
|
|
@@ -76,16 +92,16 @@ $acrdn-active-bg: rgba($content-bg-color, .0001) !default;
|
|
|
76
92
|
$acrdn-bg-color: $transparent !default;
|
|
77
93
|
$acrdn-default-bg-color: $acrdn-bg-color !default;
|
|
78
94
|
$acrdn-active-bg-color: $acrdn-active-bg !default;
|
|
79
|
-
$acrdn-selected-header-color: $
|
|
80
|
-
$acrdn-icon-color: rgba($icon-color) !default;
|
|
81
|
-
$acrdn-selected-icon-color: rgba($icon-color) !default;
|
|
95
|
+
$acrdn-selected-header-color: $acrdn-header-bg-color !default;
|
|
96
|
+
$acrdn-icon-color: rgba($acrdn-header-icon-color) !default;
|
|
97
|
+
$acrdn-selected-icon-color: rgba($acrdn-header-icon-color) !default;
|
|
82
98
|
$acrdn-content-color: rgba($content-text-color) !default;
|
|
83
99
|
$acrdn-selected-border-color: rgba($border-light) !default;
|
|
84
|
-
$acrdn-header-focus-bg: $
|
|
85
|
-
$acrdn-header-hover-bg: $
|
|
86
|
-
$acrdn-header-active-bg: $
|
|
100
|
+
$acrdn-header-focus-bg: $acrdn-header-bg-color-focus !default;
|
|
101
|
+
$acrdn-header-hover-bg: $acrdn-header-bg-color-hover !default;
|
|
102
|
+
$acrdn-header-active-bg: $acrdn-header-bg-color-active !default;
|
|
87
103
|
$acrdn-item-header-focus-border-color: rgba($border-light) !default;
|
|
88
|
-
$acrdn-item-icon-disable-color: $icon-color-disabled !default;
|
|
104
|
+
$acrdn-item-icon-disable-color: $acrdn-header-icon-color-disabled !default;
|
|
89
105
|
$acrdn-text-disable-color: $content-text-color-disabled !default;
|
|
90
106
|
$acrdn-default-border: $acrdn-selected-border-color !default;
|
|
91
107
|
$acrdn-item-border-color: $acrdn-default-border !default;
|
|
@@ -102,7 +118,7 @@ $acrdn-item-focus-selected-exp-border-top: 1px none $acrdn-default-border !defau
|
|
|
102
118
|
$acrdn-item-focus-selected-exp-hdr-focus-border-color: $acrdn-default-border !default;
|
|
103
119
|
$acrdn-item-focus-selected-exp-hdr-focus-border-type: solid !default;
|
|
104
120
|
$acrdn-item-focus-selected-exp-hdr-focus-border-size: 0 0 1px 0 !default;
|
|
105
|
-
$acrdn-item-focus-exp-hdr-hover-focus-bg-color: $
|
|
121
|
+
$acrdn-item-focus-exp-hdr-hover-focus-bg-color: $acrdn-header-bg-color-hover !default;
|
|
106
122
|
$acrdn-item-focus-exp-hdr-hover-focus-color: $acrdn-selected-header-font-color !default;
|
|
107
123
|
$acrdn-item-focus-selected-hdr-icons-font: $acrdn-selected-header-font-color !default;
|
|
108
124
|
$acrdn-item-focus-exp-hdricon-hover-font: $acrdn-icon-color !default;
|
|
@@ -110,15 +126,15 @@ $acrdn-item-focus-selected-exp-border-color: $acrdn-default-border !default;
|
|
|
110
126
|
$acrdn-item-exp-select-border-color: $acrdn-default-border !default;
|
|
111
127
|
$acrdn-item-exp-select-border-size: 0 0 1px 0 !default;
|
|
112
128
|
$acrdn-item-header-border: 0 !default;
|
|
113
|
-
$acrdn-item-select-exp-hdr-con-disable-font: $
|
|
114
|
-
$acrdn-item-header-content-disable-color: rgba($
|
|
115
|
-
$acrdn-item-hdr-con-text-disabled-font: $
|
|
129
|
+
$acrdn-item-select-exp-hdr-con-disable-font: $acrdn-header-text-color-disabled !default;
|
|
130
|
+
$acrdn-item-header-content-disable-color: rgba($acrdn-header-text-color) !default;
|
|
131
|
+
$acrdn-item-hdr-con-text-disabled-font: $acrdn-header-text-color-disabled !default;
|
|
116
132
|
$acrdn-item-selected-exp-hdr-focus-border-color: rgba($border-light) !default;
|
|
117
133
|
$acrdn-item-selected-exp-hdr-focus-border-type: solid !default;
|
|
118
134
|
$acrdn-item-selected-exp-hdr-focus-border-size: 0 0 1px 0 !default;
|
|
119
|
-
$acrdn-item-selected-exp-hdr-focus-bg: $
|
|
120
|
-
$acrdn-item-selected-exp-hdr-hover-bg: $
|
|
121
|
-
$acrdn-item-selected-exp-hdr-active-bg: $
|
|
135
|
+
$acrdn-item-selected-exp-hdr-focus-bg: $acrdn-header-bg-color-focus !default;
|
|
136
|
+
$acrdn-item-selected-exp-hdr-hover-bg: $acrdn-header-bg-color-hover !default;
|
|
137
|
+
$acrdn-item-selected-exp-hdr-active-bg: $acrdn-header-bg-color-active !default;
|
|
122
138
|
$acrdn-item-nes-pan-con-last-child-border-bottom: 1px none $acrdn-selected-border-color !default;
|
|
123
139
|
$acrdn-item-select-bg: none !default;
|
|
124
140
|
$acrdn-item-select-border-color: rgba($border-light) !default;
|
|
@@ -127,45 +143,45 @@ $acrdn-item-panel-content-select-bg: none !default;
|
|
|
127
143
|
$acrdn-item-panel-content-select-border-top: 0 !default;
|
|
128
144
|
$acrdn-item-panel-content-select-border-bottom: 0 !default;
|
|
129
145
|
$acrdn-item-header-hover-border: 0 !default;
|
|
130
|
-
$acrdn-item-header-hover-bg: $
|
|
146
|
+
$acrdn-item-header-hover-bg: $acrdn-header-bg-color-hover !default;
|
|
131
147
|
$acrdn-item-header-hover-border-color: initial !default;
|
|
132
148
|
$acrdn-item-header-active-border: 0 !default;
|
|
133
149
|
$acrdn-item-header-active-border-color: initial !default;
|
|
134
150
|
$acrdn-item-header-focus-border: 0 !default;
|
|
135
151
|
$acrdn-item-header-focus-box-shadow: $shadow-focus-ring1 !default;
|
|
136
|
-
$acrdn-item-header-focus-bg: $
|
|
137
|
-
$acrdn-item-header-focus-active-color: rgba($
|
|
138
|
-
$acrdn-item-select-exp-hdr-hover-color: rgba($
|
|
152
|
+
$acrdn-item-header-focus-bg: $acrdn-header-bg-color-focus !default;
|
|
153
|
+
$acrdn-item-header-focus-active-color: rgba($acrdn-header-text-color-focus) !default;
|
|
154
|
+
$acrdn-item-select-exp-hdr-hover-color: rgba($acrdn-header-text-color-hover) !default;
|
|
139
155
|
$acrdn-item-selected-exp-hdr-border-color: rgba($border-light) !default;
|
|
140
156
|
$acrdn-item-selected-exp-hdr-border-size: 0 !default;
|
|
141
|
-
$acrdn-item-selected-exp-hdr-bg: $
|
|
142
|
-
$acrdn-item-selected-exp-hdr-hover-color: rgba($
|
|
143
|
-
$acrdn-item-selected-exp-hdr-hover-focus-color: rgba($
|
|
144
|
-
$acrdn-item-selected-exp-hdr-icon-color: rgba($icon-color) !default;
|
|
157
|
+
$acrdn-item-selected-exp-hdr-bg: $acrdn-header-bg-color !default;
|
|
158
|
+
$acrdn-item-selected-exp-hdr-hover-color: rgba($acrdn-header-text-color-hover) !default;
|
|
159
|
+
$acrdn-item-selected-exp-hdr-hover-focus-color: rgba($acrdn-header-text-color-focus) !default;
|
|
160
|
+
$acrdn-item-selected-exp-hdr-icon-color: rgba($acrdn-header-icon-color) !default;
|
|
145
161
|
$acrdn-item-selected-exp-hdr-hover-border-color: rgba($border-light) !default;
|
|
146
162
|
$acrdn-item-selected-tgl-icon-color: rgba($content-text-color) !default;
|
|
147
|
-
$acrdn-item-selected-hdr-font: rgba($
|
|
163
|
+
$acrdn-item-selected-hdr-font: rgba($acrdn-header-text-color-selected) !default;
|
|
148
164
|
$acrdn-item-select-hdr-focus-border-color: rgba($border-light) !default;
|
|
149
165
|
$acrdn-item-selected-border-color: rgba($border-light) !default;
|
|
150
166
|
$acrdn-item-selected-border-size: 0 0 1px 0 !default;
|
|
151
167
|
$acrdn-item-selected-select-last-border-bottom: 1px none rgba($border-light) !default;
|
|
152
168
|
$acrdn-item-selected-selected-border-color: rgba($border-light) !default;
|
|
153
169
|
$acrdn-item-selected-selected-border-size: 0 0 1px 0 !default;
|
|
154
|
-
$acrdn-item-selected-header-background: $
|
|
170
|
+
$acrdn-item-selected-header-background: $acrdn-header-bg-color !default;
|
|
155
171
|
$acrdn-item-selected-hdr-border-color: rgba($border-light) !default;
|
|
156
172
|
$acrdn-item-selected-hdr-border-size: 0 !default;
|
|
157
173
|
$acrdn-item-selected-header-border-radius: $radius-0 !default;
|
|
158
|
-
$acrdn-item-selected-hdr-con-font: rgba($
|
|
174
|
+
$acrdn-item-selected-hdr-con-font: rgba($acrdn-header-text-color-active) !default;
|
|
159
175
|
$acrdn-item-selected-select-border-color: rgba($border-light) !default;
|
|
160
176
|
$acrdn-item-selected-select-border-size: 0 0 1px 0 !default;
|
|
161
|
-
$acrdn-item-selected-hdr-icon-font: rgba($
|
|
162
|
-
$acrdn-item-selected-exp-hdr-con-hover-color: rgba($
|
|
163
|
-
$acrdn-item-selected-exp-hdr-icon-hover-color: rgba($icon-color) !default;
|
|
164
|
-
$acrdn-item-selected-select-active-bg: $
|
|
165
|
-
$acrdn-item-nes-pan-exp-hdr-color: rgba($
|
|
177
|
+
$acrdn-item-selected-hdr-icon-font: rgba($acrdn-header-icon-color-hover) !default;
|
|
178
|
+
$acrdn-item-selected-exp-hdr-con-hover-color: rgba($acrdn-header-text-color-hover) !default;
|
|
179
|
+
$acrdn-item-selected-exp-hdr-icon-hover-color: rgba($acrdn-header-icon-color) !default;
|
|
180
|
+
$acrdn-item-selected-select-active-bg: $acrdn-header-bg-color-active !default;
|
|
181
|
+
$acrdn-item-nes-pan-exp-hdr-color: rgba($acrdn-header-text-color-selected) !default;
|
|
166
182
|
$acrdn-item-selected-hdr-hover-border-color: rgba($border-light) !default;
|
|
167
|
-
$acrdn-item-selected-hdr-tgl-icon-hover-font: rgba($
|
|
168
|
-
$acrdn-item-nes-selected-exp-hover-hdr-icons-font: rgba($
|
|
183
|
+
$acrdn-item-selected-hdr-tgl-icon-hover-font: rgba($acrdn-header-icon-color-hover) !default;
|
|
184
|
+
$acrdn-item-nes-selected-exp-hover-hdr-icons-font: rgba($acrdn-header-icon-color-hover) !default;
|
|
169
185
|
$acrdn-item-nes-selected-exp-hover-hdr-con-font: rgba($content-text-color) !default;
|
|
170
186
|
$acrdn-item-exp-not-selected-hdr-focus-bg: none !default;
|
|
171
187
|
$acrdn-item-exp-not-selected-hdr-focus-border: 0 !default;
|
package/styles/bds-lite.css
CHANGED
|
@@ -3081,6 +3081,8 @@
|
|
|
3081
3081
|
.e-contextmenu-container ul .e-menu-item .e-menu-icon {
|
|
3082
3082
|
display: inline-block;
|
|
3083
3083
|
vertical-align: middle;
|
|
3084
|
+
position: relative;
|
|
3085
|
+
top: -1px;
|
|
3084
3086
|
}
|
|
3085
3087
|
.e-contextmenu-wrapper ul .e-menu-item.e-separator,
|
|
3086
3088
|
.e-contextmenu-container ul .e-menu-item.e-separator {
|
|
@@ -3232,8 +3234,8 @@
|
|
|
3232
3234
|
padding-left: 36px;
|
|
3233
3235
|
}
|
|
3234
3236
|
|
|
3235
|
-
.e-contextmenu-wrapper .e-menu-item,
|
|
3236
|
-
.e-contextmenu-container .e-menu-item {
|
|
3237
|
+
.e-contextmenu-wrapper .e-menu-item:not(.e-control),
|
|
3238
|
+
.e-contextmenu-container .e-menu-item:not(.e-control) {
|
|
3237
3239
|
white-space: nowrap;
|
|
3238
3240
|
overflow: hidden;
|
|
3239
3241
|
text-overflow: ellipsis;
|
|
@@ -7670,6 +7672,8 @@ ejs-sidebar {
|
|
|
7670
7672
|
.e-menu-container ul .e-menu-item .e-menu-icon {
|
|
7671
7673
|
display: inline-block;
|
|
7672
7674
|
vertical-align: middle;
|
|
7675
|
+
position: relative;
|
|
7676
|
+
top: -1px;
|
|
7673
7677
|
}
|
|
7674
7678
|
.e-menu-wrapper ul .e-menu-item.e-separator,
|
|
7675
7679
|
.e-menu-container ul .e-menu-item.e-separator {
|
package/styles/bds.css
CHANGED
|
@@ -3794,6 +3794,8 @@
|
|
|
3794
3794
|
.e-contextmenu-container ul .e-menu-item .e-menu-icon {
|
|
3795
3795
|
display: inline-block;
|
|
3796
3796
|
vertical-align: middle;
|
|
3797
|
+
position: relative;
|
|
3798
|
+
top: -1px;
|
|
3797
3799
|
}
|
|
3798
3800
|
.e-contextmenu-wrapper ul .e-menu-item.e-separator,
|
|
3799
3801
|
.e-contextmenu-container ul .e-menu-item.e-separator {
|
|
@@ -3945,8 +3947,8 @@
|
|
|
3945
3947
|
padding-left: 36px;
|
|
3946
3948
|
}
|
|
3947
3949
|
|
|
3948
|
-
.e-contextmenu-wrapper .e-menu-item,
|
|
3949
|
-
.e-contextmenu-container .e-menu-item {
|
|
3950
|
+
.e-contextmenu-wrapper .e-menu-item:not(.e-control),
|
|
3951
|
+
.e-contextmenu-container .e-menu-item:not(.e-control) {
|
|
3950
3952
|
white-space: nowrap;
|
|
3951
3953
|
overflow: hidden;
|
|
3952
3954
|
text-overflow: ellipsis;
|
|
@@ -9940,6 +9942,8 @@ ejs-sidebar {
|
|
|
9940
9942
|
.e-menu-container ul .e-menu-item .e-menu-icon {
|
|
9941
9943
|
display: inline-block;
|
|
9942
9944
|
vertical-align: middle;
|
|
9945
|
+
position: relative;
|
|
9946
|
+
top: -1px;
|
|
9943
9947
|
}
|
|
9944
9948
|
.e-menu-wrapper ul .e-menu-item.e-separator,
|
|
9945
9949
|
.e-menu-container ul .e-menu-item.e-separator {
|
|
@@ -2826,6 +2826,8 @@
|
|
|
2826
2826
|
.e-contextmenu-container ul .e-menu-item .e-menu-icon {
|
|
2827
2827
|
display: inline-block;
|
|
2828
2828
|
vertical-align: middle;
|
|
2829
|
+
position: relative;
|
|
2830
|
+
top: -1px;
|
|
2829
2831
|
}
|
|
2830
2832
|
.e-contextmenu-wrapper ul .e-menu-item.e-separator,
|
|
2831
2833
|
.e-contextmenu-container ul .e-menu-item.e-separator {
|
|
@@ -2977,8 +2979,8 @@
|
|
|
2977
2979
|
padding-left: 36px;
|
|
2978
2980
|
}
|
|
2979
2981
|
|
|
2980
|
-
.e-contextmenu-wrapper .e-menu-item,
|
|
2981
|
-
.e-contextmenu-container .e-menu-item {
|
|
2982
|
+
.e-contextmenu-wrapper .e-menu-item:not(.e-control),
|
|
2983
|
+
.e-contextmenu-container .e-menu-item:not(.e-control) {
|
|
2982
2984
|
white-space: nowrap;
|
|
2983
2985
|
overflow: hidden;
|
|
2984
2986
|
text-overflow: ellipsis;
|
|
@@ -7026,6 +7028,8 @@ ejs-sidebar {
|
|
|
7026
7028
|
.e-menu-container ul .e-menu-item .e-menu-icon {
|
|
7027
7029
|
display: inline-block;
|
|
7028
7030
|
vertical-align: middle;
|
|
7031
|
+
position: relative;
|
|
7032
|
+
top: -1px;
|
|
7029
7033
|
}
|
|
7030
7034
|
.e-menu-wrapper ul .e-menu-item.e-separator,
|
|
7031
7035
|
.e-menu-container ul .e-menu-item.e-separator {
|
|
@@ -3452,6 +3452,8 @@
|
|
|
3452
3452
|
.e-contextmenu-container ul .e-menu-item .e-menu-icon {
|
|
3453
3453
|
display: inline-block;
|
|
3454
3454
|
vertical-align: middle;
|
|
3455
|
+
position: relative;
|
|
3456
|
+
top: -1px;
|
|
3455
3457
|
}
|
|
3456
3458
|
.e-contextmenu-wrapper ul .e-menu-item.e-separator,
|
|
3457
3459
|
.e-contextmenu-container ul .e-menu-item.e-separator {
|
|
@@ -3603,8 +3605,8 @@
|
|
|
3603
3605
|
padding-left: 36px;
|
|
3604
3606
|
}
|
|
3605
3607
|
|
|
3606
|
-
.e-contextmenu-wrapper .e-menu-item,
|
|
3607
|
-
.e-contextmenu-container .e-menu-item {
|
|
3608
|
+
.e-contextmenu-wrapper .e-menu-item:not(.e-control),
|
|
3609
|
+
.e-contextmenu-container .e-menu-item:not(.e-control) {
|
|
3608
3610
|
white-space: nowrap;
|
|
3609
3611
|
overflow: hidden;
|
|
3610
3612
|
text-overflow: ellipsis;
|
|
@@ -9063,6 +9065,8 @@ ejs-sidebar {
|
|
|
9063
9065
|
.e-menu-container ul .e-menu-item .e-menu-icon {
|
|
9064
9066
|
display: inline-block;
|
|
9065
9067
|
vertical-align: middle;
|
|
9068
|
+
position: relative;
|
|
9069
|
+
top: -1px;
|
|
9066
9070
|
}
|
|
9067
9071
|
.e-menu-wrapper ul .e-menu-item.e-separator,
|
|
9068
9072
|
.e-menu-container ul .e-menu-item.e-separator {
|
|
@@ -2832,6 +2832,8 @@
|
|
|
2832
2832
|
.e-contextmenu-container ul .e-menu-item .e-menu-icon {
|
|
2833
2833
|
display: inline-block;
|
|
2834
2834
|
vertical-align: middle;
|
|
2835
|
+
position: relative;
|
|
2836
|
+
top: -1px;
|
|
2835
2837
|
}
|
|
2836
2838
|
.e-contextmenu-wrapper ul .e-menu-item.e-separator,
|
|
2837
2839
|
.e-contextmenu-container ul .e-menu-item.e-separator {
|
|
@@ -2983,8 +2985,8 @@
|
|
|
2983
2985
|
padding-left: 36px;
|
|
2984
2986
|
}
|
|
2985
2987
|
|
|
2986
|
-
.e-contextmenu-wrapper .e-menu-item,
|
|
2987
|
-
.e-contextmenu-container .e-menu-item {
|
|
2988
|
+
.e-contextmenu-wrapper .e-menu-item:not(.e-control),
|
|
2989
|
+
.e-contextmenu-container .e-menu-item:not(.e-control) {
|
|
2988
2990
|
white-space: nowrap;
|
|
2989
2991
|
overflow: hidden;
|
|
2990
2992
|
text-overflow: ellipsis;
|
|
@@ -7043,6 +7045,8 @@ ejs-sidebar {
|
|
|
7043
7045
|
.e-menu-container ul .e-menu-item .e-menu-icon {
|
|
7044
7046
|
display: inline-block;
|
|
7045
7047
|
vertical-align: middle;
|
|
7048
|
+
position: relative;
|
|
7049
|
+
top: -1px;
|
|
7046
7050
|
}
|
|
7047
7051
|
.e-menu-wrapper ul .e-menu-item.e-separator,
|
|
7048
7052
|
.e-menu-container ul .e-menu-item.e-separator {
|
package/styles/bootstrap.css
CHANGED
|
@@ -3460,6 +3460,8 @@
|
|
|
3460
3460
|
.e-contextmenu-container ul .e-menu-item .e-menu-icon {
|
|
3461
3461
|
display: inline-block;
|
|
3462
3462
|
vertical-align: middle;
|
|
3463
|
+
position: relative;
|
|
3464
|
+
top: -1px;
|
|
3463
3465
|
}
|
|
3464
3466
|
.e-contextmenu-wrapper ul .e-menu-item.e-separator,
|
|
3465
3467
|
.e-contextmenu-container ul .e-menu-item.e-separator {
|
|
@@ -3611,8 +3613,8 @@
|
|
|
3611
3613
|
padding-left: 36px;
|
|
3612
3614
|
}
|
|
3613
3615
|
|
|
3614
|
-
.e-contextmenu-wrapper .e-menu-item,
|
|
3615
|
-
.e-contextmenu-container .e-menu-item {
|
|
3616
|
+
.e-contextmenu-wrapper .e-menu-item:not(.e-control),
|
|
3617
|
+
.e-contextmenu-container .e-menu-item:not(.e-control) {
|
|
3616
3618
|
white-space: nowrap;
|
|
3617
3619
|
overflow: hidden;
|
|
3618
3620
|
text-overflow: ellipsis;
|
|
@@ -9083,6 +9085,8 @@ ejs-sidebar {
|
|
|
9083
9085
|
.e-menu-container ul .e-menu-item .e-menu-icon {
|
|
9084
9086
|
display: inline-block;
|
|
9085
9087
|
vertical-align: middle;
|
|
9088
|
+
position: relative;
|
|
9089
|
+
top: -1px;
|
|
9086
9090
|
}
|
|
9087
9091
|
.e-menu-wrapper ul .e-menu-item.e-separator,
|
|
9088
9092
|
.e-menu-container ul .e-menu-item.e-separator {
|
|
@@ -2832,6 +2832,8 @@
|
|
|
2832
2832
|
.e-contextmenu-container ul .e-menu-item .e-menu-icon {
|
|
2833
2833
|
display: inline-block;
|
|
2834
2834
|
vertical-align: middle;
|
|
2835
|
+
position: relative;
|
|
2836
|
+
top: -1px;
|
|
2835
2837
|
}
|
|
2836
2838
|
.e-contextmenu-wrapper ul .e-menu-item.e-separator,
|
|
2837
2839
|
.e-contextmenu-container ul .e-menu-item.e-separator {
|
|
@@ -2983,8 +2985,8 @@
|
|
|
2983
2985
|
padding-left: 36px;
|
|
2984
2986
|
}
|
|
2985
2987
|
|
|
2986
|
-
.e-contextmenu-wrapper .e-menu-item,
|
|
2987
|
-
.e-contextmenu-container .e-menu-item {
|
|
2988
|
+
.e-contextmenu-wrapper .e-menu-item:not(.e-control),
|
|
2989
|
+
.e-contextmenu-container .e-menu-item:not(.e-control) {
|
|
2988
2990
|
white-space: nowrap;
|
|
2989
2991
|
overflow: hidden;
|
|
2990
2992
|
text-overflow: ellipsis;
|
|
@@ -7054,6 +7056,8 @@ ejs-sidebar {
|
|
|
7054
7056
|
.e-menu-container ul .e-menu-item .e-menu-icon {
|
|
7055
7057
|
display: inline-block;
|
|
7056
7058
|
vertical-align: middle;
|
|
7059
|
+
position: relative;
|
|
7060
|
+
top: -1px;
|
|
7057
7061
|
}
|
|
7058
7062
|
.e-menu-wrapper ul .e-menu-item.e-separator,
|
|
7059
7063
|
.e-menu-container ul .e-menu-item.e-separator {
|