@wwtdev/bsds-components-vue3 2.27.1 → 2.28.0

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.
@@ -1,5 +1,5 @@
1
- import { unref as c, ref as O, computed as h, watch as Y, onMounted as ee, onUnmounted as $e, shallowRef as Ye, defineAsyncComponent as An, useId as mt, openBlock as r, createElementBlock as p, createElementVNode as w, renderSlot as L, createBlock as V, resolveDynamicComponent as le, createCommentVNode as A, createTextVNode as X, toDisplayString as E, createVNode as N, useAttrs as ve, useSlots as yt, mergeProps as G, withCtx as q, normalizeClass as ce, Fragment as Q, toHandlers as ft, withDirectives as me, vShow as ye, onBeforeUnmount as Xe, onBeforeMount as gt, nextTick as Pe, createSlots as pt, renderList as ne, Teleport as zn, Transition as bt, provide as fe, withKeys as Ue, withModifiers as ke, inject as de, resolveComponent as Gt, mergeModels as En, useModel as Pn, isRef as Ln, normalizeStyle as Vn, h as oe, useTemplateRef as Mn, readonly as Pt, cloneVNode as Nn } from "vue";
2
- import { BsIconCaretDown as ze, BsIconSmallCaretRight as qn, BsIconSmallCaretLeft as Rn, BsIconCircleExclamation as wt, BsIconClose as he, BsIconWarning as ht, BsIconCalendar as Yt, BsIconCaretRight as Xt, BsIconCaretLeft as Zt, BsIconSearch as jn, BsIconSmallExternalLink as vt, BsIconCaretSort as Qt, BsIconCaretLeftDouble as Fn, BsIconCaretRightDouble as Wn, BsIconCaretSortUp as Un, BsIconCaretSortDown as Kn, BsIconActionEllipsis as Hn, BsIconGraphPieEmpty as Lt, BsIconCircleStop as Gn, BsIconCircleCheck as Yn, BsIconCircleX as Xn, BsIconCircleEllipsis as Zn, BsIconCirclePlay as Qn, BsIconCirclePause as Jn, BsIconThumbsUpStroke as _n, BsIconCaretUp as ea } from "@wwtdev/bsds-icons-vue3";
1
+ import { unref as c, ref as O, computed as h, watch as Y, onMounted as ee, onUnmounted as $e, shallowRef as Ye, defineAsyncComponent as An, useId as mt, createElementBlock as p, openBlock as r, createElementVNode as w, createCommentVNode as A, createVNode as N, renderSlot as L, createBlock as V, resolveDynamicComponent as le, createTextVNode as X, toDisplayString as E, useAttrs as ve, useSlots as yt, mergeProps as G, withCtx as q, normalizeClass as ce, Fragment as Q, withDirectives as me, toHandlers as ft, vShow as ye, onBeforeUnmount as Xe, onBeforeMount as gt, nextTick as Pe, createSlots as pt, renderList as ne, Teleport as zn, Transition as bt, provide as fe, withKeys as Ue, withModifiers as ke, inject as de, resolveComponent as Gt, mergeModels as En, useModel as Pn, isRef as Ln, normalizeStyle as Vn, h as oe, useTemplateRef as Mn, readonly as Pt, cloneVNode as Nn } from "vue";
2
+ import { BsIconCaretDown as ze, BsIconSmallCaretRight as qn, BsIconSmallCaretLeft as Rn, BsIconCircleExclamation as wt, BsIconClose as he, BsIconWarning as ht, BsIconCalendar as Yt, BsIconCaretRight as Xt, BsIconCaretLeft as Zt, BsIconSearch as jn, BsIconSmallExternalLink as vt, BsIconCaretSort as Qt, BsIconCaretLeftDouble as Fn, BsIconCaretRightDouble as Wn, BsIconCaretSortDown as Un, BsIconCaretSortUp as Kn, BsIconActionEllipsis as Hn, BsIconCirclePause as Gn, BsIconCirclePlay as Yn, BsIconGraphPieEmpty as Lt, BsIconCircleEllipsis as Xn, BsIconCircleX as Zn, BsIconCircleCheck as Qn, BsIconCircleStop as Jn, BsIconThumbsUpStroke as _n, BsIconCaretUp as ea } from "@wwtdev/bsds-icons-vue3";
3
3
  import { DatePicker as ta } from "v-calendar";
4
4
  import { Filler as na, Chart as nt, BarController as aa, BarElement as oa, CategoryScale as ia, LinearScale as la, Legend as ra, TimeScale as sa, Tooltip as da } from "chart.js";
5
5
  import "chartjs-adapter-date-fns";
@@ -5677,6 +5677,10 @@ const ui = ["data-shown", "data-hide-toggle"], ci = ["aria-expanded", "aria-cont
5677
5677
  type: Number,
5678
5678
  default: 1
5679
5679
  },
5680
+ breakout: {
5681
+ type: Boolean,
5682
+ default: !1
5683
+ },
5680
5684
  disabled: {
5681
5685
  type: Boolean,
5682
5686
  default: !1
@@ -5846,6 +5850,7 @@ const ui = ["data-shown", "data-hide-toggle"], ci = ["aria-expanded", "aria-cont
5846
5850
  ], 8, Ri),
5847
5851
  N(Je, {
5848
5852
  "anchor-id": v.value,
5853
+ breakout: e.breakout,
5849
5854
  preloaded: !0,
5850
5855
  shown: a.value,
5851
5856
  "use-mobile-style": !1,
@@ -5915,7 +5920,7 @@ const ui = ["data-shown", "data-hide-toggle"], ci = ["aria-expanded", "aria-cont
5915
5920
  }, 8, ["label", "model-value", "options-id", "shown"]))
5916
5921
  ]),
5917
5922
  _: 1
5918
- }, 8, ["anchor-id", "shown"]),
5923
+ }, 8, ["anchor-id", "breakout", "shown"]),
5919
5924
  w("div", Wi, [
5920
5925
  f.value ? (r(), V(xe, {
5921
5926
  key: 0,
@@ -7250,8 +7255,8 @@ const Zl = /* @__PURE__ */ At(Gl, [["render", Xl]]), Wt = {
7250
7255
  emits: ["toggle"],
7251
7256
  setup(e, { emit: n }) {
7252
7257
  const t = n, o = e, a = {
7253
- asc: Un,
7254
- desc: Kn
7258
+ asc: Kn,
7259
+ desc: Un
7255
7260
  };
7256
7261
  function i(s) {
7257
7262
  t("toggle", {
@@ -8064,13 +8069,13 @@ const Zl = /* @__PURE__ */ At(Gl, [["render", Xl]]), Wt = {
8064
8069
  },
8065
8070
  setup(e) {
8066
8071
  const n = e, t = {
8067
- cancelled: Gn,
8068
- complete: Yn,
8069
- error: Xn,
8070
- "in-progress": Zn,
8072
+ cancelled: Jn,
8073
+ complete: Qn,
8074
+ error: Zn,
8075
+ "in-progress": Xn,
8071
8076
  "not-started": Lt,
8072
- ongoing: Qn,
8073
- paused: Jn,
8077
+ ongoing: Yn,
8078
+ paused: Gn,
8074
8079
  warning: wt
8075
8080
  }, { progressStep: o, progressText: a, getStatus: i } = $n(n);
8076
8081
  function s(l, u) {