@dialpad/dialtone-vue 3.114.0 → 3.115.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.
Files changed (38) hide show
  1. package/CHANGELOG.json +1 -1
  2. package/CHANGELOG.md +21 -0
  3. package/dist/component-documentation.json +1 -1
  4. package/dist/dialtone-vue.cjs +3 -3
  5. package/dist/dialtone-vue.js +327 -269
  6. package/dist/directives.cjs +1 -1
  7. package/dist/directives.js +1 -1
  8. package/dist/emoji-1NjKe1Yv.cjs +1 -0
  9. package/dist/{emoji-ifbDMGtx.js → emoji-VxFu3PHn.js} +181 -180
  10. package/dist/emoji.cjs +1 -1
  11. package/dist/emoji.js +4 -4
  12. package/dist/{emoji_picker-i3y8jyyY.cjs → emoji_picker--qWnpkri.cjs} +1 -1
  13. package/dist/{emoji_picker-G6QLC4uN.js → emoji_picker-1UT0z6jY.js} +2 -2
  14. package/dist/{emoji_text_wrapper-vQeoLfQ4.js → emoji_text_wrapper-NMuqIG_X.js} +1 -1
  15. package/dist/{emoji_text_wrapper-spWldgj4.cjs → emoji_text_wrapper-bOsTtVBL.cjs} +1 -1
  16. package/dist/message_input.cjs +1 -1
  17. package/dist/message_input.js +4 -4
  18. package/dist/{rich_text_editor-PlDAAo2K.js → rich_text_editor-_wxi33hv.js} +4 -8
  19. package/dist/{rich_text_editor-m8DM-vOU.cjs → rich_text_editor-pnYcPOnF.cjs} +2 -2
  20. package/dist/style.css +1 -1
  21. package/dist/{tooltip-px-Nxl4C.cjs → tooltip-P8ouLQqi.cjs} +1 -1
  22. package/dist/{tooltip-FcHJcgMd.js → tooltip-S6S4up2q.js} +3 -3
  23. package/dist/types/components/banner/banner.vue.d.ts +20 -1
  24. package/dist/types/components/banner/banner.vue.d.ts.map +1 -1
  25. package/dist/types/components/link/link.vue.d.ts +3 -2
  26. package/dist/types/components/link/link.vue.d.ts.map +1 -1
  27. package/dist/types/components/link/link_constants.d.ts +2 -0
  28. package/dist/types/components/link/link_constants.d.ts.map +1 -1
  29. package/dist/types/components/notice/notice.vue.d.ts +34 -0
  30. package/dist/types/components/notice/notice.vue.d.ts.map +1 -1
  31. package/dist/types/components/notice/notice_action.vue.d.ts +17 -0
  32. package/dist/types/components/notice/notice_action.vue.d.ts.map +1 -1
  33. package/dist/types/components/toast/toast.vue.d.ts +34 -0
  34. package/dist/types/components/toast/toast.vue.d.ts.map +1 -1
  35. package/dist/types/components/tooltip/tooltip.vue.d.ts +0 -1
  36. package/dist/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
  37. package/package.json +2 -2
  38. package/dist/emoji-q4ZpxDOX.cjs +0 -1
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./tooltip-px-Nxl4C.cjs"),d=require("vue"),m={name:"dt-tooltip-directive",install(c){const n=document.createElement("div");document.body.appendChild(n);const u="top",p=d.createApp({name:"DtTooltipDirectiveApp",components:{DtTooltip:s.DtTooltip},data(){return{tooltips:[]}},methods:{addOrUpdateTooltip(o,t,e){const i=this.tooltips.findIndex(l=>l.id===o);i!==-1?(this.tooltips[i].message=t,this.tooltips[i].placement=e):this.tooltips.push({id:o,message:t,placement:e})},removeTooltip(o){this.tooltips=this.tooltips.filter(t=>t.id!==o)}},render(){return d.h("div",this.tooltips.map(({id:o,message:t,placement:e})=>d.h(s.DtTooltip,{key:o,message:t,placement:e,delay:process.env.NODE_ENV!=="test",externalAnchor:`[data-dt-tooltip-id="${o}"]`})))}});p.mount(n),c.directive("dt-tooltip",{beforeMount(o,t){r(o,t)},updated(o,t){t.value!==t.oldValue&&r(o,t)},unmounted(o){var t;(t=p._instance)==null||t.ctx.removeTooltip(o.getAttribute("data-dt-tooltip-id"))}});function r(o,t){var a;const e=o.getAttribute("data-dt-tooltip-id")||s.getUniqueString(),i=t.value,l=t.arg||u;o.setAttribute("data-dt-tooltip-id",e),(a=p._instance)==null||a.ctx.addOrUpdateTooltip(e,i,l)}}};exports.DtTooltipDirective=m;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./tooltip-P8ouLQqi.cjs"),d=require("vue"),m={name:"dt-tooltip-directive",install(c){const n=document.createElement("div");document.body.appendChild(n);const u="top",p=d.createApp({name:"DtTooltipDirectiveApp",components:{DtTooltip:s.DtTooltip},data(){return{tooltips:[]}},methods:{addOrUpdateTooltip(o,t,e){const i=this.tooltips.findIndex(l=>l.id===o);i!==-1?(this.tooltips[i].message=t,this.tooltips[i].placement=e):this.tooltips.push({id:o,message:t,placement:e})},removeTooltip(o){this.tooltips=this.tooltips.filter(t=>t.id!==o)}},render(){return d.h("div",this.tooltips.map(({id:o,message:t,placement:e})=>d.h(s.DtTooltip,{key:o,message:t,placement:e,delay:process.env.NODE_ENV!=="test",externalAnchor:`[data-dt-tooltip-id="${o}"]`})))}});p.mount(n),c.directive("dt-tooltip",{beforeMount(o,t){r(o,t)},updated(o,t){t.value!==t.oldValue&&r(o,t)},unmounted(o){var t;(t=p._instance)==null||t.ctx.removeTooltip(o.getAttribute("data-dt-tooltip-id"))}});function r(o,t){var a;const e=o.getAttribute("data-dt-tooltip-id")||s.getUniqueString(),i=t.value,l=t.arg||u;o.setAttribute("data-dt-tooltip-id",e),(a=p._instance)==null||a.ctx.addOrUpdateTooltip(e,i,l)}}};exports.DtTooltipDirective=m;
@@ -1,4 +1,4 @@
1
- import { D as a, g as m } from "./tooltip-FcHJcgMd.js";
1
+ import { D as a, g as m } from "./tooltip-S6S4up2q.js";
2
2
  import { createApp as v, h as r } from "vue";
3
3
  const D = {
4
4
  name: "dt-tooltip-directive",