@dialpad/dialtone-vue 2.83.4 → 2.83.5
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 Z from "vue";
|
|
2
|
-
import { n as v, I as Hn, D as Ps, a as Ns, b as fn, c as Bs } from "./emoji_text_wrapper-
|
|
3
|
-
import { d as Nh, g as Bh, f as Mh, e as Fh, k as Vh, S as jh, h as qh, j as Hh, i as zh } from "./emoji_text_wrapper-
|
|
2
|
+
import { n as v, I as Hn, D as Ps, a as Ns, b as fn, c as Bs } from "./emoji_text_wrapper-366de285.js";
|
|
3
|
+
import { d as Nh, g as Bh, f as Mh, e as Fh, k as Vh, S as jh, h as qh, j as Hh, i as zh } from "./emoji_text_wrapper-366de285.js";
|
|
4
4
|
const ie = {
|
|
5
5
|
ERROR: "error",
|
|
6
6
|
WARNING: "warning",
|
|
@@ -1221,7 +1221,7 @@ const Ua = "danger", Ya = "warning", Xa = "success", ji = "muted", qi = "inverte
|
|
|
1221
1221
|
/**
|
|
1222
1222
|
* Whether the button should be styled as a link or not.
|
|
1223
1223
|
* @values true, false
|
|
1224
|
-
* @see
|
|
1224
|
+
* @see DtLink
|
|
1225
1225
|
*/
|
|
1226
1226
|
link: {
|
|
1227
1227
|
type: Boolean,
|
|
@@ -1230,7 +1230,7 @@ const Ua = "danger", Ya = "warning", Xa = "success", ji = "muted", qi = "inverte
|
|
|
1230
1230
|
/**
|
|
1231
1231
|
* The color of the link and button if the button is styled as a link.
|
|
1232
1232
|
* @values default, warning, danger, success, muted, inverted
|
|
1233
|
-
* @see
|
|
1233
|
+
* @see DtLink
|
|
1234
1234
|
*/
|
|
1235
1235
|
linkKind: {
|
|
1236
1236
|
type: String,
|
|
@@ -1239,7 +1239,11 @@ const Ua = "danger", Ya = "warning", Xa = "success", ji = "muted", qi = "inverte
|
|
|
1239
1239
|
},
|
|
1240
1240
|
/**
|
|
1241
1241
|
* HTML button disabled attribute
|
|
1242
|
-
* <a
|
|
1242
|
+
* <a
|
|
1243
|
+
* class="d-link"
|
|
1244
|
+
* href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#disabled"
|
|
1245
|
+
* target="_blank"
|
|
1246
|
+
* >
|
|
1243
1247
|
* (Reference)
|
|
1244
1248
|
* </a>
|
|
1245
1249
|
* @values true, false
|
|
@@ -1250,7 +1254,11 @@ const Ua = "danger", Ya = "warning", Xa = "success", ji = "muted", qi = "inverte
|
|
|
1250
1254
|
},
|
|
1251
1255
|
/**
|
|
1252
1256
|
* HTML button type attribute
|
|
1253
|
-
* <a
|
|
1257
|
+
* <a
|
|
1258
|
+
* class="d-link"
|
|
1259
|
+
* href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-type"
|
|
1260
|
+
* target="_blank"
|
|
1261
|
+
* >
|
|
1254
1262
|
* (Reference)
|
|
1255
1263
|
* </a>
|
|
1256
1264
|
* @values button, submit, reset
|
|
@@ -1262,7 +1270,7 @@ const Ua = "danger", Ya = "warning", Xa = "success", ji = "muted", qi = "inverte
|
|
|
1262
1270
|
},
|
|
1263
1271
|
/**
|
|
1264
1272
|
* Button width, accepts
|
|
1265
|
-
* <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/width" target="_blank">
|
|
1273
|
+
* <a class="d-link" href="https://developer.mozilla.org/en-US/docs/Web/CSS/width" target="_blank">
|
|
1266
1274
|
* CSS width attribute
|
|
1267
1275
|
* </a>
|
|
1268
1276
|
* values
|
|
@@ -1756,7 +1764,7 @@ const wn = dr.exports, Hi = ':not(:disabled):not([aria-disabled="true"]):not([ro
|
|
|
1756
1764
|
},
|
|
1757
1765
|
/**
|
|
1758
1766
|
* Background image size, follows the background-size CSS property values
|
|
1759
|
-
* <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/background-size" target="_blank">
|
|
1767
|
+
* <a class="d-link" href="https://developer.mozilla.org/en-US/docs/Web/CSS/background-size" target="_blank">
|
|
1760
1768
|
* CSS background-sizes
|
|
1761
1769
|
* </a>
|
|
1762
1770
|
*/
|
|
@@ -5430,7 +5438,7 @@ const Ld = {
|
|
|
5430
5438
|
},
|
|
5431
5439
|
/**
|
|
5432
5440
|
* ARIA role for the content of the popover. Defaults to "dialog".
|
|
5433
|
-
* <a href="https://www.w3.org/TR/wai-aria/#aria-haspopup" target="_blank">aria-haspopup</a>
|
|
5441
|
+
* <a class="d-link" href="https://www.w3.org/TR/wai-aria/#aria-haspopup" target="_blank">aria-haspopup</a>
|
|
5434
5442
|
*/
|
|
5435
5443
|
role: {
|
|
5436
5444
|
type: String,
|
|
@@ -5516,8 +5524,14 @@ const Ld = {
|
|
|
5516
5524
|
},
|
|
5517
5525
|
/**
|
|
5518
5526
|
* Displaces the content box from its anchor element
|
|
5519
|
-
* by the specified number of pixels.
|
|
5520
|
-
* <a
|
|
5527
|
+
* by the specified number of pixels.
|
|
5528
|
+
* <a
|
|
5529
|
+
* class="d-link"
|
|
5530
|
+
* href="https://atomiks.github.io/tippyjs/v6/all-props/#offset"
|
|
5531
|
+
* target="_blank"
|
|
5532
|
+
* >
|
|
5533
|
+
* Tippy.js docs
|
|
5534
|
+
* </a>
|
|
5521
5535
|
*/
|
|
5522
5536
|
offset: {
|
|
5523
5537
|
type: Array,
|
|
@@ -5525,7 +5539,7 @@ const Ld = {
|
|
|
5525
5539
|
},
|
|
5526
5540
|
/**
|
|
5527
5541
|
* Determines if the popover hides upon clicking the
|
|
5528
|
-
* anchor or outside
|
|
5542
|
+
* anchor or outside the content box.
|
|
5529
5543
|
* @values true, false
|
|
5530
5544
|
*/
|
|
5531
5545
|
hideOnClick: {
|
|
@@ -5543,8 +5557,14 @@ const Ld = {
|
|
|
5543
5557
|
},
|
|
5544
5558
|
/**
|
|
5545
5559
|
* If the popover does not fit in the direction described by "placement",
|
|
5546
|
-
* it will attempt to change
|
|
5547
|
-
*
|
|
5560
|
+
* it will attempt to change its direction to the "fallbackPlacements".
|
|
5561
|
+
* <a
|
|
5562
|
+
* class="d-link"
|
|
5563
|
+
* href="https://popper.js.org/docs/v2/modifiers/flip/#fallbackplacements"
|
|
5564
|
+
* target="_blank"
|
|
5565
|
+
* >
|
|
5566
|
+
* Popper.js docs
|
|
5567
|
+
* </a>
|
|
5548
5568
|
* */
|
|
5549
5569
|
fallbackPlacements: {
|
|
5550
5570
|
type: Array,
|
|
@@ -5552,7 +5572,13 @@ const Ld = {
|
|
|
5552
5572
|
},
|
|
5553
5573
|
/**
|
|
5554
5574
|
* The direction the popover displays relative to the anchor.
|
|
5555
|
-
*
|
|
5575
|
+
* <a
|
|
5576
|
+
* class="d-link"
|
|
5577
|
+
* href="https://atomiks.github.io/tippyjs/v6/all-props/#placement"
|
|
5578
|
+
* target="_blank"
|
|
5579
|
+
* >
|
|
5580
|
+
* Tippy.js docs
|
|
5581
|
+
* </a>
|
|
5556
5582
|
* @values top, top-start, top-end,
|
|
5557
5583
|
* right, right-start, right-end,
|
|
5558
5584
|
* left, left-start, left-end,
|
|
@@ -5566,7 +5592,13 @@ const Ld = {
|
|
|
5566
5592
|
/**
|
|
5567
5593
|
* If set to false the dialog will display over top of the anchor when there is insufficient space.
|
|
5568
5594
|
* If set to true it will never move from its position relative to the anchor and will clip instead.
|
|
5569
|
-
*
|
|
5595
|
+
* <a
|
|
5596
|
+
* class="d-link"
|
|
5597
|
+
* href="https://popper.js.org/docs/v2/modifiers/prevent-overflow/#tether"
|
|
5598
|
+
* target="_blank"
|
|
5599
|
+
* >
|
|
5600
|
+
* Popper.js docs
|
|
5601
|
+
* </a>
|
|
5570
5602
|
* @values true, false
|
|
5571
5603
|
*/
|
|
5572
5604
|
tether: {
|
|
@@ -5579,7 +5611,13 @@ const Ld = {
|
|
|
5579
5611
|
* position in those cases the DOM layout changes the reference element's position.
|
|
5580
5612
|
* `true` enables it, `reference` only checks the "reference" rect for changes and `popper` only
|
|
5581
5613
|
* checks the "popper" rect for changes.
|
|
5582
|
-
*
|
|
5614
|
+
* <a
|
|
5615
|
+
* class="d-link"
|
|
5616
|
+
* href="https://atomiks.github.io/tippyjs/v6/all-props/#sticky"
|
|
5617
|
+
* target="_blank"
|
|
5618
|
+
* >
|
|
5619
|
+
* Tippy.js docs
|
|
5620
|
+
* </a>
|
|
5583
5621
|
* @values true, false, reference, popper
|
|
5584
5622
|
*/
|
|
5585
5623
|
sticky: {
|
|
@@ -6119,7 +6157,13 @@ const Dd = {
|
|
|
6119
6157
|
/**
|
|
6120
6158
|
* If set to false the dialog will display over top of the anchor when there is insufficient space.
|
|
6121
6159
|
* If set to true it will never move from its position relative to the anchor and will clip instead.
|
|
6122
|
-
*
|
|
6160
|
+
* <a
|
|
6161
|
+
* class="d-link"
|
|
6162
|
+
* href="https://popper.js.org/docs/v2/modifiers/prevent-overflow/#tether"
|
|
6163
|
+
* target="_blank"
|
|
6164
|
+
* >
|
|
6165
|
+
* Popper.js docs
|
|
6166
|
+
* </a>
|
|
6123
6167
|
* @values true, false
|
|
6124
6168
|
*/
|
|
6125
6169
|
tether: {
|
|
@@ -9706,10 +9750,16 @@ const Nu = {
|
|
|
9706
9750
|
},
|
|
9707
9751
|
/**
|
|
9708
9752
|
* If the popover does not fit in the direction described by "placement",
|
|
9709
|
-
* it will attempt to change
|
|
9753
|
+
* it will attempt to change its direction to the "fallbackPlacements"
|
|
9710
9754
|
* if defined, otherwise it will automatically position to a new location
|
|
9711
|
-
* as it sees best fit.
|
|
9712
|
-
*
|
|
9755
|
+
* as it sees best fit. See
|
|
9756
|
+
* <a
|
|
9757
|
+
* class="d-link"
|
|
9758
|
+
* href="https://popper.js.org/docs/v2/modifiers/flip/#fallbackplacements"
|
|
9759
|
+
* target="_blank"
|
|
9760
|
+
* >
|
|
9761
|
+
* Popper.js docs
|
|
9762
|
+
* </a>
|
|
9713
9763
|
* */
|
|
9714
9764
|
fallbackPlacements: {
|
|
9715
9765
|
type: Array,
|
|
@@ -9726,15 +9776,27 @@ const Nu = {
|
|
|
9726
9776
|
/**
|
|
9727
9777
|
* Displaces the tooltip from its reference element
|
|
9728
9778
|
* by the specified number of pixels. See
|
|
9729
|
-
* <a
|
|
9779
|
+
* <a
|
|
9780
|
+
* class="d-link"
|
|
9781
|
+
* href="https://atomiks.github.io/tippyjs/v6/all-props/#offset"
|
|
9782
|
+
* target="_blank"
|
|
9783
|
+
* >
|
|
9784
|
+
* Tippy.js docs
|
|
9785
|
+
* </a>
|
|
9730
9786
|
*/
|
|
9731
9787
|
offset: {
|
|
9732
9788
|
type: Array,
|
|
9733
9789
|
default: () => [0, -4]
|
|
9734
9790
|
},
|
|
9735
9791
|
/**
|
|
9736
|
-
* The direction the popover displays relative to the anchor.
|
|
9737
|
-
*
|
|
9792
|
+
* The direction the popover displays relative to the anchor. See
|
|
9793
|
+
* <a
|
|
9794
|
+
* class="d-link"
|
|
9795
|
+
* href="https://atomiks.github.io/tippyjs/v6/all-props/#placement"
|
|
9796
|
+
* target="_blank"
|
|
9797
|
+
* >
|
|
9798
|
+
* Tippy.js docs
|
|
9799
|
+
* </a>
|
|
9738
9800
|
* @values top, top-start, top-end,
|
|
9739
9801
|
* right, right-start, right-end,
|
|
9740
9802
|
* left, left-start, left-end,
|
|
@@ -9753,8 +9815,14 @@ const Nu = {
|
|
|
9753
9815
|
* if the reference element's position is animating, or to automatically update the popover
|
|
9754
9816
|
* position in those cases the DOM layout changes the reference element's position.
|
|
9755
9817
|
* `true` enables it, `reference` only checks the "reference" rect for changes and `popper` only
|
|
9756
|
-
* checks the "popper" rect for changes.
|
|
9757
|
-
*
|
|
9818
|
+
* checks the "popper" rect for changes. See
|
|
9819
|
+
* <a
|
|
9820
|
+
* class="d-link"
|
|
9821
|
+
* href="https://atomiks.github.io/tippyjs/v6/all-props/#sticky"
|
|
9822
|
+
* target="_blank"
|
|
9823
|
+
* >
|
|
9824
|
+
* Tippy.js docs
|
|
9825
|
+
* </a>
|
|
9758
9826
|
* @values true, false, reference, popper
|
|
9759
9827
|
*/
|
|
9760
9828
|
sticky: {
|
package/dist/emoji.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as a, b as e, E as i, o as t, m, s as r, q as l, r as j, p as E, t as n, l as d, G as g, H as U, F as u, u as c, y as C, x as S, w as f, v as x, A, C as D, B as T, z as p } from "./emoji_text_wrapper-
|
|
1
|
+
import { c as a, b as e, E as i, o as t, m, s as r, q as l, r as j, p as E, t as n, l as d, G as g, H as U, F as u, u as c, y as C, x as S, w as f, v as x, A, C as D, B as T, z as p } from "./emoji_text_wrapper-366de285.js";
|
|
2
2
|
export {
|
|
3
3
|
a as DtEmoji,
|
|
4
4
|
e as DtEmojiTextWrapper,
|
|
@@ -58168,8 +58168,8 @@ const yj = {
|
|
|
58168
58168
|
props: {
|
|
58169
58169
|
/**
|
|
58170
58170
|
* Supports shortcode ex: :smile: or unicode ex: 😄. Will display the resulting emoji.
|
|
58171
|
-
*
|
|
58172
|
-
*
|
|
58171
|
+
* <a class="d-link" href="https://emojipedia.org/joypixels/" target="_blank">JoyPixels</a>
|
|
58172
|
+
* for all supported shortcode/unicode or the docs for setting up custom emojis.
|
|
58173
58173
|
*/
|
|
58174
58174
|
code: {
|
|
58175
58175
|
type: String,
|
|
@@ -58177,7 +58177,7 @@ const yj = {
|
|
|
58177
58177
|
},
|
|
58178
58178
|
/**
|
|
58179
58179
|
* The size of the emoji. Can be any of the icon size utility classes from
|
|
58180
|
-
* <a href="https://dialpad.design/components/icon.html" target="_blank"> Dialpad Icon Size</a>
|
|
58180
|
+
* <a class="d-link" href="https://dialpad.design/components/icon.html" target="_blank"> Dialpad Icon Size</a>
|
|
58181
58181
|
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
58182
58182
|
*/
|
|
58183
58183
|
size: {
|
package/package.json
CHANGED