@dialpad/dialtone-vue 2.103.1 → 2.104.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +1 -1
- package/CHANGELOG.md +31 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +6 -6
- package/dist/dialtone-vue.js +2353 -2273
- package/dist/directives.cjs +1 -1
- package/dist/directives.js +1 -1
- package/dist/emoji-93ca59dc.cjs +1 -0
- package/dist/{emoji-efd28b85.js → emoji-ee881dc6.js} +230 -10224
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +6 -6
- package/dist/style.css +1 -1
- package/dist/{tooltip-92c086de.js → tooltip-4c644605.js} +14 -16
- package/dist/{tooltip-9b93ec5a.cjs → tooltip-7199e960.cjs} +6 -6
- package/dist/types/common/storybook_utils.d.ts.map +1 -1
- package/dist/types/components/avatar/avatar.vue.d.ts +1 -1
- package/dist/types/components/button/button.vue.d.ts +1 -1
- package/dist/types/components/chip/chip.vue.d.ts +1 -1
- package/dist/types/components/description_list/description_list.vue.d.ts +98 -0
- package/dist/types/components/description_list/description_list.vue.d.ts.map +1 -0
- package/dist/types/components/description_list/description_list_constants.d.ts +2 -0
- package/dist/types/components/description_list/description_list_constants.d.ts.map +1 -0
- package/dist/types/components/description_list/description_list_validators.d.ts +2 -0
- package/dist/types/components/description_list/description_list_validators.d.ts.map +1 -0
- package/dist/types/components/description_list/index.d.ts +3 -0
- package/dist/types/components/description_list/index.d.ts.map +1 -0
- package/dist/types/components/icon/icon.vue.d.ts +16 -2
- package/dist/types/components/icon/icon.vue.d.ts.map +1 -1
- package/dist/types/components/icon/icon_constants.d.ts +0 -2
- package/dist/types/components/icon/icon_constants.d.ts.map +1 -1
- package/dist/types/components/input/input.vue.d.ts +1 -1
- package/dist/types/components/modal/modal.vue.d.ts +1 -1
- package/dist/types/components/root_layout/root_layout.vue.d.ts +2 -2
- package/dist/types/components/toast/toast.vue.d.ts +1 -1
- package/dist/types/components/tooltip/tooltip.vue.d.ts +2 -2
- package/dist/types/components/tooltip/tooltip_variants.vue.d.ts +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +1 -1
- package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +1 -1
- package/package.json +8 -4
- package/dist/emoji-9ef04a92.cjs +0 -1
- package/dist/types/components/plugins/fixDefaultSlot.d.ts +0 -5
- package/dist/types/components/plugins/fixDefaultSlot.d.ts.map +0 -1
package/dist/emoji.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./emoji-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./emoji-93ca59dc.cjs");require("./_plugin-vue2_normalizer-d59b995e.cjs");exports.DtEmoji=e.DtEmoji;exports.DtEmojiTextWrapper=e.DtEmojiTextWrapper;exports.codeToEmojiData=e.codeToEmojiData;Object.defineProperty(exports,"customEmojiAssetUrl",{enumerable:!0,get:()=>e.customEmojiAssetUrl});exports.defaultEmojiAssetUrl=e.defaultEmojiAssetUrl;Object.defineProperty(exports,"emojiFileExtensionLarge",{enumerable:!0,get:()=>e.emojiFileExtensionLarge});Object.defineProperty(exports,"emojiFileExtensionSmall",{enumerable:!0,get:()=>e.emojiFileExtensionSmall});Object.defineProperty(exports,"emojiImageUrlLarge",{enumerable:!0,get:()=>e.emojiImageUrlLarge});Object.defineProperty(exports,"emojiImageUrlSmall",{enumerable:!0,get:()=>e.emojiImageUrlSmall});exports.emojiJson=e.emojiJson;exports.emojiVersion=e.emojiVersion;exports.filterValidShortCodes=e.filterValidShortCodes;exports.findEmojis=e.findEmojis;exports.findShortCodes=e.findShortCodes;exports.getEmojiData=e.getEmojiData;exports.setCustomEmojiJson=e.setCustomEmojiJson;exports.setCustomEmojiUrl=e.setCustomEmojiUrl;exports.setEmojiAssetUrlLarge=e.setEmojiAssetUrlLarge;exports.setEmojiAssetUrlSmall=e.setEmojiAssetUrlSmall;exports.shortcodeToEmojiData=e.shortcodeToEmojiData;exports.stringToUnicode=e.stringToUnicode;exports.unicodeToString=e.unicodeToString;exports.validateCustomEmojiJson=e.validateCustomEmojiJson;
|
package/dist/emoji.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { b as e, a as i, B as t, m, l as r, q as l, o as j, p as E, n, r as d, k as g, E as U, F as u, C, s as S, w as c, v as f, u as p, t as x, y as A, A as D, z as T, x as h } from "./emoji-ee881dc6.js";
|
|
2
2
|
import "./_plugin-vue2_normalizer-71e2aa87.js";
|
|
3
3
|
export {
|
|
4
4
|
e as DtEmoji,
|
|
@@ -6,17 +6,17 @@ export {
|
|
|
6
6
|
t as codeToEmojiData,
|
|
7
7
|
m as customEmojiAssetUrl,
|
|
8
8
|
r as defaultEmojiAssetUrl,
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
l as emojiFileExtensionLarge,
|
|
10
|
+
j as emojiFileExtensionSmall,
|
|
11
11
|
E as emojiImageUrlLarge,
|
|
12
12
|
n as emojiImageUrlSmall,
|
|
13
13
|
d as emojiJson,
|
|
14
14
|
g as emojiVersion,
|
|
15
15
|
U as filterValidShortCodes,
|
|
16
16
|
u as findEmojis,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
C as findShortCodes,
|
|
18
|
+
S as getEmojiData,
|
|
19
|
+
c as setCustomEmojiJson,
|
|
20
20
|
f as setCustomEmojiUrl,
|
|
21
21
|
p as setEmojiAssetUrlLarge,
|
|
22
22
|
x as setEmojiAssetUrlSmall,
|
package/dist/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}.d-avatar--image-loaded{background-color:transparent;background-image:unset}.d-avatar__count,.d-avatar__presence{z-index:var(--zi-base)}.d-avatar__overlay{background-color:var(--dt-color-surface-contrast-opaque);opacity:var(--dt-opacity-900);position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:var(--dt-size-radius-circle);z-index:var(--zi-base)}.d-avatar__overlay-icon{color:var(--dt-color-foreground-primary-inverted);width:100%}.d-avatar__overlay-text{color:var(--dt-color-foreground-primary-inverted);font-weight:var(--dt-font-weight-bold);font-size:var(--dt-font-size-200);width:100%;text-align:center}.d-avatar--clickable{--avatar-color-border: transparent;cursor:pointer;padding:0;background-color:transparent;border-radius:var(--dt-size-radius-circle);border:var(--dt-size-border-100) solid var(--avatar-color-border)}.d-avatar--clickable:focus-visible{outline:none;box-shadow:var(--dt-shadow-focus)}.d-avatar--clickable:hover{--avatar-color-border: var(--dt-color-border-default)}.d-avatar--clickable:active{--avatar-color-border: var(--dt-color-border-moderate);transform:scale(.98)}.dt-item-layout[data-v-9afad3c4]{align-items:stretch}.dt-item-layout--content[data-v-9afad3c4]{display:flex;flex-direction:column;justify-content:center}.dt-item-layout--selected[data-v-9afad3c4]{display:flex;align-items:center}.dt-list-item{list-style:none;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-quint)}.tippy-box[data-popper-reference-hidden] .d-popover__dialog,.tippy-box[data-popper-escaped] .d-popover__dialog{visibility:hidden;pointer-events:none}.d-context-menu-list{width:var(--dt-size-850)}.dt-list-item[role=menuitem]{border-radius:var(--dt-size-300)}.dt-list-separator{border-top:var(--dt-size-100) solid var(--dt-color-border-default);list-style:none}.dt-list-section[tabindex="-1"]:focus{outline:none}.dt-recipe-callbar-button:not(.dt-recipe-callbar-button--circle){line-height:var(--dt-font-line-height-300)}.dt-recipe-callbar-button--circle{border-radius:var(--dt-size-radius-circle)}.dt-recipe-callbar-button.d-btn[disabled]{background-color:unset;opacity:.5}.dt-recipe-callbar-button--circle.d-btn[disabled]{border-color:unset}.dt-recipe-callbar-button--active .base-button__icon,.dt-recipe-callbar-button--active:hover .base-button__icon{color:var(--primary-color)}.dt-recipe--callbar-button-with-popover--arrow.d-btn--circle{margin-top:var(--dt-space-350-negative);margin-left:calc(var(--dt-space-300-negative) * 5);width:var(--dt-size-500);height:var(--dt-size-500);padding:var(--dt-space-400);border-radius:var(--dt-size-300)}.dt-recipe--callbar-button-with-popover--arrow.d-btn--circle.d-btn--active{background:var(--dt-color-surface-moderate-opaque)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header{background:var(--dt-color-surface-contrast);color:var(--dt-color-foreground-primary-inverted)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header .d-btn{color:var(--dt-color-foreground-primary-inverted)}.dt-recipe--callbar-button-with-popover--button .d-tab--selected:after,.dt-recipe--callbar-button-with-popover--button .d-tab--selected:hover:after{--tab--bgc: var(--dt-color-surface-contrast)}.dt-recipe--callbar-button-with-popover--button .tab-group{display:flex;flex-direction:column;height:100%}.dt-recipe--callbar-button-with-popover--button .tab-content{flex:1 1 100%;overflow-y:auto}.dt-contact-info[data-v-3d0f9d2e]{--contact-info-avatar-border-color: var(--dt-color-surface-primary);display:flex}.dt-contact-info[data-v-3d0f9d2e] .dt-item-layout{flex:1 1 0}.dt-contact-info[data-v-3d0f9d2e] .dt-item-layout--content{min-width:var(--dt-space-825)}.dt-contact-info[data-v-3d0f9d2e] .dt-item-layout--left{min-width:var(--dt-space-650);justify-content:flex-start;align-items:center}.dt-contact-info[data-v-3d0f9d2e] .dt-item-layout--right{min-width:0;align-items:center}.dt-contact-info--avatars .d-avatar[data-v-3d0f9d2e]{border-radius:var(--dt-size-radius-pill);border:var(--dt-size-300) solid var(--contact-info-avatar-border-color);box-sizing:unset}.d-top-banner-info__left{margin:var(--dt-space-300) 0 var(--dt-space-300) var(--dt-space-500);min-width:20%}.d-top-banner-info__middle{display:flex;align-items:center;gap:var(--dt-size-300)}.d-top-banner-info__right{display:flex;align-items:baseline;justify-content:flex-end;gap:var(--dt-size-300);margin:var(--dt-space-300) var(--dt-space-500) var(--dt-space-300) 0;min-width:20%}.ivr_node__width{width:280px}.ivr_node__goto_icon{transform:rotate(90deg)}.ivr-connector{z-index:var(--zi-base);display:flex;justify-content:center;align-items:center;border-color:var(--dt-color-purple-600);background-color:var(--dt-color-purple-600)}.dt-chip-content{font-variant-numeric:tabular-nums}.settings-menu-button[data-v-4ee1371d]{padding:var(--dt-space-0);border-radius:var(--dt-size-550);height:var(--dt-size-600);width:var(--dt-size-550);color:var(--dt-theme-topbar-button-color-foreground);background-color:var(--dt-theme-topbar-button-color-background)}.settings-menu-button[data-v-4ee1371d]:hover{background-color:var(--dt-theme-topbar-button-color-background-hover);color:var(--dt-theme-topbar-button-color-foreground-hover)}.settings-menu-button[data-v-4ee1371d]:active{background-color:var(--dt-theme-topbar-button-color-background-active)}.settings-menu-button-update[data-v-4ee1371d]{background-color:hsla(var(--dt-color-blue-200-hsl) / 25%);color:var(--dt-color-blue-500);border-color:hsla(var(--dt-color-blue-200-hsl) / 25%);border-radius:var(--dt-size-radius-pill);height:var(--dt-size-600)}.settings-menu-button-update[data-v-4ee1371d]:hover{background-color:hsla(var(--dt-color-blue-200-hsl) / 50%);color:var(--dt-theme-topbar-button-color-foreground-hover)}.dt-leftbar-row[data-v-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-foreground-success);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-90b83f58]{transition-duration:2s!important}.dt-feed-item-row .content-text-wrapper-class[data-v-90b83f58]:not(img){line-height:1.6rem}.dt-feed-item-row[data-v-90b83f58] .dt-item-layout--left .d-avatar{align-self:flex-start;margin-top:var(--dt-space-300)}.dt-recipe-feed-item-pill__wrapper[data-v-2e98d8f9]{background-color:var(--dt-color-surface-secondary);padding:var(--dt-space-400)}.dt-recipe-feed-item-pill__button[data-v-2e98d8f9]{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-2e98d8f9]{padding:var(--dt-space-400);width:100%}.dt-recipe-feed-item-pill__icon[data-v-2e98d8f9]{animation:fade-2e98d8f9 .15s ease-in;margin-right:var(--dt-space-400)}.dt-recipe-feed-item-pill__content[data-v-2e98d8f9]{display:flex;justify-content:center}.dt-recipe-feed-item-pill__title[data-v-2e98d8f9]{font-weight:var(--dt-font-weight-bold)}.dt-recipe-feed-item-pill__border[data-v-2e98d8f9]{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-2e98d8f9]{background:var(--dt-color-border-default)}.dt-recipe-feed-item-pill__border-ai[data-v-2e98d8f9]{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-2e98d8f9]{background:var(--dt-color-foreground-critical)}@keyframes fade-2e98d8f9{0%{transform:scale(0)}to{transform:scale(1)}}.dt-emoji-row{display:flex;flex-wrap:wrap}.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);margin-bottom:0;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:hover,.dt-emoji-row__reaction:focus{border-color:hsla(var(--dt-color-black-600-hsl)/100%)!important}.dt-emoji-row__reaction--selected{color:var(--dt-color-link-primary);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-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)}.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-6ad3e149]{display:inline-block}
|
|
1
|
+
.tippy-box[data-popper-reference-hidden] .d-tooltip,.tippy-box[data-popper-escaped] .d-tooltip{visibility:hidden;pointer-events:none}.d-avatar--image-loaded{background-color:transparent;background-image:unset}.d-avatar__count,.d-avatar__presence{z-index:var(--zi-base)}.d-avatar__overlay{background-color:var(--dt-color-surface-contrast-opaque);opacity:var(--dt-opacity-900);position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:var(--dt-size-radius-circle);z-index:var(--zi-base)}.d-avatar__overlay-icon{color:var(--dt-color-foreground-primary-inverted);width:100%}.d-avatar__overlay-text{color:var(--dt-color-foreground-primary-inverted);font-weight:var(--dt-font-weight-bold);font-size:var(--dt-font-size-200);width:100%;text-align:center}.d-avatar--clickable{--avatar-color-border: transparent;cursor:pointer;padding:0;background-color:transparent;border-radius:var(--dt-size-radius-circle);border:var(--dt-size-border-100) solid var(--avatar-color-border)}.d-avatar--clickable:focus-visible{outline:none;box-shadow:var(--dt-shadow-focus)}.d-avatar--clickable:hover{--avatar-color-border: var(--dt-color-border-default)}.d-avatar--clickable:active{--avatar-color-border: var(--dt-color-border-moderate);transform:scale(.98)}.dt-item-layout[data-v-9afad3c4]{align-items:stretch}.dt-item-layout--content[data-v-9afad3c4]{display:flex;flex-direction:column;justify-content:center}.dt-item-layout--selected[data-v-9afad3c4]{display:flex;align-items:center}.dt-list-item{list-style:none;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-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)}.dt-list-item[role=menuitem]{border-radius:var(--dt-size-300)}.dt-list-separator{border-top:var(--dt-size-100) solid var(--dt-color-border-default);list-style:none}.dt-list-section[tabindex="-1"]:focus{outline:none}.dt-recipe-callbar-button:not(.dt-recipe-callbar-button--circle){line-height:var(--dt-font-line-height-300)}.dt-recipe-callbar-button--circle{border-radius:var(--dt-size-radius-circle)}.dt-recipe-callbar-button.d-btn[disabled]{background-color:unset;opacity:.5}.dt-recipe-callbar-button--circle.d-btn[disabled]{border-color:unset}.dt-recipe-callbar-button--active .base-button__icon,.dt-recipe-callbar-button--active:hover .base-button__icon{color:var(--primary-color)}.dt-recipe--callbar-button-with-popover--arrow.d-btn--circle{margin-top:var(--dt-space-350-negative);margin-left:calc(var(--dt-space-300-negative) * 5);width:var(--dt-size-500);height:var(--dt-size-500);padding:var(--dt-space-400);border-radius:var(--dt-size-300)}.dt-recipe--callbar-button-with-popover--arrow.d-btn--circle.d-btn--active{background:var(--dt-color-surface-moderate-opaque)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header{background:var(--dt-color-surface-contrast);color:var(--dt-color-foreground-primary-inverted)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header .d-btn{color:var(--dt-color-foreground-primary-inverted)}.dt-recipe--callbar-button-with-popover--button .d-tab--selected:after,.dt-recipe--callbar-button-with-popover--button .d-tab--selected:hover:after{--tab--bgc: var(--dt-color-surface-contrast)}.dt-recipe--callbar-button-with-popover--button .tab-group{display:flex;flex-direction:column;height:100%}.dt-recipe--callbar-button-with-popover--button .tab-content{flex:1 1 100%;overflow-y:auto}.dt-contact-info[data-v-3d0f9d2e]{--contact-info-avatar-border-color: var(--dt-color-surface-primary);display:flex}.dt-contact-info[data-v-3d0f9d2e] .dt-item-layout{flex:1 1 0}.dt-contact-info[data-v-3d0f9d2e] .dt-item-layout--content{min-width:var(--dt-space-825)}.dt-contact-info[data-v-3d0f9d2e] .dt-item-layout--left{min-width:var(--dt-space-650);justify-content:flex-start;align-items:center}.dt-contact-info[data-v-3d0f9d2e] .dt-item-layout--right{min-width:0;align-items:center}.dt-contact-info--avatars .d-avatar[data-v-3d0f9d2e]{border-radius:var(--dt-size-radius-pill);border:var(--dt-size-300) solid var(--contact-info-avatar-border-color);box-sizing:unset}.d-top-banner-info__left{margin:var(--dt-space-300) 0 var(--dt-space-300) var(--dt-space-500);min-width:20%}.d-top-banner-info__middle{display:flex;align-items:center;gap:var(--dt-size-300)}.d-top-banner-info__right{display:flex;align-items:baseline;justify-content:flex-end;gap:var(--dt-size-300);margin:var(--dt-space-300) var(--dt-space-500) var(--dt-space-300) 0;min-width:20%}.ivr_node__width{width:280px}.ivr_node__goto_icon{transform:rotate(90deg)}.ivr-connector{z-index:var(--zi-base);display:flex;justify-content:center;align-items:center;border-color:var(--dt-color-purple-600);background-color:var(--dt-color-purple-600)}.dt-chip-content{font-variant-numeric:tabular-nums}.settings-menu-button[data-v-4ee1371d]{padding:var(--dt-space-0);border-radius:var(--dt-size-550);height:var(--dt-size-600);width:var(--dt-size-550);color:var(--dt-theme-topbar-button-color-foreground);background-color:var(--dt-theme-topbar-button-color-background)}.settings-menu-button[data-v-4ee1371d]:hover{background-color:var(--dt-theme-topbar-button-color-background-hover);color:var(--dt-theme-topbar-button-color-foreground-hover)}.settings-menu-button[data-v-4ee1371d]:active{background-color:var(--dt-theme-topbar-button-color-background-active)}.settings-menu-button-update[data-v-4ee1371d]{background-color:hsla(var(--dt-color-blue-200-hsl) / 25%);color:var(--dt-color-blue-500);border-color:hsla(var(--dt-color-blue-200-hsl) / 25%);border-radius:var(--dt-size-radius-pill);height:var(--dt-size-600)}.settings-menu-button-update[data-v-4ee1371d]:hover{background-color:hsla(var(--dt-color-blue-200-hsl) / 50%);color:var(--dt-theme-topbar-button-color-foreground-hover)}.dt-leftbar-row[data-v-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-foreground-success);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-083ec4cb]{transition-duration:2s!important}.dt-feed-item-row__left-time[data-v-083ec4cb]{color:var(--dt-color-foreground-tertiary);padding-top:var(--dt-space-350);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 .content-text-wrapper-class[data-v-083ec4cb]:not(img){line-height:1.6rem}.dt-feed-item-row[data-v-083ec4cb] .dt-item-layout--left .d-avatar{align-self:flex-start;margin-top:var(--dt-space-300)}.dt-recipe-feed-item-pill__wrapper[data-v-2e98d8f9]{background-color:var(--dt-color-surface-secondary);padding:var(--dt-space-400)}.dt-recipe-feed-item-pill__button[data-v-2e98d8f9]{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-2e98d8f9]{padding:var(--dt-space-400);width:100%}.dt-recipe-feed-item-pill__icon[data-v-2e98d8f9]{animation:fade-2e98d8f9 .15s ease-in;margin-right:var(--dt-space-400)}.dt-recipe-feed-item-pill__content[data-v-2e98d8f9]{display:flex;justify-content:center}.dt-recipe-feed-item-pill__title[data-v-2e98d8f9]{font-weight:var(--dt-font-weight-bold)}.dt-recipe-feed-item-pill__border[data-v-2e98d8f9]{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-2e98d8f9]{background:var(--dt-color-border-default)}.dt-recipe-feed-item-pill__border-ai[data-v-2e98d8f9]{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-2e98d8f9]{background:var(--dt-color-foreground-critical)}@keyframes fade-2e98d8f9{0%{transform:scale(0)}to{transform:scale(1)}}.dt-emoji-row{display:flex;flex-wrap:wrap}.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);margin-bottom:0;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:hover,.dt-emoji-row__reaction:focus{border-color:hsla(var(--dt-color-black-600-hsl)/100%)!important}.dt-emoji-row__reaction--selected{color:var(--dt-color-link-primary);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-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)}.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-6ad3e149]{display:inline-block}
|
|
@@ -90,7 +90,7 @@ const Kn = {
|
|
|
90
90
|
}
|
|
91
91
|
}, Zn = () => new Promise((e) => {
|
|
92
92
|
qn(e);
|
|
93
|
-
}), Jn = (e) => e == null ? void 0 : e.toLowerCase().split("-").map((t) => t.charAt(0).toUpperCase() + t.slice(1)).join("")
|
|
93
|
+
}), Jn = (e) => e == null ? void 0 : e.toLowerCase().split("-").map((t) => t.charAt(0).toUpperCase() + t.slice(1)).join("");
|
|
94
94
|
function Qn(e, t = 300) {
|
|
95
95
|
clearTimeout(Nt), Nt = setTimeout(e, t);
|
|
96
96
|
}
|
|
@@ -166,7 +166,7 @@ function cr(e) {
|
|
|
166
166
|
function pr(e, t = "en-US") {
|
|
167
167
|
return e.replace(/^\p{CWU}/u, (n) => n.toLocaleUpperCase(t));
|
|
168
168
|
}
|
|
169
|
-
const
|
|
169
|
+
const Oo = {
|
|
170
170
|
getUniqueString: rn,
|
|
171
171
|
getRandomElement: zn,
|
|
172
172
|
getRandomInt: on,
|
|
@@ -2173,7 +2173,7 @@ const Qi = (e) => ({
|
|
|
2173
2173
|
hide: "d-tooltip--hide"
|
|
2174
2174
|
}, po = [
|
|
2175
2175
|
...to
|
|
2176
|
-
],
|
|
2176
|
+
], xo = [!0, !1, "toggle"];
|
|
2177
2177
|
const lo = {
|
|
2178
2178
|
name: "DtTooltip",
|
|
2179
2179
|
components: {
|
|
@@ -2512,9 +2512,9 @@ var fo = function() {
|
|
|
2512
2512
|
null,
|
|
2513
2513
|
null
|
|
2514
2514
|
);
|
|
2515
|
-
const
|
|
2515
|
+
const Ao = ho.exports;
|
|
2516
2516
|
export {
|
|
2517
|
-
|
|
2517
|
+
Ao as D,
|
|
2518
2518
|
Eo as E,
|
|
2519
2519
|
wo as L,
|
|
2520
2520
|
so as T,
|
|
@@ -2529,16 +2529,14 @@ export {
|
|
|
2529
2529
|
an as h,
|
|
2530
2530
|
er as i,
|
|
2531
2531
|
Xn as j,
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2532
|
+
yo as k,
|
|
2533
|
+
bo as l,
|
|
2534
|
+
pr as m,
|
|
2535
|
+
Fn as n,
|
|
2536
|
+
uo as o,
|
|
2537
|
+
co as p,
|
|
2538
|
+
po as q,
|
|
2539
|
+
xo as r,
|
|
2540
2540
|
cr as s,
|
|
2541
|
-
|
|
2542
|
-
xo as u,
|
|
2543
|
-
Ao as v
|
|
2541
|
+
Oo as u
|
|
2544
2542
|
};
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
"use strict";const rr=require("vue"),on=require("./_plugin-vue2_normalizer-d59b995e.cjs"),le={ERROR:"error",WARNING:"warning",SUCCESS:"success"},ir={LARGE:"lg",EXTRA_LARGE:"xl"},or={xs:"",sm:"",md:"",lg:"d-description--lg",xl:"d-description--xl"},ar={xs:"d-label--xs",sm:"d-label--sm",md:"",lg:"d-label--lg",xl:"d-label--xl"},sr={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"},an=le.ERROR,ur="dt";let cr=0,Mt;const pr=typeof setImmediate=="function"?setImmediate:setTimeout;function At(e=ur){return`${e}${cr++}`}function sn(e,t){if(t){const n=lr(t);return e[Math.abs(n)%e.length]}else return e[un(e.length)]}function lr(e){let t;for(let n=0;n<e.length;n++)t=Math.imul(31,t)+e.charCodeAt(n)|0;return t}function un(e){return Math.floor(Math.random()*e)}function cn(e){return e?e.map(t=>typeof t=="string"?{message:t,type:an}:t):[]}function pn(e){const t=St(e);return!e||!t?[]:e.filter(n=>!!n.message&&n.type===t)}function St(e){return e?st(e,le.ERROR)?le.ERROR:st(e,le.WARNING)?le.WARNING:st(e,le.SUCCESS)?le.SUCCESS:null:null}function st(e,t){return!e||!t?!1:e.some(n=>(n==null?void 0:n.type)===t)}const fr={name:"html-fragment",functional:!0,props:["html"],render(e,t){return new rr({name:"Inner",beforeCreate(){this.$createElement=e},template:`<div>${t.props.html}</div>`}).$mount()._vnode.children}},dr=()=>new Promise(e=>{pr(e)}),ln=e=>e==null?void 0:e.toLowerCase().split("-").map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(""),vr=e=>e.replace(/\.?([A-Z0-9]+)/g,(t,n)=>"-"+n.toLowerCase()).replace(/^-/,"");function hr(e,t=300){clearTimeout(Mt),Mt=setTimeout(e,t)}function fn(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 mr=/(?:(?:[^\s!@#$%^&*()_=+[\]{}\\|;:'",.<>/?]+)\.)/,gr=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)"),yr=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])"),dn=new RegExp("(?:"+[[mr.source,gr.source].join("+"),yr.source].join("|")+")"),br=/(?:(?:[;/][^#?<>\s]*)?)/,vn=/(?:(?:\?[^#<>\s]+)?(?:#[^<>\s]+)?)/,hn=new RegExp("\\b"+[dn.source,br.source,vn.source,"(?!\\w)"].join("+")),mn=/\b[a-z\d.-]+:\/\/[^<>\s]+/,gn=new RegExp("(?:mailto:)?[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@"+[dn.source,vn.source].join("+")+"(?!\\w)");function yn(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 bn=yn(),wr=new RegExp([hn.source,mn.source,gn.source,bn.source].join("|"),"gi");function Er(e){var t;return!e||!["string","number"].includes(typeof e)?!1:(e=e.toString(),((t=bn.exec(e))==null?void 0:t[0])===e)}function Or(e){var t,n;return!e||typeof e!="string"?!1:((t=hn.exec(e))==null?void 0:t[0])===e||((n=mn.exec(e))==null?void 0:n[0])===e}function xr(e){var t;return!e||typeof e!="string"?!1:((t=gn.exec(e))==null?void 0:t[0])===e}function wn(e){return e.filter(t=>!!t).join(" ")}function En(e,t="en-US"){return e.replace(/^\p{CWU}/u,n=>n.toLocaleUpperCase(t))}const Tr={getUniqueString:At,getRandomElement:sn,getRandomInt:un,formatMessages:cn,filterFormattedMessages:pn,hasFormattedMessageOfType:st,getValidationState:St,htmlFragment:fr,flushPromises:dr,kebabCaseToPascalCase:ln,debounce:hr,isOutOfViewPort:fn,getPhoneNumberRegex:yn,linkRegex:wr,isEmailAddress:xr,isPhoneNumber:Er,isURL:Or,safeConcatStrings:wn,capitalizeFirstLetter:En},Ar={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 Sr=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)])},Dr=[],Rr=on.normalizeComponent(Ar,Sr,Dr,!1,null,null,null,null);const On=Rr.exports;var $="top",Y="bottom",K="right",B="left",lt="auto",qe=[$,Y,K,B],Re="start",Fe="end",Cr="clippingParents",xn="viewport",Ve="popper",Lr="reference",kt=qe.reduce(function(e,t){return e.concat([t+"-"+Re,t+"-"+Fe])},[]),Tn=[].concat(qe,[lt]).reduce(function(e,t){return e.concat([t,t+"-"+Re,t+"-"+Fe])},[]),Ir="beforeRead",Pr="read",_r="afterRead",Nr="beforeMain",Mr="main",kr="afterMain",Vr="beforeWrite",jr="write",$r="afterWrite",bt=[Ir,Pr,_r,Nr,Mr,kr,Vr,jr,$r];function ne(e){return e?(e.nodeName||"").toLowerCase():null}function q(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function we(e){var t=q(e).Element;return e instanceof t||e instanceof Element}function W(e){var t=q(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function Dt(e){if(typeof ShadowRoot>"u")return!1;var t=q(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function Br(e){var t=e.state;Object.keys(t.elements).forEach(function(n){var r=t.styles[n]||{},o=t.attributes[n]||{},s=t.elements[n];!W(s)||!ne(s)||(Object.assign(s.style,r),Object.keys(o).forEach(function(c){var p=o[c];p===!1?s.removeAttribute(c):s.setAttribute(c,p===!0?"":p)}))})}function Fr(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],s=t.attributes[r]||{},c=Object.keys(t.styles.hasOwnProperty(r)?t.styles[r]:n[r]),p=c.reduce(function(u,f){return u[f]="",u},{});!W(o)||!ne(o)||(Object.assign(o.style,p),Object.keys(s).forEach(function(u){o.removeAttribute(u)}))})}}const An={name:"applyStyles",enabled:!0,phase:"write",fn:Br,effect:Fr,requires:["computeStyles"]};function X(e){return e.split("-")[0]}var be=Math.max,ct=Math.min,Ce=Math.round;function wt(){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 Sn(){return!/^((?!chrome|android).)*safari/i.test(wt())}function Le(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!1);var r=e.getBoundingClientRect(),o=1,s=1;t&&W(e)&&(o=e.offsetWidth>0&&Ce(r.width)/e.offsetWidth||1,s=e.offsetHeight>0&&Ce(r.height)/e.offsetHeight||1);var c=we(e)?q(e):window,p=c.visualViewport,u=!Sn()&&n,f=(r.left+(u&&p?p.offsetLeft:0))/o,l=(r.top+(u&&p?p.offsetTop:0))/s,g=r.width/o,x=r.height/s;return{width:g,height:x,top:l,right:f+g,bottom:l+x,left:f,x:f,y:l}}function Rt(e){var t=Le(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 Dn(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&Dt(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function Z(e){return q(e).getComputedStyle(e)}function Ur(e){return["table","td","th"].indexOf(ne(e))>=0}function fe(e){return((we(e)?e.ownerDocument:e.document)||window.document).documentElement}function ft(e){return ne(e)==="html"?e:e.assignedSlot||e.parentNode||(Dt(e)?e.host:null)||fe(e)}function Vt(e){return!W(e)||Z(e).position==="fixed"?null:e.offsetParent}function Hr(e){var t=/firefox/i.test(wt()),n=/Trident/i.test(wt());if(n&&W(e)){var r=Z(e);if(r.position==="fixed")return null}var o=ft(e);for(Dt(o)&&(o=o.host);W(o)&&["html","body"].indexOf(ne(o))<0;){var s=Z(o);if(s.transform!=="none"||s.perspective!=="none"||s.contain==="paint"||["transform","perspective"].indexOf(s.willChange)!==-1||t&&s.willChange==="filter"||t&&s.filter&&s.filter!=="none")return o;o=o.parentNode}return null}function ze(e){for(var t=q(e),n=Vt(e);n&&Ur(n)&&Z(n).position==="static";)n=Vt(n);return n&&(ne(n)==="html"||ne(n)==="body"&&Z(n).position==="static")?t:n||Hr(e)||t}function Ct(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function je(e,t,n){return be(e,ct(t,n))}function Wr(e,t,n){var r=je(e,t,n);return r>n?n:r}function Rn(){return{top:0,right:0,bottom:0,left:0}}function Cn(e){return Object.assign({},Rn(),e)}function Ln(e,t){return t.reduce(function(n,r){return n[r]=e,n},{})}var qr=function(t,n){return t=typeof t=="function"?t(Object.assign({},n.rects,{placement:n.placement})):t,Cn(typeof t!="number"?t:Ln(t,qe))};function zr(e){var t,n=e.state,r=e.name,o=e.options,s=n.elements.arrow,c=n.modifiersData.popperOffsets,p=X(n.placement),u=Ct(p),f=[B,K].indexOf(p)>=0,l=f?"height":"width";if(!(!s||!c)){var g=qr(o.padding,n),x=Rt(s),m=u==="y"?$:B,w=u==="y"?Y:K,y=n.rects.reference[l]+n.rects.reference[u]-c[u]-n.rects.popper[l],b=c[u]-n.rects.reference[u],A=ze(s),R=A?u==="y"?A.clientHeight||0:A.clientWidth||0:0,L=y/2-b/2,i=g[m],E=R-x[l]-g[w],d=R/2-x[l]/2+L,D=je(i,d,E),_=u;n.modifiersData[r]=(t={},t[_]=D,t.centerOffset=D-d,t)}}function Yr(e){var t=e.state,n=e.options,r=n.element,o=r===void 0?"[data-popper-arrow]":r;if(o!=null&&!(typeof o=="string"&&(o=t.elements.popper.querySelector(o),!o))){if(process.env.NODE_ENV!=="production"&&(W(o)||console.error(['Popper: "arrow" element must be an HTMLElement (not an SVGElement).',"To use an SVG arrow, wrap it in an HTMLElement that will be used as","the arrow."].join(" "))),!Dn(t.elements.popper,o)){process.env.NODE_ENV!=="production"&&console.error(['Popper: "arrow" modifier\'s `element` must be a child of the popper',"element."].join(" "));return}t.elements.arrow=o}}const Kr={name:"arrow",enabled:!0,phase:"main",fn:zr,effect:Yr,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Ie(e){return e.split("-")[1]}var Gr={top:"auto",right:"auto",bottom:"auto",left:"auto"};function Xr(e,t){var n=e.x,r=e.y,o=t.devicePixelRatio||1;return{x:Ce(n*o)/o||0,y:Ce(r*o)/o||0}}function jt(e){var t,n=e.popper,r=e.popperRect,o=e.placement,s=e.variation,c=e.offsets,p=e.position,u=e.gpuAcceleration,f=e.adaptive,l=e.roundOffsets,g=e.isFixed,x=c.x,m=x===void 0?0:x,w=c.y,y=w===void 0?0:w,b=typeof l=="function"?l({x:m,y}):{x:m,y};m=b.x,y=b.y;var A=c.hasOwnProperty("x"),R=c.hasOwnProperty("y"),L=B,i=$,E=window;if(f){var d=ze(n),D="clientHeight",_="clientWidth";if(d===q(n)&&(d=fe(n),Z(d).position!=="static"&&p==="absolute"&&(D="scrollHeight",_="scrollWidth")),d=d,o===$||(o===B||o===K)&&s===Fe){i=Y;var N=g&&d===E&&E.visualViewport?E.visualViewport.height:d[D];y-=N-r.height,y*=u?1:-1}if(o===B||(o===$||o===Y)&&s===Fe){L=K;var I=g&&d===E&&E.visualViewport?E.visualViewport.width:d[_];m-=I-r.width,m*=u?1:-1}}var T=Object.assign({position:p},f&&Gr),C=l===!0?Xr({x:m,y},q(n)):{x:m,y};if(m=C.x,y=C.y,u){var P;return Object.assign({},T,(P={},P[i]=R?"0":"",P[L]=A?"0":"",P.transform=(E.devicePixelRatio||1)<=1?"translate("+m+"px, "+y+"px)":"translate3d("+m+"px, "+y+"px, 0)",P))}return Object.assign({},T,(t={},t[i]=R?y+"px":"",t[L]=A?m+"px":"",t.transform="",t))}function Zr(e){var t=e.state,n=e.options,r=n.gpuAcceleration,o=r===void 0?!0:r,s=n.adaptive,c=s===void 0?!0:s,p=n.roundOffsets,u=p===void 0?!0:p;if(process.env.NODE_ENV!=="production"){var f=Z(t.elements.popper).transitionProperty||"";c&&["transform","top","right","bottom","left"].some(function(g){return f.indexOf(g)>=0})&&console.warn(["Popper: Detected CSS transitions on at least one of the following",'CSS properties: "transform", "top", "right", "bottom", "left".',`
|
|
1
|
+
"use strict";const nr=require("vue"),on=require("./_plugin-vue2_normalizer-d59b995e.cjs"),le={ERROR:"error",WARNING:"warning",SUCCESS:"success"},rr={LARGE:"lg",EXTRA_LARGE:"xl"},ir={xs:"",sm:"",md:"",lg:"d-description--lg",xl:"d-description--xl"},or={xs:"d-label--xs",sm:"d-label--sm",md:"",lg:"d-label--lg",xl:"d-label--xl"},ar={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"},an=le.ERROR,sr="dt";let ur=0,Mt;const cr=typeof setImmediate=="function"?setImmediate:setTimeout;function At(e=sr){return`${e}${ur++}`}function sn(e,t){if(t){const n=pr(t);return e[Math.abs(n)%e.length]}else return e[un(e.length)]}function pr(e){let t;for(let n=0;n<e.length;n++)t=Math.imul(31,t)+e.charCodeAt(n)|0;return t}function un(e){return Math.floor(Math.random()*e)}function cn(e){return e?e.map(t=>typeof t=="string"?{message:t,type:an}:t):[]}function pn(e){const t=St(e);return!e||!t?[]:e.filter(n=>!!n.message&&n.type===t)}function St(e){return e?st(e,le.ERROR)?le.ERROR:st(e,le.WARNING)?le.WARNING:st(e,le.SUCCESS)?le.SUCCESS:null:null}function st(e,t){return!e||!t?!1:e.some(n=>(n==null?void 0:n.type)===t)}const lr={name:"html-fragment",functional:!0,props:["html"],render(e,t){return new nr({name:"Inner",beforeCreate(){this.$createElement=e},template:`<div>${t.props.html}</div>`}).$mount()._vnode.children}},fr=()=>new Promise(e=>{cr(e)}),dr=e=>e==null?void 0:e.toLowerCase().split("-").map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join("");function vr(e,t=300){clearTimeout(Mt),Mt=setTimeout(e,t)}function ln(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 hr=/(?:(?:[^\s!@#$%^&*()_=+[\]{}\\|;:'",.<>/?]+)\.)/,mr=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)"),gr=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])"),fn=new RegExp("(?:"+[[hr.source,mr.source].join("+"),gr.source].join("|")+")"),yr=/(?:(?:[;/][^#?<>\s]*)?)/,dn=/(?:(?:\?[^#<>\s]+)?(?:#[^<>\s]+)?)/,vn=new RegExp("\\b"+[fn.source,yr.source,dn.source,"(?!\\w)"].join("+")),hn=/\b[a-z\d.-]+:\/\/[^<>\s]+/,mn=new RegExp("(?:mailto:)?[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@"+[fn.source,dn.source].join("+")+"(?!\\w)");function gn(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 yn=gn(),br=new RegExp([vn.source,hn.source,mn.source,yn.source].join("|"),"gi");function wr(e){var t;return!e||!["string","number"].includes(typeof e)?!1:(e=e.toString(),((t=yn.exec(e))==null?void 0:t[0])===e)}function Er(e){var t,n;return!e||typeof e!="string"?!1:((t=vn.exec(e))==null?void 0:t[0])===e||((n=hn.exec(e))==null?void 0:n[0])===e}function Or(e){var t;return!e||typeof e!="string"?!1:((t=mn.exec(e))==null?void 0:t[0])===e}function bn(e){return e.filter(t=>!!t).join(" ")}function wn(e,t="en-US"){return e.replace(/^\p{CWU}/u,n=>n.toLocaleUpperCase(t))}const xr={getUniqueString:At,getRandomElement:sn,getRandomInt:un,formatMessages:cn,filterFormattedMessages:pn,hasFormattedMessageOfType:st,getValidationState:St,htmlFragment:lr,flushPromises:fr,kebabCaseToPascalCase:dr,debounce:vr,isOutOfViewPort:ln,getPhoneNumberRegex:gn,linkRegex:br,isEmailAddress:Or,isPhoneNumber:wr,isURL:Er,safeConcatStrings:bn,capitalizeFirstLetter:wn},Tr={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 Ar=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)])},Sr=[],Dr=on.normalizeComponent(Tr,Ar,Sr,!1,null,null,null,null);const En=Dr.exports;var $="top",Y="bottom",G="right",B="left",lt="auto",qe=[$,Y,G,B],Re="start",Fe="end",Rr="clippingParents",On="viewport",je="popper",Ir="reference",Vt=qe.reduce(function(e,t){return e.concat([t+"-"+Re,t+"-"+Fe])},[]),xn=[].concat(qe,[lt]).reduce(function(e,t){return e.concat([t,t+"-"+Re,t+"-"+Fe])},[]),Lr="beforeRead",Pr="read",Cr="afterRead",_r="beforeMain",Nr="main",Mr="afterMain",Vr="beforeWrite",jr="write",kr="afterWrite",bt=[Lr,Pr,Cr,_r,Nr,Mr,Vr,jr,kr];function ne(e){return e?(e.nodeName||"").toLowerCase():null}function q(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function we(e){var t=q(e).Element;return e instanceof t||e instanceof Element}function W(e){var t=q(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function Dt(e){if(typeof ShadowRoot>"u")return!1;var t=q(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]||{},s=t.elements[n];!W(s)||!ne(s)||(Object.assign(s.style,r),Object.keys(o).forEach(function(c){var p=o[c];p===!1?s.removeAttribute(c):s.setAttribute(c,p===!0?"":p)}))})}function Br(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],s=t.attributes[r]||{},c=Object.keys(t.styles.hasOwnProperty(r)?t.styles[r]:n[r]),p=c.reduce(function(u,f){return u[f]="",u},{});!W(o)||!ne(o)||(Object.assign(o.style,p),Object.keys(s).forEach(function(u){o.removeAttribute(u)}))})}}const Tn={name:"applyStyles",enabled:!0,phase:"write",fn:$r,effect:Br,requires:["computeStyles"]};function K(e){return e.split("-")[0]}var be=Math.max,ct=Math.min,Ie=Math.round;function wt(){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 An(){return!/^((?!chrome|android).)*safari/i.test(wt())}function Le(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!1);var r=e.getBoundingClientRect(),o=1,s=1;t&&W(e)&&(o=e.offsetWidth>0&&Ie(r.width)/e.offsetWidth||1,s=e.offsetHeight>0&&Ie(r.height)/e.offsetHeight||1);var c=we(e)?q(e):window,p=c.visualViewport,u=!An()&&n,f=(r.left+(u&&p?p.offsetLeft:0))/o,l=(r.top+(u&&p?p.offsetTop:0))/s,g=r.width/o,x=r.height/s;return{width:g,height:x,top:l,right:f+g,bottom:l+x,left:f,x:f,y:l}}function Rt(e){var t=Le(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 Sn(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&Dt(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function Z(e){return q(e).getComputedStyle(e)}function Fr(e){return["table","td","th"].indexOf(ne(e))>=0}function fe(e){return((we(e)?e.ownerDocument:e.document)||window.document).documentElement}function ft(e){return ne(e)==="html"?e:e.assignedSlot||e.parentNode||(Dt(e)?e.host:null)||fe(e)}function jt(e){return!W(e)||Z(e).position==="fixed"?null:e.offsetParent}function Ur(e){var t=/firefox/i.test(wt()),n=/Trident/i.test(wt());if(n&&W(e)){var r=Z(e);if(r.position==="fixed")return null}var o=ft(e);for(Dt(o)&&(o=o.host);W(o)&&["html","body"].indexOf(ne(o))<0;){var s=Z(o);if(s.transform!=="none"||s.perspective!=="none"||s.contain==="paint"||["transform","perspective"].indexOf(s.willChange)!==-1||t&&s.willChange==="filter"||t&&s.filter&&s.filter!=="none")return o;o=o.parentNode}return null}function ze(e){for(var t=q(e),n=jt(e);n&&Fr(n)&&Z(n).position==="static";)n=jt(n);return n&&(ne(n)==="html"||ne(n)==="body"&&Z(n).position==="static")?t:n||Ur(e)||t}function It(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function ke(e,t,n){return be(e,ct(t,n))}function Hr(e,t,n){var r=ke(e,t,n);return r>n?n:r}function Dn(){return{top:0,right:0,bottom:0,left:0}}function Rn(e){return Object.assign({},Dn(),e)}function In(e,t){return t.reduce(function(n,r){return n[r]=e,n},{})}var Wr=function(t,n){return t=typeof t=="function"?t(Object.assign({},n.rects,{placement:n.placement})):t,Rn(typeof t!="number"?t:In(t,qe))};function qr(e){var t,n=e.state,r=e.name,o=e.options,s=n.elements.arrow,c=n.modifiersData.popperOffsets,p=K(n.placement),u=It(p),f=[B,G].indexOf(p)>=0,l=f?"height":"width";if(!(!s||!c)){var g=Wr(o.padding,n),x=Rt(s),m=u==="y"?$:B,w=u==="y"?Y:G,y=n.rects.reference[l]+n.rects.reference[u]-c[u]-n.rects.popper[l],b=c[u]-n.rects.reference[u],A=ze(s),R=A?u==="y"?A.clientHeight||0:A.clientWidth||0:0,L=y/2-b/2,i=g[m],E=R-x[l]-g[w],d=R/2-x[l]/2+L,D=ke(i,d,E),_=u;n.modifiersData[r]=(t={},t[_]=D,t.centerOffset=D-d,t)}}function zr(e){var t=e.state,n=e.options,r=n.element,o=r===void 0?"[data-popper-arrow]":r;if(o!=null&&!(typeof o=="string"&&(o=t.elements.popper.querySelector(o),!o))){if(process.env.NODE_ENV!=="production"&&(W(o)||console.error(['Popper: "arrow" element must be an HTMLElement (not an SVGElement).',"To use an SVG arrow, wrap it in an HTMLElement that will be used as","the arrow."].join(" "))),!Sn(t.elements.popper,o)){process.env.NODE_ENV!=="production"&&console.error(['Popper: "arrow" modifier\'s `element` must be a child of the popper',"element."].join(" "));return}t.elements.arrow=o}}const Yr={name:"arrow",enabled:!0,phase:"main",fn:qr,effect:zr,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Pe(e){return e.split("-")[1]}var Gr={top:"auto",right:"auto",bottom:"auto",left:"auto"};function Xr(e,t){var n=e.x,r=e.y,o=t.devicePixelRatio||1;return{x:Ie(n*o)/o||0,y:Ie(r*o)/o||0}}function kt(e){var t,n=e.popper,r=e.popperRect,o=e.placement,s=e.variation,c=e.offsets,p=e.position,u=e.gpuAcceleration,f=e.adaptive,l=e.roundOffsets,g=e.isFixed,x=c.x,m=x===void 0?0:x,w=c.y,y=w===void 0?0:w,b=typeof l=="function"?l({x:m,y}):{x:m,y};m=b.x,y=b.y;var A=c.hasOwnProperty("x"),R=c.hasOwnProperty("y"),L=B,i=$,E=window;if(f){var d=ze(n),D="clientHeight",_="clientWidth";if(d===q(n)&&(d=fe(n),Z(d).position!=="static"&&p==="absolute"&&(D="scrollHeight",_="scrollWidth")),d=d,o===$||(o===B||o===G)&&s===Fe){i=Y;var N=g&&d===E&&E.visualViewport?E.visualViewport.height:d[D];y-=N-r.height,y*=u?1:-1}if(o===B||(o===$||o===Y)&&s===Fe){L=G;var P=g&&d===E&&E.visualViewport?E.visualViewport.width:d[_];m-=P-r.width,m*=u?1:-1}}var T=Object.assign({position:p},f&&Gr),I=l===!0?Xr({x:m,y},q(n)):{x:m,y};if(m=I.x,y=I.y,u){var C;return Object.assign({},T,(C={},C[i]=R?"0":"",C[L]=A?"0":"",C.transform=(E.devicePixelRatio||1)<=1?"translate("+m+"px, "+y+"px)":"translate3d("+m+"px, "+y+"px, 0)",C))}return Object.assign({},T,(t={},t[i]=R?y+"px":"",t[L]=A?m+"px":"",t.transform="",t))}function Kr(e){var t=e.state,n=e.options,r=n.gpuAcceleration,o=r===void 0?!0:r,s=n.adaptive,c=s===void 0?!0:s,p=n.roundOffsets,u=p===void 0?!0:p;if(process.env.NODE_ENV!=="production"){var f=Z(t.elements.popper).transitionProperty||"";c&&["transform","top","right","bottom","left"].some(function(g){return f.indexOf(g)>=0})&&console.warn(["Popper: Detected CSS transitions on at least one of the following",'CSS properties: "transform", "top", "right", "bottom", "left".',`
|
|
2
2
|
|
|
3
3
|
`,'Disable the "computeStyles" modifier\'s `adaptive` option to allow',"for smooth transitions, or remove these properties from the CSS","transition declaration on the popper element if only transitioning","opacity or background-color for example.",`
|
|
4
4
|
|
|
5
|
-
`,"We recommend using the popper element as a wrapper around an inner","element that can have any CSS property transitioned for animations."].join(" "))}var l={placement:X(t.placement),variation:Ie(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,jt(Object.assign({},l,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:c,roundOffsets:u})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,jt(Object.assign({},l,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:u})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}const Jr={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:Zr,data:{}};var ot={passive:!0};function Qr(e){var t=e.state,n=e.instance,r=e.options,o=r.scroll,s=o===void 0?!0:o,c=r.resize,p=c===void 0?!0:c,u=q(t.elements.popper),f=[].concat(t.scrollParents.reference,t.scrollParents.popper);return s&&f.forEach(function(l){l.addEventListener("scroll",n.update,ot)}),p&&u.addEventListener("resize",n.update,ot),function(){s&&f.forEach(function(l){l.removeEventListener("scroll",n.update,ot)}),p&&u.removeEventListener("resize",n.update,ot)}}const ei={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:Qr,data:{}};var ti={left:"right",right:"left",bottom:"top",top:"bottom"};function ut(e){return e.replace(/left|right|bottom|top/g,function(t){return ti[t]})}var ni={start:"end",end:"start"};function $t(e){return e.replace(/start|end/g,function(t){return ni[t]})}function Lt(e){var t=q(e),n=t.pageXOffset,r=t.pageYOffset;return{scrollLeft:n,scrollTop:r}}function It(e){return Le(fe(e)).left+Lt(e).scrollLeft}function ri(e,t){var n=q(e),r=fe(e),o=n.visualViewport,s=r.clientWidth,c=r.clientHeight,p=0,u=0;if(o){s=o.width,c=o.height;var f=Sn();(f||!f&&t==="fixed")&&(p=o.offsetLeft,u=o.offsetTop)}return{width:s,height:c,x:p+It(e),y:u}}function ii(e){var t,n=fe(e),r=Lt(e),o=(t=e.ownerDocument)==null?void 0:t.body,s=be(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),c=be(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),p=-r.scrollLeft+It(e),u=-r.scrollTop;return Z(o||n).direction==="rtl"&&(p+=be(n.clientWidth,o?o.clientWidth:0)-s),{width:s,height:c,x:p,y:u}}function Pt(e){var t=Z(e),n=t.overflow,r=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+r)}function In(e){return["html","body","#document"].indexOf(ne(e))>=0?e.ownerDocument.body:W(e)&&Pt(e)?e:In(ft(e))}function $e(e,t){var n;t===void 0&&(t=[]);var r=In(e),o=r===((n=e.ownerDocument)==null?void 0:n.body),s=q(r),c=o?[s].concat(s.visualViewport||[],Pt(r)?r:[]):r,p=t.concat(c);return o?p:p.concat($e(ft(c)))}function Et(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function oi(e,t){var n=Le(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 Bt(e,t,n){return t===xn?Et(ri(e,n)):we(t)?oi(t,n):Et(ii(fe(e)))}function ai(e){var t=$e(ft(e)),n=["absolute","fixed"].indexOf(Z(e).position)>=0,r=n&&W(e)?ze(e):e;return we(r)?t.filter(function(o){return we(o)&&Dn(o,r)&&ne(o)!=="body"}):[]}function si(e,t,n,r){var o=t==="clippingParents"?ai(e):[].concat(t),s=[].concat(o,[n]),c=s[0],p=s.reduce(function(u,f){var l=Bt(e,f,r);return u.top=be(l.top,u.top),u.right=ct(l.right,u.right),u.bottom=ct(l.bottom,u.bottom),u.left=be(l.left,u.left),u},Bt(e,c,r));return p.width=p.right-p.left,p.height=p.bottom-p.top,p.x=p.left,p.y=p.top,p}function Pn(e){var t=e.reference,n=e.element,r=e.placement,o=r?X(r):null,s=r?Ie(r):null,c=t.x+t.width/2-n.width/2,p=t.y+t.height/2-n.height/2,u;switch(o){case $:u={x:c,y:t.y-n.height};break;case Y:u={x:c,y:t.y+t.height};break;case K:u={x:t.x+t.width,y:p};break;case B:u={x:t.x-n.width,y:p};break;default:u={x:t.x,y:t.y}}var f=o?Ct(o):null;if(f!=null){var l=f==="y"?"height":"width";switch(s){case Re:u[f]=u[f]-(t[l]/2-n[l]/2);break;case Fe:u[f]=u[f]+(t[l]/2-n[l]/2);break}}return u}function Ue(e,t){t===void 0&&(t={});var n=t,r=n.placement,o=r===void 0?e.placement:r,s=n.strategy,c=s===void 0?e.strategy:s,p=n.boundary,u=p===void 0?Cr:p,f=n.rootBoundary,l=f===void 0?xn:f,g=n.elementContext,x=g===void 0?Ve:g,m=n.altBoundary,w=m===void 0?!1:m,y=n.padding,b=y===void 0?0:y,A=Cn(typeof b!="number"?b:Ln(b,qe)),R=x===Ve?Lr:Ve,L=e.rects.popper,i=e.elements[w?R:x],E=si(we(i)?i:i.contextElement||fe(e.elements.popper),u,l,c),d=Le(e.elements.reference),D=Pn({reference:d,element:L,strategy:"absolute",placement:o}),_=Et(Object.assign({},L,D)),N=x===Ve?_:d,I={top:E.top-N.top+A.top,bottom:N.bottom-E.bottom+A.bottom,left:E.left-N.left+A.left,right:N.right-E.right+A.right},T=e.modifiersData.offset;if(x===Ve&&T){var C=T[o];Object.keys(I).forEach(function(P){var F=[K,Y].indexOf(P)>=0?1:-1,U=[$,Y].indexOf(P)>=0?"y":"x";I[P]+=C[U]*F})}return I}function ui(e,t){t===void 0&&(t={});var n=t,r=n.placement,o=n.boundary,s=n.rootBoundary,c=n.padding,p=n.flipVariations,u=n.allowedAutoPlacements,f=u===void 0?Tn:u,l=Ie(r),g=l?p?kt:kt.filter(function(w){return Ie(w)===l}):qe,x=g.filter(function(w){return f.indexOf(w)>=0});x.length===0&&(x=g,process.env.NODE_ENV!=="production"&&console.error(["Popper: The `allowedAutoPlacements` option did not allow any","placements. Ensure the `placement` option matches the variation","of the allowed placements.",'For example, "auto" cannot be used to allow "bottom-start".','Use "auto-start" instead.'].join(" ")));var m=x.reduce(function(w,y){return w[y]=Ue(e,{placement:y,boundary:o,rootBoundary:s,padding:c})[X(y)],w},{});return Object.keys(m).sort(function(w,y){return m[w]-m[y]})}function ci(e){if(X(e)===lt)return[];var t=ut(e);return[$t(e),t,$t(t)]}function pi(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var o=n.mainAxis,s=o===void 0?!0:o,c=n.altAxis,p=c===void 0?!0:c,u=n.fallbackPlacements,f=n.padding,l=n.boundary,g=n.rootBoundary,x=n.altBoundary,m=n.flipVariations,w=m===void 0?!0:m,y=n.allowedAutoPlacements,b=t.options.placement,A=X(b),R=A===b,L=u||(R||!w?[ut(b)]:ci(b)),i=[b].concat(L).reduce(function(re,G){return re.concat(X(G)===lt?ui(t,{placement:G,boundary:l,rootBoundary:g,padding:f,flipVariations:w,allowedAutoPlacements:y}):G)},[]),E=t.rects.reference,d=t.rects.popper,D=new Map,_=!0,N=i[0],I=0;I<i.length;I++){var T=i[I],C=X(T),P=Ie(T)===Re,F=[$,Y].indexOf(C)>=0,U=F?"width":"height",k=Ue(t,{placement:T,boundary:l,rootBoundary:g,altBoundary:x,padding:f}),V=F?P?K:B:P?Y:$;E[U]>d[U]&&(V=ut(V));var M=ut(V),J=[];if(s&&J.push(k[C]<=0),p&&J.push(k[V]<=0,k[M]<=0),J.every(function(re){return re})){N=T,_=!1;break}D.set(T,J)}if(_)for(var Q=w?3:1,de=function(G){var ie=i.find(function(Ee){var oe=D.get(Ee);if(oe)return oe.slice(0,G).every(function(Oe){return Oe})});if(ie)return N=ie,"break"},ee=Q;ee>0;ee--){var ve=de(ee);if(ve==="break")break}t.placement!==N&&(t.modifiersData[r]._skip=!0,t.placement=N,t.reset=!0)}}const li={name:"flip",enabled:!0,phase:"main",fn:pi,requiresIfExists:["offset"],data:{_skip:!1}};function Ft(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[$,K,Y,B].some(function(t){return e[t]>=0})}function fi(e){var t=e.state,n=e.name,r=t.rects.reference,o=t.rects.popper,s=t.modifiersData.preventOverflow,c=Ue(t,{elementContext:"reference"}),p=Ue(t,{altBoundary:!0}),u=Ft(c,r),f=Ft(p,o,s),l=Ut(u),g=Ut(f);t.modifiersData[n]={referenceClippingOffsets:u,popperEscapeOffsets:f,isReferenceHidden:l,hasPopperEscaped:g},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":l,"data-popper-escaped":g})}const di={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:fi};function vi(e,t,n){var r=X(e),o=[B,$].indexOf(r)>=0?-1:1,s=typeof n=="function"?n(Object.assign({},t,{placement:e})):n,c=s[0],p=s[1];return c=c||0,p=(p||0)*o,[B,K].indexOf(r)>=0?{x:p,y:c}:{x:c,y:p}}function hi(e){var t=e.state,n=e.options,r=e.name,o=n.offset,s=o===void 0?[0,0]:o,c=Tn.reduce(function(l,g){return l[g]=vi(g,t.rects,s),l},{}),p=c[t.placement],u=p.x,f=p.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=u,t.modifiersData.popperOffsets.y+=f),t.modifiersData[r]=c}const mi={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:hi};function gi(e){var t=e.state,n=e.name;t.modifiersData[n]=Pn({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}const yi={name:"popperOffsets",enabled:!0,phase:"read",fn:gi,data:{}};function bi(e){return e==="x"?"y":"x"}function wi(e){var t=e.state,n=e.options,r=e.name,o=n.mainAxis,s=o===void 0?!0:o,c=n.altAxis,p=c===void 0?!1:c,u=n.boundary,f=n.rootBoundary,l=n.altBoundary,g=n.padding,x=n.tether,m=x===void 0?!0:x,w=n.tetherOffset,y=w===void 0?0:w,b=Ue(t,{boundary:u,rootBoundary:f,padding:g,altBoundary:l}),A=X(t.placement),R=Ie(t.placement),L=!R,i=Ct(A),E=bi(i),d=t.modifiersData.popperOffsets,D=t.rects.reference,_=t.rects.popper,N=typeof y=="function"?y(Object.assign({},t.rects,{placement:t.placement})):y,I=typeof N=="number"?{mainAxis:N,altAxis:N}:Object.assign({mainAxis:0,altAxis:0},N),T=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,C={x:0,y:0};if(d){if(s){var P,F=i==="y"?$:B,U=i==="y"?Y:K,k=i==="y"?"height":"width",V=d[i],M=V+b[F],J=V-b[U],Q=m?-_[k]/2:0,de=R===Re?D[k]:_[k],ee=R===Re?-_[k]:-D[k],ve=t.elements.arrow,re=m&&ve?Rt(ve):{width:0,height:0},G=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:Rn(),ie=G[F],Ee=G[U],oe=je(0,D[k],re[k]),Oe=L?D[k]/2-Q-oe-ie-I.mainAxis:de-oe-ie-I.mainAxis,ue=L?-D[k]/2+Q+oe+Ee+I.mainAxis:ee+oe+Ee+I.mainAxis,xe=t.elements.arrow&&ze(t.elements.arrow),Ke=xe?i==="y"?xe.clientTop||0:xe.clientLeft||0:0,Pe=(P=T==null?void 0:T[i])!=null?P:0,Ge=V+Oe-Pe-Ke,Xe=V+ue-Pe,_e=je(m?ct(M,Ge):M,V,m?be(J,Xe):J);d[i]=_e,C[i]=_e-V}if(p){var Ne,Ze=i==="x"?$:B,Je=i==="x"?Y:K,ae=d[E],ce=E==="y"?"height":"width",Me=ae+b[Ze],he=ae-b[Je],ke=[$,B].indexOf(A)!==-1,Qe=(Ne=T==null?void 0:T[E])!=null?Ne:0,et=ke?Me:ae-D[ce]-_[ce]-Qe+I.altAxis,tt=ke?ae+D[ce]+_[ce]-Qe-I.altAxis:he,nt=m&&ke?Wr(et,ae,tt):je(m?et:Me,ae,m?tt:he);d[E]=nt,C[E]=nt-ae}t.modifiersData[r]=C}}const Ei={name:"preventOverflow",enabled:!0,phase:"main",fn:wi,requiresIfExists:["offset"]};function Oi(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function xi(e){return e===q(e)||!W(e)?Lt(e):Oi(e)}function Ti(e){var t=e.getBoundingClientRect(),n=Ce(t.width)/e.offsetWidth||1,r=Ce(t.height)/e.offsetHeight||1;return n!==1||r!==1}function Ai(e,t,n){n===void 0&&(n=!1);var r=W(t),o=W(t)&&Ti(t),s=fe(t),c=Le(e,o,n),p={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(r||!r&&!n)&&((ne(t)!=="body"||Pt(s))&&(p=xi(t)),W(t)?(u=Le(t,!0),u.x+=t.clientLeft,u.y+=t.clientTop):s&&(u.x=It(s))),{x:c.left+p.scrollLeft-u.x,y:c.top+p.scrollTop-u.y,width:c.width,height:c.height}}function Si(e){var t=new Map,n=new Set,r=[];e.forEach(function(s){t.set(s.name,s)});function o(s){n.add(s.name);var c=[].concat(s.requires||[],s.requiresIfExists||[]);c.forEach(function(p){if(!n.has(p)){var u=t.get(p);u&&o(u)}}),r.push(s)}return e.forEach(function(s){n.has(s.name)||o(s)}),r}function Di(e){var t=Si(e);return bt.reduce(function(n,r){return n.concat(t.filter(function(o){return o.phase===r}))},[])}function Ri(e){var t;return function(){return t||(t=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})})),t}}function pe(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return[].concat(n).reduce(function(o,s){return o.replace(/%s/,s)},e)}var ge='Popper: modifier "%s" provided an invalid %s property, expected %s but got %s',Ci='Popper: modifier "%s" requires "%s", but "%s" modifier is not available',Ht=["name","enabled","phase","fn","effect","requires","options"];function Li(e){e.forEach(function(t){[].concat(Object.keys(t),Ht).filter(function(n,r,o){return o.indexOf(n)===r}).forEach(function(n){switch(n){case"name":typeof t.name!="string"&&console.error(pe(ge,String(t.name),'"name"','"string"','"'+String(t.name)+'"'));break;case"enabled":typeof t.enabled!="boolean"&&console.error(pe(ge,t.name,'"enabled"','"boolean"','"'+String(t.enabled)+'"'));break;case"phase":bt.indexOf(t.phase)<0&&console.error(pe(ge,t.name,'"phase"',"either "+bt.join(", "),'"'+String(t.phase)+'"'));break;case"fn":typeof t.fn!="function"&&console.error(pe(ge,t.name,'"fn"','"function"','"'+String(t.fn)+'"'));break;case"effect":t.effect!=null&&typeof t.effect!="function"&&console.error(pe(ge,t.name,'"effect"','"function"','"'+String(t.fn)+'"'));break;case"requires":t.requires!=null&&!Array.isArray(t.requires)&&console.error(pe(ge,t.name,'"requires"','"array"','"'+String(t.requires)+'"'));break;case"requiresIfExists":Array.isArray(t.requiresIfExists)||console.error(pe(ge,t.name,'"requiresIfExists"','"array"','"'+String(t.requiresIfExists)+'"'));break;case"options":case"data":break;default:console.error('PopperJS: an invalid property has been provided to the "'+t.name+'" modifier, valid properties are '+Ht.map(function(r){return'"'+r+'"'}).join(", ")+'; but "'+n+'" was provided.')}t.requires&&t.requires.forEach(function(r){e.find(function(o){return o.name===r})==null&&console.error(pe(Ci,String(t.name),r,r))})})})}function Ii(e,t){var n=new Set;return e.filter(function(r){var o=t(r);if(!n.has(o))return n.add(o),!0})}function Pi(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 Wt="Popper: Invalid reference or popper argument provided. They must be either a DOM element or virtual element.",_i="Popper: An infinite loop in the modifiers cycle has been detected! The cycle has been interrupted to prevent a browser crash.",qt={placement:"bottom",modifiers:[],strategy:"absolute"};function zt(){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 Ni(e){e===void 0&&(e={});var t=e,n=t.defaultModifiers,r=n===void 0?[]:n,o=t.defaultOptions,s=o===void 0?qt:o;return function(p,u,f){f===void 0&&(f=s);var l={placement:"bottom",orderedModifiers:[],options:Object.assign({},qt,s),modifiersData:{},elements:{reference:p,popper:u},attributes:{},styles:{}},g=[],x=!1,m={state:l,setOptions:function(A){var R=typeof A=="function"?A(l.options):A;y(),l.options=Object.assign({},s,l.options,R),l.scrollParents={reference:we(p)?$e(p):p.contextElement?$e(p.contextElement):[],popper:$e(u)};var L=Di(Pi([].concat(r,l.options.modifiers)));if(l.orderedModifiers=L.filter(function(T){return T.enabled}),process.env.NODE_ENV!=="production"){var i=Ii([].concat(L,l.options.modifiers),function(T){var C=T.name;return C});if(Li(i),X(l.options.placement)===lt){var E=l.orderedModifiers.find(function(T){var C=T.name;return C==="flip"});E||console.error(['Popper: "auto" placements require the "flip" modifier be',"present and enabled to work."].join(" "))}var d=Z(u),D=d.marginTop,_=d.marginRight,N=d.marginBottom,I=d.marginLeft;[D,_,N,I].some(function(T){return parseFloat(T)})&&console.warn(['Popper: CSS "margin" styles cannot be used to apply padding',"between the popper and its reference element or boundary.","To replicate margin, use the `offset` modifier, as well as","the `padding` option in the `preventOverflow` and `flip`","modifiers."].join(" "))}return w(),m.update()},forceUpdate:function(){if(!x){var A=l.elements,R=A.reference,L=A.popper;if(!zt(R,L)){process.env.NODE_ENV!=="production"&&console.error(Wt);return}l.rects={reference:Ai(R,ze(L),l.options.strategy==="fixed"),popper:Rt(L)},l.reset=!1,l.placement=l.options.placement,l.orderedModifiers.forEach(function(T){return l.modifiersData[T.name]=Object.assign({},T.data)});for(var i=0,E=0;E<l.orderedModifiers.length;E++){if(process.env.NODE_ENV!=="production"&&(i+=1,i>100)){console.error(_i);break}if(l.reset===!0){l.reset=!1,E=-1;continue}var d=l.orderedModifiers[E],D=d.fn,_=d.options,N=_===void 0?{}:_,I=d.name;typeof D=="function"&&(l=D({state:l,options:N,name:I,instance:m})||l)}}},update:Ri(function(){return new Promise(function(b){m.forceUpdate(),b(l)})}),destroy:function(){y(),x=!0}};if(!zt(p,u))return process.env.NODE_ENV!=="production"&&console.error(Wt),m;m.setOptions(f).then(function(b){!x&&f.onFirstUpdate&&f.onFirstUpdate(b)});function w(){l.orderedModifiers.forEach(function(b){var A=b.name,R=b.options,L=R===void 0?{}:R,i=b.effect;if(typeof i=="function"){var E=i({state:l,name:A,instance:m,options:L}),d=function(){};g.push(E||d)}})}function y(){g.forEach(function(b){return b()}),g=[]}return m}}var Mi=[ei,yi,Jr,An,mi,li,Ei,Kr,di],ki=Ni({defaultModifiers:Mi}),Vi="tippy-box",_n="tippy-content",ji="tippy-backdrop",Nn="tippy-arrow",Mn="tippy-svg-arrow",ye={passive:!0,capture:!0},kn=function(){return document.body};function $i(e,t){return{}.hasOwnProperty.call(e,t)}function ht(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 Vn(e,t){return typeof e=="function"?e.apply(void 0,t):e}function Yt(e,t){if(t===0)return e;var n;return function(r){clearTimeout(n),n=setTimeout(function(){e(r)},t)}}function Bi(e,t){var n=Object.assign({},e);return t.forEach(function(r){delete n[r]}),n}function Fi(e){return e.split(/\s+/).filter(Boolean)}function De(e){return[].concat(e)}function Kt(e,t){e.indexOf(t)===-1&&e.push(t)}function Ui(e){return e.filter(function(t,n){return e.indexOf(t)===n})}function Hi(e){return e.split("-")[0]}function pt(e){return[].slice.call(e)}function Gt(e){return Object.keys(e).reduce(function(t,n){return e[n]!==void 0&&(t[n]=e[n]),t},{})}function Be(){return document.createElement("div")}function He(e){return["Element","Fragment"].some(function(t){return _t(e,t)})}function Wi(e){return _t(e,"NodeList")}function qi(e){return _t(e,"MouseEvent")}function zi(e){return!!(e&&e._tippy&&e._tippy.reference===e)}function Yi(e){return He(e)?[e]:Wi(e)?pt(e):Array.isArray(e)?e:pt(document.querySelectorAll(e))}function mt(e,t){e.forEach(function(n){n&&(n.style.transitionDuration=t+"ms")})}function Xt(e,t){e.forEach(function(n){n&&n.setAttribute("data-state",t)})}function Ki(e){var t,n=De(e),r=n[0];return r!=null&&(t=r.ownerDocument)!=null&&t.body?r.ownerDocument:document}function Gi(e,t){var n=t.clientX,r=t.clientY;return e.every(function(o){var s=o.popperRect,c=o.popperState,p=o.props,u=p.interactiveBorder,f=Hi(c.placement),l=c.modifiersData.offset;if(!l)return!0;var g=f==="bottom"?l.top.y:0,x=f==="top"?l.bottom.y:0,m=f==="right"?l.left.x:0,w=f==="left"?l.right.x:0,y=s.top-r+g>u,b=r-s.bottom-x>u,A=s.left-n+m>u,R=n-s.right-w>u;return y||b||A||R})}function gt(e,t,n){var r=t+"EventListener";["transitionend","webkitTransitionEnd"].forEach(function(o){e[r](o,n)})}function Zt(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 te={isTouch:!1},Jt=0;function Xi(){te.isTouch||(te.isTouch=!0,window.performance&&document.addEventListener("mousemove",jn))}function jn(){var e=performance.now();e-Jt<20&&(te.isTouch=!1,document.removeEventListener("mousemove",jn)),Jt=e}function Zi(){var e=document.activeElement;if(zi(e)){var t=e._tippy;e.blur&&!t.state.isVisible&&e.blur()}}function Ji(){document.addEventListener("touchstart",Xi,ye),window.addEventListener("blur",Zi)}var Qi=typeof window<"u"&&typeof document<"u",eo=Qi?!!window.msCrypto:!1;function Se(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 Qt(e){var t=/[ \t]{2,}/g,n=/^[ \t]*/gm;return e.replace(t," ").replace(n,"").trim()}function to(e){return Qt(`
|
|
5
|
+
`,"We recommend using the popper element as a wrapper around an inner","element that can have any CSS property transitioned for animations."].join(" "))}var l={placement:K(t.placement),variation:Pe(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({},l,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:c,roundOffsets:u})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,kt(Object.assign({},l,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:u})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}const Zr={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:Kr,data:{}};var ot={passive:!0};function Jr(e){var t=e.state,n=e.instance,r=e.options,o=r.scroll,s=o===void 0?!0:o,c=r.resize,p=c===void 0?!0:c,u=q(t.elements.popper),f=[].concat(t.scrollParents.reference,t.scrollParents.popper);return s&&f.forEach(function(l){l.addEventListener("scroll",n.update,ot)}),p&&u.addEventListener("resize",n.update,ot),function(){s&&f.forEach(function(l){l.removeEventListener("scroll",n.update,ot)}),p&&u.removeEventListener("resize",n.update,ot)}}const Qr={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:Jr,data:{}};var ei={left:"right",right:"left",bottom:"top",top:"bottom"};function ut(e){return e.replace(/left|right|bottom|top/g,function(t){return ei[t]})}var ti={start:"end",end:"start"};function $t(e){return e.replace(/start|end/g,function(t){return ti[t]})}function Lt(e){var t=q(e),n=t.pageXOffset,r=t.pageYOffset;return{scrollLeft:n,scrollTop:r}}function Pt(e){return Le(fe(e)).left+Lt(e).scrollLeft}function ni(e,t){var n=q(e),r=fe(e),o=n.visualViewport,s=r.clientWidth,c=r.clientHeight,p=0,u=0;if(o){s=o.width,c=o.height;var f=An();(f||!f&&t==="fixed")&&(p=o.offsetLeft,u=o.offsetTop)}return{width:s,height:c,x:p+Pt(e),y:u}}function ri(e){var t,n=fe(e),r=Lt(e),o=(t=e.ownerDocument)==null?void 0:t.body,s=be(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),c=be(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),p=-r.scrollLeft+Pt(e),u=-r.scrollTop;return Z(o||n).direction==="rtl"&&(p+=be(n.clientWidth,o?o.clientWidth:0)-s),{width:s,height:c,x:p,y:u}}function Ct(e){var t=Z(e),n=t.overflow,r=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+r)}function Ln(e){return["html","body","#document"].indexOf(ne(e))>=0?e.ownerDocument.body:W(e)&&Ct(e)?e:Ln(ft(e))}function $e(e,t){var n;t===void 0&&(t=[]);var r=Ln(e),o=r===((n=e.ownerDocument)==null?void 0:n.body),s=q(r),c=o?[s].concat(s.visualViewport||[],Ct(r)?r:[]):r,p=t.concat(c);return o?p:p.concat($e(ft(c)))}function Et(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function ii(e,t){var n=Le(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 Bt(e,t,n){return t===On?Et(ni(e,n)):we(t)?ii(t,n):Et(ri(fe(e)))}function oi(e){var t=$e(ft(e)),n=["absolute","fixed"].indexOf(Z(e).position)>=0,r=n&&W(e)?ze(e):e;return we(r)?t.filter(function(o){return we(o)&&Sn(o,r)&&ne(o)!=="body"}):[]}function ai(e,t,n,r){var o=t==="clippingParents"?oi(e):[].concat(t),s=[].concat(o,[n]),c=s[0],p=s.reduce(function(u,f){var l=Bt(e,f,r);return u.top=be(l.top,u.top),u.right=ct(l.right,u.right),u.bottom=ct(l.bottom,u.bottom),u.left=be(l.left,u.left),u},Bt(e,c,r));return p.width=p.right-p.left,p.height=p.bottom-p.top,p.x=p.left,p.y=p.top,p}function Pn(e){var t=e.reference,n=e.element,r=e.placement,o=r?K(r):null,s=r?Pe(r):null,c=t.x+t.width/2-n.width/2,p=t.y+t.height/2-n.height/2,u;switch(o){case $:u={x:c,y:t.y-n.height};break;case Y:u={x:c,y:t.y+t.height};break;case G:u={x:t.x+t.width,y:p};break;case B:u={x:t.x-n.width,y:p};break;default:u={x:t.x,y:t.y}}var f=o?It(o):null;if(f!=null){var l=f==="y"?"height":"width";switch(s){case Re:u[f]=u[f]-(t[l]/2-n[l]/2);break;case Fe:u[f]=u[f]+(t[l]/2-n[l]/2);break}}return u}function Ue(e,t){t===void 0&&(t={});var n=t,r=n.placement,o=r===void 0?e.placement:r,s=n.strategy,c=s===void 0?e.strategy:s,p=n.boundary,u=p===void 0?Rr:p,f=n.rootBoundary,l=f===void 0?On:f,g=n.elementContext,x=g===void 0?je:g,m=n.altBoundary,w=m===void 0?!1:m,y=n.padding,b=y===void 0?0:y,A=Rn(typeof b!="number"?b:In(b,qe)),R=x===je?Ir:je,L=e.rects.popper,i=e.elements[w?R:x],E=ai(we(i)?i:i.contextElement||fe(e.elements.popper),u,l,c),d=Le(e.elements.reference),D=Pn({reference:d,element:L,strategy:"absolute",placement:o}),_=Et(Object.assign({},L,D)),N=x===je?_:d,P={top:E.top-N.top+A.top,bottom:N.bottom-E.bottom+A.bottom,left:E.left-N.left+A.left,right:N.right-E.right+A.right},T=e.modifiersData.offset;if(x===je&&T){var I=T[o];Object.keys(P).forEach(function(C){var F=[G,Y].indexOf(C)>=0?1:-1,U=[$,Y].indexOf(C)>=0?"y":"x";P[C]+=I[U]*F})}return P}function si(e,t){t===void 0&&(t={});var n=t,r=n.placement,o=n.boundary,s=n.rootBoundary,c=n.padding,p=n.flipVariations,u=n.allowedAutoPlacements,f=u===void 0?xn:u,l=Pe(r),g=l?p?Vt:Vt.filter(function(w){return Pe(w)===l}):qe,x=g.filter(function(w){return f.indexOf(w)>=0});x.length===0&&(x=g,process.env.NODE_ENV!=="production"&&console.error(["Popper: The `allowedAutoPlacements` option did not allow any","placements. Ensure the `placement` option matches the variation","of the allowed placements.",'For example, "auto" cannot be used to allow "bottom-start".','Use "auto-start" instead.'].join(" ")));var m=x.reduce(function(w,y){return w[y]=Ue(e,{placement:y,boundary:o,rootBoundary:s,padding:c})[K(y)],w},{});return Object.keys(m).sort(function(w,y){return m[w]-m[y]})}function ui(e){if(K(e)===lt)return[];var t=ut(e);return[$t(e),t,$t(t)]}function ci(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var o=n.mainAxis,s=o===void 0?!0:o,c=n.altAxis,p=c===void 0?!0:c,u=n.fallbackPlacements,f=n.padding,l=n.boundary,g=n.rootBoundary,x=n.altBoundary,m=n.flipVariations,w=m===void 0?!0:m,y=n.allowedAutoPlacements,b=t.options.placement,A=K(b),R=A===b,L=u||(R||!w?[ut(b)]:ui(b)),i=[b].concat(L).reduce(function(re,X){return re.concat(K(X)===lt?si(t,{placement:X,boundary:l,rootBoundary:g,padding:f,flipVariations:w,allowedAutoPlacements:y}):X)},[]),E=t.rects.reference,d=t.rects.popper,D=new Map,_=!0,N=i[0],P=0;P<i.length;P++){var T=i[P],I=K(T),C=Pe(T)===Re,F=[$,Y].indexOf(I)>=0,U=F?"width":"height",V=Ue(t,{placement:T,boundary:l,rootBoundary:g,altBoundary:x,padding:f}),j=F?C?G:B:C?Y:$;E[U]>d[U]&&(j=ut(j));var M=ut(j),J=[];if(s&&J.push(V[I]<=0),p&&J.push(V[j]<=0,V[M]<=0),J.every(function(re){return re})){N=T,_=!1;break}D.set(T,J)}if(_)for(var Q=w?3:1,de=function(X){var ie=i.find(function(Ee){var oe=D.get(Ee);if(oe)return oe.slice(0,X).every(function(Oe){return Oe})});if(ie)return N=ie,"break"},ee=Q;ee>0;ee--){var ve=de(ee);if(ve==="break")break}t.placement!==N&&(t.modifiersData[r]._skip=!0,t.placement=N,t.reset=!0)}}const pi={name:"flip",enabled:!0,phase:"main",fn:ci,requiresIfExists:["offset"],data:{_skip:!1}};function Ft(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[$,G,Y,B].some(function(t){return e[t]>=0})}function li(e){var t=e.state,n=e.name,r=t.rects.reference,o=t.rects.popper,s=t.modifiersData.preventOverflow,c=Ue(t,{elementContext:"reference"}),p=Ue(t,{altBoundary:!0}),u=Ft(c,r),f=Ft(p,o,s),l=Ut(u),g=Ut(f);t.modifiersData[n]={referenceClippingOffsets:u,popperEscapeOffsets:f,isReferenceHidden:l,hasPopperEscaped:g},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":l,"data-popper-escaped":g})}const fi={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:li};function di(e,t,n){var r=K(e),o=[B,$].indexOf(r)>=0?-1:1,s=typeof n=="function"?n(Object.assign({},t,{placement:e})):n,c=s[0],p=s[1];return c=c||0,p=(p||0)*o,[B,G].indexOf(r)>=0?{x:p,y:c}:{x:c,y:p}}function vi(e){var t=e.state,n=e.options,r=e.name,o=n.offset,s=o===void 0?[0,0]:o,c=xn.reduce(function(l,g){return l[g]=di(g,t.rects,s),l},{}),p=c[t.placement],u=p.x,f=p.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=u,t.modifiersData.popperOffsets.y+=f),t.modifiersData[r]=c}const hi={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:vi};function mi(e){var t=e.state,n=e.name;t.modifiersData[n]=Pn({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}const gi={name:"popperOffsets",enabled:!0,phase:"read",fn:mi,data:{}};function yi(e){return e==="x"?"y":"x"}function bi(e){var t=e.state,n=e.options,r=e.name,o=n.mainAxis,s=o===void 0?!0:o,c=n.altAxis,p=c===void 0?!1:c,u=n.boundary,f=n.rootBoundary,l=n.altBoundary,g=n.padding,x=n.tether,m=x===void 0?!0:x,w=n.tetherOffset,y=w===void 0?0:w,b=Ue(t,{boundary:u,rootBoundary:f,padding:g,altBoundary:l}),A=K(t.placement),R=Pe(t.placement),L=!R,i=It(A),E=yi(i),d=t.modifiersData.popperOffsets,D=t.rects.reference,_=t.rects.popper,N=typeof y=="function"?y(Object.assign({},t.rects,{placement:t.placement})):y,P=typeof N=="number"?{mainAxis:N,altAxis:N}:Object.assign({mainAxis:0,altAxis:0},N),T=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,I={x:0,y:0};if(d){if(s){var C,F=i==="y"?$:B,U=i==="y"?Y:G,V=i==="y"?"height":"width",j=d[i],M=j+b[F],J=j-b[U],Q=m?-_[V]/2:0,de=R===Re?D[V]:_[V],ee=R===Re?-_[V]:-D[V],ve=t.elements.arrow,re=m&&ve?Rt(ve):{width:0,height:0},X=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:Dn(),ie=X[F],Ee=X[U],oe=ke(0,D[V],re[V]),Oe=L?D[V]/2-Q-oe-ie-P.mainAxis:de-oe-ie-P.mainAxis,ue=L?-D[V]/2+Q+oe+Ee+P.mainAxis:ee+oe+Ee+P.mainAxis,xe=t.elements.arrow&&ze(t.elements.arrow),Ge=xe?i==="y"?xe.clientTop||0:xe.clientLeft||0:0,Ce=(C=T==null?void 0:T[i])!=null?C:0,Xe=j+Oe-Ce-Ge,Ke=j+ue-Ce,_e=ke(m?ct(M,Xe):M,j,m?be(J,Ke):J);d[i]=_e,I[i]=_e-j}if(p){var Ne,Ze=i==="x"?$:B,Je=i==="x"?Y:G,ae=d[E],ce=E==="y"?"height":"width",Me=ae+b[Ze],he=ae-b[Je],Ve=[$,B].indexOf(A)!==-1,Qe=(Ne=T==null?void 0:T[E])!=null?Ne:0,et=Ve?Me:ae-D[ce]-_[ce]-Qe+P.altAxis,tt=Ve?ae+D[ce]+_[ce]-Qe-P.altAxis:he,nt=m&&Ve?Hr(et,ae,tt):ke(m?et:Me,ae,m?tt:he);d[E]=nt,I[E]=nt-ae}t.modifiersData[r]=I}}const wi={name:"preventOverflow",enabled:!0,phase:"main",fn:bi,requiresIfExists:["offset"]};function Ei(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function Oi(e){return e===q(e)||!W(e)?Lt(e):Ei(e)}function xi(e){var t=e.getBoundingClientRect(),n=Ie(t.width)/e.offsetWidth||1,r=Ie(t.height)/e.offsetHeight||1;return n!==1||r!==1}function Ti(e,t,n){n===void 0&&(n=!1);var r=W(t),o=W(t)&&xi(t),s=fe(t),c=Le(e,o,n),p={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(r||!r&&!n)&&((ne(t)!=="body"||Ct(s))&&(p=Oi(t)),W(t)?(u=Le(t,!0),u.x+=t.clientLeft,u.y+=t.clientTop):s&&(u.x=Pt(s))),{x:c.left+p.scrollLeft-u.x,y:c.top+p.scrollTop-u.y,width:c.width,height:c.height}}function Ai(e){var t=new Map,n=new Set,r=[];e.forEach(function(s){t.set(s.name,s)});function o(s){n.add(s.name);var c=[].concat(s.requires||[],s.requiresIfExists||[]);c.forEach(function(p){if(!n.has(p)){var u=t.get(p);u&&o(u)}}),r.push(s)}return e.forEach(function(s){n.has(s.name)||o(s)}),r}function Si(e){var t=Ai(e);return bt.reduce(function(n,r){return n.concat(t.filter(function(o){return o.phase===r}))},[])}function Di(e){var t;return function(){return t||(t=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})})),t}}function pe(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return[].concat(n).reduce(function(o,s){return o.replace(/%s/,s)},e)}var ge='Popper: modifier "%s" provided an invalid %s property, expected %s but got %s',Ri='Popper: modifier "%s" requires "%s", but "%s" modifier is not available',Ht=["name","enabled","phase","fn","effect","requires","options"];function Ii(e){e.forEach(function(t){[].concat(Object.keys(t),Ht).filter(function(n,r,o){return o.indexOf(n)===r}).forEach(function(n){switch(n){case"name":typeof t.name!="string"&&console.error(pe(ge,String(t.name),'"name"','"string"','"'+String(t.name)+'"'));break;case"enabled":typeof t.enabled!="boolean"&&console.error(pe(ge,t.name,'"enabled"','"boolean"','"'+String(t.enabled)+'"'));break;case"phase":bt.indexOf(t.phase)<0&&console.error(pe(ge,t.name,'"phase"',"either "+bt.join(", "),'"'+String(t.phase)+'"'));break;case"fn":typeof t.fn!="function"&&console.error(pe(ge,t.name,'"fn"','"function"','"'+String(t.fn)+'"'));break;case"effect":t.effect!=null&&typeof t.effect!="function"&&console.error(pe(ge,t.name,'"effect"','"function"','"'+String(t.fn)+'"'));break;case"requires":t.requires!=null&&!Array.isArray(t.requires)&&console.error(pe(ge,t.name,'"requires"','"array"','"'+String(t.requires)+'"'));break;case"requiresIfExists":Array.isArray(t.requiresIfExists)||console.error(pe(ge,t.name,'"requiresIfExists"','"array"','"'+String(t.requiresIfExists)+'"'));break;case"options":case"data":break;default:console.error('PopperJS: an invalid property has been provided to the "'+t.name+'" modifier, valid properties are '+Ht.map(function(r){return'"'+r+'"'}).join(", ")+'; but "'+n+'" was provided.')}t.requires&&t.requires.forEach(function(r){e.find(function(o){return o.name===r})==null&&console.error(pe(Ri,String(t.name),r,r))})})})}function Li(e,t){var n=new Set;return e.filter(function(r){var o=t(r);if(!n.has(o))return n.add(o),!0})}function Pi(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 Wt="Popper: Invalid reference or popper argument provided. They must be either a DOM element or virtual element.",Ci="Popper: An infinite loop in the modifiers cycle has been detected! The cycle has been interrupted to prevent a browser crash.",qt={placement:"bottom",modifiers:[],strategy:"absolute"};function zt(){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 _i(e){e===void 0&&(e={});var t=e,n=t.defaultModifiers,r=n===void 0?[]:n,o=t.defaultOptions,s=o===void 0?qt:o;return function(p,u,f){f===void 0&&(f=s);var l={placement:"bottom",orderedModifiers:[],options:Object.assign({},qt,s),modifiersData:{},elements:{reference:p,popper:u},attributes:{},styles:{}},g=[],x=!1,m={state:l,setOptions:function(A){var R=typeof A=="function"?A(l.options):A;y(),l.options=Object.assign({},s,l.options,R),l.scrollParents={reference:we(p)?$e(p):p.contextElement?$e(p.contextElement):[],popper:$e(u)};var L=Si(Pi([].concat(r,l.options.modifiers)));if(l.orderedModifiers=L.filter(function(T){return T.enabled}),process.env.NODE_ENV!=="production"){var i=Li([].concat(L,l.options.modifiers),function(T){var I=T.name;return I});if(Ii(i),K(l.options.placement)===lt){var E=l.orderedModifiers.find(function(T){var I=T.name;return I==="flip"});E||console.error(['Popper: "auto" placements require the "flip" modifier be',"present and enabled to work."].join(" "))}var d=Z(u),D=d.marginTop,_=d.marginRight,N=d.marginBottom,P=d.marginLeft;[D,_,N,P].some(function(T){return parseFloat(T)})&&console.warn(['Popper: CSS "margin" styles cannot be used to apply padding',"between the popper and its reference element or boundary.","To replicate margin, use the `offset` modifier, as well as","the `padding` option in the `preventOverflow` and `flip`","modifiers."].join(" "))}return w(),m.update()},forceUpdate:function(){if(!x){var A=l.elements,R=A.reference,L=A.popper;if(!zt(R,L)){process.env.NODE_ENV!=="production"&&console.error(Wt);return}l.rects={reference:Ti(R,ze(L),l.options.strategy==="fixed"),popper:Rt(L)},l.reset=!1,l.placement=l.options.placement,l.orderedModifiers.forEach(function(T){return l.modifiersData[T.name]=Object.assign({},T.data)});for(var i=0,E=0;E<l.orderedModifiers.length;E++){if(process.env.NODE_ENV!=="production"&&(i+=1,i>100)){console.error(Ci);break}if(l.reset===!0){l.reset=!1,E=-1;continue}var d=l.orderedModifiers[E],D=d.fn,_=d.options,N=_===void 0?{}:_,P=d.name;typeof D=="function"&&(l=D({state:l,options:N,name:P,instance:m})||l)}}},update:Di(function(){return new Promise(function(b){m.forceUpdate(),b(l)})}),destroy:function(){y(),x=!0}};if(!zt(p,u))return process.env.NODE_ENV!=="production"&&console.error(Wt),m;m.setOptions(f).then(function(b){!x&&f.onFirstUpdate&&f.onFirstUpdate(b)});function w(){l.orderedModifiers.forEach(function(b){var A=b.name,R=b.options,L=R===void 0?{}:R,i=b.effect;if(typeof i=="function"){var E=i({state:l,name:A,instance:m,options:L}),d=function(){};g.push(E||d)}})}function y(){g.forEach(function(b){return b()}),g=[]}return m}}var Ni=[Qr,gi,Zr,Tn,hi,pi,wi,Yr,fi],Mi=_i({defaultModifiers:Ni}),Vi="tippy-box",Cn="tippy-content",ji="tippy-backdrop",_n="tippy-arrow",Nn="tippy-svg-arrow",ye={passive:!0,capture:!0},Mn=function(){return document.body};function ki(e,t){return{}.hasOwnProperty.call(e,t)}function ht(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 Vn(e,t){return typeof e=="function"?e.apply(void 0,t):e}function Yt(e,t){if(t===0)return e;var n;return function(r){clearTimeout(n),n=setTimeout(function(){e(r)},t)}}function $i(e,t){var n=Object.assign({},e);return t.forEach(function(r){delete n[r]}),n}function Bi(e){return e.split(/\s+/).filter(Boolean)}function De(e){return[].concat(e)}function Gt(e,t){e.indexOf(t)===-1&&e.push(t)}function Fi(e){return e.filter(function(t,n){return e.indexOf(t)===n})}function Ui(e){return e.split("-")[0]}function pt(e){return[].slice.call(e)}function Xt(e){return Object.keys(e).reduce(function(t,n){return e[n]!==void 0&&(t[n]=e[n]),t},{})}function Be(){return document.createElement("div")}function He(e){return["Element","Fragment"].some(function(t){return _t(e,t)})}function Hi(e){return _t(e,"NodeList")}function Wi(e){return _t(e,"MouseEvent")}function qi(e){return!!(e&&e._tippy&&e._tippy.reference===e)}function zi(e){return He(e)?[e]:Hi(e)?pt(e):Array.isArray(e)?e:pt(document.querySelectorAll(e))}function mt(e,t){e.forEach(function(n){n&&(n.style.transitionDuration=t+"ms")})}function Kt(e,t){e.forEach(function(n){n&&n.setAttribute("data-state",t)})}function Yi(e){var t,n=De(e),r=n[0];return r!=null&&(t=r.ownerDocument)!=null&&t.body?r.ownerDocument:document}function Gi(e,t){var n=t.clientX,r=t.clientY;return e.every(function(o){var s=o.popperRect,c=o.popperState,p=o.props,u=p.interactiveBorder,f=Ui(c.placement),l=c.modifiersData.offset;if(!l)return!0;var g=f==="bottom"?l.top.y:0,x=f==="top"?l.bottom.y:0,m=f==="right"?l.left.x:0,w=f==="left"?l.right.x:0,y=s.top-r+g>u,b=r-s.bottom-x>u,A=s.left-n+m>u,R=n-s.right-w>u;return y||b||A||R})}function gt(e,t,n){var r=t+"EventListener";["transitionend","webkitTransitionEnd"].forEach(function(o){e[r](o,n)})}function Zt(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 te={isTouch:!1},Jt=0;function Xi(){te.isTouch||(te.isTouch=!0,window.performance&&document.addEventListener("mousemove",jn))}function jn(){var e=performance.now();e-Jt<20&&(te.isTouch=!1,document.removeEventListener("mousemove",jn)),Jt=e}function Ki(){var e=document.activeElement;if(qi(e)){var t=e._tippy;e.blur&&!t.state.isVisible&&e.blur()}}function Zi(){document.addEventListener("touchstart",Xi,ye),window.addEventListener("blur",Ki)}var Ji=typeof window<"u"&&typeof document<"u",Qi=Ji?!!window.msCrypto:!1;function Se(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 Qt(e){var t=/[ \t]{2,}/g,n=/^[ \t]*/gm;return e.replace(t," ").replace(n,"").trim()}function eo(e){return Qt(`
|
|
6
6
|
%ctippy.js
|
|
7
7
|
|
|
8
8
|
%c`+Qt(e)+`
|
|
9
9
|
|
|
10
10
|
%c👷 This is a development-only message. It will be removed in production.
|
|
11
|
-
`)}function
|
|
11
|
+
`)}function kn(e){return[eo(e),"color: #00C584; font-size: 1.3em; font-weight: bold;","line-height: 1.5","color: #a6a095;"]}var We;process.env.NODE_ENV!=="production"&&to();function to(){We=new Set}function se(e,t){if(e&&!We.has(t)){var n;We.add(t),(n=console).warn.apply(n,kn(t))}}function Ot(e,t){if(e&&!We.has(t)){var n;We.add(t),(n=console).error.apply(n,kn(t))}}function no(e){var t=!e,n=Object.prototype.toString.call(e)==="[object Object]"&&!e.addEventListener;Ot(t,["tippy() was passed","`"+String(e)+"`","as its targets (first) argument. Valid types are: String, Element,","Element[], or NodeList."].join(" ")),Ot(n,["tippy() was passed a plain object which is not supported as an argument","for virtual positioning. Use props.getReferenceClientRect instead."].join(" "))}var $n={animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},ro={allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999},H=Object.assign({appendTo:Mn,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},$n,ro),io=Object.keys(H),oo=function(t){process.env.NODE_ENV!=="production"&&Fn(t,[]);var n=Object.keys(t);n.forEach(function(r){H[r]=t[r]})};function Bn(e){var t=e.plugins||[],n=t.reduce(function(r,o){var s=o.name,c=o.defaultValue;if(s){var p;r[s]=e[s]!==void 0?e[s]:(p=H[s])!=null?p:c}return r},{});return Object.assign({},e,n)}function ao(e,t){var n=t?Object.keys(Bn(Object.assign({},H,{plugins:t}))):io,r=n.reduce(function(o,s){var c=(e.getAttribute("data-tippy-"+s)||"").trim();if(!c)return o;if(s==="content")o[s]=c;else try{o[s]=JSON.parse(c)}catch{o[s]=c}return o},{});return r}function en(e,t){var n=Object.assign({},t,{content:Vn(t.content,[e])},t.ignoreAttributes?{}:ao(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 Fn(e,t){e===void 0&&(e={}),t===void 0&&(t=[]);var n=Object.keys(e);n.forEach(function(r){var o=$i(H,Object.keys($n)),s=!ki(o,r);s&&(s=t.filter(function(c){return c.name===r}).length===0),se(s,["`"+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.",`
|
|
12
12
|
|
|
13
13
|
`,`All props: https://atomiks.github.io/tippyjs/v6/all-props/
|
|
14
|
-
`,"Plugins: https://atomiks.github.io/tippyjs/v6/plugins/"].join(" "))})}var
|
|
14
|
+
`,"Plugins: https://atomiks.github.io/tippyjs/v6/plugins/"].join(" "))})}var so=function(){return"innerHTML"};function xt(e,t){e[so()]=t}function tn(e){var t=Be();return e===!0?t.className=_n:(t.className=Nn,He(e)?t.appendChild(e):xt(t,e)),t}function nn(e,t){He(t.content)?(xt(e,""),e.appendChild(t.content)):typeof t.content!="function"&&(t.allowHTML?xt(e,t.content):e.textContent=t.content)}function Tt(e){var t=e.firstElementChild,n=pt(t.children);return{box:t,content:n.find(function(r){return r.classList.contains(Cn)}),arrow:n.find(function(r){return r.classList.contains(_n)||r.classList.contains(Nn)}),backdrop:n.find(function(r){return r.classList.contains(ji)})}}function Un(e){var t=Be(),n=Be();n.className=Vi,n.setAttribute("data-state","hidden"),n.setAttribute("tabindex","-1");var r=Be();r.className=Cn,r.setAttribute("data-state","hidden"),nn(r,e.props),t.appendChild(n),n.appendChild(r),o(e.props,e.props);function o(s,c){var p=Tt(t),u=p.box,f=p.content,l=p.arrow;c.theme?u.setAttribute("data-theme",c.theme):u.removeAttribute("data-theme"),typeof c.animation=="string"?u.setAttribute("data-animation",c.animation):u.removeAttribute("data-animation"),c.inertia?u.setAttribute("data-inertia",""):u.removeAttribute("data-inertia"),u.style.maxWidth=typeof c.maxWidth=="number"?c.maxWidth+"px":c.maxWidth,c.role?u.setAttribute("role",c.role):u.removeAttribute("role"),(s.content!==c.content||s.allowHTML!==c.allowHTML)&&nn(f,e.props),c.arrow?l?s.arrow!==c.arrow&&(u.removeChild(l),u.appendChild(tn(c.arrow))):u.appendChild(tn(c.arrow)):l&&u.removeChild(l)}return{popper:t,onUpdate:o}}Un.$$tippy=!0;var uo=1,at=[],yt=[];function co(e,t){var n=en(e,Object.assign({},H,Bn(Xt(t)))),r,o,s,c=!1,p=!1,u=!1,f=!1,l,g,x,m=[],w=Yt(Xe,n.interactiveDebounce),y,b=uo++,A=null,R=Fi(n.plugins),L={isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},i={id:b,reference:e,popper:Be(),popperInstance:A,props:n,state:L,plugins:R,clearDelayTimeouts:et,setProps:tt,setContent:nt,show:Kn,hide:Zn,hideWithInteractivity:Jn,enable:Ve,disable:Qe,unmount:Qn,destroy:er};if(!n.render)return process.env.NODE_ENV!=="production"&&Ot(!0,"render() function has not been supplied."),i;var E=n.render(i),d=E.popper,D=E.onUpdate;d.setAttribute("data-tippy-root",""),d.id="tippy-"+i.id,i.popper=d,e._tippy=i,d._tippy=i;var _=R.map(function(a){return a.fn(i)}),N=e.hasAttribute("aria-expanded");return xe(),Q(),j(),M("onCreate",[i]),n.showOnCreate&&Me(),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&&F().addEventListener("mousemove",w)}),i;function P(){var a=i.props.touch;return Array.isArray(a)?a:[a,0]}function T(){return P()[0]==="hold"}function I(){var a;return!!((a=i.props.render)!=null&&a.$$tippy)}function C(){return y||e}function F(){var a=C().parentNode;return a?Yi(a):document}function U(){return Tt(d)}function V(a){return i.state.isMounted&&!i.state.isVisible||te.isTouch||l&&l.type==="focus"?0:ht(i.props.delay,a?0:1,H.delay)}function j(a){a===void 0&&(a=!1),d.style.pointerEvents=i.props.interactive&&!a?"":"none",d.style.zIndex=""+i.props.zIndex}function M(a,v,h){if(h===void 0&&(h=!0),_.forEach(function(O){O[a]&&O[a].apply(O,v)}),h){var S;(S=i.props)[a].apply(S,v)}}function J(){var a=i.props.aria;if(a.content){var v="aria-"+a.content,h=d.id,S=De(i.props.triggerTarget||e);S.forEach(function(O){var k=O.getAttribute(v);if(i.state.isVisible)O.setAttribute(v,k?k+" "+h:h);else{var z=k&&k.replace(h,"").trim();z?O.setAttribute(v,z):O.removeAttribute(v)}})}}function Q(){if(!(N||!i.props.aria.expanded)){var a=De(i.props.triggerTarget||e);a.forEach(function(v){i.props.interactive?v.setAttribute("aria-expanded",i.state.isVisible&&v===C()?"true":"false"):v.removeAttribute("aria-expanded")})}}function de(){F().removeEventListener("mousemove",w),at=at.filter(function(a){return a!==w})}function ee(a){if(!(te.isTouch&&(u||a.type==="mousedown"))){var v=a.composedPath&&a.composedPath()[0]||a.target;if(!(i.props.interactive&&Zt(d,v))){if(De(i.props.triggerTarget||e).some(function(h){return Zt(h,v)})){if(te.isTouch||i.state.isVisible&&i.props.trigger.indexOf("click")>=0)return}else M("onClickOutside",[i,a]);i.props.hideOnClick===!0&&(i.clearDelayTimeouts(),i.hide(),p=!0,setTimeout(function(){p=!1}),i.state.isMounted||ie())}}}function ve(){u=!0}function re(){u=!1}function X(){var a=F();a.addEventListener("mousedown",ee,!0),a.addEventListener("touchend",ee,ye),a.addEventListener("touchstart",re,ye),a.addEventListener("touchmove",ve,ye)}function ie(){var a=F();a.removeEventListener("mousedown",ee,!0),a.removeEventListener("touchend",ee,ye),a.removeEventListener("touchstart",re,ye),a.removeEventListener("touchmove",ve,ye)}function Ee(a,v){Oe(a,function(){!i.state.isVisible&&d.parentNode&&d.parentNode.contains(d)&&v()})}function oe(a,v){Oe(a,v)}function Oe(a,v){var h=U().box;function S(O){O.target===h&&(gt(h,"remove",S),v())}if(a===0)return v();gt(h,"remove",g),gt(h,"add",S),g=S}function ue(a,v,h){h===void 0&&(h=!1);var S=De(i.props.triggerTarget||e);S.forEach(function(O){O.addEventListener(a,v,h),m.push({node:O,eventType:a,handler:v,options:h})})}function xe(){T()&&(ue("touchstart",Ce,{passive:!0}),ue("touchend",Ke,{passive:!0})),Bi(i.props.trigger).forEach(function(a){if(a!=="manual")switch(ue(a,Ce),a){case"mouseenter":ue("mouseleave",Ke);break;case"focus":ue(Qi?"focusout":"blur",_e);break;case"focusin":ue("focusout",_e);break}})}function Ge(){m.forEach(function(a){var v=a.node,h=a.eventType,S=a.handler,O=a.options;v.removeEventListener(h,S,O)}),m=[]}function Ce(a){var v,h=!1;if(!(!i.state.isEnabled||Ne(a)||p)){var S=((v=l)==null?void 0:v.type)==="focus";l=a,y=a.currentTarget,Q(),!i.state.isVisible&&Wi(a)&&at.forEach(function(O){return O(a)}),a.type==="click"&&(i.props.trigger.indexOf("mouseenter")<0||c)&&i.props.hideOnClick!==!1&&i.state.isVisible?h=!0:Me(a),a.type==="click"&&(c=!h),h&&!S&&he(a)}}function Xe(a){var v=a.target,h=C().contains(v)||d.contains(v);if(!(a.type==="mousemove"&&h)){var S=ce().concat(d).map(function(O){var k,z=O._tippy,Te=(k=z.popperInstance)==null?void 0:k.state;return Te?{popperRect:O.getBoundingClientRect(),popperState:Te,props:n}:null}).filter(Boolean);Gi(S,a)&&(de(),he(a))}}function Ke(a){var v=Ne(a)||i.props.trigger.indexOf("click")>=0&&c;if(!v){if(i.props.interactive){i.hideWithInteractivity(a);return}he(a)}}function _e(a){i.props.trigger.indexOf("focusin")<0&&a.target!==C()||i.props.interactive&&a.relatedTarget&&d.contains(a.relatedTarget)||he(a)}function Ne(a){return te.isTouch?T()!==a.type.indexOf("touch")>=0:!1}function Ze(){Je();var a=i.props,v=a.popperOptions,h=a.placement,S=a.offset,O=a.getReferenceClientRect,k=a.moveTransition,z=I()?Tt(d).arrow:null,Te=O?{getBoundingClientRect:O,contextElement:O.contextElement||C()}:e,Nt={name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(rt){var Ae=rt.state;if(I()){var tr=U(),vt=tr.box;["placement","reference-hidden","escaped"].forEach(function(it){it==="placement"?vt.setAttribute("data-placement",Ae.placement):Ae.attributes.popper["data-popper-"+it]?vt.setAttribute("data-"+it,""):vt.removeAttribute("data-"+it)}),Ae.attributes.popper={}}}},me=[{name:"offset",options:{offset:S}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!k}},Nt];I()&&z&&me.push({name:"arrow",options:{element:z,padding:3}}),me.push.apply(me,(v==null?void 0:v.modifiers)||[]),i.popperInstance=Mi(Te,d,Object.assign({},v,{placement:h,onFirstUpdate:x,modifiers:me}))}function Je(){i.popperInstance&&(i.popperInstance.destroy(),i.popperInstance=null)}function ae(){var a=i.props.appendTo,v,h=C();i.props.interactive&&a===Mn||a==="parent"?v=h.parentNode:v=Vn(a,[h]),v.contains(d)||v.appendChild(d),i.state.isMounted=!0,Ze(),process.env.NODE_ENV!=="production"&&se(i.props.interactive&&a===H.appendTo&&h.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.",`
|
|
15
15
|
|
|
16
16
|
`,"Using a wrapper <div> or <span> tag around the reference element","solves this by creating a new parentNode context.",`
|
|
17
17
|
|
|
18
18
|
`,"Specifying `appendTo: document.body` silences this warning, but it","assumes you are using a focus management solution to handle","keyboard navigation.",`
|
|
19
19
|
|
|
20
|
-
`,"See: https://atomiks.github.io/tippyjs/v6/accessibility/#interactivity"].join(" "))}function ce(){return pt(d.querySelectorAll("[data-tippy-root]"))}function Me(a){i.clearDelayTimeouts(),a&&M("onTrigger",[i,a]),
|
|
20
|
+
`,"See: https://atomiks.github.io/tippyjs/v6/accessibility/#interactivity"].join(" "))}function ce(){return pt(d.querySelectorAll("[data-tippy-root]"))}function Me(a){i.clearDelayTimeouts(),a&&M("onTrigger",[i,a]),X();var v=V(!0),h=P(),S=h[0],O=h[1];te.isTouch&&S==="hold"&&O&&(v=O),v?r=setTimeout(function(){i.show()},v):i.show()}function he(a){if(i.clearDelayTimeouts(),M("onUntrigger",[i,a]),!i.state.isVisible){ie();return}if(!(i.props.trigger.indexOf("mouseenter")>=0&&i.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(a.type)>=0&&c)){var v=V(!1);v?o=setTimeout(function(){i.state.isVisible&&i.hide()},v):s=requestAnimationFrame(function(){i.hide()})}}function Ve(){i.state.isEnabled=!0}function Qe(){i.hide(),i.state.isEnabled=!1}function et(){clearTimeout(r),clearTimeout(o),cancelAnimationFrame(s)}function tt(a){if(process.env.NODE_ENV!=="production"&&se(i.state.isDestroyed,Se("setProps")),!i.state.isDestroyed){M("onBeforeUpdate",[i,a]),Ge();var v=i.props,h=en(e,Object.assign({},v,Xt(a),{ignoreAttributes:!0}));i.props=h,xe(),v.interactiveDebounce!==h.interactiveDebounce&&(de(),w=Yt(Xe,h.interactiveDebounce)),v.triggerTarget&&!h.triggerTarget?De(v.triggerTarget).forEach(function(S){S.removeAttribute("aria-expanded")}):h.triggerTarget&&e.removeAttribute("aria-expanded"),Q(),j(),D&&D(v,h),i.popperInstance&&(Ze(),ce().forEach(function(S){requestAnimationFrame(S._tippy.popperInstance.forceUpdate)})),M("onAfterUpdate",[i,a])}}function nt(a){i.setProps({content:a})}function Kn(){process.env.NODE_ENV!=="production"&&se(i.state.isDestroyed,Se("show"));var a=i.state.isVisible,v=i.state.isDestroyed,h=!i.state.isEnabled,S=te.isTouch&&!i.props.touch,O=ht(i.props.duration,0,H.duration);if(!(a||v||h||S)&&!C().hasAttribute("disabled")&&(M("onShow",[i],!1),i.props.onShow(i)!==!1)){if(i.state.isVisible=!0,I()&&(d.style.visibility="visible"),j(),X(),i.state.isMounted||(d.style.transition="none"),I()){var k=U(),z=k.box,Te=k.content;mt([z,Te],0)}x=function(){var me;if(!(!i.state.isVisible||f)){if(f=!0,d.offsetHeight,d.style.transition=i.props.moveTransition,I()&&i.props.animation){var dt=U(),rt=dt.box,Ae=dt.content;mt([rt,Ae],O),Kt([rt,Ae],"visible")}J(),Q(),Gt(yt,i),(me=i.popperInstance)==null||me.forceUpdate(),M("onMount",[i]),i.props.animation&&I()&&oe(O,function(){i.state.isShown=!0,M("onShown",[i])})}},ae()}}function Zn(){process.env.NODE_ENV!=="production"&&se(i.state.isDestroyed,Se("hide"));var a=!i.state.isVisible,v=i.state.isDestroyed,h=!i.state.isEnabled,S=ht(i.props.duration,1,H.duration);if(!(a||v||h)&&(M("onHide",[i],!1),i.props.onHide(i)!==!1)){if(i.state.isVisible=!1,i.state.isShown=!1,f=!1,c=!1,I()&&(d.style.visibility="hidden"),de(),ie(),j(!0),I()){var O=U(),k=O.box,z=O.content;i.props.animation&&(mt([k,z],S),Kt([k,z],"hidden"))}J(),Q(),i.props.animation?I()&&Ee(S,i.unmount):i.unmount()}}function Jn(a){process.env.NODE_ENV!=="production"&&se(i.state.isDestroyed,Se("hideWithInteractivity")),F().addEventListener("mousemove",w),Gt(at,w),w(a)}function Qn(){process.env.NODE_ENV!=="production"&&se(i.state.isDestroyed,Se("unmount")),i.state.isVisible&&i.hide(),i.state.isMounted&&(Je(),ce().forEach(function(a){a._tippy.unmount()}),d.parentNode&&d.parentNode.removeChild(d),yt=yt.filter(function(a){return a!==i}),i.state.isMounted=!1,M("onHidden",[i]))}function er(){process.env.NODE_ENV!=="production"&&se(i.state.isDestroyed,Se("destroy")),!i.state.isDestroyed&&(i.clearDelayTimeouts(),i.unmount(),Ge(),delete e._tippy,i.state.isDestroyed=!0,M("onDestroy",[i]))}}function Ye(e,t){t===void 0&&(t={});var n=H.plugins.concat(t.plugins||[]);process.env.NODE_ENV!=="production"&&(no(e),Fn(t,n)),Zi();var r=Object.assign({},t,{plugins:n}),o=zi(e);if(process.env.NODE_ENV!=="production"){var s=He(r.content),c=o.length>1;se(s&&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.",`
|
|
21
21
|
|
|
22
22
|
`,"Instead, pass the .innerHTML of the element, or use a function that","returns a cloned version of the element instead.",`
|
|
23
23
|
|
|
24
24
|
`,`1) content: element.innerHTML
|
|
25
|
-
`,"2) content: () => element.cloneNode(true)"].join(" "))}var p=o.reduce(function(u,f){var l=f&&
|
|
25
|
+
`,"2) content: () => element.cloneNode(true)"].join(" "))}var p=o.reduce(function(u,f){var l=f&&co(f,r);return l&&u.push(l),u},[]);return He(e)?p[0]:p}Ye.defaultProps=H;Ye.setDefaultProps=oo;Ye.currentInput=te;Object.assign({},Tn,{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 po={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 s(f){return t.props.sticky===!0||t.props.sticky===f}var c=null,p=null;function u(){var f=s("reference")?o().getBoundingClientRect():null,l=s("popper")?r.getBoundingClientRect():null;(f&&rn(c,f)||l&&rn(p,l))&&t.popperInstance&&t.popperInstance.update(),c=f,p=l,t.state.isMounted&&requestAnimationFrame(u)}return{onMount:function(){t.props.sticky&&u()}}}};function rn(e,t){return e&&t?e.top!==t.top||e.right!==t.right||e.bottom!==t.bottom||e.left!==t.left:!0}Ye.setDefaultProps({render:Un});const lo=e=>({name:"arrowDetected",enabled:!0,phase:"main",fn:e,requiresIfExists:["offset"]}),fo=["bottom","bottom-start","bottom-end","right","right-start","right-end","left","left-start","left-end","top","top-start","top-end"],Hn=[!0,!1,"reference","popper"],Wn=(e,t)=>{const{contentElement:n}={...t};return delete t.contentElement,Ye(e,{...t,plugins:[po],render:()=>mo(n)})},qn=({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}},lo(({state:s})=>{n(s.placement)})]}),vo=e=>{const t=document.createElement("span");return t.innerText=e.innerText||"",e.innerText="",e.appendChild(t),t},ho=e=>{const t=e==null?void 0:e.children[0];return t||vo(e)},mo=e=>{const t=document.createElement("div");return t.className="tippy-box d-ps-absolute",t.appendChild(e),{popper:t}},zn=[...fo],Yn=300,Gn={hover:"d-tooltip--hover",show:"d-tooltip--show",inverted:"d-tooltip--inverted",hide:"d-tooltip--hide"},Xn=[...Hn],go=[!0,!1,"toggle"];const yo={name:"DtTooltip",components:{DtLazyShow:En},props:{id:{type:String,default(){return At()}},fallbackPlacements:{type:Array,default:()=>["auto"]},inverted:{type:Boolean,default:!1},offset:{type:Array,default:()=>[0,-4]},placement:{type:String,default:"top",validator(e){return zn.includes(e)}},sticky:{type:[Boolean,String],default:!1,validator:e=>Xn.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:Gn,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:qn({fallbackPlacements:this.fallbackPlacements,hasHideModifierEnabled:!0,onChangePlacement:this.onChangePlacement})}},anchor(){return this.externalAnchor?document.body.querySelector(this.externalAnchor):ho(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=Wn(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),Yn):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 bo=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)},wo=[],Eo=on.normalizeComponent(yo,bo,wo,!1,null,null,null,null);const Oo=Eo.exports;exports.DEFAULT_VALIDATION_MESSAGE_TYPE=an;exports.DESCRIPTION_SIZE_MODIFIERS=ir;exports.DESCRIPTION_SIZE_TYPES=rr;exports.DtLazyShow=En;exports.DtTooltip=Oo;exports.EVENT_KEYNAMES=ar;exports.LABEL_SIZE_MODIFIERS=or;exports.TIPPY_STICKY_VALUES=Hn;exports.TOOLTIP_DELAY_MS=Yn;exports.TOOLTIP_DIRECTIONS=zn;exports.TOOLTIP_HIDE_ON_CLICK_VARIANTS=go;exports.TOOLTIP_KIND_MODIFIERS=Gn;exports.TOOLTIP_STICKY_VALUES=Xn;exports.VALIDATION_MESSAGE_TYPES=le;exports.capitalizeFirstLetter=wn;exports.createTippy=Wn;exports.filterFormattedMessages=pn;exports.formatMessages=cn;exports.getPopperOptions=qn;exports.getRandomElement=sn;exports.getUniqueString=At;exports.getValidationState=St;exports.isOutOfViewPort=ln;exports.safeConcatStrings=bn;exports.utils=xr;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storybook_utils.d.ts","sourceRoot":"","sources":["../../../common/storybook_utils.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"storybook_utils.d.ts","sourceRoot":"","sources":["../../../common/storybook_utils.js"],"names":[],"mappings":"AAoBA;;;GAGG;AACH,gCAFa,MAAM,EAAE,CAIpB;AAZM,gDAPI,MAAM,YACN,MAAM,2CAUf;AAUK;;;;;WAoBN"}
|
|
@@ -348,7 +348,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
348
348
|
color: string;
|
|
349
349
|
size: string;
|
|
350
350
|
iconSize: string;
|
|
351
|
-
iconName: string;
|
|
352
351
|
fullName: string;
|
|
353
352
|
imageSrc: string;
|
|
354
353
|
seed: string;
|
|
@@ -361,6 +360,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
361
360
|
overlayText: string;
|
|
362
361
|
overlayClass: string | Record<string, any> | unknown[];
|
|
363
362
|
imageAlt: string;
|
|
363
|
+
iconName: string;
|
|
364
364
|
clickable: boolean;
|
|
365
365
|
}>;
|
|
366
366
|
export default _default;
|
|
@@ -302,6 +302,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
302
302
|
type: string;
|
|
303
303
|
circle: boolean;
|
|
304
304
|
size: string;
|
|
305
|
+
loading: boolean;
|
|
305
306
|
width: string;
|
|
306
307
|
kind: string;
|
|
307
308
|
labelClass: string | Record<string, any> | unknown[];
|
|
@@ -309,7 +310,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
309
310
|
importance: string;
|
|
310
311
|
linkKind: string;
|
|
311
312
|
disabled: boolean;
|
|
312
|
-
loading: boolean;
|
|
313
313
|
assertiveOnFocus: boolean;
|
|
314
314
|
}>;
|
|
315
315
|
export default _default;
|
|
@@ -76,7 +76,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
76
76
|
chipClasses(): any[];
|
|
77
77
|
chipCloseButtonClasses(): any[];
|
|
78
78
|
onClose(): void;
|
|
79
|
-
}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, ("
|
|
79
|
+
}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, ("close" | "click" | "keyup")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
80
80
|
/**
|
|
81
81
|
* A set of props to be passed into the modal's close button. Requires an 'ariaLabel' property.
|
|
82
82
|
*/
|