@syncfusion/ej2-angular-dropdowns 21.1.39-ngcc → 21.1.41-ngcc

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.
package/CHANGELOG.md CHANGED
@@ -6,9 +6,36 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#F181311` - Issue with "Scrolling is not working while drag and drop the list box with item Template in angular platform" has been resolved.
10
+
11
+ ### Dropdown Tree
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I451965` - While performing filtering multiple times, the checked node state is cleared in the Dropdown Tree component has been resolved.
16
+
17
+ ### MultiSelect
18
+
19
+ #### Bug Fixes
20
+
21
+ - `I451885` - The issue of being "unable to clear the value when 1000 data is bound to the multiselect component" has been resolved.
22
+ - `I451655` - Issue with "Script error thrown when type text before open the popup using slow 3G" has been resolved.
23
+
24
+ ## 21.1.39 (2023-04-11)
25
+
26
+ ### ListBox
27
+
28
+ #### Bug Fixes
29
+
9
30
  - `#F181131` - Issue with "No Record Found text disappears while hovering the drag item on list box without drop" has been resolved.
10
31
  - `#F181311` - Issue with "Scrolling is not working while drag and drop the list box with item Template" has been resolved.
11
32
 
33
+ ### MultiSelect
34
+
35
+ #### Bug Fixes
36
+
37
+ - `I454326` - The issue of "Browser hanging when focusing on the multiselect component in checkbox mode" has been resolved.
38
+
12
39
  ## 21.1.38 (2023-04-04)
13
40
 
14
41
  ### Dropdown Tree
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-dropdowns.umd.js
3
- * version : 21.1.39
3
+ * version : 21.1.41
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-dropdowns.umd.min.js
3
- * version : 21.1.39
3
+ * version : 21.1.41
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-angular-dropdowns@*",
3
- "_id": "@syncfusion/ej2-angular-dropdowns@21.1.38",
3
+ "_id": "@syncfusion/ej2-angular-dropdowns@21.1.39",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-nWMYqWVZ+FGTtNl3/v2n6q0w2Cm/kFcMRU6oHKTVsxrb8AYw+wtx+4Wk81Lu/5dc2d8qMHt1Py5tJXsNznfmMA==",
5
+ "_integrity": "sha512-95Mk3o0ODalxMvoH+0MVfvbVSxQuKhGwo/g0AlDIOuLL7d5YW88BtF6wax7GqQnCxxGaMwBCEZ+N9PHkC1qR9w==",
6
6
  "_location": "/@syncfusion/ej2-angular-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-21.1.38.tgz",
23
- "_shasum": "49c159dcee3f84b8fd89c3295442ac2dae644720",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-21.1.39.tgz",
23
+ "_shasum": "1fb640dfd43ea1710b308bcf87790b3e72db7429",
24
24
  "_spec": "@syncfusion/ej2-angular-dropdowns@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~21.1.38",
35
- "@syncfusion/ej2-base": "~21.1.39",
36
- "@syncfusion/ej2-dropdowns": "21.1.39"
34
+ "@syncfusion/ej2-angular-base": "~21.1.41",
35
+ "@syncfusion/ej2-base": "~21.1.40",
36
+ "@syncfusion/ej2-dropdowns": "21.1.41"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 DropDown Components for Angular",
@@ -63,5 +63,5 @@
63
63
  "schematics": "./schematics/collection.json",
64
64
  "sideEffects": false,
65
65
  "typings": "ej2-angular-dropdowns.d.ts",
66
- "version": "21.1.39-ngcc"
66
+ "version": "21.1.41-ngcc"
67
67
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-dropdowns";
2
- export declare const pkgVer = "^21.1.38";
2
+ export declare const pkgVer = "^21.1.39";
3
3
  export declare const moduleName = "DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule";
4
- export declare const themeVer = "~21.1.38";
4
+ export declare const themeVer = "~21.1.39";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-dropdowns';
4
- exports.pkgVer = '^21.1.39';
4
+ exports.pkgVer = '^21.1.41';
5
5
  exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
6
- exports.themeVer = '~21.1.39';
6
+ exports.themeVer = '~21.1.41';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^21.1.39';
2
+ export const pkgVer = '^21.1.41';
3
3
  export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
4
- export const themeVer = '~21.1.39';
4
+ export const themeVer = '~21.1.41';
@@ -1553,7 +1553,7 @@ ejs-dropdownlist {
1553
1553
  margin-top: -38px;
1554
1554
  right: 18px;
1555
1555
  top: 100%;
1556
- width: 16px;
1556
+ width: 32px;
1557
1557
  }
1558
1558
 
1559
1559
  .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
@@ -1561,16 +1561,16 @@ ejs-dropdownlist {
1561
1561
  margin-top: -35px;
1562
1562
  right: 18px;
1563
1563
  top: 100%;
1564
- width: 16px;
1564
+ width: 32px;
1565
1565
  }
1566
1566
 
1567
1567
  .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1568
1568
  .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
1569
- right: 52px;
1569
+ right: 30px;
1570
1570
  }
1571
1571
 
1572
1572
  .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
1573
- right: 52px;
1573
+ right: 30px;
1574
1574
  }
1575
1575
 
1576
1576
  .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
@@ -1608,7 +1608,7 @@ ejs-dropdownlist {
1608
1608
  margin-top: -38px;
1609
1609
  right: 18px;
1610
1610
  top: 100%;
1611
- width: 16px;
1611
+ width: 32px;
1612
1612
  }
1613
1613
 
1614
1614
  .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
@@ -1616,16 +1616,16 @@ ejs-dropdownlist {
1616
1616
  margin-top: -35px;
1617
1617
  right: 18px;
1618
1618
  top: 100%;
1619
- width: 16px;
1619
+ width: 32px;
1620
1620
  }
1621
1621
 
1622
1622
  .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
1623
1623
  .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
1624
- right: 52px;
1624
+ right: 30px;
1625
1625
  }
1626
1626
 
1627
1627
  .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
1628
- right: 52px;
1628
+ right: 30px;
1629
1629
  }
1630
1630
 
1631
1631
  .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
@@ -65,7 +65,7 @@
65
65
  margin-top: -38px;
66
66
  right: 18px;
67
67
  top: 100%;
68
- width: 16px;
68
+ width: 32px;
69
69
  }
70
70
 
71
71
  .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
@@ -73,16 +73,16 @@
73
73
  margin-top: -35px;
74
74
  right: 18px;
75
75
  top: 100%;
76
- width: 16px;
76
+ width: 32px;
77
77
  }
78
78
 
79
79
  .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
80
80
  .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
81
- right: 52px;
81
+ right: 30px;
82
82
  }
83
83
 
84
84
  .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
85
- right: 52px;
85
+ right: 30px;
86
86
  }
87
87
 
88
88
  .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
@@ -73,7 +73,7 @@
73
73
  margin-top: -38px;
74
74
  right: 18px;
75
75
  top: 100%;
76
- width: 16px;
76
+ width: 32px;
77
77
  }
78
78
 
79
79
  .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
@@ -81,16 +81,16 @@
81
81
  margin-top: -35px;
82
82
  right: 18px;
83
83
  top: 100%;
84
- width: 16px;
84
+ width: 32px;
85
85
  }
86
86
 
87
87
  .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
88
88
  .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
89
- right: 52px;
89
+ right: 30px;
90
90
  }
91
91
 
92
92
  .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
93
- right: 52px;
93
+ right: 30px;
94
94
  }
95
95
 
96
96
  .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,