@dialpad/dialtone-vue 2.98.3 → 2.99.1

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,6 +1,6 @@
1
1
  import ae from "vue";
2
2
  import { n as h, I as Cn, D as fi, d as hi, a as mi, b as Rn, c as gi } from "./emoji-75ad085c.js";
3
- import { e as uv, h as pv, g as fv, f as hv, l as mv, S as gv, i as vv, k as _v, j as bv } from "./emoji-75ad085c.js";
3
+ import { e as sv, h as ov, g as lv, f as dv, l as cv, S as uv, i as pv, k as fv, j as hv } from "./emoji-75ad085c.js";
4
4
  const oe = {
5
5
  ERROR: "error",
6
6
  WARNING: "warning",
@@ -43,12 +43,12 @@ const Ci = typeof setImmediate == "function" ? setImmediate : setTimeout;
43
43
  function W(t = wi) {
44
44
  return `${t}${Si++}`;
45
45
  }
46
- function Ja(t, e) {
46
+ function er(t, e) {
47
47
  if (e) {
48
48
  const n = xi(e);
49
49
  return t[Math.abs(n) % t.length];
50
50
  } else
51
- return t[er(t.length)];
51
+ return t[tr(t.length)];
52
52
  }
53
53
  function xi(t) {
54
54
  let e;
@@ -56,7 +56,7 @@ function xi(t) {
56
56
  e = Math.imul(31, e) + t.charCodeAt(n) | 0;
57
57
  return e;
58
58
  }
59
- function er(t) {
59
+ function tr(t) {
60
60
  return Math.floor(Math.random() * t);
61
61
  }
62
62
  function zt(t) {
@@ -65,7 +65,7 @@ function zt(t) {
65
65
  type: yi
66
66
  } : e) : [];
67
67
  }
68
- function tr(t) {
68
+ function nr(t) {
69
69
  const e = Ne(t);
70
70
  return !t || !e ? [] : t.filter((n) => !!n.message && n.type === e);
71
71
  }
@@ -91,11 +91,11 @@ const Oi = {
91
91
  }
92
92
  }, Ei = () => new Promise((t) => {
93
93
  Ci(t);
94
- }), nr = (t) => t == null ? void 0 : t.toLowerCase().split("-").map((e) => e.charAt(0).toUpperCase() + e.slice(1)).join(""), Ii = (t) => t.replace(/\.?([A-Z0-9]+)/g, (e, n) => "-" + n.toLowerCase()).replace(/^-/, "");
94
+ }), ar = (t) => t == null ? void 0 : t.toLowerCase().split("-").map((e) => e.charAt(0).toUpperCase() + e.slice(1)).join(""), Ii = (t) => t.replace(/\.?([A-Z0-9]+)/g, (e, n) => "-" + n.toLowerCase()).replace(/^-/, "");
95
95
  function Ti(t, e = 300) {
96
96
  clearTimeout(aa), aa = setTimeout(t, e);
97
97
  }
98
- function ar(t) {
98
+ function rr(t) {
99
99
  const e = t.getBoundingClientRect(), n = {
100
100
  top: e.top < 0,
101
101
  left: e.left < 0,
@@ -108,7 +108,7 @@ const ki = /(?:(?:[^\s!@#$%^&*()_=+[\]{}\\|;:'",.<>/?]+)\.)/, Di = new RegExp(
108
108
  "(?:com|ru|org|net|de|jp|uk|br|it|pl|fr|in|au|ir|info|nl|cn|es|cz|kr|ca|eu|ua|co|gr|za|ro|biz|ch|se|tw|mx|vn|hu|be|tr|at|dk|tv|me|ar|sk|no|us|fi|id|cl|xyz|io|pt|by|il|ie|nz|kz|hk|lt|cc|my|sg|club|bg|edu|рф|pk|su|top|th|hr|rs|pe|pro|si|az|lv|pw|ae|ph|online|ng|ee|ws|ve|cat)"
109
109
  ), $i = new RegExp(
110
110
  "(?:(?:[0-9]|[1-9]\\d|1\\d{2}|2[0-4]\\d|25[0-5])\\.){3}(?:[0-9]|[1-9]\\d|1\\d{2}|2[0-4]\\d|25[0-5])"
111
- ), rr = new RegExp(
111
+ ), ir = new RegExp(
112
112
  "(?:" + [
113
113
  [
114
114
  ki.source,
@@ -116,20 +116,20 @@ const ki = /(?:(?:[^\s!@#$%^&*()_=+[\]{}\\|;:'",.<>/?]+)\.)/, Di = new RegExp(
116
116
  ].join("+"),
117
117
  $i.source
118
118
  ].join("|") + ")"
119
- ), Li = /(?:(?:[;/][^#?<>\s]*)?)/, ir = /(?:(?:\?[^#<>\s]+)?(?:#[^<>\s]+)?)/, sr = new RegExp(
119
+ ), Li = /(?:(?:[;/][^#?<>\s]*)?)/, sr = /(?:(?:\?[^#<>\s]+)?(?:#[^<>\s]+)?)/, or = new RegExp(
120
120
  "\\b" + [
121
- rr.source,
122
- Li.source,
123
121
  ir.source,
122
+ Li.source,
123
+ sr.source,
124
124
  "(?!\\w)"
125
125
  ].join("+")
126
- ), or = /\b[a-z\d.-]+:\/\/[^<>\s]+/, lr = new RegExp(
126
+ ), lr = /\b[a-z\d.-]+:\/\/[^<>\s]+/, dr = new RegExp(
127
127
  "(?:mailto:)?[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@" + [
128
- rr.source,
129
- ir.source
128
+ ir.source,
129
+ sr.source
130
130
  ].join("+") + "(?!\\w)"
131
131
  );
132
- function dr(t = 7, e = 15) {
132
+ function cr(t = 7, e = 15) {
133
133
  let n = !0;
134
134
  try {
135
135
  RegExp("(?<=\\W)");
@@ -140,44 +140,44 @@ function dr(t = 7, e = 15) {
140
140
  `${n ? "(?:^|(?<=\\W))" : ""}(?![\\s\\-])\\+?(?:[0-9()\\- \\t]{${t},${e}})(?=\\b)(?=\\W(?=\\W|$)|\\s|$)`
141
141
  );
142
142
  }
143
- const cr = dr(), Ai = new RegExp(
143
+ const ur = cr(), Ai = new RegExp(
144
144
  [
145
- sr.source,
146
145
  or.source,
147
146
  lr.source,
148
- cr.source
147
+ dr.source,
148
+ ur.source
149
149
  ].join("|"),
150
150
  "gi"
151
151
  );
152
152
  function Ri(t) {
153
153
  var e;
154
- return !t || !["string", "number"].includes(typeof t) ? !1 : (t = t.toString(), ((e = cr.exec(t)) == null ? void 0 : e[0]) === t);
154
+ return !t || !["string", "number"].includes(typeof t) ? !1 : (t = t.toString(), ((e = ur.exec(t)) == null ? void 0 : e[0]) === t);
155
155
  }
156
156
  function Pi(t) {
157
157
  var e, n;
158
- return !t || typeof t != "string" ? !1 : ((e = sr.exec(t)) == null ? void 0 : e[0]) === t || ((n = or.exec(t)) == null ? void 0 : n[0]) === t;
158
+ return !t || typeof t != "string" ? !1 : ((e = or.exec(t)) == null ? void 0 : e[0]) === t || ((n = lr.exec(t)) == null ? void 0 : n[0]) === t;
159
159
  }
160
160
  function Mi(t) {
161
161
  var e;
162
- return !t || typeof t != "string" ? !1 : ((e = lr.exec(t)) == null ? void 0 : e[0]) === t;
162
+ return !t || typeof t != "string" ? !1 : ((e = dr.exec(t)) == null ? void 0 : e[0]) === t;
163
163
  }
164
164
  function Qt(t) {
165
165
  return t.filter((e) => !!e).join(" ");
166
166
  }
167
167
  const de = {
168
168
  getUniqueString: W,
169
- getRandomElement: Ja,
170
- getRandomInt: er,
169
+ getRandomElement: er,
170
+ getRandomInt: tr,
171
171
  formatMessages: zt,
172
- filterFormattedMessages: tr,
172
+ filterFormattedMessages: nr,
173
173
  hasFormattedMessageOfType: jt,
174
174
  getValidationState: Ne,
175
175
  htmlFragment: Oi,
176
176
  flushPromises: Ei,
177
- kebabCaseToPascalCase: nr,
177
+ kebabCaseToPascalCase: ar,
178
178
  debounce: Ti,
179
- isOutOfViewPort: ar,
180
- getPhoneNumberRegex: dr,
179
+ isOutOfViewPort: rr,
180
+ getPhoneNumberRegex: cr,
181
181
  linkRegex: Ai,
182
182
  isEmailAddress: Mi,
183
183
  isPhoneNumber: Ri,
@@ -267,7 +267,7 @@ const ji = Vi.exports, Hi = {
267
267
  return Cn[this.size];
268
268
  },
269
269
  iconName() {
270
- return nr(this.name);
270
+ return ar(this.name);
271
271
  },
272
272
  currentIcon() {
273
273
  return fi[this.iconName];
@@ -582,7 +582,7 @@ const Ji = Zi(), es = {
582
582
  this.validatedSize === "xs" ? this.formattedInitials = "" : this.validatedSize === "sm" ? this.formattedInitials = e[0] : this.formattedInitials = e;
583
583
  },
584
584
  getColor() {
585
- return this.color ?? Ja(Xi, this.seed);
585
+ return this.color ?? er(Xi, this.seed);
586
586
  },
587
587
  _loadedImageEventHandler(t) {
588
588
  this.imageLoadedSuccessfully = !0, t.classList.remove("d-d-none");
@@ -774,7 +774,7 @@ var is = function() {
774
774
  null,
775
775
  null
776
776
  );
777
- const ur = os.exports, wt = ["base", "error", "info", "success", "warning"], ls = ["alert", "alertdialog", "status"], ds = /* @__PURE__ */ new Map([
777
+ const pr = os.exports, wt = ["base", "error", "info", "success", "warning"], ls = ["alert", "alertdialog", "status"], ds = /* @__PURE__ */ new Map([
778
778
  ["info", "info"],
779
779
  ["success", "check-circle"],
780
780
  ["warning", "alert-triangle"],
@@ -911,7 +911,7 @@ const Mn = vs.exports, pn = {
911
911
  function Ft(t, e, n) {
912
912
  return `You cannot have a ${t ? "circle " : ""}button with kind: ${e} and importance: ${n} as it does not exist in our design system. See https://dialpad.design/components/button.html for a list of available button styles`;
913
913
  }
914
- const ys = "danger", ws = "warning", Ss = "success", pr = "muted", fr = "inverted", Cs = ["", ys, ws, Ss, pr, fr], xn = {
914
+ const ys = "danger", ws = "warning", Ss = "success", fr = "muted", hr = "inverted", Cs = ["", ys, ws, Ss, fr, hr], xn = {
915
915
  default: "",
916
916
  warning: "d-link--warning",
917
917
  danger: "d-link--danger",
@@ -1323,7 +1323,7 @@ var As = function() {
1323
1323
  null,
1324
1324
  null
1325
1325
  );
1326
- const Nn = Ps.exports, hr = ':not(:disabled):not([aria-disabled="true"]):not([role="presentation"])', Ms = `${hr}:not([tabindex="-1"])`, Ns = "button,[href],input,select,textarea,details,[tabindex]", St = {
1326
+ const Nn = Ps.exports, mr = ':not(:disabled):not([aria-disabled="true"]):not([role="presentation"])', Ms = `${mr}:not([tabindex="-1"])`, Ns = "button,[href],input,select,textarea,details,[tabindex]", St = {
1327
1327
  methods: {
1328
1328
  /**
1329
1329
  * get the first focusable element in your component, includes tabindex="-1".
@@ -1379,7 +1379,7 @@ const Nn = Ps.exports, hr = ':not(:disabled):not([aria-disabled="true"]):not([ro
1379
1379
  _getFocusableElements(t = this.$el, e = !1) {
1380
1380
  return t ? [...t.querySelectorAll(Ns)].filter((a) => {
1381
1381
  const r = window.getComputedStyle(a);
1382
- return r.getPropertyValue("display") !== "none" && r.getPropertyValue("visibility") !== "hidden" && a.matches(e ? hr : Ms);
1382
+ return r.getPropertyValue("display") !== "none" && r.getPropertyValue("visibility") !== "hidden" && a.matches(e ? mr : Ms);
1383
1383
  }) : [];
1384
1384
  },
1385
1385
  /**
@@ -1571,7 +1571,7 @@ var Fs = function() {
1571
1571
  null,
1572
1572
  null
1573
1573
  );
1574
- const mg = Vs.exports, js = "d-breadcrumbs__item--selected", Hs = "d-breadcrumbs--inverted", Ws = {
1574
+ const cg = Vs.exports, js = "d-breadcrumbs__item--selected", Hs = "d-breadcrumbs--inverted", Ws = {
1575
1575
  name: "DtLink",
1576
1576
  props: {
1577
1577
  /**
@@ -1667,7 +1667,7 @@ const Gs = Ks.exports, Ys = {
1667
1667
  },
1668
1668
  computed: {
1669
1669
  linkKind() {
1670
- return this.inverted ? fr : pr;
1670
+ return this.inverted ? hr : fr;
1671
1671
  },
1672
1672
  ariaCurrent() {
1673
1673
  return this.selected ? "location" : void 0;
@@ -1755,7 +1755,7 @@ var to = function() {
1755
1755
  null,
1756
1756
  null
1757
1757
  );
1758
- const gg = ao.exports, pa = {
1758
+ const ug = ao.exports, pa = {
1759
1759
  start: "d-btn-group--start",
1760
1760
  end: "d-btn-group--end",
1761
1761
  "space-between": "d-btn-group--space-between"
@@ -1793,7 +1793,7 @@ var io = function() {
1793
1793
  null,
1794
1794
  null
1795
1795
  );
1796
- const vg = oo.exports, lo = {
1796
+ const pg = oo.exports, lo = {
1797
1797
  name: "DtCard",
1798
1798
  props: {
1799
1799
  /**
@@ -1882,7 +1882,7 @@ var mo = function() {
1882
1882
  null,
1883
1883
  null
1884
1884
  );
1885
- const _g = vo.exports, _o = {
1885
+ const fg = vo.exports, _o = {
1886
1886
  methods: {
1887
1887
  /**
1888
1888
  * Scroll an element into view if it is not fully visible in its nearest scrollable ancestor.
@@ -1954,7 +1954,7 @@ const _g = vo.exports, _o = {
1954
1954
  return e <= n.bottom + 3 * a / 4 && t >= n.top - a / 4;
1955
1955
  }
1956
1956
  }
1957
- }, bo = "listElementKey is required or the referenced element doesn't exist. Received listElement: ", mr = ({
1957
+ }, bo = "listElementKey is required or the referenced element doesn't exist. Received listElement: ", gr = ({
1958
1958
  // Role of the list items in the component. This is used to identify the list items
1959
1959
  // so you must update this if the role of your list items is anything other than 'option'
1960
1960
  listItemRole: t = "option",
@@ -2303,7 +2303,7 @@ var ko = function() {
2303
2303
  null,
2304
2304
  null
2305
2305
  );
2306
- const gr = $o.exports;
2306
+ const vr = $o.exports;
2307
2307
  const Lo = {
2308
2308
  name: "ComboboxEmptyList",
2309
2309
  components: { DtListItem: tn },
@@ -2341,7 +2341,7 @@ var Ao = function() {
2341
2341
  null,
2342
2342
  null
2343
2343
  );
2344
- const vr = Po.exports, _r = {
2344
+ const _r = Po.exports, br = {
2345
2345
  EXTRA_SMALL: "xs",
2346
2346
  SMALL: "sm",
2347
2347
  DEFAULT: "md",
@@ -2350,11 +2350,11 @@ const vr = Po.exports, _r = {
2350
2350
  }, Mo = {
2351
2351
  name: "DtCombobox",
2352
2352
  components: {
2353
- ComboboxLoadingList: gr,
2354
- ComboboxEmptyList: vr
2353
+ ComboboxLoadingList: vr,
2354
+ ComboboxEmptyList: _r
2355
2355
  },
2356
2356
  mixins: [
2357
- mr({
2357
+ gr({
2358
2358
  indexKey: "highlightIndex",
2359
2359
  idKey: "highlightId",
2360
2360
  listElementKey: "getListElement",
@@ -2387,7 +2387,7 @@ const vr = Po.exports, _r = {
2387
2387
  size: {
2388
2388
  type: String,
2389
2389
  default: null,
2390
- validator: (t) => Object.values(_r).includes(t)
2390
+ validator: (t) => Object.values(br).includes(t)
2391
2391
  },
2392
2392
  /**
2393
2393
  * Description for the input
@@ -3019,9 +3019,9 @@ var Zo = function() {
3019
3019
  null
3020
3020
  );
3021
3021
  const el = Jo.exports;
3022
- var Z = "top", re = "bottom", ie = "right", Q = "left", nn = "auto", xt = [Z, re, ie, Q], Xe = "start", mt = "end", tl = "clippingParents", br = "viewport", it = "popper", nl = "reference", fa = /* @__PURE__ */ xt.reduce(function(t, e) {
3022
+ var Z = "top", re = "bottom", ie = "right", Q = "left", nn = "auto", xt = [Z, re, ie, Q], Xe = "start", mt = "end", tl = "clippingParents", yr = "viewport", it = "popper", nl = "reference", fa = /* @__PURE__ */ xt.reduce(function(t, e) {
3023
3023
  return t.concat([e + "-" + Xe, e + "-" + mt]);
3024
- }, []), yr = /* @__PURE__ */ [].concat(xt, [nn]).reduce(function(t, e) {
3024
+ }, []), wr = /* @__PURE__ */ [].concat(xt, [nn]).reduce(function(t, e) {
3025
3025
  return t.concat([e, e + "-" + Xe, e + "-" + mt]);
3026
3026
  }, []), al = "beforeRead", rl = "read", il = "afterRead", sl = "beforeMain", ol = "main", ll = "afterMain", dl = "beforeWrite", cl = "write", ul = "afterWrite", En = [al, rl, il, sl, ol, ll, dl, cl, ul];
3027
3027
  function me(t) {
@@ -3084,7 +3084,7 @@ function fl(t) {
3084
3084
  });
3085
3085
  };
3086
3086
  }
3087
- const wr = {
3087
+ const Sr = {
3088
3088
  name: "applyStyles",
3089
3089
  enabled: !0,
3090
3090
  phase: "write",
@@ -3102,14 +3102,14 @@ function In() {
3102
3102
  return e.brand + "/" + e.version;
3103
3103
  }).join(" ") : navigator.userAgent;
3104
3104
  }
3105
- function Sr() {
3105
+ function Cr() {
3106
3106
  return !/^((?!chrome|android).)*safari/i.test(In());
3107
3107
  }
3108
3108
  function Qe(t, e, n) {
3109
3109
  e === void 0 && (e = !1), n === void 0 && (n = !1);
3110
3110
  var a = t.getBoundingClientRect(), r = 1, i = 1;
3111
3111
  e && ee(t) && (r = t.offsetWidth > 0 && Ze(a.width) / t.offsetWidth || 1, i = t.offsetHeight > 0 && Ze(a.height) / t.offsetHeight || 1);
3112
- var s = Be(t) ? te(t) : window, l = s.visualViewport, d = !Sr() && n, p = (a.left + (d && l ? l.offsetLeft : 0)) / r, c = (a.top + (d && l ? l.offsetTop : 0)) / i, f = a.width / r, v = a.height / i;
3112
+ var s = Be(t) ? te(t) : window, l = s.visualViewport, d = !Cr() && n, p = (a.left + (d && l ? l.offsetLeft : 0)) / r, c = (a.top + (d && l ? l.offsetTop : 0)) / i, f = a.width / r, v = a.height / i;
3113
3113
  return {
3114
3114
  width: f,
3115
3115
  height: v,
@@ -3130,7 +3130,7 @@ function Fn(t) {
3130
3130
  height: a
3131
3131
  };
3132
3132
  }
3133
- function Cr(t, e) {
3133
+ function xr(t, e) {
3134
3134
  var n = e.getRootNode && e.getRootNode();
3135
3135
  if (t.contains(e))
3136
3136
  return !0;
@@ -3203,7 +3203,7 @@ function gl(t, e, n) {
3203
3203
  var a = ut(t, e, n);
3204
3204
  return a > n ? n : a;
3205
3205
  }
3206
- function xr() {
3206
+ function Or() {
3207
3207
  return {
3208
3208
  top: 0,
3209
3209
  right: 0,
@@ -3211,10 +3211,10 @@ function xr() {
3211
3211
  left: 0
3212
3212
  };
3213
3213
  }
3214
- function Or(t) {
3215
- return Object.assign({}, xr(), t);
3214
+ function Er(t) {
3215
+ return Object.assign({}, Or(), t);
3216
3216
  }
3217
- function Er(t, e) {
3217
+ function Ir(t, e) {
3218
3218
  return e.reduce(function(n, a) {
3219
3219
  return n[a] = t, n;
3220
3220
  }, {});
@@ -3222,7 +3222,7 @@ function Er(t, e) {
3222
3222
  var vl = function(e, n) {
3223
3223
  return e = typeof e == "function" ? e(Object.assign({}, n.rects, {
3224
3224
  placement: n.placement
3225
- })) : e, Or(typeof e != "number" ? e : Er(e, xt));
3225
+ })) : e, Er(typeof e != "number" ? e : Ir(e, xt));
3226
3226
  };
3227
3227
  function _l(t) {
3228
3228
  var e, n = t.state, a = t.name, r = t.options, i = n.elements.arrow, s = n.modifiersData.popperOffsets, l = le(n.placement), d = qn(l), p = [Q, ie].indexOf(l) >= 0, c = p ? "height" : "width";
@@ -3234,7 +3234,7 @@ function _l(t) {
3234
3234
  function bl(t) {
3235
3235
  var e = t.state, n = t.options, a = n.element, r = a === void 0 ? "[data-popper-arrow]" : a;
3236
3236
  if (r != null && !(typeof r == "string" && (r = e.elements.popper.querySelector(r), !r))) {
3237
- if (process.env.NODE_ENV !== "production" && (ee(r) || console.error(['Popper: "arrow" element must be an HTMLElement (not an SVGElement).', "To use an SVG arrow, wrap it in an HTMLElement that will be used as", "the arrow."].join(" "))), !Cr(e.elements.popper, r)) {
3237
+ if (process.env.NODE_ENV !== "production" && (ee(r) || console.error(['Popper: "arrow" element must be an HTMLElement (not an SVGElement).', "To use an SVG arrow, wrap it in an HTMLElement that will be used as", "the arrow."].join(" "))), !xr(e.elements.popper, r)) {
3238
3238
  process.env.NODE_ENV !== "production" && console.error(['Popper: "arrow" modifier\'s `element` must be a child of the popper', "element."].join(" "));
3239
3239
  return;
3240
3240
  }
@@ -3407,7 +3407,7 @@ function kl(t, e) {
3407
3407
  var n = te(t), a = Ie(t), r = n.visualViewport, i = a.clientWidth, s = a.clientHeight, l = 0, d = 0;
3408
3408
  if (r) {
3409
3409
  i = r.width, s = r.height;
3410
- var p = Sr();
3410
+ var p = Cr();
3411
3411
  (p || !p && e === "fixed") && (l = r.offsetLeft, d = r.offsetTop);
3412
3412
  }
3413
3413
  return {
@@ -3430,13 +3430,13 @@ function Hn(t) {
3430
3430
  var e = ce(t), n = e.overflow, a = e.overflowX, r = e.overflowY;
3431
3431
  return /auto|scroll|overlay|hidden/.test(n + r + a);
3432
3432
  }
3433
- function Ir(t) {
3434
- return ["html", "body", "#document"].indexOf(me(t)) >= 0 ? t.ownerDocument.body : ee(t) && Hn(t) ? t : Ir(an(t));
3433
+ function Tr(t) {
3434
+ return ["html", "body", "#document"].indexOf(me(t)) >= 0 ? t.ownerDocument.body : ee(t) && Hn(t) ? t : Tr(an(t));
3435
3435
  }
3436
3436
  function pt(t, e) {
3437
3437
  var n;
3438
3438
  e === void 0 && (e = []);
3439
- var a = Ir(t), r = a === ((n = t.ownerDocument) == null ? void 0 : n.body), i = te(a), s = r ? [i].concat(i.visualViewport || [], Hn(a) ? a : []) : a, l = e.concat(s);
3439
+ var a = Tr(t), r = a === ((n = t.ownerDocument) == null ? void 0 : n.body), i = te(a), s = r ? [i].concat(i.visualViewport || [], Hn(a) ? a : []) : a, l = e.concat(s);
3440
3440
  return r ? l : (
3441
3441
  // $FlowFixMe[incompatible-call]: isBody tells us target will be an HTMLElement here
3442
3442
  l.concat(pt(an(s)))
@@ -3455,12 +3455,12 @@ function $l(t, e) {
3455
3455
  return n.top = n.top + t.clientTop, n.left = n.left + t.clientLeft, n.bottom = n.top + t.clientHeight, n.right = n.left + t.clientWidth, n.width = t.clientWidth, n.height = t.clientHeight, n.x = n.left, n.y = n.top, n;
3456
3456
  }
3457
3457
  function va(t, e, n) {
3458
- return e === br ? Tn(kl(t, n)) : Be(e) ? $l(e, n) : Tn(Dl(Ie(t)));
3458
+ return e === yr ? Tn(kl(t, n)) : Be(e) ? $l(e, n) : Tn(Dl(Ie(t)));
3459
3459
  }
3460
3460
  function Ll(t) {
3461
3461
  var e = pt(an(t)), n = ["absolute", "fixed"].indexOf(ce(t).position) >= 0, a = n && ee(t) ? Ot(t) : t;
3462
3462
  return Be(a) ? e.filter(function(r) {
3463
- return Be(r) && Cr(r, a) && me(r) !== "body";
3463
+ return Be(r) && xr(r, a) && me(r) !== "body";
3464
3464
  }) : [];
3465
3465
  }
3466
3466
  function Al(t, e, n, a) {
@@ -3470,7 +3470,7 @@ function Al(t, e, n, a) {
3470
3470
  }, va(t, s, a));
3471
3471
  return l.width = l.right - l.left, l.height = l.bottom - l.top, l.x = l.left, l.y = l.top, l;
3472
3472
  }
3473
- function Tr(t) {
3473
+ function kr(t) {
3474
3474
  var e = t.reference, n = t.element, a = t.placement, r = a ? le(a) : null, i = a ? Je(a) : null, s = e.x + e.width / 2 - n.width / 2, l = e.y + e.height / 2 - n.height / 2, d;
3475
3475
  switch (r) {
3476
3476
  case Z:
@@ -3519,7 +3519,7 @@ function Tr(t) {
3519
3519
  }
3520
3520
  function gt(t, e) {
3521
3521
  e === void 0 && (e = {});
3522
- var n = e, a = n.placement, r = a === void 0 ? t.placement : a, i = n.strategy, s = i === void 0 ? t.strategy : i, l = n.boundary, d = l === void 0 ? tl : l, p = n.rootBoundary, c = p === void 0 ? br : p, f = n.elementContext, v = f === void 0 ? it : f, m = n.altBoundary, b = m === void 0 ? !1 : m, S = n.padding, y = S === void 0 ? 0 : S, C = Or(typeof y != "number" ? y : Er(y, xt)), T = v === it ? nl : it, $ = t.rects.popper, o = t.elements[b ? T : v], x = Al(Be(o) ? o : o.contextElement || Ie(t.elements.popper), d, c, s), g = Qe(t.elements.reference), O = Tr({
3522
+ var n = e, a = n.placement, r = a === void 0 ? t.placement : a, i = n.strategy, s = i === void 0 ? t.strategy : i, l = n.boundary, d = l === void 0 ? tl : l, p = n.rootBoundary, c = p === void 0 ? yr : p, f = n.elementContext, v = f === void 0 ? it : f, m = n.altBoundary, b = m === void 0 ? !1 : m, S = n.padding, y = S === void 0 ? 0 : S, C = Er(typeof y != "number" ? y : Ir(y, xt)), T = v === it ? nl : it, $ = t.rects.popper, o = t.elements[b ? T : v], x = Al(Be(o) ? o : o.contextElement || Ie(t.elements.popper), d, c, s), g = Qe(t.elements.reference), O = kr({
3523
3523
  reference: g,
3524
3524
  element: $,
3525
3525
  strategy: "absolute",
@@ -3541,7 +3541,7 @@ function gt(t, e) {
3541
3541
  }
3542
3542
  function Rl(t, e) {
3543
3543
  e === void 0 && (e = {});
3544
- var n = e, a = n.placement, r = n.boundary, i = n.rootBoundary, s = n.padding, l = n.flipVariations, d = n.allowedAutoPlacements, p = d === void 0 ? yr : d, c = Je(a), f = c ? l ? fa : fa.filter(function(b) {
3544
+ var n = e, a = n.placement, r = n.boundary, i = n.rootBoundary, s = n.padding, l = n.flipVariations, d = n.allowedAutoPlacements, p = d === void 0 ? wr : d, c = Je(a), f = c ? l ? fa : fa.filter(function(b) {
3545
3545
  return Je(b) === c;
3546
3546
  }) : xt, v = f.filter(function(b) {
3547
3547
  return p.indexOf(b) >= 0;
@@ -3676,7 +3676,7 @@ function ql(t, e, n) {
3676
3676
  };
3677
3677
  }
3678
3678
  function Vl(t) {
3679
- var e = t.state, n = t.options, a = t.name, r = n.offset, i = r === void 0 ? [0, 0] : r, s = yr.reduce(function(c, f) {
3679
+ var e = t.state, n = t.options, a = t.name, r = n.offset, i = r === void 0 ? [0, 0] : r, s = wr.reduce(function(c, f) {
3680
3680
  return c[f] = ql(f, e.rects, i), c;
3681
3681
  }, {}), l = s[e.placement], d = l.x, p = l.y;
3682
3682
  e.modifiersData.popperOffsets != null && (e.modifiersData.popperOffsets.x += d, e.modifiersData.popperOffsets.y += p), e.modifiersData[a] = s;
@@ -3690,7 +3690,7 @@ const jl = {
3690
3690
  };
3691
3691
  function Hl(t) {
3692
3692
  var e = t.state, n = t.name;
3693
- e.modifiersData[n] = Tr({
3693
+ e.modifiersData[n] = kr({
3694
3694
  reference: e.rects.reference,
3695
3695
  element: e.rects.popper,
3696
3696
  strategy: "absolute",
@@ -3730,7 +3730,7 @@ function zl(t) {
3730
3730
  var B, Y = o === "y" ? Z : Q, R = o === "y" ? re : ie, F = o === "y" ? "height" : "width", V = g[o], U = V + y[Y], ue = V - y[R], pe = m ? -P[F] / 2 : 0, Te = T === Xe ? O[F] : P[F], fe = T === Xe ? -P[F] : -O[F], ke = e.elements.arrow, ge = m && ke ? Fn(ke) : {
3731
3731
  width: 0,
3732
3732
  height: 0
3733
- }, se = e.modifiersData["arrow#persistent"] ? e.modifiersData["arrow#persistent"].padding : xr(), ve = se[Y], je = se[R], _e = ut(0, O[F], ge[F]), He = $ ? O[F] / 2 - pe - _e - ve - L.mainAxis : Te - _e - ve - L.mainAxis, Se = $ ? -O[F] / 2 + pe + _e + je + L.mainAxis : fe + _e + je + L.mainAxis, We = e.elements.arrow && Ot(e.elements.arrow), Tt = We ? o === "y" ? We.clientTop || 0 : We.clientLeft || 0 : 0, et = (B = I == null ? void 0 : I[o]) != null ? B : 0, kt = V + He - et - Tt, Dt = V + Se - et, tt = ut(m ? Kt(U, kt) : U, V, m ? Me(ue, Dt) : ue);
3733
+ }, se = e.modifiersData["arrow#persistent"] ? e.modifiersData["arrow#persistent"].padding : Or(), ve = se[Y], je = se[R], _e = ut(0, O[F], ge[F]), He = $ ? O[F] / 2 - pe - _e - ve - L.mainAxis : Te - _e - ve - L.mainAxis, Se = $ ? -O[F] / 2 + pe + _e + je + L.mainAxis : fe + _e + je + L.mainAxis, We = e.elements.arrow && Ot(e.elements.arrow), Tt = We ? o === "y" ? We.clientTop || 0 : We.clientLeft || 0 : 0, et = (B = I == null ? void 0 : I[o]) != null ? B : 0, kt = V + He - et - Tt, Dt = V + Se - et, tt = ut(m ? Kt(U, kt) : U, V, m ? Me(ue, Dt) : ue);
3734
3734
  g[o] = tt, A[o] = tt - V;
3735
3735
  }
3736
3736
  if (l) {
@@ -4019,12 +4019,12 @@ function sd(t) {
4019
4019
  return m;
4020
4020
  };
4021
4021
  }
4022
- var od = [El, Wl, xl, wr, jl, Nl, Kl, yl, Fl], ld = /* @__PURE__ */ sd({
4022
+ var od = [El, Wl, xl, Sr, jl, Nl, Kl, yl, Fl], ld = /* @__PURE__ */ sd({
4023
4023
  defaultModifiers: od
4024
- }), dd = "tippy-box", kr = "tippy-content", cd = "tippy-backdrop", Dr = "tippy-arrow", $r = "tippy-svg-arrow", Ae = {
4024
+ }), dd = "tippy-box", Dr = "tippy-content", cd = "tippy-backdrop", $r = "tippy-arrow", Lr = "tippy-svg-arrow", Ae = {
4025
4025
  passive: !0,
4026
4026
  capture: !0
4027
- }, Lr = function() {
4027
+ }, Ar = function() {
4028
4028
  return document.body;
4029
4029
  };
4030
4030
  function ud(t, e) {
@@ -4041,7 +4041,7 @@ function Wn(t, e) {
4041
4041
  var n = {}.toString.call(t);
4042
4042
  return n.indexOf("[object") === 0 && n.indexOf(e + "]") > -1;
4043
4043
  }
4044
- function Ar(t, e) {
4044
+ function Rr(t, e) {
4045
4045
  return typeof t == "function" ? t.apply(void 0, e) : t;
4046
4046
  }
4047
4047
  function xa(t, e) {
@@ -4148,11 +4148,11 @@ var he = {
4148
4148
  isTouch: !1
4149
4149
  }, ka = 0;
4150
4150
  function Sd() {
4151
- he.isTouch || (he.isTouch = !0, window.performance && document.addEventListener("mousemove", Rr));
4151
+ he.isTouch || (he.isTouch = !0, window.performance && document.addEventListener("mousemove", Pr));
4152
4152
  }
4153
- function Rr() {
4153
+ function Pr() {
4154
4154
  var t = performance.now();
4155
- t - ka < 20 && (he.isTouch = !1, document.removeEventListener("mousemove", Rr)), ka = t;
4155
+ t - ka < 20 && (he.isTouch = !1, document.removeEventListener("mousemove", Pr)), ka = t;
4156
4156
  }
4157
4157
  function Cd() {
4158
4158
  var t = document.activeElement;
@@ -4185,7 +4185,7 @@ function Id(t) {
4185
4185
  %c👷‍ This is a development-only message. It will be removed in production.
4186
4186
  `);
4187
4187
  }
4188
- function Pr(t) {
4188
+ function Mr(t) {
4189
4189
  return [
4190
4190
  Id(t),
4191
4191
  // title
@@ -4204,20 +4204,20 @@ function Td() {
4204
4204
  function ye(t, e) {
4205
4205
  if (t && !_t.has(e)) {
4206
4206
  var n;
4207
- _t.add(e), (n = console).warn.apply(n, Pr(e));
4207
+ _t.add(e), (n = console).warn.apply(n, Mr(e));
4208
4208
  }
4209
4209
  }
4210
4210
  function kn(t, e) {
4211
4211
  if (t && !_t.has(e)) {
4212
4212
  var n;
4213
- _t.add(e), (n = console).error.apply(n, Pr(e));
4213
+ _t.add(e), (n = console).error.apply(n, Mr(e));
4214
4214
  }
4215
4215
  }
4216
4216
  function kd(t) {
4217
4217
  var e = !t, n = Object.prototype.toString.call(t) === "[object Object]" && !t.addEventListener;
4218
4218
  kn(e, ["tippy() was passed", "`" + String(t) + "`", "as its targets (first) argument. Valid types are: String, Element,", "Element[], or NodeList."].join(" ")), kn(n, ["tippy() was passed a plain object which is not supported as an argument", "for virtual positioning. Use props.getReferenceClientRect instead."].join(" "));
4219
4219
  }
4220
- var Mr = {
4220
+ var Nr = {
4221
4221
  animateFill: !1,
4222
4222
  followCursor: !1,
4223
4223
  inlinePositioning: !1,
@@ -4233,7 +4233,7 @@ var Mr = {
4233
4233
  theme: "",
4234
4234
  zIndex: 9999
4235
4235
  }, J = Object.assign({
4236
- appendTo: Lr,
4236
+ appendTo: Ar,
4237
4237
  aria: {
4238
4238
  content: "auto",
4239
4239
  expanded: "auto"
@@ -4280,14 +4280,14 @@ var Mr = {
4280
4280
  touch: !0,
4281
4281
  trigger: "mouseenter focus",
4282
4282
  triggerTarget: null
4283
- }, Mr, Dd), $d = Object.keys(J), Ld = function(e) {
4284
- process.env.NODE_ENV !== "production" && Br(e, []);
4283
+ }, Nr, Dd), $d = Object.keys(J), Ld = function(e) {
4284
+ process.env.NODE_ENV !== "production" && Fr(e, []);
4285
4285
  var n = Object.keys(e);
4286
4286
  n.forEach(function(a) {
4287
4287
  J[a] = e[a];
4288
4288
  });
4289
4289
  };
4290
- function Nr(t) {
4290
+ function Br(t) {
4291
4291
  var e = t.plugins || [], n = e.reduce(function(a, r) {
4292
4292
  var i = r.name, s = r.defaultValue;
4293
4293
  if (i) {
@@ -4299,7 +4299,7 @@ function Nr(t) {
4299
4299
  return Object.assign({}, t, n);
4300
4300
  }
4301
4301
  function Ad(t, e) {
4302
- var n = e ? Object.keys(Nr(Object.assign({}, J, {
4302
+ var n = e ? Object.keys(Br(Object.assign({}, J, {
4303
4303
  plugins: e
4304
4304
  }))) : $d, a = n.reduce(function(r, i) {
4305
4305
  var s = (t.getAttribute("data-tippy-" + i) || "").trim();
@@ -4319,18 +4319,18 @@ function Ad(t, e) {
4319
4319
  }
4320
4320
  function $a(t, e) {
4321
4321
  var n = Object.assign({}, e, {
4322
- content: Ar(e.content, [t])
4322
+ content: Rr(e.content, [t])
4323
4323
  }, e.ignoreAttributes ? {} : Ad(t, e.plugins));
4324
4324
  return n.aria = Object.assign({}, J.aria, n.aria), n.aria = {
4325
4325
  expanded: n.aria.expanded === "auto" ? e.interactive : n.aria.expanded,
4326
4326
  content: n.aria.content === "auto" ? e.interactive ? null : "describedby" : n.aria.content
4327
4327
  }, n;
4328
4328
  }
4329
- function Br(t, e) {
4329
+ function Fr(t, e) {
4330
4330
  t === void 0 && (t = {}), e === void 0 && (e = []);
4331
4331
  var n = Object.keys(t);
4332
4332
  n.forEach(function(a) {
4333
- var r = pd(J, Object.keys(Mr)), i = !ud(r, a);
4333
+ var r = pd(J, Object.keys(Nr)), i = !ud(r, a);
4334
4334
  i && (i = e.filter(function(s) {
4335
4335
  return s.name === a;
4336
4336
  }).length === 0), ye(i, ["`" + a + "`", "is not a valid prop. You may have spelled it incorrectly, or if it's", "a plugin, forgot to pass it in an array as props.plugins.", `
@@ -4347,7 +4347,7 @@ function Dn(t, e) {
4347
4347
  }
4348
4348
  function La(t) {
4349
4349
  var e = ft();
4350
- return t === !0 ? e.className = Dr : (e.className = $r, vt(t) ? e.appendChild(t) : Dn(e, t)), e;
4350
+ return t === !0 ? e.className = $r : (e.className = Lr, vt(t) ? e.appendChild(t) : Dn(e, t)), e;
4351
4351
  }
4352
4352
  function Aa(t, e) {
4353
4353
  vt(e.content) ? (Dn(t, ""), t.appendChild(e.content)) : typeof e.content != "function" && (e.allowHTML ? Dn(t, e.content) : t.textContent = e.content);
@@ -4357,21 +4357,21 @@ function $n(t) {
4357
4357
  return {
4358
4358
  box: e,
4359
4359
  content: n.find(function(a) {
4360
- return a.classList.contains(kr);
4360
+ return a.classList.contains(Dr);
4361
4361
  }),
4362
4362
  arrow: n.find(function(a) {
4363
- return a.classList.contains(Dr) || a.classList.contains($r);
4363
+ return a.classList.contains($r) || a.classList.contains(Lr);
4364
4364
  }),
4365
4365
  backdrop: n.find(function(a) {
4366
4366
  return a.classList.contains(cd);
4367
4367
  })
4368
4368
  };
4369
4369
  }
4370
- function Fr(t) {
4370
+ function qr(t) {
4371
4371
  var e = ft(), n = ft();
4372
4372
  n.className = dd, n.setAttribute("data-state", "hidden"), n.setAttribute("tabindex", "-1");
4373
4373
  var a = ft();
4374
- a.className = kr, a.setAttribute("data-state", "hidden"), Aa(a, t.props), e.appendChild(n), n.appendChild(a), r(t.props, t.props);
4374
+ a.className = Dr, a.setAttribute("data-state", "hidden"), Aa(a, t.props), e.appendChild(n), n.appendChild(a), r(t.props, t.props);
4375
4375
  function r(i, s) {
4376
4376
  var l = $n(e), d = l.box, p = l.content, c = l.arrow;
4377
4377
  s.theme ? d.setAttribute("data-theme", s.theme) : d.removeAttribute("data-theme"), typeof s.animation == "string" ? d.setAttribute("data-animation", s.animation) : d.removeAttribute("data-animation"), s.inertia ? d.setAttribute("data-inertia", "") : d.removeAttribute("data-inertia"), d.style.maxWidth = typeof s.maxWidth == "number" ? s.maxWidth + "px" : s.maxWidth, s.role ? d.setAttribute("role", s.role) : d.removeAttribute("role"), (i.content !== s.content || i.allowHTML !== s.allowHTML) && Aa(p, t.props), s.arrow ? c ? i.arrow !== s.arrow && (d.removeChild(c), d.appendChild(La(s.arrow))) : d.appendChild(La(s.arrow)) : c && d.removeChild(c);
@@ -4381,10 +4381,10 @@ function Fr(t) {
4381
4381
  onUpdate: r
4382
4382
  };
4383
4383
  }
4384
- Fr.$$tippy = !0;
4384
+ qr.$$tippy = !0;
4385
4385
  var Pd = 1, Vt = [], vn = [];
4386
4386
  function Md(t, e) {
4387
- var n = $a(t, Object.assign({}, J, Nr(Ea(e)))), a, r, i, s = !1, l = !1, d = !1, p = !1, c, f, v, m = [], b = xa(kt, n.interactiveDebounce), S, y = Pd++, C = null, T = hd(n.plugins), $ = {
4387
+ var n = $a(t, Object.assign({}, J, Br(Ea(e)))), a, r, i, s = !1, l = !1, d = !1, p = !1, c, f, v, m = [], b = xa(kt, n.interactiveDebounce), S, y = Pd++, C = null, T = hd(n.plugins), $ = {
4388
4388
  // Is the instance currently enabled?
4389
4389
  isEnabled: !0,
4390
4390
  // Is the tippy currently showing and not transitioning out?
@@ -4678,7 +4678,7 @@ function Md(t, e) {
4678
4678
  }
4679
4679
  function be() {
4680
4680
  var u = o.props.appendTo, _, w = B();
4681
- o.props.interactive && u === Lr || u === "parent" ? _ = w.parentNode : _ = Ar(u, [w]), _.contains(g) || _.appendChild(g), o.state.isMounted = !0, $t(), process.env.NODE_ENV !== "production" && ye(o.props.interactive && u === J.appendTo && w.nextElementSibling !== g, ["Interactive tippy element may not be accessible via keyboard", "navigation because it is not directly after the reference element", "in the DOM source order.", `
4681
+ o.props.interactive && u === Ar || u === "parent" ? _ = w.parentNode : _ = Rr(u, [w]), _.contains(g) || _.appendChild(g), o.state.isMounted = !0, $t(), process.env.NODE_ENV !== "production" && ye(o.props.interactive && u === J.appendTo && w.nextElementSibling !== g, ["Interactive tippy element may not be accessible via keyboard", "navigation because it is not directly after the reference element", "in the DOM source order.", `
4682
4682
 
4683
4683
  `, "Using a wrapper <div> or <span> tag around the reference element", "solves this by creating a new parentNode context.", `
4684
4684
 
@@ -4787,7 +4787,7 @@ function Md(t, e) {
4787
4787
  function Et(t, e) {
4788
4788
  e === void 0 && (e = {});
4789
4789
  var n = J.plugins.concat(e.plugins || []);
4790
- process.env.NODE_ENV !== "production" && (kd(t), Br(e, n)), xd();
4790
+ process.env.NODE_ENV !== "production" && (kd(t), Fr(e, n)), xd();
4791
4791
  var a = Object.assign({}, e, {
4792
4792
  plugins: n
4793
4793
  }), r = bd(t);
@@ -4809,7 +4809,7 @@ function Et(t, e) {
4809
4809
  Et.defaultProps = J;
4810
4810
  Et.setDefaultProps = Ld;
4811
4811
  Et.currentInput = he;
4812
- Object.assign({}, wr, {
4812
+ Object.assign({}, Sr, {
4813
4813
  effect: function(e) {
4814
4814
  var n = e.state, a = {
4815
4815
  popper: {
@@ -4853,7 +4853,7 @@ function Ra(t, e) {
4853
4853
  return t && e ? t.top !== e.top || t.right !== e.right || t.bottom !== e.bottom || t.left !== e.left : !0;
4854
4854
  }
4855
4855
  Et.setDefaultProps({
4856
- render: Fr
4856
+ render: qr
4857
4857
  });
4858
4858
  const Bd = (t) => ({
4859
4859
  name: "arrowDetected",
@@ -4874,14 +4874,14 @@ const Bd = (t) => ({
4874
4874
  "top",
4875
4875
  "top-start",
4876
4876
  "top-end"
4877
- ], qr = [!0, !1, "reference", "popper"], Vr = (t, e) => {
4877
+ ], Vr = [!0, !1, "reference", "popper"], jr = (t, e) => {
4878
4878
  const { contentElement: n } = { ...e };
4879
4879
  return delete e.contentElement, Et(t, {
4880
4880
  ...e,
4881
4881
  plugins: [Nd],
4882
4882
  render: () => Vd(n)
4883
4883
  });
4884
- }, jr = ({
4884
+ }, Hr = ({
4885
4885
  boundary: t = "clippingParents",
4886
4886
  fallbackPlacements: e = [],
4887
4887
  onChangePlacement: n = () => {
@@ -4935,8 +4935,8 @@ const Bd = (t) => ({
4935
4935
  small: "d-pl4",
4936
4936
  medium: "d-pl8",
4937
4937
  large: "d-pl16"
4938
- }, Hd = ["dialog", "menu", "listbox", "tree", "grid"], Hr = ["", "anchor"], Wd = ["none", "dialog", "first"], rn = ["parent", "body"], Ud = [
4939
- ...qr
4938
+ }, Hd = ["dialog", "menu", "listbox", "tree", "grid"], Wr = ["", "anchor"], Wd = ["none", "dialog", "first"], rn = ["parent", "body"], Ud = [
4939
+ ...Vr
4940
4940
  ];
4941
4941
  let zd = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", Kd = (t = 21) => {
4942
4942
  let e = "", n = t;
@@ -4952,10 +4952,10 @@ function Wt(t) {
4952
4952
  return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
4953
4953
  }, Wt(t);
4954
4954
  }
4955
- var Wr = {
4955
+ var Ur = {
4956
4956
  selector: "vue-portal-target-".concat(Kd())
4957
4957
  }, Gd = function(e) {
4958
- return Wr.selector = e;
4958
+ return Ur.selector = e;
4959
4959
  }, _n = typeof window < "u" && (typeof document > "u" ? "undefined" : Wt(document)) !== void 0, Yd = ae.extend({
4960
4960
  // as an abstract component, it doesn't appear in
4961
4961
  // the $parent chain of components.
@@ -4990,7 +4990,7 @@ var Wr = {
4990
4990
  selector: {
4991
4991
  type: String,
4992
4992
  default: function() {
4993
- return "#".concat(Wr.selector);
4993
+ return "#".concat(Ur.selector);
4994
4994
  }
4995
4995
  },
4996
4996
  tag: {
@@ -5244,7 +5244,7 @@ const nc = {
5244
5244
  contentWidth: {
5245
5245
  type: String,
5246
5246
  default: "",
5247
- validator: (t) => Hr.includes(t)
5247
+ validator: (t) => Wr.includes(t)
5248
5248
  },
5249
5249
  /**
5250
5250
  * Tabindex value for the content. Passing null, no tabindex attribute will be set.
@@ -5571,11 +5571,11 @@ const nc = {
5571
5571
  const e = (a = t == null ? void 0 : t[0]) == null ? void 0 : a.target;
5572
5572
  if (!e)
5573
5573
  return;
5574
- const n = ar(e);
5574
+ const n = rr(e);
5575
5575
  this.isOutsideViewport = n.bottom || n.top;
5576
5576
  },
5577
5577
  popperOptions() {
5578
- return jr({
5578
+ return Hr({
5579
5579
  fallbackPlacements: this.fallbackPlacements,
5580
5580
  tether: this.tether,
5581
5581
  hasHideModifierEnabled: !0
@@ -5686,7 +5686,7 @@ const nc = {
5686
5686
  },
5687
5687
  initTippyInstance() {
5688
5688
  var t, e;
5689
- this.tip = Vr(this.anchorEl, {
5689
+ this.tip = jr(this.anchorEl, {
5690
5690
  popperOptions: this.popperOptions(),
5691
5691
  contentElement: this.popoverContentEl,
5692
5692
  placement: this.placement,
@@ -5755,7 +5755,7 @@ const sc = {
5755
5755
  SrOnlyCloseButton: en
5756
5756
  },
5757
5757
  mixins: [
5758
- mr({
5758
+ gr({
5759
5759
  indexKey: "highlightIndex",
5760
5760
  idKey: "highlightId",
5761
5761
  listElementKey: "getListElement",
@@ -6111,7 +6111,7 @@ var pc = function() {
6111
6111
  null,
6112
6112
  null
6113
6113
  );
6114
- const bg = hc.exports, mc = {
6114
+ const hg = hc.exports, mc = {
6115
6115
  name: "DtImageViewer",
6116
6116
  components: {
6117
6117
  Portal: Un,
@@ -6265,7 +6265,7 @@ var gc = function() {
6265
6265
  null,
6266
6266
  null
6267
6267
  );
6268
- const yg = _c.exports, bn = {
6268
+ const mg = _c.exports, bn = {
6269
6269
  TEXT: "text",
6270
6270
  TEXTAREA: "textarea",
6271
6271
  PASSWORD: "password",
@@ -6318,7 +6318,7 @@ const bc = {
6318
6318
  return this.filteredValidationMessages.length === 0;
6319
6319
  },
6320
6320
  filteredValidationMessages() {
6321
- return tr(this.validationMessages);
6321
+ return nr(this.validationMessages);
6322
6322
  },
6323
6323
  validationState() {
6324
6324
  return Ne(this.validationMessages);
@@ -6356,7 +6356,7 @@ var yc = function() {
6356
6356
  null,
6357
6357
  null
6358
6358
  );
6359
- const qe = Sc.exports, Ur = {
6359
+ const qe = Sc.exports, zr = {
6360
6360
  inheritAttrs: !1,
6361
6361
  props: {
6362
6362
  /**
@@ -6465,7 +6465,7 @@ const qe = Sc.exports, Ur = {
6465
6465
  );
6466
6466
  }
6467
6467
  }
6468
- }, zr = {
6468
+ }, Kr = {
6469
6469
  model: {
6470
6470
  prop: "checked"
6471
6471
  },
@@ -6507,7 +6507,7 @@ const qe = Sc.exports, Ur = {
6507
6507
  this.internalIndeterminate = t;
6508
6508
  }
6509
6509
  }
6510
- }, Kr = {
6510
+ }, Gr = {
6511
6511
  inject: {
6512
6512
  // Object used to pass data from the group
6513
6513
  groupContext: {
@@ -7249,7 +7249,7 @@ var Dc = function() {
7249
7249
  null,
7250
7250
  null
7251
7251
  );
7252
- const Gr = Lc.exports, Na = {
7252
+ const Yr = Lc.exports, Na = {
7253
7253
  default: "",
7254
7254
  danger: "d-modal--danger"
7255
7255
  }, Ba = {
@@ -7381,7 +7381,7 @@ var Rc = function() {
7381
7381
  null,
7382
7382
  null
7383
7383
  );
7384
- const wg = Mc.exports, Nc = {
7384
+ const gg = Mc.exports, Nc = {
7385
7385
  name: "DtModal",
7386
7386
  components: {
7387
7387
  DtLazyShow: Ct,
@@ -7670,7 +7670,7 @@ var Bc = function() {
7670
7670
  null,
7671
7671
  null
7672
7672
  );
7673
- const Sg = qc.exports;
7673
+ const vg = qc.exports;
7674
7674
  const Vc = {
7675
7675
  name: "ListSection",
7676
7676
  components: {
@@ -7764,7 +7764,7 @@ var jc = function() {
7764
7764
  null,
7765
7765
  null
7766
7766
  );
7767
- const Cg = Wc.exports, Uc = {
7767
+ const _g = Wc.exports, Uc = {
7768
7768
  name: "DtListItemGroup",
7769
7769
  props: {
7770
7770
  /**
@@ -7814,7 +7814,7 @@ var zc = function() {
7814
7814
  null,
7815
7815
  null
7816
7816
  );
7817
- const xg = Gc.exports, Yc = {
7817
+ const bg = Gc.exports, Yc = {
7818
7818
  name: "DtPagination",
7819
7819
  components: {
7820
7820
  DtButton: G,
@@ -7942,14 +7942,14 @@ var Xc = function() {
7942
7942
  null,
7943
7943
  null
7944
7944
  );
7945
- const Og = Qc.exports, Jc = {
7945
+ const yg = Qc.exports, Jc = {
7946
7946
  warning: "d-radio--warning",
7947
7947
  error: "d-radio--error",
7948
7948
  success: "d-radio--success"
7949
7949
  }, eu = {
7950
7950
  name: "DtRadio",
7951
7951
  components: { DtValidationMessages: qe },
7952
- mixins: [Ur, zr, Kr, on],
7952
+ mixins: [zr, Kr, Gr, on],
7953
7953
  inheritAttrs: !1,
7954
7954
  props: {
7955
7955
  /**
@@ -8040,9 +8040,9 @@ var tu = function() {
8040
8040
  null,
8041
8041
  null
8042
8042
  );
8043
- const Eg = au.exports, ru = {
8043
+ const wg = au.exports, ru = {
8044
8044
  name: "DtRadioGroup",
8045
- extends: Gr,
8045
+ extends: Yr,
8046
8046
  props: {
8047
8047
  /**
8048
8048
  * A provided value for the radio group
@@ -8124,7 +8124,7 @@ var ou = /* @__PURE__ */ h(
8124
8124
  null,
8125
8125
  null
8126
8126
  );
8127
- const Ig = ou.exports, lu = ["default", "sm"], du = {
8127
+ const Sg = ou.exports, lu = ["default", "sm"], du = {
8128
8128
  sm: "d-tablist--sm"
8129
8129
  }, cu = {
8130
8130
  inverted: "d-tablist--inverted"
@@ -8350,7 +8350,7 @@ var hu = function() {
8350
8350
  null,
8351
8351
  null
8352
8352
  );
8353
- const Tg = gu.exports, vu = {
8353
+ const Cg = gu.exports, vu = {
8354
8354
  name: "DtTab",
8355
8355
  components: {
8356
8356
  DtButton: G
@@ -8458,7 +8458,7 @@ var _u = function() {
8458
8458
  null,
8459
8459
  null
8460
8460
  );
8461
- const kg = yu.exports, wu = {
8461
+ const xg = yu.exports, wu = {
8462
8462
  name: "DtTabPanel",
8463
8463
  mixins: [St],
8464
8464
  inject: ["groupContext"],
@@ -8539,14 +8539,14 @@ var Su = function() {
8539
8539
  null,
8540
8540
  null
8541
8541
  );
8542
- const Dg = xu.exports, Ou = {
8542
+ const Og = xu.exports, Ou = {
8543
8543
  error: "d-checkbox--error",
8544
8544
  warning: "d-checkbox--warning",
8545
8545
  success: "d-checkbox--success"
8546
8546
  }, Eu = {
8547
8547
  name: "DtCheckbox",
8548
8548
  components: { DtValidationMessages: qe },
8549
- mixins: [Ur, zr, Kr, on],
8549
+ mixins: [zr, Kr, Gr, on],
8550
8550
  inheritAttrs: !1,
8551
8551
  emits: [
8552
8552
  /**
@@ -8644,9 +8644,9 @@ var Iu = function() {
8644
8644
  null,
8645
8645
  null
8646
8646
  );
8647
- const $g = ku.exports, Du = {
8647
+ const Eg = ku.exports, Du = {
8648
8648
  name: "DtCheckboxGroup",
8649
- extends: Gr,
8649
+ extends: Yr,
8650
8650
  model: {
8651
8651
  prop: "selectedValues"
8652
8652
  },
@@ -8748,7 +8748,7 @@ var Au = /* @__PURE__ */ h(
8748
8748
  null,
8749
8749
  null
8750
8750
  );
8751
- const Lg = Au.exports, qa = {
8751
+ const Ig = Au.exports, qa = {
8752
8752
  xs: "d-chip__label--xs",
8753
8753
  sm: "d-chip__label--sm",
8754
8754
  md: ""
@@ -8915,7 +8915,7 @@ var Nu = function() {
8915
8915
  null,
8916
8916
  null
8917
8917
  );
8918
- const Yr = Fu.exports, Va = {
8918
+ const Xr = Fu.exports, Va = {
8919
8919
  xs: "d-select--xs",
8920
8920
  sm: "d-select--sm",
8921
8921
  md: "",
@@ -9136,7 +9136,7 @@ var zu = function() {
9136
9136
  null,
9137
9137
  null
9138
9138
  );
9139
- const Ag = Gu.exports, Yu = ["status", "alert"], ja = 6e3, Xu = {
9139
+ const Tg = Gu.exports, Yu = ["status", "alert"], ja = 6e3, Xu = {
9140
9140
  name: "DtToast",
9141
9141
  components: {
9142
9142
  DtNoticeIcon: Pn,
@@ -9325,7 +9325,7 @@ var Zu = function() {
9325
9325
  null,
9326
9326
  null
9327
9327
  );
9328
- const Rg = Ju.exports, Ha = {
9328
+ const kg = Ju.exports, Ha = {
9329
9329
  sm: "d-toggle--small",
9330
9330
  md: ""
9331
9331
  }, ep = [!1, !0, "mixed"], tp = {
@@ -9483,7 +9483,7 @@ var np = function() {
9483
9483
  null,
9484
9484
  null
9485
9485
  );
9486
- const Pg = rp.exports, ip = [
9486
+ const Dg = rp.exports, ip = [
9487
9487
  ...Fd
9488
9488
  ], sp = 300, op = {
9489
9489
  hover: "d-tooltip--hover",
@@ -9491,8 +9491,8 @@ const Pg = rp.exports, ip = [
9491
9491
  inverted: "d-tooltip--inverted",
9492
9492
  hide: "d-tooltip--hide"
9493
9493
  }, lp = [
9494
- ...qr
9495
- ], Mg = [!0, !1, "toggle"];
9494
+ ...Vr
9495
+ ], $g = [!0, !1, "toggle"];
9496
9496
  const dp = {
9497
9497
  name: "DtTooltip",
9498
9498
  components: {
@@ -9683,7 +9683,7 @@ const dp = {
9683
9683
  trigger: "manual",
9684
9684
  placement: this.placement,
9685
9685
  sticky: this.sticky,
9686
- popperOptions: jr({
9686
+ popperOptions: Hr({
9687
9687
  fallbackPlacements: this.fallbackPlacements,
9688
9688
  hasHideModifierEnabled: !0,
9689
9689
  onChangePlacement: this.onChangePlacement
@@ -9712,7 +9712,7 @@ const dp = {
9712
9712
  }
9713
9713
  },
9714
9714
  mounted() {
9715
- this.tip = Vr(Pa(this.$refs.anchor), this.initOptions()), this.isShown && this.tip.show();
9715
+ this.tip = jr(Pa(this.$refs.anchor), this.initOptions()), this.isShown && this.tip.show();
9716
9716
  },
9717
9717
  beforeDestroy() {
9718
9718
  var t;
@@ -9807,7 +9807,7 @@ const Kn = pp.exports, ct = {
9807
9807
  "{cmd}": "command"
9808
9808
  }, fp = {
9809
9809
  "{plus}": "plus"
9810
- }, Ng = Object.keys(ct), hp = {
9810
+ }, Lg = Object.keys(ct), hp = {
9811
9811
  name: "DtKeyboardShortcut",
9812
9812
  components: {
9813
9813
  DtIcon: q
@@ -9892,86 +9892,11 @@ var mp = function() {
9892
9892
  null,
9893
9893
  null
9894
9894
  );
9895
- const Bg = vp.exports, Xr = {
9895
+ const Ag = vp.exports, Wa = {
9896
9896
  LEFT: "left",
9897
9897
  RIGHT: "right"
9898
9898
  }, _p = ["sm", "md", "lg", null], bp = {
9899
- name: "DtRootLayoutBody",
9900
- props: {
9901
- /**
9902
- * Additional class name for the body
9903
- */
9904
- bodyClass: {
9905
- type: [String, Array, Object],
9906
- default: void 0
9907
- },
9908
- /**
9909
- * Additional class name for the content element
9910
- */
9911
- contentClass: {
9912
- type: [String, Array, Object],
9913
- default: void 0
9914
- },
9915
- /**
9916
- * Additional class name for the sidebar element
9917
- */
9918
- sidebarClass: {
9919
- type: [String, Array, Object],
9920
- default: void 0
9921
- },
9922
- /**
9923
- * The width of the sidebar
9924
- * Possible units rem|px|%|em
9925
- */
9926
- sidebarWidth: {
9927
- type: String,
9928
- default: void 0
9929
- },
9930
- /**
9931
- * When true, the sidebar will be locked in position and the content will
9932
- * be scrollable. When false the sidebar will scroll out of view.
9933
- * @values true, false
9934
- */
9935
- fixed: {
9936
- type: Boolean,
9937
- default: void 0
9938
- },
9939
- /**
9940
- * Whether the sidebar is on the left or right side
9941
- * Possible options: 'left', 'right'
9942
- */
9943
- sidebarPosition: {
9944
- type: String,
9945
- default: void 0
9946
- }
9947
- },
9948
- computed: {
9949
- bodyClasses() {
9950
- return [
9951
- this.bodyClass,
9952
- { "d-root-layout__body--invert": this.sidebarPosition === Xr.RIGHT }
9953
- ];
9954
- }
9955
- }
9956
- };
9957
- var yp = function() {
9958
- var e = this, n = e._self._c;
9959
- return n("div", { ref: "root-layout-body", class: ["d-root-layout__body", e.bodyClasses], attrs: { "data-qa": "dt-root-layout-body" } }, [e.$slots.sidebar ? n("aside", { ref: "root-layout-sidebar", class: ["d-root-layout__sidebar", { "d-root-layout__sidebar--sticky": e.fixed }, e.sidebarClass], style: { "flex-basis": e.sidebarWidth }, attrs: { "data-qa": "dt-root-layout-sidebar" } }, [e._t("sidebar")], 2) : e._e(), e.$slots.content ? n("main", { ref: "root-layout-content", class: ["d-root-layout__content", e.contentClass], attrs: { "data-qa": "dt-root-layout-content", tabindex: "0" } }, [e._t("content")], 2) : e._e()]);
9960
- }, wp = [], Sp = /* @__PURE__ */ h(
9961
- bp,
9962
- yp,
9963
- wp,
9964
- !1,
9965
- null,
9966
- null,
9967
- null,
9968
- null
9969
- );
9970
- const Cp = Sp.exports, xp = {
9971
9899
  name: "DtRootLayout",
9972
- components: {
9973
- DtRootLayoutBody: Cp
9974
- },
9975
9900
  props: {
9976
9901
  /**
9977
9902
  * When true, the header, footer and sidebar will be locked in position and the content will
@@ -9990,8 +9915,7 @@ const Cp = Sp.exports, xp = {
9990
9915
  default: ""
9991
9916
  },
9992
9917
  /**
9993
- * The height of the header
9994
- * Possible units rem|px|%|em
9918
+ * DEPRECATED: set the height of the inner element instead.
9995
9919
  */
9996
9920
  headerHeight: {
9997
9921
  type: String,
@@ -10042,7 +9966,7 @@ const Cp = Sp.exports, xp = {
10042
9966
  sidebarPosition: {
10043
9967
  type: String,
10044
9968
  default: "left",
10045
- validator: (t) => Object.values(Xr).includes(t)
9969
+ validator: (t) => Object.values(Wa).includes(t)
10046
9970
  },
10047
9971
  /**
10048
9972
  * Additional class name for the footer element
@@ -10052,8 +9976,7 @@ const Cp = Sp.exports, xp = {
10052
9976
  default: ""
10053
9977
  },
10054
9978
  /**
10055
- * The height of the footer
10056
- * Possible units rem|px|%|em
9979
+ * DEPRECATED: set the height of the inner element instead.
10057
9980
  */
10058
9981
  footerHeight: {
10059
9982
  type: String,
@@ -10073,60 +9996,62 @@ const Cp = Sp.exports, xp = {
10073
9996
  responsiveClass() {
10074
9997
  if (this.responsiveBreakpoint)
10075
9998
  return `d-root-layout__responsive--${this.responsiveBreakpoint}`;
9999
+ },
10000
+ bodyClasses() {
10001
+ return [
10002
+ this.bodyClass,
10003
+ { "d-root-layout__body--invert": this.sidebarPosition === Wa.RIGHT }
10004
+ ];
10076
10005
  }
10077
10006
  }
10078
10007
  };
10079
- var Op = function() {
10008
+ var yp = function() {
10080
10009
  var e = this, n = e._self._c;
10081
- return n("div", { class: ["root-layout d-root-layout", { "d-root-layout--fixed": e.fixed }, e.responsiveClass], attrs: { "data-qa": "dt-root-layout" } }, [e.$slots.header ? n("header", { class: ["d-root-layout__header", { "d-root-layout__header--sticky": e.headerSticky }, e.headerClass], style: { height: e.headerHeight, "min-height": e.headerHeight }, attrs: { "data-qa": "dt-root-layout-header" } }, [e._t("header")], 2) : e._e(), n("dt-root-layout-body", { attrs: { "body-class": e.bodyClass, "content-class": e.contentClass, "sidebar-class": e.sidebarClass, "sidebar-width": e.sidebarWidth, "sidebar-position": e.sidebarPosition, "header-height": e.$slots.header ? e.headerHeight : "0px", "footer-height": e.$slots.footer ? e.footerHeight : "0px", fixed: e.fixed }, scopedSlots: e._u([e.$slots.sidebar ? { key: "sidebar", fn: function() {
10082
- return [e._t("sidebar")];
10083
- }, proxy: !0 } : null, e.$slots.default ? { key: "content", fn: function() {
10084
- return [e._t("default")];
10085
- }, proxy: !0 } : null], null, !0) }), e.$slots.footer ? n("footer", { class: ["d-root-layout__footer", e.footerClass], style: { height: e.footerHeight, "min-height": e.footerHeight }, attrs: { "data-qa": "dt-root-layout-footer" } }, [e._t("footer")], 2) : e._e()], 1);
10086
- }, Ep = [], Ip = /* @__PURE__ */ h(
10087
- xp,
10088
- Op,
10089
- Ep,
10010
+ return n("div", { class: ["root-layout d-root-layout", { "d-root-layout--fixed": e.fixed }, e.responsiveClass], attrs: { "data-qa": "dt-root-layout" } }, [n("header", { class: ["d-root-layout__header", { "d-root-layout__header--sticky": e.headerSticky }, e.headerClass], attrs: { "data-qa": "dt-root-layout-header" } }, [e._t("header")], 2), n("div", { ref: "root-layout-body", class: ["d-root-layout__body", e.bodyClasses], attrs: { "data-qa": "dt-root-layout-body" } }, [n("aside", { ref: "root-layout-sidebar", class: ["d-root-layout__sidebar", { "d-root-layout__sidebar--sticky": e.fixed }, e.sidebarClass], style: { "flex-basis": e.sidebarWidth }, attrs: { "data-qa": "dt-root-layout-sidebar" } }, [e._t("sidebar")], 2), n("main", { ref: "root-layout-content", class: ["d-root-layout__content", e.contentClass], attrs: { "data-qa": "dt-root-layout-content", tabindex: "0" } }, [e._t("default")], 2)]), n("footer", { class: ["d-root-layout__footer", e.footerClass], attrs: { "data-qa": "dt-root-layout-footer" } }, [e._t("footer")], 2)]);
10011
+ }, wp = [], Sp = /* @__PURE__ */ h(
10012
+ bp,
10013
+ yp,
10014
+ wp,
10090
10015
  !1,
10091
10016
  null,
10092
10017
  null,
10093
10018
  null,
10094
10019
  null
10095
10020
  );
10096
- const Fg = Ip.exports, Fe = {
10021
+ const Rg = Sp.exports, Fe = {
10097
10022
  default: "column",
10098
10023
  column: "column",
10099
10024
  row: "row",
10100
10025
  "row-reverse": "row-reverse",
10101
10026
  "column-reverse": "column-reverse"
10102
10027
  }, Zr = ["sm", "md", "lg", "xl"], Gn = ["0", "100", "200", "300", "400", "500", "600"];
10103
- function Wa(t) {
10028
+ function Ua(t) {
10104
10029
  return t === Fe.default;
10105
10030
  }
10106
- function Ua(t) {
10031
+ function za(t) {
10107
10032
  if (bt(t) === "string")
10108
- return Wa(t) ? null : Fe[t];
10033
+ return Ua(t) ? null : Fe[t];
10109
10034
  if (bt(t) === "object") {
10110
10035
  const { default: e } = t;
10111
- return Wa(e) ? null : Fe[e];
10036
+ return Ua(e) ? null : Fe[e];
10112
10037
  } else
10113
10038
  return null;
10114
10039
  }
10115
10040
  function bt(t) {
10116
10041
  return typeof t;
10117
10042
  }
10118
- function Tp(t) {
10119
- return Ua(t) ? `d-stack--${Fe[Ua(t)]}` : null;
10043
+ function Cp(t) {
10044
+ return za(t) ? `d-stack--${Fe[za(t)]}` : null;
10120
10045
  }
10121
- function kp(t) {
10046
+ function xp(t) {
10122
10047
  return bt(t) === "object" ? [
10123
10048
  ...Zr.map((e) => t[e] ? `d-stack--${e}--${t[e]}` : null)
10124
10049
  ] : null;
10125
10050
  }
10126
- function Dp(t) {
10051
+ function Op(t) {
10127
10052
  return Gn.includes(t) ? `d-stack--gap-${t}` : null;
10128
10053
  }
10129
- function $p(t) {
10054
+ function Ep(t) {
10130
10055
  if (bt(t) === "string")
10131
10056
  return Object.keys(Fe).includes(t);
10132
10057
  if (bt(t) === "object") {
@@ -10135,21 +10060,24 @@ function $p(t) {
10135
10060
  } else
10136
10061
  return null;
10137
10062
  }
10138
- function Lp(t) {
10063
+ function Ip(t) {
10139
10064
  return Gn.includes(t);
10140
10065
  }
10141
- const Ap = {
10066
+ const Tp = {
10142
10067
  name: "DtStack",
10143
10068
  props: {
10144
10069
  /**
10145
10070
  * Set this prop to the direction to stack the items.
10146
10071
  * You can override the default direction with 'default' key.
10147
- * All the undefined breakpoints will have 'default' value
10072
+ * All the undefined breakpoints will have 'default' value.
10073
+ * By default, for the column direction it will have `justify-content: flex-start`
10074
+ * and for the row direction `align-items: center`. This can be overriden
10075
+ * by utility classes.
10148
10076
  */
10149
10077
  direction: {
10150
10078
  type: [String, Object],
10151
10079
  default: "column",
10152
- validator: (t) => $p(t)
10080
+ validator: (t) => Ep(t)
10153
10081
  },
10154
10082
  /**
10155
10083
  * Set this prop to render stack as a specific HTML element.
@@ -10165,7 +10093,7 @@ const Ap = {
10165
10093
  gap: {
10166
10094
  type: String,
10167
10095
  default: "0",
10168
- validator: (t) => Lp(t)
10096
+ validator: (t) => Ip(t)
10169
10097
  }
10170
10098
  },
10171
10099
  data() {
@@ -10177,17 +10105,17 @@ const Ap = {
10177
10105
  },
10178
10106
  computed: {
10179
10107
  stackGap() {
10180
- return Dp(this.gap);
10108
+ return Op(this.gap);
10181
10109
  },
10182
10110
  defaultDirection() {
10183
- return Tp(this.direction);
10111
+ return Cp(this.direction);
10184
10112
  },
10185
10113
  stackResponsive() {
10186
- return kp(this.direction);
10114
+ return xp(this.direction);
10187
10115
  }
10188
10116
  }
10189
10117
  };
10190
- var Rp = function() {
10118
+ var kp = function() {
10191
10119
  var e = this, n = e._self._c;
10192
10120
  return n(e.as, { tag: "component", class: [
10193
10121
  "d-stack",
@@ -10195,17 +10123,17 @@ var Rp = function() {
10195
10123
  e.stackResponsive,
10196
10124
  e.stackGap
10197
10125
  ] }, [e._t("default")], 2);
10198
- }, Pp = [], Mp = /* @__PURE__ */ h(
10199
- Ap,
10200
- Rp,
10201
- Pp,
10126
+ }, Dp = [], $p = /* @__PURE__ */ h(
10127
+ Tp,
10128
+ kp,
10129
+ Dp,
10202
10130
  !1,
10203
10131
  null,
10204
10132
  null,
10205
10133
  null,
10206
10134
  null
10207
10135
  );
10208
- const qg = Mp.exports;
10136
+ const Pg = $p.exports;
10209
10137
  function yt(t) {
10210
10138
  "@babel/helpers - typeof";
10211
10139
  return yt = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
@@ -10246,16 +10174,16 @@ function Jr(t, e) {
10246
10174
  var s = i.getDate();
10247
10175
  return r >= s ? i : (n.setFullYear(i.getFullYear(), i.getMonth(), r), n);
10248
10176
  }
10249
- function Np(t, e) {
10177
+ function Lp(t, e) {
10250
10178
  N(2, arguments);
10251
10179
  var n = j(t).getTime(), a = K(e);
10252
10180
  return new Date(n + a);
10253
10181
  }
10254
- var Bp = {};
10182
+ var Ap = {};
10255
10183
  function It() {
10256
- return Bp;
10184
+ return Ap;
10257
10185
  }
10258
- function Fp(t, e) {
10186
+ function Rp(t, e) {
10259
10187
  var n, a, r, i, s, l, d, p;
10260
10188
  N(1, arguments);
10261
10189
  var c = It(), f = K((n = (a = (r = (i = e == null ? void 0 : e.weekStartsOn) !== null && i !== void 0 ? i : e == null || (s = e.locale) === null || s === void 0 || (l = s.options) === null || l === void 0 ? void 0 : l.weekStartsOn) !== null && r !== void 0 ? r : c.weekStartsOn) !== null && a !== void 0 ? a : (d = c.locale) === null || d === void 0 || (p = d.options) === null || p === void 0 ? void 0 : p.weekStartsOn) !== null && n !== void 0 ? n : 0);
@@ -10264,31 +10192,31 @@ function Fp(t, e) {
10264
10192
  var v = j(t), m = v.getDay(), b = (m < f ? 7 : 0) + m - f;
10265
10193
  return v.setDate(v.getDate() - b), v.setHours(0, 0, 0, 0), v;
10266
10194
  }
10267
- function qp(t) {
10195
+ function Pp(t) {
10268
10196
  var e = new Date(Date.UTC(t.getFullYear(), t.getMonth(), t.getDate(), t.getHours(), t.getMinutes(), t.getSeconds(), t.getMilliseconds()));
10269
10197
  return e.setUTCFullYear(t.getFullYear()), t.getTime() - e.getTime();
10270
10198
  }
10271
- function Vp(t) {
10199
+ function Mp(t) {
10272
10200
  return N(1, arguments), t instanceof Date || yt(t) === "object" && Object.prototype.toString.call(t) === "[object Date]";
10273
10201
  }
10274
- function jp(t) {
10275
- if (N(1, arguments), !Vp(t) && typeof t != "number")
10202
+ function Np(t) {
10203
+ if (N(1, arguments), !Mp(t) && typeof t != "number")
10276
10204
  return !1;
10277
10205
  var e = j(t);
10278
10206
  return !isNaN(Number(e));
10279
10207
  }
10280
- function Hp(t, e) {
10208
+ function Bp(t, e) {
10281
10209
  N(2, arguments);
10282
10210
  var n = K(e);
10283
- return Np(t, -n);
10211
+ return Lp(t, -n);
10284
10212
  }
10285
- var Wp = 864e5;
10286
- function Up(t) {
10213
+ var Fp = 864e5;
10214
+ function qp(t) {
10287
10215
  N(1, arguments);
10288
10216
  var e = j(t), n = e.getTime();
10289
10217
  e.setUTCMonth(0, 1), e.setUTCHours(0, 0, 0, 0);
10290
10218
  var a = e.getTime(), r = n - a;
10291
- return Math.floor(r / Wp) + 1;
10219
+ return Math.floor(r / Fp) + 1;
10292
10220
  }
10293
10221
  function Yt(t) {
10294
10222
  N(1, arguments);
@@ -10304,18 +10232,18 @@ function ei(t) {
10304
10232
  var s = Yt(i);
10305
10233
  return e.getTime() >= r.getTime() ? n + 1 : e.getTime() >= s.getTime() ? n : n - 1;
10306
10234
  }
10307
- function zp(t) {
10235
+ function Vp(t) {
10308
10236
  N(1, arguments);
10309
10237
  var e = ei(t), n = /* @__PURE__ */ new Date(0);
10310
10238
  n.setUTCFullYear(e, 0, 4), n.setUTCHours(0, 0, 0, 0);
10311
10239
  var a = Yt(n);
10312
10240
  return a;
10313
10241
  }
10314
- var Kp = 6048e5;
10315
- function Gp(t) {
10242
+ var jp = 6048e5;
10243
+ function Hp(t) {
10316
10244
  N(1, arguments);
10317
- var e = j(t), n = Yt(e).getTime() - zp(e).getTime();
10318
- return Math.round(n / Kp) + 1;
10245
+ var e = j(t), n = Yt(e).getTime() - Vp(e).getTime();
10246
+ return Math.round(n / jp) + 1;
10319
10247
  }
10320
10248
  function Xt(t, e) {
10321
10249
  var n, a, r, i, s, l, d, p;
@@ -10339,7 +10267,7 @@ function ti(t, e) {
10339
10267
  var C = Xt(y, e);
10340
10268
  return c.getTime() >= S.getTime() ? f + 1 : c.getTime() >= C.getTime() ? f : f - 1;
10341
10269
  }
10342
- function Yp(t, e) {
10270
+ function Wp(t, e) {
10343
10271
  var n, a, r, i, s, l, d, p;
10344
10272
  N(1, arguments);
10345
10273
  var c = It(), f = K((n = (a = (r = (i = e == null ? void 0 : e.firstWeekContainsDate) !== null && i !== void 0 ? i : e == null || (s = e.locale) === null || s === void 0 || (l = s.options) === null || l === void 0 ? void 0 : l.firstWeekContainsDate) !== null && r !== void 0 ? r : c.firstWeekContainsDate) !== null && a !== void 0 ? a : (d = c.locale) === null || d === void 0 || (p = d.options) === null || p === void 0 ? void 0 : p.firstWeekContainsDate) !== null && n !== void 0 ? n : 1), v = ti(t, e), m = /* @__PURE__ */ new Date(0);
@@ -10347,18 +10275,18 @@ function Yp(t, e) {
10347
10275
  var b = Xt(m, e);
10348
10276
  return b;
10349
10277
  }
10350
- var Xp = 6048e5;
10351
- function Zp(t, e) {
10278
+ var Up = 6048e5;
10279
+ function zp(t, e) {
10352
10280
  N(1, arguments);
10353
- var n = j(t), a = Xt(n, e).getTime() - Yp(n, e).getTime();
10354
- return Math.round(a / Xp) + 1;
10281
+ var n = j(t), a = Xt(n, e).getTime() - Wp(n, e).getTime();
10282
+ return Math.round(a / Up) + 1;
10355
10283
  }
10356
10284
  function D(t, e) {
10357
10285
  for (var n = t < 0 ? "-" : "", a = Math.abs(t).toString(); a.length < e; )
10358
10286
  a = "0" + a;
10359
10287
  return n + a;
10360
10288
  }
10361
- var Qp = {
10289
+ var Kp = {
10362
10290
  // Year
10363
10291
  y: function(e, n) {
10364
10292
  var a = e.getUTCFullYear(), r = a > 0 ? a : 1 - a;
@@ -10411,7 +10339,7 @@ var Qp = {
10411
10339
  return D(i, n.length);
10412
10340
  }
10413
10341
  };
10414
- const Oe = Qp;
10342
+ const Oe = Kp;
10415
10343
  var Ge = {
10416
10344
  am: "am",
10417
10345
  pm: "pm",
@@ -10421,7 +10349,7 @@ var Ge = {
10421
10349
  afternoon: "afternoon",
10422
10350
  evening: "evening",
10423
10351
  night: "night"
10424
- }, Jp = {
10352
+ }, Gp = {
10425
10353
  // Era
10426
10354
  G: function(e, n, a) {
10427
10355
  var r = e.getUTCFullYear() > 0 ? 1 : 0;
@@ -10603,14 +10531,14 @@ var Ge = {
10603
10531
  },
10604
10532
  // Local week of year
10605
10533
  w: function(e, n, a, r) {
10606
- var i = Zp(e, r);
10534
+ var i = zp(e, r);
10607
10535
  return n === "wo" ? a.ordinalNumber(i, {
10608
10536
  unit: "week"
10609
10537
  }) : D(i, n.length);
10610
10538
  },
10611
10539
  // ISO week of year
10612
10540
  I: function(e, n, a) {
10613
- var r = Gp(e);
10541
+ var r = Hp(e);
10614
10542
  return n === "Io" ? a.ordinalNumber(r, {
10615
10543
  unit: "week"
10616
10544
  }) : D(r, n.length);
@@ -10623,7 +10551,7 @@ var Ge = {
10623
10551
  },
10624
10552
  // Day of year
10625
10553
  D: function(e, n, a) {
10626
- var r = Up(e);
10554
+ var r = qp(e);
10627
10555
  return n === "Do" ? a.ordinalNumber(r, {
10628
10556
  unit: "dayOfYear"
10629
10557
  }) : D(r, n.length);
@@ -10895,7 +10823,7 @@ var Ge = {
10895
10823
  return "Z";
10896
10824
  switch (n) {
10897
10825
  case "X":
10898
- return Ka(s);
10826
+ return Ga(s);
10899
10827
  case "XXXX":
10900
10828
  case "XX":
10901
10829
  return Re(s);
@@ -10910,7 +10838,7 @@ var Ge = {
10910
10838
  var i = r._originalDate || e, s = i.getTimezoneOffset();
10911
10839
  switch (n) {
10912
10840
  case "x":
10913
- return Ka(s);
10841
+ return Ga(s);
10914
10842
  case "xxxx":
10915
10843
  case "xx":
10916
10844
  return Re(s);
@@ -10927,7 +10855,7 @@ var Ge = {
10927
10855
  case "O":
10928
10856
  case "OO":
10929
10857
  case "OOO":
10930
- return "GMT" + za(s, ":");
10858
+ return "GMT" + Ka(s, ":");
10931
10859
  case "OOOO":
10932
10860
  default:
10933
10861
  return "GMT" + Re(s, ":");
@@ -10940,7 +10868,7 @@ var Ge = {
10940
10868
  case "z":
10941
10869
  case "zz":
10942
10870
  case "zzz":
10943
- return "GMT" + za(s, ":");
10871
+ return "GMT" + Ka(s, ":");
10944
10872
  case "zzzz":
10945
10873
  default:
10946
10874
  return "GMT" + Re(s, ":");
@@ -10957,14 +10885,14 @@ var Ge = {
10957
10885
  return D(s, n.length);
10958
10886
  }
10959
10887
  };
10960
- function za(t, e) {
10888
+ function Ka(t, e) {
10961
10889
  var n = t > 0 ? "-" : "+", a = Math.abs(t), r = Math.floor(a / 60), i = a % 60;
10962
10890
  if (i === 0)
10963
10891
  return n + String(r);
10964
10892
  var s = e || "";
10965
10893
  return n + String(r) + s + D(i, 2);
10966
10894
  }
10967
- function Ka(t, e) {
10895
+ function Ga(t, e) {
10968
10896
  if (t % 60 === 0) {
10969
10897
  var n = t > 0 ? "-" : "+";
10970
10898
  return n + D(Math.abs(t) / 60, 2);
@@ -10975,8 +10903,8 @@ function Re(t, e) {
10975
10903
  var n = e || "", a = t > 0 ? "-" : "+", r = Math.abs(t), i = D(Math.floor(r / 60), 2), s = D(r % 60, 2);
10976
10904
  return a + i + n + s;
10977
10905
  }
10978
- const ef = Jp;
10979
- var Ga = function(e, n) {
10906
+ const Yp = Gp;
10907
+ var Ya = function(e, n) {
10980
10908
  switch (e) {
10981
10909
  case "P":
10982
10910
  return n.date({
@@ -11016,10 +10944,10 @@ var Ga = function(e, n) {
11016
10944
  width: "full"
11017
10945
  });
11018
10946
  }
11019
- }, tf = function(e, n) {
10947
+ }, Xp = function(e, n) {
11020
10948
  var a = e.match(/(P+)(p+)?/) || [], r = a[1], i = a[2];
11021
10949
  if (!i)
11022
- return Ga(e, n);
10950
+ return Ya(e, n);
11023
10951
  var s;
11024
10952
  switch (r) {
11025
10953
  case "P":
@@ -11044,20 +10972,20 @@ var Ga = function(e, n) {
11044
10972
  });
11045
10973
  break;
11046
10974
  }
11047
- return s.replace("{{date}}", Ga(r, n)).replace("{{time}}", ni(i, n));
11048
- }, nf = {
10975
+ return s.replace("{{date}}", Ya(r, n)).replace("{{time}}", ni(i, n));
10976
+ }, Zp = {
11049
10977
  p: ni,
11050
- P: tf
10978
+ P: Xp
11051
10979
  };
11052
- const af = nf;
11053
- var rf = ["D", "DD"], sf = ["YY", "YYYY"];
11054
- function of(t) {
11055
- return rf.indexOf(t) !== -1;
10980
+ const Qp = Zp;
10981
+ var Jp = ["D", "DD"], ef = ["YY", "YYYY"];
10982
+ function tf(t) {
10983
+ return Jp.indexOf(t) !== -1;
11056
10984
  }
11057
- function lf(t) {
11058
- return sf.indexOf(t) !== -1;
10985
+ function nf(t) {
10986
+ return ef.indexOf(t) !== -1;
11059
10987
  }
11060
- function Ya(t, e, n) {
10988
+ function Xa(t, e, n) {
11061
10989
  if (t === "YYYY")
11062
10990
  throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(e, "`) for formatting years to the input `").concat(n, "`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));
11063
10991
  if (t === "YY")
@@ -11067,7 +10995,7 @@ function Ya(t, e, n) {
11067
10995
  if (t === "DD")
11068
10996
  throw new RangeError("Use `dd` instead of `DD` (in `".concat(e, "`) for formatting days of the month to the input `").concat(n, "`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));
11069
10997
  }
11070
- var df = {
10998
+ var af = {
11071
10999
  lessThanXSeconds: {
11072
11000
  one: "less than a second",
11073
11001
  other: "less than {{count}} seconds"
@@ -11129,58 +11057,58 @@ var df = {
11129
11057
  one: "almost 1 year",
11130
11058
  other: "almost {{count}} years"
11131
11059
  }
11132
- }, cf = function(e, n, a) {
11133
- var r, i = df[e];
11060
+ }, rf = function(e, n, a) {
11061
+ var r, i = af[e];
11134
11062
  return typeof i == "string" ? r = i : n === 1 ? r = i.one : r = i.other.replace("{{count}}", n.toString()), a != null && a.addSuffix ? a.comparison && a.comparison > 0 ? "in " + r : r + " ago" : r;
11135
11063
  };
11136
- const uf = cf;
11064
+ const sf = rf;
11137
11065
  function yn(t) {
11138
11066
  return function() {
11139
11067
  var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, n = e.width ? String(e.width) : t.defaultWidth, a = t.formats[n] || t.formats[t.defaultWidth];
11140
11068
  return a;
11141
11069
  };
11142
11070
  }
11143
- var pf = {
11071
+ var of = {
11144
11072
  full: "EEEE, MMMM do, y",
11145
11073
  long: "MMMM do, y",
11146
11074
  medium: "MMM d, y",
11147
11075
  short: "MM/dd/yyyy"
11148
- }, ff = {
11076
+ }, lf = {
11149
11077
  full: "h:mm:ss a zzzz",
11150
11078
  long: "h:mm:ss a z",
11151
11079
  medium: "h:mm:ss a",
11152
11080
  short: "h:mm a"
11153
- }, hf = {
11081
+ }, df = {
11154
11082
  full: "{{date}} 'at' {{time}}",
11155
11083
  long: "{{date}} 'at' {{time}}",
11156
11084
  medium: "{{date}}, {{time}}",
11157
11085
  short: "{{date}}, {{time}}"
11158
- }, mf = {
11086
+ }, cf = {
11159
11087
  date: yn({
11160
- formats: pf,
11088
+ formats: of,
11161
11089
  defaultWidth: "full"
11162
11090
  }),
11163
11091
  time: yn({
11164
- formats: ff,
11092
+ formats: lf,
11165
11093
  defaultWidth: "full"
11166
11094
  }),
11167
11095
  dateTime: yn({
11168
- formats: hf,
11096
+ formats: df,
11169
11097
  defaultWidth: "full"
11170
11098
  })
11171
11099
  };
11172
- const gf = mf;
11173
- var vf = {
11100
+ const uf = cf;
11101
+ var pf = {
11174
11102
  lastWeek: "'last' eeee 'at' p",
11175
11103
  yesterday: "'yesterday at' p",
11176
11104
  today: "'today at' p",
11177
11105
  tomorrow: "'tomorrow at' p",
11178
11106
  nextWeek: "eeee 'at' p",
11179
11107
  other: "P"
11180
- }, _f = function(e, n, a, r) {
11181
- return vf[e];
11108
+ }, ff = function(e, n, a, r) {
11109
+ return pf[e];
11182
11110
  };
11183
- const bf = _f;
11111
+ const hf = ff;
11184
11112
  function ot(t) {
11185
11113
  return function(e, n) {
11186
11114
  var a = n != null && n.context ? String(n.context) : "standalone", r;
@@ -11195,24 +11123,24 @@ function ot(t) {
11195
11123
  return r[p];
11196
11124
  };
11197
11125
  }
11198
- var yf = {
11126
+ var mf = {
11199
11127
  narrow: ["B", "A"],
11200
11128
  abbreviated: ["BC", "AD"],
11201
11129
  wide: ["Before Christ", "Anno Domini"]
11202
- }, wf = {
11130
+ }, gf = {
11203
11131
  narrow: ["1", "2", "3", "4"],
11204
11132
  abbreviated: ["Q1", "Q2", "Q3", "Q4"],
11205
11133
  wide: ["1st quarter", "2nd quarter", "3rd quarter", "4th quarter"]
11206
- }, Sf = {
11134
+ }, vf = {
11207
11135
  narrow: ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
11208
11136
  abbreviated: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
11209
11137
  wide: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]
11210
- }, Cf = {
11138
+ }, _f = {
11211
11139
  narrow: ["S", "M", "T", "W", "T", "F", "S"],
11212
11140
  short: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
11213
11141
  abbreviated: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
11214
11142
  wide: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]
11215
- }, xf = {
11143
+ }, bf = {
11216
11144
  narrow: {
11217
11145
  am: "a",
11218
11146
  pm: "p",
@@ -11243,7 +11171,7 @@ var yf = {
11243
11171
  evening: "evening",
11244
11172
  night: "night"
11245
11173
  }
11246
- }, Of = {
11174
+ }, yf = {
11247
11175
  narrow: {
11248
11176
  am: "a",
11249
11177
  pm: "p",
@@ -11274,7 +11202,7 @@ var yf = {
11274
11202
  evening: "in the evening",
11275
11203
  night: "at night"
11276
11204
  }
11277
- }, Ef = function(e, n) {
11205
+ }, wf = function(e, n) {
11278
11206
  var a = Number(e), r = a % 100;
11279
11207
  if (r > 20 || r < 10)
11280
11208
  switch (r % 10) {
@@ -11286,43 +11214,43 @@ var yf = {
11286
11214
  return a + "rd";
11287
11215
  }
11288
11216
  return a + "th";
11289
- }, If = {
11290
- ordinalNumber: Ef,
11217
+ }, Sf = {
11218
+ ordinalNumber: wf,
11291
11219
  era: ot({
11292
- values: yf,
11220
+ values: mf,
11293
11221
  defaultWidth: "wide"
11294
11222
  }),
11295
11223
  quarter: ot({
11296
- values: wf,
11224
+ values: gf,
11297
11225
  defaultWidth: "wide",
11298
11226
  argumentCallback: function(e) {
11299
11227
  return e - 1;
11300
11228
  }
11301
11229
  }),
11302
11230
  month: ot({
11303
- values: Sf,
11231
+ values: vf,
11304
11232
  defaultWidth: "wide"
11305
11233
  }),
11306
11234
  day: ot({
11307
- values: Cf,
11235
+ values: _f,
11308
11236
  defaultWidth: "wide"
11309
11237
  }),
11310
11238
  dayPeriod: ot({
11311
- values: xf,
11239
+ values: bf,
11312
11240
  defaultWidth: "wide",
11313
- formattingValues: Of,
11241
+ formattingValues: yf,
11314
11242
  defaultFormattingWidth: "wide"
11315
11243
  })
11316
11244
  };
11317
- const Tf = If;
11245
+ const Cf = Sf;
11318
11246
  function lt(t) {
11319
11247
  return function(e) {
11320
11248
  var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, a = n.width, r = a && t.matchPatterns[a] || t.matchPatterns[t.defaultMatchWidth], i = e.match(r);
11321
11249
  if (!i)
11322
11250
  return null;
11323
- var s = i[0], l = a && t.parsePatterns[a] || t.parsePatterns[t.defaultParseWidth], d = Array.isArray(l) ? Df(l, function(f) {
11251
+ var s = i[0], l = a && t.parsePatterns[a] || t.parsePatterns[t.defaultParseWidth], d = Array.isArray(l) ? Of(l, function(f) {
11324
11252
  return f.test(s);
11325
- }) : kf(l, function(f) {
11253
+ }) : xf(l, function(f) {
11326
11254
  return f.test(s);
11327
11255
  }), p;
11328
11256
  p = t.valueCallback ? t.valueCallback(d) : d, p = n.valueCallback ? n.valueCallback(p) : p;
@@ -11333,17 +11261,17 @@ function lt(t) {
11333
11261
  };
11334
11262
  };
11335
11263
  }
11336
- function kf(t, e) {
11264
+ function xf(t, e) {
11337
11265
  for (var n in t)
11338
11266
  if (t.hasOwnProperty(n) && e(t[n]))
11339
11267
  return n;
11340
11268
  }
11341
- function Df(t, e) {
11269
+ function Of(t, e) {
11342
11270
  for (var n = 0; n < t.length; n++)
11343
11271
  if (e(t[n]))
11344
11272
  return n;
11345
11273
  }
11346
- function $f(t) {
11274
+ function Ef(t) {
11347
11275
  return function(e) {
11348
11276
  var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, a = e.match(t.matchPattern);
11349
11277
  if (!a)
@@ -11360,37 +11288,37 @@ function $f(t) {
11360
11288
  };
11361
11289
  };
11362
11290
  }
11363
- var Lf = /^(\d+)(th|st|nd|rd)?/i, Af = /\d+/i, Rf = {
11291
+ var If = /^(\d+)(th|st|nd|rd)?/i, Tf = /\d+/i, kf = {
11364
11292
  narrow: /^(b|a)/i,
11365
11293
  abbreviated: /^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,
11366
11294
  wide: /^(before christ|before common era|anno domini|common era)/i
11367
- }, Pf = {
11295
+ }, Df = {
11368
11296
  any: [/^b/i, /^(a|c)/i]
11369
- }, Mf = {
11297
+ }, $f = {
11370
11298
  narrow: /^[1234]/i,
11371
11299
  abbreviated: /^q[1234]/i,
11372
11300
  wide: /^[1234](th|st|nd|rd)? quarter/i
11373
- }, Nf = {
11301
+ }, Lf = {
11374
11302
  any: [/1/i, /2/i, /3/i, /4/i]
11375
- }, Bf = {
11303
+ }, Af = {
11376
11304
  narrow: /^[jfmasond]/i,
11377
11305
  abbreviated: /^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,
11378
11306
  wide: /^(january|february|march|april|may|june|july|august|september|october|november|december)/i
11379
- }, Ff = {
11307
+ }, Rf = {
11380
11308
  narrow: [/^j/i, /^f/i, /^m/i, /^a/i, /^m/i, /^j/i, /^j/i, /^a/i, /^s/i, /^o/i, /^n/i, /^d/i],
11381
11309
  any: [/^ja/i, /^f/i, /^mar/i, /^ap/i, /^may/i, /^jun/i, /^jul/i, /^au/i, /^s/i, /^o/i, /^n/i, /^d/i]
11382
- }, qf = {
11310
+ }, Pf = {
11383
11311
  narrow: /^[smtwf]/i,
11384
11312
  short: /^(su|mo|tu|we|th|fr|sa)/i,
11385
11313
  abbreviated: /^(sun|mon|tue|wed|thu|fri|sat)/i,
11386
11314
  wide: /^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i
11387
- }, Vf = {
11315
+ }, Mf = {
11388
11316
  narrow: [/^s/i, /^m/i, /^t/i, /^w/i, /^t/i, /^f/i, /^s/i],
11389
11317
  any: [/^su/i, /^m/i, /^tu/i, /^w/i, /^th/i, /^f/i, /^sa/i]
11390
- }, jf = {
11318
+ }, Nf = {
11391
11319
  narrow: /^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,
11392
11320
  any: /^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i
11393
- }, Hf = {
11321
+ }, Bf = {
11394
11322
  any: {
11395
11323
  am: /^a/i,
11396
11324
  pm: /^p/i,
@@ -11401,67 +11329,67 @@ var Lf = /^(\d+)(th|st|nd|rd)?/i, Af = /\d+/i, Rf = {
11401
11329
  evening: /evening/i,
11402
11330
  night: /night/i
11403
11331
  }
11404
- }, Wf = {
11405
- ordinalNumber: $f({
11406
- matchPattern: Lf,
11407
- parsePattern: Af,
11332
+ }, Ff = {
11333
+ ordinalNumber: Ef({
11334
+ matchPattern: If,
11335
+ parsePattern: Tf,
11408
11336
  valueCallback: function(e) {
11409
11337
  return parseInt(e, 10);
11410
11338
  }
11411
11339
  }),
11412
11340
  era: lt({
11413
- matchPatterns: Rf,
11341
+ matchPatterns: kf,
11414
11342
  defaultMatchWidth: "wide",
11415
- parsePatterns: Pf,
11343
+ parsePatterns: Df,
11416
11344
  defaultParseWidth: "any"
11417
11345
  }),
11418
11346
  quarter: lt({
11419
- matchPatterns: Mf,
11347
+ matchPatterns: $f,
11420
11348
  defaultMatchWidth: "wide",
11421
- parsePatterns: Nf,
11349
+ parsePatterns: Lf,
11422
11350
  defaultParseWidth: "any",
11423
11351
  valueCallback: function(e) {
11424
11352
  return e + 1;
11425
11353
  }
11426
11354
  }),
11427
11355
  month: lt({
11428
- matchPatterns: Bf,
11356
+ matchPatterns: Af,
11429
11357
  defaultMatchWidth: "wide",
11430
- parsePatterns: Ff,
11358
+ parsePatterns: Rf,
11431
11359
  defaultParseWidth: "any"
11432
11360
  }),
11433
11361
  day: lt({
11434
- matchPatterns: qf,
11362
+ matchPatterns: Pf,
11435
11363
  defaultMatchWidth: "wide",
11436
- parsePatterns: Vf,
11364
+ parsePatterns: Mf,
11437
11365
  defaultParseWidth: "any"
11438
11366
  }),
11439
11367
  dayPeriod: lt({
11440
- matchPatterns: jf,
11368
+ matchPatterns: Nf,
11441
11369
  defaultMatchWidth: "any",
11442
- parsePatterns: Hf,
11370
+ parsePatterns: Bf,
11443
11371
  defaultParseWidth: "any"
11444
11372
  })
11445
11373
  };
11446
- const Uf = Wf;
11447
- var zf = {
11374
+ const qf = Ff;
11375
+ var Vf = {
11448
11376
  code: "en-US",
11449
- formatDistance: uf,
11450
- formatLong: gf,
11451
- formatRelative: bf,
11452
- localize: Tf,
11453
- match: Uf,
11377
+ formatDistance: sf,
11378
+ formatLong: uf,
11379
+ formatRelative: hf,
11380
+ localize: Cf,
11381
+ match: qf,
11454
11382
  options: {
11455
11383
  weekStartsOn: 0,
11456
11384
  firstWeekContainsDate: 1
11457
11385
  }
11458
11386
  };
11459
- const Kf = zf;
11460
- var Gf = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, Yf = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, Xf = /^'([^]*?)'?$/, Zf = /''/g, Qf = /[a-zA-Z]/;
11387
+ const jf = Vf;
11388
+ var Hf = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, Wf = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, Uf = /^'([^]*?)'?$/, zf = /''/g, Kf = /[a-zA-Z]/;
11461
11389
  function Ve(t, e, n) {
11462
11390
  var a, r, i, s, l, d, p, c, f, v, m, b, S, y, C, T, $, o;
11463
11391
  N(2, arguments);
11464
- var x = String(e), g = It(), O = (a = (r = n == null ? void 0 : n.locale) !== null && r !== void 0 ? r : g.locale) !== null && a !== void 0 ? a : Kf, P = K((i = (s = (l = (d = n == null ? void 0 : n.firstWeekContainsDate) !== null && d !== void 0 ? d : n == null || (p = n.locale) === null || p === void 0 || (c = p.options) === null || c === void 0 ? void 0 : c.firstWeekContainsDate) !== null && l !== void 0 ? l : g.firstWeekContainsDate) !== null && s !== void 0 ? s : (f = g.locale) === null || f === void 0 || (v = f.options) === null || v === void 0 ? void 0 : v.firstWeekContainsDate) !== null && i !== void 0 ? i : 1);
11392
+ var x = String(e), g = It(), O = (a = (r = n == null ? void 0 : n.locale) !== null && r !== void 0 ? r : g.locale) !== null && a !== void 0 ? a : jf, P = K((i = (s = (l = (d = n == null ? void 0 : n.firstWeekContainsDate) !== null && d !== void 0 ? d : n == null || (p = n.locale) === null || p === void 0 || (c = p.options) === null || c === void 0 ? void 0 : c.firstWeekContainsDate) !== null && l !== void 0 ? l : g.firstWeekContainsDate) !== null && s !== void 0 ? s : (f = g.locale) === null || f === void 0 || (v = f.options) === null || v === void 0 ? void 0 : v.firstWeekContainsDate) !== null && i !== void 0 ? i : 1);
11465
11393
  if (!(P >= 1 && P <= 7))
11466
11394
  throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");
11467
11395
  var M = K((m = (b = (S = (y = n == null ? void 0 : n.weekStartsOn) !== null && y !== void 0 ? y : n == null || (C = n.locale) === null || C === void 0 || (T = C.options) === null || T === void 0 ? void 0 : T.weekStartsOn) !== null && S !== void 0 ? S : g.weekStartsOn) !== null && b !== void 0 ? b : ($ = g.locale) === null || $ === void 0 || (o = $.options) === null || o === void 0 ? void 0 : o.weekStartsOn) !== null && m !== void 0 ? m : 0);
@@ -11472,45 +11400,45 @@ function Ve(t, e, n) {
11472
11400
  if (!O.formatLong)
11473
11401
  throw new RangeError("locale must contain formatLong property");
11474
11402
  var L = j(t);
11475
- if (!jp(L))
11403
+ if (!Np(L))
11476
11404
  throw new RangeError("Invalid time value");
11477
- var I = qp(L), A = Hp(L, I), B = {
11405
+ var I = Pp(L), A = Bp(L, I), B = {
11478
11406
  firstWeekContainsDate: P,
11479
11407
  weekStartsOn: M,
11480
11408
  locale: O,
11481
11409
  _originalDate: L
11482
- }, Y = x.match(Yf).map(function(R) {
11410
+ }, Y = x.match(Wf).map(function(R) {
11483
11411
  var F = R[0];
11484
11412
  if (F === "p" || F === "P") {
11485
- var V = af[F];
11413
+ var V = Qp[F];
11486
11414
  return V(R, O.formatLong);
11487
11415
  }
11488
11416
  return R;
11489
- }).join("").match(Gf).map(function(R) {
11417
+ }).join("").match(Hf).map(function(R) {
11490
11418
  if (R === "''")
11491
11419
  return "'";
11492
11420
  var F = R[0];
11493
11421
  if (F === "'")
11494
- return Jf(R);
11495
- var V = ef[F];
11422
+ return Gf(R);
11423
+ var V = Yp[F];
11496
11424
  if (V)
11497
- return !(n != null && n.useAdditionalWeekYearTokens) && lf(R) && Ya(R, e, String(t)), !(n != null && n.useAdditionalDayOfYearTokens) && of(R) && Ya(R, e, String(t)), V(A, R, O.localize, B);
11498
- if (F.match(Qf))
11425
+ return !(n != null && n.useAdditionalWeekYearTokens) && nf(R) && Xa(R, e, String(t)), !(n != null && n.useAdditionalDayOfYearTokens) && tf(R) && Xa(R, e, String(t)), V(A, R, O.localize, B);
11426
+ if (F.match(Kf))
11499
11427
  throw new RangeError("Format string contains an unescaped latin alphabet character `" + F + "`");
11500
11428
  return R;
11501
11429
  }).join("");
11502
11430
  return Y;
11503
11431
  }
11504
- function Jf(t) {
11505
- var e = t.match(Xf);
11506
- return e ? e[1].replace(Zf, "'") : t;
11432
+ function Gf(t) {
11433
+ var e = t.match(Uf);
11434
+ return e ? e[1].replace(zf, "'") : t;
11507
11435
  }
11508
- function eh(t) {
11436
+ function Yf(t) {
11509
11437
  N(1, arguments);
11510
11438
  var e = j(t), n = e.getDate();
11511
11439
  return n;
11512
11440
  }
11513
- function th(t) {
11441
+ function Xf(t) {
11514
11442
  N(1, arguments);
11515
11443
  var e = j(t), n = e.getFullYear(), a = e.getMonth(), r = /* @__PURE__ */ new Date(0);
11516
11444
  return r.setFullYear(n, a + 1, 0), r.setHours(0, 0, 0, 0), r.getDate();
@@ -11523,30 +11451,30 @@ function Ut(t) {
11523
11451
  function Ln(t) {
11524
11452
  return N(1, arguments), j(t).getFullYear();
11525
11453
  }
11526
- function nh(t, e) {
11454
+ function Zf(t, e) {
11527
11455
  N(2, arguments);
11528
11456
  var n = j(t), a = j(e);
11529
11457
  return n.getTime() === a.getTime();
11530
11458
  }
11531
- function ah(t, e) {
11459
+ function Qf(t, e) {
11532
11460
  N(2, arguments);
11533
11461
  var n = j(t), a = K(e), r = n.getFullYear(), i = n.getDate(), s = /* @__PURE__ */ new Date(0);
11534
11462
  s.setFullYear(r, a, 15), s.setHours(0, 0, 0, 0);
11535
- var l = th(s);
11463
+ var l = Xf(s);
11536
11464
  return n.setMonth(a, Math.min(i, l)), n;
11537
11465
  }
11538
- function rh(t, e) {
11466
+ function Jf(t, e) {
11539
11467
  if (N(2, arguments), yt(e) !== "object" || e === null)
11540
11468
  throw new RangeError("values parameter must be an object");
11541
11469
  var n = j(t);
11542
- return isNaN(n.getTime()) ? /* @__PURE__ */ new Date(NaN) : (e.year != null && n.setFullYear(e.year), e.month != null && (n = ah(n, e.month)), e.date != null && n.setDate(K(e.date)), e.hours != null && n.setHours(K(e.hours)), e.minutes != null && n.setMinutes(K(e.minutes)), e.seconds != null && n.setSeconds(K(e.seconds)), e.milliseconds != null && n.setMilliseconds(K(e.milliseconds)), n);
11470
+ return isNaN(n.getTime()) ? /* @__PURE__ */ new Date(NaN) : (e.year != null && n.setFullYear(e.year), e.month != null && (n = Qf(n, e.month)), e.date != null && n.setDate(K(e.date)), e.hours != null && n.setHours(K(e.hours)), e.minutes != null && n.setMinutes(K(e.minutes)), e.seconds != null && n.setSeconds(K(e.seconds)), e.milliseconds != null && n.setMilliseconds(K(e.milliseconds)), n);
11543
11471
  }
11544
- function ih(t, e) {
11472
+ function eh(t, e) {
11545
11473
  N(2, arguments);
11546
11474
  var n = K(e);
11547
11475
  return Jr(t, -n);
11548
11476
  }
11549
- const ai = 0, ri = "MMMM", An = (t) => t ? new Date(t) : /* @__PURE__ */ new Date(), sh = (t, e, n) => {
11477
+ const ai = 0, ri = "MMMM", An = (t) => t ? new Date(t) : /* @__PURE__ */ new Date(), th = (t, e, n) => {
11550
11478
  const a = An(JSON.parse(JSON.stringify(t))), r = [];
11551
11479
  for (let i = 0; i < 7; i++) {
11552
11480
  const s = Qr(a, i), l = Ut(s) !== e;
@@ -11560,21 +11488,21 @@ const ai = 0, ri = "MMMM", An = (t) => t ? new Date(t) : /* @__PURE__ */ new Dat
11560
11488
  });
11561
11489
  }
11562
11490
  return r;
11563
- }, oh = (t, e) => !t || !e ? !1 : nh(t, e), lh = (t, e, n) => {
11564
- const a = [], r = An(new Date(e, t)), i = An(new Date(e, t + 1, 0)), l = Fp(r, { weekStartsOn: ai }), d = (p) => {
11565
- const c = sh(p, t, n);
11491
+ }, nh = (t, e) => !t || !e ? !1 : Zf(t, e), ah = (t, e, n) => {
11492
+ const a = [], r = An(new Date(e, t)), i = An(new Date(e, t + 1, 0)), l = Rp(r, { weekStartsOn: ai }), d = (p) => {
11493
+ const c = th(p, t, n);
11566
11494
  if (a.push({ days: c }), !a[a.length - 1].days.some(
11567
- (f) => oh(f.value, i)
11495
+ (f) => nh(f.value, i)
11568
11496
  )) {
11569
11497
  const f = Qr(p, 7);
11570
11498
  d(f);
11571
11499
  }
11572
11500
  };
11573
11501
  return d(l), a;
11574
- }, dh = (t, e) => {
11502
+ }, rh = (t, e) => {
11575
11503
  const n = [1, 2, 3, 4, 5, 6, 7].map((i) => new Intl.DateTimeFormat(t, { weekday: "short", timeZone: "UTC" }).format(/* @__PURE__ */ new Date(`2017-01-0${i}T00:00:00+00:00`)).slice(0, 2)), a = n.slice(0, e), r = n.slice(e + 1, n.length);
11576
11504
  return [n[e]].concat(...r).concat(...a);
11577
- }, ch = (t, e) => Ve(new Date(2e3, t, 1), e), uh = {
11505
+ }, ih = (t, e) => Ve(new Date(2e3, t, 1), e), sh = {
11578
11506
  name: "DtDatepickerMonthYearPicker",
11579
11507
  components: { DtIcon: q },
11580
11508
  props: {
@@ -11636,10 +11564,10 @@ const ai = 0, ri = "MMMM", An = (t) => t ? new Date(t) : /* @__PURE__ */ new Dat
11636
11564
  computed: {
11637
11565
  // Get days for the currently selected month and year and highlight the selected day
11638
11566
  calendarDays() {
11639
- return lh(this.selectMonth, this.selectYear, this.highlightedDay);
11567
+ return ah(this.selectMonth, this.selectYear, this.highlightedDay);
11640
11568
  },
11641
11569
  formattedMonth() {
11642
- return (t, e) => ch(t, e);
11570
+ return (t, e) => ih(t, e);
11643
11571
  },
11644
11572
  MONTH_FORMAT() {
11645
11573
  return ri;
@@ -11690,10 +11618,10 @@ const ai = 0, ri = "MMMM", An = (t) => t ? new Date(t) : /* @__PURE__ */ new Dat
11690
11618
  },
11691
11619
  highlightDay() {
11692
11620
  const t = Ln(this.selectedDate), e = Ut(this.selectedDate);
11693
- t !== this.selectYear || e !== this.selectMonth ? this.highlightedDay = null : this.highlightedDay = eh(this.selectedDate);
11621
+ t !== this.selectYear || e !== this.selectMonth ? this.highlightedDay = null : this.highlightedDay = Yf(this.selectedDate);
11694
11622
  },
11695
11623
  changeMonth(t) {
11696
- const e = rh(this.selectedDate, { month: this.selectMonth, year: this.selectYear }), n = ++t ? Jr(e, 1) : ih(e, 1);
11624
+ const e = Jf(this.selectedDate, { month: this.selectMonth, year: this.selectYear }), n = ++t ? Jr(e, 1) : eh(e, 1);
11697
11625
  this.selectMonth = Ut(n);
11698
11626
  },
11699
11627
  changeYear(t) {
@@ -11701,7 +11629,7 @@ const ai = 0, ri = "MMMM", An = (t) => t ? new Date(t) : /* @__PURE__ */ new Dat
11701
11629
  }
11702
11630
  }
11703
11631
  };
11704
- var ph = function() {
11632
+ var oh = function() {
11705
11633
  var e = this, n = e._self._c;
11706
11634
  return n("div", { staticClass: "d-datepicker__month-year-picker" }, [n("div", [n("button", { ref: (a) => {
11707
11635
  a && e.setDayRef(a);
@@ -11728,17 +11656,17 @@ var ph = function() {
11728
11656
  }, keydown: function(a) {
11729
11657
  return e.handleKeyDown(a);
11730
11658
  } } }, [n("dt-icon", { attrs: { name: "chevrons-right", size: "300" } })], 1)])]);
11731
- }, fh = [], hh = /* @__PURE__ */ h(
11732
- uh,
11733
- ph,
11734
- fh,
11659
+ }, lh = [], dh = /* @__PURE__ */ h(
11660
+ sh,
11661
+ oh,
11662
+ lh,
11735
11663
  !1,
11736
11664
  null,
11737
11665
  null,
11738
11666
  null,
11739
11667
  null
11740
11668
  );
11741
- const mh = hh.exports, gh = {
11669
+ const ch = dh.exports, uh = {
11742
11670
  name: "DtDatepickerCalendar",
11743
11671
  props: {
11744
11672
  calendarDays: {
@@ -11785,7 +11713,7 @@ const mh = hh.exports, gh = {
11785
11713
  },
11786
11714
  computed: {
11787
11715
  weekDays() {
11788
- return dh(this.locale, ai);
11716
+ return rh(this.locale, ai);
11789
11717
  }
11790
11718
  },
11791
11719
  watch: {
@@ -11840,7 +11768,7 @@ const mh = hh.exports, gh = {
11840
11768
  }
11841
11769
  }
11842
11770
  };
11843
- var vh = function() {
11771
+ var ph = function() {
11844
11772
  var e = this, n = e._self._c;
11845
11773
  return n("div", { staticClass: "d-datepicker__calendar" }, [n("div", { staticClass: "d-datepicker__week-day" }, e._l(e.weekDays, function(a) {
11846
11774
  return n("div", { key: a }, [n("p", [e._v(" " + e._s(a) + " ")])]);
@@ -11858,19 +11786,19 @@ var vh = function() {
11858
11786
  } } }, [e._v(" " + e._s(i.text) + " ")]);
11859
11787
  }), 0);
11860
11788
  })], 2);
11861
- }, _h = [], bh = /* @__PURE__ */ h(
11862
- gh,
11863
- vh,
11864
- _h,
11789
+ }, fh = [], hh = /* @__PURE__ */ h(
11790
+ uh,
11791
+ ph,
11792
+ fh,
11865
11793
  !1,
11866
11794
  null,
11867
11795
  null,
11868
11796
  null,
11869
11797
  null
11870
11798
  );
11871
- const yh = bh.exports, wh = {
11799
+ const mh = hh.exports, gh = {
11872
11800
  name: "DtDatepicker",
11873
- components: { MonthYearPicker: mh, Calendar: yh },
11801
+ components: { MonthYearPicker: ch, Calendar: mh },
11874
11802
  props: {
11875
11803
  /**
11876
11804
  * Label for the previous month button
@@ -11977,7 +11905,7 @@ const yh = bh.exports, wh = {
11977
11905
  }
11978
11906
  }
11979
11907
  };
11980
- var Sh = function() {
11908
+ var vh = function() {
11981
11909
  var e = this, n = e._self._c;
11982
11910
  return n("div", { staticClass: "d-datepicker" }, [n("div", { staticClass: "d-datepicker--header" }, [n("month-year-picker", { ref: "monthYearPicker", attrs: { "prev-month-label": e.prevMonthLabel, "next-month-label": e.nextMonthLabel, "prev-year-label": e.prevYearLabel, "next-year-label": e.nextYearLabel, "change-to-label": e.changeToLabel, "selected-date": e.selectedDate }, on: { "calendar-days": e.updateCalendarDays, "focus-day": function(a) {
11983
11911
  return e.$refs.calendar.focusFirstDay();
@@ -11990,39 +11918,39 @@ var Sh = function() {
11990
11918
  }, "close-datepicker": function(a) {
11991
11919
  return e.$emit("close-datepicker");
11992
11920
  } } })], 1)]);
11993
- }, Ch = [], xh = /* @__PURE__ */ h(
11994
- wh,
11995
- Sh,
11996
- Ch,
11921
+ }, _h = [], bh = /* @__PURE__ */ h(
11922
+ gh,
11923
+ vh,
11924
+ _h,
11997
11925
  !1,
11998
11926
  null,
11999
11927
  null,
12000
11928
  null,
12001
11929
  null
12002
11930
  );
12003
- const Vg = xh.exports;
12004
- function jg(t) {
11931
+ const Mg = bh.exports;
11932
+ function Ng(t) {
12005
11933
  return Ve(t, "EEEE, MMMM d, yyyy");
12006
11934
  }
12007
- function Hg(t) {
11935
+ function Bg(t) {
12008
11936
  return Ve(t, "MMMM d, yyyy");
12009
11937
  }
12010
- function Wg(t, e = !0) {
11938
+ function Fg(t, e = !0) {
12011
11939
  return Ve(t, e ? "EEE, MMM d, yyyy" : "MMM d, yyyy");
12012
11940
  }
12013
- function Ug(t, e = !1) {
11941
+ function qg(t, e = !1) {
12014
11942
  return Ve(t, e ? "MMM d" : "MMMM d");
12015
11943
  }
12016
- function zg(t) {
11944
+ function Vg(t) {
12017
11945
  return Ve(t, "MM/dd/yy");
12018
11946
  }
12019
- const Oh = {
11947
+ const yh = {
12020
11948
  name: "DtRecipeComboboxWithPopover",
12021
11949
  components: {
12022
11950
  DtCombobox: qo,
12023
11951
  DtPopover: zn,
12024
- ComboboxLoadingList: gr,
12025
- ComboboxEmptyList: vr
11952
+ ComboboxLoadingList: vr,
11953
+ ComboboxEmptyList: _r
12026
11954
  },
12027
11955
  mixins: [we],
12028
11956
  props: {
@@ -12048,7 +11976,7 @@ const Oh = {
12048
11976
  size: {
12049
11977
  type: String,
12050
11978
  default: null,
12051
- validator: (t) => Object.values(_r).includes(t)
11979
+ validator: (t) => Object.values(br).includes(t)
12052
11980
  },
12053
11981
  /**
12054
11982
  * Description for the input
@@ -12129,7 +12057,7 @@ const Oh = {
12129
12057
  contentWidth: {
12130
12058
  type: String,
12131
12059
  default: null,
12132
- validator: (t) => Hr.includes(t)
12060
+ validator: (t) => Wr.includes(t)
12133
12061
  },
12134
12062
  /**
12135
12063
  * If the list should be shown by pressing up or down arrow key on the input element.
@@ -12297,7 +12225,7 @@ const Oh = {
12297
12225
  }
12298
12226
  }
12299
12227
  };
12300
- var Eh = function() {
12228
+ var wh = function() {
12301
12229
  var e = this, n = e._self._c;
12302
12230
  return n("dt-combobox", e._g({ ref: "combobox", attrs: { loading: e.loading, label: e.label, "label-visible": e.labelVisible, size: e.size, description: e.description, "empty-list": e.emptyList, "empty-state-message": e.emptyStateMessage, "show-list": e.isListShown, "on-beginning-of-list": e.onBeginningOfList, "on-end-of-list": e.onEndOfList, "list-rendered-outside": !0, "list-id": e.listId, "data-qa": "dt-combobox" }, scopedSlots: e._u([{ key: "input", fn: function({ inputProps: a }) {
12303
12231
  return [n("div", { ref: "input", attrs: { id: e.externalAnchor }, on: { focusin: e.onFocusIn, keydown: [function(r) {
@@ -12318,35 +12246,35 @@ var Eh = function() {
12318
12246
  return [e.$slots.footer ? n("div", { ref: "footer" }, [e._t("footer")], 2) : e._e()];
12319
12247
  }, proxy: !0 }], null, !0) })];
12320
12248
  } }], null, !0) }, e.comboboxListeners));
12321
- }, Ih = [], Th = /* @__PURE__ */ h(
12322
- Oh,
12323
- Eh,
12324
- Ih,
12249
+ }, Sh = [], Ch = /* @__PURE__ */ h(
12250
+ yh,
12251
+ wh,
12252
+ Sh,
12325
12253
  !1,
12326
12254
  null,
12327
12255
  null,
12328
12256
  null,
12329
12257
  null
12330
12258
  );
12331
- const kh = Th.exports, Dh = {
12259
+ const xh = Ch.exports, Oh = {
12332
12260
  // Chip has no 'lg' and 'xl' size. So we don't support that in multi-select.
12333
12261
  EXTRA_SMALL: "xs",
12334
12262
  SMALL: "sm",
12335
12263
  DEFAULT: "md"
12336
- }, $h = {
12264
+ }, Eh = {
12337
12265
  xs: "xs",
12338
12266
  sm: "xs",
12339
12267
  md: "sm"
12340
- }, Lh = {
12268
+ }, Ih = {
12341
12269
  xs: 1.4,
12342
12270
  sm: 0.4,
12343
12271
  md: 0.2
12344
- }, Ah = {
12272
+ }, Th = {
12345
12273
  name: "DtRecipeComboboxMultiSelect",
12346
12274
  components: {
12347
- DtRecipeComboboxWithPopover: kh,
12275
+ DtRecipeComboboxWithPopover: xh,
12348
12276
  DtInput: Ic,
12349
- DtChip: Yr,
12277
+ DtChip: Xr,
12350
12278
  DtValidationMessages: qe
12351
12279
  },
12352
12280
  mixins: [we],
@@ -12473,7 +12401,7 @@ const kh = Th.exports, Dh = {
12473
12401
  size: {
12474
12402
  type: String,
12475
12403
  default: "md",
12476
- validator: (t) => Object.values(Dh).includes(t)
12404
+ validator: (t) => Object.values(Oh).includes(t)
12477
12405
  },
12478
12406
  /**
12479
12407
  * Sets the element to which the popover is going to append to.
@@ -12532,7 +12460,7 @@ const kh = Th.exports, Dh = {
12532
12460
  initialInputPadding: {},
12533
12461
  resizeWindowObserver: null,
12534
12462
  originalInputSize: null,
12535
- CHIP_SIZES: $h
12463
+ CHIP_SIZES: Eh
12536
12464
  };
12537
12465
  },
12538
12466
  computed: {
@@ -12658,7 +12586,7 @@ const kh = Th.exports, Dh = {
12658
12586
  if (!t)
12659
12587
  return;
12660
12588
  const e = this.$refs.inputSlotWrapper, n = t.getBoundingClientRect().top - e.getBoundingClientRect().top, a = this.$refs.chipsWrapper;
12661
- a.style.top = n - Lh[this.size] + "px";
12589
+ a.style.top = n - Ih[this.size] + "px";
12662
12590
  },
12663
12591
  setInputPadding() {
12664
12592
  const t = this.getLastChip(), e = this.getInput(), n = this.$refs.chipsWrapper;
@@ -12685,7 +12613,7 @@ const kh = Th.exports, Dh = {
12685
12613
  }
12686
12614
  }
12687
12615
  };
12688
- var Rh = function() {
12616
+ var kh = function() {
12689
12617
  var e = this, n = e._self._c;
12690
12618
  return n("dt-recipe-combobox-with-popover", { ref: "comboboxWithPopover", attrs: { label: e.label, "show-list": e.showList, "max-height": e.listMaxHeight, "popover-offset": e.popoverOffset, "has-suggestion-list": e.hasSuggestionList, "visually-hidden-close-label": e.visuallyHiddenCloseLabel, "visually-hidden-close": e.visuallyHiddenClose, "content-width": "anchor", "append-to": e.appendTo, transition: e.transition }, on: { select: e.onComboboxSelect }, scopedSlots: e._u([{ key: "input", fn: function({ onInput: a }) {
12691
12619
  return [n("span", { ref: "inputSlotWrapper", staticClass: "d-ps-relative d-d-block" }, [n("span", { ref: "chipsWrapper", staticClass: "d-ps-absolute d-mx2 d-pl1" }, e._l(e.selectedItems, function(r) {
@@ -12706,18 +12634,18 @@ var Rh = function() {
12706
12634
  }, proxy: !0 }, { key: "footer", fn: function() {
12707
12635
  return [e.$slots.footer ? n("div", { ref: "footer" }, [e._t("footer")], 2) : e._e()];
12708
12636
  }, proxy: !0 }], null, !0) });
12709
- }, Ph = [], Mh = /* @__PURE__ */ h(
12710
- Ah,
12711
- Rh,
12712
- Ph,
12637
+ }, Dh = [], $h = /* @__PURE__ */ h(
12638
+ Th,
12639
+ kh,
12640
+ Dh,
12713
12641
  !1,
12714
12642
  null,
12715
12643
  null,
12716
12644
  null,
12717
12645
  null
12718
12646
  );
12719
- const Kg = Mh.exports, ii = ["sm", "md", "lg", "xl"];
12720
- const Nh = {
12647
+ const jg = $h.exports, ii = ["sm", "md", "lg", "xl"];
12648
+ const Lh = {
12721
12649
  name: "DtRecipeCallbarButton",
12722
12650
  components: { DtButton: G, DtTooltip: Kn },
12723
12651
  inheritAttrs: !0,
@@ -12853,25 +12781,25 @@ const Nh = {
12853
12781
  }
12854
12782
  }
12855
12783
  };
12856
- var Bh = function() {
12784
+ var Ah = function() {
12857
12785
  var e = this, n = e._self._c;
12858
12786
  return n("dt-tooltip", { attrs: { id: e.id, offset: [0, 8] }, scopedSlots: e._u([{ key: "anchor", fn: function() {
12859
12787
  return [n("span", { class: { "d-c-not-allowed": e.disabled } }, [n("dt-button", e._g({ class: e.callbarButtonClass, attrs: { importance: e.buttonImportance, kind: "muted", "icon-position": "top", "aria-disabled": e.disabled, "aria-label": e.ariaLabel, "label-class": e.callbarButtonTextClass, width: e.buttonWidth } }, e.$listeners), [e._t("default"), e._t("icon", null, { slot: "icon" })], 2)], 1)];
12860
12788
  }, proxy: !0 }], null, !0) }, [e._t("tooltip")], 2);
12861
- }, Fh = [], qh = /* @__PURE__ */ h(
12862
- Nh,
12863
- Bh,
12864
- Fh,
12789
+ }, Rh = [], Ph = /* @__PURE__ */ h(
12790
+ Lh,
12791
+ Ah,
12792
+ Rh,
12865
12793
  !1,
12866
12794
  null,
12867
12795
  null,
12868
12796
  null,
12869
12797
  null
12870
12798
  );
12871
- const Vh = qh.exports;
12872
- const jh = {
12799
+ const Mh = Ph.exports;
12800
+ const Nh = {
12873
12801
  name: "DtRecipeCallbarButtonWithPopover",
12874
- components: { DtRecipeCallbarButton: Vh, DtPopover: zn, DtButton: G, DtIcon: q },
12802
+ components: { DtRecipeCallbarButton: Mh, DtPopover: zn, DtButton: G, DtIcon: q },
12875
12803
  /* inheritAttrs: false is generally an option we want to set on library
12876
12804
  components. This allows any attributes passed in that are not recognized
12877
12805
  as props to be passed down to another element or component using v-bind:$attrs
@@ -13059,25 +12987,25 @@ const jh = {
13059
12987
  }
13060
12988
  }
13061
12989
  };
13062
- var Hh = function() {
12990
+ var Bh = function() {
13063
12991
  var e = this, n = e._self._c;
13064
12992
  return n("div", { staticClass: "d-d-flex d-ai-center" }, [n("dt-recipe-callbar-button", { staticClass: "dt-recipe--callbar-button-with-popover--main-button", attrs: { "aria-label": e.ariaLabel, disabled: e.disabled, active: e.active, danger: e.danger, "button-class": e.buttonClass, "button-width-size": e.buttonWidthSize, "text-class": e.textClass }, on: { click: e.buttonClick } }, [e._t("icon", null, { slot: "icon" }), e._t("tooltip", null, { slot: "tooltip" }), e._t("default")], 2), e.showArrowButton ? n("dt-popover", e._b({ staticClass: "dt-recipe--callbar-button-with-popover--popover-wrapper", attrs: { id: e.id, modal: !1, open: e.open, placement: e.placement, "initial-focus-element": e.initialFocusElement, "show-close-button": e.showCloseButton, offset: [0, 16], padding: "none", "dialog-class": ["dt-recipe--callbar-button-with-popover--popover", e.contentClass], "header-class": "d-d-flex d-ai-center d-fw-normal d-px12", "open-popover": e.showPopover }, on: { opened: e.onModalIsOpened }, scopedSlots: e._u([{ key: "anchor", fn: function() {
13065
12993
  return [n("dt-button", { class: ["dt-recipe--callbar-button-with-popover--arrow", { "d-mln24": !e.isCompactMode }], attrs: { circle: "", importance: "clear", size: "lg", width: "2rem", "aria-label": e.arrowButtonLabel, active: e.open }, on: { click: e.arrowClick }, scopedSlots: e._u([{ key: "icon", fn: function() {
13066
12994
  return [n("dt-icon", { staticClass: "d-fc-black-800", attrs: { name: "chevron-up", size: "200" } })];
13067
12995
  }, proxy: !0 }], null, !1, 1368564783) })];
13068
12996
  }, proxy: !0 }], null, !1, 1466460799) }, "dt-popover", e.$attrs, !1), [e._t("content", null, { slot: "content" }), e._t("headerContent", null, { slot: "headerContent" }), e._t("footerContent", null, { slot: "footerContent" })], 2) : e._e()], 1);
13069
- }, Wh = [], Uh = /* @__PURE__ */ h(
13070
- jh,
13071
- Hh,
13072
- Wh,
12997
+ }, Fh = [], qh = /* @__PURE__ */ h(
12998
+ Nh,
12999
+ Bh,
13000
+ Fh,
13073
13001
  !1,
13074
13002
  null,
13075
13003
  null,
13076
13004
  null,
13077
13005
  null
13078
13006
  );
13079
- const Gg = Uh.exports;
13080
- const zh = {
13007
+ const Hg = qh.exports;
13008
+ const Vh = {
13081
13009
  name: "DtRecipeContactInfo",
13082
13010
  components: {
13083
13011
  DtAvatar: Jt,
@@ -13189,7 +13117,7 @@ const zh = {
13189
13117
  }
13190
13118
  }
13191
13119
  };
13192
- var Kh = function() {
13120
+ var jh = function() {
13193
13121
  var e = this, n = e._self._c;
13194
13122
  return n("dt-list-item", { staticClass: "dt-contact-info", attrs: { id: e.id, role: e.role, "element-type": "div", "data-qa": "contact-info" }, scopedSlots: e._u([{ key: "left", fn: function() {
13195
13123
  return [e.showAvatar ? n("button", { staticClass: "d-ps-relative d-bgc-transparent d-baw0 d-c-pointer", attrs: { "data-qa": "contact-info-left", "aria-labelledby": e.avatarAriaLabel }, on: { click: e.avatarClick } }, [e.avatarList ? n("span", { staticClass: "dt-contact-info--avatars d-mrn4 d-d-flex d-fd-row" }, e._l(e.avatarList, function(a, r) {
@@ -13204,17 +13132,17 @@ var Kh = function() {
13204
13132
  }, proxy: !0 }, { key: "right", fn: function() {
13205
13133
  return [n("div", { attrs: { "data-qa": "contact-info-right" } }, [e._t("right")], 2)];
13206
13134
  }, proxy: !0 }], null, !0) });
13207
- }, Gh = [], Yh = /* @__PURE__ */ h(
13208
- zh,
13209
- Kh,
13210
- Gh,
13135
+ }, Hh = [], Wh = /* @__PURE__ */ h(
13136
+ Vh,
13137
+ jh,
13138
+ Hh,
13211
13139
  !1,
13212
13140
  null,
13213
13141
  "3d0f9d2e",
13214
13142
  null,
13215
13143
  null
13216
13144
  );
13217
- const Yg = Yh.exports, Xh = [
13145
+ const Wg = Wh.exports, Uh = [
13218
13146
  "green300",
13219
13147
  "green100",
13220
13148
  "red200",
@@ -13224,7 +13152,7 @@ const Yg = Yh.exports, Xh = [
13224
13152
  "black100",
13225
13153
  "white"
13226
13154
  ];
13227
- const Zh = {
13155
+ const zh = {
13228
13156
  name: "DtRecipeTopBannerInfo",
13229
13157
  props: {
13230
13158
  /**
@@ -13234,7 +13162,7 @@ const Zh = {
13234
13162
  type: String,
13235
13163
  default: "green300",
13236
13164
  validator: function(t) {
13237
- return Xh.includes(t);
13165
+ return Uh.includes(t);
13238
13166
  }
13239
13167
  }
13240
13168
  },
@@ -13255,20 +13183,20 @@ const Zh = {
13255
13183
  }
13256
13184
  }
13257
13185
  };
13258
- var Qh = function() {
13186
+ var Kh = function() {
13259
13187
  var e = this, n = e._self._c;
13260
13188
  return n("div", { staticClass: "d-fs-100 d-d-flex d-top-banner-info d-jc-space-between d-ai-center d-fc-primary", class: e.bannerInfoClass, attrs: { "data-qa": "banner-info" } }, [n("div", { staticClass: "d-top-banner-info__left" }, [e._t("left")], 2), n("div", { staticClass: "d-top-banner-info__middle d-my4" }, [e._t("default")], 2), n("div", { staticClass: "d-top-banner-info__right d-ta-right" }, [e._t("right")], 2)]);
13261
- }, Jh = [], em = /* @__PURE__ */ h(
13262
- Zh,
13263
- Qh,
13264
- Jh,
13189
+ }, Gh = [], Yh = /* @__PURE__ */ h(
13190
+ zh,
13191
+ Kh,
13192
+ Gh,
13265
13193
  !1,
13266
13194
  null,
13267
13195
  null,
13268
13196
  null,
13269
13197
  null
13270
13198
  );
13271
- const Xg = em.exports, Yn = "promptmenu", Xn = "promptcollect", Zn = "promptplay", Qn = "gotoexpert", ln = "goto", Jn = "branch", ea = "transfer", ta = "hangup", tm = {
13199
+ const Ug = Yh.exports, Yn = "promptmenu", Xn = "promptcollect", Zn = "promptplay", Qn = "gotoexpert", ln = "goto", Jn = "branch", ea = "transfer", ta = "hangup", Xh = {
13272
13200
  [Yn]: "keypad",
13273
13201
  [Xn]: "dialer",
13274
13202
  [Zn]: "volume-2",
@@ -13277,7 +13205,7 @@ const Xg = em.exports, Yn = "promptmenu", Xn = "promptcollect", Zn = "promptplay
13277
13205
  [ln]: "call-merge",
13278
13206
  [ea]: "transfer",
13279
13207
  [ta]: "phone-hang-up"
13280
- }, Zg = {
13208
+ }, zg = {
13281
13209
  [Yn]: "Menu",
13282
13210
  [Xn]: "Collect",
13283
13211
  [Zn]: "Play",
@@ -13299,7 +13227,7 @@ const Xg = em.exports, Yn = "promptmenu", Xn = "promptcollect", Zn = "promptplay
13299
13227
  normal: "d-bc-red-100",
13300
13228
  selected: "d-bc-red-200"
13301
13229
  }
13302
- }, nm = {
13230
+ }, Zh = {
13303
13231
  [Yn]: Ee.PROMPT,
13304
13232
  [Xn]: Ee.PROMPT,
13305
13233
  [Zn]: Ee.PROMPT,
@@ -13309,7 +13237,7 @@ const Xg = em.exports, Yn = "promptmenu", Xn = "promptcollect", Zn = "promptplay
13309
13237
  [ea]: Ee.TERMINAL,
13310
13238
  [ta]: Ee.TERMINAL
13311
13239
  };
13312
- const am = {
13240
+ const Qh = {
13313
13241
  name: "DtRecipeIvrNode",
13314
13242
  components: {
13315
13243
  DtCard: fo,
@@ -13370,10 +13298,10 @@ const am = {
13370
13298
  },
13371
13299
  computed: {
13372
13300
  nodeIcon() {
13373
- return tm[this.nodeType];
13301
+ return Xh[this.nodeType];
13374
13302
  },
13375
13303
  headerColor() {
13376
- const { normal: t, selected: e } = nm[this.nodeType];
13304
+ const { normal: t, selected: e } = Zh[this.nodeType];
13377
13305
  return this.isSelected ? e : t;
13378
13306
  },
13379
13307
  isGotoNode() {
@@ -13386,7 +13314,7 @@ const am = {
13386
13314
  }
13387
13315
  }
13388
13316
  };
13389
- var rm = function() {
13317
+ var Jh = function() {
13390
13318
  var e = this, n = e._self._c;
13391
13319
  return n("div", e._g({ staticClass: "d-d-flex d-fd-column d-ai-center d-c-pointer ivr_node__width" }, e.$listeners), [e.dtmfKey ? n("div", { staticClass: "ivr-connector d-w24 d-h24 d-bar-circle d-mbn12 d-fc-neutral-white d-fs-200", class: { "d-mbn16": e.isSelected }, attrs: { "data-qa": "dt-top-connector-dtmf" } }, [e._v(" " + e._s(e.dtmfKey) + " ")]) : e._e(), e.$slots.connector ? e._t("connector") : e._e(), !e.dtmfKey && !e.$slots.connector ? n("div", { staticClass: "ivr-connector d-w8 d-h8 d-bar-circle d-mbn4", class: { "d-mbn8": e.isSelected }, attrs: { "data-qa": "dt-top-connector" } }) : e._e(), n("dt-card", { attrs: { "content-class": "d-bt d-bc-black-300 d-px12 d-pt8 d-pb12", "container-class": [
13392
13320
  "d-w100p",
@@ -13416,25 +13344,25 @@ var rm = function() {
13416
13344
  }, proxy: !0 }, { key: "content", fn: function() {
13417
13345
  return [e._t("content")];
13418
13346
  }, proxy: !0 }], null, !0) })], 2);
13419
- }, im = [], sm = /* @__PURE__ */ h(
13420
- am,
13421
- rm,
13422
- im,
13347
+ }, em = [], tm = /* @__PURE__ */ h(
13348
+ Qh,
13349
+ Jh,
13350
+ em,
13423
13351
  !1,
13424
13352
  null,
13425
13353
  null,
13426
13354
  null,
13427
13355
  null
13428
13356
  );
13429
- const Qg = sm.exports;
13430
- const om = {
13357
+ const Kg = tm.exports;
13358
+ const nm = {
13431
13359
  name: "DtRecipeGroupedChip",
13432
13360
  components: {
13433
- DtChip: Yr
13361
+ DtChip: Xr
13434
13362
  },
13435
13363
  computed: {}
13436
13364
  };
13437
- var lm = function() {
13365
+ var am = function() {
13438
13366
  var e = this, n = e._self._c;
13439
13367
  return n("div", { staticClass: "d-d-inline-flex d-ws-nowrap d-bgc-unset", attrs: { "data-qa": "grouped-chip" } }, [n("dt-chip", { staticClass: "d-blr-pill d-bgc-moderate-opaque d-wmx84 dt-chip-content", attrs: { "hide-close": !0, interactive: !1, "content-class": "d-fs100", size: "xs", "grouped-chip": !0 }, scopedSlots: e._u([e.$slots.leftIcon ? { key: "icon", fn: function() {
13440
13368
  return [e.$slots.leftIcon ? n("div", { attrs: { "data-qa": "left-grouped-chip-icon" } }, [e._t("leftIcon")], 2) : e._e()];
@@ -13445,18 +13373,18 @@ var lm = function() {
13445
13373
  }, proxy: !0 }, { key: "default", fn: function() {
13446
13374
  return [e.$slots.rightContent ? n("div", { attrs: { "data-qa": "right-grouped-chip-content" } }, [e._t("rightContent")], 2) : e._e()];
13447
13375
  }, proxy: !0 }], null, !0) })], 1);
13448
- }, dm = [], cm = /* @__PURE__ */ h(
13449
- om,
13450
- lm,
13451
- dm,
13376
+ }, rm = [], im = /* @__PURE__ */ h(
13377
+ nm,
13378
+ am,
13379
+ rm,
13452
13380
  !1,
13453
13381
  null,
13454
13382
  null,
13455
13383
  null,
13456
13384
  null
13457
13385
  );
13458
- const Jg = cm.exports;
13459
- const um = {
13386
+ const Gg = im.exports;
13387
+ const sm = {
13460
13388
  name: "DtRecipeSettingsMenuButton",
13461
13389
  components: {
13462
13390
  DtButton: G,
@@ -13490,24 +13418,24 @@ const um = {
13490
13418
  "click"
13491
13419
  ]
13492
13420
  };
13493
- var pm = function() {
13421
+ var om = function() {
13494
13422
  var e = this, n = e._self._c;
13495
13423
  return e.updateAvailable ? n("dt-button", e._g({ staticClass: "settings-menu-button-update", attrs: { importance: "outlined", size: "xs", "icon-position": "right", "aria-label": e.ariaLabel }, scopedSlots: e._u([{ key: "icon", fn: function() {
13496
13424
  return [n("dt-icon", { attrs: { name: "more-vertical", size: "300" } })];
13497
13425
  }, proxy: !0 }], null, !1, 3418040308) }, e.$listeners), [e._t("default")], 2) : n("dt-button", e._g({ staticClass: "settings-menu-button", attrs: { importance: "clear", kind: "inverted", "aria-label": e.ariaLabel }, scopedSlots: e._u([{ key: "icon", fn: function() {
13498
13426
  return [n("dt-icon", { attrs: { name: "more-vertical", size: "300" } })];
13499
13427
  }, proxy: !0 }]) }, e.$listeners));
13500
- }, fm = [], hm = /* @__PURE__ */ h(
13501
- um,
13502
- pm,
13503
- fm,
13428
+ }, lm = [], dm = /* @__PURE__ */ h(
13429
+ sm,
13430
+ om,
13431
+ lm,
13504
13432
  !1,
13505
13433
  null,
13506
13434
  "4ee1371d",
13507
13435
  null,
13508
13436
  null
13509
13437
  );
13510
- const ev = hm.exports, H = {
13438
+ const Yg = dm.exports, H = {
13511
13439
  INBOX: "inbox",
13512
13440
  CONTACTS: "contacts",
13513
13441
  CHANNELS: "channels",
@@ -13520,7 +13448,7 @@ const ev = hm.exports, H = {
13520
13448
  DIALBOT: "dialbot",
13521
13449
  ASSIGNED: "assigned",
13522
13450
  DIGITAL: "digital"
13523
- }, mm = {
13451
+ }, cm = {
13524
13452
  [H.INBOX]: "inbox",
13525
13453
  [H.CONTACTS]: "contacts",
13526
13454
  [H.CHANNELS]: "hash",
@@ -13545,26 +13473,26 @@ const ev = hm.exports, H = {
13545
13473
  "magenta-400": "d-bgc-magenta-400",
13546
13474
  "magenta-100": "d-bgc-magenta-100",
13547
13475
  "black-300": "d-bgc-black-300"
13548
- }, gm = "If type is contact center, color must be oneof the following:" + Object.keys(Zt).join(", "), vm = [
13476
+ }, um = "If type is contact center, color must be oneof the following:" + Object.keys(Zt).join(", "), pm = [
13549
13477
  "300",
13550
13478
  "200"
13551
- ], _m = {};
13552
- var bm = function() {
13479
+ ], fm = {};
13480
+ var hm = function() {
13553
13481
  var e = this, n = e._self._c;
13554
13482
  return n("svg", { staticClass: "d-svg d-svg--native d-svg__dialbot", attrs: { "aria-hidden": "true", focusable: "false", "aria-label": "Dialbot", width: "358", height: "358", viewBox: "0 0 358 358", fill: "none" } }, [n("circle", { attrs: { cx: "179", cy: "179", r: "179", fill: "url(#paint0_linear_4_44)" } }), n("path", { attrs: { d: "M179 268.5v-11.933V268.5Zm86.517 0v11.933h19.308l-8.635-17.27-10.673 5.337Zm-16.73-33.459-9.3-7.478-4.797 5.967 3.424 6.848 10.673-5.337ZM179 101.433c42.839 0 77.567 34.728 77.567 77.567h23.866c0-56.02-45.413-101.433-101.433-101.433v23.866ZM101.433 179c0-42.839 34.728-77.567 77.567-77.567V77.567C122.98 77.567 77.567 122.98 77.567 179h23.866ZM179 256.567c-42.839 0-77.567-34.728-77.567-77.567H77.567c0 56.02 45.413 101.433 101.433 101.433v-23.866Zm86.517 0H179v23.866h86.517v-23.866Zm-27.403-16.189 16.729 33.459 21.347-10.674-16.729-33.459-21.347 10.674ZM256.567 179c0 18.396-6.39 35.268-17.08 48.563l18.6 14.955c13.975-17.38 22.346-39.488 22.346-63.518h-23.866Z", fill: "white" } }), n("path", { attrs: { d: "M226.733 202.867c-6.527 5.701-13.942 10.11-22.243 13.226-8.302 3.116-16.781 4.674-25.437 4.674-8.727 0-17.241-1.558-25.543-4.674-8.301-3.116-15.716-7.525-22.243-13.226v-11.934c4.399 2.652 9.365 4.939 14.9 6.862a112.163 112.163 0 0 0 16.815 4.674c5.748 1.127 11.105 1.69 16.071 1.69 5.038 0 10.395-.563 16.071-1.69a112.209 112.209 0 0 0 16.816-4.674c5.534-1.923 10.465-4.21 14.793-6.862v11.934Z", fill: "white" } }), n("defs", [n("linearGradient", { attrs: { id: "paint0_linear_4_44", x1: "0", y1: "0", x2: "358", y2: "358", gradientUnits: "userSpaceOnUse" } }, [n("stop", { attrs: { "stop-color": "#7C52FF" } }), n("stop", { attrs: { offset: "1", "stop-color": "#F9008E" } })], 1)], 1)]);
13555
- }, ym = [], wm = /* @__PURE__ */ h(
13556
- _m,
13557
- bm,
13558
- ym,
13483
+ }, mm = [], gm = /* @__PURE__ */ h(
13484
+ fm,
13485
+ hm,
13486
+ mm,
13559
13487
  !1,
13560
13488
  null,
13561
13489
  null,
13562
13490
  null,
13563
13491
  null
13564
13492
  );
13565
- const Sm = wm.exports, Cm = {
13493
+ const vm = gm.exports, _m = {
13566
13494
  name: "DtRecipeLeftbarGeneralRowIcon",
13567
- components: { DtIcon: q, IconDialbot: Sm },
13495
+ components: { DtIcon: q, IconDialbot: vm },
13568
13496
  props: {
13569
13497
  type: {
13570
13498
  type: String,
@@ -13590,7 +13518,7 @@ const Sm = wm.exports, Cm = {
13590
13518
  return this.type === H.DIALBOT;
13591
13519
  },
13592
13520
  getIconName() {
13593
- return mm[this.type];
13521
+ return cm[this.type];
13594
13522
  },
13595
13523
  contactCenterIconClasses() {
13596
13524
  return [
@@ -13609,29 +13537,29 @@ const Sm = wm.exports, Cm = {
13609
13537
  }
13610
13538
  }
13611
13539
  };
13612
- var xm = function() {
13540
+ var bm = function() {
13613
13541
  var e = this, n = e._self._c;
13614
13542
  return e.isIconType ? n("dt-icon", { attrs: { name: e.getIconName, size: e.iconSize } }) : e.isContactCenterType ? n("div", { class: e.contactCenterIconClasses }) : e.isDialbotType ? n("div", { class: e.dialbotClasses, attrs: { "data-qa": "general-row-dialbot" } }, [n("icon-dialbot", { staticClass: "d-svg--size24" })], 1) : e._e();
13615
- }, Om = [], Em = /* @__PURE__ */ h(
13616
- Cm,
13617
- xm,
13618
- Om,
13543
+ }, ym = [], wm = /* @__PURE__ */ h(
13544
+ _m,
13545
+ bm,
13546
+ ym,
13619
13547
  !1,
13620
13548
  null,
13621
13549
  null,
13622
13550
  null,
13623
13551
  null
13624
13552
  );
13625
- const Im = Em.exports;
13626
- const Tm = {
13553
+ const Sm = wm.exports;
13554
+ const Cm = {
13627
13555
  name: "DtRecipeGeneralRow",
13628
13556
  components: {
13629
13557
  DtEmojiTextWrapper: Rn,
13630
- DtBadge: ur,
13558
+ DtBadge: pr,
13631
13559
  DtIcon: q,
13632
13560
  DtButton: G,
13633
13561
  DtTooltip: Kn,
13634
- DtRecipeLeftbarGeneralRowIcon: Im
13562
+ DtRecipeLeftbarGeneralRowIcon: Sm
13635
13563
  },
13636
13564
  inheritAttrs: !1,
13637
13565
  props: {
@@ -13752,7 +13680,7 @@ const Tm = {
13752
13680
  iconSize: {
13753
13681
  type: String,
13754
13682
  default: "300",
13755
- validator: (t) => vm.includes(t)
13683
+ validator: (t) => pm.includes(t)
13756
13684
  }
13757
13685
  },
13758
13686
  emits: [
@@ -13831,7 +13759,7 @@ const Tm = {
13831
13759
  },
13832
13760
  methods: {
13833
13761
  validateProps() {
13834
- this.type === H.CONTACT_CENTER && !Object.keys(Zt).includes(this.color) && console.error(gm);
13762
+ this.type === H.CONTACT_CENTER && !Object.keys(Zt).includes(this.color) && console.error(um);
13835
13763
  },
13836
13764
  adjustLabelWidth() {
13837
13765
  var r, i, s, l, d, p;
@@ -13840,7 +13768,7 @@ const Tm = {
13840
13768
  }
13841
13769
  }
13842
13770
  };
13843
- var km = function() {
13771
+ var xm = function() {
13844
13772
  var e = this, n = e._self._c;
13845
13773
  return n("div", { class: e.leftbarGeneralRowClasses, attrs: { "data-qa": "dt-leftbar-row" } }, [n("a", e._g(e._b({ staticClass: "dt-leftbar-row__primary", attrs: { "data-qa": "data-qa" in e.$attrs ? e.$attrs["data-qa"] : "dt-leftbar-row-link", "aria-label": e.getAriaLabel, title: e.description, href: "href" in e.$attrs ? e.$attrs.href : "javascript:void(0)" } }, "a", e.$attrs, !1), e.$listeners), [n("div", { staticClass: "dt-leftbar-row__alpha" }, [e.isTyping ? n("div", { staticClass: "dt-leftbar-row__is-typing" }, [n("span"), n("span"), n("span")]) : e._t("left", function() {
13846
13774
  return [n("dt-recipe-leftbar-general-row-icon", { attrs: { type: e.getIcon, color: e.color, "icon-size": e.iconSize, "data-qa": "dt-leftbar-row-icon" } })];
@@ -13861,17 +13789,17 @@ var km = function() {
13861
13789
  return [n("dt-icon", { attrs: { name: "phone", size: "200" } })];
13862
13790
  }, proxy: !0 }], null, !1, 990728611) })];
13863
13791
  }, proxy: !0 }], null, !1, 4239858356) })], 1) : e._e()], 1) : e._e()]);
13864
- }, Dm = [], $m = /* @__PURE__ */ h(
13865
- Tm,
13866
- km,
13867
- Dm,
13792
+ }, Om = [], Em = /* @__PURE__ */ h(
13793
+ Cm,
13794
+ xm,
13795
+ Om,
13868
13796
  !1,
13869
13797
  null,
13870
13798
  "be4d0e3f",
13871
13799
  null,
13872
13800
  null
13873
13801
  );
13874
- const si = $m.exports, Lm = {
13802
+ const si = Em.exports, Im = {
13875
13803
  name: "DtRecipeGroupRow",
13876
13804
  components: {
13877
13805
  DtIcon: q,
@@ -13945,22 +13873,22 @@ const si = $m.exports, Lm = {
13945
13873
  }
13946
13874
  }
13947
13875
  };
13948
- var Am = function() {
13876
+ var Tm = function() {
13949
13877
  var e = this, n = e._self._c;
13950
13878
  return n("dt-recipe-general-row", e._g(e._b({ attrs: { description: e.names, "aria-label": e.ariaLabel, "unread-count": e.unreadCount, "has-unreads": e.hasUnreads, "unread-count-tooltip": e.unreadCountTooltip, selected: e.selected, "is-typing": e.isTyping }, scopedSlots: e._u([{ key: "left", fn: function() {
13951
13879
  return [n("dt-icon", { attrs: { name: "users", size: "300" } })];
13952
13880
  }, proxy: !0 }]) }, "dt-recipe-general-row", e.$attrs, !1), e.$listeners));
13953
- }, Rm = [], Pm = /* @__PURE__ */ h(
13954
- Lm,
13955
- Am,
13956
- Rm,
13881
+ }, km = [], Dm = /* @__PURE__ */ h(
13882
+ Im,
13883
+ Tm,
13884
+ km,
13957
13885
  !1,
13958
13886
  null,
13959
13887
  null,
13960
13888
  null,
13961
13889
  null
13962
13890
  );
13963
- const tv = Pm.exports, Mm = {
13891
+ const Xg = Dm.exports, $m = {
13964
13892
  name: "DtRecipeContactRow",
13965
13893
  components: {
13966
13894
  DtAvatar: Jt,
@@ -14126,25 +14054,25 @@ const tv = Pm.exports, Mm = {
14126
14054
  }
14127
14055
  }
14128
14056
  };
14129
- var Nm = function() {
14057
+ var Lm = function() {
14130
14058
  var e = this, n = e._self._c;
14131
14059
  return n("dt-recipe-general-row", e._g(e._b({ attrs: { "unread-count": e.unreadCount, description: e.contactDescription, "has-unreads": e.hasUnreads, selected: e.selected, "has-call-button": e.hasCallButton, muted: e.muted, "is-typing": e.isTyping, "call-button-tooltip": e.callButtonTooltip, "unread-count-tooltip": e.unreadCountTooltip }, scopedSlots: e._u([{ key: "left", fn: function() {
14132
14060
  return [n("dt-avatar", { attrs: { "full-name": e.name, "image-src": e.avatarSrc, "image-alt": e.avatarAlt, "icon-name": e.iconName, "icon-size": "200", size: "sm", seed: e.avatarSeed, presence: e.avatarPresence } })];
14133
14061
  }, proxy: !0 }, { key: "label", fn: function() {
14134
14062
  return [n("dt-emoji-text-wrapper", { staticClass: "dt-leftbar-row__description", attrs: { "data-qa": "dt-leftbar-row-description", size: "200" } }, [e._v(" " + e._s(e.name) + " ")]), n("div", { staticClass: "dt-leftbar-row__status" }, [e.presenceText ? n("span", { class: ["dt-leftbar-row__meta-context", e.presenceColorClass], attrs: { "data-qa": "dt-leftbar-row-presence-text" } }, [e._v(" " + e._s(e.presenceText) + " ")]) : e._e(), e.userStatus ? n("dt-emoji-text-wrapper", { staticClass: "dt-leftbar-row__meta-custom", attrs: { size: "100", "element-type": "span", "data-qa": "dt-leftbar-row-user-status" } }, [e._v(" " + e._s(e.userStatus) + " ")]) : e._e()], 1)];
14135
14063
  }, proxy: !0 }]) }, "dt-recipe-general-row", e.$attrs, !1), e.$listeners));
14136
- }, Bm = [], Fm = /* @__PURE__ */ h(
14137
- Mm,
14138
- Nm,
14139
- Bm,
14064
+ }, Am = [], Rm = /* @__PURE__ */ h(
14065
+ $m,
14066
+ Lm,
14067
+ Am,
14140
14068
  !1,
14141
14069
  null,
14142
14070
  null,
14143
14071
  null,
14144
14072
  null
14145
14073
  );
14146
- const nv = Fm.exports, qm = ["up", "down"], Vm = ["mentions", "messages"];
14147
- const jm = {
14074
+ const Zg = Rm.exports, Pm = ["up", "down"], Mm = ["mentions", "messages"];
14075
+ const Nm = {
14148
14076
  name: "DtRecipeUnreadPill",
14149
14077
  components: {
14150
14078
  DtIcon: q
@@ -14157,7 +14085,7 @@ const jm = {
14157
14085
  kind: {
14158
14086
  type: String,
14159
14087
  required: !0,
14160
- validator: (t) => Vm.includes(t)
14088
+ validator: (t) => Mm.includes(t)
14161
14089
  },
14162
14090
  /**
14163
14091
  * The direction of the arrow icon
@@ -14166,7 +14094,7 @@ const jm = {
14166
14094
  direction: {
14167
14095
  type: String,
14168
14096
  required: !0,
14169
- validator: (t) => qm.includes(t)
14097
+ validator: (t) => Pm.includes(t)
14170
14098
  }
14171
14099
  },
14172
14100
  emits: [
@@ -14179,25 +14107,25 @@ const jm = {
14179
14107
  "click"
14180
14108
  ]
14181
14109
  };
14182
- var Hm = function() {
14110
+ var Bm = function() {
14183
14111
  var e = this, n = e._self._c;
14184
14112
  return n("button", e._g({ class: ["dt-leftbar-unread-pill", `dt-leftbar-unread-pill--${e.kind}`], attrs: { type: "button", "data-qa": "dt-leftbar-unread-pill" } }, e.$listeners), [n("dt-icon", { attrs: { name: `arrow-${e.direction}`, size: "300" } }), n("span", { attrs: { "data-qa": "dt-leftbar-unread-pill__label" } }, [e._t("default")], 2)], 1);
14185
- }, Wm = [], Um = /* @__PURE__ */ h(
14186
- jm,
14187
- Hm,
14188
- Wm,
14113
+ }, Fm = [], qm = /* @__PURE__ */ h(
14114
+ Nm,
14115
+ Bm,
14116
+ Fm,
14189
14117
  !1,
14190
14118
  null,
14191
14119
  null,
14192
14120
  null,
14193
14121
  null
14194
14122
  );
14195
- const av = Um.exports, wn = {
14123
+ const Qg = qm.exports, wn = {
14196
14124
  NORMAL: "",
14197
14125
  SEARCHED: "d-bgc-warning-subtle",
14198
14126
  ERROR: "d-bgc-critical-subtle"
14199
14127
  }, Sn = "NORMAL";
14200
- const zm = {
14128
+ const Vm = {
14201
14129
  name: "DtRecipeFeedItemRow",
14202
14130
  components: {
14203
14131
  DtAvatar: Jt,
@@ -14206,6 +14134,13 @@ const zm = {
14206
14134
  },
14207
14135
  inheritAttrs: !1,
14208
14136
  props: {
14137
+ /**
14138
+ * Avatar seed, set this to the user's ID to get the same avatar background gradient each time it is displayed.
14139
+ */
14140
+ avatarSeed: {
14141
+ type: String,
14142
+ default: null
14143
+ },
14209
14144
  /**
14210
14145
  * Show avatar, show header text or dont show left time and vice versa
14211
14146
  */
@@ -14281,9 +14216,6 @@ const zm = {
14281
14216
  };
14282
14217
  },
14283
14218
  computed: {
14284
- avatarSeed() {
14285
- return (this.displayName || "").split(" ").map((n) => n.charAt(0)).join("").slice(0, 2).toUpperCase();
14286
- },
14287
14219
  feedListeners() {
14288
14220
  return {
14289
14221
  ...this.$listeners,
@@ -14319,31 +14251,31 @@ const zm = {
14319
14251
  }
14320
14252
  }
14321
14253
  };
14322
- var Km = function() {
14254
+ var jm = function() {
14323
14255
  var e = this, n = e._self._c;
14324
14256
  return n("dt-list-item", e._g(e._b({ ref: "FeedItemRef", class: e.listItemClasses, attrs: { "navigation-type": "none", "data-qa": "dt-feed-item-row" }, scopedSlots: e._u([{ key: "left", fn: function() {
14325
- return [e.showHeader ? n("dt-avatar", { attrs: { "full-name": e.displayName, "image-src": e.avatarImageUrl, seed: e.avatarSeed } }) : e._e(), e.showHeader ? e._e() : n("div", { directives: [{ name: "show", rawName: "v-show", value: e.isActive, expression: "isActive" }], staticClass: "d-fs-100 d-fw-normal d-ws-nowrap d-lh-100 d-fc-tertiary d-mb6", attrs: { "data-qa": "dt-feed-item-row--left-time" } }, [e._v(" " + e._s(e.shortTime) + " ")])];
14257
+ return [e.showHeader ? n("dt-avatar", { attrs: { "full-name": e.displayName, "image-src": e.avatarImageUrl, seed: e.avatarSeed } }) : e._e(), e.showHeader ? e._e() : n("div", { directives: [{ name: "show", rawName: "v-show", value: e.isActive, expression: "isActive" }], staticClass: "d-fs-100 d-fw-normal d-ws-nowrap d-lh-100 d-fc-tertiary d-mb6 d-h100p d-mt16", attrs: { "data-qa": "dt-feed-item-row--left-time" } }, [e._v(" " + e._s(e.shortTime) + " ")])];
14326
14258
  }, proxy: !0 }, { key: "bottom", fn: function() {
14327
14259
  return [n("div", { staticClass: "d-d-flex d-fw-wrap", attrs: { "data-qa": "dt-feed-item-row--reactions" } }, [e._t("reactions")], 2), e._t("threading")];
14328
14260
  }, proxy: !0 }, { key: "right", fn: function() {
14329
- return [n("div", { directives: [{ name: "show", rawName: "v-show", value: e.isActive, expression: "isActive" }], staticClass: "d-ps-absolute d-tn16 d-r12", attrs: { "data-qa": "dt-feed-item-row--menu" } }, [n("dt-lazy-show", { attrs: { appear: !0, transition: "fade", show: e.isActive } }, [e._t("menu")], 2)], 1)];
14261
+ return [n("div", { directives: [{ name: "show", rawName: "v-show", value: e.isActive, expression: "isActive" }], staticClass: "d-ps-absolute d-tn24 d-r12", attrs: { "data-qa": "dt-feed-item-row--menu" } }, [n("dt-lazy-show", { attrs: { appear: !0, transition: "fade", show: e.isActive } }, [e._t("menu")], 2)], 1)];
14330
14262
  }, proxy: !0 }], null, !0) }, "dt-list-item", e.$attrs, !1), e.feedListeners), [n("article", [e.showHeader ? n("div", { staticClass: "d-d-flex d-ai-center", attrs: { "data-qa": "dt-feed-item-row--header" } }, [n("p", { staticClass: "d-fs-200 d-lh-300 d-fw-bold d-to-ellipsis d-of-hidden d-ws-nowrap" }, [e._v(" " + e._s(e.displayName) + " ")]), n("time", { staticClass: "d-fs-100 d-mt2 d-lh-300 d-fc-tertiary d-fw-normal d-ml4 d-fl-shrink0" }, [e._v(" " + e._s(e.time) + " ")])]) : e._e(), n("span", { staticClass: "content-text-wrapper-class", attrs: { "data-qa": "dt-feed-item-row--content" } }, [e._t("default")], 2)])]);
14331
- }, Gm = [], Ym = /* @__PURE__ */ h(
14332
- zm,
14333
- Km,
14334
- Gm,
14263
+ }, Hm = [], Wm = /* @__PURE__ */ h(
14264
+ Vm,
14265
+ jm,
14266
+ Hm,
14335
14267
  !1,
14336
14268
  null,
14337
- "5f107637",
14269
+ "1bc2a3a7",
14338
14270
  null,
14339
14271
  null
14340
14272
  );
14341
- const rv = Ym.exports, Xa = {
14273
+ const Jg = Wm.exports, Za = {
14342
14274
  default: "dt-feed-item-pill--border-default",
14343
14275
  ai: "dt-feed-item-pill--border-ai",
14344
14276
  critical: "dt-feed-item-pill--border-critical"
14345
14277
  };
14346
- const Xm = {
14278
+ const Um = {
14347
14279
  name: "DtRecipeFeedItemPill",
14348
14280
  components: { DtItemLayout: On, DtIcon: q, DtCollapsible: el },
14349
14281
  props: {
@@ -14396,7 +14328,7 @@ const Xm = {
14396
14328
  borderColor: {
14397
14329
  type: String,
14398
14330
  default: "default",
14399
- validator: (t) => Object.keys(Xa).includes(t)
14331
+ validator: (t) => Object.keys(Za).includes(t)
14400
14332
  }
14401
14333
  },
14402
14334
  data() {
@@ -14413,7 +14345,7 @@ const Xm = {
14413
14345
  return this.toggleable ? "d-c-pointer" : "";
14414
14346
  },
14415
14347
  borderClass() {
14416
- return Xa[this.borderColor];
14348
+ return Za[this.borderColor];
14417
14349
  }
14418
14350
  },
14419
14351
  methods: {
@@ -14422,7 +14354,7 @@ const Xm = {
14422
14354
  }
14423
14355
  }
14424
14356
  };
14425
- var Zm = function() {
14357
+ var zm = function() {
14426
14358
  var e = this, n = e._self._c;
14427
14359
  return n("div", { class: ["dt-feed-item-pill--border", e.borderClass, e.wrapperClass] }, [n("div", { staticClass: "d-p8 d-bgc-secondary" }, [n("dt-collapsible", { attrs: { open: e.expanded }, scopedSlots: e._u([{ key: "anchor", fn: function() {
14428
14360
  return [n("button", { class: ["d-baw0 d-bgc-moderate d-bar-pill d-w100p d-ta-left d-btn--circle", e.toggleableClass, e.buttonClass], attrs: { "aria-label": e.ariaLabel, "data-qa": "dt-feed-item-pill" }, on: { focusin: function(a) {
@@ -14441,22 +14373,22 @@ var Zm = function() {
14441
14373
  return [e._t("bottom")];
14442
14374
  }, proxy: !0 }, { key: "right", fn: function() {
14443
14375
  return [e._t("right")];
14444
- }, proxy: !0 }], null, !0) }, [e._v(" " + e._s(e.title) + " ")])], 1)];
14376
+ }, proxy: !0 }], null, !0) }, [n("span", { staticClass: "d-fw-bold" }, [e._v(e._s(e.title))])])], 1)];
14445
14377
  }, proxy: !0 }, { key: "content", fn: function() {
14446
14378
  return [n("div", { staticClass: "d-jc-center d-d-flex" }, [e._t("content")], 2)];
14447
14379
  }, proxy: !0 }], null, !0) })], 1)]);
14448
- }, Qm = [], Jm = /* @__PURE__ */ h(
14449
- Xm,
14450
- Zm,
14451
- Qm,
14380
+ }, Km = [], Gm = /* @__PURE__ */ h(
14381
+ Um,
14382
+ zm,
14383
+ Km,
14452
14384
  !1,
14453
14385
  null,
14454
- "4bd1c0c2",
14386
+ "59051987",
14455
14387
  null,
14456
14388
  null
14457
14389
  );
14458
- const iv = Jm.exports;
14459
- const eg = {
14390
+ const ev = Gm.exports;
14391
+ const Ym = {
14460
14392
  name: "DtRecipeTimePill",
14461
14393
  props: {
14462
14394
  /**
@@ -14480,27 +14412,27 @@ const eg = {
14480
14412
  }
14481
14413
  }
14482
14414
  };
14483
- var tg = function() {
14415
+ var Xm = function() {
14484
14416
  var e = this, n = e._self._c;
14485
14417
  return n("time", { staticClass: "d-ba d-bar-pill d-baw1 d-bc-black-300 d-px16 d-py4 d-fs-100", attrs: { "data-qa": "dt-time-pill", dateTime: e.dateTime } }, [e._v(" " + e._s(e.dateTimeDisplay) + " ")]);
14486
- }, ng = [], ag = /* @__PURE__ */ h(
14487
- eg,
14488
- tg,
14489
- ng,
14418
+ }, Zm = [], Qm = /* @__PURE__ */ h(
14419
+ Ym,
14420
+ Xm,
14421
+ Zm,
14490
14422
  !1,
14491
14423
  null,
14492
14424
  null,
14493
14425
  null,
14494
14426
  null
14495
14427
  );
14496
- const sv = ag.exports, rg = [
14428
+ const tv = Qm.exports, Jm = [
14497
14429
  "emojiUnicodeOrShortname",
14498
14430
  "isSelected",
14499
14431
  "ariaLabel",
14500
14432
  "tooltip",
14501
14433
  "num"
14502
14434
  ];
14503
- const ig = {
14435
+ const eg = {
14504
14436
  name: "DtRecipeEmojiRow",
14505
14437
  components: { DtTooltip: Kn, DtButton: G, DtEmoji: gi, DtEmojiTextWrapper: Rn },
14506
14438
  mixins: [],
@@ -14513,7 +14445,7 @@ const ig = {
14513
14445
  default: () => [],
14514
14446
  validator: (t) => {
14515
14447
  for (const e of t)
14516
- if (!rg.every((a) => e[a] !== void 0))
14448
+ if (!Jm.every((a) => e[a] !== void 0))
14517
14449
  return !1;
14518
14450
  return !0;
14519
14451
  }
@@ -14535,7 +14467,7 @@ const ig = {
14535
14467
  }
14536
14468
  }
14537
14469
  };
14538
- var sg = function() {
14470
+ var tg = function() {
14539
14471
  var e = this, n = e._self._c;
14540
14472
  return n("span", { staticClass: "dt-emoji-row" }, e._l(e.reactions, function(a) {
14541
14473
  return n("span", { key: a.unicodeOutput, staticClass: "d-mr4 d-mb4", attrs: { reaction: a } }, [n("dt-tooltip", { staticClass: "d-d-inline-block", attrs: { "content-class": "d-wmx464" }, on: { shown: (r) => e.emojiHovered(a, r) }, scopedSlots: e._u([{ key: "anchor", fn: function({ attrs: r }) {
@@ -14544,26 +14476,26 @@ var sg = function() {
14544
14476
  } } }, [n("span", { staticClass: "d-mr4" }, [n("dt-emoji", { attrs: { size: "200", code: a.emojiUnicodeOrShortname } })], 1), n("span", { staticClass: "d-fw-bold d-fs-100" }, [e._v(" " + e._s(a.num) + " ")])])];
14545
14477
  } }], null, !0) }, [n("span", { attrs: { "aria-hidden": "true" } }, [n("dt-emoji-text-wrapper", { attrs: { size: "200" } }, [e._v(" " + e._s(a.tooltip) + " ")])], 1)])], 1);
14546
14478
  }), 0);
14547
- }, og = [], lg = /* @__PURE__ */ h(
14548
- ig,
14549
- sg,
14550
- og,
14479
+ }, ng = [], ag = /* @__PURE__ */ h(
14480
+ eg,
14481
+ tg,
14482
+ ng,
14551
14483
  !1,
14552
14484
  null,
14553
14485
  null,
14554
14486
  null,
14555
14487
  null
14556
14488
  );
14557
- const ov = lg.exports, Za = {
14489
+ const nv = ag.exports, Qa = {
14558
14490
  warning: "dt-recipe-callbox-badge--warning"
14559
- }, Qa = {
14491
+ }, Ja = {
14560
14492
  default: "dt-recipe-callbox--border-default",
14561
14493
  ai: "dt-recipe-callbox--border-ai",
14562
14494
  critical: "dt-recipe-callbox--border-critical"
14563
14495
  };
14564
- const dg = {
14496
+ const rg = {
14565
14497
  name: "DtRecipeCallbox",
14566
- components: { DtBadge: ur, DtAvatar: Jt },
14498
+ components: { DtBadge: pr, DtAvatar: Jt },
14567
14499
  inheritAttrs: !1,
14568
14500
  props: {
14569
14501
  /**
@@ -14580,7 +14512,7 @@ const dg = {
14580
14512
  badgeColor: {
14581
14513
  type: String,
14582
14514
  default: null,
14583
- validator: (t) => t === null || Object.keys(Za).includes(t)
14515
+ validator: (t) => t === null || Object.keys(Qa).includes(t)
14584
14516
  },
14585
14517
  /**
14586
14518
  * Optional avatar image url.
@@ -14619,7 +14551,7 @@ const dg = {
14619
14551
  borderColor: {
14620
14552
  type: String,
14621
14553
  default: "default",
14622
- validator: (t) => Object.keys(Qa).includes(t)
14554
+ validator: (t) => Object.keys(Ja).includes(t)
14623
14555
  },
14624
14556
  /**
14625
14557
  * Makes the callbox avatar and title clickable,
@@ -14628,6 +14560,13 @@ const dg = {
14628
14560
  clickable: {
14629
14561
  type: Boolean,
14630
14562
  default: !1
14563
+ },
14564
+ /**
14565
+ * Controls the avatars overlay icon
14566
+ */
14567
+ isOnHold: {
14568
+ type: Boolean,
14569
+ default: !1
14631
14570
  }
14632
14571
  },
14633
14572
  emits: [
@@ -14644,10 +14583,10 @@ const dg = {
14644
14583
  return this.avatarFullName || this.avatarSrc;
14645
14584
  },
14646
14585
  badgeClass() {
14647
- return Za[this.badgeColor];
14586
+ return Qa[this.badgeColor];
14648
14587
  },
14649
14588
  borderClass() {
14650
- return Qa[this.borderColor];
14589
+ return Ja[this.borderColor];
14651
14590
  }
14652
14591
  },
14653
14592
  methods: {
@@ -14656,22 +14595,22 @@ const dg = {
14656
14595
  }
14657
14596
  }
14658
14597
  };
14659
- var cg = function() {
14598
+ var ig = function() {
14660
14599
  var e = this, n = e._self._c;
14661
- return n("div", { staticClass: "dt-recipe-callbox", attrs: { "data-qa": "dt-recipe-callbox" } }, [e.$slots.video ? n("div", { staticClass: "dt-recipe-callbox--video", attrs: { "data-qa": "dt-recipe-callbox--video-wrapper" } }, [e._t("video")], 2) : e._e(), n("div", { class: ["dt-recipe-callbox--main-content", e.borderClass, { "dt-recipe-callbox--clickable": e.clickable }], attrs: { "data-qa": "dt-recipe-callbox--main-content" } }, [n("div", { staticClass: "dt-recipe-callbox--main-content-top" }, [e.shouldShowAvatar ? n("dt-avatar", { attrs: { "avatar-class": "dt-recipe-callbox--avatar", "image-src": e.avatarSrc, "full-name": e.avatarFullName, seed: e.avatarSeed, clickable: e.clickable, size: "sm" }, on: { click: e.handleClick } }) : e._e(), n("div", { staticClass: "dt-recipe-callbox--content" }, [n(e.clickable ? "button" : "span", { tag: "component", staticClass: "dt-recipe-callbox--content-title", attrs: { "data-qa": "dt-recipe-callbox--title" }, on: { click: e.handleClick } }, [e._v(" " + e._s(e.title) + " ")]), e.$slots.badge || e.badgeText ? n("div", { staticClass: "dt-recipe-callbox--content-badge", attrs: { "data-qa": "dt-recipe-callbox--badge-wrapper" } }, [e._t("badge", function() {
14600
+ return n("div", { staticClass: "dt-recipe-callbox", attrs: { "data-qa": "dt-recipe-callbox" } }, [e.$slots.video ? n("div", { staticClass: "dt-recipe-callbox--video", attrs: { "data-qa": "dt-recipe-callbox--video-wrapper" } }, [e._t("video")], 2) : e._e(), n("div", { class: ["dt-recipe-callbox--main-content", e.borderClass, { "dt-recipe-callbox--clickable": e.clickable }], attrs: { "data-qa": "dt-recipe-callbox--main-content" } }, [n("div", { staticClass: "dt-recipe-callbox--main-content-top" }, [e.shouldShowAvatar ? n("dt-avatar", { attrs: { "avatar-class": "dt-recipe-callbox--avatar", "image-src": e.avatarSrc, "full-name": e.avatarFullName, seed: e.avatarSeed, clickable: e.clickable, "overlay-icon": e.isOnHold ? "pause" : null, size: "sm" }, on: { click: e.handleClick } }) : e._e(), n("div", { staticClass: "dt-recipe-callbox--content" }, [n(e.clickable ? "button" : "span", { tag: "component", staticClass: "dt-recipe-callbox--content-title", attrs: { "data-qa": "dt-recipe-callbox--title" }, on: { click: e.handleClick } }, [e._v(" " + e._s(e.title) + " ")]), e.$slots.badge || e.badgeText ? n("div", { staticClass: "dt-recipe-callbox--content-badge", attrs: { "data-qa": "dt-recipe-callbox--badge-wrapper" } }, [e._t("badge", function() {
14662
14601
  return [n("dt-badge", { class: e.badgeClass, attrs: { text: e.badgeText } })];
14663
14602
  })], 2) : e._e(), e.$slots.subtitle ? n("div", { staticClass: "dt-recipe-callbox--content-subtitle", attrs: { "data-qa": "dt-recipe-callbox--subtitle-wrapper" } }, [e._t("subtitle")], 2) : e._e()], 1), e.$slots.right ? n("div", { staticClass: "dt-recipe-callbox--right", attrs: { "data-qa": "dt-recipe-callbox--right-wrapper" } }, [e._t("right")], 2) : e._e()], 1), e.$slots.bottom ? n("div", { staticClass: "dt-recipe-callbox--main-content-bottom", attrs: { "data-qa": "dt-recipe-callbox--bottom-wrapper" } }, [e._t("bottom")], 2) : e._e()])]);
14664
- }, ug = [], pg = /* @__PURE__ */ h(
14665
- dg,
14666
- cg,
14667
- ug,
14603
+ }, sg = [], og = /* @__PURE__ */ h(
14604
+ rg,
14605
+ ig,
14606
+ sg,
14668
14607
  !1,
14669
14608
  null,
14670
- "2a35953d",
14609
+ "66800ae7",
14671
14610
  null,
14672
14611
  null
14673
14612
  );
14674
- const lv = pg.exports;
14613
+ const av = og.exports;
14675
14614
  export {
14676
14615
  Xi as AVATAR_COLORS,
14677
14616
  ia as AVATAR_GROUP_VALIDATOR,
@@ -14687,130 +14626,130 @@ export {
14687
14626
  js as BREADCRUMB_ITEM_SELECTED_MODIFIER,
14688
14627
  pa as BUTTON_GROUP_ALIGNMENT,
14689
14628
  ii as CALLBAR_BUTTON_VALID_WIDTH_SIZE,
14690
- Za as CALLBOX_BADGE_COLORS,
14691
- Qa as CALLBOX_BORDER_COLORS,
14629
+ Qa as CALLBOX_BADGE_COLORS,
14630
+ Ja as CALLBOX_BORDER_COLORS,
14692
14631
  qa as CHIP_SIZE_MODIFIERS,
14693
- Xh as COLOR_CODES,
14632
+ Uh as COLOR_CODES,
14694
14633
  yi as DEFAULT_VALIDATION_MESSAGE_TYPE,
14695
14634
  vi as DESCRIPTION_SIZE_TYPES,
14696
14635
  Jt as DtAvatar,
14697
- ur as DtBadge,
14698
- mg as DtBanner,
14636
+ pr as DtBadge,
14637
+ cg as DtBanner,
14699
14638
  Js as DtBreadcrumbItem,
14700
- gg as DtBreadcrumbs,
14639
+ ug as DtBreadcrumbs,
14701
14640
  G as DtButton,
14702
- vg as DtButtonGroup,
14641
+ pg as DtButtonGroup,
14703
14642
  fo as DtCard,
14704
- zr as DtCheckableInputMixin,
14705
- $g as DtCheckbox,
14706
- Lg as DtCheckboxGroup,
14707
- Yr as DtChip,
14708
- _g as DtCodeblock,
14643
+ Kr as DtCheckableInputMixin,
14644
+ Eg as DtCheckbox,
14645
+ Ig as DtCheckboxGroup,
14646
+ Xr as DtChip,
14647
+ fg as DtCodeblock,
14709
14648
  el as DtCollapsible,
14710
14649
  qo as DtCombobox,
14711
- Vg as DtDatepicker,
14650
+ Mg as DtDatepicker,
14712
14651
  cc as DtDropdown,
14713
- bg as DtDropdownSeparator,
14714
- Kr as DtGroupableInputMixin,
14652
+ hg as DtDropdownSeparator,
14653
+ Gr as DtGroupableInputMixin,
14715
14654
  q as DtIcon,
14716
- yg as DtImageViewer,
14655
+ mg as DtImageViewer,
14717
14656
  Ic as DtInput,
14718
- Gr as DtInputGroup,
14657
+ Yr as DtInputGroup,
14719
14658
  Tc as DtInputGroupMixin,
14720
- Ur as DtInputMixin,
14659
+ zr as DtInputMixin,
14721
14660
  On as DtItemLayout,
14722
- mr as DtKeyboardListNavigationMixin,
14723
- Bg as DtKeyboardShortcut,
14661
+ gr as DtKeyboardListNavigationMixin,
14662
+ Ag as DtKeyboardShortcut,
14724
14663
  Ct as DtLazyShow,
14725
14664
  Gs as DtLink,
14726
14665
  tn as DtListItem,
14727
- xg as DtListItemGroup,
14728
- Cg as DtListSection,
14729
- Sg as DtModal,
14730
- wg as DtNotice,
14731
- Og as DtPagination,
14666
+ bg as DtListItemGroup,
14667
+ _g as DtListSection,
14668
+ vg as DtModal,
14669
+ gg as DtNotice,
14670
+ yg as DtPagination,
14732
14671
  zn as DtPopover,
14733
14672
  ji as DtPresence,
14734
- Eg as DtRadio,
14735
- Ig as DtRadioGroup,
14736
- Vh as DtRecipeCallbarButton,
14737
- Gg as DtRecipeCallbarButtonWithPopover,
14738
- lv as DtRecipeCallbox,
14739
- Kg as DtRecipeComboboxMultiSelect,
14740
- kh as DtRecipeComboboxWithPopover,
14741
- Yg as DtRecipeContactInfo,
14742
- nv as DtRecipeContactRow,
14743
- ov as DtRecipeEmojiRow,
14744
- iv as DtRecipeFeedItemPill,
14745
- rv as DtRecipeFeedItemRow,
14673
+ wg as DtRadio,
14674
+ Sg as DtRadioGroup,
14675
+ Mh as DtRecipeCallbarButton,
14676
+ Hg as DtRecipeCallbarButtonWithPopover,
14677
+ av as DtRecipeCallbox,
14678
+ jg as DtRecipeComboboxMultiSelect,
14679
+ xh as DtRecipeComboboxWithPopover,
14680
+ Wg as DtRecipeContactInfo,
14681
+ Zg as DtRecipeContactRow,
14682
+ nv as DtRecipeEmojiRow,
14683
+ ev as DtRecipeFeedItemPill,
14684
+ Jg as DtRecipeFeedItemRow,
14746
14685
  si as DtRecipeGeneralRow,
14747
- tv as DtRecipeGroupRow,
14748
- Jg as DtRecipeGroupedChip,
14749
- Qg as DtRecipeIvrNode,
14750
- ev as DtRecipeSettingsMenuButton,
14751
- sv as DtRecipeTimePill,
14752
- Xg as DtRecipeTopBannerInfo,
14753
- av as DtRecipeUnreadPill,
14754
- Fg as DtRootLayout,
14755
- Ag as DtSelectMenu,
14686
+ Xg as DtRecipeGroupRow,
14687
+ Gg as DtRecipeGroupedChip,
14688
+ Kg as DtRecipeIvrNode,
14689
+ Yg as DtRecipeSettingsMenuButton,
14690
+ tv as DtRecipeTimePill,
14691
+ Ug as DtRecipeTopBannerInfo,
14692
+ Qg as DtRecipeUnreadPill,
14693
+ Rg as DtRootLayout,
14694
+ Tg as DtSelectMenu,
14756
14695
  mi as DtSkeleton,
14757
- uv as DtSkeletonListItem,
14758
- pv as DtSkeletonParagraph,
14759
- fv as DtSkeletonShape,
14760
- hv as DtSkeletonText,
14761
- qg as DtStack,
14762
- kg as DtTab,
14763
- Tg as DtTabGroup,
14764
- Dg as DtTabPanel,
14765
- Rg as DtToast,
14766
- Pg as DtToggle,
14696
+ sv as DtSkeletonListItem,
14697
+ ov as DtSkeletonParagraph,
14698
+ lv as DtSkeletonShape,
14699
+ dv as DtSkeletonText,
14700
+ Pg as DtStack,
14701
+ xg as DtTab,
14702
+ Cg as DtTabGroup,
14703
+ Og as DtTabPanel,
14704
+ kg as DtToast,
14705
+ Dg as DtToggle,
14767
14706
  Kn as DtTooltip,
14768
14707
  qe as DtValidationMessages,
14769
- Xa as FEED_ITEM_PILL_BORDER_COLORS,
14708
+ Za as FEED_ITEM_PILL_BORDER_COLORS,
14770
14709
  st as INPUT_SIZES,
14771
14710
  bn as INPUT_TYPES,
14772
14711
  Jn as IVR_NODE_BRANCH,
14773
14712
  Qn as IVR_NODE_EXPERT,
14774
14713
  ln as IVR_NODE_GO_TO,
14775
14714
  ta as IVR_NODE_HANGUP,
14776
- tm as IVR_NODE_ICON_TYPES,
14777
- Zg as IVR_NODE_LABELS,
14715
+ Xh as IVR_NODE_ICON_TYPES,
14716
+ zg as IVR_NODE_LABELS,
14778
14717
  Xn as IVR_NODE_PROMPT_COLLECT,
14779
14718
  Yn as IVR_NODE_PROMPT_MENU,
14780
14719
  Zn as IVR_NODE_PROMPT_PLAY,
14781
14720
  ea as IVR_NODE_TRANSFER,
14782
14721
  Zt as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS,
14783
- gm as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR,
14784
- mm as LEFTBAR_GENERAL_ROW_ICON_MAPPING,
14785
- vm as LEFTBAR_GENERAL_ROW_ICON_SIZES,
14722
+ um as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR,
14723
+ cm as LEFTBAR_GENERAL_ROW_ICON_MAPPING,
14724
+ pm as LEFTBAR_GENERAL_ROW_ICON_SIZES,
14786
14725
  H as LEFTBAR_GENERAL_ROW_TYPES,
14787
14726
  xn as LINK_KIND_MODIFIERS,
14788
14727
  Cs as LINK_VARIANTS,
14789
14728
  Fa as MODAL_BANNER_KINDS,
14790
14729
  Na as MODAL_KIND_MODIFIERS,
14791
14730
  Ba as MODAL_SIZE_MODIFIERS,
14792
- Dh as MULTI_SELECT_SIZES,
14731
+ Oh as MULTI_SELECT_SIZES,
14793
14732
  wt as NOTICE_KINDS,
14794
- Hr as POPOVER_CONTENT_WIDTHS,
14733
+ Wr as POPOVER_CONTENT_WIDTHS,
14795
14734
  jd as POPOVER_HEADER_FOOTER_PADDING_CLASSES,
14796
14735
  Wd as POPOVER_INITIAL_FOCUS_STRINGS,
14797
14736
  Ma as POPOVER_PADDING_CLASSES,
14798
14737
  Hd as POPOVER_ROLES,
14799
14738
  dt as PRESENCE_STATES,
14800
14739
  Ni as PRESENCE_STATES_LIST,
14801
- rg as REACTIONS_ATTRIBUTES,
14740
+ Jm as REACTIONS_ATTRIBUTES,
14802
14741
  _p as ROOT_LAYOUT_RESPONSIVE_BREAKPOINTS,
14803
- Xr as ROOT_LAYOUT_SIDEBAR_POSITIONS,
14742
+ Wa as ROOT_LAYOUT_SIDEBAR_POSITIONS,
14804
14743
  Va as SELECT_SIZE_MODIFIERS,
14805
14744
  qu as SELECT_STATE_MODIFIERS,
14806
- Ng as SHORTCUTS_ALIASES_LIST,
14745
+ Lg as SHORTCUTS_ALIASES_LIST,
14807
14746
  ct as SHORTCUTS_ICON_ALIASES,
14808
14747
  fp as SHORTCUTS_ICON_SEPARATOR,
14809
- mv as SKELETON_HEADING_HEIGHTS,
14810
- gv as SKELETON_RIPPLE_DURATION,
14811
- vv as SKELETON_SHAPES,
14812
- _v as SKELETON_SHAPE_SIZES,
14813
- bv as SKELETON_TEXT_TYPES,
14748
+ cv as SKELETON_HEADING_HEIGHTS,
14749
+ uv as SKELETON_RIPPLE_DURATION,
14750
+ pv as SKELETON_SHAPES,
14751
+ fv as SKELETON_SHAPE_SIZES,
14752
+ hv as SKELETON_TEXT_TYPES,
14814
14753
  pu as TAB_IMPORTANCE_MODIFIERS,
14815
14754
  uu as TAB_LIST_IMPORTANCE_MODIFIERS,
14816
14755
  cu as TAB_LIST_KIND_MODIFIERS,
@@ -14818,19 +14757,19 @@ export {
14818
14757
  Yu as TOAST_ROLES,
14819
14758
  sp as TOOLTIP_DELAY_MS,
14820
14759
  ip as TOOLTIP_DIRECTIONS,
14821
- Mg as TOOLTIP_HIDE_ON_CLICK_VARIANTS,
14760
+ $g as TOOLTIP_HIDE_ON_CLICK_VARIANTS,
14822
14761
  op as TOOLTIP_KIND_MODIFIERS,
14823
14762
  lp as TOOLTIP_STICKY_VALUES,
14824
- qm as UNREAD_PILL_DIRECTIONS,
14825
- Vm as UNREAD_PILL_KINDS,
14763
+ Pm as UNREAD_PILL_DIRECTIONS,
14764
+ Mm as UNREAD_PILL_KINDS,
14826
14765
  oe as VALIDATION_MESSAGE_TYPES,
14827
- tr as filterFormattedMessages,
14828
- jg as formatLong,
14829
- Hg as formatMedium,
14766
+ nr as filterFormattedMessages,
14767
+ Ng as formatLong,
14768
+ Bg as formatMedium,
14830
14769
  zt as formatMessages,
14831
- Ug as formatNoYear,
14832
- zg as formatNumerical,
14833
- Wg as formatShort,
14770
+ qg as formatNoYear,
14771
+ Vg as formatNumerical,
14772
+ Fg as formatShort,
14834
14773
  W as getUniqueString,
14835
14774
  Ne as getValidationState,
14836
14775
  sn as validationMessageValidator