@syncfusion/ej2-dropdowns 23.1.40 → 23.1.41

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.
Files changed (59) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/ej2-dropdowns.min.js +2 -2
  3. package/dist/ej2-dropdowns.umd.min.js +2 -2
  4. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-dropdowns.es2015.js +45 -4
  6. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  7. package/dist/es6/ej2-dropdowns.es5.js +45 -4
  8. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  9. package/dist/global/ej2-dropdowns.min.js +2 -2
  10. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +7 -7
  13. package/src/drop-down-base/drop-down-base.d.ts +1 -0
  14. package/src/drop-down-base/drop-down-base.js +5 -0
  15. package/src/drop-down-list/drop-down-list.d.ts +3 -0
  16. package/src/drop-down-list/drop-down-list.js +33 -2
  17. package/src/drop-down-tree/drop-down-tree.js +2 -2
  18. package/src/multi-select/multi-select.js +5 -0
  19. package/styles/auto-complete/bootstrap4.css +13 -2
  20. package/styles/bootstrap-dark.css +1 -1
  21. package/styles/bootstrap.css +1 -1
  22. package/styles/bootstrap4.css +33 -3
  23. package/styles/bootstrap5-dark.css +1 -1
  24. package/styles/bootstrap5.css +1 -1
  25. package/styles/combo-box/bootstrap4.css +13 -2
  26. package/styles/drop-down-list/_bootstrap4-definition.scss +13 -2
  27. package/styles/drop-down-list/bootstrap4.css +13 -2
  28. package/styles/fabric-dark.css +1 -1
  29. package/styles/fabric.css +1 -1
  30. package/styles/fluent-dark.css +1 -1
  31. package/styles/fluent.css +1 -1
  32. package/styles/highcontrast-light.css +1 -1
  33. package/styles/highcontrast.css +1 -1
  34. package/styles/list-box/_theme.scss +1 -1
  35. package/styles/list-box/bootstrap-dark.css +1 -1
  36. package/styles/list-box/bootstrap.css +1 -1
  37. package/styles/list-box/bootstrap4.css +1 -1
  38. package/styles/list-box/bootstrap5-dark.css +1 -1
  39. package/styles/list-box/bootstrap5.css +1 -1
  40. package/styles/list-box/fabric-dark.css +1 -1
  41. package/styles/list-box/fabric.css +1 -1
  42. package/styles/list-box/fluent-dark.css +1 -1
  43. package/styles/list-box/fluent.css +1 -1
  44. package/styles/list-box/highcontrast-light.css +1 -1
  45. package/styles/list-box/highcontrast.css +1 -1
  46. package/styles/list-box/material-dark.css +1 -1
  47. package/styles/list-box/material.css +1 -1
  48. package/styles/list-box/material3-dark.css +1 -1
  49. package/styles/list-box/material3.css +1 -1
  50. package/styles/list-box/tailwind-dark.css +1 -1
  51. package/styles/list-box/tailwind.css +1 -1
  52. package/styles/material-dark.css +1 -1
  53. package/styles/material.css +1 -1
  54. package/styles/material3-dark.css +1 -1
  55. package/styles/material3.css +1 -1
  56. package/styles/multi-select/_bootstrap4-definition.scss +19 -0
  57. package/styles/multi-select/bootstrap4.css +19 -0
  58. package/styles/tailwind-dark.css +1 -1
  59. package/styles/tailwind.css +1 -1
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 23.1.40
3
+ * version : 23.1.41
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@23.1.38",
3
+ "_id": "@syncfusion/ej2-dropdowns@23.1.40",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-/nMH74CNUDg4d9Owl7Rdd5H5XSCLrBtzKBOCsL1EyJjX7F0c3jQmiqBGexFZZSN+ko6XqFzc0HYMxSehOLur8g==",
5
+ "_integrity": "sha512-bpXzM3yvl5Rn59H3dMIpZP4JmY2pjttfsNEbyEDxAvdMtGuM6WzFb0PG34FTLijMqc5pLKLn2vaK4p6Tcnw6Jg==",
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-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-23.1.38.tgz",
38
- "_shasum": "6f6b335f524faaf798fd9c64d61cace18ebfa301",
37
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-23.1.40.tgz",
38
+ "_shasum": "1951d0d86e8127368968282a415bafe26540c010",
39
39
  "_spec": "@syncfusion/ej2-dropdowns@*",
40
40
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
41
41
  "author": {
@@ -43,11 +43,11 @@
43
43
  },
44
44
  "bundleDependencies": false,
45
45
  "dependencies": {
46
- "@syncfusion/ej2-base": "~23.1.38",
46
+ "@syncfusion/ej2-base": "~23.1.41",
47
47
  "@syncfusion/ej2-data": "~23.1.36",
48
48
  "@syncfusion/ej2-inputs": "~23.1.40",
49
49
  "@syncfusion/ej2-lists": "~23.1.36",
50
- "@syncfusion/ej2-navigations": "~23.1.40",
50
+ "@syncfusion/ej2-navigations": "~23.1.41",
51
51
  "@syncfusion/ej2-notifications": "~23.1.40",
52
52
  "@syncfusion/ej2-popups": "~23.1.38"
53
53
  },
@@ -74,7 +74,7 @@
74
74
  "module": "./index.js",
75
75
  "name": "@syncfusion/ej2-dropdowns",
76
76
  "typings": "index.d.ts",
77
- "version": "23.1.40",
77
+ "version": "23.1.41",
78
78
  "sideEffects": false,
79
79
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
80
80
  }
@@ -610,6 +610,7 @@ export declare class DropDownBase extends Component<HTMLElement> implements INot
610
610
  * @returns {void}
611
611
  */
612
612
  render(e?: MouseEvent | KeyboardEventArgs | TouchEvent, isEmptyData?: boolean): void;
613
+ protected removeScrollEvent(): void;
613
614
  /**
614
615
  * Return the module name of this component.
615
616
  *
@@ -1127,6 +1127,11 @@ var DropDownBase = /** @class */ (function (_super) {
1127
1127
  this.initialize(e);
1128
1128
  }
1129
1129
  };
1130
+ DropDownBase.prototype.removeScrollEvent = function () {
1131
+ if (this.list) {
1132
+ EventHandler.remove(this.list, 'scroll', this.setFloatingHeader);
1133
+ }
1134
+ };
1130
1135
  /**
1131
1136
  * Return the module name of this component.
1132
1137
  *
@@ -135,6 +135,8 @@ export declare class DropDownList extends DropDownBase implements IInput {
135
135
  protected virtualItemStartIndex: number;
136
136
  private virtualItemEndIndex;
137
137
  private generatedDataObject;
138
+ private preselectedIndex;
139
+ private isTouched;
138
140
  protected virtualListInfo: VirtualInfo;
139
141
  protected viewPortInfo: VirtualInfo;
140
142
  private selectedValueInfo;
@@ -536,6 +538,7 @@ export declare class DropDownList extends DropDownBase implements IInput {
536
538
  protected onActionComplete(ulElement: HTMLElement, list: {
537
539
  [key: string]: Object;
538
540
  }[], e?: Object, isUpdated?: boolean): void;
541
+ private isValueInList;
539
542
  private checkFieldValue;
540
543
  private updateActionCompleteDataValues;
541
544
  private addNewItem;
@@ -106,6 +106,7 @@ var DropDownList = /** @class */ (function (_super) {
106
106
  _this.pageCount = 0;
107
107
  _this.isPreventKeyAction = false;
108
108
  _this.generatedDataObject = {};
109
+ _this.isTouched = false;
109
110
  _this.virtualListInfo = {
110
111
  currentPageNumber: null,
111
112
  direction: null,
@@ -1875,7 +1876,12 @@ var DropDownList = /** @class */ (function (_super) {
1875
1876
  this.updateActionCompleteDataValues(ulElement, list);
1876
1877
  }
1877
1878
  }
1878
- if (!this.enableVirtualization) {
1879
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
1880
+ if ((this.allowCustom || (this.allowFiltering && !this.isValueInList(list, this.value) && this.dataSource instanceof DataManager)) && !this.enableVirtualization) {
1881
+ this.addNewItem(list, selectedItem);
1882
+ }
1883
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
1884
+ else if ((this.allowCustom || (this.allowFiltering && this.isValueInList(list, this.value))) && !this.enableVirtualization) {
1879
1885
  this.addNewItem(list, selectedItem);
1880
1886
  }
1881
1887
  if (!isNullOrUndefined(this.itemData) || (isNullOrUndefined(this.itemData) && this.enableVirtualization)) {
@@ -1909,6 +1915,24 @@ var DropDownList = /** @class */ (function (_super) {
1909
1915
  }
1910
1916
  };
1911
1917
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
1918
+ DropDownList.prototype.isValueInList = function (list, valueToFind) {
1919
+ if (Array.isArray(list)) {
1920
+ for (var i = 0; i < list.length; i++) {
1921
+ if (list[i] === valueToFind) {
1922
+ return true;
1923
+ }
1924
+ }
1925
+ }
1926
+ else if (typeof list === 'object' && list !== null) {
1927
+ for (var key in list) {
1928
+ if (Object.prototype.hasOwnProperty.call(list, key) && list[key] === valueToFind) {
1929
+ return true;
1930
+ }
1931
+ }
1932
+ }
1933
+ return false;
1934
+ };
1935
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
1912
1936
  DropDownList.prototype.checkFieldValue = function (list, fieldValue) {
1913
1937
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
1914
1938
  var checkField = list;
@@ -2674,6 +2698,7 @@ var DropDownList = /** @class */ (function (_super) {
2674
2698
  * @returns {void}
2675
2699
  */
2676
2700
  DropDownList.prototype.render = function () {
2701
+ this.preselectedIndex = !isNullOrUndefined(this.index) ? this.index : null;
2677
2702
  if (this.element.tagName === 'INPUT') {
2678
2703
  this.inputElement = this.element;
2679
2704
  if (isNullOrUndefined(this.inputElement.getAttribute('role'))) {
@@ -2911,7 +2936,6 @@ var DropDownList = /** @class */ (function (_super) {
2911
2936
  if (this.allowFiltering && newProp.dataSource && !isNullOrUndefined(Object.keys(newProp.dataSource))) {
2912
2937
  this.actionCompleteData = { ulElement: null, list: null, isUpdated: false };
2913
2938
  this.actionData = this.actionCompleteData;
2914
- this.itemData = null;
2915
2939
  }
2916
2940
  else if (this.allowFiltering && newProp.query && !isNullOrUndefined(Object.keys(newProp.query))) {
2917
2941
  this.actionCompleteData = this.getModuleName() === 'combobox' ?
@@ -2957,6 +2981,13 @@ var DropDownList = /** @class */ (function (_super) {
2957
2981
  */
2958
2982
  DropDownList.prototype.onPropertyChanged = function (newProp, oldProp) {
2959
2983
  var _this = this;
2984
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
2985
+ if (!isNullOrUndefined(newProp.dataSource) && !this.isTouched && (isNullOrUndefined(newProp.value) && isNullOrUndefined(newProp.index)) && !isNullOrUndefined(this.preselectedIndex)) {
2986
+ newProp.index = this.preselectedIndex;
2987
+ }
2988
+ if (!isNullOrUndefined(newProp.value) || !isNullOrUndefined(newProp.index)) {
2989
+ this.isTouched = true;
2990
+ }
2960
2991
  if (this.getModuleName() === 'dropdownlist') {
2961
2992
  this.checkData(newProp);
2962
2993
  this.setUpdateInitial(['fields', 'query', 'dataSource'], newProp);
@@ -1971,12 +1971,12 @@ var DropDownTree = /** @class */ (function (_super) {
1971
1971
  var nodes = this.treeObj.element.querySelectorAll('li');
1972
1972
  var checkedNodes = this.treeObj.element.querySelectorAll('li .e-checkbox-wrapper[aria-checked=true]');
1973
1973
  var wrap = closest(this.checkBoxElement, '.' + CHECKBOXWRAP);
1974
- if (wrap && args.action === 'uncheck' && (args.isInteracted || checkedNodes.length === 0)) {
1974
+ if (wrap && args.action === 'uncheck' && (args.isInteracted || checkedNodes.length === 0 || args.data[0].isChecked == "false")) {
1975
1975
  this.isReverseUpdate = true;
1976
1976
  this.changeState(wrap, 'uncheck');
1977
1977
  this.isReverseUpdate = false;
1978
1978
  }
1979
- else if (wrap && args.action === 'check' && checkedNodes.length === nodes.length && (args.isInteracted || this.isCheckAllCalled)) {
1979
+ else if (wrap && args.action === 'check' && checkedNodes.length === nodes.length && (args.isInteracted || this.isCheckAllCalled || args.data[0].isChecked == "true")) {
1980
1980
  this.isReverseUpdate = true;
1981
1981
  this.isCheckAllCalled = false;
1982
1982
  this.changeState(wrap, 'check');
@@ -3689,6 +3689,11 @@ var MultiSelect = /** @class */ (function (_super) {
3689
3689
  }
3690
3690
  this.updateSelectElementData(this.allowFiltering);
3691
3691
  break;
3692
+ case 'fields':
3693
+ if (isNullOrUndefined(this.fields.groupBy)) {
3694
+ this.removeScrollEvent();
3695
+ }
3696
+ break;
3692
3697
  default:
3693
3698
  {
3694
3699
  // eslint-disable-next-line max-len
@@ -107,13 +107,24 @@
107
107
  }
108
108
 
109
109
  .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
110
- font-size: 8px;
110
+ font-size: 12px;
111
+ }
112
+
113
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
114
+ .e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
115
+ font-size: 14px;
111
116
  }
112
117
 
113
- .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
118
+ .e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
119
+ .e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
114
120
  font-size: 10px;
115
121
  }
116
122
 
123
+ .e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
124
+ .e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
125
+ font-size: 12px;
126
+ }
127
+
117
128
  .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
118
129
  font-size: 14px;
119
130
  line-height: 34px;
@@ -3077,7 +3077,7 @@ ejs-listbox {
3077
3077
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3078
3078
  .e-listbox-container .e-selectall-parent + .e-list-parent,
3079
3079
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
3080
- height: calc(100% - 40px);
3080
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
3081
3081
  }
3082
3082
 
3083
3083
  .e-listbox-wrapper .e-icons,
@@ -3087,7 +3087,7 @@ ejs-listbox {
3087
3087
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3088
3088
  .e-listbox-container .e-selectall-parent + .e-list-parent,
3089
3089
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
3090
- height: calc(100% - 40px);
3090
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
3091
3091
  }
3092
3092
 
3093
3093
  .e-listbox-wrapper .e-icons,
@@ -516,13 +516,24 @@
516
516
  }
517
517
 
518
518
  .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
519
- font-size: 8px;
519
+ font-size: 12px;
520
+ }
521
+
522
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
523
+ .e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
524
+ font-size: 14px;
520
525
  }
521
526
 
522
- .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
527
+ .e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
528
+ .e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
523
529
  font-size: 10px;
524
530
  }
525
531
 
532
+ .e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
533
+ .e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
534
+ font-size: 12px;
535
+ }
536
+
526
537
  .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
527
538
  font-size: 14px;
528
539
  line-height: 34px;
@@ -1273,6 +1284,25 @@ ejs-dropdownlist {
1273
1284
  border-right-width: 0;
1274
1285
  }
1275
1286
 
1287
+ .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
1288
+ font-size: 12px;
1289
+ }
1290
+
1291
+ .e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
1292
+ .e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
1293
+ font-size: 14px;
1294
+ }
1295
+
1296
+ .e-small .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
1297
+ .e-small.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
1298
+ font-size: 10px;
1299
+ }
1300
+
1301
+ .e-small.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
1302
+ .e-small.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
1303
+ font-size: 12px;
1304
+ }
1305
+
1276
1306
  .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
1277
1307
  border-left-width: 0;
1278
1308
  border-radius: 4px 0 0 4px;
@@ -3308,7 +3338,7 @@ ejs-listbox {
3308
3338
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3309
3339
  .e-listbox-container .e-selectall-parent + .e-list-parent,
3310
3340
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
3311
- height: calc(100% - 40px);
3341
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
3312
3342
  }
3313
3343
 
3314
3344
  .e-listbox-wrapper .e-icons,
@@ -3256,7 +3256,7 @@ ejs-listbox {
3256
3256
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3257
3257
  .e-listbox-container .e-selectall-parent + .e-list-parent,
3258
3258
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
3259
- height: calc(100% - 36px);
3259
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3260
3260
  }
3261
3261
 
3262
3262
  .e-listbox-wrapper .e-list-item,
@@ -3256,7 +3256,7 @@ ejs-listbox {
3256
3256
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3257
3257
  .e-listbox-container .e-selectall-parent + .e-list-parent,
3258
3258
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
3259
- height: calc(100% - 36px);
3259
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3260
3260
  }
3261
3261
 
3262
3262
  .e-listbox-wrapper .e-list-item,
@@ -107,13 +107,24 @@
107
107
  }
108
108
 
109
109
  .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
110
- font-size: 8px;
110
+ font-size: 12px;
111
+ }
112
+
113
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
114
+ .e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
115
+ font-size: 14px;
111
116
  }
112
117
 
113
- .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
118
+ .e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
119
+ .e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
114
120
  font-size: 10px;
115
121
  }
116
122
 
123
+ .e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
124
+ .e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
125
+ font-size: 12px;
126
+ }
127
+
117
128
  .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
118
129
  font-size: 14px;
119
130
  line-height: 34px;
@@ -152,13 +152,24 @@ $ddl-bigger-small-list-font-size: 14px !default;
152
152
  }
153
153
 
154
154
  .e-input-group .e-control#{&}.e-dropdownlist~.e-ddl-icon {
155
- font-size: 8px;
155
+ font-size: 12px;
156
156
  }
157
157
 
158
- .e-bigger .e-input-group .e-control#{&}.e-dropdownlist~.e-ddl-icon {
158
+ .e-bigger .e-input-group .e-control#{&}.e-dropdownlist~.e-ddl-icon,
159
+ .e-bigger.e-input-group .e-control#{&}.e-dropdownlist~.e-ddl-icon {
160
+ font-size: 14px;
161
+ }
162
+
163
+ .e-small .e-input-group .e-control#{&}.e-dropdownlist~.e-ddl-icon,
164
+ .e-small.e-input-group .e-control#{&}.e-dropdownlist~.e-ddl-icon {
159
165
  font-size: 10px;
160
166
  }
161
167
 
168
+ .e-small.e-bigger .e-input-group .e-control#{&}.e-dropdownlist~.e-ddl-icon,
169
+ .e-small.e-bigger.e-input-group .e-control#{&}.e-dropdownlist~.e-ddl-icon {
170
+ font-size: 12px;
171
+ }
172
+
162
173
  .e-bigger.e-small .e-ddl#{&}.e-popup {
163
174
  @at-root {
164
175
  #{if(&, '&', '*')} .e-list-item,
@@ -148,13 +148,24 @@
148
148
  }
149
149
 
150
150
  .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
151
- font-size: 8px;
151
+ font-size: 12px;
152
152
  }
153
153
 
154
- .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
154
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
155
+ .e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
156
+ font-size: 14px;
157
+ }
158
+
159
+ .e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
160
+ .e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
155
161
  font-size: 10px;
156
162
  }
157
163
 
164
+ .e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
165
+ .e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
166
+ font-size: 12px;
167
+ }
168
+
158
169
  .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
159
170
  font-size: 14px;
160
171
  line-height: 34px;
@@ -3056,7 +3056,7 @@ ejs-listbox {
3056
3056
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3057
3057
  .e-listbox-container .e-selectall-parent + .e-list-parent,
3058
3058
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
3059
- height: calc(100% - 36px);
3059
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3060
3060
  }
3061
3061
 
3062
3062
  .e-listbox-wrapper .e-icons,
package/styles/fabric.css CHANGED
@@ -3061,7 +3061,7 @@ ejs-listbox {
3061
3061
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3062
3062
  .e-listbox-container .e-selectall-parent + .e-list-parent,
3063
3063
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
3064
- height: calc(100% - 36px);
3064
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3065
3065
  }
3066
3066
 
3067
3067
  .e-listbox-wrapper .e-icons,
@@ -3323,7 +3323,7 @@ ejs-listbox {
3323
3323
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3324
3324
  .e-listbox-container .e-selectall-parent + .e-list-parent,
3325
3325
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
3326
- height: calc(100% - 36px);
3326
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3327
3327
  }
3328
3328
 
3329
3329
  .e-listbox-wrapper .e-icons,
package/styles/fluent.css CHANGED
@@ -3323,7 +3323,7 @@ ejs-listbox {
3323
3323
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3324
3324
  .e-listbox-container .e-selectall-parent + .e-list-parent,
3325
3325
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
3326
- height: calc(100% - 36px);
3326
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3327
3327
  }
3328
3328
 
3329
3329
  .e-listbox-wrapper .e-icons,
@@ -3170,7 +3170,7 @@ ejs-listbox {
3170
3170
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3171
3171
  .e-listbox-container .e-selectall-parent + .e-list-parent,
3172
3172
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
3173
- height: calc(100% - 36px);
3173
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3174
3174
  }
3175
3175
 
3176
3176
  .e-listbox-wrapper .e-icons,
@@ -3187,7 +3187,7 @@ ejs-listbox {
3187
3187
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3188
3188
  .e-listbox-container .e-selectall-parent + .e-list-parent,
3189
3189
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
3190
- height: calc(100% - 36px);
3190
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3191
3191
  }
3192
3192
 
3193
3193
  .e-listbox-wrapper .e-icons,
@@ -103,7 +103,7 @@
103
103
  }
104
104
 
105
105
  & .e-selectall-parent + .e-list-parent {
106
- height: $listbox-select-height;
106
+ height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
107
107
  }
108
108
 
109
109
  & .e-icons {
@@ -660,7 +660,7 @@ ejs-listbox {
660
660
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
661
661
  .e-listbox-container .e-selectall-parent + .e-list-parent,
662
662
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
663
- height: calc(100% - 40px);
663
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
664
664
  }
665
665
 
666
666
  .e-listbox-wrapper .e-icons,
@@ -671,7 +671,7 @@ ejs-listbox {
671
671
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
672
672
  .e-listbox-container .e-selectall-parent + .e-list-parent,
673
673
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
674
- height: calc(100% - 40px);
674
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
675
675
  }
676
676
 
677
677
  .e-listbox-wrapper .e-icons,
@@ -725,7 +725,7 @@ ejs-listbox {
725
725
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
726
726
  .e-listbox-container .e-selectall-parent + .e-list-parent,
727
727
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
728
- height: calc(100% - 40px);
728
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
729
729
  }
730
730
 
731
731
  .e-listbox-wrapper .e-icons,
@@ -697,7 +697,7 @@ ejs-listbox {
697
697
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
698
698
  .e-listbox-container .e-selectall-parent + .e-list-parent,
699
699
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
700
- height: calc(100% - 36px);
700
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
701
701
  }
702
702
 
703
703
  .e-listbox-wrapper .e-list-item,
@@ -697,7 +697,7 @@ ejs-listbox {
697
697
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
698
698
  .e-listbox-container .e-selectall-parent + .e-list-parent,
699
699
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
700
- height: calc(100% - 36px);
700
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
701
701
  }
702
702
 
703
703
  .e-listbox-wrapper .e-list-item,
@@ -660,7 +660,7 @@ ejs-listbox {
660
660
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
661
661
  .e-listbox-container .e-selectall-parent + .e-list-parent,
662
662
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
663
- height: calc(100% - 36px);
663
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
664
664
  }
665
665
 
666
666
  .e-listbox-wrapper .e-icons,
@@ -671,7 +671,7 @@ ejs-listbox {
671
671
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
672
672
  .e-listbox-container .e-selectall-parent + .e-list-parent,
673
673
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
674
- height: calc(100% - 36px);
674
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
675
675
  }
676
676
 
677
677
  .e-listbox-wrapper .e-icons,
@@ -697,7 +697,7 @@ ejs-listbox {
697
697
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
698
698
  .e-listbox-container .e-selectall-parent + .e-list-parent,
699
699
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
700
- height: calc(100% - 36px);
700
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
701
701
  }
702
702
 
703
703
  .e-listbox-wrapper .e-icons,
@@ -697,7 +697,7 @@ ejs-listbox {
697
697
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
698
698
  .e-listbox-container .e-selectall-parent + .e-list-parent,
699
699
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
700
- height: calc(100% - 36px);
700
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
701
701
  }
702
702
 
703
703
  .e-listbox-wrapper .e-icons,
@@ -674,7 +674,7 @@ ejs-listbox {
674
674
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
675
675
  .e-listbox-container .e-selectall-parent + .e-list-parent,
676
676
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
677
- height: calc(100% - 36px);
677
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
678
678
  }
679
679
 
680
680
  .e-listbox-wrapper .e-icons,
@@ -685,7 +685,7 @@ ejs-listbox {
685
685
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
686
686
  .e-listbox-container .e-selectall-parent + .e-list-parent,
687
687
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
688
- height: calc(100% - 36px);
688
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
689
689
  }
690
690
 
691
691
  .e-listbox-wrapper .e-icons,
@@ -659,7 +659,7 @@ ejs-listbox {
659
659
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
660
660
  .e-listbox-container .e-selectall-parent + .e-list-parent,
661
661
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
662
- height: calc(100% - 36px);
662
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
663
663
  }
664
664
 
665
665
  .e-listbox-wrapper .e-icons,
@@ -670,7 +670,7 @@ ejs-listbox {
670
670
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
671
671
  .e-listbox-container .e-selectall-parent + .e-list-parent,
672
672
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
673
- height: calc(100% - 36px);
673
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
674
674
  }
675
675
 
676
676
  .e-listbox-wrapper .e-icons,
@@ -715,7 +715,7 @@ ejs-listbox {
715
715
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
716
716
  .e-listbox-container .e-selectall-parent + .e-list-parent,
717
717
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
718
- height: calc(100% - 36px);
718
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
719
719
  }
720
720
 
721
721
  .e-listbox-wrapper .e-icons,
@@ -771,7 +771,7 @@ ejs-listbox {
771
771
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
772
772
  .e-listbox-container .e-selectall-parent + .e-list-parent,
773
773
  .e-listboxtool-wrapper .e-selectall-parent + .e-list-parent {
774
- height: calc(100% - 36px);
774
+ height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
775
775
  }
776
776
 
777
777
  .e-listbox-wrapper .e-icons,