From 12f7bacc26d8db0459f675fa848290617b4369c3 Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 24 Aug 2021 22:36:42 +0200 Subject: [PATCH] fixed material print link in modalcard --- .../custom/materiotheme/assets/dist/main.js | 2 +- .../materiotheme/assets/dist/main.js.gz | Bin 140939 -> 140940 bytes .../materiotheme/assets/dist/report.html | 4 ++-- .../vuejs/components/Content/ModalCard.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/themes/custom/materiotheme/assets/dist/main.js b/web/themes/custom/materiotheme/assets/dist/main.js index d14d078..33ef38d 100644 --- a/web/themes/custom/materiotheme/assets/dist/main.js +++ b/web/themes/custom/materiotheme/assets/dist/main.js @@ -1,5 +1,5 @@ /*! For license information please see main.js.LICENSE.txt */ -(()=>{var e,t,n,i={9669:(e,t,n)=>{e.exports=n(1609)},5448:(e,t,n)=>{"use strict";var i=n(4867),r=n(6026),o=n(4372),a=n(5327),s=n(4097),c=n(4109),l=n(7985),u=n(5061);e.exports=function(e){return new Promise((function(t,n){var d=e.data,f=e.headers;i.isFormData(d)&&delete f["Content-Type"];var p=new XMLHttpRequest;if(e.auth){var h=e.auth.username||"",m=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";f.Authorization="Basic "+btoa(h+":"+m)}var v=s(e.baseURL,e.url);if(p.open(e.method.toUpperCase(),a(v,e.params,e.paramsSerializer),!0),p.timeout=e.timeout,p.onreadystatechange=function(){if(p&&4===p.readyState&&(0!==p.status||p.responseURL&&0===p.responseURL.indexOf("file:"))){var i="getAllResponseHeaders"in p?c(p.getAllResponseHeaders()):null,o={data:e.responseType&&"text"!==e.responseType?p.response:p.responseText,status:p.status,statusText:p.statusText,headers:i,config:e,request:p};r(t,n,o),p=null}},p.onabort=function(){p&&(n(u("Request aborted",e,"ECONNABORTED",p)),p=null)},p.onerror=function(){n(u("Network Error",e,null,p)),p=null},p.ontimeout=function(){var t="timeout of "+e.timeout+"ms exceeded";e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(u(t,e,"ECONNABORTED",p)),p=null},i.isStandardBrowserEnv()){var g=(e.withCredentials||l(v))&&e.xsrfCookieName?o.read(e.xsrfCookieName):void 0;g&&(f[e.xsrfHeaderName]=g)}if("setRequestHeader"in p&&i.forEach(f,(function(e,t){void 0===d&&"content-type"===t.toLowerCase()?delete f[t]:p.setRequestHeader(t,e)})),i.isUndefined(e.withCredentials)||(p.withCredentials=!!e.withCredentials),e.responseType)try{p.responseType=e.responseType}catch(t){if("json"!==e.responseType)throw t}"function"==typeof e.onDownloadProgress&&p.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&p.upload&&p.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){p&&(p.abort(),n(e),p=null)})),d||(d=null),p.send(d)}))}},1609:(e,t,n)=>{"use strict";var i=n(4867),r=n(1849),o=n(321),a=n(7185);function s(e){var t=new o(e),n=r(o.prototype.request,t);return i.extend(n,o.prototype,t),i.extend(n,t),n}var c=s(n(5655));c.Axios=o,c.create=function(e){return s(a(c.defaults,e))},c.Cancel=n(5263),c.CancelToken=n(4972),c.isCancel=n(6502),c.all=function(e){return Promise.all(e)},c.spread=n(8713),c.isAxiosError=n(6268),e.exports=c,e.exports.default=c},5263:e=>{"use strict";function t(e){this.message=e}t.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},t.prototype.__CANCEL__=!0,e.exports=t},4972:(e,t,n)=>{"use strict";var i=n(5263);function r(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;e((function(e){n.reason||(n.reason=new i(e),t(n.reason))}))}r.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},r.source=function(){var e;return{token:new r((function(t){e=t})),cancel:e}},e.exports=r},6502:e=>{"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},321:(e,t,n)=>{"use strict";var i=n(4867),r=n(5327),o=n(782),a=n(3572),s=n(7185);function c(e){this.defaults=e,this.interceptors={request:new o,response:new o}}c.prototype.request=function(e){"string"==typeof e?(e=arguments[1]||{}).url=arguments[0]:e=e||{},(e=s(this.defaults,e)).method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var t=[a,void 0],n=Promise.resolve(e);for(this.interceptors.request.forEach((function(e){t.unshift(e.fulfilled,e.rejected)})),this.interceptors.response.forEach((function(e){t.push(e.fulfilled,e.rejected)}));t.length;)n=n.then(t.shift(),t.shift());return n},c.prototype.getUri=function(e){return e=s(this.defaults,e),r(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},i.forEach(["delete","get","head","options"],(function(e){c.prototype[e]=function(t,n){return this.request(s(n||{},{method:e,url:t,data:(n||{}).data}))}})),i.forEach(["post","put","patch"],(function(e){c.prototype[e]=function(t,n,i){return this.request(s(i||{},{method:e,url:t,data:n}))}})),e.exports=c},782:(e,t,n)=>{"use strict";var i=n(4867);function r(){this.handlers=[]}r.prototype.use=function(e,t){return this.handlers.push({fulfilled:e,rejected:t}),this.handlers.length-1},r.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},r.prototype.forEach=function(e){i.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=r},4097:(e,t,n)=>{"use strict";var i=n(1793),r=n(7303);e.exports=function(e,t){return e&&!i(t)?r(e,t):t}},5061:(e,t,n)=>{"use strict";var i=n(481);e.exports=function(e,t,n,r,o){var a=new Error(e);return i(a,t,n,r,o)}},3572:(e,t,n)=>{"use strict";var i=n(4867),r=n(8527),o=n(6502),a=n(5655);function s(e){e.cancelToken&&e.cancelToken.throwIfRequested()}e.exports=function(e){return s(e),e.headers=e.headers||{},e.data=r(e.data,e.headers,e.transformRequest),e.headers=i.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),i.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||a.adapter)(e).then((function(t){return s(e),t.data=r(t.data,t.headers,e.transformResponse),t}),(function(t){return o(t)||(s(e),t&&t.response&&(t.response.data=r(t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},481:e=>{"use strict";e.exports=function(e,t,n,i,r){return e.config=t,n&&(e.code=n),e.request=i,e.response=r,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},e}},7185:(e,t,n)=>{"use strict";var i=n(4867);e.exports=function(e,t){t=t||{};var n={},r=["url","method","data"],o=["headers","auth","proxy","params"],a=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],s=["validateStatus"];function c(e,t){return i.isPlainObject(e)&&i.isPlainObject(t)?i.merge(e,t):i.isPlainObject(t)?i.merge({},t):i.isArray(t)?t.slice():t}function l(r){i.isUndefined(t[r])?i.isUndefined(e[r])||(n[r]=c(void 0,e[r])):n[r]=c(e[r],t[r])}i.forEach(r,(function(e){i.isUndefined(t[e])||(n[e]=c(void 0,t[e]))})),i.forEach(o,l),i.forEach(a,(function(r){i.isUndefined(t[r])?i.isUndefined(e[r])||(n[r]=c(void 0,e[r])):n[r]=c(void 0,t[r])})),i.forEach(s,(function(i){i in t?n[i]=c(e[i],t[i]):i in e&&(n[i]=c(void 0,e[i]))}));var u=r.concat(o).concat(a).concat(s),d=Object.keys(e).concat(Object.keys(t)).filter((function(e){return-1===u.indexOf(e)}));return i.forEach(d,l),n}},6026:(e,t,n)=>{"use strict";var i=n(5061);e.exports=function(e,t,n){var r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(i("Request failed with status code "+n.status,n.config,null,n.request,n)):e(n)}},8527:(e,t,n)=>{"use strict";var i=n(4867);e.exports=function(e,t,n){return i.forEach(n,(function(n){e=n(e,t)})),e}},5655:(e,t,n)=>{"use strict";var i=n(4867),r=n(6016),o={"Content-Type":"application/x-www-form-urlencoded"};function a(e,t){!i.isUndefined(e)&&i.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var s,c={adapter:(("undefined"!=typeof XMLHttpRequest||"undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(s=n(5448)),s),transformRequest:[function(e,t){return r(t,"Accept"),r(t,"Content-Type"),i.isFormData(e)||i.isArrayBuffer(e)||i.isBuffer(e)||i.isStream(e)||i.isFile(e)||i.isBlob(e)?e:i.isArrayBufferView(e)?e.buffer:i.isURLSearchParams(e)?(a(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):i.isObject(e)?(a(t,"application/json;charset=utf-8"),JSON.stringify(e)):e}],transformResponse:[function(e){if("string"==typeof e)try{e=JSON.parse(e)}catch(e){}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300}};c.headers={common:{Accept:"application/json, text/plain, */*"}},i.forEach(["delete","get","head"],(function(e){c.headers[e]={}})),i.forEach(["post","put","patch"],(function(e){c.headers[e]=i.merge(o)})),e.exports=c},1849:e=>{"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),i=0;i{"use strict";var i=n(4867);function r(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,n){if(!t)return e;var o;if(n)o=n(t);else if(i.isURLSearchParams(t))o=t.toString();else{var a=[];i.forEach(t,(function(e,t){null!=e&&(i.isArray(e)?t+="[]":e=[e],i.forEach(e,(function(e){i.isDate(e)?e=e.toISOString():i.isObject(e)&&(e=JSON.stringify(e)),a.push(r(t)+"="+r(e))})))})),o=a.join("&")}if(o){var s=e.indexOf("#");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf("?")?"?":"&")+o}return e}},7303:e=>{"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},4372:(e,t,n)=>{"use strict";var i=n(4867);e.exports=i.isStandardBrowserEnv()?{write:function(e,t,n,r,o,a){var s=[];s.push(e+"="+encodeURIComponent(t)),i.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),i.isString(r)&&s.push("path="+r),i.isString(o)&&s.push("domain="+o),!0===a&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},1793:e=>{"use strict";e.exports=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}},6268:e=>{"use strict";e.exports=function(e){return"object"==typeof e&&!0===e.isAxiosError}},7985:(e,t,n)=>{"use strict";var i=n(4867);e.exports=i.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function r(e){var i=e;return t&&(n.setAttribute("href",i),i=n.href),n.setAttribute("href",i),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return e=r(window.location.href),function(t){var n=i.isString(t)?r(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return!0}},6016:(e,t,n)=>{"use strict";var i=n(4867);e.exports=function(e,t){i.forEach(e,(function(n,i){i!==t&&i.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[i])}))}},4109:(e,t,n)=>{"use strict";var i=n(4867),r=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,n,o,a={};return e?(i.forEach(e.split("\n"),(function(e){if(o=e.indexOf(":"),t=i.trim(e.substr(0,o)).toLowerCase(),n=i.trim(e.substr(o+1)),t){if(a[t]&&r.indexOf(t)>=0)return;a[t]="set-cookie"===t?(a[t]?a[t]:[]).concat([n]):a[t]?a[t]+", "+n:n}})),a):a}},8713:e=>{"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},4867:(e,t,n)=>{"use strict";var i=n(1849),r=Object.prototype.toString;function o(e){return"[object Array]"===r.call(e)}function a(e){return void 0===e}function s(e){return null!==e&&"object"==typeof e}function c(e){if("[object Object]"!==r.call(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}function l(e){return"[object Function]"===r.call(e)}function u(e,t){if(null!=e)if("object"!=typeof e&&(e=[e]),o(e))for(var n=0,i=e.length;n{"use strict";n.d(t,{Qp:()=>h,tG:()=>m});var i=!1;if("undefined"!=typeof window){var r={get passive(){i=!0}};window.addEventListener("testPassive",null,r),window.removeEventListener("testPassive",null,r)}var o="undefined"!=typeof window&&window.navigator&&window.navigator.platform&&(/iP(ad|hone|od)/.test(window.navigator.platform)||"MacIntel"===window.navigator.platform&&window.navigator.maxTouchPoints>1),a=[],s=!1,c=-1,l=void 0,u=void 0,d=function(e){return a.some((function(t){return!(!t.options.allowTouchMove||!t.options.allowTouchMove(e))}))},f=function(e){var t=e||window.event;return!!d(t.target)||(t.touches.length>1||(t.preventDefault&&t.preventDefault(),!1))},p=function(){void 0!==u&&(document.body.style.paddingRight=u,u=void 0),void 0!==l&&(document.body.style.overflow=l,l=void 0)},h=function(e,t){if(e){if(!a.some((function(t){return t.targetElement===e}))){var n={targetElement:e,options:t||{}};a=[].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t0||function(e){return!!e&&e.scrollHeight-e.scrollTop<=e.clientHeight}(t)&&n<0?f(e):e.stopPropagation())}(t,e)},s||(document.addEventListener("touchmove",f,i?{passive:!1}:void 0),s=!0)):function(e){if(void 0===u){var t=!!e&&!0===e.reserveScrollBarGap,n=window.innerWidth-document.documentElement.clientWidth;t&&n>0&&(u=document.body.style.paddingRight,document.body.style.paddingRight=n+"px")}void 0===l&&(l=document.body.style.overflow,document.body.style.overflow="hidden")}(t)}}else console.error("disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.")},m=function(e){e?(a=a.filter((function(t){return t.targetElement!==e})),o?(e.ontouchstart=null,e.ontouchmove=null,s&&0===a.length&&(document.removeEventListener("touchmove",f,i?{passive:!1}:void 0),s=!1)):a.length||p()):console.error("enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.")}},489:e=>{e.exports=e=>{if(!e)throw new Error("Password is empty.");const t="(?=.*[!@#$%^&*])";let n={id:null,value:null,length:null,contains:[]},i=[];new RegExp("^(?=.*[a-z])").test(e)&&(i=[...i,{message:"lowercase"}]),new RegExp("^(?=.*[A-Z])").test(e)&&(i=[...i,{message:"uppercase"}]),new RegExp(`^${t}`).test(e)&&(i=[...i,{message:"symbol"}]),new RegExp("^(?=.*[0-9])").test(e)&&(i=[...i,{message:"number"}]);const r=new RegExp(`^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])${t}(?=.{8,})`),o=new RegExp(`^(((?=.*[a-z])(?=.*[A-Z]))|((?=.*[a-z])(?=.*[0-9]))|((?=.*[A-Z])(?=.*[0-9]))|((?=.*[A-Z])${t})|((?=.*[a-z])${t})|((?=.*[0-9])${t}))(?=.{6,})`);return n=r.test(e)?{id:2,value:"Strong"}:o.test(e)?{id:1,value:"Medium"}:{id:0,value:"Weak"},n.length=e.length,n.contains=i,n}},9996:e=>{"use strict";var t=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===n}(e)}(e)};var n="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function i(e,t){return!1!==t.clone&&t.isMergeableObject(e)?c((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function r(e,t,n){return e.concat(t).map((function(e){return i(e,n)}))}function o(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return e.propertyIsEnumerable(t)})):[]}(e))}function a(e,t){try{return t in e}catch(e){return!1}}function s(e,t,n){var r={};return n.isMergeableObject(e)&&o(e).forEach((function(t){r[t]=i(e[t],n)})),o(t).forEach((function(o){(function(e,t){return a(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))})(e,o)||(a(e,o)&&n.isMergeableObject(t[o])?r[o]=function(e,t){if(!t.customMerge)return c;var n=t.customMerge(e);return"function"==typeof n?n:c}(o,n)(e[o],t[o],n):r[o]=i(t[o],n))})),r}function c(e,n,o){(o=o||{}).arrayMerge=o.arrayMerge||r,o.isMergeableObject=o.isMergeableObject||t,o.cloneUnlessOtherwiseSpecified=i;var a=Array.isArray(n);return a===Array.isArray(e)?a?o.arrayMerge(e,n,o):s(e,n,o):i(n,o)}c.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,n){return c(e,n,t)}),{})};var l=c;e.exports=l},7276:e=>{var t={kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"MateriauFields"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Materiau"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"images"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_minicard"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"samples"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"showroom"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"location"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:179}};t.loc.source={body:"fragment MateriauFields on Materiau {\n id\n title\n images {\n url\n style_minicard{\n url\n }\n }\n\tsamples{\n showroom{\n name\n id\n }\n location\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}};e.exports=t},4195:e=>{var t={kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"MateriauFields"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Materiau"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"short_description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"reference"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"body"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"note"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"contenu"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"target"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"attachments"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"file"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"filename"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"fid"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"filesize"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"description"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"distributor"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"email"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"website"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"infos"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"address"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"langcode"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"country_code"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"administrative_area"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"locality"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"dependent_locality"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"postal_code"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"sorting_code"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"address_line1"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"address_line2"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"organization"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"given_name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"additional_name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"family_name"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"manufacturer"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"email"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"website"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"infos"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"address"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"langcode"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"country_code"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"administrative_area"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"locality"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"dependent_locality"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"postal_code"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"sorting_code"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"address_line1"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"address_line2"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"organization"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"given_name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"additional_name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"family_name"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"samples"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"showroom"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"location"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"images"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alt"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_cardfull"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"linked_materials"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"short_description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"reference"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"images"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alt"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_linkedmaterialcard"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}}],loc:{start:0,end:1305}};t.loc.source={body:"fragment MateriauFields on Materiau {\n id\n title\n\tshort_description\n reference\n body\n note{\n id\n contenu\n target\n }\n attachments{\n file{\n filename\n fid\n filesize\n url\n }\n description\n }\n distributor{\n id\n name\n email\n description\n website{\n title\n url\n }\n infos\n address {\n langcode\n country_code\n administrative_area\n locality\n dependent_locality\n postal_code\n sorting_code\n address_line1\n address_line2\n organization\n given_name\n additional_name\n family_name\n }\n }\n manufacturer{\n id\n name\n email\n description\n website{\n title\n url\n }\n infos\n address {\n langcode\n country_code\n administrative_area\n locality\n dependent_locality\n postal_code\n sorting_code\n address_line1\n address_line2\n organization\n given_name\n additional_name\n family_name\n }\n }\n\tsamples{\n showroom{\n name\n id\n }\n location\n }\n images{\n url\n alt\n style_cardfull{\n url\n }\n }\n linked_materials{\n id\n short_description\n title\n reference\n images{\n url\n alt\n style_linkedmaterialcard{\n url\n }\n }\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}};e.exports=t},5277:e=>{var t={kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ProductsFields"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Product"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"uuid"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"bundle"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"body"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"price_description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"variations"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"uuid"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"sku"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"price"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"value"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"currency"},arguments:[],directives:[]}]}}]}}]}}],loc:{start:0,end:214}};t.loc.source={body:"fragment ProductsFields on Product {\n id\n title\n uuid\n bundle\n body\n price_description\n path\n variations{\n id\n uuid\n title\n description\n sku\n price{\n value\n currency\n }\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}};e.exports=t},1882:e=>{var t={kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"SearchResultFields"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SearchResultInterface"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"uuid"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"bundle"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"short_description"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Materiau"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"images"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alt"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_cardmedium_url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_hd_url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"reference"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"samples"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"showroom"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"location"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"note"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"note_id"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Thematique"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"images"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alt"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_cardmedium_url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_hd_url"},arguments:[],directives:[]}]}}]}}]}}],loc:{start:0,end:462}};t.loc.source={body:"fragment SearchResultFields on SearchResultInterface {\n id\n uuid\n bundle\n path\n title\n short_description\n ... on Materiau{\n images{\n url\n alt\n style_cardmedium_url\n style_hd_url\n }\n reference\n \tsamples{\n showroom{\n name\n id\n }\n location\n }\n note{\n id\n }\n note_id\n }\n ... on Thematique {\n images{\n url\n alt\n style_cardmedium_url\n style_hd_url\n }\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}};e.exports=t},4119:(e,t,n)=>{var i=n(8370).parse;function r(e){return e.replace(/[\s,]+/g," ").trim()}var o={},a={};var s=!0;function c(e,t){var n=Object.prototype.toString.call(e);if("[object Array]"===n)return e.map((function(e){return c(e,t)}));if("[object Object]"!==n)throw new Error("Unexpected input.");t&&e.loc&&delete e.loc,e.loc&&(delete e.loc.startToken,delete e.loc.endToken);var i,r,o,a=Object.keys(e);for(i in a)a.hasOwnProperty(i)&&(r=e[a[i]],"[object Object]"!==(o=Object.prototype.toString.call(r))&&"[object Array]"!==o||(e[a[i]]=c(r,!0)));return e}var l=!1;function u(e){var t=r(e);if(o[t])return o[t];var n=i(e,{experimentalFragmentVariables:l});if(!n||"Document"!==n.kind)throw new Error("Not a valid GraphQL document.");return n=c(n=function(e){for(var t,n={},i=[],o=0;o{"use strict";function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.printError=y,t.GraphQLError=void 0;var r,o=(r=n(5690))&&r.__esModule?r:{default:r},a=n(3098),s=n(9016),c=n(8038);function l(e,t){for(var n=0;n{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.syntaxError=function(e,t,n){return new i.GraphQLError("Syntax Error: ".concat(n),void 0,e,[t])};var i=n(5822)},972:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.prototype.toJSON;"function"==typeof t||(0,i.default)(0),e.prototype.inspect=t,r.default&&(e.prototype[r.default]=t)};var i=o(n(7706)),r=o(n(8554));function o(e){return e&&e.__esModule?e:{default:e}}},7242:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if(!Boolean(e))throw new Error(t)}},8002:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return a(e,[])};var i,r=(i=n(8554))&&i.__esModule?i:{default:i};function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){switch(o(e)){case"string":return JSON.stringify(e);case"function":return e.name?"[function ".concat(e.name,"]"):"[function]";case"object":return null===e?"null":function(e,t){if(-1!==t.indexOf(e))return"[Circular]";var n=[].concat(t,[e]),i=function(e){var t=e[String(r.default)];if("function"==typeof t)return t;if("function"==typeof e.inspect)return e.inspect}(e);if(void 0!==i){var o=i.call(e);if(o!==e)return"string"==typeof o?o:a(o,n)}else if(Array.isArray(e))return function(e,t){if(0===e.length)return"[]";if(t.length>2)return"[Array]";for(var n=Math.min(10,e.length),i=e.length-n,r=[],o=0;o1&&r.push("... ".concat(i," more items"));return"["+r.join(", ")+"]"}(e,n);return function(e,t){var n=Object.keys(e);if(0===n.length)return"{}";if(t.length>2)return"["+function(e){var t=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if("Object"===t&&"function"==typeof e.constructor){var n=e.constructor.name;if("string"==typeof n&&""!==n)return n}return t}(e)+"]";return"{ "+n.map((function(n){return n+": "+a(e[n],t)})).join(", ")+" }"}(e,n)}(e,t);default:return String(e)}}},5752:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=function(e,t){return e instanceof t};t.default=n},7706:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if(!Boolean(e))throw new Error(null!=t?t:"Unexpected invariant triggered.")}},5690:(e,t)=>{"use strict";function n(e){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return"object"==n(e)&&null!==e}},8554:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):void 0;t.default=n},1807:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isNode=function(e){return null!=e&&"string"==typeof e.kind},t.Token=t.Location=void 0;var i,r=(i=n(972))&&i.__esModule?i:{default:i};var o=function(){function e(e,t,n){this.start=e.start,this.end=t.end,this.startToken=e,this.endToken=t,this.source=n}return e.prototype.toJSON=function(){return{start:this.start,end:this.end}},e}();t.Location=o,(0,r.default)(o);var a=function(){function e(e,t,n,i,r,o,a){this.kind=e,this.start=t,this.end=n,this.line=i,this.column=r,this.value=a,this.prev=o,this.next=null}return e.prototype.toJSON=function(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}},e}();t.Token=a,(0,r.default)(a)},849:(e,t)=>{"use strict";function n(e){for(var t=0;ta&&n(t[s-1]);)--s;return t.slice(a,s).join("\n")},t.getBlockStringIndentation=i,t.printBlockString=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=-1===e.indexOf("\n"),r=" "===e[0]||"\t"===e[0],o='"'===e[e.length-1],a="\\"===e[e.length-1],s=!i||o||a||n,c="";!s||i&&r||(c+="\n"+t);c+=t?e.replace(/\n/g,"\n"+t):e,s&&(c+="\n");return'"""'+c.replace(/"""/g,'\\"""')+'"""'}},8333:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DirectiveLocation=void 0;var n=Object.freeze({QUERY:"QUERY",MUTATION:"MUTATION",SUBSCRIPTION:"SUBSCRIPTION",FIELD:"FIELD",FRAGMENT_DEFINITION:"FRAGMENT_DEFINITION",FRAGMENT_SPREAD:"FRAGMENT_SPREAD",INLINE_FRAGMENT:"INLINE_FRAGMENT",VARIABLE_DEFINITION:"VARIABLE_DEFINITION",SCHEMA:"SCHEMA",SCALAR:"SCALAR",OBJECT:"OBJECT",FIELD_DEFINITION:"FIELD_DEFINITION",ARGUMENT_DEFINITION:"ARGUMENT_DEFINITION",INTERFACE:"INTERFACE",UNION:"UNION",ENUM:"ENUM",ENUM_VALUE:"ENUM_VALUE",INPUT_OBJECT:"INPUT_OBJECT",INPUT_FIELD_DEFINITION:"INPUT_FIELD_DEFINITION"});t.DirectiveLocation=n},2828:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Kind=void 0;var n=Object.freeze({NAME:"Name",DOCUMENT:"Document",OPERATION_DEFINITION:"OperationDefinition",VARIABLE_DEFINITION:"VariableDefinition",SELECTION_SET:"SelectionSet",FIELD:"Field",ARGUMENT:"Argument",FRAGMENT_SPREAD:"FragmentSpread",INLINE_FRAGMENT:"InlineFragment",FRAGMENT_DEFINITION:"FragmentDefinition",VARIABLE:"Variable",INT:"IntValue",FLOAT:"FloatValue",STRING:"StringValue",BOOLEAN:"BooleanValue",NULL:"NullValue",ENUM:"EnumValue",LIST:"ListValue",OBJECT:"ObjectValue",OBJECT_FIELD:"ObjectField",DIRECTIVE:"Directive",NAMED_TYPE:"NamedType",LIST_TYPE:"ListType",NON_NULL_TYPE:"NonNullType",SCHEMA_DEFINITION:"SchemaDefinition",OPERATION_TYPE_DEFINITION:"OperationTypeDefinition",SCALAR_TYPE_DEFINITION:"ScalarTypeDefinition",OBJECT_TYPE_DEFINITION:"ObjectTypeDefinition",FIELD_DEFINITION:"FieldDefinition",INPUT_VALUE_DEFINITION:"InputValueDefinition",INTERFACE_TYPE_DEFINITION:"InterfaceTypeDefinition",UNION_TYPE_DEFINITION:"UnionTypeDefinition",ENUM_TYPE_DEFINITION:"EnumTypeDefinition",ENUM_VALUE_DEFINITION:"EnumValueDefinition",INPUT_OBJECT_TYPE_DEFINITION:"InputObjectTypeDefinition",DIRECTIVE_DEFINITION:"DirectiveDefinition",SCHEMA_EXTENSION:"SchemaExtension",SCALAR_TYPE_EXTENSION:"ScalarTypeExtension",OBJECT_TYPE_EXTENSION:"ObjectTypeExtension",INTERFACE_TYPE_EXTENSION:"InterfaceTypeExtension",UNION_TYPE_EXTENSION:"UnionTypeExtension",ENUM_TYPE_EXTENSION:"EnumTypeExtension",INPUT_OBJECT_TYPE_EXTENSION:"InputObjectTypeExtension"});t.Kind=n},4274:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isPunctuatorTokenKind=function(e){return e===o.TokenKind.BANG||e===o.TokenKind.DOLLAR||e===o.TokenKind.AMP||e===o.TokenKind.PAREN_L||e===o.TokenKind.PAREN_R||e===o.TokenKind.SPREAD||e===o.TokenKind.COLON||e===o.TokenKind.EQUALS||e===o.TokenKind.AT||e===o.TokenKind.BRACKET_L||e===o.TokenKind.BRACKET_R||e===o.TokenKind.BRACE_L||e===o.TokenKind.PIPE||e===o.TokenKind.BRACE_R},t.Lexer=void 0;var i=n(338),r=n(1807),o=n(3175),a=n(849),s=function(){function e(e){var t=new r.Token(o.TokenKind.SOF,0,0,0,0,null);this.source=e,this.lastToken=t,this.token=t,this.line=1,this.lineStart=0}var t=e.prototype;return t.advance=function(){return this.lastToken=this.token,this.token=this.lookahead()},t.lookahead=function(){var e=this.token;if(e.kind!==o.TokenKind.EOF)do{var t;e=null!==(t=e.next)&&void 0!==t?t:e.next=l(this,e)}while(e.kind===o.TokenKind.COMMENT);return e},e}();function c(e){return isNaN(e)?o.TokenKind.EOF:e<127?JSON.stringify(String.fromCharCode(e)):'"\\u'.concat(("00"+e.toString(16).toUpperCase()).slice(-4),'"')}function l(e,t){for(var n=e.source,a=n.body,s=a.length,c=t.end;c31||9===s));return new r.Token(o.TokenKind.COMMENT,t,l,n,i,a,c.slice(t+1,l))}function f(e,t,n,a,s,l){var u=e.body,d=n,f=t,h=!1;if(45===d&&(d=u.charCodeAt(++f)),48===d){if((d=u.charCodeAt(++f))>=48&&d<=57)throw(0,i.syntaxError)(e,f,"Invalid number, unexpected digit after 0: ".concat(c(d),"."))}else f=p(e,f,d),d=u.charCodeAt(f);if(46===d&&(h=!0,d=u.charCodeAt(++f),f=p(e,f,d),d=u.charCodeAt(f)),69!==d&&101!==d||(h=!0,43!==(d=u.charCodeAt(++f))&&45!==d||(d=u.charCodeAt(++f)),f=p(e,f,d),d=u.charCodeAt(f)),46===d||function(e){return 95===e||e>=65&&e<=90||e>=97&&e<=122}(d))throw(0,i.syntaxError)(e,f,"Invalid number, expected digit but got: ".concat(c(d),"."));return new r.Token(h?o.TokenKind.FLOAT:o.TokenKind.INT,t,f,a,s,l,u.slice(t,f))}function p(e,t,n){var r=e.body,o=t,a=n;if(a>=48&&a<=57){do{a=r.charCodeAt(++o)}while(a>=48&&a<=57);return o}throw(0,i.syntaxError)(e,o,"Invalid number, expected digit but got: ".concat(c(a),"."))}function h(e,t,n,a,s){for(var l,u,d,f,p=e.body,h=t+1,m=h,g=0,y="";h=48&&e<=57?e-48:e>=65&&e<=70?e-55:e>=97&&e<=102?e-87:-1}function g(e,t,n,i,a){for(var s=e.body,c=s.length,l=t+1,u=0;l!==c&&!isNaN(u=s.charCodeAt(l))&&(95===u||u>=48&&u<=57||u>=65&&u<=90||u>=97&&u<=122);)++l;return new r.Token(o.TokenKind.NAME,t,l,n,i,a,s.slice(t,l))}t.Lexer=s},9016:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getLocation=function(e,t){var n,i=/\r\n|[\n\r]/g,r=1,o=t+1;for(;(n=i.exec(e.body))&&n.index{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parse=function(e,t){return new u(e,t).parseDocument()},t.parseValue=function(e,t){var n=new u(e,t);n.expectToken(a.TokenKind.SOF);var i=n.parseValueLiteral(!1);return n.expectToken(a.TokenKind.EOF),i},t.parseType=function(e,t){var n=new u(e,t);n.expectToken(a.TokenKind.SOF);var i=n.parseTypeReference();return n.expectToken(a.TokenKind.EOF),i},t.Parser=void 0;var i=n(338),r=n(2828),o=n(1807),a=n(3175),s=n(2412),c=n(8333),l=n(4274);var u=function(){function e(e,t){var n=(0,s.isSource)(e)?e:new s.Source(e);this._lexer=new l.Lexer(n),this._options=t}var t=e.prototype;return t.parseName=function(){var e=this.expectToken(a.TokenKind.NAME);return{kind:r.Kind.NAME,value:e.value,loc:this.loc(e)}},t.parseDocument=function(){var e=this._lexer.token;return{kind:r.Kind.DOCUMENT,definitions:this.many(a.TokenKind.SOF,this.parseDefinition,a.TokenKind.EOF),loc:this.loc(e)}},t.parseDefinition=function(){if(this.peek(a.TokenKind.NAME))switch(this._lexer.token.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition();case"schema":case"scalar":case"type":case"interface":case"union":case"enum":case"input":case"directive":return this.parseTypeSystemDefinition();case"extend":return this.parseTypeSystemExtension()}else{if(this.peek(a.TokenKind.BRACE_L))return this.parseOperationDefinition();if(this.peekDescription())return this.parseTypeSystemDefinition()}throw this.unexpected()},t.parseOperationDefinition=function(){var e=this._lexer.token;if(this.peek(a.TokenKind.BRACE_L))return{kind:r.Kind.OPERATION_DEFINITION,operation:"query",name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet(),loc:this.loc(e)};var t,n=this.parseOperationType();return this.peek(a.TokenKind.NAME)&&(t=this.parseName()),{kind:r.Kind.OPERATION_DEFINITION,operation:n,name:t,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(e)}},t.parseOperationType=function(){var e=this.expectToken(a.TokenKind.NAME);switch(e.value){case"query":return"query";case"mutation":return"mutation";case"subscription":return"subscription"}throw this.unexpected(e)},t.parseVariableDefinitions=function(){return this.optionalMany(a.TokenKind.PAREN_L,this.parseVariableDefinition,a.TokenKind.PAREN_R)},t.parseVariableDefinition=function(){var e=this._lexer.token;return{kind:r.Kind.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(a.TokenKind.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(a.TokenKind.EQUALS)?this.parseValueLiteral(!0):void 0,directives:this.parseDirectives(!0),loc:this.loc(e)}},t.parseVariable=function(){var e=this._lexer.token;return this.expectToken(a.TokenKind.DOLLAR),{kind:r.Kind.VARIABLE,name:this.parseName(),loc:this.loc(e)}},t.parseSelectionSet=function(){var e=this._lexer.token;return{kind:r.Kind.SELECTION_SET,selections:this.many(a.TokenKind.BRACE_L,this.parseSelection,a.TokenKind.BRACE_R),loc:this.loc(e)}},t.parseSelection=function(){return this.peek(a.TokenKind.SPREAD)?this.parseFragment():this.parseField()},t.parseField=function(){var e,t,n=this._lexer.token,i=this.parseName();return this.expectOptionalToken(a.TokenKind.COLON)?(e=i,t=this.parseName()):t=i,{kind:r.Kind.FIELD,alias:e,name:t,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(a.TokenKind.BRACE_L)?this.parseSelectionSet():void 0,loc:this.loc(n)}},t.parseArguments=function(e){var t=e?this.parseConstArgument:this.parseArgument;return this.optionalMany(a.TokenKind.PAREN_L,t,a.TokenKind.PAREN_R)},t.parseArgument=function(){var e=this._lexer.token,t=this.parseName();return this.expectToken(a.TokenKind.COLON),{kind:r.Kind.ARGUMENT,name:t,value:this.parseValueLiteral(!1),loc:this.loc(e)}},t.parseConstArgument=function(){var e=this._lexer.token;return{kind:r.Kind.ARGUMENT,name:this.parseName(),value:(this.expectToken(a.TokenKind.COLON),this.parseValueLiteral(!0)),loc:this.loc(e)}},t.parseFragment=function(){var e=this._lexer.token;this.expectToken(a.TokenKind.SPREAD);var t=this.expectOptionalKeyword("on");return!t&&this.peek(a.TokenKind.NAME)?{kind:r.Kind.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1),loc:this.loc(e)}:{kind:r.Kind.INLINE_FRAGMENT,typeCondition:t?this.parseNamedType():void 0,directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(e)}},t.parseFragmentDefinition=function(){var e,t=this._lexer.token;return this.expectKeyword("fragment"),!0===(null===(e=this._options)||void 0===e?void 0:e.experimentalFragmentVariables)?{kind:r.Kind.FRAGMENT_DEFINITION,name:this.parseFragmentName(),variableDefinitions:this.parseVariableDefinitions(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(t)}:{kind:r.Kind.FRAGMENT_DEFINITION,name:this.parseFragmentName(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(t)}},t.parseFragmentName=function(){if("on"===this._lexer.token.value)throw this.unexpected();return this.parseName()},t.parseValueLiteral=function(e){var t=this._lexer.token;switch(t.kind){case a.TokenKind.BRACKET_L:return this.parseList(e);case a.TokenKind.BRACE_L:return this.parseObject(e);case a.TokenKind.INT:return this._lexer.advance(),{kind:r.Kind.INT,value:t.value,loc:this.loc(t)};case a.TokenKind.FLOAT:return this._lexer.advance(),{kind:r.Kind.FLOAT,value:t.value,loc:this.loc(t)};case a.TokenKind.STRING:case a.TokenKind.BLOCK_STRING:return this.parseStringLiteral();case a.TokenKind.NAME:switch(this._lexer.advance(),t.value){case"true":return{kind:r.Kind.BOOLEAN,value:!0,loc:this.loc(t)};case"false":return{kind:r.Kind.BOOLEAN,value:!1,loc:this.loc(t)};case"null":return{kind:r.Kind.NULL,loc:this.loc(t)};default:return{kind:r.Kind.ENUM,value:t.value,loc:this.loc(t)}}case a.TokenKind.DOLLAR:if(!e)return this.parseVariable()}throw this.unexpected()},t.parseStringLiteral=function(){var e=this._lexer.token;return this._lexer.advance(),{kind:r.Kind.STRING,value:e.value,block:e.kind===a.TokenKind.BLOCK_STRING,loc:this.loc(e)}},t.parseList=function(e){var t=this,n=this._lexer.token;return{kind:r.Kind.LIST,values:this.any(a.TokenKind.BRACKET_L,(function(){return t.parseValueLiteral(e)}),a.TokenKind.BRACKET_R),loc:this.loc(n)}},t.parseObject=function(e){var t=this,n=this._lexer.token;return{kind:r.Kind.OBJECT,fields:this.any(a.TokenKind.BRACE_L,(function(){return t.parseObjectField(e)}),a.TokenKind.BRACE_R),loc:this.loc(n)}},t.parseObjectField=function(e){var t=this._lexer.token,n=this.parseName();return this.expectToken(a.TokenKind.COLON),{kind:r.Kind.OBJECT_FIELD,name:n,value:this.parseValueLiteral(e),loc:this.loc(t)}},t.parseDirectives=function(e){for(var t=[];this.peek(a.TokenKind.AT);)t.push(this.parseDirective(e));return t},t.parseDirective=function(e){var t=this._lexer.token;return this.expectToken(a.TokenKind.AT),{kind:r.Kind.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(e),loc:this.loc(t)}},t.parseTypeReference=function(){var e,t=this._lexer.token;return this.expectOptionalToken(a.TokenKind.BRACKET_L)?(e=this.parseTypeReference(),this.expectToken(a.TokenKind.BRACKET_R),e={kind:r.Kind.LIST_TYPE,type:e,loc:this.loc(t)}):e=this.parseNamedType(),this.expectOptionalToken(a.TokenKind.BANG)?{kind:r.Kind.NON_NULL_TYPE,type:e,loc:this.loc(t)}:e},t.parseNamedType=function(){var e=this._lexer.token;return{kind:r.Kind.NAMED_TYPE,name:this.parseName(),loc:this.loc(e)}},t.parseTypeSystemDefinition=function(){var e=this.peekDescription()?this._lexer.lookahead():this._lexer.token;if(e.kind===a.TokenKind.NAME)switch(e.value){case"schema":return this.parseSchemaDefinition();case"scalar":return this.parseScalarTypeDefinition();case"type":return this.parseObjectTypeDefinition();case"interface":return this.parseInterfaceTypeDefinition();case"union":return this.parseUnionTypeDefinition();case"enum":return this.parseEnumTypeDefinition();case"input":return this.parseInputObjectTypeDefinition();case"directive":return this.parseDirectiveDefinition()}throw this.unexpected(e)},t.peekDescription=function(){return this.peek(a.TokenKind.STRING)||this.peek(a.TokenKind.BLOCK_STRING)},t.parseDescription=function(){if(this.peekDescription())return this.parseStringLiteral()},t.parseSchemaDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("schema");var n=this.parseDirectives(!0),i=this.many(a.TokenKind.BRACE_L,this.parseOperationTypeDefinition,a.TokenKind.BRACE_R);return{kind:r.Kind.SCHEMA_DEFINITION,description:t,directives:n,operationTypes:i,loc:this.loc(e)}},t.parseOperationTypeDefinition=function(){var e=this._lexer.token,t=this.parseOperationType();this.expectToken(a.TokenKind.COLON);var n=this.parseNamedType();return{kind:r.Kind.OPERATION_TYPE_DEFINITION,operation:t,type:n,loc:this.loc(e)}},t.parseScalarTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("scalar");var n=this.parseName(),i=this.parseDirectives(!0);return{kind:r.Kind.SCALAR_TYPE_DEFINITION,description:t,name:n,directives:i,loc:this.loc(e)}},t.parseObjectTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("type");var n=this.parseName(),i=this.parseImplementsInterfaces(),o=this.parseDirectives(!0),a=this.parseFieldsDefinition();return{kind:r.Kind.OBJECT_TYPE_DEFINITION,description:t,name:n,interfaces:i,directives:o,fields:a,loc:this.loc(e)}},t.parseImplementsInterfaces=function(){var e;if(!this.expectOptionalKeyword("implements"))return[];if(!0===(null===(e=this._options)||void 0===e?void 0:e.allowLegacySDLImplementsInterfaces)){var t=[];this.expectOptionalToken(a.TokenKind.AMP);do{t.push(this.parseNamedType())}while(this.expectOptionalToken(a.TokenKind.AMP)||this.peek(a.TokenKind.NAME));return t}return this.delimitedMany(a.TokenKind.AMP,this.parseNamedType)},t.parseFieldsDefinition=function(){var e;return!0===(null===(e=this._options)||void 0===e?void 0:e.allowLegacySDLEmptyFields)&&this.peek(a.TokenKind.BRACE_L)&&this._lexer.lookahead().kind===a.TokenKind.BRACE_R?(this._lexer.advance(),this._lexer.advance(),[]):this.optionalMany(a.TokenKind.BRACE_L,this.parseFieldDefinition,a.TokenKind.BRACE_R)},t.parseFieldDefinition=function(){var e=this._lexer.token,t=this.parseDescription(),n=this.parseName(),i=this.parseArgumentDefs();this.expectToken(a.TokenKind.COLON);var o=this.parseTypeReference(),s=this.parseDirectives(!0);return{kind:r.Kind.FIELD_DEFINITION,description:t,name:n,arguments:i,type:o,directives:s,loc:this.loc(e)}},t.parseArgumentDefs=function(){return this.optionalMany(a.TokenKind.PAREN_L,this.parseInputValueDef,a.TokenKind.PAREN_R)},t.parseInputValueDef=function(){var e=this._lexer.token,t=this.parseDescription(),n=this.parseName();this.expectToken(a.TokenKind.COLON);var i,o=this.parseTypeReference();this.expectOptionalToken(a.TokenKind.EQUALS)&&(i=this.parseValueLiteral(!0));var s=this.parseDirectives(!0);return{kind:r.Kind.INPUT_VALUE_DEFINITION,description:t,name:n,type:o,defaultValue:i,directives:s,loc:this.loc(e)}},t.parseInterfaceTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("interface");var n=this.parseName(),i=this.parseImplementsInterfaces(),o=this.parseDirectives(!0),a=this.parseFieldsDefinition();return{kind:r.Kind.INTERFACE_TYPE_DEFINITION,description:t,name:n,interfaces:i,directives:o,fields:a,loc:this.loc(e)}},t.parseUnionTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("union");var n=this.parseName(),i=this.parseDirectives(!0),o=this.parseUnionMemberTypes();return{kind:r.Kind.UNION_TYPE_DEFINITION,description:t,name:n,directives:i,types:o,loc:this.loc(e)}},t.parseUnionMemberTypes=function(){return this.expectOptionalToken(a.TokenKind.EQUALS)?this.delimitedMany(a.TokenKind.PIPE,this.parseNamedType):[]},t.parseEnumTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("enum");var n=this.parseName(),i=this.parseDirectives(!0),o=this.parseEnumValuesDefinition();return{kind:r.Kind.ENUM_TYPE_DEFINITION,description:t,name:n,directives:i,values:o,loc:this.loc(e)}},t.parseEnumValuesDefinition=function(){return this.optionalMany(a.TokenKind.BRACE_L,this.parseEnumValueDefinition,a.TokenKind.BRACE_R)},t.parseEnumValueDefinition=function(){var e=this._lexer.token,t=this.parseDescription(),n=this.parseName(),i=this.parseDirectives(!0);return{kind:r.Kind.ENUM_VALUE_DEFINITION,description:t,name:n,directives:i,loc:this.loc(e)}},t.parseInputObjectTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("input");var n=this.parseName(),i=this.parseDirectives(!0),o=this.parseInputFieldsDefinition();return{kind:r.Kind.INPUT_OBJECT_TYPE_DEFINITION,description:t,name:n,directives:i,fields:o,loc:this.loc(e)}},t.parseInputFieldsDefinition=function(){return this.optionalMany(a.TokenKind.BRACE_L,this.parseInputValueDef,a.TokenKind.BRACE_R)},t.parseTypeSystemExtension=function(){var e=this._lexer.lookahead();if(e.kind===a.TokenKind.NAME)switch(e.value){case"schema":return this.parseSchemaExtension();case"scalar":return this.parseScalarTypeExtension();case"type":return this.parseObjectTypeExtension();case"interface":return this.parseInterfaceTypeExtension();case"union":return this.parseUnionTypeExtension();case"enum":return this.parseEnumTypeExtension();case"input":return this.parseInputObjectTypeExtension()}throw this.unexpected(e)},t.parseSchemaExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("schema");var t=this.parseDirectives(!0),n=this.optionalMany(a.TokenKind.BRACE_L,this.parseOperationTypeDefinition,a.TokenKind.BRACE_R);if(0===t.length&&0===n.length)throw this.unexpected();return{kind:r.Kind.SCHEMA_EXTENSION,directives:t,operationTypes:n,loc:this.loc(e)}},t.parseScalarTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("scalar");var t=this.parseName(),n=this.parseDirectives(!0);if(0===n.length)throw this.unexpected();return{kind:r.Kind.SCALAR_TYPE_EXTENSION,name:t,directives:n,loc:this.loc(e)}},t.parseObjectTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("type");var t=this.parseName(),n=this.parseImplementsInterfaces(),i=this.parseDirectives(!0),o=this.parseFieldsDefinition();if(0===n.length&&0===i.length&&0===o.length)throw this.unexpected();return{kind:r.Kind.OBJECT_TYPE_EXTENSION,name:t,interfaces:n,directives:i,fields:o,loc:this.loc(e)}},t.parseInterfaceTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("interface");var t=this.parseName(),n=this.parseImplementsInterfaces(),i=this.parseDirectives(!0),o=this.parseFieldsDefinition();if(0===n.length&&0===i.length&&0===o.length)throw this.unexpected();return{kind:r.Kind.INTERFACE_TYPE_EXTENSION,name:t,interfaces:n,directives:i,fields:o,loc:this.loc(e)}},t.parseUnionTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("union");var t=this.parseName(),n=this.parseDirectives(!0),i=this.parseUnionMemberTypes();if(0===n.length&&0===i.length)throw this.unexpected();return{kind:r.Kind.UNION_TYPE_EXTENSION,name:t,directives:n,types:i,loc:this.loc(e)}},t.parseEnumTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("enum");var t=this.parseName(),n=this.parseDirectives(!0),i=this.parseEnumValuesDefinition();if(0===n.length&&0===i.length)throw this.unexpected();return{kind:r.Kind.ENUM_TYPE_EXTENSION,name:t,directives:n,values:i,loc:this.loc(e)}},t.parseInputObjectTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("input");var t=this.parseName(),n=this.parseDirectives(!0),i=this.parseInputFieldsDefinition();if(0===n.length&&0===i.length)throw this.unexpected();return{kind:r.Kind.INPUT_OBJECT_TYPE_EXTENSION,name:t,directives:n,fields:i,loc:this.loc(e)}},t.parseDirectiveDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("directive"),this.expectToken(a.TokenKind.AT);var n=this.parseName(),i=this.parseArgumentDefs(),o=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");var s=this.parseDirectiveLocations();return{kind:r.Kind.DIRECTIVE_DEFINITION,description:t,name:n,arguments:i,repeatable:o,locations:s,loc:this.loc(e)}},t.parseDirectiveLocations=function(){return this.delimitedMany(a.TokenKind.PIPE,this.parseDirectiveLocation)},t.parseDirectiveLocation=function(){var e=this._lexer.token,t=this.parseName();if(void 0!==c.DirectiveLocation[t.value])return t;throw this.unexpected(e)},t.loc=function(e){var t;if(!0!==(null===(t=this._options)||void 0===t?void 0:t.noLocation))return new o.Location(e,this._lexer.lastToken,this._lexer.source)},t.peek=function(e){return this._lexer.token.kind===e},t.expectToken=function(e){var t=this._lexer.token;if(t.kind===e)return this._lexer.advance(),t;throw(0,i.syntaxError)(this._lexer.source,t.start,"Expected ".concat(f(e),", found ").concat(d(t),"."))},t.expectOptionalToken=function(e){var t=this._lexer.token;if(t.kind===e)return this._lexer.advance(),t},t.expectKeyword=function(e){var t=this._lexer.token;if(t.kind!==a.TokenKind.NAME||t.value!==e)throw(0,i.syntaxError)(this._lexer.source,t.start,'Expected "'.concat(e,'", found ').concat(d(t),"."));this._lexer.advance()},t.expectOptionalKeyword=function(e){var t=this._lexer.token;return t.kind===a.TokenKind.NAME&&t.value===e&&(this._lexer.advance(),!0)},t.unexpected=function(e){var t=null!=e?e:this._lexer.token;return(0,i.syntaxError)(this._lexer.source,t.start,"Unexpected ".concat(d(t),"."))},t.any=function(e,t,n){this.expectToken(e);for(var i=[];!this.expectOptionalToken(n);)i.push(t.call(this));return i},t.optionalMany=function(e,t,n){if(this.expectOptionalToken(e)){var i=[];do{i.push(t.call(this))}while(!this.expectOptionalToken(n));return i}return[]},t.many=function(e,t,n){this.expectToken(e);var i=[];do{i.push(t.call(this))}while(!this.expectOptionalToken(n));return i},t.delimitedMany=function(e,t){this.expectOptionalToken(e);var n=[];do{n.push(t.call(this))}while(this.expectOptionalToken(e));return n},e}();function d(e){var t=e.value;return f(e.kind)+(null!=t?' "'.concat(t,'"'):"")}function f(e){return(0,l.isPunctuatorTokenKind)(e)?'"'.concat(e,'"'):e}t.Parser=u},8038:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.printLocation=function(e){return r(e.source,(0,i.getLocation)(e.source,e.start))},t.printSourceLocation=r;var i=n(9016);function r(e,t){var n=e.locationOffset.column-1,i=a(n)+e.body,r=t.line-1,s=e.locationOffset.line-1,c=t.line+s,l=1===t.line?n:0,u=t.column+l,d="".concat(e.name,":").concat(c,":").concat(u,"\n"),f=i.split(/\r\n|[\n\r]/g),p=f[r];if(p.length>120){for(var h=Math.floor(u/80),m=u%80,v=[],g=0;g{"use strict";t.S=function(e){return(0,i.visit)(e,{leave:o})};var i=n(285),r=n(849);var o={Name:function(e){return e.value},Variable:function(e){return"$"+e.name},Document:function(e){return s(e.definitions,"\n\n")+"\n"},OperationDefinition:function(e){var t=e.operation,n=e.name,i=l("(",s(e.variableDefinitions,", "),")"),r=s(e.directives," "),o=e.selectionSet;return n||r||i||"query"!==t?s([t,s([n,i]),r,o]," "):o},VariableDefinition:function(e){var t=e.variable,n=e.type,i=e.defaultValue,r=e.directives;return t+": "+n+l(" = ",i)+l(" ",s(r," "))},SelectionSet:function(e){return c(e.selections)},Field:function(e){var t=e.alias,n=e.name,i=e.arguments,r=e.directives,o=e.selectionSet,a=l("",t,": ")+n,c=a+l("(",s(i,", "),")");return c.length>80&&(c=a+l("(\n",u(s(i,"\n")),"\n)")),s([c,s(r," "),o]," ")},Argument:function(e){return e.name+": "+e.value},FragmentSpread:function(e){return"..."+e.name+l(" ",s(e.directives," "))},InlineFragment:function(e){var t=e.typeCondition,n=e.directives,i=e.selectionSet;return s(["...",l("on ",t),s(n," "),i]," ")},FragmentDefinition:function(e){var t=e.name,n=e.typeCondition,i=e.variableDefinitions,r=e.directives,o=e.selectionSet;return"fragment ".concat(t).concat(l("(",s(i,", "),")")," ")+"on ".concat(n," ").concat(l("",s(r," ")," "))+o},IntValue:function(e){return e.value},FloatValue:function(e){return e.value},StringValue:function(e,t){var n=e.value;return e.block?(0,r.printBlockString)(n,"description"===t?"":" "):JSON.stringify(n)},BooleanValue:function(e){return e.value?"true":"false"},NullValue:function(){return"null"},EnumValue:function(e){return e.value},ListValue:function(e){return"["+s(e.values,", ")+"]"},ObjectValue:function(e){return"{"+s(e.fields,", ")+"}"},ObjectField:function(e){return e.name+": "+e.value},Directive:function(e){return"@"+e.name+l("(",s(e.arguments,", "),")")},NamedType:function(e){return e.name},ListType:function(e){return"["+e.type+"]"},NonNullType:function(e){return e.type+"!"},SchemaDefinition:a((function(e){var t=e.directives,n=e.operationTypes;return s(["schema",s(t," "),c(n)]," ")})),OperationTypeDefinition:function(e){return e.operation+": "+e.type},ScalarTypeDefinition:a((function(e){return s(["scalar",e.name,s(e.directives," ")]," ")})),ObjectTypeDefinition:a((function(e){var t=e.name,n=e.interfaces,i=e.directives,r=e.fields;return s(["type",t,l("implements ",s(n," & ")),s(i," "),c(r)]," ")})),FieldDefinition:a((function(e){var t=e.name,n=e.arguments,i=e.type,r=e.directives;return t+(f(n)?l("(\n",u(s(n,"\n")),"\n)"):l("(",s(n,", "),")"))+": "+i+l(" ",s(r," "))})),InputValueDefinition:a((function(e){var t=e.name,n=e.type,i=e.defaultValue,r=e.directives;return s([t+": "+n,l("= ",i),s(r," ")]," ")})),InterfaceTypeDefinition:a((function(e){var t=e.name,n=e.interfaces,i=e.directives,r=e.fields;return s(["interface",t,l("implements ",s(n," & ")),s(i," "),c(r)]," ")})),UnionTypeDefinition:a((function(e){var t=e.name,n=e.directives,i=e.types;return s(["union",t,s(n," "),i&&0!==i.length?"= "+s(i," | "):""]," ")})),EnumTypeDefinition:a((function(e){var t=e.name,n=e.directives,i=e.values;return s(["enum",t,s(n," "),c(i)]," ")})),EnumValueDefinition:a((function(e){return s([e.name,s(e.directives," ")]," ")})),InputObjectTypeDefinition:a((function(e){var t=e.name,n=e.directives,i=e.fields;return s(["input",t,s(n," "),c(i)]," ")})),DirectiveDefinition:a((function(e){var t=e.name,n=e.arguments,i=e.repeatable,r=e.locations;return"directive @"+t+(f(n)?l("(\n",u(s(n,"\n")),"\n)"):l("(",s(n,", "),")"))+(i?" repeatable":"")+" on "+s(r," | ")})),SchemaExtension:function(e){var t=e.directives,n=e.operationTypes;return s(["extend schema",s(t," "),c(n)]," ")},ScalarTypeExtension:function(e){return s(["extend scalar",e.name,s(e.directives," ")]," ")},ObjectTypeExtension:function(e){var t=e.name,n=e.interfaces,i=e.directives,r=e.fields;return s(["extend type",t,l("implements ",s(n," & ")),s(i," "),c(r)]," ")},InterfaceTypeExtension:function(e){var t=e.name,n=e.interfaces,i=e.directives,r=e.fields;return s(["extend interface",t,l("implements ",s(n," & ")),s(i," "),c(r)]," ")},UnionTypeExtension:function(e){var t=e.name,n=e.directives,i=e.types;return s(["extend union",t,s(n," "),i&&0!==i.length?"= "+s(i," | "):""]," ")},EnumTypeExtension:function(e){var t=e.name,n=e.directives,i=e.values;return s(["extend enum",t,s(n," "),c(i)]," ")},InputObjectTypeExtension:function(e){var t=e.name,n=e.directives,i=e.fields;return s(["extend input",t,s(n," "),c(i)]," ")}};function a(e){return function(t){return s([t.description,e(t)],"\n")}}function s(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return null!==(t=null==e?void 0:e.filter((function(e){return e})).join(n))&&void 0!==t?t:""}function c(e){return l("{\n",u(s(e,"\n")),"\n}")}function l(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";return null!=t&&""!==t?e+t+n:""}function u(e){return l(" ",e.replace(/\n/g,"\n "))}function d(e){return-1!==e.indexOf("\n")}function f(e){return null!=e&&e.some(d)}},2412:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isSource=function(e){return(0,a.default)(e,l)},t.Source=void 0;var i=n(3098),r=s(n(8002)),o=s(n(7242)),a=s(n(5752));function s(e){return e&&e.__esModule?e:{default:e}}function c(e,t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:"GraphQL request",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{line:1,column:1};"string"==typeof e||(0,o.default)(0,"Body must be a string. Received: ".concat((0,r.default)(e),".")),this.body=e,this.name=t,this.locationOffset=n,this.locationOffset.line>0||(0,o.default)(0,"line in locationOffset is 1-indexed and must be positive."),this.locationOffset.column>0||(0,o.default)(0,"column in locationOffset is 1-indexed and must be positive.")}var t,n,a;return t=e,(n=[{key:i.SYMBOL_TO_STRING_TAG,get:function(){return"Source"}}])&&c(t.prototype,n),a&&c(t,a),e}();t.Source=l},3175:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TokenKind=void 0;var n=Object.freeze({SOF:"",EOF:"",BANG:"!",DOLLAR:"$",AMP:"&",PAREN_L:"(",PAREN_R:")",SPREAD:"...",COLON:":",EQUALS:"=",AT:"@",BRACKET_L:"[",BRACKET_R:"]",BRACE_L:"{",PIPE:"|",BRACE_R:"}",NAME:"Name",INT:"Int",FLOAT:"Float",STRING:"String",BLOCK_STRING:"BlockString",COMMENT:"Comment"});t.TokenKind=n},285:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.visit=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:a,i=void 0,l=Array.isArray(e),u=[e],d=-1,f=[],p=void 0,h=void 0,m=void 0,v=[],g=[],y=e;do{var b=++d===u.length,_=b&&0!==f.length;if(b){if(h=0===g.length?void 0:v[v.length-1],p=m,m=g.pop(),_){if(l)p=p.slice();else{for(var w={},k=0,S=Object.keys(p);k{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SYMBOL_TO_STRING_TAG=t.SYMBOL_ASYNC_ITERATOR=t.SYMBOL_ITERATOR=void 0;var n="function"==typeof Symbol&&null!=Symbol.iterator?Symbol.iterator:"@@iterator";t.SYMBOL_ITERATOR=n;var i="function"==typeof Symbol&&null!=Symbol.asyncIterator?Symbol.asyncIterator:"@@asyncIterator";t.SYMBOL_ASYNC_ITERATOR=i;var r="function"==typeof Symbol&&null!=Symbol.toStringTag?Symbol.toStringTag:"@@toStringTag";t.SYMBOL_TO_STRING_TAG=r},2705:(e,t,n)=>{var i=n(5639).Symbol;e.exports=i},4239:(e,t,n)=>{var i=n(2705),r=n(9607),o=n(2333),a=i?i.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":a&&a in Object(e)?r(e):o(e)}},7561:(e,t,n)=>{var i=n(7990),r=/^\s+/;e.exports=function(e){return e?e.slice(0,i(e)+1).replace(r,""):e}},1957:(e,t,n)=>{var i="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g;e.exports=i},9607:(e,t,n)=>{var i=n(2705),r=Object.prototype,o=r.hasOwnProperty,a=r.toString,s=i?i.toStringTag:void 0;e.exports=function(e){var t=o.call(e,s),n=e[s];try{e[s]=void 0;var i=!0}catch(e){}var r=a.call(e);return i&&(t?e[s]=n:delete e[s]),r}},2333:e=>{var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},5639:(e,t,n)=>{var i=n(1957),r="object"==typeof self&&self&&self.Object===Object&&self,o=i||r||Function("return this")();e.exports=o},7990:e=>{var t=/\s/;e.exports=function(e){for(var n=e.length;n--&&t.test(e.charAt(n)););return n}},3279:(e,t,n)=>{var i=n(3218),r=n(7771),o=n(4841),a=Math.max,s=Math.min;e.exports=function(e,t,n){var c,l,u,d,f,p,h=0,m=!1,v=!1,g=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function y(t){var n=c,i=l;return c=l=void 0,h=t,d=e.apply(i,n)}function b(e){return h=e,f=setTimeout(w,t),m?y(e):d}function _(e){var n=e-p;return void 0===p||n>=t||n<0||v&&e-h>=u}function w(){var e=r();if(_(e))return k(e);f=setTimeout(w,function(e){var n=t-(e-p);return v?s(n,u-(e-h)):n}(e))}function k(e){return f=void 0,g&&c?y(e):(c=l=void 0,d)}function S(){var e=r(),n=_(e);if(c=arguments,l=this,p=e,n){if(void 0===f)return b(p);if(v)return clearTimeout(f),f=setTimeout(w,t),y(p)}return void 0===f&&(f=setTimeout(w,t)),d}return t=o(t)||0,i(n)&&(m=!!n.leading,u=(v="maxWait"in n)?a(o(n.maxWait)||0,t):u,g="trailing"in n?!!n.trailing:g),S.cancel=function(){void 0!==f&&clearTimeout(f),h=0,c=p=l=f=void 0},S.flush=function(){return void 0===f?d:k(r())},S}},3218:e=>{e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},7005:e=>{e.exports=function(e){return null!=e&&"object"==typeof e}},3448:(e,t,n)=>{var i=n(4239),r=n(7005);e.exports=function(e){return"symbol"==typeof e||r(e)&&"[object Symbol]"==i(e)}},7771:(e,t,n)=>{var i=n(5639);e.exports=function(){return i.Date.now()}},4841:(e,t,n)=>{var i=n(7561),r=n(3218),o=n(3448),a=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,c=/^0o[0-7]+$/i,l=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(o(e))return NaN;if(r(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=r(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=i(e);var n=s.test(e);return n||c.test(e)?l(e.slice(2),n?2:8):a.test(e)?NaN:+e}},8600:e=>{"use strict";const t=["B","kB","MB","GB","TB","PB","EB","ZB","YB"],n=["B","kiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"],i=["b","kbit","Mbit","Gbit","Tbit","Pbit","Ebit","Zbit","Ybit"],r=["b","kibit","Mibit","Gibit","Tibit","Pibit","Eibit","Zibit","Yibit"],o=(e,t,n)=>{let i=e;return"string"==typeof t||Array.isArray(t)?i=e.toLocaleString(t,n):!0!==t&&void 0===n||(i=e.toLocaleString(void 0,n)),i};e.exports=(e,a)=>{if(!Number.isFinite(e))throw new TypeError(`Expected a finite number, got ${typeof e}: ${e}`);const s=(a=Object.assign({bits:!1,binary:!1},a)).bits?a.binary?r:i:a.binary?n:t;if(a.signed&&0===e)return` 0 ${s[0]}`;const c=e<0,l=c?"-":a.signed?"+":"";let u;if(c&&(e=-e),void 0!==a.minimumFractionDigits&&(u={minimumFractionDigits:a.minimumFractionDigits}),void 0!==a.maximumFractionDigits&&(u=Object.assign({maximumFractionDigits:a.maximumFractionDigits},u)),e<1){return l+o(e,a.locale,u)+" "+s[0]}const d=Math.min(Math.floor(a.binary?Math.log(e)/Math.log(1024):Math.log10(e)/3),s.length-1);e/=Math.pow(a.binary?1024:1e3,d),u||(e=e.toPrecision(3));return l+o(Number(e),a.locale,u)+" "+s[d]}},9335:e=>{"use strict";function t(e,t){return Object.prototype.hasOwnProperty.call(e,t)}e.exports=function(e,i,r,o){i=i||"&",r=r||"=";var a={};if("string"!=typeof e||0===e.length)return a;var s=/\+/g;e=e.split(i);var c=1e3;o&&"number"==typeof o.maxKeys&&(c=o.maxKeys);var l=e.length;c>0&&l>c&&(l=c);for(var u=0;u=0?(d=m.substr(0,v),f=m.substr(v+1)):(d=m,f=""),p=decodeURIComponent(d),h=decodeURIComponent(f),t(a,p)?n(a[p])?a[p].push(h):a[p]=[a[p],h]:a[p]=h}return a};var n=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)}},8795:e=>{"use strict";var t=function(e){switch(typeof e){case"string":return e;case"boolean":return e?"true":"false";case"number":return isFinite(e)?e:"";default:return""}};e.exports=function(e,o,a,s){return o=o||"&",a=a||"=",null===e&&(e=void 0),"object"==typeof e?i(r(e),(function(r){var s=encodeURIComponent(t(r))+a;return n(e[r])?i(e[r],(function(e){return s+encodeURIComponent(t(e))})).join(o):s+encodeURIComponent(t(e[r]))})).join(o):s?encodeURIComponent(t(s))+a+encodeURIComponent(t(e)):""};var n=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};function i(e,t){if(e.map)return e.map(t);for(var n=[],i=0;i{"use strict";t.decode=t.parse=n(9335),t.encode=t.stringify=n(8795)},306:function(e){e.exports=function(e){var t={};function n(i){if(t[i])return t[i].exports;var r=t[i]={i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(i,r,function(t){return e[t]}.bind(null,r));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=9)}([function(e,t,n){var i=n(6);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),(0,n(3).default)("6223ff68",i,!0,{})},function(e,t,n){var i=n(8);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),(0,n(3).default)("27f0e51f",i,!0,{})},function(e,t){e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n,i=e[1]||"",r=e[3];if(!r)return i;if(t&&"function"==typeof btoa){var o=(n=r,"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */"),a=r.sources.map((function(e){return"/*# sourceURL="+r.sourceRoot+e+" */"}));return[i].concat(a).concat([o]).join("\n")}return[i].join("\n")}(t,e);return t[2]?"@media "+t[2]+"{"+n+"}":n})).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var i={},r=0;rn.parts.length&&(i.parts.length=n.parts.length)}else{var a=[];for(r=0;r',"\nscript:\n...\ninfiniteHandler($state) {\n ajax('https://www.example.com/api/news')\n .then((res) => {\n if (res.data.length) {\n $state.loaded();\n } else {\n $state.complete();\n }\n });\n}\n...","","more details: https://github.com/PeachScript/vue-infinite-loading/issues/57#issuecomment-324370549"].join("\n"),INFINITE_EVENT:"`:on-infinite` property will be deprecated soon, please use `@infinite` event instead.",IDENTIFIER:"the `reset` event will be deprecated soon, please reset this component by change the `identifier` property."},a={INFINITE_LOOP:["executed the callback function more than ".concat(i.loopCheckMaxCalls," times for a short time, it looks like searched a wrong scroll wrapper that doest not has fixed height or maximum height, please check it. If you want to force to set a element as scroll wrapper ranther than automatic searching, you can do this:"),'\n\x3c!-- add a special attribute for the real scroll wrapper --\x3e\n
\n ...\n \x3c!-- set force-use-infinite-wrapper --\x3e\n \n
\nor\n
\n ...\n \x3c!-- set force-use-infinite-wrapper as css selector of the real scroll wrapper --\x3e\n \n
\n ',"more details: https://github.com/PeachScript/vue-infinite-loading/issues/55#issuecomment-316934169"].join("\n")},s={READY:0,LOADING:1,COMPLETE:2,ERROR:3},c={color:"#666",fontSize:"14px",padding:"10px 0"},l={mode:"development",props:{spinner:"default",distance:100,forceUseInfiniteWrapper:!1},system:i,slots:{noResults:"No results :(",noMore:"No more data :)",error:"Opps, something went wrong :(",errorBtnText:"Retry",spinner:""},WARNINGS:o,ERRORS:a,STATUS:s},u=n(4),d=n.n(u),f={BUBBLES:{render:function(e){return e("span",{attrs:{class:"loading-bubbles"}},Array.apply(Array,Array(8)).map((function(){return e("span",{attrs:{class:"bubble-item"}})})))}},CIRCLES:{render:function(e){return e("span",{attrs:{class:"loading-circles"}},Array.apply(Array,Array(8)).map((function(){return e("span",{attrs:{class:"circle-item"}})})))}},DEFAULT:{render:function(e){return e("i",{attrs:{class:"loading-default"}})}},SPIRAL:{render:function(e){return e("i",{attrs:{class:"loading-spiral"}})}},WAVEDOTS:{render:function(e){return e("span",{attrs:{class:"loading-wave-dots"}},Array.apply(Array,Array(5)).map((function(){return e("span",{attrs:{class:"wave-item"}})})))}}};function p(e,t,n,i,r,o,a,s){var c,l="function"==typeof e?e.options:e;if(t&&(l.render=t,l.staticRenderFns=n,l._compiled=!0),i&&(l.functional=!0),o&&(l._scopeId="data-v-"+o),a?(c=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},l._ssrRegister=c):r&&(c=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),c)if(l.functional){l._injectStyles=c;var u=l.render;l.render=function(e,t){return c.call(t),u(e,t)}}else{var d=l.beforeCreate;l.beforeCreate=d?[].concat(d,c):[c]}return{exports:e,options:l}}var h=p({name:"Spinner",computed:{spinnerView:function(){return f[(this.$attrs.spinner||"").toUpperCase()]||this.spinnerInConfig},spinnerInConfig:function(){return l.slots.spinner&&"string"==typeof l.slots.spinner?{render:function(){return this._v(l.slots.spinner)}}:"object"===d()(l.slots.spinner)?l.slots.spinner:f[l.props.spinner.toUpperCase()]||f.DEFAULT}}},(function(){var e=this.$createElement;return(this._self._c||e)(this.spinnerView,{tag:"component"})}),[],!1,(function(e){var t=n(5);t.__inject__&&t.__inject__(e)}),"46b20d22",null).exports;function m(e){"production"!==l.mode&&console.warn("[Vue-infinite-loading warn]: ".concat(e))}function v(e){console.error("[Vue-infinite-loading error]: ".concat(e))}var g={timers:[],caches:[],throttle:function(e){var t=this;-1===this.caches.indexOf(e)&&(this.caches.push(e),this.timers.push(setTimeout((function(){e(),t.caches.splice(t.caches.indexOf(e),1),t.timers.shift()}),l.system.throttleLimit)))},reset:function(){this.timers.forEach((function(e){clearTimeout(e)})),this.timers.length=0,this.caches=[]}},y={isChecked:!1,timer:null,times:0,track:function(){var e=this;this.times+=1,clearTimeout(this.timer),this.timer=setTimeout((function(){e.isChecked=!0}),l.system.loopCheckTimeout),this.times>l.system.loopCheckMaxCalls&&(v(a.INFINITE_LOOP),this.isChecked=!0)}},b={key:"_infiniteScrollHeight",getScrollElm:function(e){return e===window?document.documentElement:e},save:function(e){var t=this.getScrollElm(e);t[this.key]=t.scrollHeight},restore:function(e){var t=this.getScrollElm(e);"number"==typeof t[this.key]&&(t.scrollTop=t.scrollHeight-t[this.key]+t.scrollTop),this.remove(t)},remove:function(e){void 0!==e[this.key]&&delete e[this.key]}};function _(e){return e.replace(/[A-Z]/g,(function(e){return"-".concat(e.toLowerCase())}))}function w(e){return e.offsetWidth+e.offsetHeight>0}var k=p({name:"InfiniteLoading",data:function(){return{scrollParent:null,scrollHandler:null,isFirstLoad:!0,status:s.READY,slots:l.slots}},components:{Spinner:h},computed:{isShowSpinner:function(){return this.status===s.LOADING},isShowError:function(){return this.status===s.ERROR},isShowNoResults:function(){return this.status===s.COMPLETE&&this.isFirstLoad},isShowNoMore:function(){return this.status===s.COMPLETE&&!this.isFirstLoad},slotStyles:function(){var e=this,t={};return Object.keys(l.slots).forEach((function(n){var i=_(n);(!e.$slots[i]&&!l.slots[n].render||e.$slots[i]&&!e.$slots[i][0].tag)&&(t[n]=c)})),t}},props:{distance:{type:Number,default:l.props.distance},spinner:String,direction:{type:String,default:"bottom"},forceUseInfiniteWrapper:{type:[Boolean,String],default:l.props.forceUseInfiniteWrapper},identifier:{default:+new Date},onInfinite:Function},watch:{identifier:function(){this.stateChanger.reset()}},mounted:function(){var e=this;this.$watch("forceUseInfiniteWrapper",(function(){e.scrollParent=e.getScrollParent()}),{immediate:!0}),this.scrollHandler=function(t){e.status===s.READY&&(t&&t.constructor===Event&&w(e.$el)?g.throttle(e.attemptLoad):e.attemptLoad())},setTimeout((function(){e.scrollHandler(),e.scrollParent.addEventListener("scroll",e.scrollHandler,r)}),1),this.$on("$InfiniteLoading:loaded",(function(t){e.isFirstLoad=!1,"top"===e.direction&&e.$nextTick((function(){b.restore(e.scrollParent)})),e.status===s.LOADING&&e.$nextTick(e.attemptLoad.bind(null,!0)),t&&t.target===e||m(o.STATE_CHANGER)})),this.$on("$InfiniteLoading:complete",(function(t){e.status=s.COMPLETE,e.$nextTick((function(){e.$forceUpdate()})),e.scrollParent.removeEventListener("scroll",e.scrollHandler,r),t&&t.target===e||m(o.STATE_CHANGER)})),this.$on("$InfiniteLoading:reset",(function(t){e.status=s.READY,e.isFirstLoad=!0,b.remove(e.scrollParent),e.scrollParent.addEventListener("scroll",e.scrollHandler,r),setTimeout((function(){g.reset(),e.scrollHandler()}),1),t&&t.target===e||m(o.IDENTIFIER)})),this.stateChanger={loaded:function(){e.$emit("$InfiniteLoading:loaded",{target:e})},complete:function(){e.$emit("$InfiniteLoading:complete",{target:e})},reset:function(){e.$emit("$InfiniteLoading:reset",{target:e})},error:function(){e.status=s.ERROR,g.reset()}},this.onInfinite&&m(o.INFINITE_EVENT)},deactivated:function(){this.status===s.LOADING&&(this.status=s.READY),this.scrollParent.removeEventListener("scroll",this.scrollHandler,r)},activated:function(){this.scrollParent.addEventListener("scroll",this.scrollHandler,r)},methods:{attemptLoad:function(e){var t=this;this.status!==s.COMPLETE&&w(this.$el)&&this.getCurrentDistance()<=this.distance?(this.status=s.LOADING,"top"===this.direction&&this.$nextTick((function(){b.save(t.scrollParent)})),"function"==typeof this.onInfinite?this.onInfinite.call(null,this.stateChanger):this.$emit("infinite",this.stateChanger),!e||this.forceUseInfiniteWrapper||y.isChecked||y.track()):this.status===s.LOADING&&(this.status=s.READY)},getCurrentDistance:function(){return"top"===this.direction?"number"==typeof this.scrollParent.scrollTop?this.scrollParent.scrollTop:this.scrollParent.pageYOffset:this.$el.getBoundingClientRect().top-(this.scrollParent===window?window.innerHeight:this.scrollParent.getBoundingClientRect().bottom)},getScrollParent:function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.$el;return"string"==typeof this.forceUseInfiniteWrapper&&(e=document.querySelector(this.forceUseInfiniteWrapper)),e||("BODY"===t.tagName?e=window:(!this.forceUseInfiniteWrapper&&["scroll","auto"].indexOf(getComputedStyle(t).overflowY)>-1||t.hasAttribute("infinite-wrapper")||t.hasAttribute("data-infinite-wrapper"))&&(e=t)),e||this.getScrollParent(t.parentNode)}},destroyed:function(){!this.status!==s.COMPLETE&&(g.reset(),b.remove(this.scrollParent),this.scrollParent.removeEventListener("scroll",this.scrollHandler,r))}},(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"infinite-loading-container"},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isShowSpinner,expression:"isShowSpinner"}],staticClass:"infinite-status-prompt",style:e.slotStyles.spinner},[e._t("spinner",[n("spinner",{attrs:{spinner:e.spinner}})])],2),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.isShowNoResults,expression:"isShowNoResults"}],staticClass:"infinite-status-prompt",style:e.slotStyles.noResults},[e._t("no-results",[e.slots.noResults.render?n(e.slots.noResults,{tag:"component"}):[e._v(e._s(e.slots.noResults))]])],2),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.isShowNoMore,expression:"isShowNoMore"}],staticClass:"infinite-status-prompt",style:e.slotStyles.noMore},[e._t("no-more",[e.slots.noMore.render?n(e.slots.noMore,{tag:"component"}):[e._v(e._s(e.slots.noMore))]])],2),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.isShowError,expression:"isShowError"}],staticClass:"infinite-status-prompt",style:e.slotStyles.error},[e._t("error",[e.slots.error.render?n(e.slots.error,{tag:"component",attrs:{trigger:e.attemptLoad}}):[e._v("\n "+e._s(e.slots.error)+"\n "),n("br"),e._v(" "),n("button",{staticClass:"btn-try-infinite",domProps:{textContent:e._s(e.slots.errorBtnText)},on:{click:e.attemptLoad}})]],{trigger:e.attemptLoad})],2)])}),[],!1,(function(e){var t=n(7);t.__inject__&&t.__inject__(e)}),"644ea9c9",null).exports;function S(e){l.mode=e.config.productionTip?"development":"production"}Object.defineProperty(k,"install",{configurable:!1,enumerable:!1,value:function(e,t){Object.assign(l.props,t&&t.props),Object.assign(l.slots,t&&t.slots),Object.assign(l.system,t&&t.system),e.component("infinite-loading",k),S(e)}}),"undefined"!=typeof window&&window.Vue&&(window.Vue.component("infinite-loading",k),S(window.Vue)),t.default=k}])},7611:e=>{window,e.exports=function(){return n={},e.m=t=[function(e,t,n){var i=n(7);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),(0,n(4).default)("d763679c",i,!1,{})},function(e,t,n){var i=n(10);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),(0,n(4).default)("6b9cc0e0",i,!1,{})},function(e,t,n){var i=n(12);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),(0,n(4).default)("663c004e",i,!1,{})},function(e,t){e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",i=e[3];if(!i)return n;if(t&&"function"==typeof btoa){var r=function(e){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(e))))+" */"}(i),o=i.sources.map((function(e){return"/*# sourceURL="+i.sourceRoot+e+" */"}));return[n].concat(o).concat([r]).join("\n")}return[n].join("\n")}(t,e);return t[2]?"@media "+t[2]+"{"+n+"}":n})).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var i={},r=0;rn.parts.length&&(i.parts.length=n.parts.length)}else{var a=[];for(r=0;r=this.viewportHeight?Math.max(this.minHeight,this.viewportHeight)+"px":"auto"},containerClass:function(){return["vm--container",this.scrollable&&this.isAutoHeight&&"scrollable"]},modalClass:function(){return["vm--modal",this.classes]},stylesProp:function(){return"string"==typeof this.styles?l(this.styles):this.styles},modalStyle:function(){return[this.stylesProp,{top:this.position.top+"px",left:this.position.left+"px",width:this.trueModalWidth+"px",height:this.isAutoHeight?this.autoHeight:this.trueModalHeight+"px"}]},isComponentReadyToBeDestroyed:function(){return this.overlayTransitionState===$&&this.modalTransitionState===$}},watch:{isComponentReadyToBeDestroyed:function(e){e&&(this.visible=!1)}},methods:{startTransitionEnter:function(){this.visibility.overlay=!0,this.visibility.modal=!0},startTransitionLeave:function(){this.visibility.overlay=!1,this.visibility.modal=!1},beforeOverlayTransitionEnter:function(){this.overlayTransitionState=M},afterOverlayTransitionEnter:function(){this.overlayTransitionState=I},beforeOverlayTransitionLeave:function(){this.overlayTransitionState=j},afterOverlayTransitionLeave:function(){this.overlayTransitionState=$},beforeModalTransitionEnter:function(){var e=this;this.modalTransitionState=M,this.$nextTick((function(){e.resizeObserver.observe(e.$refs.modal)}))},afterModalTransitionEnter:function(){this.modalTransitionState=I,this.draggable&&this.addDraggableListeners(),this.focusTrap&&this.$focusTrap.enable(this.$refs.modal);var e=this.createModalEvent({state:"opened"});this.$emit("opened",e)},beforeModalTransitionLeave:function(){this.modalTransitionState=j,this.resizeObserver.unobserve(this.$refs.modal),this.$focusTrap.enabled()&&this.$focusTrap.disable()},afterModalTransitionLeave:function(){this.modalTransitionState=$;var e=this.createModalEvent({state:"closed"});this.$emit("closed",e)},onToggle:function(e,t,n){if(this.name===e){var i=void 0===t?!this.visible:t;this.toggle(i,n)}},setInitialSize:function(){var e=y(this.width),t=y(this.height);this.modal.width=e.value,this.modal.widthType=e.type,this.modal.height=t.value,this.modal.heightType=t.type},onEscapeKeyUp:function(e){27===e.which&&this.visible&&this.$modal.hide(this.name)},onWindowResize:function(){this.viewportWidth=c(),this.viewportHeight=window.innerHeight,this.ensureShiftInWindowBounds()},createModalEvent:function(e){var t=0{"use strict";n.d(t,{Z:()=>S});var i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return!e.material||e.loading?n("div",{staticClass:"loading"},[n("span",[e._v("Loading ...")])]):n("article",{directives:[{name:"touch",rawName:"v-touch",value:e.onTapCard,expression:"onTapCard"},{name:"touch",rawName:"v-touch:swipe",value:e.onSwipeCard,expression:"onSwipeCard",arg:"swipe"}],staticClass:"card modal-card"},[n("section",{staticClass:"col col-right"},[n("header",[n("h1",[e._v(e._s(e.material.title))]),e._v(" "),n("h4",[e._v(e._s(e.material.short_description))]),e._v(" "),n("span",{staticClass:"ref"},[e._v(e._s(e.material.reference))])]),e._v(" "),n("nav",{ref:"tools",staticClass:"tools"},[n("section",{staticClass:"tool close"},[n("span",{staticClass:"btn mdi mdi-close",on:{click:function(t){return t.preventDefault(),e.onCloseModalCard(t)}}})]),e._v(" "),n("section",{staticClass:"tool flags"},[n("span",{directives:[{name:"touch",rawName:"v-touch.prevent.stop",value:e.onTapTool,expression:"onTapTool",modifiers:{prevent:!0,stop:!0}}],staticClass:"btn mdi mdi-folder-outline"}),e._v(" "),n("div",{staticClass:"tool-content"},[n("span",{staticClass:"label"},[e._v(e._s(e.$t("materio.My folders")))]),e._v(" "),n("ul",[e._l(e.flagcolls,(function(t){return e.flagcolls?n("li",{key:t.id},[n("span",{staticClass:"flag mdi",class:[e.flagIsLoading(t.id)?"mdi-loading mdi-spin":e.flagIsActive(t.id)?"mdi-close-circle isActive":"mdi-plus"],attrs:{collid:t.id},on:{click:function(t){return t.preventDefault(),e.onFlagActionCard(t)}}},[e._v("\n "+e._s(t.name)+"\n ")])]):e._e()})),e._v(" "),e.collsLength<15?n("li",{staticClass:"create-flag"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.new_folder_name,expression:"new_folder_name"}],attrs:{placeholder:"new folder"},domProps:{value:e.new_folder_name},on:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(t.preventDefault(),t.stopPropagation(),e.onCreateFlagColl(t))},input:function(t){t.target.composing||(e.new_folder_name=t.target.value)}}}),e._v(" "),n("span",{staticClass:"add-btn mdi",class:e.addFlagBtnClassObj,on:{click:function(t){return t.preventDefault(),t.stopPropagation(),e.onCreateFlagColl(t)}}})]):e._e()],2)])]),e._v(" "),e.item.samples&&e.item.samples.length?n("section",{staticClass:"tool samples"},[n("span",{directives:[{name:"touch",rawName:"v-touch.prevent.stop",value:e.onTapTool,expression:"onTapTool",modifiers:{prevent:!0,stop:!0}}],staticClass:"btn mdi mdi-beaker-outline"}),e._v(" "),n("div",{staticClass:"tool-content"},[n("span",{staticClass:"label"},[e._v(e._s(e.$t("materio.Samples")))]),e._v(" "),n("ul",e._l(e.item.samples,(function(t){return n("li",{key:t.showroom.id},[n("span",{staticClass:"showroom"},[e._v(e._s(t.showroom.name))]),e._v(": "+e._s(t.location)+"\n ")])})),0)])]):e._e(),e._v(" "),n("section",{staticClass:"tool note"},[e.note_id?n("span",{directives:[{name:"touch",rawName:"v-touch.prevent.stop",value:e.onTapTool,expression:"onTapTool",modifiers:{prevent:!0,stop:!0}}],staticClass:"btn mdi mdi-note"}):n("span",{directives:[{name:"touch",rawName:"v-touch.prevent.stop",value:e.onTapTool,expression:"onTapTool",modifiers:{prevent:!0,stop:!0}}],staticClass:"btn mdi mdi-note-outline"}),e._v(" "),n("div",{staticClass:"tool-content"},[n("textarea",{directives:[{name:"model",rawName:"v-model",value:e.note,expression:"note"}],attrs:{spellcheck:"false",name:"note"},domProps:{value:e.note},on:{input:[function(t){t.target.composing||(e.note=t.target.value)},e.onNoteInput]}})])]),e._v(" "),n("section",{staticClass:"tool print"},[n("a",{attrs:{href:e.material.path+"/printable/print",target:"_blank"}},[n("span",{staticClass:"btn mdi mdi-printer"})])])]),e._v(" "),n("vsa-list",[n("vsa-item",{attrs:{initActive:!0}},[n("vsa-heading",[n("span",{staticClass:"label"},[e._v("Description")])]),e._v(" "),n("vsa-content",[n("section",{staticClass:"body",domProps:{innerHTML:e._s(e.material.body)}}),e._v(" "),n("section",{staticClass:"attachments"},[n("ul",e._l(e.material.attachments,(function(t){return n("li",{key:t.file.fid},[n("a",{attrs:{target:"_blank",href:t.file.url}},[e._v(e._s(t.file.filename)+" "),n("span",[e._v("("+e._s(e.prettyFileSize(t.file.filesize))+")")])]),e._v(" "),t.description?n("p",{staticClass:"description",domProps:{innerHTML:e._s(t.description)}}):e._e()])})),0)]),e._v(" "),n("section",{staticClass:"industriels"},[e.material.manufacturer?n("section",[n("span",{staticClass:"label"},[e._v(e._s(e.$t("materio.Manufacturer")))]),e._v(" "),n("ul",e._l(e.material.manufacturer,(function(t){return n("li",{key:t.id},[n("h2",[e._v(e._s(t.name))]),e._v(" "),t.website?n("p",[n("a",{attrs:{target:"_blank",href:t.website.url}},[e._v(e._s(e.shortUrl(t.website.url)))])]):e._e(),e._v(" "),t.email?n("p",[n("a",{attrs:{href:"mailto:"+t.email}},[e._v(e._s(t.email))])]):e._e()])})),0)]):e._e(),e._v(" "),e.material.distributor?n("section",[n("span",{staticClass:"label"},[e._v(e._s(e.$t("materio.Distributor")))]),e._v(" "),n("ul",e._l(e.material.distributor,(function(t){return n("li",{key:t.id},[n("h2",[e._v(e._s(t.name))]),e._v(" "),t.website?n("p",[n("a",{attrs:{target:"_blank",href:t.website.url}},[e._v(e._s(e.shortUrl(t.website.url)))])]):e._e(),e._v(" "),t.email?n("p",[n("a",{attrs:{href:"mailto:"+t.email}},[e._v(e._s(t.email))])]):e._e()])})),0)]):e._e()])])],1),e._v(" "),e.material.linked_materials.length?n("vsa-item",[n("vsa-heading",[n("span",{staticClass:"label"},[e._v(e._s(e.$t("materio.Linked materials")))])]),e._v(" "),n("vsa-content",[n("section",{staticClass:"linked-materials"},[n("ul",e._l(e.material.linked_materials,(function(e){return n("li",{key:e.id},[n("LinkedMaterialCard",{attrs:{item:e}})],1)})),0)])])],1):e._e()],1)],1),e._v(" "),n("section",{directives:[{name:"switcher",rawName:"v-switcher"}],staticClass:"col col-left images"},e._l(e.material.images,(function(t,i){return n("figure",{directives:[{name:"lazy",rawName:"v-lazy",value:i,expression:"index"}],key:t.url,staticClass:"lazy"},[n("img",{attrs:{"data-src":t.style_cardfull.url,title:t.title}}),e._v(" "),n("img",{staticClass:"blank",attrs:{src:e.blanksrc},on:{click:function(t){e.lightbox_index=i}}})])})),0),e._v(" "),n("CoolLightBox",{attrs:{items:e.material.images,index:e.lightbox_index,srcName:"url",loop:!0},on:{close:function(t){e.lightbox_index=null}}})],1)};i._withStripped=!0;var r=n(629),o=n(6850),a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("article",{staticClass:"card linkedmaterialcard"},[n("header",{on:{click:function(t){return t.preventDefault(),e.openModalCard(t)}}},[n("h1",[e._v(e._s(e.item.title))]),e._v(" "),n("h4",[e._v(e._s(e.item.short_description))]),e._v(" "),e.isloggedin?n("span",{staticClass:"ref"},[e._v(e._s(e.item.reference))]):e._e()]),e._v(" "),n("nav",{staticClass:"tools"}),e._v(" "),n("section",{directives:[{name:"switcher",rawName:"v-switcher"}],staticClass:"images"},e._l(e.item.images,(function(t,i){return n("figure",{directives:[{name:"lazy",rawName:"v-lazy",value:i,expression:"index"}],key:t.url,staticClass:"lazy"},[n("img",{attrs:{"data-src":t.style_linkedmaterialcard.url,title:t.title}}),e._v(" "),n("img",{staticClass:"blank",attrs:{src:e.blanksrc},on:{click:function(t){return t.preventDefault(),e.openModalCard(t)}}})])})),0)])};a._withStripped=!0;var s=n(8357);const c={name:"LinkedMaterialCard",props:["item"],mixins:[s.Z],data:()=>({blanksrc:`${drupalSettings.path.themePath}/assets/img/blank.gif`,loadingItem:!1}),computed:{...(0,r.rn)({isloggedin:e=>e.User.isloggedin})},methods:{itemIsLoading(e){return this.loadingItem},openModalCard(e){this.isLoggedin,this.isloggedin?this.$modal.show(S,{item:this.item,addNoteId:e=>{this.item.note={id:e}}},{name:`modal-${this.item.id}`,draggable:!1,classes:"vm--modale-card",width:"95%",height:"95%"}):this.$modal.show(MemberWarning,{},{draggable:!1,width:"400px",height:"250px"})}}};var l=n(1900),u=(0,l.Z)(c,a,[],!1,null,"51b576e8",null);u.options.__file="web/themes/custom/materiotheme/vuejs/components/Content/LinkedMaterialCard.vue";const d=u.exports;var f=n(2141),p=n(546),h=n(3033),m=n(4119),v=n.n(m),g=n(4195),y=n.n(g);const b=n(8600),_=n(3279),w={name:"ModalCard",props:["item","addNoteId"],mixins:[s.Z],components:{LinkedMaterialCard:d,VsaList:o.VsaList,VsaItem:o.VsaItem,VsaHeading:o.VsaHeading,VsaContent:o.VsaContent,VsaIcon:o.VsaIcon},data:()=>({material:null,loading:!1,blanksrc:`${drupalSettings.path.themePath}/assets/img/blank.gif`,new_folder_name:"",is_creating_folder:!1,loadingFlag:!1,lightbox_index:null,note:"",note_id:null}),computed:{...(0,r.rn)({csrf_token:e=>e.User.csrf_token,flagcolls:e=>e.User.flagcolls,showrooms:e=>e.Showrooms.showrooms_by_tid}),collsLength(){return Object.keys(this.flagcolls).length},addFlagBtnClassObj(){return{"mdi-plus-circle-outline":!this.is_creating_folder,"mdi-loading":this.is_creating_folder,active:this.new_folder_name.length>4&&!this.is_creating_folder,loading:this.is_creating_folder}}},created(){this.item,this.loadMaterial(),this.note_id=this.item.note_id,this.debouncedSaveNote=_(this.saveNote,500)},methods:{...(0,r.nv)({createFlagColl:"User/createFlagColl",flagUnflag:"User/flagUnflag"}),loadMaterial(){this.item.id,this.loading=!0;const e=v()`{ +(()=>{var e,t,n,i={9669:(e,t,n)=>{e.exports=n(1609)},5448:(e,t,n)=>{"use strict";var i=n(4867),r=n(6026),o=n(4372),a=n(5327),s=n(4097),c=n(4109),l=n(7985),u=n(5061);e.exports=function(e){return new Promise((function(t,n){var d=e.data,f=e.headers;i.isFormData(d)&&delete f["Content-Type"];var p=new XMLHttpRequest;if(e.auth){var h=e.auth.username||"",m=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";f.Authorization="Basic "+btoa(h+":"+m)}var v=s(e.baseURL,e.url);if(p.open(e.method.toUpperCase(),a(v,e.params,e.paramsSerializer),!0),p.timeout=e.timeout,p.onreadystatechange=function(){if(p&&4===p.readyState&&(0!==p.status||p.responseURL&&0===p.responseURL.indexOf("file:"))){var i="getAllResponseHeaders"in p?c(p.getAllResponseHeaders()):null,o={data:e.responseType&&"text"!==e.responseType?p.response:p.responseText,status:p.status,statusText:p.statusText,headers:i,config:e,request:p};r(t,n,o),p=null}},p.onabort=function(){p&&(n(u("Request aborted",e,"ECONNABORTED",p)),p=null)},p.onerror=function(){n(u("Network Error",e,null,p)),p=null},p.ontimeout=function(){var t="timeout of "+e.timeout+"ms exceeded";e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(u(t,e,"ECONNABORTED",p)),p=null},i.isStandardBrowserEnv()){var g=(e.withCredentials||l(v))&&e.xsrfCookieName?o.read(e.xsrfCookieName):void 0;g&&(f[e.xsrfHeaderName]=g)}if("setRequestHeader"in p&&i.forEach(f,(function(e,t){void 0===d&&"content-type"===t.toLowerCase()?delete f[t]:p.setRequestHeader(t,e)})),i.isUndefined(e.withCredentials)||(p.withCredentials=!!e.withCredentials),e.responseType)try{p.responseType=e.responseType}catch(t){if("json"!==e.responseType)throw t}"function"==typeof e.onDownloadProgress&&p.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&p.upload&&p.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){p&&(p.abort(),n(e),p=null)})),d||(d=null),p.send(d)}))}},1609:(e,t,n)=>{"use strict";var i=n(4867),r=n(1849),o=n(321),a=n(7185);function s(e){var t=new o(e),n=r(o.prototype.request,t);return i.extend(n,o.prototype,t),i.extend(n,t),n}var c=s(n(5655));c.Axios=o,c.create=function(e){return s(a(c.defaults,e))},c.Cancel=n(5263),c.CancelToken=n(4972),c.isCancel=n(6502),c.all=function(e){return Promise.all(e)},c.spread=n(8713),c.isAxiosError=n(6268),e.exports=c,e.exports.default=c},5263:e=>{"use strict";function t(e){this.message=e}t.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},t.prototype.__CANCEL__=!0,e.exports=t},4972:(e,t,n)=>{"use strict";var i=n(5263);function r(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;e((function(e){n.reason||(n.reason=new i(e),t(n.reason))}))}r.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},r.source=function(){var e;return{token:new r((function(t){e=t})),cancel:e}},e.exports=r},6502:e=>{"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},321:(e,t,n)=>{"use strict";var i=n(4867),r=n(5327),o=n(782),a=n(3572),s=n(7185);function c(e){this.defaults=e,this.interceptors={request:new o,response:new o}}c.prototype.request=function(e){"string"==typeof e?(e=arguments[1]||{}).url=arguments[0]:e=e||{},(e=s(this.defaults,e)).method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var t=[a,void 0],n=Promise.resolve(e);for(this.interceptors.request.forEach((function(e){t.unshift(e.fulfilled,e.rejected)})),this.interceptors.response.forEach((function(e){t.push(e.fulfilled,e.rejected)}));t.length;)n=n.then(t.shift(),t.shift());return n},c.prototype.getUri=function(e){return e=s(this.defaults,e),r(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},i.forEach(["delete","get","head","options"],(function(e){c.prototype[e]=function(t,n){return this.request(s(n||{},{method:e,url:t,data:(n||{}).data}))}})),i.forEach(["post","put","patch"],(function(e){c.prototype[e]=function(t,n,i){return this.request(s(i||{},{method:e,url:t,data:n}))}})),e.exports=c},782:(e,t,n)=>{"use strict";var i=n(4867);function r(){this.handlers=[]}r.prototype.use=function(e,t){return this.handlers.push({fulfilled:e,rejected:t}),this.handlers.length-1},r.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},r.prototype.forEach=function(e){i.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=r},4097:(e,t,n)=>{"use strict";var i=n(1793),r=n(7303);e.exports=function(e,t){return e&&!i(t)?r(e,t):t}},5061:(e,t,n)=>{"use strict";var i=n(481);e.exports=function(e,t,n,r,o){var a=new Error(e);return i(a,t,n,r,o)}},3572:(e,t,n)=>{"use strict";var i=n(4867),r=n(8527),o=n(6502),a=n(5655);function s(e){e.cancelToken&&e.cancelToken.throwIfRequested()}e.exports=function(e){return s(e),e.headers=e.headers||{},e.data=r(e.data,e.headers,e.transformRequest),e.headers=i.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),i.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||a.adapter)(e).then((function(t){return s(e),t.data=r(t.data,t.headers,e.transformResponse),t}),(function(t){return o(t)||(s(e),t&&t.response&&(t.response.data=r(t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},481:e=>{"use strict";e.exports=function(e,t,n,i,r){return e.config=t,n&&(e.code=n),e.request=i,e.response=r,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},e}},7185:(e,t,n)=>{"use strict";var i=n(4867);e.exports=function(e,t){t=t||{};var n={},r=["url","method","data"],o=["headers","auth","proxy","params"],a=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],s=["validateStatus"];function c(e,t){return i.isPlainObject(e)&&i.isPlainObject(t)?i.merge(e,t):i.isPlainObject(t)?i.merge({},t):i.isArray(t)?t.slice():t}function l(r){i.isUndefined(t[r])?i.isUndefined(e[r])||(n[r]=c(void 0,e[r])):n[r]=c(e[r],t[r])}i.forEach(r,(function(e){i.isUndefined(t[e])||(n[e]=c(void 0,t[e]))})),i.forEach(o,l),i.forEach(a,(function(r){i.isUndefined(t[r])?i.isUndefined(e[r])||(n[r]=c(void 0,e[r])):n[r]=c(void 0,t[r])})),i.forEach(s,(function(i){i in t?n[i]=c(e[i],t[i]):i in e&&(n[i]=c(void 0,e[i]))}));var u=r.concat(o).concat(a).concat(s),d=Object.keys(e).concat(Object.keys(t)).filter((function(e){return-1===u.indexOf(e)}));return i.forEach(d,l),n}},6026:(e,t,n)=>{"use strict";var i=n(5061);e.exports=function(e,t,n){var r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(i("Request failed with status code "+n.status,n.config,null,n.request,n)):e(n)}},8527:(e,t,n)=>{"use strict";var i=n(4867);e.exports=function(e,t,n){return i.forEach(n,(function(n){e=n(e,t)})),e}},5655:(e,t,n)=>{"use strict";var i=n(4867),r=n(6016),o={"Content-Type":"application/x-www-form-urlencoded"};function a(e,t){!i.isUndefined(e)&&i.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var s,c={adapter:(("undefined"!=typeof XMLHttpRequest||"undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(s=n(5448)),s),transformRequest:[function(e,t){return r(t,"Accept"),r(t,"Content-Type"),i.isFormData(e)||i.isArrayBuffer(e)||i.isBuffer(e)||i.isStream(e)||i.isFile(e)||i.isBlob(e)?e:i.isArrayBufferView(e)?e.buffer:i.isURLSearchParams(e)?(a(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):i.isObject(e)?(a(t,"application/json;charset=utf-8"),JSON.stringify(e)):e}],transformResponse:[function(e){if("string"==typeof e)try{e=JSON.parse(e)}catch(e){}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300}};c.headers={common:{Accept:"application/json, text/plain, */*"}},i.forEach(["delete","get","head"],(function(e){c.headers[e]={}})),i.forEach(["post","put","patch"],(function(e){c.headers[e]=i.merge(o)})),e.exports=c},1849:e=>{"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),i=0;i{"use strict";var i=n(4867);function r(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,n){if(!t)return e;var o;if(n)o=n(t);else if(i.isURLSearchParams(t))o=t.toString();else{var a=[];i.forEach(t,(function(e,t){null!=e&&(i.isArray(e)?t+="[]":e=[e],i.forEach(e,(function(e){i.isDate(e)?e=e.toISOString():i.isObject(e)&&(e=JSON.stringify(e)),a.push(r(t)+"="+r(e))})))})),o=a.join("&")}if(o){var s=e.indexOf("#");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf("?")?"?":"&")+o}return e}},7303:e=>{"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},4372:(e,t,n)=>{"use strict";var i=n(4867);e.exports=i.isStandardBrowserEnv()?{write:function(e,t,n,r,o,a){var s=[];s.push(e+"="+encodeURIComponent(t)),i.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),i.isString(r)&&s.push("path="+r),i.isString(o)&&s.push("domain="+o),!0===a&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},1793:e=>{"use strict";e.exports=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}},6268:e=>{"use strict";e.exports=function(e){return"object"==typeof e&&!0===e.isAxiosError}},7985:(e,t,n)=>{"use strict";var i=n(4867);e.exports=i.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function r(e){var i=e;return t&&(n.setAttribute("href",i),i=n.href),n.setAttribute("href",i),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return e=r(window.location.href),function(t){var n=i.isString(t)?r(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return!0}},6016:(e,t,n)=>{"use strict";var i=n(4867);e.exports=function(e,t){i.forEach(e,(function(n,i){i!==t&&i.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[i])}))}},4109:(e,t,n)=>{"use strict";var i=n(4867),r=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,n,o,a={};return e?(i.forEach(e.split("\n"),(function(e){if(o=e.indexOf(":"),t=i.trim(e.substr(0,o)).toLowerCase(),n=i.trim(e.substr(o+1)),t){if(a[t]&&r.indexOf(t)>=0)return;a[t]="set-cookie"===t?(a[t]?a[t]:[]).concat([n]):a[t]?a[t]+", "+n:n}})),a):a}},8713:e=>{"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},4867:(e,t,n)=>{"use strict";var i=n(1849),r=Object.prototype.toString;function o(e){return"[object Array]"===r.call(e)}function a(e){return void 0===e}function s(e){return null!==e&&"object"==typeof e}function c(e){if("[object Object]"!==r.call(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}function l(e){return"[object Function]"===r.call(e)}function u(e,t){if(null!=e)if("object"!=typeof e&&(e=[e]),o(e))for(var n=0,i=e.length;n{"use strict";n.d(t,{Qp:()=>h,tG:()=>m});var i=!1;if("undefined"!=typeof window){var r={get passive(){i=!0}};window.addEventListener("testPassive",null,r),window.removeEventListener("testPassive",null,r)}var o="undefined"!=typeof window&&window.navigator&&window.navigator.platform&&(/iP(ad|hone|od)/.test(window.navigator.platform)||"MacIntel"===window.navigator.platform&&window.navigator.maxTouchPoints>1),a=[],s=!1,c=-1,l=void 0,u=void 0,d=function(e){return a.some((function(t){return!(!t.options.allowTouchMove||!t.options.allowTouchMove(e))}))},f=function(e){var t=e||window.event;return!!d(t.target)||(t.touches.length>1||(t.preventDefault&&t.preventDefault(),!1))},p=function(){void 0!==u&&(document.body.style.paddingRight=u,u=void 0),void 0!==l&&(document.body.style.overflow=l,l=void 0)},h=function(e,t){if(e){if(!a.some((function(t){return t.targetElement===e}))){var n={targetElement:e,options:t||{}};a=[].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t0||function(e){return!!e&&e.scrollHeight-e.scrollTop<=e.clientHeight}(t)&&n<0?f(e):e.stopPropagation())}(t,e)},s||(document.addEventListener("touchmove",f,i?{passive:!1}:void 0),s=!0)):function(e){if(void 0===u){var t=!!e&&!0===e.reserveScrollBarGap,n=window.innerWidth-document.documentElement.clientWidth;t&&n>0&&(u=document.body.style.paddingRight,document.body.style.paddingRight=n+"px")}void 0===l&&(l=document.body.style.overflow,document.body.style.overflow="hidden")}(t)}}else console.error("disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.")},m=function(e){e?(a=a.filter((function(t){return t.targetElement!==e})),o?(e.ontouchstart=null,e.ontouchmove=null,s&&0===a.length&&(document.removeEventListener("touchmove",f,i?{passive:!1}:void 0),s=!1)):a.length||p()):console.error("enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.")}},489:e=>{e.exports=e=>{if(!e)throw new Error("Password is empty.");const t="(?=.*[!@#$%^&*])";let n={id:null,value:null,length:null,contains:[]},i=[];new RegExp("^(?=.*[a-z])").test(e)&&(i=[...i,{message:"lowercase"}]),new RegExp("^(?=.*[A-Z])").test(e)&&(i=[...i,{message:"uppercase"}]),new RegExp(`^${t}`).test(e)&&(i=[...i,{message:"symbol"}]),new RegExp("^(?=.*[0-9])").test(e)&&(i=[...i,{message:"number"}]);const r=new RegExp(`^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])${t}(?=.{8,})`),o=new RegExp(`^(((?=.*[a-z])(?=.*[A-Z]))|((?=.*[a-z])(?=.*[0-9]))|((?=.*[A-Z])(?=.*[0-9]))|((?=.*[A-Z])${t})|((?=.*[a-z])${t})|((?=.*[0-9])${t}))(?=.{6,})`);return n=r.test(e)?{id:2,value:"Strong"}:o.test(e)?{id:1,value:"Medium"}:{id:0,value:"Weak"},n.length=e.length,n.contains=i,n}},9996:e=>{"use strict";var t=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===n}(e)}(e)};var n="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function i(e,t){return!1!==t.clone&&t.isMergeableObject(e)?c((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function r(e,t,n){return e.concat(t).map((function(e){return i(e,n)}))}function o(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return e.propertyIsEnumerable(t)})):[]}(e))}function a(e,t){try{return t in e}catch(e){return!1}}function s(e,t,n){var r={};return n.isMergeableObject(e)&&o(e).forEach((function(t){r[t]=i(e[t],n)})),o(t).forEach((function(o){(function(e,t){return a(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))})(e,o)||(a(e,o)&&n.isMergeableObject(t[o])?r[o]=function(e,t){if(!t.customMerge)return c;var n=t.customMerge(e);return"function"==typeof n?n:c}(o,n)(e[o],t[o],n):r[o]=i(t[o],n))})),r}function c(e,n,o){(o=o||{}).arrayMerge=o.arrayMerge||r,o.isMergeableObject=o.isMergeableObject||t,o.cloneUnlessOtherwiseSpecified=i;var a=Array.isArray(n);return a===Array.isArray(e)?a?o.arrayMerge(e,n,o):s(e,n,o):i(n,o)}c.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,n){return c(e,n,t)}),{})};var l=c;e.exports=l},7276:e=>{var t={kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"MateriauFields"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Materiau"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"images"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_minicard"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"samples"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"showroom"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"location"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:179}};t.loc.source={body:"fragment MateriauFields on Materiau {\n id\n title\n images {\n url\n style_minicard{\n url\n }\n }\n\tsamples{\n showroom{\n name\n id\n }\n location\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}};e.exports=t},4195:e=>{var t={kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"MateriauFields"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Materiau"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"short_description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"reference"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"body"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"note"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"contenu"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"target"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"attachments"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"file"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"filename"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"fid"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"filesize"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"description"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"distributor"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"email"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"website"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"infos"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"address"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"langcode"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"country_code"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"administrative_area"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"locality"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"dependent_locality"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"postal_code"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"sorting_code"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"address_line1"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"address_line2"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"organization"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"given_name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"additional_name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"family_name"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"manufacturer"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"email"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"website"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"infos"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"address"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"langcode"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"country_code"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"administrative_area"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"locality"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"dependent_locality"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"postal_code"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"sorting_code"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"address_line1"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"address_line2"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"organization"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"given_name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"additional_name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"family_name"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"samples"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"showroom"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"location"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"images"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alt"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_cardfull"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"linked_materials"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"short_description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"reference"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"images"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alt"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_linkedmaterialcard"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}}]}}]}}]}}],loc:{start:0,end:1305}};t.loc.source={body:"fragment MateriauFields on Materiau {\n id\n title\n\tshort_description\n reference\n body\n note{\n id\n contenu\n target\n }\n attachments{\n file{\n filename\n fid\n filesize\n url\n }\n description\n }\n distributor{\n id\n name\n email\n description\n website{\n title\n url\n }\n infos\n address {\n langcode\n country_code\n administrative_area\n locality\n dependent_locality\n postal_code\n sorting_code\n address_line1\n address_line2\n organization\n given_name\n additional_name\n family_name\n }\n }\n manufacturer{\n id\n name\n email\n description\n website{\n title\n url\n }\n infos\n address {\n langcode\n country_code\n administrative_area\n locality\n dependent_locality\n postal_code\n sorting_code\n address_line1\n address_line2\n organization\n given_name\n additional_name\n family_name\n }\n }\n\tsamples{\n showroom{\n name\n id\n }\n location\n }\n images{\n url\n alt\n style_cardfull{\n url\n }\n }\n linked_materials{\n id\n short_description\n title\n reference\n images{\n url\n alt\n style_linkedmaterialcard{\n url\n }\n }\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}};e.exports=t},5277:e=>{var t={kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"ProductsFields"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Product"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"uuid"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"bundle"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"body"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"price_description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"variations"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"uuid"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"sku"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"price"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"value"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"currency"},arguments:[],directives:[]}]}}]}}]}}],loc:{start:0,end:214}};t.loc.source={body:"fragment ProductsFields on Product {\n id\n title\n uuid\n bundle\n body\n price_description\n path\n variations{\n id\n uuid\n title\n description\n sku\n price{\n value\n currency\n }\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}};e.exports=t},1882:e=>{var t={kind:"Document",definitions:[{kind:"FragmentDefinition",name:{kind:"Name",value:"SearchResultFields"},typeCondition:{kind:"NamedType",name:{kind:"Name",value:"SearchResultInterface"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"uuid"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"bundle"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"short_description"},arguments:[],directives:[]},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Materiau"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"images"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alt"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_cardmedium_url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_hd_url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"reference"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"samples"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"showroom"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"location"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"note"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"note_id"},arguments:[],directives:[]}]}},{kind:"InlineFragment",typeCondition:{kind:"NamedType",name:{kind:"Name",value:"Thematique"}},directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"images"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"alt"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_cardmedium_url"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"style_hd_url"},arguments:[],directives:[]}]}}]}}]}}],loc:{start:0,end:462}};t.loc.source={body:"fragment SearchResultFields on SearchResultInterface {\n id\n uuid\n bundle\n path\n title\n short_description\n ... on Materiau{\n images{\n url\n alt\n style_cardmedium_url\n style_hd_url\n }\n reference\n \tsamples{\n showroom{\n name\n id\n }\n location\n }\n note{\n id\n }\n note_id\n }\n ... on Thematique {\n images{\n url\n alt\n style_cardmedium_url\n style_hd_url\n }\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}};e.exports=t},4119:(e,t,n)=>{var i=n(8370).parse;function r(e){return e.replace(/[\s,]+/g," ").trim()}var o={},a={};var s=!0;function c(e,t){var n=Object.prototype.toString.call(e);if("[object Array]"===n)return e.map((function(e){return c(e,t)}));if("[object Object]"!==n)throw new Error("Unexpected input.");t&&e.loc&&delete e.loc,e.loc&&(delete e.loc.startToken,delete e.loc.endToken);var i,r,o,a=Object.keys(e);for(i in a)a.hasOwnProperty(i)&&(r=e[a[i]],"[object Object]"!==(o=Object.prototype.toString.call(r))&&"[object Array]"!==o||(e[a[i]]=c(r,!0)));return e}var l=!1;function u(e){var t=r(e);if(o[t])return o[t];var n=i(e,{experimentalFragmentVariables:l});if(!n||"Document"!==n.kind)throw new Error("Not a valid GraphQL document.");return n=c(n=function(e){for(var t,n={},i=[],o=0;o{"use strict";function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.printError=y,t.GraphQLError=void 0;var r,o=(r=n(5690))&&r.__esModule?r:{default:r},a=n(3098),s=n(9016),c=n(8038);function l(e,t){for(var n=0;n{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.syntaxError=function(e,t,n){return new i.GraphQLError("Syntax Error: ".concat(n),void 0,e,[t])};var i=n(5822)},972:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.prototype.toJSON;"function"==typeof t||(0,i.default)(0),e.prototype.inspect=t,r.default&&(e.prototype[r.default]=t)};var i=o(n(7706)),r=o(n(8554));function o(e){return e&&e.__esModule?e:{default:e}}},7242:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if(!Boolean(e))throw new Error(t)}},8002:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return a(e,[])};var i,r=(i=n(8554))&&i.__esModule?i:{default:i};function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){switch(o(e)){case"string":return JSON.stringify(e);case"function":return e.name?"[function ".concat(e.name,"]"):"[function]";case"object":return null===e?"null":function(e,t){if(-1!==t.indexOf(e))return"[Circular]";var n=[].concat(t,[e]),i=function(e){var t=e[String(r.default)];if("function"==typeof t)return t;if("function"==typeof e.inspect)return e.inspect}(e);if(void 0!==i){var o=i.call(e);if(o!==e)return"string"==typeof o?o:a(o,n)}else if(Array.isArray(e))return function(e,t){if(0===e.length)return"[]";if(t.length>2)return"[Array]";for(var n=Math.min(10,e.length),i=e.length-n,r=[],o=0;o1&&r.push("... ".concat(i," more items"));return"["+r.join(", ")+"]"}(e,n);return function(e,t){var n=Object.keys(e);if(0===n.length)return"{}";if(t.length>2)return"["+function(e){var t=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if("Object"===t&&"function"==typeof e.constructor){var n=e.constructor.name;if("string"==typeof n&&""!==n)return n}return t}(e)+"]";return"{ "+n.map((function(n){return n+": "+a(e[n],t)})).join(", ")+" }"}(e,n)}(e,t);default:return String(e)}}},5752:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=function(e,t){return e instanceof t};t.default=n},7706:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if(!Boolean(e))throw new Error(null!=t?t:"Unexpected invariant triggered.")}},5690:(e,t)=>{"use strict";function n(e){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return"object"==n(e)&&null!==e}},8554:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):void 0;t.default=n},1807:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isNode=function(e){return null!=e&&"string"==typeof e.kind},t.Token=t.Location=void 0;var i,r=(i=n(972))&&i.__esModule?i:{default:i};var o=function(){function e(e,t,n){this.start=e.start,this.end=t.end,this.startToken=e,this.endToken=t,this.source=n}return e.prototype.toJSON=function(){return{start:this.start,end:this.end}},e}();t.Location=o,(0,r.default)(o);var a=function(){function e(e,t,n,i,r,o,a){this.kind=e,this.start=t,this.end=n,this.line=i,this.column=r,this.value=a,this.prev=o,this.next=null}return e.prototype.toJSON=function(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}},e}();t.Token=a,(0,r.default)(a)},849:(e,t)=>{"use strict";function n(e){for(var t=0;ta&&n(t[s-1]);)--s;return t.slice(a,s).join("\n")},t.getBlockStringIndentation=i,t.printBlockString=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=-1===e.indexOf("\n"),r=" "===e[0]||"\t"===e[0],o='"'===e[e.length-1],a="\\"===e[e.length-1],s=!i||o||a||n,c="";!s||i&&r||(c+="\n"+t);c+=t?e.replace(/\n/g,"\n"+t):e,s&&(c+="\n");return'"""'+c.replace(/"""/g,'\\"""')+'"""'}},8333:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DirectiveLocation=void 0;var n=Object.freeze({QUERY:"QUERY",MUTATION:"MUTATION",SUBSCRIPTION:"SUBSCRIPTION",FIELD:"FIELD",FRAGMENT_DEFINITION:"FRAGMENT_DEFINITION",FRAGMENT_SPREAD:"FRAGMENT_SPREAD",INLINE_FRAGMENT:"INLINE_FRAGMENT",VARIABLE_DEFINITION:"VARIABLE_DEFINITION",SCHEMA:"SCHEMA",SCALAR:"SCALAR",OBJECT:"OBJECT",FIELD_DEFINITION:"FIELD_DEFINITION",ARGUMENT_DEFINITION:"ARGUMENT_DEFINITION",INTERFACE:"INTERFACE",UNION:"UNION",ENUM:"ENUM",ENUM_VALUE:"ENUM_VALUE",INPUT_OBJECT:"INPUT_OBJECT",INPUT_FIELD_DEFINITION:"INPUT_FIELD_DEFINITION"});t.DirectiveLocation=n},2828:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Kind=void 0;var n=Object.freeze({NAME:"Name",DOCUMENT:"Document",OPERATION_DEFINITION:"OperationDefinition",VARIABLE_DEFINITION:"VariableDefinition",SELECTION_SET:"SelectionSet",FIELD:"Field",ARGUMENT:"Argument",FRAGMENT_SPREAD:"FragmentSpread",INLINE_FRAGMENT:"InlineFragment",FRAGMENT_DEFINITION:"FragmentDefinition",VARIABLE:"Variable",INT:"IntValue",FLOAT:"FloatValue",STRING:"StringValue",BOOLEAN:"BooleanValue",NULL:"NullValue",ENUM:"EnumValue",LIST:"ListValue",OBJECT:"ObjectValue",OBJECT_FIELD:"ObjectField",DIRECTIVE:"Directive",NAMED_TYPE:"NamedType",LIST_TYPE:"ListType",NON_NULL_TYPE:"NonNullType",SCHEMA_DEFINITION:"SchemaDefinition",OPERATION_TYPE_DEFINITION:"OperationTypeDefinition",SCALAR_TYPE_DEFINITION:"ScalarTypeDefinition",OBJECT_TYPE_DEFINITION:"ObjectTypeDefinition",FIELD_DEFINITION:"FieldDefinition",INPUT_VALUE_DEFINITION:"InputValueDefinition",INTERFACE_TYPE_DEFINITION:"InterfaceTypeDefinition",UNION_TYPE_DEFINITION:"UnionTypeDefinition",ENUM_TYPE_DEFINITION:"EnumTypeDefinition",ENUM_VALUE_DEFINITION:"EnumValueDefinition",INPUT_OBJECT_TYPE_DEFINITION:"InputObjectTypeDefinition",DIRECTIVE_DEFINITION:"DirectiveDefinition",SCHEMA_EXTENSION:"SchemaExtension",SCALAR_TYPE_EXTENSION:"ScalarTypeExtension",OBJECT_TYPE_EXTENSION:"ObjectTypeExtension",INTERFACE_TYPE_EXTENSION:"InterfaceTypeExtension",UNION_TYPE_EXTENSION:"UnionTypeExtension",ENUM_TYPE_EXTENSION:"EnumTypeExtension",INPUT_OBJECT_TYPE_EXTENSION:"InputObjectTypeExtension"});t.Kind=n},4274:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isPunctuatorTokenKind=function(e){return e===o.TokenKind.BANG||e===o.TokenKind.DOLLAR||e===o.TokenKind.AMP||e===o.TokenKind.PAREN_L||e===o.TokenKind.PAREN_R||e===o.TokenKind.SPREAD||e===o.TokenKind.COLON||e===o.TokenKind.EQUALS||e===o.TokenKind.AT||e===o.TokenKind.BRACKET_L||e===o.TokenKind.BRACKET_R||e===o.TokenKind.BRACE_L||e===o.TokenKind.PIPE||e===o.TokenKind.BRACE_R},t.Lexer=void 0;var i=n(338),r=n(1807),o=n(3175),a=n(849),s=function(){function e(e){var t=new r.Token(o.TokenKind.SOF,0,0,0,0,null);this.source=e,this.lastToken=t,this.token=t,this.line=1,this.lineStart=0}var t=e.prototype;return t.advance=function(){return this.lastToken=this.token,this.token=this.lookahead()},t.lookahead=function(){var e=this.token;if(e.kind!==o.TokenKind.EOF)do{var t;e=null!==(t=e.next)&&void 0!==t?t:e.next=l(this,e)}while(e.kind===o.TokenKind.COMMENT);return e},e}();function c(e){return isNaN(e)?o.TokenKind.EOF:e<127?JSON.stringify(String.fromCharCode(e)):'"\\u'.concat(("00"+e.toString(16).toUpperCase()).slice(-4),'"')}function l(e,t){for(var n=e.source,a=n.body,s=a.length,c=t.end;c31||9===s));return new r.Token(o.TokenKind.COMMENT,t,l,n,i,a,c.slice(t+1,l))}function f(e,t,n,a,s,l){var u=e.body,d=n,f=t,h=!1;if(45===d&&(d=u.charCodeAt(++f)),48===d){if((d=u.charCodeAt(++f))>=48&&d<=57)throw(0,i.syntaxError)(e,f,"Invalid number, unexpected digit after 0: ".concat(c(d),"."))}else f=p(e,f,d),d=u.charCodeAt(f);if(46===d&&(h=!0,d=u.charCodeAt(++f),f=p(e,f,d),d=u.charCodeAt(f)),69!==d&&101!==d||(h=!0,43!==(d=u.charCodeAt(++f))&&45!==d||(d=u.charCodeAt(++f)),f=p(e,f,d),d=u.charCodeAt(f)),46===d||function(e){return 95===e||e>=65&&e<=90||e>=97&&e<=122}(d))throw(0,i.syntaxError)(e,f,"Invalid number, expected digit but got: ".concat(c(d),"."));return new r.Token(h?o.TokenKind.FLOAT:o.TokenKind.INT,t,f,a,s,l,u.slice(t,f))}function p(e,t,n){var r=e.body,o=t,a=n;if(a>=48&&a<=57){do{a=r.charCodeAt(++o)}while(a>=48&&a<=57);return o}throw(0,i.syntaxError)(e,o,"Invalid number, expected digit but got: ".concat(c(a),"."))}function h(e,t,n,a,s){for(var l,u,d,f,p=e.body,h=t+1,m=h,g=0,y="";h=48&&e<=57?e-48:e>=65&&e<=70?e-55:e>=97&&e<=102?e-87:-1}function g(e,t,n,i,a){for(var s=e.body,c=s.length,l=t+1,u=0;l!==c&&!isNaN(u=s.charCodeAt(l))&&(95===u||u>=48&&u<=57||u>=65&&u<=90||u>=97&&u<=122);)++l;return new r.Token(o.TokenKind.NAME,t,l,n,i,a,s.slice(t,l))}t.Lexer=s},9016:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getLocation=function(e,t){var n,i=/\r\n|[\n\r]/g,r=1,o=t+1;for(;(n=i.exec(e.body))&&n.index{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parse=function(e,t){return new u(e,t).parseDocument()},t.parseValue=function(e,t){var n=new u(e,t);n.expectToken(a.TokenKind.SOF);var i=n.parseValueLiteral(!1);return n.expectToken(a.TokenKind.EOF),i},t.parseType=function(e,t){var n=new u(e,t);n.expectToken(a.TokenKind.SOF);var i=n.parseTypeReference();return n.expectToken(a.TokenKind.EOF),i},t.Parser=void 0;var i=n(338),r=n(2828),o=n(1807),a=n(3175),s=n(2412),c=n(8333),l=n(4274);var u=function(){function e(e,t){var n=(0,s.isSource)(e)?e:new s.Source(e);this._lexer=new l.Lexer(n),this._options=t}var t=e.prototype;return t.parseName=function(){var e=this.expectToken(a.TokenKind.NAME);return{kind:r.Kind.NAME,value:e.value,loc:this.loc(e)}},t.parseDocument=function(){var e=this._lexer.token;return{kind:r.Kind.DOCUMENT,definitions:this.many(a.TokenKind.SOF,this.parseDefinition,a.TokenKind.EOF),loc:this.loc(e)}},t.parseDefinition=function(){if(this.peek(a.TokenKind.NAME))switch(this._lexer.token.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition();case"schema":case"scalar":case"type":case"interface":case"union":case"enum":case"input":case"directive":return this.parseTypeSystemDefinition();case"extend":return this.parseTypeSystemExtension()}else{if(this.peek(a.TokenKind.BRACE_L))return this.parseOperationDefinition();if(this.peekDescription())return this.parseTypeSystemDefinition()}throw this.unexpected()},t.parseOperationDefinition=function(){var e=this._lexer.token;if(this.peek(a.TokenKind.BRACE_L))return{kind:r.Kind.OPERATION_DEFINITION,operation:"query",name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet(),loc:this.loc(e)};var t,n=this.parseOperationType();return this.peek(a.TokenKind.NAME)&&(t=this.parseName()),{kind:r.Kind.OPERATION_DEFINITION,operation:n,name:t,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(e)}},t.parseOperationType=function(){var e=this.expectToken(a.TokenKind.NAME);switch(e.value){case"query":return"query";case"mutation":return"mutation";case"subscription":return"subscription"}throw this.unexpected(e)},t.parseVariableDefinitions=function(){return this.optionalMany(a.TokenKind.PAREN_L,this.parseVariableDefinition,a.TokenKind.PAREN_R)},t.parseVariableDefinition=function(){var e=this._lexer.token;return{kind:r.Kind.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(a.TokenKind.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(a.TokenKind.EQUALS)?this.parseValueLiteral(!0):void 0,directives:this.parseDirectives(!0),loc:this.loc(e)}},t.parseVariable=function(){var e=this._lexer.token;return this.expectToken(a.TokenKind.DOLLAR),{kind:r.Kind.VARIABLE,name:this.parseName(),loc:this.loc(e)}},t.parseSelectionSet=function(){var e=this._lexer.token;return{kind:r.Kind.SELECTION_SET,selections:this.many(a.TokenKind.BRACE_L,this.parseSelection,a.TokenKind.BRACE_R),loc:this.loc(e)}},t.parseSelection=function(){return this.peek(a.TokenKind.SPREAD)?this.parseFragment():this.parseField()},t.parseField=function(){var e,t,n=this._lexer.token,i=this.parseName();return this.expectOptionalToken(a.TokenKind.COLON)?(e=i,t=this.parseName()):t=i,{kind:r.Kind.FIELD,alias:e,name:t,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(a.TokenKind.BRACE_L)?this.parseSelectionSet():void 0,loc:this.loc(n)}},t.parseArguments=function(e){var t=e?this.parseConstArgument:this.parseArgument;return this.optionalMany(a.TokenKind.PAREN_L,t,a.TokenKind.PAREN_R)},t.parseArgument=function(){var e=this._lexer.token,t=this.parseName();return this.expectToken(a.TokenKind.COLON),{kind:r.Kind.ARGUMENT,name:t,value:this.parseValueLiteral(!1),loc:this.loc(e)}},t.parseConstArgument=function(){var e=this._lexer.token;return{kind:r.Kind.ARGUMENT,name:this.parseName(),value:(this.expectToken(a.TokenKind.COLON),this.parseValueLiteral(!0)),loc:this.loc(e)}},t.parseFragment=function(){var e=this._lexer.token;this.expectToken(a.TokenKind.SPREAD);var t=this.expectOptionalKeyword("on");return!t&&this.peek(a.TokenKind.NAME)?{kind:r.Kind.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1),loc:this.loc(e)}:{kind:r.Kind.INLINE_FRAGMENT,typeCondition:t?this.parseNamedType():void 0,directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(e)}},t.parseFragmentDefinition=function(){var e,t=this._lexer.token;return this.expectKeyword("fragment"),!0===(null===(e=this._options)||void 0===e?void 0:e.experimentalFragmentVariables)?{kind:r.Kind.FRAGMENT_DEFINITION,name:this.parseFragmentName(),variableDefinitions:this.parseVariableDefinitions(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(t)}:{kind:r.Kind.FRAGMENT_DEFINITION,name:this.parseFragmentName(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(t)}},t.parseFragmentName=function(){if("on"===this._lexer.token.value)throw this.unexpected();return this.parseName()},t.parseValueLiteral=function(e){var t=this._lexer.token;switch(t.kind){case a.TokenKind.BRACKET_L:return this.parseList(e);case a.TokenKind.BRACE_L:return this.parseObject(e);case a.TokenKind.INT:return this._lexer.advance(),{kind:r.Kind.INT,value:t.value,loc:this.loc(t)};case a.TokenKind.FLOAT:return this._lexer.advance(),{kind:r.Kind.FLOAT,value:t.value,loc:this.loc(t)};case a.TokenKind.STRING:case a.TokenKind.BLOCK_STRING:return this.parseStringLiteral();case a.TokenKind.NAME:switch(this._lexer.advance(),t.value){case"true":return{kind:r.Kind.BOOLEAN,value:!0,loc:this.loc(t)};case"false":return{kind:r.Kind.BOOLEAN,value:!1,loc:this.loc(t)};case"null":return{kind:r.Kind.NULL,loc:this.loc(t)};default:return{kind:r.Kind.ENUM,value:t.value,loc:this.loc(t)}}case a.TokenKind.DOLLAR:if(!e)return this.parseVariable()}throw this.unexpected()},t.parseStringLiteral=function(){var e=this._lexer.token;return this._lexer.advance(),{kind:r.Kind.STRING,value:e.value,block:e.kind===a.TokenKind.BLOCK_STRING,loc:this.loc(e)}},t.parseList=function(e){var t=this,n=this._lexer.token;return{kind:r.Kind.LIST,values:this.any(a.TokenKind.BRACKET_L,(function(){return t.parseValueLiteral(e)}),a.TokenKind.BRACKET_R),loc:this.loc(n)}},t.parseObject=function(e){var t=this,n=this._lexer.token;return{kind:r.Kind.OBJECT,fields:this.any(a.TokenKind.BRACE_L,(function(){return t.parseObjectField(e)}),a.TokenKind.BRACE_R),loc:this.loc(n)}},t.parseObjectField=function(e){var t=this._lexer.token,n=this.parseName();return this.expectToken(a.TokenKind.COLON),{kind:r.Kind.OBJECT_FIELD,name:n,value:this.parseValueLiteral(e),loc:this.loc(t)}},t.parseDirectives=function(e){for(var t=[];this.peek(a.TokenKind.AT);)t.push(this.parseDirective(e));return t},t.parseDirective=function(e){var t=this._lexer.token;return this.expectToken(a.TokenKind.AT),{kind:r.Kind.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(e),loc:this.loc(t)}},t.parseTypeReference=function(){var e,t=this._lexer.token;return this.expectOptionalToken(a.TokenKind.BRACKET_L)?(e=this.parseTypeReference(),this.expectToken(a.TokenKind.BRACKET_R),e={kind:r.Kind.LIST_TYPE,type:e,loc:this.loc(t)}):e=this.parseNamedType(),this.expectOptionalToken(a.TokenKind.BANG)?{kind:r.Kind.NON_NULL_TYPE,type:e,loc:this.loc(t)}:e},t.parseNamedType=function(){var e=this._lexer.token;return{kind:r.Kind.NAMED_TYPE,name:this.parseName(),loc:this.loc(e)}},t.parseTypeSystemDefinition=function(){var e=this.peekDescription()?this._lexer.lookahead():this._lexer.token;if(e.kind===a.TokenKind.NAME)switch(e.value){case"schema":return this.parseSchemaDefinition();case"scalar":return this.parseScalarTypeDefinition();case"type":return this.parseObjectTypeDefinition();case"interface":return this.parseInterfaceTypeDefinition();case"union":return this.parseUnionTypeDefinition();case"enum":return this.parseEnumTypeDefinition();case"input":return this.parseInputObjectTypeDefinition();case"directive":return this.parseDirectiveDefinition()}throw this.unexpected(e)},t.peekDescription=function(){return this.peek(a.TokenKind.STRING)||this.peek(a.TokenKind.BLOCK_STRING)},t.parseDescription=function(){if(this.peekDescription())return this.parseStringLiteral()},t.parseSchemaDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("schema");var n=this.parseDirectives(!0),i=this.many(a.TokenKind.BRACE_L,this.parseOperationTypeDefinition,a.TokenKind.BRACE_R);return{kind:r.Kind.SCHEMA_DEFINITION,description:t,directives:n,operationTypes:i,loc:this.loc(e)}},t.parseOperationTypeDefinition=function(){var e=this._lexer.token,t=this.parseOperationType();this.expectToken(a.TokenKind.COLON);var n=this.parseNamedType();return{kind:r.Kind.OPERATION_TYPE_DEFINITION,operation:t,type:n,loc:this.loc(e)}},t.parseScalarTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("scalar");var n=this.parseName(),i=this.parseDirectives(!0);return{kind:r.Kind.SCALAR_TYPE_DEFINITION,description:t,name:n,directives:i,loc:this.loc(e)}},t.parseObjectTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("type");var n=this.parseName(),i=this.parseImplementsInterfaces(),o=this.parseDirectives(!0),a=this.parseFieldsDefinition();return{kind:r.Kind.OBJECT_TYPE_DEFINITION,description:t,name:n,interfaces:i,directives:o,fields:a,loc:this.loc(e)}},t.parseImplementsInterfaces=function(){var e;if(!this.expectOptionalKeyword("implements"))return[];if(!0===(null===(e=this._options)||void 0===e?void 0:e.allowLegacySDLImplementsInterfaces)){var t=[];this.expectOptionalToken(a.TokenKind.AMP);do{t.push(this.parseNamedType())}while(this.expectOptionalToken(a.TokenKind.AMP)||this.peek(a.TokenKind.NAME));return t}return this.delimitedMany(a.TokenKind.AMP,this.parseNamedType)},t.parseFieldsDefinition=function(){var e;return!0===(null===(e=this._options)||void 0===e?void 0:e.allowLegacySDLEmptyFields)&&this.peek(a.TokenKind.BRACE_L)&&this._lexer.lookahead().kind===a.TokenKind.BRACE_R?(this._lexer.advance(),this._lexer.advance(),[]):this.optionalMany(a.TokenKind.BRACE_L,this.parseFieldDefinition,a.TokenKind.BRACE_R)},t.parseFieldDefinition=function(){var e=this._lexer.token,t=this.parseDescription(),n=this.parseName(),i=this.parseArgumentDefs();this.expectToken(a.TokenKind.COLON);var o=this.parseTypeReference(),s=this.parseDirectives(!0);return{kind:r.Kind.FIELD_DEFINITION,description:t,name:n,arguments:i,type:o,directives:s,loc:this.loc(e)}},t.parseArgumentDefs=function(){return this.optionalMany(a.TokenKind.PAREN_L,this.parseInputValueDef,a.TokenKind.PAREN_R)},t.parseInputValueDef=function(){var e=this._lexer.token,t=this.parseDescription(),n=this.parseName();this.expectToken(a.TokenKind.COLON);var i,o=this.parseTypeReference();this.expectOptionalToken(a.TokenKind.EQUALS)&&(i=this.parseValueLiteral(!0));var s=this.parseDirectives(!0);return{kind:r.Kind.INPUT_VALUE_DEFINITION,description:t,name:n,type:o,defaultValue:i,directives:s,loc:this.loc(e)}},t.parseInterfaceTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("interface");var n=this.parseName(),i=this.parseImplementsInterfaces(),o=this.parseDirectives(!0),a=this.parseFieldsDefinition();return{kind:r.Kind.INTERFACE_TYPE_DEFINITION,description:t,name:n,interfaces:i,directives:o,fields:a,loc:this.loc(e)}},t.parseUnionTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("union");var n=this.parseName(),i=this.parseDirectives(!0),o=this.parseUnionMemberTypes();return{kind:r.Kind.UNION_TYPE_DEFINITION,description:t,name:n,directives:i,types:o,loc:this.loc(e)}},t.parseUnionMemberTypes=function(){return this.expectOptionalToken(a.TokenKind.EQUALS)?this.delimitedMany(a.TokenKind.PIPE,this.parseNamedType):[]},t.parseEnumTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("enum");var n=this.parseName(),i=this.parseDirectives(!0),o=this.parseEnumValuesDefinition();return{kind:r.Kind.ENUM_TYPE_DEFINITION,description:t,name:n,directives:i,values:o,loc:this.loc(e)}},t.parseEnumValuesDefinition=function(){return this.optionalMany(a.TokenKind.BRACE_L,this.parseEnumValueDefinition,a.TokenKind.BRACE_R)},t.parseEnumValueDefinition=function(){var e=this._lexer.token,t=this.parseDescription(),n=this.parseName(),i=this.parseDirectives(!0);return{kind:r.Kind.ENUM_VALUE_DEFINITION,description:t,name:n,directives:i,loc:this.loc(e)}},t.parseInputObjectTypeDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("input");var n=this.parseName(),i=this.parseDirectives(!0),o=this.parseInputFieldsDefinition();return{kind:r.Kind.INPUT_OBJECT_TYPE_DEFINITION,description:t,name:n,directives:i,fields:o,loc:this.loc(e)}},t.parseInputFieldsDefinition=function(){return this.optionalMany(a.TokenKind.BRACE_L,this.parseInputValueDef,a.TokenKind.BRACE_R)},t.parseTypeSystemExtension=function(){var e=this._lexer.lookahead();if(e.kind===a.TokenKind.NAME)switch(e.value){case"schema":return this.parseSchemaExtension();case"scalar":return this.parseScalarTypeExtension();case"type":return this.parseObjectTypeExtension();case"interface":return this.parseInterfaceTypeExtension();case"union":return this.parseUnionTypeExtension();case"enum":return this.parseEnumTypeExtension();case"input":return this.parseInputObjectTypeExtension()}throw this.unexpected(e)},t.parseSchemaExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("schema");var t=this.parseDirectives(!0),n=this.optionalMany(a.TokenKind.BRACE_L,this.parseOperationTypeDefinition,a.TokenKind.BRACE_R);if(0===t.length&&0===n.length)throw this.unexpected();return{kind:r.Kind.SCHEMA_EXTENSION,directives:t,operationTypes:n,loc:this.loc(e)}},t.parseScalarTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("scalar");var t=this.parseName(),n=this.parseDirectives(!0);if(0===n.length)throw this.unexpected();return{kind:r.Kind.SCALAR_TYPE_EXTENSION,name:t,directives:n,loc:this.loc(e)}},t.parseObjectTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("type");var t=this.parseName(),n=this.parseImplementsInterfaces(),i=this.parseDirectives(!0),o=this.parseFieldsDefinition();if(0===n.length&&0===i.length&&0===o.length)throw this.unexpected();return{kind:r.Kind.OBJECT_TYPE_EXTENSION,name:t,interfaces:n,directives:i,fields:o,loc:this.loc(e)}},t.parseInterfaceTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("interface");var t=this.parseName(),n=this.parseImplementsInterfaces(),i=this.parseDirectives(!0),o=this.parseFieldsDefinition();if(0===n.length&&0===i.length&&0===o.length)throw this.unexpected();return{kind:r.Kind.INTERFACE_TYPE_EXTENSION,name:t,interfaces:n,directives:i,fields:o,loc:this.loc(e)}},t.parseUnionTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("union");var t=this.parseName(),n=this.parseDirectives(!0),i=this.parseUnionMemberTypes();if(0===n.length&&0===i.length)throw this.unexpected();return{kind:r.Kind.UNION_TYPE_EXTENSION,name:t,directives:n,types:i,loc:this.loc(e)}},t.parseEnumTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("enum");var t=this.parseName(),n=this.parseDirectives(!0),i=this.parseEnumValuesDefinition();if(0===n.length&&0===i.length)throw this.unexpected();return{kind:r.Kind.ENUM_TYPE_EXTENSION,name:t,directives:n,values:i,loc:this.loc(e)}},t.parseInputObjectTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("input");var t=this.parseName(),n=this.parseDirectives(!0),i=this.parseInputFieldsDefinition();if(0===n.length&&0===i.length)throw this.unexpected();return{kind:r.Kind.INPUT_OBJECT_TYPE_EXTENSION,name:t,directives:n,fields:i,loc:this.loc(e)}},t.parseDirectiveDefinition=function(){var e=this._lexer.token,t=this.parseDescription();this.expectKeyword("directive"),this.expectToken(a.TokenKind.AT);var n=this.parseName(),i=this.parseArgumentDefs(),o=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");var s=this.parseDirectiveLocations();return{kind:r.Kind.DIRECTIVE_DEFINITION,description:t,name:n,arguments:i,repeatable:o,locations:s,loc:this.loc(e)}},t.parseDirectiveLocations=function(){return this.delimitedMany(a.TokenKind.PIPE,this.parseDirectiveLocation)},t.parseDirectiveLocation=function(){var e=this._lexer.token,t=this.parseName();if(void 0!==c.DirectiveLocation[t.value])return t;throw this.unexpected(e)},t.loc=function(e){var t;if(!0!==(null===(t=this._options)||void 0===t?void 0:t.noLocation))return new o.Location(e,this._lexer.lastToken,this._lexer.source)},t.peek=function(e){return this._lexer.token.kind===e},t.expectToken=function(e){var t=this._lexer.token;if(t.kind===e)return this._lexer.advance(),t;throw(0,i.syntaxError)(this._lexer.source,t.start,"Expected ".concat(f(e),", found ").concat(d(t),"."))},t.expectOptionalToken=function(e){var t=this._lexer.token;if(t.kind===e)return this._lexer.advance(),t},t.expectKeyword=function(e){var t=this._lexer.token;if(t.kind!==a.TokenKind.NAME||t.value!==e)throw(0,i.syntaxError)(this._lexer.source,t.start,'Expected "'.concat(e,'", found ').concat(d(t),"."));this._lexer.advance()},t.expectOptionalKeyword=function(e){var t=this._lexer.token;return t.kind===a.TokenKind.NAME&&t.value===e&&(this._lexer.advance(),!0)},t.unexpected=function(e){var t=null!=e?e:this._lexer.token;return(0,i.syntaxError)(this._lexer.source,t.start,"Unexpected ".concat(d(t),"."))},t.any=function(e,t,n){this.expectToken(e);for(var i=[];!this.expectOptionalToken(n);)i.push(t.call(this));return i},t.optionalMany=function(e,t,n){if(this.expectOptionalToken(e)){var i=[];do{i.push(t.call(this))}while(!this.expectOptionalToken(n));return i}return[]},t.many=function(e,t,n){this.expectToken(e);var i=[];do{i.push(t.call(this))}while(!this.expectOptionalToken(n));return i},t.delimitedMany=function(e,t){this.expectOptionalToken(e);var n=[];do{n.push(t.call(this))}while(this.expectOptionalToken(e));return n},e}();function d(e){var t=e.value;return f(e.kind)+(null!=t?' "'.concat(t,'"'):"")}function f(e){return(0,l.isPunctuatorTokenKind)(e)?'"'.concat(e,'"'):e}t.Parser=u},8038:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.printLocation=function(e){return r(e.source,(0,i.getLocation)(e.source,e.start))},t.printSourceLocation=r;var i=n(9016);function r(e,t){var n=e.locationOffset.column-1,i=a(n)+e.body,r=t.line-1,s=e.locationOffset.line-1,c=t.line+s,l=1===t.line?n:0,u=t.column+l,d="".concat(e.name,":").concat(c,":").concat(u,"\n"),f=i.split(/\r\n|[\n\r]/g),p=f[r];if(p.length>120){for(var h=Math.floor(u/80),m=u%80,v=[],g=0;g{"use strict";t.S=function(e){return(0,i.visit)(e,{leave:o})};var i=n(285),r=n(849);var o={Name:function(e){return e.value},Variable:function(e){return"$"+e.name},Document:function(e){return s(e.definitions,"\n\n")+"\n"},OperationDefinition:function(e){var t=e.operation,n=e.name,i=l("(",s(e.variableDefinitions,", "),")"),r=s(e.directives," "),o=e.selectionSet;return n||r||i||"query"!==t?s([t,s([n,i]),r,o]," "):o},VariableDefinition:function(e){var t=e.variable,n=e.type,i=e.defaultValue,r=e.directives;return t+": "+n+l(" = ",i)+l(" ",s(r," "))},SelectionSet:function(e){return c(e.selections)},Field:function(e){var t=e.alias,n=e.name,i=e.arguments,r=e.directives,o=e.selectionSet,a=l("",t,": ")+n,c=a+l("(",s(i,", "),")");return c.length>80&&(c=a+l("(\n",u(s(i,"\n")),"\n)")),s([c,s(r," "),o]," ")},Argument:function(e){return e.name+": "+e.value},FragmentSpread:function(e){return"..."+e.name+l(" ",s(e.directives," "))},InlineFragment:function(e){var t=e.typeCondition,n=e.directives,i=e.selectionSet;return s(["...",l("on ",t),s(n," "),i]," ")},FragmentDefinition:function(e){var t=e.name,n=e.typeCondition,i=e.variableDefinitions,r=e.directives,o=e.selectionSet;return"fragment ".concat(t).concat(l("(",s(i,", "),")")," ")+"on ".concat(n," ").concat(l("",s(r," ")," "))+o},IntValue:function(e){return e.value},FloatValue:function(e){return e.value},StringValue:function(e,t){var n=e.value;return e.block?(0,r.printBlockString)(n,"description"===t?"":" "):JSON.stringify(n)},BooleanValue:function(e){return e.value?"true":"false"},NullValue:function(){return"null"},EnumValue:function(e){return e.value},ListValue:function(e){return"["+s(e.values,", ")+"]"},ObjectValue:function(e){return"{"+s(e.fields,", ")+"}"},ObjectField:function(e){return e.name+": "+e.value},Directive:function(e){return"@"+e.name+l("(",s(e.arguments,", "),")")},NamedType:function(e){return e.name},ListType:function(e){return"["+e.type+"]"},NonNullType:function(e){return e.type+"!"},SchemaDefinition:a((function(e){var t=e.directives,n=e.operationTypes;return s(["schema",s(t," "),c(n)]," ")})),OperationTypeDefinition:function(e){return e.operation+": "+e.type},ScalarTypeDefinition:a((function(e){return s(["scalar",e.name,s(e.directives," ")]," ")})),ObjectTypeDefinition:a((function(e){var t=e.name,n=e.interfaces,i=e.directives,r=e.fields;return s(["type",t,l("implements ",s(n," & ")),s(i," "),c(r)]," ")})),FieldDefinition:a((function(e){var t=e.name,n=e.arguments,i=e.type,r=e.directives;return t+(f(n)?l("(\n",u(s(n,"\n")),"\n)"):l("(",s(n,", "),")"))+": "+i+l(" ",s(r," "))})),InputValueDefinition:a((function(e){var t=e.name,n=e.type,i=e.defaultValue,r=e.directives;return s([t+": "+n,l("= ",i),s(r," ")]," ")})),InterfaceTypeDefinition:a((function(e){var t=e.name,n=e.interfaces,i=e.directives,r=e.fields;return s(["interface",t,l("implements ",s(n," & ")),s(i," "),c(r)]," ")})),UnionTypeDefinition:a((function(e){var t=e.name,n=e.directives,i=e.types;return s(["union",t,s(n," "),i&&0!==i.length?"= "+s(i," | "):""]," ")})),EnumTypeDefinition:a((function(e){var t=e.name,n=e.directives,i=e.values;return s(["enum",t,s(n," "),c(i)]," ")})),EnumValueDefinition:a((function(e){return s([e.name,s(e.directives," ")]," ")})),InputObjectTypeDefinition:a((function(e){var t=e.name,n=e.directives,i=e.fields;return s(["input",t,s(n," "),c(i)]," ")})),DirectiveDefinition:a((function(e){var t=e.name,n=e.arguments,i=e.repeatable,r=e.locations;return"directive @"+t+(f(n)?l("(\n",u(s(n,"\n")),"\n)"):l("(",s(n,", "),")"))+(i?" repeatable":"")+" on "+s(r," | ")})),SchemaExtension:function(e){var t=e.directives,n=e.operationTypes;return s(["extend schema",s(t," "),c(n)]," ")},ScalarTypeExtension:function(e){return s(["extend scalar",e.name,s(e.directives," ")]," ")},ObjectTypeExtension:function(e){var t=e.name,n=e.interfaces,i=e.directives,r=e.fields;return s(["extend type",t,l("implements ",s(n," & ")),s(i," "),c(r)]," ")},InterfaceTypeExtension:function(e){var t=e.name,n=e.interfaces,i=e.directives,r=e.fields;return s(["extend interface",t,l("implements ",s(n," & ")),s(i," "),c(r)]," ")},UnionTypeExtension:function(e){var t=e.name,n=e.directives,i=e.types;return s(["extend union",t,s(n," "),i&&0!==i.length?"= "+s(i," | "):""]," ")},EnumTypeExtension:function(e){var t=e.name,n=e.directives,i=e.values;return s(["extend enum",t,s(n," "),c(i)]," ")},InputObjectTypeExtension:function(e){var t=e.name,n=e.directives,i=e.fields;return s(["extend input",t,s(n," "),c(i)]," ")}};function a(e){return function(t){return s([t.description,e(t)],"\n")}}function s(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return null!==(t=null==e?void 0:e.filter((function(e){return e})).join(n))&&void 0!==t?t:""}function c(e){return l("{\n",u(s(e,"\n")),"\n}")}function l(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";return null!=t&&""!==t?e+t+n:""}function u(e){return l(" ",e.replace(/\n/g,"\n "))}function d(e){return-1!==e.indexOf("\n")}function f(e){return null!=e&&e.some(d)}},2412:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isSource=function(e){return(0,a.default)(e,l)},t.Source=void 0;var i=n(3098),r=s(n(8002)),o=s(n(7242)),a=s(n(5752));function s(e){return e&&e.__esModule?e:{default:e}}function c(e,t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:"GraphQL request",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{line:1,column:1};"string"==typeof e||(0,o.default)(0,"Body must be a string. Received: ".concat((0,r.default)(e),".")),this.body=e,this.name=t,this.locationOffset=n,this.locationOffset.line>0||(0,o.default)(0,"line in locationOffset is 1-indexed and must be positive."),this.locationOffset.column>0||(0,o.default)(0,"column in locationOffset is 1-indexed and must be positive.")}var t,n,a;return t=e,(n=[{key:i.SYMBOL_TO_STRING_TAG,get:function(){return"Source"}}])&&c(t.prototype,n),a&&c(t,a),e}();t.Source=l},3175:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TokenKind=void 0;var n=Object.freeze({SOF:"",EOF:"",BANG:"!",DOLLAR:"$",AMP:"&",PAREN_L:"(",PAREN_R:")",SPREAD:"...",COLON:":",EQUALS:"=",AT:"@",BRACKET_L:"[",BRACKET_R:"]",BRACE_L:"{",PIPE:"|",BRACE_R:"}",NAME:"Name",INT:"Int",FLOAT:"Float",STRING:"String",BLOCK_STRING:"BlockString",COMMENT:"Comment"});t.TokenKind=n},285:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.visit=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:a,i=void 0,l=Array.isArray(e),u=[e],d=-1,f=[],p=void 0,h=void 0,m=void 0,v=[],g=[],y=e;do{var b=++d===u.length,_=b&&0!==f.length;if(b){if(h=0===g.length?void 0:v[v.length-1],p=m,m=g.pop(),_){if(l)p=p.slice();else{for(var w={},k=0,S=Object.keys(p);k{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SYMBOL_TO_STRING_TAG=t.SYMBOL_ASYNC_ITERATOR=t.SYMBOL_ITERATOR=void 0;var n="function"==typeof Symbol&&null!=Symbol.iterator?Symbol.iterator:"@@iterator";t.SYMBOL_ITERATOR=n;var i="function"==typeof Symbol&&null!=Symbol.asyncIterator?Symbol.asyncIterator:"@@asyncIterator";t.SYMBOL_ASYNC_ITERATOR=i;var r="function"==typeof Symbol&&null!=Symbol.toStringTag?Symbol.toStringTag:"@@toStringTag";t.SYMBOL_TO_STRING_TAG=r},2705:(e,t,n)=>{var i=n(5639).Symbol;e.exports=i},4239:(e,t,n)=>{var i=n(2705),r=n(9607),o=n(2333),a=i?i.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":a&&a in Object(e)?r(e):o(e)}},7561:(e,t,n)=>{var i=n(7990),r=/^\s+/;e.exports=function(e){return e?e.slice(0,i(e)+1).replace(r,""):e}},1957:(e,t,n)=>{var i="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g;e.exports=i},9607:(e,t,n)=>{var i=n(2705),r=Object.prototype,o=r.hasOwnProperty,a=r.toString,s=i?i.toStringTag:void 0;e.exports=function(e){var t=o.call(e,s),n=e[s];try{e[s]=void 0;var i=!0}catch(e){}var r=a.call(e);return i&&(t?e[s]=n:delete e[s]),r}},2333:e=>{var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},5639:(e,t,n)=>{var i=n(1957),r="object"==typeof self&&self&&self.Object===Object&&self,o=i||r||Function("return this")();e.exports=o},7990:e=>{var t=/\s/;e.exports=function(e){for(var n=e.length;n--&&t.test(e.charAt(n)););return n}},3279:(e,t,n)=>{var i=n(3218),r=n(7771),o=n(4841),a=Math.max,s=Math.min;e.exports=function(e,t,n){var c,l,u,d,f,p,h=0,m=!1,v=!1,g=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function y(t){var n=c,i=l;return c=l=void 0,h=t,d=e.apply(i,n)}function b(e){return h=e,f=setTimeout(w,t),m?y(e):d}function _(e){var n=e-p;return void 0===p||n>=t||n<0||v&&e-h>=u}function w(){var e=r();if(_(e))return k(e);f=setTimeout(w,function(e){var n=t-(e-p);return v?s(n,u-(e-h)):n}(e))}function k(e){return f=void 0,g&&c?y(e):(c=l=void 0,d)}function S(){var e=r(),n=_(e);if(c=arguments,l=this,p=e,n){if(void 0===f)return b(p);if(v)return clearTimeout(f),f=setTimeout(w,t),y(p)}return void 0===f&&(f=setTimeout(w,t)),d}return t=o(t)||0,i(n)&&(m=!!n.leading,u=(v="maxWait"in n)?a(o(n.maxWait)||0,t):u,g="trailing"in n?!!n.trailing:g),S.cancel=function(){void 0!==f&&clearTimeout(f),h=0,c=p=l=f=void 0},S.flush=function(){return void 0===f?d:k(r())},S}},3218:e=>{e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},7005:e=>{e.exports=function(e){return null!=e&&"object"==typeof e}},3448:(e,t,n)=>{var i=n(4239),r=n(7005);e.exports=function(e){return"symbol"==typeof e||r(e)&&"[object Symbol]"==i(e)}},7771:(e,t,n)=>{var i=n(5639);e.exports=function(){return i.Date.now()}},4841:(e,t,n)=>{var i=n(7561),r=n(3218),o=n(3448),a=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,c=/^0o[0-7]+$/i,l=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(o(e))return NaN;if(r(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=r(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=i(e);var n=s.test(e);return n||c.test(e)?l(e.slice(2),n?2:8):a.test(e)?NaN:+e}},8600:e=>{"use strict";const t=["B","kB","MB","GB","TB","PB","EB","ZB","YB"],n=["B","kiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"],i=["b","kbit","Mbit","Gbit","Tbit","Pbit","Ebit","Zbit","Ybit"],r=["b","kibit","Mibit","Gibit","Tibit","Pibit","Eibit","Zibit","Yibit"],o=(e,t,n)=>{let i=e;return"string"==typeof t||Array.isArray(t)?i=e.toLocaleString(t,n):!0!==t&&void 0===n||(i=e.toLocaleString(void 0,n)),i};e.exports=(e,a)=>{if(!Number.isFinite(e))throw new TypeError(`Expected a finite number, got ${typeof e}: ${e}`);const s=(a=Object.assign({bits:!1,binary:!1},a)).bits?a.binary?r:i:a.binary?n:t;if(a.signed&&0===e)return` 0 ${s[0]}`;const c=e<0,l=c?"-":a.signed?"+":"";let u;if(c&&(e=-e),void 0!==a.minimumFractionDigits&&(u={minimumFractionDigits:a.minimumFractionDigits}),void 0!==a.maximumFractionDigits&&(u=Object.assign({maximumFractionDigits:a.maximumFractionDigits},u)),e<1){return l+o(e,a.locale,u)+" "+s[0]}const d=Math.min(Math.floor(a.binary?Math.log(e)/Math.log(1024):Math.log10(e)/3),s.length-1);e/=Math.pow(a.binary?1024:1e3,d),u||(e=e.toPrecision(3));return l+o(Number(e),a.locale,u)+" "+s[d]}},9335:e=>{"use strict";function t(e,t){return Object.prototype.hasOwnProperty.call(e,t)}e.exports=function(e,i,r,o){i=i||"&",r=r||"=";var a={};if("string"!=typeof e||0===e.length)return a;var s=/\+/g;e=e.split(i);var c=1e3;o&&"number"==typeof o.maxKeys&&(c=o.maxKeys);var l=e.length;c>0&&l>c&&(l=c);for(var u=0;u=0?(d=m.substr(0,v),f=m.substr(v+1)):(d=m,f=""),p=decodeURIComponent(d),h=decodeURIComponent(f),t(a,p)?n(a[p])?a[p].push(h):a[p]=[a[p],h]:a[p]=h}return a};var n=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)}},8795:e=>{"use strict";var t=function(e){switch(typeof e){case"string":return e;case"boolean":return e?"true":"false";case"number":return isFinite(e)?e:"";default:return""}};e.exports=function(e,o,a,s){return o=o||"&",a=a||"=",null===e&&(e=void 0),"object"==typeof e?i(r(e),(function(r){var s=encodeURIComponent(t(r))+a;return n(e[r])?i(e[r],(function(e){return s+encodeURIComponent(t(e))})).join(o):s+encodeURIComponent(t(e[r]))})).join(o):s?encodeURIComponent(t(s))+a+encodeURIComponent(t(e)):""};var n=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};function i(e,t){if(e.map)return e.map(t);for(var n=[],i=0;i{"use strict";t.decode=t.parse=n(9335),t.encode=t.stringify=n(8795)},306:function(e){e.exports=function(e){var t={};function n(i){if(t[i])return t[i].exports;var r=t[i]={i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(i,r,function(t){return e[t]}.bind(null,r));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=9)}([function(e,t,n){var i=n(6);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),(0,n(3).default)("6223ff68",i,!0,{})},function(e,t,n){var i=n(8);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),(0,n(3).default)("27f0e51f",i,!0,{})},function(e,t){e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n,i=e[1]||"",r=e[3];if(!r)return i;if(t&&"function"==typeof btoa){var o=(n=r,"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n))))+" */"),a=r.sources.map((function(e){return"/*# sourceURL="+r.sourceRoot+e+" */"}));return[i].concat(a).concat([o]).join("\n")}return[i].join("\n")}(t,e);return t[2]?"@media "+t[2]+"{"+n+"}":n})).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var i={},r=0;rn.parts.length&&(i.parts.length=n.parts.length)}else{var a=[];for(r=0;r',"\nscript:\n...\ninfiniteHandler($state) {\n ajax('https://www.example.com/api/news')\n .then((res) => {\n if (res.data.length) {\n $state.loaded();\n } else {\n $state.complete();\n }\n });\n}\n...","","more details: https://github.com/PeachScript/vue-infinite-loading/issues/57#issuecomment-324370549"].join("\n"),INFINITE_EVENT:"`:on-infinite` property will be deprecated soon, please use `@infinite` event instead.",IDENTIFIER:"the `reset` event will be deprecated soon, please reset this component by change the `identifier` property."},a={INFINITE_LOOP:["executed the callback function more than ".concat(i.loopCheckMaxCalls," times for a short time, it looks like searched a wrong scroll wrapper that doest not has fixed height or maximum height, please check it. If you want to force to set a element as scroll wrapper ranther than automatic searching, you can do this:"),'\n\x3c!-- add a special attribute for the real scroll wrapper --\x3e\n
\n ...\n \x3c!-- set force-use-infinite-wrapper --\x3e\n \n
\nor\n
\n ...\n \x3c!-- set force-use-infinite-wrapper as css selector of the real scroll wrapper --\x3e\n \n
\n ',"more details: https://github.com/PeachScript/vue-infinite-loading/issues/55#issuecomment-316934169"].join("\n")},s={READY:0,LOADING:1,COMPLETE:2,ERROR:3},c={color:"#666",fontSize:"14px",padding:"10px 0"},l={mode:"development",props:{spinner:"default",distance:100,forceUseInfiniteWrapper:!1},system:i,slots:{noResults:"No results :(",noMore:"No more data :)",error:"Opps, something went wrong :(",errorBtnText:"Retry",spinner:""},WARNINGS:o,ERRORS:a,STATUS:s},u=n(4),d=n.n(u),f={BUBBLES:{render:function(e){return e("span",{attrs:{class:"loading-bubbles"}},Array.apply(Array,Array(8)).map((function(){return e("span",{attrs:{class:"bubble-item"}})})))}},CIRCLES:{render:function(e){return e("span",{attrs:{class:"loading-circles"}},Array.apply(Array,Array(8)).map((function(){return e("span",{attrs:{class:"circle-item"}})})))}},DEFAULT:{render:function(e){return e("i",{attrs:{class:"loading-default"}})}},SPIRAL:{render:function(e){return e("i",{attrs:{class:"loading-spiral"}})}},WAVEDOTS:{render:function(e){return e("span",{attrs:{class:"loading-wave-dots"}},Array.apply(Array,Array(5)).map((function(){return e("span",{attrs:{class:"wave-item"}})})))}}};function p(e,t,n,i,r,o,a,s){var c,l="function"==typeof e?e.options:e;if(t&&(l.render=t,l.staticRenderFns=n,l._compiled=!0),i&&(l.functional=!0),o&&(l._scopeId="data-v-"+o),a?(c=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},l._ssrRegister=c):r&&(c=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),c)if(l.functional){l._injectStyles=c;var u=l.render;l.render=function(e,t){return c.call(t),u(e,t)}}else{var d=l.beforeCreate;l.beforeCreate=d?[].concat(d,c):[c]}return{exports:e,options:l}}var h=p({name:"Spinner",computed:{spinnerView:function(){return f[(this.$attrs.spinner||"").toUpperCase()]||this.spinnerInConfig},spinnerInConfig:function(){return l.slots.spinner&&"string"==typeof l.slots.spinner?{render:function(){return this._v(l.slots.spinner)}}:"object"===d()(l.slots.spinner)?l.slots.spinner:f[l.props.spinner.toUpperCase()]||f.DEFAULT}}},(function(){var e=this.$createElement;return(this._self._c||e)(this.spinnerView,{tag:"component"})}),[],!1,(function(e){var t=n(5);t.__inject__&&t.__inject__(e)}),"46b20d22",null).exports;function m(e){"production"!==l.mode&&console.warn("[Vue-infinite-loading warn]: ".concat(e))}function v(e){console.error("[Vue-infinite-loading error]: ".concat(e))}var g={timers:[],caches:[],throttle:function(e){var t=this;-1===this.caches.indexOf(e)&&(this.caches.push(e),this.timers.push(setTimeout((function(){e(),t.caches.splice(t.caches.indexOf(e),1),t.timers.shift()}),l.system.throttleLimit)))},reset:function(){this.timers.forEach((function(e){clearTimeout(e)})),this.timers.length=0,this.caches=[]}},y={isChecked:!1,timer:null,times:0,track:function(){var e=this;this.times+=1,clearTimeout(this.timer),this.timer=setTimeout((function(){e.isChecked=!0}),l.system.loopCheckTimeout),this.times>l.system.loopCheckMaxCalls&&(v(a.INFINITE_LOOP),this.isChecked=!0)}},b={key:"_infiniteScrollHeight",getScrollElm:function(e){return e===window?document.documentElement:e},save:function(e){var t=this.getScrollElm(e);t[this.key]=t.scrollHeight},restore:function(e){var t=this.getScrollElm(e);"number"==typeof t[this.key]&&(t.scrollTop=t.scrollHeight-t[this.key]+t.scrollTop),this.remove(t)},remove:function(e){void 0!==e[this.key]&&delete e[this.key]}};function _(e){return e.replace(/[A-Z]/g,(function(e){return"-".concat(e.toLowerCase())}))}function w(e){return e.offsetWidth+e.offsetHeight>0}var k=p({name:"InfiniteLoading",data:function(){return{scrollParent:null,scrollHandler:null,isFirstLoad:!0,status:s.READY,slots:l.slots}},components:{Spinner:h},computed:{isShowSpinner:function(){return this.status===s.LOADING},isShowError:function(){return this.status===s.ERROR},isShowNoResults:function(){return this.status===s.COMPLETE&&this.isFirstLoad},isShowNoMore:function(){return this.status===s.COMPLETE&&!this.isFirstLoad},slotStyles:function(){var e=this,t={};return Object.keys(l.slots).forEach((function(n){var i=_(n);(!e.$slots[i]&&!l.slots[n].render||e.$slots[i]&&!e.$slots[i][0].tag)&&(t[n]=c)})),t}},props:{distance:{type:Number,default:l.props.distance},spinner:String,direction:{type:String,default:"bottom"},forceUseInfiniteWrapper:{type:[Boolean,String],default:l.props.forceUseInfiniteWrapper},identifier:{default:+new Date},onInfinite:Function},watch:{identifier:function(){this.stateChanger.reset()}},mounted:function(){var e=this;this.$watch("forceUseInfiniteWrapper",(function(){e.scrollParent=e.getScrollParent()}),{immediate:!0}),this.scrollHandler=function(t){e.status===s.READY&&(t&&t.constructor===Event&&w(e.$el)?g.throttle(e.attemptLoad):e.attemptLoad())},setTimeout((function(){e.scrollHandler(),e.scrollParent.addEventListener("scroll",e.scrollHandler,r)}),1),this.$on("$InfiniteLoading:loaded",(function(t){e.isFirstLoad=!1,"top"===e.direction&&e.$nextTick((function(){b.restore(e.scrollParent)})),e.status===s.LOADING&&e.$nextTick(e.attemptLoad.bind(null,!0)),t&&t.target===e||m(o.STATE_CHANGER)})),this.$on("$InfiniteLoading:complete",(function(t){e.status=s.COMPLETE,e.$nextTick((function(){e.$forceUpdate()})),e.scrollParent.removeEventListener("scroll",e.scrollHandler,r),t&&t.target===e||m(o.STATE_CHANGER)})),this.$on("$InfiniteLoading:reset",(function(t){e.status=s.READY,e.isFirstLoad=!0,b.remove(e.scrollParent),e.scrollParent.addEventListener("scroll",e.scrollHandler,r),setTimeout((function(){g.reset(),e.scrollHandler()}),1),t&&t.target===e||m(o.IDENTIFIER)})),this.stateChanger={loaded:function(){e.$emit("$InfiniteLoading:loaded",{target:e})},complete:function(){e.$emit("$InfiniteLoading:complete",{target:e})},reset:function(){e.$emit("$InfiniteLoading:reset",{target:e})},error:function(){e.status=s.ERROR,g.reset()}},this.onInfinite&&m(o.INFINITE_EVENT)},deactivated:function(){this.status===s.LOADING&&(this.status=s.READY),this.scrollParent.removeEventListener("scroll",this.scrollHandler,r)},activated:function(){this.scrollParent.addEventListener("scroll",this.scrollHandler,r)},methods:{attemptLoad:function(e){var t=this;this.status!==s.COMPLETE&&w(this.$el)&&this.getCurrentDistance()<=this.distance?(this.status=s.LOADING,"top"===this.direction&&this.$nextTick((function(){b.save(t.scrollParent)})),"function"==typeof this.onInfinite?this.onInfinite.call(null,this.stateChanger):this.$emit("infinite",this.stateChanger),!e||this.forceUseInfiniteWrapper||y.isChecked||y.track()):this.status===s.LOADING&&(this.status=s.READY)},getCurrentDistance:function(){return"top"===this.direction?"number"==typeof this.scrollParent.scrollTop?this.scrollParent.scrollTop:this.scrollParent.pageYOffset:this.$el.getBoundingClientRect().top-(this.scrollParent===window?window.innerHeight:this.scrollParent.getBoundingClientRect().bottom)},getScrollParent:function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.$el;return"string"==typeof this.forceUseInfiniteWrapper&&(e=document.querySelector(this.forceUseInfiniteWrapper)),e||("BODY"===t.tagName?e=window:(!this.forceUseInfiniteWrapper&&["scroll","auto"].indexOf(getComputedStyle(t).overflowY)>-1||t.hasAttribute("infinite-wrapper")||t.hasAttribute("data-infinite-wrapper"))&&(e=t)),e||this.getScrollParent(t.parentNode)}},destroyed:function(){!this.status!==s.COMPLETE&&(g.reset(),b.remove(this.scrollParent),this.scrollParent.removeEventListener("scroll",this.scrollHandler,r))}},(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"infinite-loading-container"},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isShowSpinner,expression:"isShowSpinner"}],staticClass:"infinite-status-prompt",style:e.slotStyles.spinner},[e._t("spinner",[n("spinner",{attrs:{spinner:e.spinner}})])],2),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.isShowNoResults,expression:"isShowNoResults"}],staticClass:"infinite-status-prompt",style:e.slotStyles.noResults},[e._t("no-results",[e.slots.noResults.render?n(e.slots.noResults,{tag:"component"}):[e._v(e._s(e.slots.noResults))]])],2),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.isShowNoMore,expression:"isShowNoMore"}],staticClass:"infinite-status-prompt",style:e.slotStyles.noMore},[e._t("no-more",[e.slots.noMore.render?n(e.slots.noMore,{tag:"component"}):[e._v(e._s(e.slots.noMore))]])],2),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.isShowError,expression:"isShowError"}],staticClass:"infinite-status-prompt",style:e.slotStyles.error},[e._t("error",[e.slots.error.render?n(e.slots.error,{tag:"component",attrs:{trigger:e.attemptLoad}}):[e._v("\n "+e._s(e.slots.error)+"\n "),n("br"),e._v(" "),n("button",{staticClass:"btn-try-infinite",domProps:{textContent:e._s(e.slots.errorBtnText)},on:{click:e.attemptLoad}})]],{trigger:e.attemptLoad})],2)])}),[],!1,(function(e){var t=n(7);t.__inject__&&t.__inject__(e)}),"644ea9c9",null).exports;function S(e){l.mode=e.config.productionTip?"development":"production"}Object.defineProperty(k,"install",{configurable:!1,enumerable:!1,value:function(e,t){Object.assign(l.props,t&&t.props),Object.assign(l.slots,t&&t.slots),Object.assign(l.system,t&&t.system),e.component("infinite-loading",k),S(e)}}),"undefined"!=typeof window&&window.Vue&&(window.Vue.component("infinite-loading",k),S(window.Vue)),t.default=k}])},7611:e=>{window,e.exports=function(){return n={},e.m=t=[function(e,t,n){var i=n(7);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),(0,n(4).default)("d763679c",i,!1,{})},function(e,t,n){var i=n(10);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),(0,n(4).default)("6b9cc0e0",i,!1,{})},function(e,t,n){var i=n(12);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),(0,n(4).default)("663c004e",i,!1,{})},function(e,t){e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",i=e[3];if(!i)return n;if(t&&"function"==typeof btoa){var r=function(e){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(e))))+" */"}(i),o=i.sources.map((function(e){return"/*# sourceURL="+i.sourceRoot+e+" */"}));return[n].concat(o).concat([r]).join("\n")}return[n].join("\n")}(t,e);return t[2]?"@media "+t[2]+"{"+n+"}":n})).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var i={},r=0;rn.parts.length&&(i.parts.length=n.parts.length)}else{var a=[];for(r=0;r=this.viewportHeight?Math.max(this.minHeight,this.viewportHeight)+"px":"auto"},containerClass:function(){return["vm--container",this.scrollable&&this.isAutoHeight&&"scrollable"]},modalClass:function(){return["vm--modal",this.classes]},stylesProp:function(){return"string"==typeof this.styles?l(this.styles):this.styles},modalStyle:function(){return[this.stylesProp,{top:this.position.top+"px",left:this.position.left+"px",width:this.trueModalWidth+"px",height:this.isAutoHeight?this.autoHeight:this.trueModalHeight+"px"}]},isComponentReadyToBeDestroyed:function(){return this.overlayTransitionState===$&&this.modalTransitionState===$}},watch:{isComponentReadyToBeDestroyed:function(e){e&&(this.visible=!1)}},methods:{startTransitionEnter:function(){this.visibility.overlay=!0,this.visibility.modal=!0},startTransitionLeave:function(){this.visibility.overlay=!1,this.visibility.modal=!1},beforeOverlayTransitionEnter:function(){this.overlayTransitionState=M},afterOverlayTransitionEnter:function(){this.overlayTransitionState=I},beforeOverlayTransitionLeave:function(){this.overlayTransitionState=j},afterOverlayTransitionLeave:function(){this.overlayTransitionState=$},beforeModalTransitionEnter:function(){var e=this;this.modalTransitionState=M,this.$nextTick((function(){e.resizeObserver.observe(e.$refs.modal)}))},afterModalTransitionEnter:function(){this.modalTransitionState=I,this.draggable&&this.addDraggableListeners(),this.focusTrap&&this.$focusTrap.enable(this.$refs.modal);var e=this.createModalEvent({state:"opened"});this.$emit("opened",e)},beforeModalTransitionLeave:function(){this.modalTransitionState=j,this.resizeObserver.unobserve(this.$refs.modal),this.$focusTrap.enabled()&&this.$focusTrap.disable()},afterModalTransitionLeave:function(){this.modalTransitionState=$;var e=this.createModalEvent({state:"closed"});this.$emit("closed",e)},onToggle:function(e,t,n){if(this.name===e){var i=void 0===t?!this.visible:t;this.toggle(i,n)}},setInitialSize:function(){var e=y(this.width),t=y(this.height);this.modal.width=e.value,this.modal.widthType=e.type,this.modal.height=t.value,this.modal.heightType=t.type},onEscapeKeyUp:function(e){27===e.which&&this.visible&&this.$modal.hide(this.name)},onWindowResize:function(){this.viewportWidth=c(),this.viewportHeight=window.innerHeight,this.ensureShiftInWindowBounds()},createModalEvent:function(e){var t=0{"use strict";n.d(t,{Z:()=>S});var i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return!e.material||e.loading?n("div",{staticClass:"loading"},[n("span",[e._v("Loading ...")])]):n("article",{directives:[{name:"touch",rawName:"v-touch",value:e.onTapCard,expression:"onTapCard"},{name:"touch",rawName:"v-touch:swipe",value:e.onSwipeCard,expression:"onSwipeCard",arg:"swipe"}],staticClass:"card modal-card"},[n("section",{staticClass:"col col-right"},[n("header",[n("h1",[e._v(e._s(e.material.title))]),e._v(" "),n("h4",[e._v(e._s(e.material.short_description))]),e._v(" "),n("span",{staticClass:"ref"},[e._v(e._s(e.material.reference))])]),e._v(" "),n("nav",{ref:"tools",staticClass:"tools"},[n("section",{staticClass:"tool close"},[n("span",{staticClass:"btn mdi mdi-close",on:{click:function(t){return t.preventDefault(),e.onCloseModalCard(t)}}})]),e._v(" "),n("section",{staticClass:"tool flags"},[n("span",{directives:[{name:"touch",rawName:"v-touch.prevent.stop",value:e.onTapTool,expression:"onTapTool",modifiers:{prevent:!0,stop:!0}}],staticClass:"btn mdi mdi-folder-outline"}),e._v(" "),n("div",{staticClass:"tool-content"},[n("span",{staticClass:"label"},[e._v(e._s(e.$t("materio.My folders")))]),e._v(" "),n("ul",[e._l(e.flagcolls,(function(t){return e.flagcolls?n("li",{key:t.id},[n("span",{staticClass:"flag mdi",class:[e.flagIsLoading(t.id)?"mdi-loading mdi-spin":e.flagIsActive(t.id)?"mdi-close-circle isActive":"mdi-plus"],attrs:{collid:t.id},on:{click:function(t){return t.preventDefault(),e.onFlagActionCard(t)}}},[e._v("\n "+e._s(t.name)+"\n ")])]):e._e()})),e._v(" "),e.collsLength<15?n("li",{staticClass:"create-flag"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.new_folder_name,expression:"new_folder_name"}],attrs:{placeholder:"new folder"},domProps:{value:e.new_folder_name},on:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(t.preventDefault(),t.stopPropagation(),e.onCreateFlagColl(t))},input:function(t){t.target.composing||(e.new_folder_name=t.target.value)}}}),e._v(" "),n("span",{staticClass:"add-btn mdi",class:e.addFlagBtnClassObj,on:{click:function(t){return t.preventDefault(),t.stopPropagation(),e.onCreateFlagColl(t)}}})]):e._e()],2)])]),e._v(" "),e.item.samples&&e.item.samples.length?n("section",{staticClass:"tool samples"},[n("span",{directives:[{name:"touch",rawName:"v-touch.prevent.stop",value:e.onTapTool,expression:"onTapTool",modifiers:{prevent:!0,stop:!0}}],staticClass:"btn mdi mdi-beaker-outline"}),e._v(" "),n("div",{staticClass:"tool-content"},[n("span",{staticClass:"label"},[e._v(e._s(e.$t("materio.Samples")))]),e._v(" "),n("ul",e._l(e.item.samples,(function(t){return n("li",{key:t.showroom.id},[n("span",{staticClass:"showroom"},[e._v(e._s(t.showroom.name))]),e._v(": "+e._s(t.location)+"\n ")])})),0)])]):e._e(),e._v(" "),n("section",{staticClass:"tool note"},[e.note_id?n("span",{directives:[{name:"touch",rawName:"v-touch.prevent.stop",value:e.onTapTool,expression:"onTapTool",modifiers:{prevent:!0,stop:!0}}],staticClass:"btn mdi mdi-note"}):n("span",{directives:[{name:"touch",rawName:"v-touch.prevent.stop",value:e.onTapTool,expression:"onTapTool",modifiers:{prevent:!0,stop:!0}}],staticClass:"btn mdi mdi-note-outline"}),e._v(" "),n("div",{staticClass:"tool-content"},[n("textarea",{directives:[{name:"model",rawName:"v-model",value:e.note,expression:"note"}],attrs:{spellcheck:"false",name:"note"},domProps:{value:e.note},on:{input:[function(t){t.target.composing||(e.note=t.target.value)},e.onNoteInput]}})])]),e._v(" "),n("section",{staticClass:"tool print"},[n("a",{attrs:{href:e.item.path+"/printable/print",target:"_blank"}},[n("span",{staticClass:"btn mdi mdi-printer"})])])]),e._v(" "),n("vsa-list",[n("vsa-item",{attrs:{initActive:!0}},[n("vsa-heading",[n("span",{staticClass:"label"},[e._v("Description")])]),e._v(" "),n("vsa-content",[n("section",{staticClass:"body",domProps:{innerHTML:e._s(e.material.body)}}),e._v(" "),n("section",{staticClass:"attachments"},[n("ul",e._l(e.material.attachments,(function(t){return n("li",{key:t.file.fid},[n("a",{attrs:{target:"_blank",href:t.file.url}},[e._v(e._s(t.file.filename)+" "),n("span",[e._v("("+e._s(e.prettyFileSize(t.file.filesize))+")")])]),e._v(" "),t.description?n("p",{staticClass:"description",domProps:{innerHTML:e._s(t.description)}}):e._e()])})),0)]),e._v(" "),n("section",{staticClass:"industriels"},[e.material.manufacturer?n("section",[n("span",{staticClass:"label"},[e._v(e._s(e.$t("materio.Manufacturer")))]),e._v(" "),n("ul",e._l(e.material.manufacturer,(function(t){return n("li",{key:t.id},[n("h2",[e._v(e._s(t.name))]),e._v(" "),t.website?n("p",[n("a",{attrs:{target:"_blank",href:t.website.url}},[e._v(e._s(e.shortUrl(t.website.url)))])]):e._e(),e._v(" "),t.email?n("p",[n("a",{attrs:{href:"mailto:"+t.email}},[e._v(e._s(t.email))])]):e._e()])})),0)]):e._e(),e._v(" "),e.material.distributor?n("section",[n("span",{staticClass:"label"},[e._v(e._s(e.$t("materio.Distributor")))]),e._v(" "),n("ul",e._l(e.material.distributor,(function(t){return n("li",{key:t.id},[n("h2",[e._v(e._s(t.name))]),e._v(" "),t.website?n("p",[n("a",{attrs:{target:"_blank",href:t.website.url}},[e._v(e._s(e.shortUrl(t.website.url)))])]):e._e(),e._v(" "),t.email?n("p",[n("a",{attrs:{href:"mailto:"+t.email}},[e._v(e._s(t.email))])]):e._e()])})),0)]):e._e()])])],1),e._v(" "),e.material.linked_materials.length?n("vsa-item",[n("vsa-heading",[n("span",{staticClass:"label"},[e._v(e._s(e.$t("materio.Linked materials")))])]),e._v(" "),n("vsa-content",[n("section",{staticClass:"linked-materials"},[n("ul",e._l(e.material.linked_materials,(function(e){return n("li",{key:e.id},[n("LinkedMaterialCard",{attrs:{item:e}})],1)})),0)])])],1):e._e()],1)],1),e._v(" "),n("section",{directives:[{name:"switcher",rawName:"v-switcher"}],staticClass:"col col-left images"},e._l(e.material.images,(function(t,i){return n("figure",{directives:[{name:"lazy",rawName:"v-lazy",value:i,expression:"index"}],key:t.url,staticClass:"lazy"},[n("img",{attrs:{"data-src":t.style_cardfull.url,title:t.title}}),e._v(" "),n("img",{staticClass:"blank",attrs:{src:e.blanksrc},on:{click:function(t){e.lightbox_index=i}}})])})),0),e._v(" "),n("CoolLightBox",{attrs:{items:e.material.images,index:e.lightbox_index,srcName:"url",loop:!0},on:{close:function(t){e.lightbox_index=null}}})],1)};i._withStripped=!0;var r=n(629),o=n(6850),a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("article",{staticClass:"card linkedmaterialcard"},[n("header",{on:{click:function(t){return t.preventDefault(),e.openModalCard(t)}}},[n("h1",[e._v(e._s(e.item.title))]),e._v(" "),n("h4",[e._v(e._s(e.item.short_description))]),e._v(" "),e.isloggedin?n("span",{staticClass:"ref"},[e._v(e._s(e.item.reference))]):e._e()]),e._v(" "),n("nav",{staticClass:"tools"}),e._v(" "),n("section",{directives:[{name:"switcher",rawName:"v-switcher"}],staticClass:"images"},e._l(e.item.images,(function(t,i){return n("figure",{directives:[{name:"lazy",rawName:"v-lazy",value:i,expression:"index"}],key:t.url,staticClass:"lazy"},[n("img",{attrs:{"data-src":t.style_linkedmaterialcard.url,title:t.title}}),e._v(" "),n("img",{staticClass:"blank",attrs:{src:e.blanksrc},on:{click:function(t){return t.preventDefault(),e.openModalCard(t)}}})])})),0)])};a._withStripped=!0;var s=n(8357);const c={name:"LinkedMaterialCard",props:["item"],mixins:[s.Z],data:()=>({blanksrc:`${drupalSettings.path.themePath}/assets/img/blank.gif`,loadingItem:!1}),computed:{...(0,r.rn)({isloggedin:e=>e.User.isloggedin})},methods:{itemIsLoading(e){return this.loadingItem},openModalCard(e){this.isLoggedin,this.isloggedin?this.$modal.show(S,{item:this.item,addNoteId:e=>{this.item.note={id:e}}},{name:`modal-${this.item.id}`,draggable:!1,classes:"vm--modale-card",width:"95%",height:"95%"}):this.$modal.show(MemberWarning,{},{draggable:!1,width:"400px",height:"250px"})}}};var l=n(1900),u=(0,l.Z)(c,a,[],!1,null,"51b576e8",null);u.options.__file="web/themes/custom/materiotheme/vuejs/components/Content/LinkedMaterialCard.vue";const d=u.exports;var f=n(2141),p=n(546),h=n(3033),m=n(4119),v=n.n(m),g=n(4195),y=n.n(g);const b=n(8600),_=n(3279),w={name:"ModalCard",props:["item","addNoteId"],mixins:[s.Z],components:{LinkedMaterialCard:d,VsaList:o.VsaList,VsaItem:o.VsaItem,VsaHeading:o.VsaHeading,VsaContent:o.VsaContent,VsaIcon:o.VsaIcon},data:()=>({material:null,loading:!1,blanksrc:`${drupalSettings.path.themePath}/assets/img/blank.gif`,new_folder_name:"",is_creating_folder:!1,loadingFlag:!1,lightbox_index:null,note:"",note_id:null}),computed:{...(0,r.rn)({csrf_token:e=>e.User.csrf_token,flagcolls:e=>e.User.flagcolls,showrooms:e=>e.Showrooms.showrooms_by_tid}),collsLength(){return Object.keys(this.flagcolls).length},addFlagBtnClassObj(){return{"mdi-plus-circle-outline":!this.is_creating_folder,"mdi-loading":this.is_creating_folder,active:this.new_folder_name.length>4&&!this.is_creating_folder,loading:this.is_creating_folder}}},created(){this.item,this.loadMaterial(),this.note_id=this.item.note_id,this.debouncedSaveNote=_(this.saveNote,500)},methods:{...(0,r.nv)({createFlagColl:"User/createFlagColl",flagUnflag:"User/flagUnflag"}),loadMaterial(){this.item.id,this.loading=!0;const e=v()`{ materiau(id: ${this.item.id}, lang: "${drupalDecoupled.lang_code}") { ...MateriauFields } diff --git a/web/themes/custom/materiotheme/assets/dist/main.js.gz b/web/themes/custom/materiotheme/assets/dist/main.js.gz index c6288c5b21b300bab38879f0fb3c06514b47ee9b..fb1da8fde1b55fcbec20492809b851e72453aa8a 100644 GIT binary patch delta 12464 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 delta 12482 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 M0-u{)*ezuT0ETHj;Q#;t diff --git a/web/themes/custom/materiotheme/assets/dist/report.html b/web/themes/custom/materiotheme/assets/dist/report.html index 85bb66f..c79c03e 100644 --- a/web/themes/custom/materiotheme/assets/dist/report.html +++ b/web/themes/custom/materiotheme/assets/dist/report.html @@ -3,7 +3,7 @@ - materio.com [17 Aug 2021 at 22:04] + materio.com [24 Aug 2021 at 20:36] diff --git a/web/themes/custom/materiotheme/vuejs/components/Content/ModalCard.vue b/web/themes/custom/materiotheme/vuejs/components/Content/ModalCard.vue index 2a6f0d6..b82a853 100644 --- a/web/themes/custom/materiotheme/vuejs/components/Content/ModalCard.vue +++ b/web/themes/custom/materiotheme/vuejs/components/Content/ModalCard.vue @@ -89,7 +89,7 @@
- +