@syncfusion/ej2-react-splitbuttons 20.2.38 → 20.2.43

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
@@ -2,6 +2,18 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### DropDownButton
6
+
7
+ #### New Features
8
+
9
+ - `#I375776` - Provided the focusout event support to DropDownButton component.
10
+
11
+ ### DropDownButton
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I388868` - Script error occurs while using `beforeOpen` event in DropDownButton issue has been resolved
16
+
5
17
  ## 19.4.40 (2021-12-28)
6
18
 
7
19
  ### DropDownButton
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-splitbuttons.umd.min.js
3
- * version : 20.2.38
3
+ * version : 20.2.43
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-react-splitbuttons@*",
3
- "_id": "@syncfusion/ej2-react-splitbuttons@20.2.36",
3
+ "_id": "@syncfusion/ej2-react-splitbuttons@20.2.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-ejgl7EImgv9jj1BiAyJL5fTBnqWOZZBn6sSc81IlTkmIs4SgMyfqLoHIpZeiS5+9dKr7uroaks5QYpS4f2woAQ==",
5
+ "_integrity": "sha512-Wq6TpSYnxL4hlZEetN9BUj24HdHrkkArZPsvsToLQiWIeclfvhuK0w0DWyyR3Opwj5B0742yPUbdwQGwE4FuZg==",
6
6
  "_location": "/@syncfusion/ej2-react-splitbuttons",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-splitbuttons/-/ej2-react-splitbuttons-20.2.36.tgz",
23
- "_shasum": "aed708b4368c2afca6d48d8a14ba05b8a1152a9f",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-splitbuttons/-/ej2-react-splitbuttons-20.2.38.tgz",
23
+ "_shasum": "23c35a1063aa717d421f185cbe1e260383c51b8b",
24
24
  "_spec": "@syncfusion/ej2-react-splitbuttons@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.2.38",
35
- "@syncfusion/ej2-react-base": "~20.2.38",
36
- "@syncfusion/ej2-splitbuttons": "20.2.38"
34
+ "@syncfusion/ej2-base": "~20.2.43",
35
+ "@syncfusion/ej2-react-base": "~20.2.43",
36
+ "@syncfusion/ej2-splitbuttons": "20.2.43"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for React",
@@ -83,6 +83,6 @@
83
83
  "type": "git",
84
84
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
85
85
  },
86
- "version": "20.2.38",
86
+ "version": "20.2.43",
87
87
  "sideEffects": false
88
88
  }
@@ -1771,19 +1771,19 @@
1771
1771
  }
1772
1772
 
1773
1773
  *.e-flat.e-primary .e-progress {
1774
- background-color: rgba(255, 64, 129, 0.2);
1774
+ background-color: rgba(255, 255, 255, 0.2);
1775
1775
  }
1776
1776
  *.e-flat.e-success .e-progress {
1777
- background-color: rgba(77, 132, 29, 0.2);
1777
+ background-color: rgba(255, 255, 255, 0.2);
1778
1778
  }
1779
1779
  *.e-flat.e-info .e-progress {
1780
- background-color: rgba(3, 120, 213, 0.2);
1780
+ background-color: rgba(255, 255, 255, 0.2);
1781
1781
  }
1782
1782
  *.e-flat.e-warning .e-progress {
1783
- background-color: rgba(193, 87, 0, 0.2);
1783
+ background-color: rgba(255, 255, 255, 0.2);
1784
1784
  }
1785
1785
  *.e-flat.e-danger .e-progress {
1786
- background-color: rgba(214, 65, 19, 0.2);
1786
+ background-color: rgba(255, 255, 255, 0.2);
1787
1787
  }
1788
1788
 
1789
1789
  *.e-outline:not(:focus).e-primary .e-progress {
@@ -1751,7 +1751,7 @@
1751
1751
  *.e-success .e-progress,
1752
1752
  *.e-danger .e-progress,
1753
1753
  *.e-info .e-progress {
1754
- background-color: rgba(255, 255, 255, 0.25);
1754
+ background-color: rgba(73, 80, 87, 0.2);
1755
1755
  }
1756
1756
 
1757
1757
  *.e-warning .e-progress {
@@ -1814,11 +1814,11 @@
1814
1814
  *.e-success .e-progress,
1815
1815
  *.e-danger .e-progress,
1816
1816
  *.e-info .e-progress {
1817
- background-color: rgba(0, 0, 0, 0.3);
1817
+ background-color: rgba(255, 255, 255, 0.2);
1818
1818
  }
1819
1819
 
1820
1820
  *.e-warning .e-progress {
1821
- background-color: rgba(0, 0, 0, 0.3);
1821
+ background-color: rgba(255, 255, 255, 0.2);
1822
1822
  }
1823
1823
 
1824
1824
  *.e-flat.e-primary .e-progress {
@@ -496,19 +496,19 @@
496
496
  }
497
497
 
498
498
  *.e-flat.e-primary .e-progress {
499
- background-color: rgba(255, 64, 129, 0.2);
499
+ background-color: rgba(255, 255, 255, 0.2);
500
500
  }
501
501
  *.e-flat.e-success .e-progress {
502
- background-color: rgba(77, 132, 29, 0.2);
502
+ background-color: rgba(255, 255, 255, 0.2);
503
503
  }
504
504
  *.e-flat.e-info .e-progress {
505
- background-color: rgba(3, 120, 213, 0.2);
505
+ background-color: rgba(255, 255, 255, 0.2);
506
506
  }
507
507
  *.e-flat.e-warning .e-progress {
508
- background-color: rgba(193, 87, 0, 0.2);
508
+ background-color: rgba(255, 255, 255, 0.2);
509
509
  }
510
510
  *.e-flat.e-danger .e-progress {
511
- background-color: rgba(214, 65, 19, 0.2);
511
+ background-color: rgba(255, 255, 255, 0.2);
512
512
  }
513
513
 
514
514
  *.e-outline:not(:focus).e-primary .e-progress {
@@ -489,7 +489,7 @@
489
489
  *.e-success .e-progress,
490
490
  *.e-danger .e-progress,
491
491
  *.e-info .e-progress {
492
- background-color: rgba(255, 255, 255, 0.25);
492
+ background-color: rgba(73, 80, 87, 0.2);
493
493
  }
494
494
 
495
495
  *.e-warning .e-progress {
@@ -488,11 +488,11 @@
488
488
  *.e-success .e-progress,
489
489
  *.e-danger .e-progress,
490
490
  *.e-info .e-progress {
491
- background-color: rgba(0, 0, 0, 0.3);
491
+ background-color: rgba(255, 255, 255, 0.2);
492
492
  }
493
493
 
494
494
  *.e-warning .e-progress {
495
- background-color: rgba(0, 0, 0, 0.3);
495
+ background-color: rgba(255, 255, 255, 0.2);
496
496
  }
497
497
 
498
498
  *.e-flat.e-primary .e-progress {