@rebilly/revel 6.30.28 → 6.30.29
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/CHANGELOG.md +6 -1
- package/dist/revel.mjs +1 -1
- package/dist/revel.umd.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
## [6.30.
|
|
1
|
+
## [6.30.29](https://github.com/Rebilly/rebilly/compare/revel-v6.30.28...revel-v6.30.29) (2024-07-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **revel:** use onBeforeUnmount instead of onBeforeMount to fix a serious bug ([#6720](https://github.com/Rebilly/rebilly/issues/6720)) ([d8176e8](https://github.com/Rebilly/rebilly/commit/d8176e84b69b0c780d5be6027e98d20286747886))
|
package/dist/revel.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { reactive as $b, computed as W, defineComponent as G, ref as t0, watch as F0, onMounted as CM, onUnmounted as Tb, toRefs as y3, inject as I0, watchEffect as X3, provide as Z2, nextTick as I1, unref as R, openBlock as q, createBlock as p0, resolveDynamicComponent as j2, normalizeProps as V2, mergeProps as P0, renderSlot as H, normalizeClass as I, withCtx as M0, createVNode as _, createElementVNode as X, createElementBlock as l, toDisplayString as P, createCommentVNode as S, Fragment as r0, renderList as w0, normalizeStyle as c1, withKeys as C0, withDirectives as k0, toRef as rM, guardReactiveProps as ib, createTextVNode as R0, isRef as T2, Transition as t2, resolveComponent as l0, resolveDirective as DM, toHandlers as iM, withModifiers as m0, vShow as _1, useAttrs as w3,
|
|
1
|
+
import { reactive as $b, computed as W, defineComponent as G, ref as t0, watch as F0, onMounted as CM, onUnmounted as Tb, toRefs as y3, inject as I0, watchEffect as X3, provide as Z2, nextTick as I1, unref as R, openBlock as q, createBlock as p0, resolveDynamicComponent as j2, normalizeProps as V2, mergeProps as P0, renderSlot as H, normalizeClass as I, withCtx as M0, createVNode as _, createElementVNode as X, createElementBlock as l, toDisplayString as P, createCommentVNode as S, Fragment as r0, renderList as w0, normalizeStyle as c1, withKeys as C0, withDirectives as k0, toRef as rM, guardReactiveProps as ib, createTextVNode as R0, isRef as T2, Transition as t2, resolveComponent as l0, resolveDirective as DM, toHandlers as iM, withModifiers as m0, vShow as _1, useAttrs as w3, onBeforeUnmount as Ae, vModelText as ae, h as ne, render as re } from "vue";
|
|
2
2
|
import a0 from "moment";
|
|
3
3
|
var K0 = "top", O1 = "bottom", e1 = "right", G0 = "left", Cb = "auto", Q2 = [K0, O1, e1, G0], A2 = "start", Y2 = "end", ie = "clippingParents", $3 = "viewport", C2 = "popper", qe = "reference", Rz = /* @__PURE__ */ Q2.reduce(function(M, b) {
|
|
4
4
|
return M.concat([b + "-" + A2, b + "-" + Y2]);
|