@syncfusion/ej2-multicolumn-combobox 28.2.9 → 29.1.34
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/README.md +1 -1
- 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 +44 -10
- package/dist/es6/ej2-multicolumn-combobox.es2015.js.map +1 -1
- package/dist/es6/ej2-multicolumn-combobox.es5.js +46 -10
- 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 +16 -18
- package/src/multicolumn-combobox/multi-column-combo-box-model.d.ts +1 -1
- package/src/multicolumn-combobox/multi-column-combo-box.d.ts +3 -0
- package/src/multicolumn-combobox/multi-column-combo-box.js +46 -10
- package/styles/bds-lite.css +52 -1
- package/styles/bds-lite.scss +1 -0
- package/styles/bds.css +62 -1
- package/styles/bds.scss +1 -0
- package/styles/bootstrap-dark-lite.css +52 -1
- package/styles/bootstrap-dark-lite.scss +1 -0
- package/styles/bootstrap-dark.css +62 -1
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap-lite.css +52 -1
- package/styles/bootstrap-lite.scss +1 -0
- package/styles/bootstrap.css +62 -1
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4-lite.css +52 -1
- package/styles/bootstrap4-lite.scss +1 -0
- package/styles/bootstrap4.css +62 -1
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark-lite.css +53 -2
- package/styles/bootstrap5-dark-lite.scss +1 -0
- package/styles/bootstrap5-dark.css +63 -2
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5-lite.css +52 -1
- package/styles/bootstrap5-lite.scss +1 -0
- package/styles/bootstrap5.3-lite.css +52 -1
- package/styles/bootstrap5.3-lite.scss +1 -0
- package/styles/bootstrap5.3.css +62 -1
- package/styles/bootstrap5.3.scss +1 -0
- package/styles/bootstrap5.css +62 -1
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark-lite.css +52 -1
- package/styles/fabric-dark-lite.scss +1 -0
- package/styles/fabric-dark.css +62 -1
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric-lite.css +52 -1
- package/styles/fabric-lite.scss +1 -0
- package/styles/fabric.css +62 -1
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark-lite.css +52 -1
- package/styles/fluent-dark-lite.scss +1 -0
- package/styles/fluent-dark.css +62 -1
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent-lite.css +52 -1
- package/styles/fluent-lite.scss +1 -0
- package/styles/fluent.css +62 -1
- package/styles/fluent.scss +1 -0
- package/styles/fluent2-lite.css +52 -1
- package/styles/fluent2-lite.scss +1 -0
- package/styles/fluent2.css +62 -1
- package/styles/fluent2.scss +1 -0
- package/styles/highcontrast-light-lite.css +52 -1
- package/styles/highcontrast-light-lite.scss +1 -0
- package/styles/highcontrast-light.css +62 -1
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast-lite.css +52 -1
- package/styles/highcontrast-lite.scss +1 -0
- package/styles/highcontrast.css +62 -1
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark-lite.css +52 -1
- package/styles/material-dark-lite.scss +1 -0
- package/styles/material-dark.css +62 -1
- package/styles/material-dark.scss +1 -0
- package/styles/material-lite.css +52 -1
- package/styles/material-lite.scss +1 -0
- package/styles/material.css +62 -1
- package/styles/material.scss +1 -0
- package/styles/material3-dark-lite.css +52 -1
- package/styles/material3-dark-lite.scss +1 -0
- package/styles/material3-dark.css +62 -1
- package/styles/material3-dark.scss +1 -0
- package/styles/material3-lite.css +52 -1
- package/styles/material3-lite.scss +1 -0
- package/styles/material3.css +62 -1
- package/styles/material3.scss +1 -0
- package/styles/multicolumn-combobox/_bigger.scss +9 -0
- package/styles/multicolumn-combobox/_layout.scss +9 -1
- package/styles/multicolumn-combobox/bds.css +62 -1
- package/styles/multicolumn-combobox/bds.scss +1 -0
- package/styles/multicolumn-combobox/bootstrap-dark.css +62 -1
- package/styles/multicolumn-combobox/bootstrap-dark.scss +1 -0
- package/styles/multicolumn-combobox/bootstrap.css +62 -1
- package/styles/multicolumn-combobox/bootstrap.scss +1 -0
- package/styles/multicolumn-combobox/bootstrap4.css +62 -1
- package/styles/multicolumn-combobox/bootstrap4.scss +1 -0
- package/styles/multicolumn-combobox/bootstrap5-dark.css +63 -2
- package/styles/multicolumn-combobox/bootstrap5-dark.scss +1 -0
- package/styles/multicolumn-combobox/bootstrap5.3.css +62 -1
- package/styles/multicolumn-combobox/bootstrap5.3.scss +1 -0
- package/styles/multicolumn-combobox/bootstrap5.css +62 -1
- package/styles/multicolumn-combobox/bootstrap5.scss +1 -0
- package/styles/multicolumn-combobox/fabric-dark.css +62 -1
- package/styles/multicolumn-combobox/fabric-dark.scss +1 -0
- package/styles/multicolumn-combobox/fabric.css +62 -1
- package/styles/multicolumn-combobox/fabric.scss +1 -0
- package/styles/multicolumn-combobox/fluent-dark.css +62 -1
- package/styles/multicolumn-combobox/fluent-dark.scss +1 -0
- package/styles/multicolumn-combobox/fluent.css +62 -1
- package/styles/multicolumn-combobox/fluent.scss +1 -0
- package/styles/multicolumn-combobox/fluent2.css +62 -1
- package/styles/multicolumn-combobox/fluent2.scss +1 -0
- package/styles/multicolumn-combobox/highcontrast-light.css +62 -1
- package/styles/multicolumn-combobox/highcontrast-light.scss +1 -0
- package/styles/multicolumn-combobox/highcontrast.css +62 -1
- package/styles/multicolumn-combobox/highcontrast.scss +1 -0
- package/styles/multicolumn-combobox/material-dark.css +62 -1
- package/styles/multicolumn-combobox/material-dark.scss +1 -0
- package/styles/multicolumn-combobox/material.css +62 -1
- package/styles/multicolumn-combobox/material.scss +1 -0
- package/styles/multicolumn-combobox/material3-dark.css +62 -1
- package/styles/multicolumn-combobox/material3-dark.scss +1 -0
- package/styles/multicolumn-combobox/material3.css +62 -1
- package/styles/multicolumn-combobox/material3.scss +1 -0
- package/styles/multicolumn-combobox/tailwind-dark.css +64 -3
- package/styles/multicolumn-combobox/tailwind-dark.scss +1 -0
- package/styles/multicolumn-combobox/tailwind.css +62 -1
- package/styles/multicolumn-combobox/tailwind.scss +1 -0
- package/styles/multicolumn-combobox/tailwind3.css +62 -1
- package/styles/multicolumn-combobox/tailwind3.scss +1 -0
- package/styles/tailwind-dark-lite.css +54 -3
- package/styles/tailwind-dark-lite.scss +1 -0
- package/styles/tailwind-dark.css +64 -3
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind-lite.css +52 -1
- package/styles/tailwind-lite.scss +1 -0
- package/styles/tailwind.css +62 -1
- package/styles/tailwind.scss +1 -0
- package/styles/tailwind3-lite.css +52 -1
- package/styles/tailwind3-lite.scss +1 -0
- package/styles/tailwind3.css +62 -1
- package/styles/tailwind3.scss +1 -0
|
@@ -107,11 +107,61 @@
|
|
|
107
107
|
font-size: 14px;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
111
|
+
@-webkit-keyframes material-spinner-rotate {
|
|
112
|
+
0% {
|
|
113
|
+
-webkit-transform: rotate(0);
|
|
114
|
+
transform: rotate(0);
|
|
115
|
+
}
|
|
116
|
+
100% {
|
|
117
|
+
-webkit-transform: rotate(360deg);
|
|
118
|
+
transform: rotate(360deg);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
@keyframes material-spinner-rotate {
|
|
122
|
+
0% {
|
|
123
|
+
-webkit-transform: rotate(0);
|
|
124
|
+
transform: rotate(0);
|
|
125
|
+
}
|
|
126
|
+
100% {
|
|
127
|
+
-webkit-transform: rotate(360deg);
|
|
128
|
+
transform: rotate(360deg);
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
@-webkit-keyframes fabric-spinner-rotate {
|
|
132
|
+
0% {
|
|
133
|
+
-webkit-transform: rotate(0);
|
|
134
|
+
transform: rotate(0);
|
|
135
|
+
}
|
|
136
|
+
100% {
|
|
137
|
+
-webkit-transform: rotate(360deg);
|
|
138
|
+
transform: rotate(360deg);
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
@keyframes fabric-spinner-rotate {
|
|
142
|
+
0% {
|
|
143
|
+
-webkit-transform: rotate(0);
|
|
144
|
+
transform: rotate(0);
|
|
145
|
+
}
|
|
146
|
+
100% {
|
|
147
|
+
-webkit-transform: rotate(360deg);
|
|
148
|
+
transform: rotate(360deg);
|
|
149
|
+
}
|
|
150
|
+
}
|
|
110
151
|
.e-input-group.e-control-wrapper .e-multicolumn-list-icon::before {
|
|
111
152
|
content: "\e729";
|
|
112
153
|
font-family: "e-icons";
|
|
113
154
|
}
|
|
114
155
|
|
|
156
|
+
.e-multicolumn-list-icon .e-spinner-pane .e-spinner-inner svg {
|
|
157
|
+
/* stylelint-disable declaration-no-important */
|
|
158
|
+
height: 20px !important;
|
|
159
|
+
width: 20px !important;
|
|
160
|
+
-webkit-transform-origin: 10px 10px 10px !important;
|
|
161
|
+
transform-origin: 10px 10px 10px !important;
|
|
162
|
+
/* stylelint-enable declaration-no-important */
|
|
163
|
+
}
|
|
164
|
+
|
|
115
165
|
.e-multicolumn-grid tr.e-groupcaptionrow {
|
|
116
166
|
position: sticky;
|
|
117
167
|
top: 0;
|
|
@@ -241,7 +291,8 @@
|
|
|
241
291
|
overflow: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
242
292
|
}
|
|
243
293
|
|
|
244
|
-
.e-multicolumn-container .e-input-group-icon.e-multicolumn-list-icon.e-ddl-disable-icon
|
|
294
|
+
.e-multicolumn-container .e-input-group-icon.e-multicolumn-list-icon.e-ddl-disable-icon,
|
|
295
|
+
.e-multicolumn-list.e-input-group .e-input-group-icon {
|
|
245
296
|
position: relative;
|
|
246
297
|
}
|
|
247
298
|
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
@import 'ej2-dropdowns/styles/drop-down-list/fluent-dark-definition.scss';
|
|
6
6
|
@import 'ej2-dropdowns/styles/combo-box/fluent-dark-definition.scss';
|
|
7
7
|
@import 'ej2-grids/styles/grid/fluent-dark-definition.scss';
|
|
8
|
+
@import 'ej2-popups/styles/spinner/fluent-dark-definition.scss';
|
|
8
9
|
@import 'multicolumn-combobox/fluent-dark-definition.scss';
|
|
9
10
|
@import 'multicolumn-combobox/icons/fluent-dark.scss';
|
|
10
11
|
@import 'multicolumn-combobox/all.scss';
|
package/styles/fluent-dark.css
CHANGED
|
@@ -107,11 +107,61 @@
|
|
|
107
107
|
font-size: 14px;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
111
|
+
@-webkit-keyframes material-spinner-rotate {
|
|
112
|
+
0% {
|
|
113
|
+
-webkit-transform: rotate(0);
|
|
114
|
+
transform: rotate(0);
|
|
115
|
+
}
|
|
116
|
+
100% {
|
|
117
|
+
-webkit-transform: rotate(360deg);
|
|
118
|
+
transform: rotate(360deg);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
@keyframes material-spinner-rotate {
|
|
122
|
+
0% {
|
|
123
|
+
-webkit-transform: rotate(0);
|
|
124
|
+
transform: rotate(0);
|
|
125
|
+
}
|
|
126
|
+
100% {
|
|
127
|
+
-webkit-transform: rotate(360deg);
|
|
128
|
+
transform: rotate(360deg);
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
@-webkit-keyframes fabric-spinner-rotate {
|
|
132
|
+
0% {
|
|
133
|
+
-webkit-transform: rotate(0);
|
|
134
|
+
transform: rotate(0);
|
|
135
|
+
}
|
|
136
|
+
100% {
|
|
137
|
+
-webkit-transform: rotate(360deg);
|
|
138
|
+
transform: rotate(360deg);
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
@keyframes fabric-spinner-rotate {
|
|
142
|
+
0% {
|
|
143
|
+
-webkit-transform: rotate(0);
|
|
144
|
+
transform: rotate(0);
|
|
145
|
+
}
|
|
146
|
+
100% {
|
|
147
|
+
-webkit-transform: rotate(360deg);
|
|
148
|
+
transform: rotate(360deg);
|
|
149
|
+
}
|
|
150
|
+
}
|
|
110
151
|
.e-input-group.e-control-wrapper .e-multicolumn-list-icon::before {
|
|
111
152
|
content: "\e729";
|
|
112
153
|
font-family: "e-icons";
|
|
113
154
|
}
|
|
114
155
|
|
|
156
|
+
.e-multicolumn-list-icon .e-spinner-pane .e-spinner-inner svg {
|
|
157
|
+
/* stylelint-disable declaration-no-important */
|
|
158
|
+
height: 20px !important;
|
|
159
|
+
width: 20px !important;
|
|
160
|
+
-webkit-transform-origin: 10px 10px 10px !important;
|
|
161
|
+
transform-origin: 10px 10px 10px !important;
|
|
162
|
+
/* stylelint-enable declaration-no-important */
|
|
163
|
+
}
|
|
164
|
+
|
|
115
165
|
.e-multicolumn-grid tr.e-groupcaptionrow {
|
|
116
166
|
position: sticky;
|
|
117
167
|
top: 0;
|
|
@@ -241,7 +291,8 @@
|
|
|
241
291
|
overflow: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
242
292
|
}
|
|
243
293
|
|
|
244
|
-
.e-multicolumn-container .e-input-group-icon.e-multicolumn-list-icon.e-ddl-disable-icon
|
|
294
|
+
.e-multicolumn-container .e-input-group-icon.e-multicolumn-list-icon.e-ddl-disable-icon,
|
|
295
|
+
.e-multicolumn-list.e-input-group .e-input-group-icon {
|
|
245
296
|
position: relative;
|
|
246
297
|
}
|
|
247
298
|
|
|
@@ -337,6 +388,16 @@
|
|
|
337
388
|
margin-top: 2px;
|
|
338
389
|
}
|
|
339
390
|
|
|
391
|
+
.e-bigger.e-multicolumn-list .e-multicolumn-list-icon .e-spinner-pane .e-spinner-inner svg,
|
|
392
|
+
.e-bigger .e-multicolumn-list .e-multicolumn-list-icon .e-spinner-pane .e-spinner-inner svg {
|
|
393
|
+
/* stylelint-disable declaration-no-important */
|
|
394
|
+
height: 26px !important;
|
|
395
|
+
width: 26px !important;
|
|
396
|
+
-webkit-transform-origin: 13px 13px 13px !important;
|
|
397
|
+
transform-origin: 13px 13px 13px !important;
|
|
398
|
+
/* stylelint-enable declaration-no-important */
|
|
399
|
+
}
|
|
400
|
+
|
|
340
401
|
.e-bigger.e-small.e-popup .e-multicolumn-grid .e-headercelldiv,
|
|
341
402
|
.e-bigger.e-small.e-popup .e-multicolumn-grid .e-rowcell, .e-bigger.e-small.e-popup.e-multicolumn-list .e-popup-footer,
|
|
342
403
|
.e-bigger.e-small .e-popup .e-multicolumn-grid .e-headercelldiv,
|
package/styles/fluent-dark.scss
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
@import 'ej2-dropdowns/styles/drop-down-list/fluent-dark-definition.scss';
|
|
6
6
|
@import 'ej2-dropdowns/styles/combo-box/fluent-dark-definition.scss';
|
|
7
7
|
@import 'ej2-grids/styles/grid/fluent-dark-definition.scss';
|
|
8
|
+
@import 'ej2-popups/styles/spinner/fluent-dark-definition.scss';
|
|
8
9
|
@import 'multicolumn-combobox/fluent-dark-definition.scss';
|
|
9
10
|
@import 'multicolumn-combobox/icons/fluent-dark.scss';
|
|
10
11
|
@import 'multicolumn-combobox/all.scss';
|
package/styles/fluent-lite.css
CHANGED
|
@@ -107,11 +107,61 @@
|
|
|
107
107
|
font-size: 14px;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
111
|
+
@-webkit-keyframes material-spinner-rotate {
|
|
112
|
+
0% {
|
|
113
|
+
-webkit-transform: rotate(0);
|
|
114
|
+
transform: rotate(0);
|
|
115
|
+
}
|
|
116
|
+
100% {
|
|
117
|
+
-webkit-transform: rotate(360deg);
|
|
118
|
+
transform: rotate(360deg);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
@keyframes material-spinner-rotate {
|
|
122
|
+
0% {
|
|
123
|
+
-webkit-transform: rotate(0);
|
|
124
|
+
transform: rotate(0);
|
|
125
|
+
}
|
|
126
|
+
100% {
|
|
127
|
+
-webkit-transform: rotate(360deg);
|
|
128
|
+
transform: rotate(360deg);
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
@-webkit-keyframes fabric-spinner-rotate {
|
|
132
|
+
0% {
|
|
133
|
+
-webkit-transform: rotate(0);
|
|
134
|
+
transform: rotate(0);
|
|
135
|
+
}
|
|
136
|
+
100% {
|
|
137
|
+
-webkit-transform: rotate(360deg);
|
|
138
|
+
transform: rotate(360deg);
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
@keyframes fabric-spinner-rotate {
|
|
142
|
+
0% {
|
|
143
|
+
-webkit-transform: rotate(0);
|
|
144
|
+
transform: rotate(0);
|
|
145
|
+
}
|
|
146
|
+
100% {
|
|
147
|
+
-webkit-transform: rotate(360deg);
|
|
148
|
+
transform: rotate(360deg);
|
|
149
|
+
}
|
|
150
|
+
}
|
|
110
151
|
.e-input-group.e-control-wrapper .e-multicolumn-list-icon::before {
|
|
111
152
|
content: "\e729";
|
|
112
153
|
font-family: "e-icons";
|
|
113
154
|
}
|
|
114
155
|
|
|
156
|
+
.e-multicolumn-list-icon .e-spinner-pane .e-spinner-inner svg {
|
|
157
|
+
/* stylelint-disable declaration-no-important */
|
|
158
|
+
height: 20px !important;
|
|
159
|
+
width: 20px !important;
|
|
160
|
+
-webkit-transform-origin: 10px 10px 10px !important;
|
|
161
|
+
transform-origin: 10px 10px 10px !important;
|
|
162
|
+
/* stylelint-enable declaration-no-important */
|
|
163
|
+
}
|
|
164
|
+
|
|
115
165
|
.e-multicolumn-grid tr.e-groupcaptionrow {
|
|
116
166
|
position: sticky;
|
|
117
167
|
top: 0;
|
|
@@ -241,7 +291,8 @@
|
|
|
241
291
|
overflow: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
242
292
|
}
|
|
243
293
|
|
|
244
|
-
.e-multicolumn-container .e-input-group-icon.e-multicolumn-list-icon.e-ddl-disable-icon
|
|
294
|
+
.e-multicolumn-container .e-input-group-icon.e-multicolumn-list-icon.e-ddl-disable-icon,
|
|
295
|
+
.e-multicolumn-list.e-input-group .e-input-group-icon {
|
|
245
296
|
position: relative;
|
|
246
297
|
}
|
|
247
298
|
|
package/styles/fluent-lite.scss
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
@import 'ej2-dropdowns/styles/drop-down-list/fluent-definition.scss';
|
|
6
6
|
@import 'ej2-dropdowns/styles/combo-box/fluent-definition.scss';
|
|
7
7
|
@import 'ej2-grids/styles/grid/fluent-definition.scss';
|
|
8
|
+
@import 'ej2-popups/styles/spinner/fluent-definition.scss';
|
|
8
9
|
@import 'multicolumn-combobox/fluent-definition.scss';
|
|
9
10
|
@import 'multicolumn-combobox/icons/fluent.scss';
|
|
10
11
|
@import 'multicolumn-combobox/all.scss';
|
package/styles/fluent.css
CHANGED
|
@@ -107,11 +107,61 @@
|
|
|
107
107
|
font-size: 14px;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
111
|
+
@-webkit-keyframes material-spinner-rotate {
|
|
112
|
+
0% {
|
|
113
|
+
-webkit-transform: rotate(0);
|
|
114
|
+
transform: rotate(0);
|
|
115
|
+
}
|
|
116
|
+
100% {
|
|
117
|
+
-webkit-transform: rotate(360deg);
|
|
118
|
+
transform: rotate(360deg);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
@keyframes material-spinner-rotate {
|
|
122
|
+
0% {
|
|
123
|
+
-webkit-transform: rotate(0);
|
|
124
|
+
transform: rotate(0);
|
|
125
|
+
}
|
|
126
|
+
100% {
|
|
127
|
+
-webkit-transform: rotate(360deg);
|
|
128
|
+
transform: rotate(360deg);
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
@-webkit-keyframes fabric-spinner-rotate {
|
|
132
|
+
0% {
|
|
133
|
+
-webkit-transform: rotate(0);
|
|
134
|
+
transform: rotate(0);
|
|
135
|
+
}
|
|
136
|
+
100% {
|
|
137
|
+
-webkit-transform: rotate(360deg);
|
|
138
|
+
transform: rotate(360deg);
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
@keyframes fabric-spinner-rotate {
|
|
142
|
+
0% {
|
|
143
|
+
-webkit-transform: rotate(0);
|
|
144
|
+
transform: rotate(0);
|
|
145
|
+
}
|
|
146
|
+
100% {
|
|
147
|
+
-webkit-transform: rotate(360deg);
|
|
148
|
+
transform: rotate(360deg);
|
|
149
|
+
}
|
|
150
|
+
}
|
|
110
151
|
.e-input-group.e-control-wrapper .e-multicolumn-list-icon::before {
|
|
111
152
|
content: "\e729";
|
|
112
153
|
font-family: "e-icons";
|
|
113
154
|
}
|
|
114
155
|
|
|
156
|
+
.e-multicolumn-list-icon .e-spinner-pane .e-spinner-inner svg {
|
|
157
|
+
/* stylelint-disable declaration-no-important */
|
|
158
|
+
height: 20px !important;
|
|
159
|
+
width: 20px !important;
|
|
160
|
+
-webkit-transform-origin: 10px 10px 10px !important;
|
|
161
|
+
transform-origin: 10px 10px 10px !important;
|
|
162
|
+
/* stylelint-enable declaration-no-important */
|
|
163
|
+
}
|
|
164
|
+
|
|
115
165
|
.e-multicolumn-grid tr.e-groupcaptionrow {
|
|
116
166
|
position: sticky;
|
|
117
167
|
top: 0;
|
|
@@ -241,7 +291,8 @@
|
|
|
241
291
|
overflow: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
242
292
|
}
|
|
243
293
|
|
|
244
|
-
.e-multicolumn-container .e-input-group-icon.e-multicolumn-list-icon.e-ddl-disable-icon
|
|
294
|
+
.e-multicolumn-container .e-input-group-icon.e-multicolumn-list-icon.e-ddl-disable-icon,
|
|
295
|
+
.e-multicolumn-list.e-input-group .e-input-group-icon {
|
|
245
296
|
position: relative;
|
|
246
297
|
}
|
|
247
298
|
|
|
@@ -337,6 +388,16 @@
|
|
|
337
388
|
margin-top: 2px;
|
|
338
389
|
}
|
|
339
390
|
|
|
391
|
+
.e-bigger.e-multicolumn-list .e-multicolumn-list-icon .e-spinner-pane .e-spinner-inner svg,
|
|
392
|
+
.e-bigger .e-multicolumn-list .e-multicolumn-list-icon .e-spinner-pane .e-spinner-inner svg {
|
|
393
|
+
/* stylelint-disable declaration-no-important */
|
|
394
|
+
height: 26px !important;
|
|
395
|
+
width: 26px !important;
|
|
396
|
+
-webkit-transform-origin: 13px 13px 13px !important;
|
|
397
|
+
transform-origin: 13px 13px 13px !important;
|
|
398
|
+
/* stylelint-enable declaration-no-important */
|
|
399
|
+
}
|
|
400
|
+
|
|
340
401
|
.e-bigger.e-small.e-popup .e-multicolumn-grid .e-headercelldiv,
|
|
341
402
|
.e-bigger.e-small.e-popup .e-multicolumn-grid .e-rowcell, .e-bigger.e-small.e-popup.e-multicolumn-list .e-popup-footer,
|
|
342
403
|
.e-bigger.e-small .e-popup .e-multicolumn-grid .e-headercelldiv,
|
package/styles/fluent.scss
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
@import 'ej2-dropdowns/styles/drop-down-list/fluent-definition.scss';
|
|
6
6
|
@import 'ej2-dropdowns/styles/combo-box/fluent-definition.scss';
|
|
7
7
|
@import 'ej2-grids/styles/grid/fluent-definition.scss';
|
|
8
|
+
@import 'ej2-popups/styles/spinner/fluent-definition.scss';
|
|
8
9
|
@import 'multicolumn-combobox/fluent-definition.scss';
|
|
9
10
|
@import 'multicolumn-combobox/icons/fluent.scss';
|
|
10
11
|
@import 'multicolumn-combobox/all.scss';
|
package/styles/fluent2-lite.css
CHANGED
|
@@ -111,11 +111,61 @@
|
|
|
111
111
|
min-width: 250px !important;
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
115
|
+
@-webkit-keyframes material-spinner-rotate {
|
|
116
|
+
0% {
|
|
117
|
+
-webkit-transform: rotate(0);
|
|
118
|
+
transform: rotate(0);
|
|
119
|
+
}
|
|
120
|
+
100% {
|
|
121
|
+
-webkit-transform: rotate(360deg);
|
|
122
|
+
transform: rotate(360deg);
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
@keyframes material-spinner-rotate {
|
|
126
|
+
0% {
|
|
127
|
+
-webkit-transform: rotate(0);
|
|
128
|
+
transform: rotate(0);
|
|
129
|
+
}
|
|
130
|
+
100% {
|
|
131
|
+
-webkit-transform: rotate(360deg);
|
|
132
|
+
transform: rotate(360deg);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
@-webkit-keyframes fabric-spinner-rotate {
|
|
136
|
+
0% {
|
|
137
|
+
-webkit-transform: rotate(0);
|
|
138
|
+
transform: rotate(0);
|
|
139
|
+
}
|
|
140
|
+
100% {
|
|
141
|
+
-webkit-transform: rotate(360deg);
|
|
142
|
+
transform: rotate(360deg);
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
@keyframes fabric-spinner-rotate {
|
|
146
|
+
0% {
|
|
147
|
+
-webkit-transform: rotate(0);
|
|
148
|
+
transform: rotate(0);
|
|
149
|
+
}
|
|
150
|
+
100% {
|
|
151
|
+
-webkit-transform: rotate(360deg);
|
|
152
|
+
transform: rotate(360deg);
|
|
153
|
+
}
|
|
154
|
+
}
|
|
114
155
|
.e-input-group.e-control-wrapper .e-multicolumn-list-icon::before {
|
|
115
156
|
content: "\e729";
|
|
116
157
|
font-family: "e-icons";
|
|
117
158
|
}
|
|
118
159
|
|
|
160
|
+
.e-multicolumn-list-icon .e-spinner-pane .e-spinner-inner svg {
|
|
161
|
+
/* stylelint-disable declaration-no-important */
|
|
162
|
+
height: 20px !important;
|
|
163
|
+
width: 20px !important;
|
|
164
|
+
-webkit-transform-origin: 10px 10px 10px !important;
|
|
165
|
+
transform-origin: 10px 10px 10px !important;
|
|
166
|
+
/* stylelint-enable declaration-no-important */
|
|
167
|
+
}
|
|
168
|
+
|
|
119
169
|
.e-multicolumn-grid tr.e-groupcaptionrow {
|
|
120
170
|
position: sticky;
|
|
121
171
|
top: 0;
|
|
@@ -245,7 +295,8 @@
|
|
|
245
295
|
overflow: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
246
296
|
}
|
|
247
297
|
|
|
248
|
-
.e-multicolumn-container .e-input-group-icon.e-multicolumn-list-icon.e-ddl-disable-icon
|
|
298
|
+
.e-multicolumn-container .e-input-group-icon.e-multicolumn-list-icon.e-ddl-disable-icon,
|
|
299
|
+
.e-multicolumn-list.e-input-group .e-input-group-icon {
|
|
249
300
|
position: relative;
|
|
250
301
|
}
|
|
251
302
|
|
package/styles/fluent2-lite.scss
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
@import 'ej2-dropdowns/styles/drop-down-list/fluent2-definition.scss';
|
|
6
6
|
@import 'ej2-dropdowns/styles/combo-box/fluent2-definition.scss';
|
|
7
7
|
@import 'ej2-grids/styles/grid/fluent2-definition.scss';
|
|
8
|
+
@import 'ej2-popups/styles/spinner/fluent2-definition.scss';
|
|
8
9
|
@import 'multicolumn-combobox/fluent2-definition.scss';
|
|
9
10
|
@import 'multicolumn-combobox/icons/fluent2.scss';
|
|
10
11
|
@import 'multicolumn-combobox/all.scss';
|
package/styles/fluent2.css
CHANGED
|
@@ -111,11 +111,61 @@
|
|
|
111
111
|
min-width: 250px !important;
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
115
|
+
@-webkit-keyframes material-spinner-rotate {
|
|
116
|
+
0% {
|
|
117
|
+
-webkit-transform: rotate(0);
|
|
118
|
+
transform: rotate(0);
|
|
119
|
+
}
|
|
120
|
+
100% {
|
|
121
|
+
-webkit-transform: rotate(360deg);
|
|
122
|
+
transform: rotate(360deg);
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
@keyframes material-spinner-rotate {
|
|
126
|
+
0% {
|
|
127
|
+
-webkit-transform: rotate(0);
|
|
128
|
+
transform: rotate(0);
|
|
129
|
+
}
|
|
130
|
+
100% {
|
|
131
|
+
-webkit-transform: rotate(360deg);
|
|
132
|
+
transform: rotate(360deg);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
@-webkit-keyframes fabric-spinner-rotate {
|
|
136
|
+
0% {
|
|
137
|
+
-webkit-transform: rotate(0);
|
|
138
|
+
transform: rotate(0);
|
|
139
|
+
}
|
|
140
|
+
100% {
|
|
141
|
+
-webkit-transform: rotate(360deg);
|
|
142
|
+
transform: rotate(360deg);
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
@keyframes fabric-spinner-rotate {
|
|
146
|
+
0% {
|
|
147
|
+
-webkit-transform: rotate(0);
|
|
148
|
+
transform: rotate(0);
|
|
149
|
+
}
|
|
150
|
+
100% {
|
|
151
|
+
-webkit-transform: rotate(360deg);
|
|
152
|
+
transform: rotate(360deg);
|
|
153
|
+
}
|
|
154
|
+
}
|
|
114
155
|
.e-input-group.e-control-wrapper .e-multicolumn-list-icon::before {
|
|
115
156
|
content: "\e729";
|
|
116
157
|
font-family: "e-icons";
|
|
117
158
|
}
|
|
118
159
|
|
|
160
|
+
.e-multicolumn-list-icon .e-spinner-pane .e-spinner-inner svg {
|
|
161
|
+
/* stylelint-disable declaration-no-important */
|
|
162
|
+
height: 20px !important;
|
|
163
|
+
width: 20px !important;
|
|
164
|
+
-webkit-transform-origin: 10px 10px 10px !important;
|
|
165
|
+
transform-origin: 10px 10px 10px !important;
|
|
166
|
+
/* stylelint-enable declaration-no-important */
|
|
167
|
+
}
|
|
168
|
+
|
|
119
169
|
.e-multicolumn-grid tr.e-groupcaptionrow {
|
|
120
170
|
position: sticky;
|
|
121
171
|
top: 0;
|
|
@@ -245,7 +295,8 @@
|
|
|
245
295
|
overflow: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
246
296
|
}
|
|
247
297
|
|
|
248
|
-
.e-multicolumn-container .e-input-group-icon.e-multicolumn-list-icon.e-ddl-disable-icon
|
|
298
|
+
.e-multicolumn-container .e-input-group-icon.e-multicolumn-list-icon.e-ddl-disable-icon,
|
|
299
|
+
.e-multicolumn-list.e-input-group .e-input-group-icon {
|
|
249
300
|
position: relative;
|
|
250
301
|
}
|
|
251
302
|
|
|
@@ -341,6 +392,16 @@
|
|
|
341
392
|
margin-top: unset;
|
|
342
393
|
}
|
|
343
394
|
|
|
395
|
+
.e-bigger.e-multicolumn-list .e-multicolumn-list-icon .e-spinner-pane .e-spinner-inner svg,
|
|
396
|
+
.e-bigger .e-multicolumn-list .e-multicolumn-list-icon .e-spinner-pane .e-spinner-inner svg {
|
|
397
|
+
/* stylelint-disable declaration-no-important */
|
|
398
|
+
height: 26px !important;
|
|
399
|
+
width: 26px !important;
|
|
400
|
+
-webkit-transform-origin: 13px 13px 13px !important;
|
|
401
|
+
transform-origin: 13px 13px 13px !important;
|
|
402
|
+
/* stylelint-enable declaration-no-important */
|
|
403
|
+
}
|
|
404
|
+
|
|
344
405
|
.e-bigger.e-small.e-popup .e-multicolumn-grid .e-headercelldiv,
|
|
345
406
|
.e-bigger.e-small.e-popup .e-multicolumn-grid .e-rowcell, .e-bigger.e-small.e-popup.e-multicolumn-list .e-popup-footer,
|
|
346
407
|
.e-bigger.e-small .e-popup .e-multicolumn-grid .e-headercelldiv,
|
package/styles/fluent2.scss
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
@import 'ej2-dropdowns/styles/drop-down-list/fluent2-definition.scss';
|
|
6
6
|
@import 'ej2-dropdowns/styles/combo-box/fluent2-definition.scss';
|
|
7
7
|
@import 'ej2-grids/styles/grid/fluent2-definition.scss';
|
|
8
|
+
@import 'ej2-popups/styles/spinner/fluent2-definition.scss';
|
|
8
9
|
@import 'multicolumn-combobox/fluent2-definition.scss';
|
|
9
10
|
@import 'multicolumn-combobox/icons/fluent2.scss';
|
|
10
11
|
@import 'multicolumn-combobox/all.scss';
|
|
@@ -61,11 +61,61 @@
|
|
|
61
61
|
border-color: #000;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
65
|
+
@-webkit-keyframes material-spinner-rotate {
|
|
66
|
+
0% {
|
|
67
|
+
-webkit-transform: rotate(0);
|
|
68
|
+
transform: rotate(0);
|
|
69
|
+
}
|
|
70
|
+
100% {
|
|
71
|
+
-webkit-transform: rotate(360deg);
|
|
72
|
+
transform: rotate(360deg);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
@keyframes material-spinner-rotate {
|
|
76
|
+
0% {
|
|
77
|
+
-webkit-transform: rotate(0);
|
|
78
|
+
transform: rotate(0);
|
|
79
|
+
}
|
|
80
|
+
100% {
|
|
81
|
+
-webkit-transform: rotate(360deg);
|
|
82
|
+
transform: rotate(360deg);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
@-webkit-keyframes fabric-spinner-rotate {
|
|
86
|
+
0% {
|
|
87
|
+
-webkit-transform: rotate(0);
|
|
88
|
+
transform: rotate(0);
|
|
89
|
+
}
|
|
90
|
+
100% {
|
|
91
|
+
-webkit-transform: rotate(360deg);
|
|
92
|
+
transform: rotate(360deg);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
@keyframes fabric-spinner-rotate {
|
|
96
|
+
0% {
|
|
97
|
+
-webkit-transform: rotate(0);
|
|
98
|
+
transform: rotate(0);
|
|
99
|
+
}
|
|
100
|
+
100% {
|
|
101
|
+
-webkit-transform: rotate(360deg);
|
|
102
|
+
transform: rotate(360deg);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
64
105
|
.e-input-group.e-control-wrapper .e-multicolumn-list-icon::before {
|
|
65
106
|
content: "\e966";
|
|
66
107
|
font-family: "e-icons";
|
|
67
108
|
}
|
|
68
109
|
|
|
110
|
+
.e-multicolumn-list-icon .e-spinner-pane .e-spinner-inner svg {
|
|
111
|
+
/* stylelint-disable declaration-no-important */
|
|
112
|
+
height: 20px !important;
|
|
113
|
+
width: 20px !important;
|
|
114
|
+
-webkit-transform-origin: 10px 10px 10px !important;
|
|
115
|
+
transform-origin: 10px 10px 10px !important;
|
|
116
|
+
/* stylelint-enable declaration-no-important */
|
|
117
|
+
}
|
|
118
|
+
|
|
69
119
|
.e-multicolumn-grid tr.e-groupcaptionrow {
|
|
70
120
|
position: sticky;
|
|
71
121
|
top: 0;
|
|
@@ -195,7 +245,8 @@
|
|
|
195
245
|
overflow: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
196
246
|
}
|
|
197
247
|
|
|
198
|
-
.e-multicolumn-container .e-input-group-icon.e-multicolumn-list-icon.e-ddl-disable-icon
|
|
248
|
+
.e-multicolumn-container .e-input-group-icon.e-multicolumn-list-icon.e-ddl-disable-icon,
|
|
249
|
+
.e-multicolumn-list.e-input-group .e-input-group-icon {
|
|
199
250
|
position: relative;
|
|
200
251
|
}
|
|
201
252
|
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
@import 'ej2-dropdowns/styles/drop-down-list/highcontrast-light-definition.scss';
|
|
6
6
|
@import 'ej2-dropdowns/styles/combo-box/highcontrast-light-definition.scss';
|
|
7
7
|
@import 'ej2-grids/styles/grid/highcontrast-light-definition.scss';
|
|
8
|
+
@import 'ej2-popups/styles/spinner/highcontrast-light-definition.scss';
|
|
8
9
|
@import 'multicolumn-combobox/highcontrast-light-definition.scss';
|
|
9
10
|
@import 'multicolumn-combobox/icons/highcontrast-light.scss';
|
|
10
11
|
@import 'multicolumn-combobox/all.scss';
|