@syncfusion/ej2-navigations 20.1.57 → 20.1.61
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 +22 -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 +36 -7
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +38 -9
- 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 +9 -9
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +6 -2
- package/src/tab/tab.js +15 -4
- package/src/treeview/treeview.js +17 -2
- package/styles/bootstrap-dark.css +1 -2
- package/styles/bootstrap.css +4 -9
- package/styles/bootstrap4.css +3 -6
- package/styles/bootstrap5-dark.css +4 -7
- package/styles/bootstrap5.css +4 -7
- package/styles/carousel/bootstrap-dark.css +1 -2
- package/styles/carousel/bootstrap.css +1 -2
- package/styles/carousel/bootstrap4.css +1 -2
- package/styles/carousel/bootstrap5-dark.css +1 -2
- package/styles/carousel/bootstrap5.css +1 -2
- package/styles/carousel/fabric-dark.css +1 -2
- package/styles/carousel/fabric.css +1 -2
- package/styles/carousel/fluent-dark.css +1 -2
- package/styles/carousel/fluent.css +1 -2
- package/styles/carousel/highcontrast-light.css +1 -2
- package/styles/carousel/highcontrast.css +1 -2
- package/styles/carousel/material-dark.css +1 -2
- package/styles/carousel/material.css +1 -2
- package/styles/carousel/tailwind-dark.css +1 -2
- package/styles/carousel/tailwind.css +1 -2
- package/styles/fabric-dark.css +1 -2
- package/styles/fabric.css +1 -2
- package/styles/fluent-dark.css +1 -2
- package/styles/fluent.css +1 -2
- package/styles/highcontrast-light.css +1 -2
- package/styles/highcontrast.css +1 -2
- package/styles/material-dark.css +1 -2
- package/styles/material.css +1 -2
- package/styles/menu/bootstrap.css +1 -2
- package/styles/menu/bootstrap4.css +1 -2
- package/styles/tab/bootstrap.css +1 -2
- package/styles/tab/bootstrap5-dark.css +1 -2
- package/styles/tab/bootstrap5.css +1 -2
- package/styles/tailwind-dark.css +1 -2
- package/styles/tailwind.css +1 -2
- package/styles/toolbar/bootstrap.css +1 -3
- package/styles/toolbar/bootstrap4.css +1 -2
- package/styles/toolbar/bootstrap5-dark.css +1 -2
- package/styles/toolbar/bootstrap5.css +1 -2
- package/styles/treeview/_bootstrap5-definition.scss +1 -1
- package/styles/treeview/bootstrap5-dark.css +1 -1
- package/styles/treeview/bootstrap5.css +1 -1
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.61
|
|
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@20.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-navigations@20.1.60",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-96Gqo3fqKiMJzZ/WyRRb+EDfOaHZjSyADT5ztCEl3VMLb/t6oSQnrv1M3To+zLLA9IlLLpB40lxbINF/Zcy6yg==",
|
|
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-20.1.
|
|
41
|
-
"_shasum": "
|
|
40
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-20.1.60.tgz",
|
|
41
|
+
"_shasum": "444b889578b064b01248c5e4912ff739c38ff991",
|
|
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": "~20.1.
|
|
53
|
-
"@syncfusion/ej2-buttons": "~20.1.
|
|
52
|
+
"@syncfusion/ej2-base": "~20.1.61",
|
|
53
|
+
"@syncfusion/ej2-buttons": "~20.1.61",
|
|
54
54
|
"@syncfusion/ej2-data": "~20.1.55",
|
|
55
|
-
"@syncfusion/ej2-inputs": "~20.1.
|
|
55
|
+
"@syncfusion/ej2-inputs": "~20.1.61",
|
|
56
56
|
"@syncfusion/ej2-lists": "~20.1.55",
|
|
57
|
-
"@syncfusion/ej2-popups": "~20.1.
|
|
57
|
+
"@syncfusion/ej2-popups": "~20.1.58"
|
|
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": "20.1.
|
|
162
|
+
"version": "20.1.61",
|
|
163
163
|
"sideEffects": false
|
|
164
164
|
}
|
package/src/sidebar/sidebar.d.ts
CHANGED
|
@@ -200,6 +200,7 @@ export declare class Sidebar extends Component<HTMLElement> implements INotifyPr
|
|
|
200
200
|
* @event
|
|
201
201
|
*/
|
|
202
202
|
destroyed: EmitType<Object>;
|
|
203
|
+
defaultBackdropDiv: any;
|
|
203
204
|
constructor(options?: SidebarModel, element?: string | HTMLElement);
|
|
204
205
|
protected preRender(): void;
|
|
205
206
|
protected render(): void;
|
package/src/sidebar/sidebar.js
CHANGED
|
@@ -197,7 +197,7 @@ var Sidebar = /** @class */ (function (_super) {
|
|
|
197
197
|
Sidebar.prototype.destroyBackDrop = function () {
|
|
198
198
|
var sibling = document.querySelector('.e-main-content') || this.targetEle;
|
|
199
199
|
if (this.target && this.showBackdrop && sibling) {
|
|
200
|
-
|
|
200
|
+
sibling.removeChild(this.defaultBackdropDiv);
|
|
201
201
|
}
|
|
202
202
|
else if (this.showBackdrop && this.modal) {
|
|
203
203
|
this.modal.style.display = 'none';
|
|
@@ -335,8 +335,12 @@ var Sidebar = /** @class */ (function (_super) {
|
|
|
335
335
|
};
|
|
336
336
|
Sidebar.prototype.createBackDrop = function () {
|
|
337
337
|
if (this.target && this.showBackdrop && this.getState()) {
|
|
338
|
+
var targetString = this.target;
|
|
338
339
|
var sibling = document.querySelector('.e-main-content') || this.targetEle;
|
|
339
|
-
|
|
340
|
+
this.defaultBackdropDiv = this.createElement('div');
|
|
341
|
+
addClass([this.defaultBackdropDiv], DEFAULTBACKDROP);
|
|
342
|
+
setStyle(this.defaultBackdropDiv, { height: targetString.style.height });
|
|
343
|
+
sibling.appendChild(this.defaultBackdropDiv);
|
|
340
344
|
}
|
|
341
345
|
else if (this.showBackdrop && !this.modal && this.getState()) {
|
|
342
346
|
this.modal = this.createElement('div');
|
package/src/tab/tab.js
CHANGED
|
@@ -219,7 +219,7 @@ var Tab = /** @class */ (function (_super) {
|
|
|
219
219
|
this.tbObj = null;
|
|
220
220
|
}
|
|
221
221
|
this.unWireEvents();
|
|
222
|
-
['role', 'aria-disabled', 'aria-activedescendant', 'tabindex', 'aria-orientation'].forEach(function (val) {
|
|
222
|
+
['role', 'aria-disabled', 'aria-activedescendant', 'tabindex', 'aria-orientation', 'aria-owns'].forEach(function (val) {
|
|
223
223
|
_this.element.removeAttribute(val);
|
|
224
224
|
});
|
|
225
225
|
this.expTemplateContent();
|
|
@@ -300,7 +300,7 @@ var Tab = /** @class */ (function (_super) {
|
|
|
300
300
|
var css = (name === 'msie') ? 'e-ie' : (name === 'edge') ? 'e-edge' : (name === 'safari') ? 'e-safari' : '';
|
|
301
301
|
setStyle(this.element, { 'width': formatUnit(this.width), 'height': formatUnit(this.height) });
|
|
302
302
|
this.setCssClass(this.element, this.cssClass, true);
|
|
303
|
-
attributes(this.element, { role: 'tablist', 'aria-disabled': 'false', 'aria-activedescendant': '' });
|
|
303
|
+
attributes(this.element, { role: 'tablist', 'aria-disabled': 'false', 'aria-activedescendant': '', 'aria-owns': this.element.id + '_' + 'tab_header_items' });
|
|
304
304
|
this.setCssClass(this.element, css, true);
|
|
305
305
|
this.updatePopAnimationConfig();
|
|
306
306
|
};
|
|
@@ -485,6 +485,10 @@ var Tab = /** @class */ (function (_super) {
|
|
|
485
485
|
attributes(this.hdrEle, { 'aria-label': 'tab-header' });
|
|
486
486
|
this.updateOrientationAttribute();
|
|
487
487
|
this.setCloseButton(this.showCloseButton);
|
|
488
|
+
var toolbarHeader = this.tbObj.element.querySelector('.' + CLS_TB_ITEMS);
|
|
489
|
+
if (!isNOU(toolbarHeader)) {
|
|
490
|
+
toolbarHeader.id = this.element.id + '_' + 'tab_header_items';
|
|
491
|
+
}
|
|
488
492
|
};
|
|
489
493
|
Tab.prototype.renderContent = function () {
|
|
490
494
|
this.cntEle = select('.' + CLS_CONTENT, this.element);
|
|
@@ -1844,7 +1848,7 @@ var Tab = /** @class */ (function (_super) {
|
|
|
1844
1848
|
}
|
|
1845
1849
|
this.tbItems = select('.' + CLS_TB_ITEMS, this.getTabHeader());
|
|
1846
1850
|
this.isAdd = true;
|
|
1847
|
-
var
|
|
1851
|
+
var tabItems_2 = this.parseObject(items, index);
|
|
1848
1852
|
this.isAdd = false;
|
|
1849
1853
|
var i_1 = 0;
|
|
1850
1854
|
var textValue_1;
|
|
@@ -1852,6 +1856,12 @@ var Tab = /** @class */ (function (_super) {
|
|
|
1852
1856
|
textValue_1 = item.headerTemplate || item.header.text;
|
|
1853
1857
|
if (!(isNOU(item.headerTemplate || item.header) || isNOU(textValue_1) ||
|
|
1854
1858
|
(textValue_1.length === 0) && !isNOU(item.header) && isNOU(item.header.iconCss))) {
|
|
1859
|
+
if (tabItems_2[place]) {
|
|
1860
|
+
if (isNOU(item.id)) {
|
|
1861
|
+
item.id = TABITEMPREFIX + (lastEleIndex + place).toString();
|
|
1862
|
+
}
|
|
1863
|
+
tabItems_2[place].htmlAttributes['data-id'] = item.id;
|
|
1864
|
+
}
|
|
1855
1865
|
_this.items.splice((index + i_1), 0, item);
|
|
1856
1866
|
i_1++;
|
|
1857
1867
|
}
|
|
@@ -1866,7 +1876,7 @@ var Tab = /** @class */ (function (_super) {
|
|
|
1866
1876
|
_this.getContent(eleTrg, item.content, 'render', index);
|
|
1867
1877
|
}
|
|
1868
1878
|
});
|
|
1869
|
-
this.tbObj.addItems(
|
|
1879
|
+
this.tbObj.addItems(tabItems_2, index);
|
|
1870
1880
|
if (!this.isReplace) {
|
|
1871
1881
|
this.trigger('added', { addedItems: items });
|
|
1872
1882
|
}
|
|
@@ -1875,6 +1885,7 @@ var Tab = /** @class */ (function (_super) {
|
|
|
1875
1885
|
}
|
|
1876
1886
|
else {
|
|
1877
1887
|
this.setActiveBorder();
|
|
1888
|
+
this.tbItem = selectAll('.' + CLS_TB_ITEM, this.getTabHeader());
|
|
1878
1889
|
}
|
|
1879
1890
|
this.bindDraggable();
|
|
1880
1891
|
}
|
package/src/treeview/treeview.js
CHANGED
|
@@ -3658,8 +3658,23 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
3658
3658
|
dropUl = dropEle;
|
|
3659
3659
|
}
|
|
3660
3660
|
var refNode = dropUl.childNodes[index];
|
|
3661
|
-
|
|
3662
|
-
|
|
3661
|
+
if (refNode || this.sortOrder === 'None') {
|
|
3662
|
+
for (var i = 0; i < li.length; i++) {
|
|
3663
|
+
dropUl.insertBefore(li[i], refNode);
|
|
3664
|
+
}
|
|
3665
|
+
}
|
|
3666
|
+
if (!refNode && ((this.sortOrder === 'Ascending') || (this.sortOrder === 'Descending'))) {
|
|
3667
|
+
var cNodes = dropUl.childNodes;
|
|
3668
|
+
for (var i = 0; i < li.length; i++) {
|
|
3669
|
+
for (var j = 0; j < cNodes.length; j++) {
|
|
3670
|
+
var returnValue = (this.sortOrder === 'Ascending') ? cNodes[j].textContent.toUpperCase() > li[i].innerText.toUpperCase() : cNodes[j].textContent.toUpperCase() < li[i].innerText.toUpperCase();
|
|
3671
|
+
if (returnValue) {
|
|
3672
|
+
dropUl.insertBefore(li[i], cNodes[j]);
|
|
3673
|
+
break;
|
|
3674
|
+
}
|
|
3675
|
+
dropUl.insertBefore(li[i], cNodes[cNodes.length]);
|
|
3676
|
+
}
|
|
3677
|
+
}
|
|
3663
3678
|
}
|
|
3664
3679
|
var id = this.getId(dropLi);
|
|
3665
3680
|
if (this.dataType === 1) {
|
|
@@ -1991,8 +1991,7 @@
|
|
|
1991
1991
|
width: 100%;
|
|
1992
1992
|
}
|
|
1993
1993
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
1994
|
-
|
|
1995
|
-
backface-visibility: hidden;
|
|
1994
|
+
backface-visibility: hidden;
|
|
1996
1995
|
display: none;
|
|
1997
1996
|
float: left;
|
|
1998
1997
|
height: 100%;
|
package/styles/bootstrap.css
CHANGED
|
@@ -453,9 +453,7 @@
|
|
|
453
453
|
content: "";
|
|
454
454
|
}
|
|
455
455
|
|
|
456
|
-
/*! component's theme wise override definitions and variables */
|
|
457
|
-
/*! component's theme wise override definitions and variables */
|
|
458
|
-
/*! component's theme wise override definitions and variables */
|
|
456
|
+
/*! component's theme wise override definitions and variables */ /*! component's theme wise override definitions and variables */ /*! component's theme wise override definitions and variables */
|
|
459
457
|
/*! toolbar icons */
|
|
460
458
|
.e-toolbar .e-popup-down-icon::before {
|
|
461
459
|
content: "\e83d";
|
|
@@ -1997,8 +1995,7 @@
|
|
|
1997
1995
|
width: 100%;
|
|
1998
1996
|
}
|
|
1999
1997
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
2000
|
-
|
|
2001
|
-
backface-visibility: hidden;
|
|
1998
|
+
backface-visibility: hidden;
|
|
2002
1999
|
display: none;
|
|
2003
2000
|
float: left;
|
|
2004
2001
|
height: 100%;
|
|
@@ -2513,8 +2510,7 @@
|
|
|
2513
2510
|
border-bottom-color: #e6e6e6;
|
|
2514
2511
|
}
|
|
2515
2512
|
|
|
2516
|
-
/*! component's theme wise override definitions and variables */
|
|
2517
|
-
/*! Bootstrap theme definition's */
|
|
2513
|
+
/*! component's theme wise override definitions and variables */ /*! Bootstrap theme definition's */
|
|
2518
2514
|
/*! component's theme wise override definitions and variables */
|
|
2519
2515
|
/*! Horizontal Tab */
|
|
2520
2516
|
/*! Bootstrap specific themes definition's */
|
|
@@ -6954,8 +6950,7 @@ ejs-sidebar {
|
|
|
6954
6950
|
visibility: visible;
|
|
6955
6951
|
}
|
|
6956
6952
|
|
|
6957
|
-
/*! component's theme wise override definitions and variables */
|
|
6958
|
-
/*! component's theme wise override definitions and variables */
|
|
6953
|
+
/*! component's theme wise override definitions and variables */ /*! component's theme wise override definitions and variables */
|
|
6959
6954
|
/*! menu layout */
|
|
6960
6955
|
.e-menu-wrapper ul.e-vertical .e-menu-item .e-caret::before,
|
|
6961
6956
|
.e-menu-container ul.e-vertical .e-menu-item .e-caret::before {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -459,8 +459,7 @@
|
|
|
459
459
|
content: "";
|
|
460
460
|
}
|
|
461
461
|
|
|
462
|
-
/*! component's theme wise override definitions and variables */
|
|
463
|
-
/*! component's theme wise override definitions and variables */
|
|
462
|
+
/*! component's theme wise override definitions and variables */ /*! component's theme wise override definitions and variables */
|
|
464
463
|
/*! toolbar icons */
|
|
465
464
|
.e-toolbar .e-popup-down-icon::before {
|
|
466
465
|
content: "\e744";
|
|
@@ -2082,8 +2081,7 @@
|
|
|
2082
2081
|
width: 100%;
|
|
2083
2082
|
}
|
|
2084
2083
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
2085
|
-
|
|
2086
|
-
backface-visibility: hidden;
|
|
2084
|
+
backface-visibility: hidden;
|
|
2087
2085
|
display: none;
|
|
2088
2086
|
float: left;
|
|
2089
2087
|
height: 100%;
|
|
@@ -7170,8 +7168,7 @@ ejs-sidebar {
|
|
|
7170
7168
|
visibility: visible;
|
|
7171
7169
|
}
|
|
7172
7170
|
|
|
7173
|
-
/*! component's theme wise override definitions and variables */
|
|
7174
|
-
/*! component's theme wise override definitions and variables */
|
|
7171
|
+
/*! component's theme wise override definitions and variables */ /*! component's theme wise override definitions and variables */
|
|
7175
7172
|
/*! menu layout */
|
|
7176
7173
|
.e-menu-wrapper ul.e-vertical .e-menu-item .e-caret::before,
|
|
7177
7174
|
.e-menu-container ul.e-vertical .e-menu-item .e-caret::before {
|
|
@@ -484,8 +484,7 @@
|
|
|
484
484
|
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
485
485
|
}
|
|
486
486
|
}
|
|
487
|
-
/*! component's theme wise override definitions and variables */
|
|
488
|
-
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
487
|
+
/*! component's theme wise override definitions and variables */ /*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
489
488
|
/*! toolbar icons */
|
|
490
489
|
.e-toolbar .e-popup-down-icon::before {
|
|
491
490
|
content: "\e729";
|
|
@@ -2020,8 +2019,7 @@
|
|
|
2020
2019
|
width: 100%;
|
|
2021
2020
|
}
|
|
2022
2021
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
2023
|
-
|
|
2024
|
-
backface-visibility: hidden;
|
|
2022
|
+
backface-visibility: hidden;
|
|
2025
2023
|
display: none;
|
|
2026
2024
|
float: left;
|
|
2027
2025
|
height: 100%;
|
|
@@ -2539,8 +2537,7 @@
|
|
|
2539
2537
|
border-bottom-color: #444c54;
|
|
2540
2538
|
}
|
|
2541
2539
|
|
|
2542
|
-
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
2543
|
-
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
2540
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */ /*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
2544
2541
|
/*! Horizontal Tab */
|
|
2545
2542
|
/*! Bootstrap specific themes definition's */
|
|
2546
2543
|
/*! Vertical Tab */
|
|
@@ -6625,7 +6622,7 @@
|
|
|
6625
6622
|
.e-treeview .e-icon-expandable {
|
|
6626
6623
|
display: inline-block;
|
|
6627
6624
|
height: 20px;
|
|
6628
|
-
margin: 0
|
|
6625
|
+
margin: 0 2px 0 -25px;
|
|
6629
6626
|
vertical-align: middle;
|
|
6630
6627
|
width: 20px;
|
|
6631
6628
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -484,8 +484,7 @@
|
|
|
484
484
|
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
485
485
|
}
|
|
486
486
|
}
|
|
487
|
-
/*! component's theme wise override definitions and variables */
|
|
488
|
-
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
487
|
+
/*! component's theme wise override definitions and variables */ /*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
489
488
|
/*! toolbar icons */
|
|
490
489
|
.e-toolbar .e-popup-down-icon::before {
|
|
491
490
|
content: "\e729";
|
|
@@ -2020,8 +2019,7 @@
|
|
|
2020
2019
|
width: 100%;
|
|
2021
2020
|
}
|
|
2022
2021
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
2023
|
-
|
|
2024
|
-
backface-visibility: hidden;
|
|
2022
|
+
backface-visibility: hidden;
|
|
2025
2023
|
display: none;
|
|
2026
2024
|
float: left;
|
|
2027
2025
|
height: 100%;
|
|
@@ -2539,8 +2537,7 @@
|
|
|
2539
2537
|
border-bottom-color: #dee2e6;
|
|
2540
2538
|
}
|
|
2541
2539
|
|
|
2542
|
-
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
2543
|
-
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
2540
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */ /*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
2544
2541
|
/*! Horizontal Tab */
|
|
2545
2542
|
/*! Bootstrap specific themes definition's */
|
|
2546
2543
|
/*! Vertical Tab */
|
|
@@ -6625,7 +6622,7 @@
|
|
|
6625
6622
|
.e-treeview .e-icon-expandable {
|
|
6626
6623
|
display: inline-block;
|
|
6627
6624
|
height: 20px;
|
|
6628
|
-
margin: 0
|
|
6625
|
+
margin: 0 2px 0 -25px;
|
|
6629
6626
|
vertical-align: middle;
|
|
6630
6627
|
width: 20px;
|
|
6631
6628
|
}
|
|
@@ -34,8 +34,7 @@
|
|
|
34
34
|
width: 100%;
|
|
35
35
|
}
|
|
36
36
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
37
|
-
|
|
38
|
-
backface-visibility: hidden;
|
|
37
|
+
backface-visibility: hidden;
|
|
39
38
|
display: none;
|
|
40
39
|
float: left;
|
|
41
40
|
height: 100%;
|
|
@@ -34,8 +34,7 @@
|
|
|
34
34
|
width: 100%;
|
|
35
35
|
}
|
|
36
36
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
37
|
-
|
|
38
|
-
backface-visibility: hidden;
|
|
37
|
+
backface-visibility: hidden;
|
|
39
38
|
display: none;
|
|
40
39
|
float: left;
|
|
41
40
|
height: 100%;
|
|
@@ -34,8 +34,7 @@
|
|
|
34
34
|
width: 100%;
|
|
35
35
|
}
|
|
36
36
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
37
|
-
|
|
38
|
-
backface-visibility: hidden;
|
|
37
|
+
backface-visibility: hidden;
|
|
39
38
|
display: none;
|
|
40
39
|
float: left;
|
|
41
40
|
height: 100%;
|
|
@@ -34,8 +34,7 @@
|
|
|
34
34
|
width: 100%;
|
|
35
35
|
}
|
|
36
36
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
37
|
-
|
|
38
|
-
backface-visibility: hidden;
|
|
37
|
+
backface-visibility: hidden;
|
|
39
38
|
display: none;
|
|
40
39
|
float: left;
|
|
41
40
|
height: 100%;
|
|
@@ -34,8 +34,7 @@
|
|
|
34
34
|
width: 100%;
|
|
35
35
|
}
|
|
36
36
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
37
|
-
|
|
38
|
-
backface-visibility: hidden;
|
|
37
|
+
backface-visibility: hidden;
|
|
39
38
|
display: none;
|
|
40
39
|
float: left;
|
|
41
40
|
height: 100%;
|
|
@@ -34,8 +34,7 @@
|
|
|
34
34
|
width: 100%;
|
|
35
35
|
}
|
|
36
36
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
37
|
-
|
|
38
|
-
backface-visibility: hidden;
|
|
37
|
+
backface-visibility: hidden;
|
|
39
38
|
display: none;
|
|
40
39
|
float: left;
|
|
41
40
|
height: 100%;
|
|
@@ -34,8 +34,7 @@
|
|
|
34
34
|
width: 100%;
|
|
35
35
|
}
|
|
36
36
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
37
|
-
|
|
38
|
-
backface-visibility: hidden;
|
|
37
|
+
backface-visibility: hidden;
|
|
39
38
|
display: none;
|
|
40
39
|
float: left;
|
|
41
40
|
height: 100%;
|
|
@@ -34,8 +34,7 @@
|
|
|
34
34
|
width: 100%;
|
|
35
35
|
}
|
|
36
36
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
37
|
-
|
|
38
|
-
backface-visibility: hidden;
|
|
37
|
+
backface-visibility: hidden;
|
|
39
38
|
display: none;
|
|
40
39
|
float: left;
|
|
41
40
|
height: 100%;
|
|
@@ -34,8 +34,7 @@
|
|
|
34
34
|
width: 100%;
|
|
35
35
|
}
|
|
36
36
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
37
|
-
|
|
38
|
-
backface-visibility: hidden;
|
|
37
|
+
backface-visibility: hidden;
|
|
39
38
|
display: none;
|
|
40
39
|
float: left;
|
|
41
40
|
height: 100%;
|
|
@@ -34,8 +34,7 @@
|
|
|
34
34
|
width: 100%;
|
|
35
35
|
}
|
|
36
36
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
37
|
-
|
|
38
|
-
backface-visibility: hidden;
|
|
37
|
+
backface-visibility: hidden;
|
|
39
38
|
display: none;
|
|
40
39
|
float: left;
|
|
41
40
|
height: 100%;
|
|
@@ -34,8 +34,7 @@
|
|
|
34
34
|
width: 100%;
|
|
35
35
|
}
|
|
36
36
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
37
|
-
|
|
38
|
-
backface-visibility: hidden;
|
|
37
|
+
backface-visibility: hidden;
|
|
39
38
|
display: none;
|
|
40
39
|
float: left;
|
|
41
40
|
height: 100%;
|
|
@@ -35,8 +35,7 @@
|
|
|
35
35
|
width: 100%;
|
|
36
36
|
}
|
|
37
37
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
38
|
-
|
|
39
|
-
backface-visibility: hidden;
|
|
38
|
+
backface-visibility: hidden;
|
|
40
39
|
display: none;
|
|
41
40
|
float: left;
|
|
42
41
|
height: 100%;
|
|
@@ -35,8 +35,7 @@
|
|
|
35
35
|
width: 100%;
|
|
36
36
|
}
|
|
37
37
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
38
|
-
|
|
39
|
-
backface-visibility: hidden;
|
|
38
|
+
backface-visibility: hidden;
|
|
40
39
|
display: none;
|
|
41
40
|
float: left;
|
|
42
41
|
height: 100%;
|
|
@@ -35,8 +35,7 @@
|
|
|
35
35
|
width: 100%;
|
|
36
36
|
}
|
|
37
37
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
38
|
-
|
|
39
|
-
backface-visibility: hidden;
|
|
38
|
+
backface-visibility: hidden;
|
|
40
39
|
display: none;
|
|
41
40
|
float: left;
|
|
42
41
|
height: 100%;
|
|
@@ -35,8 +35,7 @@
|
|
|
35
35
|
width: 100%;
|
|
36
36
|
}
|
|
37
37
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
38
|
-
|
|
39
|
-
backface-visibility: hidden;
|
|
38
|
+
backface-visibility: hidden;
|
|
40
39
|
display: none;
|
|
41
40
|
float: left;
|
|
42
41
|
height: 100%;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1946,8 +1946,7 @@
|
|
|
1946
1946
|
width: 100%;
|
|
1947
1947
|
}
|
|
1948
1948
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
1949
|
-
|
|
1950
|
-
backface-visibility: hidden;
|
|
1949
|
+
backface-visibility: hidden;
|
|
1951
1950
|
display: none;
|
|
1952
1951
|
float: left;
|
|
1953
1952
|
height: 100%;
|
package/styles/fabric.css
CHANGED
|
@@ -1949,8 +1949,7 @@
|
|
|
1949
1949
|
width: 100%;
|
|
1950
1950
|
}
|
|
1951
1951
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
1952
|
-
|
|
1953
|
-
backface-visibility: hidden;
|
|
1952
|
+
backface-visibility: hidden;
|
|
1954
1953
|
display: none;
|
|
1955
1954
|
float: left;
|
|
1956
1955
|
height: 100%;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1953,8 +1953,7 @@
|
|
|
1953
1953
|
width: 100%;
|
|
1954
1954
|
}
|
|
1955
1955
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
1956
|
-
|
|
1957
|
-
backface-visibility: hidden;
|
|
1956
|
+
backface-visibility: hidden;
|
|
1958
1957
|
display: none;
|
|
1959
1958
|
float: left;
|
|
1960
1959
|
height: 100%;
|
package/styles/fluent.css
CHANGED
|
@@ -1953,8 +1953,7 @@
|
|
|
1953
1953
|
width: 100%;
|
|
1954
1954
|
}
|
|
1955
1955
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
1956
|
-
|
|
1957
|
-
backface-visibility: hidden;
|
|
1956
|
+
backface-visibility: hidden;
|
|
1958
1957
|
display: none;
|
|
1959
1958
|
float: left;
|
|
1960
1959
|
height: 100%;
|
|
@@ -2088,8 +2088,7 @@
|
|
|
2088
2088
|
width: 100%;
|
|
2089
2089
|
}
|
|
2090
2090
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
2091
|
-
|
|
2092
|
-
backface-visibility: hidden;
|
|
2091
|
+
backface-visibility: hidden;
|
|
2093
2092
|
display: none;
|
|
2094
2093
|
float: left;
|
|
2095
2094
|
height: 100%;
|
package/styles/highcontrast.css
CHANGED
|
@@ -2091,8 +2091,7 @@
|
|
|
2091
2091
|
width: 100%;
|
|
2092
2092
|
}
|
|
2093
2093
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
2094
|
-
|
|
2095
|
-
backface-visibility: hidden;
|
|
2094
|
+
backface-visibility: hidden;
|
|
2096
2095
|
display: none;
|
|
2097
2096
|
float: left;
|
|
2098
2097
|
height: 100%;
|
package/styles/material-dark.css
CHANGED
|
@@ -2027,8 +2027,7 @@
|
|
|
2027
2027
|
width: 100%;
|
|
2028
2028
|
}
|
|
2029
2029
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
2030
|
-
|
|
2031
|
-
backface-visibility: hidden;
|
|
2030
|
+
backface-visibility: hidden;
|
|
2032
2031
|
display: none;
|
|
2033
2032
|
float: left;
|
|
2034
2033
|
height: 100%;
|
package/styles/material.css
CHANGED
|
@@ -2033,8 +2033,7 @@
|
|
|
2033
2033
|
width: 100%;
|
|
2034
2034
|
}
|
|
2035
2035
|
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item {
|
|
2036
|
-
|
|
2037
|
-
backface-visibility: hidden;
|
|
2036
|
+
backface-visibility: hidden;
|
|
2038
2037
|
display: none;
|
|
2039
2038
|
float: left;
|
|
2040
2039
|
height: 100%;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! component's theme wise override definitions and variables */
|
|
2
|
-
/*! component's theme wise override definitions and variables */
|
|
1
|
+
/*! component's theme wise override definitions and variables */ /*! component's theme wise override definitions and variables */
|
|
3
2
|
/*! menu layout */
|
|
4
3
|
.e-menu-wrapper ul.e-vertical .e-menu-item .e-caret::before,
|
|
5
4
|
.e-menu-container ul.e-vertical .e-menu-item .e-caret::before {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! component's theme wise override definitions and variables */
|
|
2
|
-
/*! component's theme wise override definitions and variables */
|
|
1
|
+
/*! component's theme wise override definitions and variables */ /*! component's theme wise override definitions and variables */
|
|
3
2
|
/*! menu layout */
|
|
4
3
|
.e-menu-wrapper ul.e-vertical .e-menu-item .e-caret::before,
|
|
5
4
|
.e-menu-container ul.e-vertical .e-menu-item .e-caret::before {
|
package/styles/tab/bootstrap.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! component's theme wise override definitions and variables */
|
|
2
|
-
/*! Bootstrap theme definition's */
|
|
1
|
+
/*! component's theme wise override definitions and variables */ /*! Bootstrap theme definition's */
|
|
3
2
|
/*! component's theme wise override definitions and variables */
|
|
4
3
|
/*! Horizontal Tab */
|
|
5
4
|
/*! Bootstrap specific themes definition's */
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
2
|
-
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
1
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */ /*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
3
2
|
/*! Horizontal Tab */
|
|
4
3
|
/*! Bootstrap specific themes definition's */
|
|
5
4
|
/*! Vertical Tab */
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
2
|
-
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
1
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */ /*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
3
2
|
/*! Horizontal Tab */
|
|
4
3
|
/*! Bootstrap specific themes definition's */
|
|
5
4
|
/*! Vertical Tab */
|