klein-components-vue3 1.1.13 → 1.1.14

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.
@@ -62319,7 +62319,7 @@ const q1e = (e) => {
62319
62319
  let n = e[r];
62320
62320
  if (n.sValue) {
62321
62321
  const a = n.sKey.indexOf("@");
62322
- let i = n.sKey.substring(a + 1), s = { key: n.sKey.substring(0, a), type: i, value: n.sValue };
62322
+ let i = n.searchMode, s = { key: n.sKey.substring(0, a), type: i, value: n.sValue };
62323
62323
  t.push(s);
62324
62324
  }
62325
62325
  }