@spinque/angular-ui
Advanced tools
Comparing version 18.1.22 to 18.1.23
{ | ||
"name": "@spinque/angular-ui", | ||
"version": "18.1.22", | ||
"version": "18.1.23", | ||
"description": "Library containing Angular components to rapidly develop applications on top of Spinque APIs.", | ||
@@ -57,8 +57,2 @@ "author": "Spinque B.V.", | ||
}, | ||
"./result-list": { | ||
"types": "./result-list/index.d.ts", | ||
"esm2022": "./esm2022/result-list/spinque-angular-ui-result-list.mjs", | ||
"esm": "./esm2022/result-list/spinque-angular-ui-result-list.mjs", | ||
"default": "./fesm2022/spinque-angular-ui-result-list.mjs" | ||
}, | ||
"./result-base": { | ||
@@ -82,2 +76,8 @@ "types": "./result-base/index.d.ts", | ||
}, | ||
"./result-list": { | ||
"types": "./result-list/index.d.ts", | ||
"esm2022": "./esm2022/result-list/spinque-angular-ui-result-list.mjs", | ||
"esm": "./esm2022/result-list/spinque-angular-ui-result-list.mjs", | ||
"default": "./fesm2022/spinque-angular-ui-result-list.mjs" | ||
}, | ||
"./scroll": { | ||
@@ -84,0 +84,0 @@ "types": "./scroll/index.d.ts", |
@@ -47,2 +47,3 @@ import { EventEmitter, OnInit, TemplateRef, SimpleChanges, OnChanges, ElementRef } from '@angular/core'; | ||
autocomplete$?: Observable<any>; | ||
hasAutocompleteResults: boolean; | ||
/** | ||
@@ -49,0 +50,0 @@ * Mapping from SpinqueResultItem to string |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
843028
7229