@syncfusion/ej2-navigations 24.1.41 → 24.2.3

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 (95) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/README.md +1 -1
  3. package/dist/ej2-navigations.min.js +2 -2
  4. package/dist/ej2-navigations.umd.min.js +2 -2
  5. package/dist/ej2-navigations.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es2015.js +102 -15
  7. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  8. package/dist/es6/ej2-navigations.es5.js +111 -24
  9. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  10. package/dist/global/ej2-navigations.min.js +2 -2
  11. package/dist/global/ej2-navigations.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +11 -11
  14. package/src/common/menu-base.js +21 -0
  15. package/src/stepper/stepper.js +26 -12
  16. package/src/tab/tab.js +1 -1
  17. package/src/treeview/treeview.d.ts +1 -0
  18. package/src/treeview/treeview.js +63 -11
  19. package/styles/bootstrap-dark.css +5 -4
  20. package/styles/bootstrap.css +5 -4
  21. package/styles/bootstrap4.css +5 -4
  22. package/styles/bootstrap5-dark.css +14 -11
  23. package/styles/bootstrap5.css +14 -11
  24. package/styles/fabric-dark.css +5 -4
  25. package/styles/fabric.css +5 -4
  26. package/styles/fluent-dark.css +9 -8
  27. package/styles/fluent.css +9 -8
  28. package/styles/highcontrast-light.css +5 -4
  29. package/styles/highcontrast.css +5 -4
  30. package/styles/material-dark.css +5 -4
  31. package/styles/material.css +5 -4
  32. package/styles/material3-dark.css +5 -4
  33. package/styles/material3.css +5 -4
  34. package/styles/menu/_layout.scss +0 -1
  35. package/styles/menu/bootstrap-dark.css +0 -1
  36. package/styles/menu/bootstrap.css +0 -1
  37. package/styles/menu/bootstrap4.css +0 -1
  38. package/styles/menu/bootstrap5-dark.css +0 -1
  39. package/styles/menu/bootstrap5.css +0 -1
  40. package/styles/menu/fabric-dark.css +0 -1
  41. package/styles/menu/fabric.css +0 -1
  42. package/styles/menu/fluent-dark.css +0 -1
  43. package/styles/menu/fluent.css +0 -1
  44. package/styles/menu/highcontrast-light.css +0 -1
  45. package/styles/menu/highcontrast.css +0 -1
  46. package/styles/menu/material-dark.css +0 -1
  47. package/styles/menu/material.css +0 -1
  48. package/styles/menu/material3-dark.css +0 -1
  49. package/styles/menu/material3.css +0 -1
  50. package/styles/menu/tailwind-dark.css +0 -1
  51. package/styles/menu/tailwind.css +0 -1
  52. package/styles/stepper/_bootstrap-dark-definition.scss +1 -0
  53. package/styles/stepper/_bootstrap-definition.scss +1 -0
  54. package/styles/stepper/_bootstrap4-definition.scss +1 -0
  55. package/styles/stepper/_bootstrap5-definition.scss +1 -0
  56. package/styles/stepper/_fabric-dark-definition.scss +1 -0
  57. package/styles/stepper/_fabric-definition.scss +1 -0
  58. package/styles/stepper/_fluent-definition.scss +1 -0
  59. package/styles/stepper/_fusionnew-definition.scss +1 -0
  60. package/styles/stepper/_highcontrast-definition.scss +1 -0
  61. package/styles/stepper/_highcontrast-light-definition.scss +1 -0
  62. package/styles/stepper/_material-dark-definition.scss +1 -0
  63. package/styles/stepper/_material-definition.scss +1 -0
  64. package/styles/stepper/_material3-definition.scss +1 -0
  65. package/styles/stepper/_tailwind-definition.scss +1 -0
  66. package/styles/stepper/_theme.scss +9 -3
  67. package/styles/stepper/bootstrap-dark.css +5 -3
  68. package/styles/stepper/bootstrap.css +5 -3
  69. package/styles/stepper/bootstrap4.css +5 -3
  70. package/styles/stepper/bootstrap5-dark.css +5 -3
  71. package/styles/stepper/bootstrap5.css +5 -3
  72. package/styles/stepper/fabric-dark.css +5 -3
  73. package/styles/stepper/fabric.css +5 -3
  74. package/styles/stepper/fluent-dark.css +5 -3
  75. package/styles/stepper/fluent.css +5 -3
  76. package/styles/stepper/highcontrast-light.css +5 -3
  77. package/styles/stepper/highcontrast.css +5 -3
  78. package/styles/stepper/material-dark.css +5 -3
  79. package/styles/stepper/material.css +5 -3
  80. package/styles/stepper/material3-dark.css +5 -3
  81. package/styles/stepper/material3.css +5 -3
  82. package/styles/stepper/tailwind-dark.css +5 -3
  83. package/styles/stepper/tailwind.css +5 -3
  84. package/styles/tailwind-dark.css +9 -8
  85. package/styles/tailwind.css +9 -8
  86. package/styles/toolbar/_bootstrap5-definition.scss +5 -5
  87. package/styles/toolbar/_fluent-definition.scss +2 -2
  88. package/styles/toolbar/_tailwind-definition.scss +2 -2
  89. package/styles/toolbar/_theme.scss +8 -0
  90. package/styles/toolbar/bootstrap5-dark.css +9 -7
  91. package/styles/toolbar/bootstrap5.css +9 -7
  92. package/styles/toolbar/fluent-dark.css +4 -4
  93. package/styles/toolbar/fluent.css +4 -4
  94. package/styles/toolbar/tailwind-dark.css +4 -4
  95. package/styles/toolbar/tailwind.css +4 -4
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 24.1.41
3
+ * version : 24.2.3
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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.41.2",
3
+ "_id": "@syncfusion/ej2-navigations@24.1.46",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-b3KXfky3ZmIlLFaIktMCIBAljYf+fcwzAVfffACt0yKbZjrAstPSX0sacmik/l8rDhZBuKyLA+8AeIpITMKDIg==",
5
+ "_integrity": "sha512-KW7XrbD/heEk1wlYciwDmeoQvordWRbhimIVB+lTo6zw9lTG+EOYOqxGox0jPOyreKOAroP+3tc8ZcmVLfvGQA==",
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-release/@syncfusion/ej2-navigations/-/ej2-navigations-22.41.2.tgz",
43
- "_shasum": "7c8e8a2249c22f6e3c5799e28f824826fa0ebd6c",
42
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-24.1.46.tgz",
43
+ "_shasum": "f6af13c61f2279fa8f51784ae5270f2d939e54a5",
44
44
  "_spec": "@syncfusion/ej2-navigations@*",
45
45
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
46
46
  "author": {
@@ -51,12 +51,12 @@
51
51
  },
52
52
  "bundleDependencies": false,
53
53
  "dependencies": {
54
- "@syncfusion/ej2-base": "~24.1.41",
55
- "@syncfusion/ej2-buttons": "~24.1.41",
56
- "@syncfusion/ej2-data": "~24.1.41",
57
- "@syncfusion/ej2-inputs": "~24.1.41",
58
- "@syncfusion/ej2-lists": "~24.1.41",
59
- "@syncfusion/ej2-popups": "~24.1.41"
54
+ "@syncfusion/ej2-base": "~24.2.3",
55
+ "@syncfusion/ej2-buttons": "~24.2.3",
56
+ "@syncfusion/ej2-data": "~24.2.3",
57
+ "@syncfusion/ej2-inputs": "~24.2.3",
58
+ "@syncfusion/ej2-lists": "~24.2.3",
59
+ "@syncfusion/ej2-popups": "~24.2.3"
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": "24.1.41",
164
+ "version": "24.2.3",
165
165
  "sideEffects": false
166
166
  }
@@ -523,7 +523,25 @@ var MenuBase = /** @class */ (function (_super) {
523
523
  fli.classList.add(SELECTED);
524
524
  eventArgs = { element: fli, item: item, event: e };
525
525
  this.trigger('select', eventArgs);
526
+ var aEle = fli.querySelector('.e-menu-url');
527
+ if (item.url && aEle) {
528
+ switch (aEle.getAttribute('target')) {
529
+ case '_blank':
530
+ window.open(item.url, '_blank');
531
+ break;
532
+ case '_parent':
533
+ window.parent.location.href = item.url;
534
+ break;
535
+ default:
536
+ window.location.href = item.url;
537
+ }
538
+ }
526
539
  this.closeMenu(null, e);
540
+ var sli = this.getLIByClass(this.getUlByNavIdx(), SELECTED);
541
+ if (sli) {
542
+ sli.classList.add(FOCUSED);
543
+ sli.focus();
544
+ }
527
545
  }
528
546
  }
529
547
  }
@@ -621,6 +639,9 @@ var MenuBase = /** @class */ (function (_super) {
621
639
  closeArgs = { element: ul_1, parentItem: item_1, items: items_1 };
622
640
  _this.trigger('onClose', closeArgs);
623
641
  _this.navIdx.pop();
642
+ if (_this.navIdx.length === 0 && e && e.type === 'keyup') {
643
+ _this.showSubMenu = false;
644
+ }
624
645
  if (!_this.isMenu) {
625
646
  EventHandler.remove(ul_1, 'keydown', _this.keyHandler);
626
647
  if (_this.keyType === 'right') {
@@ -155,6 +155,7 @@ var Stepper = /** @class */ (function (_super) {
155
155
  home: 'home',
156
156
  end: 'end',
157
157
  tab: 'tab',
158
+ shiftTab: 'shift+tab',
158
159
  escape: 'escape'
159
160
  };
160
161
  this.tooltipOpen = false;
@@ -752,7 +753,7 @@ var Stepper = /** @class */ (function (_super) {
752
753
  var itemElement = this.stepperItemElements[parseInt(i.toString(), 10)];
753
754
  var item = this.steps[parseInt(i.toString(), 10)];
754
755
  itemElement.classList.remove(SELECTED, INPROGRESS, COMPLETED, NOTSTARTED);
755
- if (i === this.activeStep || this.activeStep === this.steps.length - 1) {
756
+ if (i === this.activeStep) {
756
757
  itemElement.classList.add(SELECTED);
757
758
  }
758
759
  if (this.activeStep >= 0 && this.progressbar) {
@@ -814,7 +815,7 @@ var Stepper = /** @class */ (function (_super) {
814
815
  }
815
816
  var prevOnChange_1 = this.isProtectedOnChange;
816
817
  this.isProtectedOnChange = true;
817
- if (isUpdated != false) {
818
+ if (isUpdated !== false) {
818
819
  if (i < this.activeStep || (this.steps.length - 1 === this.activeStep && item.status.toLowerCase() === "completed")) {
819
820
  item.status = StepStatus.Completed;
820
821
  }
@@ -924,17 +925,12 @@ var Stepper = /** @class */ (function (_super) {
924
925
  switch (e.action) {
925
926
  case 'uparrow':
926
927
  case 'downarrow':
927
- if (this.element.classList.contains(VERTICALSTEP)) {
928
- this.handleNavigation(e.action === 'uparrow' ? false : true, e);
929
- }
930
- break;
931
928
  case 'leftarrow':
932
929
  case 'rightarrow':
933
- if (this.element.classList.contains(HORIZSTEP)) {
934
- this.handleNavigation(this.enableRtl ? e.action === 'leftarrow' : e.action === 'rightarrow', e);
935
- }
936
- break;
937
930
  case 'tab':
931
+ case 'shiftTab':
932
+ this.handleNavigation(this.enableRtl && this.element.classList.contains(HORIZSTEP) ? (e.action === 'leftarrow' || e.action === 'shiftTab' || e.action === 'uparrow') : (e.action === 'rightarrow' || e.action === 'tab' || e.action === 'downarrow'), e);
933
+ break;
938
934
  case 'space':
939
935
  case 'enter':
940
936
  case 'escape':
@@ -955,11 +951,22 @@ var Stepper = /** @class */ (function (_super) {
955
951
  }
956
952
  var stepItems = Array.prototype.slice.call(this.stepperItemList.children);
957
953
  var index = stepItems.indexOf(focusedEle);
958
- if (e.action === 'tab' || e.action === 'escape') {
954
+ if (e.action === 'tab' || e.action === 'shiftTab' || e.action === 'downarrow' || e.action === 'uparrow' || e.action === 'space' || e.action === 'home' || e.action === 'end') {
955
+ if ((e.action === 'tab' && index === stepItems.length - 1) || (e.action === 'shiftTab' && index === 0)) {
956
+ if (focusedEle.classList.contains(FOCUS)) {
957
+ this.updateStepFocus();
958
+ return;
959
+ }
960
+ }
961
+ else {
962
+ e.preventDefault();
963
+ }
964
+ }
965
+ if (e.action === 'escape') {
959
966
  stepItems[parseInt(index.toString(), 10)].classList.remove(FOCUS);
960
967
  this.element.classList.remove('e-steps-focus');
961
968
  }
962
- if (!(e.action === 'space' || e.action === 'enter' || e.action === 'tab')) {
969
+ if (!(e.action === 'space' || e.action === 'enter')) {
963
970
  var prevIndex = index;
964
971
  index = isNextStep ? index + 1 : index - 1;
965
972
  while ((index >= 0 && index < stepItems.length) && stepItems[parseInt(index.toString(), 10)].classList.contains(DISABLED)) {
@@ -982,14 +989,21 @@ var Stepper = /** @class */ (function (_super) {
982
989
  }
983
990
  }
984
991
  else if ((e.action === 'space' || e.action === 'enter')) {
992
+ var isupdateFocus = false;
985
993
  if (this.linear) {
986
994
  var linearModeValue = this.activeStep - index;
987
995
  if (Math.abs(linearModeValue) === 1) {
988
996
  this.navigateToStep(index, null, null, true);
997
+ isupdateFocus = true;
989
998
  }
990
999
  }
991
1000
  else {
992
1001
  this.navigateToStep(index, null, null, true);
1002
+ isupdateFocus = true;
1003
+ }
1004
+ if (isupdateFocus) {
1005
+ this.updateStepFocus();
1006
+ this.stepperItemElements[index].focus();
993
1007
  }
994
1008
  }
995
1009
  };
package/src/tab/tab.js CHANGED
@@ -1086,7 +1086,7 @@ var Tab = /** @class */ (function (_super) {
1086
1086
  if (isInteracted === void 0) { isInteracted = false; }
1087
1087
  this.tbItem = selectAll('.' + CLS_TB_ITEM, this.getTabHeader());
1088
1088
  var trg = this.tbItem[value];
1089
- if (value < 0 || isNaN(value) || this.tbItem.length === 0) {
1089
+ if (value < 0 || isNaN(value) || this.tbItem.length === 0 || !isNOU(trg) && trg.classList.contains(CLS_DISABLE)) {
1090
1090
  return;
1091
1091
  }
1092
1092
  if (value >= 0 && !skipDataBind) {
@@ -996,6 +996,7 @@ export declare class TreeView extends Component<HTMLElement> implements INotifyP
996
996
  private getQuery;
997
997
  private getType;
998
998
  private setRootData;
999
+ private isChildObject;
999
1000
  private renderItems;
1000
1001
  /**
1001
1002
  * Update the checkedNodes from datasource at initial rendering
@@ -512,6 +512,14 @@ var TreeView = /** @class */ (function (_super) {
512
512
  this.rootData = this.treeData;
513
513
  }
514
514
  };
515
+ TreeView.prototype.isChildObject = function () {
516
+ if (typeof this.fields.child === 'object') {
517
+ return true;
518
+ }
519
+ else {
520
+ return false;
521
+ }
522
+ };
515
523
  TreeView.prototype.renderItems = function (isSorted) {
516
524
  /* eslint-disable */
517
525
  this.listBaseOption.ariaAttributes.level = 1;
@@ -831,6 +839,9 @@ var TreeView = /** @class */ (function (_super) {
831
839
  if ((typeof mapper.child === 'string') && !isNOU(getValue(mapper.child, ds[i]))) {
832
840
  return 2;
833
841
  }
842
+ if (this.isChildObject()) {
843
+ return 2;
844
+ }
834
845
  if (!isNOU(getValue(mapper.parentID, ds[i])) || !isNOU(getValue(mapper.hasChildren, ds[i]))) {
835
846
  return 1;
836
847
  }
@@ -1778,7 +1789,7 @@ var TreeView = /** @class */ (function (_super) {
1778
1789
  }
1779
1790
  }
1780
1791
  else {
1781
- childItems = this.getChildNodes(this.treeData, parentLi.getAttribute('data-uid'));
1792
+ childItems = this.getChildNodes(this.treeData, parentLi.getAttribute('data-uid'), false, parseFloat(parentLi.getAttribute('aria-level')) + 1);
1782
1793
  this.currentLoadData = this.getSortedData(childItems);
1783
1794
  if (isNOU(childItems) || childItems.length === 0) {
1784
1795
  detach(eicon);
@@ -1881,7 +1892,7 @@ var TreeView = /** @class */ (function (_super) {
1881
1892
  TreeView.prototype.getChildMapper = function (mapper) {
1882
1893
  return (typeof mapper.child === 'string' || isNOU(mapper.child)) ? mapper : mapper.child;
1883
1894
  };
1884
- TreeView.prototype.getChildNodes = function (obj, parentId, isRoot) {
1895
+ TreeView.prototype.getChildNodes = function (obj, parentId, isRoot, level) {
1885
1896
  var _this = this;
1886
1897
  if (isRoot === void 0) { isRoot = false; }
1887
1898
  var childNodes;
@@ -1913,6 +1924,39 @@ var TreeView = /** @class */ (function (_super) {
1913
1924
  }
1914
1925
  }
1915
1926
  }
1927
+ else if (this.isChildObject()) {
1928
+ var tempField = !isNOU(level) ? this.fields : this.fields.child;
1929
+ var i = 1;
1930
+ while (i < level) {
1931
+ if (!isNOU(tempField.child)) {
1932
+ tempField = tempField.child;
1933
+ }
1934
+ else {
1935
+ break;
1936
+ }
1937
+ i++;
1938
+ }
1939
+ this.updateListProp(tempField);
1940
+ var index = obj.findIndex(function (data) { return getValue(_this.fields.id, data) && getValue(_this.fields.id, data).toString() === parentId; });
1941
+ if (index !== -1) {
1942
+ return getValue('child', obj[index]);
1943
+ }
1944
+ if (index === -1) {
1945
+ for (var i_1 = 0, objlen = obj.length; i_1 < objlen; i_1++) {
1946
+ var tempArray = getValue('child', obj[i_1]);
1947
+ var childIndex = !isNOU(tempArray) ? tempArray.findIndex(function (data) { return getValue(_this.fields.child.id, data) && getValue(_this.fields.child.id, data).toString() === parentId; }) : -1;
1948
+ if (childIndex !== -1) {
1949
+ return getValue('child', tempArray[childIndex]);
1950
+ }
1951
+ else if (!isNOU(tempArray)) {
1952
+ childNodes = this.getChildNodes(tempArray, parentId, false, level);
1953
+ if (childNodes !== undefined) {
1954
+ break;
1955
+ }
1956
+ }
1957
+ }
1958
+ }
1959
+ }
1916
1960
  }
1917
1961
  return childNodes;
1918
1962
  };
@@ -2952,6 +2996,14 @@ var TreeView = /** @class */ (function (_super) {
2952
2996
  break;
2953
2997
  }
2954
2998
  }
2999
+ else if (this.isChildObject()) {
3000
+ var children = 'child';
3001
+ var childData = getValue(children, obj[i]);
3002
+ newList = this.getChildNodeObject(childData, this.getChildMapper(mapper), id);
3003
+ if (newList !== undefined) {
3004
+ break;
3005
+ }
3006
+ }
2955
3007
  }
2956
3008
  return newList;
2957
3009
  };
@@ -3175,9 +3227,9 @@ var TreeView = /** @class */ (function (_super) {
3175
3227
  var nodeData = [];
3176
3228
  var liArray = [];
3177
3229
  dragInstance = e.dragData.draggable;
3178
- for (var i_1 = 0; i_1 < dragInstance.ej2_instances.length; i_1++) {
3179
- if (dragInstance.ej2_instances[i_1] instanceof TreeView_1) {
3180
- dragObj = dragInstance.ej2_instances[i_1];
3230
+ for (var i_2 = 0; i_2 < dragInstance.ej2_instances.length; i_2++) {
3231
+ if (dragInstance.ej2_instances[i_2] instanceof TreeView_1) {
3232
+ dragObj = dragInstance.ej2_instances[i_2];
3181
3233
  break;
3182
3234
  }
3183
3235
  }
@@ -3201,19 +3253,19 @@ var TreeView = /** @class */ (function (_super) {
3201
3253
  var sNodes = selectAll('.' + ACTIVE, dragObj.element);
3202
3254
  liArray = sNodes;
3203
3255
  if (e.target.offsetHeight <= 33 && offsetY > e.target.offsetHeight - 10 && offsetY > 6) {
3204
- for (var i_2 = sNodes.length - 1; i_2 >= 0; i_2--) {
3205
- if (dropLi.isSameNode(sNodes[i_2]) || this.isDescendant(sNodes[i_2], dropLi)) {
3256
+ for (var i_3 = sNodes.length - 1; i_3 >= 0; i_3--) {
3257
+ if (dropLi.isSameNode(sNodes[i_3]) || this.isDescendant(sNodes[i_3], dropLi)) {
3206
3258
  continue;
3207
3259
  }
3208
- this.appendNode(dropTarget, sNodes[i_2], dropLi, e, dragObj, offsetY);
3260
+ this.appendNode(dropTarget, sNodes[i_3], dropLi, e, dragObj, offsetY);
3209
3261
  }
3210
3262
  }
3211
3263
  else {
3212
- for (var i_3 = 0; i_3 < sNodes.length; i_3++) {
3213
- if (dropLi.isSameNode(sNodes[i_3]) || this.isDescendant(sNodes[i_3], dropLi)) {
3264
+ for (var i_4 = 0; i_4 < sNodes.length; i_4++) {
3265
+ if (dropLi.isSameNode(sNodes[i_4]) || this.isDescendant(sNodes[i_4], dropLi)) {
3214
3266
  continue;
3215
3267
  }
3216
- this.appendNode(dropTarget, sNodes[i_3], dropLi, e, dragObj, offsetY);
3268
+ this.appendNode(dropTarget, sNodes[i_4], dropLi, e, dragObj, offsetY);
3217
3269
  }
3218
3270
  }
3219
3271
  }
@@ -8975,7 +8975,6 @@ ejs-sidebar {
8975
8975
  font-size: 15px;
8976
8976
  padding: 5px 0;
8977
8977
  white-space: nowrap;
8978
- max-width: 280px;
8979
8978
  min-width: 112px;
8980
8979
  }
8981
8980
  .e-bigger .e-menu-wrapper ul.e-ul .e-menu-item,
@@ -10793,12 +10792,14 @@ ejs-sidebar {
10793
10792
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
10794
10793
  background-color: #0070f0;
10795
10794
  }
10796
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
10795
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
10796
+ box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 4px #0070f0, 0 0 0 8px #1a1a1a;
10797
+ }
10797
10798
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
10798
10799
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
10799
10800
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
10800
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
10801
- box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 4px #0070f0, 0 0 0 8px #1a1a1a;
10801
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
10802
+ box-shadow: 0 0 0 2px #1a1a1a, 0 0 0 4px #fff, 0 0 0 8px #1a1a1a !important; /* stylelint-disable-line declaration-no-important */
10802
10803
  }
10803
10804
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
10804
10805
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -8991,7 +8991,6 @@ ejs-sidebar {
8991
8991
  font-size: 15px;
8992
8992
  padding: 5px 0;
8993
8993
  white-space: nowrap;
8994
- max-width: 280px;
8995
8994
  min-width: 112px;
8996
8995
  }
8997
8996
  .e-bigger .e-menu-wrapper ul.e-ul .e-menu-item,
@@ -10809,12 +10808,14 @@ ejs-sidebar {
10809
10808
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
10810
10809
  background-color: #317ab9;
10811
10810
  }
10812
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
10811
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
10812
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #317ab9, 0 0 0 8px #fff;
10813
+ }
10813
10814
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
10814
10815
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
10815
10816
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
10816
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
10817
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #317ab9, 0 0 0 8px #fff;
10817
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
10818
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 0 8px #fff !important; /* stylelint-disable-line declaration-no-important */
10818
10819
  }
10819
10820
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
10820
10821
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -9076,7 +9076,6 @@ ejs-sidebar {
9076
9076
  font-size: 16px;
9077
9077
  padding: 8px 0;
9078
9078
  white-space: nowrap;
9079
- max-width: 280px;
9080
9079
  min-width: 112px;
9081
9080
  }
9082
9081
  .e-bigger .e-menu-wrapper ul.e-ul .e-menu-item,
@@ -10934,12 +10933,14 @@ ejs-sidebar {
10934
10933
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
10935
10934
  background-color: #007bff;
10936
10935
  }
10937
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
10936
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
10937
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007bff, 0 0 0 8px #fff;
10938
+ }
10938
10939
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
10939
10940
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
10940
10941
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
10941
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
10942
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007bff, 0 0 0 8px #fff;
10942
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
10943
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #495057, 0 0 0 8px #fff !important; /* stylelint-disable-line declaration-no-important */
10943
10944
  }
10944
10945
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
10945
10946
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -2143,19 +2143,20 @@
2143
2143
  box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
2144
2144
  }
2145
2145
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
2146
- background: #5c636a;
2146
+ background: none;
2147
2147
  border-radius: 4px;
2148
2148
  color: #adb5bd;
2149
2149
  border-color: #adb5bd;
2150
2150
  border-style: solid;
2151
2151
  border-width: 0;
2152
- box-shadow: none;
2152
+ box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
2153
2153
  }
2154
2154
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
2155
- color: #fff;
2155
+ color: #adb5bd;
2156
2156
  }
2157
2157
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2158
2158
  color: #fff;
2159
+ color: #adb5bd;
2159
2160
  }
2160
2161
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover {
2161
2162
  background: #5c636a;
@@ -2166,16 +2167,17 @@
2166
2167
  color: #adb5bd;
2167
2168
  }
2168
2169
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
2170
+ color: #adb5bd;
2169
2171
  color: #fff;
2170
2172
  }
2171
2173
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2172
2174
  color: #fff;
2173
2175
  }
2174
2176
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
2175
- color: #adb5bd;
2177
+ color: #fff;
2176
2178
  }
2177
2179
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
2178
- color: #ced4da;
2180
+ color: #fff;
2179
2181
  }
2180
2182
  .e-toolbar .e-toolbar-item .e-tbar-btn:active {
2181
2183
  background: #565e64;
@@ -2333,12 +2335,12 @@
2333
2335
  border: none;
2334
2336
  }
2335
2337
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
2336
- background: #5c636a;
2338
+ background: none;
2337
2339
  border-radius: 4px;
2338
2340
  border-color: #adb5bd;
2339
2341
  border-style: solid;
2340
2342
  border-width: 0;
2341
- box-shadow: none;
2343
+ box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
2342
2344
  }
2343
2345
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
2344
2346
  background: #5c636a;
@@ -9156,7 +9158,6 @@ ejs-sidebar {
9156
9158
  font-size: 16px;
9157
9159
  padding: 4px 0;
9158
9160
  white-space: nowrap;
9159
- max-width: 280px;
9160
9161
  min-width: 112px;
9161
9162
  }
9162
9163
  .e-bigger .e-menu-wrapper ul.e-ul .e-menu-item,
@@ -10972,12 +10973,14 @@ ejs-sidebar {
10972
10973
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
10973
10974
  background-color: #0d6efd;
10974
10975
  }
10975
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
10976
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
10977
+ box-shadow: 0 0 0 2px #212529, 0 0 0 4px #0d6efd, 0 0 0 8px #212529;
10978
+ }
10976
10979
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
10977
10980
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
10978
10981
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
10979
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
10980
- box-shadow: 0 0 0 2px #212529, 0 0 0 4px #0d6efd, 0 0 0 8px #212529;
10982
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
10983
+ box-shadow: 0 0 0 2px #212529, 0 0 0 4px #fff, 0 0 0 8px #212529 !important; /* stylelint-disable-line declaration-no-important */
10981
10984
  }
10982
10985
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
10983
10986
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -2143,19 +2143,20 @@
2143
2143
  box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
2144
2144
  }
2145
2145
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
2146
- background: #5c636a;
2146
+ background: none;
2147
2147
  border-radius: 4px;
2148
2148
  color: #6c757d;
2149
2149
  border-color: #6c757d;
2150
2150
  border-style: solid;
2151
2151
  border-width: 0;
2152
- box-shadow: none;
2152
+ box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
2153
2153
  }
2154
2154
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
2155
- color: #fff;
2155
+ color: #6c757d;
2156
2156
  }
2157
2157
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2158
2158
  color: #fff;
2159
+ color: #6c757d;
2159
2160
  }
2160
2161
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover {
2161
2162
  background: #5c636a;
@@ -2166,16 +2167,17 @@
2166
2167
  color: #6c757d;
2167
2168
  }
2168
2169
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
2170
+ color: #6c757d;
2169
2171
  color: #fff;
2170
2172
  }
2171
2173
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
2172
2174
  color: #fff;
2173
2175
  }
2174
2176
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
2175
- color: #6c757d;
2177
+ color: #fff;
2176
2178
  }
2177
2179
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
2178
- color: #495057;
2180
+ color: #fff;
2179
2181
  }
2180
2182
  .e-toolbar .e-toolbar-item .e-tbar-btn:active {
2181
2183
  background: #565e64;
@@ -2333,12 +2335,12 @@
2333
2335
  border: none;
2334
2336
  }
2335
2337
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
2336
- background: #5c636a;
2338
+ background: none;
2337
2339
  border-radius: 4px;
2338
2340
  border-color: #6c757d;
2339
2341
  border-style: solid;
2340
2342
  border-width: 0;
2341
- box-shadow: none;
2343
+ box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
2342
2344
  }
2343
2345
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
2344
2346
  background: #5c636a;
@@ -9156,7 +9158,6 @@ ejs-sidebar {
9156
9158
  font-size: 16px;
9157
9159
  padding: 4px 0;
9158
9160
  white-space: nowrap;
9159
- max-width: 280px;
9160
9161
  min-width: 112px;
9161
9162
  }
9162
9163
  .e-bigger .e-menu-wrapper ul.e-ul .e-menu-item,
@@ -10972,12 +10973,14 @@ ejs-sidebar {
10972
10973
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
10973
10974
  background-color: #0d6efd;
10974
10975
  }
10975
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
10976
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
10977
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0d6efd, 0 0 0 8px #fff;
10978
+ }
10976
10979
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
10977
10980
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
10978
10981
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
10979
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
10980
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0d6efd, 0 0 0 8px #fff;
10982
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
10983
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #212529, 0 0 0 8px #fff !important; /* stylelint-disable-line declaration-no-important */
10981
10984
  }
10982
10985
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
10983
10986
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -8975,7 +8975,6 @@ ejs-sidebar {
8975
8975
  font-size: 15px;
8976
8976
  padding: 0;
8977
8977
  white-space: nowrap;
8978
- max-width: 280px;
8979
8978
  min-width: 112px;
8980
8979
  }
8981
8980
  .e-bigger .e-menu-wrapper ul.e-ul .e-menu-item,
@@ -10793,12 +10792,14 @@ ejs-sidebar {
10793
10792
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
10794
10793
  background-color: #0074cc;
10795
10794
  }
10796
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
10795
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
10796
+ box-shadow: 0 0 0 2px #201f1f, 0 0 0 4px #0074cc, 0 0 0 8px #201f1f;
10797
+ }
10797
10798
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
10798
10799
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
10799
10800
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
10800
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
10801
- box-shadow: 0 0 0 2px #201f1f, 0 0 0 4px #0074cc, 0 0 0 8px #201f1f;
10801
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
10802
+ box-shadow: 0 0 0 2px #201f1f, 0 0 0 4px #fff, 0 0 0 8px #201f1f !important; /* stylelint-disable-line declaration-no-important */
10802
10803
  }
10803
10804
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
10804
10805
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
package/styles/fabric.css CHANGED
@@ -8986,7 +8986,6 @@ ejs-sidebar {
8986
8986
  font-size: 15px;
8987
8987
  padding: 0;
8988
8988
  white-space: nowrap;
8989
- max-width: 280px;
8990
8989
  min-width: 112px;
8991
8990
  }
8992
8991
  .e-bigger .e-menu-wrapper ul.e-ul .e-menu-item,
@@ -10804,12 +10803,14 @@ ejs-sidebar {
10804
10803
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
10805
10804
  background-color: #0078d6;
10806
10805
  }
10807
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
10806
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
10807
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0078d6, 0 0 0 8px #fff;
10808
+ }
10808
10809
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
10809
10810
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
10810
10811
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
10811
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
10812
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0078d6, 0 0 0 8px #fff;
10812
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
10813
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #333, 0 0 0 8px #fff !important; /* stylelint-disable-line declaration-no-important */
10813
10814
  }
10814
10815
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
10815
10816
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,