@syncfusion/ej2-multicolumn-combobox 31.2.12 → 32.1.20
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-multicolumn-combobox.umd.min.js +2 -2
- package/dist/ej2-multicolumn-combobox.umd.min.js.map +1 -1
- package/dist/es6/ej2-multicolumn-combobox.es2015.js +1 -0
- package/dist/es6/ej2-multicolumn-combobox.es2015.js.map +1 -1
- package/dist/es6/ej2-multicolumn-combobox.es5.js +1 -0
- package/dist/es6/ej2-multicolumn-combobox.es5.js.map +1 -1
- package/dist/global/ej2-multicolumn-combobox.min.js +2 -2
- package/dist/global/ej2-multicolumn-combobox.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +3 -3
- package/src/multicolumn-combobox/multi-column-combo-box.js +1 -0
- package/styles/bds-lite.scss +10 -11
- package/styles/bds.scss +11 -12
- package/styles/bootstrap-dark-lite.scss +10 -11
- package/styles/bootstrap-dark.scss +11 -12
- package/styles/bootstrap-lite.scss +10 -11
- package/styles/bootstrap.scss +11 -12
- package/styles/bootstrap4-lite.scss +10 -11
- package/styles/bootstrap4.scss +11 -12
- package/styles/bootstrap5-dark-lite.scss +10 -11
- package/styles/bootstrap5-dark.scss +11 -12
- package/styles/bootstrap5-lite.scss +11 -11
- package/styles/bootstrap5.3-lite.css +88 -8
- package/styles/bootstrap5.3-lite.scss +11 -11
- package/styles/bootstrap5.3.css +88 -8
- package/styles/bootstrap5.3.scss +12 -12
- package/styles/bootstrap5.scss +12 -12
- package/styles/fabric-dark-lite.scss +11 -11
- package/styles/fabric-dark.scss +12 -12
- package/styles/fabric-lite.scss +11 -11
- package/styles/fabric.scss +12 -12
- package/styles/fluent-dark-lite.scss +11 -11
- package/styles/fluent-dark.scss +12 -12
- package/styles/fluent-lite.scss +11 -11
- package/styles/fluent.scss +12 -12
- package/styles/fluent2-lite.css +125 -10
- package/styles/fluent2-lite.scss +11 -11
- package/styles/fluent2.css +125 -10
- package/styles/fluent2.scss +12 -12
- package/styles/highcontrast-light-lite.scss +11 -11
- package/styles/highcontrast-light.scss +12 -12
- package/styles/highcontrast-lite.scss +11 -11
- package/styles/highcontrast.scss +12 -12
- package/styles/material-dark-lite.scss +11 -11
- package/styles/material-dark.scss +12 -12
- package/styles/material-lite.scss +10 -11
- package/styles/material.scss +11 -12
- package/styles/material3-dark-lite.css +147 -8
- package/styles/material3-dark-lite.scss +11 -11
- package/styles/material3-dark.css +147 -8
- package/styles/material3-dark.scss +12 -14
- package/styles/material3-lite.css +147 -8
- package/styles/material3-lite.scss +11 -11
- package/styles/material3.css +147 -8
- package/styles/material3.scss +12 -14
- package/styles/multicolumn-combobox/_all.scss +2 -2
- package/styles/multicolumn-combobox/_bds-definition.scss +16 -4
- package/styles/multicolumn-combobox/_bigger.scss +6 -4
- package/styles/multicolumn-combobox/_bootstrap-dark-definition.scss +17 -0
- package/styles/multicolumn-combobox/_bootstrap-definition.scss +17 -0
- package/styles/multicolumn-combobox/_bootstrap4-definition.scss +17 -0
- package/styles/multicolumn-combobox/_bootstrap5-dark-definition.scss +49 -1
- package/styles/multicolumn-combobox/_bootstrap5-definition.scss +17 -0
- package/styles/multicolumn-combobox/_bootstrap5.3-definition.scss +18 -1
- package/styles/multicolumn-combobox/_fabric-dark-definition.scss +17 -0
- package/styles/multicolumn-combobox/_fabric-definition.scss +17 -0
- package/styles/multicolumn-combobox/_fluent-dark-definition.scss +49 -1
- package/styles/multicolumn-combobox/_fluent-definition.scss +17 -0
- package/styles/multicolumn-combobox/_fluent2-definition.scss +18 -1
- package/styles/multicolumn-combobox/_fusionnew-definition.scss +17 -0
- package/styles/multicolumn-combobox/_highcontrast-definition.scss +17 -0
- package/styles/multicolumn-combobox/_highcontrast-light-definition.scss +17 -0
- package/styles/multicolumn-combobox/_layout.scss +18 -16
- package/styles/multicolumn-combobox/_material-dark-definition.scss +17 -0
- package/styles/multicolumn-combobox/_material-definition.scss +17 -0
- package/styles/multicolumn-combobox/_material3-dark-definition.scss +49 -1
- package/styles/multicolumn-combobox/_material3-definition.scss +18 -1
- package/styles/multicolumn-combobox/_tailwind-dark-definition.scss +49 -1
- package/styles/multicolumn-combobox/_tailwind-definition.scss +17 -0
- package/styles/multicolumn-combobox/_tailwind3-definition.scss +18 -1
- package/styles/multicolumn-combobox/_theme-variables.scss +1 -0
- package/styles/multicolumn-combobox/_theme.scss +2 -0
- package/styles/multicolumn-combobox/bds.scss +12 -12
- package/styles/multicolumn-combobox/bootstrap-dark.scss +12 -12
- package/styles/multicolumn-combobox/bootstrap.scss +12 -12
- package/styles/multicolumn-combobox/bootstrap4.scss +12 -12
- package/styles/multicolumn-combobox/bootstrap5-dark.scss +12 -12
- package/styles/multicolumn-combobox/bootstrap5.3.css +88 -8
- package/styles/multicolumn-combobox/bootstrap5.3.scss +12 -12
- package/styles/multicolumn-combobox/bootstrap5.scss +12 -12
- package/styles/multicolumn-combobox/fabric-dark.scss +12 -12
- package/styles/multicolumn-combobox/fabric.scss +12 -12
- package/styles/multicolumn-combobox/fluent-dark.scss +12 -12
- package/styles/multicolumn-combobox/fluent.scss +12 -12
- package/styles/multicolumn-combobox/fluent2.css +125 -10
- package/styles/multicolumn-combobox/fluent2.scss +12 -12
- package/styles/multicolumn-combobox/highcontrast-light.scss +12 -12
- package/styles/multicolumn-combobox/highcontrast.scss +12 -12
- package/styles/multicolumn-combobox/icons/_bds.scss +1 -0
- package/styles/multicolumn-combobox/icons/_bootstrap-dark.scss +1 -0
- package/styles/multicolumn-combobox/icons/_bootstrap.scss +1 -0
- package/styles/multicolumn-combobox/icons/_bootstrap4.scss +1 -0
- package/styles/multicolumn-combobox/icons/_bootstrap5-dark.scss +1 -1
- package/styles/multicolumn-combobox/icons/_bootstrap5.3.scss +1 -0
- package/styles/multicolumn-combobox/icons/_bootstrap5.scss +1 -0
- package/styles/multicolumn-combobox/icons/_fabric-dark.scss +1 -0
- package/styles/multicolumn-combobox/icons/_fabric.scss +1 -0
- package/styles/multicolumn-combobox/icons/_fluent-dark.scss +1 -1
- package/styles/multicolumn-combobox/icons/_fluent.scss +1 -0
- package/styles/multicolumn-combobox/icons/_fluent2.scss +1 -0
- package/styles/multicolumn-combobox/icons/_fusionnew.scss +1 -0
- package/styles/multicolumn-combobox/icons/_highcontrast-light.scss +1 -0
- package/styles/multicolumn-combobox/icons/_highcontrast.scss +1 -0
- package/styles/multicolumn-combobox/icons/_material-dark.scss +1 -0
- package/styles/multicolumn-combobox/icons/_material.scss +1 -0
- package/styles/multicolumn-combobox/icons/_material3-dark.scss +1 -1
- package/styles/multicolumn-combobox/icons/_material3.scss +1 -0
- package/styles/multicolumn-combobox/icons/_tailwind-dark.scss +1 -1
- package/styles/multicolumn-combobox/icons/_tailwind.scss +1 -0
- package/styles/multicolumn-combobox/icons/_tailwind3.scss +1 -0
- package/styles/multicolumn-combobox/material-dark.scss +12 -12
- package/styles/multicolumn-combobox/material.scss +12 -12
- package/styles/multicolumn-combobox/material3-dark.css +147 -8
- package/styles/multicolumn-combobox/material3-dark.scss +12 -13
- package/styles/multicolumn-combobox/material3.css +147 -8
- package/styles/multicolumn-combobox/material3.scss +12 -13
- package/styles/multicolumn-combobox/tailwind-dark.scss +12 -12
- package/styles/multicolumn-combobox/tailwind.scss +12 -12
- package/styles/multicolumn-combobox/tailwind3.css +78 -8
- package/styles/multicolumn-combobox/tailwind3.scss +12 -12
- package/styles/tailwind-dark-lite.scss +11 -11
- package/styles/tailwind-dark.scss +12 -12
- package/styles/tailwind-lite.scss +11 -11
- package/styles/tailwind.scss +12 -12
- package/styles/tailwind3-lite.css +78 -8
- package/styles/tailwind3-lite.scss +11 -11
- package/styles/tailwind3.css +78 -8
- package/styles/tailwind3.scss +12 -12
package/styles/material3.css
CHANGED
|
@@ -2,6 +2,86 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* Font Family */
|
|
10
|
+
/* Font Sizes */
|
|
11
|
+
/* Radius */
|
|
12
|
+
/* 1px */
|
|
13
|
+
/* 2px */
|
|
14
|
+
/* 3px */
|
|
15
|
+
/* 4px */
|
|
16
|
+
/* 5px */
|
|
17
|
+
/* 6px */
|
|
18
|
+
/* 7px */
|
|
19
|
+
/* 8px */
|
|
20
|
+
/* 9px */
|
|
21
|
+
/* 10px */
|
|
22
|
+
/* 11px */
|
|
23
|
+
/* 12px */
|
|
24
|
+
/* 13px */
|
|
25
|
+
/* 14px */
|
|
26
|
+
/* 15px */
|
|
27
|
+
/* 16px */
|
|
28
|
+
/* 17px */
|
|
29
|
+
/* 18px */
|
|
30
|
+
/* 19px */
|
|
31
|
+
/* 20px */
|
|
32
|
+
/* 21px */
|
|
33
|
+
/* 22px */
|
|
34
|
+
/* 23px */
|
|
35
|
+
/* 24px */
|
|
36
|
+
/* 25px */
|
|
37
|
+
/* 26px */
|
|
38
|
+
/* 27px */
|
|
39
|
+
/* 28px */
|
|
40
|
+
/* 29px */
|
|
41
|
+
/* 30px */
|
|
42
|
+
/* 31px */
|
|
43
|
+
/* 32px */
|
|
44
|
+
/* 33px */
|
|
45
|
+
/* 34px */
|
|
46
|
+
/* 35px */
|
|
47
|
+
/* 36px */
|
|
48
|
+
/* 37px */
|
|
49
|
+
/* 38px */
|
|
50
|
+
/* 39px */
|
|
51
|
+
/* 40px */
|
|
52
|
+
/* 41px */
|
|
53
|
+
/* 42px */
|
|
54
|
+
/* 43px */
|
|
55
|
+
/* 44px */
|
|
56
|
+
/* 45px */
|
|
57
|
+
/* 46px */
|
|
58
|
+
/* 47px */
|
|
59
|
+
/* 48px */
|
|
60
|
+
/* 49px */
|
|
61
|
+
/* 50px */
|
|
62
|
+
/* 5em */
|
|
63
|
+
/* 65% */
|
|
64
|
+
/* border */
|
|
65
|
+
/* 0px */
|
|
66
|
+
/* 1px */
|
|
67
|
+
/* 1.5px */
|
|
68
|
+
/* 2px */
|
|
69
|
+
/* 3px */
|
|
70
|
+
/* 4px */
|
|
71
|
+
/* 5px */
|
|
72
|
+
/* 6px */
|
|
73
|
+
/* 7px */
|
|
74
|
+
/* 8px */
|
|
75
|
+
/* 9px */
|
|
76
|
+
/* 10px */
|
|
77
|
+
/* 11px */
|
|
78
|
+
/* 12px */
|
|
79
|
+
/* 13px */
|
|
80
|
+
/* 14px */
|
|
81
|
+
/* 15px */
|
|
82
|
+
/* 16px */
|
|
83
|
+
|
|
84
|
+
|
|
5
85
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
6
86
|
padding: 0 16px 0 0;
|
|
7
87
|
}
|
|
@@ -55,7 +135,7 @@
|
|
|
55
135
|
|
|
56
136
|
.e-popup.e-ddl .e-dropdownbase {
|
|
57
137
|
min-height: 26px;
|
|
58
|
-
border-radius:
|
|
138
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
59
139
|
}
|
|
60
140
|
|
|
61
141
|
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
@@ -103,6 +183,65 @@
|
|
|
103
183
|
padding: 4px 8px;
|
|
104
184
|
}
|
|
105
185
|
|
|
186
|
+
.e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
187
|
+
border-color: rgba(var(--color-sf-primary));
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.e-bigger .e-popup.e-ddl-device-filter {
|
|
191
|
+
margin-top: 0;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.e-bigger .e-ddl-device .e-input-group,
|
|
195
|
+
.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
196
|
+
background: rgba(0, 0, 0, 0.0001);
|
|
197
|
+
border-width: 0;
|
|
198
|
+
-webkit-box-shadow: none;
|
|
199
|
+
box-shadow: none;
|
|
200
|
+
margin-bottom: 0;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.e-bigger .e-ddl-device .e-input-group .e-back-icon,
|
|
204
|
+
.e-bigger .e-ddl-device .e-input-group input.e-input,
|
|
205
|
+
.e-bigger .e-ddl-device .e-input-group .e-clear-icon {
|
|
206
|
+
background: rgba(0, 0, 0, 0.0001);
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
210
|
+
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
211
|
+
min-height: 38px;
|
|
212
|
+
min-width: 38px;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
|
|
216
|
+
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
|
|
217
|
+
padding: 4px 16px 4px 0;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
221
|
+
.e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
222
|
+
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
223
|
+
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
224
|
+
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
|
|
225
|
+
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
|
|
226
|
+
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
|
|
227
|
+
min-height: 34px;
|
|
228
|
+
min-width: 34px;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
232
|
+
.e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
233
|
+
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
234
|
+
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
235
|
+
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
|
|
236
|
+
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
|
|
237
|
+
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
|
|
238
|
+
padding: 8px 16px;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
|
|
242
|
+
margin: 0 4px;
|
|
243
|
+
}
|
|
244
|
+
|
|
106
245
|
/* stylelint-disable property-no-vendor-prefix */
|
|
107
246
|
@-webkit-keyframes material-spinner-rotate {
|
|
108
247
|
0% {
|
|
@@ -195,7 +334,7 @@
|
|
|
195
334
|
-webkit-box-align: center;
|
|
196
335
|
-ms-flex-align: center;
|
|
197
336
|
align-items: center;
|
|
198
|
-
border-radius: 0 0
|
|
337
|
+
border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25);
|
|
199
338
|
}
|
|
200
339
|
|
|
201
340
|
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
@@ -208,10 +347,10 @@
|
|
|
208
347
|
|
|
209
348
|
.e-multicolumn-grid.e-grid {
|
|
210
349
|
border-width: 1px;
|
|
211
|
-
border-radius:
|
|
350
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
212
351
|
}
|
|
213
352
|
.e-multicolumn-grid.e-grid .e-gridcontent {
|
|
214
|
-
border-radius: 0 0
|
|
353
|
+
border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25);
|
|
215
354
|
}
|
|
216
355
|
|
|
217
356
|
.e-input-group.e-multicolumn-list input[readonly].e-input {
|
|
@@ -219,10 +358,10 @@
|
|
|
219
358
|
}
|
|
220
359
|
|
|
221
360
|
.e-multicolumn-list:has(.e-popup-footer) .e-multicolumn-grid.e-grid {
|
|
222
|
-
border-radius:
|
|
361
|
+
border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0);
|
|
223
362
|
}
|
|
224
363
|
.e-multicolumn-list:has(.e-popup-footer) .e-multicolumn-grid.e-grid .e-gridcontent {
|
|
225
|
-
border-radius: 0;
|
|
364
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
226
365
|
}
|
|
227
366
|
.e-multicolumn-list.e-icon-anim .e-multicolumn-list-icon::before {
|
|
228
367
|
-webkit-transform: rotate(180deg);
|
|
@@ -254,7 +393,7 @@
|
|
|
254
393
|
|
|
255
394
|
.e-popup.e-multicolumn-list {
|
|
256
395
|
position: absolute;
|
|
257
|
-
border-radius:
|
|
396
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
258
397
|
margin-top: 1px;
|
|
259
398
|
}
|
|
260
399
|
.e-popup.e-multicolumn-list .e-nodata {
|
|
@@ -272,7 +411,7 @@
|
|
|
272
411
|
position: sticky;
|
|
273
412
|
top: 0;
|
|
274
413
|
z-index: 1;
|
|
275
|
-
border-radius:
|
|
414
|
+
border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) 0 0;
|
|
276
415
|
}
|
|
277
416
|
|
|
278
417
|
.e-multicolumn-grid .e-headercontent {
|
package/styles/material3.scss
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@import 'multicolumn-combobox/all.scss';
|
|
14
|
-
@import 'multicolumn-combobox/bigger.scss';
|
|
1
|
+
@use 'ej2-base/styles/definition/material3' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/material3-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/material3-definition' as *;
|
|
4
|
+
@use 'ej2-dropdowns/styles/drop-down-base/material3-definition' as *;
|
|
5
|
+
@use 'ej2-dropdowns/styles/drop-down-list/material3-definition' as *;
|
|
6
|
+
@use 'ej2-dropdowns/styles/combo-box/material3-definition' as *;
|
|
7
|
+
@use 'ej2-grids/styles/grid/material3-definition' as *;
|
|
8
|
+
@use 'ej2-popups/styles/spinner/material3-definition' as *;
|
|
9
|
+
@use 'multicolumn-combobox/material3-definition' as *;
|
|
10
|
+
@use 'multicolumn-combobox/icons/material3' as *;
|
|
11
|
+
@use 'multicolumn-combobox/all' as *;
|
|
12
|
+
@use 'multicolumn-combobox/bigger' as *;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@use 'layout' as *;
|
|
2
|
+
@use 'theme' as *;
|
|
@@ -1,19 +1,17 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/bds' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/bds';
|
|
1
3
|
$header-font-weight: 500 !default;
|
|
2
4
|
$multicolumn-grid-height: 30px !default;
|
|
3
5
|
$multicolumn-margin-top-value: 2px !default;
|
|
4
6
|
$footer-border-width: 0 0 0 0 !default;
|
|
5
7
|
$grid-border-width: 0 !default;
|
|
6
8
|
$multicolumn-popup-border-radius: 4px !default;
|
|
7
|
-
|
|
8
9
|
$multicolumn-grid-small-height: 24px !default;
|
|
9
10
|
$multicolumn-margin-top-small-value: 2px !default;
|
|
10
|
-
|
|
11
11
|
$multicolumn-grid-bigger-height: 36px !default;
|
|
12
12
|
$multicolumn-margin-top-bigger-value: 2px !default;
|
|
13
|
-
|
|
14
13
|
$multicolumn-grid-bigger-small-height: 32px !default;
|
|
15
14
|
$multicolumn-margin-top-bigger-small-value: 2px !default;
|
|
16
|
-
|
|
17
15
|
$footer-border-color: $border-light !default;
|
|
18
16
|
$popup-text-color: $content-text-color !default;
|
|
19
17
|
$grid-content-color: $content-text-color !default;
|
|
@@ -30,3 +28,17 @@ $altrow-bg-color: $content-bg-color-alt1 !default;
|
|
|
30
28
|
$popup-box-shadow: $shadow-lg !default;
|
|
31
29
|
$nodata-bg-color: $flyout-bg-color !default;
|
|
32
30
|
$nodata-border-color: $border-light !default;
|
|
31
|
+
$padding-zero: 0;
|
|
32
|
+
$multicolumn-nodata-padding: 14px 16px;
|
|
33
|
+
$multicolumn-bigger-spin-pane-height: 26px !default;
|
|
34
|
+
$multicolumn-bgr-small-font-size: 14px !default;
|
|
35
|
+
$multicolumn-spin-pane-height: 20px !default;
|
|
36
|
+
$multicolumn-grid-cation-font-weight: 600 !default;
|
|
37
|
+
$multicolumn-font-size: 14px !default;
|
|
38
|
+
$multicolumn-zero-height: 0 !default;
|
|
39
|
+
$multicolumn-zero-border-radius: 0 !default;
|
|
40
|
+
$multicolumn-small-grid-footer-font-size: 12px !default;
|
|
41
|
+
$multicolumn-bigger-spinner-width: 26px !default;
|
|
42
|
+
$multicolumn-spinner-width: 20px !default;
|
|
43
|
+
$multicolumn-zero-width: 0 !default;
|
|
44
|
+
$multicolumn-bigger-popup-footer-font-size: 16px !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/common/mixin' as *;
|
|
2
|
+
@use './theme-variables' as *;
|
|
1
3
|
@mixin multicolumn-combobox-styles($margin-top-value) {
|
|
2
4
|
&.e-multicolumn-list {
|
|
3
5
|
margin-top: $margin-top-value;
|
|
@@ -8,7 +10,7 @@
|
|
|
8
10
|
.e-bigger.e-popup,
|
|
9
11
|
.e-bigger .e-popup {
|
|
10
12
|
&.e-multicolumn-list .e-popup-footer {
|
|
11
|
-
font-size:
|
|
13
|
+
font-size: $multicolumn-bigger-popup-footer-font-size;
|
|
12
14
|
}
|
|
13
15
|
&.e-multicolumn-list .e-popup-footer,
|
|
14
16
|
.e-multicolumn-grid .e-row,
|
|
@@ -21,8 +23,8 @@
|
|
|
21
23
|
.e-bigger.e-multicolumn-list .e-multicolumn-list-icon .e-spinner-pane .e-spinner-inner svg,
|
|
22
24
|
.e-bigger .e-multicolumn-list .e-multicolumn-list-icon .e-spinner-pane .e-spinner-inner svg {
|
|
23
25
|
/* stylelint-disable declaration-no-important */
|
|
24
|
-
height:
|
|
25
|
-
width:
|
|
26
|
+
height: $multicolumn-bigger-spin-pane-height !important;
|
|
27
|
+
width: $multicolumn-bigger-spinner-width !important;
|
|
26
28
|
transform-origin: 13px 13px 13px !important;
|
|
27
29
|
/* stylelint-enable declaration-no-important */
|
|
28
30
|
}
|
|
@@ -34,7 +36,7 @@
|
|
|
34
36
|
.e-multicolumn-grid .e-headercelldiv,
|
|
35
37
|
.e-multicolumn-grid .e-rowcell,
|
|
36
38
|
&.e-multicolumn-list .e-popup-footer {
|
|
37
|
-
font-size:
|
|
39
|
+
font-size: $multicolumn-bgr-small-font-size;
|
|
38
40
|
}
|
|
39
41
|
&.e-multicolumn-list .e-popup-footer,
|
|
40
42
|
.e-multicolumn-grid .e-row,
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap-dark' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/bootstrap-dark';
|
|
1
3
|
$header-font-weight: 500 !default;
|
|
2
4
|
$multicolumn-grid-height: 36px !default;
|
|
3
5
|
$multicolumn-margin-top-value: unset !default;
|
|
@@ -30,3 +32,18 @@ $altrow-bg-color: $gray-light !default;
|
|
|
30
32
|
$popup-box-shadow: 0 3px 4px -1px rgba($shadow, .05), 0 2px 11px 0 rgba($shadow, .1) !default;
|
|
31
33
|
$nodata-bg-color: $gray-dark !default;
|
|
32
34
|
$nodata-border-color: $grey-88 !default;
|
|
35
|
+
|
|
36
|
+
$padding-zero: 0;
|
|
37
|
+
$multicolumn-nodata-padding: 14px 16px;
|
|
38
|
+
$multicolumn-bigger-spin-pane-height: 26px !default;
|
|
39
|
+
$multicolumn-bgr-small-font-size: 14px !default;
|
|
40
|
+
$multicolumn-spin-pane-height: 20px !default;
|
|
41
|
+
$multicolumn-grid-cation-font-weight: 600 !default;
|
|
42
|
+
$multicolumn-font-size: 14px !default;
|
|
43
|
+
$multicolumn-zero-height: 0 !default;
|
|
44
|
+
$multicolumn-zero-border-radius: 0 !default;
|
|
45
|
+
$multicolumn-small-grid-footer-font-size: 12px !default;
|
|
46
|
+
$multicolumn-bigger-spinner-width: 26px !default;
|
|
47
|
+
$multicolumn-spinner-width: 20px !default;
|
|
48
|
+
$multicolumn-zero-width: 0 !default;
|
|
49
|
+
$multicolumn-bigger-popup-footer-font-size: 16px !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/bootstrap';
|
|
1
3
|
$header-font-weight: 500 !default;
|
|
2
4
|
$multicolumn-grid-height: 36px !default;
|
|
3
5
|
$multicolumn-margin-top-value: unset !default;
|
|
@@ -30,3 +32,18 @@ $altrow-bg-color: $grey-f8 !default;
|
|
|
30
32
|
$popup-box-shadow: 0 3px 4px -1px rgba($shadow, .05), 0 2px 11px 0 rgba($shadow, .1) !default;
|
|
31
33
|
$nodata-bg-color: $grey-white !default;
|
|
32
34
|
$nodata-border-color: $appbar-border-color-alt1 !default;
|
|
35
|
+
|
|
36
|
+
$padding-zero: 0;
|
|
37
|
+
$multicolumn-nodata-padding: 14px 16px;
|
|
38
|
+
$multicolumn-bigger-spin-pane-height: 26px !default;
|
|
39
|
+
$multicolumn-bgr-small-font-size: 14px !default;
|
|
40
|
+
$multicolumn-spin-pane-height: 20px !default;
|
|
41
|
+
$multicolumn-grid-cation-font-weight: 600 !default;
|
|
42
|
+
$multicolumn-font-size: 14px !default;
|
|
43
|
+
$multicolumn-zero-height: 0 !default;
|
|
44
|
+
$multicolumn-zero-border-radius: 0 !default;
|
|
45
|
+
$multicolumn-small-grid-footer-font-size: 12px !default;
|
|
46
|
+
$multicolumn-bigger-spinner-width: 26px !default;
|
|
47
|
+
$multicolumn-spinner-width: 20px !default;
|
|
48
|
+
$multicolumn-zero-width: 0 !default;
|
|
49
|
+
$multicolumn-bigger-popup-footer-font-size: 16px !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap4' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/bootstrap4';
|
|
1
3
|
$header-font-weight: 400 !default;
|
|
2
4
|
$multicolumn-grid-height: 26px !default;
|
|
3
5
|
$multicolumn-margin-top-value: 2px !default;
|
|
@@ -30,3 +32,18 @@ $altrow-bg-color: $gray-100 !default;
|
|
|
30
32
|
$popup-box-shadow: 0 8px 16px 0 rgba($black, .14), 0 0 2px 0 rgba($black, .12) !default;
|
|
31
33
|
$nodata-bg-color: $white !default;
|
|
32
34
|
$nodata-border-color: $gray-300 !default;
|
|
35
|
+
|
|
36
|
+
$padding-zero: 0;
|
|
37
|
+
$multicolumn-nodata-padding: 14px 16px;
|
|
38
|
+
$multicolumn-bigger-spin-pane-height: 26px !default;
|
|
39
|
+
$multicolumn-bgr-small-font-size: 14px !default;
|
|
40
|
+
$multicolumn-spin-pane-height: 20px !default;
|
|
41
|
+
$multicolumn-grid-cation-font-weight: 600 !default;
|
|
42
|
+
$multicolumn-font-size: 14px !default;
|
|
43
|
+
$multicolumn-zero-height: 0 !default;
|
|
44
|
+
$multicolumn-zero-border-radius: 0 !default;
|
|
45
|
+
$multicolumn-small-grid-footer-font-size: 12px !default;
|
|
46
|
+
$multicolumn-bigger-spinner-width: 26px !default;
|
|
47
|
+
$multicolumn-spinner-width: 20px !default;
|
|
48
|
+
$multicolumn-zero-width: 0 !default;
|
|
49
|
+
$multicolumn-bigger-popup-footer-font-size: 16px !default;
|
|
@@ -1 +1,49 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap5-dark' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/bootstrap5-dark';
|
|
3
|
+
$header-font-weight: 700 !default;
|
|
4
|
+
$multicolumn-grid-height: 30px !default;
|
|
5
|
+
$multicolumn-margin-top-value: 3px !default;
|
|
6
|
+
$footer-border-width: 1px !default;
|
|
7
|
+
$grid-border-width: 1px !default;
|
|
8
|
+
$multicolumn-popup-border-radius: 2px !default;
|
|
9
|
+
|
|
10
|
+
$multicolumn-grid-small-height: 26px !default;
|
|
11
|
+
$multicolumn-margin-top-small-value: 3px !default;
|
|
12
|
+
|
|
13
|
+
$multicolumn-grid-bigger-height: 32px !default;
|
|
14
|
+
$multicolumn-margin-top-bigger-value: 4px !default;
|
|
15
|
+
|
|
16
|
+
$multicolumn-grid-bigger-small-height: 30px !default;
|
|
17
|
+
$multicolumn-margin-top-bigger-small-value: 4px !default;
|
|
18
|
+
|
|
19
|
+
$footer-border-color: $border-light !default;
|
|
20
|
+
$popup-text-color: $content-text-color-alt1 !default;
|
|
21
|
+
$grid-content-color: $content-text-color-alt1 !default;
|
|
22
|
+
$grid-content-hover-bg-color: $flyout-bg-color-hover !default;
|
|
23
|
+
$grid-content-active-bg-color: $flyout-bg-color-pressed !default;
|
|
24
|
+
$grid-content-active-color: $flyout-text-color-pressed !default;
|
|
25
|
+
$grid-footer-bg-color: $content-bg-color !default;
|
|
26
|
+
$grid-footer-color: $content-text-color-alt3 !default;
|
|
27
|
+
$grid-group-content-header-color: $content-text-color-alt3 !default;
|
|
28
|
+
$grid-group-content-header-bg-color: $content-bg-color !default;
|
|
29
|
+
$grid-header-content-bg-color: $transparent !default;
|
|
30
|
+
$grid-header-content-color: $content-text-color !default;
|
|
31
|
+
$altrow-bg-color: $content-bg-color-alt1 !default;
|
|
32
|
+
$popup-box-shadow: none !default;
|
|
33
|
+
$nodata-bg-color: $flyout-bg-color !default;
|
|
34
|
+
$nodata-border-color: $border-light !default;
|
|
35
|
+
|
|
36
|
+
$padding-zero: 0;
|
|
37
|
+
$multicolumn-nodata-padding: 14px 16px;
|
|
38
|
+
$multicolumn-bigger-spin-pane-height: 26px !default;
|
|
39
|
+
$multicolumn-bgr-small-font-size: 14px !default;
|
|
40
|
+
$multicolumn-spin-pane-height: 20px !default;
|
|
41
|
+
$multicolumn-grid-cation-font-weight: 600 !default;
|
|
42
|
+
$multicolumn-font-size: 14px !default;
|
|
43
|
+
$multicolumn-zero-height: 0 !default;
|
|
44
|
+
$multicolumn-zero-border-radius: 0 !default;
|
|
45
|
+
$multicolumn-small-grid-footer-font-size: 12px !default;
|
|
46
|
+
$multicolumn-bigger-spinner-width: 26px !default;
|
|
47
|
+
$multicolumn-spinner-width: 20px !default;
|
|
48
|
+
$multicolumn-zero-width: 0 !default;
|
|
49
|
+
$multicolumn-bigger-popup-footer-font-size: 16px !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap5' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/bootstrap5';
|
|
1
3
|
$header-font-weight: 700 !default;
|
|
2
4
|
$multicolumn-grid-height: 30px !default;
|
|
3
5
|
$multicolumn-margin-top-value: 3px !default;
|
|
@@ -30,3 +32,18 @@ $altrow-bg-color: $content-bg-color-alt1 !default;
|
|
|
30
32
|
$popup-box-shadow: none !default;
|
|
31
33
|
$nodata-bg-color: $flyout-bg-color !default;
|
|
32
34
|
$nodata-border-color: $border-light !default;
|
|
35
|
+
|
|
36
|
+
$padding-zero: 0;
|
|
37
|
+
$multicolumn-nodata-padding: 14px 16px;
|
|
38
|
+
$multicolumn-bigger-spin-pane-height: 26px !default;
|
|
39
|
+
$multicolumn-bgr-small-font-size: 14px !default;
|
|
40
|
+
$multicolumn-spin-pane-height: 20px !default;
|
|
41
|
+
$multicolumn-grid-cation-font-weight: 600 !default;
|
|
42
|
+
$multicolumn-font-size: 14px !default;
|
|
43
|
+
$multicolumn-zero-height: 0 !default;
|
|
44
|
+
$multicolumn-zero-border-radius: 0 !default;
|
|
45
|
+
$multicolumn-small-grid-footer-font-size: 12px !default;
|
|
46
|
+
$multicolumn-bigger-spinner-width: 26px !default;
|
|
47
|
+
$multicolumn-spinner-width: 20px !default;
|
|
48
|
+
$multicolumn-zero-width: 0 !default;
|
|
49
|
+
$multicolumn-bigger-popup-footer-font-size: 16px !default;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap5.3' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/bootstrap5.3';
|
|
1
3
|
$header-font-weight: 700 !default;
|
|
2
4
|
$multicolumn-grid-height: 30px !default;
|
|
3
5
|
$multicolumn-margin-top-value: unset !default;
|
|
4
6
|
$footer-border-width: 1px !default;
|
|
5
7
|
$grid-border-width: 1px !default;
|
|
6
|
-
$multicolumn-popup-border-radius:
|
|
8
|
+
$multicolumn-popup-border-radius: $radius-4 !default;
|
|
7
9
|
|
|
8
10
|
$multicolumn-grid-small-height: 26px !default;
|
|
9
11
|
$multicolumn-margin-top-small-value: unset !default;
|
|
@@ -30,3 +32,18 @@ $altrow-bg-color: $content-bg-color-alt1 !default;
|
|
|
30
32
|
$popup-box-shadow: none !default;
|
|
31
33
|
$nodata-bg-color: $flyout-bg-color !default;
|
|
32
34
|
$nodata-border-color: $flyout-border !default;
|
|
35
|
+
|
|
36
|
+
$padding-zero: 0;
|
|
37
|
+
$multicolumn-nodata-padding: 14px 16px;
|
|
38
|
+
$multicolumn-bigger-spin-pane-height: 26px !default;
|
|
39
|
+
$multicolumn-bgr-small-font-size: 14px !default;
|
|
40
|
+
$multicolumn-spin-pane-height: 20px !default;
|
|
41
|
+
$multicolumn-grid-cation-font-weight: 600 !default;
|
|
42
|
+
$multicolumn-font-size: 14px !default;
|
|
43
|
+
$multicolumn-zero-height: 0 !default;
|
|
44
|
+
$multicolumn-zero-border-radius: $radius-0 !default;
|
|
45
|
+
$multicolumn-small-grid-footer-font-size: 12px !default;
|
|
46
|
+
$multicolumn-bigger-spinner-width: 26px !default;
|
|
47
|
+
$multicolumn-spinner-width: 20px !default;
|
|
48
|
+
$multicolumn-zero-width: 0 !default;
|
|
49
|
+
$multicolumn-bigger-popup-footer-font-size: 16px !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/fabric-dark' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/fabric-dark';
|
|
1
3
|
$header-font-weight: 600 !default;
|
|
2
4
|
$multicolumn-grid-height: 36px !default;
|
|
3
5
|
$multicolumn-margin-top-value: unset !default;
|
|
@@ -30,3 +32,18 @@ $altrow-bg-color: $neutral-light !default;
|
|
|
30
32
|
$popup-box-shadow: 0 .6px 1.8px 0 rgba($shadow, .11), 0 3.2px 7.2px 0 rgba($shadow, .13) !default;
|
|
31
33
|
$nodata-bg-color: $neutral-lighter-alt !default;
|
|
32
34
|
$nodata-border-color: $neutral-lighter-alt !default;
|
|
35
|
+
|
|
36
|
+
$padding-zero: 0;
|
|
37
|
+
$multicolumn-nodata-padding: 14px 16px;
|
|
38
|
+
$multicolumn-bigger-spin-pane-height: 26px !default;
|
|
39
|
+
$multicolumn-bgr-small-font-size: 14px !default;
|
|
40
|
+
$multicolumn-spin-pane-height: 20px !default;
|
|
41
|
+
$multicolumn-grid-cation-font-weight: 600 !default;
|
|
42
|
+
$multicolumn-font-size: 14px !default;
|
|
43
|
+
$multicolumn-zero-height: 0 !default;
|
|
44
|
+
$multicolumn-zero-border-radius: 0 !default;
|
|
45
|
+
$multicolumn-small-grid-footer-font-size: 12px !default;
|
|
46
|
+
$multicolumn-bigger-spinner-width: 26px !default;
|
|
47
|
+
$multicolumn-spinner-width: 20px !default;
|
|
48
|
+
$multicolumn-zero-width: 0 !default;
|
|
49
|
+
$multicolumn-bigger-popup-footer-font-size: 16px !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/fabric' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/fabric';
|
|
1
3
|
$header-font-weight: 600 !default;
|
|
2
4
|
$multicolumn-grid-height: 36px !default;
|
|
3
5
|
$multicolumn-margin-top-value: unset !default;
|
|
@@ -30,3 +32,18 @@ $altrow-bg-color: $neutral-lighter-alt !default;
|
|
|
30
32
|
$popup-box-shadow: 0 .6px 1.8px 0 rgba($shadow, .1), 0 3.2px 7.2px 0 rgba($shadow, .13) !default;
|
|
31
33
|
$nodata-bg-color: $neutral-white !default;
|
|
32
34
|
$nodata-border-color: $neutral-white !default;
|
|
35
|
+
|
|
36
|
+
$padding-zero: 0;
|
|
37
|
+
$multicolumn-nodata-padding: 14px 16px;
|
|
38
|
+
$multicolumn-bigger-spin-pane-height: 26px !default;
|
|
39
|
+
$multicolumn-bgr-small-font-size: 14px !default;
|
|
40
|
+
$multicolumn-spin-pane-height: 20px !default;
|
|
41
|
+
$multicolumn-grid-cation-font-weight: 600 !default;
|
|
42
|
+
$multicolumn-font-size: 14px !default;
|
|
43
|
+
$multicolumn-zero-height: 0 !default;
|
|
44
|
+
$multicolumn-zero-border-radius: 0 !default;
|
|
45
|
+
$multicolumn-small-grid-footer-font-size: 12px !default;
|
|
46
|
+
$multicolumn-bigger-spinner-width: 26px !default;
|
|
47
|
+
$multicolumn-spinner-width: 20px !default;
|
|
48
|
+
$multicolumn-zero-width: 0 !default;
|
|
49
|
+
$multicolumn-bigger-popup-footer-font-size: 16px !default;
|
|
@@ -1 +1,49 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/fluent-dark' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/fluent-dark';
|
|
3
|
+
$header-font-weight: 600 !default;
|
|
4
|
+
$multicolumn-grid-height: 32px !default;
|
|
5
|
+
$multicolumn-margin-top-value: 2px !default;
|
|
6
|
+
$footer-border-width: 0 1px 0 1px !default;
|
|
7
|
+
$grid-border-width: 1px !default;
|
|
8
|
+
$multicolumn-popup-border-radius: 2px !default;
|
|
9
|
+
|
|
10
|
+
$multicolumn-grid-small-height: 26px !default;
|
|
11
|
+
$multicolumn-margin-top-small-value: 2px !default;
|
|
12
|
+
|
|
13
|
+
$multicolumn-grid-bigger-height: 40px !default;
|
|
14
|
+
$multicolumn-margin-top-bigger-value: 2px !default;
|
|
15
|
+
|
|
16
|
+
$multicolumn-grid-bigger-small-height: 36px !default;
|
|
17
|
+
$multicolumn-margin-top-bigger-small-value: 2px !default;
|
|
18
|
+
|
|
19
|
+
$footer-border-color: $border-light !default;
|
|
20
|
+
$popup-text-color: $flyout-text-color !default;
|
|
21
|
+
$grid-content-color: $content-text-color !default;
|
|
22
|
+
$grid-content-hover-bg-color: $flyout-bg-color-hover !default;
|
|
23
|
+
$grid-content-active-bg-color: $flyout-bg-color-pressed !default;
|
|
24
|
+
$grid-content-active-color: $flyout-text-color-selected !default;
|
|
25
|
+
$grid-footer-bg-color: $flyout-bg-color !default;
|
|
26
|
+
$grid-footer-color: $content-text-color-alt3 !default;
|
|
27
|
+
$grid-group-content-header-color: $content-text-color-alt3 !default;
|
|
28
|
+
$grid-group-content-header-bg-color: $flyout-bg-color !default;
|
|
29
|
+
$grid-header-content-bg-color: $transparent !default;
|
|
30
|
+
$grid-header-content-color: $content-text-color !default;
|
|
31
|
+
$altrow-bg-color: $content-bg-color-alt1 !default;
|
|
32
|
+
$popup-box-shadow: $shadow-md !default;
|
|
33
|
+
$nodata-bg-color: $flyout-bg-color !default;
|
|
34
|
+
$nodata-border-color: $border-light !default;
|
|
35
|
+
|
|
36
|
+
$padding-zero: 0;
|
|
37
|
+
$multicolumn-nodata-padding: 14px 16px;
|
|
38
|
+
$multicolumn-bigger-spin-pane-height: 26px !default;
|
|
39
|
+
$multicolumn-bgr-small-font-size: 14px !default;
|
|
40
|
+
$multicolumn-spin-pane-height: 20px !default;
|
|
41
|
+
$multicolumn-grid-cation-font-weight: 600 !default;
|
|
42
|
+
$multicolumn-font-size: 14px !default;
|
|
43
|
+
$multicolumn-zero-height: 0 !default;
|
|
44
|
+
$multicolumn-zero-border-radius: 0 !default;
|
|
45
|
+
$multicolumn-small-grid-footer-font-size: 12px !default;
|
|
46
|
+
$multicolumn-bigger-spinner-width: 26px !default;
|
|
47
|
+
$multicolumn-spinner-width: 20px !default;
|
|
48
|
+
$multicolumn-zero-width: 0 !default;
|
|
49
|
+
$multicolumn-bigger-popup-footer-font-size: 16px !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/fluent' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/fluent';
|
|
1
3
|
$header-font-weight: 600 !default;
|
|
2
4
|
$multicolumn-grid-height: 32px !default;
|
|
3
5
|
$multicolumn-margin-top-value: 2px !default;
|
|
@@ -30,3 +32,18 @@ $altrow-bg-color: $content-bg-color-alt1 !default;
|
|
|
30
32
|
$popup-box-shadow: $shadow-md !default;
|
|
31
33
|
$nodata-bg-color: $flyout-bg-color !default;
|
|
32
34
|
$nodata-border-color: $border-light !default;
|
|
35
|
+
|
|
36
|
+
$padding-zero: 0;
|
|
37
|
+
$multicolumn-nodata-padding: 14px 16px;
|
|
38
|
+
$multicolumn-bigger-spin-pane-height: 26px !default;
|
|
39
|
+
$multicolumn-bgr-small-font-size: 14px !default;
|
|
40
|
+
$multicolumn-spin-pane-height: 20px !default;
|
|
41
|
+
$multicolumn-grid-cation-font-weight: 600 !default;
|
|
42
|
+
$multicolumn-font-size: 14px !default;
|
|
43
|
+
$multicolumn-zero-height: 0 !default;
|
|
44
|
+
$multicolumn-zero-border-radius: 0 !default;
|
|
45
|
+
$multicolumn-small-grid-footer-font-size: 12px !default;
|
|
46
|
+
$multicolumn-bigger-spinner-width: 26px !default;
|
|
47
|
+
$multicolumn-spinner-width: 20px !default;
|
|
48
|
+
$multicolumn-zero-width: 0 !default;
|
|
49
|
+
$multicolumn-bigger-popup-footer-font-size: 16px !default;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/fluent2' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/fluent2';
|
|
1
3
|
$header-font-weight: 400 !default;
|
|
2
4
|
$multicolumn-grid-height: 32px !default;
|
|
3
5
|
$multicolumn-margin-top-value: unset !default;
|
|
4
6
|
$footer-border-width: 0 1px 0 1px !default;
|
|
5
7
|
$grid-border-width: 1px !default;
|
|
6
|
-
$multicolumn-popup-border-radius:
|
|
8
|
+
$multicolumn-popup-border-radius: $radius-4 !default;
|
|
7
9
|
|
|
8
10
|
$multicolumn-grid-small-height: 32px !default;
|
|
9
11
|
$multicolumn-margin-top-small-value: unset !default;
|
|
@@ -30,3 +32,18 @@ $altrow-bg-color: $content-bg-color-alt2 !default;
|
|
|
30
32
|
$popup-box-shadow: $shadow-lg !default;
|
|
31
33
|
$nodata-bg-color: $flyout-bg-color !default;
|
|
32
34
|
$nodata-border-color: $flyout-border !default;
|
|
35
|
+
|
|
36
|
+
$padding-zero: 0;
|
|
37
|
+
$multicolumn-nodata-padding: 14px 16px;
|
|
38
|
+
$multicolumn-bigger-spin-pane-height: 26px !default;
|
|
39
|
+
$multicolumn-bgr-small-font-size: 14px !default;
|
|
40
|
+
$multicolumn-spin-pane-height: 20px !default;
|
|
41
|
+
$multicolumn-grid-cation-font-weight: 600 !default;
|
|
42
|
+
$multicolumn-font-size: 14px !default;
|
|
43
|
+
$multicolumn-zero-height: 0 !default;
|
|
44
|
+
$multicolumn-zero-border-radius: $radius-0 !default;
|
|
45
|
+
$multicolumn-small-grid-footer-font-size: 12px !default;
|
|
46
|
+
$multicolumn-bigger-spinner-width: 26px !default;
|
|
47
|
+
$multicolumn-spinner-width: 20px !default;
|
|
48
|
+
$multicolumn-zero-width: 0 !default;
|
|
49
|
+
$multicolumn-bigger-popup-footer-font-size: 16px !default;
|