@creatorsn/vfluent3 0.3.67 → 0.3.69

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/vfluent3.js CHANGED
@@ -1,7 +1,7 @@
1
1
  var Fo = Object.defineProperty;
2
2
  var Po = (e, i, t) => i in e ? Fo(e, i, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[i] = t;
3
3
  var ti = (e, i, t) => (Po(e, typeof i != "symbol" ? i + "" : i, t), t);
4
- import { effectScope as Bn, ref as J, markRaw as De, hasInjectionContext as Ro, inject as Bo, getCurrentInstance as $i, toRaw as ji, watch as Fe, reactive as Oo, isRef as gi, isReactive as Hs, toRef as is, nextTick as bt, computed as le, unref as pi, getCurrentScope as Ao, onScopeDispose as zo, toRefs as an, defineComponent as On, h as Ai, openBlock as p, createElementBlock as y, normalizeClass as D, normalizeStyle as w, createElementVNode as u, renderSlot as A, createTextVNode as ue, withDirectives as V, vShow as x, toDisplayString as O, Fragment as ee, renderList as te, vModelText as An, resolveComponent as j, createVNode as B, withKeys as Xi, Transition as ce, withCtx as H, createCommentVNode as se, onMounted as qi, createBlock as ne, TransitionGroup as Ki, mergeModels as ln, useModel as Wo, useSlots as No, onBeforeUnmount as Ho, Teleport as Go, withModifiers as ht, render as Ht, vModelDynamic as zn, resolveDynamicComponent as Wn, mergeProps as Zt } from "vue";
4
+ import { effectScope as Bn, ref as J, markRaw as De, hasInjectionContext as Ro, inject as Bo, getCurrentInstance as $i, toRaw as ji, watch as Fe, reactive as Oo, isRef as gi, isReactive as Hs, toRef as is, nextTick as bt, computed as le, unref as pi, getCurrentScope as Ao, onScopeDispose as zo, toRefs as an, defineComponent as On, h as Ai, openBlock as p, createElementBlock as y, normalizeClass as D, normalizeStyle as b, createElementVNode as u, renderSlot as A, createTextVNode as ue, withDirectives as V, vShow as x, toDisplayString as O, Fragment as ee, renderList as te, vModelText as An, resolveComponent as j, createVNode as B, withKeys as Xi, Transition as ce, withCtx as H, createCommentVNode as se, onMounted as qi, createBlock as ne, TransitionGroup as Ki, mergeModels as ln, useModel as Wo, useSlots as No, onBeforeUnmount as Ho, Teleport as Go, withModifiers as ht, render as Ht, vModelDynamic as zn, resolveDynamicComponent as Wn, mergeProps as Zt } from "vue";
5
5
  const Z = (e) => (e.install = (i) => {
6
6
  i.component(e.name, e);
7
7
  }, e), Nn = (e, i) => (e.install = (t) => {
@@ -743,7 +743,7 @@ function Ts(e, i, t = {}, s, n, r) {
743
743
  let d, c, h = [], f = [], m;
744
744
  const g = s.state.value[e];
745
745
  !r && !g && (process.env.NODE_ENV === "production" || !n) && (s.state.value[e] = {});
746
- const b = J({});
746
+ const w = J({});
747
747
  let k;
748
748
  function L(C) {
749
749
  let I;
@@ -803,7 +803,7 @@ function Ts(e, i, t = {}, s, n, r) {
803
803
  actions: {},
804
804
  getters: {},
805
805
  state: [],
806
- hotState: b
806
+ hotState: w
807
807
  }), N = {
808
808
  _p: s,
809
809
  $id: e,
@@ -833,7 +833,7 @@ function Ts(e, i, t = {}, s, n, r) {
833
833
  for (const C in P) {
834
834
  const I = P[C];
835
835
  if (gi(I) && !cn(I) || Hs(I))
836
- process.env.NODE_ENV !== "production" && n ? Ti(b.value, C, is(P, C)) : r || (g && ba(I) && (gi(I) ? I.value = g[C] : Vs(I, g[C])), s.state.value[e][C] = I), process.env.NODE_ENV !== "production" && G.state.push(C);
836
+ process.env.NODE_ENV !== "production" && n ? Ti(w.value, C, is(P, C)) : r || (g && ba(I) && (gi(I) ? I.value = g[C] : Vs(I, g[C])), s.state.value[e][C] = I), process.env.NODE_ENV !== "production" && G.state.push(C);
837
837
  else if (typeof I == "function") {
838
838
  const z = process.env.NODE_ENV !== "production" && n ? I : S(C, I);
839
839
  P[C] = z, process.env.NODE_ENV !== "production" && (G.actions[C] = I), a.actions[C] = I;
@@ -841,7 +841,7 @@ function Ts(e, i, t = {}, s, n, r) {
841
841
  process.env.NODE_ENV !== "production" && cn(I) && (G.getters[C] = r ? t.getters[C] : I, Ji && (P._getters || (P._getters = De([]))).push(C));
842
842
  }
843
843
  if (He(T, P), He(ji(T), P), Object.defineProperty(T, "$state", {
844
- get: () => process.env.NODE_ENV !== "production" && n ? b.value : s.state.value[e],
844
+ get: () => process.env.NODE_ENV !== "production" && n ? w.value : s.state.value[e],
845
845
  set: (C) => {
846
846
  if (process.env.NODE_ENV !== "production" && n)
847
847
  throw new Error("cannot set hotState");
@@ -1478,7 +1478,7 @@ const ya = {
1478
1478
  setup(e, { emit: i }) {
1479
1479
  return (t, s) => (p(), y("div", {
1480
1480
  class: D(["fv-Affix", t.$theme]),
1481
- style: w({
1481
+ style: b({
1482
1482
  position: e.mode === "fixed" ? "absolute" : "",
1483
1483
  width: t.isFixed ? t.computedWidth : "auto",
1484
1484
  height: t.isFixed ? t.computedHeight : "auto"
@@ -1487,7 +1487,7 @@ const ya = {
1487
1487
  u("div", {
1488
1488
  class: "fv-affix-container",
1489
1489
  ref: "container",
1490
- style: w({
1490
+ style: b({
1491
1491
  position: t.isFixed ? "fixed" : "relative",
1492
1492
  left: t.isFixed ? t.computedLeft : "",
1493
1493
  top: t.isFixed ? t.computedTop : "",
@@ -1728,7 +1728,7 @@ const Ca = { class: "fv-animated-content-block" }, Sa = {
1728
1728
  setup(e, { emit: i }) {
1729
1729
  return (t, s) => (p(), y("div", {
1730
1730
  class: D(["fv-AnimatedIcon", [t.$theme]]),
1731
- style: w([
1731
+ style: b([
1732
1732
  {
1733
1733
  width: `${e.fontSize * 1 + 3}px`,
1734
1734
  background: e.background,
@@ -1747,7 +1747,7 @@ const Ca = { class: "fv-animated-content-block" }, Sa = {
1747
1747
  u("div", {
1748
1748
  draggable: "false",
1749
1749
  class: D(["fv-animated-icon-container", [{ hideContent: e.hideContent }]]),
1750
- style: w([t.animatedStyle])
1750
+ style: b([t.animatedStyle])
1751
1751
  }, [
1752
1752
  A(t.$slots, "default", {}, () => [
1753
1753
  u("i", {
@@ -1827,7 +1827,7 @@ const Ia = /* @__PURE__ */ u("p", null, "Badge", -1), xa = { class: "badge-conte
1827
1827
  ]),
1828
1828
  V(u("sup", {
1829
1829
  class: D(["fv-badge-container", { dot: e.isDot }]),
1830
- style: w({ background: t.finalColor })
1830
+ style: b({ background: t.finalColor })
1831
1831
  }, [
1832
1832
  u("p", xa, O(t.finalValue), 1)
1833
1833
  ], 6), [
@@ -1991,7 +1991,7 @@ const La = ["onClick"], Fa = {
1991
1991
  disabled: t.isDisabled
1992
1992
  }
1993
1993
  ]]),
1994
- style: w({
1994
+ style: b({
1995
1995
  "border-radius": `${e.borderRadius}px`,
1996
1996
  "border-color": t.mode === "editor" ? e.borderColor : "",
1997
1997
  "outline-color": t.mode === "editor" ? e.borderColor : ""
@@ -2004,7 +2004,7 @@ const La = ["onClick"], Fa = {
2004
2004
  }, [
2005
2005
  V(u("div", {
2006
2006
  class: "fv-bc-route-item",
2007
- style: w({ "font-size": e.fontSize }),
2007
+ style: b({ "font-size": e.fontSize }),
2008
2008
  onClick: s[0] || (s[0] = (...n) => t.routeClick && t.routeClick(...n))
2009
2009
  }, [
2010
2010
  A(t.$slots, "root", {
@@ -2022,7 +2022,7 @@ const La = ["onClick"], Fa = {
2022
2022
  (p(!0), y(ee, null, te(t.routeList, (n, r) => V((p(), y("div", {
2023
2023
  key: r,
2024
2024
  class: "fv-bc-route-item",
2025
- style: w({ "font-size": e.fontSize }),
2025
+ style: b({ "font-size": e.fontSize }),
2026
2026
  onDblclick: s[1] || (s[1] = (...o) => t.editorMode && t.editorMode(...o))
2027
2027
  }, [
2028
2028
  A(t.$slots, "route-item", {
@@ -2037,7 +2037,7 @@ const La = ["onClick"], Fa = {
2037
2037
  ]),
2038
2038
  V(u("i", {
2039
2039
  class: D(["fv-bc-separator-icon ms-Icon", [t.separatorIcon ? `ms-Icon--${e.separator}` : ""]]),
2040
- style: w({
2040
+ style: b({
2041
2041
  "font-family": t.separatorIcon ? "" : "Calibri"
2042
2042
  })
2043
2043
  }, O(t.separatorIcon ? "" : e.separator), 7), [
@@ -2052,7 +2052,7 @@ const La = ["onClick"], Fa = {
2052
2052
  class: "fv-bc-route-text-box",
2053
2053
  type: "text",
2054
2054
  ref: "editor",
2055
- style: w({ "font-size": e.fontSize }),
2055
+ style: b({ "font-size": e.fontSize }),
2056
2056
  onKeyup: s[3] || (s[3] = (...n) => t.handleEnter && t.handleEnter(...n))
2057
2057
  }, null, 36), [
2058
2058
  [x, t.mode == "editor"],
@@ -2163,7 +2163,7 @@ const Ba = ["disabled"], Oa = {
2163
2163
  }, [
2164
2164
  u("div", {
2165
2165
  class: D(["fv-button-main-container", [{ disabled: t.isDisabled }, { shadow: e.isBoxShadow }]]),
2166
- style: w({ borderRadius: `${e.borderRadius}px` })
2166
+ style: b({ borderRadius: `${e.borderRadius}px` })
2167
2167
  }, [
2168
2168
  B(n, {
2169
2169
  parent: () => t.$el,
@@ -2180,7 +2180,7 @@ const Ba = ["disabled"], Oa = {
2180
2180
  u("div", {
2181
2181
  disabled: e.disabled,
2182
2182
  class: "fv-button-container",
2183
- style: w({
2183
+ style: b({
2184
2184
  background: e.background,
2185
2185
  "background-repeat": "no-repeat",
2186
2186
  "background-clip": "content-box",
@@ -2189,7 +2189,7 @@ const Ba = ["disabled"], Oa = {
2189
2189
  }, [
2190
2190
  u("span", {
2191
2191
  class: "fv-btn-content-block",
2192
- style: w({
2192
+ style: b({
2193
2193
  color: e.foreground,
2194
2194
  "font-size": `${e.fontSize}px`,
2195
2195
  "font-weight": e.fontWeight
@@ -2197,7 +2197,7 @@ const Ba = ["disabled"], Oa = {
2197
2197
  }, [
2198
2198
  u("i", {
2199
2199
  class: D(["ms-Icon", `ms-Icon--${e.icon}`]),
2200
- style: w({ "margin-right": e.icon != "" ? "5px" : "" })
2200
+ style: b({ "margin-right": e.icon != "" ? "5px" : "" })
2201
2201
  }, null, 6),
2202
2202
  A(t.$slots, "default", {}, () => [
2203
2203
  ue("Button")
@@ -2206,7 +2206,7 @@ const Ba = ["disabled"], Oa = {
2206
2206
  ], 12, Ba),
2207
2207
  u("div", {
2208
2208
  class: "fv-button-regular-border",
2209
- style: w({
2209
+ style: b({
2210
2210
  borderColor: e.borderColor,
2211
2211
  borderWidth: `${e.borderWidth}px`,
2212
2212
  borderRadius: `${e.borderRadius}px`
@@ -2374,7 +2374,7 @@ const Wa = {
2374
2374
  const n = j("fv-text-box"), r = j("fv-calendar-view");
2375
2375
  return p(), y("div", {
2376
2376
  class: D(["fv-CalendarDatePicker", [t.$theme, { disabled: t.isDisabled }]]),
2377
- style: w({ zIndex: t.show.calendar ? 5 : "" })
2377
+ style: b({ zIndex: t.show.calendar ? 5 : "" })
2378
2378
  }, [
2379
2379
  A(t.$slots, "default", {
2380
2380
  displayContent: t.displayContent,
@@ -2398,7 +2398,7 @@ const Wa = {
2398
2398
  "is-box-shadow": e.dropDownIsBoxShadow,
2399
2399
  title: t.displayContent,
2400
2400
  cursor: e.editable ? "" : "default",
2401
- style: w([{ width: "100%" }, {
2401
+ style: b([{ width: "100%" }, {
2402
2402
  ...e.dropDownStyles
2403
2403
  }]),
2404
2404
  onKeydown: Xi(t.parseContent, ["enter"]),
@@ -2708,18 +2708,18 @@ var Xe = {
2708
2708
  edges: 0.5,
2709
2709
  end: 1
2710
2710
  }[n] || 0 : !a && l && (c = n[0], h = n[1]), function(f, m, g) {
2711
- var b = (g || t).length, k = o[b], L, E, $, S, G, N, T, R, P;
2711
+ var w = (g || t).length, k = o[w], L, E, $, S, G, N, T, R, P;
2712
2712
  if (!k) {
2713
2713
  if (P = t.grid === "auto" ? 0 : (t.grid || [1, Ye])[1], !P) {
2714
- for (T = -Ye; T < (T = g[P++].getBoundingClientRect().left) && P < b; )
2714
+ for (T = -Ye; T < (T = g[P++].getBoundingClientRect().left) && P < w; )
2715
2715
  ;
2716
2716
  P--;
2717
2717
  }
2718
- for (k = o[b] = [], L = l ? Math.min(P, b) * c - 0.5 : n % P, E = l ? b * h / P - 0.5 : n / P | 0, T = 0, R = Ye, N = 0; N < b; N++)
2718
+ for (k = o[w] = [], L = l ? Math.min(P, w) * c - 0.5 : n % P, E = l ? w * h / P - 0.5 : n / P | 0, T = 0, R = Ye, N = 0; N < w; N++)
2719
2719
  $ = N % P - L, S = E - (N / P | 0), k[N] = G = d ? Math.abs(d === "y" ? S : $) : nr($ * $ + S * S), G > T && (T = G), G < R && (R = G);
2720
- n === "random" && $r(k), k.max = T - R, k.min = R, k.v = b = (parseFloat(t.amount) || parseFloat(t.each) * (P > b ? b - 1 : d ? d === "y" ? b / P : P : Math.max(P, b / P)) || 0) * (n === "edges" ? -1 : 1), k.b = b < 0 ? r - b : r, k.u = vt(t.amount || t.each) || 0, s = s && b < 0 ? Dr(s) : s;
2720
+ n === "random" && $r(k), k.max = T - R, k.min = R, k.v = w = (parseFloat(t.amount) || parseFloat(t.each) * (P > w ? w - 1 : d ? d === "y" ? w / P : P : Math.max(P, w / P)) || 0) * (n === "edges" ? -1 : 1), k.b = w < 0 ? r - w : r, k.u = vt(t.amount || t.each) || 0, s = s && w < 0 ? Dr(s) : s;
2721
2721
  }
2722
- return b = (k[f] - k.min) / k.max || 0, de(k.b + (s ? s(b) : b) * k.v) + k.u;
2722
+ return w = (k[f] - k.min) / k.max || 0, de(k.b + (s ? s(w) : w) * k.v) + k.u;
2723
2723
  };
2724
2724
  }, Ps = function(i) {
2725
2725
  var t = i < 1 ? Math.pow(10, (i + "").length - 2) : 1;
@@ -2793,8 +2793,8 @@ var Xe = {
2793
2793
  c.push(e(i[d - 1], i[d]));
2794
2794
  h--, r = function(g) {
2795
2795
  g *= h;
2796
- var b = Math.min(f, ~~g);
2797
- return c[b](g - b);
2796
+ var w = Math.min(f, ~~g);
2797
+ return c[w](g - w);
2798
2798
  }, s = t;
2799
2799
  } else
2800
2800
  n || (i = Bt(_e(i) ? [] : {}, i));
@@ -2898,9 +2898,9 @@ var Xe = {
2898
2898
  Rs.lastIndex = 0, Rs.test(t) && (s = gl.test(t), i[0] = yn(i[0], s), i[1] = yn(i[1], s));
2899
2899
  }, Gi, Ue = function() {
2900
2900
  var e = Date.now, i = 500, t = 33, s = e(), n = s, r = 1 / 60, o = r, a = [], l, d, c, h, f = function m(g) {
2901
- var b = e() - n, k = g === !0, L, E;
2902
- b > i && (s += b - t), n += b, h.time = (n - s) / 1e3, L = h.time - o, (L > 0 || k) && (h.frame++, o += L + (L >= r ? 4e-3 : r - L), E = 1), k || (l = d(m)), E && a.forEach(function($) {
2903
- return $(h.time, b, h.frame, g);
2901
+ var w = e() - n, k = g === !0, L, E;
2902
+ w > i && (s += w - t), n += w, h.time = (n - s) / 1e3, L = h.time - o, (L > 0 || k) && (h.frame++, o += L + (L >= r ? 4e-3 : r - L), E = 1), k || (l = d(m)), E && a.forEach(function($) {
2903
+ return $(h.time, w, h.frame, g);
2904
2904
  });
2905
2905
  };
2906
2906
  return h = {
@@ -2917,8 +2917,8 @@ var Xe = {
2917
2917
  sleep: function() {
2918
2918
  (c ? tt.cancelAnimationFrame : clearTimeout)(l), Gi = 0, d = Ci;
2919
2919
  },
2920
- lagSmoothing: function(g, b) {
2921
- i = g || 1 / be, t = Math.min(b, i, 0);
2920
+ lagSmoothing: function(g, w) {
2921
+ i = g || 1 / be, t = Math.min(w, i, 0);
2922
2922
  },
2923
2923
  fps: function(g) {
2924
2924
  r = 1 / (g || 60), o = h.time + r;
@@ -2927,8 +2927,8 @@ var Xe = {
2927
2927
  a.indexOf(g) < 0 && a.push(g), Si();
2928
2928
  },
2929
2929
  remove: function(g) {
2930
- var b;
2931
- ~(b = a.indexOf(g)) && a.splice(b, 1);
2930
+ var w;
2931
+ ~(w = a.indexOf(g)) && a.splice(w, 1);
2932
2932
  },
2933
2933
  _listeners: a
2934
2934
  }, h;
@@ -3168,11 +3168,11 @@ var Ae = /* @__PURE__ */ function(e) {
3168
3168
  }, t.staggerFromTo = function(n, r, o, a, l, d, c, h) {
3169
3169
  return a.startAt = o, a.immediateRender = Me(a.immediateRender), this.staggerTo(n, r, a, l, d, c, h);
3170
3170
  }, t.render = function(n, r, o) {
3171
- var a = this._time, l = this._dirty ? this.totalDuration() : this._tDur, d = this._dur, c = n > l - be && n >= 0 && this !== pe ? l : n < be ? 0 : n, h = this._zTime < 0 != n < 0 && (this._initted || !d), f, m, g, b, k, L, E, $, S, G, N, T;
3171
+ var a = this._time, l = this._dirty ? this.totalDuration() : this._tDur, d = this._dur, c = n > l - be && n >= 0 && this !== pe ? l : n < be ? 0 : n, h = this._zTime < 0 != n < 0 && (this._initted || !d), f, m, g, w, k, L, E, $, S, G, N, T;
3172
3172
  if (c !== this._tTime || o || h) {
3173
- if (h && (d || (a = this._zTime), (n || !r) && (this._zTime = n)), f = c, S = this._start, $ = this._ts, L = $ === 0, a !== this._time && d && (f += this._time - a), this._repeat && (N = this._yoyo, k = d + this._rDelay, f = de(c % k), (f > d || l === c) && (f = d), b = ~~(c / k), b && b === c / k && (f = d, b--), G = Jt(this._tTime, k), N && b & 1 && (f = d - f, T = 1), b !== G && !this._lock)) {
3174
- var R = N && G & 1, P = R === (N && b & 1);
3175
- if (b < G && (R = !R), a = R ? 0 : d, this._lock = 1, this.render(a, r, !d)._lock = 0, !r && this.parent && ze(this, "onRepeat"), this.vars.repeatRefresh && !T && this.getChildren().forEach(function(I) {
3173
+ if (h && (d || (a = this._zTime), (n || !r) && (this._zTime = n)), f = c, S = this._start, $ = this._ts, L = $ === 0, a !== this._time && d && (f += this._time - a), this._repeat && (N = this._yoyo, k = d + this._rDelay, f = de(c % k), (f > d || l === c) && (f = d), w = ~~(c / k), w && w === c / k && (f = d, w--), G = Jt(this._tTime, k), N && w & 1 && (f = d - f, T = 1), w !== G && !this._lock)) {
3174
+ var R = N && G & 1, P = R === (N && w & 1);
3175
+ if (w < G && (R = !R), a = R ? 0 : d, this._lock = 1, this.render(a, r, !d)._lock = 0, !r && this.parent && ze(this, "onRepeat"), this.vars.repeatRefresh && !T && this.getChildren().forEach(function(I) {
3176
3176
  return I.invalidate();
3177
3177
  }), a !== this._time || L !== !this._ts)
3178
3178
  return this;
@@ -3331,11 +3331,11 @@ et(Ae.prototype, {
3331
3331
  _forcing: 0
3332
3332
  });
3333
3333
  var yl = function(i, t, s, n, r, o, a) {
3334
- var l = new Pe(this._pt, i, t, 0, 1, Or, null, r), d = 0, c = 0, h, f, m, g, b, k, L, E;
3334
+ var l = new Pe(this._pt, i, t, 0, 1, Or, null, r), d = 0, c = 0, h, f, m, g, w, k, L, E;
3335
3335
  for (l.b = s, l.e = n, s += "", n += "", (L = ~n.indexOf("random(")) && (n = Zi(n)), o && (E = [s, n], o(E, i, t), s = E[0], n = E[1]), f = s.match(as) || []; h = as.exec(n); )
3336
- g = h[0], b = n.substring(d, h.index), m ? m = (m + 1) % 5 : b.substr(-5) === "rgba(" && (m = 1), g !== f[c++] && (k = parseFloat(f[c - 1]) || 0, l._pt = {
3336
+ g = h[0], w = n.substring(d, h.index), m ? m = (m + 1) % 5 : w.substr(-5) === "rgba(" && (m = 1), g !== f[c++] && (k = parseFloat(f[c - 1]) || 0, l._pt = {
3337
3337
  _next: l._pt,
3338
- p: b || c === 1 ? b : ",",
3338
+ p: w || c === 1 ? w : ",",
3339
3339
  s: k,
3340
3340
  c: g.charAt(1) === "=" ? parseFloat(g.substr(2)) * (g.charAt(0) === "-" ? -1 : 1) : parseFloat(g) - k,
3341
3341
  m: m && m < 4 ? Math.round : 0
@@ -3360,7 +3360,7 @@ var yl = function(i, t, s, n, r, o, a) {
3360
3360
  d[a._props[c]] = l;
3361
3361
  return a;
3362
3362
  }, Lt, $l = function e(i, t) {
3363
- var s = i.vars, n = s.ease, r = s.startAt, o = s.immediateRender, a = s.lazy, l = s.onUpdate, d = s.onUpdateParams, c = s.callbackScope, h = s.runBackwards, f = s.yoyoEase, m = s.keyframes, g = s.autoRevert, b = i._dur, k = i._startAt, L = i._targets, E = i.parent, $ = E && E.data === "nested" ? E.parent._targets : L, S = i._overwrite === "auto", G = i.timeline, N, T, R, P, C, I, z, q, ie, M, v, F;
3363
+ var s = i.vars, n = s.ease, r = s.startAt, o = s.immediateRender, a = s.lazy, l = s.onUpdate, d = s.onUpdateParams, c = s.callbackScope, h = s.runBackwards, f = s.yoyoEase, m = s.keyframes, g = s.autoRevert, w = i._dur, k = i._startAt, L = i._targets, E = i.parent, $ = E && E.data === "nested" ? E.parent._targets : L, S = i._overwrite === "auto", G = i.timeline, N, T, R, P, C, I, z, q, ie, M, v, F;
3364
3364
  if (G && (!m || !n) && (n = "none"), i._ease = jt(n, Kt.ease), i._yEase = f ? Dr(jt(f === !0 ? n : f, Kt.ease)) : 0, f && i._yoyo && !i._repeat && (f = i._yEase, i._yEase = i._ease, i._ease = f), !G) {
3365
3365
  if (k && k.render(-1, !0).kill(), r) {
3366
3366
  if (Ct(i._startAt = ge.set(L, et({
@@ -3378,10 +3378,10 @@ var yl = function(i, t, s, n, r, o, a) {
3378
3378
  }, r))), o) {
3379
3379
  if (t > 0)
3380
3380
  !g && (i._startAt = 0);
3381
- else if (b)
3381
+ else if (w)
3382
3382
  return;
3383
3383
  }
3384
- } else if (h && b) {
3384
+ } else if (h && w) {
3385
3385
  if (k)
3386
3386
  !g && (i._startAt = 0);
3387
3387
  else if (t && (o = !1), Ct(i._startAt = ge.set(L, Bt(Hi(s, bi), {
@@ -3396,7 +3396,7 @@ var yl = function(i, t, s, n, r, o, a) {
3396
3396
  else if (!t)
3397
3397
  return;
3398
3398
  }
3399
- for (N = Hi(s, bi), i._pt = 0, q = L[0] ? _t(L[0]).harness : 0, F = q && s[q.prop], a = b && Me(a) || a && !b, T = 0; T < L.length; T++) {
3399
+ for (N = Hi(s, bi), i._pt = 0, q = L[0] ? _t(L[0]).harness : 0, F = q && s[q.prop], a = w && Me(a) || a && !w, T = 0; T < L.length; T++) {
3400
3400
  if (C = L[T], z = C._gsap || js(L)[T]._gsap, i._ptLookup[T] = M = {}, Ds[z.id] && Ni(), v = $ === L ? T : $.indexOf(C), q && (ie = new q()).init(C, F || N, i, v, $) !== !1 && (i._pt = P = new Pe(i._pt, C, ie.name, 0, 1, ie.render, ie, 0, ie.priority), ie._props.forEach(function(W) {
3401
3401
  M[W] = P;
3402
3402
  }), ie.priority && (I = 1)), !q || F)
@@ -3424,8 +3424,8 @@ var yl = function(i, t, s, n, r, o, a) {
3424
3424
  function i(s, n, r) {
3425
3425
  var o;
3426
3426
  typeof n == "number" && (r.duration = n, n = r, r = null), o = e.call(this, Qa(n), r) || this;
3427
- var a = o.vars, l = a.duration, d = a.delay, c = a.immediateRender, h = a.stagger, f = a.overwrite, m = a.keyframes, g = a.defaults, b = _e(s) && nt(s[0]) ? [s] : rt(s), k, L, E, $, S, G, N, T;
3428
- if (o._targets = b.length ? js(b) : fr("GSAP target " + s + " not found. https://greensock.com", !Xe.nullTargetWarn) || [], o._ptLookup = [], o._overwrite = f, m || h || gn(l) || gn(d)) {
3427
+ var a = o.vars, l = a.duration, d = a.delay, c = a.immediateRender, h = a.stagger, f = a.overwrite, m = a.keyframes, g = a.defaults, w = _e(s) && nt(s[0]) ? [s] : rt(s), k, L, E, $, S, G, N, T;
3428
+ if (o._targets = w.length ? js(w) : fr("GSAP target " + s + " not found. https://greensock.com", !Xe.nullTargetWarn) || [], o._ptLookup = [], o._overwrite = f, m || h || gn(l) || gn(d)) {
3429
3429
  if (n = o.vars, k = o.timeline = new Ae({
3430
3430
  data: "nested",
3431
3431
  defaults: g || {}
@@ -3433,41 +3433,41 @@ var yl = function(i, t, s, n, r, o, a) {
3433
3433
  et(k.vars.defaults, {
3434
3434
  ease: "none"
3435
3435
  }), m.forEach(function(R) {
3436
- return k.to(b, R, ">");
3436
+ return k.to(w, R, ">");
3437
3437
  });
3438
3438
  else {
3439
- if ($ = b.length, N = h ? Cr(h) : Ci, pt(h))
3439
+ if ($ = w.length, N = h ? Cr(h) : Ci, pt(h))
3440
3440
  for (S in h)
3441
3441
  ~Pr.indexOf(S) && (T || (T = {}), T[S] = h[S]);
3442
3442
  for (L = 0; L < $; L++) {
3443
3443
  E = {};
3444
3444
  for (S in n)
3445
3445
  Sl.indexOf(S) < 0 && (E[S] = n[S]);
3446
- E.stagger = 0, T && Bt(E, T), n.yoyoEase && !n.repeat && (E.yoyoEase = n.yoyoEase), G = b[L], E.duration = +fi(l, ii(o), L, G, b), E.delay = (+fi(d, ii(o), L, G, b) || 0) - o._delay, !h && $ === 1 && E.delay && (o._delay = d = E.delay, o._start += d, E.delay = 0), k.to(G, E, N(L, G, b));
3446
+ E.stagger = 0, T && Bt(E, T), n.yoyoEase && !n.repeat && (E.yoyoEase = n.yoyoEase), G = w[L], E.duration = +fi(l, ii(o), L, G, w), E.delay = (+fi(d, ii(o), L, G, w) || 0) - o._delay, !h && $ === 1 && E.delay && (o._delay = d = E.delay, o._start += d, E.delay = 0), k.to(G, E, N(L, G, w));
3447
3447
  }
3448
3448
  l = d = 0;
3449
3449
  }
3450
3450
  l || o.duration(l = k.duration());
3451
3451
  } else
3452
3452
  o.timeline = 0;
3453
- return f === !0 && (Lt = ii(o), pe.killTweensOf(b), Lt = 0), (c || !l && !m && o._start === o.parent._time && Me(c) && il(ii(o)) && o.parent.data !== "nested") && (o._tTime = -be, o.render(Math.max(0, -d))), o;
3453
+ return f === !0 && (Lt = ii(o), pe.killTweensOf(w), Lt = 0), (c || !l && !m && o._start === o.parent._time && Me(c) && il(ii(o)) && o.parent.data !== "nested") && (o._tTime = -be, o.render(Math.max(0, -d))), o;
3454
3454
  }
3455
3455
  var t = i.prototype;
3456
3456
  return t.render = function(n, r, o) {
3457
- var a = this._time, l = this._tDur, d = this._dur, c = n > l - be && n >= 0 ? l : n < be ? 0 : n, h, f, m, g, b, k, L, E, $;
3457
+ var a = this._time, l = this._tDur, d = this._dur, c = n > l - be && n >= 0 ? l : n < be ? 0 : n, h, f, m, g, w, k, L, E, $;
3458
3458
  if (!d)
3459
3459
  sl(this, n, r, o);
3460
3460
  else if (c !== this._tTime || !n || o || this._startAt && this._zTime < 0 != n < 0) {
3461
3461
  if (h = c, E = this.timeline, this._repeat) {
3462
- if (g = d + this._rDelay, h = de(c % g), h > d && (h = d), m = ~~(c / g), m && m === c / g && (h = d, m--), k = this._yoyo && m & 1, k && ($ = this._yEase, h = d - h), b = Jt(this._tTime, g), h === a && !o && this._initted)
3462
+ if (g = d + this._rDelay, h = de(c % g), h > d && (h = d), m = ~~(c / g), m && m === c / g && (h = d, m--), k = this._yoyo && m & 1, k && ($ = this._yEase, h = d - h), w = Jt(this._tTime, g), h === a && !o && this._initted)
3463
3463
  return this;
3464
- m !== b && this.vars.repeatRefresh && !k && !this._lock && (this._lock = o = 1, this.render(g * m, !0).invalidate()._lock = 0);
3464
+ m !== w && this.vars.repeatRefresh && !k && !this._lock && (this._lock = o = 1, this.render(g * m, !0).invalidate()._lock = 0);
3465
3465
  }
3466
3466
  if (!this._initted && yr(this, h, o, r))
3467
3467
  return this._tTime = 0, this;
3468
3468
  for (this._tTime = c, this._time = h, !this._act && this._ts && (this._act = 1, this._lazy = 0), this.ratio = L = ($ || this._ease)(h / d), this._from && (this.ratio = L = 1 - L), !a && h && !r && ze(this, "onStart"), f = this._pt; f; )
3469
3469
  f.r(L, f.d), f = f._next;
3470
- E && E.render(n < 0 ? n : !h && k ? -be : E._dur * L, r, o) || this._startAt && (this._zTime = n), this._onUpdate && !r && (n < 0 && this._startAt && this._startAt.render(n, !0, o), ze(this, "onUpdate")), this._repeat && m !== b && this.vars.onRepeat && !r && this.parent && ze(this, "onRepeat"), (c === this._tDur || !c) && this._tTime === c && (n < 0 && this._startAt && !this._onUpdate && this._startAt.render(n, !0, o), (n || !d) && (n && this._ts > 0 || !c && this._ts < 0) && Ct(this, 1), !r && !(n < 0 && !a) && (ze(this, c === l ? "onComplete" : "onReverseComplete", !0), this._prom && this._prom()));
3470
+ E && E.render(n < 0 ? n : !h && k ? -be : E._dur * L, r, o) || this._startAt && (this._zTime = n), this._onUpdate && !r && (n < 0 && this._startAt && this._startAt.render(n, !0, o), ze(this, "onUpdate")), this._repeat && m !== w && this.vars.onRepeat && !r && this.parent && ze(this, "onRepeat"), (c === this._tDur || !c) && this._tTime === c && (n < 0 && this._startAt && !this._onUpdate && this._startAt.render(n, !0, o), (n || !d) && (n && this._ts > 0 || !c && this._ts < 0) && Ct(this, 1), !r && !(n < 0 && !a) && (ze(this, c === l ? "onComplete" : "onReverseComplete", !0), this._prom && this._prom()));
3471
3471
  }
3472
3472
  return this;
3473
3473
  }, t.targets = function() {
@@ -3479,7 +3479,7 @@ var yl = function(i, t, s, n, r, o, a) {
3479
3479
  return Bi(this);
3480
3480
  if (this.timeline)
3481
3481
  return this.timeline.killTweensOf(n, r, Lt && Lt.vars.overwrite !== !0), this;
3482
- var o = this._targets, a = n ? rt(n) : o, l = this._ptLookup, d = this._pt, c, h, f, m, g, b, k;
3482
+ var o = this._targets, a = n ? rt(n) : o, l = this._ptLookup, d = this._pt, c, h, f, m, g, w, k;
3483
3483
  if ((!r || r === "all") && Za(o, a))
3484
3484
  return Bi(this);
3485
3485
  for (c = this._op = this._op || [], r !== "all" && (Le(r) && (g = {}, je(r, function(L) {
@@ -3488,7 +3488,7 @@ var yl = function(i, t, s, n, r, o, a) {
3488
3488
  if (~a.indexOf(o[k])) {
3489
3489
  h = l[k], r === "all" ? (c[k] = r, m = h, f = {}) : (f = c[k] = c[k] || {}, m = r);
3490
3490
  for (g in m)
3491
- b = h && h[g], b && ((!("kill" in b.d) || b.d.kill(g) === !0) && Xs(this, b, "_pt"), delete h[g]), f !== "all" && (f[g] = 1);
3491
+ w = h && h[g], w && ((!("kill" in w.d) || w.d.kill(g) === !0) && Xs(this, w, "_pt"), delete h[g]), f !== "all" && (f[g] = 1);
3492
3492
  }
3493
3493
  return this._initted && !this._pt && d && Bi(this), this;
3494
3494
  }, i.to = function(n, r) {
@@ -3871,20 +3871,20 @@ var kn, ot, Xt, Zs, Ft, oi, $n, Fl = function() {
3871
3871
  rad: 1,
3872
3872
  turn: 1
3873
3873
  }, Ot = function(i, t, s, n) {
3874
- var r = parseFloat(s) || 0, o = (s + "").trim().substr((r + "").length) || "px", a = Ft.style, l = Pl.test(t), d = i.tagName.toLowerCase() === "svg", c = (d ? "client" : "offset") + (l ? "Width" : "Height"), h = 100, f = n === "px", m, g, b, k;
3875
- return n === o || !r || Tn[n] || Tn[o] ? r : (k = i.getCTM && Yr(i), n === "%" && (St[t] || ~t.indexOf("adius")) ? de(r / (k ? i.getBBox()[l ? "width" : "height"] : i[c]) * h) : (a[l ? "width" : "height"] = h + (f ? o : n), g = ~t.indexOf("adius") || n === "em" && i.appendChild && !d ? i : i.parentNode, k && (g = (i.ownerSVGElement || {}).parentNode), (!g || g === ot || !g.appendChild) && (g = ot.body), b = g._gsap, b && n === "%" && b.width && l && b.time === Ue.time ? de(r / b.width * h) : (g === i && (a.position = "static"), g.appendChild(Ft), m = Ft[c], g.removeChild(Ft), a.position = "absolute", l && n === "%" && (b = _t(g), b.time = Ue.time, b.width = g[c]), de(f ? m * r / h : h / m * r))));
3874
+ var r = parseFloat(s) || 0, o = (s + "").trim().substr((r + "").length) || "px", a = Ft.style, l = Pl.test(t), d = i.tagName.toLowerCase() === "svg", c = (d ? "client" : "offset") + (l ? "Width" : "Height"), h = 100, f = n === "px", m, g, w, k;
3875
+ return n === o || !r || Tn[n] || Tn[o] ? r : (k = i.getCTM && Yr(i), n === "%" && (St[t] || ~t.indexOf("adius")) ? de(r / (k ? i.getBBox()[l ? "width" : "height"] : i[c]) * h) : (a[l ? "width" : "height"] = h + (f ? o : n), g = ~t.indexOf("adius") || n === "em" && i.appendChild && !d ? i : i.parentNode, k && (g = (i.ownerSVGElement || {}).parentNode), (!g || g === ot || !g.appendChild) && (g = ot.body), w = g._gsap, w && n === "%" && w.width && l && w.time === Ue.time ? de(r / w.width * h) : (g === i && (a.position = "static"), g.appendChild(Ft), m = Ft[c], g.removeChild(Ft), a.position = "absolute", l && n === "%" && (w = _t(g), w.time = Ue.time, w.width = g[c]), de(f ? m * r / h : h / m * r))));
3876
3876
  }, ai = function(i, t, s, n) {
3877
3877
  var r;
3878
3878
  return Zs || Os(), t in yt && t !== "transform" && (t = yt[t], ~t.indexOf(",") && (t = t.split(",")[0])), St[t] && t !== "transform" ? (r = es(i, n), r = t !== "transformOrigin" ? r[t] : _i(Qt(i, Vt)) + r.zOrigin + "px") : (r = i.style[t], (!r || r === "auto" || n || ~(r + "").indexOf("calc(")) && (r = Yi[t] && Yi[t](i, t, s) || Qt(i, t) || vr(i, t) || (t === "opacity" ? 1 : 0))), s && !~(r + "").indexOf(" ") ? Ot(i, t, r, s) + s : r;
3879
3879
  }, _l = function(i, t, s, n) {
3880
- var r = new Pe(this._pt, i.style, t, 0, 1, Or), o = 0, a = 0, l, d, c, h, f, m, g, b, k, L, E, $, S;
3880
+ var r = new Pe(this._pt, i.style, t, 0, 1, Or), o = 0, a = 0, l, d, c, h, f, m, g, w, k, L, E, $, S;
3881
3881
  if (r.b = s, r.e = n, s += "", n += "", n === "auto" && (i.style[t] = n, n = Qt(i, t) || n, i.style[t] = s), l = [s, n], Er(l), s = l[0], n = l[1], m = s.indexOf("rgba("), g = n.indexOf("rgba("), !!m != !!g && (m ? s = s.substr(m) + " " + s.substr(0, m - 1) : n = n.substr(g) + " " + n.substr(0, g - 1)), c = s.match(Ei) || [], S = n.match(Ei) || [], S.length) {
3882
3882
  for (; d = Ei.exec(n); )
3883
- g = d[0], k = n.substring(o, d.index), f ? f = (f + 1) % 5 : (k.substr(-5) === "rgba(" || k.substr(-5) === "hsla(") && (f = 1), g !== (m = c[a++] || "") && (h = parseFloat(m) || 0, E = m.substr((h + "").length), $ = g.charAt(1) === "=" ? +(g.charAt(0) + "1") : 0, $ && (g = g.substr(2)), b = parseFloat(g), L = g.substr((b + "").length), o = Ei.lastIndex - L.length, L || (L = L || Xe.units[t] || E, o === n.length && (n += L, r.e += L)), E !== L && (h = Ot(i, t, m, L) || 0), r._pt = {
3883
+ g = d[0], k = n.substring(o, d.index), f ? f = (f + 1) % 5 : (k.substr(-5) === "rgba(" || k.substr(-5) === "hsla(") && (f = 1), g !== (m = c[a++] || "") && (h = parseFloat(m) || 0, E = m.substr((h + "").length), $ = g.charAt(1) === "=" ? +(g.charAt(0) + "1") : 0, $ && (g = g.substr(2)), w = parseFloat(g), L = g.substr((w + "").length), o = Ei.lastIndex - L.length, L || (L = L || Xe.units[t] || E, o === n.length && (n += L, r.e += L)), E !== L && (h = Ot(i, t, m, L) || 0), r._pt = {
3884
3884
  _next: r._pt,
3885
3885
  p: k || a === 1 ? k : ",",
3886
3886
  s: h,
3887
- c: $ ? $ * b : b - h,
3887
+ c: $ ? $ * w : w - h,
3888
3888
  m: f && f < 4 ? Math.round : 0
3889
3889
  });
3890
3890
  r.c = o < n.length ? n.substring(o, n.length) : "";
@@ -3926,14 +3926,14 @@ var kn, ot, Xt, Zs, Ft, oi, $n, Fl = function() {
3926
3926
  var s = i._gsap, n = i.style, r = xn(i), o, a, l, d;
3927
3927
  return s.svg && i.getAttribute("transform") ? (l = i.transform.baseVal.consolidate().matrix, r = [l.a, l.b, l.c, l.d, l.e, l.f], r.join(",") === "1,0,0,1,0,0" ? yi : r) : (r === yi && !i.offsetParent && i !== Xt && !s.svg && (l = n.display, n.display = "block", o = i.parentNode, (!o || !i.offsetParent) && (d = 1, a = i.nextSibling, Xt.appendChild(i)), r = xn(i), l ? n.display = l : As(i, "display"), d && (a ? o.insertBefore(i, a) : o ? o.appendChild(i) : Xt.removeChild(i))), t && r.length > 6 ? [r[0], r[1], r[4], r[5], r[12], r[13]] : r);
3928
3928
  }, zs = function(i, t, s, n, r, o) {
3929
- var a = i._gsap, l = r || Xr(i, !0), d = a.xOrigin || 0, c = a.yOrigin || 0, h = a.xOffset || 0, f = a.yOffset || 0, m = l[0], g = l[1], b = l[2], k = l[3], L = l[4], E = l[5], $ = t.split(" "), S = parseFloat($[0]) || 0, G = parseFloat($[1]) || 0, N, T, R, P;
3930
- s ? l !== yi && (T = m * k - g * b) && (R = S * (k / T) + G * (-b / T) + (b * E - k * L) / T, P = S * (-g / T) + G * (m / T) - (m * E - g * L) / T, S = R, G = P) : (N = Ur(i), S = N.x + (~$[0].indexOf("%") ? S / 100 * N.width : S), G = N.y + (~($[1] || $[0]).indexOf("%") ? G / 100 * N.height : G)), n || n !== !1 && a.smooth ? (L = S - d, E = G - c, a.xOffset = h + (L * m + E * b) - L, a.yOffset = f + (L * g + E * k) - E) : a.xOffset = a.yOffset = 0, a.xOrigin = S, a.yOrigin = G, a.smooth = !!n, a.origin = t, a.originIsAbsolute = !!s, i.style[Vt] = "0px 0px", o && (kt(o, a, "xOrigin", d, S), kt(o, a, "yOrigin", c, G), kt(o, a, "xOffset", h, a.xOffset), kt(o, a, "yOffset", f, a.yOffset));
3929
+ var a = i._gsap, l = r || Xr(i, !0), d = a.xOrigin || 0, c = a.yOrigin || 0, h = a.xOffset || 0, f = a.yOffset || 0, m = l[0], g = l[1], w = l[2], k = l[3], L = l[4], E = l[5], $ = t.split(" "), S = parseFloat($[0]) || 0, G = parseFloat($[1]) || 0, N, T, R, P;
3930
+ s ? l !== yi && (T = m * k - g * w) && (R = S * (k / T) + G * (-w / T) + (w * E - k * L) / T, P = S * (-g / T) + G * (m / T) - (m * E - g * L) / T, S = R, G = P) : (N = Ur(i), S = N.x + (~$[0].indexOf("%") ? S / 100 * N.width : S), G = N.y + (~($[1] || $[0]).indexOf("%") ? G / 100 * N.height : G)), n || n !== !1 && a.smooth ? (L = S - d, E = G - c, a.xOffset = h + (L * m + E * w) - L, a.yOffset = f + (L * g + E * k) - E) : a.xOffset = a.yOffset = 0, a.xOrigin = S, a.yOrigin = G, a.smooth = !!n, a.origin = t, a.originIsAbsolute = !!s, i.style[Vt] = "0px 0px", o && (kt(o, a, "xOrigin", d, S), kt(o, a, "yOrigin", c, G), kt(o, a, "xOffset", h, a.xOffset), kt(o, a, "yOffset", f, a.yOffset));
3931
3931
  }, es = function(i, t) {
3932
3932
  var s = i._gsap || new Lr(i);
3933
3933
  if ("x" in s && !t && !s.uncache)
3934
3934
  return s;
3935
- var n = i.style, r = s.scaleX < 0, o = s.xOrigin || 0, a = s.yOrigin || 0, l = "px", d = "deg", c = Qt(i, Vt) || "0", h, f, m, g, b, k, L, E, $, S, G, N, T, R, P, C, I, z, q, ie, M, v, F, W, U, Y, _, oe, Se, dt;
3936
- return h = f = m = k = L = E = $ = S = G = 0, g = b = 1, s.svg = !!(i.getCTM && Yr(i)), N = Xr(i, s.svg), s.svg && zs(i, c, s.originIsAbsolute, s.smooth !== !1, N), N !== yi && (C = N[0], I = N[1], z = N[2], q = N[3], h = ie = N[4], f = M = N[5], N.length === 6 ? (g = Math.sqrt(C * C + I * I), b = Math.sqrt(q * q + z * z), k = C || I ? Nt(I, C) * Mt : 0, $ = z || q ? Nt(z, q) * Mt + k : 0, s.svg && (h -= o - (o * C + a * z), f -= a - (o * I + a * q))) : (dt = N[6], oe = N[7], U = N[8], Y = N[9], _ = N[10], Se = N[11], h = N[12], f = N[13], m = N[14], T = Nt(dt, _), L = T * Mt, T && (R = Math.cos(-T), P = Math.sin(-T), v = ie * R + U * P, F = M * R + Y * P, W = dt * R + _ * P, U = ie * -P + U * R, Y = M * -P + Y * R, _ = dt * -P + _ * R, Se = oe * -P + Se * R, ie = v, M = F, dt = W), T = Nt(-z, _), E = T * Mt, T && (R = Math.cos(-T), P = Math.sin(-T), v = C * R - U * P, F = I * R - Y * P, W = z * R - _ * P, Se = q * P + Se * R, C = v, I = F, z = W), T = Nt(I, C), k = T * Mt, T && (R = Math.cos(T), P = Math.sin(T), v = C * R + I * P, F = ie * R + M * P, I = I * R - C * P, M = M * R - ie * P, C = v, ie = F), L && Math.abs(L) + Math.abs(k) > 359.9 && (L = k = 0, E = 180 - E), g = de(Math.sqrt(C * C + I * I + z * z)), b = de(Math.sqrt(M * M + dt * dt)), T = Nt(ie, M), $ = Math.abs(T) > 2e-4 ? T * Mt : 0, G = Se ? 1 / (Se < 0 ? -Se : Se) : 0), s.svg && (N = i.getAttribute("transform"), s.forceCSS = i.setAttribute("transform", "") || !jr(Qt(i, qe)), N && i.setAttribute("transform", N))), Math.abs($) > 90 && Math.abs($) < 270 && (r ? (g *= -1, $ += k <= 0 ? 180 : -180, k += k <= 0 ? 180 : -180) : (b *= -1, $ += $ <= 0 ? 180 : -180)), s.x = ((s.xPercent = h && Math.round(i.offsetWidth / 2) === Math.round(-h) ? -50 : 0) ? 0 : h) + l, s.y = ((s.yPercent = f && Math.round(i.offsetHeight / 2) === Math.round(-f) ? -50 : 0) ? 0 : f) + l, s.z = m + l, s.scaleX = de(g), s.scaleY = de(b), s.rotation = de(k) + d, s.rotationX = de(L) + d, s.rotationY = de(E) + d, s.skewX = $ + d, s.skewY = S + d, s.transformPerspective = G + l, (s.zOrigin = parseFloat(c.split(" ")[2]) || 0) && (n[Vt] = _i(c)), s.xOffset = s.yOffset = 0, s.force3D = Xe.force3D, s.renderTransform = s.svg ? Kl : Gr ? qr : ql, s.uncache = 0, s;
3935
+ var n = i.style, r = s.scaleX < 0, o = s.xOrigin || 0, a = s.yOrigin || 0, l = "px", d = "deg", c = Qt(i, Vt) || "0", h, f, m, g, w, k, L, E, $, S, G, N, T, R, P, C, I, z, q, ie, M, v, F, W, U, Y, _, oe, Se, dt;
3936
+ return h = f = m = k = L = E = $ = S = G = 0, g = w = 1, s.svg = !!(i.getCTM && Yr(i)), N = Xr(i, s.svg), s.svg && zs(i, c, s.originIsAbsolute, s.smooth !== !1, N), N !== yi && (C = N[0], I = N[1], z = N[2], q = N[3], h = ie = N[4], f = M = N[5], N.length === 6 ? (g = Math.sqrt(C * C + I * I), w = Math.sqrt(q * q + z * z), k = C || I ? Nt(I, C) * Mt : 0, $ = z || q ? Nt(z, q) * Mt + k : 0, s.svg && (h -= o - (o * C + a * z), f -= a - (o * I + a * q))) : (dt = N[6], oe = N[7], U = N[8], Y = N[9], _ = N[10], Se = N[11], h = N[12], f = N[13], m = N[14], T = Nt(dt, _), L = T * Mt, T && (R = Math.cos(-T), P = Math.sin(-T), v = ie * R + U * P, F = M * R + Y * P, W = dt * R + _ * P, U = ie * -P + U * R, Y = M * -P + Y * R, _ = dt * -P + _ * R, Se = oe * -P + Se * R, ie = v, M = F, dt = W), T = Nt(-z, _), E = T * Mt, T && (R = Math.cos(-T), P = Math.sin(-T), v = C * R - U * P, F = I * R - Y * P, W = z * R - _ * P, Se = q * P + Se * R, C = v, I = F, z = W), T = Nt(I, C), k = T * Mt, T && (R = Math.cos(T), P = Math.sin(T), v = C * R + I * P, F = ie * R + M * P, I = I * R - C * P, M = M * R - ie * P, C = v, ie = F), L && Math.abs(L) + Math.abs(k) > 359.9 && (L = k = 0, E = 180 - E), g = de(Math.sqrt(C * C + I * I + z * z)), w = de(Math.sqrt(M * M + dt * dt)), T = Nt(ie, M), $ = Math.abs(T) > 2e-4 ? T * Mt : 0, G = Se ? 1 / (Se < 0 ? -Se : Se) : 0), s.svg && (N = i.getAttribute("transform"), s.forceCSS = i.setAttribute("transform", "") || !jr(Qt(i, qe)), N && i.setAttribute("transform", N))), Math.abs($) > 90 && Math.abs($) < 270 && (r ? (g *= -1, $ += k <= 0 ? 180 : -180, k += k <= 0 ? 180 : -180) : (w *= -1, $ += $ <= 0 ? 180 : -180)), s.x = ((s.xPercent = h && Math.round(i.offsetWidth / 2) === Math.round(-h) ? -50 : 0) ? 0 : h) + l, s.y = ((s.yPercent = f && Math.round(i.offsetHeight / 2) === Math.round(-f) ? -50 : 0) ? 0 : f) + l, s.z = m + l, s.scaleX = de(g), s.scaleY = de(w), s.rotation = de(k) + d, s.rotationX = de(L) + d, s.rotationY = de(E) + d, s.skewX = $ + d, s.skewY = S + d, s.transformPerspective = G + l, (s.zOrigin = parseFloat(c.split(" ")[2]) || 0) && (n[Vt] = _i(c)), s.xOffset = s.yOffset = 0, s.force3D = Xe.force3D, s.renderTransform = s.svg ? Kl : Gr ? qr : ql, s.uncache = 0, s;
3937
3937
  }, _i = function(i) {
3938
3938
  return (i = i.split(" "))[0] + " " + i[1];
3939
3939
  }, ms = function(i, t, s) {
@@ -3942,15 +3942,15 @@ var kn, ot, Xt, Zs, Ft, oi, $n, Fl = function() {
3942
3942
  }, ql = function(i, t) {
3943
3943
  t.z = "0px", t.rotationY = t.rotationX = "0deg", t.force3D = 0, qr(i, t);
3944
3944
  }, xt = "0deg", si = "0px", Et = ") ", qr = function(i, t) {
3945
- var s = t || this, n = s.xPercent, r = s.yPercent, o = s.x, a = s.y, l = s.z, d = s.rotation, c = s.rotationY, h = s.rotationX, f = s.skewX, m = s.skewY, g = s.scaleX, b = s.scaleY, k = s.transformPerspective, L = s.force3D, E = s.target, $ = s.zOrigin, S = "", G = L === "auto" && i && i !== 1 || L === !0;
3945
+ var s = t || this, n = s.xPercent, r = s.yPercent, o = s.x, a = s.y, l = s.z, d = s.rotation, c = s.rotationY, h = s.rotationX, f = s.skewX, m = s.skewY, g = s.scaleX, w = s.scaleY, k = s.transformPerspective, L = s.force3D, E = s.target, $ = s.zOrigin, S = "", G = L === "auto" && i && i !== 1 || L === !0;
3946
3946
  if ($ && (h !== xt || c !== xt)) {
3947
3947
  var N = parseFloat(c) * mi, T = Math.sin(N), R = Math.cos(N), P;
3948
3948
  N = parseFloat(h) * mi, P = Math.cos(N), o = ms(E, o, T * P * -$), a = ms(E, a, -Math.sin(N) * -$), l = ms(E, l, R * P * -$ + $);
3949
3949
  }
3950
- k !== si && (S += "perspective(" + k + Et), (n || r) && (S += "translate(" + n + "%, " + r + "%) "), (G || o !== si || a !== si || l !== si) && (S += l !== si || G ? "translate3d(" + o + ", " + a + ", " + l + ") " : "translate(" + o + ", " + a + Et), d !== xt && (S += "rotate(" + d + Et), c !== xt && (S += "rotateY(" + c + Et), h !== xt && (S += "rotateX(" + h + Et), (f !== xt || m !== xt) && (S += "skew(" + f + ", " + m + Et), (g !== 1 || b !== 1) && (S += "scale(" + g + ", " + b + Et), E.style[qe] = S || "translate(0, 0)";
3950
+ k !== si && (S += "perspective(" + k + Et), (n || r) && (S += "translate(" + n + "%, " + r + "%) "), (G || o !== si || a !== si || l !== si) && (S += l !== si || G ? "translate3d(" + o + ", " + a + ", " + l + ") " : "translate(" + o + ", " + a + Et), d !== xt && (S += "rotate(" + d + Et), c !== xt && (S += "rotateY(" + c + Et), h !== xt && (S += "rotateX(" + h + Et), (f !== xt || m !== xt) && (S += "skew(" + f + ", " + m + Et), (g !== 1 || w !== 1) && (S += "scale(" + g + ", " + w + Et), E.style[qe] = S || "translate(0, 0)";
3951
3951
  }, Kl = function(i, t) {
3952
- var s = t || this, n = s.xPercent, r = s.yPercent, o = s.x, a = s.y, l = s.rotation, d = s.skewX, c = s.skewY, h = s.scaleX, f = s.scaleY, m = s.target, g = s.xOrigin, b = s.yOrigin, k = s.xOffset, L = s.yOffset, E = s.forceCSS, $ = parseFloat(o), S = parseFloat(a), G, N, T, R, P;
3953
- l = parseFloat(l), d = parseFloat(d), c = parseFloat(c), c && (c = parseFloat(c), d += c, l += c), l || d ? (l *= mi, d *= mi, G = Math.cos(l) * h, N = Math.sin(l) * h, T = Math.sin(l - d) * -f, R = Math.cos(l - d) * f, d && (c *= mi, P = Math.tan(d - c), P = Math.sqrt(1 + P * P), T *= P, R *= P, c && (P = Math.tan(c), P = Math.sqrt(1 + P * P), G *= P, N *= P)), G = de(G), N = de(N), T = de(T), R = de(R)) : (G = h, R = f, N = T = 0), ($ && !~(o + "").indexOf("px") || S && !~(a + "").indexOf("px")) && ($ = Ot(m, "x", o, "px"), S = Ot(m, "y", a, "px")), (g || b || k || L) && ($ = de($ + g - (g * G + b * T) + k), S = de(S + b - (g * N + b * R) + L)), (n || r) && (P = m.getBBox(), $ = de($ + n / 100 * P.width), S = de(S + r / 100 * P.height)), P = "matrix(" + G + "," + N + "," + T + "," + R + "," + $ + "," + S + ")", m.setAttribute("transform", P), E && (m.style[qe] = P);
3952
+ var s = t || this, n = s.xPercent, r = s.yPercent, o = s.x, a = s.y, l = s.rotation, d = s.skewX, c = s.skewY, h = s.scaleX, f = s.scaleY, m = s.target, g = s.xOrigin, w = s.yOrigin, k = s.xOffset, L = s.yOffset, E = s.forceCSS, $ = parseFloat(o), S = parseFloat(a), G, N, T, R, P;
3953
+ l = parseFloat(l), d = parseFloat(d), c = parseFloat(c), c && (c = parseFloat(c), d += c, l += c), l || d ? (l *= mi, d *= mi, G = Math.cos(l) * h, N = Math.sin(l) * h, T = Math.sin(l - d) * -f, R = Math.cos(l - d) * f, d && (c *= mi, P = Math.tan(d - c), P = Math.sqrt(1 + P * P), T *= P, R *= P, c && (P = Math.tan(c), P = Math.sqrt(1 + P * P), G *= P, N *= P)), G = de(G), N = de(N), T = de(T), R = de(R)) : (G = h, R = f, N = T = 0), ($ && !~(o + "").indexOf("px") || S && !~(a + "").indexOf("px")) && ($ = Ot(m, "x", o, "px"), S = Ot(m, "y", a, "px")), (g || w || k || L) && ($ = de($ + g - (g * G + w * T) + k), S = de(S + w - (g * N + w * R) + L)), (n || r) && (P = m.getBBox(), $ = de($ + n / 100 * P.width), S = de(S + r / 100 * P.height)), P = "matrix(" + G + "," + N + "," + T + "," + R + "," + $ + "," + S + ")", m.setAttribute("transform", P), E && (m.style[qe] = P);
3954
3954
  }, Jl = function(i, t, s, n, r, o) {
3955
3955
  var a = 360, l = Le(r), d = parseFloat(r) * (l && ~r.indexOf("rad") ? Mt : 1), c = o ? d * o : d - n, h = n + c + "deg", f, m;
3956
3956
  return l && (f = r.split("_")[1], f === "short" && (c %= a, c !== c % (a / 2) && (c += c < 0 ? a : -a)), f === "cw" && c < 0 ? c = (c + a * Cn) % a - ~~(c / a) * a : f === "ccw" && c > 0 && (c = (c - a * Cn) % a - ~~(c / a) * a)), i._pt = m = new Pe(i._pt, t, s, n, c, Bl), m.e = h, m.u = "deg", i._props.push(s), m;
@@ -3971,8 +3971,8 @@ je("padding,margin,Width,Radius", function(e, i) {
3971
3971
  return f = o.map(function(g) {
3972
3972
  return ai(a, g, d);
3973
3973
  }), m = f.join(" "), m.split(f[0]).length === 5 ? f[0] : m;
3974
- f = (c + "").split(" "), m = {}, o.forEach(function(g, b) {
3975
- return m[g] = f[b] = f[b] || f[(b - 1) / 2 | 0];
3974
+ f = (c + "").split(" "), m = {}, o.forEach(function(g, w) {
3975
+ return m[g] = f[w] = f[w] || f[(w - 1) / 2 | 0];
3976
3976
  }), a.init(l, m, h);
3977
3977
  };
3978
3978
  });
@@ -3983,7 +3983,7 @@ var Kr = {
3983
3983
  return i.style && i.nodeType;
3984
3984
  },
3985
3985
  init: function(i, t, s, n, r) {
3986
- var o = this._props, a = i.style, l, d, c, h, f, m, g, b, k, L, E, $, S, G, N;
3986
+ var o = this._props, a = i.style, l, d, c, h, f, m, g, w, k, L, E, $, S, G, N;
3987
3987
  Zs || Os();
3988
3988
  for (g in t)
3989
3989
  if (g !== "autoRound" && (d = t[g], !(Be[g] && Fr(g, t, s, n, i, r))))
@@ -4017,7 +4017,7 @@ var Kr = {
4017
4017
  } else
4018
4018
  g in a || (g = qt(g) || g);
4019
4019
  if (E || (c || c === 0) && (h || h === 0) && !Rl.test(d) && g in a)
4020
- b = (l + "").substr((h + "").length), k = (d + "").substr((c + "").length) || (g in Xe.units ? Xe.units[g] : b), b !== k && (h = Ot(i, g, l, k)), this._pt = new Pe(this._pt, E ? S : a, g, h, L ? L * c : c - h, k === "px" && t.autoRound !== !1 && !E ? Al : Wr), this._pt.u = k || 0, b !== k && (this._pt.b = l, this._pt.r = Ol);
4020
+ w = (l + "").substr((h + "").length), k = (d + "").substr((c + "").length) || (g in Xe.units ? Xe.units[g] : w), w !== k && (h = Ot(i, g, l, k)), this._pt = new Pe(this._pt, E ? S : a, g, h, L ? L * c : c - h, k === "px" && t.autoRound !== !1 && !E ? Al : Wr), this._pt.u = k || 0, w !== k && (this._pt.b = l, this._pt.r = Ol);
4021
4021
  else if (g in a)
4022
4022
  _l.call(this, i, g, l, d);
4023
4023
  else if (g in i)
@@ -4119,13 +4119,13 @@ const Ke = 16, Ve = 16 * 2, Zl = {
4119
4119
  return;
4120
4120
  const v = c.value["current: 0"].$el || c.value["current: 0"];
4121
4121
  h.value.scrollTop = v.offsetTop - parseInt(getComputedStyle(v).margin) - M;
4122
- }, g = J(o()), b = J(a()), k = J(
4122
+ }, g = J(o()), w = J(a()), k = J(
4123
4123
  new Date(g.value).setFullYear(
4124
4124
  g.value.getFullYear() - Ve
4125
4125
  )
4126
4126
  ), L = J(
4127
- new Date(b.value).setFullYear(
4128
- b.value.getFullYear() + 1
4127
+ new Date(w.value).setFullYear(
4128
+ w.value.getFullYear() + 1
4129
4129
  )
4130
4130
  ), E = J(
4131
4131
  l(g.value, Ke, Ve)
@@ -4137,10 +4137,10 @@ const Ke = 16, Ve = 16 * 2, Zl = {
4137
4137
  )
4138
4138
  );
4139
4139
  Fe(r, () => {
4140
- g.value = o(), b.value = a(), k.value = new Date(g.value).setFullYear(
4140
+ g.value = o(), w.value = a(), k.value = new Date(g.value).setFullYear(
4141
4141
  g.value.getFullYear() - Ve
4142
- ), L.value = new Date(b.value).setFullYear(
4143
- b.value.getFullYear() + 1
4142
+ ), L.value = new Date(w.value).setFullYear(
4143
+ w.value.getFullYear() + 1
4144
4144
  ), E.value = l(
4145
4145
  g.value,
4146
4146
  Ke,
@@ -4397,13 +4397,13 @@ const Ke = 16, Ve = 16 * 2, Zl = {
4397
4397
  return;
4398
4398
  const v = c.value["current: 0"].$el || c.value["current: 0"];
4399
4399
  h.value.scrollTop = v.offsetTop - parseInt(getComputedStyle(v).margin) - M;
4400
- }, g = J(o()), b = J(a()), k = J(
4400
+ }, g = J(o()), w = J(a()), k = J(
4401
4401
  new Date(g.value).setMonth(
4402
4402
  g.value.getMonth() - Te
4403
4403
  )
4404
4404
  ), L = J(
4405
- new Date(b.value).setMonth(
4406
- b.value.getMonth() + 1
4405
+ new Date(w.value).setMonth(
4406
+ w.value.getMonth() + 1
4407
4407
  )
4408
4408
  ), E = J(
4409
4409
  l(g.value, Je, Te)
@@ -4415,10 +4415,10 @@ const Ke = 16, Ve = 16 * 2, Zl = {
4415
4415
  )
4416
4416
  );
4417
4417
  Fe(r, () => {
4418
- g.value = o(), b.value = a(), k.value = new Date(g.value).setMonth(
4418
+ g.value = o(), w.value = a(), k.value = new Date(g.value).setMonth(
4419
4419
  g.value.getMonth() - Te
4420
- ), L.value = new Date(b.value).setMonth(
4421
- b.value.getMonth() + 1
4420
+ ), L.value = new Date(w.value).setMonth(
4421
+ w.value.getMonth() + 1
4422
4422
  ), E.value = l(
4423
4423
  g.value,
4424
4424
  Je,
@@ -4701,14 +4701,14 @@ const Ke = 16, Ve = 16 * 2, Zl = {
4701
4701
  return;
4702
4702
  const F = h.value["current: 0"].$el || h.value["current: 0"];
4703
4703
  f.value.scrollTop = F.offsetTop - parseInt(getComputedStyle(F).margin) - v;
4704
- }, b = J(a()), k = J(l()), L = J(
4705
- new Date(b.value).setDate(
4706
- b.value.getDate() - Ie
4704
+ }, w = J(a()), k = J(l()), L = J(
4705
+ new Date(w.value).setDate(
4706
+ w.value.getDate() - Ie
4707
4707
  )
4708
4708
  ), E = J(
4709
4709
  new Date(k.value).setDate(k.value.getDate() + 1)
4710
4710
  ), $ = J(
4711
- d(b.value, Ne, Ie)
4711
+ d(w.value, Ne, Ie)
4712
4712
  ), S = J(d(L.value, Ie)), G = J(
4713
4713
  d(
4714
4714
  E.value,
@@ -4717,12 +4717,12 @@ const Ke = 16, Ve = 16 * 2, Zl = {
4717
4717
  )
4718
4718
  );
4719
4719
  Fe(r, async () => {
4720
- h.value = [], $.value = [], S.value = [], G.value = [], await bt(), b.value = a(), k.value = l(), L.value = new Date(b.value).setDate(
4721
- b.value.getDate() - Ie
4720
+ h.value = [], $.value = [], S.value = [], G.value = [], await bt(), w.value = a(), k.value = l(), L.value = new Date(w.value).setDate(
4721
+ w.value.getDate() - Ie
4722
4722
  ), E.value = new Date(k.value).setDate(
4723
4723
  k.value.getDate() + 1
4724
4724
  ), $.value = d(
4725
- b.value,
4725
+ w.value,
4726
4726
  Ne,
4727
4727
  Ie
4728
4728
  ), S.value = d(L.value, Ie), G.value = d(
@@ -4983,7 +4983,7 @@ const Ke = 16, Ve = 16 * 2, Zl = {
4983
4983
  }), c = J("out"), h = J({
4984
4984
  year: a.value.getFullYear(),
4985
4985
  month: a.value.getMonth()
4986
- }), f = J(null), m = J(null), g = J(null), b = le(() => o.value == "date" ? `${s.monthList[h.value.month]} ${h.value.year}` : o.value == "month" ? `${h.value.year}` : `${parseInt(h.value.year / 10) * 10} - ${parseInt(h.value.year / 10) * 10 + 9}`), k = () => {
4986
+ }), f = J(null), m = J(null), g = J(null), w = le(() => o.value == "date" ? `${s.monthList[h.value.month]} ${h.value.year}` : o.value == "month" ? `${h.value.year}` : `${parseInt(h.value.year / 10) * 10} - ${parseInt(h.value.year / 10) * 10 + 9}`), k = () => {
4987
4987
  c.value = "out", o.value == "date" ? o.value = "month" : o.value == "month" && (o.value = "year");
4988
4988
  }, L = () => {
4989
4989
  c.value = "in", o.value == "year" ? o.value = "month" : o.value == "month" && (o.value = "date");
@@ -5042,7 +5042,7 @@ const Ke = 16, Ve = 16 * 2, Zl = {
5042
5042
  };
5043
5043
  return (T, R) => (p(), y("div", {
5044
5044
  class: D(["fv-CalendarView", [n.value]]),
5045
- style: w({
5045
+ style: b({
5046
5046
  background: e.background,
5047
5047
  "--btn-border-radius": r.value,
5048
5048
  "--highlight-background": e.nowDayColor ? e.nowDayColor : e.foreground,
@@ -5057,10 +5057,10 @@ const Ke = 16, Ve = 16 * 2, Zl = {
5057
5057
  onClick: k
5058
5058
  }, [
5059
5059
  A(T.$slots, "statement", {
5060
- value: b.value,
5060
+ value: w.value,
5061
5061
  dayRange: h.value
5062
5062
  }, () => [
5063
- ue(O(b.value), 1)
5063
+ ue(O(w.value), 1)
5064
5064
  ])
5065
5065
  ]),
5066
5066
  u("div", { class: "slider-bar" }, [
@@ -5204,7 +5204,7 @@ const gd = { class: "header" }, pd = { class: "main" }, vd = { class: "footer" }
5204
5204
  "rightTop",
5205
5205
  "rightCenter",
5206
5206
  "rightBottom"
5207
- ], b = J(), k = le({
5207
+ ], w = J(), k = le({
5208
5208
  get() {
5209
5209
  return s.disabled === !0 ? !1 : r.value !== void 0 ? r.value : m.value;
5210
5210
  },
@@ -5220,7 +5220,7 @@ const gd = { class: "header" }, pd = { class: "main" }, vd = { class: "footer" }
5220
5220
  };
5221
5221
  return s.calloutBg && (M.backgroundColor = s.calloutBg), M;
5222
5222
  }), S = (M) => {
5223
- if (b.value === void 0 || f.value === void 0)
5223
+ if (w.value === void 0 || f.value === void 0)
5224
5224
  return;
5225
5225
  const v = Ge(f.value), { width: F, height: W } = v;
5226
5226
  let U = g.indexOf(M), Y = [];
@@ -5228,7 +5228,7 @@ const gd = { class: "header" }, pd = { class: "main" }, vd = { class: "footer" }
5228
5228
  let oe = (U + _) % g.length, Se = g[oe];
5229
5229
  const dt = s.space === void 0 ? 0 : s.space;
5230
5230
  let Lo = T(
5231
- b.value,
5231
+ w.value,
5232
5232
  dt,
5233
5233
  Se,
5234
5234
  W,
@@ -5293,7 +5293,7 @@ const gd = { class: "header" }, pd = { class: "main" }, vd = { class: "footer" }
5293
5293
  }
5294
5294
  return _;
5295
5295
  }, R = (M) => {
5296
- const v = Ge(b.value);
5296
+ const v = Ge(w.value);
5297
5297
  h.value = {};
5298
5298
  const F = s.beak === void 0 ? 0 : s.beak, W = F > 0 ? Math.max(6, Math.round(F * 0.55)) : 0, U = M.startsWith("top") || M.startsWith("bottom"), Y = G(), _ = Math.max(
5299
5299
  F / 2,
@@ -5356,7 +5356,7 @@ const gd = { class: "header" }, pd = { class: "main" }, vd = { class: "footer" }
5356
5356
  const v = (F) => {
5357
5357
  let W = F;
5358
5358
  for (; W !== null; ) {
5359
- if (W === b.value || W === f.value)
5359
+ if (W === w.value || W === f.value)
5360
5360
  return !1;
5361
5361
  W = W.parentElement;
5362
5362
  }
@@ -5405,12 +5405,12 @@ const gd = { class: "header" }, pd = { class: "main" }, vd = { class: "footer" }
5405
5405
  var v;
5406
5406
  const M = $i();
5407
5407
  if (M !== null) {
5408
- a.value !== null && (b.value = a.value.$el, ((v = b.value) == null ? void 0 : v.nodeName) == "#text" && (b.value = b.value.nextElementSibling)), ie(M);
5408
+ a.value !== null && (w.value = a.value.$el, ((v = w.value) == null ? void 0 : v.nodeName) == "#text" && (w.value = w.value.nextElementSibling)), ie(M);
5409
5409
  for (const F in P)
5410
5410
  window.addEventListener(F, P[F]);
5411
- if (b.value !== void 0)
5411
+ if (w.value !== void 0)
5412
5412
  for (const F in C)
5413
- b.value.addEventListener(F, C[F]);
5413
+ w.value.addEventListener(F, C[F]);
5414
5414
  if (f.value !== void 0)
5415
5415
  for (const F in I)
5416
5416
  f.value.addEventListener(F, I[F]);
@@ -5418,9 +5418,9 @@ const gd = { class: "header" }, pd = { class: "main" }, vd = { class: "footer" }
5418
5418
  }), Ho(() => {
5419
5419
  for (const M in P)
5420
5420
  window.removeEventListener(M, P[M]);
5421
- if (b.value !== void 0)
5421
+ if (w.value !== void 0)
5422
5422
  for (const M in C)
5423
- b.value.removeEventListener(M, C[M]);
5423
+ w.value.removeEventListener(M, C[M]);
5424
5424
  if (f.value !== void 0)
5425
5425
  for (const M in I)
5426
5426
  f.value.removeEventListener(M, I[M]);
@@ -5435,17 +5435,17 @@ const gd = { class: "header" }, pd = { class: "main" }, vd = { class: "footer" }
5435
5435
  V(u("div", {
5436
5436
  ref_key: "popper",
5437
5437
  ref: f,
5438
- style: w([E.value, s.popperStyle]),
5438
+ style: b([E.value, s.popperStyle]),
5439
5439
  class: D(["fv-Callout", pi(n), s.popperClass, c.value]),
5440
5440
  name: "fv-callout"
5441
5441
  }, [
5442
5442
  u("div", {
5443
5443
  class: "fv-callout-bg",
5444
- style: w($.value)
5444
+ style: b($.value)
5445
5445
  }, null, 4),
5446
5446
  u("div", {
5447
5447
  class: "beak",
5448
- style: w(h.value)
5448
+ style: b(h.value)
5449
5449
  }, null, 4),
5450
5450
  u("div", gd, [
5451
5451
  A(M.$slots, "header")
@@ -5543,13 +5543,13 @@ const kd = { class: "fv-checkbox-content-block" }, $d = /* @__PURE__ */ u("i", {
5543
5543
  class: D(["fv-checkbox-rec", [
5544
5544
  { disabled: t.isDisabled, check: t.thisValue || t.Indeterminate }
5545
5545
  ]]),
5546
- style: w({
5546
+ style: b({
5547
5547
  background: t.thisValue || t.Indeterminate ? e.background : ""
5548
5548
  })
5549
5549
  }, [
5550
5550
  u("p", {
5551
5551
  class: "fv-checkbox-border",
5552
- style: w({
5552
+ style: b({
5553
5553
  borderColor: t.Indeterminate ? "transparent" : e.borderColor,
5554
5554
  borderWidth: `${e.borderWidth}px`
5555
5555
  })
@@ -5573,7 +5573,7 @@ const kd = { class: "fv-checkbox-content-block" }, $d = /* @__PURE__ */ u("i", {
5573
5573
  ], 6),
5574
5574
  u("span", {
5575
5575
  class: "text-content-block",
5576
- style: w({ color: e.foreground })
5576
+ style: b({ color: e.foreground })
5577
5577
  }, [
5578
5578
  A(t.$slots, "default")
5579
5579
  ], 4)
@@ -6183,7 +6183,7 @@ const qd = { class: "collapse-icon-box-default" }, Kd = { class: "collapse-descr
6183
6183
  t.$theme,
6184
6184
  { visibleOverflow: e.disabledCollapse && e.visibleOverflow }
6185
6185
  ]]),
6186
- style: w({
6186
+ style: b({
6187
6187
  height: t.thisValue ? t.computedMaxHeight : `${e.defaultHeight}px`
6188
6188
  }),
6189
6189
  onMouseenter: s[4] || (s[4] = (n) => t.hover = !0),
@@ -6193,7 +6193,7 @@ const qd = { class: "collapse-icon-box-default" }, Kd = { class: "collapse-descr
6193
6193
  }, [
6194
6194
  u("div", {
6195
6195
  class: "collapse-description-container",
6196
- style: w({ height: `${e.defaultHeight}px` }),
6196
+ style: b({ height: `${e.defaultHeight}px` }),
6197
6197
  onClick: s[3] || (s[3] = (...n) => t.itemClick && t.itemClick(...n))
6198
6198
  }, [
6199
6199
  u("div", {
@@ -6794,7 +6794,7 @@ const Gu = {
6794
6794
  const n = j("fv-combobox"), r = j("fv-text-box");
6795
6795
  return p(), y("div", {
6796
6796
  class: D(t.computedColorPickerClass),
6797
- style: w(t.computedColorPickerStyle)
6797
+ style: b(t.computedColorPickerStyle)
6798
6798
  }, [
6799
6799
  u("div", lu, [
6800
6800
  u("div", {
@@ -7120,7 +7120,7 @@ const _u = ["placeholder", "value"], ju = ["onClick", "title"], Xu = {
7120
7120
  const n = j("fv-reveal-container");
7121
7121
  return p(), y("div", {
7122
7122
  class: D(["fv-Combobox", [t.$theme, { disabled: t.isDisabled }]]),
7123
- style: w({
7123
+ style: b({
7124
7124
  background: e.background,
7125
7125
  padding: e.borderWidth,
7126
7126
  "border-radius": `${e.borderRadius}px`,
@@ -7131,7 +7131,7 @@ const _u = ["placeholder", "value"], ju = ["onClick", "title"], Xu = {
7131
7131
  u("div", {
7132
7132
  class: "combobox-container",
7133
7133
  onClick: s[0] || (s[0] = (r) => t.status = t.isDisabled ? !1 : !t.status),
7134
- style: w({
7134
+ style: b({
7135
7135
  background: e.inputBackground,
7136
7136
  "border-radius": `${e.borderRadius}px`
7137
7137
  })
@@ -7152,7 +7152,7 @@ const _u = ["placeholder", "value"], ju = ["onClick", "title"], Xu = {
7152
7152
  placeholder: e.placeholder,
7153
7153
  readonly: "",
7154
7154
  value: t.valueTrigger(t.thisValue.text),
7155
- style: w({
7155
+ style: b({
7156
7156
  color: e.inputForeground,
7157
7157
  borderColor: e.borderColor,
7158
7158
  "border-radius": `${e.borderRadius}px`
@@ -7160,14 +7160,14 @@ const _u = ["placeholder", "value"], ju = ["onClick", "title"], Xu = {
7160
7160
  }, null, 12, _u),
7161
7161
  u("i", {
7162
7162
  class: D(["ms-Icon right-icon", [`ms-Icon--${e.dropDownIcon}`]]),
7163
- style: w({ color: e.dropDownIconForeground })
7163
+ style: b({ color: e.dropDownIconForeground })
7164
7164
  }, null, 6)
7165
7165
  ], 4),
7166
7166
  B(ce, { name: "fv-combobox" }, {
7167
7167
  default: H(() => [
7168
7168
  V(u("div", {
7169
7169
  class: "combobox-item-container",
7170
- style: w({ background: e.background, overflow: "auto" }),
7170
+ style: b({ background: e.background, overflow: "auto" }),
7171
7171
  ref: "co_items"
7172
7172
  }, [
7173
7173
  (p(!0), y(ee, null, te(e.options, (r, o) => (p(), y("div", {
@@ -7178,7 +7178,7 @@ const _u = ["placeholder", "value"], ju = ["onClick", "title"], Xu = {
7178
7178
  choose: r.key === t.thisValue.key,
7179
7179
  title: t.valueTrigger(r.type) == "header"
7180
7180
  }]),
7181
- style: w({
7181
+ style: b({
7182
7182
  height: `${e.itemHeight}px`,
7183
7183
  background: r.key === t.thisValue.key ? e.choosenBackground : "",
7184
7184
  color: t.valueTrigger(r.type) === "header" ? e.titleForeground : ""
@@ -7190,7 +7190,7 @@ const _u = ["placeholder", "value"], ju = ["onClick", "title"], Xu = {
7190
7190
  A(t.$slots, "default", { item: r }, () => [
7191
7191
  u("i", {
7192
7192
  class: "before-choosen",
7193
- style: w({ background: e.choosenSliderBackground })
7193
+ style: b({ background: e.choosenSliderBackground })
7194
7194
  }, null, 4),
7195
7195
  ue(" " + O(t.valueTrigger(r.type) !== "divider" ? t.valueTrigger(r.text) : ""), 1)
7196
7196
  ])
@@ -7346,7 +7346,7 @@ const Ju = { class: "left-command-bar-container" }, Qu = ["title", "onClick"], Z
7346
7346
  const n = j("fv-reveal-container"), r = j("fv-list-view");
7347
7347
  return p(), y("div", {
7348
7348
  class: D(["fv-CommandBar", [t.$theme]]),
7349
- style: w({ background: e.background, zIndex: t.showDropDown ? 5 : 1 })
7349
+ style: b({ background: e.background, zIndex: t.showDropDown ? 5 : 1 })
7350
7350
  }, [
7351
7351
  u("div", Ju, [
7352
7352
  (p(!0), y(ee, null, te(t.thisOptions, (o, a) => V((p(), y("span", {
@@ -7355,7 +7355,7 @@ const Ju = { class: "left-command-bar-container" }, Qu = ["title", "onClick"], Z
7355
7355
  { not_disabled: !t.valueTrigger(o.disabled) },
7356
7356
  { disabled: t.valueTrigger(o.disabled) }
7357
7357
  ]]),
7358
- style: w({
7358
+ style: b({
7359
7359
  background: t.valueTrigger(o.background),
7360
7360
  color: t.valueTrigger(o.foreground),
7361
7361
  borderRadius: e.itemBorderRadius + "px"
@@ -7381,19 +7381,19 @@ const Ju = { class: "left-command-bar-container" }, Qu = ["title", "onClick"], Z
7381
7381
  }, () => [
7382
7382
  u("i", {
7383
7383
  class: D(["ms-Icon icon", [`ms-Icon--${t.valueTrigger(o.icon)}`]]),
7384
- style: w({
7384
+ style: b({
7385
7385
  color: o.iconColor ? t.valueTrigger(o.iconColor) : t.valueTrigger(o.foreground)
7386
7386
  })
7387
7387
  }, null, 6),
7388
7388
  V(u("p", {
7389
7389
  class: "name",
7390
- style: w({ color: t.valueTrigger(o.foreground) })
7390
+ style: b({ color: t.valueTrigger(o.foreground) })
7391
7391
  }, O(t.valueTrigger(o.name)), 5), [
7392
7392
  [x, !e.compact]
7393
7393
  ]),
7394
7394
  V(u("i", {
7395
7395
  class: "ms-Icon ms-Icon--ChevronDown icon",
7396
- style: w({ color: t.valueTrigger(o.foreground) })
7396
+ style: b({ color: t.valueTrigger(o.foreground) })
7397
7397
  }, null, 4), [
7398
7398
  [x, o.secondary.length > 0]
7399
7399
  ])
@@ -7417,7 +7417,7 @@ const Ju = { class: "left-command-bar-container" }, Qu = ["title", "onClick"], Z
7417
7417
  default: H(() => [
7418
7418
  V(u("div", {
7419
7419
  class: D(["command-bar-list-view-container", { "toward-up": e.toward == "up" }]),
7420
- style: w({
7420
+ style: b({
7421
7421
  left: `${t.currentLeft}px`,
7422
7422
  background: e.dropDownBackground ? e.dropDownBackground : e.background
7423
7423
  })
@@ -7439,7 +7439,7 @@ const Ju = { class: "left-command-bar-container" }, Qu = ["title", "onClick"], Z
7439
7439
  class: D(["ms-Icon icon", [
7440
7440
  `ms-Icon--${t.valueTrigger(o.item.icon)}`
7441
7441
  ]]),
7442
- style: w([{
7442
+ style: b([{
7443
7443
  color: t.valueTrigger(o.item.iconColor)
7444
7444
  }, { "font-size": "12px" }])
7445
7445
  }, null, 6), [
@@ -8190,8 +8190,8 @@ function Zh(e) {
8190
8190
  let c = r.match(/(iPad).*OS\s([\d_]+)/);
8191
8191
  const h = r.match(/(iPod)(.*OS\s([\d_]+))?/), f = !c && r.match(/(iPhone\sOS|iOS)\s([\d_]+)/), m = n === "Win32";
8192
8192
  let g = n === "MacIntel";
8193
- const b = ["1024x1366", "1366x1024", "834x1194", "1194x834", "834x1112", "1112x834", "768x1024", "1024x768", "820x1180", "1180x820", "810x1080", "1080x810"];
8194
- return !c && g && t.touch && b.indexOf(`${a}x${l}`) >= 0 && (c = r.match(/(Version)\/([\d.]+)/), c || (c = [0, 1, "13_0_0"]), g = !1), d && !m && (o.os = "android", o.android = !0), (c || f || h) && (o.os = "ios", o.ios = !0), o;
8193
+ const w = ["1024x1366", "1366x1024", "834x1194", "1194x834", "834x1112", "1112x834", "768x1024", "1024x768", "820x1180", "1180x820", "810x1080", "1080x810"];
8194
+ return !c && g && t.touch && w.indexOf(`${a}x${l}`) >= 0 && (c = r.match(/(Version)\/([\d.]+)/), c || (c = [0, 1, "13_0_0"]), g = !1), d && !m && (o.os = "android", o.android = !0), (c || f || h) && (o.os = "ios", o.ios = !0), o;
8195
8195
  }
8196
8196
  function ec(e) {
8197
8197
  return e === void 0 && (e = {}), ws || (ws = Zh(e)), ws;
@@ -8228,15 +8228,15 @@ function sc(e) {
8228
8228
  width: f,
8229
8229
  height: m
8230
8230
  } = i;
8231
- let g = f, b = m;
8231
+ let g = f, w = m;
8232
8232
  h.forEach((k) => {
8233
8233
  let {
8234
8234
  contentBoxSize: L,
8235
8235
  contentRect: E,
8236
8236
  target: $
8237
8237
  } = k;
8238
- $ && $ !== i.el || (g = E ? E.width : (L[0] || L).inlineSize, b = E ? E.height : (L[0] || L).blockSize);
8239
- }), (g !== f || b !== m) && a();
8238
+ $ && $ !== i.el || (g = E ? E.width : (L[0] || L).inlineSize, w = E ? E.height : (L[0] || L).blockSize);
8239
+ }), (g !== f || w !== m) && a();
8240
8240
  });
8241
8241
  }), r.observe(i.el));
8242
8242
  }, d = () => {
@@ -8268,10 +8268,10 @@ function nc(e) {
8268
8268
  n("observerUpdate", g[0]);
8269
8269
  return;
8270
8270
  }
8271
- const b = function() {
8271
+ const w = function() {
8272
8272
  n("observerUpdate", g[0]);
8273
8273
  };
8274
- o.requestAnimationFrame ? o.requestAnimationFrame(b) : o.setTimeout(b, 0);
8274
+ o.requestAnimationFrame ? o.requestAnimationFrame(w) : o.setTimeout(w, 0);
8275
8275
  });
8276
8276
  m.observe(c, {
8277
8277
  attributes: typeof h.attributes > "u" ? !0 : h.attributes,
@@ -8397,12 +8397,12 @@ function ac() {
8397
8397
  } = e, l = e.virtual && s.virtual.enabled, d = l ? e.virtual.slides.length : e.slides.length, c = n.children(`.${e.params.slideClass}`), h = l ? e.virtual.slides.length : c.length;
8398
8398
  let f = [];
8399
8399
  const m = [], g = [];
8400
- let b = s.slidesOffsetBefore;
8401
- typeof b == "function" && (b = s.slidesOffsetBefore.call(e));
8400
+ let w = s.slidesOffsetBefore;
8401
+ typeof w == "function" && (w = s.slidesOffsetBefore.call(e));
8402
8402
  let k = s.slidesOffsetAfter;
8403
8403
  typeof k == "function" && (k = s.slidesOffsetAfter.call(e));
8404
8404
  const L = e.snapGrid.length, E = e.slidesGrid.length;
8405
- let $ = s.spaceBetween, S = -b, G = 0, N = 0;
8405
+ let $ = s.spaceBetween, S = -w, G = 0, N = 0;
8406
8406
  if (typeof r > "u")
8407
8407
  return;
8408
8408
  typeof $ == "string" && $.indexOf("%") >= 0 && ($ = parseFloat($.replace("%", "")) / 100 * r), e.virtualSize = -$, o ? c.css({
@@ -8469,7 +8469,7 @@ function ac() {
8469
8469
  C += z + (s.spaceBetween ? s.spaceBetween : 0);
8470
8470
  }), C -= s.spaceBetween;
8471
8471
  const I = C - r;
8472
- f = f.map((z) => z < 0 ? -b : z > I ? I + k : z);
8472
+ f = f.map((z) => z < 0 ? -w : z > I ? I + k : z);
8473
8473
  }
8474
8474
  if (s.centerInsufficientSlides) {
8475
8475
  let C = 0;
@@ -8800,8 +8800,8 @@ function Tc(e, i, t, s, n) {
8800
8800
  } = r;
8801
8801
  if (r.animating && a.preventInteractionOnTransition || !g && !s && !n)
8802
8802
  return !1;
8803
- const b = Math.min(r.params.slidesPerGroupSkip, o);
8804
- let k = b + Math.floor((o - b) / r.params.slidesPerGroup);
8803
+ const w = Math.min(r.params.slidesPerGroupSkip, o);
8804
+ let k = w + Math.floor((o - w) / r.params.slidesPerGroup);
8805
8805
  k >= l.length && (k = l.length - 1), (h || a.initialSlide || 0) === (c || 0) && t && r.emit("beforeSlideChangeStart");
8806
8806
  const L = -l[k];
8807
8807
  if (r.updateProgress(L), a.normalizeSlideIndex)
@@ -8898,12 +8898,12 @@ function Ec(e, i, t) {
8898
8898
  f >= L && (k = E);
8899
8899
  }), typeof k < "u" && (g = o[k > 0 ? k - 1 : k]);
8900
8900
  }
8901
- let b = 0;
8902
- if (typeof g < "u" && (b = a.indexOf(g), b < 0 && (b = s.activeIndex - 1), n.slidesPerView === "auto" && n.slidesPerGroup === 1 && n.slidesPerGroupAuto && (b = b - s.slidesPerViewDynamic("previous", !0) + 1, b = Math.max(b, 0))), n.rewind && s.isBeginning) {
8901
+ let w = 0;
8902
+ if (typeof g < "u" && (w = a.indexOf(g), w < 0 && (w = s.activeIndex - 1), n.slidesPerView === "auto" && n.slidesPerGroup === 1 && n.slidesPerGroupAuto && (w = w - s.slidesPerViewDynamic("previous", !0) + 1, w = Math.max(w, 0))), n.rewind && s.isBeginning) {
8903
8903
  const k = s.params.virtual && s.params.virtual.enabled && s.virtual ? s.virtual.slides.length - 1 : s.slides.length - 1;
8904
8904
  return s.slideTo(k, e, i, t);
8905
8905
  }
8906
- return s.slideTo(b, e, i, t);
8906
+ return s.slideTo(w, e, i, t);
8907
8907
  }
8908
8908
  function Dc(e, i, t) {
8909
8909
  e === void 0 && (e = this.params.speed), i === void 0 && (i = !0);
@@ -9060,9 +9060,9 @@ function Hc(e) {
9060
9060
  if (r.swipeHandler && !d.closest(r.swipeHandler)[0])
9061
9061
  return;
9062
9062
  o.currentX = l.type === "touchstart" ? l.targetTouches[0].pageX : l.pageX, o.currentY = l.type === "touchstart" ? l.targetTouches[0].pageY : l.pageY;
9063
- const m = o.currentX, g = o.currentY, b = r.edgeSwipeDetection || r.iOSEdgeSwipeDetection, k = r.edgeSwipeThreshold || r.iOSEdgeSwipeThreshold;
9064
- if (b && (m <= k || m >= s.innerWidth - k))
9065
- if (b === "prevent")
9063
+ const m = o.currentX, g = o.currentY, w = r.edgeSwipeDetection || r.iOSEdgeSwipeDetection, k = r.edgeSwipeThreshold || r.iOSEdgeSwipeThreshold;
9064
+ if (w && (m <= k || m >= s.innerWidth - k))
9065
+ if (w === "prevent")
9066
9066
  e.preventDefault();
9067
9067
  else
9068
9068
  return;
@@ -9142,8 +9142,8 @@ function Gc(e) {
9142
9142
  t.allowClick = !1, !n.cssMode && l.cancelable && l.preventDefault(), n.touchMoveStopPropagation && !n.nested && l.stopPropagation(), s.isMoved || (n.loop && !n.cssMode && t.loopFix(), s.startTranslate = t.getTranslate(), t.setTransition(0), t.animating && t.$wrapperEl.trigger("webkitTransitionEnd transitionend"), s.allowMomentumBounce = !1, n.grabCursor && (t.allowSlideNext === !0 || t.allowSlidePrev === !0) && t.setGrabCursor(!0), t.emit("sliderFirstMove", l)), t.emit("sliderMove", l), s.isMoved = !0;
9143
9143
  let g = t.isHorizontal() ? f : m;
9144
9144
  r.diff = g, g *= n.touchRatio, o && (g = -g), t.swipeDirection = g > 0 ? "prev" : "next", s.currentTranslate = g + s.startTranslate;
9145
- let b = !0, k = n.resistanceRatio;
9146
- if (n.touchReleaseOnEdges && (k = 0), g > 0 && s.currentTranslate > t.minTranslate() ? (b = !1, n.resistance && (s.currentTranslate = t.minTranslate() - 1 + (-t.minTranslate() + s.startTranslate + g) ** k)) : g < 0 && s.currentTranslate < t.maxTranslate() && (b = !1, n.resistance && (s.currentTranslate = t.maxTranslate() + 1 - (t.maxTranslate() - s.startTranslate - g) ** k)), b && (l.preventedByNestedSwiper = !0), !t.allowSlideNext && t.swipeDirection === "next" && s.currentTranslate < s.startTranslate && (s.currentTranslate = s.startTranslate), !t.allowSlidePrev && t.swipeDirection === "prev" && s.currentTranslate > s.startTranslate && (s.currentTranslate = s.startTranslate), !t.allowSlidePrev && !t.allowSlideNext && (s.currentTranslate = s.startTranslate), n.threshold > 0)
9145
+ let w = !0, k = n.resistanceRatio;
9146
+ if (n.touchReleaseOnEdges && (k = 0), g > 0 && s.currentTranslate > t.minTranslate() ? (w = !1, n.resistance && (s.currentTranslate = t.minTranslate() - 1 + (-t.minTranslate() + s.startTranslate + g) ** k)) : g < 0 && s.currentTranslate < t.maxTranslate() && (w = !1, n.resistance && (s.currentTranslate = t.maxTranslate() + 1 - (t.maxTranslate() - s.startTranslate - g) ** k)), w && (l.preventedByNestedSwiper = !0), !t.allowSlideNext && t.swipeDirection === "next" && s.currentTranslate < s.startTranslate && (s.currentTranslate = s.startTranslate), !t.allowSlidePrev && t.swipeDirection === "prev" && s.currentTranslate > s.startTranslate && (s.currentTranslate = s.startTranslate), !t.allowSlidePrev && !t.allowSlideNext && (s.currentTranslate = s.startTranslate), n.threshold > 0)
9147
9147
  if (Math.abs(g) > n.threshold || s.allowThresholdMove) {
9148
9148
  if (!s.allowThresholdMove) {
9149
9149
  s.allowThresholdMove = !0, r.startX = r.currentX, r.startY = r.currentY, s.currentTranslate = s.startTranslate, r.diff = t.isHorizontal() ? r.currentX - r.startX : r.currentY - r.startY;
@@ -9197,21 +9197,21 @@ function Uc(e) {
9197
9197
  const $ = E < s.slidesPerGroupSkip - 1 ? 1 : s.slidesPerGroup;
9198
9198
  typeof o[E + $] < "u" ? h >= o[E] && h < o[E + $] && (f = E, m = o[E + $] - o[E]) : h >= o[E] && (f = E, m = o[o.length - 1] - o[o.length - 2]);
9199
9199
  }
9200
- let g = null, b = null;
9201
- s.rewind && (i.isBeginning ? b = i.params.virtual && i.params.virtual.enabled && i.virtual ? i.virtual.slides.length - 1 : i.slides.length - 1 : i.isEnd && (g = 0));
9200
+ let g = null, w = null;
9201
+ s.rewind && (i.isBeginning ? w = i.params.virtual && i.params.virtual.enabled && i.virtual ? i.virtual.slides.length - 1 : i.slides.length - 1 : i.isEnd && (g = 0));
9202
9202
  const k = (h - o[f]) / m, L = f < s.slidesPerGroupSkip - 1 ? 1 : s.slidesPerGroup;
9203
9203
  if (c > s.longSwipesMs) {
9204
9204
  if (!s.longSwipes) {
9205
9205
  i.slideTo(i.activeIndex);
9206
9206
  return;
9207
9207
  }
9208
- i.swipeDirection === "next" && (k >= s.longSwipesRatio ? i.slideTo(s.rewind && i.isEnd ? g : f + L) : i.slideTo(f)), i.swipeDirection === "prev" && (k > 1 - s.longSwipesRatio ? i.slideTo(f + L) : b !== null && k < 0 && Math.abs(k) > s.longSwipesRatio ? i.slideTo(b) : i.slideTo(f));
9208
+ i.swipeDirection === "next" && (k >= s.longSwipesRatio ? i.slideTo(s.rewind && i.isEnd ? g : f + L) : i.slideTo(f)), i.swipeDirection === "prev" && (k > 1 - s.longSwipesRatio ? i.slideTo(f + L) : w !== null && k < 0 && Math.abs(k) > s.longSwipesRatio ? i.slideTo(w) : i.slideTo(f));
9209
9209
  } else {
9210
9210
  if (!s.shortSwipes) {
9211
9211
  i.slideTo(i.activeIndex);
9212
9212
  return;
9213
9213
  }
9214
- i.navigation && (l.target === i.navigation.nextEl || l.target === i.navigation.prevEl) ? l.target === i.navigation.nextEl ? i.slideTo(f + L) : i.slideTo(f) : (i.swipeDirection === "next" && i.slideTo(g !== null ? g : f + L), i.swipeDirection === "prev" && i.slideTo(b !== null ? b : f));
9214
+ i.navigation && (l.target === i.navigation.nextEl || l.target === i.navigation.prevEl) ? l.target === i.navigation.nextEl ? i.slideTo(f + L) : i.slideTo(f) : (i.swipeDirection === "next" && i.slideTo(g !== null ? g : f + L), i.swipeDirection === "prev" && i.slideTo(w !== null ? w : f));
9215
9215
  }
9216
9216
  }
9217
9217
  function Ln() {
@@ -9306,12 +9306,12 @@ function Jc() {
9306
9306
  });
9307
9307
  const m = d.direction && d.direction !== n.direction, g = n.loop && (d.slidesPerView !== n.slidesPerView || m);
9308
9308
  m && t && e.changeDirection(), Oe(e.params, d);
9309
- const b = e.params.enabled;
9309
+ const w = e.params.enabled;
9310
9310
  Object.assign(e, {
9311
9311
  allowTouchMove: e.params.allowTouchMove,
9312
9312
  allowSlideNext: e.params.allowSlideNext,
9313
9313
  allowSlidePrev: e.params.allowSlidePrev
9314
- }), f && !b ? e.disable() : !f && b && e.enable(), e.currentBreakpoint = a, e.emit("_beforeBreakpoint", d), g && t && (e.loopDestroy(), e.loopCreate(), e.updateSlides(), e.slideTo(i - s + e.loopedSlides, 0, !1)), e.emit("breakpoint", d);
9314
+ }), f && !w ? e.disable() : !f && w && e.enable(), e.currentBreakpoint = a, e.emit("_beforeBreakpoint", d), g && t && (e.loopDestroy(), e.loopCreate(), e.updateSlides(), e.slideTo(i - s + e.loopedSlides, 0, !1)), e.emit("breakpoint", d);
9315
9315
  }
9316
9316
  function Qc(e, i, t) {
9317
9317
  if (i === void 0 && (i = "window"), !e || i === "container" && !t)
@@ -9858,14 +9858,14 @@ function hf(e) {
9858
9858
  const g = i.params.virtual;
9859
9859
  if (g.cache && i.virtual.cache[m])
9860
9860
  return i.virtual.cache[m];
9861
- const b = g.renderSlide ? K(g.renderSlide.call(i, f, m)) : K(`<div class="${i.params.slideClass}" data-swiper-slide-index="${m}">${f}</div>`);
9862
- return b.attr("data-swiper-slide-index") || b.attr("data-swiper-slide-index", m), g.cache && (i.virtual.cache[m] = b), b;
9861
+ const w = g.renderSlide ? K(g.renderSlide.call(i, f, m)) : K(`<div class="${i.params.slideClass}" data-swiper-slide-index="${m}">${f}</div>`);
9862
+ return w.attr("data-swiper-slide-index") || w.attr("data-swiper-slide-index", m), g.cache && (i.virtual.cache[m] = w), w;
9863
9863
  }
9864
9864
  function a(f) {
9865
9865
  const {
9866
9866
  slidesPerView: m,
9867
9867
  slidesPerGroup: g,
9868
- centeredSlides: b
9868
+ centeredSlides: w
9869
9869
  } = i.params, {
9870
9870
  addSlidesBefore: k,
9871
9871
  addSlidesAfter: L
@@ -9881,7 +9881,7 @@ function hf(e) {
9881
9881
  let R;
9882
9882
  i.rtlTranslate ? R = "right" : R = i.isHorizontal() ? "left" : "top";
9883
9883
  let P, C;
9884
- b ? (P = Math.floor(m / 2) + g + L, C = Math.floor(m / 2) + g + k) : (P = m + (g - 1) + L, C = g + k);
9884
+ w ? (P = Math.floor(m / 2) + g + L, C = Math.floor(m / 2) + g + k) : (P = m + (g - 1) + L, C = g + k);
9885
9885
  const I = Math.max((T || 0) - C, 0), z = Math.min((T || 0) + P, S.length - 1), q = (i.slidesGrid[I] || 0) - (i.slidesGrid[0] || 0);
9886
9886
  Object.assign(i.virtual, {
9887
9887
  from: I,
@@ -9934,18 +9934,18 @@ function hf(e) {
9934
9934
  }
9935
9935
  function d(f) {
9936
9936
  const m = i.activeIndex;
9937
- let g = m + 1, b = 1;
9937
+ let g = m + 1, w = 1;
9938
9938
  if (Array.isArray(f)) {
9939
9939
  for (let k = 0; k < f.length; k += 1)
9940
9940
  f[k] && i.virtual.slides.unshift(f[k]);
9941
- g = m + f.length, b = f.length;
9941
+ g = m + f.length, w = f.length;
9942
9942
  } else
9943
9943
  i.virtual.slides.unshift(f);
9944
9944
  if (i.params.virtual.cache) {
9945
9945
  const k = i.virtual.cache, L = {};
9946
9946
  Object.keys(k).forEach((E) => {
9947
9947
  const $ = k[E], S = $.attr("data-swiper-slide-index");
9948
- S && $.attr("data-swiper-slide-index", parseInt(S, 10) + b), L[parseInt(E, 10) + b] = $;
9948
+ S && $.attr("data-swiper-slide-index", parseInt(S, 10) + w), L[parseInt(E, 10) + w] = $;
9949
9949
  }), i.virtual.cache = L;
9950
9950
  }
9951
9951
  a(!0), i.slideTo(g, 0);
@@ -10031,7 +10031,7 @@ function lo(e) {
10031
10031
  return !0;
10032
10032
  return !1;
10033
10033
  }
10034
- function b($) {
10034
+ function w($) {
10035
10035
  let S = $, G = !0;
10036
10036
  if (!i.enabled)
10037
10037
  return;
@@ -10103,13 +10103,13 @@ function lo(e) {
10103
10103
  }
10104
10104
  function k($) {
10105
10105
  let S = i.$el;
10106
- i.params.mousewheel.eventsTarget !== "container" && (S = K(i.params.mousewheel.eventsTarget)), S[$]("mouseenter", h), S[$]("mouseleave", f), S[$]("wheel", b);
10106
+ i.params.mousewheel.eventsTarget !== "container" && (S = K(i.params.mousewheel.eventsTarget)), S[$]("mouseenter", h), S[$]("mouseleave", f), S[$]("wheel", w);
10107
10107
  }
10108
10108
  function L() {
10109
- return i.params.cssMode ? (i.wrapperEl.removeEventListener("wheel", b), !0) : i.mousewheel.enabled ? !1 : (k("on"), i.mousewheel.enabled = !0, !0);
10109
+ return i.params.cssMode ? (i.wrapperEl.removeEventListener("wheel", w), !0) : i.mousewheel.enabled ? !1 : (k("on"), i.mousewheel.enabled = !0, !0);
10110
10110
  }
10111
10111
  function E() {
10112
- return i.params.cssMode ? (i.wrapperEl.addEventListener(event, b), !0) : i.mousewheel.enabled ? (k("off"), i.mousewheel.enabled = !1, !0) : !1;
10112
+ return i.params.cssMode ? (i.wrapperEl.addEventListener(event, w), !0) : i.mousewheel.enabled ? (k("off"), i.mousewheel.enabled = !1, !0) : !1;
10113
10113
  }
10114
10114
  s("init", () => {
10115
10115
  !i.params.mousewheel.enabled && i.params.cssMode && E(), i.params.mousewheel.enabled && L();
@@ -10415,11 +10415,11 @@ const Hf = {
10415
10415
  setup(e, { emit: i }) {
10416
10416
  return (t, s) => (p(), y("div", {
10417
10417
  class: D(["fv-DatePicker", [t.$theme, { disabled: e.disabled }]]),
10418
- style: w({ "--hover-color": e.hoverColor })
10418
+ style: b({ "--hover-color": e.hoverColor })
10419
10419
  }, [
10420
10420
  u("div", {
10421
10421
  class: D(["fv-date-picker-input", [{ reverse: e.reverseLayout }]]),
10422
- style: w({
10422
+ style: b({
10423
10423
  background: e.inputBackground
10424
10424
  }),
10425
10425
  onClick: s[0] || (s[0] = (n) => t.focus())
@@ -10436,7 +10436,7 @@ const Hf = {
10436
10436
  value: t.showDate(1),
10437
10437
  readonly: "",
10438
10438
  class: "fv-date-picker-input-item",
10439
- style: w({
10439
+ style: b({
10440
10440
  borderColor: e.innerBorderColor,
10441
10441
  "border-right-color": e.hideYear ? "transparent" : e.innerBorderColor
10442
10442
  })
@@ -10446,7 +10446,7 @@ const Hf = {
10446
10446
  V(u("input", {
10447
10447
  value: t.showDate(2),
10448
10448
  readonly: "",
10449
- style: w({ borderColor: e.innerBorderColor }),
10449
+ style: b({ borderColor: e.innerBorderColor }),
10450
10450
  class: "fv-date-picker-input-item"
10451
10451
  }, null, 12, mf), [
10452
10452
  [x, !e.hideYear]
@@ -10456,28 +10456,28 @@ const Hf = {
10456
10456
  default: H(() => [
10457
10457
  V(u("div", {
10458
10458
  class: "fv-date-picker-options",
10459
- style: w({ background: e.optionBackground })
10459
+ style: b({ background: e.optionBackground })
10460
10460
  }, [
10461
10461
  u("div", {
10462
10462
  class: D(["fv-date-picker-options-body", [{ reverse: e.reverseLayout }]])
10463
10463
  }, [
10464
10464
  u("div", {
10465
10465
  class: "fv-date-picker-options-body-mask",
10466
- style: w({ background: e.selectedBackground })
10466
+ style: b({ background: e.selectedBackground })
10467
10467
  }, null, 4),
10468
10468
  V(u("div", {
10469
10469
  class: "fv-date-picker-options-body-col",
10470
- style: w([{ flex: "2" }, { borderColor: e.innerBorderColor }])
10470
+ style: b([{ flex: "2" }, { borderColor: e.innerBorderColor }])
10471
10471
  }, [
10472
10472
  u("div", {
10473
10473
  class: "fv-date-picker-options-body-col-up",
10474
- style: w({ background: e.slideBtnBackground }),
10474
+ style: b({ background: e.slideBtnBackground }),
10475
10475
  onClick: s[1] || (s[1] = (n) => t.monthSwiper.slidePrev())
10476
10476
  }, pf, 4),
10477
10477
  u("div", vf, wf, 512),
10478
10478
  u("div", {
10479
10479
  class: "fv-date-picker-options-body-col-down",
10480
- style: w({ background: e.slideBtnBackground }),
10480
+ style: b({ background: e.slideBtnBackground }),
10481
10481
  onClick: s[2] || (s[2] = (n) => t.monthSwiper.slideNext())
10482
10482
  }, kf, 4)
10483
10483
  ], 4), [
@@ -10485,17 +10485,17 @@ const Hf = {
10485
10485
  ]),
10486
10486
  V(u("div", {
10487
10487
  class: "fv-date-picker-options-body-col",
10488
- style: w({ borderColor: e.innerBorderColor })
10488
+ style: b({ borderColor: e.innerBorderColor })
10489
10489
  }, [
10490
10490
  u("div", {
10491
10491
  class: "fv-date-picker-options-body-col-up",
10492
- style: w({ background: e.slideBtnBackground }),
10492
+ style: b({ background: e.slideBtnBackground }),
10493
10493
  onClick: s[3] || (s[3] = (n) => t.daySwiper.slidePrev())
10494
10494
  }, Cf, 4),
10495
10495
  u("div", Sf, Tf, 512),
10496
10496
  u("div", {
10497
10497
  class: "fv-date-picker-options-body-col-down",
10498
- style: w({ background: e.slideBtnBackground }),
10498
+ style: b({ background: e.slideBtnBackground }),
10499
10499
  onClick: s[4] || (s[4] = (n) => t.daySwiper.slideNext())
10500
10500
  }, xf, 4)
10501
10501
  ], 4), [
@@ -10504,13 +10504,13 @@ const Hf = {
10504
10504
  V(u("div", Ef, [
10505
10505
  u("div", {
10506
10506
  class: "fv-date-picker-options-body-col-up",
10507
- style: w({ background: e.slideBtnBackground }),
10507
+ style: b({ background: e.slideBtnBackground }),
10508
10508
  onClick: s[5] || (s[5] = (n) => t.yearSwiper.slidePrev())
10509
10509
  }, Mf, 4),
10510
10510
  u("div", Lf, Pf, 512),
10511
10511
  u("div", {
10512
10512
  class: "fv-date-picker-options-body-col-down",
10513
- style: w({ background: e.slideBtnBackground }),
10513
+ style: b({ background: e.slideBtnBackground }),
10514
10514
  onClick: s[6] || (s[6] = (n) => t.yearSwiper.slideNext())
10515
10515
  }, Bf, 4)
10516
10516
  ], 512), [
@@ -11141,7 +11141,7 @@ function em(e, i, t, s, n, r) {
11141
11141
  }, [
11142
11142
  u("div", {
11143
11143
  class: "fv-details-list-icon-ring",
11144
- style: w({ background: n.checked ? t.color : "" })
11144
+ style: b({ background: n.checked ? t.color : "" })
11145
11145
  }, Zf, 4)
11146
11146
  ], 2);
11147
11147
  }
@@ -11630,7 +11630,7 @@ const ui = /* @__PURE__ */ ye(Jf, [["render", em]]), tm = /* @__PURE__ */ u("i",
11630
11630
  }, [
11631
11631
  V(u("span", {
11632
11632
  class: "fv-details-list-icon-block",
11633
- style: w(n.styles.listHead),
11633
+ style: b(n.styles.listHead),
11634
11634
  onClick: r[1] || (r[1] = (...a) => n.chooseAll && n.chooseAll(...a))
11635
11635
  }, [
11636
11636
  B(ui, {
@@ -11643,7 +11643,7 @@ const ui = /* @__PURE__ */ ye(Jf, [["render", em]]), tm = /* @__PURE__ */ u("i",
11643
11643
  ]),
11644
11644
  V(u("span", {
11645
11645
  class: "col",
11646
- style: w([{ width: "36px", padding: "0px" }, n.styles.listHead])
11646
+ style: b([{ width: "36px", padding: "0px" }, n.styles.listHead])
11647
11647
  }, [
11648
11648
  u("span", {
11649
11649
  class: D(["expand", { choose: n.currentExpandAll }]),
@@ -11655,7 +11655,7 @@ const ui = /* @__PURE__ */ ye(Jf, [["render", em]]), tm = /* @__PURE__ */ u("i",
11655
11655
  (p(!0), y(ee, null, te(n.thisHead, (a, l) => V((p(), y("span", {
11656
11656
  class: "col",
11657
11657
  key: `head: ${l}`,
11658
- style: w({
11658
+ style: b({
11659
11659
  "min-width": n.colWidth[l],
11660
11660
  width: n.colWidth[l],
11661
11661
  background: n.styles.listHead.background
@@ -11726,7 +11726,7 @@ const ui = /* @__PURE__ */ ye(Jf, [["render", em]]), tm = /* @__PURE__ */ u("i",
11726
11726
  (p(!0), y(ee, null, te(n.thisHead, (d, c) => V((p(), y("span", {
11727
11727
  class: "col",
11728
11728
  key: `row: ${l} col: ${c}`,
11729
- style: w({ width: n.colWidth[c] }),
11729
+ style: b({ width: n.colWidth[c] }),
11730
11730
  onClick: (h) => n.chooseCurrent(a)
11731
11731
  }, [
11732
11732
  A(n.$slots, `column_${c}`, {
@@ -11827,7 +11827,7 @@ const ui = /* @__PURE__ */ ye(Jf, [["render", em]]), tm = /* @__PURE__ */ u("i",
11827
11827
  (p(!0), y(ee, null, te(n.thisHead, (h, f) => V((p(), y("span", {
11828
11828
  class: "col",
11829
11829
  key: `group: ${l} row: ${c} col: ${f}`,
11830
- style: w({ width: n.colWidth[f] }),
11830
+ style: b({ width: n.colWidth[f] }),
11831
11831
  onClick: (m) => n.chooseCurrent(d)
11832
11832
  }, [
11833
11833
  A(n.$slots, `column_${f}`, {
@@ -12060,7 +12060,7 @@ const ym = {
12060
12060
  return V((p(), y("div", {
12061
12061
  ref: "drawer",
12062
12062
  class: D(["fv-Drawer", [t.$theme]]),
12063
- style: w([
12063
+ style: b([
12064
12064
  t.style.drawer,
12065
12065
  {
12066
12066
  background: e.background,
@@ -12070,12 +12070,12 @@ const ym = {
12070
12070
  }, [
12071
12071
  V(u("div", {
12072
12072
  class: "fv-drawer-control-block",
12073
- style: w({ padding: e.controlPadding })
12073
+ style: b({ padding: e.controlPadding })
12074
12074
  }, [
12075
12075
  A(t.$slots, "header", {}, () => [
12076
12076
  u("p", {
12077
12077
  class: "drawer-title",
12078
- style: w({
12078
+ style: b({
12079
12079
  "font-size": `${e.titleSize}px`,
12080
12080
  "font-weight": e.titleWeight,
12081
12081
  color: e.titleColor
@@ -12091,7 +12091,7 @@ const ym = {
12091
12091
  ]),
12092
12092
  u("div", {
12093
12093
  class: "fv-drawer-main-container",
12094
- style: w({ padding: e.contentPadding })
12094
+ style: b({ padding: e.contentPadding })
12095
12095
  }, [
12096
12096
  A(t.$slots, "default", {}, () => [
12097
12097
  ue("Content Here")
@@ -12099,7 +12099,7 @@ const ym = {
12099
12099
  ], 4),
12100
12100
  V(u("div", {
12101
12101
  class: "fv-drawer-footer",
12102
- style: w({ padding: e.controlPadding })
12102
+ style: b({ padding: e.controlPadding })
12103
12103
  }, [
12104
12104
  A(t.$slots, "footer", {}, () => [
12105
12105
  B(n, {
@@ -12218,11 +12218,11 @@ function Vm(e, i, t, s, n, r) {
12218
12218
  const o = j("fv-reveal-container");
12219
12219
  return p(), y("div", {
12220
12220
  class: "drop-down-box",
12221
- style: w({ "border-radius": `${t.borderRadius}px`, height: t.inputHeight })
12221
+ style: b({ "border-radius": `${t.borderRadius}px`, height: t.inputHeight })
12222
12222
  }, [
12223
12223
  u("div", {
12224
12224
  class: "drop-down-container",
12225
- style: w({
12225
+ style: b({
12226
12226
  background: t.inputBackground,
12227
12227
  "border-radius": `${t.borderRadius}px`
12228
12228
  })
@@ -12247,7 +12247,7 @@ function Vm(e, i, t, s, n, r) {
12247
12247
  placeholder: t.placeholder,
12248
12248
  readonly: "",
12249
12249
  value: r.inputValue,
12250
- style: w({
12250
+ style: b({
12251
12251
  fontSize: t.inputFontSize + "px",
12252
12252
  color: t.inputForeground,
12253
12253
  "border-radius": `${t.borderRadius}px`,
@@ -12257,7 +12257,7 @@ function Vm(e, i, t, s, n, r) {
12257
12257
  }, null, 12, Sm),
12258
12258
  u("i", {
12259
12259
  class: D(["right-icon ms-Icon", [`ms-Icon--${t.dropDownIcon}`]]),
12260
- style: w({ color: t.dropDownIconForeground })
12260
+ style: b({ color: t.dropDownIconForeground })
12261
12261
  }, null, 6)
12262
12262
  ])
12263
12263
  ], 4)
@@ -12363,7 +12363,8 @@ const ho = /* @__PURE__ */ ye(Cm, [["render", Vm]]), Tm = {
12363
12363
  },
12364
12364
  methods: {
12365
12365
  stylesInit() {
12366
- this.styles.listContainer.borderRadius = `${this.borderRadius}px`, this.styles.listContainer.background = this.dropDownListBackground, this.styles.listContainer.top = this.showStatus.top, this.styles.listContainer.bottom = this.showStatus.bottom, this.styles.listContainer.height = this.showStatus.height, this.styles.listContainer.maxHeight = `${this.showStatus.maxHeight}px`, this.styles.listContainer.overflow = this.showStatus.overflow, this.styles.title.color = this.dropDownListForeground;
12366
+ const e = this.maxHeight !== "" && this.maxHeight !== void 0 && this.maxHeight !== null;
12367
+ this.styles.listContainer.borderRadius = `${this.borderRadius}px`, this.styles.listContainer.background = this.dropDownListBackground, this.styles.listContainer.top = this.showStatus.top, this.styles.listContainer.bottom = this.showStatus.bottom, this.styles.listContainer.height = this.showStatus.height, this.styles.listContainer.maxHeight = this.maxHeight, this.styles.listContainer.overflow = e ? "auto" : this.showStatus.overflow, this.styles.title.color = this.dropDownListForeground;
12367
12368
  },
12368
12369
  valueTrigger(e) {
12369
12370
  return typeof e == "function" ? e() : e;
@@ -12390,7 +12391,7 @@ function xm(e, i, t, s, n, r) {
12390
12391
  const o = j("fv-check-box");
12391
12392
  return p(), y("div", {
12392
12393
  class: "list-container",
12393
- style: w(n.styles.listContainer)
12394
+ style: b(n.styles.listContainer)
12394
12395
  }, [
12395
12396
  (p(!0), y(ee, null, te(t.options, (a, l) => (p(), y("div", {
12396
12397
  key: `item: ${l}`,
@@ -12406,7 +12407,7 @@ function xm(e, i, t, s, n, r) {
12406
12407
  }, [
12407
12408
  V(u("p", {
12408
12409
  class: "title",
12409
- style: w(n.styles.title)
12410
+ style: b(n.styles.title)
12410
12411
  }, O(r.valueTrigger(a.text)), 5), [
12411
12412
  [x, r.valueTrigger(a.type) == "header"]
12412
12413
  ]),
@@ -12629,7 +12630,7 @@ const co = /* @__PURE__ */ ye(Tm, [["render", xm]]), Em = {
12629
12630
  setup(e, { emit: i }) {
12630
12631
  return (t, s) => (p(), y("div", {
12631
12632
  class: D(["fv-DropDown", [t.$theme, t.isDisabled ? "disabled" : ""]]),
12632
- style: w([t.styles.dropDown, { zIndex: t.show.listContainer ? 5 : "" }])
12633
+ style: b([t.styles.dropDown, { zIndex: t.show.listContainer ? 5 : "" }])
12633
12634
  }, [
12634
12635
  u("div", {
12635
12636
  class: "fv-drop-down-input-container",
@@ -12681,6 +12682,7 @@ const co = /* @__PURE__ */ ye(Tm, [["render", xm]]), Em = {
12681
12682
  "onUpdate:modelValue": s[2] || (s[2] = (n) => t.choosenValue = n),
12682
12683
  options: e.options,
12683
12684
  multiple: e.multiple,
12685
+ maxHeight: e.maxHeight,
12684
12686
  borderRadius: e.borderRadius,
12685
12687
  checkBoxBackground: e.checkBoxBackground,
12686
12688
  dropDownListForeground: e.dropDownListForeground,
@@ -12696,7 +12698,7 @@ const co = /* @__PURE__ */ ye(Tm, [["render", xm]]), Em = {
12696
12698
  })
12697
12699
  ]),
12698
12700
  _: 3
12699
- }, 8, ["modelValue", "options", "multiple", "borderRadius", "checkBoxBackground", "dropDownListForeground", "dropDownListBackground", "showStatus", "theme", "onChooseItem"]), [
12701
+ }, 8, ["modelValue", "options", "multiple", "maxHeight", "borderRadius", "checkBoxBackground", "dropDownListForeground", "dropDownListBackground", "showStatus", "theme", "onChooseItem"]), [
12700
12702
  [x, t.show.listContainer]
12701
12703
  ])
12702
12704
  ]),
@@ -12797,7 +12799,7 @@ const Lm = { class: "expander-description-box" }, Fm = { class: "expander-text"
12797
12799
  t.$theme,
12798
12800
  { visibleOverflow: e.disabledExpander && e.visibleOverflow }
12799
12801
  ]]),
12800
- style: w({
12802
+ style: b({
12801
12803
  height: t.thisValue ? t.computedMaxHeight : `${e.defaultHeight}px`
12802
12804
  }),
12803
12805
  onMouseenter: s[3] || (s[3] = (n) => t.hover = !0),
@@ -12807,7 +12809,7 @@ const Lm = { class: "expander-description-box" }, Fm = { class: "expander-text"
12807
12809
  }, [
12808
12810
  u("div", {
12809
12811
  class: "expander-description-container",
12810
- style: w({
12812
+ style: b({
12811
12813
  height: `${e.defaultHeight}px`,
12812
12814
  background: t.hover ? t.hoverBackground : e.titleBackground
12813
12815
  }),
@@ -12856,7 +12858,7 @@ const Lm = { class: "expander-description-box" }, Fm = { class: "expander-text"
12856
12858
  V(u("div", {
12857
12859
  class: "expander-detail",
12858
12860
  ref: "detail",
12859
- style: w({ background: e.expandBackground })
12861
+ style: b({ background: e.expandBackground })
12860
12862
  }, [
12861
12863
  A(t.$slots, "default")
12862
12864
  ], 4), [
@@ -13050,7 +13052,7 @@ const Hm = ["onClick"], Gm = /* @__PURE__ */ u("i", null, null, -1), Um = [
13050
13052
  default: H(() => [
13051
13053
  V(u("div", {
13052
13054
  class: "control-panel",
13053
- style: w(t.styles.controlPanel)
13055
+ style: b(t.styles.controlPanel)
13054
13056
  }, [
13055
13057
  u("span", {
13056
13058
  class: D(["slidebtn fst", [e.direction]]),
@@ -13099,7 +13101,7 @@ const Hm = ["onClick"], Gm = /* @__PURE__ */ u("i", null, null, -1), Um = [
13099
13101
  (p(!0), y(ee, null, te(t.thisValue, (n, r) => V((p(), y("div", {
13100
13102
  key: `flipview: ${r}`,
13101
13103
  class: "container-item",
13102
- style: w(t.styles.containerItem)
13104
+ style: b(t.styles.containerItem)
13103
13105
  }, [
13104
13106
  A(t.$slots, "item", {
13105
13107
  data: n,
@@ -13168,7 +13170,7 @@ const Km = {
13168
13170
  setup(e, { emit: i }) {
13169
13171
  return (t, s) => (p(), y("div", {
13170
13172
  class: D(["fv-IconElement", [t.$theme, { "icon-element-btn": e.iconButton }]]),
13171
- style: w({
13173
+ style: b({
13172
13174
  width: `${e.fontSize + e.paddingWidth / 1}px`,
13173
13175
  height: `${e.fontSize + e.paddingWidth / 1}px`,
13174
13176
  borderRadius: `${e.borderRadius}px`
@@ -13181,7 +13183,7 @@ const Km = {
13181
13183
  }, [
13182
13184
  u("i", {
13183
13185
  class: D(["icon-element ms-Icon", [`ms-Icon--${t.valueTrigger(n.name)}`]]),
13184
- style: w({
13186
+ style: b({
13185
13187
  fontSize: `${e.fontSize}px`,
13186
13188
  color: t.valueTrigger(n.color),
13187
13189
  "background-image": t.valueTrigger(n.color),
@@ -13506,7 +13508,7 @@ const og = Ys("FvImageCache", {
13506
13508
  const n = j("fv-progress-ring");
13507
13509
  return p(), y("div", {
13508
13510
  class: D(["fv-ImgBox", [t.$theme]]),
13509
- style: w({
13511
+ style: b({
13510
13512
  background: e.onbackground ? "url(" + t.imgUri.data + ") no-repeat" : ""
13511
13513
  })
13512
13514
  }, [
@@ -13932,10 +13934,10 @@ function Tg(e, i, t, s, n, r) {
13932
13934
  return p(), y("div", Vg, [
13933
13935
  u("span", {
13934
13936
  class: "s",
13935
- style: w({ "margin-top": `${n.thisTop}px`, height: `${n.thisHeight}px` })
13937
+ style: b({ "margin-top": `${n.thisTop}px`, height: `${n.thisHeight}px` })
13936
13938
  }, [
13937
13939
  u("p", {
13938
- style: w({ background: n.styles.slider.background })
13940
+ style: b({ background: n.styles.slider.background })
13939
13941
  }, null, 4)
13940
13942
  ], 4)
13941
13943
  ]);
@@ -14313,7 +14315,7 @@ const mo = /* @__PURE__ */ ye(Sg, [["render", Tg]]), Ig = { class: "list-view-he
14313
14315
  const o = j("fv-reveal-container");
14314
14316
  return p(), y("div", {
14315
14317
  class: D(["fv-ListView", [n.$theme]]),
14316
- style: w({
14318
+ style: b({
14317
14319
  "--list-view-selected-border-width": e.itemBorderWidth + "px",
14318
14320
  "--list-view-selected-border-color": e.itemBorderColor
14319
14321
  }),
@@ -14333,7 +14335,7 @@ const mo = /* @__PURE__ */ ye(Sg, [["render", Tg]]), Ig = { class: "list-view-he
14333
14335
  selected: a.selected && n.showSelectedBorder
14334
14336
  }, "list-view-item"]),
14335
14337
  key: l,
14336
- style: w({
14338
+ style: b({
14337
14339
  height: n.valueTrigger(a.type) == "divider" ? "" : n._rowHeight,
14338
14340
  background: n.valueTrigger(a.choosen) ? e.choosenBackground : "",
14339
14341
  borderRadius: e.itemBorderRadius + "px"
@@ -14359,7 +14361,7 @@ const mo = /* @__PURE__ */ ye(Sg, [["render", Tg]]), Ig = { class: "list-view-he
14359
14361
  }, null, 8, ["revealContainer", "parent", "backgroundColor", "borderColor", "borderRadius"])) : se("", !0),
14360
14362
  u("div", {
14361
14363
  class: "item-content",
14362
- style: w({ padding: e.itemPadding })
14364
+ style: b({ padding: e.itemPadding })
14363
14365
  }, [
14364
14366
  A(n.$slots, "listItem", {
14365
14367
  item: a,
@@ -14367,7 +14369,7 @@ const mo = /* @__PURE__ */ ye(Sg, [["render", Tg]]), Ig = { class: "list-view-he
14367
14369
  valueTrigger: n.valueTrigger
14368
14370
  }, () => [
14369
14371
  u("p", {
14370
- style: w({
14372
+ style: b({
14371
14373
  color: n.valueTrigger(a.type) == "header" ? e.headerForeground : ""
14372
14374
  })
14373
14375
  }, O(n.valueTrigger(a.name)), 5)
@@ -14522,7 +14524,7 @@ function Wg(e, i, t, s, n, r) {
14522
14524
  default: H(() => [
14523
14525
  u("div", {
14524
14526
  class: D(["menu-flyout-list-container", [{ "mobile-mode": t.mobileMode }]]),
14525
- style: w({
14527
+ style: b({
14526
14528
  left: r.computedLeft,
14527
14529
  right: r.computedRight,
14528
14530
  top: r.computedTop
@@ -14530,7 +14532,7 @@ function Wg(e, i, t, s, n, r) {
14530
14532
  }, [
14531
14533
  u("div", {
14532
14534
  class: "menu-flyout-item-container",
14533
- style: w({
14535
+ style: b({
14534
14536
  width: r.computedWidth,
14535
14537
  "max-height": r.computedMaxHeight,
14536
14538
  background: t.background,
@@ -14561,7 +14563,7 @@ function Wg(e, i, t, s, n, r) {
14561
14563
  choose: r.isSelected(l),
14562
14564
  title: r.valueTrigger(l.type) == "header"
14563
14565
  }]),
14564
- style: w({
14566
+ style: b({
14565
14567
  background: r.isSelected(l) ? t.choosenBackground : "",
14566
14568
  color: r.valueTrigger(l.type) === "header" ? t.titleForeground : ""
14567
14569
  }),
@@ -14576,7 +14578,7 @@ function Wg(e, i, t, s, n, r) {
14576
14578
  }, () => [
14577
14579
  u("i", {
14578
14580
  class: "before-choosen",
14579
- style: w({ background: t.choosenSliderBackground })
14581
+ style: b({ background: t.choosenSliderBackground })
14580
14582
  }, null, 4),
14581
14583
  ue(" " + O(r.valueTrigger(l.type) !== "divider" ? r.valueTrigger(l.text) : "") + " ", 1),
14582
14584
  V(u("i", Ag, null, 512), [
@@ -14610,7 +14612,7 @@ function Wg(e, i, t, s, n, r) {
14610
14612
  }, () => [
14611
14613
  u("i", {
14612
14614
  class: "before-choosen",
14613
- style: w({ background: t.choosenSliderBackground })
14615
+ style: b({ background: t.choosenSliderBackground })
14614
14616
  }, null, 4),
14615
14617
  ue(" " + O(r.valueTrigger(l.type) !== "divider" ? r.valueTrigger(l.text) : "") + " ", 1),
14616
14618
  V(u("i", zg, null, 512), [
@@ -14770,7 +14772,7 @@ const go = /* @__PURE__ */ ye(Pg, [["render", Wg]]), Ng = { class: "ms-Icon ms-I
14770
14772
  const n = j("fv-text-box");
14771
14773
  return p(), y("div", {
14772
14774
  class: D(["fv-MenuFlyout", [t.$theme, { disabled: t.isDisabled }]]),
14773
- style: w({
14775
+ style: b({
14774
14776
  "z-index": t.status ? 30 : "",
14775
14777
  overflow: "visible"
14776
14778
  })
@@ -14820,7 +14822,7 @@ const go = /* @__PURE__ */ ye(Pg, [["render", Wg]]), Ng = { class: "ms-Icon ms-I
14820
14822
  }, () => [
14821
14823
  u("i", {
14822
14824
  class: "before-choosen",
14823
- style: w({ background: r.choosenSliderBackground })
14825
+ style: b({ background: r.choosenSliderBackground })
14824
14826
  }, null, 4),
14825
14827
  ue(" " + O(t.valueTrigger(r.item.type) !== "divider" ? t.valueTrigger(r.item.text) : "") + " ", 1),
14826
14828
  V(u("i", Ng, null, 512), [
@@ -15174,20 +15176,20 @@ const Zg = /* @__PURE__ */ u("i", { class: "ms-Icon ms-Icon--Back icon" }, null,
15174
15176
  { flyout: t.isFlyout },
15175
15177
  { mobile: t.isMobile }
15176
15178
  ]]),
15177
- style: w({
15179
+ style: b({
15178
15180
  position: t.screenWidth <= e.fullSizeDisplay && t.thisExpand ? "static" : "",
15179
15181
  width: t.panelWidth
15180
15182
  })
15181
15183
  }, [
15182
15184
  u("div", {
15183
15185
  class: "panel-container-mobile",
15184
- style: w({ background: t.thisExpand ? "" : e.background })
15186
+ style: b({ background: t.thisExpand ? "" : e.background })
15185
15187
  }, [
15186
15188
  V(B(n, {
15187
15189
  modelValue: "backScale",
15188
15190
  class: "fv-nav-default-item",
15189
15191
  hideContent: !0,
15190
- style: w({ width: `${e.compactWidth}px` }),
15192
+ style: b({ width: `${e.compactWidth}px` }),
15191
15193
  onClick: s[0] || (s[0] = (o) => t.$emit("back", o))
15192
15194
  }, {
15193
15195
  default: H(() => [
@@ -15201,7 +15203,7 @@ const Zg = /* @__PURE__ */ u("i", { class: "ms-Icon ms-Icon--Back icon" }, null,
15201
15203
  modelValue: "scaleXDown",
15202
15204
  class: "fv-nav-default-item",
15203
15205
  hideContent: !0,
15204
- style: w({ width: `${e.compactWidth}px` }),
15206
+ style: b({ width: `${e.compactWidth}px` }),
15205
15207
  onClick: t.expandClick
15206
15208
  }, {
15207
15209
  default: H(() => [
@@ -15214,7 +15216,7 @@ const Zg = /* @__PURE__ */ u("i", { class: "ms-Icon ms-Icon--Back icon" }, null,
15214
15216
  ], 4),
15215
15217
  u("div", {
15216
15218
  class: "panel-container",
15217
- style: w({ width: t.navWidth, background: e.background })
15219
+ style: b({ width: t.navWidth, background: e.background })
15218
15220
  }, [
15219
15221
  A(t.$slots, "banner"),
15220
15222
  V(B(n, {
@@ -15564,7 +15566,7 @@ const hp = /* @__PURE__ */ u("i", { class: "ms-Icon ms-Icon--GlobalNavButton ico
15564
15566
  ]),
15565
15567
  u("p", {
15566
15568
  class: "name",
15567
- style: w({
15569
+ style: b({
15568
15570
  color: l.valueTrigger(l.item.type) == "header" ? e.foreground : ""
15569
15571
  })
15570
15572
  }, O(l.valueTrigger(l.item.name)), 5)
@@ -15911,7 +15913,7 @@ const Sp = {
15911
15913
  default: H(() => [
15912
15914
  V(u("div", {
15913
15915
  class: D(["fv-Panel", [t.$theme]]),
15914
- style: w({ zIndex: t.thisValue ? 30 : "" })
15916
+ style: b({ zIndex: t.thisValue ? 30 : "" })
15915
15917
  }, [
15916
15918
  u("div", {
15917
15919
  class: "fv-panel-back-board",
@@ -15924,7 +15926,7 @@ const Sp = {
15924
15926
  `${t.sideName}-side`,
15925
15927
  { "acrylic-style": e.isAcrylic }
15926
15928
  ]]),
15927
- style: w({
15929
+ style: b({
15928
15930
  width: t.finalWidth,
15929
15931
  height: t.finalHeight,
15930
15932
  background: e.background
@@ -15932,12 +15934,12 @@ const Sp = {
15932
15934
  }, [
15933
15935
  V(u("div", {
15934
15936
  class: "fv-panel-control-block",
15935
- style: w({ padding: e.controlPadding })
15937
+ style: b({ padding: e.controlPadding })
15936
15938
  }, [
15937
15939
  A(t.$slots, "header", {}, () => [
15938
15940
  u("p", {
15939
15941
  class: "panel-title",
15940
- style: w({
15942
+ style: b({
15941
15943
  "font-size": `${e.titleSize}px`,
15942
15944
  "font-weight": e.titleWeight,
15943
15945
  color: e.titleColor
@@ -15953,7 +15955,7 @@ const Sp = {
15953
15955
  ]),
15954
15956
  u("div", {
15955
15957
  class: "fv-panel-main-container",
15956
- style: w({ padding: e.contentPadding })
15958
+ style: b({ padding: e.contentPadding })
15957
15959
  }, [
15958
15960
  A(t.$slots, "container", {}, () => [
15959
15961
  ue(" Content Here ")
@@ -15961,7 +15963,7 @@ const Sp = {
15961
15963
  ], 4),
15962
15964
  V(u("div", {
15963
15965
  class: "fv-panel-footer",
15964
- style: w({ padding: e.controlPadding })
15966
+ style: b({ padding: e.controlPadding })
15965
15967
  }, [
15966
15968
  A(t.$slots, "footer", {}, () => [
15967
15969
  B(n, {
@@ -16114,11 +16116,11 @@ const Ip = { class: "persona-content-block" }, xp = {
16114
16116
  }, [
16115
16117
  u("div", {
16116
16118
  class: "persona-avatar",
16117
- style: w({ width: `${e.size}px`, height: `${e.size}px` })
16119
+ style: b({ width: `${e.size}px`, height: `${e.size}px` })
16118
16120
  }, [
16119
16121
  u("div", {
16120
16122
  class: "persona-bg",
16121
- style: w({
16123
+ style: b({
16122
16124
  background: e.background ? e.background : t.nameCardBackground,
16123
16125
  "font-size": `${e.size / 2.3}px`
16124
16126
  })
@@ -16130,7 +16132,7 @@ const Ip = { class: "persona-content-block" }, xp = {
16130
16132
  }, null, 8, ["src"])) : se("", !0),
16131
16133
  V(u("i", {
16132
16134
  class: D(["ms-Icon status-icon", [`ms-Icon--${t.currentIcon}`]]),
16133
- style: w({
16135
+ style: b({
16134
16136
  "font-size": `${t.iconFontSize}px`,
16135
16137
  color: t.currentIconColor
16136
16138
  })
@@ -16141,7 +16143,7 @@ const Ip = { class: "persona-content-block" }, xp = {
16141
16143
  V(u("div", Ip, [
16142
16144
  u("span", {
16143
16145
  class: "persona-title",
16144
- style: w({ "font-size": `${t.titleFontSize}px` })
16146
+ style: b({ "font-size": `${t.titleFontSize}px` })
16145
16147
  }, [
16146
16148
  A(t.$slots, "name", {}, () => [
16147
16149
  u("p", null, O(e.name), 1)
@@ -16149,7 +16151,7 @@ const Ip = { class: "persona-content-block" }, xp = {
16149
16151
  ], 4),
16150
16152
  u("span", {
16151
16153
  class: "persona-secondary",
16152
- style: w({ "font-size": `${t.secondaryFontSize}px` })
16154
+ style: b({ "font-size": `${t.secondaryFontSize}px` })
16153
16155
  }, [
16154
16156
  A(t.$slots, "secondary")
16155
16157
  ], 4)
@@ -16294,11 +16296,11 @@ function Fp(e, i, t, s, n, r) {
16294
16296
  return p(), y("div", Lp, [
16295
16297
  u("span", {
16296
16298
  class: "fv-pivot-s",
16297
- style: w({ "margin-left": `${n.domLeft}px`, width: `${n.domWidth}px` })
16299
+ style: b({ "margin-left": `${n.domLeft}px`, width: `${n.domWidth}px` })
16298
16300
  }, [
16299
16301
  u("p", {
16300
16302
  class: D(["fv-pivot-s-item", [{ "is-boxshadow": t.sliderBoxshadow }]]),
16301
- style: w({
16303
+ style: b({
16302
16304
  background: t.background,
16303
16305
  borderRadius: t.sliderBorderRadius + "px"
16304
16306
  })
@@ -16473,7 +16475,7 @@ const vo = /* @__PURE__ */ ye(Mp, [["render", Fp]]), Pp = { class: "pivot-wrappe
16473
16475
  setup(e, { emit: i }) {
16474
16476
  return (t, s) => (p(), y("div", {
16475
16477
  class: D(["fv-Pivot", [t.$theme, e.tab ? "tab" : ""]]),
16476
- style: w({
16478
+ style: b({
16477
16479
  padding: e.padding,
16478
16480
  background: e.background,
16479
16481
  borderRadius: e.borderRadius + "px"
@@ -16489,7 +16491,7 @@ const vo = /* @__PURE__ */ ye(Mp, [["render", Fp]]), Pp = { class: "pivot-wrappe
16489
16491
  key: r,
16490
16492
  ref_for: !0,
16491
16493
  ref: `item_${r}`,
16492
- style: w({ width: t.itemWidth(n), padding: e.itemPadding }),
16494
+ style: b({ width: t.itemWidth(n), padding: e.itemPadding }),
16493
16495
  onClick: (o) => t.itemClick(n)
16494
16496
  }, [
16495
16497
  A(t.$slots, "container", {
@@ -16499,7 +16501,7 @@ const vo = /* @__PURE__ */ ye(Mp, [["render", Fp]]), Pp = { class: "pivot-wrappe
16499
16501
  valueTrigger: t.valueTrigger
16500
16502
  }, () => [
16501
16503
  u("p", {
16502
- style: w({
16504
+ style: b({
16503
16505
  fontSize: `${e.fontSize}px`,
16504
16506
  color: t.eqal(n) ? e.choosenForeground : e.foreground
16505
16507
  })
@@ -16578,17 +16580,17 @@ const Wp = {
16578
16580
  e.loading.toString() != "true" ? "normal" : "",
16579
16581
  t.isDisabled ? "disabled" : ""
16580
16582
  ]]),
16581
- style: w({ background: e.background, borderRadius: e.borderRadius + "px" })
16583
+ style: b({ background: e.background, borderRadius: e.borderRadius + "px" })
16582
16584
  }, [
16583
16585
  (p(), y(ee, null, te(5, (n) => V(u("p", {
16584
16586
  class: "unit",
16585
- style: w({ background: e.foreground }),
16587
+ style: b({ background: e.foreground }),
16586
16588
  key: n
16587
16589
  }, null, 4), [
16588
16590
  [x, e.loading.toString() == "true"]
16589
16591
  ])), 64)),
16590
16592
  V(u("i", {
16591
- style: w({
16593
+ style: b({
16592
16594
  width: (t.percent <= 100 ? t.percent : 100) + "%",
16593
16595
  background: e.foreground,
16594
16596
  borderRadius: e.borderRadius + "px"
@@ -16641,7 +16643,7 @@ function Up(e, i, t, s, n, r) {
16641
16643
  class: D(["fv-progressRing-legacy", t.size])
16642
16644
  }, [
16643
16645
  (p(), y(ee, null, te(5, (o) => u("p", {
16644
- style: w(n.styles.p),
16646
+ style: b(n.styles.p),
16645
16647
  key: o
16646
16648
  }, null, 4)), 64))
16647
16649
  ], 2);
@@ -16740,7 +16742,7 @@ const bo = /* @__PURE__ */ ye(Gp, [["render", Up]]), Yp = ["width", "height"], _
16740
16742
  setup(e, { emit: i }) {
16741
16743
  return (t, s) => (p(), y("div", {
16742
16744
  class: D(["fv-ProgressRing", [t.$theme]]),
16743
- style: w({ width: `${e.r * 2}px`, height: `${e.r * 2}px` })
16745
+ style: b({ width: `${e.r * 2}px`, height: `${e.r * 2}px` })
16744
16746
  }, [
16745
16747
  V((p(), y("svg", {
16746
16748
  width: `${e.r * 2}px`,
@@ -16769,7 +16771,7 @@ const bo = /* @__PURE__ */ ye(Gp, [["render", Up]]), Yp = ["width", "height"], _
16769
16771
  fill: "none",
16770
16772
  "stroke-dashoffset": `${e.loading ? t.l - t.Loading.ratio / 100 * t.l : t.l - t.valueCache / 100 * t.l}px`,
16771
16773
  "stroke-dasharray": `${t.l}px`,
16772
- style: w({
16774
+ style: b({
16773
16775
  transform: `rotate(${e.loading ? t.Loading.rotate : -90}deg)`
16774
16776
  })
16775
16777
  }, null, 12, jp)
@@ -16865,7 +16867,7 @@ const Jp = ["src"], Qp = {
16865
16867
  { disabled: t.isDisabled }
16866
16868
  ]]),
16867
16869
  onClick: s[0] || (s[0] = (...n) => t.click && t.click(...n)),
16868
- style: w({
16870
+ style: b({
16869
16871
  "border-color": t.isActived ? e.foreground : "",
16870
16872
  "border-radius": `${e.iconBlockBorderRadius}px`,
16871
16873
  "border-width": `${e.iconBlockBorderWidth}px`
@@ -16875,13 +16877,13 @@ const Jp = ["src"], Qp = {
16875
16877
  type: "radio",
16876
16878
  ref: "button",
16877
16879
  class: D(["fv-radio-button", [{ actived: t.isActived }, { disabled: t.isDisabled }]]),
16878
- style: w({
16880
+ style: b({
16879
16881
  background: t.isActived ? e.foreground : ""
16880
16882
  })
16881
16883
  }, null, 6),
16882
16884
  u("label", {
16883
16885
  class: "fv-radio-label",
16884
- style: w({ color: e.color })
16886
+ style: b({ color: e.color })
16885
16887
  }, [
16886
16888
  e.image ? (p(), y("img", {
16887
16889
  key: 0,
@@ -17036,15 +17038,15 @@ const tv = { class: "fv-rating-container" }, iv = ["onMousemove", "onTouchmove",
17036
17038
  }, [
17037
17039
  u("i", {
17038
17040
  class: D(["ms-Icon background", [`ms-Icon--${e.defaultIcon}`]]),
17039
- style: w({ color: e.borderColor })
17041
+ style: b({ color: e.borderColor })
17040
17042
  }, null, 6),
17041
17043
  V(u("div", {
17042
17044
  class: "fv-rating-mask",
17043
- style: w({ width: `${t.itemRatio(r)}%` })
17045
+ style: b({ width: `${t.itemRatio(r)}%` })
17044
17046
  }, [
17045
17047
  u("i", {
17046
17048
  class: D(["ms-Icon foreground", [`ms-Icon--${e.selectedIcon}`]]),
17047
- style: w({ color: e.selectedColor })
17049
+ style: b({ color: e.selectedColor })
17048
17050
  }, null, 6)
17049
17051
  ], 4), [
17050
17052
  [x, t.itemShow(r)]
@@ -17461,7 +17463,7 @@ const dv = {
17461
17463
  setup(e, { emit: i }) {
17462
17464
  return (t, s) => (p(), y("div", {
17463
17465
  class: D(["fv-RevealContainer", [t.$theme]]),
17464
- style: w({ "border-radius": `${t.computedBorderRadius}px` }),
17466
+ style: b({ "border-radius": `${t.computedBorderRadius}px` }),
17465
17467
  onClick: s[0] || (s[0] = (n) => {
17466
17468
  n.preventDefault(), t.isDisabled || t.$emit("click", n);
17467
17469
  })
@@ -17534,7 +17536,7 @@ const dv = {
17534
17536
  y: e.borderWidth / 2,
17535
17537
  rx: t.computedBorderRadius,
17536
17538
  ry: t.computedBorderRadius,
17537
- style: w([{ "box-sizing": "border-box" }, {
17539
+ style: b([{ "box-sizing": "border-box" }, {
17538
17540
  width: `${t.offset.right - t.offset.left - e.borderWidth}px`,
17539
17541
  height: `${t.offset.bottom - t.offset.top - e.borderWidth}px`,
17540
17542
  stroke: `url(#borderG_${t.id})`,
@@ -17547,7 +17549,7 @@ const dv = {
17547
17549
  y: e.borderWidth / 2,
17548
17550
  rx: t.computedBorderRadius,
17549
17551
  ry: t.computedBorderRadius,
17550
- style: w([{ stroke: "transparent", "box-sizing": "border-box" }, {
17552
+ style: b([{ stroke: "transparent", "box-sizing": "border-box" }, {
17551
17553
  width: `${t.offset.right - t.offset.left - e.borderWidth}px`,
17552
17554
  height: `${t.offset.bottom - t.offset.top - e.borderWidth}px`,
17553
17555
  fill: t.inside ? `url(#clickG_${t.id})` : "transparent",
@@ -17641,7 +17643,7 @@ const xv = { class: "right-menu-list" }, Ev = /* @__PURE__ */ u("span", null, [
17641
17643
  default: H(() => [
17642
17644
  V(u("div", {
17643
17645
  class: D(["fv-RightMenu", [n.$theme]]),
17644
- style: w({
17646
+ style: b({
17645
17647
  left: n.posX + "px",
17646
17648
  top: n.posY + "px",
17647
17649
  width: e.rightMenuWidth + "px",
@@ -17999,7 +18001,7 @@ const Av = { class: "search-box-placeholder" }, zv = { class: "search-box-contai
17999
18001
  t.isUnderline ? "underline" : "",
18000
18002
  { shadow: e.isBoxShadow }
18001
18003
  ]]),
18002
- style: w([{ background: e.background, borderRadius: `${e.borderRadius}px` }]),
18004
+ style: b([{ background: e.background, borderRadius: `${e.borderRadius}px` }]),
18003
18005
  onKeydown: s[11] || (s[11] = (o) => t.show.searchResult = !0),
18004
18006
  onKeyup: s[12] || (s[12] = Xi((...o) => t.onBackspace && t.onBackspace(...o), ["delete"])),
18005
18007
  onClick: s[13] || (s[13] = (o) => t.isFocus = !0)
@@ -18017,7 +18019,7 @@ const Av = { class: "search-box-placeholder" }, zv = { class: "search-box-contai
18017
18019
  }, null, 8, ["parent", "backgroundColor", "borderColor", "borderWidth", "borderRadius", "disabled"]),
18018
18020
  u("div", {
18019
18021
  class: "search-box-wrapper-container",
18020
- style: w([
18022
+ style: b([
18021
18023
  t.thisBorderColor,
18022
18024
  {
18023
18025
  background: e.background,
@@ -18052,7 +18054,7 @@ const Av = { class: "search-box-placeholder" }, zv = { class: "search-box-contai
18052
18054
  disabled: t.isDisabled,
18053
18055
  maxlength: e.maxlength,
18054
18056
  ref: "input",
18055
- style: w({
18057
+ style: b({
18056
18058
  "font-size": `${e.fontSize}px`,
18057
18059
  "font-weight": e.fontWeight,
18058
18060
  color: e.foreground,
@@ -18170,7 +18172,7 @@ const Yv = /* @__PURE__ */ u("div", {
18170
18172
  u("div", {
18171
18173
  class: "shimmer-container",
18172
18174
  ref: "shimmer",
18173
- style: w({
18175
+ style: b({
18174
18176
  "background-image": `radial-gradient(circle ${t.gradientSize}px at ${t.x}px ${t.y}px, ${t.backgroundLightColor}, rgba(255,255,255,0))`
18175
18177
  })
18176
18178
  }, [
@@ -18377,14 +18379,14 @@ const qv = ["title"], Kv = { class: "fv-slider-unit-container" }, Jv = {
18377
18379
  u("div", {
18378
18380
  class: "fv-slider-main",
18379
18381
  ref: "bar",
18380
- style: w({
18382
+ style: b({
18381
18383
  background: t.progress >= 100 ? e.color : e.background ? e.background : ""
18382
18384
  })
18383
18385
  }, [
18384
18386
  u("div", {
18385
18387
  ref: "btn",
18386
18388
  class: "fv-slider-ring-container",
18387
- style: w({
18389
+ style: b({
18388
18390
  left: t.finalLeft + "px",
18389
18391
  top: t.finalTop + "px",
18390
18392
  background: e.iconWrapperBackground
@@ -18396,12 +18398,12 @@ const qv = ["title"], Kv = { class: "fv-slider-unit-container" }, Jv = {
18396
18398
  }, [
18397
18399
  u("i", {
18398
18400
  class: D(["ms-Icon fv-slider-ring-icon", [`ms-Icon--${e.icon}`]]),
18399
- style: w({ color: e.color })
18401
+ style: b({ color: e.color })
18400
18402
  }, null, 6)
18401
18403
  ], 36),
18402
18404
  u("div", {
18403
18405
  class: "fv-slider-loaded",
18404
- style: w({
18406
+ style: b({
18405
18407
  width: e.vertical ? "" : t.finalLeft + t.btnEl.width / 2 + "px",
18406
18408
  height: e.vertical ? t.finalTop + t.btnEl.height / 2 + "px" : "",
18407
18409
  background: e.color
@@ -18410,7 +18412,7 @@ const qv = ["title"], Kv = { class: "fv-slider-unit-container" }, Jv = {
18410
18412
  V(u("div", {
18411
18413
  class: "fv-slider-label",
18412
18414
  title: t.progress,
18413
- style: w({
18415
+ style: b({
18414
18416
  left: e.vertical ? "" : t.finalLeft - 20 + t.btnEl.width / 2 + "px",
18415
18417
  top: e.vertical ? t.finalTop - 14 + t.btnEl.height / 2 + "px" : ""
18416
18418
  })
@@ -18425,7 +18427,7 @@ const qv = ["title"], Kv = { class: "fv-slider-unit-container" }, Jv = {
18425
18427
  (p(!0), y(ee, null, te(t.scaleList, (n, r) => (p(), y("i", {
18426
18428
  key: `top: ${r}`,
18427
18429
  class: "fv-slider-unit-item first",
18428
- style: w({
18430
+ style: b({
18429
18431
  left: e.vertical ? "" : `calc(${n.ratio * (t.barEl.width - t.btnEl.width) + t.btnEl.width / 2}px)`,
18430
18432
  top: e.vertical ? `calc(${n.ratio * (t.barEl.height - t.btnEl.height) + t.btnEl.height / 2}px)` : ""
18431
18433
  })
@@ -18433,7 +18435,7 @@ const qv = ["title"], Kv = { class: "fv-slider-unit-container" }, Jv = {
18433
18435
  (p(!0), y(ee, null, te(t.scaleList, (n, r) => (p(), y("i", {
18434
18436
  key: `bottom: ${r}`,
18435
18437
  class: "fv-slider-unit-item second",
18436
- style: w({
18438
+ style: b({
18437
18439
  left: e.vertical ? "" : `calc(${n.ratio * (t.barEl.width - t.btnEl.width) + t.btnEl.width / 2}px)`,
18438
18440
  top: e.vertical ? `calc(${n.ratio * (t.barEl.height - t.btnEl.height) + t.btnEl.height / 2}px)` : ""
18439
18441
  })
@@ -18601,14 +18603,14 @@ const eb = {
18601
18603
  (p(!0), y(ee, null, te(e.leftOptions, (n, r) => (p(), y("div", {
18602
18604
  class: D(["fv-SwipeControl-btn", [t.valueTrigger(n.type)]]),
18603
18605
  key: r,
18604
- style: w({
18606
+ style: b({
18605
18607
  width: r === e.leftOptions.length - 1 ? "" : `${t.opWidth / e.leftOptions.length}px`
18606
18608
  }),
18607
18609
  onClick: (o) => t.callFunc(n)
18608
18610
  }, [
18609
18611
  u("div", {
18610
18612
  class: "fv-SwipeControl-btn-content-block",
18611
- style: w({
18613
+ style: b({
18612
18614
  width: `${t.opWidth / e.leftOptions.length}px`
18613
18615
  })
18614
18616
  }, [
@@ -18625,7 +18627,7 @@ const eb = {
18625
18627
  ]),
18626
18628
  u("div", {
18627
18629
  class: "fv-SwipeControl-main swiper-slide",
18628
- style: w({ padding: e.itemPadding })
18630
+ style: b({ padding: e.itemPadding })
18629
18631
  }, [
18630
18632
  A(t.$slots, "default", {}, () => [
18631
18633
  ue(" Swipe Control ")
@@ -18635,14 +18637,14 @@ const eb = {
18635
18637
  (p(!0), y(ee, null, te(t.thisOptions, (n, r) => (p(), y("div", {
18636
18638
  class: D(["fv-SwipeControl-btn", [t.valueTrigger(n.type)]]),
18637
18639
  key: r,
18638
- style: w({
18640
+ style: b({
18639
18641
  width: r === t.thisOptions.length - 1 ? "" : `${t.opWidth / t.thisOptions.length}px`
18640
18642
  }),
18641
18643
  onClick: (o) => t.callFunc(n)
18642
18644
  }, [
18643
18645
  u("div", {
18644
18646
  class: "fv-SwipeControl-btn-content-block",
18645
- style: w({
18647
+ style: b({
18646
18648
  width: `${t.opWidth / t.thisOptions.length}px`
18647
18649
  })
18648
18650
  }, [
@@ -18968,7 +18970,7 @@ const gb = Object.assign(mb, {
18968
18970
  setup(e, { emit: i }) {
18969
18971
  return (t, s) => (p(), y("div", {
18970
18972
  class: D(["fv-TabView", [t.$theme, { disabled: t.isDisabled }]]),
18971
- style: w({
18973
+ style: b({
18972
18974
  padding: e.padding,
18973
18975
  background: e.background,
18974
18976
  borderRadius: ct(e.borderRadius),
@@ -18993,7 +18995,7 @@ const gb = Object.assign(mb, {
18993
18995
  "drop-after": t.isDropPosition(n, "after")
18994
18996
  }]),
18995
18997
  key: n._tabViewKey,
18996
- style: w({
18998
+ style: b({
18997
18999
  ...t.tabItemSizeStyle,
18998
19000
  height: ct(e.itemHeight),
18999
19001
  color: t.eqal(n) ? e.choosenForeground || "" : e.foreground || "",
@@ -19017,7 +19019,7 @@ const gb = Object.assign(mb, {
19017
19019
  class: "tab-view-item-icon tab-view-item-image",
19018
19020
  src: t.itemImage(n),
19019
19021
  alt: t.itemTitle(n),
19020
- style: w({
19022
+ style: b({
19021
19023
  borderRadius: ct(e.imgBorderRadius)
19022
19024
  }),
19023
19025
  draggable: "false"
@@ -19028,13 +19030,13 @@ const gb = Object.assign(mb, {
19028
19030
  }, null, 2)) : se("", !0),
19029
19031
  u("p", {
19030
19032
  class: "tab-view-item-title",
19031
- style: w({ fontSize: ct(e.fontSize) })
19033
+ style: b({ fontSize: ct(e.fontSize) })
19032
19034
  }, O(t.itemTitle(n)), 5)
19033
19035
  ]),
19034
19036
  t.tabClosable(n) ? (p(), y("div", {
19035
19037
  key: 0,
19036
19038
  class: "tab-view-item-close",
19037
- style: w({ color: e.closeButtonForeground || "" }),
19039
+ style: b({ color: e.closeButtonForeground || "" }),
19038
19040
  onClick: ht((o) => t.closeItem(o, r, n), ["stop"])
19039
19041
  }, [
19040
19042
  A(t.$slots, "close-button", {
@@ -19043,7 +19045,7 @@ const gb = Object.assign(mb, {
19043
19045
  }, () => [
19044
19046
  u("i", {
19045
19047
  class: D(["ms-Icon", `ms-Icon--${e.closeButtonIcon}`]),
19046
- style: w({
19048
+ style: b({
19047
19049
  fontSize: ct(e.closeIconSize)
19048
19050
  })
19049
19051
  }, null, 6)
@@ -19059,7 +19061,7 @@ const gb = Object.assign(mb, {
19059
19061
  e.showAddButton ? (p(), y("div", {
19060
19062
  key: 0,
19061
19063
  class: D(["tab-view-add-button", { disabled: t.isDisabled }]),
19062
- style: w({
19064
+ style: b({
19063
19065
  width: ct(e.itemHeight),
19064
19066
  minWidth: ct(e.itemHeight),
19065
19067
  height: ct(e.itemHeight),
@@ -19228,11 +19230,11 @@ function yb(e, i, t, s, n, r) {
19228
19230
  ]),
19229
19231
  u("p", {
19230
19232
  class: D(["onDrop", [{ show: n.dropMode }]]),
19231
- style: w({ background: n.dropMode ? t.foreground : "" })
19233
+ style: b({ background: n.dropMode ? t.foreground : "" })
19232
19234
  }, null, 6),
19233
19235
  u("div", {
19234
19236
  class: "fv-tableview-cell-item check-box",
19235
- style: w([r.computedRowStyles])
19237
+ style: b([r.computedRowStyles])
19236
19238
  }, [
19237
19239
  B(o, {
19238
19240
  modelValue: t.row.choosen,
@@ -19253,7 +19255,7 @@ function yb(e, i, t, s, n, r) {
19253
19255
  fixedLeftWidth: r.fixedLeftWidth[l],
19254
19256
  fixedRightWidth: r.fixedRightWidth[l],
19255
19257
  theme: t.theme,
19256
- style: w([r.computedRowStyles]),
19258
+ style: b([r.computedRowStyles]),
19257
19259
  onDropItem: i[4] || (i[4] = (d) => e.$emit("drop-item", d)),
19258
19260
  onSetSelect: i[5] || (i[5] = (d) => e.$emit("set-select", d))
19259
19261
  }, null, 40, ["modelValue", "head", "i18n", "selectPos", "foreground", "row_index", "col_index", "fixedLeftWidth", "fixedRightWidth", "theme", "style"])), [
@@ -19261,7 +19263,7 @@ function yb(e, i, t, s, n, r) {
19261
19263
  ])), 128)),
19262
19264
  u("div", {
19263
19265
  class: "fv-tableview-cell-item op-tools",
19264
- style: w([r.computedRowStyles])
19266
+ style: b([r.computedRowStyles])
19265
19267
  }, null, 4)
19266
19268
  ], 42, bb);
19267
19269
  }
@@ -19487,7 +19489,7 @@ function Bb(e, i, t, s, n, r) {
19487
19489
  }, [
19488
19490
  u("i", {
19489
19491
  class: "onDrop",
19490
- style: w({ background: n.dropHead === a ? r.dropBackground : "" })
19492
+ style: b({ background: n.dropHead === a ? r.dropBackground : "" })
19491
19493
  }, null, 4),
19492
19494
  u("div", Mb, [
19493
19495
  V(u("i", {
@@ -19673,7 +19675,7 @@ function Xb(e, i, t, s, n, r) {
19673
19675
  }, [
19674
19676
  u("i", {
19675
19677
  class: "onDrop",
19676
- style: w({
19678
+ style: b({
19677
19679
  background: n.dropHead === h ? r.dropBackground : ""
19678
19680
  })
19679
19681
  }, null, 4),
@@ -19922,7 +19924,7 @@ function e0(e, i, t, s, n, r) {
19922
19924
  V(u("div", {
19923
19925
  draggable: "false",
19924
19926
  class: "fv-tableview-edit-wrapper-container",
19925
- style: w({ width: t.wrapperWidth }),
19927
+ style: b({ width: t.wrapperWidth }),
19926
19928
  onDragstart: i[0] || (i[0] = (...a) => r.stopDragWrapper && r.stopDragWrapper(...a)),
19927
19929
  onClick: i[1] || (i[1] = (a) => a.stopPropagation())
19928
19930
  }, [
@@ -20083,7 +20085,7 @@ const ts = /* @__PURE__ */ ye(Zb, [["render", e0]]), t0 = { style: { "margin-lef
20083
20085
  onDragover: s[20] || (s[20] = (...o) => t.dragOver && t.dragOver(...o)),
20084
20086
  onDragleave: s[21] || (s[21] = (...o) => t.dragLeave && t.dragLeave(...o)),
20085
20087
  onDrop: s[22] || (s[22] = (...o) => t.dropItem && t.dropItem(...o)),
20086
- style: w({
20088
+ style: b({
20087
20089
  left: t.modelValue.fixed && !t.modelValue.fixedSide ? t.fixedLeftWidth + "px" : "",
20088
20090
  right: t.modelValue.fixed && t.modelValue.fixedSide ? t.fixedRightWidth + "px" : "",
20089
20091
  width: t.modelValue.width + "px",
@@ -20414,7 +20416,7 @@ const ts = /* @__PURE__ */ ye(Zb, [["render", e0]]), t0 = { style: { "margin-lef
20414
20416
  "first-selected": t.isFirstSelected
20415
20417
  }
20416
20418
  ]]),
20417
- style: w({
20419
+ style: b({
20418
20420
  left: t.head.fixed && !t.head.fixedSide ? t.fixedLeftWidth + "px" : "",
20419
20421
  right: t.head.fixed && t.head.fixedSide ? t.fixedRightWidth + "px" : "",
20420
20422
  width: t.head.width + "px",
@@ -20435,7 +20437,7 @@ const ts = /* @__PURE__ */ ye(Zb, [["render", e0]]), t0 = { style: { "margin-lef
20435
20437
  ], 32),
20436
20438
  V(u("p", {
20437
20439
  class: "fv-tableview-cell-sync-btn",
20438
- style: w({ "border-color": t.outlineColor }),
20440
+ style: b({ "border-color": t.outlineColor }),
20439
20441
  onMousedown: s[3] || (s[3] = (r) => t.mouseFunc(r, "sync-down"))
20440
20442
  }, null, 36), [
20441
20443
  [x, t.isFirstSelected]
@@ -20788,7 +20790,7 @@ const L0 = { class: "fv-tableview-default-edittool-row between" }, F0 = {
20788
20790
  (p(!0), y(ee, null, te(t.showAsList, (l, d) => (p(), y("div", {
20789
20791
  key: d,
20790
20792
  class: "hor-item",
20791
- style: w({
20793
+ style: b({
20792
20794
  color: t.modelValue.showAs === l.key ? t.foreground : "",
20793
20795
  outline: t.modelValue.showAs === l.key ? `2px solid ${t.foreground}` : ""
20794
20796
  }),
@@ -20813,7 +20815,7 @@ const L0 = { class: "fv-tableview-default-edittool-row between" }, F0 = {
20813
20815
  options: H((l) => [
20814
20816
  u("i", {
20815
20817
  class: "color-block",
20816
- style: w([{ background: l.option.color }, { "flex-shrink": "0" }])
20818
+ style: b([{ background: l.option.color }, { "flex-shrink": "0" }])
20817
20819
  }, null, 4),
20818
20820
  u("p", H0, O(t.i18n(t.getColorName(l.option.name))), 1)
20819
20821
  ]),
@@ -20821,7 +20823,7 @@ const L0 = { class: "fv-tableview-default-edittool-row between" }, F0 = {
20821
20823
  u("div", G0, [
20822
20824
  u("i", {
20823
20825
  class: "color-block",
20824
- style: w({
20826
+ style: b({
20825
20827
  background: l.value.length > 0 ? l.value[0].color : ""
20826
20828
  })
20827
20829
  }, null, 4),
@@ -22171,7 +22173,7 @@ const rn = Vo, q0 = Z(To), K0 = { style: { width: "100%", "padding-right": "5px"
22171
22173
  ]),
22172
22174
  u("div", {
22173
22175
  class: "fv-tableview-head-row",
22174
- style: w({ width: t.sumWidth + "px" })
22176
+ style: b({ width: t.sumWidth + "px" })
22175
22177
  }, [
22176
22178
  u("div", Dw, [
22177
22179
  B(r, {
@@ -22224,7 +22226,7 @@ const rn = Vo, q0 = Z(To), K0 = { style: { width: "100%", "padding-right": "5px"
22224
22226
  theme: t.$theme,
22225
22227
  extensions: t.thisExtensions,
22226
22228
  dragItem: t.drag.rowItem,
22227
- style: w({ width: t.sumWidth + "px" }),
22229
+ style: b({ width: t.sumWidth + "px" }),
22228
22230
  onUpdateDragItem: s[3] || (s[3] = (d) => t.drag.rowItem = d),
22229
22231
  onDropItem: (d) => t.swapRow(d.drag, a),
22230
22232
  onAddRow: (d) => t.addRow(l),
@@ -22233,7 +22235,7 @@ const rn = Vo, q0 = Z(To), K0 = { style: { width: "100%", "padding-right": "5px"
22233
22235
  }, null, 8, ["modelValue", "row", "row_index", "i18n", "selectPos", "foreground", "theme", "extensions", "dragItem", "style", "onDropItem", "onAddRow", "onSetSelect", "onRightclick"]))), 128)),
22234
22236
  u("div", {
22235
22237
  class: "fv-tableview-data-row newline",
22236
- style: w({ width: t.sumWidth + "px" }),
22238
+ style: b({ width: t.sumWidth + "px" }),
22237
22239
  onClick: s[4] || (s[4] = (a) => t.addRow())
22238
22240
  }, [
22239
22241
  Lw,
@@ -22450,7 +22452,7 @@ const zw = ["onClick"], Ww = { class: "fv-tag-default-content" }, Nw = { class:
22450
22452
  e.size,
22451
22453
  { disabled: r.disabled }
22452
22454
  ]]),
22453
- style: w({
22455
+ style: b({
22454
22456
  background: r.background ? t.getColor(r.background).background : "",
22455
22457
  borderColor: r.background ? t.getColor(r.background).borderColor : "",
22456
22458
  color: r.background ? t.getColor(r.background).color : "",
@@ -22460,7 +22462,7 @@ const zw = ["onClick"], Ww = { class: "fv-tag-default-content" }, Nw = { class:
22460
22462
  }, [
22461
22463
  u("span", {
22462
22464
  class: "fv-tag-content",
22463
- style: w({ "font-size": e.fontSize + "px" })
22465
+ style: b({ "font-size": e.fontSize + "px" })
22464
22466
  }, [
22465
22467
  A(t.$slots, "default", {}, () => [
22466
22468
  u("p", Ww, O(r.text), 1)
@@ -22478,7 +22480,7 @@ const zw = ["onClick"], Ww = { class: "fv-tag-default-content" }, Nw = { class:
22478
22480
  V(u("div", {
22479
22481
  ref: "add",
22480
22482
  class: D(["fv-tag-item controller", [e.size]]),
22481
- style: w({
22483
+ style: b({
22482
22484
  background: e.newTagBackground ? t.getColor(e.newTagBackground).background : "",
22483
22485
  borderColor: e.newTagBackground ? t.getColor(e.newTagBackground).borderColor : "",
22484
22486
  color: e.newTagBackground ? t.getColor(e.newTagBackground).color : "",
@@ -22491,7 +22493,7 @@ const zw = ["onClick"], Ww = { class: "fv-tag-default-content" }, Nw = { class:
22491
22493
  ]),
22492
22494
  V(u("span", {
22493
22495
  class: "fv-tag-content",
22494
- style: w({ "font-size": e.fontSize + "px" })
22496
+ style: b({ "font-size": e.fontSize + "px" })
22495
22497
  }, [
22496
22498
  A(t.$slots, "default", {}, () => [
22497
22499
  u("p", _w, O(e.newTagPlaceholder), 1)
@@ -22725,7 +22727,7 @@ function Zw(e, i, t, s, n, r) {
22725
22727
  readonly: r.isReadOnly,
22726
22728
  disabled: r.isDisabled,
22727
22729
  ref: "input",
22728
- style: w({
22730
+ style: b({
22729
22731
  "font-size": `${t.fontSize}px`,
22730
22732
  "font-weight": t.fontWeight,
22731
22733
  color: t.foreground,
@@ -22885,7 +22887,7 @@ function ny(e, i, t, s, n, r) {
22885
22887
  disabled: r.isDisabled,
22886
22888
  maxlength: t.maxlength,
22887
22889
  ref: "input",
22888
- style: w({
22890
+ style: b({
22889
22891
  "font-size": `${t.fontSize}px`,
22890
22892
  "font-weight": t.fontWeight,
22891
22893
  color: t.foreground,
@@ -23113,7 +23115,7 @@ const Eo = /* @__PURE__ */ ye(ty, [["render", ny]]), ry = { class: "fix-block" }
23113
23115
  r.isUnderline ? "underline" : "",
23114
23116
  { shadow: e.isBoxShadow }
23115
23117
  ]]),
23116
- style: w([{ background: e.background, borderRadius: `${e.borderRadius}px` }]),
23118
+ style: b([{ background: e.background, borderRadius: `${e.borderRadius}px` }]),
23117
23119
  onClick: o[8] || (o[8] = (l) => {
23118
23120
  r.isFocus = !0, r.$emit("click", l);
23119
23121
  })
@@ -23131,7 +23133,7 @@ const Eo = /* @__PURE__ */ ye(ty, [["render", ny]]), ry = { class: "fix-block" }
23131
23133
  }, null, 8, ["parent", "backgroundColor", "borderColor", "borderWidth", "borderRadius", "disabled"]),
23132
23134
  u("div", {
23133
23135
  class: "fv-text-box-wrapper-container",
23134
- style: w({
23136
+ style: b({
23135
23137
  borderWidth: `${e.borderWidth}px`,
23136
23138
  borderColor: r.isFocus ? e.focusBorderColor : e.borderColor,
23137
23139
  borderRadius: `${e.borderRadius}px`
@@ -23145,7 +23147,7 @@ const Eo = /* @__PURE__ */ ye(ty, [["render", ny]]), ry = { class: "fix-block" }
23145
23147
  A(r.$slots, "left-icon", {}, () => [
23146
23148
  V(u("i", {
23147
23149
  class: D(["ms-Icon icon-block", [`ms-Icon--${e.leftIcon}`]]),
23148
- style: w({ color: e.iconForeground }),
23150
+ style: b({ color: e.iconForeground }),
23149
23151
  onClick: o[0] || (o[0] = (l) => r.$emit("left-icon-click", l))
23150
23152
  }, null, 6), [
23151
23153
  [x, e.leftIcon != ""]
@@ -23182,7 +23184,7 @@ const Eo = /* @__PURE__ */ ye(ty, [["render", ny]]), ry = { class: "fix-block" }
23182
23184
  A(r.$slots, "icon", {}, () => [
23183
23185
  V(u("i", {
23184
23186
  class: D(["ms-Icon icon-block", [`ms-Icon--${e.icon}`]]),
23185
- style: w({ color: e.iconForeground }),
23187
+ style: b({ color: e.iconForeground }),
23186
23188
  onClick: o[7] || (o[7] = (l) => r.$emit("icon-click", l))
23187
23189
  }, null, 6), [
23188
23190
  [x, e.icon != ""]
@@ -23326,7 +23328,7 @@ const uy = ["placeholder", "readonly", "disabled", "maxlength"], hy = {
23326
23328
  { underline: t.isUnderline },
23327
23329
  { shadow: e.isBoxShadow }
23328
23330
  ]]),
23329
- style: w([{ background: e.background, borderRadius: `${e.borderRadius}px` }])
23331
+ style: b([{ background: e.background, borderRadius: `${e.borderRadius}px` }])
23330
23332
  }, [
23331
23333
  B(n, {
23332
23334
  parent: () => t.$el,
@@ -23341,7 +23343,7 @@ const uy = ["placeholder", "readonly", "disabled", "maxlength"], hy = {
23341
23343
  }, null, 8, ["parent", "backgroundColor", "borderColor", "borderWidth", "borderRadius", "disabled"]),
23342
23344
  u("div", {
23343
23345
  class: "text-field-wrapper-container",
23344
- style: w({
23346
+ style: b({
23345
23347
  borderWidth: `${e.borderWidth}px`,
23346
23348
  borderColor: t.isFocus ? e.focusBorderColor : e.borderColor,
23347
23349
  borderRadius: `${e.borderRadius}px`
@@ -23354,7 +23356,7 @@ const uy = ["placeholder", "readonly", "disabled", "maxlength"], hy = {
23354
23356
  readonly: t.isReadOnly,
23355
23357
  disabled: t.isDisabled,
23356
23358
  maxlength: e.maxlength,
23357
- style: w({
23359
+ style: b({
23358
23360
  "font-size": `${e.fontSize}px`,
23359
23361
  "font-weight": e.fontWeight,
23360
23362
  color: e.foreground,
@@ -23617,11 +23619,11 @@ const Yy = {
23617
23619
  setup(e, { emit: i }) {
23618
23620
  return (t, s) => (p(), y("div", {
23619
23621
  class: D(["fv-TimePicker", [t.$theme, { disabled: e.disabled }]]),
23620
- style: w({ "--hover-color": e.hoverColor })
23622
+ style: b({ "--hover-color": e.hoverColor })
23621
23623
  }, [
23622
23624
  u("div", {
23623
23625
  class: "fv-time-picker-input",
23624
- style: w({ background: e.inputBackground }),
23626
+ style: b({ background: e.inputBackground }),
23625
23627
  onClick: s[0] || (s[0] = (n) => t.focus())
23626
23628
  }, [
23627
23629
  u("input", {
@@ -23633,12 +23635,12 @@ const Yy = {
23633
23635
  value: t.showTime(1),
23634
23636
  readonly: "",
23635
23637
  class: "fv-time-picker-input-item",
23636
- style: w({ borderColor: e.innerBorderColor })
23638
+ style: b({ borderColor: e.innerBorderColor })
23637
23639
  }, null, 12, gy),
23638
23640
  V(u("input", {
23639
23641
  value: e.period[t.decodeTime(2)],
23640
23642
  readonly: "",
23641
- style: w({ borderColor: e.innerBorderColor }),
23643
+ style: b({ borderColor: e.innerBorderColor }),
23642
23644
  class: "fv-time-picker-input-item"
23643
23645
  }, null, 12, py), [
23644
23646
  [x, e.timeType == 12]
@@ -23648,36 +23650,36 @@ const Yy = {
23648
23650
  default: H(() => [
23649
23651
  V(u("div", {
23650
23652
  class: "fv-time-picker-options",
23651
- style: w({ background: e.optionBackground })
23653
+ style: b({ background: e.optionBackground })
23652
23654
  }, [
23653
23655
  u("div", vy, [
23654
23656
  u("div", {
23655
23657
  class: "fv-time-picker-options-body-mask",
23656
- style: w({ background: e.selectedBackground })
23658
+ style: b({ background: e.selectedBackground })
23657
23659
  }, null, 4),
23658
23660
  u("div", {
23659
23661
  class: "fv-time-picker-options-body-col",
23660
- style: w({ borderColor: e.innerBorderColor })
23662
+ style: b({ borderColor: e.innerBorderColor })
23661
23663
  }, [
23662
23664
  u("div", {
23663
23665
  class: "fv-time-picker-options-body-col-up",
23664
- style: w({ background: e.slideBtnBackground }),
23666
+ style: b({ background: e.slideBtnBackground }),
23665
23667
  onClick: s[1] || (s[1] = (n) => t.hourSwiper.slidePrev())
23666
23668
  }, wy, 4),
23667
23669
  u("div", yy, $y, 512),
23668
23670
  u("div", {
23669
23671
  class: "fv-time-picker-options-body-col-down",
23670
- style: w({ background: e.slideBtnBackground }),
23672
+ style: b({ background: e.slideBtnBackground }),
23671
23673
  onClick: s[2] || (s[2] = (n) => t.hourSwiper.slideNext())
23672
23674
  }, Sy, 4)
23673
23675
  ], 4),
23674
23676
  u("div", {
23675
23677
  class: "fv-time-picker-options-body-col",
23676
- style: w({ borderColor: e.innerBorderColor })
23678
+ style: b({ borderColor: e.innerBorderColor })
23677
23679
  }, [
23678
23680
  u("div", {
23679
23681
  class: "fv-time-picker-options-body-col-up",
23680
- style: w({ background: e.slideBtnBackground }),
23682
+ style: b({ background: e.slideBtnBackground }),
23681
23683
  onClick: s[3] || (s[3] = (n) => t.minuteSwiper.slidePrev())
23682
23684
  }, Ty, 4),
23683
23685
  u("div", Iy, [
@@ -23687,14 +23689,14 @@ const Yy = {
23687
23689
  ], 512),
23688
23690
  u("div", {
23689
23691
  class: "fv-time-picker-options-body-col-down",
23690
- style: w({ background: e.slideBtnBackground }),
23692
+ style: b({ background: e.slideBtnBackground }),
23691
23693
  onClick: s[4] || (s[4] = (n) => t.minuteSwiper.slideNext())
23692
23694
  }, My, 4)
23693
23695
  ], 4),
23694
23696
  V(u("div", Ly, [
23695
23697
  u("div", {
23696
23698
  class: "fv-time-picker-options-body-col-up",
23697
- style: w({ background: e.slideBtnBackground }),
23699
+ style: b({ background: e.slideBtnBackground }),
23698
23700
  onClick: s[5] || (s[5] = (n) => t.periodSwiper.slidePrev())
23699
23701
  }, Py, 4),
23700
23702
  u("div", Ry, [
@@ -23704,7 +23706,7 @@ const Yy = {
23704
23706
  ], 512),
23705
23707
  u("div", {
23706
23708
  class: "fv-time-picker-options-body-col-down",
23707
- style: w({ background: e.slideBtnBackground }),
23709
+ style: b({ background: e.slideBtnBackground }),
23708
23710
  onClick: s[6] || (s[6] = (n) => t.periodSwiper.slideNext())
23709
23711
  }, zy, 4)
23710
23712
  ], 512), [
@@ -23789,7 +23791,7 @@ const Xy = {
23789
23791
  function qy(e, i, t, s, n, r) {
23790
23792
  return p(), y("div", {
23791
23793
  class: "fv-toggle-ring",
23792
- style: w({ left: n.moveable ? `${t.left}px` : "", background: t.value ? "" : t.ringBackground }),
23794
+ style: b({ left: n.moveable ? `${t.left}px` : "", background: t.value ? "" : t.ringBackground }),
23793
23795
  onMousedown: i[0] || (i[0] = (...o) => r.forward && r.forward(...o)),
23794
23796
  onMouseup: i[1] || (i[1] = (...o) => r.stop && r.stop(...o)),
23795
23797
  onTouchstart: i[2] || (i[2] = (...o) => r.forward && r.forward(...o)),
@@ -23900,7 +23902,7 @@ const Do = /* @__PURE__ */ ye(Xy, [["render", qy]]), Ky = {
23900
23902
  u("div", {
23901
23903
  class: D(["fv-toggle-border", { "toggle-on": t.thisValue }]),
23902
23904
  ref: "border",
23903
- style: w([
23905
+ style: b([
23904
23906
  {
23905
23907
  width: t.finalWidth,
23906
23908
  height: t.finalHeight,
@@ -23924,7 +23926,7 @@ const Do = /* @__PURE__ */ ye(Xy, [["render", qy]]), Ky = {
23924
23926
  }, null, 8, ["value", "left", "ringBackground", "theme", "onMousedown", "onTouchstart", "onMousemove", "onTouchmove", "onMouseup", "onTouchend"]),
23925
23927
  V(u("p", {
23926
23928
  class: "fv-toggle-inside-content",
23927
- style: w([{
23929
+ style: b([{
23928
23930
  left: t.thisValue ? "10px" : "",
23929
23931
  right: t.thisValue ? "" : "10px",
23930
23932
  color: t.thisValue ? "white" : e.offForeground
@@ -23935,7 +23937,7 @@ const Do = /* @__PURE__ */ ye(Xy, [["render", qy]]), Ky = {
23935
23937
  ], 6),
23936
23938
  V(u("p", {
23937
23939
  class: "fv-toggle-content",
23938
- style: w({ color: t.thisValue ? e.onForeground : e.offForeground })
23940
+ style: b({ color: t.thisValue ? e.onForeground : e.offForeground })
23939
23941
  }, O(t.thisValue ? e.on : e.off), 5), [
23940
23942
  [x, !e.insideContent]
23941
23943
  ])
@@ -23999,6 +24001,9 @@ const Zy = {
23999
24001
  unexpandedIcon: {
24000
24002
  default: "ChevronRightSmall"
24001
24003
  },
24004
+ expanderIconColor: {
24005
+ default: ""
24006
+ },
24002
24007
  itemHeight: {
24003
24008
  default: 30
24004
24009
  },
@@ -24164,12 +24169,13 @@ function o1(e, i, t, s, n, r) {
24164
24169
  class: "fv-tree-view-item",
24165
24170
  draggable: t.draggable,
24166
24171
  onDragstart: i[21] || (i[21] = (...d) => r.handleDrag && r.handleDrag(...d)),
24167
- onDragend: i[22] || (i[22] = (d) => n.dragMode = !1)
24172
+ onDragend: i[22] || (i[22] = (d) => n.dragMode = !1),
24173
+ style: b({ "--tree-view-expander-icon-color": t.expanderIconColor })
24168
24174
  }, [
24169
24175
  u("div", {
24170
24176
  class: D(["fv-tree-view-item-container", [{ selected: t.modelValue.selected, disabled: r.valueTrigger(t.modelValue.disabled) }]]),
24171
24177
  ref: "item",
24172
- style: w({ height: `${t.itemHeight}px`, "background-color": n.dropMode === "enter" ? t.dropBackgroundColor : r.backgroundColor, "border-top": n.dropMode === "before" ? `${t.itemHeight}px solid transparent` : "" }),
24178
+ style: b({ height: `${t.itemHeight}px`, "background-color": n.dropMode === "enter" ? t.dropBackgroundColor : r.backgroundColor, "border-top": n.dropMode === "before" ? `${t.itemHeight}px solid transparent` : "" }),
24173
24179
  onDragover: i[3] || (i[3] = (...d) => r.dragOver && r.dragOver(...d)),
24174
24180
  onDragleave: i[4] || (i[4] = (...d) => r.dragLeave && r.dragLeave(...d)),
24175
24181
  onDrop: i[5] || (i[5] = (...d) => r.dropItem && r.dropItem(...d)),
@@ -24183,7 +24189,7 @@ function o1(e, i, t, s, n, r) {
24183
24189
  }, [
24184
24190
  V(u("i", {
24185
24191
  class: "fv-tree-view-item-choosen-bar",
24186
- style: w({ background: t.foreground })
24192
+ style: b({ background: t.foreground })
24187
24193
  }, null, 4), [
24188
24194
  [x, t.modelValue.selected && !t.checkable]
24189
24195
  ]),
@@ -24200,7 +24206,7 @@ function o1(e, i, t, s, n, r) {
24200
24206
  ]),
24201
24207
  u("div", {
24202
24208
  class: "fv-tree-view-item-container-main",
24203
- style: w({ "padding-left": `${t.deep * t.space}px` })
24209
+ style: b({ "padding-left": `${t.deep * t.space}px` })
24204
24210
  }, [
24205
24211
  t.expandedIconPosition === "left" ? (p(), y("div", t1, [
24206
24212
  !r.valueTrigger(t.modelValue.loading) || !t.showLoading ? V((p(), y("i", {
@@ -24236,7 +24242,7 @@ function o1(e, i, t, s, n, r) {
24236
24242
  }, null, 8, s1)) : se("", !0),
24237
24243
  u("p", {
24238
24244
  class: "fv-tree-view-item-text",
24239
- style: w({ "margin-left": t.modelValue.icon ? "10px" : "" })
24245
+ style: b({ "margin-left": t.modelValue.icon ? "10px" : "" })
24240
24246
  }, O(r.valueTrigger(t.modelValue.label)), 5)
24241
24247
  ])
24242
24248
  ]),
@@ -24305,7 +24311,7 @@ function o1(e, i, t, s, n, r) {
24305
24311
  ]),
24306
24312
  _: 3
24307
24313
  })
24308
- ], 40, e1)), [
24314
+ ], 44, e1)), [
24309
24315
  [x, r.valueTrigger(t.modelValue.show) !== !1]
24310
24316
  ]) : se("", !0);
24311
24317
  }
@@ -24384,6 +24390,9 @@ const Mo = /* @__PURE__ */ ye(Zy, [["render", o1]]), a1 = {
24384
24390
  unexpandedIcon: {
24385
24391
  default: "ChevronRightSmall"
24386
24392
  },
24393
+ expanderIconColor: {
24394
+ default: ""
24395
+ },
24387
24396
  foreground: {
24388
24397
  default: "rgba(0, 90, 158, 1)"
24389
24398
  },
@@ -24430,6 +24439,7 @@ const Mo = /* @__PURE__ */ ye(Zy, [["render", o1]]), a1 = {
24430
24439
  foreground: e.foreground,
24431
24440
  expandedIcon: e.expandedIcon,
24432
24441
  unexpandedIcon: e.unexpandedIcon,
24442
+ expanderIconColor: e.expanderIconColor,
24433
24443
  backgroundColorHover: e.backgroundColorHover,
24434
24444
  backgroundColorActive: e.backgroundColorActive,
24435
24445
  itemHeight: e.itemHeight,
@@ -24453,7 +24463,7 @@ const Mo = /* @__PURE__ */ ye(Zy, [["render", o1]]), a1 = {
24453
24463
  })
24454
24464
  ]),
24455
24465
  _: 2
24456
- }, 1032, ["modelValue", "kIndex", "space", "draggable", "checkable", "expandClickMode", "foreground", "expandedIcon", "unexpandedIcon", "backgroundColorHover", "backgroundColorActive", "itemHeight", "expandedIconPosition", "showLoading", "dragItem", "theme", "onRequireRender", "onSelectedChange"]))), 128))
24466
+ }, 1032, ["modelValue", "kIndex", "space", "draggable", "checkable", "expandClickMode", "foreground", "expandedIcon", "unexpandedIcon", "expanderIconColor", "backgroundColorHover", "backgroundColorActive", "itemHeight", "expandedIconPosition", "showLoading", "dragItem", "theme", "onRequireRender", "onSelectedChange"]))), 128))
24457
24467
  ], 2));
24458
24468
  }
24459
24469
  }), d1 = Z(l1);
@@ -24798,7 +24808,7 @@ const Oi = /* @__PURE__ */ ye(f1, [["render", p1]]), v1 = { style: { "margin-lef
24798
24808
  "is-acrylic": e.isAcrylic
24799
24809
  }
24800
24810
  ]]),
24801
- style: w({
24811
+ style: b({
24802
24812
  left: t.currentLeft,
24803
24813
  top: t.currentTop,
24804
24814
  width: t.currentWidth == 0 ? "" : `${t.currentWidth}px`,