@rangertechnologies/ngnxt 2.1.353 → 2.1.354

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.
@@ -50664,7 +50664,7 @@ class NxtSearchBox {
50664
50664
  const queryValues = Array.isArray(this.apiMeta.queryValue)
50665
50665
  ? this.apiMeta.queryValue
50666
50666
  : [this.apiMeta.queryValue];
50667
- const stored = this.from === 'nxtTable' ? this.rowData : this.storageService.getQueryValue(this.question.id); // single object
50667
+ const stored = this.from === 'nxtTable' ? (this.storageService.getQueryValue(this.question.id) || this.rowData) : this.storageService.getQueryValue(this.question.id); // single object
50668
50668
  const queryParamsArray = [];
50669
50669
  queryFields.forEach((field, index) => {
50670
50670
  const valueKey = queryValues[index] ?? queryValues[0];
@@ -60249,7 +60249,7 @@ const VERSION = {
60249
60249
  "semver": null,
60250
60250
  "suffix": "ed0865a9-dirty",
60251
60251
  "semverString": null,
60252
- "version": "2.1.353"
60252
+ "version": "2.1.354"
60253
60253
  };
60254
60254
  /* tslint:enable */
60255
60255