@syncfusion/ej2-dropdowns 31.1.18 → 31.1.20
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 +15 -9
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +15 -9
- 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 +5 -5
- package/src/combo-box/combo-box.js +6 -1
- package/src/drop-down-list/drop-down-list.js +4 -6
- package/src/mention/mention.js +5 -2
- package/styles/auto-complete/bootstrap4.css +8 -0
- package/styles/bds-lite.css +0 -1
- package/styles/bds.css +0 -1
- package/styles/bootstrap-dark-lite.css +0 -1
- package/styles/bootstrap-dark.css +0 -1
- package/styles/bootstrap-lite.css +0 -1
- package/styles/bootstrap.css +0 -1
- package/styles/bootstrap4-lite.css +8 -1
- package/styles/bootstrap4.css +10 -3
- package/styles/bootstrap5-dark-lite.css +0 -1
- package/styles/bootstrap5-dark.css +0 -1
- package/styles/bootstrap5-lite.css +0 -1
- package/styles/bootstrap5.3-lite.css +0 -1
- package/styles/bootstrap5.3.css +1 -2
- package/styles/bootstrap5.css +0 -1
- package/styles/combo-box/bootstrap4.css +8 -0
- 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 +8 -0
- package/styles/drop-down-list/bootstrap4.css +8 -0
- package/styles/drop-down-tree/_bigger.scss +8 -2
- package/styles/drop-down-tree/_layout.scss +12 -0
- package/styles/drop-down-tree/bds.css +0 -1
- package/styles/drop-down-tree/bootstrap-dark.css +0 -1
- package/styles/drop-down-tree/bootstrap.css +0 -1
- package/styles/drop-down-tree/bootstrap4.css +0 -1
- package/styles/drop-down-tree/bootstrap5-dark.css +0 -1
- package/styles/drop-down-tree/bootstrap5.3.css +1 -2
- package/styles/drop-down-tree/bootstrap5.css +0 -1
- package/styles/drop-down-tree/fabric-dark.css +0 -1
- package/styles/drop-down-tree/fabric.css +0 -1
- package/styles/drop-down-tree/fluent-dark.css +0 -1
- package/styles/drop-down-tree/fluent.css +0 -1
- package/styles/drop-down-tree/fluent2.css +5 -1
- package/styles/drop-down-tree/highcontrast-light.css +0 -1
- package/styles/drop-down-tree/highcontrast.css +0 -1
- package/styles/drop-down-tree/tailwind-dark.css +0 -1
- package/styles/drop-down-tree/tailwind.css +0 -1
- package/styles/drop-down-tree/tailwind3.css +0 -1
- package/styles/fabric-dark-lite.css +0 -1
- package/styles/fabric-dark.css +0 -1
- package/styles/fabric-lite.css +0 -1
- package/styles/fabric.css +0 -1
- package/styles/fluent-dark-lite.css +0 -1
- package/styles/fluent-dark.css +0 -1
- package/styles/fluent-lite.css +0 -1
- package/styles/fluent.css +0 -1
- package/styles/fluent2-lite.css +6 -2
- package/styles/fluent2.css +9 -5
- package/styles/highcontrast-light-lite.css +0 -1
- package/styles/highcontrast-light.css +0 -1
- package/styles/highcontrast-lite.css +0 -1
- package/styles/highcontrast.css +0 -1
- package/styles/multi-select/_bigger.scss +2 -2
- package/styles/multi-select/bootstrap4.css +2 -2
- package/styles/tailwind-dark-lite.css +0 -1
- package/styles/tailwind-dark.css +0 -1
- package/styles/tailwind-lite.css +0 -1
- package/styles/tailwind.css +0 -1
- package/styles/tailwind3-lite.css +0 -1
- package/styles/tailwind3.css +0 -1
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.20
|
|
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.20",
|
|
4
4
|
"description": "Essential JS 2 DropDown Components",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
"module": "./index.js",
|
|
9
9
|
"es2015": "./dist/es6/ej2-dropdowns.es5.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@syncfusion/ej2-base": "~31.1.
|
|
11
|
+
"@syncfusion/ej2-base": "~31.1.20",
|
|
12
12
|
"@syncfusion/ej2-data": "~31.1.17",
|
|
13
|
-
"@syncfusion/ej2-inputs": "~31.1.
|
|
13
|
+
"@syncfusion/ej2-inputs": "~31.1.20",
|
|
14
14
|
"@syncfusion/ej2-lists": "~31.1.17",
|
|
15
|
-
"@syncfusion/ej2-navigations": "~31.1.
|
|
15
|
+
"@syncfusion/ej2-navigations": "~31.1.20",
|
|
16
16
|
"@syncfusion/ej2-notifications": "~31.1.17",
|
|
17
|
-
"@syncfusion/ej2-popups": "~31.1.
|
|
17
|
+
"@syncfusion/ej2-popups": "~31.1.20"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {},
|
|
20
20
|
"keywords": [
|
|
@@ -215,6 +215,11 @@ var ComboBox = /** @class */ (function (_super) {
|
|
|
215
215
|
_this.setProperties({ 'text': dataItem.text ? dataItem.text.toString() : dataItem.text, 'value': value });
|
|
216
216
|
}
|
|
217
217
|
}
|
|
218
|
+
else if (_this.allowCustom) {
|
|
219
|
+
_this.valueMuteChange(_this.value);
|
|
220
|
+
_this.setHiddenValue();
|
|
221
|
+
Input.setValue(_this.text, _this.inputElement, _this.floatLabelType, _this.showClearButton);
|
|
222
|
+
}
|
|
218
223
|
else {
|
|
219
224
|
_this.valueMuteChange(null);
|
|
220
225
|
}
|
|
@@ -243,7 +248,7 @@ var ComboBox = /** @class */ (function (_super) {
|
|
|
243
248
|
this.setSelection(li, null);
|
|
244
249
|
}
|
|
245
250
|
else if ((!this.enableVirtualization && this.allowCustom) ||
|
|
246
|
-
(this.allowCustom && this.enableVirtualization && !doesItemExist)) {
|
|
251
|
+
(this.allowCustom && this.enableVirtualization && !doesItemExist && !(this.dataSource instanceof DataManager))) {
|
|
247
252
|
this.valueMuteChange(this.value);
|
|
248
253
|
}
|
|
249
254
|
else if (!this.enableVirtualization || (this.enableVirtualization && !(this.dataSource instanceof DataManager)
|
|
@@ -2575,8 +2575,8 @@ var DropDownList = /** @class */ (function (_super) {
|
|
|
2575
2575
|
this.removeFocus();
|
|
2576
2576
|
if (this.allowFiltering && this.actionCompleteData && this.actionCompleteData.ulElement &&
|
|
2577
2577
|
this.dataSource instanceof DataManager) {
|
|
2578
|
-
var focus_1 = this.actionCompleteData.ulElement.
|
|
2579
|
-
if (focus_1) {
|
|
2578
|
+
var focus_1 = this.actionCompleteData.ulElement.querySelectorAll('.' + dropDownListClasses.focus);
|
|
2579
|
+
if (focus_1 && focus_1.length) {
|
|
2580
2580
|
removeClass(focus_1, dropDownListClasses.focus);
|
|
2581
2581
|
}
|
|
2582
2582
|
}
|
|
@@ -2772,7 +2772,7 @@ var DropDownList = /** @class */ (function (_super) {
|
|
|
2772
2772
|
setTimeout(function () {
|
|
2773
2773
|
if (_this.value || _this.list.querySelector('.e-active')) {
|
|
2774
2774
|
_this.updateSelectionList();
|
|
2775
|
-
if (_this.
|
|
2775
|
+
if (_this.viewPortInfo && _this.viewPortInfo.offsets.top) {
|
|
2776
2776
|
_this.list.scrollTop = _this.viewPortInfo.offsets.top;
|
|
2777
2777
|
}
|
|
2778
2778
|
else {
|
|
@@ -3357,9 +3357,7 @@ var DropDownList = /** @class */ (function (_super) {
|
|
|
3357
3357
|
}
|
|
3358
3358
|
var dataSourceCount;
|
|
3359
3359
|
if (this.dataSource instanceof DataManager) {
|
|
3360
|
-
|
|
3361
|
-
dataSourceCount = this.virtualGroupDataSource && this.virtualGroupDataSource.length ?
|
|
3362
|
-
this.virtualGroupDataSource.length : 0;
|
|
3360
|
+
dataSourceCount = this.remoteDataCount;
|
|
3363
3361
|
}
|
|
3364
3362
|
else {
|
|
3365
3363
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
package/src/mention/mention.js
CHANGED
|
@@ -360,7 +360,9 @@ var Mention = /** @class */ (function (_super) {
|
|
|
360
360
|
}
|
|
361
361
|
if (this.isContentEditable(this.inputElement)) {
|
|
362
362
|
this.range = this.getCurrentRange();
|
|
363
|
-
|
|
363
|
+
if (this.range) {
|
|
364
|
+
rangetextContent = this.range.startContainer.textContent.split('');
|
|
365
|
+
}
|
|
364
366
|
}
|
|
365
367
|
var currentRange = this.getTextRange();
|
|
366
368
|
// eslint-disable-next-line security/detect-non-literal-regexp
|
|
@@ -475,7 +477,8 @@ var Mention = /** @class */ (function (_super) {
|
|
|
475
477
|
return isMatched;
|
|
476
478
|
};
|
|
477
479
|
Mention.prototype.getCurrentRange = function () {
|
|
478
|
-
this.range = this.inputElement.ownerDocument.getSelection().
|
|
480
|
+
this.range = this.inputElement.ownerDocument.getSelection().rangeCount > 0 &&
|
|
481
|
+
this.inputElement.ownerDocument.getSelection().getRangeAt(0);
|
|
479
482
|
return this.range;
|
|
480
483
|
};
|
|
481
484
|
Mention.prototype.performFiltering = function (e) {
|
|
@@ -79,6 +79,14 @@
|
|
|
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
|
+
|
|
82
90
|
.e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
83
91
|
.e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
84
92
|
font-size: 10px;
|
package/styles/bds-lite.css
CHANGED
package/styles/bds.css
CHANGED
package/styles/bootstrap.css
CHANGED
|
@@ -432,6 +432,14 @@
|
|
|
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
|
+
|
|
435
443
|
.e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
436
444
|
.e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
437
445
|
font-size: 10px;
|
|
@@ -1009,7 +1017,6 @@ ejs-dropdownlist {
|
|
|
1009
1017
|
.e-ddt.e-float-input.e-control-wrapper.e-input-group .e-float-text.e-label-top {
|
|
1010
1018
|
top: 15px;
|
|
1011
1019
|
}
|
|
1012
|
-
|
|
1013
1020
|
.e-ddt-icon-hide {
|
|
1014
1021
|
display: none;
|
|
1015
1022
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -511,6 +511,14 @@
|
|
|
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
|
+
|
|
514
522
|
.e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
515
523
|
.e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
516
524
|
font-size: 10px;
|
|
@@ -1204,7 +1212,6 @@ ejs-dropdownlist {
|
|
|
1204
1212
|
.e-ddt.e-float-input.e-control-wrapper.e-input-group .e-float-text.e-label-top {
|
|
1205
1213
|
top: 15px;
|
|
1206
1214
|
}
|
|
1207
|
-
|
|
1208
1215
|
.e-ddt-icon-hide {
|
|
1209
1216
|
display: none;
|
|
1210
1217
|
}
|
|
@@ -2763,13 +2770,13 @@ ejs-multiselect {
|
|
|
2763
2770
|
}
|
|
2764
2771
|
|
|
2765
2772
|
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2766
|
-
font-size:
|
|
2773
|
+
font-size: 18px;
|
|
2767
2774
|
top: 9px;
|
|
2768
2775
|
}
|
|
2769
2776
|
|
|
2770
2777
|
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before,
|
|
2771
2778
|
.e-bigger.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2772
|
-
top:
|
|
2779
|
+
top: 5px;
|
|
2773
2780
|
}
|
|
2774
2781
|
|
|
2775
2782
|
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
package/styles/bootstrap5.3.css
CHANGED
|
@@ -1202,7 +1202,6 @@ 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
|
-
|
|
1206
1205
|
.e-ddt-icon-hide {
|
|
1207
1206
|
display: none;
|
|
1208
1207
|
}
|
|
@@ -1256,7 +1255,7 @@ ejs-dropdownlist {
|
|
|
1256
1255
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
1257
1256
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
|
|
1258
1257
|
bottom: auto;
|
|
1259
|
-
right:
|
|
1258
|
+
right: 30px;
|
|
1260
1259
|
}
|
|
1261
1260
|
.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,
|
|
1262
1261
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -79,6 +79,14 @@
|
|
|
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
|
+
|
|
82
90
|
.e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
83
91
|
.e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
84
92
|
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: 8px !default;
|
|
21
|
+
$ddl-bigger-text-indent: 12px !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: 8px;
|
|
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: 8px;
|
|
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: 12px;
|
|
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: 12px;
|
|
352
352
|
}
|
|
353
353
|
|
|
354
354
|
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
@@ -115,6 +115,14 @@ $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
|
+
|
|
118
126
|
.e-small .e-input-group .e-control#{&}.e-dropdownlist~.e-ddl-icon,
|
|
119
127
|
.e-small.e-input-group .e-control#{&}.e-dropdownlist~.e-ddl-icon {
|
|
120
128
|
font-size: 10px;
|
|
@@ -135,6 +135,14 @@
|
|
|
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
|
+
|
|
138
146
|
.e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
139
147
|
.e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
140
148
|
font-size: 10px;
|
|
@@ -66,12 +66,18 @@
|
|
|
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 == '
|
|
69
|
+
@else if $ddt-skin-name == 'bootstrap5' 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' and $ddt-skin-name != 'bootstrap5.3' and $ddt-skin-name != 'fluent2' {
|
|
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
|
+
}
|
|
75
81
|
@if ($ddt-skin-name =='tailwind3') {
|
|
76
82
|
bottom: 0;
|
|
77
83
|
right: 24px;
|
|
@@ -361,7 +361,6 @@
|
|
|
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
|
-
|
|
365
364
|
.e-ddt-icon-hide {
|
|
366
365
|
display: none;
|
|
367
366
|
}
|
|
@@ -415,7 +414,7 @@
|
|
|
415
414
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
416
415
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
|
|
417
416
|
bottom: auto;
|
|
418
|
-
right:
|
|
417
|
+
right: 30px;
|
|
419
418
|
}
|
|
420
419
|
.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,
|
|
421
420
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,
|
|
@@ -577,6 +577,10 @@
|
|
|
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
|
+
|
|
580
584
|
.e-ddt-icon-hide {
|
|
581
585
|
display: none;
|
|
582
586
|
}
|
|
@@ -625,7 +629,7 @@
|
|
|
625
629
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
|
|
626
630
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
627
631
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
|
|
628
|
-
right:
|
|
632
|
+
right: 30px;
|
|
629
633
|
}
|
|
630
634
|
.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,
|
|
631
635
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,
|
package/styles/fabric-dark.css
CHANGED