@getlupa/client 1.12.7 → 1.12.8

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.
@@ -22143,8 +22143,8 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
22143
22143
  });
22144
22144
  const columnSize = computed(() => `width: ${100 / columnCount.value}%`);
22145
22145
  const title = computed(() => {
22146
- var _a;
22147
- return (_a = props.options.recommendationLabels.title) != null ? _a : "";
22146
+ var _a, _b;
22147
+ return (_b = (_a = props.options.recommendationLabels) == null ? void 0 : _a.title) != null ? _b : "";
22148
22148
  });
22149
22149
  onMounted(() => {
22150
22150
  loadRecommendations();
@@ -22207,7 +22207,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
22207
22207
  const result = yield LupaSearchSdk.recommend(
22208
22208
  props.options.queryKey,
22209
22209
  props.options.itemId,
22210
- props.options.filters,
22210
+ props.options.recommendationFilters,
22211
22211
  props.options.options
22212
22212
  );
22213
22213
  if (!result.success) {
@@ -22143,8 +22143,8 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
22143
22143
  });
22144
22144
  const columnSize = computed(() => `width: ${100 / columnCount.value}%`);
22145
22145
  const title = computed(() => {
22146
- var _a;
22147
- return (_a = props.options.recommendationLabels.title) != null ? _a : "";
22146
+ var _a, _b;
22147
+ return (_b = (_a = props.options.recommendationLabels) == null ? void 0 : _a.title) != null ? _b : "";
22148
22148
  });
22149
22149
  onMounted(() => {
22150
22150
  loadRecommendations();
@@ -22207,7 +22207,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
22207
22207
  const result = yield LupaSearchSdk.recommend(
22208
22208
  props.options.queryKey,
22209
22209
  props.options.itemId,
22210
- props.options.filters,
22210
+ props.options.recommendationFilters,
22211
22211
  props.options.options
22212
22212
  );
22213
22213
  if (!result.success) {
@@ -22141,8 +22141,8 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
22141
22141
  });
22142
22142
  const columnSize = computed(() => `width: ${100 / columnCount.value}%`);
22143
22143
  const title = computed(() => {
22144
- var _a;
22145
- return (_a = props.options.recommendationLabels.title) != null ? _a : "";
22144
+ var _a, _b;
22145
+ return (_b = (_a = props.options.recommendationLabels) == null ? void 0 : _a.title) != null ? _b : "";
22146
22146
  });
22147
22147
  onMounted(() => {
22148
22148
  loadRecommendations();
@@ -22205,7 +22205,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
22205
22205
  const result = yield LupaSearchSdk.recommend(
22206
22206
  props.options.queryKey,
22207
22207
  props.options.itemId,
22208
- props.options.filters,
22208
+ props.options.recommendationFilters,
22209
22209
  props.options.options
22210
22210
  );
22211
22211
  if (!result.success) {
@@ -22145,8 +22145,8 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
22145
22145
  });
22146
22146
  const columnSize = computed(() => `width: ${100 / columnCount.value}%`);
22147
22147
  const title = computed(() => {
22148
- var _a;
22149
- return (_a = props.options.recommendationLabels.title) != null ? _a : "";
22148
+ var _a, _b;
22149
+ return (_b = (_a = props.options.recommendationLabels) == null ? void 0 : _a.title) != null ? _b : "";
22150
22150
  });
22151
22151
  onMounted(() => {
22152
22152
  loadRecommendations();
@@ -22209,7 +22209,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
22209
22209
  const result = yield LupaSearchSdk.recommend(
22210
22210
  props.options.queryKey,
22211
22211
  props.options.itemId,
22212
- props.options.filters,
22212
+ props.options.recommendationFilters,
22213
22213
  props.options.options
22214
22214
  );
22215
22215
  if (!result.success) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getlupa/client",
3
- "version": "1.12.7",
3
+ "version": "1.12.8",
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.6",
23
+ "@getlupa/vue": "0.12.7",
24
24
  "@rushstack/eslint-patch": "^1.3.2",
25
25
  "@tsconfig/node18": "^2.0.1",
26
26
  "@types/jsdom": "^21.1.1",