@syncfusion/ej2-dropdowns 31.2.4 → 31.2.12
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 +38 -26
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +38 -26
- 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 +8 -8
- package/src/common/highlight-search.js +1 -1
- package/src/drop-down-list/drop-down-list.js +12 -3
- package/src/drop-down-tree/drop-down-tree.js +2 -1
- package/src/multi-select/multi-select.js +23 -21
- package/styles/bds-lite.css +9 -0
- package/styles/bds.css +9 -0
- package/styles/bootstrap-dark-lite.css +9 -0
- package/styles/bootstrap-dark.css +9 -0
- package/styles/bootstrap-lite.css +9 -0
- package/styles/bootstrap.css +9 -0
- package/styles/bootstrap4-lite.css +9 -0
- package/styles/bootstrap4.css +9 -0
- package/styles/bootstrap5-dark-lite.css +9 -0
- package/styles/bootstrap5-dark.css +9 -0
- package/styles/bootstrap5-lite.css +9 -0
- package/styles/bootstrap5.3-lite.css +9 -0
- package/styles/bootstrap5.3.css +9 -0
- package/styles/bootstrap5.css +9 -0
- package/styles/drop-down-list/_bds-definition.scss +3 -0
- package/styles/drop-down-list/_bootstrap-dark-definition.scss +2 -1
- package/styles/drop-down-list/_bootstrap-definition.scss +2 -1
- package/styles/drop-down-list/_bootstrap4-definition.scss +3 -0
- package/styles/drop-down-list/_bootstrap5-definition.scss +3 -0
- package/styles/drop-down-list/_bootstrap5.3-definition.scss +3 -0
- package/styles/drop-down-list/_fabric-dark-definition.scss +2 -1
- package/styles/drop-down-list/_fabric-definition.scss +2 -1
- package/styles/drop-down-list/_fluent-definition.scss +3 -0
- package/styles/drop-down-list/_fluent2-definition.scss +3 -0
- package/styles/drop-down-list/_fusionnew-definition.scss +3 -0
- package/styles/drop-down-list/_highcontrast-definition.scss +2 -1
- package/styles/drop-down-list/_highcontrast-light-definition.scss +2 -1
- package/styles/drop-down-list/_layout.scss +9 -0
- package/styles/drop-down-list/_material-dark-definition.scss +2 -0
- package/styles/drop-down-list/_material-definition.scss +2 -0
- package/styles/drop-down-list/_material3-definition.scss +3 -0
- package/styles/drop-down-list/_tailwind-definition.scss +3 -0
- package/styles/drop-down-list/_tailwind3-definition.scss +3 -0
- package/styles/drop-down-list/bds.css +9 -0
- package/styles/drop-down-list/bootstrap-dark.css +9 -0
- package/styles/drop-down-list/bootstrap.css +9 -0
- package/styles/drop-down-list/bootstrap4.css +9 -0
- package/styles/drop-down-list/bootstrap5-dark.css +9 -0
- package/styles/drop-down-list/bootstrap5.3.css +9 -0
- package/styles/drop-down-list/bootstrap5.css +9 -0
- package/styles/drop-down-list/fabric-dark.css +9 -0
- package/styles/drop-down-list/fabric.css +9 -0
- package/styles/drop-down-list/fluent-dark.css +9 -0
- package/styles/drop-down-list/fluent.css +9 -0
- package/styles/drop-down-list/fluent2.css +9 -0
- package/styles/drop-down-list/highcontrast-light.css +9 -0
- package/styles/drop-down-list/highcontrast.css +9 -0
- package/styles/drop-down-list/material-dark.css +9 -0
- package/styles/drop-down-list/material.css +9 -0
- package/styles/drop-down-list/material3-dark.css +9 -0
- package/styles/drop-down-list/material3.css +9 -0
- package/styles/drop-down-list/tailwind-dark.css +9 -0
- package/styles/drop-down-list/tailwind.css +9 -0
- package/styles/drop-down-list/tailwind3.css +9 -0
- package/styles/fabric-dark-lite.css +9 -0
- package/styles/fabric-dark.css +9 -0
- package/styles/fabric-lite.css +9 -0
- package/styles/fabric.css +9 -0
- package/styles/fluent-dark-lite.css +9 -0
- package/styles/fluent-dark.css +9 -0
- package/styles/fluent-lite.css +9 -0
- package/styles/fluent.css +9 -0
- package/styles/fluent2-lite.css +9 -0
- package/styles/fluent2.css +9 -0
- package/styles/highcontrast-light-lite.css +9 -0
- package/styles/highcontrast-light.css +9 -0
- package/styles/highcontrast-lite.css +9 -0
- package/styles/highcontrast.css +9 -0
- package/styles/material-dark-lite.css +9 -0
- package/styles/material-dark.css +9 -0
- package/styles/material-lite.css +9 -0
- package/styles/material.css +9 -0
- package/styles/material3-dark-lite.css +9 -0
- package/styles/material3-dark.css +9 -0
- package/styles/material3-lite.css +9 -0
- package/styles/material3.css +9 -0
- package/styles/tailwind-dark-lite.css +9 -0
- package/styles/tailwind-dark.css +9 -0
- package/styles/tailwind-lite.css +9 -0
- package/styles/tailwind.css +9 -0
- package/styles/tailwind3-lite.css +9 -0
- package/styles/tailwind3.css +9 -0
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 31.2.
|
|
3
|
+
* version : 31.2.12
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. 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.2.
|
|
3
|
+
"version": "31.2.12",
|
|
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.2.
|
|
12
|
-
"@syncfusion/ej2-data": "~31.2.
|
|
13
|
-
"@syncfusion/ej2-inputs": "~31.2.
|
|
14
|
-
"@syncfusion/ej2-lists": "~31.2.
|
|
15
|
-
"@syncfusion/ej2-navigations": "~31.2.
|
|
16
|
-
"@syncfusion/ej2-notifications": "~31.2.
|
|
17
|
-
"@syncfusion/ej2-popups": "~31.2.
|
|
11
|
+
"@syncfusion/ej2-base": "~31.2.12",
|
|
12
|
+
"@syncfusion/ej2-data": "~31.2.12",
|
|
13
|
+
"@syncfusion/ej2-inputs": "~31.2.12",
|
|
14
|
+
"@syncfusion/ej2-lists": "~31.2.12",
|
|
15
|
+
"@syncfusion/ej2-navigations": "~31.2.12",
|
|
16
|
+
"@syncfusion/ej2-notifications": "~31.2.12",
|
|
17
|
+
"@syncfusion/ej2-popups": "~31.2.12"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {},
|
|
20
20
|
"keywords": [
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
*/
|
|
10
10
|
export function highlightSearch(element, query, ignoreCase, type) {
|
|
11
11
|
var isHtmlElement = /<[^>]*>/g.test(element.innerText);
|
|
12
|
-
if (isHtmlElement) {
|
|
12
|
+
if (isHtmlElement && query !== '') {
|
|
13
13
|
element.innerText = element.innerText.replace(/[\u00A0-\u9999<>&]/g, function (match) { return "&#" + match.charCodeAt(0) + ";"; });
|
|
14
14
|
}
|
|
15
15
|
if (query === '') {
|
|
@@ -3588,9 +3588,18 @@ var DropDownList = /** @class */ (function (_super) {
|
|
|
3588
3588
|
}
|
|
3589
3589
|
else if (this.element.tagName === 'SELECT' && this.element.options[0]) {
|
|
3590
3590
|
var selectElement = this.element;
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3591
|
+
var selectIndex = selectElement.selectedIndex;
|
|
3592
|
+
if (selectIndex >= 0) {
|
|
3593
|
+
this.value = this.allowObjectBinding
|
|
3594
|
+
? this.getDataByValue(selectElement.options[selectIndex].value)
|
|
3595
|
+
: selectElement.options[selectIndex].value;
|
|
3596
|
+
this.text = isNullOrUndefined(this.value) ? null : selectElement.options[selectIndex].textContent;
|
|
3597
|
+
}
|
|
3598
|
+
else {
|
|
3599
|
+
if (this.index === null) {
|
|
3600
|
+
this.index = -1;
|
|
3601
|
+
}
|
|
3602
|
+
}
|
|
3594
3603
|
this.initValue();
|
|
3595
3604
|
}
|
|
3596
3605
|
this.setEnabled();
|
|
@@ -1910,8 +1910,9 @@ var DropDownTree = /** @class */ (function (_super) {
|
|
|
1910
1910
|
var isFooter = closest(target, '.' + FOOTER);
|
|
1911
1911
|
var isScroller = target.classList.contains(DROPDOWN) ? true :
|
|
1912
1912
|
(matches(target, '.e-ddt .e-popup') || matches(target, '.e-ddt .e-treeview'));
|
|
1913
|
+
var isSelectAllArea = target.classList.contains('e-ripple-container');
|
|
1913
1914
|
if ((this.isPopupOpen && ((!isNOU(this.inputWrapper) &&
|
|
1914
|
-
this.inputWrapper.contains(target)) || isTree || isScroller || isHeader || isFooter)) ||
|
|
1915
|
+
this.inputWrapper.contains(target)) || isTree || isScroller || isHeader || isFooter || isSelectAllArea)) ||
|
|
1915
1916
|
((this.allowMultiSelection || this.showCheckBox) && (this.isPopupOpen && target.classList.contains(CHIP_CLOSE) ||
|
|
1916
1917
|
(this.isPopupOpen && (target.classList.contains(CHECKALLPARENT) || target.classList.contains(ALLTEXT)
|
|
1917
1918
|
|| target.classList.contains(CHECKBOXFRAME)))))) {
|
|
@@ -376,23 +376,21 @@ var MultiSelect = /** @class */ (function (_super) {
|
|
|
376
376
|
}
|
|
377
377
|
};
|
|
378
378
|
MultiSelect.prototype.updatePopupHeightOnFilter = function () {
|
|
379
|
-
if (this.allowFiltering && this.allowResize && this.keyboardEvent) {
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
this.setResize();
|
|
395
|
-
}
|
|
379
|
+
if (this.allowFiltering && this.allowResize && this.keyboardEvent && this.popupObj && this.list) {
|
|
380
|
+
var filterText = this.inputElement && this.inputElement.value;
|
|
381
|
+
var filteredItems = this.list.querySelectorAll('li.e-list-item:not(.e-hide-listitem):not(.e-disabled)');
|
|
382
|
+
var isFiltering = filterText && filterText.length > 0;
|
|
383
|
+
if (isFiltering && filteredItems.length > 0) {
|
|
384
|
+
var itemHeight = filteredItems[0].offsetHeight;
|
|
385
|
+
var newHeight = filteredItems.length * itemHeight;
|
|
386
|
+
this.popupObj.element.style.maxHeight = newHeight + 16 + 'px';
|
|
387
|
+
this.list.style.maxHeight = newHeight + 'px';
|
|
388
|
+
}
|
|
389
|
+
else if (!isFiltering) {
|
|
390
|
+
var restoreHeight = this.resizeHeight || parseInt(this.popupHeight, 10);
|
|
391
|
+
this.popupObj.element.style.maxHeight = restoreHeight + 'px';
|
|
392
|
+
this.list.style.maxHeight = restoreHeight + 'px';
|
|
393
|
+
this.setResize();
|
|
396
394
|
}
|
|
397
395
|
}
|
|
398
396
|
};
|
|
@@ -2510,9 +2508,10 @@ var MultiSelect = /** @class */ (function (_super) {
|
|
|
2510
2508
|
MultiSelect.prototype.removeChipSelection = function () {
|
|
2511
2509
|
if (this.chipCollectionWrapper) {
|
|
2512
2510
|
var selectedChips = this.chipCollectionWrapper.querySelectorAll('span.' + CHIP + '.' + CHIP_SELECTED);
|
|
2513
|
-
if (selectedChips && selectedChips.length
|
|
2514
|
-
|
|
2515
|
-
|
|
2511
|
+
if (selectedChips && selectedChips.length === 1) {
|
|
2512
|
+
selectedChips[0].removeAttribute('id');
|
|
2513
|
+
if (!isNullOrUndefined(this.inputElement) && this.inputElement.hasAttribute('aria-activedescendant')) {
|
|
2514
|
+
this.inputElement.removeAttribute('aria-activedescendant');
|
|
2516
2515
|
}
|
|
2517
2516
|
}
|
|
2518
2517
|
this.removeChipFocus();
|
|
@@ -2521,7 +2520,10 @@ var MultiSelect = /** @class */ (function (_super) {
|
|
|
2521
2520
|
MultiSelect.prototype.addChipSelection = function (element, e) {
|
|
2522
2521
|
addClass([element], CHIP_SELECTED);
|
|
2523
2522
|
if (element) {
|
|
2524
|
-
element.setAttribute('
|
|
2523
|
+
element.setAttribute('id', this.element.id + '_chip_item');
|
|
2524
|
+
if (!isNullOrUndefined(this.inputElement) && element.id && !this.inputElement.hasAttribute('aria-activedescendant')) {
|
|
2525
|
+
this.inputElement.setAttribute('aria-activedescendant', element.id);
|
|
2526
|
+
}
|
|
2525
2527
|
}
|
|
2526
2528
|
this.trigger('chipSelection', e);
|
|
2527
2529
|
};
|
package/styles/bds-lite.css
CHANGED
|
@@ -631,6 +631,15 @@
|
|
|
631
631
|
font-family: "e-icons";
|
|
632
632
|
}
|
|
633
633
|
|
|
634
|
+
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
635
|
+
width: 100%;
|
|
636
|
+
border: 0 solid;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
.e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
|
|
640
|
+
margin-top: 24px;
|
|
641
|
+
}
|
|
642
|
+
|
|
634
643
|
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
635
644
|
display: block;
|
|
636
645
|
visibility: hidden;
|
package/styles/bds.css
CHANGED
|
@@ -766,6 +766,15 @@
|
|
|
766
766
|
font-family: "e-icons";
|
|
767
767
|
}
|
|
768
768
|
|
|
769
|
+
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
770
|
+
width: 100%;
|
|
771
|
+
border: 0 solid;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
.e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
|
|
775
|
+
margin-top: 24px;
|
|
776
|
+
}
|
|
777
|
+
|
|
769
778
|
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
770
779
|
display: block;
|
|
771
780
|
visibility: hidden;
|
|
@@ -420,6 +420,15 @@
|
|
|
420
420
|
content: "\eb08";
|
|
421
421
|
}
|
|
422
422
|
|
|
423
|
+
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
424
|
+
width: 100%;
|
|
425
|
+
border: 0 solid;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
.e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
|
|
429
|
+
margin-top: 24px;
|
|
430
|
+
}
|
|
431
|
+
|
|
423
432
|
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
424
433
|
display: block;
|
|
425
434
|
visibility: hidden;
|
|
@@ -495,6 +495,15 @@
|
|
|
495
495
|
content: "\eb08";
|
|
496
496
|
}
|
|
497
497
|
|
|
498
|
+
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
499
|
+
width: 100%;
|
|
500
|
+
border: 0 solid;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
|
|
504
|
+
margin-top: 24px;
|
|
505
|
+
}
|
|
506
|
+
|
|
498
507
|
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
499
508
|
display: block;
|
|
500
509
|
visibility: hidden;
|
|
@@ -420,6 +420,15 @@
|
|
|
420
420
|
content: "\eb08";
|
|
421
421
|
}
|
|
422
422
|
|
|
423
|
+
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
424
|
+
width: 100%;
|
|
425
|
+
border: 0 solid;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
.e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
|
|
429
|
+
margin-top: 24px;
|
|
430
|
+
}
|
|
431
|
+
|
|
423
432
|
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
424
433
|
display: block;
|
|
425
434
|
visibility: hidden;
|
package/styles/bootstrap.css
CHANGED
|
@@ -495,6 +495,15 @@
|
|
|
495
495
|
content: "\eb08";
|
|
496
496
|
}
|
|
497
497
|
|
|
498
|
+
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
499
|
+
width: 100%;
|
|
500
|
+
border: 0 solid;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
|
|
504
|
+
margin-top: 24px;
|
|
505
|
+
}
|
|
506
|
+
|
|
498
507
|
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
499
508
|
display: block;
|
|
500
509
|
visibility: hidden;
|
|
@@ -462,6 +462,15 @@
|
|
|
462
462
|
content: "\e7cf";
|
|
463
463
|
}
|
|
464
464
|
|
|
465
|
+
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
466
|
+
width: 100%;
|
|
467
|
+
border: 0 solid;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
.e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
|
|
471
|
+
margin-top: 24px;
|
|
472
|
+
}
|
|
473
|
+
|
|
465
474
|
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
466
475
|
display: block;
|
|
467
476
|
visibility: hidden;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -541,6 +541,15 @@
|
|
|
541
541
|
content: "\e7cf";
|
|
542
542
|
}
|
|
543
543
|
|
|
544
|
+
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
545
|
+
width: 100%;
|
|
546
|
+
border: 0 solid;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
|
|
550
|
+
margin-top: 24px;
|
|
551
|
+
}
|
|
552
|
+
|
|
544
553
|
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
545
554
|
display: block;
|
|
546
555
|
visibility: hidden;
|
|
@@ -477,6 +477,15 @@
|
|
|
477
477
|
content: "\e832";
|
|
478
478
|
}
|
|
479
479
|
|
|
480
|
+
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
481
|
+
width: 100%;
|
|
482
|
+
border: 0 solid;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
.e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
|
|
486
|
+
margin-top: 24px;
|
|
487
|
+
}
|
|
488
|
+
|
|
480
489
|
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
481
490
|
display: block;
|
|
482
491
|
visibility: hidden;
|
|
@@ -566,6 +566,15 @@
|
|
|
566
566
|
content: "\e832";
|
|
567
567
|
}
|
|
568
568
|
|
|
569
|
+
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
570
|
+
width: 100%;
|
|
571
|
+
border: 0 solid;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
.e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
|
|
575
|
+
margin-top: 24px;
|
|
576
|
+
}
|
|
577
|
+
|
|
569
578
|
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
570
579
|
display: block;
|
|
571
580
|
visibility: hidden;
|
|
@@ -477,6 +477,15 @@
|
|
|
477
477
|
content: "\e832";
|
|
478
478
|
}
|
|
479
479
|
|
|
480
|
+
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
481
|
+
width: 100%;
|
|
482
|
+
border: 0 solid;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
.e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
|
|
486
|
+
margin-top: 24px;
|
|
487
|
+
}
|
|
488
|
+
|
|
480
489
|
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
481
490
|
display: block;
|
|
482
491
|
visibility: hidden;
|
|
@@ -481,6 +481,15 @@
|
|
|
481
481
|
content: "\e832";
|
|
482
482
|
}
|
|
483
483
|
|
|
484
|
+
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
485
|
+
width: 100%;
|
|
486
|
+
border: 0 solid;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
.e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
|
|
490
|
+
margin-top: 24px;
|
|
491
|
+
}
|
|
492
|
+
|
|
484
493
|
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
485
494
|
display: block;
|
|
486
495
|
visibility: hidden;
|
package/styles/bootstrap5.3.css
CHANGED
|
@@ -570,6 +570,15 @@
|
|
|
570
570
|
content: "\e832";
|
|
571
571
|
}
|
|
572
572
|
|
|
573
|
+
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
574
|
+
width: 100%;
|
|
575
|
+
border: 0 solid;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
.e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
|
|
579
|
+
margin-top: 24px;
|
|
580
|
+
}
|
|
581
|
+
|
|
573
582
|
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
574
583
|
display: block;
|
|
575
584
|
visibility: hidden;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -566,6 +566,15 @@
|
|
|
566
566
|
content: "\e832";
|
|
567
567
|
}
|
|
568
568
|
|
|
569
|
+
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
570
|
+
width: 100%;
|
|
571
|
+
border: 0 solid;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
.e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
|
|
575
|
+
margin-top: 24px;
|
|
576
|
+
}
|
|
577
|
+
|
|
569
578
|
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
570
579
|
display: block;
|
|
571
580
|
visibility: hidden;
|
|
@@ -17,6 +17,8 @@ $ddl-popup-shadow: $shadow-lg !default;
|
|
|
17
17
|
$ddl-bigger-list-font-size: $text-base !default;
|
|
18
18
|
$ddl-bigger-group-list-font-size: $text-sm !default;
|
|
19
19
|
$ddl-filter-margin: 0 !default;
|
|
20
|
+
$border-type: solid !default;
|
|
21
|
+
$input-margin-top: 24px !default;
|
|
20
22
|
|
|
21
23
|
// Small Size
|
|
22
24
|
$ddl-small-list-font-size: $text-xs !default;
|
|
@@ -35,6 +37,7 @@ $ddl-filter-box-shadow-color: rgba(0, 0, 0, .3) !default;
|
|
|
35
37
|
$ddl-popup-background-color: $flyout-bg-color !default;
|
|
36
38
|
$ddl-filter-background-color: $flyout-bg-color !default;
|
|
37
39
|
$ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
40
|
+
$input-border: $ddl-zero-value solid !default;
|
|
38
41
|
|
|
39
42
|
@include export-module('dropdownlist-bds') {
|
|
40
43
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
@@ -8,7 +8,7 @@ $ddl-input-padding: 8px !default;
|
|
|
8
8
|
$ddl-input-group-border-width: 1px !default;
|
|
9
9
|
$ddl-clear-icon-margin-right: 0 !default;
|
|
10
10
|
$ddl-active-font-color: $active-font-color !default;
|
|
11
|
-
|
|
11
|
+
$input-margin-top: 24px !default;
|
|
12
12
|
$ddl-list-search-icon-padding: 8px !default;
|
|
13
13
|
$ddl-list-filter-text-indent: 0 12px !default;
|
|
14
14
|
$ddl-list-icon-color: $grey-dark-font !default;
|
|
@@ -25,6 +25,7 @@ $ddl-back-icon-margin: -2px 10px 0 -54px !default;
|
|
|
25
25
|
$ddl-back-icon-padding: 0 !default;
|
|
26
26
|
$ddl-filter-margin: 0 !default;
|
|
27
27
|
$ddl-box-border-color: $grey-lighter !default;
|
|
28
|
+
$input-border: $ddl-zero-value $border-type !default;
|
|
28
29
|
|
|
29
30
|
// small size
|
|
30
31
|
$ddl-small-list-font-size: 13px !default;
|
|
@@ -7,7 +7,7 @@ $ddl-input-padding: 8px !default;
|
|
|
7
7
|
$ddl-input-group-border-width: 1px !default;
|
|
8
8
|
$ddl-clear-icon-margin-right: 0 !default;
|
|
9
9
|
$ddl-active-font-color: $active-font-color !default;
|
|
10
|
-
|
|
10
|
+
$input-margin-top: 24px !default;
|
|
11
11
|
$ddl-list-search-icon-padding: 8px !default;
|
|
12
12
|
$ddl-list-filter-text-indent: 0 12px !default;
|
|
13
13
|
$ddl-list-icon-color: $grey-dark !default;
|
|
@@ -24,6 +24,7 @@ $ddl-back-icon-margin: -2px 10px 0 -54px !default;
|
|
|
24
24
|
$ddl-back-icon-padding: 0 !default;
|
|
25
25
|
$ddl-filter-margin: 0 !default;
|
|
26
26
|
$ddl-box-border-color: $grey-cc !default;
|
|
27
|
+
$input-border: $ddl-zero-value $border-type !default;
|
|
27
28
|
|
|
28
29
|
// small size
|
|
29
30
|
$ddl-small-list-font-size: 13px !default;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
$ddl-input-font-size: 14px !default;
|
|
2
|
+
$border-type: solid !default;
|
|
2
3
|
|
|
3
4
|
// $ddl-input-border: $border-size $border-type !default;
|
|
4
5
|
$ddl-input-font-family: inherit !default;
|
|
@@ -27,6 +28,8 @@ $ddl-icon-hover-color: rgba($black, .4) !default;
|
|
|
27
28
|
$ddl-readonly-bg-color: $gray-200 !default;
|
|
28
29
|
$ddl-filter-margin: 0 !default;
|
|
29
30
|
$ddl-box-border-color: $gray-400 !default;
|
|
31
|
+
$input-border: $ddl-zero-value $border-type !default;
|
|
32
|
+
$input-margin-top: 24px !default;
|
|
30
33
|
|
|
31
34
|
// small size
|
|
32
35
|
$ddl-small-list-font-size: 13px !default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
$ddl-input-font-size: $text-sm !default;
|
|
2
2
|
$ddl-zero-value: 0 !default;
|
|
3
|
+
$border-type: solid !default;
|
|
3
4
|
$ddl-input-border: 1px $border-light !default;
|
|
4
5
|
$ddl-input-font-family: inherit !default;
|
|
5
6
|
$ddl-input-margin-bottom: 4px !default;
|
|
@@ -18,6 +19,7 @@ $ddl-popup-shadow: $shadow-lg !default;
|
|
|
18
19
|
$ddl-readonly-bg-color: $content-bg-color-alt2 !default;
|
|
19
20
|
$ddl-filter-margin: 0 !default;
|
|
20
21
|
$ddl-box-border-color: $border !default;
|
|
22
|
+
$input-margin-top: 24px !default;
|
|
21
23
|
|
|
22
24
|
// Small Size
|
|
23
25
|
$ddl-small-list-font-size: $text-xs !default;
|
|
@@ -36,6 +38,7 @@ $ddl-filter-background-color: $content-bg-color !default;
|
|
|
36
38
|
$ddl-filter-bg: $content-bg-color !default;
|
|
37
39
|
$ddl-list-icon-color: $icon-color !default;
|
|
38
40
|
$ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
41
|
+
$input-border: $ddl-zero-value $border-type !default;
|
|
39
42
|
|
|
40
43
|
@include export-module('dropdownlist-bootstrap5') {
|
|
41
44
|
#{&}.e-popup.e-ddl {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
$ddl-input-font-size: $text-sm !default;
|
|
2
2
|
$ddl-zero-value: 0 !default;
|
|
3
|
+
$border-type: solid !default;
|
|
3
4
|
$ddl-input-border: 1px $border-light !default;
|
|
4
5
|
$ddl-input-font-family: inherit !default;
|
|
5
6
|
$ddl-input-margin-bottom: 4px !default;
|
|
@@ -19,6 +20,7 @@ $ddl-readonly-bg-color: $content-bg-color-alt2 !default;
|
|
|
19
20
|
$ddl-filter-margin: 0 !default;
|
|
20
21
|
$ddl-list-disable-item-color: $flyout-text-color-disabled !default;
|
|
21
22
|
$ddl-box-border-color: $border !default;
|
|
23
|
+
$input-margin-top: 24px !default;
|
|
22
24
|
|
|
23
25
|
// Small Size
|
|
24
26
|
$ddl-small-list-font-size: $text-xs !default;
|
|
@@ -37,6 +39,7 @@ $ddl-filter-background-color: $content-bg-color !default;
|
|
|
37
39
|
$ddl-filter-bg: $content-bg-color !default;
|
|
38
40
|
$ddl-list-icon-color: $icon-color !default;
|
|
39
41
|
$ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
42
|
+
$input-border: $ddl-zero-value $border-type !default;
|
|
40
43
|
|
|
41
44
|
@include export-module('dropdownlist-bootstrap5') {
|
|
42
45
|
#{&}.e-popup.e-ddl {
|
|
@@ -8,7 +8,7 @@ $ddl-input-padding: 8px !default;
|
|
|
8
8
|
$ddl-input-group-border-width: 1px !default;
|
|
9
9
|
$ddl-clear-icon-margin-right: 0 !default;
|
|
10
10
|
$ddl-active-font-color: $active-font-color !default;
|
|
11
|
-
|
|
11
|
+
$input-margin-top: 28px !default;
|
|
12
12
|
$ddl-list-search-icon-padding: 8px !default;
|
|
13
13
|
$ddl-list-filter-text-indent: 0 12px !default;
|
|
14
14
|
$ddl-list-icon-color: $neutral-primary !default;
|
|
@@ -31,6 +31,7 @@ $ddl-small-list-font-size: 13px !default;
|
|
|
31
31
|
|
|
32
32
|
// touch size
|
|
33
33
|
$ddl-bigger-small-list-font-size: 14px !default;
|
|
34
|
+
$input-border: $ddl-zero-value $border-type !default;
|
|
34
35
|
|
|
35
36
|
//enddefault
|
|
36
37
|
|
|
@@ -7,7 +7,7 @@ $ddl-input-padding: 8px !default;
|
|
|
7
7
|
$ddl-input-group-border-width: 1px !default;
|
|
8
8
|
$ddl-clear-icon-margin-right: 0 !default;
|
|
9
9
|
$ddl-active-font-color: $active-font-color !default;
|
|
10
|
-
|
|
10
|
+
$input-margin-top: 28px !default;
|
|
11
11
|
$ddl-list-search-icon-padding: 8px !default;
|
|
12
12
|
$ddl-list-filter-text-indent: 0 12px !default;
|
|
13
13
|
$ddl-list-icon-color: $neutral-primary !default;
|
|
@@ -24,6 +24,7 @@ $ddl-back-icon-margin: -2px 10px 0 -54px !default;
|
|
|
24
24
|
$ddl-back-icon-padding: 0 !default;
|
|
25
25
|
$ddl-filter-margin: 0 !default;
|
|
26
26
|
$ddl-box-border-color: $neutral-tertiary-alt !default;
|
|
27
|
+
$input-border: $ddl-zero-value $border-type !default;
|
|
27
28
|
|
|
28
29
|
//small size
|
|
29
30
|
$ddl-small-list-font-size: 13px !default;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
$ddl-input-font-size: $text-sm !default;
|
|
2
2
|
$ddl-zero-value: 0 !default;
|
|
3
3
|
$ddl-input-border: 1px $border-light !default;
|
|
4
|
+
$border-type: solid !default;
|
|
4
5
|
$ddl-input-font-family: inherit !default;
|
|
5
6
|
$ddl-input-margin-bottom: 4px !default;
|
|
6
7
|
$ddl-input-padding: 8px $ddl-zero-value 4px !default;
|
|
@@ -18,6 +19,7 @@ $ddl-popup-shadow: $shadow-lg !default;
|
|
|
18
19
|
$ddl-readonly-bg-color: $content-bg-color !default;
|
|
19
20
|
$ddl-filter-parent-border: 1px solid $flyout-border !default;
|
|
20
21
|
$ddl-filter-margin: 0 !default;
|
|
22
|
+
$input-margin-top: 24px !default;
|
|
21
23
|
|
|
22
24
|
// Small Size
|
|
23
25
|
$ddl-small-list-font-size: $text-xs !default;
|
|
@@ -36,6 +38,7 @@ $ddl-filter-background-color: $flyout-bg-color !default;
|
|
|
36
38
|
$ddl-filter-bg: $flyout-bg-color !default;
|
|
37
39
|
$ddl-list-icon-color: $icon-color !default;
|
|
38
40
|
$ddl-filter-box-shadow: none !default;
|
|
41
|
+
$input-border: $ddl-zero-value $border-type !default;
|
|
39
42
|
|
|
40
43
|
@include export-module('dropdownlist-bootstrap5') {
|
|
41
44
|
#{&}.e-popup.e-ddl {
|
|
@@ -2,6 +2,7 @@ $ddl-input-font-size: $text-sm !default;
|
|
|
2
2
|
$ddl-zero-value: 0 !default;
|
|
3
3
|
$ddl-input-border: 1px $border-light !default;
|
|
4
4
|
$ddl-input-font-family: inherit !default;
|
|
5
|
+
$border-type: solid !default;
|
|
5
6
|
$ddl-input-margin-bottom: 4px !default;
|
|
6
7
|
$ddl-input-padding: 8px $ddl-zero-value 4px !default;
|
|
7
8
|
$ddl-input-group-border-width: $ddl-zero-value !default;
|
|
@@ -17,6 +18,7 @@ $ddl-popup-shadow: $shadow-lg !default;
|
|
|
17
18
|
$ddl-bigger-list-font-size: $text-base !default;
|
|
18
19
|
$ddl-bigger-group-list-font-size: $text-sm !default;
|
|
19
20
|
$ddl-filter-margin: 0 !default;
|
|
21
|
+
$input-margin-top: 24px !default;
|
|
20
22
|
|
|
21
23
|
// Small Size
|
|
22
24
|
$ddl-small-list-font-size: $text-xs !default;
|
|
@@ -36,6 +38,7 @@ $ddl-popup-background-color: $flyout-bg-color !default;
|
|
|
36
38
|
$ddl-filter-background-color: $flyout-bg-color !default;
|
|
37
39
|
$ddl-filter-box-shadow: none !default;
|
|
38
40
|
$ddl-list-disable-item-color: $flyout-text-color-disabled !default;
|
|
41
|
+
$input-border: $ddl-zero-value $border-type !default;
|
|
39
42
|
|
|
40
43
|
@include export-module('dropdownlist-bds') {
|
|
41
44
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
$ddl-input-font-size: $text-sm !default;
|
|
2
2
|
$ddl-zero-value: 0 !default;
|
|
3
3
|
$ddl-input-border: 1px $border-light !default;
|
|
4
|
+
$border-type: solid !default;
|
|
4
5
|
$ddl-input-font-family: inherit !default;
|
|
5
6
|
$ddl-input-margin-bottom: 4px !default;
|
|
6
7
|
$ddl-input-padding: 8px $ddl-zero-value 4px !default;
|
|
@@ -17,6 +18,7 @@ $ddl-back-icon-padding: 0 8px !default;
|
|
|
17
18
|
$ddl-popup-shadow: $shadow-lg !default;
|
|
18
19
|
$ddl-readonly-bg-color: $content-bg-color-alt2 !default;
|
|
19
20
|
$ddl-filter-margin: 0 !default;
|
|
21
|
+
$input-margin-top: 24px !default;
|
|
20
22
|
|
|
21
23
|
// Small Size
|
|
22
24
|
$ddl-small-list-font-size: $text-xs !default;
|
|
@@ -35,6 +37,7 @@ $ddl-filter-background-color: $content-bg-color !default;
|
|
|
35
37
|
$ddl-filter-bg: $content-bg-color !default;
|
|
36
38
|
$ddl-list-icon-color: $icon-color !default;
|
|
37
39
|
$ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
40
|
+
$input-border: $ddl-zero-value $border-type !default;
|
|
38
41
|
|
|
39
42
|
@include export-module('dropdownlist-bootstrap5') {
|
|
40
43
|
#{&}.e-popup.e-ddl {
|
|
@@ -7,7 +7,7 @@ $ddl-input-padding: 8px !default;
|
|
|
7
7
|
$ddl-input-group-border-width: 1px !default;
|
|
8
8
|
$ddl-clear-icon-margin-right: 0 !default;
|
|
9
9
|
$ddl-active-font-color: $active-font-color !default;
|
|
10
|
-
|
|
10
|
+
$input-margin-top: 28px !default;
|
|
11
11
|
$ddl-list-search-icon-padding: 8px !default;
|
|
12
12
|
$ddl-list-filter-text-indent: 0 12px !default;
|
|
13
13
|
$ddl-list-icon-color: $bg-base-20 !default;
|
|
@@ -30,6 +30,7 @@ $ddl-small-list-font-size: 13px !default;
|
|
|
30
30
|
|
|
31
31
|
// touch size
|
|
32
32
|
$ddl-bigger-small-list-font-size: 14px !default;
|
|
33
|
+
$input-border: $ddl-zero-value $border-type !default;
|
|
33
34
|
|
|
34
35
|
@include export-module('dropdownlist-highcontrast') {
|
|
35
36
|
#{&}.e-popup.e-ddl .e-dropdownbase {
|
|
@@ -9,7 +9,7 @@ $ddl-input-group-border-width: 1px !default;
|
|
|
9
9
|
$ddl-clear-icon-margin-right: 0 !default;
|
|
10
10
|
$ddl-active-font-color: $active-font-color !default;
|
|
11
11
|
$ddl-box-border-color: $border-fg !default;
|
|
12
|
-
|
|
12
|
+
$input-margin-top: 28px !default;
|
|
13
13
|
$ddl-list-search-icon-padding: 8px !default;
|
|
14
14
|
$ddl-list-filter-text-indent: 0 12px !default;
|
|
15
15
|
$ddl-list-icon-color: $bg-base-20 !default;
|
|
@@ -31,6 +31,7 @@ $ddl-small-list-font-size: 13px !default;
|
|
|
31
31
|
|
|
32
32
|
// touch size
|
|
33
33
|
$ddl-bigger-small-list-font-size: 14px !default;
|
|
34
|
+
$input-border: $ddl-zero-value $border-type !default;
|
|
34
35
|
|
|
35
36
|
//enddefault
|
|
36
37
|
@include export-module('dropdownlist-highcontrast-light') {
|