@syncfusion/ej2-splitbuttons 27.1.50 → 27.2.2

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 (70) hide show
  1. package/dist/ej2-splitbuttons.min.js +2 -2
  2. package/dist/ej2-splitbuttons.umd.min.js +2 -2
  3. package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-splitbuttons.es2015.js +18 -3
  5. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  6. package/dist/es6/ej2-splitbuttons.es5.js +18 -3
  7. package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
  8. package/dist/global/ej2-splitbuttons.min.js +2 -2
  9. package/dist/global/ej2-splitbuttons.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +7 -7
  12. package/src/drop-down-button/drop-down-button.js +17 -2
  13. package/styles/bootstrap-dark-lite.css +3 -0
  14. package/styles/bootstrap-dark.css +3 -0
  15. package/styles/bootstrap-lite.css +3 -0
  16. package/styles/bootstrap.css +3 -0
  17. package/styles/bootstrap4-lite.css +3 -0
  18. package/styles/bootstrap4.css +3 -0
  19. package/styles/bootstrap5-dark-lite.css +3 -0
  20. package/styles/bootstrap5-dark.css +3 -0
  21. package/styles/bootstrap5-lite.css +3 -0
  22. package/styles/bootstrap5.3-lite.css +3 -0
  23. package/styles/bootstrap5.3.css +3 -0
  24. package/styles/bootstrap5.css +3 -0
  25. package/styles/drop-down-button/_layout.scss +4 -0
  26. package/styles/drop-down-button/bootstrap-dark.css +3 -0
  27. package/styles/drop-down-button/bootstrap.css +3 -0
  28. package/styles/drop-down-button/bootstrap4.css +3 -0
  29. package/styles/drop-down-button/bootstrap5-dark.css +3 -0
  30. package/styles/drop-down-button/bootstrap5.3.css +3 -0
  31. package/styles/drop-down-button/bootstrap5.css +3 -0
  32. package/styles/drop-down-button/fabric-dark.css +3 -0
  33. package/styles/drop-down-button/fabric.css +3 -0
  34. package/styles/drop-down-button/fluent-dark.css +3 -0
  35. package/styles/drop-down-button/fluent.css +3 -0
  36. package/styles/drop-down-button/fluent2.css +3 -0
  37. package/styles/drop-down-button/highcontrast-light.css +3 -0
  38. package/styles/drop-down-button/highcontrast.css +3 -0
  39. package/styles/drop-down-button/material-dark.css +3 -0
  40. package/styles/drop-down-button/material.css +3 -0
  41. package/styles/drop-down-button/material3-dark.css +3 -0
  42. package/styles/drop-down-button/material3.css +3 -0
  43. package/styles/drop-down-button/tailwind-dark.css +3 -0
  44. package/styles/drop-down-button/tailwind.css +3 -0
  45. package/styles/fabric-dark-lite.css +3 -0
  46. package/styles/fabric-dark.css +3 -0
  47. package/styles/fabric-lite.css +3 -0
  48. package/styles/fabric.css +3 -0
  49. package/styles/fluent-dark-lite.css +3 -0
  50. package/styles/fluent-dark.css +3 -0
  51. package/styles/fluent-lite.css +3 -0
  52. package/styles/fluent.css +3 -0
  53. package/styles/fluent2-lite.css +3 -0
  54. package/styles/fluent2.css +3 -0
  55. package/styles/highcontrast-light-lite.css +3 -0
  56. package/styles/highcontrast-light.css +3 -0
  57. package/styles/highcontrast-lite.css +3 -0
  58. package/styles/highcontrast.css +3 -0
  59. package/styles/material-dark-lite.css +3 -0
  60. package/styles/material-dark.css +3 -0
  61. package/styles/material-lite.css +3 -0
  62. package/styles/material.css +3 -0
  63. package/styles/material3-dark-lite.css +3 -0
  64. package/styles/material3-dark.css +3 -0
  65. package/styles/material3-lite.css +3 -0
  66. package/styles/material3.css +3 -0
  67. package/styles/tailwind-dark-lite.css +3 -0
  68. package/styles/tailwind-dark.css +3 -0
  69. package/styles/tailwind-lite.css +3 -0
  70. package/styles/tailwind.css +3 -0
@@ -144,6 +144,9 @@
144
144
  padding: 0;
145
145
  width: 1px;
146
146
  }
147
+ .e-dropdown-popup.e-hidden {
148
+ display: none !important; /* stylelint-disable-line declaration-no-important */
149
+ }
147
150
 
148
151
  .e-rtl.e-dropdown-popup .e-item .e-menu-icon {
149
152
  float: right;
@@ -144,6 +144,9 @@
144
144
  padding: 0;
145
145
  width: 1px;
146
146
  }
147
+ .e-dropdown-popup.e-hidden {
148
+ display: none !important; /* stylelint-disable-line declaration-no-important */
149
+ }
147
150
 
148
151
  .e-rtl.e-dropdown-popup .e-item .e-menu-icon {
149
152
  float: right;
@@ -146,6 +146,9 @@
146
146
  padding: 0;
147
147
  width: 1px;
148
148
  }
149
+ .e-dropdown-popup.e-hidden {
150
+ display: none !important; /* stylelint-disable-line declaration-no-important */
151
+ }
149
152
 
150
153
  .e-rtl.e-dropdown-popup .e-item .e-menu-icon {
151
154
  float: right;
@@ -146,6 +146,9 @@
146
146
  padding: 0;
147
147
  width: 1px;
148
148
  }
149
+ .e-dropdown-popup.e-hidden {
150
+ display: none !important; /* stylelint-disable-line declaration-no-important */
151
+ }
149
152
 
150
153
  .e-rtl.e-dropdown-popup .e-item .e-menu-icon {
151
154
  float: right;
@@ -137,6 +137,9 @@
137
137
  padding: 0;
138
138
  width: 1px;
139
139
  }
140
+ .e-dropdown-popup.e-hidden {
141
+ display: none !important; /* stylelint-disable-line declaration-no-important */
142
+ }
140
143
 
141
144
  .e-rtl.e-dropdown-popup .e-item .e-menu-icon {
142
145
  float: right;
@@ -137,6 +137,9 @@
137
137
  padding: 0;
138
138
  width: 1px;
139
139
  }
140
+ .e-dropdown-popup.e-hidden {
141
+ display: none !important; /* stylelint-disable-line declaration-no-important */
142
+ }
140
143
 
141
144
  .e-rtl.e-dropdown-popup .e-item .e-menu-icon {
142
145
  float: right;
@@ -137,6 +137,9 @@
137
137
  padding: 0;
138
138
  width: 1px;
139
139
  }
140
+ .e-dropdown-popup.e-hidden {
141
+ display: none !important; /* stylelint-disable-line declaration-no-important */
142
+ }
140
143
 
141
144
  .e-rtl.e-dropdown-popup .e-item .e-menu-icon {
142
145
  float: right;
@@ -137,6 +137,9 @@
137
137
  padding: 0;
138
138
  width: 1px;
139
139
  }
140
+ .e-dropdown-popup.e-hidden {
141
+ display: none !important; /* stylelint-disable-line declaration-no-important */
142
+ }
140
143
 
141
144
  .e-rtl.e-dropdown-popup .e-item .e-menu-icon {
142
145
  float: right;