/var/www/vhosts/bsbdokum.com.tr/httpdocs/app/Themes/default/assets/js
NameSizeModeActions
aos.js142430644editdlrm
app.js39360644editdlrm
bootstrap-dropdownhover.min.js51640644editdlrm
bootstrap.bundle.min.js784680644editdlrm
bootstrap.bundle.min.js.map3272610644editdlrm
fancybox.js602610644editdlrm
formcontrol-min.js422520644editdlrm
isotope.pkgd.min.js354450644editdlrm
jquery-3.6.0.min.js895010644editdlrm
jquery-ui.js5287350644editdlrm
jquery.magnify.js755480644editdlrm
jquery.marquee.min.js56380644editdlrm
lightslider.js480860644editdlrm
lity.min.js66390644editdlrm
sabit.js28980644editdlrm
swiper-bundle.min.js1463710644editdlrm
wow.min.js81550644editdlrm
Edit: /var/www/vhosts/bsbdokum.com.tr/httpdocs/app/Themes/default/assets/js/formcontrol-min.js (42252B)
var _slice=Array.prototype.slice,_slicedToArray=function(){return function(t,e){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return function(t,e){var i=[],r=!0,n=!1,s=void 0;try{for(var a,o=t[Symbol.iterator]();!(r=(a=o.next()).done)&&(i.push(a.value),!e||i.length!==e);r=!0);}catch(t){n=!0,s=t}finally{try{!r&&o.return&&o.return()}finally{if(n)throw s}}return i}(t,e);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),_extends=Object.assign||function(t){for(var e=1;e1)throw Error("Second argument not supported");if("object"!=typeof e)throw TypeError("Argument must be an object");t.prototype=e;var i=new t;return t.prototype=null,i}}(),_SubmitSelector:'input[type="submit"], button:submit'},n={namespace:"data-parsley-",inputs:"input, textarea, select",excluded:"input[type=button], input[type=submit], input[type=reset], input[type=hidden]",priorityEnabled:!0,multiple:null,group:null,uiEnabled:!0,validationThreshold:3,focus:"first",trigger:!1,triggerAfterFailure:"input",errorClass:"parsley-error is-invalid",successClass:"parsley-success is-valid",classHandler:function(t){},errorsContainer:function(t){},errorsWrapper:'',errorTemplate:"
  • "},s=function(){this.__id__=r.generateID()};s.prototype={asyncSupport:!0,_pipeAccordingToValidationResult:function(){var e=this,i=function(){var i=t.Deferred();return!0!==e.validationResult&&i.reject(),i.resolve().promise()};return[i,i]},actualizeOptions:function(){return r.attr(this.element,this.options.namespace,this.domOptions),this.parent&&this.parent.actualizeOptions&&this.parent.actualizeOptions(),this},_resetOptions:function(t){for(var e in this.domOptions=r.objectCreate(this.parent.options),this.options=r.objectCreate(this.domOptions),t)t.hasOwnProperty(e)&&(this.options[e]=t[e]);this.actualizeOptions()},_listeners:null,on:function(t,e){return this._listeners=this._listeners||{},(this._listeners[t]=this._listeners[t]||[]).push(e),this},subscribe:function(e,i){t.listenTo(this,e.toLowerCase(),i)},off:function(t,e){var i=this._listeners&&this._listeners[t];if(i)if(e)for(var r=i.length;r--;)i[r]===e&&i.splice(r,1);else delete this._listeners[t];return this},unsubscribe:function(e,i){t.unsubscribeTo(this,e.toLowerCase())},trigger:function(t,e,i){e=e||this;var r,n=this._listeners&&this._listeners[t];if(n)for(var s=n.length;s--;)if(!1===(r=n[s].call(e,e,i)))return r;return!this.parent||this.parent.trigger(t,e,i)},asyncIsValid:function(t,e){return r.warnOnce("asyncIsValid is deprecated; please use whenValid instead"),this.whenValid({group:t,force:e})},_findRelated:function(){return this.options.multiple?t(this.parent.element.querySelectorAll("["+this.options.namespace+'multiple="'+this.options.multiple+'"]')):this.$element}};var a=function(e){t.extend(!0,this,e)};a.prototype={validate:function(t,e){if(this.fn)return arguments.length>3&&(e=[].slice.call(arguments,1,-1)),this.fn(t,e);if(Array.isArray(t)){if(!this.validateMultiple)throw"Validator `"+this.name+"` does not handle multiple values";return this.validateMultiple.apply(this,arguments)}var i=arguments[arguments.length-1];if(this.validateDate&&i._isDateInput())return arguments[0]=r.parse.date(arguments[0]),null!==arguments[0]&&this.validateDate.apply(this,arguments);if(this.validateNumber)return!isNaN(t)&&(arguments[0]=parseFloat(arguments[0]),this.validateNumber.apply(this,arguments));if(this.validateString)return this.validateString.apply(this,arguments);throw"Validator `"+this.name+"` only handles multiple values"},parseRequirements:function(e,i){if("string"!=typeof e)return Array.isArray(e)?e:[e];var n=this.requirementType;if(Array.isArray(n)){for(var s=function(t,e){var i=t.match(/^\s*\[(.*)\]\s*$/);if(!i)throw'Requirement is not an array: "'+t+'"';var n=i[1].split(",").map(r.trimString);if(n.length!==e)throw"Requirement has "+n.length+" values when "+e+" are needed";return n}(e,n.length),a=0;a1?n-1:0),a=1;a0},validateString:function(t){return/\S/.test(t)},priority:512},type:{validateString:function(t,e){var i=arguments.length<=2||void 0===arguments[2]?{}:arguments[2],r=i.step,n=void 0===r?"any":r,s=i.base,a=void 0===s?0:s,o=l[e];if(!o)throw new Error("validator type `"+e+"` is not supported");if(!o.test(t))return!1;if("number"===e&&!/^any$/i.test(n||"")){var d=Number(t),h=Math.max(u(n),u(a));if(u(d)>h)return!1;var p=function(t){return Math.round(t*Math.pow(10,h))};if((p(d)-p(a))%p(n)!=0)return!1}return!0},requirementType:{"":"string",step:"string",base:"number"},priority:256},pattern:{validateString:function(t,e){return e.test(t)},requirementType:"regexp",priority:64},minlength:{validateString:function(t,e){return t.length>=e},requirementType:"integer",priority:30},maxlength:{validateString:function(t,e){return t.length<=e},requirementType:"integer",priority:30},length:{validateString:function(t,e,i){return t.length>=e&&t.length<=i},requirementType:["integer","integer"],priority:30},mincheck:{validateMultiple:function(t,e){return t.length>=e},requirementType:"integer",priority:30},maxcheck:{validateMultiple:function(t,e){return t.length<=e},requirementType:"integer",priority:30},check:{validateMultiple:function(t,e,i){return t.length>=e&&t.length<=i},requirementType:["integer","integer"],priority:30},min:h(function(t,e){return t>=e}),max:h(function(t,e){return t<=e}),range:h(function(t,e,i){return t>=e&&t<=i}),equalto:{validateString:function(e,i){var r=t(i);return r.length?e===r.val():e===i},priority:256}}};var p={};p.Form={_actualizeTriggers:function(){var t=this;this.$element.on("submit.Parsley",function(e){t.onSubmitValidate(e)}),this.$element.on("click.Parsley",r._SubmitSelector,function(e){t.onSubmitButton(e)}),!1!==this.options.uiEnabled&&this.element.setAttribute("novalidate","")},focus:function(){if(this._focusedField=null,!0===this.validationResult||"none"===this.options.focus)return null;for(var t=0;t0&&void 0===e.options.noFocus&&(this._focusedField=e.$element,"first"===this.options.focus))break}return null===this._focusedField?null:this._focusedField.focus()},_destroyUI:function(){this.$element.off(".Parsley")}},p.Field={_reflowUI:function(){if(this._buildUI(),this._ui){var t=function t(e,i,r){for(var n=[],s=[],a=0;a0?this._errorClass():this._resetClass()},_manageErrorsMessages:function(e){if(void 0===this.options.errorsMessagesDisabled){if(void 0!==this.options.errorMessage)return e.added.length||e.kept.length?(this._insertErrorWrapper(),0===this._ui.$errorsWrapper.find(".parsley-custom-error-message").length&&this._ui.$errorsWrapper.append(t(this.options.errorTemplate).addClass("parsley-custom-error-message")),this._ui.$errorsWrapper.addClass("filled").find(".parsley-custom-error-message").html(this.options.errorMessage)):this._ui.$errorsWrapper.removeClass("filled").find(".parsley-custom-error-message").remove();for(var i=0;i').appendTo(this.$element)),i.attr({name:e.getAttribute("name"),value:e.getAttribute("value")})}this.$element.trigger(_extends(t.Event("submit"),{parsley:!0}))}},validate:function(e){if(arguments.length>=1&&!t.isPlainObject(e)){r.warnOnce("Calling validate on a parsley form without passing arguments as an object is deprecated.");var i=_slice.call(arguments);e={group:i[0],force:i[1],event:i[2]}}return f[this.whenValidate(e).state()]},whenValidate:function(){var e,i=this,n=arguments.length<=0||void 0===arguments[0]?{}:arguments[0],s=n.group,a=n.force,o=n.event;this.submitEvent=o,o&&(this.submitEvent=_extends({},o,{preventDefault:function(){r.warnOnce("Using `this.submitEvent.preventDefault()` is deprecated; instead, call `this.validationResult = false`"),i.validationResult=!1}})),this.validationResult=!0,this._trigger("validate"),this._refreshFields();var l=this._withoutReactualizingFormOptions(function(){return t.map(i.fields,function(t){return t.whenValidate({force:a,group:s})})});return(e=r.all(l).done(function(){i._trigger("success")}).fail(function(){i.validationResult=!1,i.focus(),i._trigger("error")}).always(function(){i._trigger("validated")})).pipe.apply(e,_toConsumableArray(this._pipeAccordingToValidationResult()))},isValid:function(e){if(arguments.length>=1&&!t.isPlainObject(e)){r.warnOnce("Calling isValid on a parsley form without passing arguments as an object is deprecated.");var i=_slice.call(arguments);e={group:i[0],force:i[1]}}return f[this.whenValid(e).state()]},whenValid:function(){var e=this,i=arguments.length<=0||void 0===arguments[0]?{}:arguments[0],n=i.group,s=i.force;this._refreshFields();var a=this._withoutReactualizingFormOptions(function(){return t.map(e.fields,function(t){return t.whenValid({group:n,force:s})})});return r.all(a)},refresh:function(){return this._refreshFields(),this},reset:function(){for(var t=0;t=1&&!t.isPlainObject(e)&&(r.warnOnce("Calling validate on a parsley field without passing arguments as an object is deprecated."),e={options:e});var i=this.whenValidate(e);if(!i)return!0;switch(i.state()){case"pending":return null;case"resolved":return!0;case"rejected":return this.validationResult}},whenValidate:function(){var t,e=this,i=arguments.length<=0||void 0===arguments[0]?{}:arguments[0],r=i.force,n=i.group;if(this.refresh(),!n||this._isInGroup(n))return this.value=this.getValue(),this._trigger("validate"),(t=this.whenValid({force:r,value:this.value,_refreshed:!0}).always(function(){e._reflowUI()}).done(function(){e._trigger("success")}).fail(function(){e._trigger("error")}).always(function(){e._trigger("validated")})).pipe.apply(t,_toConsumableArray(this._pipeAccordingToValidationResult()))},hasConstraints:function(){return 0!==this.constraints.length},needsValidation:function(t){return void 0===t&&(t=this.getValue()),!(!t.length&&!this._isRequired()&&void 0===this.options.validateIfEmpty)},_isInGroup:function(e){return Array.isArray(this.options.group)?-1!==t.inArray(e,this.options.group):this.options.group===e},isValid:function(e){if(arguments.length>=1&&!t.isPlainObject(e)){r.warnOnce("Calling isValid on a parsley field without passing arguments as an object is deprecated.");var i=_slice.call(arguments);e={force:i[0],value:i[1]}}var n=this.whenValid(e);return!n||v[n.state()]},whenValid:function(){var e=this,i=arguments.length<=0||void 0===arguments[0]?{}:arguments[0],n=i.force,s=void 0!==n&&n,a=i.value,o=i.group;if(i._refreshed||this.refresh(),!o||this._isInGroup(o)){if(this.validationResult=!0,!this.hasConstraints())return t.when();if(null==a&&(a=this.getValue()),!this.needsValidation(a)&&!0!==s)return t.when();var l=this._getGroupedConstraints(),u=[];return t.each(l,function(i,n){var s=r.all(t.map(n,function(t){return e._validateConstraint(a,t)}));if(u.push(s),"rejected"===s.state())return!1}),r.all(u)}},_validateConstraint:function(e,i){var n=this,s=i.validate(e,this);return!1===s&&(s=t.Deferred().reject()),r.all([s]).fail(function(t){n.validationResult instanceof Array||(n.validationResult=[]),n.validationResult.push({assert:i,errorMessage:"string"==typeof t&&t})})},getValue:function(){var t;return null==(t="function"==typeof this.options.value?this.options.value(this):void 0!==this.options.value?this.options.value:this.$element.val())?"":this._handleWhitespace(t)},reset:function(){return this._resetUI(),this._trigger("reset")},destroy:function(){this._destroyUI(),this.$element.removeData("Parsley"),this.$element.removeData("FieldMultiple"),this._trigger("destroy")},refresh:function(){return this._refreshConstraints(),this},_refreshConstraints:function(){return this.actualizeOptions()._bindConstraints()},refreshConstraints:function(){return r.warnOnce("Parsley's refreshConstraints is deprecated. Please use refresh"),this.refresh()},addConstraint:function(t,e,i,r){if(window.Parsley._validatorRegistry.validators[t]){var n=new m(this,t,e,i,r);"undefined"!==this.constraintsByName[n.name]&&this.removeConstraint(n.name),this.constraints.push(n),this.constraintsByName[n.name]=n}return this},removeConstraint:function(t){for(var e=0;e1){var i=[];return this.each(function(){i.push(t(this).parsley(e))}),i}if(0!=this.length)return new w(this[0],e)},void 0===window.ParsleyExtend&&(window.ParsleyExtend={}),F.options=_extends(r.objectCreate(n),window.ParsleyConfig),window.ParsleyConfig=F.options,window.Parsley=window.psly=F,F.Utils=r,window.ParsleyUtils={},t.each(r,function(t,e){"function"==typeof e&&(window.ParsleyUtils[t]=function(){return r.warnOnce("Accessing `window.ParsleyUtils` is deprecated. Use `window.Parsley.Utils` instead."),r[t].apply(r,arguments)})});var C=window.Parsley._validatorRegistry=new o(window.ParsleyConfig.validators,window.ParsleyConfig.i18n);window.ParsleyValidator={},t.each("setLocale addCatalog addMessage addMessages getErrorMessage formatMessage addValidator updateValidator removeValidator hasValidator".split(" "),function(t,e){window.Parsley[e]=function(){return C[e].apply(C,arguments)},window.ParsleyValidator[e]=function(){var t;return r.warnOnce("Accessing the method '"+e+"' through Validator is deprecated. Simply call 'window.Parsley."+e+"(...)'"),(t=window.Parsley)[e].apply(t,arguments)}}),window.Parsley.UI=p,window.ParsleyUI={removeError:function(t,e,i){var n=!0!==i;return r.warnOnce("Accessing UI is deprecated. Call 'removeError' on the instance directly. Please comment in issue 1073 as to your need to call this method."),t.removeError(e,{updateClass:n})},getErrorsMessages:function(t){return r.warnOnce("Accessing UI is deprecated. Call 'getErrorsMessages' on the instance directly."),t.getErrorsMessages()}},t.each("addError updateError".split(" "),function(t,e){window.ParsleyUI[e]=function(t,i,n,s,a){var o=!0!==a;return r.warnOnce("Accessing UI is deprecated. Call '"+e+"' on the instance directly. Please comment in issue 1073 as to your need to call this method."),t[e](i,{message:n,assert:s,updateClass:o})}}),!1!==window.ParsleyConfig.autoBind&&t(function(){t("[data-parsley-validate]").length&&t("[data-parsley-validate]").parsley()});var A=t({}),E=function(){r.warnOnce("Parsley's pubsub module is deprecated; use the 'on' and 'off' methods on parsley instances or window.Parsley")};function x(t,e){return t.parsleyAdaptedCallback||(t.parsleyAdaptedCallback=function(){var i=Array.prototype.slice.call(arguments,0);i.unshift(this),t.apply(e||A,i)}),t.parsleyAdaptedCallback}var $="parsley:";function P(t){return 0===t.lastIndexOf($,0)?t.substr($.length):t}return t.listen=function(t,e){var i;if(E(),"object"==typeof arguments[1]&&"function"==typeof arguments[2]&&(i=arguments[1],e=arguments[2]),"function"!=typeof e)throw new Error("Wrong parameters");window.Parsley.on(P(t),x(e,i))},t.listenTo=function(t,e,i){if(E(),!(t instanceof y||t instanceof c))throw new Error("Must give Parsley instance");if("string"!=typeof e||"function"!=typeof i)throw new Error("Wrong parameters");t.on(P(e),x(i))},t.unsubscribe=function(t,e){if(E(),"string"!=typeof t||"function"!=typeof e)throw new Error("Wrong arguments");window.Parsley.off(P(t),e.parsleyAdaptedCallback)},t.unsubscribeTo=function(t,e){if(E(),!(t instanceof y||t instanceof c))throw new Error("Must give Parsley instance");t.off(P(e))},t.unsubscribeAll=function(e){E(),window.Parsley.off(P(e)),t("form,input,textarea,select").each(function(){var i=t(this).data("Parsley");i&&i.off(P(e))})},t.emit=function(t,e){var i;E();var r=e instanceof y||e instanceof c,n=Array.prototype.slice.call(arguments,r?2:1);n.unshift(P(t)),r||(e=window.Parsley),(i=e).trigger.apply(i,_toConsumableArray(n))},t.extend(!0,F,{asyncValidators:{default:{fn:function(t){return t.status>=200&&t.status<300},url:!1},reverse:{fn:function(t){return t.status<200||t.status>=300},url:!1}},addAsyncValidator:function(t,e,i,r){return F.asyncValidators[t]={fn:e,url:i||!1,options:r||{}},this}}),F.addValidator("remote",{requirementType:{"":"string",validator:"string",reverse:"boolean",options:"object"},validateString:function(e,i,r,n){var s,a,o={},l=r.validator||(!0===r.reverse?"reverse":"default");if(void 0===F.asyncValidators[l])throw new Error("Calling an undefined async validator: `"+l+"`");(i=F.asyncValidators[l].url||i).indexOf("{value}")>-1?i=i.replace("{value}",encodeURIComponent(e)):o[n.element.getAttribute("name")||n.element.getAttribute("id")]=e;var u=t.extend(!0,r.options||{},F.asyncValidators[l].options);s=t.extend(!0,{},{url:i,data:o,type:"GET"},u),n.trigger("field:ajaxoptions",n,s),a=t.param(s),void 0===F._remoteCache&&(F._remoteCache={});var d=F._remoteCache[a]=F._remoteCache[a]||t.ajax(s),h=function(){var e=F.asyncValidators[l].fn.call(n,d,i,r);return e||(e=t.Deferred().reject()),t.when(e)};return d.then(h,h)},priority:-1}),F.on("form:submit",function(){F._remoteCache={}}),s.prototype.addAsyncValidator=function(){return r.warnOnce("Accessing the method `addAsyncValidator` through an instance is deprecated. Simply call `Parsley.addAsyncValidator(...)`"),F.addAsyncValidator.apply(F,arguments)},F.addMessages("en",{defaultMessage:"This value seems to be invalid.",type:{email:"CEÇERSİZ E-POSTA ADRESİ",url:"GEÇERSİZ URL",number:"This value should be a valid number.",integer:"This value should be a valid integer.",digits:"This value should be digits.",alphanum:"This value should be alphanumeric."},notblank:"This value should not be blank.",required:"BU ALAN ZORUNLUDUR",pattern:"This value seems to be invalid.",min:"%s VEYA DAHA BÜYÜK BİR DEÄžER GİRİNİZ.",max:"This value should be lower than or equal to %s.",range:"This value should be between %s and %s.",minlength:"This value is too short. It should have %s characters or more.",maxlength:"This value is too long. It should have %s characters or fewer.",length:"This value length is invalid. It should be between %s and %s characters long.",mincheck:"EN AZ %s ADET SEÇMELİSİNİZ.",maxcheck:"You must select %s choices or fewer.",check:"You must select between %s and %s choices.",equalto:"This value should be the same."}),F.setLocale("en"),(new function(){var e=this,i=window||global;_extends(this,{isNativeEvent:function(t){return t.originalEvent&&!1!==t.originalEvent.isTrusted},fakeInputEvent:function(i){e.isNativeEvent(i)&&t(i.target).trigger("input")},misbehaves:function(i){e.isNativeEvent(i)&&(e.behavesOk(i),t(document).on("change.inputevent",i.data.selector,e.fakeInputEvent),e.fakeInputEvent(i))},behavesOk:function(i){e.isNativeEvent(i)&&t(document).off("input.inputevent",i.data.selector,e.behavesOk).off("change.inputevent",i.data.selector,e.misbehaves)},install:function(){if(!i.inputEventPatched){i.inputEventPatched="0.0.3";for(var r=["select",'input[type="checkbox"]','input[type="radio"]','input[type="file"]'],n=0;n