@syncfusion/ej2-dropdowns 31.1.17 → 31.1.18
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-dropdowns.min.js +2 -2
- 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 +3 -0
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +3 -0
- 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 +2 -2
- package/src/mention/mention.js +3 -0
- package/styles/auto-complete/bootstrap4.css +0 -8
- package/styles/bds-lite.css +1 -0
- package/styles/bds.css +1 -0
- package/styles/bootstrap-dark-lite.css +1 -0
- package/styles/bootstrap-dark.css +1 -0
- package/styles/bootstrap-lite.css +1 -0
- package/styles/bootstrap.css +1 -0
- package/styles/bootstrap4-lite.css +1 -8
- package/styles/bootstrap4.css +3 -10
- package/styles/bootstrap5-dark-lite.css +1 -0
- package/styles/bootstrap5-dark.css +1 -0
- package/styles/bootstrap5-lite.css +1 -0
- package/styles/bootstrap5.3-lite.css +1 -0
- package/styles/bootstrap5.3.css +2 -1
- package/styles/bootstrap5.css +1 -0
- package/styles/combo-box/bootstrap4.css +0 -8
- package/styles/drop-down-base/_fluent2-definition.scss +2 -2
- package/styles/drop-down-base/fluent2.css +4 -4
- package/styles/drop-down-list/_bootstrap4-definition.scss +0 -8
- package/styles/drop-down-list/bootstrap4.css +0 -8
- package/styles/drop-down-tree/_bigger.scss +2 -8
- package/styles/drop-down-tree/_layout.scss +0 -12
- package/styles/drop-down-tree/bds.css +1 -0
- package/styles/drop-down-tree/bootstrap-dark.css +1 -0
- package/styles/drop-down-tree/bootstrap.css +1 -0
- package/styles/drop-down-tree/bootstrap4.css +1 -0
- package/styles/drop-down-tree/bootstrap5-dark.css +1 -0
- package/styles/drop-down-tree/bootstrap5.3.css +2 -1
- package/styles/drop-down-tree/bootstrap5.css +1 -0
- package/styles/drop-down-tree/fabric-dark.css +1 -0
- package/styles/drop-down-tree/fabric.css +1 -0
- package/styles/drop-down-tree/fluent-dark.css +1 -0
- package/styles/drop-down-tree/fluent.css +1 -0
- package/styles/drop-down-tree/fluent2.css +1 -5
- package/styles/drop-down-tree/highcontrast-light.css +1 -0
- package/styles/drop-down-tree/highcontrast.css +1 -0
- package/styles/drop-down-tree/tailwind-dark.css +1 -0
- package/styles/drop-down-tree/tailwind.css +1 -0
- package/styles/drop-down-tree/tailwind3.css +1 -0
- package/styles/fabric-dark-lite.css +1 -0
- package/styles/fabric-dark.css +1 -0
- package/styles/fabric-lite.css +1 -0
- package/styles/fabric.css +1 -0
- package/styles/fluent-dark-lite.css +1 -0
- package/styles/fluent-dark.css +1 -0
- package/styles/fluent-lite.css +1 -0
- package/styles/fluent.css +1 -0
- package/styles/fluent2-lite.css +2 -6
- package/styles/fluent2.css +5 -9
- package/styles/highcontrast-light-lite.css +1 -0
- package/styles/highcontrast-light.css +1 -0
- package/styles/highcontrast-lite.css +1 -0
- package/styles/highcontrast.css +1 -0
- package/styles/multi-select/_bigger.scss +2 -2
- package/styles/multi-select/bootstrap4.css +2 -2
- package/styles/tailwind-dark-lite.css +1 -0
- package/styles/tailwind-dark.css +1 -0
- package/styles/tailwind-lite.css +1 -0
- package/styles/tailwind.css +1 -0
- package/styles/tailwind3-lite.css +1 -0
- package/styles/tailwind3.css +1 -0
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 31.1.
|
|
3
|
+
* version : 31.1.18
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-dropdowns",
|
|
3
|
-
"version": "31.1.
|
|
3
|
+
"version": "31.1.18",
|
|
4
4
|
"description": "Essential JS 2 DropDown Components",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"@syncfusion/ej2-data": "~31.1.17",
|
|
13
13
|
"@syncfusion/ej2-inputs": "~31.1.17",
|
|
14
14
|
"@syncfusion/ej2-lists": "~31.1.17",
|
|
15
|
-
"@syncfusion/ej2-navigations": "~31.1.
|
|
15
|
+
"@syncfusion/ej2-navigations": "~31.1.18",
|
|
16
16
|
"@syncfusion/ej2-notifications": "~31.1.17",
|
|
17
17
|
"@syncfusion/ej2-popups": "~31.1.17"
|
|
18
18
|
},
|
package/src/mention/mention.js
CHANGED
|
@@ -1370,6 +1370,9 @@ var Mention = /** @class */ (function (_super) {
|
|
|
1370
1370
|
if (Browser.isAndroid) {
|
|
1371
1371
|
return '<span contenteditable="true" class="e-mention-chip">' + showChar + value + '</span>'.concat(typeof this.suffixText === 'string' ? this.suffixText : '​');
|
|
1372
1372
|
}
|
|
1373
|
+
else if (Browser.info.name === 'mozilla') {
|
|
1374
|
+
return '<span><span contenteditable="false" class="e-mention-chip">' + showChar + value + '</span></span>'.concat(typeof this.suffixText === 'string' ? this.suffixText : '​');
|
|
1375
|
+
}
|
|
1373
1376
|
else {
|
|
1374
1377
|
return '<span contenteditable="false" class="e-mention-chip">' + showChar + value + '</span>'.concat(typeof this.suffixText === 'string' ? this.suffixText : '​');
|
|
1375
1378
|
}
|
|
@@ -79,14 +79,6 @@
|
|
|
79
79
|
font-size: 12px;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
83
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
84
|
-
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
85
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
86
|
-
background: transparent;
|
|
87
|
-
color: #495057;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
82
|
.e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
91
83
|
.e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
92
84
|
font-size: 10px;
|
package/styles/bds-lite.css
CHANGED
package/styles/bds.css
CHANGED
package/styles/bootstrap.css
CHANGED
|
@@ -432,14 +432,6 @@
|
|
|
432
432
|
font-size: 12px;
|
|
433
433
|
}
|
|
434
434
|
|
|
435
|
-
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
436
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
437
|
-
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
438
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
439
|
-
background: transparent;
|
|
440
|
-
color: #495057;
|
|
441
|
-
}
|
|
442
|
-
|
|
443
435
|
.e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
444
436
|
.e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
445
437
|
font-size: 10px;
|
|
@@ -1017,6 +1009,7 @@ ejs-dropdownlist {
|
|
|
1017
1009
|
.e-ddt.e-float-input.e-control-wrapper.e-input-group .e-float-text.e-label-top {
|
|
1018
1010
|
top: 15px;
|
|
1019
1011
|
}
|
|
1012
|
+
|
|
1020
1013
|
.e-ddt-icon-hide {
|
|
1021
1014
|
display: none;
|
|
1022
1015
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -511,14 +511,6 @@
|
|
|
511
511
|
font-size: 12px;
|
|
512
512
|
}
|
|
513
513
|
|
|
514
|
-
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
515
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
516
|
-
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
517
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
518
|
-
background: transparent;
|
|
519
|
-
color: #495057;
|
|
520
|
-
}
|
|
521
|
-
|
|
522
514
|
.e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
523
515
|
.e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
524
516
|
font-size: 10px;
|
|
@@ -1212,6 +1204,7 @@ ejs-dropdownlist {
|
|
|
1212
1204
|
.e-ddt.e-float-input.e-control-wrapper.e-input-group .e-float-text.e-label-top {
|
|
1213
1205
|
top: 15px;
|
|
1214
1206
|
}
|
|
1207
|
+
|
|
1215
1208
|
.e-ddt-icon-hide {
|
|
1216
1209
|
display: none;
|
|
1217
1210
|
}
|
|
@@ -2770,13 +2763,13 @@ ejs-multiselect {
|
|
|
2770
2763
|
}
|
|
2771
2764
|
|
|
2772
2765
|
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2773
|
-
font-size:
|
|
2766
|
+
font-size: 12px;
|
|
2774
2767
|
top: 9px;
|
|
2775
2768
|
}
|
|
2776
2769
|
|
|
2777
2770
|
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before,
|
|
2778
2771
|
.e-bigger.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2779
|
-
top:
|
|
2772
|
+
top: 1px;
|
|
2780
2773
|
}
|
|
2781
2774
|
|
|
2782
2775
|
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
package/styles/bootstrap5.3.css
CHANGED
|
@@ -1202,6 +1202,7 @@ ejs-dropdownlist {
|
|
|
1202
1202
|
.e-ddt.e-float-input.e-control-wrapper.e-input-group .e-float-text.e-label-top {
|
|
1203
1203
|
top: 15px;
|
|
1204
1204
|
}
|
|
1205
|
+
|
|
1205
1206
|
.e-ddt-icon-hide {
|
|
1206
1207
|
display: none;
|
|
1207
1208
|
}
|
|
@@ -1255,7 +1256,7 @@ ejs-dropdownlist {
|
|
|
1255
1256
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
1256
1257
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
|
|
1257
1258
|
bottom: auto;
|
|
1258
|
-
right:
|
|
1259
|
+
right: 36px;
|
|
1259
1260
|
}
|
|
1260
1261
|
.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon, .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon,
|
|
1261
1262
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -79,14 +79,6 @@
|
|
|
79
79
|
font-size: 12px;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
83
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
84
|
-
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
85
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
86
|
-
background: transparent;
|
|
87
|
-
color: #495057;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
82
|
.e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
91
83
|
.e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
92
84
|
font-size: 10px;
|
|
@@ -17,8 +17,8 @@ $ddl-list-header-padding-left: 12px !default;
|
|
|
17
17
|
$ddl-list-header-small-padding-left: 8px !default;
|
|
18
18
|
$ddl-list-header-bigger-small-padding-left: 14px !default;
|
|
19
19
|
$ddl-list-header-bigger-padding-left: 0 !default;
|
|
20
|
-
$ddl-list-text-indent:
|
|
21
|
-
$ddl-bigger-text-indent:
|
|
20
|
+
$ddl-list-text-indent: 12px !default;
|
|
21
|
+
$ddl-bigger-text-indent: 16px !default;
|
|
22
22
|
$ddl-list-rtl-padding-right: 0 !default;
|
|
23
23
|
$ddl-list-padding-right: 16px !default;
|
|
24
24
|
$ddl-list-rtl-padding-left: 16px !default;
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
line-height: 32px;
|
|
182
182
|
min-height: 32px;
|
|
183
183
|
padding-right: 16px;
|
|
184
|
-
text-indent:
|
|
184
|
+
text-indent: 12px;
|
|
185
185
|
background-color: var(--color-sf-flyout-bg-color);
|
|
186
186
|
margin-bottom: 2px;
|
|
187
187
|
}
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
border-color: var(--color-sf-border-light);
|
|
309
309
|
color: var(--color-sf-content-text-color);
|
|
310
310
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
311
|
-
text-indent:
|
|
311
|
+
text-indent: 12px;
|
|
312
312
|
font-size: 14px;
|
|
313
313
|
padding-right: 16px;
|
|
314
314
|
}
|
|
@@ -341,14 +341,14 @@
|
|
|
341
341
|
.e-bigger .e-dropdownbase .e-list-item,
|
|
342
342
|
.e-dropdownbase.e-bigger .e-list-item {
|
|
343
343
|
line-height: 40px;
|
|
344
|
-
text-indent:
|
|
344
|
+
text-indent: 16px;
|
|
345
345
|
}
|
|
346
346
|
|
|
347
347
|
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
348
348
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
349
349
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
350
350
|
line-height: 40px;
|
|
351
|
-
text-indent:
|
|
351
|
+
text-indent: 16px;
|
|
352
352
|
}
|
|
353
353
|
|
|
354
354
|
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
@@ -115,14 +115,6 @@ $ddl-bigger-small-list-font-size: 14px !default;
|
|
|
115
115
|
font-size: 12px;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
|
-
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
119
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
120
|
-
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
121
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
122
|
-
background: transparent;
|
|
123
|
-
color: $ddl-list-icon-color;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
118
|
.e-small .e-input-group .e-control#{&}.e-dropdownlist~.e-ddl-icon,
|
|
127
119
|
.e-small.e-input-group .e-control#{&}.e-dropdownlist~.e-ddl-icon {
|
|
128
120
|
font-size: 10px;
|
|
@@ -135,14 +135,6 @@
|
|
|
135
135
|
font-size: 12px;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
139
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
140
|
-
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
141
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
142
|
-
background: transparent;
|
|
143
|
-
color: #495057;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
138
|
.e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
147
139
|
.e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
148
140
|
font-size: 10px;
|
|
@@ -66,18 +66,12 @@
|
|
|
66
66
|
@else if $ddt-skin-name == 'bootstrap4' {
|
|
67
67
|
right: 33px;
|
|
68
68
|
}
|
|
69
|
-
@else if $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' or $ddt-skin-name == 'tailwind3' {
|
|
69
|
+
@else if $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'bootstrap5.3' or $ddt-skin-name == 'FluentUI' or $ddt-skin-name == 'tailwind3' {
|
|
70
70
|
@include icon-style(auto, 36px);
|
|
71
71
|
}
|
|
72
|
-
@else if $ddt-skin-name != 'Material3'
|
|
72
|
+
@else if $ddt-skin-name != 'Material3' {
|
|
73
73
|
right: $ddt-dd-icon-bigger-width;
|
|
74
74
|
}
|
|
75
|
-
@else if $ddt-skin-name == 'fluent2' {
|
|
76
|
-
right: 30px;
|
|
77
|
-
}
|
|
78
|
-
@else if $ddt-skin-name == 'bootstrap5.3' {
|
|
79
|
-
@include icon-style(auto, 30px);
|
|
80
|
-
}
|
|
81
75
|
@if ($ddt-skin-name =='tailwind3') {
|
|
82
76
|
bottom: 0;
|
|
83
77
|
right: 24px;
|
|
@@ -361,6 +361,7 @@
|
|
|
361
361
|
.e-ddt.e-float-input.e-control-wrapper.e-input-group .e-float-text.e-label-top {
|
|
362
362
|
top: 15px;
|
|
363
363
|
}
|
|
364
|
+
|
|
364
365
|
.e-ddt-icon-hide {
|
|
365
366
|
display: none;
|
|
366
367
|
}
|
|
@@ -414,7 +415,7 @@
|
|
|
414
415
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
415
416
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
|
|
416
417
|
bottom: auto;
|
|
417
|
-
right:
|
|
418
|
+
right: 36px;
|
|
418
419
|
}
|
|
419
420
|
.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon, .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon,
|
|
420
421
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,
|
|
@@ -577,10 +577,6 @@
|
|
|
577
577
|
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
578
578
|
margin: 0 12px;
|
|
579
579
|
}
|
|
580
|
-
.e-ddt.e-popup .e-treeview .e-list-item .e-ul {
|
|
581
|
-
padding: 0 0 0 14px;
|
|
582
|
-
}
|
|
583
|
-
|
|
584
580
|
.e-ddt-icon-hide {
|
|
585
581
|
display: none;
|
|
586
582
|
}
|
|
@@ -629,7 +625,7 @@
|
|
|
629
625
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
|
|
630
626
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
631
627
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
|
|
632
|
-
right:
|
|
628
|
+
right: 38px;
|
|
633
629
|
}
|
|
634
630
|
.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon, .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon,
|
|
635
631
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,
|
package/styles/fabric-dark.css
CHANGED
package/styles/fabric-lite.css
CHANGED
package/styles/fabric.css
CHANGED
package/styles/fluent-dark.css
CHANGED
package/styles/fluent-lite.css
CHANGED
package/styles/fluent.css
CHANGED
package/styles/fluent2-lite.css
CHANGED
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
line-height: 32px;
|
|
182
182
|
min-height: 32px;
|
|
183
183
|
padding-right: 16px;
|
|
184
|
-
text-indent:
|
|
184
|
+
text-indent: 12px;
|
|
185
185
|
background-color: var(--color-sf-flyout-bg-color);
|
|
186
186
|
margin-bottom: 2px;
|
|
187
187
|
}
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
border-color: var(--color-sf-border-light);
|
|
309
309
|
color: var(--color-sf-content-text-color);
|
|
310
310
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
311
|
-
text-indent:
|
|
311
|
+
text-indent: 12px;
|
|
312
312
|
font-size: 14px;
|
|
313
313
|
padding-right: 16px;
|
|
314
314
|
}
|
|
@@ -1197,10 +1197,6 @@ ejs-dropdownlist {
|
|
|
1197
1197
|
.e-ddt.e-rtl.e-popup .e-selectall-parent .e-all-text {
|
|
1198
1198
|
margin: 0 12px;
|
|
1199
1199
|
}
|
|
1200
|
-
.e-ddt.e-popup .e-treeview .e-list-item .e-ul {
|
|
1201
|
-
padding: 0 0 0 14px;
|
|
1202
|
-
}
|
|
1203
|
-
|
|
1204
1200
|
.e-ddt-icon-hide {
|
|
1205
1201
|
display: none;
|
|
1206
1202
|
}
|