@ng-select/ng-select 8.3.0 → 9.0.2
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 +11 -10
- package/esm2020/lib/config.service.mjs +3 -3
- package/esm2020/lib/console.service.mjs +3 -3
- package/esm2020/lib/ng-dropdown-panel.component.mjs +4 -4
- package/esm2020/lib/ng-dropdown-panel.service.mjs +3 -3
- package/esm2020/lib/ng-option.component.mjs +3 -3
- package/esm2020/lib/ng-select.component.mjs +6 -6
- package/esm2020/lib/ng-select.module.mjs +6 -8
- package/esm2020/lib/ng-templates.directive.mjs +36 -36
- package/fesm2015/ng-select-ng-select.mjs +62 -64
- package/fesm2015/ng-select-ng-select.mjs.map +1 -1
- package/fesm2020/ng-select-ng-select.mjs +62 -64
- package/fesm2020/ng-select-ng-select.mjs.map +1 -1
- package/{ng-select-ng-select.d.ts → index.d.ts} +0 -0
- package/lib/ng-dropdown-panel.component.d.ts +1 -1
- package/lib/ng-option.component.d.ts +1 -1
- package/lib/ng-select.component.d.ts +1 -1
- package/lib/ng-templates.directive.d.ts +12 -12
- package/package.json +6 -6
|
File without changes
|
|
@@ -71,5 +71,5 @@ export declare class NgDropdownPanelComponent implements OnInit, OnChanges, OnDe
|
|
|
71
71
|
private _updateYPosition;
|
|
72
72
|
private _setupMousedownListener;
|
|
73
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgDropdownPanelComponent, [null, null, null, null, { optional: true; }]>;
|
|
74
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgDropdownPanelComponent, "ng-dropdown-panel", never, { "items": "items"; "markedItem": "markedItem"; "position": "position"; "appendTo": "appendTo"; "bufferAmount": "bufferAmount"; "virtualScroll": "virtualScroll"; "headerTemplate": "headerTemplate"; "footerTemplate": "footerTemplate"; "filterValue": "filterValue"; }, { "update": "update"; "scroll": "scroll"; "scrollToEnd": "scrollToEnd"; "outsideClick": "outsideClick"; }, never, ["*"]>;
|
|
74
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgDropdownPanelComponent, "ng-dropdown-panel", never, { "items": "items"; "markedItem": "markedItem"; "position": "position"; "appendTo": "appendTo"; "bufferAmount": "bufferAmount"; "virtualScroll": "virtualScroll"; "headerTemplate": "headerTemplate"; "footerTemplate": "footerTemplate"; "filterValue": "filterValue"; }, { "update": "update"; "scroll": "scroll"; "scrollToEnd": "scrollToEnd"; "outsideClick": "outsideClick"; }, never, ["*"], false>;
|
|
75
75
|
}
|
|
@@ -20,5 +20,5 @@ export declare class NgOptionComponent implements OnChanges, AfterViewChecked, O
|
|
|
20
20
|
ngOnDestroy(): void;
|
|
21
21
|
private _isDisabled;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgOptionComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgOptionComponent, "ng-option", never, { "value": "value"; "disabled": "disabled"; }, {}, never, ["*"]>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgOptionComponent, "ng-option", never, { "value": "value"; "disabled": "disabled"; }, {}, never, ["*"], false>;
|
|
24
24
|
}
|
|
@@ -190,5 +190,5 @@ export declare class NgSelectComponent implements OnDestroy, OnChanges, OnInit,
|
|
|
190
190
|
private get _validTerm();
|
|
191
191
|
private _mergeGlobalConfig;
|
|
192
192
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgSelectComponent, [{ attribute: "class"; }, { attribute: "autofocus"; }, null, null, null, null, null]>;
|
|
193
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgSelectComponent, "ng-select", never, { "bindLabel": "bindLabel"; "bindValue": "bindValue"; "markFirst": "markFirst"; "placeholder": "placeholder"; "notFoundText": "notFoundText"; "typeToSearchText": "typeToSearchText"; "addTagText": "addTagText"; "loadingText": "loadingText"; "clearAllText": "clearAllText"; "appearance": "appearance"; "dropdownPosition": "dropdownPosition"; "appendTo": "appendTo"; "loading": "loading"; "closeOnSelect": "closeOnSelect"; "hideSelected": "hideSelected"; "selectOnTab": "selectOnTab"; "openOnEnter": "openOnEnter"; "maxSelectedItems": "maxSelectedItems"; "groupBy": "groupBy"; "groupValue": "groupValue"; "bufferAmount": "bufferAmount"; "virtualScroll": "virtualScroll"; "selectableGroup": "selectableGroup"; "selectableGroupAsModel": "selectableGroupAsModel"; "searchFn": "searchFn"; "trackByFn": "trackByFn"; "clearOnBackspace": "clearOnBackspace"; "labelForId": "labelForId"; "inputAttrs": "inputAttrs"; "tabIndex": "tabIndex"; "readonly": "readonly"; "searchWhileComposing": "searchWhileComposing"; "minTermLength": "minTermLength"; "editableSearchTerm": "editableSearchTerm"; "keyDownFn": "keyDownFn"; "typeahead": "typeahead"; "multiple": "multiple"; "addTag": "addTag"; "searchable": "searchable"; "clearable": "clearable"; "isOpen": "isOpen"; "items": "items"; "compareWith": "compareWith"; "clearSearchOnAdd": "clearSearchOnAdd"; }, { "blurEvent": "blur"; "focusEvent": "focus"; "changeEvent": "change"; "openEvent": "open"; "closeEvent": "close"; "searchEvent": "search"; "clearEvent": "clear"; "addEvent": "add"; "removeEvent": "remove"; "scroll": "scroll"; "scrollToEnd": "scrollToEnd"; }, ["optionTemplate", "optgroupTemplate", "labelTemplate", "multiLabelTemplate", "headerTemplate", "footerTemplate", "notFoundTemplate", "typeToSearchTemplate", "loadingTextTemplate", "tagTemplate", "loadingSpinnerTemplate", "ngOptions"], never>;
|
|
193
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgSelectComponent, "ng-select", never, { "bindLabel": "bindLabel"; "bindValue": "bindValue"; "markFirst": "markFirst"; "placeholder": "placeholder"; "notFoundText": "notFoundText"; "typeToSearchText": "typeToSearchText"; "addTagText": "addTagText"; "loadingText": "loadingText"; "clearAllText": "clearAllText"; "appearance": "appearance"; "dropdownPosition": "dropdownPosition"; "appendTo": "appendTo"; "loading": "loading"; "closeOnSelect": "closeOnSelect"; "hideSelected": "hideSelected"; "selectOnTab": "selectOnTab"; "openOnEnter": "openOnEnter"; "maxSelectedItems": "maxSelectedItems"; "groupBy": "groupBy"; "groupValue": "groupValue"; "bufferAmount": "bufferAmount"; "virtualScroll": "virtualScroll"; "selectableGroup": "selectableGroup"; "selectableGroupAsModel": "selectableGroupAsModel"; "searchFn": "searchFn"; "trackByFn": "trackByFn"; "clearOnBackspace": "clearOnBackspace"; "labelForId": "labelForId"; "inputAttrs": "inputAttrs"; "tabIndex": "tabIndex"; "readonly": "readonly"; "searchWhileComposing": "searchWhileComposing"; "minTermLength": "minTermLength"; "editableSearchTerm": "editableSearchTerm"; "keyDownFn": "keyDownFn"; "typeahead": "typeahead"; "multiple": "multiple"; "addTag": "addTag"; "searchable": "searchable"; "clearable": "clearable"; "isOpen": "isOpen"; "items": "items"; "compareWith": "compareWith"; "clearSearchOnAdd": "clearSearchOnAdd"; }, { "blurEvent": "blur"; "focusEvent": "focus"; "changeEvent": "change"; "openEvent": "open"; "closeEvent": "close"; "searchEvent": "search"; "clearEvent": "clear"; "addEvent": "add"; "removeEvent": "remove"; "scroll": "scroll"; "scrollToEnd": "scrollToEnd"; }, ["optionTemplate", "optgroupTemplate", "labelTemplate", "multiLabelTemplate", "headerTemplate", "footerTemplate", "notFoundTemplate", "typeToSearchTemplate", "loadingTextTemplate", "tagTemplate", "loadingSpinnerTemplate", "ngOptions"], never, false>;
|
|
194
194
|
}
|
|
@@ -7,71 +7,71 @@ export declare class NgItemLabelDirective implements OnChanges {
|
|
|
7
7
|
constructor(element: ElementRef<HTMLElement>);
|
|
8
8
|
ngOnChanges(changes: SimpleChanges): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgItemLabelDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgItemLabelDirective, "[ngItemLabel]", never, { "ngItemLabel": "ngItemLabel"; "escape": "escape"; }, {}, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NgItemLabelDirective, "[ngItemLabel]", never, { "ngItemLabel": "ngItemLabel"; "escape": "escape"; }, {}, never, never, false>;
|
|
11
11
|
}
|
|
12
12
|
export declare class NgOptionTemplateDirective {
|
|
13
13
|
template: TemplateRef<any>;
|
|
14
14
|
constructor(template: TemplateRef<any>);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgOptionTemplateDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgOptionTemplateDirective, "[ng-option-tmp]", never, {}, {}, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NgOptionTemplateDirective, "[ng-option-tmp]", never, {}, {}, never, never, false>;
|
|
17
17
|
}
|
|
18
18
|
export declare class NgOptgroupTemplateDirective {
|
|
19
19
|
template: TemplateRef<any>;
|
|
20
20
|
constructor(template: TemplateRef<any>);
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgOptgroupTemplateDirective, never>;
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgOptgroupTemplateDirective, "[ng-optgroup-tmp]", never, {}, {}, never>;
|
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NgOptgroupTemplateDirective, "[ng-optgroup-tmp]", never, {}, {}, never, never, false>;
|
|
23
23
|
}
|
|
24
24
|
export declare class NgLabelTemplateDirective {
|
|
25
25
|
template: TemplateRef<any>;
|
|
26
26
|
constructor(template: TemplateRef<any>);
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgLabelTemplateDirective, never>;
|
|
28
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgLabelTemplateDirective, "[ng-label-tmp]", never, {}, {}, never>;
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NgLabelTemplateDirective, "[ng-label-tmp]", never, {}, {}, never, never, false>;
|
|
29
29
|
}
|
|
30
30
|
export declare class NgMultiLabelTemplateDirective {
|
|
31
31
|
template: TemplateRef<any>;
|
|
32
32
|
constructor(template: TemplateRef<any>);
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgMultiLabelTemplateDirective, never>;
|
|
34
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgMultiLabelTemplateDirective, "[ng-multi-label-tmp]", never, {}, {}, never>;
|
|
34
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NgMultiLabelTemplateDirective, "[ng-multi-label-tmp]", never, {}, {}, never, never, false>;
|
|
35
35
|
}
|
|
36
36
|
export declare class NgHeaderTemplateDirective {
|
|
37
37
|
template: TemplateRef<any>;
|
|
38
38
|
constructor(template: TemplateRef<any>);
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgHeaderTemplateDirective, never>;
|
|
40
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgHeaderTemplateDirective, "[ng-header-tmp]", never, {}, {}, never>;
|
|
40
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NgHeaderTemplateDirective, "[ng-header-tmp]", never, {}, {}, never, never, false>;
|
|
41
41
|
}
|
|
42
42
|
export declare class NgFooterTemplateDirective {
|
|
43
43
|
template: TemplateRef<any>;
|
|
44
44
|
constructor(template: TemplateRef<any>);
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgFooterTemplateDirective, never>;
|
|
46
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgFooterTemplateDirective, "[ng-footer-tmp]", never, {}, {}, never>;
|
|
46
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NgFooterTemplateDirective, "[ng-footer-tmp]", never, {}, {}, never, never, false>;
|
|
47
47
|
}
|
|
48
48
|
export declare class NgNotFoundTemplateDirective {
|
|
49
49
|
template: TemplateRef<any>;
|
|
50
50
|
constructor(template: TemplateRef<any>);
|
|
51
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgNotFoundTemplateDirective, never>;
|
|
52
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgNotFoundTemplateDirective, "[ng-notfound-tmp]", never, {}, {}, never>;
|
|
52
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NgNotFoundTemplateDirective, "[ng-notfound-tmp]", never, {}, {}, never, never, false>;
|
|
53
53
|
}
|
|
54
54
|
export declare class NgTypeToSearchTemplateDirective {
|
|
55
55
|
template: TemplateRef<any>;
|
|
56
56
|
constructor(template: TemplateRef<any>);
|
|
57
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgTypeToSearchTemplateDirective, never>;
|
|
58
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgTypeToSearchTemplateDirective, "[ng-typetosearch-tmp]", never, {}, {}, never>;
|
|
58
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NgTypeToSearchTemplateDirective, "[ng-typetosearch-tmp]", never, {}, {}, never, never, false>;
|
|
59
59
|
}
|
|
60
60
|
export declare class NgLoadingTextTemplateDirective {
|
|
61
61
|
template: TemplateRef<any>;
|
|
62
62
|
constructor(template: TemplateRef<any>);
|
|
63
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgLoadingTextTemplateDirective, never>;
|
|
64
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgLoadingTextTemplateDirective, "[ng-loadingtext-tmp]", never, {}, {}, never>;
|
|
64
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NgLoadingTextTemplateDirective, "[ng-loadingtext-tmp]", never, {}, {}, never, never, false>;
|
|
65
65
|
}
|
|
66
66
|
export declare class NgTagTemplateDirective {
|
|
67
67
|
template: TemplateRef<any>;
|
|
68
68
|
constructor(template: TemplateRef<any>);
|
|
69
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgTagTemplateDirective, never>;
|
|
70
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgTagTemplateDirective, "[ng-tag-tmp]", never, {}, {}, never>;
|
|
70
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NgTagTemplateDirective, "[ng-tag-tmp]", never, {}, {}, never, never, false>;
|
|
71
71
|
}
|
|
72
72
|
export declare class NgLoadingSpinnerTemplateDirective {
|
|
73
73
|
template: TemplateRef<any>;
|
|
74
74
|
constructor(template: TemplateRef<any>);
|
|
75
75
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgLoadingSpinnerTemplateDirective, never>;
|
|
76
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgLoadingSpinnerTemplateDirective, "[ng-loadingspinner-tmp]", never, {}, {}, never>;
|
|
76
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NgLoadingSpinnerTemplateDirective, "[ng-loadingspinner-tmp]", never, {}, {}, never, never, false>;
|
|
77
77
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ng-select/ng-select",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.2",
|
|
4
4
|
"description": "Angular ng-select - All in One UI Select, Multiselect and Autocomplete",
|
|
5
5
|
"author": "@ng-select/ng-select",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"default": "./package.json"
|
|
33
33
|
},
|
|
34
34
|
".": {
|
|
35
|
-
"types": "./
|
|
35
|
+
"types": "./index.d.ts",
|
|
36
36
|
"esm2020": "./esm2020/ng-select-ng-select.mjs",
|
|
37
37
|
"es2020": "./fesm2020/ng-select-ng-select.mjs",
|
|
38
38
|
"es2015": "./fesm2015/ng-select-ng-select.mjs",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"@angular/common": "
|
|
45
|
-
"@angular/core": "
|
|
46
|
-
"@angular/forms": "
|
|
44
|
+
"@angular/common": "<15.0.0",
|
|
45
|
+
"@angular/core": "<15.0.0",
|
|
46
|
+
"@angular/forms": "<15.0.0"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"tslib": "^2.3.1"
|
|
@@ -53,6 +53,6 @@
|
|
|
53
53
|
"esm2020": "esm2020/ng-select-ng-select.mjs",
|
|
54
54
|
"fesm2020": "fesm2020/ng-select-ng-select.mjs",
|
|
55
55
|
"fesm2015": "fesm2015/ng-select-ng-select.mjs",
|
|
56
|
-
"typings": "
|
|
56
|
+
"typings": "index.d.ts",
|
|
57
57
|
"sideEffects": false
|
|
58
58
|
}
|