@ulu/frontend-vue 0.1.3-beta.1 → 0.1.3-beta.2
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.
package/dist/frontend-vue.js
CHANGED
|
@@ -944,7 +944,7 @@ const xo = {
|
|
|
944
944
|
}
|
|
945
945
|
},
|
|
946
946
|
mounted() {
|
|
947
|
-
|
|
947
|
+
this.preventScroll && this.setupPreventScroll(), this.setupResizer();
|
|
948
948
|
},
|
|
949
949
|
beforeUnmount() {
|
|
950
950
|
const { container: e } = this.$refs;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UluModal.vue.d.ts","sourceRoot":"","sources":["../../../../lib/components/collapsible/UluModal.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"UluModal.vue.d.ts","sourceRoot":"","sources":["../../../../lib/components/collapsible/UluModal.vue"],"names":[],"mappings":";IA2YM;;OAEG;;IAEH;;;;OAIG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;;OAGG;;IAEH;;;OAGG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;;OAGG;;;;;IAKH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;IAlGH;;OAEG;;IAEH;;;;OAIG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;;OAGG;;IAEH;;;OAGG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;;OAGG;;;;;IAKH;;OAEG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
<template>
|
|
3
3
|
<Teleport
|
|
4
|
-
:to="teleport === false ? null : teleport"
|
|
4
|
+
:to="teleport === false ? null : teleport"
|
|
5
5
|
:disabled="teleport === false"
|
|
6
6
|
>
|
|
7
7
|
<dialog
|
|
@@ -363,7 +363,6 @@
|
|
|
363
363
|
}
|
|
364
364
|
},
|
|
365
365
|
mounted() {
|
|
366
|
-
++modalCount;
|
|
367
366
|
if (this.preventScroll) {
|
|
368
367
|
this.setupPreventScroll();
|
|
369
368
|
}
|