@syncfusion/ej2-dropdowns 19.3.43 → 19.3.47
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/.eslintrc.json +244 -0
- package/CHANGELOG.md +28 -0
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +30 -5
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +30 -5
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/combo-box/combo-box.js +1 -0
- package/src/drop-down-list/drop-down-list.d.ts +1 -0
- package/src/drop-down-list/drop-down-list.js +12 -0
- package/src/drop-down-tree/drop-down-tree.js +9 -5
- package/src/list-box/list-box.d.ts +4 -0
- package/src/list-box/list-box.js +3 -0
- package/src/multi-select/multi-select.js +5 -0
- package/styles/auto-complete/bootstrap4.css +5 -0
- package/styles/auto-complete/bootstrap5-dark.css +5 -0
- package/styles/auto-complete/bootstrap5.css +5 -0
- package/styles/bootstrap4.css +5 -0
- package/styles/bootstrap5-dark.css +5 -0
- package/styles/bootstrap5.css +5 -0
- package/styles/combo-box/bootstrap4.css +5 -0
- package/styles/combo-box/bootstrap5-dark.css +5 -0
- package/styles/combo-box/bootstrap5.css +5 -0
- package/styles/drop-down-list/_bootstrap4-definition.scss +6 -0
- package/styles/drop-down-list/_bootstrap5-definition.scss +6 -0
- package/styles/drop-down-list/bootstrap4.css +5 -0
- package/styles/drop-down-list/bootstrap5-dark.css +5 -0
- package/styles/drop-down-list/bootstrap5.css +5 -0
- package/styles/drop-down-tree/_layout.scss +461 -1
- package/styles/drop-down-tree/_material-dark-definition.scss +6 -1
- package/styles/drop-down-tree/_material-definition.scss +6 -1
- package/styles/drop-down-tree/_theme.scss +8 -0
- package/styles/drop-down-tree/material-dark.css +402 -1
- package/styles/drop-down-tree/material.css +402 -1
- package/styles/material-dark.css +496 -1
- package/styles/material.css +496 -1
- package/styles/multi-select/_layout.scss +116 -0
- package/styles/multi-select/_material-dark-definition.scss +22 -0
- package/styles/multi-select/_material-definition.scss +22 -0
- package/styles/multi-select/material-dark.css +94 -0
- package/styles/multi-select/material.css +94 -0
- package/tslint.json +111 -0
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
|
|
98
98
|
&::before {
|
|
99
99
|
font-size: $ddt-chip-close-font;
|
|
100
|
-
@if $ddt-skin-name != 'bootstrap5' {
|
|
100
|
+
@if $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'material' and $ddt-skin-name != 'material-dark' {
|
|
101
101
|
vertical-align: middle;
|
|
102
102
|
}
|
|
103
103
|
}
|
|
@@ -131,6 +131,171 @@
|
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
|
+
@if $ddt-skin-name == 'material' or $ddt-skin-name == 'material-dark' {
|
|
135
|
+
&.e-outline {
|
|
136
|
+
.e-overflow {
|
|
137
|
+
&.e-show-text {
|
|
138
|
+
padding: 10px 12px 9px;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
&.e-total-count {
|
|
142
|
+
padding: $ddt-outline-padding;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
&.e-input-group.e-control-wrapper,
|
|
147
|
+
&.e-float-input.e-control-wrapper {
|
|
148
|
+
&.e-show-dd-icon .e-clear-icon {
|
|
149
|
+
right: 30px;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
&.e-input-group.e-control-wrapper:not(.e-show-chip),
|
|
154
|
+
&.e-float-input.e-control-wrapper:not(.e-show-chip) {
|
|
155
|
+
&.e-show-dd-icon.e-input-focus .e-clear-icon {
|
|
156
|
+
min-height: 20px;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
&.e-outline.e-show-chip {
|
|
162
|
+
.e-overflow {
|
|
163
|
+
padding: $ddt-outline-chip-padding;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.e-chips-wrapper {
|
|
167
|
+
padding: $ddt-outline-chip-padding;
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
&.e-filled {
|
|
172
|
+
&.e-float-input.e-control-wrapper {
|
|
173
|
+
.e-overflow {
|
|
174
|
+
&.e-show-text {
|
|
175
|
+
line-height: 21px;
|
|
176
|
+
padding: 14px 2px 5px 0;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.e-remain {
|
|
180
|
+
&.e-wrap-count {
|
|
181
|
+
padding-top: 10px;
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
&.e-float-input.e-control-wrapper:not(.e-show-chip) {
|
|
188
|
+
.e-ddt-icon,
|
|
189
|
+
&.e-show-dd-icon .e-clear-icon {
|
|
190
|
+
padding-top: 8px;
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
&.e-float-input.e-control-wrapper.e-show-chip,
|
|
195
|
+
&.e-float-input.e-control-wrapper.e-show-text {
|
|
196
|
+
.e-ddt-icon {
|
|
197
|
+
bottom: 6px;
|
|
198
|
+
right: 10px;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.e-clear-icon {
|
|
202
|
+
bottom: 5px;
|
|
203
|
+
right: 38px;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
&:not(.e-show-dd-icon) .e-clear-icon {
|
|
207
|
+
bottom: 9px;
|
|
208
|
+
right: 10px;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.e-chips-wrapper,
|
|
213
|
+
.e-overflow {
|
|
214
|
+
.e-chips {
|
|
215
|
+
margin-top: 8px;
|
|
216
|
+
padding: 0 8px;
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
&.e-float-input.e-control-wrapper.e-show-chip {
|
|
221
|
+
.e-chips-wrapper,
|
|
222
|
+
.e-overflow {
|
|
223
|
+
padding-top: 8px;
|
|
224
|
+
|
|
225
|
+
.e-chips {
|
|
226
|
+
height: 18px;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.e-chips > .e-chipcontent {
|
|
230
|
+
font-size: 12px;
|
|
231
|
+
padding: 0 4px 0 0;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.e-chips-close::before {
|
|
235
|
+
font-size: 12px;
|
|
236
|
+
height: 12px;
|
|
237
|
+
width: 12px;
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
&.e-input-group.e-control-wrapper:not(.e-float-input) {
|
|
243
|
+
.e-overflow {
|
|
244
|
+
&.e-show-text {
|
|
245
|
+
line-height: 39px;
|
|
246
|
+
padding: 0;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.e-remain {
|
|
250
|
+
&.e-wrap-count {
|
|
251
|
+
line-height: 39px;
|
|
252
|
+
padding-top: 0;
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
&.e-show-chip {
|
|
258
|
+
.e-chips-wrapper,
|
|
259
|
+
.e-overflow {
|
|
260
|
+
.e-chips {
|
|
261
|
+
height: 28px;
|
|
262
|
+
margin-top: 8px;
|
|
263
|
+
padding: 0 8px;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.e-chips > .e-chipcontent {
|
|
267
|
+
font-size: 13px;
|
|
268
|
+
padding: 0 8px 0 0;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.e-chips-close::before {
|
|
272
|
+
font-size: 14px;
|
|
273
|
+
height: 14px;
|
|
274
|
+
width: 14px;
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
&.e-show-dd-icon.e-show-text,
|
|
280
|
+
&.e-show-dd-icon.e-show-chip {
|
|
281
|
+
.e-ddt-icon {
|
|
282
|
+
bottom: 10px;
|
|
283
|
+
right: 10px;
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.e-clear-icon {
|
|
288
|
+
bottom: 9px;
|
|
289
|
+
right: 38px;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
&:not(.e-show-dd-icon) .e-clear-icon {
|
|
293
|
+
bottom: 9px;
|
|
294
|
+
right: 10px;
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
}
|
|
134
299
|
|
|
135
300
|
.e-overflow {
|
|
136
301
|
white-space: nowrap;
|
|
@@ -506,6 +671,85 @@
|
|
|
506
671
|
}
|
|
507
672
|
}
|
|
508
673
|
|
|
674
|
+
@if $ddt-skin-name == 'material' or $ddt-skin-name == 'material-dark' {
|
|
675
|
+
&.e-outline {
|
|
676
|
+
&.e-input-group.e-control-wrapper,
|
|
677
|
+
&.e-float-input.e-control-wrapper {
|
|
678
|
+
&.e-show-dd-icon .e-clear-icon,
|
|
679
|
+
&.e-show-dd-icon.e-show-text .e-clear-icon,
|
|
680
|
+
&.e-show-dd-icon.e-show-chip .e-clear-icon {
|
|
681
|
+
left: 30px;
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
&.e-filled {
|
|
687
|
+
&.e-float-input.e-control-wrapper {
|
|
688
|
+
.e-overflow {
|
|
689
|
+
&.e-show-text {
|
|
690
|
+
padding: 14px 0 5px 2px;
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
&.e-float-input.e-control-wrapper.e-show-chip,
|
|
696
|
+
&.e-float-input.e-control-wrapper.e-show-text {
|
|
697
|
+
.e-ddt-icon {
|
|
698
|
+
left: 10px;
|
|
699
|
+
right: auto;
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
&.e-show-dd-icon .e-clear-icon {
|
|
703
|
+
left: 38px;
|
|
704
|
+
right: auto;
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
&:not(.e-show-dd-icon) .e-clear-icon {
|
|
708
|
+
left: 10px;
|
|
709
|
+
right: auto;
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
&.e-float-input.e-control-wrapper.e-show-chip {
|
|
714
|
+
.e-chips-wrapper,
|
|
715
|
+
.e-overflow {
|
|
716
|
+
.e-chips > .e-chipcontent {
|
|
717
|
+
padding: 0 0 0 4px;
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
&.e-input-group.e-control-wrapper:not(.e-float-input) {
|
|
723
|
+
&.e-show-chip {
|
|
724
|
+
.e-chips-wrapper,
|
|
725
|
+
.e-overflow {
|
|
726
|
+
.e-chips > .e-chipcontent {
|
|
727
|
+
padding: 0 0 0 8px;
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
&.e-show-dd-icon.e-show-text,
|
|
733
|
+
&.e-show-dd-icon.e-show-chip {
|
|
734
|
+
.e-ddt-icon {
|
|
735
|
+
left: 10px;
|
|
736
|
+
right: auto;
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
&.e-show-dd-icon .e-clear-icon {
|
|
741
|
+
left: 38px;
|
|
742
|
+
right: auto;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
&:not(.e-show-dd-icon) .e-clear-icon {
|
|
746
|
+
left: 10px;
|
|
747
|
+
right: auto;
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
}
|
|
751
|
+
}
|
|
752
|
+
|
|
509
753
|
&.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
510
754
|
@if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' {
|
|
511
755
|
margin-left: 18px;
|
|
@@ -681,6 +925,169 @@
|
|
|
681
925
|
}
|
|
682
926
|
}
|
|
683
927
|
|
|
928
|
+
@if $ddt-skin-name == 'material' or $ddt-skin-name == 'material-dark' {
|
|
929
|
+
&.e-outline {
|
|
930
|
+
.e-overflow {
|
|
931
|
+
&.e-show-text {
|
|
932
|
+
padding: $ddt-outline-bigger-padding;
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
&.e-total-count {
|
|
936
|
+
padding: $ddt-outline-bigger-padding;
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
&.e-input-group.e-control-wrapper,
|
|
941
|
+
&.e-float-input.e-control-wrapper {
|
|
942
|
+
&.e-show-dd-icon .e-clear-icon {
|
|
943
|
+
right: 36px;
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
&.e-outline.e-show-chip {
|
|
949
|
+
.e-overflow {
|
|
950
|
+
padding: $ddt-bigger-outline-chip-padding;
|
|
951
|
+
|
|
952
|
+
&.e-total-count {
|
|
953
|
+
.e-remain {
|
|
954
|
+
padding-top: 10px;
|
|
955
|
+
}
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
.e-remain {
|
|
959
|
+
&.e-wrap-count {
|
|
960
|
+
padding-top: 10px;
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
.e-chips-wrapper {
|
|
966
|
+
padding: $ddt-bigger-outline-chip-padding;
|
|
967
|
+
}
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
&.e-filled {
|
|
971
|
+
&.e-float-input.e-control-wrapper {
|
|
972
|
+
.e-overflow {
|
|
973
|
+
&.e-show-text {
|
|
974
|
+
line-height: 30px;
|
|
975
|
+
padding: 19px 12px 0 0;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
.e-remain {
|
|
979
|
+
&.e-wrap-count {
|
|
980
|
+
padding-top: 14px;
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
&.e-float-input.e-control-wrapper:not(.e-show-chip) {
|
|
987
|
+
.e-ddt-icon,
|
|
988
|
+
&.e-show-dd-icon .e-clear-icon {
|
|
989
|
+
padding-top: 8px;
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
&.e-float-input.e-control-wrapper.e-show-chip,
|
|
994
|
+
&.e-float-input.e-control-wrapper.e-show-text {
|
|
995
|
+
.e-ddt-icon {
|
|
996
|
+
bottom: 12px;
|
|
997
|
+
right: 12px;
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
.e-clear-icon {
|
|
1001
|
+
bottom: 11px;
|
|
1002
|
+
right: 44px;
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
&:not(.e-show-dd-icon) .e-clear-icon {
|
|
1006
|
+
bottom: 14px;
|
|
1007
|
+
right: 12px;
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
.e-chips-wrapper,
|
|
1012
|
+
.e-overflow {
|
|
1013
|
+
.e-chips {
|
|
1014
|
+
margin-top: 8px;
|
|
1015
|
+
padding: 0 8px;
|
|
1016
|
+
}
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
&.e-float-input.e-control-wrapper.e-show-chip {
|
|
1020
|
+
.e-chips-wrapper,
|
|
1021
|
+
.e-overflow {
|
|
1022
|
+
padding-top: 19px;
|
|
1023
|
+
|
|
1024
|
+
.e-chips {
|
|
1025
|
+
height: 24px;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
.e-chips > .e-chipcontent {
|
|
1029
|
+
font-size: 13px;
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
.e-chips-close::before {
|
|
1033
|
+
font-size: 14px;
|
|
1034
|
+
height: 14px;
|
|
1035
|
+
width: 14px;
|
|
1036
|
+
}
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
&.e-input-group.e-control-wrapper:not(.e-float-input) {
|
|
1041
|
+
.e-overflow {
|
|
1042
|
+
&.e-show-text {
|
|
1043
|
+
line-height: 55px;
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
.e-remain {
|
|
1047
|
+
&.e-wrap-count {
|
|
1048
|
+
line-height: 55px;
|
|
1049
|
+
padding-top: 0;
|
|
1050
|
+
}
|
|
1051
|
+
}
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
&.e-show-chip {
|
|
1055
|
+
.e-chips-wrapper,
|
|
1056
|
+
.e-overflow {
|
|
1057
|
+
.e-chips {
|
|
1058
|
+
height: 32px;
|
|
1059
|
+
padding: 0 12px;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
.e-chips > .e-chipcontent {
|
|
1063
|
+
font-size: 14px;
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
.e-chips-close::before {
|
|
1067
|
+
font-size: 16px;
|
|
1068
|
+
height: 16px;
|
|
1069
|
+
width: 16px;
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
&.e-show-dd-icon.e-show-text,
|
|
1075
|
+
&.e-show-dd-icon.e-show-chip {
|
|
1076
|
+
.e-ddt-icon,
|
|
1077
|
+
&:not(.e-show-dd-icon) .e-clear-icon {
|
|
1078
|
+
bottom: 16px;
|
|
1079
|
+
right: 12px;
|
|
1080
|
+
}
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
.e-clear-icon {
|
|
1084
|
+
bottom: 15px;
|
|
1085
|
+
right: 44px;
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
1088
|
+
}
|
|
1089
|
+
}
|
|
1090
|
+
|
|
684
1091
|
&.e-show-chip {
|
|
685
1092
|
.e-overflow {
|
|
686
1093
|
.e-remain {
|
|
@@ -800,6 +1207,59 @@
|
|
|
800
1207
|
}
|
|
801
1208
|
}
|
|
802
1209
|
|
|
1210
|
+
@if $ddt-skin-name == 'material' or $ddt-skin-name == 'material-dark' {
|
|
1211
|
+
&.e-outline {
|
|
1212
|
+
&.e-input-group.e-control-wrapper,
|
|
1213
|
+
&.e-float-input.e-control-wrapper {
|
|
1214
|
+
&.e-show-dd-icon .e-clear-icon,
|
|
1215
|
+
&.e-show-dd-icon.e-show-text .e-clear-icon,
|
|
1216
|
+
&.e-show-dd-icon.e-show-chip .e-clear-icon {
|
|
1217
|
+
left: 36px;
|
|
1218
|
+
}
|
|
1219
|
+
}
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
&.e-filled {
|
|
1223
|
+
&.e-float-input.e-control-wrapper {
|
|
1224
|
+
.e-overflow {
|
|
1225
|
+
&.e-show-text {
|
|
1226
|
+
padding: 19px 0 0 12px;
|
|
1227
|
+
}
|
|
1228
|
+
}
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
&.e-float-input.e-control-wrapper.e-show-chip,
|
|
1232
|
+
&.e-float-input.e-control-wrapper.e-show-text {
|
|
1233
|
+
.e-ddt-icon,
|
|
1234
|
+
&:not(.e-show-dd-icon) .e-clear-icon {
|
|
1235
|
+
left: 12px;
|
|
1236
|
+
right: auto;
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1239
|
+
&.e-show-dd-icon .e-clear-icon {
|
|
1240
|
+
left: 44px;
|
|
1241
|
+
right: auto;
|
|
1242
|
+
}
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
&.e-input-group.e-control-wrapper:not(.e-float-input) {
|
|
1246
|
+
&.e-show-dd-icon:not(.e-input-focus),
|
|
1247
|
+
&.e-show-dd-icon.e-show-chip {
|
|
1248
|
+
.e-ddt-icon,
|
|
1249
|
+
&:not(.e-show-dd-icon) .e-clear-icon {
|
|
1250
|
+
left: 12px;
|
|
1251
|
+
right: auto;
|
|
1252
|
+
}
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
.e-clear-icon {
|
|
1256
|
+
left: 44px;
|
|
1257
|
+
right: auto;
|
|
1258
|
+
}
|
|
1259
|
+
}
|
|
1260
|
+
}
|
|
1261
|
+
}
|
|
1262
|
+
|
|
803
1263
|
&.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
804
1264
|
@if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' {
|
|
805
1265
|
margin-right: 4px;
|
|
@@ -48,6 +48,7 @@ $ddt-popup-border-color: transparent !default;
|
|
|
48
48
|
$ddt-chip-close: rgba($grey-dark-font, .7) !default;
|
|
49
49
|
$ddt-chip-font-color: $grey-dark-font !default;
|
|
50
50
|
$ddt-chip-hover-bg-color: rgba($grey-white, .1) !default;
|
|
51
|
+
$ddt-filled-chip-bg-color: $grey-800 !default;
|
|
51
52
|
$ddt-chip-hover-font-color: $grey-dark-font !default;
|
|
52
53
|
$ddt-nodata-font-color: rgba($grey-dark-font, .7) !default;
|
|
53
54
|
$ddt-select-all-font-color: $grey-dark-font !default;
|
|
@@ -65,4 +66,8 @@ $ddt-chip-font-size: 13px !default;
|
|
|
65
66
|
$ddt-overflow-count-padding-top: 6px !default;
|
|
66
67
|
$ddt-delim-padding : 6px 0 0 0!default;
|
|
67
68
|
$ddt-delim-bigger-padding: 11px 0 0 0 !default;
|
|
68
|
-
$ddt-remains-count-padding-top: 6px !default;
|
|
69
|
+
$ddt-remains-count-padding-top: 6px !default;
|
|
70
|
+
$ddt-outline-padding: 10px 12px !default;
|
|
71
|
+
$ddt-outline-chip-padding: 4px 12px !default;
|
|
72
|
+
$ddt-outline-bigger-padding: 15px 16px !default;
|
|
73
|
+
$ddt-bigger-outline-chip-padding: 8px 15px !default;
|
|
@@ -48,6 +48,7 @@ $ddt-popup-border-color: transparent !default;
|
|
|
48
48
|
$ddt-chip-close: rgba($grey-light-font, .54) !default;
|
|
49
49
|
$ddt-chip-font-color: rgba($grey-light-font, .87) !default;
|
|
50
50
|
$ddt-chip-hover-bg-color: darken($grey-300, 4%) !default;;
|
|
51
|
+
$ddt-filled-chip-bg-color: darken($grey-300, 7%) !default;
|
|
51
52
|
$ddt-chip-hover-font-color: rgba($grey-light-font, .87) !default;
|
|
52
53
|
$ddt-nodata-font-color: $grey-black !default;
|
|
53
54
|
$ddt-select-all-font-color: rgba($grey-light-font, .87) !default;
|
|
@@ -65,4 +66,8 @@ $ddt-chip-font-size: 13px !default;
|
|
|
65
66
|
$ddt-overflow-count-padding-top: 6px !default;
|
|
66
67
|
$ddt-delim-padding : 6px 0 0 0 !default;
|
|
67
68
|
$ddt-delim-bigger-padding: 8px 0 0 0 !default;
|
|
68
|
-
$ddt-remains-count-padding-top: 6px !default;
|
|
69
|
+
$ddt-remains-count-padding-top: 6px !default;
|
|
70
|
+
$ddt-outline-padding: 10px 12px !default;
|
|
71
|
+
$ddt-outline-chip-padding: 4px 12px !default;
|
|
72
|
+
$ddt-outline-bigger-padding: 15px 16px !default;
|
|
73
|
+
$ddt-bigger-outline-chip-padding: 8px 15px !default;
|
|
@@ -34,6 +34,14 @@
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
+
@if $ddt-skin-name == 'material' or $ddt-skin-name == 'material-dark' {
|
|
38
|
+
&.e-filled {
|
|
39
|
+
.e-chips {
|
|
40
|
+
background-color: $ddt-filled-chip-bg-color;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
37
45
|
@if $ddt-skin-name == 'tailwind' {
|
|
38
46
|
&.e-disabled {
|
|
39
47
|
.e-chips {
|