@syncfusion/ej2-dropdowns 24.1.41 → 24.1.44
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/CHANGELOG.md +45 -0
- package/README.md +1 -1
- 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 +58 -8
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +58 -8
- 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 +7 -7
- package/src/auto-complete/auto-complete.js +1 -1
- package/src/drop-down-list/drop-down-list.js +29 -0
- package/src/drop-down-tree/drop-down-tree.js +1 -1
- package/src/list-box/list-box.d.ts +1 -0
- package/src/list-box/list-box.js +19 -3
- package/src/mention/mention.js +8 -3
- package/styles/bootstrap-dark.css +4 -3
- package/styles/bootstrap.css +4 -3
- package/styles/bootstrap4.css +4 -3
- package/styles/bootstrap5-dark.css +4 -3
- package/styles/bootstrap5.css +4 -3
- package/styles/drop-down-base/_layout.scss +0 -3
- package/styles/drop-down-base/bootstrap-dark.css +0 -3
- package/styles/drop-down-base/bootstrap.css +0 -3
- package/styles/drop-down-base/bootstrap4.css +0 -3
- package/styles/drop-down-base/bootstrap5-dark.css +0 -3
- package/styles/drop-down-base/bootstrap5.css +0 -3
- package/styles/drop-down-base/fabric-dark.css +0 -3
- package/styles/drop-down-base/fabric.css +0 -3
- package/styles/drop-down-base/fluent-dark.css +0 -3
- package/styles/drop-down-base/fluent.css +0 -3
- package/styles/drop-down-base/highcontrast-light.css +0 -3
- package/styles/drop-down-base/highcontrast.css +0 -3
- package/styles/drop-down-base/material-dark.css +0 -3
- package/styles/drop-down-base/material.css +0 -3
- package/styles/drop-down-base/material3-dark.css +0 -3
- package/styles/drop-down-base/material3.css +0 -3
- package/styles/drop-down-base/tailwind-dark.css +0 -3
- package/styles/drop-down-base/tailwind.css +0 -3
- package/styles/drop-down-tree/_layout.scss +5 -0
- package/styles/drop-down-tree/bootstrap-dark.css +4 -0
- package/styles/drop-down-tree/bootstrap.css +4 -0
- package/styles/drop-down-tree/bootstrap4.css +4 -0
- package/styles/drop-down-tree/bootstrap5-dark.css +4 -0
- package/styles/drop-down-tree/bootstrap5.css +4 -0
- package/styles/drop-down-tree/fabric-dark.css +4 -0
- package/styles/drop-down-tree/fabric.css +4 -0
- package/styles/drop-down-tree/fluent-dark.css +4 -0
- package/styles/drop-down-tree/fluent.css +4 -0
- package/styles/drop-down-tree/highcontrast-light.css +4 -0
- package/styles/drop-down-tree/highcontrast.css +4 -0
- package/styles/drop-down-tree/material-dark.css +4 -0
- package/styles/drop-down-tree/material.css +4 -0
- package/styles/drop-down-tree/material3-dark.css +4 -0
- package/styles/drop-down-tree/material3.css +4 -0
- package/styles/drop-down-tree/tailwind-dark.css +4 -0
- package/styles/drop-down-tree/tailwind.css +4 -0
- package/styles/fabric-dark.css +4 -3
- package/styles/fabric.css +4 -3
- package/styles/fluent-dark.css +4 -3
- package/styles/fluent.css +4 -3
- package/styles/highcontrast-light.css +4 -3
- package/styles/highcontrast.css +4 -3
- package/styles/material-dark.css +4 -3
- package/styles/material.css +4 -3
- package/styles/material3-dark.css +4 -3
- package/styles/material3.css +4 -3
- package/styles/tailwind-dark.css +4 -3
- package/styles/tailwind.css +4 -3
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 24.1.
|
|
3
|
+
* version : 24.1.44
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-dropdowns@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-dropdowns@
|
|
3
|
+
"_id": "@syncfusion/ej2-dropdowns@24.1.43",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-7DzauttMXiQ609dAykUbLBCa8+zRRvmj3zeTovCyxf1xX5nUvCiX97BBq6W+hw6zsZcxDDP5I578cYtr+ZVT4g==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-dropdowns",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"/@syncfusion/ej2-spreadsheet",
|
|
35
35
|
"/@syncfusion/ej2-vue-dropdowns"
|
|
36
36
|
],
|
|
37
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-
|
|
38
|
-
"_shasum": "
|
|
37
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-24.1.43.tgz",
|
|
38
|
+
"_shasum": "701d451c8b2edac1cdb8265fd8ed788ec67924cc",
|
|
39
39
|
"_spec": "@syncfusion/ej2-dropdowns@*",
|
|
40
40
|
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
|
|
41
41
|
"author": {
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
},
|
|
44
44
|
"bundleDependencies": false,
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@syncfusion/ej2-base": "~24.1.
|
|
46
|
+
"@syncfusion/ej2-base": "~24.1.42",
|
|
47
47
|
"@syncfusion/ej2-data": "~24.1.41",
|
|
48
48
|
"@syncfusion/ej2-inputs": "~24.1.41",
|
|
49
49
|
"@syncfusion/ej2-lists": "~24.1.41",
|
|
50
50
|
"@syncfusion/ej2-navigations": "~24.1.41",
|
|
51
51
|
"@syncfusion/ej2-notifications": "~24.1.41",
|
|
52
|
-
"@syncfusion/ej2-popups": "~24.1.
|
|
52
|
+
"@syncfusion/ej2-popups": "~24.1.44"
|
|
53
53
|
},
|
|
54
54
|
"deprecated": false,
|
|
55
55
|
"description": "Essential JS 2 DropDown Components",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"module": "./index.js",
|
|
75
75
|
"name": "@syncfusion/ej2-dropdowns",
|
|
76
76
|
"typings": "index.d.ts",
|
|
77
|
-
"version": "24.1.
|
|
77
|
+
"version": "24.1.44",
|
|
78
78
|
"sideEffects": false,
|
|
79
79
|
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
|
|
80
80
|
}
|
|
@@ -293,7 +293,7 @@ var AutoComplete = /** @class */ (function (_super) {
|
|
|
293
293
|
_super.prototype.renderPopup.call(this, e);
|
|
294
294
|
};
|
|
295
295
|
AutoComplete.prototype.isEditTextBox = function () {
|
|
296
|
-
return
|
|
296
|
+
return false;
|
|
297
297
|
};
|
|
298
298
|
AutoComplete.prototype.isPopupButton = function () {
|
|
299
299
|
return this.showPopupButton;
|
|
@@ -909,6 +909,7 @@ var DropDownList = /** @class */ (function (_super) {
|
|
|
909
909
|
if (this.getModuleName() === 'dropdownlist') {
|
|
910
910
|
if (!this.beforePopupOpen) {
|
|
911
911
|
this.showPopup();
|
|
912
|
+
e.preventDefault();
|
|
912
913
|
}
|
|
913
914
|
}
|
|
914
915
|
break;
|
|
@@ -1030,6 +1031,14 @@ var DropDownList = /** @class */ (function (_super) {
|
|
|
1030
1031
|
this.activeIndex = filterIndex;
|
|
1031
1032
|
}
|
|
1032
1033
|
}
|
|
1034
|
+
if (this.allowFiltering && this.getModuleName() === 'dropdownlist') {
|
|
1035
|
+
if (!isNullOrUndefined(this.ulElement) && !isNullOrUndefined(this.ulElement.getElementsByClassName('e-item-focus')[0])) {
|
|
1036
|
+
attributes(this.filterInput, { 'aria-activedescendant': this.ulElement.getElementsByClassName('e-item-focus')[0].id });
|
|
1037
|
+
}
|
|
1038
|
+
else if (!isNullOrUndefined(this.ulElement) && !isNullOrUndefined(this.ulElement.getElementsByClassName('e-active')[0])) {
|
|
1039
|
+
attributes(this.filterInput, { 'aria-activedescendant': this.ulElement.getElementsByClassName('e-active')[0].id });
|
|
1040
|
+
}
|
|
1041
|
+
}
|
|
1033
1042
|
e.preventDefault();
|
|
1034
1043
|
};
|
|
1035
1044
|
DropDownList.prototype.updateVirtualItemIndex = function () {
|
|
@@ -1163,6 +1172,14 @@ var DropDownList = /** @class */ (function (_super) {
|
|
|
1163
1172
|
previousItem = this.liCollections[this.skeletonCount];
|
|
1164
1173
|
}
|
|
1165
1174
|
this.PageUpDownSelection(previousItem, event);
|
|
1175
|
+
if (this.allowFiltering && this.getModuleName() === 'dropdownlist') {
|
|
1176
|
+
if (!isNullOrUndefined(this.ulElement) && !isNullOrUndefined(this.ulElement.getElementsByClassName('e-item-focus')[0])) {
|
|
1177
|
+
attributes(this.filterInput, { 'aria-activedescendant': this.ulElement.getElementsByClassName('e-item-focus')[0].id });
|
|
1178
|
+
}
|
|
1179
|
+
else if (!isNullOrUndefined(this.ulElement) && !isNullOrUndefined(this.ulElement.getElementsByClassName('e-active')[0])) {
|
|
1180
|
+
attributes(this.filterInput, { 'aria-activedescendant': this.ulElement.getElementsByClassName('e-active')[0].id });
|
|
1181
|
+
}
|
|
1182
|
+
}
|
|
1166
1183
|
};
|
|
1167
1184
|
DropDownList.prototype.PageUpDownSelection = function (previousItem, event) {
|
|
1168
1185
|
if (this.enableVirtualization) {
|
|
@@ -1181,6 +1198,14 @@ var DropDownList = /** @class */ (function (_super) {
|
|
|
1181
1198
|
previousItem = steps <= list.length ? this.liCollections[steps + this.skeletonCount - 1] : this.liCollections[list.length - 1];
|
|
1182
1199
|
}
|
|
1183
1200
|
this.PageUpDownSelection(previousItem, event);
|
|
1201
|
+
if (this.allowFiltering && this.getModuleName() === 'dropdownlist') {
|
|
1202
|
+
if (!isNullOrUndefined(this.ulElement) && !isNullOrUndefined(this.ulElement.getElementsByClassName('e-item-focus')[0])) {
|
|
1203
|
+
attributes(this.filterInput, { 'aria-activedescendant': this.ulElement.getElementsByClassName('e-item-focus')[0].id });
|
|
1204
|
+
}
|
|
1205
|
+
else if (!isNullOrUndefined(this.ulElement) && !isNullOrUndefined(this.ulElement.getElementsByClassName('e-active')[0])) {
|
|
1206
|
+
attributes(this.filterInput, { 'aria-activedescendant': this.ulElement.getElementsByClassName('e-active')[0].id });
|
|
1207
|
+
}
|
|
1208
|
+
}
|
|
1184
1209
|
};
|
|
1185
1210
|
DropDownList.prototype.unWireEvent = function () {
|
|
1186
1211
|
if (!isNullOrUndefined(this.inputWrapper)) {
|
|
@@ -2320,6 +2345,7 @@ var DropDownList = /** @class */ (function (_super) {
|
|
|
2320
2345
|
_this.setFooterTemplate(popupEle);
|
|
2321
2346
|
}
|
|
2322
2347
|
document.body.appendChild(popupEle);
|
|
2348
|
+
popupEle.style.top = '0px';
|
|
2323
2349
|
if (_this.enableVirtualization && _this.itemTemplate) {
|
|
2324
2350
|
var listitems = popupEle.querySelectorAll('li.e-list-item:not(.e-virtual-list)');
|
|
2325
2351
|
_this.listItemHeight = listitems.length > 0 ? Math.ceil(listitems[0].getBoundingClientRect().height) : 0;
|
|
@@ -2848,6 +2874,9 @@ var DropDownList = /** @class */ (function (_super) {
|
|
|
2848
2874
|
EventHandler.remove(this.filterInput, 'blur', this.onBlurHandler);
|
|
2849
2875
|
EventHandler.remove(this.filterInput, 'paste', this.pasteHandler);
|
|
2850
2876
|
}
|
|
2877
|
+
if (this.allowFiltering && this.getModuleName() === 'dropdownlist') {
|
|
2878
|
+
this.filterInput.removeAttribute('aria-activedescendant');
|
|
2879
|
+
}
|
|
2851
2880
|
this.filterInput = null;
|
|
2852
2881
|
}
|
|
2853
2882
|
attributes(this.targetElement(), { 'aria-expanded': 'false' });
|
|
@@ -134,6 +134,7 @@ export declare class ListBox extends DropDownBase {
|
|
|
134
134
|
private dragValue;
|
|
135
135
|
private customDraggedItem;
|
|
136
136
|
private timer;
|
|
137
|
+
private inputFormName;
|
|
137
138
|
/**
|
|
138
139
|
* Sets the CSS classes to root element of this component, which helps to customize the
|
|
139
140
|
* complete styles.
|
package/src/list-box/list-box.js
CHANGED
|
@@ -129,6 +129,7 @@ var ListBox = /** @class */ (function (_super) {
|
|
|
129
129
|
this.initLoad = true;
|
|
130
130
|
this.isCustomFiltering = false;
|
|
131
131
|
this.initialSelectedOptions = this.value;
|
|
132
|
+
this.inputFormName = this.element.getAttribute('name');
|
|
132
133
|
_super.prototype.render.call(this);
|
|
133
134
|
this.setEnabled();
|
|
134
135
|
this.renderComplete();
|
|
@@ -277,6 +278,9 @@ var ListBox = /** @class */ (function (_super) {
|
|
|
277
278
|
});
|
|
278
279
|
};
|
|
279
280
|
ListBox.prototype.validationAttribute = function (input, hiddenSelect) {
|
|
281
|
+
if (this.inputFormName) {
|
|
282
|
+
input.setAttribute('name', this.inputFormName);
|
|
283
|
+
}
|
|
280
284
|
_super.prototype.validationAttribute.call(this, input, hiddenSelect);
|
|
281
285
|
hiddenSelect.required = input.required;
|
|
282
286
|
input.required = false;
|
|
@@ -352,6 +356,8 @@ var ListBox = /** @class */ (function (_super) {
|
|
|
352
356
|
};
|
|
353
357
|
ListBox.prototype.onActionComplete = function (ulElement, list, e) {
|
|
354
358
|
var searchEle;
|
|
359
|
+
var filterElem;
|
|
360
|
+
var txtLength;
|
|
355
361
|
if (this.allowFiltering && this.list.getElementsByClassName('e-filter-parent')[0]) {
|
|
356
362
|
searchEle = this.list.getElementsByClassName('e-filter-parent')[0].cloneNode(true);
|
|
357
363
|
}
|
|
@@ -361,6 +367,12 @@ var ListBox = /** @class */ (function (_super) {
|
|
|
361
367
|
ulElement.removeChild(noRecElem);
|
|
362
368
|
}
|
|
363
369
|
}
|
|
370
|
+
if (this.allowFiltering) {
|
|
371
|
+
filterElem = this.list.getElementsByClassName('e-input-filter')[0];
|
|
372
|
+
if (filterElem) {
|
|
373
|
+
txtLength = filterElem.selectionStart;
|
|
374
|
+
}
|
|
375
|
+
}
|
|
364
376
|
_super.prototype.onActionComplete.call(this, ulElement, list, e);
|
|
365
377
|
if (this.allowFiltering && !isNullOrUndefined(searchEle)) {
|
|
366
378
|
this.list.insertBefore(searchEle, this.list.firstElementChild);
|
|
@@ -390,8 +402,7 @@ var ListBox = /** @class */ (function (_super) {
|
|
|
390
402
|
this.isDataSourceUpdate = false;
|
|
391
403
|
}
|
|
392
404
|
if (this.allowFiltering) {
|
|
393
|
-
|
|
394
|
-
var txtLength = this.filterInput.value.length;
|
|
405
|
+
filterElem = this.list.getElementsByClassName('e-input-filter')[0];
|
|
395
406
|
filterElem.selectionStart = txtLength;
|
|
396
407
|
filterElem.selectionEnd = txtLength;
|
|
397
408
|
filterElem.focus();
|
|
@@ -1781,7 +1792,8 @@ var ListBox = /** @class */ (function (_super) {
|
|
|
1781
1792
|
e.stopPropagation();
|
|
1782
1793
|
};
|
|
1783
1794
|
ListBox.prototype.keyDownHandler = function (e) {
|
|
1784
|
-
if ([32, 35, 36, 37, 38, 39, 40, 65].indexOf(e.keyCode) > -1 && !this.allowFiltering
|
|
1795
|
+
if ([32, 35, 36, 37, 38, 39, 40, 65].indexOf(e.keyCode) > -1 && (!this.allowFiltering ||
|
|
1796
|
+
(this.allowFiltering && e.target !== this.filterInput))) {
|
|
1785
1797
|
if (e.target && e.target.className.indexOf('e-edit-template') > -1) {
|
|
1786
1798
|
return;
|
|
1787
1799
|
}
|
|
@@ -1875,6 +1887,10 @@ var ListBox = /** @class */ (function (_super) {
|
|
|
1875
1887
|
};
|
|
1876
1888
|
ListBox.prototype.KeyUp = function (e) {
|
|
1877
1889
|
var _this = this;
|
|
1890
|
+
if (this.allowFiltering && e.ctrlKey && e.keyCode === 65) {
|
|
1891
|
+
e.preventDefault();
|
|
1892
|
+
return;
|
|
1893
|
+
}
|
|
1878
1894
|
var char = String.fromCharCode(e.keyCode);
|
|
1879
1895
|
var isWordCharacter = char.match(/\w/);
|
|
1880
1896
|
if (!isNullOrUndefined(isWordCharacter)) {
|
package/src/mention/mention.js
CHANGED
|
@@ -314,16 +314,21 @@ var Mention = /** @class */ (function (_super) {
|
|
|
314
314
|
}
|
|
315
315
|
var currentRange = this.getTextRange();
|
|
316
316
|
var lastWordRange = this.getLastLetter(currentRange);
|
|
317
|
+
var lastTwoLetters = this.mentionChar.toString() + this.mentionChar.toString();
|
|
317
318
|
// eslint-disable-next-line security/detect-non-literal-regexp
|
|
318
319
|
var Regex = new RegExp(this.mentionChar.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&'), 'g');
|
|
319
320
|
var charRegex = new RegExp('[a-zA-Z]', 'g');
|
|
320
321
|
if (e.key === 'Shift' || e.keyCode === 37 || e.keyCode === 39) {
|
|
321
322
|
return;
|
|
322
323
|
}
|
|
324
|
+
if (this.beforePopupOpen && this.isPopupOpen && lastWordRange == lastTwoLetters) {
|
|
325
|
+
this.hidePopup();
|
|
326
|
+
return;
|
|
327
|
+
}
|
|
323
328
|
if ((!currentRange || !lastWordRange) || e.code === 'Enter' || e.keyCode === 27 ||
|
|
324
329
|
(lastWordRange.match(Regex) && lastWordRange.match(Regex).length > 1) ||
|
|
325
330
|
(this.isContentEditable(this.inputElement) && this.range.startContainer &&
|
|
326
|
-
this.range.startContainer.previousElementSibling && this.range.startContainer.textContent.split('').length > 0 &&
|
|
331
|
+
this.range.startContainer.previousElementSibling && this.range.startContainer.previousElementSibling.tagName !== 'BR' && this.range.startContainer.textContent.split('').length > 0 &&
|
|
327
332
|
(rangetextContent.length === 1 || rangetextContent[rangetextContent.length - 2].indexOf('') === -1 ||
|
|
328
333
|
this.range.startContainer.nodeType === 1))) {
|
|
329
334
|
if (this.allowSpaces && currentRange && currentRange.trim() !== '' && charRegex.test(currentRange) && currentRange.indexOf(this.mentionChar) !== -1
|
|
@@ -361,7 +366,7 @@ var Mention = /** @class */ (function (_super) {
|
|
|
361
366
|
if (isNullOrUndefined(this.list)) {
|
|
362
367
|
this.initValue();
|
|
363
368
|
}
|
|
364
|
-
if (!this.isPopupOpen && e.keyCode !== 38 && e.keyCode !== 40) {
|
|
369
|
+
if (!this.isPopupOpen && e.keyCode !== 38 && e.keyCode !== 40 && this.queryString.length >= this.minLength) {
|
|
365
370
|
this.didPopupOpenByTypingInitialChar = true;
|
|
366
371
|
this.showPopup();
|
|
367
372
|
if (this.initRemoteRender && this.list.querySelectorAll('li').length === 0) {
|
|
@@ -461,7 +466,7 @@ var Mention = /** @class */ (function (_super) {
|
|
|
461
466
|
this.selectEventCallback(focusItem, this.getDataByValue(value), value, true);
|
|
462
467
|
}
|
|
463
468
|
if (this.beforePopupOpen && this.isPopupOpen) {
|
|
464
|
-
if (
|
|
469
|
+
if (!isNullOrUndefined(this.popupObj.element)) {
|
|
465
470
|
this.popupObj.element.remove();
|
|
466
471
|
}
|
|
467
472
|
this.renderPopup();
|
|
@@ -68,9 +68,6 @@
|
|
|
68
68
|
position: absolute;
|
|
69
69
|
top: 0;
|
|
70
70
|
}
|
|
71
|
-
.e-rtl .e-dropdownbase .e-fixed-head {
|
|
72
|
-
left: 33px;
|
|
73
|
-
}
|
|
74
71
|
|
|
75
72
|
.e-dropdownbase.e-content {
|
|
76
73
|
overflow: auto;
|
|
@@ -836,6 +833,10 @@ ejs-dropdownlist {
|
|
|
836
833
|
padding-left: 0;
|
|
837
834
|
padding-right: 0;
|
|
838
835
|
}
|
|
836
|
+
.e-ddt.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon {
|
|
837
|
+
display: -ms-flexbox;
|
|
838
|
+
display: flex;
|
|
839
|
+
}
|
|
839
840
|
.e-ddt .e-chips-wrapper {
|
|
840
841
|
width: 100%;
|
|
841
842
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -68,9 +68,6 @@
|
|
|
68
68
|
position: absolute;
|
|
69
69
|
top: 0;
|
|
70
70
|
}
|
|
71
|
-
.e-rtl .e-dropdownbase .e-fixed-head {
|
|
72
|
-
left: 33px;
|
|
73
|
-
}
|
|
74
71
|
|
|
75
72
|
.e-dropdownbase.e-content {
|
|
76
73
|
overflow: auto;
|
|
@@ -837,6 +834,10 @@ ejs-dropdownlist {
|
|
|
837
834
|
padding-left: 0;
|
|
838
835
|
padding-right: 0;
|
|
839
836
|
}
|
|
837
|
+
.e-ddt.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon {
|
|
838
|
+
display: -ms-flexbox;
|
|
839
|
+
display: flex;
|
|
840
|
+
}
|
|
840
841
|
.e-ddt .e-chips-wrapper {
|
|
841
842
|
width: 100%;
|
|
842
843
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -78,9 +78,6 @@
|
|
|
78
78
|
position: absolute;
|
|
79
79
|
top: 0;
|
|
80
80
|
}
|
|
81
|
-
.e-rtl .e-dropdownbase .e-fixed-head {
|
|
82
|
-
left: 33px;
|
|
83
|
-
}
|
|
84
81
|
|
|
85
82
|
.e-dropdownbase.e-content {
|
|
86
83
|
overflow: auto;
|
|
@@ -880,6 +877,10 @@ ejs-dropdownlist {
|
|
|
880
877
|
padding-left: 0;
|
|
881
878
|
padding-right: 0;
|
|
882
879
|
}
|
|
880
|
+
.e-ddt.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon {
|
|
881
|
+
display: -ms-flexbox;
|
|
882
|
+
display: flex;
|
|
883
|
+
}
|
|
883
884
|
.e-ddt .e-chips-wrapper {
|
|
884
885
|
width: 100%;
|
|
885
886
|
}
|
|
@@ -94,9 +94,6 @@
|
|
|
94
94
|
position: absolute;
|
|
95
95
|
top: 0;
|
|
96
96
|
}
|
|
97
|
-
.e-rtl .e-dropdownbase .e-fixed-head {
|
|
98
|
-
left: 33px;
|
|
99
|
-
}
|
|
100
97
|
|
|
101
98
|
.e-dropdownbase.e-content {
|
|
102
99
|
overflow: auto;
|
|
@@ -900,6 +897,10 @@ ejs-dropdownlist {
|
|
|
900
897
|
padding-left: 0;
|
|
901
898
|
padding-right: 0;
|
|
902
899
|
}
|
|
900
|
+
.e-ddt.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon {
|
|
901
|
+
display: -ms-flexbox;
|
|
902
|
+
display: flex;
|
|
903
|
+
}
|
|
903
904
|
.e-ddt .e-chips-wrapper {
|
|
904
905
|
width: 100%;
|
|
905
906
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -94,9 +94,6 @@
|
|
|
94
94
|
position: absolute;
|
|
95
95
|
top: 0;
|
|
96
96
|
}
|
|
97
|
-
.e-rtl .e-dropdownbase .e-fixed-head {
|
|
98
|
-
left: 33px;
|
|
99
|
-
}
|
|
100
97
|
|
|
101
98
|
.e-dropdownbase.e-content {
|
|
102
99
|
overflow: auto;
|
|
@@ -900,6 +897,10 @@ ejs-dropdownlist {
|
|
|
900
897
|
padding-left: 0;
|
|
901
898
|
padding-right: 0;
|
|
902
899
|
}
|
|
900
|
+
.e-ddt.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon {
|
|
901
|
+
display: -ms-flexbox;
|
|
902
|
+
display: flex;
|
|
903
|
+
}
|
|
903
904
|
.e-ddt .e-chips-wrapper {
|
|
904
905
|
width: 100%;
|
|
905
906
|
}
|
|
@@ -108,6 +108,11 @@
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
+
&.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon,
|
|
112
|
+
&.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon {
|
|
113
|
+
display: flex;
|
|
114
|
+
}
|
|
115
|
+
|
|
111
116
|
.e-chips-wrapper {
|
|
112
117
|
width: 100%;
|
|
113
118
|
}
|
|
@@ -87,6 +87,10 @@
|
|
|
87
87
|
padding-left: 0;
|
|
88
88
|
padding-right: 0;
|
|
89
89
|
}
|
|
90
|
+
.e-ddt.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon {
|
|
91
|
+
display: -ms-flexbox;
|
|
92
|
+
display: flex;
|
|
93
|
+
}
|
|
90
94
|
.e-ddt .e-chips-wrapper {
|
|
91
95
|
width: 100%;
|
|
92
96
|
}
|
|
@@ -88,6 +88,10 @@
|
|
|
88
88
|
padding-left: 0;
|
|
89
89
|
padding-right: 0;
|
|
90
90
|
}
|
|
91
|
+
.e-ddt.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon {
|
|
92
|
+
display: -ms-flexbox;
|
|
93
|
+
display: flex;
|
|
94
|
+
}
|
|
91
95
|
.e-ddt .e-chips-wrapper {
|
|
92
96
|
width: 100%;
|
|
93
97
|
}
|
|
@@ -98,6 +98,10 @@
|
|
|
98
98
|
padding-left: 0;
|
|
99
99
|
padding-right: 0;
|
|
100
100
|
}
|
|
101
|
+
.e-ddt.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon {
|
|
102
|
+
display: -ms-flexbox;
|
|
103
|
+
display: flex;
|
|
104
|
+
}
|
|
101
105
|
.e-ddt .e-chips-wrapper {
|
|
102
106
|
width: 100%;
|
|
103
107
|
}
|
|
@@ -115,6 +115,10 @@
|
|
|
115
115
|
padding-left: 0;
|
|
116
116
|
padding-right: 0;
|
|
117
117
|
}
|
|
118
|
+
.e-ddt.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon {
|
|
119
|
+
display: -ms-flexbox;
|
|
120
|
+
display: flex;
|
|
121
|
+
}
|
|
118
122
|
.e-ddt .e-chips-wrapper {
|
|
119
123
|
width: 100%;
|
|
120
124
|
}
|
|
@@ -115,6 +115,10 @@
|
|
|
115
115
|
padding-left: 0;
|
|
116
116
|
padding-right: 0;
|
|
117
117
|
}
|
|
118
|
+
.e-ddt.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon {
|
|
119
|
+
display: -ms-flexbox;
|
|
120
|
+
display: flex;
|
|
121
|
+
}
|
|
118
122
|
.e-ddt .e-chips-wrapper {
|
|
119
123
|
width: 100%;
|
|
120
124
|
}
|
|
@@ -87,6 +87,10 @@
|
|
|
87
87
|
padding-left: 0;
|
|
88
88
|
padding-right: 0;
|
|
89
89
|
}
|
|
90
|
+
.e-ddt.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon {
|
|
91
|
+
display: -ms-flexbox;
|
|
92
|
+
display: flex;
|
|
93
|
+
}
|
|
90
94
|
.e-ddt .e-chips-wrapper {
|
|
91
95
|
width: 100%;
|
|
92
96
|
}
|