@dialpad/dialtone-vue 2.83.3 → 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/CHANGELOG.json +1 -1
- package/CHANGELOG.md +14 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +2 -2
- package/dist/dialtone-vue.js +95 -26
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +1 -1
- package/dist/{emoji_text_wrapper-2ce1c80c.js → emoji_text_wrapper-366de285.js} +305 -305
- package/dist/emoji_text_wrapper-f588a5a5.cjs +1 -0
- package/package.json +2 -2
- package/dist/emoji_text_wrapper-7e134e22.cjs +0 -1
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
|
*/
|
|
@@ -5189,6 +5197,7 @@ let bd = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", yd
|
|
|
5189
5197
|
return e;
|
|
5190
5198
|
};
|
|
5191
5199
|
function Pt(t) {
|
|
5200
|
+
"@babel/helpers - typeof";
|
|
5192
5201
|
return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Pt = function(e) {
|
|
5193
5202
|
return typeof e;
|
|
5194
5203
|
} : Pt = function(e) {
|
|
@@ -5429,7 +5438,7 @@ const Ld = {
|
|
|
5429
5438
|
},
|
|
5430
5439
|
/**
|
|
5431
5440
|
* ARIA role for the content of the popover. Defaults to "dialog".
|
|
5432
|
-
* <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>
|
|
5433
5442
|
*/
|
|
5434
5443
|
role: {
|
|
5435
5444
|
type: String,
|
|
@@ -5515,8 +5524,14 @@ const Ld = {
|
|
|
5515
5524
|
},
|
|
5516
5525
|
/**
|
|
5517
5526
|
* Displaces the content box from its anchor element
|
|
5518
|
-
* by the specified number of pixels.
|
|
5519
|
-
* <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>
|
|
5520
5535
|
*/
|
|
5521
5536
|
offset: {
|
|
5522
5537
|
type: Array,
|
|
@@ -5524,7 +5539,7 @@ const Ld = {
|
|
|
5524
5539
|
},
|
|
5525
5540
|
/**
|
|
5526
5541
|
* Determines if the popover hides upon clicking the
|
|
5527
|
-
* anchor or outside
|
|
5542
|
+
* anchor or outside the content box.
|
|
5528
5543
|
* @values true, false
|
|
5529
5544
|
*/
|
|
5530
5545
|
hideOnClick: {
|
|
@@ -5542,8 +5557,14 @@ const Ld = {
|
|
|
5542
5557
|
},
|
|
5543
5558
|
/**
|
|
5544
5559
|
* If the popover does not fit in the direction described by "placement",
|
|
5545
|
-
* it will attempt to change
|
|
5546
|
-
*
|
|
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>
|
|
5547
5568
|
* */
|
|
5548
5569
|
fallbackPlacements: {
|
|
5549
5570
|
type: Array,
|
|
@@ -5551,7 +5572,13 @@ const Ld = {
|
|
|
5551
5572
|
},
|
|
5552
5573
|
/**
|
|
5553
5574
|
* The direction the popover displays relative to the anchor.
|
|
5554
|
-
*
|
|
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>
|
|
5555
5582
|
* @values top, top-start, top-end,
|
|
5556
5583
|
* right, right-start, right-end,
|
|
5557
5584
|
* left, left-start, left-end,
|
|
@@ -5565,7 +5592,13 @@ const Ld = {
|
|
|
5565
5592
|
/**
|
|
5566
5593
|
* If set to false the dialog will display over top of the anchor when there is insufficient space.
|
|
5567
5594
|
* If set to true it will never move from its position relative to the anchor and will clip instead.
|
|
5568
|
-
*
|
|
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>
|
|
5569
5602
|
* @values true, false
|
|
5570
5603
|
*/
|
|
5571
5604
|
tether: {
|
|
@@ -5578,7 +5611,13 @@ const Ld = {
|
|
|
5578
5611
|
* position in those cases the DOM layout changes the reference element's position.
|
|
5579
5612
|
* `true` enables it, `reference` only checks the "reference" rect for changes and `popper` only
|
|
5580
5613
|
* checks the "popper" rect for changes.
|
|
5581
|
-
*
|
|
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>
|
|
5582
5621
|
* @values true, false, reference, popper
|
|
5583
5622
|
*/
|
|
5584
5623
|
sticky: {
|
|
@@ -6118,7 +6157,13 @@ const Dd = {
|
|
|
6118
6157
|
/**
|
|
6119
6158
|
* If set to false the dialog will display over top of the anchor when there is insufficient space.
|
|
6120
6159
|
* If set to true it will never move from its position relative to the anchor and will clip instead.
|
|
6121
|
-
*
|
|
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>
|
|
6122
6167
|
* @values true, false
|
|
6123
6168
|
*/
|
|
6124
6169
|
tether: {
|
|
@@ -9705,10 +9750,16 @@ const Nu = {
|
|
|
9705
9750
|
},
|
|
9706
9751
|
/**
|
|
9707
9752
|
* If the popover does not fit in the direction described by "placement",
|
|
9708
|
-
* it will attempt to change
|
|
9753
|
+
* it will attempt to change its direction to the "fallbackPlacements"
|
|
9709
9754
|
* if defined, otherwise it will automatically position to a new location
|
|
9710
|
-
* as it sees best fit.
|
|
9711
|
-
*
|
|
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>
|
|
9712
9763
|
* */
|
|
9713
9764
|
fallbackPlacements: {
|
|
9714
9765
|
type: Array,
|
|
@@ -9725,15 +9776,27 @@ const Nu = {
|
|
|
9725
9776
|
/**
|
|
9726
9777
|
* Displaces the tooltip from its reference element
|
|
9727
9778
|
* by the specified number of pixels. See
|
|
9728
|
-
* <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>
|
|
9729
9786
|
*/
|
|
9730
9787
|
offset: {
|
|
9731
9788
|
type: Array,
|
|
9732
9789
|
default: () => [0, -4]
|
|
9733
9790
|
},
|
|
9734
9791
|
/**
|
|
9735
|
-
* The direction the popover displays relative to the anchor.
|
|
9736
|
-
*
|
|
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>
|
|
9737
9800
|
* @values top, top-start, top-end,
|
|
9738
9801
|
* right, right-start, right-end,
|
|
9739
9802
|
* left, left-start, left-end,
|
|
@@ -9752,8 +9815,14 @@ const Nu = {
|
|
|
9752
9815
|
* if the reference element's position is animating, or to automatically update the popover
|
|
9753
9816
|
* position in those cases the DOM layout changes the reference element's position.
|
|
9754
9817
|
* `true` enables it, `reference` only checks the "reference" rect for changes and `popper` only
|
|
9755
|
-
* checks the "popper" rect for changes.
|
|
9756
|
-
*
|
|
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>
|
|
9757
9826
|
* @values true, false, reference, popper
|
|
9758
9827
|
*/
|
|
9759
9828
|
sticky: {
|
package/dist/emoji.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./emoji_text_wrapper-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./emoji_text_wrapper-f588a5a5.cjs");exports.DtEmoji=e.DtEmoji;exports.DtEmojiTextWrapper=e.DtEmojiTextWrapper;exports.codeToEmojiData=e.codeToEmojiData;Object.defineProperty(exports,"customEmojiAssetUrl",{enumerable:!0,get:()=>e.customEmojiAssetUrl});exports.defaultEmojiAssetUrl=e.defaultEmojiAssetUrl;Object.defineProperty(exports,"emojiFileExtensionLarge",{enumerable:!0,get:()=>e.emojiFileExtensionLarge});Object.defineProperty(exports,"emojiFileExtensionSmall",{enumerable:!0,get:()=>e.emojiFileExtensionSmall});Object.defineProperty(exports,"emojiImageUrlLarge",{enumerable:!0,get:()=>e.emojiImageUrlLarge});Object.defineProperty(exports,"emojiImageUrlSmall",{enumerable:!0,get:()=>e.emojiImageUrlSmall});exports.emojiJson=e.emojiJson;exports.emojiVersion=e.emojiVersion;exports.filterValidShortCodes=e.filterValidShortCodes;exports.findEmojis=e.findEmojis;exports.findShortCodes=e.findShortCodes;exports.getEmojiData=e.getEmojiData;exports.setCustomEmojiJson=e.setCustomEmojiJson;exports.setCustomEmojiUrl=e.setCustomEmojiUrl;exports.setEmojiAssetUrlLarge=e.setEmojiAssetUrlLarge;exports.setEmojiAssetUrlSmall=e.setEmojiAssetUrlSmall;exports.shortcodeToEmojiData=e.shortcodeToEmojiData;exports.stringToUnicode=e.stringToUnicode;exports.unicodeToString=e.unicodeToString;exports.validateCustomEmojiJson=e.validateCustomEmojiJson;
|
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,
|