@syncfusion/ej2-navigations 22.2.5 → 22.2.8

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.
Files changed (53) hide show
  1. package/CHANGELOG.md +16 -6
  2. package/dist/ej2-navigations.min.js +2 -2
  3. package/dist/ej2-navigations.umd.min.js +2 -2
  4. package/dist/ej2-navigations.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-navigations.es2015.js +60 -27
  6. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es5.js +60 -27
  8. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  9. package/dist/global/ej2-navigations.min.js +2 -2
  10. package/dist/global/ej2-navigations.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +9 -9
  13. package/src/common/menu-base.js +3 -0
  14. package/src/tab/tab-model.d.ts +6 -0
  15. package/src/tab/tab.d.ts +5 -0
  16. package/src/tab/tab.js +9 -1
  17. package/src/toolbar/toolbar.d.ts +1 -0
  18. package/src/toolbar/toolbar.js +48 -26
  19. package/styles/accordion/_theme.scss +5 -1
  20. package/styles/accordion/bootstrap-dark.css +3 -0
  21. package/styles/accordion/bootstrap.css +3 -0
  22. package/styles/accordion/bootstrap4.css +3 -0
  23. package/styles/accordion/bootstrap5-dark.css +3 -0
  24. package/styles/accordion/bootstrap5.css +3 -0
  25. package/styles/accordion/fabric-dark.css +3 -0
  26. package/styles/accordion/fabric.css +3 -0
  27. package/styles/accordion/fluent-dark.css +3 -0
  28. package/styles/accordion/fluent.css +3 -0
  29. package/styles/accordion/highcontrast-light.css +3 -0
  30. package/styles/accordion/highcontrast.css +3 -0
  31. package/styles/accordion/material-dark.css +3 -0
  32. package/styles/accordion/material.css +3 -0
  33. package/styles/accordion/material3-dark.css +3 -0
  34. package/styles/accordion/material3.css +3 -0
  35. package/styles/accordion/tailwind-dark.css +3 -0
  36. package/styles/accordion/tailwind.css +3 -0
  37. package/styles/bootstrap-dark.css +3 -0
  38. package/styles/bootstrap.css +3 -0
  39. package/styles/bootstrap4.css +3 -0
  40. package/styles/bootstrap5-dark.css +3 -0
  41. package/styles/bootstrap5.css +3 -0
  42. package/styles/fabric-dark.css +3 -0
  43. package/styles/fabric.css +3 -0
  44. package/styles/fluent-dark.css +3 -0
  45. package/styles/fluent.css +3 -0
  46. package/styles/highcontrast-light.css +3 -0
  47. package/styles/highcontrast.css +3 -0
  48. package/styles/material-dark.css +3 -0
  49. package/styles/material.css +3 -0
  50. package/styles/material3-dark.css +3 -0
  51. package/styles/material3.css +3 -0
  52. package/styles/tailwind-dark.css +3 -0
  53. package/styles/tailwind.css +3 -0
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 22.2.5
3
+ * version : 22.2.8
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@22.1.39",
3
+ "_id": "@syncfusion/ej2-navigations@22.2.7",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-K4OYPZQuHbKY4odT9j1dRVDIs0R25jo3xR/NTCKfwamdcJqWCnHIxEg3c6ELK7mIgn6C9fzHmXsns39xueDKew==",
5
+ "_integrity": "sha512-7Uz9JOqY5jJxwhyzEm/75NlZPwU2FSgHGayMBKK7HD/fi4Xs7JZUrC51E6un9JZk8/QGRgqVtf5zSgLbBHAYHA==",
6
6
  "_location": "/@syncfusion/ej2-navigations",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -39,8 +39,8 @@
39
39
  "/@syncfusion/ej2-spreadsheet",
40
40
  "/@syncfusion/ej2-vue-navigations"
41
41
  ],
42
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-22.1.39.tgz",
43
- "_shasum": "a1bae66925958586e35fc5b8a9892a6e64072f88",
42
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-22.2.7.tgz",
43
+ "_shasum": "5fcaed69c7a93538c2bb9312dde3fe7375060919",
44
44
  "_spec": "@syncfusion/ej2-navigations@*",
45
45
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
46
46
  "author": {
@@ -52,11 +52,11 @@
52
52
  "bundleDependencies": false,
53
53
  "dependencies": {
54
54
  "@syncfusion/ej2-base": "~22.2.5",
55
- "@syncfusion/ej2-buttons": "~22.2.5",
55
+ "@syncfusion/ej2-buttons": "~22.2.8",
56
56
  "@syncfusion/ej2-data": "~22.2.5",
57
- "@syncfusion/ej2-inputs": "~22.2.5",
58
- "@syncfusion/ej2-lists": "~22.2.5",
59
- "@syncfusion/ej2-popups": "~22.2.5"
57
+ "@syncfusion/ej2-inputs": "~22.2.7",
58
+ "@syncfusion/ej2-lists": "~22.2.8",
59
+ "@syncfusion/ej2-popups": "~22.2.7"
60
60
  },
61
61
  "deprecated": false,
62
62
  "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,6 +161,6 @@
161
161
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
162
162
  },
163
163
  "typings": "index.d.ts",
164
- "version": "22.2.5",
164
+ "version": "22.2.8",
165
165
  "sideEffects": false
166
166
  }
@@ -1491,6 +1491,9 @@ var MenuBase = /** @class */ (function (_super) {
1491
1491
  }
1492
1492
  };
1493
1493
  MenuBase.prototype.afterCloseMenu = function (e) {
1494
+ if (isNullOrUndefined(e)) {
1495
+ return;
1496
+ }
1494
1497
  var isHeader;
1495
1498
  if (this.showSubMenu) {
1496
1499
  if (this.showItemOnClick && this.navIdx.length === 0) {
@@ -315,6 +315,12 @@ export interface TabModel extends ComponentModel{
315
315
  */
316
316
  allowDragAndDrop?: boolean;
317
317
 
318
+ /**
319
+ * Specifies whether the templates need to be cleared or not while changing the Tab items dynamically.
320
+ * @default true
321
+ */
322
+ clearTemplates?: boolean;
323
+
318
324
  /**
319
325
  * Specifies the animation configuration settings while showing the content of the Tab.
320
326
  *
package/src/tab/tab.d.ts CHANGED
@@ -430,6 +430,11 @@ export declare class Tab extends Component<HTMLElement> implements INotifyProper
430
430
  * @default false
431
431
  */
432
432
  allowDragAndDrop: boolean;
433
+ /**
434
+ * Specifies whether the templates need to be cleared or not while changing the Tab items dynamically.
435
+ * @default true
436
+ */
437
+ clearTemplates: boolean;
433
438
  /**
434
439
  * Specifies the animation configuration settings while showing the content of the Tab.
435
440
  *
package/src/tab/tab.js CHANGED
@@ -1489,6 +1489,9 @@ var Tab = /** @class */ (function (_super) {
1489
1489
  }
1490
1490
  };
1491
1491
  Tab.prototype.clearTabTemplate = function (templateEle, templateName, className) {
1492
+ if (!this.clearTemplates) {
1493
+ return;
1494
+ }
1492
1495
  if (this.registeredTemplate && this.registeredTemplate[templateName]) {
1493
1496
  var registeredTemplates = this.registeredTemplate;
1494
1497
  for (var index = 0; index < registeredTemplates[templateName].length; index++) {
@@ -1968,7 +1971,9 @@ var Tab = /** @class */ (function (_super) {
1968
1971
  }
1969
1972
  }
1970
1973
  this.setActiveBorder();
1971
- item.setAttribute('aria-hidden', '' + value);
1974
+ if (!isNullOrUndefined(item.firstElementChild)) {
1975
+ item.firstElementChild.setAttribute('aria-hidden', '' + value);
1976
+ }
1972
1977
  if (this.overflowMode === 'Popup' && this.tbObj) {
1973
1978
  this.tbObj.refreshOverflow();
1974
1979
  }
@@ -2389,6 +2394,9 @@ var Tab = /** @class */ (function (_super) {
2389
2394
  __decorate([
2390
2395
  Property(false)
2391
2396
  ], Tab.prototype, "allowDragAndDrop", void 0);
2397
+ __decorate([
2398
+ Property(true)
2399
+ ], Tab.prototype, "clearTemplates", void 0);
2392
2400
  __decorate([
2393
2401
  Complex({}, TabAnimationSettings)
2394
2402
  ], Tab.prototype, "animation", void 0);
@@ -502,6 +502,7 @@ export declare class Toolbar extends Component<HTMLElement> implements INotifyPr
502
502
  private orientationChange;
503
503
  private extendedOpen;
504
504
  private updateHideEleTabIndex;
505
+ private clearToolbarTemplate;
505
506
  /**
506
507
  * Gets called when the model property changes.The data that describes the old and new values of the property that changed.
507
508
  *
@@ -1814,7 +1814,7 @@ var Toolbar = /** @class */ (function (_super) {
1814
1814
  this.tbarAlgEle[(this.items[parseInt(eleIdx.toString(), 10)].align + 's').toLowerCase()].splice(parseInt(indexAgn.toString(), 10), 1);
1815
1815
  }
1816
1816
  if (this.isReact) {
1817
- this.clearTemplate();
1817
+ this.clearToolbarTemplate(innerItems[parseInt(index.toString(), 10)]);
1818
1818
  }
1819
1819
  var btnItem = innerItems[parseInt(index.toString(), 10)].querySelector('.e-control.e-btn');
1820
1820
  if (!isNOU(btnItem) && !isNOU(btnItem.ej2_instances[0]) && !(btnItem.ej2_instances[0].isDestroyed)) {
@@ -2127,6 +2127,30 @@ var Toolbar = /** @class */ (function (_super) {
2127
2127
  nextEle = innerItems[++eleIndex];
2128
2128
  }
2129
2129
  };
2130
+ Toolbar.prototype.clearToolbarTemplate = function (templateEle) {
2131
+ if (this.registeredTemplate && this.registeredTemplate["" + 'template']) {
2132
+ var registeredTemplates = this.registeredTemplate;
2133
+ for (var index = 0; index < registeredTemplates["" + 'template'].length; index++) {
2134
+ var registeredItem = registeredTemplates["" + 'template'][parseInt(index.toString(), 10)].rootNodes[0];
2135
+ var closestItem = closest(registeredItem, '.' + CLS_ITEM);
2136
+ if (!isNOU(closestItem) && closestItem === templateEle) {
2137
+ this.clearTemplate(['template'], [registeredTemplates["" + 'template'][parseInt(index.toString(), 10)]]);
2138
+ break;
2139
+ }
2140
+ }
2141
+ }
2142
+ else if (this.portals && this.portals.length > 0) {
2143
+ var portals = this.portals;
2144
+ for (var index = 0; index < portals.length; index++) {
2145
+ var portalItem = portals[parseInt(index.toString(), 10)];
2146
+ var closestItem = closest(portalItem.containerInfo, '.' + CLS_ITEM);
2147
+ if (!isNOU(closestItem) && closestItem === templateEle) {
2148
+ this.clearTemplate(['template'], index);
2149
+ break;
2150
+ }
2151
+ }
2152
+ }
2153
+ };
2130
2154
  /**
2131
2155
  * Gets called when the model property changes.The data that describes the old and new values of the property that changed.
2132
2156
  *
@@ -2149,31 +2173,29 @@ var Toolbar = /** @class */ (function (_super) {
2149
2173
  var index = parseInt(Object.keys(newProp.items)[parseInt(i.toString(), 10)], 10);
2150
2174
  var property = Object.keys(newProp.items[parseInt(index.toString(), 10)])[0];
2151
2175
  var newProperty = Object(newProp.items[parseInt(index.toString(), 10)])["" + property];
2152
- if (typeof newProperty !== 'function') {
2153
- if (this.tbarAlign || property === 'align') {
2154
- this.refresh();
2155
- this.trigger('created');
2156
- break;
2157
- }
2158
- var popupPriCheck = property === 'showAlwaysInPopup' && !newProperty;
2159
- var booleanCheck = property === 'overflow' && this.popupPriCount !== 0;
2160
- if ((popupPriCheck) || (this.items[parseInt(index.toString(), 10)].showAlwaysInPopup) && booleanCheck) {
2161
- --this.popupPriCount;
2162
- }
2163
- if (isNOU(this.scrollModule)) {
2164
- this.destroyMode();
2165
- }
2166
- var itemCol = [].slice.call(selectAll('.' + CLS_ITEMS + ' .' + CLS_ITEM, tEle));
2167
- if (this.isReact && this.items[parseInt(index.toString(), 10)].template) {
2168
- this.clearTemplate();
2169
- }
2170
- detach(itemCol[parseInt(index.toString(), 10)]);
2171
- this.tbarEle.splice(index, 1);
2172
- this.addItems([this.items[parseInt(index.toString(), 10)]], index);
2173
- this.items.splice(index, 1);
2174
- if (this.items[parseInt(index.toString(), 10)].template) {
2175
- this.tbarEle.splice(this.items.length, 1);
2176
- }
2176
+ if (this.tbarAlign || property === 'align') {
2177
+ this.refresh();
2178
+ this.trigger('created');
2179
+ break;
2180
+ }
2181
+ var popupPriCheck = property === 'showAlwaysInPopup' && !newProperty;
2182
+ var booleanCheck = property === 'overflow' && this.popupPriCount !== 0;
2183
+ if ((popupPriCheck) || (this.items[parseInt(index.toString(), 10)].showAlwaysInPopup) && booleanCheck) {
2184
+ --this.popupPriCount;
2185
+ }
2186
+ if (isNOU(this.scrollModule)) {
2187
+ this.destroyMode();
2188
+ }
2189
+ var itemCol = [].slice.call(selectAll('.' + CLS_ITEMS + ' .' + CLS_ITEM, tEle));
2190
+ if (this.isReact && this.items[parseInt(index.toString(), 10)].template) {
2191
+ this.clearToolbarTemplate(itemCol[parseInt(index.toString(), 10)]);
2192
+ }
2193
+ detach(itemCol[parseInt(index.toString(), 10)]);
2194
+ this.tbarEle.splice(index, 1);
2195
+ this.addItems([this.items[parseInt(index.toString(), 10)]], index);
2196
+ this.items.splice(index, 1);
2197
+ if (this.items[parseInt(index.toString(), 10)].template) {
2198
+ this.tbarEle.splice(this.items.length, 1);
2177
2199
  }
2178
2200
  }
2179
2201
  }
@@ -189,7 +189,11 @@
189
189
  color: $acrdn-icon-color;
190
190
  }
191
191
  }
192
-
192
+ &.e-select.e-selected > .e-acrdn-header {
193
+ &:focus {
194
+ border: $acrdn-item-exp-not-selected-hdr-focus-border;
195
+ }
196
+ }
193
197
  &.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header {
194
198
 
195
199
  &:focus {
@@ -398,6 +398,9 @@
398
398
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
399
399
  color: #3e98ff;
400
400
  }
401
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
402
+ border: 0;
403
+ }
401
404
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
402
405
  background: transparent;
403
406
  border: 0;
@@ -399,6 +399,9 @@
399
399
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
400
400
  color: #333;
401
401
  }
402
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
403
+ border: 0;
404
+ }
402
405
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
403
406
  background: transparent;
404
407
  border: 0;
@@ -398,6 +398,9 @@
398
398
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
399
399
  color: #007bff;
400
400
  }
401
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
402
+ border: 0;
403
+ }
401
404
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
402
405
  background: #f8f9fa;
403
406
  border: 0;
@@ -400,6 +400,9 @@
400
400
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
401
401
  color: #adb5bd;
402
402
  }
403
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
404
+ border: 0;
405
+ }
403
406
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
404
407
  background: none;
405
408
  border: 0;
@@ -400,6 +400,9 @@
400
400
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
401
401
  color: #6c757d;
402
402
  }
403
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
404
+ border: 0;
405
+ }
403
406
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
404
407
  background: none;
405
408
  border: 0;
@@ -398,6 +398,9 @@
398
398
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
399
399
  color: #dadada;
400
400
  }
401
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
402
+ border: 1px solid #dadada;
403
+ }
401
404
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
402
405
  background: #514f4f;
403
406
  border: 1px solid #dadada;
@@ -399,6 +399,9 @@
399
399
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
400
400
  color: #333;
401
401
  }
402
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
403
+ border: 1px solid #666;
404
+ }
402
405
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
403
406
  background: #d1ebff;
404
407
  border: 1px solid #666;
@@ -399,6 +399,9 @@
399
399
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
400
400
  color: #a19f9d;
401
401
  }
402
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
403
+ border: 1px solid #f3f2f1;
404
+ }
402
405
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
403
406
  background: #252423;
404
407
  border: 1px solid #f3f2f1;
@@ -399,6 +399,9 @@
399
399
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
400
400
  color: #605e5c;
401
401
  }
402
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
403
+ border: 1px solid #201f1e;
404
+ }
402
405
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
403
406
  background: #f3f2f1;
404
407
  border: 1px solid #201f1e;
@@ -398,6 +398,9 @@
398
398
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
399
399
  color: #000;
400
400
  }
401
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
402
+ border: 2px dashed #000;
403
+ }
401
404
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
402
405
  background: #400074;
403
406
  border: 2px dashed #000;
@@ -399,6 +399,9 @@
399
399
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
400
400
  color: #fff;
401
401
  }
402
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
403
+ border: 2px dashed #fff;
404
+ }
402
405
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
403
406
  background: #ffd939;
404
407
  border: 2px dashed #fff;
@@ -399,6 +399,9 @@
399
399
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
400
400
  color: rgba(255, 255, 255, 0.7);
401
401
  }
402
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
403
+ border: 0;
404
+ }
402
405
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
403
406
  background: rgba(255, 255, 255, 0.05);
404
407
  border: 0;
@@ -400,6 +400,9 @@
400
400
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
401
401
  color: rgba(0, 0, 0, 0.54);
402
402
  }
403
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
404
+ border: 0;
405
+ }
403
406
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
404
407
  background: #eee;
405
408
  border: 0;
@@ -459,6 +459,9 @@
459
459
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
460
460
  color: rgba(var(--color-sf-on-surface-variant));
461
461
  }
462
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
463
+ border: 0;
464
+ }
462
465
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
463
466
  background: none;
464
467
  border: 0;
@@ -515,6 +515,9 @@
515
515
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
516
516
  color: rgba(var(--color-sf-on-surface-variant));
517
517
  }
518
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
519
+ border: 0;
520
+ }
518
521
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
519
522
  background: none;
520
523
  border: 0;
@@ -400,6 +400,9 @@
400
400
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
401
401
  color: #d1d5db;
402
402
  }
403
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
404
+ border: 0;
405
+ }
403
406
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
404
407
  background: #4b5563;
405
408
  border: 0;
@@ -400,6 +400,9 @@
400
400
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
401
401
  color: #6b7280;
402
402
  }
403
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
404
+ border: 0;
405
+ }
403
406
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
404
407
  background: #f3f4f6;
405
408
  border: 0;
@@ -2601,6 +2601,9 @@
2601
2601
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
2602
2602
  color: #3e98ff;
2603
2603
  }
2604
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
2605
+ border: 0;
2606
+ }
2604
2607
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
2605
2608
  background: transparent;
2606
2609
  border: 0;
@@ -2605,6 +2605,9 @@
2605
2605
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
2606
2606
  color: #333;
2607
2607
  }
2608
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
2609
+ border: 0;
2610
+ }
2608
2611
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
2609
2612
  background: transparent;
2610
2613
  border: 0;
@@ -2604,6 +2604,9 @@
2604
2604
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
2605
2605
  color: #007bff;
2606
2606
  }
2607
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
2608
+ border: 0;
2609
+ }
2607
2610
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
2608
2611
  background: #f8f9fa;
2609
2612
  border: 0;
@@ -2672,6 +2672,9 @@
2672
2672
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
2673
2673
  color: #adb5bd;
2674
2674
  }
2675
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
2676
+ border: 0;
2677
+ }
2675
2678
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
2676
2679
  background: none;
2677
2680
  border: 0;
@@ -2672,6 +2672,9 @@
2672
2672
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
2673
2673
  color: #6c757d;
2674
2674
  }
2675
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
2676
+ border: 0;
2677
+ }
2675
2678
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
2676
2679
  background: none;
2677
2680
  border: 0;
@@ -2601,6 +2601,9 @@
2601
2601
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
2602
2602
  color: #dadada;
2603
2603
  }
2604
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
2605
+ border: 1px solid #dadada;
2606
+ }
2604
2607
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
2605
2608
  background: #514f4f;
2606
2609
  border: 1px solid #dadada;
package/styles/fabric.css CHANGED
@@ -2604,6 +2604,9 @@
2604
2604
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
2605
2605
  color: #333;
2606
2606
  }
2607
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
2608
+ border: 1px solid #666;
2609
+ }
2607
2610
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
2608
2611
  background: #d1ebff;
2609
2612
  border: 1px solid #666;
@@ -2637,6 +2637,9 @@
2637
2637
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
2638
2638
  color: #a19f9d;
2639
2639
  }
2640
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
2641
+ border: 1px solid #f3f2f1;
2642
+ }
2640
2643
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
2641
2644
  background: #252423;
2642
2645
  border: 1px solid #f3f2f1;
package/styles/fluent.css CHANGED
@@ -2637,6 +2637,9 @@
2637
2637
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
2638
2638
  color: #605e5c;
2639
2639
  }
2640
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
2641
+ border: 1px solid #201f1e;
2642
+ }
2640
2643
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
2641
2644
  background: #f3f2f1;
2642
2645
  border: 1px solid #201f1e;
@@ -2601,6 +2601,9 @@
2601
2601
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
2602
2602
  color: #000;
2603
2603
  }
2604
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
2605
+ border: 2px dashed #000;
2606
+ }
2604
2607
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
2605
2608
  background: #400074;
2606
2609
  border: 2px dashed #000;
@@ -2604,6 +2604,9 @@
2604
2604
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
2605
2605
  color: #fff;
2606
2606
  }
2607
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
2608
+ border: 2px dashed #fff;
2609
+ }
2607
2610
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
2608
2611
  background: #ffd939;
2609
2612
  border: 2px dashed #fff;
@@ -2680,6 +2680,9 @@
2680
2680
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
2681
2681
  color: rgba(255, 255, 255, 0.7);
2682
2682
  }
2683
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
2684
+ border: 0;
2685
+ }
2683
2686
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
2684
2687
  background: rgba(255, 255, 255, 0.05);
2685
2688
  border: 0;
@@ -2686,6 +2686,9 @@
2686
2686
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
2687
2687
  color: rgba(0, 0, 0, 0.54);
2688
2688
  }
2689
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
2690
+ border: 0;
2691
+ }
2689
2692
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
2690
2693
  background: #eee;
2691
2694
  border: 0;
@@ -2745,6 +2745,9 @@
2745
2745
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
2746
2746
  color: rgba(var(--color-sf-on-surface-variant));
2747
2747
  }
2748
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
2749
+ border: 0;
2750
+ }
2748
2751
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
2749
2752
  background: none;
2750
2753
  border: 0;
@@ -2801,6 +2801,9 @@
2801
2801
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
2802
2802
  color: rgba(var(--color-sf-on-surface-variant));
2803
2803
  }
2804
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
2805
+ border: 0;
2806
+ }
2804
2807
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
2805
2808
  background: none;
2806
2809
  border: 0;
@@ -2774,6 +2774,9 @@
2774
2774
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
2775
2775
  color: #d1d5db;
2776
2776
  }
2777
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
2778
+ border: 0;
2779
+ }
2777
2780
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
2778
2781
  background: #4b5563;
2779
2782
  border: 0;
@@ -2774,6 +2774,9 @@
2774
2774
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
2775
2775
  color: #6b7280;
2776
2776
  }
2777
+ .e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
2778
+ border: 0;
2779
+ }
2777
2780
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
2778
2781
  background: #f3f4f6;
2779
2782
  border: 0;