@dialpad/dialtone-vue 3.62.0 → 3.63.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 +8 -0
- package/dist/dialtone-vue.common.js +330 -35
- package/dist/dialtone-vue.css +1 -1
- package/dist/dialtone-vue.umd.js +330 -35
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# [3.63.0](https://github.com/dialpad/dialtone-vue/compare/v3.62.0...v3.63.0) (2023-04-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* deploy to GitHub packages ([#943](https://github.com/dialpad/dialtone-vue/issues/943)) ([0163305](https://github.com/dialpad/dialtone-vue/commit/0163305b846d2da05f6f850d4500004a529094f1))
|
|
7
|
+
* **Feed Item Row:** recipe for feed item row - vue3 ([#938](https://github.com/dialpad/dialtone-vue/issues/938)) ([a3ae4a6](https://github.com/dialpad/dialtone-vue/commit/a3ae4a6327d161dc6cfe620df79193ff7c57e49d))
|
|
8
|
+
|
|
1
9
|
# [3.62.0](https://github.com/dialpad/dialtone-vue/compare/v3.61.5...v3.62.0) (2023-04-26)
|
|
2
10
|
|
|
3
11
|
|
|
@@ -26299,10 +26299,12 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
26299
26299
|
"DtRecipeComboboxWithPopover": () => (/* reexport */ combobox_with_popover),
|
|
26300
26300
|
"DtRecipeContactInfo": () => (/* reexport */ contact_info),
|
|
26301
26301
|
"DtRecipeContactRow": () => (/* reexport */ contact_row),
|
|
26302
|
+
"DtRecipeFeedItemRow": () => (/* reexport */ feed_item_row),
|
|
26302
26303
|
"DtRecipeGeneralRow": () => (/* reexport */ general_row),
|
|
26303
26304
|
"DtRecipeGroupRow": () => (/* reexport */ group_row),
|
|
26304
26305
|
"DtRecipeGroupedChip": () => (/* reexport */ grouped_chip),
|
|
26305
26306
|
"DtRecipeIvrNode": () => (/* reexport */ ivr_node),
|
|
26307
|
+
"DtRecipeTimePill": () => (/* reexport */ time_pill),
|
|
26306
26308
|
"DtRecipeTopBannerInfo": () => (/* reexport */ top_banner_info),
|
|
26307
26309
|
"DtRecipeUnreadPill": () => (/* reexport */ unread_pill),
|
|
26308
26310
|
"DtRootLayout": () => (/* reexport */ root_layout),
|
|
@@ -29614,20 +29616,20 @@ const LIST_ITEM_NAVIGATION_TYPES = {
|
|
|
29614
29616
|
LIST_ITEM_TYPES,
|
|
29615
29617
|
LIST_ITEM_NAVIGATION_TYPES
|
|
29616
29618
|
});
|
|
29617
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/list_item/default_list_item.vue?vue&type=template&id=
|
|
29619
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/list_item/default_list_item.vue?vue&type=template&id=1d083b7b
|
|
29618
29620
|
|
|
29619
|
-
const
|
|
29621
|
+
const default_list_itemvue_type_template_id_1d083b7b_hoisted_1 = {
|
|
29620
29622
|
class: "dt-default-list-item d-fs-200 d-lh-300 d-py4 d-px8 d-d-flex d-ai-center"
|
|
29621
29623
|
};
|
|
29622
|
-
const
|
|
29624
|
+
const default_list_itemvue_type_template_id_1d083b7b_hoisted_2 = {
|
|
29623
29625
|
key: 0,
|
|
29624
|
-
class: "dt-default-list-item--left d-d-inline-flex d-as-flex-start d-d-flex d-ai-center d-pr8",
|
|
29626
|
+
class: "dt-default-list-item--left d-d-inline-flex d-as-flex-start d-d-flex d-ai-center d-pr8 d-jc-flex-end",
|
|
29625
29627
|
"data-qa": "dt-default-list-item-left-wrapper"
|
|
29626
29628
|
};
|
|
29627
|
-
const
|
|
29629
|
+
const default_list_itemvue_type_template_id_1d083b7b_hoisted_3 = {
|
|
29628
29630
|
class: "d-fl-grow1"
|
|
29629
29631
|
};
|
|
29630
|
-
const
|
|
29632
|
+
const default_list_itemvue_type_template_id_1d083b7b_hoisted_4 = {
|
|
29631
29633
|
key: 0
|
|
29632
29634
|
};
|
|
29633
29635
|
const _hoisted_5 = {
|
|
@@ -29640,8 +29642,8 @@ const _hoisted_6 = {
|
|
|
29640
29642
|
class: "dt-default-list-item--right d-d-inline-flex d-as-flex-start d-d-flex d-ai-center d-pl8",
|
|
29641
29643
|
"data-qa": "dt-default-list-item-right-wrapper"
|
|
29642
29644
|
};
|
|
29643
|
-
function
|
|
29644
|
-
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div",
|
|
29645
|
+
function default_list_itemvue_type_template_id_1d083b7b_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
29646
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", default_list_itemvue_type_template_id_1d083b7b_hoisted_1, [$data.hasSlotContent(_ctx.$slots.left) ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("section", default_list_itemvue_type_template_id_1d083b7b_hoisted_2, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "left")])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("section", default_list_itemvue_type_template_id_1d083b7b_hoisted_3, [$data.hasSlotContent(_ctx.$slots.default) ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", default_list_itemvue_type_template_id_1d083b7b_hoisted_4, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "default")])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), $data.hasSlotContent(_ctx.$slots.subtitle) ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", {
|
|
29645
29647
|
key: 1,
|
|
29646
29648
|
"data-qa": "dt-default-list-item-subtitle-wrapper",
|
|
29647
29649
|
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeClass)(['d-fs-100 d-fc-tertiary', {
|
|
@@ -29649,7 +29651,7 @@ function default_list_itemvue_type_template_id_e5b61cd8_render(_ctx, _cache, $pr
|
|
|
29649
29651
|
}])
|
|
29650
29652
|
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "subtitle")], 2)) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), $data.hasSlotContent(_ctx.$slots.bottom) ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", _hoisted_5, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "bottom")])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)]), $data.hasSlotContent(_ctx.$slots.right) ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("section", _hoisted_6, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "right")])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "selected")]);
|
|
29651
29653
|
}
|
|
29652
|
-
;// CONCATENATED MODULE: ./components/list_item/default_list_item.vue?vue&type=template&id=
|
|
29654
|
+
;// CONCATENATED MODULE: ./components/list_item/default_list_item.vue?vue&type=template&id=1d083b7b
|
|
29653
29655
|
|
|
29654
29656
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/list_item/default_list_item.vue?vue&type=script&lang=js
|
|
29655
29657
|
|
|
@@ -29665,10 +29667,10 @@ function default_list_itemvue_type_template_id_e5b61cd8_render(_ctx, _cache, $pr
|
|
|
29665
29667
|
});
|
|
29666
29668
|
;// CONCATENATED MODULE: ./components/list_item/default_list_item.vue?vue&type=script&lang=js
|
|
29667
29669
|
|
|
29668
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/list_item/default_list_item.vue?vue&type=style&index=0&id=
|
|
29670
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/list_item/default_list_item.vue?vue&type=style&index=0&id=1d083b7b&lang=less
|
|
29669
29671
|
// extracted by mini-css-extract-plugin
|
|
29670
29672
|
|
|
29671
|
-
;// CONCATENATED MODULE: ./components/list_item/default_list_item.vue?vue&type=style&index=0&id=
|
|
29673
|
+
;// CONCATENATED MODULE: ./components/list_item/default_list_item.vue?vue&type=style&index=0&id=1d083b7b&lang=less
|
|
29672
29674
|
|
|
29673
29675
|
;// CONCATENATED MODULE: ./components/list_item/default_list_item.vue
|
|
29674
29676
|
|
|
@@ -29678,7 +29680,7 @@ function default_list_itemvue_type_template_id_e5b61cd8_render(_ctx, _cache, $pr
|
|
|
29678
29680
|
;
|
|
29679
29681
|
|
|
29680
29682
|
|
|
29681
|
-
const default_list_item_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(default_list_itemvue_type_script_lang_js, [['render',
|
|
29683
|
+
const default_list_item_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(default_list_itemvue_type_script_lang_js, [['render',default_list_itemvue_type_template_id_1d083b7b_render]])
|
|
29682
29684
|
|
|
29683
29685
|
/* harmony default export */ const default_list_item = (default_list_item_exports_);
|
|
29684
29686
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/list_item/list_item.vue?vue&type=script&lang=js
|
|
@@ -47201,31 +47203,31 @@ const callbar_button_with_popover_exports_ = /*#__PURE__*/(0,exportHelper/* defa
|
|
|
47201
47203
|
/* harmony default export */ const callbar_button_with_popover = (callbar_button_with_popover_exports_);
|
|
47202
47204
|
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button_with_popover/index.js
|
|
47203
47205
|
|
|
47204
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/list_items/contact_info/contact_info.vue?vue&type=template&id=
|
|
47206
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/list_items/contact_info/contact_info.vue?vue&type=template&id=05e9ca16
|
|
47205
47207
|
|
|
47206
|
-
const
|
|
47208
|
+
const contact_infovue_type_template_id_05e9ca16_hoisted_1 = {
|
|
47207
47209
|
class: "d-ps-relative",
|
|
47208
47210
|
"data-qa": "contact-info-left"
|
|
47209
47211
|
};
|
|
47210
|
-
const
|
|
47212
|
+
const contact_infovue_type_template_id_05e9ca16_hoisted_2 = {
|
|
47211
47213
|
key: 0,
|
|
47212
47214
|
class: "d-mrn4 d-d-flex d-fd-row"
|
|
47213
47215
|
};
|
|
47214
|
-
const
|
|
47215
|
-
const
|
|
47216
|
-
const
|
|
47216
|
+
const contact_infovue_type_template_id_05e9ca16_hoisted_3 = ["src", "alt"];
|
|
47217
|
+
const contact_infovue_type_template_id_05e9ca16_hoisted_4 = ["src", "initials", "seed", "alt"];
|
|
47218
|
+
const contact_infovue_type_template_id_05e9ca16_hoisted_5 = {
|
|
47217
47219
|
"data-qa": "contact-info-header"
|
|
47218
47220
|
};
|
|
47219
|
-
const
|
|
47221
|
+
const contact_infovue_type_template_id_05e9ca16_hoisted_6 = {
|
|
47220
47222
|
"data-qa": "contact-info-subtitle"
|
|
47221
47223
|
};
|
|
47222
|
-
const
|
|
47224
|
+
const contact_infovue_type_template_id_05e9ca16_hoisted_7 = {
|
|
47223
47225
|
"data-qa": "contact-info-bottom"
|
|
47224
47226
|
};
|
|
47225
|
-
const
|
|
47227
|
+
const contact_infovue_type_template_id_05e9ca16_hoisted_8 = {
|
|
47226
47228
|
"data-qa": "contact-info-right"
|
|
47227
47229
|
};
|
|
47228
|
-
function
|
|
47230
|
+
function contact_infovue_type_template_id_05e9ca16_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
47229
47231
|
const _component_dt_avatar = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("dt-avatar");
|
|
47230
47232
|
|
|
47231
47233
|
const _component_dt_list_item = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("dt-list-item");
|
|
@@ -47236,12 +47238,14 @@ function contact_infovue_type_template_id_2736e6a2_render(_ctx, _cache, $props,
|
|
|
47236
47238
|
"element-type": "div",
|
|
47237
47239
|
"data-qa": "contact-info"
|
|
47238
47240
|
}, {
|
|
47239
|
-
left: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div",
|
|
47241
|
+
left: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", contact_infovue_type_template_id_05e9ca16_hoisted_1, [$props.avatarList ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", contact_infovue_type_template_id_05e9ca16_hoisted_2, [((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(true), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)(external_commonjs_vue_commonjs2_vue_root_Vue_.Fragment, null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderList)($props.avatarList, (avatar, index) => {
|
|
47240
47242
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", {
|
|
47241
47243
|
key: index
|
|
47242
47244
|
}, [avatar.src ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_dt_avatar, {
|
|
47243
47245
|
key: 0,
|
|
47244
47246
|
size: $props.avatarSize,
|
|
47247
|
+
seed: avatar.seed,
|
|
47248
|
+
initials: avatar.initials,
|
|
47245
47249
|
"overlay-icon": avatar.icon,
|
|
47246
47250
|
"overlay-text": avatar.text,
|
|
47247
47251
|
"overlay-class": "d-mn4 d-ba d-baw4 d-bc-white d-box-unset",
|
|
@@ -47253,11 +47257,13 @@ function contact_infovue_type_template_id_2736e6a2_render(_ctx, _cache, $props,
|
|
|
47253
47257
|
"data-qa": "dt-contact-avatar",
|
|
47254
47258
|
src: avatar.src,
|
|
47255
47259
|
alt: avatar.initials
|
|
47256
|
-
}, null, 8,
|
|
47260
|
+
}, null, 8, contact_infovue_type_template_id_05e9ca16_hoisted_3)]),
|
|
47257
47261
|
_: 2
|
|
47258
|
-
}, 1032, ["size", "overlay-icon", "overlay-text", "avatar-class"])) : avatar.initials ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_dt_avatar, {
|
|
47262
|
+
}, 1032, ["size", "seed", "initials", "overlay-icon", "overlay-text", "avatar-class"])) : avatar.initials ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_dt_avatar, {
|
|
47259
47263
|
key: 1,
|
|
47260
47264
|
size: $props.avatarSize,
|
|
47265
|
+
seed: avatar.seed,
|
|
47266
|
+
initials: avatar.initials,
|
|
47261
47267
|
"overlay-icon": avatar.icon,
|
|
47262
47268
|
"overlay-text": avatar.text,
|
|
47263
47269
|
"overlay-class": "d-mn4 d-ba d-baw4 d-bc-white d-box-unset",
|
|
@@ -47267,34 +47273,40 @@ function contact_infovue_type_template_id_2736e6a2_render(_ctx, _cache, $props,
|
|
|
47267
47273
|
}, {
|
|
47268
47274
|
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createTextVNode)((0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(avatar.initials), 1)]),
|
|
47269
47275
|
_: 2
|
|
47270
|
-
}, 1032, ["size", "overlay-icon", "overlay-text", "avatar-class"])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)]);
|
|
47276
|
+
}, 1032, ["size", "seed", "initials", "overlay-icon", "overlay-text", "avatar-class"])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)]);
|
|
47271
47277
|
}), 128))])) : $props.avatarSrc ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_dt_avatar, {
|
|
47272
47278
|
key: 1,
|
|
47273
47279
|
size: $props.avatarSize,
|
|
47280
|
+
initials: $props.avatarInitials,
|
|
47281
|
+
seed: $props.avatarSeed,
|
|
47274
47282
|
presence: $props.presence
|
|
47275
47283
|
}, {
|
|
47276
47284
|
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("img", {
|
|
47277
47285
|
"data-qa": "dt-contact-avatar",
|
|
47278
47286
|
src: $props.avatarSrc,
|
|
47287
|
+
initials: $props.avatarInitials,
|
|
47288
|
+
seed: $props.avatarSeed,
|
|
47279
47289
|
alt: $props.avatarInitials
|
|
47280
|
-
}, null, 8,
|
|
47290
|
+
}, null, 8, contact_infovue_type_template_id_05e9ca16_hoisted_4)]),
|
|
47281
47291
|
_: 1
|
|
47282
|
-
}, 8, ["size", "presence"])) : $props.avatarInitials ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_dt_avatar, {
|
|
47292
|
+
}, 8, ["size", "initials", "seed", "presence"])) : $props.avatarInitials ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_dt_avatar, {
|
|
47283
47293
|
key: 2,
|
|
47284
47294
|
size: $props.avatarSize,
|
|
47295
|
+
initials: $props.avatarInitials,
|
|
47296
|
+
seed: $props.avatarSeed,
|
|
47285
47297
|
presence: $props.presence
|
|
47286
47298
|
}, {
|
|
47287
47299
|
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createTextVNode)((0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)($props.avatarInitials), 1)]),
|
|
47288
47300
|
_: 1
|
|
47289
|
-
}, 8, ["size", "presence"])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)])]),
|
|
47290
|
-
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div",
|
|
47291
|
-
subtitle: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div",
|
|
47292
|
-
bottom: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div",
|
|
47293
|
-
right: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div",
|
|
47301
|
+
}, 8, ["size", "initials", "seed", "presence"])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)])]),
|
|
47302
|
+
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", contact_infovue_type_template_id_05e9ca16_hoisted_5, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "header")])]),
|
|
47303
|
+
subtitle: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", contact_infovue_type_template_id_05e9ca16_hoisted_6, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "subtitle")])]),
|
|
47304
|
+
bottom: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", contact_infovue_type_template_id_05e9ca16_hoisted_7, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "bottom")])]),
|
|
47305
|
+
right: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", contact_infovue_type_template_id_05e9ca16_hoisted_8, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "right")])]),
|
|
47294
47306
|
_: 3
|
|
47295
47307
|
}, 8, ["id", "role"]);
|
|
47296
47308
|
}
|
|
47297
|
-
;// CONCATENATED MODULE: ./recipes/list_items/contact_info/contact_info.vue?vue&type=template&id=
|
|
47309
|
+
;// CONCATENATED MODULE: ./recipes/list_items/contact_info/contact_info.vue?vue&type=template&id=05e9ca16
|
|
47298
47310
|
|
|
47299
47311
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/list_items/contact_info/contact_info.vue?vue&type=script&lang=js
|
|
47300
47312
|
|
|
@@ -47343,6 +47355,14 @@ function contact_infovue_type_template_id_2736e6a2_render(_ctx, _cache, $props,
|
|
|
47343
47355
|
default: ''
|
|
47344
47356
|
},
|
|
47345
47357
|
|
|
47358
|
+
/**
|
|
47359
|
+
* Avatar seed, set this to the user's ID to get the same avatar background gradient each time it is displayed.
|
|
47360
|
+
*/
|
|
47361
|
+
avatarSeed: {
|
|
47362
|
+
type: String,
|
|
47363
|
+
default: null
|
|
47364
|
+
},
|
|
47365
|
+
|
|
47346
47366
|
/**
|
|
47347
47367
|
* Initial letters to display in avatar if `avatarSrc` is empty.
|
|
47348
47368
|
*/
|
|
@@ -47377,6 +47397,7 @@ function contact_infovue_type_template_id_2736e6a2_render(_ctx, _cache, $props,
|
|
|
47377
47397
|
* The props of array items are: <br>
|
|
47378
47398
|
* `src` - avatar image url (optional) <br>
|
|
47379
47399
|
* `initials` - Initial letters to display in avatar (required if src is empty)<br>
|
|
47400
|
+
* `seed` - determines uniqueness of avatar background <br>
|
|
47380
47401
|
* `text` - text that overlays the avatar (optional) <br>
|
|
47381
47402
|
* `icon` - icon that overlays the avatar (optional)
|
|
47382
47403
|
*/
|
|
@@ -47394,7 +47415,7 @@ function contact_infovue_type_template_id_2736e6a2_render(_ctx, _cache, $props,
|
|
|
47394
47415
|
|
|
47395
47416
|
|
|
47396
47417
|
;
|
|
47397
|
-
const contact_info_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(contact_infovue_type_script_lang_js, [['render',
|
|
47418
|
+
const contact_info_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(contact_infovue_type_script_lang_js, [['render',contact_infovue_type_template_id_05e9ca16_render]])
|
|
47398
47419
|
|
|
47399
47420
|
/* harmony default export */ const contact_info = (contact_info_exports_);
|
|
47400
47421
|
;// CONCATENATED MODULE: ./recipes/list_items/contact_info/index.js
|
|
@@ -49352,6 +49373,278 @@ const unread_pill_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(unread
|
|
|
49352
49373
|
;// CONCATENATED MODULE: ./recipes/leftbar/unread_pill/index.js
|
|
49353
49374
|
|
|
49354
49375
|
|
|
49376
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/conversation_view/feed_item_row/feed_item_row.vue?vue&type=template&id=4ff762fe
|
|
49377
|
+
|
|
49378
|
+
const feed_item_rowvue_type_template_id_4ff762fe_hoisted_1 = ["src"];
|
|
49379
|
+
const feed_item_rowvue_type_template_id_4ff762fe_hoisted_2 = {
|
|
49380
|
+
key: 0,
|
|
49381
|
+
class: "d-d-flex d-ai-center"
|
|
49382
|
+
};
|
|
49383
|
+
const feed_item_rowvue_type_template_id_4ff762fe_hoisted_3 = {
|
|
49384
|
+
class: "d-fs-200 d-lh-300 d-fw-bold d-to-ellipsis d-of-hidden d-ws-nowrap"
|
|
49385
|
+
};
|
|
49386
|
+
const feed_item_rowvue_type_template_id_4ff762fe_hoisted_4 = {
|
|
49387
|
+
class: "d-fs-100 d-mt2 d-lh-300 d-fc-tertiary d-fw-normal d-ml4 d-fl-shrink0"
|
|
49388
|
+
};
|
|
49389
|
+
const feed_item_rowvue_type_template_id_4ff762fe_hoisted_5 = {
|
|
49390
|
+
class: "content-text-wrapper-class"
|
|
49391
|
+
};
|
|
49392
|
+
const feed_item_rowvue_type_template_id_4ff762fe_hoisted_6 = {
|
|
49393
|
+
class: "d-d-flex d-fw-wrap"
|
|
49394
|
+
};
|
|
49395
|
+
const feed_item_rowvue_type_template_id_4ff762fe_hoisted_7 = {
|
|
49396
|
+
class: "d-ps-absolute d-tn16 d-r12"
|
|
49397
|
+
};
|
|
49398
|
+
function feed_item_rowvue_type_template_id_4ff762fe_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
49399
|
+
const _component_dt_avatar = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("dt-avatar");
|
|
49400
|
+
|
|
49401
|
+
const _component_dt_lazy_show = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("dt-lazy-show");
|
|
49402
|
+
|
|
49403
|
+
const _component_dt_list_item = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("dt-list-item");
|
|
49404
|
+
|
|
49405
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_dt_list_item, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.mergeProps)({
|
|
49406
|
+
ref: "FeedItemRef",
|
|
49407
|
+
"navigation-type": "none"
|
|
49408
|
+
}, _ctx.$attrs, {
|
|
49409
|
+
class: ['d-w100p', 'd-box-border', 'd-ps-relative', 'd-px8', {
|
|
49410
|
+
'd-bgc-secondary-opaque': $props.isActive
|
|
49411
|
+
}],
|
|
49412
|
+
"data-qa": "feed-item-row"
|
|
49413
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toHandlers)($options.feedListeners)), {
|
|
49414
|
+
left: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [$props.showHeader ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_dt_avatar, {
|
|
49415
|
+
key: 0,
|
|
49416
|
+
"avatar-class": "d-mt4",
|
|
49417
|
+
initials: $options.avatarInitials
|
|
49418
|
+
}, {
|
|
49419
|
+
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [$props.avatarImageUrl ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("img", {
|
|
49420
|
+
key: 0,
|
|
49421
|
+
"data-qa": "feed-item-row-avatar",
|
|
49422
|
+
alt: "",
|
|
49423
|
+
src: $props.avatarImageUrl
|
|
49424
|
+
}, null, 8, feed_item_rowvue_type_template_id_4ff762fe_hoisted_1)) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)]),
|
|
49425
|
+
_: 1
|
|
49426
|
+
}, 8, ["initials"])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), !$props.showHeader ? (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withDirectives)(((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", {
|
|
49427
|
+
key: 1,
|
|
49428
|
+
class: "d-fs-100 d-fw-normal d-ws-nowrap d-lh-100 d-fc-tertiary d-mb6",
|
|
49429
|
+
"data-qa": "feed-item-row-time-left"
|
|
49430
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)($props.shortTime), 513)), [[external_commonjs_vue_commonjs2_vue_root_Vue_.vShow, $props.isActive]]) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)]),
|
|
49431
|
+
bottom: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", feed_item_rowvue_type_template_id_4ff762fe_hoisted_6, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "reactions")]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "threading")]),
|
|
49432
|
+
right: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.withDirectives)((0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", feed_item_rowvue_type_template_id_4ff762fe_hoisted_7, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_dt_lazy_show, {
|
|
49433
|
+
appear: true,
|
|
49434
|
+
transition: "fade",
|
|
49435
|
+
show: $props.isActive
|
|
49436
|
+
}, {
|
|
49437
|
+
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "menu")]),
|
|
49438
|
+
_: 3
|
|
49439
|
+
}, 8, ["show"])], 512), [[external_commonjs_vue_commonjs2_vue_root_Vue_.vShow, $props.isActive]])]),
|
|
49440
|
+
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("article", null, [$props.showHeader ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", feed_item_rowvue_type_template_id_4ff762fe_hoisted_2, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("p", feed_item_rowvue_type_template_id_4ff762fe_hoisted_3, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)($props.displayName), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("time", feed_item_rowvue_type_template_id_4ff762fe_hoisted_4, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)($props.time), 1)])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", feed_item_rowvue_type_template_id_4ff762fe_hoisted_5, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.renderSlot)(_ctx.$slots, "default")])])]),
|
|
49441
|
+
_: 3
|
|
49442
|
+
}, 16, ["class"]);
|
|
49443
|
+
}
|
|
49444
|
+
;// CONCATENATED MODULE: ./recipes/conversation_view/feed_item_row/feed_item_row.vue?vue&type=template&id=4ff762fe
|
|
49445
|
+
|
|
49446
|
+
;// CONCATENATED MODULE: ./recipes/conversation_view/feed_item_row/feed_item_row_constants.js
|
|
49447
|
+
const feed_item_row_constants_DEFAULT_CONSTANTS = null;
|
|
49448
|
+
/* harmony default export */ const feed_item_row_constants = ({
|
|
49449
|
+
DEFAULT_CONSTANTS: feed_item_row_constants_DEFAULT_CONSTANTS
|
|
49450
|
+
});
|
|
49451
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/conversation_view/feed_item_row/feed_item_row.vue?vue&type=script&lang=js
|
|
49452
|
+
|
|
49453
|
+
|
|
49454
|
+
|
|
49455
|
+
|
|
49456
|
+
/* harmony default export */ const feed_item_rowvue_type_script_lang_js = ({
|
|
49457
|
+
name: 'DtRecipeFeedItemRow',
|
|
49458
|
+
components: {
|
|
49459
|
+
DtAvatar: avatar,
|
|
49460
|
+
DtLazyShow: lazy_show,
|
|
49461
|
+
DtListItem: list_item
|
|
49462
|
+
},
|
|
49463
|
+
inheritAttrs: false,
|
|
49464
|
+
props: {
|
|
49465
|
+
/**
|
|
49466
|
+
* Show avatar, show header text or dont show left time and vice versa
|
|
49467
|
+
*/
|
|
49468
|
+
showHeader: {
|
|
49469
|
+
type: Boolean,
|
|
49470
|
+
default: false
|
|
49471
|
+
},
|
|
49472
|
+
|
|
49473
|
+
/**
|
|
49474
|
+
* Show the avatar of the user, if this is not passed in, the initials would display
|
|
49475
|
+
*/
|
|
49476
|
+
avatarImageUrl: {
|
|
49477
|
+
type: String,
|
|
49478
|
+
default: ''
|
|
49479
|
+
},
|
|
49480
|
+
|
|
49481
|
+
/**
|
|
49482
|
+
* The display name of the sender
|
|
49483
|
+
*/
|
|
49484
|
+
displayName: {
|
|
49485
|
+
type: String,
|
|
49486
|
+
default: ''
|
|
49487
|
+
},
|
|
49488
|
+
|
|
49489
|
+
/**
|
|
49490
|
+
* time string displayed as is.
|
|
49491
|
+
* Shown on the header when showHeader is true
|
|
49492
|
+
*/
|
|
49493
|
+
time: {
|
|
49494
|
+
type: String,
|
|
49495
|
+
default: ''
|
|
49496
|
+
},
|
|
49497
|
+
|
|
49498
|
+
/**
|
|
49499
|
+
* short time string without AM/PM displayed as is.
|
|
49500
|
+
* Shown on the left of feed item when showHeader is false and isActive is true
|
|
49501
|
+
*/
|
|
49502
|
+
shortTime: {
|
|
49503
|
+
type: String,
|
|
49504
|
+
default: ''
|
|
49505
|
+
},
|
|
49506
|
+
|
|
49507
|
+
/**
|
|
49508
|
+
* displays a darkened background on the row.
|
|
49509
|
+
*/
|
|
49510
|
+
isActive: {
|
|
49511
|
+
type: Boolean,
|
|
49512
|
+
default: false
|
|
49513
|
+
} // TODO: implement as part of DT-1157
|
|
49514
|
+
// state: {
|
|
49515
|
+
// type: String,
|
|
49516
|
+
// default: 'normal',
|
|
49517
|
+
// },
|
|
49518
|
+
|
|
49519
|
+
},
|
|
49520
|
+
emits: [
|
|
49521
|
+
/**
|
|
49522
|
+
* Fires when hovered over feed row
|
|
49523
|
+
*
|
|
49524
|
+
* @event hover
|
|
49525
|
+
* @type {Boolean}
|
|
49526
|
+
*/
|
|
49527
|
+
'hover',
|
|
49528
|
+
/**
|
|
49529
|
+
* Fires when focused over feed row
|
|
49530
|
+
*
|
|
49531
|
+
* @event focus
|
|
49532
|
+
* @type {Boolean}
|
|
49533
|
+
*/
|
|
49534
|
+
'focus'],
|
|
49535
|
+
computed: {
|
|
49536
|
+
avatarInitials() {
|
|
49537
|
+
const name = (this.displayName || '').split(' ');
|
|
49538
|
+
const initials = name.map(word => word.charAt(0)).join('');
|
|
49539
|
+
return initials.slice(0, 2).toUpperCase();
|
|
49540
|
+
},
|
|
49541
|
+
|
|
49542
|
+
feedListeners() {
|
|
49543
|
+
return { ...this.$listeners,
|
|
49544
|
+
mouseenter: () => this.setHover(true),
|
|
49545
|
+
mouseleave: () => this.setHover(false),
|
|
49546
|
+
focusin: () => this.setFocus(true),
|
|
49547
|
+
focusout: () => this.setFocus(false)
|
|
49548
|
+
};
|
|
49549
|
+
}
|
|
49550
|
+
|
|
49551
|
+
},
|
|
49552
|
+
methods: {
|
|
49553
|
+
setFocus(bool) {
|
|
49554
|
+
this.$emit('focus', bool);
|
|
49555
|
+
},
|
|
49556
|
+
|
|
49557
|
+
setHover(bool) {
|
|
49558
|
+
this.$emit('hover', bool);
|
|
49559
|
+
}
|
|
49560
|
+
|
|
49561
|
+
}
|
|
49562
|
+
});
|
|
49563
|
+
;// CONCATENATED MODULE: ./recipes/conversation_view/feed_item_row/feed_item_row.vue?vue&type=script&lang=js
|
|
49564
|
+
|
|
49565
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/conversation_view/feed_item_row/feed_item_row.vue?vue&type=style&index=0&id=4ff762fe&lang=less
|
|
49566
|
+
// extracted by mini-css-extract-plugin
|
|
49567
|
+
|
|
49568
|
+
;// CONCATENATED MODULE: ./recipes/conversation_view/feed_item_row/feed_item_row.vue?vue&type=style&index=0&id=4ff762fe&lang=less
|
|
49569
|
+
|
|
49570
|
+
;// CONCATENATED MODULE: ./recipes/conversation_view/feed_item_row/feed_item_row.vue
|
|
49571
|
+
|
|
49572
|
+
|
|
49573
|
+
|
|
49574
|
+
|
|
49575
|
+
;
|
|
49576
|
+
|
|
49577
|
+
|
|
49578
|
+
const feed_item_row_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(feed_item_rowvue_type_script_lang_js, [['render',feed_item_rowvue_type_template_id_4ff762fe_render]])
|
|
49579
|
+
|
|
49580
|
+
/* harmony default export */ const feed_item_row = (feed_item_row_exports_);
|
|
49581
|
+
;// CONCATENATED MODULE: ./recipes/conversation_view/feed_item_row/index.js
|
|
49582
|
+
|
|
49583
|
+
|
|
49584
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/conversation_view/time_pill/time_pill.vue?vue&type=template&id=0d1a6588
|
|
49585
|
+
|
|
49586
|
+
const time_pillvue_type_template_id_0d1a6588_hoisted_1 = ["dateTime"];
|
|
49587
|
+
function time_pillvue_type_template_id_0d1a6588_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
49588
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("time", {
|
|
49589
|
+
"data-qa": "dt-time-pill",
|
|
49590
|
+
dateTime: $props.dateTime,
|
|
49591
|
+
class: "d-ba d-bar-pill d-baw1 d-bc-black-300 d-px16 d-py4 d-fs-100"
|
|
49592
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)($props.dateTimeDisplay), 9, time_pillvue_type_template_id_0d1a6588_hoisted_1);
|
|
49593
|
+
}
|
|
49594
|
+
;// CONCATENATED MODULE: ./recipes/conversation_view/time_pill/time_pill.vue?vue&type=template&id=0d1a6588
|
|
49595
|
+
|
|
49596
|
+
;// CONCATENATED MODULE: ./recipes/conversation_view/time_pill/time_pill_constants.js
|
|
49597
|
+
const time_pill_constants_DEFAULT_CONSTANTS = null;
|
|
49598
|
+
/* harmony default export */ const time_pill_constants = ({
|
|
49599
|
+
DEFAULT_CONSTANTS: time_pill_constants_DEFAULT_CONSTANTS
|
|
49600
|
+
});
|
|
49601
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/conversation_view/time_pill/time_pill.vue?vue&type=script&lang=js
|
|
49602
|
+
|
|
49603
|
+
/* harmony default export */ const time_pillvue_type_script_lang_js = ({
|
|
49604
|
+
name: 'DtRecipeTimePill',
|
|
49605
|
+
props: {
|
|
49606
|
+
/**
|
|
49607
|
+
* Date time display value
|
|
49608
|
+
*/
|
|
49609
|
+
dateTimeDisplay: {
|
|
49610
|
+
type: String,
|
|
49611
|
+
required: true
|
|
49612
|
+
},
|
|
49613
|
+
|
|
49614
|
+
/**
|
|
49615
|
+
* Machine-readable attribute
|
|
49616
|
+
* Accepts a string value of YYYY-MM-DD or YYYY-MM-DDThh:mm:ssTZD
|
|
49617
|
+
*/
|
|
49618
|
+
dateTime: {
|
|
49619
|
+
type: String,
|
|
49620
|
+
required: true,
|
|
49621
|
+
validator: t => {
|
|
49622
|
+
// Since this will only ever be used in the context of a date, we're rejecting non date inputs
|
|
49623
|
+
const x = new Date(t);
|
|
49624
|
+
|
|
49625
|
+
if (x instanceof Date && !isNaN(x)) {
|
|
49626
|
+
return true;
|
|
49627
|
+
}
|
|
49628
|
+
|
|
49629
|
+
return false;
|
|
49630
|
+
}
|
|
49631
|
+
}
|
|
49632
|
+
}
|
|
49633
|
+
});
|
|
49634
|
+
;// CONCATENATED MODULE: ./recipes/conversation_view/time_pill/time_pill.vue?vue&type=script&lang=js
|
|
49635
|
+
|
|
49636
|
+
;// CONCATENATED MODULE: ./recipes/conversation_view/time_pill/time_pill.vue
|
|
49637
|
+
|
|
49638
|
+
|
|
49639
|
+
|
|
49640
|
+
|
|
49641
|
+
;
|
|
49642
|
+
const time_pill_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(time_pillvue_type_script_lang_js, [['render',time_pillvue_type_template_id_0d1a6588_render]])
|
|
49643
|
+
|
|
49644
|
+
/* harmony default export */ const time_pill = (time_pill_exports_);
|
|
49645
|
+
;// CONCATENATED MODULE: ./recipes/conversation_view/time_pill/index.js
|
|
49646
|
+
|
|
49647
|
+
|
|
49355
49648
|
;// CONCATENATED MODULE: ./common/mixins/index.js
|
|
49356
49649
|
|
|
49357
49650
|
|
|
@@ -49411,6 +49704,8 @@ const unread_pill_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(unread
|
|
|
49411
49704
|
|
|
49412
49705
|
|
|
49413
49706
|
|
|
49707
|
+
|
|
49708
|
+
|
|
49414
49709
|
// Mixins
|
|
49415
49710
|
|
|
49416
49711
|
// Constants
|
package/dist/dialtone-vue.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.d-avatar--image-loaded{background-color:initial;background-image:unset}.dt-default-list-item,.dt-default-list-item--left,.dt-default-list-item--right{min-height:28px}.dt-list-item:not(.dt-list-item--static){cursor:pointer;border-radius:var(--size-300)}.dt-list-item--focusable:focus,.dt-list-item--focusable:focus-within,.dt-list-item--highlighted{background-color:var(--bgc-moderate-opaque)}.dt-list-item--highlighted:active{background-color:var(--bgc-bold-opaque)}.dt-list-item:focus-visible{outline:none;box-shadow:var(--bs-focus-ring)}.skeleton-placeholder{display:flex;stroke:none;fill:var(--placeholder-from-color,var(--black-300));background:var(--placeholder-from-color,var(--black-300))}.skeleton-placeholder--animate{animation-name:placeholder-throb;animation-iteration-count:infinite}@keyframes placeholder-throb{10%{fill:var(--placeholder-from-color,var(--black-300));background:var(--placeholder-from-color,var(--black-300))}50%{fill:var(--placeholder-to-color,var(--black-100));background:var(--placeholder-to-color,var(--black-100))}90%{fill:var(--placeholder-from-color,var(--black-300));background:var(--placeholder-from-color,var(--black-300))}}.dt-empty-list-item{display:flex;align-items:center;justify-content:center;font-size:var(--fs-200);line-height:var(--lh4);padding:var(--space-300) calc(var(--space-300)*3)}.enter-active,.leave-active{overflow:hidden;transition:height var(--td300) var(--ttf-quint)}.tippy-box[data-popper-escaped] .d-popover__dialog,.tippy-box[data-popper-reference-hidden] .d-popover__dialog{visibility:hidden;pointer-events:none}.d-context-menu-list{width:calc(var(--size-300)*48)}.dt-list-item[role=menuitem]{border-radius:var(--size-300)}.dt-list-separator{border-top:var(--size-100) solid var(--bc-default);list-style:none}.dt-list-section[tabindex="-1"]:focus{outline:none}.tippy-box[data-popper-escaped] .d-tooltip,.tippy-box[data-popper-reference-hidden] .d-tooltip{visibility:hidden;pointer-events:none}.vue-recycle-scroller{position:relative}.vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:auto}.vue-recycle-scroller.direction-horizontal:not(.page-mode){overflow-x:auto}.vue-recycle-scroller.direction-horizontal{display:flex}.vue-recycle-scroller__slot{flex:auto 0 0}.vue-recycle-scroller__item-wrapper{flex:1;box-sizing:border-box;overflow:hidden;position:relative}.vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform}.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{width:100%}.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{height:100%}.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{height:100%}.dt-recipe-callbar-button:not(.dt-recipe-callbar-button--circle){line-height:var(--lh-300)}.dt-recipe-callbar-button--circle{border-radius:var(--br-circle)}.dt-recipe-callbar-button.d-btn[disabled]{background-color:unset;opacity:.5}.dt-recipe-callbar-button--circle.d-btn[disabled]{border-color:unset}.dt-recipe-callbar-button--circle.d-btn--icon-only .d-btn__label{display:none}.dt-recipe-callbar-button--active .base-button__icon,.dt-recipe-callbar-button--active:hover .base-button__icon{color:var(--primary-color)}.dt-recipe--callbar-button-with-popover--arrow.d-btn--circle{margin-top:calc(var(--space-300)*3*-1);margin-left:calc(var(--space-300)*-5);width:var(--size-500);height:var(--size-500);padding:var(--space-400);border-radius:var(--size-300)}.dt-recipe--callbar-button-with-popover--arrow.d-btn--circle.d-btn--active{background:var(--bgc-moderate-opaque)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header{background:var(--bgc-contrast);color:var(--fc-primary-inverted)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header button{color:var(--fc-primary-inverted)}.dt-recipe--callbar-button-with-popover--button .d-tab--selected:after,.dt-recipe--callbar-button-with-popover--button .d-tab--selected:hover:after{--tab--bgc:var(--bgc-contrast)}.dt-recipe--callbar-button-with-popover--button .tab-group{display:flex;flex-direction:column;height:100%}.dt-recipe--callbar-button-with-popover--button .tab-content{flex:1 1 100%;overflow-y:auto}.d-top-banner-info__left{margin:var(--space-300) 0 var(--space-300) var(--space-400);min-width:20%}.d-top-banner-info__middle{display:flex;align-items:center;gap:var(--size-300)}.d-top-banner-info__right{display:flex;align-items:baseline;justify-content:flex-end;gap:var(--size-300);margin:var(--space-300) var(--space-500) var(--space-300) 0;min-width:20%}.ivr_node__width{width:280px}.ivr_node__goto_icon{transform:rotate(90deg)}.ivr-connector{z-index:var(--zi-base1);display:flex;justify-content:center;align-items:center;border-color:var(--purple-600);background-color:var(--purple-600)}.dt-leftbar-row{--leftbar-row-color-foreground:var(--theme-sidebar-color);--leftbar-row-color-background:var(--theme-sidebar-row-color-background);--leftbar-row-radius:100em;--leftbar-row-opacity:100%;--leftbar-row-alpha-color-foreground:var(--theme-sidebar-icon-color);--leftbar-row-alpha-width:calc(var(--size-300)*10);--leftbar-row-alpha-height:calc(var(--size-300)*9);--leftbar-row-omega-min-width:0;--leftbar-row-omega-height:var(--leftbar-row-alpha-height);--leftbar-row-omega-visibility:visible;--leftbar-row-description-font-weight:var(--fw-normal);--leftbar-row-description-font-size:var(--fs-200);--leftbar-row-description-line-height:var(--lh-200);--leftbar-row-status-color-foreground:var(--theme-sidebar-status-color);--leftbar-row-status-font-size:var(--fs-100);--leftbar-row-status-line-height:var(--lh-100);--leftbar-row-action-position-right:var(--size-400);--leftbar-row-action-position-bottom:50%;--leftbar-row-action-width:calc(var(--size-300)*6);--leftbar-row-action-height:var(--leftbar-row-action-width);position:relative;opacity:var(--leftbar-row-opacity)}.dt-leftbar-row:not(.dt-leftbar-row--no-action):hover{--leftbar-row-omega-min-width:var(--leftbar-row-alpha-width)}.dt-leftbar-row:hover .d-presence{--presence-color-border-base:var(--theme-sidebar-selected-row-color-background)}.dt-leftbar-row:hover .d-avatar__count{--avatar-count-color-shadow:var(--theme-sidebar-selected-row-color-background)}.dt-leftbar-row--has-unread{--leftbar-row-description-font-weight:var(--fw-bold);--leftbar-row-alpha-color-foreground:var(--leftbar-row-color-foreground)}.dt-leftbar-row--has-unread:not(.dt-leftbar-row--no-action):hover{--leftbar-row-omega-visibility:hidden}.dt-leftbar-row--muted{--leftbar-row-opacity:50%}.dt-leftbar-row--selected{--leftbar-row-color-background:var(--theme-sidebar-selected-row-color-background);--leftbar-row-color-foreground:var(--theme-sidebar-selected-row-color)}.dt-leftbar-row--selected .d-avatar__count{--avatar-count-color-shadow:var(--theme-sidebar-selected-row-color-background)}.dt-leftbar-row--action-focused{--leftbar-row-omega-visibility:hidden;--leftbar-row-omega-min-width:var(--leftbar-row-alpha-width)}.dt-leftbar-row__is-typing{--is-typing-size-shape:calc(var(--size-300)*6);height:var(--is-typing-size-shape);width:var(--is-typing-size-shape);position:absolute;display:flex;align-items:center;justify-content:center;gap:2px;border-radius:var(--br-pill);opacity:.75}.dt-leftbar-row__is-typing span{transition:all .5s ease;background:var(--bgc-strong);height:4px;width:4px;display:inline-block;padding:0;opacity:.3;border-radius:var(--br-pill);animation:wave 1.5s ease infinite}.dt-leftbar-row__is-typing span:first-child{animation-delay:0ms}.dt-leftbar-row__is-typing span:nth-child(2){animation-delay:var(--td100)}.dt-leftbar-row__is-typing span:nth-child(3){animation-delay:var(--td200)}.dt-leftbar-row__primary{display:flex;align-items:center;flex:1;width:100%;text-align:left;color:var(--leftbar-row-color-foreground);text-decoration:none;background-color:var(--leftbar-row-color-background);border-radius:var(--leftbar-row-radius);transition-duration:var(--td200);transition-property:background-color,border,box-shadow;transition-timing-function:var(--ttf-out-quint);-webkit-appearance:none;appearance:none;font-size:inhert;line-height:inherit;margin:0;border:0;padding:0;cursor:pointer}.dt-leftbar-row__primary:hover{--leftbar-row-color-background:var(--theme-sidebar-row-color-background-hover)}.dt-leftbar-row__primary:active{--leftbar-row-color-background:var(--theme-sidebar-row-color-background-active)}.dt-leftbar-row__primary:focus-visible{box-shadow:var(--bs-focus-ring-inset)}.dt-leftbar-row__action{position:absolute;right:var(--leftbar-row-action-position-right);top:var(--leftbar-row-action-position-bottom);transform:translateY(calc(var(--leftbar-row-action-position-bottom)*-1))}.dt-leftbar-row__action-button{opacity:0;width:var(--leftbar-row-action-width);height:var(--leftbar-row-action-height)}.dt-leftbar-row:hover .dt-leftbar-row__action-button,.dt-leftbar-row__action-button:focus-visible{opacity:1}.dt-leftbar-row__alpha{color:var(--leftbar-row-alpha-color-foreground);display:flex;box-sizing:border-box;justify-content:center;align-items:center;padding-left:var(--space-400);padding-right:var(--space-400);width:var(--leftbar-row-alpha-width);height:var(--leftbar-row-alpha-height)}.dt-leftbar-row__label{flex:1;min-width:0}.dt-leftbar-row__omega{display:flex;gap:var(--space-300);justify-content:end;align-items:center;box-sizing:border-box;min-width:var(--leftbar-row-omega-min-width);height:var(--leftbar-row-omega-height);padding-left:var(--space-400);padding-right:var(--space-400);visibility:var(--leftbar-row-omega-visibility)}.dt-leftbar-row__active-voice{color:var(--fc-success);-webkit-animation-name:opacity-pulsate;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}.dt-leftbar-row__dnd{padding-top:var(--space-200);padding-right:var(--space-300);color:var(--fc-tertiary);font-size:var(--fs-100);line-height:var(--lh-400);font-weight:var(--fw-medium)}.dt-leftbar-row__description{font-weight:var(--leftbar-row-description-font-weight);font-size:var(--leftbar-row-description-font-size);line-height:var(--leftbar-row-description-line-height)}.dt-leftbar-row__description,.dt-leftbar-row__status{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dt-leftbar-row__status{color:var(--leftbar-row-status-color-foreground);font-size:var(--leftbar-row-status-font-size);line-height:var(--leftbar-row-status-line-height);padding-bottom:var(--space-100)}.dt-leftbar-row__meta-context~.dt-leftbar-row__meta-custom:not(:empty):before{content:" • ";color:var(--theme-sidebar-status-color)}.dt-leftbar-row__icon-cc{border-radius:var(--size-200);width:calc(var(--size-300)*3.5);height:calc(var(--size-300)*3.5)}.opacity-pulsate{-webkit-animation-name:opacity-pulsate;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}@keyframes opacity-pulsate{0%,to{opacity:.2}50%{opacity:1}}@keyframes wave{0%,50%,to{transform:translate(0)}10%{transform:translateY(-5px);opacity:90%}}.dt-leftbar-unread-pill{display:flex;align-items:center;justify-content:center;padding:var(--space-200) var(--space-500) var(--space-200) var(--space-400);gap:var(--space-300);font-size:var(--fs-100);box-shadow:var(--bs-md);border-radius:var(--br-pill);border:none;line-height:var(--lh-600);cursor:pointer}.dt-leftbar-unread-pill--mentions{font-weight:var(--fw-bold);background-color:var(--theme-mention-color-background);color:var(--theme-mention-color-foreground)}.dt-leftbar-unread-pill--messages{background-color:var(--bgc-primary);color:var(--fc-primary)}
|
|
1
|
+
.d-avatar--image-loaded{background-color:initial;background-image:unset}.dt-default-list-item,.dt-default-list-item--left,.dt-default-list-item--right{min-height:28px;min-width:32px}.dt-list-item:not(.dt-list-item--static){cursor:pointer;border-radius:var(--size-300)}.dt-list-item--focusable:focus,.dt-list-item--focusable:focus-within,.dt-list-item--highlighted{background-color:var(--bgc-moderate-opaque)}.dt-list-item--highlighted:active{background-color:var(--bgc-bold-opaque)}.dt-list-item:focus-visible{outline:none;box-shadow:var(--bs-focus-ring)}.skeleton-placeholder{display:flex;stroke:none;fill:var(--placeholder-from-color,var(--black-300));background:var(--placeholder-from-color,var(--black-300))}.skeleton-placeholder--animate{animation-name:placeholder-throb;animation-iteration-count:infinite}@keyframes placeholder-throb{10%{fill:var(--placeholder-from-color,var(--black-300));background:var(--placeholder-from-color,var(--black-300))}50%{fill:var(--placeholder-to-color,var(--black-100));background:var(--placeholder-to-color,var(--black-100))}90%{fill:var(--placeholder-from-color,var(--black-300));background:var(--placeholder-from-color,var(--black-300))}}.dt-empty-list-item{display:flex;align-items:center;justify-content:center;font-size:var(--fs-200);line-height:var(--lh4);padding:var(--space-300) calc(var(--space-300)*3)}.enter-active,.leave-active{overflow:hidden;transition:height var(--td300) var(--ttf-quint)}.tippy-box[data-popper-escaped] .d-popover__dialog,.tippy-box[data-popper-reference-hidden] .d-popover__dialog{visibility:hidden;pointer-events:none}.d-context-menu-list{width:calc(var(--size-300)*48)}.dt-list-item[role=menuitem]{border-radius:var(--size-300)}.dt-list-separator{border-top:var(--size-100) solid var(--bc-default);list-style:none}.dt-list-section[tabindex="-1"]:focus{outline:none}.tippy-box[data-popper-escaped] .d-tooltip,.tippy-box[data-popper-reference-hidden] .d-tooltip{visibility:hidden;pointer-events:none}.vue-recycle-scroller{position:relative}.vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:auto}.vue-recycle-scroller.direction-horizontal:not(.page-mode){overflow-x:auto}.vue-recycle-scroller.direction-horizontal{display:flex}.vue-recycle-scroller__slot{flex:auto 0 0}.vue-recycle-scroller__item-wrapper{flex:1;box-sizing:border-box;overflow:hidden;position:relative}.vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform}.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{width:100%}.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{height:100%}.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{height:100%}.dt-recipe-callbar-button:not(.dt-recipe-callbar-button--circle){line-height:var(--lh-300)}.dt-recipe-callbar-button--circle{border-radius:var(--br-circle)}.dt-recipe-callbar-button.d-btn[disabled]{background-color:unset;opacity:.5}.dt-recipe-callbar-button--circle.d-btn[disabled]{border-color:unset}.dt-recipe-callbar-button--circle.d-btn--icon-only .d-btn__label{display:none}.dt-recipe-callbar-button--active .base-button__icon,.dt-recipe-callbar-button--active:hover .base-button__icon{color:var(--primary-color)}.dt-recipe--callbar-button-with-popover--arrow.d-btn--circle{margin-top:calc(var(--space-300)*3*-1);margin-left:calc(var(--space-300)*-5);width:var(--size-500);height:var(--size-500);padding:var(--space-400);border-radius:var(--size-300)}.dt-recipe--callbar-button-with-popover--arrow.d-btn--circle.d-btn--active{background:var(--bgc-moderate-opaque)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header{background:var(--bgc-contrast);color:var(--fc-primary-inverted)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header button{color:var(--fc-primary-inverted)}.dt-recipe--callbar-button-with-popover--button .d-tab--selected:after,.dt-recipe--callbar-button-with-popover--button .d-tab--selected:hover:after{--tab--bgc:var(--bgc-contrast)}.dt-recipe--callbar-button-with-popover--button .tab-group{display:flex;flex-direction:column;height:100%}.dt-recipe--callbar-button-with-popover--button .tab-content{flex:1 1 100%;overflow-y:auto}.d-top-banner-info__left{margin:var(--space-300) 0 var(--space-300) var(--space-400);min-width:20%}.d-top-banner-info__middle{display:flex;align-items:center;gap:var(--size-300)}.d-top-banner-info__right{display:flex;align-items:baseline;justify-content:flex-end;gap:var(--size-300);margin:var(--space-300) var(--space-500) var(--space-300) 0;min-width:20%}.ivr_node__width{width:280px}.ivr_node__goto_icon{transform:rotate(90deg)}.ivr-connector{z-index:var(--zi-base1);display:flex;justify-content:center;align-items:center;border-color:var(--purple-600);background-color:var(--purple-600)}.dt-leftbar-row{--leftbar-row-color-foreground:var(--theme-sidebar-color);--leftbar-row-color-background:var(--theme-sidebar-row-color-background);--leftbar-row-radius:100em;--leftbar-row-opacity:100%;--leftbar-row-alpha-color-foreground:var(--theme-sidebar-icon-color);--leftbar-row-alpha-width:calc(var(--size-300)*10);--leftbar-row-alpha-height:calc(var(--size-300)*9);--leftbar-row-omega-min-width:0;--leftbar-row-omega-height:var(--leftbar-row-alpha-height);--leftbar-row-omega-visibility:visible;--leftbar-row-description-font-weight:var(--fw-normal);--leftbar-row-description-font-size:var(--fs-200);--leftbar-row-description-line-height:var(--lh-200);--leftbar-row-status-color-foreground:var(--theme-sidebar-status-color);--leftbar-row-status-font-size:var(--fs-100);--leftbar-row-status-line-height:var(--lh-100);--leftbar-row-action-position-right:var(--size-400);--leftbar-row-action-position-bottom:50%;--leftbar-row-action-width:calc(var(--size-300)*6);--leftbar-row-action-height:var(--leftbar-row-action-width);position:relative;opacity:var(--leftbar-row-opacity)}.dt-leftbar-row:not(.dt-leftbar-row--no-action):hover{--leftbar-row-omega-min-width:var(--leftbar-row-alpha-width)}.dt-leftbar-row:hover .d-presence{--presence-color-border-base:var(--theme-sidebar-selected-row-color-background)}.dt-leftbar-row:hover .d-avatar__count{--avatar-count-color-shadow:var(--theme-sidebar-selected-row-color-background)}.dt-leftbar-row--has-unread{--leftbar-row-description-font-weight:var(--fw-bold);--leftbar-row-alpha-color-foreground:var(--leftbar-row-color-foreground)}.dt-leftbar-row--has-unread:not(.dt-leftbar-row--no-action):hover{--leftbar-row-omega-visibility:hidden}.dt-leftbar-row--muted{--leftbar-row-opacity:50%}.dt-leftbar-row--selected{--leftbar-row-color-background:var(--theme-sidebar-selected-row-color-background);--leftbar-row-color-foreground:var(--theme-sidebar-selected-row-color)}.dt-leftbar-row--selected .d-avatar__count{--avatar-count-color-shadow:var(--theme-sidebar-selected-row-color-background)}.dt-leftbar-row--action-focused{--leftbar-row-omega-visibility:hidden;--leftbar-row-omega-min-width:var(--leftbar-row-alpha-width)}.dt-leftbar-row__is-typing{--is-typing-size-shape:calc(var(--size-300)*6);height:var(--is-typing-size-shape);width:var(--is-typing-size-shape);position:absolute;display:flex;align-items:center;justify-content:center;gap:2px;border-radius:var(--br-pill);opacity:.75}.dt-leftbar-row__is-typing span{transition:all .5s ease;background:var(--bgc-strong);height:4px;width:4px;display:inline-block;padding:0;opacity:.3;border-radius:var(--br-pill);animation:wave 1.5s ease infinite}.dt-leftbar-row__is-typing span:first-child{animation-delay:0ms}.dt-leftbar-row__is-typing span:nth-child(2){animation-delay:var(--td100)}.dt-leftbar-row__is-typing span:nth-child(3){animation-delay:var(--td200)}.dt-leftbar-row__primary{display:flex;align-items:center;flex:1;width:100%;text-align:left;color:var(--leftbar-row-color-foreground);text-decoration:none;background-color:var(--leftbar-row-color-background);border-radius:var(--leftbar-row-radius);transition-duration:var(--td200);transition-property:background-color,border,box-shadow;transition-timing-function:var(--ttf-out-quint);-webkit-appearance:none;appearance:none;font-size:inhert;line-height:inherit;margin:0;border:0;padding:0;cursor:pointer}.dt-leftbar-row__primary:hover{--leftbar-row-color-background:var(--theme-sidebar-row-color-background-hover)}.dt-leftbar-row__primary:active{--leftbar-row-color-background:var(--theme-sidebar-row-color-background-active)}.dt-leftbar-row__primary:focus-visible{box-shadow:var(--bs-focus-ring-inset)}.dt-leftbar-row__action{position:absolute;right:var(--leftbar-row-action-position-right);top:var(--leftbar-row-action-position-bottom);transform:translateY(calc(var(--leftbar-row-action-position-bottom)*-1))}.dt-leftbar-row__action-button{opacity:0;width:var(--leftbar-row-action-width);height:var(--leftbar-row-action-height)}.dt-leftbar-row:hover .dt-leftbar-row__action-button,.dt-leftbar-row__action-button:focus-visible{opacity:1}.dt-leftbar-row__alpha{color:var(--leftbar-row-alpha-color-foreground);display:flex;box-sizing:border-box;justify-content:center;align-items:center;padding-left:var(--space-400);padding-right:var(--space-400);width:var(--leftbar-row-alpha-width);height:var(--leftbar-row-alpha-height)}.dt-leftbar-row__label{flex:1;min-width:0}.dt-leftbar-row__omega{display:flex;gap:var(--space-300);justify-content:end;align-items:center;box-sizing:border-box;min-width:var(--leftbar-row-omega-min-width);height:var(--leftbar-row-omega-height);padding-left:var(--space-400);padding-right:var(--space-400);visibility:var(--leftbar-row-omega-visibility)}.dt-leftbar-row__active-voice{color:var(--fc-success);-webkit-animation-name:opacity-pulsate;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}.dt-leftbar-row__dnd{padding-top:var(--space-200);padding-right:var(--space-300);color:var(--fc-tertiary);font-size:var(--fs-100);line-height:var(--lh-400);font-weight:var(--fw-medium)}.dt-leftbar-row__description{font-weight:var(--leftbar-row-description-font-weight);font-size:var(--leftbar-row-description-font-size);line-height:var(--leftbar-row-description-line-height)}.dt-leftbar-row__description,.dt-leftbar-row__status{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dt-leftbar-row__status{color:var(--leftbar-row-status-color-foreground);font-size:var(--leftbar-row-status-font-size);line-height:var(--leftbar-row-status-line-height);padding-bottom:var(--space-100)}.dt-leftbar-row__meta-context~.dt-leftbar-row__meta-custom:not(:empty):before{content:" • ";color:var(--theme-sidebar-status-color)}.dt-leftbar-row__icon-cc{border-radius:var(--size-200);width:calc(var(--size-300)*3.5);height:calc(var(--size-300)*3.5)}.opacity-pulsate{-webkit-animation-name:opacity-pulsate;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}@keyframes opacity-pulsate{0%,to{opacity:.2}50%{opacity:1}}@keyframes wave{0%,50%,to{transform:translate(0)}10%{transform:translateY(-5px);opacity:90%}}.dt-leftbar-unread-pill{display:flex;align-items:center;justify-content:center;padding:var(--space-200) var(--space-500) var(--space-200) var(--space-400);gap:var(--space-300);font-size:var(--fs-100);box-shadow:var(--bs-md);border-radius:var(--br-pill);border:none;line-height:var(--lh-600);cursor:pointer}.dt-leftbar-unread-pill--mentions{font-weight:var(--fw-bold);background-color:var(--theme-mention-color-background);color:var(--theme-mention-color-foreground)}.dt-leftbar-unread-pill--messages{background-color:var(--bgc-primary);color:var(--fc-primary)}content-text-wrapper-class:not(img){line-height:1.6rem}
|