@syncfusion/ej2-vue-splitbuttons 19.4.48 → 20.1.55

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 (105) hide show
  1. package/CHANGELOG.md +1 -3
  2. package/README.md +1 -1
  3. package/dist/ej2-vue-splitbuttons.umd.min.js +29 -2
  4. package/dist/ej2-vue-splitbuttons.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-vue-splitbuttons.es2015.js +117 -11
  6. package/dist/es6/ej2-vue-splitbuttons.es2015.js.map +1 -1
  7. package/dist/es6/ej2-vue-splitbuttons.es5.js +78 -9
  8. package/dist/es6/ej2-vue-splitbuttons.es5.js.map +1 -1
  9. package/dist/global/ej2-vue-splitbuttons.min.js +2 -2
  10. package/package.json +8 -8
  11. package/src/drop-down-button/dropdownbutton.component.d.ts +1 -0
  12. package/src/drop-down-button/dropdownbutton.component.js +10 -1
  13. package/src/drop-down-button/items.directive.d.ts +3 -1
  14. package/src/drop-down-button/items.directive.js +24 -2
  15. package/src/progress-button/progressbutton.component.d.ts +1 -0
  16. package/src/progress-button/progressbutton.component.js +10 -1
  17. package/src/split-button/items.directive.d.ts +3 -1
  18. package/src/split-button/items.directive.js +24 -2
  19. package/src/split-button/splitbutton.component.d.ts +1 -0
  20. package/src/split-button/splitbutton.component.js +10 -1
  21. package/styles/bootstrap-dark.css +49 -375
  22. package/styles/bootstrap.css +49 -370
  23. package/styles/bootstrap4.css +57 -379
  24. package/styles/bootstrap5-dark.css +84 -389
  25. package/styles/bootstrap5.css +82 -387
  26. package/styles/button-group/bootstrap-dark.css +1 -106
  27. package/styles/button-group/bootstrap.css +1 -100
  28. package/styles/button-group/bootstrap4.css +5 -111
  29. package/styles/button-group/bootstrap5-dark.css +3 -108
  30. package/styles/button-group/bootstrap5.css +1 -106
  31. package/styles/button-group/fabric-dark.css +1 -106
  32. package/styles/button-group/fabric.css +1 -106
  33. package/styles/button-group/fluent-dark.css +761 -0
  34. package/styles/button-group/fluent-dark.scss +1 -0
  35. package/styles/button-group/fluent.css +761 -0
  36. package/styles/button-group/fluent.scss +1 -0
  37. package/styles/button-group/highcontrast-light.css +1 -106
  38. package/styles/button-group/highcontrast.css +1 -118
  39. package/styles/button-group/material-dark.css +1 -106
  40. package/styles/button-group/material.css +1 -107
  41. package/styles/button-group/tailwind-dark.css +1 -102
  42. package/styles/button-group/tailwind.css +1 -102
  43. package/styles/drop-down-button/bootstrap-dark.css +2 -36
  44. package/styles/drop-down-button/bootstrap.css +2 -36
  45. package/styles/drop-down-button/bootstrap4.css +3 -36
  46. package/styles/drop-down-button/bootstrap5-dark.css +10 -43
  47. package/styles/drop-down-button/bootstrap5.css +10 -43
  48. package/styles/drop-down-button/fabric-dark.css +2 -36
  49. package/styles/drop-down-button/fabric.css +2 -36
  50. package/styles/drop-down-button/fluent-dark.css +213 -0
  51. package/styles/drop-down-button/fluent-dark.scss +1 -0
  52. package/styles/drop-down-button/fluent.css +213 -0
  53. package/styles/drop-down-button/fluent.scss +1 -0
  54. package/styles/drop-down-button/highcontrast-light.css +2 -36
  55. package/styles/drop-down-button/highcontrast.css +2 -36
  56. package/styles/drop-down-button/material-dark.css +2 -36
  57. package/styles/drop-down-button/material.css +2 -36
  58. package/styles/drop-down-button/tailwind-dark.css +9 -43
  59. package/styles/drop-down-button/tailwind.css +9 -43
  60. package/styles/fabric-dark.css +49 -375
  61. package/styles/fabric.css +49 -375
  62. package/styles/fluent-dark.css +1818 -0
  63. package/styles/fluent-dark.scss +4 -0
  64. package/styles/fluent.css +1818 -0
  65. package/styles/fluent.scss +4 -0
  66. package/styles/highcontrast-light.css +49 -375
  67. package/styles/highcontrast.css +49 -387
  68. package/styles/material-dark.css +49 -375
  69. package/styles/material.css +49 -376
  70. package/styles/progress-button/bootstrap-dark.css +48 -165
  71. package/styles/progress-button/bootstrap.css +48 -165
  72. package/styles/progress-button/bootstrap4.css +48 -165
  73. package/styles/progress-button/bootstrap5-dark.css +73 -174
  74. package/styles/progress-button/bootstrap5.css +73 -174
  75. package/styles/progress-button/fabric-dark.css +48 -165
  76. package/styles/progress-button/fabric.css +48 -165
  77. package/styles/progress-button/fluent-dark.css +544 -0
  78. package/styles/progress-button/fluent-dark.scss +1 -0
  79. package/styles/progress-button/fluent.css +544 -0
  80. package/styles/progress-button/fluent.scss +1 -0
  81. package/styles/progress-button/highcontrast-light.css +48 -165
  82. package/styles/progress-button/highcontrast.css +48 -165
  83. package/styles/progress-button/material-dark.css +48 -165
  84. package/styles/progress-button/material.css +48 -165
  85. package/styles/progress-button/tailwind-dark.css +68 -169
  86. package/styles/progress-button/tailwind.css +68 -169
  87. package/styles/split-button/bootstrap-dark.css +1 -71
  88. package/styles/split-button/bootstrap.css +1 -71
  89. package/styles/split-button/bootstrap4.css +4 -70
  90. package/styles/split-button/bootstrap5-dark.css +1 -67
  91. package/styles/split-button/bootstrap5.css +1 -67
  92. package/styles/split-button/fabric-dark.css +1 -71
  93. package/styles/split-button/fabric.css +1 -71
  94. package/styles/split-button/fluent-dark.css +297 -0
  95. package/styles/split-button/fluent-dark.scss +1 -0
  96. package/styles/split-button/fluent.css +297 -0
  97. package/styles/split-button/fluent.scss +1 -0
  98. package/styles/split-button/highcontrast-light.css +1 -71
  99. package/styles/split-button/highcontrast.css +1 -71
  100. package/styles/split-button/material-dark.css +1 -71
  101. package/styles/split-button/material.css +1 -71
  102. package/styles/split-button/tailwind-dark.css +10 -80
  103. package/styles/split-button/tailwind.css +10 -80
  104. package/styles/tailwind-dark.css +85 -392
  105. package/styles/tailwind.css +85 -392
@@ -8,7 +8,6 @@
8
8
  flex-direction: row;
9
9
  position: relative;
10
10
  }
11
-
12
11
  *.e-btn-group input:focus + label.e-btn,
13
12
  *.e-btn-group .e-btn:focus,
14
13
  *.e-btn-group .e-btn:hover,
@@ -17,12 +16,10 @@
17
16
  *.e-css.e-btn-group .e-btn:hover {
18
17
  z-index: 2;
19
18
  }
20
-
21
19
  *.e-btn-group input + label.e-btn,
22
20
  *.e-css.e-btn-group input + label.e-btn {
23
21
  margin-bottom: 0;
24
22
  }
25
-
26
23
  *.e-btn-group input,
27
24
  *.e-css.e-btn-group input {
28
25
  -moz-appearance: none;
@@ -32,7 +29,6 @@
32
29
  position: absolute;
33
30
  width: 1px;
34
31
  }
35
-
36
32
  *.e-btn-group input:disabled + label.e-btn,
37
33
  *.e-btn-group :disabled,
38
34
  *.e-css.e-btn-group input:disabled + label.e-btn,
@@ -40,149 +36,123 @@
40
36
  cursor: default;
41
37
  pointer-events: none;
42
38
  }
43
-
44
39
  *.e-btn-group .e-btn-icon,
45
40
  *.e-css.e-btn-group .e-btn-icon {
46
41
  font-size: 14px;
47
42
  }
48
-
49
43
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn,
50
44
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn {
51
45
  margin-left: 0;
52
46
  }
53
-
54
47
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type),
55
48
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
56
49
  border-radius: 0;
57
50
  }
58
-
59
51
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
60
52
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
61
53
  border-bottom-right-radius: 0;
62
54
  border-top-right-radius: 0;
63
55
  }
64
-
65
56
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type,
66
57
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
67
58
  border-bottom-left-radius: 0;
68
59
  border-top-left-radius: 0;
69
60
  }
70
-
71
61
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
72
62
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
73
63
  border-bottom-right-radius: 0;
74
64
  border-top-right-radius: 0;
75
65
  }
76
-
77
66
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
78
67
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
79
68
  border-bottom-left-radius: 0;
80
69
  border-top-left-radius: 0;
81
70
  }
82
-
83
71
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
84
72
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
85
73
  border-bottom-right-radius: 0;
86
74
  border-top-right-radius: 0;
87
75
  }
88
-
89
76
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
90
77
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
91
78
  border-bottom-left-radius: 0;
92
79
  border-top-left-radius: 0;
93
80
  }
94
-
95
81
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child,
96
82
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child {
97
83
  border-bottom-right-radius: 0;
98
84
  border-top-right-radius: 0;
99
85
  }
100
-
101
86
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child,
102
87
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child {
103
88
  border-bottom-left-radius: 0;
104
89
  border-top-left-radius: 0;
105
90
  }
106
-
107
91
  *.e-btn-group.e-rtl .e-btn,
108
92
  *.e-css.e-btn-group.e-rtl .e-btn {
109
93
  margin-left: 0;
110
94
  }
111
-
112
95
  *.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
113
96
  *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
114
97
  border-radius: 0;
115
98
  }
116
-
117
99
  *.e-btn-group.e-rtl .e-btn:first-of-type,
118
100
  *.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
119
101
  border-bottom-left-radius: 0;
120
102
  border-top-left-radius: 0;
121
103
  }
122
-
123
104
  *.e-btn-group.e-rtl .e-btn:last-of-type,
124
105
  *.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
125
106
  border-bottom-right-radius: 0;
126
107
  border-top-right-radius: 0;
127
108
  }
128
-
129
109
  *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
130
110
  *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
131
111
  border-bottom-left-radius: 0;
132
112
  border-top-left-radius: 0;
133
113
  }
134
-
135
114
  *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
136
115
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
137
116
  border-bottom-right-radius: 0;
138
117
  border-top-right-radius: 0;
139
118
  }
140
-
141
119
  *.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
142
120
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
143
121
  border-bottom-left-radius: 0;
144
122
  border-top-left-radius: 0;
145
123
  }
146
-
147
124
  *.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
148
125
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
149
126
  border-bottom-right-radius: 0;
150
127
  border-top-right-radius: 0;
151
128
  }
152
-
153
129
  *.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child,
154
130
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child {
155
131
  border-bottom-left-radius: 0;
156
132
  border-top-left-radius: 0;
157
133
  }
158
-
159
134
  *.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child,
160
135
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child {
161
136
  border-bottom-right-radius: 0;
162
137
  border-top-right-radius: 0;
163
138
  }
164
-
165
139
  *.e-btn-group.e-vertical,
166
140
  *.e-css.e-btn-group.e-vertical {
167
141
  -ms-flex-direction: column;
168
142
  flex-direction: column;
169
143
  }
170
-
171
144
  *.e-btn-group.e-vertical input,
172
145
  *.e-css.e-btn-group.e-vertical input {
173
146
  margin: -1px 0 0;
174
147
  }
175
-
176
148
  *.e-btn-group.e-vertical .e-btn:not(.e-outline),
177
149
  *.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) {
178
150
  margin-top: -1px;
179
151
  }
180
-
181
152
  *.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),
182
153
  *.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) {
183
154
  border-radius: 0;
184
155
  }
185
-
186
156
  *.e-btn-group.e-vertical .e-btn:first-of-type,
187
157
  *.e-css.e-btn-group.e-vertical .e-btn:first-of-type {
188
158
  border-bottom-left-radius: 0;
@@ -190,7 +160,6 @@
190
160
  border-top-left-radius: 2px;
191
161
  border-top-right-radius: 2px;
192
162
  }
193
-
194
163
  *.e-btn-group.e-vertical .e-btn:last-of-type,
195
164
  *.e-css.e-btn-group.e-vertical .e-btn:last-of-type {
196
165
  border-bottom-left-radius: 2px;
@@ -198,83 +167,69 @@
198
167
  border-top-left-radius: 0;
199
168
  border-top-right-radius: 0;
200
169
  }
201
-
202
170
  *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),
203
171
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) {
204
172
  border-radius: 20px;
205
173
  }
206
-
207
174
  *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
208
175
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
209
176
  border-bottom-left-radius: 20px;
210
177
  border-top-left-radius: 20px;
211
178
  }
212
-
213
179
  *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
214
180
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
215
181
  border-bottom-right-radius: 20px;
216
182
  border-top-right-radius: 20px;
217
183
  }
218
-
219
184
  *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),
220
185
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) {
221
186
  border-bottom-right-radius: 0;
222
187
  border-top-right-radius: 0;
223
188
  }
224
-
225
189
  *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn,
226
190
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn {
227
191
  border-bottom-left-radius: 0;
228
192
  border-top-left-radius: 0;
229
193
  }
230
-
231
194
  *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,
232
195
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child {
233
196
  border-bottom-left-radius: 20px;
234
197
  border-top-left-radius: 20px;
235
198
  }
236
-
237
199
  *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,
238
200
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child {
239
201
  border-bottom-right-radius: 0;
240
202
  border-top-right-radius: 0;
241
203
  }
242
-
243
204
  *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
244
205
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
245
206
  border-bottom-left-radius: 0;
246
207
  border-top-left-radius: 0;
247
208
  }
248
-
249
209
  *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
250
210
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
251
211
  border-bottom-right-radius: 20px;
252
212
  border-top-right-radius: 20px;
253
213
  }
254
-
255
214
  *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
256
215
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
257
216
  border-radius: 20px;
258
217
  }
259
-
260
218
  *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
261
219
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
262
220
  border-bottom-right-radius: 20px;
263
221
  border-top-right-radius: 20px;
264
222
  }
265
-
266
223
  *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
267
224
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
268
225
  border-bottom-left-radius: 20px;
269
226
  border-top-left-radius: 20px;
270
227
  }
271
-
272
228
  *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
273
229
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
274
230
  border-bottom-left-radius: 0;
275
231
  border-top-left-radius: 0;
276
232
  }
277
-
278
233
  *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
279
234
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
280
235
  border-bottom-right-radius: 0;
@@ -292,12 +247,10 @@
292
247
  .e-css.e-btn-group:not(.e-outline) {
293
248
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
294
249
  }
295
-
296
250
  .e-btn-group .e-btn:hover,
297
251
  .e-css.e-btn-group .e-btn:hover {
298
252
  box-shadow: none;
299
253
  }
300
-
301
254
  .e-btn-group .e-btn:focus,
302
255
  .e-btn-group input:focus + label.e-btn,
303
256
  .e-css.e-btn-group .e-btn:focus,
@@ -311,7 +264,6 @@
311
264
  box-shadow: none;
312
265
  outline-color: inherit;
313
266
  }
314
-
315
267
  .e-btn-group .e-btn:focus.e-primary,
316
268
  .e-btn-group input:focus + label.e-btn.e-primary,
317
269
  .e-css.e-btn-group .e-btn:focus.e-primary,
@@ -324,7 +276,6 @@
324
276
  box-shadow: none;
325
277
  outline-color: inherit;
326
278
  }
327
-
328
279
  .e-btn-group .e-btn:focus.e-success,
329
280
  .e-btn-group input:focus + label.e-btn.e-success,
330
281
  .e-css.e-btn-group .e-btn:focus.e-success,
@@ -336,7 +287,6 @@
336
287
  box-shadow: none;
337
288
  outline-color: inherit;
338
289
  }
339
-
340
290
  .e-btn-group .e-btn:focus.e-info,
341
291
  .e-btn-group input:focus + label.e-btn.e-info,
342
292
  .e-css.e-btn-group .e-btn:focus.e-info,
@@ -348,7 +298,6 @@
348
298
  box-shadow: none;
349
299
  outline-color: inherit;
350
300
  }
351
-
352
301
  .e-btn-group .e-btn:focus.e-warning,
353
302
  .e-btn-group input:focus + label.e-btn.e-warning,
354
303
  .e-css.e-btn-group .e-btn:focus.e-warning,
@@ -360,7 +309,6 @@
360
309
  box-shadow: none;
361
310
  outline-color: inherit;
362
311
  }
363
-
364
312
  .e-btn-group .e-btn:focus.e-danger,
365
313
  .e-btn-group input:focus + label.e-btn.e-danger,
366
314
  .e-css.e-btn-group .e-btn:focus.e-danger,
@@ -372,7 +320,6 @@
372
320
  box-shadow: none;
373
321
  outline-color: inherit;
374
322
  }
375
-
376
323
  .e-btn-group .e-btn:focus.e-link,
377
324
  .e-btn-group input:focus + label.e-btn.e-link,
378
325
  .e-css.e-btn-group .e-btn:focus.e-link,
@@ -385,7 +332,6 @@
385
332
  box-shadow: none;
386
333
  outline: none;
387
334
  }
388
-
389
335
  .e-btn-group .e-btn:focus.e-outline,
390
336
  .e-btn-group input:focus + label.e-btn.e-outline,
391
337
  .e-css.e-btn-group .e-btn:focus.e-outline,
@@ -393,42 +339,36 @@
393
339
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
394
340
  box-shadow: none;
395
341
  }
396
-
397
342
  .e-btn-group .e-btn:focus.e-outline.e-primary,
398
343
  .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
399
344
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
400
345
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
401
346
  box-shadow: none;
402
347
  }
403
-
404
348
  .e-btn-group .e-btn:focus.e-outline.e-success,
405
349
  .e-btn-group input:focus + label.e-btn.e-outline.e-success,
406
350
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
407
351
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
408
352
  box-shadow: none;
409
353
  }
410
-
411
354
  .e-btn-group .e-btn:focus.e-outline.e-info,
412
355
  .e-btn-group input:focus + label.e-btn.e-outline.e-info,
413
356
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
414
357
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
415
358
  box-shadow: none;
416
359
  }
417
-
418
360
  .e-btn-group .e-btn:focus.e-outline.e-warning,
419
361
  .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
420
362
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
421
363
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
422
364
  box-shadow: none;
423
365
  }
424
-
425
366
  .e-btn-group .e-btn:focus.e-outline.e-danger,
426
367
  .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
427
368
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
428
369
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
429
370
  box-shadow: none;
430
371
  }
431
-
432
372
  .e-btn-group .e-btn:active,
433
373
  .e-btn-group input:active + label.e-btn,
434
374
  .e-btn-group input:checked + label.e-btn,
@@ -442,7 +382,6 @@
442
382
  outline-offset: 0;
443
383
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
444
384
  }
445
-
446
385
  .e-btn-group .e-btn:active.e-primary,
447
386
  .e-btn-group input:active + label.e-btn.e-primary,
448
387
  .e-btn-group input:checked + label.e-btn.e-primary,
@@ -455,7 +394,6 @@
455
394
  outline: #616161 0 solid;
456
395
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
457
396
  }
458
-
459
397
  .e-btn-group .e-btn:active.e-success,
460
398
  .e-btn-group input:active + label.e-btn.e-success,
461
399
  .e-btn-group input:checked + label.e-btn.e-success,
@@ -467,7 +405,6 @@
467
405
  color: #fff;
468
406
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
469
407
  }
470
-
471
408
  .e-btn-group .e-btn:active.e-info,
472
409
  .e-btn-group input:active + label.e-btn.e-info,
473
410
  .e-btn-group input:checked + label.e-btn.e-info,
@@ -479,7 +416,6 @@
479
416
  border-color: transparent;
480
417
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
481
418
  }
482
-
483
419
  .e-btn-group .e-btn:active.e-warning,
484
420
  .e-btn-group input:active + label.e-btn.e-warning,
485
421
  .e-btn-group input:checked + label.e-btn.e-warning,
@@ -491,7 +427,6 @@
491
427
  color: #fff;
492
428
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
493
429
  }
494
-
495
430
  .e-btn-group .e-btn:active.e-danger,
496
431
  .e-btn-group input:active + label.e-btn.e-danger,
497
432
  .e-btn-group input:checked + label.e-btn.e-danger,
@@ -503,7 +438,6 @@
503
438
  color: #fff;
504
439
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
505
440
  }
506
-
507
441
  .e-btn-group .e-btn:active.e-outline,
508
442
  .e-btn-group input:active + label.e-btn.e-outline,
509
443
  .e-btn-group input:checked + label.e-btn.e-outline,
@@ -515,7 +449,6 @@
515
449
  box-shadow: none;
516
450
  color: #fff;
517
451
  }
518
-
519
452
  .e-btn-group .e-btn:active.e-outline.e-primary,
520
453
  .e-btn-group input:active + label.e-btn.e-outline.e-primary,
521
454
  .e-btn-group input:checked + label.e-btn.e-outline.e-primary,
@@ -527,7 +460,6 @@
527
460
  box-shadow: none;
528
461
  color: #000;
529
462
  }
530
-
531
463
  .e-btn-group .e-btn:active.e-outline.e-success,
532
464
  .e-btn-group input:active + label.e-btn.e-outline.e-success,
533
465
  .e-btn-group input:checked + label.e-btn.e-outline.e-success,
@@ -539,7 +471,6 @@
539
471
  box-shadow: none;
540
472
  color: #fff;
541
473
  }
542
-
543
474
  .e-btn-group .e-btn:active.e-outline.e-info,
544
475
  .e-btn-group input:active + label.e-btn.e-outline.e-info,
545
476
  .e-btn-group input:checked + label.e-btn.e-outline.e-info,
@@ -551,7 +482,6 @@
551
482
  box-shadow: none;
552
483
  color: #fff;
553
484
  }
554
-
555
485
  .e-btn-group .e-btn:active.e-outline.e-warning,
556
486
  .e-btn-group input:active + label.e-btn.e-outline.e-warning,
557
487
  .e-btn-group input:checked + label.e-btn.e-outline.e-warning,
@@ -563,7 +493,6 @@
563
493
  box-shadow: none;
564
494
  color: #fff;
565
495
  }
566
-
567
496
  .e-btn-group .e-btn:active.e-outline.e-danger,
568
497
  .e-btn-group input:active + label.e-btn.e-outline.e-danger,
569
498
  .e-btn-group input:checked + label.e-btn.e-outline.e-danger,
@@ -575,7 +504,6 @@
575
504
  box-shadow: none;
576
505
  color: #fff;
577
506
  }
578
-
579
507
  .e-btn-group .e-btn:disabled,
580
508
  .e-btn-group input:disabled + label.e-btn,
581
509
  .e-css.e-btn-group .e-btn:disabled,
@@ -586,7 +514,6 @@
586
514
  color: rgba(255, 255, 255, 0.3);
587
515
  border-color: transparent;
588
516
  }
589
-
590
517
  .e-btn-group .e-btn:disabled.e-primary,
591
518
  .e-btn-group input:disabled + label.e-btn.e-primary,
592
519
  .e-css.e-btn-group .e-btn:disabled.e-primary,
@@ -597,7 +524,6 @@
597
524
  color: rgba(255, 255, 255, 0.3);
598
525
  border-color: transparent;
599
526
  }
600
-
601
527
  .e-btn-group .e-btn:disabled.e-success,
602
528
  .e-btn-group input:disabled + label.e-btn.e-success,
603
529
  .e-css.e-btn-group .e-btn:disabled.e-success,
@@ -608,7 +534,6 @@
608
534
  color: rgba(255, 255, 255, 0.3);
609
535
  border-color: transparent;
610
536
  }
611
-
612
537
  .e-btn-group .e-btn:disabled.e-info,
613
538
  .e-btn-group input:disabled + label.e-btn.e-info,
614
539
  .e-css.e-btn-group .e-btn:disabled.e-info,
@@ -619,7 +544,6 @@
619
544
  color: rgba(255, 255, 255, 0.3);
620
545
  border-color: transparent;
621
546
  }
622
-
623
547
  .e-btn-group .e-btn:disabled.e-warning,
624
548
  .e-btn-group input:disabled + label.e-btn.e-warning,
625
549
  .e-css.e-btn-group .e-btn:disabled.e-warning,
@@ -630,7 +554,6 @@
630
554
  color: rgba(255, 255, 255, 0.3);
631
555
  border-color: transparent;
632
556
  }
633
-
634
557
  .e-btn-group .e-btn:disabled.e-danger,
635
558
  .e-btn-group input:disabled + label.e-btn.e-danger,
636
559
  .e-css.e-btn-group .e-btn:disabled.e-danger,
@@ -641,7 +564,6 @@
641
564
  color: rgba(255, 255, 255, 0.3);
642
565
  border-color: transparent;
643
566
  }
644
-
645
567
  .e-btn-group .e-btn:disabled.e-link,
646
568
  .e-btn-group input:disabled + label.e-btn.e-link,
647
569
  .e-css.e-btn-group .e-btn:disabled.e-link,
@@ -652,7 +574,6 @@
652
574
  text-decoration: none;
653
575
  border-color: transparent;
654
576
  }
655
-
656
577
  .e-btn-group .e-btn:disabled.e-outline,
657
578
  .e-btn-group input:disabled + label.e-btn.e-outline,
658
579
  .e-css.e-btn-group .e-btn:disabled.e-outline,
@@ -663,7 +584,6 @@
663
584
  color: rgba(255, 255, 255, 0.3);
664
585
  border-color: #616161;
665
586
  }
666
-
667
587
  .e-btn-group .e-btn:disabled.e-outline.e-primary,
668
588
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
669
589
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
@@ -674,7 +594,6 @@
674
594
  color: rgba(255, 255, 255, 0.3);
675
595
  border-color: #00b0ff;
676
596
  }
677
-
678
597
  .e-btn-group .e-btn:disabled.e-outline.e-success,
679
598
  .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
680
599
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
@@ -685,7 +604,6 @@
685
604
  color: rgba(255, 255, 255, 0.3);
686
605
  border-color: #4caf50;
687
606
  }
688
-
689
607
  .e-btn-group .e-btn:disabled.e-outline.e-info,
690
608
  .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
691
609
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
@@ -696,7 +614,6 @@
696
614
  color: rgba(255, 255, 255, 0.3);
697
615
  border-color: #03a9f4;
698
616
  }
699
-
700
617
  .e-btn-group .e-btn:disabled.e-outline.e-warning,
701
618
  .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
702
619
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
@@ -707,7 +624,6 @@
707
624
  color: rgba(255, 255, 255, 0.3);
708
625
  border-color: #ff9800;
709
626
  }
710
-
711
627
  .e-btn-group .e-btn:disabled.e-outline.e-danger,
712
628
  .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
713
629
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
@@ -718,23 +634,19 @@
718
634
  color: rgba(255, 255, 255, 0.3);
719
635
  border-color: #ff6652;
720
636
  }
721
-
722
637
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
723
638
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
724
639
  border-left: transparent;
725
640
  border-right: transparent;
726
641
  }
727
-
728
642
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
729
643
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
730
644
  border-right: transparent;
731
645
  }
732
-
733
646
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
734
647
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
735
648
  border-left: transparent;
736
649
  }
737
-
738
650
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
739
651
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
740
652
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
@@ -742,7 +654,6 @@
742
654
  border-color: inherit;
743
655
  outline-color: inherit;
744
656
  }
745
-
746
657
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
747
658
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
748
659
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
@@ -750,7 +661,6 @@
750
661
  border-color: inherit;
751
662
  outline-color: inherit;
752
663
  }
753
-
754
664
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
755
665
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
756
666
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
@@ -758,7 +668,6 @@
758
668
  border-color: inherit;
759
669
  outline-color: inherit;
760
670
  }
761
-
762
671
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
763
672
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
764
673
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
@@ -766,7 +675,6 @@
766
675
  border-color: inherit;
767
676
  outline-color: inherit;
768
677
  }
769
-
770
678
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
771
679
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
772
680
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
@@ -774,7 +682,6 @@
774
682
  border-color: inherit;
775
683
  outline-color: inherit;
776
684
  }
777
-
778
685
  .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
779
686
  .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
780
687
  .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
@@ -782,23 +689,19 @@
782
689
  border-color: inherit;
783
690
  outline-color: inherit;
784
691
  }
785
-
786
692
  .e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
787
693
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
788
694
  border-bottom: transparent;
789
695
  border-top: transparent;
790
696
  }
791
-
792
697
  .e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
793
698
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
794
699
  border-bottom: transparent;
795
700
  }
796
-
797
701
  .e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
798
702
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
799
703
  border-top: transparent;
800
704
  }
801
-
802
705
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
803
706
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
804
707
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
@@ -806,7 +709,6 @@
806
709
  border-color: inherit;
807
710
  outline-color: inherit;
808
711
  }
809
-
810
712
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
811
713
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
812
714
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
@@ -814,7 +716,6 @@
814
716
  border-color: inherit;
815
717
  outline-color: inherit;
816
718
  }
817
-
818
719
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
819
720
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
820
721
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
@@ -822,7 +723,6 @@
822
723
  border-color: inherit;
823
724
  outline-color: inherit;
824
725
  }
825
-
826
726
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
827
727
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
828
728
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
@@ -830,7 +730,6 @@
830
730
  border-color: inherit;
831
731
  outline-color: inherit;
832
732
  }
833
-
834
733
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
835
734
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
836
735
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
@@ -838,7 +737,6 @@
838
737
  border-color: inherit;
839
738
  outline-color: inherit;
840
739
  }
841
-
842
740
  .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
843
741
  .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
844
742
  .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
@@ -846,19 +744,16 @@
846
744
  border-color: inherit;
847
745
  outline-color: inherit;
848
746
  }
849
-
850
747
  .e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
851
748
  .e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
852
749
  border-left: transparent;
853
750
  border-right: transparent;
854
751
  }
855
-
856
752
  .e-btn-group.e-rtl .e-btn:first-of-type,
857
753
  .e-css.e-btn-group.e-rtl .e-btn:first-of-type {
858
754
  border-left: transparent;
859
755
  }
860
-
861
756
  .e-btn-group.e-rtl .e-btn:last-of-type,
862
757
  .e-css.e-btn-group.e-rtl .e-btn:last-of-type {
863
758
  border-right: transparent;
864
- }
759
+ }