@dialpad/dialtone-vue 2.105.4 → 2.106.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +1 -1
- package/CHANGELOG.md +14 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +5 -5
- package/dist/dialtone-vue.js +206 -198
- package/dist/style.css +1 -1
- package/dist/types/components/select_menu/select_menu.vue.d.ts +17 -0
- package/dist/types/components/select_menu/select_menu.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +21 -1
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/dialtone-vue.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { n as d, g as k, a as ca, u as D, b as he, c as ua, B as fa, i as pa, d as ha, e as ma, E as w, f as
|
|
1
|
+
import { n as d, g as k, a as ca, u as D, b as he, c as ua, B as fa, i as pa, d as ha, e as ma, E as w, f as st, h as Le, L as ga, j as _a, D as Ne, s as Be, k as va } from "./tooltip-_ykHbRFm.js";
|
|
2
2
|
import { m as zu, l as Ku, p as Yu, T as Gu, t as Xu, q as Qu, r as Zu, V as Ju, o as ef } from "./tooltip-_ykHbRFm.js";
|
|
3
|
-
import { D as y, I as ba, L as ya, a as Sa, b as I, c as wa, M as Ca, d as ka, e as z, v as
|
|
3
|
+
import { D as y, I as ba, L as ya, a as Sa, b as I, c as wa, M as Ca, d as ka, e as z, v as Mt, f as Rt, C as Pt, G as Nt, g as Fe, h as Ia, i as qe, j as Oa } from "./emoji-BKjUPoIz.js";
|
|
4
4
|
import { p as af, l as nf, k as rf, B as sf, m as of, r as lf, q as df, H as cf, N as uf, K as ff, J as pf, y as hf, x as mf, E as gf, t as _f, s as vf, n as bf, w as yf, u as Sf, o as wf, R as Cf, S as kf, O as If, Q as Of, P as xf, F as Tf, A as Df, T as Ef, z as $f } from "./emoji-BKjUPoIz.js";
|
|
5
5
|
import M from "vue";
|
|
6
6
|
const J = {
|
|
@@ -68,7 +68,7 @@ const La = $a.exports, Ie = {
|
|
|
68
68
|
}, Ma = {
|
|
69
69
|
md: "d-avatar__presence--md",
|
|
70
70
|
lg: "d-avatar__presence--lg"
|
|
71
|
-
},
|
|
71
|
+
}, it = {
|
|
72
72
|
NONE: "",
|
|
73
73
|
BUSY: "busy",
|
|
74
74
|
AWAY: "away",
|
|
@@ -99,7 +99,7 @@ const La = $a.exports, Ie = {
|
|
|
99
99
|
"1600",
|
|
100
100
|
"1700",
|
|
101
101
|
"1800"
|
|
102
|
-
],
|
|
102
|
+
], ot = (t) => t > 1, Na = [
|
|
103
103
|
"accessibility",
|
|
104
104
|
"activity",
|
|
105
105
|
"add-task",
|
|
@@ -709,8 +709,8 @@ const Fa = (t) => {
|
|
|
709
709
|
*/
|
|
710
710
|
presence: {
|
|
711
711
|
type: String,
|
|
712
|
-
default:
|
|
713
|
-
validator: (t) => Object.values(
|
|
712
|
+
default: it.NONE,
|
|
713
|
+
validator: (t) => Object.values(it).includes(t)
|
|
714
714
|
},
|
|
715
715
|
/**
|
|
716
716
|
* A set of props to be passed into the presence component.
|
|
@@ -727,7 +727,7 @@ const Fa = (t) => {
|
|
|
727
727
|
group: {
|
|
728
728
|
type: Number,
|
|
729
729
|
default: void 0,
|
|
730
|
-
validator: (t) =>
|
|
730
|
+
validator: (t) => ot(t)
|
|
731
731
|
},
|
|
732
732
|
/**
|
|
733
733
|
* The icon that overlays the avatar
|
|
@@ -841,7 +841,7 @@ const Fa = (t) => {
|
|
|
841
841
|
];
|
|
842
842
|
},
|
|
843
843
|
showGroup() {
|
|
844
|
-
return
|
|
844
|
+
return ot(this.group);
|
|
845
845
|
},
|
|
846
846
|
formattedGroup() {
|
|
847
847
|
return this.group > 99 ? "99+" : this.group;
|
|
@@ -919,7 +919,7 @@ var Va = function() {
|
|
|
919
919
|
null,
|
|
920
920
|
null
|
|
921
921
|
);
|
|
922
|
-
const me = ja.exports,
|
|
922
|
+
const me = ja.exports, lt = {
|
|
923
923
|
default: "",
|
|
924
924
|
info: "d-badge--info",
|
|
925
925
|
success: "d-badge--success",
|
|
@@ -927,10 +927,10 @@ const me = ja.exports, ot = {
|
|
|
927
927
|
critical: "d-badge--critical",
|
|
928
928
|
bulletin: "d-badge--bulletin",
|
|
929
929
|
ai: "d-badge--ai"
|
|
930
|
-
},
|
|
930
|
+
}, dt = {
|
|
931
931
|
label: "",
|
|
932
932
|
count: "d-badge--count"
|
|
933
|
-
},
|
|
933
|
+
}, ct = {
|
|
934
934
|
"black-400": "d-badge--decorate-black-400",
|
|
935
935
|
"black-500": "d-badge--decorate-black-500",
|
|
936
936
|
"black-900": "d-badge--decorate-black-900",
|
|
@@ -990,7 +990,7 @@ const me = ja.exports, ot = {
|
|
|
990
990
|
kind: {
|
|
991
991
|
type: String,
|
|
992
992
|
default: "label",
|
|
993
|
-
validator: (t) => Object.keys(
|
|
993
|
+
validator: (t) => Object.keys(dt).includes(t)
|
|
994
994
|
},
|
|
995
995
|
/**
|
|
996
996
|
* Color for the badge background
|
|
@@ -999,7 +999,7 @@ const me = ja.exports, ot = {
|
|
|
999
999
|
type: {
|
|
1000
1000
|
type: String,
|
|
1001
1001
|
default: "default",
|
|
1002
|
-
validator: (t) => Object.keys(
|
|
1002
|
+
validator: (t) => Object.keys(lt).includes(t)
|
|
1003
1003
|
},
|
|
1004
1004
|
/**
|
|
1005
1005
|
* Decoration for the badge. This can be only used with kind: label and type: default
|
|
@@ -1011,7 +1011,7 @@ const me = ja.exports, ot = {
|
|
|
1011
1011
|
decoration: {
|
|
1012
1012
|
type: String,
|
|
1013
1013
|
default: void 0,
|
|
1014
|
-
validator: (t) => Object.keys(
|
|
1014
|
+
validator: (t) => Object.keys(ct).includes(t)
|
|
1015
1015
|
},
|
|
1016
1016
|
/**
|
|
1017
1017
|
* Used to customize the label container
|
|
@@ -1023,9 +1023,9 @@ const me = ja.exports, ot = {
|
|
|
1023
1023
|
},
|
|
1024
1024
|
data() {
|
|
1025
1025
|
return {
|
|
1026
|
-
BADGE_TYPE_MODIFIERS:
|
|
1027
|
-
BADGE_KIND_MODIFIERS:
|
|
1028
|
-
BADGE_DECORATION_MODIFIERS:
|
|
1026
|
+
BADGE_TYPE_MODIFIERS: lt,
|
|
1027
|
+
BADGE_KIND_MODIFIERS: dt,
|
|
1028
|
+
BADGE_DECORATION_MODIFIERS: ct
|
|
1029
1029
|
};
|
|
1030
1030
|
},
|
|
1031
1031
|
computed: {
|
|
@@ -1074,7 +1074,7 @@ var za = function() {
|
|
|
1074
1074
|
null,
|
|
1075
1075
|
null
|
|
1076
1076
|
);
|
|
1077
|
-
const
|
|
1077
|
+
const He = Ya.exports, re = ["base", "error", "info", "success", "warning"], Ga = ["alert", "alertdialog", "status"], Xa = /* @__PURE__ */ new Map([
|
|
1078
1078
|
["info", "info"],
|
|
1079
1079
|
["success", "check-circle"],
|
|
1080
1080
|
["warning", "alert-triangle"],
|
|
@@ -1119,7 +1119,7 @@ var Za = function() {
|
|
|
1119
1119
|
null,
|
|
1120
1120
|
null
|
|
1121
1121
|
);
|
|
1122
|
-
const
|
|
1122
|
+
const Ve = en.exports, tn = {
|
|
1123
1123
|
name: "DtNoticeContent",
|
|
1124
1124
|
props: {
|
|
1125
1125
|
/**
|
|
@@ -1162,7 +1162,7 @@ var an = function() {
|
|
|
1162
1162
|
null,
|
|
1163
1163
|
null
|
|
1164
1164
|
);
|
|
1165
|
-
const
|
|
1165
|
+
const We = rn.exports, sn = {
|
|
1166
1166
|
name: "DtLink",
|
|
1167
1167
|
props: {
|
|
1168
1168
|
/**
|
|
@@ -1373,12 +1373,12 @@ var gn = function() {
|
|
|
1373
1373
|
null,
|
|
1374
1374
|
null
|
|
1375
1375
|
);
|
|
1376
|
-
const
|
|
1376
|
+
const je = vn.exports, bn = {
|
|
1377
1377
|
name: "DtNotice",
|
|
1378
1378
|
components: {
|
|
1379
|
-
DtNoticeIcon:
|
|
1380
|
-
DtNoticeContent:
|
|
1381
|
-
DtNoticeAction:
|
|
1379
|
+
DtNoticeIcon: Ve,
|
|
1380
|
+
DtNoticeContent: We,
|
|
1381
|
+
DtNoticeAction: je
|
|
1382
1382
|
},
|
|
1383
1383
|
mixins: [E],
|
|
1384
1384
|
props: {
|
|
@@ -1573,9 +1573,9 @@ const Yc = wn.exports, Bt = ':not(:disabled):not([aria-disabled="true"]):not([ro
|
|
|
1573
1573
|
}, In = {
|
|
1574
1574
|
name: "DtBanner",
|
|
1575
1575
|
components: {
|
|
1576
|
-
DtNoticeIcon:
|
|
1577
|
-
DtNoticeContent:
|
|
1578
|
-
DtNoticeAction:
|
|
1576
|
+
DtNoticeIcon: Ve,
|
|
1577
|
+
DtNoticeContent: We,
|
|
1578
|
+
DtNoticeAction: je
|
|
1579
1579
|
},
|
|
1580
1580
|
mixins: [K, E],
|
|
1581
1581
|
props: {
|
|
@@ -1865,7 +1865,7 @@ var Nn = function() {
|
|
|
1865
1865
|
null,
|
|
1866
1866
|
null
|
|
1867
1867
|
);
|
|
1868
|
-
const Xc = Fn.exports,
|
|
1868
|
+
const Xc = Fn.exports, ut = {
|
|
1869
1869
|
start: "d-btn-group--start",
|
|
1870
1870
|
end: "d-btn-group--end",
|
|
1871
1871
|
"space-between": "d-btn-group--space-between"
|
|
@@ -1878,12 +1878,12 @@ const Xc = Fn.exports, ct = {
|
|
|
1878
1878
|
alignment: {
|
|
1879
1879
|
type: String,
|
|
1880
1880
|
default: "start",
|
|
1881
|
-
validator: (t) => Object.keys(
|
|
1881
|
+
validator: (t) => Object.keys(ut).includes(t)
|
|
1882
1882
|
}
|
|
1883
1883
|
},
|
|
1884
1884
|
data() {
|
|
1885
1885
|
return {
|
|
1886
|
-
BUTTON_GROUP_ALIGNMENT:
|
|
1886
|
+
BUTTON_GROUP_ALIGNMENT: ut
|
|
1887
1887
|
};
|
|
1888
1888
|
}
|
|
1889
1889
|
};
|
|
@@ -3128,7 +3128,7 @@ var Nr = function() {
|
|
|
3128
3128
|
null,
|
|
3129
3129
|
null
|
|
3130
3130
|
);
|
|
3131
|
-
const Jc = Fr.exports,
|
|
3131
|
+
const Jc = Fr.exports, ft = {
|
|
3132
3132
|
none: void 0,
|
|
3133
3133
|
small: "d-p4",
|
|
3134
3134
|
medium: "d-p8",
|
|
@@ -3183,7 +3183,7 @@ var Ut = {
|
|
|
3183
3183
|
var e = this.$el;
|
|
3184
3184
|
e && e.parentNode.removeChild(e);
|
|
3185
3185
|
}
|
|
3186
|
-
}),
|
|
3186
|
+
}), Ue = M.extend({
|
|
3187
3187
|
name: "VueSimplePortal",
|
|
3188
3188
|
props: {
|
|
3189
3189
|
disabled: {
|
|
@@ -3262,7 +3262,7 @@ var Ut = {
|
|
|
3262
3262
|
});
|
|
3263
3263
|
function Yr(t) {
|
|
3264
3264
|
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
3265
|
-
t.component(e.name || "portal",
|
|
3265
|
+
t.component(e.name || "portal", Ue), e.defaultSelector && zr(e.defaultSelector);
|
|
3266
3266
|
}
|
|
3267
3267
|
typeof window < "u" && window.Vue && window.Vue === M && M.use(Yr);
|
|
3268
3268
|
const Gr = {
|
|
@@ -3356,7 +3356,7 @@ const Jr = Zr.exports, es = {
|
|
|
3356
3356
|
SrOnlyCloseButton: ge,
|
|
3357
3357
|
DtLazyShow: he,
|
|
3358
3358
|
PopoverHeaderFooter: Jr,
|
|
3359
|
-
Portal:
|
|
3359
|
+
Portal: Ue
|
|
3360
3360
|
},
|
|
3361
3361
|
mixins: [K, E],
|
|
3362
3362
|
props: {
|
|
@@ -3437,7 +3437,7 @@ const Jr = Zr.exports, es = {
|
|
|
3437
3437
|
padding: {
|
|
3438
3438
|
type: String,
|
|
3439
3439
|
default: "large",
|
|
3440
|
-
validator: (t) => Object.keys(
|
|
3440
|
+
validator: (t) => Object.keys(ft).some((e) => e === t)
|
|
3441
3441
|
},
|
|
3442
3442
|
/**
|
|
3443
3443
|
* Additional class name for the content wrapper element.
|
|
@@ -3679,7 +3679,7 @@ const Jr = Zr.exports, es = {
|
|
|
3679
3679
|
],
|
|
3680
3680
|
data() {
|
|
3681
3681
|
return {
|
|
3682
|
-
POPOVER_PADDING_CLASSES:
|
|
3682
|
+
POPOVER_PADDING_CLASSES: ft,
|
|
3683
3683
|
POPOVER_HEADER_FOOTER_PADDING_CLASSES: qr,
|
|
3684
3684
|
intersectionObserver: null,
|
|
3685
3685
|
isOutsideViewport: !1,
|
|
@@ -3953,14 +3953,14 @@ var ts = function() {
|
|
|
3953
3953
|
null,
|
|
3954
3954
|
null
|
|
3955
3955
|
);
|
|
3956
|
-
const
|
|
3956
|
+
const ze = ns.exports, te = {
|
|
3957
3957
|
none: void 0,
|
|
3958
3958
|
small: "d-py0",
|
|
3959
3959
|
large: "d-py4"
|
|
3960
3960
|
}, rs = {
|
|
3961
3961
|
name: "DtDropdown",
|
|
3962
3962
|
components: {
|
|
3963
|
-
DtPopover:
|
|
3963
|
+
DtPopover: ze,
|
|
3964
3964
|
SrOnlyCloseButton: ge
|
|
3965
3965
|
},
|
|
3966
3966
|
mixins: [
|
|
@@ -4319,7 +4319,7 @@ var cs = function() {
|
|
|
4319
4319
|
const tu = fs.exports, ps = {
|
|
4320
4320
|
name: "DtImageViewer",
|
|
4321
4321
|
components: {
|
|
4322
|
-
Portal:
|
|
4322
|
+
Portal: Ue,
|
|
4323
4323
|
DtButton: I,
|
|
4324
4324
|
DtIcon: y
|
|
4325
4325
|
},
|
|
@@ -4524,7 +4524,7 @@ const au = gs.exports, _s = {
|
|
|
4524
4524
|
messages: {
|
|
4525
4525
|
type: Array,
|
|
4526
4526
|
default: () => [],
|
|
4527
|
-
validator: (t) =>
|
|
4527
|
+
validator: (t) => Mt(t)
|
|
4528
4528
|
},
|
|
4529
4529
|
/**
|
|
4530
4530
|
* Show validation messages
|
|
@@ -4564,7 +4564,7 @@ const au = gs.exports, _s = {
|
|
|
4564
4564
|
}
|
|
4565
4565
|
},
|
|
4566
4566
|
data() {
|
|
4567
|
-
const t =
|
|
4567
|
+
const t = st(this.messages);
|
|
4568
4568
|
return {
|
|
4569
4569
|
// wrap values in object to make reactive
|
|
4570
4570
|
provideObj: {
|
|
@@ -4576,7 +4576,7 @@ const au = gs.exports, _s = {
|
|
|
4576
4576
|
},
|
|
4577
4577
|
computed: {
|
|
4578
4578
|
formattedMessages() {
|
|
4579
|
-
return
|
|
4579
|
+
return st(this.messages);
|
|
4580
4580
|
},
|
|
4581
4581
|
validationState() {
|
|
4582
4582
|
return Le(this.formattedMessages);
|
|
@@ -4680,13 +4680,13 @@ var bs = function() {
|
|
|
4680
4680
|
null,
|
|
4681
4681
|
null
|
|
4682
4682
|
);
|
|
4683
|
-
const zt = Ss.exports,
|
|
4683
|
+
const zt = Ss.exports, pt = {
|
|
4684
4684
|
default: "",
|
|
4685
4685
|
danger: "d-modal--danger"
|
|
4686
|
-
},
|
|
4686
|
+
}, ht = {
|
|
4687
4687
|
default: "",
|
|
4688
4688
|
full: "d-modal--full"
|
|
4689
|
-
},
|
|
4689
|
+
}, mt = {
|
|
4690
4690
|
error: "d-modal__banner--critical",
|
|
4691
4691
|
info: "d-modal__banner--info",
|
|
4692
4692
|
success: "d-modal__banner--success",
|
|
@@ -4766,7 +4766,7 @@ const zt = Ss.exports, ft = {
|
|
|
4766
4766
|
kind: {
|
|
4767
4767
|
type: String,
|
|
4768
4768
|
default: "default",
|
|
4769
|
-
validator: (t) => Object.keys(
|
|
4769
|
+
validator: (t) => Object.keys(pt).includes(t)
|
|
4770
4770
|
},
|
|
4771
4771
|
/**
|
|
4772
4772
|
* The size of the modal. size - default or full,
|
|
@@ -4775,7 +4775,7 @@ const zt = Ss.exports, ft = {
|
|
|
4775
4775
|
size: {
|
|
4776
4776
|
type: String,
|
|
4777
4777
|
default: "default",
|
|
4778
|
-
validator: (t) => Object.keys(
|
|
4778
|
+
validator: (t) => Object.keys(ht).includes(t)
|
|
4779
4779
|
},
|
|
4780
4780
|
/**
|
|
4781
4781
|
* Additional class name for the root modal element.
|
|
@@ -4873,9 +4873,9 @@ const zt = Ss.exports, ft = {
|
|
|
4873
4873
|
],
|
|
4874
4874
|
data() {
|
|
4875
4875
|
return {
|
|
4876
|
-
MODAL_KIND_MODIFIERS:
|
|
4877
|
-
MODAL_SIZE_MODIFIERS:
|
|
4878
|
-
MODAL_BANNER_KINDS:
|
|
4876
|
+
MODAL_KIND_MODIFIERS: pt,
|
|
4877
|
+
MODAL_SIZE_MODIFIERS: ht,
|
|
4878
|
+
MODAL_BANNER_KINDS: mt,
|
|
4879
4879
|
EVENT_KEYNAMES: w
|
|
4880
4880
|
};
|
|
4881
4881
|
},
|
|
@@ -4910,7 +4910,7 @@ const zt = Ss.exports, ft = {
|
|
|
4910
4910
|
return !!this.$slots.footer;
|
|
4911
4911
|
},
|
|
4912
4912
|
bannerKindClass() {
|
|
4913
|
-
return
|
|
4913
|
+
return mt[this.bannerKind];
|
|
4914
4914
|
}
|
|
4915
4915
|
},
|
|
4916
4916
|
watch: {
|
|
@@ -5166,7 +5166,7 @@ const su = As.exports, Ms = {
|
|
|
5166
5166
|
}, Rs = {
|
|
5167
5167
|
name: "DtRadio",
|
|
5168
5168
|
components: { DtValidationMessages: z },
|
|
5169
|
-
mixins: [
|
|
5169
|
+
mixins: [Rt, Pt, Nt, Fe],
|
|
5170
5170
|
inheritAttrs: !1,
|
|
5171
5171
|
props: {
|
|
5172
5172
|
/**
|
|
@@ -5424,7 +5424,7 @@ const lu = zs.exports, Ks = {
|
|
|
5424
5424
|
}, Ys = {
|
|
5425
5425
|
name: "DtCheckbox",
|
|
5426
5426
|
components: { DtValidationMessages: z },
|
|
5427
|
-
mixins: [
|
|
5427
|
+
mixins: [Rt, Pt, Nt, Fe],
|
|
5428
5428
|
inheritAttrs: !1,
|
|
5429
5429
|
emits: [
|
|
5430
5430
|
/**
|
|
@@ -5626,7 +5626,7 @@ var ti = /* @__PURE__ */ d(
|
|
|
5626
5626
|
null,
|
|
5627
5627
|
null
|
|
5628
5628
|
);
|
|
5629
|
-
const cu = ti.exports,
|
|
5629
|
+
const cu = ti.exports, gt = {
|
|
5630
5630
|
xs: "d-chip__label--xs",
|
|
5631
5631
|
sm: "d-chip__label--sm",
|
|
5632
5632
|
md: ""
|
|
@@ -5670,7 +5670,7 @@ const cu = ti.exports, mt = {
|
|
|
5670
5670
|
size: {
|
|
5671
5671
|
type: String,
|
|
5672
5672
|
default: "md",
|
|
5673
|
-
validator: (t) => Object.keys(
|
|
5673
|
+
validator: (t) => Object.keys(gt).includes(t)
|
|
5674
5674
|
},
|
|
5675
5675
|
/**
|
|
5676
5676
|
* The interactivity of the chip.
|
|
@@ -5761,7 +5761,7 @@ const cu = ti.exports, mt = {
|
|
|
5761
5761
|
chipClasses() {
|
|
5762
5762
|
return [
|
|
5763
5763
|
this.$attrs["grouped-chip"] ? "d-chip" : "d-chip__label",
|
|
5764
|
-
|
|
5764
|
+
gt[this.size],
|
|
5765
5765
|
this.labelClass
|
|
5766
5766
|
];
|
|
5767
5767
|
},
|
|
@@ -5793,7 +5793,7 @@ var si = function() {
|
|
|
5793
5793
|
null,
|
|
5794
5794
|
null
|
|
5795
5795
|
);
|
|
5796
|
-
const Kt = oi.exports,
|
|
5796
|
+
const Kt = oi.exports, _t = {
|
|
5797
5797
|
xs: "d-select--xs",
|
|
5798
5798
|
sm: "d-select--sm",
|
|
5799
5799
|
md: "",
|
|
@@ -5836,6 +5836,14 @@ const Kt = oi.exports, gt = {
|
|
|
5836
5836
|
default: () => [],
|
|
5837
5837
|
validator: (t) => fi(t)
|
|
5838
5838
|
},
|
|
5839
|
+
/**
|
|
5840
|
+
* Sets the selected value of the select menu. If it does not match a value in the options array, then it will be
|
|
5841
|
+
* 'unselected'.
|
|
5842
|
+
*/
|
|
5843
|
+
value: {
|
|
5844
|
+
type: String,
|
|
5845
|
+
default: null
|
|
5846
|
+
},
|
|
5839
5847
|
/**
|
|
5840
5848
|
* Controls the size of the select
|
|
5841
5849
|
* @values xs, sm, md, lg, xl
|
|
@@ -5843,7 +5851,7 @@ const Kt = oi.exports, gt = {
|
|
|
5843
5851
|
size: {
|
|
5844
5852
|
type: String,
|
|
5845
5853
|
default: "md",
|
|
5846
|
-
validator: (t) => Object.keys(
|
|
5854
|
+
validator: (t) => Object.keys(_t).includes(t)
|
|
5847
5855
|
},
|
|
5848
5856
|
/**
|
|
5849
5857
|
* Used to customize the label container
|
|
@@ -5923,7 +5931,7 @@ const Kt = oi.exports, gt = {
|
|
|
5923
5931
|
return {
|
|
5924
5932
|
LABEL_SIZE_MODIFIERS: ga,
|
|
5925
5933
|
DESCRIPTION_SIZE_MODIFIERS: _a,
|
|
5926
|
-
SELECT_SIZE_MODIFIERS:
|
|
5934
|
+
SELECT_SIZE_MODIFIERS: _t,
|
|
5927
5935
|
SELECT_STATE_MODIFIERS: li
|
|
5928
5936
|
};
|
|
5929
5937
|
},
|
|
@@ -5958,16 +5966,8 @@ const Kt = oi.exports, gt = {
|
|
|
5958
5966
|
return this.$slots.description || this.description ? this.descriptionKey : this.$attrs["aria-details"];
|
|
5959
5967
|
}
|
|
5960
5968
|
},
|
|
5961
|
-
watch: {
|
|
5962
|
-
// whenever question changes, this function will run
|
|
5963
|
-
options() {
|
|
5964
|
-
this.$nextTick(() => {
|
|
5965
|
-
this.emitValue(this.$refs.selectElement.value, null);
|
|
5966
|
-
});
|
|
5967
|
-
}
|
|
5968
|
-
},
|
|
5969
5969
|
mounted() {
|
|
5970
|
-
this.
|
|
5970
|
+
this.validateOptionsPresence();
|
|
5971
5971
|
},
|
|
5972
5972
|
beforeUpdate() {
|
|
5973
5973
|
this.validateOptionsPresence();
|
|
@@ -6007,7 +6007,7 @@ var hi = function() {
|
|
|
6007
6007
|
], attrs: { "data-qa": "dt-select-wrapper" } }, [a("select", e._g(e._b({ ref: "selectElement", class: [
|
|
6008
6008
|
"d-select__input",
|
|
6009
6009
|
e.SELECT_STATE_MODIFIERS[e.state]
|
|
6010
|
-
], attrs: { "data-qa": "dt-select", disabled: e.disabled } }, "select", e.$attrs, !1), e.selectListeners), [e._t("default", function() {
|
|
6010
|
+
], attrs: { "data-qa": "dt-select", disabled: e.disabled }, domProps: { value: e.value } }, "select", e.$attrs, !1), e.selectListeners), [e._t("default", function() {
|
|
6011
6011
|
return e._l(e.options, function(n) {
|
|
6012
6012
|
return a("option", e._b({ key: e.getOptionKey(n.value), class: e.optionClass, domProps: { value: n.value } }, "option", e.optionChildProps, !1), [e._v(" " + e._s(n.label) + " ")]);
|
|
6013
6013
|
});
|
|
@@ -6022,12 +6022,12 @@ var hi = function() {
|
|
|
6022
6022
|
null,
|
|
6023
6023
|
null
|
|
6024
6024
|
);
|
|
6025
|
-
const uu = gi.exports, _i = ["status", "alert"],
|
|
6025
|
+
const uu = gi.exports, _i = ["status", "alert"], vt = 6e3, vi = {
|
|
6026
6026
|
name: "DtToast",
|
|
6027
6027
|
components: {
|
|
6028
|
-
DtNoticeIcon:
|
|
6029
|
-
DtNoticeContent:
|
|
6030
|
-
DtNoticeAction:
|
|
6028
|
+
DtNoticeIcon: Ve,
|
|
6029
|
+
DtNoticeContent: We,
|
|
6030
|
+
DtNoticeAction: je
|
|
6031
6031
|
},
|
|
6032
6032
|
mixins: [E],
|
|
6033
6033
|
props: {
|
|
@@ -6126,7 +6126,7 @@ const uu = gi.exports, _i = ["status", "alert"], _t = 6e3, vi = {
|
|
|
6126
6126
|
duration: {
|
|
6127
6127
|
type: Number,
|
|
6128
6128
|
default: null,
|
|
6129
|
-
validator: (t) => t >=
|
|
6129
|
+
validator: (t) => t >= vt
|
|
6130
6130
|
}
|
|
6131
6131
|
},
|
|
6132
6132
|
emits: [
|
|
@@ -6146,7 +6146,7 @@ const uu = gi.exports, _i = ["status", "alert"], _t = 6e3, vi = {
|
|
|
6146
6146
|
data() {
|
|
6147
6147
|
return {
|
|
6148
6148
|
isShown: !1,
|
|
6149
|
-
minDuration:
|
|
6149
|
+
minDuration: vt
|
|
6150
6150
|
};
|
|
6151
6151
|
},
|
|
6152
6152
|
computed: {
|
|
@@ -6211,7 +6211,7 @@ var bi = function() {
|
|
|
6211
6211
|
null,
|
|
6212
6212
|
null
|
|
6213
6213
|
);
|
|
6214
|
-
const fu = Si.exports,
|
|
6214
|
+
const fu = Si.exports, bt = {
|
|
6215
6215
|
sm: "d-toggle--small",
|
|
6216
6216
|
md: ""
|
|
6217
6217
|
}, wi = [!1, !0, "mixed"], Ci = {
|
|
@@ -6265,7 +6265,7 @@ const fu = Si.exports, vt = {
|
|
|
6265
6265
|
size: {
|
|
6266
6266
|
type: String,
|
|
6267
6267
|
default: "md",
|
|
6268
|
-
validator: (t) => Object.keys(
|
|
6268
|
+
validator: (t) => Object.keys(bt).includes(t)
|
|
6269
6269
|
},
|
|
6270
6270
|
/**
|
|
6271
6271
|
* Shows the icon
|
|
@@ -6321,7 +6321,7 @@ const fu = Si.exports, vt = {
|
|
|
6321
6321
|
toggleClasses() {
|
|
6322
6322
|
return [
|
|
6323
6323
|
"d-toggle",
|
|
6324
|
-
|
|
6324
|
+
bt[this.size],
|
|
6325
6325
|
{
|
|
6326
6326
|
"d-toggle--checked": this.internalChecked === !0,
|
|
6327
6327
|
"d-toggle--disabled": this.disabled,
|
|
@@ -6455,7 +6455,7 @@ var Di = function() {
|
|
|
6455
6455
|
null,
|
|
6456
6456
|
null
|
|
6457
6457
|
);
|
|
6458
|
-
const mu = $i.exports,
|
|
6458
|
+
const mu = $i.exports, yt = {
|
|
6459
6459
|
LEFT: "left",
|
|
6460
6460
|
RIGHT: "right"
|
|
6461
6461
|
}, Li = ["sm", "md", "lg", null], Ai = {
|
|
@@ -6521,7 +6521,7 @@ const mu = $i.exports, bt = {
|
|
|
6521
6521
|
sidebarPosition: {
|
|
6522
6522
|
type: String,
|
|
6523
6523
|
default: "left",
|
|
6524
|
-
validator: (t) => Object.values(
|
|
6524
|
+
validator: (t) => Object.values(yt).includes(t)
|
|
6525
6525
|
},
|
|
6526
6526
|
/**
|
|
6527
6527
|
* Additional class name for the footer element
|
|
@@ -6549,7 +6549,7 @@ const mu = $i.exports, bt = {
|
|
|
6549
6549
|
},
|
|
6550
6550
|
computed: {
|
|
6551
6551
|
isInverted() {
|
|
6552
|
-
return this.sidebarPosition ===
|
|
6552
|
+
return this.sidebarPosition === yt.RIGHT;
|
|
6553
6553
|
}
|
|
6554
6554
|
}
|
|
6555
6555
|
};
|
|
@@ -6575,15 +6575,15 @@ var Mi = function() {
|
|
|
6575
6575
|
null
|
|
6576
6576
|
);
|
|
6577
6577
|
const gu = Pi.exports;
|
|
6578
|
-
function
|
|
6578
|
+
function St(t) {
|
|
6579
6579
|
return t === q.default;
|
|
6580
6580
|
}
|
|
6581
|
-
function
|
|
6581
|
+
function wt(t) {
|
|
6582
6582
|
if (ae(t) === "string")
|
|
6583
|
-
return
|
|
6583
|
+
return St(t) ? null : q[t];
|
|
6584
6584
|
if (ae(t) === "object") {
|
|
6585
6585
|
const { default: e } = t;
|
|
6586
|
-
return
|
|
6586
|
+
return St(e) ? null : q[e];
|
|
6587
6587
|
} else
|
|
6588
6588
|
return null;
|
|
6589
6589
|
}
|
|
@@ -6591,7 +6591,7 @@ function ae(t) {
|
|
|
6591
6591
|
return typeof t;
|
|
6592
6592
|
}
|
|
6593
6593
|
function Ni(t) {
|
|
6594
|
-
return
|
|
6594
|
+
return wt(t) ? `d-stack--${q[wt(t)]}` : null;
|
|
6595
6595
|
}
|
|
6596
6596
|
function Bi(t) {
|
|
6597
6597
|
return ae(t) === "object" ? [
|
|
@@ -6712,7 +6712,7 @@ function ye(t, e) {
|
|
|
6712
6712
|
var a = p(t), n = b(e);
|
|
6713
6713
|
return isNaN(n) ? /* @__PURE__ */ new Date(NaN) : (n && a.setDate(a.getDate() + n), a);
|
|
6714
6714
|
}
|
|
6715
|
-
function
|
|
6715
|
+
function Ke(t, e) {
|
|
6716
6716
|
u(2, arguments);
|
|
6717
6717
|
var a = p(t), n = b(e);
|
|
6718
6718
|
if (isNaN(n))
|
|
@@ -6727,7 +6727,7 @@ function ze(t, e) {
|
|
|
6727
6727
|
function X(t, e) {
|
|
6728
6728
|
if (u(2, arguments), !e || U(e) !== "object")
|
|
6729
6729
|
return /* @__PURE__ */ new Date(NaN);
|
|
6730
|
-
var a = e.years ? b(e.years) : 0, n = e.months ? b(e.months) : 0, r = e.weeks ? b(e.weeks) : 0, s = e.days ? b(e.days) : 0, i = e.hours ? b(e.hours) : 0, l = e.minutes ? b(e.minutes) : 0, c = e.seconds ? b(e.seconds) : 0, f = p(t), g = n || a ?
|
|
6730
|
+
var a = e.years ? b(e.years) : 0, n = e.months ? b(e.months) : 0, r = e.weeks ? b(e.weeks) : 0, s = e.days ? b(e.days) : 0, i = e.hours ? b(e.hours) : 0, l = e.minutes ? b(e.minutes) : 0, c = e.seconds ? b(e.seconds) : 0, f = p(t), g = n || a ? Ke(f, n + a * 12) : f, o = s || r ? ye(g, s + r * 7) : g, m = l + i * 60, h = c + m * 60, _ = h * 1e3, O = new Date(o.getTime() + _);
|
|
6731
6731
|
return O;
|
|
6732
6732
|
}
|
|
6733
6733
|
function zi(t, e) {
|
|
@@ -6793,21 +6793,21 @@ function to(t, e) {
|
|
|
6793
6793
|
var a = p(t), n = p(e);
|
|
6794
6794
|
return a.getFullYear() - n.getFullYear();
|
|
6795
6795
|
}
|
|
6796
|
-
function
|
|
6796
|
+
function Ct(t, e) {
|
|
6797
6797
|
var a = t.getFullYear() - e.getFullYear() || t.getMonth() - e.getMonth() || t.getDate() - e.getDate() || t.getHours() - e.getHours() || t.getMinutes() - e.getMinutes() || t.getSeconds() - e.getSeconds() || t.getMilliseconds() - e.getMilliseconds();
|
|
6798
6798
|
return a < 0 ? -1 : a > 0 ? 1 : a;
|
|
6799
6799
|
}
|
|
6800
6800
|
function ao(t, e) {
|
|
6801
6801
|
u(2, arguments);
|
|
6802
|
-
var a = p(t), n = p(e), r =
|
|
6802
|
+
var a = p(t), n = p(e), r = Ct(a, n), s = Math.abs(Gi(a, n));
|
|
6803
6803
|
a.setDate(a.getDate() - r * s);
|
|
6804
|
-
var i = +(
|
|
6804
|
+
var i = +(Ct(a, n) === -r), l = r * (s - i);
|
|
6805
6805
|
return l === 0 ? 0 : l;
|
|
6806
6806
|
}
|
|
6807
|
-
function
|
|
6807
|
+
function Ye(t, e) {
|
|
6808
6808
|
return u(2, arguments), p(t).getTime() - p(e).getTime();
|
|
6809
6809
|
}
|
|
6810
|
-
var
|
|
6810
|
+
var kt = {
|
|
6811
6811
|
ceil: Math.ceil,
|
|
6812
6812
|
round: Math.round,
|
|
6813
6813
|
floor: Math.floor,
|
|
@@ -6816,18 +6816,18 @@ var Ct = {
|
|
|
6816
6816
|
}
|
|
6817
6817
|
// Math.trunc is not supported by IE
|
|
6818
6818
|
}, no = "trunc";
|
|
6819
|
-
function
|
|
6820
|
-
return t ?
|
|
6819
|
+
function Ge(t) {
|
|
6820
|
+
return t ? kt[t] : kt[no];
|
|
6821
6821
|
}
|
|
6822
6822
|
function ro(t, e, a) {
|
|
6823
6823
|
u(2, arguments);
|
|
6824
|
-
var n =
|
|
6825
|
-
return
|
|
6824
|
+
var n = Ye(t, e) / Qi;
|
|
6825
|
+
return Ge(a == null ? void 0 : a.roundingMethod)(n);
|
|
6826
6826
|
}
|
|
6827
6827
|
function so(t, e, a) {
|
|
6828
6828
|
u(2, arguments);
|
|
6829
|
-
var n =
|
|
6830
|
-
return
|
|
6829
|
+
var n = Ye(t, e) / Xi;
|
|
6830
|
+
return Ge(a == null ? void 0 : a.roundingMethod)(n);
|
|
6831
6831
|
}
|
|
6832
6832
|
function io(t) {
|
|
6833
6833
|
u(1, arguments);
|
|
@@ -6858,8 +6858,8 @@ function Gt(t, e) {
|
|
|
6858
6858
|
}
|
|
6859
6859
|
function Xt(t, e, a) {
|
|
6860
6860
|
u(2, arguments);
|
|
6861
|
-
var n =
|
|
6862
|
-
return
|
|
6861
|
+
var n = Ye(t, e) / 1e3;
|
|
6862
|
+
return Ge(a == null ? void 0 : a.roundingMethod)(n);
|
|
6863
6863
|
}
|
|
6864
6864
|
function co(t, e) {
|
|
6865
6865
|
u(2, arguments);
|
|
@@ -7486,7 +7486,7 @@ var j = {
|
|
|
7486
7486
|
return "Z";
|
|
7487
7487
|
switch (a) {
|
|
7488
7488
|
case "X":
|
|
7489
|
-
return
|
|
7489
|
+
return Ot(i);
|
|
7490
7490
|
case "XXXX":
|
|
7491
7491
|
case "XX":
|
|
7492
7492
|
return N(i);
|
|
@@ -7501,7 +7501,7 @@ var j = {
|
|
|
7501
7501
|
var s = r._originalDate || e, i = s.getTimezoneOffset();
|
|
7502
7502
|
switch (a) {
|
|
7503
7503
|
case "x":
|
|
7504
|
-
return
|
|
7504
|
+
return Ot(i);
|
|
7505
7505
|
case "xxxx":
|
|
7506
7506
|
case "xx":
|
|
7507
7507
|
return N(i);
|
|
@@ -7518,7 +7518,7 @@ var j = {
|
|
|
7518
7518
|
case "O":
|
|
7519
7519
|
case "OO":
|
|
7520
7520
|
case "OOO":
|
|
7521
|
-
return "GMT" +
|
|
7521
|
+
return "GMT" + It(i, ":");
|
|
7522
7522
|
case "OOOO":
|
|
7523
7523
|
default:
|
|
7524
7524
|
return "GMT" + N(i, ":");
|
|
@@ -7531,7 +7531,7 @@ var j = {
|
|
|
7531
7531
|
case "z":
|
|
7532
7532
|
case "zz":
|
|
7533
7533
|
case "zzz":
|
|
7534
|
-
return "GMT" +
|
|
7534
|
+
return "GMT" + It(i, ":");
|
|
7535
7535
|
case "zzzz":
|
|
7536
7536
|
default:
|
|
7537
7537
|
return "GMT" + N(i, ":");
|
|
@@ -7548,14 +7548,14 @@ var j = {
|
|
|
7548
7548
|
return v(i, a.length);
|
|
7549
7549
|
}
|
|
7550
7550
|
};
|
|
7551
|
-
function
|
|
7551
|
+
function It(t, e) {
|
|
7552
7552
|
var a = t > 0 ? "-" : "+", n = Math.abs(t), r = Math.floor(n / 60), s = n % 60;
|
|
7553
7553
|
if (s === 0)
|
|
7554
7554
|
return a + String(r);
|
|
7555
7555
|
var i = e || "";
|
|
7556
7556
|
return a + String(r) + i + v(s, 2);
|
|
7557
7557
|
}
|
|
7558
|
-
function
|
|
7558
|
+
function Ot(t, e) {
|
|
7559
7559
|
if (t % 60 === 0) {
|
|
7560
7560
|
var a = t > 0 ? "-" : "+";
|
|
7561
7561
|
return a + v(Math.abs(t) / 60, 2);
|
|
@@ -7567,7 +7567,7 @@ function N(t, e) {
|
|
|
7567
7567
|
return n + s + a + i;
|
|
7568
7568
|
}
|
|
7569
7569
|
const wo = So;
|
|
7570
|
-
var
|
|
7570
|
+
var xt = function(e, a) {
|
|
7571
7571
|
switch (e) {
|
|
7572
7572
|
case "P":
|
|
7573
7573
|
return a.date({
|
|
@@ -7610,7 +7610,7 @@ var Ot = function(e, a) {
|
|
|
7610
7610
|
}, Co = function(e, a) {
|
|
7611
7611
|
var n = e.match(/(P+)(p+)?/) || [], r = n[1], s = n[2];
|
|
7612
7612
|
if (!s)
|
|
7613
|
-
return
|
|
7613
|
+
return xt(e, a);
|
|
7614
7614
|
var i;
|
|
7615
7615
|
switch (r) {
|
|
7616
7616
|
case "P":
|
|
@@ -7635,7 +7635,7 @@ var Ot = function(e, a) {
|
|
|
7635
7635
|
});
|
|
7636
7636
|
break;
|
|
7637
7637
|
}
|
|
7638
|
-
return i.replace("{{date}}",
|
|
7638
|
+
return i.replace("{{date}}", xt(r, a)).replace("{{time}}", Jt(s, a));
|
|
7639
7639
|
}, ko = {
|
|
7640
7640
|
p: Jt,
|
|
7641
7641
|
P: Co
|
|
@@ -7648,7 +7648,7 @@ function To(t) {
|
|
|
7648
7648
|
function Do(t) {
|
|
7649
7649
|
return xo.indexOf(t) !== -1;
|
|
7650
7650
|
}
|
|
7651
|
-
function
|
|
7651
|
+
function Tt(t, e, a) {
|
|
7652
7652
|
if (t === "YYYY")
|
|
7653
7653
|
throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(e, "`) for formatting years to the input `").concat(a, "`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));
|
|
7654
7654
|
if (t === "YY")
|
|
@@ -8047,12 +8047,12 @@ var pl = {
|
|
|
8047
8047
|
firstWeekContainsDate: 1
|
|
8048
8048
|
}
|
|
8049
8049
|
};
|
|
8050
|
-
const
|
|
8050
|
+
const Xe = pl;
|
|
8051
8051
|
var hl = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, ml = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, gl = /^'([^]*?)'?$/, _l = /''/g, vl = /[a-zA-Z]/;
|
|
8052
8052
|
function R(t, e, a) {
|
|
8053
8053
|
var n, r, s, i, l, c, f, g, o, m, h, _, O, C, T, W, P, we;
|
|
8054
8054
|
u(2, arguments);
|
|
8055
|
-
var sa = String(e), Y = V(), G = (n = (r = a == null ? void 0 : a.locale) !== null && r !== void 0 ? r : Y.locale) !== null && n !== void 0 ? n :
|
|
8055
|
+
var sa = String(e), Y = V(), G = (n = (r = a == null ? void 0 : a.locale) !== null && r !== void 0 ? r : Y.locale) !== null && n !== void 0 ? n : Xe, Ce = b((s = (i = (l = (c = a == null ? void 0 : a.firstWeekContainsDate) !== null && c !== void 0 ? c : a == null || (f = a.locale) === null || f === void 0 || (g = f.options) === null || g === void 0 ? void 0 : g.firstWeekContainsDate) !== null && l !== void 0 ? l : Y.firstWeekContainsDate) !== null && i !== void 0 ? i : (o = Y.locale) === null || o === void 0 || (m = o.options) === null || m === void 0 ? void 0 : m.firstWeekContainsDate) !== null && s !== void 0 ? s : 1);
|
|
8056
8056
|
if (!(Ce >= 1 && Ce <= 7))
|
|
8057
8057
|
throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");
|
|
8058
8058
|
var ke = b((h = (_ = (O = (C = a == null ? void 0 : a.weekStartsOn) !== null && C !== void 0 ? C : a == null || (T = a.locale) === null || T === void 0 || (W = T.options) === null || W === void 0 ? void 0 : W.weekStartsOn) !== null && O !== void 0 ? O : Y.weekStartsOn) !== null && _ !== void 0 ? _ : (P = Y.locale) === null || P === void 0 || (we = P.options) === null || we === void 0 ? void 0 : we.weekStartsOn) !== null && h !== void 0 ? h : 0);
|
|
@@ -8085,7 +8085,7 @@ function R(t, e, a) {
|
|
|
8085
8085
|
return bl(x);
|
|
8086
8086
|
var ie = wo[$];
|
|
8087
8087
|
if (ie)
|
|
8088
|
-
return !(a != null && a.useAdditionalWeekYearTokens) && Do(x) &&
|
|
8088
|
+
return !(a != null && a.useAdditionalWeekYearTokens) && Do(x) && Tt(x, e, String(t)), !(a != null && a.useAdditionalDayOfYearTokens) && To(x) && Tt(x, e, String(t)), ie(oa, x, G.localize, la);
|
|
8089
8089
|
if ($.match(vl))
|
|
8090
8090
|
throw new RangeError("Format string contains an unescaped latin alphabet character `" + $ + "`");
|
|
8091
8091
|
return x;
|
|
@@ -8106,11 +8106,11 @@ function ea(t, e) {
|
|
|
8106
8106
|
function yl(t) {
|
|
8107
8107
|
return ea({}, t);
|
|
8108
8108
|
}
|
|
8109
|
-
var
|
|
8109
|
+
var Dt = 1440, Sl = 2520, De = 43200, wl = 86400;
|
|
8110
8110
|
function Cl(t, e, a) {
|
|
8111
8111
|
var n, r;
|
|
8112
8112
|
u(2, arguments);
|
|
8113
|
-
var s = V(), i = (n = (r = a == null ? void 0 : a.locale) !== null && r !== void 0 ? r : s.locale) !== null && n !== void 0 ? n :
|
|
8113
|
+
var s = V(), i = (n = (r = a == null ? void 0 : a.locale) !== null && r !== void 0 ? r : s.locale) !== null && n !== void 0 ? n : Xe;
|
|
8114
8114
|
if (!i.formatDistance)
|
|
8115
8115
|
throw new RangeError("locale must contain formatDistance property");
|
|
8116
8116
|
var l = F(t, e);
|
|
@@ -8128,14 +8128,14 @@ function Cl(t, e, a) {
|
|
|
8128
8128
|
return i.formatDistance("xMinutes", h, c);
|
|
8129
8129
|
if (h < 90)
|
|
8130
8130
|
return i.formatDistance("aboutXHours", 1, c);
|
|
8131
|
-
if (h <
|
|
8131
|
+
if (h < Dt) {
|
|
8132
8132
|
var O = Math.round(h / 60);
|
|
8133
8133
|
return i.formatDistance("aboutXHours", O, c);
|
|
8134
8134
|
} else {
|
|
8135
8135
|
if (h < Sl)
|
|
8136
8136
|
return i.formatDistance("xDays", 1, c);
|
|
8137
8137
|
if (h < De) {
|
|
8138
|
-
var C = Math.round(h /
|
|
8138
|
+
var C = Math.round(h / Dt);
|
|
8139
8139
|
return i.formatDistance("xDays", C, c);
|
|
8140
8140
|
} else if (h < wl)
|
|
8141
8141
|
return _ = Math.round(h / De), i.formatDistance("aboutXMonths", _, c);
|
|
@@ -8153,7 +8153,7 @@ function Il(t, e) {
|
|
|
8153
8153
|
var a, n, r, s, i;
|
|
8154
8154
|
if (arguments.length < 1)
|
|
8155
8155
|
throw new TypeError("1 argument required, but only ".concat(arguments.length, " present"));
|
|
8156
|
-
var l = V(), c = (a = (n = e == null ? void 0 : e.locale) !== null && n !== void 0 ? n : l.locale) !== null && a !== void 0 ? a :
|
|
8156
|
+
var l = V(), c = (a = (n = e == null ? void 0 : e.locale) !== null && n !== void 0 ? n : l.locale) !== null && a !== void 0 ? a : Xe, f = (r = e == null ? void 0 : e.format) !== null && r !== void 0 ? r : kl, g = (s = e == null ? void 0 : e.zero) !== null && s !== void 0 ? s : !1, o = (i = e == null ? void 0 : e.delimiter) !== null && i !== void 0 ? i : " ";
|
|
8157
8157
|
if (!c.formatDistance)
|
|
8158
8158
|
return "";
|
|
8159
8159
|
var m = f.reduce(function(h, _) {
|
|
@@ -8260,7 +8260,7 @@ function Bl(t, e) {
|
|
|
8260
8260
|
function Fl(t, e) {
|
|
8261
8261
|
u(2, arguments);
|
|
8262
8262
|
var a = b(e);
|
|
8263
|
-
return
|
|
8263
|
+
return Ke(t, -a);
|
|
8264
8264
|
}
|
|
8265
8265
|
const ta = 0, aa = "MMMM", Pe = (t) => t ? new Date(t) : /* @__PURE__ */ new Date(), ql = (t, e, a) => {
|
|
8266
8266
|
const n = Pe(JSON.parse(JSON.stringify(t))), r = [];
|
|
@@ -8409,7 +8409,7 @@ const ta = 0, aa = "MMMM", Pe = (t) => t ? new Date(t) : /* @__PURE__ */ new Dat
|
|
|
8409
8409
|
t !== this.selectYear || e !== this.selectMonth ? this.highlightedDay = null : this.highlightedDay = Ol(this.selectedDate);
|
|
8410
8410
|
},
|
|
8411
8411
|
changeMonth(t) {
|
|
8412
|
-
const e = Bl(this.selectedDate, { month: this.selectMonth, year: this.selectYear }), a = ++t ?
|
|
8412
|
+
const e = Bl(this.selectedDate, { month: this.selectMonth, year: this.selectYear }), a = ++t ? Ke(e, 1) : Fl(e, 1);
|
|
8413
8413
|
this.selectMonth = le(a);
|
|
8414
8414
|
},
|
|
8415
8415
|
changeYear(t) {
|
|
@@ -8736,7 +8736,7 @@ const sd = {
|
|
|
8736
8736
|
name: "DtRecipeComboboxWithPopover",
|
|
8737
8737
|
components: {
|
|
8738
8738
|
DtCombobox: Sr,
|
|
8739
|
-
DtPopover:
|
|
8739
|
+
DtPopover: ze,
|
|
8740
8740
|
ComboboxLoadingList: qt,
|
|
8741
8741
|
ComboboxEmptyList: Ht
|
|
8742
8742
|
},
|
|
@@ -9102,7 +9102,7 @@ const dd = ld.exports, cd = {
|
|
|
9102
9102
|
inputMessages: {
|
|
9103
9103
|
type: Array,
|
|
9104
9104
|
default: () => [],
|
|
9105
|
-
validator: (t) =>
|
|
9105
|
+
validator: (t) => Mt(t)
|
|
9106
9106
|
},
|
|
9107
9107
|
/**
|
|
9108
9108
|
* Show input validation message
|
|
@@ -9600,7 +9600,7 @@ var vd = function() {
|
|
|
9600
9600
|
);
|
|
9601
9601
|
const Sd = yd.exports, wd = {
|
|
9602
9602
|
name: "DtRecipeCallbarButtonWithPopover",
|
|
9603
|
-
components: { DtRecipeCallbarButton: Sd, DtPopover:
|
|
9603
|
+
components: { DtRecipeCallbarButton: Sd, DtPopover: ze, DtButton: I, DtIcon: y },
|
|
9604
9604
|
/* inheritAttrs: false is generally an option we want to set on library
|
|
9605
9605
|
components. This allows any attributes passed in that are not recognized
|
|
9606
9606
|
as props to be passed down to another element or component using v-bind:$attrs
|
|
@@ -9998,24 +9998,24 @@ var Ld = function() {
|
|
|
9998
9998
|
null,
|
|
9999
9999
|
null
|
|
10000
10000
|
);
|
|
10001
|
-
const xu = Md.exports,
|
|
10002
|
-
[
|
|
10003
|
-
[
|
|
10004
|
-
[
|
|
10005
|
-
[
|
|
10006
|
-
[
|
|
10001
|
+
const xu = Md.exports, Qe = "promptmenu", Ze = "promptcollect", Je = "promptplay", et = "gotoexpert", Se = "goto", tt = "branch", at = "transfer", nt = "hangup", Rd = {
|
|
10002
|
+
[Qe]: "keypad",
|
|
10003
|
+
[Ze]: "dialer",
|
|
10004
|
+
[Je]: "volume-2",
|
|
10005
|
+
[et]: "expert-node",
|
|
10006
|
+
[tt]: "branch",
|
|
10007
10007
|
[Se]: "call-merge",
|
|
10008
|
-
[
|
|
10009
|
-
[
|
|
10008
|
+
[at]: "transfer",
|
|
10009
|
+
[nt]: "phone-hang-up"
|
|
10010
10010
|
}, Tu = {
|
|
10011
|
-
[
|
|
10012
|
-
[
|
|
10013
|
-
[
|
|
10014
|
-
[
|
|
10015
|
-
[
|
|
10011
|
+
[Qe]: "Menu",
|
|
10012
|
+
[Ze]: "Collect",
|
|
10013
|
+
[Je]: "Play",
|
|
10014
|
+
[et]: "Expert",
|
|
10015
|
+
[tt]: "Branch",
|
|
10016
10016
|
[Se]: "Go-to",
|
|
10017
|
-
[
|
|
10018
|
-
[
|
|
10017
|
+
[at]: "Transfer",
|
|
10018
|
+
[nt]: "Hangup"
|
|
10019
10019
|
}, A = {
|
|
10020
10020
|
PROMPT: {
|
|
10021
10021
|
normal: "d-bc-blue-200",
|
|
@@ -10030,14 +10030,14 @@ const xu = Md.exports, Xe = "promptmenu", Qe = "promptcollect", Ze = "promptplay
|
|
|
10030
10030
|
selected: "d-bc-red-200"
|
|
10031
10031
|
}
|
|
10032
10032
|
}, Pd = {
|
|
10033
|
-
[Xe]: A.PROMPT,
|
|
10034
10033
|
[Qe]: A.PROMPT,
|
|
10035
10034
|
[Ze]: A.PROMPT,
|
|
10036
|
-
[Je]: A.
|
|
10035
|
+
[Je]: A.PROMPT,
|
|
10037
10036
|
[et]: A.LOGIC,
|
|
10037
|
+
[tt]: A.LOGIC,
|
|
10038
10038
|
[Se]: A.LOGIC,
|
|
10039
|
-
[
|
|
10040
|
-
[
|
|
10039
|
+
[at]: A.TERMINAL,
|
|
10040
|
+
[nt]: A.TERMINAL
|
|
10041
10041
|
}, Nd = {
|
|
10042
10042
|
name: "DtRecipeIvrNode",
|
|
10043
10043
|
components: {
|
|
@@ -10337,7 +10337,7 @@ const ac = tc.exports, nc = {
|
|
|
10337
10337
|
name: "DtRecipeGeneralRow",
|
|
10338
10338
|
components: {
|
|
10339
10339
|
DtEmojiTextWrapper: qe,
|
|
10340
|
-
DtBadge:
|
|
10340
|
+
DtBadge: He,
|
|
10341
10341
|
DtIcon: y,
|
|
10342
10342
|
DtButton: I,
|
|
10343
10343
|
DtTooltip: Ne,
|
|
@@ -10910,7 +10910,8 @@ const Mu = yc.exports, Ee = {
|
|
|
10910
10910
|
components: {
|
|
10911
10911
|
DtAvatar: me,
|
|
10912
10912
|
DtLazyShow: he,
|
|
10913
|
-
DtListItem: _e
|
|
10913
|
+
DtListItem: _e,
|
|
10914
|
+
DtBadge: He
|
|
10914
10915
|
},
|
|
10915
10916
|
mixins: [K],
|
|
10916
10917
|
inheritAttrs: !1,
|
|
@@ -10959,6 +10960,13 @@ const Mu = yc.exports, Ee = {
|
|
|
10959
10960
|
type: String,
|
|
10960
10961
|
default: ""
|
|
10961
10962
|
},
|
|
10963
|
+
/**
|
|
10964
|
+
* A label displayed next to the displayName. Will not show if empty.
|
|
10965
|
+
*/
|
|
10966
|
+
labelText: {
|
|
10967
|
+
type: String,
|
|
10968
|
+
default: ""
|
|
10969
|
+
},
|
|
10962
10970
|
/**
|
|
10963
10971
|
* displays a darkened background on the row.
|
|
10964
10972
|
*/
|
|
@@ -11060,18 +11068,18 @@ var wc = function() {
|
|
|
11060
11068
|
return [a("div", { staticClass: "dt-feed-item-row__reactions", attrs: { "data-qa": "dt-feed-item-row--reactions" } }, [e._t("reactions")], 2), a("div", { staticClass: "dt-feed-item-row__threading" }, [e._t("threading")], 2)];
|
|
11061
11069
|
}, proxy: !0 }, { key: "right", fn: function() {
|
|
11062
11070
|
return [a("div", { directives: [{ name: "show", rawName: "v-show", value: e.isActive, expression: "isActive" }], staticClass: "dt-feed-item-row__menu", attrs: { "data-qa": "dt-feed-item-row--menu" } }, [a("dt-lazy-show", { attrs: { appear: !0, transition: "fade", show: e.isActive } }, [e._t("menu")], 2)], 1)];
|
|
11063
|
-
}, proxy: !0 }], null, !0) }, "dt-list-item", e.$attrs, !1), e.feedListeners), [a("article", [e.showHeader ? a("div", { staticClass: "dt-feed-item-row__header", attrs: { "data-qa": "dt-feed-item-row--header" } }, [a("p", { staticClass: "dt-feed-item-row__header__name" }, [e._v(" " + e._s(e.displayName) + " ")]), a("time", { staticClass: "dt-feed-item-row__header__time" }, [e._v(" " + e._s(e.time) + " ")])]) : e._e(), a("span", { staticClass: "content-text-wrapper-class", attrs: { "data-qa": "dt-feed-item-row--content" } }, [e._t("default")], 2)])]);
|
|
11071
|
+
}, proxy: !0 }], null, !0) }, "dt-list-item", e.$attrs, !1), e.feedListeners), [a("article", [e.showHeader ? a("div", { staticClass: "dt-feed-item-row__header", attrs: { "data-qa": "dt-feed-item-row--header" } }, [a("p", { staticClass: "dt-feed-item-row__header__name" }, [e._v(" " + e._s(e.displayName) + " ")]), a("time", { staticClass: "dt-feed-item-row__header__time" }, [e._v(" " + e._s(e.time) + " ")]), e.labelText ? a("dt-badge", { attrs: { text: e.labelText } }) : e._e()], 1) : e._e(), a("span", { staticClass: "content-text-wrapper-class", attrs: { "data-qa": "dt-feed-item-row--content" } }, [e._t("default")], 2)])]);
|
|
11064
11072
|
}, Cc = [], kc = /* @__PURE__ */ d(
|
|
11065
11073
|
Sc,
|
|
11066
11074
|
wc,
|
|
11067
11075
|
Cc,
|
|
11068
11076
|
!1,
|
|
11069
11077
|
null,
|
|
11070
|
-
"
|
|
11078
|
+
"53055895",
|
|
11071
11079
|
null,
|
|
11072
11080
|
null
|
|
11073
11081
|
);
|
|
11074
|
-
const Ru = kc.exports,
|
|
11082
|
+
const Ru = kc.exports, Et = {
|
|
11075
11083
|
default: "dt-recipe-feed-item-pill__border-default",
|
|
11076
11084
|
ai: "dt-recipe-feed-item-pill__border-ai",
|
|
11077
11085
|
critical: "dt-recipe-feed-item-pill__border-critical"
|
|
@@ -11132,7 +11140,7 @@ const Ru = kc.exports, Dt = {
|
|
|
11132
11140
|
borderColor: {
|
|
11133
11141
|
type: String,
|
|
11134
11142
|
default: "default",
|
|
11135
|
-
validator: (t) => Object.keys(
|
|
11143
|
+
validator: (t) => Object.keys(Et).includes(t)
|
|
11136
11144
|
}
|
|
11137
11145
|
},
|
|
11138
11146
|
data() {
|
|
@@ -11149,7 +11157,7 @@ const Ru = kc.exports, Dt = {
|
|
|
11149
11157
|
return this.toggleable ? "d-c-pointer" : "";
|
|
11150
11158
|
},
|
|
11151
11159
|
borderClass() {
|
|
11152
|
-
return
|
|
11160
|
+
return Et[this.borderColor];
|
|
11153
11161
|
}
|
|
11154
11162
|
},
|
|
11155
11163
|
methods: {
|
|
@@ -11290,15 +11298,15 @@ var Rc = function() {
|
|
|
11290
11298
|
null,
|
|
11291
11299
|
null
|
|
11292
11300
|
);
|
|
11293
|
-
const Bu = Nc.exports,
|
|
11301
|
+
const Bu = Nc.exports, $t = {
|
|
11294
11302
|
warning: "dt-recipe-callbox-badge--warning"
|
|
11295
|
-
},
|
|
11303
|
+
}, Lt = {
|
|
11296
11304
|
default: "dt-recipe-callbox--border-default",
|
|
11297
11305
|
ai: "dt-recipe-callbox--border-ai",
|
|
11298
11306
|
critical: "dt-recipe-callbox--border-critical"
|
|
11299
11307
|
}, Bc = {
|
|
11300
11308
|
name: "DtRecipeCallbox",
|
|
11301
|
-
components: { DtBadge:
|
|
11309
|
+
components: { DtBadge: He, DtAvatar: me },
|
|
11302
11310
|
inheritAttrs: !1,
|
|
11303
11311
|
props: {
|
|
11304
11312
|
/**
|
|
@@ -11315,7 +11323,7 @@ const Bu = Nc.exports, Et = {
|
|
|
11315
11323
|
badgeColor: {
|
|
11316
11324
|
type: String,
|
|
11317
11325
|
default: null,
|
|
11318
|
-
validator: (t) => t === null || Object.keys(
|
|
11326
|
+
validator: (t) => t === null || Object.keys($t).includes(t)
|
|
11319
11327
|
},
|
|
11320
11328
|
/**
|
|
11321
11329
|
* Optional avatar image url.
|
|
@@ -11354,7 +11362,7 @@ const Bu = Nc.exports, Et = {
|
|
|
11354
11362
|
borderColor: {
|
|
11355
11363
|
type: String,
|
|
11356
11364
|
default: "default",
|
|
11357
|
-
validator: (t) => Object.keys(
|
|
11365
|
+
validator: (t) => Object.keys(Lt).includes(t)
|
|
11358
11366
|
},
|
|
11359
11367
|
/**
|
|
11360
11368
|
* Makes the callbox avatar and title clickable,
|
|
@@ -11386,10 +11394,10 @@ const Bu = Nc.exports, Et = {
|
|
|
11386
11394
|
return this.avatarFullName || this.avatarSrc;
|
|
11387
11395
|
},
|
|
11388
11396
|
badgeClass() {
|
|
11389
|
-
return
|
|
11397
|
+
return $t[this.badgeColor];
|
|
11390
11398
|
},
|
|
11391
11399
|
borderClass() {
|
|
11392
|
-
return
|
|
11400
|
+
return Lt[this.borderColor];
|
|
11393
11401
|
}
|
|
11394
11402
|
},
|
|
11395
11403
|
methods: {
|
|
@@ -11416,25 +11424,25 @@ var Fc = function() {
|
|
|
11416
11424
|
const Fu = Hc.exports;
|
|
11417
11425
|
let H;
|
|
11418
11426
|
function de(t, e) {
|
|
11419
|
-
return
|
|
11427
|
+
return rt(), R(t, e, {
|
|
11420
11428
|
locale: H
|
|
11421
11429
|
});
|
|
11422
11430
|
}
|
|
11423
11431
|
function Vc(t, e) {
|
|
11424
|
-
return
|
|
11432
|
+
return rt(), Il(t, {
|
|
11425
11433
|
locale: H,
|
|
11426
11434
|
format: e
|
|
11427
11435
|
});
|
|
11428
11436
|
}
|
|
11429
11437
|
function Wc(t, e) {
|
|
11430
|
-
return
|
|
11438
|
+
return rt(), Cl(t, e, {
|
|
11431
11439
|
locale: H
|
|
11432
11440
|
});
|
|
11433
11441
|
}
|
|
11434
11442
|
function jc() {
|
|
11435
11443
|
return H !== void 0;
|
|
11436
11444
|
}
|
|
11437
|
-
function
|
|
11445
|
+
function rt() {
|
|
11438
11446
|
if (!jc())
|
|
11439
11447
|
throw new Error("Locale not set, please call setDateLocale(locale) and pass in a datefns locale object as the locale param before calling this function");
|
|
11440
11448
|
}
|
|
@@ -11453,40 +11461,40 @@ function Vu(t) {
|
|
|
11453
11461
|
});
|
|
11454
11462
|
return Vc(e, ["hours", "minutes"]);
|
|
11455
11463
|
}
|
|
11456
|
-
function
|
|
11464
|
+
function At(t) {
|
|
11457
11465
|
const e = new Intl.RelativeTimeFormat(H.code, { numeric: "auto" });
|
|
11458
11466
|
return va(e.formatToParts(t, "day")[0].value, H.code);
|
|
11459
11467
|
}
|
|
11460
11468
|
function Wu(t) {
|
|
11461
|
-
return Ml(t) ?
|
|
11469
|
+
return Ml(t) ? At(0) : Pl(t) ? At(-1) : Ll(t) ? de(t, "EEEE") : Al(t) ? de(t, "EEEE, MMMM d") : de(t, "MMMM d, y");
|
|
11462
11470
|
}
|
|
11463
11471
|
export {
|
|
11464
11472
|
Pa as AVATAR_COLORS,
|
|
11465
|
-
|
|
11473
|
+
ot as AVATAR_GROUP_VALIDATOR,
|
|
11466
11474
|
Ra as AVATAR_ICON_SIZES,
|
|
11467
11475
|
Aa as AVATAR_KIND_MODIFIERS,
|
|
11468
11476
|
Ma as AVATAR_PRESENCE_SIZE_MODIFIERS,
|
|
11469
|
-
|
|
11477
|
+
it as AVATAR_PRESENCE_STATES,
|
|
11470
11478
|
Ie as AVATAR_SIZE_MODIFIERS,
|
|
11471
|
-
|
|
11472
|
-
|
|
11473
|
-
|
|
11479
|
+
ct as BADGE_DECORATION_MODIFIERS,
|
|
11480
|
+
dt as BADGE_KIND_MODIFIERS,
|
|
11481
|
+
lt as BADGE_TYPE_MODIFIERS,
|
|
11474
11482
|
En as BREADCRUMBS_INVERTED_MODIFIER,
|
|
11475
11483
|
Dn as BREADCRUMB_ITEM_SELECTED_MODIFIER,
|
|
11476
|
-
|
|
11484
|
+
ut as BUTTON_GROUP_ALIGNMENT,
|
|
11477
11485
|
af as BUTTON_ICON_SIZES,
|
|
11478
11486
|
nf as BUTTON_IMPORTANCE_MODIFIERS,
|
|
11479
11487
|
rf as BUTTON_KIND_MODIFIERS,
|
|
11480
11488
|
sf as BUTTON_SIZE_MODIFIERS,
|
|
11481
11489
|
of as BUTTON_TYPES,
|
|
11482
11490
|
na as CALLBAR_BUTTON_VALID_WIDTH_SIZE,
|
|
11483
|
-
|
|
11484
|
-
|
|
11491
|
+
$t as CALLBOX_BADGE_COLORS,
|
|
11492
|
+
Lt as CALLBOX_BORDER_COLORS,
|
|
11485
11493
|
lf as CDN_URL,
|
|
11486
11494
|
ai as CHIP_CLOSE_BUTTON_SIZE_MODIFIERS,
|
|
11487
11495
|
ni as CHIP_ICON_SIZES,
|
|
11488
11496
|
ud as CHIP_SIZES,
|
|
11489
|
-
|
|
11497
|
+
gt as CHIP_SIZE_MODIFIERS,
|
|
11490
11498
|
fd as CHIP_TOP_POSITION,
|
|
11491
11499
|
Ed as COLOR_CODES,
|
|
11492
11500
|
$e as DEFAULT_FEED_ROW_STATE,
|
|
@@ -11498,14 +11506,14 @@ export {
|
|
|
11498
11506
|
ve as DT_STACK_GAP,
|
|
11499
11507
|
Wt as DT_STACK_RESPONSIVE_BREAKPOINTS,
|
|
11500
11508
|
me as DtAvatar,
|
|
11501
|
-
|
|
11509
|
+
He as DtBadge,
|
|
11502
11510
|
Gc as DtBanner,
|
|
11503
11511
|
Rn as DtBreadcrumbItem,
|
|
11504
11512
|
Xc as DtBreadcrumbs,
|
|
11505
11513
|
I as DtButton,
|
|
11506
11514
|
Qc as DtButtonGroup,
|
|
11507
11515
|
Yn as DtCard,
|
|
11508
|
-
|
|
11516
|
+
Pt as DtCheckableInputMixin,
|
|
11509
11517
|
du as DtCheckbox,
|
|
11510
11518
|
cu as DtCheckboxGroup,
|
|
11511
11519
|
Kt as DtChip,
|
|
@@ -11517,13 +11525,13 @@ export {
|
|
|
11517
11525
|
ls as DtDropdown,
|
|
11518
11526
|
tu as DtDropdownSeparator,
|
|
11519
11527
|
df as DtEmojiPicker,
|
|
11520
|
-
|
|
11528
|
+
Nt as DtGroupableInputMixin,
|
|
11521
11529
|
y as DtIcon,
|
|
11522
11530
|
au as DtImageViewer,
|
|
11523
11531
|
Ia as DtInput,
|
|
11524
11532
|
zt as DtInputGroup,
|
|
11525
11533
|
_s as DtInputGroupMixin,
|
|
11526
|
-
|
|
11534
|
+
Rt as DtInputMixin,
|
|
11527
11535
|
Ae as DtItemLayout,
|
|
11528
11536
|
Ft as DtKeyboardListNavigationMixin,
|
|
11529
11537
|
mu as DtKeyboardShortcut,
|
|
@@ -11533,11 +11541,11 @@ export {
|
|
|
11533
11541
|
ru as DtListItemGroup,
|
|
11534
11542
|
nu as DtModal,
|
|
11535
11543
|
Yc as DtNotice,
|
|
11536
|
-
|
|
11537
|
-
|
|
11538
|
-
|
|
11544
|
+
je as DtNoticeAction,
|
|
11545
|
+
We as DtNoticeContent,
|
|
11546
|
+
Ve as DtNoticeIcon,
|
|
11539
11547
|
su as DtPagination,
|
|
11540
|
-
|
|
11548
|
+
ze as DtPopover,
|
|
11541
11549
|
La as DtPresence,
|
|
11542
11550
|
iu as DtRadio,
|
|
11543
11551
|
ou as DtRadioGroup,
|
|
@@ -11577,23 +11585,23 @@ export {
|
|
|
11577
11585
|
gf as EMOJIS_PER_ROW,
|
|
11578
11586
|
_f as EMOJI_PICKER_CATEGORIES,
|
|
11579
11587
|
vf as EMOJI_PICKER_SKIN_TONE_MODIFIERS,
|
|
11580
|
-
|
|
11588
|
+
Et as FEED_ITEM_PILL_BORDER_COLORS,
|
|
11581
11589
|
Ee as FEED_ROW_STATE_BACKGROUND_COLOR,
|
|
11582
11590
|
bf as ICON_POSITION_MODIFIERS,
|
|
11583
11591
|
ba as ICON_SIZE_MODIFIERS,
|
|
11584
11592
|
yf as INPUT_SIZES,
|
|
11585
11593
|
Sf as INPUT_TYPES,
|
|
11586
11594
|
wf as INVALID_COMBINATION,
|
|
11587
|
-
|
|
11588
|
-
|
|
11595
|
+
tt as IVR_NODE_BRANCH,
|
|
11596
|
+
et as IVR_NODE_EXPERT,
|
|
11589
11597
|
Se as IVR_NODE_GO_TO,
|
|
11590
|
-
|
|
11598
|
+
nt as IVR_NODE_HANGUP,
|
|
11591
11599
|
Rd as IVR_NODE_ICON_TYPES,
|
|
11592
11600
|
Tu as IVR_NODE_LABELS,
|
|
11593
|
-
|
|
11594
|
-
|
|
11595
|
-
|
|
11596
|
-
|
|
11601
|
+
Ze as IVR_NODE_PROMPT_COLLECT,
|
|
11602
|
+
Qe as IVR_NODE_PROMPT_MENU,
|
|
11603
|
+
Je as IVR_NODE_PROMPT_PLAY,
|
|
11604
|
+
at as IVR_NODE_TRANSFER,
|
|
11597
11605
|
Vt as LABEL_SIZES,
|
|
11598
11606
|
pe as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS,
|
|
11599
11607
|
Xd as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR,
|
|
@@ -11604,9 +11612,9 @@ export {
|
|
|
11604
11612
|
ya as LINK_VARIANTS,
|
|
11605
11613
|
B as LIST_ITEM_NAVIGATION_TYPES,
|
|
11606
11614
|
Oe as LIST_ITEM_TYPES,
|
|
11607
|
-
|
|
11608
|
-
|
|
11609
|
-
|
|
11615
|
+
mt as MODAL_BANNER_KINDS,
|
|
11616
|
+
pt as MODAL_KIND_MODIFIERS,
|
|
11617
|
+
ht as MODAL_SIZE_MODIFIERS,
|
|
11610
11618
|
cd as MULTI_SELECT_SIZES,
|
|
11611
11619
|
re as NOTICE_KINDS,
|
|
11612
11620
|
Ga as NOTICE_ROLES,
|
|
@@ -11615,7 +11623,7 @@ export {
|
|
|
11615
11623
|
eu as POPOVER_DIRECTIONS,
|
|
11616
11624
|
qr as POPOVER_HEADER_FOOTER_PADDING_CLASSES,
|
|
11617
11625
|
Vr as POPOVER_INITIAL_FOCUS_STRINGS,
|
|
11618
|
-
|
|
11626
|
+
ft as POPOVER_PADDING_CLASSES,
|
|
11619
11627
|
Hr as POPOVER_ROLES,
|
|
11620
11628
|
Wr as POPOVER_STICKY_VALUES,
|
|
11621
11629
|
J as PRESENCE_STATES,
|
|
@@ -11623,8 +11631,8 @@ export {
|
|
|
11623
11631
|
Ms as RADIO_INPUT_VALIDATION_CLASSES,
|
|
11624
11632
|
Ac as REACTIONS_ATTRIBUTES,
|
|
11625
11633
|
Li as ROOT_LAYOUT_RESPONSIVE_BREAKPOINTS,
|
|
11626
|
-
|
|
11627
|
-
|
|
11634
|
+
yt as ROOT_LAYOUT_SIDEBAR_POSITIONS,
|
|
11635
|
+
_t as SELECT_SIZE_MODIFIERS,
|
|
11628
11636
|
li as SELECT_STATE_MODIFIERS,
|
|
11629
11637
|
hu as SHORTCUTS_ALIASES_LIST,
|
|
11630
11638
|
ee as SHORTCUTS_ICON_ALIASES,
|
|
@@ -11638,10 +11646,10 @@ export {
|
|
|
11638
11646
|
Df as TAB_LIST_IMPORTANCE_MODIFIERS,
|
|
11639
11647
|
Ef as TAB_LIST_KIND_MODIFIERS,
|
|
11640
11648
|
$f as TAB_LIST_SIZES,
|
|
11641
|
-
|
|
11649
|
+
vt as TOAST_MIN_DURATION,
|
|
11642
11650
|
_i as TOAST_ROLES,
|
|
11643
11651
|
wi as TOGGLE_CHECKED_VALUES,
|
|
11644
|
-
|
|
11652
|
+
bt as TOGGLE_SIZE_MODIFIERS,
|
|
11645
11653
|
Yu as TOOLTIP_DELAY_MS,
|
|
11646
11654
|
Gu as TOOLTIP_DIRECTIONS,
|
|
11647
11655
|
Xu as TOOLTIP_HIDE_ON_CLICK_VARIANTS,
|
|
@@ -11654,7 +11662,7 @@ export {
|
|
|
11654
11662
|
ef as filterFormattedMessages,
|
|
11655
11663
|
bu as formatLong,
|
|
11656
11664
|
yu as formatMedium,
|
|
11657
|
-
|
|
11665
|
+
st as formatMessages,
|
|
11658
11666
|
wu as formatNoYear,
|
|
11659
11667
|
Cu as formatNumerical,
|
|
11660
11668
|
Su as formatShort,
|
|
@@ -11663,5 +11671,5 @@ export {
|
|
|
11663
11671
|
Le as getValidationState,
|
|
11664
11672
|
Wu as relativeDate,
|
|
11665
11673
|
qu as setDateLocale,
|
|
11666
|
-
|
|
11674
|
+
Mt as validationMessageValidator
|
|
11667
11675
|
};
|