@nickaux/form-configurator 1.1.247 → 1.1.249

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.
@@ -66609,15 +66609,15 @@ typeof window != "undefined" && !window.__formConfiguratorSelectOptionsCache &&
66609
66609
  function getOptionsCacheKey(d, c, u) {
66610
66610
  var h;
66611
66611
  if (!d) return null;
66612
- const p = d.id || "", g = d.options_url || "", y = d.select_from_field_path || "", b = d.filters ? JSON.stringify(d.filters) : "";
66613
- let S = "";
66614
- if (y && u)
66612
+ const p = (c == null ? void 0 : c.instanceId) || "global", g = d.id || "", y = d.options_url || "", b = d.select_from_field_path || "", S = d.filters ? JSON.stringify(d.filters) : "";
66613
+ let I = "";
66614
+ if (b && u)
66615
66615
  try {
66616
- const I = getFormatedPath(u.id, y), k = (h = c == null ? void 0 : c.getFieldValueByPath) == null ? void 0 : h.call(c, I);
66617
- S = k ? JSON.stringify(k) : "";
66618
- } catch (I) {
66616
+ const k = getFormatedPath(u.id, b), N = (h = c == null ? void 0 : c.getFieldValueByPath) == null ? void 0 : h.call(c, k);
66617
+ I = N ? JSON.stringify(N) : "";
66618
+ } catch (k) {
66619
66619
  }
66620
- return `${p}_${g}_${y}_${b}_${S}`;
66620
+ return `${p}_${g}_${y}_${b}_${S}_${I}`;
66621
66621
  }
66622
66622
  class TypeSelect extends TypeDefault {
66623
66623
  initValue() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nickaux/form-configurator",
3
- "version": "1.1.247",
3
+ "version": "1.1.249",
4
4
  "description": "A React form manager",
5
5
  "type": "module",
6
6
  "main": "dist/FormConfigurator.cjs.js",