@syncfusion/ej2-dropdowns 20.4.43 → 20.4.49

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 (78) hide show
  1. package/CHANGELOG.md +30 -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 +28 -10
  6. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  7. package/dist/es6/ej2-dropdowns.es5.js +28 -10
  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 +2 -0
  16. package/src/drop-down-tree/drop-down-tree.js +21 -6
  17. package/src/list-box/list-box.js +3 -0
  18. package/src/mention/mention.js +3 -3
  19. package/styles/bootstrap-dark.css +5 -2
  20. package/styles/bootstrap.css +5 -2
  21. package/styles/bootstrap4.css +5 -2
  22. package/styles/bootstrap5-dark.css +5 -2
  23. package/styles/bootstrap5.css +5 -2
  24. package/styles/drop-down-list/_layout.scss +3 -0
  25. package/styles/drop-down-list/bootstrap-dark.css +3 -0
  26. package/styles/drop-down-list/bootstrap.css +3 -0
  27. package/styles/drop-down-list/bootstrap4.css +3 -0
  28. package/styles/drop-down-list/bootstrap5-dark.css +3 -0
  29. package/styles/drop-down-list/bootstrap5.css +3 -0
  30. package/styles/drop-down-list/fabric-dark.css +3 -0
  31. package/styles/drop-down-list/fabric.css +3 -0
  32. package/styles/drop-down-list/fluent-dark.css +3 -0
  33. package/styles/drop-down-list/fluent.css +3 -0
  34. package/styles/drop-down-list/highcontrast-light.css +3 -0
  35. package/styles/drop-down-list/highcontrast.css +3 -0
  36. package/styles/drop-down-list/material-dark.css +3 -0
  37. package/styles/drop-down-list/material.css +3 -0
  38. package/styles/drop-down-list/tailwind-dark.css +3 -0
  39. package/styles/drop-down-list/tailwind.css +3 -0
  40. package/styles/fabric-dark.css +5 -2
  41. package/styles/fabric.css +5 -2
  42. package/styles/fluent-dark.css +5 -2
  43. package/styles/fluent.css +5 -2
  44. package/styles/highcontrast-light.css +5 -2
  45. package/styles/highcontrast.css +5 -2
  46. package/styles/material-dark.css +4 -1
  47. package/styles/material.css +4 -1
  48. package/styles/multi-select/_bootstrap-dark-definition.scss +1 -0
  49. package/styles/multi-select/_bootstrap-definition.scss +1 -0
  50. package/styles/multi-select/_bootstrap4-definition.scss +1 -0
  51. package/styles/multi-select/_bootstrap5-definition.scss +1 -0
  52. package/styles/multi-select/_fabric-dark-definition.scss +1 -0
  53. package/styles/multi-select/_fabric-definition.scss +1 -0
  54. package/styles/multi-select/_fluent-definition.scss +1 -0
  55. package/styles/multi-select/_fusionnew-definition.scss +1 -0
  56. package/styles/multi-select/_highcontrast-definition.scss +1 -0
  57. package/styles/multi-select/_highcontrast-light-definition.scss +1 -0
  58. package/styles/multi-select/_layout.scss +2 -2
  59. package/styles/multi-select/_material-dark-definition.scss +1 -0
  60. package/styles/multi-select/_material-definition.scss +1 -0
  61. package/styles/multi-select/_tailwind-definition.scss +1 -0
  62. package/styles/multi-select/bootstrap-dark.css +2 -2
  63. package/styles/multi-select/bootstrap.css +2 -2
  64. package/styles/multi-select/bootstrap4.css +2 -2
  65. package/styles/multi-select/bootstrap5-dark.css +2 -2
  66. package/styles/multi-select/bootstrap5.css +2 -2
  67. package/styles/multi-select/fabric-dark.css +2 -2
  68. package/styles/multi-select/fabric.css +2 -2
  69. package/styles/multi-select/fluent-dark.css +2 -2
  70. package/styles/multi-select/fluent.css +2 -2
  71. package/styles/multi-select/highcontrast-light.css +2 -2
  72. package/styles/multi-select/highcontrast.css +2 -2
  73. package/styles/multi-select/material-dark.css +1 -1
  74. package/styles/multi-select/material.css +1 -1
  75. package/styles/multi-select/tailwind-dark.css +2 -2
  76. package/styles/multi-select/tailwind.css +2 -2
  77. package/styles/tailwind-dark.css +5 -2
  78. package/styles/tailwind.css +5 -2
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.4.43
3
+ * version : 20.4.49
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.48",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-K7kdPh+RUfX2mhzlEg2+pu24HuKD3mLr3qzvVBdFCEKl6EJd1xo3orjax00IdaL5tjAwzvjgP7868ETkGpWeeg==",
5
+ "_integrity": "sha512-Khb/UF5jFyPrtARpcvEhyFB+REWjReXx8IUGQrfdowWsusMfqab06YnYhYErBYeaLS8Udg07rad2Hw+HmLqEtA==",
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.48.tgz",
37
+ "_shasum": "4406ad026f994da04dc09ab9c333fd5beb379d27",
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.49",
50
+ "@syncfusion/ej2-popups": "~20.4.49"
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.49",
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
 
@@ -288,6 +288,7 @@ export declare class DropDownTree extends Component<HTMLElement> implements INot
288
288
  private nestedTableUpdate;
289
289
  private clearIconWidth;
290
290
  private isClicked;
291
+ private isCheckAllCalled;
291
292
  /**
292
293
  * Specifies the template that renders to the popup list content of the
293
294
  * Dropdown Tree component when the data fetch request from the remote server fails.
@@ -762,6 +763,7 @@ export declare class DropDownTree extends Component<HTMLElement> implements INot
762
763
  private onNodeClicked;
763
764
  private onNodeChecked;
764
765
  private beforeCheck;
766
+ private onNodeExpanded;
765
767
  private updateClearButton;
766
768
  private updateDropDownIconState;
767
769
  private updateMode;
@@ -168,6 +168,8 @@ var DropDownTree = /** @class */ (function (_super) {
168
168
  _this.selectedData = [];
169
169
  _this.filterDelayTime = 300;
170
170
  _this.isClicked = false;
171
+ // Specifies if the checkAll method has been called
172
+ _this.isCheckAllCalled = false;
171
173
  return _this;
172
174
  }
173
175
  /**
@@ -1096,7 +1098,7 @@ var DropDownTree = /** @class */ (function (_super) {
1096
1098
  if (isValid && this.value !== null && (this.value && this.value.length !== 0)) {
1097
1099
  addClass([this.inputEle], CHIP_INPUT);
1098
1100
  }
1099
- else if (this.value === null || (this.value && this.value.length === 0)) {
1101
+ else if (this.value === null || (this.value && this.value.length === 0) || this.chipWrapper) {
1100
1102
  addClass([this.chipWrapper], HIDEICON);
1101
1103
  }
1102
1104
  }
@@ -1151,6 +1153,7 @@ var DropDownTree = /** @class */ (function (_super) {
1151
1153
  frameSpan.classList.add(CHECK);
1152
1154
  ariaState = 'true';
1153
1155
  if (!this.isReverseUpdate) {
1156
+ this.isCheckAllCalled = true;
1154
1157
  this.treeObj.checkAll();
1155
1158
  if (!this.changeOnBlur) {
1156
1159
  this.triggerChangeEvent(e);
@@ -1454,6 +1457,7 @@ var DropDownTree = /** @class */ (function (_super) {
1454
1457
  nodeSelected: this.onNodeSelected.bind(this),
1455
1458
  nodeChecked: this.onNodeChecked.bind(this),
1456
1459
  nodeChecking: this.beforeCheck.bind(this),
1460
+ nodeExpanded: this.onNodeExpanded.bind(this),
1457
1461
  actionFailure: this.onActionFailure.bind(this),
1458
1462
  nodeClicked: this.onNodeClicked.bind(this),
1459
1463
  dataBound: this.OnDataBound.bind(this),
@@ -1561,7 +1565,7 @@ var DropDownTree = /** @class */ (function (_super) {
1561
1565
  var height = Math.round(this.header.getBoundingClientRect().height);
1562
1566
  popupHeight = formatUnit(parseInt(popupHeight, 10) - height + 'px');
1563
1567
  }
1564
- if (this.showCheckBox && this.showSelectAll) {
1568
+ if (this.showCheckBox && this.showSelectAll && (!this.popupDiv.classList.contains(NODATA))) {
1565
1569
  var height = Math.round(this.checkAllParent.getBoundingClientRect().height);
1566
1570
  popupHeight = formatUnit(parseInt(popupHeight, 10) - height + 'px');
1567
1571
  }
@@ -1955,13 +1959,14 @@ var DropDownTree = /** @class */ (function (_super) {
1955
1959
  var nodes = this.treeObj.element.querySelectorAll('li');
1956
1960
  var checkedNodes = this.treeObj.element.querySelectorAll('li .e-checkbox-wrapper[aria-checked=true]');
1957
1961
  var wrap = closest(this.checkBoxElement, '.' + CHECKBOXWRAP);
1958
- if (wrap && args.action === 'uncheck') {
1962
+ if (wrap && args.action === 'uncheck' && (args.isInteracted || checkedNodes.length === 0)) {
1959
1963
  this.isReverseUpdate = true;
1960
1964
  this.changeState(wrap, 'uncheck');
1961
1965
  this.isReverseUpdate = false;
1962
1966
  }
1963
- else if (wrap && args.action === 'check' && checkedNodes.length === nodes.length) {
1967
+ else if (wrap && args.action === 'check' && checkedNodes.length === nodes.length && this.isCheckAllCalled) {
1964
1968
  this.isReverseUpdate = true;
1969
+ this.isCheckAllCalled = false;
1965
1970
  this.changeState(wrap, 'check');
1966
1971
  this.isReverseUpdate = false;
1967
1972
  }
@@ -1972,6 +1977,13 @@ var DropDownTree = /** @class */ (function (_super) {
1972
1977
  this.oldValue = this.value ? this.value.slice() : this.value;
1973
1978
  }
1974
1979
  };
1980
+ DropDownTree.prototype.onNodeExpanded = function (args) {
1981
+ if (this.hasTemplate && this.portals) {
1982
+ this.portals = [].concat(this.treeObj.portals);
1983
+ /* eslint-enable */
1984
+ this.renderReactTemplates();
1985
+ }
1986
+ };
1975
1987
  DropDownTree.prototype.updateClearButton = function (state) {
1976
1988
  if (state) {
1977
1989
  if (!this.inputWrapper.contains(this.overAllClear)) {
@@ -2474,6 +2486,7 @@ var DropDownTree = /** @class */ (function (_super) {
2474
2486
  DropDownTree.prototype.selectAllItems = function (state) {
2475
2487
  if (this.showCheckBox) {
2476
2488
  if (state) {
2489
+ this.isCheckAllCalled = true;
2477
2490
  this.treeObj.checkAll();
2478
2491
  }
2479
2492
  else {
@@ -2568,8 +2581,6 @@ var DropDownTree = /** @class */ (function (_super) {
2568
2581
  }
2569
2582
  else {
2570
2583
  this.noRecord = this.createElement('div');
2571
- addClass([this.noRecord], NODATACONTAINER);
2572
- prepend([this.noRecord], this.popupDiv);
2573
2584
  }
2574
2585
  if (this.noRecordsTemplate !== 'No Records Found' || this.actionFailureTemplate !== 'The Request Failed') {
2575
2586
  var template = actionFailure ? this.actionFailureTemplate : this.noRecordsTemplate;
@@ -2581,6 +2592,8 @@ var DropDownTree = /** @class */ (function (_super) {
2581
2592
  if (tempArr) {
2582
2593
  tempArr = Array.prototype.slice.call(tempArr);
2583
2594
  append(tempArr, this.noRecord);
2595
+ addClass([this.noRecord], NODATACONTAINER);
2596
+ prepend([this.noRecord], this.popupDiv);
2584
2597
  }
2585
2598
  }
2586
2599
  else {
@@ -2589,6 +2602,8 @@ var DropDownTree = /** @class */ (function (_super) {
2589
2602
  this.l10n = new L10n(this.getLocaleName(), l10nLocale, this.locale);
2590
2603
  this.noRecord.innerHTML = actionFailure ?
2591
2604
  this.l10n.getConstant('actionFailureTemplate') : this.l10n.getConstant('noRecordsTemplate');
2605
+ addClass([this.noRecord], NODATACONTAINER);
2606
+ prepend([this.noRecord], this.popupDiv);
2592
2607
  }
2593
2608
  };
2594
2609
  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) {
@@ -204,7 +204,7 @@ var Mention = /** @class */ (function (_super) {
204
204
  var isNavigation = (e.action === 'down' || e.action === 'up' || e.action === 'pageUp' || e.action === 'pageDown'
205
205
  || e.action === 'home' || e.action === 'end');
206
206
  var isTabAction = e.action === 'tab' || e.action === 'close';
207
- if (this.list === undefined && !this.isRequested && !isTabAction && e.action !== 'escape') {
207
+ if (this.list === undefined && !this.isRequested && !isTabAction && e.action !== 'escape' && e.action !== 'space') {
208
208
  this.renderList();
209
209
  }
210
210
  if (isNullOrUndefined(this.list) || (!isNullOrUndefined(this.liCollections) &&
@@ -348,11 +348,11 @@ var Mention = /** @class */ (function (_super) {
348
348
  }
349
349
  }
350
350
  else if (this.allowSpaces && this.queryString !== '' && currentRange && currentRange.trim() !== '' && currentRange.replace('\u00a0', ' ').lastIndexOf(' ') < currentRange.length - 1 &&
351
- e.keyCode !== 38 && e.keyCode !== 40 && e.keyCode !== 8) {
351
+ e.keyCode !== 38 && e.keyCode !== 40 && e.keyCode !== 8 && this.mentionChar.charCodeAt(0) === lastWordRange.charCodeAt(0)) {
352
352
  this.queryString = currentRange.substring(currentRange.lastIndexOf(this.mentionChar) + 1).replace('\u00a0', ' ');
353
353
  this.searchLists(e);
354
354
  }
355
- else if (this.queryString === '' && this.isPopupOpen && e.keyCode !== 38 && e.keyCode !== 40) {
355
+ else if (this.queryString === '' && this.isPopupOpen && e.keyCode !== 38 && e.keyCode !== 40 && this.mentionChar.charCodeAt(0) === lastWordRange.charCodeAt(0)) {
356
356
  this.searchLists(e);
357
357
  if (!this.isListResetted) {
358
358
  this.resetList(this.dataSource, this.fields);
@@ -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] {