@dialpad/dialtone-vue 2.99.1 → 2.100.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
- 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 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";
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-c718e3bb.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-c718e3bb.js";
4
4
  const oe = {
5
5
  ERROR: "error",
6
6
  WARNING: "warning",
@@ -1620,7 +1620,7 @@ var Us = function() {
1620
1620
  return n("a", e._g({ class: [
1621
1621
  "d-link",
1622
1622
  e.LINK_KIND_MODIFIERS[e.kind]
1623
- ], attrs: { "data-qa": "dt-link" } }, e.$listeners), [e._t("default")], 2);
1623
+ ], attrs: { "data-qa": "dt-link", href: "href" in e.$attrs ? e.$attrs.href : "javascript:void(0)" } }, e.$listeners), [e._t("default")], 2);
1624
1624
  }, zs = [], Ks = /* @__PURE__ */ h(
1625
1625
  Ws,
1626
1626
  Us,
@@ -9951,8 +9951,7 @@ const Ag = vp.exports, Wa = {
9951
9951
  default: ""
9952
9952
  },
9953
9953
  /**
9954
- * The width of the sidebar
9955
- * Possible units rem|px|%|em
9954
+ * DEPRECATED: set the height of the inner element instead.
9956
9955
  */
9957
9956
  sidebarWidth: {
9958
9957
  type: String,
@@ -10007,7 +10006,7 @@ const Ag = vp.exports, Wa = {
10007
10006
  };
10008
10007
  var yp = function() {
10009
10008
  var e = this, n = e._self._c;
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)]);
10009
+ 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], 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
10010
  }, wp = [], Sp = /* @__PURE__ */ h(
10012
10011
  bp,
10013
10012
  yp,
@@ -12648,7 +12647,7 @@ const jg = $h.exports, ii = ["sm", "md", "lg", "xl"];
12648
12647
  const Lh = {
12649
12648
  name: "DtRecipeCallbarButton",
12650
12649
  components: { DtButton: G, DtTooltip: Kn },
12651
- inheritAttrs: !0,
12650
+ inheritAttrs: !1,
12652
12651
  props: {
12653
12652
  /**
12654
12653
  * Id for the item.
@@ -12778,13 +12777,21 @@ const Lh = {
12778
12777
  },
12779
12778
  buttonImportance() {
12780
12779
  return this.importance ? this.importance : this.circle ? "outlined" : "clear";
12780
+ },
12781
+ callbarButtonListeners() {
12782
+ return {
12783
+ ...this.$listeners,
12784
+ click: (t) => this.$emit("click", t)
12785
+ };
12781
12786
  }
12782
12787
  }
12783
12788
  };
12784
12789
  var Ah = function() {
12785
12790
  var e = this, n = e._self._c;
12786
12791
  return n("dt-tooltip", { attrs: { id: e.id, offset: [0, 8] }, scopedSlots: e._u([{ key: "anchor", fn: function() {
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)];
12792
+ return [n("span", { class: { "d-c-not-allowed": e.disabled } }, [n("dt-button", e._g(e._b({ 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 }, scopedSlots: e._u([{ key: "icon", fn: function() {
12793
+ return [e._t("icon")];
12794
+ }, proxy: !0 }], null, !0) }, "dt-button", e.$attrs, !1), e.callbarButtonListeners), [e._t("default")], 2)], 1)];
12788
12795
  }, proxy: !0 }], null, !0) }, [e._t("tooltip")], 2);
12789
12796
  }, Rh = [], Ph = /* @__PURE__ */ h(
12790
12797
  Lh,
@@ -13776,7 +13783,7 @@ var xm = function() {
13776
13783
  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.description) + " ")])];
13777
13784
  })], 2)]), e.hasActions ? n("div", { staticClass: "dt-leftbar-row__omega" }, [e.dndText ? n("dt-tooltip", { attrs: { placement: "top", message: e.dndTextTooltip }, scopedSlots: e._u([{ key: "anchor", fn: function() {
13778
13785
  return [n("div", { ref: "dt-leftbar-row-dnd", staticClass: "dt-leftbar-row__dnd", attrs: { "data-qa": "dt-leftbar-row-dnd" } }, [e._v(" " + e._s(e.dndText) + " ")])];
13779
- }, proxy: !0 }], null, !1, 490758222) }) : e._e(), e.activeVoiceChat ? n("div", { staticClass: "dt-leftbar-row__active-voice" }, [n("dt-icon", { attrs: { size: "300", name: "activity" } })], 1) : e.showUnreadCount ? n("dt-tooltip", { attrs: { message: e.unreadCountTooltip, placement: "top" }, scopedSlots: e._u([{ key: "anchor", fn: function() {
13786
+ }, proxy: !0 }], null, !1, 490758222) }) : e._e(), e.activeVoiceChat ? n("div", { staticClass: "dt-leftbar-row__active-voice" }, [n("dt-icon", { attrs: { size: "300", name: "waveform" } })], 1) : e.showUnreadCount ? n("dt-tooltip", { attrs: { message: e.unreadCountTooltip, placement: "top" }, scopedSlots: e._u([{ key: "anchor", fn: function() {
13780
13787
  return [n("dt-badge", { staticClass: "dt-leftbar-row__unread-badge", attrs: { kind: "count", type: "bulletin", "data-qa": "dt-leftbar-row-unread-badge" } }, [e._v(" " + e._s(e.unreadCount) + " ")])];
13781
13788
  }, proxy: !0 }], null, !1, 462525554) }) : e._e(), e.hasCallButton ? n("div", { staticClass: "dt-leftbar-row__action", attrs: { "data-qa": "dt-leftbar-row-action" } }, [n("dt-tooltip", { attrs: { message: e.callButtonTooltip, placement: "top" }, scopedSlots: e._u([{ key: "anchor", fn: function() {
13782
13789
  return [n("dt-button", { staticClass: "dt-leftbar-row__action-button", attrs: { "data-qa": "dt-leftbar-row-action-call-button", circle: !0, size: "xs", kind: "inverted", "aria-label": e.callButtonTooltip }, on: { focus: function(a) {
@@ -13795,7 +13802,7 @@ var xm = function() {
13795
13802
  Om,
13796
13803
  !1,
13797
13804
  null,
13798
- "be4d0e3f",
13805
+ "8577d0d5",
13799
13806
  null,
13800
13807
  null
13801
13808
  );
@@ -14473,7 +14480,7 @@ var tg = function() {
14473
14480
  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 }) {
14474
14481
  return [n("dt-button", { class: ["dt-emoji-row__reaction", a.isSelected ? "dt-emoji-row__reaction--selected" : ""], attrs: { importance: "clear", size: "sm", "data-qa": "feed-item-reaction-button", "aria-label": a.ariaLabel, attrs: r }, on: { click: function(i) {
14475
14482
  return e.emojiClicked(a);
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) + " ")])])];
14483
+ } } }, [n("span", { staticClass: "d-mr4 d-d-inline-flex" }, [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) + " ")])])];
14477
14484
  } }], null, !0) }, [n("span", { attrs: { "aria-hidden": "true" } }, [n("dt-emoji-text-wrapper", { attrs: { size: "200" } }, [e._v(" " + e._s(a.tooltip) + " ")])], 1)])], 1);
14478
14485
  }), 0);
14479
14486
  }, ng = [], ag = /* @__PURE__ */ h(