diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..fe91553
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,49 @@
+{
+ "name": "notfoundnl/siteboss-static",
+ "description": "Static build of the SiteBoss framework UI",
+ "keywords": [
+ "NotFound",
+ "laravel",
+ "siteboss-static"
+ ],
+ "homepage": "https://github.com/notfoundnl/siteboss-static",
+ "license": "AGPL-3.0-or-later",
+ "authors": [
+ {
+ "name": "NotFound Digital Creativity",
+ "email": "support@siteboss.nl",
+ "role": "Developer"
+ }
+ ],
+ "require": {
+ "spatie/laravel-package-tools": "^1.14.0"
+ },
+ "require-dev": {},
+ "autoload": {
+ "psr-4": {
+ "NotFound\\SitebossStatic\\": "src/"
+ },
+ "files": []
+ },
+ "autoload-dev": {
+ "psr-4": {}
+ },
+ "scripts": {
+ "post-update-cmd": [
+ "@php artisan vendor:publish --tag=laravel-assets --ansi --force"
+ ]
+ },
+ "config": {
+ "sort-packages": true,
+ "allow-plugins": {}
+ },
+ "extra": {
+ "laravel": {
+ "providers": [
+ "NotFound\\SitebossStatic\\SitebossStaticServiceProvider"
+ ]
+ }
+ },
+ "minimum-stability": "dev",
+ "prefer-stable": true
+}
\ No newline at end of file
diff --git a/src/SitebossStaticServiceProvider.php b/src/SitebossStaticServiceProvider.php
new file mode 100644
index 0000000..bb3992a
--- /dev/null
+++ b/src/SitebossStaticServiceProvider.php
@@ -0,0 +1,14 @@
+publishes([__DIR__.'/static/' => public_path('siteboss')], 'siteboss-static');
+ }
+}
diff --git a/src/static/css/preloader.css b/src/static/css/preloader.css
new file mode 100644
index 0000000..184ee74
--- /dev/null
+++ b/src/static/css/preloader.css
@@ -0,0 +1,44 @@
+body {
+ padding: 0;
+ margin: 0;
+}
+
+#sb-preload {
+ background: linear-gradient(#bbb, #fff, #fff, #bbb);
+ height: 100vh;
+ display: flex;
+ flex-direction: column;
+ align-content: center;
+ justify-content: center;
+ width: 100%;
+ align-items: center;
+}
+
+#sb-preload img {
+ height: 30%;
+ max-width: 60%;
+ max-height: 7rem;
+ width: 20rem;
+ transition: opacity 0.1s ease-in-out;
+ animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
+}
+
+#sb-preload h1 {
+ padding-top: 2rem;
+ font-size: 1.5rem;
+ max-height: 30%;
+ max-width: 30%;
+}
+
+@keyframes sk-circleBounceDelay {
+
+ 0%,
+ 80%,
+ 100% {
+ opacity: 0;
+ }
+
+ 40% {
+ opacity: 1;
+ }
+}
diff --git a/src/static/icon.png b/src/static/icon.png
new file mode 100644
index 0000000..ef540a9
Binary files /dev/null and b/src/static/icon.png differ
diff --git a/src/static/icons/favicon.ico b/src/static/icons/favicon.ico
new file mode 100644
index 0000000..04e82eb
Binary files /dev/null and b/src/static/icons/favicon.ico differ
diff --git a/src/static/icons/file.svg b/src/static/icons/file.svg
new file mode 100644
index 0000000..7099c57
--- /dev/null
+++ b/src/static/icons/file.svg
@@ -0,0 +1,40 @@
+
+
+
+
diff --git a/src/static/images/back.jpg b/src/static/images/back.jpg
new file mode 100644
index 0000000..b5452cc
Binary files /dev/null and b/src/static/images/back.jpg differ
diff --git a/src/static/images/checkbox.svg b/src/static/images/checkbox.svg
new file mode 100644
index 0000000..1a4dcdb
--- /dev/null
+++ b/src/static/images/checkbox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/static/images/loading.svg b/src/static/images/loading.svg
new file mode 100644
index 0000000..ca7b8e4
--- /dev/null
+++ b/src/static/images/loading.svg
@@ -0,0 +1,62 @@
+
\ No newline at end of file
diff --git a/src/static/images/logo.svg b/src/static/images/logo.svg
new file mode 100644
index 0000000..e564e98
--- /dev/null
+++ b/src/static/images/logo.svg
@@ -0,0 +1,17 @@
+
+
diff --git a/src/static/images/menu/bars.svg b/src/static/images/menu/bars.svg
new file mode 100644
index 0000000..26d915b
--- /dev/null
+++ b/src/static/images/menu/bars.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/src/static/images/question.svg b/src/static/images/question.svg
new file mode 100644
index 0000000..03f85eb
--- /dev/null
+++ b/src/static/images/question.svg
@@ -0,0 +1,19 @@
+
+
+
diff --git a/src/static/images/sb-mail-logo.png b/src/static/images/sb-mail-logo.png
new file mode 100644
index 0000000..b5149ce
Binary files /dev/null and b/src/static/images/sb-mail-logo.png differ
diff --git a/src/static/images/siteboss.svg b/src/static/images/siteboss.svg
new file mode 100644
index 0000000..6c1f35f
--- /dev/null
+++ b/src/static/images/siteboss.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/src/static/index.html b/src/static/index.html
new file mode 100644
index 0000000..ea25726
--- /dev/null
+++ b/src/static/index.html
@@ -0,0 +1,9 @@
+
+
+
+ SiteBoss
+
+
+ Momentje...
+
+
diff --git a/src/static/siteboss/static/02b7dc0.js b/src/static/siteboss/static/02b7dc0.js
new file mode 100644
index 0000000..fdc51b7
--- /dev/null
+++ b/src/static/siteboss/static/02b7dc0.js
@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[95],{833:function(t,r,e){"use strict";e.r(r);var n=e(38),o=(e(13),e(10),e(98),{asyncData:function(t){return Object(n.a)(regeneratorRuntime.mark((function r(){var e,n;return regeneratorRuntime.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return e=t.$axios,r.next=3,e.get("/forms/archive/");case 3:return n=r.sent,r.abrupt("return",{formList:n.data});case 5:case"end":return r.stop()}}),r)})))()},data:function(){return{formList:[]}},computed:{filteredForms:function(){return this.formList.filter((function(form){return"form"===form.type}))},filteredCombinations:function(){return this.formList.filter((function(form){return"combination"===form.type}))}},created:function(){var t=[{text:this.$t("forms.forms"),to:"/forms"},{text:this.$t("forms.archive"),to:"/forms/archive"}];this.$store.commit("setBreadcrumb",t)}}),f=e(63),component=Object(f.a)(o,(function(){var t=this,r=t._self._c;return r("div",[r("div",[r("h1",[t._v("Formulieren")]),t._v(" "),r("FormbuilderFormList",{attrs:{list:t.filteredForms},on:{"refresh-list":function(r){return t.$nuxt.refresh()}}})],1),t._v(" "),r("div",{staticClass:"mt-5"},[r("h1",[t._v("Combinaties")]),t._v(" "),r("FormbuilderFormList",{attrs:{list:t.filteredCombinations},on:{"refresh-list":function(r){return t.$nuxt.refresh()}}})],1)])}),[],!1,null,"43b16d38",null);r.default=component.exports;installComponents(component,{FormbuilderFormList:e(765).default})}}]);
\ No newline at end of file
diff --git a/src/static/siteboss/static/04c1446.js b/src/static/siteboss/static/04c1446.js
new file mode 100644
index 0000000..3e46217
--- /dev/null
+++ b/src/static/siteboss/static/04c1446.js
@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[130],{829:function(e,t,r){"use strict";r.r(t);var n="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_$",o=/[<>\b\f\n\r\t\0\u2028\u2029]/g,c=/^(?:do|if|in|for|int|let|new|try|var|byte|case|char|else|enum|goto|long|this|void|with|await|break|catch|class|const|final|float|short|super|throw|while|yield|delete|double|export|import|native|return|switch|throws|typeof|boolean|default|extends|finally|package|private|abstract|continue|debugger|function|volatile|interface|protected|transient|implements|instanceof|synchronized)$/,f={"<":"\\u003C",">":"\\u003E","/":"\\u002F","\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"},l=Object.getOwnPropertyNames(Object.prototype).sort().join("\0");function h(e){return Object(e)!==e}function y(e){if("string"==typeof e)return m(e);if(void 0===e)return"void 0";if(0===e&&1/e<0)return"-0";var t=String(e);return"number"==typeof e?t.replace(/^(-)?0\./,"$1."):t}function w(e){return Object.prototype.toString.call(e).slice(8,-1)}function O(e){return f[e]||e}function j(e){return e.replace(o,O)}function m(e){for(var t='"',i=0;i=55296&&code<=57343){var n=e.charCodeAt(i+1);t+=code<=56319&&n>=56320&&n<=57343?r+e[++i]:"\\u"+code.toString(16).toUpperCase()}else t+=r}return t+='"'}t.default=function(e){var t=new Map;!function e(r){if("function"==typeof r)throw new Error("Cannot stringify a function");if(t.has(r))t.set(r,t.get(r)+1);else if(t.set(r,1),!h(r))switch(w(r)){case"Number":case"String":case"Boolean":case"Date":case"RegExp":return;case"Array":r.forEach(e);break;case"Set":case"Map":Array.from(r).forEach(e);break;default:var n=Object.getPrototypeOf(r);if(n!==Object.prototype&&null!==n&&Object.getOwnPropertyNames(n).sort().join("\0")!==l)throw new Error("Cannot stringify arbitrary non-POJOs");if(Object.getOwnPropertySymbols(r).length>0)throw new Error("Cannot stringify POJOs with symbolic keys");Object.keys(r).forEach((function(t){return e(r[t])}))}}(e);var r=new Map;function o(e){if(r.has(e))return r.get(e);if(h(e))return y(e);var t=w(e);switch(t){case"Number":case"String":case"Boolean":return"Object("+o(e.valueOf())+")";case"RegExp":return"new RegExp("+m(e.source)+', "'+e.flags+'")';case"Date":return"new Date("+e.getTime()+")";case"Array":var n=e.map((function(t,i){return i in e?o(t):""})),c=0===e.length||e.length-1 in e?"":",";return"["+n.join(",")+c+"]";case"Set":case"Map":return"new "+t+"(["+Array.from(e).map(o).join(",")+"])";default:var f="{"+Object.keys(e).map((function(t){return function(e){return/^[_$a-zA-Z][_$a-zA-Z0-9]*$/.test(e)?e:j(JSON.stringify(e))}(t)+":"+o(e[t])})).join(",")+"}";return null===Object.getPrototypeOf(e)?Object.keys(e).length>0?"Object.assign(Object.create(null),"+f+")":"Object.create(null)":f}}Array.from(t).filter((function(e){return e[1]>1})).sort((function(a,b){return b[1]-a[1]})).forEach((function(e,i){r.set(e[0],function(e){var t="";do{t=n[e%n.length]+t,e=~~(e/n.length)-1}while(e>=0);return c.test(t)?t+"_":t}(i))}));var f=o(e);if(r.size){var O=[],v=[],d=[];return r.forEach((function(e,t){if(O.push(e),h(t))d.push(y(t));else switch(w(t)){case"Number":case"String":case"Boolean":d.push("Object("+o(t.valueOf())+")");break;case"RegExp":d.push(t.toString());break;case"Date":d.push("new Date("+t.getTime()+")");break;case"Array":d.push("Array("+t.length+")"),t.forEach((function(t,i){v.push(e+"["+i+"]="+o(t))}));break;case"Set":d.push("new Set"),v.push(e+"."+Array.from(t).map((function(e){return"add("+o(e)+")"})).join("."));break;case"Map":d.push("new Map"),v.push(e+"."+Array.from(t).map((function(e){var t=e[0],r=e[1];return"set("+o(t)+", "+o(r)+")"})).join("."));break;default:d.push(null===Object.getPrototypeOf(t)?"Object.create(null)":"{}"),Object.keys(t).forEach((function(r){v.push(""+e+function(e){return/^[_$a-zA-Z][_$a-zA-Z0-9]*$/.test(e)?"."+e:"["+j(JSON.stringify(e))+"]"}(r)+"="+o(t[r]))}))}})),v.push("return "+f),"(function("+O.join(",")+"){"+v.join(";")+"}("+d.join(",")+"))"}return f}}}]);
\ No newline at end of file
diff --git a/src/static/siteboss/static/0693ca9.js b/src/static/siteboss/static/0693ca9.js
new file mode 100644
index 0000000..a241ceb
--- /dev/null
+++ b/src/static/siteboss/static/0693ca9.js
@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[34,54,57],{541:function(t,e,n){"use strict";n.r(e);n(16),n(80),n(238);var l={props:{label:{type:String,required:!0},required:{type:Boolean,default:!1},cols:{type:Number,default:12},description:{type:String,default:""},internal:{type:String,required:!0}},setup:function(){}},o=n(63),component=Object(o.a)(l,(function(){var t=this,e=t._self._c;return e("div",{class:"col-".concat(t.cols)},[e("b-form-group",{attrs:{id:"input-group-".concat(t.internal),description:t.description}},[e("label",{attrs:{"label-for":"input-".concat(t.internal)}},[t._v("\n "+t._s(t.label)),t.required?e("span",{staticClass:"required-star"},[t._v(" *")]):t._e()]),t._v(" "),t._t("default")],2)],1)}),[],!1,null,null,null);e.default=component.exports},544:function(t,e,n){t.exports={}},546:function(t,e,n){"use strict";n.r(e);var l={},o=(n(567),n(63)),component=Object(o.a)(l,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"modal show",staticStyle:{display:"block"},attrs:{tabindex:"-1",role:"dialog"},on:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"])?null:t.$emit("cancel")}}},[e("div",{staticClass:"modal-dialog",attrs:{role:"document"}},[e("div",{staticClass:"modal-content"},[e("div",{staticClass:"modal-header"},[e("h5",{staticClass:"modal-title"},[t._t("title")],2),t._v(" "),e("button",{staticClass:"close cross",attrs:{type:"button","aria-label":"Close"},on:{click:function(e){return t.$emit("cancel")}}},[e("span",{attrs:{"aria-hidden":"true"}},[t._v("×")])])]),t._v(" "),e("div",{staticClass:"modal-full"},[t._t("full")],2),t._v(" "),t.$slots.full?t._e():e("div",{staticClass:"modal-body"},[t._t("body")],2),t._v(" "),t.$slots.full?t._e():e("div",{staticClass:"modal-footer"},[e("button",{staticClass:"btn btn-secondary",attrs:{type:"button"},on:{click:function(e){return t.$emit("cancel")}}},[t._t("btnCancel",(function(){return[t._v("Cancel")]}))],2),t._v(" "),t._t("btnConfirm",(function(){return[e("button",{staticClass:"btn btn-primary",attrs:{type:"button"},on:{click:function(e){return t.$emit("confirm")}}},[t._v("\n REPLACE ME: Slot=btnConfirm\n ")])]}))],2)])])])}),[],!1,null,"762284e4",null);e.default=component.exports},554:function(t,e,n){t.exports={}},567:function(t,e,n){"use strict";n(544)},585:function(t,e,n){"use strict";n(554)},607:function(t,e,n){"use strict";n.r(e);n(16),n(80),n(28),n(146),n(10),n(33),n(43);var l=n(9),o=n(584),r=n.n(o),c=n(542),d={components:{draggable:n.n(c).a,Multiselect:r.a},props:{internal:{type:String,required:!0},properties:{type:Object,default:function(){}},data:{type:Object,default:function(){}},bus:{type:l.default,required:!0}},data:function(){return{value:null,onTouched:!0,valid:!0,ajaxOptions:[],isLoading:!1,showSorter:!1}},computed:{state:function(){return this.onTouched?null:this.valid},items:function(){var t;return null!==(t=this.properties.items)&&void 0!==t?t:[]}},watch:{value:function(t,e){null!==e&&(this.onTouched=!1),this.checkValid(t),this.updateValues(t)}},beforeMount:function(){this.data&&(this.data.value.length>0?this.value=this.data.value:this.value=[])},created:function(){var t=this;this.bus.$on("setStatus",(function(e){t.onTouched=!1}))},mounted:function(){this.updateValues(this.value)},methods:{toggleSorter:function(){this.showSorter=!this.showSorter},asyncFind:function(t){var e=this;!t||t&&t.length<=2||(this.isLoading=!0,this.$axios.get("".concat(this.properties.endPoint,"?q=").concat(t)).then((function(t){e.ajaxOptions=t.data.results})).catch((function(t){e.$sbToast.error("Error connecting to backend")})).finally((function(){e.isLoading=!1})))},updateValues:function(t){this.$emit("updateValues",{field:this.internal,valid:this.valid,value:t.map((function(t){return t.id}))})},checkValid:function(t){this.properties.required&&(0===t.length||null==t)?this.valid=!1:this.valid=!0}}},f=(n(585),n(63)),component=Object(f.a)(d,(function(){var t=this,e=t._self._c;return e("CommonAutolayoutLabelWrapper",{attrs:{label:t.properties.title,description:t.properties.description,required:t.properties.required,internal:t.internal}},[t.valid||t.onTouched?t._e():e("div",{staticClass:"input-feedback",attrs:{id:"input-".concat(t.internal,"-feedback")}},[t._v("\n "+t._s(t.$t("common.required"))+"\n ")]),t._v(" "),t.properties.lazyLoad?e("Multiselect",t._b({attrs:{id:"ajax",label:"label",options:t.ajaxOptions,"track-by":"id",multiple:!0,searchable:!0,loading:t.isLoading,"internal-search":!1,"clear-on-select":!1,"close-on-select":!1,"options-limit":300,"max-height":600,"show-no-results":!1,"hide-selected":!0},on:{"search-change":t.asyncFind},scopedSlots:t._u([{key:"clear",fn:function(n){return[t.value.length?e("div",{staticClass:"multiselect__clear",on:{mousedown:function(e){return e.preventDefault(),e.stopPropagation(),t.clearAll(n.search)}}}):t._e()]}}]),model:{value:t.value,callback:function(e){t.value=e},expression:"value"}},"Multiselect",t.$t("multiSelect"),!1),[t._v(" "),e("span",{attrs:{slot:"noResult"},slot:"noResult"},[t._v(t._s(t.$t("multiSelect.noResult")))]),t._v(" "),e("span",{attrs:{slot:"noOptions"},slot:"noOptions"},[t._v(t._s(t.$t("multiSelect.noOptions")))])]):e("Multiselect",t._b({attrs:{options:t.items,"custom-label":function(data){return data.label},multiple:!0,"track-by":"id"},model:{value:t.value,callback:function(e){t.value=e},expression:"value"}},"Multiselect",t.$t("multiSelect"),!1),[e("span",{attrs:{slot:"noResult"},slot:"noResult"},[t._v(t._s(t.$t("multiSelect.noResult")))]),t._v(" "),e("span",{attrs:{slot:"noOptions"},slot:"noOptions"},[t._v(t._s(t.$t("multiSelect.noOptions")))])]),t._v(" "),t.properties.tagsSortable&&t.value&&t.value.length>=2?e("b-button",{staticClass:"mx-3",attrs:{size:"sm"},on:{click:function(e){return t.toggleSorter()}}},[e("Icon",{attrs:{icon:"sort"}}),t._v("\n "+t._s(t.$t("multiSelect.sort"))+"\n ")],1):t._e(),t._v(" "),t.showSorter?e("CommonModalsModal",{on:{cancel:function(e){return t.toggleSorter()}},scopedSlots:t._u([{key:"title",fn:function(){return[t._v(" "+t._s(t.$t("multiSelect.sort"))+" ")]},proxy:!0},{key:"full",fn:function(){return[t.properties.tagsSortable&&t.value&&t.value.length>=2?e("draggable",{staticClass:"multi-drag-list",model:{value:t.value,callback:function(e){t.value=e},expression:"value"}},t._l(t.value,(function(n,l){return e("div",{key:l},[t._v("\n "+t._s(n.label)+"\n "),e("Icon",{attrs:{icon:"up-down",size:"sm"}})],1)})),0):t._e()]},proxy:!0}],null,!1,3572239893)}):t._e()],1)}),[],!1,null,"37d77a34",null);e.default=component.exports;installComponents(component,{CommonModalsModal:n(546).default,CommonAutolayoutLabelWrapper:n(541).default})}}]);
\ No newline at end of file
diff --git a/src/static/siteboss/static/07400fc.js b/src/static/siteboss/static/07400fc.js
new file mode 100644
index 0000000..fcf5cec
--- /dev/null
+++ b/src/static/siteboss/static/07400fc.js
@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[66],{719:function(e,t,r){e.exports={}},728:function(e,t,r){"use strict";r(719)},731:function(e,t,r){"use strict";r.r(t);r(28),r(146),r(50),r(13),r(10),r(91),r(114),r(14);var o=r(542),l={name:"FieldPicker",components:{Draggable:r.n(o).a},data:function(){return{search:"",focusSearch:!1}},computed:{filteredAvailableFields:function(){var e=this;return this.fieldProperties.filter((function(t){return t.name.toLowerCase().includes(e.search.toLowerCase())}))},formLocales:{get:function(){var e=this;return 0===this.$store.state.formbuilder.activeForm.locales.length?this.$store.state.locales.list:this.$store.state.locales.list.filter((function(t){return e.$store.state.formbuilder.activeForm.locales.includes(t.url)}))}},temporaryId:{get:function(){return this.$store.state.formbuilder.activeForm.temporaryId}},fieldProperties:{get:function(){return this.$store.state.formbuilder.fieldProperties},set:function(e){return this.$store.commit("formbuilder/setFieldProperties",e)}}},methods:{setupNewField:function(e){for(var t=this,r={type:e.type,properties:{label:{}}},i=0;i0?t("draggable",{staticClass:"list-group",attrs:{list:e.filteredAvailableFields,clone:e.setupNewField,forceFallback:!0,group:{name:"formbuilder",pull:"clone",put:!1},sort:!1,"ghost-class":"sortable-ghost"}},e._l(e.filteredAvailableFields,(function(r,o){return t("b-list-group-item",{key:o,staticClass:"grab",attrs:{span:12,type:"info"}},[t("b-row",[t("div",{staticStyle:{width:"30px","padding-left":"7px"}},[1==r.custom?t("Icon",{attrs:{icon:"gear"}}):e._e()],1),e._v(" "),t("div",{},[e._v(e._s(r.name))])])],1)})),1):t("div",[t("p",{staticClass:"p-3"},[t("em",[e._v("Geen veldtypen voor deze zoekopdracht")])])])],1)],1)}),[],!1,null,"014cea2a",null);t.default=component.exports}}]);
\ No newline at end of file
diff --git a/src/static/siteboss/static/0805e3a.js b/src/static/siteboss/static/0805e3a.js
new file mode 100644
index 0000000..489dba8
--- /dev/null
+++ b/src/static/siteboss/static/0805e3a.js
@@ -0,0 +1,2 @@
+/*! For license information please see LICENSES */
+(window.webpackJsonp=window.webpackJsonp||[]).push([[128,9,10,14,15,16,17,18,19,20,27,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,55,57,58,59,60,119,120,121],{544:function(t,e,n){t.exports={}},546:function(t,e,n){"use strict";n.r(e);var r={},o=(n(567),n(63)),component=Object(o.a)(r,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"modal show",staticStyle:{display:"block"},attrs:{tabindex:"-1",role:"dialog"},on:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"])?null:t.$emit("cancel")}}},[e("div",{staticClass:"modal-dialog",attrs:{role:"document"}},[e("div",{staticClass:"modal-content"},[e("div",{staticClass:"modal-header"},[e("h5",{staticClass:"modal-title"},[t._t("title")],2),t._v(" "),e("button",{staticClass:"close cross",attrs:{type:"button","aria-label":"Close"},on:{click:function(e){return t.$emit("cancel")}}},[e("span",{attrs:{"aria-hidden":"true"}},[t._v("×")])])]),t._v(" "),e("div",{staticClass:"modal-full"},[t._t("full")],2),t._v(" "),t.$slots.full?t._e():e("div",{staticClass:"modal-body"},[t._t("body")],2),t._v(" "),t.$slots.full?t._e():e("div",{staticClass:"modal-footer"},[e("button",{staticClass:"btn btn-secondary",attrs:{type:"button"},on:{click:function(e){return t.$emit("cancel")}}},[t._t("btnCancel",(function(){return[t._v("Cancel")]}))],2),t._v(" "),t._t("btnConfirm",(function(){return[e("button",{staticClass:"btn btn-primary",attrs:{type:"button"},on:{click:function(e){return t.$emit("confirm")}}},[t._v("\n REPLACE ME: Slot=btnConfirm\n ")])]}))],2)])])])}),[],!1,null,"762284e4",null);e.default=component.exports},547:function(t,e,n){t.exports={primary:"#5b3776"}},548:function(t,e,n){t.exports={}},549:function(t,e,n){t.exports={}},552:function(t,e,n){"use strict";n.r(e);var r=n(178),o=n(576),c={props:{boundariesElement:{type:String,default:"body"}},components:{},data:function(){return{opened:!1,contextData:{}}},directives:{ClickOutside:n.n(o).a},computed:{isVisible:function(){return this.opened}},methods:{open:function(t,e){var n=this;this.opened=!0,this.contextData=e,this.popper&&this.popper.destroy(),this.popper=new r.a(this.referenceObject(t),this.$refs.popper,{placement:"right-start",strategy:"fixed",modifiers:{preventOverflow:{boundariesElement:document.querySelector(this.boundariesElement)}}}),this.$nextTick((function(){n.popper.scheduleUpdate()}))},close:function(){this.opened=!1,this.contextData=null},referenceObject:function(t){var e=t.layerX,n=t.layerY,r=e+1,o=n+1;return{getBoundingClientRect:function(){return{left:e,top:n,right:r,bottom:o}},clientWidth:1,clientHeight:1}}},beforeDestroy:function(){void 0!==this.popper&&this.popper.destroy()}},l=(n(577),n(63)),component=Object(l.a)(c,(function(){var t=this,e=t._self._c;return e("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"},{name:"click-outside",rawName:"v-click-outside",value:t.close,expression:"close"}],ref:"popper",staticClass:"context-menu",attrs:{tabindex:"-1"},on:{"!contextmenu":function(t){t.preventDefault()}}},[e("ul",[t._t("default",null,{contextData:t.contextData})],2)])}),[],!1,null,"d4268622",null);e.default=component.exports},553:function(t,e,n){"use strict";n.r(e);var r={},o=(n(578),n(63)),component=Object(o.a)(r,(function(){return(0,this._self._c)("li",{staticClass:"context-menu-item"},[this._t("default")],2)}),[],!1,null,"c02fd02c",null);e.default=component.exports},554:function(t,e,n){t.exports={}},555:function(t,e,n){t.exports={}},556:function(t,e,n){"use strict";var r=n(286).start,o=n(404);t.exports=o("trimStart")?function(){return r(this)}:"".trimStart},557:function(t,e,n){t.exports={primary:"#5b3776"}},558:function(t,e,n){t.exports={}},559:function(t,e,n){t.exports={}},560:function(t,e,n){t.exports={primary:"#5b3776"}},561:function(t,e,n){t.exports={}},562:function(t,e,n){t.exports={}},563:function(t,e,n){t.exports={}},564:function(t,e,n){t.exports={}},565:function(t,e,n){"use strict";n.r(e);n(16),n(80),n(28),n(148),n(33);var r=n(710),o=n(9),c={components:{BFormDatepicker:r.a},props:{internal:{type:String,required:!0},properties:{type:Object,default:function(){}},data:{type:Object,default:function(){}},bus:{type:o.default,required:!0}},data:function(){return{value:"",editing:!1,displayValue:"",date:"",locale:this.$i18n.locale,onTouched:!0,mounting:!0,valid:!this.properties.required}},computed:{state:function(){return this.onTouched?null:this.valid}},watch:{displayValue:function(t){this.mounting||(this.onTouched=!1),this.editing&&this.checkValid(t)},date:function(t){if(this.mounting||(this.onTouched=!1),null===t)this.editing||(this.displayValue=this.$t("date.noDate")),this.value=null,this.valid=!this.properties.required;else{var e=t.getTimezoneOffset(),n=new Date(t.getTime()-60*e*1e3);this.valid=!0,this.value=n.toISOString().substring(0,10),this.editing||(this.displayValue=null===t?this.$t("date.noDate"):t.toLocaleDateString(this.locale,{weekday:"long",year:"numeric",month:"long",day:"numeric"}))}this.updateValues()}},beforeMount:function(){var t=this;this.data&&(this.date=""===this.data.value?null:new Date(this.data.value),this.updateValues()),this.$nextTick((function(){t.mounting=!1}))},created:function(){var t=this;this.bus.$on("setStatus",(function(e){t.onTouched=!1}))},methods:{setInputMode:function(){this.displayValue=null===this.date?"":this.date.toLocaleDateString(this.locale,{year:"numeric",month:"numeric",day:"numeric"}),this.editing=!0},checkValid:function(t){if(""===t||null==t)return this.valid=!0,void(this.value=null);var e=null;if("nl"===this.locale)e=/^(?:(?:31(\/|-)(?:0?[13578]|1[02]))\1|(?:(?:29|30)(\/|-)(?:0?[1,3-9]|1[0-2])\2))(?:(?:1[6-9]|[2-9]\d)?\d{2})$|^(?:29(\/|-)0?2\3(?:(?:(?:1[6-9]|[2-9]\d)?(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00))))$|^(?:0?[1-9]|1\d|2[0-8])(\/|-)(?:(?:0?[1-9])|(?:1[0-2]))\4(?:(?:1[6-9]|[2-9]\d)?\d{2})$/;else e=/^(?:(?:(?:0?[13578]|1[02])(\/|-)31)\1|(?:(?:0?[1,3-9]|1[0-2])(\/|-)(?:29|30)\2))(?:(?:1[6-9]|[2-9]\d)?\d{2})$|^(?:0?2(\/|-)29\3(?:(?:(?:1[6-9]|[2-9]\d)?(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00))))$|^(?:(?:0?[1-9])|(?:1[0-2]))(\/|-)(?:0?[1-9]|1\d|2[0-8])\4(?:(?:1[6-9]|[2-9]\d)?\d{2})$/;this.valid=e.test(t),this.valid&&this.updateDateField()},updateDateField:function(){var t=this.displayValue.match(/([0-9]{1,2})[/-]([0-9]{1,2})[/-]([0-9]{2,4})/);2===t[3].length&&(t[3]="20".concat(t[3]));var e=null;if("nl"===this.locale)e="".concat(t[3],"/").concat(t[2],"/").concat(t[1]);else e="".concat(t[3],"/").concat(t[1],"/").concat(t[2]);this.date=new Date(e)},updateValues:function(){this.$emit("updateValues",{field:this.internal,valid:this.valid,value:this.value})},translateToPicker:function(){if(this.editing=!1,""===this.displayValue)return this.date=null,this.valid=!this.properties.required,void this.updateValues();this.valid?(this.updateDateField(),this.valid=!0):this.valid=!1,this.updateValues()}}},l=n(63),component=Object(l.a)(c,(function(){var t,e=this,n=e._self._c;return n("CommonAutolayoutLabelWrapper",{attrs:{label:e.properties.title,description:e.properties.description,required:e.properties.required,internal:e.internal,cols:null!==(t=e.properties.cols)&&void 0!==t?t:12}},[e.valid||e.onTouched?e._e():n("div",{staticClass:"input-feedback",attrs:{id:"input-".concat(e.internal,"-feedback")}},[e._v("\n "+e._s(null===e.date?e.$t("common.required"):e.$t("date.invalid"))+"\n ")]),e._v(" "),n("b-input-group",{staticClass:"mb-3"},[n("b-input-group-prepend",[n("b-form-datepicker",e._b({attrs:{"button-only":"",left:"","show-decade-nav":!0,"hide-header":!0,state:e.state,locale:e.locale,disabled:e.properties.disabled,"value-as-date":"","aria-controls":"`input-${internal}`"},model:{value:e.date,callback:function(t){e.date=t},expression:"date"}},"b-form-datepicker",e.$t("datepicker"),!1))],1),e._v(" "),n("b-form-input",{attrs:{id:"input-".concat(e.internal),placeholder:e.$t("datepicker.placeholder"),type:"text",autocomplete:"off",state:e.state,disabled:e.properties.disabled},on:{focus:function(t){return e.setInputMode()},blur:function(t){return e.translateToPicker()}},model:{value:e.displayValue,callback:function(t){e.displayValue=t},expression:"displayValue"}})],1)],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{CommonAutolayoutLabelWrapper:n(541).default})},566:function(t,e,n){"use strict";n.r(e);n(16),n(80),n(51),n(28);var r=n(711),o=n(9),c={components:{BFormTimepicker:r.a},props:{internal:{type:String,required:!0},properties:{type:Object,default:function(){}},data:{type:Object,default:function(){}},bus:{type:o.default,required:!0}},data:function(){return{value:"",editing:!1,time:"",displayValue:"",onTouched:!0,mounting:!0,valid:!this.properties.required}},computed:{state:function(){return this.onTouched?null:this.valid}},watch:{displayValue:function(t){this.mounting||(this.onTouched=!1),this.editing&&this.checkValid(t)},time:function(t){this.mounting||(this.onTouched=!1),null===t?(this.editing||(this.displayValue=""),this.value=null,this.valid=!this.properties.required):(this.valid=!0,this.editing||(this.displayValue=this.time.slice(0,5))),this.value=this.time,this.updateValues()}},beforeMount:function(){var t=this;if(this.data){var e=""===this.data.value?null:this.data.value;this.displayValue=e?e.slice(0,5):"",this.time=e}this.$nextTick((function(){t.mounting=!1}))},created:function(){var t=this;this.bus.$on("setStatus",(function(e){t.onTouched=!1}))},mounted:function(){this.updateValues()},methods:{setInputMode:function(){this.displayValue=null===this.time?"":this.time.slice(0,5),this.editing=!0},checkValid:function(t){""===t||null==t?this.properties.required?this.valid=!1:(this.valid=!0,this.value=null):this.valid=/^([0-1]{0,1}[0-9]|2[0-4]):([0-5][0-9])(:[0-5][0-9])?$/.test(t),this.valid&&!this.editing&&this.updateTimeField()},updateValues:function(){this.$emit("updateValues",{field:this.internal,valid:this.valid,value:this.value})},updateTimeField:function(){4===this.displayValue.length&&(this.displayValue="0".concat(this.displayValue)),this.time="".concat(this.displayValue,":00")},fixInput:function(){if(this.editing=!1,""===this.displayValue)return this.time=null,void(this.valid=!this.properties.required);this.valid?(this.updateTimeField(),this.valid=!0):this.valid=!1,this.updateValues()}}},l=n(63),component=Object(l.a)(c,(function(){var t,e=this,n=e._self._c;return n("CommonAutolayoutLabelWrapper",{attrs:{label:e.properties.title,description:e.properties.description,required:e.properties.required,internal:e.internal,cols:null!==(t=e.properties.cols)&&void 0!==t?t:12}},[e.valid||e.onTouched?e._e():n("div",{staticClass:"input-feedback",attrs:{id:"input-".concat(e.internal,"-feedback")}},[e._v("\n "+e._s(e.$t("common.required"))+"\n ")]),e._v(" "),n("b-input-group",{staticClass:"mb-3"},[n("b-input-group-prepend",[n("b-form-timepicker",e._b({attrs:{"button-only":"",left:"",state:e.state,id:"input-".concat(e.internal),locale:this.$i18n.locale,disabled:e.properties.disabled,"no-close-button":""},model:{value:e.time,callback:function(t){e.time=t},expression:"time"}},"b-form-timepicker",e.$t("timepicker"),!1))],1),e._v(" "),n("b-form-input",{attrs:{id:"example-input",type:"text",placeholder:"HH:mm",maxlength:"5",state:e.state,disabled:e.properties.disabled},on:{focus:function(t){return e.setInputMode()},blur:function(t){return e.fixInput()}},model:{value:e.displayValue,callback:function(t){e.displayValue=t},expression:"displayValue"}})],1)],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{CommonAutolayoutLabelWrapper:n(541).default})},567:function(t,e,n){"use strict";n(544)},570:function(t,e,n){t.exports={primary:"#5b3776"}},571:function(t,e,n){t.exports={primary:"#5b3776"}},572:function(t,e,n){t.exports={primary:"#5b3776"}},573:function(t,e,n){t.exports={}},574:function(t,e,n){"use strict";n.r(e);var r={props:{title:{type:String,default:""},padding:{type:Boolean,default:!0}}},o=n(63),component=Object(o.a)(r,(function(){var t=this;return(0,t._self._c)("b-card",{class:{"cms-widget":!0,"no-card-padding":!t.padding,"w-100":!0},attrs:{header:t.title,"no-body":!1===t.padding}},[t._t("default")],2)}),[],!1,null,null,null);e.default=component.exports},575:function(t,e,n){"use strict";n(547)},576:function(t,e){function n(t){return"function"==typeof t.value||(console.warn("[Vue-click-outside:] provided expression",t.expression,"is not a function."),!1)}function r(t){return void 0!==t.componentInstance&&t.componentInstance.$isServer}t.exports={bind:function(t,e,o){if(!n(e))return;function c(e){if(o.context){var n=e.path||e.composedPath&&e.composedPath();n&&n.length>0&&n.unshift(e.target),t.contains(e.target)||function(t,e){if(!t||!e)return!1;for(var i=0,n=e.length;i.*?<\/span>/gi,(function(t){var e=t.match(/data-field="([0-9]+)"/),n=parseInt(e[1],10),label=form.fields.find((function(t){return t.id===n}));return void 0!==label?''.concat(label.label,""):'ONBEKEND VELD, Corrigeer alvorens op te staan'}))}return""}},props:{value:{type:String,required:!0},editorSettings:{type:Object,default:function(){}},endPoint:{type:String,default:""}},computed:{localEditorSettings:function(){return c(c(c({height:400,model:"dom",branding:!1,menubar:!1,skin:!1,content_css:!1,relative_urls:!1,object_resizing:!0,document_base_url:null,plugins:["advlist","autolink","lists","link","image","charmap","preview","anchor","searchreplace","visualblocks","code","fullscreen","insertdatetime","media","table","code","help","wordcount"],toolbar:"undo redo | removeformat styles | bold italic | link unlink | numlist bullist | image media | code | help",link_class_list:[{title:"Geen",value:""},{title:"Primaire knop",value:"b-button b-button--small"},{title:"Secondaire knop",value:"b-button b-button--secondary"}]},this.editorSettings),this.languageSettings()),{},{images_upload_handler:this.uploadHandler})}},data:function(){return{localValue:null,preview_errors:!1,status:""}},watch:{localValue:function(t){this.$emit("input",t)}},methods:{languageSettings:function(){return"nl"===this.$i18n.locale?{language:"nl",language_url:"tinymce/langs/nl.js"}:{}},uploadHandler:function(t,e){var n=this;return new Promise((function(e,r){var o=new FormData;o.append("file",t.blob(),t.filename()),n.$axios.post(n.endPoint,o).then((function(data){e(data.data.path)})).catch((function(t){r("Invalid JSON")}))}))}}},h=(n(575),n(63)),component=Object(h.a)(l,(function(){var t=this,e=t._self._c;return e("div",[e("editor",{attrs:{"initial-value":t.value,init:t.localEditorSettings},model:{value:t.localValue,callback:function(e){t.localValue=e},expression:"localValue"}})],1)}),[],!1,null,null,null);e.default=component.exports},582:function(t,e,n){"use strict";n.r(e);n(28),n(146),n(33),n(100),n(13),n(10),n(91),n(114),n(14);var r=n(709),o=n(579),c=n(707),l=n(542),h=n.n(l),d=n(9),f={components:{draggable:h.a,BFormTags:r.a,BFormTag:o.a,BAlert:c.a},props:{internal:{type:String,required:!0},properties:{type:Object,default:function(){}},data:{type:Object,default:function(){}},bus:{type:d.default,required:!0}},data:function(){return{options:[],search:"",selectedOptions:[],failed:!1}},fetch:function(){var t=this,e=this.$route.params,n=e.slug,r=e.id;this.$axios.get("/table/".concat(n,"/").concat(r,"/").concat(this.internal,"/").concat(this.$i18n.locale,"/")).then((function(e){t.options=e.data})).catch((function(e){t.failed=!0}))},computed:{criteria:function(){return this.search.trim().toLowerCase()},availableOptions:function(){var t=this,e=this.criteria;return e?this.options.filter((function(t){return t.label.toLowerCase().includes(e)})).filter((function(e){return!t.selectedOptions.includes(e.id)})):this.options.filter((function(e){return!t.selectedOptions.includes(e.id)}))},tagList:function(){var t=this,e=[];return this.selectedOptions.forEach((function(n){e.push(t.options.filter((function(t){return t.id===n}))[0])})),e}},mounted:function(){},methods:{onOptionClick:function(t){this.selectedOptions.push(t),this.search=""},removeTag:function(t){this.selectedOptions=this.selectedOptions.filter((function(e){return e!==t}))}}},m=n(63),component=Object(m.a)(f,(function(){var t=this,e=t._self._c;return e("b-form-group",{attrs:{label:"Tagged input using dropdown","label-for":"tags-with-dropdown"}},[e("b-alert",{attrs:{show:t.failed,variant:"danger"}},[t._v("\n "+t._s(t.$t("autolayout.tags.fetch"))+"\n ")]),t._v(" "),t.properties.tagssortable?e("draggable",{staticClass:"list-group",attrs:{list:t.selectedOptions}},t._l(t.tagList,(function(n){return e("div",{key:n.id,staticClass:"list-group-item"},[t._v("\n "+t._s(n.label)+"\n ")])})),0):t._e(),t._v(" "),e("b-form-tags",{staticClass:"mb-2",attrs:{id:"tags-with-dropdown","no-outer-focus":""},scopedSlots:t._u([{key:"default",fn:function(n){var r=n.disabled;return[t.tagList.length&&!t.properties.tagssortable?e("ul",{staticClass:"list-inline d-inline-block mb-2"},t._l(t.tagList,(function(n){return e("li",{key:n.id,staticClass:"list-inline-item"},[e("b-form-tag",{attrs:{title:n.label,disabled:r,variant:"primary"},on:{remove:function(e){return t.removeTag(n.id)}}})],1)})),0):t._e(),t._v(" "),e("b-dropdown",{attrs:{size:"sm",variant:"outline-secondary",block:"","menu-class":"w-100"},scopedSlots:t._u([{key:"button-content",fn:function(){return[e("Icon",{attrs:{icon:"magnifying-glass"}}),t._v(" "+t._s(t.$t("autolayout.tags.select"))+"\n ")]},proxy:!0}],null,!0)},[t._v(" "),e("b-dropdown-form",{on:{submit:function(t){return t.stopPropagation(),t.preventDefault(),function(){}.apply(null,arguments)}}},[e("b-form-group",{staticClass:"mb-0",attrs:{label:t.$t("autolayout.tags.search"),"label-for":"tag-search-input","label-cols-md":"auto","label-size":"sm",disabled:r}},[e("b-form-input",{attrs:{id:"tag-search-input",type:"search",size:"sm",autocomplete:"off"},model:{value:t.search,callback:function(e){t.search=e},expression:"search"}})],1)],1),t._v(" "),e("b-dropdown-divider"),t._v(" "),e("li",{staticClass:"tags-dropdown"},t._l(t.availableOptions,(function(option){return e("b-dropdown-item-button",{key:option.id,on:{click:function(e){return t.onOptionClick(option.id)}}},[t._v("\n "+t._s(option.label)+"\n ")])})),1),t._v(" "),0===t.availableOptions.length?e("b-dropdown-text",[t._v("\n "+t._s(t.$t("autolayout.tags.no_results"))+"\n ")]):t._e()],1)]}}])})],1)}),[],!1,null,null,null);e.default=component.exports},583:function(t,e,n){"undefined"!=typeof self&&self,t.exports=(()=>{var t={646:t=>{t.exports=function(t){if(Array.isArray(t)){for(var e=0,n=new Array(t.length);e{t.exports=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}},860:t=>{t.exports=function(t){if(Symbol.iterator in Object(t)||"[object Arguments]"===Object.prototype.toString.call(t))return Array.from(t)}},206:t=>{t.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}},319:(t,e,n)=>{var r=n(646),i=n(860),s=n(206);t.exports=function(t){return r(t)||i(t)||s()}},8:t=>{function e(n){return"function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?t.exports=e=function(t){return typeof t}:t.exports=e=function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},e(n)}t.exports=e}},e={};function n(r){var i=e[r];if(void 0!==i)return i.exports;var s=e[r]={exports:{}};return t[r](s,s.exports,n),s.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};return(()=>{"use strict";n.r(r),n.d(r,{VueSelect:()=>y,default:()=>w,mixins:()=>A});var t=n(319),e=n.n(t),i=n(8),s=n.n(i),o=n(713),a=n.n(o);const c={props:{autoscroll:{type:Boolean,default:!0}},watch:{typeAheadPointer:function(){this.autoscroll&&this.maybeAdjustScroll()},open:function(t){var e=this;this.autoscroll&&t&&this.$nextTick((function(){return e.maybeAdjustScroll()}))}},methods:{maybeAdjustScroll:function(){var t,e=(null===(t=this.$refs.dropdownMenu)||void 0===t?void 0:t.children[this.typeAheadPointer])||!1;if(e){var n=this.getDropdownViewport(),r=e.getBoundingClientRect(),i=r.top,s=r.bottom,o=r.height;if(in.bottom)return this.$refs.dropdownMenu.scrollTop=e.offsetTop-(n.height-o)}},getDropdownViewport:function(){return this.$refs.dropdownMenu?this.$refs.dropdownMenu.getBoundingClientRect():{height:0,top:0,bottom:0}}}},l={data:function(){return{typeAheadPointer:-1}},watch:{filteredOptions:function(){for(var t=0;t=0;t--)if(this.selectable(this.filteredOptions[t])){this.typeAheadPointer=t;break}},typeAheadDown:function(){for(var t=this.typeAheadPointer+1;t0&&void 0!==arguments[0]?arguments[0]:null;return this.mutableLoading=null==t?!this.mutableLoading:t}}};function p(t,e,n,r,i,s,o,a){var c,l="function"==typeof t?t.options:t;if(e&&(l.render=e,l.staticRenderFns=n,l._compiled=!0),r&&(l.functional=!0),s&&(l._scopeId="data-v-"+s),o?(c=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(o)},l._ssrRegister=c):i&&(c=a?function(){i.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:i),c)if(l.functional){l._injectStyles=c;var u=l.render;l.render=function(t,e){return c.call(e),u(t,e)}}else{var p=l.beforeCreate;l.beforeCreate=p?[].concat(p,c):[c]}return{exports:t,options:l}}const h={Deselect:p({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10"}},[e("path",{attrs:{d:"M6.895455 5l2.842897-2.842898c.348864-.348863.348864-.914488 0-1.263636L9.106534.261648c-.348864-.348864-.914489-.348864-1.263636 0L5 3.104545 2.157102.261648c-.348863-.348864-.914488-.348864-1.263636 0L.261648.893466c-.348864.348864-.348864.914489 0 1.263636L3.104545 5 .261648 7.842898c-.348864.348863-.348864.914488 0 1.263636l.631818.631818c.348864.348864.914773.348864 1.263636 0L5 6.895455l2.842898 2.842897c.348863.348864.914772.348864 1.263636 0l.631818-.631818c.348864-.348864.348864-.914489 0-1.263636L6.895455 5z"}})])}),[],!1,null,null,null).exports,OpenIndicator:p({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"10"}},[e("path",{attrs:{d:"M9.211364 7.59931l4.48338-4.867229c.407008-.441854.407008-1.158247 0-1.60046l-.73712-.80023c-.407008-.441854-1.066904-.441854-1.474243 0L7 5.198617 2.51662.33139c-.407008-.441853-1.066904-.441853-1.474243 0l-.737121.80023c-.407008.441854-.407008 1.158248 0 1.600461l4.48338 4.867228L7 10l2.211364-2.40069z"}})])}),[],!1,null,null,null).exports},d={inserted:function(t,e,n){var r=n.context;if(r.appendToBody){var i=r.$refs.toggle.getBoundingClientRect(),s=i.height,o=i.top,a=i.left,c=i.width,l=window.scrollX||window.pageXOffset,u=window.scrollY||window.pageYOffset;t.unbindPosition=r.calculatePosition(t,r,{width:c+"px",left:l+a+"px",top:u+o+s+"px"}),document.body.appendChild(t)}},unbind:function(t,e,n){n.context.appendToBody&&(t.unbindPosition&&"function"==typeof t.unbindPosition&&t.unbindPosition(),t.parentNode&&t.parentNode.removeChild(t))}},f=function(t){var e={};return Object.keys(t).sort().forEach((function(n){e[n]=t[n]})),JSON.stringify(e)};var m=0;const g=function(){return++m};function b(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function v(t){for(var e=1;e-1}},filter:{type:Function,default:function(t,e){var n=this;return t.filter((function(t){var r=n.getOptionLabel(t);return"number"==typeof r&&(r=r.toString()),n.filterBy(t,r,e)}))}},createOption:{type:Function,default:function(t){return"object"===s()(this.optionList[0])?a()({},this.label,t):t}},resetOnOptionsChange:{default:!1,validator:function(t){return["function","boolean"].includes(s()(t))}},clearSearchOnBlur:{type:Function,default:function(t){var e=t.clearSearchOnSelect,n=t.multiple;return e&&!n}},noDrop:{type:Boolean,default:!1},inputId:{type:String},dir:{type:String,default:"auto"},selectOnTab:{type:Boolean,default:!1},selectOnKeyCodes:{type:Array,default:function(){return[13]}},searchInputQuerySelector:{type:String,default:"[type=search]"},mapKeydown:{type:Function,default:function(t,e){return t}},appendToBody:{type:Boolean,default:!1},calculatePosition:{type:Function,default:function(t,e,n){var r=n.width,i=n.top,s=n.left;t.style.top=i,t.style.left=s,t.style.width=r}},dropdownShouldOpen:{type:Function,default:function(t){var e=t.noDrop,n=t.open,r=t.mutableLoading;return!e&&n&&!r}},uid:{type:[String,Number],default:function(){return g()}}},data:function(){return{search:"",open:!1,isComposing:!1,pushedTags:[],_value:[]}},computed:{isTrackingValues:function(){return void 0===this.value||this.$options.propsData.hasOwnProperty("reduce")},selectedValue:function(){var t=this.value;return this.isTrackingValues&&(t=this.$data._value),null!=t&&""!==t?[].concat(t):[]},optionList:function(){return this.options.concat(this.pushTags?this.pushedTags:[])},searchEl:function(){return this.$scopedSlots.search?this.$refs.selectedOptions.querySelector(this.searchInputQuerySelector):this.$refs.search},scope:function(){var t=this,e={search:this.search,loading:this.loading,searching:this.searching,filteredOptions:this.filteredOptions};return{search:{attributes:v({disabled:this.disabled,placeholder:this.searchPlaceholder,tabindex:this.tabindex,readonly:!this.searchable,id:this.inputId,"aria-autocomplete":"list","aria-labelledby":"vs".concat(this.uid,"__combobox"),"aria-controls":"vs".concat(this.uid,"__listbox"),ref:"search",type:"search",autocomplete:this.autocomplete,value:this.search},this.dropdownOpen&&this.filteredOptions[this.typeAheadPointer]?{"aria-activedescendant":"vs".concat(this.uid,"__option-").concat(this.typeAheadPointer)}:{}),events:{compositionstart:function(){return t.isComposing=!0},compositionend:function(){return t.isComposing=!1},keydown:this.onSearchKeyDown,keypress:this.onSearchKeyPress,blur:this.onSearchBlur,focus:this.onSearchFocus,input:function(e){return t.search=e.target.value}}},spinner:{loading:this.mutableLoading},noOptions:{search:this.search,loading:this.mutableLoading,searching:this.searching},openIndicator:{attributes:{ref:"openIndicator",role:"presentation",class:"vs__open-indicator"}},listHeader:e,listFooter:e,header:v({},e,{deselect:this.deselect}),footer:v({},e,{deselect:this.deselect})}},childComponents:function(){return v({},h,{},this.components)},stateClasses:function(){return{"vs--open":this.dropdownOpen,"vs--single":!this.multiple,"vs--multiple":this.multiple,"vs--searching":this.searching&&!this.noDrop,"vs--searchable":this.searchable&&!this.noDrop,"vs--unsearchable":!this.searchable,"vs--loading":this.mutableLoading,"vs--disabled":this.disabled}},searching:function(){return!!this.search},dropdownOpen:function(){return this.dropdownShouldOpen(this)},searchPlaceholder:function(){return this.isValueEmpty&&this.placeholder?this.placeholder:void 0},filteredOptions:function(){var t=[].concat(this.optionList);if(!this.filterable&&!this.taggable)return t;var e=this.search.length?this.filter(t,this.search,this):t;if(this.taggable&&this.search.length){var n=this.createOption(this.search);this.optionExists(n)||e.unshift(n)}return e},isValueEmpty:function(){return 0===this.selectedValue.length},showClearButton:function(){return!this.multiple&&this.clearable&&!this.open&&!this.isValueEmpty}},watch:{options:function(t,e){var n=this;!this.taggable&&("function"==typeof n.resetOnOptionsChange?n.resetOnOptionsChange(t,e,n.selectedValue):n.resetOnOptionsChange)&&this.clearSelection(),this.value&&this.isTrackingValues&&this.setInternalValueFromOptions(this.value)},value:{immediate:!0,handler:function(t){this.isTrackingValues&&this.setInternalValueFromOptions(t)}},multiple:function(){this.clearSelection()},open:function(t){this.$emit(t?"open":"close")},search:function(t){t.length&&(this.open=!0)}},created:function(){this.mutableLoading=this.loading,this.$on("option:created",this.pushTag)},methods:{setInternalValueFromOptions:function(t){var e=this;Array.isArray(t)?this.$data._value=t.map((function(t){return e.findOptionFromReducedValue(t)})):this.$data._value=this.findOptionFromReducedValue(t)},select:function(t){this.$emit("option:selecting",t),this.isOptionSelected(t)?this.deselectFromDropdown&&(this.clearable||this.multiple&&this.selectedValue.length>1)&&this.deselect(t):(this.taggable&&!this.optionExists(t)&&this.$emit("option:created",t),this.multiple&&(t=this.selectedValue.concat(t)),this.updateValue(t),this.$emit("option:selected",t)),this.onAfterSelect(t)},deselect:function(t){var e=this;this.$emit("option:deselecting",t),this.updateValue(this.selectedValue.filter((function(n){return!e.optionComparator(n,t)}))),this.$emit("option:deselected",t)},clearSelection:function(){this.updateValue(this.multiple?[]:null)},onAfterSelect:function(t){var e=this;this.closeOnSelect&&(this.open=!this.open),this.clearSearchOnSelect&&(this.search=""),this.noDrop&&this.multiple&&this.$nextTick((function(){return e.$refs.search.focus()}))},updateValue:function(t){var e=this;void 0===this.value&&(this.$data._value=t),null!==t&&(t=Array.isArray(t)?t.map((function(t){return e.reduce(t)})):this.reduce(t)),this.$emit("input",t)},toggleDropdown:function(t){var n=t.target!==this.searchEl;n&&t.preventDefault();var r=[].concat(e()(this.$refs.deselectButtons||[]),e()([this.$refs.clearButton]||!1));void 0===this.searchEl||r.filter(Boolean).some((function(e){return e.contains(t.target)||e===t.target}))?t.preventDefault():this.open&&n?this.searchEl.blur():this.disabled||(this.open=!0,this.searchEl.focus())},isOptionSelected:function(t){var e=this;return this.selectedValue.some((function(n){return e.optionComparator(n,t)}))},isOptionDeselectable:function(t){return this.isOptionSelected(t)&&this.deselectFromDropdown},optionComparator:function(t,e){return this.getOptionKey(t)===this.getOptionKey(e)},findOptionFromReducedValue:function(t){var n=this,r=[].concat(e()(this.options),e()(this.pushedTags)).filter((function(e){return JSON.stringify(n.reduce(e))===JSON.stringify(t)}));return 1===r.length?r[0]:r.find((function(t){return n.optionComparator(t,n.$data._value)}))||t},closeSearchOptions:function(){this.open=!1,this.$emit("search:blur")},maybeDeleteValue:function(){if(!this.searchEl.value.length&&this.selectedValue&&this.selectedValue.length&&this.clearable){var t=null;this.multiple&&(t=e()(this.selectedValue.slice(0,this.selectedValue.length-1))),this.updateValue(t)}},optionExists:function(t){var e=this;return this.optionList.some((function(n){return e.optionComparator(n,t)}))},normalizeOptionForSlot:function(t){return"object"===s()(t)?t:a()({},this.label,t)},pushTag:function(t){this.pushedTags.push(t)},onEscape:function(){this.search.length?this.search="":this.open=!1},onSearchBlur:function(){if(!this.mousedown||this.searching){var t=this.clearSearchOnSelect,e=this.multiple;return this.clearSearchOnBlur({clearSearchOnSelect:t,multiple:e})&&(this.search=""),void this.closeSearchOptions()}this.mousedown=!1,0!==this.search.length||0!==this.options.length||this.closeSearchOptions()},onSearchFocus:function(){this.open=!0,this.$emit("search:focus")},onMousedown:function(){this.mousedown=!0},onMouseUp:function(){this.mousedown=!1},onSearchKeyDown:function(t){var e=this,n=function(t){return t.preventDefault(),!e.isComposing&&e.typeAheadSelect()},r={8:function(t){return e.maybeDeleteValue()},9:function(t){return e.onTab()},27:function(t){return e.onEscape()},38:function(t){if(t.preventDefault(),e.open)return e.typeAheadUp();e.open=!0},40:function(t){if(t.preventDefault(),e.open)return e.typeAheadDown();e.open=!0}};this.selectOnKeyCodes.forEach((function(t){return r[t]=n}));var i=this.mapKeydown(r,this);if("function"==typeof i[t.keyCode])return i[t.keyCode](t)},onSearchKeyPress:function(t){this.open||32!==t.keyCode||(t.preventDefault(),this.open=!0)}}},(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"v-select",class:t.stateClasses,attrs:{dir:t.dir}},[t._t("header",null,null,t.scope.header),t._v(" "),n("div",{ref:"toggle",staticClass:"vs__dropdown-toggle",attrs:{id:"vs"+t.uid+"__combobox",role:"combobox","aria-expanded":t.dropdownOpen.toString(),"aria-owns":"vs"+t.uid+"__listbox","aria-label":"Search for option"},on:{mousedown:function(e){return t.toggleDropdown(e)}}},[n("div",{ref:"selectedOptions",staticClass:"vs__selected-options"},[t._l(t.selectedValue,(function(e){return t._t("selected-option-container",[n("span",{key:t.getOptionKey(e),staticClass:"vs__selected"},[t._t("selected-option",[t._v("\n "+t._s(t.getOptionLabel(e))+"\n ")],null,t.normalizeOptionForSlot(e)),t._v(" "),t.multiple?n("button",{ref:"deselectButtons",refInFor:!0,staticClass:"vs__deselect",attrs:{disabled:t.disabled,type:"button",title:"Deselect "+t.getOptionLabel(e),"aria-label":"Deselect "+t.getOptionLabel(e)},on:{click:function(n){return t.deselect(e)}}},[n(t.childComponents.Deselect,{tag:"component"})],1):t._e()],2)],{option:t.normalizeOptionForSlot(e),deselect:t.deselect,multiple:t.multiple,disabled:t.disabled})})),t._v(" "),t._t("search",[n("input",t._g(t._b({staticClass:"vs__search"},"input",t.scope.search.attributes,!1),t.scope.search.events))],null,t.scope.search)],2),t._v(" "),n("div",{ref:"actions",staticClass:"vs__actions"},[n("button",{directives:[{name:"show",rawName:"v-show",value:t.showClearButton,expression:"showClearButton"}],ref:"clearButton",staticClass:"vs__clear",attrs:{disabled:t.disabled,type:"button",title:"Clear Selected","aria-label":"Clear Selected"},on:{click:t.clearSelection}},[n(t.childComponents.Deselect,{tag:"component"})],1),t._v(" "),t._t("open-indicator",[t.noDrop?t._e():n(t.childComponents.OpenIndicator,t._b({tag:"component"},"component",t.scope.openIndicator.attributes,!1))],null,t.scope.openIndicator),t._v(" "),t._t("spinner",[n("div",{directives:[{name:"show",rawName:"v-show",value:t.mutableLoading,expression:"mutableLoading"}],staticClass:"vs__spinner"},[t._v("Loading...")])],null,t.scope.spinner)],2)]),t._v(" "),n("transition",{attrs:{name:t.transition}},[t.dropdownOpen?n("ul",{directives:[{name:"append-to-body",rawName:"v-append-to-body"}],key:"vs"+t.uid+"__listbox",ref:"dropdownMenu",staticClass:"vs__dropdown-menu",attrs:{id:"vs"+t.uid+"__listbox",role:"listbox",tabindex:"-1"},on:{mousedown:function(e){return e.preventDefault(),t.onMousedown(e)},mouseup:t.onMouseUp}},[t._t("list-header",null,null,t.scope.listHeader),t._v(" "),t._l(t.filteredOptions,(function(e,r){return n("li",{key:t.getOptionKey(e),staticClass:"vs__dropdown-option",class:{"vs__dropdown-option--deselect":t.isOptionDeselectable(e)&&r===t.typeAheadPointer,"vs__dropdown-option--selected":t.isOptionSelected(e),"vs__dropdown-option--highlight":r===t.typeAheadPointer,"vs__dropdown-option--disabled":!t.selectable(e)},attrs:{id:"vs"+t.uid+"__option-"+r,role:"option","aria-selected":r===t.typeAheadPointer||null},on:{mouseover:function(n){t.selectable(e)&&(t.typeAheadPointer=r)},click:function(n){n.preventDefault(),n.stopPropagation(),t.selectable(e)&&t.select(e)}}},[t._t("option",[t._v("\n "+t._s(t.getOptionLabel(e))+"\n ")],null,t.normalizeOptionForSlot(e))],2)})),t._v(" "),0===t.filteredOptions.length?n("li",{staticClass:"vs__no-options"},[t._t("no-options",[t._v("\n Sorry, no matching options.\n ")],null,t.scope.noOptions)],2):t._e(),t._v(" "),t._t("list-footer",null,null,t.scope.listFooter)],2):n("ul",{staticStyle:{display:"none",visibility:"hidden"},attrs:{id:"vs"+t.uid+"__listbox",role:"listbox"}})]),t._v(" "),t._t("footer",null,null,t.scope.footer)],2)}),[],!1,null,null,null).exports,A={ajax:u,pointer:l,pointerScroll:c},w=y})(),r})()},584:function(t,e,n){t.exports=function(t){function e(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,e),i.l=!0,i.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="/",e(e.s=89)}([function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){var r=n(35),i=Function.prototype,o=i.call,s=r&&i.bind.bind(o,o);t.exports=r?s:function(t){return function(){return o.apply(t,arguments)}}},function(t,e,n){var r=n(59),i=r.all;t.exports=r.IS_HTMLDDA?function(t){return"function"==typeof t||t===i}:function(t){return"function"==typeof t}},function(t,e,n){var r=n(4),i=n(43).f,o=n(30),s=n(11),u=n(33),a=n(95),c=n(66);t.exports=function(t,e){var n,l,h,p,d,f=t.target,m=t.global,g=t.stat;if(n=m?r:g?r[f]||u(f,{}):(r[f]||{}).prototype)for(l in e){if(p=e[l],h=t.dontCallGetSet?(d=i(n,l))&&d.value:n[l],!c(m?l:f+(g?".":"#")+l,t.forced)&&void 0!==h){if(typeof p==typeof h)continue;a(p,h)}(t.sham||h&&h.sham)&&o(p,"sham",!0),s(n,l,p,t)}}},function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||function(){return this}()||Function("return this")()}).call(e,n(139))},function(t,e,n){var r=n(0);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,e,n){var r=n(8),i=String,o=TypeError;t.exports=function(t){if(r(t))return t;throw o(i(t)+" is not an object")}},function(t,e,n){var r=n(1),i=n(14),o=r({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return o(i(t),e)}},function(t,e,n){var r=n(2),i=n(59),o=i.all;t.exports=i.IS_HTMLDDA?function(t){return"object"==typeof t?null!==t:r(t)||t===o}:function(t){return"object"==typeof t?null!==t:r(t)}},function(t,e,n){var r=n(4),i=n(47),o=n(7),s=n(75),u=n(72),a=n(76),c=i("wks"),l=r.Symbol,h=l&&l.for,p=a?l:l&&l.withoutSetter||s;t.exports=function(t){if(!o(c,t)||!u&&"string"!=typeof c[t]){var e="Symbol."+t;u&&o(l,t)?c[t]=l[t]:c[t]=a&&h?h(e):p(e)}return c[t]}},function(t,e,n){var r=n(123);t.exports=function(t){return r(t.length)}},function(t,e,n){var r=n(2),i=n(13),o=n(104),s=n(33);t.exports=function(t,e,n,u){u||(u={});var a=u.enumerable,c=void 0!==u.name?u.name:e;if(r(n)&&o(n,c,u),u.global)a?t[e]=n:s(e,n);else{try{u.unsafe?t[e]&&(a=!0):delete t[e]}catch(t){}a?t[e]=n:i.f(t,e,{value:n,enumerable:!1,configurable:!u.nonConfigurable,writable:!u.nonWritable})}return t}},function(t,e,n){var r=n(35),i=Function.prototype.call;t.exports=r?i.bind(i):function(){return i.apply(i,arguments)}},function(t,e,n){var r=n(5),i=n(62),o=n(77),s=n(6),u=n(50),a=TypeError,c=Object.defineProperty,l=Object.getOwnPropertyDescriptor;e.f=r?o?function(t,e,n){if(s(t),e=u(e),s(n),"function"==typeof t&&"prototype"===e&&"value"in n&&"writable"in n&&!n.writable){var r=l(t,e);r&&r.writable&&(t[e]=n.value,n={configurable:"configurable"in n?n.configurable:r.configurable,enumerable:"enumerable"in n?n.enumerable:r.enumerable,writable:!1})}return c(t,e,n)}:c:function(t,e,n){if(s(t),e=u(e),s(n),i)try{return c(t,e,n)}catch(t){}if("get"in n||"set"in n)throw a("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var r=n(24),i=Object;t.exports=function(t){return i(r(t))}},function(t,e,n){var r=n(1),i=r({}.toString),o=r("".slice);t.exports=function(t){return o(i(t),8,-1)}},function(t,e,n){var r=n(0),i=n(9),o=n(23),s=i("species");t.exports=function(t){return o>=51||!r((function(){var e=[];return(e.constructor={})[s]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},function(t,e,n){var r=n(4),i=n(2),o=function(t){return i(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?o(r[t]):r[t]&&r[t][e]}},function(t,e,n){var r=n(15);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e,n){var r=n(39),i=n(24);t.exports=function(t){return r(i(t))}},function(t,e,n){var r=n(29),i=String;t.exports=function(t){if("Symbol"===r(t))throw TypeError("Cannot convert a Symbol value to a string");return i(t)}},function(t,e,n){var r=n(100),i=n(1),o=n(39),s=n(14),u=n(10),a=n(28),c=i([].push),l=function(t){var e=1==t,n=2==t,i=3==t,l=4==t,h=6==t,p=7==t,d=5==t||h;return function(f,m,g,v){for(var b,y,A=s(f),w=o(A),O=r(m,g),_=u(w),x=0,j=v||a,C=e?j(f,_):n||p?j(f,0):void 0;_>x;x++)if((d||x in w)&&(y=O(b=w[x],x,A),t))if(e)C[x]=y;else if(y)switch(t){case 3:return!0;case 5:return b;case 6:return x;case 2:c(C,b)}else switch(t){case 4:return!1;case 7:c(C,b)}return h?-1:i||l?l:C}};t.exports={forEach:l(0),map:l(1),filter:l(2),some:l(3),every:l(4),find:l(5),findIndex:l(6),filterReject:l(7)}},function(t,e){var n=TypeError;t.exports=function(t){if(t>9007199254740991)throw n("Maximum allowed index exceeded");return t}},function(t,e,n){var r,i,o=n(4),s=n(97),u=o.process,a=o.Deno,c=u&&u.versions||a&&a.version,l=c&&c.v8;l&&(i=(r=l.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!i&&s&&(!(r=s.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=s.match(/Chrome\/(\d+)/))&&(i=+r[1]),t.exports=i},function(t,e,n){var r=n(40),i=TypeError;t.exports=function(t){if(r(t))throw i("Can't call method on "+t);return t}},function(t,e,n){var r=n(2),i=n(74),o=TypeError;t.exports=function(t){if(r(t))return t;throw o(i(t)+" is not a function")}},function(t,e,n){"use strict";var r=n(0);t.exports=function(t,e){var n=[][t];return!!n&&r((function(){n.call(null,e||function(){return 1},1)}))}},function(t,e,n){"use strict";var r=n(5),i=n(18),o=TypeError,s=Object.getOwnPropertyDescriptor,u=r&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(t){return t instanceof TypeError}}();t.exports=u?function(t,e){if(i(t)&&!s(t,"length").writable)throw o("Cannot set read only .length");return t.length=e}:function(t,e){return t.length=e}},function(t,e,n){var r=n(94);t.exports=function(t,e){return new(r(t))(0===e?0:e)}},function(t,e,n){var r=n(51),i=n(2),o=n(15),u=n(9)("toStringTag"),a=Object,c="Arguments"==o(function(){return arguments}()),l=function(t,e){try{return t[e]}catch(t){}};t.exports=r?o:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=l(e=a(t),u))?n:c?o(e):"Object"==(r=o(e))&&i(e.callee)?"Arguments":r}},function(t,e,n){var r=n(5),i=n(13),o=n(31);t.exports=r?function(t,e,n){return i.f(t,e,o(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){"use strict";var r=n(50),i=n(13),o=n(31);t.exports=function(t,e,n){var s=r(e);s in t?i.f(t,s,o(0,n)):t[s]=n}},function(t,e,n){var r=n(4),i=Object.defineProperty;t.exports=function(t,e){try{i(r,t,{value:e,configurable:!0,writable:!0})}catch(n){r[t]=e}return e}},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e,n){var r=n(0);t.exports=!r((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},function(t,e,n){var r=n(5),i=n(7),o=Function.prototype,s=r&&Object.getOwnPropertyDescriptor,u=i(o,"name"),a=u&&"something"===function(){}.name,c=u&&(!r||r&&s(o,"name").configurable);t.exports={EXISTS:u,PROPER:a,CONFIGURABLE:c}},function(t,e,n){var r=n(15),i=n(1);t.exports=function(t){if("Function"===r(t))return i(t)}},function(t,e){t.exports={}},function(t,e,n){var r=n(1),i=n(0),o=n(15),s=Object,u=r("".split);t.exports=i((function(){return!s("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?u(t,""):s(t)}:s},function(t,e){t.exports=function(t){return null==t}},function(t,e,n){var r=n(17),i=n(2),o=n(44),s=n(76),u=Object;t.exports=s?function(t){return"symbol"==typeof t}:function(t){var e=r("Symbol");return i(e)&&o(e.prototype,u(t))}},function(t,e,n){var r,i=n(6),o=n(107),s=n(34),u=n(38),a=n(101),c=n(60),l=n(70)("IE_PROTO"),p=function(){},h=function(t){return"