@dialpad/dialtone 9.18.0 → 9.19.0
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/css/dialtone.css +2 -2
- package/dist/tokens/android/java/tokens-dark.kt +1 -1
- package/dist/tokens/android/java/tokens-light.kt +1 -1
- package/dist/tokens/android/res/values/colors-dark.xml +1 -1
- package/dist/tokens/android/res/values/colors-light.xml +1 -1
- package/dist/tokens/android/res/values/dimens.xml +1 -1
- package/dist/tokens/css/variables-dark.css +1 -1
- package/dist/tokens/css/variables-light.css +1 -1
- package/dist/tokens/ios/tokens-dark.swift +1 -1
- package/dist/tokens/ios/tokens-light.swift +1 -1
- package/dist/tokens/less/variables-dark.less +1 -1
- package/dist/tokens/less/variables-light.less +1 -1
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/dialtone-vue.cjs +5 -5
- package/dist/vue2/dialtone-vue.js +69 -69
- package/dist/vue2/directives.cjs +1 -1
- package/dist/vue2/directives.js +1 -1
- package/dist/vue2/emoji.cjs +1 -1
- package/dist/vue2/emoji.js +4 -4
- package/dist/vue2/{emoji_picker-GfisVsYp.js → emoji_picker-oRqwDR1h.js} +2 -2
- package/dist/vue2/{emoji_picker-zi8qwHtl.cjs → emoji_picker-pzXZS6X7.cjs} +1 -1
- package/dist/vue2/{emoji_text_wrapper-JQf6BpGc.cjs → emoji_text_wrapper-6Yl5NIEJ.cjs} +1 -1
- package/dist/vue2/{emoji_text_wrapper-OrF0kZ6L.js → emoji_text_wrapper-V-Qf4XZv.js} +2 -2
- package/dist/vue2/{index-G0QxbVGe.js → index-74FmkvkN.js} +1 -1
- package/dist/vue2/{index-ihXjcrB-.cjs → index-dsfPzyLy.cjs} +1 -1
- package/dist/vue2/message_input.cjs +1 -1
- package/dist/vue2/message_input.js +4 -4
- package/dist/vue2/{rich_text_editor-vihc4pHS.js → rich_text_editor-AZuWkf9m.js} +1526 -1548
- package/dist/vue2/{rich_text_editor-Ty4BjcSP.cjs → rich_text_editor-TX19t44m.cjs} +20 -20
- package/dist/vue2/{tooltip-AVHt9lw0.js → tooltip-mMe9F6C6.js} +474 -441
- package/dist/vue2/tooltip-sE12R_AU.cjs +21 -0
- package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts +30 -0
- package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +5 -5
- package/dist/vue3/dialtone-vue.js +87 -87
- package/dist/vue3/directives.cjs +1 -1
- package/dist/vue3/directives.js +1 -1
- package/dist/vue3/{emoji-acqIsOA0.js → emoji-ifbDMGtx.js} +1 -1
- package/dist/vue3/{emoji-gFUvTgzf.cjs → emoji-q4ZpxDOX.cjs} +1 -1
- package/dist/vue3/emoji.cjs +1 -1
- package/dist/vue3/emoji.js +4 -4
- package/dist/vue3/{emoji_picker-7KBwg94e.js → emoji_picker-G6QLC4uN.js} +2 -2
- package/dist/vue3/{emoji_picker-XmAzvsvD.cjs → emoji_picker-i3y8jyyY.cjs} +1 -1
- package/dist/vue3/{emoji_text_wrapper-Cr15_VcH.cjs → emoji_text_wrapper-spWldgj4.cjs} +1 -1
- package/dist/vue3/{emoji_text_wrapper-TK25xXF3.js → emoji_text_wrapper-vQeoLfQ4.js} +1 -1
- package/dist/vue3/message_input.cjs +1 -1
- package/dist/vue3/message_input.js +4 -4
- package/dist/vue3/{rich_text_editor-BgXaC2KF.js → rich_text_editor-S31F6RAP.js} +770 -792
- package/dist/vue3/{rich_text_editor-mAENLkE_.cjs → rich_text_editor-fciM1V1t.cjs} +20 -20
- package/dist/vue3/{tooltip-Od71Luh6.js → tooltip-FcHJcgMd.js} +503 -470
- package/dist/vue3/tooltip-px-Nxl4C.cjs +21 -0
- package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts +30 -0
- package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/vue2/tooltip-6msmWvq0.cjs +0 -21
- package/dist/vue3/tooltip-8utqWHHH.cjs +0 -21
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { S as Rt, c as we, M as et, d as yn, e as $t, f as _n, D as tt, L as Dt,
|
|
2
|
-
import {
|
|
3
|
-
import { w as V, t as j, F as
|
|
4
|
-
import { W as
|
|
5
|
-
import { resolveComponent as g, openBlock as d, createElementBlock as u, normalizeClass as C, createCommentVNode as w, createVNode as p, createElementVNode as b, renderSlot as m, createTextVNode as q, toDisplayString as M, createBlock as D, mergeProps as A, withCtx as c, normalizeStyle as Ce, withKeys as de, Fragment as Q, renderList as J, withModifiers as ce, normalizeProps as qe, Transition as Ft, withDirectives as Ee, resolveDynamicComponent as Se, guardReactiveProps as
|
|
6
|
-
import { _ as I, h as ae, u as Me, g as re, e as qt,
|
|
7
|
-
import {
|
|
8
|
-
import { _ as Ht } from "./emoji_text_wrapper-
|
|
1
|
+
import { S as Rt, c as we, M as et, d as yn, e as $t, f as _n, D as tt, L as Dt, g as Qe, h as gt, i as Wa, a as Sn, R as wn, b as Cn } from "./rich_text_editor-S31F6RAP.js";
|
|
2
|
+
import { n as Ah, o as Mh, m as xh, j as Bh, k as Ph, l as Rh, A as $h, s as Nh, t as Fh, q as qh, p as zh, P as Hh, r as Vh } from "./rich_text_editor-S31F6RAP.js";
|
|
3
|
+
import { w as V, t as j, F as kn, M as In, G as Tn, H as Fe, J as Ua, K as ja, N as Ka, O as Ya, P as Nt, x as Ga, D as Dn } from "./emoji-ifbDMGtx.js";
|
|
4
|
+
import { W as Uh, S as jh, R as Kh, Q as Yh, T as Gh, a1 as Qh, a4 as Xh, a3 as Zh, a2 as Jh, z as ef, y as tf, U as af, I as nf, Y as sf, X as rf, V as of, C as lf, L as df, a9 as cf, a5 as uf, a6 as hf, a8 as ff, a7 as mf, a0 as pf, $ as gf, Z as bf, _ as vf } from "./emoji-ifbDMGtx.js";
|
|
5
|
+
import { resolveComponent as g, openBlock as d, createElementBlock as u, normalizeClass as C, createCommentVNode as w, createVNode as p, createElementVNode as b, renderSlot as m, createTextVNode as q, toDisplayString as M, createBlock as D, mergeProps as A, withCtx as c, normalizeStyle as Ce, withKeys as de, Fragment as Q, renderList as J, withModifiers as ce, normalizeProps as qe, Transition as Ft, withDirectives as Ee, resolveDynamicComponent as Se, guardReactiveProps as bt, vShow as Ae, toHandlers as K, ref as Z, reactive as At, unref as L, Teleport as On, warn as vt, computed as Oe, watch as Ze, onMounted as Qa, nextTick as Ye, markRaw as Ln, shallowReactive as En, h as An, provide as Mn, createSlots as yt, pushScopeId as xn, popScopeId as Bn } from "vue";
|
|
6
|
+
import { _ as I, h as ae, u as Me, g as re, e as qt, v as at, m as _t, E as X, T as va, w as Pn, i as Rn, b as ya, a as Mt, L as $n, x as Nn, D as _e, j as Fn, y as zt, z as qn } from "./tooltip-FcHJcgMd.js";
|
|
7
|
+
import { A as _f, c as Sf, B as wf, n as Cf, l as kf, P as If, k as Tf, G as Df, C as Of, F as Lf, V as Ef, f as Af } from "./tooltip-FcHJcgMd.js";
|
|
8
|
+
import { _ as Ht } from "./emoji_text_wrapper-vQeoLfQ4.js";
|
|
9
9
|
const _a = {
|
|
10
10
|
default: "",
|
|
11
11
|
info: "d-badge--info",
|
|
@@ -762,7 +762,7 @@ const xu = /* @__PURE__ */ I(oi, [["render", di]]), ci = "d-breadcrumbs__item--s
|
|
|
762
762
|
},
|
|
763
763
|
computed: {
|
|
764
764
|
linkKind() {
|
|
765
|
-
return this.inverted ?
|
|
765
|
+
return this.inverted ? kn : In;
|
|
766
766
|
},
|
|
767
767
|
ariaCurrent() {
|
|
768
768
|
return this.selected ? "location" : void 0;
|
|
@@ -1182,7 +1182,7 @@ const Ru = /* @__PURE__ */ I(Ci, [["render", Ii]]), Ti = {
|
|
|
1182
1182
|
}
|
|
1183
1183
|
}), Oi = {
|
|
1184
1184
|
name: "ComboboxLoadingList",
|
|
1185
|
-
components: { DtListItem: $t, DtSkeleton:
|
|
1185
|
+
components: { DtListItem: $t, DtSkeleton: Tn }
|
|
1186
1186
|
}, Li = {
|
|
1187
1187
|
class: "d-combobox__loading-list",
|
|
1188
1188
|
"aria-busy": "true"
|
|
@@ -1690,7 +1690,7 @@ function Fi(e, a, t, i, s, n) {
|
|
|
1690
1690
|
onAfterLeave: n.afterLeave
|
|
1691
1691
|
}), {
|
|
1692
1692
|
default: c(() => [
|
|
1693
|
-
Ee((d(), D(Se(t.elementType), qe(
|
|
1693
|
+
Ee((d(), D(Se(t.elementType), qe(bt(e.$attrs)), {
|
|
1694
1694
|
default: c(() => [
|
|
1695
1695
|
s.initialized ? m(e.$slots, "default", { key: 0 }) : w("", !0)
|
|
1696
1696
|
]),
|
|
@@ -2158,7 +2158,7 @@ const $u = /* @__PURE__ */ I(Qi, [["render", Xi]]), Xe = {
|
|
|
2158
2158
|
appendTo: {
|
|
2159
2159
|
type: [HTMLElement, String],
|
|
2160
2160
|
default: "body",
|
|
2161
|
-
validator: (e) =>
|
|
2161
|
+
validator: (e) => _t.includes(e) || e instanceof HTMLElement
|
|
2162
2162
|
},
|
|
2163
2163
|
/**
|
|
2164
2164
|
* If set to false the dialog will display over top of the anchor when there is insufficient space.
|
|
@@ -2458,7 +2458,7 @@ const Nu = /* @__PURE__ */ I(as, [["render", is]]), ss = function() {
|
|
|
2458
2458
|
type: String,
|
|
2459
2459
|
default: "top-start",
|
|
2460
2460
|
validator(e) {
|
|
2461
|
-
return
|
|
2461
|
+
return Pn.includes(e);
|
|
2462
2462
|
}
|
|
2463
2463
|
},
|
|
2464
2464
|
/**
|
|
@@ -2468,7 +2468,7 @@ const Nu = /* @__PURE__ */ I(as, [["render", is]]), ss = function() {
|
|
|
2468
2468
|
padding: {
|
|
2469
2469
|
type: String,
|
|
2470
2470
|
default: "large",
|
|
2471
|
-
validator: (e) => Object.keys(
|
|
2471
|
+
validator: (e) => Object.keys(Rn).some((a) => a === e)
|
|
2472
2472
|
},
|
|
2473
2473
|
/**
|
|
2474
2474
|
* Displaces the content box from its anchor element
|
|
@@ -2524,7 +2524,7 @@ const Nu = /* @__PURE__ */ I(as, [["render", is]]), ss = function() {
|
|
|
2524
2524
|
appendTo: {
|
|
2525
2525
|
type: [HTMLElement, String],
|
|
2526
2526
|
default: "body",
|
|
2527
|
-
validator: (e) =>
|
|
2527
|
+
validator: (e) => _t.includes(e) || e instanceof HTMLElement
|
|
2528
2528
|
}
|
|
2529
2529
|
},
|
|
2530
2530
|
emits: ["opened"],
|
|
@@ -2549,7 +2549,7 @@ const Nu = /* @__PURE__ */ I(as, [["render", is]]), ss = function() {
|
|
|
2549
2549
|
onOpened: i[0] || (i[0] = (s) => t.$emit("opened", s))
|
|
2550
2550
|
}, {
|
|
2551
2551
|
anchor: c(({ attrs: s }) => [
|
|
2552
|
-
m(t.$slots, "anchor", qe(
|
|
2552
|
+
m(t.$slots, "anchor", qe(bt(s)))
|
|
2553
2553
|
]),
|
|
2554
2554
|
content: c(() => [
|
|
2555
2555
|
m(t.$slots, "content")
|
|
@@ -2716,7 +2716,7 @@ function us(e, a, t, i, s, n) {
|
|
|
2716
2716
|
]),
|
|
2717
2717
|
_: 1
|
|
2718
2718
|
}, 8, ["aria-label", "onClick"]),
|
|
2719
|
-
s.isOpen ? (d(), D(
|
|
2719
|
+
s.isOpen ? (d(), D(On, {
|
|
2720
2720
|
key: 0,
|
|
2721
2721
|
to: "body"
|
|
2722
2722
|
}, [
|
|
@@ -2906,7 +2906,7 @@ const hs = /* @__PURE__ */ I(rs, [["render", us]]), fs = {
|
|
|
2906
2906
|
}
|
|
2907
2907
|
},
|
|
2908
2908
|
mounted() {
|
|
2909
|
-
!this.legend && !this.$slots.legend && !this.$attrs["aria-label"] &&
|
|
2909
|
+
!this.legend && !this.$slots.legend && !this.$attrs["aria-label"] && vt("It is expected that an aria-label is provided when there is no legend.", this);
|
|
2910
2910
|
}
|
|
2911
2911
|
}, ms = {
|
|
2912
2912
|
name: "DtInputGroup",
|
|
@@ -4038,7 +4038,7 @@ const ju = /* @__PURE__ */ I(Hs, [["render", js]]), Ku = {
|
|
|
4038
4038
|
value: {
|
|
4039
4039
|
type: [],
|
|
4040
4040
|
default: null,
|
|
4041
|
-
validator: (e) => e ? (
|
|
4041
|
+
validator: (e) => e ? (vt(
|
|
4042
4042
|
"Component uses selectedValues to initialize the model, value is not supported by this component",
|
|
4043
4043
|
void 0
|
|
4044
4044
|
), !1) : !0
|
|
@@ -4446,8 +4446,8 @@ const an = /* @__PURE__ */ I(Gs, [["render", er]]), Oa = {
|
|
|
4446
4446
|
],
|
|
4447
4447
|
data() {
|
|
4448
4448
|
return {
|
|
4449
|
-
LABEL_SIZE_MODIFIERS:
|
|
4450
|
-
DESCRIPTION_SIZE_MODIFIERS:
|
|
4449
|
+
LABEL_SIZE_MODIFIERS: $n,
|
|
4450
|
+
DESCRIPTION_SIZE_MODIFIERS: Nn,
|
|
4451
4451
|
SELECT_SIZE_MODIFIERS: Oa,
|
|
4452
4452
|
SELECT_STATE_MODIFIERS: tr,
|
|
4453
4453
|
hasSlotContent: ae
|
|
@@ -4502,7 +4502,7 @@ const an = /* @__PURE__ */ I(Gs, [["render", er]]), Oa = {
|
|
|
4502
4502
|
},
|
|
4503
4503
|
validateOptionsPresence() {
|
|
4504
4504
|
var e;
|
|
4505
|
-
((e = this.options) == null ? void 0 : e.length) < 1 && !this.$slots.default &&
|
|
4505
|
+
((e = this.options) == null ? void 0 : e.length) < 1 && !this.$slots.default && vt("Options are expected to be provided via prop or slot", this);
|
|
4506
4506
|
}
|
|
4507
4507
|
}
|
|
4508
4508
|
}, or = ["aria-details"], lr = ["id"], dr = ["disabled"], cr = ["value"];
|
|
@@ -4931,7 +4931,7 @@ const Gu = /* @__PURE__ */ I(fr, [["render", gr]]), Ea = {
|
|
|
4931
4931
|
this.validateInputLabels(this.hasSlotLabel(), this.$attrs["aria-label"]);
|
|
4932
4932
|
},
|
|
4933
4933
|
validateInputLabels(e, a) {
|
|
4934
|
-
!e && !a &&
|
|
4934
|
+
!e && !a && vt(
|
|
4935
4935
|
"You must provide an aria-label when there is no label passed",
|
|
4936
4936
|
this
|
|
4937
4937
|
);
|
|
@@ -5328,13 +5328,13 @@ const Ju = /* @__PURE__ */ I(Er, [["render", Ar]]), nn = {
|
|
|
5328
5328
|
});
|
|
5329
5329
|
});
|
|
5330
5330
|
const me = (x, R, B, ue, te) => {
|
|
5331
|
-
const pe =
|
|
5331
|
+
const pe = Ln({
|
|
5332
5332
|
id: ne++,
|
|
5333
5333
|
index: R,
|
|
5334
5334
|
used: !0,
|
|
5335
5335
|
key: ue,
|
|
5336
5336
|
type: te
|
|
5337
|
-
}), H =
|
|
5337
|
+
}), H = En({
|
|
5338
5338
|
item: B,
|
|
5339
5339
|
position: 0,
|
|
5340
5340
|
nr: pe
|
|
@@ -5608,7 +5608,7 @@ const Ju = /* @__PURE__ */ I(Er, [["render", Ar]]), nn = {
|
|
|
5608
5608
|
}
|
|
5609
5609
|
},
|
|
5610
5610
|
render() {
|
|
5611
|
-
return
|
|
5611
|
+
return An(this.tag, this.$slots.default());
|
|
5612
5612
|
}
|
|
5613
5613
|
}, xr = {
|
|
5614
5614
|
name: "DynamicScroller",
|
|
@@ -5803,7 +5803,7 @@ function Br(e, a, t, i, s, n) {
|
|
|
5803
5803
|
"data-index": h
|
|
5804
5804
|
}, {
|
|
5805
5805
|
default: c(() => [
|
|
5806
|
-
m(e.$slots, "default", qe(
|
|
5806
|
+
m(e.$slots, "default", qe(bt({
|
|
5807
5807
|
item: o.item,
|
|
5808
5808
|
index: h,
|
|
5809
5809
|
active: v,
|
|
@@ -5918,7 +5918,7 @@ const Pr = /* @__PURE__ */ I(xr, [["render", Br]]), eh = {
|
|
|
5918
5918
|
],
|
|
5919
5919
|
setup(e, { expose: a, emit: t }) {
|
|
5920
5920
|
const i = e;
|
|
5921
|
-
|
|
5921
|
+
Mn("emit", t);
|
|
5922
5922
|
const n = Z(null), r = Oe(() => ({
|
|
5923
5923
|
width: typeof i.scrollerWidth == "number" ? `${i.scrollerWidth}px` : i.scrollerWidth,
|
|
5924
5924
|
height: typeof i.scrollerHeight == "number" ? `${i.scrollerHeight}px` : i.scrollerHeight
|
|
@@ -5962,7 +5962,7 @@ const Pr = /* @__PURE__ */ I(xr, [["render", Br]]), eh = {
|
|
|
5962
5962
|
onUserPosition: _[0] || (_[0] = (S) => y.$emit("user-position", S))
|
|
5963
5963
|
}, {
|
|
5964
5964
|
default: c(({ item: S, index: N, active: T }) => [
|
|
5965
|
-
m(y.$slots, "default", qe(
|
|
5965
|
+
m(y.$slots, "default", qe(bt({
|
|
5966
5966
|
item: S,
|
|
5967
5967
|
index: N,
|
|
5968
5968
|
active: T
|
|
@@ -8356,7 +8356,7 @@ const Ul = {
|
|
|
8356
8356
|
contentWidth: {
|
|
8357
8357
|
type: String,
|
|
8358
8358
|
default: null,
|
|
8359
|
-
validator: (e) =>
|
|
8359
|
+
validator: (e) => Fn.includes(e)
|
|
8360
8360
|
},
|
|
8361
8361
|
/**
|
|
8362
8362
|
* If the list should be shown by pressing up or down arrow key on the input element.
|
|
@@ -8418,7 +8418,7 @@ const Ul = {
|
|
|
8418
8418
|
appendTo: {
|
|
8419
8419
|
type: [HTMLElement, String],
|
|
8420
8420
|
default: "body",
|
|
8421
|
-
validator: (e) =>
|
|
8421
|
+
validator: (e) => _t.includes(e) || e instanceof HTMLElement
|
|
8422
8422
|
},
|
|
8423
8423
|
/**
|
|
8424
8424
|
* Named transition when the content display is toggled.
|
|
@@ -8584,7 +8584,7 @@ function Ql(e, a, t, i, s, n) {
|
|
|
8584
8584
|
"visually-hidden-close-label": e.visuallyHiddenCloseLabel,
|
|
8585
8585
|
"visually-hidden-close": e.visuallyHiddenClose,
|
|
8586
8586
|
onOpened: v
|
|
8587
|
-
},
|
|
8587
|
+
}, yt({
|
|
8588
8588
|
content: c(() => [
|
|
8589
8589
|
b("div", {
|
|
8590
8590
|
ref: "listWrapper",
|
|
@@ -8778,7 +8778,7 @@ const Xl = /* @__PURE__ */ I(Ul, [["render", Ql]]), Zl = {
|
|
|
8778
8778
|
appendTo: {
|
|
8779
8779
|
type: [HTMLElement, String],
|
|
8780
8780
|
default: "body",
|
|
8781
|
-
validator: (e) =>
|
|
8781
|
+
validator: (e) => _t.includes(e) || e instanceof HTMLElement
|
|
8782
8782
|
},
|
|
8783
8783
|
/**
|
|
8784
8784
|
* Named transition when the content display is toggled.
|
|
@@ -9011,7 +9011,7 @@ function od(e, a, t, i, s, n) {
|
|
|
9011
9011
|
"append-to": t.appendTo,
|
|
9012
9012
|
transition: t.transition,
|
|
9013
9013
|
onSelect: n.onComboboxSelect
|
|
9014
|
-
},
|
|
9014
|
+
}, yt({
|
|
9015
9015
|
input: c(({ onInput: v }) => [
|
|
9016
9016
|
b("span", ad, [
|
|
9017
9017
|
b("span", nd, [
|
|
@@ -9546,7 +9546,7 @@ function fd(e, a, t, i, s, n) {
|
|
|
9546
9546
|
const lh = /* @__PURE__ */ I(ud, [["render", fd]]), md = {
|
|
9547
9547
|
name: "DtRecipeContactInfo",
|
|
9548
9548
|
components: {
|
|
9549
|
-
DtAvatar:
|
|
9549
|
+
DtAvatar: gt,
|
|
9550
9550
|
DtItemLayout: Wa
|
|
9551
9551
|
},
|
|
9552
9552
|
/* inheritAttrs: false is generally an option we want to set on library
|
|
@@ -9655,7 +9655,7 @@ function Sd(e, a, t, i, s, n) {
|
|
|
9655
9655
|
role: t.role,
|
|
9656
9656
|
"data-qa": "contact-info",
|
|
9657
9657
|
class: "dt-contact-info"
|
|
9658
|
-
},
|
|
9658
|
+
}, yt({
|
|
9659
9659
|
default: c(() => [
|
|
9660
9660
|
b("div", bd, [
|
|
9661
9661
|
m(e.$slots, "header", {}, void 0, !0)
|
|
@@ -10029,7 +10029,7 @@ function zd(e, a, t, i, s, n) {
|
|
|
10029
10029
|
size: "xs",
|
|
10030
10030
|
"grouped-chip": !0,
|
|
10031
10031
|
class: "dt-chip-content dt-chip-content--left"
|
|
10032
|
-
},
|
|
10032
|
+
}, yt({
|
|
10033
10033
|
default: c(() => [
|
|
10034
10034
|
s.hasSlotContent(e.$slots.leftContent) ? (d(), u("div", Nd, [
|
|
10035
10035
|
m(e.$slots, "leftContent")
|
|
@@ -10449,7 +10449,7 @@ const Gd = /* @__PURE__ */ I(Kd, [["render", Yd]]), Qd = {
|
|
|
10449
10449
|
this.labelWidth = e - (a + t + i) + "px";
|
|
10450
10450
|
}
|
|
10451
10451
|
}
|
|
10452
|
-
}, ia = (e) => (
|
|
10452
|
+
}, ia = (e) => (xn("data-v-49d75ce6"), e = e(), Bn(), e), Xd = ["data-qa", "aria-label", "title", "href"], Zd = { class: "dt-leftbar-row__alpha" }, Jd = {
|
|
10453
10453
|
key: 0,
|
|
10454
10454
|
class: "dt-leftbar-row__is-typing"
|
|
10455
10455
|
}, ec = /* @__PURE__ */ ia(() => /* @__PURE__ */ b("span", null, null, -1)), tc = /* @__PURE__ */ ia(() => /* @__PURE__ */ b("span", null, null, -1)), ac = /* @__PURE__ */ ia(() => /* @__PURE__ */ b("span", null, null, -1)), nc = [
|
|
@@ -10672,7 +10672,7 @@ function dc(e, a, t, i, s, n) {
|
|
|
10672
10672
|
const ph = /* @__PURE__ */ I(lc, [["render", dc]]), cc = {
|
|
10673
10673
|
name: "DtRecipeContactRow",
|
|
10674
10674
|
components: {
|
|
10675
|
-
DtAvatar:
|
|
10675
|
+
DtAvatar: gt,
|
|
10676
10676
|
DtRecipeGeneralRow: bn,
|
|
10677
10677
|
DtEmojiTextWrapper: Ht
|
|
10678
10678
|
},
|
|
@@ -10949,7 +10949,7 @@ const bh = /* @__PURE__ */ I(pc, [["render", bc]]), Fa = {
|
|
|
10949
10949
|
}, lt = "NORMAL", vc = {
|
|
10950
10950
|
name: "DtRecipeFeedItemRow",
|
|
10951
10951
|
components: {
|
|
10952
|
-
DtAvatar:
|
|
10952
|
+
DtAvatar: gt,
|
|
10953
10953
|
DtLazyShow: qt,
|
|
10954
10954
|
DtListItem: $t,
|
|
10955
10955
|
DtBadge: Vt
|
|
@@ -11371,7 +11371,7 @@ const _h = /* @__PURE__ */ I(Pc, [["render", $c]]), Nc = [
|
|
|
11371
11371
|
"num"
|
|
11372
11372
|
], Fc = {
|
|
11373
11373
|
name: "DtRecipeEmojiRow",
|
|
11374
|
-
components: { DtTooltip: _e, DtButton: j, DtEmoji:
|
|
11374
|
+
components: { DtTooltip: _e, DtButton: j, DtEmoji: Dn, DtEmojiTextWrapper: Ht },
|
|
11375
11375
|
mixins: [],
|
|
11376
11376
|
props: {
|
|
11377
11377
|
/**
|
|
@@ -11776,7 +11776,7 @@ const wh = /* @__PURE__ */ I(iu, [["render", ru]]), ou = [
|
|
|
11776
11776
|
], lu = "https://", du = {
|
|
11777
11777
|
name: "DtRecipeEditor",
|
|
11778
11778
|
components: {
|
|
11779
|
-
DtRichTextEditor:
|
|
11779
|
+
DtRichTextEditor: Sn,
|
|
11780
11780
|
DtButton: j,
|
|
11781
11781
|
DtIcon: V,
|
|
11782
11782
|
DtPopover: tt,
|
|
@@ -11834,7 +11834,7 @@ const wh = /* @__PURE__ */ I(iu, [["render", ru]]), ou = [
|
|
|
11834
11834
|
type: [Boolean, String, Number],
|
|
11835
11835
|
default: !1,
|
|
11836
11836
|
validator(e) {
|
|
11837
|
-
return typeof e == "string" ?
|
|
11837
|
+
return typeof e == "string" ? wn.includes(e) : !0;
|
|
11838
11838
|
}
|
|
11839
11839
|
},
|
|
11840
11840
|
/**
|
|
@@ -12026,7 +12026,7 @@ const wh = /* @__PURE__ */ I(iu, [["render", ru]]), ou = [
|
|
|
12026
12026
|
return this.internalInputValue.length;
|
|
12027
12027
|
},
|
|
12028
12028
|
htmlOutputFormat() {
|
|
12029
|
-
return
|
|
12029
|
+
return Cn[2];
|
|
12030
12030
|
},
|
|
12031
12031
|
showingTextFormatButtons() {
|
|
12032
12032
|
return this.showBoldButton || this.showItalicsButton || this.showStrikeButton || this.showUnderlineButton;
|
|
@@ -12380,7 +12380,7 @@ const Ch = /* @__PURE__ */ I(du, [["render", fu]]), za = {
|
|
|
12380
12380
|
critical: "dt-recipe-callbox--border-critical"
|
|
12381
12381
|
}, mu = {
|
|
12382
12382
|
name: "DtRecipeCallbox",
|
|
12383
|
-
components: { DtBadge: Vt, DtAvatar:
|
|
12383
|
+
components: { DtBadge: Vt, DtAvatar: gt },
|
|
12384
12384
|
inheritAttrs: !1,
|
|
12385
12385
|
props: {
|
|
12386
12386
|
/**
|
|
@@ -12620,11 +12620,11 @@ export {
|
|
|
12620
12620
|
ui as BREADCRUMBS_INVERTED_MODIFIER,
|
|
12621
12621
|
ci as BREADCRUMB_ITEM_SELECTED_MODIFIER,
|
|
12622
12622
|
Ca as BUTTON_GROUP_ALIGNMENT,
|
|
12623
|
-
|
|
12624
|
-
|
|
12625
|
-
|
|
12626
|
-
|
|
12627
|
-
|
|
12623
|
+
Uh as BUTTON_ICON_SIZES,
|
|
12624
|
+
jh as BUTTON_IMPORTANCE_MODIFIERS,
|
|
12625
|
+
Kh as BUTTON_KIND_MODIFIERS,
|
|
12626
|
+
Yh as BUTTON_SIZE_MODIFIERS,
|
|
12627
|
+
Gh as BUTTON_TYPES,
|
|
12628
12628
|
gn as CALLBAR_BUTTON_VALID_WIDTH_SIZE,
|
|
12629
12629
|
za as CALLBOX_BADGE_COLORS,
|
|
12630
12630
|
Ha as CALLBOX_BORDER_COLORS,
|
|
@@ -12635,14 +12635,14 @@ export {
|
|
|
12635
12635
|
ed as CHIP_TOP_POSITION,
|
|
12636
12636
|
wd as COLOR_CODES,
|
|
12637
12637
|
lt as DEFAULT_FEED_ROW_STATE,
|
|
12638
|
-
|
|
12639
|
-
|
|
12638
|
+
_f as DEFAULT_VALIDATION_MESSAGE_TYPE,
|
|
12639
|
+
Sf as DESCRIPTION_SIZE_TYPES,
|
|
12640
12640
|
Xe as DROPDOWN_PADDING_CLASSES,
|
|
12641
12641
|
ji as DT_DESCRIPTION_LIST_DIRECTION,
|
|
12642
12642
|
Nh as DT_STACK_DIRECTION,
|
|
12643
12643
|
_n as DT_STACK_GAP,
|
|
12644
12644
|
Fh as DT_STACK_RESPONSIVE_BREAKPOINTS,
|
|
12645
|
-
|
|
12645
|
+
gt as DtAvatar,
|
|
12646
12646
|
Vt as DtBadge,
|
|
12647
12647
|
xu as DtBanner,
|
|
12648
12648
|
mi as DtBreadcrumbItem,
|
|
@@ -12709,14 +12709,14 @@ export {
|
|
|
12709
12709
|
Ju as DtRootLayout,
|
|
12710
12710
|
eh as DtScroller,
|
|
12711
12711
|
Yu as DtSelectMenu,
|
|
12712
|
-
|
|
12713
|
-
|
|
12714
|
-
|
|
12715
|
-
|
|
12716
|
-
|
|
12712
|
+
Tn as DtSkeleton,
|
|
12713
|
+
Qh as DtSkeletonListItem,
|
|
12714
|
+
Xh as DtSkeletonParagraph,
|
|
12715
|
+
Zh as DtSkeletonShape,
|
|
12716
|
+
Jh as DtSkeletonText,
|
|
12717
12717
|
Qe as DtStack,
|
|
12718
|
-
|
|
12719
|
-
|
|
12718
|
+
ef as DtTab,
|
|
12719
|
+
tf as DtTabGroup,
|
|
12720
12720
|
Uu as DtTabPanel,
|
|
12721
12721
|
Gu as DtToast,
|
|
12722
12722
|
Qu as DtToggle,
|
|
@@ -12724,11 +12724,11 @@ export {
|
|
|
12724
12724
|
Fe as DtValidationMessages,
|
|
12725
12725
|
qa as FEED_ITEM_PILL_BORDER_COLORS,
|
|
12726
12726
|
Fa as FEED_ROW_STATE_BACKGROUND_COLOR,
|
|
12727
|
-
|
|
12728
|
-
|
|
12729
|
-
|
|
12730
|
-
|
|
12731
|
-
|
|
12727
|
+
af as ICON_POSITION_MODIFIERS,
|
|
12728
|
+
nf as ICON_SIZE_MODIFIERS,
|
|
12729
|
+
sf as INPUT_SIZES,
|
|
12730
|
+
rf as INPUT_TYPES,
|
|
12731
|
+
of as INVALID_COMBINATION,
|
|
12732
12732
|
ta as IVR_NODE_BRANCH,
|
|
12733
12733
|
ea as IVR_NODE_EXPERT,
|
|
12734
12734
|
wt as IVR_NODE_GO_TO,
|
|
@@ -12745,8 +12745,8 @@ export {
|
|
|
12745
12745
|
Wd as LEFTBAR_GENERAL_ROW_ICON_MAPPING,
|
|
12746
12746
|
jd as LEFTBAR_GENERAL_ROW_ICON_SIZES,
|
|
12747
12747
|
G as LEFTBAR_GENERAL_ROW_TYPES,
|
|
12748
|
-
|
|
12749
|
-
|
|
12748
|
+
lf as LINK_KIND_MODIFIERS,
|
|
12749
|
+
df as LINK_VARIANTS,
|
|
12750
12750
|
Dt as LIST_ITEM_NAVIGATION_TYPES,
|
|
12751
12751
|
zh as LIST_ITEM_TYPES,
|
|
12752
12752
|
Ta as MODAL_BANNER_KINDS,
|
|
@@ -12755,16 +12755,16 @@ export {
|
|
|
12755
12755
|
Zl as MULTI_SELECT_SIZES,
|
|
12756
12756
|
nt as NOTICE_KINDS,
|
|
12757
12757
|
jn as NOTICE_ROLES,
|
|
12758
|
-
|
|
12759
|
-
|
|
12760
|
-
|
|
12761
|
-
|
|
12762
|
-
|
|
12763
|
-
|
|
12764
|
-
|
|
12765
|
-
|
|
12766
|
-
|
|
12767
|
-
|
|
12758
|
+
_t as POPOVER_APPEND_TO_VALUES,
|
|
12759
|
+
Fn as POPOVER_CONTENT_WIDTHS,
|
|
12760
|
+
wf as POPOVER_DIRECTIONS,
|
|
12761
|
+
Cf as POPOVER_HEADER_FOOTER_PADDING_CLASSES,
|
|
12762
|
+
kf as POPOVER_INITIAL_FOCUS_STRINGS,
|
|
12763
|
+
Rn as POPOVER_PADDING_CLASSES,
|
|
12764
|
+
If as POPOVER_ROLES,
|
|
12765
|
+
Tf as POPOVER_STICKY_VALUES,
|
|
12766
|
+
Hh as PRESENCE_STATES,
|
|
12767
|
+
Vh as PRESENCE_STATES_LIST,
|
|
12768
12768
|
Ms as RADIO_INPUT_VALIDATION_CLASSES,
|
|
12769
12769
|
Nc as REACTIONS_ATTRIBUTES,
|
|
12770
12770
|
Lr as ROOT_LAYOUT_RESPONSIVE_BREAKPOINTS,
|
|
@@ -12774,21 +12774,21 @@ export {
|
|
|
12774
12774
|
Xu as SHORTCUTS_ALIASES_LIST,
|
|
12775
12775
|
Ge as SHORTCUTS_ICON_ALIASES,
|
|
12776
12776
|
kr as SHORTCUTS_ICON_SEPARATOR,
|
|
12777
|
-
|
|
12778
|
-
|
|
12779
|
-
|
|
12780
|
-
|
|
12781
|
-
|
|
12782
|
-
|
|
12783
|
-
|
|
12784
|
-
|
|
12785
|
-
|
|
12777
|
+
cf as SKELETON_HEADING_HEIGHTS,
|
|
12778
|
+
uf as SKELETON_RIPPLE_DURATION,
|
|
12779
|
+
hf as SKELETON_SHAPES,
|
|
12780
|
+
ff as SKELETON_SHAPE_SIZES,
|
|
12781
|
+
mf as SKELETON_TEXT_TYPES,
|
|
12782
|
+
pf as TAB_IMPORTANCE_MODIFIERS,
|
|
12783
|
+
gf as TAB_LIST_IMPORTANCE_MODIFIERS,
|
|
12784
|
+
bf as TAB_LIST_KIND_MODIFIERS,
|
|
12785
|
+
vf as TAB_LIST_SIZES,
|
|
12786
12786
|
La as TOAST_MIN_DURATION,
|
|
12787
12787
|
hr as TOAST_ROLES,
|
|
12788
12788
|
br as TOGGLE_CHECKED_VALUES,
|
|
12789
12789
|
Ea as TOGGLE_SIZE_MODIFIERS,
|
|
12790
12790
|
va as TOOLTIP_DELAY_MS,
|
|
12791
|
-
|
|
12791
|
+
Pn as TOOLTIP_DIRECTIONS,
|
|
12792
12792
|
Df as TOOLTIP_HIDE_ON_CLICK_VARIANTS,
|
|
12793
12793
|
Of as TOOLTIP_KIND_MODIFIERS,
|
|
12794
12794
|
Lf as TOOLTIP_STICKY_VALUES,
|
package/dist/vue3/directives.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./tooltip-
|
|
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;
|
package/dist/vue3/directives.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _, g as E, h as R, V as j, f as ue, a as N, b as se, c as de } from "./tooltip-
|
|
1
|
+
import { _, g as E, h as R, V as j, f as ue, a as N, b as se, c as de } from "./tooltip-FcHJcgMd.js";
|
|
2
2
|
import { openBlock as i, createElementBlock as u, createElementVNode as e, createStaticVNode as h, createBlock as b, resolveDynamicComponent as le, normalizeClass as f, createCommentVNode as g, warn as q, mergeProps as y, toHandlers as A, renderSlot as k, normalizeStyle as L, resolveComponent as w, Fragment as K, renderList as J, createVNode as F, toDisplayString as B, createTextVNode as me, withKeys as D, withCtx as fe, withDirectives as S, vShow as O } from "vue";
|
|
3
3
|
const I = {
|
|
4
4
|
100: "d-icon--size-100",
|