@syncfusion/ej2-splitbuttons 22.1.37 → 22.2.8

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,14 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### DropDownButton
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I486201` - Issue in "DropDownButton Popup flickering issue while using the target property." has been resolved.
10
+
11
+ ## 22.1.37 (2023-07-04)
12
+
5
13
  ### SplitButton
6
14
 
7
15
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-splitbuttons.min.js
3
- * version : 22.1.37
3
+ * version : 22.2.8
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-splitbuttons.umd.min.js
3
- * version : 22.1.37
3
+ * version : 22.2.8
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-splitbuttons.min.js
3
- * version : 22.1.37
3
+ * version : 22.2.8
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: index.d.ts
3
- * version : 22.1.37
3
+ * version : 22.2.8
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-splitbuttons@*",
3
- "_id": "@syncfusion/ej2-splitbuttons@22.1.34",
3
+ "_id": "@syncfusion/ej2-splitbuttons@22.2.5",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-YAjYQpnVZZjv1FiJCt8xoz00RuY4K9BJQWl/z6tyfatY8hO7447X+qaTyzf4Em89XO7VgxDYvMIBXl+IlgccuQ==",
5
+ "_integrity": "sha512-cnG+6yR52XaoV3J+SAv6W1lZqeIaQNklNHmXmpmExx+Q4UC+Nh4QrS3cfSkXHo/z+YhT5EsrkvKLt9E2bT7Zlg==",
6
6
  "_location": "/@syncfusion/ej2-splitbuttons",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -33,8 +33,8 @@
33
33
  "/@syncfusion/ej2-richtexteditor",
34
34
  "/@syncfusion/ej2-vue-splitbuttons"
35
35
  ],
36
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-22.1.34.tgz",
37
- "_shasum": "d20d7c3376735a21d23f4c3e5901431b61c98391",
36
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-22.2.5.tgz",
37
+ "_shasum": "34bf4023f603f05f8fbd73afa2f01a201c760304",
38
38
  "_spec": "@syncfusion/ej2-splitbuttons@*",
39
39
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
40
40
  "author": {
@@ -45,8 +45,8 @@
45
45
  },
46
46
  "bundleDependencies": false,
47
47
  "dependencies": {
48
- "@syncfusion/ej2-base": "~22.1.34",
49
- "@syncfusion/ej2-popups": "~22.1.37"
48
+ "@syncfusion/ej2-base": "~22.2.5",
49
+ "@syncfusion/ej2-popups": "~22.2.7"
50
50
  },
51
51
  "deprecated": false,
52
52
  "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup.",
@@ -89,6 +89,6 @@
89
89
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
90
90
  },
91
91
  "typings": "index.d.ts",
92
- "version": "22.1.37",
92
+ "version": "22.2.8",
93
93
  "sideEffects": false
94
94
  }
@@ -31,7 +31,7 @@
31
31
 
32
32
  &:focus-visible { // only for keybord
33
33
  @if $skin-name == 'Material3' {
34
- box-shadow: $btn-keyboard-focus-box-shadow !important; /* stylelint-disable-line declaration-no-important */
34
+ box-shadow: $btn-keyboard-focus-box-shadow;
35
35
  }
36
36
  }
37
37
 
@@ -76,7 +76,7 @@
76
76
  }
77
77
  .e-dropdown-btn:focus-visible,
78
78
  .e-dropdown-btn.e-btn:focus-visible {
79
- box-shadow: 0 0 0 1px #000000, 0 0 0 3px #ffffff !important; /* stylelint-disable-line declaration-no-important */
79
+ box-shadow: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
80
80
  }
81
81
  .e-dropdown-btn:active,
82
82
  .e-dropdown-btn.e-btn:active {
@@ -132,7 +132,7 @@
132
132
  }
133
133
  .e-dropdown-btn:focus-visible,
134
134
  .e-dropdown-btn.e-btn:focus-visible {
135
- box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000 !important; /* stylelint-disable-line declaration-no-important */
135
+ box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
136
136
  }
137
137
  .e-dropdown-btn:active,
138
138
  .e-dropdown-btn.e-btn:active {
@@ -76,7 +76,7 @@
76
76
  }
77
77
  .e-dropdown-btn:focus-visible,
78
78
  .e-dropdown-btn.e-btn:focus-visible {
79
- box-shadow: 0 0 0 1px #000000, 0 0 0 3px #ffffff !important; /* stylelint-disable-line declaration-no-important */
79
+ box-shadow: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
80
80
  }
81
81
  .e-dropdown-btn:active,
82
82
  .e-dropdown-btn.e-btn:active {
@@ -132,7 +132,7 @@
132
132
  }
133
133
  .e-dropdown-btn:focus-visible,
134
134
  .e-dropdown-btn.e-btn:focus-visible {
135
- box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000 !important; /* stylelint-disable-line declaration-no-important */
135
+ box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
136
136
  }
137
137
  .e-dropdown-btn:active,
138
138
  .e-dropdown-btn.e-btn:active {