<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">(()=&gt;{"use strict";!function(e){var t={};function r(n){if(t[n])return t[n].exports;var i=t[n]={i:n,l:!1,exports:{}};return e[n].call(i.exports,i,i.exports,r),i.l=!0,i.exports}r.m=e,r.c=t,r.i=function(e){return e},r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:n})},r.n=function(e){var t=e&amp;&amp;e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s="./client/src/bundles/bundle.js")}({"./client/src/bundles/UserForms.js":function(e,t,r){var n=s(r(1)),i=s(r(0));function s(e){return e&amp;&amp;e.__esModule?e:{default:e}}(0,n.default)(document).ready((function(e){var t={},r={show:function(){this.$el.attr("aria-hidden",!1).show()},hide:function(){this.$el.attr("aria-hidden",!0).hide()}};function n(t){return this.$el=t instanceof e?t:e(t),this.$el.find("h4").text(i.default._t("UserForms.ERROR_CONTAINER_HEADER","Please correct the following errors and try again:")),this}function s(r){var i=this;this.$el=r instanceof e?r:e(r);var s=this.$el.closest(".userform").data("inst");return this.$elButton=e(".step-button-wrapper[data-for='"+this.$el.prop("id")+"']"),this.viewed=!1,this.valid=!1,this.id=null,this.hide(),t.DISPLAY_ERROR_MESSAGES_AT_TOP&amp;&amp;(this.errorContainer=new n(this.$el.find(".error-container")),s.$el.on("userform.form.error",(function(t,r){i.$el.is(":visible")&amp;&amp;e.each(r.errorList,(function(t,r){i.errorContainer.updateErrorMessage(e(r.element),r.message)}))})),s.$el.on("userform.form.valid",(function(e,t){i.errorContainer.removeErrorMessage(t)}))),this.$elButton.on("userform.field.hide userform.field.show",(function(){s.$el.trigger("userform.form.conditionalstep")})),this}function o(t){var r=this;this.$el=t instanceof e?t:e(t),this.$buttons=this.$el.find(".step-button-jump"),this.$jsAlign=this.$el.find(".js-align");var n=this.$el.closest(".userform").data("inst");return this.$buttons.each((function(t,n){e(n).on("click",(function(t){t.preventDefault();var n=parseInt(e(t.target).data("step"),10);r.$el.trigger("userform.progress.changestep",n)}))})),n.$el.on("userform.form.changestep",(function(e,t){r.update(t)})),n.$el.on("userform.form.conditionalstep",(function(){var t=r.$buttons.filter(":visible");t.each((function(t,r){e(r).text(t+1)})),r.$el.find(".progress-bar").attr("aria-valuemax",t.length),r.$el.find(".total-step-number").text(t.length)})),this.$jsAlign.each((function(t,n){var i=e(n),s=100/(r.$jsAlign.length-1)*t+"%",o=i.innerWidth()/2*-1;i.css({left:s,marginLeft:o}),t===r.$jsAlign.length-1?i.css({marginLeft:2*o}):0===t&amp;&amp;i.css({marginLeft:0})})),this}function a(t){var r=this;this.$el=t instanceof e?t:e(t);var n=this.$el.closest(".userform");this.userformInstance=n.data("inst"),this.$prevButton=this.$el.find(".step-button-prev"),this.$nextButton=this.$el.find(".step-button-next"),this.$prevButton.parent().attr("aria-hidden",!1).show(),this.$nextButton.parent().attr("aria-hidden",!1).show();var i=function(){var t=n.offset();e("html, body").animate({scrollTop:t.top},"slow")};return this.$prevButton.on("click",(function(e){e.preventDefault(),i(),r.$el.trigger("userform.action.prev")})),this.$nextButton.on("click",(function(e){e.preventDefault(),i(),r.$el.trigger("userform.action.next")})),this.userformInstance.$el.on("userform.form.changestep userform.form.conditionalstep",(function(){r.update()})),this}function l(t){var r=this;return this.$el=t instanceof e?t:e(t),this.steps=[],this.errorContainer=new n(this.$el.children(".error-container")),this.$el.on("userform.action.prev",(function(){r.prevStep()})),this.$el.on("userform.action.next",(function(){r.nextStep()})),this.$el.find(".userform-progress").on("userform.progress.changestep",(function(e,t){r.jumpToStep(t-1)})),this.$el.on("userform.form.valid",(function(e,t){r.errorContainer.removeStepLink(t)})),this.$el.validate(this.validationOptions),this.$el.find(".optionset.requiredField input").each((function(t,r){e(r).rules("add",{required:!0})})),this}n.prototype.hasErrors=function(){return this.$el.find(".error-list").children().length&gt;0},n.prototype.removeErrorMessage=function(e){this.$el.find("#"+e+"-top-error").remove(),this.hasErrors()||this.hide()},n.prototype.addStepLink=function(t){var r=this.$el.closest(".userform").data("inst"),n=t.$el.attr("id")+"-error-link",i=this.$el.find("#"+n),s=t.$el.attr("id"),o=t.$el.data("title");i.length||((i=e('&lt;li id="'+n+'"&gt;&lt;a href="#'+s+'"&gt;'+o+"&lt;/a&gt;&lt;/li&gt;")).on("click",(function(e){e.preventDefault(),r.jumpToStep(t.id)})),this.$el.find(".error-list").append(i))},n.prototype.removeStepLink=function(t){var r=e("#"+t).closest(".form-step").attr("id");this.$el.find("#"+r+"-error-link").remove(),this.$el.find(".error-list").is(":empty")&amp;&amp;this.hide()},n.prototype.updateErrorMessage=function(t,r){var n=this,i=t.attr("id"),s="#"+i,o=i+"-top-error",a=e("#"+o),l=t.attr("aria-describedby");r?(a.removeClass("fixed"),this.show(),1===a.length?a.show().find("a").html(r):(t.closest(".field[id]").each((function(){var t=e(n).attr("id");t&amp;&amp;(s="#"+t)})),(a=e("&lt;li&gt;&lt;a&gt;&lt;/a&gt;&lt;/li&gt;")).attr("id",o).find("a").attr("href",location.pathname+location.search+s).html(r),this.$el.find("ul").append(a),l?l.match(new RegExp("\\b"+o+"\\b"))||(l+=" "+o):l=o,t.attr("aria-describedby",l))):a.addClass("fixed")},s.prototype.conditionallyHidden=function(){return!this.$elButton.find("button").is(":visible")},o.prototype.update=function(t){var r=e(this.$el.parent(".userform").find(".form-step")[t]),n=0,i=t/(this.$buttons.length-1)*100;this.$buttons.each((function(r,i){return!(r&gt;t)&amp;&amp;(e(i).is(":visible")&amp;&amp;(n+=1),!0)})),this.$el.find(".current-step-number").each((function(t,r){e(r).text(n)})),this.$el.find("[aria-valuenow]").each((function(t,r){e(r).attr("aria-valuenow",n)})),this.$buttons.each((function(t,r){var i=e(r),s=i.parent();if(parseInt(i.data("step"),10)===n&amp;&amp;i.is(":visible"))return s.addClass("current viewed"),void i.removeAttr("disabled");s.removeClass("current")})),this.$el.siblings(".progress-title").text(r.data("title")),i=i?i+"%":"",this.$el.find(".progress-bar").width(i)},a.prototype.update=function(){var e=this.userformInstance.steps.length,t=this.userformInstance.currentStep?this.userformInstance.currentStep.id:0,r=null;for(this.$el.find(".step-button-prev")[0===t?"hide":"show"](),r=e-1;r&gt;=0;r--)if(!this.userformInstance.steps[r].conditionallyHidden()){this.$el.find(".step-button-next")[t&gt;=r?"hide":"show"](),this.$el.find(".btn-toolbar")[t&gt;=r?"show":"hide"]();break}},l.prototype.validationOptions={ignore:":hidden,ul",errorClass:"error",errorElement:"span",errorPlacement:function(e,t){e.addClass("message"),t.is(":radio")||t.parents(".checkboxset").length&gt;0||t.is(".product-disclosure")?e.appendTo(t.closest(".middleColumn, .field")):t.parents(".checkbox").length&gt;0?e.appendTo(t.closest(".field")):e.insertAfter(t)},invalidHandler:function(e,t){setTimeout((function(){var e=t.currentElements.filter(".error").first();e.hasClass("hasDatepicker")?e[0].scrollIntoView():e.focus()}),50)},submitHandler:function(t){var r=!0,n=e(t).closest(".userform").data("inst");n.currentStep&amp;&amp;(n.currentStep.valid=e(t).valid());var i=e(t).find('.product-disclosure input[type="checkbox"]');if(i.length&amp;&amp;!sessionStorage.getItem("disclosure-viewed")&amp;&amp;(r=!1,i.prop("checked",!1),i.valid()),e.each(n.steps,(function(e,t){t.valid||t.conditionallyHidden()||(r=!1,n.errorContainer.addStepLink(t))})),r){var s=e(t).find(".field.requiredField.hide input");s.length&gt;0&amp;&amp;s.removeAttr("required aria-required data-rule-required").valid(),e(t).removeClass("dirty"),t.submit(),sessionStorage.removeItem("disclosure-viewed"),n.$el.trigger("userform.form.submit")}else n.errorContainer.show()},success:function(t){var r=e(t).closest(".userform").data("inst"),n=e(t).attr("id"),i=n.substr(0,n.indexOf("-error")).replace(/[\\[\\]]/,"");t.remove(),r.$el.trigger("userform.form.valid",[i])}},l.prototype.addStep=function(e){e instanceof s&amp;&amp;(e.id=this.steps.length,this.steps.push(e))},l.prototype.setCurrentStep=function(e){e instanceof s&amp;&amp;(this.currentStep=e,this.currentStep.show(),this.currentStep.viewed=!0,this.currentStep.$el.addClass("viewed"))},l.prototype.jumpToStep=function(e,t){var r,n=this.steps[e],i=void 0===t||t;void 0!==n&amp;&amp;(n.conditionallyHidden()?i?this.jumpToStep(e+1,t):this.jumpToStep(e-1,t):(r=this.$el.valid(),this.currentStep.valid=r,!1===r&amp;&amp;!1===n.viewed||(this.currentStep.hide(),this.setCurrentStep(n),this.$el.trigger("userform.form.changestep",[n.id]))))},l.prototype.nextStep=function(){this.jumpToStep(this.steps.indexOf(this.currentStep)+1,!0)},l.prototype.prevStep=function(){this.jumpToStep(this.steps.indexOf(this.currentStep)-1,!1)},e(".userform").each((function(u,d){var f=this,c=e(d);if(0!==c.length){t.ENABLE_LIVE_VALIDATION=void 0!==c.data("livevalidation"),t.DISPLAY_ERROR_MESSAGES_AT_TOP=void 0!==c.data("toperrors"),!1===t.ENABLE_LIVE_VALIDATION&amp;&amp;e.extend(l.prototype.validationOptions,{onfocusout:!1}),t.DISPLAY_ERROR_MESSAGES_AT_TOP&amp;&amp;e.extend(l.prototype.validationOptions,{invalidHandler:function(e,t){c.trigger("userform.form.error",[t])},onfocusout:!1}),c.find(".userform-progress, .step-navigation").attr("aria-hidden",!1).show(),e.extend(s.prototype,r),e.extend(n.prototype,r);var p=new l(c);c.data("inst",p),t.HIDE_FIELD_LABELS&amp;&amp;c.find("label.left").each((function(){var t=e(f);e('[name="'+t.attr("for")+'"]').attr("placeholder",t.text()),t.remove()})),p.$el.find(".form-step").each((function(e,t){var r=new s(t);p.addStep(r)})),p.setCurrentStep(p.steps[0]);var h=c.find(".userform-progress");if(h.length)new o(h).update(0);var m=c.find(".step-navigation");if(m.length)new a(m).update();e(document).on("click","input.text[data-showcalendar]",(function(){var t=e(f);t.ssDatepicker(),t.data("datepicker")&amp;&amp;t.datepicker("show")})),setInterval((function(){e.ajax({url:"UserDefinedFormController/ping"})}),18e4),void 0!==c.areYouSure&amp;&amp;c.areYouSure({message:i.default._t("UserForms.LEAVE_CONFIRMATION","You have unsaved changes!")})}}))}))},"./client/src/bundles/bundle.js":function(e,t,r){r("./client/src/bundles/UserForms.js")},0:function(e,t){e.exports=i18n},1:function(e,t){e.exports=jQuery}})})();</pre></body></html>