@syncfusion/ej2-dropdowns 19.4.48 → 19.4.50
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 +12 -0
- 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 +47 -5
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +124 -77
- 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/drop-down-base/drop-down-base.js +10 -0
- package/src/drop-down-list/drop-down-list.js +106 -71
- package/src/list-box/list-box.js +4 -3
- package/src/multi-select/multi-select.js +1 -0
- package/styles/bootstrap-dark.css +2 -1
- package/styles/bootstrap.css +2 -1
- package/styles/bootstrap4.css +2 -1
- package/styles/bootstrap5-dark.css +2 -1
- package/styles/bootstrap5.css +2 -1
- package/styles/fabric-dark.css +2 -1
- package/styles/fabric.css +2 -1
- package/styles/highcontrast-light.css +2 -1
- package/styles/highcontrast.css +2 -1
- package/styles/material-dark.css +2 -1
- package/styles/material.css +2 -1
- package/styles/multi-select/_layout.scss +2 -1
- package/styles/multi-select/bootstrap-dark.css +2 -1
- package/styles/multi-select/bootstrap.css +2 -1
- package/styles/multi-select/bootstrap4.css +2 -1
- package/styles/multi-select/bootstrap5-dark.css +2 -1
- package/styles/multi-select/bootstrap5.css +2 -1
- package/styles/multi-select/fabric-dark.css +2 -1
- package/styles/multi-select/fabric.css +2 -1
- package/styles/multi-select/highcontrast-light.css +2 -1
- package/styles/multi-select/highcontrast.css +2 -1
- package/styles/multi-select/material-dark.css +2 -1
- package/styles/multi-select/material.css +2 -1
- package/styles/multi-select/tailwind-dark.css +2 -1
- package/styles/multi-select/tailwind.css +2 -1
- package/styles/tailwind-dark.css +2 -1
- package/styles/tailwind.css +2 -1
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.50
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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@19.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-dropdowns@19.4.48",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-Yz0UF3J4mNNGlnvZkoMxKP295uhWJ4RxTLPV206SJguJLs8vT2mrpyamdhwKQPNBCY8d9YnnIb4KWBBozWHYYw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-dropdowns",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"/@syncfusion/ej2-spreadsheet",
|
|
34
34
|
"/@syncfusion/ej2-vue-dropdowns"
|
|
35
35
|
],
|
|
36
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-19.4.
|
|
37
|
-
"_shasum": "
|
|
36
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-19.4.48.tgz",
|
|
37
|
+
"_shasum": "4de8f8a1da32155d9904a785d115f78fe5be553e",
|
|
38
38
|
"_spec": "@syncfusion/ej2-dropdowns@*",
|
|
39
39
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
40
40
|
"author": {
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"bundleDependencies": false,
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@syncfusion/ej2-base": "~19.4.48",
|
|
46
|
-
"@syncfusion/ej2-data": "~19.4.
|
|
46
|
+
"@syncfusion/ej2-data": "~19.4.50",
|
|
47
47
|
"@syncfusion/ej2-inputs": "~19.4.48",
|
|
48
48
|
"@syncfusion/ej2-lists": "~19.4.48",
|
|
49
|
-
"@syncfusion/ej2-navigations": "~19.4.
|
|
50
|
-
"@syncfusion/ej2-popups": "~19.4.
|
|
49
|
+
"@syncfusion/ej2-navigations": "~19.4.50",
|
|
50
|
+
"@syncfusion/ej2-popups": "~19.4.50"
|
|
51
51
|
},
|
|
52
52
|
"deprecated": false,
|
|
53
53
|
"description": "Essential JS 2 DropDown Components",
|
|
@@ -72,6 +72,6 @@
|
|
|
72
72
|
"module": "./index.js",
|
|
73
73
|
"name": "@syncfusion/ej2-dropdowns",
|
|
74
74
|
"typings": "index.d.ts",
|
|
75
|
-
"version": "19.4.
|
|
75
|
+
"version": "19.4.50",
|
|
76
76
|
"sideEffects": false
|
|
77
77
|
}
|
|
@@ -67,6 +67,7 @@ var HEADERTEMPLATE_PROPERTY = 'HeaderTemplate';
|
|
|
67
67
|
var FOOTERTEMPLATE_PROPERTY = 'FooterTemplate';
|
|
68
68
|
var NORECORDSTEMPLATE_PROPERTY = 'NoRecordsTemplate';
|
|
69
69
|
var ACTIONFAILURETEMPLATE_PROPERTY = 'ActionFailureTemplate';
|
|
70
|
+
var HIDE_GROUPLIST = 'e-hide-group-header';
|
|
70
71
|
/**
|
|
71
72
|
* DropDownBase component will generate the list items based on given data and act as base class to drop-down related components
|
|
72
73
|
*/
|
|
@@ -582,6 +583,15 @@ var DropDownBase = /** @class */ (function (_super) {
|
|
|
582
583
|
}
|
|
583
584
|
this.list.innerHTML = '';
|
|
584
585
|
this.fixedHeaderElement = isNullOrUndefined(this.fixedHeaderElement) ? this.fixedHeaderElement : null;
|
|
586
|
+
if (this.getModuleName() === 'multiselect' && this.properties.allowCustomValue && this.fields.groupBy) {
|
|
587
|
+
for (var i = 0; i < ulElement.childElementCount; i++) {
|
|
588
|
+
if (ulElement.children[i].classList.contains('e-list-group-item')) {
|
|
589
|
+
if (isNullOrUndefined(ulElement.children[i].innerHTML) || ulElement.children[i].innerHTML == "") {
|
|
590
|
+
addClass([ulElement.children[i]], HIDE_GROUPLIST);
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
}
|
|
585
595
|
this.list.appendChild(ulElement);
|
|
586
596
|
this.liCollections = this.list.querySelectorAll('.' + dropDownBaseClasses.li);
|
|
587
597
|
this.ulElement = this.list.querySelector('ul');
|
|
@@ -2238,160 +2238,195 @@ var DropDownList = /** @class */ (function (_super) {
|
|
|
2238
2238
|
* @returns {void}
|
|
2239
2239
|
*/
|
|
2240
2240
|
DropDownList.prototype.onPropertyChanged = function (newProp, oldProp) {
|
|
2241
|
+
var _this = this;
|
|
2241
2242
|
if (this.getModuleName() === 'dropdownlist') {
|
|
2242
2243
|
this.checkData(newProp);
|
|
2243
2244
|
this.setUpdateInitial(['fields', 'query', 'dataSource'], newProp);
|
|
2244
2245
|
}
|
|
2245
|
-
|
|
2246
|
-
var prop = _a[_i];
|
|
2246
|
+
var _loop_1 = function (prop) {
|
|
2247
2247
|
switch (prop) {
|
|
2248
2248
|
case 'query':
|
|
2249
2249
|
case 'dataSource': break;
|
|
2250
2250
|
case 'htmlAttributes':
|
|
2251
|
-
|
|
2251
|
+
this_1.setHTMLAttributes();
|
|
2252
2252
|
break;
|
|
2253
2253
|
case 'width':
|
|
2254
|
-
|
|
2254
|
+
this_1.setEleWidth(newProp.width);
|
|
2255
2255
|
break;
|
|
2256
2256
|
case 'placeholder':
|
|
2257
|
-
Input.setPlaceholder(newProp.placeholder,
|
|
2257
|
+
Input.setPlaceholder(newProp.placeholder, this_1.inputElement);
|
|
2258
2258
|
break;
|
|
2259
2259
|
case 'filterBarPlaceholder':
|
|
2260
|
-
if (
|
|
2261
|
-
Input.setPlaceholder(newProp.filterBarPlaceholder,
|
|
2260
|
+
if (this_1.filterInput) {
|
|
2261
|
+
Input.setPlaceholder(newProp.filterBarPlaceholder, this_1.filterInput);
|
|
2262
2262
|
}
|
|
2263
2263
|
break;
|
|
2264
2264
|
case 'readonly':
|
|
2265
|
-
if (
|
|
2266
|
-
Input.setReadonly(newProp.readonly,
|
|
2265
|
+
if (this_1.getModuleName() !== 'dropdownlist') {
|
|
2266
|
+
Input.setReadonly(newProp.readonly, this_1.inputElement);
|
|
2267
2267
|
}
|
|
2268
|
-
|
|
2268
|
+
this_1.setReadOnly();
|
|
2269
2269
|
break;
|
|
2270
2270
|
case 'cssClass':
|
|
2271
|
-
|
|
2271
|
+
this_1.setCssClass(newProp.cssClass, oldProp.cssClass);
|
|
2272
2272
|
break;
|
|
2273
2273
|
case 'enableRtl':
|
|
2274
|
-
|
|
2274
|
+
this_1.setEnableRtl();
|
|
2275
2275
|
break;
|
|
2276
2276
|
case 'enabled':
|
|
2277
|
-
|
|
2277
|
+
this_1.setEnable();
|
|
2278
2278
|
break;
|
|
2279
2279
|
case 'text':
|
|
2280
2280
|
if (newProp.text === null) {
|
|
2281
|
-
|
|
2281
|
+
this_1.clearAll();
|
|
2282
2282
|
break;
|
|
2283
2283
|
}
|
|
2284
|
-
if (!
|
|
2285
|
-
if (
|
|
2286
|
-
|
|
2284
|
+
if (!this_1.list) {
|
|
2285
|
+
if (this_1.dataSource instanceof DataManager) {
|
|
2286
|
+
this_1.initRemoteRender = true;
|
|
2287
2287
|
}
|
|
2288
|
-
|
|
2288
|
+
this_1.renderList();
|
|
2289
2289
|
}
|
|
2290
|
-
if (!
|
|
2291
|
-
var li =
|
|
2292
|
-
if (!
|
|
2293
|
-
if (
|
|
2294
|
-
|
|
2295
|
-
|
|
2290
|
+
if (!this_1.initRemoteRender) {
|
|
2291
|
+
var li = this_1.getElementByText(newProp.text);
|
|
2292
|
+
if (!this_1.checkValidLi(li)) {
|
|
2293
|
+
if (this_1.liCollections && this_1.liCollections.length === 100 &&
|
|
2294
|
+
this_1.getModuleName() === 'autocomplete' && this_1.listData.length > 100) {
|
|
2295
|
+
this_1.setSelectionData(newProp.text, oldProp.text, 'text');
|
|
2296
|
+
}
|
|
2297
|
+
else if (newProp.text && this_1.dataSource instanceof DataManager) {
|
|
2298
|
+
var listLength_1 = this_1.getItems().length;
|
|
2299
|
+
var checkField = isNullOrUndefined(this_1.fields.text) ? this_1.fields.value : this_1.fields.text;
|
|
2300
|
+
this_1.typedString = '';
|
|
2301
|
+
this_1.dataSource.executeQuery(this_1.getQuery(this_1.query).where(new Predicate(checkField, 'equal', newProp.text)))
|
|
2302
|
+
.then(function (e) {
|
|
2303
|
+
if (e.result.length > 0) {
|
|
2304
|
+
_this.addItem(e.result, listLength_1);
|
|
2305
|
+
_this.updateValues();
|
|
2306
|
+
}
|
|
2307
|
+
else {
|
|
2308
|
+
_this.setOldText(oldProp.text);
|
|
2309
|
+
}
|
|
2310
|
+
});
|
|
2296
2311
|
}
|
|
2297
2312
|
else {
|
|
2298
|
-
|
|
2313
|
+
this_1.setOldText(oldProp.text);
|
|
2299
2314
|
}
|
|
2300
2315
|
}
|
|
2301
|
-
|
|
2316
|
+
this_1.updateInputFields();
|
|
2302
2317
|
}
|
|
2303
2318
|
break;
|
|
2304
2319
|
case 'value':
|
|
2305
2320
|
if (newProp.value === null) {
|
|
2306
|
-
|
|
2321
|
+
this_1.clearAll();
|
|
2307
2322
|
break;
|
|
2308
2323
|
}
|
|
2309
|
-
|
|
2310
|
-
if (!
|
|
2311
|
-
if (
|
|
2312
|
-
|
|
2324
|
+
this_1.notify('beforeValueChange', { newProp: newProp }); // gird component value type change
|
|
2325
|
+
if (!this_1.list) {
|
|
2326
|
+
if (this_1.dataSource instanceof DataManager) {
|
|
2327
|
+
this_1.initRemoteRender = true;
|
|
2313
2328
|
}
|
|
2314
|
-
|
|
2329
|
+
this_1.renderList();
|
|
2315
2330
|
}
|
|
2316
|
-
if (!
|
|
2317
|
-
var item =
|
|
2318
|
-
if (!
|
|
2319
|
-
if (
|
|
2320
|
-
|
|
2321
|
-
|
|
2331
|
+
if (!this_1.initRemoteRender) {
|
|
2332
|
+
var item = this_1.getElementByValue(newProp.value);
|
|
2333
|
+
if (!this_1.checkValidLi(item)) {
|
|
2334
|
+
if (this_1.liCollections && this_1.liCollections.length === 100 &&
|
|
2335
|
+
this_1.getModuleName() === 'autocomplete' && this_1.listData.length > 100) {
|
|
2336
|
+
this_1.setSelectionData(newProp.value, oldProp.value, 'value');
|
|
2337
|
+
}
|
|
2338
|
+
else if (newProp.value && this_1.dataSource instanceof DataManager) {
|
|
2339
|
+
var listLength_2 = this_1.getItems().length;
|
|
2340
|
+
var checkField = isNullOrUndefined(this_1.fields.value) ? this_1.fields.text : this_1.fields.value;
|
|
2341
|
+
this_1.typedString = '';
|
|
2342
|
+
this_1.dataSource.executeQuery(this_1.getQuery(this_1.query).where(new Predicate(checkField, 'equal', newProp.value)))
|
|
2343
|
+
.then(function (e) {
|
|
2344
|
+
if (e.result.length > 0) {
|
|
2345
|
+
_this.addItem(e.result, listLength_2);
|
|
2346
|
+
_this.updateValues();
|
|
2347
|
+
}
|
|
2348
|
+
else {
|
|
2349
|
+
_this.setOldValue(oldProp.value);
|
|
2350
|
+
}
|
|
2351
|
+
});
|
|
2322
2352
|
}
|
|
2323
2353
|
else {
|
|
2324
|
-
|
|
2354
|
+
this_1.setOldValue(oldProp.value);
|
|
2325
2355
|
}
|
|
2326
2356
|
}
|
|
2327
|
-
|
|
2328
|
-
|
|
2357
|
+
this_1.updateInputFields();
|
|
2358
|
+
this_1.preventChange = this_1.isAngular && this_1.preventChange ? !this_1.preventChange : this_1.preventChange;
|
|
2329
2359
|
}
|
|
2330
2360
|
break;
|
|
2331
2361
|
case 'index':
|
|
2332
2362
|
if (newProp.index === null) {
|
|
2333
|
-
|
|
2363
|
+
this_1.clearAll();
|
|
2334
2364
|
break;
|
|
2335
2365
|
}
|
|
2336
|
-
if (!
|
|
2337
|
-
if (
|
|
2338
|
-
|
|
2366
|
+
if (!this_1.list) {
|
|
2367
|
+
if (this_1.dataSource instanceof DataManager) {
|
|
2368
|
+
this_1.initRemoteRender = true;
|
|
2339
2369
|
}
|
|
2340
|
-
|
|
2370
|
+
this_1.renderList();
|
|
2341
2371
|
}
|
|
2342
|
-
if (!
|
|
2343
|
-
var element =
|
|
2344
|
-
if (!
|
|
2345
|
-
if (
|
|
2346
|
-
|
|
2347
|
-
|
|
2372
|
+
if (!this_1.initRemoteRender && this_1.liCollections) {
|
|
2373
|
+
var element = this_1.liCollections[newProp.index];
|
|
2374
|
+
if (!this_1.checkValidLi(element)) {
|
|
2375
|
+
if (this_1.liCollections && this_1.liCollections.length === 100 &&
|
|
2376
|
+
this_1.getModuleName() === 'autocomplete' && this_1.listData.length > 100) {
|
|
2377
|
+
this_1.setSelectionData(newProp.index, oldProp.index, 'index');
|
|
2348
2378
|
}
|
|
2349
2379
|
else {
|
|
2350
|
-
|
|
2380
|
+
this_1.index = oldProp.index;
|
|
2351
2381
|
}
|
|
2352
2382
|
}
|
|
2353
|
-
|
|
2383
|
+
this_1.updateInputFields();
|
|
2354
2384
|
}
|
|
2355
2385
|
break;
|
|
2356
2386
|
case 'footerTemplate':
|
|
2357
|
-
if (
|
|
2358
|
-
|
|
2387
|
+
if (this_1.popupObj) {
|
|
2388
|
+
this_1.setFooterTemplate(this_1.popupObj.element);
|
|
2359
2389
|
}
|
|
2360
2390
|
break;
|
|
2361
2391
|
case 'headerTemplate':
|
|
2362
|
-
if (
|
|
2363
|
-
|
|
2392
|
+
if (this_1.popupObj) {
|
|
2393
|
+
this_1.setHeaderTemplate(this_1.popupObj.element);
|
|
2364
2394
|
}
|
|
2365
2395
|
break;
|
|
2366
2396
|
case 'valueTemplate':
|
|
2367
|
-
if (!isNullOrUndefined(
|
|
2368
|
-
|
|
2397
|
+
if (!isNullOrUndefined(this_1.itemData) && this_1.valueTemplate != null) {
|
|
2398
|
+
this_1.setValueTemplate();
|
|
2369
2399
|
}
|
|
2370
2400
|
break;
|
|
2371
2401
|
case 'allowFiltering':
|
|
2372
|
-
if (
|
|
2373
|
-
|
|
2374
|
-
list:
|
|
2375
|
-
|
|
2376
|
-
|
|
2402
|
+
if (this_1.allowFiltering) {
|
|
2403
|
+
this_1.actionCompleteData = { ulElement: this_1.ulElement,
|
|
2404
|
+
list: this_1.listData, isUpdated: true };
|
|
2405
|
+
this_1.actionData = this_1.actionCompleteData;
|
|
2406
|
+
this_1.updateSelectElementData(this_1.allowFiltering);
|
|
2377
2407
|
}
|
|
2378
2408
|
break;
|
|
2379
2409
|
case 'floatLabelType':
|
|
2380
|
-
Input.removeFloating(
|
|
2381
|
-
Input.addFloating(
|
|
2410
|
+
Input.removeFloating(this_1.inputWrapper);
|
|
2411
|
+
Input.addFloating(this_1.inputElement, newProp.floatLabelType, this_1.placeholder, this_1.createElement);
|
|
2382
2412
|
break;
|
|
2383
2413
|
case 'showClearButton':
|
|
2384
|
-
Input.setClearButton(newProp.showClearButton,
|
|
2385
|
-
|
|
2414
|
+
Input.setClearButton(newProp.showClearButton, this_1.inputElement, this_1.inputWrapper, null, this_1.createElement);
|
|
2415
|
+
this_1.bindClearEvent();
|
|
2386
2416
|
break;
|
|
2387
2417
|
default:
|
|
2388
2418
|
{
|
|
2389
2419
|
// eslint-disable-next-line max-len
|
|
2390
|
-
var ddlProps =
|
|
2391
|
-
_super.prototype.onPropertyChanged.call(
|
|
2420
|
+
var ddlProps = this_1.getPropObject(prop, newProp, oldProp);
|
|
2421
|
+
_super.prototype.onPropertyChanged.call(this_1, ddlProps.newProperty, ddlProps.oldProperty);
|
|
2392
2422
|
}
|
|
2393
2423
|
break;
|
|
2394
2424
|
}
|
|
2425
|
+
};
|
|
2426
|
+
var this_1 = this;
|
|
2427
|
+
for (var _i = 0, _a = Object.keys(newProp); _i < _a.length; _i++) {
|
|
2428
|
+
var prop = _a[_i];
|
|
2429
|
+
_loop_1(prop);
|
|
2395
2430
|
}
|
|
2396
2431
|
};
|
|
2397
2432
|
DropDownList.prototype.checkValidLi = function (element) {
|
package/src/list-box/list-box.js
CHANGED
|
@@ -742,9 +742,10 @@ var ListBox = /** @class */ (function (_super) {
|
|
|
742
742
|
}
|
|
743
743
|
if (objValue === dataValue) {
|
|
744
744
|
itemIdx = this.getIndexByValue(dataValue);
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
745
|
+
var idx = itemIdx === i ? itemIdx : i;
|
|
746
|
+
liCollections.push(liElement[idx]);
|
|
747
|
+
removeIdxes.push(idx);
|
|
748
|
+
removeLiIdxes.push(idx);
|
|
748
749
|
}
|
|
749
750
|
}
|
|
750
751
|
}
|
|
@@ -3947,6 +3947,7 @@ var MultiSelect = /** @class */ (function (_super) {
|
|
|
3947
3947
|
this.mainData = null;
|
|
3948
3948
|
this.filterParent = null;
|
|
3949
3949
|
this.ulElement = null;
|
|
3950
|
+
this.mainListCollection = null;
|
|
3950
3951
|
_super.prototype.destroy.call(this);
|
|
3951
3952
|
var temp = ['readonly', 'aria-disabled', 'aria-placeholder', 'placeholder'];
|
|
3952
3953
|
var length = temp.length;
|
|
@@ -1674,7 +1674,8 @@ ejs-dropdownlist {
|
|
|
1674
1674
|
padding-left: 6px;
|
|
1675
1675
|
}
|
|
1676
1676
|
|
|
1677
|
-
.e-multi-select-list-wrapper .e-hide-listitem
|
|
1677
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
1678
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
1678
1679
|
display: none;
|
|
1679
1680
|
}
|
|
1680
1681
|
|
package/styles/bootstrap.css
CHANGED
|
@@ -1673,7 +1673,8 @@ ejs-dropdownlist {
|
|
|
1673
1673
|
padding-left: 6px;
|
|
1674
1674
|
}
|
|
1675
1675
|
|
|
1676
|
-
.e-multi-select-list-wrapper .e-hide-listitem
|
|
1676
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
1677
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
1677
1678
|
display: none;
|
|
1678
1679
|
}
|
|
1679
1680
|
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1827,7 +1827,8 @@ ejs-dropdownlist {
|
|
|
1827
1827
|
padding-left: 12px;
|
|
1828
1828
|
}
|
|
1829
1829
|
|
|
1830
|
-
.e-multi-select-list-wrapper .e-hide-listitem
|
|
1830
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
1831
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
1831
1832
|
display: none;
|
|
1832
1833
|
}
|
|
1833
1834
|
|
|
@@ -1792,7 +1792,8 @@ ejs-dropdownlist {
|
|
|
1792
1792
|
padding-left: 0;
|
|
1793
1793
|
}
|
|
1794
1794
|
|
|
1795
|
-
.e-multi-select-list-wrapper .e-hide-listitem
|
|
1795
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
1796
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
1796
1797
|
display: none;
|
|
1797
1798
|
}
|
|
1798
1799
|
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1792,7 +1792,8 @@ ejs-dropdownlist {
|
|
|
1792
1792
|
padding-left: 0;
|
|
1793
1793
|
}
|
|
1794
1794
|
|
|
1795
|
-
.e-multi-select-list-wrapper .e-hide-listitem
|
|
1795
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
1796
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
1796
1797
|
display: none;
|
|
1797
1798
|
}
|
|
1798
1799
|
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1643,7 +1643,8 @@ ejs-dropdownlist {
|
|
|
1643
1643
|
padding-left: 10px;
|
|
1644
1644
|
}
|
|
1645
1645
|
|
|
1646
|
-
.e-multi-select-list-wrapper .e-hide-listitem
|
|
1646
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
1647
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
1647
1648
|
display: none;
|
|
1648
1649
|
}
|
|
1649
1650
|
|
package/styles/fabric.css
CHANGED
|
@@ -1637,7 +1637,8 @@ ejs-dropdownlist {
|
|
|
1637
1637
|
padding-left: 10px;
|
|
1638
1638
|
}
|
|
1639
1639
|
|
|
1640
|
-
.e-multi-select-list-wrapper .e-hide-listitem
|
|
1640
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
1641
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
1641
1642
|
display: none;
|
|
1642
1643
|
}
|
|
1643
1644
|
|
|
@@ -1781,7 +1781,8 @@ ejs-dropdownlist {
|
|
|
1781
1781
|
padding-left: 10px;
|
|
1782
1782
|
}
|
|
1783
1783
|
|
|
1784
|
-
.e-multi-select-list-wrapper .e-hide-listitem
|
|
1784
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
1785
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
1785
1786
|
display: none;
|
|
1786
1787
|
}
|
|
1787
1788
|
|
package/styles/highcontrast.css
CHANGED
|
@@ -1788,7 +1788,8 @@ ejs-dropdownlist {
|
|
|
1788
1788
|
padding-left: 10px;
|
|
1789
1789
|
}
|
|
1790
1790
|
|
|
1791
|
-
.e-multi-select-list-wrapper .e-hide-listitem
|
|
1791
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
1792
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
1792
1793
|
display: none;
|
|
1793
1794
|
}
|
|
1794
1795
|
|
package/styles/material-dark.css
CHANGED
|
@@ -2639,7 +2639,8 @@ ejs-dropdownlist {
|
|
|
2639
2639
|
padding-left: 0;
|
|
2640
2640
|
}
|
|
2641
2641
|
|
|
2642
|
-
.e-multi-select-list-wrapper .e-hide-listitem
|
|
2642
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
2643
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
2643
2644
|
display: none;
|
|
2644
2645
|
}
|
|
2645
2646
|
|
package/styles/material.css
CHANGED
|
@@ -2700,7 +2700,8 @@ ejs-dropdownlist {
|
|
|
2700
2700
|
padding-left: 0;
|
|
2701
2701
|
}
|
|
2702
2702
|
|
|
2703
|
-
.e-multi-select-list-wrapper .e-hide-listitem
|
|
2703
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
2704
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
2704
2705
|
display: none;
|
|
2705
2706
|
}
|
|
2706
2707
|
|