@vergelijkdirect/comparison-forms 1.2.44-VER-7879.8 → 1.2.44-VER-7879.10
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.
|
@@ -10118,7 +10118,7 @@ class yk {
|
|
|
10118
10118
|
}
|
|
10119
10119
|
initITC() {
|
|
10120
10120
|
return N(this, null, function* () {
|
|
10121
|
-
if (
|
|
10121
|
+
if (typeof window == "undefined")
|
|
10122
10122
|
return;
|
|
10123
10123
|
const e = JSON.parse(JSON.stringify(_k));
|
|
10124
10124
|
e.api.baseUrl = this.getUrl();
|
|
@@ -30446,7 +30446,7 @@ var ub = /* @__PURE__ */ E(
|
|
|
30446
30446
|
ub.options.__file = "/Users/mac/Work/comparison-forms/src/core/Embedded.vue";
|
|
30447
30447
|
const VI = ub.exports, UI = {
|
|
30448
30448
|
install(t, e) {
|
|
30449
|
-
if (
|
|
30449
|
+
if (t.component("embedded-comparison-forms", VI), e && e.env) {
|
|
30450
30450
|
Rn.configure(e.env);
|
|
30451
30451
|
return;
|
|
30452
30452
|
}
|