@syncfusion/ej2-angular-splitbuttons 32.1.19 → 32.1.22

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,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### DropDownButton
6
+
7
+ #### Bug Fixes
8
+
9
+ - `I796590` - Issue in "DropDownButton Popup stops following its target on window resize" has been resolved.
10
+
5
11
  ## 28.1.33 (2024-12-12)
6
12
 
7
13
  ### DropDownButton
package/README.md CHANGED
@@ -112,4 +112,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-com
112
112
 
113
113
  Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/splitbuttons/CHANGELOG.md?utm_source=npm&utm_campaign=split-button)
114
114
 
115
- © Copyright 2025 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
115
+ © Copyright 2026 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
package/package.json CHANGED
@@ -1,60 +1,15 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-angular-splitbuttons@*",
3
- "_id": "@syncfusion/ej2-angular-splitbuttons@28.2.0",
4
- "_inBundle": false,
5
- "_integrity": "sha512-vQNt69VTKapui8Gb+Z2tSH676Y7ZLpVLsJwzPPolWfP/f5jfboc9EqGv+G2i4DsnQ6WTmnHcDyo8obSHxLj0mw==",
6
- "_location": "/@syncfusion/ej2-angular-splitbuttons",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-angular-splitbuttons@*",
12
- "name": "@syncfusion/ej2-angular-splitbuttons",
13
- "escapedName": "@syncfusion%2fej2-angular-splitbuttons",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/"
21
- ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-development/@syncfusion/ej2-angular-splitbuttons/-/ej2-angular-splitbuttons-28.2.0.tgz",
23
- "_shasum": "c7355451de474fc232b1375478dca2969c1b27d5",
24
- "_spec": "@syncfusion/ej2-angular-splitbuttons@*",
25
- "_where": "D:\\SF3992\\WFH\\Nexus\\release",
26
- "author": {
27
- "name": "Syncfusion Inc."
28
- },
29
- "bugs": {
30
- "url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
31
- },
32
- "bundleDependencies": false,
2
+ "name": "@syncfusion/ej2-angular-splitbuttons",
3
+ "version": "32.1.22",
4
+ "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Angular",
5
+ "author": "Syncfusion Inc.",
6
+ "license": "SEE LICENSE IN license",
7
+ "schematics": "./schematics/collection.json",
33
8
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~32.1.19",
35
9
  "@syncfusion/ej2-base": "~32.1.19",
36
- "@syncfusion/ej2-splitbuttons": "32.1.19"
37
- },
38
- "deprecated": false,
39
- "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Angular",
40
- "es2020": "fesm2020/syncfusion-ej2-angular-splitbuttons.mjs",
41
- "esm2020": "esm2020/syncfusion-ej2-angular-splitbuttons.mjs",
42
- "exports": {
43
- "./package.json": {
44
- "default": "./package.json"
45
- },
46
- ".": {
47
- "types": "./syncfusion-ej2-angular-splitbuttons.d.ts",
48
- "esm2020": "./esm2020/syncfusion-ej2-angular-splitbuttons.mjs",
49
- "es2020": "./fesm2020/syncfusion-ej2-angular-splitbuttons.mjs",
50
- "es2015": "./fesm2015/syncfusion-ej2-angular-splitbuttons.mjs",
51
- "node": "./fesm2015/syncfusion-ej2-angular-splitbuttons.mjs",
52
- "default": "./fesm2020/syncfusion-ej2-angular-splitbuttons.mjs"
53
- }
10
+ "@syncfusion/ej2-angular-base": "~32.1.19",
11
+ "@syncfusion/ej2-splitbuttons": "32.1.22"
54
12
  },
55
- "fesm2015": "fesm2015/syncfusion-ej2-angular-splitbuttons.mjs",
56
- "fesm2020": "fesm2020/syncfusion-ej2-angular-splitbuttons.mjs",
57
- "homepage": "https://www.syncfusion.com/angular-components",
58
13
  "keywords": [
59
14
  "angular",
60
15
  "ng",
@@ -72,15 +27,29 @@
72
27
  "ng spinner",
73
28
  "angular spinner"
74
29
  ],
75
- "license": "SEE LICENSE IN license",
76
- "module": "fesm2015/syncfusion-ej2-angular-splitbuttons.mjs",
77
- "name": "@syncfusion/ej2-angular-splitbuttons",
78
30
  "repository": {
79
31
  "type": "git",
80
- "url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
32
+ "url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
81
33
  },
82
- "schematics": "./schematics/collection.json",
83
34
  "sideEffects": false,
35
+ "module": "fesm2015/syncfusion-ej2-angular-splitbuttons.mjs",
36
+ "es2020": "fesm2020/syncfusion-ej2-angular-splitbuttons.mjs",
37
+ "esm2020": "esm2020/syncfusion-ej2-angular-splitbuttons.mjs",
38
+ "fesm2020": "fesm2020/syncfusion-ej2-angular-splitbuttons.mjs",
39
+ "fesm2015": "fesm2015/syncfusion-ej2-angular-splitbuttons.mjs",
84
40
  "typings": "syncfusion-ej2-angular-splitbuttons.d.ts",
85
- "version": "32.1.19"
41
+ "exports": {
42
+ "./package.json": {
43
+ "default": "./package.json"
44
+ },
45
+ ".": {
46
+ "types": "./syncfusion-ej2-angular-splitbuttons.d.ts",
47
+ "esm2020": "./esm2020/syncfusion-ej2-angular-splitbuttons.mjs",
48
+ "es2020": "./fesm2020/syncfusion-ej2-angular-splitbuttons.mjs",
49
+ "es2015": "./fesm2015/syncfusion-ej2-angular-splitbuttons.mjs",
50
+ "node": "./fesm2015/syncfusion-ej2-angular-splitbuttons.mjs",
51
+ "default": "./fesm2020/syncfusion-ej2-angular-splitbuttons.mjs"
52
+ }
53
+ },
54
+ "homepage": "https://www.syncfusion.com/angular-components"
86
55
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-splitbuttons';
4
- exports.pkgVer = '^32.1.19';
4
+ exports.pkgVer = '^32.1.22';
5
5
  exports.moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
6
- exports.themeVer = '~32.1.19';
6
+ exports.themeVer = '~32.1.22';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-splitbuttons';
2
- export const pkgVer = '^32.1.19';
2
+ export const pkgVer = '^32.1.22';
3
3
  export const moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
4
- export const themeVer = '~32.1.19';
4
+ export const themeVer = '~32.1.22';