@rebilly/revel 12.22.1 → 12.22.3
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 +2 -2
- package/dist/revel.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [12.22.
|
|
1
|
+
## [12.22.3](https://github.com/Rebilly/rebilly/compare/revel-v12.22.2...revel-v12.22.3) (2026-03-25)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* **
|
|
6
|
+
* **frontend:** prettier configuration overriding quotes rule ([#19960](https://github.com/Rebilly/rebilly/issues/19960)) ([ecd36e7](https://github.com/Rebilly/rebilly/commit/ecd36e76cf3be1ffd0404566cb9cade3b18b795b))
|
package/dist/revel.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { reactive as l2, computed as l, defineComponent as p0, ref as j, watch as T0, onMounted as c1, onUnmounted as j2, toRefs as NM, nextTick as F0,
|
|
1
|
+
import { reactive as l2, computed as l, defineComponent as p0, ref as j, watch as T0, onMounted as c1, onUnmounted as j2, toRefs as NM, nextTick as F0, unref as L, openBlock as s, createBlock as O0, resolveDynamicComponent as yM, normalizeProps as E2, mergeProps as I0, renderSlot as M0, inject as S0, toRef as j1, normalizeClass as U, withCtx as c0, createVNode as Y, createElementVNode as m, createElementBlock as W, toDisplayString as G, createCommentVNode as S, Fragment as n0, renderList as B0, normalizeStyle as d1, withKeys as E0, withDirectives as g0, watchEffect as hp, provide as x0, guardReactiveProps as bb, createTextVNode as f0, isRef as y2, resolveComponent as C0, Transition as a2, resolveDirective as Lp, toHandlers as nM, withModifiers as y0, vShow as $1, useAttrs as gp, createSlots as go, onBeforeUnmount as Bp, vModelText as t1, useModel as Bo, mergeModels as jb, useSlots as qb, onBeforeMount as No, Teleport as yo, cloneVNode as wo, h as Xo, render as To } from "vue";
|
|
2
2
|
import W0 from "moment";
|
|
3
3
|
var G0 = "top", e1 = "bottom", O1 = "right", Z0 = "left", db = "auto", U2 = [G0, e1, O1, Z0], n2 = "start", V2 = "end", Do = "clippingParents", Np = "viewport", w2 = "popper", Co = "reference", Ub = /* @__PURE__ */ U2.reduce(function(M, b) {
|
|
4
4
|
return M.concat([b + "-" + n2, b + "-" + V2]);
|