@xwadex/fesd 0.0.14-re.44 → 0.0.14-re.45
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.
@@ -1110,18 +1110,17 @@ V = new WeakSet(), Le = function() {
|
|
1110
1110
|
route: r,
|
1111
1111
|
on: {
|
1112
1112
|
complete(u) {
|
1113
|
-
u.querySelector(".modal-content").insertAdjacentHTML("beforeend", ye(t.params))
|
1113
|
+
u.querySelector(".modal-content").insertAdjacentHTML("beforeend", ye(t.params));
|
1114
1114
|
},
|
1115
1115
|
open(u) {
|
1116
1116
|
const h = u.querySelectorAll("[data-overlayscrollbars-viewport]");
|
1117
|
-
l.update(), bi([...h])
|
1117
|
+
l.update(), bi([...h]);
|
1118
1118
|
},
|
1119
1119
|
close(u) {
|
1120
1120
|
const h = u.querySelectorAll("[data-overlayscrollbars-viewport]");
|
1121
|
-
yi([...h])
|
1121
|
+
yi([...h]);
|
1122
1122
|
},
|
1123
1123
|
destroy(u) {
|
1124
|
-
e("modal4Destroy");
|
1125
1124
|
}
|
1126
1125
|
}
|
1127
1126
|
};
|