43 lines
34 KiB
JavaScript
43 lines
34 KiB
JavaScript
!function(t,r){"object"==typeof exports&&"object"==typeof module?module.exports=r():"function"==typeof define&&define.amd?define("vue-formulate",[],r):"object"==typeof exports?exports["vue-formulate"]=r():t["vue-formulate"]=r()}("undefined"!=typeof self?self:this,function(){return function(t){function r(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}var e={};return r.m=t,r.c=e,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},r.p="",r(r.s=9)}([function(t,r,e){"use strict";function n(){p=!1}function o(t){if(!t)return void(f!==h&&(f=h,n()));if(t!==f){if(t.length!==h.length)throw new Error("Custom alphabet for shortid must be "+h.length+" unique characters. You submitted "+t.length+" characters: "+t);var r=t.split("").filter(function(t,r,e){return r!==e.lastIndexOf(t)});if(r.length)throw new Error("Custom alphabet for shortid must be "+h.length+" unique characters. These characters were not unique: "+r.join(", "));f=t,n()}}function i(t){return o(t),f}function a(t){d.seed(t),l!==t&&(n(),l=t)}function u(){f||o(h);for(var t,r=f.split(""),e=[],n=d.nextValue();r.length>0;)n=d.nextValue(),t=Math.floor(n*r.length),e.push(r.splice(t,1)[0]);return e.join("")}function s(){return p||(p=u())}function c(t){return s()[t]}var f,l,p,d=e(27),h="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_-";t.exports={characters:i,seed:a,lookup:c,shuffled:s}},function(t,r,e){t.exports=e(10)},function(t,r,e){"use strict";function n(t){return!0===o(t)&&"[object Object]"===Object.prototype.toString.call(t)}/*!
|
|
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
|
*
|
|
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
* Released under the MIT License.
|
|
*/
|
|
var o=e(15);t.exports=function(t){var r,e;return!1!==n(t)&&("function"==typeof(r=t.constructor)&&(e=r.prototype,!1!==n(e)&&!1!==e.hasOwnProperty("isPrototypeOf")))}},function(t,r){t.exports=function(t,r,e,n,o,i){var a,u=t=t||{},s=typeof t.default;"object"!==s&&"function"!==s||(a=t,u=t.default);var c="function"==typeof u?u.options:u;r&&(c.render=r.render,c.staticRenderFns=r.staticRenderFns,c._compiled=!0),e&&(c.functional=!0),o&&(c._scopeId=o);var f;if(i?(f=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),n&&n.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(i)},c._ssrRegister=f):n&&(f=n),f){var l=c.functional,p=l?c.render:c.beforeCreate;l?(c._injectStyles=f,c.render=function(t,r){return f.call(r),p(t,r)}):c.beforeCreate=p?[].concat(p,f):[f]}return{esModule:a,exports:u,options:c}}},function(t,r,e){"use strict";function n(t){return function(){var r=t.apply(this,arguments);return new Promise(function(t,e){function n(o,i){try{var a=r[o](i),u=a.value}catch(t){return void e(t)}if(!a.done)return Promise.resolve(u).then(function(t){n("next",t)},function(t){n("throw",t)});t(u)}return n("next")})}}Object.defineProperty(r,"__esModule",{value:!0});var o=e(1),i=function(t){return t&&t.__esModule?t:{default:t}}(o),a=e(5);r.default={props:{name:{type:String,required:!0},module:{type:[String,Boolean],default:function(){return this.$formulate.options.vuexModule}},initial:{type:Object,default:function(){return{}}}},data:function(){return{parentIdentifier:"vue-formulate-wrapper-element"}},computed:{m:function(){return this.module?this.module+"/":""},hasErrors:function(){return this.$store.getters[this.m+"hasErrors"][this.name]||!1},values:function(){return this.$store.getters[this.m+"formValues"][this.name]||{}},errors:function(){return this.$store.getters[this.m+"formErrors"][this.name]||{}},validationErrors:function(){return this.$store.getters[this.m+"formValidationErrors"][this.name]||{}},fields:function(){return this.$formulate.fields(this.$vnode)}},created:function(){this.hydrate(this.initial)},methods:{hydrate:function(t){var r=!0,e=!1,n=void 0;try{for(var o,i=this.fields[Symbol.iterator]();!(r=(o=i.next()).done);r=!0){var a=o.value;this.$store.commit(this.m+"setFieldValue",{field:a.name,value:t[a.name],form:this.name})}}catch(t){e=!0,n=t}finally{try{!r&&i.return&&i.return()}finally{if(e)throw n}}this.updateFormValidation()},update:function(t){this.$store.commit(this.m+"setFieldValue",Object.assign(t,{form:this.name})),this.updateFormValidation()},updateFieldErrors:function(t){this.$store.commit(this.m+"setFieldErrors",Object.assign(t,{form:this.name}))},updateFieldValidationErrors:function(t){this.$store.commit(this.m+"setFieldValidationErrors",Object.assign(t,{form:this.name}))},validateField:function(){function t(t){return r.apply(this,arguments)}var r=n(i.default.mark(function t(r){var e,n=r.field,o=r.validation;return i.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,this.$formulate.validationErrors({field:n,value:this.values[n]},o,this.values);case 2:return e=t.sent,(0,a.equals)(e,this.validationErrors[n]||[])||this.updateFieldValidationErrors({field:n,errors:e}),t.abrupt("return",e);case 5:case"end":return t.stop()}},t,this)}));return t}(),updateFormValidation:function(){var t=this;this.fields.map(function(){var r=n(i.default.mark(function r(e){return i.default.wrap(function(r){for(;;)switch(r.prev=r.next){case 0:return r.abrupt("return",t.validateField({field:e.name,validation:e.validation}));case 1:case"end":return r.stop()}},r,t)}));return function(t){return r.apply(this,arguments)}}())},submit:function(){alert("submitting form")}}}},function(t,r,e){"use strict";function n(t,r){var e=t.length;if(e!==r.length)return!1;for(var n=0;n<e;n++)if(t[n]!==r[n])return!1;return!0}function o(t,r){var e=(0,s.default)(t);for(var n in e)e[n]=r(n,e[n]);return e}function i(t,r){var e={};for(var n in t)r(n,t[n])&&(e[n]=t[n]);return e}function a(t,r,e){for(var n in t)e=r(e,n,t[n]);return e}Object.defineProperty(r,"__esModule",{value:!0}),r.inputTypes=void 0,r.equals=n,r.map=o,r.filter=i,r.reduce=a;var u=e(14),s=function(t){return t&&t.__esModule?t:{default:t}}(u);r.inputTypes={text:["text","email","number","color","date","datetime-local","hidden","month","password","radio","range","search","tel","time","url","week"],button:["submit","button"],list:["select"]}},function(t,r,e){"use strict";/*!
|
|
* for-in <https://github.com/jonschlinkert/for-in>
|
|
*
|
|
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
* Released under the MIT License.
|
|
*/
|
|
t.exports=function(t,r,e){for(var n in t)if(!1===r.call(e,t[n],n,t))break}},function(t,r,e){"use strict";function n(t,r,e){return r in t?Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[r]=e,t}Object.defineProperty(r,"__esModule",{value:!0});var o=e(5),i=e(25),a=function(t){return t&&t.__esModule?t:{default:t}}(i);r.default={props:{type:{type:[String,Boolean],default:"text"},name:{type:String,required:!0},initial:{type:[String,Boolean],default:!1},validation:{type:[String,Boolean],default:!1},errors:{type:Array,default:function(){return[]}},label:{type:[String,Boolean],default:!1},id:{type:[String],default:function(){return a.default.generate()}}},computed:{hasCustomInput:function(){return this.$slots.default&&this.$slots.default.length},isTextInput:function(){return!this.hasCustomInput&&o.inputTypes.text.includes(this.type)},isButtonInput:function(){return!this.hasCustomInput&&o.inputTypes.button.includes(this.type)},isListInput:function(){return!this.hasCustomInput&&o.inputTypes.list.includes(this.type)},form:function(){for(var t=this.$parent;t&&t.$data&&"vue-formulate-wrapper-element"!==t.$data.parentIdentifier;)t=t.$parent;if(!t.$data||"vue-formulate-wrapper-element"!==t.$data.parentIdentifier)throw new Error("FormulateElement has no FormulateWrapper element");return t},values:function(){return this.form.values},value:function(){return this.values[this.name]},module:function(){return this.form.$props.module},formName:function(){return this.form.$props.name},validationErrors:function(){return this.form.validationErrors[this.name]||[]},storeErrors:function(){return this.form.errors[this.name]||[]},localAndValidationErrors:function(){return this.errors.concat(this.validationErrors)},attributes:function(){return this.$props},val:{set:function(t){this.form.update({field:this.name,value:t}),this.$refs.input.value=t},get:function(){return this.value}}},watch:{errors:function(){this.form.updateFieldErrors({field:this.name,errors:this.localAndValidationErrors})}},created:function(){!1!==this.initial&&this.form.hydrate(n({},this.name,this.initial))}}},function(t,r,e){"use strict";function n(t,r){for(var e,n=0,i="";!e;)i+=t(r>>4*n&15|o()),e=r<Math.pow(16,n+1),n++;return i}var o=e(28);t.exports=n},function(t,r,e){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}function o(t){if(Array.isArray(t)){for(var r=0,e=Array(t.length);r<t.length;r++)e[r]=t[r];return e}return Array.from(t)}function i(t){return function(){var r=t.apply(this,arguments);return new Promise(function(t,e){function n(o,i){try{var a=r[o](i),u=a.value}catch(t){return void e(t)}if(!a.done)return Promise.resolve(u).then(function(t){n("next",t)},function(t){n("throw",t)});t(u)}return n("next")})}}function a(t,r){if(!(t instanceof r))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(r,"__esModule",{value:!0}),r.mapModels=void 0;var u=e(1),s=n(u),c=function(){function t(t,r){var e=[],n=!0,o=!1,i=void 0;try{for(var a,u=t[Symbol.iterator]();!(n=(a=u.next()).done)&&(e.push(a.value),!r||e.length!==r);n=!0);}catch(t){o=!0,i=t}finally{try{!n&&u.return&&u.return()}finally{if(o)throw i}}return e}return function(r,e){if(Array.isArray(r))return r;if(Symbol.iterator in Object(r))return t(r,e);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),f=function(){function t(t,r){for(var e=0;e<r.length;e++){var n=r[e];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(r,e,n){return e&&t(r.prototype,e),n&&t(r,n),r}}(),l=e(12);Object.keys(l).forEach(function(t){"default"!==t&&"__esModule"!==t&&Object.defineProperty(r,t,{enumerable:!0,get:function(){return l[t]}})});var p=e(13),d=n(p),h=e(24),m=n(h),v=e(34),y=n(v),g=e(35),b=n(g),x=function(){function t(){a(this,t),this.defaultOptions={registerComponents:!0,tags:{Formulate:"formulate",FormulateElement:"formulate-element"},errors:{},rules:{},vuexModule:!1},this.errors=b.default,this.rules=y.default}return f(t,[{key:"install",value:function(t){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};t.prototype.$formulate=this,r=Object.assign(this.defaultOptions,r),r.registerComponents&&(t.component(r.tags.Formulate,d.default),t.component(r.tags.FormulateElement,m.default)),r.errors&&(this.errors=Object.assign(this.errors,r.errors)),r.rules&&(this.rules=Object.assign(this.rules,r.rules)),this.options=r}},{key:"parseRules",value:function(t){return t.split("|").map(function(t){return t.trim()}).map(function(t){return t.match(/([a-zA-Z0-9]+)\((.*)?\)/)||[null,t,""]}).map(function(t){var r=c(t,3),e=(r[0],r[1]),n=r[2];return Object.assign({},{rule:e},n?{args:n.split(",").map(function(t){return t.trim()})}:{args:[]})})}},{key:"errorFactory",value:function(t){return this.errors[t]?this.errors[t]:this.errors.default}},{key:"fields",value:function(t){var r=this,e=[],n=!1;return t&&t.componentOptions&&t.componentOptions.children&&t.componentOptions.children.length?n=t.componentOptions.children:t&&t.children&&t.children.length&&(n=t.children),n&&(e=e.concat(n.reduce(function(t,e){return e.componentOptions&&e.componentOptions.tag===r.options.tags.FormulateElement&&t.push(e.componentOptions.propsData),t.concat(r.fields(e))},[]))),e}},{key:"validationErrors",value:function(){function t(t,e,n){return r.apply(this,arguments)}var r=i(s.default.mark(function t(r,e,n){var i=r.field,a=r.value,u=this;return s.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",!!e&&Promise.all(this.parseRules(e).map(function(t){var r,e=t.rule,s=t.args;return(r=u.rules)[e].apply(r,[{field:i,value:a,error:u.errorFactory(e),values:n}].concat(o(s)))})).then(function(t){return t.reduce(function(t,r){return r?Array.isArray(t)?t.concat(r):[r]:t},!1)}));case 1:case"end":return t.stop()}},t,this)}));return t}()}]),t}(),w=new x;r.default=w;r.mapModels=function(t){var r={};for(var e in t)!function(e){var n=t[e].split("/"),o=c(n,2),i=o[0],a=o[1];r[e]={set:function(t){var r=w.options.vuexModule?w.options.vuexModule+"/":"";this.$store.commit(r+"setFieldValue",{form:i,field:a,value:t})},get:function(){var t=w.options.vuexModule?w.options.vuexModule+"/":"";return this.$store.getters[t+"formValues"][i]?this.$store.getters[t+"formValues"][i][a]:""}}}(e);return r}},function(t,r,e){var n=function(){return this}()||Function("return this")(),o=n.regeneratorRuntime&&Object.getOwnPropertyNames(n).indexOf("regeneratorRuntime")>=0,i=o&&n.regeneratorRuntime;if(n.regeneratorRuntime=void 0,t.exports=e(11),o)n.regeneratorRuntime=i;else try{delete n.regeneratorRuntime}catch(t){n.regeneratorRuntime=void 0}},function(t,r){!function(r){"use strict";function e(t,r,e,n){var i=r&&r.prototype instanceof o?r:o,a=Object.create(i.prototype),u=new d(n||[]);return a._invoke=c(t,e,u),a}function n(t,r,e){try{return{type:"normal",arg:t.call(r,e)}}catch(t){return{type:"throw",arg:t}}}function o(){}function i(){}function a(){}function u(t){["next","throw","return"].forEach(function(r){t[r]=function(t){return this._invoke(r,t)}})}function s(t){function r(e,o,i,a){var u=n(t[e],t,o);if("throw"!==u.type){var s=u.arg,c=s.value;return c&&"object"==typeof c&&g.call(c,"__await")?Promise.resolve(c.__await).then(function(t){r("next",t,i,a)},function(t){r("throw",t,i,a)}):Promise.resolve(c).then(function(t){s.value=t,i(s)},a)}a(u.arg)}function e(t,e){function n(){return new Promise(function(n,o){r(t,e,n,o)})}return o=o?o.then(n,n):n()}var o;this._invoke=e}function c(t,r,e){var o=O;return function(i,a){if(o===k)throw new Error("Generator is already running");if(o===F){if("throw"===i)throw a;return m()}for(e.method=i,e.arg=a;;){var u=e.delegate;if(u){var s=f(u,e);if(s){if(s===P)continue;return s}}if("next"===e.method)e.sent=e._sent=e.arg;else if("throw"===e.method){if(o===O)throw o=F,e.arg;e.dispatchException(e.arg)}else"return"===e.method&&e.abrupt("return",e.arg);o=k;var c=n(t,r,e);if("normal"===c.type){if(o=e.done?F:A,c.arg===P)continue;return{value:c.arg,done:e.done}}"throw"===c.type&&(o=F,e.method="throw",e.arg=c.arg)}}}function f(t,r){var e=t.iterator[r.method];if(e===v){if(r.delegate=null,"throw"===r.method){if(t.iterator.return&&(r.method="return",r.arg=v,f(t,r),"throw"===r.method))return P;r.method="throw",r.arg=new TypeError("The iterator does not provide a 'throw' method")}return P}var o=n(e,t.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,P;var i=o.arg;return i?i.done?(r[t.resultName]=i.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=v),r.delegate=null,P):i:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,P)}function l(t){var r={tryLoc:t[0]};1 in t&&(r.catchLoc=t[1]),2 in t&&(r.finallyLoc=t[2],r.afterLoc=t[3]),this.tryEntries.push(r)}function p(t){var r=t.completion||{};r.type="normal",delete r.arg,t.completion=r}function d(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(l,this),this.reset(!0)}function h(t){if(t){var r=t[x];if(r)return r.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var e=-1,n=function r(){for(;++e<t.length;)if(g.call(t,e))return r.value=t[e],r.done=!1,r;return r.value=v,r.done=!0,r};return n.next=n}}return{next:m}}function m(){return{value:v,done:!0}}var v,y=Object.prototype,g=y.hasOwnProperty,b="function"==typeof Symbol?Symbol:{},x=b.iterator||"@@iterator",w=b.asyncIterator||"@@asyncIterator",_=b.toStringTag||"@@toStringTag",j="object"==typeof t,E=r.regeneratorRuntime;if(E)return void(j&&(t.exports=E));E=r.regeneratorRuntime=j?t.exports:{},E.wrap=e;var O="suspendedStart",A="suspendedYield",k="executing",F="completed",P={},S={};S[x]=function(){return this};var M=Object.getPrototypeOf,I=M&&M(M(h([])));I&&I!==y&&g.call(I,x)&&(S=I);var $=a.prototype=o.prototype=Object.create(S);i.prototype=$.constructor=a,a.constructor=i,a[_]=i.displayName="GeneratorFunction",E.isGeneratorFunction=function(t){var r="function"==typeof t&&t.constructor;return!!r&&(r===i||"GeneratorFunction"===(r.displayName||r.name))},E.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,a):(t.__proto__=a,_ in t||(t[_]="GeneratorFunction")),t.prototype=Object.create($),t},E.awrap=function(t){return{__await:t}},u(s.prototype),s.prototype[w]=function(){return this},E.AsyncIterator=s,E.async=function(t,r,n,o){var i=new s(e(t,r,n,o));return E.isGeneratorFunction(r)?i:i.next().then(function(t){return t.done?t.value:i.next()})},u($),$[_]="Generator",$[x]=function(){return this},$.toString=function(){return"[object Generator]"},E.keys=function(t){var r=[];for(var e in t)r.push(e);return r.reverse(),function e(){for(;r.length;){var n=r.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},E.values=h,d.prototype={constructor:d,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=v,this.done=!1,this.delegate=null,this.method="next",this.arg=v,this.tryEntries.forEach(p),!t)for(var r in this)"t"===r.charAt(0)&&g.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=v)},stop:function(){this.done=!0;var t=this.tryEntries[0],r=t.completion;if("throw"===r.type)throw r.arg;return this.rval},dispatchException:function(t){function r(r,n){return i.type="throw",i.arg=t,e.next=r,n&&(e.method="next",e.arg=v),!!n}if(this.done)throw t;for(var e=this,n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n],i=o.completion;if("root"===o.tryLoc)return r("end");if(o.tryLoc<=this.prev){var a=g.call(o,"catchLoc"),u=g.call(o,"finallyLoc");if(a&&u){if(this.prev<o.catchLoc)return r(o.catchLoc,!0);if(this.prev<o.finallyLoc)return r(o.finallyLoc)}else if(a){if(this.prev<o.catchLoc)return r(o.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return r(o.finallyLoc)}}}},abrupt:function(t,r){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc<=this.prev&&g.call(n,"finallyLoc")&&this.prev<n.finallyLoc){var o=n;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=r&&r<=o.finallyLoc&&(o=null);var i=o?o.completion:{};return i.type=t,i.arg=r,o?(this.method="next",this.next=o.finallyLoc,P):this.complete(i)},complete:function(t,r){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&r&&(this.next=r),P},finish:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.finallyLoc===t)return this.complete(e.completion,e.afterLoc),p(e),P}},catch:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.tryLoc===t){var n=e.completion;if("throw"===n.type){var o=n.arg;p(e)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,r,e){return this.delegate={iterator:h(t),resultName:r,nextLoc:e},"next"===this.method&&(this.arg=v),P}}}(function(){return this}()||Function("return this")())},function(t,r,e){"use strict";function n(t,r,e){return r in t?Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[r]=e,t}Object.defineProperty(r,"__esModule",{value:!0}),r.formulateModule=r.formulateMutations=r.formulateActions=r.formulateGetters=r.formulateState=void 0;var o=e(5),i=r.formulateState=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return function(){return Object.assign({values:{},errors:{},validationErrors:{}},t)}},a=r.formulateGetters=function(){var t=(arguments.length>0&&void 0!==arguments[0]&&arguments[0],arguments.length>1&&void 0!==arguments[1]?arguments[1]:{});return Object.assign({formValues:function(t){return t.values},formErrors:function(t){return t.errors},formValidationErrors:function(t){return t.validationErrors},hasErrors:function(t){return(0,o.map)(t.errors,function(t,r){return(0,o.reduce)(r,function(t,r,e){return t||!!e.length},!1)})}},t)},u=r.formulateActions=function(){var t=(arguments.length>0&&void 0!==arguments[0]&&arguments[0],arguments.length>1&&void 0!==arguments[1]?arguments[1]:{});return Object.assign({},t)},s=r.formulateMutations=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return Object.assign({setFieldValue:function(t,r){var e=r.form,o=r.field,i=r.value;t.values=Object.assign({},t.values,n({},e,Object.assign({},t.values[e]||{},n({},o,i))))},setFieldErrors:function(t,r){var e=r.form,o=r.field,i=r.errors;t.errors=Object.assign({},t.errors,n({},e,Object.assign({},t.errors[e]||{},n({},o,i))))},setFieldValidationErrors:function(t,r){var e=r.form,o=r.field,i=r.errors;t.validationErrors=Object.assign({},t.validationErrors,n({},e,Object.assign({},t.validationErrors[e]||{},n({},o,i))))}},t)};r.formulateModule=function(t){return{state:i(),getters:a(t),actions:u(t),mutations:s()}}},function(t,r,e){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e(4),o=e.n(n);for(var i in n)"default"!==i&&function(t){e.d(r,t,function(){return n[t]})}(i);var a=e(23),u=e(3),s=u(o.a,a.a,!1,null,null,null);s.options.__file="src/components/Formulate.vue",r.default=s.exports},function(t,r,e){"use strict";function n(t,r){switch(s(t)){case"object":return o(t,r);case"array":return i(t,r);default:return u(t)}}function o(t,r){if(a(t)||!0===r&&"object"===s(t)){var e={};return c(t,function(t,e){this[e]=n(t,r)},e),e}return"function"==typeof r?r(t):t}function i(t,r){for(var e=[],o=0;o<t.length;o++)e[o]=n(t[o],r);return e}var a=e(2),u=e(16),s=e(21),c=e(22);t.exports=n},function(t,r,e){"use strict";/*!
|
|
* isobject <https://github.com/jonschlinkert/isobject>
|
|
*
|
|
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
* Released under the MIT License.
|
|
*/
|
|
t.exports=function(t){return null!=t&&"object"==typeof t&&!1===Array.isArray(t)}},function(t,r,e){"use strict";function n(t){var r=a(t);return n.hasOwnProperty(r)?n[r](t):t}/*!
|
|
* shallow-clone <https://github.com/jonschlinkert/shallow-clone>
|
|
*
|
|
* Copyright (c) 2015-2017, Jon Schlinkert.
|
|
* Released under the MIT License.
|
|
*/
|
|
var o=e(17),i=e(18),a=e(20);n.array=function(t){return t.slice()},n.date=function(t){return new Date(+t)},n.object=function(t){return o(t)?i({},t):t},n.map=function(t){return new Map(t)},n.regexp=function(t){var r="";return r+=t.multiline?"m":"",r+=t.global?"g":"",r+=t.ignoreCase?"i":"",new RegExp(t.source,r)},n.set=function(t){return new Set(t)},t.exports=n},function(t,r,e){"use strict";/*!
|
|
* is-extendable <https://github.com/jonschlinkert/is-extendable>
|
|
*
|
|
* Copyright (c) 2015-2017, Jon Schlinkert.
|
|
* Released under the MIT License.
|
|
*/
|
|
var n=e(2);t.exports=function(t){return n(t)||"function"==typeof t||Array.isArray(t)}},function(t,r,e){"use strict";function n(t,r){o(r)&&i(r,function(r,e){t[e]=r})}var o=e(19),i=e(6);t.exports=function(t,r){if(!o(t))throw new TypeError("expected the first argument to be an object");for(var e=arguments.length,i=0;++i<e;)n(t,arguments[i]);return t}},function(t,r,e){"use strict";/*!
|
|
* is-extendable <https://github.com/jonschlinkert/is-extendable>
|
|
*
|
|
* Copyright (c) 2015-2017, Jon Schlinkert.
|
|
* Released under the MIT License.
|
|
*/
|
|
var n=e(2);t.exports=function(t){return n(t)||"function"==typeof t||Array.isArray(t)}},function(t,r){function e(t){return t.constructor?t.constructor.name:null}function n(t){return Array.isArray?Array.isArray(t):t instanceof Array}function o(t){return t instanceof Error||"string"==typeof t.message&&t.constructor&&"number"==typeof t.constructor.stackTraceLimit}function i(t){return t instanceof Date||"function"==typeof t.toDateString&&"function"==typeof t.getDate&&"function"==typeof t.setDate}function a(t){return t instanceof RegExp||"string"==typeof t.flags&&"boolean"==typeof t.ignoreCase&&"boolean"==typeof t.multiline&&"boolean"==typeof t.global}function u(t,r){return"GeneratorFunction"===e(t)}function s(t){return"function"==typeof t.throw&&"function"==typeof t.return&&"function"==typeof t.next}function c(t){try{if("number"==typeof t.length&&"function"==typeof t.callee)return!0}catch(t){if(-1!==t.message.indexOf("callee"))return!0}return!1}function f(t){return!(!t.constructor||"function"!=typeof t.constructor.isBuffer)&&t.constructor.isBuffer(t)}var l=Object.prototype.toString;t.exports=function(t){if(void 0===t)return"undefined";if(null===t)return"null";var r=typeof t;if("boolean"===r)return"boolean";if("string"===r)return"string";if("number"===r)return"number";if("symbol"===r)return"symbol";if("function"===r)return u(t)?"generatorfunction":"function";if(n(t))return"array";if(f(t))return"buffer";if(c(t))return"arguments";if(i(t))return"date";if(o(t))return"error";if(a(t))return"regexp";switch(e(t)){case"Symbol":return"symbol";case"Promise":return"promise";case"WeakMap":return"weakmap";case"WeakSet":return"weakset";case"Map":return"map";case"Set":return"set";case"Int8Array":return"int8array";case"Uint8Array":return"uint8array";case"Uint8ClampedArray":return"uint8clampedarray";case"Int16Array":return"int16array";case"Uint16Array":return"uint16array";case"Int32Array":return"int32array";case"Uint32Array":return"uint32array";case"Float32Array":return"float32array";case"Float64Array":return"float64array"}if(s(t))return"generator";switch(r=l.call(t)){case"[object Object]":return"object";case"[object Map Iterator]":return"mapiterator";case"[object Set Iterator]":return"setiterator";case"[object String Iterator]":return"stringiterator";case"[object Array Iterator]":return"arrayiterator"}return r.slice(8,-1).toLowerCase().replace(/\s/g,"")}},function(t,r){function e(t){return t.constructor?t.constructor.name:null}function n(t){return Array.isArray?Array.isArray(t):t instanceof Array}function o(t){return t instanceof Error||"string"==typeof t.message&&t.constructor&&"number"==typeof t.constructor.stackTraceLimit}function i(t){return t instanceof Date||"function"==typeof t.toDateString&&"function"==typeof t.getDate&&"function"==typeof t.setDate}function a(t){return t instanceof RegExp||"string"==typeof t.flags&&"boolean"==typeof t.ignoreCase&&"boolean"==typeof t.multiline&&"boolean"==typeof t.global}function u(t,r){return"GeneratorFunction"===e(t)}function s(t){return"function"==typeof t.throw&&"function"==typeof t.return&&"function"==typeof t.next}function c(t){try{if("number"==typeof t.length&&"function"==typeof t.callee)return!0}catch(t){if(-1!==t.message.indexOf("callee"))return!0}return!1}function f(t){return!(!t.constructor||"function"!=typeof t.constructor.isBuffer)&&t.constructor.isBuffer(t)}var l=Object.prototype.toString;t.exports=function(t){if(void 0===t)return"undefined";if(null===t)return"null";var r=typeof t;if("boolean"===r)return"boolean";if("string"===r)return"string";if("number"===r)return"number";if("symbol"===r)return"symbol";if("function"===r)return u(t)?"generatorfunction":"function";if(n(t))return"array";if(f(t))return"buffer";if(c(t))return"arguments";if(i(t))return"date";if(o(t))return"error";if(a(t))return"regexp";switch(e(t)){case"Symbol":return"symbol";case"Promise":return"promise";case"WeakMap":return"weakmap";case"WeakSet":return"weakset";case"Map":return"map";case"Set":return"set";case"Int8Array":return"int8array";case"Uint8Array":return"uint8array";case"Uint8ClampedArray":return"uint8clampedarray";case"Int16Array":return"int16array";case"Uint16Array":return"uint16array";case"Int32Array":return"int32array";case"Uint32Array":return"uint32array";case"Float32Array":return"float32array";case"Float64Array":return"float64array"}if(s(t))return"generator";switch(r=l.call(t)){case"[object Object]":return"object";case"[object Map Iterator]":return"mapiterator";case"[object Set Iterator]":return"setiterator";case"[object String Iterator]":return"stringiterator";case"[object Array Iterator]":return"arrayiterator"}return r.slice(8,-1).toLowerCase().replace(/\s/g,"")}},function(t,r,e){"use strict";/*!
|
|
* for-own <https://github.com/jonschlinkert/for-own>
|
|
*
|
|
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
* Released under the MIT License.
|
|
*/
|
|
var n=e(6),o=Object.prototype.hasOwnProperty;t.exports=function(t,r,e){n(t,function(n,i){if(o.call(t,i))return r.call(e,t[i],i,t)})}},function(t,r,e){"use strict";var n=function(){var t=this,r=t.$createElement;return(t._self._c||r)("form",{staticClass:"formulate-element",on:{submit:function(r){r.preventDefault(),t.submit(r)}}},[t._t("default")],2)},o=[];n._withStripped=!0;var i={render:n,staticRenderFns:o};r.a=i},function(t,r,e){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n=e(7),o=e.n(n);for(var i in n)"default"!==i&&function(t){e.d(r,t,function(){return n[t]})}(i);var a=e(33),u=e(3),s=u(o.a,a.a,!1,null,null,null);s.options.__file="src/components/FormulateElement.vue",r.default=s.exports},function(t,r,e){"use strict";t.exports=e(26)},function(t,r,e){"use strict";function n(r){return u.seed(r),t.exports}function o(r){return l=r,t.exports}function i(t){return void 0!==t&&u.characters(t),u.shuffled()}function a(){return c(l)}var u=e(0),s=(e(8),e(29)),c=e(30),f=e(31),l=e(32)||0;t.exports=a,t.exports.generate=a,t.exports.seed=n,t.exports.worker=o,t.exports.characters=i,t.exports.decode=s,t.exports.isValid=f},function(t,r,e){"use strict";function n(){return(i=(9301*i+49297)%233280)/233280}function o(t){i=t}var i=1;t.exports={nextValue:n,seed:o}},function(t,r,e){"use strict";function n(){if(!o||!o.getRandomValues)return 48&Math.floor(256*Math.random());var t=new Uint8Array(1);return o.getRandomValues(t),48&t[0]}var o="object"==typeof window&&(window.crypto||window.msCrypto);t.exports=n},function(t,r,e){"use strict";function n(t){var r=o.shuffled();return{version:15&r.indexOf(t.substr(0,1)),worker:15&r.indexOf(t.substr(1,1))}}var o=e(0);t.exports=n},function(t,r,e){"use strict";function n(t){var r="",e=Math.floor(.001*(Date.now()-s));return e===i?o++:(o=0,i=e),r+=a(u.lookup,c),r+=a(u.lookup,t),o>0&&(r+=a(u.lookup,o)),r+=a(u.lookup,e)}var o,i,a=e(8),u=e(0),s=1459707606518,c=6;t.exports=n},function(t,r,e){"use strict";function n(t){if(!t||"string"!=typeof t||t.length<6)return!1;for(var r=o.characters(),e=t.length,n=0;n<e;n++)if(-1===r.indexOf(t[n]))return!1;return!0}var o=e(0);t.exports=n},function(t,r,e){"use strict";t.exports=0},function(t,r,e){"use strict";var n=function(){var t=this,r=t.$createElement,e=t._self._c||r;return e("div",{staticClass:"formulate-element"},[e("div",{staticClass:"formulate-element-input-wrapper"},[t.label&&t.isTextInput?e("label",{attrs:{for:t.id},domProps:{textContent:t._s(t.label)}}):t._e(),t._v(" "),"checkbox"===t.type&&t.isTextInput?e("input",{directives:[{name:"model",rawName:"v-model",value:t.val,expression:"val"}],ref:"input",attrs:{name:t.name,id:t.id,type:"checkbox"},domProps:{checked:Array.isArray(t.val)?t._i(t.val,null)>-1:t.val},on:{change:function(r){var e=t.val,n=r.target,o=!!n.checked;if(Array.isArray(e)){var i=t._i(e,null);n.checked?i<0&&(t.val=e.concat([null])):i>-1&&(t.val=e.slice(0,i).concat(e.slice(i+1)))}else t.val=o}}}):"radio"===t.type&&t.isTextInput?e("input",{directives:[{name:"model",rawName:"v-model",value:t.val,expression:"val"}],ref:"input",attrs:{name:t.name,id:t.id,type:"radio"},domProps:{checked:t._q(t.val,null)},on:{change:function(r){t.val=null}}}):t.isTextInput?e("input",{directives:[{name:"model",rawName:"v-model",value:t.val,expression:"val"}],ref:"input",attrs:{name:t.name,id:t.id,type:t.type},domProps:{value:t.val},on:{input:function(r){r.target.composing||(t.val=r.target.value)}}}):t._e(),t._v(" "),t.isButtonInput?e("button",{attrs:{type:t.type,disabled:"submit"===t.type&&t.form.hasErrors},domProps:{textContent:t._s(t.label||t.name)}}):t._e(),t._v(" "),t.hasCustomInput?t._t("default"):t._e()],2),t._v(" "),t.localAndValidationErrors.length?e("ul",{staticClass:"formulate-errors"},t._l(t.localAndValidationErrors,function(r){return e("li",{key:r,domProps:{textContent:t._s(r)}})})):t._e()])},o=[];n._withStripped=!0;var i={render:n,staticRenderFns:o};r.a=i},function(t,r,e){"use strict";function n(t){return function(){var r=t.apply(this,arguments);return new Promise(function(t,e){function n(o,i){try{var a=r[o](i),u=a.value}catch(t){return void e(t)}if(!a.done)return Promise.resolve(u).then(function(t){n("next",t)},function(t){n("throw",t)});t(u)}return n("next")})}}Object.defineProperty(r,"__esModule",{value:!0});var o=e(1),i=function(t){return t&&t.__esModule?t:{default:t}}(o);r.default={required:function(){function t(t,e){return r.apply(this,arguments)}var r=n(i.default.mark(function t(r,e){var n=(r.field,r.value),o=r.error,a=arguments;return i.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",!n&&o.apply(void 0,a));case 1:case"end":return t.stop()}},t,this)}));return t}(),email:function(){function t(t,e){return r.apply(this,arguments)}var r=n(i.default.mark(function t(r,e){var n,o=(r.field,r.value),a=r.error,u=arguments;return i.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return n=/^(?:[a-z0-9!#$%&'*+\/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+\/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$/,t.abrupt("return",!(!o||n.test(o.toLowerCase()))&&a.apply(void 0,u));case 2:case"end":return t.stop()}},t,this)}));return t}(),confirmed:function(){function t(t,e,n){return r.apply(this,arguments)}var r=n(i.default.mark(function t(r,e,n){var o=r.field,a=r.value,u=r.error,s=r.values,c=arguments;return i.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return n=n||o+"_confirmation",t.abrupt("return",!(!a||a===s[n])&&u.apply(void 0,c));case 2:case"end":return t.stop()}},t,this)}));return t}()}},function(t,r,e){"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r.default={required:function(t,r){var e=t.field;t.value;return(r||e)+" is required"},email:function(t,r){t.field,t.value;return(r||"Email address")+" is invalid."},confirmed:function(t,r){var e=t.field;t.value;return(r||e)+" does not match the confirmation field."},default:function(t){var r=t.field;t.value;return"The "+r+" field is invalid."}}}])}); |