@searchstax-inc/searchstudio-ux-angular 4.2.10 → 4.2.13

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@searchstax-inc/searchstudio-ux-angular",
3
3
  "private": false,
4
- "version": "4.2.10",
4
+ "version": "4.2.13",
5
5
  "type": "module",
6
6
  "peerDependencies": {
7
7
  "@angular/common": ">=17 <22",
@@ -9,9 +9,12 @@
9
9
  "patch-package": "^8.0.1"
10
10
  },
11
11
  "dependencies": {
12
- "@searchstax-inc/searchstudio-ux-js": "npm:@searchstax-inc/searchstudio-ux-js@^4.2.10",
12
+ "@searchstax-inc/searchstudio-ux-js": "npm:@searchstax-inc/searchstudio-ux-js@^4.2.13",
13
13
  "tslib": "^2.3.0"
14
14
  },
15
+ "overrides": {
16
+ "shell-quote": "1.8.4"
17
+ },
15
18
  "module": "fesm2022/searchstax-inc-searchstudio-ux-angular.mjs",
16
19
  "typings": "types/searchstax-inc-searchstudio-ux-angular.d.ts",
17
20
  "exports": {
@@ -188,7 +188,7 @@ declare class SearchstaxSearchFacetsWidget implements OnInit {
188
188
  unselectAll(context: this): void;
189
189
  isNotDeactivated(name: string, context: this): boolean;
190
190
  toggleFacetGroup(name: string, context: this): void;
191
- isChecked(facetValue: IFacetValueData, context: this): boolean | undefined;
191
+ isChecked(facetValue: IFacetValueData, context: this): boolean;
192
192
  selectFacet(el: HTMLElement, event: Event, data: IFacetValueData, isInput: boolean, context: this): void;
193
193
  showMoreLessDesktop(e: Event, data: IFacetData, context: this): void;
194
194
  showMoreLessMobile(e: Event, data: IFacetData, context: this): void;