@stackline/angular-multiselect-dropdown 21.2.0 → 22.0.0
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/README.md +23 -19
- package/fesm2022/stackline-angular-multiselect-dropdown.mjs +207 -304
- package/package.json +9 -7
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "../../../node_modules/ng-packagr/package.schema.json",
|
|
3
3
|
"name": "@stackline/angular-multiselect-dropdown",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "22.0.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Pradeep Terli (Original), Alexandro Paixao Marques (Maintainer)",
|
|
7
|
-
"description": "Angular multiselect dropdown for Angular
|
|
7
|
+
"description": "Angular multiselect dropdown for Angular 22 with maintained release lines, accessibility-focused and keyboard/ARIA tested interactions, dialog-safe body overlays, Stackline skins, search, grouping, templates, headless helpers, and forms support.",
|
|
8
8
|
"keywords": [
|
|
9
9
|
"angular",
|
|
10
10
|
"angular-library",
|
|
@@ -70,13 +70,15 @@
|
|
|
70
70
|
"maintained",
|
|
71
71
|
"ngx",
|
|
72
72
|
"ngx-multiselect",
|
|
73
|
-
"virtual-scroll"
|
|
73
|
+
"virtual-scroll",
|
|
74
|
+
"angular22",
|
|
75
|
+
"angular 22"
|
|
74
76
|
],
|
|
75
77
|
"homepage": "https://alexandro.net/docs/angular/multiselect/",
|
|
76
78
|
"peerDependencies": {
|
|
77
|
-
"@angular/core": ">=
|
|
78
|
-
"@angular/forms": ">=
|
|
79
|
-
"@angular/common": ">=
|
|
79
|
+
"@angular/core": ">=22.0.0 <23.0.0",
|
|
80
|
+
"@angular/forms": ">=22.0.0 <23.0.0",
|
|
81
|
+
"@angular/common": ">=22.0.0 <23.0.0"
|
|
80
82
|
},
|
|
81
83
|
"repository": {
|
|
82
84
|
"type": "git",
|
|
@@ -86,7 +88,7 @@
|
|
|
86
88
|
"url": "https://github.com/alexandroit/angular-multiselect-dropdown/issues"
|
|
87
89
|
},
|
|
88
90
|
"engines": {
|
|
89
|
-
"node": ">=
|
|
91
|
+
"node": ">=22.22.3"
|
|
90
92
|
},
|
|
91
93
|
"module": "fesm2022/stackline-angular-multiselect-dropdown.mjs",
|
|
92
94
|
"typings": "types/stackline-angular-multiselect-dropdown.d.ts",
|