@dialpad/dialtone-vue 3.73.3 → 3.74.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/CHANGELOG.json +1 -1
- package/CHANGELOG.md +15 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +6 -6
- package/dist/dialtone-vue.js +457 -435
- package/dist/message_input.cjs +1 -1
- package/dist/message_input.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -1
package/dist/dialtone-vue.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { openBlock as a, createElementBlock as o, toDisplayString as C, createCommentVNode as g, createElementVNode as _, normalizeClass as
|
|
2
|
-
import { _ as v, D as B, g as j, a as
|
|
3
|
-
import { r as
|
|
1
|
+
import { openBlock as a, createElementBlock as o, toDisplayString as C, createCommentVNode as g, createElementVNode as _, normalizeClass as y, warn as we, resolveComponent as f, renderSlot as d, createBlock as S, mergeProps as I, createVNode as p, createTextVNode as R, withCtx as c, normalizeStyle as se, withKeys as Y, Fragment as W, renderList as X, resolveDynamicComponent as ie, toHandlers as z, createSlots as ke, withModifiers as te, normalizeProps as Le, Transition as Ge, withDirectives as Se, guardReactiveProps as Ue, vShow as Ie, Teleport as vs, reactive as Et, ref as me, computed as xe, watch as Ut, onMounted as Ss, nextTick as Is, unref as Wt, markRaw as Cs, shallowReactive as ws, h as ks, provide as Ls, createStaticVNode as Os } from "vue";
|
|
2
|
+
import { _ as v, D as B, g as j, a as Es, h as M, b as K, u as Q, L as Ts, c as As, I as Ds, M as Rs, d as We, e as Ze, E as q, f as pe, v as Zt, i as Tt, j as Ke, k as Yt, C as Qt, G as Xt, l as Ye, m as xs, n as Bs, o as Ps, p as Qe, s as Xe } from "./index-a257a50a.js";
|
|
3
|
+
import { r as md, q as pd, z as gd, y as _d, P as bd, x as yd, w as vd, F as Sd, B as Id, T as Cd, A as wd, J as kd, H as Ld, O as Od, K as Ed, N as Td, V as Ad, t as Dd } from "./index-a257a50a.js";
|
|
4
4
|
import { S as Je, a as re, M as Pe, D as et, P as tt, b as $s } from "./popover-3dbe0634.js";
|
|
5
|
-
import { d as
|
|
5
|
+
import { d as xd, f as Bd, c as Pd, e as $d } from "./popover-3dbe0634.js";
|
|
6
6
|
import { D as Ns, _ as st, a as zs } from "./emoji_text_wrapper-e07187bc.js";
|
|
7
|
-
import { b as
|
|
7
|
+
import { b as zd, e as Md, d as qd, c as Vd, i as Hd, S as Fd, f as jd, h as Kd, g as Gd } from "./emoji_text_wrapper-e07187bc.js";
|
|
8
8
|
const be = {
|
|
9
9
|
BUSY: "busy",
|
|
10
10
|
AWAY: "away",
|
|
@@ -15,7 +15,7 @@ const be = {
|
|
|
15
15
|
be.AWAY,
|
|
16
16
|
be.OFFLINE,
|
|
17
17
|
be.ACTIVE
|
|
18
|
-
],
|
|
18
|
+
], qs = {
|
|
19
19
|
name: "DtPresence",
|
|
20
20
|
props: {
|
|
21
21
|
/**
|
|
@@ -38,7 +38,7 @@ const be = {
|
|
|
38
38
|
default: null
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
|
-
},
|
|
41
|
+
}, Vs = ["aria-live"], Hs = {
|
|
42
42
|
key: 0,
|
|
43
43
|
"data-qa": "dt-presence-sr-text",
|
|
44
44
|
class: "sr-only"
|
|
@@ -52,16 +52,16 @@ function Fs(e, s, t, l, n, i) {
|
|
|
52
52
|
}, [
|
|
53
53
|
t.srText ? (a(), o("span", Hs, C(t.srText), 1)) : g("", !0),
|
|
54
54
|
_("div", {
|
|
55
|
-
class:
|
|
55
|
+
class: y(["d-presence__inner", {
|
|
56
56
|
"d-presence__inner--active": t.presence === "active",
|
|
57
57
|
"d-presence__inner--away": t.presence === "away",
|
|
58
58
|
"d-presence__inner--busy": t.presence === "busy",
|
|
59
59
|
"d-presence__inner--offline": t.presence === "offline"
|
|
60
60
|
}])
|
|
61
61
|
}, null, 2)
|
|
62
|
-
], 8,
|
|
62
|
+
], 8, Vs);
|
|
63
63
|
}
|
|
64
|
-
const js = /* @__PURE__ */ v(
|
|
64
|
+
const js = /* @__PURE__ */ v(qs, [["render", Fs]]), Ve = {
|
|
65
65
|
xs: "d-avatar--xs",
|
|
66
66
|
sm: "d-avatar--sm",
|
|
67
67
|
md: "d-avatar--md",
|
|
@@ -80,7 +80,7 @@ const js = /* @__PURE__ */ v(Vs, [["render", Fs]]), qe = {
|
|
|
80
80
|
AWAY: "away",
|
|
81
81
|
OFFLINE: "offline",
|
|
82
82
|
ACTIVE: "active"
|
|
83
|
-
},
|
|
83
|
+
}, Lr = {
|
|
84
84
|
xs: void 0,
|
|
85
85
|
sm: "200",
|
|
86
86
|
md: "300",
|
|
@@ -144,7 +144,7 @@ const Us = {
|
|
|
144
144
|
size: {
|
|
145
145
|
type: String,
|
|
146
146
|
default: "md",
|
|
147
|
-
validator: (e) => Object.keys(
|
|
147
|
+
validator: (e) => Object.keys(Ve).includes(e)
|
|
148
148
|
},
|
|
149
149
|
/**
|
|
150
150
|
* Used to customize the avatar container
|
|
@@ -221,7 +221,7 @@ const Us = {
|
|
|
221
221
|
return {
|
|
222
222
|
// initials, image or icon
|
|
223
223
|
kind: null,
|
|
224
|
-
AVATAR_SIZE_MODIFIERS:
|
|
224
|
+
AVATAR_SIZE_MODIFIERS: Ve,
|
|
225
225
|
AVATAR_KIND_MODIFIERS: At,
|
|
226
226
|
AVATAR_PRESENCE_SIZE_MODIFIERS: Ks,
|
|
227
227
|
imageLoadedSuccessfully: null,
|
|
@@ -234,7 +234,7 @@ const Us = {
|
|
|
234
234
|
avatarClasses() {
|
|
235
235
|
return [
|
|
236
236
|
"d-avatar",
|
|
237
|
-
|
|
237
|
+
Ve[this.validatedSize],
|
|
238
238
|
this.avatarClass,
|
|
239
239
|
{
|
|
240
240
|
"d-avatar--group": this.showGroup,
|
|
@@ -321,7 +321,7 @@ const Us = {
|
|
|
321
321
|
return ((s = e == null ? void 0 : e.tagName) == null ? void 0 : s.toUpperCase()) === "IMG";
|
|
322
322
|
},
|
|
323
323
|
getColor() {
|
|
324
|
-
return this.color ??
|
|
324
|
+
return this.color ?? Es(Gs, this.seed);
|
|
325
325
|
},
|
|
326
326
|
validateImageAttrsPresence() {
|
|
327
327
|
const e = !this.$refs.canvas.children[0].getAttribute("src"), s = this.$refs.canvas.children[0].getAttribute("alt") === null;
|
|
@@ -346,22 +346,22 @@ function Qs(e, s, t, l, n, i) {
|
|
|
346
346
|
const r = f("dt-icon"), h = f("dt-presence");
|
|
347
347
|
return a(), o("div", {
|
|
348
348
|
id: t.id,
|
|
349
|
-
class:
|
|
349
|
+
class: y(i.avatarClasses),
|
|
350
350
|
"data-qa": "dt-avatar"
|
|
351
351
|
}, [
|
|
352
352
|
_("div", {
|
|
353
353
|
ref: "canvas",
|
|
354
|
-
class:
|
|
354
|
+
class: y([t.canvasClass, "d-avatar__canvas"])
|
|
355
355
|
}, [
|
|
356
356
|
i.showDefaultSlot ? d(e.$slots, "default", { key: 0 }) : g("", !0),
|
|
357
357
|
i.showInitials ? (a(), o("span", {
|
|
358
358
|
key: 1,
|
|
359
|
-
class:
|
|
359
|
+
class: y(["d-ps-absolute d-zi-base", n.AVATAR_KIND_MODIFIERS.initials])
|
|
360
360
|
}, C(n.formattedInitials), 3)) : g("", !0)
|
|
361
361
|
], 2),
|
|
362
362
|
t.overlayIcon || t.overlayText ? (a(), o("div", {
|
|
363
363
|
key: 0,
|
|
364
|
-
class:
|
|
364
|
+
class: y(i.overlayClasses)
|
|
365
365
|
}, [
|
|
366
366
|
t.overlayIcon ? (a(), S(r, {
|
|
367
367
|
key: 0,
|
|
@@ -520,7 +520,7 @@ const it = /* @__PURE__ */ v(Us, [["render", Qs]]), xt = {
|
|
|
520
520
|
function ii(e, s, t, l, n, i) {
|
|
521
521
|
const r = f("dt-icon");
|
|
522
522
|
return a(), o("span", {
|
|
523
|
-
class:
|
|
523
|
+
class: y([
|
|
524
524
|
"d-badge",
|
|
525
525
|
n.BADGE_TYPE_MODIFIERS[t.type],
|
|
526
526
|
n.BADGE_KIND_MODIFIERS[t.kind],
|
|
@@ -892,12 +892,12 @@ const lt = /* @__PURE__ */ v(pi, [["render", _i]]), bi = {
|
|
|
892
892
|
function vi(e, s, t, l, n, i) {
|
|
893
893
|
const r = f("dt-notice-icon"), h = f("dt-notice-content"), u = f("dt-notice-action");
|
|
894
894
|
return a(), o("aside", {
|
|
895
|
-
class:
|
|
896
|
-
style:
|
|
897
|
-
onKeydown: s[1] || (s[1] = Y((...
|
|
895
|
+
class: y(i.bannerClass),
|
|
896
|
+
style: se(i.bannerBackgroundImage),
|
|
897
|
+
onKeydown: s[1] || (s[1] = Y((...b) => i.trapFocus && i.trapFocus(...b), ["tab"]))
|
|
898
898
|
}, [
|
|
899
899
|
_("div", {
|
|
900
|
-
class:
|
|
900
|
+
class: y(["d-banner__dialog", t.dialogClass]),
|
|
901
901
|
role: i.role,
|
|
902
902
|
"aria-labelledby": t.titleId,
|
|
903
903
|
"aria-describedby": t.contentId
|
|
@@ -929,7 +929,7 @@ function vi(e, s, t, l, n, i) {
|
|
|
929
929
|
"close-button-props": t.closeButtonProps,
|
|
930
930
|
"visually-hidden-close": e.visuallyHiddenClose,
|
|
931
931
|
"visually-hidden-close-label": e.visuallyHiddenCloseLabel,
|
|
932
|
-
onClose: s[0] || (s[0] = (
|
|
932
|
+
onClose: s[0] || (s[0] = (b) => e.$emit("close"))
|
|
933
933
|
}, {
|
|
934
934
|
default: c(() => [
|
|
935
935
|
d(e.$slots, "action")
|
|
@@ -939,7 +939,7 @@ function vi(e, s, t, l, n, i) {
|
|
|
939
939
|
], 10, yi)
|
|
940
940
|
], 38);
|
|
941
941
|
}
|
|
942
|
-
const
|
|
942
|
+
const Or = /* @__PURE__ */ v(bi, [["render", vi]]), Si = "d-breadcrumbs__item--selected", Ii = "d-breadcrumbs--inverted", Ci = {
|
|
943
943
|
name: "DtLink",
|
|
944
944
|
props: {
|
|
945
945
|
/**
|
|
@@ -950,7 +950,7 @@ const Er = /* @__PURE__ */ v(bi, [["render", vi]]), Si = "d-breadcrumbs__item--s
|
|
|
950
950
|
type: String,
|
|
951
951
|
default: "",
|
|
952
952
|
validator(e) {
|
|
953
|
-
return
|
|
953
|
+
return Ts.includes(e);
|
|
954
954
|
}
|
|
955
955
|
}
|
|
956
956
|
},
|
|
@@ -962,7 +962,7 @@ const Er = /* @__PURE__ */ v(bi, [["render", vi]]), Si = "d-breadcrumbs__item--s
|
|
|
962
962
|
};
|
|
963
963
|
function wi(e, s, t, l, n, i) {
|
|
964
964
|
return a(), o("a", {
|
|
965
|
-
class:
|
|
965
|
+
class: y([
|
|
966
966
|
"d-link",
|
|
967
967
|
n.LINK_KIND_MODIFIERS[t.kind]
|
|
968
968
|
]),
|
|
@@ -1018,7 +1018,7 @@ function Oi(e, s, t, l, n, i) {
|
|
|
1018
1018
|
const r = f("dt-link");
|
|
1019
1019
|
return a(), o("li", {
|
|
1020
1020
|
"data-qa": "dt-breadcrumb-item",
|
|
1021
|
-
class:
|
|
1021
|
+
class: y([
|
|
1022
1022
|
"d-breadcrumbs__item",
|
|
1023
1023
|
{ [n.BREADCRUMB_ITEM_SELECTED_MODIFIER]: t.selected }
|
|
1024
1024
|
])
|
|
@@ -1037,10 +1037,10 @@ function Oi(e, s, t, l, n, i) {
|
|
|
1037
1037
|
}, 16, ["kind", "aria-current"])
|
|
1038
1038
|
], 2);
|
|
1039
1039
|
}
|
|
1040
|
-
const
|
|
1040
|
+
const Ei = /* @__PURE__ */ v(Li, [["render", Oi]]), Ti = {
|
|
1041
1041
|
name: "DtBreadcrumbs",
|
|
1042
1042
|
components: {
|
|
1043
|
-
DtBreadcrumbItem:
|
|
1043
|
+
DtBreadcrumbItem: Ei
|
|
1044
1044
|
},
|
|
1045
1045
|
props: {
|
|
1046
1046
|
/**
|
|
@@ -1085,7 +1085,7 @@ function Di(e, s, t, l, n, i) {
|
|
|
1085
1085
|
return a(), o("nav", {
|
|
1086
1086
|
"aria-label": t.ariaLabel,
|
|
1087
1087
|
"data-qa": "dt-breadcrumbs",
|
|
1088
|
-
class:
|
|
1088
|
+
class: y([
|
|
1089
1089
|
"d-breadcrumbs",
|
|
1090
1090
|
{ [n.BREADCRUMBS_INVERTED_MODIFIER]: t.inverted }
|
|
1091
1091
|
])
|
|
@@ -1100,7 +1100,7 @@ function Di(e, s, t, l, n, i) {
|
|
|
1100
1100
|
])
|
|
1101
1101
|
], 10, Ai);
|
|
1102
1102
|
}
|
|
1103
|
-
const
|
|
1103
|
+
const Er = /* @__PURE__ */ v(Ti, [["render", Di]]), $t = {
|
|
1104
1104
|
start: "d-btn-group--start",
|
|
1105
1105
|
end: "d-btn-group--end",
|
|
1106
1106
|
"space-between": "d-btn-group--space-between"
|
|
@@ -1124,7 +1124,7 @@ const Ar = /* @__PURE__ */ v(Ei, [["render", Di]]), $t = {
|
|
|
1124
1124
|
};
|
|
1125
1125
|
function xi(e, s, t, l, n, i) {
|
|
1126
1126
|
return a(), o("div", {
|
|
1127
|
-
class:
|
|
1127
|
+
class: y([
|
|
1128
1128
|
"d-btn-group",
|
|
1129
1129
|
n.BUTTON_GROUP_ALIGNMENT[t.alignment]
|
|
1130
1130
|
]),
|
|
@@ -1133,7 +1133,7 @@ function xi(e, s, t, l, n, i) {
|
|
|
1133
1133
|
d(e.$slots, "default")
|
|
1134
1134
|
], 2);
|
|
1135
1135
|
}
|
|
1136
|
-
const
|
|
1136
|
+
const Tr = /* @__PURE__ */ v(Ri, [["render", xi]]), Bi = {
|
|
1137
1137
|
name: "DtCard",
|
|
1138
1138
|
props: {
|
|
1139
1139
|
/**
|
|
@@ -1181,7 +1181,7 @@ const Dr = /* @__PURE__ */ v(Ri, [["render", xi]]), Bi = {
|
|
|
1181
1181
|
};
|
|
1182
1182
|
function Pi(e, s, t, l, n, i) {
|
|
1183
1183
|
return a(), o("div", {
|
|
1184
|
-
class:
|
|
1184
|
+
class: y([
|
|
1185
1185
|
"d-card",
|
|
1186
1186
|
t.containerClass
|
|
1187
1187
|
]),
|
|
@@ -1189,7 +1189,7 @@ function Pi(e, s, t, l, n, i) {
|
|
|
1189
1189
|
}, [
|
|
1190
1190
|
n.hasSlotContent(e.$slots.header) ? (a(), o("div", {
|
|
1191
1191
|
key: 0,
|
|
1192
|
-
class:
|
|
1192
|
+
class: y([
|
|
1193
1193
|
"d-card__header",
|
|
1194
1194
|
t.headerClass
|
|
1195
1195
|
])
|
|
@@ -1197,17 +1197,17 @@ function Pi(e, s, t, l, n, i) {
|
|
|
1197
1197
|
d(e.$slots, "header")
|
|
1198
1198
|
], 2)) : g("", !0),
|
|
1199
1199
|
_("div", {
|
|
1200
|
-
class:
|
|
1200
|
+
class: y([
|
|
1201
1201
|
"d-card__content",
|
|
1202
1202
|
t.contentClass
|
|
1203
1203
|
]),
|
|
1204
|
-
style:
|
|
1204
|
+
style: se({ "max-height": t.maxHeight })
|
|
1205
1205
|
}, [
|
|
1206
1206
|
d(e.$slots, "content")
|
|
1207
1207
|
], 6),
|
|
1208
1208
|
n.hasSlotContent(e.$slots.footer) ? (a(), o("div", {
|
|
1209
1209
|
key: 1,
|
|
1210
|
-
class:
|
|
1210
|
+
class: y([
|
|
1211
1211
|
"d-card__footer",
|
|
1212
1212
|
t.footerClass
|
|
1213
1213
|
])
|
|
@@ -1233,7 +1233,7 @@ function Mi(e, s, t, l, n, i) {
|
|
|
1233
1233
|
`)
|
|
1234
1234
|
]);
|
|
1235
1235
|
}
|
|
1236
|
-
const
|
|
1236
|
+
const Ar = /* @__PURE__ */ v(Ni, [["render", Mi]]), qi = {
|
|
1237
1237
|
methods: {
|
|
1238
1238
|
/**
|
|
1239
1239
|
* Scroll an element into view if it is not fully visible in its nearest scrollable ancestor.
|
|
@@ -1260,14 +1260,14 @@ const Rr = /* @__PURE__ */ v(Ni, [["render", Mi]]), Vi = {
|
|
|
1260
1260
|
scrollIntoView(e, s, t, l, n) {
|
|
1261
1261
|
if (!e || !e.parentElement)
|
|
1262
1262
|
return;
|
|
1263
|
-
const i = e.offsetTop, r = n || e.parentElement, h = this._getScrollBounds(r), u = h.bottom - h.top,
|
|
1263
|
+
const i = e.offsetTop, r = n || e.parentElement, h = this._getScrollBounds(r), u = h.bottom - h.top, b = this._getElementHeight(e), w = i + b;
|
|
1264
1264
|
let m = -1;
|
|
1265
1265
|
switch (s) {
|
|
1266
1266
|
case "top":
|
|
1267
1267
|
m = i;
|
|
1268
1268
|
break;
|
|
1269
1269
|
case "center":
|
|
1270
|
-
m = i + (
|
|
1270
|
+
m = i + (b - u) / 2;
|
|
1271
1271
|
break;
|
|
1272
1272
|
case "bottom":
|
|
1273
1273
|
m = m = w - u;
|
|
@@ -1305,7 +1305,7 @@ const Rr = /* @__PURE__ */ v(Ni, [["render", Mi]]), Vi = {
|
|
|
1305
1305
|
return s <= t.bottom + 3 * l / 4 && e >= t.top - l / 4;
|
|
1306
1306
|
}
|
|
1307
1307
|
}
|
|
1308
|
-
},
|
|
1308
|
+
}, Vi = "listElementKey is required or the referenced element doesn't exist. Received listElement: ", Jt = ({
|
|
1309
1309
|
// Role of the list items in the component. This is used to identify the list items
|
|
1310
1310
|
// so you must update this if the role of your list items is anything other than 'option'
|
|
1311
1311
|
listItemRole: e = "option",
|
|
@@ -1326,16 +1326,16 @@ const Rr = /* @__PURE__ */ v(Ni, [["render", Mi]]), Vi = {
|
|
|
1326
1326
|
// Optional, method to call when the highlightIndex goes past the end of the list.
|
|
1327
1327
|
endOfListMethod: u = null,
|
|
1328
1328
|
// Scroll the active element into view when highlighted by a keyboard event.
|
|
1329
|
-
scrollToOnHighlight:
|
|
1329
|
+
scrollToOnHighlight: b = !0,
|
|
1330
1330
|
// Focus the active element on keyboard navigation.
|
|
1331
1331
|
focusOnKeyboardNavigation: w = !1
|
|
1332
1332
|
} = {}) => ({
|
|
1333
|
-
mixins: [
|
|
1333
|
+
mixins: [qi],
|
|
1334
1334
|
data() {
|
|
1335
1335
|
return {
|
|
1336
1336
|
[s]: -1,
|
|
1337
1337
|
[t]: "",
|
|
1338
|
-
scrollToOnHighlight:
|
|
1338
|
+
scrollToOnHighlight: b,
|
|
1339
1339
|
focusOnKeyboardNavigation: w
|
|
1340
1340
|
};
|
|
1341
1341
|
},
|
|
@@ -1361,7 +1361,7 @@ const Rr = /* @__PURE__ */ v(Ni, [["render", Mi]]), Vi = {
|
|
|
1361
1361
|
// Gets all the list item nodes within the list element
|
|
1362
1362
|
_getListItemNodes() {
|
|
1363
1363
|
const m = this._getListElement();
|
|
1364
|
-
return m ? Array.from(m.querySelectorAll(`[role="${e}"], #sr-only-close-button`)) : (console.error(
|
|
1364
|
+
return m ? Array.from(m.querySelectorAll(`[role="${e}"], #sr-only-close-button`)) : (console.error(Vi, m), null);
|
|
1365
1365
|
},
|
|
1366
1366
|
onUpKey() {
|
|
1367
1367
|
i && this[i](!0), this[s] > 0 ? this.setHighlightIndex(this[s] - 1) : h && this[h](), this.scrollActiveItemIntoViewIfNeeded(), this.focusActiveItemIfNeeded();
|
|
@@ -1376,10 +1376,10 @@ const Rr = /* @__PURE__ */ v(Ni, [["render", Mi]]), Vi = {
|
|
|
1376
1376
|
this.jumpToEnd(), this.scrollActiveItemIntoViewIfNeeded(), this.focusActiveItemIfNeeded();
|
|
1377
1377
|
},
|
|
1378
1378
|
onNavigationKey(m) {
|
|
1379
|
-
const
|
|
1379
|
+
const E = this._getListItemNodes(), P = E.filter((fe) => fe.textContent.trim().toLowerCase().startsWith(m.toLowerCase()));
|
|
1380
1380
|
if (P.length <= 0)
|
|
1381
1381
|
return;
|
|
1382
|
-
const de = P.findIndex((fe) => this[s] ===
|
|
1382
|
+
const de = P.findIndex((fe) => this[s] === E.indexOf(fe)), he = E.indexOf(
|
|
1383
1383
|
de < P.length - 1 ? P[de + 1] : P[0]
|
|
1384
1384
|
);
|
|
1385
1385
|
this.setHighlightIndex(he), this.scrollActiveItemIntoViewIfNeeded(), this.focusActiveItemIfNeeded();
|
|
@@ -1400,22 +1400,22 @@ const Rr = /* @__PURE__ */ v(Ni, [["render", Mi]]), Vi = {
|
|
|
1400
1400
|
this[t] = m, this[s] = this._getItemIndex(m), this._itemsLength() && r && this[r](this._getItemIndex(m));
|
|
1401
1401
|
},
|
|
1402
1402
|
_getItemIndex(m) {
|
|
1403
|
-
const
|
|
1404
|
-
return
|
|
1403
|
+
const E = this._getListElement();
|
|
1404
|
+
return E ? Array.from(E.querySelectorAll(`[role="${e}"], #sr-only-close-button`)).indexOf(E.querySelector(`#${m}`)) : void 0;
|
|
1405
1405
|
},
|
|
1406
1406
|
_getItemId(m) {
|
|
1407
1407
|
var P;
|
|
1408
|
-
const
|
|
1409
|
-
if (
|
|
1410
|
-
return (P =
|
|
1408
|
+
const E = this._getListElement();
|
|
1409
|
+
if (E)
|
|
1410
|
+
return (P = E.querySelectorAll(`[role="${e}"], #sr-only-close-button`)[m]) == null ? void 0 : P.id;
|
|
1411
1411
|
},
|
|
1412
1412
|
scrollActiveItemIntoViewIfNeeded() {
|
|
1413
1413
|
if (!this.scrollToOnHighlight)
|
|
1414
1414
|
return;
|
|
1415
1415
|
const m = this[n];
|
|
1416
1416
|
if (m) {
|
|
1417
|
-
const
|
|
1418
|
-
this.scrollElementIntoViewIfNeeded(m, null, null,
|
|
1417
|
+
const E = this._getListElement();
|
|
1418
|
+
this.scrollElementIntoViewIfNeeded(m, null, null, E);
|
|
1419
1419
|
}
|
|
1420
1420
|
},
|
|
1421
1421
|
focusActiveItemIfNeeded() {
|
|
@@ -1472,7 +1472,7 @@ function Zi(e, s, t, l, n, i) {
|
|
|
1472
1472
|
n.hasSlotContent(e.$slots.subtitle) ? (a(), o("div", {
|
|
1473
1473
|
key: 1,
|
|
1474
1474
|
"data-qa": "dt-default-list-item-subtitle-wrapper",
|
|
1475
|
-
class:
|
|
1475
|
+
class: y(["dt-default-list-item--subtitle", { "d-mtn2": e.$slots.default }])
|
|
1476
1476
|
}, [
|
|
1477
1477
|
d(e.$slots, "subtitle")
|
|
1478
1478
|
], 2)) : g("", !0),
|
|
@@ -1640,7 +1640,7 @@ const Yi = {
|
|
|
1640
1640
|
};
|
|
1641
1641
|
function Qi(e, s, t, l, n, i) {
|
|
1642
1642
|
const r = f("dt-icon");
|
|
1643
|
-
return a(), S(
|
|
1643
|
+
return a(), S(ie(t.elementType), I({
|
|
1644
1644
|
id: t.id,
|
|
1645
1645
|
class: ["dt-list-item", {
|
|
1646
1646
|
"dt-list-item--focusable": i.isFocusable,
|
|
@@ -1652,7 +1652,7 @@ function Qi(e, s, t, l, n, i) {
|
|
|
1652
1652
|
"aria-selected": i.isHighlighted
|
|
1653
1653
|
}, z(i.listItemListeners)), {
|
|
1654
1654
|
default: c(() => [
|
|
1655
|
-
i.listItemType ? (a(), S(
|
|
1655
|
+
i.listItemType ? (a(), S(ie(i.listItemType), { key: 0 }, ke({ _: 2 }, [
|
|
1656
1656
|
X(e.$slots, (h, u) => ({
|
|
1657
1657
|
name: u,
|
|
1658
1658
|
fn: c(() => [
|
|
@@ -1734,7 +1734,7 @@ function nn(e, s, t, l, n, i) {
|
|
|
1734
1734
|
role: "option",
|
|
1735
1735
|
"navigation-type": "none",
|
|
1736
1736
|
type: "custom",
|
|
1737
|
-
class:
|
|
1737
|
+
class: y(["dt-empty-list-item", t.itemClass])
|
|
1738
1738
|
}, {
|
|
1739
1739
|
default: c(() => [
|
|
1740
1740
|
_("span", null, C(t.message), 1)
|
|
@@ -2187,7 +2187,7 @@ function cn(e, s, t, l, n, i) {
|
|
|
2187
2187
|
onAfterLeave: i.afterLeave
|
|
2188
2188
|
}), {
|
|
2189
2189
|
default: c(() => [
|
|
2190
|
-
Se((a(), S(
|
|
2190
|
+
Se((a(), S(ie(t.elementType), Le(Ue(e.$attrs)), {
|
|
2191
2191
|
default: c(() => [
|
|
2192
2192
|
n.initialized ? d(e.$slots, "default", { key: 0 }) : g("", !0)
|
|
2193
2193
|
]),
|
|
@@ -2354,12 +2354,12 @@ const un = /* @__PURE__ */ v(dn, [["render", cn]]), hn = {
|
|
|
2354
2354
|
}, fn = ["id"], mn = ["title"];
|
|
2355
2355
|
function pn(e, s, t, l, n, i) {
|
|
2356
2356
|
const r = f("dt-icon"), h = f("dt-button"), u = f("dt-collapsible-lazy-show");
|
|
2357
|
-
return a(), S(
|
|
2357
|
+
return a(), S(ie(t.elementType), I({ ref: "collapsible" }, z(i.collapsibleListeners)), {
|
|
2358
2358
|
default: c(() => [
|
|
2359
2359
|
_("div", {
|
|
2360
2360
|
id: !t.ariaLabelledBy && i.labelledBy,
|
|
2361
2361
|
ref: "anchor",
|
|
2362
|
-
class:
|
|
2362
|
+
class: y([
|
|
2363
2363
|
"d-dt-collapsibe__anchor",
|
|
2364
2364
|
t.anchorClass
|
|
2365
2365
|
])
|
|
@@ -2376,7 +2376,7 @@ function pn(e, s, t, l, n, i) {
|
|
|
2376
2376
|
kind: "muted",
|
|
2377
2377
|
"aria-controls": t.id,
|
|
2378
2378
|
"aria-expanded": `${n.isOpen}`,
|
|
2379
|
-
style:
|
|
2379
|
+
style: se({
|
|
2380
2380
|
width: t.maxWidth
|
|
2381
2381
|
}),
|
|
2382
2382
|
onClick: i.defaultToggleOpen
|
|
@@ -2426,7 +2426,7 @@ function pn(e, s, t, l, n, i) {
|
|
|
2426
2426
|
_: 3
|
|
2427
2427
|
}, 16);
|
|
2428
2428
|
}
|
|
2429
|
-
const
|
|
2429
|
+
const Dr = /* @__PURE__ */ v(hn, [["render", pn]]), ve = {
|
|
2430
2430
|
none: void 0,
|
|
2431
2431
|
small: "d-py0",
|
|
2432
2432
|
large: "d-py4"
|
|
@@ -2660,25 +2660,25 @@ const gn = {
|
|
|
2660
2660
|
},
|
|
2661
2661
|
keydown: (e) => {
|
|
2662
2662
|
switch (e.code) {
|
|
2663
|
-
case
|
|
2664
|
-
case
|
|
2663
|
+
case q.up:
|
|
2664
|
+
case q.arrowup:
|
|
2665
2665
|
this.onUpKeyPress(e), e.stopPropagation(), e.preventDefault();
|
|
2666
2666
|
break;
|
|
2667
|
-
case
|
|
2668
|
-
case
|
|
2667
|
+
case q.down:
|
|
2668
|
+
case q.arrowdown:
|
|
2669
2669
|
this.onDownKeyPress(e), e.stopPropagation(), e.preventDefault();
|
|
2670
2670
|
break;
|
|
2671
|
-
case
|
|
2672
|
-
case
|
|
2671
|
+
case q.space:
|
|
2672
|
+
case q.spacebar:
|
|
2673
2673
|
this.onSpaceKey();
|
|
2674
2674
|
break;
|
|
2675
|
-
case
|
|
2675
|
+
case q.enter:
|
|
2676
2676
|
this.onEnterKey();
|
|
2677
2677
|
break;
|
|
2678
|
-
case
|
|
2678
|
+
case q.home:
|
|
2679
2679
|
this.onHomeKeyPress(e), e.stopPropagation(), e.preventDefault();
|
|
2680
2680
|
break;
|
|
2681
|
-
case
|
|
2681
|
+
case q.end:
|
|
2682
2682
|
this.onEndKeyPress(e), e.stopPropagation(), e.preventDefault();
|
|
2683
2683
|
break;
|
|
2684
2684
|
default:
|
|
@@ -2797,10 +2797,10 @@ function bn(e, s, t, l, n, i) {
|
|
|
2797
2797
|
_("ul", {
|
|
2798
2798
|
id: t.listId,
|
|
2799
2799
|
ref: "listWrapper",
|
|
2800
|
-
class:
|
|
2800
|
+
class: y(i.listClasses),
|
|
2801
2801
|
"data-qa": "dt-dropdown-list-wrapper",
|
|
2802
|
-
onMouseleave: s[0] || (s[0] = (...
|
|
2803
|
-
onMousemoveCapture: s[1] || (s[1] = (...
|
|
2802
|
+
onMouseleave: s[0] || (s[0] = (...b) => i.clearHighlightIndex && i.clearHighlightIndex(...b)),
|
|
2803
|
+
onMousemoveCapture: s[1] || (s[1] = (...b) => i.onMouseHighlight && i.onMouseHighlight(...b))
|
|
2804
2804
|
}, [
|
|
2805
2805
|
d(e.$slots, "list", { close: u }),
|
|
2806
2806
|
e.showVisuallyHiddenClose ? (a(), S(r, {
|
|
@@ -2824,7 +2824,7 @@ const vn = {
|
|
|
2824
2824
|
function In(e, s, t, l, n, i) {
|
|
2825
2825
|
return a(), o("li", Sn);
|
|
2826
2826
|
}
|
|
2827
|
-
const
|
|
2827
|
+
const Rr = /* @__PURE__ */ v(vn, [["render", In]]), Cn = {
|
|
2828
2828
|
name: "DtImageViewer",
|
|
2829
2829
|
components: {
|
|
2830
2830
|
DtButton: K,
|
|
@@ -2908,11 +2908,11 @@ const Br = /* @__PURE__ */ v(vn, [["render", In]]), Cn = {
|
|
|
2908
2908
|
},
|
|
2909
2909
|
keydown: (e) => {
|
|
2910
2910
|
switch (e.code) {
|
|
2911
|
-
case
|
|
2912
|
-
case
|
|
2911
|
+
case q.esc:
|
|
2912
|
+
case q.escape:
|
|
2913
2913
|
this.close();
|
|
2914
2914
|
break;
|
|
2915
|
-
case
|
|
2915
|
+
case q.tab:
|
|
2916
2916
|
this.trapFocus(e);
|
|
2917
2917
|
break;
|
|
2918
2918
|
}
|
|
@@ -2958,7 +2958,7 @@ const Br = /* @__PURE__ */ v(vn, [["render", In]]), Cn = {
|
|
|
2958
2958
|
role: "dialog",
|
|
2959
2959
|
"aria-modal": "true"
|
|
2960
2960
|
}, On = ["src", "alt"];
|
|
2961
|
-
function
|
|
2961
|
+
function En(e, s, t, l, n, i) {
|
|
2962
2962
|
const r = f("dt-button"), h = f("dt-icon");
|
|
2963
2963
|
return a(), o("div", null, [
|
|
2964
2964
|
p(r, {
|
|
@@ -2970,7 +2970,7 @@ function Tn(e, s, t, l, n, i) {
|
|
|
2970
2970
|
}, {
|
|
2971
2971
|
default: c(() => [
|
|
2972
2972
|
_("img", {
|
|
2973
|
-
class:
|
|
2973
|
+
class: y(t.imageButtonClass),
|
|
2974
2974
|
src: t.imageSrc,
|
|
2975
2975
|
alt: t.imageAlt
|
|
2976
2976
|
}, null, 10, wn)
|
|
@@ -3027,7 +3027,7 @@ function Tn(e, s, t, l, n, i) {
|
|
|
3027
3027
|
])) : g("", !0)
|
|
3028
3028
|
]);
|
|
3029
3029
|
}
|
|
3030
|
-
const
|
|
3030
|
+
const xr = /* @__PURE__ */ v(Cn, [["render", En]]), Tn = {
|
|
3031
3031
|
components: { DtValidationMessages: pe },
|
|
3032
3032
|
// provide data to slotted components
|
|
3033
3033
|
provide() {
|
|
@@ -3130,7 +3130,7 @@ const Pr = /* @__PURE__ */ v(Cn, [["render", Tn]]), En = {
|
|
|
3130
3130
|
"input"
|
|
3131
3131
|
],
|
|
3132
3132
|
data() {
|
|
3133
|
-
const e =
|
|
3133
|
+
const e = Tt(this.messages);
|
|
3134
3134
|
return {
|
|
3135
3135
|
// wrap values in object to make reactive
|
|
3136
3136
|
provideObj: {
|
|
@@ -3142,7 +3142,7 @@ const Pr = /* @__PURE__ */ v(Cn, [["render", Tn]]), En = {
|
|
|
3142
3142
|
},
|
|
3143
3143
|
computed: {
|
|
3144
3144
|
formattedMessages() {
|
|
3145
|
-
return
|
|
3145
|
+
return Tt(this.messages);
|
|
3146
3146
|
},
|
|
3147
3147
|
validationState() {
|
|
3148
3148
|
return Ke(this.formattedMessages);
|
|
@@ -3171,7 +3171,7 @@ const Pr = /* @__PURE__ */ v(Cn, [["render", Tn]]), En = {
|
|
|
3171
3171
|
}, An = {
|
|
3172
3172
|
name: "DtInputGroup",
|
|
3173
3173
|
components: { DtValidationMessages: pe },
|
|
3174
|
-
mixins: [
|
|
3174
|
+
mixins: [Tn],
|
|
3175
3175
|
props: {
|
|
3176
3176
|
/**
|
|
3177
3177
|
* A data qa tag for the input group
|
|
@@ -3249,7 +3249,7 @@ const is = /* @__PURE__ */ v(An, [["render", xn]]), zt = {
|
|
|
3249
3249
|
}, Mt = {
|
|
3250
3250
|
default: "",
|
|
3251
3251
|
full: "d-modal--full"
|
|
3252
|
-
},
|
|
3252
|
+
}, qt = {
|
|
3253
3253
|
error: "d-modal__banner--critical",
|
|
3254
3254
|
info: "d-modal__banner--info",
|
|
3255
3255
|
success: "d-modal__banner--success",
|
|
@@ -3370,7 +3370,7 @@ const is = /* @__PURE__ */ v(An, [["render", xn]]), zt = {
|
|
|
3370
3370
|
function Pn(e, s, t, l, n, i) {
|
|
3371
3371
|
const r = f("dt-notice-icon"), h = f("dt-notice-content"), u = f("dt-notice-action");
|
|
3372
3372
|
return a(), o("aside", {
|
|
3373
|
-
class:
|
|
3373
|
+
class: y(i.noticeClass),
|
|
3374
3374
|
"data-qa": "notice"
|
|
3375
3375
|
}, [
|
|
3376
3376
|
p(r, { kind: t.kind }, {
|
|
@@ -3398,7 +3398,7 @@ function Pn(e, s, t, l, n, i) {
|
|
|
3398
3398
|
"close-button-props": t.closeButtonProps,
|
|
3399
3399
|
"visually-hidden-close": e.visuallyHiddenClose,
|
|
3400
3400
|
"visually-hidden-close-label": e.visuallyHiddenCloseLabel,
|
|
3401
|
-
onClose: s[0] || (s[0] = (
|
|
3401
|
+
onClose: s[0] || (s[0] = (b) => e.$emit("close"))
|
|
3402
3402
|
}, {
|
|
3403
3403
|
default: c(() => [
|
|
3404
3404
|
d(e.$slots, "action")
|
|
@@ -3407,7 +3407,7 @@ function Pn(e, s, t, l, n, i) {
|
|
|
3407
3407
|
}, 8, ["hide-close", "close-button-props", "visually-hidden-close", "visually-hidden-close-label"])
|
|
3408
3408
|
], 2);
|
|
3409
3409
|
}
|
|
3410
|
-
const
|
|
3410
|
+
const Br = /* @__PURE__ */ v(Bn, [["render", Pn]]), $n = {
|
|
3411
3411
|
name: "DtModal",
|
|
3412
3412
|
components: {
|
|
3413
3413
|
DtLazyShow: We,
|
|
@@ -3592,8 +3592,8 @@ const $r = /* @__PURE__ */ v(Bn, [["render", Pn]]), $n = {
|
|
|
3592
3592
|
return {
|
|
3593
3593
|
MODAL_KIND_MODIFIERS: zt,
|
|
3594
3594
|
MODAL_SIZE_MODIFIERS: Mt,
|
|
3595
|
-
MODAL_BANNER_KINDS:
|
|
3596
|
-
EVENT_KEYNAMES:
|
|
3595
|
+
MODAL_BANNER_KINDS: qt,
|
|
3596
|
+
EVENT_KEYNAMES: q,
|
|
3597
3597
|
hasSlotContent: M
|
|
3598
3598
|
};
|
|
3599
3599
|
},
|
|
@@ -3605,11 +3605,11 @@ const $r = /* @__PURE__ */ v(Bn, [["render", Pn]]), $n = {
|
|
|
3605
3605
|
},
|
|
3606
3606
|
keydown: (e) => {
|
|
3607
3607
|
switch (e.code) {
|
|
3608
|
-
case
|
|
3609
|
-
case
|
|
3608
|
+
case q.esc:
|
|
3609
|
+
case q.escape:
|
|
3610
3610
|
this.close();
|
|
3611
3611
|
break;
|
|
3612
|
-
case
|
|
3612
|
+
case q.tab:
|
|
3613
3613
|
this.trapFocus(e);
|
|
3614
3614
|
break;
|
|
3615
3615
|
}
|
|
@@ -3627,7 +3627,7 @@ const $r = /* @__PURE__ */ v(Bn, [["render", Pn]]), $n = {
|
|
|
3627
3627
|
return !!this.$slots.footer;
|
|
3628
3628
|
},
|
|
3629
3629
|
bannerKindClass() {
|
|
3630
|
-
return
|
|
3630
|
+
return qt[this.bannerKind];
|
|
3631
3631
|
}
|
|
3632
3632
|
},
|
|
3633
3633
|
watch: {
|
|
@@ -3661,13 +3661,13 @@ const $r = /* @__PURE__ */ v(Bn, [["render", Pn]]), $n = {
|
|
|
3661
3661
|
need to be set so the component always includes a close button`);
|
|
3662
3662
|
}
|
|
3663
3663
|
}
|
|
3664
|
-
}, Nn = ["aria-describedby", "aria-labelledby"], zn = ["id"], Mn = ["id"],
|
|
3664
|
+
}, Nn = ["aria-describedby", "aria-labelledby"], zn = ["id"], Mn = ["id"], qn = {
|
|
3665
3665
|
key: 4,
|
|
3666
3666
|
class: "d-modal__footer"
|
|
3667
3667
|
};
|
|
3668
|
-
function
|
|
3669
|
-
const r = f("dt-icon"), h = f("dt-button"), u = f("sr-only-close-button"),
|
|
3670
|
-
return a(), S(
|
|
3668
|
+
function Vn(e, s, t, l, n, i) {
|
|
3669
|
+
const r = f("dt-icon"), h = f("dt-button"), u = f("sr-only-close-button"), b = f("dt-lazy-show");
|
|
3670
|
+
return a(), S(b, I({
|
|
3671
3671
|
transition: "d-zoom",
|
|
3672
3672
|
show: t.show,
|
|
3673
3673
|
class: [
|
|
@@ -3683,7 +3683,7 @@ function qn(e, s, t, l, n, i) {
|
|
|
3683
3683
|
t.show && (n.hasSlotContent(e.$slots.banner) || t.bannerTitle) ? (a(), o("div", {
|
|
3684
3684
|
key: 0,
|
|
3685
3685
|
"data-qa": "dt-modal-banner",
|
|
3686
|
-
class:
|
|
3686
|
+
class: y([
|
|
3687
3687
|
"d-modal__banner",
|
|
3688
3688
|
t.bannerClass,
|
|
3689
3689
|
i.bannerKindClass
|
|
@@ -3699,7 +3699,7 @@ function qn(e, s, t, l, n, i) {
|
|
|
3699
3699
|
}, {
|
|
3700
3700
|
default: c(() => [
|
|
3701
3701
|
Se(_("div", {
|
|
3702
|
-
class:
|
|
3702
|
+
class: y([
|
|
3703
3703
|
"d-modal__dialog",
|
|
3704
3704
|
{ "d-modal__dialog--scrollable": t.fixedHeaderFooter },
|
|
3705
3705
|
t.dialogClass
|
|
@@ -3724,7 +3724,7 @@ function qn(e, s, t, l, n, i) {
|
|
|
3724
3724
|
}, C(t.title), 9, Mn)),
|
|
3725
3725
|
n.hasSlotContent(e.$slots.default) ? (a(), o("div", {
|
|
3726
3726
|
key: 2,
|
|
3727
|
-
class:
|
|
3727
|
+
class: y([
|
|
3728
3728
|
"d-modal__content",
|
|
3729
3729
|
t.contentClass
|
|
3730
3730
|
]),
|
|
@@ -3733,13 +3733,13 @@ function qn(e, s, t, l, n, i) {
|
|
|
3733
3733
|
d(e.$slots, "default")
|
|
3734
3734
|
], 2)) : (a(), o("p", {
|
|
3735
3735
|
key: 3,
|
|
3736
|
-
class:
|
|
3736
|
+
class: y([
|
|
3737
3737
|
"d-modal__content",
|
|
3738
3738
|
t.contentClass
|
|
3739
3739
|
]),
|
|
3740
3740
|
"data-qa": "dt-modal-copy"
|
|
3741
3741
|
}, C(t.copy), 3)),
|
|
3742
|
-
i.hasFooterSlot ? (a(), o("footer",
|
|
3742
|
+
i.hasFooterSlot ? (a(), o("footer", qn, [
|
|
3743
3743
|
d(e.$slots, "footer")
|
|
3744
3744
|
])) : g("", !0),
|
|
3745
3745
|
t.hideClose ? g("", !0) : (a(), S(h, I({
|
|
@@ -3773,7 +3773,7 @@ function qn(e, s, t, l, n, i) {
|
|
|
3773
3773
|
_: 3
|
|
3774
3774
|
}, 16, ["show", "class", "aria-hidden"]);
|
|
3775
3775
|
}
|
|
3776
|
-
const
|
|
3776
|
+
const Pr = /* @__PURE__ */ v($n, [["render", Vn]]);
|
|
3777
3777
|
const Hn = {
|
|
3778
3778
|
name: "ListSection",
|
|
3779
3779
|
components: {
|
|
@@ -3857,7 +3857,7 @@ function Wn(e, s, t, l, n, i) {
|
|
|
3857
3857
|
role: "group",
|
|
3858
3858
|
"aria-labelledby": `${t.id}-list-section-header`,
|
|
3859
3859
|
tabindex: "-1",
|
|
3860
|
-
class:
|
|
3860
|
+
class: y([
|
|
3861
3861
|
"dt-list-section",
|
|
3862
3862
|
"d-fs-200",
|
|
3863
3863
|
"d-lh6",
|
|
@@ -3899,7 +3899,7 @@ function Wn(e, s, t, l, n, i) {
|
|
|
3899
3899
|
])
|
|
3900
3900
|
], 10, Fn);
|
|
3901
3901
|
}
|
|
3902
|
-
const
|
|
3902
|
+
const $r = /* @__PURE__ */ v(Hn, [["render", Wn]]), Zn = {
|
|
3903
3903
|
name: "DtListItemGroup",
|
|
3904
3904
|
props: {
|
|
3905
3905
|
/**
|
|
@@ -3937,7 +3937,7 @@ const zr = /* @__PURE__ */ v(Hn, [["render", Wn]]), Zn = {
|
|
|
3937
3937
|
function Xn(e, s, t, l, n, i) {
|
|
3938
3938
|
return a(), o("ul", {
|
|
3939
3939
|
id: t.id,
|
|
3940
|
-
class:
|
|
3940
|
+
class: y(["d-ps-relative", "d-px0", t.listClass]),
|
|
3941
3941
|
role: "group",
|
|
3942
3942
|
"data-qa": "dt-dropdown-list-wrapper",
|
|
3943
3943
|
"aria-labelledby": `${t.id}-heading`
|
|
@@ -3947,7 +3947,7 @@ function Xn(e, s, t, l, n, i) {
|
|
|
3947
3947
|
id: `${t.id}-heading`,
|
|
3948
3948
|
role: "presentation",
|
|
3949
3949
|
"data-qa": "dt-dropdown-list-heading",
|
|
3950
|
-
class:
|
|
3950
|
+
class: y(["dt-dropdown-list--header", t.headingClass])
|
|
3951
3951
|
}, [
|
|
3952
3952
|
d(e.$slots, "headingSlot", {}, () => [
|
|
3953
3953
|
R(C(t.heading), 1)
|
|
@@ -3956,7 +3956,7 @@ function Xn(e, s, t, l, n, i) {
|
|
|
3956
3956
|
d(e.$slots, "default")
|
|
3957
3957
|
], 10, Yn);
|
|
3958
3958
|
}
|
|
3959
|
-
const
|
|
3959
|
+
const Nr = /* @__PURE__ */ v(Zn, [["render", Xn]]), Jn = {
|
|
3960
3960
|
name: "DtPagination",
|
|
3961
3961
|
components: {
|
|
3962
3962
|
DtButton: K,
|
|
@@ -4074,7 +4074,7 @@ function sa(e, s, t, l, n, i) {
|
|
|
4074
4074
|
class: "d-d-flex d-fd-row d-gg4 d-ai-center"
|
|
4075
4075
|
}, [
|
|
4076
4076
|
p(h, {
|
|
4077
|
-
class:
|
|
4077
|
+
class: y(["d-px8", i.isFirstPage ? "d-fc-black-300 d-bgc-transparent" : "d-fc-tertiary"]),
|
|
4078
4078
|
"data-qa": "dt-pagination-prev",
|
|
4079
4079
|
"aria-label": t.prevAriaLabel,
|
|
4080
4080
|
kind: i.isFirstPage ? "default" : "muted",
|
|
@@ -4090,9 +4090,9 @@ function sa(e, s, t, l, n, i) {
|
|
|
4090
4090
|
]),
|
|
4091
4091
|
_: 1
|
|
4092
4092
|
}, 8, ["aria-label", "kind", "importance", "disabled", "class"]),
|
|
4093
|
-
(a(!0), o(W, null, X(i.pages, (u,
|
|
4094
|
-
key: `page-${u}-${
|
|
4095
|
-
class:
|
|
4093
|
+
(a(!0), o(W, null, X(i.pages, (u, b) => (a(), o("div", {
|
|
4094
|
+
key: `page-${u}-${b}`,
|
|
4095
|
+
class: y({ "d-as-flex-end": isNaN(Number(u)) })
|
|
4096
4096
|
}, [
|
|
4097
4097
|
isNaN(Number(u)) ? (a(), o("div", ta, [
|
|
4098
4098
|
p(r, {
|
|
@@ -4114,7 +4114,7 @@ function sa(e, s, t, l, n, i) {
|
|
|
4114
4114
|
}, 1032, ["aria-label", "kind", "importance", "onClick"]))
|
|
4115
4115
|
], 2))), 128)),
|
|
4116
4116
|
p(h, {
|
|
4117
|
-
class:
|
|
4117
|
+
class: y(["d-px8", i.isLastPage ? "d-fc-black-300 d-bgc-transparent" : "d-fc-tertiary"]),
|
|
4118
4118
|
"data-qa": "dt-pagination-next",
|
|
4119
4119
|
"aria-label": t.nextAriaLabel,
|
|
4120
4120
|
disabled: i.isLastPage,
|
|
@@ -4132,7 +4132,7 @@ function sa(e, s, t, l, n, i) {
|
|
|
4132
4132
|
}, 8, ["aria-label", "disabled", "importance", "class"])
|
|
4133
4133
|
], 8, ea);
|
|
4134
4134
|
}
|
|
4135
|
-
const
|
|
4135
|
+
const zr = /* @__PURE__ */ v(Jn, [["render", sa]]), ia = {
|
|
4136
4136
|
warning: "d-radio--warning",
|
|
4137
4137
|
error: "d-radio--error",
|
|
4138
4138
|
success: "d-radio--success"
|
|
@@ -4236,7 +4236,7 @@ function ra(e, s, t, l, n, i) {
|
|
|
4236
4236
|
const r = f("dt-validation-messages");
|
|
4237
4237
|
return a(), o("label", null, [
|
|
4238
4238
|
_("div", {
|
|
4239
|
-
class:
|
|
4239
|
+
class: y(["d-radio-group", { "d-radio-group--disabled": e.internalDisabled }])
|
|
4240
4240
|
}, [
|
|
4241
4241
|
_("div", aa, [
|
|
4242
4242
|
_("input", I({
|
|
@@ -4271,7 +4271,7 @@ function ra(e, s, t, l, n, i) {
|
|
|
4271
4271
|
], 2)
|
|
4272
4272
|
]);
|
|
4273
4273
|
}
|
|
4274
|
-
const
|
|
4274
|
+
const Mr = /* @__PURE__ */ v(na, [["render", ra]]), qr = {
|
|
4275
4275
|
name: "DtRadioGroup",
|
|
4276
4276
|
extends: is,
|
|
4277
4277
|
props: {
|
|
@@ -4417,7 +4417,7 @@ function ua(e, s, t, l, n, i) {
|
|
|
4417
4417
|
tabindex: n.isFirstElementFocusable ? -1 : 0,
|
|
4418
4418
|
"aria-labelledby": `dt-tab-${t.tabId}`,
|
|
4419
4419
|
"aria-hidden": `${i.hidePanel}`,
|
|
4420
|
-
class:
|
|
4420
|
+
class: y([
|
|
4421
4421
|
{
|
|
4422
4422
|
"d-d-none": i.hidePanel
|
|
4423
4423
|
},
|
|
@@ -4430,7 +4430,7 @@ function ua(e, s, t, l, n, i) {
|
|
|
4430
4430
|
[Ie, !t.hidden]
|
|
4431
4431
|
]);
|
|
4432
4432
|
}
|
|
4433
|
-
const
|
|
4433
|
+
const Vr = /* @__PURE__ */ v(da, [["render", ua]]), ha = {
|
|
4434
4434
|
error: "d-checkbox--error",
|
|
4435
4435
|
warning: "d-checkbox--warning",
|
|
4436
4436
|
success: "d-checkbox--success"
|
|
@@ -4523,7 +4523,7 @@ function _a(e, s, t, l, n, i) {
|
|
|
4523
4523
|
const r = f("dt-validation-messages");
|
|
4524
4524
|
return a(), o("label", null, [
|
|
4525
4525
|
_("div", {
|
|
4526
|
-
class:
|
|
4526
|
+
class: y(["d-checkbox-group", { "d-checkbox-group--disabled": e.internalDisabled }])
|
|
4527
4527
|
}, [
|
|
4528
4528
|
_("div", ma, [
|
|
4529
4529
|
_("input", I({
|
|
@@ -4561,7 +4561,7 @@ function _a(e, s, t, l, n, i) {
|
|
|
4561
4561
|
], 2)
|
|
4562
4562
|
]);
|
|
4563
4563
|
}
|
|
4564
|
-
const
|
|
4564
|
+
const Hr = /* @__PURE__ */ v(fa, [["render", _a]]), Fr = {
|
|
4565
4565
|
name: "DtCheckboxGroup",
|
|
4566
4566
|
extends: is,
|
|
4567
4567
|
model: {
|
|
@@ -4653,7 +4653,7 @@ const jr = /* @__PURE__ */ v(fa, [["render", _a]]), Kr = {
|
|
|
4653
4653
|
return `checkbox-group-message-${e}-${s}-${this.id}`;
|
|
4654
4654
|
}
|
|
4655
4655
|
}
|
|
4656
|
-
},
|
|
4656
|
+
}, Vt = {
|
|
4657
4657
|
xs: "d-chip__label--xs",
|
|
4658
4658
|
sm: "d-chip__label--sm",
|
|
4659
4659
|
md: ""
|
|
@@ -4697,7 +4697,7 @@ const jr = /* @__PURE__ */ v(fa, [["render", _a]]), Kr = {
|
|
|
4697
4697
|
size: {
|
|
4698
4698
|
type: String,
|
|
4699
4699
|
default: "md",
|
|
4700
|
-
validator: (e) => Object.keys(
|
|
4700
|
+
validator: (e) => Object.keys(Vt).includes(e)
|
|
4701
4701
|
},
|
|
4702
4702
|
/**
|
|
4703
4703
|
* The interactivity of the chip.
|
|
@@ -4788,7 +4788,7 @@ const jr = /* @__PURE__ */ v(fa, [["render", _a]]), Kr = {
|
|
|
4788
4788
|
chipClasses() {
|
|
4789
4789
|
return [
|
|
4790
4790
|
this.$attrs["grouped-chip"] ? "d-chip" : "d-chip__label",
|
|
4791
|
-
|
|
4791
|
+
Vt[this.size],
|
|
4792
4792
|
this.labelClass
|
|
4793
4793
|
];
|
|
4794
4794
|
},
|
|
@@ -4813,7 +4813,7 @@ const jr = /* @__PURE__ */ v(fa, [["render", _a]]), Kr = {
|
|
|
4813
4813
|
function ka(e, s, t, l, n, i) {
|
|
4814
4814
|
const r = f("dt-icon"), h = f("dt-button");
|
|
4815
4815
|
return a(), o("span", Sa, [
|
|
4816
|
-
(a(), S(
|
|
4816
|
+
(a(), S(ie(t.interactive ? "button" : "span"), I({
|
|
4817
4817
|
id: t.id,
|
|
4818
4818
|
type: t.interactive && "button",
|
|
4819
4819
|
class: i.chipClasses(),
|
|
@@ -4831,7 +4831,7 @@ function ka(e, s, t, l, n, i) {
|
|
|
4831
4831
|
key: 2,
|
|
4832
4832
|
id: `${t.id}-content`,
|
|
4833
4833
|
"data-qa": "dt-chip-label",
|
|
4834
|
-
class:
|
|
4834
|
+
class: y(["d-truncate", "d-chip__text", t.contentClass])
|
|
4835
4835
|
}, [
|
|
4836
4836
|
d(e.$slots, "default")
|
|
4837
4837
|
], 10, wa)) : g("", !0)
|
|
@@ -4864,7 +4864,7 @@ const ns = /* @__PURE__ */ v(va, [["render", ka]]), Ht = {
|
|
|
4864
4864
|
error: "d-select__input--error",
|
|
4865
4865
|
warning: "d-select__input--warning",
|
|
4866
4866
|
success: "d-select__input--success"
|
|
4867
|
-
}, Oa = (e) => !e.index || typeof e.index == "number",
|
|
4867
|
+
}, Oa = (e) => !e.index || typeof e.index == "number", Ea = (e) => e.value ? typeof e.value == "string" || typeof e.value == "number" : !1, Ta = (e) => e.label ? typeof e.label == "string" : !1, Aa = (e) => e ? e.every((s) => !(!Oa(s) || !Ea(s) || !Ta(s))) : !0, Da = {
|
|
4868
4868
|
name: "DtSelectMenu",
|
|
4869
4869
|
components: { DtValidationMessages: pe },
|
|
4870
4870
|
mixins: [Ye],
|
|
@@ -5065,7 +5065,7 @@ function $a(e, s, t, l, n, i) {
|
|
|
5065
5065
|
])
|
|
5066
5066
|
], 16, xa)) : g("", !0),
|
|
5067
5067
|
_("div", {
|
|
5068
|
-
class:
|
|
5068
|
+
class: y([
|
|
5069
5069
|
"d-select",
|
|
5070
5070
|
n.SELECT_SIZE_MODIFIERS[t.size],
|
|
5071
5071
|
t.selectClass,
|
|
@@ -5099,7 +5099,7 @@ function $a(e, s, t, l, n, i) {
|
|
|
5099
5099
|
}, e.messagesChildProps, { "data-qa": "dt-select-messages" }), null, 16, ["validation-messages", "show-messages", "class"])
|
|
5100
5100
|
]);
|
|
5101
5101
|
}
|
|
5102
|
-
const
|
|
5102
|
+
const jr = /* @__PURE__ */ v(Da, [["render", $a]]), Na = ["status", "alert"], Ft = 6e3, za = {
|
|
5103
5103
|
name: "DtToast",
|
|
5104
5104
|
components: {
|
|
5105
5105
|
DtNoticeIcon: nt,
|
|
@@ -5268,12 +5268,12 @@ const Gr = /* @__PURE__ */ v(Da, [["render", $a]]), Na = ["status", "alert"], Ft
|
|
|
5268
5268
|
}, this.duration));
|
|
5269
5269
|
}
|
|
5270
5270
|
}
|
|
5271
|
-
}, Ma = ["aria-hidden"],
|
|
5272
|
-
function
|
|
5271
|
+
}, Ma = ["aria-hidden"], qa = { class: "d-toast__dialog" };
|
|
5272
|
+
function Va(e, s, t, l, n, i) {
|
|
5273
5273
|
const r = f("dt-notice-icon"), h = f("dt-notice-content"), u = f("dt-notice-action");
|
|
5274
5274
|
return n.isShown ? (a(), o("div", {
|
|
5275
5275
|
key: 0,
|
|
5276
|
-
class:
|
|
5276
|
+
class: y([
|
|
5277
5277
|
"d-toast",
|
|
5278
5278
|
i.kindClass,
|
|
5279
5279
|
{ "d-toast--important": t.important }
|
|
@@ -5281,7 +5281,7 @@ function qa(e, s, t, l, n, i) {
|
|
|
5281
5281
|
"data-qa": "dt-toast",
|
|
5282
5282
|
"aria-hidden": (!n.isShown).toString()
|
|
5283
5283
|
}, [
|
|
5284
|
-
_("div",
|
|
5284
|
+
_("div", qa, [
|
|
5285
5285
|
p(r, { kind: t.kind }, {
|
|
5286
5286
|
default: c(() => [
|
|
5287
5287
|
d(e.$slots, "icon")
|
|
@@ -5319,7 +5319,7 @@ function qa(e, s, t, l, n, i) {
|
|
|
5319
5319
|
])
|
|
5320
5320
|
], 10, Ma)) : g("", !0);
|
|
5321
5321
|
}
|
|
5322
|
-
const
|
|
5322
|
+
const Kr = /* @__PURE__ */ v(za, [["render", Va]]), jt = {
|
|
5323
5323
|
sm: "d-toggle--small",
|
|
5324
5324
|
md: ""
|
|
5325
5325
|
}, Ha = [!1, !0, "mixed"], Fa = {
|
|
@@ -5490,7 +5490,7 @@ function Wa(e, s, t, l, n, i) {
|
|
|
5490
5490
|
], 16, Ga)
|
|
5491
5491
|
]);
|
|
5492
5492
|
}
|
|
5493
|
-
const
|
|
5493
|
+
const Gr = /* @__PURE__ */ v(Fa, [["render", Wa]]), ye = {
|
|
5494
5494
|
"{win}": "layout-grid",
|
|
5495
5495
|
"{arrow-right}": "arrow-right",
|
|
5496
5496
|
"{arrow-left}": "arrow-left",
|
|
@@ -5499,7 +5499,7 @@ const Wr = /* @__PURE__ */ v(Fa, [["render", Wa]]), ye = {
|
|
|
5499
5499
|
"{cmd}": "command"
|
|
5500
5500
|
}, Za = {
|
|
5501
5501
|
"{plus}": "plus"
|
|
5502
|
-
},
|
|
5502
|
+
}, Ur = Object.keys(ye), Ya = {
|
|
5503
5503
|
name: "DtKeyboardShortcut",
|
|
5504
5504
|
components: {
|
|
5505
5505
|
DtIcon: B
|
|
@@ -5558,7 +5558,7 @@ const Wr = /* @__PURE__ */ v(Fa, [["render", Wa]]), ye = {
|
|
|
5558
5558
|
function Ja(e, s, t, l, n, i) {
|
|
5559
5559
|
const r = f("dt-icon");
|
|
5560
5560
|
return a(), o("kbd", {
|
|
5561
|
-
class:
|
|
5561
|
+
class: y([
|
|
5562
5562
|
"d-d-inline-flex",
|
|
5563
5563
|
"d-ff-custom",
|
|
5564
5564
|
"d-ai-center",
|
|
@@ -5578,14 +5578,14 @@ function Ja(e, s, t, l, n, i) {
|
|
|
5578
5578
|
name: i.icons[h],
|
|
5579
5579
|
size: "100",
|
|
5580
5580
|
"aria-hidden": "true",
|
|
5581
|
-
class:
|
|
5581
|
+
class: y([
|
|
5582
5582
|
t.inverted ? "d-fc-secondary-inverted" : "d-fc-tertiary",
|
|
5583
5583
|
"d-mr2"
|
|
5584
5584
|
])
|
|
5585
5585
|
}, null, 8, ["name", "class"])) : (a(), o("span", {
|
|
5586
5586
|
key: `${u}-${h}`,
|
|
5587
5587
|
"aria-hidden": "true",
|
|
5588
|
-
class:
|
|
5588
|
+
class: y([
|
|
5589
5589
|
t.inverted ? "d-fc-secondary-inverted" : "d-fc-tertiary",
|
|
5590
5590
|
"d-mr2"
|
|
5591
5591
|
]),
|
|
@@ -5594,7 +5594,7 @@ function Ja(e, s, t, l, n, i) {
|
|
|
5594
5594
|
], 64))), 256))
|
|
5595
5595
|
], 2);
|
|
5596
5596
|
}
|
|
5597
|
-
const
|
|
5597
|
+
const Wr = /* @__PURE__ */ v(Ya, [["render", Ja]]), as = {
|
|
5598
5598
|
LEFT: "left",
|
|
5599
5599
|
RIGHT: "right"
|
|
5600
5600
|
}, el = ["sm", "md", "lg", null], tl = {
|
|
@@ -5664,14 +5664,14 @@ const Yr = /* @__PURE__ */ v(Ya, [["render", Ja]]), as = {
|
|
|
5664
5664
|
function sl(e, s, t, l, n, i) {
|
|
5665
5665
|
return a(), o("div", {
|
|
5666
5666
|
ref: "root-layout-body",
|
|
5667
|
-
class:
|
|
5667
|
+
class: y(["d-root-layout__body", i.bodyClasses]),
|
|
5668
5668
|
"data-qa": "dt-root-layout-body"
|
|
5669
5669
|
}, [
|
|
5670
5670
|
n.hasSlotContent(e.$slots.sidebar) ? (a(), o("aside", {
|
|
5671
5671
|
key: 0,
|
|
5672
5672
|
ref: "root-layout-sidebar",
|
|
5673
|
-
class:
|
|
5674
|
-
style:
|
|
5673
|
+
class: y(["d-root-layout__sidebar", { "d-root-layout__sidebar--sticky": t.fixed }, t.sidebarClass]),
|
|
5674
|
+
style: se({ "flex-basis": t.sidebarWidth }),
|
|
5675
5675
|
"data-qa": "dt-root-layout-sidebar"
|
|
5676
5676
|
}, [
|
|
5677
5677
|
d(e.$slots, "sidebar")
|
|
@@ -5679,7 +5679,7 @@ function sl(e, s, t, l, n, i) {
|
|
|
5679
5679
|
n.hasSlotContent(e.$slots.content) ? (a(), o("main", {
|
|
5680
5680
|
key: 1,
|
|
5681
5681
|
ref: "root-layout-content",
|
|
5682
|
-
class:
|
|
5682
|
+
class: y(["d-root-layout__content", t.contentClass]),
|
|
5683
5683
|
"data-qa": "dt-root-layout-content",
|
|
5684
5684
|
tabindex: "0"
|
|
5685
5685
|
}, [
|
|
@@ -5804,13 +5804,13 @@ const il = /* @__PURE__ */ v(tl, [["render", sl]]), nl = {
|
|
|
5804
5804
|
function al(e, s, t, l, n, i) {
|
|
5805
5805
|
const r = f("dt-root-layout-body");
|
|
5806
5806
|
return a(), o("div", {
|
|
5807
|
-
class:
|
|
5807
|
+
class: y(["root-layout d-root-layout", { "d-root-layout--fixed": t.fixed }, i.responsiveClass]),
|
|
5808
5808
|
"data-qa": "dt-root-layout"
|
|
5809
5809
|
}, [
|
|
5810
5810
|
n.hasSlotContent(e.$slots.header) ? (a(), o("header", {
|
|
5811
5811
|
key: 0,
|
|
5812
|
-
class:
|
|
5813
|
-
style:
|
|
5812
|
+
class: y(["d-root-layout__header", { "d-root-layout__header--sticky": t.headerSticky }, t.headerClass]),
|
|
5813
|
+
style: se({ height: t.headerHeight, "min-height": t.headerHeight }),
|
|
5814
5814
|
"data-qa": "dt-root-layout-header"
|
|
5815
5815
|
}, [
|
|
5816
5816
|
d(e.$slots, "header")
|
|
@@ -5842,15 +5842,15 @@ function al(e, s, t, l, n, i) {
|
|
|
5842
5842
|
]), 1032, ["body-class", "content-class", "sidebar-class", "sidebar-width", "sidebar-position", "header-height", "footer-height", "fixed"]),
|
|
5843
5843
|
n.hasSlotContent(e.$slots.footer) ? (a(), o("footer", {
|
|
5844
5844
|
key: 1,
|
|
5845
|
-
class:
|
|
5846
|
-
style:
|
|
5845
|
+
class: y(["d-root-layout__footer", t.footerClass]),
|
|
5846
|
+
style: se({ height: t.footerHeight, "min-height": t.footerHeight }),
|
|
5847
5847
|
"data-qa": "dt-root-layout-footer"
|
|
5848
5848
|
}, [
|
|
5849
5849
|
d(e.$slots, "footer")
|
|
5850
5850
|
], 6)) : g("", !0)
|
|
5851
5851
|
], 2);
|
|
5852
5852
|
}
|
|
5853
|
-
const
|
|
5853
|
+
const Zr = /* @__PURE__ */ v(nl, [["render", al]]), ue = {
|
|
5854
5854
|
default: "column",
|
|
5855
5855
|
column: "column",
|
|
5856
5856
|
row: "row",
|
|
@@ -5945,8 +5945,8 @@ const ul = {
|
|
|
5945
5945
|
}
|
|
5946
5946
|
};
|
|
5947
5947
|
function hl(e, s, t, l, n, i) {
|
|
5948
|
-
return a(), S(
|
|
5949
|
-
class:
|
|
5948
|
+
return a(), S(ie(t.as), {
|
|
5949
|
+
class: y([
|
|
5950
5950
|
"d-stack",
|
|
5951
5951
|
i.defaultDirection,
|
|
5952
5952
|
i.stackResponsive,
|
|
@@ -5959,7 +5959,7 @@ function hl(e, s, t, l, n, i) {
|
|
|
5959
5959
|
_: 3
|
|
5960
5960
|
}, 8, ["class"]);
|
|
5961
5961
|
}
|
|
5962
|
-
const
|
|
5962
|
+
const Yr = /* @__PURE__ */ v(ul, [["render", hl]]);
|
|
5963
5963
|
const os = {
|
|
5964
5964
|
__name: "core_scroller",
|
|
5965
5965
|
props: {
|
|
@@ -6054,17 +6054,17 @@ const os = {
|
|
|
6054
6054
|
},
|
|
6055
6055
|
emits: ["user-position"],
|
|
6056
6056
|
setup(e, { expose: s, emit: t }) {
|
|
6057
|
-
const l = e, n =
|
|
6058
|
-
let m = 0,
|
|
6057
|
+
const l = e, n = Et(/* @__PURE__ */ new Map()), i = Et(/* @__PURE__ */ new Map()), r = me([]), h = me(null), u = me(!1), b = me(null), w = me("top");
|
|
6058
|
+
let m = 0, E = 0, P = !1, de = 0, he = null, fe = null, ze = 0, cs = 0;
|
|
6059
6059
|
const Me = xe(() => {
|
|
6060
6060
|
if (l.itemSize === null) {
|
|
6061
6061
|
const O = {
|
|
6062
6062
|
"-1": { accumulator: 0 }
|
|
6063
6063
|
}, A = l.items, k = l.sizeField, Z = l.minItemSize;
|
|
6064
|
-
let
|
|
6064
|
+
let V = 1e4, ne = 0, D;
|
|
6065
6065
|
for (let H = 0, ge = A.length; H < ge; H++)
|
|
6066
|
-
D = A[H][k] || Z, D <
|
|
6067
|
-
return fe =
|
|
6066
|
+
D = A[H][k] || Z, D < V && (V = D), ne += D, O[H] = { accumulator: ne, size: D };
|
|
6067
|
+
return fe = V, O;
|
|
6068
6068
|
}
|
|
6069
6069
|
return [];
|
|
6070
6070
|
}), us = xe(() => l.items.length && typeof l.items[0] != "object"), hs = xe(() => {
|
|
@@ -6074,141 +6074,141 @@ const os = {
|
|
|
6074
6074
|
return O;
|
|
6075
6075
|
});
|
|
6076
6076
|
Ut(Me, () => {
|
|
6077
|
-
|
|
6077
|
+
Ee(!1);
|
|
6078
6078
|
}, { deep: !0 }), Ss(() => {
|
|
6079
6079
|
Is(() => {
|
|
6080
|
-
|
|
6080
|
+
Ee(!0), u.value = !0;
|
|
6081
6081
|
});
|
|
6082
6082
|
});
|
|
6083
|
-
const pt = (O, A, k, Z,
|
|
6084
|
-
const
|
|
6083
|
+
const pt = (O, A, k, Z, V) => {
|
|
6084
|
+
const ne = Cs({
|
|
6085
6085
|
id: cs++,
|
|
6086
6086
|
index: A,
|
|
6087
6087
|
used: !0,
|
|
6088
6088
|
key: Z,
|
|
6089
|
-
type:
|
|
6089
|
+
type: V
|
|
6090
6090
|
}), D = ws({
|
|
6091
6091
|
item: k,
|
|
6092
6092
|
position: 0,
|
|
6093
|
-
nr:
|
|
6093
|
+
nr: ne
|
|
6094
6094
|
});
|
|
6095
6095
|
return O.value.push(D), D;
|
|
6096
|
-
},
|
|
6096
|
+
}, qe = (O, A = !1) => {
|
|
6097
6097
|
const k = i, Z = O.nr.type;
|
|
6098
|
-
let
|
|
6099
|
-
|
|
6098
|
+
let V = k.get(Z);
|
|
6099
|
+
V || (V = [], k.set(Z, V)), V.push(O), A || (O.nr.used = !1, O.position = -9999);
|
|
6100
6100
|
}, fs = () => {
|
|
6101
6101
|
const O = l.direction === "vertical";
|
|
6102
6102
|
let A;
|
|
6103
6103
|
return O ? A = {
|
|
6104
|
-
start:
|
|
6105
|
-
end:
|
|
6104
|
+
start: b.value.scrollTop,
|
|
6105
|
+
end: b.value.scrollTop + b.value.clientHeight
|
|
6106
6106
|
} : A = {
|
|
6107
|
-
start:
|
|
6108
|
-
end:
|
|
6107
|
+
start: b.value.scrollLeft,
|
|
6108
|
+
end: b.value.scrollLeft + b.value.clientWidth
|
|
6109
6109
|
}, A;
|
|
6110
6110
|
}, ms = () => {
|
|
6111
6111
|
throw setTimeout(() => {
|
|
6112
|
-
console.error("It seems the scroller element isn't scrolling, so it tries to render all the items at once.", "Scroller:",
|
|
6112
|
+
console.error("It seems the scroller element isn't scrolling, so it tries to render all the items at once.", "Scroller:", b), console.error("Make sure the scroller has a fixed height (or width) and 'overflow-y' (or 'overflow-x') set to 'auto' so it can scroll correctly and only render the items visible in the scroll viewport.");
|
|
6113
6113
|
}), new Error("Rendered items limit reached");
|
|
6114
6114
|
}, ps = () => {
|
|
6115
6115
|
r.value.sort((O, A) => O.nr.index - A.nr.index);
|
|
6116
|
-
},
|
|
6116
|
+
}, Ee = (O, A = !1) => {
|
|
6117
6117
|
var bt, yt, vt, St, It, Ct, wt, kt;
|
|
6118
|
-
const k = l.itemSize, Z = fe,
|
|
6119
|
-
let F, $, Ae, J,
|
|
6118
|
+
const k = l.itemSize, Z = fe, V = us.value ? null : l.keyField, ne = l.items, D = ne.length, H = Me.value, ge = n, gt = i, Te = r, ys = hs;
|
|
6119
|
+
let F, $, Ae, J, ae;
|
|
6120
6120
|
if (!D)
|
|
6121
|
-
F = $ = J =
|
|
6121
|
+
F = $ = J = ae = Ae = 0;
|
|
6122
6122
|
else {
|
|
6123
|
-
const
|
|
6123
|
+
const T = fs();
|
|
6124
6124
|
if (A) {
|
|
6125
|
-
let x =
|
|
6125
|
+
let x = T.start - de.value;
|
|
6126
6126
|
if (x < 0 && (x = -x), k === null && x < Z.value || x < k)
|
|
6127
6127
|
return {
|
|
6128
6128
|
continuous: !0
|
|
6129
6129
|
};
|
|
6130
6130
|
}
|
|
6131
|
-
de =
|
|
6131
|
+
de = T.start;
|
|
6132
6132
|
const G = l.buffer;
|
|
6133
|
-
if (
|
|
6133
|
+
if (T.start -= G, T.end += G, k === null) {
|
|
6134
6134
|
let x, _e = 0, Lt = D - 1, U = ~~(D / 2), Ot;
|
|
6135
6135
|
do
|
|
6136
|
-
Ot = U, x = (bt = H[U]) == null ? void 0 : bt.accumulator, x <
|
|
6136
|
+
Ot = U, x = (bt = H[U]) == null ? void 0 : bt.accumulator, x < T.start ? _e = U : U < D - 1 && ((yt = H[U + 1]) == null ? void 0 : yt.accumulator) > T.start && (Lt = U), U = ~~((_e + Lt) / 2);
|
|
6137
6137
|
while (U !== Ot);
|
|
6138
|
-
for (U < 0 && (U = 0), F = U, Ae = (vt = H[D - 1]) == null ? void 0 : vt.accumulator, $ = U; $ < D && ((St = H[$]) == null ? void 0 : St.accumulator) <
|
|
6138
|
+
for (U < 0 && (U = 0), F = U, Ae = (vt = H[D - 1]) == null ? void 0 : vt.accumulator, $ = U; $ < D && ((St = H[$]) == null ? void 0 : St.accumulator) < T.end; $++)
|
|
6139
6139
|
;
|
|
6140
|
-
for ($ === -1 ? $ =
|
|
6140
|
+
for ($ === -1 ? $ = ne.length - 1 : ($++, $ > D && ($ = D)), J = m; J < D && ((It = H[J]) == null ? void 0 : It.accumulator) < T.start; J++)
|
|
6141
6141
|
;
|
|
6142
|
-
for (
|
|
6142
|
+
for (ae = J; ae < D && ((Ct = H[ae]) == null ? void 0 : Ct.accumulator) < T.end; ae++)
|
|
6143
6143
|
;
|
|
6144
6144
|
} else {
|
|
6145
|
-
F = ~~(
|
|
6145
|
+
F = ~~(T.start / k);
|
|
6146
6146
|
const x = F % 1;
|
|
6147
|
-
F -= x, $ = Math.ceil(
|
|
6147
|
+
F -= x, $ = Math.ceil(T.end / k), J = Math.max(0, Math.floor(T.start / k)), ae = Math.floor(T.end / k), F < 0 && (F = 0), $ > D && ($ = D), J < 0 && (J = 0), ae > D && (ae = D), Ae = Math.ceil(D / 1) * k;
|
|
6148
6148
|
}
|
|
6149
6149
|
}
|
|
6150
6150
|
$ - F > 1e3 && ms(), ze = Ae;
|
|
6151
6151
|
let L;
|
|
6152
|
-
const De = F <=
|
|
6152
|
+
const De = F <= E && $ >= F;
|
|
6153
6153
|
if (De)
|
|
6154
|
-
for (let
|
|
6155
|
-
L =
|
|
6154
|
+
for (let T = 0, G = Te.value.length; T < G; T++)
|
|
6155
|
+
L = Te.value[T], L != null && L.nr.used && (O && (L.nr.index = ys[L.item[V]]), (L.nr.index == null || L.nr.index < F || L.nr.index >= $) && qe(L));
|
|
6156
6156
|
const _t = De ? null : /* @__PURE__ */ new Map();
|
|
6157
|
-
let ee,
|
|
6158
|
-
for (let
|
|
6159
|
-
ee =
|
|
6160
|
-
const G =
|
|
6157
|
+
let ee, le, Re;
|
|
6158
|
+
for (let T = F; T < $; T++) {
|
|
6159
|
+
ee = ne[T];
|
|
6160
|
+
const G = V ? ee == null ? void 0 : ee[V] : ee;
|
|
6161
6161
|
if (G == null)
|
|
6162
|
-
throw new Error(`Key is ${G} on item (keyField is '${
|
|
6163
|
-
if (L = ge.get(G), !k && !((wt = H[
|
|
6164
|
-
L &&
|
|
6162
|
+
throw new Error(`Key is ${G} on item (keyField is '${V}')`);
|
|
6163
|
+
if (L = ge.get(G), !k && !((wt = H[T]) != null && wt.size)) {
|
|
6164
|
+
L && qe(L);
|
|
6165
6165
|
continue;
|
|
6166
6166
|
}
|
|
6167
|
-
|
|
6168
|
-
let x = gt.get(
|
|
6167
|
+
le = ee.type;
|
|
6168
|
+
let x = gt.get(le);
|
|
6169
6169
|
if (!L)
|
|
6170
|
-
De ? x && x.length ? L = x.pop() : L = pt(
|
|
6170
|
+
De ? x && x.length ? L = x.pop() : L = pt(Te, T, ee, G, le) : (Re = _t.get(le) || 0, (!x || Re >= x.length) && (L = pt(Te, T, ee, G, le), qe(L, !0), x = gt.get(le)), L = x[Re], _t.set(le, Re + 1)), ge.delete(L.nr.key), L.nr.used = !0, L.nr.index = T, L.nr.key = G, L.nr.type = le, ge.set(G, L);
|
|
6171
6171
|
else if (!L.nr.used && (L.nr.used = !0, x)) {
|
|
6172
6172
|
const _e = x.indexOf(L);
|
|
6173
6173
|
_e !== -1 && x.splice(_e, 1);
|
|
6174
6174
|
}
|
|
6175
|
-
L.item = ee, k === null ? (L.position = (kt = H[
|
|
6175
|
+
L.item = ee, k === null ? (L.position = (kt = H[T - 1]) == null ? void 0 : kt.accumulator, L.offset = 0) : (L.position = Math.floor(T) * k, L.offset = T % 1 * k);
|
|
6176
6176
|
}
|
|
6177
|
-
return m = F,
|
|
6177
|
+
return m = F, E = $, clearTimeout(he), he = setTimeout(ps, 300), {
|
|
6178
6178
|
continuous: De
|
|
6179
6179
|
};
|
|
6180
6180
|
}, gs = (O) => {
|
|
6181
|
-
const A = l.direction === "vertical" ? { scroll: "scrollTop", start: "top" } : { scroll: "scrollLeft", start: "left" }, k =
|
|
6181
|
+
const A = l.direction === "vertical" ? { scroll: "scrollTop", start: "top" } : { scroll: "scrollLeft", start: "left" }, k = b.value, Z = A.scroll;
|
|
6182
6182
|
k[Z] = O;
|
|
6183
6183
|
}, _s = (O) => {
|
|
6184
6184
|
var k;
|
|
6185
6185
|
let A;
|
|
6186
6186
|
l.itemSize === null ? A = O > 0 ? (k = Me.value[O - 1]) == null ? void 0 : k.accumulator : 0 : A = Math.floor(O) * l.itemSize, gs(A);
|
|
6187
6187
|
}, bs = () => {
|
|
6188
|
-
const O =
|
|
6188
|
+
const O = b.value;
|
|
6189
6189
|
w.value !== "middle" && (w.value = "middle", t("user-position", "middle")), O.scrollTop === 0 && (w.value = "top", t("user-position", "top")), O.scrollTop + O.clientHeight === O.scrollHeight && (w.value = "bottom", t("user-position", "bottom")), P || (P = !0, requestAnimationFrame(() => {
|
|
6190
|
-
P = !1,
|
|
6190
|
+
P = !1, Ee(!1, !0);
|
|
6191
6191
|
}));
|
|
6192
6192
|
};
|
|
6193
6193
|
return s({
|
|
6194
6194
|
scrollToItem: _s,
|
|
6195
|
-
_updateVisibleItems:
|
|
6195
|
+
_updateVisibleItems: Ee
|
|
6196
6196
|
}), (O, A) => (a(), o("div", {
|
|
6197
6197
|
ref_key: "scroller",
|
|
6198
|
-
ref:
|
|
6199
|
-
class:
|
|
6198
|
+
ref: b,
|
|
6199
|
+
class: y(["vue-recycle-scroller", {
|
|
6200
6200
|
ready: u.value,
|
|
6201
6201
|
[`direction-${e.direction}`]: !0
|
|
6202
6202
|
}]),
|
|
6203
6203
|
onScrollPassive: bs
|
|
6204
6204
|
}, [
|
|
6205
|
-
(a(), S(
|
|
6205
|
+
(a(), S(ie(e.listTag), {
|
|
6206
6206
|
ref: "wrapper",
|
|
6207
|
-
style:
|
|
6208
|
-
class:
|
|
6207
|
+
style: se({ [e.direction === "vertical" ? "minHeight" : "minWidth"]: `${Wt(ze)}px` }),
|
|
6208
|
+
class: y(["vue-recycle-scroller__item-wrapper", e.listClass])
|
|
6209
6209
|
}, {
|
|
6210
6210
|
default: c(() => [
|
|
6211
|
-
(a(!0), o(W, null, X(r.value, (k) => (a(), S(
|
|
6211
|
+
(a(!0), o(W, null, X(r.value, (k) => (a(), S(ie(e.itemTag), I({
|
|
6212
6212
|
key: k.nr.id,
|
|
6213
6213
|
style: u.value ? {
|
|
6214
6214
|
transform: `translate${e.direction === "vertical" ? "Y" : "X"}(${k.position}px) translate${e.direction === "vertical" ? "X" : "Y"}(${k.offset}px)`,
|
|
@@ -6469,11 +6469,11 @@ const os = {
|
|
|
6469
6469
|
const e = [], { items: s, keyField: t, simpleArray: l } = this, n = this.vscrollData.sizes, i = s.length;
|
|
6470
6470
|
for (let r = 0; r < i; r++) {
|
|
6471
6471
|
const h = s[r], u = l ? r : h[t];
|
|
6472
|
-
let
|
|
6473
|
-
typeof
|
|
6472
|
+
let b = n[u];
|
|
6473
|
+
typeof b > "u" && !this.$_undefinedMap[u] && (b = 0), e.push({
|
|
6474
6474
|
item: h,
|
|
6475
6475
|
[t]: u,
|
|
6476
|
-
size:
|
|
6476
|
+
size: b
|
|
6477
6477
|
});
|
|
6478
6478
|
}
|
|
6479
6479
|
return e;
|
|
@@ -6546,19 +6546,19 @@ function pl(e, s, t, l, n, i) {
|
|
|
6546
6546
|
"list-tag": t.listTag,
|
|
6547
6547
|
"item-tag": t.itemTag
|
|
6548
6548
|
}, e.$attrs), {
|
|
6549
|
-
default: c(({ item: u, index:
|
|
6549
|
+
default: c(({ item: u, index: b, active: w }) => [
|
|
6550
6550
|
p(r, {
|
|
6551
6551
|
item: u,
|
|
6552
6552
|
active: w,
|
|
6553
6553
|
"size-dependencies": [
|
|
6554
6554
|
u.message
|
|
6555
6555
|
],
|
|
6556
|
-
"data-index":
|
|
6556
|
+
"data-index": b
|
|
6557
6557
|
}, {
|
|
6558
6558
|
default: c(() => [
|
|
6559
6559
|
d(e.$slots, "default", Le(Ue({
|
|
6560
6560
|
item: u.item,
|
|
6561
|
-
index:
|
|
6561
|
+
index: b,
|
|
6562
6562
|
active: w,
|
|
6563
6563
|
itemWithSize: u
|
|
6564
6564
|
})))
|
|
@@ -6569,7 +6569,7 @@ function pl(e, s, t, l, n, i) {
|
|
|
6569
6569
|
_: 3
|
|
6570
6570
|
}, 16, ["items", "min-item-size", "direction", "key-field", "list-tag", "item-tag"]);
|
|
6571
6571
|
}
|
|
6572
|
-
const gl = /* @__PURE__ */ v(ml, [["render", pl]]),
|
|
6572
|
+
const gl = /* @__PURE__ */ v(ml, [["render", pl]]), Qr = {
|
|
6573
6573
|
__name: "scroller",
|
|
6574
6574
|
props: {
|
|
6575
6575
|
/**
|
|
@@ -6688,7 +6688,7 @@ const gl = /* @__PURE__ */ v(ml, [["render", pl]]), Jr = {
|
|
|
6688
6688
|
function u() {
|
|
6689
6689
|
n.value && (l.dynamic ? n.value.dynamicScrollerUpdateItems() : n.value._updateVisibleItems(!0));
|
|
6690
6690
|
}
|
|
6691
|
-
function
|
|
6691
|
+
function b() {
|
|
6692
6692
|
n.value && (l.dynamic ? n.value.dynamicScrollerUpdateItemsFromBottom() : n.value._updateVisibleItems(!1, !0));
|
|
6693
6693
|
}
|
|
6694
6694
|
function w() {
|
|
@@ -6698,8 +6698,8 @@ const gl = /* @__PURE__ */ v(ml, [["render", pl]]), Jr = {
|
|
|
6698
6698
|
scrollToBottom: r,
|
|
6699
6699
|
scrollToItem: h,
|
|
6700
6700
|
updateItems: u,
|
|
6701
|
-
updateItemsFromBottom:
|
|
6702
|
-
}), (m,
|
|
6701
|
+
updateItemsFromBottom: b
|
|
6702
|
+
}), (m, E) => (a(), S(ie(e.dynamic ? gl : os), {
|
|
6703
6703
|
ref_key: "scroller",
|
|
6704
6704
|
ref: n,
|
|
6705
6705
|
"data-qa": "dt-scroller",
|
|
@@ -6710,9 +6710,9 @@ const gl = /* @__PURE__ */ v(ml, [["render", pl]]), Jr = {
|
|
|
6710
6710
|
"key-field": e.keyField,
|
|
6711
6711
|
"list-tag": e.listTag,
|
|
6712
6712
|
"item-tag": e.itemTag,
|
|
6713
|
-
style:
|
|
6713
|
+
style: se(Wt(i)),
|
|
6714
6714
|
tabindex: "0",
|
|
6715
|
-
onUserPosition:
|
|
6715
|
+
onUserPosition: E[0] || (E[0] = (P) => m.$emit("user-position", P))
|
|
6716
6716
|
}, {
|
|
6717
6717
|
default: c(({ item: P, index: de, active: he }) => [
|
|
6718
6718
|
d(m.$slots, "default", Le(Ue({
|
|
@@ -7007,8 +7007,8 @@ const gl = /* @__PURE__ */ v(ml, [["render", pl]]), Jr = {
|
|
|
7007
7007
|
}
|
|
7008
7008
|
}, bl = ["id"], yl = { ref: "header" }, vl = ["onMouseleave", "onFocusout"], Sl = { ref: "footer" };
|
|
7009
7009
|
function Il(e, s, t, l, n, i) {
|
|
7010
|
-
const r = f("combobox-loading-list"), h = f("combobox-empty-list"), u = f("dt-popover"),
|
|
7011
|
-
return a(), S(
|
|
7010
|
+
const r = f("combobox-loading-list"), h = f("combobox-empty-list"), u = f("dt-popover"), b = f("dt-combobox");
|
|
7011
|
+
return a(), S(b, I({
|
|
7012
7012
|
ref: "combobox",
|
|
7013
7013
|
loading: t.loading,
|
|
7014
7014
|
label: t.label,
|
|
@@ -7040,7 +7040,7 @@ function Il(e, s, t, l, n, i) {
|
|
|
7040
7040
|
})
|
|
7041
7041
|
], 40, bl)
|
|
7042
7042
|
]),
|
|
7043
|
-
list: c(({ opened: w, listProps: m, clearHighlightIndex:
|
|
7043
|
+
list: c(({ opened: w, listProps: m, clearHighlightIndex: E }) => [
|
|
7044
7044
|
p(u, {
|
|
7045
7045
|
ref: "popover",
|
|
7046
7046
|
open: n.isListShown,
|
|
@@ -7069,9 +7069,9 @@ function Il(e, s, t, l, n, i) {
|
|
|
7069
7069
|
content: c(() => [
|
|
7070
7070
|
_("div", {
|
|
7071
7071
|
ref: "listWrapper",
|
|
7072
|
-
class:
|
|
7073
|
-
onMouseleave:
|
|
7074
|
-
onFocusout:
|
|
7072
|
+
class: y([n.DROPDOWN_PADDING_CLASSES[t.padding], t.listClass]),
|
|
7073
|
+
onMouseleave: E,
|
|
7074
|
+
onFocusout: E
|
|
7075
7075
|
}, [
|
|
7076
7076
|
t.loading ? (a(), S(r, Le(I({ key: 0 }, m)), null, 16)) : t.emptyList && t.emptyStateMessage ? (a(), S(h, I({ key: 1 }, m, { message: t.emptyStateMessage }), null, 16, ["message"])) : d(e.$slots, "list", {
|
|
7077
7077
|
key: 2,
|
|
@@ -7466,10 +7466,10 @@ const Cl = /* @__PURE__ */ v(_l, [["render", Il]]), wl = {
|
|
|
7466
7466
|
this.maxSelected !== 0 && (this.selectedItems.length > this.maxSelected ? (this.showValidationMessages = !0, this.$emit("max-selected")) : this.showValidationMessages = !1);
|
|
7467
7467
|
}
|
|
7468
7468
|
}
|
|
7469
|
-
},
|
|
7469
|
+
}, El = {
|
|
7470
7470
|
ref: "inputSlotWrapper",
|
|
7471
7471
|
class: "d-ps-relative d-d-block"
|
|
7472
|
-
},
|
|
7472
|
+
}, Tl = {
|
|
7473
7473
|
ref: "chipsWrapper",
|
|
7474
7474
|
class: "d-ps-absolute d-mx2 d-pl1"
|
|
7475
7475
|
}, Al = { ref: "header" }, Dl = {
|
|
@@ -7477,8 +7477,8 @@ const Cl = /* @__PURE__ */ v(_l, [["render", Il]]), wl = {
|
|
|
7477
7477
|
class: "d-ta-center d-py16"
|
|
7478
7478
|
}, Rl = { ref: "footer" };
|
|
7479
7479
|
function xl(e, s, t, l, n, i) {
|
|
7480
|
-
const r = f("dt-chip"), h = f("dt-input"), u = f("dt-validation-messages"),
|
|
7481
|
-
return a(), S(
|
|
7480
|
+
const r = f("dt-chip"), h = f("dt-input"), u = f("dt-validation-messages"), b = f("dt-recipe-combobox-with-popover");
|
|
7481
|
+
return a(), S(b, {
|
|
7482
7482
|
ref: "comboboxWithPopover",
|
|
7483
7483
|
label: t.label,
|
|
7484
7484
|
"show-list": t.showList,
|
|
@@ -7493,8 +7493,8 @@ function xl(e, s, t, l, n, i) {
|
|
|
7493
7493
|
onSelect: i.onComboboxSelect
|
|
7494
7494
|
}, ke({
|
|
7495
7495
|
input: c(({ onInput: w }) => [
|
|
7496
|
-
_("span",
|
|
7497
|
-
_("span",
|
|
7496
|
+
_("span", El, [
|
|
7497
|
+
_("span", Tl, [
|
|
7498
7498
|
(a(!0), o(W, null, X(t.selectedItems, (m) => (a(), S(r, I({
|
|
7499
7499
|
ref_for: !0,
|
|
7500
7500
|
ref: "chips",
|
|
@@ -7504,8 +7504,8 @@ function xl(e, s, t, l, n, i) {
|
|
|
7504
7504
|
"close-button-props": { ariaLabel: "close" },
|
|
7505
7505
|
size: n.CHIP_SIZES[t.size]
|
|
7506
7506
|
}, z(i.chipListeners), {
|
|
7507
|
-
onKeyup: Y((
|
|
7508
|
-
onClose: (
|
|
7507
|
+
onKeyup: Y((E) => i.onChipRemove(m), ["backspace"]),
|
|
7508
|
+
onClose: (E) => i.onChipRemove(m)
|
|
7509
7509
|
}), {
|
|
7510
7510
|
default: c(() => [
|
|
7511
7511
|
R(C(m), 1)
|
|
@@ -7563,7 +7563,7 @@ function xl(e, s, t, l, n, i) {
|
|
|
7563
7563
|
} : void 0
|
|
7564
7564
|
]), 1032, ["label", "show-list", "max-height", "popover-offset", "has-suggestion-list", "visually-hidden-close-label", "visually-hidden-close", "append-to", "transition", "onSelect"]);
|
|
7565
7565
|
}
|
|
7566
|
-
const
|
|
7566
|
+
const Xr = /* @__PURE__ */ v(Ol, [["render", xl]]), rs = ["sm", "md", "lg", "xl"];
|
|
7567
7567
|
const Bl = {
|
|
7568
7568
|
name: "DtRecipeCallbarButton",
|
|
7569
7569
|
components: { DtButton: K, DtTooltip: Qe },
|
|
@@ -7700,7 +7700,7 @@ function Pl(e, s, t, l, n, i) {
|
|
|
7700
7700
|
}, {
|
|
7701
7701
|
anchor: c(() => [
|
|
7702
7702
|
_("span", {
|
|
7703
|
-
class:
|
|
7703
|
+
class: y({ "d-c-not-allowed": t.disabled })
|
|
7704
7704
|
}, [
|
|
7705
7705
|
p(r, {
|
|
7706
7706
|
importance: i.buttonImportance,
|
|
@@ -7710,7 +7710,7 @@ function Pl(e, s, t, l, n, i) {
|
|
|
7710
7710
|
"aria-label": t.ariaLabel,
|
|
7711
7711
|
"label-class": i.callbarButtonTextClass,
|
|
7712
7712
|
width: i.buttonWidth,
|
|
7713
|
-
class:
|
|
7713
|
+
class: y(i.callbarButtonClass)
|
|
7714
7714
|
}, {
|
|
7715
7715
|
default: c(() => [
|
|
7716
7716
|
d(e.$slots, "default"),
|
|
@@ -7925,7 +7925,7 @@ const Nl = {
|
|
|
7925
7925
|
}
|
|
7926
7926
|
}, zl = { class: "d-d-flex d-ai-center" };
|
|
7927
7927
|
function Ml(e, s, t, l, n, i) {
|
|
7928
|
-
const r = f("dt-recipe-callbar-button"), h = f("dt-icon"), u = f("dt-button"),
|
|
7928
|
+
const r = f("dt-recipe-callbar-button"), h = f("dt-icon"), u = f("dt-button"), b = f("dt-popover");
|
|
7929
7929
|
return a(), o("div", zl, [
|
|
7930
7930
|
p(r, {
|
|
7931
7931
|
"aria-label": t.ariaLabel,
|
|
@@ -7949,7 +7949,7 @@ function Ml(e, s, t, l, n, i) {
|
|
|
7949
7949
|
]),
|
|
7950
7950
|
_: 3
|
|
7951
7951
|
}, 8, ["aria-label", "disabled", "active", "danger", "button-class", "button-width-size", "text-class", "onClick"]),
|
|
7952
|
-
i.showArrowButton ? (a(), S(
|
|
7952
|
+
i.showArrowButton ? (a(), S(b, I({
|
|
7953
7953
|
key: 0,
|
|
7954
7954
|
id: t.id,
|
|
7955
7955
|
open: n.open,
|
|
@@ -7970,7 +7970,7 @@ function Ml(e, s, t, l, n, i) {
|
|
|
7970
7970
|
circle: "",
|
|
7971
7971
|
importance: "clear",
|
|
7972
7972
|
size: "lg",
|
|
7973
|
-
class:
|
|
7973
|
+
class: y(["dt-recipe--callbar-button-with-popover--arrow", { "d-mln24": !i.isCompactMode }]),
|
|
7974
7974
|
width: "2rem",
|
|
7975
7975
|
"aria-label": t.arrowButtonLabel,
|
|
7976
7976
|
active: n.open,
|
|
@@ -7999,7 +7999,7 @@ function Ml(e, s, t, l, n, i) {
|
|
|
7999
7999
|
}, 16, ["id", "open", "placement", "initial-focus-element", "show-close-button", "dialog-class", "open-popover", "onOpened"])) : g("", !0)
|
|
8000
8000
|
]);
|
|
8001
8001
|
}
|
|
8002
|
-
const
|
|
8002
|
+
const Jr = /* @__PURE__ */ v(Nl, [["render", Ml]]), ql = {
|
|
8003
8003
|
name: "DtRecipeContactInfo",
|
|
8004
8004
|
components: {
|
|
8005
8005
|
DtAvatar: it,
|
|
@@ -8097,7 +8097,7 @@ const td = /* @__PURE__ */ v(Nl, [["render", Ml]]), Vl = {
|
|
|
8097
8097
|
default: null
|
|
8098
8098
|
}
|
|
8099
8099
|
}
|
|
8100
|
-
},
|
|
8100
|
+
}, Vl = {
|
|
8101
8101
|
key: 0,
|
|
8102
8102
|
class: "d-ps-relative",
|
|
8103
8103
|
"data-qa": "contact-info-left"
|
|
@@ -8114,25 +8114,25 @@ function Ql(e, s, t, l, n, i) {
|
|
|
8114
8114
|
"data-qa": "contact-info"
|
|
8115
8115
|
}, {
|
|
8116
8116
|
left: c(() => [
|
|
8117
|
-
t.showAvatar ? (a(), o("div",
|
|
8117
|
+
t.showAvatar ? (a(), o("div", Vl, [
|
|
8118
8118
|
t.avatarList ? (a(), o("div", Hl, [
|
|
8119
|
-
(a(!0), o(W, null, X(t.avatarList, (
|
|
8119
|
+
(a(!0), o(W, null, X(t.avatarList, (b, w) => (a(), o("div", { key: w }, [
|
|
8120
8120
|
p(h, {
|
|
8121
8121
|
size: t.avatarSize,
|
|
8122
|
-
seed:
|
|
8123
|
-
initials:
|
|
8124
|
-
"overlay-icon":
|
|
8125
|
-
"overlay-text":
|
|
8122
|
+
seed: b.seed,
|
|
8123
|
+
initials: b.initials,
|
|
8124
|
+
"overlay-icon": b.icon,
|
|
8125
|
+
"overlay-text": b.text,
|
|
8126
8126
|
"overlay-class": "d-mn4 d-ba d-baw4 d-bc-white d-box-unset",
|
|
8127
8127
|
"avatar-class": ["d-ba d-baw4 d-bc-white d-bar-pill", { "d-mln24": w > 0 }]
|
|
8128
8128
|
}, {
|
|
8129
8129
|
default: c(() => [
|
|
8130
|
-
|
|
8130
|
+
b.src ? (a(), o("img", {
|
|
8131
8131
|
key: 0,
|
|
8132
8132
|
"data-qa": "dt-contact-avatar",
|
|
8133
|
-
src:
|
|
8134
|
-
alt:
|
|
8135
|
-
}, null, 8, Fl)) :
|
|
8133
|
+
src: b.src,
|
|
8134
|
+
alt: b.initials
|
|
8135
|
+
}, null, 8, Fl)) : b.initials ? (a(), o("div", jl, C(b.initials), 1)) : (a(), S(r, {
|
|
8136
8136
|
key: 2,
|
|
8137
8137
|
name: t.avatarIcon
|
|
8138
8138
|
}, null, 8, ["name"]))
|
|
@@ -8187,7 +8187,7 @@ function Ql(e, s, t, l, n, i) {
|
|
|
8187
8187
|
_: 3
|
|
8188
8188
|
}, 8, ["id", "role"]);
|
|
8189
8189
|
}
|
|
8190
|
-
const
|
|
8190
|
+
const ed = /* @__PURE__ */ v(ql, [["render", Ql]]), Xl = [
|
|
8191
8191
|
"green300",
|
|
8192
8192
|
"green100",
|
|
8193
8193
|
"red200",
|
|
@@ -8230,7 +8230,7 @@ const Jl = {
|
|
|
8230
8230
|
}, eo = { class: "d-top-banner-info__left" }, to = { class: "d-top-banner-info__middle d-my4" }, so = { class: "d-top-banner-info__right d-ta-right" };
|
|
8231
8231
|
function io(e, s, t, l, n, i) {
|
|
8232
8232
|
return a(), o("div", {
|
|
8233
|
-
class:
|
|
8233
|
+
class: y(["d-fs-100 d-d-flex d-top-banner-info d-jc-space-between d-ai-center d-fc-primary", i.bannerInfoClass]),
|
|
8234
8234
|
"data-qa": "banner-info"
|
|
8235
8235
|
}, [
|
|
8236
8236
|
_("div", eo, [
|
|
@@ -8244,7 +8244,7 @@ function io(e, s, t, l, n, i) {
|
|
|
8244
8244
|
])
|
|
8245
8245
|
], 2);
|
|
8246
8246
|
}
|
|
8247
|
-
const
|
|
8247
|
+
const td = /* @__PURE__ */ v(Jl, [["render", io]]), rt = "promptmenu", dt = "promptcollect", ct = "promptplay", ut = "gotoexpert", Ne = "goto", ht = "branch", ft = "transfer", mt = "hangup", no = {
|
|
8248
8248
|
[rt]: "keypad",
|
|
8249
8249
|
[dt]: "dialer",
|
|
8250
8250
|
[ct]: "volume-2",
|
|
@@ -8253,7 +8253,7 @@ const id = /* @__PURE__ */ v(Jl, [["render", io]]), rt = "promptmenu", dt = "pro
|
|
|
8253
8253
|
[Ne]: "call-merge",
|
|
8254
8254
|
[ft]: "transfer",
|
|
8255
8255
|
[mt]: "phone-hang-up"
|
|
8256
|
-
},
|
|
8256
|
+
}, sd = {
|
|
8257
8257
|
[rt]: "Menu",
|
|
8258
8258
|
[dt]: "Collect",
|
|
8259
8259
|
[ct]: "Play",
|
|
@@ -8262,7 +8262,7 @@ const id = /* @__PURE__ */ v(Jl, [["render", io]]), rt = "promptmenu", dt = "pro
|
|
|
8262
8262
|
[Ne]: "Go-to",
|
|
8263
8263
|
[ft]: "Transfer",
|
|
8264
8264
|
[mt]: "Hangup"
|
|
8265
|
-
},
|
|
8265
|
+
}, oe = {
|
|
8266
8266
|
PROMPT: {
|
|
8267
8267
|
normal: "d-bc-blue-200",
|
|
8268
8268
|
selected: "d-bc-blue-300"
|
|
@@ -8276,14 +8276,14 @@ const id = /* @__PURE__ */ v(Jl, [["render", io]]), rt = "promptmenu", dt = "pro
|
|
|
8276
8276
|
selected: "d-bc-red-200"
|
|
8277
8277
|
}
|
|
8278
8278
|
}, ao = {
|
|
8279
|
-
[rt]:
|
|
8280
|
-
[dt]:
|
|
8281
|
-
[ct]:
|
|
8282
|
-
[ut]:
|
|
8283
|
-
[ht]:
|
|
8284
|
-
[Ne]:
|
|
8285
|
-
[ft]:
|
|
8286
|
-
[mt]:
|
|
8279
|
+
[rt]: oe.PROMPT,
|
|
8280
|
+
[dt]: oe.PROMPT,
|
|
8281
|
+
[ct]: oe.PROMPT,
|
|
8282
|
+
[ut]: oe.LOGIC,
|
|
8283
|
+
[ht]: oe.LOGIC,
|
|
8284
|
+
[Ne]: oe.LOGIC,
|
|
8285
|
+
[ft]: oe.TERMINAL,
|
|
8286
|
+
[mt]: oe.TERMINAL
|
|
8287
8287
|
};
|
|
8288
8288
|
const lo = {
|
|
8289
8289
|
name: "DtRecipeIvrNode",
|
|
@@ -8371,20 +8371,20 @@ const lo = {
|
|
|
8371
8371
|
"data-qa": "ivr-node-label"
|
|
8372
8372
|
}, co = { class: "d-w164" };
|
|
8373
8373
|
function uo(e, s, t, l, n, i) {
|
|
8374
|
-
const r = f("dt-icon"), h = f("dt-button"), u = f("dt-dropdown"),
|
|
8374
|
+
const r = f("dt-icon"), h = f("dt-button"), u = f("dt-dropdown"), b = f("dt-card");
|
|
8375
8375
|
return a(), o("div", I({ class: "d-d-flex d-fd-column d-ai-center d-c-pointer ivr_node__width" }, z(i.nodeListeners, !0)), [
|
|
8376
8376
|
t.dtmfKey ? (a(), o("div", {
|
|
8377
8377
|
key: 0,
|
|
8378
8378
|
"data-qa": "dt-top-connector-dtmf",
|
|
8379
|
-
class:
|
|
8379
|
+
class: y(["ivr-connector d-w24 d-h24 d-bar-circle d-mbn12 d-fc-white d-fs-200", { "d-mbn16": t.isSelected }])
|
|
8380
8380
|
}, C(t.dtmfKey), 3)) : g("", !0),
|
|
8381
8381
|
e.$slots.connector ? d(e.$slots, "connector", { key: 1 }) : g("", !0),
|
|
8382
8382
|
!t.dtmfKey && !e.$slots.connector ? (a(), o("div", {
|
|
8383
8383
|
key: 2,
|
|
8384
8384
|
"data-qa": "dt-top-connector",
|
|
8385
|
-
class:
|
|
8385
|
+
class: y(["ivr-connector d-w8 d-h8 d-bar-circle d-mbn4", { "d-mbn8": t.isSelected }])
|
|
8386
8386
|
}, null, 2)) : g("", !0),
|
|
8387
|
-
p(
|
|
8387
|
+
p(b, {
|
|
8388
8388
|
"content-class": "d-bt d-bc-black-300 d-px12 d-pt8 d-pb12",
|
|
8389
8389
|
"container-class": [
|
|
8390
8390
|
"d-w100p",
|
|
@@ -8412,7 +8412,7 @@ function uo(e, s, t, l, n, i) {
|
|
|
8412
8412
|
p(r, {
|
|
8413
8413
|
name: i.nodeIcon,
|
|
8414
8414
|
size: "200",
|
|
8415
|
-
class:
|
|
8415
|
+
class: y(["", { ivr_node__goto_icon: i.isGotoNode }])
|
|
8416
8416
|
}, null, 8, ["name", "class"])
|
|
8417
8417
|
]),
|
|
8418
8418
|
_: 1
|
|
@@ -8455,7 +8455,7 @@ function uo(e, s, t, l, n, i) {
|
|
|
8455
8455
|
}, 8, ["container-class", "header-class"])
|
|
8456
8456
|
], 16);
|
|
8457
8457
|
}
|
|
8458
|
-
const
|
|
8458
|
+
const id = /* @__PURE__ */ v(lo, [["render", uo]]);
|
|
8459
8459
|
const ho = {
|
|
8460
8460
|
name: "DtRecipeGroupedChip",
|
|
8461
8461
|
components: {
|
|
@@ -8532,7 +8532,7 @@ function bo(e, s, t, l, n, i) {
|
|
|
8532
8532
|
})
|
|
8533
8533
|
]);
|
|
8534
8534
|
}
|
|
8535
|
-
const
|
|
8535
|
+
const nd = /* @__PURE__ */ v(ho, [["render", bo]]);
|
|
8536
8536
|
const yo = {
|
|
8537
8537
|
name: "DtRecipeSettingsMenuButton",
|
|
8538
8538
|
components: {
|
|
@@ -8596,7 +8596,7 @@ function vo(e, s, t, l, n, i) {
|
|
|
8596
8596
|
_: 1
|
|
8597
8597
|
}, 16, ["aria-label"]));
|
|
8598
8598
|
}
|
|
8599
|
-
const
|
|
8599
|
+
const ad = /* @__PURE__ */ v(yo, [["render", vo], ["__scopeId", "data-v-7712e6e1"]]), N = {
|
|
8600
8600
|
INBOX: "inbox",
|
|
8601
8601
|
CONTACTS: "contacts",
|
|
8602
8602
|
CHANNELS: "channels",
|
|
@@ -8648,12 +8648,12 @@ const od = /* @__PURE__ */ v(yo, [["render", vo], ["__scopeId", "data-v-7712e6e1
|
|
|
8648
8648
|
}, Lo = /* @__PURE__ */ Os('<circle cx="179" cy="179" r="179" fill="url(#paint0_linear_4_44)"></circle><path d="M179 268.5v-11.933V268.5Zm86.517 0v11.933h19.308l-8.635-17.27-10.673 5.337Zm-16.73-33.459-9.3-7.478-4.797 5.967 3.424 6.848 10.673-5.337ZM179 101.433c42.839 0 77.567 34.728 77.567 77.567h23.866c0-56.02-45.413-101.433-101.433-101.433v23.866ZM101.433 179c0-42.839 34.728-77.567 77.567-77.567V77.567C122.98 77.567 77.567 122.98 77.567 179h23.866ZM179 256.567c-42.839 0-77.567-34.728-77.567-77.567H77.567c0 56.02 45.413 101.433 101.433 101.433v-23.866Zm86.517 0H179v23.866h86.517v-23.866Zm-27.403-16.189 16.729 33.459 21.347-10.674-16.729-33.459-21.347 10.674ZM256.567 179c0 18.396-6.39 35.268-17.08 48.563l18.6 14.955c13.975-17.38 22.346-39.488 22.346-63.518h-23.866Z" fill="white"></path><path d="M226.733 202.867c-6.527 5.701-13.942 10.11-22.243 13.226-8.302 3.116-16.781 4.674-25.437 4.674-8.727 0-17.241-1.558-25.543-4.674-8.301-3.116-15.716-7.525-22.243-13.226v-11.934c4.399 2.652 9.365 4.939 14.9 6.862a112.163 112.163 0 0 0 16.815 4.674c5.748 1.127 11.105 1.69 16.071 1.69 5.038 0 10.395-.563 16.071-1.69a112.209 112.209 0 0 0 16.816-4.674c5.534-1.923 10.465-4.21 14.793-6.862v11.934Z" fill="white"></path><defs><linearGradient id="paint0_linear_4_44" x1="0" y1="0" x2="358" y2="358" gradientUnits="userSpaceOnUse"><stop stop-color="#7C52FF"></stop><stop offset="1" stop-color="#F9008E"></stop></linearGradient></defs>', 4), Oo = [
|
|
8649
8649
|
Lo
|
|
8650
8650
|
];
|
|
8651
|
-
function
|
|
8651
|
+
function Eo(e, s) {
|
|
8652
8652
|
return a(), o("svg", ko, Oo);
|
|
8653
8653
|
}
|
|
8654
|
-
const
|
|
8654
|
+
const To = /* @__PURE__ */ v(wo, [["render", Eo]]), Ao = {
|
|
8655
8655
|
name: "DtRecipeLeftbarGeneralRowIcon",
|
|
8656
|
-
components: { DtIcon: B, IconDialbot:
|
|
8656
|
+
components: { DtIcon: B, IconDialbot: To },
|
|
8657
8657
|
props: {
|
|
8658
8658
|
type: {
|
|
8659
8659
|
type: String,
|
|
@@ -8706,10 +8706,10 @@ function Do(e, s, t, l, n, i) {
|
|
|
8706
8706
|
size: t.iconSize
|
|
8707
8707
|
}, null, 8, ["name", "size"])) : i.isContactCenterType ? (a(), o("div", {
|
|
8708
8708
|
key: 1,
|
|
8709
|
-
class:
|
|
8709
|
+
class: y(i.contactCenterIconClasses)
|
|
8710
8710
|
}, null, 2)) : i.isDialbotType ? (a(), o("div", {
|
|
8711
8711
|
key: 2,
|
|
8712
|
-
class:
|
|
8712
|
+
class: y(i.dialbotClasses),
|
|
8713
8713
|
"data-qa": "general-row-dialbot"
|
|
8714
8714
|
}, [
|
|
8715
8715
|
p(h, { class: "d-svg--size24" })
|
|
@@ -8859,7 +8859,8 @@ const xo = {
|
|
|
8859
8859
|
],
|
|
8860
8860
|
data() {
|
|
8861
8861
|
return {
|
|
8862
|
-
actionFocused: !1
|
|
8862
|
+
actionFocused: !1,
|
|
8863
|
+
labelWidth: "100%"
|
|
8863
8864
|
};
|
|
8864
8865
|
},
|
|
8865
8866
|
computed: {
|
|
@@ -8910,33 +8911,47 @@ const xo = {
|
|
|
8910
8911
|
}
|
|
8911
8912
|
}
|
|
8912
8913
|
},
|
|
8914
|
+
beforeUpdate() {
|
|
8915
|
+
this.handleResize();
|
|
8916
|
+
},
|
|
8917
|
+
mounted: function() {
|
|
8918
|
+
this.handleResize(), window.addEventListener("resize", this.handleResize);
|
|
8919
|
+
},
|
|
8920
|
+
beforeUnmount: function() {
|
|
8921
|
+
window.removeEventListener("resize", this.handleResize);
|
|
8922
|
+
},
|
|
8913
8923
|
methods: {
|
|
8914
8924
|
validateProps() {
|
|
8915
8925
|
this.type === N.CONTACT_CENTER && !Object.keys(Be).includes(this.color) && console.error(Io);
|
|
8926
|
+
},
|
|
8927
|
+
async handleResize() {
|
|
8928
|
+
var n, i, r, h, u, b;
|
|
8929
|
+
const e = ((i = (n = this.$el) == null ? void 0 : n.querySelector(".dt-leftbar-row__primary")) == null ? void 0 : i.clientWidth) || 0, s = ((h = (r = this.$el) == null ? void 0 : r.querySelector(".dt-leftbar-row__omega")) == null ? void 0 : h.clientWidth) || 0, t = ((b = (u = this.$el) == null ? void 0 : u.querySelector(".dt-leftbar-row__alpha")) == null ? void 0 : b.clientWidth) || 0, l = 16;
|
|
8930
|
+
this.labelWidth = e - (s + t + l) + "px";
|
|
8916
8931
|
}
|
|
8917
8932
|
}
|
|
8918
8933
|
}, Bo = ["data-qa", "aria-label", "title", "href"], Po = { class: "dt-leftbar-row__alpha" }, $o = {
|
|
8919
8934
|
key: 0,
|
|
8920
8935
|
class: "dt-leftbar-row__is-typing"
|
|
8921
|
-
}, No = /* @__PURE__ */ _("span", null, null, -1), zo = /* @__PURE__ */ _("span", null, null, -1), Mo = /* @__PURE__ */ _("span", null, null, -1),
|
|
8936
|
+
}, No = /* @__PURE__ */ _("span", null, null, -1), zo = /* @__PURE__ */ _("span", null, null, -1), Mo = /* @__PURE__ */ _("span", null, null, -1), qo = [
|
|
8922
8937
|
No,
|
|
8923
8938
|
zo,
|
|
8924
8939
|
Mo
|
|
8925
|
-
],
|
|
8940
|
+
], Vo = {
|
|
8926
8941
|
key: 0,
|
|
8927
8942
|
class: "dt-leftbar-row__omega"
|
|
8928
|
-
},
|
|
8943
|
+
}, Ho = {
|
|
8929
8944
|
key: 1,
|
|
8930
8945
|
class: "dt-leftbar-row__active-voice"
|
|
8931
|
-
},
|
|
8946
|
+
}, Fo = {
|
|
8932
8947
|
key: 3,
|
|
8933
8948
|
class: "dt-leftbar-row__action",
|
|
8934
8949
|
"data-qa": "dt-leftbar-row-action"
|
|
8935
8950
|
};
|
|
8936
|
-
function
|
|
8937
|
-
const r = f("dt-recipe-leftbar-general-row-icon"), h = f("dt-emoji-text-wrapper"), u = f("dt-tooltip"),
|
|
8951
|
+
function jo(e, s, t, l, n, i) {
|
|
8952
|
+
const r = f("dt-recipe-leftbar-general-row-icon"), h = f("dt-emoji-text-wrapper"), u = f("dt-tooltip"), b = f("dt-icon"), w = f("dt-badge"), m = f("dt-button");
|
|
8938
8953
|
return a(), o("div", {
|
|
8939
|
-
class:
|
|
8954
|
+
class: y(i.leftbarGeneralRowClasses),
|
|
8940
8955
|
"data-qa": "dt-leftbar-row"
|
|
8941
8956
|
}, [
|
|
8942
8957
|
_("a", I({
|
|
@@ -8947,7 +8962,7 @@ function Go(e, s, t, l, n, i) {
|
|
|
8947
8962
|
href: "href" in e.$attrs ? e.$attrs.href : "javascript:void(0)"
|
|
8948
8963
|
}, e.$attrs), [
|
|
8949
8964
|
_("div", Po, [
|
|
8950
|
-
t.isTyping ? (a(), o("div", $o,
|
|
8965
|
+
t.isTyping ? (a(), o("div", $o, qo)) : d(e.$slots, "left", { key: 1 }, () => [
|
|
8951
8966
|
p(r, {
|
|
8952
8967
|
type: i.getIcon,
|
|
8953
8968
|
color: t.color,
|
|
@@ -8956,7 +8971,10 @@ function Go(e, s, t, l, n, i) {
|
|
|
8956
8971
|
}, null, 8, ["type", "color", "icon-size"])
|
|
8957
8972
|
])
|
|
8958
8973
|
]),
|
|
8959
|
-
_("div",
|
|
8974
|
+
_("div", {
|
|
8975
|
+
class: "dt-leftbar-row__label",
|
|
8976
|
+
style: se(`flex-basis: ${n.labelWidth}`)
|
|
8977
|
+
}, [
|
|
8960
8978
|
d(e.$slots, "label", {}, () => [
|
|
8961
8979
|
p(h, {
|
|
8962
8980
|
class: "dt-leftbar-row__description",
|
|
@@ -8969,21 +8987,25 @@ function Go(e, s, t, l, n, i) {
|
|
|
8969
8987
|
_: 1
|
|
8970
8988
|
})
|
|
8971
8989
|
])
|
|
8972
|
-
])
|
|
8990
|
+
], 4)
|
|
8973
8991
|
], 16, Bo),
|
|
8974
|
-
i.hasActions ? (a(), o("div",
|
|
8992
|
+
i.hasActions ? (a(), o("div", Vo, [
|
|
8975
8993
|
t.dndText ? (a(), S(u, {
|
|
8976
8994
|
key: 0,
|
|
8977
8995
|
placement: "top",
|
|
8978
8996
|
message: t.dndTextTooltip
|
|
8979
8997
|
}, {
|
|
8980
8998
|
anchor: c(() => [
|
|
8981
|
-
_("div",
|
|
8999
|
+
_("div", {
|
|
9000
|
+
ref: "dt-leftbar-row-dnd",
|
|
9001
|
+
class: "dt-leftbar-row__dnd",
|
|
9002
|
+
"data-qa": "dt-leftbar-row-dnd"
|
|
9003
|
+
}, C(t.dndText), 513)
|
|
8982
9004
|
]),
|
|
8983
9005
|
_: 1
|
|
8984
9006
|
}, 8, ["message"])) : g("", !0),
|
|
8985
|
-
t.activeVoiceChat ? (a(), o("div",
|
|
8986
|
-
p(
|
|
9007
|
+
t.activeVoiceChat ? (a(), o("div", Ho, [
|
|
9008
|
+
p(b, {
|
|
8987
9009
|
size: "300",
|
|
8988
9010
|
name: "activity"
|
|
8989
9011
|
})
|
|
@@ -9007,7 +9029,7 @@ function Go(e, s, t, l, n, i) {
|
|
|
9007
9029
|
]),
|
|
9008
9030
|
_: 1
|
|
9009
9031
|
}, 8, ["message"])) : g("", !0),
|
|
9010
|
-
t.hasCallButton ? (a(), o("div",
|
|
9032
|
+
t.hasCallButton ? (a(), o("div", Fo, [
|
|
9011
9033
|
p(u, {
|
|
9012
9034
|
message: t.callButtonTooltip,
|
|
9013
9035
|
placement: "top"
|
|
@@ -9020,12 +9042,12 @@ function Go(e, s, t, l, n, i) {
|
|
|
9020
9042
|
size: "xs",
|
|
9021
9043
|
kind: "inverted",
|
|
9022
9044
|
"aria-label": t.callButtonTooltip,
|
|
9023
|
-
onFocus: s[0] || (s[0] = (
|
|
9024
|
-
onBlur: s[1] || (s[1] = (
|
|
9025
|
-
onClick: s[2] || (s[2] = te((
|
|
9045
|
+
onFocus: s[0] || (s[0] = (E) => n.actionFocused = !0),
|
|
9046
|
+
onBlur: s[1] || (s[1] = (E) => n.actionFocused = !1),
|
|
9047
|
+
onClick: s[2] || (s[2] = te((E) => e.$emit("call", E), ["stop"]))
|
|
9026
9048
|
}, {
|
|
9027
9049
|
icon: c(() => [
|
|
9028
|
-
p(
|
|
9050
|
+
p(b, {
|
|
9029
9051
|
name: "phone",
|
|
9030
9052
|
size: "200"
|
|
9031
9053
|
})
|
|
@@ -9039,7 +9061,7 @@ function Go(e, s, t, l, n, i) {
|
|
|
9039
9061
|
])) : g("", !0)
|
|
9040
9062
|
], 2);
|
|
9041
9063
|
}
|
|
9042
|
-
const ds = /* @__PURE__ */ v(xo, [["render",
|
|
9064
|
+
const ds = /* @__PURE__ */ v(xo, [["render", jo]]), Ko = {
|
|
9043
9065
|
name: "DtRecipeGroupRow",
|
|
9044
9066
|
components: {
|
|
9045
9067
|
DtIcon: B,
|
|
@@ -9113,7 +9135,7 @@ const ds = /* @__PURE__ */ v(xo, [["render", Go]]), Uo = {
|
|
|
9113
9135
|
}
|
|
9114
9136
|
}
|
|
9115
9137
|
};
|
|
9116
|
-
function
|
|
9138
|
+
function Go(e, s, t, l, n, i) {
|
|
9117
9139
|
const r = f("dt-icon"), h = f("dt-recipe-general-row");
|
|
9118
9140
|
return a(), S(h, I({
|
|
9119
9141
|
description: t.names,
|
|
@@ -9133,7 +9155,7 @@ function Wo(e, s, t, l, n, i) {
|
|
|
9133
9155
|
_: 1
|
|
9134
9156
|
}, 16, ["description", "aria-label", "unread-count", "has-unreads", "unread-count-tooltip", "selected", "is-typing"]);
|
|
9135
9157
|
}
|
|
9136
|
-
const
|
|
9158
|
+
const ld = /* @__PURE__ */ v(Ko, [["render", Go]]), Uo = {
|
|
9137
9159
|
name: "DtRecipeGroupRow",
|
|
9138
9160
|
components: {
|
|
9139
9161
|
DtAvatar: it,
|
|
@@ -9288,10 +9310,10 @@ const rd = /* @__PURE__ */ v(Uo, [["render", Wo]]), Zo = {
|
|
|
9288
9310
|
return Xe([this.name, this.presenceText, this.userStatus]);
|
|
9289
9311
|
}
|
|
9290
9312
|
}
|
|
9291
|
-
},
|
|
9292
|
-
function
|
|
9293
|
-
const r = f("dt-icon"), h = f("dt-avatar"), u = f("dt-emoji-text-wrapper"),
|
|
9294
|
-
return a(), S(
|
|
9313
|
+
}, Wo = ["src"], Zo = { class: "dt-leftbar-row__status" };
|
|
9314
|
+
function Yo(e, s, t, l, n, i) {
|
|
9315
|
+
const r = f("dt-icon"), h = f("dt-avatar"), u = f("dt-emoji-text-wrapper"), b = f("dt-recipe-general-row");
|
|
9316
|
+
return a(), S(b, I({
|
|
9295
9317
|
"unread-count": t.unreadCount,
|
|
9296
9318
|
description: i.contactDescription,
|
|
9297
9319
|
"has-unreads": t.hasUnreads,
|
|
@@ -9316,7 +9338,7 @@ function Xo(e, s, t, l, n, i) {
|
|
|
9316
9338
|
"data-qa": "dt-avatar-image",
|
|
9317
9339
|
src: t.avatarSrc,
|
|
9318
9340
|
alt: ""
|
|
9319
|
-
}, null, 8,
|
|
9341
|
+
}, null, 8, Wo)) : t.noInitials ? (a(), S(r, {
|
|
9320
9342
|
key: 1,
|
|
9321
9343
|
name: "user",
|
|
9322
9344
|
size: "200"
|
|
@@ -9338,11 +9360,11 @@ function Xo(e, s, t, l, n, i) {
|
|
|
9338
9360
|
]),
|
|
9339
9361
|
_: 1
|
|
9340
9362
|
}),
|
|
9341
|
-
_("div",
|
|
9363
|
+
_("div", Zo, [
|
|
9342
9364
|
t.presenceText ? (a(), o("span", {
|
|
9343
9365
|
key: 0,
|
|
9344
9366
|
"data-qa": "dt-leftbar-row-presence-text",
|
|
9345
|
-
class:
|
|
9367
|
+
class: y(["dt-leftbar-row__meta-context", i.presenceColorClass])
|
|
9346
9368
|
}, C(t.presenceText), 3)) : g("", !0),
|
|
9347
9369
|
t.userStatus ? (a(), S(u, {
|
|
9348
9370
|
key: 1,
|
|
@@ -9361,8 +9383,8 @@ function Xo(e, s, t, l, n, i) {
|
|
|
9361
9383
|
_: 1
|
|
9362
9384
|
}, 16, ["unread-count", "description", "has-unreads", "selected", "has-call-button", "muted", "is-typing", "call-button-tooltip", "unread-count-tooltip"]);
|
|
9363
9385
|
}
|
|
9364
|
-
const
|
|
9365
|
-
const
|
|
9386
|
+
const od = /* @__PURE__ */ v(Uo, [["render", Yo]]), Qo = ["up", "down"], Xo = ["mentions", "messages"];
|
|
9387
|
+
const Jo = {
|
|
9366
9388
|
name: "DtRecipeUnreadPill",
|
|
9367
9389
|
components: {
|
|
9368
9390
|
DtIcon: B
|
|
@@ -9375,7 +9397,7 @@ const tr = {
|
|
|
9375
9397
|
kind: {
|
|
9376
9398
|
type: String,
|
|
9377
9399
|
required: !0,
|
|
9378
|
-
validator: (e) =>
|
|
9400
|
+
validator: (e) => Xo.includes(e)
|
|
9379
9401
|
},
|
|
9380
9402
|
/**
|
|
9381
9403
|
* The direction of the arrow icon
|
|
@@ -9384,7 +9406,7 @@ const tr = {
|
|
|
9384
9406
|
direction: {
|
|
9385
9407
|
type: String,
|
|
9386
9408
|
required: !0,
|
|
9387
|
-
validator: (e) =>
|
|
9409
|
+
validator: (e) => Qo.includes(e)
|
|
9388
9410
|
}
|
|
9389
9411
|
},
|
|
9390
9412
|
emits: [
|
|
@@ -9403,8 +9425,8 @@ const tr = {
|
|
|
9403
9425
|
};
|
|
9404
9426
|
}
|
|
9405
9427
|
}
|
|
9406
|
-
},
|
|
9407
|
-
function
|
|
9428
|
+
}, er = { "data-qa": "dt-leftbar-unread-pill__label" };
|
|
9429
|
+
function tr(e, s, t, l, n, i) {
|
|
9408
9430
|
const r = f("dt-icon");
|
|
9409
9431
|
return a(), o("button", I({
|
|
9410
9432
|
class: ["dt-leftbar-unread-pill", `dt-leftbar-unread-pill--${t.kind}`],
|
|
@@ -9415,17 +9437,17 @@ function ir(e, s, t, l, n, i) {
|
|
|
9415
9437
|
name: `arrow-${t.direction}`,
|
|
9416
9438
|
size: "300"
|
|
9417
9439
|
}, null, 8, ["name"]),
|
|
9418
|
-
_("span",
|
|
9440
|
+
_("span", er, [
|
|
9419
9441
|
d(e.$slots, "default")
|
|
9420
9442
|
])
|
|
9421
9443
|
], 16);
|
|
9422
9444
|
}
|
|
9423
|
-
const
|
|
9445
|
+
const rd = /* @__PURE__ */ v(Jo, [["render", tr]]), Fe = {
|
|
9424
9446
|
NORMAL: "",
|
|
9425
9447
|
SEARCHED: "d-bgc-warning-subtle",
|
|
9426
9448
|
ERROR: "d-bgc-critical-subtle"
|
|
9427
9449
|
}, je = "NORMAL";
|
|
9428
|
-
const
|
|
9450
|
+
const sr = {
|
|
9429
9451
|
name: "DtRecipeFeedItemRow",
|
|
9430
9452
|
components: {
|
|
9431
9453
|
DtAvatar: it,
|
|
@@ -9545,21 +9567,21 @@ const nr = {
|
|
|
9545
9567
|
this.state === je || this.faded === !0 || (this.$refs.FeedItemRef.$el.classList.remove(Fe[this.state]), this.faded = !0);
|
|
9546
9568
|
}
|
|
9547
9569
|
}
|
|
9548
|
-
},
|
|
9570
|
+
}, ir = ["src"], nr = {
|
|
9549
9571
|
key: 0,
|
|
9550
9572
|
"data-qa": "feed-item-row-header",
|
|
9551
9573
|
class: "d-d-flex d-ai-center"
|
|
9552
|
-
},
|
|
9574
|
+
}, ar = { class: "d-fs-200 d-lh-300 d-fw-bold d-to-ellipsis d-of-hidden d-ws-nowrap" }, lr = { class: "d-fs-100 d-mt2 d-lh-300 d-fc-tertiary d-fw-normal d-ml4 d-fl-shrink0" }, or = {
|
|
9553
9575
|
class: "content-text-wrapper-class",
|
|
9554
9576
|
"data-qa": "feed-item-row-content"
|
|
9555
|
-
},
|
|
9577
|
+
}, rr = {
|
|
9556
9578
|
class: "d-d-flex d-fw-wrap",
|
|
9557
9579
|
"data-qa": "feed-item-row-reactions"
|
|
9558
|
-
},
|
|
9580
|
+
}, dr = {
|
|
9559
9581
|
"data-qa": "feed-item-row-menu",
|
|
9560
9582
|
class: "d-ps-absolute d-tn16 d-r12"
|
|
9561
9583
|
};
|
|
9562
|
-
function
|
|
9584
|
+
function cr(e, s, t, l, n, i) {
|
|
9563
9585
|
const r = f("dt-avatar"), h = f("dt-lazy-show"), u = f("dt-list-item");
|
|
9564
9586
|
return a(), S(u, I({
|
|
9565
9587
|
ref: "FeedItemRef",
|
|
@@ -9580,7 +9602,7 @@ function hr(e, s, t, l, n, i) {
|
|
|
9580
9602
|
"data-qa": "feed-item-row-avatar-img",
|
|
9581
9603
|
alt: "",
|
|
9582
9604
|
src: t.avatarImageUrl
|
|
9583
|
-
}, null, 8,
|
|
9605
|
+
}, null, 8, ir)) : g("", !0)
|
|
9584
9606
|
]),
|
|
9585
9607
|
_: 1
|
|
9586
9608
|
}, 8, ["initials"])) : g("", !0),
|
|
@@ -9593,13 +9615,13 @@ function hr(e, s, t, l, n, i) {
|
|
|
9593
9615
|
])
|
|
9594
9616
|
]),
|
|
9595
9617
|
bottom: c(() => [
|
|
9596
|
-
_("div",
|
|
9618
|
+
_("div", rr, [
|
|
9597
9619
|
d(e.$slots, "reactions")
|
|
9598
9620
|
]),
|
|
9599
9621
|
d(e.$slots, "threading")
|
|
9600
9622
|
]),
|
|
9601
9623
|
right: c(() => [
|
|
9602
|
-
Se(_("div",
|
|
9624
|
+
Se(_("div", dr, [
|
|
9603
9625
|
p(h, {
|
|
9604
9626
|
appear: !0,
|
|
9605
9627
|
transition: "fade",
|
|
@@ -9616,11 +9638,11 @@ function hr(e, s, t, l, n, i) {
|
|
|
9616
9638
|
]),
|
|
9617
9639
|
default: c(() => [
|
|
9618
9640
|
_("article", null, [
|
|
9619
|
-
t.showHeader ? (a(), o("div",
|
|
9620
|
-
_("p",
|
|
9621
|
-
_("time",
|
|
9641
|
+
t.showHeader ? (a(), o("div", nr, [
|
|
9642
|
+
_("p", ar, C(t.displayName), 1),
|
|
9643
|
+
_("time", lr, C(t.time), 1)
|
|
9622
9644
|
])) : g("", !0),
|
|
9623
|
-
_("span",
|
|
9645
|
+
_("span", or, [
|
|
9624
9646
|
d(e.$slots, "default")
|
|
9625
9647
|
])
|
|
9626
9648
|
])
|
|
@@ -9628,7 +9650,7 @@ function hr(e, s, t, l, n, i) {
|
|
|
9628
9650
|
_: 3
|
|
9629
9651
|
}, 16, ["class"]);
|
|
9630
9652
|
}
|
|
9631
|
-
const
|
|
9653
|
+
const dd = /* @__PURE__ */ v(sr, [["render", cr]]), ur = {
|
|
9632
9654
|
name: "DtRecipeTimePill",
|
|
9633
9655
|
props: {
|
|
9634
9656
|
/**
|
|
@@ -9651,21 +9673,21 @@ const ud = /* @__PURE__ */ v(nr, [["render", hr]]), fr = {
|
|
|
9651
9673
|
}
|
|
9652
9674
|
}
|
|
9653
9675
|
}
|
|
9654
|
-
},
|
|
9655
|
-
function
|
|
9676
|
+
}, hr = ["dateTime"];
|
|
9677
|
+
function fr(e, s, t, l, n, i) {
|
|
9656
9678
|
return a(), o("time", {
|
|
9657
9679
|
"data-qa": "dt-time-pill",
|
|
9658
9680
|
dateTime: t.dateTime,
|
|
9659
9681
|
class: "d-ba d-bar-pill d-baw1 d-bc-black-300 d-px16 d-py4 d-fs-100"
|
|
9660
|
-
}, C(t.dateTimeDisplay), 9,
|
|
9682
|
+
}, C(t.dateTimeDisplay), 9, hr);
|
|
9661
9683
|
}
|
|
9662
|
-
const
|
|
9684
|
+
const cd = /* @__PURE__ */ v(ur, [["render", fr]]), mr = [
|
|
9663
9685
|
"emojiUnicodeOrShortname",
|
|
9664
9686
|
"isSelected",
|
|
9665
9687
|
"ariaLabel",
|
|
9666
9688
|
"tooltip",
|
|
9667
9689
|
"num"
|
|
9668
|
-
],
|
|
9690
|
+
], pr = {
|
|
9669
9691
|
name: "DtRecipeEmojiRow",
|
|
9670
9692
|
components: { DtTooltip: Qe, DtButton: K, DtEmoji: zs, DtEmojiTextWrapper: st },
|
|
9671
9693
|
mixins: [],
|
|
@@ -9678,7 +9700,7 @@ const hd = /* @__PURE__ */ v(fr, [["render", pr]]), gr = [
|
|
|
9678
9700
|
default: () => [],
|
|
9679
9701
|
validator: (e) => {
|
|
9680
9702
|
for (const s of e)
|
|
9681
|
-
if (!
|
|
9703
|
+
if (!mr.every((l) => s[l] !== void 0))
|
|
9682
9704
|
return !1;
|
|
9683
9705
|
return !0;
|
|
9684
9706
|
}
|
|
@@ -9699,16 +9721,16 @@ const hd = /* @__PURE__ */ v(fr, [["render", pr]]), gr = [
|
|
|
9699
9721
|
});
|
|
9700
9722
|
}
|
|
9701
9723
|
}
|
|
9702
|
-
},
|
|
9703
|
-
function
|
|
9704
|
-
const r = f("dt-emoji-text-wrapper"), h = f("dt-emoji"), u = f("dt-button"),
|
|
9705
|
-
return a(), o("span",
|
|
9724
|
+
}, gr = { class: "d-d-flex d-fw-wrap" }, _r = ["reaction"], br = { "aria-hidden": "true" }, yr = { class: "d-mr4" }, vr = { class: "d-fw-bold d-fs-100" };
|
|
9725
|
+
function Sr(e, s, t, l, n, i) {
|
|
9726
|
+
const r = f("dt-emoji-text-wrapper"), h = f("dt-emoji"), u = f("dt-button"), b = f("dt-tooltip");
|
|
9727
|
+
return a(), o("span", gr, [
|
|
9706
9728
|
(a(!0), o(W, null, X(t.reactions, (w) => (a(), o("span", {
|
|
9707
9729
|
key: w.unicodeOutput,
|
|
9708
9730
|
reaction: w,
|
|
9709
9731
|
class: "d-mr4 d-mb4"
|
|
9710
9732
|
}, [
|
|
9711
|
-
p(
|
|
9733
|
+
p(b, {
|
|
9712
9734
|
class: "d-d-inline-block",
|
|
9713
9735
|
"content-class": "d-wmx464",
|
|
9714
9736
|
onShown: (m) => i.emojiHovered(w, m)
|
|
@@ -9718,29 +9740,29 @@ function Cr(e, s, t, l, n, i) {
|
|
|
9718
9740
|
importance: "clear",
|
|
9719
9741
|
size: "sm",
|
|
9720
9742
|
"data-qa": "feed-item-reaction-button",
|
|
9721
|
-
class:
|
|
9743
|
+
class: y([
|
|
9722
9744
|
"d-h24 d-bar16 d-py0 d-fs-200 d-mb0 d-t",
|
|
9723
9745
|
w.isSelected ? `d-fc-purple-500 d-bgc-purple-400 d-bgo10 d-bc-purple-400 d-bco50 ' +
|
|
9724
9746
|
'h:d-bgc-purple-400 h:d-bco25 a:d-bgc-purple-400 a:d-bco25` : "d-fc-black-600 d-bgc-black-100 h:d-bgc-white h:d-bc-black-600 a:d-bgc-white a:d-bc-black-600"
|
|
9725
9747
|
]),
|
|
9726
9748
|
"aria-label": w.ariaLabel,
|
|
9727
9749
|
attrs: m,
|
|
9728
|
-
onClick: (
|
|
9750
|
+
onClick: (E) => i.emojiClicked(w)
|
|
9729
9751
|
}, {
|
|
9730
9752
|
default: c(() => [
|
|
9731
|
-
_("span",
|
|
9753
|
+
_("span", yr, [
|
|
9732
9754
|
p(h, {
|
|
9733
9755
|
size: "200",
|
|
9734
9756
|
code: w.emojiUnicodeOrShortname
|
|
9735
9757
|
}, null, 8, ["code"])
|
|
9736
9758
|
]),
|
|
9737
|
-
_("span",
|
|
9759
|
+
_("span", vr, C(w.num), 1)
|
|
9738
9760
|
]),
|
|
9739
9761
|
_: 2
|
|
9740
9762
|
}, 1032, ["class", "aria-label", "attrs", "onClick"])
|
|
9741
9763
|
]),
|
|
9742
9764
|
default: c(() => [
|
|
9743
|
-
_("span",
|
|
9765
|
+
_("span", br, [
|
|
9744
9766
|
p(r, { size: "200" }, {
|
|
9745
9767
|
default: c(() => [
|
|
9746
9768
|
R(C(w.tooltip), 1)
|
|
@@ -9751,18 +9773,18 @@ function Cr(e, s, t, l, n, i) {
|
|
|
9751
9773
|
]),
|
|
9752
9774
|
_: 2
|
|
9753
9775
|
}, 1032, ["onShown"])
|
|
9754
|
-
], 8,
|
|
9776
|
+
], 8, _r))), 128))
|
|
9755
9777
|
]);
|
|
9756
9778
|
}
|
|
9757
|
-
const
|
|
9779
|
+
const ud = /* @__PURE__ */ v(pr, [["render", Sr]]);
|
|
9758
9780
|
export {
|
|
9759
9781
|
Gs as AVATAR_COLORS,
|
|
9760
9782
|
Rt as AVATAR_GROUP_VALIDATOR,
|
|
9761
|
-
|
|
9783
|
+
Lr as AVATAR_ICON_SIZES,
|
|
9762
9784
|
At as AVATAR_KIND_MODIFIERS,
|
|
9763
9785
|
Ks as AVATAR_PRESENCE_SIZE_MODIFIERS,
|
|
9764
9786
|
Dt as AVATAR_PRESENCE_STATES,
|
|
9765
|
-
|
|
9787
|
+
Ve as AVATAR_SIZE_MODIFIERS,
|
|
9766
9788
|
Pt as BADGE_DECORATION_MODIFIERS,
|
|
9767
9789
|
Bt as BADGE_KIND_MODIFIERS,
|
|
9768
9790
|
xt as BADGE_TYPE_MODIFIERS,
|
|
@@ -9770,89 +9792,89 @@ export {
|
|
|
9770
9792
|
Si as BREADCRUMB_ITEM_SELECTED_MODIFIER,
|
|
9771
9793
|
$t as BUTTON_GROUP_ALIGNMENT,
|
|
9772
9794
|
rs as CALLBAR_BUTTON_VALID_WIDTH_SIZE,
|
|
9773
|
-
|
|
9795
|
+
Vt as CHIP_SIZE_MODIFIERS,
|
|
9774
9796
|
Xl as COLOR_CODES,
|
|
9775
|
-
|
|
9776
|
-
|
|
9797
|
+
md as DEFAULT_VALIDATION_MESSAGE_TYPE,
|
|
9798
|
+
pd as DESCRIPTION_SIZE_TYPES,
|
|
9777
9799
|
it as DtAvatar,
|
|
9778
9800
|
ni as DtBadge,
|
|
9779
|
-
|
|
9780
|
-
|
|
9781
|
-
|
|
9801
|
+
Or as DtBanner,
|
|
9802
|
+
Ei as DtBreadcrumbItem,
|
|
9803
|
+
Er as DtBreadcrumbs,
|
|
9782
9804
|
K as DtButton,
|
|
9783
|
-
|
|
9805
|
+
Tr as DtButtonGroup,
|
|
9784
9806
|
$i as DtCard,
|
|
9785
9807
|
Qt as DtCheckableInputMixin,
|
|
9786
|
-
|
|
9787
|
-
|
|
9808
|
+
Hr as DtCheckbox,
|
|
9809
|
+
Fr as DtCheckboxGroup,
|
|
9788
9810
|
ns as DtChip,
|
|
9789
|
-
|
|
9790
|
-
|
|
9811
|
+
Ar as DtCodeblock,
|
|
9812
|
+
Dr as DtCollapsible,
|
|
9791
9813
|
rn as DtCombobox,
|
|
9792
9814
|
yn as DtDropdown,
|
|
9793
|
-
|
|
9815
|
+
Rr as DtDropdownSeparator,
|
|
9794
9816
|
Xt as DtGroupableInputMixin,
|
|
9795
9817
|
B as DtIcon,
|
|
9796
|
-
|
|
9818
|
+
xr as DtImageViewer,
|
|
9797
9819
|
Ps as DtInput,
|
|
9798
9820
|
is as DtInputGroup,
|
|
9799
|
-
|
|
9821
|
+
Tn as DtInputGroupMixin,
|
|
9800
9822
|
Yt as DtInputMixin,
|
|
9801
9823
|
Jt as DtKeyboardListNavigationMixin,
|
|
9802
|
-
|
|
9824
|
+
Wr as DtKeyboardShortcut,
|
|
9803
9825
|
We as DtLazyShow,
|
|
9804
9826
|
ki as DtLink,
|
|
9805
9827
|
$e as DtListItem,
|
|
9806
|
-
|
|
9807
|
-
|
|
9808
|
-
|
|
9809
|
-
|
|
9810
|
-
|
|
9828
|
+
Nr as DtListItemGroup,
|
|
9829
|
+
$r as DtListSection,
|
|
9830
|
+
Pr as DtModal,
|
|
9831
|
+
Br as DtNotice,
|
|
9832
|
+
zr as DtPagination,
|
|
9811
9833
|
et as DtPopover,
|
|
9812
9834
|
js as DtPresence,
|
|
9813
|
-
|
|
9814
|
-
|
|
9835
|
+
Mr as DtRadio,
|
|
9836
|
+
qr as DtRadioGroup,
|
|
9815
9837
|
$l as DtRecipeCallbarButton,
|
|
9816
|
-
|
|
9817
|
-
|
|
9838
|
+
Jr as DtRecipeCallbarButtonWithPopover,
|
|
9839
|
+
Xr as DtRecipeComboboxMultiSelect,
|
|
9818
9840
|
Cl as DtRecipeComboboxWithPopover,
|
|
9819
|
-
|
|
9820
|
-
|
|
9821
|
-
|
|
9822
|
-
|
|
9841
|
+
ed as DtRecipeContactInfo,
|
|
9842
|
+
od as DtRecipeContactRow,
|
|
9843
|
+
ud as DtRecipeEmojiRow,
|
|
9844
|
+
dd as DtRecipeFeedItemRow,
|
|
9823
9845
|
ds as DtRecipeGeneralRow,
|
|
9824
|
-
|
|
9825
|
-
|
|
9826
|
-
|
|
9827
|
-
|
|
9828
|
-
|
|
9829
|
-
|
|
9830
|
-
|
|
9831
|
-
|
|
9832
|
-
|
|
9833
|
-
|
|
9846
|
+
ld as DtRecipeGroupRow,
|
|
9847
|
+
nd as DtRecipeGroupedChip,
|
|
9848
|
+
id as DtRecipeIvrNode,
|
|
9849
|
+
ad as DtRecipeSettingsMenuButton,
|
|
9850
|
+
cd as DtRecipeTimePill,
|
|
9851
|
+
td as DtRecipeTopBannerInfo,
|
|
9852
|
+
rd as DtRecipeUnreadPill,
|
|
9853
|
+
Zr as DtRootLayout,
|
|
9854
|
+
Qr as DtScroller,
|
|
9855
|
+
jr as DtSelectMenu,
|
|
9834
9856
|
Ns as DtSkeleton,
|
|
9835
|
-
|
|
9836
|
-
|
|
9837
|
-
|
|
9838
|
-
|
|
9839
|
-
|
|
9840
|
-
|
|
9841
|
-
|
|
9842
|
-
|
|
9843
|
-
|
|
9844
|
-
|
|
9857
|
+
zd as DtSkeletonListItem,
|
|
9858
|
+
Md as DtSkeletonParagraph,
|
|
9859
|
+
qd as DtSkeletonShape,
|
|
9860
|
+
Vd as DtSkeletonText,
|
|
9861
|
+
Yr as DtStack,
|
|
9862
|
+
gd as DtTab,
|
|
9863
|
+
_d as DtTabGroup,
|
|
9864
|
+
Vr as DtTabPanel,
|
|
9865
|
+
Kr as DtToast,
|
|
9866
|
+
Gr as DtToggle,
|
|
9845
9867
|
Qe as DtTooltip,
|
|
9846
9868
|
pe as DtValidationMessages,
|
|
9847
|
-
|
|
9848
|
-
|
|
9849
|
-
|
|
9869
|
+
bd as ICON_SIZE_MODIFIERS,
|
|
9870
|
+
yd as INPUT_SIZES,
|
|
9871
|
+
vd as INPUT_TYPES,
|
|
9850
9872
|
ht as IVR_NODE_BRANCH,
|
|
9851
9873
|
ut as IVR_NODE_EXPERT,
|
|
9852
9874
|
Ne as IVR_NODE_GO_TO,
|
|
9853
9875
|
mt as IVR_NODE_HANGUP,
|
|
9854
9876
|
no as IVR_NODE_ICON_TYPES,
|
|
9855
|
-
|
|
9877
|
+
sd as IVR_NODE_LABELS,
|
|
9856
9878
|
dt as IVR_NODE_PROMPT_COLLECT,
|
|
9857
9879
|
rt as IVR_NODE_PROMPT_MENU,
|
|
9858
9880
|
ct as IVR_NODE_PROMPT_PLAY,
|
|
@@ -9863,46 +9885,46 @@ export {
|
|
|
9863
9885
|
Co as LEFTBAR_GENERAL_ROW_ICON_SIZES,
|
|
9864
9886
|
N as LEFTBAR_GENERAL_ROW_TYPES,
|
|
9865
9887
|
As as LINK_KIND_MODIFIERS,
|
|
9866
|
-
|
|
9888
|
+
Ts as LINK_VARIANTS,
|
|
9867
9889
|
zt as MODAL_KIND_MODIFIERS,
|
|
9868
9890
|
Mt as MODAL_SIZE_MODIFIERS,
|
|
9869
9891
|
wl as MULTI_SELECT_SIZES,
|
|
9870
9892
|
Oe as NOTICE_KINDS,
|
|
9871
9893
|
$s as POPOVER_CONTENT_WIDTHS,
|
|
9872
|
-
|
|
9873
|
-
|
|
9874
|
-
|
|
9875
|
-
|
|
9894
|
+
xd as POPOVER_HEADER_FOOTER_PADDING_CLASSES,
|
|
9895
|
+
Bd as POPOVER_INITIAL_FOCUS_STRINGS,
|
|
9896
|
+
Pd as POPOVER_PADDING_CLASSES,
|
|
9897
|
+
$d as POPOVER_ROLES,
|
|
9876
9898
|
be as PRESENCE_STATES,
|
|
9877
9899
|
Ms as PRESENCE_STATES_LIST,
|
|
9878
|
-
|
|
9900
|
+
mr as REACTIONS_ATTRIBUTES,
|
|
9879
9901
|
el as ROOT_LAYOUT_RESPONSIVE_BREAKPOINTS,
|
|
9880
9902
|
as as ROOT_LAYOUT_SIDEBAR_POSITIONS,
|
|
9881
9903
|
Ht as SELECT_SIZE_MODIFIERS,
|
|
9882
9904
|
La as SELECT_STATE_MODIFIERS,
|
|
9883
|
-
|
|
9905
|
+
Ur as SHORTCUTS_ALIASES_LIST,
|
|
9884
9906
|
ye as SHORTCUTS_ICON_ALIASES,
|
|
9885
9907
|
Za as SHORTCUTS_ICON_SEPARATOR,
|
|
9886
|
-
|
|
9887
|
-
|
|
9888
|
-
|
|
9889
|
-
|
|
9890
|
-
|
|
9891
|
-
|
|
9892
|
-
|
|
9893
|
-
|
|
9894
|
-
|
|
9908
|
+
Hd as SKELETON_HEADING_HEIGHTS,
|
|
9909
|
+
Fd as SKELETON_RIPPLE_DURATION,
|
|
9910
|
+
jd as SKELETON_SHAPES,
|
|
9911
|
+
Kd as SKELETON_SHAPE_SIZES,
|
|
9912
|
+
Gd as SKELETON_TEXT_TYPES,
|
|
9913
|
+
Sd as TAB_IMPORTANCE_MODIFIERS,
|
|
9914
|
+
Id as TAB_LIST_IMPORTANCE_MODIFIERS,
|
|
9915
|
+
Cd as TAB_LIST_KIND_MODIFIERS,
|
|
9916
|
+
wd as TAB_LIST_SIZES,
|
|
9895
9917
|
Na as TOAST_ROLES,
|
|
9896
|
-
|
|
9897
|
-
|
|
9898
|
-
|
|
9899
|
-
|
|
9900
|
-
|
|
9901
|
-
|
|
9902
|
-
|
|
9903
|
-
|
|
9904
|
-
|
|
9905
|
-
|
|
9918
|
+
kd as TOOLTIP_DELAY_MS,
|
|
9919
|
+
Ld as TOOLTIP_DIRECTIONS,
|
|
9920
|
+
Od as TOOLTIP_HIDE_ON_CLICK_VARIANTS,
|
|
9921
|
+
Ed as TOOLTIP_KIND_MODIFIERS,
|
|
9922
|
+
Td as TOOLTIP_STICKY_VALUES,
|
|
9923
|
+
Qo as UNREAD_PILL_DIRECTIONS,
|
|
9924
|
+
Xo as UNREAD_PILL_KINDS,
|
|
9925
|
+
Ad as VALIDATION_MESSAGE_TYPES,
|
|
9926
|
+
Dd as filterFormattedMessages,
|
|
9927
|
+
Tt as formatMessages,
|
|
9906
9928
|
j as getUniqueString,
|
|
9907
9929
|
Ke as getValidationState,
|
|
9908
9930
|
Zt as validationMessageValidator
|