@getlupa/client 1.12.2 → 1.12.3

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.
@@ -11312,12 +11312,10 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
11312
11312
  } = storeToRefs(searchResultStore);
11313
11313
  const currentFilters = computed(() => filters.value);
11314
11314
  const currentDisplayFilters = computed(
11315
- () => hideFiltersOnExactMatchForKeys.value.length ? displayFilters.value.filter(
11316
- (f2) => {
11317
- var _a;
11318
- return !((_a = hideFiltersOnExactMatchForKeys.value) == null ? void 0 : _a.includes(f2.key)) && getNormalizedString(currentQueryText.value) !== getNormalizedString(f2.label);
11319
- }
11320
- ) : displayFilters.value
11315
+ () => hideFiltersOnExactMatchForKeys.value.length ? displayFilters.value.filter((f2) => {
11316
+ var _a;
11317
+ return !((_a = hideFiltersOnExactMatchForKeys.value) == null ? void 0 : _a.includes(f2.key)) || getNormalizedString(currentQueryText.value) !== getNormalizedString(f2.value);
11318
+ }) : displayFilters.value
11321
11319
  );
11322
11320
  const hasFilters = computed(() => {
11323
11321
  var _a;
@@ -11312,12 +11312,10 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
11312
11312
  } = storeToRefs(searchResultStore);
11313
11313
  const currentFilters = computed(() => filters.value);
11314
11314
  const currentDisplayFilters = computed(
11315
- () => hideFiltersOnExactMatchForKeys.value.length ? displayFilters.value.filter(
11316
- (f2) => {
11317
- var _a;
11318
- return !((_a = hideFiltersOnExactMatchForKeys.value) == null ? void 0 : _a.includes(f2.key)) && getNormalizedString(currentQueryText.value) !== getNormalizedString(f2.label);
11319
- }
11320
- ) : displayFilters.value
11315
+ () => hideFiltersOnExactMatchForKeys.value.length ? displayFilters.value.filter((f2) => {
11316
+ var _a;
11317
+ return !((_a = hideFiltersOnExactMatchForKeys.value) == null ? void 0 : _a.includes(f2.key)) || getNormalizedString(currentQueryText.value) !== getNormalizedString(f2.value);
11318
+ }) : displayFilters.value
11321
11319
  );
11322
11320
  const hasFilters = computed(() => {
11323
11321
  var _a;
@@ -11310,12 +11310,10 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
11310
11310
  } = storeToRefs(searchResultStore);
11311
11311
  const currentFilters = computed(() => filters.value);
11312
11312
  const currentDisplayFilters = computed(
11313
- () => hideFiltersOnExactMatchForKeys.value.length ? displayFilters.value.filter(
11314
- (f2) => {
11315
- var _a;
11316
- return !((_a = hideFiltersOnExactMatchForKeys.value) == null ? void 0 : _a.includes(f2.key)) && getNormalizedString(currentQueryText.value) !== getNormalizedString(f2.label);
11317
- }
11318
- ) : displayFilters.value
11313
+ () => hideFiltersOnExactMatchForKeys.value.length ? displayFilters.value.filter((f2) => {
11314
+ var _a;
11315
+ return !((_a = hideFiltersOnExactMatchForKeys.value) == null ? void 0 : _a.includes(f2.key)) || getNormalizedString(currentQueryText.value) !== getNormalizedString(f2.value);
11316
+ }) : displayFilters.value
11319
11317
  );
11320
11318
  const hasFilters = computed(() => {
11321
11319
  var _a;
@@ -11314,12 +11314,10 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
11314
11314
  } = storeToRefs(searchResultStore);
11315
11315
  const currentFilters = computed(() => filters.value);
11316
11316
  const currentDisplayFilters = computed(
11317
- () => hideFiltersOnExactMatchForKeys.value.length ? displayFilters.value.filter(
11318
- (f2) => {
11319
- var _a;
11320
- return !((_a = hideFiltersOnExactMatchForKeys.value) == null ? void 0 : _a.includes(f2.key)) && getNormalizedString(currentQueryText.value) !== getNormalizedString(f2.label);
11321
- }
11322
- ) : displayFilters.value
11317
+ () => hideFiltersOnExactMatchForKeys.value.length ? displayFilters.value.filter((f2) => {
11318
+ var _a;
11319
+ return !((_a = hideFiltersOnExactMatchForKeys.value) == null ? void 0 : _a.includes(f2.key)) || getNormalizedString(currentQueryText.value) !== getNormalizedString(f2.value);
11320
+ }) : displayFilters.value
11323
11321
  );
11324
11322
  const hasFilters = computed(() => {
11325
11323
  var _a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getlupa/client",
3
- "version": "1.12.2",
3
+ "version": "1.12.3",
4
4
  "main": "dist/lupaSearch.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/src/index.d.ts",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "devDependencies": {
22
22
  "@getlupa/client-sdk": "^1.3.4",
23
- "@getlupa/vue": "0.12.2",
23
+ "@getlupa/vue": "0.12.3",
24
24
  "@rushstack/eslint-patch": "^1.3.2",
25
25
  "@tsconfig/node18": "^2.0.1",
26
26
  "@types/jsdom": "^21.1.1",