@dialpad/dialtone-vue 2.105.1 → 2.105.4

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.
Files changed (125) hide show
  1. package/CHANGELOG.json +1 -1
  2. package/CHANGELOG.md +76 -0
  3. package/README.md +1 -1
  4. package/dist/component-documentation.json +1 -1
  5. package/dist/dialtone-vue.cjs +6 -6
  6. package/dist/dialtone-vue.js +5770 -13134
  7. package/dist/directives.cjs +1 -1
  8. package/dist/directives.js +9 -10
  9. package/dist/emoji-BKjUPoIz.js +139639 -0
  10. package/dist/emoji-uAsjUKCr.cjs +1 -0
  11. package/dist/emoji.cjs +1 -1
  12. package/dist/emoji.js +30 -24
  13. package/dist/style.css +1 -1
  14. package/dist/tooltip-N61DaooE.cjs +21 -0
  15. package/dist/tooltip-_ykHbRFm.js +2473 -0
  16. package/dist/types/common/mixins/keyboard_list_navigation.d.ts +1 -1
  17. package/dist/types/common/mixins/keyboard_list_navigation.d.ts.map +1 -1
  18. package/dist/types/common/sr_only_close_button.vue.d.ts +1 -1
  19. package/dist/types/components/avatar/avatar.vue.d.ts +1 -1
  20. package/dist/types/components/badge/badge.vue.d.ts +9 -2
  21. package/dist/types/components/badge/badge.vue.d.ts.map +1 -1
  22. package/dist/types/components/button/button.vue.d.ts +1 -1
  23. package/dist/types/components/button/index.d.ts +1 -0
  24. package/dist/types/components/checkbox/checkbox.vue.d.ts +6 -1
  25. package/dist/types/components/checkbox/checkbox.vue.d.ts.map +1 -1
  26. package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts +3 -1
  27. package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -1
  28. package/dist/types/components/chip/chip_constants.d.ts +1 -0
  29. package/dist/types/components/chip/index.d.ts +1 -1
  30. package/dist/types/components/collapsible/collapsible_lazy_show.vue.d.ts.map +1 -1
  31. package/dist/types/components/combobox/combobox.vue.d.ts +15 -3
  32. package/dist/types/components/combobox/combobox.vue.d.ts.map +1 -1
  33. package/dist/types/components/combobox/combobox_constants.d.ts +4 -0
  34. package/dist/types/components/combobox/index.d.ts +1 -0
  35. package/dist/types/components/datepicker/{DtDatepicker.vue.d.ts → datepicker.vue.d.ts} +1 -1
  36. package/dist/types/components/datepicker/datepicker.vue.d.ts.map +1 -0
  37. package/dist/types/components/datepicker/formatUtils.d.ts +8 -0
  38. package/dist/types/components/datepicker/index.d.ts +1 -1
  39. package/dist/types/components/dropdown/dropdown.vue.d.ts +1 -1
  40. package/dist/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
  41. package/dist/types/components/dropdown/dropdown_constants.d.ts +4 -0
  42. package/dist/types/components/dropdown/dropdown_list.vue.d.ts +36 -0
  43. package/dist/types/components/dropdown/dropdown_list.vue.d.ts.map +1 -0
  44. package/dist/types/components/dropdown/index.d.ts +1 -0
  45. package/dist/types/components/emoji_picker/emoji_picker.vue.d.ts +70 -0
  46. package/dist/types/components/emoji_picker/emoji_picker.vue.d.ts.map +1 -0
  47. package/dist/types/components/emoji_picker/emoji_picker_constants.d.ts +27 -0
  48. package/dist/types/components/emoji_picker/emoji_picker_constants.d.ts.map +1 -0
  49. package/dist/types/components/emoji_picker/emojis/index.d.ts +50 -0
  50. package/dist/types/components/emoji_picker/emojis/index.d.ts.map +1 -0
  51. package/dist/types/components/emoji_picker/index.d.ts +3 -0
  52. package/dist/types/components/emoji_picker/index.d.ts.map +1 -0
  53. package/dist/types/components/emoji_picker/modules/emoji_description.vue.d.ts +19 -0
  54. package/dist/types/components/emoji_picker/modules/emoji_description.vue.d.ts.map +1 -0
  55. package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts +30 -0
  56. package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts.map +1 -0
  57. package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +320 -0
  58. package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts.map +1 -0
  59. package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts +55 -0
  60. package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts.map +1 -0
  61. package/dist/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts +69 -0
  62. package/dist/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts.map +1 -0
  63. package/dist/types/components/icon/index.d.ts +1 -0
  64. package/dist/types/components/input/input.vue.d.ts +15 -0
  65. package/dist/types/components/input/input.vue.d.ts.map +1 -1
  66. package/dist/types/components/input/input_constants.d.ts +1 -0
  67. package/dist/types/components/input_group/decorators/input.vue.d.ts +1 -1
  68. package/dist/types/components/input_group/input_group.vue.d.ts +8 -1
  69. package/dist/types/components/input_group/input_group.vue.d.ts.map +1 -1
  70. package/dist/types/components/link/link_constants.d.ts +5 -0
  71. package/dist/types/components/list_item/index.d.ts +1 -0
  72. package/dist/types/components/list_item/list_item.vue.d.ts +1 -1
  73. package/dist/types/components/modal/index.d.ts +1 -1
  74. package/dist/types/components/notice/index.d.ts +1 -1
  75. package/dist/types/components/popover/index.d.ts +1 -1
  76. package/dist/types/components/popover/popover.vue.d.ts +5 -2
  77. package/dist/types/components/popover/popover.vue.d.ts.map +1 -1
  78. package/dist/types/components/popover/popover_constants.d.ts +11 -0
  79. package/dist/types/components/radio/index.d.ts +1 -0
  80. package/dist/types/components/radio_group/radio_group.vue.d.ts +2 -10
  81. package/dist/types/components/radio_group/radio_group.vue.d.ts.map +1 -1
  82. package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +1 -1
  83. package/dist/types/components/rich_text_editor/rich_text_editor_constants.d.ts +5 -0
  84. package/dist/types/components/stack/index.d.ts +1 -0
  85. package/dist/types/components/stack/stack_constants.d.ts +6 -0
  86. package/dist/types/components/toast/toast.vue.d.ts +4 -1
  87. package/dist/types/components/toast/toast.vue.d.ts.map +1 -1
  88. package/dist/types/components/toggle/index.d.ts +1 -0
  89. package/dist/types/components/toggle/toggle_constants.d.ts +1 -0
  90. package/dist/types/components/tooltip/index.d.ts +1 -1
  91. package/dist/types/components/tooltip/tooltip.vue.d.ts +1 -1
  92. package/dist/types/components/tooltip/tooltip_constants.d.ts +8 -0
  93. package/dist/types/emoji.d.ts +1 -0
  94. package/dist/types/index.d.ts +1 -1
  95. package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
  96. package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +2 -2
  97. package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts +25 -0
  98. package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts.map +1 -0
  99. package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_story_constants.d.ts +0 -18
  100. package/dist/types/recipes/comboboxes/combobox_multi_select/index.d.ts +1 -1
  101. package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +9 -0
  102. package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
  103. package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +15 -2
  104. package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
  105. package/dist/types/recipes/conversation_view/feed_item_row/index.d.ts +1 -0
  106. package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +1 -1
  107. package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -1
  108. package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts +3 -3
  109. package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
  110. package/dist/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +1 -1
  111. package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts +2 -2
  112. package/package.json +55 -46
  113. package/dist/_plugin-vue2_normalizer-1P4G3Z0k.cjs +0 -1
  114. package/dist/_plugin-vue2_normalizer-u6G_3nkj.js +0 -32
  115. package/dist/emoji--HwFbqwW.js +0 -48702
  116. package/dist/emoji-c9hpZE0O.cjs +0 -1
  117. package/dist/tooltip_constants-IjzmwQZI.js +0 -2541
  118. package/dist/tooltip_constants-eQzi1S-l.cjs +0 -25
  119. package/dist/types/components/datepicker/DtDatepicker.vue.d.ts.map +0 -1
  120. package/dist/types/components/list_section/index.d.ts +0 -2
  121. package/dist/types/components/list_section/index.d.ts.map +0 -1
  122. package/dist/types/components/list_section/list_section.vue.d.ts +0 -70
  123. package/dist/types/components/list_section/list_section.vue.d.ts.map +0 -1
  124. package/dist/types/components/tooltip/tooltip_variants.vue.d.ts +0 -7
  125. package/dist/types/components/tooltip/tooltip_variants.vue.d.ts.map +0 -1
@@ -1,25 +0,0 @@
1
- "use strict";const nr=require("vue"),on=require("./_plugin-vue2_normalizer-1P4G3Z0k.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(new RegExp("^\\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
-
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
-
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
- %ctippy.js
7
-
8
- %c`+Qt(e)+`
9
-
10
- %c👷‍ This is a development-only message. It will be removed in production.
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
-
13
- `,`All props: https://atomiks.github.io/tippyjs/v6/all-props/
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
-
16
- `,"Using a wrapper <div> or <span> tag around the reference element","solves this by creating a new parentNode context.",`
17
-
18
- `,"Specifying `appendTo: document.body` silences this warning, but it","assumes you are using a focus management solution to handle","keyboard navigation.",`
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]),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
-
22
- `,"Instead, pass the .innerHTML of the element, or use a function that","returns a cloned version of the element instead.",`
23
-
24
- `,`1) content: element.innerHTML
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}},go={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 yo=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)},bo=[],wo=on.normalizeComponent(go,yo,bo,!1,null,null,null,null);const Eo=wo.exports,zn=[...fo],Yn=300,Gn={hover:"d-tooltip--hover",show:"d-tooltip--show",inverted:"d-tooltip--inverted",hide:"d-tooltip--hide"},Xn=[...Hn],Oo=[!0,!1,"toggle"];exports.DEFAULT_VALIDATION_MESSAGE_TYPE=an;exports.DESCRIPTION_SIZE_MODIFIERS=ir;exports.DESCRIPTION_SIZE_TYPES=rr;exports.DtLazyShow=En;exports.DtTooltip=Eo;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=Oo;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 +0,0 @@
1
- {"version":3,"file":"DtDatepicker.vue.d.ts","sourceRoot":"","sources":["../../../../components/datepicker/DtDatepicker.vue.js"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export { default as DtListSection } from "./list_section.vue";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../components/list_section/index.js"],"names":[],"mappings":""}
@@ -1,70 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- id: {
3
- type: StringConstructor;
4
- default(): string;
5
- };
6
- header: {
7
- type: StringConstructor;
8
- default: null;
9
- };
10
- separator: {
11
- type: BooleanConstructor;
12
- default: boolean;
13
- };
14
- maxDisplayed: {
15
- type: NumberConstructor;
16
- default: number;
17
- };
18
- textMore: {
19
- type: StringConstructor;
20
- default: string;
21
- };
22
- textLess: {
23
- type: StringConstructor;
24
- default: string;
25
- };
26
- }, {}, {
27
- showAll: boolean;
28
- }, {
29
- isCollapsible(): boolean;
30
- showMoreLessText(): any;
31
- hiddenCount(): number;
32
- itemCount(): number;
33
- displayedItems(): import("vue").VNode[];
34
- }, {
35
- showMoreLessClicked(): void;
36
- }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
37
- id: {
38
- type: StringConstructor;
39
- default(): string;
40
- };
41
- header: {
42
- type: StringConstructor;
43
- default: null;
44
- };
45
- separator: {
46
- type: BooleanConstructor;
47
- default: boolean;
48
- };
49
- maxDisplayed: {
50
- type: NumberConstructor;
51
- default: number;
52
- };
53
- textMore: {
54
- type: StringConstructor;
55
- default: string;
56
- };
57
- textLess: {
58
- type: StringConstructor;
59
- default: string;
60
- };
61
- }>>, {
62
- header: string;
63
- id: string;
64
- separator: boolean;
65
- maxDisplayed: number;
66
- textMore: string;
67
- textLess: string;
68
- }>;
69
- export default _default;
70
- //# sourceMappingURL=list_section.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"list_section.vue.d.ts","sourceRoot":"","sources":["../../../../components/list_section/list_section.vue.js"],"names":[],"mappings":""}
@@ -1,7 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, any, {
2
- TOOLTIP_DIRECTIONS: any[];
3
- localMessage: string;
4
- show1: string;
5
- }, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
6
- export default _default;
7
- //# sourceMappingURL=tooltip_variants.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tooltip_variants.vue.d.ts","sourceRoot":"","sources":["../../../../components/tooltip/tooltip_variants.vue.js"],"names":[],"mappings":""}