@dialpad/dialtone 9.3.0 → 9.4.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/dist/css/dialtone.css +2 -2
- package/dist/tokens/android/java/tokens-dark.kt +1 -1
- package/dist/tokens/android/java/tokens-light.kt +1 -1
- package/dist/tokens/android/res/values/colors-dark.xml +1 -1
- package/dist/tokens/android/res/values/colors-light.xml +1 -1
- package/dist/tokens/android/res/values/dimens.xml +1 -1
- package/dist/tokens/css/variables-dark.css +1 -1
- package/dist/tokens/css/variables-light.css +1 -1
- package/dist/tokens/ios/tokens-dark.swift +1 -1
- package/dist/tokens/ios/tokens-light.swift +1 -1
- package/dist/tokens/less/variables-dark.less +1 -1
- package/dist/tokens/less/variables-light.less +1 -1
- package/dist/vue2/dialtone-vue.cjs +5 -6
- package/dist/vue2/dialtone-vue.js +1510 -3804
- package/dist/vue2/directives.cjs +1 -1
- package/dist/vue2/directives.js +1 -1
- package/dist/vue2/{emoji_text_wrapper--R-54YKU.js → emoji-BMxSCSLg.js} +3398 -3484
- package/dist/vue2/emoji-ZkNhBVKW.cjs +1 -0
- package/dist/vue2/emoji.cjs +1 -1
- package/dist/vue2/emoji.js +32 -83625
- package/dist/vue2/emoji_picker-Qces1MZK.cjs +1 -0
- package/dist/vue2/emoji_picker-sjGJ0HVH.js +83604 -0
- package/dist/vue2/emoji_text_wrapper-Tni6PAOS.cjs +1 -0
- package/dist/vue2/emoji_text_wrapper-uHcCrlwz.js +91 -0
- package/dist/vue2/message_input.cjs +92 -0
- package/dist/vue2/message_input.js +13530 -0
- package/dist/vue2/stack-153kJjKj.cjs +2 -0
- package/dist/vue2/stack-DRdhbSNl.js +2336 -0
- package/dist/vue2/style.css +1 -1
- package/dist/vue2/{tooltip-eJqD2Wwv.js → tooltip-PDBwUvGD.js} +21 -18
- package/dist/vue2/{tooltip-N61DaooE.cjs → tooltip-RmgCyjmY.cjs} +6 -6
- package/dist/vue2/types/message_input.d.ts +3 -0
- package/dist/vue2/types/message_input.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/index.d.ts +2 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +354 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_constants.d.ts +6 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_constants.d.ts.map +1 -0
- package/dist/vue3/message_input.cjs +9 -9
- package/dist/vue3/message_input.js +159 -140
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts +7 -2
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/vue2/emoji_text_wrapper-_UNgB0uv.cjs +0 -1
package/dist/vue2/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.tippy-box[data-popper-reference-hidden] .d-tooltip,.tippy-box[data-popper-escaped] .d-tooltip{visibility:hidden;pointer-events:none}.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))}}.dt-emoji[data-v-d04a00ba]{display:inline-block}.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-411cb81e]{align-items:stretch}.dt-item-layout--content[data-v-411cb81e]{display:flex;flex-direction:column;justify-content:center}.dt-item-layout--content .dt-item-layout--subtitle--with-title[data-v-411cb81e]{margin-top:var(--dt-space-200-negative)}.dt-item-layout--selected[data-v-411cb81e]{display:flex;align-items:center}.dt-list-item{list-style:none;background-color:var(--dt-action-color-background-muted-default)}.dt-list-item:not(.dt-list-item--static){cursor:pointer;border-radius:var(--dt-size-radius-300)}.dt-list-item--focusable:focus,.dt-list-item--focusable:focus-within,.dt-list-item--highlighted{background-color:var(--dt-action-color-background-muted-hover)}.dt-list-item--highlighted:active{background-color:var(--dt-action-color-background-muted-active)}.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-out-quint)}.dt-description-list{display:flex;flex-wrap:wrap;align-items:flex-start;flex-direction:row;line-height:var(--dt-font-line-height-300);font-size:var(--dt-font-size-100);--description-list-gap: var(--dt-space-400);gap:var(--description-list-gap)}.dt-description-list--gap-0{--description-list-gap: var(--dt-space-0)}.dt-description-list--gap-100{--description-list-gap: var(--dt-space-100)}.dt-description-list--gap-200{--description-list-gap: var(--dt-space-200)}.dt-description-list--gap-300{--description-list-gap: var(--dt-space-300)}.dt-description-list--gap-400{--description-list-gap: var(--dt-space-400)}.dt-description-list--gap-500{--description-list-gap: var(--dt-space-500)}.dt-description-list--gap-600{--description-list-gap: var(--dt-space-600)}.dt-description-list--column{flex-direction:column}.dt-description-list__term{color:var(--dt-color-foreground-tertiary);flex:0 1 40%}.dt-description-list__description{color:var(--dt-color-foreground-primary);flex:1 1 50%;margin-left:0}.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)}.d-dropdown-list{position:relative;margin:var(--dt-space-300);padding-left:var(--dt-space-0);padding-right:var(--dt-space-0)}.d-dropdown-list>.dt-list-item{margin-top:var(--dt-space-200)}.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;margin:var(--dt-space-300) var(--dt-space-300-negative)}.combobox__input-wrapper[data-v-b2859861]{position:relative;display:block}.combobox__chip-wrapper[data-v-b2859861]{position:absolute;margin-left:var(--dt-space-200);margin-right:var(--dt-space-200);padding-left:var(--dt-space-100)}.combobox__chip[data-v-b2859861]{margin-top:var(--dt-space-300);margin-left:var(--dt-space-200);margin-right:var(--dt-space-200);z-index:var(--zi-base1)}.combobox__input[data-v-b2859861]{flex-grow:1}.combobox__list--loading[data-v-b2859861]{text-align:center;padding-top:var(--dt-space-500);padding-bottom:var(--dt-space-500)}.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--disabled{cursor:not-allowed}.dt-recipe--callbar-button-with-popover--arrow{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--active{background:var(--dt-color-surface-moderate-opaque)}.dt-recipe--callbar-button-with-popover--arrow--large{margin-left:var(--dt-space-550-negative)}.dt-recipe--callbar-button-with-popover--arrow__icon{color:var(--dt-color-black-800)}.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-recipe--callbar-button-with-popover{display:flex;align-items:center}.dt-contact-info[data-v-20548ad1]{--contact-info-avatar-border-color: var(--dt-color-surface-primary);display:flex}.dt-contact-info[data-v-20548ad1] .dt-item-layout{flex:1 1 0}.dt-contact-info[data-v-20548ad1] .dt-item-layout--content{min-width:var(--dt-space-825)}.dt-contact-info[data-v-20548ad1] .dt-item-layout--left{min-width:var(--dt-space-650);justify-content:flex-start;align-items:center}.dt-contact-info[data-v-20548ad1] .dt-item-layout--right{min-width:0;align-items:center}.dt-contact-info__left[data-v-20548ad1]{position:relative;background-color:transparent;background-image:none;border-width:0;cursor:pointer}.dt-contact-info--avatars[data-v-20548ad1]{margin-right:var(--dt-space-300-negative);display:flex;flex-direction:row}.dt-contact-info--avatars .d-avatar[data-v-20548ad1]{border-radius:var(--dt-size-radius-pill);border:var(--dt-size-300) solid var(--contact-info-avatar-border-color);box-sizing:unset}.dt-top-banner-info{font-size:var(--dt-font-size-100);display:flex;justify-content:space-between;align-items:center;color:var(--dt-color-foreground-primary)}.dt-top-banner-info__left{margin:var(--dt-space-300) 0 var(--dt-space-300) var(--dt-space-400);min-width:20%}.dt-top-banner-info__middle{display:flex;align-items:center;gap:var(--dt-size-300);margin-top:var(--dt-space-300);margin-bottom:var(--dt-space-300)}.dt-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%;text-align:right}.ivr_node{width:280px;display:flex;flex-direction:column;align-items:center;cursor:pointer}.ivr_node__header-left{display:flex;align-items:center}.ivr_node__label{font-size:var(--dt-font-size-200);font-weight:var(--dt-font-weight-bold)}.ivr_node__dropdown-list{width:var(--dt-size-825)}.ivr_node__goto_icon{transform:rotate(90deg)}.ivr-connector{z-index:var(--zi-base);display:flex;justify-content:center;align-items:center;border-color:var(--dt-color-purple-600);background-color:var(--dt-color-purple-600);width:var(--dt-size-400);height:var(--dt-size-400);border-radius:var(--dt-size-radius-circle);margin-bottom:var(--dt-space-300-negative)}.ivr-connector--selected{margin-bottom:var(--dt-space-400-negative)}.ivr-connector.ivr-connector--dtmf{width:var(--dt-size-550);height:var(--dt-size-550);margin-bottom:var(--dt-space-450-negative);color:var(--dt-color-neutral-white);font-size:var(--dt-font-size-200)}.ivr-connector.ivr-connector--dtmf--selected{margin-bottom:var(--dt-space-500-negative)}.dt-grouped-chip{display:inline-flex;white-space:nowrap;background-color:unset;background-image:unset}.dt-chip-content{font-variant-numeric:tabular-nums}.dt-chip-content--left{border-top-left-radius:var(--dt-size-radius-pill);border-bottom-left-radius:var(--dt-size-radius-pill);background-color:var(--dt-color-surface-moderate-opaque);max-width:var(--dt-size-730)}.dt-chip-content--right{border-top-right-radius:var(--dt-size-radius-pill);border-bottom-right-radius:var(--dt-size-radius-pill);background-color:var(--dt-color-purple-200);max-width:var(--dt-size-730)}.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-8577d0d5]{--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-8577d0d5]:not(.dt-leftbar-row--no-action):hover,.dt-leftbar-row[data-v-8577d0d5]:not(.dt-leftbar-row--no-action):focus-within{--leftbar-row-unread-badge-display: none}.dt-leftbar-row[data-v-8577d0d5]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action,.dt-leftbar-row[data-v-8577d0d5]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action{display:inline-flex}.dt-leftbar-row[data-v-8577d0d5]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action-button,.dt-leftbar-row[data-v-8577d0d5]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action-button{opacity:1}.dt-leftbar-row[data-v-8577d0d5]:hover,.dt-leftbar-row[data-v-8577d0d5]:focus-within{--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-hover)}.dt-leftbar-row[data-v-8577d0d5]:hover .d-presence,.dt-leftbar-row[data-v-8577d0d5]:focus-within .d-presence{--presence-color-border-base: var(--dt-color-black-200)}.dt-leftbar-row[data-v-8577d0d5]:hover .d-avatar__count,.dt-leftbar-row[data-v-8577d0d5]:focus-within .d-avatar__count{--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background)}.dt-leftbar-row--has-unread[data-v-8577d0d5]{--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-8577d0d5] .dt-leftbar-row__action{display:none}.dt-leftbar-row--muted[data-v-8577d0d5]{--leftbar-row-opacity: 60%}.dt-leftbar-row--selected[data-v-8577d0d5]{--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-8577d0d5] .d-presence{--presence-color-border-base: var(--dt-color-black-200)}.dt-leftbar-row--selected[data-v-8577d0d5] .d-avatar__count{--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background)}.dt-leftbar-row__is-typing[data-v-8577d0d5]{--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-8577d0d5]{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-8577d0d5 1.5s ease infinite}.dt-leftbar-row__is-typing span[data-v-8577d0d5]:nth-child(1){animation-delay:0ms}.dt-leftbar-row__is-typing span[data-v-8577d0d5]:nth-child(2){animation-delay:var(--td100)}.dt-leftbar-row__is-typing span[data-v-8577d0d5]:nth-child(3){animation-delay:var(--td200)}.dt-leftbar-row__primary[data-v-8577d0d5]{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;-webkit-appearance:none;-moz-appearance: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-8577d0d5]:active{--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-active)}.dt-leftbar-row__primary[data-v-8577d0d5]:focus-visible{box-shadow:var(--dt-shadow-focus-inset)}.dt-leftbar-row__action-button[data-v-8577d0d5]{opacity:0;width:var(--leftbar-row-action-width);height:var(--leftbar-row-action-height)}.dt-leftbar-row__alpha[data-v-8577d0d5]{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-8577d0d5]{flex:0 1;min-width:0}.dt-leftbar-row__omega[data-v-8577d0d5]{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-8577d0d5]{display:var(--leftbar-row-unread-badge-display)}.dt-leftbar-row__active-voice[data-v-8577d0d5]{color:var(--dt-color-purple-400);display:inline-flex;-webkit-animation-name:opacity-pulsate-8577d0d5;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate-8577d0d5;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate-8577d0d5;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}.dt-leftbar-row__dnd[data-v-8577d0d5]{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-8577d0d5] .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-8577d0d5] .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[data-v-8577d0d5] .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-8577d0d5]{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-8577d0d5]{-webkit-animation-name:opacity-pulsate-8577d0d5;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate-8577d0d5;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate-8577d0d5;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}@-webkit-keyframes opacity-pulsate-8577d0d5{0%,to{opacity:.2}50%{opacity:1}}@-moz-keyframes opacity-pulsate-8577d0d5{0%,to{opacity:.2}50%{opacity:1}}@keyframes opacity-pulsate-8577d0d5{0%,to{opacity:.2}50%{opacity:1}}@keyframes wave-8577d0d5{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-38d7dabd]{transition-duration:2s!important}.dt-feed-item-row__header[data-v-38d7dabd]{display:flex;align-items:center;gap:var(--dt-space-300)}.dt-feed-item-row__header__name[data-v-38d7dabd]{font-size:var(--dt-font-size-200);line-height:var(--dt-font-line-height-300);font-weight:var(--dt-font-weight-bold);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.dt-feed-item-row__header__time[data-v-38d7dabd]{font-size:var(--dt-font-size-100);margin-top:var(--dt-space-200);line-height:var(--dt-font-line-height-300);color:var(--dt-color-foreground-tertiary);font-weight:var(--dt-font-weight-normal);margin-left:var(--dt-space-300);flex-shrink:0}.dt-feed-item-row__reactions[data-v-38d7dabd]{display:flex;flex-wrap:wrap}.dt-feed-item-row__threading[data-v-38d7dabd]{padding-top:var(--dt-space-200);padding-bottom:var(--dt-space-200)}.dt-feed-item-row__left-time[data-v-38d7dabd]{color:var(--dt-color-foreground-tertiary);line-height:var(--dt-font-line-height-400);font-size:var(--dt-font-size-100);font-weight:var(--dt-font-weight-normal);white-space:nowrap;height:100%}.dt-feed-item-row__menu[data-v-38d7dabd]{position:absolute;top:var(--dt-space-550-negative);right:var(--dt-space-450)}.dt-feed-item-row .content-text-wrapper-class[data-v-38d7dabd]:not(img){line-height:1.6rem}.dt-feed-item-row[data-v-38d7dabd] .dt-item-layout--left{align-self:baseline}.dt-feed-item-row[data-v-38d7dabd] .dt-item-layout--left .d-avatar{align-self:flex-start;margin-top:var(--dt-space-300)}.dt-feed-item-row[data-v-38d7dabd] .dt-item-layout--bottom{display:flex;flex-direction:column;gap:var(--dt-space-200)}.dt-recipe-feed-item-pill__wrapper[data-v-ebc5dd1f]{background-color:var(--dt-color-surface-secondary);padding:var(--dt-space-400)}.dt-recipe-feed-item-pill__button[data-v-ebc5dd1f]{background-color:var(--dt-color-surface-moderate);text-align:left;width:100%;cursor:pointer;border-width:0;border-radius:var(--dt-size-radius-600);--button-padding-x: var(--button-padding-y-md);--button-padding-y: var(--button-padding-y-md);--button-color-text: var(--dt-action-color-foreground-muted-default);--button-border-radius: var(--dt-size-radius-600)}.dt-recipe-feed-item-pill__layout[data-v-ebc5dd1f]{padding:var(--dt-space-400);width:100%}.dt-recipe-feed-item-pill__icon[data-v-ebc5dd1f]{animation:fade-ebc5dd1f .15s ease-in;margin-right:var(--dt-space-400)}.dt-recipe-feed-item-pill__content[data-v-ebc5dd1f]{display:flex;justify-content:center}.dt-recipe-feed-item-pill__title[data-v-ebc5dd1f]{font-weight:var(--dt-font-weight-bold)}.dt-recipe-feed-item-pill__border[data-v-ebc5dd1f]{border:double 1px transparent;border-radius:var(--dt-size-radius-600);background-origin:border-box;background-clip:content-box,border-box;overflow:hidden}.dt-recipe-feed-item-pill__border-default[data-v-ebc5dd1f]{background:var(--dt-color-border-default)}.dt-recipe-feed-item-pill__border-ai[data-v-ebc5dd1f]{background-image:linear-gradient(var(--dt-color-surface-primary),var(--dt-color-surface-primary)),var(--dt-badge-color-background-ai)}.dt-recipe-feed-item-pill__border-critical[data-v-ebc5dd1f]{background:var(--dt-color-foreground-critical)}@keyframes fade-ebc5dd1f{0%{transform:scale(0)}to{transform:scale(1)}}.dt-time-pill{border:var(--dt-size-100) solid;border-radius:var(--dt-size-radius-pill);border-width:var(--dt-size-100);--bco: 100%;border-color:var(--dt-color-black-300);padding-left:var(--dt-space-500);padding-right:var(--dt-space-500);padding-top:var(--dt-space-300);padding-bottom:var(--dt-space-300);font-size:var(--dt-font-size-100)}.dt-emoji-row{display:flex;flex-wrap:wrap;gap:var(--dt-space-300)}.dt-emoji-row__tooltip{display:inline-block}.dt-emoji-row__reaction{padding:var(--dt-space-300) var(--dt-space-400);gap:var(--dt-space-300);border-radius:var(--dt-size-radius-500);border-width:var(--dt-size-border-100);transition-delay:0s;transition-duration:var(--td50);transition-property:all;transition-timing-function:var(--ttf-in-out);color:var(--dt-color-foreground-secondary);background-color:var(--dt-color-surface-moderate-opaque)}.dt-emoji-row__reaction.dt-emoji-row__picker{padding:var(--dt-space-200) var(--dt-space-350)}.dt-emoji-row__reaction:hover,.dt-emoji-row__reaction:focus-visible{border-color:hsla(var(--dt-color-black-600-hsl)/100%)!important}.dt-emoji-row__reaction--selected{color:var(--dt-color-link-primary);border-width:var(--dt-size-border-150);background-color:var(--dt-color-purple-100)!important;border-color:var(--dt-color-brand-purple)!important}.dt-emoji-row__reaction--selected:hover{color:var(--dt-color-link-primary)}.dt-emoji-row__emoji{margin-right:var(--dt-space-300);display:inline-flex}.dt-emoji-row__reaction-number{font-weight:var(--dt-font-weight-bold);font-size:var(--dt-font-size-100)}.progress-bar{width:var(--dt-size-550);height:var(--dt-size-550)}.progress-bar__circle{fill:none;stroke-width:2;stroke-dasharray:var(--stroke-dasharray)}.progress-bar__circle:nth-child(1){stroke-dashoffset:0;stroke:var(--dt-color-black-100)}.progress-bar__circle:nth-child(2){stroke-dashoffset:var(--stroke-dashoffset);stroke:var(--dt-color-purple-500);transition:stroke-dashoffset .5s linear}.dt-attachment-image{position:relative}.dt-attachment-image:focus-within .dt-attachment-image__close-button,.dt-attachment-image:hover .dt-attachment-image__close-button{opacity:1}.dt-attachment-image__image-viewer{height:var(--dt-size-700);width:var(--dt-size-700);border:var(--dt-space-100) solid;border-radius:var(--br4);border-width:var(--dt-size-350);border-color:var(--dt-color-border-subtle);object-fit:cover}.dt-attachment-image__top-right{position:absolute;top:var(--dt-size-100);right:var(--dt-size-100)}.dt-attachment-image__close-button{opacity:0;position:absolute;top:inherit;right:inherit;color:var(--dt-color-neutral-white);background-color:var(--dt-color-black-400);border:var(--dt-space-100) solid;border-width:var(--dt-size-200);border-color:var(--dt-color-neutral-white)}.dt-attachment-image__progress-bar{position:absolute;top:inherit;right:inherit;background-color:var(--dt-color-neutral-white);border-radius:50%;display:flex;transform:rotate(-90deg);border:var(--dt-space-100) solid;border-width:var(--dt-size-200);border-color:var(--dt-color-border-subtle)}.dt-attachment-carousel{position:relative;max-height:100px;width:var(--dt-space-1000)}.dt-attachment-carousel__media-list{display:flex;flex-direction:row;padding-left:0;overflow-x:scroll}.dt-attachment-carousel__media-list::-webkit-scrollbar{display:none}.dt-attachment-carousel__arrow{position:absolute;opacity:0;background-color:var(--dt-color-neutral-white);top:var(--dt-space-30-percent);border:var(--dt-space-100) solid;border-width:var(--dt-size-100);border-color:var(--bc-default)}.dt-attachment-carousel:hover .dt-attachment-carousel__arrow{opacity:1}.dt-attachment-carousel__arrow--left{left:var(--dt-space-300)}.dt-attachment-carousel__arrow--right{right:var(--dt-space-300)}.dt-attachment-carousel__image-viewer{height:var(--dt-size-700);width:var(--dt-size-700);border-radius:var(--br4);border:var(--dt-space-100) solid;border-width:var(--dt-size-350);border-color:var(--dt-color-border-subtle)}.dt-recipe-callbox[data-v-66800ae7]{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-66800ae7]{display:flex;border-radius:var(--dt-size-radius-200) var(--dt-size-radius-200) 0 0;overflow:clip;margin-bottom:var(--dt-space-300-negative)}.dt-recipe-callbox--main-content[data-v-66800ae7]{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-66800ae7]{border-color:var(--dt-color-border-default)}.dt-recipe-callbox--main-content.dt-recipe-callbox--border-ai[data-v-66800ae7]{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-66800ae7]{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-66800ae7]{display:flex;align-items:center;padding:var(--dt-space-350) var(--dt-space-400)}.dt-recipe-callbox--main-content-bottom[data-v-66800ae7]{border-top:1px solid var(--dt-color-border-subtle)}.dt-recipe-callbox--avatar[data-v-66800ae7]{margin-right:var(--dt-space-400)}.dt-recipe-callbox--content[data-v-66800ae7]{display:flex;flex-direction:column;flex:1 0 auto;min-width:0}.dt-recipe-callbox--content-title[data-v-66800ae7]{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;-webkit-user-select:text;user-select:text;line-height:normal}.dt-recipe-callbox--content-badge[data-v-66800ae7]{line-height:normal}.dt-recipe-callbox--content-subtitle[data-v-66800ae7]{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-66800ae7]{display:flex;justify-content:right}.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-66800ae7]{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:var(--dt-size-100)}.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-66800ae7]:focus-visible{outline:none;box-shadow:var(--dt-shadow-focus)}.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-66800ae7]:hover,.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-66800ae7]:active{text-decoration:underline}.dt-recipe-callbox .dt-recipe-callbox-badge--warning[data-v-66800ae7]{background-color:var(--dt-color-surface-warning)}
|
|
1
|
+
.tippy-box[data-popper-reference-hidden] .d-tooltip,.tippy-box[data-popper-escaped] .d-tooltip{visibility:hidden;pointer-events:none}.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))}}.dt-emoji[data-v-d04a00ba]{display:inline-block}.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-411cb81e]{align-items:stretch}.dt-item-layout--content[data-v-411cb81e]{display:flex;flex-direction:column;justify-content:center}.dt-item-layout--content .dt-item-layout--subtitle--with-title[data-v-411cb81e]{margin-top:var(--dt-space-200-negative)}.dt-item-layout--selected[data-v-411cb81e]{display:flex;align-items:center}.dt-list-item{list-style:none;background-color:var(--dt-action-color-background-muted-default)}.dt-list-item:not(.dt-list-item--static){cursor:pointer;border-radius:var(--dt-size-radius-300)}.dt-list-item--focusable:focus,.dt-list-item--focusable:focus-within,.dt-list-item--highlighted{background-color:var(--dt-action-color-background-muted-hover)}.dt-list-item--highlighted:active{background-color:var(--dt-action-color-background-muted-active)}.dt-list-item--selected-icon{margin-left:var(--dt-space-400)}.dt-list-item :focus-visible{outline:none;box-shadow:var(--dt-shadow-focus)}.tippy-box[data-popper-reference-hidden] .d-popover__dialog,.tippy-box[data-popper-escaped] .d-popover__dialog{visibility:hidden;pointer-events:none}.dt-suggestion-list{position:relative;padding:var(--dt-size-300);max-height:var(--dt-size-875)!important;min-width:var(--dt-size-925);max-width:var(--dt-size-975)}.dt-suggestion-list--item{border:var(--dt-size-100) solid transparent}.dt-link--mention{background-color:hsl(var(--dt-color-purple-400-hsl) / 10%);color:var(--dt-color-link-primary);border-radius:var(--dt-space-200);height:1.8rem}.dt-link--mention:hover{color:var(--dt-color-link-primary);background-color:hsl(var(--dt-color-purple-500-hsl) / 10%)}.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--dt-color-foreground-placeholder);pointer-events:none;height:0}.dt-message-input--remaining-char-tooltip{margin-top:auto;margin-bottom:auto}.dt-message-input--remaining-char{font-size:1.2rem}.message-input-button__disabled{background-color:unset;color:var(--theme-sidebar-icon-color);cursor:default}.dt-message-input--cancel-button{color:var(--dt-color-black-500);margin-right:var(--dt-space-300)}.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-out-quint)}.dt-description-list{display:flex;flex-wrap:wrap;align-items:flex-start;flex-direction:row;line-height:var(--dt-font-line-height-300);font-size:var(--dt-font-size-100);--description-list-gap: var(--dt-space-400);gap:var(--description-list-gap)}.dt-description-list--gap-0{--description-list-gap: var(--dt-space-0)}.dt-description-list--gap-100{--description-list-gap: var(--dt-space-100)}.dt-description-list--gap-200{--description-list-gap: var(--dt-space-200)}.dt-description-list--gap-300{--description-list-gap: var(--dt-space-300)}.dt-description-list--gap-400{--description-list-gap: var(--dt-space-400)}.dt-description-list--gap-500{--description-list-gap: var(--dt-space-500)}.dt-description-list--gap-600{--description-list-gap: var(--dt-space-600)}.dt-description-list--column{flex-direction:column}.dt-description-list__term{color:var(--dt-color-foreground-tertiary);flex:0 1 40%}.dt-description-list__description{color:var(--dt-color-foreground-primary);flex:1 1 50%;margin-left:0}.d-context-menu-list{width:var(--dt-size-850)}.d-dropdown-list{position:relative;margin:var(--dt-space-300);padding-left:var(--dt-space-0);padding-right:var(--dt-space-0)}.d-dropdown-list>.dt-list-item{margin-top:var(--dt-space-200)}.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;margin:var(--dt-space-300) var(--dt-space-300-negative)}.combobox__input-wrapper[data-v-b2859861]{position:relative;display:block}.combobox__chip-wrapper[data-v-b2859861]{position:absolute;margin-left:var(--dt-space-200);margin-right:var(--dt-space-200);padding-left:var(--dt-space-100)}.combobox__chip[data-v-b2859861]{margin-top:var(--dt-space-300);margin-left:var(--dt-space-200);margin-right:var(--dt-space-200);z-index:var(--zi-base1)}.combobox__input[data-v-b2859861]{flex-grow:1}.combobox__list--loading[data-v-b2859861]{text-align:center;padding-top:var(--dt-space-500);padding-bottom:var(--dt-space-500)}.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--disabled{cursor:not-allowed}.dt-recipe--callbar-button-with-popover--arrow{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--active{background:var(--dt-color-surface-moderate-opaque)}.dt-recipe--callbar-button-with-popover--arrow--large{margin-left:var(--dt-space-550-negative)}.dt-recipe--callbar-button-with-popover--arrow__icon{color:var(--dt-color-black-800)}.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-recipe--callbar-button-with-popover{display:flex;align-items:center}.dt-contact-info[data-v-20548ad1]{--contact-info-avatar-border-color: var(--dt-color-surface-primary);display:flex}.dt-contact-info[data-v-20548ad1] .dt-item-layout{flex:1 1 0}.dt-contact-info[data-v-20548ad1] .dt-item-layout--content{min-width:var(--dt-space-825)}.dt-contact-info[data-v-20548ad1] .dt-item-layout--left{min-width:var(--dt-space-650);justify-content:flex-start;align-items:center}.dt-contact-info[data-v-20548ad1] .dt-item-layout--right{min-width:0;align-items:center}.dt-contact-info__left[data-v-20548ad1]{position:relative;background-color:transparent;background-image:none;border-width:0;cursor:pointer}.dt-contact-info--avatars[data-v-20548ad1]{margin-right:var(--dt-space-300-negative);display:flex;flex-direction:row}.dt-contact-info--avatars .d-avatar[data-v-20548ad1]{border-radius:var(--dt-size-radius-pill);border:var(--dt-size-300) solid var(--contact-info-avatar-border-color);box-sizing:unset}.dt-top-banner-info{font-size:var(--dt-font-size-100);display:flex;justify-content:space-between;align-items:center;color:var(--dt-color-foreground-primary)}.dt-top-banner-info__left{margin:var(--dt-space-300) 0 var(--dt-space-300) var(--dt-space-400);min-width:20%}.dt-top-banner-info__middle{display:flex;align-items:center;gap:var(--dt-size-300);margin-top:var(--dt-space-300);margin-bottom:var(--dt-space-300)}.dt-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%;text-align:right}.ivr_node{width:280px;display:flex;flex-direction:column;align-items:center;cursor:pointer}.ivr_node__header-left{display:flex;align-items:center}.ivr_node__label{font-size:var(--dt-font-size-200);font-weight:var(--dt-font-weight-bold)}.ivr_node__dropdown-list{width:var(--dt-size-825)}.ivr_node__goto_icon{transform:rotate(90deg)}.ivr-connector{z-index:var(--zi-base);display:flex;justify-content:center;align-items:center;border-color:var(--dt-color-purple-600);background-color:var(--dt-color-purple-600);width:var(--dt-size-400);height:var(--dt-size-400);border-radius:var(--dt-size-radius-circle);margin-bottom:var(--dt-space-300-negative)}.ivr-connector--selected{margin-bottom:var(--dt-space-400-negative)}.ivr-connector.ivr-connector--dtmf{width:var(--dt-size-550);height:var(--dt-size-550);margin-bottom:var(--dt-space-450-negative);color:var(--dt-color-neutral-white);font-size:var(--dt-font-size-200)}.ivr-connector.ivr-connector--dtmf--selected{margin-bottom:var(--dt-space-500-negative)}.dt-grouped-chip{display:inline-flex;white-space:nowrap;background-color:unset;background-image:unset}.dt-chip-content{font-variant-numeric:tabular-nums}.dt-chip-content--left{border-top-left-radius:var(--dt-size-radius-pill);border-bottom-left-radius:var(--dt-size-radius-pill);background-color:var(--dt-color-surface-moderate-opaque);max-width:var(--dt-size-730)}.dt-chip-content--right{border-top-right-radius:var(--dt-size-radius-pill);border-bottom-right-radius:var(--dt-size-radius-pill);background-color:var(--dt-color-purple-200);max-width:var(--dt-size-730)}.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-8577d0d5]{--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-8577d0d5]:not(.dt-leftbar-row--no-action):hover,.dt-leftbar-row[data-v-8577d0d5]:not(.dt-leftbar-row--no-action):focus-within{--leftbar-row-unread-badge-display: none}.dt-leftbar-row[data-v-8577d0d5]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action,.dt-leftbar-row[data-v-8577d0d5]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action{display:inline-flex}.dt-leftbar-row[data-v-8577d0d5]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action-button,.dt-leftbar-row[data-v-8577d0d5]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action-button{opacity:1}.dt-leftbar-row[data-v-8577d0d5]:hover,.dt-leftbar-row[data-v-8577d0d5]:focus-within{--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-hover)}.dt-leftbar-row[data-v-8577d0d5]:hover .d-presence,.dt-leftbar-row[data-v-8577d0d5]:focus-within .d-presence{--presence-color-border-base: var(--dt-color-black-200)}.dt-leftbar-row[data-v-8577d0d5]:hover .d-avatar__count,.dt-leftbar-row[data-v-8577d0d5]:focus-within .d-avatar__count{--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background)}.dt-leftbar-row--has-unread[data-v-8577d0d5]{--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-8577d0d5] .dt-leftbar-row__action{display:none}.dt-leftbar-row--muted[data-v-8577d0d5]{--leftbar-row-opacity: 60%}.dt-leftbar-row--selected[data-v-8577d0d5]{--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-8577d0d5] .d-presence{--presence-color-border-base: var(--dt-color-black-200)}.dt-leftbar-row--selected[data-v-8577d0d5] .d-avatar__count{--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background)}.dt-leftbar-row__is-typing[data-v-8577d0d5]{--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-8577d0d5]{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-8577d0d5 1.5s ease infinite}.dt-leftbar-row__is-typing span[data-v-8577d0d5]:nth-child(1){animation-delay:0ms}.dt-leftbar-row__is-typing span[data-v-8577d0d5]:nth-child(2){animation-delay:var(--td100)}.dt-leftbar-row__is-typing span[data-v-8577d0d5]:nth-child(3){animation-delay:var(--td200)}.dt-leftbar-row__primary[data-v-8577d0d5]{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;-webkit-appearance:none;-moz-appearance: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-8577d0d5]:active{--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-active)}.dt-leftbar-row__primary[data-v-8577d0d5]:focus-visible{box-shadow:var(--dt-shadow-focus-inset)}.dt-leftbar-row__action-button[data-v-8577d0d5]{opacity:0;width:var(--leftbar-row-action-width);height:var(--leftbar-row-action-height)}.dt-leftbar-row__alpha[data-v-8577d0d5]{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-8577d0d5]{flex:0 1;min-width:0}.dt-leftbar-row__omega[data-v-8577d0d5]{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-8577d0d5]{display:var(--leftbar-row-unread-badge-display)}.dt-leftbar-row__active-voice[data-v-8577d0d5]{color:var(--dt-color-purple-400);display:inline-flex;-webkit-animation-name:opacity-pulsate-8577d0d5;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate-8577d0d5;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate-8577d0d5;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}.dt-leftbar-row__dnd[data-v-8577d0d5]{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-8577d0d5] .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-8577d0d5] .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[data-v-8577d0d5] .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-8577d0d5]{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-8577d0d5]{-webkit-animation-name:opacity-pulsate-8577d0d5;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate-8577d0d5;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate-8577d0d5;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}@-webkit-keyframes opacity-pulsate-8577d0d5{0%,to{opacity:.2}50%{opacity:1}}@-moz-keyframes opacity-pulsate-8577d0d5{0%,to{opacity:.2}50%{opacity:1}}@keyframes opacity-pulsate-8577d0d5{0%,to{opacity:.2}50%{opacity:1}}@keyframes wave-8577d0d5{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-38d7dabd]{transition-duration:2s!important}.dt-feed-item-row__header[data-v-38d7dabd]{display:flex;align-items:center;gap:var(--dt-space-300)}.dt-feed-item-row__header__name[data-v-38d7dabd]{font-size:var(--dt-font-size-200);line-height:var(--dt-font-line-height-300);font-weight:var(--dt-font-weight-bold);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.dt-feed-item-row__header__time[data-v-38d7dabd]{font-size:var(--dt-font-size-100);margin-top:var(--dt-space-200);line-height:var(--dt-font-line-height-300);color:var(--dt-color-foreground-tertiary);font-weight:var(--dt-font-weight-normal);margin-left:var(--dt-space-300);flex-shrink:0}.dt-feed-item-row__reactions[data-v-38d7dabd]{display:flex;flex-wrap:wrap}.dt-feed-item-row__threading[data-v-38d7dabd]{padding-top:var(--dt-space-200);padding-bottom:var(--dt-space-200)}.dt-feed-item-row__left-time[data-v-38d7dabd]{color:var(--dt-color-foreground-tertiary);line-height:var(--dt-font-line-height-400);font-size:var(--dt-font-size-100);font-weight:var(--dt-font-weight-normal);white-space:nowrap;height:100%}.dt-feed-item-row__menu[data-v-38d7dabd]{position:absolute;top:var(--dt-space-550-negative);right:var(--dt-space-450)}.dt-feed-item-row .content-text-wrapper-class[data-v-38d7dabd]:not(img){line-height:1.6rem}.dt-feed-item-row[data-v-38d7dabd] .dt-item-layout--left{align-self:baseline}.dt-feed-item-row[data-v-38d7dabd] .dt-item-layout--left .d-avatar{align-self:flex-start;margin-top:var(--dt-space-300)}.dt-feed-item-row[data-v-38d7dabd] .dt-item-layout--bottom{display:flex;flex-direction:column;gap:var(--dt-space-200)}.dt-recipe-feed-item-pill__wrapper[data-v-ebc5dd1f]{background-color:var(--dt-color-surface-secondary);padding:var(--dt-space-400)}.dt-recipe-feed-item-pill__button[data-v-ebc5dd1f]{background-color:var(--dt-color-surface-moderate);text-align:left;width:100%;cursor:pointer;border-width:0;border-radius:var(--dt-size-radius-600);--button-padding-x: var(--button-padding-y-md);--button-padding-y: var(--button-padding-y-md);--button-color-text: var(--dt-action-color-foreground-muted-default);--button-border-radius: var(--dt-size-radius-600)}.dt-recipe-feed-item-pill__layout[data-v-ebc5dd1f]{padding:var(--dt-space-400);width:100%}.dt-recipe-feed-item-pill__icon[data-v-ebc5dd1f]{animation:fade-ebc5dd1f .15s ease-in;margin-right:var(--dt-space-400)}.dt-recipe-feed-item-pill__content[data-v-ebc5dd1f]{display:flex;justify-content:center}.dt-recipe-feed-item-pill__title[data-v-ebc5dd1f]{font-weight:var(--dt-font-weight-bold)}.dt-recipe-feed-item-pill__border[data-v-ebc5dd1f]{border:double 1px transparent;border-radius:var(--dt-size-radius-600);background-origin:border-box;background-clip:content-box,border-box;overflow:hidden}.dt-recipe-feed-item-pill__border-default[data-v-ebc5dd1f]{background:var(--dt-color-border-default)}.dt-recipe-feed-item-pill__border-ai[data-v-ebc5dd1f]{background-image:linear-gradient(var(--dt-color-surface-primary),var(--dt-color-surface-primary)),var(--dt-badge-color-background-ai)}.dt-recipe-feed-item-pill__border-critical[data-v-ebc5dd1f]{background:var(--dt-color-foreground-critical)}@keyframes fade-ebc5dd1f{0%{transform:scale(0)}to{transform:scale(1)}}.dt-time-pill{border:var(--dt-size-100) solid;border-radius:var(--dt-size-radius-pill);border-width:var(--dt-size-100);--bco: 100%;border-color:var(--dt-color-black-300);padding-left:var(--dt-space-500);padding-right:var(--dt-space-500);padding-top:var(--dt-space-300);padding-bottom:var(--dt-space-300);font-size:var(--dt-font-size-100)}.dt-emoji-row{display:flex;flex-wrap:wrap;gap:var(--dt-space-300)}.dt-emoji-row__tooltip{display:inline-block}.dt-emoji-row__reaction{padding:var(--dt-space-300) var(--dt-space-400);gap:var(--dt-space-300);border-radius:var(--dt-size-radius-500);border-width:var(--dt-size-border-100);transition-delay:0s;transition-duration:var(--td50);transition-property:all;transition-timing-function:var(--ttf-in-out);color:var(--dt-color-foreground-secondary);background-color:var(--dt-color-surface-moderate-opaque)}.dt-emoji-row__reaction.dt-emoji-row__picker{padding:var(--dt-space-200) var(--dt-space-350)}.dt-emoji-row__reaction:hover,.dt-emoji-row__reaction:focus-visible{border-color:hsla(var(--dt-color-black-600-hsl)/100%)!important}.dt-emoji-row__reaction--selected{color:var(--dt-color-link-primary);border-width:var(--dt-size-border-150);background-color:var(--dt-color-purple-100)!important;border-color:var(--dt-color-brand-purple)!important}.dt-emoji-row__reaction--selected:hover{color:var(--dt-color-link-primary)}.dt-emoji-row__emoji{margin-right:var(--dt-space-300);display:inline-flex}.dt-emoji-row__reaction-number{font-weight:var(--dt-font-weight-bold);font-size:var(--dt-font-size-100)}.progress-bar{width:var(--dt-size-550);height:var(--dt-size-550)}.progress-bar__circle{fill:none;stroke-width:2;stroke-dasharray:var(--stroke-dasharray)}.progress-bar__circle:nth-child(1){stroke-dashoffset:0;stroke:var(--dt-color-black-100)}.progress-bar__circle:nth-child(2){stroke-dashoffset:var(--stroke-dashoffset);stroke:var(--dt-color-purple-500);transition:stroke-dashoffset .5s linear}.dt-attachment-image{position:relative}.dt-attachment-image:focus-within .dt-attachment-image__close-button,.dt-attachment-image:hover .dt-attachment-image__close-button{opacity:1}.dt-attachment-image__image-viewer{height:var(--dt-size-700);width:var(--dt-size-700);border:var(--dt-space-100) solid;border-radius:var(--br4);border-width:var(--dt-size-350);border-color:var(--dt-color-border-subtle);object-fit:cover}.dt-attachment-image__top-right{position:absolute;top:var(--dt-size-100);right:var(--dt-size-100)}.dt-attachment-image__close-button{opacity:0;position:absolute;top:inherit;right:inherit;color:var(--dt-color-neutral-white);background-color:var(--dt-color-black-400);border:var(--dt-space-100) solid;border-width:var(--dt-size-200);border-color:var(--dt-color-neutral-white)}.dt-attachment-image__progress-bar{position:absolute;top:inherit;right:inherit;background-color:var(--dt-color-neutral-white);border-radius:50%;display:flex;transform:rotate(-90deg);border:var(--dt-space-100) solid;border-width:var(--dt-size-200);border-color:var(--dt-color-border-subtle)}.dt-attachment-carousel{position:relative;max-height:100px;width:var(--dt-space-1000)}.dt-attachment-carousel__media-list{display:flex;flex-direction:row;padding-left:0;overflow-x:scroll}.dt-attachment-carousel__media-list::-webkit-scrollbar{display:none}.dt-attachment-carousel__arrow{position:absolute;opacity:0;background-color:var(--dt-color-neutral-white);top:var(--dt-space-30-percent);border:var(--dt-space-100) solid;border-width:var(--dt-size-100);border-color:var(--bc-default)}.dt-attachment-carousel:hover .dt-attachment-carousel__arrow{opacity:1}.dt-attachment-carousel__arrow--left{left:var(--dt-space-300)}.dt-attachment-carousel__arrow--right{right:var(--dt-space-300)}.dt-attachment-carousel__image-viewer{height:var(--dt-size-700);width:var(--dt-size-700);border-radius:var(--br4);border:var(--dt-space-100) solid;border-width:var(--dt-size-350);border-color:var(--dt-color-border-subtle)}.dt-recipe-callbox[data-v-66800ae7]{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-66800ae7]{display:flex;border-radius:var(--dt-size-radius-200) var(--dt-size-radius-200) 0 0;overflow:clip;margin-bottom:var(--dt-space-300-negative)}.dt-recipe-callbox--main-content[data-v-66800ae7]{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-66800ae7]{border-color:var(--dt-color-border-default)}.dt-recipe-callbox--main-content.dt-recipe-callbox--border-ai[data-v-66800ae7]{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-66800ae7]{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-66800ae7]{display:flex;align-items:center;padding:var(--dt-space-350) var(--dt-space-400)}.dt-recipe-callbox--main-content-bottom[data-v-66800ae7]{border-top:1px solid var(--dt-color-border-subtle)}.dt-recipe-callbox--avatar[data-v-66800ae7]{margin-right:var(--dt-space-400)}.dt-recipe-callbox--content[data-v-66800ae7]{display:flex;flex-direction:column;flex:1 0 auto;min-width:0}.dt-recipe-callbox--content-title[data-v-66800ae7]{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;-webkit-user-select:text;user-select:text;line-height:normal}.dt-recipe-callbox--content-badge[data-v-66800ae7]{line-height:normal}.dt-recipe-callbox--content-subtitle[data-v-66800ae7]{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-66800ae7]{display:flex;justify-content:right}.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-66800ae7]{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:var(--dt-size-100)}.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-66800ae7]:focus-visible{outline:none;box-shadow:var(--dt-shadow-focus)}.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-66800ae7]:hover,.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-66800ae7]:active{text-decoration:underline}.dt-recipe-callbox .dt-recipe-callbox-badge--warning[data-v-66800ae7]{background-color:var(--dt-color-surface-warning)}
|
|
@@ -2444,30 +2444,33 @@ var io = function() {
|
|
|
2444
2444
|
const ho = ao.exports;
|
|
2445
2445
|
export {
|
|
2446
2446
|
qi as B,
|
|
2447
|
-
|
|
2447
|
+
ho as D,
|
|
2448
2448
|
lo as E,
|
|
2449
2449
|
fo as L,
|
|
2450
|
-
|
|
2450
|
+
Ji as T,
|
|
2451
2451
|
he as V,
|
|
2452
2452
|
Un as a,
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2453
|
+
Yi as b,
|
|
2454
|
+
fr as c,
|
|
2455
|
+
Gi as d,
|
|
2456
|
+
Xi as e,
|
|
2457
|
+
an as f,
|
|
2458
2458
|
Zt as g,
|
|
2459
|
-
|
|
2459
|
+
Wn as h,
|
|
2460
2460
|
Gn as i,
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2461
|
+
Jt as j,
|
|
2462
|
+
co as k,
|
|
2463
|
+
er as l,
|
|
2464
|
+
or as m,
|
|
2465
2465
|
un as n,
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2466
|
+
uo as o,
|
|
2467
|
+
Mn as p,
|
|
2468
|
+
Fn as q,
|
|
2469
|
+
eo as r,
|
|
2470
2470
|
ir as s,
|
|
2471
|
-
|
|
2472
|
-
po as u
|
|
2471
|
+
ze as t,
|
|
2472
|
+
po as u,
|
|
2473
|
+
to as v,
|
|
2474
|
+
no as w,
|
|
2475
|
+
vo as x
|
|
2473
2476
|
};
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
"use strict";const Qn=require("vue"),le={ERROR:"error",WARNING:"warning",SUCCESS:"success"},Jn={LARGE:"lg",EXTRA_LARGE:"xl"},er={xs:"",sm:"",md:"",lg:"d-description--lg",xl:"d-description--xl"},tr={xs:"d-label--xs",sm:"d-label--sm",md:"",lg:"d-label--lg",xl:"d-label--xl"},nr={esc:"Esc",escape:"Escape",tab:"Tab",enter:"Enter",space:"Space",spacebar:"Spacebar",up:"Up",arrowup:"ArrowUp",left:"Left",arrowleft:"ArrowLeft",right:"Right",arrowright:"ArrowRight",down:"Down",arrowdown:"ArrowDown",home:"Home",end:"End"},en=le.ERROR,rr="dt";let ir=0,Pt;const or=typeof setImmediate=="function"?setImmediate:setTimeout;function Et(e=rr){return`${e}${ir++}`}function tn(e,t){if(t){const n=ar(t);return e[Math.abs(n)%e.length]}else return e[nn(e.length)]}function ar(e){let t;for(let n=0;n<e.length;n++)t=Math.imul(31,t)+e.charCodeAt(n)|0;return t}function nn(e){return Math.floor(Math.random()*e)}function rn(e){return e?e.map(t=>typeof t=="string"?{message:t,type:en}:t):[]}function on(e){const t=Ot(e);return!e||!t?[]:e.filter(n=>!!n.message&&n.type===t)}function Ot(e){return e?ot(e,le.ERROR)?le.ERROR:ot(e,le.WARNING)?le.WARNING:ot(e,le.SUCCESS)?le.SUCCESS:null:null}function ot(e,t){return!e||!t?!1:e.some(n=>(n==null?void 0:n.type)===t)}const sr={name:"html-fragment",functional:!0,props:["html"],render(e,t){return new Qn({name:"Inner",beforeCreate(){this.$createElement=e},template:`<div>${t.props.html}</div>`}).$mount()._vnode.children}},ur=()=>new Promise(e=>{or(e)}),cr=e=>e==null?void 0:e.toLowerCase().split("-").map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join("");function lr(e,t=300){clearTimeout(Pt),Pt=setTimeout(e,t)}function an(e){const t=e.getBoundingClientRect(),n={top:t.top<0,left:t.left<0,bottom:t.bottom>(window.innerHeight||document.documentElement.clientHeight),right:t.right>(window.innerWidth||document.documentElement.clientWidth)};return n.any=Object.values(n).some(r=>r),n.all=Object.values(n).every(r=>r),n}const fr=/(?:(?:[^\s!@#$%^&*()_=+[\]{}\\|;:'",.<>/?]+)\.)/,pr=new RegExp("(?:com|ru|org|net|de|jp|uk|br|it|pl|fr|in|au|ir|info|nl|cn|es|cz|kr|ca|eu|ua|co|gr|za|ro|biz|ch|se|tw|mx|vn|hu|be|tr|at|dk|tv|me|ar|sk|no|us|fi|id|cl|xyz|io|pt|by|il|ie|nz|kz|hk|lt|cc|my|sg|club|bg|edu|рф|pk|su|top|th|hr|rs|pe|pro|si|az|lv|pw|ae|ph|online|ng|ee|ws|ve|cat)"),dr=new RegExp("(?:(?:[0-9]|[1-9]\\d|1\\d{2}|2[0-4]\\d|25[0-5])\\.){3}(?:[0-9]|[1-9]\\d|1\\d{2}|2[0-4]\\d|25[0-5])"),sn=new RegExp("(?:"+[[fr.source,pr.source].join("+"),dr.source].join("|")+")"),vr=/(?:(?:[;/][^#?<>\s]*)?)/,un=/(?:(?:\?[^#<>\s]+)?(?:#[^<>\s]+)?)/,cn=new RegExp("\\b"+[sn.source,vr.source,un.source,"(?!\\w)"].join("+")),ln=/\b[a-z\d.-]+:\/\/[^<>\s]+/,fn=new RegExp("(?:mailto:)?[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@"+[sn.source,un.source].join("+")+"(?!\\w)");function pn(e=7,t=15){let n=!0;try{RegExp("(?<=\\W)")}catch{n=!1}return new RegExp(`${n?"(?:^|(?<=\\W))":""}(?![\\s\\-])\\+?(?:[0-9()\\- \\t]{${e},${t}})(?=\\b)(?=\\W(?=\\W|$)|\\s|$)`)}const dn=pn(),hr=new RegExp([cn.source,ln.source,fn.source,dn.source].join("|"),"gi");function mr(e){var t;return!e||!["string","number"].includes(typeof e)?!1:(e=e.toString(),((t=dn.exec(e))==null?void 0:t[0])===e)}function gr(e){var t,n;return!e||typeof e!="string"?!1:((t=cn.exec(e))==null?void 0:t[0])===e||((n=ln.exec(e))==null?void 0:n[0])===e}function yr(e){var t;return!e||typeof e!="string"?!1:((t=fn.exec(e))==null?void 0:t[0])===e}function vn(e){return e.filter(t=>!!t).join(" ")}function hn(e,t="en-US"){return e.replace(new RegExp("^\\p{CWU}","u"),n=>n.toLocaleUpperCase(t))}const br={getUniqueString:Et,getRandomElement:tn,getRandomInt:nn,formatMessages:rn,filterFormattedMessages:on,hasFormattedMessageOfType:ot,getValidationState:Ot,htmlFragment:sr,flushPromises:ur,kebabCaseToPascalCase:cr,debounce:lr,isOutOfViewPort:an,getPhoneNumberRegex:pn,linkRegex:hr,isEmailAddress:yr,isPhoneNumber:mr,isURL:gr,safeConcatStrings:vn,capitalizeFirstLetter:hn};function Tt(e,t,n,r,o,u,c,l){var a=typeof e=="function"?e.options:e;t&&(a.render=t,a.staticRenderFns=n,a._compiled=!0),r&&(a.functional=!0),u&&(a._scopeId="data-v-"+u);var p;if(c?(p=function(g){g=g||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,!g&&typeof __VUE_SSR_CONTEXT__<"u"&&(g=__VUE_SSR_CONTEXT__),o&&o.call(this,g),g&&g._registeredComponents&&g._registeredComponents.add(c)},a._ssrRegister=p):o&&(p=l?function(){o.call(this,(a.functional?this.parent:this).$root.$options.shadowRoot)}:o),p)if(a.functional){a._injectStyles=p;var f=a.render;a.render=function(h,b){return p.call(b),f(h,b)}}else{var y=a.beforeCreate;a.beforeCreate=y?[].concat(y,p):[p]}return{exports:e,options:a}}const wr={name:"DtLazyShow",props:{show:{type:Boolean,default:!1},transition:{type:String,default:null},appear:{type:Boolean,default:!1}},data(){return{initialized:!!this.show}},computed:{isCSSEnabled(){return process.env.NODE_ENV!=="test"}},watch:{show:function(e){!e||this.initialized||(this.initialized=!0)}}};var Er=function(){var t=this,n=t._self._c;return n("transition",t._g({attrs:{name:t.transition,appear:t.appear,css:t.isCSSEnabled}},t.$listeners),[n("div",t._g({directives:[{name:"show",rawName:"v-show",value:t.show,expression:"show"}]},t.$listeners),[t.initialized?t._t("default"):t._e()],2)])},Or=[],Tr=Tt(wr,Er,Or,!1,null,null,null,null);const mn=Tr.exports;var V="top",q="bottom",X="right",B="left",xt="auto",He=[V,q,X,B],Se="start",Ve="end",xr="clippingParents",gn="viewport",Me="popper",Ar="reference",Nt=He.reduce(function(e,t){return e.concat([t+"-"+Se,t+"-"+Ve])},[]),yn=[].concat(He,[xt]).reduce(function(e,t){return e.concat([t,t+"-"+Se,t+"-"+Ve])},[]),Sr="beforeRead",Dr="read",Cr="afterRead",Rr="beforeMain",Lr="main",_r="afterMain",Ir="beforeWrite",Pr="write",Nr="afterWrite",Mr=[Sr,Dr,Cr,Rr,Lr,_r,Ir,Pr,Nr];function te(e){return e?(e.nodeName||"").toLowerCase():null}function W(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function ye(e){var t=W(e).Element;return e instanceof t||e instanceof Element}function Y(e){var t=W(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function At(e){if(typeof ShadowRoot>"u")return!1;var t=W(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function $r(e){var t=e.state;Object.keys(t.elements).forEach(function(n){var r=t.styles[n]||{},o=t.attributes[n]||{},u=t.elements[n];!Y(u)||!te(u)||(Object.assign(u.style,r),Object.keys(o).forEach(function(c){var l=o[c];l===!1?u.removeAttribute(c):u.setAttribute(c,l===!0?"":l)}))})}function kr(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(r){var o=t.elements[r],u=t.attributes[r]||{},c=Object.keys(t.styles.hasOwnProperty(r)?t.styles[r]:n[r]),l=c.reduce(function(a,p){return a[p]="",a},{});!Y(o)||!te(o)||(Object.assign(o.style,l),Object.keys(u).forEach(function(a){o.removeAttribute(a)}))})}}const bn={name:"applyStyles",enabled:!0,phase:"write",fn:$r,effect:kr,requires:["computeStyles"]};function ee(e){return e.split("-")[0]}var ge=Math.max,st=Math.min,De=Math.round;function mt(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function wn(){return!/^((?!chrome|android).)*safari/i.test(mt())}function Ce(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!1);var r=e.getBoundingClientRect(),o=1,u=1;t&&Y(e)&&(o=e.offsetWidth>0&&De(r.width)/e.offsetWidth||1,u=e.offsetHeight>0&&De(r.height)/e.offsetHeight||1);var c=ye(e)?W(e):window,l=c.visualViewport,a=!wn()&&n,p=(r.left+(a&&l?l.offsetLeft:0))/o,f=(r.top+(a&&l?l.offsetTop:0))/u,y=r.width/o,g=r.height/u;return{width:y,height:g,top:f,right:p+y,bottom:f+g,left:p,x:p,y:f}}function St(e){var t=Ce(e),n=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}function En(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&At(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function se(e){return W(e).getComputedStyle(e)}function jr(e){return["table","td","th"].indexOf(te(e))>=0}function fe(e){return((ye(e)?e.ownerDocument:e.document)||window.document).documentElement}function ct(e){return te(e)==="html"?e:e.assignedSlot||e.parentNode||(At(e)?e.host:null)||fe(e)}function Mt(e){return!Y(e)||se(e).position==="fixed"?null:e.offsetParent}function Vr(e){var t=/firefox/i.test(mt()),n=/Trident/i.test(mt());if(n&&Y(e)){var r=se(e);if(r.position==="fixed")return null}var o=ct(e);for(At(o)&&(o=o.host);Y(o)&&["html","body"].indexOf(te(o))<0;){var u=se(o);if(u.transform!=="none"||u.perspective!=="none"||u.contain==="paint"||["transform","perspective"].indexOf(u.willChange)!==-1||t&&u.willChange==="filter"||t&&u.filter&&u.filter!=="none")return o;o=o.parentNode}return null}function We(e){for(var t=W(e),n=Mt(e);n&&jr(n)&&se(n).position==="static";)n=Mt(n);return n&&(te(n)==="html"||te(n)==="body"&&se(n).position==="static")?t:n||Vr(e)||t}function Dt(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function $e(e,t,n){return ge(e,st(t,n))}function Br(e,t,n){var r=$e(e,t,n);return r>n?n:r}function On(){return{top:0,right:0,bottom:0,left:0}}function Tn(e){return Object.assign({},On(),e)}function xn(e,t){return t.reduce(function(n,r){return n[r]=e,n},{})}var Ur=function(t,n){return t=typeof t=="function"?t(Object.assign({},n.rects,{placement:n.placement})):t,Tn(typeof t!="number"?t:xn(t,He))};function Fr(e){var t,n=e.state,r=e.name,o=e.options,u=n.elements.arrow,c=n.modifiersData.popperOffsets,l=ee(n.placement),a=Dt(l),p=[B,X].indexOf(l)>=0,f=p?"height":"width";if(!(!u||!c)){var y=Ur(o.padding,n),g=St(u),h=a==="y"?V:B,b=a==="y"?q:X,w=n.rects.reference[f]+n.rects.reference[a]-c[a]-n.rects.popper[f],E=c[a]-n.rects.reference[a],x=We(u),S=x?a==="y"?x.clientHeight||0:x.clientWidth||0:0,C=w/2-E/2,i=y[h],T=S-g[f]-y[b],d=S/2-g[f]/2+C,D=$e(i,d,T),P=a;n.modifiersData[r]=(t={},t[P]=D,t.centerOffset=D-d,t)}}function Hr(e){var t=e.state,n=e.options,r=n.element,o=r===void 0?"[data-popper-arrow]":r;o!=null&&(typeof o=="string"&&(o=t.elements.popper.querySelector(o),!o)||En(t.elements.popper,o)&&(t.elements.arrow=o))}const Wr={name:"arrow",enabled:!0,phase:"main",fn:Fr,effect:Hr,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Re(e){return e.split("-")[1]}var zr={top:"auto",right:"auto",bottom:"auto",left:"auto"};function Yr(e,t){var n=e.x,r=e.y,o=t.devicePixelRatio||1;return{x:De(n*o)/o||0,y:De(r*o)/o||0}}function $t(e){var t,n=e.popper,r=e.popperRect,o=e.placement,u=e.variation,c=e.offsets,l=e.position,a=e.gpuAcceleration,p=e.adaptive,f=e.roundOffsets,y=e.isFixed,g=c.x,h=g===void 0?0:g,b=c.y,w=b===void 0?0:b,E=typeof f=="function"?f({x:h,y:w}):{x:h,y:w};h=E.x,w=E.y;var x=c.hasOwnProperty("x"),S=c.hasOwnProperty("y"),C=B,i=V,T=window;if(p){var d=We(n),D="clientHeight",P="clientWidth";if(d===W(n)&&(d=fe(n),se(d).position!=="static"&&l==="absolute"&&(D="scrollHeight",P="scrollWidth")),d=d,o===V||(o===B||o===X)&&u===Ve){i=q;var I=y&&d===T&&T.visualViewport?T.visualViewport.height:d[D];w-=I-r.height,w*=a?1:-1}if(o===B||(o===V||o===q)&&u===Ve){C=X;var L=y&&d===T&&T.visualViewport?T.visualViewport.width:d[P];h-=L-r.width,h*=a?1:-1}}var N=Object.assign({position:l},p&&zr),_=f===!0?Yr({x:h,y:w},W(n)):{x:h,y:w};if(h=_.x,w=_.y,a){var R;return Object.assign({},N,(R={},R[i]=S?"0":"",R[C]=x?"0":"",R.transform=(T.devicePixelRatio||1)<=1?"translate("+h+"px, "+w+"px)":"translate3d("+h+"px, "+w+"px, 0)",R))}return Object.assign({},N,(t={},t[i]=S?w+"px":"",t[C]=x?h+"px":"",t.transform="",t))}function qr(e){var t=e.state,n=e.options,r=n.gpuAcceleration,o=r===void 0?!0:r,u=n.adaptive,c=u===void 0?!0:u,l=n.roundOffsets,a=l===void 0?!0:l,p={placement:ee(t.placement),variation:Re(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:o,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,$t(Object.assign({},p,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:c,roundOffsets:a})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,$t(Object.assign({},p,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:a})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}const Xr={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:qr,data:{}};var rt={passive:!0};function Kr(e){var t=e.state,n=e.instance,r=e.options,o=r.scroll,u=o===void 0?!0:o,c=r.resize,l=c===void 0?!0:c,a=W(t.elements.popper),p=[].concat(t.scrollParents.reference,t.scrollParents.popper);return u&&p.forEach(function(f){f.addEventListener("scroll",n.update,rt)}),l&&a.addEventListener("resize",n.update,rt),function(){u&&p.forEach(function(f){f.removeEventListener("scroll",n.update,rt)}),l&&a.removeEventListener("resize",n.update,rt)}}const Gr={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:Kr,data:{}};var Zr={left:"right",right:"left",bottom:"top",top:"bottom"};function at(e){return e.replace(/left|right|bottom|top/g,function(t){return Zr[t]})}var Qr={start:"end",end:"start"};function kt(e){return e.replace(/start|end/g,function(t){return Qr[t]})}function Ct(e){var t=W(e),n=t.pageXOffset,r=t.pageYOffset;return{scrollLeft:n,scrollTop:r}}function Rt(e){return Ce(fe(e)).left+Ct(e).scrollLeft}function Jr(e,t){var n=W(e),r=fe(e),o=n.visualViewport,u=r.clientWidth,c=r.clientHeight,l=0,a=0;if(o){u=o.width,c=o.height;var p=wn();(p||!p&&t==="fixed")&&(l=o.offsetLeft,a=o.offsetTop)}return{width:u,height:c,x:l+Rt(e),y:a}}function ei(e){var t,n=fe(e),r=Ct(e),o=(t=e.ownerDocument)==null?void 0:t.body,u=ge(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),c=ge(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),l=-r.scrollLeft+Rt(e),a=-r.scrollTop;return se(o||n).direction==="rtl"&&(l+=ge(n.clientWidth,o?o.clientWidth:0)-u),{width:u,height:c,x:l,y:a}}function Lt(e){var t=se(e),n=t.overflow,r=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+r)}function An(e){return["html","body","#document"].indexOf(te(e))>=0?e.ownerDocument.body:Y(e)&&Lt(e)?e:An(ct(e))}function ke(e,t){var n;t===void 0&&(t=[]);var r=An(e),o=r===((n=e.ownerDocument)==null?void 0:n.body),u=W(r),c=o?[u].concat(u.visualViewport||[],Lt(r)?r:[]):r,l=t.concat(c);return o?l:l.concat(ke(ct(c)))}function gt(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function ti(e,t){var n=Ce(e,!1,t==="fixed");return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}function jt(e,t,n){return t===gn?gt(Jr(e,n)):ye(t)?ti(t,n):gt(ei(fe(e)))}function ni(e){var t=ke(ct(e)),n=["absolute","fixed"].indexOf(se(e).position)>=0,r=n&&Y(e)?We(e):e;return ye(r)?t.filter(function(o){return ye(o)&&En(o,r)&&te(o)!=="body"}):[]}function ri(e,t,n,r){var o=t==="clippingParents"?ni(e):[].concat(t),u=[].concat(o,[n]),c=u[0],l=u.reduce(function(a,p){var f=jt(e,p,r);return a.top=ge(f.top,a.top),a.right=st(f.right,a.right),a.bottom=st(f.bottom,a.bottom),a.left=ge(f.left,a.left),a},jt(e,c,r));return l.width=l.right-l.left,l.height=l.bottom-l.top,l.x=l.left,l.y=l.top,l}function Sn(e){var t=e.reference,n=e.element,r=e.placement,o=r?ee(r):null,u=r?Re(r):null,c=t.x+t.width/2-n.width/2,l=t.y+t.height/2-n.height/2,a;switch(o){case V:a={x:c,y:t.y-n.height};break;case q:a={x:c,y:t.y+t.height};break;case X:a={x:t.x+t.width,y:l};break;case B:a={x:t.x-n.width,y:l};break;default:a={x:t.x,y:t.y}}var p=o?Dt(o):null;if(p!=null){var f=p==="y"?"height":"width";switch(u){case Se:a[p]=a[p]-(t[f]/2-n[f]/2);break;case Ve:a[p]=a[p]+(t[f]/2-n[f]/2);break}}return a}function Be(e,t){t===void 0&&(t={});var n=t,r=n.placement,o=r===void 0?e.placement:r,u=n.strategy,c=u===void 0?e.strategy:u,l=n.boundary,a=l===void 0?xr:l,p=n.rootBoundary,f=p===void 0?gn:p,y=n.elementContext,g=y===void 0?Me:y,h=n.altBoundary,b=h===void 0?!1:h,w=n.padding,E=w===void 0?0:w,x=Tn(typeof E!="number"?E:xn(E,He)),S=g===Me?Ar:Me,C=e.rects.popper,i=e.elements[b?S:g],T=ri(ye(i)?i:i.contextElement||fe(e.elements.popper),a,f,c),d=Ce(e.elements.reference),D=Sn({reference:d,element:C,strategy:"absolute",placement:o}),P=gt(Object.assign({},C,D)),I=g===Me?P:d,L={top:T.top-I.top+x.top,bottom:I.bottom-T.bottom+x.bottom,left:T.left-I.left+x.left,right:I.right-T.right+x.right},N=e.modifiersData.offset;if(g===Me&&N){var _=N[o];Object.keys(L).forEach(function(R){var U=[X,q].indexOf(R)>=0?1:-1,F=[V,q].indexOf(R)>=0?"y":"x";L[R]+=_[F]*U})}return L}function ii(e,t){t===void 0&&(t={});var n=t,r=n.placement,o=n.boundary,u=n.rootBoundary,c=n.padding,l=n.flipVariations,a=n.allowedAutoPlacements,p=a===void 0?yn:a,f=Re(r),y=f?l?Nt:Nt.filter(function(b){return Re(b)===f}):He,g=y.filter(function(b){return p.indexOf(b)>=0});g.length===0&&(g=y);var h=g.reduce(function(b,w){return b[w]=Be(e,{placement:w,boundary:o,rootBoundary:u,padding:c})[ee(w)],b},{});return Object.keys(h).sort(function(b,w){return h[b]-h[w]})}function oi(e){if(ee(e)===xt)return[];var t=at(e);return[kt(e),t,kt(t)]}function ai(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var o=n.mainAxis,u=o===void 0?!0:o,c=n.altAxis,l=c===void 0?!0:c,a=n.fallbackPlacements,p=n.padding,f=n.boundary,y=n.rootBoundary,g=n.altBoundary,h=n.flipVariations,b=h===void 0?!0:h,w=n.allowedAutoPlacements,E=t.options.placement,x=ee(E),S=x===E,C=a||(S||!b?[at(E)]:oi(E)),i=[E].concat(C).reduce(function(ne,K){return ne.concat(ee(K)===xt?ii(t,{placement:K,boundary:f,rootBoundary:y,padding:p,flipVariations:b,allowedAutoPlacements:w}):K)},[]),T=t.rects.reference,d=t.rects.popper,D=new Map,P=!0,I=i[0],L=0;L<i.length;L++){var N=i[L],_=ee(N),R=Re(N)===Se,U=[V,q].indexOf(_)>=0,F=U?"width":"height",$=Be(t,{placement:N,boundary:f,rootBoundary:y,altBoundary:g,padding:p}),k=U?R?X:B:R?q:V;T[F]>d[F]&&(k=at(k));var M=at(k),G=[];if(u&&G.push($[_]<=0),l&&G.push($[k]<=0,$[M]<=0),G.every(function(ne){return ne})){I=N,P=!1;break}D.set(N,G)}if(P)for(var Z=b?3:1,pe=function(K){var re=i.find(function(be){var ie=D.get(be);if(ie)return ie.slice(0,K).every(function(we){return we})});if(re)return I=re,"break"},Q=Z;Q>0;Q--){var de=pe(Q);if(de==="break")break}t.placement!==I&&(t.modifiersData[r]._skip=!0,t.placement=I,t.reset=!0)}}const si={name:"flip",enabled:!0,phase:"main",fn:ai,requiresIfExists:["offset"],data:{_skip:!1}};function Vt(e,t,n){return n===void 0&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function Bt(e){return[V,X,q,B].some(function(t){return e[t]>=0})}function ui(e){var t=e.state,n=e.name,r=t.rects.reference,o=t.rects.popper,u=t.modifiersData.preventOverflow,c=Be(t,{elementContext:"reference"}),l=Be(t,{altBoundary:!0}),a=Vt(c,r),p=Vt(l,o,u),f=Bt(a),y=Bt(p);t.modifiersData[n]={referenceClippingOffsets:a,popperEscapeOffsets:p,isReferenceHidden:f,hasPopperEscaped:y},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":f,"data-popper-escaped":y})}const ci={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:ui};function li(e,t,n){var r=ee(e),o=[B,V].indexOf(r)>=0?-1:1,u=typeof n=="function"?n(Object.assign({},t,{placement:e})):n,c=u[0],l=u[1];return c=c||0,l=(l||0)*o,[B,X].indexOf(r)>=0?{x:l,y:c}:{x:c,y:l}}function fi(e){var t=e.state,n=e.options,r=e.name,o=n.offset,u=o===void 0?[0,0]:o,c=yn.reduce(function(f,y){return f[y]=li(y,t.rects,u),f},{}),l=c[t.placement],a=l.x,p=l.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=a,t.modifiersData.popperOffsets.y+=p),t.modifiersData[r]=c}const pi={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:fi};function di(e){var t=e.state,n=e.name;t.modifiersData[n]=Sn({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}const vi={name:"popperOffsets",enabled:!0,phase:"read",fn:di,data:{}};function hi(e){return e==="x"?"y":"x"}function mi(e){var t=e.state,n=e.options,r=e.name,o=n.mainAxis,u=o===void 0?!0:o,c=n.altAxis,l=c===void 0?!1:c,a=n.boundary,p=n.rootBoundary,f=n.altBoundary,y=n.padding,g=n.tether,h=g===void 0?!0:g,b=n.tetherOffset,w=b===void 0?0:b,E=Be(t,{boundary:a,rootBoundary:p,padding:y,altBoundary:f}),x=ee(t.placement),S=Re(t.placement),C=!S,i=Dt(x),T=hi(i),d=t.modifiersData.popperOffsets,D=t.rects.reference,P=t.rects.popper,I=typeof w=="function"?w(Object.assign({},t.rects,{placement:t.placement})):w,L=typeof I=="number"?{mainAxis:I,altAxis:I}:Object.assign({mainAxis:0,altAxis:0},I),N=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,_={x:0,y:0};if(d){if(u){var R,U=i==="y"?V:B,F=i==="y"?q:X,$=i==="y"?"height":"width",k=d[i],M=k+E[U],G=k-E[F],Z=h?-P[$]/2:0,pe=S===Se?D[$]:P[$],Q=S===Se?-P[$]:-D[$],de=t.elements.arrow,ne=h&&de?St(de):{width:0,height:0},K=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:On(),re=K[U],be=K[F],ie=$e(0,D[$],ne[$]),we=C?D[$]/2-Z-ie-re-L.mainAxis:pe-ie-re-L.mainAxis,ue=C?-D[$]/2+Z+ie+be+L.mainAxis:Q+ie+be+L.mainAxis,Ee=t.elements.arrow&&We(t.elements.arrow),Ye=Ee?i==="y"?Ee.clientTop||0:Ee.clientLeft||0:0,Le=(R=N==null?void 0:N[i])!=null?R:0,qe=k+we-Le-Ye,Xe=k+ue-Le,_e=$e(h?st(M,qe):M,k,h?ge(G,Xe):G);d[i]=_e,_[i]=_e-k}if(l){var Ie,Ke=i==="x"?V:B,Ge=i==="x"?q:X,oe=d[T],ce=T==="y"?"height":"width",Pe=oe+E[Ke],ve=oe-E[Ge],Ne=[V,B].indexOf(x)!==-1,Ze=(Ie=N==null?void 0:N[T])!=null?Ie:0,Qe=Ne?Pe:oe-D[ce]-P[ce]-Ze+L.altAxis,Je=Ne?oe+D[ce]+P[ce]-Ze-L.altAxis:ve,et=h&&Ne?Br(Qe,oe,Je):$e(h?Qe:Pe,oe,h?Je:ve);d[T]=et,_[T]=et-oe}t.modifiersData[r]=_}}const gi={name:"preventOverflow",enabled:!0,phase:"main",fn:mi,requiresIfExists:["offset"]};function yi(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function bi(e){return e===W(e)||!Y(e)?Ct(e):yi(e)}function wi(e){var t=e.getBoundingClientRect(),n=De(t.width)/e.offsetWidth||1,r=De(t.height)/e.offsetHeight||1;return n!==1||r!==1}function Ei(e,t,n){n===void 0&&(n=!1);var r=Y(t),o=Y(t)&&wi(t),u=fe(t),c=Ce(e,o,n),l={scrollLeft:0,scrollTop:0},a={x:0,y:0};return(r||!r&&!n)&&((te(t)!=="body"||Lt(u))&&(l=bi(t)),Y(t)?(a=Ce(t,!0),a.x+=t.clientLeft,a.y+=t.clientTop):u&&(a.x=Rt(u))),{x:c.left+l.scrollLeft-a.x,y:c.top+l.scrollTop-a.y,width:c.width,height:c.height}}function Oi(e){var t=new Map,n=new Set,r=[];e.forEach(function(u){t.set(u.name,u)});function o(u){n.add(u.name);var c=[].concat(u.requires||[],u.requiresIfExists||[]);c.forEach(function(l){if(!n.has(l)){var a=t.get(l);a&&o(a)}}),r.push(u)}return e.forEach(function(u){n.has(u.name)||o(u)}),r}function Ti(e){var t=Oi(e);return Mr.reduce(function(n,r){return n.concat(t.filter(function(o){return o.phase===r}))},[])}function xi(e){var t;return function(){return t||(t=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})})),t}}function Ai(e){var t=e.reduce(function(n,r){var o=n[r.name];return n[r.name]=o?Object.assign({},o,r,{options:Object.assign({},o.options,r.options),data:Object.assign({},o.data,r.data)}):r,n},{});return Object.keys(t).map(function(n){return t[n]})}var Ut={placement:"bottom",modifiers:[],strategy:"absolute"};function Ft(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some(function(r){return!(r&&typeof r.getBoundingClientRect=="function")})}function Si(e){e===void 0&&(e={});var t=e,n=t.defaultModifiers,r=n===void 0?[]:n,o=t.defaultOptions,u=o===void 0?Ut:o;return function(l,a,p){p===void 0&&(p=u);var f={placement:"bottom",orderedModifiers:[],options:Object.assign({},Ut,u),modifiersData:{},elements:{reference:l,popper:a},attributes:{},styles:{}},y=[],g=!1,h={state:f,setOptions:function(x){var S=typeof x=="function"?x(f.options):x;w(),f.options=Object.assign({},u,f.options,S),f.scrollParents={reference:ye(l)?ke(l):l.contextElement?ke(l.contextElement):[],popper:ke(a)};var C=Ti(Ai([].concat(r,f.options.modifiers)));return f.orderedModifiers=C.filter(function(i){return i.enabled}),b(),h.update()},forceUpdate:function(){if(!g){var x=f.elements,S=x.reference,C=x.popper;if(Ft(S,C)){f.rects={reference:Ei(S,We(C),f.options.strategy==="fixed"),popper:St(C)},f.reset=!1,f.placement=f.options.placement,f.orderedModifiers.forEach(function(L){return f.modifiersData[L.name]=Object.assign({},L.data)});for(var i=0;i<f.orderedModifiers.length;i++){if(f.reset===!0){f.reset=!1,i=-1;continue}var T=f.orderedModifiers[i],d=T.fn,D=T.options,P=D===void 0?{}:D,I=T.name;typeof d=="function"&&(f=d({state:f,options:P,name:I,instance:h})||f)}}}},update:xi(function(){return new Promise(function(E){h.forceUpdate(),E(f)})}),destroy:function(){w(),g=!0}};if(!Ft(l,a))return h;h.setOptions(p).then(function(E){!g&&p.onFirstUpdate&&p.onFirstUpdate(E)});function b(){f.orderedModifiers.forEach(function(E){var x=E.name,S=E.options,C=S===void 0?{}:S,i=E.effect;if(typeof i=="function"){var T=i({state:f,name:x,instance:h,options:C}),d=function(){};y.push(T||d)}})}function w(){y.forEach(function(E){return E()}),y=[]}return h}}var Di=[Gr,vi,Xr,bn,pi,si,gi,Wr,ci],Ci=Si({defaultModifiers:Di}),Ri="tippy-box",Dn="tippy-content",Li="tippy-backdrop",Cn="tippy-arrow",Rn="tippy-svg-arrow",me={passive:!0,capture:!0},Ln=function(){return document.body};function _i(e,t){return{}.hasOwnProperty.call(e,t)}function pt(e,t,n){if(Array.isArray(e)){var r=e[t];return r??(Array.isArray(n)?n[t]:n)}return e}function _t(e,t){var n={}.toString.call(e);return n.indexOf("[object")===0&&n.indexOf(t+"]")>-1}function _n(e,t){return typeof e=="function"?e.apply(void 0,t):e}function Ht(e,t){if(t===0)return e;var n;return function(r){clearTimeout(n),n=setTimeout(function(){e(r)},t)}}function Ii(e,t){var n=Object.assign({},e);return t.forEach(function(r){delete n[r]}),n}function Pi(e){return e.split(/\s+/).filter(Boolean)}function Ae(e){return[].concat(e)}function Wt(e,t){e.indexOf(t)===-1&&e.push(t)}function Ni(e){return e.filter(function(t,n){return e.indexOf(t)===n})}function Mi(e){return e.split("-")[0]}function ut(e){return[].slice.call(e)}function zt(e){return Object.keys(e).reduce(function(t,n){return e[n]!==void 0&&(t[n]=e[n]),t},{})}function je(){return document.createElement("div")}function Ue(e){return["Element","Fragment"].some(function(t){return _t(e,t)})}function $i(e){return _t(e,"NodeList")}function ki(e){return _t(e,"MouseEvent")}function ji(e){return!!(e&&e._tippy&&e._tippy.reference===e)}function Vi(e){return Ue(e)?[e]:$i(e)?ut(e):Array.isArray(e)?e:ut(document.querySelectorAll(e))}function dt(e,t){e.forEach(function(n){n&&(n.style.transitionDuration=t+"ms")})}function Yt(e,t){e.forEach(function(n){n&&n.setAttribute("data-state",t)})}function Bi(e){var t,n=Ae(e),r=n[0];return r!=null&&(t=r.ownerDocument)!=null&&t.body?r.ownerDocument:document}function Ui(e,t){var n=t.clientX,r=t.clientY;return e.every(function(o){var u=o.popperRect,c=o.popperState,l=o.props,a=l.interactiveBorder,p=Mi(c.placement),f=c.modifiersData.offset;if(!f)return!0;var y=p==="bottom"?f.top.y:0,g=p==="top"?f.bottom.y:0,h=p==="right"?f.left.x:0,b=p==="left"?f.right.x:0,w=u.top-r+y>a,E=r-u.bottom-g>a,x=u.left-n+h>a,S=n-u.right-b>a;return w||E||x||S})}function vt(e,t,n){var r=t+"EventListener";["transitionend","webkitTransitionEnd"].forEach(function(o){e[r](o,n)})}function qt(e,t){for(var n=t;n;){var r;if(e.contains(n))return!0;n=n.getRootNode==null||(r=n.getRootNode())==null?void 0:r.host}return!1}var J={isTouch:!1},Xt=0;function Fi(){J.isTouch||(J.isTouch=!0,window.performance&&document.addEventListener("mousemove",In))}function In(){var e=performance.now();e-Xt<20&&(J.isTouch=!1,document.removeEventListener("mousemove",In)),Xt=e}function Hi(){var e=document.activeElement;if(ji(e)){var t=e._tippy;e.blur&&!t.state.isVisible&&e.blur()}}function Wi(){document.addEventListener("touchstart",Fi,me),window.addEventListener("blur",Hi)}var zi=typeof window<"u"&&typeof document<"u",Yi=zi?!!window.msCrypto:!1;function xe(e){var t=e==="destroy"?"n already-":" ";return[e+"() was called on a"+t+"destroyed instance. This is a no-op but","indicates a potential memory leak."].join(" ")}function Kt(e){var t=/[ \t]{2,}/g,n=/^[ \t]*/gm;return e.replace(t," ").replace(n,"").trim()}function qi(e){return Kt(`
|
|
1
|
+
"use strict";const Jn=require("vue"),le={ERROR:"error",WARNING:"warning",SUCCESS:"success"},er={LARGE:"lg",EXTRA_LARGE:"xl"},tr={xs:"",sm:"",md:"",lg:"d-description--lg",xl:"d-description--xl"},nr={xs:"d-label--xs",sm:"d-label--sm",md:"",lg:"d-label--lg",xl:"d-label--xl"},rr={esc:"Esc",escape:"Escape",tab:"Tab",enter:"Enter",space:"Space",spacebar:"Spacebar",up:"Up",arrowup:"ArrowUp",left:"Left",arrowleft:"ArrowLeft",right:"Right",arrowright:"ArrowRight",down:"Down",arrowdown:"ArrowDown",home:"Home",end:"End"},tn=le.ERROR,ir="dt";let or=0,Nt;const ar=typeof setImmediate=="function"?setImmediate:setTimeout;function Et(e=ir){return`${e}${or++}`}function nn(e,t){if(t){const n=sr(t);return e[Math.abs(n)%e.length]}else return e[rn(e.length)]}function sr(e){let t;for(let n=0;n<e.length;n++)t=Math.imul(31,t)+e.charCodeAt(n)|0;return t}function rn(e){return Math.floor(Math.random()*e)}function on(e){return e?e.map(t=>typeof t=="string"?{message:t,type:tn}:t):[]}function an(e){const t=Ot(e);return!e||!t?[]:e.filter(n=>!!n.message&&n.type===t)}function Ot(e){return e?ot(e,le.ERROR)?le.ERROR:ot(e,le.WARNING)?le.WARNING:ot(e,le.SUCCESS)?le.SUCCESS:null:null}function ot(e,t){return!e||!t?!1:e.some(n=>(n==null?void 0:n.type)===t)}const ur={name:"html-fragment",functional:!0,props:["html"],render(e,t){return new Jn({name:"Inner",beforeCreate(){this.$createElement=e},template:`<div>${t.props.html}</div>`}).$mount()._vnode.children}},cr=()=>new Promise(e=>{ar(e)}),lr=e=>e==null?void 0:e.toLowerCase().split("-").map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join("");function fr(e,t=300){clearTimeout(Nt),Nt=setTimeout(e,t)}function sn(e){const t=e.getBoundingClientRect(),n={top:t.top<0,left:t.left<0,bottom:t.bottom>(window.innerHeight||document.documentElement.clientHeight),right:t.right>(window.innerWidth||document.documentElement.clientWidth)};return n.any=Object.values(n).some(r=>r),n.all=Object.values(n).every(r=>r),n}const pr=/(?:(?:[^\s!@#$%^&*()_=+[\]{}\\|;:'",.<>/?]+)\.)/,dr=new RegExp("(?:com|ru|org|net|de|jp|uk|br|it|pl|fr|in|au|ir|info|nl|cn|es|cz|kr|ca|eu|ua|co|gr|za|ro|biz|ch|se|tw|mx|vn|hu|be|tr|at|dk|tv|me|ar|sk|no|us|fi|id|cl|xyz|io|pt|by|il|ie|nz|kz|hk|lt|cc|my|sg|club|bg|edu|рф|pk|su|top|th|hr|rs|pe|pro|si|az|lv|pw|ae|ph|online|ng|ee|ws|ve|cat)"),vr=new RegExp("(?:(?:[0-9]|[1-9]\\d|1\\d{2}|2[0-4]\\d|25[0-5])\\.){3}(?:[0-9]|[1-9]\\d|1\\d{2}|2[0-4]\\d|25[0-5])"),un=new RegExp("(?:"+[[pr.source,dr.source].join("+"),vr.source].join("|")+")"),hr=/(?:(?:[;/][^#?<>\s]*)?)/,cn=/(?:(?:\?[^#<>\s]+)?(?:#[^<>\s]+)?)/,ln=new RegExp("\\b"+[un.source,hr.source,cn.source,"(?!\\w)"].join("+")),fn=/\b[a-z\d.-]+:\/\/[^<>\s]+/,pn=new RegExp("(?:mailto:)?[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@"+[un.source,cn.source].join("+")+"(?!\\w)");function Tt(e=7,t=15){let n=!0;try{RegExp("(?<=\\W)")}catch{n=!1}return new RegExp(`${n?"(?:^|(?<=\\W))":""}(?![\\s\\-])\\+?(?:[0-9()\\- \\t]{${e},${t}})(?=\\b)(?=\\W(?=\\W|$)|\\s|$)`)}const dn=Tt(),vn=new RegExp([ln.source,fn.source,pn.source,dn.source].join("|"),"gi");function mr(e){var t;return!e||!["string","number"].includes(typeof e)?!1:(e=e.toString(),((t=dn.exec(e))==null?void 0:t[0])===e)}function gr(e){var t,n;return!e||typeof e!="string"?!1:((t=ln.exec(e))==null?void 0:t[0])===e||((n=fn.exec(e))==null?void 0:n[0])===e}function yr(e){var t;return!e||typeof e!="string"?!1:((t=pn.exec(e))==null?void 0:t[0])===e}function hn(e){return e.filter(t=>!!t).join(" ")}function mn(e,t="en-US"){return e.replace(new RegExp("^\\p{CWU}","u"),n=>n.toLocaleUpperCase(t))}const br={getUniqueString:Et,getRandomElement:nn,getRandomInt:rn,formatMessages:on,filterFormattedMessages:an,hasFormattedMessageOfType:ot,getValidationState:Ot,htmlFragment:ur,flushPromises:cr,kebabCaseToPascalCase:lr,debounce:fr,isOutOfViewPort:sn,getPhoneNumberRegex:Tt,linkRegex:vn,isEmailAddress:yr,isPhoneNumber:mr,isURL:gr,safeConcatStrings:hn,capitalizeFirstLetter:mn};function xt(e,t,n,r,o,u,c,l){var a=typeof e=="function"?e.options:e;t&&(a.render=t,a.staticRenderFns=n,a._compiled=!0),r&&(a.functional=!0),u&&(a._scopeId="data-v-"+u);var p;if(c?(p=function(g){g=g||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,!g&&typeof __VUE_SSR_CONTEXT__<"u"&&(g=__VUE_SSR_CONTEXT__),o&&o.call(this,g),g&&g._registeredComponents&&g._registeredComponents.add(c)},a._ssrRegister=p):o&&(p=l?function(){o.call(this,(a.functional?this.parent:this).$root.$options.shadowRoot)}:o),p)if(a.functional){a._injectStyles=p;var f=a.render;a.render=function(h,b){return p.call(b),f(h,b)}}else{var y=a.beforeCreate;a.beforeCreate=y?[].concat(y,p):[p]}return{exports:e,options:a}}const wr={name:"DtLazyShow",props:{show:{type:Boolean,default:!1},transition:{type:String,default:null},appear:{type:Boolean,default:!1}},data(){return{initialized:!!this.show}},computed:{isCSSEnabled(){return process.env.NODE_ENV!=="test"}},watch:{show:function(e){!e||this.initialized||(this.initialized=!0)}}};var Er=function(){var t=this,n=t._self._c;return n("transition",t._g({attrs:{name:t.transition,appear:t.appear,css:t.isCSSEnabled}},t.$listeners),[n("div",t._g({directives:[{name:"show",rawName:"v-show",value:t.show,expression:"show"}]},t.$listeners),[t.initialized?t._t("default"):t._e()],2)])},Or=[],Tr=xt(wr,Er,Or,!1,null,null,null,null);const gn=Tr.exports;var V="top",q="bottom",X="right",B="left",At="auto",We=[V,q,X,B],Se="start",Be="end",xr="clippingParents",yn="viewport",$e="popper",Ar="reference",Mt=We.reduce(function(e,t){return e.concat([t+"-"+Se,t+"-"+Be])},[]),bn=[].concat(We,[At]).reduce(function(e,t){return e.concat([t,t+"-"+Se,t+"-"+Be])},[]),Sr="beforeRead",Dr="read",Cr="afterRead",Rr="beforeMain",Lr="main",_r="afterMain",Ir="beforeWrite",Pr="write",Nr="afterWrite",Mr=[Sr,Dr,Cr,Rr,Lr,_r,Ir,Pr,Nr];function te(e){return e?(e.nodeName||"").toLowerCase():null}function W(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function ye(e){var t=W(e).Element;return e instanceof t||e instanceof Element}function Y(e){var t=W(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function St(e){if(typeof ShadowRoot>"u")return!1;var t=W(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function $r(e){var t=e.state;Object.keys(t.elements).forEach(function(n){var r=t.styles[n]||{},o=t.attributes[n]||{},u=t.elements[n];!Y(u)||!te(u)||(Object.assign(u.style,r),Object.keys(o).forEach(function(c){var l=o[c];l===!1?u.removeAttribute(c):u.setAttribute(c,l===!0?"":l)}))})}function kr(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(r){var o=t.elements[r],u=t.attributes[r]||{},c=Object.keys(t.styles.hasOwnProperty(r)?t.styles[r]:n[r]),l=c.reduce(function(a,p){return a[p]="",a},{});!Y(o)||!te(o)||(Object.assign(o.style,l),Object.keys(u).forEach(function(a){o.removeAttribute(a)}))})}}const wn={name:"applyStyles",enabled:!0,phase:"write",fn:$r,effect:kr,requires:["computeStyles"]};function ee(e){return e.split("-")[0]}var ge=Math.max,st=Math.min,De=Math.round;function mt(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function En(){return!/^((?!chrome|android).)*safari/i.test(mt())}function Ce(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!1);var r=e.getBoundingClientRect(),o=1,u=1;t&&Y(e)&&(o=e.offsetWidth>0&&De(r.width)/e.offsetWidth||1,u=e.offsetHeight>0&&De(r.height)/e.offsetHeight||1);var c=ye(e)?W(e):window,l=c.visualViewport,a=!En()&&n,p=(r.left+(a&&l?l.offsetLeft:0))/o,f=(r.top+(a&&l?l.offsetTop:0))/u,y=r.width/o,g=r.height/u;return{width:y,height:g,top:f,right:p+y,bottom:f+g,left:p,x:p,y:f}}function Dt(e){var t=Ce(e),n=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}function On(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&St(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function se(e){return W(e).getComputedStyle(e)}function jr(e){return["table","td","th"].indexOf(te(e))>=0}function fe(e){return((ye(e)?e.ownerDocument:e.document)||window.document).documentElement}function ct(e){return te(e)==="html"?e:e.assignedSlot||e.parentNode||(St(e)?e.host:null)||fe(e)}function $t(e){return!Y(e)||se(e).position==="fixed"?null:e.offsetParent}function Vr(e){var t=/firefox/i.test(mt()),n=/Trident/i.test(mt());if(n&&Y(e)){var r=se(e);if(r.position==="fixed")return null}var o=ct(e);for(St(o)&&(o=o.host);Y(o)&&["html","body"].indexOf(te(o))<0;){var u=se(o);if(u.transform!=="none"||u.perspective!=="none"||u.contain==="paint"||["transform","perspective"].indexOf(u.willChange)!==-1||t&&u.willChange==="filter"||t&&u.filter&&u.filter!=="none")return o;o=o.parentNode}return null}function ze(e){for(var t=W(e),n=$t(e);n&&jr(n)&&se(n).position==="static";)n=$t(n);return n&&(te(n)==="html"||te(n)==="body"&&se(n).position==="static")?t:n||Vr(e)||t}function Ct(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function ke(e,t,n){return ge(e,st(t,n))}function Br(e,t,n){var r=ke(e,t,n);return r>n?n:r}function Tn(){return{top:0,right:0,bottom:0,left:0}}function xn(e){return Object.assign({},Tn(),e)}function An(e,t){return t.reduce(function(n,r){return n[r]=e,n},{})}var Ur=function(t,n){return t=typeof t=="function"?t(Object.assign({},n.rects,{placement:n.placement})):t,xn(typeof t!="number"?t:An(t,We))};function Fr(e){var t,n=e.state,r=e.name,o=e.options,u=n.elements.arrow,c=n.modifiersData.popperOffsets,l=ee(n.placement),a=Ct(l),p=[B,X].indexOf(l)>=0,f=p?"height":"width";if(!(!u||!c)){var y=Ur(o.padding,n),g=Dt(u),h=a==="y"?V:B,b=a==="y"?q:X,w=n.rects.reference[f]+n.rects.reference[a]-c[a]-n.rects.popper[f],E=c[a]-n.rects.reference[a],x=ze(u),S=x?a==="y"?x.clientHeight||0:x.clientWidth||0:0,C=w/2-E/2,i=y[h],T=S-g[f]-y[b],d=S/2-g[f]/2+C,D=ke(i,d,T),P=a;n.modifiersData[r]=(t={},t[P]=D,t.centerOffset=D-d,t)}}function Hr(e){var t=e.state,n=e.options,r=n.element,o=r===void 0?"[data-popper-arrow]":r;o!=null&&(typeof o=="string"&&(o=t.elements.popper.querySelector(o),!o)||On(t.elements.popper,o)&&(t.elements.arrow=o))}const Wr={name:"arrow",enabled:!0,phase:"main",fn:Fr,effect:Hr,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Re(e){return e.split("-")[1]}var zr={top:"auto",right:"auto",bottom:"auto",left:"auto"};function Yr(e,t){var n=e.x,r=e.y,o=t.devicePixelRatio||1;return{x:De(n*o)/o||0,y:De(r*o)/o||0}}function kt(e){var t,n=e.popper,r=e.popperRect,o=e.placement,u=e.variation,c=e.offsets,l=e.position,a=e.gpuAcceleration,p=e.adaptive,f=e.roundOffsets,y=e.isFixed,g=c.x,h=g===void 0?0:g,b=c.y,w=b===void 0?0:b,E=typeof f=="function"?f({x:h,y:w}):{x:h,y:w};h=E.x,w=E.y;var x=c.hasOwnProperty("x"),S=c.hasOwnProperty("y"),C=B,i=V,T=window;if(p){var d=ze(n),D="clientHeight",P="clientWidth";if(d===W(n)&&(d=fe(n),se(d).position!=="static"&&l==="absolute"&&(D="scrollHeight",P="scrollWidth")),d=d,o===V||(o===B||o===X)&&u===Be){i=q;var I=y&&d===T&&T.visualViewport?T.visualViewport.height:d[D];w-=I-r.height,w*=a?1:-1}if(o===B||(o===V||o===q)&&u===Be){C=X;var L=y&&d===T&&T.visualViewport?T.visualViewport.width:d[P];h-=L-r.width,h*=a?1:-1}}var N=Object.assign({position:l},p&&zr),_=f===!0?Yr({x:h,y:w},W(n)):{x:h,y:w};if(h=_.x,w=_.y,a){var R;return Object.assign({},N,(R={},R[i]=S?"0":"",R[C]=x?"0":"",R.transform=(T.devicePixelRatio||1)<=1?"translate("+h+"px, "+w+"px)":"translate3d("+h+"px, "+w+"px, 0)",R))}return Object.assign({},N,(t={},t[i]=S?w+"px":"",t[C]=x?h+"px":"",t.transform="",t))}function qr(e){var t=e.state,n=e.options,r=n.gpuAcceleration,o=r===void 0?!0:r,u=n.adaptive,c=u===void 0?!0:u,l=n.roundOffsets,a=l===void 0?!0:l,p={placement:ee(t.placement),variation:Re(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:o,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,kt(Object.assign({},p,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:c,roundOffsets:a})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,kt(Object.assign({},p,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:a})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}const Xr={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:qr,data:{}};var rt={passive:!0};function Kr(e){var t=e.state,n=e.instance,r=e.options,o=r.scroll,u=o===void 0?!0:o,c=r.resize,l=c===void 0?!0:c,a=W(t.elements.popper),p=[].concat(t.scrollParents.reference,t.scrollParents.popper);return u&&p.forEach(function(f){f.addEventListener("scroll",n.update,rt)}),l&&a.addEventListener("resize",n.update,rt),function(){u&&p.forEach(function(f){f.removeEventListener("scroll",n.update,rt)}),l&&a.removeEventListener("resize",n.update,rt)}}const Gr={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:Kr,data:{}};var Zr={left:"right",right:"left",bottom:"top",top:"bottom"};function at(e){return e.replace(/left|right|bottom|top/g,function(t){return Zr[t]})}var Qr={start:"end",end:"start"};function jt(e){return e.replace(/start|end/g,function(t){return Qr[t]})}function Rt(e){var t=W(e),n=t.pageXOffset,r=t.pageYOffset;return{scrollLeft:n,scrollTop:r}}function Lt(e){return Ce(fe(e)).left+Rt(e).scrollLeft}function Jr(e,t){var n=W(e),r=fe(e),o=n.visualViewport,u=r.clientWidth,c=r.clientHeight,l=0,a=0;if(o){u=o.width,c=o.height;var p=En();(p||!p&&t==="fixed")&&(l=o.offsetLeft,a=o.offsetTop)}return{width:u,height:c,x:l+Lt(e),y:a}}function ei(e){var t,n=fe(e),r=Rt(e),o=(t=e.ownerDocument)==null?void 0:t.body,u=ge(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),c=ge(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),l=-r.scrollLeft+Lt(e),a=-r.scrollTop;return se(o||n).direction==="rtl"&&(l+=ge(n.clientWidth,o?o.clientWidth:0)-u),{width:u,height:c,x:l,y:a}}function _t(e){var t=se(e),n=t.overflow,r=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+r)}function Sn(e){return["html","body","#document"].indexOf(te(e))>=0?e.ownerDocument.body:Y(e)&&_t(e)?e:Sn(ct(e))}function je(e,t){var n;t===void 0&&(t=[]);var r=Sn(e),o=r===((n=e.ownerDocument)==null?void 0:n.body),u=W(r),c=o?[u].concat(u.visualViewport||[],_t(r)?r:[]):r,l=t.concat(c);return o?l:l.concat(je(ct(c)))}function gt(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function ti(e,t){var n=Ce(e,!1,t==="fixed");return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}function Vt(e,t,n){return t===yn?gt(Jr(e,n)):ye(t)?ti(t,n):gt(ei(fe(e)))}function ni(e){var t=je(ct(e)),n=["absolute","fixed"].indexOf(se(e).position)>=0,r=n&&Y(e)?ze(e):e;return ye(r)?t.filter(function(o){return ye(o)&&On(o,r)&&te(o)!=="body"}):[]}function ri(e,t,n,r){var o=t==="clippingParents"?ni(e):[].concat(t),u=[].concat(o,[n]),c=u[0],l=u.reduce(function(a,p){var f=Vt(e,p,r);return a.top=ge(f.top,a.top),a.right=st(f.right,a.right),a.bottom=st(f.bottom,a.bottom),a.left=ge(f.left,a.left),a},Vt(e,c,r));return l.width=l.right-l.left,l.height=l.bottom-l.top,l.x=l.left,l.y=l.top,l}function Dn(e){var t=e.reference,n=e.element,r=e.placement,o=r?ee(r):null,u=r?Re(r):null,c=t.x+t.width/2-n.width/2,l=t.y+t.height/2-n.height/2,a;switch(o){case V:a={x:c,y:t.y-n.height};break;case q:a={x:c,y:t.y+t.height};break;case X:a={x:t.x+t.width,y:l};break;case B:a={x:t.x-n.width,y:l};break;default:a={x:t.x,y:t.y}}var p=o?Ct(o):null;if(p!=null){var f=p==="y"?"height":"width";switch(u){case Se:a[p]=a[p]-(t[f]/2-n[f]/2);break;case Be:a[p]=a[p]+(t[f]/2-n[f]/2);break}}return a}function Ue(e,t){t===void 0&&(t={});var n=t,r=n.placement,o=r===void 0?e.placement:r,u=n.strategy,c=u===void 0?e.strategy:u,l=n.boundary,a=l===void 0?xr:l,p=n.rootBoundary,f=p===void 0?yn:p,y=n.elementContext,g=y===void 0?$e:y,h=n.altBoundary,b=h===void 0?!1:h,w=n.padding,E=w===void 0?0:w,x=xn(typeof E!="number"?E:An(E,We)),S=g===$e?Ar:$e,C=e.rects.popper,i=e.elements[b?S:g],T=ri(ye(i)?i:i.contextElement||fe(e.elements.popper),a,f,c),d=Ce(e.elements.reference),D=Dn({reference:d,element:C,strategy:"absolute",placement:o}),P=gt(Object.assign({},C,D)),I=g===$e?P:d,L={top:T.top-I.top+x.top,bottom:I.bottom-T.bottom+x.bottom,left:T.left-I.left+x.left,right:I.right-T.right+x.right},N=e.modifiersData.offset;if(g===$e&&N){var _=N[o];Object.keys(L).forEach(function(R){var U=[X,q].indexOf(R)>=0?1:-1,F=[V,q].indexOf(R)>=0?"y":"x";L[R]+=_[F]*U})}return L}function ii(e,t){t===void 0&&(t={});var n=t,r=n.placement,o=n.boundary,u=n.rootBoundary,c=n.padding,l=n.flipVariations,a=n.allowedAutoPlacements,p=a===void 0?bn:a,f=Re(r),y=f?l?Mt:Mt.filter(function(b){return Re(b)===f}):We,g=y.filter(function(b){return p.indexOf(b)>=0});g.length===0&&(g=y);var h=g.reduce(function(b,w){return b[w]=Ue(e,{placement:w,boundary:o,rootBoundary:u,padding:c})[ee(w)],b},{});return Object.keys(h).sort(function(b,w){return h[b]-h[w]})}function oi(e){if(ee(e)===At)return[];var t=at(e);return[jt(e),t,jt(t)]}function ai(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var o=n.mainAxis,u=o===void 0?!0:o,c=n.altAxis,l=c===void 0?!0:c,a=n.fallbackPlacements,p=n.padding,f=n.boundary,y=n.rootBoundary,g=n.altBoundary,h=n.flipVariations,b=h===void 0?!0:h,w=n.allowedAutoPlacements,E=t.options.placement,x=ee(E),S=x===E,C=a||(S||!b?[at(E)]:oi(E)),i=[E].concat(C).reduce(function(ne,K){return ne.concat(ee(K)===At?ii(t,{placement:K,boundary:f,rootBoundary:y,padding:p,flipVariations:b,allowedAutoPlacements:w}):K)},[]),T=t.rects.reference,d=t.rects.popper,D=new Map,P=!0,I=i[0],L=0;L<i.length;L++){var N=i[L],_=ee(N),R=Re(N)===Se,U=[V,q].indexOf(_)>=0,F=U?"width":"height",$=Ue(t,{placement:N,boundary:f,rootBoundary:y,altBoundary:g,padding:p}),k=U?R?X:B:R?q:V;T[F]>d[F]&&(k=at(k));var M=at(k),G=[];if(u&&G.push($[_]<=0),l&&G.push($[k]<=0,$[M]<=0),G.every(function(ne){return ne})){I=N,P=!1;break}D.set(N,G)}if(P)for(var Z=b?3:1,pe=function(K){var re=i.find(function(be){var ie=D.get(be);if(ie)return ie.slice(0,K).every(function(we){return we})});if(re)return I=re,"break"},Q=Z;Q>0;Q--){var de=pe(Q);if(de==="break")break}t.placement!==I&&(t.modifiersData[r]._skip=!0,t.placement=I,t.reset=!0)}}const si={name:"flip",enabled:!0,phase:"main",fn:ai,requiresIfExists:["offset"],data:{_skip:!1}};function Bt(e,t,n){return n===void 0&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function Ut(e){return[V,X,q,B].some(function(t){return e[t]>=0})}function ui(e){var t=e.state,n=e.name,r=t.rects.reference,o=t.rects.popper,u=t.modifiersData.preventOverflow,c=Ue(t,{elementContext:"reference"}),l=Ue(t,{altBoundary:!0}),a=Bt(c,r),p=Bt(l,o,u),f=Ut(a),y=Ut(p);t.modifiersData[n]={referenceClippingOffsets:a,popperEscapeOffsets:p,isReferenceHidden:f,hasPopperEscaped:y},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":f,"data-popper-escaped":y})}const ci={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:ui};function li(e,t,n){var r=ee(e),o=[B,V].indexOf(r)>=0?-1:1,u=typeof n=="function"?n(Object.assign({},t,{placement:e})):n,c=u[0],l=u[1];return c=c||0,l=(l||0)*o,[B,X].indexOf(r)>=0?{x:l,y:c}:{x:c,y:l}}function fi(e){var t=e.state,n=e.options,r=e.name,o=n.offset,u=o===void 0?[0,0]:o,c=bn.reduce(function(f,y){return f[y]=li(y,t.rects,u),f},{}),l=c[t.placement],a=l.x,p=l.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=a,t.modifiersData.popperOffsets.y+=p),t.modifiersData[r]=c}const pi={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:fi};function di(e){var t=e.state,n=e.name;t.modifiersData[n]=Dn({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}const vi={name:"popperOffsets",enabled:!0,phase:"read",fn:di,data:{}};function hi(e){return e==="x"?"y":"x"}function mi(e){var t=e.state,n=e.options,r=e.name,o=n.mainAxis,u=o===void 0?!0:o,c=n.altAxis,l=c===void 0?!1:c,a=n.boundary,p=n.rootBoundary,f=n.altBoundary,y=n.padding,g=n.tether,h=g===void 0?!0:g,b=n.tetherOffset,w=b===void 0?0:b,E=Ue(t,{boundary:a,rootBoundary:p,padding:y,altBoundary:f}),x=ee(t.placement),S=Re(t.placement),C=!S,i=Ct(x),T=hi(i),d=t.modifiersData.popperOffsets,D=t.rects.reference,P=t.rects.popper,I=typeof w=="function"?w(Object.assign({},t.rects,{placement:t.placement})):w,L=typeof I=="number"?{mainAxis:I,altAxis:I}:Object.assign({mainAxis:0,altAxis:0},I),N=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,_={x:0,y:0};if(d){if(u){var R,U=i==="y"?V:B,F=i==="y"?q:X,$=i==="y"?"height":"width",k=d[i],M=k+E[U],G=k-E[F],Z=h?-P[$]/2:0,pe=S===Se?D[$]:P[$],Q=S===Se?-P[$]:-D[$],de=t.elements.arrow,ne=h&&de?Dt(de):{width:0,height:0},K=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:Tn(),re=K[U],be=K[F],ie=ke(0,D[$],ne[$]),we=C?D[$]/2-Z-ie-re-L.mainAxis:pe-ie-re-L.mainAxis,ue=C?-D[$]/2+Z+ie+be+L.mainAxis:Q+ie+be+L.mainAxis,Ee=t.elements.arrow&&ze(t.elements.arrow),Ye=Ee?i==="y"?Ee.clientTop||0:Ee.clientLeft||0:0,_e=(R=N==null?void 0:N[i])!=null?R:0,qe=k+we-_e-Ye,Xe=k+ue-_e,Ie=ke(h?st(M,qe):M,k,h?ge(G,Xe):G);d[i]=Ie,_[i]=Ie-k}if(l){var Pe,Ke=i==="x"?V:B,Ge=i==="x"?q:X,oe=d[T],ce=T==="y"?"height":"width",Ne=oe+E[Ke],ve=oe-E[Ge],Me=[V,B].indexOf(x)!==-1,Ze=(Pe=N==null?void 0:N[T])!=null?Pe:0,Qe=Me?Ne:oe-D[ce]-P[ce]-Ze+L.altAxis,Je=Me?oe+D[ce]+P[ce]-Ze-L.altAxis:ve,et=h&&Me?Br(Qe,oe,Je):ke(h?Qe:Ne,oe,h?Je:ve);d[T]=et,_[T]=et-oe}t.modifiersData[r]=_}}const gi={name:"preventOverflow",enabled:!0,phase:"main",fn:mi,requiresIfExists:["offset"]};function yi(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function bi(e){return e===W(e)||!Y(e)?Rt(e):yi(e)}function wi(e){var t=e.getBoundingClientRect(),n=De(t.width)/e.offsetWidth||1,r=De(t.height)/e.offsetHeight||1;return n!==1||r!==1}function Ei(e,t,n){n===void 0&&(n=!1);var r=Y(t),o=Y(t)&&wi(t),u=fe(t),c=Ce(e,o,n),l={scrollLeft:0,scrollTop:0},a={x:0,y:0};return(r||!r&&!n)&&((te(t)!=="body"||_t(u))&&(l=bi(t)),Y(t)?(a=Ce(t,!0),a.x+=t.clientLeft,a.y+=t.clientTop):u&&(a.x=Lt(u))),{x:c.left+l.scrollLeft-a.x,y:c.top+l.scrollTop-a.y,width:c.width,height:c.height}}function Oi(e){var t=new Map,n=new Set,r=[];e.forEach(function(u){t.set(u.name,u)});function o(u){n.add(u.name);var c=[].concat(u.requires||[],u.requiresIfExists||[]);c.forEach(function(l){if(!n.has(l)){var a=t.get(l);a&&o(a)}}),r.push(u)}return e.forEach(function(u){n.has(u.name)||o(u)}),r}function Ti(e){var t=Oi(e);return Mr.reduce(function(n,r){return n.concat(t.filter(function(o){return o.phase===r}))},[])}function xi(e){var t;return function(){return t||(t=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})})),t}}function Ai(e){var t=e.reduce(function(n,r){var o=n[r.name];return n[r.name]=o?Object.assign({},o,r,{options:Object.assign({},o.options,r.options),data:Object.assign({},o.data,r.data)}):r,n},{});return Object.keys(t).map(function(n){return t[n]})}var Ft={placement:"bottom",modifiers:[],strategy:"absolute"};function Ht(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some(function(r){return!(r&&typeof r.getBoundingClientRect=="function")})}function Si(e){e===void 0&&(e={});var t=e,n=t.defaultModifiers,r=n===void 0?[]:n,o=t.defaultOptions,u=o===void 0?Ft:o;return function(l,a,p){p===void 0&&(p=u);var f={placement:"bottom",orderedModifiers:[],options:Object.assign({},Ft,u),modifiersData:{},elements:{reference:l,popper:a},attributes:{},styles:{}},y=[],g=!1,h={state:f,setOptions:function(x){var S=typeof x=="function"?x(f.options):x;w(),f.options=Object.assign({},u,f.options,S),f.scrollParents={reference:ye(l)?je(l):l.contextElement?je(l.contextElement):[],popper:je(a)};var C=Ti(Ai([].concat(r,f.options.modifiers)));return f.orderedModifiers=C.filter(function(i){return i.enabled}),b(),h.update()},forceUpdate:function(){if(!g){var x=f.elements,S=x.reference,C=x.popper;if(Ht(S,C)){f.rects={reference:Ei(S,ze(C),f.options.strategy==="fixed"),popper:Dt(C)},f.reset=!1,f.placement=f.options.placement,f.orderedModifiers.forEach(function(L){return f.modifiersData[L.name]=Object.assign({},L.data)});for(var i=0;i<f.orderedModifiers.length;i++){if(f.reset===!0){f.reset=!1,i=-1;continue}var T=f.orderedModifiers[i],d=T.fn,D=T.options,P=D===void 0?{}:D,I=T.name;typeof d=="function"&&(f=d({state:f,options:P,name:I,instance:h})||f)}}}},update:xi(function(){return new Promise(function(E){h.forceUpdate(),E(f)})}),destroy:function(){w(),g=!0}};if(!Ht(l,a))return h;h.setOptions(p).then(function(E){!g&&p.onFirstUpdate&&p.onFirstUpdate(E)});function b(){f.orderedModifiers.forEach(function(E){var x=E.name,S=E.options,C=S===void 0?{}:S,i=E.effect;if(typeof i=="function"){var T=i({state:f,name:x,instance:h,options:C}),d=function(){};y.push(T||d)}})}function w(){y.forEach(function(E){return E()}),y=[]}return h}}var Di=[Gr,vi,Xr,wn,pi,si,gi,Wr,ci],Ci=Si({defaultModifiers:Di}),Ri="tippy-box",Cn="tippy-content",Li="tippy-backdrop",Rn="tippy-arrow",Ln="tippy-svg-arrow",me={passive:!0,capture:!0},_n=function(){return document.body};function _i(e,t){return{}.hasOwnProperty.call(e,t)}function pt(e,t,n){if(Array.isArray(e)){var r=e[t];return r??(Array.isArray(n)?n[t]:n)}return e}function It(e,t){var n={}.toString.call(e);return n.indexOf("[object")===0&&n.indexOf(t+"]")>-1}function In(e,t){return typeof e=="function"?e.apply(void 0,t):e}function Wt(e,t){if(t===0)return e;var n;return function(r){clearTimeout(n),n=setTimeout(function(){e(r)},t)}}function Ii(e,t){var n=Object.assign({},e);return t.forEach(function(r){delete n[r]}),n}function Pi(e){return e.split(/\s+/).filter(Boolean)}function Ae(e){return[].concat(e)}function zt(e,t){e.indexOf(t)===-1&&e.push(t)}function Ni(e){return e.filter(function(t,n){return e.indexOf(t)===n})}function Mi(e){return e.split("-")[0]}function ut(e){return[].slice.call(e)}function Yt(e){return Object.keys(e).reduce(function(t,n){return e[n]!==void 0&&(t[n]=e[n]),t},{})}function Ve(){return document.createElement("div")}function Fe(e){return["Element","Fragment"].some(function(t){return It(e,t)})}function $i(e){return It(e,"NodeList")}function ki(e){return It(e,"MouseEvent")}function ji(e){return!!(e&&e._tippy&&e._tippy.reference===e)}function Vi(e){return Fe(e)?[e]:$i(e)?ut(e):Array.isArray(e)?e:ut(document.querySelectorAll(e))}function dt(e,t){e.forEach(function(n){n&&(n.style.transitionDuration=t+"ms")})}function qt(e,t){e.forEach(function(n){n&&n.setAttribute("data-state",t)})}function Bi(e){var t,n=Ae(e),r=n[0];return r!=null&&(t=r.ownerDocument)!=null&&t.body?r.ownerDocument:document}function Ui(e,t){var n=t.clientX,r=t.clientY;return e.every(function(o){var u=o.popperRect,c=o.popperState,l=o.props,a=l.interactiveBorder,p=Mi(c.placement),f=c.modifiersData.offset;if(!f)return!0;var y=p==="bottom"?f.top.y:0,g=p==="top"?f.bottom.y:0,h=p==="right"?f.left.x:0,b=p==="left"?f.right.x:0,w=u.top-r+y>a,E=r-u.bottom-g>a,x=u.left-n+h>a,S=n-u.right-b>a;return w||E||x||S})}function vt(e,t,n){var r=t+"EventListener";["transitionend","webkitTransitionEnd"].forEach(function(o){e[r](o,n)})}function Xt(e,t){for(var n=t;n;){var r;if(e.contains(n))return!0;n=n.getRootNode==null||(r=n.getRootNode())==null?void 0:r.host}return!1}var J={isTouch:!1},Kt=0;function Fi(){J.isTouch||(J.isTouch=!0,window.performance&&document.addEventListener("mousemove",Pn))}function Pn(){var e=performance.now();e-Kt<20&&(J.isTouch=!1,document.removeEventListener("mousemove",Pn)),Kt=e}function Hi(){var e=document.activeElement;if(ji(e)){var t=e._tippy;e.blur&&!t.state.isVisible&&e.blur()}}function Wi(){document.addEventListener("touchstart",Fi,me),window.addEventListener("blur",Hi)}var zi=typeof window<"u"&&typeof document<"u",Yi=zi?!!window.msCrypto:!1;function xe(e){var t=e==="destroy"?"n already-":" ";return[e+"() was called on a"+t+"destroyed instance. This is a no-op but","indicates a potential memory leak."].join(" ")}function Gt(e){var t=/[ \t]{2,}/g,n=/^[ \t]*/gm;return e.replace(t," ").replace(n,"").trim()}function qi(e){return Gt(`
|
|
2
2
|
%ctippy.js
|
|
3
3
|
|
|
4
|
-
%c`+
|
|
4
|
+
%c`+Gt(e)+`
|
|
5
5
|
|
|
6
6
|
%c👷 This is a development-only message. It will be removed in production.
|
|
7
|
-
`)}function
|
|
7
|
+
`)}function Nn(e){return[qi(e),"color: #00C584; font-size: 1.3em; font-weight: bold;","line-height: 1.5","color: #a6a095;"]}var He;process.env.NODE_ENV!=="production"&&Xi();function Xi(){He=new Set}function ae(e,t){if(e&&!He.has(t)){var n;He.add(t),(n=console).warn.apply(n,Nn(t))}}function yt(e,t){if(e&&!He.has(t)){var n;He.add(t),(n=console).error.apply(n,Nn(t))}}function Ki(e){var t=!e,n=Object.prototype.toString.call(e)==="[object Object]"&&!e.addEventListener;yt(t,["tippy() was passed","`"+String(e)+"`","as its targets (first) argument. Valid types are: String, Element,","Element[], or NodeList."].join(" ")),yt(n,["tippy() was passed a plain object which is not supported as an argument","for virtual positioning. Use props.getReferenceClientRect instead."].join(" "))}var Mn={animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},Gi={allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999},H=Object.assign({appendTo:_n,aria:{content:"auto",expanded:"auto"},delay:0,duration:[300,250],getReferenceClientRect:null,hideOnClick:!0,ignoreAttributes:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,moveTransition:"",offset:[0,10],onAfterUpdate:function(){},onBeforeUpdate:function(){},onCreate:function(){},onDestroy:function(){},onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},onUntrigger:function(){},onClickOutside:function(){},placement:"top",plugins:[],popperOptions:{},render:null,showOnCreate:!1,touch:!0,trigger:"mouseenter focus",triggerTarget:null},Mn,Gi),Zi=Object.keys(H),Qi=function(t){process.env.NODE_ENV!=="production"&&kn(t,[]);var n=Object.keys(t);n.forEach(function(r){H[r]=t[r]})};function $n(e){var t=e.plugins||[],n=t.reduce(function(r,o){var u=o.name,c=o.defaultValue;if(u){var l;r[u]=e[u]!==void 0?e[u]:(l=H[u])!=null?l:c}return r},{});return Object.assign({},e,n)}function Ji(e,t){var n=t?Object.keys($n(Object.assign({},H,{plugins:t}))):Zi,r=n.reduce(function(o,u){var c=(e.getAttribute("data-tippy-"+u)||"").trim();if(!c)return o;if(u==="content")o[u]=c;else try{o[u]=JSON.parse(c)}catch{o[u]=c}return o},{});return r}function Zt(e,t){var n=Object.assign({},t,{content:In(t.content,[e])},t.ignoreAttributes?{}:Ji(e,t.plugins));return n.aria=Object.assign({},H.aria,n.aria),n.aria={expanded:n.aria.expanded==="auto"?t.interactive:n.aria.expanded,content:n.aria.content==="auto"?t.interactive?null:"describedby":n.aria.content},n}function kn(e,t){e===void 0&&(e={}),t===void 0&&(t=[]);var n=Object.keys(e);n.forEach(function(r){var o=Ii(H,Object.keys(Mn)),u=!_i(o,r);u&&(u=t.filter(function(c){return c.name===r}).length===0),ae(u,["`"+r+"`","is not a valid prop. You may have spelled it incorrectly, or if it's","a plugin, forgot to pass it in an array as props.plugins.",`
|
|
8
8
|
|
|
9
9
|
`,`All props: https://atomiks.github.io/tippyjs/v6/all-props/
|
|
10
|
-
`,"Plugins: https://atomiks.github.io/tippyjs/v6/plugins/"].join(" "))})}var eo=function(){return"innerHTML"};function bt(e,t){e[eo()]=t}function
|
|
10
|
+
`,"Plugins: https://atomiks.github.io/tippyjs/v6/plugins/"].join(" "))})}var eo=function(){return"innerHTML"};function bt(e,t){e[eo()]=t}function Qt(e){var t=Ve();return e===!0?t.className=Rn:(t.className=Ln,Fe(e)?t.appendChild(e):bt(t,e)),t}function Jt(e,t){Fe(t.content)?(bt(e,""),e.appendChild(t.content)):typeof t.content!="function"&&(t.allowHTML?bt(e,t.content):e.textContent=t.content)}function wt(e){var t=e.firstElementChild,n=ut(t.children);return{box:t,content:n.find(function(r){return r.classList.contains(Cn)}),arrow:n.find(function(r){return r.classList.contains(Rn)||r.classList.contains(Ln)}),backdrop:n.find(function(r){return r.classList.contains(Li)})}}function jn(e){var t=Ve(),n=Ve();n.className=Ri,n.setAttribute("data-state","hidden"),n.setAttribute("tabindex","-1");var r=Ve();r.className=Cn,r.setAttribute("data-state","hidden"),Jt(r,e.props),t.appendChild(n),n.appendChild(r),o(e.props,e.props);function o(u,c){var l=wt(t),a=l.box,p=l.content,f=l.arrow;c.theme?a.setAttribute("data-theme",c.theme):a.removeAttribute("data-theme"),typeof c.animation=="string"?a.setAttribute("data-animation",c.animation):a.removeAttribute("data-animation"),c.inertia?a.setAttribute("data-inertia",""):a.removeAttribute("data-inertia"),a.style.maxWidth=typeof c.maxWidth=="number"?c.maxWidth+"px":c.maxWidth,c.role?a.setAttribute("role",c.role):a.removeAttribute("role"),(u.content!==c.content||u.allowHTML!==c.allowHTML)&&Jt(p,e.props),c.arrow?f?u.arrow!==c.arrow&&(a.removeChild(f),a.appendChild(Qt(c.arrow))):a.appendChild(Qt(c.arrow)):f&&a.removeChild(f)}return{popper:t,onUpdate:o}}jn.$$tippy=!0;var to=1,it=[],ht=[];function no(e,t){var n=Zt(e,Object.assign({},H,$n(Yt(t)))),r,o,u,c=!1,l=!1,a=!1,p=!1,f,y,g,h=[],b=Wt(qe,n.interactiveDebounce),w,E=to++,x=null,S=Ni(n.plugins),C={isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},i={id:E,reference:e,popper:Ve(),popperInstance:x,props:n,state:C,plugins:S,clearDelayTimeouts:Qe,setProps:Je,setContent:et,show:qn,hide:Xn,hideWithInteractivity:Kn,enable:Me,disable:Ze,unmount:Gn,destroy:Zn};if(!n.render)return process.env.NODE_ENV!=="production"&&yt(!0,"render() function has not been supplied."),i;var T=n.render(i),d=T.popper,D=T.onUpdate;d.setAttribute("data-tippy-root",""),d.id="tippy-"+i.id,i.popper=d,e._tippy=i,d._tippy=i;var P=S.map(function(s){return s.fn(i)}),I=e.hasAttribute("aria-expanded");return Ee(),Z(),k(),M("onCreate",[i]),n.showOnCreate&&Ne(),d.addEventListener("mouseenter",function(){i.props.interactive&&i.state.isVisible&&i.clearDelayTimeouts()}),d.addEventListener("mouseleave",function(){i.props.interactive&&i.props.trigger.indexOf("mouseenter")>=0&&U().addEventListener("mousemove",b)}),i;function L(){var s=i.props.touch;return Array.isArray(s)?s:[s,0]}function N(){return L()[0]==="hold"}function _(){var s;return!!((s=i.props.render)!=null&&s.$$tippy)}function R(){return w||e}function U(){var s=R().parentNode;return s?Bi(s):document}function F(){return wt(d)}function $(s){return i.state.isMounted&&!i.state.isVisible||J.isTouch||f&&f.type==="focus"?0:pt(i.props.delay,s?0:1,H.delay)}function k(s){s===void 0&&(s=!1),d.style.pointerEvents=i.props.interactive&&!s?"":"none",d.style.zIndex=""+i.props.zIndex}function M(s,v,m){if(m===void 0&&(m=!0),P.forEach(function(O){O[s]&&O[s].apply(O,v)}),m){var A;(A=i.props)[s].apply(A,v)}}function G(){var s=i.props.aria;if(s.content){var v="aria-"+s.content,m=d.id,A=Ae(i.props.triggerTarget||e);A.forEach(function(O){var j=O.getAttribute(v);if(i.state.isVisible)O.setAttribute(v,j?j+" "+m:m);else{var z=j&&j.replace(m,"").trim();z?O.setAttribute(v,z):O.removeAttribute(v)}})}}function Z(){if(!(I||!i.props.aria.expanded)){var s=Ae(i.props.triggerTarget||e);s.forEach(function(v){i.props.interactive?v.setAttribute("aria-expanded",i.state.isVisible&&v===R()?"true":"false"):v.removeAttribute("aria-expanded")})}}function pe(){U().removeEventListener("mousemove",b),it=it.filter(function(s){return s!==b})}function Q(s){if(!(J.isTouch&&(a||s.type==="mousedown"))){var v=s.composedPath&&s.composedPath()[0]||s.target;if(!(i.props.interactive&&Xt(d,v))){if(Ae(i.props.triggerTarget||e).some(function(m){return Xt(m,v)})){if(J.isTouch||i.state.isVisible&&i.props.trigger.indexOf("click")>=0)return}else M("onClickOutside",[i,s]);i.props.hideOnClick===!0&&(i.clearDelayTimeouts(),i.hide(),l=!0,setTimeout(function(){l=!1}),i.state.isMounted||re())}}}function de(){a=!0}function ne(){a=!1}function K(){var s=U();s.addEventListener("mousedown",Q,!0),s.addEventListener("touchend",Q,me),s.addEventListener("touchstart",ne,me),s.addEventListener("touchmove",de,me)}function re(){var s=U();s.removeEventListener("mousedown",Q,!0),s.removeEventListener("touchend",Q,me),s.removeEventListener("touchstart",ne,me),s.removeEventListener("touchmove",de,me)}function be(s,v){we(s,function(){!i.state.isVisible&&d.parentNode&&d.parentNode.contains(d)&&v()})}function ie(s,v){we(s,v)}function we(s,v){var m=F().box;function A(O){O.target===m&&(vt(m,"remove",A),v())}if(s===0)return v();vt(m,"remove",y),vt(m,"add",A),y=A}function ue(s,v,m){m===void 0&&(m=!1);var A=Ae(i.props.triggerTarget||e);A.forEach(function(O){O.addEventListener(s,v,m),h.push({node:O,eventType:s,handler:v,options:m})})}function Ee(){N()&&(ue("touchstart",_e,{passive:!0}),ue("touchend",Xe,{passive:!0})),Pi(i.props.trigger).forEach(function(s){if(s!=="manual")switch(ue(s,_e),s){case"mouseenter":ue("mouseleave",Xe);break;case"focus":ue(Yi?"focusout":"blur",Ie);break;case"focusin":ue("focusout",Ie);break}})}function Ye(){h.forEach(function(s){var v=s.node,m=s.eventType,A=s.handler,O=s.options;v.removeEventListener(m,A,O)}),h=[]}function _e(s){var v,m=!1;if(!(!i.state.isEnabled||Pe(s)||l)){var A=((v=f)==null?void 0:v.type)==="focus";f=s,w=s.currentTarget,Z(),!i.state.isVisible&&ki(s)&&it.forEach(function(O){return O(s)}),s.type==="click"&&(i.props.trigger.indexOf("mouseenter")<0||c)&&i.props.hideOnClick!==!1&&i.state.isVisible?m=!0:Ne(s),s.type==="click"&&(c=!m),m&&!A&&ve(s)}}function qe(s){var v=s.target,m=R().contains(v)||d.contains(v);if(!(s.type==="mousemove"&&m)){var A=ce().concat(d).map(function(O){var j,z=O._tippy,Oe=(j=z.popperInstance)==null?void 0:j.state;return Oe?{popperRect:O.getBoundingClientRect(),popperState:Oe,props:n}:null}).filter(Boolean);Ui(A,s)&&(pe(),ve(s))}}function Xe(s){var v=Pe(s)||i.props.trigger.indexOf("click")>=0&&c;if(!v){if(i.props.interactive){i.hideWithInteractivity(s);return}ve(s)}}function Ie(s){i.props.trigger.indexOf("focusin")<0&&s.target!==R()||i.props.interactive&&s.relatedTarget&&d.contains(s.relatedTarget)||ve(s)}function Pe(s){return J.isTouch?N()!==s.type.indexOf("touch")>=0:!1}function Ke(){Ge();var s=i.props,v=s.popperOptions,m=s.placement,A=s.offset,O=s.getReferenceClientRect,j=s.moveTransition,z=_()?wt(d).arrow:null,Oe=O?{getBoundingClientRect:O,contextElement:O.contextElement||R()}:e,Pt={name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(tt){var Te=tt.state;if(_()){var Qn=F(),ft=Qn.box;["placement","reference-hidden","escaped"].forEach(function(nt){nt==="placement"?ft.setAttribute("data-placement",Te.placement):Te.attributes.popper["data-popper-"+nt]?ft.setAttribute("data-"+nt,""):ft.removeAttribute("data-"+nt)}),Te.attributes.popper={}}}},he=[{name:"offset",options:{offset:A}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!j}},Pt];_()&&z&&he.push({name:"arrow",options:{element:z,padding:3}}),he.push.apply(he,(v==null?void 0:v.modifiers)||[]),i.popperInstance=Ci(Oe,d,Object.assign({},v,{placement:m,onFirstUpdate:g,modifiers:he}))}function Ge(){i.popperInstance&&(i.popperInstance.destroy(),i.popperInstance=null)}function oe(){var s=i.props.appendTo,v,m=R();i.props.interactive&&s===_n||s==="parent"?v=m.parentNode:v=In(s,[m]),v.contains(d)||v.appendChild(d),i.state.isMounted=!0,Ke(),process.env.NODE_ENV!=="production"&&ae(i.props.interactive&&s===H.appendTo&&m.nextElementSibling!==d,["Interactive tippy element may not be accessible via keyboard","navigation because it is not directly after the reference element","in the DOM source order.",`
|
|
11
11
|
|
|
12
12
|
`,"Using a wrapper <div> or <span> tag around the reference element","solves this by creating a new parentNode context.",`
|
|
13
13
|
|
|
14
14
|
`,"Specifying `appendTo: document.body` silences this warning, but it","assumes you are using a focus management solution to handle","keyboard navigation.",`
|
|
15
15
|
|
|
16
|
-
`,"See: https://atomiks.github.io/tippyjs/v6/accessibility/#interactivity"].join(" "))}function ce(){return ut(d.querySelectorAll("[data-tippy-root]"))}function
|
|
16
|
+
`,"See: https://atomiks.github.io/tippyjs/v6/accessibility/#interactivity"].join(" "))}function ce(){return ut(d.querySelectorAll("[data-tippy-root]"))}function Ne(s){i.clearDelayTimeouts(),s&&M("onTrigger",[i,s]),K();var v=$(!0),m=L(),A=m[0],O=m[1];J.isTouch&&A==="hold"&&O&&(v=O),v?r=setTimeout(function(){i.show()},v):i.show()}function ve(s){if(i.clearDelayTimeouts(),M("onUntrigger",[i,s]),!i.state.isVisible){re();return}if(!(i.props.trigger.indexOf("mouseenter")>=0&&i.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(s.type)>=0&&c)){var v=$(!1);v?o=setTimeout(function(){i.state.isVisible&&i.hide()},v):u=requestAnimationFrame(function(){i.hide()})}}function Me(){i.state.isEnabled=!0}function Ze(){i.hide(),i.state.isEnabled=!1}function Qe(){clearTimeout(r),clearTimeout(o),cancelAnimationFrame(u)}function Je(s){if(process.env.NODE_ENV!=="production"&&ae(i.state.isDestroyed,xe("setProps")),!i.state.isDestroyed){M("onBeforeUpdate",[i,s]),Ye();var v=i.props,m=Zt(e,Object.assign({},v,Yt(s),{ignoreAttributes:!0}));i.props=m,Ee(),v.interactiveDebounce!==m.interactiveDebounce&&(pe(),b=Wt(qe,m.interactiveDebounce)),v.triggerTarget&&!m.triggerTarget?Ae(v.triggerTarget).forEach(function(A){A.removeAttribute("aria-expanded")}):m.triggerTarget&&e.removeAttribute("aria-expanded"),Z(),k(),D&&D(v,m),i.popperInstance&&(Ke(),ce().forEach(function(A){requestAnimationFrame(A._tippy.popperInstance.forceUpdate)})),M("onAfterUpdate",[i,s])}}function et(s){i.setProps({content:s})}function qn(){process.env.NODE_ENV!=="production"&&ae(i.state.isDestroyed,xe("show"));var s=i.state.isVisible,v=i.state.isDestroyed,m=!i.state.isEnabled,A=J.isTouch&&!i.props.touch,O=pt(i.props.duration,0,H.duration);if(!(s||v||m||A)&&!R().hasAttribute("disabled")&&(M("onShow",[i],!1),i.props.onShow(i)!==!1)){if(i.state.isVisible=!0,_()&&(d.style.visibility="visible"),k(),K(),i.state.isMounted||(d.style.transition="none"),_()){var j=F(),z=j.box,Oe=j.content;dt([z,Oe],0)}g=function(){var he;if(!(!i.state.isVisible||p)){if(p=!0,d.offsetHeight,d.style.transition=i.props.moveTransition,_()&&i.props.animation){var lt=F(),tt=lt.box,Te=lt.content;dt([tt,Te],O),qt([tt,Te],"visible")}G(),Z(),zt(ht,i),(he=i.popperInstance)==null||he.forceUpdate(),M("onMount",[i]),i.props.animation&&_()&&ie(O,function(){i.state.isShown=!0,M("onShown",[i])})}},oe()}}function Xn(){process.env.NODE_ENV!=="production"&&ae(i.state.isDestroyed,xe("hide"));var s=!i.state.isVisible,v=i.state.isDestroyed,m=!i.state.isEnabled,A=pt(i.props.duration,1,H.duration);if(!(s||v||m)&&(M("onHide",[i],!1),i.props.onHide(i)!==!1)){if(i.state.isVisible=!1,i.state.isShown=!1,p=!1,c=!1,_()&&(d.style.visibility="hidden"),pe(),re(),k(!0),_()){var O=F(),j=O.box,z=O.content;i.props.animation&&(dt([j,z],A),qt([j,z],"hidden"))}G(),Z(),i.props.animation?_()&&be(A,i.unmount):i.unmount()}}function Kn(s){process.env.NODE_ENV!=="production"&&ae(i.state.isDestroyed,xe("hideWithInteractivity")),U().addEventListener("mousemove",b),zt(it,b),b(s)}function Gn(){process.env.NODE_ENV!=="production"&&ae(i.state.isDestroyed,xe("unmount")),i.state.isVisible&&i.hide(),i.state.isMounted&&(Ge(),ce().forEach(function(s){s._tippy.unmount()}),d.parentNode&&d.parentNode.removeChild(d),ht=ht.filter(function(s){return s!==i}),i.state.isMounted=!1,M("onHidden",[i]))}function Zn(){process.env.NODE_ENV!=="production"&&ae(i.state.isDestroyed,xe("destroy")),!i.state.isDestroyed&&(i.clearDelayTimeouts(),i.unmount(),Ye(),delete e._tippy,i.state.isDestroyed=!0,M("onDestroy",[i]))}}function Le(e,t){t===void 0&&(t={});var n=H.plugins.concat(t.plugins||[]);process.env.NODE_ENV!=="production"&&(Ki(e),kn(t,n)),Wi();var r=Object.assign({},t,{plugins:n}),o=Vi(e);if(process.env.NODE_ENV!=="production"){var u=Fe(r.content),c=o.length>1;ae(u&&c,["tippy() was passed an Element as the `content` prop, but more than","one tippy instance was created by this invocation. This means the","content element will only be appended to the last tippy instance.",`
|
|
17
17
|
|
|
18
18
|
`,"Instead, pass the .innerHTML of the element, or use a function that","returns a cloned version of the element instead.",`
|
|
19
19
|
|
|
20
20
|
`,`1) content: element.innerHTML
|
|
21
|
-
`,"2) content: () => element.cloneNode(true)"].join(" "))}var l=o.reduce(function(a,p){var f=p&&no(p,r);return f&&a.push(f),a},[]);return
|
|
21
|
+
`,"2) content: () => element.cloneNode(true)"].join(" "))}var l=o.reduce(function(a,p){var f=p&&no(p,r);return f&&a.push(f),a},[]);return Fe(e)?l[0]:l}Le.defaultProps=H;Le.setDefaultProps=Qi;Le.currentInput=J;Object.assign({},wn,{effect:function(t){var n=t.state,r={popper:{position:n.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(n.elements.popper.style,r.popper),n.styles=r,n.elements.arrow&&Object.assign(n.elements.arrow.style,r.arrow)}});var ro={name:"sticky",defaultValue:!1,fn:function(t){var n=t.reference,r=t.popper;function o(){return t.popperInstance?t.popperInstance.state.elements.reference:n}function u(p){return t.props.sticky===!0||t.props.sticky===p}var c=null,l=null;function a(){var p=u("reference")?o().getBoundingClientRect():null,f=u("popper")?r.getBoundingClientRect():null;(p&&en(c,p)||f&&en(l,f))&&t.popperInstance&&t.popperInstance.update(),c=p,l=f,t.state.isMounted&&requestAnimationFrame(a)}return{onMount:function(){t.props.sticky&&a()}}}};function en(e,t){return e&&t?e.top!==t.top||e.right!==t.right||e.bottom!==t.bottom||e.left!==t.left:!0}Le.setDefaultProps({render:jn});const io=e=>({name:"arrowDetected",enabled:!0,phase:"main",fn:e,requiresIfExists:["offset"]}),Vn=["bottom","bottom-start","bottom-end","right","right-start","right-end","left","left-start","left-end","top","top-start","top-end"],Bn=[!0,!1,"reference","popper"],Un=(e,t)=>{const{contentElement:n}={...t};return delete t.contentElement,Le(e,{...t,plugins:[ro],render:()=>so(n)})},Fn=({boundary:e="clippingParents",fallbackPlacements:t=[],onChangePlacement:n=()=>{},hasHideModifierEnabled:r=!1,tether:o=!0}={})=>({modifiers:[{name:"flip",options:{fallbackPlacements:t,boundary:e}},{name:"hide",enabled:r},{name:"preventOverflow",options:{altAxis:!o,tether:o}},io(({state:u})=>{n(u.placement)})]}),oo=e=>{const t=document.createElement("span");return t.innerText=e.innerText||"",e.innerText="",e.appendChild(t),t},ao=e=>{const t=e==null?void 0:e.children[0];return t||oo(e)},so=e=>{const t=document.createElement("div");return t.className="tippy-box d-ps-absolute",t.appendChild(e),{popper:t}},Hn=[...Vn],Wn=300,zn={hover:"d-tooltip--hover",show:"d-tooltip--show",inverted:"d-tooltip--inverted",hide:"d-tooltip--hide"},Yn=[...Bn],uo=[!0,!1,"toggle"],co={name:"DtTooltip",components:{DtLazyShow:gn},props:{id:{type:String,default(){return Et()}},fallbackPlacements:{type:Array,default:()=>["auto"]},inverted:{type:Boolean,default:!1},offset:{type:Array,default:()=>[0,-4]},placement:{type:String,default:"top",validator(e){return Hn.includes(e)}},sticky:{type:[Boolean,String],default:!1,validator:e=>Yn.includes(e)},contentClass:{type:[String,Object,Array],default:""},message:{type:String,default:""},enabled:{type:Boolean,default:!0},show:{type:Boolean,default:null},transition:{type:String,default:"fade"},delay:{type:Boolean,default:!0},externalAnchor:{type:String,default:null}},emits:["shown","update:show"],data(){return{TOOLTIP_KIND_MODIFIERS:zn,tip:null,inTimer:null,isShown:!1,currentPlacement:this.placement}},computed:{isVisible(){return this.isShown&&this.enabled&&(!!this.message.trim()||!!this.$slots.default)},tooltipListeners(){return{...this.$listeners,"after-leave":()=>{this.onLeaveTransitionComplete()},"after-enter":()=>{this.onEnterTransitionComplete()}}},tippyProps(){return{offset:this.offset,interactive:!1,trigger:"manual",placement:this.placement,sticky:this.sticky,popperOptions:Fn({fallbackPlacements:this.fallbackPlacements,hasHideModifierEnabled:!0,onChangePlacement:this.onChangePlacement})}},anchor(){return this.externalAnchor?document.body.querySelector(this.externalAnchor):ao(this.$refs.anchor)}},watch:{tippyProps:{handler:"setProps",deep:!0},show:{handler:function(e){e!==null&&(this.isShown=e)},immediate:!0},isShown(e){e?(this.setProps(),this.tip.show()):this.tip.hide()},sticky(e){this.tip.setProps({sticky:e})}},mounted(){!this.enabled&&this.show!=null&&(console.warn("Tooltip: You cannot use both the enabled and show props at the same time."),console.warn("The show prop will be ignored.")),this.externalAnchor&&this.addExternalAnchorEventListeners(),this.tip=Un(this.anchor,this.initOptions()),this.isShown&&this.tip.show()},beforeDestroy(){var e;this.externalAnchor&&this.removeExternalAnchorEventListeners(),this.tip&&((e=this.tip)==null||e.destroy())},methods:{calculateAnchorZindex(){return this.$el.getRootNode().querySelector('.d-modal[aria-hidden="false"], .d-modal--transparent[aria-hidden="false"]')||this.$el.closest(".d-zi-drawer")?651:400},hasVisibleFocus(){return this.anchor.matches(":focus-visible")},onEnterAnchor(e){this.delay?this.inTimer=setTimeout((function(t){this.triggerShow(t)}).bind(this,e),Wn):this.triggerShow(e)},triggerShow(e){e.type==="focusin"?this.show===null&&this.hasVisibleFocus()&&(this.isShown=!0):this.show===null&&(this.isShown=!0)},onLeaveAnchor(e){e.type==="keydown"&&e.code!=="Escape"||(clearTimeout(this.inTimer),this.triggerHide())},triggerHide(){this.show===null&&(this.isShown=!1)},onChangePlacement(e){this.currentPlacement=e},onLeaveTransitionComplete(){var e;(e=this.tip)==null||e.unmount(),this.$emit("shown",!1),this.show!==null&&this.$emit("update:show",!1)},onEnterTransitionComplete(){this.$emit("shown",!0),this.show!==null&&this.$emit("update:show",!0)},setProps(){this.tip&&this.tip.setProps&&this.tip.setProps({...this.tippyProps,zIndex:this.calculateAnchorZindex()})},onMount(){this.setProps()},initOptions(){return{contentElement:this.$refs.content.$el,allowHTML:!0,zIndex:this.calculateAnchorZindex(),onMount:this.onMount,...this.tippyProps}},addExternalAnchorEventListeners(){["focusin","mouseenter"].forEach(e=>{this.anchor.addEventListener(e,t=>this.onEnterAnchor(t))}),["focusout","mouseleave","keydown"].forEach(e=>{this.anchor.addEventListener(e,t=>this.onLeaveAnchor(t))})},removeExternalAnchorEventListeners(){["focusin","mouseenter"].forEach(e=>{this.anchor.removeEventListener(e,t=>this.onEnterAnchor(t))}),["focusout","mouseleave","keydown"].forEach(e=>{this.anchor.removeEventListener(e,t=>this.onLeaveAnchor(t))})}}};var lo=function(){var t=this,n=t._self._c;return n("div",{attrs:{"data-qa":"dt-tooltip-container"}},[t.externalAnchor?t._e():n("span",{ref:"anchor",attrs:{"data-qa":"dt-tooltip-anchor"},on:{focusin:t.onEnterAnchor,focusout:t.onLeaveAnchor,mouseenter:t.onEnterAnchor,mouseleave:t.onLeaveAnchor,keydown:function(r){return!r.type.indexOf("key")&&t._k(r.keyCode,"esc",27,r.key,["Esc","Escape"])?null:t.onLeaveAnchor.apply(null,arguments)}}},[t._t("anchor")],2),n("dt-lazy-show",t._g({ref:"content",class:["d-tooltip",`d-tooltip__arrow-tippy--${t.currentPlacement}`,{[t.TOOLTIP_KIND_MODIFIERS.inverted]:t.inverted},t.contentClass],attrs:{id:t.id,show:t.isVisible,role:"tooltip","aria-hidden":"false","data-qa":"dt-tooltip",appear:"",transition:t.transition}},t.tooltipListeners),[t._t("default",function(){return[t._v(" "+t._s(t.message)+" ")]})],2)],1)},fo=[],po=xt(co,lo,fo,!1,null,null,null,null);const vo=po.exports;exports.BASE_TIPPY_DIRECTIONS=Vn;exports.DEFAULT_VALIDATION_MESSAGE_TYPE=tn;exports.DESCRIPTION_SIZE_MODIFIERS=tr;exports.DESCRIPTION_SIZE_TYPES=er;exports.DtLazyShow=gn;exports.DtTooltip=vo;exports.EVENT_KEYNAMES=rr;exports.LABEL_SIZE_MODIFIERS=nr;exports.TIPPY_STICKY_VALUES=Bn;exports.TOOLTIP_DELAY_MS=Wn;exports.TOOLTIP_DIRECTIONS=Hn;exports.TOOLTIP_HIDE_ON_CLICK_VARIANTS=uo;exports.TOOLTIP_KIND_MODIFIERS=zn;exports.TOOLTIP_STICKY_VALUES=Yn;exports.VALIDATION_MESSAGE_TYPES=le;exports.capitalizeFirstLetter=mn;exports.createTippy=Un;exports.filterFormattedMessages=an;exports.formatMessages=on;exports.getPhoneNumberRegex=Tt;exports.getPopperOptions=Fn;exports.getRandomElement=nn;exports.getUniqueString=Et;exports.getValidationState=Ot;exports.isOutOfViewPort=sn;exports.linkRegex=vn;exports.normalizeComponent=xt;exports.safeConcatStrings=hn;exports.tippy=Le;exports.utils=br;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"message_input.d.ts","sourceRoot":"","sources":["../../message_input.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/index.js"],"names":[],"mappings":""}
|