@dialpad/dialtone-vue 3.67.3 → 3.67.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/dialtone-vue.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { openBlock as a, createElementBlock as r, toDisplayString as I, createCommentVNode as m, createElementVNode as f, normalizeClass as y, warn as we, resolveComponent as p, normalizeStyle as ie, renderSlot as u, createBlock as S, mergeProps as C, createVNode as g, createTextVNode as D, withKeys as V, withModifiers as W, withCtx as c, Fragment as Y, renderList as ee, resolveDynamicComponent as X, toHandlers as M, createSlots as ke, normalizeProps as Ee, Transition as Ue, withDirectives as Se, guardReactiveProps as Ze, vShow as Ce, Teleport as Wt, reactive as Et, ref as fe, computed as Re, watch as Ut, onMounted as Is, nextTick as ws, unref as Zt, markRaw as ks, shallowReactive as Es, h as Os, provide as Ls, createStaticVNode as Ts } from "vue";
|
|
2
|
-
import { _ as v, D as R, g as F, a as Ke, s as As, h as z, b as K, u as J, L as Ds, c as xs, I as Ps, M as Rs, d as Bs, e as ze, f as Ye, T as zs, i as Ns, j as $s, k as Ms, E as H, l as me, v as Yt, m as Ot, n as We, o as Qt, C as Xt, G as Jt, p as Qe, q as Hs, r as Vs, t as qs, w as Xe, x as Je, y as Fs } from "./emoji_text_wrapper-
|
|
3
|
-
import { A as Pd, z as Rd, Y as Bd, a0 as zd, $ as Nd, Z as $d, K as Md, J as Hd, a6 as Vd, H as qd, F as Fd, a5 as Kd, a1 as jd, a2 as Gd, a4 as Wd, a3 as Ud, Q as Zd, P as Yd, N as Qd, O as Xd, S as Jd, R as ec, X as tc, U as sc, W as ic, V as nc, B as ac } from "./emoji_text_wrapper-
|
|
2
|
+
import { _ as v, D as R, g as F, a as Ke, s as As, h as z, b as K, u as J, L as Ds, c as xs, I as Ps, M as Rs, d as Bs, e as ze, f as Ye, T as zs, i as Ns, j as $s, k as Ms, E as H, l as me, v as Yt, m as Ot, n as We, o as Qt, C as Xt, G as Jt, p as Qe, q as Hs, r as Vs, t as qs, w as Xe, x as Je, y as Fs } from "./emoji_text_wrapper-070288ae.js";
|
|
3
|
+
import { A as Pd, z as Rd, Y as Bd, a0 as zd, $ as Nd, Z as $d, K as Md, J as Hd, a6 as Vd, H as qd, F as Fd, a5 as Kd, a1 as jd, a2 as Gd, a4 as Wd, a3 as Ud, Q as Zd, P as Yd, N as Qd, O as Xd, S as Jd, R as ec, X as tc, U as sc, W as ic, V as nc, B as ac } from "./emoji_text_wrapper-070288ae.js";
|
|
4
4
|
const be = {
|
|
5
5
|
BUSY: "busy",
|
|
6
6
|
AWAY: "away",
|
|
@@ -975,7 +975,7 @@ const it = /* @__PURE__ */ v(wi, [["render", Ei]]), es = ':not(:disabled):not([a
|
|
|
975
975
|
},
|
|
976
976
|
/**
|
|
977
977
|
* Background image size, follows the background-size CSS property values
|
|
978
|
-
* <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/background-size" target="_blank">
|
|
978
|
+
* <a class="d-link" href="https://developer.mozilla.org/en-US/docs/Web/CSS/background-size" target="_blank">
|
|
979
979
|
* CSS background-sizes
|
|
980
980
|
* </a>
|
|
981
981
|
*/
|
|
@@ -2715,7 +2715,7 @@ const Rn = {
|
|
|
2715
2715
|
},
|
|
2716
2716
|
/**
|
|
2717
2717
|
* ARIA role for the content of the popover. Defaults to "dialog".
|
|
2718
|
-
* <a href="https://www.w3.org/TR/wai-aria/#aria-haspopup" target="_blank">aria-haspopup</a>
|
|
2718
|
+
* <a class="d-link" href="https://www.w3.org/TR/wai-aria/#aria-haspopup" target="_blank">aria-haspopup</a>
|
|
2719
2719
|
*/
|
|
2720
2720
|
role: {
|
|
2721
2721
|
type: String,
|
|
@@ -2808,8 +2808,14 @@ const Rn = {
|
|
|
2808
2808
|
},
|
|
2809
2809
|
/**
|
|
2810
2810
|
* Displaces the content box from its anchor element
|
|
2811
|
-
* by the specified number of pixels.
|
|
2812
|
-
* <a
|
|
2811
|
+
* by the specified number of pixels.
|
|
2812
|
+
* <a
|
|
2813
|
+
* class="d-link"
|
|
2814
|
+
* href="https://atomiks.github.io/tippyjs/v6/all-props/#offset"
|
|
2815
|
+
* target="_blank"
|
|
2816
|
+
* >
|
|
2817
|
+
* Tippy.js docs
|
|
2818
|
+
* </a>
|
|
2813
2819
|
*/
|
|
2814
2820
|
offset: {
|
|
2815
2821
|
type: Array,
|
|
@@ -2817,7 +2823,7 @@ const Rn = {
|
|
|
2817
2823
|
},
|
|
2818
2824
|
/**
|
|
2819
2825
|
* Determines if the popover hides upon clicking the
|
|
2820
|
-
* anchor or outside
|
|
2826
|
+
* anchor or outside the content box.
|
|
2821
2827
|
* @values true, false
|
|
2822
2828
|
*/
|
|
2823
2829
|
hideOnClick: {
|
|
@@ -2835,8 +2841,14 @@ const Rn = {
|
|
|
2835
2841
|
},
|
|
2836
2842
|
/**
|
|
2837
2843
|
* If the popover does not fit in the direction described by "placement",
|
|
2838
|
-
* it will attempt to change
|
|
2839
|
-
*
|
|
2844
|
+
* it will attempt to change its direction to the "fallbackPlacements".
|
|
2845
|
+
* <a
|
|
2846
|
+
* class="d-link"
|
|
2847
|
+
* href="https://popper.js.org/docs/v2/modifiers/flip/#fallbackplacements"
|
|
2848
|
+
* target="_blank"
|
|
2849
|
+
* >
|
|
2850
|
+
* Popper.js docs
|
|
2851
|
+
* </a>
|
|
2840
2852
|
* */
|
|
2841
2853
|
fallbackPlacements: {
|
|
2842
2854
|
type: Array,
|
|
@@ -2844,7 +2856,13 @@ const Rn = {
|
|
|
2844
2856
|
},
|
|
2845
2857
|
/**
|
|
2846
2858
|
* The direction the popover displays relative to the anchor.
|
|
2847
|
-
*
|
|
2859
|
+
* <a
|
|
2860
|
+
* class="d-link"
|
|
2861
|
+
* href="https://atomiks.github.io/tippyjs/v6/all-props/#placement"
|
|
2862
|
+
* target="_blank"
|
|
2863
|
+
* >
|
|
2864
|
+
* Tippy.js docs
|
|
2865
|
+
* </a>
|
|
2848
2866
|
* @values top, top-start, top-end,
|
|
2849
2867
|
* right, right-start, right-end,
|
|
2850
2868
|
* left, left-start, left-end,
|
|
@@ -2858,7 +2876,13 @@ const Rn = {
|
|
|
2858
2876
|
/**
|
|
2859
2877
|
* If set to false the dialog will display over top of the anchor when there is insufficient space.
|
|
2860
2878
|
* If set to true it will never move from its position relative to the anchor and will clip instead.
|
|
2861
|
-
*
|
|
2879
|
+
* <a
|
|
2880
|
+
* class="d-link"
|
|
2881
|
+
* href="https://popper.js.org/docs/v2/modifiers/prevent-overflow/#tether"
|
|
2882
|
+
* target="_blank"
|
|
2883
|
+
* >
|
|
2884
|
+
* Popper.js docs
|
|
2885
|
+
* </a>
|
|
2862
2886
|
* @values true, false
|
|
2863
2887
|
*/
|
|
2864
2888
|
tether: {
|
|
@@ -2871,7 +2895,13 @@ const Rn = {
|
|
|
2871
2895
|
* position in those cases the DOM layout changes the reference element's position.
|
|
2872
2896
|
* `true` enables it, `reference` only checks the "reference" rect for changes and `popper` only
|
|
2873
2897
|
* checks the "popper" rect for changes.
|
|
2874
|
-
*
|
|
2898
|
+
* <a
|
|
2899
|
+
* class="d-link"
|
|
2900
|
+
* href="https://atomiks.github.io/tippyjs/v6/all-props/#sticky"
|
|
2901
|
+
* target="_blank"
|
|
2902
|
+
* >
|
|
2903
|
+
* Tippy.js docs
|
|
2904
|
+
* </a>
|
|
2875
2905
|
* @values true, false, reference, popper
|
|
2876
2906
|
*/
|
|
2877
2907
|
sticky: {
|
|
@@ -3504,7 +3534,13 @@ const $n = {
|
|
|
3504
3534
|
/**
|
|
3505
3535
|
* If set to false the dialog will display over top of the anchor when there is insufficient space.
|
|
3506
3536
|
* If set to true it will never move from its position relative to the anchor and will clip instead.
|
|
3507
|
-
*
|
|
3537
|
+
* <a
|
|
3538
|
+
* class="d-link"
|
|
3539
|
+
* href="https://popper.js.org/docs/v2/modifiers/prevent-overflow/#tether"
|
|
3540
|
+
* target="_blank"
|
|
3541
|
+
* >
|
|
3542
|
+
* Popper.js docs
|
|
3543
|
+
* </a>
|
|
3508
3544
|
* @values true, false
|
|
3509
3545
|
*/
|
|
3510
3546
|
tether: {
|
package/dist/emoji.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as N, t as Q, D as B, J as W, K as X, a7 as k, w as Y } from "./emoji_text_wrapper-
|
|
2
|
-
import { y as Je, x as Ge, ap as Ke, aa as Qe, a9 as We, ae as Xe, ac as Ye, ad as Ze, ab as et, af as tt, a8 as lt, ar as ot, as as st, aq as nt, ag as at, ak as it, aj as rt, ai as ct, ah as ut, am as dt, ao as mt, an as bt, al as _t } from "./emoji_text_wrapper-
|
|
1
|
+
import { _ as N, t as Q, D as B, J as W, K as X, a7 as k, w as Y } from "./emoji_text_wrapper-070288ae.js";
|
|
2
|
+
import { y as Je, x as Ge, ap as Ke, aa as Qe, a9 as We, ae as Xe, ac as Ye, ad as Ze, ab as et, af as tt, a8 as lt, ar as ot, as as st, aq as nt, ag as at, ak as it, aj as rt, ai as ct, ah as ut, am as dt, ao as mt, an as bt, al as _t } from "./emoji_text_wrapper-070288ae.js";
|
|
3
3
|
import { openBlock as i, createElementBlock as d, createVNode as T, createSlots as Z, withCtx as F, createElementVNode as v, computed as D, ref as f, toRefs as ee, watch as w, Fragment as U, renderList as R, unref as h, createBlock as te, withModifiers as le, nextTick as oe, onMounted as se, onUnmounted as ne, toDisplayString as A, withDirectives as M, createCommentVNode as O, vShow as x, watchEffect as ae, normalizeClass as ie, createTextVNode as P } from "vue";
|
|
4
4
|
const re = { class: "d-emoji-picker__search d-emoji-picker__alignment" }, ce = { class: "d-emoji-picker__search-button" }, ue = {
|
|
5
5
|
__name: "emoji_search",
|
|
@@ -16069,7 +16069,7 @@ const Ime = "danger", Hme = "warning", Bme = "success", Vme = "muted", qme = "in
|
|
|
16069
16069
|
/**
|
|
16070
16070
|
* Whether the button should be styled as a link or not.
|
|
16071
16071
|
* @values true, false
|
|
16072
|
-
* @see
|
|
16072
|
+
* @see DtLink
|
|
16073
16073
|
*/
|
|
16074
16074
|
link: {
|
|
16075
16075
|
type: Boolean,
|
|
@@ -16078,7 +16078,7 @@ const Ime = "danger", Hme = "warning", Bme = "success", Vme = "muted", qme = "in
|
|
|
16078
16078
|
/**
|
|
16079
16079
|
* The color of the link and button if the button is styled as a link.
|
|
16080
16080
|
* @values default, warning, danger, success, muted, inverted
|
|
16081
|
-
* @see
|
|
16081
|
+
* @see DtLink
|
|
16082
16082
|
*/
|
|
16083
16083
|
linkKind: {
|
|
16084
16084
|
type: String,
|
|
@@ -16087,7 +16087,11 @@ const Ime = "danger", Hme = "warning", Bme = "success", Vme = "muted", qme = "in
|
|
|
16087
16087
|
},
|
|
16088
16088
|
/**
|
|
16089
16089
|
* HTML button disabled attribute
|
|
16090
|
-
* <a
|
|
16090
|
+
* <a
|
|
16091
|
+
* class="d-link"
|
|
16092
|
+
* href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#disabled"
|
|
16093
|
+
* target="_blank"
|
|
16094
|
+
* >
|
|
16091
16095
|
* (Reference)
|
|
16092
16096
|
* </a>
|
|
16093
16097
|
* @values true, false
|
|
@@ -16098,7 +16102,11 @@ const Ime = "danger", Hme = "warning", Bme = "success", Vme = "muted", qme = "in
|
|
|
16098
16102
|
},
|
|
16099
16103
|
/**
|
|
16100
16104
|
* HTML button type attribute
|
|
16101
|
-
* <a
|
|
16105
|
+
* <a
|
|
16106
|
+
* class="d-link"
|
|
16107
|
+
* href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-type"
|
|
16108
|
+
* target="_blank"
|
|
16109
|
+
* >
|
|
16102
16110
|
* (Reference)
|
|
16103
16111
|
* </a>
|
|
16104
16112
|
* @values button, submit, reset
|
|
@@ -16110,7 +16118,7 @@ const Ime = "danger", Hme = "warning", Bme = "success", Vme = "muted", qme = "in
|
|
|
16110
16118
|
},
|
|
16111
16119
|
/**
|
|
16112
16120
|
* Button width, accepts
|
|
16113
|
-
* <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/width" target="_blank">
|
|
16121
|
+
* <a class="d-link" href="https://developer.mozilla.org/en-US/docs/Web/CSS/width" target="_blank">
|
|
16114
16122
|
* CSS width attribute
|
|
16115
16123
|
* </a>
|
|
16116
16124
|
* values
|
|
@@ -20094,10 +20102,16 @@ const C5e = {
|
|
|
20094
20102
|
},
|
|
20095
20103
|
/**
|
|
20096
20104
|
* If the popover does not fit in the direction described by "placement",
|
|
20097
|
-
* it will attempt to change
|
|
20105
|
+
* it will attempt to change its direction to the "fallbackPlacements"
|
|
20098
20106
|
* if defined, otherwise it will automatically position to a new location
|
|
20099
|
-
* as it sees best fit.
|
|
20100
|
-
*
|
|
20107
|
+
* as it sees best fit. See
|
|
20108
|
+
* <a
|
|
20109
|
+
* class="d-link"
|
|
20110
|
+
* href="https://popper.js.org/docs/v2/modifiers/flip/#fallbackplacements"
|
|
20111
|
+
* target="_blank"
|
|
20112
|
+
* >
|
|
20113
|
+
* Popper.js docs
|
|
20114
|
+
* </a>
|
|
20101
20115
|
* */
|
|
20102
20116
|
fallbackPlacements: {
|
|
20103
20117
|
type: Array,
|
|
@@ -20114,15 +20128,27 @@ const C5e = {
|
|
|
20114
20128
|
/**
|
|
20115
20129
|
* Displaces the tooltip from its reference element
|
|
20116
20130
|
* by the specified number of pixels. See
|
|
20117
|
-
* <a
|
|
20131
|
+
* <a
|
|
20132
|
+
* class="d-link"
|
|
20133
|
+
* href="https://atomiks.github.io/tippyjs/v6/all-props/#offset"
|
|
20134
|
+
* target="_blank"
|
|
20135
|
+
* >
|
|
20136
|
+
* Tippy.js docs
|
|
20137
|
+
* </a>
|
|
20118
20138
|
*/
|
|
20119
20139
|
offset: {
|
|
20120
20140
|
type: Array,
|
|
20121
20141
|
default: () => [0, -4]
|
|
20122
20142
|
},
|
|
20123
20143
|
/**
|
|
20124
|
-
* The direction the popover displays relative to the anchor.
|
|
20125
|
-
*
|
|
20144
|
+
* The direction the popover displays relative to the anchor. See
|
|
20145
|
+
* <a
|
|
20146
|
+
* class="d-link"
|
|
20147
|
+
* href="https://atomiks.github.io/tippyjs/v6/all-props/#placement"
|
|
20148
|
+
* target="_blank"
|
|
20149
|
+
* >
|
|
20150
|
+
* Tippy.js docs
|
|
20151
|
+
* </a>
|
|
20126
20152
|
* @values top, top-start, top-end,
|
|
20127
20153
|
* right, right-start, right-end,
|
|
20128
20154
|
* left, left-start, left-end,
|
|
@@ -20141,8 +20167,14 @@ const C5e = {
|
|
|
20141
20167
|
* if the reference element's position is animating, or to automatically update the popover
|
|
20142
20168
|
* position in those cases the DOM layout changes the reference element's position.
|
|
20143
20169
|
* `true` enables it, `reference` only checks the "reference" rect for changes and `popper` only
|
|
20144
|
-
* checks the "popper" rect for changes.
|
|
20145
|
-
*
|
|
20170
|
+
* checks the "popper" rect for changes. See
|
|
20171
|
+
* <a
|
|
20172
|
+
* class="d-link"
|
|
20173
|
+
* href="https://atomiks.github.io/tippyjs/v6/all-props/#sticky"
|
|
20174
|
+
* target="_blank"
|
|
20175
|
+
* >
|
|
20176
|
+
* Tippy.js docs
|
|
20177
|
+
* </a>
|
|
20146
20178
|
* @values true, false, reference, popper
|
|
20147
20179
|
*/
|
|
20148
20180
|
sticky: {
|
|
@@ -103309,8 +103341,8 @@ const l2e = {
|
|
|
103309
103341
|
props: {
|
|
103310
103342
|
/**
|
|
103311
103343
|
* Supports shortcode ex: :smile: or unicode ex: 😄. Will display the resulting emoji.
|
|
103312
|
-
*
|
|
103313
|
-
*
|
|
103344
|
+
* <a class="d-link" href="https://emojipedia.org/joypixels/" target="_blank">JoyPixels</a>
|
|
103345
|
+
* for all supported shortcode/unicode or the docs for setting up custom emojis.
|
|
103314
103346
|
*/
|
|
103315
103347
|
code: {
|
|
103316
103348
|
type: String,
|
|
@@ -103318,7 +103350,7 @@ const l2e = {
|
|
|
103318
103350
|
},
|
|
103319
103351
|
/**
|
|
103320
103352
|
* The size of the emoji. Can be any of the icon size utility classes from
|
|
103321
|
-
* <a href="https://dialpad.design/components/icon.html" target="_blank"> Dialpad Icon Size</a>
|
|
103353
|
+
* <a class="d-link" href="https://dialpad.design/components/icon.html" target="_blank"> Dialpad Icon Size</a>
|
|
103322
103354
|
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
103323
103355
|
*/
|
|
103324
103356
|
size: {
|
package/package.json
CHANGED