@dialpad/dialtone-vue 2.95.2 → 2.97.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 +33 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +13 -13
- package/dist/dialtone-vue.js +3701 -3941
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +1 -1
- package/dist/{emoji_text_wrapper-c9124bc7.cjs → emoji_text_wrapper-15660494.cjs} +1 -1
- package/dist/{emoji_text_wrapper-d8a61d64.js → emoji_text_wrapper-fb5b8fa3.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/types/common/utils.d.ts +16 -0
- package/dist/types/common/utils.d.ts.map +1 -1
- package/dist/types/components/avatar/avatar.vue.d.ts +20 -1
- package/dist/types/components/avatar/avatar.vue.d.ts.map +1 -1
- package/dist/types/components/avatar/avatar_constants.d.ts +1 -1
- package/dist/types/components/avatar/avatar_constants.d.ts.map +1 -1
- package/dist/types/components/emoji/emoji.vue.d.ts +2 -3
- package/dist/types/index.d.ts +1 -0
- package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +3 -1
- package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +123 -0
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill_constants.d.ts +11 -0
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill_constants.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/feed_pill/index.d.ts +3 -0
- package/dist/types/recipes/conversation_view/feed_pill/index.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts +22 -3
- package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/general_row/general_row_constants.d.ts +1 -0
- package/dist/types/recipes/leftbar/general_row/general_row_constants.d.ts.map +1 -1
- package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts +19 -2
- package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts.map +1 -1
- package/package.json +1 -2
|
@@ -58287,7 +58287,7 @@ const Wj = {
|
|
|
58287
58287
|
*/
|
|
58288
58288
|
code: {
|
|
58289
58289
|
type: String,
|
|
58290
|
-
|
|
58290
|
+
required: !0
|
|
58291
58291
|
},
|
|
58292
58292
|
/**
|
|
58293
58293
|
* The size of the emoji. Can be any of the icon size utility classes from
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.d-avatar--image-loaded{background-color:transparent;background-image:unset}.d-avatar__count,.d-avatar__presence{z-index:var(--zi-base)}.d-avatar__overlay{background-color:var(--dt-color-surface-contrast-opaque);opacity:var(--dt-opacity-900);position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:var(--dt-size-radius-circle);z-index:var(--zi-base)}.d-avatar__overlay-icon{color:var(--dt-color-foreground-primary-inverted);width:100%}.d-avatar__overlay-text{color:var(--dt-color-foreground-primary-inverted);font-weight:var(--dt-font-weight-bold);font-size:var(--dt-font-size-200);width:100%;text-align:center}.dt-list-item{list-style:none}.dt-list-item:not(.dt-list-item--static){cursor:pointer;border-radius:var(--dt-size-300)}.dt-list-item--focusable:focus,.dt-list-item--focusable:focus-within,.dt-list-item--highlighted{background-color:var(--dt-color-surface-moderate-opaque)}.dt-list-item--highlighted:active{background-color:var(--dt-color-surface-bold-opaque)}.dt-list-item--selected-icon{margin-left:var(--dt-space-400)}.dt-list-item :focus-visible{outline:none;box-shadow:var(--dt-shadow-focus)}.dt-empty-list-item{display:flex;align-items:center;justify-content:center;font-size:var(--dt-font-size-200);line-height:var(--lh4);padding:var(--dt-space-300) var(--dt-space-450)}.enter-active,.leave-active{overflow:hidden;transition:height var(--td300) var(--ttf-quint)}.tippy-box[data-popper-reference-hidden] .d-popover__dialog,.tippy-box[data-popper-escaped] .d-popover__dialog{visibility:hidden;pointer-events:none}.d-context-menu-list{width:var(--dt-size-850)}.dt-list-item[role=menuitem]{border-radius:var(--dt-size-300)}.dt-list-separator{border-top:var(--dt-size-100) solid var(--dt-color-border-default);list-style:none}.dt-list-section[tabindex="-1"]:focus{outline:none}.tippy-box[data-popper-reference-hidden] .d-tooltip,.tippy-box[data-popper-escaped] .d-tooltip{visibility:hidden;pointer-events:none}.dt-recipe-callbar-button:not(.dt-recipe-callbar-button--circle){line-height:var(--dt-font-line-height-300)}.dt-recipe-callbar-button--circle{border-radius:var(--dt-size-radius-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--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:var(--dt-space-350-negative);margin-left:calc(var(--dt-space-300-negative) * 5);width:var(--dt-size-500);height:var(--dt-size-500);padding:var(--dt-space-400);border-radius:var(--dt-size-300)}.dt-recipe--callbar-button-with-popover--arrow.d-btn--circle.d-btn--active{background:var(--dt-color-surface-moderate-opaque)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header{background:var(--dt-color-surface-contrast);color:var(--dt-color-foreground-primary-inverted)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header .d-btn{color:var(--dt-color-foreground-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(--dt-color-surface-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}.dt-contact-info[data-v-965a64b5]{--contact-info-avatar-border-color: var(--dt-color-surface-primary)}.dt-contact-info[data-v-965a64b5] .dt-item-layout--content{min-width:var(--dt-space-825)}.dt-contact-info[data-v-965a64b5] .dt-item-layout--left{min-width:var(--dt-space-650);justify-content:flex-start}.dt-contact-info[data-v-965a64b5] .dt-item-layout--right{min-width:0}.dt-contact-info--avatars .d-avatar[data-v-965a64b5]{border-radius:var(--dt-size-radius-pill);border:var(--dt-size-300) solid var(--contact-info-avatar-border-color);box-sizing:unset}.d-top-banner-info__left{margin:var(--dt-space-300) 0 var(--dt-space-300) var(--dt-space-500);min-width:20%}.d-top-banner-info__middle{display:flex;align-items:center;gap:var(--dt-size-300)}.d-top-banner-info__right{display:flex;align-items:baseline;justify-content:flex-end;gap:var(--dt-size-300);margin:var(--dt-space-300) var(--dt-space-500) var(--dt-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(--dt-color-purple-600);background-color:var(--dt-color-purple-600)}.dt-chip-content{font-variant-numeric:tabular-nums}.settings-menu-button[data-v-4ee1371d]{padding:var(--dt-space-0);border-radius:var(--dt-size-550);height:var(--dt-size-600);width:var(--dt-size-550);color:var(--dt-theme-topbar-button-color-foreground);background-color:var(--dt-theme-topbar-button-color-background)}.settings-menu-button[data-v-4ee1371d]:hover{background-color:var(--dt-theme-topbar-button-color-background-hover);color:var(--dt-theme-topbar-button-color-foreground-hover)}.settings-menu-button[data-v-4ee1371d]:active{background-color:var(--dt-theme-topbar-button-color-background-active)}.settings-menu-button-update[data-v-4ee1371d]{background-color:hsla(var(--dt-color-blue-200-hsl) / 25%);color:var(--dt-color-blue-500);border-color:hsla(var(--dt-color-blue-200-hsl) / 25%);border-radius:var(--dt-size-radius-pill);height:var(--dt-size-600)}.settings-menu-button-update[data-v-4ee1371d]:hover{background-color:hsla(var(--dt-color-blue-200-hsl) / 50%);color:var(--dt-theme-topbar-button-color-foreground-hover)}.dt-leftbar-row[data-v-be4d0e3f]{--leftbar-row-color-foreground: var(--dt-theme-sidebar-color-foreground);--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background);--leftbar-row-radius: var(--dt-size-radius-pill);--leftbar-row-opacity: 100%;--leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-icon-color-foreground);--leftbar-row-alpha-width: calc(var(--dt-size-300) * 10);--leftbar-row-alpha-height: calc(var(--dt-size-300) * 9);--leftbar-row-omega-height: var(--leftbar-row-alpha-height);--leftbar-row-unread-badge-display: inline-flex;--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground);--leftbar-row-description-font-weight: var(--dt-font-weight-normal);--leftbar-row-description-font-size: var(--dt-font-size-200);--leftbar-row-description-line-height: var(--dt-font-line-height-200);--leftbar-row-status-color-foreground: var(--dt-theme-sidebar-status-color-foreground);--leftbar-row-status-font-size: var(--dt-font-size-100);--leftbar-row-status-line-height: var(--dt-font-line-height-100);--leftbar-row-action-position-right: var(--dt-size-400);--leftbar-row-action-position-bottom: 50%;--leftbar-row-action-width: var(--dt-size-550);--leftbar-row-action-height: var(--leftbar-row-action-width);position:relative;opacity:var(--leftbar-row-opacity);display:flex;background-color:var(--dt-theme-sidebar-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);cursor:pointer}.dt-leftbar-row[data-v-be4d0e3f]:not(.dt-leftbar-row--no-action):hover,.dt-leftbar-row[data-v-be4d0e3f]:not(.dt-leftbar-row--no-action):focus-within{--leftbar-row-unread-badge-display: none}.dt-leftbar-row[data-v-be4d0e3f]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action,.dt-leftbar-row[data-v-be4d0e3f]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action{display:inline-flex}.dt-leftbar-row[data-v-be4d0e3f]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action-button,.dt-leftbar-row[data-v-be4d0e3f]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action-button{opacity:1}.dt-leftbar-row[data-v-be4d0e3f]:hover,.dt-leftbar-row[data-v-be4d0e3f]:focus-within{--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-hover)}.dt-leftbar-row[data-v-be4d0e3f]:hover .d-presence,.dt-leftbar-row[data-v-be4d0e3f]:focus-within .d-presence{--presence-color-border-base: var(--dt-color-black-200)}.dt-leftbar-row[data-v-be4d0e3f]:hover .d-avatar__count,.dt-leftbar-row[data-v-be4d0e3f]:focus-within .d-avatar__count{--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background)}.dt-leftbar-row--has-unread[data-v-be4d0e3f]{--leftbar-row-description-font-weight: var(--dt-font-weight-bold);--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);--leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-color-foreground-unread)}.dt-leftbar-row--unread-count[data-v-be4d0e3f] .dt-leftbar-row__action{display:none}.dt-leftbar-row--muted[data-v-be4d0e3f]{--leftbar-row-opacity: 60%}.dt-leftbar-row--selected[data-v-be4d0e3f]{--leftbar-row-color-background: var(--dt-theme-sidebar-selected-row-color-background);--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-selected-row-color-foreground)}.dt-leftbar-row--selected[data-v-be4d0e3f] .d-presence{--presence-color-border-base: var(--dt-color-black-200)}.dt-leftbar-row--selected[data-v-be4d0e3f] .d-avatar__count{--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background)}.dt-leftbar-row__is-typing[data-v-be4d0e3f]{--is-typing-size-shape: var(--dt-size-550);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(--dt-size-radius-pill);opacity:.75}.dt-leftbar-row__is-typing span[data-v-be4d0e3f]{transition:all .5s ease;background:var(--dt-color-surface-strong);height:4px;width:4px;display:inline-block;padding:0;opacity:.3;border-radius:var(--dt-size-radius-pill);animation:wave-be4d0e3f 1.5s ease infinite}.dt-leftbar-row__is-typing span[data-v-be4d0e3f]:nth-child(1){animation-delay:0ms}.dt-leftbar-row__is-typing span[data-v-be4d0e3f]:nth-child(2){animation-delay:var(--td100)}.dt-leftbar-row__is-typing span[data-v-be4d0e3f]:nth-child(3){animation-delay:var(--td200)}.dt-leftbar-row__primary[data-v-be4d0e3f]{display:flex;align-items:center;flex:1;width:100%;text-align:left;background-color:var(--leftbar-row-color-background);color:var(--leftbar-row-color-foreground);text-decoration:none;appearance:none;font-size:inherit;line-height:inherit;margin:0;border:0;padding:0;border-radius:var(--leftbar-row-radius)}.dt-leftbar-row__primary[data-v-be4d0e3f]:active{--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-active)}.dt-leftbar-row__primary[data-v-be4d0e3f]:focus-visible{box-shadow:var(--dt-shadow-focus-inset)}.dt-leftbar-row__action-button[data-v-be4d0e3f]{opacity:0;width:var(--leftbar-row-action-width);height:var(--leftbar-row-action-height)}.dt-leftbar-row__alpha[data-v-be4d0e3f]{color:var(--leftbar-row-alpha-color-foreground);display:flex;box-sizing:border-box;justify-content:center;align-items:center;padding-left:var(--dt-space-400);padding-right:var(--dt-space-400);width:var(--leftbar-row-alpha-width);height:var(--leftbar-row-alpha-height);border-radius:var(--leftbar-row-radius) 0 0 var(--leftbar-row-radius)}.dt-leftbar-row__label[data-v-be4d0e3f]{flex:0 1;min-width:0}.dt-leftbar-row__omega[data-v-be4d0e3f]{position:absolute;display:flex;right:var(--leftbar-row-action-position-right);top:var(--leftbar-row-action-position-bottom);transform:translateY(calc(var(--leftbar-row-action-position-bottom) * -1));gap:var(--dt-space-300);justify-content:flex-end;align-items:center;box-sizing:border-box;border-radius:var(--leftbar-row-radius)}.dt-leftbar-row__unread-badge[data-v-be4d0e3f]{display:var(--leftbar-row-unread-badge-display)}.dt-leftbar-row__active-voice[data-v-be4d0e3f]{color:var(--dt-color-foreground-success);display:inline-flex;-webkit-animation-name:opacity-pulsate-be4d0e3f;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate-be4d0e3f;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate-be4d0e3f;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}.dt-leftbar-row__dnd[data-v-be4d0e3f]{padding-top:var(--dt-space-200);padding-right:var(--dt-space-300);color:var(--dt-color-foreground-tertiary);font-size:var(--dt-font-size-100);line-height:var(--dt-font-line-height-400);font-weight:var(--dt-font-weight-medium)}.dt-leftbar-row[data-v-be4d0e3f] .dt-leftbar-row__description{display:block;font-weight:var(--leftbar-row-description-font-weight);font-size:var(--leftbar-row-description-font-size);line-height:var(--leftbar-row-description-line-height);color:var(--leftbar-row-description-color-foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dt-leftbar-row[data-v-be4d0e3f] .dt-leftbar-row__status{display:block;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(--dt-space-100);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dt-leftbar-row__meta-custom[data-v-be4d0e3f]:not(:empty) .dt-leftbar-row__meta-context~.dt-leftbar-row__meta-custom:not(:empty):before{content:" • ";color:var(--dt-theme-sidebar-status-color-foreground)}.dt-leftbar-row__icon-cc[data-v-be4d0e3f]{border-radius:var(--dt-size-200);width:calc(var(--dt-size-300) * 3.5);height:calc(var(--dt-size-300) * 3.5)}.opacity-pulsate[data-v-be4d0e3f]{-webkit-animation-name:opacity-pulsate-be4d0e3f;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate-be4d0e3f;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate-be4d0e3f;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}@-webkit-keyframes opacity-pulsate-be4d0e3f{0%,to{opacity:.2}50%{opacity:1}}@-moz-keyframes opacity-pulsate-be4d0e3f{0%,to{opacity:.2}50%{opacity:1}}@keyframes opacity-pulsate-be4d0e3f{0%,to{opacity:.2}50%{opacity:1}}@keyframes wave-be4d0e3f{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(--dt-space-200) var(--dt-space-500) var(--dt-space-200) var(--dt-space-400);gap:var(--dt-space-300);font-size:var(--dt-font-size-100);box-shadow:var(--dt-shadow-medium);border-radius:var(--dt-size-radius-pill);border:none;line-height:var(--dt-font-line-height-600);cursor:pointer}.dt-leftbar-unread-pill--mentions{font-weight:var(--dt-font-weight-bold);background-color:var(--dt-theme-mention-color-background);color:var(--dt-theme-mention-color-foreground)}.dt-leftbar-unread-pill--messages{background-color:var(--dt-color-surface-contrast);color:var(--dt-color-foreground-secondary-inverted)}content-text-wrapper-class:not(img){line-height:1.6rem}.feed-item-row{transition-duration:2s!important}.dt-recipe-callbox[data-v-de9e7394]{padding:0;color:var(--dt-color-foreground-primary);background-color:var(--dt-color-surface-primary);border-radius:var(--dt-size-radius-300)}.dt-recipe-callbox[data-v-de9e7394] .dt-item-layout--left{justify-content:flex-start;padding-right:0}.dt-recipe-callbox[data-v-de9e7394] .dt-item-layout--content{overflow:hidden}.dt-recipe-callbox[data-v-de9e7394] .dt-item-layout--bottom{margin-top:0}.dt-recipe-callbox[data-v-de9e7394] .dt-item-layout--right{flex-shrink:0}.dt-recipe-callbox--video[data-v-de9e7394]{border-radius:var(--dt-size-radius-200) var(--dt-size-radius-200) 0 0;overflow:hidden;height:calc(var(--dt-size-760) + var(--dt-size-650));margin-bottom:var(--dt-size-300-negative)}.dt-recipe-callbox--video[data-v-de9e7394] img{object-fit:cover;width:100%;height:100%}.dt-recipe-callbox--main-content[data-v-de9e7394]{padding:0;border-radius:var(--dt-size-radius-300);border:var(--dt-size-border-100) solid transparent}.dt-recipe-callbox--main-content.dt-recipe-callbox--border-default[data-v-de9e7394]{border-color:var(--dt-color-border-default)}.dt-recipe-callbox--main-content.dt-recipe-callbox--border-ai[data-v-de9e7394]{background:linear-gradient(var(--dt-color-surface-primary),var(--dt-color-surface-primary)) padding-box,linear-gradient(135deg,var(--dt-color-border-accent),var(--dt-color-border-brand)) border-box}.dt-recipe-callbox--main-content.dt-recipe-callbox--border-critical[data-v-de9e7394]{background:radial-gradient(var(--dt-color-surface-primary),var(--dt-color-surface-primary)) padding-box,radial-gradient(circle,#E7301D,#F78B23) border-box}.dt-recipe-callbox--bottom-content[data-v-de9e7394]{border-top:1px solid var(--dt-color-border-subtle)}.dt-recipe-callbox--title[data-v-de9e7394]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:var(--dt-color-foreground-primary);background-color:var(--dt-color-surface-primary);font-weight:var(--dt-font-weight-bold)}.dt-recipe-callbox--subtitle[data-v-de9e7394]{padding:0;min-height:auto;font-size:var(--dt-font-size-100)}.dt-recipe-callbox--subtitle-badge[data-v-de9e7394]{padding-top:var(--dt-space-300)}.dt-recipe-callbox--subtitle-content[data-v-de9e7394] :last-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:var(--dt-color-foreground-tertiary);background-color:var(--dt-color-surface-primary)}.dt-recipe-callbox .dt-recipe-callbox-badge--warning[data-v-de9e7394]{background-color:var(--dt-color-surface-warning)}.skeleton-placeholder{display:flex;stroke:none;fill:var(--placeholder-from-color, var(--dt-color-black-300));background:var(--placeholder-from-color, var(--dt-color-black-300))}.skeleton-placeholder--animate{animation-name:placeholder-throb;animation-iteration-count:infinite}@keyframes placeholder-throb{10%{fill:var(--placeholder-from-color, var(--dt-color-black-300));background:var(--placeholder-from-color, var(--dt-color-black-300))}50%{fill:var(--placeholder-to-color, var(--dt-color-black-100));background:var(--placeholder-to-color, var(--dt-color-black-100))}90%{fill:var(--placeholder-from-color, var(--dt-color-black-300));background:var(--placeholder-from-color, var(--dt-color-black-300))}}
|
|
1
|
+
.d-avatar--image-loaded{background-color:transparent;background-image:unset}.d-avatar__count,.d-avatar__presence{z-index:var(--zi-base)}.d-avatar__overlay{background-color:var(--dt-color-surface-contrast-opaque);opacity:var(--dt-opacity-900);position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:var(--dt-size-radius-circle);z-index:var(--zi-base)}.d-avatar__overlay-icon{color:var(--dt-color-foreground-primary-inverted);width:100%}.d-avatar__overlay-text{color:var(--dt-color-foreground-primary-inverted);font-weight:var(--dt-font-weight-bold);font-size:var(--dt-font-size-200);width:100%;text-align:center}.d-avatar--clickable{--avatar-color-border: transparent;cursor:pointer;padding:0;background-color:transparent;border-radius:var(--dt-size-radius-circle);border:var(--dt-size-border-100) solid var(--avatar-color-border)}.d-avatar--clickable:focus-visible{outline:none;box-shadow:var(--dt-shadow-focus)}.d-avatar--clickable:hover{--avatar-color-border: var(--dt-color-border-default)}.d-avatar--clickable:active{--avatar-color-border: var(--dt-color-border-moderate);transform:scale(.98)}.dt-item-layout[data-v-9afad3c4]{align-items:stretch}.dt-item-layout--content[data-v-9afad3c4]{display:flex;flex-direction:column;justify-content:center}.dt-item-layout--selected[data-v-9afad3c4]{display:flex;align-items:center}.dt-list-item{list-style:none}.dt-list-item:not(.dt-list-item--static){cursor:pointer;border-radius:var(--dt-size-300)}.dt-list-item--focusable:focus,.dt-list-item--focusable:focus-within,.dt-list-item--highlighted{background-color:var(--dt-color-surface-moderate-opaque)}.dt-list-item--highlighted:active{background-color:var(--dt-color-surface-bold-opaque)}.dt-list-item--selected-icon{margin-left:var(--dt-space-400)}.dt-list-item :focus-visible{outline:none;box-shadow:var(--dt-shadow-focus)}.dt-empty-list-item{display:flex;align-items:center;justify-content:center;font-size:var(--dt-font-size-200);line-height:var(--lh4);padding:var(--dt-space-300) var(--dt-space-450)}.enter-active,.leave-active{overflow:hidden;transition:height var(--td300) var(--ttf-quint)}.tippy-box[data-popper-reference-hidden] .d-popover__dialog,.tippy-box[data-popper-escaped] .d-popover__dialog{visibility:hidden;pointer-events:none}.d-context-menu-list{width:var(--dt-size-850)}.dt-list-item[role=menuitem]{border-radius:var(--dt-size-300)}.dt-list-separator{border-top:var(--dt-size-100) solid var(--dt-color-border-default);list-style:none}.dt-list-section[tabindex="-1"]:focus{outline:none}.tippy-box[data-popper-reference-hidden] .d-tooltip,.tippy-box[data-popper-escaped] .d-tooltip{visibility:hidden;pointer-events:none}.dt-recipe-callbar-button:not(.dt-recipe-callbar-button--circle){line-height:var(--dt-font-line-height-300)}.dt-recipe-callbar-button--circle{border-radius:var(--dt-size-radius-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--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:var(--dt-space-350-negative);margin-left:calc(var(--dt-space-300-negative) * 5);width:var(--dt-size-500);height:var(--dt-size-500);padding:var(--dt-space-400);border-radius:var(--dt-size-300)}.dt-recipe--callbar-button-with-popover--arrow.d-btn--circle.d-btn--active{background:var(--dt-color-surface-moderate-opaque)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header{background:var(--dt-color-surface-contrast);color:var(--dt-color-foreground-primary-inverted)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header .d-btn{color:var(--dt-color-foreground-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(--dt-color-surface-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}.dt-contact-info[data-v-3d0f9d2e]{--contact-info-avatar-border-color: var(--dt-color-surface-primary);display:flex}.dt-contact-info[data-v-3d0f9d2e] .dt-item-layout{flex:1 1 0}.dt-contact-info[data-v-3d0f9d2e] .dt-item-layout--content{min-width:var(--dt-space-825)}.dt-contact-info[data-v-3d0f9d2e] .dt-item-layout--left{min-width:var(--dt-space-650);justify-content:flex-start;align-items:center}.dt-contact-info[data-v-3d0f9d2e] .dt-item-layout--right{min-width:0;align-items:center}.dt-contact-info--avatars .d-avatar[data-v-3d0f9d2e]{border-radius:var(--dt-size-radius-pill);border:var(--dt-size-300) solid var(--contact-info-avatar-border-color);box-sizing:unset}.d-top-banner-info__left{margin:var(--dt-space-300) 0 var(--dt-space-300) var(--dt-space-500);min-width:20%}.d-top-banner-info__middle{display:flex;align-items:center;gap:var(--dt-size-300)}.d-top-banner-info__right{display:flex;align-items:baseline;justify-content:flex-end;gap:var(--dt-size-300);margin:var(--dt-space-300) var(--dt-space-500) var(--dt-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(--dt-color-purple-600);background-color:var(--dt-color-purple-600)}.dt-chip-content{font-variant-numeric:tabular-nums}.settings-menu-button[data-v-4ee1371d]{padding:var(--dt-space-0);border-radius:var(--dt-size-550);height:var(--dt-size-600);width:var(--dt-size-550);color:var(--dt-theme-topbar-button-color-foreground);background-color:var(--dt-theme-topbar-button-color-background)}.settings-menu-button[data-v-4ee1371d]:hover{background-color:var(--dt-theme-topbar-button-color-background-hover);color:var(--dt-theme-topbar-button-color-foreground-hover)}.settings-menu-button[data-v-4ee1371d]:active{background-color:var(--dt-theme-topbar-button-color-background-active)}.settings-menu-button-update[data-v-4ee1371d]{background-color:hsla(var(--dt-color-blue-200-hsl) / 25%);color:var(--dt-color-blue-500);border-color:hsla(var(--dt-color-blue-200-hsl) / 25%);border-radius:var(--dt-size-radius-pill);height:var(--dt-size-600)}.settings-menu-button-update[data-v-4ee1371d]:hover{background-color:hsla(var(--dt-color-blue-200-hsl) / 50%);color:var(--dt-theme-topbar-button-color-foreground-hover)}.dt-leftbar-row[data-v-be4d0e3f]{--leftbar-row-color-foreground: var(--dt-theme-sidebar-color-foreground);--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background);--leftbar-row-radius: var(--dt-size-radius-pill);--leftbar-row-opacity: 100%;--leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-icon-color-foreground);--leftbar-row-alpha-width: calc(var(--dt-size-300) * 10);--leftbar-row-alpha-height: calc(var(--dt-size-300) * 9);--leftbar-row-omega-height: var(--leftbar-row-alpha-height);--leftbar-row-unread-badge-display: inline-flex;--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground);--leftbar-row-description-font-weight: var(--dt-font-weight-normal);--leftbar-row-description-font-size: var(--dt-font-size-200);--leftbar-row-description-line-height: var(--dt-font-line-height-200);--leftbar-row-status-color-foreground: var(--dt-theme-sidebar-status-color-foreground);--leftbar-row-status-font-size: var(--dt-font-size-100);--leftbar-row-status-line-height: var(--dt-font-line-height-100);--leftbar-row-action-position-right: var(--dt-size-400);--leftbar-row-action-position-bottom: 50%;--leftbar-row-action-width: var(--dt-size-550);--leftbar-row-action-height: var(--leftbar-row-action-width);position:relative;opacity:var(--leftbar-row-opacity);display:flex;background-color:var(--dt-theme-sidebar-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);cursor:pointer}.dt-leftbar-row[data-v-be4d0e3f]:not(.dt-leftbar-row--no-action):hover,.dt-leftbar-row[data-v-be4d0e3f]:not(.dt-leftbar-row--no-action):focus-within{--leftbar-row-unread-badge-display: none}.dt-leftbar-row[data-v-be4d0e3f]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action,.dt-leftbar-row[data-v-be4d0e3f]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action{display:inline-flex}.dt-leftbar-row[data-v-be4d0e3f]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action-button,.dt-leftbar-row[data-v-be4d0e3f]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action-button{opacity:1}.dt-leftbar-row[data-v-be4d0e3f]:hover,.dt-leftbar-row[data-v-be4d0e3f]:focus-within{--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-hover)}.dt-leftbar-row[data-v-be4d0e3f]:hover .d-presence,.dt-leftbar-row[data-v-be4d0e3f]:focus-within .d-presence{--presence-color-border-base: var(--dt-color-black-200)}.dt-leftbar-row[data-v-be4d0e3f]:hover .d-avatar__count,.dt-leftbar-row[data-v-be4d0e3f]:focus-within .d-avatar__count{--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background)}.dt-leftbar-row--has-unread[data-v-be4d0e3f]{--leftbar-row-description-font-weight: var(--dt-font-weight-bold);--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);--leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-color-foreground-unread)}.dt-leftbar-row--unread-count[data-v-be4d0e3f] .dt-leftbar-row__action{display:none}.dt-leftbar-row--muted[data-v-be4d0e3f]{--leftbar-row-opacity: 60%}.dt-leftbar-row--selected[data-v-be4d0e3f]{--leftbar-row-color-background: var(--dt-theme-sidebar-selected-row-color-background);--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-selected-row-color-foreground)}.dt-leftbar-row--selected[data-v-be4d0e3f] .d-presence{--presence-color-border-base: var(--dt-color-black-200)}.dt-leftbar-row--selected[data-v-be4d0e3f] .d-avatar__count{--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background)}.dt-leftbar-row__is-typing[data-v-be4d0e3f]{--is-typing-size-shape: var(--dt-size-550);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(--dt-size-radius-pill);opacity:.75}.dt-leftbar-row__is-typing span[data-v-be4d0e3f]{transition:all .5s ease;background:var(--dt-color-surface-strong);height:4px;width:4px;display:inline-block;padding:0;opacity:.3;border-radius:var(--dt-size-radius-pill);animation:wave-be4d0e3f 1.5s ease infinite}.dt-leftbar-row__is-typing span[data-v-be4d0e3f]:nth-child(1){animation-delay:0ms}.dt-leftbar-row__is-typing span[data-v-be4d0e3f]:nth-child(2){animation-delay:var(--td100)}.dt-leftbar-row__is-typing span[data-v-be4d0e3f]:nth-child(3){animation-delay:var(--td200)}.dt-leftbar-row__primary[data-v-be4d0e3f]{display:flex;align-items:center;flex:1;width:100%;text-align:left;background-color:var(--leftbar-row-color-background);color:var(--leftbar-row-color-foreground);text-decoration:none;appearance:none;font-size:inherit;line-height:inherit;margin:0;border:0;padding:0;border-radius:var(--leftbar-row-radius)}.dt-leftbar-row__primary[data-v-be4d0e3f]:active{--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-active)}.dt-leftbar-row__primary[data-v-be4d0e3f]:focus-visible{box-shadow:var(--dt-shadow-focus-inset)}.dt-leftbar-row__action-button[data-v-be4d0e3f]{opacity:0;width:var(--leftbar-row-action-width);height:var(--leftbar-row-action-height)}.dt-leftbar-row__alpha[data-v-be4d0e3f]{color:var(--leftbar-row-alpha-color-foreground);display:flex;box-sizing:border-box;justify-content:center;align-items:center;padding-left:var(--dt-space-400);padding-right:var(--dt-space-400);width:var(--leftbar-row-alpha-width);height:var(--leftbar-row-alpha-height);border-radius:var(--leftbar-row-radius) 0 0 var(--leftbar-row-radius)}.dt-leftbar-row__label[data-v-be4d0e3f]{flex:0 1;min-width:0}.dt-leftbar-row__omega[data-v-be4d0e3f]{position:absolute;display:flex;right:var(--leftbar-row-action-position-right);top:var(--leftbar-row-action-position-bottom);transform:translateY(calc(var(--leftbar-row-action-position-bottom) * -1));gap:var(--dt-space-300);justify-content:flex-end;align-items:center;box-sizing:border-box;border-radius:var(--leftbar-row-radius)}.dt-leftbar-row__unread-badge[data-v-be4d0e3f]{display:var(--leftbar-row-unread-badge-display)}.dt-leftbar-row__active-voice[data-v-be4d0e3f]{color:var(--dt-color-foreground-success);display:inline-flex;-webkit-animation-name:opacity-pulsate-be4d0e3f;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate-be4d0e3f;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate-be4d0e3f;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}.dt-leftbar-row__dnd[data-v-be4d0e3f]{padding-top:var(--dt-space-200);padding-right:var(--dt-space-300);color:var(--dt-color-foreground-tertiary);font-size:var(--dt-font-size-100);line-height:var(--dt-font-line-height-400);font-weight:var(--dt-font-weight-medium)}.dt-leftbar-row[data-v-be4d0e3f] .dt-leftbar-row__description{display:block;font-weight:var(--leftbar-row-description-font-weight);font-size:var(--leftbar-row-description-font-size);line-height:var(--leftbar-row-description-line-height);color:var(--leftbar-row-description-color-foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dt-leftbar-row[data-v-be4d0e3f] .dt-leftbar-row__status{display:block;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(--dt-space-100);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dt-leftbar-row__meta-custom[data-v-be4d0e3f]:not(:empty) .dt-leftbar-row__meta-context~.dt-leftbar-row__meta-custom:not(:empty):before{content:" • ";color:var(--dt-theme-sidebar-status-color-foreground)}.dt-leftbar-row__icon-cc[data-v-be4d0e3f]{border-radius:var(--dt-size-200);width:calc(var(--dt-size-300) * 3.5);height:calc(var(--dt-size-300) * 3.5)}.opacity-pulsate[data-v-be4d0e3f]{-webkit-animation-name:opacity-pulsate-be4d0e3f;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate-be4d0e3f;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate-be4d0e3f;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}@-webkit-keyframes opacity-pulsate-be4d0e3f{0%,to{opacity:.2}50%{opacity:1}}@-moz-keyframes opacity-pulsate-be4d0e3f{0%,to{opacity:.2}50%{opacity:1}}@keyframes opacity-pulsate-be4d0e3f{0%,to{opacity:.2}50%{opacity:1}}@keyframes wave-be4d0e3f{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(--dt-space-200) var(--dt-space-500) var(--dt-space-200) var(--dt-space-400);gap:var(--dt-space-300);font-size:var(--dt-font-size-100);box-shadow:var(--dt-shadow-medium);border-radius:var(--dt-size-radius-pill);border:none;line-height:var(--dt-font-line-height-600);cursor:pointer}.dt-leftbar-unread-pill--mentions{font-weight:var(--dt-font-weight-bold);background-color:var(--dt-theme-mention-color-background);color:var(--dt-theme-mention-color-foreground)}.dt-leftbar-unread-pill--messages{background-color:var(--dt-color-surface-contrast);color:var(--dt-color-foreground-secondary-inverted)}.dt-feed-item-row[data-v-5f107637]{transition-duration:2s!important}.dt-feed-item-row .content-text-wrapper-class[data-v-5f107637]:not(img){line-height:1.6rem}.dt-feed-item-row[data-v-5f107637] .dt-item-layout--left .d-avatar{align-self:flex-start;margin-top:var(--dt-space-300)}.dt-feed-item-pill--border[data-v-4bd1c0c2]{border:double 1px transparent;border-radius:4.8rem;background-origin:border-box;background-clip:content-box,border-box;overflow:hidden}.dt-feed-item-pill--border-default[data-v-4bd1c0c2]{background:var(--dt-color-border-default)}.dt-feed-item-pill--border-ai[data-v-4bd1c0c2]{background-image:linear-gradient(var(--dt-color-surface-primary),var(--dt-color-surface-primary)),var(--dt-badge-color-background-ai)}.dt-feed-item-pill--border-critical[data-v-4bd1c0c2]{background:var(--dt-color-foreground-critical)}.dt-feed-item-pill--icon[data-v-4bd1c0c2]{animation:fade-4bd1c0c2 .15s ease-in}@keyframes fade-4bd1c0c2{0%{transform:scale(0)}to{transform:scale(1)}}.dt-recipe-callbox[data-v-bc0a3507]{padding:0;color:var(--dt-color-foreground-primary);background-color:var(--dt-color-surface-primary);border-radius:var(--dt-size-radius-300)}.dt-recipe-callbox--video[data-v-bc0a3507]{border-radius:var(--dt-size-radius-200) var(--dt-size-radius-200) 0 0;overflow:clip;height:calc(var(--dt-size-760) + var(--dt-size-650));margin-bottom:var(--dt-size-300-negative)}.dt-recipe-callbox--video[data-v-bc0a3507] img{object-fit:cover;width:100%;height:100%}.dt-recipe-callbox--main-content[data-v-bc0a3507]{padding:0;border-radius:var(--dt-size-radius-300);border:var(--dt-size-border-100) solid transparent;align-items:stretch}.dt-recipe-callbox--main-content.dt-recipe-callbox--border-default[data-v-bc0a3507]{border-color:var(--dt-color-border-default)}.dt-recipe-callbox--main-content.dt-recipe-callbox--border-ai[data-v-bc0a3507]{background:linear-gradient(var(--dt-color-surface-primary),var(--dt-color-surface-primary)) padding-box,linear-gradient(135deg,var(--dt-color-border-accent),var(--dt-color-border-brand)) border-box}.dt-recipe-callbox--main-content.dt-recipe-callbox--border-critical[data-v-bc0a3507]{background:radial-gradient(var(--dt-color-surface-primary),var(--dt-color-surface-primary)) padding-box,radial-gradient(circle,#E7301D,#F78B23) border-box}.dt-recipe-callbox--main-content-top[data-v-bc0a3507]{display:flex;align-items:center;padding:var(--dt-space-350) var(--dt-space-400)}.dt-recipe-callbox--main-content-bottom[data-v-bc0a3507]{border-top:1px solid var(--dt-color-border-subtle)}.dt-recipe-callbox--avatar[data-v-bc0a3507]{margin-right:var(--dt-space-400)}.dt-recipe-callbox--content[data-v-bc0a3507]{display:flex;flex-direction:column;flex:1 0 auto;min-width:0}.dt-recipe-callbox--content-title[data-v-bc0a3507]{overflow:clip;white-space:nowrap;text-overflow:ellipsis;color:var(--dt-color-foreground-primary);background-color:var(--dt-color-surface-primary);font-weight:var(--dt-font-weight-bold);border:none;padding:0;width:0;min-width:100%;text-align:left;user-select:text;line-height:normal}.dt-recipe-callbox--content-badge[data-v-bc0a3507]{line-height:normal}.dt-recipe-callbox--content-subtitle[data-v-bc0a3507]{padding:0;font-size:var(--dt-font-size-100);color:var(--dt-color-foreground-tertiary);line-height:normal;overflow:hidden;width:0;min-width:100%}.dt-recipe-callbox--right[data-v-bc0a3507]{display:flex;justify-content:right}.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-bc0a3507]{cursor:pointer;user-select:none;border-radius:var(--dt-size-100)}.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-bc0a3507]:focus-visible{outline:none;box-shadow:var(--dt-shadow-focus)}.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-bc0a3507]:hover{background-color:var(--dt-action-color-background-muted-hover)}.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-bc0a3507]:active{background-color:var(--dt-action-color-background-muted-active)}.dt-recipe-callbox .dt-recipe-callbox-badge--warning[data-v-bc0a3507]{background-color:var(--dt-color-surface-warning)}.skeleton-placeholder{display:flex;stroke:none;fill:var(--placeholder-from-color, var(--dt-color-black-300));background:var(--placeholder-from-color, var(--dt-color-black-300))}.skeleton-placeholder--animate{animation-name:placeholder-throb;animation-iteration-count:infinite}@keyframes placeholder-throb{10%{fill:var(--placeholder-from-color, var(--dt-color-black-300));background:var(--placeholder-from-color, var(--dt-color-black-300))}50%{fill:var(--placeholder-to-color, var(--dt-color-black-100));background:var(--placeholder-to-color, var(--dt-color-black-100))}90%{fill:var(--placeholder-from-color, var(--dt-color-black-300));background:var(--placeholder-from-color, var(--dt-color-black-300))}}
|
|
@@ -7,6 +7,22 @@ export function getUniqueString(prefix?: string): string;
|
|
|
7
7
|
* @returns {*} - the random element
|
|
8
8
|
*/
|
|
9
9
|
export function getRandomElement(array: any, seed: string): any;
|
|
10
|
+
/**
|
|
11
|
+
* Returns a hash code for a string.
|
|
12
|
+
* (Compatible to Java's String.hashCode())
|
|
13
|
+
* We use this algo to be in sync with android.
|
|
14
|
+
*
|
|
15
|
+
* The hash code for a string object is computed as
|
|
16
|
+
* s[0]*31^(n-1) + s[1]*31^(n-2) + ... + s[n-1]
|
|
17
|
+
* using number arithmetic, where s[i] is the i th character
|
|
18
|
+
* of the given string, n is the length of the string,
|
|
19
|
+
* and ^ indicates exponentiation.
|
|
20
|
+
* (The hash value of the empty string is zero.)
|
|
21
|
+
*
|
|
22
|
+
* @param {string} str a string
|
|
23
|
+
* @return {number} a hash code value for the given string.
|
|
24
|
+
*/
|
|
25
|
+
export function javaHashCode(str: string): number;
|
|
10
26
|
/**
|
|
11
27
|
* Generate a random integer
|
|
12
28
|
* @param {number} max - max range of integer to generate
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../common/utils.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../common/utils.js"],"names":[],"mappings":"AAqBA,yDAEC;AAED;;;;;;GAMG;AACH,mDAJW,MAAM,OAWhB;AAED;;;;;;;;;;;;;;GAcG;AACH,kCAHW,MAAM,GACL,MAAM,CASjB;AAED;;;;GAIG;AACH,kCAHW,MAAM,GACJ,MAAM,CAIlB;AAED,mDAeC;AAED,qEAQC;AAOD,0EAgBC;AAED,yFAMC;AAED,0DAEC;AAsDD,4DAGC;AAED;;;;;GAKG;AAEH,yCAJY,WAAW,GACX,MAAM,CAejB;AAoED;;;;;GAKG;AACH,gDAJW,MAAM,cACN,MAAM,GACJ,MAAM,CAmBlB;AAeD;;;;GAIG;AACH,qCAHW,MAAM,GAAC,MAAM,GACX,OAAO,CAMnB;AAED;;;;GAIG;AACH,6BAHW,MAAM,GACJ,OAAO,CAMnB;AAED;;;;GAIG;AACH,sCAHW,MAAM,GACJ,OAAO,CAKnB;AAED;;;;;GAKG;AACH,2DAEC;;;;;IAtNC,uCAOC;;AAGI,8CAIN;AAOM,oDAFM,MAAM,CAOlB;AAOM,oDAFM,MAAM,CAMlB;AA+HD,+BAQE"}
|
|
@@ -140,6 +140,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
140
140
|
type: StringConstructor;
|
|
141
141
|
default: string;
|
|
142
142
|
};
|
|
143
|
+
/**
|
|
144
|
+
* Makes the avatar focusable and clickable,
|
|
145
|
+
* emits a click event when clicked.
|
|
146
|
+
*/
|
|
147
|
+
clickable: {
|
|
148
|
+
type: BooleanConstructor;
|
|
149
|
+
default: boolean;
|
|
150
|
+
};
|
|
143
151
|
}, {}, {
|
|
144
152
|
AVATAR_SIZE_MODIFIERS: {
|
|
145
153
|
xs: string;
|
|
@@ -175,6 +183,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
175
183
|
formattedGroup(): any;
|
|
176
184
|
validatedSize(): any;
|
|
177
185
|
showImage(): any;
|
|
186
|
+
buttonAriaLabel(): any;
|
|
178
187
|
}, {
|
|
179
188
|
setImageListeners(): Promise<void>;
|
|
180
189
|
formatInitials(string: any): void;
|
|
@@ -182,7 +191,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
182
191
|
_loadedImageEventHandler(el: any): void;
|
|
183
192
|
_erroredImageEventHandler(el: any): void;
|
|
184
193
|
validateProps(): void;
|
|
185
|
-
|
|
194
|
+
handleClick(e: any): void;
|
|
195
|
+
}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, "click"[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
186
196
|
/**
|
|
187
197
|
* Id of the avatar content wrapper element
|
|
188
198
|
*/
|
|
@@ -324,6 +334,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
324
334
|
type: StringConstructor;
|
|
325
335
|
default: string;
|
|
326
336
|
};
|
|
337
|
+
/**
|
|
338
|
+
* Makes the avatar focusable and clickable,
|
|
339
|
+
* emits a click event when clicked.
|
|
340
|
+
*/
|
|
341
|
+
clickable: {
|
|
342
|
+
type: BooleanConstructor;
|
|
343
|
+
default: boolean;
|
|
344
|
+
};
|
|
327
345
|
}>>, {
|
|
328
346
|
presence: string;
|
|
329
347
|
id: string;
|
|
@@ -343,6 +361,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
343
361
|
overlayText: string;
|
|
344
362
|
overlayClass: string | Record<string, any> | unknown[];
|
|
345
363
|
imageAlt: string;
|
|
364
|
+
clickable: boolean;
|
|
346
365
|
}>;
|
|
347
366
|
export default _default;
|
|
348
367
|
//# sourceMappingURL=avatar.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"avatar.vue.d.ts","sourceRoot":"","sources":["../../../../components/avatar/avatar.vue.js"],"names":[],"mappings":";IA+BI;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;OAEG
|
|
1
|
+
{"version":3,"file":"avatar.vue.d.ts","sourceRoot":"","sources":["../../../../components/avatar/avatar.vue.js"],"names":[],"mappings":";IA+BI;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IApKH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG"}
|
|
@@ -36,7 +36,7 @@ export namespace AVATAR_ICON_SIZES {
|
|
|
36
36
|
let xl_1: string;
|
|
37
37
|
export { xl_1 as xl };
|
|
38
38
|
}
|
|
39
|
-
export const AVATAR_COLORS:
|
|
39
|
+
export const AVATAR_COLORS: string[];
|
|
40
40
|
export function AVATAR_GROUP_VALIDATOR(group: any): boolean;
|
|
41
41
|
declare namespace _default {
|
|
42
42
|
export { AVATAR_SIZE_MODIFIERS };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"avatar_constants.d.ts","sourceRoot":"","sources":["../../../../components/avatar/avatar_constants.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmCA,
|
|
1
|
+
{"version":3,"file":"avatar_constants.d.ts","sourceRoot":"","sources":["../../../../components/avatar/avatar_constants.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmCA,qCAmBE;AAEK,4DAAmD"}
|
|
@@ -6,7 +6,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6
6
|
*/
|
|
7
7
|
code: {
|
|
8
8
|
type: StringConstructor;
|
|
9
|
-
|
|
9
|
+
required: true;
|
|
10
10
|
};
|
|
11
11
|
/**
|
|
12
12
|
* The size of the emoji. Can be any of the icon size utility classes from
|
|
@@ -66,7 +66,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
66
66
|
*/
|
|
67
67
|
code: {
|
|
68
68
|
type: StringConstructor;
|
|
69
|
-
|
|
69
|
+
required: true;
|
|
70
70
|
};
|
|
71
71
|
/**
|
|
72
72
|
* The size of the emoji. Can be any of the icon size utility classes from
|
|
@@ -106,7 +106,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
106
106
|
default: boolean;
|
|
107
107
|
};
|
|
108
108
|
}>>, {
|
|
109
|
-
code: string;
|
|
110
109
|
size: string;
|
|
111
110
|
ariaLabel: string;
|
|
112
111
|
imgClass: string | Record<string, any> | unknown[];
|
package/dist/types/index.d.ts
CHANGED
|
@@ -54,6 +54,7 @@ export * from "./recipes/leftbar/group_row";
|
|
|
54
54
|
export * from "./recipes/leftbar/contact_row";
|
|
55
55
|
export * from "./recipes/leftbar/unread_pill";
|
|
56
56
|
export * from "./recipes/conversation_view/feed_item_row";
|
|
57
|
+
export * from "./recipes/conversation_view/feed_pill";
|
|
57
58
|
export * from "./recipes/conversation_view/time_pill";
|
|
58
59
|
export * from "./recipes/conversation_view/emoji_row";
|
|
59
60
|
export * from "./recipes/leftbar/callbox";
|
package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts
CHANGED
|
@@ -131,9 +131,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
131
131
|
showPopover(): boolean;
|
|
132
132
|
}, {
|
|
133
133
|
arrowClick(ev: any): boolean;
|
|
134
|
+
toggleOpen(): boolean;
|
|
135
|
+
syncOpenState(): void;
|
|
134
136
|
buttonClick(ev: any): void;
|
|
135
137
|
onModalIsOpened(isOpened: any): void;
|
|
136
|
-
}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, ("click" | "opened" | "
|
|
138
|
+
}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, ("click" | "opened" | "arrow-click")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
137
139
|
/**
|
|
138
140
|
* Id for the item.
|
|
139
141
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callbar_button_with_popover.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js"],"names":[],"mappings":";IAqBI;;OAEG;;;;;IAQH;;OAEG;;;;;;IASH;;OAEG;;;;;;IASH;;;;;;;OAOG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;IAeH;;OAEG;;;;;IAMH;;OAEG
|
|
1
|
+
{"version":3,"file":"callbar_button_with_popover.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js"],"names":[],"mappings":";IAqBI;;OAEG;;;;;IAQH;;OAEG;;;;;;IASH;;OAEG;;;;;;IASH;;;;;;;OAOG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;IAeH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;IA9IH;;OAEG;;;;;IAQH;;OAEG;;;;;;IASH;;OAEG;;;;;;IASH;;;;;;;OAOG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;IAeH;;OAEG;;;;;IAMH;;OAEG"}
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* Accepts a DtIcon name to be shown in the left
|
|
4
|
+
*/
|
|
5
|
+
iconName: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: () => "";
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* Bolded primary text
|
|
11
|
+
*/
|
|
12
|
+
title: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: () => "";
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Additional styling around the pill
|
|
18
|
+
*/
|
|
19
|
+
wrapperClass: {
|
|
20
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* Additional styling for the pill
|
|
25
|
+
*/
|
|
26
|
+
buttonClass: {
|
|
27
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Aria label for feed pill
|
|
32
|
+
*/
|
|
33
|
+
ariaLabel: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
required: true;
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* Sets whether the pill can be toggled (Icon changing on hover, expanding and collapsing, pointer)
|
|
39
|
+
*/
|
|
40
|
+
toggleable: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: () => true;
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* Callbox border color
|
|
46
|
+
* @values default, ai, critical
|
|
47
|
+
*/
|
|
48
|
+
borderColor: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: string;
|
|
51
|
+
validator: (color: unknown) => boolean;
|
|
52
|
+
};
|
|
53
|
+
}, {}, {
|
|
54
|
+
hover: boolean;
|
|
55
|
+
expanded: boolean;
|
|
56
|
+
}, {
|
|
57
|
+
computedIcon(): any;
|
|
58
|
+
toggleableClass(): "" | "d-c-pointer";
|
|
59
|
+
borderClass(): any;
|
|
60
|
+
}, {
|
|
61
|
+
onClick(): void;
|
|
62
|
+
}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
63
|
+
/**
|
|
64
|
+
* Accepts a DtIcon name to be shown in the left
|
|
65
|
+
*/
|
|
66
|
+
iconName: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: () => "";
|
|
69
|
+
};
|
|
70
|
+
/**
|
|
71
|
+
* Bolded primary text
|
|
72
|
+
*/
|
|
73
|
+
title: {
|
|
74
|
+
type: StringConstructor;
|
|
75
|
+
default: () => "";
|
|
76
|
+
};
|
|
77
|
+
/**
|
|
78
|
+
* Additional styling around the pill
|
|
79
|
+
*/
|
|
80
|
+
wrapperClass: {
|
|
81
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
84
|
+
/**
|
|
85
|
+
* Additional styling for the pill
|
|
86
|
+
*/
|
|
87
|
+
buttonClass: {
|
|
88
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
89
|
+
default: string;
|
|
90
|
+
};
|
|
91
|
+
/**
|
|
92
|
+
* Aria label for feed pill
|
|
93
|
+
*/
|
|
94
|
+
ariaLabel: {
|
|
95
|
+
type: StringConstructor;
|
|
96
|
+
required: true;
|
|
97
|
+
};
|
|
98
|
+
/**
|
|
99
|
+
* Sets whether the pill can be toggled (Icon changing on hover, expanding and collapsing, pointer)
|
|
100
|
+
*/
|
|
101
|
+
toggleable: {
|
|
102
|
+
type: BooleanConstructor;
|
|
103
|
+
default: () => true;
|
|
104
|
+
};
|
|
105
|
+
/**
|
|
106
|
+
* Callbox border color
|
|
107
|
+
* @values default, ai, critical
|
|
108
|
+
*/
|
|
109
|
+
borderColor: {
|
|
110
|
+
type: StringConstructor;
|
|
111
|
+
default: string;
|
|
112
|
+
validator: (color: unknown) => boolean;
|
|
113
|
+
};
|
|
114
|
+
}>>, {
|
|
115
|
+
title: string;
|
|
116
|
+
iconName: string;
|
|
117
|
+
buttonClass: string | Record<string, any> | unknown[];
|
|
118
|
+
borderColor: string;
|
|
119
|
+
wrapperClass: string | Record<string, any> | unknown[];
|
|
120
|
+
toggleable: boolean;
|
|
121
|
+
}>;
|
|
122
|
+
export default _default;
|
|
123
|
+
//# sourceMappingURL=feed_item_pill.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"feed_item_pill.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/feed_pill/feed_item_pill.vue.js"],"names":[],"mappings":";IAWI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;IAnDH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export namespace FEED_ITEM_PILL_BORDER_COLORS {
|
|
2
|
+
let _default: string;
|
|
3
|
+
export { _default as default };
|
|
4
|
+
export let ai: string;
|
|
5
|
+
export let critical: string;
|
|
6
|
+
}
|
|
7
|
+
declare namespace _default {
|
|
8
|
+
export { FEED_ITEM_PILL_BORDER_COLORS };
|
|
9
|
+
}
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=feed_item_pill_constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"feed_item_pill_constants.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/feed_pill/feed_item_pill_constants.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/feed_pill/index.js"],"names":[],"mappings":""}
|
|
@@ -54,11 +54,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
54
54
|
default: string;
|
|
55
55
|
validator: (color: unknown) => boolean;
|
|
56
56
|
};
|
|
57
|
+
/**
|
|
58
|
+
* Makes the callbox avatar and title clickable,
|
|
59
|
+
* emits a click event when clicked.
|
|
60
|
+
*/
|
|
61
|
+
clickable: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
57
65
|
}, {}, {}, {
|
|
58
66
|
shouldShowAvatar(): any;
|
|
59
67
|
badgeClass(): any;
|
|
60
68
|
borderClass(): any;
|
|
61
|
-
}, {
|
|
69
|
+
}, {
|
|
70
|
+
handleClick(e: any): void;
|
|
71
|
+
}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
62
72
|
/**
|
|
63
73
|
* Text for the badge element
|
|
64
74
|
*/
|
|
@@ -114,13 +124,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
124
|
default: string;
|
|
115
125
|
validator: (color: unknown) => boolean;
|
|
116
126
|
};
|
|
127
|
+
/**
|
|
128
|
+
* Makes the callbox avatar and title clickable,
|
|
129
|
+
* emits a click event when clicked.
|
|
130
|
+
*/
|
|
131
|
+
clickable: {
|
|
132
|
+
type: BooleanConstructor;
|
|
133
|
+
default: boolean;
|
|
134
|
+
};
|
|
117
135
|
}>>, {
|
|
118
136
|
title: string;
|
|
137
|
+
clickable: boolean;
|
|
119
138
|
avatarSeed: string;
|
|
120
|
-
badgeText: string;
|
|
121
|
-
badgeColor: string;
|
|
122
139
|
avatarSrc: string;
|
|
123
140
|
avatarFullName: string;
|
|
141
|
+
badgeText: string;
|
|
142
|
+
badgeColor: string;
|
|
124
143
|
borderColor: string;
|
|
125
144
|
}>;
|
|
126
145
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callbox.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/callbox/callbox.vue.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"callbox.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/callbox/callbox.vue.js"],"names":[],"mappings":";IAcI;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;;;;;;;IAjEH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG"}
|
|
@@ -28,6 +28,7 @@ export const LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS: {
|
|
|
28
28
|
'purple-100': string;
|
|
29
29
|
'magenta-400': string;
|
|
30
30
|
'magenta-100': string;
|
|
31
|
+
'black-300': string;
|
|
31
32
|
};
|
|
32
33
|
export const LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR: string;
|
|
33
34
|
export const LEFTBAR_GENERAL_ROW_ICON_SIZES: string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"general_row_constants.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/general_row/general_row_constants.js"],"names":[],"mappings":";;;;;;;;;;;;;;AAeA;;;;EAaE;AAEF
|
|
1
|
+
{"version":3,"file":"general_row_constants.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/general_row/general_row_constants.js"],"names":[],"mappings":";;;;;;;;;;;;;;AAeA;;;;EAaE;AAEF;;;;;;;;;;;;EAYE;AAEF,yEAC4F;AAE5F,sDAGE"}
|
|
@@ -57,6 +57,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
57
|
type: StringConstructor;
|
|
58
58
|
default: string;
|
|
59
59
|
};
|
|
60
|
+
/**
|
|
61
|
+
* The aria label of the avatar
|
|
62
|
+
*/
|
|
63
|
+
avatarAriaLabel: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
60
67
|
/**
|
|
61
68
|
* Determines whether to show the presence indicator for
|
|
62
69
|
* Avatar - accepts PRESENCE_STATES values: 'busy', 'away', 'offline',
|
|
@@ -82,7 +89,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
89
|
type: ArrayConstructor;
|
|
83
90
|
default: null;
|
|
84
91
|
};
|
|
85
|
-
}, {}, {}, {}, {
|
|
92
|
+
}, {}, {}, {}, {
|
|
93
|
+
avatarClick(): void;
|
|
94
|
+
}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, "avatar-click"[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
86
95
|
/**
|
|
87
96
|
* Id for the item.
|
|
88
97
|
*/
|
|
@@ -141,6 +150,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
141
150
|
type: StringConstructor;
|
|
142
151
|
default: string;
|
|
143
152
|
};
|
|
153
|
+
/**
|
|
154
|
+
* The aria label of the avatar
|
|
155
|
+
*/
|
|
156
|
+
avatarAriaLabel: {
|
|
157
|
+
type: StringConstructor;
|
|
158
|
+
default: string;
|
|
159
|
+
};
|
|
144
160
|
/**
|
|
145
161
|
* Determines whether to show the presence indicator for
|
|
146
162
|
* Avatar - accepts PRESENCE_STATES values: 'busy', 'away', 'offline',
|
|
@@ -171,11 +187,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
171
187
|
id: string;
|
|
172
188
|
role: string;
|
|
173
189
|
avatarSeed: string;
|
|
190
|
+
showAvatar: boolean;
|
|
174
191
|
avatarSrc: string;
|
|
175
192
|
avatarFullName: string;
|
|
176
|
-
showAvatar: boolean;
|
|
177
193
|
avatarIcon: string;
|
|
178
194
|
avatarSize: string;
|
|
195
|
+
avatarAriaLabel: string;
|
|
179
196
|
avatarList: unknown[];
|
|
180
197
|
}>;
|
|
181
198
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact_info.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/list_items/contact_info/contact_info.vue.js"],"names":[],"mappings":";IAqBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;;;;;;;;OAUG
|
|
1
|
+
{"version":3,"file":"contact_info.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/list_items/contact_info/contact_info.vue.js"],"names":[],"mappings":";IAqBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;;;;;;;;OAUG;;;;;;;;IA/FH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;;;;;;;;OAUG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-vue",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.97.0",
|
|
4
4
|
"description": "Vue component library for Dialpad's design system Dialtone",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "run-s clean build:main build:typescript build:documentation",
|
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
"date-fns": "^2.30.0",
|
|
46
46
|
"emoji-regex": "^10.2.1",
|
|
47
47
|
"emoji-toolkit": "^6.6.0",
|
|
48
|
-
"fnv-plus": "^1.3.1",
|
|
49
48
|
"tippy.js": "^6.3.7"
|
|
50
49
|
},
|
|
51
50
|
"devDependencies": {
|