Sha256: fdf1d2affdde1608269556e28f50b609eca32adda35b21ba0de59581c2aa073d

Contents?: true

Size: 1.85 KB

Versions: 15

Compression:

Stored size: 1.85 KB

Contents

import{P as PbEnhancedElement,d as debounce}from"./lib-CuCy3_xO.js";const KIT_SELECTOR='[class^="pb_"][class*="_kit"]';const ERROR_MESSAGE_SELECTOR=".pb_body_kit_negative";const FORM_SELECTOR='form[data-pb-form-validation="true"]';const REQUIRED_FIELDS_SELECTOR="input[required],textarea[required],select[required]";const FIELD_EVENTS=["change","valid","invalid"];class PbFormValidation extends PbEnhancedElement{static get selector(){return FORM_SELECTOR}connect(){this.formValidationFields.forEach((field=>{FIELD_EVENTS.forEach((e=>{field.addEventListener(e,debounce((event=>{this.validateFormField(event)}),250),false)}))}))}validateFormField(event){event.preventDefault();const{target:target}=event;target.setCustomValidity("");const isValid=event.target.validity.valid;if(isValid){this.clearError(target)}else{this.showValidationMessage(target)}}showValidationMessage(target){const{parentElement:parentElement}=target;this.clearError(target);parentElement.closest(KIT_SELECTOR).classList.add("error");const errorMessageContainer=this.errorMessageContainer;if(target.dataset.message)target.setCustomValidity(target.dataset.message);errorMessageContainer.innerHTML=target.validationMessage;parentElement.appendChild(errorMessageContainer)}clearError(target){const{parentElement:parentElement}=target;parentElement.closest(KIT_SELECTOR).classList.remove("error");const errorMessageContainer=parentElement.querySelector(ERROR_MESSAGE_SELECTOR);if(errorMessageContainer)errorMessageContainer.remove()}get errorMessageContainer(){const errorContainer=document.createElement("div");const kitClassName=ERROR_MESSAGE_SELECTOR.replace(/\./,"");errorContainer.classList.add(kitClassName);return errorContainer}get formValidationFields(){return this._formValidationFields=this._formValidationFields||this.element.querySelectorAll(REQUIRED_FIELDS_SELECTOR)}}window.PbFormValidation=PbFormValidation;

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
playbook_ui-14.9.0.pre.alpha.play1703errorstatealignment5060 dist/chunks/pb_form_validation-D37k10a0.js
playbook_ui-14.10.0.pre.rc.20 dist/chunks/pb_form_validation-D37k10a0.js
playbook_ui-14.10.0.pre.rc.19 dist/chunks/pb_form_validation-D37k10a0.js
playbook_ui-14.10.0.pre.rc.18 dist/chunks/pb_form_validation-D37k10a0.js
playbook_ui-14.9.0.pre.alpha.PLAY1660reactdropzone5020 dist/chunks/pb_form_validation-D37k10a0.js
playbook_ui-14.10.0.pre.rc.17 dist/chunks/pb_form_validation-D37k10a0.js
playbook_ui-14.10.0.pre.rc.16 dist/chunks/pb_form_validation-D37k10a0.js
playbook_ui-14.9.0.pre.alpha.play17004992 dist/chunks/pb_form_validation-D37k10a0.js
playbook_ui-14.9.0.pre.alpha.play1703errorstatealignment4991 dist/chunks/pb_form_validation-D37k10a0.js
playbook_ui-14.10.0.pre.rc.15 dist/chunks/pb_form_validation-D37k10a0.js
playbook_ui-14.9.0.pre.alpha.PLAY16264952 dist/chunks/pb_form_validation-D37k10a0.js
playbook_ui-14.9.0.pre.alpha.PLAY1731inputmasking4927 dist/chunks/pb_form_validation-D37k10a0.js
playbook_ui-14.9.0.pre.alpha.play1742globalheightfixes4926 dist/chunks/pb_form_validation-D37k10a0.js
playbook_ui-14.9.0.pre.alpha.play1742globalheightfixes4925 dist/chunks/pb_form_validation-D37k10a0.js
playbook_ui-14.10.0.pre.rc.14 dist/chunks/pb_form_validation-D37k10a0.js