@syncfusion/ej2-dropdowns 20.4.43 → 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 (79) hide show
  1. package/CHANGELOG.md +22 -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 +5 -2
  19. package/styles/bootstrap.css +5 -2
  20. package/styles/bootstrap4.css +5 -2
  21. package/styles/bootstrap5-dark.css +5 -2
  22. package/styles/bootstrap5.css +5 -2
  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 +5 -2
  40. package/styles/fabric.css +5 -2
  41. package/styles/fluent-dark.css +5 -2
  42. package/styles/fluent.css +5 -2
  43. package/styles/highcontrast-light.css +5 -2
  44. package/styles/highcontrast.css +5 -2
  45. package/styles/material-dark.css +4 -1
  46. package/styles/material.css +4 -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 +1 -0
  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 +2 -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 +1 -0
  61. package/styles/multi-select/bootstrap-dark.css +2 -2
  62. package/styles/multi-select/bootstrap.css +2 -2
  63. package/styles/multi-select/bootstrap4.css +2 -2
  64. package/styles/multi-select/bootstrap5-dark.css +2 -2
  65. package/styles/multi-select/bootstrap5.css +2 -2
  66. package/styles/multi-select/fabric-dark.css +2 -2
  67. package/styles/multi-select/fabric.css +2 -2
  68. package/styles/multi-select/fluent-dark.css +2 -2
  69. package/styles/multi-select/fluent.css +2 -2
  70. package/styles/multi-select/highcontrast-light.css +2 -2
  71. package/styles/multi-select/highcontrast.css +2 -2
  72. package/styles/multi-select/material-dark.css +1 -1
  73. package/styles/multi-select/material.css +1 -1
  74. package/styles/multi-select/tailwind-dark.css +2 -2
  75. package/styles/multi-select/tailwind.css +2 -2
  76. package/styles/tailwind-dark.css +5 -2
  77. package/styles/tailwind.css +5 -2
  78. package/.eslintrc.json +0 -259
  79. package/tslint.json +0 -111
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.4.43
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.42",
3
+ "_id": "@syncfusion/ej2-dropdowns@20.4.43",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-K7kdPh+RUfX2mhzlEg2+pu24HuKD3mLr3qzvVBdFCEKl6EJd1xo3orjax00IdaL5tjAwzvjgP7868ETkGpWeeg==",
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.42.tgz",
37
- "_shasum": "de4ca30f6d67f9b773f17c06c91bec5ef4359af1",
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.43",
50
- "@syncfusion/ej2-popups": "~20.4.43"
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.43",
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.targetElement(), { '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] {
@@ -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] {
@@ -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] {
@@ -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;
@@ -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] {
@@ -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;
@@ -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] {
@@ -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] {
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] {
@@ -609,6 +609,9 @@
609
609
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
610
610
  margin: 0;
611
611
  }
612
+ .e-popup-full-page .e-popup-full-page.e-ios {
613
+ position: fixed;
614
+ }
612
615
 
613
616
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
614
617
  position: relative;
@@ -1714,8 +1717,8 @@ ejs-dropdownlist {
1714
1717
  height: 30px;
1715
1718
  min-height: 30px;
1716
1719
  outline: none;
1717
- padding: 0;
1718
- text-indent: 8px;
1720
+ padding: 0 0 0 8px;
1721
+ text-indent: 0;
1719
1722
  }
1720
1723
 
1721
1724
  .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
package/styles/fluent.css CHANGED
@@ -609,6 +609,9 @@
609
609
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
610
610
  margin: 0;
611
611
  }
612
+ .e-popup-full-page .e-popup-full-page.e-ios {
613
+ position: fixed;
614
+ }
612
615
 
613
616
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
614
617
  position: relative;
@@ -1714,8 +1717,8 @@ ejs-dropdownlist {
1714
1717
  height: 30px;
1715
1718
  min-height: 30px;
1716
1719
  outline: none;
1717
- padding: 0;
1718
- text-indent: 8px;
1720
+ padding: 0 0 0 8px;
1721
+ text-indent: 0;
1719
1722
  }
1720
1723
 
1721
1724
  .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
@@ -534,6 +534,9 @@
534
534
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
535
535
  margin: 0;
536
536
  }
537
+ .e-popup-full-page .e-popup-full-page.e-ios {
538
+ position: fixed;
539
+ }
537
540
 
538
541
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
539
542
  position: relative;
@@ -1600,8 +1603,8 @@ ejs-dropdownlist {
1600
1603
  height: 28px;
1601
1604
  min-height: 28px;
1602
1605
  outline: none;
1603
- padding: 0;
1604
- text-indent: 10px;
1606
+ padding: 0 0 0 10px;
1607
+ text-indent: 0;
1605
1608
  }
1606
1609
 
1607
1610
  .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
@@ -534,6 +534,9 @@
534
534
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
535
535
  margin: 0;
536
536
  }
537
+ .e-popup-full-page .e-popup-full-page.e-ios {
538
+ position: fixed;
539
+ }
537
540
 
538
541
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
539
542
  position: relative;
@@ -1606,8 +1609,8 @@ ejs-dropdownlist {
1606
1609
  height: 28px;
1607
1610
  min-height: 28px;
1608
1611
  outline: none;
1609
- padding: 0;
1610
- text-indent: 10px;
1612
+ padding: 0 0 0 10px;
1613
+ text-indent: 0;
1611
1614
  }
1612
1615
 
1613
1616
  .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
@@ -554,6 +554,9 @@
554
554
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
555
555
  margin: 0;
556
556
  }
557
+ .e-popup-full-page .e-popup-full-page.e-ios {
558
+ position: fixed;
559
+ }
557
560
 
558
561
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
559
562
  position: relative;
@@ -2394,7 +2397,7 @@ ejs-dropdownlist {
2394
2397
  height: 28px;
2395
2398
  min-height: 28px;
2396
2399
  outline: none;
2397
- padding: 0;
2400
+ padding: 4px 0 4px 0;
2398
2401
  text-indent: 0;
2399
2402
  }
2400
2403
 
@@ -587,6 +587,9 @@
587
587
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
588
588
  margin: 0;
589
589
  }
590
+ .e-popup-full-page .e-popup-full-page.e-ios {
591
+ position: fixed;
592
+ }
590
593
 
591
594
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
592
595
  position: relative;
@@ -2451,7 +2454,7 @@ ejs-dropdownlist {
2451
2454
  height: 28px;
2452
2455
  min-height: 28px;
2453
2456
  outline: none;
2454
- padding: 0;
2457
+ padding: 4px 0 4px 0;
2455
2458
  text-indent: 0;
2456
2459
  }
2457
2460
 
@@ -88,6 +88,7 @@ $ddl-sel-chip-close-mobile-left: 17px !default;
88
88
  $ddl-chip-sel-mobile-close-height: 40px !default;
89
89
  $ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
90
90
  $ddl-input-text-indent: 6px !default;
91
+ $ddl-input-placeholder-padding: 0 0 0 12px !default;
91
92
  $ddl-rtl-chip-sel-close-left: -10px !default;
92
93
  $ddl-popup-active-focus-bg-color: $brand-primary !default;
93
94
  $ddl-popup-active-focus-font-color: $brand-primary-font !default;
@@ -87,6 +87,7 @@ $ddl-sel-chip-close-mobile-left: 17px !default;
87
87
  $ddl-chip-sel-mobile-close-height: 40px !default;
88
88
  $ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
89
89
  $ddl-input-text-indent: 6px !default;
90
+ $ddl-input-placeholder-padding: 0 0 0 12px !default;
90
91
  $ddl-rtl-chip-sel-close-left: -10px !default;
91
92
  $ddl-popup-active-focus-bg-color: $brand-primary !default;
92
93
  $ddl-popup-active-focus-font-color: $brand-primary-font !default;
@@ -90,6 +90,7 @@ $ddl-sel-chip-close-mobile-left: 17px !default;
90
90
  $ddl-chip-sel-mobile-close-height: 40px !default;
91
91
  $ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
92
92
  $ddl-input-text-indent: 6px !default;
93
+ $ddl-input-placeholder-padding: 0 0 0 8px !default;
93
94
  $ddl-rtl-chip-sel-close-left: -10px !default;
94
95
  $ddl-popup-active-focus-bg-color: $primary !default;
95
96
  $ddl-popup-active-focus-font-color: $primary-font !default;
@@ -75,6 +75,7 @@ $ddl-sel-chip-close-mobile-left: 12px !default;
75
75
  $ddl-chip-sel-mobile-close-height: 40px !default;
76
76
  $ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
77
77
  $ddl-input-text-indent: 8px !default;
78
+ $ddl-input-placeholder-padding: 0 0 0 8px !default;
78
79
  $ddl-rtl-chip-sel-close-left: -12px !default;
79
80
  $ddl-popup-active-focus-border-width: 0 !default;
80
81
  $ddl-popup-active-focus-shadow-item: none !default;