@syncfusion/ej2-navigations 24.2.4 → 24.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 +9 -0
  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 +9 -11
  6. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es5.js +9 -11
  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 +10 -10
  13. package/src/treeview/treeview.js +9 -11
  14. package/styles/bootstrap-dark.css +26 -4
  15. package/styles/bootstrap.css +22 -0
  16. package/styles/bootstrap4.css +26 -4
  17. package/styles/bootstrap5-dark.css +22 -0
  18. package/styles/bootstrap5.css +22 -0
  19. package/styles/fabric-dark.css +22 -0
  20. package/styles/fabric.css +22 -0
  21. package/styles/fluent-dark.css +33 -11
  22. package/styles/fluent.css +33 -11
  23. package/styles/highcontrast-light.css +22 -0
  24. package/styles/highcontrast.css +22 -0
  25. package/styles/material-dark.css +22 -0
  26. package/styles/material.css +22 -0
  27. package/styles/material3-dark.css +22 -0
  28. package/styles/material3.css +22 -0
  29. package/styles/tailwind-dark.css +22 -0
  30. package/styles/tailwind.css +22 -0
  31. package/styles/toolbar/_bootstrap-dark-definition.scss +3 -3
  32. package/styles/toolbar/_bootstrap4-definition.scss +3 -3
  33. package/styles/toolbar/_fluent-definition.scss +3 -3
  34. package/styles/toolbar/_layout.scss +35 -0
  35. package/styles/toolbar/bootstrap-dark.css +26 -4
  36. package/styles/toolbar/bootstrap.css +22 -0
  37. package/styles/toolbar/bootstrap4.css +26 -4
  38. package/styles/toolbar/bootstrap5-dark.css +22 -0
  39. package/styles/toolbar/bootstrap5.css +22 -0
  40. package/styles/toolbar/fabric-dark.css +22 -0
  41. package/styles/toolbar/fabric.css +22 -0
  42. package/styles/toolbar/fluent-dark.css +33 -11
  43. package/styles/toolbar/fluent.css +33 -11
  44. package/styles/toolbar/highcontrast-light.css +22 -0
  45. package/styles/toolbar/highcontrast.css +22 -0
  46. package/styles/toolbar/material-dark.css +22 -0
  47. package/styles/toolbar/material.css +22 -0
  48. package/styles/toolbar/material3-dark.css +22 -0
  49. package/styles/toolbar/material3.css +22 -0
  50. package/styles/toolbar/tailwind-dark.css +22 -0
  51. package/styles/toolbar/tailwind.css +22 -0
  52. package/.github/PULL_REQUEST_TEMPLATE/Bug.md +0 -63
  53. package/.github/PULL_REQUEST_TEMPLATE/feature.md +0 -39
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 24.2.4
3
+ * version : 24.2.8
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@24.2.3",
3
+ "_id": "@syncfusion/ej2-navigations@24.2.4",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-y73SLL59xoeK+JAgFfUdS8g4YENlasuurKr/sftaukWRgo2ydlQGnGRUkckTUoiuQLN3R3zP9wqwInQXrZge7g==",
5
+ "_integrity": "sha512-yGv+M8TSZfo5giPl+68COLjC1TNTMPhdxZth5ZAJ/qfjUlX1X6j4Luammcjo8MN1QszAJ9K0ewWFbelekbzHRg==",
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-24.2.3.tgz",
43
- "_shasum": "45b7a0573318cc239b20bb60698f418d927f3982",
42
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-24.2.4.tgz",
43
+ "_shasum": "9382a04536eca9b09930db9686c86dcad7b09848",
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.2.3",
55
- "@syncfusion/ej2-buttons": "~24.2.3",
54
+ "@syncfusion/ej2-base": "~24.2.7",
55
+ "@syncfusion/ej2-buttons": "~24.2.7",
56
56
  "@syncfusion/ej2-data": "~24.2.3",
57
- "@syncfusion/ej2-inputs": "~24.2.4",
58
- "@syncfusion/ej2-lists": "~24.2.4",
59
- "@syncfusion/ej2-popups": "~24.2.3"
57
+ "@syncfusion/ej2-inputs": "~24.2.7",
58
+ "@syncfusion/ej2-lists": "~24.2.8",
59
+ "@syncfusion/ej2-popups": "~24.2.8"
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.2.4",
164
+ "version": "24.2.8",
165
165
  "sideEffects": false
166
166
  }
@@ -702,7 +702,7 @@ var TreeView = /** @class */ (function (_super) {
702
702
  element = this.element.querySelector('[data-uid="' + data[this.fields.id] + '"]');
703
703
  }
704
704
  if (element) {
705
- var ariaChecked = element.querySelector('.' + CHECKBOXWRAP).getAttribute('aria-checked');
705
+ var ariaChecked = element.getAttribute('aria-checked');
706
706
  if (ariaChecked !== 'true') {
707
707
  this.changeState(element, 'indeterminate', null, true, true);
708
708
  }
@@ -757,24 +757,22 @@ var TreeView = /** @class */ (function (_super) {
757
757
  TreeView.prototype.beforeNodeCreate = function (e) {
758
758
  if (this.showCheckBox) {
759
759
  var checkboxEle = createCheckBox(this.createElement, true, { cssClass: this.touchClass });
760
- checkboxEle.setAttribute('role', 'checkbox');
761
- checkboxEle.setAttribute('aria-label', e.text);
762
760
  var icon = select('div.' + ICON, e.item);
763
761
  var id = e.item.getAttribute('data-uid');
764
762
  e.item.childNodes[0].insertBefore(checkboxEle, e.item.childNodes[0].childNodes[isNOU(icon) ? 0 : 1]);
765
763
  var checkValue = getValue(e.fields.isChecked, e.curData);
766
764
  if (this.checkedNodes.indexOf(id) > -1) {
767
765
  select('.' + CHECKBOXFRAME, checkboxEle).classList.add(CHECK);
768
- checkboxEle.setAttribute('aria-checked', 'true');
766
+ e.item.setAttribute('aria-checked', 'true');
769
767
  this.addCheck(e.item);
770
768
  }
771
769
  else if (!isNOU(checkValue) && checkValue.toString() === 'true') {
772
770
  select('.' + CHECKBOXFRAME, checkboxEle).classList.add(CHECK);
773
- checkboxEle.setAttribute('aria-checked', 'true');
771
+ e.item.setAttribute('aria-checked', 'true');
774
772
  this.addCheck(e.item);
775
773
  }
776
774
  else {
777
- checkboxEle.setAttribute('aria-checked', 'false');
775
+ e.item.setAttribute('aria-checked', 'false');
778
776
  }
779
777
  var frame = select('.' + CHECKBOXFRAME, checkboxEle);
780
778
  EventHandler.add(frame, 'mousedown', this.frameMouseHandler, this);
@@ -1308,7 +1306,7 @@ var TreeView = /** @class */ (function (_super) {
1308
1306
  }
1309
1307
  ariaState = state === 'check' ? 'true' : state === 'uncheck' ? 'false' : ariaState;
1310
1308
  if (!isNOU(ariaState)) {
1311
- wrapper.setAttribute('aria-checked', ariaState);
1309
+ currLi.setAttribute('aria-checked', ariaState);
1312
1310
  }
1313
1311
  if (isAdd) {
1314
1312
  var data = [].concat([], this.checkActionNodes);
@@ -1322,7 +1320,7 @@ var TreeView = /** @class */ (function (_super) {
1322
1320
  }
1323
1321
  if (!isPrevent) {
1324
1322
  if (!isNOU(ariaState)) {
1325
- wrapper.setAttribute('aria-checked', ariaState);
1323
+ currLi.setAttribute('aria-checked', ariaState);
1326
1324
  eventArgs.data[0].checked = ariaState;
1327
1325
  this.trigger('nodeChecked', eventArgs);
1328
1326
  this.checkActionNodes = [];
@@ -2029,7 +2027,7 @@ var TreeView = /** @class */ (function (_super) {
2029
2027
  }
2030
2028
  };
2031
2029
  TreeView.prototype.nodeSelectAction = function (li, e, eventArgs, multiSelect) {
2032
- if (!this.allowMultiSelection || (!multiSelect && (!e || (e && !e.ctrlKey)))) {
2030
+ if (!this.allowMultiSelection || (!multiSelect && (!e || (e && !(e.ctrlKey || e.metaKey))))) {
2033
2031
  this.removeSelectAll();
2034
2032
  }
2035
2033
  if (this.allowMultiSelection && e && e.shiftKey) {
@@ -2357,7 +2355,7 @@ var TreeView = /** @class */ (function (_super) {
2357
2355
  this.checkActionNodes = [];
2358
2356
  var ariaState = !isCheck ? 'true' : 'false';
2359
2357
  if (!isNOU(ariaState)) {
2360
- checkWrap.setAttribute('aria-checked', ariaState);
2358
+ currLi.setAttribute('aria-checked', ariaState);
2361
2359
  }
2362
2360
  var eventArgs = this.getCheckEvent(currLi, isCheck ? 'uncheck' : 'check', e);
2363
2361
  this.trigger('nodeChecking', eventArgs, function (observedArgs) {
@@ -2753,7 +2751,7 @@ var TreeView = /** @class */ (function (_super) {
2753
2751
  var checked = null;
2754
2752
  var checkboxElement = select('.' + CHECKBOXWRAP, currLi);
2755
2753
  if (this.showCheckBox && checkboxElement) {
2756
- checked = checkboxElement.getAttribute('aria-checked');
2754
+ checked = currLi.getAttribute('aria-checked');
2757
2755
  }
2758
2756
  return {
2759
2757
  id: id, text: text, parentID: pid, selected: selected, selectable: selectable, expanded: expanded,
@@ -1286,7 +1286,7 @@
1286
1286
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1287
1287
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1288
1288
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1289
- padding: 0 6px;
1289
+ padding: 0 7px;
1290
1290
  }
1291
1291
  .e-bigger .e-toolbar .e-toolbar-item,
1292
1292
  .e-toolbar.e-bigger .e-toolbar-item {
@@ -1518,6 +1518,19 @@
1518
1518
  white-space: nowrap;
1519
1519
  overflow: hidden;
1520
1520
  }
1521
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
1522
+ display: -ms-flexbox;
1523
+ display: flex;
1524
+ -ms-flex-wrap: nowrap;
1525
+ flex-wrap: nowrap;
1526
+ width: 100%;
1527
+ }
1528
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
1529
+ position: absolute;
1530
+ }
1531
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
1532
+ width: calc(100% - 38px);
1533
+ }
1521
1534
  .e-toolbar .e-blazor-toolbar-items {
1522
1535
  position: absolute;
1523
1536
  top: -9999px;
@@ -1622,6 +1635,12 @@
1622
1635
  min-height: 0;
1623
1636
  vertical-align: middle;
1624
1637
  width: auto;
1638
+ -ms-flex: 0 0 auto;
1639
+ flex: 0 0 auto;
1640
+ }
1641
+ .e-toolbar .e-toolbar-item.e-spacer {
1642
+ -ms-flex-positive: 1;
1643
+ flex-grow: 1;
1625
1644
  }
1626
1645
  .e-toolbar .e-toolbar-item .e-tbar-btn {
1627
1646
  display: -ms-flexbox;
@@ -1637,7 +1656,7 @@
1637
1656
  padding: 1px 2.5px;
1638
1657
  border-radius: 4px;
1639
1658
  line-height: 27px;
1640
- border: none;
1659
+ border: 1px solid transparent;
1641
1660
  cursor: pointer;
1642
1661
  font-size: 16px;
1643
1662
  font-weight: 400;
@@ -1660,7 +1679,7 @@
1660
1679
  line-height: 25px;
1661
1680
  }
1662
1681
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-toolbar .e-toolbar-item .e-tbar-btn:active {
1663
- padding: 0 1.5px;
1682
+ padding: 0 2.5px;
1664
1683
  }
1665
1684
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
1666
1685
  outline: 0;
@@ -1965,6 +1984,9 @@
1965
1984
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
1966
1985
  display: table;
1967
1986
  }
1987
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1988
+ margin-right: 15px;
1989
+ }
1968
1990
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1969
1991
  padding: 0 12px 0 0;
1970
1992
  }
@@ -2055,7 +2077,7 @@
2055
2077
  background: #131313;
2056
2078
  box-shadow: none;
2057
2079
  color: #f0f0f0;
2058
- border: none;
2080
+ border: 1px solid transparent;
2059
2081
  }
2060
2082
  .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
2061
2083
  color: #f0f0f0;
@@ -1521,6 +1521,19 @@
1521
1521
  white-space: nowrap;
1522
1522
  overflow: hidden;
1523
1523
  }
1524
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
1525
+ display: -ms-flexbox;
1526
+ display: flex;
1527
+ -ms-flex-wrap: nowrap;
1528
+ flex-wrap: nowrap;
1529
+ width: 100%;
1530
+ }
1531
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
1532
+ position: absolute;
1533
+ }
1534
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
1535
+ width: calc(100% - 38px);
1536
+ }
1524
1537
  .e-toolbar .e-blazor-toolbar-items {
1525
1538
  position: absolute;
1526
1539
  top: -9999px;
@@ -1625,6 +1638,12 @@
1625
1638
  min-height: 0;
1626
1639
  vertical-align: middle;
1627
1640
  width: auto;
1641
+ -ms-flex: 0 0 auto;
1642
+ flex: 0 0 auto;
1643
+ }
1644
+ .e-toolbar .e-toolbar-item.e-spacer {
1645
+ -ms-flex-positive: 1;
1646
+ flex-grow: 1;
1628
1647
  }
1629
1648
  .e-toolbar .e-toolbar-item .e-tbar-btn {
1630
1649
  display: -ms-flexbox;
@@ -1968,6 +1987,9 @@
1968
1987
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
1969
1988
  display: table;
1970
1989
  }
1990
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1991
+ margin-right: 3px;
1992
+ }
1971
1993
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1972
1994
  padding: 0 12px 0 0;
1973
1995
  }
@@ -1289,7 +1289,7 @@
1289
1289
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
1290
1290
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
1291
1291
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1292
- padding: 0 4.5px;
1292
+ padding: 1.5px 5.5px;
1293
1293
  }
1294
1294
  .e-bigger .e-toolbar .e-toolbar-item,
1295
1295
  .e-toolbar.e-bigger .e-toolbar-item {
@@ -1521,6 +1521,19 @@
1521
1521
  white-space: nowrap;
1522
1522
  overflow: hidden;
1523
1523
  }
1524
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
1525
+ display: -ms-flexbox;
1526
+ display: flex;
1527
+ -ms-flex-wrap: nowrap;
1528
+ flex-wrap: nowrap;
1529
+ width: 100%;
1530
+ }
1531
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
1532
+ position: absolute;
1533
+ }
1534
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
1535
+ width: calc(100% - 38px);
1536
+ }
1524
1537
  .e-toolbar .e-blazor-toolbar-items {
1525
1538
  position: absolute;
1526
1539
  top: -9999px;
@@ -1625,6 +1638,12 @@
1625
1638
  min-height: 0;
1626
1639
  vertical-align: middle;
1627
1640
  width: auto;
1641
+ -ms-flex: 0 0 auto;
1642
+ flex: 0 0 auto;
1643
+ }
1644
+ .e-toolbar .e-toolbar-item.e-spacer {
1645
+ -ms-flex-positive: 1;
1646
+ flex-grow: 1;
1628
1647
  }
1629
1648
  .e-toolbar .e-toolbar-item .e-tbar-btn {
1630
1649
  display: -ms-flexbox;
@@ -1640,7 +1659,7 @@
1640
1659
  padding: 0 3px;
1641
1660
  border-radius: 4px;
1642
1661
  line-height: 27px;
1643
- border: none;
1662
+ border: 1px solid transparent;
1644
1663
  cursor: pointer;
1645
1664
  font-size: 14px;
1646
1665
  font-weight: 400;
@@ -1663,7 +1682,7 @@
1663
1682
  line-height: 26px;
1664
1683
  }
1665
1684
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-toolbar .e-toolbar-item .e-tbar-btn:active {
1666
- padding: 0 2px;
1685
+ padding: 0 3px;
1667
1686
  }
1668
1687
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
1669
1688
  outline: 0;
@@ -1968,6 +1987,9 @@
1968
1987
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
1969
1988
  display: table;
1970
1989
  }
1990
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1991
+ margin-right: 12px;
1992
+ }
1971
1993
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1972
1994
  padding: 0 4px 0 6px;
1973
1995
  }
@@ -2058,7 +2080,7 @@
2058
2080
  background: #f8f9fa;
2059
2081
  box-shadow: none;
2060
2082
  color: #495057;
2061
- border: none;
2083
+ border: 1px solid transparent;
2062
2084
  }
2063
2085
  .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
2064
2086
  color: #495057;
@@ -1587,6 +1587,19 @@
1587
1587
  white-space: nowrap;
1588
1588
  overflow: hidden;
1589
1589
  }
1590
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
1591
+ display: -ms-flexbox;
1592
+ display: flex;
1593
+ -ms-flex-wrap: nowrap;
1594
+ flex-wrap: nowrap;
1595
+ width: 100%;
1596
+ }
1597
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
1598
+ position: absolute;
1599
+ }
1600
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
1601
+ width: calc(100% - 28px);
1602
+ }
1590
1603
  .e-toolbar .e-blazor-toolbar-items {
1591
1604
  position: absolute;
1592
1605
  top: -9999px;
@@ -1691,6 +1704,12 @@
1691
1704
  min-height: 38px;
1692
1705
  vertical-align: middle;
1693
1706
  width: auto;
1707
+ -ms-flex: 0 0 auto;
1708
+ flex: 0 0 auto;
1709
+ }
1710
+ .e-toolbar .e-toolbar-item.e-spacer {
1711
+ -ms-flex-positive: 1;
1712
+ flex-grow: 1;
1694
1713
  }
1695
1714
  .e-toolbar .e-toolbar-item .e-tbar-btn {
1696
1715
  display: -ms-flexbox;
@@ -2034,6 +2053,9 @@
2034
2053
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
2035
2054
  display: table;
2036
2055
  }
2056
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2057
+ margin-right: 8px;
2058
+ }
2037
2059
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
2038
2060
  padding: 4px;
2039
2061
  }
@@ -1587,6 +1587,19 @@
1587
1587
  white-space: nowrap;
1588
1588
  overflow: hidden;
1589
1589
  }
1590
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
1591
+ display: -ms-flexbox;
1592
+ display: flex;
1593
+ -ms-flex-wrap: nowrap;
1594
+ flex-wrap: nowrap;
1595
+ width: 100%;
1596
+ }
1597
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
1598
+ position: absolute;
1599
+ }
1600
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
1601
+ width: calc(100% - 28px);
1602
+ }
1590
1603
  .e-toolbar .e-blazor-toolbar-items {
1591
1604
  position: absolute;
1592
1605
  top: -9999px;
@@ -1691,6 +1704,12 @@
1691
1704
  min-height: 38px;
1692
1705
  vertical-align: middle;
1693
1706
  width: auto;
1707
+ -ms-flex: 0 0 auto;
1708
+ flex: 0 0 auto;
1709
+ }
1710
+ .e-toolbar .e-toolbar-item.e-spacer {
1711
+ -ms-flex-positive: 1;
1712
+ flex-grow: 1;
1694
1713
  }
1695
1714
  .e-toolbar .e-toolbar-item .e-tbar-btn {
1696
1715
  display: -ms-flexbox;
@@ -2034,6 +2053,9 @@
2034
2053
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
2035
2054
  display: table;
2036
2055
  }
2056
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2057
+ margin-right: 8px;
2058
+ }
2037
2059
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
2038
2060
  padding: 4px;
2039
2061
  }
@@ -1518,6 +1518,19 @@
1518
1518
  white-space: nowrap;
1519
1519
  overflow: hidden;
1520
1520
  }
1521
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
1522
+ display: -ms-flexbox;
1523
+ display: flex;
1524
+ -ms-flex-wrap: nowrap;
1525
+ flex-wrap: nowrap;
1526
+ width: 100%;
1527
+ }
1528
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
1529
+ position: absolute;
1530
+ }
1531
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
1532
+ width: calc(100% - 40px);
1533
+ }
1521
1534
  .e-toolbar .e-blazor-toolbar-items {
1522
1535
  position: absolute;
1523
1536
  top: -9999px;
@@ -1622,6 +1635,12 @@
1622
1635
  min-height: 39px;
1623
1636
  vertical-align: middle;
1624
1637
  width: auto;
1638
+ -ms-flex: 0 0 auto;
1639
+ flex: 0 0 auto;
1640
+ }
1641
+ .e-toolbar .e-toolbar-item.e-spacer {
1642
+ -ms-flex-positive: 1;
1643
+ flex-grow: 1;
1625
1644
  }
1626
1645
  .e-toolbar .e-toolbar-item .e-tbar-btn {
1627
1646
  display: -ms-flexbox;
@@ -1965,6 +1984,9 @@
1965
1984
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
1966
1985
  display: table;
1967
1986
  }
1987
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1988
+ margin-right: 3px;
1989
+ }
1968
1990
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1969
1991
  padding: 0 12px 0 0;
1970
1992
  }
package/styles/fabric.css CHANGED
@@ -1520,6 +1520,19 @@
1520
1520
  white-space: nowrap;
1521
1521
  overflow: hidden;
1522
1522
  }
1523
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
1524
+ display: -ms-flexbox;
1525
+ display: flex;
1526
+ -ms-flex-wrap: nowrap;
1527
+ flex-wrap: nowrap;
1528
+ width: 100%;
1529
+ }
1530
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
1531
+ position: absolute;
1532
+ }
1533
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
1534
+ width: calc(100% - 40px);
1535
+ }
1523
1536
  .e-toolbar .e-blazor-toolbar-items {
1524
1537
  position: absolute;
1525
1538
  top: -9999px;
@@ -1624,6 +1637,12 @@
1624
1637
  min-height: 39px;
1625
1638
  vertical-align: middle;
1626
1639
  width: auto;
1640
+ -ms-flex: 0 0 auto;
1641
+ flex: 0 0 auto;
1642
+ }
1643
+ .e-toolbar .e-toolbar-item.e-spacer {
1644
+ -ms-flex-positive: 1;
1645
+ flex-grow: 1;
1627
1646
  }
1628
1647
  .e-toolbar .e-toolbar-item .e-tbar-btn {
1629
1648
  display: -ms-flexbox;
@@ -1967,6 +1986,9 @@
1967
1986
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
1968
1987
  display: table;
1969
1988
  }
1989
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1990
+ margin-right: 3px;
1991
+ }
1970
1992
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1971
1993
  padding: 0 12px 0 0;
1972
1994
  }
@@ -1553,6 +1553,19 @@
1553
1553
  white-space: nowrap;
1554
1554
  overflow: hidden;
1555
1555
  }
1556
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
1557
+ display: -ms-flexbox;
1558
+ display: flex;
1559
+ -ms-flex-wrap: nowrap;
1560
+ flex-wrap: nowrap;
1561
+ width: 100%;
1562
+ }
1563
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
1564
+ position: absolute;
1565
+ }
1566
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
1567
+ width: calc(100% - 28px);
1568
+ }
1556
1569
  .e-toolbar .e-blazor-toolbar-items {
1557
1570
  position: absolute;
1558
1571
  top: -9999px;
@@ -1657,6 +1670,12 @@
1657
1670
  min-height: 38px;
1658
1671
  vertical-align: middle;
1659
1672
  width: auto;
1673
+ -ms-flex: 0 0 auto;
1674
+ flex: 0 0 auto;
1675
+ }
1676
+ .e-toolbar .e-toolbar-item.e-spacer {
1677
+ -ms-flex-positive: 1;
1678
+ flex-grow: 1;
1660
1679
  }
1661
1680
  .e-toolbar .e-toolbar-item .e-tbar-btn {
1662
1681
  display: -ms-flexbox;
@@ -1672,7 +1691,7 @@
1672
1691
  padding: 0 4px;
1673
1692
  border-radius: 2px;
1674
1693
  line-height: 22px;
1675
- border: none;
1694
+ border: 1px solid transparent;
1676
1695
  cursor: pointer;
1677
1696
  font-size: 18px;
1678
1697
  font-weight: 400;
@@ -2000,6 +2019,9 @@
2000
2019
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
2001
2020
  display: table;
2002
2021
  }
2022
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2023
+ margin-right: 8px;
2024
+ }
2003
2025
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
2004
2026
  padding: 4px;
2005
2027
  }
@@ -2090,7 +2112,7 @@
2090
2112
  background: transparent;
2091
2113
  box-shadow: none;
2092
2114
  color: #a19f9d;
2093
- border: none;
2115
+ border: 1px solid transparent;
2094
2116
  }
2095
2117
  .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
2096
2118
  color: #a19f9d;
@@ -2112,9 +2134,9 @@
2112
2134
  background: none;
2113
2135
  border-radius: 0;
2114
2136
  color: #f3f2f1;
2115
- border-color: #a19f9d;
2137
+ border-color: transparent;
2116
2138
  border-style: solid;
2117
- border-width: 0;
2139
+ border-width: 1px;
2118
2140
  box-shadow: inset 0 0 0 1px;
2119
2141
  }
2120
2142
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
@@ -2127,7 +2149,7 @@
2127
2149
  background: #292827;
2128
2150
  border-color: #a19f9d;
2129
2151
  border-style: solid;
2130
- border-width: 0;
2152
+ border-width: 1px;
2131
2153
  border-radius: 0;
2132
2154
  color: #f3f2f1;
2133
2155
  }
@@ -2147,7 +2169,7 @@
2147
2169
  background: #323130;
2148
2170
  border-color: #323130;
2149
2171
  border-style: solid;
2150
- border-width: 0;
2172
+ border-width: 1px;
2151
2173
  border-radius: 0;
2152
2174
  box-shadow: none;
2153
2175
  color: #f3f2f1;
@@ -2283,7 +2305,7 @@
2283
2305
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
2284
2306
  background: #323130;
2285
2307
  box-shadow: none;
2286
- border-color: #a19f9d;
2308
+ border-color: transparent;
2287
2309
  border-style: solid;
2288
2310
  border-width: 0;
2289
2311
  }
@@ -2301,9 +2323,9 @@
2301
2323
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
2302
2324
  background: none;
2303
2325
  border-radius: 0;
2304
- border-color: #a19f9d;
2326
+ border-color: transparent;
2305
2327
  border-style: solid;
2306
- border-width: 0;
2328
+ border-width: 1px;
2307
2329
  box-shadow: inset 0 0 0 1px;
2308
2330
  }
2309
2331
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
@@ -2311,7 +2333,7 @@
2311
2333
  border-radius: 0;
2312
2334
  border-color: #a19f9d;
2313
2335
  border-style: solid;
2314
- border-width: 0;
2336
+ border-width: 1px;
2315
2337
  }
2316
2338
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
2317
2339
  background: #323130;
@@ -2319,7 +2341,7 @@
2319
2341
  box-shadow: none;
2320
2342
  border-color: #323130;
2321
2343
  border-style: solid;
2322
- border-width: 0;
2344
+ border-width: 1px;
2323
2345
  }
2324
2346
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
2325
2347
  border: solid #797775;