@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 || "",
|
|
66613
|
-
let
|
|
66614
|
-
if (
|
|
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
|
|
66617
|
-
|
|
66618
|
-
} catch (
|
|
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() {
|