@searchstax-inc/searchstudio-ux-angular 4.2.2 → 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.2",
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.2",
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": {
@@ -95,6 +95,7 @@ declare class SearchstaxInputWidget implements OnInit, AfterViewInit {
95
95
  onMouseLeave(context: this): void;
96
96
  onMouseOver(suggestion: ISearchstaxSuggestion, context: this): void;
97
97
  onMouseClick(e: Event, context: this): void;
98
+ onClearClick(e: Event, context: this): void;
98
99
  attachObservables(): void;
99
100
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchstaxInputWidget, never>;
100
101
  static ɵcmp: i0.ɵɵComponentDeclaration<SearchstaxInputWidget, "app-searchstax-input", never, { "afterAutosuggest": { "alias": "afterAutosuggest"; "required": false; }; "beforeAutosuggest": { "alias": "beforeAutosuggest"; "required": false; }; "searchInputId": { "alias": "searchInputId"; "required": false; }; "suggestAfterMinChars": { "alias": "suggestAfterMinChars"; "required": false; }; "templateOverride": { "alias": "templateOverride"; "required": false; }; }, {}, never, never, false, never>;
@@ -187,7 +188,7 @@ declare class SearchstaxSearchFacetsWidget implements OnInit {
187
188
  unselectAll(context: this): void;
188
189
  isNotDeactivated(name: string, context: this): boolean;
189
190
  toggleFacetGroup(name: string, context: this): void;
190
- isChecked(facetValue: IFacetValueData, context: this): boolean | undefined;
191
+ isChecked(facetValue: IFacetValueData, context: this): boolean;
191
192
  selectFacet(el: HTMLElement, event: Event, data: IFacetValueData, isInput: boolean, context: this): void;
192
193
  showMoreLessDesktop(e: Event, data: IFacetData, context: this): void;
193
194
  showMoreLessMobile(e: Event, data: IFacetData, context: this): void;