ng-select2-component 9.0.0 → 11.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/CHANGELOG.md +20 -1
- package/README.md +9 -8
- package/esm2020/lib/select2-hint.component.mjs +4 -4
- package/esm2020/lib/select2-label.component.mjs +4 -4
- package/esm2020/lib/select2.component.mjs +68 -86
- package/esm2020/lib/select2.module.mjs +5 -5
- package/fesm2015/ng-select2-component.mjs +77 -95
- package/fesm2015/ng-select2-component.mjs.map +1 -1
- package/fesm2020/ng-select2-component.mjs +77 -95
- package/fesm2020/ng-select2-component.mjs.map +1 -1
- package/lib/select2-hint.component.d.ts +1 -1
- package/lib/select2-interfaces.d.ts +3 -3
- package/lib/select2-interfaces.d.ts.map +1 -1
- package/lib/select2-label.component.d.ts +1 -1
- package/lib/select2.component.d.ts +2 -2
- package/lib/select2.component.d.ts.map +1 -1
- package/package.json +7 -7
- /package/{ng-select2-component.d.ts → index.d.ts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,25 @@
|
|
|
1
1
|
# Changelog of ng-select2
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## V11.0.0 (2023-04-06)
|
|
4
|
+
|
|
5
|
+
### Breaking Changes
|
|
6
|
+
|
|
7
|
+
- minimum required support has been upgraded to Angular `15.0`.
|
|
8
|
+
- update ngx-infinite-scroll to `15.0.0`.
|
|
9
|
+
|
|
10
|
+
### Changes
|
|
11
|
+
|
|
12
|
+
- fix class `select2-container--focus`
|
|
13
|
+
- add item keyboard remove (multiple)
|
|
14
|
+
|
|
15
|
+
## V10.0.0 (2022-07-27)
|
|
16
|
+
|
|
17
|
+
### Breaking Changes
|
|
18
|
+
|
|
19
|
+
- minimum required support has been upgraded to Angular `14.0`.
|
|
20
|
+
- update ngx-infinite-scroll to `14.0.0`.
|
|
21
|
+
|
|
22
|
+
## V9.0.0 (2022-03-10)
|
|
4
23
|
|
|
5
24
|
### Breaking Changes
|
|
6
25
|
|
package/README.md
CHANGED
|
@@ -14,16 +14,18 @@ npm i ng-select2-component --save
|
|
|
14
14
|
|
|
15
15
|
- peerDependencies:
|
|
16
16
|
|
|
17
|
-
- `angular`
|
|
18
|
-
- `angular/cdk`
|
|
17
|
+
- `angular` 15.0.0 and more
|
|
18
|
+
- `angular/cdk` 15.0.0 and more
|
|
19
19
|
|
|
20
20
|
- dependencies (include):
|
|
21
|
-
- `ngx-infinite-scroll@^
|
|
21
|
+
- `ngx-infinite-scroll@^15.0.0`
|
|
22
22
|
|
|
23
23
|
> **Note:**<br>
|
|
24
|
-
> For `angular` 7, 8 and 9 : use version `7.3.1`.
|
|
25
|
-
> For `angular` 10, 11 and 12 (View Engine)
|
|
26
|
-
> For `angular` 13
|
|
24
|
+
> * For `angular` 7, 8 and 9 (View Engine): use version `7.3.1`.
|
|
25
|
+
> * For `angular` 10, 11 and 12 (View Engine): use version `8.1.0`.
|
|
26
|
+
> * For `angular` 13 (Ivy): use version `9.0.0`.
|
|
27
|
+
> * For `angular` 14 (Ivy): use version `10.0.0`.
|
|
28
|
+
> * For `angular` 15 and more (Ivy): use version `11.0.0`.
|
|
27
29
|
|
|
28
30
|
## Demo
|
|
29
31
|
|
|
@@ -331,8 +333,7 @@ For IE11, see [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-pony
|
|
|
331
333
|
|
|
332
334
|
```
|
|
333
335
|
npm run build:lib
|
|
334
|
-
|
|
335
|
-
npm publish
|
|
336
|
+
npm run publish:lib
|
|
336
337
|
```
|
|
337
338
|
|
|
338
339
|
## Update Demo
|
|
@@ -2,10 +2,10 @@ import { Directive } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class Select2Hint {
|
|
4
4
|
}
|
|
5
|
-
/** @nocollapse */
|
|
6
|
-
/** @nocollapse */
|
|
7
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5
|
+
/** @nocollapse */ Select2Hint.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: Select2Hint, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
6
|
+
/** @nocollapse */ Select2Hint.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.5", type: Select2Hint, selector: "select2-hint", ngImport: i0 });
|
|
7
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: Select2Hint, decorators: [{
|
|
8
8
|
type: Directive,
|
|
9
9
|
args: [{ selector: 'select2-hint' }]
|
|
10
10
|
}] });
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0Mi1oaW50LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL25nLXNlbGVjdDItY29tcG9uZW50L3NyYy9saWIvc2VsZWN0Mi1oaW50LmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUkxQyxNQUFNLE9BQU8sV0FBVzs7MkhBQVgsV0FBVzsrR0FBWCxXQUFXOzJGQUFYLFdBQVc7a0JBRHZCLFNBQVM7bUJBQUMsRUFBRSxRQUFRLEVBQUUsY0FBYyxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cblxuQERpcmVjdGl2ZSh7IHNlbGVjdG9yOiAnc2VsZWN0Mi1oaW50JyB9KVxuZXhwb3J0IGNsYXNzIFNlbGVjdDJIaW50IHt9XG4iXX0=
|
|
@@ -2,10 +2,10 @@ import { Directive } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class Select2Label {
|
|
4
4
|
}
|
|
5
|
-
/** @nocollapse */
|
|
6
|
-
/** @nocollapse */
|
|
7
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5
|
+
/** @nocollapse */ Select2Label.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: Select2Label, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
6
|
+
/** @nocollapse */ Select2Label.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.5", type: Select2Label, selector: "select2-label", ngImport: i0 });
|
|
7
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: Select2Label, decorators: [{
|
|
8
8
|
type: Directive,
|
|
9
9
|
args: [{ selector: 'select2-label' }]
|
|
10
10
|
}] });
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0Mi1sYWJlbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9uZy1zZWxlY3QyLWNvbXBvbmVudC9zcmMvbGliL3NlbGVjdDItbGFiZWwuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBSTFDLE1BQU0sT0FBTyxZQUFZOzs0SEFBWixZQUFZO2dIQUFaLFlBQVk7MkZBQVosWUFBWTtrQkFEeEIsU0FBUzttQkFBQyxFQUFFLFFBQVEsRUFBRSxlQUFlLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuXG5ARGlyZWN0aXZlKHsgc2VsZWN0b3I6ICdzZWxlY3QyLWxhYmVsJyB9KVxuZXhwb3J0IGNsYXNzIFNlbGVjdDJMYWJlbCB7fVxuIl19
|