@dialpad/dialtone-vue 3.102.1 → 3.103.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 +7 -0
- package/dist/dialtone-vue.cjs +5 -5
- package/dist/dialtone-vue.js +1586 -1417
- package/dist/message_input.cjs +1 -1
- package/dist/message_input.js +1 -1
- package/dist/{stack-J7X4gRRv.js → stack-5arAdMmw.js} +159 -141
- package/dist/stack-9esIKlKa.cjs +2 -0
- package/package.json +2 -2
- package/dist/stack-CYxcB-QD.cjs +0 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as y, g as N, a as
|
|
2
|
-
import { openBlock as
|
|
3
|
-
import { A as ae, w as k, I as
|
|
1
|
+
import { _ as y, g as N, a as G, u as U, b as Y, B as Z, h as j, c as X, i as J, d as Q, e as ee, f as F } from "./tooltip-Cr_G7ib3.js";
|
|
2
|
+
import { openBlock as i, createElementBlock as r, toDisplayString as T, createCommentVNode as d, createElementVNode as E, normalizeClass as u, resolveComponent as m, createBlock as h, resolveDynamicComponent as b, withCtx as f, mergeProps as w, renderSlot as c, withKeys as g, withModifiers as A, createVNode as P, toHandlers as K, createSlots as te, renderList as se, Teleport as ne } from "vue";
|
|
3
|
+
import { A as ae, w as k, I as ie, L as oe, B as le, C as z } from "./emoji-qCvCxNzD.js";
|
|
4
4
|
const C = {
|
|
5
5
|
BUSY: "busy",
|
|
6
6
|
AWAY: "away",
|
|
@@ -39,14 +39,14 @@ const C = {
|
|
|
39
39
|
"data-qa": "dt-presence-sr-text",
|
|
40
40
|
class: "sr-only"
|
|
41
41
|
};
|
|
42
|
-
function he(e, t, s,
|
|
43
|
-
return
|
|
42
|
+
function he(e, t, s, o, a, n) {
|
|
43
|
+
return i(), r("div", {
|
|
44
44
|
class: "d-presence",
|
|
45
45
|
"data-qa": "dt-presence",
|
|
46
46
|
role: "status",
|
|
47
47
|
"aria-live": e.$attrs.ariaLive || "off"
|
|
48
48
|
}, [
|
|
49
|
-
s.srText ? (
|
|
49
|
+
s.srText ? (i(), r("span", ue, T(s.srText), 1)) : d("", !0),
|
|
50
50
|
E("div", {
|
|
51
51
|
class: u(["d-presence__inner", {
|
|
52
52
|
"d-presence__inner--active": s.presence === "active",
|
|
@@ -70,7 +70,7 @@ const fe = /* @__PURE__ */ y(de, [["render", he]]), L = {
|
|
|
70
70
|
}, me = {
|
|
71
71
|
md: "d-avatar__presence--md",
|
|
72
72
|
lg: "d-avatar__presence--lg"
|
|
73
|
-
},
|
|
73
|
+
}, H = {
|
|
74
74
|
NONE: "",
|
|
75
75
|
BUSY: "busy",
|
|
76
76
|
AWAY: "away",
|
|
@@ -101,7 +101,7 @@ const fe = /* @__PURE__ */ y(de, [["render", he]]), L = {
|
|
|
101
101
|
"1600",
|
|
102
102
|
"1700",
|
|
103
103
|
"1800"
|
|
104
|
-
],
|
|
104
|
+
], V = (e) => e > 1;
|
|
105
105
|
function _e() {
|
|
106
106
|
return [void 0, ...ae];
|
|
107
107
|
}
|
|
@@ -109,7 +109,7 @@ const ge = (e) => {
|
|
|
109
109
|
if (typeof e != "string" || !e.trim())
|
|
110
110
|
return "";
|
|
111
111
|
const t = e.trim().split(/\s+/g);
|
|
112
|
-
return t.length === 1 ? t.join("").substring(0, 2) : t.filter((s,
|
|
112
|
+
return t.length === 1 ? t.join("").substring(0, 2) : t.filter((s, o) => o === 0 || o === t.length - 1).map((s) => s.slice(0, 1).toUpperCase()).join("");
|
|
113
113
|
}, Ee = _e(), be = {
|
|
114
114
|
name: "DtAvatar",
|
|
115
115
|
components: { DtPresence: fe, DtIcon: k },
|
|
@@ -178,8 +178,8 @@ const ge = (e) => {
|
|
|
178
178
|
*/
|
|
179
179
|
presence: {
|
|
180
180
|
type: String,
|
|
181
|
-
default:
|
|
182
|
-
validator: (e) => Object.values(
|
|
181
|
+
default: H.NONE,
|
|
182
|
+
validator: (e) => Object.values(H).includes(e)
|
|
183
183
|
},
|
|
184
184
|
/**
|
|
185
185
|
* A set of props to be passed into the presence component.
|
|
@@ -196,7 +196,7 @@ const ge = (e) => {
|
|
|
196
196
|
group: {
|
|
197
197
|
type: Number,
|
|
198
198
|
default: void 0,
|
|
199
|
-
validator: (e) =>
|
|
199
|
+
validator: (e) => V(e)
|
|
200
200
|
},
|
|
201
201
|
/**
|
|
202
202
|
* The icon that overlays the avatar
|
|
@@ -249,7 +249,7 @@ const ge = (e) => {
|
|
|
249
249
|
iconSize: {
|
|
250
250
|
type: String,
|
|
251
251
|
default: "",
|
|
252
|
-
validator: (e) => !e || Object.keys(
|
|
252
|
+
validator: (e) => !e || Object.keys(ie).includes(e)
|
|
253
253
|
},
|
|
254
254
|
/**
|
|
255
255
|
* Full name used to extract initials and set alt attribute.
|
|
@@ -310,7 +310,7 @@ const ge = (e) => {
|
|
|
310
310
|
];
|
|
311
311
|
},
|
|
312
312
|
showGroup() {
|
|
313
|
-
return
|
|
313
|
+
return V(this.group);
|
|
314
314
|
},
|
|
315
315
|
formattedGroup() {
|
|
316
316
|
return this.group > 99 ? "99+" : this.group;
|
|
@@ -351,7 +351,7 @@ const ge = (e) => {
|
|
|
351
351
|
this.validatedSize === "xs" ? this.formattedInitials = "" : this.validatedSize === "sm" ? this.formattedInitials = t[0] : this.formattedInitials = t;
|
|
352
352
|
},
|
|
353
353
|
getColor() {
|
|
354
|
-
return this.color ??
|
|
354
|
+
return this.color ?? G(ve, this.seed);
|
|
355
355
|
},
|
|
356
356
|
_loadedImageEventHandler(e) {
|
|
357
357
|
this.imageLoadedSuccessfully = !0, e.classList.remove("d-d-none");
|
|
@@ -375,9 +375,9 @@ const ge = (e) => {
|
|
|
375
375
|
class: "d-avatar__count",
|
|
376
376
|
"data-qa": "dt-avatar-count"
|
|
377
377
|
};
|
|
378
|
-
function Ie(e, t, s,
|
|
378
|
+
function Ie(e, t, s, o, a, n) {
|
|
379
379
|
const p = m("dt-icon"), v = m("dt-presence");
|
|
380
|
-
return
|
|
380
|
+
return i(), h(b(s.clickable ? "button" : "div"), {
|
|
381
381
|
id: s.id,
|
|
382
382
|
class: u(n.avatarClasses),
|
|
383
383
|
"data-qa": "dt-avatar",
|
|
@@ -393,36 +393,36 @@ function Ie(e, t, s, i, a, n) {
|
|
|
393
393
|
{ "d-avatar--image-loaded": a.imageLoadedSuccessfully }
|
|
394
394
|
])
|
|
395
395
|
}, [
|
|
396
|
-
n.showImage ? (
|
|
396
|
+
n.showImage ? (i(), r("img", {
|
|
397
397
|
key: 0,
|
|
398
398
|
ref: "avatarImage",
|
|
399
399
|
class: "d-avatar__image",
|
|
400
400
|
"data-qa": "dt-avatar-image",
|
|
401
401
|
src: s.imageSrc,
|
|
402
402
|
alt: s.imageAlt || s.fullName
|
|
403
|
-
}, null, 8, Se)) : s.iconName ? (
|
|
403
|
+
}, null, 8, Se)) : s.iconName ? (i(), h(p, {
|
|
404
404
|
key: 1,
|
|
405
405
|
name: s.iconName,
|
|
406
406
|
size: s.iconSize || a.AVATAR_ICON_SIZES[s.size],
|
|
407
407
|
class: u([s.iconClass, a.AVATAR_KIND_MODIFIERS.icon]),
|
|
408
408
|
"data-qa": "dt-avatar-icon"
|
|
409
|
-
}, null, 8, ["name", "size", "class"])) : (
|
|
409
|
+
}, null, 8, ["name", "size", "class"])) : (i(), r("span", {
|
|
410
410
|
key: 2,
|
|
411
411
|
class: u([a.AVATAR_KIND_MODIFIERS.initials])
|
|
412
412
|
}, T(a.formattedInitials), 3))
|
|
413
413
|
], 2),
|
|
414
|
-
s.overlayIcon || s.overlayText ? (
|
|
414
|
+
s.overlayIcon || s.overlayText ? (i(), r("div", {
|
|
415
415
|
key: 0,
|
|
416
416
|
class: u(n.overlayClasses)
|
|
417
417
|
}, [
|
|
418
|
-
s.overlayIcon ? (
|
|
418
|
+
s.overlayIcon ? (i(), h(p, {
|
|
419
419
|
key: 0,
|
|
420
420
|
class: "d-avatar__overlay-icon",
|
|
421
421
|
name: s.overlayIcon
|
|
422
|
-
}, null, 8, ["name"])) : s.overlayText ? (
|
|
422
|
+
}, null, 8, ["name"])) : s.overlayText ? (i(), r("p", Ce, T(s.overlayText), 1)) : d("", !0)
|
|
423
423
|
], 2)) : d("", !0),
|
|
424
|
-
n.showGroup ? (
|
|
425
|
-
s.presence && !n.showGroup ? (
|
|
424
|
+
n.showGroup ? (i(), r("span", Oe, T(n.formattedGroup), 1)) : d("", !0),
|
|
425
|
+
s.presence && !n.showGroup ? (i(), h(v, w({
|
|
426
426
|
key: 2,
|
|
427
427
|
presence: s.presence,
|
|
428
428
|
class: [
|
|
@@ -434,7 +434,7 @@ function Ie(e, t, s, i, a, n) {
|
|
|
434
434
|
_: 1
|
|
435
435
|
}, 8, ["id", "class", "aria-label", "onClick"]);
|
|
436
436
|
}
|
|
437
|
-
const
|
|
437
|
+
const yt = /* @__PURE__ */ y(be, [["render", Ie]]), Te = {
|
|
438
438
|
name: "DtLink",
|
|
439
439
|
props: {
|
|
440
440
|
/**
|
|
@@ -445,7 +445,7 @@ const mt = /* @__PURE__ */ y(be, [["render", Ie]]), Te = {
|
|
|
445
445
|
type: String,
|
|
446
446
|
default: "",
|
|
447
447
|
validator(e) {
|
|
448
|
-
return
|
|
448
|
+
return oe.includes(e);
|
|
449
449
|
}
|
|
450
450
|
}
|
|
451
451
|
},
|
|
@@ -455,8 +455,8 @@ const mt = /* @__PURE__ */ y(be, [["render", Ie]]), Te = {
|
|
|
455
455
|
};
|
|
456
456
|
}
|
|
457
457
|
}, Ae = ["href"];
|
|
458
|
-
function we(e, t, s,
|
|
459
|
-
return
|
|
458
|
+
function we(e, t, s, o, a, n) {
|
|
459
|
+
return i(), r("a", {
|
|
460
460
|
class: u([
|
|
461
461
|
"d-link",
|
|
462
462
|
a.LINK_KIND_MODIFIERS[s.kind]
|
|
@@ -467,7 +467,7 @@ function we(e, t, s, i, a, n) {
|
|
|
467
467
|
c(e.$slots, "default")
|
|
468
468
|
], 10, Ae);
|
|
469
469
|
}
|
|
470
|
-
const
|
|
470
|
+
const vt = /* @__PURE__ */ y(Te, [["render", we]]), Pe = {
|
|
471
471
|
props: {
|
|
472
472
|
/**
|
|
473
473
|
* If true, a hidden close button is included for screen readers
|
|
@@ -529,9 +529,9 @@ const yt = /* @__PURE__ */ y(Te, [["render", we]]), Pe = {
|
|
|
529
529
|
}
|
|
530
530
|
}
|
|
531
531
|
};
|
|
532
|
-
function Le(e, t, s,
|
|
532
|
+
function Le(e, t, s, o, a, n) {
|
|
533
533
|
const p = m("dt-icon"), v = m("dt-button");
|
|
534
|
-
return
|
|
534
|
+
return i(), h(v, {
|
|
535
535
|
id: "sr-only-close-button",
|
|
536
536
|
"data-qa": "dt-sr-only-close-button",
|
|
537
537
|
class: "d-vi-visible-sr",
|
|
@@ -545,7 +545,7 @@ function Le(e, t, s, i, a, n) {
|
|
|
545
545
|
_: 1
|
|
546
546
|
}, 8, ["aria-label", "onClick", "onKeydown"]);
|
|
547
547
|
}
|
|
548
|
-
const De = /* @__PURE__ */ y(ke, [["render", Le]]),
|
|
548
|
+
const De = /* @__PURE__ */ y(ke, [["render", Le]]), $ = ':not(:disabled):not([aria-disabled="true"]):not([role="presentation"])', Ne = `${$}:not([tabindex="-1"])`, Re = "button,[href],input,select,textarea,details,[tabindex]", Fe = {
|
|
549
549
|
methods: {
|
|
550
550
|
/**
|
|
551
551
|
* get the first focusable element in your component, includes tabindex="-1".
|
|
@@ -589,9 +589,9 @@ const De = /* @__PURE__ */ y(ke, [["render", Le]]), W = ':not(:disabled):not([ar
|
|
|
589
589
|
* @param {bool} includeNegativeTabIndex - will include tabindex="-1" in the list of focusable elements.
|
|
590
590
|
*/
|
|
591
591
|
_getFocusableElements(e = this.$el, t = !1) {
|
|
592
|
-
return e ? [...e.querySelectorAll(Re)].filter((
|
|
593
|
-
const a = window.getComputedStyle(
|
|
594
|
-
return a.getPropertyValue("display") !== "none" && a.getPropertyValue("visibility") !== "hidden" &&
|
|
592
|
+
return e ? [...e.querySelectorAll(Re)].filter((o) => {
|
|
593
|
+
const a = window.getComputedStyle(o);
|
|
594
|
+
return a.getPropertyValue("display") !== "none" && a.getPropertyValue("visibility") !== "hidden" && o.matches(t ? $ : Ne);
|
|
595
595
|
}) : [];
|
|
596
596
|
},
|
|
597
597
|
/**
|
|
@@ -603,12 +603,12 @@ const De = /* @__PURE__ */ y(ke, [["render", Le]]), W = ':not(:disabled):not([ar
|
|
|
603
603
|
focusTrappedTabPress(e, t) {
|
|
604
604
|
if (!(e.key === "Tab"))
|
|
605
605
|
return;
|
|
606
|
-
const
|
|
607
|
-
if (!
|
|
606
|
+
const o = this._getFocusableElements(t);
|
|
607
|
+
if (!o.length) {
|
|
608
608
|
e.preventDefault();
|
|
609
609
|
return;
|
|
610
610
|
}
|
|
611
|
-
const a = this._getFirstFocusElement(
|
|
611
|
+
const a = this._getFirstFocusElement(o), n = o[o.length - 1];
|
|
612
612
|
e.shiftKey ? document.activeElement === a && (n.focus(), e.preventDefault()) : document.activeElement === n && (a.focus(), e.preventDefault());
|
|
613
613
|
}
|
|
614
614
|
}
|
|
@@ -619,7 +619,7 @@ const De = /* @__PURE__ */ y(ke, [["render", Le]]), W = ':not(:disabled):not([ar
|
|
|
619
619
|
ARROW_KEYS: "arrow-keys",
|
|
620
620
|
TAB: "tab",
|
|
621
621
|
NONE: "none"
|
|
622
|
-
},
|
|
622
|
+
}, He = {
|
|
623
623
|
name: "DtItemLayout",
|
|
624
624
|
props: {
|
|
625
625
|
/**
|
|
@@ -630,22 +630,22 @@ const De = /* @__PURE__ */ y(ke, [["render", Le]]), W = ':not(:disabled):not([ar
|
|
|
630
630
|
default: "div"
|
|
631
631
|
}
|
|
632
632
|
}
|
|
633
|
-
},
|
|
633
|
+
}, Ve = {
|
|
634
634
|
key: 0,
|
|
635
635
|
"data-qa": "dt-item-layout-left-wrapper",
|
|
636
636
|
class: "dt-item-layout--left"
|
|
637
637
|
}, Be = {
|
|
638
638
|
"data-qa": "dt-item-layout-content-wrapper",
|
|
639
639
|
class: "dt-item-layout--content"
|
|
640
|
-
},
|
|
640
|
+
}, qe = {
|
|
641
641
|
key: 0,
|
|
642
642
|
"data-qa": "dt-item-layout-title-wrapper",
|
|
643
643
|
class: "dt-item-layout--title"
|
|
644
|
-
},
|
|
644
|
+
}, xe = {
|
|
645
645
|
key: 2,
|
|
646
646
|
"data-qa": "dt-item-layout-bottom-wrapper",
|
|
647
647
|
class: "dt-item-layout--bottom"
|
|
648
|
-
},
|
|
648
|
+
}, Me = {
|
|
649
649
|
key: 1,
|
|
650
650
|
"data-qa": "dt-item-layout-right-wrapper",
|
|
651
651
|
class: "dt-item-layout--right"
|
|
@@ -654,38 +654,38 @@ const De = /* @__PURE__ */ y(ke, [["render", Le]]), W = ':not(:disabled):not([ar
|
|
|
654
654
|
"data-qa": "dt-item-layout-selected-wrapper",
|
|
655
655
|
class: "dt-item-layout--selected"
|
|
656
656
|
};
|
|
657
|
-
function Ke(e, t, s,
|
|
658
|
-
return
|
|
657
|
+
function Ke(e, t, s, o, a, n) {
|
|
658
|
+
return i(), h(b(s.as), { class: "dt-item-layout" }, {
|
|
659
659
|
default: f(() => [
|
|
660
|
-
e.$slots.left ? (
|
|
660
|
+
e.$slots.left ? (i(), r("section", Ve, [
|
|
661
661
|
c(e.$slots, "left", {}, void 0, !0)
|
|
662
662
|
])) : d("", !0),
|
|
663
663
|
E("section", Be, [
|
|
664
|
-
e.$slots.default ? (
|
|
664
|
+
e.$slots.default ? (i(), r("div", qe, [
|
|
665
665
|
c(e.$slots, "default", {}, void 0, !0)
|
|
666
666
|
])) : d("", !0),
|
|
667
|
-
e.$slots.subtitle ? (
|
|
667
|
+
e.$slots.subtitle ? (i(), r("div", {
|
|
668
668
|
key: 1,
|
|
669
669
|
"data-qa": "dt-item-layout-subtitle-wrapper",
|
|
670
670
|
class: u(["dt-item-layout--subtitle", { "dt-item-layout--subtitle--with-title": e.$slots.default }])
|
|
671
671
|
}, [
|
|
672
672
|
c(e.$slots, "subtitle", {}, void 0, !0)
|
|
673
673
|
], 2)) : d("", !0),
|
|
674
|
-
e.$slots.bottom ? (
|
|
674
|
+
e.$slots.bottom ? (i(), r("div", xe, [
|
|
675
675
|
c(e.$slots, "bottom", {}, void 0, !0)
|
|
676
676
|
])) : d("", !0)
|
|
677
677
|
]),
|
|
678
|
-
e.$slots.right ? (
|
|
678
|
+
e.$slots.right ? (i(), r("section", Me, [
|
|
679
679
|
c(e.$slots, "right", {}, void 0, !0)
|
|
680
680
|
])) : d("", !0),
|
|
681
|
-
e.$slots.selected ? (
|
|
681
|
+
e.$slots.selected ? (i(), r("section", je, [
|
|
682
682
|
c(e.$slots, "selected", {}, void 0, !0)
|
|
683
683
|
])) : d("", !0)
|
|
684
684
|
]),
|
|
685
685
|
_: 3
|
|
686
686
|
});
|
|
687
687
|
}
|
|
688
|
-
const B = /* @__PURE__ */ y(
|
|
688
|
+
const B = /* @__PURE__ */ y(He, [["render", Ke], ["__scopeId", "data-v-411cb81e"]]), ze = {
|
|
689
689
|
name: "DtListItem",
|
|
690
690
|
components: {
|
|
691
691
|
DtItemLayout: B,
|
|
@@ -704,7 +704,7 @@ const B = /* @__PURE__ */ y(Ve, [["render", Ke], ["__scopeId", "data-v-411cb81e"
|
|
|
704
704
|
id: {
|
|
705
705
|
type: String,
|
|
706
706
|
default() {
|
|
707
|
-
return
|
|
707
|
+
return U.getUniqueString();
|
|
708
708
|
}
|
|
709
709
|
},
|
|
710
710
|
/**
|
|
@@ -836,9 +836,9 @@ const B = /* @__PURE__ */ y(Ve, [["render", Ke], ["__scopeId", "data-v-411cb81e"
|
|
|
836
836
|
}
|
|
837
837
|
}
|
|
838
838
|
};
|
|
839
|
-
function
|
|
839
|
+
function $e(e, t, s, o, a, n) {
|
|
840
840
|
const p = m("dt-icon");
|
|
841
|
-
return
|
|
841
|
+
return i(), h(b(s.elementType), w({
|
|
842
842
|
id: s.id,
|
|
843
843
|
class: ["dt-list-item", {
|
|
844
844
|
"dt-list-item--focusable": n.isFocusable,
|
|
@@ -850,7 +850,7 @@ function We(e, t, s, i, a, n) {
|
|
|
850
850
|
"aria-selected": n.isHighlighted
|
|
851
851
|
}, K(n.listItemListeners)), {
|
|
852
852
|
default: f(() => [
|
|
853
|
-
n.listItemType ? (
|
|
853
|
+
n.listItemType ? (i(), h(b(n.listItemType), { key: 0 }, te({ _: 2 }, [
|
|
854
854
|
se(e.$slots, (v, S) => ({
|
|
855
855
|
name: S,
|
|
856
856
|
fn: f(() => [
|
|
@@ -873,25 +873,25 @@ function We(e, t, s, i, a, n) {
|
|
|
873
873
|
_: 3
|
|
874
874
|
}, 16, ["id", "class", "tabindex", "role", "aria-selected"]);
|
|
875
875
|
}
|
|
876
|
-
const
|
|
876
|
+
const _t = /* @__PURE__ */ y(ze, [["render", $e]]), _ = {
|
|
877
877
|
default: "column",
|
|
878
878
|
column: "column",
|
|
879
879
|
row: "row",
|
|
880
880
|
"row-reverse": "row-reverse",
|
|
881
881
|
"column-reverse": "column-reverse"
|
|
882
|
-
},
|
|
882
|
+
}, W = ["sm", "md", "lg", "xl"], R = ["0", "100", "200", "300", "400", "500", "600"], q = {
|
|
883
883
|
none: void 0,
|
|
884
884
|
small: "d-p4",
|
|
885
885
|
medium: "d-p8",
|
|
886
886
|
large: "d-p16"
|
|
887
|
-
},
|
|
887
|
+
}, We = {
|
|
888
888
|
none: void 0,
|
|
889
889
|
small: "d-pl4",
|
|
890
890
|
medium: "d-pl8",
|
|
891
891
|
large: "d-pl16"
|
|
892
|
-
},
|
|
893
|
-
|
|
894
|
-
],
|
|
892
|
+
}, Ge = ["dialog", "menu", "listbox", "tree", "grid"], Ue = ["", "anchor"], Ye = ["none", "dialog", "first"], Ze = ["parent", "body"], Xe = [
|
|
893
|
+
...Y
|
|
894
|
+
], gt = [
|
|
895
895
|
...Z
|
|
896
896
|
], Je = {
|
|
897
897
|
name: "PopoverHeaderFooter",
|
|
@@ -954,16 +954,16 @@ const vt = /* @__PURE__ */ y(ze, [["render", We]]), _ = {
|
|
|
954
954
|
}
|
|
955
955
|
}
|
|
956
956
|
};
|
|
957
|
-
function Qe(e, t, s,
|
|
957
|
+
function Qe(e, t, s, o, a, n) {
|
|
958
958
|
const p = m("dt-icon"), v = m("dt-button");
|
|
959
|
-
return
|
|
959
|
+
return i(), r("div", {
|
|
960
960
|
"data-qa": "dt-popover-header-footer",
|
|
961
961
|
class: u({
|
|
962
962
|
"d-popover__header": s.type === "header",
|
|
963
963
|
"d-popover__footer": s.type === "footer"
|
|
964
964
|
})
|
|
965
965
|
}, [
|
|
966
|
-
a.hasSlotContent(e.$slots.content) ? (
|
|
966
|
+
a.hasSlotContent(e.$slots.content) ? (i(), r("div", {
|
|
967
967
|
key: 0,
|
|
968
968
|
"data-qa": "dt-popover-header-footer-content",
|
|
969
969
|
class: u([{
|
|
@@ -973,7 +973,7 @@ function Qe(e, t, s, i, a, n) {
|
|
|
973
973
|
}, [
|
|
974
974
|
c(e.$slots, "content")
|
|
975
975
|
], 2)) : d("", !0),
|
|
976
|
-
s.showCloseButton ? (
|
|
976
|
+
s.showCloseButton ? (i(), h(v, w({
|
|
977
977
|
key: 1,
|
|
978
978
|
ref: "popover__close-button",
|
|
979
979
|
"data-qa": "dt-popover-close",
|
|
@@ -1050,7 +1050,7 @@ const et = /* @__PURE__ */ y(Je, [["render", Qe]]), tt = {
|
|
|
1050
1050
|
role: {
|
|
1051
1051
|
type: String,
|
|
1052
1052
|
default: "dialog",
|
|
1053
|
-
validator: (e) =>
|
|
1053
|
+
validator: (e) => Ge.includes(e)
|
|
1054
1054
|
},
|
|
1055
1055
|
/**
|
|
1056
1056
|
* ID of the element that serves as the label for the popover content.
|
|
@@ -1086,7 +1086,7 @@ const et = /* @__PURE__ */ y(Je, [["render", Qe]]), tt = {
|
|
|
1086
1086
|
padding: {
|
|
1087
1087
|
type: String,
|
|
1088
1088
|
default: "large",
|
|
1089
|
-
validator: (e) => Object.keys(
|
|
1089
|
+
validator: (e) => Object.keys(q).some((t) => t === e)
|
|
1090
1090
|
},
|
|
1091
1091
|
/**
|
|
1092
1092
|
* Additional class name for the content wrapper element.
|
|
@@ -1103,7 +1103,7 @@ const et = /* @__PURE__ */ y(Je, [["render", Qe]]), tt = {
|
|
|
1103
1103
|
contentWidth: {
|
|
1104
1104
|
type: String,
|
|
1105
1105
|
default: "",
|
|
1106
|
-
validator: (e) =>
|
|
1106
|
+
validator: (e) => Ue.includes(e)
|
|
1107
1107
|
},
|
|
1108
1108
|
/**
|
|
1109
1109
|
* Whether to apply transition on initial render in the content lazy show component.
|
|
@@ -1295,7 +1295,7 @@ const et = /* @__PURE__ */ y(Je, [["render", Qe]]), tt = {
|
|
|
1295
1295
|
initialFocusElement: {
|
|
1296
1296
|
type: [String, HTMLElement],
|
|
1297
1297
|
default: "first",
|
|
1298
|
-
validator: (e) =>
|
|
1298
|
+
validator: (e) => Ye.includes(e) || e instanceof HTMLElement || e.startsWith("#")
|
|
1299
1299
|
},
|
|
1300
1300
|
/**
|
|
1301
1301
|
* If the popover should open pressing up or down arrow key on the anchor element.
|
|
@@ -1323,6 +1323,17 @@ const et = /* @__PURE__ */ y(Je, [["render", Qe]]), tt = {
|
|
|
1323
1323
|
hovercard: {
|
|
1324
1324
|
type: Boolean,
|
|
1325
1325
|
default: !1
|
|
1326
|
+
},
|
|
1327
|
+
/**
|
|
1328
|
+
* The timer is used only when the hovercard prop is true.
|
|
1329
|
+
* It defines the delays when opening several hovercards.
|
|
1330
|
+
* It must have the keys: enter, leave and current.
|
|
1331
|
+
* If null, the default delay of 300ms will be used.
|
|
1332
|
+
*/
|
|
1333
|
+
timer: {
|
|
1334
|
+
type: [Object, null],
|
|
1335
|
+
default: null,
|
|
1336
|
+
validator: (e) => e === null || e.enter && e.leave && Object.keys(e).includes("current")
|
|
1326
1337
|
}
|
|
1327
1338
|
},
|
|
1328
1339
|
emits: [
|
|
@@ -1348,8 +1359,8 @@ const et = /* @__PURE__ */ y(Je, [["render", Qe]]), tt = {
|
|
|
1348
1359
|
],
|
|
1349
1360
|
data() {
|
|
1350
1361
|
return {
|
|
1351
|
-
POPOVER_PADDING_CLASSES:
|
|
1352
|
-
POPOVER_HEADER_FOOTER_PADDING_CLASSES:
|
|
1362
|
+
POPOVER_PADDING_CLASSES: q,
|
|
1363
|
+
POPOVER_HEADER_FOOTER_PADDING_CLASSES: We,
|
|
1353
1364
|
intersectionObserver: null,
|
|
1354
1365
|
isOutsideViewport: !1,
|
|
1355
1366
|
isOpen: !1,
|
|
@@ -1380,6 +1391,10 @@ const et = /* @__PURE__ */ y(Je, [["render", Qe]]), tt = {
|
|
|
1380
1391
|
},
|
|
1381
1392
|
labelledBy() {
|
|
1382
1393
|
return this.ariaLabelledby || !this.ariaLabel && N("DtPopover__anchor");
|
|
1394
|
+
},
|
|
1395
|
+
currentHovercard() {
|
|
1396
|
+
var e;
|
|
1397
|
+
return (e = this.timer) == null ? void 0 : e.current;
|
|
1383
1398
|
}
|
|
1384
1399
|
},
|
|
1385
1400
|
watch: {
|
|
@@ -1439,6 +1454,9 @@ const et = /* @__PURE__ */ y(Je, [["render", Qe]]), tt = {
|
|
|
1439
1454
|
},
|
|
1440
1455
|
isOpen(e, t) {
|
|
1441
1456
|
e ? (this.initTippyInstance(), this.tip.show()) : !e && t !== e && (this.removeEventListeners(), this.tip.hide());
|
|
1457
|
+
},
|
|
1458
|
+
currentHovercard() {
|
|
1459
|
+
this.hovercard && this.timer && (this.currentHovercard === this.id ? this.isOpen = !0 : this.isOpen = !1);
|
|
1442
1460
|
}
|
|
1443
1461
|
},
|
|
1444
1462
|
mounted() {
|
|
@@ -1454,8 +1472,8 @@ const et = /* @__PURE__ */ y(Je, [["render", Qe]]), tt = {
|
|
|
1454
1472
|
******************/
|
|
1455
1473
|
methods: {
|
|
1456
1474
|
hasIntersectedViewport(e) {
|
|
1457
|
-
var
|
|
1458
|
-
const t = (
|
|
1475
|
+
var o;
|
|
1476
|
+
const t = (o = e == null ? void 0 : e[0]) == null ? void 0 : o.target;
|
|
1459
1477
|
if (!t)
|
|
1460
1478
|
return;
|
|
1461
1479
|
const s = J(t);
|
|
@@ -1478,9 +1496,9 @@ const et = /* @__PURE__ */ y(Je, [["render", Qe]]), tt = {
|
|
|
1478
1496
|
(e = this.anchorEl) != null && e.closest(".d-zi-drawer") ? 650 : 300;
|
|
1479
1497
|
},
|
|
1480
1498
|
defaultToggleOpen(e) {
|
|
1481
|
-
var t, s,
|
|
1499
|
+
var t, s, o;
|
|
1482
1500
|
if (!this.hovercard && !this.openOnContext && (this.open === null || this.open === void 0)) {
|
|
1483
|
-
if (!((t = this.anchorEl) != null && t.contains(e.target)) && !((s = this.anchorEl) != null && s.isEqualNode(e.target)) || (
|
|
1501
|
+
if (!((t = this.anchorEl) != null && t.contains(e.target)) && !((s = this.anchorEl) != null && s.isEqualNode(e.target)) || (o = this.anchorEl) != null && o.disabled)
|
|
1484
1502
|
return;
|
|
1485
1503
|
this.toggleOpen();
|
|
1486
1504
|
}
|
|
@@ -1552,9 +1570,9 @@ const et = /* @__PURE__ */ y(Je, [["render", Qe]]), tt = {
|
|
|
1552
1570
|
this.initialFocusElement === "dialog" && this.$refs.content.$el.focus(), this.initialFocusElement.startsWith("#") && this.focusInitialElementById(), this.initialFocusElement === "first" && this.focusFirstElementIfNeeded(this.$refs.popover__content), this.initialFocusElement instanceof HTMLElement && this.initialFocusElement.focus();
|
|
1553
1571
|
},
|
|
1554
1572
|
focusInitialElementById() {
|
|
1555
|
-
var t, s,
|
|
1573
|
+
var t, s, o;
|
|
1556
1574
|
const e = (s = (t = this.$refs.content) == null ? void 0 : t.$el) == null ? void 0 : s.querySelector(this.initialFocusElement);
|
|
1557
|
-
e ? e.focus() : console.warn('Could not find the element specified in dt-popover prop "initialFocusElement". Defaulting to focusing the dialog.'), e ? e.focus() : (
|
|
1575
|
+
e ? e.focus() : console.warn('Could not find the element specified in dt-popover prop "initialFocusElement". Defaulting to focusing the dialog.'), e ? e.focus() : (o = this.$refs.content) == null || o.$el.focus();
|
|
1558
1576
|
},
|
|
1559
1577
|
onResize() {
|
|
1560
1578
|
this.closePopover();
|
|
@@ -1572,8 +1590,8 @@ const et = /* @__PURE__ */ y(Je, [["render", Qe]]), tt = {
|
|
|
1572
1590
|
await this.$nextTick(), this.popoverContentEl.style.width = `${(e = this.anchorEl) == null ? void 0 : e.clientWidth}px`;
|
|
1573
1591
|
},
|
|
1574
1592
|
focusFirstElementIfNeeded(e) {
|
|
1575
|
-
var s,
|
|
1576
|
-
this._getFocusableElements(e, !0).length !== 0 ? this.focusFirstElement(e) : this.showCloseButton ? (s = this.$refs.popover__header) == null || s.focusCloseButton() : (
|
|
1593
|
+
var s, o;
|
|
1594
|
+
this._getFocusableElements(e, !0).length !== 0 ? this.focusFirstElement(e) : this.showCloseButton ? (s = this.$refs.popover__header) == null || s.focusCloseButton() : (o = this.$refs.content) == null || o.$el.focus();
|
|
1577
1595
|
},
|
|
1578
1596
|
initTippyInstance() {
|
|
1579
1597
|
var e, t;
|
|
@@ -1607,27 +1625,27 @@ const et = /* @__PURE__ */ y(Je, [["render", Qe]]), tt = {
|
|
|
1607
1625
|
this.isOpen = !1;
|
|
1608
1626
|
}, F);
|
|
1609
1627
|
},
|
|
1610
|
-
onEnterAnchor(
|
|
1611
|
-
this.hovercard && (clearTimeout(this.outTimer), this.setInTimer(
|
|
1628
|
+
onEnterAnchor() {
|
|
1629
|
+
this.hovercard && (this.timer ? this.timer.enter(this.id) : (clearTimeout(this.outTimer), this.setInTimer()));
|
|
1612
1630
|
},
|
|
1613
|
-
onLeaveAnchor(
|
|
1614
|
-
this.hovercard && (clearTimeout(this.inTimer), this.setOutTimer(
|
|
1631
|
+
onLeaveAnchor() {
|
|
1632
|
+
this.hovercard && (this.timer ? this.timer.leave() : (clearTimeout(this.inTimer), this.setOutTimer()));
|
|
1615
1633
|
},
|
|
1616
1634
|
onEnterContent() {
|
|
1617
|
-
this.hovercard && clearTimeout(this.outTimer);
|
|
1635
|
+
this.hovercard && (this.timer ? this.timer.enter(this.id) : clearTimeout(this.outTimer));
|
|
1618
1636
|
},
|
|
1619
|
-
onLeaveContent(
|
|
1620
|
-
this.hovercard && this.setOutTimer(
|
|
1637
|
+
onLeaveContent() {
|
|
1638
|
+
this.hovercard && (this.timer ? this.timer.leave() : this.setOutTimer());
|
|
1621
1639
|
}
|
|
1622
1640
|
// ============================================================================
|
|
1623
1641
|
// $ HOVERCARD
|
|
1624
1642
|
// ----------------------------------------------------------------------------
|
|
1625
1643
|
}
|
|
1626
|
-
}, st = ["aria-hidden"], nt = ["id", "tabindex"];
|
|
1627
|
-
function
|
|
1644
|
+
}, st = ["aria-hidden"], nt = ["id", "data-qa", "tabindex"], at = ["data-qa"];
|
|
1645
|
+
function it(e, t, s, o, a, n) {
|
|
1628
1646
|
const p = m("popover-header-footer"), v = m("sr-only-close-button"), S = m("dt-lazy-show");
|
|
1629
|
-
return
|
|
1630
|
-
s.modal && a.isOpen ? (
|
|
1647
|
+
return i(), r("div", null, [
|
|
1648
|
+
s.modal && a.isOpen ? (i(), h(ne, {
|
|
1631
1649
|
key: 0,
|
|
1632
1650
|
to: "body"
|
|
1633
1651
|
}, [
|
|
@@ -1638,7 +1656,7 @@ function at(e, t, s, i, a, n) {
|
|
|
1638
1656
|
}, ["prevent", "stop"]))
|
|
1639
1657
|
}, null, 8, st)
|
|
1640
1658
|
])) : d("", !0),
|
|
1641
|
-
(
|
|
1659
|
+
(i(), h(b(s.elementType), {
|
|
1642
1660
|
ref: "popover",
|
|
1643
1661
|
class: u(["d-popover", { "d-popover__anchor--opened": a.isOpen }]),
|
|
1644
1662
|
"data-qa": "dt-popover-container"
|
|
@@ -1647,7 +1665,7 @@ function at(e, t, s, i, a, n) {
|
|
|
1647
1665
|
E("div", {
|
|
1648
1666
|
id: !s.ariaLabelledby && n.labelledBy,
|
|
1649
1667
|
ref: "anchor",
|
|
1650
|
-
"data-qa": "dt-popover-anchor",
|
|
1668
|
+
"data-qa": e.$attrs["data-qa"] ? `${e.$attrs["data-qa"]}-anchor` : "dt-popover-anchor",
|
|
1651
1669
|
tabindex: s.openOnContext ? 0 : void 0,
|
|
1652
1670
|
onClickCapture: t[1] || (t[1] = (...l) => n.defaultToggleOpen && n.defaultToggleOpen(...l)),
|
|
1653
1671
|
onContextmenu: t[2] || (t[2] = (...l) => n.onContext && n.onContext(...l)),
|
|
@@ -1673,7 +1691,7 @@ function at(e, t, s, i, a, n) {
|
|
|
1673
1691
|
id: s.id,
|
|
1674
1692
|
ref: "content",
|
|
1675
1693
|
role: s.role,
|
|
1676
|
-
"data-qa": "dt-popover",
|
|
1694
|
+
"data-qa": e.$attrs["data-qa"] ? `${e.$attrs["data-qa"]}__dialog` : "dt-popover",
|
|
1677
1695
|
"aria-hidden": `${!a.isOpen}`,
|
|
1678
1696
|
"aria-labelledby": n.labelledBy,
|
|
1679
1697
|
"aria-label": s.ariaLabel,
|
|
@@ -1693,7 +1711,7 @@ function at(e, t, s, i, a, n) {
|
|
|
1693
1711
|
onMouseleave: n.onLeaveContent
|
|
1694
1712
|
}), {
|
|
1695
1713
|
default: f(() => [
|
|
1696
|
-
a.hasSlotContent(e.$slots.headerContent) || s.showCloseButton ? (
|
|
1714
|
+
a.hasSlotContent(e.$slots.headerContent) || s.showCloseButton ? (i(), h(p, {
|
|
1697
1715
|
key: 0,
|
|
1698
1716
|
ref: "popover__header",
|
|
1699
1717
|
class: u(a.POPOVER_HEADER_FOOTER_PADDING_CLASSES[s.padding]),
|
|
@@ -1710,7 +1728,7 @@ function at(e, t, s, i, a, n) {
|
|
|
1710
1728
|
}, 8, ["class", "content-class", "show-close-button", "close-button-props", "onClose"])) : d("", !0),
|
|
1711
1729
|
E("div", {
|
|
1712
1730
|
ref: "popover__content",
|
|
1713
|
-
"data-qa": "dt-popover-content",
|
|
1731
|
+
"data-qa": e.$attrs["data-qa"] ? `${e.$attrs["data-qa"]}-content` : "dt-popover-content",
|
|
1714
1732
|
class: u([
|
|
1715
1733
|
"d-popover__content",
|
|
1716
1734
|
a.POPOVER_PADDING_CLASSES[s.padding],
|
|
@@ -1718,8 +1736,8 @@ function at(e, t, s, i, a, n) {
|
|
|
1718
1736
|
])
|
|
1719
1737
|
}, [
|
|
1720
1738
|
c(e.$slots, "content", { close: n.closePopover })
|
|
1721
|
-
],
|
|
1722
|
-
a.hasSlotContent(e.$slots.footerContent) ? (
|
|
1739
|
+
], 10, at),
|
|
1740
|
+
a.hasSlotContent(e.$slots.footerContent) ? (i(), h(p, {
|
|
1723
1741
|
key: 1,
|
|
1724
1742
|
ref: "popover__footer",
|
|
1725
1743
|
type: "footer",
|
|
@@ -1731,29 +1749,29 @@ function at(e, t, s, i, a, n) {
|
|
|
1731
1749
|
]),
|
|
1732
1750
|
_: 3
|
|
1733
1751
|
}, 8, ["class", "content-class"])) : d("", !0),
|
|
1734
|
-
e.showVisuallyHiddenClose ? (
|
|
1752
|
+
e.showVisuallyHiddenClose ? (i(), h(v, {
|
|
1735
1753
|
key: 2,
|
|
1736
1754
|
"visually-hidden-close-label": e.visuallyHiddenCloseLabel,
|
|
1737
1755
|
onClose: n.closePopover
|
|
1738
1756
|
}, null, 8, ["visually-hidden-close-label", "onClose"])) : d("", !0)
|
|
1739
1757
|
]),
|
|
1740
1758
|
_: 3
|
|
1741
|
-
}, 16, ["id", "role", "aria-hidden", "aria-labelledby", "aria-label", "aria-modal", "transition", "show", "appear", "class", "style", "css", "tabindex", "onMouseenter", "onMouseleave"])
|
|
1759
|
+
}, 16, ["id", "role", "data-qa", "aria-hidden", "aria-labelledby", "aria-label", "aria-modal", "transition", "show", "appear", "class", "style", "css", "tabindex", "onMouseenter", "onMouseleave"])
|
|
1742
1760
|
]),
|
|
1743
1761
|
_: 3
|
|
1744
1762
|
}, 8, ["class"]))
|
|
1745
1763
|
]);
|
|
1746
1764
|
}
|
|
1747
|
-
const
|
|
1748
|
-
function
|
|
1765
|
+
const Et = /* @__PURE__ */ y(tt, [["render", it]]);
|
|
1766
|
+
function x(e) {
|
|
1749
1767
|
return e === _.default;
|
|
1750
1768
|
}
|
|
1751
|
-
function
|
|
1769
|
+
function M(e) {
|
|
1752
1770
|
if (O(e) === "string")
|
|
1753
|
-
return
|
|
1771
|
+
return x(e) ? null : _[e];
|
|
1754
1772
|
if (O(e) === "object") {
|
|
1755
1773
|
const { default: t } = e;
|
|
1756
|
-
return
|
|
1774
|
+
return x(t) ? null : _[t];
|
|
1757
1775
|
} else
|
|
1758
1776
|
return null;
|
|
1759
1777
|
}
|
|
@@ -1761,17 +1779,17 @@ function O(e) {
|
|
|
1761
1779
|
return typeof e;
|
|
1762
1780
|
}
|
|
1763
1781
|
function ot(e) {
|
|
1764
|
-
return
|
|
1782
|
+
return M(e) ? `d-stack--${_[M(e)]}` : null;
|
|
1765
1783
|
}
|
|
1766
|
-
function
|
|
1784
|
+
function lt(e) {
|
|
1767
1785
|
return O(e) === "object" ? [
|
|
1768
|
-
...
|
|
1786
|
+
...W.map((t) => e[t] ? `d-stack--${t}--${e[t]}` : null)
|
|
1769
1787
|
] : null;
|
|
1770
1788
|
}
|
|
1771
|
-
function
|
|
1789
|
+
function rt(e) {
|
|
1772
1790
|
return R.includes(e) ? `d-stack--gap-${e}` : null;
|
|
1773
1791
|
}
|
|
1774
|
-
function
|
|
1792
|
+
function dt(e) {
|
|
1775
1793
|
if (O(e) === "string")
|
|
1776
1794
|
return Object.keys(_).includes(e);
|
|
1777
1795
|
if (O(e) === "object") {
|
|
@@ -1780,10 +1798,10 @@ function rt(e) {
|
|
|
1780
1798
|
} else
|
|
1781
1799
|
return null;
|
|
1782
1800
|
}
|
|
1783
|
-
function
|
|
1801
|
+
function ct(e) {
|
|
1784
1802
|
return R.includes(e);
|
|
1785
1803
|
}
|
|
1786
|
-
const
|
|
1804
|
+
const ut = {
|
|
1787
1805
|
name: "DtStack",
|
|
1788
1806
|
props: {
|
|
1789
1807
|
/**
|
|
@@ -1797,7 +1815,7 @@ const ct = {
|
|
|
1797
1815
|
direction: {
|
|
1798
1816
|
type: [String, Object],
|
|
1799
1817
|
default: "column",
|
|
1800
|
-
validator: (e) =>
|
|
1818
|
+
validator: (e) => dt(e)
|
|
1801
1819
|
},
|
|
1802
1820
|
/**
|
|
1803
1821
|
* Set this prop to render stack as a specific HTML element.
|
|
@@ -1813,30 +1831,30 @@ const ct = {
|
|
|
1813
1831
|
gap: {
|
|
1814
1832
|
type: String,
|
|
1815
1833
|
default: "0",
|
|
1816
|
-
validator: (e) =>
|
|
1834
|
+
validator: (e) => ct(e)
|
|
1817
1835
|
}
|
|
1818
1836
|
},
|
|
1819
1837
|
data() {
|
|
1820
1838
|
return {
|
|
1821
1839
|
DT_STACK_DIRECTION: _,
|
|
1822
1840
|
DT_STACK_GAP: R,
|
|
1823
|
-
DT_STACK_RESPONSIVE_BREAKPOINTS:
|
|
1841
|
+
DT_STACK_RESPONSIVE_BREAKPOINTS: W
|
|
1824
1842
|
};
|
|
1825
1843
|
},
|
|
1826
1844
|
computed: {
|
|
1827
1845
|
stackGap() {
|
|
1828
|
-
return
|
|
1846
|
+
return rt(this.gap);
|
|
1829
1847
|
},
|
|
1830
1848
|
defaultDirection() {
|
|
1831
1849
|
return ot(this.direction);
|
|
1832
1850
|
},
|
|
1833
1851
|
stackResponsive() {
|
|
1834
|
-
return
|
|
1852
|
+
return lt(this.direction);
|
|
1835
1853
|
}
|
|
1836
1854
|
}
|
|
1837
1855
|
};
|
|
1838
|
-
function
|
|
1839
|
-
return
|
|
1856
|
+
function ht(e, t, s, o, a, n) {
|
|
1857
|
+
return i(), h(b(s.as), {
|
|
1840
1858
|
class: u([
|
|
1841
1859
|
"d-stack",
|
|
1842
1860
|
n.defaultDirection,
|
|
@@ -1850,38 +1868,38 @@ function ut(e, t, s, i, a, n) {
|
|
|
1850
1868
|
_: 3
|
|
1851
1869
|
}, 8, ["class"]);
|
|
1852
1870
|
}
|
|
1853
|
-
const
|
|
1871
|
+
const bt = /* @__PURE__ */ y(ut, [["render", ht]]);
|
|
1854
1872
|
export {
|
|
1855
1873
|
L as A,
|
|
1856
|
-
|
|
1874
|
+
_t as D,
|
|
1857
1875
|
I as L,
|
|
1858
1876
|
Fe as M,
|
|
1859
1877
|
Ze as P,
|
|
1860
1878
|
De as S,
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1879
|
+
bt as a,
|
|
1880
|
+
vt as b,
|
|
1881
|
+
yt as c,
|
|
1882
|
+
Et as d,
|
|
1865
1883
|
Pe as e,
|
|
1866
1884
|
R as f,
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1885
|
+
q as g,
|
|
1886
|
+
Ue as h,
|
|
1887
|
+
B as i,
|
|
1888
|
+
pe as j,
|
|
1889
|
+
me as k,
|
|
1890
|
+
H as l,
|
|
1891
|
+
ye as m,
|
|
1892
|
+
ve as n,
|
|
1893
|
+
V as o,
|
|
1894
|
+
D as p,
|
|
1895
|
+
We as q,
|
|
1896
|
+
Ge as r,
|
|
1897
|
+
Ye as s,
|
|
1880
1898
|
Xe as t,
|
|
1881
|
-
|
|
1899
|
+
gt as u,
|
|
1882
1900
|
fe as v,
|
|
1883
1901
|
C as w,
|
|
1884
1902
|
re as x,
|
|
1885
1903
|
_ as y,
|
|
1886
|
-
|
|
1904
|
+
W as z
|
|
1887
1905
|
};
|