@syncfusion/ej2-splitbuttons 20.1.47 → 20.2.36
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.
- package/dist/ej2-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js +11 -3
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +11 -3
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +2 -2
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/dist/ts/button-group/button-group.ts +84 -0
- package/dist/ts/common/common.ts +203 -0
- package/dist/ts/drop-down-button/drop-down-button.ts +806 -0
- package/dist/ts/progress-button/progress-button.ts +689 -0
- package/dist/ts/split-button/split-button.ts +501 -0
- package/helpers/e2e/dropdownbuttonHelper.js +55 -38
- package/helpers/e2e/index.js +10 -8
- package/helpers/e2e/progressbuttonHelper.js +52 -35
- package/helpers/e2e/splitbuttonHelper.js +58 -41
- package/package.json +7 -7
- package/src/drop-down-button/drop-down-button.js +11 -3
- package/styles/bootstrap-dark.css +4 -338
- package/styles/bootstrap.css +4 -333
- package/styles/bootstrap4.css +12 -342
- package/styles/bootstrap5-dark.css +20 -331
- package/styles/bootstrap5.css +18 -329
- package/styles/button-group/_fusionnew-definition.scss +31 -0
- package/styles/button-group/_layout.scss +1 -1
- package/styles/button-group/_material3-definition.scss +31 -0
- package/styles/button-group/_theme.scss +48 -12
- package/styles/button-group/bootstrap-dark.css +1 -114
- package/styles/button-group/bootstrap.css +1 -108
- package/styles/button-group/bootstrap4.css +5 -119
- package/styles/button-group/bootstrap5-dark.css +15 -108
- package/styles/button-group/bootstrap5.css +13 -106
- package/styles/button-group/fabric-dark.css +1 -114
- package/styles/button-group/fabric.css +1 -114
- package/styles/button-group/fluent-dark.css +1 -114
- package/styles/button-group/fluent.css +1 -114
- package/styles/button-group/highcontrast-light.css +1 -114
- package/styles/button-group/highcontrast.css +1 -126
- package/styles/button-group/material-dark.css +1 -114
- package/styles/button-group/material.css +1 -115
- package/styles/button-group/tailwind-dark.css +9 -114
- package/styles/button-group/tailwind.css +9 -114
- package/styles/drop-down-button/_fusionnew-definition.scss +51 -0
- package/styles/drop-down-button/_layout.scss +4 -2
- package/styles/drop-down-button/_material3-definition.scss +51 -0
- package/styles/drop-down-button/bootstrap-dark.css +2 -36
- package/styles/drop-down-button/bootstrap.css +2 -36
- package/styles/drop-down-button/bootstrap4.css +3 -36
- package/styles/drop-down-button/bootstrap5-dark.css +4 -35
- package/styles/drop-down-button/bootstrap5.css +4 -35
- package/styles/drop-down-button/fabric-dark.css +2 -36
- package/styles/drop-down-button/fabric.css +2 -36
- package/styles/drop-down-button/fluent-dark.css +2 -36
- package/styles/drop-down-button/fluent.css +2 -36
- package/styles/drop-down-button/highcontrast-light.css +2 -36
- package/styles/drop-down-button/highcontrast.css +2 -36
- package/styles/drop-down-button/icons/_fusionnew.scss +10 -0
- package/styles/drop-down-button/icons/_material3.scss +10 -0
- package/styles/drop-down-button/material-dark.css +2 -36
- package/styles/drop-down-button/material.css +2 -36
- package/styles/drop-down-button/tailwind-dark.css +4 -36
- package/styles/drop-down-button/tailwind.css +4 -36
- package/styles/fabric-dark.css +4 -338
- package/styles/fabric.css +4 -338
- package/styles/fluent-dark.css +5 -339
- package/styles/fluent.css +5 -339
- package/styles/highcontrast-light.css +4 -338
- package/styles/highcontrast.css +4 -350
- package/styles/material-dark.css +4 -338
- package/styles/material.css +4 -339
- package/styles/progress-button/_fluent-definition.scss +1 -1
- package/styles/progress-button/_fusionnew-definition.scss +21 -0
- package/styles/progress-button/_material3-definition.scss +21 -0
- package/styles/progress-button/bootstrap-dark.css +3 -120
- package/styles/progress-button/bootstrap.css +3 -120
- package/styles/progress-button/bootstrap4.css +3 -120
- package/styles/progress-button/bootstrap5-dark.css +3 -124
- package/styles/progress-button/bootstrap5.css +3 -124
- package/styles/progress-button/fabric-dark.css +3 -120
- package/styles/progress-button/fabric.css +3 -120
- package/styles/progress-button/fluent-dark.css +4 -125
- package/styles/progress-button/fluent.css +4 -125
- package/styles/progress-button/highcontrast-light.css +3 -120
- package/styles/progress-button/highcontrast.css +3 -120
- package/styles/progress-button/material-dark.css +3 -120
- package/styles/progress-button/material.css +3 -120
- package/styles/progress-button/tailwind-dark.css +3 -124
- package/styles/progress-button/tailwind.css +3 -124
- package/styles/split-button/_fusionnew-definition.scss +25 -0
- package/styles/split-button/_material3-definition.scss +25 -0
- package/styles/split-button/bootstrap-dark.css +1 -71
- package/styles/split-button/bootstrap.css +1 -71
- package/styles/split-button/bootstrap4.css +4 -70
- package/styles/split-button/bootstrap5-dark.css +1 -67
- package/styles/split-button/bootstrap5.css +1 -67
- package/styles/split-button/fabric-dark.css +1 -71
- package/styles/split-button/fabric.css +1 -71
- package/styles/split-button/fluent-dark.css +1 -67
- package/styles/split-button/fluent.css +1 -67
- package/styles/split-button/highcontrast-light.css +1 -71
- package/styles/split-button/highcontrast.css +1 -71
- package/styles/split-button/material-dark.css +1 -71
- package/styles/split-button/material.css +1 -71
- package/styles/split-button/tailwind-dark.css +1 -71
- package/styles/split-button/tailwind.css +1 -71
- package/styles/tailwind-dark.css +14 -343
- package/styles/tailwind.css +14 -343
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
2
|
.e-dropdown-btn .e-caret::before,
|
|
3
3
|
.e-dropdown-btn.e-btn .e-caret::before {
|
|
4
|
-
content:
|
|
4
|
+
content: "\e729";
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
/*! drop-down button layout */
|
|
@@ -11,53 +11,43 @@
|
|
|
11
11
|
text-transform: none;
|
|
12
12
|
white-space: normal;
|
|
13
13
|
}
|
|
14
|
-
|
|
15
14
|
.e-dropdown-btn:hover,
|
|
16
15
|
.e-dropdown-btn.e-btn:hover {
|
|
17
16
|
box-shadow: none;
|
|
18
17
|
}
|
|
19
|
-
|
|
20
18
|
.e-dropdown-btn:focus,
|
|
21
19
|
.e-dropdown-btn.e-btn:focus {
|
|
22
20
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
23
21
|
}
|
|
24
|
-
|
|
25
22
|
.e-dropdown-btn:active,
|
|
26
23
|
.e-dropdown-btn.e-btn:active {
|
|
27
24
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
28
25
|
}
|
|
29
|
-
|
|
30
26
|
.e-dropdown-btn .e-btn-icon,
|
|
31
27
|
.e-dropdown-btn.e-btn .e-btn-icon {
|
|
32
28
|
font-size: 14px;
|
|
33
29
|
}
|
|
34
|
-
|
|
35
30
|
.e-dropdown-btn .e-caret,
|
|
36
31
|
.e-dropdown-btn.e-btn .e-caret {
|
|
37
32
|
font-size: 18px;
|
|
38
33
|
}
|
|
39
|
-
|
|
40
34
|
.e-dropdown-btn.e-vertical,
|
|
41
35
|
.e-dropdown-btn.e-btn.e-vertical {
|
|
42
36
|
line-height: 1;
|
|
43
37
|
padding: 6px 12px;
|
|
44
38
|
}
|
|
45
|
-
|
|
46
39
|
.e-dropdown-btn.e-caret-hide .e-caret,
|
|
47
40
|
.e-dropdown-btn.e-btn.e-caret-hide .e-caret {
|
|
48
41
|
display: none;
|
|
49
42
|
}
|
|
50
|
-
|
|
51
43
|
.e-dropdown-btn.e-small .e-dropdown-popup ul,
|
|
52
44
|
.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul {
|
|
53
45
|
padding: 4px 0;
|
|
54
46
|
}
|
|
55
|
-
|
|
56
47
|
.e-dropdown-btn.e-small .e-dropdown-popup ul .e-item,
|
|
57
48
|
.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul .e-item {
|
|
58
49
|
padding: 0 8px;
|
|
59
50
|
}
|
|
60
|
-
|
|
61
51
|
.e-dropdown-btn.e-small.e-vertical,
|
|
62
52
|
.e-dropdown-btn.e-btn.e-small.e-vertical {
|
|
63
53
|
line-height: 1;
|
|
@@ -68,18 +58,15 @@
|
|
|
68
58
|
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
69
59
|
font-size: 16px;
|
|
70
60
|
}
|
|
71
|
-
|
|
72
61
|
.e-bigger .e-dropdown-btn .e-caret,
|
|
73
62
|
.e-bigger.e-dropdown-btn .e-caret {
|
|
74
63
|
font-size: 22px;
|
|
75
64
|
}
|
|
76
|
-
|
|
77
65
|
.e-bigger .e-dropdown-btn.e-vertical,
|
|
78
66
|
.e-bigger.e-dropdown-btn.e-vertical {
|
|
79
67
|
line-height: 1;
|
|
80
68
|
padding: 8px 16px;
|
|
81
69
|
}
|
|
82
|
-
|
|
83
70
|
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
84
71
|
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
85
72
|
line-height: 1;
|
|
@@ -88,9 +75,9 @@
|
|
|
88
75
|
|
|
89
76
|
.e-dropdown-popup {
|
|
90
77
|
position: absolute;
|
|
78
|
+
border-radius: 4px;
|
|
91
79
|
margin-top: 4px;
|
|
92
80
|
}
|
|
93
|
-
|
|
94
81
|
.e-dropdown-popup ul {
|
|
95
82
|
border: 1px solid #e5e7eb;
|
|
96
83
|
border-radius: 4px;
|
|
@@ -110,7 +97,6 @@
|
|
|
110
97
|
user-select: none;
|
|
111
98
|
white-space: nowrap;
|
|
112
99
|
}
|
|
113
|
-
|
|
114
100
|
.e-dropdown-popup ul .e-item {
|
|
115
101
|
cursor: pointer;
|
|
116
102
|
display: -ms-flexbox;
|
|
@@ -119,18 +105,15 @@
|
|
|
119
105
|
line-height: 30px;
|
|
120
106
|
padding: 0 12px;
|
|
121
107
|
}
|
|
122
|
-
|
|
123
108
|
.e-dropdown-popup ul .e-item.e-url {
|
|
124
109
|
padding: 0;
|
|
125
110
|
}
|
|
126
|
-
|
|
127
111
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
128
112
|
display: block;
|
|
129
113
|
padding: 0 12px;
|
|
130
114
|
text-decoration: none;
|
|
131
115
|
width: 100%;
|
|
132
116
|
}
|
|
133
|
-
|
|
134
117
|
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
135
118
|
float: left;
|
|
136
119
|
font-size: 18px;
|
|
@@ -139,12 +122,10 @@
|
|
|
139
122
|
vertical-align: middle;
|
|
140
123
|
width: 1em;
|
|
141
124
|
}
|
|
142
|
-
|
|
143
125
|
.e-dropdown-popup ul .e-item.e-disabled {
|
|
144
126
|
cursor: auto;
|
|
145
127
|
pointer-events: none;
|
|
146
128
|
}
|
|
147
|
-
|
|
148
129
|
.e-dropdown-popup ul .e-item.e-separator {
|
|
149
130
|
border-bottom-style: solid;
|
|
150
131
|
border-bottom-width: 1px;
|
|
@@ -154,12 +135,10 @@
|
|
|
154
135
|
margin: 3px 0;
|
|
155
136
|
pointer-events: none;
|
|
156
137
|
}
|
|
157
|
-
|
|
158
138
|
.e-dropdown-popup.e-transparent {
|
|
159
139
|
background: transparent;
|
|
160
140
|
box-shadow: none;
|
|
161
141
|
}
|
|
162
|
-
|
|
163
142
|
.e-dropdown-popup.e-transparent .e-dropdown-menu {
|
|
164
143
|
border: 0;
|
|
165
144
|
height: 1px;
|
|
@@ -176,6 +155,7 @@
|
|
|
176
155
|
|
|
177
156
|
*.e-bigger .e-dropdown-popup {
|
|
178
157
|
background-color: transparent;
|
|
158
|
+
border-radius: 4px;
|
|
179
159
|
}
|
|
180
160
|
|
|
181
161
|
*.e-bigger .e-dropdown-popup ul,
|
|
@@ -188,25 +168,21 @@
|
|
|
188
168
|
background-color: #fff;
|
|
189
169
|
margin-top: 4px;
|
|
190
170
|
}
|
|
191
|
-
|
|
192
171
|
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
193
172
|
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
194
173
|
height: 36px;
|
|
195
174
|
line-height: 36px;
|
|
196
175
|
padding: 0 16px;
|
|
197
176
|
}
|
|
198
|
-
|
|
199
177
|
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
200
178
|
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
201
179
|
padding: 0;
|
|
202
180
|
}
|
|
203
|
-
|
|
204
181
|
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
205
182
|
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
206
183
|
font-size: 22px;
|
|
207
184
|
line-height: 36px;
|
|
208
185
|
}
|
|
209
|
-
|
|
210
186
|
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
211
187
|
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
212
188
|
height: auto;
|
|
@@ -218,38 +194,30 @@
|
|
|
218
194
|
background-color: #fff;
|
|
219
195
|
color: #374151;
|
|
220
196
|
}
|
|
221
|
-
|
|
222
197
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
223
198
|
color: #374151;
|
|
224
199
|
}
|
|
225
|
-
|
|
226
200
|
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
227
201
|
color: #374151;
|
|
228
202
|
}
|
|
229
|
-
|
|
230
203
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
231
204
|
background-color: #f3f4f6;
|
|
232
205
|
box-shadow: none;
|
|
233
206
|
}
|
|
234
|
-
|
|
235
207
|
.e-dropdown-popup ul .e-item:hover {
|
|
236
208
|
background-color: #f3f4f6;
|
|
237
209
|
color: #111827;
|
|
238
210
|
}
|
|
239
|
-
|
|
240
211
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
241
212
|
background-color: #e5e7eb;
|
|
242
213
|
color: #111827;
|
|
243
214
|
}
|
|
244
|
-
|
|
245
215
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
246
216
|
color: #111827;
|
|
247
217
|
}
|
|
248
|
-
|
|
249
218
|
.e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon {
|
|
250
219
|
color: #111827;
|
|
251
220
|
}
|
|
252
|
-
|
|
253
221
|
.e-dropdown-popup ul .e-separator {
|
|
254
222
|
border-bottom-color: #e5e7eb;
|
|
255
|
-
}
|
|
223
|
+
}
|