/*! * JavaScript Cookie v2.1.3 * https://github.com/js-cookie/js-cookie * * Copyright 2006, 2015 Klaus Hartl & Fagner Brack * Released under the MIT license */ ;(function (factory) { var registeredInModuleLoader = false; if (typeof define === 'function' && define.amd) { define(factory); registeredInModuleLoader = true; } if (typeof exports === 'object') { module.exports = factory(); registeredInModuleLoader = true; } if (!registeredInModuleLoader) { var OldCookies = window.Cookies; var api = window.Cookies = factory(); api.noConflict = function () { window.Cookies = OldCookies; return api; }; } }(function () { function extend () { var i = 0; var result = {}; for (; i < arguments.length; i++) { var attributes = arguments[ i ]; for (var key in attributes) { result[key] = attributes[key]; } } return result; } function init (converter) { function api (key, value, attributes) { var result; if (typeof document === 'undefined') { return; } // Write if (arguments.length > 1) { attributes = extend({ path: '/' }, api.defaults, attributes); if (typeof attributes.expires === 'number') { var expires = new Date(); expires.setMilliseconds(expires.getMilliseconds() + attributes.expires * 864e+5); attributes.expires = expires; } try { result = JSON.stringify(value); if (/^[\{\[]/.test(result)) { value = result; } } catch (e) {} if (!converter.write) { value = encodeURIComponent(String(value)) .replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g, decodeURIComponent); } else { value = converter.write(value, key); } key = encodeURIComponent(String(key)); key = key.replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent); key = key.replace(/[\(\)]/g, escape); return (document.cookie = [ key, '=', value, attributes.expires ? '; expires=' + attributes.expires.toUTCString() : '', // use expires attribute, max-age is not supported by IE attributes.path ? '; path=' + attributes.path : '', attributes.domain ? '; domain=' + attributes.domain : '', attributes.secure ? '; secure' : '' ].join('')); } // Read if (!key) { result = {}; } // To prevent the for loop in the first place assign an empty array // in case there are no cookies at all. Also prevents odd result when // calling "get()" var cookies = document.cookie ? document.cookie.split('; ') : []; var rdecode = /(%[0-9A-Z]{2})+/g; var i = 0; for (; i < cookies.length; i++) { var parts = cookies[i].split('='); var cookie = parts.slice(1).join('='); if (cookie.charAt(0) === '"') { cookie = cookie.slice(1, -1); } try { var name = parts[0].replace(rdecode, decodeURIComponent); cookie = converter.read ? converter.read(cookie, name) : converter(cookie, name) || cookie.replace(rdecode, decodeURIComponent); if (this.json) { try { cookie = JSON.parse(cookie); } catch (e) {} } if (key === name) { result = cookie; break; } if (!key) { result[name] = cookie; } } catch (e) {} } return result; } api.set = api; api.get = function (key) { return api.call(api, key); }; api.getJSON = function () { return api.apply({ json: true }, [].slice.call(arguments)); }; api.defaults = {}; api.remove = function (key, attributes) { api(key, '', extend(attributes, { expires: -1 })); }; api.withConverter = init; return api; } return init(function () {}); })); ; (function ($) { $(document).ready(function () { var bodyClasses = $('body').attr('class').split(' '); var lead_in_elements = leaky_paywall_cookie_ajax.lead_in_elements; var children; var lead_in = ''; $.each(bodyClasses, function (i, value) { if (!value.search('postid')) { var classArray = value.split('-'); var post_id = parseInt(classArray[1]); if (post_id > 0) { var data = { action: 'leaky_paywall_process_cookie', post_id: post_id }; $.get(leaky_paywall_cookie_ajax.ajaxurl, data, function (data) { var response; if (data) { response = JSON.parse(data); var content_container_setting = leaky_paywall_cookie_ajax.post_container; var content_containers = content_container_setting.split(','); if (response.indexOf("leaky_paywall_message_wrap") >= 0) { content_containers.forEach(function (el) { var content = $(el); if (lead_in_elements > 0) { children = content.children(); children.each(function (i) { if (i == lead_in_elements) { return false; } lead_in = lead_in + $(this).wrap('

').parent().html(); }); } // if content is more than one element, add the stop after the first and then remove the rest if (content.length > 1 ) { content.each(function(i) { if ( i > 0 ) { $(this).html(''); } else { $(this).html(lead_in + response); $(this).css('display', 'block'); } }); } else { content.html(lead_in + response); content.css('display', 'block'); } }); } else { content_containers.forEach(function (el) { var content = $(el); content.css('display', 'block'); }); } } }); } } // for pages if (!value.search('page-id')) { var classArray = value.split('-'); var post_id = parseInt(classArray[2]); if (post_id > 0) { var data = { action: 'leaky_paywall_process_cookie', post_id: post_id }; $.get(leaky_paywall_cookie_ajax.ajaxurl, data, function (data) { var response; if (data) { response = JSON.parse(data); console.log('page'); if (response.indexOf("leaky_paywall_message_wrap") >= 0) { var content = $(leaky_paywall_cookie_ajax.page_container); if (lead_in_elements > 0) { children = content.children(); children.each(function (i) { if (i == lead_in_elements) { return false; } lead_in = lead_in + $(this).wrap('

').parent().html(); }); } content.html(lead_in + response); content.css('display', 'block'); } } }); } } }); }); })(jQuery);; !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).MicroModal=t()}(this,(function(){"use strict";function e(e,t){for(var o=0;oe.length)&&(t=e.length);for(var o=0,n=new Array(t);o0&&this.registerTriggers.apply(this,t(a)),this.onClick=this.onClick.bind(this),this.onKeydown=this.onKeydown.bind(this)}var i,a,r;return i=o,(a=[{key:"registerTriggers",value:function(){for(var e=this,t=arguments.length,o=new Array(t),n=0;n0&&void 0!==arguments[0]?arguments[0]:null;if(this.activeElement=document.activeElement,this.modal.setAttribute("aria-hidden","false"),this.modal.classList.add(this.config.openClass),this.scrollBehaviour("disable"),this.addEventListeners(),this.config.awaitOpenAnimation){var o=function t(){e.modal.removeEventListener("animationend",t,!1),e.setFocusToFirstNode()};this.modal.addEventListener("animationend",o,!1)}else this.setFocusToFirstNode();this.config.onShow(this.modal,this.activeElement,t)}},{key:"closeModal",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=this.modal;if(this.modal.setAttribute("aria-hidden","true"),this.removeEventListeners(),this.scrollBehaviour("enable"),this.activeElement&&this.activeElement.focus&&this.activeElement.focus(),this.config.onClose(this.modal,this.activeElement,e),this.config.awaitCloseAnimation){var o=this.config.openClass;this.modal.addEventListener("animationend",(function e(){t.classList.remove(o),t.removeEventListener("animationend",e,!1)}),!1)}else t.classList.remove(this.config.openClass)}},{key:"closeModalById",value:function(e){this.modal=document.getElementById(e),this.modal&&this.closeModal()}},{key:"scrollBehaviour",value:function(e){if(this.config.disableScroll){var t=document.querySelector("body");switch(e){case"enable":Object.assign(t.style,{overflow:""});break;case"disable":Object.assign(t.style,{overflow:"hidden"})}}}},{key:"addEventListeners",value:function(){this.modal.addEventListener("touchstart",this.onClick),this.modal.addEventListener("click",this.onClick),document.addEventListener("keydown",this.onKeydown)}},{key:"removeEventListeners",value:function(){this.modal.removeEventListener("touchstart",this.onClick),this.modal.removeEventListener("click",this.onClick),document.removeEventListener("keydown",this.onKeydown)}},{key:"onClick",value:function(e){(e.target.hasAttribute(this.config.closeTrigger)||e.target.parentNode.hasAttribute(this.config.closeTrigger))&&(e.preventDefault(),e.stopPropagation(),this.closeModal(e))}},{key:"onKeydown",value:function(e){27===e.keyCode&&this.closeModal(e),9===e.keyCode&&this.retainFocus(e)}},{key:"getFocusableNodes",value:function(){var e=this.modal.querySelectorAll(n);return Array.apply(void 0,t(e))}},{key:"setFocusToFirstNode",value:function(){var e=this;if(!this.config.disableFocus){var t=this.getFocusableNodes();if(0!==t.length){var o=t.filter((function(t){return!t.hasAttribute(e.config.closeTrigger)}));o.length>0&&o[0].focus(),0===o.length&&t[0].focus()}}}},{key:"retainFocus",value:function(e){var t=this.getFocusableNodes();if(0!==t.length)if(t=t.filter((function(e){return null!==e.offsetParent})),this.modal.contains(document.activeElement)){var o=t.indexOf(document.activeElement);e.shiftKey&&0===o&&(t[t.length-1].focus(),e.preventDefault()),!e.shiftKey&&t.length>0&&o===t.length-1&&(t[0].focus(),e.preventDefault())}else t[0].focus()}}])&&e(i.prototype,a),r&&e(i,r),o}(),a=null,r=function(e){if(!document.getElementById(e))return console.warn("MicroModal: ❗Seems like you have missed %c'".concat(e,"'"),"background-color: #f8f9fa;color: #50596c;font-weight: bold;","ID somewhere in your code. Refer example below to resolve it."),console.warn("%cExample:","background-color: #f8f9fa;color: #50596c;font-weight: bold;",'

')),!1},s=function(e,t){if(function(e){e.length<=0&&(console.warn("MicroModal: ❗Please specify at least one %c'micromodal-trigger'","background-color: #f8f9fa;color: #50596c;font-weight: bold;","data attribute."),console.warn("%cExample:","background-color: #f8f9fa;color: #50596c;font-weight: bold;",''))}(e),!t)return!0;for(var o in t)r(o);return!0},{init:function(e){var o=Object.assign({},{openTrigger:"data-micromodal-trigger"},e),n=t(document.querySelectorAll("[".concat(o.openTrigger,"]"))),r=function(e,t){var o=[];return e.forEach((function(e){var n=e.attributes[t].value;void 0===o[n]&&(o[n]=[]),o[n].push(e)})),o}(n,o.openTrigger);if(!0!==o.debugMode||!1!==s(n,r))for(var l in r){var c=r[l];o.targetModal=l,o.triggers=t(c),a=new i(o)}},show:function(e,t){var o=t||{};o.targetModal=e,!0===o.debugMode&&!1===r(e)||(a&&a.removeEventListeners(),(a=new i(o)).showModal())},close:function(e){e?a.closeModalById(e):a.closeModal()}});return"undefined"!=typeof window&&(window.MicroModal=l),l}));; (function ($) { $(document).ready(function () { var emailValid = false; var userValid = false; var passwordsMatch = true; var email = $("#email_address"); var username = $("#username"); var passwordField = $("#password"); var passwordConfirmField = $("#confirm_password"); passwordField.focus(function () { passwordsMatch = false; $(".password-error").remove(); setSubmitBtnActive(); }); passwordConfirmField.focus(function () { passwordsMatch = false; $(".password-error").remove(); setSubmitBtnActive(); }); passwordField.blur(function () { passwordsMatch = validatePasswords(); setSubmitBtnActive(); }); passwordConfirmField.blur(function () { passwordsMatch = validatePasswords(); setSubmitBtnActive(); }); email.focus(function () { emailValid = false; $(".email-error").remove(); setSubmitBtnActive(); }); email.blur(function () { var data = { action: "leaky_paywall_validate_registration", email: email.val(), nonce: leaky_paywall_validate_ajax.register_nonce }; $.post(leaky_paywall_validate_ajax.ajaxurl, data, function (resp) { if (resp.status == "error") { $( '

' + resp.message + "

" ).insertAfter("#email_address"); emailValid = false; } else { emailValid = true; } setSubmitBtnActive(); }); }); if (username.length > 0) { // username username.focus(function () { userValid = false; $(".username-error").remove(); setSubmitBtnActive(); }); username.blur(function () { var data = { action: "leaky_paywall_validate_registration", username: username.val(), nonce: leaky_paywall_validate_ajax.register_nonce }; $.post(leaky_paywall_validate_ajax.ajaxurl, data, function (resp) { if (resp.status == "error") { $( '

' + resp.message + "

" ).insertAfter("#username"); userValid = false; } else { userValid = true; } setSubmitBtnActive(); }); }); } else { // email is the username userValid = true; } function validatePasswords() { var pwMatch = !passwordField.val() || !passwordConfirmField.val() || passwordField.val() === passwordConfirmField.val(); passwordsMatch = pwMatch; if (pwMatch) { $(".password-error").remove(); } else { if (passwordField.val() && passwordConfirmField.val()) { $( '

' + "Passwords don't match" + "

" ).insertAfter(passwordConfirmField); } } return pwMatch; } function setSubmitBtnActive() { if (userValid && emailValid && passwordsMatch) { $("#leaky-paywall-submit").prop("disabled", false); $("#leaky-paywall-registration-next").prop("disabled", false); } else { // $("#leaky-paywall-submit").prop("disabled", true); // $("#leaky-paywall-registration-next").prop("disabled", true); } } }); })(jQuery); ; (function ($) { $(document).ready(function () { // registration form handler $("#leaky-paywall-registration-next").click(function () { $(this).text("Processing... Please Wait"); $("#leaky-paywall-registration-errors").html(""); const form_data = $("#leaky-paywall-payment-form").serialize(); const data = { action: "leaky_paywall_process_user_registration_validation", form_data: form_data, nonce: leaky_paywall_validate_ajax.register_nonce }; $.post(leaky_paywall_script_ajax.ajaxurl, data, function (resp) { if (resp.errors) { $.each(resp.errors, function (i, value) { console.log(value); $("#leaky-paywall-registration-errors").append( "

" + value.message + "

" ); $("#leaky-paywall-registration-next").text("Next"); $("#leaky-paywall-registration-errors").show(); $("html, body").animate( { scrollTop: $(".leaky-paywall-registration-error").offset().top, }, 1000 ); }); } else { if (resp.pi_client) { $("#payment-intent-client").val(resp.pi_client); $("#payment-intent-id").val(resp.pi_id); } else { $("#stripe-customer-id").val(resp.customer_id); } if ( resp.session_id ) { let stripe = Stripe(leaky_paywall_script_ajax.stripe_pk); $('#checkout').click(function(e) { e.preventDefault(); stripe.redirectToCheckout({ sessionId: resp.session_id }); }); }; setInterval(() => { $("#leaky-paywall-registration-errors").hide(); $("#leaky-paywall-registration-next").remove(); $(".leaky-paywall-registration-user-container").hide(); $(".leaky-paywall-form-payment-setup-step").addClass("active"); $(".leaky-paywall-form-account-setup-step").removeClass("active"); $(".leaky-paywall-registration-payment-container").slideDown(); }, 500); $("html, body").animate( { scrollTop: $(".leaky-paywall-form-steps").offset().top, }, 1000 ); } }); }); // registration next click // only load on Stripe enabled payment gateways if ( $('#card-element').length > 0 ) { // stripe checkout // reset on page load localStorage.removeItem('latestInvoicePaymentIntentStatus'); let stripe = Stripe(leaky_paywall_script_ajax.stripe_pk); let paymentRequest; let prButton; let currency = $('input[name="currency"]').val().toLowerCase(); if ( 'yes' == leaky_paywall_script_ajax.apple_pay) { let apamount = parseFloat( $('input[name="level_price"]').val() ) * 100; paymentRequest = stripe.paymentRequest({ country: 'US', currency: currency, total: { label: $('input[name="description"]').val(), amount: Math.round(apamount), }, requestPayerName: true, requestPayerEmail: true, }); console.log(paymentRequest); } let elements = stripe.elements(); if ( 'yes' == leaky_paywall_script_ajax.apple_pay) { prButton = elements.create('paymentRequestButton', { paymentRequest: paymentRequest, }); } let style = { base: { color: '#32325d', lineHeight: '18px', fontFamily: '"Helvetica Neue", Helvetica, sans-serif', fontSmoothing: 'antialiased', fontSize: '16px', '::placeholder': { color: '#aab7c4' } }, invalid: { color: '#fa755a', iconColor: '#fa755a' } }; let card = elements.create('card', { style: style }); card.mount('#card-element'); if ( 'yes' == leaky_paywall_script_ajax.apple_pay ) { // Check the availability of the Payment Request API first. paymentRequest.canMakePayment().then(function(result) { if (result) { prButton.mount('#payment-request-button'); } else { document.getElementById('payment-request-button').style.display = 'none'; console.log('apple pay not available'); } }); paymentRequest.on('paymentmethod', async function(ev) { let data = new FormData(); let level_id = $('#level-id').val(); data.append('action', 'leaky_paywall_create_stripe_payment_intent'); data.append('level_id', level_id); data.append('paymentMethodType', 'card'); data.append('register_nonce', leaky_paywall_validate_ajax.register_nonce); // create paymentIntent const {clientSecret} = await fetch(leaky_paywall_script_ajax.ajaxurl, { method: 'post', credentials: 'same-origin', body: data }).then(r => r.json()); console.log('client secret returned'); const{error, paymentIntent} = await stripe.confirmCardPayment( clientSecret, { payment_method: ev.paymentMethod.id, }, { handleActions: false } ) if(error) { ev.complete('fail'); console.log('payment failed'); return; } ev.complete('success'); console.log(`Success: ${paymentIntent.id}`); if(paymentIntent.status === 'requires_action') { stripe.confirmCardPayment(clientSecret).then(function(result) { if (result.error) { console.log('payment failed again'); // The payment failed -- ask your customer for a new payment method. } else { // The payment has succeeded. console.log('lp form submit apple pay success'); let form$ = jQuery('#leaky-paywall-payment-form'); form$.get(0).submit(); } }); } else { console.log('lp form submit apple pay success'); let form$ = jQuery('#leaky-paywall-payment-form'); form$.get(0).submit(); } }); } // Handle real-time validation errors from the card Element. card.on('change', function(event) { let displayError = document.getElementById('card-errors'); if (event.error) { displayError.textContent = event.error.message; } else { displayError.textContent = ''; } }); // Handle form submission. let form = document.getElementById('leaky-paywall-payment-form'); form.addEventListener('submit', function(event) { let method = $('#leaky-paywall-payment-form').find('input[name="payment_method"]:checked').val(); if (method != 'stripe') { return; } event.preventDefault(); console.log('lp form submit 1'); let subButton = document.getElementById('leaky-paywall-submit'); let firstName = $('input[name="first_name"]').val(); let lastName = $('input[name="last_name"]').val(); let clientSecret = $('#payment-intent-client').val(); let isRecurring = $('input[name="recurring"]').val(); subButton.disabled = true; subButton.innerHTML = 'Processing... Please Wait'; // one time payment if ( isRecurring != 'on') { console.log('lp form submit one time'); stripe.confirmCardPayment(clientSecret, { payment_method: { card: card, billing_details: { name: firstName + ' ' + lastName }, }, setup_future_usage: 'off_session' }).then(function(result) { console.log('lp form submit one time result'); if (result.error) { // Show error to your customer (e.g., insufficient funds) console.log(result.error.message); $('#lp-card-errors').html('

' + result.error.message + '

'); let subButton = document.getElementById('leaky-paywall-submit'); subButton.disabled = false; subButton.innerHTML = 'Subscribe'; } else { // The payment has been processed! if (result.paymentIntent.status === 'succeeded') { console.log('lp form submit one time success'); let form$ = jQuery('#leaky-paywall-payment-form'); form$.get(0).submit(); } } }); } // end one time payment if ( isRecurring == 'on') { console.log('lp form submit recurring'); const latestInvoicePaymentIntentStatus = localStorage.getItem( 'latestInvoicePaymentIntentStatus' ); if (latestInvoicePaymentIntentStatus === 'requires_payment_method') { const invoiceId = localStorage.getItem('latestInvoiceId'); const isPaymentRetry = true; // create new payment method & retry payment on invoice with new payment method createPaymentMethod({ card, isPaymentRetry, invoiceId, }); } else { // create new payment method & create subscription createPaymentMethod({ card }); } function createPaymentMethod({ card, isPaymentRetry, invoiceId }) { // Set up payment method for recurring usage let billingName = firstName + ' ' + lastName; let customerId = $('#stripe-customer-id').val(); let planId = $('#plan-id').val(); stripe.createPaymentMethod({ type: 'card', card: card, billing_details: { name: billingName, }, }) .then((result) => { if (result.error) { showCardError(result); } else { if (isPaymentRetry) { // Update the payment method and retry invoice payment retryInvoiceWithNewPaymentMethod({ customerId: customerId, paymentMethodId: result.paymentMethod.id, invoiceId: invoiceId, planId: planId, }); } else { // Create the subscription createSubscription({ customerId: customerId, paymentMethodId: result.paymentMethod.id, planId: planId, }); } } }); } // end createPaymentMethod function retryInvoiceWithNewPaymentMethod({ customerId, paymentMethodId, invoiceId, planId }) { let level_id = $('#level-id').val(); let data = new FormData(); const form_data = $("#leaky-paywall-payment-form").serialize(); data.append('action', 'leaky_paywall_create_stripe_checkout_subscription'); data.append('level_id', level_id); data.append('customerId', customerId); data.append('paymentMethodId', paymentMethodId); data.append('planId', planId); data.append('invoiceId', invoiceId); data.append('formData', form_data); return ( fetch(leaky_paywall_script_ajax.ajaxurl, { method: 'post', credentials: 'same-origin', // headers: { // 'Content-type': 'application/json', // }, body: data }) .then((response) => { return response.json(); }) // If the card is declined, display an error to the user. .then((result) => { if (result.error) { // The card had an error when trying to attach it to a customer. throw result; } console.log('retry invoice result'); console.log(result); return result; }) // Normalize the result to contain the object returned by Stripe. // Add the additional details we need. .then((result) => { return { // Use the Stripe 'object' property on the // returned result to understand what object is returned. invoice: result.invoice, paymentMethodId: paymentMethodId, planId: planId, isRetry: true, }; }) // Some payment methods require a customer to be on session // to complete the payment process. Check the status of the // payment intent to handle these actions. .then(handlePaymentThatRequiresCustomerAction) // No more actions required. Provision your service for the user. .then(onSubscriptionComplete) .catch((error) => { console.log('caught retry invoice error'); console.log(error); // An error has happened. Display the failure to the user here. // We utilize the HTML element we created. showCardError(error); }) ); } // end retryInvoiceWithNewPaymentMethod function createSubscription({ customerId, paymentMethodId, planId }) { let level_id = $('#level-id').val(); let data = new FormData(); const form_data = $("#leaky-paywall-payment-form").serialize(); data.append('action', 'leaky_paywall_create_stripe_checkout_subscription'); data.append('level_id', level_id); data.append('customerId', customerId); data.append('paymentMethodId', paymentMethodId); data.append('planId', planId); data.append('formData', form_data); return ( fetch(leaky_paywall_script_ajax.ajaxurl, { method: 'post', credentials: 'same-origin', // headers: { // 'Content-type': 'application/json', // }, body: data }) .then((response) => { return response.json(); }) // If the card is declined, display an error to the user. .then((result) => { if (result.error) { // The card had an error when trying to attach it to a customer. throw result; } console.log('result'); console.log(result); return result; }) // Normalize the result to contain the object returned by Stripe. // Add the additional details we need. .then((result) => { return { paymentMethodId: paymentMethodId, planId: planId, subscription: result.subscription, }; }) // Some payment methods require a customer to be on session // to complete the payment process. Check the status of the // payment intent to handle these actions. .then(handlePaymentThatRequiresCustomerAction) // If attaching this card to a Customer object succeeds, // but attempts to charge the customer fail, you // get a requires_payment_method error. .then(handleRequiresPaymentMethod) // No more actions required. Provision your service for the user. .then(onSubscriptionComplete) .catch((error) => { console.log('caught error'); console.log(error); // An error has happened. Display the failure to the user here. // We utilize the HTML element we created. showCardError(error); }) ) // end return } // end createSubscription function handlePaymentThatRequiresCustomerAction({ subscription, invoice, planId, paymentMethodId, isRetry, }) { if (subscription && subscription.status === 'active') { // Subscription is active, no customer actions required. return { subscription, planId, paymentMethodId }; } if (subscription && subscription.status === 'trialing') { // Subscription is trialing, no customer actions required. return { subscription, planId, paymentMethodId }; } console.log('handle payment that requires customer action'); console.log(subscription); // If it's a first payment attempt, the payment intent is on the subscription latest invoice. // If it's a retry, the payment intent will be on the invoice itself. let paymentIntent = invoice ? invoice.payment_intent : subscription.latest_invoice.payment_intent; // let paymentIntent = subscription.latest_invoice.payment_intent; console.log('payment intent'); console.log(paymentIntent); if ( paymentIntent.status === 'requires_action' || (isRetry === true && paymentIntent.status === 'requires_payment_method') ) { return stripe .confirmCardPayment(paymentIntent.client_secret, { payment_method: paymentMethodId, }) .then((result) => { if (result.error) { // Start code flow to handle updating the payment details. // Display error message in your UI. // The card was declined (i.e. insufficient funds, card has expired, etc). throw result; } else { if (result.paymentIntent.status === 'succeeded') { // Show a success message to your customer. // There's a risk of the customer closing the window before the callback. // We recommend setting up webhook endpoints later in this guide. return { planId: planId, subscription: subscription, invoice: invoice, paymentMethodId: paymentMethodId, }; } } }) .catch((error) => { showCardError(error); }); } else { // No customer action needed. return { subscription, planId, paymentMethodId }; } } // end handlePaymentThatRequiresCustomerAction function handleRequiresPaymentMethod({ subscription, paymentMethodId, planId, }) { console.log('handle requires payment method'); if (subscription.status === 'active' || subscription.status === 'trialing') { // subscription is active, no customer actions required. return { subscription, planId, paymentMethodId }; } else if ( subscription.latest_invoice.payment_intent.status === 'requires_payment_method' ) { // Using localStorage to manage the state of the retry here, // feel free to replace with what you prefer. // Store the latest invoice ID and status. localStorage.setItem('latestInvoiceId', subscription.latest_invoice.id); localStorage.setItem( 'latestInvoicePaymentIntentStatus', subscription.latest_invoice.payment_intent.status ); throw { error: { message: 'Your card was declined.' } }; } else { return { subscription, planId, paymentMethodId }; } } // end handleRequiresPaymentMethod function onSubscriptionComplete(result) { console.log('sub complete'); console.log(result); // Payment was successful. if (result.subscription.status === 'active' || result.subscription.status === 'trialing') { console.log('subscription complete!'); var form$ = jQuery('#leaky-paywall-payment-form'); form$.get(0).submit(); // Change your UI to show a success message to your customer. // Call your backend to grant access to your service based on // `result.subscription.items.data[0].price.product` the customer subscribed to. } else { var form$ = jQuery('#leaky-paywall-payment-form'); form$.get(0).submit(); } } // end onSubscriptionComplete function showCardError(event) { console.log('show card error - event'); console.log(event); console.log('show card error - event error message'); let subButton = document.getElementById('leaky-paywall-submit'); subButton.disabled = false; subButton.innerHTML = 'Subscribe'; let displayError = document.getElementById('card-errors'); if (event.error) { if (event.error.message) { displayError.textContent = event.error.message; } else { displayError.textContent = event.error; } } else { displayError.textContent = 'There was an error with your payment. Please try again.'; } } // end showCardError } // end recurring payment processing }); // form submit } $(document).on('click', '.leaky_paywall_message_wrap a', function(e) { e.preventDefault(); var url = $(this).attr('href'); var post_id = ''; var nag_loc = ''; var bodyClasses = $('body').attr('class').split(' '); $.each(bodyClasses, function(i, value) { if ( !value.search('postid' ) ) { var classArray = value.split('-'); var post_id = parseInt( classArray[1] ); if ( post_id > 0 ) { nag_loc = post_id; } } // for pages if ( !value.search('page-id' ) ) { var classArray = value.split('-'); var post_id = parseInt( classArray[2] ); if ( post_id > 0 ) { nag_loc = post_id; } } }); var data = { action: 'leaky_paywall_store_nag_location', post_id: nag_loc }; $.get(leaky_paywall_script_ajax.ajaxurl, data, function(resp) { window.location.href = url; }); }); }); })(jQuery); ; /*! For license information please see nyrb.js.LICENSE.txt */ !function(){var e={27461:function(e,t,n){"use strict";n(24572);var r,i=(r=n(95104))&&r.__esModule?r:{default:r};i.default._babelPolyfill&&"undefined"!=typeof console&&console.warn&&console.warn("@babel/polyfill is loaded more than once on this page. This is probably not desirable/intended and may have consequences if different versions of the polyfills are applied sequentially. If you do need to load the polyfill more than once, use @babel/polyfill/noConflict instead to bypass the warning."),i.default._babelPolyfill=!0},24572:function(e,t,n){"use strict";n(92419),n(28128),n(5777),n(82681),n(55240),n(61368),n(56073),n(7739),n(74897),n(54925),n(51243),n(38978),n(73415),n(7452)},40004:function(){function e(t){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e(t)}function t(e,t){for(var r=0;re.length)&&(t=e.length);for(var n=0,r=Array(t);n1&&void 0!==arguments[1]?arguments[1]:"*",r=t(e.querySelectorAll("".concat(n," > blockquote, ").concat(n," > ul, ").concat(n," > ol, ").concat(n," > p"))),i=r.filter((function(e,t){return r.length-1===t}));return!!i.length&&i[0]}}],n&&r(e.prototype,n),i&&r(e,i),Object.defineProperty(e,"prototype",{writable:!1}),e;var e,n,i}();new o},99893:function(){(function(){var e;(e=jQuery).bigfoot=function(t){var n,r,i,o,a,s,u,l,c,d,h,f,m,p,_,y,g,v,b,M,w,L,k,T,S,Y,D;return i=void 0,c={actionOriginalFN:"hide",activateCallback:function(){},activateOnHover:!1,allowMultipleFN:!1,anchorPattern:/(fn|footnote|note)[:\-_\d]/gi,anchorParentTagname:"sup",breakpoints:{},deleteOnUnhover:!1,footnoteParentClass:"footnote",footnoteTagname:"li",hoverDelay:250,numberResetSelector:void 0,popoverDeleteDelay:300,popoverCreateDelay:100,positionContent:!0,preventPageScroll:!0,scope:!1,useFootnoteOnlyOnce:!0,contentMarkup:'',buttonMarkup:'
'},k=e.extend(c,t),_={},f=function(){var t,n,r,i,o,a,u,l,c,h,f,m,p,_,y,v,b,w,L;for(h=k.scope?k.scope+' a[href*="#"]':'a[href*="#"]',r=e(h).filter((function(){var t,n;return("null"===(n=(t=e(this)).attr("rel"))||null==n)&&(n=""),(""+t.attr("href")+n).match(k.anchorPattern)&&t.closest("[class*="+k.footnoteParentClass+"]:not(a):not("+k.anchorParentTagname+")").length<1})),y=[],l=[],s(r,p=[]),e(p).each((function(){var t,n;return n=e(this).data("footnote-ref").replace(/[:.+~*\]\[]/g,"\\$&"),k.useFootnoteOnlyOnce&&(n+=":not(.footnote-processed)"),(t=e(n).closest(k.footnoteTagname)).length>0?(y.push(t.first().addClass("footnote-processed")),l.push(this)):void 0})),m=(n=e("[data-footnote-identifier]:last")).length<1?0:+n.data("footnote-identifier"),L=[],v=b=0,w=y.length;w>=0?w>b:b>w;v=w>=0?++b:--b)switch(f=g(e(y[v]).html().trim(),e(l[v]).data("footnote-backlink-ref")),f=f.replace(/"/g,""").replace(/</g,"<sym;").replace(/>/g,">sym;"),m+=1,c="",a=e(l[v]),u=e(y[v]),null!=k.numberResetSelector?(t=a.closest(k.numberResetSelector),t.is(i)?_+=1:_=1,i=t):_=m,0!==f.indexOf("<")&&(f="

"+f+"

"),c=k.buttonMarkup.replace(/\{\{FOOTNOTENUM\}\}/g,_).replace(/\{\{FOOTNOTEID\}\}/g,m).replace(/\{\{FOOTNOTECONTENT\}\}/g,f),c=M(c,"SUP",a),c=M(c,"FN",u),e(c).insertBefore(a),o=u.parent(),k.actionOriginalFN.toLowerCase()){case"hide":a.addClass("footnote-print-only"),u.addClass("footnote-print-only"),L.push(d(o));break;case"delete":a.remove(),u.remove(),L.push(d(o));break;default:L.push(a.addClass("footnote-print-only"))}return L},s=function(t,n){var r,i,o;null==n&&(n=[]),r=void 0,i=void 0,o=void 0,t.each((function(){var t,a;return a=e(this),i="#"+a.attr("href").split("#")[1],r=a.closest(k.anchorParentTagname),t=a.find(k.anchorParentTagname),r.length>0?(o=(r.attr("id")||"")+(a.attr("id")||""),n.push(r.attr({"data-footnote-backlink-ref":o,"data-footnote-ref":i}))):t.length>0?(o=(t.attr("id")||"")+(a.attr("id")||""),n.push(a.attr({"data-footnote-backlink-ref":o,"data-footnote-ref":i}))):(o=a.attr("id")||"",n.push(a.attr({"data-footnote-backlink-ref":o,"data-footnote-ref":i})))}))},d=function(e){var t;return t=void 0,e.is(":empty")||0===e.children(":not(.footnote-print-only)").length?(t=e.parent(),"delete"===k.actionOriginalFN.toLowerCase()?e.remove():e.addClass("footnote-print-only"),d(t)):e.children(":not(.footnote-print-only)").length===e.children("hr:not(.footnote-print-only)").length?(t=e.parent(),"delete"===k.actionOriginalFN.toLowerCase()?e.remove():(e.children("hr").addClass("footnote-print-only"),e.addClass("footnote-print-only")),d(t)):void 0},g=function(e,t){var n;return t.indexOf(" ")>=0&&(t=t.trim().replace(/\s+/g,"|").replace(/(.*)/g,"($1)")),n=new RegExp("(\\s| )*<\\s*a[^#<]*#"+t+"[^>]*>(.*?)<\\s*/\\s*a>","g"),e.replace(n,"").replace("[]","")},M=function(e,t,n){var r,i,o;for(r=void 0,o=void 0,r=(i=new RegExp("\\{\\{"+t+":([^\\}]*)\\}\\}","g")).exec(e);r;)r[1]&&(o=n.attr(r[1])||"",e=e.replace("{{"+t+":"+r[1]+"}}",o)),r=i.exec(e);return e},o=function(t){var n,r;if(k.activateOnHover){if(r='[data-footnote-identifier="'+(n=e(t.target).closest(".bigfoot-footnote__button")).attr("data-footnote-identifier")+'"]',n.hasClass("is-active"))return;n.addClass("is-hover-instantiated"),k.allowMultipleFN||b(".bigfoot-footnote:not("+r+")"),l(".bigfoot-footnote__button"+r).addClass("is-hover-instantiated")}},T=function(t){var n,r,i;n=(i=e(t.target)).closest(".bigfoot-footnote__button"),r=i.closest(".bigfoot-footnote"),n.length>0?(t.preventDefault(),u(n)):r.length<1&&e(".bigfoot-footnote").length>0&&b()},u=function(e){var t;e.blur(),t='data-footnote-identifier="'+e.attr("data-footnote-identifier")+'"',e.hasClass("changing")||(e.hasClass("is-active")?k.allowMultipleFN?b(".bigfoot-footnote["+t+"]"):b():(e.addClass("changing"),setTimeout((function(){return e.removeClass("changing")}),k.popoverCreateDelay),l(".bigfoot-footnote__button["+t+"]"),e.addClass("is-click-instantiated"),k.allowMultipleFN||b(".bigfoot-footnote:not(["+t+"])")))},l=function(t){var n,r;return n=void 0,n="string"!=typeof t&&k.allowMultipleFN?t:"string"!=typeof t?t.first():k.allowMultipleFN?e(t).closest(".bigfoot-footnote__button"):e(t+":first").closest(".bigfoot-footnote__button"),r=e(),n.each((function(){var t,i,o,s;o=e(this),s=void 0;try{return s=k.contentMarkup.replace(/\{\{FOOTNOTENUM\}\}/g,o.attr("data-footnote-number")).replace(/\{\{FOOTNOTEID\}\}/g,o.attr("data-footnote-identifier")).replace(/\{\{FOOTNOTECONTENT\}\}/g,o.attr("data-bigfoot-footnote")).replace(/\>sym\;/g,">").replace(/\<sym\;/g,"<"),s=M(s,"BUTTON",o)}finally{t=e(s);try{k.activateCallback(t,o)}catch(e){}t.insertAfter(n),_[o.attr("data-footnote-identifier")]="init",t.attr("bigfoot-max-width",a(t.css("max-width"),t)),t.css("max-width",1e4),i=t.find(".bigfoot-footnote__content"),t.attr("data-bigfoot-max-height",a(i.css("max-height"),i)),w(),o.addClass("is-active"),t.find(".bigfoot-footnote__content").bindScrollHandler(),r=r.add(t)}})),setTimeout((function(){return r.addClass("is-active")}),k.popoverCreateDelay),r},r=function(){var e,t;return(e=document.createElement("div")).style.cssText="display:inline-block;padding:0;line-height:1;position:absolute;visibility:hidden;font-size:1em;",e.appendChild(document.createElement("M")),document.body.appendChild(e),t=e.offsetHeight,document.body.removeChild(e),t},a=function(e,t){return"none"===e?e=1e4:e.indexOf("rem")>=0?e=parseFloat(e)*r():e.indexOf("em")>=0?e=parseFloat(e)*parseFloat(t.css("font-size")):e.indexOf("px")>=0?60>=(e=parseFloat(e))&&(e/=parseFloat(t.parent().css("width"))):e.indexOf("%")>=0&&(e=parseFloat(e)/100),e},e.fn.bindScrollHandler=function(){return k.preventPageScroll?(e(this).on("DOMMouseScroll mousewheel",(function(t){var n,r,i,o,a,s,u,l;return u=(r=e(this)).scrollTop(),s=r[0].scrollHeight,o=parseInt(r.css("height")),n=r.closest(".bigfoot-footnote"),r.scrollTop()>0&&r.scrollTop()<10&&n.addClass("is-scrollable"),n.hasClass("is-scrollable")?(a=function(){return t.stopPropagation(),t.preventDefault(),t.returnValue=!1,!1},!(l=(i="DOMMouseScroll"===t.type?-40*t.originalEvent.detail:t.originalEvent.wheelDelta)>0)&&-i>s-o-u?(r.scrollTop(s),n.addClass("is-fully-scrolled"),a()):l&&i>u?(r.scrollTop(0),n.removeClass("is-fully-scrolled"),a()):n.removeClass("is-fully-scrolled")):void 0})),e(this)):e(this)},S=function(t){return k.deleteOnUnhover&&k.activateOnHover?setTimeout((function(){return e(t.target).closest(".bigfoot-footnote, .bigfoot-footnote__button"),e(".bigfoot-footnote__button:hover, .bigfoot-footnote:hover").length<1?b():void 0}),k.hoverDelay):void 0},h=function(e){return 27===e.keyCode?b():void 0},b=function(t,n){var r,i,o,a;return null==t&&(t=".bigfoot-footnote"),null==n&&(n=k.popoverDeleteDelay),r=e(),a=void 0,i=void 0,o=void 0,e(t).each((function(){return o=e(this),a=o.attr("data-footnote-identifier"),(i=e('.bigfoot-footnote__button[data-footnote-identifier="'+a+'"]')).hasClass("changing")?void 0:(r=r.add(i),i.removeClass("is-active is-hover-instantiated is-click-instantiated").addClass("changing"),o.removeClass("is-active").addClass("disapearing"),setTimeout((function(){return o.remove(),delete _[a],i.removeClass("changing")}),n))})),r},w=function(t){var n;k.positionContent&&(n=t?t.type:"resize",e(".bigfoot-footnote").each((function(){var t,r,i,o,a,s,u,l,c,d,h,f,m,p;return o=(i=e(this)).attr("data-footnote-identifier"),i.find(".bigfoot-footnote__content"),t=i.siblings(".bigfoot-footnote__button"),m=L(t),s=parseFloat(i.css("margin-top")),u=+i.attr("data-bigfoot-max-height"),p=2*s+i.outerHeight(),l=1e4,h=m.bottomRoomm.bottomRoom,a=_[o],h?("top"!==a&&(_[o]="top",i.addClass("is-positioned-top").removeClass("is-positioned-bottom"),i.css("transform-origin",100*m.leftRelative+"% 100%")),l=m.topRoom-s-15):(("bottom"!==a||"init"===a)&&(_[o]="bottom",i.removeClass("is-positioned-top").addClass("is-positioned-bottom"),i.css("transform-origin",100*m.leftRelative+"% 0%")),l=m.bottomRoom-s-15),i.find(".bigfoot-footnote__content").css({"max-height":Math.min(l,u)+"px"}),"resize"===n&&(d=parseFloat(i.attr("bigfoot-max-width")),r=i.find(".bigfoot-footnote__wrapper"),c=d,1>=d&&(f=function(){var t,n;return n=1e4,k.maxWidthRelativeTo&&(t=e(k.maxWidthRelativeTo)).length>0&&(n=t.outerWidth()),Math.min(window.innerWidth,n)}(),c=f*d),c=Math.min(c,i.find(".bigfoot-footnote__content").outerWidth()+1),r.css("max-width",c+"px"),i.css({left:-m.leftRelative*c+parseFloat(t.css("margin-left"))+t.outerWidth()/2+"px"}),y(i,m.leftRelative)),parseInt(i.outerHeight())0&&n.css("left",100*t+"%")},L=function(e){var t,n,r,i,o,a;return n=parseFloat(e.css("margin-left")),r=parseFloat(e.outerWidth())-n,t=parseFloat(e.outerHeight()),a=D(),o=e.offset().top-a.scrollY+t/2,i=e.offset().left-a.scrollX+r/2,{topRoom:o,bottomRoom:a.height-o,leftRoom:i,rightRoom:a.width-i,leftRelative:i/a.width,topRelative:o/a.height}},D=function(){var t;return t=e(window),{width:window.innerWidth,height:window.innerHeight,scrollX:t.scrollLeft(),scrollY:t.scrollTop()}},n=function(e,t,n,r,o){var a,s,u,l,c,d;return null==r&&(r=k.popoverDeleteDelay),null==o&&(o=!0),l=void 0,s=void 0,d=void 0,"string"==typeof e?(c=(s=">"===(d="iphone"===e.toLowerCase()?"<320px":"ipad"===e.toLowerCase()?"<768px":e).charAt(0)?"min":"<"===d.charAt(0)?"max":null)?"("+s+"-width: "+d.substring(1)+")":d,l=window.matchMedia(c)):l=e,l.media&&"invalid"===l.media?{added:!1,mq:l,listener:null}:(a="max"===s,t=t||p(o,r,"min"===s,(function(e){return e.addClass("is-bottom-fixed")})),n=n||p(o,r,a,(function(){})),u=function(e){e.matches?t(o,i):n(o,i)},l.addListener(u),u(l),k.breakpoints[e]={added:!0,mq:l,listener:u},k.breakpoints[e])},p=function(e,t,n,r){return function(e,i){var o;return o=void 0,e&&(o=i.close(),i.updateSetting("activateCallback",r)),setTimeout((function(){return i.updateSetting("positionContent",n),e?i.activate(o):void 0}),t)}},v=function(e,t){var n,r,i;if(n=void 0,i=!1,"string"==typeof e)i=void 0!==k.breakpoints[e];else for(n in k.breakpoints)k.breakpoints.hasOwnProperty(n)&&k.breakpoints[n].mq===e&&(i=!0);return i&&(r=k.breakpoints[n||e],t?t({matches:!1}):r.listener({matches:!1}),r.mq.removeListener(r.listener),delete k.breakpoints[n||e]),i},Y=function(e,t){var n,r;if(n=void 0,"string"==typeof e)n=k[e],k[e]=t;else for(r in n={},e)e.hasOwnProperty(r)&&(n[r]=k[r],k[r]=e[r]);return n},m=function(e){return k[e]},e(document).ready((function(){return f(),e(document).on("mouseenter",".bigfoot-footnote__button",o),e(document).on("touchend click",T),e(document).on("mouseout",".is-hover-instantiated",S),e(document).on("keyup",h),e(window).on("scroll resize",w),e(document).on("gestureend",(function(){return w()}))})),i={removePopovers:b,close:b,createPopover:l,activate:l,repositionFeet:w,reposition:w,addBreakpoint:n,removeBreakpoint:v,getSetting:m,updateSetting:Y}}}).call(this)},45649:function(e,t,n){var r,i,o,a;function s(e){return s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},s(e)}a=function(e,t,n){"use strict";function r(e){return e&&"object"===s(e)&&"default"in e?e:{default:e}}var i=r(t),o=r(n);function a(e,t){for(var n=0;n=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}};f.jQueryDetection(),i.default.fn.emulateTransitionEnd=h,i.default.event.special[f.TRANSITION_END]={bindType:d,delegateType:d,handle:function(e){if(i.default(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}};var m="alert",p="bs.alert",_="."+p,y=i.default.fn[m],g="close"+_,v="closed"+_,b="click"+_+".data-api",M=function(){function e(e){this._element=e}var t=e.prototype;return t.close=function(e){var t=this._element;e&&(t=this._getRootElement(e)),this._triggerCloseEvent(t).isDefaultPrevented()||this._removeElement(t)},t.dispose=function(){i.default.removeData(this._element,p),this._element=null},t._getRootElement=function(e){var t=f.getSelectorFromElement(e),n=!1;return t&&(n=document.querySelector(t)),n||(n=i.default(e).closest(".alert")[0]),n},t._triggerCloseEvent=function(e){var t=i.default.Event(g);return i.default(e).trigger(t),t},t._removeElement=function(e){var t=this;if(i.default(e).removeClass("show"),i.default(e).hasClass("fade")){var n=f.getTransitionDurationFromElement(e);i.default(e).one(f.TRANSITION_END,(function(n){return t._destroyElement(e,n)})).emulateTransitionEnd(n)}else this._destroyElement(e)},t._destroyElement=function(e){i.default(e).detach().trigger(v).remove()},e._jQueryInterface=function(t){return this.each((function(){var n=i.default(this),r=n.data(p);r||(r=new e(this),n.data(p,r)),"close"===t&&r[t](this)}))},e._handleDismiss=function(e){return function(t){t&&t.preventDefault(),e.close(this)}},u(e,null,[{key:"VERSION",get:function(){return"4.6.2"}}]),e}();i.default(document).on(b,'[data-dismiss="alert"]',M._handleDismiss(new M)),i.default.fn[m]=M._jQueryInterface,i.default.fn[m].Constructor=M,i.default.fn[m].noConflict=function(){return i.default.fn[m]=y,M._jQueryInterface};var w="button",L="bs.button",k="."+L,T=".data-api",S=i.default.fn[w],Y="active",D="click"+k+T,E="focus"+k+T+" blur"+k+T,x="load"+k+T,O='[data-toggle^="button"]',j='input:not([type="hidden"])',P=".btn",C=function(){function e(e){this._element=e,this.shouldAvoidTriggerChange=!1}var t=e.prototype;return t.toggle=function(){var e=!0,t=!0,n=i.default(this._element).closest('[data-toggle="buttons"]')[0];if(n){var r=this._element.querySelector(j);if(r){if("radio"===r.type)if(r.checked&&this._element.classList.contains(Y))e=!1;else{var o=n.querySelector(".active");o&&i.default(o).removeClass(Y)}e&&("checkbox"!==r.type&&"radio"!==r.type||(r.checked=!this._element.classList.contains(Y)),this.shouldAvoidTriggerChange||i.default(r).trigger("change")),r.focus(),t=!1}}this._element.hasAttribute("disabled")||this._element.classList.contains("disabled")||(t&&this._element.setAttribute("aria-pressed",!this._element.classList.contains(Y)),e&&i.default(this._element).toggleClass(Y))},t.dispose=function(){i.default.removeData(this._element,L),this._element=null},e._jQueryInterface=function(t,n){return this.each((function(){var r=i.default(this),o=r.data(L);o||(o=new e(this),r.data(L,o)),o.shouldAvoidTriggerChange=n,"toggle"===t&&o[t]()}))},u(e,null,[{key:"VERSION",get:function(){return"4.6.2"}}]),e}();i.default(document).on(D,O,(function(e){var t=e.target,n=t;if(i.default(t).hasClass("btn")||(t=i.default(t).closest(P)[0]),!t||t.hasAttribute("disabled")||t.classList.contains("disabled"))e.preventDefault();else{var r=t.querySelector(j);if(r&&(r.hasAttribute("disabled")||r.classList.contains("disabled")))return void e.preventDefault();"INPUT"!==n.tagName&&"LABEL"===t.tagName||C._jQueryInterface.call(i.default(t),"toggle","INPUT"===n.tagName)}})).on(E,O,(function(e){var t=i.default(e.target).closest(P)[0];i.default(t).toggleClass("focus",/^focus(in)?$/.test(e.type))})),i.default(window).on(x,(function(){for(var e=[].slice.call(document.querySelectorAll('[data-toggle="buttons"] .btn')),t=0,n=e.length;t0,this._pointerEvent=Boolean(window.PointerEvent||window.MSPointerEvent),this._addEventListeners()}var t=e.prototype;return t.next=function(){this._isSliding||this._slide(R)},t.nextWhenVisible=function(){var e=i.default(this._element);!document.hidden&&e.is(":visible")&&"hidden"!==e.css("visibility")&&this.next()},t.prev=function(){this._isSliding||this._slide(z)},t.pause=function(e){e||(this._isPaused=!0),this._element.querySelector(".carousel-item-next, .carousel-item-prev")&&(f.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},t.cycle=function(e){e||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._updateInterval(),this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},t.to=function(e){var t=this;this._activeElement=this._element.querySelector(ne);var n=this._getItemIndex(this._activeElement);if(!(e>this._items.length-1||e<0))if(this._isSliding)i.default(this._element).one(B,(function(){return t.to(e)}));else{if(n===e)return this.pause(),void this.cycle();var r=e>n?R:z;this._slide(r,this._items[e])}},t.dispose=function(){i.default(this._element).off(I),i.default.removeData(this._element,H),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},t._getConfig=function(e){return e=l({},re,e),f.typeCheckConfig(A,e,ie),e},t._handleSwipe=function(){var e=Math.abs(this.touchDeltaX);if(!(e<=40)){var t=e/this.touchDeltaX;this.touchDeltaX=0,t>0&&this.prev(),t<0&&this.next()}},t._addEventListeners=function(){var e=this;this._config.keyboard&&i.default(this._element).on(G,(function(t){return e._keydown(t)})),"hover"===this._config.pause&&i.default(this._element).on(q,(function(t){return e.pause(t)})).on(V,(function(t){return e.cycle(t)})),this._config.touch&&this._addTouchEventListeners()},t._addTouchEventListeners=function(){var e=this;if(this._touchSupported){var t=function(t){e._pointerEvent&&oe[t.originalEvent.pointerType.toUpperCase()]?e.touchStartX=t.originalEvent.clientX:e._pointerEvent||(e.touchStartX=t.originalEvent.touches[0].clientX)},n=function(t){e._pointerEvent&&oe[t.originalEvent.pointerType.toUpperCase()]&&(e.touchDeltaX=t.originalEvent.clientX-e.touchStartX),e._handleSwipe(),"hover"===e._config.pause&&(e.pause(),e.touchTimeout&&clearTimeout(e.touchTimeout),e.touchTimeout=setTimeout((function(t){return e.cycle(t)}),500+e._config.interval))};i.default(this._element.querySelectorAll(".carousel-item img")).on(Z,(function(e){return e.preventDefault()})),this._pointerEvent?(i.default(this._element).on(X,(function(e){return t(e)})),i.default(this._element).on(Q,(function(e){return n(e)})),this._element.classList.add("pointer-event")):(i.default(this._element).on(J,(function(e){return t(e)})),i.default(this._element).on(K,(function(t){return function(t){e.touchDeltaX=t.originalEvent.touches&&t.originalEvent.touches.length>1?0:t.originalEvent.touches[0].clientX-e.touchStartX}(t)})),i.default(this._element).on($,(function(e){return n(e)})))}},t._keydown=function(e){if(!/input|textarea/i.test(e.target.tagName))switch(e.which){case 37:e.preventDefault(),this.prev();break;case 39:e.preventDefault(),this.next()}},t._getItemIndex=function(e){return this._items=e&&e.parentNode?[].slice.call(e.parentNode.querySelectorAll(".carousel-item")):[],this._items.indexOf(e)},t._getItemByDirection=function(e,t){var n=e===R,r=e===z,i=this._getItemIndex(t),o=this._items.length-1;if((r&&0===i||n&&i===o)&&!this._config.wrap)return t;var a=(i+(e===z?-1:1))%this._items.length;return-1===a?this._items[this._items.length-1]:this._items[a]},t._triggerSlideEvent=function(e,t){var n=this._getItemIndex(e),r=this._getItemIndex(this._element.querySelector(ne)),o=i.default.Event(U,{relatedTarget:e,direction:t,from:r,to:n});return i.default(this._element).trigger(o),o},t._setActiveIndicatorElement=function(e){if(this._indicatorsElement){var t=[].slice.call(this._indicatorsElement.querySelectorAll(".active"));i.default(t).removeClass(W);var n=this._indicatorsElement.children[this._getItemIndex(e)];n&&i.default(n).addClass(W)}},t._updateInterval=function(){var e=this._activeElement||this._element.querySelector(ne);if(e){var t=parseInt(e.getAttribute("data-interval"),10);t?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,this._config.interval=t):this._config.interval=this._config.defaultInterval||this._config.interval}},t._slide=function(e,t){var n,r,o,a=this,s=this._element.querySelector(ne),u=this._getItemIndex(s),l=t||s&&this._getItemByDirection(e,s),c=this._getItemIndex(l),d=Boolean(this._interval);if(e===R?(n="carousel-item-left",r="carousel-item-next",o="left"):(n="carousel-item-right",r="carousel-item-prev",o="right"),l&&i.default(l).hasClass(W))this._isSliding=!1;else if(!this._triggerSlideEvent(l,o).isDefaultPrevented()&&s&&l){this._isSliding=!0,d&&this.pause(),this._setActiveIndicatorElement(l),this._activeElement=l;var h=i.default.Event(B,{relatedTarget:l,direction:o,from:u,to:c});if(i.default(this._element).hasClass("slide")){i.default(l).addClass(r),f.reflow(l),i.default(s).addClass(n),i.default(l).addClass(n);var m=f.getTransitionDurationFromElement(s);i.default(s).one(f.TRANSITION_END,(function(){i.default(l).removeClass(n+" "+r).addClass(W),i.default(s).removeClass(W+" "+r+" "+n),a._isSliding=!1,setTimeout((function(){return i.default(a._element).trigger(h)}),0)})).emulateTransitionEnd(m)}else i.default(s).removeClass(W),i.default(l).addClass(W),this._isSliding=!1,i.default(this._element).trigger(h);d&&this.cycle()}},e._jQueryInterface=function(t){return this.each((function(){var n=i.default(this).data(H),r=l({},re,i.default(this).data());"object"===s(t)&&(r=l({},r,t));var o="string"==typeof t?t:r.slide;if(n||(n=new e(this,r),i.default(this).data(H,n)),"number"==typeof t)n.to(t);else if("string"==typeof o){if(void 0===n[o])throw new TypeError('No method named "'+o+'"');n[o]()}else r.interval&&r.ride&&(n.pause(),n.cycle())}))},e._dataApiClickHandler=function(t){var n=f.getSelectorFromElement(this);if(n){var r=i.default(n)[0];if(r&&i.default(r).hasClass("carousel")){var o=l({},i.default(r).data(),i.default(this).data()),a=this.getAttribute("data-slide-to");a&&(o.interval=!1),e._jQueryInterface.call(i.default(r),o),a&&i.default(r).data(H).to(a),t.preventDefault()}}},u(e,null,[{key:"VERSION",get:function(){return"4.6.2"}},{key:"Default",get:function(){return re}}]),e}();i.default(document).on(te,"[data-slide], [data-slide-to]",ae._dataApiClickHandler),i.default(window).on(ee,(function(){for(var e=[].slice.call(document.querySelectorAll('[data-ride="carousel"]')),t=0,n=e.length;t0&&(this._selector=a,this._triggerArray.push(o))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var t=e.prototype;return t.toggle=function(){i.default(this._element).hasClass(de)?this.hide():this.show()},t.show=function(){var t,n,r=this;if(!(this._isTransitioning||i.default(this._element).hasClass(de)||(this._parent&&0===(t=[].slice.call(this._parent.querySelectorAll(".show, .collapsing")).filter((function(e){return"string"==typeof r._config.parent?e.getAttribute("data-parent")===r._config.parent:e.classList.contains(he)}))).length&&(t=null),t&&(n=i.default(t).not(this._selector).data(ue))&&n._isTransitioning))){var o=i.default.Event(_e);if(i.default(this._element).trigger(o),!o.isDefaultPrevented()){t&&(e._jQueryInterface.call(i.default(t).not(this._selector),"hide"),n||i.default(t).data(ue,null));var a=this._getDimension();i.default(this._element).removeClass(he).addClass(fe),this._element.style[a]=0,this._triggerArray.length&&i.default(this._triggerArray).removeClass(me).attr("aria-expanded",!0),this.setTransitioning(!0);var s="scroll"+(a[0].toUpperCase()+a.slice(1)),u=f.getTransitionDurationFromElement(this._element);i.default(this._element).one(f.TRANSITION_END,(function(){i.default(r._element).removeClass(fe).addClass(he+" "+de),r._element.style[a]="",r.setTransitioning(!1),i.default(r._element).trigger(ye)})).emulateTransitionEnd(u),this._element.style[a]=this._element[s]+"px"}}},t.hide=function(){var e=this;if(!this._isTransitioning&&i.default(this._element).hasClass(de)){var t=i.default.Event(ge);if(i.default(this._element).trigger(t),!t.isDefaultPrevented()){var n=this._getDimension();this._element.style[n]=this._element.getBoundingClientRect()[n]+"px",f.reflow(this._element),i.default(this._element).addClass(fe).removeClass(he+" "+de);var r=this._triggerArray.length;if(r>0)for(var o=0;o0},t._getOffset=function(){var e=this,t={};return"function"==typeof this._config.offset?t.fn=function(t){return t.offsets=l({},t.offsets,e._config.offset(t.offsets,e._element)),t}:t.offset=this._config.offset,t},t._getPopperConfig=function(){var e={placement:this._getPlacement(),modifiers:{offset:this._getOffset(),flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return"static"===this._config.display&&(e.modifiers.applyStyle={enabled:!1}),l({},e,this._config.popperConfig)},e._jQueryInterface=function(t){return this.each((function(){var n=i.default(this).data(Se),r="object"===s(t)?t:null;if(n||(n=new e(this,r),i.default(this).data(Se,n)),"string"==typeof t){if(void 0===n[t])throw new TypeError('No method named "'+t+'"');n[t]()}}))},e._clearMenus=function(t){if(!t||3!==t.which&&("keyup"!==t.type||9===t.which))for(var n=[].slice.call(document.querySelectorAll(ze)),r=0,o=n.length;r0&&a--,40===t.which&&adocument.documentElement.clientHeight;n||(this._element.style.overflowY="hidden"),this._element.classList.add(et);var r=f.getTransitionDurationFromElement(this._dialog);i.default(this._element).off(f.TRANSITION_END),i.default(this._element).one(f.TRANSITION_END,(function(){e._element.classList.remove(et),n||i.default(e._element).one(f.TRANSITION_END,(function(){e._element.style.overflowY=""})).emulateTransitionEnd(e._element,r)})).emulateTransitionEnd(r),this._element.focus()}},t._showElement=function(e){var t=this,n=i.default(this._element).hasClass(Qe),r=this._dialog?this._dialog.querySelector(".modal-body"):null;this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.appendChild(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),i.default(this._dialog).hasClass("modal-dialog-scrollable")&&r?r.scrollTop=0:this._element.scrollTop=0,n&&f.reflow(this._element),i.default(this._element).addClass(Ze),this._config.focus&&this._enforceFocus();var o=i.default.Event(ot,{relatedTarget:e}),a=function(){t._config.focus&&t._element.focus(),t._isTransitioning=!1,i.default(t._element).trigger(o)};if(n){var s=f.getTransitionDurationFromElement(this._dialog);i.default(this._dialog).one(f.TRANSITION_END,a).emulateTransitionEnd(s)}else a()},t._enforceFocus=function(){var e=this;i.default(document).off(at).on(at,(function(t){document!==t.target&&e._element!==t.target&&0===i.default(e._element).has(t.target).length&&e._element.focus()}))},t._setEscapeEvent=function(){var e=this;this._isShown?i.default(this._element).on(lt,(function(t){e._config.keyboard&&27===t.which?(t.preventDefault(),e.hide()):e._config.keyboard||27!==t.which||e._triggerBackdropTransition()})):this._isShown||i.default(this._element).off(lt)},t._setResizeEvent=function(){var e=this;this._isShown?i.default(window).on(st,(function(t){return e.handleUpdate(t)})):i.default(window).off(st)},t._hideModal=function(){var e=this;this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._showBackdrop((function(){i.default(document.body).removeClass(Xe),e._resetAdjustments(),e._resetScrollbar(),i.default(e._element).trigger(rt)}))},t._removeBackdrop=function(){this._backdrop&&(i.default(this._backdrop).remove(),this._backdrop=null)},t._showBackdrop=function(e){var t=this,n=i.default(this._element).hasClass(Qe)?Qe:"";if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className="modal-backdrop",n&&this._backdrop.classList.add(n),i.default(this._backdrop).appendTo(document.body),i.default(this._element).on(ut,(function(e){t._ignoreBackdropClick?t._ignoreBackdropClick=!1:e.target===e.currentTarget&&("static"===t._config.backdrop?t._triggerBackdropTransition():t.hide())})),n&&f.reflow(this._backdrop),i.default(this._backdrop).addClass(Ze),!e)return;if(!n)return void e();var r=f.getTransitionDurationFromElement(this._backdrop);i.default(this._backdrop).one(f.TRANSITION_END,e).emulateTransitionEnd(r)}else if(!this._isShown&&this._backdrop){i.default(this._backdrop).removeClass(Ze);var o=function(){t._removeBackdrop(),e&&e()};if(i.default(this._element).hasClass(Qe)){var a=f.getTransitionDurationFromElement(this._backdrop);i.default(this._backdrop).one(f.TRANSITION_END,o).emulateTransitionEnd(a)}else o()}else e&&e()},t._adjustDialog=function(){var e=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&e&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!e&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},t._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},t._checkScrollbar=function(){var e=document.body.getBoundingClientRect();this._isBodyOverflowing=Math.round(e.left+e.right)
',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",customClass:"",sanitize:!0,sanitizeFn:null,whiteList:vt,popperConfig:null},Nt={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string|function)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)",customClass:"(string|function)",sanitize:"boolean",sanitizeFn:"(null|function)",whiteList:"object",popperConfig:"(null|object)"},Ft={HIDE:"hide"+Tt,HIDDEN:"hidden"+Tt,SHOW:"show"+Tt,SHOWN:"shown"+Tt,INSERTED:"inserted"+Tt,CLICK:"click"+Tt,FOCUSIN:"focusin"+Tt,FOCUSOUT:"focusout"+Tt,MOUSEENTER:"mouseenter"+Tt,MOUSELEAVE:"mouseleave"+Tt},Wt=function(){function e(e,t){if(void 0===o.default)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=e,this.config=this._getConfig(t),this.tip=null,this._setListeners()}var t=e.prototype;return t.enable=function(){this._isEnabled=!0},t.disable=function(){this._isEnabled=!1},t.toggleEnabled=function(){this._isEnabled=!this._isEnabled},t.toggle=function(e){if(this._isEnabled)if(e){var t=this.constructor.DATA_KEY,n=i.default(e.currentTarget).data(t);n||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),i.default(e.currentTarget).data(t,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(i.default(this.getTipElement()).hasClass(Ot))return void this._leave(null,this);this._enter(null,this)}},t.dispose=function(){clearTimeout(this._timeout),i.default.removeData(this.element,this.constructor.DATA_KEY),i.default(this.element).off(this.constructor.EVENT_KEY),i.default(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&i.default(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},t.show=function(){var e=this;if("none"===i.default(this.element).css("display"))throw new Error("Please use show on visible elements");var t=i.default.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){i.default(this.element).trigger(t);var n=f.findShadowRoot(this.element),r=i.default.contains(null!==n?n:this.element.ownerDocument.documentElement,this.element);if(t.isDefaultPrevented()||!r)return;var a=this.getTipElement(),s=f.getUID(this.constructor.NAME);a.setAttribute("id",s),this.element.setAttribute("aria-describedby",s),this.setContent(),this.config.animation&&i.default(a).addClass(xt);var u="function"==typeof this.config.placement?this.config.placement.call(this,a,this.element):this.config.placement,l=this._getAttachment(u);this.addAttachmentClass(l);var c=this._getContainer();i.default(a).data(this.constructor.DATA_KEY,this),i.default.contains(this.element.ownerDocument.documentElement,this.tip)||i.default(a).appendTo(c),i.default(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new o.default(this.element,a,this._getPopperConfig(l)),i.default(a).addClass(Ot),i.default(a).addClass(this.config.customClass),"ontouchstart"in document.documentElement&&i.default(document.body).children().on("mouseover",null,i.default.noop);var d=function(){e.config.animation&&e._fixTransition();var t=e._hoverState;e._hoverState=null,i.default(e.element).trigger(e.constructor.Event.SHOWN),t===Pt&&e._leave(null,e)};if(i.default(this.tip).hasClass(xt)){var h=f.getTransitionDurationFromElement(this.tip);i.default(this.tip).one(f.TRANSITION_END,d).emulateTransitionEnd(h)}else d()}},t.hide=function(e){var t=this,n=this.getTipElement(),r=i.default.Event(this.constructor.Event.HIDE),o=function(){t._hoverState!==jt&&n.parentNode&&n.parentNode.removeChild(n),t._cleanTipClass(),t.element.removeAttribute("aria-describedby"),i.default(t.element).trigger(t.constructor.Event.HIDDEN),null!==t._popper&&t._popper.destroy(),e&&e()};if(i.default(this.element).trigger(r),!r.isDefaultPrevented()){if(i.default(n).removeClass(Ot),"ontouchstart"in document.documentElement&&i.default(document.body).children().off("mouseover",null,i.default.noop),this._activeTrigger.click=!1,this._activeTrigger[At]=!1,this._activeTrigger[Ct]=!1,i.default(this.tip).hasClass(xt)){var a=f.getTransitionDurationFromElement(n);i.default(n).one(f.TRANSITION_END,o).emulateTransitionEnd(a)}else o();this._hoverState=""}},t.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},t.isWithContent=function(){return Boolean(this.getTitle())},t.addAttachmentClass=function(e){i.default(this.getTipElement()).addClass(Yt+"-"+e)},t.getTipElement=function(){return this.tip=this.tip||i.default(this.config.template)[0],this.tip},t.setContent=function(){var e=this.getTipElement();this.setElementContent(i.default(e.querySelectorAll(".tooltip-inner")),this.getTitle()),i.default(e).removeClass(xt+" "+Ot)},t.setElementContent=function(e,t){"object"!==s(t)||!t.nodeType&&!t.jquery?this.config.html?(this.config.sanitize&&(t=wt(t,this.config.whiteList,this.config.sanitizeFn)),e.html(t)):e.text(t):this.config.html?i.default(t).parent().is(e)||e.empty().append(t):e.text(i.default(t).text())},t.getTitle=function(){var e=this.element.getAttribute("data-original-title");return e||(e="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),e},t._getPopperConfig=function(e){var t=this;return l({},{placement:e,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(e){e.originalPlacement!==e.placement&&t._handlePopperPlacementChange(e)},onUpdate:function(e){return t._handlePopperPlacementChange(e)}},this.config.popperConfig)},t._getOffset=function(){var e=this,t={};return"function"==typeof this.config.offset?t.fn=function(t){return t.offsets=l({},t.offsets,e.config.offset(t.offsets,e.element)),t}:t.offset=this.config.offset,t},t._getContainer=function(){return!1===this.config.container?document.body:f.isElement(this.config.container)?i.default(this.config.container):i.default(document).find(this.config.container)},t._getAttachment=function(e){return Ht[e.toUpperCase()]},t._setListeners=function(){var e=this;this.config.trigger.split(" ").forEach((function(t){if("click"===t)i.default(e.element).on(e.constructor.Event.CLICK,e.config.selector,(function(t){return e.toggle(t)}));else if("manual"!==t){var n=t===Ct?e.constructor.Event.MOUSEENTER:e.constructor.Event.FOCUSIN,r=t===Ct?e.constructor.Event.MOUSELEAVE:e.constructor.Event.FOCUSOUT;i.default(e.element).on(n,e.config.selector,(function(t){return e._enter(t)})).on(r,e.config.selector,(function(t){return e._leave(t)}))}})),this._hideModalHandler=function(){e.element&&e.hide()},i.default(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=l({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},t._fixTitle=function(){var e=s(this.element.getAttribute("data-original-title"));(this.element.getAttribute("title")||"string"!==e)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},t._enter=function(e,t){var n=this.constructor.DATA_KEY;(t=t||i.default(e.currentTarget).data(n))||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),i.default(e.currentTarget).data(n,t)),e&&(t._activeTrigger["focusin"===e.type?At:Ct]=!0),i.default(t.getTipElement()).hasClass(Ot)||t._hoverState===jt?t._hoverState=jt:(clearTimeout(t._timeout),t._hoverState=jt,t.config.delay&&t.config.delay.show?t._timeout=setTimeout((function(){t._hoverState===jt&&t.show()}),t.config.delay.show):t.show())},t._leave=function(e,t){var n=this.constructor.DATA_KEY;(t=t||i.default(e.currentTarget).data(n))||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),i.default(e.currentTarget).data(n,t)),e&&(t._activeTrigger["focusout"===e.type?At:Ct]=!1),t._isWithActiveTrigger()||(clearTimeout(t._timeout),t._hoverState=Pt,t.config.delay&&t.config.delay.hide?t._timeout=setTimeout((function(){t._hoverState===Pt&&t.hide()}),t.config.delay.hide):t.hide())},t._isWithActiveTrigger=function(){for(var e in this._activeTrigger)if(this._activeTrigger[e])return!0;return!1},t._getConfig=function(e){var t=i.default(this.element).data();return Object.keys(t).forEach((function(e){-1!==Et.indexOf(e)&&delete t[e]})),"number"==typeof(e=l({},this.constructor.Default,t,"object"===s(e)&&e?e:{})).delay&&(e.delay={show:e.delay,hide:e.delay}),"number"==typeof e.title&&(e.title=e.title.toString()),"number"==typeof e.content&&(e.content=e.content.toString()),f.typeCheckConfig(Lt,e,this.constructor.DefaultType),e.sanitize&&(e.template=wt(e.template,e.whiteList,e.sanitizeFn)),e},t._getDelegateConfig=function(){var e={};if(this.config)for(var t in this.config)this.constructor.Default[t]!==this.config[t]&&(e[t]=this.config[t]);return e},t._cleanTipClass=function(){var e=i.default(this.getTipElement()),t=e.attr("class").match(Dt);null!==t&&t.length&&e.removeClass(t.join(""))},t._handlePopperPlacementChange=function(e){this.tip=e.instance.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(e.placement))},t._fixTransition=function(){var e=this.getTipElement(),t=this.config.animation;null===e.getAttribute("x-placement")&&(i.default(e).removeClass(xt),this.config.animation=!1,this.hide(),this.show(),this.config.animation=t)},e._jQueryInterface=function(t){return this.each((function(){var n=i.default(this),r=n.data(kt),o="object"===s(t)&&t;if((r||!/dispose|hide/.test(t))&&(r||(r=new e(this,o),n.data(kt,r)),"string"==typeof t)){if(void 0===r[t])throw new TypeError('No method named "'+t+'"');r[t]()}}))},u(e,null,[{key:"VERSION",get:function(){return"4.6.2"}},{key:"Default",get:function(){return It}},{key:"NAME",get:function(){return Lt}},{key:"DATA_KEY",get:function(){return kt}},{key:"Event",get:function(){return Ft}},{key:"EVENT_KEY",get:function(){return Tt}},{key:"DefaultType",get:function(){return Nt}}]),e}();i.default.fn[Lt]=Wt._jQueryInterface,i.default.fn[Lt].Constructor=Wt,i.default.fn[Lt].noConflict=function(){return i.default.fn[Lt]=St,Wt._jQueryInterface};var Rt="popover",zt="bs.popover",Ut="."+zt,Bt=i.default.fn[Rt],Gt="bs-popover",qt=new RegExp("(^|\\s)"+Gt+"\\S+","g"),Vt=l({},Wt.Default,{placement:"right",trigger:"click",content:"",template:''}),Jt=l({},Wt.DefaultType,{content:"(string|element|function)"}),Kt={HIDE:"hide"+Ut,HIDDEN:"hidden"+Ut,SHOW:"show"+Ut,SHOWN:"shown"+Ut,INSERTED:"inserted"+Ut,CLICK:"click"+Ut,FOCUSIN:"focusin"+Ut,FOCUSOUT:"focusout"+Ut,MOUSEENTER:"mouseenter"+Ut,MOUSELEAVE:"mouseleave"+Ut},$t=function(e){var t,n;function r(){return e.apply(this,arguments)||this}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,c(t,n);var o=r.prototype;return o.isWithContent=function(){return this.getTitle()||this._getContent()},o.addAttachmentClass=function(e){i.default(this.getTipElement()).addClass(Gt+"-"+e)},o.getTipElement=function(){return this.tip=this.tip||i.default(this.config.template)[0],this.tip},o.setContent=function(){var e=i.default(this.getTipElement());this.setElementContent(e.find(".popover-header"),this.getTitle());var t=this._getContent();"function"==typeof t&&(t=t.call(this.element)),this.setElementContent(e.find(".popover-body"),t),e.removeClass("fade show")},o._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},o._cleanTipClass=function(){var e=i.default(this.getTipElement()),t=e.attr("class").match(qt);null!==t&&t.length>0&&e.removeClass(t.join(""))},r._jQueryInterface=function(e){return this.each((function(){var t=i.default(this).data(zt),n="object"===s(e)?e:null;if((t||!/dispose|hide/.test(e))&&(t||(t=new r(this,n),i.default(this).data(zt,t)),"string"==typeof e)){if(void 0===t[e])throw new TypeError('No method named "'+e+'"');t[e]()}}))},u(r,null,[{key:"VERSION",get:function(){return"4.6.2"}},{key:"Default",get:function(){return Vt}},{key:"NAME",get:function(){return Rt}},{key:"DATA_KEY",get:function(){return zt}},{key:"Event",get:function(){return Kt}},{key:"EVENT_KEY",get:function(){return Ut}},{key:"DefaultType",get:function(){return Jt}}]),r}(Wt);i.default.fn[Rt]=$t._jQueryInterface,i.default.fn[Rt].Constructor=$t,i.default.fn[Rt].noConflict=function(){return i.default.fn[Rt]=Bt,$t._jQueryInterface};var Xt="scrollspy",Qt="bs.scrollspy",Zt="."+Qt,en=i.default.fn[Xt],tn="active",nn="activate"+Zt,rn="scroll"+Zt,on="load"+Zt+".data-api",an="position",sn=".nav, .list-group",un=".nav-link",ln=".list-group-item",cn={offset:10,method:"auto",target:""},dn={offset:"number",method:"string",target:"(string|element)"},hn=function(){function e(e,t){var n=this;this._element=e,this._scrollElement="BODY"===e.tagName?window:e,this._config=this._getConfig(t),this._selector=this._config.target+" "+un+","+this._config.target+" "+ln+","+this._config.target+" .dropdown-item",this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,i.default(this._scrollElement).on(rn,(function(e){return n._process(e)})),this.refresh(),this._process()}var t=e.prototype;return t.refresh=function(){var e=this,t=this._scrollElement===this._scrollElement.window?"offset":an,n="auto"===this._config.method?t:this._config.method,r=n===an?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),[].slice.call(document.querySelectorAll(this._selector)).map((function(e){var t,o=f.getSelectorFromElement(e);if(o&&(t=document.querySelector(o)),t){var a=t.getBoundingClientRect();if(a.width||a.height)return[i.default(t)[n]().top+r,o]}return null})).filter(Boolean).sort((function(e,t){return e[0]-t[0]})).forEach((function(t){e._offsets.push(t[0]),e._targets.push(t[1])}))},t.dispose=function(){i.default.removeData(this._element,Qt),i.default(this._scrollElement).off(Zt),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},t._getConfig=function(e){if("string"!=typeof(e=l({},cn,"object"===s(e)&&e?e:{})).target&&f.isElement(e.target)){var t=i.default(e.target).attr("id");t||(t=f.getUID(Xt),i.default(e.target).attr("id",t)),e.target="#"+t}return f.typeCheckConfig(Xt,e,dn),e},t._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},t._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},t._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},t._process=function(){var e=this._getScrollTop()+this._config.offset,t=this._getScrollHeight(),n=this._config.offset+t-this._getOffsetHeight();if(this._scrollHeight!==t&&this.refresh(),e>=n){var r=this._targets[this._targets.length-1];this._activeTarget!==r&&this._activate(r)}else{if(this._activeTarget&&e0)return this._activeTarget=null,void this._clear();for(var i=this._offsets.length;i--;)this._activeTarget!==this._targets[i]&&e>=this._offsets[i]&&(void 0===this._offsets[i+1]||e li > .active",Yn=function(){function e(e){this._element=e}var t=e.prototype;return t.show=function(){var e=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&i.default(this._element).hasClass(yn)||i.default(this._element).hasClass("disabled")||this._element.hasAttribute("disabled"))){var t,n,r=i.default(this._element).closest(".nav, .list-group")[0],o=f.getSelectorFromElement(this._element);if(r){var a="UL"===r.nodeName||"OL"===r.nodeName?Sn:Tn;n=(n=i.default.makeArray(i.default(r).find(a)))[n.length-1]}var s=i.default.Event(bn,{relatedTarget:this._element}),u=i.default.Event(wn,{relatedTarget:n});if(n&&i.default(n).trigger(s),i.default(this._element).trigger(u),!u.isDefaultPrevented()&&!s.isDefaultPrevented()){o&&(t=document.querySelector(o)),this._activate(this._element,r);var l=function(){var t=i.default.Event(Mn,{relatedTarget:e._element}),r=i.default.Event(Ln,{relatedTarget:n});i.default(n).trigger(t),i.default(e._element).trigger(r)};t?this._activate(t,t.parentNode,l):l()}}},t.dispose=function(){i.default.removeData(this._element,mn),this._element=null},t._activate=function(e,t,n){var r=this,o=(!t||"UL"!==t.nodeName&&"OL"!==t.nodeName?i.default(t).children(Tn):i.default(t).find(Sn))[0],a=n&&o&&i.default(o).hasClass(gn),s=function(){return r._transitionComplete(e,o,n)};if(o&&a){var u=f.getTransitionDurationFromElement(o);i.default(o).removeClass(vn).one(f.TRANSITION_END,s).emulateTransitionEnd(u)}else s()},t._transitionComplete=function(e,t,n){if(t){i.default(t).removeClass(yn);var r=i.default(t.parentNode).find("> .dropdown-menu .active")[0];r&&i.default(r).removeClass(yn),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!1)}i.default(e).addClass(yn),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!0),f.reflow(e),e.classList.contains(gn)&&e.classList.add(vn);var o=e.parentNode;if(o&&"LI"===o.nodeName&&(o=o.parentNode),o&&i.default(o).hasClass("dropdown-menu")){var a=i.default(e).closest(".dropdown")[0];if(a){var s=[].slice.call(a.querySelectorAll(".dropdown-toggle"));i.default(s).addClass(yn)}e.setAttribute("aria-expanded",!0)}n&&n()},e._jQueryInterface=function(t){return this.each((function(){var n=i.default(this),r=n.data(mn);if(r||(r=new e(this),n.data(mn,r)),"string"==typeof t){if(void 0===r[t])throw new TypeError('No method named "'+t+'"');r[t]()}}))},u(e,null,[{key:"VERSION",get:function(){return"4.6.2"}}]),e}();i.default(document).on(kn,'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',(function(e){e.preventDefault(),Yn._jQueryInterface.call(i.default(this),"show")})),i.default.fn[fn]=Yn._jQueryInterface,i.default.fn[fn].Constructor=Yn,i.default.fn[fn].noConflict=function(){return i.default.fn[fn]=_n,Yn._jQueryInterface};var Dn="toast",En="bs.toast",xn="."+En,On=i.default.fn[Dn],jn="hide",Pn="show",Cn="showing",An="click.dismiss"+xn,Hn="hide"+xn,In="hidden"+xn,Nn="show"+xn,Fn="shown"+xn,Wn={animation:!0,autohide:!0,delay:500},Rn={animation:"boolean",autohide:"boolean",delay:"number"},zn=function(){function e(e,t){this._element=e,this._config=this._getConfig(t),this._timeout=null,this._setListeners()}var t=e.prototype;return t.show=function(){var e=this,t=i.default.Event(Nn);if(i.default(this._element).trigger(t),!t.isDefaultPrevented()){this._clearTimeout(),this._config.animation&&this._element.classList.add("fade");var n=function(){e._element.classList.remove(Cn),e._element.classList.add(Pn),i.default(e._element).trigger(Fn),e._config.autohide&&(e._timeout=setTimeout((function(){e.hide()}),e._config.delay))};if(this._element.classList.remove(jn),f.reflow(this._element),this._element.classList.add(Cn),this._config.animation){var r=f.getTransitionDurationFromElement(this._element);i.default(this._element).one(f.TRANSITION_END,n).emulateTransitionEnd(r)}else n()}},t.hide=function(){if(this._element.classList.contains(Pn)){var e=i.default.Event(Hn);i.default(this._element).trigger(e),e.isDefaultPrevented()||this._close()}},t.dispose=function(){this._clearTimeout(),this._element.classList.contains(Pn)&&this._element.classList.remove(Pn),i.default(this._element).off(An),i.default.removeData(this._element,En),this._element=null,this._config=null},t._getConfig=function(e){return e=l({},Wn,i.default(this._element).data(),"object"===s(e)&&e?e:{}),f.typeCheckConfig(Dn,e,this.constructor.DefaultType),e},t._setListeners=function(){var e=this;i.default(this._element).on(An,'[data-dismiss="toast"]',(function(){return e.hide()}))},t._close=function(){var e=this,t=function(){e._element.classList.add(jn),i.default(e._element).trigger(In)};if(this._element.classList.remove(Pn),this._config.animation){var n=f.getTransitionDurationFromElement(this._element);i.default(this._element).one(f.TRANSITION_END,t).emulateTransitionEnd(n)}else t()},t._clearTimeout=function(){clearTimeout(this._timeout),this._timeout=null},e._jQueryInterface=function(t){return this.each((function(){var n=i.default(this),r=n.data(En),o="object"===s(t)&&t;if(r||(r=new e(this,o),n.data(En,r)),"string"==typeof t){if(void 0===r[t])throw new TypeError('No method named "'+t+'"');r[t](this)}}))},u(e,null,[{key:"VERSION",get:function(){return"4.6.2"}},{key:"DefaultType",get:function(){return Rn}},{key:"Default",get:function(){return Wn}}]),e}();i.default.fn[Dn]=zn._jQueryInterface,i.default.fn[Dn].Constructor=zn,i.default.fn[Dn].noConflict=function(){return i.default.fn[Dn]=On,zn._jQueryInterface},e.Alert=M,e.Button=C,e.Carousel=ae,e.Collapse=ke,e.Dropdown=qe,e.Modal=yt,e.Popover=$t,e.Scrollspy=hn,e.Tab=Yn,e.Toast=zn,e.Tooltip=Wt,e.Util=f,Object.defineProperty(e,"__esModule",{value:!0})},"object"===s(t)?a(t,n(41669),n(48851)):(i=[t,n(41669),n(48851)],void 0===(o="function"==typeof(r=a)?r.apply(t,i):r)||(e.exports=o))},98619:function(e){function t(){this._defaults=[]}["use","on","once","set","query","type","accept","auth","withCredentials","sortQuery","retry","ok","redirects","timeout","buffer","serialize","parse","ca","key","pfx","cert"].forEach((function(e){t.prototype[e]=function(){for(var t=arguments.length,n=new Array(t),r=0;r=2&&e._responseTimeoutTimer&&clearTimeout(e._responseTimeoutTimer),4==n){var r;try{r=t.status}catch(e){r=0}if(!r){if(e.timedout||e._aborted)return;return e.crossDomainError()}e.emit("end")}};var r=function(t,n){n.total>0&&(n.percent=n.loaded/n.total*100),n.direction=t,e.emit("progress",n)};if(this.hasListeners("progress"))try{t.onprogress=r.bind(null,"download"),t.upload&&(t.upload.onprogress=r.bind(null,"upload"))}catch(e){}try{this.username&&this.password?t.open(this.method,this.url,!0,this.username,this.password):t.open(this.method,this.url,!0)}catch(e){return this.callback(e)}if(this._withCredentials&&(t.withCredentials=!0),!this._formData&&"GET"!=this.method&&"HEAD"!=this.method&&"string"!=typeof n&&!this._isHost(n)){var i=this._header["content-type"],o=this._serializer||d.serialize[i?i.split(";")[0]:""];!o&&_(i)&&(o=d.serialize["application/json"]),o&&(n=o(n))}for(var a in this.header)null!=this.header[a]&&this.header.hasOwnProperty(a)&&t.setRequestHeader(a,this.header[a]);this._responseType&&(t.responseType=this._responseType),this.emit("request",this),t.send(void 0!==n?n:null)},d.agent=function(){return new l},["GET","POST","OPTIONS","PATCH","PUT","DELETE"].forEach((function(e){l.prototype[e.toLowerCase()]=function(t,n){var r=new d.Request(e,t);return this._setDefaults(r),n&&r.end(n),r}})),l.prototype.del=l.prototype.delete,d.get=function(e,t,n){var r=d("GET",e);return"function"==typeof t&&(n=t,t=null),t&&r.query(t),n&&r.end(n),r},d.head=function(e,t,n){var r=d("HEAD",e);return"function"==typeof t&&(n=t,t=null),t&&r.query(t),n&&r.end(n),r},d.options=function(e,t,n){var r=d("OPTIONS",e);return"function"==typeof t&&(n=t,t=null),t&&r.send(t),n&&r.end(n),r},d.del=v,d.delete=v,d.patch=function(e,t,n){var r=d("PATCH",e);return"function"==typeof t&&(n=t,t=null),t&&r.send(t),n&&r.end(n),r},d.post=function(e,t,n){var r=d("POST",e);return"function"==typeof t&&(n=t,t=null),t&&r.send(t),n&&r.end(n),r},d.put=function(e,t,n){var r=d("PUT",e);return"function"==typeof t&&(n=t,t=null),t&&r.send(t),n&&r.end(n),r}},81388:function(e){"use strict";function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t(e)}e.exports=function(e){return null!==e&&"object"===t(e)}},38695:function(e,t,n){"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}var i=n(81388);function o(e){if(e)return function(e){for(var t in o.prototype)e[t]=o.prototype[t];return e}(e)}e.exports=o,o.prototype.clearTimeout=function(){return clearTimeout(this._timer),clearTimeout(this._responseTimeoutTimer),delete this._timer,delete this._responseTimeoutTimer,this},o.prototype.parse=function(e){return this._parser=e,this},o.prototype.responseType=function(e){return this._responseType=e,this},o.prototype.serialize=function(e){return this._serializer=e,this},o.prototype.timeout=function(e){if(!e||"object"!==r(e))return this._timeout=e,this._responseTimeout=0,this;for(var t in e)switch(t){case"deadline":this._timeout=e.deadline;break;case"response":this._responseTimeout=e.response;break;default:console.warn("Unknown timeout option",t)}return this},o.prototype.retry=function(e,t){return 0!==arguments.length&&!0!==e||(e=1),e<=0&&(e=0),this._maxRetries=e,this._retries=0,this._retryCallback=t,this};var a=["ECONNRESET","ETIMEDOUT","EADDRINFO","ESOCKETTIMEDOUT"];o.prototype._shouldRetry=function(e,t){if(!this._maxRetries||this._retries++>=this._maxRetries)return!1;if(this._retryCallback)try{var n=this._retryCallback(e,t);if(!0===n)return!0;if(!1===n)return!1}catch(e){console.error(e)}if(t&&t.status&&t.status>=500&&501!=t.status)return!0;if(e){if(e.code&&~a.indexOf(e.code))return!0;if(e.timeout&&"ECONNABORTED"==e.code)return!0;if(e.crossDomain)return!0}return!1},o.prototype._retry=function(){return this.clearTimeout(),this.req&&(this.req=null,this.req=this.request()),this._aborted=!1,this.timedout=!1,this._end()},o.prototype.then=function(e,t){var n=this;if(!this._fullfilledPromise){var r=this;this._endCalled&&console.warn("Warning: superagent request was sent twice, because both .end() and .then() were called. Never call .end() if you use promises"),this._fullfilledPromise=new Promise((function(e,t){r.on("error",t),r.on("abort",(function(){var e=new Error("Aborted");e.code="ABORTED",e.status=n.status,e.method=n.method,e.url=n.url,t(e)})),r.end((function(n,r){n?t(n):e(r)}))}))}return this._fullfilledPromise.then(e,t)},o.prototype.catch=function(e){return this.then(void 0,e)},o.prototype.use=function(e){return e(this),this},o.prototype.ok=function(e){if("function"!=typeof e)throw Error("Callback required");return this._okCallback=e,this},o.prototype._isResponseOK=function(e){return!!e&&(this._okCallback?this._okCallback(e):e.status>=200&&e.status<300)},o.prototype.get=function(e){return this._header[e.toLowerCase()]},o.prototype.getHeader=o.prototype.get,o.prototype.set=function(e,t){if(i(e)){for(var n in e)this.set(n,e[n]);return this}return this._header[e.toLowerCase()]=t,this.header[e]=t,this},o.prototype.unset=function(e){return delete this._header[e.toLowerCase()],delete this.header[e],this},o.prototype.field=function(e,t){if(null==e)throw new Error(".field(name, val) name can not be empty");if(this._data)throw new Error(".field() can't be used if .send() is used. Please use only .send() or only .field() & .attach()");if(i(e)){for(var n in e)this.field(n,e[n]);return this}if(Array.isArray(t)){for(var r in t)this.field(e,t[r]);return this}if(null==t)throw new Error(".field(name, val) val can not be empty");return"boolean"==typeof t&&(t=""+t),this._getFormData().append(e,t),this},o.prototype.abort=function(){return this._aborted||(this._aborted=!0,this.xhr&&this.xhr.abort(),this.req&&this.req.abort(),this.clearTimeout(),this.emit("abort")),this},o.prototype._auth=function(e,t,n,r){switch(n.type){case"basic":this.set("Authorization","Basic ".concat(r("".concat(e,":").concat(t))));break;case"auto":this.username=e,this.password=t;break;case"bearer":this.set("Authorization","Bearer ".concat(e))}return this},o.prototype.withCredentials=function(e){return null==e&&(e=!0),this._withCredentials=e,this},o.prototype.redirects=function(e){return this._maxRedirects=e,this},o.prototype.maxResponseSize=function(e){if("number"!=typeof e)throw TypeError("Invalid argument");return this._maxResponseSize=e,this},o.prototype.toJSON=function(){return{method:this.method,url:this.url,data:this._data,headers:this._header}},o.prototype.send=function(e){var t=i(e),n=this._header["content-type"];if(this._formData)throw new Error(".send() can't be used if .attach() or .field() is used. Please use only .send() or only .field() & .attach()");if(t&&!this._data)Array.isArray(e)?this._data=[]:this._isHost(e)||(this._data={});else if(e&&this._data&&this._isHost(this._data))throw Error("Can't merge these send calls");if(t&&i(this._data))for(var r in e)this._data[r]=e[r];else"string"==typeof e?(n||this.type("form"),n=this._header["content-type"],this._data="application/x-www-form-urlencoded"==n?this._data?"".concat(this._data,"&").concat(e):e:(this._data||"")+e):this._data=e;return!t||this._isHost(e)||n||this.type("json"),this},o.prototype.sortQuery=function(e){return this._sort=void 0===e||e,this},o.prototype._finalizeQueryString=function(){var e=this._query.join("&");if(e&&(this.url+=(this.url.indexOf("?")>=0?"&":"?")+e),this._query.length=0,this._sort){var t=this.url.indexOf("?");if(t>=0){var n=this.url.substring(t+1).split("&");"function"==typeof this._sort?n.sort(this._sort):n.sort(),this.url=this.url.substring(0,t)+"?"+n.join("&")}}},o.prototype._appendQueryString=function(){console.trace("Unsupported")},o.prototype._timeoutError=function(e,t,n){if(!this._aborted){var r=new Error("".concat(e+t,"ms exceeded"));r.timeout=t,r.code="ECONNABORTED",r.errno=n,this.timedout=!0,this.abort(),this.callback(r)}},o.prototype._setTimeouts=function(){var e=this;this._timeout&&!this._timer&&(this._timer=setTimeout((function(){e._timeoutError("Timeout of ",e._timeout,"ETIME")}),this._timeout)),this._responseTimeout&&!this._responseTimeoutTimer&&(this._responseTimeoutTimer=setTimeout((function(){e._timeoutError("Response timeout of ",e._responseTimeout,"ETIMEDOUT")}),this._responseTimeout))}},47019:function(e,t,n){"use strict";var r=n(60897);function i(e){if(e)return function(e){for(var t in i.prototype)e[t]=i.prototype[t];return e}(e)}e.exports=i,i.prototype.get=function(e){return this.header[e.toLowerCase()]},i.prototype._setHeaderProperties=function(e){var t=e["content-type"]||"";this.type=r.type(t);var n=r.params(t);for(var i in n)this[i]=n[i];this.links={};try{e.link&&(this.links=r.parseLinks(e.link))}catch(e){}},i.prototype._setStatusProperties=function(e){var t=e/100|0;this.status=this.statusCode=e,this.statusType=t,this.info=1==t,this.ok=2==t,this.redirect=3==t,this.clientError=4==t,this.serverError=5==t,this.error=(4==t||5==t)&&this.toError(),this.created=201==e,this.accepted=202==e,this.noContent=204==e,this.badRequest=400==e,this.unauthorized=401==e,this.notAcceptable=406==e,this.forbidden=403==e,this.notFound=404==e,this.unprocessableEntity=422==e}},60897:function(e,t){"use strict";t.type=function(e){return e.split(/ *; */).shift()},t.params=function(e){return e.split(/ *; */).reduce((function(e,t){var n=t.split(/ *= */),r=n.shift(),i=n.shift();return r&&i&&(e[r]=i),e}),{})},t.parseLinks=function(e){return e.split(/ *, */).reduce((function(e,t){var n=t.split(/ *; */),r=n[0].slice(1,-1);return e[n[1].split(/ *= */)[1].slice(1,-1)]=r,e}),{})},t.cleanHeader=function(e,t){return delete e["content-type"],delete e["content-length"],delete e["transfer-encoding"],delete e.host,t&&(delete e.authorization,delete e.cookie),e}},33318:function(e,t,n){"use strict";var r=n(50030).parse;e.exports={locateAPIRootHeader:function(e){var t="https://api.w.org/",n=e.link||e.headers&&e.headers.link,i=r(n),o=i&&i[t];if(o)return o;throw new Error('No header link found with rel="'.concat(t,'"'))}}},91132:function(e,t,n){"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function o(e){for(var t=1;t1?" any of":""),e.reduce((function(e,t){return e.concat(t.component)}),[]).join(", ")].join(" "))};f.prototype._renderQuery=function(){var e,t=o({},p(this._params)),n=(e=this._taxonomyFilters)?d(e,(function(e,t,n){return e[n]=t.map((function(e){return(e+"").trim().toLowerCase()})).join("+"),e}),{}):{};t.filter=o(o({},p(this._filters)),n);var r=s.stringify(t,{arrayFormat:"brackets"}).split("&").sort().join("&"),i=/\?/.test(this._options.endpoint)?"&":"?";return""===r?"":i+r},f.prototype._renderPath=function(){this.validatePath();var e=this._path,t=Object.keys(e).sort((function(e,t){return parseInt(e,10)-parseInt(t,10)})).map((function(t){return e[t]}));return[this._namespace].concat(t).filter(m).join("/")},f.prototype.toString=function(){var e=this._renderPath(),t=this._renderQuery();return this._options.endpoint+e+t},f.prototype.setPathPart=function(e,t){if(this._path[e])throw new Error("Cannot overwrite value "+this._path[e]);return this._path[e]=t,this},f.prototype.validatePath=function(){for(var e=Object.keys(this._path).map((function(e){return parseInt(e,10)})).filter((function(e){return!isNaN(e)})),t=Math.max.apply(null,e),n=[],r=!0,i=0;i<=t;i++)this._levels&&this._levels[i]&&(this._path[i]?(_(this._levels[i],this._path[i]),n.push(this._path[i])):(n.push(" ??? "),r=!1));if(!r)throw new Error("Incomplete URL! Missing component: /"+n.join("/"));return this},f.prototype.param=function(e,t){var n=this;return!e||"string"==typeof e&&void 0===t||("string"==typeof e&&(e=l(e,t)),Object.keys(e).forEach((function(t){var r=e[t];Array.isArray(r)&&(r=h(r).sort(u)),n._params[t]=r}))),this},f.prototype.context=c("context"),f.prototype.edit=function(){return this.context("edit")},f.prototype.embed=function(){return this.param("_embed",!0)},f.prototype.page=c("page"),f.prototype.perPage=c("per_page"),f.prototype.offset=c("offset"),f.prototype.order=c("order"),f.prototype.orderby=c("orderby"),f.prototype.search=c("search"),f.prototype.include=c("include"),f.prototype.exclude=c("exclude"),f.prototype.slug=c("slug"),f.prototype.namespace=function(e){return this._namespace=e,this},f.prototype.auth=function(e){return"object"===r(e)&&("string"==typeof e.username&&(this._options.username=e.username),"string"==typeof e.password&&(this._options.password=e.password),e.nonce&&(this._options.nonce=e.nonce)),this._options.auth=!0,this},f.prototype.file=function(e,t){if(n.g.Buffer&&e instanceof n.g.Buffer&&!t)throw new Error(".file(): File name is a required argument when uploading a Buffer");return this._attachment=e,this._attachmentName=t||void 0,this},f.prototype.setHeaders=function(e,t){return"string"==typeof e&&(e=l(e,t)),this._options.headers=o(o({},this._options.headers||{}),e),this},f.prototype.get=function(e){return this.transport.get(this,e)},f.prototype.headers=function(e){return this.transport.head(this,e)},f.prototype.create=function(e,t){return this.transport.post(this,e,t)},f.prototype.update=function(e,t){return this.transport.put(this,e,t)},f.prototype.delete=function(e,t){return this.transport.delete(this,e,t)},f.prototype.then=function(e,t){return this.transport.get(this).then(e,t)},e.exports=f},61771:function(e,t,n){"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function o(e){for(var t=1;t0&&(n=r(t),t.names.forEach((function(t){var r=t.replace(/[_-]+\w/g,(function(e){return e.replace(/[_-]+/,"").toUpperCase()}));e._setters[r]||(e._setters[r]=n)})))}(e,t),t.children&&Object.keys(t.children).forEach((function(n){i(e,t.children[n])}))}e.exports={create:function(e,t){var n={_path:{0:t},_levels:{},_setters:{},_getArgs:e._getArgs};return Object.keys(e).forEach((function(t){"_getArgs"!==t&&i(n,e[t])})),n}}},39913:function(e,t,n){"use strict";var r=n(77895).namedGroupRE,i=n(96968),o=n(8474),a=n(84922);function s(e,t,n,i,o,a){var s=i.match(r),u=s&&s[1],l=s&&s[2],c=s?l||u:i,d=s?u:i,h=n[c]||{component:i,namedGroup:!!s,level:o,names:[]};h.names.indexOf(d)<0&&h.names.push(d);var f=""===l?/.*/:new RegExp(l?"^"+l+"$":i,"i");return h.validate=function(e){return f.test(e)},a[o+1]?h.children=h.children||{}:(h.methods=(e.methods||[]).map((function(e){return e.toLowerCase()})),h.methods.indexOf("get")>-1&&-1===h.methods.indexOf("head")&&h.methods.push("head"),e.endpoints&&(t._getArgs=t._getArgs||{},e.endpoints.forEach((function(e){e.methods.forEach((function(n){"get"===n.toLowerCase()&&Object.keys(e.args).forEach((function(n){t._getArgs[n]=e.args[n]}))}))})))),n[c]=h,h.children}function u(e,t,n){var r=t.namespace,a=n.replace("/"+r+"/","").replace(/\/\?$/,""),u=i(a);if(!r||"/"+r===n||!a)return e;o(e,r,{});var l=e[r],c=u[0];o(l,c,{});var d=l[c];return u.reduce(s.bind(null,t,d),d),e}e.exports={build:function(e){return a(e,u,{})}}},96228:function(e){"use strict";e.exports=function(e,t){return e>t?1:e']+)","[>']","([^\\)]*(\\))?\\??)","\\)"].join("");e.exports={pattern:t,namedGroupRE:new RegExp(t)}},84922:function(e){"use strict";e.exports=function(e,t,n){return Object.keys(e).reduce((function(n,r){return t(n,e[r],r)}),n)}},97537:function(e){"use strict";e.exports=function(e){return function(t){return this.param(e,t)}}},96968:function(e,t,n){"use strict";var r=n(77895).pattern.replace(/([^\\])\(([^?])/g,"$1(?:$2"),i=new RegExp("([^/]*"+r+"[^/]*)");e.exports=function(e){return e.split(i).reduce((function(e,t){return t?i.test(t)?e.concat(t):e.concat(t.split("/").filter(Boolean)):e}),[])}},46231:function(e){e.exports=function(e){return Array.from(new Set(e))}},8306:function(e,t,n){"use strict";function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function i(e){for(var t=1;t2&&void 0!==arguments[2]?arguments[2]:{},r=["head","get","patch","put","post","delete"];Array.isArray(n.methods)?r=n.methods.map((function(e){return e.trim().toLowerCase()})):"string"==typeof n.methods&&(r=[n.methods.trim().toLowerCase()]),-1!==r.indexOf("get")&&-1===r.indexOf("head")?r.push("head"):-1!==r.indexOf("head")&&-1===r.indexOf("get")&&r.push("get");var o={};o[e.replace(/^[\s/]*/,"/").replace(/[\s/]*$/,"/")+t.replace(/^[\s/]*/,"")]={namespace:e,methods:r};var h=s(o),f=u(h)[e],m=f[Object.keys(f)[0]].Ctor;function p(){return new m(i(i({},arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}),this?this._options:{}))}return n&&n.params&&n.params.forEach((function(e){"string"==typeof e&&("object"!==a(d[e])?c(m.prototype,e,l(e)):Object.keys(d[e]).forEach((function(t){c(m.prototype,t,d[e][t])})))})),n&&"object"===a(n.mixins)&&Object.keys(n.mixins).forEach((function(e){c(m.prototype,e,n.mixins[e])})),p.Ctor=m,p}},44332:function(e,t,n){"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function o(e){for(var t=1;t-1?i(n):n}},10487:function(e,t,n){"use strict";var r=n(66743),i=n(70453),o=n(96897),a=n(69675),s=i("%Function.prototype.apply%"),u=i("%Function.prototype.call%"),l=i("%Reflect.apply%",!0)||r.call(u,s),c=n(30655),d=i("%Math.max%");e.exports=function(e){if("function"!=typeof e)throw new a("a function is required");var t=l(r,u,arguments);return o(t,1+d(0,e.length-(arguments.length-1)),!0)};var h=function(){return l(r,s,arguments)};c?c(e.exports,"apply",{value:h}):e.exports.apply=h},78019:function(e){var t;window,t=function(){return function(){var e={282:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.clearChoices=t.activateChoices=t.filterChoices=t.addChoice=void 0;var r=n(883);t.addChoice=function(e){var t=e.value,n=e.label,i=e.id,o=e.groupId,a=e.disabled,s=e.elementId,u=e.customProperties,l=e.placeholder,c=e.keyCode;return{type:r.ACTION_TYPES.ADD_CHOICE,value:t,label:n,id:i,groupId:o,disabled:a,elementId:s,customProperties:u,placeholder:l,keyCode:c}},t.filterChoices=function(e){return{type:r.ACTION_TYPES.FILTER_CHOICES,results:e}},t.activateChoices=function(e){return void 0===e&&(e=!0),{type:r.ACTION_TYPES.ACTIVATE_CHOICES,active:e}},t.clearChoices=function(){return{type:r.ACTION_TYPES.CLEAR_CHOICES}}},783:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.addGroup=void 0;var r=n(883);t.addGroup=function(e){var t=e.value,n=e.id,i=e.active,o=e.disabled;return{type:r.ACTION_TYPES.ADD_GROUP,value:t,id:n,active:i,disabled:o}}},464:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.highlightItem=t.removeItem=t.addItem=void 0;var r=n(883);t.addItem=function(e){var t=e.value,n=e.label,i=e.id,o=e.choiceId,a=e.groupId,s=e.customProperties,u=e.placeholder,l=e.keyCode;return{type:r.ACTION_TYPES.ADD_ITEM,value:t,label:n,id:i,choiceId:o,groupId:a,customProperties:s,placeholder:u,keyCode:l}},t.removeItem=function(e,t){return{type:r.ACTION_TYPES.REMOVE_ITEM,id:e,choiceId:t}},t.highlightItem=function(e,t){return{type:r.ACTION_TYPES.HIGHLIGHT_ITEM,id:e,highlighted:t}}},137:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.setIsLoading=t.resetTo=t.clearAll=void 0;var r=n(883);t.clearAll=function(){return{type:r.ACTION_TYPES.CLEAR_ALL}},t.resetTo=function(e){return{type:r.ACTION_TYPES.RESET_TO,state:e}},t.setIsLoading=function(e){return{type:r.ACTION_TYPES.SET_IS_LOADING,isLoading:e}}},373:function(e,t,n){"use strict";var r=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i=0?this._store.getGroupById(i):null;return this._store.dispatch((0,l.highlightItem)(n,!0)),t&&this.passedElement.triggerEvent(h.EVENTS.highlightItem,{id:n,value:a,label:u,groupValue:c&&c.value?c.value:null}),this},e.prototype.unhighlightItem=function(e){if(!e||!e.id)return this;var t=e.id,n=e.groupId,r=void 0===n?-1:n,i=e.value,o=void 0===i?"":i,a=e.label,s=void 0===a?"":a,u=r>=0?this._store.getGroupById(r):null;return this._store.dispatch((0,l.highlightItem)(t,!1)),this.passedElement.triggerEvent(h.EVENTS.highlightItem,{id:t,value:o,label:s,groupValue:u&&u.value?u.value:null}),this},e.prototype.highlightAll=function(){var e=this;return this._store.items.forEach((function(t){return e.highlightItem(t)})),this},e.prototype.unhighlightAll=function(){var e=this;return this._store.items.forEach((function(t){return e.unhighlightItem(t)})),this},e.prototype.removeActiveItemsByValue=function(e){var t=this;return this._store.activeItems.filter((function(t){return t.value===e})).forEach((function(e){return t._removeItem(e)})),this},e.prototype.removeActiveItems=function(e){var t=this;return this._store.activeItems.filter((function(t){return t.id!==e})).forEach((function(e){return t._removeItem(e)})),this},e.prototype.removeHighlightedItems=function(e){var t=this;return void 0===e&&(e=!1),this._store.highlightedActiveItems.forEach((function(n){t._removeItem(n),e&&t._triggerChange(n.value)})),this},e.prototype.showDropdown=function(e){var t=this;return this.dropdown.isActive||requestAnimationFrame((function(){t.dropdown.show(),t.containerOuter.open(t.dropdown.distanceFromTopWindow),!e&&t._canSearch&&t.input.focus(),t.passedElement.triggerEvent(h.EVENTS.showDropdown,{})})),this},e.prototype.hideDropdown=function(e){var t=this;return this.dropdown.isActive?(requestAnimationFrame((function(){t.dropdown.hide(),t.containerOuter.close(),!e&&t._canSearch&&(t.input.removeActiveDescendant(),t.input.blur()),t.passedElement.triggerEvent(h.EVENTS.hideDropdown,{})})),this):this},e.prototype.getValue=function(e){void 0===e&&(e=!1);var t=this._store.activeItems.reduce((function(t,n){var r=e?n.value:n;return t.push(r),t}),[]);return this._isSelectOneElement?t[0]:t},e.prototype.setValue=function(e){var t=this;return this.initialised?(e.forEach((function(e){return t._setChoiceOrItem(e)})),this):this},e.prototype.setChoiceByValue=function(e){var t=this;return!this.initialised||this._isTextElement||(Array.isArray(e)?e:[e]).forEach((function(e){return t._findAndSelectChoiceByValue(e)})),this},e.prototype.setChoices=function(e,t,n,r){var i=this;if(void 0===e&&(e=[]),void 0===t&&(t="value"),void 0===n&&(n="label"),void 0===r&&(r=!1),!this.initialised)throw new ReferenceError("setChoices was called on a non-initialized instance of Choices");if(!this._isSelectElement)throw new TypeError("setChoices can't be used with INPUT based Choices");if("string"!=typeof t||!t)throw new TypeError("value parameter must be a name of 'value' field in passed objects");if(r&&this.clearChoices(),"function"==typeof e){var o=e(this);if("function"==typeof Promise&&o instanceof Promise)return new Promise((function(e){return requestAnimationFrame(e)})).then((function(){return i._handleLoadingState(!0)})).then((function(){return o})).then((function(e){return i.setChoices(e,t,n,r)})).catch((function(e){i.config.silent||console.error(e)})).then((function(){return i._handleLoadingState(!1)})).then((function(){return i}));if(!Array.isArray(o))throw new TypeError(".setChoices first argument function must return either array of choices or Promise, got: ".concat(typeof o));return this.setChoices(o,t,n,!1)}if(!Array.isArray(e))throw new TypeError(".setChoices must be called either with array of choices with a function resulting into Promise of array of choices");return this.containerOuter.removeLoadingState(),this._startLoading(),e.forEach((function(e){if(e.choices)i._addGroup({id:e.id?parseInt("".concat(e.id),10):null,group:e,valueKey:t,labelKey:n});else{var r=e;i._addChoice({value:r[t],label:r[n],isSelected:!!r.selected,isDisabled:!!r.disabled,placeholder:!!r.placeholder,customProperties:r.customProperties})}})),this._stopLoading(),this},e.prototype.clearChoices=function(){return this._store.dispatch((0,s.clearChoices)()),this},e.prototype.clearStore=function(){return this._store.dispatch((0,c.clearAll)()),this},e.prototype.clearInput=function(){var e=!this._isSelectOneElement;return this.input.clear(e),!this._isTextElement&&this._canSearch&&(this._isSearching=!1,this._store.dispatch((0,s.activateChoices)(!0))),this},e.prototype._render=function(){if(!this._store.isLoading()){this._currentState=this._store.state;var e=this._currentState.choices!==this._prevState.choices||this._currentState.groups!==this._prevState.groups||this._currentState.items!==this._prevState.items,t=this._isSelectElement,n=this._currentState.items!==this._prevState.items;e&&(t&&this._renderChoices(),n&&this._renderItems(),this._prevState=this._currentState)}},e.prototype._renderChoices=function(){var e=this,t=this._store,n=t.activeGroups,r=t.activeChoices,i=document.createDocumentFragment();if(this.choiceList.clear(),this.config.resetScrollPosition&&requestAnimationFrame((function(){return e.choiceList.scrollToTop()})),n.length>=1&&!this._isSearching){var o=r.filter((function(e){return!0===e.placeholder&&-1===e.groupId}));o.length>=1&&(i=this._createChoicesFragment(o,i)),i=this._createGroupsFragment(n,r,i)}else r.length>=1&&(i=this._createChoicesFragment(r,i));if(i.childNodes&&i.childNodes.length>0){var a=this._store.activeItems,s=this._canAddItem(a,this.input.value);if(s.response)this.choiceList.append(i),this._highlightChoice();else{var u=this._getTemplate("notice",s.notice);this.choiceList.append(u)}}else{var l=void 0;u=void 0,this._isSearching?(u="function"==typeof this.config.noResultsText?this.config.noResultsText():this.config.noResultsText,l=this._getTemplate("notice",u,"no-results")):(u="function"==typeof this.config.noChoicesText?this.config.noChoicesText():this.config.noChoicesText,l=this._getTemplate("notice",u,"no-choices")),this.choiceList.append(l)}},e.prototype._renderItems=function(){var e=this._store.activeItems||[];this.itemList.clear();var t=this._createItemsFragment(e);t.childNodes&&this.itemList.append(t)},e.prototype._createGroupsFragment=function(e,t,n){var r=this;return void 0===n&&(n=document.createDocumentFragment()),this.config.shouldSort&&e.sort(this.config.sorter),e.forEach((function(e){var i=function(e){return t.filter((function(t){return r._isSelectOneElement?t.groupId===e.id:t.groupId===e.id&&("always"===r.config.renderSelectedChoices||!t.selected)}))}(e);if(i.length>=1){var o=r._getTemplate("choiceGroup",e);n.appendChild(o),r._createChoicesFragment(i,n,!0)}})),n},e.prototype._createChoicesFragment=function(e,t,n){var i=this;void 0===t&&(t=document.createDocumentFragment()),void 0===n&&(n=!1);var o=this.config,a=o.renderSelectedChoices,s=o.searchResultLimit,u=o.renderChoiceLimit,l=this._isSearching?m.sortByScore:this.config.sorter,c=function(e){if("auto"!==a||i._isSelectOneElement||!e.selected){var n=i._getTemplate("choice",e,i.config.itemSelectText);t.appendChild(n)}},d=e;"auto"!==a||this._isSelectOneElement||(d=e.filter((function(e){return!e.selected})));var h=d.reduce((function(e,t){return t.placeholder?e.placeholderChoices.push(t):e.normalChoices.push(t),e}),{placeholderChoices:[],normalChoices:[]}),f=h.placeholderChoices,p=h.normalChoices;(this.config.shouldSort||this._isSearching)&&p.sort(l);var _=d.length,y=this._isSelectOneElement?r(r([],f,!0),p,!0):p;this._isSearching?_=s:u&&u>0&&!n&&(_=u);for(var g=0;g<_;g+=1)y[g]&&c(y[g]);return t},e.prototype._createItemsFragment=function(e,t){var n=this;void 0===t&&(t=document.createDocumentFragment());var r=this.config,i=r.shouldSortItems,o=r.sorter,a=r.removeItemButton;return i&&!this._isSelectOneElement&&e.sort(o),this._isTextElement?this.passedElement.value=e.map((function(e){return e.value})).join(this.config.delimiter):this.passedElement.options=e,e.forEach((function(e){var r=n._getTemplate("item",e,a);t.appendChild(r)})),t},e.prototype._triggerChange=function(e){null!=e&&this.passedElement.triggerEvent(h.EVENTS.change,{value:e})},e.prototype._selectPlaceholderChoice=function(e){this._addItem({value:e.value,label:e.label,choiceId:e.id,groupId:e.groupId,placeholder:e.placeholder}),this._triggerChange(e.value)},e.prototype._handleButtonAction=function(e,t){if(e&&t&&this.config.removeItems&&this.config.removeItemButton){var n=t.parentNode&&t.parentNode.dataset.id,r=n&&e.find((function(e){return e.id===parseInt(n,10)}));r&&(this._removeItem(r),this._triggerChange(r.value),this._isSelectOneElement&&this._store.placeholderChoice&&this._selectPlaceholderChoice(this._store.placeholderChoice))}},e.prototype._handleItemAction=function(e,t,n){var r=this;if(void 0===n&&(n=!1),e&&t&&this.config.removeItems&&!this._isSelectOneElement){var i=t.dataset.id;e.forEach((function(e){e.id!==parseInt("".concat(i),10)||e.highlighted?!n&&e.highlighted&&r.unhighlightItem(e):r.highlightItem(e)})),this.input.focus()}},e.prototype._handleChoiceAction=function(e,t){if(e&&t){var n=t.dataset.id,r=n&&this._store.getChoiceById(n);if(r){var i=e[0]&&e[0].keyCode?e[0].keyCode:void 0,o=this.dropdown.isActive;r.keyCode=i,this.passedElement.triggerEvent(h.EVENTS.choice,{choice:r}),r.selected||r.disabled||this._canAddItem(e,r.value).response&&(this._addItem({value:r.value,label:r.label,choiceId:r.id,groupId:r.groupId,customProperties:r.customProperties,placeholder:r.placeholder,keyCode:r.keyCode}),this._triggerChange(r.value)),this.clearInput(),o&&this._isSelectOneElement&&(this.hideDropdown(!0),this.containerOuter.focus())}}},e.prototype._handleBackspace=function(e){if(this.config.removeItems&&e){var t=e[e.length-1],n=e.some((function(e){return e.highlighted}));this.config.editItems&&!n&&t?(this.input.value=t.value,this.input.setWidth(),this._removeItem(t),this._triggerChange(t.value)):(n||this.highlightItem(t,!1),this.removeHighlightedItems(!0))}},e.prototype._startLoading=function(){this._store.dispatch((0,c.setIsLoading)(!0))},e.prototype._stopLoading=function(){this._store.dispatch((0,c.setIsLoading)(!1))},e.prototype._handleLoadingState=function(e){void 0===e&&(e=!0);var t=this.itemList.getChild(".".concat(this.config.classNames.placeholder));e?(this.disable(),this.containerOuter.addLoadingState(),this._isSelectOneElement?t?t.innerHTML=this.config.loadingText:(t=this._getTemplate("placeholder",this.config.loadingText))&&this.itemList.append(t):this.input.placeholder=this.config.loadingText):(this.enable(),this.containerOuter.removeLoadingState(),this._isSelectOneElement?t&&(t.innerHTML=this._placeholderValue||""):this.input.placeholder=this._placeholderValue||"")},e.prototype._handleSearch=function(e){if(e&&this.input.isFocussed){var t=this._store.choices,n=this.config,r=n.searchFloor,i=n.searchChoices,o=t.some((function(e){return!e.active}));if(e&&e.length>=r){var a=i?this._searchChoices(e):0;this.passedElement.triggerEvent(h.EVENTS.search,{value:e,resultCount:a})}else o&&(this._isSearching=!1,this._store.dispatch((0,s.activateChoices)(!0)))}},e.prototype._canAddItem=function(e,t){var n=!0,r="function"==typeof this.config.addItemText?this.config.addItemText(t):this.config.addItemText;if(!this._isSelectOneElement){var i=(0,m.existsInArray)(e,t);this.config.maxItemCount>0&&this.config.maxItemCount<=e.length&&(n=!1,r="function"==typeof this.config.maxItemText?this.config.maxItemText(this.config.maxItemCount):this.config.maxItemText),!this.config.duplicateItemsAllowed&&i&&n&&(n=!1,r="function"==typeof this.config.uniqueItemText?this.config.uniqueItemText(t):this.config.uniqueItemText),this._isTextElement&&this.config.addItems&&n&&"function"==typeof this.config.addItemFilter&&!this.config.addItemFilter(t)&&(n=!1,r="function"==typeof this.config.customAddItemText?this.config.customAddItemText(t):this.config.customAddItemText)}return{response:n,notice:r}},e.prototype._searchChoices=function(e){var t="string"==typeof e?e.trim():e,n="string"==typeof this._currentValue?this._currentValue.trim():this._currentValue;if(t.length<1&&t==="".concat(n," "))return 0;var i=this._store.searchableChoices,o=t,u=r([],this.config.searchFields,!0),l=Object.assign(this.config.fuseOptions,{keys:u,includeMatches:!0}),c=new a.default(i,l).search(o);return this._currentValue=t,this._highlightPosition=0,this._isSearching=!0,this._store.dispatch((0,s.filterChoices)(c)),c.length},e.prototype._addEventListeners=function(){var e=document.documentElement;e.addEventListener("touchend",this._onTouchEnd,!0),this.containerOuter.element.addEventListener("keydown",this._onKeyDown,!0),this.containerOuter.element.addEventListener("mousedown",this._onMouseDown,!0),e.addEventListener("click",this._onClick,{passive:!0}),e.addEventListener("touchmove",this._onTouchMove,{passive:!0}),this.dropdown.element.addEventListener("mouseover",this._onMouseOver,{passive:!0}),this._isSelectOneElement&&(this.containerOuter.element.addEventListener("focus",this._onFocus,{passive:!0}),this.containerOuter.element.addEventListener("blur",this._onBlur,{passive:!0})),this.input.element.addEventListener("keyup",this._onKeyUp,{passive:!0}),this.input.element.addEventListener("focus",this._onFocus,{passive:!0}),this.input.element.addEventListener("blur",this._onBlur,{passive:!0}),this.input.element.form&&this.input.element.form.addEventListener("reset",this._onFormReset,{passive:!0}),this.input.addEventListeners()},e.prototype._removeEventListeners=function(){var e=document.documentElement;e.removeEventListener("touchend",this._onTouchEnd,!0),this.containerOuter.element.removeEventListener("keydown",this._onKeyDown,!0),this.containerOuter.element.removeEventListener("mousedown",this._onMouseDown,!0),e.removeEventListener("click",this._onClick),e.removeEventListener("touchmove",this._onTouchMove),this.dropdown.element.removeEventListener("mouseover",this._onMouseOver),this._isSelectOneElement&&(this.containerOuter.element.removeEventListener("focus",this._onFocus),this.containerOuter.element.removeEventListener("blur",this._onBlur)),this.input.element.removeEventListener("keyup",this._onKeyUp),this.input.element.removeEventListener("focus",this._onFocus),this.input.element.removeEventListener("blur",this._onBlur),this.input.element.form&&this.input.element.form.removeEventListener("reset",this._onFormReset),this.input.removeEventListeners()},e.prototype._onKeyDown=function(e){var t=e.keyCode,n=this._store.activeItems,r=this.input.isFocussed,i=this.dropdown.isActive,o=this.itemList.hasChildren(),a=String.fromCharCode(t),s=/[a-zA-Z0-9-_ ]/.test(a),u=h.KEY_CODES.BACK_KEY,l=h.KEY_CODES.DELETE_KEY,c=h.KEY_CODES.ENTER_KEY,d=h.KEY_CODES.A_KEY,f=h.KEY_CODES.ESC_KEY,m=h.KEY_CODES.UP_KEY,p=h.KEY_CODES.DOWN_KEY,_=h.KEY_CODES.PAGE_UP_KEY,y=h.KEY_CODES.PAGE_DOWN_KEY;switch(this._isTextElement||i||!s||(this.showDropdown(),this.input.isFocussed||(this.input.value+=a.toLowerCase())),t){case d:return this._onSelectKey(e,o);case c:return this._onEnterKey(e,n,i);case f:return this._onEscapeKey(i);case m:case _:case p:case y:return this._onDirectionKey(e,i);case l:case u:return this._onDeleteKey(e,n,r)}},e.prototype._onKeyUp=function(e){var t=e.target,n=e.keyCode,r=this.input.value,i=this._store.activeItems,o=this._canAddItem(i,r),a=h.KEY_CODES.BACK_KEY,u=h.KEY_CODES.DELETE_KEY;if(this._isTextElement)if(o.notice&&r){var l=this._getTemplate("notice",o.notice);this.dropdown.element.innerHTML=l.outerHTML,this.showDropdown(!0)}else this.hideDropdown(!0);else{var c=(n===a||n===u)&&t&&!t.value,d=!this._isTextElement&&this._isSearching,f=this._canSearch&&o.response;c&&d?(this._isSearching=!1,this._store.dispatch((0,s.activateChoices)(!0))):f&&this._handleSearch(this.input.value)}this._canSearch=this.config.searchEnabled},e.prototype._onSelectKey=function(e,t){var n=e.ctrlKey,r=e.metaKey;(n||r)&&t&&(this._canSearch=!1,this.config.removeItems&&!this.input.value&&this.input.element===document.activeElement&&this.highlightAll())},e.prototype._onEnterKey=function(e,t,n){var r=e.target,i=h.KEY_CODES.ENTER_KEY,o=r&&r.hasAttribute("data-button");if(this._isTextElement&&r&&r.value){var a=this.input.value;this._canAddItem(t,a).response&&(this.hideDropdown(!0),this._addItem({value:a}),this._triggerChange(a),this.clearInput())}if(o&&(this._handleButtonAction(t,r),e.preventDefault()),n){var s=this.dropdown.getChild(".".concat(this.config.classNames.highlightedState));s&&(t[0]&&(t[0].keyCode=i),this._handleChoiceAction(t,s)),e.preventDefault()}else this._isSelectOneElement&&(this.showDropdown(),e.preventDefault())},e.prototype._onEscapeKey=function(e){e&&(this.hideDropdown(!0),this.containerOuter.focus())},e.prototype._onDirectionKey=function(e,t){var n=e.keyCode,r=e.metaKey,i=h.KEY_CODES.DOWN_KEY,o=h.KEY_CODES.PAGE_UP_KEY,a=h.KEY_CODES.PAGE_DOWN_KEY;if(t||this._isSelectOneElement){this.showDropdown(),this._canSearch=!1;var s=n===i||n===a?1:-1,u="[data-choice-selectable]",l=void 0;if(r||n===a||n===o)l=s>0?this.dropdown.element.querySelector("".concat(u,":last-of-type")):this.dropdown.element.querySelector(u);else{var c=this.dropdown.element.querySelector(".".concat(this.config.classNames.highlightedState));l=c?(0,m.getAdjacentEl)(c,u,s):this.dropdown.element.querySelector(u)}l&&((0,m.isScrolledIntoView)(l,this.choiceList.element,s)||this.choiceList.scrollToChildElement(l,s),this._highlightChoice(l)),e.preventDefault()}},e.prototype._onDeleteKey=function(e,t,n){var r=e.target;this._isSelectOneElement||r.value||!n||(this._handleBackspace(t),e.preventDefault())},e.prototype._onTouchMove=function(){this._wasTap&&(this._wasTap=!1)},e.prototype._onTouchEnd=function(e){var t=(e||e.touches[0]).target;this._wasTap&&this.containerOuter.element.contains(t)&&((t===this.containerOuter.element||t===this.containerInner.element)&&(this._isTextElement?this.input.focus():this._isSelectMultipleElement&&this.showDropdown()),e.stopPropagation()),this._wasTap=!0},e.prototype._onMouseDown=function(e){var t=e.target;if(t instanceof HTMLElement){if(g&&this.choiceList.element.contains(t)){var n=this.choiceList.element.firstElementChild,r="ltr"===this._direction?e.offsetX>=n.offsetWidth:e.offsetX0&&this.unhighlightAll(),this.containerOuter.removeFocusState(),this.hideDropdown(!0))},e.prototype._onFocus=function(e){var t,n=this,r=e.target;r&&this.containerOuter.element.contains(r)&&((t={})[h.TEXT_TYPE]=function(){r===n.input.element&&n.containerOuter.addFocusState()},t[h.SELECT_ONE_TYPE]=function(){n.containerOuter.addFocusState(),r===n.input.element&&n.showDropdown(!0)},t[h.SELECT_MULTIPLE_TYPE]=function(){r===n.input.element&&(n.showDropdown(!0),n.containerOuter.addFocusState())},t)[this.passedElement.element.type]()},e.prototype._onBlur=function(e){var t,n=this,r=e.target;if(r&&this.containerOuter.element.contains(r)&&!this._isScrollingOnIe){var i=this._store.activeItems.some((function(e){return e.highlighted}));((t={})[h.TEXT_TYPE]=function(){r===n.input.element&&(n.containerOuter.removeFocusState(),i&&n.unhighlightAll(),n.hideDropdown(!0))},t[h.SELECT_ONE_TYPE]=function(){n.containerOuter.removeFocusState(),(r===n.input.element||r===n.containerOuter.element&&!n._canSearch)&&n.hideDropdown(!0)},t[h.SELECT_MULTIPLE_TYPE]=function(){r===n.input.element&&(n.containerOuter.removeFocusState(),n.hideDropdown(!0),i&&n.unhighlightAll())},t)[this.passedElement.element.type]()}else this._isScrollingOnIe=!1,this.input.element.focus()},e.prototype._onFormReset=function(){this._store.dispatch((0,c.resetTo)(this._initialState))},e.prototype._highlightChoice=function(e){var t=this;void 0===e&&(e=null);var n=Array.from(this.dropdown.element.querySelectorAll("[data-choice-selectable]"));if(n.length){var r=e;Array.from(this.dropdown.element.querySelectorAll(".".concat(this.config.classNames.highlightedState))).forEach((function(e){e.classList.remove(t.config.classNames.highlightedState),e.setAttribute("aria-selected","false")})),r?this._highlightPosition=n.indexOf(r):(r=n.length>this._highlightPosition?n[this._highlightPosition]:n[n.length-1])||(r=n[0]),r.classList.add(this.config.classNames.highlightedState),r.setAttribute("aria-selected","true"),this.passedElement.triggerEvent(h.EVENTS.highlightChoice,{el:r}),this.dropdown.isActive&&(this.input.setActiveDescendant(r.id),this.containerOuter.setActiveDescendant(r.id))}},e.prototype._addItem=function(e){var t=e.value,n=e.label,r=void 0===n?null:n,i=e.choiceId,o=void 0===i?-1:i,a=e.groupId,s=void 0===a?-1:a,u=e.customProperties,c=void 0===u?{}:u,d=e.placeholder,f=void 0!==d&&d,m=e.keyCode,p=void 0===m?-1:m,_="string"==typeof t?t.trim():t,y=this._store.items,g=r||_,v=o||-1,b=s>=0?this._store.getGroupById(s):null,M=y?y.length+1:1;this.config.prependValue&&(_=this.config.prependValue+_.toString()),this.config.appendValue&&(_+=this.config.appendValue.toString()),this._store.dispatch((0,l.addItem)({value:_,label:g,id:M,choiceId:v,groupId:s,customProperties:c,placeholder:f,keyCode:p})),this._isSelectOneElement&&this.removeActiveItems(M),this.passedElement.triggerEvent(h.EVENTS.addItem,{id:M,value:_,label:g,customProperties:c,groupValue:b&&b.value?b.value:null,keyCode:p})},e.prototype._removeItem=function(e){var t=e.id,n=e.value,r=e.label,i=e.customProperties,o=e.choiceId,a=e.groupId,s=a&&a>=0?this._store.getGroupById(a):null;t&&o&&(this._store.dispatch((0,l.removeItem)(t,o)),this.passedElement.triggerEvent(h.EVENTS.removeItem,{id:t,value:n,label:r,customProperties:i,groupValue:s&&s.value?s.value:null}))},e.prototype._addChoice=function(e){var t=e.value,n=e.label,r=void 0===n?null:n,i=e.isSelected,o=void 0!==i&&i,a=e.isDisabled,u=void 0!==a&&a,l=e.groupId,c=void 0===l?-1:l,d=e.customProperties,h=void 0===d?{}:d,f=e.placeholder,m=void 0!==f&&f,p=e.keyCode,_=void 0===p?-1:p;if(null!=t){var y=this._store.choices,g=r||t,v=y?y.length+1:1,b="".concat(this._baseId,"-").concat(this._idNames.itemChoice,"-").concat(v);this._store.dispatch((0,s.addChoice)({id:v,groupId:c,elementId:b,value:t,label:g,disabled:u,customProperties:h,placeholder:m,keyCode:_})),o&&this._addItem({value:t,label:g,choiceId:v,customProperties:h,placeholder:m,keyCode:_})}},e.prototype._addGroup=function(e){var t=this,n=e.group,r=e.id,i=e.valueKey,o=void 0===i?"value":i,a=e.labelKey,s=void 0===a?"label":a,l=(0,m.isType)("Object",n)?n.choices:Array.from(n.getElementsByTagName("OPTION")),c=r||Math.floor((new Date).valueOf()*Math.random()),d=!!n.disabled&&n.disabled;l?(this._store.dispatch((0,u.addGroup)({value:n.label,id:c,active:!0,disabled:d})),l.forEach((function(e){var n=e.disabled||e.parentNode&&e.parentNode.disabled;t._addChoice({value:e[o],label:(0,m.isType)("Object",e)?e[s]:e.innerHTML,isSelected:e.selected,isDisabled:n,groupId:c,customProperties:e.customProperties,placeholder:e.placeholder})}))):this._store.dispatch((0,u.addGroup)({value:n.label,id:n.id,active:!1,disabled:n.disabled}))},e.prototype._getTemplate=function(e){for(var t,n=[],i=1;i0?this.element.scrollTop+a-i:e.offsetTop;requestAnimationFrame((function(){n._animateScroll(s,t)}))}},e.prototype._scrollDown=function(e,t,n){var r=(n-e)/t,i=r>1?r:1;this.element.scrollTop=e+i},e.prototype._scrollUp=function(e,t,n){var r=(e-n)/t,i=r>1?r:1;this.element.scrollTop=e-i},e.prototype._animateScroll=function(e,t){var n=this,i=r.SCROLLING_SPEED,o=this.element.scrollTop,a=!1;t>0?(this._scrollDown(o,i,e),oe&&(a=!0)),a&&requestAnimationFrame((function(){n._animateScroll(e,t)}))},e}();t.default=i},730:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(799),i=function(){function e(e){var t=e.element,n=e.classNames;if(this.element=t,this.classNames=n,!(t instanceof HTMLInputElement||t instanceof HTMLSelectElement))throw new TypeError("Invalid element passed");this.isDisabled=!1}return Object.defineProperty(e.prototype,"isActive",{get:function(){return"active"===this.element.dataset.choice},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"dir",{get:function(){return this.element.dir},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"value",{get:function(){return this.element.value},set:function(e){this.element.value=e},enumerable:!1,configurable:!0}),e.prototype.conceal=function(){this.element.classList.add(this.classNames.input),this.element.hidden=!0,this.element.tabIndex=-1;var e=this.element.getAttribute("style");e&&this.element.setAttribute("data-choice-orig-style",e),this.element.setAttribute("data-choice","active")},e.prototype.reveal=function(){this.element.classList.remove(this.classNames.input),this.element.hidden=!1,this.element.removeAttribute("tabindex");var e=this.element.getAttribute("data-choice-orig-style");e?(this.element.removeAttribute("data-choice-orig-style"),this.element.setAttribute("style",e)):this.element.removeAttribute("style"),this.element.removeAttribute("data-choice"),this.element.value=this.element.value},e.prototype.enable=function(){this.element.removeAttribute("disabled"),this.element.disabled=!1,this.isDisabled=!1},e.prototype.disable=function(){this.element.setAttribute("disabled",""),this.element.disabled=!0,this.isDisabled=!0},e.prototype.triggerEvent=function(e,t){(0,r.dispatchEvent)(this.element,e,t)},e}();t.default=i},541:function(e,t,n){"use strict";var r,i=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=function(e){function t(t){var n=t.element,r=t.classNames,i=t.delimiter,o=e.call(this,{element:n,classNames:r})||this;return o.delimiter=i,o}return i(t,e),Object.defineProperty(t.prototype,"value",{get:function(){return this.element.value},set:function(e){this.element.setAttribute("value",e),this.element.value=e},enumerable:!1,configurable:!0}),t}(o(n(730)).default);t.default=a},982:function(e,t,n){"use strict";var r,i=this&&this.__extends||(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=function(e){function t(t){var n=t.element,r=t.classNames,i=t.template,o=e.call(this,{element:n,classNames:r})||this;return o.template=i,o}return i(t,e),Object.defineProperty(t.prototype,"placeholderOption",{get:function(){return this.element.querySelector('option[value=""]')||this.element.querySelector("option[placeholder]")},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"optionGroups",{get:function(){return Array.from(this.element.getElementsByTagName("OPTGROUP"))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"options",{get:function(){return Array.from(this.element.options)},set:function(e){var t=this,n=document.createDocumentFragment();e.forEach((function(e){return r=e,i=t.template(r),void n.appendChild(i);var r,i})),this.appendDocFragment(n)},enumerable:!1,configurable:!0}),t.prototype.appendDocFragment=function(e){this.element.innerHTML="",this.element.appendChild(e)},t}(o(n(730)).default);t.default=a},883:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SCROLLING_SPEED=t.SELECT_MULTIPLE_TYPE=t.SELECT_ONE_TYPE=t.TEXT_TYPE=t.KEY_CODES=t.ACTION_TYPES=t.EVENTS=void 0,t.EVENTS={showDropdown:"showDropdown",hideDropdown:"hideDropdown",change:"change",choice:"choice",search:"search",addItem:"addItem",removeItem:"removeItem",highlightItem:"highlightItem",highlightChoice:"highlightChoice",unhighlightItem:"unhighlightItem"},t.ACTION_TYPES={ADD_CHOICE:"ADD_CHOICE",FILTER_CHOICES:"FILTER_CHOICES",ACTIVATE_CHOICES:"ACTIVATE_CHOICES",CLEAR_CHOICES:"CLEAR_CHOICES",ADD_GROUP:"ADD_GROUP",ADD_ITEM:"ADD_ITEM",REMOVE_ITEM:"REMOVE_ITEM",HIGHLIGHT_ITEM:"HIGHLIGHT_ITEM",CLEAR_ALL:"CLEAR_ALL",RESET_TO:"RESET_TO",SET_IS_LOADING:"SET_IS_LOADING"},t.KEY_CODES={BACK_KEY:46,DELETE_KEY:8,ENTER_KEY:13,A_KEY:65,ESC_KEY:27,UP_KEY:38,DOWN_KEY:40,PAGE_UP_KEY:33,PAGE_DOWN_KEY:34},t.TEXT_TYPE="text",t.SELECT_ONE_TYPE="select-one",t.SELECT_MULTIPLE_TYPE="select-multiple",t.SCROLLING_SPEED=4},789:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DEFAULT_CONFIG=t.DEFAULT_CLASSNAMES=void 0;var r=n(799);t.DEFAULT_CLASSNAMES={containerOuter:"choices",containerInner:"choices__inner",input:"choices__input",inputCloned:"choices__input--cloned",list:"choices__list",listItems:"choices__list--multiple",listSingle:"choices__list--single",listDropdown:"choices__list--dropdown",item:"choices__item",itemSelectable:"choices__item--selectable",itemDisabled:"choices__item--disabled",itemChoice:"choices__item--choice",placeholder:"choices__placeholder",group:"choices__group",groupHeading:"choices__heading",button:"choices__button",activeState:"is-active",focusState:"is-focused",openState:"is-open",disabledState:"is-disabled",highlightedState:"is-highlighted",selectedState:"is-selected",flippedState:"is-flipped",loadingState:"is-loading",noResults:"has-no-results",noChoices:"has-no-choices"},t.DEFAULT_CONFIG={items:[],choices:[],silent:!1,renderChoiceLimit:-1,maxItemCount:-1,addItems:!0,addItemFilter:null,removeItems:!0,removeItemButton:!1,editItems:!1,duplicateItemsAllowed:!0,delimiter:",",paste:!0,searchEnabled:!0,searchChoices:!0,searchFloor:1,searchResultLimit:4,searchFields:["label","value"],position:"auto",resetScrollPosition:!0,shouldSort:!0,shouldSortItems:!1,sorter:r.sortByAlpha,placeholder:!0,placeholderValue:null,searchPlaceholderValue:null,prependValue:null,appendValue:null,renderSelectedChoices:"auto",loadingText:"Loading...",noResultsText:"No results found",noChoicesText:"No choices to choose from",itemSelectText:"Press to select",uniqueItemText:"Only unique values can be added",customAddItemText:"Only values matching specific conditions can be added",addItemText:function(e){return'Press Enter to add "'.concat((0,r.sanitise)(e),'"')},maxItemText:function(e){return"Only ".concat(e," values can be added")},valueComparer:function(e,t){return e===t},fuseOptions:{includeScore:!0},callbackOnInit:null,callbackOnCreateTemplates:null,classNames:t.DEFAULT_CLASSNAMES}},799:function(e,t){"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),t.diff=t.cloneObject=t.existsInArray=t.dispatchEvent=t.sortByScore=t.sortByAlpha=t.strToEl=t.sanitise=t.isScrolledIntoView=t.getAdjacentEl=t.wrap=t.isType=t.getType=t.generateId=t.generateChars=t.getRandomNumber=void 0,t.getRandomNumber=function(e,t){return Math.floor(Math.random()*(t-e)+e)},t.generateChars=function(e){return Array.from({length:e},(function(){return(0,t.getRandomNumber)(0,36).toString(36)})).join("")},t.generateId=function(e,n){var r=e.id||e.name&&"".concat(e.name,"-").concat((0,t.generateChars)(2))||(0,t.generateChars)(4);return r=r.replace(/(:|\.|\[|\]|,)/g,""),r="".concat(n,"-").concat(r)},t.getType=function(e){return Object.prototype.toString.call(e).slice(8,-1)},t.isType=function(e,n){return null!=n&&(0,t.getType)(n)===e},t.wrap=function(e,t){return void 0===t&&(t=document.createElement("div")),e.parentNode&&(e.nextSibling?e.parentNode.insertBefore(t,e.nextSibling):e.parentNode.appendChild(t)),t.appendChild(e)},t.getAdjacentEl=function(e,t,n){void 0===n&&(n=1);for(var r="".concat(n>0?"next":"previous","ElementSibling"),i=e[r];i;){if(i.matches(t))return i;i=i[r]}return i},t.isScrolledIntoView=function(e,t,n){return void 0===n&&(n=1),!!e&&(n>0?t.scrollTop+t.offsetHeight>=e.offsetTop+e.offsetHeight:e.offsetTop>=t.scrollTop)},t.sanitise=function(e){return"string"!=typeof e?e:e.replace(/&/g,"&").replace(/>/g,"&rt;").replace(/-1?e.map((function(e){var t=e;return t.id===parseInt("".concat(a.choiceId),10)&&(t.selected=!0),t})):e;case"REMOVE_ITEM":var s=r;return s.choiceId&&s.choiceId>-1?e.map((function(e){var t=e;return t.id===parseInt("".concat(s.choiceId),10)&&(t.selected=!1),t})):e;case"FILTER_CHOICES":var u=r;return e.map((function(e){var t=e;return t.active=u.results.some((function(e){var n=e.item,r=e.score;return n.id===t.id&&(t.score=r,!0)})),t}));case"ACTIVATE_CHOICES":var l=r;return e.map((function(e){var t=e;return t.active=l.active,t}));case"CLEAR_CHOICES":return t.defaultState;default:return e}}},871:function(e,t){"use strict";var n=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i0?"treeitem":"option"),Object.assign(y.dataset,{choice:"",id:l,value:c,selectText:n}),m?(y.classList.add(s),y.dataset.choiceDisabled="",y.setAttribute("aria-disabled","true")):(y.classList.add(o),y.dataset.choiceSelectable=""),y},input:function(e,t){var n=e.input,r=e.inputCloned,i=Object.assign(document.createElement("input"),{type:"text",className:"".concat(n," ").concat(r),autocomplete:"off",autocapitalize:"off",spellcheck:!1});return i.setAttribute("role","textbox"),i.setAttribute("aria-autocomplete","list"),i.setAttribute("aria-label",t),i},dropdown:function(e){var t=e.list,n=e.listDropdown,r=document.createElement("div");return r.classList.add(t,n),r.setAttribute("aria-expanded","false"),r},notice:function(e,t,n){var r=e.item,i=e.itemChoice,o=e.noResults,a=e.noChoices;void 0===n&&(n="");var s=[r,i];return"no-choices"===n?s.push(a):"no-results"===n&&s.push(o),Object.assign(document.createElement("div"),{innerHTML:t,className:s.join(" ")})},option:function(e){var t=e.label,n=e.value,r=e.customProperties,i=e.active,o=e.disabled,a=new Option(t,n,!1,i);return r&&(a.dataset.customProperties="".concat(r)),a.disabled=!!o,a}};t.default=n},996:function(e){"use strict";var t=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===n}(e)}(e)},n="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function r(e,t){return!1!==t.clone&&t.isMergeableObject(e)?u((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function i(e,t,n){return e.concat(t).map((function(e){return r(e,n)}))}function o(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return e.propertyIsEnumerable(t)})):[]}(e))}function a(e,t){try{return t in e}catch(e){return!1}}function s(e,t,n){var i={};return n.isMergeableObject(e)&&o(e).forEach((function(t){i[t]=r(e[t],n)})),o(t).forEach((function(o){(function(e,t){return a(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))})(e,o)||(a(e,o)&&n.isMergeableObject(t[o])?i[o]=function(e,t){if(!t.customMerge)return u;var n=t.customMerge(e);return"function"==typeof n?n:u}(o,n)(e[o],t[o],n):i[o]=r(t[o],n))})),i}function u(e,n,o){(o=o||{}).arrayMerge=o.arrayMerge||i,o.isMergeableObject=o.isMergeableObject||t,o.cloneUnlessOtherwiseSpecified=r;var a=Array.isArray(n);return a===Array.isArray(e)?a?o.arrayMerge(e,n,o):s(e,n,o):r(n,o)}u.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,n){return u(e,n,t)}),{})};var l=u;e.exports=l},70:function(e){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=1)}([function(e,t){e.exports=function(e){return Array.isArray?Array.isArray(e):"[object Array]"===Object.prototype.toString.call(e)}},function(e,t,n){function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function i(e,t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:{limit:!1};this._log('---------\nSearch pattern: "'.concat(e,'"'));var n=this._prepareSearchers(e),r=n.tokenSearchers,i=n.fullSearcher,o=this._search(r,i),a=o.weights,s=o.results;return this._computeScore(a,s),this.options.shouldSort&&this._sort(s),t.limit&&"number"==typeof t.limit&&(s=s.slice(0,t.limit)),this._format(s)}},{key:"_prepareSearchers",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=[];if(this.options.tokenize)for(var n=e.split(this.options.tokenSeparator),r=0,i=n.length;r0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0,n=this.list,r={},i=[];if("string"==typeof n[0]){for(var o=0,a=n.length;o1)throw new Error("Key weight has to be > 0 and <= 1");f=f.name}else s[f]={weight:1};this._analyze({key:f,value:this.options.getFn(c,f),record:c,index:u},{resultMap:r,results:i,tokenSearchers:e,fullSearcher:t})}return{weights:s,results:i}}},{key:"_analyze",value:function(e,t){var n=e.key,r=e.arrayIndex,i=void 0===r?-1:r,o=e.value,a=e.record,u=e.index,l=t.tokenSearchers,c=void 0===l?[]:l,d=t.fullSearcher,h=void 0===d?[]:d,f=t.resultMap,m=void 0===f?{}:f,p=t.results,_=void 0===p?[]:p;if(null!=o){var y=!1,g=-1,v=0;if("string"==typeof o){this._log("\nKey: ".concat(""===n?"-":n));var b=h.search(o);if(this._log('Full text: "'.concat(o,'", score: ').concat(b.score)),this.options.tokenize){for(var M=o.split(this.options.tokenSeparator),w=[],L=0;L-1&&(j=(j+g)/2),this._log("Score average:",j);var P=!this.options.tokenize||!this.options.matchAllTokens||v>=c.length;if(this._log("\nCheck Matches: ".concat(P)),(y||b.isMatch)&&P){var C=m[u];C?C.output.push({key:n,arrayIndex:i,value:o,score:j,matchedIndices:b.matchedIndices}):(m[u]={item:a,output:[{key:n,arrayIndex:i,value:o,score:j,matchedIndices:b.matchedIndices}]},_.push(m[u]))}}else if(s(o))for(var A=0,H=o.length;A-1&&(a.arrayIndex=o.arrayIndex),t.matches.push(a)}}})),this.options.includeScore&&i.push((function(e,t){t.score=e.score}));for(var o=0,a=e.length;on)return i(e,this.pattern,r);var a=this.options,s=a.location,u=a.distance,l=a.threshold,c=a.findAllMatches,d=a.minMatchCharLength;return o(e,this.pattern,this.patternAlphabet,{location:s,distance:u,threshold:l,findAllMatches:c,minMatchCharLength:d})}}])&&r(t.prototype,n),s&&r(t,s),e}();e.exports=s},function(e,t){var n=/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g;e.exports=function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:/ +/g,i=new RegExp(t.replace(n,"\\$&").replace(r,"|")),o=e.match(i),a=!!o,s=[];if(a)for(var u=0,l=o.length;u=j;A-=1){var H=A-1,I=n[e.charAt(H)];if(I&&(M[H]=1),C[A]=(C[A+1]<<1|1)&I,0!==E&&(C[A]|=(T[A+1]|T[A])<<1|1|T[A+1]),C[A]&D&&(S=r(t,{errors:E,currentLocation:H,expectedLocation:_,distance:l}))<=g){if(g=S,(v=H)<=_)break;j=Math.max(1,2*_-v)}}if(r(t,{errors:E+1,currentLocation:_,expectedLocation:_,distance:l})>g)break;T=C}return{isMatch:v>=0,score:0===S?.001:S,matchedIndices:i(M,p)}}},function(e,t){e.exports=function(e,t){var n=t.errors,r=void 0===n?0:n,i=t.currentLocation,o=void 0===i?0:i,a=t.expectedLocation,s=void 0===a?0:a,u=t.distance,l=void 0===u?100:u,c=r/e.length,d=Math.abs(s-o);return l?c+d/l:d?1:c}},function(e,t){e.exports=function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=[],r=-1,i=-1,o=0,a=e.length;o=t&&n.push([r,i]),r=-1)}return e[o-1]&&o-r>=t&&n.push([r,o-1]),n}},function(e,t){e.exports=function(e){for(var t={},n=e.length,r=0;r2?arguments[2]:void 0,c=Math.min((void 0===l?a:i(l,a))-u,a-s),d=1;for(u0;)u in n?n[s]=n[u]:delete n[s],s+=d,u+=d;return n}},35564:function(e,t,n){"use strict";var r=n(18270),i=n(70157),o=n(81485);e.exports=function(e){for(var t=r(this),n=o(t.length),a=arguments.length,s=i(a>1?arguments[1]:void 0,n),u=a>2?arguments[2]:void 0,l=void 0===u?n:i(u,n);l>s;)t[s++]=e;return t}},61464:function(e,t,n){var r=n(57221),i=n(81485),o=n(70157);e.exports=function(e){return function(t,n,a){var s,u=r(t),l=i(u.length),c=o(a,l);if(e&&n!=n){for(;l>c;)if((s=u[c++])!=s)return!0}else for(;l>c;c++)if((e||c in u)&&u[c]===n)return e||c||0;return!e&&-1}}},66179:function(e,t,n){var r=n(35052),i=n(61249),o=n(18270),a=n(81485),s=n(93191);e.exports=function(e,t){var n=1==e,u=2==e,l=3==e,c=4==e,d=6==e,h=5==e||d,f=t||s;return function(t,s,m){for(var p,_,y=o(t),g=i(y),v=r(s,m,3),b=a(g.length),M=0,w=n?f(t,b):u?f(t,0):void 0;b>M;M++)if((h||M in g)&&(_=v(p=g[M],M,y),e))if(n)w[M]=_;else if(_)switch(e){case 3:return!0;case 5:return p;case 6:return M;case 2:w.push(p)}else if(c)return!1;return d?-1:l||c?c:w}}},6543:function(e,t,n){var r=n(63387),i=n(18270),o=n(61249),a=n(81485);e.exports=function(e,t,n,s,u){r(t);var l=i(e),c=o(l),d=a(l.length),h=u?d-1:0,f=u?-1:1;if(n<2)for(;;){if(h in c){s=c[h],h+=f;break}if(h+=f,u?h<0:d<=h)throw TypeError("Reduce of empty array with no initial value")}for(;u?h>=0:d>h;h+=f)h in c&&(s=t(s,c[h],h,l));return s}},63606:function(e,t,n){var r=n(43305),i=n(77981),o=n(67574)("species");e.exports=function(e){var t;return i(e)&&("function"!=typeof(t=e.constructor)||t!==Array&&!i(t.prototype)||(t=void 0),r(t)&&null===(t=t[o])&&(t=void 0)),void 0===t?Array:t}},93191:function(e,t,n){var r=n(63606);e.exports=function(e,t){return new(r(e))(t)}},15538:function(e,t,n){"use strict";var r=n(63387),i=n(43305),o=n(24877),a=[].slice,s={};e.exports=Function.bind||function(e){var t=r(this),n=a.call(arguments,1),u=function(){var r=n.concat(a.call(arguments));return this instanceof u?function(e,t,n){if(!(t in s)){for(var r=[],i=0;i1?arguments[1]:void 0,3);n=n?n.n:this._f;)for(r(n.v,n.k,this);n&&n.r;)n=n.p},has:function(e){return!!_(m(this,t),e)}}),h&&r(c.prototype,"size",{get:function(){return m(this,t)[p]}}),c},def:function(e,t,n){var r,i,o=_(e,t);return o?o.v=n:(e._l=o={i:i=f(t,!0),k:t,v:n,p:r=e._l,n:void 0,r:!1},e._f||(e._f=o),r&&(r.n=o),e[p]++,"F"!==i&&(e._i[i]=o)),e},getEntry:_,setStrong:function(e,t,n){l(e,t,(function(e,n){this._t=m(e,t),this._k=n,this._l=void 0}),(function(){for(var e=this,t=e._k,n=e._l;n&&n.r;)n=n.p;return e._t&&(e._l=n=n?n.n:e._t._f)?c(0,"keys"==t?n.k:"values"==t?n.v:[n.k,n.v]):(e._t=void 0,c(1))}),n?"entries":"values",!n,!0),d(t)}}},99882:function(e,t,n){"use strict";var r=n(96065),i=n(12988).getWeak,o=n(4228),a=n(43305),s=n(16440),u=n(48790),l=n(66179),c=n(57917),d=n(12888),h=l(5),f=l(6),m=0,p=function(e){return e._l||(e._l=new _)},_=function(){this.a=[]},y=function(e,t){return h(e.a,(function(e){return e[0]===t}))};_.prototype={get:function(e){var t=y(this,e);if(t)return t[1]},has:function(e){return!!y(this,e)},set:function(e,t){var n=y(this,e);n?n[1]=t:this.a.push([e,t])},delete:function(e){var t=f(this.a,(function(t){return t[0]===e}));return~t&&this.a.splice(t,1),!!~t}},e.exports={getConstructor:function(e,t,n,o){var l=e((function(e,r){s(e,l,t,"_i"),e._t=t,e._i=m++,e._l=void 0,null!=r&&u(r,n,e[o],e)}));return r(l.prototype,{delete:function(e){if(!a(e))return!1;var n=i(e);return!0===n?p(d(this,t)).delete(e):n&&c(n,this._i)&&delete n[this._i]},has:function(e){if(!a(e))return!1;var n=i(e);return!0===n?p(d(this,t)).has(e):n&&c(n,this._i)}}),l},def:function(e,t,n){var r=i(o(t),!0);return!0===r?p(e).set(t,n):r[e._i]=n,e},ufstore:p}},58933:function(e,t,n){"use strict";var r=n(67526),i=n(92127),o=n(28859),a=n(96065),s=n(12988),u=n(48790),l=n(16440),c=n(43305),d=n(79448),h=n(98931),f=n(3844),m=n(98880);e.exports=function(e,t,n,p,_,y){var g=r[e],v=g,b=_?"set":"add",M=v&&v.prototype,w={},L=function(e){var t=M[e];o(M,e,"delete"==e||"has"==e?function(e){return!(y&&!c(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return y&&!c(e)?void 0:t.call(this,0===e?0:e)}:"add"==e?function(e){return t.call(this,0===e?0:e),this}:function(e,n){return t.call(this,0===e?0:e,n),this})};if("function"==typeof v&&(y||M.forEach&&!d((function(){(new v).entries().next()})))){var k=new v,T=k[b](y?{}:-0,1)!=k,S=d((function(){k.has(1)})),Y=h((function(e){new v(e)})),D=!y&&d((function(){for(var e=new v,t=5;t--;)e[b](t,t);return!e.has(-0)}));Y||((v=t((function(t,n){l(t,v,e);var r=m(new g,t,v);return null!=n&&u(n,_,r[b],r),r}))).prototype=M,M.constructor=v),(S||D)&&(L("delete"),L("has"),_&&L("get")),(D||T)&&L(b),y&&M.clear&&delete M.clear}else v=p.getConstructor(t,e,_,b),a(v.prototype,n),s.NEED=!0;return f(v,e),w[e]=v,i(i.G+i.W+i.F*(v!=g),w),y||p.setStrong(v,e,_),v}},56094:function(e){var t=e.exports={version:"2.6.12"};"number"==typeof __e&&(__e=t)},67227:function(e,t,n){"use strict";var r=n(47967),i=n(11996);e.exports=function(e,t,n){t in e?r.f(e,t,i(0,n)):e[t]=n}},35052:function(e,t,n){var r=n(63387);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,i){return e.call(t,n,r,i)}}return function(){return e.apply(t,arguments)}}},55385:function(e,t,n){"use strict";var r=n(79448),i=Date.prototype.getTime,o=Date.prototype.toISOString,a=function(e){return e>9?e:"0"+e};e.exports=r((function(){return"0385-07-25T07:06:39.999Z"!=o.call(new Date(-50000000000001))}))||!r((function(){o.call(new Date(NaN))}))?function(){if(!isFinite(i.call(this)))throw RangeError("Invalid time value");var e=this,t=e.getUTCFullYear(),n=e.getUTCMilliseconds(),r=t<0?"-":t>9999?"+":"";return r+("00000"+Math.abs(t)).slice(r?-6:-4)+"-"+a(e.getUTCMonth()+1)+"-"+a(e.getUTCDate())+"T"+a(e.getUTCHours())+":"+a(e.getUTCMinutes())+":"+a(e.getUTCSeconds())+"."+(n>99?n:"0"+a(n))+"Z"}:o},20107:function(e,t,n){"use strict";var r=n(4228),i=n(83048),o="number";e.exports=function(e){if("string"!==e&&e!==o&&"default"!==e)throw TypeError("Incorrect hint");return i(r(this),e!=o)}},3344:function(e){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},1763:function(e,t,n){e.exports=!n(79448)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},46034:function(e,t,n){var r=n(43305),i=n(67526).document,o=r(i)&&r(i.createElement);e.exports=function(e){return o?i.createElement(e):{}}},86140:function(e){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},15969:function(e,t,n){var r=n(51311),i=n(1060),o=n(8449);e.exports=function(e){var t=r(e),n=i.f;if(n)for(var a,s=n(e),u=o.f,l=0;s.length>l;)u.call(e,a=s[l++])&&t.push(a);return t}},92127:function(e,t,n){var r=n(67526),i=n(56094),o=n(33341),a=n(28859),s=n(35052),u="prototype",l=function(e,t,n){var c,d,h,f,m=e&l.F,p=e&l.G,_=e&l.S,y=e&l.P,g=e&l.B,v=p?r:_?r[t]||(r[t]={}):(r[t]||{})[u],b=p?i:i[t]||(i[t]={}),M=b[u]||(b[u]={});for(c in p&&(n=t),n)h=((d=!m&&v&&void 0!==v[c])?v:n)[c],f=g&&d?s(h,r):y&&"function"==typeof h?s(Function.call,h):h,v&&a(v,c,h,e&l.U),b[c]!=h&&o(b,c,f),y&&M[c]!=h&&(M[c]=h)};r.core=i,l.F=1,l.G=2,l.S=4,l.P=8,l.B=16,l.W=32,l.U=64,l.R=128,e.exports=l},25203:function(e,t,n){var r=n(67574)("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(n){try{return t[r]=!1,!"/./"[e](t)}catch(e){}}return!0}},79448:function(e){e.exports=function(e){try{return!!e()}catch(e){return!0}}},69228:function(e,t,n){"use strict";n(94116);var r=n(28859),i=n(33341),o=n(79448),a=n(3344),s=n(67574),u=n(69600),l=s("species"),c=!o((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$")})),d=function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2===n.length&&"a"===n[0]&&"b"===n[1]}();e.exports=function(e,t,n){var h=s(e),f=!o((function(){var t={};return t[h]=function(){return 7},7!=""[e](t)})),m=f?!o((function(){var t=!1,n=/a/;return n.exec=function(){return t=!0,null},"split"===e&&(n.constructor={},n.constructor[l]=function(){return n}),n[h](""),!t})):void 0;if(!f||!m||"replace"===e&&!c||"split"===e&&!d){var p=/./[h],_=n(a,h,""[e],(function(e,t,n,r,i){return t.exec===u?f&&!i?{done:!0,value:p.call(t,n,r)}:{done:!0,value:e.call(n,t,r)}:{done:!1}})),y=_[0],g=_[1];r(String.prototype,e,y),i(RegExp.prototype,h,2==t?function(e,t){return g.call(e,this,t)}:function(e){return g.call(e,this)})}}},1158:function(e,t,n){"use strict";var r=n(4228);e.exports=function(){var e=r(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},62322:function(e,t,n){"use strict";var r=n(77981),i=n(43305),o=n(81485),a=n(35052),s=n(67574)("isConcatSpreadable");e.exports=function e(t,n,u,l,c,d,h,f){for(var m,p,_=c,y=0,g=!!h&&a(h,f,3);y0)_=e(t,n,m,o(m.length),_,d-1)-1;else{if(_>=9007199254740991)throw TypeError();t[_]=m}_++}y++}return _}},48790:function(e,t,n){var r=n(35052),i=n(97368),o=n(1508),a=n(4228),s=n(81485),u=n(20762),l={},c={},d=e.exports=function(e,t,n,d,h){var f,m,p,_,y=h?function(){return e}:u(e),g=r(n,d,t?2:1),v=0;if("function"!=typeof y)throw TypeError(e+" is not iterable!");if(o(y)){for(f=s(e.length);f>v;v++)if((_=t?g(a(m=e[v])[0],m[1]):g(e[v]))===l||_===c)return _}else for(p=y.call(e);!(m=p.next()).done;)if((_=i(p,g,m.value,t))===l||_===c)return _};d.BREAK=l,d.RETURN=c},49461:function(e,t,n){e.exports=n(44556)("native-function-to-string",Function.toString)},67526:function(e){var t=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=t)},57917:function(e){var t={}.hasOwnProperty;e.exports=function(e,n){return t.call(e,n)}},33341:function(e,t,n){var r=n(47967),i=n(11996);e.exports=n(1763)?function(e,t,n){return r.f(e,t,i(1,n))}:function(e,t,n){return e[t]=n,e}},61308:function(e,t,n){var r=n(67526).document;e.exports=r&&r.documentElement},22956:function(e,t,n){e.exports=!n(1763)&&!n(79448)((function(){return 7!=Object.defineProperty(n(46034)("div"),"a",{get:function(){return 7}}).a}))},98880:function(e,t,n){var r=n(43305),i=n(25170).set;e.exports=function(e,t,n){var o,a=t.constructor;return a!==n&&"function"==typeof a&&(o=a.prototype)!==n.prototype&&r(o)&&i&&i(e,o),e}},24877:function(e){e.exports=function(e,t,n){var r=void 0===n;switch(t.length){case 0:return r?e():e.call(n);case 1:return r?e(t[0]):e.call(n,t[0]);case 2:return r?e(t[0],t[1]):e.call(n,t[0],t[1]);case 3:return r?e(t[0],t[1],t[2]):e.call(n,t[0],t[1],t[2]);case 4:return r?e(t[0],t[1],t[2],t[3]):e.call(n,t[0],t[1],t[2],t[3])}return e.apply(n,t)}},61249:function(e,t,n){var r=n(55089);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==r(e)?e.split(""):Object(e)}},1508:function(e,t,n){var r=n(60906),i=n(67574)("iterator"),o=Array.prototype;e.exports=function(e){return void 0!==e&&(r.Array===e||o[i]===e)}},77981:function(e,t,n){var r=n(55089);e.exports=Array.isArray||function(e){return"Array"==r(e)}},33842:function(e,t,n){var r=n(43305),i=Math.floor;e.exports=function(e){return!r(e)&&isFinite(e)&&i(e)===e}},43305:function(e){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},95411:function(e,t,n){var r=n(43305),i=n(55089),o=n(67574)("match");e.exports=function(e){var t;return r(e)&&(void 0!==(t=e[o])?!!t:"RegExp"==i(e))}},97368:function(e,t,n){var r=n(4228);e.exports=function(e,t,n,i){try{return i?t(r(n)[0],n[1]):t(n)}catch(t){var o=e.return;throw void 0!==o&&r(o.call(e)),t}}},6032:function(e,t,n){"use strict";var r=n(84719),i=n(11996),o=n(3844),a={};n(33341)(a,n(67574)("iterator"),(function(){return this})),e.exports=function(e,t,n){e.prototype=r(a,{next:i(1,n)}),o(e,t+" Iterator")}},98175:function(e,t,n){"use strict";var r=n(22750),i=n(92127),o=n(28859),a=n(33341),s=n(60906),u=n(6032),l=n(3844),c=n(40627),d=n(67574)("iterator"),h=!([].keys&&"next"in[].keys()),f="keys",m="values",p=function(){return this};e.exports=function(e,t,n,_,y,g,v){u(n,t,_);var b,M,w,L=function(e){if(!h&&e in Y)return Y[e];switch(e){case f:case m:return function(){return new n(this,e)}}return function(){return new n(this,e)}},k=t+" Iterator",T=y==m,S=!1,Y=e.prototype,D=Y[d]||Y["@@iterator"]||y&&Y[y],E=D||L(y),x=y?T?L("entries"):E:void 0,O="Array"==t&&Y.entries||D;if(O&&(w=c(O.call(new e)))!==Object.prototype&&w.next&&(l(w,k,!0),r||"function"==typeof w[d]||a(w,d,p)),T&&D&&D.name!==m&&(S=!0,E=function(){return D.call(this)}),r&&!v||!h&&!S&&Y[d]||a(Y,d,E),s[t]=E,s[k]=p,y)if(b={values:T?E:L(m),keys:g?E:L(f),entries:x},v)for(M in b)M in Y||o(Y,M,b[M]);else i(i.P+i.F*(h||S),t,b);return b}},98931:function(e,t,n){var r=n(67574)("iterator"),i=!1;try{var o=[7][r]();o.return=function(){i=!0},Array.from(o,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!i)return!1;var n=!1;try{var o=[7],a=o[r]();a.next=function(){return{done:n=!0}},o[r]=function(){return a},e(o)}catch(e){}return n}},74970:function(e){e.exports=function(e,t){return{value:t,done:!!e}}},60906:function(e){e.exports={}},22750:function(e){e.exports=!1},75551:function(e){var t=Math.expm1;e.exports=!t||t(10)>22025.465794806718||t(10)<22025.465794806718||-2e-17!=t(-2e-17)?function(e){return 0==(e=+e)?e:e>-1e-6&&e<1e-6?e+e*e/2:Math.exp(e)-1}:t},72122:function(e,t,n){var r=n(3733),i=Math.pow,o=i(2,-52),a=i(2,-23),s=i(2,127)*(2-a),u=i(2,-126);e.exports=Math.fround||function(e){var t,n,i=Math.abs(e),l=r(e);return is||n!=n?l*(1/0):l*n}},71473:function(e){e.exports=Math.log1p||function(e){return(e=+e)>-1e-8&&e<1e-8?e-e*e/2:Math.log(1+e)}},3733:function(e){e.exports=Math.sign||function(e){return 0==(e=+e)||e!=e?e:e<0?-1:1}},12988:function(e,t,n){var r=n(4415)("meta"),i=n(43305),o=n(57917),a=n(47967).f,s=0,u=Object.isExtensible||function(){return!0},l=!n(79448)((function(){return u(Object.preventExtensions({}))})),c=function(e){a(e,r,{value:{i:"O"+ ++s,w:{}}})},d=e.exports={KEY:r,NEED:!1,fastKey:function(e,t){if(!i(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!o(e,r)){if(!u(e))return"F";if(!t)return"E";c(e)}return e[r].i},getWeak:function(e,t){if(!o(e,r)){if(!u(e))return!0;if(!t)return!1;c(e)}return e[r].w},onFreeze:function(e){return l&&d.NEED&&u(e)&&!o(e,r)&&c(e),e}}},31384:function(e,t,n){var r=n(67526),i=n(2780).set,o=r.MutationObserver||r.WebKitMutationObserver,a=r.process,s=r.Promise,u="process"==n(55089)(a);e.exports=function(){var e,t,n,l=function(){var r,i;for(u&&(r=a.domain)&&r.exit();e;){i=e.fn,e=e.next;try{i()}catch(r){throw e?n():t=void 0,r}}t=void 0,r&&r.enter()};if(u)n=function(){a.nextTick(l)};else if(!o||r.navigator&&r.navigator.standalone)if(s&&s.resolve){var c=s.resolve(void 0);n=function(){c.then(l)}}else n=function(){i.call(r,l)};else{var d=!0,h=document.createTextNode("");new o(l).observe(h,{characterData:!0}),n=function(){h.data=d=!d}}return function(r){var i={fn:r,next:void 0};t&&(t.next=i),e||(e=i,n()),t=i}}},24258:function(e,t,n){"use strict";var r=n(63387);function i(e){var t,n;this.promise=new e((function(e,r){if(void 0!==t||void 0!==n)throw TypeError("Bad Promise constructor");t=e,n=r})),this.resolve=r(t),this.reject=r(n)}e.exports.f=function(e){return new i(e)}},28206:function(e,t,n){"use strict";var r=n(1763),i=n(51311),o=n(1060),a=n(8449),s=n(18270),u=n(61249),l=Object.assign;e.exports=!l||n(79448)((function(){var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach((function(e){t[e]=e})),7!=l({},e)[n]||Object.keys(l({},t)).join("")!=r}))?function(e,t){for(var n=s(e),l=arguments.length,c=1,d=o.f,h=a.f;l>c;)for(var f,m=u(arguments[c++]),p=d?i(m).concat(d(m)):i(m),_=p.length,y=0;_>y;)f=p[y++],r&&!h.call(m,f)||(n[f]=m[f]);return n}:l},84719:function(e,t,n){var r=n(4228),i=n(21626),o=n(86140),a=n(40766)("IE_PROTO"),s=function(){},u="prototype",l=function(){var e,t=n(46034)("iframe"),r=o.length;for(t.style.display="none",n(61308).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write("