@syncfusion/ej2-navigations 19.4.40 → 19.4.50
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 +42 -0
- 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 +63 -32
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +62 -31
- 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 -11
- package/src/accordion/accordion.js +10 -8
- package/src/common/menu-base.d.ts +1 -1
- package/src/common/menu-base.js +21 -12
- package/src/tab/tab.d.ts +7 -1
- package/src/tab/tab.js +12 -5
- package/src/toolbar/toolbar.js +19 -6
- package/styles/bootstrap-dark.css +3 -2
- package/styles/bootstrap.css +3 -2
- package/styles/bootstrap4.css +3 -2
- package/styles/bootstrap5-dark.css +3 -2
- package/styles/bootstrap5.css +3 -2
- package/styles/breadcrumb/_layout.scss +1 -1
- package/styles/breadcrumb/bootstrap-dark.css +1 -1
- package/styles/breadcrumb/bootstrap.css +1 -1
- package/styles/breadcrumb/bootstrap4.css +1 -1
- package/styles/breadcrumb/bootstrap5-dark.css +1 -1
- package/styles/breadcrumb/bootstrap5.css +1 -1
- package/styles/breadcrumb/fabric-dark.css +1 -1
- package/styles/breadcrumb/fabric.css +1 -1
- package/styles/breadcrumb/highcontrast-light.css +1 -1
- package/styles/breadcrumb/highcontrast.css +1 -1
- package/styles/breadcrumb/material-dark.css +1 -1
- package/styles/breadcrumb/material.css +1 -1
- package/styles/breadcrumb/tailwind-dark.css +1 -1
- package/styles/breadcrumb/tailwind.css +1 -1
- package/styles/fabric-dark.css +3 -2
- package/styles/fabric.css +3 -2
- package/styles/highcontrast-light.css +3 -2
- package/styles/highcontrast.css +3 -2
- package/styles/material-dark.css +3 -2
- package/styles/material.css +3 -2
- package/styles/menu/_layout.scss +2 -1
- package/styles/menu/bootstrap-dark.css +2 -1
- package/styles/menu/bootstrap.css +2 -1
- package/styles/menu/bootstrap4.css +2 -1
- package/styles/menu/bootstrap5-dark.css +2 -1
- package/styles/menu/bootstrap5.css +2 -1
- package/styles/menu/fabric-dark.css +2 -1
- package/styles/menu/fabric.css +2 -1
- package/styles/menu/highcontrast-light.css +2 -1
- package/styles/menu/highcontrast.css +2 -1
- package/styles/menu/material-dark.css +2 -1
- package/styles/menu/material.css +2 -1
- package/styles/menu/tailwind-dark.css +2 -1
- package/styles/menu/tailwind.css +2 -1
- package/styles/tailwind-dark.css +3 -2
- package/styles/tailwind.css +3 -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.50
|
|
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.48",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-59zwILl64B9gU2ztJqUdK+6/z4qlRbf58ie9FhgV5OtlaPkmIHeEIIte5Z0UoVW5mawu3RwtD30CB9ImsbB7Dw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-navigations",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"/@syncfusion/ej2-diagrams",
|
|
25
25
|
"/@syncfusion/ej2-documenteditor",
|
|
26
26
|
"/@syncfusion/ej2-dropdowns",
|
|
27
|
+
"/@syncfusion/ej2-filemanager",
|
|
27
28
|
"/@syncfusion/ej2-gantt",
|
|
28
29
|
"/@syncfusion/ej2-grids",
|
|
29
30
|
"/@syncfusion/ej2-inplace-editor",
|
|
@@ -36,8 +37,8 @@
|
|
|
36
37
|
"/@syncfusion/ej2-spreadsheet",
|
|
37
38
|
"/@syncfusion/ej2-vue-navigations"
|
|
38
39
|
],
|
|
39
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-19.4.
|
|
40
|
-
"_shasum": "
|
|
40
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-19.4.48.tgz",
|
|
41
|
+
"_shasum": "3892e0b3b99a4214d0bb866c4687f7781bdad0f4",
|
|
41
42
|
"_spec": "@syncfusion/ej2-navigations@*",
|
|
42
43
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
43
44
|
"author": {
|
|
@@ -48,12 +49,12 @@
|
|
|
48
49
|
},
|
|
49
50
|
"bundleDependencies": false,
|
|
50
51
|
"dependencies": {
|
|
51
|
-
"@syncfusion/ej2-base": "~19.4.
|
|
52
|
-
"@syncfusion/ej2-buttons": "~19.4.
|
|
53
|
-
"@syncfusion/ej2-data": "~19.4.
|
|
54
|
-
"@syncfusion/ej2-inputs": "~19.4.
|
|
55
|
-
"@syncfusion/ej2-lists": "~19.4.
|
|
56
|
-
"@syncfusion/ej2-popups": "~19.4.
|
|
52
|
+
"@syncfusion/ej2-base": "~19.4.48",
|
|
53
|
+
"@syncfusion/ej2-buttons": "~19.4.50",
|
|
54
|
+
"@syncfusion/ej2-data": "~19.4.50",
|
|
55
|
+
"@syncfusion/ej2-inputs": "~19.4.48",
|
|
56
|
+
"@syncfusion/ej2-lists": "~19.4.48",
|
|
57
|
+
"@syncfusion/ej2-popups": "~19.4.50"
|
|
57
58
|
},
|
|
58
59
|
"deprecated": false,
|
|
59
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",
|
|
@@ -158,6 +159,6 @@
|
|
|
158
159
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
159
160
|
},
|
|
160
161
|
"typings": "index.d.ts",
|
|
161
|
-
"version": "19.4.
|
|
162
|
+
"version": "19.4.50",
|
|
162
163
|
"sideEffects": false
|
|
163
164
|
}
|
|
@@ -160,7 +160,7 @@ var Accordion = /** @class */ (function (_super) {
|
|
|
160
160
|
*/
|
|
161
161
|
Accordion.prototype.destroy = function () {
|
|
162
162
|
var _this = this;
|
|
163
|
-
if (this.isReact) {
|
|
163
|
+
if (this.isReact || this.isAngular || this.isVue) {
|
|
164
164
|
this.clearTemplate();
|
|
165
165
|
}
|
|
166
166
|
var ele = this.element;
|
|
@@ -172,9 +172,11 @@ var Accordion = /** @class */ (function (_super) {
|
|
|
172
172
|
ele.removeChild(el);
|
|
173
173
|
});
|
|
174
174
|
if (this.trgtEle) {
|
|
175
|
+
this.trgtEle = null;
|
|
175
176
|
while (this.ctrlTem.firstElementChild) {
|
|
176
177
|
ele.appendChild(this.ctrlTem.firstElementChild);
|
|
177
178
|
}
|
|
179
|
+
this.ctrlTem = null;
|
|
178
180
|
}
|
|
179
181
|
ele.classList.remove(CLS_ACRDN_ROOT);
|
|
180
182
|
ele.removeAttribute('style');
|
|
@@ -535,11 +537,13 @@ var Accordion = /** @class */ (function (_super) {
|
|
|
535
537
|
else {
|
|
536
538
|
trgt.click();
|
|
537
539
|
}
|
|
540
|
+
e.preventDefault();
|
|
538
541
|
break;
|
|
539
542
|
case 'home':
|
|
540
543
|
case 'end':
|
|
541
544
|
clst = e.action === 'home' ? root.firstElementChild.children[0] : root.lastElementChild.children[0];
|
|
542
545
|
clst.focus();
|
|
546
|
+
e.preventDefault();
|
|
543
547
|
break;
|
|
544
548
|
}
|
|
545
549
|
};
|
|
@@ -554,12 +558,10 @@ var Accordion = /** @class */ (function (_super) {
|
|
|
554
558
|
return header;
|
|
555
559
|
};
|
|
556
560
|
Accordion.prototype.renderInnerItem = function (item, index) {
|
|
557
|
-
var innerEle = this.createElement('div', {
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
}
|
|
562
|
-
attributes(innerEle, { 'aria-expanded': 'false', 'role': 'row' });
|
|
561
|
+
var innerEle = this.createElement('div', {
|
|
562
|
+
className: CLS_ITEM, id: item.id || getUniqueID('acrdn_item'),
|
|
563
|
+
attrs: { 'aria-expanded': 'false', 'role': 'row' }
|
|
564
|
+
});
|
|
563
565
|
if (this.headerTemplate) {
|
|
564
566
|
var ctnEle = this.headerEleGenerate();
|
|
565
567
|
var hdrEle = this.createElement('div', { className: CLS_HEADERCTN });
|
|
@@ -1163,7 +1165,7 @@ var Accordion = /** @class */ (function (_super) {
|
|
|
1163
1165
|
};
|
|
1164
1166
|
Accordion.prototype.destroyItems = function () {
|
|
1165
1167
|
this.restoreContent(null);
|
|
1166
|
-
if (this.isReact) {
|
|
1168
|
+
if (this.isReact || this.isAngular || this.isVue) {
|
|
1167
1169
|
this.clearTemplate();
|
|
1168
1170
|
}
|
|
1169
1171
|
[].slice.call(this.element.querySelectorAll('.' + CLS_ITEM)).forEach(function (el) {
|
|
@@ -379,7 +379,7 @@ export declare abstract class MenuBase extends Component<HTMLUListElement> imple
|
|
|
379
379
|
* This method is used to set the menu item in the Menu based on the argument.
|
|
380
380
|
*
|
|
381
381
|
* @param {MenuItem} item - item need to be updated.
|
|
382
|
-
* @param {string} id - id to be passed to update the item.
|
|
382
|
+
* @param {string} id - id / text to be passed to update the item.
|
|
383
383
|
* @param {boolean} isUniqueId - Set `true` if it is a unique id.
|
|
384
384
|
* @returns {void}
|
|
385
385
|
*/
|
package/src/common/menu-base.js
CHANGED
|
@@ -964,8 +964,14 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
964
964
|
_this.setBlankIconStyle(_this.popupWrapper);
|
|
965
965
|
_this.wireKeyboardEvent(_this.popupWrapper);
|
|
966
966
|
rippleEffect(_this.popupWrapper, { selector: '.' + ITEM });
|
|
967
|
-
_this.popupWrapper.style.
|
|
968
|
-
|
|
967
|
+
if (_this.popupWrapper.style.position === 'fixed' && _this.top > 0) {
|
|
968
|
+
_this.popupWrapper.style.left = _this.left + 'px';
|
|
969
|
+
_this.popupWrapper.style.top = _this.top + scrollY + 'px';
|
|
970
|
+
}
|
|
971
|
+
else {
|
|
972
|
+
_this.popupWrapper.style.left = _this.left + 'px';
|
|
973
|
+
_this.popupWrapper.style.top = _this.top + 'px';
|
|
974
|
+
}
|
|
969
975
|
var animationOptions = _this.animationSettings.effect !== 'None' ? {
|
|
970
976
|
name: _this.animationSettings.effect, duration: _this.animationSettings.duration,
|
|
971
977
|
timingFunction: _this.animationSettings.easing
|
|
@@ -1488,21 +1494,24 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
1488
1494
|
* This method is used to set the menu item in the Menu based on the argument.
|
|
1489
1495
|
*
|
|
1490
1496
|
* @param {MenuItem} item - item need to be updated.
|
|
1491
|
-
* @param {string} id - id to be passed to update the item.
|
|
1497
|
+
* @param {string} id - id / text to be passed to update the item.
|
|
1492
1498
|
* @param {boolean} isUniqueId - Set `true` if it is a unique id.
|
|
1493
1499
|
* @returns {void}
|
|
1494
1500
|
*/
|
|
1495
1501
|
MenuBase.prototype.setItem = function (item, id, isUniqueId) {
|
|
1496
|
-
var idx
|
|
1497
|
-
|
|
1498
|
-
|
|
1502
|
+
var idx;
|
|
1503
|
+
if (isUniqueId) {
|
|
1504
|
+
idx = id ? id : item.id;
|
|
1505
|
+
}
|
|
1506
|
+
else {
|
|
1507
|
+
idx = id ? id : item.text;
|
|
1508
|
+
}
|
|
1509
|
+
var navIdx = this.getIndex(idx, isUniqueId);
|
|
1499
1510
|
var newItem = this.getItem(navIdx);
|
|
1500
|
-
newItem.iconCss = item.iconCss;
|
|
1501
|
-
newItem.
|
|
1502
|
-
newItem.
|
|
1503
|
-
newItem.
|
|
1504
|
-
newItem.separator = item.separator;
|
|
1505
|
-
newItem.items = item.items;
|
|
1511
|
+
newItem.iconCss = item.iconCss || newItem.iconCss;
|
|
1512
|
+
newItem.text = item.text || newItem.text;
|
|
1513
|
+
newItem.url = item.url || newItem.url;
|
|
1514
|
+
newItem.separator = item.separator || newItem.separator;
|
|
1506
1515
|
};
|
|
1507
1516
|
MenuBase.prototype.getItem = function (navIdx) {
|
|
1508
1517
|
navIdx = navIdx.slice();
|
package/src/tab/tab.d.ts
CHANGED
|
@@ -550,7 +550,13 @@ export declare class Tab extends Component<HTMLElement> implements INotifyProper
|
|
|
550
550
|
private swipeHandler;
|
|
551
551
|
private spaceKeyDown;
|
|
552
552
|
private keyHandler;
|
|
553
|
-
|
|
553
|
+
/**
|
|
554
|
+
* Refresh the active tab border
|
|
555
|
+
*
|
|
556
|
+
* @returns {void}
|
|
557
|
+
* @private
|
|
558
|
+
*/
|
|
559
|
+
refreshActiveTabBorder(): void;
|
|
554
560
|
private refreshItemVisibility;
|
|
555
561
|
private hoverHandler;
|
|
556
562
|
private evalOnPropertyChangeItems;
|
package/src/tab/tab.js
CHANGED
|
@@ -186,7 +186,7 @@ var Tab = /** @class */ (function (_super) {
|
|
|
186
186
|
_this.isAdd = false;
|
|
187
187
|
_this.isIconAlone = false;
|
|
188
188
|
_this.draggableItems = [];
|
|
189
|
-
_this.resizeContext = _this.
|
|
189
|
+
_this.resizeContext = _this.refreshActiveTabBorder.bind(_this);
|
|
190
190
|
/**
|
|
191
191
|
* Contains the keyboard configuration of the Tab.
|
|
192
192
|
*/
|
|
@@ -640,7 +640,7 @@ var Tab = /** @class */ (function (_super) {
|
|
|
640
640
|
trg.classList.remove(CLS_CLOSE_SHOW);
|
|
641
641
|
}
|
|
642
642
|
this.tbObj.refreshOverflow();
|
|
643
|
-
this.
|
|
643
|
+
this.refreshActiveTabBorder();
|
|
644
644
|
};
|
|
645
645
|
Tab.prototype.prevCtnAnimation = function (prev, current) {
|
|
646
646
|
var animation;
|
|
@@ -838,6 +838,7 @@ var Tab = /** @class */ (function (_super) {
|
|
|
838
838
|
};
|
|
839
839
|
Tab.prototype.getContent = function (ele, cnt, callType, index) {
|
|
840
840
|
var eleStr;
|
|
841
|
+
cnt = isNOU(cnt) ? "" : cnt;
|
|
841
842
|
if (typeof cnt === 'string' || isNOU(cnt.innerHTML)) {
|
|
842
843
|
if (typeof cnt === 'string' && this.enableHtmlSanitizer) {
|
|
843
844
|
cnt = SanitizeHtmlHelper.sanitize(cnt);
|
|
@@ -1356,7 +1357,13 @@ var Tab = /** @class */ (function (_super) {
|
|
|
1356
1357
|
break;
|
|
1357
1358
|
}
|
|
1358
1359
|
};
|
|
1359
|
-
|
|
1360
|
+
/**
|
|
1361
|
+
* Refresh the active tab border
|
|
1362
|
+
*
|
|
1363
|
+
* @returns {void}
|
|
1364
|
+
* @private
|
|
1365
|
+
*/
|
|
1366
|
+
Tab.prototype.refreshActiveTabBorder = function () {
|
|
1360
1367
|
var activeEle = select('.' + CLS_TB_ITEM + '.' + CLS_TB_POPUP + '.' + CLS_ACTIVE, this.element);
|
|
1361
1368
|
if (!isNOU(activeEle) && this.reorderActiveTab) {
|
|
1362
1369
|
this.select(this.getEleIndex(activeEle));
|
|
@@ -2108,7 +2115,7 @@ var Tab = /** @class */ (function (_super) {
|
|
|
2108
2115
|
this.setCloseButton(newProp.showCloseButton);
|
|
2109
2116
|
break;
|
|
2110
2117
|
case 'reorderActiveTab':
|
|
2111
|
-
this.
|
|
2118
|
+
this.refreshActiveTabBorder();
|
|
2112
2119
|
break;
|
|
2113
2120
|
case 'selectedItem':
|
|
2114
2121
|
this.selectedItem = oldProp.selectedItem;
|
|
@@ -2123,7 +2130,7 @@ var Tab = /** @class */ (function (_super) {
|
|
|
2123
2130
|
case 'overflowMode':
|
|
2124
2131
|
this.tbObj.overflowMode = newProp.overflowMode;
|
|
2125
2132
|
this.tbObj.dataBind();
|
|
2126
|
-
this.
|
|
2133
|
+
this.refreshActiveTabBorder();
|
|
2127
2134
|
break;
|
|
2128
2135
|
case 'heightAdjustMode':
|
|
2129
2136
|
this.setContentHeight(false);
|
package/src/toolbar/toolbar.js
CHANGED
|
@@ -174,7 +174,7 @@ var Toolbar = /** @class */ (function (_super) {
|
|
|
174
174
|
*/
|
|
175
175
|
Toolbar.prototype.destroy = function () {
|
|
176
176
|
var _this = this;
|
|
177
|
-
if (this.isReact) {
|
|
177
|
+
if (this.isReact || this.isAngular) {
|
|
178
178
|
this.clearTemplate();
|
|
179
179
|
}
|
|
180
180
|
var btnItems = this.element.querySelectorAll('.e-control.e-btn');
|
|
@@ -183,20 +183,28 @@ var Toolbar = /** @class */ (function (_super) {
|
|
|
183
183
|
el.ej2_instances[0].destroy();
|
|
184
184
|
}
|
|
185
185
|
});
|
|
186
|
-
_super.prototype.destroy.call(this);
|
|
187
186
|
this.unwireEvents();
|
|
188
187
|
this.tempId.forEach(function (ele) {
|
|
189
188
|
if (!isNOU(_this.element.querySelector(ele))) {
|
|
190
189
|
document.body.appendChild(_this.element.querySelector(ele)).style.display = 'none';
|
|
191
190
|
}
|
|
192
191
|
});
|
|
192
|
+
this.destroyItems();
|
|
193
193
|
while (this.element.lastElementChild) {
|
|
194
194
|
this.element.removeChild(this.element.lastElementChild);
|
|
195
195
|
}
|
|
196
196
|
if (this.trgtEle) {
|
|
197
197
|
this.element.appendChild(this.ctrlTem);
|
|
198
|
+
this.trgtEle = null;
|
|
199
|
+
this.ctrlTem = null;
|
|
200
|
+
}
|
|
201
|
+
if (this.popObj) {
|
|
202
|
+
this.popObj.destroy();
|
|
203
|
+
detach(this.popObj.element);
|
|
204
|
+
}
|
|
205
|
+
if (this.activeEle) {
|
|
206
|
+
this.activeEle = null;
|
|
198
207
|
}
|
|
199
|
-
this.clearProperty();
|
|
200
208
|
this.popObj = null;
|
|
201
209
|
this.tbarAlign = null;
|
|
202
210
|
this.remove(this.element, 'e-toolpop');
|
|
@@ -207,6 +215,7 @@ var Toolbar = /** @class */ (function (_super) {
|
|
|
207
215
|
['aria-disabled', 'aria-orientation', 'aria-haspopup', 'role'].forEach(function (attrb) {
|
|
208
216
|
return _this.element.removeAttribute(attrb);
|
|
209
217
|
});
|
|
218
|
+
_super.prototype.destroy.call(this);
|
|
210
219
|
};
|
|
211
220
|
/**
|
|
212
221
|
* Initialize the event handler
|
|
@@ -296,8 +305,8 @@ var Toolbar = /** @class */ (function (_super) {
|
|
|
296
305
|
if (this.element) {
|
|
297
306
|
[].slice.call(this.element.querySelectorAll('.' + CLS_ITEM)).forEach(function (el) { detach(el); });
|
|
298
307
|
}
|
|
299
|
-
var tbarItems = this.element.querySelector('.' + CLS_ITEMS);
|
|
300
308
|
if (this.tbarAlign) {
|
|
309
|
+
var tbarItems = this.element.querySelector('.' + CLS_ITEMS);
|
|
301
310
|
[].slice.call(tbarItems.children).forEach(function (el) {
|
|
302
311
|
detach(el);
|
|
303
312
|
});
|
|
@@ -381,6 +390,10 @@ var Toolbar = /** @class */ (function (_super) {
|
|
|
381
390
|
case 'end':
|
|
382
391
|
if (clst) {
|
|
383
392
|
var popupCheck = closest(clst, '.e-popup');
|
|
393
|
+
var extendedPopup = this.element.querySelector('.' + CLS_EXTENDABLECLASS);
|
|
394
|
+
if (this.overflowMode === 'Extended' && extendedPopup && extendedPopup.classList.contains('e-popup-open')) {
|
|
395
|
+
popupCheck = e.action === 'end' ? extendedPopup : null;
|
|
396
|
+
}
|
|
384
397
|
if (popupCheck) {
|
|
385
398
|
if (isVisible(this.popObj.element)) {
|
|
386
399
|
nodes = [].slice.call(popupCheck.children);
|
|
@@ -393,7 +406,7 @@ var Toolbar = /** @class */ (function (_super) {
|
|
|
393
406
|
}
|
|
394
407
|
}
|
|
395
408
|
else {
|
|
396
|
-
nodes = this.element.querySelectorAll('.' + CLS_ITEMS + ' .' + CLS_ITEM);
|
|
409
|
+
nodes = this.element.querySelectorAll('.' + CLS_ITEMS + ' .' + CLS_ITEM + ':not(.' + CLS_SEPARATOR + ')');
|
|
397
410
|
if (e.action === 'home') {
|
|
398
411
|
ele = nodes[0];
|
|
399
412
|
}
|
|
@@ -1937,7 +1950,7 @@ var Toolbar = /** @class */ (function (_super) {
|
|
|
1937
1950
|
};
|
|
1938
1951
|
Toolbar.prototype.itemsRerender = function (newProp) {
|
|
1939
1952
|
this.items = this.tbarItemsCol;
|
|
1940
|
-
if (this.isReact) {
|
|
1953
|
+
if (this.isReact || this.isAngular) {
|
|
1941
1954
|
this.clearTemplate();
|
|
1942
1955
|
}
|
|
1943
1956
|
this.destroyMode();
|
|
@@ -8303,7 +8303,7 @@ ejs-sidebar {
|
|
|
8303
8303
|
-webkit-user-select: none;
|
|
8304
8304
|
-ms-user-select: none;
|
|
8305
8305
|
user-select: none;
|
|
8306
|
-
font-size:
|
|
8306
|
+
font-size: 0;
|
|
8307
8307
|
padding: 0;
|
|
8308
8308
|
text-align: left;
|
|
8309
8309
|
white-space: nowrap;
|
|
@@ -8368,6 +8368,7 @@ ejs-sidebar {
|
|
|
8368
8368
|
position: relative;
|
|
8369
8369
|
display: -ms-inline-flexbox;
|
|
8370
8370
|
display: inline-flex;
|
|
8371
|
+
font-size: 14px;
|
|
8371
8372
|
height: 42px;
|
|
8372
8373
|
line-height: 42px;
|
|
8373
8374
|
padding: 0 15px;
|
|
@@ -9692,7 +9693,7 @@ ejs-sidebar {
|
|
|
9692
9693
|
-ms-flex-positive: 1;
|
|
9693
9694
|
flex-grow: 1;
|
|
9694
9695
|
-ms-flex-pack: end;
|
|
9695
|
-
justify-content: end;
|
|
9696
|
+
justify-content: flex-end;
|
|
9696
9697
|
}
|
|
9697
9698
|
|
|
9698
9699
|
.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
|
package/styles/bootstrap.css
CHANGED
|
@@ -8322,7 +8322,7 @@ ejs-sidebar {
|
|
|
8322
8322
|
-webkit-user-select: none;
|
|
8323
8323
|
-ms-user-select: none;
|
|
8324
8324
|
user-select: none;
|
|
8325
|
-
font-size:
|
|
8325
|
+
font-size: 0;
|
|
8326
8326
|
padding: 0;
|
|
8327
8327
|
text-align: left;
|
|
8328
8328
|
white-space: nowrap;
|
|
@@ -8387,6 +8387,7 @@ ejs-sidebar {
|
|
|
8387
8387
|
position: relative;
|
|
8388
8388
|
display: -ms-inline-flexbox;
|
|
8389
8389
|
display: inline-flex;
|
|
8390
|
+
font-size: 14px;
|
|
8390
8391
|
height: 40px;
|
|
8391
8392
|
line-height: 40px;
|
|
8392
8393
|
padding: 0 12px;
|
|
@@ -9711,7 +9712,7 @@ ejs-sidebar {
|
|
|
9711
9712
|
-ms-flex-positive: 1;
|
|
9712
9713
|
flex-grow: 1;
|
|
9713
9714
|
-ms-flex-pack: end;
|
|
9714
|
-
justify-content: end;
|
|
9715
|
+
justify-content: flex-end;
|
|
9715
9716
|
}
|
|
9716
9717
|
|
|
9717
9718
|
.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -8586,7 +8586,7 @@ ejs-sidebar {
|
|
|
8586
8586
|
-webkit-user-select: none;
|
|
8587
8587
|
-ms-user-select: none;
|
|
8588
8588
|
user-select: none;
|
|
8589
|
-
font-size:
|
|
8589
|
+
font-size: 0;
|
|
8590
8590
|
padding: 0;
|
|
8591
8591
|
text-align: left;
|
|
8592
8592
|
white-space: nowrap;
|
|
@@ -8651,6 +8651,7 @@ ejs-sidebar {
|
|
|
8651
8651
|
position: relative;
|
|
8652
8652
|
display: -ms-inline-flexbox;
|
|
8653
8653
|
display: inline-flex;
|
|
8654
|
+
font-size: 14px;
|
|
8654
8655
|
height: 30px;
|
|
8655
8656
|
line-height: 30px;
|
|
8656
8657
|
padding: 0 12px;
|
|
@@ -10020,7 +10021,7 @@ ejs-sidebar {
|
|
|
10020
10021
|
-ms-flex-positive: 1;
|
|
10021
10022
|
flex-grow: 1;
|
|
10022
10023
|
-ms-flex-pack: end;
|
|
10023
|
-
justify-content: end;
|
|
10024
|
+
justify-content: flex-end;
|
|
10024
10025
|
}
|
|
10025
10026
|
|
|
10026
10027
|
.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
|
|
@@ -8581,7 +8581,7 @@ ejs-sidebar {
|
|
|
8581
8581
|
-webkit-user-select: none;
|
|
8582
8582
|
-ms-user-select: none;
|
|
8583
8583
|
user-select: none;
|
|
8584
|
-
font-size:
|
|
8584
|
+
font-size: 0;
|
|
8585
8585
|
padding: 0;
|
|
8586
8586
|
text-align: left;
|
|
8587
8587
|
white-space: nowrap;
|
|
@@ -8646,6 +8646,7 @@ ejs-sidebar {
|
|
|
8646
8646
|
position: relative;
|
|
8647
8647
|
display: -ms-inline-flexbox;
|
|
8648
8648
|
display: inline-flex;
|
|
8649
|
+
font-size: 14px;
|
|
8649
8650
|
height: 50px;
|
|
8650
8651
|
line-height: 50px;
|
|
8651
8652
|
padding: 0 12px;
|
|
@@ -9989,7 +9990,7 @@ ejs-sidebar {
|
|
|
9989
9990
|
-ms-flex-positive: 1;
|
|
9990
9991
|
flex-grow: 1;
|
|
9991
9992
|
-ms-flex-pack: end;
|
|
9992
|
-
justify-content: end;
|
|
9993
|
+
justify-content: flex-end;
|
|
9993
9994
|
}
|
|
9994
9995
|
|
|
9995
9996
|
.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -8581,7 +8581,7 @@ ejs-sidebar {
|
|
|
8581
8581
|
-webkit-user-select: none;
|
|
8582
8582
|
-ms-user-select: none;
|
|
8583
8583
|
user-select: none;
|
|
8584
|
-
font-size:
|
|
8584
|
+
font-size: 0;
|
|
8585
8585
|
padding: 0;
|
|
8586
8586
|
text-align: left;
|
|
8587
8587
|
white-space: nowrap;
|
|
@@ -8646,6 +8646,7 @@ ejs-sidebar {
|
|
|
8646
8646
|
position: relative;
|
|
8647
8647
|
display: -ms-inline-flexbox;
|
|
8648
8648
|
display: inline-flex;
|
|
8649
|
+
font-size: 14px;
|
|
8649
8650
|
height: 50px;
|
|
8650
8651
|
line-height: 50px;
|
|
8651
8652
|
padding: 0 12px;
|
|
@@ -9989,7 +9990,7 @@ ejs-sidebar {
|
|
|
9989
9990
|
-ms-flex-positive: 1;
|
|
9990
9991
|
flex-grow: 1;
|
|
9991
9992
|
-ms-flex-pack: end;
|
|
9992
|
-
justify-content: end;
|
|
9993
|
+
justify-content: flex-end;
|
|
9993
9994
|
}
|
|
9994
9995
|
|
|
9995
9996
|
.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
|
package/styles/fabric-dark.css
CHANGED
|
@@ -8311,7 +8311,7 @@ ejs-sidebar {
|
|
|
8311
8311
|
-webkit-user-select: none;
|
|
8312
8312
|
-ms-user-select: none;
|
|
8313
8313
|
user-select: none;
|
|
8314
|
-
font-size:
|
|
8314
|
+
font-size: 0;
|
|
8315
8315
|
padding: 0;
|
|
8316
8316
|
text-align: left;
|
|
8317
8317
|
white-space: nowrap;
|
|
@@ -8376,6 +8376,7 @@ ejs-sidebar {
|
|
|
8376
8376
|
position: relative;
|
|
8377
8377
|
display: -ms-inline-flexbox;
|
|
8378
8378
|
display: inline-flex;
|
|
8379
|
+
font-size: 13px;
|
|
8379
8380
|
height: 42px;
|
|
8380
8381
|
line-height: 42px;
|
|
8381
8382
|
padding: 0 8px;
|
|
@@ -9702,7 +9703,7 @@ ejs-sidebar {
|
|
|
9702
9703
|
-ms-flex-positive: 1;
|
|
9703
9704
|
flex-grow: 1;
|
|
9704
9705
|
-ms-flex-pack: end;
|
|
9705
|
-
justify-content: end;
|
|
9706
|
+
justify-content: flex-end;
|
|
9706
9707
|
}
|
|
9707
9708
|
|
|
9708
9709
|
.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
|