@syncfusion/ej2-multicolumn-combobox 31.2.4 → 32.1.19
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 +1 -10
- package/dist/ej2-multicolumn-combobox.umd.min.js.map +1 -1
- package/dist/es6/ej2-multicolumn-combobox.es2015.js +39 -34
- package/dist/es6/ej2-multicolumn-combobox.es2015.js.map +1 -1
- package/dist/es6/ej2-multicolumn-combobox.es5.js +39 -34
- package/dist/es6/ej2-multicolumn-combobox.es5.js.map +1 -1
- package/dist/global/ej2-multicolumn-combobox.min.js +1 -10
- package/dist/global/ej2-multicolumn-combobox.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +3 -3
- package/src/multicolumn-combobox/multi-column-combo-box.d.ts +1 -0
- package/src/multicolumn-combobox/multi-column-combo-box.js +39 -34
- 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/.eslintrc.json +0 -263
- package/aceconfig.js +0 -17
- package/tslint.json +0 -111
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/fusionnew' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/fusionnew';
|
|
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: $content-text-color-alt3 !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,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/highcontrast' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/highcontrast';
|
|
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: $bg-base-10 !default;
|
|
|
30
32
|
$popup-box-shadow: none !default;
|
|
31
33
|
$nodata-bg-color: $bg-base-0 !default;
|
|
32
34
|
$nodata-border-color: $content-font-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/highcontrast-light' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/highcontrast-light';
|
|
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: $bg-base-10 !default;
|
|
|
30
32
|
$popup-box-shadow: none !default;
|
|
31
33
|
$nodata-bg-color: $selection-border !default;
|
|
32
34
|
$nodata-border-color: $selection-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: 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/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;
|
|
@@ -7,14 +9,14 @@
|
|
|
7
9
|
@include export-module('multicolumn-combobox-layout') {
|
|
8
10
|
.e-multicolumn-list-icon .e-spinner-pane .e-spinner-inner svg {
|
|
9
11
|
/* stylelint-disable declaration-no-important */
|
|
10
|
-
height:
|
|
11
|
-
width:
|
|
12
|
+
height: $multicolumn-spin-pane-height !important;
|
|
13
|
+
width: $multicolumn-spinner-width !important;
|
|
12
14
|
transform-origin: 10px 10px 10px !important;
|
|
13
15
|
/* stylelint-enable declaration-no-important */
|
|
14
16
|
}
|
|
15
17
|
.e-multicolumn-grid tr.e-groupcaptionrow {
|
|
16
18
|
position: sticky;
|
|
17
|
-
top:
|
|
19
|
+
top: $padding-zero;
|
|
18
20
|
.e-groupcaption {
|
|
19
21
|
font-weight: 600;
|
|
20
22
|
}
|
|
@@ -34,7 +36,7 @@
|
|
|
34
36
|
.e-multicolumn-grid.e-rtl .e-gridheader {
|
|
35
37
|
@if ($skin-name == 'highcontrast') {
|
|
36
38
|
.e-headercelldiv {
|
|
37
|
-
margin:
|
|
39
|
+
margin: $padding-zero;
|
|
38
40
|
}
|
|
39
41
|
}
|
|
40
42
|
}
|
|
@@ -46,24 +48,24 @@
|
|
|
46
48
|
vertical-align: middle;
|
|
47
49
|
border-style: solid;
|
|
48
50
|
border-width: $footer-border-width;
|
|
49
|
-
font-size:
|
|
51
|
+
font-size: $multicolumn-font-size;
|
|
50
52
|
height: $multicolumn-grid-height;
|
|
51
53
|
display: flex;
|
|
52
54
|
align-items: center;
|
|
53
|
-
border-radius:
|
|
55
|
+
border-radius: $multicolumn-zero-border-radius $multicolumn-zero-border-radius $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
|
|
54
56
|
}
|
|
55
57
|
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
56
58
|
border: 0;
|
|
57
|
-
height:
|
|
58
|
-
padding:
|
|
59
|
+
height: $multicolumn-zero-height;
|
|
60
|
+
padding: $padding-zero;
|
|
59
61
|
visibility: hidden;
|
|
60
|
-
width:
|
|
62
|
+
width: $multicolumn-zero-width;
|
|
61
63
|
}
|
|
62
64
|
.e-multicolumn-grid.e-grid {
|
|
63
65
|
border-width: $grid-border-width;
|
|
64
66
|
border-radius: $multicolumn-popup-border-radius;
|
|
65
67
|
.e-gridcontent {
|
|
66
|
-
border-radius:
|
|
68
|
+
border-radius: $multicolumn-zero-border-radius $multicolumn-zero-border-radius $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
|
|
67
69
|
}
|
|
68
70
|
}
|
|
69
71
|
.e-input-group.e-multicolumn-list {
|
|
@@ -74,9 +76,9 @@
|
|
|
74
76
|
.e-multicolumn-list {
|
|
75
77
|
&:has(.e-popup-footer) {
|
|
76
78
|
.e-multicolumn-grid.e-grid {
|
|
77
|
-
border-radius: $multicolumn-popup-border-radius $multicolumn-popup-border-radius
|
|
79
|
+
border-radius: $multicolumn-popup-border-radius $multicolumn-popup-border-radius $multicolumn-zero-border-radius $multicolumn-zero-border-radius;
|
|
78
80
|
.e-gridcontent {
|
|
79
|
-
border-radius:
|
|
81
|
+
border-radius: $multicolumn-zero-border-radius;
|
|
80
82
|
}
|
|
81
83
|
}
|
|
82
84
|
}
|
|
@@ -107,8 +109,8 @@
|
|
|
107
109
|
.e-nodata {
|
|
108
110
|
cursor: default;
|
|
109
111
|
font-family: inherit;
|
|
110
|
-
font-size:
|
|
111
|
-
padding:
|
|
112
|
+
font-size: $multicolumn-font-size;
|
|
113
|
+
padding: $multicolumn-nodata-padding;
|
|
112
114
|
text-align: center;
|
|
113
115
|
border-radius: inherit;
|
|
114
116
|
}
|
|
@@ -117,7 +119,7 @@
|
|
|
117
119
|
}
|
|
118
120
|
.e-gridheader {
|
|
119
121
|
position: sticky;
|
|
120
|
-
top:
|
|
122
|
+
top: $padding-zero;
|
|
121
123
|
z-index: 1;
|
|
122
124
|
border-radius: $multicolumn-popup-border-radius $multicolumn-popup-border-radius 0 0;
|
|
123
125
|
}
|
|
@@ -145,7 +147,7 @@
|
|
|
145
147
|
.e-multicolumn-grid .e-headercelldiv,
|
|
146
148
|
.e-multicolumn-grid .e-rowcell,
|
|
147
149
|
&.e-multicolumn-list .e-popup-footer {
|
|
148
|
-
font-size:
|
|
150
|
+
font-size: $multicolumn-small-grid-footer-font-size;
|
|
149
151
|
}
|
|
150
152
|
&.e-multicolumn-list .e-popup-footer,
|
|
151
153
|
.e-multicolumn-grid .e-row,
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/material-dark' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/material-dark';
|
|
1
3
|
$header-font-weight: 500 !default;
|
|
2
4
|
$multicolumn-grid-height: 36px !default;
|
|
3
5
|
$multicolumn-margin-top-value: 1px !default;
|
|
@@ -30,3 +32,18 @@ $altrow-bg-color: $grey-700 !default;
|
|
|
30
32
|
$popup-box-shadow: 0 .6px 1.8px 0 rgba($grey-black, .1), 0 3.2px 7.2px 0 rgba($grey-black, .13) !default;
|
|
31
33
|
$nodata-bg-color: $grey-800 !default;
|
|
32
34
|
$nodata-border-color: $grey-800 !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/material' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/material';
|
|
1
3
|
$header-font-weight: 500 !default;
|
|
2
4
|
$multicolumn-grid-height: 36px !default;
|
|
3
5
|
$multicolumn-margin-top-value: 1px !default;
|
|
@@ -30,3 +32,18 @@ $altrow-bg-color: $grey-100 !default;
|
|
|
30
32
|
$popup-box-shadow: 0 .6px 1.8px 0 rgba($grey-black, .1), 0 3.2px 7.2px 0 rgba($grey-black, .13) !default;
|
|
31
33
|
$nodata-bg-color: $grey-white !default;
|
|
32
34
|
$nodata-border-color: $grey-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/material3-dark' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/material3-dark';
|
|
3
|
+
$header-font-weight: 500 !default;
|
|
4
|
+
$multicolumn-grid-height: 32px !default;
|
|
5
|
+
$multicolumn-margin-top-value: 1px !default;
|
|
6
|
+
$footer-border-width: 0 1px 0 1px !default;
|
|
7
|
+
$grid-border-width: 1px !default;
|
|
8
|
+
$multicolumn-popup-border-radius: $radius-4 !default;
|
|
9
|
+
|
|
10
|
+
$multicolumn-grid-small-height: 26px !default;
|
|
11
|
+
$multicolumn-margin-top-small-value: 1px !default;
|
|
12
|
+
|
|
13
|
+
$multicolumn-grid-bigger-height: 40px !default;
|
|
14
|
+
$multicolumn-margin-top-bigger-value: 1px !default;
|
|
15
|
+
|
|
16
|
+
$multicolumn-grid-bigger-small-height: 36px !default;
|
|
17
|
+
$multicolumn-margin-top-bigger-small-value: 1px !default;
|
|
18
|
+
|
|
19
|
+
$footer-border-color: rgba($border-light) !default;
|
|
20
|
+
$popup-text-color: $content-text-color-alt1 !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-selected !default;
|
|
24
|
+
$grid-content-active-color: $flyout-text-color-selected !default;
|
|
25
|
+
$grid-footer-bg-color: rgba($content-bg-color) !default;
|
|
26
|
+
$grid-footer-color: $content-text-color-alt1 !default;
|
|
27
|
+
$grid-group-content-header-color: $content-text-color-alt1 !default;
|
|
28
|
+
$grid-group-content-header-bg-color: rgba($content-bg-color) !default;
|
|
29
|
+
$grid-header-content-bg-color: $transparent !default;
|
|
30
|
+
$grid-header-content-color: $content-text-color-alt1 !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: $flyout-bg-color !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,9 +1,11 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/material3' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/material3';
|
|
1
3
|
$header-font-weight: 500 !default;
|
|
2
4
|
$multicolumn-grid-height: 32px !default;
|
|
3
5
|
$multicolumn-margin-top-value: 1px !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: 26px !default;
|
|
9
11
|
$multicolumn-margin-top-small-value: 1px !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: $flyout-bg-color !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 +1,49 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/tailwind-dark' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/tailwind-dark';
|
|
3
|
+
$header-font-weight: 500 !default;
|
|
4
|
+
$multicolumn-grid-height: 30px !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: 24px !default;
|
|
11
|
+
$multicolumn-margin-top-small-value: 2px !default;
|
|
12
|
+
|
|
13
|
+
$multicolumn-grid-bigger-height: 36px !default;
|
|
14
|
+
$multicolumn-margin-top-bigger-value: 2px !default;
|
|
15
|
+
|
|
16
|
+
$multicolumn-grid-bigger-small-height: 32px !default;
|
|
17
|
+
$multicolumn-margin-top-bigger-small-value: 2px !default;
|
|
18
|
+
|
|
19
|
+
$footer-border-color: $border-light !default;
|
|
20
|
+
$popup-text-color: $content-text-color !default;
|
|
21
|
+
$grid-content-color: $content-text-color !default;
|
|
22
|
+
$grid-content-hover-bg-color: $content-bg-color-hover !default;
|
|
23
|
+
$grid-content-active-bg-color: $content-bg-color-selected !default;
|
|
24
|
+
$grid-content-active-color: $content-text-color-selected !default;
|
|
25
|
+
$grid-footer-bg-color: $flyout-bg-color !default;
|
|
26
|
+
$grid-footer-color: $content-text-color-alt2 !default;
|
|
27
|
+
$grid-group-content-header-color: $content-text-color-alt2 !default;
|
|
28
|
+
$grid-group-content-header-bg-color: $flyout-bg-color !default;
|
|
29
|
+
$grid-header-content-bg-color: $content-bg-color-alt1 !default;
|
|
30
|
+
$grid-header-content-color: $content-text-color-alt2 !default;
|
|
31
|
+
$altrow-bg-color: $content-bg-color-alt1 !default;
|
|
32
|
+
$popup-box-shadow: $shadow-lg !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/tailwind' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/tailwind';
|
|
1
3
|
$header-font-weight: 500 !default;
|
|
2
4
|
$multicolumn-grid-height: 30px !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-lg !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/tailwind3' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/tailwind3';
|
|
1
3
|
$header-font-weight: 600 !default;
|
|
2
4
|
$multicolumn-grid-height: 32px !default;
|
|
3
5
|
$multicolumn-margin-top-value: 2px !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-6 !default;
|
|
7
9
|
|
|
8
10
|
$multicolumn-grid-small-height: 24px !default;
|
|
9
11
|
$multicolumn-margin-top-small-value: 2px !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;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_tailwind3-definition';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/bds' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/bds-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/bds-definition' as *;
|
|
4
|
+
@use 'ej2-dropdowns/styles/drop-down-base/bds-definition' as *;
|
|
5
|
+
@use 'ej2-dropdowns/styles/drop-down-list/bds-definition' as *;
|
|
6
|
+
@use 'ej2-dropdowns/styles/combo-box/bds-definition' as *;
|
|
7
|
+
@use 'ej2-grids/styles/grid/bds-definition' as *;
|
|
8
|
+
@use 'ej2-popups/styles/spinner/bds-definition' as *;
|
|
9
|
+
@use 'bds-definition' as *;
|
|
10
|
+
@use 'icons/bds' as *;
|
|
11
|
+
@use 'all' as *;
|
|
12
|
+
@use 'bigger' as *;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap-dark' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/bootstrap-dark-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/bootstrap-dark-definition' as *;
|
|
4
|
+
@use 'ej2-dropdowns/styles/drop-down-base/bootstrap-dark-definition' as *;
|
|
5
|
+
@use 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition' as *;
|
|
6
|
+
@use 'ej2-dropdowns/styles/combo-box/bootstrap-dark-definition' as *;
|
|
7
|
+
@use 'ej2-grids/styles/grid/bootstrap-dark-definition' as *;
|
|
8
|
+
@use 'ej2-popups/styles/spinner/bootstrap-dark-definition' as *;
|
|
9
|
+
@use 'bootstrap-dark-definition' as *;
|
|
10
|
+
@use 'icons/bootstrap-dark' as *;
|
|
11
|
+
@use 'all' as *;
|
|
12
|
+
@use 'bigger' as *;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/bootstrap-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/bootstrap-definition' as *;
|
|
4
|
+
@use 'ej2-dropdowns/styles/drop-down-base/bootstrap-definition' as *;
|
|
5
|
+
@use 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition' as *;
|
|
6
|
+
@use 'ej2-dropdowns/styles/combo-box/bootstrap-definition' as *;
|
|
7
|
+
@use 'ej2-grids/styles/grid/bootstrap-definition' as *;
|
|
8
|
+
@use 'ej2-popups/styles/spinner/bootstrap-definition' as *;
|
|
9
|
+
@use 'bootstrap-definition' as *;
|
|
10
|
+
@use 'icons/bootstrap' as *;
|
|
11
|
+
@use 'all' as *;
|
|
12
|
+
@use 'bigger' as *;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap4' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/bootstrap4-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/bootstrap4-definition' as *;
|
|
4
|
+
@use 'ej2-dropdowns/styles/drop-down-base/bootstrap4-definition' as *;
|
|
5
|
+
@use 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition' as *;
|
|
6
|
+
@use 'ej2-dropdowns/styles/combo-box/bootstrap4-definition' as *;
|
|
7
|
+
@use 'ej2-grids/styles/grid/bootstrap4-definition' as *;
|
|
8
|
+
@use 'ej2-popups/styles/spinner/bootstrap4-definition' as *;
|
|
9
|
+
@use 'bootstrap4-definition' as *;
|
|
10
|
+
@use 'icons/bootstrap4' as *;
|
|
11
|
+
@use 'all' as *;
|
|
12
|
+
@use 'bigger' as *;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap5-dark' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/bootstrap5-dark-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/bootstrap5-dark-definition' as *;
|
|
4
|
+
@use 'ej2-dropdowns/styles/drop-down-base/bootstrap5-dark-definition' as *;
|
|
5
|
+
@use 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition' as *;
|
|
6
|
+
@use 'ej2-dropdowns/styles/combo-box/bootstrap5-dark-definition' as *;
|
|
7
|
+
@use 'ej2-grids/styles/grid/bootstrap5-dark-definition' as *;
|
|
8
|
+
@use 'ej2-popups/styles/spinner/bootstrap5-dark-definition' as *;
|
|
9
|
+
@use 'bootstrap5-dark-definition' as *;
|
|
10
|
+
@use 'icons/bootstrap5-dark' as *;
|
|
11
|
+
@use 'all' as *;
|
|
12
|
+
@use 'bigger' as *;
|