slick-components 5.0.4 → 5.0.5
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/esm2020/slick-multi-select/slick-multi-select.service.mjs +2 -2
- package/esm2020/utils/slick-init.service.mjs +2 -2
- package/fesm2015/slick-components.mjs +2 -2
- package/fesm2015/slick-components.mjs.map +1 -1
- package/fesm2020/slick-components.mjs +2 -2
- package/fesm2020/slick-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -53,7 +53,7 @@ class SlickInitService {
|
|
|
53
53
|
SlickInitService.getParams().errorLog = errorLog;
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
|
-
SlickInitService.version = "5.0.
|
|
56
|
+
SlickInitService.version = "5.0.5";
|
|
57
57
|
/** @nocollapse */ SlickInitService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SlickInitService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
58
58
|
/** @nocollapse */ SlickInitService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SlickInitService });
|
|
59
59
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SlickInitService, decorators: [{
|
|
@@ -6673,7 +6673,7 @@ class SlickMultiSelectService {
|
|
|
6673
6673
|
foundSomeText = true;
|
|
6674
6674
|
return {
|
|
6675
6675
|
id: id,
|
|
6676
|
-
text: (text ?? "").toString,
|
|
6676
|
+
text: (text ?? "").toString(),
|
|
6677
6677
|
item: item
|
|
6678
6678
|
};
|
|
6679
6679
|
}
|