@syncfusion/ej2-vue-splitbuttons 20.2.43 → 20.3.47

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 (83) hide show
  1. package/dist/ej2-vue-splitbuttons.umd.min.js +1 -1
  2. package/dist/es6/ej2-vue-splitbuttons.es2015.js +24 -29
  3. package/dist/es6/ej2-vue-splitbuttons.es2015.js.map +1 -1
  4. package/dist/es6/ej2-vue-splitbuttons.es5.js +24 -29
  5. package/dist/es6/ej2-vue-splitbuttons.es5.js.map +1 -1
  6. package/dist/global/ej2-vue-splitbuttons.min.js +2 -2
  7. package/package.json +11 -8
  8. package/src/drop-down-button/dropdownbutton.component.d.ts +0 -1
  9. package/src/drop-down-button/dropdownbutton.component.js +3 -4
  10. package/src/drop-down-button/items.directive.d.ts +0 -1
  11. package/src/drop-down-button/items.directive.js +5 -6
  12. package/src/progress-button/progressbutton.component.d.ts +0 -1
  13. package/src/progress-button/progressbutton.component.js +3 -4
  14. package/src/split-button/items.directive.d.ts +0 -1
  15. package/src/split-button/items.directive.js +5 -6
  16. package/src/split-button/splitbutton.component.d.ts +0 -1
  17. package/src/split-button/splitbutton.component.js +3 -4
  18. package/styles/bootstrap-dark.css +26 -5
  19. package/styles/bootstrap.css +21 -0
  20. package/styles/bootstrap4.css +22 -1
  21. package/styles/bootstrap5-dark.css +23 -0
  22. package/styles/bootstrap5.css +23 -0
  23. package/styles/button-group/bootstrap-dark.css +2 -0
  24. package/styles/button-group/bootstrap.css +2 -0
  25. package/styles/button-group/bootstrap4.css +2 -0
  26. package/styles/button-group/bootstrap5-dark.css +2 -0
  27. package/styles/button-group/bootstrap5.css +2 -0
  28. package/styles/button-group/fabric-dark.css +2 -0
  29. package/styles/button-group/fabric.css +2 -0
  30. package/styles/button-group/fluent-dark.css +2 -0
  31. package/styles/button-group/fluent.css +2 -0
  32. package/styles/button-group/highcontrast-light.css +2 -0
  33. package/styles/button-group/highcontrast.css +2 -0
  34. package/styles/button-group/material-dark.css +2 -0
  35. package/styles/button-group/material.css +2 -0
  36. package/styles/button-group/tailwind-dark.css +2 -0
  37. package/styles/button-group/tailwind.css +2 -0
  38. package/styles/drop-down-button/bootstrap-dark.css +18 -0
  39. package/styles/drop-down-button/bootstrap.css +18 -0
  40. package/styles/drop-down-button/bootstrap4.css +18 -0
  41. package/styles/drop-down-button/bootstrap5-dark.css +19 -0
  42. package/styles/drop-down-button/bootstrap5.css +19 -0
  43. package/styles/drop-down-button/fabric-dark.css +18 -0
  44. package/styles/drop-down-button/fabric.css +18 -0
  45. package/styles/drop-down-button/fluent-dark.css +19 -0
  46. package/styles/drop-down-button/fluent.css +19 -0
  47. package/styles/drop-down-button/highcontrast-light.css +18 -0
  48. package/styles/drop-down-button/highcontrast.css +18 -0
  49. package/styles/drop-down-button/material-dark.css +18 -0
  50. package/styles/drop-down-button/material.css +18 -0
  51. package/styles/drop-down-button/tailwind-dark.css +19 -0
  52. package/styles/drop-down-button/tailwind.css +19 -0
  53. package/styles/fabric-dark.css +21 -0
  54. package/styles/fabric.css +21 -0
  55. package/styles/fluent-dark.css +23 -0
  56. package/styles/fluent.css +23 -0
  57. package/styles/highcontrast-light.css +21 -0
  58. package/styles/highcontrast.css +23 -2
  59. package/styles/material-dark.css +21 -0
  60. package/styles/material.css +21 -0
  61. package/styles/progress-button/bootstrap-dark.css +6 -5
  62. package/styles/progress-button/bootstrap.css +1 -0
  63. package/styles/progress-button/bootstrap4.css +2 -1
  64. package/styles/progress-button/bootstrap5-dark.css +1 -0
  65. package/styles/progress-button/bootstrap5.css +1 -0
  66. package/styles/progress-button/fabric-dark.css +1 -0
  67. package/styles/progress-button/fabric.css +1 -0
  68. package/styles/progress-button/fluent-dark.css +1 -0
  69. package/styles/progress-button/fluent.css +1 -0
  70. package/styles/progress-button/highcontrast-light.css +1 -0
  71. package/styles/progress-button/highcontrast.css +3 -2
  72. package/styles/progress-button/material-dark.css +1 -0
  73. package/styles/progress-button/material.css +1 -0
  74. package/styles/progress-button/tailwind-dark.css +1 -0
  75. package/styles/progress-button/tailwind.css +1 -0
  76. package/styles/split-button/bootstrap5-dark.css +1 -0
  77. package/styles/split-button/bootstrap5.css +1 -0
  78. package/styles/split-button/fluent-dark.css +1 -0
  79. package/styles/split-button/fluent.css +1 -0
  80. package/styles/split-button/tailwind-dark.css +1 -0
  81. package/styles/split-button/tailwind.css +1 -0
  82. package/styles/tailwind-dark.css +23 -0
  83. package/styles/tailwind.css +23 -0
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-splitbuttons@*",
3
- "_id": "@syncfusion/ej2-vue-splitbuttons@20.2.38",
3
+ "_id": "@syncfusion/ej2-vue-splitbuttons@19.12.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-mO87z/i2TO3zzFqg773Rke1aFC60pv5wumeeF81r9uikS1rmUNAz9fa6Nqnr92rbKc1y1Sk2O7P5N9yWNx0B+g==",
5
+ "_integrity": "sha512-KtWvbQ+DEmNcyF5P5TXrpA+K7jTPMOiGZ2IU3+5cuauGlP4CWmlXX3zAfZgiJNCysNBb92VjOpn8tVQ9GS+bOQ==",
6
6
  "_location": "/@syncfusion/ej2-vue-splitbuttons",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-splitbuttons/-/ej2-vue-splitbuttons-20.2.38.tgz",
23
- "_shasum": "8ba4ee01f95856e8b52927441f59db63551ac241",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-splitbuttons/-/ej2-vue-splitbuttons-19.12.0.tgz",
23
+ "_shasum": "7e30584bc1949a27987c8d438bfafe3123b6469e",
24
24
  "_spec": "@syncfusion/ej2-vue-splitbuttons@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.2.43",
35
- "@syncfusion/ej2-splitbuttons": "20.2.43",
36
- "@syncfusion/ej2-vue-base": "~20.2.43"
34
+ "@syncfusion/ej2-base": "~20.3.47",
35
+ "@syncfusion/ej2-splitbuttons": "20.3.47",
36
+ "@syncfusion/ej2-vue-base": "~20.3.47"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Vue",
@@ -83,6 +83,9 @@
83
83
  "type": "git",
84
84
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
85
85
  },
86
- "version": "20.2.43",
86
+ "scripts": {
87
+ "postinstall": "node ../ej2-vue-base/postinstall.js"
88
+ },
89
+ "version": "20.3.47",
87
90
  "sideEffects": false
88
91
  }
@@ -5,7 +5,6 @@ export declare const testProp: any;
5
5
  export declare const props: any;
6
6
  export declare const watch: any;
7
7
  export declare const emitProbs: any;
8
- export declare const isExecute: any;
9
8
  /**
10
9
  * Represents the Essential JS 2 VueJS DropDownButton Component
11
10
  * ```html
@@ -17,7 +17,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
17
17
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
- import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
20
+ import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
21
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
22
22
  import { DropDownButton } from '@syncfusion/ej2-splitbuttons';
23
23
  import { DropDownButtonItemsDirective, DropDownButtonItemDirective, DropDownButtonItemsPlugin, DropDownButtonItemPlugin } from './items.directive';
@@ -33,7 +33,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
33
33
  var props_1 = modelProps_1[_i];
34
34
  emitProbs.push('update:' + props_1);
35
35
  }
36
- export var isExecute = gh ? false : true;
37
36
  /**
38
37
  * Represents the Essential JS 2 VueJS DropDownButton Component
39
38
  * ```html
@@ -108,10 +107,10 @@ var DropDownButtonComponent = /** @class */ (function (_super) {
108
107
  }
109
108
  };
110
109
  DropDownButtonComponent.prototype.render = function (createElement) {
111
- var h = gh || createElement;
110
+ var h = !isExecute ? gh : createElement;
112
111
  var slots = null;
113
112
  if (!isNullOrUndefined(this.$slots.default)) {
114
- slots = gh ? this.$slots.default() : this.$slots.default;
113
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
115
114
  }
116
115
  return h('button', slots);
117
116
  };
@@ -1,4 +1,3 @@
1
- export declare const isExecute: any;
2
1
  declare let vueImport: any;
3
2
  export declare class DropDownButtonItemsDirective extends vueImport {
4
3
  constructor();
@@ -17,12 +17,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
17
17
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
- import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
20
+ import { EJComponentDecorator, allVue, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
21
  import * as Vue3 from 'vue-class-component';
22
22
  import { isNullOrUndefined } from '@syncfusion/ej2-base';
23
23
  import Vue from 'vue';
24
24
  import { Options } from 'vue-class-component';
25
- export var isExecute = gh ? false : true;
26
25
  var vueImport;
27
26
  if (!isExecute || parseInt(allVue.version) < 3) {
28
27
  vueImport = Vue3.Vue;
@@ -36,18 +35,18 @@ var DropDownButtonItemsDirective = /** @class */ (function (_super) {
36
35
  return _super.call(this, arguments) || this;
37
36
  }
38
37
  DropDownButtonItemsDirective.prototype.render = function (createElement) {
39
- if (gh) {
40
- var h = gh || createElement;
38
+ if (!isExecute) {
39
+ var h = !isExecute ? gh : createElement;
41
40
  var slots = null;
42
41
  if (!isNullOrUndefined(this.$slots.default)) {
43
- slots = gh ? this.$slots.default() : this.$slots.default;
42
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
44
43
  }
45
44
  return h('div', { class: 'e-directive' }, slots);
46
45
  }
47
46
  return;
48
47
  };
49
48
  DropDownButtonItemsDirective.prototype.updated = function () {
50
- if (gh && this.custom) {
49
+ if (!isExecute && this.custom) {
51
50
  this.custom();
52
51
  }
53
52
  };
@@ -5,7 +5,6 @@ export declare const testProp: any;
5
5
  export declare const props: any;
6
6
  export declare const watch: any;
7
7
  export declare const emitProbs: any;
8
- export declare const isExecute: any;
9
8
  /**
10
9
  * Represents the Essential JS 2 VueJS ProgressButton Component
11
10
  * ```html
@@ -17,7 +17,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
17
17
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
- import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
20
+ import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
21
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
22
22
  import { ProgressButton } from '@syncfusion/ej2-splitbuttons';
23
23
  import { Options } from 'vue-class-component';
@@ -32,7 +32,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
32
32
  var props_1 = modelProps_1[_i];
33
33
  emitProbs.push('update:' + props_1);
34
34
  }
35
- export var isExecute = gh ? false : true;
36
35
  /**
37
36
  * Represents the Essential JS 2 VueJS ProgressButton Component
38
37
  * ```html
@@ -107,10 +106,10 @@ var ProgressButtonComponent = /** @class */ (function (_super) {
107
106
  }
108
107
  };
109
108
  ProgressButtonComponent.prototype.render = function (createElement) {
110
- var h = gh || createElement;
109
+ var h = !isExecute ? gh : createElement;
111
110
  var slots = null;
112
111
  if (!isNullOrUndefined(this.$slots.default)) {
113
- slots = gh ? this.$slots.default() : this.$slots.default;
112
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
114
113
  }
115
114
  return h('button', slots);
116
115
  };
@@ -1,4 +1,3 @@
1
- export declare const isExecute: any;
2
1
  declare let vueImport: any;
3
2
  export declare class SplitButtonItemsDirective extends vueImport {
4
3
  constructor();
@@ -17,12 +17,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
17
17
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
- import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
20
+ import { EJComponentDecorator, allVue, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
21
  import * as Vue3 from 'vue-class-component';
22
22
  import { isNullOrUndefined } from '@syncfusion/ej2-base';
23
23
  import Vue from 'vue';
24
24
  import { Options } from 'vue-class-component';
25
- export var isExecute = gh ? false : true;
26
25
  var vueImport;
27
26
  if (!isExecute || parseInt(allVue.version) < 3) {
28
27
  vueImport = Vue3.Vue;
@@ -36,18 +35,18 @@ var SplitButtonItemsDirective = /** @class */ (function (_super) {
36
35
  return _super.call(this, arguments) || this;
37
36
  }
38
37
  SplitButtonItemsDirective.prototype.render = function (createElement) {
39
- if (gh) {
40
- var h = gh || createElement;
38
+ if (!isExecute) {
39
+ var h = !isExecute ? gh : createElement;
41
40
  var slots = null;
42
41
  if (!isNullOrUndefined(this.$slots.default)) {
43
- slots = gh ? this.$slots.default() : this.$slots.default;
42
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
44
43
  }
45
44
  return h('div', { class: 'e-directive' }, slots);
46
45
  }
47
46
  return;
48
47
  };
49
48
  SplitButtonItemsDirective.prototype.updated = function () {
50
- if (gh && this.custom) {
49
+ if (!isExecute && this.custom) {
51
50
  this.custom();
52
51
  }
53
52
  };
@@ -5,7 +5,6 @@ export declare const testProp: any;
5
5
  export declare const props: any;
6
6
  export declare const watch: any;
7
7
  export declare const emitProbs: any;
8
- export declare const isExecute: any;
9
8
  /**
10
9
  * Represents the Essential JS 2 VueJS SplitButton Component
11
10
  * ```html
@@ -17,7 +17,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
17
17
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
- import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
20
+ import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
21
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
22
22
  import { SplitButton } from '@syncfusion/ej2-splitbuttons';
23
23
  import { SplitButtonItemsDirective, SplitButtonItemDirective, SplitButtonItemsPlugin, SplitButtonItemPlugin } from './items.directive';
@@ -33,7 +33,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
33
33
  var props_1 = modelProps_1[_i];
34
34
  emitProbs.push('update:' + props_1);
35
35
  }
36
- export var isExecute = gh ? false : true;
37
36
  /**
38
37
  * Represents the Essential JS 2 VueJS SplitButton Component
39
38
  * ```html
@@ -108,10 +107,10 @@ var SplitButtonComponent = /** @class */ (function (_super) {
108
107
  }
109
108
  };
110
109
  SplitButtonComponent.prototype.render = function (createElement) {
111
- var h = gh || createElement;
110
+ var h = !isExecute ? gh : createElement;
112
111
  var slots = null;
113
112
  if (!isNullOrUndefined(this.$slots.default)) {
114
- slots = gh ? this.$slots.default() : this.$slots.default;
113
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
115
114
  }
116
115
  return h('button', slots);
117
116
  };
@@ -212,6 +212,24 @@
212
212
  border-bottom-color: #414141;
213
213
  }
214
214
 
215
+ .e-dropdown-btn.e-inherit,
216
+ .e-dropdown-btn.e-btn.e-inherit {
217
+ background: inherit;
218
+ border-color: transparent;
219
+ box-shadow: none;
220
+ color: inherit;
221
+ }
222
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
223
+ .e-dropdown-btn.e-btn.e-inherit:hover,
224
+ .e-dropdown-btn.e-btn.e-inherit:focus,
225
+ .e-dropdown-btn.e-btn.e-inherit:active,
226
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
227
+ background-color: rgba(0, 0, 0, 0.056);
228
+ border-color: transparent;
229
+ box-shadow: none;
230
+ color: inherit;
231
+ }
232
+
215
233
  /*! splitbutton layout */
216
234
  .e-split-btn-wrapper {
217
235
  display: -ms-inline-flexbox;
@@ -522,6 +540,7 @@
522
540
  border-left-color: #676767;
523
541
  }
524
542
 
543
+ /* stylelint-disable */
525
544
  *.e-btn-group,
526
545
  *.e-css.e-btn-group {
527
546
  display: -ms-inline-flexbox;
@@ -758,6 +777,7 @@
758
777
  font-size: 14px;
759
778
  }
760
779
 
780
+ /* stylelint-disable */
761
781
  .e-btn-group:not(.e-outline),
762
782
  .e-css.e-btn-group:not(.e-outline) {
763
783
  box-shadow: none;
@@ -1273,6 +1293,7 @@
1273
1293
  border-right: transparent;
1274
1294
  }
1275
1295
 
1296
+ /* stylelint-disable property-no-vendor-prefix */
1276
1297
  @keyframes material-spinner-rotate {
1277
1298
  0% {
1278
1299
  transform: rotate(0);
@@ -1771,19 +1792,19 @@
1771
1792
  }
1772
1793
 
1773
1794
  *.e-flat.e-primary .e-progress {
1774
- background-color: rgba(255, 255, 255, 0.2);
1795
+ background-color: rgba(255, 64, 129, 0.2);
1775
1796
  }
1776
1797
  *.e-flat.e-success .e-progress {
1777
- background-color: rgba(255, 255, 255, 0.2);
1798
+ background-color: rgba(77, 132, 29, 0.2);
1778
1799
  }
1779
1800
  *.e-flat.e-info .e-progress {
1780
- background-color: rgba(255, 255, 255, 0.2);
1801
+ background-color: rgba(3, 120, 213, 0.2);
1781
1802
  }
1782
1803
  *.e-flat.e-warning .e-progress {
1783
- background-color: rgba(255, 255, 255, 0.2);
1804
+ background-color: rgba(193, 87, 0, 0.2);
1784
1805
  }
1785
1806
  *.e-flat.e-danger .e-progress {
1786
- background-color: rgba(255, 255, 255, 0.2);
1807
+ background-color: rgba(214, 65, 19, 0.2);
1787
1808
  }
1788
1809
 
1789
1810
  *.e-outline:not(:focus).e-primary .e-progress {
@@ -212,6 +212,24 @@
212
212
  border-bottom-color: #e6e6e6;
213
213
  }
214
214
 
215
+ .e-dropdown-btn.e-inherit,
216
+ .e-dropdown-btn.e-btn.e-inherit {
217
+ background: inherit;
218
+ border-color: transparent;
219
+ box-shadow: none;
220
+ color: inherit;
221
+ }
222
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
223
+ .e-dropdown-btn.e-btn.e-inherit:hover,
224
+ .e-dropdown-btn.e-btn.e-inherit:focus,
225
+ .e-dropdown-btn.e-btn.e-inherit:active,
226
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
227
+ background-color: rgba(0, 0, 0, 0.056);
228
+ border-color: transparent;
229
+ box-shadow: none;
230
+ color: inherit;
231
+ }
232
+
215
233
  /*! splitbutton layout */
216
234
  .e-split-btn-wrapper {
217
235
  display: -ms-inline-flexbox;
@@ -522,6 +540,7 @@
522
540
  border-left-color: #adadad;
523
541
  }
524
542
 
543
+ /* stylelint-disable */
525
544
  *.e-btn-group,
526
545
  *.e-css.e-btn-group {
527
546
  display: -ms-inline-flexbox;
@@ -758,6 +777,7 @@
758
777
  font-size: 14px;
759
778
  }
760
779
 
780
+ /* stylelint-disable */
761
781
  .e-btn-group:not(.e-outline),
762
782
  .e-css.e-btn-group:not(.e-outline) {
763
783
  box-shadow: none;
@@ -1246,6 +1266,7 @@
1246
1266
  border-color: #4e0d14;
1247
1267
  outline-color: inherit;
1248
1268
  }
1269
+ /* stylelint-disable property-no-vendor-prefix */
1249
1270
  @keyframes material-spinner-rotate {
1250
1271
  0% {
1251
1272
  transform: rotate(0);
@@ -207,6 +207,24 @@
207
207
  border-bottom-color: #6c757d;
208
208
  }
209
209
 
210
+ .e-dropdown-btn.e-inherit,
211
+ .e-dropdown-btn.e-btn.e-inherit {
212
+ background: inherit;
213
+ border-color: transparent;
214
+ box-shadow: none;
215
+ color: inherit;
216
+ }
217
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
218
+ .e-dropdown-btn.e-btn.e-inherit:hover,
219
+ .e-dropdown-btn.e-btn.e-inherit:focus,
220
+ .e-dropdown-btn.e-btn.e-inherit:active,
221
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
222
+ background-color: rgba(0, 0, 0, 0.056);
223
+ border-color: transparent;
224
+ box-shadow: none;
225
+ color: inherit;
226
+ }
227
+
210
228
  /*! splitbutton layout */
211
229
  .e-split-btn-wrapper {
212
230
  display: -ms-inline-flexbox;
@@ -505,6 +523,7 @@
505
523
  border-left-color: #545b62;
506
524
  }
507
525
 
526
+ /* stylelint-disable */
508
527
  *.e-btn-group,
509
528
  *.e-css.e-btn-group {
510
529
  display: -ms-inline-flexbox;
@@ -741,6 +760,7 @@
741
760
  font-size: 16px;
742
761
  }
743
762
 
763
+ /* stylelint-disable */
744
764
  .e-btn-group:not(.e-outline),
745
765
  .e-css.e-btn-group:not(.e-outline) {
746
766
  box-shadow: none;
@@ -1260,6 +1280,7 @@
1260
1280
  border-right: transparent;
1261
1281
  }
1262
1282
 
1283
+ /* stylelint-disable property-no-vendor-prefix */
1263
1284
  @keyframes material-spinner-rotate {
1264
1285
  0% {
1265
1286
  transform: rotate(0);
@@ -1751,7 +1772,7 @@
1751
1772
  *.e-success .e-progress,
1752
1773
  *.e-danger .e-progress,
1753
1774
  *.e-info .e-progress {
1754
- background-color: rgba(73, 80, 87, 0.2);
1775
+ background-color: rgba(255, 255, 255, 0.25);
1755
1776
  }
1756
1777
 
1757
1778
  *.e-warning .e-progress {
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable-line no-empty-source */
1
2
  .e-dropdown-btn .e-caret::before,
2
3
  .e-dropdown-btn.e-btn .e-caret::before {
3
4
  content: "\e70d";
@@ -216,6 +217,25 @@
216
217
  border-bottom-color: #444c54;
217
218
  }
218
219
 
220
+ .e-dropdown-btn.e-inherit,
221
+ .e-dropdown-btn.e-btn.e-inherit {
222
+ background: inherit;
223
+ border-color: transparent;
224
+ box-shadow: none;
225
+ color: inherit;
226
+ }
227
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
228
+ .e-dropdown-btn.e-btn.e-inherit:hover,
229
+ .e-dropdown-btn.e-btn.e-inherit:focus,
230
+ .e-dropdown-btn.e-btn.e-inherit:active,
231
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
232
+ background-color: rgba(0, 0, 0, 0.056);
233
+ border-color: transparent;
234
+ box-shadow: none;
235
+ color: inherit;
236
+ }
237
+
238
+ /* stylelint-disable-line no-empty-source */
219
239
  /*! splitbutton layout */
220
240
  .e-split-btn-wrapper {
221
241
  display: -ms-inline-flexbox;
@@ -518,6 +538,7 @@
518
538
  border-left-color: #6c757d;
519
539
  }
520
540
 
541
+ /* stylelint-disable */
521
542
  *.e-btn-group,
522
543
  *.e-css.e-btn-group {
523
544
  display: -ms-inline-flexbox;
@@ -762,6 +783,7 @@
762
783
  font-size: 20px;
763
784
  }
764
785
 
786
+ /* stylelint-disable */
765
787
  .e-btn-group:not(.e-outline),
766
788
  .e-css.e-btn-group:not(.e-outline) {
767
789
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
@@ -1268,6 +1290,7 @@
1268
1290
  border-right: transparent;
1269
1291
  }
1270
1292
 
1293
+ /* stylelint-disable property-no-vendor-prefix */
1271
1294
  @keyframes material-spinner-rotate {
1272
1295
  0% {
1273
1296
  transform: rotate(0);
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable-line no-empty-source */
1
2
  .e-dropdown-btn .e-caret::before,
2
3
  .e-dropdown-btn.e-btn .e-caret::before {
3
4
  content: "\e70d";
@@ -216,6 +217,25 @@
216
217
  border-bottom-color: #dee2e6;
217
218
  }
218
219
 
220
+ .e-dropdown-btn.e-inherit,
221
+ .e-dropdown-btn.e-btn.e-inherit {
222
+ background: inherit;
223
+ border-color: transparent;
224
+ box-shadow: none;
225
+ color: inherit;
226
+ }
227
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
228
+ .e-dropdown-btn.e-btn.e-inherit:hover,
229
+ .e-dropdown-btn.e-btn.e-inherit:focus,
230
+ .e-dropdown-btn.e-btn.e-inherit:active,
231
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
232
+ background-color: rgba(0, 0, 0, 0.056);
233
+ border-color: transparent;
234
+ box-shadow: none;
235
+ color: inherit;
236
+ }
237
+
238
+ /* stylelint-disable-line no-empty-source */
219
239
  /*! splitbutton layout */
220
240
  .e-split-btn-wrapper {
221
241
  display: -ms-inline-flexbox;
@@ -518,6 +538,7 @@
518
538
  border-left-color: #6c757d;
519
539
  }
520
540
 
541
+ /* stylelint-disable */
521
542
  *.e-btn-group,
522
543
  *.e-css.e-btn-group {
523
544
  display: -ms-inline-flexbox;
@@ -762,6 +783,7 @@
762
783
  font-size: 20px;
763
784
  }
764
785
 
786
+ /* stylelint-disable */
765
787
  .e-btn-group:not(.e-outline),
766
788
  .e-css.e-btn-group:not(.e-outline) {
767
789
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
@@ -1268,6 +1290,7 @@
1268
1290
  border-right: transparent;
1269
1291
  }
1270
1292
 
1293
+ /* stylelint-disable property-no-vendor-prefix */
1271
1294
  @keyframes material-spinner-rotate {
1272
1295
  0% {
1273
1296
  transform: rotate(0);
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 14px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 14px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 16px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -242,6 +243,7 @@
242
243
  font-size: 20px;
243
244
  }
244
245
 
246
+ /* stylelint-disable */
245
247
  .e-btn-group:not(.e-outline),
246
248
  .e-css.e-btn-group:not(.e-outline) {
247
249
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -242,6 +243,7 @@
242
243
  font-size: 20px;
243
244
  }
244
245
 
246
+ /* stylelint-disable */
245
247
  .e-btn-group:not(.e-outline),
246
248
  .e-css.e-btn-group:not(.e-outline) {
247
249
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 16px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 16px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 20px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 20px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 16px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;