@syncfusion/ej2-dropdowns 28.1.35 → 28.1.36

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.
@@ -1,12 +1,3 @@
1
- /*!
2
- * filename: index.d.ts
3
- * version : 28.1.35
4
- * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
5
- * Use of this code is subject to the terms of our license.
6
- * A copy of the current license can be obtained at any time by e-mailing
7
- * licensing@syncfusion.com. Any infringement will be prosecuted under
8
- * applicable laws.
9
- */
10
1
  import * as _dropdowns from '@syncfusion/ej2-dropdowns';
11
2
 
12
3
  export declare namespace ej {
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-dropdowns@*",
3
- "_id": "@syncfusion/ej2-dropdowns@28.1.33",
3
+ "_id": "@syncfusion/ej2-dropdowns@28.1.35",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-YF/N6gzak5p8mSlO0jATbD2F7zvRtXy7f1FSAArLfDsGfphyb05cGkXSSDltP75YrGfnF5vKgqBBHH+7ALIczQ==",
5
+ "_integrity": "sha512-AV0Z1peZZOX3YhbLRzB/vm9sp/iKHLJXoEpR1lAHxIq/vJYIG2ExbHWSiueXlcmjxTtQBOdCXj3AntmcZOdfnQ==",
6
6
  "_location": "/@syncfusion/ej2-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -18,26 +18,22 @@
18
18
  },
19
19
  "_requiredBy": [
20
20
  "/",
21
- "/@syncfusion/ej2",
22
21
  "/@syncfusion/ej2-angular-dropdowns",
23
22
  "/@syncfusion/ej2-documenteditor",
24
23
  "/@syncfusion/ej2-gantt",
25
24
  "/@syncfusion/ej2-grids",
26
- "/@syncfusion/ej2-image-editor",
27
25
  "/@syncfusion/ej2-inplace-editor",
28
26
  "/@syncfusion/ej2-kanban",
29
27
  "/@syncfusion/ej2-pdfviewer",
30
28
  "/@syncfusion/ej2-pivotview",
31
- "/@syncfusion/ej2-querybuilder",
32
29
  "/@syncfusion/ej2-react-dropdowns",
33
- "/@syncfusion/ej2-ribbon",
34
30
  "/@syncfusion/ej2-richtexteditor",
35
31
  "/@syncfusion/ej2-schedule",
36
32
  "/@syncfusion/ej2-spreadsheet",
37
33
  "/@syncfusion/ej2-vue-dropdowns"
38
34
  ],
39
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-28.1.33.tgz",
40
- "_shasum": "69ac2cb1f2709d957d0821455f7e6730e18f1d5f",
35
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-28.1.35.tgz",
36
+ "_shasum": "b8a7bc80767221ac6a1046b6a1562ae1333d144c",
41
37
  "_spec": "@syncfusion/ej2-dropdowns@*",
42
38
  "_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included",
43
39
  "author": {
@@ -49,7 +45,7 @@
49
45
  "@syncfusion/ej2-data": "~28.1.33",
50
46
  "@syncfusion/ej2-inputs": "~28.1.33",
51
47
  "@syncfusion/ej2-lists": "~28.1.33",
52
- "@syncfusion/ej2-navigations": "~28.1.35",
48
+ "@syncfusion/ej2-navigations": "~28.1.36",
53
49
  "@syncfusion/ej2-notifications": "~28.1.33",
54
50
  "@syncfusion/ej2-popups": "~28.1.33"
55
51
  },
@@ -76,7 +72,7 @@
76
72
  "module": "./index.js",
77
73
  "name": "@syncfusion/ej2-dropdowns",
78
74
  "typings": "index.d.ts",
79
- "version": "28.1.35",
75
+ "version": "28.1.36",
80
76
  "sideEffects": false,
81
77
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
82
78
  }
@@ -479,7 +479,7 @@ var DropDownBase = /** @class */ (function (_super) {
479
479
  for (var i = 0; i < totalSkeletonCount; i++) {
480
480
  var liElement = this.createElement('li', { className: dropDownBaseClasses.virtualList, styles: 'overflow: inherit' });
481
481
  if (this.isVirtualizationEnabled && this.itemTemplate) {
482
- liElement.style.height = this.listItemHeight + 'px';
482
+ liElement.style.height = (this.listItemHeight - parseInt(window.getComputedStyle(this.getItems()[1]).marginBottom, 10)) + 'px';
483
483
  }
484
484
  var skeleton = new Skeleton({
485
485
  shape: 'Text',
@@ -465,6 +465,7 @@ var DropDownTree = /** @class */ (function (_super) {
465
465
  }
466
466
  else if (args.preventDefaultAction) {
467
467
  fields = args.fields;
468
+ _this.treeObj.element.classList.add('e-filtering');
468
469
  }
469
470
  else {
470
471
  if (_this.treeDataType === 1) {
@@ -1906,7 +1907,9 @@ var DropDownTree = /** @class */ (function (_super) {
1906
1907
  }
1907
1908
  if (this.isFilterRestore) {
1908
1909
  this.restoreFilterSelection();
1909
- this.isFilterRestore = false;
1910
+ if (!this.showSelectAll) {
1911
+ this.isFilterRestore = false;
1912
+ }
1910
1913
  }
1911
1914
  };
1912
1915
  DropDownTree.prototype.restoreFilterSelection = function () {
@@ -2169,15 +2172,18 @@ var DropDownTree = /** @class */ (function (_super) {
2169
2172
  this.ensurePlaceHolder();
2170
2173
  }
2171
2174
  if (this.showSelectAll && this.checkBoxElement) {
2175
+ var nodes = this.treeObj.element.querySelectorAll('li');
2172
2176
  var checkedNodes = this.treeObj.element.querySelectorAll('li[aria-checked=true]');
2173
2177
  var wrap = closest(this.checkBoxElement, '.' + CHECKBOXWRAP);
2174
- if (wrap && args.action === 'uncheck' && (args.isInteracted || checkedNodes.length === 0 || (!isNOU(args.data[0]) && args.data[0].isChecked === 'false'))) {
2178
+ if ((wrap && args.action === 'uncheck' && (args.isInteracted || checkedNodes.length === 0 ||
2179
+ (!isNOU(args.data[0]) && args.data[0].isChecked === 'false'))) || !args.isInteracted && this.isFilterRestore) {
2180
+ this.isFilterRestore = false;
2175
2181
  this.isReverseUpdate = true;
2176
2182
  this.changeState(wrap, 'uncheck');
2177
2183
  this.isReverseUpdate = false;
2178
2184
  }
2179
2185
  else if (wrap && args.action === 'check'
2180
- && checkedNodes.length === this.fields.dataSource.length
2186
+ && checkedNodes.length === nodes.length
2181
2187
  && (args.isInteracted || this.isCheckAllCalled || (!isNOU(args.data[0]) && args.data[0].isChecked === 'true'))) {
2182
2188
  this.isReverseUpdate = true;
2183
2189
  this.isCheckAllCalled = false;
@@ -718,7 +718,7 @@ export interface ListBoxChangeEventArgs extends BaseEventArgs {
718
718
  /**
719
719
  * Returns the selected state or selected list item in the ListBox.
720
720
  */
721
- value: number | string | boolean;
721
+ value: number[] | string[] | boolean[];
722
722
  /**
723
723
  * Specifies the event.
724
724
  */
@@ -1957,7 +1957,7 @@ var ListBox = /** @class */ (function (_super) {
1957
1957
  ctrlKey: e.ctrlKey, shiftKey: e.shiftKey
1958
1958
  });
1959
1959
  }
1960
- else if (e.keyCode === 65 && e.ctrlKey) {
1960
+ else if (e.keyCode === 65 && e.ctrlKey && this.selectionSettings.mode === 'Multiple') {
1961
1961
  this.selectAll();
1962
1962
  }
1963
1963
  else if ((e.keyCode === 38 || e.keyCode === 40) && e.ctrlKey && e.shiftKey) {
@@ -3288,7 +3288,7 @@ var MultiSelect = /** @class */ (function (_super) {
3288
3288
  this.list.scrollTop = 0;
3289
3289
  this.virtualListInfo = null;
3290
3290
  this.previousStartIndex = 0;
3291
- this.previousEndIndex = 0;
3291
+ this.previousEndIndex = this.itemCount;
3292
3292
  }
3293
3293
  this.isClearAllAction = false;
3294
3294
  }
@@ -5480,7 +5480,7 @@ var MultiSelect = /** @class */ (function (_super) {
5480
5480
  _this.viewPortInfo.endIndex : _this.itemCount;
5481
5481
  _this.virtualListInfo = _this.viewPortInfo;
5482
5482
  _this.previousStartIndex = 0;
5483
- _this.previousEndIndex = 0;
5483
+ _this.previousEndIndex = _this.itemCount;
5484
5484
  }
5485
5485
  var dataSourceCount = void 0;
5486
5486
  if (_this.dataSource instanceof DataManager) {
@@ -67,7 +67,7 @@
67
67
  .e-popup.e-mention .e-dropdownbase.e-nodata {
68
68
  color: var(--color-sf-content-text-color);
69
69
  cursor: default;
70
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
70
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
71
71
  font-size: 14px;
72
72
  padding: 14px 16px;
73
73
  text-align: center;
@@ -164,7 +164,7 @@
164
164
  border-bottom: 0;
165
165
  border-color: var(--color-sf-border-light);
166
166
  color: var(--color-sf-flyout-text-color);
167
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
167
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
168
168
  font-size: 14px;
169
169
  line-height: 32px;
170
170
  min-height: 32px;
@@ -177,7 +177,7 @@
177
177
  .e-fixed-head {
178
178
  border-color: var(--color-sf-border-light);
179
179
  color: var(--color-sf-flyout-text-color);
180
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
180
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
181
181
  font-size: 14px;
182
182
  font-weight: 500;
183
183
  line-height: 32px;
@@ -235,7 +235,7 @@
235
235
  border-style: solid;
236
236
  border-width: 0 0 1px 0;
237
237
  color: var(--color-sf-flyout-text-color);
238
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
238
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
239
239
  font-size: 14px;
240
240
  font-weight: 500;
241
241
  text-indent: 10px;
@@ -293,7 +293,7 @@
293
293
  border-bottom: 0;
294
294
  border-color: var(--color-sf-border-light);
295
295
  color: var(--color-sf-flyout-text-color);
296
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
296
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
297
297
  text-indent: 12px;
298
298
  font-size: 14px;
299
299
  padding-right: 16px;
@@ -546,7 +546,7 @@ ejs-listbox {
546
546
  .e-listbox-wrapper,
547
547
  .e-listbox-container,
548
548
  .e-listboxtool-wrapper {
549
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
549
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
550
550
  font-size: 14px;
551
551
  }
552
552
  .e-listbox-wrapper .e-filter-parent,
@@ -411,7 +411,7 @@
411
411
  .e-multi-select-wrapper input[type=text] {
412
412
  background: none;
413
413
  border: 0;
414
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
414
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
415
415
  font-size: 14px;
416
416
  font-weight: normal;
417
417
  height: 30px;
@@ -425,7 +425,7 @@
425
425
  background: none;
426
426
  border: 0;
427
427
  color: inherit;
428
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
428
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
429
429
  font-size: 14px;
430
430
  font-weight: normal;
431
431
  height: 30px;
@@ -460,7 +460,7 @@
460
460
  }
461
461
 
462
462
  .e-multi-select-wrapper .e-delim-values {
463
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
463
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
464
464
  font-size: 14px;
465
465
  line-height: 28px;
466
466
  max-width: 100%;
@@ -642,7 +642,7 @@
642
642
 
643
643
  .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
644
644
  color: var(--color-sf-content-text-color);
645
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
645
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
646
646
  font-size: 14px;
647
647
  }
648
648
 
@@ -915,7 +915,7 @@ ejs-multiselect {
915
915
  .e-multi-select-wrapper .e-chips > .e-chipcontent {
916
916
  -webkit-text-fill-color: var(--color-sf-content-text-color);
917
917
  color: var(--color-sf-content-text-color);
918
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
918
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
919
919
  font-size: 14px;
920
920
  }
921
921
 
@@ -67,7 +67,7 @@
67
67
  .e-popup.e-mention .e-dropdownbase.e-nodata {
68
68
  color: var(--color-sf-content-text-color);
69
69
  cursor: default;
70
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
70
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
71
71
  font-size: 14px;
72
72
  padding: 14px 16px;
73
73
  text-align: center;
@@ -164,7 +164,7 @@
164
164
  border-bottom: 0;
165
165
  border-color: var(--color-sf-border-light);
166
166
  color: var(--color-sf-flyout-text-color);
167
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
167
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
168
168
  font-size: 14px;
169
169
  line-height: 32px;
170
170
  min-height: 32px;
@@ -177,7 +177,7 @@
177
177
  .e-fixed-head {
178
178
  border-color: var(--color-sf-border-light);
179
179
  color: var(--color-sf-flyout-text-color);
180
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
180
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
181
181
  font-size: 14px;
182
182
  font-weight: 500;
183
183
  line-height: 32px;
@@ -235,7 +235,7 @@
235
235
  border-style: solid;
236
236
  border-width: 0 0 1px 0;
237
237
  color: var(--color-sf-flyout-text-color);
238
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
238
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
239
239
  font-size: 14px;
240
240
  font-weight: 500;
241
241
  text-indent: 10px;
@@ -293,7 +293,7 @@
293
293
  border-bottom: 0;
294
294
  border-color: var(--color-sf-border-light);
295
295
  color: var(--color-sf-flyout-text-color);
296
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
296
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
297
297
  text-indent: 12px;
298
298
  font-size: 14px;
299
299
  padding-right: 16px;
@@ -1370,7 +1370,7 @@ ejs-dropdownlist {
1370
1370
  .e-multi-select-wrapper input[type=text] {
1371
1371
  background: none;
1372
1372
  border: 0;
1373
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
1373
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
1374
1374
  font-size: 14px;
1375
1375
  font-weight: normal;
1376
1376
  height: 30px;
@@ -1384,7 +1384,7 @@ ejs-dropdownlist {
1384
1384
  background: none;
1385
1385
  border: 0;
1386
1386
  color: inherit;
1387
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
1387
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
1388
1388
  font-size: 14px;
1389
1389
  font-weight: normal;
1390
1390
  height: 30px;
@@ -1419,7 +1419,7 @@ ejs-dropdownlist {
1419
1419
  }
1420
1420
 
1421
1421
  .e-multi-select-wrapper .e-delim-values {
1422
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
1422
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
1423
1423
  font-size: 14px;
1424
1424
  line-height: 28px;
1425
1425
  max-width: 100%;
@@ -1601,7 +1601,7 @@ ejs-dropdownlist {
1601
1601
 
1602
1602
  .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
1603
1603
  color: var(--color-sf-content-text-color);
1604
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
1604
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
1605
1605
  font-size: 14px;
1606
1606
  }
1607
1607
 
@@ -1874,7 +1874,7 @@ ejs-multiselect {
1874
1874
  .e-multi-select-wrapper .e-chips > .e-chipcontent {
1875
1875
  -webkit-text-fill-color: var(--color-sf-content-text-color);
1876
1876
  color: var(--color-sf-content-text-color);
1877
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
1877
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
1878
1878
  font-size: 14px;
1879
1879
  }
1880
1880
 
@@ -2581,7 +2581,7 @@ ejs-listbox {
2581
2581
  .e-listbox-wrapper,
2582
2582
  .e-listbox-container,
2583
2583
  .e-listboxtool-wrapper {
2584
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
2584
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
2585
2585
  font-size: 14px;
2586
2586
  }
2587
2587
  .e-listbox-wrapper .e-filter-parent,
@@ -67,7 +67,7 @@
67
67
  .e-popup.e-mention .e-dropdownbase.e-nodata {
68
68
  color: var(--color-sf-content-text-color);
69
69
  cursor: default;
70
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
70
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
71
71
  font-size: 14px;
72
72
  padding: 14px 16px;
73
73
  text-align: center;
@@ -164,7 +164,7 @@
164
164
  border-bottom: 0;
165
165
  border-color: var(--color-sf-border-light);
166
166
  color: var(--color-sf-flyout-text-color);
167
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
167
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
168
168
  font-size: 14px;
169
169
  line-height: 32px;
170
170
  min-height: 32px;
@@ -177,7 +177,7 @@
177
177
  .e-fixed-head {
178
178
  border-color: var(--color-sf-border-light);
179
179
  color: var(--color-sf-flyout-text-color);
180
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
180
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
181
181
  font-size: 14px;
182
182
  font-weight: 500;
183
183
  line-height: 32px;
@@ -235,7 +235,7 @@
235
235
  border-style: solid;
236
236
  border-width: 0 0 1px 0;
237
237
  color: var(--color-sf-flyout-text-color);
238
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
238
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
239
239
  font-size: 14px;
240
240
  font-weight: 500;
241
241
  text-indent: 10px;
@@ -293,7 +293,7 @@
293
293
  border-bottom: 0;
294
294
  border-color: var(--color-sf-border-light);
295
295
  color: var(--color-sf-flyout-text-color);
296
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
296
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
297
297
  text-indent: 12px;
298
298
  font-size: 14px;
299
299
  padding-right: 16px;
@@ -1594,7 +1594,7 @@ ejs-dropdownlist {
1594
1594
  .e-multi-select-wrapper input[type=text] {
1595
1595
  background: none;
1596
1596
  border: 0;
1597
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
1597
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
1598
1598
  font-size: 14px;
1599
1599
  font-weight: normal;
1600
1600
  height: 30px;
@@ -1608,7 +1608,7 @@ ejs-dropdownlist {
1608
1608
  background: none;
1609
1609
  border: 0;
1610
1610
  color: inherit;
1611
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
1611
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
1612
1612
  font-size: 14px;
1613
1613
  font-weight: normal;
1614
1614
  height: 30px;
@@ -1643,7 +1643,7 @@ ejs-dropdownlist {
1643
1643
  }
1644
1644
 
1645
1645
  .e-multi-select-wrapper .e-delim-values {
1646
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
1646
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
1647
1647
  font-size: 14px;
1648
1648
  line-height: 28px;
1649
1649
  max-width: 100%;
@@ -1825,7 +1825,7 @@ ejs-dropdownlist {
1825
1825
 
1826
1826
  .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
1827
1827
  color: var(--color-sf-content-text-color);
1828
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
1828
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
1829
1829
  font-size: 14px;
1830
1830
  }
1831
1831
 
@@ -2098,7 +2098,7 @@ ejs-multiselect {
2098
2098
  .e-multi-select-wrapper .e-chips > .e-chipcontent {
2099
2099
  -webkit-text-fill-color: var(--color-sf-content-text-color);
2100
2100
  color: var(--color-sf-content-text-color);
2101
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
2101
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
2102
2102
  font-size: 14px;
2103
2103
  }
2104
2104
 
@@ -3104,7 +3104,7 @@ ejs-listbox {
3104
3104
  .e-listbox-wrapper,
3105
3105
  .e-listbox-container,
3106
3106
  .e-listboxtool-wrapper {
3107
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
3107
+ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "apple color emoji", "Segoe UI emoji", "Segoe UI Symbol", "Noto color emoji";
3108
3108
  font-size: 14px;
3109
3109
  }
3110
3110
  .e-listbox-wrapper .e-filter-parent,