@syncfusion/ej2-dropdowns 25.2.5 → 25.2.7-130084
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 +16 -0
- package/{README.md → ReadMe.md} +1 -1
- package/dist/ej2-dropdowns.min.js +1 -10
- package/dist/ej2-dropdowns.umd.min.js +1 -10
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +13 -14
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +13 -14
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +1 -10
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +79 -79
- package/src/auto-complete/auto-complete-model.d.ts +10 -10
- package/src/auto-complete/auto-complete.d.ts +12 -12
- package/src/auto-complete/auto-complete.js +2 -2
- package/src/combo-box/combo-box-model.d.ts +17 -17
- package/src/combo-box/combo-box.d.ts +27 -27
- package/src/combo-box/combo-box.js +10 -10
- package/src/drop-down-base/drop-down-base-model.d.ts +13 -13
- package/src/drop-down-base/drop-down-base.d.ts +15 -15
- package/src/drop-down-base/drop-down-base.js +1 -1
- package/src/drop-down-list/drop-down-list-model.d.ts +3 -3
- package/src/drop-down-list/drop-down-list.d.ts +4 -5
- package/src/drop-down-list/drop-down-list.js +1 -10
- package/src/drop-down-tree/drop-down-tree-model.d.ts +1 -1
- package/src/drop-down-tree/drop-down-tree.d.ts +1 -1
- package/src/drop-down-tree/drop-down-tree.js +0 -1
- package/src/list-box/list-box-model.d.ts +2 -2
- package/src/list-box/list-box.d.ts +2 -2
- package/src/multi-select/multi-select.js +13 -4
- package/styles/auto-complete/material3-dark.scss +1 -1
- package/styles/auto-complete/material3.scss +1 -1
- package/styles/bootstrap-dark.css +3 -0
- package/styles/bootstrap.css +3 -0
- package/styles/bootstrap4.css +3 -0
- package/styles/bootstrap5-dark.css +3 -0
- package/styles/bootstrap5.css +3 -0
- package/styles/combo-box/material3-dark.scss +1 -1
- package/styles/combo-box/material3.scss +1 -1
- package/styles/drop-down-base/material3-dark.scss +1 -1
- package/styles/drop-down-base/material3.scss +1 -1
- package/styles/drop-down-list/material3-dark.scss +1 -1
- package/styles/drop-down-list/material3.scss +1 -1
- package/styles/drop-down-tree/_bds-definition.scss +1 -0
- package/styles/drop-down-tree/_bootstrap-dark-definition.scss +2 -1
- package/styles/drop-down-tree/_bootstrap-definition.scss +2 -1
- package/styles/drop-down-tree/_bootstrap4-definition.scss +2 -1
- package/styles/drop-down-tree/_bootstrap5-definition.scss +2 -1
- package/styles/drop-down-tree/_fabric-dark-definition.scss +2 -1
- package/styles/drop-down-tree/_fabric-definition.scss +2 -1
- package/styles/drop-down-tree/_fluent-definition.scss +2 -1
- package/styles/drop-down-tree/_fusionnew-definition.scss +2 -1
- package/styles/drop-down-tree/_highcontrast-definition.scss +2 -1
- package/styles/drop-down-tree/_highcontrast-light-definition.scss +2 -1
- package/styles/drop-down-tree/_material-dark-definition.scss +2 -1
- package/styles/drop-down-tree/_material-definition.scss +2 -1
- package/styles/drop-down-tree/_material3-definition.scss +1 -0
- package/styles/drop-down-tree/_tailwind-definition.scss +1 -0
- package/styles/drop-down-tree/_theme.scss +3 -0
- package/styles/drop-down-tree/bootstrap-dark.css +3 -0
- package/styles/drop-down-tree/bootstrap.css +3 -0
- package/styles/drop-down-tree/bootstrap4.css +3 -0
- package/styles/drop-down-tree/bootstrap5-dark.css +3 -0
- package/styles/drop-down-tree/bootstrap5.css +3 -0
- package/styles/drop-down-tree/fabric-dark.css +3 -0
- package/styles/drop-down-tree/fabric.css +3 -0
- package/styles/drop-down-tree/fluent-dark.css +3 -0
- package/styles/drop-down-tree/fluent.css +3 -0
- package/styles/drop-down-tree/highcontrast-light.css +3 -0
- package/styles/drop-down-tree/highcontrast.css +3 -0
- package/styles/drop-down-tree/material-dark.css +3 -0
- package/styles/drop-down-tree/material.css +3 -0
- package/styles/drop-down-tree/material3-dark.css +3 -0
- package/styles/drop-down-tree/material3-dark.scss +1 -1
- package/styles/drop-down-tree/material3.css +3 -0
- package/styles/drop-down-tree/material3.scss +1 -1
- package/styles/drop-down-tree/tailwind-dark.css +3 -0
- package/styles/drop-down-tree/tailwind.css +3 -0
- package/styles/fabric-dark.css +3 -0
- package/styles/fabric.css +3 -0
- package/styles/fluent-dark.css +3 -0
- package/styles/fluent.css +3 -0
- package/styles/highcontrast-light.css +3 -0
- package/styles/highcontrast.css +3 -0
- package/styles/list-box/material3-dark.scss +1 -1
- package/styles/list-box/material3.scss +1 -1
- package/styles/material-dark.css +3 -0
- package/styles/material.css +3 -0
- package/styles/material3-dark.css +3 -0
- package/styles/material3-dark.scss +1 -1
- package/styles/material3.css +3 -0
- package/styles/material3.scss +1 -1
- package/styles/mention/material3-dark.scss +1 -1
- package/styles/mention/material3.scss +1 -1
- package/styles/multi-select/material3-dark.scss +1 -1
- package/styles/multi-select/material3.scss +1 -1
- package/styles/tailwind-dark.css +3 -0
- package/styles/tailwind.css +3 -0
|
@@ -97,7 +97,7 @@ export interface ListBoxModel extends DropDownBaseModel{
|
|
|
97
97
|
* Specifies a value that indicates whether the component is enabled or not.
|
|
98
98
|
*
|
|
99
99
|
* @default true
|
|
100
|
-
|
|
100
|
+
* @deprecated
|
|
101
101
|
*/
|
|
102
102
|
enabled?: boolean;
|
|
103
103
|
|
|
@@ -107,7 +107,7 @@ export interface ListBoxModel extends DropDownBaseModel{
|
|
|
107
107
|
* 1. value
|
|
108
108
|
*
|
|
109
109
|
* @default false
|
|
110
|
-
|
|
110
|
+
* @deprecated
|
|
111
111
|
*/
|
|
112
112
|
enablePersistence?: boolean;
|
|
113
113
|
|
|
@@ -161,7 +161,7 @@ export declare class ListBox extends DropDownBase {
|
|
|
161
161
|
* Specifies a value that indicates whether the component is enabled or not.
|
|
162
162
|
*
|
|
163
163
|
* @default true
|
|
164
|
-
|
|
164
|
+
* @deprecated
|
|
165
165
|
*/
|
|
166
166
|
enabled: boolean;
|
|
167
167
|
/**
|
|
@@ -170,7 +170,7 @@ export declare class ListBox extends DropDownBase {
|
|
|
170
170
|
* 1. value
|
|
171
171
|
*
|
|
172
172
|
* @default false
|
|
173
|
-
|
|
173
|
+
* @deprecated
|
|
174
174
|
*/
|
|
175
175
|
enablePersistence: boolean;
|
|
176
176
|
/**
|
|
@@ -517,7 +517,7 @@ var MultiSelect = /** @class */ (function (_super) {
|
|
|
517
517
|
this.updateSelectElementData(this.allowFiltering);
|
|
518
518
|
// eslint-disable-next-line @typescript-eslint/no-this-alias
|
|
519
519
|
var proxy = this;
|
|
520
|
-
if (!isNullOrUndefined(this.value) && !this.allowCustomValue && !this.enableVirtualization) {
|
|
520
|
+
if (!isNullOrUndefined(this.value) && !this.allowCustomValue && !this.enableVirtualization && this.listData && this.listData.length > 0) {
|
|
521
521
|
for (var i = 0; i < this.value.length; i++) {
|
|
522
522
|
var value = this.allowObjectBinding ? getValue((this.fields.value) ? this.fields.value : '', proxy.value[i]) : proxy.value[i];
|
|
523
523
|
var checkEle = this.findListElement(((this.allowFiltering && !isNullOrUndefined(this.mainList)) ? this.mainList : ulElement), 'li', 'data-value', value);
|
|
@@ -1005,6 +1005,9 @@ var MultiSelect = /** @class */ (function (_super) {
|
|
|
1005
1005
|
this.totalItemCount = this.enableVirtualization && this.dataSource instanceof DataManager ? tempCount : this.totalItemCount;
|
|
1006
1006
|
}
|
|
1007
1007
|
else {
|
|
1008
|
+
if (this.dataSource instanceof DataManager && this.allowCustomValue && this.allowFiltering) {
|
|
1009
|
+
this.remoteCustomValue = false;
|
|
1010
|
+
}
|
|
1008
1011
|
var tempData = JSON.parse(JSON.stringify(this.listData));
|
|
1009
1012
|
tempData.splice(0, 0, dataItem_1);
|
|
1010
1013
|
this.resetList(tempData, field, query);
|
|
@@ -3151,6 +3154,9 @@ var MultiSelect = /** @class */ (function (_super) {
|
|
|
3151
3154
|
if (!eventArgs.cancel) {
|
|
3152
3155
|
if (!_this.isFiltered && !eventArgs.preventDefaultAction) {
|
|
3153
3156
|
_this.filterAction = true;
|
|
3157
|
+
if (_this.dataSource instanceof DataManager && _this.allowCustomValue) {
|
|
3158
|
+
_this.isCustomRendered = false;
|
|
3159
|
+
}
|
|
3154
3160
|
_this.dataUpdater(_this.dataSource, null, _this.fields);
|
|
3155
3161
|
}
|
|
3156
3162
|
}
|
|
@@ -3303,7 +3309,7 @@ var MultiSelect = /** @class */ (function (_super) {
|
|
|
3303
3309
|
if (this.enableVirtualization) {
|
|
3304
3310
|
listValue = this.findListElement((!isNullOrUndefined(this.list) ? this.list : this.ulElement), 'li', 'data-value', valueItem);
|
|
3305
3311
|
}
|
|
3306
|
-
if (isNullOrUndefined(listValue) && !this.allowCustomValue && !this.enableVirtualization) {
|
|
3312
|
+
if (isNullOrUndefined(listValue) && !this.allowCustomValue && !this.enableVirtualization && this.listData && this.listData.length > 0) {
|
|
3307
3313
|
this.value.splice(index, 1);
|
|
3308
3314
|
index -= 1;
|
|
3309
3315
|
valueLength -= 1;
|
|
@@ -4096,7 +4102,7 @@ var MultiSelect = /** @class */ (function (_super) {
|
|
|
4096
4102
|
downIconWidth = this.dropIcon.offsetWidth + parseInt(window.getComputedStyle(this.dropIcon).marginRight, 10);
|
|
4097
4103
|
}
|
|
4098
4104
|
this.checkClearIconWidth();
|
|
4099
|
-
if (!isNullOrUndefined(this.value)) {
|
|
4105
|
+
if (!isNullOrUndefined(this.value) && (this.allowCustomValue || (this.listData && this.listData.length > 0))) {
|
|
4100
4106
|
for (var index = 0; !isNullOrUndefined(this.value[index]); index++) {
|
|
4101
4107
|
var items = this.text && this.text.split(this.delimiterChar);
|
|
4102
4108
|
if (!this.enableVirtualization) {
|
|
@@ -5219,6 +5225,9 @@ var MultiSelect = /** @class */ (function (_super) {
|
|
|
5219
5225
|
if (this.mode === 'Default' || this.mode === 'Box') {
|
|
5220
5226
|
this.inputElement.setAttribute('aria-describedby', this.chipCollectionWrapper.id);
|
|
5221
5227
|
}
|
|
5228
|
+
if (!isNullOrUndefined(this.inputElement)) {
|
|
5229
|
+
attributes(this.inputElement, { 'aria-expanded': 'false', 'aria-label': this.getModuleName() });
|
|
5230
|
+
}
|
|
5222
5231
|
if (this.element.tagName !== this.getNgDirective()) {
|
|
5223
5232
|
this.element.style.display = 'none';
|
|
5224
5233
|
}
|
|
@@ -5489,7 +5498,7 @@ var MultiSelect = /** @class */ (function (_super) {
|
|
|
5489
5498
|
this.ulElement = null;
|
|
5490
5499
|
this.mainListCollection = null;
|
|
5491
5500
|
_super.prototype.destroy.call(this);
|
|
5492
|
-
var temp = ['readonly', 'aria-disabled', 'placeholder'];
|
|
5501
|
+
var temp = ['readonly', 'aria-disabled', 'placeholder', 'aria-label', 'aria-expanded'];
|
|
5493
5502
|
var length = temp.length;
|
|
5494
5503
|
if (!isNullOrUndefined(this.inputElement)) {
|
|
5495
5504
|
while (length > 0) {
|
|
@@ -1168,6 +1168,9 @@ ejs-dropdownlist {
|
|
|
1168
1168
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1169
1169
|
border-bottom-color: #484848;
|
|
1170
1170
|
}
|
|
1171
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1172
|
+
background: #414141;
|
|
1173
|
+
}
|
|
1171
1174
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1172
1175
|
color: #f0f0f0;
|
|
1173
1176
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -1169,6 +1169,9 @@ ejs-dropdownlist {
|
|
|
1169
1169
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1170
1170
|
border-bottom-color: #e6e6e6;
|
|
1171
1171
|
}
|
|
1172
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1173
|
+
background: #f5f5f5;
|
|
1174
|
+
}
|
|
1172
1175
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1173
1176
|
color: #333;
|
|
1174
1177
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1235,6 +1235,9 @@ ejs-dropdownlist {
|
|
|
1235
1235
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1236
1236
|
border-bottom-color: rgba(0, 0, 0, 0.15);
|
|
1237
1237
|
}
|
|
1238
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1239
|
+
background: #f2f4f6;
|
|
1240
|
+
}
|
|
1238
1241
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1239
1242
|
color: #212529;
|
|
1240
1243
|
}
|
|
@@ -1282,6 +1282,9 @@ ejs-dropdownlist {
|
|
|
1282
1282
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1283
1283
|
border-bottom-color: #444c54;
|
|
1284
1284
|
}
|
|
1285
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1286
|
+
background: #31373d;
|
|
1287
|
+
}
|
|
1285
1288
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1286
1289
|
color: #fff;
|
|
1287
1290
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1282,6 +1282,9 @@ ejs-dropdownlist {
|
|
|
1282
1282
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1283
1283
|
border-bottom-color: #dee2e6;
|
|
1284
1284
|
}
|
|
1285
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1286
|
+
background: #e9ecef;
|
|
1287
|
+
}
|
|
1285
1288
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1286
1289
|
color: #212529;
|
|
1287
1290
|
}
|
|
@@ -59,3 +59,4 @@ $ddt-chip-hover-font-color: $content-text-color !default;
|
|
|
59
59
|
$ddt-nodata-font-color: $content-text-color !default;
|
|
60
60
|
$ddt-select-all-font-color: $content-text-color !default;
|
|
61
61
|
$ddt-remains-font-color: $content-text-color-alt3 !default;
|
|
62
|
+
$ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
@@ -69,4 +69,5 @@ $ddt-chip-font-size: 15px !default;
|
|
|
69
69
|
$ddt-overflow-count-padding-top: 6px !default;
|
|
70
70
|
$ddt-delim-padding: 6px 12px 0 12px !default;
|
|
71
71
|
$ddt-delim-bigger-padding: 7.5px 14px 0 14px !default;
|
|
72
|
-
$ddt-remains-count-padding-top: 5.5px !default;
|
|
72
|
+
$ddt-remains-count-padding-top: 5.5px !default;
|
|
73
|
+
$ddt-item-hover-bg: $grey-44 !default;
|
|
@@ -68,4 +68,5 @@ $ddt-chip-font-size: 15px !default;
|
|
|
68
68
|
$ddt-overflow-count-padding-top: 6px !default;
|
|
69
69
|
$ddt-delim-padding: 6px 12px 0 12px !default;
|
|
70
70
|
$ddt-delim-bigger-padding: 7.5px 14px 0 14px !default;
|
|
71
|
-
$ddt-remains-count-padding-top: 5.5px !default;
|
|
71
|
+
$ddt-remains-count-padding-top: 5.5px !default;
|
|
72
|
+
$ddt-item-hover-bg: $grey-f5 !default;
|
|
@@ -69,4 +69,5 @@ $ddt-chip-font-size: 14px !default;
|
|
|
69
69
|
$ddt-overflow-count-padding-top: 4px !default;
|
|
70
70
|
$ddt-delim-padding: 4px 8px 0 8px !default;
|
|
71
71
|
$ddt-delim-bigger-padding: 6px 12px 0 12px !default;
|
|
72
|
-
$ddt-remains-count-padding-top: 4px !default;
|
|
72
|
+
$ddt-remains-count-padding-top: 4px !default;
|
|
73
|
+
$ddt-item-hover-bg: darken($gray-100,2%) !default;
|
|
@@ -57,4 +57,5 @@ $ddt-chip-hover-font-color: $secondary-text-color-hover !default;
|
|
|
57
57
|
$ddt-nodata-font-color: $content-text-color !default;
|
|
58
58
|
$ddt-select-all-font-color: $content-text-color !default;
|
|
59
59
|
$ddt-remains-font-color: $content-text-color-alt3 !default;
|
|
60
|
-
$ddt-readonly-input-bg-color: $content-bg-color !default;
|
|
60
|
+
$ddt-readonly-input-bg-color: $content-bg-color !default;
|
|
61
|
+
$ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
@@ -69,4 +69,5 @@ $ddt-chip-font-size: 14px !default;
|
|
|
69
69
|
$ddt-overflow-count-padding-top: 6px !default;
|
|
70
70
|
$ddt-delim-padding: 6px 10px 0 10px !default;
|
|
71
71
|
$ddt-delim-bigger-padding: 8px 12px 0 12px !default;
|
|
72
|
-
$ddt-remains-count-padding-top: 6px !default;
|
|
72
|
+
$ddt-remains-count-padding-top: 6px !default;
|
|
73
|
+
$ddt-item-hover-bg: $neutral-light !default;
|
|
@@ -69,4 +69,5 @@ $ddt-chip-font-size: 14px !default;
|
|
|
69
69
|
$ddt-delim-padding: 6px 10px 0 10px !default;
|
|
70
70
|
$ddt-overflow-count-padding-top: 6px !default;
|
|
71
71
|
$ddt-delim-bigger-padding: 8px 12px 0 12px !default;
|
|
72
|
-
$ddt-remains-count-padding-top: 6px !default;
|
|
72
|
+
$ddt-remains-count-padding-top: 6px !default;
|
|
73
|
+
$ddt-item-hover-bg: $neutral-lighter !default;
|
|
@@ -63,4 +63,5 @@ $ddt-chip-hover-font-color: $content-text-color-hover !default;
|
|
|
63
63
|
$ddt-nodata-font-color: $content-text-color-alt2 !default;
|
|
64
64
|
$ddt-select-all-font-color: $content-text-color !default;
|
|
65
65
|
$ddt-remains-font-color: $content-text-color-alt3 !default;
|
|
66
|
-
$ddt-readonly-input-bg-color: $content-bg-color !default;
|
|
66
|
+
$ddt-readonly-input-bg-color: $content-bg-color !default;
|
|
67
|
+
$ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
@@ -57,4 +57,5 @@ $ddt-chip-hover-font-color: $secondary-text-color-hover !default;
|
|
|
57
57
|
$ddt-nodata-font-color: $content-text-color !default;
|
|
58
58
|
$ddt-select-all-font-color: $content-text-color !default;
|
|
59
59
|
$ddt-remains-font-color: $content-text-color-alt3 !default;
|
|
60
|
-
$ddt-readonly-input-bg-color: $content-bg-color !default;
|
|
60
|
+
$ddt-readonly-input-bg-color: $content-bg-color !default;
|
|
61
|
+
$ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
@@ -69,4 +69,5 @@ $ddt-chip-font-size: 14px !default;
|
|
|
69
69
|
$ddt-overflow-count-padding-top: 6px !default;
|
|
70
70
|
$ddt-delim-padding: 6px 10px 0 10px !default;
|
|
71
71
|
$ddt-delim-bigger-padding: 8px 12px 0 12px !default;
|
|
72
|
-
$ddt-remains-count-padding-top: 6px !default;
|
|
72
|
+
$ddt-remains-count-padding-top: 6px !default;
|
|
73
|
+
$ddt-item-hover-bg: $hover-bg !default;
|
|
@@ -69,4 +69,5 @@ $ddt-chip-font-size: 14px !default;
|
|
|
69
69
|
$ddt-overflow-count-padding-top: 6px !default;
|
|
70
70
|
$ddt-delim-padding: 6px 10px 0 10px !default;
|
|
71
71
|
$ddt-delim-bigger-padding: 8px 12px 0 12px !default;
|
|
72
|
-
$ddt-remains-count-padding-top: 6px !default;
|
|
72
|
+
$ddt-remains-count-padding-top: 6px !default;
|
|
73
|
+
$ddt-item-hover-bg: $hover-bg !default;
|
|
@@ -70,4 +70,5 @@ $ddt-remains-count-padding-top: 6px !default;
|
|
|
70
70
|
$ddt-outline-padding: 10px 12px !default;
|
|
71
71
|
$ddt-outline-chip-padding: 4px 12px !default;
|
|
72
72
|
$ddt-outline-bigger-padding: 15px 16px !default;
|
|
73
|
-
$ddt-bigger-outline-chip-padding: 8px 15px !default;
|
|
73
|
+
$ddt-bigger-outline-chip-padding: 8px 15px !default;
|
|
74
|
+
$ddt-item-hover-bg: rgba($grey-dark-font, .10) !default;
|
|
@@ -70,4 +70,5 @@ $ddt-remains-count-padding-top: 6px !default;
|
|
|
70
70
|
$ddt-outline-padding: 10px 12px !default;
|
|
71
71
|
$ddt-outline-chip-padding: 4px 12px !default;
|
|
72
72
|
$ddt-outline-bigger-padding: 15px 16px !default;
|
|
73
|
-
$ddt-bigger-outline-chip-padding: 8px 15px !default;
|
|
73
|
+
$ddt-bigger-outline-chip-padding: 8px 15px !default;
|
|
74
|
+
$ddt-item-hover-bg: $grey-100 !default;
|
|
@@ -74,3 +74,4 @@ $ddt-nodata-font-color: rgba($content-text-color) !default;
|
|
|
74
74
|
$ddt-select-all-font-color: rgba($content-text-color) !default;
|
|
75
75
|
$ddt-remains-font-color: $grey-600 !default;
|
|
76
76
|
$ddt-readonly-input-bg-color: rgba($content-bg-color) !default;
|
|
77
|
+
$ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
@@ -59,3 +59,4 @@ $ddt-chip-hover-font-color: $content-text-color !default;
|
|
|
59
59
|
$ddt-nodata-font-color: $content-text-color !default;
|
|
60
60
|
$ddt-select-all-font-color: $content-text-color !default;
|
|
61
61
|
$ddt-remains-font-color: $content-text-color-alt3 !default;
|
|
62
|
+
$ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
@@ -425,6 +425,9 @@
|
|
|
425
425
|
.e-ddt.e-popup .e-selectall-parent {
|
|
426
426
|
border-bottom-color: #eaeaea;
|
|
427
427
|
}
|
|
428
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
429
|
+
background: #f4f4f4;
|
|
430
|
+
}
|
|
428
431
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
429
432
|
color: rgba(51, 51, 51, 0.87);
|
|
430
433
|
}
|
|
@@ -745,6 +745,9 @@
|
|
|
745
745
|
.e-ddt.e-popup .e-selectall-parent {
|
|
746
746
|
border-bottom-color: rgba(0, 0, 0, 0.12);
|
|
747
747
|
}
|
|
748
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
749
|
+
background: rgba(255, 255, 255, 0.1);
|
|
750
|
+
}
|
|
748
751
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
749
752
|
color: #fff;
|
|
750
753
|
}
|
|
@@ -760,6 +760,9 @@
|
|
|
760
760
|
.e-ddt.e-popup .e-selectall-parent {
|
|
761
761
|
border-bottom-color: rgba(0, 0, 0, 0.12);
|
|
762
762
|
}
|
|
763
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
764
|
+
background: #f5f5f5;
|
|
765
|
+
}
|
|
763
766
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
764
767
|
color: rgba(0, 0, 0, 0.87);
|
|
765
768
|
}
|
|
@@ -464,6 +464,9 @@
|
|
|
464
464
|
.e-ddt.e-popup .e-selectall-parent {
|
|
465
465
|
border-bottom-color: rgba(var(--color-sf-outline-variant));
|
|
466
466
|
}
|
|
467
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
468
|
+
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
469
|
+
}
|
|
467
470
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
468
471
|
color: rgba(var(--color-sf-on-surface));
|
|
469
472
|
}
|
|
@@ -520,6 +520,9 @@
|
|
|
520
520
|
.e-ddt.e-popup .e-selectall-parent {
|
|
521
521
|
border-bottom-color: rgba(var(--color-sf-outline-variant));
|
|
522
522
|
}
|
|
523
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
524
|
+
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
525
|
+
}
|
|
523
526
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
524
527
|
color: rgba(var(--color-sf-on-surface));
|
|
525
528
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1146,6 +1146,9 @@ ejs-dropdownlist {
|
|
|
1146
1146
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1147
1147
|
border-bottom-color: #414040;
|
|
1148
1148
|
}
|
|
1149
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1150
|
+
background: #414040;
|
|
1151
|
+
}
|
|
1149
1152
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1150
1153
|
color: #dadada;
|
|
1151
1154
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -1140,6 +1140,9 @@ ejs-dropdownlist {
|
|
|
1140
1140
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1141
1141
|
border-bottom-color: #eaeaea;
|
|
1142
1142
|
}
|
|
1143
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1144
|
+
background: #f4f4f4;
|
|
1145
|
+
}
|
|
1143
1146
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1144
1147
|
color: rgba(51, 51, 51, 0.87);
|
|
1145
1148
|
}
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1284,6 +1284,9 @@ ejs-dropdownlist {
|
|
|
1284
1284
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1285
1285
|
border-bottom-color: #292827;
|
|
1286
1286
|
}
|
|
1287
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1288
|
+
background: #252423;
|
|
1289
|
+
}
|
|
1287
1290
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1288
1291
|
color: #f3f2f1;
|
|
1289
1292
|
}
|
package/styles/fluent.css
CHANGED
|
@@ -1284,6 +1284,9 @@ ejs-dropdownlist {
|
|
|
1284
1284
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1285
1285
|
border-bottom-color: #edebe9;
|
|
1286
1286
|
}
|
|
1287
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1288
|
+
background: #f3f2f1;
|
|
1289
|
+
}
|
|
1287
1290
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1288
1291
|
color: #201f1e;
|
|
1289
1292
|
}
|
|
@@ -1158,6 +1158,9 @@ ejs-dropdownlist {
|
|
|
1158
1158
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1159
1159
|
border-bottom-color: #757575;
|
|
1160
1160
|
}
|
|
1161
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1162
|
+
background: #ecf;
|
|
1163
|
+
}
|
|
1161
1164
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1162
1165
|
color: #000;
|
|
1163
1166
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -1162,6 +1162,9 @@ ejs-dropdownlist {
|
|
|
1162
1162
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1163
1163
|
border-bottom-color: #fff;
|
|
1164
1164
|
}
|
|
1165
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1166
|
+
background: #685708;
|
|
1167
|
+
}
|
|
1165
1168
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1166
1169
|
color: #fff;
|
|
1167
1170
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -1498,6 +1498,9 @@ ejs-dropdownlist {
|
|
|
1498
1498
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1499
1499
|
border-bottom-color: rgba(0, 0, 0, 0.12);
|
|
1500
1500
|
}
|
|
1501
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1502
|
+
background: rgba(255, 255, 255, 0.1);
|
|
1503
|
+
}
|
|
1501
1504
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1502
1505
|
color: #fff;
|
|
1503
1506
|
}
|