@syncfusion/ej2-navigations 20.1.51 → 20.1.57
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 +38 -13
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +38 -13
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/carousel/carousel.js +18 -6
- package/src/common/menu-base.js +11 -1
- package/src/tab/tab.js +7 -4
- package/src/treeview/treeview.js +2 -2
- package/styles/accordion/bootstrap-dark.css +6 -94
- package/styles/accordion/bootstrap.css +6 -94
- package/styles/accordion/bootstrap4.css +9 -109
- package/styles/accordion/bootstrap5-dark.css +3 -88
- package/styles/accordion/bootstrap5.css +3 -88
- package/styles/accordion/fabric-dark.css +6 -90
- package/styles/accordion/fabric.css +6 -90
- package/styles/accordion/fluent-dark.css +6 -87
- package/styles/accordion/fluent.css +6 -87
- package/styles/accordion/highcontrast-light.css +10 -116
- package/styles/accordion/highcontrast.css +10 -116
- package/styles/accordion/material-dark.css +6 -93
- package/styles/accordion/material.css +6 -93
- package/styles/accordion/tailwind-dark.css +6 -93
- package/styles/accordion/tailwind.css +6 -93
- package/styles/bootstrap-dark.css +271 -2022
- package/styles/bootstrap.css +271 -2022
- package/styles/bootstrap4.css +277 -2085
- package/styles/bootstrap5-dark.css +267 -2063
- package/styles/bootstrap5.css +267 -2063
- package/styles/breadcrumb/bootstrap-dark.css +8 -90
- package/styles/breadcrumb/bootstrap.css +8 -90
- package/styles/breadcrumb/bootstrap4.css +8 -90
- package/styles/breadcrumb/bootstrap5-dark.css +8 -94
- package/styles/breadcrumb/bootstrap5.css +8 -94
- package/styles/breadcrumb/fabric-dark.css +8 -89
- package/styles/breadcrumb/fabric.css +8 -89
- package/styles/breadcrumb/fluent-dark.css +8 -82
- package/styles/breadcrumb/fluent.css +8 -82
- package/styles/breadcrumb/highcontrast-light.css +8 -91
- package/styles/breadcrumb/highcontrast.css +8 -91
- package/styles/breadcrumb/material-dark.css +8 -85
- package/styles/breadcrumb/material.css +8 -85
- package/styles/breadcrumb/tailwind-dark.css +8 -92
- package/styles/breadcrumb/tailwind.css +8 -92
- package/styles/carousel/_layout.scss +19 -1
- package/styles/carousel/bootstrap-dark.css +24 -43
- package/styles/carousel/bootstrap.css +24 -43
- package/styles/carousel/bootstrap4.css +24 -43
- package/styles/carousel/bootstrap5-dark.css +24 -43
- package/styles/carousel/bootstrap5.css +24 -43
- package/styles/carousel/fabric-dark.css +24 -43
- package/styles/carousel/fabric.css +24 -43
- package/styles/carousel/fluent-dark.css +24 -43
- package/styles/carousel/fluent.css +24 -43
- package/styles/carousel/highcontrast-light.css +24 -43
- package/styles/carousel/highcontrast.css +24 -43
- package/styles/carousel/material-dark.css +24 -43
- package/styles/carousel/material.css +24 -43
- package/styles/carousel/tailwind-dark.css +24 -43
- package/styles/carousel/tailwind.css +24 -43
- package/styles/context-menu/bootstrap-dark.css +6 -60
- package/styles/context-menu/bootstrap.css +6 -60
- package/styles/context-menu/bootstrap4.css +6 -60
- package/styles/context-menu/bootstrap5-dark.css +6 -60
- package/styles/context-menu/bootstrap5.css +6 -60
- package/styles/context-menu/fabric-dark.css +6 -60
- package/styles/context-menu/fabric.css +6 -60
- package/styles/context-menu/fluent-dark.css +6 -60
- package/styles/context-menu/fluent.css +6 -60
- package/styles/context-menu/highcontrast-light.css +6 -60
- package/styles/context-menu/highcontrast.css +6 -60
- package/styles/context-menu/material-dark.css +6 -60
- package/styles/context-menu/material.css +6 -60
- package/styles/context-menu/tailwind-dark.css +6 -60
- package/styles/context-menu/tailwind.css +6 -60
- package/styles/fabric-dark.css +262 -2007
- package/styles/fabric.css +262 -2007
- package/styles/fluent-dark.css +262 -2018
- package/styles/fluent.css +262 -2018
- package/styles/h-scroll/bootstrap-dark.css +11 -67
- package/styles/h-scroll/bootstrap.css +11 -67
- package/styles/h-scroll/bootstrap4.css +11 -69
- package/styles/h-scroll/bootstrap5-dark.css +11 -68
- package/styles/h-scroll/bootstrap5.css +11 -68
- package/styles/h-scroll/fabric-dark.css +11 -67
- package/styles/h-scroll/fabric.css +11 -67
- package/styles/h-scroll/fluent-dark.css +11 -68
- package/styles/h-scroll/fluent.css +11 -68
- package/styles/h-scroll/highcontrast-light.css +11 -70
- package/styles/h-scroll/highcontrast.css +11 -70
- package/styles/h-scroll/material-dark.css +11 -68
- package/styles/h-scroll/material.css +11 -68
- package/styles/h-scroll/tailwind-dark.css +11 -68
- package/styles/h-scroll/tailwind.css +11 -68
- package/styles/highcontrast-light.css +267 -2079
- package/styles/highcontrast.css +267 -2082
- package/styles/material-dark.css +265 -1976
- package/styles/material.css +258 -1968
- package/styles/menu/bootstrap-dark.css +27 -201
- package/styles/menu/bootstrap.css +27 -201
- package/styles/menu/bootstrap4.css +28 -211
- package/styles/menu/bootstrap5-dark.css +27 -202
- package/styles/menu/bootstrap5.css +27 -202
- package/styles/menu/fabric-dark.css +27 -201
- package/styles/menu/fabric.css +27 -201
- package/styles/menu/fluent-dark.css +27 -204
- package/styles/menu/fluent.css +27 -204
- package/styles/menu/highcontrast-light.css +27 -201
- package/styles/menu/highcontrast.css +27 -201
- package/styles/menu/material-dark.css +27 -203
- package/styles/menu/material.css +27 -203
- package/styles/menu/tailwind-dark.css +27 -202
- package/styles/menu/tailwind.css +27 -202
- package/styles/sidebar/bootstrap-dark.css +12 -27
- package/styles/sidebar/bootstrap.css +12 -27
- package/styles/sidebar/bootstrap4.css +12 -27
- package/styles/sidebar/bootstrap5-dark.css +10 -25
- package/styles/sidebar/bootstrap5.css +10 -25
- package/styles/sidebar/fabric-dark.css +12 -27
- package/styles/sidebar/fabric.css +12 -27
- package/styles/sidebar/fluent-dark.css +10 -25
- package/styles/sidebar/fluent.css +10 -25
- package/styles/sidebar/highcontrast-light.css +12 -27
- package/styles/sidebar/highcontrast.css +12 -27
- package/styles/sidebar/material-dark.css +12 -27
- package/styles/sidebar/material.css +12 -27
- package/styles/sidebar/tailwind-dark.css +10 -25
- package/styles/sidebar/tailwind.css +10 -25
- package/styles/tab/bootstrap-dark.css +150 -963
- package/styles/tab/bootstrap.css +150 -963
- package/styles/tab/bootstrap4.css +150 -970
- package/styles/tab/bootstrap5-dark.css +150 -975
- package/styles/tab/bootstrap5.css +150 -975
- package/styles/tab/fabric-dark.css +141 -954
- package/styles/tab/fabric.css +141 -954
- package/styles/tab/fluent-dark.css +143 -949
- package/styles/tab/fluent.css +143 -949
- package/styles/tab/highcontrast-light.css +142 -980
- package/styles/tab/highcontrast.css +142 -980
- package/styles/tab/material-dark.css +144 -916
- package/styles/tab/material.css +137 -909
- package/styles/tab/tailwind-dark.css +137 -907
- package/styles/tab/tailwind.css +137 -907
- package/styles/tailwind-dark.css +256 -1988
- package/styles/tailwind.css +256 -1988
- package/styles/toolbar/bootstrap-dark.css +7 -246
- package/styles/toolbar/bootstrap.css +7 -246
- package/styles/toolbar/bootstrap4.css +8 -258
- package/styles/toolbar/bootstrap5-dark.css +7 -251
- package/styles/toolbar/bootstrap5.css +7 -251
- package/styles/toolbar/fabric-dark.css +7 -245
- package/styles/toolbar/fabric.css +7 -245
- package/styles/toolbar/fluent-dark.css +7 -244
- package/styles/toolbar/fluent.css +7 -244
- package/styles/toolbar/highcontrast-light.css +7 -257
- package/styles/toolbar/highcontrast.css +7 -257
- package/styles/toolbar/material-dark.css +7 -248
- package/styles/toolbar/material.css +7 -248
- package/styles/toolbar/tailwind-dark.css +7 -245
- package/styles/toolbar/tailwind.css +7 -245
- package/styles/treeview/bootstrap-dark.css +23 -191
- package/styles/treeview/bootstrap.css +23 -191
- package/styles/treeview/bootstrap4.css +24 -208
- package/styles/treeview/bootstrap5-dark.css +24 -217
- package/styles/treeview/bootstrap5.css +24 -217
- package/styles/treeview/fabric-dark.css +23 -191
- package/styles/treeview/fabric.css +23 -191
- package/styles/treeview/fluent-dark.css +23 -216
- package/styles/treeview/fluent.css +23 -216
- package/styles/treeview/highcontrast-light.css +23 -191
- package/styles/treeview/highcontrast.css +23 -194
- package/styles/treeview/material-dark.css +23 -192
- package/styles/treeview/material.css +23 -191
- package/styles/treeview/tailwind-dark.css +23 -213
- package/styles/treeview/tailwind.css +23 -213
- package/styles/v-scroll/bootstrap-dark.css +7 -50
- package/styles/v-scroll/bootstrap.css +7 -50
- package/styles/v-scroll/bootstrap4.css +7 -50
- package/styles/v-scroll/bootstrap5-dark.css +7 -50
- package/styles/v-scroll/bootstrap5.css +7 -50
- package/styles/v-scroll/fabric-dark.css +7 -50
- package/styles/v-scroll/fabric.css +7 -50
- package/styles/v-scroll/fluent-dark.css +7 -50
- package/styles/v-scroll/fluent.css +7 -50
- package/styles/v-scroll/highcontrast-light.css +7 -53
- package/styles/v-scroll/highcontrast.css +7 -53
- package/styles/v-scroll/material-dark.css +7 -51
- package/styles/v-scroll/material.css +7 -51
- package/styles/v-scroll/tailwind-dark.css +7 -50
- package/styles/v-scroll/tailwind.css +7 -50
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.57
|
|
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.56",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-RoT6jp8SVHDyaxDIiLaHFtWCg4vw2jvFabVjLMEY9NJntyCa3QHiaRO5YOdJtk0t76SgKnEEbD31PtVfc4cxng==",
|
|
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.56.tgz",
|
|
41
|
+
"_shasum": "314197808a4448457fd00f841b898d81a4d394d0",
|
|
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.
|
|
54
|
-
"@syncfusion/ej2-data": "~20.1.
|
|
55
|
-
"@syncfusion/ej2-inputs": "~20.1.
|
|
56
|
-
"@syncfusion/ej2-lists": "~20.1.
|
|
57
|
-
"@syncfusion/ej2-popups": "~20.1.
|
|
52
|
+
"@syncfusion/ej2-base": "~20.1.56",
|
|
53
|
+
"@syncfusion/ej2-buttons": "~20.1.55",
|
|
54
|
+
"@syncfusion/ej2-data": "~20.1.55",
|
|
55
|
+
"@syncfusion/ej2-inputs": "~20.1.55",
|
|
56
|
+
"@syncfusion/ej2-lists": "~20.1.55",
|
|
57
|
+
"@syncfusion/ej2-popups": "~20.1.57"
|
|
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.57",
|
|
163
163
|
"sideEffects": false
|
|
164
164
|
}
|
package/src/carousel/carousel.js
CHANGED
|
@@ -51,6 +51,7 @@ var CLS_HOVER = 'e-carousel-hover';
|
|
|
51
51
|
var CLS_TEMPLATE = 'e-template';
|
|
52
52
|
var CLS_SLIDE_ANIMATION = 'e-carousel-slide-animation';
|
|
53
53
|
var CLS_FADE_ANIMATION = 'e-carousel-fade-animation';
|
|
54
|
+
var CLS_CUSTOM_ANIMATION = 'e-carousel-custom-animation';
|
|
54
55
|
var CLS_PREV_SLIDE = 'e-prev';
|
|
55
56
|
var CLS_NEXT_SLIDE = 'e-next';
|
|
56
57
|
var CLS_TRANSITION_START = 'e-transition-start';
|
|
@@ -431,13 +432,12 @@ var Carousel = /** @class */ (function (_super) {
|
|
|
431
432
|
};
|
|
432
433
|
Carousel.prototype.applyAnimation = function () {
|
|
433
434
|
var animationTarget = this.element.querySelector("." + CLS_ITEMS);
|
|
434
|
-
removeClass([animationTarget], [CLS_FADE_ANIMATION, CLS_SLIDE_ANIMATION]);
|
|
435
|
+
removeClass([animationTarget], [CLS_CUSTOM_ANIMATION, CLS_FADE_ANIMATION, CLS_SLIDE_ANIMATION]);
|
|
435
436
|
if (this.animation.customEffect) {
|
|
436
|
-
addClass([animationTarget], this.animation.customEffect);
|
|
437
|
+
addClass([animationTarget], [CLS_CUSTOM_ANIMATION, this.animation.customEffect]);
|
|
437
438
|
}
|
|
438
439
|
else if (this.animation.effect !== 'None') {
|
|
439
|
-
|
|
440
|
-
addClass([animationTarget], animationClass);
|
|
440
|
+
addClass([animationTarget], this.animation.effect === 'Fade' ? CLS_FADE_ANIMATION : CLS_SLIDE_ANIMATION);
|
|
441
441
|
}
|
|
442
442
|
};
|
|
443
443
|
Carousel.prototype.autoSlide = function () {
|
|
@@ -544,8 +544,15 @@ var Carousel = /** @class */ (function (_super) {
|
|
|
544
544
|
isSwiped: isSwiped
|
|
545
545
|
};
|
|
546
546
|
var slideHeight;
|
|
547
|
-
if (_this.animation.
|
|
548
|
-
|
|
547
|
+
if (_this.animation.customEffect) {
|
|
548
|
+
if (direction === 'Previous') {
|
|
549
|
+
addClass([args.nextSlide], CLS_NEXT_SLIDE);
|
|
550
|
+
addClass([args.currentSlide], CLS_PREV_SLIDE);
|
|
551
|
+
}
|
|
552
|
+
else {
|
|
553
|
+
addClass([args.currentSlide], CLS_PREV_SLIDE);
|
|
554
|
+
addClass([args.nextSlide], CLS_NEXT_SLIDE);
|
|
555
|
+
}
|
|
549
556
|
}
|
|
550
557
|
else if (_this.animation.effect === 'Slide') {
|
|
551
558
|
if (direction === 'Previous') {
|
|
@@ -564,6 +571,9 @@ var Carousel = /** @class */ (function (_super) {
|
|
|
564
571
|
removeClass([args.currentSlide], CLS_ACTIVE);
|
|
565
572
|
addClass([args.nextSlide], CLS_ACTIVE);
|
|
566
573
|
}
|
|
574
|
+
else {
|
|
575
|
+
_this.onTransitionEnd();
|
|
576
|
+
}
|
|
567
577
|
_this.handleNavigatorsActions(currentIndex);
|
|
568
578
|
});
|
|
569
579
|
};
|
|
@@ -790,6 +800,7 @@ var Carousel = /** @class */ (function (_super) {
|
|
|
790
800
|
Carousel.prototype.wireEvents = function () {
|
|
791
801
|
EventHandler.add(this.element, 'focusin focusout', this.onFocusActions, this);
|
|
792
802
|
EventHandler.add(this.element, 'mouseenter mouseleave', this.onHoverActions, this);
|
|
803
|
+
EventHandler.add(this.element.firstElementChild, 'animationend', this.onTransitionEnd, this);
|
|
793
804
|
EventHandler.add(this.element.firstElementChild, 'transitionend', this.onTransitionEnd, this);
|
|
794
805
|
};
|
|
795
806
|
Carousel.prototype.unWireEvents = function () {
|
|
@@ -806,6 +817,7 @@ var Carousel = /** @class */ (function (_super) {
|
|
|
806
817
|
if (playIcon) {
|
|
807
818
|
EventHandler.remove(playIcon, 'click', this.playButtonClickHandler);
|
|
808
819
|
}
|
|
820
|
+
EventHandler.remove(this.element.firstElementChild, 'animationend', this.onTransitionEnd);
|
|
809
821
|
EventHandler.remove(this.element.firstElementChild, 'transitionend', this.onTransitionEnd);
|
|
810
822
|
EventHandler.clearEvents(this.element);
|
|
811
823
|
};
|
package/src/common/menu-base.js
CHANGED
|
@@ -41,6 +41,7 @@ var LEFTARROW = 'leftarrow';
|
|
|
41
41
|
var RIGHTARROW = 'rightarrow';
|
|
42
42
|
var HOME = 'home';
|
|
43
43
|
var END = 'end';
|
|
44
|
+
var TAB = 'tab';
|
|
44
45
|
var CARET = 'e-caret';
|
|
45
46
|
var ITEM = 'e-menu-item';
|
|
46
47
|
var DISABLED = 'e-disabled';
|
|
@@ -330,6 +331,7 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
330
331
|
if (this.isMenu) {
|
|
331
332
|
keyConfigs.home = HOME;
|
|
332
333
|
keyConfigs.end = END;
|
|
334
|
+
keyConfigs.tab = TAB;
|
|
333
335
|
}
|
|
334
336
|
new KeyboardEvents(element, {
|
|
335
337
|
keyAction: this.keyBoardHandler.bind(this),
|
|
@@ -390,6 +392,7 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
390
392
|
case UPARROW:
|
|
391
393
|
case END:
|
|
392
394
|
case HOME:
|
|
395
|
+
case TAB:
|
|
393
396
|
this.upDownKeyHandler(e);
|
|
394
397
|
break;
|
|
395
398
|
case RIGHTARROW:
|
|
@@ -416,7 +419,7 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
416
419
|
};
|
|
417
420
|
MenuBase.prototype.upDownKeyHandler = function (e) {
|
|
418
421
|
var cul = this.getUlByNavIdx();
|
|
419
|
-
var defaultIdx = (e.action === DOWNARROW || e.action === HOME) ? 0 : cul.childElementCount - 1;
|
|
422
|
+
var defaultIdx = (e.action === DOWNARROW || e.action === HOME || e.action === TAB) ? 0 : cul.childElementCount - 1;
|
|
420
423
|
var fliIdx = defaultIdx;
|
|
421
424
|
var fli = this.getLIByClass(cul, FOCUSED);
|
|
422
425
|
if (fli) {
|
|
@@ -553,6 +556,12 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
553
556
|
}
|
|
554
557
|
if (!isClose) {
|
|
555
558
|
var liElem_1 = e && e.target && this.getLI(e.target);
|
|
559
|
+
if (liElem_1) {
|
|
560
|
+
this.cli = liElem_1;
|
|
561
|
+
}
|
|
562
|
+
else {
|
|
563
|
+
this.cli = ul_1.children[0];
|
|
564
|
+
}
|
|
556
565
|
item_1 = this.navIdx.length ? this.getItem(this.navIdx) : null;
|
|
557
566
|
items_1 = item_1 ? item_1.items : this.items;
|
|
558
567
|
beforeCloseArgs = { element: ul_1, parentItem: item_1, items: items_1, event: e, cancel: false, isFocused: true };
|
|
@@ -2156,6 +2165,7 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
2156
2165
|
this.clearTemplate(['template']);
|
|
2157
2166
|
}
|
|
2158
2167
|
}
|
|
2168
|
+
this.rippleFn = null;
|
|
2159
2169
|
};
|
|
2160
2170
|
__decorate([
|
|
2161
2171
|
Event()
|
package/src/tab/tab.js
CHANGED
|
@@ -1245,10 +1245,12 @@ var Tab = /** @class */ (function (_super) {
|
|
|
1245
1245
|
var _this = this;
|
|
1246
1246
|
if (this.allowDragAndDrop) {
|
|
1247
1247
|
var tabHeader = this.element.querySelector('.' + CLS_HEADER);
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1248
|
+
if (tabHeader) {
|
|
1249
|
+
var items = tabHeader.querySelectorAll('.' + CLS_TB_ITEM);
|
|
1250
|
+
items.forEach(function (element) {
|
|
1251
|
+
_this.initializeDrag(element);
|
|
1252
|
+
});
|
|
1253
|
+
}
|
|
1252
1254
|
}
|
|
1253
1255
|
};
|
|
1254
1256
|
Tab.prototype.wireEvents = function () {
|
|
@@ -1821,6 +1823,7 @@ var Tab = /** @class */ (function (_super) {
|
|
|
1821
1823
|
if (isNOU(this.hdrEle)) {
|
|
1822
1824
|
this.items = items;
|
|
1823
1825
|
this.reRenderItems();
|
|
1826
|
+
this.bindDraggable();
|
|
1824
1827
|
}
|
|
1825
1828
|
else {
|
|
1826
1829
|
var itemsCount = selectAll('.e-tab-header .' + CLS_TB_ITEM, this.element).length;
|
package/src/treeview/treeview.js
CHANGED
|
@@ -717,7 +717,8 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
717
717
|
}
|
|
718
718
|
var subChildItems = getValue(this.fields.child.toString(), childItems[index]);
|
|
719
719
|
if (subChildItems && subChildItems.length) {
|
|
720
|
-
this.parentCheckData.
|
|
720
|
+
if (this.parentCheckData.indexOf(treeData) === -1)
|
|
721
|
+
this.parentCheckData.push(treeData);
|
|
721
722
|
this.updateChildCheckState(subChildItems, childItems[index]);
|
|
722
723
|
}
|
|
723
724
|
if (count === childItems.length && this.autoCheck && this.checkedNodes.indexOf(checkedParent) === -1) {
|
|
@@ -732,7 +733,6 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
732
733
|
}
|
|
733
734
|
}
|
|
734
735
|
}
|
|
735
|
-
this.parentCheckData = [];
|
|
736
736
|
};
|
|
737
737
|
TreeView.prototype.beforeNodeCreate = function (e) {
|
|
738
738
|
if (this.showCheckBox) {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
/*! accordion icons */
|
|
2
2
|
.e-accordion .e-tgl-collapse-icon::before {
|
|
3
|
-
content:
|
|
3
|
+
content: "\e916";
|
|
4
4
|
}
|
|
5
|
-
|
|
6
5
|
.e-accordion .e-tgl-collapse-icon.e-expand-icon {
|
|
7
6
|
transform: rotate(-180deg);
|
|
8
7
|
}
|
|
@@ -12,54 +11,44 @@
|
|
|
12
11
|
.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
13
12
|
font-size: 16px;
|
|
14
13
|
}
|
|
15
|
-
|
|
16
14
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel,
|
|
17
15
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel {
|
|
18
16
|
font-size: 14px;
|
|
19
17
|
}
|
|
20
|
-
|
|
21
18
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content,
|
|
22
19
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content {
|
|
23
20
|
padding: 15px 15px 15px 30px;
|
|
24
21
|
}
|
|
25
|
-
|
|
26
22
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header,
|
|
27
23
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
28
24
|
padding: 0 30px;
|
|
29
25
|
}
|
|
30
|
-
|
|
31
26
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content,
|
|
32
27
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
33
28
|
padding: 0;
|
|
34
29
|
}
|
|
35
|
-
|
|
36
30
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion,
|
|
37
31
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion {
|
|
38
32
|
border: 0;
|
|
39
33
|
}
|
|
40
|
-
|
|
41
34
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header,
|
|
42
35
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header {
|
|
43
36
|
padding: 0 30px 0 45px;
|
|
44
37
|
}
|
|
45
|
-
|
|
46
38
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-panel .e-acrdn-content,
|
|
47
39
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-panel .e-acrdn-content {
|
|
48
40
|
padding: 15px 15px 15px 45px;
|
|
49
41
|
}
|
|
50
|
-
|
|
51
42
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-header .e-acrdn-header-content,
|
|
52
43
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-header .e-acrdn-header-content {
|
|
53
44
|
font-size: 14px;
|
|
54
45
|
}
|
|
55
|
-
|
|
56
46
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header,
|
|
57
47
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header {
|
|
58
48
|
line-height: 48px;
|
|
59
49
|
min-height: 50px;
|
|
60
50
|
padding: 0 30px 0 15px;
|
|
61
51
|
}
|
|
62
|
-
|
|
63
52
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-toggle-icon,
|
|
64
53
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-toggle-icon {
|
|
65
54
|
height: 50px;
|
|
@@ -67,49 +56,40 @@
|
|
|
67
56
|
min-width: 24px;
|
|
68
57
|
right: 15px;
|
|
69
58
|
}
|
|
70
|
-
|
|
71
59
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
|
|
72
60
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
|
|
73
61
|
display: inline-block;
|
|
74
62
|
padding: 0 10px 0 0;
|
|
75
63
|
}
|
|
76
|
-
|
|
77
64
|
.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
|
|
78
65
|
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
79
66
|
padding: 15px;
|
|
80
67
|
}
|
|
81
|
-
|
|
82
68
|
.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content,
|
|
83
69
|
.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content {
|
|
84
70
|
padding: 15px 30px 15px 15px;
|
|
85
71
|
}
|
|
86
|
-
|
|
87
72
|
.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header,
|
|
88
73
|
.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
89
74
|
padding: 0 30px;
|
|
90
75
|
}
|
|
91
|
-
|
|
92
76
|
.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header,
|
|
93
77
|
.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header {
|
|
94
78
|
padding: 0 45px 0 30px;
|
|
95
79
|
}
|
|
96
|
-
|
|
97
80
|
.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-panel .e-acrdn-content,
|
|
98
81
|
.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-panel .e-acrdn-content {
|
|
99
82
|
padding: 15px 45px 15px 15px;
|
|
100
83
|
}
|
|
101
|
-
|
|
102
84
|
.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header,
|
|
103
85
|
.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header {
|
|
104
86
|
padding: 0 15px 0 30px;
|
|
105
87
|
}
|
|
106
|
-
|
|
107
88
|
.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon,
|
|
108
89
|
.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon {
|
|
109
90
|
left: 15px;
|
|
110
91
|
right: auto;
|
|
111
92
|
}
|
|
112
|
-
|
|
113
93
|
.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon,
|
|
114
94
|
.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
115
95
|
padding: 0 0 0 10px;
|
|
@@ -119,75 +99,58 @@
|
|
|
119
99
|
display: block;
|
|
120
100
|
position: relative;
|
|
121
101
|
}
|
|
122
|
-
|
|
123
102
|
.e-accordion .e-acrdn-item {
|
|
124
103
|
border-radius: 4px;
|
|
125
104
|
margin-top: 5px;
|
|
126
105
|
}
|
|
127
|
-
|
|
128
106
|
.e-accordion .e-acrdn-item .nested .e-acrdn-item + .e-acrdn-item {
|
|
129
107
|
margin-top: 0;
|
|
130
108
|
}
|
|
131
|
-
|
|
132
109
|
.e-accordion .e-acrdn-item:not(.e-select) {
|
|
133
110
|
margin-top: 5px;
|
|
134
111
|
}
|
|
135
|
-
|
|
136
112
|
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) {
|
|
137
113
|
margin-bottom: 0;
|
|
138
114
|
margin-top: 0;
|
|
139
115
|
}
|
|
140
|
-
|
|
141
116
|
.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item.e-select {
|
|
142
117
|
margin-top: 5px;
|
|
143
118
|
}
|
|
144
|
-
|
|
145
119
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header {
|
|
146
120
|
border: 0;
|
|
147
121
|
}
|
|
148
|
-
|
|
149
122
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select {
|
|
150
123
|
margin: 2px;
|
|
151
124
|
}
|
|
152
|
-
|
|
153
125
|
.e-accordion .e-acrdn-item > .e-acrdn-header .e-acrdn-header-content {
|
|
154
126
|
font-weight: normal;
|
|
155
127
|
}
|
|
156
|
-
|
|
157
128
|
.e-accordion .e-acrdn-item.e-selected {
|
|
158
129
|
padding-top: 0;
|
|
159
130
|
}
|
|
160
|
-
|
|
161
131
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header .e-acrdn-header-content {
|
|
162
132
|
font-weight: normal;
|
|
163
133
|
}
|
|
164
|
-
|
|
165
134
|
.e-accordion .e-acrdn-item.e-overlay {
|
|
166
135
|
height: auto;
|
|
167
136
|
}
|
|
168
|
-
|
|
169
137
|
.e-accordion .e-acrdn-item {
|
|
170
138
|
overflow: hidden;
|
|
171
139
|
padding-top: 0;
|
|
172
140
|
position: relative;
|
|
173
141
|
}
|
|
174
|
-
|
|
175
142
|
.e-accordion .e-acrdn-item.e-hide {
|
|
176
143
|
display: none;
|
|
177
144
|
}
|
|
178
|
-
|
|
179
145
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
180
146
|
font-size: 16px;
|
|
181
147
|
}
|
|
182
|
-
|
|
183
148
|
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header {
|
|
184
149
|
cursor: pointer;
|
|
185
150
|
}
|
|
186
|
-
|
|
187
151
|
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select > .e-acrdn-header:focus .e-acrdn-header-content {
|
|
188
152
|
text-decoration: underline;
|
|
189
153
|
}
|
|
190
|
-
|
|
191
154
|
.e-accordion .e-acrdn-item .e-acrdn-header {
|
|
192
155
|
border-radius: 4px;
|
|
193
156
|
line-height: 39px;
|
|
@@ -198,11 +161,9 @@
|
|
|
198
161
|
text-overflow: ellipsis;
|
|
199
162
|
white-space: nowrap;
|
|
200
163
|
}
|
|
201
|
-
|
|
202
164
|
.e-accordion .e-acrdn-item .e-acrdn-header > * {
|
|
203
165
|
display: inline-block;
|
|
204
166
|
}
|
|
205
|
-
|
|
206
167
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
|
|
207
168
|
display: none;
|
|
208
169
|
font-size: 12px;
|
|
@@ -213,110 +174,86 @@
|
|
|
213
174
|
right: 15px;
|
|
214
175
|
top: 0;
|
|
215
176
|
}
|
|
216
|
-
|
|
217
177
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon .e-tgl-collapse-icon.e-icons {
|
|
218
178
|
display: table-cell;
|
|
219
179
|
text-align: center;
|
|
220
180
|
vertical-align: middle;
|
|
221
181
|
}
|
|
222
|
-
|
|
223
182
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-animation {
|
|
224
|
-
transition: .5s ease 0s;
|
|
183
|
+
transition: 0.5s ease 0s;
|
|
225
184
|
}
|
|
226
|
-
|
|
227
185
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
228
186
|
display: inline-block;
|
|
229
187
|
padding: 0 10px 0 0;
|
|
230
188
|
}
|
|
231
|
-
|
|
232
189
|
.e-accordion .e-acrdn-item .e-acrdn-panel {
|
|
233
190
|
font-size: 14px;
|
|
234
191
|
overflow-y: hidden;
|
|
235
192
|
text-decoration: none;
|
|
236
193
|
width: 100%;
|
|
237
194
|
}
|
|
238
|
-
|
|
239
195
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content {
|
|
240
196
|
padding: 15px 15px 15px 30px;
|
|
241
197
|
}
|
|
242
|
-
|
|
243
198
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
244
199
|
padding: 0 30px;
|
|
245
200
|
}
|
|
246
|
-
|
|
247
201
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
248
202
|
padding: 0;
|
|
249
203
|
}
|
|
250
|
-
|
|
251
204
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-acrdn-panel.e-nested > .e-acrdn-content {
|
|
252
205
|
padding: 0;
|
|
253
206
|
}
|
|
254
|
-
|
|
255
207
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion {
|
|
256
208
|
border: 0;
|
|
257
209
|
}
|
|
258
|
-
|
|
259
210
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header {
|
|
260
211
|
padding: 0 30px 0 45px;
|
|
261
212
|
}
|
|
262
|
-
|
|
263
213
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-panel .e-acrdn-content {
|
|
264
214
|
padding: 15px 15px 15px 45px;
|
|
265
215
|
}
|
|
266
|
-
|
|
267
216
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
|
|
268
217
|
font-weight: normal;
|
|
269
218
|
}
|
|
270
|
-
|
|
271
219
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
272
220
|
font-weight: normal;
|
|
273
221
|
}
|
|
274
|
-
|
|
275
222
|
.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
|
|
276
223
|
line-height: 1.5;
|
|
277
224
|
overflow: hidden;
|
|
278
225
|
padding: 15px;
|
|
279
226
|
text-overflow: ellipsis;
|
|
280
227
|
}
|
|
281
|
-
|
|
282
228
|
.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content > * {
|
|
283
229
|
overflow: hidden;
|
|
284
230
|
text-overflow: ellipsis;
|
|
285
231
|
}
|
|
286
|
-
|
|
287
232
|
.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-header-content {
|
|
288
233
|
font-size: 14px;
|
|
289
234
|
}
|
|
290
|
-
|
|
291
235
|
.e-accordion .e-acrdn-item .e-content-hide {
|
|
292
236
|
display: none;
|
|
293
237
|
}
|
|
294
|
-
|
|
295
238
|
.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-panel:not(.e-nested) > .e-acrdn-content {
|
|
296
239
|
padding: 15px 30px 15px 15px;
|
|
297
240
|
}
|
|
298
|
-
|
|
299
241
|
.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content > .e-accordion > .e-acrdn-item > .e-acrdn-header {
|
|
300
242
|
padding: 0 30px;
|
|
301
243
|
}
|
|
302
|
-
|
|
303
244
|
.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header {
|
|
304
245
|
padding: 0 45px 0 30px;
|
|
305
246
|
}
|
|
306
|
-
|
|
307
247
|
.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-panel .e-acrdn-content {
|
|
308
248
|
padding: 15px 45px 15px 15px;
|
|
309
249
|
}
|
|
310
|
-
|
|
311
250
|
.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header {
|
|
312
251
|
padding: 0 15px 0 30px;
|
|
313
252
|
}
|
|
314
|
-
|
|
315
253
|
.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon {
|
|
316
254
|
left: 15px;
|
|
317
255
|
right: auto;
|
|
318
256
|
}
|
|
319
|
-
|
|
320
257
|
.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
321
258
|
padding: 0 0 0 10px;
|
|
322
259
|
}
|
|
@@ -327,101 +264,76 @@
|
|
|
327
264
|
background: #1a1a1a;
|
|
328
265
|
border: 1px none #505050;
|
|
329
266
|
}
|
|
330
|
-
|
|
331
267
|
.e-accordion .e-active {
|
|
332
268
|
background: #484848;
|
|
333
269
|
}
|
|
334
|
-
|
|
335
270
|
.e-accordion .e-acrdn-item.e-overlay {
|
|
336
271
|
background: #1a1a1a;
|
|
337
272
|
}
|
|
338
|
-
|
|
339
273
|
.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus {
|
|
340
274
|
background: transparent;
|
|
341
275
|
}
|
|
342
|
-
|
|
343
276
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
|
|
344
277
|
color: #3e98ff;
|
|
345
278
|
}
|
|
346
|
-
|
|
347
279
|
.e-accordion .e-acrdn-item.e-select {
|
|
348
280
|
background: #1a1a1a;
|
|
349
281
|
border: 1px solid #505050;
|
|
350
282
|
}
|
|
351
|
-
|
|
352
283
|
.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
|
|
353
284
|
color: #f0f0f0;
|
|
354
285
|
}
|
|
355
|
-
|
|
356
286
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
357
287
|
color: #3e98ff;
|
|
358
288
|
}
|
|
359
|
-
|
|
360
289
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
361
290
|
color: #3e98ff;
|
|
362
291
|
}
|
|
363
|
-
|
|
364
292
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
365
293
|
background: transparent;
|
|
366
294
|
}
|
|
367
|
-
|
|
368
295
|
.e-accordion .e-acrdn-item .e-acrdn-header:hover {
|
|
369
296
|
background: transparent;
|
|
370
297
|
}
|
|
371
|
-
|
|
372
298
|
.e-accordion .e-acrdn-item .e-acrdn-header:active {
|
|
373
299
|
background: transparent;
|
|
374
300
|
}
|
|
375
|
-
|
|
376
301
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
377
302
|
background: transparent;
|
|
378
303
|
}
|
|
379
|
-
|
|
380
|
-
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header,
|
|
381
|
-
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
|
|
304
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
|
|
382
305
|
background: #484848;
|
|
383
306
|
}
|
|
384
|
-
|
|
385
|
-
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header > .e-toggle-icon,
|
|
386
|
-
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header > .e-toggle-icon {
|
|
307
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header > .e-toggle-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header > .e-toggle-icon {
|
|
387
308
|
color: #fff;
|
|
388
309
|
}
|
|
389
|
-
|
|
390
310
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
|
|
391
|
-
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content,
|
|
392
|
-
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
|
|
311
|
+
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
|
|
393
312
|
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
|
|
394
313
|
color: #f0f0f0;
|
|
395
314
|
}
|
|
396
|
-
|
|
397
315
|
.e-accordion .e-acrdn-item.e-selected {
|
|
398
316
|
border: 1px solid #505050;
|
|
399
317
|
}
|
|
400
|
-
|
|
401
318
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
402
319
|
border: 1px solid #505050;
|
|
403
320
|
border-top: 1px none #505050;
|
|
404
321
|
}
|
|
405
|
-
|
|
406
322
|
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header {
|
|
407
323
|
background: #484848;
|
|
408
324
|
border: 0;
|
|
409
325
|
border-bottom: 1px solid #505050;
|
|
410
326
|
border-radius: 0;
|
|
411
327
|
}
|
|
412
|
-
|
|
413
328
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content {
|
|
414
329
|
color: #f0f0f0;
|
|
415
330
|
}
|
|
416
|
-
|
|
417
331
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-header-content {
|
|
418
332
|
color: #fff;
|
|
419
333
|
}
|
|
420
|
-
|
|
421
334
|
.e-accordion .e-acrdn-item .e-toggle-icon {
|
|
422
335
|
color: #3e98ff;
|
|
423
336
|
}
|
|
424
|
-
|
|
425
337
|
.e-accordion .e-acrdn-item .e-acrdn-panel {
|
|
426
338
|
font-size: 14px;
|
|
427
|
-
}
|
|
339
|
+
}
|