@syncfusion/ej2-multicolumn-combobox 27.2.4 → 28.1.33

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 (89) hide show
  1. package/README.md +2 -2
  2. package/dist/ej2-multicolumn-combobox.umd.min.js +3 -3
  3. package/dist/ej2-multicolumn-combobox.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-multicolumn-combobox.es2015.js +222 -177
  5. package/dist/es6/ej2-multicolumn-combobox.es2015.js.map +1 -1
  6. package/dist/es6/ej2-multicolumn-combobox.es5.js +263 -178
  7. package/dist/es6/ej2-multicolumn-combobox.es5.js.map +1 -1
  8. package/dist/global/ej2-multicolumn-combobox.min.js +3 -3
  9. package/dist/global/ej2-multicolumn-combobox.min.js.map +1 -1
  10. package/dist/global/index.d.ts +2 -2
  11. package/package.json +8 -8
  12. package/src/global.js +0 -2
  13. package/src/multicolumn-combobox/index.d.ts +1 -2
  14. package/src/multicolumn-combobox/index.js +1 -2
  15. package/src/multicolumn-combobox/multi-column-combo-box-model.d.ts +1 -1
  16. package/src/multicolumn-combobox/multi-column-combo-box.d.ts +5 -0
  17. package/src/multicolumn-combobox/multi-column-combo-box.js +265 -179
  18. package/styles/bds-lite.css +416 -0
  19. package/styles/bds-lite.scss +10 -0
  20. package/styles/bds.css +467 -0
  21. package/styles/bds.scss +11 -0
  22. package/styles/bootstrap-dark-lite.css +3 -0
  23. package/styles/bootstrap-dark.css +3 -0
  24. package/styles/bootstrap-lite.css +3 -0
  25. package/styles/bootstrap.css +3 -0
  26. package/styles/bootstrap4-lite.css +3 -0
  27. package/styles/bootstrap4.css +3 -0
  28. package/styles/bootstrap5-dark-lite.css +3 -0
  29. package/styles/bootstrap5-dark.css +3 -0
  30. package/styles/bootstrap5-lite.css +3 -0
  31. package/styles/bootstrap5.3-lite.css +3 -0
  32. package/styles/bootstrap5.3.css +3 -0
  33. package/styles/bootstrap5.css +3 -0
  34. package/styles/fabric-dark-lite.css +3 -0
  35. package/styles/fabric-dark.css +3 -0
  36. package/styles/fabric-lite.css +3 -0
  37. package/styles/fabric.css +3 -0
  38. package/styles/fluent-dark-lite.css +3 -0
  39. package/styles/fluent-dark.css +3 -0
  40. package/styles/fluent-lite.css +3 -0
  41. package/styles/fluent.css +3 -0
  42. package/styles/fluent2-lite.css +3 -0
  43. package/styles/fluent2.css +3 -0
  44. package/styles/highcontrast-light-lite.css +3 -0
  45. package/styles/highcontrast-light.css +3 -0
  46. package/styles/highcontrast-lite.css +4 -1
  47. package/styles/highcontrast.css +4 -1
  48. package/styles/material-dark-lite.css +3 -0
  49. package/styles/material-dark.css +3 -0
  50. package/styles/material-lite.css +3 -0
  51. package/styles/material.css +3 -0
  52. package/styles/material3-dark-lite.css +3 -0
  53. package/styles/material3-dark.css +3 -0
  54. package/styles/material3-lite.css +3 -0
  55. package/styles/material3.css +3 -0
  56. package/styles/multicolumn-combobox/_layout.scss +3 -0
  57. package/styles/multicolumn-combobox/_tailwind3-definition.scss +32 -0
  58. package/styles/multicolumn-combobox/bds.css +467 -0
  59. package/styles/multicolumn-combobox/bds.scss +11 -0
  60. package/styles/multicolumn-combobox/bootstrap-dark.css +3 -0
  61. package/styles/multicolumn-combobox/bootstrap.css +3 -0
  62. package/styles/multicolumn-combobox/bootstrap4.css +3 -0
  63. package/styles/multicolumn-combobox/bootstrap5-dark.css +3 -0
  64. package/styles/multicolumn-combobox/bootstrap5.3.css +3 -0
  65. package/styles/multicolumn-combobox/bootstrap5.css +3 -0
  66. package/styles/multicolumn-combobox/fabric-dark.css +3 -0
  67. package/styles/multicolumn-combobox/fabric.css +3 -0
  68. package/styles/multicolumn-combobox/fluent-dark.css +3 -0
  69. package/styles/multicolumn-combobox/fluent.css +3 -0
  70. package/styles/multicolumn-combobox/fluent2.css +3 -0
  71. package/styles/multicolumn-combobox/highcontrast-light.css +3 -0
  72. package/styles/multicolumn-combobox/highcontrast.css +4 -1
  73. package/styles/multicolumn-combobox/icons/_tailwind3.scss +6 -0
  74. package/styles/multicolumn-combobox/material-dark.css +3 -0
  75. package/styles/multicolumn-combobox/material.css +3 -0
  76. package/styles/multicolumn-combobox/material3-dark.css +3 -0
  77. package/styles/multicolumn-combobox/material3.css +3 -0
  78. package/styles/multicolumn-combobox/tailwind-dark.css +3 -0
  79. package/styles/multicolumn-combobox/tailwind.css +3 -0
  80. package/styles/multicolumn-combobox/tailwind3.css +375 -0
  81. package/styles/multicolumn-combobox/tailwind3.scss +11 -0
  82. package/styles/tailwind-dark-lite.css +3 -0
  83. package/styles/tailwind-dark.css +3 -0
  84. package/styles/tailwind-lite.css +3 -0
  85. package/styles/tailwind.css +3 -0
  86. package/styles/tailwind3-lite.css +324 -0
  87. package/styles/tailwind3-lite.scss +10 -0
  88. package/styles/tailwind3.css +375 -0
  89. package/styles/tailwind3.scss +11 -0
@@ -73,6 +73,9 @@
73
73
  position: sticky;
74
74
  top: 0;
75
75
  }
76
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
77
+ font-weight: 600;
78
+ }
76
79
 
77
80
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
78
81
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
@@ -73,6 +73,9 @@
73
73
  position: sticky;
74
74
  top: 0;
75
75
  }
76
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
77
+ font-weight: 600;
78
+ }
76
79
 
77
80
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
78
81
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
@@ -115,6 +115,9 @@
115
115
  position: sticky;
116
116
  top: 0;
117
117
  }
118
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
119
+ font-weight: 600;
120
+ }
118
121
 
119
122
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
120
123
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
@@ -123,6 +123,9 @@
123
123
  position: sticky;
124
124
  top: 0;
125
125
  }
126
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
127
+ font-weight: 600;
128
+ }
126
129
 
127
130
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
128
131
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
@@ -127,6 +127,9 @@
127
127
  position: sticky;
128
128
  top: 0;
129
129
  }
130
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
131
+ font-weight: 600;
132
+ }
130
133
 
131
134
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
132
135
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
@@ -123,6 +123,9 @@
123
123
  position: sticky;
124
124
  top: 0;
125
125
  }
126
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
127
+ font-weight: 600;
128
+ }
126
129
 
127
130
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
128
131
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
@@ -49,6 +49,9 @@
49
49
  position: sticky;
50
50
  top: 0;
51
51
  }
52
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
53
+ font-weight: 600;
54
+ }
52
55
 
53
56
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
54
57
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
@@ -49,6 +49,9 @@
49
49
  position: sticky;
50
50
  top: 0;
51
51
  }
52
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
53
+ font-weight: 600;
54
+ }
52
55
 
53
56
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
54
57
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
@@ -116,6 +116,9 @@
116
116
  position: sticky;
117
117
  top: 0;
118
118
  }
119
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
120
+ font-weight: 600;
121
+ }
119
122
 
120
123
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
121
124
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
@@ -116,6 +116,9 @@
116
116
  position: sticky;
117
117
  top: 0;
118
118
  }
119
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
120
+ font-weight: 600;
121
+ }
119
122
 
120
123
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
121
124
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
@@ -120,6 +120,9 @@
120
120
  position: sticky;
121
121
  top: 0;
122
122
  }
123
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
124
+ font-weight: 600;
125
+ }
123
126
 
124
127
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
125
128
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
@@ -70,6 +70,9 @@
70
70
  position: sticky;
71
71
  top: 0;
72
72
  }
73
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
74
+ font-weight: 600;
75
+ }
73
76
 
74
77
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
75
78
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
@@ -31,7 +31,7 @@
31
31
  .e-ddl.e-popup .e-content.e-nodata {
32
32
  background-color: #000;
33
33
  }
34
- .e-ddl.e-popup .e-dropdownbase .e-list-item .e-highlight {
34
+ .e-ddl.e-popup .e-dropdownbase .e-list-item:not(.e-active) .e-highlight {
35
35
  color: #ffd939;
36
36
  }
37
37
  .e-ddl.e-popup .e-input-group {
@@ -70,6 +70,9 @@
70
70
  position: sticky;
71
71
  top: 0;
72
72
  }
73
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
74
+ font-weight: 600;
75
+ }
73
76
 
74
77
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
75
78
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
@@ -0,0 +1,6 @@
1
+ @include export-module('multicolumncombobox-tailwind3-icons') {
2
+ .e-input-group.e-control-wrapper .e-multicolumn-list-icon::before {
3
+ content: '\e729';
4
+ font-family: 'e-icons';
5
+ }
6
+ }
@@ -98,6 +98,9 @@
98
98
  position: sticky;
99
99
  top: 0;
100
100
  }
101
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
102
+ font-weight: 600;
103
+ }
101
104
 
102
105
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
103
106
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
@@ -102,6 +102,9 @@
102
102
  position: sticky;
103
103
  top: 0;
104
104
  }
105
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
106
+ font-weight: 600;
107
+ }
105
108
 
106
109
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
107
110
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
@@ -110,6 +110,9 @@
110
110
  position: sticky;
111
111
  top: 0;
112
112
  }
113
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
114
+ font-weight: 600;
115
+ }
113
116
 
114
117
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
115
118
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
@@ -112,6 +112,9 @@
112
112
  position: sticky;
113
113
  top: 0;
114
114
  }
115
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
116
+ font-weight: 600;
117
+ }
115
118
 
116
119
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
117
120
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
@@ -103,6 +103,9 @@
103
103
  position: sticky;
104
104
  top: 0;
105
105
  }
106
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
107
+ font-weight: 600;
108
+ }
106
109
 
107
110
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
108
111
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
@@ -103,6 +103,9 @@
103
103
  position: sticky;
104
104
  top: 0;
105
105
  }
106
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
107
+ font-weight: 600;
108
+ }
106
109
 
107
110
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
108
111
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
@@ -0,0 +1,375 @@
1
+
2
+
3
+
4
+
5
+ .e-dropdownbase .e-list-group-item,
6
+ .e-fixed-head {
7
+ font-size: 12px;
8
+ }
9
+
10
+ .e-small .e-dropdownbase .e-list-group-item,
11
+ .e-small .e-fixed-head,
12
+ .e-small.e-dropdownbase .e-list-group-item,
13
+ .e-small.e-fixed-head {
14
+ font-size: 10px;
15
+ }
16
+
17
+ .e-dropdownbase .e-list-item .e-list-icon {
18
+ padding: 0 8px 0 0;
19
+ }
20
+
21
+ .e-small .e-dropdownbase .e-list-item .e-list-icon {
22
+ padding: 0 6px 0 0;
23
+ }
24
+
25
+ .e-popup.e-ddl {
26
+ border-radius: 4px;
27
+ -webkit-box-shadow: none;
28
+ box-shadow: none;
29
+ margin-top: 3px;
30
+ }
31
+ .e-popup.e-ddl .e-input-group {
32
+ width: auto;
33
+ }
34
+ .e-popup.e-ddl .e-input-group input {
35
+ line-height: 15px;
36
+ }
37
+
38
+ .e-popup.e-ddl .e-dropdownbase {
39
+ min-height: 26px;
40
+ }
41
+
42
+ .e-popup.e-ddl .e-filter-parent .e-input-group {
43
+ display: -webkit-box;
44
+ display: -ms-flexbox;
45
+ display: flex;
46
+ width: auto;
47
+ }
48
+ .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
49
+ border: 0;
50
+ }
51
+
52
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
53
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] {
54
+ background: transparent;
55
+ }
56
+
57
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
58
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
59
+ background: var(--color-sf-content-bg-color-alt2);
60
+ }
61
+
62
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
63
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
64
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
65
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
66
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
67
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
68
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
69
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
70
+ background: transparent;
71
+ color: var(--color-sf-icon-color);
72
+ }
73
+
74
+ .e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
75
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
76
+ .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
77
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
78
+ background: transparent;
79
+ color: var(--color-sf-icon-color);
80
+ }
81
+
82
+ .e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
83
+ .e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
84
+ .e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
85
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
86
+ background: var(--color-sf-content-bg-color-alt2);
87
+ }
88
+
89
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
90
+ .e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
91
+ .e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
92
+ .e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
93
+ border: 0;
94
+ }
95
+
96
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
97
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
98
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
99
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
100
+ -webkit-box-shadow: none;
101
+ box-shadow: none;
102
+ }
103
+
104
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
105
+ background: transparent;
106
+ display: -webkit-box;
107
+ display: -ms-flexbox;
108
+ display: flex;
109
+ position: relative;
110
+ }
111
+
112
+ .e-ddl.e-popup .e-filter-parent .e-input-group,
113
+ .e-ddl.e-popup .e-filter-parent {
114
+ background: var(--color-sf-content-bg-color);
115
+ }
116
+
117
+ .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
118
+ font-size: 14px;
119
+ }
120
+
121
+ .e-input-group.e-control-wrapper .e-multicolumn-list-icon::before {
122
+ content: "\e729";
123
+ font-family: "e-icons";
124
+ }
125
+
126
+ .e-multicolumn-grid tr.e-groupcaptionrow {
127
+ position: sticky;
128
+ top: 0;
129
+ }
130
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
131
+ font-weight: 600;
132
+ }
133
+
134
+ .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
135
+ .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
136
+ .e-multicolumn-grid td.e-recordplusexpand,
137
+ .e-multicolumn-grid td.e-indentcell,
138
+ .e-multicolumn-grid col.e-group-intent,
139
+ .e-multicolumn-list .e-no-records + .e-grid {
140
+ display: none;
141
+ }
142
+
143
+ .e-multicolumn-grid td.e-rowcell {
144
+ cursor: default;
145
+ }
146
+
147
+ .e-multicolumn-grid .e-gridheader .e-headercelldiv {
148
+ overflow: hidden;
149
+ }
150
+
151
+ .e-multicolumn-list .e-popup-footer {
152
+ vertical-align: middle;
153
+ border-style: solid;
154
+ border-width: 1px;
155
+ font-size: 14px;
156
+ height: 32px;
157
+ display: -webkit-box;
158
+ display: -ms-flexbox;
159
+ display: flex;
160
+ -webkit-box-align: center;
161
+ -ms-flex-align: center;
162
+ align-items: center;
163
+ border-radius: 0 0 6px 6px;
164
+ }
165
+
166
+ .e-multicolumn-grid.e-grid {
167
+ border-width: 1px;
168
+ border-radius: 6px;
169
+ }
170
+ .e-multicolumn-grid.e-grid .e-gridcontent {
171
+ border-radius: 0 0 6px 6px;
172
+ }
173
+
174
+ .e-input-group.e-multicolumn-list input[readonly].e-input {
175
+ pointer-events: none;
176
+ }
177
+
178
+ .e-multicolumn-list:has(.e-popup-footer) .e-multicolumn-grid.e-grid {
179
+ border-radius: 6px 6px 0 0;
180
+ }
181
+ .e-multicolumn-list:has(.e-popup-footer) .e-multicolumn-grid.e-grid .e-gridcontent {
182
+ border-radius: 0;
183
+ }
184
+ .e-multicolumn-list.e-icon-anim .e-multicolumn-list-icon::before {
185
+ -webkit-transform: rotate(180deg);
186
+ transform: rotate(180deg);
187
+ }
188
+ .e-multicolumn-list:not(.e-icon-anim) .e-multicolumn-list-icon::before {
189
+ -webkit-transform: rotate(0deg);
190
+ transform: rotate(0deg);
191
+ }
192
+ .e-multicolumn-list .e-multicolumn-list-icon::before {
193
+ -webkit-transition: -webkit-transform 300ms ease;
194
+ transition: -webkit-transform 300ms ease;
195
+ transition: transform 300ms ease;
196
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
197
+ }
198
+
199
+ .e-multicolumn-grid .e-grid {
200
+ overflow: auto;
201
+ }
202
+
203
+ .e-multicolumn-grid .e-row,
204
+ .e-multicolumn-grid .e-emptyrow {
205
+ height: 32px;
206
+ }
207
+
208
+ .e-multicolumn-group .e-sortnumber {
209
+ display: none;
210
+ }
211
+
212
+ .e-popup.e-multicolumn-list {
213
+ position: absolute;
214
+ border-radius: 6px;
215
+ margin-top: 2px;
216
+ }
217
+ .e-popup.e-multicolumn-list .e-nodata {
218
+ cursor: default;
219
+ font-family: inherit;
220
+ font-size: 14px;
221
+ padding: 14px 16px;
222
+ text-align: center;
223
+ border-radius: inherit;
224
+ }
225
+ .e-popup.e-multicolumn-list .e-headertext {
226
+ font-weight: 600;
227
+ }
228
+ .e-popup.e-multicolumn-list .e-gridheader {
229
+ position: sticky;
230
+ top: 0;
231
+ z-index: 1;
232
+ border-radius: 6px 6px 0 0;
233
+ }
234
+
235
+ .e-multicolumn-grid .e-headercontent {
236
+ border-right-color: transparent; /* stylelint-disable-line declaration-no-important */
237
+ }
238
+
239
+ .e-multicolumn-grid.e-rtl .e-headercontent {
240
+ border-left-color: transparent; /* stylelint-disable-line declaration-no-important */
241
+ }
242
+
243
+ .e-multicolumn-grid .e-content {
244
+ overflow: auto !important; /* stylelint-disable-line declaration-no-important */
245
+ }
246
+
247
+ .e-multicolumn-container .e-input-group-icon.e-multicolumn-list-icon.e-ddl-disable-icon {
248
+ position: relative;
249
+ }
250
+
251
+ .e-small.e-popup .e-multicolumn-grid .e-headercelldiv,
252
+ .e-small.e-popup .e-multicolumn-grid .e-rowcell, .e-small.e-popup.e-multicolumn-list .e-popup-footer,
253
+ .e-small .e-popup .e-multicolumn-grid .e-headercelldiv,
254
+ .e-small .e-popup .e-multicolumn-grid .e-rowcell,
255
+ .e-small .e-popup.e-multicolumn-list .e-popup-footer {
256
+ font-size: 12px;
257
+ }
258
+ .e-small.e-popup.e-multicolumn-list .e-popup-footer,
259
+ .e-small.e-popup .e-multicolumn-grid .e-row,
260
+ .e-small.e-popup .e-multicolumn-grid .e-emptyrow,
261
+ .e-small .e-popup.e-multicolumn-list .e-popup-footer,
262
+ .e-small .e-popup .e-multicolumn-grid .e-row,
263
+ .e-small .e-popup .e-multicolumn-grid .e-emptyrow {
264
+ height: 24px;
265
+ }
266
+ .e-small.e-popup.e-multicolumn-list,
267
+ .e-small .e-popup.e-multicolumn-list {
268
+ margin-top: 2px;
269
+ }
270
+
271
+ .e-multicolumn-list .e-popup-footer {
272
+ background: var(--color-sf-flyout-bg-color);
273
+ color: var(--color-sf-content-text-color-alt3);
274
+ border-color: var(--color-sf-flyout-border);
275
+ }
276
+
277
+ .e-input-group.e-multicolumn-list:focus-visible {
278
+ outline: transparent;
279
+ }
280
+
281
+ .e-popup.e-multicolumn-list {
282
+ background: transparent;
283
+ -webkit-box-shadow: none;
284
+ box-shadow: none;
285
+ }
286
+ .e-popup.e-multicolumn-list .e-nodata {
287
+ color: var(--color-sf-flyout-text-color);
288
+ border: 1px solid var(--color-sf-flyout-border);
289
+ background: var(--color-sf-flyout-bg-color);
290
+ }
291
+ .e-popup.e-multicolumn-list .e-multicolumn-grid .e-rowcell {
292
+ color: var(--color-sf-flyout-text-color);
293
+ }
294
+ .e-popup.e-multicolumn-list .e-multicolumn-grid .e-focused {
295
+ -webkit-box-shadow: none;
296
+ box-shadow: none;
297
+ }
298
+ .e-popup.e-multicolumn-list .e-gridhover .e-row:hover .e-rowcell:not(.e-active),
299
+ .e-popup.e-multicolumn-list .e-gridcontent .e-row-focus {
300
+ background: var(--color-sf-flyout-bg-color-hover) !important; /* stylelint-disable-line declaration-no-important */
301
+ }
302
+ .e-popup.e-multicolumn-list .e-multicolumn-grid td.e-active {
303
+ background: var(--color-sf-flyout-bg-color-pressed);
304
+ color: var(--color-sf-flyout-text-color-pressed);
305
+ }
306
+ .e-popup.e-multicolumn-list .e-groupcaption {
307
+ color: var(--color-sf-content-text-color-alt3);
308
+ background: var(--color-sf-flyout-bg-color);
309
+ }
310
+ .e-popup.e-multicolumn-list .e-gridheader,
311
+ .e-popup.e-multicolumn-list .e-gridheader colgroup {
312
+ background: var(--color-sf-transparent);
313
+ }
314
+ .e-popup.e-multicolumn-list .e-altrow {
315
+ background: var(--color-sf-content-bg-color-alt1);
316
+ }
317
+ .e-popup.e-multicolumn-list .e-grid .e-headercell {
318
+ background-color: unset;
319
+ }
320
+ .e-popup.e-multicolumn-list .e-headertext,
321
+ .e-popup.e-multicolumn-list .e-grid th.e-headercell[aria-sort=ascending] .e-headertext,
322
+ .e-popup.e-multicolumn-list .e-grid th.e-headercell[aria-sort=descending] .e-headertext {
323
+ color: var(--color-sf-flyout-text-color);
324
+ }
325
+
326
+ .e-bigger.e-popup.e-multicolumn-list .e-popup-footer,
327
+ .e-bigger .e-popup.e-multicolumn-list .e-popup-footer {
328
+ font-size: 16px;
329
+ }
330
+ .e-bigger.e-popup.e-multicolumn-list .e-popup-footer,
331
+ .e-bigger.e-popup .e-multicolumn-grid .e-row,
332
+ .e-bigger.e-popup .e-multicolumn-grid .e-emptyrow,
333
+ .e-bigger .e-popup.e-multicolumn-list .e-popup-footer,
334
+ .e-bigger .e-popup .e-multicolumn-grid .e-row,
335
+ .e-bigger .e-popup .e-multicolumn-grid .e-emptyrow {
336
+ height: 40px;
337
+ }
338
+ .e-bigger.e-popup.e-multicolumn-list,
339
+ .e-bigger .e-popup.e-multicolumn-list {
340
+ margin-top: 2px;
341
+ }
342
+
343
+ .e-bigger.e-small.e-popup .e-multicolumn-grid .e-headercelldiv,
344
+ .e-bigger.e-small.e-popup .e-multicolumn-grid .e-rowcell, .e-bigger.e-small.e-popup.e-multicolumn-list .e-popup-footer,
345
+ .e-bigger.e-small .e-popup .e-multicolumn-grid .e-headercelldiv,
346
+ .e-bigger.e-small .e-popup .e-multicolumn-grid .e-rowcell,
347
+ .e-bigger.e-small .e-popup.e-multicolumn-list .e-popup-footer,
348
+ .e-bigger .e-small.e-popup .e-multicolumn-grid .e-headercelldiv,
349
+ .e-bigger .e-small.e-popup .e-multicolumn-grid .e-rowcell,
350
+ .e-bigger .e-small.e-popup.e-multicolumn-list .e-popup-footer,
351
+ .e-small .e-bigger.e-popup .e-multicolumn-grid .e-headercelldiv,
352
+ .e-small .e-bigger.e-popup .e-multicolumn-grid .e-rowcell,
353
+ .e-small .e-bigger.e-popup.e-multicolumn-list .e-popup-footer {
354
+ font-size: 14px;
355
+ }
356
+ .e-bigger.e-small.e-popup.e-multicolumn-list .e-popup-footer,
357
+ .e-bigger.e-small.e-popup .e-multicolumn-grid .e-row,
358
+ .e-bigger.e-small.e-popup .e-multicolumn-grid .e-emptyrow,
359
+ .e-bigger.e-small .e-popup.e-multicolumn-list .e-popup-footer,
360
+ .e-bigger.e-small .e-popup .e-multicolumn-grid .e-row,
361
+ .e-bigger.e-small .e-popup .e-multicolumn-grid .e-emptyrow,
362
+ .e-bigger .e-small.e-popup.e-multicolumn-list .e-popup-footer,
363
+ .e-bigger .e-small.e-popup .e-multicolumn-grid .e-row,
364
+ .e-bigger .e-small.e-popup .e-multicolumn-grid .e-emptyrow,
365
+ .e-small .e-bigger.e-popup.e-multicolumn-list .e-popup-footer,
366
+ .e-small .e-bigger.e-popup .e-multicolumn-grid .e-row,
367
+ .e-small .e-bigger.e-popup .e-multicolumn-grid .e-emptyrow {
368
+ height: 32px;
369
+ }
370
+ .e-bigger.e-small.e-popup.e-multicolumn-list,
371
+ .e-bigger.e-small .e-popup.e-multicolumn-list,
372
+ .e-bigger .e-small.e-popup.e-multicolumn-list,
373
+ .e-small .e-bigger.e-popup.e-multicolumn-list {
374
+ margin-top: 2px;
375
+ }
@@ -0,0 +1,11 @@
1
+ @import 'ej2-base/styles/definition/tailwind3.scss';
2
+ @import 'ej2-buttons/styles/button/tailwind3-definition.scss';
3
+ @import 'ej2-splitbuttons/styles/drop-down-button/tailwind3-definition.scss';
4
+ @import 'ej2-dropdowns/styles/drop-down-base/tailwind3-definition.scss';
5
+ @import 'ej2-dropdowns/styles/drop-down-list/tailwind3-definition.scss';
6
+ @import 'ej2-dropdowns/styles/combo-box/tailwind3-definition.scss';
7
+ @import 'ej2-grids/styles/grid/tailwind3-definition.scss';
8
+ @import 'tailwind3-definition.scss';
9
+ @import 'icons/tailwind3.scss';
10
+ @import 'all.scss';
11
+ @import 'bigger.scss';
@@ -103,6 +103,9 @@
103
103
  position: sticky;
104
104
  top: 0;
105
105
  }
106
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
107
+ font-weight: 600;
108
+ }
106
109
 
107
110
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
108
111
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
@@ -103,6 +103,9 @@
103
103
  position: sticky;
104
104
  top: 0;
105
105
  }
106
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
107
+ font-weight: 600;
108
+ }
106
109
 
107
110
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
108
111
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
@@ -103,6 +103,9 @@
103
103
  position: sticky;
104
104
  top: 0;
105
105
  }
106
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
107
+ font-weight: 600;
108
+ }
106
109
 
107
110
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
108
111
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,
@@ -103,6 +103,9 @@
103
103
  position: sticky;
104
104
  top: 0;
105
105
  }
106
+ .e-multicolumn-grid tr.e-groupcaptionrow .e-groupcaption {
107
+ font-weight: 600;
108
+ }
106
109
 
107
110
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgrouptopleftcell,
108
111
  .e-multicolumn-grid th.e-grouptopleftcell.e-lastgroupleftcell,