@syncfusion/ej2-dropdowns 20.4.42 → 20.4.48

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 (77) hide show
  1. package/CHANGELOG.md +24 -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 +18 -5
  6. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  7. package/dist/es6/ej2-dropdowns.es5.js +18 -5
  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 +11 -11
  13. package/src/drop-down-list/drop-down-list.js +1 -1
  14. package/src/drop-down-tree/drop-down-tree-model.d.ts +1 -1
  15. package/src/drop-down-tree/drop-down-tree.d.ts +1 -0
  16. package/src/drop-down-tree/drop-down-tree.js +14 -4
  17. package/src/list-box/list-box.js +3 -0
  18. package/styles/bootstrap-dark.css +15 -2
  19. package/styles/bootstrap.css +15 -2
  20. package/styles/bootstrap4.css +15 -2
  21. package/styles/bootstrap5-dark.css +18 -5
  22. package/styles/bootstrap5.css +18 -5
  23. package/styles/drop-down-list/_layout.scss +3 -0
  24. package/styles/drop-down-list/bootstrap-dark.css +3 -0
  25. package/styles/drop-down-list/bootstrap.css +3 -0
  26. package/styles/drop-down-list/bootstrap4.css +3 -0
  27. package/styles/drop-down-list/bootstrap5-dark.css +3 -0
  28. package/styles/drop-down-list/bootstrap5.css +3 -0
  29. package/styles/drop-down-list/fabric-dark.css +3 -0
  30. package/styles/drop-down-list/fabric.css +3 -0
  31. package/styles/drop-down-list/fluent-dark.css +3 -0
  32. package/styles/drop-down-list/fluent.css +3 -0
  33. package/styles/drop-down-list/highcontrast-light.css +3 -0
  34. package/styles/drop-down-list/highcontrast.css +3 -0
  35. package/styles/drop-down-list/material-dark.css +3 -0
  36. package/styles/drop-down-list/material.css +3 -0
  37. package/styles/drop-down-list/tailwind-dark.css +3 -0
  38. package/styles/drop-down-list/tailwind.css +3 -0
  39. package/styles/fabric-dark.css +15 -2
  40. package/styles/fabric.css +15 -2
  41. package/styles/fluent-dark.css +15 -2
  42. package/styles/fluent.css +15 -2
  43. package/styles/highcontrast-light.css +15 -2
  44. package/styles/highcontrast.css +15 -2
  45. package/styles/material-dark.css +14 -1
  46. package/styles/material.css +14 -1
  47. package/styles/multi-select/_bootstrap-dark-definition.scss +1 -0
  48. package/styles/multi-select/_bootstrap-definition.scss +1 -0
  49. package/styles/multi-select/_bootstrap4-definition.scss +1 -0
  50. package/styles/multi-select/_bootstrap5-definition.scss +2 -1
  51. package/styles/multi-select/_fabric-dark-definition.scss +1 -0
  52. package/styles/multi-select/_fabric-definition.scss +1 -0
  53. package/styles/multi-select/_fluent-definition.scss +1 -0
  54. package/styles/multi-select/_fusionnew-definition.scss +1 -0
  55. package/styles/multi-select/_highcontrast-definition.scss +1 -0
  56. package/styles/multi-select/_highcontrast-light-definition.scss +1 -0
  57. package/styles/multi-select/_layout.scss +12 -2
  58. package/styles/multi-select/_material-dark-definition.scss +1 -0
  59. package/styles/multi-select/_material-definition.scss +1 -0
  60. package/styles/multi-select/_tailwind-definition.scss +2 -1
  61. package/styles/multi-select/bootstrap-dark.css +12 -2
  62. package/styles/multi-select/bootstrap.css +12 -2
  63. package/styles/multi-select/bootstrap4.css +12 -2
  64. package/styles/multi-select/bootstrap5-dark.css +15 -5
  65. package/styles/multi-select/bootstrap5.css +15 -5
  66. package/styles/multi-select/fabric-dark.css +12 -2
  67. package/styles/multi-select/fabric.css +12 -2
  68. package/styles/multi-select/fluent-dark.css +12 -2
  69. package/styles/multi-select/fluent.css +12 -2
  70. package/styles/multi-select/highcontrast-light.css +12 -2
  71. package/styles/multi-select/highcontrast.css +12 -2
  72. package/styles/multi-select/material-dark.css +11 -1
  73. package/styles/multi-select/material.css +11 -1
  74. package/styles/multi-select/tailwind-dark.css +13 -3
  75. package/styles/multi-select/tailwind.css +13 -3
  76. package/styles/tailwind-dark.css +16 -3
  77. package/styles/tailwind.css +16 -3
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.4.42
3
+ * version : 20.4.48
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@20.4.40",
3
+ "_id": "@syncfusion/ej2-dropdowns@20.4.43",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-xqKXamW2NJjIi79drLYDBH8XJFR3EW6edMF0NDsisCPJ7lQyy6SUBTNDEnnoT62eOZxki7k6UYJ+KRhxOoWx1Q==",
5
+ "_integrity": "sha512-HorUfQln7wRXYTipm53hkzRd3Kcq0TgdgkVZGpPR+O2B0hboQf6mM08hUAgPxgPhUpPBu2PfqIi7rz4IUAnfgQ==",
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": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-20.4.40.tgz",
37
- "_shasum": "1ec49b9c25595387e0213eccc971de4e7d5d4042",
36
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-20.4.43.tgz",
37
+ "_shasum": "c69b0e6b9b8c0eedcd2056d2227617175c4a7df5",
38
38
  "_spec": "@syncfusion/ej2-dropdowns@*",
39
39
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
40
40
  "author": {
@@ -42,12 +42,12 @@
42
42
  },
43
43
  "bundleDependencies": false,
44
44
  "dependencies": {
45
- "@syncfusion/ej2-base": "~20.4.42",
46
- "@syncfusion/ej2-data": "~20.4.42",
47
- "@syncfusion/ej2-inputs": "~20.4.42",
48
- "@syncfusion/ej2-lists": "~20.4.42",
49
- "@syncfusion/ej2-navigations": "~20.4.42",
50
- "@syncfusion/ej2-popups": "~20.4.42"
45
+ "@syncfusion/ej2-base": "~20.4.48",
46
+ "@syncfusion/ej2-data": "~20.4.48",
47
+ "@syncfusion/ej2-inputs": "~20.4.48",
48
+ "@syncfusion/ej2-lists": "~20.4.48",
49
+ "@syncfusion/ej2-navigations": "~20.4.48",
50
+ "@syncfusion/ej2-popups": "~20.4.48"
51
51
  },
52
52
  "deprecated": false,
53
53
  "description": "Essential JS 2 DropDown Components",
@@ -72,7 +72,7 @@
72
72
  "module": "./index.js",
73
73
  "name": "@syncfusion/ej2-dropdowns",
74
74
  "typings": "index.d.ts",
75
- "version": "20.4.42",
75
+ "version": "20.4.48",
76
76
  "sideEffects": false,
77
77
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
78
78
  }
@@ -1028,8 +1028,8 @@ var DropDownList = /** @class */ (function (_super) {
1028
1028
  this.setScrollPosition(e);
1029
1029
  }
1030
1030
  if (Browser.info.name !== 'mozilla') {
1031
- attributes(this.inputElement, { 'aria-label': this.inputElement.value });
1032
1031
  if (this.targetElement()) {
1032
+ attributes(this.targetElement(), { 'aria-label': this.inputElement.value });
1033
1033
  attributes(this.targetElement(), { 'aria-describedby': this.inputElement.id != '' ? this.inputElement.id : this.element.id });
1034
1034
  this.targetElement().removeAttribute('aria-live');
1035
1035
  }
@@ -1,4 +1,4 @@
1
- import { Input, InputObject, FloatLabelType, TextBox, InputEventArgs } from '@syncfusion/ej2-inputs';import { createCheckBox } from '@syncfusion/ej2-buttons';import { NotifyPropertyChanges, INotifyPropertyChanged, Property, Event, EmitType } from '@syncfusion/ej2-base';import { Component, EventHandler, attributes, formatUnit, ChildProperty, remove, L10n, extend } from '@syncfusion/ej2-base';import { addClass, removeClass, detach, prepend, Complex, closest, setValue, getValue, compile, append } from '@syncfusion/ej2-base';import { select, selectAll, isNullOrUndefined as isNOU, matches, Browser, KeyboardEvents, KeyboardEventArgs } from '@syncfusion/ej2-base';import { DataManager, Query, DataUtil } from '@syncfusion/ej2-data';import { Popup } from '@syncfusion/ej2-popups';import { TreeView, NodeSelectEventArgs, DataBoundEventArgs, FieldsSettingsModel, NodeClickEventArgs } from '@syncfusion/ej2-navigations';import { NodeCheckEventArgs, FailureEventArgs} from '@syncfusion/ej2-navigations';
1
+ import { Input, InputObject, FloatLabelType, TextBox, InputEventArgs } from '@syncfusion/ej2-inputs';import { createCheckBox } from '@syncfusion/ej2-buttons';import { NotifyPropertyChanges, INotifyPropertyChanged, Property, Event, EmitType } from '@syncfusion/ej2-base';import { Component, EventHandler, attributes, formatUnit, ChildProperty, remove, L10n, extend } from '@syncfusion/ej2-base';import { addClass, removeClass, detach, prepend, Complex, closest, setValue, getValue, compile, append } from '@syncfusion/ej2-base';import { select, selectAll, isNullOrUndefined as isNOU, matches, Browser, KeyboardEvents, KeyboardEventArgs } from '@syncfusion/ej2-base';import { DataManager, Query, DataUtil } from '@syncfusion/ej2-data';import { Popup } from '@syncfusion/ej2-popups';import { TreeView, NodeSelectEventArgs, DataBoundEventArgs, FieldsSettingsModel, NodeClickEventArgs, NodeExpandEventArgs } from '@syncfusion/ej2-navigations';import { NodeCheckEventArgs, FailureEventArgs} from '@syncfusion/ej2-navigations';
2
2
  import {Mode,ExpandOn,TreeFilterType,SortOrder,DdtBeforeOpenEventArgs,DdtChangeEventArgs,DdtPopupEventArgs,DdtDataBoundEventArgs,DdtFilteringEventArgs,DdtFocusEventArgs,DdtKeyPressEventArgs,DdtSelectEventArgs} from "./drop-down-tree";
3
3
  import {ComponentModel} from '@syncfusion/ej2-base';
4
4
 
@@ -762,6 +762,7 @@ export declare class DropDownTree extends Component<HTMLElement> implements INot
762
762
  private onNodeClicked;
763
763
  private onNodeChecked;
764
764
  private beforeCheck;
765
+ private onNodeExpanded;
765
766
  private updateClearButton;
766
767
  private updateDropDownIconState;
767
768
  private updateMode;
@@ -1096,7 +1096,7 @@ var DropDownTree = /** @class */ (function (_super) {
1096
1096
  if (isValid && this.value !== null && (this.value && this.value.length !== 0)) {
1097
1097
  addClass([this.inputEle], CHIP_INPUT);
1098
1098
  }
1099
- else if (this.value === null || (this.value && this.value.length === 0)) {
1099
+ else if (this.value === null || (this.value && this.value.length === 0) || this.chipWrapper) {
1100
1100
  addClass([this.chipWrapper], HIDEICON);
1101
1101
  }
1102
1102
  }
@@ -1454,6 +1454,7 @@ var DropDownTree = /** @class */ (function (_super) {
1454
1454
  nodeSelected: this.onNodeSelected.bind(this),
1455
1455
  nodeChecked: this.onNodeChecked.bind(this),
1456
1456
  nodeChecking: this.beforeCheck.bind(this),
1457
+ nodeExpanded: this.onNodeExpanded.bind(this),
1457
1458
  actionFailure: this.onActionFailure.bind(this),
1458
1459
  nodeClicked: this.onNodeClicked.bind(this),
1459
1460
  dataBound: this.OnDataBound.bind(this),
@@ -1561,7 +1562,7 @@ var DropDownTree = /** @class */ (function (_super) {
1561
1562
  var height = Math.round(this.header.getBoundingClientRect().height);
1562
1563
  popupHeight = formatUnit(parseInt(popupHeight, 10) - height + 'px');
1563
1564
  }
1564
- if (this.showCheckBox && this.showSelectAll) {
1565
+ if (this.showCheckBox && this.showSelectAll && (!this.popupDiv.classList.contains(NODATA))) {
1565
1566
  var height = Math.round(this.checkAllParent.getBoundingClientRect().height);
1566
1567
  popupHeight = formatUnit(parseInt(popupHeight, 10) - height + 'px');
1567
1568
  }
@@ -1972,6 +1973,13 @@ var DropDownTree = /** @class */ (function (_super) {
1972
1973
  this.oldValue = this.value ? this.value.slice() : this.value;
1973
1974
  }
1974
1975
  };
1976
+ DropDownTree.prototype.onNodeExpanded = function (args) {
1977
+ if (this.hasTemplate && this.portals) {
1978
+ this.portals = [].concat(this.treeObj.portals);
1979
+ /* eslint-enable */
1980
+ this.renderReactTemplates();
1981
+ }
1982
+ };
1975
1983
  DropDownTree.prototype.updateClearButton = function (state) {
1976
1984
  if (state) {
1977
1985
  if (!this.inputWrapper.contains(this.overAllClear)) {
@@ -2568,8 +2576,6 @@ var DropDownTree = /** @class */ (function (_super) {
2568
2576
  }
2569
2577
  else {
2570
2578
  this.noRecord = this.createElement('div');
2571
- addClass([this.noRecord], NODATACONTAINER);
2572
- prepend([this.noRecord], this.popupDiv);
2573
2579
  }
2574
2580
  if (this.noRecordsTemplate !== 'No Records Found' || this.actionFailureTemplate !== 'The Request Failed') {
2575
2581
  var template = actionFailure ? this.actionFailureTemplate : this.noRecordsTemplate;
@@ -2581,6 +2587,8 @@ var DropDownTree = /** @class */ (function (_super) {
2581
2587
  if (tempArr) {
2582
2588
  tempArr = Array.prototype.slice.call(tempArr);
2583
2589
  append(tempArr, this.noRecord);
2590
+ addClass([this.noRecord], NODATACONTAINER);
2591
+ prepend([this.noRecord], this.popupDiv);
2584
2592
  }
2585
2593
  }
2586
2594
  else {
@@ -2589,6 +2597,8 @@ var DropDownTree = /** @class */ (function (_super) {
2589
2597
  this.l10n = new L10n(this.getLocaleName(), l10nLocale, this.locale);
2590
2598
  this.noRecord.innerHTML = actionFailure ?
2591
2599
  this.l10n.getConstant('actionFailureTemplate') : this.l10n.getConstant('noRecordsTemplate');
2600
+ addClass([this.noRecord], NODATACONTAINER);
2601
+ prepend([this.noRecord], this.popupDiv);
2592
2602
  }
2593
2603
  };
2594
2604
  DropDownTree.prototype.updateRecordTemplate = function (action) {
@@ -1936,6 +1936,9 @@ var ListBox = /** @class */ (function (_super) {
1936
1936
  else {
1937
1937
  text = value;
1938
1938
  }
1939
+ if (typeof (text) === 'string') {
1940
+ text = text.split("\\").join("\\\\");
1941
+ }
1939
1942
  li = _this.list.querySelector('[data-value="' + text + '"]');
1940
1943
  if (li) {
1941
1944
  if (_this.selectionSettings.showCheckbox) {
@@ -547,6 +547,9 @@
547
547
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
548
548
  margin: 0;
549
549
  }
550
+ .e-popup-full-page .e-popup-full-page.e-ios {
551
+ position: fixed;
552
+ }
550
553
 
551
554
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
552
555
  position: relative;
@@ -1526,8 +1529,8 @@ ejs-dropdownlist {
1526
1529
  height: 32px;
1527
1530
  min-height: 32px;
1528
1531
  outline: none;
1529
- padding: 0;
1530
- text-indent: 6px;
1532
+ padding: 0 0 0 12px;
1533
+ text-indent: 0;
1531
1534
  }
1532
1535
 
1533
1536
  .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
@@ -2188,6 +2191,16 @@ ejs-multiselect {
2188
2191
  margin-right: 0;
2189
2192
  }
2190
2193
 
2194
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
2195
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
2196
+ cursor: not-allowed;
2197
+ }
2198
+
2199
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
2200
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
2201
+ cursor: pointer;
2202
+ }
2203
+
2191
2204
  .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
2192
2205
  color: #f0f0f0;
2193
2206
  }
@@ -547,6 +547,9 @@
547
547
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
548
548
  margin: 0;
549
549
  }
550
+ .e-popup-full-page .e-popup-full-page.e-ios {
551
+ position: fixed;
552
+ }
550
553
 
551
554
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
552
555
  position: relative;
@@ -1525,8 +1528,8 @@ ejs-dropdownlist {
1525
1528
  height: 32px;
1526
1529
  min-height: 32px;
1527
1530
  outline: none;
1528
- padding: 0;
1529
- text-indent: 6px;
1531
+ padding: 0 0 0 12px;
1532
+ text-indent: 0;
1530
1533
  }
1531
1534
 
1532
1535
  .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
@@ -2187,6 +2190,16 @@ ejs-multiselect {
2187
2190
  margin-right: 0;
2188
2191
  }
2189
2192
 
2193
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
2194
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
2195
+ cursor: not-allowed;
2196
+ }
2197
+
2198
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
2199
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
2200
+ cursor: pointer;
2201
+ }
2202
+
2190
2203
  .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
2191
2204
  color: #333;
2192
2205
  }
@@ -591,6 +591,9 @@
591
591
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
592
592
  margin: 0;
593
593
  }
594
+ .e-popup-full-page .e-popup-full-page.e-ios {
595
+ position: fixed;
596
+ }
594
597
 
595
598
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
596
599
  position: relative;
@@ -1674,8 +1677,8 @@ ejs-dropdownlist {
1674
1677
  height: 29px;
1675
1678
  min-height: 29px;
1676
1679
  outline: none;
1677
- padding: 0;
1678
- text-indent: 6px;
1680
+ padding: 0 0 0 8px;
1681
+ text-indent: 0;
1679
1682
  }
1680
1683
 
1681
1684
  .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
@@ -2350,6 +2353,16 @@ ejs-multiselect {
2350
2353
  margin-right: 0;
2351
2354
  }
2352
2355
 
2356
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
2357
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
2358
+ cursor: not-allowed;
2359
+ }
2360
+
2361
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
2362
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
2363
+ cursor: pointer;
2364
+ }
2365
+
2353
2366
  .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
2354
2367
  color: #fff;
2355
2368
  }
@@ -613,6 +613,9 @@
613
613
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
614
614
  margin: 0;
615
615
  }
616
+ .e-popup-full-page .e-popup-full-page.e-ios {
617
+ position: fixed;
618
+ }
616
619
 
617
620
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
618
621
  position: relative;
@@ -1630,7 +1633,7 @@ ejs-dropdownlist {
1630
1633
  .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
1631
1634
  .e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
1632
1635
  .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
1633
- right: 40px;
1636
+ right: 30px;
1634
1637
  }
1635
1638
 
1636
1639
  .e-bigger.e-small .e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
@@ -1638,7 +1641,7 @@ ejs-dropdownlist {
1638
1641
  }
1639
1642
 
1640
1643
  .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
1641
- left: 40px;
1644
+ left: 30px;
1642
1645
  right: auto;
1643
1646
  }
1644
1647
 
@@ -1674,8 +1677,8 @@ ejs-dropdownlist {
1674
1677
  height: 30px;
1675
1678
  min-height: 30px;
1676
1679
  outline: none;
1677
- padding: 0;
1678
- text-indent: 8px;
1680
+ padding: 0 0 0 8px;
1681
+ text-indent: 0;
1679
1682
  }
1680
1683
 
1681
1684
  .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
@@ -1847,7 +1850,7 @@ ejs-dropdownlist {
1847
1850
  padding: 12px 4px;
1848
1851
  }
1849
1852
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1850
- left: 40px;
1853
+ left: 30px;
1851
1854
  position: absolute;
1852
1855
  right: auto;
1853
1856
  left: 0;
@@ -2355,6 +2358,16 @@ ejs-multiselect {
2355
2358
  margin-right: 0;
2356
2359
  }
2357
2360
 
2361
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
2362
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
2363
+ cursor: not-allowed;
2364
+ }
2365
+
2366
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
2367
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
2368
+ cursor: pointer;
2369
+ }
2370
+
2358
2371
  .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
2359
2372
  color: #fff;
2360
2373
  }
@@ -613,6 +613,9 @@
613
613
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
614
614
  margin: 0;
615
615
  }
616
+ .e-popup-full-page .e-popup-full-page.e-ios {
617
+ position: fixed;
618
+ }
616
619
 
617
620
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
618
621
  position: relative;
@@ -1630,7 +1633,7 @@ ejs-dropdownlist {
1630
1633
  .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
1631
1634
  .e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
1632
1635
  .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
1633
- right: 40px;
1636
+ right: 30px;
1634
1637
  }
1635
1638
 
1636
1639
  .e-bigger.e-small .e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
@@ -1638,7 +1641,7 @@ ejs-dropdownlist {
1638
1641
  }
1639
1642
 
1640
1643
  .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
1641
- left: 40px;
1644
+ left: 30px;
1642
1645
  right: auto;
1643
1646
  }
1644
1647
 
@@ -1674,8 +1677,8 @@ ejs-dropdownlist {
1674
1677
  height: 30px;
1675
1678
  min-height: 30px;
1676
1679
  outline: none;
1677
- padding: 0;
1678
- text-indent: 8px;
1680
+ padding: 0 0 0 8px;
1681
+ text-indent: 0;
1679
1682
  }
1680
1683
 
1681
1684
  .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
@@ -1847,7 +1850,7 @@ ejs-dropdownlist {
1847
1850
  padding: 12px 4px;
1848
1851
  }
1849
1852
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1850
- left: 40px;
1853
+ left: 30px;
1851
1854
  position: absolute;
1852
1855
  right: auto;
1853
1856
  left: 0;
@@ -2355,6 +2358,16 @@ ejs-multiselect {
2355
2358
  margin-right: 0;
2356
2359
  }
2357
2360
 
2361
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
2362
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
2363
+ cursor: not-allowed;
2364
+ }
2365
+
2366
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
2367
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
2368
+ cursor: pointer;
2369
+ }
2370
+
2358
2371
  .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
2359
2372
  color: #212529;
2360
2373
  }
@@ -54,6 +54,9 @@
54
54
  #{&}.e-ddl.e-popup.e-ddl-device-filter {
55
55
  margin: $ddl-filter-margin;
56
56
  }
57
+ #{&}.e-ios {
58
+ position: fixed;
59
+ }
57
60
  }
58
61
 
59
62
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
@@ -183,6 +183,9 @@
183
183
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
184
184
  margin: 0;
185
185
  }
186
+ .e-popup-full-page .e-popup-full-page.e-ios {
187
+ position: fixed;
188
+ }
186
189
 
187
190
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
188
191
  position: relative;
@@ -183,6 +183,9 @@
183
183
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
184
184
  margin: 0;
185
185
  }
186
+ .e-popup-full-page .e-popup-full-page.e-ios {
187
+ position: fixed;
188
+ }
186
189
 
187
190
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
188
191
  position: relative;
@@ -227,6 +227,9 @@
227
227
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
228
228
  margin: 0;
229
229
  }
230
+ .e-popup-full-page .e-popup-full-page.e-ios {
231
+ position: fixed;
232
+ }
230
233
 
231
234
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
232
235
  position: relative;
@@ -243,6 +243,9 @@
243
243
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
244
244
  margin: 0;
245
245
  }
246
+ .e-popup-full-page .e-popup-full-page.e-ios {
247
+ position: fixed;
248
+ }
246
249
 
247
250
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
248
251
  position: relative;
@@ -243,6 +243,9 @@
243
243
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
244
244
  margin: 0;
245
245
  }
246
+ .e-popup-full-page .e-popup-full-page.e-ios {
247
+ position: fixed;
248
+ }
246
249
 
247
250
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
248
251
  position: relative;
@@ -159,6 +159,9 @@
159
159
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
160
160
  margin: 0;
161
161
  }
162
+ .e-popup-full-page .e-popup-full-page.e-ios {
163
+ position: fixed;
164
+ }
162
165
 
163
166
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
164
167
  position: relative;
@@ -152,6 +152,9 @@
152
152
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
153
153
  margin: 0;
154
154
  }
155
+ .e-popup-full-page .e-popup-full-page.e-ios {
156
+ position: fixed;
157
+ }
155
158
 
156
159
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
157
160
  position: relative;
@@ -223,6 +223,9 @@
223
223
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
224
224
  margin: 0;
225
225
  }
226
+ .e-popup-full-page .e-popup-full-page.e-ios {
227
+ position: fixed;
228
+ }
226
229
 
227
230
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
228
231
  position: relative;
@@ -223,6 +223,9 @@
223
223
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
224
224
  margin: 0;
225
225
  }
226
+ .e-popup-full-page .e-popup-full-page.e-ios {
227
+ position: fixed;
228
+ }
226
229
 
227
230
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
228
231
  position: relative;
@@ -170,6 +170,9 @@
170
170
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
171
171
  margin: 0;
172
172
  }
173
+ .e-popup-full-page .e-popup-full-page.e-ios {
174
+ position: fixed;
175
+ }
173
176
 
174
177
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
175
178
  position: relative;
@@ -170,6 +170,9 @@
170
170
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
171
171
  margin: 0;
172
172
  }
173
+ .e-popup-full-page .e-popup-full-page.e-ios {
174
+ position: fixed;
175
+ }
173
176
 
174
177
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
175
178
  position: relative;
@@ -190,6 +190,9 @@
190
190
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
191
191
  margin: 0;
192
192
  }
193
+ .e-popup-full-page .e-popup-full-page.e-ios {
194
+ position: fixed;
195
+ }
193
196
 
194
197
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
195
198
  position: relative;
@@ -223,6 +223,9 @@
223
223
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
224
224
  margin: 0;
225
225
  }
226
+ .e-popup-full-page .e-popup-full-page.e-ios {
227
+ position: fixed;
228
+ }
226
229
 
227
230
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
228
231
  position: relative;
@@ -195,6 +195,9 @@
195
195
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
196
196
  margin: 0;
197
197
  }
198
+ .e-popup-full-page .e-popup-full-page.e-ios {
199
+ position: fixed;
200
+ }
198
201
 
199
202
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
200
203
  position: relative;
@@ -195,6 +195,9 @@
195
195
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
196
196
  margin: 0;
197
197
  }
198
+ .e-popup-full-page .e-popup-full-page.e-ios {
199
+ position: fixed;
200
+ }
198
201
 
199
202
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
200
203
  position: relative;
@@ -523,6 +523,9 @@
523
523
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
524
524
  margin: 0;
525
525
  }
526
+ .e-popup-full-page .e-popup-full-page.e-ios {
527
+ position: fixed;
528
+ }
526
529
 
527
530
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
528
531
  position: relative;
@@ -1497,8 +1500,8 @@ ejs-dropdownlist {
1497
1500
  height: 28px;
1498
1501
  min-height: 28px;
1499
1502
  outline: none;
1500
- padding: 0;
1501
- text-indent: 10px;
1503
+ padding: 0 0 0 10px;
1504
+ text-indent: 0;
1502
1505
  }
1503
1506
 
1504
1507
  .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
@@ -2167,6 +2170,16 @@ ejs-multiselect {
2167
2170
  margin-right: 0;
2168
2171
  }
2169
2172
 
2173
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
2174
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
2175
+ cursor: not-allowed;
2176
+ }
2177
+
2178
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
2179
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
2180
+ cursor: pointer;
2181
+ }
2182
+
2170
2183
  .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
2171
2184
  color: #fff;
2172
2185
  }
package/styles/fabric.css CHANGED
@@ -516,6 +516,9 @@
516
516
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
517
517
  margin: 0;
518
518
  }
519
+ .e-popup-full-page .e-popup-full-page.e-ios {
520
+ position: fixed;
521
+ }
519
522
 
520
523
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
521
524
  position: relative;
@@ -1491,8 +1494,8 @@ ejs-dropdownlist {
1491
1494
  height: 28px;
1492
1495
  min-height: 28px;
1493
1496
  outline: none;
1494
- padding: 0;
1495
- text-indent: 10px;
1497
+ padding: 0 0 0 10px;
1498
+ text-indent: 0;
1496
1499
  }
1497
1500
 
1498
1501
  .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
@@ -2161,6 +2164,16 @@ ejs-multiselect {
2161
2164
  margin-right: 0;
2162
2165
  }
2163
2166
 
2167
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
2168
+ .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
2169
+ cursor: not-allowed;
2170
+ }
2171
+
2172
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
2173
+ .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
2174
+ cursor: pointer;
2175
+ }
2176
+
2164
2177
  .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
2165
2178
  color: #666;
2166
2179
  }