@syncfusion/ej2-navigations 28.2.12 → 29.1.34
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/README.md +1 -1
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +96 -18
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +96 -18
- 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 +19 -26
- package/src/common/menu-base.d.ts +5 -0
- package/src/common/menu-base.js +60 -6
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +8 -1
- package/src/tab/tab-model.d.ts +1 -1
- package/src/tab/tab.d.ts +3 -3
- package/src/tab/tab.js +20 -4
- package/src/treeview/treeview.js +7 -6
- package/styles/accordion/_bootstrap-dark-definition.scss +4 -2
- package/styles/accordion/_bootstrap4-definition.scss +7 -5
- package/styles/accordion/bootstrap-dark.css +12 -12
- package/styles/accordion/bootstrap4.css +4 -4
- package/styles/accordion/bootstrap5-dark.css +37 -37
- package/styles/accordion/bootstrap5.css +16 -16
- package/styles/accordion/fabric.css +11 -11
- package/styles/accordion/tailwind-dark.css +2 -2
- package/styles/bds-lite.css +11 -1
- package/styles/bds.css +11 -1
- package/styles/bootstrap-dark-lite.css +60 -50
- package/styles/bootstrap-dark.css +60 -50
- package/styles/bootstrap-lite.css +11 -1
- package/styles/bootstrap.css +11 -1
- package/styles/bootstrap4-lite.css +88 -78
- package/styles/bootstrap4.css +89 -79
- package/styles/bootstrap5-dark-lite.css +223 -213
- package/styles/bootstrap5-dark.css +223 -213
- package/styles/bootstrap5-lite.css +84 -74
- package/styles/bootstrap5.3-lite.css +12 -8
- package/styles/bootstrap5.3.css +18 -8
- package/styles/bootstrap5.css +84 -74
- package/styles/breadcrumb/_bigger.scss +3 -1
- package/styles/breadcrumb/_bootstrap4-definition.scss +6 -4
- package/styles/breadcrumb/_bootstrap5-definition.scss +5 -3
- package/styles/breadcrumb/_fusionnew-definition.scss +9 -3
- package/styles/breadcrumb/_layout.scss +3 -1
- package/styles/breadcrumb/bootstrap-dark.css +2 -2
- package/styles/breadcrumb/bootstrap4.css +4 -4
- package/styles/breadcrumb/bootstrap5-dark.css +12 -12
- package/styles/breadcrumb/bootstrap5.css +3 -3
- package/styles/breadcrumb/fabric-dark.css +3 -3
- package/styles/context-menu/_bootstrap4-definition.scss +3 -1
- package/styles/context-menu/_fusionnew-definition.scss +1 -0
- package/styles/context-menu/_theme.scss +9 -1
- package/styles/context-menu/bds.css +1 -1
- package/styles/context-menu/bootstrap-dark.css +1 -1
- package/styles/context-menu/bootstrap.css +1 -1
- package/styles/context-menu/bootstrap4.css +2 -2
- package/styles/context-menu/bootstrap5-dark.css +8 -8
- package/styles/context-menu/bootstrap5.3.css +1 -1
- package/styles/context-menu/bootstrap5.css +1 -1
- package/styles/context-menu/fabric-dark.css +1 -1
- package/styles/context-menu/fabric.css +1 -1
- package/styles/context-menu/fluent-dark.css +1 -1
- package/styles/context-menu/fluent.css +1 -1
- package/styles/context-menu/fluent2.css +1 -1
- package/styles/context-menu/highcontrast-light.css +1 -1
- package/styles/context-menu/highcontrast.css +1 -1
- package/styles/context-menu/material-dark.css +2 -1
- package/styles/context-menu/material.css +1 -1
- package/styles/context-menu/material3-dark.css +2 -1
- package/styles/context-menu/material3.css +2 -1
- package/styles/context-menu/tailwind-dark.css +1 -1
- package/styles/context-menu/tailwind.css +1 -1
- package/styles/context-menu/tailwind3.css +1 -1
- package/styles/fabric-dark-lite.css +17 -7
- package/styles/fabric-dark.css +17 -7
- package/styles/fabric-lite.css +48 -38
- package/styles/fabric.css +48 -38
- package/styles/fluent-dark-lite.css +21 -11
- package/styles/fluent-dark.css +21 -11
- package/styles/fluent-lite.css +21 -11
- package/styles/fluent.css +21 -11
- package/styles/fluent2-lite.css +11 -1
- package/styles/fluent2.css +11 -1
- package/styles/h-scroll/_bootstrap4-definition.scss +4 -2
- package/styles/h-scroll/bootstrap4.css +5 -5
- package/styles/h-scroll/bootstrap5-dark.css +6 -6
- package/styles/h-scroll/fabric.css +1 -1
- package/styles/highcontrast-light-lite.css +11 -1
- package/styles/highcontrast-light.css +11 -1
- package/styles/highcontrast-lite.css +11 -1
- package/styles/highcontrast.css +11 -1
- package/styles/material-dark-lite.css +14 -3
- package/styles/material-dark.css +14 -3
- package/styles/material-lite.css +19 -9
- package/styles/material.css +19 -9
- package/styles/material3-dark-lite.css +12 -1
- package/styles/material3-dark.css +19 -2
- package/styles/material3-lite.css +12 -1
- package/styles/material3.css +19 -2
- package/styles/menu/_bootstrap4-definition.scss +4 -2
- package/styles/menu/_theme.scss +7 -6
- package/styles/menu/bootstrap4.css +13 -13
- package/styles/menu/bootstrap5-dark.css +14 -14
- package/styles/pager/_bigger.scss +3 -1
- package/styles/pager/_bootstrap-dark-definition.scss +3 -2
- package/styles/pager/_bootstrap4-definition.scss +2 -1
- package/styles/pager/bootstrap-dark.css +4 -4
- package/styles/pager/bootstrap4.css +1 -1
- package/styles/pager/bootstrap5-dark.css +13 -13
- package/styles/pager/bootstrap5.css +4 -4
- package/styles/pager/fabric.css +2 -2
- package/styles/pager/material3-dark.css +7 -1
- package/styles/pager/material3.css +7 -1
- package/styles/sidebar/bootstrap5-dark.css +1 -1
- package/styles/stepper/_bootstrap4-definition.scss +4 -2
- package/styles/stepper/_material-dark-definition.scss +4 -2
- package/styles/stepper/_material-definition.scss +7 -5
- package/styles/stepper/bootstrap-dark.css +2 -2
- package/styles/stepper/bootstrap4.css +2 -2
- package/styles/stepper/bootstrap5-dark.css +20 -20
- package/styles/stepper/bootstrap5.css +2 -2
- package/styles/stepper/fabric-dark.css +2 -2
- package/styles/stepper/fabric.css +2 -2
- package/styles/stepper/fluent-dark.css +1 -1
- package/styles/stepper/fluent.css +1 -1
- package/styles/stepper/material-dark.css +2 -2
- package/styles/stepper/material.css +8 -8
- package/styles/tab/_bootstrap-dark-definition.scss +8 -6
- package/styles/tab/_bootstrap4-definition.scss +13 -11
- package/styles/tab/_bootstrap5-definition.scss +3 -1
- package/styles/tab/_bootstrap5.3-definition.scss +3 -1
- package/styles/tab/_fluent-definition.scss +4 -2
- package/styles/tab/_layout.scss +4 -0
- package/styles/tab/bds.css +5 -0
- package/styles/tab/bootstrap-dark.css +34 -29
- package/styles/tab/bootstrap.css +5 -0
- package/styles/tab/bootstrap4.css +32 -27
- package/styles/tab/bootstrap5-dark.css +48 -43
- package/styles/tab/bootstrap5.3.css +5 -0
- package/styles/tab/bootstrap5.css +27 -22
- package/styles/tab/fabric-dark.css +5 -0
- package/styles/tab/fabric.css +9 -4
- package/styles/tab/fluent-dark.css +12 -7
- package/styles/tab/fluent.css +12 -7
- package/styles/tab/fluent2.css +5 -0
- package/styles/tab/highcontrast-light.css +5 -0
- package/styles/tab/highcontrast.css +5 -0
- package/styles/tab/material-dark.css +5 -0
- package/styles/tab/material.css +5 -0
- package/styles/tab/material3-dark.css +5 -0
- package/styles/tab/material3.css +5 -0
- package/styles/tab/tailwind-dark.css +5 -0
- package/styles/tab/tailwind.css +5 -0
- package/styles/tab/tailwind3.css +5 -0
- package/styles/tailwind-dark-lite.css +15 -5
- package/styles/tailwind-dark.css +15 -5
- package/styles/tailwind-lite.css +13 -3
- package/styles/tailwind.css +13 -3
- package/styles/tailwind3-lite.css +12 -2
- package/styles/tailwind3.css +13 -2
- package/styles/toolbar/_bootstrap4-definition.scss +8 -6
- package/styles/toolbar/_material-dark-definition.scss +3 -1
- package/styles/toolbar/_material-definition.scss +3 -1
- package/styles/toolbar/bootstrap4.css +12 -12
- package/styles/toolbar/bootstrap5-dark.css +47 -47
- package/styles/toolbar/bootstrap5.css +23 -23
- package/styles/toolbar/fabric.css +9 -9
- package/styles/treeview/_bigger.scss +5 -1
- package/styles/treeview/_bootstrap4-definition.scss +6 -4
- package/styles/treeview/_bootstrap5-definition.scss +4 -2
- package/styles/treeview/_bootstrap5.3-definition.scss +1 -1
- package/styles/treeview/_fluent-definition.scss +3 -1
- package/styles/treeview/_layout.scss +6 -2
- package/styles/treeview/_tailwind-definition.scss +3 -1
- package/styles/treeview/_theme.scss +3 -1
- package/styles/treeview/bds.css +5 -0
- package/styles/treeview/bootstrap-dark.css +5 -0
- package/styles/treeview/bootstrap.css +5 -0
- package/styles/treeview/bootstrap4.css +14 -9
- package/styles/treeview/bootstrap5-dark.css +17 -12
- package/styles/treeview/bootstrap5.3.css +12 -7
- package/styles/treeview/bootstrap5.css +8 -3
- package/styles/treeview/fabric-dark.css +5 -0
- package/styles/treeview/fabric.css +12 -7
- package/styles/treeview/fluent-dark.css +7 -2
- package/styles/treeview/fluent.css +7 -2
- package/styles/treeview/fluent2.css +5 -0
- package/styles/treeview/highcontrast-light.css +5 -0
- package/styles/treeview/highcontrast.css +5 -0
- package/styles/treeview/material-dark.css +5 -0
- package/styles/treeview/material.css +5 -0
- package/styles/treeview/material3-dark.css +5 -0
- package/styles/treeview/material3.css +5 -0
- package/styles/treeview/tailwind-dark.css +7 -2
- package/styles/treeview/tailwind.css +7 -2
- package/styles/treeview/tailwind3.css +7 -1
- package/styles/v-scroll/fabric-dark.css +1 -1
- package/styles/v-scroll/fabric.css +1 -1
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version :
|
|
3
|
+
* version : 29.1.33
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. 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,37 +1,30 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_from": "@syncfusion/ej2-navigations
|
|
3
|
-
"_id": "@syncfusion/ej2-navigations@
|
|
2
|
+
"_from": "@syncfusion/ej2-navigations@~29.1.33",
|
|
3
|
+
"_id": "@syncfusion/ej2-navigations@29.1.33",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-3ujYZua76QtlrDMElMUb0V4xrKOQV3yH4SIbUnl7tRdS03nqyWdvdAo6oUkN6md1jH8Sc8PMCWnI4g8lCxSL0w==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-navigations",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
9
9
|
"type": "range",
|
|
10
10
|
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-navigations
|
|
11
|
+
"raw": "@syncfusion/ej2-navigations@~29.1.33",
|
|
12
12
|
"name": "@syncfusion/ej2-navigations",
|
|
13
13
|
"escapedName": "@syncfusion%2fej2-navigations",
|
|
14
14
|
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "
|
|
15
|
+
"rawSpec": "~29.1.33",
|
|
16
16
|
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "
|
|
17
|
+
"fetchSpec": "~29.1.33"
|
|
18
18
|
},
|
|
19
19
|
"_requiredBy": [
|
|
20
|
-
"/",
|
|
21
|
-
"/@syncfusion/ej2",
|
|
22
20
|
"/@syncfusion/ej2-angular-navigations",
|
|
23
21
|
"/@syncfusion/ej2-charts",
|
|
24
22
|
"/@syncfusion/ej2-diagrams",
|
|
25
|
-
"/@syncfusion/ej2-documenteditor",
|
|
26
23
|
"/@syncfusion/ej2-dropdowns",
|
|
27
24
|
"/@syncfusion/ej2-filemanager",
|
|
28
25
|
"/@syncfusion/ej2-gantt",
|
|
29
26
|
"/@syncfusion/ej2-grids",
|
|
30
|
-
"/@syncfusion/ej2-image-editor",
|
|
31
|
-
"/@syncfusion/ej2-inplace-editor",
|
|
32
27
|
"/@syncfusion/ej2-interactive-chat",
|
|
33
|
-
"/@syncfusion/ej2-kanban",
|
|
34
|
-
"/@syncfusion/ej2-pdfviewer",
|
|
35
28
|
"/@syncfusion/ej2-pivotview",
|
|
36
29
|
"/@syncfusion/ej2-react-navigations",
|
|
37
30
|
"/@syncfusion/ej2-ribbon",
|
|
@@ -40,10 +33,10 @@
|
|
|
40
33
|
"/@syncfusion/ej2-spreadsheet",
|
|
41
34
|
"/@syncfusion/ej2-vue-navigations"
|
|
42
35
|
],
|
|
43
|
-
"_resolved": "https://
|
|
44
|
-
"_shasum": "
|
|
45
|
-
"_spec": "@syncfusion/ej2-navigations
|
|
46
|
-
"_where": "
|
|
36
|
+
"_resolved": "https://registry.npmjs.org/@syncfusion/ej2-navigations/-/ej2-navigations-29.1.33.tgz",
|
|
37
|
+
"_shasum": "4e297154e0b4622393521a01a9ab9487bb9daa66",
|
|
38
|
+
"_spec": "@syncfusion/ej2-navigations@~29.1.33",
|
|
39
|
+
"_where": "E:\\march2025\\memory-leaks\\node_modules\\@syncfusion\\ej2-diagrams",
|
|
47
40
|
"author": {
|
|
48
41
|
"name": "Syncfusion Inc."
|
|
49
42
|
},
|
|
@@ -52,12 +45,12 @@
|
|
|
52
45
|
},
|
|
53
46
|
"bundleDependencies": false,
|
|
54
47
|
"dependencies": {
|
|
55
|
-
"@syncfusion/ej2-base": "~
|
|
56
|
-
"@syncfusion/ej2-buttons": "~
|
|
57
|
-
"@syncfusion/ej2-data": "~
|
|
58
|
-
"@syncfusion/ej2-inputs": "~
|
|
59
|
-
"@syncfusion/ej2-lists": "~
|
|
60
|
-
"@syncfusion/ej2-popups": "~
|
|
48
|
+
"@syncfusion/ej2-base": "~29.1.33",
|
|
49
|
+
"@syncfusion/ej2-buttons": "~29.1.33",
|
|
50
|
+
"@syncfusion/ej2-data": "~29.1.33",
|
|
51
|
+
"@syncfusion/ej2-inputs": "~29.1.33",
|
|
52
|
+
"@syncfusion/ej2-lists": "~29.1.33",
|
|
53
|
+
"@syncfusion/ej2-popups": "~29.1.33"
|
|
61
54
|
},
|
|
62
55
|
"deprecated": false,
|
|
63
56
|
"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",
|
|
@@ -161,7 +154,7 @@
|
|
|
161
154
|
"type": "git",
|
|
162
155
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
163
156
|
},
|
|
157
|
+
"sideEffects": false,
|
|
164
158
|
"typings": "index.d.ts",
|
|
165
|
-
"version": "
|
|
166
|
-
|
|
167
|
-
}
|
|
159
|
+
"version": "29.1.34"
|
|
160
|
+
}
|
|
@@ -190,6 +190,9 @@ export declare abstract class MenuBase extends Component<HTMLUListElement> imple
|
|
|
190
190
|
private currentTarget;
|
|
191
191
|
private isCmenuHover;
|
|
192
192
|
private isAnimationNone;
|
|
193
|
+
private isKBDAction;
|
|
194
|
+
private touchStartFn;
|
|
195
|
+
private touchMoveFn;
|
|
193
196
|
/**
|
|
194
197
|
* Triggers while rendering each menu item.
|
|
195
198
|
*
|
|
@@ -343,6 +346,8 @@ export declare abstract class MenuBase extends Component<HTMLUListElement> imple
|
|
|
343
346
|
* @returns {void}
|
|
344
347
|
*/
|
|
345
348
|
protected render(): void;
|
|
349
|
+
private enableTouchScroll;
|
|
350
|
+
private touchOutsideHandler;
|
|
346
351
|
protected initialize(): void;
|
|
347
352
|
private renderItems;
|
|
348
353
|
protected wireEvents(): void;
|
package/src/common/menu-base.js
CHANGED
|
@@ -156,6 +156,7 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
156
156
|
_this.tempItem = [];
|
|
157
157
|
_this.showSubMenuOn = 'Auto';
|
|
158
158
|
_this.isAnimationNone = false;
|
|
159
|
+
_this.isKBDAction = false;
|
|
159
160
|
return _this;
|
|
160
161
|
}
|
|
161
162
|
/**
|
|
@@ -231,6 +232,30 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
231
232
|
});
|
|
232
233
|
}
|
|
233
234
|
};
|
|
235
|
+
MenuBase.prototype.enableTouchScroll = function (scrollList) {
|
|
236
|
+
var touchStartY = 0;
|
|
237
|
+
this.touchStartFn = function (e) {
|
|
238
|
+
touchStartY = e.touches[0].clientY;
|
|
239
|
+
};
|
|
240
|
+
this.touchMoveFn = function (e) {
|
|
241
|
+
var touchEndY = e.touches[0].clientY;
|
|
242
|
+
var touchDiff = touchStartY - touchEndY;
|
|
243
|
+
var atTop = scrollList.scrollTop === 0;
|
|
244
|
+
var atBottom = scrollList.scrollTop + scrollList.clientHeight === scrollList.scrollHeight;
|
|
245
|
+
if ((atTop && touchDiff < 0) || (atBottom && touchDiff > 0)) {
|
|
246
|
+
e.preventDefault();
|
|
247
|
+
}
|
|
248
|
+
touchStartY = touchEndY;
|
|
249
|
+
};
|
|
250
|
+
scrollList.addEventListener('touchstart', this.touchStartFn, { passive: false });
|
|
251
|
+
scrollList.addEventListener('touchmove', this.touchMoveFn, { passive: false });
|
|
252
|
+
};
|
|
253
|
+
MenuBase.prototype.touchOutsideHandler = function (e) {
|
|
254
|
+
var target = e.target;
|
|
255
|
+
if (!closest(target, '.e-' + this.getModuleName() + '-wrapper')) {
|
|
256
|
+
this.closeMenu();
|
|
257
|
+
}
|
|
258
|
+
};
|
|
234
259
|
MenuBase.prototype.initialize = function () {
|
|
235
260
|
var wrapper = this.getWrapper();
|
|
236
261
|
if (!wrapper) {
|
|
@@ -331,6 +356,10 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
331
356
|
EventHandler.add(document, 'click', this.delegateClickHandler, this);
|
|
332
357
|
this.wireKeyboardEvent(wrapper);
|
|
333
358
|
this.rippleFn = rippleEffect(wrapper, { selector: '.' + ITEM });
|
|
359
|
+
if (!this.isMenu && this.enableScrolling) {
|
|
360
|
+
this.enableTouchScroll(wrapper);
|
|
361
|
+
document.addEventListener('touchstart', this.touchOutsideHandler.bind(this), { passive: true });
|
|
362
|
+
}
|
|
334
363
|
};
|
|
335
364
|
MenuBase.prototype.wireKeyboardEvent = function (element) {
|
|
336
365
|
var keyConfigs = {
|
|
@@ -382,6 +411,7 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
382
411
|
if (this.enableScrolling && e.keyCode === 13 && trgt.classList.contains('e-scroll-nav')) {
|
|
383
412
|
this.removeLIStateByClass([FOCUSED, SELECTED], [closest(trgt, '.e-' + this.getModuleName() + '-wrapper')]);
|
|
384
413
|
}
|
|
414
|
+
this.isKBDAction = true;
|
|
385
415
|
if (actionNeeded) {
|
|
386
416
|
switch (e.action) {
|
|
387
417
|
case RIGHTARROW:
|
|
@@ -439,6 +469,9 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
439
469
|
}
|
|
440
470
|
break;
|
|
441
471
|
}
|
|
472
|
+
if (this.isAnimationNone) {
|
|
473
|
+
this.isKBDAction = false;
|
|
474
|
+
}
|
|
442
475
|
if (actionNeeded) {
|
|
443
476
|
e.action = actionName;
|
|
444
477
|
}
|
|
@@ -1227,8 +1260,15 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
1227
1260
|
}
|
|
1228
1261
|
else {
|
|
1229
1262
|
if (Browser.isDevice) {
|
|
1230
|
-
|
|
1231
|
-
|
|
1263
|
+
if (!this.isMenu && this.enableScrolling) {
|
|
1264
|
+
var menuScrollElement = document.querySelector('.e-menu-vscroll');
|
|
1265
|
+
top = Number(menuScrollElement.style.top.replace('px', ''));
|
|
1266
|
+
left = Number(menuScrollElement.style.left.replace('px', ''));
|
|
1267
|
+
}
|
|
1268
|
+
else {
|
|
1269
|
+
top = Number(this.element.style.top.replace(px, ''));
|
|
1270
|
+
left = Number(this.element.style.left.replace(px, ''));
|
|
1271
|
+
}
|
|
1232
1272
|
}
|
|
1233
1273
|
else {
|
|
1234
1274
|
var x = this.enableRtl ? 'left' : 'right';
|
|
@@ -1244,7 +1284,7 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
1244
1284
|
if (this.enableRtl || xCollision) {
|
|
1245
1285
|
left = (this.enableRtl && xCollision) ? left : left - ul.offsetWidth;
|
|
1246
1286
|
}
|
|
1247
|
-
if (collide.indexOf('bottom') > -1) {
|
|
1287
|
+
if (collide.indexOf('bottom') > -1 && (this.isMenu || !this.enableScrolling)) {
|
|
1248
1288
|
offset = this.callFit(ul, false, true, top, left);
|
|
1249
1289
|
top = offset.top;
|
|
1250
1290
|
}
|
|
@@ -1546,6 +1586,10 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
1546
1586
|
if (sli) {
|
|
1547
1587
|
sli.classList.remove(SELECTED);
|
|
1548
1588
|
}
|
|
1589
|
+
var scrollMenu = this.enableScrolling && !this.isMenu ? closest(cli.parentElement, '.e-menu-vscroll') : null;
|
|
1590
|
+
if (scrollMenu) {
|
|
1591
|
+
destroyScroll(getInstance(scrollMenu, VScroll), scrollMenu);
|
|
1592
|
+
}
|
|
1549
1593
|
detach(cli.parentNode);
|
|
1550
1594
|
this.navIdx.pop();
|
|
1551
1595
|
}
|
|
@@ -1997,6 +2041,11 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
1997
2041
|
EventHandler.remove(document, 'click', this.delegateClickHandler);
|
|
1998
2042
|
this.unWireKeyboardEvent(wrapper);
|
|
1999
2043
|
this.rippleFn();
|
|
2044
|
+
if (!this.isMenu && this.enableScrolling) {
|
|
2045
|
+
wrapper.removeEventListener('touchstart', this.touchStartFn);
|
|
2046
|
+
wrapper.removeEventListener('touchmove', this.touchMoveFn);
|
|
2047
|
+
document.removeEventListener('touchstart', this.touchOutsideHandler);
|
|
2048
|
+
}
|
|
2000
2049
|
};
|
|
2001
2050
|
MenuBase.prototype.unWireKeyboardEvent = function (element) {
|
|
2002
2051
|
var keyboardModule = getInstance(element, KeyboardEvents);
|
|
@@ -2059,6 +2108,7 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
2059
2108
|
else {
|
|
2060
2109
|
_this.end(options.element, isMenuOpen);
|
|
2061
2110
|
}
|
|
2111
|
+
_this.isKBDAction = false;
|
|
2062
2112
|
}
|
|
2063
2113
|
});
|
|
2064
2114
|
}
|
|
@@ -2084,14 +2134,14 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
2084
2134
|
scrollMenu.style.display = 'block';
|
|
2085
2135
|
}
|
|
2086
2136
|
this.triggerOpen(ul);
|
|
2087
|
-
if (ul.querySelector('.' + FOCUSED)) {
|
|
2137
|
+
if (ul.querySelector('.' + FOCUSED) && this.isKBDAction) {
|
|
2088
2138
|
ul.querySelector('.' + FOCUSED).focus();
|
|
2089
2139
|
}
|
|
2090
2140
|
else {
|
|
2091
2141
|
var ele = this.getWrapper().children[this.getIdx(this.getWrapper(), ul) - 1];
|
|
2092
2142
|
if (this.currentTarget) {
|
|
2093
2143
|
if (!(this.currentTarget.classList.contains('e-numerictextbox') || this.currentTarget.classList.contains('e-textbox') || this.currentTarget.tagName === 'INPUT')) {
|
|
2094
|
-
if (ele) {
|
|
2144
|
+
if (ele && this.isKBDAction) {
|
|
2095
2145
|
ele.querySelector('.' + SELECTED).focus();
|
|
2096
2146
|
}
|
|
2097
2147
|
else {
|
|
@@ -2100,7 +2150,7 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
2100
2150
|
}
|
|
2101
2151
|
}
|
|
2102
2152
|
else {
|
|
2103
|
-
if (ele) {
|
|
2153
|
+
if (ele && this.isKBDAction) {
|
|
2104
2154
|
ele.querySelector('.' + SELECTED).focus();
|
|
2105
2155
|
}
|
|
2106
2156
|
else {
|
|
@@ -2234,6 +2284,10 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
2234
2284
|
if (Browser.isDevice && !ul.classList.contains('e-contextmenu')) {
|
|
2235
2285
|
ul.children[idx + 1].classList.remove(disabled);
|
|
2236
2286
|
}
|
|
2287
|
+
else if (this.enableScrolling && !ul.classList.contains('e-menu-parent')) {
|
|
2288
|
+
var mainUl = ul.querySelector('.e-menu-parent');
|
|
2289
|
+
mainUl.children[idx].classList.remove(disabled);
|
|
2290
|
+
}
|
|
2237
2291
|
else {
|
|
2238
2292
|
ul.children[idx].classList.remove(disabled);
|
|
2239
2293
|
}
|
package/src/sidebar/sidebar.d.ts
CHANGED
|
@@ -264,6 +264,7 @@ export declare class Sidebar extends Component<HTMLElement> implements INotifyPr
|
|
|
264
264
|
toggle(): void;
|
|
265
265
|
protected getState(): boolean;
|
|
266
266
|
private setMediaQuery;
|
|
267
|
+
private checkMediaQuery;
|
|
267
268
|
protected resize(): void;
|
|
268
269
|
private documentclickHandler;
|
|
269
270
|
private enableGestureHandler;
|
package/src/sidebar/sidebar.js
CHANGED
|
@@ -173,7 +173,7 @@ var Sidebar = /** @class */ (function (_super) {
|
|
|
173
173
|
if (!isNullOrUndefined(this.tabIndex)) {
|
|
174
174
|
this.element.setAttribute('tabindex', this.tabIndex);
|
|
175
175
|
}
|
|
176
|
-
if (this.type === 'Auto' && !Browser.isDevice) {
|
|
176
|
+
if (this.type === 'Auto' && !Browser.isDevice && this.checkMediaQuery()) {
|
|
177
177
|
this.show();
|
|
178
178
|
}
|
|
179
179
|
else if (!this.isOpen) {
|
|
@@ -399,6 +399,13 @@ var Sidebar = /** @class */ (function (_super) {
|
|
|
399
399
|
}
|
|
400
400
|
}
|
|
401
401
|
};
|
|
402
|
+
Sidebar.prototype.checkMediaQuery = function () {
|
|
403
|
+
if (isNullOrUndefined(this.mediaQuery)) {
|
|
404
|
+
return true;
|
|
405
|
+
}
|
|
406
|
+
return (typeof (this.mediaQuery) === 'string') ?
|
|
407
|
+
window.matchMedia(this.mediaQuery).matches : (this.mediaQuery).matches;
|
|
408
|
+
};
|
|
402
409
|
Sidebar.prototype.resize = function () {
|
|
403
410
|
if (!isNullOrUndefined(this.width) && this.width !== 'auto' && typeof this.width === 'string' && !this.width.includes('px')) {
|
|
404
411
|
this.setType(this.type);
|
package/src/tab/tab-model.d.ts
CHANGED
|
@@ -255,7 +255,7 @@ export interface TabModel extends ComponentModel{
|
|
|
255
255
|
* Specifies the modes for Tab content.
|
|
256
256
|
* The possible modes are:
|
|
257
257
|
* * `Demand` - The content of the selected tab alone is loaded initially. The content of the tabs which were loaded once will be maintained in the DOM.
|
|
258
|
-
* * `Dynamic` -
|
|
258
|
+
* * `Dynamic` - Only the content of the selected tab is loaded and available in the DOM, and it will be replaced with the corresponding content if the tab is selected dynamically.
|
|
259
259
|
* * `Init` - The content of all the tabs are rendered on the initial load and maintained in the DOM.
|
|
260
260
|
*
|
|
261
261
|
* @default 'Demand'
|
package/src/tab/tab.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ export declare type TabSwipeMode = 'Both' | 'Touch' | 'Mouse' | 'None';
|
|
|
37
37
|
* Specifies the options of Tab content display mode.
|
|
38
38
|
* ```props
|
|
39
39
|
* Demand :- The content of the selected tab alone is loaded initially. The content of the tabs which were loaded once will be maintained in the DOM.
|
|
40
|
-
* Dynamic :-
|
|
40
|
+
* Dynamic :- Only the content of the selected tab is loaded and available in the DOM, and it will be replaced with the corresponding content if the tab is selected dynamically.
|
|
41
41
|
* Init :- The content of all the tabs are rendered on the initial load and maintained in the DOM.
|
|
42
42
|
* ```
|
|
43
43
|
*/
|
|
@@ -385,7 +385,7 @@ export declare class Tab extends Component<HTMLElement> implements INotifyProper
|
|
|
385
385
|
* Specifies the modes for Tab content.
|
|
386
386
|
* The possible modes are:
|
|
387
387
|
* * `Demand` - The content of the selected tab alone is loaded initially. The content of the tabs which were loaded once will be maintained in the DOM.
|
|
388
|
-
* * `Dynamic` -
|
|
388
|
+
* * `Dynamic` - Only the content of the selected tab is loaded and available in the DOM, and it will be replaced with the corresponding content if the tab is selected dynamically.
|
|
389
389
|
* * `Init` - The content of all the tabs are rendered on the initial load and maintained in the DOM.
|
|
390
390
|
*
|
|
391
391
|
* @default 'Demand'
|
|
@@ -647,7 +647,7 @@ export declare class Tab extends Component<HTMLElement> implements INotifyProper
|
|
|
647
647
|
* Shows or hides the Tab that is in the specified index.
|
|
648
648
|
*
|
|
649
649
|
* @param {number} index - Index value of target item.
|
|
650
|
-
* @param {boolean} value - Based on this Boolean value, item will be hide (
|
|
650
|
+
* @param {boolean} value - Based on this Boolean value, item will be hide (true) or show (false). By default, value is true.
|
|
651
651
|
* @returns {void}.
|
|
652
652
|
*/
|
|
653
653
|
hideTab(index: number, value?: boolean): void;
|
package/src/tab/tab.js
CHANGED
|
@@ -459,7 +459,7 @@ var Tab = /** @class */ (function (_super) {
|
|
|
459
459
|
attrs: { 'role': 'tabpanel', 'aria-labelledby': CLS_ITEM + this.tabId + '_' + index }
|
|
460
460
|
});
|
|
461
461
|
if (['Dynamic', 'Demand'].indexOf(this.loadOn) !== -1 ||
|
|
462
|
-
(this.loadOn === 'Init' && index ===
|
|
462
|
+
(this.loadOn === 'Init' && index === this.selectedItem)) {
|
|
463
463
|
addClass([contentElement], CLS_ACTIVE);
|
|
464
464
|
}
|
|
465
465
|
return contentElement;
|
|
@@ -1047,7 +1047,8 @@ var Tab = /** @class */ (function (_super) {
|
|
|
1047
1047
|
if (this.isTemplate === true) {
|
|
1048
1048
|
var cnt = selectAll('.' + CLS_CONTENT + ' > .' + CLS_ITEM, this.element);
|
|
1049
1049
|
for (var i = 0; i < cnt.length; i++) {
|
|
1050
|
-
cnt[i].
|
|
1050
|
+
cnt[i].style.display = 'block';
|
|
1051
|
+
cnt[i].style.visibility = 'visible';
|
|
1051
1052
|
this.maxHeight = Math.max(this.maxHeight, this.getHeight(cnt[i]));
|
|
1052
1053
|
cnt[i].style.removeProperty('display');
|
|
1053
1054
|
cnt[i].style.removeProperty('visibility');
|
|
@@ -1860,6 +1861,9 @@ var Tab = /** @class */ (function (_super) {
|
|
|
1860
1861
|
item.disabled = item.disabled || false;
|
|
1861
1862
|
item.visible = item.visible || true;
|
|
1862
1863
|
}
|
|
1864
|
+
if (items && items.length !== 0 && this.element && this.element.classList.contains(CLS_HIDDEN)) {
|
|
1865
|
+
this.element.classList.remove(CLS_HIDDEN);
|
|
1866
|
+
}
|
|
1863
1867
|
this.trigger('adding', addArgs, function (tabAddingArgs) {
|
|
1864
1868
|
if (!tabAddingArgs.cancel) {
|
|
1865
1869
|
_this.addingTabContent(items, index);
|
|
@@ -1988,6 +1992,16 @@ var Tab = /** @class */ (function (_super) {
|
|
|
1988
1992
|
_this.tbItem = selectAll('.' + CLS_TB_ITEM, _this.getTabHeader());
|
|
1989
1993
|
index = _this.getSelectingTabIndex(index);
|
|
1990
1994
|
index = !isNaN(index) && index >= 0 && _this.tbItem.length > index ? index : 0;
|
|
1995
|
+
var tabItem = _this.tbItem[index];
|
|
1996
|
+
if (tabItem) {
|
|
1997
|
+
if (tabItem.classList.contains(CLS_HIDDEN)) {
|
|
1998
|
+
tabItem.classList.remove(CLS_HIDDEN);
|
|
1999
|
+
}
|
|
2000
|
+
var firstChild = tabItem.firstElementChild;
|
|
2001
|
+
if (firstChild && firstChild.hasAttribute('aria-hidden')) {
|
|
2002
|
+
firstChild.removeAttribute('aria-hidden');
|
|
2003
|
+
}
|
|
2004
|
+
}
|
|
1991
2005
|
_this.selectedItem = index;
|
|
1992
2006
|
_this.select(index);
|
|
1993
2007
|
}
|
|
@@ -2000,7 +2014,9 @@ var Tab = /** @class */ (function (_super) {
|
|
|
2000
2014
|
_this.tbItem = selectAll('.' + CLS_TB_ITEM, _this.getTabHeader());
|
|
2001
2015
|
}
|
|
2002
2016
|
if (selectAll('.' + CLS_TB_ITEM, _this.element).length === 0) {
|
|
2003
|
-
|
|
2017
|
+
var cnt = select('.' + CLS_CONTENT, _this.element);
|
|
2018
|
+
detach(_this.hdrEle);
|
|
2019
|
+
detach(cnt);
|
|
2004
2020
|
}
|
|
2005
2021
|
_this.enableAnimation = true;
|
|
2006
2022
|
}
|
|
@@ -2010,7 +2026,7 @@ var Tab = /** @class */ (function (_super) {
|
|
|
2010
2026
|
* Shows or hides the Tab that is in the specified index.
|
|
2011
2027
|
*
|
|
2012
2028
|
* @param {number} index - Index value of target item.
|
|
2013
|
-
* @param {boolean} value - Based on this Boolean value, item will be hide (
|
|
2029
|
+
* @param {boolean} value - Based on this Boolean value, item will be hide (true) or show (false). By default, value is true.
|
|
2014
2030
|
* @returns {void}.
|
|
2015
2031
|
*/
|
|
2016
2032
|
Tab.prototype.hideTab = function (index, value) {
|
package/src/treeview/treeview.js
CHANGED
|
@@ -847,7 +847,8 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
847
847
|
this.trigger('drawNode', eventArgs);
|
|
848
848
|
if (e.curData[this.fields.selectable] === false && !this.showCheckBox) {
|
|
849
849
|
e.item.classList.add(PREVENTSELECT);
|
|
850
|
-
e.item.firstElementChild
|
|
850
|
+
var firstChild = e.item.firstElementChild;
|
|
851
|
+
firstChild.style.cursor = 'not-allowed';
|
|
851
852
|
}
|
|
852
853
|
}
|
|
853
854
|
};
|
|
@@ -3179,7 +3180,7 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
3179
3180
|
this.trigger('nodeEditing', eventArgs, function (observedArgs) {
|
|
3180
3181
|
if (!observedArgs.cancel) {
|
|
3181
3182
|
var inpWidth = textEle.offsetWidth + 5;
|
|
3182
|
-
var
|
|
3183
|
+
var widthSize_1 = inpWidth + 'px';
|
|
3183
3184
|
addClass([liEle], EDITING);
|
|
3184
3185
|
if (!isNOU(_this.nodeTemplateFn)) {
|
|
3185
3186
|
_this.destroyTemplate(liEle);
|
|
@@ -3187,16 +3188,16 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
3187
3188
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
3188
3189
|
if (_this.isReact) {
|
|
3189
3190
|
setTimeout(function () {
|
|
3190
|
-
_this.renderTextBox(eventArgs, textEle,
|
|
3191
|
+
_this.renderTextBox(eventArgs, textEle, widthSize_1);
|
|
3191
3192
|
}, 5);
|
|
3192
3193
|
}
|
|
3193
3194
|
else {
|
|
3194
|
-
_this.renderTextBox(eventArgs, textEle,
|
|
3195
|
+
_this.renderTextBox(eventArgs, textEle, widthSize_1);
|
|
3195
3196
|
}
|
|
3196
3197
|
}
|
|
3197
3198
|
});
|
|
3198
3199
|
};
|
|
3199
|
-
TreeView.prototype.renderTextBox = function (eventArgs, textEle,
|
|
3200
|
+
TreeView.prototype.renderTextBox = function (eventArgs, textEle, widthSize) {
|
|
3200
3201
|
textEle.innerHTML = eventArgs.innerHtml;
|
|
3201
3202
|
var inpEle = select('.' + TREEINPUT, textEle);
|
|
3202
3203
|
this.inputObj = Input.createInput({
|
|
@@ -3205,7 +3206,7 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
3205
3206
|
enableRtl: this.enableRtl
|
|
3206
3207
|
}
|
|
3207
3208
|
}, this.createElement);
|
|
3208
|
-
this.inputObj.container.
|
|
3209
|
+
this.inputObj.container.style.width = widthSize;
|
|
3209
3210
|
inpEle.focus();
|
|
3210
3211
|
var inputEle = inpEle;
|
|
3211
3212
|
inputEle.setSelectionRange(0, inputEle.value.length);
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
|
|
1
3
|
$acrdn-skin: 'bootstrap' !default;
|
|
2
4
|
$acrdn-header-font-weight: normal !default;
|
|
3
5
|
$acrdn-icon-font-size: $font-size !default;
|
|
@@ -78,8 +80,8 @@ $acrdn-bg-color: $grey-base !default;
|
|
|
78
80
|
$acrdn-default-bg-color: $acrdn-bg-color !default;
|
|
79
81
|
$acrdn-content-color: $grey-dark-font !default;
|
|
80
82
|
$acrdn-header-focus-bg: transparent !default;
|
|
81
|
-
$acrdn-header-font:
|
|
82
|
-
$acrdn-icon-color:
|
|
83
|
+
$acrdn-header-font: color.adjust($brand-primary, $lightness: 15%) !default;
|
|
84
|
+
$acrdn-icon-color: color.adjust($brand-primary, $lightness: 15%) !default;
|
|
83
85
|
$acrdn-selected-header-font-color: $grey-dark-font !default;
|
|
84
86
|
$acrdn-selected-icon-color: $grey-light-font !default;
|
|
85
87
|
$acrdn-item-border-color: $grey-99 !default;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
|
|
1
3
|
$acrdn-skin: 'bootstrap4' !default;
|
|
2
4
|
$acrdn-border-size: 1px !default;
|
|
3
5
|
$acrdn-border-radius: 4px !default;
|
|
4
6
|
$acrdn-default-bg-color: #fff !default;
|
|
5
7
|
$acrdn-item-panel-content-select-bg: $content-bg !default;
|
|
6
|
-
$acrdn-exp-hdr-hover-color:
|
|
8
|
+
$acrdn-exp-hdr-hover-color: color.adjust($primary, $lightness: -15%) !default;
|
|
7
9
|
$acrdn-exp-hdr-hover-focus-hdr-color: $primary !default;
|
|
8
10
|
$acrdn-disable-color: $gray-600 !default;
|
|
9
11
|
$acrdn-opacity: inherit !default;
|
|
@@ -138,11 +140,11 @@ $acrdn-item-header-focus-border: 0 !default;
|
|
|
138
140
|
$acrdn-item-header-focus-box-shadow: none !default;
|
|
139
141
|
$acrdn-item-header-focus-bg: $gray-100 !default;
|
|
140
142
|
$acrdn-item-header-focus-active-color: $primary !default;
|
|
141
|
-
$acrdn-item-select-exp-hdr-hover-color:
|
|
143
|
+
$acrdn-item-select-exp-hdr-hover-color: color.adjust($primary, $lightness: -15%) !default;
|
|
142
144
|
$acrdn-item-selected-exp-hdr-border-color: initial !default;
|
|
143
145
|
$acrdn-item-selected-exp-hdr-border-size: 0 !default;
|
|
144
146
|
$acrdn-item-selected-exp-hdr-bg: $gray-100 !default;
|
|
145
|
-
$acrdn-item-selected-exp-hdr-hover-color:
|
|
147
|
+
$acrdn-item-selected-exp-hdr-hover-color: color.adjust($primary, $lightness: -15%) !default;
|
|
146
148
|
$acrdn-item-selected-exp-hdr-hover-focus-color: $primary !default;
|
|
147
149
|
$acrdn-item-selected-exp-hdr-icon-color: $primary !default;
|
|
148
150
|
$acrdn-item-selected-exp-hdr-hover-border-color: initial !default;
|
|
@@ -162,12 +164,12 @@ $acrdn-item-selected-hdr-con-font: $primary !default;
|
|
|
162
164
|
$acrdn-item-selected-select-border-color: $black $black $acrdn-default-border !default;
|
|
163
165
|
$acrdn-item-selected-select-border-size: 0 0 1px 0 !default;
|
|
164
166
|
$acrdn-item-selected-hdr-icon-font: $primary !default;
|
|
165
|
-
$acrdn-item-selected-exp-hdr-con-hover-color:
|
|
167
|
+
$acrdn-item-selected-exp-hdr-con-hover-color: color.adjust($primary, $lightness: -15%) !default;
|
|
166
168
|
$acrdn-item-selected-exp-hdr-icon-hover-color: $primary !default;
|
|
167
169
|
$acrdn-item-selected-select-active-bg: $content-bg !default;
|
|
168
170
|
$acrdn-item-nes-pan-exp-hdr-color: $primary !default;
|
|
169
171
|
$acrdn-item-selected-hdr-hover-border-color: initial !default;
|
|
170
|
-
$acrdn-item-selected-hdr-tgl-icon-hover-font:
|
|
172
|
+
$acrdn-item-selected-hdr-tgl-icon-hover-font: color.adjust($primary, $lightness: -15%) !default;
|
|
171
173
|
$acrdn-item-nes-selected-exp-hover-hdr-icons-font: $primary !default;
|
|
172
174
|
$acrdn-item-nes-selected-exp-hover-hdr-con-font: $primary !default;
|
|
173
175
|
$acrdn-item-exp-not-selected-hdr-focus-bg: $gray-100 !default;
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
}
|
|
255
255
|
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons,
|
|
256
256
|
.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-acrdn-header-content {
|
|
257
|
-
color:
|
|
257
|
+
color: rgb(61.5, 151.8, 255);
|
|
258
258
|
}
|
|
259
259
|
.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons {
|
|
260
260
|
color: #f0f0f0;
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
border-bottom: 1px solid #505050;
|
|
282
282
|
}
|
|
283
283
|
.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
|
|
284
|
-
color:
|
|
284
|
+
color: rgb(61.5, 151.8, 255);
|
|
285
285
|
}
|
|
286
286
|
.e-accordion .e-acrdn-item.e-select {
|
|
287
287
|
background: #1a1a1a;
|
|
@@ -296,10 +296,10 @@
|
|
|
296
296
|
border-bottom: 0;
|
|
297
297
|
}
|
|
298
298
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
|
|
299
|
-
color:
|
|
299
|
+
color: rgb(61.5, 151.8, 255);
|
|
300
300
|
}
|
|
301
301
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
302
|
-
color:
|
|
302
|
+
color: rgb(61.5, 151.8, 255);
|
|
303
303
|
}
|
|
304
304
|
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
|
|
305
305
|
border: 0;
|
|
@@ -328,19 +328,19 @@
|
|
|
328
328
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
329
329
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
330
330
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
|
|
331
|
-
color:
|
|
331
|
+
color: rgb(61.5, 151.8, 255);
|
|
332
332
|
}
|
|
333
333
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
334
|
-
color:
|
|
334
|
+
color: rgb(61.5, 151.8, 255);
|
|
335
335
|
}
|
|
336
336
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons {
|
|
337
|
-
color:
|
|
337
|
+
color: rgb(61.5, 151.8, 255);
|
|
338
338
|
}
|
|
339
339
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-toggle-icon .e-icons.e-tgl-collapse-icon {
|
|
340
|
-
color:
|
|
340
|
+
color: rgb(61.5, 151.8, 255);
|
|
341
341
|
}
|
|
342
342
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
343
|
-
color:
|
|
343
|
+
color: rgb(61.5, 151.8, 255);
|
|
344
344
|
}
|
|
345
345
|
.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 {
|
|
346
346
|
border-color: #505050;
|
|
@@ -394,10 +394,10 @@
|
|
|
394
394
|
border-bottom: 1px solid #505050;
|
|
395
395
|
}
|
|
396
396
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-acrdn-header-content {
|
|
397
|
-
color:
|
|
397
|
+
color: rgb(61.5, 151.8, 255);
|
|
398
398
|
}
|
|
399
399
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon {
|
|
400
|
-
color:
|
|
400
|
+
color: rgb(61.5, 151.8, 255);
|
|
401
401
|
}
|
|
402
402
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
403
403
|
position: relative;
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
color: #fff;
|
|
437
437
|
}
|
|
438
438
|
.e-accordion .e-acrdn-item .e-toggle-icon {
|
|
439
|
-
color:
|
|
439
|
+
color: rgb(61.5, 151.8, 255);
|
|
440
440
|
}
|
|
441
441
|
.e-accordion .e-acrdn-item .e-acrdn-panel {
|
|
442
442
|
font-size: 14px;
|
|
@@ -331,13 +331,13 @@
|
|
|
331
331
|
color: #007bff;
|
|
332
332
|
}
|
|
333
333
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
334
|
-
color:
|
|
334
|
+
color: rgb(0, 86.1, 178.5);
|
|
335
335
|
}
|
|
336
336
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons {
|
|
337
337
|
color: #007bff;
|
|
338
338
|
}
|
|
339
339
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-toggle-icon .e-icons.e-tgl-collapse-icon {
|
|
340
|
-
color:
|
|
340
|
+
color: rgb(0, 86.1, 178.5);
|
|
341
341
|
}
|
|
342
342
|
.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
343
343
|
color: #007bff;
|
|
@@ -349,13 +349,13 @@
|
|
|
349
349
|
background: #f8f9fa;
|
|
350
350
|
}
|
|
351
351
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-icons {
|
|
352
|
-
color:
|
|
352
|
+
color: rgb(0, 86.1, 178.5);
|
|
353
353
|
}
|
|
354
354
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-icon .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-icon .e-icons {
|
|
355
355
|
color: #007bff;
|
|
356
356
|
}
|
|
357
357
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content {
|
|
358
|
-
color:
|
|
358
|
+
color: rgb(0, 86.1, 178.5);
|
|
359
359
|
}
|
|
360
360
|
.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-icons, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content {
|
|
361
361
|
color: #007bff;
|